[gentoo-commits] dev/graaff:master commit in: dev-ruby/tiny_tds/

2016-05-12 Thread Hans de Graaff
commit: 4ccb25d97bdc2c2b5cd35b6ce5a9c42cc771dd69
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri May 13 05:51:27 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:51:27 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4ccb25d9

dev-ruby/tiny_tds: initial import

Package-Manager: portage-2.2.28

 dev-ruby/tiny_tds/Manifest  |  1 +
 dev-ruby/tiny_tds/metadata.xml  |  5 +
 dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild | 39 +
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/tiny_tds/Manifest b/dev-ruby/tiny_tds/Manifest
new file mode 100644
index 000..ed1a832
--- /dev/null
+++ b/dev-ruby/tiny_tds/Manifest
@@ -0,0 +1 @@
+DIST tiny_tds-1.0.2.gem 3336704 SHA256 
ba01e85df1c9f1e38a845ebe796df59baaa98933cf7aaf3bfa7bcb574a58e80f SHA512 
db588b19a0346c1b502cbdef7b9cd48dbc3578b14ebaa8d0a05c3640c11236e81c424ea05f0c6952baa5f73eeba446000b6d0062e6c708f326f3dbbf70efff9d
 WHIRLPOOL 
da041ab05714020f8b3c5a47b602b0fe307b187c22567f6b860ce3b0e5ae80b1ee278fb90cca7336705a0109c8794f9c60d2bf6ec6aa4aabfbd5e521ac9aa39e

diff --git a/dev-ruby/tiny_tds/metadata.xml b/dev-ruby/tiny_tds/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/tiny_tds/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+gra...@gentoo.org
+

diff --git a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild 
b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
new file mode 100644
index 000..552f42d
--- /dev/null
+++ b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+# All tests require live database servers
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A modern, simple and fast FreeTDS library for Ruby using 
DB-Library"
+HOMEPAGE="https://github.com/rails-sqlserver/tiny_tds;
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND+="dev-db/freetds"
+DEPEND+="dev-db/freetds"
+
+ruby_add_bdepend "dev-ruby/mini_portile2"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/tiny_tds extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/tiny_tds
+   cp ext/tiny_tds/tiny_tds.so lib/tiny_tds/ || die
+}



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

2016-05-12 Thread Jason Zaman
commit: d0ab68af0aad3a2d161d132dfe73b0e978b60b83
Author: Nicolas Iooss  m4x  org>
AuthorDate: Tue Apr 26 21:17:58 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d0ab68af

Fix typo in module compilation message

 Rules.modular | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rules.modular b/Rules.modular
index c3c914a..b1469f0 100644
--- a/Rules.modular
+++ b/Rules.modular
@@ -71,7 +71,7 @@ $(modpkgdir)/%.pp: $(builddir)%.pp
 # Build module packages
 #
 $(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf 
$(tmpdir)/all_interfaces.conf %.te
-   @echo "Compliling $(NAME) $(@F) module"
+   @echo "Compiling $(NAME) $(@F) module"
@test -d $(tmpdir) || mkdir -p $(tmpdir)
$(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp)
$(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@



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

2016-05-12 Thread Jason Zaman
commit: 8f8722e0e188680bf9d1bc518e515685cd424667
Author: Dominick Grift  gmail  com>
AuthorDate: Thu Apr 28 10:06:40 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8f8722e0

Update refpolicy to handle hwloc

The Portable Hardware Locality (hwloc) software package provides a
portable abstraction (across OS, versions, architectures, ...) of the
hierarchical topology of modern architectures, including NUMA memory
nodes, sockets, shared caches, cores and simultaneous multithreading. It
also gathers various system attributes such as cache and memory
information as well as the locality of I/O devices such as network
interfaces, InfiniBand HCAs or GPUs.

Following changes enable:
- add interface to change dirs in /var/run
- add optional policies for hwloc-dump-hwdata

V3:
Remove files_rw_pid_dirs()
Call hwloc_admin(sysadm_t) instead of hwloc_manage_runtime(sysadm_t)
Adjust calls to renamed hwloc dhwd run and exec interfaces

Signed-off-by: Dominick Grift  gmail.com>

 policy/modules/roles/sysadm.te  | 5 +
 policy/modules/system/userdomain.if | 5 +
 2 files changed, 10 insertions(+)

diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te
index 6c46905..e9e3e43 100644
--- a/policy/modules/roles/sysadm.te
+++ b/policy/modules/roles/sysadm.te
@@ -458,6 +458,11 @@ optional_policy(`
 ')
 
 optional_policy(`
+   hwloc_admin(sysadm_t)
+   hwloc_run_dhwd(sysadm_t, sysadm_r)
+')
+
+optional_policy(`
howl_admin(sysadm_t, sysadm_r)
 ')
 

diff --git a/policy/modules/system/userdomain.if 
b/policy/modules/system/userdomain.if
index e341a1c..9284808 100644
--- a/policy/modules/system/userdomain.if
+++ b/policy/modules/system/userdomain.if
@@ -645,6 +645,11 @@ template(`userdom_common_user_template',`
')
 
optional_policy(`
+   hwloc_exec_dhwd($1_t)
+   hwloc_read_runtime_files($1_t)
+   ')
+
+   optional_policy(`
inetd_use_fds($1_t)
inetd_rw_tcp_sockets($1_t)
')



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

2016-05-12 Thread Jason Zaman
commit: 2c944c6b0d0251dc5e1e2f73ab40b7d175411a83
Author: Chris PeBenito  tresys  com>
AuthorDate: Mon Mar 28 13:59:02 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2c944c6b

Module version bump for Debian fc entries from Laurent Bigonville.

 policy/modules/kernel/corecommands.te | 2 +-
 policy/modules/system/selinuxutil.te  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/kernel/corecommands.te 
b/policy/modules/kernel/corecommands.te
index eee1a19..e944817 100644
--- a/policy/modules/kernel/corecommands.te
+++ b/policy/modules/kernel/corecommands.te
@@ -1,4 +1,4 @@
-policy_module(corecommands, 1.21.3)
+policy_module(corecommands, 1.21.4)
 
 
 #

diff --git a/policy/modules/system/selinuxutil.te 
b/policy/modules/system/selinuxutil.te
index 76abb95..50015ad 100644
--- a/policy/modules/system/selinuxutil.te
+++ b/policy/modules/system/selinuxutil.te
@@ -1,4 +1,4 @@
-policy_module(selinuxutil, 1.20.0)
+policy_module(selinuxutil, 1.20.1)
 
 gen_require(`
bool secure_mode;



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

2016-05-12 Thread Jason Zaman
commit: 7a1d866be3985d9cb2c6e30bfd301411e4db9223
Author: Dominick Grift  gmail  com>
AuthorDate: Thu Mar 31 07:40:42 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7a1d866b

systemd: Add support for --log-target

https://www.freedesktop.org/software/systemd/man/systemd.html#--log-target=

see for discussion: https://github.com/TresysTechnology/refpolicy/pull/22

v2: Add comment about dontaudit rule

Signed-off-by: Dominick Grift  gmail.com>

 policy/modules/system/systemd.if | 19 +
 policy/modules/system/systemd.te | 44 +++-
 2 files changed, 49 insertions(+), 14 deletions(-)

diff --git a/policy/modules/system/systemd.if b/policy/modules/system/systemd.if
index 3cd6670..705cbaa 100644
--- a/policy/modules/system/systemd.if
+++ b/policy/modules/system/systemd.if
@@ -2,6 +2,25 @@
 
 ##
 ## 
+##   Make the specified type usable as an
+##   log parse environment type.
+## 
+## 
+##   
+## Type to be used as a log parse environment type.
+##   
+## 
+#
+interface(`systemd_log_parse_environment',`
+   gen_require(`
+   attribute systemd_log_parse_env_type;
+   ')
+
+   typeattribute $1 systemd_log_parse_env_type;
+')
+
+##
+## 
 ##   Read systemd_login PID files.
 ## 
 ## 

diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
index 60a75fa..6d40952 100644
--- a/policy/modules/system/systemd.te
+++ b/policy/modules/system/systemd.te
@@ -12,6 +12,8 @@ policy_module(systemd, 1.1.3)
 ## 
 gen_tunable(systemd_tmpfiles_manage_all, false)
 
+attribute systemd_log_parse_env_type;
+
 type systemd_activate_t;
 type systemd_activate_exec_t;
 init_system_domain(systemd_activate_t, systemd_activate_exec_t)
@@ -113,16 +115,33 @@ init_unit_file(power_unit_t)
 
 ##
 #
+# systemd log parse enviroment
+#
+
+# Do not audit setsockopt(fd, SOL_SOCKET, SO_SNDBUFFORCE, ...) failure (e.g. 
when using create_log_socket() internal function)
+dontaudit systemd_log_parse_env_type self:capability net_admin;
+
+kernel_read_system_state(systemd_log_parse_env_type)
+
+dev_write_kmsg(systemd_log_parse_env_type)
+
+term_use_console(systemd_log_parse_env_type)
+
+init_read_state(systemd_log_parse_env_type)
+
+logging_send_syslog_msg(systemd_log_parse_env_type)
+
+##
+#
 # Cgroups local policy
 #
 
 kernel_domtrans_to(systemd_cgroups_t, systemd_cgroups_exec_t)
+kernel_dgram_send(systemd_cgroups_t)
 
 init_stream_connect(systemd_cgroups_t)
 
-logging_send_syslog_msg(systemd_cgroups_t)
-
-kernel_dgram_send(systemd_cgroups_t)
+systemd_log_parse_environment(systemd_cgroups_t)
 
 ###
 #
@@ -133,10 +152,10 @@ kernel_read_kernel_sysctls(systemd_locale_t)
 
 files_read_etc_files(systemd_locale_t)
 
-logging_send_syslog_msg(systemd_locale_t)
-
 seutil_read_file_contexts(systemd_locale_t)
 
+systemd_log_parse_environment(systemd_locale_t)
+
 optional_policy(`
dbus_connect_system_bus(systemd_locale_t)
dbus_system_bus_client(systemd_locale_t)
@@ -151,10 +170,10 @@ kernel_read_kernel_sysctls(systemd_hostnamed_t)
 
 files_read_etc_files(systemd_hostnamed_t)
 
-logging_send_syslog_msg(systemd_hostnamed_t)
-
 seutil_read_file_contexts(systemd_hostnamed_t)
 
+systemd_log_parse_environment(systemd_hostnamed_t)
+
 optional_policy(`
dbus_system_bus_client(systemd_hostnamed_t)
dbus_connect_system_bus(systemd_hostnamed_t)
@@ -207,13 +226,10 @@ init_start_all_units(systemd_logind_t)
 init_stop_all_units(systemd_logind_t)
 init_service_status(systemd_logind_t)
 init_service_start(systemd_logind_t)
-# This is for reading /proc/1/cgroup
-init_read_state(systemd_logind_t)
 
 locallogin_read_state(systemd_logind_t)
 
-logging_send_syslog_msg(systemd_logind_t)
-
+systemd_log_parse_environment(systemd_logind_t)
 systemd_start_power_units(systemd_logind_t)
 
 udev_read_db(systemd_logind_t)
@@ -234,7 +250,7 @@ optional_policy(`
 allow systemd_sessions_t systemd_sessions_var_run_t:file manage_file_perms;
 files_pid_filetrans(systemd_sessions_t, systemd_sessions_var_run_t, file)
 
-logging_send_syslog_msg(systemd_sessions_t)
+systemd_log_parse_environment(systemd_sessions_t)
 
 #
 #
@@ -260,10 +276,10 @@ auth_manage_login_records(systemd_tmpfiles_t)
 auth_relabel_login_records(systemd_tmpfiles_t)
 auth_setattr_login_records(systemd_tmpfiles_t)
 
-logging_send_syslog_msg(systemd_tmpfiles_t)
-
 seutil_read_file_contexts(systemd_tmpfiles_t)
 
+systemd_log_parse_environment(systemd_tmpfiles_t)
+
 tunable_policy(`systemd_tmpfiles_manage_all',`
# systemd-tmpfiles can be configured to manage anything.
# have a last-resort option for users to do this.



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

2016-05-12 Thread Jason Zaman
commit: 7722827868d5bbedbfb4368816351e4e4c7a5868
Author: Chris PeBenito  tresys  com>
AuthorDate: Thu Mar 31 12:32:18 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=77228278

Module version bump for patches from Dominick Grift and Lukas Vrabec.

 policy/modules/kernel/filesystem.te | 2 +-
 policy/modules/system/systemd.te| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/kernel/filesystem.te 
b/policy/modules/kernel/filesystem.te
index 86d59bf..b45c28e 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -1,4 +1,4 @@
-policy_module(filesystem, 1.20.4)
+policy_module(filesystem, 1.20.5)
 
 
 #

diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
index 6d40952..0bed23c 100644
--- a/policy/modules/system/systemd.te
+++ b/policy/modules/system/systemd.te
@@ -1,4 +1,4 @@
-policy_module(systemd, 1.1.3)
+policy_module(systemd, 1.1.4)
 
 #
 #



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

2016-05-12 Thread Jason Zaman
commit: 48506484a821aadad30275f31b50bb636564e031
Author: Lukas Vrabec  redhat  com>
AuthorDate: Thu Mar 31 10:26:30 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=48506484

SELinux support for cgroup2 filesystem.

With the new "cgroup2" system added in kernel 4.5, systemd is getting
selinux denials when manipulating the cgroup hierarchy.

Pull request in systemd with cgroup2 support:
https://github.com/systemd/systemd/pull/2903

AVC when writing process numbers to move them to the right cgroup:
Mar 29 19:58:30 rawhide kernel: audit: type=1400
audit(1459295910.257:68): avc:  denied  { write } for  pid=1
comm="systemd" name="cgroup.procs" dev="cgroup2" ino=6
scontext=system_u:system_r:init_t:s0
tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=1

In this case new filesystem "cgroup2" need to be labeled as cgroup_t.

Signed-off-by: Lukas Vrabec  redhat.com>

 policy/modules/kernel/filesystem.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/kernel/filesystem.te 
b/policy/modules/kernel/filesystem.te
index 8de310b..86d59bf 100644
--- a/policy/modules/kernel/filesystem.te
+++ b/policy/modules/kernel/filesystem.te
@@ -78,6 +78,7 @@ fs_type(cgroup_t)
 files_mountpoint(cgroup_t)
 dev_associate_sysfs(cgroup_t)
 genfscon cgroup / gen_context(system_u:object_r:cgroup_t,s0)
+genfscon cgroup2 / gen_context(system_u:object_r:cgroup_t,s0)
 
 type configfs_t;
 fs_type(configfs_t)



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

2016-05-12 Thread Jason Zaman
commit: 80c293d9834d600686922e80672968baa45d17ed
Author: Jason Zaman  perfinion  com>
AuthorDate: Fri May 13 05:14:40 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:14:40 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=80c293d9

Merge Upstream

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

diff --git a/gentoo/STATE b/gentoo/STATE
index 82ac3d9..81916b5 100644
--- a/gentoo/STATE
+++ b/gentoo/STATE
@@ -1,2 +1,2 @@
-contrib is at 2552eba03bab8697772ed125a38f1c9c0e46664e
-master is at 464c5df247e96e9cedc9f6fca2caa87c9aa238f8
+contrib is at 0a9104643ac5993870b1a1bb9de789307156bc97
+master is at fd9bfbbfba4f6059ef89b02bb1e2e4f026d6fad8



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

2016-05-12 Thread Jason Zaman
commit: f9a53a313df7187e8b6fbb8ea36ad2bf3beb782f
Author: Chris PeBenito  tresys  com>
AuthorDate: Fri Mar 25 14:07:37 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=f9a53a31

Update Travis-CI build to newest SELinux userspace release.

 .travis.yml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b3dd454..7c6301d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,13 +43,16 @@ before_install:
 
 install:
   # Download current SELinux userspace tools and libraries
-  - curl -sS -L 
https://github.com/SELinuxProject/selinux/archive/20150202.tar.gz | tar xz
-  - mv selinux-20150202 selinux-src
+  - curl -sS -L 
https://github.com/SELinuxProject/selinux/archive/20160223.tar.gz | tar xz
+  - mv selinux-20160223 selinux-src
 
   # Ubuntu 12.04 coreutils is too old to provide "ln --relative" :(
   - sed 's/ln -sf --relative /ln -sf /' -i selinux-src/libsepol/src/Makefile
   - sed 's/ln -sf --relative /ln -sf /' -i selinux-src/libselinux/src/Makefile
 
+  # Drop secilc to break xmlto dependence (secilc isn't used here anyway)
+  - sed -i -e 's/secilc//' selinux-src/Makefile
+
   # Drop sepolicy to break setools dependence (sepolicy isn't used anyway)
   - sed -i -e 's/sepolicy//' selinux-src/policycoreutils/Makefile
 



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

2016-05-12 Thread Jason Zaman
commit: dc478cb2c42a8b5d120203a1aa1157873a131cb3
Author: Chris PeBenito  tresys  com>
AuthorDate: Fri Mar 25 14:24:59 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=dc478cb2

Update su for libselinux-2.5 changes.

su is linked against libselinux via pam_unix.so.  Use the selinuxutil
interface so future libselinux changes are pulled in.

 policy/modules/admin/su.if | 3 +++
 policy/modules/admin/su.te | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/policy/modules/admin/su.if b/policy/modules/admin/su.if
index a069cb8..02aabd8 100644
--- a/policy/modules/admin/su.if
+++ b/policy/modules/admin/su.if
@@ -217,6 +217,9 @@ template(`su_role_template',`
 
miscfiles_read_localization($1_su_t)
 
+   # pam_unix is linked against libselinux
+   seutil_libselinux_linked($1_su_t)
+
userdom_use_user_terminals($1_su_t)
userdom_search_user_home_dirs($1_su_t)
 

diff --git a/policy/modules/admin/su.te b/policy/modules/admin/su.te
index 85bb77e..d936e3b 100644
--- a/policy/modules/admin/su.te
+++ b/policy/modules/admin/su.te
@@ -1,4 +1,4 @@
-policy_module(su, 1.12.0)
+policy_module(su, 1.12.1)
 
 
 #



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

2016-05-12 Thread Jason Zaman
commit: 3c97654bc0a4134f249e1ea73ceb8a320dc238c9
Author: Chris PeBenito  tresys  com>
AuthorDate: Wed Apr  6 18:52:26 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3c97654b

Add user namespace capability object classes.

Define cap and cap2 commons to manage the permissions.

 policy/flask/access_vectors   | 117 --
 policy/flask/security_classes |   4 ++
 2 files changed, 72 insertions(+), 49 deletions(-)

diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors
index 3fe2bb9..8adec70 100644
--- a/policy/flask/access_vectors
+++ b/policy/flask/access_vectors
@@ -121,6 +121,60 @@ common x_device
 }
 
 #
+# Define a common for capability access vectors.
+#
+common cap
+{
+   # The capabilities are defined in include/linux/capability.h
+   # Capabilities >= 32 are defined in the cap2 common.
+   # Care should be taken to ensure that these are consistent with
+   # those definitions. (Order matters)
+
+   chown
+   dac_override
+   dac_read_search
+   fowner
+   fsetid
+   kill
+   setgid
+   setuid
+   setpcap
+   linux_immutable
+   net_bind_service
+   net_broadcast
+   net_admin
+   net_raw
+   ipc_lock
+   ipc_owner
+   sys_module
+   sys_rawio
+   sys_chroot
+   sys_ptrace
+   sys_pacct
+   sys_admin
+   sys_boot
+   sys_nice
+   sys_resource
+   sys_time
+   sys_tty_config
+   mknod
+   lease
+   audit_write
+   audit_control
+   setfcap
+}
+
+common cap2
+{
+   mac_override# unused by SELinux
+   mac_admin   # unused by SELinux
+   syslog
+   wake_alarm
+   block_suspend
+   audit_read
+}
+
+#
 # Define the access vectors.
 #
 # class class_name [ inherits common_name ] { permission_name ... }
@@ -407,59 +461,14 @@ class system
 }
 
 #
-# Define the access vector interpretation for controling capabilies
+# Define the access vector interpretation for controlling capabilities
 #
 
 class capability
-{
-   # The capabilities are defined in include/linux/capability.h
-   # Capabilities >= 32 are defined in the capability2 class.
-   # Care should be taken to ensure that these are consistent with
-   # those definitions. (Order matters)
+inherits cap
 
-   chown   
-   dac_override
-   dac_read_search 
-   fowner  
-   fsetid  
-   kill
-   setgid   
-   setuid   
-   setpcap  
-   linux_immutable  
-   net_bind_service 
-   net_broadcast
-   net_admin
-   net_raw  
-   ipc_lock 
-   ipc_owner
-   sys_module   
-   sys_rawio
-   sys_chroot   
-   sys_ptrace   
-   sys_pacct
-   sys_admin
-   sys_boot 
-   sys_nice 
-   sys_resource 
-   sys_time 
-   sys_tty_config  
-   mknod
-   lease
-   audit_write
-   audit_control
-   setfcap
-}
-
-class capability2 
-{
-   mac_override# unused by SELinux
-   mac_admin   # unused by SELinux
-   syslog
-   wake_alarm
-   block_suspend
-   audit_read
-}
+class capability2
+inherits cap2
 
 #
 # Define the access vector interpretation for controlling
@@ -931,3 +940,13 @@ class service
enable
disable
 }
+
+#
+# Define the access vector interpretation for controlling capabilities
+# in user namespaces
+#
+class cap_userns
+inherits cap
+
+class cap2_userns
+inherits cap2

diff --git a/policy/flask/security_classes b/policy/flask/security_classes
index 8b6f1ed..16768c2 100644
--- a/policy/flask/security_classes
+++ b/policy/flask/security_classes
@@ -147,4 +147,8 @@ class db_language   # userspace
 
 class service  # userspace
 
+# Capability checks when on a non-init user namespace
+class cap_userns
+class cap2_userns
+
 # FLASK



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

2016-05-12 Thread Jason Zaman
commit: 8e0eff5279a8f7dc13708530d047efbd29d5f52b
Author: Chris PeBenito  tresys  com>
AuthorDate: Mon May  2 12:32:42 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:08:43 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=8e0eff52

Module version bump for hwloc-dump-hwdata from Dominick Grift and Grzegorz 
Andrejczuk.

 policy/modules/roles/sysadm.te  | 2 +-
 policy/modules/system/userdomain.te | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/modules/roles/sysadm.te b/policy/modules/roles/sysadm.te
index e9e3e43..aa85384 100644
--- a/policy/modules/roles/sysadm.te
+++ b/policy/modules/roles/sysadm.te
@@ -1,4 +1,4 @@
-policy_module(sysadm, 2.9.1)
+policy_module(sysadm, 2.9.2)
 
 
 #

diff --git a/policy/modules/system/userdomain.te 
b/policy/modules/system/userdomain.te
index c6b9fc3..2a36851 100644
--- a/policy/modules/system/userdomain.te
+++ b/policy/modules/system/userdomain.te
@@ -1,4 +1,4 @@
-policy_module(userdomain, 4.11.0)
+policy_module(userdomain, 4.11.1)
 
 
 #



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

2016-05-12 Thread Jason Zaman
commit: c2a314c9ce3a40f510564217177f9ae420447bf1
Author: Laurent Bigonville  bigon  be>
AuthorDate: Fri Mar 25 21:35:17 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:07:33 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=c2a314c9

Add some labels for SELinux tools path in Debian

 policy/modules/kernel/corecommands.fc | 2 ++
 policy/modules/system/selinuxutil.fc  | 1 +
 2 files changed, 3 insertions(+)

diff --git a/policy/modules/kernel/corecommands.fc 
b/policy/modules/kernel/corecommands.fc
index c228d79..35752e7 100644
--- a/policy/modules/kernel/corecommands.fc
+++ b/policy/modules/kernel/corecommands.fc
@@ -268,6 +268,8 @@ ifdef(`distro_gentoo',`
 /usr/lib/debug/usr/bin(/.*)?   --  gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/debug/usr/sbin(/.*)?  --  gen_context(system_u:object_r:bin_t,s0)
 
+/usr/lib/selinux/hll(/.*)? gen_context(system_u:object_r:bin_t,s0)
+
 /usr/lib/[^/]*thunderbird[^/]*/thunderbird -- 
gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin -- 
gen_context(system_u:object_r:bin_t,s0)
 /usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh -- 
gen_context(system_u:object_r:bin_t,s0)

diff --git a/policy/modules/system/selinuxutil.fc 
b/policy/modules/system/selinuxutil.fc
index 59ae92a..8f0db04 100644
--- a/policy/modules/system/selinuxutil.fc
+++ b/policy/modules/system/selinuxutil.fc
@@ -49,6 +49,7 @@
 /var/lib/selinux(/.*)? 
gen_context(system_u:object_r:semanage_store_t,s0)
 /var/lib/selinux/[^/]+/semanage\.read\.LOCK -- 
gen_context(system_u:object_r:semanage_read_lock_t,s0)
 /var/lib/selinux/[^/]+/semanage\.trans\.LOCK -- 
gen_context(system_u:object_r:semanage_trans_lock_t,s0)
+/usr/lib/selinux/semanage_migrate_store--  
gen_context(system_u:object_r:semanage_exec_t,s0)
 
 #
 # /var/run



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

2016-05-12 Thread Jason Zaman
commit: 1d8dcf5ff0cca84f0cc4288b7c215d845c329524
Author: Laurent Bigonville  bigon  be>
AuthorDate: Sun May  1 17:24:42 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 05:08:43 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=1d8dcf5f

Add the validate_trans access vector to the security class

This access vector has been added in version 4.5, commitid:
f9df6458218f4fe8a1c3bf0af89c1fa9eaf0db39

 policy/flask/access_vectors | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/flask/access_vectors b/policy/flask/access_vectors
index 8adec70..1d045b4 100644
--- a/policy/flask/access_vectors
+++ b/policy/flask/access_vectors
@@ -433,6 +433,7 @@ class security
setsecparam
setcheckreqprot
read_policy
+   validate_trans
 }
 
 



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

2016-05-12 Thread Jason Zaman
commit: 7d05690ceeb7213d6854fa1b4f5599f7c76b335a
Author: Dominick Grift  gmail  com>
AuthorDate: Thu Apr 28 10:02:04 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri May 13 04:50:47 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7d05690c

Add hwloc-dump-hwdata SELinux policy

The Portable Hardware Locality (hwloc) software package
provides a portable abstraction (across OS, versions, architectures, ...)
of the hierarchical topology of modern architectures,
including NUMA memory nodes, sockets, shared caches,
cores and simultaneous multithreading.
It also gathers various system attributes such as cache and memory information
as well as the locality of I/O devices such as network interfaces,
InfiniBand HCAs or GPUs.

New hwloc utility (hwloc-dump-hwdata) reads firmware entries and generates
intermediate files to be used later by hwloc utils.

This cannot be done when MLS is in enforicing mode because SELinux blocks
access to var_run_t for user_t.

The policy does the following:
- adds hwloc_dhwd_exec_t type for hwloc-dump-hwdata executable
- adds hwloc_dhwd_t system domain with entry point in
hwloc_dhwd_exec_t
- allows hwloc_dhwd_exec_t to be run as application
- allows hwloc_dhwd_t access sysfs
- allows hwloc_dhwd_t to create dir and file in /var/run
- makes transition for hwloc-dump-hwdata output file from var_run_t to
var_t.

The data is derived from proprietary SMBIOS entries containing MCDRAM memory
side cache configuration : cache size, associativity, inclusiveness and
line size.

V3:
Add hwloc_admin()
Remove hwloc_manage_runtime()
Add hwloc_dhwd_unit_t
Rename run, domtrans and exec interfaces

Signed-off-by: Dominick Grift  gmail.com>

 policy/modules/contrib/hwloc.fc |   5 ++
 policy/modules/contrib/hwloc.if | 106 
 policy/modules/contrib/hwloc.te |  31 
 3 files changed, 142 insertions(+)

diff --git a/policy/modules/contrib/hwloc.fc b/policy/modules/contrib/hwloc.fc
new file mode 100644
index 000..d0c5a15
--- /dev/null
+++ b/policy/modules/contrib/hwloc.fc
@@ -0,0 +1,5 @@
+/usr/sbin/hwloc-dump-hwdata--  
gen_context(system_u:object_r:hwloc_dhwd_exec_t,s0)
+
+/usr/lib/systemd/system/hwloc-dump-hwdata.*--  
gen_context(system_u:object_r:hwloc_dhwd_unit_t,s0)
+
+/var/run/hwloc(/.*)?   gen_context(system_u:object_r:hwloc_var_run_t,s0)

diff --git a/policy/modules/contrib/hwloc.if b/policy/modules/contrib/hwloc.if
new file mode 100644
index 000..c2349ec
--- /dev/null
+++ b/policy/modules/contrib/hwloc.if
@@ -0,0 +1,106 @@
+## Dump topology and locality information from hardware 
tables.
+
+
+## 
+## Execute hwloc dhwd in the hwloc dhwd domain.
+## 
+## 
+## 
+## Domain allowed to transition.
+## 
+## 
+#
+interface(`hwloc_domtrans_dhwd',`
+   gen_require(`
+   type hwloc_dhwd_t, hwloc_dhwd_exec_t;
+   ')
+
+   domtrans_pattern($1, hwloc_dhwd_exec_t, hwloc_dhwd_t)
+')
+
+
+## 
+## Execute hwloc dhwd in the hwloc dhwd domain, and
+## allow the specified role the hwloc dhwd domain,
+## 
+## 
+## 
+## Domain allowed to transition.
+## 
+## 
+## 
+## 
+## Role allowed access.
+## 
+## 
+## 
+#
+interface(`hwloc_run_dhwd',`
+   gen_require(`
+   attribute_role hwloc_dhwd_roles;
+   ')
+
+   hwloc_domtrans_dhwd($1)
+   roleattribute $2 hwloc_dhwd_roles;
+')
+
+
+## 
+## Execute hwloc dhwd in the caller domain.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`hwloc_exec_dhwd',`
+   gen_require(`
+   type hwloc_dhwd_exec_t;
+   ')
+
+   can_exec($1, hwloc_dhwd_exec_t)
+')
+
+
+## 
+## Read hwloc runtime files.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+#
+interface(`hwloc_read_runtime_files',`
+   gen_require(`
+   type hwloc_var_run_t;
+   ')
+
+   files_search_pids($1)
+   read_files_pattern($1, hwloc_var_run_t, hwloc_var_run_t)
+')
+
+
+## 
+## All of the rules required to
+## administrate an hwloc environment.
+## 
+## 
+## 
+## Domain allowed access.
+## 
+## 
+## 
+#
+interface(`hwloc_admin',`
+   gen_require(`
+   type hwloc_dhwd_t, hwloc_var_run_t;
+   ')
+
+   allow $1 hwloc_dhwd_t:process { ptrace signal_perms };
+   ps_process_pattern($1, hwloc_dhwd_t)
+
+   admin_pattern($1, hwloc_var_run_t)
+   files_pid_filetrans($1, hwloc_var_run_t, dir, "hwloc")
+')

diff --git a/policy/modules/contrib/hwloc.te b/policy/modules/contrib/hwloc.te
new file mode 100644
index 000..afe13cc
--- /dev/null
+++ b/policy/modules/contrib/hwloc.te
@@ -0,0 +1,31 @@
+policy_module(hwloc, 1.0.0)
+

[gentoo-commits] dev/graaff:master commit in: net-im/jabber-bot/

2016-05-12 Thread Hans de Graaff
commit: 26f8ea190747b39a66fe025b54e394e7e4af1493
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri May 13 05:23:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:23:37 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=26f8ea19

no longer in use

 net-im/jabber-bot/ChangeLog   | 10 --
 net-im/jabber-bot/Manifest| 14 --
 net-im/jabber-bot/jabber-bot-1.1.1.ebuild | 23 ---
 net-im/jabber-bot/metadata.xml|  5 -
 4 files changed, 52 deletions(-)

diff --git a/net-im/jabber-bot/ChangeLog b/net-im/jabber-bot/ChangeLog
deleted file mode 100644
index 24f3945..000
--- a/net-im/jabber-bot/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for net-im/jabber-bot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*jabber-bot-1.1.1 (10 Feb 2010)
-
-  10 Feb 2010; Hans de Graaff  +jabber-bot-1.1.1.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/net-im/jabber-bot/Manifest b/net-im/jabber-bot/Manifest
deleted file mode 100644
index 42b75be..000
--- a/net-im/jabber-bot/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
-
-DIST jabber-bot-1.1.1.gem 9216 RMD160 c20a8868060ffc6e18a33137de9668937dcdbf01 
SHA1 1bca8bcb45ecba668072c0b5a11926ad4c67550b SHA256 
f80fa5b5cb66cb1b52352a139689b4c6ff1e0c75cdb314d7a38f0ae3051937c1
-EBUILD jabber-bot-1.1.1.ebuild 620 RMD160 
8ad327a21a1660ead42e87295783fde0a427d76a SHA1 
3696ef2e80a32c0e9327530174a0541c90210b9a SHA256 
a2898df853cf0e2188984e879bc64d3c212ecfb984104b2513d8212931860a43
-MISC ChangeLog 263 RMD160 42a50141e35e15a4e274aeb512288746e6a4db66 SHA1 
e9c4658b8738ab2ed3d7a550febc8c24594c27a7 SHA256 
48b7ba9bb8f89078e73943e4c27490472d9ae61046d4778f38763a347f98e745
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 
e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 
c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAktzJYMACgkQeM7EJeUH71OUMgCgibEecrmy1u3ByNlUTVRQtZ+c
-m60AnAuZVPFaH378oz8Kz3E5T9G5ik0e
-=mPFh
--END PGP SIGNATURE-

diff --git a/net-im/jabber-bot/jabber-bot-1.1.1.ebuild 
b/net-im/jabber-bot/jabber-bot-1.1.1.ebuild
deleted file mode 100644
index f16ec4b..000
--- a/net-im/jabber-bot/jabber-bot-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-3.3.0.ebuild,v 1.1 
2006/08/28 14:34:06 pclouds Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="HISTORY README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Jabber::Bot makes it simple to create and command your own Jabber 
bot with little fuss."
-HOMEPAGE="http://socket7.net/software/jabber-bot;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/xmpp4r-simple-0.8.7"

diff --git a/net-im/jabber-bot/metadata.xml b/net-im/jabber-bot/metadata.xml
deleted file mode 100644
index f977299..000
--- a/net-im/jabber-bot/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-gra...@gentoo.org
-



[gentoo-commits] dev/graaff:master commit in: dev-ruby/mini_portile2/

2016-05-12 Thread Hans de Graaff
commit: daae9960c20316573575f448042c5ddf112c23c2
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri May 13 05:34:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:34:57 2016 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=daae9960

dev-ruby/mini_portile2: initial import

Package-Manager: portage-2.2.28

 dev-ruby/mini_portile2/Manifest   |  1 +
 dev-ruby/mini_portile2/metadata.xml   |  5 +
 dev-ruby/mini_portile2/mini_portile2-2.1.0.ebuild | 27 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-ruby/mini_portile2/Manifest b/dev-ruby/mini_portile2/Manifest
new file mode 100644
index 000..c1ba5ce
--- /dev/null
+++ b/dev-ruby/mini_portile2/Manifest
@@ -0,0 +1 @@
+DIST mini_portile2-2.1.0.gem 17920 SHA256 
0b0e83fe0fc190640a93c48cef0c8e1f1f40f77840d82c160fefc1b07a5345f8 SHA512 
175ba73cccaf25daa89fb4c9054c4be1951e912bcb7b226a847aef6fca0ca08aa2568f225cc15a70e122b0c3355dd9c09b93505c3b3acd2c03e36941e2923dc8
 WHIRLPOOL 
fd29d4e532f249d6bdf1bbbc91fa45d43a2a65be78ae21a984d741d8eb8f8133137a218e3d74201e5f56cefbdc035231923efd219f92e4818f621f265c82c553

diff --git a/dev-ruby/mini_portile2/metadata.xml 
b/dev-ruby/mini_portile2/metadata.xml
new file mode 100644
index 000..f977299
--- /dev/null
+++ b/dev-ruby/mini_portile2/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+gra...@gentoo.org
+

diff --git a/dev-ruby/mini_portile2/mini_portile2-2.1.0.ebuild 
b/dev-ruby/mini_portile2/mini_portile2-2.1.0.ebuild
new file mode 100644
index 000..144e39e
--- /dev/null
+++ b/dev-ruby/mini_portile2/mini_portile2-2.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simplistic port-like solution for developers"
+HOMEPAGE="https://github.com/flavorjones/mini_portile;
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/archive-tar-minitar
+   dev-ruby/minitest-hooks
+)"
+
+each_ruby_test() {
+   ${RUBY} -w -W2 -I. -Ilib -e 'Dir["test/test_*.rb"].map{|f| require f}' 
|| die
+}



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

2016-05-12 Thread Hans de Graaff
commit: 1f6f689065480480af4b27b752a9f965b85fcc8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:09:40 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6f6890

dev-ruby/bluecloth: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild 
b/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild
index 2093761..e7a2443 100644
--- a/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild
+++ b/dev-ruby/bluecloth/bluecloth-2.2.0-r3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"



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

2016-05-12 Thread Hans de Graaff
commit: 91af75a9719039b8277dfb945e21e4dcf23534dd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 04:38:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91af75a9

dev-ruby/uglifier: add 3.0.0

Drop arm, x86 keywords due to new dependency on dev-ruby/sourcemap, bug 582872

Package-Manager: portage-2.2.28

 dev-ruby/uglifier/Manifest  |  1 +
 dev-ruby/uglifier/uglifier-3.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 672b542..1648346 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -1 +1,2 @@
 DIST uglifier-2.7.2.gem 84480 SHA256 
9f05989ffbcdef532a58062443ab7107319dbec3b76b6d604669853a3e31fa57 SHA512 
03c8fffbd385db9ee0fa8f422bf571ba99803f810828d536f1b00bc99a21108ac0ed232015d39f1ab88441fef0a3371df10944873fbadae6c8bd2624e3e1a65d
 WHIRLPOOL 
e28e8ebbee1e677e8e0eff453ef37e795df3b0e18414a8af5c1143fe463b987bca157fef3aebab247176fd6931cd07993caa462409832a3c8632110bd49e7e8f
+DIST uglifier-3.0.0.gem 93696 SHA256 
b00c78cf5b3f2d3c9727a1cba3ada40cac8b808e753a29465b3852fa3fee4715 SHA512 
4e0df459d2a87cfd531a12485f9c7787af42c2ea9606c325a1836a62b860db856470c84bb3e8cc7c0aa9a50979e82852d7bdc3b02b129abaf1c3303b8373abba
 WHIRLPOOL 
46b1c7b1efc6843cd1258f9f23b72752f9655f940acb0bf84fdc86c9d876b69d9027a49236b6772b45dbe2ac210f1af1cd1727a451bf947e19a5fe4303e2c5b5

diff --git a/dev-ruby/uglifier/uglifier-3.0.0.ebuild 
b/dev-ruby/uglifier/uglifier-3.0.0.ebuild
new file mode 100644
index 000..0d79bd1
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-3.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"



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

2016-05-12 Thread Hans de Graaff
commit: 9d290dde7f7cac3cec638f12a3398bef29c85e49
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:13:57 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d290dde

dev-ruby/podcast: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/podcast/podcast-0.0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild 
b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
index abf0584..e79054a 100644
--- a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
+++ b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-05-12 Thread Hans de Graaff
commit: 845203b0268988dd01b99bbf1a305c4afa46f6cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:16:33 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845203b0

dev-ruby/podcast: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/podcast/podcast-0.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild 
b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
index e79054a..bde5031 100644
--- a/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
+++ b/dev-ruby/podcast/podcast-0.0.4-r2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-05-12 Thread Hans de Graaff
commit: 24bc49da2e657f3be8636382efbb35c50c581a78
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 04:57:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bc49da

dev-ruby/coffee-script: add ruby23

Package-Manager: portage-2.2.28

 dev-ruby/coffee-script/coffee-script-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild 
b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
index 1899113..f3e99d7 100644
--- a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
+++ b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-05-12 Thread Hans de Graaff
commit: 9c067dd9e0caf683e8d855c8c8c0e8e56cfa18db
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:01:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c067dd9

dev-ruby/coffee-script: fix slot warning

Package-Manager: portage-2.2.28

 dev-ruby/coffee-script/coffee-script-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild 
b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
index f3e99d7..a5fcec2 100644
--- a/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
+++ b/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild
@@ -20,4 +20,4 @@ KEYWORDS="amd64 ~arm x86 ~x64-macos"
 
 IUSE=""
 
-ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs"
+ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs:*"



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

2016-05-12 Thread Hans de Graaff
commit: 22517f71c6bbc2c6ef02269fdb71aae8c2bca47c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:13:24 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:18:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22517f71

dev-ruby/tilt: add 2.0.3

Package-Manager: portage-2.2.28

 dev-ruby/tilt/Manifest  |  1 +
 dev-ruby/tilt/tilt-2.0.3.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-ruby/tilt/Manifest b/dev-ruby/tilt/Manifest
index 825f9d0..f30b703 100644
--- a/dev-ruby/tilt/Manifest
+++ b/dev-ruby/tilt/Manifest
@@ -1,2 +1,3 @@
 DIST tilt-1.4.1.gem 42496 SHA256 
39820562c4f5db45fe18de87ccc30a0e77a998bf5334b1d8c10a2f7dbc1f5903 SHA512 
10fec263596d0e18a7a1440a7edfa08a161526cc46cc70427bc251951c447c40b4a4e8675e9162a9ed288879682b4aceeeb35b48cf3f4925921025194543363f
 WHIRLPOOL 
5d70949358b97e867cdec160bd3c3726dabfec94bfeadc3a12f17463d378779d8502dda6458c7deb92bd3d9def91e306077ef806a7f75bd6c892554739ce46e9
 DIST tilt-2.0.2.gem 48640 SHA256 
04c91dcf7533576196e3ea2ba22514f37811ab7419bab6c71877e2e63a206d52 SHA512 
93540d673f1c0e841be43e54e85451482f6ea8f967d14bce46c997be69a9ff16684aa5966c91cfd8d590cc32ef590974151183839ec315d46df5d398fd016832
 WHIRLPOOL 
051c29727ce157bf73d1c276c500471a48bde23a8a0ce516ad75e88a99b738e7c1a0283070db2c127922582e4f674e8591c69d36821744d5d09a3d0f9d0bd03f
+DIST tilt-2.0.3.gem 51712 SHA256 
4e68572c96e77f0dfcdc121958060a0d60a17a4be3fc7aca4a65b0500bc80c6a SHA512 
762682dce36ff0e6614558dd3a8e2c81474f3c94c8a6330c8c17a773527ec410ca032f3a75af9189f82c16e8d803f0f16d76155aeaf8d4844543f1abf5efe7db
 WHIRLPOOL 
fdbe322c67bfd0c1224de8cefedf8733e684581d55ce93cedf39372b0ea73f698146c60aed7f95d1e3ca57439262006b237c6ca853c72878de6ce966f422eb23

diff --git a/dev-ruby/tilt/tilt-2.0.3.ebuild b/dev-ruby/tilt/tilt-2.0.3.ebuild
new file mode 100644
index 000..6b334ca
--- /dev/null
+++ b/dev-ruby/tilt/tilt-2.0.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md docs/TEMPLATES.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Thin interface over template engines to make their usage as 
generic as possible"
+HOMEPAGE="https://github.com/rtomayko/tilt;
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+# Block on some of the potential test dependencies. These dependencies
+# are optional for the test suite, and we don't want to depend on all of
+# them to faciliate keywording and stabling.
+ruby_add_bdepend "test? (
+   dev-ruby/bluecloth
+   dev-ruby/coffee-script
+   dev-ruby/erubis
+   dev-ruby/nokogiri
+   !!=dev-ruby/builder-2.0.0:*
+   !!

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

2016-05-12 Thread Alon Bar-Lev
commit: 5682f94d9c1e30ca8af0ca58025fe6c58970b770
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri May 13 05:01:58 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri May 13 05:03:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5682f94d

package.mask: Mask >=net-libs/gnutls-3.5.0

Force gnutls-3.4 testing so we can stabilize it.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1008d39..10473cc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Alon Bar-Lev =net-libs/gnutls-3.5.0
+
 # Ian Delaney  (12 May 2016)
 # on behalf of Ilya Tumaykin 
 # Missing dev-python/rarfile-2.7 dependency. See bug #582500.



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

2016-05-12 Thread Slawek Lis
commit: 624f673c46d01eb4fba27dc9aaf2537c9a4191de
Author: Slawomir Lis  gentoo  org>
AuthorDate: Fri May 13 04:46:31 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Fri May 13 04:46:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624f673c

version bump + #582598

Package-Manager: portage-2.2.28

 sci-visualization/visit/Manifest   |   1 +
 sci-visualization/visit/visit-2.9.2.ebuild | 103 +
 2 files changed, 104 insertions(+)

diff --git a/sci-visualization/visit/Manifest b/sci-visualization/visit/Manifest
index c3f00bc..2479dc6 100644
--- a/sci-visualization/visit/Manifest
+++ b/sci-visualization/visit/Manifest
@@ -1,3 +1,4 @@
 DIST visit2.7.3.tar.gz 82475238 SHA256 
e4ed7b20c4c0fb5aac49181f8ddeae3d2d5a73b1662756ddcaa9d08776a7c39f SHA512 
5eea2667482a9b70cf4794446da69595c1145839dfae0afdf961589a09b0f3ad41c44b607f96dbb3e4a3c1ba77161d77a1e0342d6a4e2df8bc73040110c7e8f1
 WHIRLPOOL 
a1157d2424d93037e1ffd8dd10ebc47ae9f3d074a63a811bcadf6db5349dea348432e63d414d4a62a156c9423a1d5fdb240f34b2ec4262e8647def40d999759a
 DIST visit2.8.2.tar.gz 88008002 SHA256 
43d652dde540e3a5db34a2105d89432fa1d018b104ed0508dfb18f4287a43eb3 SHA512 
1c2c2b6cad49b32b5cbc7f7ffba5c6ffb98ee88dfeae5c51af5e581ad53fb1efb8fc222b796696e607abd4b748855141de072414bdec1b1ad4e7ac01a928db8d
 WHIRLPOOL 
dadfd48bf9522fc67547f2d7fc4332f300d06e3f04f1bd23189f4a6d806286b46420e4caecaba616bf9f954ea3e202efcee7e899d10444304f7f79809e8fc6d9
 DIST visit2.9.0.tar.gz 87058013 SHA256 
98d7a80d95f4083fffc23a65cff28abd126e2eb0fff43591663818aaa1338fcf SHA512 
889a6ff6f0c45064c0705a8a41fd268ad865619e42eb7a3302a520bcb2a3c182a40bc6870ec80c0994fa649f3030f6283b9783fab37b938d4b77fd3c1ab10d15
 WHIRLPOOL 
8d6e9370fddda7d28c16882a04ac2c196b0c42ffd72436ca601413b7483c72d4b33691a9dc7340d71d536fead3d6692f1491c2bed32ed27ceba0c745b9555380
+DIST visit2.9.2.tar.gz 87165297 SHA256 
97d19e2609fbba655772feb055919b925214ab68c95ff46481572bd7e9c9ea31 SHA512 
a2bb6423c00e615638ed04233fad9e285585db3668217afea9fb80e1040ba34f75d73500b8e2b7a7dc68b9f8806f69837cfee1115e66c01f0c72b1376148f83b
 WHIRLPOOL 
fb12a33d5f61e80489b8e8a8772ddaa2f434be68348dac8c445d204767a2b42a2d2c7341aeab28779637f64b7b949a36ce8f66bcbf060f433edba9069480131f

diff --git a/sci-visualization/visit/visit-2.9.2.ebuild 
b/sci-visualization/visit/visit-2.9.2.ebuild
new file mode 100644
index 000..26ca18b
--- /dev/null
+++ b/sci-visualization/visit/visit-2.9.2.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="A software that delivers parallel interactive visualizations"
+HOMEPAGE="https://wci.llnl.gov/codes/visit/home.html;
+SRC_URI="http://portal.nersc.gov/svn/visit/trunk/releases/${PV}/${PN}${PV}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cgns debug hdf5 mpi netcdf silo tcmalloc threads"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   tcmalloc? ( dev-util/google-perftools )
+   cgns? ( sci-libs/cgnslib )
+   hdf5? ( sci-libs/hdf5 )
+   netcdf? ( sci-libs/netcdf )
+   silo? ( sci-libs/silo )
+   >=sci-libs/vtk-6.0.0[imaging,mpi=,python,rendering,qt4,${PYTHON_USEDEP}]
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}${PV}/src"
+PATCHES=(
+   "${FILESDIR}/${P}-findpython.patch"
+   "${FILESDIR}/${P}-findsilo.patch"
+   "${FILESDIR}/${P}-findvtk.patch"
+   "${FILESDIR}/${P}-vtklibs.patch"
+   "${FILESDIR}/${P}-dont_symlink_visit_dir.patch"
+   "${FILESDIR}/${P}-cmakelist.patch"
+)
+
+src_prepare() {
+   for p in ${PATCHES[@]} ; do
+   epatch "${p}"
+   done
+   if use mpi ; then
+   epatch "${FILESDIR}/${P}-vtkmpi.patch"
+   fi
+
+   sed -i 's/exec python $frontendlauncherpy $0 ${1+"$@"}/exec 
'${EPYTHON}' $frontendlauncherpy $0 ${1+"$@"}/g' "bin/frontendlauncher"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX=/opt/visit
+   -DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
+   -DPYTHON_DIR="${EPREFIX}/usr"
+   -DVISIT_PYTHON_SKIP_INSTALL=true
+   -DVISIT_VTK_SKIP_INSTALL=true
+   -DQT_BIN="${EPREFIX}/usr/bin"
+   -DVISIT_ZLIB_DIR="${EPREFIX}/usr"
+   -DVISIT_HEADERS_SKIP_INSTALL=false
+   $(cmake-utils_use threads VISIT_THREAD)
+   )
+   if use hdf5; then
+   mycmakeargs+=( -DHDF5_DIR="${EPREFIX}/usr" )
+   fi
+   if use tcmalloc; then
+   mycmakeargs+=( -DTCMALLOC_DIR="${EPREFIX}/usr" )
+   fi
+   if use cgns; then
+   mycmakeargs+=( -DCGNS_DIR="${EPREFIX}/usr" )
+   fi
+   if use silo; then
+   mycmakeargs+=( -DSILO_DIR="${EPREFIX}/usr" )
+   fi
+   if use netcdf; then
+  

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/

2016-05-12 Thread Tim Harder
commit: 4d7446e2d7a6b98b897e5c52ba19c6911edc4dbd
Author: Tim Harder  gentoo  org>
AuthorDate: Fri May 13 04:18:07 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri May 13 04:18:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7446e2

dev-vcs/bfg: remove old

 dev-vcs/bfg/Manifest  |  2 --
 dev-vcs/bfg/bfg-1.12.3.ebuild | 27 ---
 dev-vcs/bfg/bfg-1.12.4.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/dev-vcs/bfg/Manifest b/dev-vcs/bfg/Manifest
index 87d7bb8..905010a 100644
--- a/dev-vcs/bfg/Manifest
+++ b/dev-vcs/bfg/Manifest
@@ -1,4 +1,2 @@
 DIST bfg-1.12.12.jar 14664691 SHA256 
03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a SHA512 
f3a9d39c764a8d42054ed346a51ac2402814a4a18f2802640e776653a3081800e38e3052ac447fd82f0d1667aa1ca5d6745a2e7b9c7503d3fec7c25d364c8cf3
 WHIRLPOOL 
eca6191885752bf8af5e84a97c31f6c0ad191ea3f49a009e0fd99ea09c69c6c95337bbe82f6b8e5e3220286d25c66b86f1f8ea9e183c51ac56bdaa42d9abb1b2
-DIST bfg-1.12.3.jar 13569036 SHA256 
2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911 SHA512 
c55aaf76004f92fe13294bd54221646b3c7ccd9aaab46b7418fbcb417dfa632de1011608cf7ab9ff85c6c34b4cef1885327ad40e45beb26b27e97753990a0737
 WHIRLPOOL 
d70f4ed866a24a7fe88c93170d8fcfd112ca7fc9e59a0f5a5cb6d78b6c46f6cedd89ee1a534d9a1f84741ee0bfa1b599c2cc3534e6faa2d6d54b21d397fabdf3
-DIST bfg-1.12.4.jar 13942690 SHA256 
41e01861a7021a73db28860575fdeacab48dbcdcd48e658cf93df5ca06484b21 SHA512 
1839117982c583ee3bbdde763f0365319b3ff250bc34c9a276c8e08da8126e2a3e9c9a2ad683094c6eb00e7e3365295fe47001eab66b81a4f2f75c4c148b7983
 WHIRLPOOL 
7e7e71e8641a6b3b6a32b6f1ba101050f32ce095e5c675e8e306c22a3f071d846cbe2e3638094556e371807b1b70cadff0ab891d7bb6257c027007f37ee32808
 DIST bfg-1.12.8.jar 14570144 SHA256 
107efdf53cd5a864275128aacc1e7c2986ac6b162941b309938f94975fcfd3e8 SHA512 
fea7e335674eba6aba50511e29959c1a255dbcfe92854743471da68ea2fb12cb4e1886b2d8140506593ada21dd6f1e1bee9d5cf56e604cf5d9fc14f057049578
 WHIRLPOOL 
ccffc50a0063bbd9624ca74f268b602a9c7fd781fa771a716814aaa55dd624ff621d28a987ba65ed1101e9ef6c3ee4443b3f9deb80b45be28ae0fff998bd13c1

diff --git a/dev-vcs/bfg/bfg-1.12.3.ebuild b/dev-vcs/bfg/bfg-1.12.3.ebuild
deleted file mode 100644
index 85b19ca..000
--- a/dev-vcs/bfg/bfg-1.12.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit java-pkg-2
-
-DESCRIPTION="a simpler, faster alternative to git-filter-branch for removing 
bad data from git repos"
-HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/;
-SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-src_compile() { :; }
-
-src_install() {
-   java-pkg_newjar "${DISTDIR}"/${P}.jar
-   java-pkg_dolauncher ${PN}
-}

diff --git a/dev-vcs/bfg/bfg-1.12.4.ebuild b/dev-vcs/bfg/bfg-1.12.4.ebuild
deleted file mode 100644
index 85b19ca..000
--- a/dev-vcs/bfg/bfg-1.12.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit java-pkg-2
-
-DESCRIPTION="a simpler, faster alternative to git-filter-branch for removing 
bad data from git repos"
-HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/;
-SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-src_compile() { :; }
-
-src_install() {
-   java-pkg_newjar "${DISTDIR}"/${P}.jar
-   java-pkg_dolauncher ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/bfg/

2016-05-12 Thread Tim Harder
commit: df7565a7e79608aa47b0d30b4c4febcfe3ba29b1
Author: Tim Harder  gentoo  org>
AuthorDate: Fri May 13 04:17:11 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri May 13 04:17:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7565a7

dev-vcs/bfg: version bump to 1.12.12

 dev-vcs/bfg/Manifest   |  1 +
 dev-vcs/bfg/bfg-1.12.12.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-vcs/bfg/Manifest b/dev-vcs/bfg/Manifest
index fb6bfa3..87d7bb8 100644
--- a/dev-vcs/bfg/Manifest
+++ b/dev-vcs/bfg/Manifest
@@ -1,3 +1,4 @@
+DIST bfg-1.12.12.jar 14664691 SHA256 
03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a SHA512 
f3a9d39c764a8d42054ed346a51ac2402814a4a18f2802640e776653a3081800e38e3052ac447fd82f0d1667aa1ca5d6745a2e7b9c7503d3fec7c25d364c8cf3
 WHIRLPOOL 
eca6191885752bf8af5e84a97c31f6c0ad191ea3f49a009e0fd99ea09c69c6c95337bbe82f6b8e5e3220286d25c66b86f1f8ea9e183c51ac56bdaa42d9abb1b2
 DIST bfg-1.12.3.jar 13569036 SHA256 
2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911 SHA512 
c55aaf76004f92fe13294bd54221646b3c7ccd9aaab46b7418fbcb417dfa632de1011608cf7ab9ff85c6c34b4cef1885327ad40e45beb26b27e97753990a0737
 WHIRLPOOL 
d70f4ed866a24a7fe88c93170d8fcfd112ca7fc9e59a0f5a5cb6d78b6c46f6cedd89ee1a534d9a1f84741ee0bfa1b599c2cc3534e6faa2d6d54b21d397fabdf3
 DIST bfg-1.12.4.jar 13942690 SHA256 
41e01861a7021a73db28860575fdeacab48dbcdcd48e658cf93df5ca06484b21 SHA512 
1839117982c583ee3bbdde763f0365319b3ff250bc34c9a276c8e08da8126e2a3e9c9a2ad683094c6eb00e7e3365295fe47001eab66b81a4f2f75c4c148b7983
 WHIRLPOOL 
7e7e71e8641a6b3b6a32b6f1ba101050f32ce095e5c675e8e306c22a3f071d846cbe2e3638094556e371807b1b70cadff0ab891d7bb6257c027007f37ee32808
 DIST bfg-1.12.8.jar 14570144 SHA256 
107efdf53cd5a864275128aacc1e7c2986ac6b162941b309938f94975fcfd3e8 SHA512 
fea7e335674eba6aba50511e29959c1a255dbcfe92854743471da68ea2fb12cb4e1886b2d8140506593ada21dd6f1e1bee9d5cf56e604cf5d9fc14f057049578
 WHIRLPOOL 
ccffc50a0063bbd9624ca74f268b602a9c7fd781fa771a716814aaa55dd624ff621d28a987ba65ed1101e9ef6c3ee4443b3f9deb80b45be28ae0fff998bd13c1

diff --git a/dev-vcs/bfg/bfg-1.12.12.ebuild b/dev-vcs/bfg/bfg-1.12.12.ebuild
new file mode 100644
index 000..611e106
--- /dev/null
+++ b/dev-vcs/bfg/bfg-1.12.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit java-pkg-2
+
+DESCRIPTION="a faster alternative to git-filter-branch for removing bad data 
from git repos"
+HOMEPAGE="http://rtyley.github.io/bfg-repo-cleaner/;
+SRC_URI="http://repo1.maven.org/maven2/com/madgag/${PN}/${PV}/${P}.jar;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+src_compile() { :; }
+
+src_install() {
+   java-pkg_newjar "${DISTDIR}"/${P}.jar
+   java-pkg_dolauncher ${PN}
+}



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

2016-05-12 Thread Tim Harder
commit: fef78735b3531010740a7921b14695118fddff70
Author: Tim Harder  gentoo  org>
AuthorDate: Fri May 13 03:35:03 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri May 13 03:38:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef78735

dev-python/python-ly: version bump to 0.9.4

 dev-python/python-ly/Manifest   |  1 +
 dev-python/python-ly/python-ly-0.9.4.ebuild | 16 
 2 files changed, 17 insertions(+)

diff --git a/dev-python/python-ly/Manifest b/dev-python/python-ly/Manifest
index 20a7f45..1a702c4 100644
--- a/dev-python/python-ly/Manifest
+++ b/dev-python/python-ly/Manifest
@@ -1,2 +1,3 @@
 DIST python-ly-0.9.2.tar.gz 159744 SHA256 
a231b8f8977966afff70a840fb5baa1d3d263d5a9565ca9a5b28c398307952af SHA512 
da144a95205386f792c363c70d082467e87e1d56ac783122a523bb54d0ea195a7e8826ad43d47742a8cff2063c5452b8a36443cf5fc0acb8c31c9a8c6aad43c1
 WHIRLPOOL 
f90e71a97c0d27012d07f9e31a0e7dac345a9256d1516f0eefe722cf4ddd54479165bb376537fb071c45e5f37b149a16385c93777bc96b9a5e921c0d45e43066
 DIST python-ly-0.9.3.tar.gz 161348 SHA256 
1450f124072c72b5bfbb86f8d0fefd0b999af57ea6c55289272a3a84adb2caf8 SHA512 
113220d83b206f78537610e6b2b4e2cd97f6a9fde5b8e90eba03ca459e1312adaf47c1f4354de10a59d0e37ac9dcb0f21b3b63eeefc2e78fd6b7c9246965d24c
 WHIRLPOOL 
69c796bdc0ea39dade322dd2edc9927f937a6864566e585e072dea28b35e270f68f5076cf9e6b9306eb59751b1b959549f48b292b0b1003544ede0bec4dbbd85
+DIST python-ly-0.9.4.tar.gz 175768 SHA256 
c2f87999260af3c9ea00c9997dae1e596fac40f45905d8b7e24e0f441112d63c SHA512 
0d94001d6e4d4eb750a974a67cdce1d3b2f09f693b74cb18fa9dc20dac986373380a58e138ab1f7a427bcc3d2de6343e664a6d58ce8bb23b3804fef68a8a9069
 WHIRLPOOL 
55485a9eea04b802ddc69b57657c267c91af6a67caa0fb142696115f019e653e3a186777b59d48331d61b0029d1d8d7969c41207e4a90900733ea7da0f6c3c16

diff --git a/dev-python/python-ly/python-ly-0.9.4.ebuild 
b/dev-python/python-ly/python-ly-0.9.4.ebuild
new file mode 100644
index 000..f9e914f
--- /dev/null
+++ b/dev-python/python-ly/python-ly-0.9.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool and library for manipulating LilyPond files"
+HOMEPAGE="https://github.com/wbsoft/python-ly 
http://pypi.python.org/pypi/python-ly;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



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

2016-05-12 Thread Tim Harder
commit: c1a96c9236e355e1a9351e172c9584366eb01659
Author: Tim Harder  gentoo  org>
AuthorDate: Fri May 13 03:36:43 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri May 13 03:38:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a96c92

media-sound/frescobaldi: version bump to 2.19.0

 media-sound/frescobaldi/Manifest  |  1 +
 media-sound/frescobaldi/frescobaldi-2.19.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
index fd6597d..388eb1d 100644
--- a/media-sound/frescobaldi/Manifest
+++ b/media-sound/frescobaldi/Manifest
@@ -1,3 +1,4 @@
 DIST frescobaldi-2.0.16.tar.gz 3861027 SHA256 
d8e89a662da45ae6c514365a4eb6895419f8058014f5393041988a55f05eea8a SHA512 
7f04b84ec73ee84094ef8c11ef546a111b3c795dff9611a0627180b6509103c7505e5799a3ad0dd8d4d54dca2596f34835dca0018f78fe5595c5eb14f3ab
 WHIRLPOOL 
3c1d2f9d79ab04536664176d834014d5daab73d115961913b40c247dfe142cbf95761e44043ccfd914dc6cf64eb307d29fba0cb128afd44c3c345e1cb6edcd9a
 DIST frescobaldi-2.18.1.tar.gz 4172189 SHA256 
475bbb9aeed8009fdb7b0c53e4da78ce7a204b548d0af6d909b699c99e61d4c1 SHA512 
cc00012f6f3d5cef44e50258093a27c4627843f41ca3724983fbd424f2da4a2911e300edd12d35082c514381b660c421fbc405fe858ff3680d2a5605a8c4bb6a
 WHIRLPOOL 
d02eda7702bf6fbcd3c94255f97f5b105a9e13dca0acb5abe950b5344fdfe9e02f153c2f20c7492e65fdad69ef92dda6b46ded9a18d1499115a12b7ac1fd
 DIST frescobaldi-2.18.2.tar.gz 4200915 SHA256 
e54a674bc4f8fad368969822829d913dc4c6de0ae2ca4e762e1f0a25b03ddafa SHA512 
464599e36f045abece32db3040635a3c356d6e17e2ead61a326c0f92007da83491beb958cc6f26b583af29376a2efe7f8ff940e9774e6c7f9b190be453c951f9
 WHIRLPOOL 
79cab3e1927503bf93017c98d0b81941e38f66a6f114a4b8ad0aee9123065ae473d89d798303a79280f208b7f23c27d9408fa08ff79720f8dff22d75ce961394
+DIST frescobaldi-2.19.0.tar.gz 4244785 SHA256 
b426bd53d54fdc4dfc16fcfbff957fdccfa319d6ac63614de81f6ada5044d3e6 SHA512 
3d6d34809acc8ed8756fc89893bceda79fe0a81e717083a5e7391cf13449e5e4ed675cb9ace63ec9191a9e34f27fd3540494195f74073b872ce1b0f5b7ccdd8d
 WHIRLPOOL 
e598da0f0a2ff6813c5f5ceafdb67beeb7921136d1abf804dd0836cf857de2e5db85dbdfd7b1b45970476d75054aa8b0c7bd17f0cbe4f1551d0e5abea98045b1

diff --git a/media-sound/frescobaldi/frescobaldi-2.19.0.ebuild 
b/media-sound/frescobaldi/frescobaldi-2.19.0.ebuild
new file mode 100644
index 000..3e20837
--- /dev/null
+++ b/media-sound/frescobaldi/frescobaldi-2.19.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 gnome2-utils
+
+DESCRIPTION="A LilyPond sheet music text editor"
+HOMEPAGE="http://www.frescobaldi.org/;
+SRC_URI="https://github.com/wbsoft/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2 public-domain" # public-domain is for bundled Tango icons
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="portmidi"
+
+RDEPEND="dev-python/python-poppler-qt4[${PYTHON_USEDEP}]
+   dev-python/PyQt4[svg,X,${PYTHON_USEDEP}]
+   >=dev-python/python-ly-0.9.4[${PYTHON_USEDEP}]
+   >=media-sound/lilypond-2.14.2
+   portmidi? ( media-libs/portmidi[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"
+
+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-libs/sway/

2016-05-12 Thread Ian Delaney
commit: 505d988c75634917f1fb7b143b03b141700e75e1
Author: Jasen Borisov  gmail  com>
AuthorDate: Thu May 12 05:36:22 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 13 03:34:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505d988c

dev-libs/sway: add version 0.6 and live ebuild.

Will be maintained by Jasen Borisov  gmail.com>
as part of the Gentoo Proxy Maintainers program.
Extensively reviewed by many via both IRC & commmentary via the pull request

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1458

Signed-off-by: Ian Delaney  gentoo.org>

 dev-libs/sway/Manifest |  1 +
 dev-libs/sway/metadata.xml | 33 
 dev-libs/sway/sway-0.6.ebuild  | 71 ++
 dev-libs/sway/sway-.ebuild | 71 ++
 4 files changed, 176 insertions(+)

diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest
new file mode 100644
index 000..cafdebc
--- /dev/null
+++ b/dev-libs/sway/Manifest
@@ -0,0 +1 @@
+DIST sway-0.6.tar.gz 10995907 SHA256 
a9159033ca3e976383cc9485bcb10fe89485711c4577d8c7414d8f23c56e54ea SHA512 
b38455183b8a488fd5f2721356864bd4d28a4bcb5f0ce54f1a6b1c013e75c758fb2a429f549d8f78a2284a79721048333003fd040b70d26169c5eb900b20acd2
 WHIRLPOOL 
1df951d1d962f8951471613a2c4eeccfd2c4561565297eb06c38ee42aeea9bbbe702454d8a4ef06f36b21d3dfaf56d4461565cb8b522adb5af71a899e66e

diff --git a/dev-libs/sway/metadata.xml b/dev-libs/sway/metadata.xml
new file mode 100644
index 000..45bddf6
--- /dev/null
+++ b/dev-libs/sway/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tajj...@gmail.com
+   Jasen Borisov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   "SirCmpwn's Wayland window manager" is an i3-compatible window 
manager
+   for Wayland.
+
+   sway was created to fill the need of an i3-like window manager 
for
+   Wayland. The upstream i3 developers have no intention of 
porting i3 to
+   Wayland, and projects proposed by others ended up as vaporware. 
Many
+   thanks to the i3 folks for providing such a great piece of 
software, so
+   good that your users would rather write an entirely new window 
manager
+   from scratch that behaved *exactly* like i3 rather than switch 
to
+   something else.
+   
+   
+   Enable additional image format support 
via the gdk-pixbuf library.
+   Build 'swaybar': sway's status bar 
component.
+   Build 'swaybg': allows to set a desktop 
background image.
+   Build 'swaygrab': allows taking 
screenshots or screencasts.
+   Build 'swaylock': sway's screen 
locker.
+   Build 'swaymsg': tool for communicating 
with a running sway instance.
+   Install sway's default wallpaper 
image.
+   
+

diff --git a/dev-libs/sway/sway-0.6.ebuild b/dev-libs/sway/sway-0.6.ebuild
new file mode 100644
index 000..e87b63f
--- /dev/null
+++ b/dev-libs/sway/sway-0.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils cmake-utils
+
+DESCRIPTION="i3-compatible Wayland window manager"
+HOMEPAGE="http://swaywm.org/;
+
+SRC_URI="https://github.com/SirCmpwn/sway/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="swaylock swaybg swaybar swaygrab swaymsg gdk-pixbuf zsh-completion 
wallpapers systemd"
+
+RDEPEND="dev-libs/wlc[systemd=]
+   dev-libs/json-c
+   dev-libs/libpcre
+   dev-libs/libinput
+   x11-libs/libxkbcommon
+   dev-libs/wayland
+   x11-libs/pango
+   x11-libs/cairo
+   swaylock? ( virtual/pam )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )"
+
+DEPEND="${RDEPEND}
+   app-text/asciidoc"
+
+src_prepare() {
+   default
+
+   # remove bad CFLAGS that upstream is trying to add
+   sed -i -e '/FLAGS.*-Werror/d' -e '/FLAGS.*-g/d' CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Denable-swaybar=$(usex swaybar)
+   -Denable-swaybg=$(usex swaybg)
+   -Denable-swaygrab=$(usex swaygrab)
+   -Denable-swaylock=$(usex swaylock)
+   -Denable-swaymsg=$(usex swaymsg)
+
+   -Ddefault-wallpaper=$(usex wallpapers)
+
+   -Denable-gdk-pixbuf=$(usex gdk-pixbuf)
+   -Dzsh-completions=$(usex zsh-completion)
+
+   -DCMAKE_INSTALL_SYSCONFDIR="/etc"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   use !systemd && fperms u+s 

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

2016-05-12 Thread Ian Delaney
commit: 91273e7f5354dc3a5e1290192044557191db931f
Author: Jasen Borisov  gmail  com>
AuthorDate: Thu May 12 10:08:10 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 13 03:34:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91273e7f

dev-libs/wlc: add postinst message about Xwayland.

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1459

Signed-off-by: Ian Delaney  gentoo.org>

 dev-libs/wlc/wlc-0.0.2.ebuild | 10 +-
 dev-libs/wlc/wlc-.ebuild  | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wlc/wlc-0.0.2.ebuild b/dev-libs/wlc/wlc-0.0.2.ebuild
index 72f4ddd..8917c64 100644
--- a/dev-libs/wlc/wlc-0.0.2.ebuild
+++ b/dev-libs/wlc/wlc-0.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 inherit cmake-utils
 
-DESCRIPTION="A helper library for Wayland compositors."
+DESCRIPTION="A helper library for Wayland compositors"
 HOMEPAGE="https://github.com/Cloudef/wlc;
 
 SRC_URI="https://github.com/Cloudef/wlc/releases/download/v${PV}/${P}.tar.bz2;
@@ -48,3 +48,11 @@ src_configure() {
 
cmake-utils_src_configure
 }
+
+pkg_postinst() {
+   if use X && !has_version 'x11-base/xorg-server[wayland]'
+   then
+   elog "You have enabled wlc's X11 support. To use Xwayland, you 
must emerge"
+   elog "'x11-base/xorg-server[wayland]'."
+   fi
+}

diff --git a/dev-libs/wlc/wlc-.ebuild b/dev-libs/wlc/wlc-.ebuild
index 8af28d5..55443ba 100644
--- a/dev-libs/wlc/wlc-.ebuild
+++ b/dev-libs/wlc/wlc-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 inherit git-r3 cmake-utils
 
-DESCRIPTION="A helper library for Wayland compositors."
+DESCRIPTION="A helper library for Wayland compositors"
 HOMEPAGE="https://github.com/Cloudef/wlc;
 
 EGIT_REPO_URI="https://github.com/Cloudef/wlc.git;
@@ -48,3 +48,11 @@ src_configure() {
 
cmake-utils_src_configure
 }
+
+pkg_postinst() {
+   if use X && !has_version 'x11-base/xorg-server[wayland]'
+   then
+   elog "You have enabled wlc's X11 support. To use Xwayland, you 
must emerge"
+   elog "'x11-base/xorg-server[wayland]'."
+   fi
+}



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

2016-05-12 Thread NP Hardass
commit: ef0e57b6b3f7e373e1680abec940378c5cefa100
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 05:35:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri May 13 01:48:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0e57b6

app-emulation/wine: Change GCC-5.3 warning.

Reverts the two following commits:

72f76cae15de74cb99a604303de297fb5412d68f
68bf4d988d71805013fbedf5b94aee090cb9cb43

Signed-off-by: NP-Hardass  gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/wine/wine-1.8-r1.ebuild   | 4 ++--
 app-emulation/wine/wine-1.8.1-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.8.2.ebuild| 4 ++--
 app-emulation/wine/wine-1.9.4-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.5-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.6-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.7-r1.ebuild | 4 ++--
 app-emulation/wine/wine-1.9.8.ebuild| 4 ++--
 app-emulation/wine/wine-.ebuild | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/app-emulation/wine/wine-1.8-r1.ebuild 
b/app-emulation/wine/wine-1.8-r1.ebuild
index 71ab536..e074f92 100644
--- a/app-emulation/wine/wine-1.8-r1.ebuild
+++ b/app-emulation/wine/wine-1.8-r1.ebuild
@@ -181,8 +181,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please use gcc-config to 
select a"
-   eerror "different compiler version."
+   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
+   eerror "or use gcc-config to select a different 
compiler version."
eerror "See https://bugs.gentoo.org/574044;
eerror
return 1

diff --git a/app-emulation/wine/wine-1.8.1-r1.ebuild 
b/app-emulation/wine/wine-1.8.1-r1.ebuild
index 7b7d61b..0b38bc8 100644
--- a/app-emulation/wine/wine-1.8.1-r1.ebuild
+++ b/app-emulation/wine/wine-1.8.1-r1.ebuild
@@ -182,8 +182,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please use gcc-config to 
select a"
-   eerror "different compiler version."
+   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
+   eerror "or use gcc-config to select a different 
compiler version."
eerror "See https://bugs.gentoo.org/574044;
eerror
return 1

diff --git a/app-emulation/wine/wine-1.8.2.ebuild 
b/app-emulation/wine/wine-1.8.2.ebuild
index 2a66a51..951e2bc 100644
--- a/app-emulation/wine/wine-1.8.2.ebuild
+++ b/app-emulation/wine/wine-1.8.2.ebuild
@@ -182,8 +182,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please use gcc-config to 
select a"
-   eerror "different compiler version."
+   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
+   eerror "or use gcc-config to select a different 
compiler version."
eerror "See https://bugs.gentoo.org/574044;
eerror
return 1

diff --git a/app-emulation/wine/wine-1.9.4-r1.ebuild 
b/app-emulation/wine/wine-1.9.4-r1.ebuild
index 9273ab1..0e6073c 100644
--- a/app-emulation/wine/wine-1.9.4-r1.ebuild
+++ b/app-emulation/wine/wine-1.9.4-r1.ebuild
@@ -180,8 +180,8 @@ wine_build_environment_check() {
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 
"${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of 
gcc-5.3"
-   eerror "due to compiler bugs; please use gcc-config to 
select a"
-   eerror "different compiler version."
+   eerror "due to compiler bugs; please re-emerge the 
latest gcc-5.3.x ebuild,"
+   eerror "or use 

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

2016-05-12 Thread NP Hardass
commit: 8cbf89ea784edf828a8013faecd06e04bb22bda5
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 05:50:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri May 13 01:48:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbf89ea

app-emulation/winetricks: Remove old version.

Signed-off-by: NP-Hardass  gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/winetricks/Manifest  |  1 -
 .../winetricks/winetricks-20160329.ebuild  | 85 --
 2 files changed, 86 deletions(-)

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index 81d2657..ae52f26 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,3 +1,2 @@
-DIST winetricks-20160329.tar.gz 170236 SHA256 
a2a6f93e5242c22dd284710d26d6c98169eebcd57e5db71dae4c8e4fbad34c39 SHA512 
e128a8ec1422c2864ef8919f26e1218ea1b663a5ebac789669b1451616213e406f474ed29f160bdcbfa5357475d43ffc9ee6d4587548ca10f23376759150812e
 WHIRLPOOL 
bf1abe3cf8d4f10c7f28112f583d825f70bfc3b4a77386b7e463e73a74713067f77a8f30714d476b464e8d8a8ed1f70d4b203a75f34904821c7bfa75860a557b
 DIST winetricks-20160425.tar.gz 170817 SHA256 
0ddd2d896ab3803057f0eeec3afd6fd2f1b8ebb21e4ec0647c66e3cad0da1d0e SHA512 
20279a49088ae8f30447d940432c026933b02438f0872fd736b1015ce70150c9300273eaa2000e42389e1dcdc9807f52ee8ddfe2d0a1a0bf9bb2e62acbda19b9
 WHIRLPOOL 
7d8b9e0dcb1e4532678790aeb77c6b14147f60eef1560efe05b75b14e87eb85954c810920be2a058fd5f18451fb419f706f8ff92bf8cc952c58b360f59785ca6
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 
dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a
 WHIRLPOOL 
268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b

diff --git a/app-emulation/winetricks/winetricks-20160329.ebuild 
b/app-emulation/winetricks/winetricks-20160329.ebuild
deleted file mode 100644
index b8aef92..000
--- a/app-emulation/winetricks/winetricks-20160329.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit gnome2-utils eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git"
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-wtg=winetricks-gentoo-2012.11.24
-
-SRC_URI="${SRC_URI}
-   gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
-   kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 
)"
-
-DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
-HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-IUSE="gtk kde rar"
-
-DEPEND=""
-RDEPEND="app-arch/cabextract
-   app-arch/p7zip
-   app-arch/unzip
-   app-emulation/wine
-   net-misc/wget
-   x11-misc/xdg-utils
-   gtk? ( gnome-extra/zenity )
-   kde? ( kde-apps/kdialog )
-   rar? ( app-arch/unrar )"
-
-# Uses a non-standard "Wine" category, which is provided by 
app-emulation/wine; #451552
-QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
-
-# Tests require network access and run Wine, which is unreliable from a 
portage environment.
-RESTRICT="test"
-
-src_unpack() {
-   if [[ ${PV} == "" ]] ; then
-   git-r3_src_unpack
-   if use gtk || use kde; then
-   unpack ${wtg}.tar.bz2
-   fi
-   else
-   default
-   fi
-}
-
-src_install() {
-   default
-   if use gtk || use kde; then
-   cd "${WORKDIR}/${wtg}" || die
-   domenu winetricks.desktop
-   insinto /usr/share/icons/hicolor/scalable/apps
-   doins wine-winetricks.svg
-   fi
-}
-
-pkg_preinst() {
-   if use gtk || use kde; then
-   gnome2_icon_savelist
-   fi
-}
-
-pkg_postinst() {
-   if use gtk || use kde; then
-   gnome2_icon_cache_update
-   fi
-}
-
-pkg_postrm() {
-   if use gtk || use kde; then
-   gnome2_icon_cache_update
-   fi
-}



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

2016-05-12 Thread NP Hardass
commit: 3ff2b8067c5bc3c851b2f6f8b4b888912021ba28
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 05:50:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri May 13 01:48:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff2b806

app-emulation/winetricks: Version bump to 20160425.

Signed-off-by: NP-Hardass  gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/winetricks/Manifest  |  1 +
 .../winetricks/winetricks-20160425.ebuild  | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index 252c278..81d2657 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,2 +1,3 @@
 DIST winetricks-20160329.tar.gz 170236 SHA256 
a2a6f93e5242c22dd284710d26d6c98169eebcd57e5db71dae4c8e4fbad34c39 SHA512 
e128a8ec1422c2864ef8919f26e1218ea1b663a5ebac789669b1451616213e406f474ed29f160bdcbfa5357475d43ffc9ee6d4587548ca10f23376759150812e
 WHIRLPOOL 
bf1abe3cf8d4f10c7f28112f583d825f70bfc3b4a77386b7e463e73a74713067f77a8f30714d476b464e8d8a8ed1f70d4b203a75f34904821c7bfa75860a557b
+DIST winetricks-20160425.tar.gz 170817 SHA256 
0ddd2d896ab3803057f0eeec3afd6fd2f1b8ebb21e4ec0647c66e3cad0da1d0e SHA512 
20279a49088ae8f30447d940432c026933b02438f0872fd736b1015ce70150c9300273eaa2000e42389e1dcdc9807f52ee8ddfe2d0a1a0bf9bb2e62acbda19b9
 WHIRLPOOL 
7d8b9e0dcb1e4532678790aeb77c6b14147f60eef1560efe05b75b14e87eb85954c810920be2a058fd5f18451fb419f706f8ff92bf8cc952c58b360f59785ca6
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 
dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a
 WHIRLPOOL 
268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b

diff --git a/app-emulation/winetricks/winetricks-20160425.ebuild 
b/app-emulation/winetricks/winetricks-20160425.ebuild
new file mode 100644
index 000..b8aef92
--- /dev/null
+++ b/app-emulation/winetricks/winetricks-20160425.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2-utils eutils
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git"
+   inherit git-r3
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+wtg=winetricks-gentoo-2012.11.24
+
+SRC_URI="${SRC_URI}
+   gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
+   kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 
)"
+
+DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
+HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="gtk kde rar"
+
+DEPEND=""
+RDEPEND="app-arch/cabextract
+   app-arch/p7zip
+   app-arch/unzip
+   app-emulation/wine
+   net-misc/wget
+   x11-misc/xdg-utils
+   gtk? ( gnome-extra/zenity )
+   kde? ( kde-apps/kdialog )
+   rar? ( app-arch/unrar )"
+
+# Uses a non-standard "Wine" category, which is provided by 
app-emulation/wine; #451552
+QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
+
+# Tests require network access and run Wine, which is unreliable from a 
portage environment.
+RESTRICT="test"
+
+src_unpack() {
+   if [[ ${PV} == "" ]] ; then
+   git-r3_src_unpack
+   if use gtk || use kde; then
+   unpack ${wtg}.tar.bz2
+   fi
+   else
+   default
+   fi
+}
+
+src_install() {
+   default
+   if use gtk || use kde; then
+   cd "${WORKDIR}/${wtg}" || die
+   domenu winetricks.desktop
+   insinto /usr/share/icons/hicolor/scalable/apps
+   doins wine-winetricks.svg
+   fi
+}
+
+pkg_preinst() {
+   if use gtk || use kde; then
+   gnome2_icon_savelist
+   fi
+}
+
+pkg_postinst() {
+   if use gtk || use kde; then
+   gnome2_icon_cache_update
+   fi
+}
+
+pkg_postrm() {
+   if use gtk || use kde; then
+   gnome2_icon_cache_update
+   fi
+}



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

2016-05-12 Thread NP Hardass
commit: f0379d748e8ce0e69db1fb7bd077cdb31ed56838
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 05:35:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri May 13 01:49:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0379d74

app-emulation/wine: Version bump to 1.9.9.

Signed-off-by: NP-Hardass  gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/wine/Manifest  |   3 +
 app-emulation/wine/wine-1.9.9.ebuild | 464 +++
 2 files changed, 467 insertions(+)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 77bcd0c..1b37794 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -50,6 +50,8 @@ DIST wine-1.9.5.tar.bz2 23034629 SHA256 
fb526308e7ac5e202c0f0b663d4c7a943419d9ee
 DIST wine-1.9.6.tar.bz2 23071838 SHA256 
3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557 SHA512 
d56d5b18a26b4902ac0138a4358f91a027f929a3ae70346e48b529eb7f09f7f1971bdae52d6a37dabbb598771ee5754b320e39c6ef26700202bf6be90b8b101b
 WHIRLPOOL 
544ad527ceeb9339fd7fb35d847451dbdac79da6226cf15fb2c4be01eed3babe4c5e343236c5005553084ff83ce4e274305b5f91b2bf03a6a27d695c4ece280c
 DIST wine-1.9.7.tar.bz2 23101883 SHA256 
49705fe02505e26ef8022c662dda702cfcd5c4fd73886e00b43d32dc2f8887ec SHA512 
9946d3c69941f26e56ab78cde3c91d91debb7fc5d63f8758aa5a4e0bcdfb78c86d43f3b736b81b761bb5924479491ed00727a739e0117d3e9d5e3b8c3a90004a
 WHIRLPOOL 
4f4f509b894c6907a8b10b08b6851406c2172d969b1133aab64afdf53de2ca21b19cdbdea555b514fb9a8df4da44356419fc2a6bef12584b271c359978070b1e
 DIST wine-1.9.8.tar.bz2 23183703 SHA256 
8bf34e8dd68e7187ed11fb06a55a76789073dda6ab2db6b84e194acf4f561a1d SHA512 
3f90238b78836836b4cd74975da07b0ce39f3da0e68fc8529554e1770ecd52c315519985bd15dc82756491ca3d145b27249a0e937221badb01ed3a1f8a69fbd4
 WHIRLPOOL 
22f633ac0f9d1f7bf874dc756432534c0deca765e49013576ea69ade86c98e8759fb14813d8d68451250911902541a3027a729328bff1aedd74ecafc9c85acf0
+DIST wine-1.9.9.tar.bz2 23155986 SHA256 
a1e76fd9842d0fe385e930cd62e7193035a04ed11fe771d9cd6ee9b2ceda7b41 SHA512 
370caf527eac948b8bf2583e8f8a647e9b353b8ea70a341a0eb1fd768eea6c982a5c8b7eb23ecfded6eebea370d06bd23ee1ba7b2ded63547f571cc293ee1695
 WHIRLPOOL 
bf97f4fcacda1913d2e7be21f6c771392b06653a7877ea07cf65731bf37eae3f3eb5d5fe5971dae18be709afcbbc65b3337e8d1d0c01e938671eed095aacd0af
+DIST wine-d3d9-1.9.9.tar.gz 45615 SHA256 
cc6575ef97c6ff74d11d370f6af012c82b33697cb5d120d93d3d501623ef4856 SHA512 
142e4c11c392a7999093c6703e3e506c365633e7ae4c2426d164e411e5d28fd0c7b00acffc0ca35c755d8ff6d8585072f6a3d3bcb8b5e32417db5597f236c4d0
 WHIRLPOOL 
d56f84a455dc643f756fedfffdc73640cb34aa8164df747fe44f204dd7165d7b000c22de8c33c9978ad97b32b8b6d285551de8607acf75b5f079cb7eeeadb05e
 DIST wine-gentoo-2013.06.24.tar.bz2 85442 SHA256 
bfbf6b25e98f717320de2ede467e3628fbc749d936b8449f8477c9dc6f41e04b SHA512 
b6819889314f6a6ea16c1332f4b177c43623116763969c31b23b61754cd304dd085f5d3eafbe847159331eb979b4c10699430129ea4a71da418c1fe175f0
 WHIRLPOOL 
227e0ac6569736d4ad5813cef49f775dae956f4fc9255de95753d5d3cba1bf6cf3db31d23d3702bb54d2e60c5a6f779b602f0efb2096e4c827c924565b273d00
 DIST wine-gentoo-2015.03.07.tar.bz2 85419 SHA256 
f13f93dc49bbc33a294c4d511b6e01aec2d38bff77a1e44d07668291add1ab04 SHA512 
bae1d2d5575d340d01f44008104f0e5ec0c4a4982995dec37d501594cd21d07a2b4ad4465c4273646d5bf6521996b4b82471097864be75342abe3e7d478a56bd
 WHIRLPOOL 
0f254dd692e87a1f71dd19f6c1c8c59b8a91b994e75912a2e6e3ba5e875b85119fe497a331a95c2ce33bbf5f064143d23ee00275da92c494227de0807c9abb06
 DIST wine-mono-0.0.8.msi 46967296 SHA256 
3dfc23bbc29015e4e538dab8b83cb825d3248a0e5cf3b3318503ee7331115402 SHA512 
d3009f2301b0a006136e880025a736f24612faa7a954956896124ec7282d35b678f02658e8be12b1c02ee217e594a2c728a9258c36ccb346b186a4781951adbd
 WHIRLPOOL 
1d4b2e88ebab1f603326a238cc908982c7e135a33340087e8645572838d2b6034764e9fe787bb890792dea4c0531d26f9a6a811a7c200edb99ab82f975179389
@@ -93,6 +95,7 @@ DIST wine-staging-1.9.5.tar.gz 9889302 SHA256 
e12c5fb741e6c5b55b99c37d6bba1746b0
 DIST wine-staging-1.9.6.tar.gz 9959130 SHA256 
e9eb9990aa7f3f07931bfe158c883ebad595e58239855c7f6c01758b4d195db9 SHA512 
508b5cd553a8b4a293e9250af670de693992c6f6e71e9e3759408b1e8745985030fbcb78c83ae6669e73e48caf95c3a6f0c92da0a96791912d7e6c4d29a26bd2
 WHIRLPOOL 
2ebc3ca7ea38d2fda310567083f28b76c4f0120dce659152ccacf95eb07de3dfe8950eb9b306b1a91b30ded8e3914f5852f7928e735659c2b02eb50d82fe0fca
 DIST wine-staging-1.9.7.tar.gz 10006278 SHA256 
f1f0f76815c4d6f0011a6036400f2130809eb5b9b953cc505e187029a71ff69c SHA512 
e90db22c03b1d8e334204b473e8bde377ba7fdb84d884a9ae12b2d70e70e150d735579dcb3df4b6b0a94269e54297b0881489ad6eebe421006dd29f0ec5f
 WHIRLPOOL 
13b3bed7e2f8fe8f0c44d4f3d7fdaa8517ad88e03f1fd077b9fe7bb8b6ec68e247af99dbcda08f65233cb90d1c90497ef87ecb4a46cc7841e45088abb97df0fd
 DIST wine-staging-1.9.8.tar.gz 10010607 SHA256 
49201e31105208ae106f9426c2ca150e5d289b94c9b938a8669fbd32f58cec3d SHA512 

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

2016-05-12 Thread NP Hardass
commit: ab5c73572636ee8988efa8d441e03df5b6ae6083
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue May  3 05:35:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri May 13 01:49:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5c7357

app-emulation/wine: Adjust d3d9-related URI and variables.

Signed-off-by: NP-Hardass  gentoo.org>

Package-Manager: portage-2.2.28

 app-emulation/wine/wine-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine/wine-.ebuild 
b/app-emulation/wine/wine-.ebuild
index b9c1d53..971a77c 100644
--- a/app-emulation/wine/wine-.ebuild
+++ b/app-emulation/wine/wine-.ebuild
@@ -26,7 +26,7 @@ MV="4.6.2"
 [[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
 STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
-D3D9_P="${PV}"
+D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
 WINE_GENTOO="wine-gentoo-2015.03.07"
 DESCRIPTION="Free implementation of Windows(tm) on Unix"
@@ -45,7 +45,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="${SRC_URI}
staging? ( 
https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz 
-> ${STAGING_P}.tar.gz )
-   d3d9? ( 
https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-${PV}.tar.gz -> 
${D3D9_P}.tar.gz )"
+   d3d9? ( 
https://github.com/sarnex/wine-d3d9-patches/archive/${D3D9_P}.tar.gz )"
 fi
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/default/linux/uclibc/arm/, dev-qt/qt-creator/

2016-05-12 Thread Davide Pesavento
commit: e40992edf12ccc1d11e46de166521362368026b5
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri May 13 01:17:50 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri May 13 01:18:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40992ed

dev-qt/qt-creator: version bump

Package-Manager: portage-2.2.28

 dev-qt/qt-creator/Manifest |  2 +-
 dev-qt/qt-creator/metadata.xml |  2 ++
 ...or-4.0.0_rc1.ebuild => qt-creator-4.0.0.ebuild} | 23 +++---
 profiles/arch/arm/package.use.mask |  4 
 profiles/default/linux/uclibc/arm/package.use.mask |  4 
 5 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index a84b87a..6a5106f 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,4 +1,4 @@
 DIST qt-creator-2.8.1-src.tar.gz 24381282 SHA256 
d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9 SHA512 
954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb
 WHIRLPOOL 
1aa5018e19315bd2528580ffa388ff17d9747e4abad28ea4bcd38315e6efc66379cdda90cb32c17dd1631d0ebedff422e53ee0b9b3c40d7a5766ff4dd9b4
 DIST qt-creator-opensource-src-3.4.2.tar.gz 23239370 SHA256 
f57df9954768badb252154a51cca9b21a4903f8e003ef944d25801cde1754bab SHA512 
65a93574bf6dd35ef4769d4e8a40cb183b2904af6cd32616c15e57654ab575280e7a5d0bbe43296a012e79127831b46fa21890d65472e0c781a95461e5a50812
 WHIRLPOOL 
a56fbb9ea76e9cc7886ee447503c4f7ca646ebf19a113ab95b9b3788d8d75871850c358f13bbd3093f544c65c65f916006cb7571a73292376a7629c236cf0e74
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
-DIST qt-creator-opensource-src-4.0.0-rc1.tar.gz 22781346 SHA256 
33e478b4c5d024bcab07fa6974b2af6818666812ff88f153405bedb557e0c566 SHA512 
b109a5144c276183d2c9ae1d2406bf36b3799bf3ea442d2fed37495eb2c79a2f3fbfbbd060fdbecd4d4a54804b56b9f81285127621ffb382de89b5bdb451
 WHIRLPOOL 
f04b51d848230b7c791659e899a8e7c517488972447a1426aa36bf95e25803ee94dd2458fa0dabd7f5a68d156a8b0ceb789331dea3200dccd0d16d8cc560e3a0
+DIST qt-creator-opensource-src-4.0.0.tar.gz 21613655 SHA256 
0cc21d720bafc72ce67f45a5553c618e8fffec3f2f23b94a2b2a9ba68ed0e2c8 SHA512 
7c845636b60d6eb0c23171661d02d768c564e942a0b653213b12ec121fc9f9865fe859bc647566c19adeb6fc5d1832bb901df8dc00462cb5fde7bbd3c59c5a42
 WHIRLPOOL 
d20cd3ba5a0ea8314439d67ba444291e4251045ed37e2948854a3c6e01c2b56a4c89f0e112aa7ef6109e32c4931d521b3d2cc8cec82182c8b60d7d8c77d767a5

diff --git a/dev-qt/qt-creator/metadata.xml b/dev-qt/qt-creator/metadata.xml
index 2266727..6671b8a 100644
--- a/dev-qt/qt-creator/metadata.xml
+++ b/dev-qt/qt-creator/metadata.xml
@@ -30,6 +30,8 @@
Build plugin for QNX devices
Add support for retrieving application 
output from journald
Add support for memory debugging using 
dev-util/valgrind
+   Use dev-qt/qtwebengine to 
view documentation
+   Use dev-qt/qtwebkit to view 
documentation
Build plugin for WinRT devices



diff --git a/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.0.0.ebuild
similarity index 89%
rename from dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
rename to dev-qt/qt-creator/qt-creator-4.0.0.ebuild
index 9135dff..c0f6bbb 100644
--- a/dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.0.0.ebuild
@@ -29,12 +29,14 @@ fi
 
 # TODO: unbundle sqlite
 #  allow disabling modeleditor plugin
-#  we can avoid building some libs (clangbackendipc, glsl, modelinglib, 
sqlite) when the plugins that use them are disabled
+#  it should be possible to skip building some internal libs 
(clangbackendipc, glsl, modelinglib, sqlite) when the plugins that use them are 
disabled
 
 QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
ios mercurial perforce python:pythoneditor qbs:qbsprojectmanager qnx 
subversion valgrind winrt)
-IUSE="doc systemd test webkit ${QTC_PLUGINS[@]%:*}"
+IUSE="doc systemd test webengine webkit ${QTC_PLUGINS[@]%:*}"
+
+REQUIRED_USE="?? ( webengine webkit )"
 
 # minimum Qt version required
 QT_PV="5.5.0:5"
@@ -58,8 +60,9 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
-   qbs? ( !dev-util/qbs )
+   qbs? ( 

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

2016-05-12 Thread Mike Frysinger
commit: 3a2b2d110bec975bbae0d13056698bdf83648d44
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 13 01:12:25 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 13 01:15:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2b2d11

dev-python/pyopenssl: update min cryptography version

This matches the requirements in the setup.py source.

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

diff --git a/dev-python/pyopenssl/pyopenssl-16.0.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-16.0.0.ebuild
index b820083..e5e7d5d 100644
--- a/dev-python/pyopenssl/pyopenssl-16.0.0.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-16.0.0.ebuild
@@ -28,7 +28,7 @@ RESTRICT="test" # currently pretty broken
 
 RDEPEND="
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-0.7[${PYTHON_USEDEP}]"
+   >=dev-python/cryptography-1.3[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/go-mode/files/, app-emacs/go-mode/

2016-05-12 Thread Ian Delaney
commit: 94ea431c4451cfec60df149fe20422133fae7efd
Author: Victor Gaydov  enise  org>
AuthorDate: Sun May  8 09:06:40 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 13 01:01:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ea431c

app-emacs/go-mode: new package / ebuild

initial version 1.4.0, live ebuild prepared but abandonned
entered under supervision of both the
Gentoo GNU Emacs and Proxy Maintainers projects
initial patches and discussion presented via the

Gentoo-bug: #582434
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1428

Signed-off-by: Ian Delaney  gentoo.org>

 app-emacs/go-mode/Manifest  |  1 +
 app-emacs/go-mode/files/50go-mode-gentoo.el |  2 ++
 app-emacs/go-mode/go-mode-1.4.0.ebuild  | 19 +++
 app-emacs/go-mode/metadata.xml  | 17 +
 4 files changed, 39 insertions(+)

diff --git a/app-emacs/go-mode/Manifest b/app-emacs/go-mode/Manifest
new file mode 100644
index 000..3fc0f09
--- /dev/null
+++ b/app-emacs/go-mode/Manifest
@@ -0,0 +1 @@
+DIST go-mode-1.4.0.tar.gz 30705 SHA256 
31365aa8b220ca67e6fb24fa197e99121a6db815690df731df2f56915805935d SHA512 
00e3aa832b81d6039e38e12f1346ef838f0cd9ccbebac947d394d453690862025ce30fc253d52d485c3161a1c2307ef00272f014c8f3fa86304216525ae47bdd
 WHIRLPOOL 
e5fc9f010dd8a0346aacb9797f9d2061f02165cfce6329d1f627169dd70d288f4618f3fa12bc89403e9c00691d8390560c068af69e57391729d5c926f7cf

diff --git a/app-emacs/go-mode/files/50go-mode-gentoo.el 
b/app-emacs/go-mode/files/50go-mode-gentoo.el
new file mode 100644
index 000..331db4c
--- /dev/null
+++ b/app-emacs/go-mode/files/50go-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "go-mode-autoloads" nil t)

diff --git a/app-emacs/go-mode/go-mode-1.4.0.ebuild 
b/app-emacs/go-mode/go-mode-1.4.0.ebuild
new file mode 100644
index 000..146d92d
--- /dev/null
+++ b/app-emacs/go-mode/go-mode-1.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="An improved Go mode for emacs"
+HOMEPAGE="https://github.com/dominikh/go-mode.el;
+SRC_URI="https://github.com/dominikh/go-mode.el/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/go-mode.el-${PV}"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="AUTHORS README.md"

diff --git a/app-emacs/go-mode/metadata.xml b/app-emacs/go-mode/metadata.xml
new file mode 100644
index 000..6ae6f41
--- /dev/null
+++ b/app-emacs/go-mode/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+vic...@enise.org
+Victor Gaydov
+Proxied maintainer
+  
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+



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

2016-05-12 Thread Ryan Hill
commit: 197be899f066909e4a587ae157a3c8972c089f66
Author: Ryan Hill  gentoo  org>
AuthorDate: Thu May 12 23:52:04 2016 +
Commit: Ryan Hill  gentoo  org>
CommitDate: Thu May 12 23:53:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197be899

x11-libs/wxGTK: Remove old.

Package-Manager: portage-2.2.28
Signed-off-by: Ryan Hill  gentoo.org>

 x11-libs/wxGTK/Manifest |   4 -
 x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild | 169 
 x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild | 169 
 x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild | 169 
 4 files changed, 511 deletions(-)

diff --git a/x11-libs/wxGTK/Manifest b/x11-libs/wxGTK/Manifest
index 3d7ec20..a929f52 100644
--- a/x11-libs/wxGTK/Manifest
+++ b/x11-libs/wxGTK/Manifest
@@ -1,10 +1,6 @@
 DIST wxPython-docs-2.9.4.0.tar.bz2 15477636 SHA256 
42a1683f253aa36ae9ee20b8d511d8704b4e45ba124fec256a7dfce38da9f75f SHA512 
f996e69f24baaa8d35bf94ef77f31f6beda5dd4ddd65d6b71558e8dbe33098c951f995172b4ccd93ad08c81df07a9b529813eac5d39ffa06290f2a9ccc87620c
 WHIRLPOOL 
b6f6d65d319683f44b1eb4708077abaecd1a972a0d79fb6293b055099a0720d36e83506df6d075243f9e8b180849ae0d44badc8a22d5c764c956d5ecfe0cc6da
-DIST wxPython-docs-3.0.0.0.tar.bz2 21411087 SHA256 
4bb98d37ac9fc68a1cbde45efa03f06c4bd167719249d1cba15ac8a6f8e2dcb8 SHA512 
30d680edeb88f5cea096cfeb4324ee554aff4bab233557c1155b81b08baea60601d6f8499f03dd603111a181003e00581686ce45a187cbf608eb003388eaf193
 WHIRLPOOL 
5db92780fc3815333d68a70b66032356dac5f248e9afa948b27ece6bc8bc8794ae877477bf92f0c38ea0875ec99a7db98211d820bc7226db961a0516b0de1b86
-DIST wxPython-docs-3.0.1.1.tar.bz2 21447868 SHA256 
c283db35ebd7dec4f83402b9fe9bb12c99ac66923dab95277bb4843617a8d6d3 SHA512 
5886341f8e238b6de94d655dbc25572edac49a2ee33f545482b8be24b008aba69eb4cbbacbecc4df74eff1e1b440e5f2618a7aeeadc7ce358f40e16133223dc5
 WHIRLPOOL 
d73998e83882e9be43bd6f9e1e529ae4c46d35137a9d3017eba9ed72cb1d91d7f917e869027721e9e9e6323d2433815cd5b49a41405e05cc668c91ffa4f6615a
 DIST wxPython-docs-3.0.2.0.tar.bz2 21455056 SHA256 
9e9b32b7452f8f1885f0326c0382ec1878c68a251146b3e3997c7c3aa70caa57 SHA512 
ce4407de4cdf9a3eaa5c64a8a959a0d7010d0d814a710de1ac0ed2a716ea2ee4f4ba34199e271a3e9b7790780294fcadfcd8bc65fead182d4ebe533c35c4d78e
 WHIRLPOOL 
ac0b4cd1937c31803399f2d9172158f00f99886462becfb58c3553c263bfe93d54acf5f05662227aeda4fd44610ada0680127b05e165b261104b765f25185715
 DIST wxPython-src-2.8.12.1.tar.bz2 31311482 SHA256 
1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0 SHA512 
4f826ccb57d5f4fc03fe7cae67499be70c727a99aebf9d153ea1060a21641642606d44d079ba897c38b176846336aeaebc21d30d5c7a0abec3934d65cf4529f3
 WHIRLPOOL 
94f91d359f755a0f805588303e8507b2f1404a7f4af73777f85366265df9f76ca89ac29bff491cffd752b707645952a4f7f2bb12fa7e30f3e7d3728147a9c99d
 DIST wxPython-src-2.9.4.0.tar.bz2 50827671 SHA256 
78c35c19e85a17cb9c730b86b49d6a479198d76d19e0b13e86db0b55707004be SHA512 
100dd4474bc2508e9a80aed6f08d295e2697926e29c5789e1f6aa7c303921e1c5de2574c3eddde568804da8fc670d0214ef225d46f34a3006d0a947423d01fbf
 WHIRLPOOL 
feff68600a40a8f02492e91049ecdd1a1865ee6db8024112aa3a85a7eff616f26653c418a8ffde77121e2bf7d2c7090c5b91896f9a2de8eb980573af2ca65507
 DIST wxPython-src-2.9.4.1.patch 3768 SHA256 
075e3a7b1cf69dd2bb20010717505d2508c74bc81658540f3e6d8c4fbf0a6b85 SHA512 
4a5254a5bb9c246b75095e3cc0b849073e3cc71ff15ab7fb1db6ecfe71359800b9e1a5493bc39ce5b1f338cdc1d142ce84641611d458a8da4315f3c8a6aef3ba
 WHIRLPOOL 
9bec06da4824fe56c172f4f417966681d1ffbf173dcb54f1579e9a484377bc76c45b4f2389911bbb17eff2476cfca786d68d9524856b21accc64b4dffafb1811
-DIST wxPython-src-3.0.0.0.tar.bz2 57831792 SHA256 
af88695e820dd914e8375dc91ecb736f6fb605979bb38460ace61bbea494dc11 SHA512 
9328f46817e0c1670a6be5d10347c8a7110c42a5332c5c35eb11ed0412d8dddeb15727d98606bb6c699af961cee171c41b82b1f24f3de25463259106660f7387
 WHIRLPOOL 
7865997e22db366a41bae8a5d5c47e4f46b20d17871377243abced3a6550c46588ea1d5a426d826ccf011c62898f87d6a55a14ac9b4153af4e0795d5f180a647
-DIST wxPython-src-3.0.1.1.tar.bz2 58139645 SHA256 
d51463fe760e2fc00271678700c216809f9db32a6081a1808bd4b7c884dc0a32 SHA512 
71f75c1e36c9ac27c15d768f69662b18ff1c66ad111ef6ef8579dfdb5296d7c37ffce9f6afeac289cd6288980037d3a7eb3ea8d6d25e619d8692cf41b914
 WHIRLPOOL 
bb03b78048b368b1c2f5a8b8689aecf412953ff789b2a8d2ef4826112fdc6bff8ed881255d05859ac07f915dd1070f6147d6bfdd97b0ab4b0939c024df3b855a
 DIST wxPython-src-3.0.2.0.tar.bz2 58304944 SHA256 
d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61 SHA512 
a3798e89ff19344253aac7d771971e519f7fa9723e82bd97e98f16fd7f1572e513170b02295b872dae0b1ae3fa95efc4ef34d078045b839694b4fdad3a27c9e4
 WHIRLPOOL 
89cdef12c9ef96044adba0340d47b699e685eaec581a4e7d68f3b95a0890715e29b1f5362027df0f3f8b5b1587e8fe404a7fa88049ece9677dd8316fbdf2e41d

diff --git a/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
deleted file mode 100644
index 109d16c..000
--- 

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

2016-05-12 Thread Mike Pagano
commit: 901c497b51f8b0e2c35f6e5f0579aca841abb270
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 12 23:48:36 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 23:48:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901c497b

sys-kernel/gentoo-sources:Linux patch 4.4.10

Package-Manager: portage-2.2.28

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.10.ebuild| 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 81d0afc..808bca2 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -91,6 +91,9 @@ DIST genpatches-4.4-10.extras.tar.xz 16280 SHA256 
68c15831b7d7fff7e49d163fac4320
 DIST genpatches-4.4-11.base.tar.xz 384632 SHA256 
ddb1d1a3d166e4c2c4568c114e8a534f076037b2b968e42f10146ca012b4f1f6 SHA512 
9feec3d21157ede84176bde73fd50daefefbbf9359448d4156987ecb64a7dae8d6b269f6d069ed98681af2e0709f0f627f01c5496a313d6ac9297fa38475f30c
 WHIRLPOOL 
b4b5239f65a9795fb67b6f2412ff8cf9564b534059351bb8c36e4dbe6db91953fa7de3b2b465f380aa3404969abfb032bd4a04a7775532c93e483af9e544b90c
 DIST genpatches-4.4-11.experimental.tar.xz 62608 SHA256 
b6be7351373a6866efee679b83e6715f358fc31d4fec072d3722d8b9b5913262 SHA512 
effc42219dfd7ed8bc1734fb558fe13048a416bc6de091a3d5ad9ceb26dc23bfb8c98088fc9a9bc38f74fc15f79492766dccdc3e3bd1d69ecd9607a50c10137e
 WHIRLPOOL 
6ec1bdb9c46f12264da719fed9dd9e43033f49686e85b16fa54c045af76f70b689ef4a2289d650cefe1bb2485e6c879ff4b331715a5b6e4601774a64bff5b5c6
 DIST genpatches-4.4-11.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 
c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c
 WHIRLPOOL 
4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9
+DIST genpatches-4.4-12.base.tar.xz 399772 SHA256 
3fe4ebc498f3fc88beea4a28c5c82db15f3786d4bb49c8cfa06228f772921009 SHA512 
1576236cd4dcdf1224bbf2098ace137827725e214a9d7bf93b861e3af6d83989f1160f394a44b7034000577a782f26860b3cea041957a0bf13389ec2abf90240
 WHIRLPOOL 
ad0ae8259baff0b81cc7953c2753d06f2eefeefd88d5948d7d5351a94811e8ae3c16e0fb6564638b327d500b47e976cf486f718813e0b603cce6ad96a9a29127
+DIST genpatches-4.4-12.experimental.tar.xz 62612 SHA256 
32c576eb0157b0e4aea68a5fab7260ec02018d4c9e9bc38e4ad1aa6bb2081163 SHA512 
80451a462786105d89ec6b6fa2c01e3aef6674eab8624a8c20f3b668d01e79514201a56e6a7526f6e08f75be73439267d19c2ff4cb38dc67885976af3f498c59
 WHIRLPOOL 
715cf586089f86fc377ae5bc82fa58cf5d55d9e042cae8589f48571818c694b028931467ef1da516e37d0508023c3f3a29a67a5b7e9300217f9fa3e203940b86
+DIST genpatches-4.4-12.extras.tar.xz 16276 SHA256 
8bbfc785c2831243d8c7f03f16f2d87156aa02c45fbe21d9b9870fc56bec5c02 SHA512 
a960f8fe88a7aefbe848d802130f5176562f37e8812be7283ed4972354680afb05af101612f045e1f99641fd43fa410142695718d5bcadca25d5a7749449246f
 WHIRLPOOL 
4b1e9eb7b4b61d57c24e2a9103bae8b8817bd702d9f063aba9778921fc40e77ca61b322bbf4368f5d431f3c885b363cdbe09188230263527650d6c66bf698cbf
 DIST genpatches-4.4-8.base.tar.xz 243736 SHA256 
70a54851283def9013601bd8ea299c04850410001e36d619fa6e83b64a4f0907 SHA512 
fde00c28bc8da96aee2378d7ea36c85a5f8520c271e0251c7bc7472cd3c395dc2c3f5168f38b1bd10e6b5189bedc8b10780899468a368f8e9be1811bc31c0ab1
 WHIRLPOOL 
1190d8167c05062a53a7cc66a36310b42f6b90a711a497543b68626e1d6ca3fbc1c57a37dfa2a1fc98ed4f3b1dae5d7e77b74f3d708bc830b2bd5c31fc797b74
 DIST genpatches-4.4-8.experimental.tar.xz 62604 SHA256 
35148c3d46a256819b5d214203b7365316694e85a729ddec2e5c229e48b9091d SHA512 
e1e5b31d35a851f446645a2ac403ab238d63fb540e8443d36a30dd8a5d32016b077c4cfdcb30976e5facc511c0a6116037efb0af0a4840e00a1d8cf6be3fe310
 WHIRLPOOL 
4b65738d20969d5098feb66e416af450f0be87fa8c1770381165f70ca99e019400ff9e92c92d8f6dc1b641f4a400fa6165f0573aeb68ecba05f8934a348e6cc7
 DIST genpatches-4.4-8.extras.tar.xz 16284 SHA256 
50b6dc7b842191a49a77d0f54302ebd1c7334e5f6091e2a02db51ae074f8 SHA512 
478e31f23742a99e4b3a2d24c93f0880c1794d40e5b05b80cc472ce237e14f28a83cb31554b686c8ec78e80b776fca363a1aabe450add7a3142ad30a4b586841
 WHIRLPOOL 
2ff0a37edadfd391b59bbe5158c463ee4b411fcd06e8f5bf53f58b19f88a564a40fabe690d5ac12f108e02d3a001d8b928372aa453f060d530ff2e30d0617113

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild
new file mode 100644
index 000..5dc0b76
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="12"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="0"
+
+inherit kernel-2
+detect_version
+detect_arch
+

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

2016-05-12 Thread Patrick McLean
commit: 95bea832acf85cc697689d9afad274c96e164635
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 23:24:52 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 23:24:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95bea832

app-emulation/ganeti: Remove use in global scope (bug #566524)

Package-Manager: portage-2.2.28

 app-emulation/ganeti/ganeti-2.11.6-r2.ebuild | 5 +++--
 app-emulation/ganeti/ganeti-2.12.3-r2.ebuild | 8 +---
 app-emulation/ganeti/ganeti-2.13.0-r3.ebuild | 6 --
 app-emulation/ganeti/ganeti-2.14.1-r2.ebuild | 9 ++---
 4 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild 
b/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
index 86677b7..09b4625 100644
--- a/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
+++ b/app-emulation/ganeti/ganeti-2.11.6-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 PYTHON_COMPAT=(python2_7)
-use test && PYTHON_REQ_USE="ipv6"
+PYTHON_REQ_USE="ipv6(+)?"
 
 inherit eutils confutils autotools bash-completion-r1 python-single-r1 
versionator pax-utils
 
@@ -35,7 +35,8 @@ HOMEPAGE="https://code.google.com/p/ganeti/;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="drbd haskell-daemons htools ipv6 kvm lxc monitoring multiple-users rbd 
syslog test xen"
-REQUIRED_USE="|| ( kvm xen lxc )"
+REQUIRED_USE="|| ( kvm xen lxc )
+   test? ( ipv6 )"
 
 USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}"
 GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}"

diff --git a/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild 
b/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild
index 7707e09..7c960a5 100644
--- a/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild
+++ b/app-emulation/ganeti/ganeti-2.12.3-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 PYTHON_COMPAT=(python2_7)
-use test && PYTHON_REQ_USE="ipv6"
+PYTHON_REQ_USE="ipv6(+)?"
 
 inherit eutils user autotools bash-completion-r1 python-single-r1 versionator
 
@@ -34,7 +34,9 @@ HOMEPAGE="http://www.ganeti.org/;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="drbd haskell-daemons htools ipv6 kvm lxc monitoring multiple-users rbd 
syslog test xen"
-REQUIRED_USE="|| ( kvm xen lxc ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( kvm xen lxc )
+   test? ( ipv6 )
+   ${PYTHON_REQUIRED_USE}"
 
 USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}"
 GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}"

diff --git a/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild 
b/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild
index 0eeaec9..c1e02bc 100644
--- a/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild
+++ b/app-emulation/ganeti/ganeti-2.13.0-r3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 PYTHON_COMPAT=(python2_7)
-use test && PYTHON_REQ_USE="ipv6"
+PYTHON_REQ_USE="ipv6(+)?"
 
 inherit eutils user autotools bash-completion-r1 python-single-r1 versionator
 
@@ -28,7 +28,9 @@ HOMEPAGE="http://www.ganeti.org/;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="drbd haskell-daemons htools ipv6 kvm lxc monitoring multiple-users rbd 
syslog test xen"
-REQUIRED_USE="|| ( kvm xen lxc ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( kvm xen lxc )
+   test? ( ipv6 )
+   ${PYTHON_REQUIRED_USE}"
 
 USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}"
 GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}"

diff --git a/app-emulation/ganeti/ganeti-2.14.1-r2.ebuild 
b/app-emulation/ganeti/ganeti-2.14.1-r2.ebuild
index 0e62c0a..bc2ba9e 100644
--- a/app-emulation/ganeti/ganeti-2.14.1-r2.ebuild
+++ b/app-emulation/ganeti/ganeti-2.14.1-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 PYTHON_COMPAT=(python2_7)
-use test && PYTHON_REQ_USE="ipv6"
+PYTHON_REQ_USE="ipv6(+)?"
 
 inherit eutils user autotools bash-completion-r1 python-single-r1 versionator
 
@@ -28,7 +28,9 @@ HOMEPAGE="http://www.ganeti.org/;
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="drbd haskell-daemons htools ipv6 kvm lxc monitoring multiple-users rbd 
syslog test xen"
-REQUIRED_USE="|| ( kvm xen lxc ) ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="|| ( kvm xen lxc )
+   test? ( ipv6 )
+   ${PYTHON_REQUIRED_USE}"
 
 USER_PREFIX="${GANETI_USER_PREFIX:-"gnt-"}"
 GROUP_PREFIX="${GANETI_GROUP_PREFIX:-"${USER_PREFIX}"}"
@@ -158,7 +160,8 @@ PATCHES=(
"${FILESDIR}/${PN}-2.13-process_unittest.patch"
 )
 
-REQUIRED_USE="kvm? ( || ( amd64 x86 ) )"
+REQUIRED_USE="kvm? ( || ( amd64 x86 ) )
+   test? ( ipv6 )"
 
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] proj/linux-patches: New tag: 4.4-12

2016-05-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 23:16:52 2016 +

New tag: 4.4-12




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

2016-05-12 Thread Mike Pagano
commit: 739e476eff083711b9836e258bfe3de95dd170bb
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 12 22:59:13 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 22:59:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739e476e

sys-kernel/gentoo-sources: Linux patch 4.1.24

Package-Manager: portage-2.2.28

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.1.24.ebuild| 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 487534c..81d0afc 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -82,6 +82,9 @@ DIST genpatches-4.1-27.extras.tar.xz 16172 SHA256 
ec43f541ac011977a4ca00d911c2a5
 DIST genpatches-4.1-28.base.tar.xz 740168 SHA256 
c85a229bf917e79f1ae2804ea96e09c50b98784d697b8df0a250a877838ad395 SHA512 
48207a9f75b5d6a17c6efd28603b93f4bb9d6d1f5dfd9d65fe2028381d5ab62ec1eed603a8e6c85b31638fd8064e6c2423ba3b761dc2640e7019b93b4a02acb1
 WHIRLPOOL 
023fa03273bf0b28b8823fe66e4263f12ed45129a18f4cfd1decc2276ef42d28a050d0f8208371e5da2de3a9e0e3f9f8f9d4296f17f91605e86af0a41b5b4962
 DIST genpatches-4.1-28.experimental.tar.xz 61640 SHA256 
9ca2155a0c8182d9346b9fe446af89f0fe7fdf1404cb8ba4c32e540459be574a SHA512 
2fb243474ebcef96f24d0ceb7f00d74ada65bb3a0d5934dfad4d41e336e886786c218bec88b13f225e091ecbbb944ae7e53f7ad0a715eed593c72b88219019c9
 WHIRLPOOL 
f4d9b91d3c6faed741dda0cf98ab404f8ba4af5634573462bea86da92eea066f11ba04b14df540d20f028832e23991751e4405ee296e0c64e07164e6ca46489f
 DIST genpatches-4.1-28.extras.tar.xz 16280 SHA256 
2299bfd7b1afb5ec6da0f311cb2b63d007bfb0e8fb67549793159a6811538dff SHA512 
2f6721710fe3e2d4bb5baf2bf673975d83f78b12395241acbf85122a5a70a2acca67e6663c45f81106ab23b6f56333eb33dd031231554c88c3a0478a7bf5762c
 WHIRLPOOL 
178a2433931ab45449a236509c9bb640caa997b037f3a0fa4384b69cb064bf68eaa2c7580ade9e982a0810f902cfdde1a9d41323322f3c1302cdec78d6535682
+DIST genpatches-4.1-29.base.tar.xz 744040 SHA256 
8a5980de83fb5c0e979bfc9ea098641f9b40b6e17b4fde471f3e28c96331b1c0 SHA512 
dc0e9b2ed535e3808f855e3dc0548f312af29b2ba1af53a57f20285e7bd6b22108e144c5cb0df6de4627f5cb24f4038ab97abeba45105cfb7c59f3eb4511def1
 WHIRLPOOL 
24ae5b638e08a59b3369c24195ccdeb836c953f3b6f437f70ed5efdbd3366fd5837ef5662500faa3affcb5a13605f7de287fd51ce025677405eca68c5cf48c18
+DIST genpatches-4.1-29.experimental.tar.xz 61644 SHA256 
1b6c252f27e837c48a1a3a1d407a44cfa9c04e62a4718170efae6d95fd6d SHA512 
4c39df5c6e7df8f58fa1c98fea95733ff3a13ea1019172a8a8b525ab3034a778bdcaf81a24fcd67fbad5bf5da254d7498b37e49b8cc5fcbe26849b6ba16cf3a9
 WHIRLPOOL 
1b58e16723e527fa840f17a831584615b40c554ba0f21c5e9793693ac0d506d20f2be806e352dc82d61f5f4943d6eae3066cfb36b9b49b838bd8ed4a2439
+DIST genpatches-4.1-29.extras.tar.xz 16276 SHA256 
8bbfc785c2831243d8c7f03f16f2d87156aa02c45fbe21d9b9870fc56bec5c02 SHA512 
a960f8fe88a7aefbe848d802130f5176562f37e8812be7283ed4972354680afb05af101612f045e1f99641fd43fa410142695718d5bcadca25d5a7749449246f
 WHIRLPOOL 
4b1e9eb7b4b61d57c24e2a9103bae8b8817bd702d9f063aba9778921fc40e77ca61b322bbf4368f5d431f3c885b363cdbe09188230263527650d6c66bf698cbf
 DIST genpatches-4.4-10.base.tar.xz 342516 SHA256 
4de20ee2b1cb8c33d4a6c431cef4dc3ab4a3365ad2ca905ccc47bf29455da8d0 SHA512 
ea4f51afb3f85af9ee3742d703360cdea2f585017268fa3cb16a2d86a3a2e6df0ee46a0d52cc550fb99cbba7e4973676bbd8dc6cbb2b265af842939d3fdbe109
 WHIRLPOOL 
28a0fef05bc1b91592244a69cf1fbc15257f62f7b2dacb31b556aa9cdb5cb4d25c1b0a83e2c3518f8d08162ed57bfe50f26e081a23403adc4a3c96c1151498f6
 DIST genpatches-4.4-10.experimental.tar.xz 62612 SHA256 
29ba528a6a7f0298607ed12b204ae31cc1c0a1a559e93383dc4ead57f58f52fa SHA512 
e5205462b47dabec0b1798388d2aeace5bfa342e56e9857863ca445212ad627934365cd51c2c1cc5d1b38b6235b473b8e516f2eacce7e27c482d3f990f69e991
 WHIRLPOOL 
74952df3fe17878eb1d08d64f1c295ca59b8d22a8ae66bdff7aa4fca8c0615e693848ffd8090f01719741d25f19a706c08c6e7932f2e357b8981b1e91e608c78
 DIST genpatches-4.4-10.extras.tar.xz 16280 SHA256 
68c15831b7d7fff7e49d163fac43205b4749b01f0b8e03b0fe17d919a1c00a60 SHA512 
1336406a10934fc76c7281e0dd4634fce0c102ee0d086f033618c974395eb71789b153b48dce25f9d8e654f84b01b8db0639d87b3254a7536dc6f9cfed7606be
 WHIRLPOOL 
4a45e581557f7338d45e74bddd3fb0240f35bcae18b6ade28a066e1e91570632e7d0a0066c5e7b67035accc5580bf75e7db3136fd50bb18b4f2836d89fdbf0f7

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.24.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.24.ebuild
new file mode 100644
index 000..23a8817
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="29"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="0"
+
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] proj/linux-patches: New tag: 4.1-29

2016-05-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 22:42:42 2016 +

New tag: 4.1-29




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

2016-05-12 Thread William Hubbs
commit: 184de04dd4f2599ca2d04502195f12737527f13d
Author: William Hubbs  gentoo  org>
AuthorDate: Thu May 12 22:19:10 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 12 22:19:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184de04d

sys-apps/openrc: install default "nonetwork" runlevel

Package-Manager: portage-2.2.28

 sys-apps/openrc/openrc-.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sys-apps/openrc/openrc-.ebuild 
b/sys-apps/openrc/openrc-.ebuild
index 5c10086..f4ba4dc 100644
--- a/sys-apps/openrc/openrc-.ebuild
+++ b/sys-apps/openrc/openrc-.ebuild
@@ -280,6 +280,13 @@ pkg_postinst() {
fi
fi
 
+   # Added for 0.21
+   if [[ ! -e "${EROOT}"etc/runlevels/nonetwork ]]; then
+   einfo "copying default nonetwork runlevel"
+   cp -RPp "${EROOT}"usr/share/${PN}/runlevels/nonetwork \
+   "${EROOT}"etc/runlevels
+   fi
+
if use hppa; then
elog "Setting the console font does not work on all HPPA 
consoles."
elog "You can still enable it by running:"



[gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/

2016-05-12 Thread Mike Frysinger
commit: 9266e8e8d5709b9046e085baf3521a9e7a744d5b
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 12 22:08:46 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu May 12 22:08:46 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9266e8e8

qa-checks: executable-issues: improve logic & output

Use more robust shell styles for parsing strings/output, and change
the QA log output to include the actual failing rpaths.  This helps
in debugging/tracking down problems.

X-Gentoo-Bug: 582524
X-Gentoo-Bug-URL: https://bugs.gentoo.org/582524

 bin/install-qa-check.d/10executable-issues | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/install-qa-check.d/10executable-issues 
b/bin/install-qa-check.d/10executable-issues
index 066f150..b52cc93 100644
--- a/bin/install-qa-check.d/10executable-issues
+++ b/bin/install-qa-check.d/10executable-issues
@@ -22,26 +22,26 @@ elf_check() {
#  that directory won't exist on the target system.
#   3) Null paths are banned because the loader will search $PWD when
#  it finds null paths.
-   local forbidden_dirs="${PORTAGE_BUILDDIR}"
-   if [[ -n "${ROOT}" && "${ROOT}" != "/" ]]; then
-   forbidden_dirs+=" ${ROOT}"
+   local forbidden_dirs=( "${PORTAGE_BUILDDIR}" )
+   if [[ "${ROOT:-/}" != "/" ]]; then
+   forbidden_dirs+=( "${ROOT}" )
fi
local dir l rpath_files=$(scanelf -F '%F:%r' -qBR "${ED}")
f=""
-   for dir in ${forbidden_dirs}; do
-   for l in $(echo "${rpath_files}" | grep -E ":${dir}|::|: "); do
-   f+="  ${l%%:*}\n"
+   for dir in "${forbidden_dirs[@]}"; do
+   while read l; do
+   f+="  ${l/:/\nRPATH: }\n"
if ! has stricter ${FEATURES}; then
__vecho "Auto fixing rpaths for ${l%%:*}"
TMPDIR="${dir}" scanelf -BXr "${l%%:*}" -o 
/dev/null
fi
-   done
+   done < <(echo "${rpath_files}" | grep -F -e ":${dir}" -e "::" 
-e ": ")
done
 
# Reject set*id binaries with $ORIGIN in RPATH #260331
x=$(
-   find "${ED}" -type f \( -perm -u+s -o -perm -g+s \) -print0 | \
-   xargs -0 scanelf -qyRF '%r %p' | grep '$ORIGIN'
+   find "${ED}" -type f '(' -perm -u+s -o -perm -g+s ')' \
+ -exec scanelf -qyRF '%r %p' {} + | grep '$ORIGIN'
)
 
# Print QA notice.



[gentoo-commits] proj/openrc:master commit in: runlevels/

2016-05-12 Thread Anthony G. Basile
commit: b3a04e797e5e459842c2c239886ab6ea08a8dc29
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu May 12 21:48:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu May 12 21:49:56 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b3a04e79

runlevels/Makefile: add support for runlevel ‘nonetwork’

Traditional System V reserves runlevel 2 for multiuser with no
networking.  We add support for this which is already defined in
the inittab as

l2:2:wait:/sbin/rc nonetwork

X-Gentoo-Bug: 533828
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=533828

Signed-off-by: Anthony G. Basile  gentoo.org>

 runlevels/Makefile | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/runlevels/Makefile b/runlevels/Makefile
index 682d6e1..df6b53a 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -3,6 +3,7 @@ include ../mk/net.mk
 BOOT=  bootmisc fsck hostname localmount loopback \
root swap swapfiles sysctl urandom ${BOOT-${OS}}
 DEFAULT=   local netmount
+NONETWORK= local
 SHUTDOWN=  savecache ${SHUTDOWN-${OS}}
 SYSINIT=   ${SYSINIT-${OS}}
 
@@ -10,6 +11,7 @@ LEVELDIR= ${DESTDIR}/${SYSCONFDIR}/runlevels
 SYSINITDIR=${LEVELDIR}/sysinit
 BOOTDIR=   ${LEVELDIR}/boot
 DEFAULTDIR=${LEVELDIR}/default
+NONETWORKDIR=  ${LEVELDIR}/nonetwork
 SHUTDOWNDIR=   ${LEVELDIR}/shutdown
 
 ifeq (${MKNET},yes)
@@ -72,6 +74,14 @@ install:
fi; \
ln -snf ${INITDIR}/"$$x" ${DEFAULTDIR}/"$$x" || exit 
$$?; done \
fi
+   if ! test -d "${NONETWORKDIR}"; then \
+   ${INSTALL} -d ${NONETWORKDIR} || exit $$?; \
+   for x in ${NONETWORK}; do \
+   if test "${MKPREFIX}" = yes; then \
+   grep -q "keyword .*-prefix" ${INITFILES}/"$$x" 
&& continue; \
+   fi; \
+   ln -snf ${INITDIR}/"$$x" ${NONETWORKDIR}/"$$x" || exit 
$$?; done \
+   fi
if ! test -d "${SHUTDOWNDIR}"; then \
${INSTALL} -d ${SHUTDOWNDIR} || exit $$?; \
for x in ${SHUTDOWN}; do \



[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/

2016-05-12 Thread Tim Harder
commit: 232c80913ca45167bb4dc8be64e9428260918d28
Author: Tim Harder  gentoo  org>
AuthorDate: Thu May 12 21:43:15 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu May 12 21:43:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232c8091

mail-mta/msmtp: version bump to 1.6.4

 mail-mta/msmtp/Manifest   |   1 +
 mail-mta/msmtp/msmtp-1.6.4.ebuild | 133 ++
 2 files changed, 134 insertions(+)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index a7ca0c1..8b60a57 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,3 +1,4 @@
 DIST msmtp-1.6.1.tar.xz 279324 SHA256 
c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3 SHA512 
ad36e46e137136c85b470c24180db89bbd9b12a362a8dcb2883fa66a1f9233bffa24b929935e0dd7557f820711eedb6e96c0674244725b559c5237ce4f2425ed
 WHIRLPOOL 
a949980f3b277d1a259098aed792d50393f18fdd03e378222d933fb4c5e88628533625c4149cc79105a74384e3d02ce3a5ef6093759634e3573bf93021c1208d
 DIST msmtp-1.6.2.tar.xz 280292 SHA256 
2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789 SHA512 
74fb87cbf561e59059f7e5587167fb969348077b569d64dbdbfaa39820e6dc02968d77f3bc182fa714a198fa9eeebd80184b44961e2370be5660c8626b483854
 WHIRLPOOL 
08d54c744e32b2630566d8ef0fb56f960321882cb246e01edc3f56e27419097c5efad50ccc747c96aa6b9fc3ba08bc9ecd9a7c67e7b9bc6dd7c33ca42111
 DIST msmtp-1.6.3.tar.xz 282408 SHA256 
f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355 SHA512 
ac594e90d9ef6369fcbe130b0c05095b5729b7199129c44695edf2a4431c175edd5df1d9dadabf3f7734611acbe68d21fc4d3a446ba7c2eb7e9b811f7c07c5f2
 WHIRLPOOL 
e45c4b7f2487e3ca96399331be934e05129eccc60f592dc14fce982003fca1efa237fcac842ab95a6a0ca7c3fc9762ffb8ffdd389eebb43208094ce830d5da30
+DIST msmtp-1.6.4.tar.xz 282840 SHA256 
9b49c022a5440d41b6782c97ef2977d0346c3dae05aa8836243a9953e982d1cd SHA512 
a4e84b61ab66fcbd1cd8e03b23b5911a688d1e90a1637b0fa2b607c051b816fba85883961f0bcbf65b0734b026710af22ace0d02efaa937b3106a901e810
 WHIRLPOOL 
a9a302f1d32bcb70de6e1f89ff7c02464e19409b241540b562a25fd36800f403d9555b016f37df22debb3ee68bf23a1a01d11ae35065ac9508f5ac47ee53ff58

diff --git a/mail-mta/msmtp/msmtp-1.6.4.ebuild 
b/mail-mta/msmtp/msmtp-1.6.4.ebuild
new file mode 100644
index 000..4369c54
--- /dev/null
+++ b/mail-mta/msmtp/msmtp-1.6.4.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit multilib
+
+DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
+HOMEPAGE="http://msmtp.sourceforge.net/;
+SRC_URI="mirror://sourceforge/msmtp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax"
+
+CDEPEND="
+   idn? ( net-dns/libidn )
+   libsecret? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+"
+
+RDEPEND="${CDEPEND}
+   net-mail/mailbase
+   mta? (
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   )
+"
+
+DEPEND="${CDEPEND}
+   doc? ( virtual/texi2dvi )
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="gnutls? ( ssl )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
+
+src_prepare() {
+   # Use default Gentoo location for mail aliases
+   sed -i 's:/etc/aliases:/etc/mail/aliases:' 
scripts/find_alias/find_alias_for_msmtp.sh || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with ssl ssl $(usex gnutls gnutls openssl)) \
+   $(use_with sasl libgsasl) \
+   $(use_with idn libidn) \
+   $(use_with libsecret )
+}
+
+src_compile() {
+   default
+
+   if use doc ; then
+   cd doc || die
+   emake html pdf
+   fi
+}
+
+src_install() {
+   default
+
+   if use doc ; then
+   dohtml doc/msmtp.html
+   dodoc doc/msmtp.pdf
+   fi
+
+   if use mta ; then
+   dodir /usr/sbin
+   dosym /usr/bin/msmtp /usr/sbin/sendmail
+   dosym /usr/bin/msmtp /usr/bin/sendmail
+   dosym /usr/bin/msmtp /usr/$(get_libdir)/sendmail
+   fi
+
+   if use 

[gentoo-commits] proj/portage:master commit in: bin/install-qa-check.d/

2016-05-12 Thread Mike Frysinger
commit: 04dd7923eedec4103c4ff52f382b5af68b4364b4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 12 21:35:13 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu May 12 21:35:13 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=04dd7923

qa-checks: change "herd" to "maintainer"

 bin/install-qa-check.d/10executable-issues | 2 +-
 bin/install-qa-check.d/90gcc-warnings  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/install-qa-check.d/10executable-issues 
b/bin/install-qa-check.d/10executable-issues
index 10d3c71..066f150 100644
--- a/bin/install-qa-check.d/10executable-issues
+++ b/bin/install-qa-check.d/10executable-issues
@@ -49,7 +49,7 @@ elf_check() {
__vecho -ne '\n'
eqawarn "QA Notice: The following files contain insecure 
RUNPATHs"
eqawarn " Please file a bug about this at 
http://bugs.gentoo.org/;
-   eqawarn " with the maintaining herd of the package."
+   eqawarn " with the maintainer of the package."
eqawarn "${f}${f:+${x:+\n}}${x}"
__vecho -ne '\n'
if [[ -n ${x} ]] || has stricter ${FEATURES} ; then

diff --git a/bin/install-qa-check.d/90gcc-warnings 
b/bin/install-qa-check.d/90gcc-warnings
index 43f9498..a160436 100644
--- a/bin/install-qa-check.d/90gcc-warnings
+++ b/bin/install-qa-check.d/90gcc-warnings
@@ -99,7 +99,7 @@ gcc_warn_check() {
eerror "${f}"
eerror
eerror " Please file a bug about this at 
http://bugs.gentoo.org/;
-   eerror " with the maintaining herd of the 
package."
+   eerror " with the maintainer of the package."
eerror
else
__vecho -ne '\n'
@@ -137,7 +137,7 @@ gcc_warn_check() {
eerror "${f}"
eerror
eerror " Please file a bug about this at 
http://bugs.gentoo.org/;
-   eerror " with the maintaining herd of the 
package."
+   eerror " with the maintainer of the package."
eerror
else
__vecho -ne '\n'



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

2016-05-12 Thread Matt Thode
commit: 117216ea623807d98b50f4f00c7e9d686c230d0d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu May 12 16:21:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu May 12 21:20:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117216ea

app-admin/augeas: bup

Package-Manager: portage-2.2.28

 app-admin/augeas/Manifest|  1 +
 app-admin/augeas/augeas-1.5.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
index 410ed9f..a69b6c3 100644
--- a/app-admin/augeas/Manifest
+++ b/app-admin/augeas/Manifest
@@ -1,3 +1,4 @@
 DIST augeas-0.10.0.tar.gz 1676906 SHA256 
ec111af06186216930176ebe5ecccdf7bf528528aee9acde1d5d70088484afca SHA512 
4b23c69ce92971ad63cd5829044051a53b7976a7e3ccb9006282333a2dd06789e7c5da671450eb81904d237c36d449ac0924b06d9690dc7e5de4b8b40a58ec8c
 WHIRLPOOL 
8b542cfa1bdcad3508cfd3cf25803ed27304ecdaaab4c9e7ce6ae2b7798c4cdc3d344ab4793cb2a0fd7b1b276eee20385b129d9fcf3b5b3b4596c3b0c96424cc
 DIST augeas-1.1.0.tar.gz 1940928 SHA256 
9d81e4228329e2d5cccb018ab06bc8b734fb2dede2c4d9b5c02303d4a690b76b SHA512 
ddb06f71993079330fc5b134ccd45476c1ab24f475b7a859c5920a7af3bd00d4dae31bf8110841ded4c4f5197e72911c298d7fcfe32d1d3e6821bca74aa67e26
 WHIRLPOOL 
be1c83ecb1c8c7378374132bdd56be641e1200950e6e6d46e94ef35fc97be98157214b994071cf56f2aaafda29d91993c9a023ded5256c36364abbc9cbb498ca
 DIST augeas-1.3.0.tar.gz 1983656 SHA256 
80763031af76515a8ea66013ddc3c466742a15d2e907c7c8e2e3b7410262e2af SHA512 
92cc2cf83faa42e83621fe0f73fe9f7247d802f17da781e51d068056d20b1645de1f0ea0d5070c0d5729a3f6554d64a95e3bf3e44b959386559619843e79
 WHIRLPOOL 
4e4c3374adca662ce90f94eb204028526ec0c3a9b0bc6644515994b88e289f3e1aa5f2b6ce7c28103a2a64e5185c8ba64d55e1a448e14f745d53aec4bf20e8b3
+DIST augeas-1.5.0.tar.gz 2072169 SHA256 
223bb6e6fe3e9e92277dafd5d34e623733eb969a72a382998d204feab253f73f SHA512 
4683668c6562e14cd39bda69f2fa7f6db5f5a76386521a9b10c41fa2031c10ff158f682b56066d0525554c4229677c64e92f6453f75d185d367bc7481fc10695
 WHIRLPOOL 
e4bd492320cdfcf5c8470b8e4c0fb35077b1190bb8c18b245d54f532badc4975ac564fca97ec6f8f039a77a771b16d0354ef53d02ccd5c912ab9f91ca391d282

diff --git a/app-admin/augeas/augeas-1.5.0.ebuild 
b/app-admin/augeas/augeas-1.5.0.ebuild
new file mode 100644
index 000..19e6312
--- /dev/null
+++ b/app-admin/augeas/augeas-1.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="A library for changing configuration files"
+HOMEPAGE="http://augeas.net/;
+SRC_URI="http://download.augeas.net/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   sys-libs/readline:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=app-doc/NaturalDocs-1.40
+   test? ( dev-lang/ruby )"
+
+#PATCHES=(
+#  "${FILESDIR}"/${P}-gets.patch
+#  "${FILESDIR}"/${P}-test.patch
+#  "${FILESDIR}"/${P}-test2.patch
+#  "${FILESDIR}"/${P}-libxml2-pkgconfig.patch
+#  )
+
+src_prepare() {
+   if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
+   addwrite /usr/share/NaturalDocs/Config/Languages.txt
+   fi
+   if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
+   addwrite /usr/share/NaturalDocs/Config/Topics.txt
+   fi
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   # Needs to implemented
+   local myeconfargs=( --without-selinux )
+   autotools-utils_src_configure
+}
+
+AUTOTOOLS_IN_SOURCE_BUILD=1



[gentoo-commits] repo/gentoo:master commit in: app-vim/rainbow_parentheses/

2016-05-12 Thread Patrice Clement
commit: f9ac481c4a0204a4114927821907dcab6141090f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 12 20:55:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 12 20:56:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ac481c

app-vim/rainbow_parentheses: Add unzip to DEPEND.

Package-Manager: portage-2.2.26

 app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild 
b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
index 1054ac6..ece9d7e 100644
--- a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
+++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
@@ -11,4 +11,8 @@ HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim;
 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip;
 LICENSE="vim"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${DEPEND}"
+
 S="${WORKDIR}/${PN}.vim-master"



[gentoo-commits] repo/gentoo:master commit in: app-vim/ackvim/

2016-05-12 Thread Patrice Clement
commit: cc901218c95748bbac6441f5cc99bbcb2d9b0379
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 12 20:56:28 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 12 20:56:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc901218

app-vim/ackvim: Add unzip to DEPEND.

Package-Manager: portage-2.2.26

 app-vim/ackvim/ackvim-1.0.9.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-vim/ackvim/ackvim-1.0.9.ebuild 
b/app-vim/ackvim/ackvim-1.0.9.ebuild
index 55abd3f..62f42a6 100644
--- a/app-vim/ackvim/ackvim-1.0.9.ebuild
+++ b/app-vim/ackvim/ackvim-1.0.9.ebuild
@@ -15,7 +15,10 @@ 
SRC_URI="https://github.com/mileszs/${MY_PN}/archive/${PV}.zip -> ${MY_P}.zip"
 LICENSE="vim"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="sys-apps/ack"
+DEPEND="
+   sys-apps/ack
+   app-arch/unzip"
+
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/

2016-05-12 Thread Patrice Clement
commit: b2a42f61a0cd041cdd68c83f27d50941641d3c9a
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 12 20:55:10 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 12 20:56:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a42f61

app-vim/pydiction: Add unzip to DEPEND.

Package-Manager: portage-2.2.26

 app-vim/pydiction/pydiction-1.2.3.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild 
b/app-vim/pydiction/pydiction-1.2.3.ebuild
index c69fb81..f22c4d2 100644
--- a/app-vim/pydiction/pydiction-1.2.3.ebuild
+++ b/app-vim/pydiction/pydiction-1.2.3.ebuild
@@ -12,7 +12,10 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip;
 LICENSE="vim"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
-DEPEND="dev-lang/python:*"
+DEPEND="
+   dev-lang/python:*
+   app-arch/unzip"
+
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}"



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

2016-05-12 Thread Patrick McLean
commit: 8eb6ebd96e89a84306aeb7ac6af757f425f159bf
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 21:05:20 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 21:05:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb6ebd9

sys-cluster/ceph: Clean out old versions

Package-Manager: portage-2.2.28

 sys-cluster/ceph/Manifest   |   1 -
 sys-cluster/ceph/ceph-0.94.5.ebuild | 159 ---
 sys-cluster/ceph/ceph-0.94.6.ebuild | 163 
 3 files changed, 323 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 3470a87..b575c7d 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,5 +1,4 @@
 DIST ceph-0.80.10.tar.bz2 4136018 SHA256 
a7ca8a3d0710ab88adcd5c52aebe0a8ee573e247c1ccf5d84eea8a9ff07a51fa SHA512 
7823a489b7654457512d300050410b4a91d615fbb467d341c76e76b77364d6a2afa763bceb2c6cd8ed05a45d7b0aef4c3baf80155cc3223e940b439e0571f3c9
 WHIRLPOOL 
a03fc3a4ca8c49157ff3b51528418ca62c3520c4141e402863cf3475a11b240be5297f731bf1a4e77a01a476e80f5e06c0722d688fbb8ad2db26ef1975a450da
-DIST ceph-0.94.5.tar.bz2 7084809 SHA256 
7658bec8cf6e6c8f5ceb1e85116c4df2582c497ae686295abebc6fc82ec79211 SHA512 
8bf57eceda37ec058bd7b9cf98ba0eda11c361156da4cea0aa99a3059d61fc2120ebb27f1bb07bae42e13836b57a5db8f3888401481e9125780a6df21ca90529
 WHIRLPOOL 
cfedf299f86e19ff87615e851e4639d4045c0e26756d8896498e2e6eb8304808bc78837ec68b01936abd7fd2563aafe973109ba72d66b368304c38e38fc680f5
 DIST ceph-0.94.6.tar.gz 9131464 SHA256 
d2e65e21bdecdfa1fffb2661e9be2d5382bd975a0eb8296df0e96bacc11c251f SHA512 
4920857d7493769929754877e3f255cc816400757b014b0c075d65ce9c83c47a86725540fa012eb95f9c6395a477945d3a46322f3055f05345298858fec53997
 WHIRLPOOL 
cb1a230dc1f07903b3712d9d23df718b12df219255b680737d3a746e9cbeee0d0c3ddb21da6dad1e31fb4d77aa9b3283e2dbd6e59ca38146db2ae91c5e7d4229
 DIST ceph-10.2.0.tar.gz 11667920 SHA256 
1a39d919beccaa26ddfbaeac04eebb80f4d43946a59a18e2e25a9a805d5b262d SHA512 
1277f08aa7f8e30d962e455d611ff21667334c27012b7a4c2e22faf0e03c0f3e3278c561ce7ea7548d065c26824e8d212b01303201d0749648b741d2a4eb0125
 WHIRLPOOL 
3d6e85888f74b629f67107199c4c5de5dffc2f7bdb639a24aaea8cce447710996281685623f667b95786b5218ec586ea1c0b497237ff344b857eb6cbffc28713
 DIST ceph-9.2.1.tar.gz 9933444 SHA256 
1918dfc3df80df5986c5b7ff6bc6c78064eef0f6c5e8269dba30e08c703a7c2f SHA512 
1e84c1e2d64f4156a523658ed11552b045f75986922b7b7dbaf4719e73a0a6aadc71eb2b94ae363526f729534a592921a437468a41a3cea88c1b84e09de8505a
 WHIRLPOOL 
3a0eb6712e5b0235707e86129e1d66f1184f50cd4980c30f6d8cc0e7dfd96d30b91177ed16dd7abf2ad4983c6a543eb91915f74f661f7d3e3c810b5b1d656aca

diff --git a/sys-cluster/ceph/ceph-0.94.5.ebuild 
b/sys-cluster/ceph/ceph-0.94.5.ebuild
deleted file mode 100644
index 1a2b052..000
--- a/sys-cluster/ceph/ceph-0.94.5.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-if [[ $PV = ** ]]; then
-   scm_eclass=git-r3
-   EGIT_REPO_URI="
-   git://github.com/ceph/ceph.git
-   https://github.com/ceph/ceph.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ceph.com/download/${P}.tar.bz2;
-fi
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-inherit check-reqs autotools eutils multilib python-single-r1 udev 
readme.gentoo systemd ${scm_eclass}
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="babeltrace cryptopp debug fuse gtk libatomic +libaio lttng +nss radosgw 
static-libs jemalloc tcmalloc xfs zfs"
-
-CDEPEND="
-   app-arch/snappy
-   dev-libs/boost:=[threads]
-   dev-libs/fcgi
-   dev-libs/libaio
-   dev-libs/libedit
-   dev-libs/leveldb[snappy]
-   nss? ( dev-libs/nss )
-   cryptopp? ( dev-libs/crypto++ )
-   sys-apps/keyutils
-   sys-apps/util-linux
-   dev-libs/libxml2
-   babeltrace? ( dev-util/babeltrace )
-   fuse? ( sys-fs/fuse )
-   libatomic? ( dev-libs/libatomic_ops )
-   xfs? ( sys-fs/xfsprogs )
-   zfs? ( sys-fs/zfs )
-   gtk? (
-   x11-libs/gtk+:2
-   dev-cpp/gtkmm:2.4
-   gnome-base/librsvg
-   )
-   radosgw? (
-   dev-libs/fcgi
-   dev-libs/expat
-   net-misc/curl
-   )
-   jemalloc? ( dev-libs/jemalloc )
-   !jemalloc? ( dev-util/google-perftools )
-   lttng? ( dev-util/lttng-ust )
-   ${PYTHON_DEPS}
-   "
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-   sys-apps/hdparm
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   "
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   ^^ ( nss cryptopp )
-   ?? ( jemalloc tcmalloc )
-   "
-
-STRIP_MASK="/usr/lib*/rados-classes/*"
-
-PATCHES=(
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2016-05-12 Thread Patrick McLean
commit: cdc8feb0f3590c62ac103efdb3f5ba903df8dc52
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 21:04:08 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 21:04:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc8feb0

sys-cluster/ceph: Revision bump to 0.94.6-r1, don't try to run as "ceph" user

Gentoo-Bug: 577570

Package-Manager: portage-2.2.28

 sys-cluster/ceph/ceph-0.94.6-r1.ebuild | 163 +
 sys-cluster/ceph/files/ceph.initd-r1.1 |  39 
 2 files changed, 202 insertions(+)

diff --git a/sys-cluster/ceph/ceph-0.94.6-r1.ebuild 
b/sys-cluster/ceph/ceph-0.94.6-r1.ebuild
new file mode 100644
index 000..0892f95
--- /dev/null
+++ b/sys-cluster/ceph/ceph-0.94.6-r1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+if [[ $PV = ** ]]; then
+   scm_eclass=git-r3
+   EGIT_REPO_URI="
+   git://github.com/ceph/ceph.git
+   https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ceph.com/download/${P}.tar.gz;
+fi
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+inherit check-reqs autotools eutils multilib python-single-r1 udev 
readme.gentoo-r1 systemd ${scm_eclass}
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="http://ceph.com/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="babeltrace cryptopp debug fuse gtk libatomic +libaio lttng +nss radosgw 
static-libs jemalloc python tcmalloc xfs zfs"
+
+COMMON_DEPEND="
+   app-arch/snappy
+   dev-libs/boost:=[threads]
+   dev-libs/fcgi
+   dev-libs/libaio
+   dev-libs/libedit
+   dev-libs/leveldb[snappy]
+   nss? ( dev-libs/nss )
+   cryptopp? ( dev-libs/crypto++ )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse )
+   libatomic? ( dev-libs/libatomic_ops )
+   xfs? ( sys-fs/xfsprogs )
+   zfs? ( sys-fs/zfs )
+   gtk? (
+   x11-libs/gtk+:2
+   dev-cpp/gtkmm:2.4
+   gnome-base/librsvg
+   )
+   radosgw? (
+   dev-libs/fcgi
+   dev-libs/expat
+   net-misc/curl
+   )
+   jemalloc? ( dev-libs/jemalloc )
+   !jemalloc? ( dev-util/google-perftools )
+   lttng? ( dev-util/lttng-ust )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/hdparm
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   "
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   ^^ ( nss cryptopp )
+   ?? ( jemalloc tcmalloc )
+   "
+
+STRIP_MASK="/usr/lib*/rados-classes/*"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.79-libzfs.patch
+)
+CHECKREQS_DISK_BUILD="1400M"
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
+
+   epatch_user
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --without-hadoop
+   --docdir="${EPREFIX}/usr/share/doc/${PF}"
+   --includedir=/usr/include
+   $(use_with debug)
+   $(use_with fuse)
+   $(use_with libaio)
+   $(use_with libatomic libatomic-ops)
+   $(use_with nss)
+   $(use_with cryptopp)
+   $(use_with radosgw)
+   $(use_with gtk gtk2)
+   $(use_enable static-libs static)
+   $(use_with jemalloc)
+   $(use_with xfs libxfs)
+   $(use_with zfs libzfs)
+   $(use_with lttng )
+   $(use_with babeltrace)
+   --without-kinetic
+   --without-librocksdb
+   )
+
+   use jemalloc || \
+   myeconfargs+=( $(usex tcmalloc " --with-tcmalloc" " 
--with-tcmalloc-minimal") )
+
+   PYTHON="${EPYTHON}" \
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   prune_libtool_files --all
+
+   exeinto /usr/$(get_libdir)/ceph
+   newexe src/init-ceph ceph_init.sh
+
+   insinto /etc/logrotate.d/
+   newins "${FILESDIR}"/ceph.logrotate ${PN}
+
+   chmod 644 "${ED}"/usr/share/doc/${PF}/sample.*
+
+   keepdir /var/lib/${PN}
+   keepdir /var/lib/${PN}/tmp
+   keepdir /var/log/${PN}/stat
+
+   newinitd "${FILESDIR}/rbdmap.initd" rbdmap
+   newinitd "${FILESDIR}/${PN}.initd-r1.1" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
+
+   systemd_dounit   "${FILESDIR}/ceph.target"
+   systemd_newunit  "${FILESDIR}/ceph-mds_at.service"  
"ceph-mds@.service"
+   systemd_install_serviced "${FILESDIR}/ceph-mds_at.service.conf" 
"ceph-mds@.service"
+   systemd_newunit  

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

2016-05-12 Thread Patrick McLean
commit: 7f379f84e63ab7da616fd746d699b705e50ae11c
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 20:28:08 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 20:28:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f379f84

profiles: package.use.mask sys-cluster/ceph[test] on arm since dev-python/tox 
isn't keyworded

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 90c8667..cc5adba 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Patrick McLean  (12 May 2016)
+# Tests require dev-python/tox which isn't keyworded on arm
+sys-cluster/ceph test
+
 # Thomas Deutschmann  (25 Apr 2016), on behalf of
 # Ian Delaney  (25 Apr 2016)
 # for the proxy-maintainers project



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

2016-05-12 Thread Mike Pagano
commit: 3dcb349eb4bdec794c8bd1eccc5f9758750b11ad
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 12 20:04:06 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 20:04:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dcb349e

sys-kernel/gentoo-sources: Linux patches 3.18.32 and 3.18.33

Package-Manager: portage-2.2.28

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.18.33.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 42afa31..487534c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -55,6 +55,9 @@ DIST genpatches-3.18-31.extras.tar.xz 16184 SHA256 
0b4fac44ababdb7107986986096e9
 DIST genpatches-3.18-32.base.tar.xz 924968 SHA256 
e7eee3593049c30fe5a956c4575d0c4285e2fa36339c447ae73edc0c37d3cb90 SHA512 
39c46963dbbb6eb60345cffbff7748389894f3464eca78ba01ca72c95e70132e193babafa7a9e958c3f67af1e4ba4846cb132cda948719367dfc6159f653a477
 WHIRLPOOL 
13ad5fe96c48083c2041f8e874a4d9b8dfcf75f566fea3a6276f9ddd46001be2488329675a67a4a5cb30745cde8aa896fc1a076c7fb79e9fb66be1e541405f0c
 DIST genpatches-3.18-32.experimental.tar.xz 61620 SHA256 
a1efa05802be33231e54ef1653da15923d219229e7e1d50a4b19396403554845 SHA512 
4f97dacdd7be51c8be1567baa7296eaf6b5abe68a905e94a7fe2901b88377f54f7b9efc2a23e70accae8bf8823d4c9af18da31e5825b649dc6f74f991d22873d
 WHIRLPOOL 
eea0c5950b0c1f6c9d3f15c0f9460eae82e7e9de2d0451cd33bcb1ab2136584d57722507f38494b7ce84c5fe1e8991e78f468c3d4df69d1eda8638b78565e3c3
 DIST genpatches-3.18-32.extras.tar.xz 16184 SHA256 
25193cdecb894bc1db12f0be25b29a158145618382c00f31f061e3acc6bca97e SHA512 
0f0819e680506b8135606d0dd6f9ec9b1bac62b881fc082f0d30dd0fa7526a244949c3f70396e0950f0016c463211990860e62930654536c176d272024c5ae18
 WHIRLPOOL 
b4ce40eb9f9540809bfaa98f16ee8884ca842813aedf8c2abb0860045c67a0f446dab256cb25cbb3cc7a32ec19557cfdc9fe8d240b8519c20423348673294bf7
+DIST genpatches-3.18-33.base.tar.xz 941748 SHA256 
16de0af7858b84de97ed380593e53e8c7ee31a2ae5f0b806f925f0fc668ee333 SHA512 
744dbfe179d6de10d68f5b46db87d9c6297454a4ab3ce3e0221f44986efd186ffe50e84784f7ea985efb1a546320857161b4203bbb2e5acba2e1dc88663f4c32
 WHIRLPOOL 
1965462fe16ea2f482b6e5817dab62d5388b8847be035a6f9eaf5d52e5ba7cf0320a17139953122577bd8a56d88c06806ac1121fef9c6ca3bb1e9d267eb77034
+DIST genpatches-3.18-33.experimental.tar.xz 61608 SHA256 
9fabcd30e00437ab3abad1d4916b14c77dc220a2117c44a5785c9e4177386e8e SHA512 
2d8a16053294c1696ba45b9157de75b299b56f843fc8a132371170ed61c3808d1b66da6eec67ca826ad21445a359ce231bac3e8027b1a735c75a9f5572abc9a4
 WHIRLPOOL 
f11476beb88db1959665e7bd56d7745ec04db4da311626e86a6b5e8e3d45306318f0572b3ceeac182daee4370f3f0d8e8634e3e7ca6680fdc47f43f07248
+DIST genpatches-3.18-33.extras.tar.xz 16180 SHA256 
002a711f45985bad5a942bba2c8b3f7c3bf010cbc8f731eeb54eff4c10d6834c SHA512 
f21bb3bbc543de1e219e27a97979e96ee7da18a9a2b00fa119612f38b4aab0302ca6421ee2923e463438afbb65b95e2263c0ff87f67bf332c881f0476ece3f74
 WHIRLPOOL 
931320c2bd93e4479b6dad385632598b4a2e160820cd76cc42869674e96f21712147ec6fa2dded116f8a332c7d7b4c3c7f7b3f17357bbcdf4fb8e5cc8419aef6
 DIST genpatches-3.4-93.base.tar.xz 1412220 SHA256 
dce2f6bce8058560fb4f005729a29fee9c6846147bca986b8b44d1554b78f0eb SHA512 
0f0cf52185a8a49f639a1f9d3ff302a72fd7cbf4403f7f5626c9f39c3f4e2e5ea69f402df429b0b3341655d9b7a4779b738f5d5fc6ecde3799861e0b6efb8cf4
 WHIRLPOOL 
ac2b82b6e749b945b79d2c21dc3081eaf399aafef80a3fc49ee71dc1f7ee753bf406d6e93bf2142ee4b25447e0304800de0adb9911274dc37172a9a9c63d624f
 DIST genpatches-3.4-93.extras.tar.xz 18236 SHA256 
c59bbc018e3c7e71fb655c5e33cbbcc3077dedee08553c287624b175c83d0811 SHA512 
61e74164a8de8646d4d0c1cd1592eaeb8f5747f0e03557a78349d8cd2df7e924f012ae4904e14210ab56eb3f1f04e8610818ee05e4b5a51b325a42ded9876e66
 WHIRLPOOL 
42876d70dadac671875e7dc129020ed04c91ea99f40972cf87554accbe1d5e1651cca02f5e16e30654dabdfc1d15771eab8908a64376402c3b1639164b10258f
 DIST genpatches-3.4-94.base.tar.xz 1442072 SHA256 
293f0f2df75ccbee6e2ea2c4b20b618d47921d9e0801cbe6f80d47b728b3af0d SHA512 
3980eb6b57729a14ee08f804787c11b41992d3ab5fe5d318aa2e811dea0ac465e2605a02badeaf76f503bd7ecbf3657f02985621faec5d2e3eba99b0785a074c
 WHIRLPOOL 
2031c8d4ec1513db5b8c40ecbd7d584faca0466db38d207b46442c54bdece16198c6f85fe30f7215a14521bc0fa9b5241de621a4c69472d3dbe23ffac2a01b8c

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.33.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.18.33.ebuild
new file mode 100644
index 000..50e4b45
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.18.33.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="33"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2016-05-12 Thread Andreas Hüttel
commit: d72aa5b8bb73a32ef3cabb4f426a20c5b2b1d898
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 12 19:46:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 12 19:46:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72aa5b8

virtual/perl-Module-CoreList: Version bump

Package-Manager: portage-2.2.28

 .../perl-Module-CoreList-5.201.605.70.ebuild   | 18 ++
 1 file changed, 18 insertions(+)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.605.70.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.605.70.ebuild
new file mode 100644
index 000..41eaff2
--- /dev/null
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.605.70.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Module-CoreList/

2016-05-12 Thread Andreas Hüttel
commit: a619f4befd1151e34e46632a61bdb4d2b08677f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 12 19:44:48 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 12 19:45:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a619f4be

perl-core/Module-CoreList: Version bump

Package-Manager: portage-2.2.28

 perl-core/Module-CoreList/Manifest|  1 +
 .../Module-CoreList/Module-CoreList-5.201.605.70.ebuild   | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/perl-core/Module-CoreList/Manifest 
b/perl-core/Module-CoreList/Manifest
index 764efb5..852d2af 100644
--- a/perl-core/Module-CoreList/Manifest
+++ b/perl-core/Module-CoreList/Manifest
@@ -1,2 +1,3 @@
 DIST Module-CoreList-5.20150214.tar.gz 80895 SHA256 
8c3248bb25f8cd829ac888fd69cbf88feaed3e294d5f9bab99f8ae14d1fdda1d SHA512 
3f19db7732f98d14dcb97fd5abf06349e36bb04b2ec9a29a1262792201c36183f3d7303596567d50777c22b62b4c67fd8d7e5c196de0a3cc5186761386262215
 WHIRLPOOL 
cd6628f4e298ff170a92479a1f7f26d53e49fec2d1e6ef35e236b164a6a50d5416adeb41b610bde52eb163052bbbeb37778e9d50d83b8901a5678126aa739a43
 DIST Module-CoreList-5.20150520.tar.gz 83381 SHA256 
c0349da86d5a9cda50aad407a2fbd023eaff4d3fcd60f4742f29a1db6dbda9a0 SHA512 
d3d4c72a5bec3b46ef275b4d2ea97829e1bfd8d1d3250190ace26c5976ccdf082f3db8c694fdbaf1a7606c3c5dc776c5162eb7d35afab6e7b2383ba9284a8842
 WHIRLPOOL 
94733ed6aaa0a15e6d56bdb5424e63951f8ff1d76e5d951563c36b4fbc00daecf5814e98bb3a3c1f1c46fe0c81b462b8a6cee15621316b57e47abee298f8a7f5
+DIST Module-CoreList-5.20160507.tar.gz 88669 SHA256 
7107c4b74e2771453cb0b5f501837939219f7d12c5ab4726e7c6e1d34f04b941 SHA512 
c89794fe78694a3ff8ad76c20c896248202491ad63961614e574b80653629eb0bba8204a012419cf344278bdd7ff507875febf949a631fa8f6cae8b06de335af
 WHIRLPOOL 
e073c5662ef40278956fd42dbc9b0f8a2b094da433dfedf09ea351ba341a4dbb7b6175b56ec42d3c454c1f9de7c6697fd02cae53f0f116eedb0eae09fa247088

diff --git a/perl-core/Module-CoreList/Module-CoreList-5.201.605.70.ebuild 
b/perl-core/Module-CoreList/Module-CoreList-5.201.605.70.ebuild
new file mode 100644
index 000..ec65ee9
--- /dev/null
+++ b/perl-core/Module-CoreList/Module-CoreList-5.201.605.70.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=5.20160507
+inherit perl-module
+
+DESCRIPTION="what modules shipped with versions of perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""



[gentoo-commits] proj/linux-patches: New tag: 3.18-33

2016-05-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 19:31:47 2016 +

New tag: 3.18-33




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

2016-05-12 Thread Mike Pagano
commit: b16025a1feef50aa0d575535b554c66526124c7c
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 12 19:21:55 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 19:21:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16025a1

sys-kernel/gentoo-sources: Linux patch 3.14.69

Package-Manager: portage-2.2.28

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.14.69.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9f5b4b4..42afa31 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-3.14-74.extras.tar.xz 18256 SHA256 
46176515b313e4509fc764c22831f
 DIST genpatches-3.14-75.base.tar.xz 1251644 SHA256 
8ee47fbadf370b6bdec73c2e086de2892cef482f4e0d649ede403d3eca9cb2cf SHA512 
820071652546a42c47801ea93de51d0c795897f7f88a2d9ce37cf0db9832f127ac5a2aab68aeeab9a88604f793be888adf7eef3934de81b4633425df40d3eefd
 WHIRLPOOL 
0a1ef1323d3544d8a5e6f1dee4c373d71c57baeadc477ce46776a4935e8495736ead7d03c26c0a712e7035f775b9655d9df1304cc4b62d76abdfafbed10da48e
 DIST genpatches-3.14-75.experimental.tar.xz 60292 SHA256 
a3e5bc9a03ef29561c8485fb85cec0e26990fc26af8cca061a5463bfc7d685c1 SHA512 
568ebecf90d2c830879400789d910cfe8f70cd27725468320a5a264cbc454bc52eb425794ecddad1ea6c6be3f779aaf5cad62b10062c21433ac6c3c75222a417
 WHIRLPOOL 
b8c10c0f30f12b14e3231eef1d250247e1a8c7ed5d03d3aba6e3688daf51a1d102d58cda5704d0559a231a7a088aede9ba546ca0088001e8756c57a8d35f55b0
 DIST genpatches-3.14-75.extras.tar.xz 18264 SHA256 
f9e961ad9f26c152b745d41300e40432e7c78e3f7ed18b082e349e3966ebdd27 SHA512 
cc3441426628f59c2e3188ec0a7e4cfff9d73a11956c8a5ceba83652352c19b5067f3d6262b051f0a5ce7bbde546a04e742fbd0164c1880f206172c4fd27b105
 WHIRLPOOL 
c46d1689895715c49f58eae479dcf1b6bcb5d63addc04acce30a648a748bb6b788be90229bdcd53e9c28ec792b57964bc4bb51f832e536128602dc5d775f3a6f
+DIST genpatches-3.14-76.base.tar.xz 1256056 SHA256 
e3f541df21573b0e3276ac26d91b44095b1010dbdc6b15a84ef3c5f157cf1918 SHA512 
4fe7d7e98c2fbc0a9fa0827fe3c99dbd95b3aaa406c5c96ec639a2f320d66f0ff50b4085da1f33e65e33f83056faf6873c9bd04f61b1549518ce3b37c19c9b05
 WHIRLPOOL 
82f8b9e44ae73d1f292a1d3b8a735b7742c3bb8b81eae6df9bdfa9e3ee77a5371f272d2b68a60177ed8789b90c82bf71904aad3f062a78a86bd4d41df47da5b6
+DIST genpatches-3.14-76.experimental.tar.xz 60296 SHA256 
e0fa071b0eb8f97831d2fbcd5961b76e79adf82b5a34b7d753a049f5da84871c SHA512 
0fc76e016785b9674cc27cdb38626a491124324451397803236f859be3148dad9356ce29b485c268f0547587160f2e39000df91ac804d8b3629a16cf9ebcd7ba
 WHIRLPOOL 
678d381cbdef85a3a8cb91000e62f09c8966d159adc63e16868aae3cd9bf5c655e4a5bcf01d87385b8df933d12f2df14140ab99ae5854b88ed05265caf1018b3
+DIST genpatches-3.14-76.extras.tar.xz 18264 SHA256 
7fd24a3b9b5801c116a17b0cc8f8b4c2a5505122db7d12c25adbc4e8471cc995 SHA512 
0cb2b868553fca0b6dbe6211f34210a0d68d7131d68a9c2f08fe8c7db97e4f0db264fbea2caf892db0cf5e2166c40a2fbb03466147a281102b8f13627b29496c
 WHIRLPOOL 
e841e7112012673fddb103360d7abf496d0425dcda2d8d7461bcb250d0aba39efe481781f255b8779263b1579c4f25de1f75b45b69147af7c911c784520d99fc
 DIST genpatches-3.18-26.base.tar.xz 753528 SHA256 
0a3d2a302b64284353accbff19ff1a78128e900f0d4cbb0e70920034b68b4bba SHA512 
723a29074dbd6970b43974655539902a92b5ba3447cba754f5719971848e2d2ca450d888a83d41fe35770806e842615bb5c5425aebf8a7118e5cd39470aafcac
 WHIRLPOOL 
17e49e01f19a9710e6c3f6b6bb3b50ab96829a18dd60a57eb10058656845ba8e497ba4c3043f3824d69f79cb5c911c5fab6f4b8e28aa39acaa5083fca732dad0
 DIST genpatches-3.18-26.experimental.tar.xz 61608 SHA256 
e72de3a8865519ed658a2a769b42e2b4592ba5a6e5c98a699fbe4109f3567532 SHA512 
75cd10ac41180cd5f4a1e70ea49b260a141b875f3f46dfa5edd668e507b27fe7244033c76d1e895dea58c8fc69c43ce21dc8e711884438c10b686d53c0b4c8a4
 WHIRLPOOL 
267a2c1abcda2d41ebf64a6034c60e73249dc4c0984326f516ac92eb16145f493549e690bfcf8f6c515984ab56368437e392fba3648f4bcc57db0351d5ee6863
 DIST genpatches-3.18-26.extras.tar.xz 16188 SHA256 
af0d5013a7cb6e0ec78bb5821bb4f83048d953cd10734b57085439fcdc44683d SHA512 
effb9ef5722a956a9db49582b3c8aa85f5838a8573138ce867e0575348a291ccc6163e7bb8ce1698f9b5d799e81e151546c1bad59388f80b984e86f98ee8424a
 WHIRLPOOL 
52adaba3ba161e7d1bcc8234edc9efd06bedca2211085990069b1ea8e1a35ab443e5ebfb49a7d56c3d572f9e7e69de1bdfc463abf455ba7e3155eabcdff3786a

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.14.69.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.14.69.ebuild
new file mode 100644
index 000..8de71ec
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.14.69.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="76"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

[gentoo-commits] proj/linux-patches: New tag: 3.14-76

2016-05-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 19:02:56 2016 +

New tag: 3.14-76




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

2016-05-12 Thread Patrick McLean
commit: 9a7b85c443a6b36a6f4f410358d75605dd8c3784
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 18:59:30 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 19:02:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7b85c4

sys-cluster/ceph: Clean out some old versions

Package-Manager: portage-2.2.28

 sys-cluster/ceph/Manifest   |   3 -
 sys-cluster/ceph/ceph-10.0.0.ebuild | 196 
 sys-cluster/ceph/ceph-10.0.2.ebuild | 195 ---
 sys-cluster/ceph/ceph-9.2.0.ebuild  | 196 
 4 files changed, 590 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 0387562..3470a87 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,8 +1,5 @@
 DIST ceph-0.80.10.tar.bz2 4136018 SHA256 
a7ca8a3d0710ab88adcd5c52aebe0a8ee573e247c1ccf5d84eea8a9ff07a51fa SHA512 
7823a489b7654457512d300050410b4a91d615fbb467d341c76e76b77364d6a2afa763bceb2c6cd8ed05a45d7b0aef4c3baf80155cc3223e940b439e0571f3c9
 WHIRLPOOL 
a03fc3a4ca8c49157ff3b51528418ca62c3520c4141e402863cf3475a11b240be5297f731bf1a4e77a01a476e80f5e06c0722d688fbb8ad2db26ef1975a450da
 DIST ceph-0.94.5.tar.bz2 7084809 SHA256 
7658bec8cf6e6c8f5ceb1e85116c4df2582c497ae686295abebc6fc82ec79211 SHA512 
8bf57eceda37ec058bd7b9cf98ba0eda11c361156da4cea0aa99a3059d61fc2120ebb27f1bb07bae42e13836b57a5db8f3888401481e9125780a6df21ca90529
 WHIRLPOOL 
cfedf299f86e19ff87615e851e4639d4045c0e26756d8896498e2e6eb8304808bc78837ec68b01936abd7fd2563aafe973109ba72d66b368304c38e38fc680f5
 DIST ceph-0.94.6.tar.gz 9131464 SHA256 
d2e65e21bdecdfa1fffb2661e9be2d5382bd975a0eb8296df0e96bacc11c251f SHA512 
4920857d7493769929754877e3f255cc816400757b014b0c075d65ce9c83c47a86725540fa012eb95f9c6395a477945d3a46322f3055f05345298858fec53997
 WHIRLPOOL 
cb1a230dc1f07903b3712d9d23df718b12df219255b680737d3a746e9cbeee0d0c3ddb21da6dad1e31fb4d77aa9b3283e2dbd6e59ca38146db2ae91c5e7d4229
-DIST ceph-10.0.0.tar.gz 10429823 SHA256 
fd92052e0de135e1f35ea2add44b5b8add28a2a8235639d69c33cced06a4a357 SHA512 
f0e36bf83c97d1dc0328fbba96897e583c6d29b11dc54ea7fa0186ffaa1cf4d26519f336083825d64dda70bd290dc45bd6f3f17ff67ada33322caee5f2f3ce07
 WHIRLPOOL 
f443ab25ab8f89455d76f509f215b55519f9338d3b9daec318b097de4d7009a01521da0d963c4b5549485b6aebca1c0a705746cf2e64fef8e9f5e66676cf
-DIST ceph-10.0.2.tar.gz 10674888 SHA256 
b62a906c3e7fa36d612077d2400a048a6a8c5beebd5763d550c3c8ca1506db37 SHA512 
d7ee38d1ceb8f4593c2cbaf6fb87a51abd484793969d6b1aa7b396e49b115e4b939216b4df9f50add40621e78aff33bae91980615b428039ed64e26aaf05a80d
 WHIRLPOOL 
1a6a35cb73b5afe979ddb1b9612b26a02cae48103701dee6a96ee4d1f88e3e75bebf13de299c3787379559a9ab17ed5547cf8cce7db279aa86f1aa41e1fd
 DIST ceph-10.2.0.tar.gz 11667920 SHA256 
1a39d919beccaa26ddfbaeac04eebb80f4d43946a59a18e2e25a9a805d5b262d SHA512 
1277f08aa7f8e30d962e455d611ff21667334c27012b7a4c2e22faf0e03c0f3e3278c561ce7ea7548d065c26824e8d212b01303201d0749648b741d2a4eb0125
 WHIRLPOOL 
3d6e85888f74b629f67107199c4c5de5dffc2f7bdb639a24aaea8cce447710996281685623f667b95786b5218ec586ea1c0b497237ff344b857eb6cbffc28713
-DIST ceph-9.2.0.tar.bz2 7663088 SHA256 
706d33e097b4489a75cfaff8d835e05d91df6dac5cdd3a32a57404f0522dbdbb SHA512 
d462f2e4696873552b232f0b89bcda8ddb0cddeab89cbab58e99eb068acb082a42cb558898bd4dee66239df64d15992cfd1c1158217b2ce60a465e1761bcea78
 WHIRLPOOL 
d016b873a26afef4816921e5b9cbaae3ba4c9ece6683e3d60b1f689ab7dcc285bc386963e83b410a66a313cc953b7d0d9baa427b3b3eb12697daa08f3a5a6a18
 DIST ceph-9.2.1.tar.gz 9933444 SHA256 
1918dfc3df80df5986c5b7ff6bc6c78064eef0f6c5e8269dba30e08c703a7c2f SHA512 
1e84c1e2d64f4156a523658ed11552b045f75986922b7b7dbaf4719e73a0a6aadc71eb2b94ae363526f729534a592921a437468a41a3cea88c1b84e09de8505a
 WHIRLPOOL 
3a0eb6712e5b0235707e86129e1d66f1184f50cd4980c30f6d8cc0e7dfd96d30b91177ed16dd7abf2ad4983c6a543eb91915f74f661f7d3e3c810b5b1d656aca

diff --git a/sys-cluster/ceph/ceph-10.0.0.ebuild 
b/sys-cluster/ceph/ceph-10.0.0.ebuild
deleted file mode 100644
index ad1f5a7..000
--- a/sys-cluster/ceph/ceph-10.0.0.ebuild
+++ /dev/null
@@ -1,196 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-if [[ $PV = ** ]]; then
-   scm_eclass=git-r3
-   EGIT_REPO_URI="
-   git://github.com/ceph/ceph.git
-   https://github.com/ceph/ceph.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ceph.com/download/${P}.tar.gz;
-fi
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd versionator ${scm_eclass}
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="http://ceph.com/;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="babeltrace cryptopp debug fuse gtk libatomic +libaio lttng +nss radosgw 
static-libs jemalloc tcmalloc xfs zfs"
-
-CDEPEND="
-   

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

2016-05-12 Thread Patrick McLean
commit: 67b48c93f0d368ab616f5c7bfd64105268918e05
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 18:57:41 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 19:02:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b48c93

sys-cluster/ceph: Sync  ebuild with 10.2.0 ebuild

Package-Manager: portage-2.2.28

 sys-cluster/ceph/ceph-.ebuild | 204 --
 1 file changed, 154 insertions(+), 50 deletions(-)

diff --git a/sys-cluster/ceph/ceph-.ebuild 
b/sys-cluster/ceph/ceph-.ebuild
index 1805e16..34a1ae6 100644
--- a/sys-cluster/ceph/ceph-.ebuild
+++ b/sys-cluster/ceph/ceph-.ebuild
@@ -1,45 +1,50 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
-if [[ $PV = ** ]]; then
-   scm_eclass=git-r3
+inherit check-reqs autotools eutils python-r1 udev user \
+   readme.gentoo-r1 systemd versionator flag-o-matic
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
EGIT_REPO_URI="
git://github.com/ceph/ceph.git
https://github.com/ceph/ceph.git;
SRC_URI=""
-   KEYWORDS=""
 else
-   SRC_URI="http://ceph.com/download/${P}.tar.bz2;
+   SRC_URI="http://ceph.com/download/${P}.tar.gz;
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 fi
 
-inherit autotools eutils multilib python-any-r1 udev user readme.gentoo 
${scm_eclass}
-
 DESCRIPTION="Ceph distributed filesystem"
 HOMEPAGE="http://ceph.com/;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="cryptopp debug fuse gtk libatomic +libaio +nss radosgw static-libs 
tcmalloc xfs zfs"
 
-CDEPEND="
+IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio"
+IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc test xfs zfs"
+
+COMMON_DEPEND="
app-arch/snappy
dev-libs/boost:=[threads]
dev-libs/fcgi
dev-libs/libaio
dev-libs/libedit
+   dev-python/sphinx[$(python_gen_usedep 'python2*')]
dev-libs/leveldb[snappy]
nss? ( dev-libs/nss )
+   libatomic? ( dev-libs/libatomic_ops )
cryptopp? ( dev-libs/crypto++ )
sys-apps/keyutils
sys-apps/util-linux
dev-libs/libxml2
+   ldap? ( net-nds/openldap )
+   babeltrace? ( dev-util/babeltrace )
fuse? ( sys-fs/fuse )
-   libatomic? ( dev-libs/libatomic_ops )
xfs? ( sys-fs/xfsprogs )
zfs? ( sys-fs/zfs )
gtk? (
@@ -52,64 +57,166 @@ CDEPEND="
dev-libs/expat
net-misc/curl
)
-   tcmalloc? ( dev-util/google-perftools )
-   $(python_gen_any_dep '
-   ' )
+   jemalloc? ( dev-libs/jemalloc )
+   !jemalloc? ( dev-util/google-perftools )
+   lttng? ( dev-util/lttng-ust )
${PYTHON_DEPS}
"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
+DEPEND="${COMMON_DEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   app-arch/cpio
+   sys-apps/lsb-release
+   virtual/pkgconfig
+   test? (
+   sys-fs/btrfs-progs
+   sys-apps/grep[pcre]
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/which
sys-apps/hdparm
-   $(python_gen_any_dep '
+   sys-block/parted
+   sys-fs/cryptsetup
+   sys-apps/gptfdisk
+   sys-apps/findutils
dev-python/flask[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
-   ' )"
+   "
 REQUIRED_USE="
+   $(python_gen_useflags 'python2*')
+   ${PYTHON_REQUIRED_USE}
^^ ( nss cryptopp )
+   ?? ( jemalloc tcmalloc )
"
 
+# work around bug in ceph compilation (rgw/ceph_dencoder-rgw_dencoder.o... 
undefined reference to `vtable for RGWZoneGroup')
+REQUIRED_USE+="radosgw"
+
+RESTRICT="test? ( userpriv )"
+
+# distribution tarball does not include everything needed for tests
+RESTRICT+=" test"
+
 STRIP_MASK="/usr/lib*/rados-classes/*"
 
+PATCHES=(
+   "${FILESDIR}/ceph-10.2.0-dont-use-virtualenvs.patch"
+)
+
+check-reqs_export_vars() {
+   if use debug; then
+   CHECKREQS_DISK_BUILD="23G"
+   CHECKREQS_DISK_USR="7G"
+   elif use amd64; then
+   CHECKREQS_DISK_BUILD="12G"
+   CHECKREQS_DISK_USR="450M"
+   else
+   CHECKREQS_DISK_BUILD="1400M"
+   CHECKREQS_DISK_USR="450M"
+   fi
+
+   export CHECKREQS_DISK_BUILD CHECKREQS_DISK_USR
+}
+
 user_setup() {
enewgroup ceph
enewuser ceph -1 -1 /var/lib/ceph ceph
 }
 
+emake_python_bindings() {
+   local action="${1}" params binding
+   shift
+   params=("${@}")
+
+   __emake_python_bindings_do_impl() {
+   emake 

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

2016-05-12 Thread Patrick McLean
commit: c6209f8ce8054566346a487a21260e8f14041d62
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 19:01:49 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 19:02:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6209f8c

package.mask: remove mask for sys-cluster/ceph-10 since it's stable now

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e85b50b..1008d39 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -253,10 +253,6 @@ dev-lang/niecza-bin
 # Mask experimental software
 =mail-mta/postfix-3.2*
 
-# Yixun Lan  (16 Feb 2016)
-# Mask early development version, leave only upstream stable version
->=sys-cluster/ceph-10
-
 # Sergey Popov  (15 Feb 2016)
 # Security mask, wrt bug #519730
 

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

2016-05-12 Thread Patrick McLean
commit: b2914c3d850c53c288cfb456f0cb6828860e4305
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 18:58:34 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 19:02:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2914c3d

sys-cluster/ceph: Revision bump to 9.2.1-r1 to fix init script (bug #581358)

Package-Manager: portage-2.2.28

 sys-cluster/ceph/ceph-9.2.1-r1.ebuild | 192 ++
 1 file changed, 192 insertions(+)

diff --git a/sys-cluster/ceph/ceph-9.2.1-r1.ebuild 
b/sys-cluster/ceph/ceph-9.2.1-r1.ebuild
new file mode 100644
index 000..53f3e9c
--- /dev/null
+++ b/sys-cluster/ceph/ceph-9.2.1-r1.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+if [[ $PV = ** ]]; then
+   scm_eclass=git-r3
+   EGIT_REPO_URI="
+   git://github.com/ceph/ceph.git
+   https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ceph.com/download/${P}.tar.gz;
+fi
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+inherit check-reqs autotools eutils multilib python-single-r1 udev user 
readme.gentoo systemd versionator ${scm_eclass}
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="http://ceph.com/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="babeltrace cryptopp debug fuse gtk libatomic +libaio lttng +nss radosgw 
static-libs jemalloc tcmalloc xfs zfs"
+
+COMMON_DEPEND="
+   app-arch/snappy
+   dev-libs/boost:=[threads]
+   dev-libs/fcgi
+   dev-libs/libaio
+   dev-libs/libedit
+   dev-libs/leveldb[snappy]
+   nss? ( dev-libs/nss )
+   cryptopp? ( dev-libs/crypto++ )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse )
+   libatomic? ( dev-libs/libatomic_ops )
+   xfs? ( sys-fs/xfsprogs )
+   zfs? ( sys-fs/zfs )
+   gtk? (
+   x11-libs/gtk+:2
+   dev-cpp/gtkmm:2.4
+   gnome-base/librsvg
+   )
+   radosgw? (
+   dev-libs/fcgi
+   dev-libs/expat
+   net-misc/curl
+   )
+   jemalloc? ( dev-libs/jemalloc )
+   !jemalloc? ( dev-util/google-perftools )
+   lttng? ( dev-util/lttng-ust )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/hdparm
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   "
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   ^^ ( nss cryptopp )
+   ?? ( jemalloc tcmalloc )
+   "
+
+STRIP_MASK="/usr/lib*/rados-classes/*"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.79-libzfs.patch
+)
+
+check-reqs_export_vars() {
+   # check-reqs does not support use flags, and there is a lot of 
variability
+   # in Ceph.
+   # 16G /var/tmp/portage/sys-cluster/ceph--r1/work/ceph-
+   # 6.7G/var/tmp/portage/sys-cluster/ceph--r1/image/usr
+   # 23G /var/tmp/portage/sys-cluster/ceph--r1
+   # Size requirements tested for Hammer & Jewel releases
+   if use debug; then
+   export CHECKREQS_DISK_BUILD="23G"
+   export CHECKREQS_DISK_USR="7G"
+   else
+   export CHECKREQS_DISK_BUILD="9G"
+   export CHECKREQS_DISK_USR="450M"
+   fi
+
+   export CHECKREQS_MEMORY="7G"
+}
+
+user_setup() {
+   enewgroup ceph
+   enewuser ceph -1 -1 /var/lib/ceph ceph
+}
+
+pkg_setup() {
+   python_setup
+   check-reqs_export_vars
+   check-reqs_pkg_setup
+   user_setup
+}
+
+src_prepare() {
+   [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
+
+   epatch_user
+   eautoreconf
+}
+
+pkg_pretend() {
+   check-reqs_export_vars
+   check-reqs_pkg_pretend
+}
+
+src_configure() {
+   local myeconfargs=(
+   --without-hadoop
+   --docdir="${EPREFIX}/usr/share/doc/${PF}"
+   --includedir=/usr/include
+   $(use_with debug)
+   $(use_with fuse)
+   $(use_with libaio)
+   $(use_with libatomic libatomic-ops)
+   $(use_with nss)
+   $(use_with cryptopp)
+   $(use_with radosgw)
+   $(use_with gtk gtk2)
+   $(use_enable static-libs static)
+   $(use_with jemalloc)
+   $(use_with xfs libxfs)
+   $(use_with zfs libzfs)
+   $(use_with lttng )
+   $(use_with babeltrace)
+   --without-kinetic
+   --without-librocksdb
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   )
+
+   use jemalloc || \
+   myeconfargs+=( $(usex tcmalloc " --with-tcmalloc" " 
--with-tcmalloc-minimal") )
+
+   

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

2016-05-12 Thread Sergei Trofimovich
commit: 8a19137c8090c9ca739b6444f0d4c2cc00c8270b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May 12 18:57:28 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 12 18:57:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a19137c

sys-fs/btrfs-progs: bump up to 4.5.3

Package-Manager: portage-2.2.28

 sys-fs/btrfs-progs/Manifest |  1 +
 sys-fs/btrfs-progs/btrfs-progs-4.5.3.ebuild | 94 +
 2 files changed, 95 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index a43e194..f410018 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -13,3 +13,4 @@ DIST btrfs-progs-v4.3.1.tar.xz 1184416 SHA256 
0cb5ff15deed01cdf5a77f3f61b7dc9d2c
 DIST btrfs-progs-v4.4.1.tar.xz 1173248 SHA256 
9964e3ae4fb64692e109ddd733de4554e708348ffa18f0fc16a0cbd4bf40a8fc SHA512 
3086e2e0385d9e14edcfa25e1aee1ed98087dd5b91a66aa450786c932d79841b5c4ee3f9a40b8fdecee0ba1e386196b89679d28e58e4924ce66cd78c5e3c0d4a
 WHIRLPOOL 
188c4dec4f699262b023268e4a582312443aeaf0ea798446105d7288f6375cbad92ea2e8514def0b22cc8991c3ca9aefc5220dd8b6922aa4b506572da973ec33
 DIST btrfs-progs-v4.5.1.tar.xz 1183872 SHA256 
eef87b2d0e231656afbffab35718c79a7774cc0101d33165abeb9bb2e017cefe SHA512 
d97e74a04256f5b7d925a77635465d6b968bedaa8f2d13f30312835c5156c060052335ead9181148d28cb5a19c4f808629bb019c8a89c08ff7caf53cdd91622f
 WHIRLPOOL 
98a6b878ecfe8afa62bbfb7b182747fb33a70d21335f614daf167eb9c108e74abc9843c85daf65be003bae7bb7f0350c71cbb8730eee418b0eb4cef6d71a029d
 DIST btrfs-progs-v4.5.2.tar.xz 1189928 SHA256 
aefb8914f72926706b54e5619a36c9b95ebb0283ba6bb032cdc3a3dfe2f81227 SHA512 
4c73f90265ea1791651e83d3fa8b0515d39f3fe0a61665501ee16a0c343792efb39d84b4b4747757faacf451c77a0f88b85d9aa9fc83917571b9f1e6e9f2fafe
 WHIRLPOOL 
b2455dbe38ccf74ca4c3c3fc1808e18ca3033ec92beafa77509ab88e7fc71eb4b2d0e41e63a63dbdad3e5cd0770a1d64e065a07080359d8088680389a6d0c983
+DIST btrfs-progs-v4.5.3.tar.xz 1207344 SHA256 
e6e79608d81ccda62ad877c20e4d0868dc68e570ba42f4c94e66bf5e8ee0ebd3 SHA512 
7bb15728577cdc56773e87583196ed36e15a4c417f03816e8a101506070e667b8e51f66fcf98095ddc20c9ce10da0b78de1171e9c8a6cb20a4811fd35d508961
 WHIRLPOOL 
c938f35d4ec74beeb41e8ab56632bb33c7500f283cef3d59ff97494ab957be9f2e309feb80e383c29417ba78d7e2a89704faf6fe2558a06852944790f434172c

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.5.3.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.5.3.ebuild
new file mode 100644
index 000..d7b3291
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.5.3.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV=v${PV}
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
+   S="${WORKDIR}"/${PN}-${MY_PV}
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="git://repo.or.cz/btrfs-progs-unstable/devel.git"
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org;
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert static static-libs"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   app-text/asciidoc
+   app-text/docbook-xml-dtd:4.5
+   app-text/xmlto
+   static? (
+   dev-libs/lzo:2[static-libs(+)]
+   sys-apps/util-linux:0[static-libs(+)]
+   sys-libs/zlib:0[static-libs(+)]
+   convert? (
+   sys-fs/e2fsprogs:0[static-libs(+)]
+   sys-libs/e2fsprogs-libs:0[static-libs(+)]
+   )
+   )
+"
+
+if [[ ${PV} ==  ]]; then
+   DEPEND+=" sys-devel/gnuconfig"
+fi
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   mkdir config || die
+   local automakedir="$(autotools_run_tool --at-output automake 
--print-libdir)"
+   [[ -e ${automakedir} ]] || die "Could not locate automake 
directory"
+   ln -s "${automakedir}"/install-sh config/install-sh || die
+   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.guess 
config/config.guess || die
+   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.sub 
config/config.sub || die
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   --bindir="${EPREFIX}"/sbin
+   $(use_enable convert)
+   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2016-05-12 Thread Patrick McLean
commit: 02e633365fd994d9601fc84ddd742a6b20742e1e
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu May 12 18:55:55 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May 12 18:55:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e63336

sys-cluster/ceph: Version bump to 10.2.0 (bug #580878)

This also adds a new init script that is written in POSIX shell (bug #581358)

Gentoo-Bug: 580878

Package-Manager: portage-2.2.28

 sys-cluster/ceph/Manifest  |   1 +
 sys-cluster/ceph/ceph-10.2.0.ebuild| 250 +
 .../files/ceph-10.2.0-dont-use-virtualenvs.patch   |  95 
 sys-cluster/ceph/files/ceph.initd-r2   |  40 
 sys-cluster/ceph/metadata.xml  |   1 +
 5 files changed, 387 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 8129c0d..0387562 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -3,5 +3,6 @@ DIST ceph-0.94.5.tar.bz2 7084809 SHA256 
7658bec8cf6e6c8f5ceb1e85116c4df2582c497a
 DIST ceph-0.94.6.tar.gz 9131464 SHA256 
d2e65e21bdecdfa1fffb2661e9be2d5382bd975a0eb8296df0e96bacc11c251f SHA512 
4920857d7493769929754877e3f255cc816400757b014b0c075d65ce9c83c47a86725540fa012eb95f9c6395a477945d3a46322f3055f05345298858fec53997
 WHIRLPOOL 
cb1a230dc1f07903b3712d9d23df718b12df219255b680737d3a746e9cbeee0d0c3ddb21da6dad1e31fb4d77aa9b3283e2dbd6e59ca38146db2ae91c5e7d4229
 DIST ceph-10.0.0.tar.gz 10429823 SHA256 
fd92052e0de135e1f35ea2add44b5b8add28a2a8235639d69c33cced06a4a357 SHA512 
f0e36bf83c97d1dc0328fbba96897e583c6d29b11dc54ea7fa0186ffaa1cf4d26519f336083825d64dda70bd290dc45bd6f3f17ff67ada33322caee5f2f3ce07
 WHIRLPOOL 
f443ab25ab8f89455d76f509f215b55519f9338d3b9daec318b097de4d7009a01521da0d963c4b5549485b6aebca1c0a705746cf2e64fef8e9f5e66676cf
 DIST ceph-10.0.2.tar.gz 10674888 SHA256 
b62a906c3e7fa36d612077d2400a048a6a8c5beebd5763d550c3c8ca1506db37 SHA512 
d7ee38d1ceb8f4593c2cbaf6fb87a51abd484793969d6b1aa7b396e49b115e4b939216b4df9f50add40621e78aff33bae91980615b428039ed64e26aaf05a80d
 WHIRLPOOL 
1a6a35cb73b5afe979ddb1b9612b26a02cae48103701dee6a96ee4d1f88e3e75bebf13de299c3787379559a9ab17ed5547cf8cce7db279aa86f1aa41e1fd
+DIST ceph-10.2.0.tar.gz 11667920 SHA256 
1a39d919beccaa26ddfbaeac04eebb80f4d43946a59a18e2e25a9a805d5b262d SHA512 
1277f08aa7f8e30d962e455d611ff21667334c27012b7a4c2e22faf0e03c0f3e3278c561ce7ea7548d065c26824e8d212b01303201d0749648b741d2a4eb0125
 WHIRLPOOL 
3d6e85888f74b629f67107199c4c5de5dffc2f7bdb639a24aaea8cce447710996281685623f667b95786b5218ec586ea1c0b497237ff344b857eb6cbffc28713
 DIST ceph-9.2.0.tar.bz2 7663088 SHA256 
706d33e097b4489a75cfaff8d835e05d91df6dac5cdd3a32a57404f0522dbdbb SHA512 
d462f2e4696873552b232f0b89bcda8ddb0cddeab89cbab58e99eb068acb082a42cb558898bd4dee66239df64d15992cfd1c1158217b2ce60a465e1761bcea78
 WHIRLPOOL 
d016b873a26afef4816921e5b9cbaae3ba4c9ece6683e3d60b1f689ab7dcc285bc386963e83b410a66a313cc953b7d0d9baa427b3b3eb12697daa08f3a5a6a18
 DIST ceph-9.2.1.tar.gz 9933444 SHA256 
1918dfc3df80df5986c5b7ff6bc6c78064eef0f6c5e8269dba30e08c703a7c2f SHA512 
1e84c1e2d64f4156a523658ed11552b045f75986922b7b7dbaf4719e73a0a6aadc71eb2b94ae363526f729534a592921a437468a41a3cea88c1b84e09de8505a
 WHIRLPOOL 
3a0eb6712e5b0235707e86129e1d66f1184f50cd4980c30f6d8cc0e7dfd96d30b91177ed16dd7abf2ad4983c6a543eb91915f74f661f7d3e3c810b5b1d656aca

diff --git a/sys-cluster/ceph/ceph-10.2.0.ebuild 
b/sys-cluster/ceph/ceph-10.2.0.ebuild
new file mode 100644
index 000..34a1ae6
--- /dev/null
+++ b/sys-cluster/ceph/ceph-10.2.0.ebuild
@@ -0,0 +1,250 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit check-reqs autotools eutils python-r1 udev user \
+   readme.gentoo-r1 systemd versionator flag-o-matic
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="
+   git://github.com/ceph/ceph.git
+   https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ceph.com/download/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="http://ceph.com/;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio"
+IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc test xfs zfs"
+
+COMMON_DEPEND="
+   app-arch/snappy
+   dev-libs/boost:=[threads]
+   dev-libs/fcgi
+   dev-libs/libaio
+   dev-libs/libedit
+   dev-python/sphinx[$(python_gen_usedep 'python2*')]
+   dev-libs/leveldb[snappy]
+   nss? ( dev-libs/nss )
+   libatomic? ( dev-libs/libatomic_ops )
+   cryptopp? ( dev-libs/crypto++ )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2
+   ldap? ( net-nds/openldap )
+   babeltrace? ( dev-util/babeltrace )
+   

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

2016-05-12 Thread Mike Frysinger
commit: 2aadc6d7b2c19ff7f60c8e34bde661faf4831997
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 12 17:47:24 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu May 12 17:47:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aadc6d7

app-emulation/qemu: use subslots w/nettle & gnutls #582836

 app-emulation/qemu/qemu-2.5.1.ebuild | 4 ++--
 app-emulation/qemu/qemu-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/qemu/qemu-2.5.1.ebuild 
b/app-emulation/qemu/qemu-2.5.1.ebuild
index 97d745f..27d1c30 100644
--- a/app-emulation/qemu/qemu-2.5.1.ebuild
+++ b/app-emulation/qemu/qemu-2.5.1.ebuild
@@ -84,8 +84,8 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
fdt? ( >=sys-apps/dtc-1.4.0[static-libs(+)] )
glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
gnutls? (
-   dev-libs/nettle[static-libs(+)]
-   >=net-libs/gnutls-3.0[static-libs(+)]
+   dev-libs/nettle:=[static-libs(+)]
+   >=net-libs/gnutls-3.0:=[static-libs(+)]
)
gtk? (
gtk2? (

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 1e96a7b..092df71 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -84,8 +84,8 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
fdt? ( >=sys-apps/dtc-1.4.0[static-libs(+)] )
glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
gnutls? (
-   dev-libs/nettle[static-libs(+)]
-   >=net-libs/gnutls-3.0[static-libs(+)]
+   dev-libs/nettle:=[static-libs(+)]
+   >=net-libs/gnutls-3.0:=[static-libs(+)]
)
gtk? (
gtk2? (



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

2016-05-12 Thread Davide Pesavento
commit: 805b8a1aa1d4c0dda85af193b75fb197691c9bf2
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu May 12 17:38:31 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 12 17:38:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805b8a1a

dev-util/qbs: version bump

Package-Manager: portage-2.2.28

 dev-util/qbs/Manifest |   1 +
 dev-util/qbs/qbs-1.5.0.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 92cf5c9..b673f7f 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,2 +1,3 @@
 DIST qbs-src-1.4.2.tar.gz 821001 SHA256 
b9d36118c3ae0f7d4df6bf7239a0a0163c0340b701d00191fa5f832cef341ce5 SHA512 
dc4514f28843d159b695e4da2b94619da91656b57ba839fa62901cd3a48309ffd3a3b5203b7ae1c5f35cab515a6149017fd43093ae9395846b3e46b2f53b93ec
 WHIRLPOOL 
0431823cc54dd7a372473e76d8269207cf439a5ba27d3c099df63a19d222067a41a62299415cae9c9798e5bf5ebf38c27dffa8f23135675a564f51047cecfc67
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca
+DIST qbs-src-1.5.0.tar.gz 897221 SHA256 
541106d3e53429c5375a58f395413b3cd5a026d91a304a10f36d78b5e39d9085 SHA512 
26aa00bbe29e6455a13acbb606f735e3fa7fb867d4d81bb216f6929e87ebfba3e00565883f8a5e05c76c5836a8575eccc75582038e30ca1f94c005beb3baeb41
 WHIRLPOOL 
b109dc220a58ea3767be5a43d073e9ca772f4ce0eef06178613e1d173c979aa9d142186e9ed774dd5312d576dc2be9f33e614494bd292f1f417dba44e9fd854e

diff --git a/dev-util/qbs/qbs-1.5.0.ebuild b/dev-util/qbs/qbs-1.5.0.ebuild
new file mode 100644
index 000..9913d03
--- /dev/null
+++ b/dev-util/qbs/qbs-1.5.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=${PN}-src-${PV}
+
+DESCRIPTION="Qt Build Suite"
+HOMEPAGE="http://wiki.qt.io/Qbs;
+SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc examples test"
+
+RDEPEND="
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-qt/qdoc:5
+   dev-qt/qthelp:5
+   )
+   test? (
+   dev-qt/qtdeclarative:5
+   dev-qt/qttest:5
+   )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   if ! use examples; then
+   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
+   fi
+
+   if use test; then
+   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
+   else
+   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
+   fi
+}
+
+src_configure() {
+   local myqmakeargs=(
+   qbs.pro # bug 523218
+   -recursive
+   CONFIG+=qbs_disable_rpath
+   CONFIG+=qbs_enable_project_file_updates
+   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
+   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
+   QBS_LIBRARY_DIRNAME="$(get_libdir)"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_test() {
+   einfo "Setting up test environment in ${T}"
+
+   export HOME=${T}
+   export LD_LIBRARY_PATH=${S}/$(get_libdir)
+
+   "${S}"/bin/qbs-setup-toolchains /usr/bin/gcc gcc || die
+   "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die
+
+   einfo "Running autotests"
+
+   # simply exporting LD_LIBRARY_PATH doesn't work
+   # we have to use a custom testrunner script
+   local testrunner=${S}/gentoo-testrunner
+   cat <<-EOF > "${testrunner}"
+   #!/bin/sh
+   export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"
+   exec "\$@"
+   EOF
+   chmod +x "${testrunner}"
+
+   emake TESTRUNNER="'${testrunner}'" check
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   # install documentation
+   if use doc; then
+   emake docs
+   dodoc -r doc/html
+   dodoc doc/qbs.qch
+   docompress -x /usr/share/doc/${PF}/qbs.qch
+   fi
+}



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

2016-05-12 Thread Markus Meier
commit: 8b2dd4899ebb19e54a58895837ddc9935a6e39e6
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:24:22 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:24:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2dd489

dev-perl/Const-Fast: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild 
b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
index a560f89..596d3bc 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-Tiny/

2016-05-12 Thread Markus Meier
commit: f8f020100b65652d6d4b6c51cf71f1ffd197717c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:23:41 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:23:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f02010

dev-perl/Module-Build-Tiny: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild 
b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
index eec2053..9cf2ca4 100644
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION='A tiny replacement for Module::Build'
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2016-05-12 Thread Markus Meier
commit: 3161eee7752f3807ebe499710ec1cc4ac6dc7dd1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:23:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:23:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3161eee7

dev-perl/ExtUtils-InstallPaths: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild 
b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
index 516e210..5172152 100644
--- a/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
+++ b/dev-perl/ExtUtils-InstallPaths/ExtUtils-InstallPaths-0.10.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='Build.PL install path logic made easy'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2016-05-12 Thread Markus Meier
commit: a0c537bffa6c82d220b7ac4c1fbf2d937011bc10
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:22:24 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:22:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c537bf

dev-perl/ExtUtils-Helpers: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild 
b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
index d6031f0..dc7e1be 100644
--- a/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
+++ b/dev-perl/ExtUtils-Helpers/ExtUtils-Helpers-0.22.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='Various portability utilities for module builders'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2016-05-12 Thread Markus Meier
commit: 6562856b20159a4f476d891c1982e50d39923203
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:21:45 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:21:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6562856b

dev-perl/ExtUtils-Config: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild 
b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild
index af25ac0..60aecb4 100644
--- a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild
+++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='A wrapper for perl'\''s configuration'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2016-05-12 Thread Markus Meier
commit: 408d60addaa395e7d5965173bda5c4d7655be717
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:20:59 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:20:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408d60ad

dev-perl/Probe-Perl: arm stable, bug #580980

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild 
b/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
index 6d09d10..e4481cb 100644
--- a/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
+++ b/dev-perl/Probe-Perl/Probe-Perl-0.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Information about the currently running perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



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

2016-05-12 Thread Markus Meier
commit: d446f8746507e846983b11ccd1b9d2f956c9e762
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:20:12 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:20:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d446f874

gnome-base/librsvg: arm stable, bug #581948

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 gnome-base/librsvg/librsvg-2.40.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.15.ebuild 
b/gnome-base/librsvg/librsvg-2.40.15.ebuild
index cfdd4cb..464d492 100644
--- a/gnome-base/librsvg/librsvg-2.40.15.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.15.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="+introspection vala tools"
 REQUIRED_USE="vala? ( introspection )"



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

2016-05-12 Thread Markus Meier
commit: 1e5140bf0faba58ee7293230c636cc5929f37e02
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:19:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5140bf

net-misc/ntp: arm stable, bug #581528

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 net-misc/ntp/ntp-4.2.8_p7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p7.ebuild b/net-misc/ntp/ntp-4.2.8_p7.ebuild
index e41c416..1368679 100644
--- a/net-misc/ntp/ntp-4.2.8_p7.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar
 
 LICENSE="HPND BSD ISC"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~ia64-linux ~x86-linux ~m68k-mint"
 IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
 
 CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2016-05-12 Thread Markus Meier
commit: 0d03adecfd5d6796531ab95debfa56ade50cf428
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:17:48 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:18:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d03adec

dev-vcs/subversion: arm stable, bug #581448

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-vcs/subversion/subversion-1.8.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/subversion-1.8.16.ebuild 
b/dev-vcs/subversion/subversion-1.8.16.ebuild
index d90b8a5..c29b846 100644
--- a/dev-vcs/subversion/subversion-1.8.16.ebuild
+++ b/dev-vcs/subversion/subversion-1.8.16.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.7.12



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

2016-05-12 Thread Mike Gilbert
commit: 6c147fbe1ed810760407759b9f698b25f7888117
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 17:16:38 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 17:16:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c147fbe

www-client/chromium: stable channel bump (50.0.2661.102)

Package-Manager: portage-2.2.28_p107_p84176

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-50.0.2661.102.ebuild | 695 ++
 2 files changed, 696 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 88a2f5c..7baf31d 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
+DIST chromium-50.0.2661.102.tar.xz 531505652 SHA256 
12135ef890c2bd13b653a06e2a44e8f251a65fe9e91404c792d27e346c5d57c6 SHA512 
277311b77df7331b996a1b08c2591c7407a57ba4ee9c93d82eaea63db7ffd1551647e04c64c5e460c58862ff2363d59a674043a41d6b7f05ff4b2b85f18c7e7e
 WHIRLPOOL 
183c6e8dd0e195bc027a685c4064a0aaceaf880fae62b89b664a4cd1e1aedf9510961ce7b6c3e515f47222545bc695a5876a6ed4c8580ce599d1139cb3fd20f7
 DIST chromium-50.0.2661.94.tar.xz 531491584 SHA256 
66f0516b076d42b3f00a5fa4ebf31304cb98973179b1cb2fecda8e0b186dba19 SHA512 
c432dd5e7a0b01c82bab12da1c09f1209d730932a4c8215254ce972b55b44697b4ef3a7e5113d4487d64db08104100ecd523b028e21d4ffcf945789540c9f6c6
 WHIRLPOOL 
eb5b483a3c2d84530d49f59f737e2b58320ccde06e1f30427edd3817e4210384d54188de89b94651755024f88df361b11fe5e61a5b67f895f79ee9e8b2544589
 DIST chromium-51.0.2704.22.tar.xz 459682528 SHA256 
808ffd06a299a2f8d05deb8199c837cbd9e5b7091715ae48ec5872e8b5ef6bc0 SHA512 
d09d2e78d87ed76df597fa764fd9487d04bf66016ce784cf34ac5e69d76535b2969d16d81c7abbd1a2286f35311ab050e4de98b211901a00c925c66b5a10383e
 WHIRLPOOL 
e15a330347b1b9b1fed3351ceddfa4eb847c08ebd87e9edf8917ee8e558a016a740da15260af92f3b9fad5ebe45f5654ee1a105d25334876b2948e3d9701b98d
 DIST chromium-51.0.2704.36.tar.xz 459762252 SHA256 
3573249343c4dc19b5d56c51a6986c4742ba7f62c0c60fea14e2ff146c92d753 SHA512 
b9f3abc0928ba0bb390c93da5ca8443e540e8199939a9a3fa574ba25053c45dbab14db7da585bd1048f8ce97d86eef7460fddb00c162a6c0e4a426c9e6891c89
 WHIRLPOOL 
1e484dc03bd56675f31d60144c85a646524e033c3f9dccc89d9d8b9b7555d94acf4932b363b80b0073420024a992a7bebd7a9de435924ff2490443fe69200f44

diff --git a/www-client/chromium/chromium-50.0.2661.102.ebuild 
b/www-client/chromium/chromium-50.0.2661.102.ebuild
new file mode 100644
index 000..030e6f9
--- /dev/null
+++ b/www-client/chromium/chromium-50.0.2661.102.ebuild
@@ -0,0 +1,695 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA 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 check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
+   portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD hotwording? ( no-source-code )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos 
neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc 
widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+REQUIRED_USE="gn? ( kerberos !system-ffmpeg )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+RDEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   gnome? ( >=gnome-base/gconf-2.24.0:= )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   media-libs/libexif:=
+   media-libs/speex:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   >=sys-libs/libcap-2.22:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:=
+   gtk3? ( x11-libs/gtk+:3= )
+   !gtk3? ( x11-libs/gtk+:2= )
+   x11-libs/libdrm
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   

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

2016-05-12 Thread Markus Meier
commit: d42316d8c448291af48131c5db69cf6528dcd284
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:15:39 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:15:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42316d8

dev-libs/openssl: arm stable, bug #581234

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-libs/openssl/openssl-1.0.2h.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2h.ebuild 
b/dev-libs/openssl/openssl-1.0.2h.ebuild
index 1a09d5e..b7e7901 100644
--- a/dev-libs/openssl/openssl-1.0.2h.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2h.ebuild
@@ -15,7 +15,7 @@ LICENSE="openssl"
 # subslot set to 1.0.2g version as this is the first release without SSLv2
 # support and thus breaks nearly every openssl consumer (see bug #575548)
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs 
test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2016-05-12 Thread Markus Meier
commit: 891d58bcd1313e663aed42ff64a51eadaeeb6f4a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:14:53 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:14:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891d58bc

dev-libs/grok: add ~arm, bug #581180

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/grok/grok-0.9.2.ebuild b/dev-libs/grok/grok-0.9.2.ebuild
index 579474c..b488e4b 100644
--- a/dev-libs/grok/grok-0.9.2.ebuild
+++ b/dev-libs/grok/grok-0.9.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/jordansissel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE=""
 



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

2016-05-12 Thread Markus Meier
commit: 7222b5404b531b8f31a1df3f1f68dfcc3be7e16b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:14:12 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7222b540

dev-db/tokyocabinet: add ~arm, bug #581180

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild 
b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
index 7cdd7b7..b081547 100644
--- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
+++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="bzip2 debug doc examples threads zlib"
 
 DEPEND="bzip2? ( app-arch/bzip2 )



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

2016-05-12 Thread Markus Meier
commit: e85bb3eb02e853daf6c0fbcb43b9aee5ca6203e3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 12 17:13:02 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 12 17:13:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85bb3eb

dev-libs/icu: arm stable, bug #580674

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/icu/icu-57.1.ebuild b/dev-libs/icu/icu-57.1.ebuild
index 6c8e297..9f52971 100644
--- a/dev-libs/icu/icu-57.1.ebuild
+++ b/dev-libs/icu/icu-57.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 
 SLOT="0/57"
 
-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"
 IUSE="debug doc examples static-libs"
 
 DEPEND="



[gentoo-commits] repo/proj/gen-b0rk:master commit in: ebuild-test/upstream-workaround/

2016-05-12 Thread Mike Gilbert
commit: bd0a7291f9813f7dcdf9ff69e18d47ebbc8cdb74
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 17:09:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 17:09:04 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=bd0a7291

ebuild-test/upstream-workaround: new test

 ebuild-test/upstream-workaround/metadata.xml   | 26 ++
 .../upstream-workaround-0.ebuild   | 19 
 2 files changed, 45 insertions(+)

diff --git a/ebuild-test/upstream-workaround/metadata.xml 
b/ebuild-test/upstream-workaround/metadata.xml
new file mode 100644
index 000..da7c4a8
--- /dev/null
+++ b/ebuild-test/upstream-workaround/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+   example...@gentoo.org
+   Primary maintainer
+
+
+   exampleproj...@gentoo.org
+   Gentoo Example Project
+
+Test for ???
+

diff --git a/ebuild-test/upstream-workaround/upstream-workaround-0.ebuild 
b/ebuild-test/upstream-workaround/upstream-workaround-0.ebuild
new file mode 100644
index 000..a8078b2
--- /dev/null
+++ b/ebuild-test/upstream-workaround/upstream-workaround-0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Various workarounds for broken code upstream"
+HOMEPAGE="http://example.com/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   addpredict /foo
+   emake -j1
+   MAKEOPTS="-j1" emake
+   emake LDFLAGS="$(no-as-needed)"
+}



[gentoo-commits] repo/proj/gen-b0rk:master commit in: ebuild-test/inherit-unused/

2016-05-12 Thread Mike Gilbert
commit: 2df08cae004e9280fc29844cccf100a1c9269e2a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 17:04:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 17:04:17 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=2df08cae

ebuild-test/inherit-unused: new test

 ebuild-test/inherit-unused/inherit-unused-0.ebuild | 14 
 ebuild-test/inherit-unused/metadata.xml| 26 ++
 2 files changed, 40 insertions(+)

diff --git a/ebuild-test/inherit-unused/inherit-unused-0.ebuild 
b/ebuild-test/inherit-unused/inherit-unused-0.ebuild
new file mode 100644
index 000..4ea5527
--- /dev/null
+++ b/ebuild-test/inherit-unused/inherit-unused-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Check for unused eclass"
+HOMEPAGE="http://example.com/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/ebuild-test/inherit-unused/metadata.xml 
b/ebuild-test/inherit-unused/metadata.xml
new file mode 100644
index 000..da7c4a8
--- /dev/null
+++ b/ebuild-test/inherit-unused/metadata.xml
@@ -0,0 +1,26 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+
+   example...@gentoo.org
+   Primary maintainer
+
+
+   exampleproj...@gentoo.org
+   Gentoo Example Project
+
+Test for ???
+



[gentoo-commits] repo/proj/gen-b0rk:master commit in: ebuild-test/inherit-missing/

2016-05-12 Thread Mike Gilbert
commit: 79b32a6de467e8f0a41f7fc55ed2243e5af316eb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 16:48:29 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 16:49:05 2016 +
URL:https://gitweb.gentoo.org/repo/proj/gen-b0rk.git/commit/?id=79b32a6d

ebuild-test/inherit-missing: add eautoreconf

 ebuild-test/inherit-missing/inherit-missing-0.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/ebuild-test/inherit-missing/inherit-missing-0.ebuild 
b/ebuild-test/inherit-missing/inherit-missing-0.ebuild
index 10da580..1adb451 100644
--- a/ebuild-test/inherit-missing/inherit-missing-0.ebuild
+++ b/ebuild-test/inherit-missing/inherit-missing-0.ebuild
@@ -11,6 +11,11 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+src_prepare() {
+   # missing autotools
+   eautoreconf
+}
+
 src_configure() {
# missing eutils
edos2unix foo



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

2016-05-12 Thread Jeroen Roovers
commit: f2db65f25f095bc9a59fe989270589b616905103
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 12 16:37:05 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 12 16:39:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2db65f2

net-analyzer/nfdump: Add patch for bug #582764.

Package-Manager: portage-2.2.28

 net-analyzer/nfdump/Manifest  | 1 +
 net-analyzer/nfdump/{nfdump-1.6.14.ebuild => nfdump-1.6.14-r1.ebuild} | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/nfdump/Manifest b/net-analyzer/nfdump/Manifest
index 125d03f..68f8d06 100644
--- a/net-analyzer/nfdump/Manifest
+++ b/net-analyzer/nfdump/Manifest
@@ -1,3 +1,4 @@
+DIST ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch 31579 SHA256 
39d1f37abee626863ad589439235d4e182eb9faf90bcbd0a75582aacee63a185 SHA512 
ee3b82f1283f3dceb36cf60abcee7f5a8fb6c8fe257e2233c3fbb9a34b3c5608dfa101fd473c8b839356a9d1c294a37b9e65657ff1b2d5c015015ff90b2d2c97
 WHIRLPOOL 
0f074599b318ab7fc4e7444d17e9ab2f7adb3834e4ddd16ad2af06a343e4df2dd402afc87a1d6d3d743af116055c1e59dc8953f2de32742f1afd856eefe0cb69
 DIST minilzo-2.07.tar.gz 60009 SHA256 
b706cf02e8af2716a56830ca067cf2d7c0e305c776cb26bd760cd157ce73c928 SHA512 
ff1604ab6e273208aa72218367c7acd6f262965ee8fa62091346851099df237af9e9fe61c29638b922ce020d5d6463a18b93a899299c0d96745135aad839c816
 WHIRLPOOL 
66ec8d7a87a75e218f052a30fc7afcd05f906a91641b85b83bcda79356819c390a71ceb9d71f1015e82791e1bd62f4f69cce68f3e4250dd6323a7a7d47b3c72a
 DIST nfdump-1.6.12.tar.gz 733604 SHA256 
4b597c3c948b2ac1a4b0b11ffbdc5c8bab8835f14718ad0f7896daeaf7b89204 SHA512 
4ff61c14746f34f47588545e58e4e2fa679cc107192cb81d4ece1b7e18ad9ae1d3ce7663b90a302a64a3cc72cdd55718a446c5323ac100ed5fc3601931d866ad
 WHIRLPOOL 
7acbc624868802e73f1d67f0984bdbfd67e9c3d14679fde360be7fefbeeac18d884930802abb156b2a283796f690588c4a46bc12a3287f791b9c6e87f04b02ed
 DIST nfdump-1.6.13.tar.gz 662006 SHA256 
251533c316c9fe595312f477cdb051e9c667517f49fb7ac5b432495730e45693 SHA512 
92c21462cddc69b3551d0ed5c20c7b87e5b4e6438efcbc16aac0e8af45b8ec7e5a361c6e514effcf78c1e78fd892959e8f39bb08915d4daedf4b6e932303688d
 WHIRLPOOL 
a412164ff29d9e7a2864033a320ecc60789138097fb3c237b413a953cb7136330a0989f5402ac74c2261c6279675eea3bbf1450b4c6c03475e8ad2fe97cafefd

diff --git a/net-analyzer/nfdump/nfdump-1.6.14.ebuild 
b/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild
similarity index 87%
rename from net-analyzer/nfdump/nfdump-1.6.14.ebuild
rename to net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild
index 7cb8f24..5fd0c62 100644
--- a/net-analyzer/nfdump/nfdump-1.6.14.ebuild
+++ b/net-analyzer/nfdump/nfdump-1.6.14-r1.ebuild
@@ -9,6 +9,7 @@ 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
+   ${HOMEPAGE}/commit/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch
 "
 
 LICENSE="BSD"
@@ -39,7 +40,8 @@ DOCS=( AUTHORS ChangeLog NEWS README )
 src_prepare() {
epatch \
"${FILESDIR}"/${PN}-1.6.14-libft.patch \
-   "${FILESDIR}"/${PN}-1.6.14-libnfdump.patch
+   "${FILESDIR}"/${PN}-1.6.14-libnfdump.patch \
+   "${DISTDIR}"/ff0e855bd1f51bed9fc5d8559c64d3cfb475a5d8.patch
 
eautoreconf
 }



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

2016-05-12 Thread Jeroen Roovers
commit: a9f438847d2850544ab518e33e07c10d30023bce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 12 16:20:17 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 12 16:39:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f43884

www-client/opera-developer: Version bump.

Package-Manager: portage-2.2.28

 www-client/opera-developer/Manifest|  2 +
 .../opera-developer-39.0.2226.0.ebuild | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 609637d..4a622ec 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -2,3 +2,5 @@ DIST opera-developer_38.0.2205.0_amd64.deb 49292150 SHA256 
057ddd8e1e66723c6a167
 DIST opera-developer_38.0.2205.0_i386.deb 50346798 SHA256 
b190a5357bc6b418acf8ad4a2185cd4ee5b9f7dea6b34f01809b9ab356ce7508 SHA512 
75f8a12aa0e7c352112a5be92c971bfe7d977dace20c1724e8f5c0512758380080a50d321699dd922674a3a6f4081242374f68b52777fbd8e2afefecf79ecc35
 WHIRLPOOL 
28e8611dc0f624163b48aad73a83777da725af6632102665bf3d18511b9b1eb8a4042d0d251fa3299a5812d7b34b9fdca9c6218c526e1913df4a7ee65d7b2e99
 DIST opera-developer_38.0.2213.0_amd64.deb 49149096 SHA256 
82e38b2bbc7d07e85a956d7c44da39b794231763ef9b00747fb42dd1d6db9e29 SHA512 
6c544bbdf78b1294f9f6cf47492edf13673166fe9bc83c00238916a4567454f36bd708fa8c44f897c8740545201da607f562119d270610053cc49e576110af17
 WHIRLPOOL 
9e4a1dab34ab2ba45105277c5d6fc49a5622910d92c75213973fbcf7c5aab4bb3da5d4947a1f17cb58eaefe1101ff8b5f77d8bda67586f8d7b626d379c62
 DIST opera-developer_38.0.2213.0_i386.deb 50733878 SHA256 
ee36885c0b92e97a38c8a700f647f3a8dd42286d73e635df6cb8cad53a0e3a61 SHA512 
4829c5893038f4af17ccd032ef38e3a405e843bffea15e70c7d2d8af4e349afbad0ebc211a6885b9b5b2cf584a710d6f1d21a63bec8c9a00de9a568cc236df3c
 WHIRLPOOL 
5014137aa29119638b01afe1759f3db08dd287d6c203f8391bf648c39a39a2e1237206b69b2c0215ee1c9e863474e717ca0ee409c01b0856c9fd6f6494b72c2c
+DIST opera-developer_39.0.2226.0_amd64.deb 49257798 SHA256 
289a090023f51d183de87bdaed72d4186f4b96dfafba704ccb238ff95ba31e43 SHA512 
fc8cd110115c39e800322107a3ae6736300c448611d2fe9543ebd0d830c336b6a09e03b9a82e1a5d7ea0ec4f21c22aaa614d2792a6b14e5ac49c13c4148651ee
 WHIRLPOOL 
23dd84c14f733a8892e6617ad9ea71348380d5edbb8f7efa198b1a0ff3c74a3c938d81bb3a94845c92bb37649acba7c5841cdc6f2a30e9e6b0e99fa5d2dee126
+DIST opera-developer_39.0.2226.0_i386.deb 50650174 SHA256 
6a9cb8ff6e6975cee272312c54dc06a8f39ea691ffa19b090b25266e3cc4c4c9 SHA512 
5dfe70b96e7f67b2a2cb7ee0adff837d204be410b5e6e60f4ace9b388fb55f69bfd20e006626a51febd297cb5a6a035de85e739edc45d2221464edb61bf30b98
 WHIRLPOOL 
7e4430406143d7407afe6ce75fd8d6ee87529fe526511d1677c84690adbd92ec8e28c50a9b30d76ad512107eb532acc8bbc8d653dd2e1dd6494bad55ce01c35b

diff --git a/www-client/opera-developer/opera-developer-39.0.2226.0.ebuild 
b/www-client/opera-developer/opera-developer-39.0.2226.0.ebuild
new file mode 100644
index 000..bfeded8
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-39.0.2226.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
+   hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
+   sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu
+"
+inherit chromium multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+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+: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/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 

[gentoo-commits] repo/gentoo:master commit in: dev-util/artifactory-bin/, dev-util/artifactory-bin/files/

2016-05-12 Thread Austin English
commit: 85aa7e0a45e030c78d8604b22639568cc56be941
Author: Austin English  gentoo  org>
AuthorDate: Thu May 12 16:00:49 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu May 12 16:01:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85aa7e0a

dev-util/artifactory-bin: add missing files/dir, rename files to be version 
agnostic

Package-Manager: portage-2.2.26

 .../artifactory-bin/artifactory-bin-4.7.6.ebuild   |   6 +-
 dev-util/artifactory-bin/files/artifactory.xml |   4 +
 dev-util/artifactory-bin/files/confd   |   5 +
 dev-util/artifactory-bin/files/initd   | 165 +
 dev-util/artifactory-bin/files/server.xml  |  17 +++
 5 files changed, 193 insertions(+), 4 deletions(-)

diff --git a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
index 693071d..7698961 100644
--- a/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
+++ b/dev-util/artifactory-bin/artifactory-bin-4.7.6.ebuild
@@ -39,10 +39,8 @@ src_prepare() {
default
 
if use ssl ; then
-   cp "${FILESDIR}/artifactory-4.4.0-artifactory.xml" \
-   tomcat/conf/Catalina/localhost/artifactory.xml || die
-   cp "${FILESDIR}/artifactory-4.4.0-server.xml" \
-   tomcat/conf/server.xml || die
+   cp "${FILESDIR}/artifactory.xml" 
tomcat/conf/Catalina/localhost/artifactory.xml || die
+   cp "${FILESDIR}/server.xml" tomcat/conf/server.xml || die
fi
 
# Reverse https://www.jfrog.com/jira/browse/RTFACT-7123

diff --git a/dev-util/artifactory-bin/files/artifactory.xml 
b/dev-util/artifactory-bin/files/artifactory.xml
new file mode 100644
index 000..19042bc
--- /dev/null
+++ b/dev-util/artifactory-bin/files/artifactory.xml
@@ -0,0 +1,4 @@
+
+
+
+

diff --git a/dev-util/artifactory-bin/files/confd 
b/dev-util/artifactory-bin/files/confd
new file mode 100644
index 000..fd7e6e2
--- /dev/null
+++ b/dev-util/artifactory-bin/files/confd
@@ -0,0 +1,5 @@
+ARTIFACTORY_HOME=/opt/artifactory
+ARTIFACTORY_PID=$ARTIFACTORY_HOME/run/artifactory.pid
+ARTIFACTORY_USER=artifactory
+JAVA_OPTIONS="-server -Xms2g -Xmx8g -Xss256k -XX:PermSize=128m 
-XX:MaxPermSize=256m -XX:+UseG1GC"
+TOMCAT_HOME=$ARTIFACTORY_HOME/tomcat

diff --git a/dev-util/artifactory-bin/files/initd 
b/dev-util/artifactory-bin/files/initd
new file mode 100644
index 000..58e16ce
--- /dev/null
+++ b/dev-util/artifactory-bin/files/initd
@@ -0,0 +1,165 @@
+#!/sbin/openrc-run
+
+description="Manages the services needed to run Artifactory on a dedicated 
Tomcat"
+command="/opt/artifactory/tomcat/bin/catalina.sh"
+pidfile="/opt/artifactory/run/artifactory.pid"
+procname="artifactory"
+user=${ARTIFACTORY_USER:-artifactory}
+group=${group:-artifactory}
+
+# Artifactory can be very slow to start, and without locking,
+# restarting via runscript is very error prone
+CATALINA_LOCK_FILE="$(dirname $pidfile)/lock"
+
+CATALINA_MGMT_PORT=8015
+REQUIRED_JAVA_VERSION="1.8"
+START_TIMEOUT=300
+
+# Helper functions:
+is_mgmt_port_used() {
+mgmt_port_used=$(netstat -vatn | grep LISTEN | grep $CATALINA_MGMT_PORT | 
wc -l)
+}
+
+get_pid_info() {
+pidValue=""
+javaPs=""
+if [ -e "$pidfile" ]; then
+pidValue=$(cat $pidfile)
+if [ -n "$pidValue" ]; then
+javaPs="$(ps -p $pidValue | grep java)"
+fi
+fi
+}
+
+depend() {
+need net nginx
+use dns logger netmount
+}
+
+start_pre() {
+if [ -z "$ARTIFACTORY_HOME" ] || [ ! -d "$ARTIFACTORY_HOME" ]; then
+eerror "Artifactory home folder not defined or does not exists at 
$ARTIFACTORY_HOME"
+return 1
+fi
+
+if [ -z "$pidfile" ]; then
+eerror "Artifactory pid destination pidfile was not set!"
+return 1
+fi
+
+if [ -z "$TOMCAT_HOME" ] || [ ! -d "$TOMCAT_HOME" ]; then
+eerror "Tomcat Artifactory folder not defined or does not exists at 
$TOMCAT_HOME"
+return 1
+fi
+
+if [ -z "$ARTIFACTORY_USER" ]; then
+ARTIFACTORY_USER=$user
+fi
+
+current_open_file_limit=$(su -l $ARTIFACTORY_USER -c "ulimit -n")
+desired_open_file_limit=32000
+if [ "$current_open_file_limit" != "unlimited" ] && [ 
$current_open_file_limit -lt $desired_open_file_limit ]; then
+eerror "Maximum number of open files ($current_open_file_limit) is too 
small!"
+eerror "You should add:"
+eerror "artifactory soft nofile $desired_open_file_limit"
+eerror "artifactory hard nofile $desired_open_file_limit"
+eerror "to your /etc/security/limits.conf file."
+return 1
+fi
+
+current_max_process_limit=$(su -l $ARTIFACTORY_USER -c "ulimit -u")
+desired_max_process_limit=1024
+if [ "$current_max_process_limit" != "unlimited" ] && [ 
$current_max_process_limit -lt $desired_max_process_limit ]; then
+eerror "Number 

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

2016-05-12 Thread William Hubbs
commit: 775b840692930eb0216b709a5dfa96d8ffa84ca6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 10 01:46:49 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 12 15:48:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775b8406

net-misc/dhcpcd: make dhcpcd.service block until a lease is obtained

This makes the systemd unit behave more like the init script, and should
resolve issues with NFS mounts.

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

 net-misc/dhcpcd/files/dhcpcd.service | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/dhcpcd/files/dhcpcd.service 
b/net-misc/dhcpcd/files/dhcpcd.service
index 2ac9adc..8430214 100644
--- a/net-misc/dhcpcd/files/dhcpcd.service
+++ b/net-misc/dhcpcd/files/dhcpcd.service
@@ -1,10 +1,12 @@
 [Unit]
 Description=Lightweight DHCP client daemon
 Wants=network.target
-Before=network.target
+Before=network.target network-online.target
 
 [Service]
-ExecStart=/sbin/dhcpcd -q --nobackground
+Type=forking
+ExecStart=/sbin/dhcpcd -q
+PIDFile=/run/dhcpcd.pid
 
 [Install]
 WantedBy=multi-user.target



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

2016-05-12 Thread Mike Gilbert
commit: f2f2e62fecc8654b24625959b2bda0ce3c8da09d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 14:31:57 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 14:32:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f2e62f

net-misc/openconnect: remove old

Package-Manager: portage-2.2.28_p106

 net-misc/openconnect/Manifest   |   5 -
 net-misc/openconnect/openconnect-4.08.ebuild| 144 -
 net-misc/openconnect/openconnect-6.00.ebuild| 153 ---
 net-misc/openconnect/openconnect-7.02.ebuild| 150 --
 net-misc/openconnect/openconnect-7.06-r2.ebuild | 140 -
 net-misc/openconnect/openconnect-7.06.ebuild| 158 
 6 files changed, 750 deletions(-)

diff --git a/net-misc/openconnect/Manifest b/net-misc/openconnect/Manifest
index 1d4ddc4..ad3c064 100644
--- a/net-misc/openconnect/Manifest
+++ b/net-misc/openconnect/Manifest
@@ -1,7 +1,2 @@
-DIST openconnect-4.08.tar.gz 1214464 SHA256 
114eef2b5a8087f26c7871db8700a293101e9626fc94fbef54ac6daef6ce1a77 SHA512 
0731a2bb85f1f98c232a73c03962d8854e58b9aa9687a1521ed142e3aadbd9ba76e760a6fbc9fe3d61d5236fcb82af21aba0c50cb27b4c1a5b7f82f9bb9836a0
 WHIRLPOOL 
fd4a52ceb804e2ef77939dcf8b111cf7dacf956dee6a1421b436b595961a14c038f3cf4bc3bb67e91b20a5b5a8473e27123d403c369864a78130ee9f5cd552ff
-DIST openconnect-6.00.tar.gz 1021981 SHA256 
8a0c684dccac2447d204d544f6f466e41b21bce71e033ba58e2cb17b795ab81c SHA512 
98c39fdbf6931bc20521de107752ffad1cd99381f4a221cc6ab3f43b6a779f5259ed082e05044c25d61bd32f7f3ade28adfdc3bc2535c2e6acb27375a9591e0c
 WHIRLPOOL 
dd3a037def1c192bb9c203b6a97185164f0a5f9ff224f64ab0b36482bd45d57ed4b83a79ac71186d93a29a6d4417c8fe0edd7fd08adf6df1f69f59cc807b6f2f
-DIST openconnect-7.02.tar.gz 1136137 SHA256 
083626e6f2a87393dd13f379a222bf27b0d57fe1ca286d5f3731d4a444ee7169 SHA512 
2452308913e5fabf6824dc46baee3ee8493153788b2f6ee0e2e2ab94fa0b00b1604e09140aba3f8a81e121addedd2ca20d3989509ac2d336b69e3c6a7b753757
 WHIRLPOOL 
0c10c572f0de0583dea746aff45d1ccab5e13623b854bdf665a55f60f74d135dcb2d94b98561985b0bac5fb923872e45f6fd1d3637209875390871cd7783e351
 DIST openconnect-7.06.tar.gz 1343870 SHA256 
facf695368dc4537a6a30e2147be90b1d77ee3cb2d269eaef070b6d9ddab70f2 SHA512 
d1af9efe4ac1f6671dc6b92db0df981e8cae3f2f50b8b4c35a112b42a76517b7c8ea9fd5da93352445dd61da3012bf34fdbcc3add9d8727cbaad7d311e516108
 WHIRLPOOL 
b1b98bf8d900714eb7c7ab82bbd4371050f307b7872bd70b4b9c31f72bb15670842f41c381cbe31aad7e5e98bccbe0663e49b988d5c321c706719b8fa19a2654
-DIST openconnect-script-20121108205904.tar.gz 6380 SHA256 
99fb6c72c13b5724766a952e392b75774771f220f59793e5d2576d7e3412555b SHA512 
089650538f035875c205bed0190e44ed8176a138bbe2f635ac5335050c3b831fc85fbd61448ddaf7cb540c0a5d9b32f8f909e1fd5be188bfef07e721d4656545
 WHIRLPOOL 
3dc2b820afe49cc59c96d514f166d94fdbc3db9f3edbace69e41ae7e604263a834fff0a1fa7be806ff88c328a75de4306ec159e4022d43cd245addf34615efb2
-DIST openconnect-script-20140311.tar.xz 6240 SHA256 
908c667507132ef0269b6d1511ee8b89ae22dfa272c9ffa7ea24c1fa1b31fceb SHA512 
043443c615b076d61ea8c464a6b7b68ca526e636313488501459f6eca6974c276d3a60e165fb23f017858a18b255f9c9e1ad80736cb852756d7fe8f3bc5aa917
 WHIRLPOOL 
ae5632be17d72bf7992814e0262cb862ee0bec48dbd119d33bc94b3647755087c2427418ea0064c7560be6e06dc83a2702587fab3403afccfc90d3df8acd0a9f
 DIST vpnc-scripts-20140806.tar.gz 20070 SHA256 
1f61a6c5ec8a2dab7d5f12c9b438d931e41c6c1c258801ee978d5ed460f4d35f SHA512 
bfa230d6eb2db0696a23228cef6e742dcf5e609c25de725c23e2c7bee96d00045ea656d6c7025cdf7785f70baeb8a8d79af6aec93d7285bcb3c029dc744e5380
 WHIRLPOOL 
78d0c5e23f408167904639a7804859a1d6b89668feab6834a589a3d9f7abf4f9d1da984553a8871b6a16af39a03e5a6f3f6506dd77f7f960c7fcdd56f0683e27

diff --git a/net-misc/openconnect/openconnect-4.08.ebuild 
b/net-misc/openconnect/openconnect-4.08.ebuild
deleted file mode 100644
index 0652107..000
--- a/net-misc/openconnect/openconnect-4.08.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils linux-info python-any-r1
-
-DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software"
-HOMEPAGE="http://www.infradead.org/openconnect.html;
-# New versions of openconnect-script can be found here:
-# 
http://git.infradead.org/users/dwmw2/vpnc-scripts.git/history/HEAD:/vpnc-script
-SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz
-   
https://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz;
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/2"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="doc static-libs nls -gnutls"
-ILINGUAS="ar as ast bg bg_BG bn bn_IN bs ca ca@valencia cs da de el en_GB 
en_US eo es es_CR
-   es_MX et eu fa fi fr gd gl gu he hi hi_IN hu id it ja km kn ko ku lo lt 
lv ml mr
-   ms nb nl nn no or pa pl pt pt_BR pt_PT ro ru sk sl sq sr 

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

2016-05-12 Thread Mike Gilbert
commit: ff9e06aba71213809073ccaa8a67200d90c039d7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 12 14:28:12 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 12 14:32:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9e06ab

net-misc/openconnect: add slot-operation to gnutls dep

Package-Manager: portage-2.2.28_p106

 .../{openconnect-7.06-r3.ebuild => openconnect-7.06-r4.ebuild}  | 2 +-
 net-misc/openconnect/openconnect-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/openconnect/openconnect-7.06-r3.ebuild 
b/net-misc/openconnect/openconnect-7.06-r4.ebuild
similarity index 98%
rename from net-misc/openconnect/openconnect-7.06-r3.ebuild
rename to net-misc/openconnect/openconnect-7.06-r4.ebuild
index 1f0e80c..d403ff1 100644
--- a/net-misc/openconnect/openconnect-7.06-r3.ebuild
+++ b/net-misc/openconnect/openconnect-7.06-r4.ebuild
@@ -31,7 +31,7 @@ DEPEND="dev-libs/libxml2
libressl? ( dev-libs/libressl[static-libs?] )
)
gnutls? (
-   >=net-libs/gnutls-3[static-libs?] dev-libs/nettle
+   >=net-libs/gnutls-3:0=[static-libs?] dev-libs/nettle
app-misc/ca-certificates
)
gssapi? ( virtual/krb5 )

diff --git a/net-misc/openconnect/openconnect-.ebuild 
b/net-misc/openconnect/openconnect-.ebuild
index e0a5bcd..c457dfe 100644
--- a/net-misc/openconnect/openconnect-.ebuild
+++ b/net-misc/openconnect/openconnect-.ebuild
@@ -38,7 +38,7 @@ DEPEND="dev-libs/libxml2
libressl? ( dev-libs/libressl[static-libs?] )
)
gnutls? (
-   >=net-libs/gnutls-3[static-libs?] dev-libs/nettle
+   >=net-libs/gnutls-3:0=[static-libs?] dev-libs/nettle
app-misc/ca-certificates
)
gssapi? ( virtual/krb5 )



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

2016-05-12 Thread Jason Zaman
commit: 4b47d38d5368a3d2dcc21e0911bf5cf1f636da0d
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu May 12 14:17:56 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 12 14:23:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b47d38d

dev-util/android-studio: drop old

Package-Manager: portage-2.2.28

 dev-util/android-studio/Manifest   |  4 --
 .../android-studio-1.2.2.0.141.1980579.ebuild  | 62 --
 .../android-studio-1.5.1.0.141.2456560.ebuild  | 62 --
 .../android-studio-2.0.0.20.143.2739321.ebuild | 62 --
 .../android-studio-2.1.0.9.143.2790544.ebuild  | 62 --
 5 files changed, 252 deletions(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index ae24460..a6fdbb9 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,6 +1,2 @@
-DIST android-studio-ide-141.1980579-linux.zip 258628239 SHA256 
46a1b492360f873f7b99f53b535ce79503f4127a8ee5d06afbe0f53ec5f56a21 SHA512 
54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd
 WHIRLPOOL 
567bcc5ae38015a586224e7c5870d7766f18b4241b46aa53eb7459a7f26d859d9855632cdcf54d3b35bca1b7c39b15cfc1141d11a4d017d9b3e199b72f088b56
-DIST android-studio-ide-141.2456560-linux.zip 380943097 SHA256 
466e01ac99c44685f218cf8dfc621fcc6b1d2c18256d97dbefa377d06410d05c SHA512 
08644adea21f50a0dacb1f6153fe4fa65be27b3a3b6c202e694177ca53040c6e28cff44a671a55c0b39210d5d8f10be178bab1e406696dd765a3b44ea9ef
 WHIRLPOOL 
917231385f121c671f11cf083849301746a5a074d900e555ccd7d115b7f7ebc7ee13efc31e5ce95ece3aa2d20bd7fcc37a96dfb5e3fb1b3bae5c74200925b38c
 DIST android-studio-ide-141.2836215-linux.zip 380946919 SHA256 
146c23112ceef9c08463b3501573ce674ed1fbac7f00dadaa807daeb93698115 SHA512 
7206da5841bc1931f14d10b61bca36f74446952348839a9b033ca9fb28036513d96a2fceb32d4b7d4389a4d91aeeb06676ecd379e7c79cacace7acf4619493a0
 WHIRLPOOL 
567d97e7f9f68473f34c6094b70b6b277f5de8895ead4f9174cf3f365165e26a6d439928aa5420d1603a92e0c3a2c77d996ea0460d3f25ce42a0e062a622402f
-DIST android-studio-ide-143.2739321-linux.zip 292106971 SHA256 
f9fe60df5fedc345b8403000b7d73bf53bea5ddf71a38d2a2f01208314246b91 SHA512 
8149f91d448b24cf0f30b215f371e371862e620f1ef5785bd2ff6f917d365e2830694861ff804157fb6452ed1a356c4cc968cfad29af6d2ade22a80a0a1ee9b0
 WHIRLPOOL 
780df70a7192a0230475404320d357cf57e18e081883c17b84cebf3b75204a8e8b10c72a3dabef0335a983b9f83ead6e8595890b7bd48c6b6e1e44e68cb660b0
-DIST android-studio-ide-143.2790544-linux.zip 298122012 SHA256 
1f2b1c1d1675d019e27848c2c7d75a2b06452e2a62ee2a109b9e914c66843afb SHA512 
22d2253f4e3abb9e708c586d5ca94274c126a732f67116521695a205f86b7ef14274c9ee6c44f2437414dd2bb65249fee698c354f5fb6005051793171cddd640
 WHIRLPOOL 
3106343eb42548c8d737bf66a1a18f2f03fe2f40ecfd036f840656979a70bc30299aeea0087f0509a6cd790f98a13ade1ee7f58bc65a54c0b3ae4e0fc02edbe7
 DIST android-studio-ide-143.2821654-linux.zip 298125051 SHA256 
01843a2428b9a33e59716cc24a10adec238adef81ce6e6e9df441e6fa1ffbdff SHA512 
9822e9b1b30f1af9cd06af5628fb7419de35a341f5366647922d91a76083ef50ac4b6059dc77e4598ea92eb517002be51c7c0de42c2bec3d51565318d14077a0
 WHIRLPOOL 
2e581d3522df511f7f5c68f06380485041fe31b7f867e1fe37f9362ea2ba630f9d1f72dc97e4482b0e1a6de77eabd8689cb87f0aff1be618003f07f4e8e9e14c

diff --git a/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild 
b/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild
deleted file mode 100644
index 597af23..000
--- a/dev-util/android-studio/android-studio-1.2.2.0.141.1980579.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils versionator
-
-RESTRICT="strip"
-QA_PREBUILT="opt/${PN}/bin/libbreakgen.so"
-if [[ $(get_version_component_count) -eq 6 ]]; then
-   STUDIO_V=$(get_version_component_range 1-4)
-   BUILD_V=$(get_version_component_range 5-6)
-else
-   STUDIO_V=$(get_version_component_range 1-3)
-   BUILD_V=$(get_version_component_range 4-5)
-fi
-
-DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
-HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
-SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="selinux"
-KEYWORDS="amd64 x86"
-
-DEPEND="app-arch/zip"
-RDEPEND=">=virtual/jdk-1.7
-   selinux? ( sec-policy/selinux-android )
-   >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
-   >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
-   >=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
-   >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
-   >=media-libs/freetype-2.5.5[abi_x86_32(-)]
-   >=media-libs/libpng-1.2.51[abi_x86_32(-)]
-   >=media-libs/mesa-10.2.8[abi_x86_32(-)]
-   

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

2016-05-12 Thread Jason Zaman
commit: d77dfac52abe10a7c3f88a3e332dbb9bc046743a
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu May 12 14:08:24 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 12 14:23:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77dfac5

dev-util/android-studio: bump to 2.1.1 and 1.5.2 for security fix

Announcement at: 
https://plus.sandbox.google.com/103342515830390186255/posts/5TGKhcwtip5

Package-Manager: portage-2.2.28

 dev-util/android-studio/Manifest   |  2 +
 .../android-studio-1.5.2.0.141.2836215.ebuild  | 62 ++
 .../android-studio-2.1.1.0.143.2821654.ebuild  | 62 ++
 3 files changed, 126 insertions(+)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index fe8b66f..ae24460 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,4 +1,6 @@
 DIST android-studio-ide-141.1980579-linux.zip 258628239 SHA256 
46a1b492360f873f7b99f53b535ce79503f4127a8ee5d06afbe0f53ec5f56a21 SHA512 
54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd
 WHIRLPOOL 
567bcc5ae38015a586224e7c5870d7766f18b4241b46aa53eb7459a7f26d859d9855632cdcf54d3b35bca1b7c39b15cfc1141d11a4d017d9b3e199b72f088b56
 DIST android-studio-ide-141.2456560-linux.zip 380943097 SHA256 
466e01ac99c44685f218cf8dfc621fcc6b1d2c18256d97dbefa377d06410d05c SHA512 
08644adea21f50a0dacb1f6153fe4fa65be27b3a3b6c202e694177ca53040c6e28cff44a671a55c0b39210d5d8f10be178bab1e406696dd765a3b44ea9ef
 WHIRLPOOL 
917231385f121c671f11cf083849301746a5a074d900e555ccd7d115b7f7ebc7ee13efc31e5ce95ece3aa2d20bd7fcc37a96dfb5e3fb1b3bae5c74200925b38c
+DIST android-studio-ide-141.2836215-linux.zip 380946919 SHA256 
146c23112ceef9c08463b3501573ce674ed1fbac7f00dadaa807daeb93698115 SHA512 
7206da5841bc1931f14d10b61bca36f74446952348839a9b033ca9fb28036513d96a2fceb32d4b7d4389a4d91aeeb06676ecd379e7c79cacace7acf4619493a0
 WHIRLPOOL 
567d97e7f9f68473f34c6094b70b6b277f5de8895ead4f9174cf3f365165e26a6d439928aa5420d1603a92e0c3a2c77d996ea0460d3f25ce42a0e062a622402f
 DIST android-studio-ide-143.2739321-linux.zip 292106971 SHA256 
f9fe60df5fedc345b8403000b7d73bf53bea5ddf71a38d2a2f01208314246b91 SHA512 
8149f91d448b24cf0f30b215f371e371862e620f1ef5785bd2ff6f917d365e2830694861ff804157fb6452ed1a356c4cc968cfad29af6d2ade22a80a0a1ee9b0
 WHIRLPOOL 
780df70a7192a0230475404320d357cf57e18e081883c17b84cebf3b75204a8e8b10c72a3dabef0335a983b9f83ead6e8595890b7bd48c6b6e1e44e68cb660b0
 DIST android-studio-ide-143.2790544-linux.zip 298122012 SHA256 
1f2b1c1d1675d019e27848c2c7d75a2b06452e2a62ee2a109b9e914c66843afb SHA512 
22d2253f4e3abb9e708c586d5ca94274c126a732f67116521695a205f86b7ef14274c9ee6c44f2437414dd2bb65249fee698c354f5fb6005051793171cddd640
 WHIRLPOOL 
3106343eb42548c8d737bf66a1a18f2f03fe2f40ecfd036f840656979a70bc30299aeea0087f0509a6cd790f98a13ade1ee7f58bc65a54c0b3ae4e0fc02edbe7
+DIST android-studio-ide-143.2821654-linux.zip 298125051 SHA256 
01843a2428b9a33e59716cc24a10adec238adef81ce6e6e9df441e6fa1ffbdff SHA512 
9822e9b1b30f1af9cd06af5628fb7419de35a341f5366647922d91a76083ef50ac4b6059dc77e4598ea92eb517002be51c7c0de42c2bec3d51565318d14077a0
 WHIRLPOOL 
2e581d3522df511f7f5c68f06380485041fe31b7f867e1fe37f9362ea2ba630f9d1f72dc97e4482b0e1a6de77eabd8689cb87f0aff1be618003f07f4e8e9e14c

diff --git a/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild 
b/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild
new file mode 100644
index 000..6ca6e72
--- /dev/null
+++ b/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen.so"
+if [[ $(get_version_component_count) -eq 6 ]]; then
+   STUDIO_V=$(get_version_component_range 1-4)
+   BUILD_V=$(get_version_component_range 5-6)
+else
+   STUDIO_V=$(get_version_component_range 1-3)
+   BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip"
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
+   >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
+   >=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
+   >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
+   >=media-libs/freetype-2.5.5[abi_x86_32(-)]
+   >=media-libs/libpng-1.2.51[abi_x86_32(-)]
+   >=media-libs/mesa-10.2.8[abi_x86_32(-)]
+   || ( 

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

2016-05-12 Thread Jason Zaman
commit: 8cd97e3125d7e9567860436d9ab3c84099bd9b30
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu May 12 14:15:13 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu May 12 14:23:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd97e31

dev-util/android-studio: stable 1.5.2 for security fix

https://plus.sandbox.google.com/103342515830390186255/posts/5TGKhcwtip5

Package-Manager: portage-2.2.28

 dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild 
b/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild
index 6ca6e72..49a7610 100644
--- a/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild
+++ b/dev-util/android-studio/android-studio-1.5.2.0.141.2836215.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="selinux"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/zip"
 RDEPEND=">=virtual/jdk-1.7



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

2016-05-12 Thread Davide Pesavento
commit: 66af71ae24b0aac7cffa180435f66de84848a1ce
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu May 12 14:12:08 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 12 14:13:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66af71ae

dev-util/qbs: add myself as primary maintainer

Package-Manager: portage-2.2.28

 dev-util/qbs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/qbs/metadata.xml b/dev-util/qbs/metadata.xml
index 32fe129..c6a1777 100644
--- a/dev-util/qbs/metadata.xml
+++ b/dev-util/qbs/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+
+   p...@gentoo.org
+   Davide Pesavento
+
 
q...@gentoo.org
Gentoo Qt Project



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

2016-05-12 Thread Davide Pesavento
commit: 4b0fa7678798ebf31e81bafa346f336caced47a7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu May 12 14:12:44 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu May 12 14:13:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0fa767

dev-util/qbs: remove old

Package-Manager: portage-2.2.28

 dev-util/qbs/Manifest |   1 -
 dev-util/qbs/qbs-1.4.3.ebuild | 103 --
 2 files changed, 104 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 8ded9a5..92cf5c9 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,3 +1,2 @@
 DIST qbs-src-1.4.2.tar.gz 821001 SHA256 
b9d36118c3ae0f7d4df6bf7239a0a0163c0340b701d00191fa5f832cef341ce5 SHA512 
dc4514f28843d159b695e4da2b94619da91656b57ba839fa62901cd3a48309ffd3a3b5203b7ae1c5f35cab515a6149017fd43093ae9395846b3e46b2f53b93ec
 WHIRLPOOL 
0431823cc54dd7a372473e76d8269207cf439a5ba27d3c099df63a19d222067a41a62299415cae9c9798e5bf5ebf38c27dffa8f23135675a564f51047cecfc67
-DIST qbs-src-1.4.3.tar.gz 822899 SHA256 
0c47291ac578c1fc8f2bd6ab20fbeeb58630c4c6ddc085f6081ae570f825f787 SHA512 
b3c080a125cea39bebba3f5894ed603215dbfc0cf18edd2873eee873438b025acd1a1dcd5ab4db04681bf05ee710dc0827dff7789faac138011da788347bec6a
 WHIRLPOOL 
5151b534965009ac7ca8dc1f0cd38a349f131000bf4108d22c0e47a95957dbcebc0dc8759116cc43bc0c650b43513a489470546fdfa15d29ea5fba4130b5ca78
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca

diff --git a/dev-util/qbs/qbs-1.4.3.ebuild b/dev-util/qbs/qbs-1.4.3.ebuild
deleted file mode 100644
index b44324b..000
--- a/dev-util/qbs/qbs-1.4.3.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Qt Build Suite"
-HOMEPAGE="http://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples test"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? (
-   dev-qt/qtdeclarative:5
-   dev-qt/qttest:5
-   )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # disable tests that require nodejs (bug 527652)
-   sed -i -e 's/!haveNodeJs()/true/' \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   if use test; then
-   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
-   else
-   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
-   fi
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
-   QBS_LIBRARY_DIRNAME="$(get_libdir)"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   einfo "Setting up test environment in ${T}"
-
-   export HOME=${T}
-   export LD_LIBRARY_PATH=${S}/$(get_libdir)
-
-   "${S}"/bin/qbs-setup-toolchains "${EROOT}usr/bin/gcc" gcc || die
-   "${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die
-
-   einfo "Running autotests"
-
-   # simply exporting LD_LIBRARY_PATH doesn't work
-   # we have to use a custom testrunner script
-   local testrunner=${S}/gentoo-testrunner
-   cat <<-EOF > "${testrunner}"
-   #!/bin/sh
-   export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"
-   exec "\$@"
-   EOF
-   chmod +x "${testrunner}"
-
-   emake TESTRUNNER="'${testrunner}'" check
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-
-   # install documentation
-   if use doc; then
-   emake docs
-   dodoc -r doc/html
-   dodoc doc/qbs.qch
-   docompress -x /usr/share/doc/${PF}/qbs.qch
-   fi
-}



  1   2   3   >