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

2016-12-24 Thread Hans de Graaff
commit: e53eb44620e0390d42ead6fd377f338bd6a5272c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 25 07:56:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 07:56:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53eb446

dev-ruby/rake: add 12.0.0

Package-Manager: portage-2.3.0

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-12.0.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index a15802e..3c9af8e 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -3,3 +3,4 @@ DIST rake-10.5.0.gem 130560 SHA256 
2b55a1ad44b5c945719d8a97c302a316af770b835187d
 DIST rake-11.1.2.gem 129024 SHA256 
1f2fb518497639c8fe2212f76fef8cd2e0c3832ae339d2466c7490d2e6f1d549 SHA512 
ec55816ec48ddc1a91e11a2a4cbd89f139183acc7c65f05e8ea09185e6083f05601d707774e99bc1d6dd49c8d3c500b99cbe54d7242f8d638c42d8fc393f05af
 WHIRLPOOL 
aebb6efb2e2fafb7dc14bc8051fb960eca3a20b83424a66be1033326b58405a0fba76fafd46e774da1ed5aeb3a496b53623c5d8d6a51af0bb98e5183e9b1ca51
 DIST rake-11.2.2.tar.gz 135005 SHA256 
f0b61e1106f78356975d621086ad4ebcf0b16115345f91331c00ca1db3219986 SHA512 
10fc827521ac033abe70548de4786115f37106a59750ec617bab48fde55a6c79354e91e879774b5877e1bc1492fef2cdc13ff0b76397167ada55478595f72b30
 WHIRLPOOL 
d5964d7f7909c5b3c0c0c3bd2d836108f9c31d3d39e86d4fab85494e72ff80ba9ce40c7ff3c21f803ee20d8bdd78a522c1a17ddb1886073f31367a4ab3caf9e5
 DIST rake-11.3.0.tar.gz 134863 SHA256 
d60ecce6911035a65daf80d038123a55723dedd62b960bccaaeda55a278b5375 SHA512 
705c4b1979bdf8042acdc6cea403b2886ac9c589ed0eba7c258d0ce5c46104b7d6556415e82a26b5cd9559954ee53a0bd9f4e0373fd2601bb3b3338a426b3e5c
 WHIRLPOOL 
162de593a1492623f2281339fb8a8974f36e691a0ab4fedae6a01f3b23a4b0dca2cbc2d0e90bbaa444a90872b55d18652800aa95c60ff8459ea732f4c0b69d5c
+DIST rake-12.0.0.tar.gz 117571 SHA256 
0754389d1ca3448a3715ca9f61ef303631cc6998c9483f8eceba0109de3a35f5 SHA512 
2c8a0442b8c2f7755d8740f89d0772c646c87f64c04377955760c42a37ac25334628044ea37c09cd21e7372cab9e8f3d04b0076f0c34466eb4ea328c0bdcb01c
 WHIRLPOOL 
c083a8c61e0e074e2a13bcde93043dfa47523374d8a5221f5965721c690e5c39579dc367a4c85c883c515da70adac58012d11bc15ac5141688636be3ce40dc98

diff --git a/dev-ruby/rake/rake-12.0.0.ebuild b/dev-ruby/rake/rake-12.0.0.ebuild
new file mode 100644
index ..6413fb8
--- /dev/null
+++ b/dev-ruby/rake/rake-12.0.0.ebuild
@@ -0,0 +1,52 @@
+# 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="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake;
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )"
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dohtml -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



[gentoo-commits] proj/ruby-scripts:master commit in: patchsets/patches-2.4.0/

2016-12-24 Thread Hans de Graaff
commit: a9c9449b960d0a872b79941bf20239aa9ebe1037
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Dec 25 07:40:14 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 07:40:14 2016 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=a9c9449b

add patches for 2.4.0

 patchsets/patches-2.4.0/005_no-undefined-ext.patch |  11 ++
 patchsets/patches-2.4.0/009_no-gems.patch  | 112 +
 2 files changed, 123 insertions(+)

diff --git a/patchsets/patches-2.4.0/005_no-undefined-ext.patch 
b/patchsets/patches-2.4.0/005_no-undefined-ext.patch
new file mode 100644
index 000..f279932
--- /dev/null
+++ b/patchsets/patches-2.4.0/005_no-undefined-ext.patch
@@ -0,0 +1,11 @@
+--- ruby-1.9.3-preview1.orig/configure.in
 ruby-1.9.3-preview1/configure.in
+@@ -2038,7 +2038,7 @@ if test "$with_dln_a_out" != yes; then
+   [linux* | gnu* | k*bsd*-gnu | netbsd* | bsdi* | kopensolaris*-gnu], [
+   : ${LDSHARED='$(CC) -shared'}
+   if test "$rb_cv_binary_elf" = yes; then
+-  LDFLAGS="$LDFLAGS -Wl,-export-dynamic"
++  LDFLAGS="$LDFLAGS -Wl,-export-dynamic 
-Wl,--no-undefined"
+   fi
+   rb_cv_dlopen=yes],
+   [interix*], [   : ${LDSHARED='$(CC) -shared'}

diff --git a/patchsets/patches-2.4.0/009_no-gems.patch 
b/patchsets/patches-2.4.0/009_no-gems.patch
new file mode 100644
index 000..cdf503c
--- /dev/null
+++ b/patchsets/patches-2.4.0/009_no-gems.patch
@@ -0,0 +1,112 @@
+--- tool/rbinstall.rb.~1~  2016-10-17 09:17:07.0 +0200
 tool/rbinstall.rb  2016-12-25 08:20:07.873491045 +0100
+@@ -695,107 +695,11 @@
+ # :startdoc:
+ 
+ install?(:ext, :comm, :gem) do
+-  gem_dir = Gem.default_dir
+-  directories = Gem.ensure_gem_subdirectories(gem_dir, :mode => $dir_mode)
+-  prepare "default gems", gem_dir, directories
+-
+-  spec_dir = File.join(gem_dir, directories.grep(/^spec/)[0])
+-  default_spec_dir = "#{spec_dir}/default"
+-  makedirs(default_spec_dir)
+-
+-  gems = Dir.glob(srcdir+"/{lib,ext}/**/*.gemspec").map {|src|
+-spec = Gem::Specification.load(src) || raise("invalid spec in #{src}")
+-file_collector = RbInstall::Specs::FileCollector.new(File.dirname(src))
+-files = file_collector.collect
+-next if files.empty?
+-spec.files = files
+-spec
+-  }
+-  gems.compact.sort_by(&:name).each do |gemspec|
+-full_name = "#{gemspec.name}-#{gemspec.version}"
+-
+-puts "#{" "*30}#{gemspec.name} #{gemspec.version}"
+-gemspec_path = File.join(default_spec_dir, "#{full_name}.gemspec")
+-open_for_install(gemspec_path, $data_mode) do
+-  gemspec.to_ruby
+-end
+-
+-unless gemspec.executables.empty? then
+-  bin_dir = File.join(gem_dir, 'gems', full_name, gemspec.bindir)
+-  makedirs(bin_dir)
+-
+-  execs = gemspec.executables.map {|exec| File.join(srcdir, 'bin', exec)}
+-  install(execs, bin_dir, :mode => $script_mode)
+-end
+-  end
++  # gems are unbundled in Gentoo
+ end
+ 
+ install?(:ext, :comm, :gem) do
+-  gem_dir = Gem.default_dir
+-  directories = Gem.ensure_gem_subdirectories(gem_dir, :mode => $dir_mode)
+-  prepare "bundle gems", gem_dir, directories
+-  install_dir = with_destdir(gem_dir)
+-  installed_gems = {}
+-  options = {
+-:install_dir => install_dir,
+-:bin_dir => with_destdir(bindir),
+-:domain => :local,
+-:ignore_dependencies => true,
+-:dir_mode => $dir_mode,
+-:data_mode => $data_mode,
+-:prog_mode => $prog_mode,
+-:wrappers => true,
+-:format_executable => true,
+-  }
+-  gem_ext_dir = "#$extout/gems/#{CONFIG['arch']}"
+-  extensions_dir = Gem::StubSpecification.gemspec_stub("", gem_dir, 
gem_dir).extensions_dir
+-  Gem::Specification.each_gemspec([srcdir+'/gems/*']) do |path|
+-dir = File.dirname(path)
+-spec = Dir.chdir(dir) {
+-  Gem::Specification.load(File.basename(path))
+-}
+-next unless spec.platform == Gem::Platform::RUBY
+-next unless spec.full_name == path[srcdir.size..-1][/\A\/gems\/([^\/]+)/, 
1]
+-spec.extension_dir = "#{extensions_dir}/#{spec.full_name}"
+-if File.directory?(ext = "#{gem_ext_dir}/#{spec.full_name}")
+-  spec.extensions[0] ||= "-"
+-end
+-ins = RbInstall::UnpackedInstaller.new(spec, options)
+-puts "#{" "*30}#{spec.name} #{spec.version}"
+-ins.install
+-File.chmod($data_mode, File.join(install_dir, "specifications", 
"#{spec.full_name}.gemspec"))
+-unless spec.extensions.empty?
+-  install_recursive(ext, spec.extension_dir)
+-end
+-installed_gems[spec.full_name] = true
+-  end
+-  installed_gems, gems = Dir.glob(srcdir+'/gems/*.gem').partition {|gem| 
installed_gems.key?(File.basename(gem, '.gem'))}
+-  unless installed_gems.empty?
+-install installed_gems, gem_dir+"/cache"
+-  end
+-  next if gems.empty?
+-  if defined?(Zlib)
+-Gem.instance_variable_set(:@ruby, 

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

2016-12-24 Thread Hans de Graaff
commit: dd228b0b45cccfc62cc9cdd4ebb0261140450c2f
Author: Hans de Graaff  degraaff  org>
AuthorDate: Sun Dec 25 06:56:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 06:56:23 2016 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=dd228b0b

Add ruby24

 ruby-stats/plot  | 1 +
 ruby-stats/ruby_stats.py | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ruby-stats/plot b/ruby-stats/plot
index bcefeb4..1e87e8e 100644
--- a/ruby-stats/plot
+++ b/ruby-stats/plot
@@ -22,6 +22,7 @@ plot "data.txt" using 1:3 with lines lt 2 title "total", \
  "data.txt" using 1:10 with lines lt 1 lc 7 title "ruby21", \
  "data.txt" using 1:11 with lines lt 1 lc 8 title "ruby22", \
  "data.txt" using 1:12 with lines lt 1 lc 9 title "ruby23", \
+ "data.txt" using 1:13 with lines lt 1 lc 10 title "ruby24", \
  "data.txt" using 1:7 with lines lt 1 lc 4 title "jruby", \
  "data.txt" using 1:8 with lines lt 1 lc 5 title "ree18", \
  "data.txt" using 1:9 with lines lt 1 lc 6 title "rbx"

diff --git a/ruby-stats/ruby_stats.py b/ruby-stats/ruby_stats.py
index 25009a7..29939f1 100755
--- a/ruby-stats/ruby_stats.py
+++ b/ruby-stats/ruby_stats.py
@@ -4,7 +4,7 @@
 # 2010-01-21180 144 142 68  52
 
 date_fmt = "%Y-%m-%d"
-bins = ('ruby', 'ruby-ng', 'ruby_targets_ruby18', 'ruby_targets_ruby19', 
'ruby_targets_ruby20', 'ruby_targets_jruby', 'ruby_targets_ree18', 
'ruby_targets_rbx', 'ruby_targets_ruby21', 'ruby_targets_ruby22', 
'ruby_targets_ruby23')
+bins = ('ruby', 'ruby-ng', 'ruby_targets_ruby18', 'ruby_targets_ruby19', 
'ruby_targets_ruby20', 'ruby_targets_jruby', 'ruby_targets_ree18', 
'ruby_targets_rbx', 'ruby_targets_ruby21', 'ruby_targets_ruby22', 
'ruby_targets_ruby23', 'ruby_targets_ruby24')
 
 import sys
 import time
@@ -45,6 +45,8 @@ def main():

stats['ruby_targets_ruby22'].add(cpv)
if 'ruby_targets_ruby23' in iuse:

stats['ruby_targets_ruby23'].add(cpv)
+   if 'ruby_targets_ruby24' in iuse:
+   
stats['ruby_targets_ruby24'].add(cpv)
if 'ruby_targets_jruby' in iuse:

stats['ruby_targets_jruby'].add(cpv)
if 'ruby_targets_ree18' in iuse:



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

2016-12-24 Thread Hans de Graaff
commit: a51e9a731210637a9f8a60461db605e86fa008ad
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 25 06:46:23 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 06:46:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51e9a73

dev-ruby/paint: add 2.0.0

Package-Manager: portage-2.3.0

 dev-ruby/paint/Manifest   |  1 +
 dev-ruby/paint/paint-2.0.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest
index 5d3bd32..2cbc595 100644
--- a/dev-ruby/paint/Manifest
+++ b/dev-ruby/paint/Manifest
@@ -1 +1,2 @@
 DIST paint-1.0.1.tar.gz 18598 SHA256 
d717b4ef06302e7b05100aad269f9a89f398c913114ec4f07be9d68d5af2b269 SHA512 
480f37fa22896636a591a6491a1329797f35a146ff92b623a4c287adfc52d67d972c61ba16e6d8c3135d985553bc19c12afffdf9bc161575d6dabe9131c4a359
 WHIRLPOOL 
ef9d0e89b9084fbcb9dc9dc9cdf80175282e39c071da826ae03da323d3bf162738c65b26e7d225d101b8736fc85b211909ace88b1401be0a8423bc8f00a26bf6
+DIST paint-2.0.0.tar.gz 21699 SHA256 
9b04e149364dec8c13e078a549fd13b805f8ff3064db136ab9c937ac160b47a3 SHA512 
3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe
 WHIRLPOOL 
d5a44b9e70649fc568d2b7b2e94138cb5f7b976acb3e49d7713541cd504b5444a98a592f5b365b982568b5d16f3e07354d17e61d9a330e113b8cefd0c60776c5

diff --git a/dev-ruby/paint/paint-2.0.0.ebuild 
b/dev-ruby/paint/paint-2.0.0.ebuild
new file mode 100644
index ..e0ec91e
--- /dev/null
+++ b/dev-ruby/paint/paint-2.0.0.ebuild
@@ -0,0 +1,22 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md SHORTCUTS.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal painter"
+HOMEPAGE="https://github.com/janlelis/paint;
+SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc"



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

2016-12-24 Thread Hans de Graaff
commit: 68a8f928319e266f2f970a7303b8cc00ba77238c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 25 06:51:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 06:51:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a8f928

dev-ruby/rubyntlm: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/rubyntlm/Manifest  |  1 -
 dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/rubyntlm/Manifest b/dev-ruby/rubyntlm/Manifest
index f7be53b..b20d369 100644
--- a/dev-ruby/rubyntlm/Manifest
+++ b/dev-ruby/rubyntlm/Manifest
@@ -1,2 +1 @@
-DIST rubyntlm-0.6.0.gem 31232 SHA256 
f7e9b5054106fdbe9117719282f99177c95bea57d9ff76b1799e551028656102 SHA512 
522142632d9f979b26b29017dcbc39dcc6caa75b235bcc89bf83e04db68e550a38f3c967c36acf61e910b4a2748089d0ccdd184754a8fe6f33e8494ef6b4f3bd
 WHIRLPOOL 
95341aaafc27c93ef51b36da28cf540ce474b7bd9f4f9a66ec59c8faf82ee3f6edd62e1bfddab6c24156bc0233dcb38697d8b59e7b25b0c851ff70556891542e
 DIST rubyntlm-0.6.1.gem 31232 SHA256 
73ad912ad1274aa81e108bac9cc13d105da5a386751bfad6b8843d2a5619d4d9 SHA512 
a497c1a8ffe8499ba29f9bfe531f94a4179743c04fb1fd351f0382d78ea184cdc07ee31a04df904f7e71b8c2ee1f7c851595028f870ce167026ab81386ce0043
 WHIRLPOOL 
fc8c990d26ac12ac92cdc693a0b2f4b671ee0df7f628820260a35010c034781f84e1841db712f032755f01dd826cf14021662f6ffd6df9db4dc0e3b30589ac8e

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild
deleted file mode 100644
index 97f93d8..
--- a/dev-ruby/rubyntlm/rubyntlm-0.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby/NTLM provides message creator and parser for the NTLM 
authentication."
-HOMEPAGE="https://github.com/winrb/rubyntlm;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die
-}



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

2016-12-24 Thread Hans de Graaff
commit: 541870d63dc225f98e80633963a35af04be7e60b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 25 06:50:36 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 06:50:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541870d6

dev-ruby/rubyntlm: add back ~x86 keyword

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.1.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.1.ebuild
index e47a283..a4ccd0b 100644
--- a/dev-ruby/rubyntlm/rubyntlm-0.6.1.ebuild
+++ b/dev-ruby/rubyntlm/rubyntlm-0.6.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/winrb/rubyntlm;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2016-12-24 Thread Hans de Graaff
commit: 1f58ab581da2fe537482d75dde4e626aa87b28aa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 25 06:55:09 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 25 06:55:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f58ab58

dev-ruby/ruby-hmac: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild 
b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
index 8405060..da5f862 100644
--- a/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
+++ b/dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC="docs"
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"



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

2016-12-24 Thread Aaron Bauman
commit: a507347c79f6a10c161ef26bde64918c7fa5ab3b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:12:15 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:12:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a507347c

dev-ruby/bundler: amd64 stable wrt bug #556372

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

diff --git a/dev-ruby/bundler/bundler-1.12.5.ebuild 
b/dev-ruby/bundler/bundler-1.12.5.ebuild
index f79afa2..b5b 100644
--- a/dev-ruby/bundler/bundler-1.12.5.ebuild
+++ b/dev-ruby/bundler/bundler-1.12.5.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://github.com/carlhuda/bundler/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_rdepend virtual/rubygems



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

2016-12-24 Thread Aaron Bauman
commit: 8ae7c74e257e8c94a3c03294ff3fc02d802819c6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:01:02 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:01:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae7c74e

dev-ruby/rspec-support: amd64 stable wrt bug #565112

 dev-ruby/rspec-support/rspec-support-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild
index eefa530..e8b78a9 100644
--- a/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild
+++ b/dev-ruby/rspec-support/rspec-support-3.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.5.0:3 )"



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

2016-12-24 Thread Aaron Bauman
commit: a8262589fcc8cc456cb85f313ad045796f8aaae1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 05:59:34 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 05:59:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8262589

dev-ruby/rspec: amd64 stable wrt bug #565112

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

diff --git a/dev-ruby/rspec/rspec-3.5.0.ebuild 
b/dev-ruby/rspec/rspec-3.5.0.ebuild
index 27629c3..fe32e5c 100644
--- a/dev-ruby/rspec/rspec-3.5.0.ebuild
+++ b/dev-ruby/rspec/rspec-3.5.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rspec/rspec;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2016-12-24 Thread Aaron Bauman
commit: 3d3e58419397260cd371308deb21f12a45ae692a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:00:27 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:00:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3e5841

dev-ruby/thread_order: amd64 stable wrt bug #565112

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

diff --git a/dev-ruby/thread_order/thread_order-1.1.0.ebuild 
b/dev-ruby/thread_order/thread_order-1.1.0.ebuild
index a9a6132..d163703 100644
--- a/dev-ruby/thread_order/thread_order-1.1.0.ebuild
+++ b/dev-ruby/thread_order/thread_order-1.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/JoshCheek/thread_order;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2016-12-24 Thread Aaron Bauman
commit: 4b2e74ba2f2b26a6e47f98aec0dc3b57a71c60ce
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:03:27 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:03:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e74ba

dev-ruby/rspec-core: amd64 stable wrt bug #565112

 dev-ruby/rspec-core/rspec-core-3.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild
index 3914e20..30700cf 100644
--- a/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-3.5.4.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="highlight"
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2016-12-24 Thread Aaron Bauman
commit: b0eae51b62ac6c31fcce4de6871899ef8796734d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:02:15 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eae51b

dev-ruby/rspec-expectations: amd64 stable wrt bug #565112

 dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
index 55cd35a..1aa3242 100644
--- a/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2016-12-24 Thread Aaron Bauman
commit: 28a186089f47949f15359702cccde28ccf6197ac
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 06:01:40 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 06:01:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a18608

dev-ruby/rspec-mocks: amd64 stable wrt bug #565112

 dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild
index 4910619..4345087 100644
--- a/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.5.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz 
-> ${P}-git.tgz"
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 SUBVERSION="$(get_version_component_range 1-2)"



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

2016-12-24 Thread Aaron Bauman
commit: 9bb7388c162f4455215690b1ae037e49afd3d33c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Dec 25 02:44:27 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Dec 25 02:44:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb7388c

sys-kernel/genkernel-next: amd64 stable

Gentoo-bug: 603482

Package-Manager: portage-2.3.0

 sys-kernel/genkernel-next/genkernel-next-65.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-65.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-65.ebuild
index 091ddae..09b2c8f 100644
--- a/sys-kernel/genkernel-next/genkernel-next-65.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-65.ebuild
@@ -7,11 +7,11 @@ EAPI=6
 if [[ "${PV}" != "" ]]; then

SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
RESTRICT="mirror"
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 else
EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
inherit git-2
-   KEYWORDS="~amd64 ~ppc ~x86"
+   KEYWORDS="amd64 ~ppc ~x86"
RESTRICT=""
 fi
 inherit bash-completion-r1



[gentoo-commits] repo/gentoo:master commit in: www-apps/kibana-bin/

2016-12-24 Thread Göktürk Yüksek
commit: 9459219d76dbe9ecc4e459491fc1c64d8433007b
Author: Tomas Mozes  gmail  com>
AuthorDate: Wed Dec 21 10:18:04 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Dec 25 01:15:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9459219d

www-apps/kibana-bin: bump to 5.1.1

Package-Manager: portage-2.3.3

 www-apps/kibana-bin/Manifest|  2 +
 www-apps/kibana-bin/kibana-bin-5.1.1.ebuild | 67 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/kibana-bin/Manifest b/www-apps/kibana-bin/Manifest
index 63d4ba1..d6341ec 100644
--- a/www-apps/kibana-bin/Manifest
+++ b/www-apps/kibana-bin/Manifest
@@ -8,3 +8,5 @@ DIST kibana-5.0.0-linux-x86.tar.gz 39564812 SHA256 
8ca381bfa2d490919f4469bbf356d
 DIST kibana-5.0.0-linux-x86_64.tar.gz 40124789 SHA256 
39cf5bc9e249df7ef98f0b7883f4ff23514a40290dfc48c5101b1d1ab67d60ae SHA512 
4f7b6ac1acd539d0cfbd242e10912aac7e7ba010bb4fe3ceb09eb86b3b363acc0a2373916b09d9767e1e6b4ac804561c1b926791222e648c63498b1fc7498a8a
 WHIRLPOOL 
d76003089b7f1743651de98715f78e7be5c87d863cb5f8ad3671eeec8c48803a5b053fd98a57d5250e7e9ca2c952f5c481880e929f2bb326daf98f2a99d14c02
 DIST kibana-5.0.1-linux-x86.tar.gz 39568060 SHA256 
2609f26ad122a49cc8c3aff250526612e3b1634f28f47a358baf2847b970b520 SHA512 
6878be6960373a6c80f1ee2459b48bb8dfe2534300fad6aef5cde750ae796c44fc4804edd60d378d2ecac75788d64d85483e6ac6a13011f402683d7774077705
 WHIRLPOOL 
d3e9891cf063516b9000bb3a33d6b92faca30bd987510400d6f0143850fe350ff55bf448dcf6065e548ebdaf1f7e637fbc69a1f249a293d44e48b36d12f80619
 DIST kibana-5.0.1-linux-x86_64.tar.gz 40119079 SHA256 
bf845a27d37c24a8d63f8407691001d3c8dd31d2317e6866a4473d421aa9acd9 SHA512 
7f1efc235b85f9f2eeb31cebfcb3e2c84c033a7cfdff65b1d4faa1e8192ece05fb28356a2aca7f2918b68104fc2428a386a9f7ae76f3379e87c4c581a4737b52
 WHIRLPOOL 
150c8a8133127de6dd3c4f52a48c0aa16b122e6339e004426f47374802db76b356804646c0f4d14c1f70469201d8be7a8c2536d692159718f8a2c681832364f4
+DIST kibana-5.1.1-linux-x86.tar.gz 38350169 SHA256 
59ea9ceefbcc55c3283a8da5cfee72c865162a1bff70d128c04ca63f7f80ea8c SHA512 
fac89049e30450f2876dfa544d9571b6fbe9230083b074f3d4348824d1fb05fec67782c67522ef5ac9479ebab417b37e3d4d0178d048d7e8c60825b205922e5e
 WHIRLPOOL 
dfb8c97052f9f5b6cc126d57261b5418690257583e62b97a9e9f222172cf58828f61213dba9db44ad2726fbdea228386edd7756b4f08254266847ec7b5c6e00d
+DIST kibana-5.1.1-linux-x86_64.tar.gz 38909731 SHA256 
da0383be8a12936c7d2a0a145e7bf0eb15abf972e585e0115ed8742032c79245 SHA512 
6dd86aa15c563060ba52d87d68258e694c552826ec8a74578c19d0c9bcdfe1e6107f39e756af771495a88ba0ebda994f3e5b45e0afb07e6cbeb80e6d8ed685ea
 WHIRLPOOL 
3b76c3280173ce6c203adb243d07d3df42cdeae6dc177169e4aa205fdd82bbc6e1605322ac2087c42b5b069158fd70a7a9822380f02515a2de41c9990bda5059

diff --git a/www-apps/kibana-bin/kibana-bin-5.1.1.ebuild 
b/www-apps/kibana-bin/kibana-bin-5.1.1.ebuild
new file mode 100644
index ..bae693f
--- /dev/null
+++ b/www-apps/kibana-bin/kibana-bin-5.1.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit pax-utils user
+
+MY_PN="kibana"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Explore and visualize data"
+HOMEPAGE="https://www.elastic.co/products/kibana;
+SRC_URI="amd64? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz )
+   x86? ( 
https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86.tar.gz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="strip"
+QA_PREBUILT="opt/kibana/node/bin/node"
+
+pkg_setup() {
+   enewgroup ${MY_PN}
+   enewuser ${MY_PN} -1 -1 /opt/${MY_PN} ${MY_PN}
+}
+
+src_unpack() {
+   if use amd64; then
+   S="${WORKDIR}/${MY_P}-linux-x86_64"
+   elif use x86; then
+   S="${WORKDIR}/${MY_P}-linux-x86"
+   fi
+
+   default
+}
+
+src_install() {
+   keepdir /opt/${MY_PN}
+   keepdir /var/log/${MY_PN}
+   keepdir /etc/${MY_PN}
+
+   insinto /etc/${MY_PN}
+   doins config/*
+   rm -rf config || die
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${MY_PN}.logrotate ${MY_PN}
+
+   newconfd "${FILESDIR}"/${MY_PN}.confd ${MY_PN}
+   newinitd "${FILESDIR}"/${MY_PN}.initd-r4 ${MY_PN}
+
+   mv * "${ED%/}"/opt/${MY_PN} || die
+
+   # bug 567934
+   pax-mark m "${ED%/}/opt/${MY_PN}/node/bin/node"
+}
+
+pkg_postinst() {
+   elog "This version of Kibana is compatible with Elasticsearch ${PV}"
+   elog
+   elog "Be sure to point ES_INSTANCE to your Elasticsearch instance"
+   elog "in /etc/conf.d/${MY_PN}."
+   elog
+   elog "Elasticsearch can run local or remote."
+}



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

2016-12-24 Thread Aric Belsito
commit: 0ef0814735cb9be08967035ff28140995f1a3756
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Dec 25 02:11:23 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Dec 25 02:11:23 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=0ef08147

dev-qt/qtwebkit: Version bump to 5.7.1

Sync with upstream

 dev-qt/qtwebkit/Manifest | 6 +++---
 dev-qt/qtwebkit/qtwebkit-5.6.2.ebuild| 2 +-
 dev-qt/qtwebkit/{qtwebkit-5.7.0.ebuild => qtwebkit-5.7.1.ebuild} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtwebkit/Manifest b/dev-qt/qtwebkit/Manifest
index 29a92a7..74470bc 100644
--- a/dev-qt/qtwebkit/Manifest
+++ b/dev-qt/qtwebkit/Manifest
@@ -6,8 +6,8 @@ AUX qtwebkit-5.5.1-disable-jit.patch 460 SHA256 
d4f64d992bdfde58d87bfb3fe131200b
 AUX qtwebkit-5.5.1-fix-stack-size-musl.patch 979 SHA256 
bc19a89dc3fe8867b129f18f4ded4d582571989a9ea68ecee495e48468afdfe5 SHA512 
f41eadec259da6bf14e709fa7e1f3ecef988a382a4952f641a7319253805a89dcabd273a23aa4523f2aa54e425ca84b76352ebd4d51b15a132ce74eef30e76ec
 WHIRLPOOL 
ae6fdda41dd661ceecf00bc7dd6c93c5de5e3b91cb2167e4ac808a13db4056b2a4175e2fe1b36e07a5363f59a4cd917de4ce9c024f4e36bff125b944e038
 DIST qtwebkit-opensource-src-5.6.1.tar.xz 35306084 SHA256 
f5cfbfa5fad2b65a9be907d426f99694b86a04c3bb5a8814b21bd0ade4c672aa SHA512 
fb244d1913fb4387757580758a43594becbfd3b9fedf53ce3026290ba66a7044f78e242e04269030e200648931bbd625a6192c3455374eafa6021bb7b35c682f
 WHIRLPOOL 
c3b00ad976c20f00b6984ba099fe0e03381629c78dde292ec524f2ef8b530c9875a1c57940a0a3652c9bd13afbab83414b66ce0c2e7c4752a9f729767921f70f
 DIST qtwebkit-opensource-src-5.6.2.tar.xz 35306252 SHA256 
528a6b8b1c5095367b26e8ce4f3a46bb739e2e9913ff4dfc6ef58a04fcd73966 SHA512 
d3f795463c957b4927d61280df831d08282bf6c9e624cf1db2709ab56ab218eb028192a4efaef21e0bdb28edd42de8ec08995f37fc828bde99000cf6919c33c3
 WHIRLPOOL 
9667f2f68bb832fdf3f5de14da641afd3b71a0c270e436257bc37ae86ed7d8d3434cdcada3b8818ab73ac6866bd4a69892ae682618d6d6a00cd287bda4bf
-DIST qtwebkit-opensource-src-5.7.0.tar.xz 35304268 SHA256 
c7a3253cbf8e6035c54c3b08d8a9457bd82efbce71d4b363c8f753fd07bd34df SHA512 
63c36f35132535c4391f8d0925cc2dfd88d7ec69cc9adefe383fefaec24f6f25280dd57bfb07eadf993506c310712078c315a90965eab09784eb3af9b6096436
 WHIRLPOOL 
b65217bd11798833fa47c82b7cfc88fda4789afe3eaf9af6ed7045bf16b260b9ac466377104b05e57095e3c02234ca8b928c607e8adf45b509ef0bd789e52108
+DIST qtwebkit-opensource-src-5.7.1.tar.xz 35298736 SHA256 
a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03 SHA512 
538928ada8fd25c01f0b78efac79e004904e6e4ec110108c492877e334acd5d9253653d3b207e535d1e08d092af2833a7566cebb2bf8b90069944634bf24f60a
 WHIRLPOOL 
d2dce72777a6babb1c35025ff6d882b7f48895dca4425b9e29b099e45282e8538548a653f0757998d6a619d706544fad0363199d8979ccca94762ba39b6516bd
 EBUILD qtwebkit-5.6.1.ebuild 3338 SHA256 
3989d24ce317c001da86d58081a07c991afcd92eea83ded07ca5658a441dffde SHA512 
eecf6ffd10db1312b6c07c01015046323479c292acd691d0e599af2c5bc7b1bd94cf4616063b55dc457ee4dc3e5a7cf4437b673367f4b8410cb8869a8c0cae8f
 WHIRLPOOL 
8aaf222b6bd7efdeea015e541685b11ac9a72d6b850452090f8273f47233397c42e6dcf49351da9554b6bce62afd6b858eb4da22da2b497d3735316ffe080416
-EBUILD qtwebkit-5.6.2.ebuild 3342 SHA256 
8d7fd93e1e4b535fe275768e825251072bda71c61d5f2e1b5c2e36099933889c SHA512 
682715349951df7ce6c7fe617c916435e8dd421a1cc445b4324cb0a15ef7e0820eaf25e0a37cf3eb6de558dd26108488afb9abacd3c8852e33e1eda5340568cb
 WHIRLPOOL 
72f26195f2ac2d143d07aa9fad336315dd71c60ef1a378a5290d46f090a4528f5f61b38f0706d71f9415cd4ca903f49330aa4d5a23da160d033be15a63e97247
-EBUILD qtwebkit-5.7.0.ebuild 3342 SHA256 
8d7fd93e1e4b535fe275768e825251072bda71c61d5f2e1b5c2e36099933889c SHA512 
682715349951df7ce6c7fe617c916435e8dd421a1cc445b4324cb0a15ef7e0820eaf25e0a37cf3eb6de558dd26108488afb9abacd3c8852e33e1eda5340568cb
 WHIRLPOOL 
72f26195f2ac2d143d07aa9fad336315dd71c60ef1a378a5290d46f090a4528f5f61b38f0706d71f9415cd4ca903f49330aa4d5a23da160d033be15a63e97247
+EBUILD qtwebkit-5.6.2.ebuild 3340 SHA256 
9712f2317ef124209debcfdd02a262029dd5639952883a77e285ee44cadd5ce0 SHA512 
aad7d18a45b43706f01117d2d1a53f977016a729981e495a36dbc882f512aeaa486beb1e4578d90c8bda17910db530247ed5e2a99dff314bc63870506a33aa06
 WHIRLPOOL 
a510ff704afbd80f81c63af68009be468927097d7240bb5866b5179a209b131acd5c947909a86e2764c2129d287885c7b91afde587d2abe9155565b7e0884c76
+EBUILD qtwebkit-5.7.1.ebuild 3342 SHA256 
8d7fd93e1e4b535fe275768e825251072bda71c61d5f2e1b5c2e36099933889c SHA512 
682715349951df7ce6c7fe617c916435e8dd421a1cc445b4324cb0a15ef7e0820eaf25e0a37cf3eb6de558dd26108488afb9abacd3c8852e33e1eda5340568cb
 WHIRLPOOL 
72f26195f2ac2d143d07aa9fad336315dd71c60ef1a378a5290d46f090a4528f5f61b38f0706d71f9415cd4ca903f49330aa4d5a23da160d033be15a63e97247
 MISC metadata.xml 1465 SHA256 
1a24b485de2335a882be912170519943a682a868c5d470b83955251582720a66 SHA512 

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

2016-12-24 Thread Patrice Clement
commit: b294960d15ad1cc5f58e5894a602f65763f8ffa4
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:39:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b294960d

dev-java/jsr250: clean up old.

Package-Manager: portage-2.3.0

 dev-java/jsr250/Manifest |  1 -
 dev-java/jsr250/jsr250-1.0-r1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-java/jsr250/Manifest b/dev-java/jsr250/Manifest
index ae6f2cf..fc56e72 100644
--- a/dev-java/jsr250/Manifest
+++ b/dev-java/jsr250/Manifest
@@ -1,2 +1 @@
 DIST jsr250-1.2.jar 42311 SHA256 
8bd08333ac2c195e224cc4063a72f4aab3c980cf5e9fb694130fad41689689d0 SHA512 
bf6e816958a74009e6aa13d03530c1ee4520ac756305544958669bd6fd0fd1de0ec036855260dea9c7a3f86a10f88a866a7cd1d86a52856097d1f1ea3ec92d63
 WHIRLPOOL 
59b6aa41cb704b80c7b96b6697f878a75cd2ef77ce13964cbae75e988e06bca085ddf4befe005755dbdb11a764edffb29896e2cfb363eda3df25e2520a500c43
-DIST jsr250-api-1.0-sources.jar 7680 SHA256 
d1c22846dcbb8e69d64e074d2017819e129afa6c4c7e6221d8c078fb7c22fb08 SHA512 
3a652db6f78fd74e6256a602ea75d1b3e50fd68aee658e2b8569196710427e00b61c85786a79c094f3820856dd05dbd37cd6afd28b666a7bb1b0805812fa4d63
 WHIRLPOOL 
f8e99af6e6893050480be067a56a0860a092d8894e4f7334ab518b0b9d919267abdb989cbd19b160e2e50237759207e1793615e6919b9aee2042c6b86f7f

diff --git a/dev-java/jsr250/jsr250-1.0-r1.ebuild 
b/dev-java/jsr250/jsr250-1.0-r1.ebuild
deleted file mode 100644
index 20279d5..
--- a/dev-java/jsr250/jsr250-1.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="JSR 250 Common Annotations"
-HOMEPAGE="https://jcp.org/en/jsr/detail?id=250;
-SRC_URI="http://download.java.net/maven/2/javax/annotation/${PN}-api/${PV}/${PN}-api-${PV}-sources.jar;
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip"



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

2016-12-24 Thread Patrice Clement
commit: 23425482714178c1e7e55e8aeb77d24ad924b0dc
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:32:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23425482

dev-java/jsr181: tidy up ebuild.

Package-Manager: portage-2.3.0

 dev-java/jsr181/jsr181-1.0-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-java/jsr181/jsr181-1.0-r2.ebuild 
b/dev-java/jsr181/jsr181-1.0-r2.ebuild
index e74061f..357fadb 100644
--- a/dev-java/jsr181/jsr181-1.0-r2.ebuild
+++ b/dev-java/jsr181/jsr181-1.0-r2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=5
+
 JAVA_PKG_IUSE="source doc"
 
 inherit java-pkg-2 java-pkg-simple
@@ -21,5 +21,4 @@ KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip"
+DEPEND=">=virtual/jdk-1.6"



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

2016-12-24 Thread Patrice Clement
commit: 440023d291b0f8f6beb4ae1a9cc4b63a5d20139e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:41:52 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440023d2

dev-java/jsr322: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

 dev-java/jsr322/jsr322-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jsr322/jsr322-1.5.ebuild 
b/dev-java/jsr322/jsr322-1.5.ebuild
index 620706f..b8025d3 100644
--- a/dev-java/jsr322/jsr322-1.5.ebuild
+++ b/dev-java/jsr322/jsr322-1.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/javax/resource/${MY_PN}/${PV}/${MY_P}-so
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.6"



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

2016-12-24 Thread Patrice Clement
commit: 6f36d3cb3e0f3791602d30b9ffb74a4f0efaa540
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:39:15 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f36d3cb

dev-java/jsr250: stable for amd64. mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: portage-2.3.0

 dev-java/jsr250/jsr250-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jsr250/jsr250-1.2.ebuild 
b/dev-java/jsr250/jsr250-1.2.ebuild
index 81ad056..e0922e8 100644
--- a/dev-java/jsr250/jsr250-1.2.ebuild
+++ b/dev-java/jsr250/jsr250-1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/${
 
 LICENSE="|| ( CDDL GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 RDEPEND=">=virtual/jre-1.7"
 DEPEND=">=virtual/jdk-1.7"



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

2016-12-24 Thread Patrice Clement
commit: 4737e3e264919b155e5e7b407c136b31f0300cc6
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:53:12 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4737e3e2

dev-java/jsr67: tidy up ebuild.

Package-Manager: portage-2.3.0

 dev-java/jsr67/jsr67-1.3-r1.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-java/jsr67/jsr67-1.3-r1.ebuild 
b/dev-java/jsr67/jsr67-1.3-r1.ebuild
index 1514d0c..f46ff2e 100644
--- a/dev-java/jsr67/jsr67-1.3-r1.ebuild
+++ b/dev-java/jsr67/jsr67-1.3-r1.ebuild
@@ -20,9 +20,6 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-RDEPEND="
-   >=virtual/jre-1.6"
+RDEPEND=">=virtual/jre-1.6"
 
-DEPEND="
-   source? ( app-arch/zip )
-   >=virtual/jdk-1.6"
+DEPEND=">=virtual/jdk-1.6"



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

2016-12-24 Thread Patrice Clement
commit: a6efc917f0aebb8bd6df638dad06dbbffc8f65b5
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:21:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6efc917

dev-java/jsr101: ebuild clean up.

Package-Manager: portage-2.3.0

 dev-java/jsr101/jsr101-1.4-r3.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-java/jsr101/jsr101-1.4-r3.ebuild 
b/dev-java/jsr101/jsr101-1.4-r3.ebuild
index 1371232..cc9fb34 100644
--- a/dev-java/jsr101/jsr101-1.4-r3.ebuild
+++ b/dev-java/jsr101/jsr101-1.4-r3.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=5
+
 JAVA_PKG_IUSE="doc source"
 
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Java(TM) API for XML-Based RPC Specification Interface Classes"
 HOMEPAGE="http://jcp.org/aboutJava/communityprocess/first/jsr101/;
-SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2;
+SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2;
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -17,15 +17,19 @@ KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE=""
 
 CDEPEND="
-   java-virtuals/servlet-api:3.0
-   java-virtuals/saaj-api:0"
+   java-virtuals/saaj-api:0
+   java-virtuals/servlet-api:3.0"
 
-RDEPEND=">=virtual/jre-1.6
+RDEPEND="
+   >=virtual/jre-1.6
${CDEPEND}"
-DEPEND=">=virtual/jdk-1.6
+
+DEPEND="
+   >=virtual/jdk-1.6
${CDEPEND}"
 
 JAVA_SRC_DIR="src"
+
 JAVA_GENTOO_CLASSPATH="
servlet-api-3.0
saaj-api



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

2016-12-24 Thread Patrice Clement
commit: 714dffdf3380177104f8622916a59b27ab3499ef
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Dec 25 00:37:45 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714dffdf

dev-java/jsr250: tidy up ebuild.

Package-Manager: portage-2.3.0

 dev-java/jsr250/Manifest  | 2 +-
 dev-java/jsr250/jsr250-1.2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/jsr250/Manifest b/dev-java/jsr250/Manifest
index 9ae77b4..ae6f2cf 100644
--- a/dev-java/jsr250/Manifest
+++ b/dev-java/jsr250/Manifest
@@ -1,2 +1,2 @@
-DIST javax.annotation-api-1.2-sources.jar 42311 SHA256 
8bd08333ac2c195e224cc4063a72f4aab3c980cf5e9fb694130fad41689689d0 SHA512 
bf6e816958a74009e6aa13d03530c1ee4520ac756305544958669bd6fd0fd1de0ec036855260dea9c7a3f86a10f88a866a7cd1d86a52856097d1f1ea3ec92d63
 WHIRLPOOL 
59b6aa41cb704b80c7b96b6697f878a75cd2ef77ce13964cbae75e988e06bca085ddf4befe005755dbdb11a764edffb29896e2cfb363eda3df25e2520a500c43
+DIST jsr250-1.2.jar 42311 SHA256 
8bd08333ac2c195e224cc4063a72f4aab3c980cf5e9fb694130fad41689689d0 SHA512 
bf6e816958a74009e6aa13d03530c1ee4520ac756305544958669bd6fd0fd1de0ec036855260dea9c7a3f86a10f88a866a7cd1d86a52856097d1f1ea3ec92d63
 WHIRLPOOL 
59b6aa41cb704b80c7b96b6697f878a75cd2ef77ce13964cbae75e988e06bca085ddf4befe005755dbdb11a764edffb29896e2cfb363eda3df25e2520a500c43
 DIST jsr250-api-1.0-sources.jar 7680 SHA256 
d1c22846dcbb8e69d64e074d2017819e129afa6c4c7e6221d8c078fb7c22fb08 SHA512 
3a652db6f78fd74e6256a602ea75d1b3e50fd68aee658e2b8569196710427e00b61c85786a79c094f3820856dd05dbd37cd6afd28b666a7bb1b0805812fa4d63
 WHIRLPOOL 
f8e99af6e6893050480be067a56a0860a092d8894e4f7334ab518b0b9d919267abdb989cbd19b160e2e50237759207e1793615e6919b9aee2042c6b86f7f

diff --git a/dev-java/jsr250/jsr250-1.2.ebuild 
b/dev-java/jsr250/jsr250-1.2.ebuild
index 67cf4ee..81ad056 100644
--- a/dev-java/jsr250/jsr250-1.2.ebuild
+++ b/dev-java/jsr250/jsr250-1.2.ebuild
@@ -5,16 +5,16 @@
 EAPI="6"
 
 JAVA_PKG_IUSE="doc source"
+
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="JSR 250 Common Annotations"
 HOMEPAGE="https://jcp.org/en/jsr/detail?id=250;
-SRC_URI="http://central.maven.org/maven2/javax/annotation/javax.annotation-api/${PV}/javax.annotation-api-${PV}-sources.jar;
+SRC_URI="https://repo1.maven.org/maven2/javax/annotation/javax.annotation-api/${PV}/javax.annotation-api-${PV}-sources.jar
 -> ${P}.jar"
 
 LICENSE="|| ( CDDL GPL-2 )"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 
 RDEPEND=">=virtual/jre-1.7"
-DEPEND=">=virtual/jdk-1.7
-   app-arch/unzip"
+DEPEND=">=virtual/jdk-1.7"



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

2016-12-24 Thread Patrice Clement
commit: a895affbb59204b5f8211b06772ff5f3804b2815
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 24 08:31:14 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 25 00:53:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a895affb

dev-java/jsr173: install missing docs.

Package-Manager: portage-2.3.0

 dev-java/jsr173/jsr173-1.0-r3.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-java/jsr173/jsr173-1.0-r3.ebuild 
b/dev-java/jsr173/jsr173-1.0-r3.ebuild
index 71d6b02..3d46fe9 100644
--- a/dev-java/jsr173/jsr173-1.0-r3.ebuild
+++ b/dev-java/jsr173/jsr173-1.0-r3.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=6
 
 JAVA_PKG_IUSE="doc source"
@@ -31,6 +30,8 @@ S="${WORKDIR}"
 
 JAVA_GENTOO_CLASSPATH="jaxme"
 
+DOCS=( README.txt jsr173_1.0.pdf )
+
 src_unpack() {
cd "${S}" || die
jar xvf "${DISTDIR}/${A}" || die "failed to unpack"
@@ -39,10 +40,14 @@ src_unpack() {
 
 src_prepare() {
default
-   cd "${S}" || die
java-pkg_clean
 }
 
 src_compile() {
java-pkg-simple_src_compile
 }
+
+src_install() {
+   java-pkg-simple_src_install
+   use doc && einstalldocs
+}



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

2016-12-24 Thread Zac Medico
commit: ed7b895358b57dd9c426efc6ca776eeaacc53bc0
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Dec 25 00:21:34 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec 25 00:30:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7b8953

profiles/updates: remove ~ncurses-6.0 slotmove for bug #603658

Since the ncurses-6.0 ebuild doesn't actually install anything,
if it happens to be installed (or re-installed) after
ncurses-6.0-r1 then when the slotmove is applied it will
cause ncurses-6.0-r1 to be autocleaned by emerge as follows:

>>> Auto-cleaning packages...

 sys-libs/ncurses
selected: 6.0-r1
   protected: 6.0
 omitted: none

All selected packages: =sys-libs/ncurses-6.0-r1

 profiles/updates/3Q-2015 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/updates/3Q-2015 b/profiles/updates/3Q-2015
index 882abff..d4d8614 100644
--- a/profiles/updates/3Q-2015
+++ b/profiles/updates/3Q-2015
@@ -10,7 +10,6 @@ move kde-plasma/kfilemetadata kde-frameworks/kfilemetadata
 move kde-plasma/kio-extras kde-apps/kio-extras
 slotmove =sys-libs/ncurses-5.9-r3 5 0
 slotmove =sys-libs/ncurses-5.9-r4 5 0
-slotmove ~sys-libs/ncurses-6.0 5 0
 move kde-base/baloo-widgets kde-apps/baloo-widgets
 slotmove =kde-apps/kde-base-artwork-15.08.0 5 4
 move x11-drivers/radeon-ucode sys-firmware/radeon-ucode



[gentoo-commits] proj/kde-sunset:master commit in: profiles/

2016-12-24 Thread Lars Wendler
commit: 3dbe160217454e708925f501d2a67d0b43955a1c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 25 00:08:26 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 25 00:08:26 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3dbe1602

package.use.mask: Better adjustment for kdelibs.

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 2e6c496..6dd3436 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -4,4 +4,4 @@
 
 # Lars Wendler  (25 Dec 2016)
 # Broken with newer cups releases
-kde-frameworks/kdelibs cups
+=kde-frameworks/kdelibs-3* cups



[gentoo-commits] proj/kde-sunset:master commit in: profiles/

2016-12-24 Thread Lars Wendler
commit: 1b13b1fac9ed2dc13b163e95a81fec8f0feab4b4
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 25 00:07:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 25 00:07:18 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=1b13b1fa

Revert "package.use.mask: Adjusted kdelibs entry to be more specific."

This reverts commit 6c513cd0fd1937ebafd541b52e1516a18e551a4d.
Slot deps are not allowed in EAPI-0 ebuilds.

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 7ff7c31..2e6c496 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -4,4 +4,4 @@
 
 # Lars Wendler  (25 Dec 2016)
 # Broken with newer cups releases
-kde-frameworks/kdelibs:3.5 cups
+kde-frameworks/kdelibs cups



[gentoo-commits] proj/kde-sunset:master commit in: profiles/

2016-12-24 Thread Lars Wendler
commit: 6c513cd0fd1937ebafd541b52e1516a18e551a4d
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 25 00:03:40 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 25 00:03:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6c513cd0

package.use.mask: Adjusted kdelibs entry to be more specific.

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index 2e6c496..7ff7c31 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -4,4 +4,4 @@
 
 # Lars Wendler  (25 Dec 2016)
 # Broken with newer cups releases
-kde-frameworks/kdelibs cups
+kde-frameworks/kdelibs:3.5 cups



[gentoo-commits] proj/kde-sunset:master commit in: profiles/

2016-12-24 Thread Lars Wendler
commit: 7d44f01426248ccbac67dd16c28dd6549c2c5209
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Dec 25 00:02:18 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Dec 25 00:02:18 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=7d44f014

Added package.use.mask

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
new file mode 100644
index 000..2e6c496
--- /dev/null
+++ b/profiles/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Lars Wendler  (25 Dec 2016)
+# Broken with newer cups releases
+kde-frameworks/kdelibs cups



[gentoo-commits] proj/kde-sunset:master commit in: kde-base/kdelibs/files/, kde-misc/kload/, mail-client/kbiff/, eclass/, ...

2016-12-24 Thread Lars Wendler
commit: e7f25f0c7eb3f509ac44f6978f70007b34f8b49a
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec 24 23:40:55 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec 24 23:40:55 2016 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e7f25f0c

Move kdelibs from kde-base to kde-framworks

So the friggin' stupid cat move Gentoo kde maintainers did won't break
old kdelibs anymore.

 Documentation/package.unmask/kde-3.5   | 10 +-
 app-office/taskjuggler/taskjuggler-2.4.1.ebuild|  2 +-
 app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild|  2 +-
 dev-perl/DCOP/DCOP-0.036.ebuild|  2 +-
 dev-perl/DCOP/DCOP-0.038.ebuild|  2 +-
 dev-perl/PerlQt/PerlQt-3.009_beta2.ebuild  |  2 +-
 dev-python/pykde/pykde-3.16.2.ebuild   |  2 +-
 dev-python/pykde/pykde-3.16.7.ebuild   |  2 +-
 dev-qt/qt-meta/qt-meta-3.3.8b-r1.ebuild|  2 +-
 dev-qt/qt-meta/qt-meta-3.3.8b-r2.ebuild|  2 +-
 eclass/kde-functions.eclass| 10 +-
 eclass/kde.eclass  |  6 +++---
 kde-base/kde-meta/kde-meta-3.5.10.ebuild   |  2 +-
 {kde-base => kde-frameworks}/kdelibs/ChangeLog |  0
 .../kdelibs/files/kdelibs-3.5-openssl-1.0.0.patch  |  0
 .../kdelibs/files/kdelibs-3.5-perl.xml.patch   |  0
 .../files/kdelibs-3.5.10-62_fix_googlemaps_backport.diff   |  0
 .../kdelibs/files/kdelibs-3.5.10-63_fixed-layout-table.diff|  0
 .../kdelibs/files/kdelibs-3.5.10-cups-util.c.patch |  0
 .../kdelibs/files/kdelibs-3.5.10-glibc-2.10.patch  |  0
 .../kdelibs/files/kdelibs-3.5.10-kde4-apps.patch   |  0
 .../kdelibs/files/kdelibs-3.5.10-khtml.patch   |  0
 .../kdelibs/files/kdelibs-3.5.10-kjs-gcc44.patch   |  0
 .../kdelibs/files/kdelibs-p15-r1074156.patch   |  0
 {kde-base => kde-frameworks}/kdelibs/kdelibs-3.5.10-r10.ebuild |  4 ++--
 {kde-base => kde-frameworks}/kdelibs/kdelibs-3.5.10-r6.ebuild  |  4 ++--
 {kde-base => kde-frameworks}/kdelibs/kdelibs-3.5.10-r7.ebuild  |  4 ++--
 {kde-base => kde-frameworks}/kdelibs/kdelibs-3.5.10-r8.ebuild  |  4 ++--
 {kde-base => kde-frameworks}/kdelibs/kdelibs-3.5.10-r9.ebuild  |  4 ++--
 {kde-base => kde-frameworks}/kdelibs/metadata.xml  |  0
 kde-misc/kload/kload-0.9.4-r1.ebuild   |  2 +-
 kde-misc/knetworkmanager/knetworkmanager-0.7_pre1168552.ebuild |  2 +-
 mail-client/kbiff/kbiff-3.8.ebuild |  2 +-
 net-im/sim/sim-.ebuild |  2 +-
 profiles/use.local.desc|  4 ++--
 sys-power/kpowersave/kpowersave-0.7.3-r2.ebuild|  2 +-
 36 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/Documentation/package.unmask/kde-3.5 
b/Documentation/package.unmask/kde-3.5
index ac1b447..07bd0c8 100644
--- a/Documentation/package.unmask/kde-3.5
+++ b/Documentation/package.unmask/kde-3.5
@@ -219,11 +219,11 @@
 =kde-base/kdegraphics-meta-3.5.10
 =kde-base/kde-i18n-3.5.10
 =kde-base/kdejava-3.5.10
-=kde-base/kdelibs-3.5.10-r10
-=kde-base/kdelibs-3.5.10-r6
-=kde-base/kdelibs-3.5.10-r7
-=kde-base/kdelibs-3.5.10-r8
-=kde-base/kdelibs-3.5.10-r9
+=kde-frameworks/kdelibs-3.5.10-r10
+=kde-frameworks/kdelibs-3.5.10-r6
+=kde-frameworks/kdelibs-3.5.10-r7
+=kde-frameworks/kdelibs-3.5.10-r8
+=kde-frameworks/kdelibs-3.5.10-r9
 =kde-base/kdelirc-3.5.10
 =kde-base/kde-meta-3.5.10
 =kde-base/kdemultimedia-arts-3.5.10

diff --git a/app-office/taskjuggler/taskjuggler-2.4.1.ebuild 
b/app-office/taskjuggler/taskjuggler-2.4.1.ebuild
index 15b065b..1e9357c 100644
--- a/app-office/taskjuggler/taskjuggler-2.4.1.ebuild
+++ b/app-office/taskjuggler/taskjuggler-2.4.1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 
 # Otherwise compilation will break for amd64 or when using -Os
 DEPEND="dev-qt/qt-meta:3
-   kde? ( kde-base/kdelibs:3.5
+   kde? ( kde-frameworks/kdelibs:3.5
kde-base/libkdepim:3.5
kde-base/libkcal:3.5 )
app-text/openjade

diff --git a/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild 
b/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild
index e2c87be..a723df0 100644
--- a/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild
+++ b/app-text/kchmviewer/kchmviewer-3.1_p2-r1.ebuild
@@ -29,7 +29,7 @@ IUSE="kde"
 DEPEND="!http://www.cpan.org/modules/by-authors/id/J/JC/JCMULLER/${P}.readme;
 
-RDEPEND="kde-base/kdelibs"
+RDEPEND="kde-frameworks/kdelibs"
 
 IUSE=""
 

diff --git a/dev-perl/DCOP/DCOP-0.038.ebuild b/dev-perl/DCOP/DCOP-0.038.ebuild
index 4dae6dd..61d5e60 100644
--- a/dev-perl/DCOP/DCOP-0.038.ebuild
+++ b/dev-perl/DCOP/DCOP-0.038.ebuild
@@ -8,7 +8,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/

2016-12-24 Thread Brian Dolbec
commit: 64fffba82917eadd1c9f35950a745267c5fb5662
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 22:29:53 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 22:29:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fffba8

app-portage/gs-elpa: Add myself as primary maintainer

Add layman project as backup.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 app-portage/gs-elpa/metadata.xml | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-portage/gs-elpa/metadata.xml b/app-portage/gs-elpa/metadata.xml
index 612ae02..ab100ed 100644
--- a/app-portage/gs-elpa/metadata.xml
+++ b/app-portage/gs-elpa/metadata.xml
@@ -1,7 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jauhien/gs-elpa
-  
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   lay...@gentoo.org
+   Gentoo Layman team
+   
+   
+   jauhien/gs-elpa
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/

2016-12-24 Thread Brian Dolbec
commit: 289146d00560a4143017ee6fd83b993d2311e610
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 22:28:44 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 22:28:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289146d0

app-portage/g-sorcery: Add myself as primary maintainer

Add layman project as backup.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 app-portage/g-sorcery/metadata.xml | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/app-portage/g-sorcery/metadata.xml 
b/app-portage/g-sorcery/metadata.xml
index 8ea7a78..0693078 100644
--- a/app-portage/g-sorcery/metadata.xml
+++ b/app-portage/g-sorcery/metadata.xml
@@ -1,10 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-Support BSON file format for package DB
-  
-  
-jauhien/g-sorcery
-  
+   
+   Support BSON file format for package DB
+   
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   lay...@gentoo.org
+   Gentoo Layman team
+   
+   
+   jauhien/g-sorcery
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gs-pypi/

2016-12-24 Thread Brian Dolbec
commit: 569ca7074a8b9e9e4239bbb1d31e413c31345a67
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 22:30:30 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 22:30:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569ca707

app-portage/gs-pypi: Add myself as primary maintainer

Add layman project as backup.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 app-portage/gs-pypi/metadata.xml | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-portage/gs-pypi/metadata.xml b/app-portage/gs-pypi/metadata.xml
index 06c48cd..d359987 100644
--- a/app-portage/gs-pypi/metadata.xml
+++ b/app-portage/gs-pypi/metadata.xml
@@ -1,7 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-jauhien/gs-pypi
-  
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   lay...@gentoo.org
+   Gentoo Layman team
+   
+   
+   jauhien/gs-pypi
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/elogviewer/

2016-12-24 Thread Brian Dolbec
commit: 1bd97e295efe93bfaf0fc9c35d3a6d6ced1de58c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 21:54:12 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:54:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd97e29

app-portage/elogviewer: Version bump, bug 601836

Fixes bug 601288 adding python3_5.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 app-portage/elogviewer/Manifest  |  1 +
 app-portage/elogviewer/elogviewer-2.7.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/app-portage/elogviewer/Manifest b/app-portage/elogviewer/Manifest
index 5826d0b..df61015 100644
--- a/app-portage/elogviewer/Manifest
+++ b/app-portage/elogviewer/Manifest
@@ -1,3 +1,4 @@
 DIST elogviewer-0.6.2.tar.gz 13904 SHA256 
27c879a64824dbee50b6f8ddd387047d4bfe80f101fadf24571ba1b12b135dbf SHA512 
dccf4dffb87fefb7d9e0609b3312d63b73c1b9c5933819c38b775b049e222687e9da06e63fe8194560f4bb631fa586b4746af9e0a7575eefa782b57d9c1c6e04
 WHIRLPOOL 
46d04c684b741d337a7c713b3bb375dc78afc99b573a8f229f9970609c6628a5dd6d30e4112c33c19ef7cc24502a5019079a8d70b47a81f199440643926ef80a
 DIST elogviewer-2.1.tar.gz 14968 SHA256 
12e13c1fec1651e57cf39f66231a2cf27af5110c1b4944ac84f76de7f9cc7fe7 SHA512 
27a34ce67e16a51055246b7169c11c248310b2a1d987018938094301b2602839e48909e3224f7d791343bb691de8e2f0ca7b00bd1477e2b3b43d61a24b4e688f
 WHIRLPOOL 
c4ab91936d147121d3ab34d04d5c74587d5c4f61f56e2e1c35e0ceed5d92537d29642599b8c5215c2405c892b00f244a30c980da9270b3afab61cd083227e85e
 DIST elogviewer-2.6.tar.gz 16093 SHA256 
299c58bdf0394a485cda7688e0e668fc028f83730841322a8e41a49902aba558 SHA512 
1ca43c0ddc7dcab6a9e753644866b0a8ec8ddb5a56d2b8a25ab06f9ee1fc759910ef7af6257c3c98b886700121f078409931aada67b2aad03a43f440a0b8f233
 WHIRLPOOL 
77e85cb24a6a43d8068eb1aadbdba61c4addcd686398005181735ae552edbab6e62d4eefad6722dc744b166736c164f66e29e2b4db92014cef622592e0d09f77
+DIST elogviewer-2.7.tar.gz 19936 SHA256 
7d4f8326d52f56c5fa50fa423d23ad77e1863c9b01c66e16bd587c7aa31470c4 SHA512 
81cf20e8e5509d83634d601f0920bd369e1974c843b600b54faa433dc9927a0df6c9820d2b1f35b241bcd86ea891945f16ec2b0d1b65d08c085a3b245c8b038d
 WHIRLPOOL 
323cfe91af23a3fb95b5305bdba04e28c8ce85aaa479ed264686fea41861de2ca8a3f5a80342d7ea14499e55b0eca7de65039b05156e7f51cd118ab1d842c4c4

diff --git a/app-portage/elogviewer/elogviewer-2.7.ebuild 
b/app-portage/elogviewer/elogviewer-2.7.ebuild
new file mode 100644
index ..23c4ea5
--- /dev/null
+++ b/app-portage/elogviewer/elogviewer-2.7.ebuild
@@ -0,0 +1,68 @@
+# 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} )
+
+DISABLE_AUTOFORMATTING=true
+
+inherit python-single-r1 eutils readme.gentoo-r1
+
+DESCRIPTION="Elog viewer for Gentoo"
+HOMEPAGE="https://sourceforge.net/projects/elogviewer;
+SRC_URI="https://github.com/Synss/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+   || (
+   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
+   dev-python/PyQt4[${PYTHON_USEDEP},X]
+   dev-python/pyside[${PYTHON_USEDEP},X]
+   )
+   >=sys-apps/portage-2.1
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
+   !dev-python/PyQt5[-gui]
+   !dev-python/PyQt5[-widgets]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOC_CONTENTS="In order to use this software, you need to activate
+Portage's elog features.  Required is
+   PORTAGE_ELOG_SYSTEM=\"save\"
+and at least one of
+   PORTAGE_ELOG_CLASSES=\"warn error info log qa\"
+More information on the elog system can be found in /etc/make.conf.example
+
+To operate properly this software needs the directory
+${PORT_LOGDIR:-/var/log/portage}/elog created, belonging to group portage.
+To start the software as a user, add yourself to the portage group."
+
+src_compile() {
+   rm -f Makefile
+}
+
+src_install() {
+   python_newscript elogviewer.py elogviewer
+
+   make_desktop_entry ${PN} ${PN} ${PN} System
+
+   doman elogviewer.1
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   ewarn "The elogviewer's configuration file is now saved in:"
+   ewarn "~/.config/elogviewer/ (was ~/.config/Mathias\ Laurin/)."
+   ewarn "Please migrate any user specific settings to the new config 
file."
+}



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

2016-12-24 Thread Brian Dolbec
commit: 7a89e3f10b8cf93f636146dd6f364aa21761e815
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 20:47:16 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a89e3f1

dev-python/hyper-h2: Version bump

I have dropped the test use flag and code.
Upstream does not include all the files necessary to run the tests and says 
that it has little
interaction with other code, so integration tests are not needed.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/hyper-h2/Manifest  |  1 +
 dev-python/hyper-h2/hyper-h2-2.5.1.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest
index 67cada9..b4da6e1 100644
--- a/dev-python/hyper-h2/Manifest
+++ b/dev-python/hyper-h2/Manifest
@@ -1,3 +1,4 @@
 DIST hyper-h2-2.4.0.tar.gz 77440 SHA256 
c673efad0b8ee3c3c604375dd5e0c3dbc74f3c4e0385dae120d22b7d6f6ec301 SHA512 
76835d6c97d4aed515b460bdbbcb8aea1ea061a416386cadf66a0e9b3c213a9ffe67948ce49b922d99e1895615a03159aa6aed198857e1ce73eb734b8bd9a016
 WHIRLPOOL 
9a5c1d313f53ee842403c77a8324aa432ff3d04d3d3737f6f7da83e5ff85e51ea6794419fa8886368cf34d4a7be3ff3b7ed19eb13a74ef8318fad738a71b9ef4
 DIST hyper-h2-2.4.1.tar.gz 78056 SHA256 
a914161895f60a16d7049386c77f2eee72af7fd49b117856033906e16110c9f4 SHA512 
f7a29350a3f31740acf6fc199fb5f3fa06d751abcfbf5a2742370c40c656417ccc659d49b9754e5faeb09ad121c362a478076af81325644d04473d56fc83b07a
 WHIRLPOOL 
4917deb305cca78a6cc8fcfeb34e8f4ef8982c213edc7c3f242422e992d1105ccb151168ad7387fd53faca6061a693cf76f7cb3f91880470cd7bf03bb7a73b26
 DIST hyper-h2-2.5.0.tar.gz 92558 SHA256 
6c1512798f2ec2f178b5eed80be3c5239145d23989a1ff3c7cc635ee679cc241 SHA512 
f7141da1ce6bd7b27486a0f091c62fea6ccb6fad84bd97b024b611e4d76b7a056cee6a63c179268b324673671dd833981e00dc32c441f340f5c472828f6e62a2
 WHIRLPOOL 
5e7c5e8d5ab1491427abda81c8c133017cf0b35aaa2601b393c0a24844a7e7988efea1401a72ef08dca04d8e389c89a70272f13f48c90675a05aa9766afbcbb5
+DIST hyper-h2-2.5.1.tar.gz 92713 SHA256 
673937480f97ad5a1fc8d78ff937352083c82525905b0f631db841c776a91f76 SHA512 
e82a7e6b592b43d74defbd4c729ad287ed019881f6ddf0d2dff9d3eb4fdba29cab8d988848ec64b693da77df5cbcacb06eecf1ecd77843c66c9eea8808fc949c
 WHIRLPOOL 
cc1d761bc636fcdb1d760c04676c50427d6a0940bf739244e738506982116338e108a4d2d2dc016127894d1dea842709a2f667239cdd9320e4f1fcc73e7c86bb

diff --git a/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild 
b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild
new file mode 100644
index ..cc8be2f
--- /dev/null
+++ b/dev-python/hyper-h2/hyper-h2-2.5.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
+
+inherit distutils-r1
+
+MY_PN="h2"
+
+DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
+HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2;
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
+   =dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
+   =dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep '

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

2016-12-24 Thread Brian Dolbec
commit: ea9ead198ad6d9520ff421447174eb9e096a8edd
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 21:01:51 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9ead19

dev-python/txgithub: Fix twisted dep, add python_test()

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 30 +++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild 
b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
new file mode 100644
index ..6462274
--- /dev/null
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="GitHub API client implemented using Twisted"
+HOMEPAGE="https://github.com/tomprince/txgithub 
https://pypi.python.org/pypi/txgithub;
+SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+   ( >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
+   >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}] )
+   )
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_test() {
+   PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed 
under ${EPYTHON}"
+}



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

2016-12-24 Thread Brian Dolbec
commit: 73954d67de058435f45bf4f76d48e8e5f6aa77d6
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 20:18:46 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73954d67

app-crypt/gkeys: Add postinst einfos incorrectly applied to another pkg

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/gkeys/gkeys-0.2.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/app-crypt/gkeys/gkeys-0.2.ebuild b/app-crypt/gkeys/gkeys-0.2.ebuild
index f68ff65..e690ebb 100644
--- a/app-crypt/gkeys/gkeys-0.2.ebuild
+++ b/app-crypt/gkeys/gkeys-0.2.ebuild
@@ -42,6 +42,13 @@ pkg_postinst() {
einfo "The API's it installs should be considered unstable"
einfo "and are subject to change."
einfo
+   einfo "This version includes a new gkeys-gpg command"
+   einfo "It can be used as an alternate gpg command for git"
+   einfo "It will set the correct keyring to verify signed commits"
+   einfo "provided the key it needs to verify against is part of the gkeys"
+   einfo "keyring system.   It only works for verification, any other call 
"
+   einfo "to it will re-direct directly to the normal gpg command."
+   einfo
einfo "Please file any enhancement requests, or bugs"
einfo "at https://bugs.gentoo.org;
einfo "We are also on IRC @ #gentoo-keys of the Freenode network"



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

2016-12-24 Thread Brian Dolbec
commit: 22712d2053b66e88670bed27e86a974fc5855d87
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Dec 24 20:20:19 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22712d20

dev-python/pyGPG: Remove einfos belonging to another pkg

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/pyGPG/pyGPG-0.2.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/dev-python/pyGPG/pyGPG-0.2.ebuild 
b/dev-python/pyGPG/pyGPG-0.2.ebuild
index 7deaf48..df51643 100644
--- a/dev-python/pyGPG/pyGPG-0.2.ebuild
+++ b/dev-python/pyGPG/pyGPG-0.2.ebuild
@@ -31,13 +31,6 @@ pkg_postinst() {
einfo "The API's it installs should be considered unstable"
einfo "and are subject to change."
einfo
-   einfo "This version includes a new gkeys-gpg command"
-   einfo "It can be used as an alternate gpg command for git"
-   einfo "It will set the correct keyring to verify signed commits"
-   einfo "provided the key it needs to verify against is part of the gkeys"
-   einfo "keyring system.   It only works for verification, any other call 
"
-   einfo "to it will re-direct directly to the normal gpg command."
-   einfo
einfo "Please file any enhancement requests, or bugs"
einfo "at https://github.com/dol-sen/pyGPG/issues;
einfo "I am also on IRC @ #gentoo-keys of the freenode network"



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

2016-12-24 Thread Brian Dolbec
commit: cc8fb03c58268f672edd560a99bfc57533a5e324
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Dec 20 23:31:55 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8fb03c

dev-python/treq: Version bump, update metadata.xml

Add myself as maintainer, update all urls, (now part of twisted).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/treq/Manifest|  1 +
 dev-python/treq/metadata.xml| 27 ++---
 dev-python/treq/treq-16.12.0.ebuild | 48 +
 3 files changed, 68 insertions(+), 8 deletions(-)

diff --git a/dev-python/treq/Manifest b/dev-python/treq/Manifest
index b8a8dc8..0293e76 100644
--- a/dev-python/treq/Manifest
+++ b/dev-python/treq/Manifest
@@ -1 +1,2 @@
 DIST treq-0.2.1.tar.gz 30954 SHA256 
487b9a48f15c1bc482b9be694ad436d70ecdc7a9f0fd3aaf02a30b7f547d9b9d SHA512 
d9236c395dca66d358fc9bb1b752e02a7d6335195235808452542de33145057c1c2e959658015b3c89c9a20c35b1a8edb752e151230e72edd313dde6cd6a4cac
 WHIRLPOOL 
2d9b4d5bbf6c8a274d43be6c92f26b4158cd4844074f84d5cd1ef09f49e3ee41454b1b7874074ec3a8c8617a299ddf6d8df6a12d41cd660a188811ae92a44573
+DIST treq-16.12.0.tar.gz 43685 SHA256 
b008edc81157969ad2bf23bece083adedb0adf249368a3896bb5ac9a871b91a9 SHA512 
9385ada8cdf88e608937c118c29506372d8d3a8e7dcdc54998461652f106e4ccca4d6fa0a3f14ff5d9312da7ea1e531a9e4b0772b694b8dbe03f456101d63cca
 WHIRLPOOL 
99abeea5c611712b5acad07c93204d29461177c29091d4ab34e5bc47e2ad393c76fbedc2bff330761692212ebec28bff1b70ffbcea02e1b5e22d848af3166727

diff --git a/dev-python/treq/metadata.xml b/dev-python/treq/metadata.xml
index 02edd31..98f98cd 100644
--- a/dev-python/treq/metadata.xml
+++ b/dev-python/treq/metadata.xml
@@ -1,12 +1,23 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-r...@gentoo.org
-Richard Yao
-  
-  
-treq
-dreid/treq
-  
+   
+   dol...@gentoo.org
+   maintainer
+   
+   
+   r...@gentoo.org
+   Richard Yao
+   
+   
+   
+   hawk...@twistedmatrix.com
+   Amber Brown
+   
+   Twisted
+   
+   treq is an HTTP library inspired by requests but 
written
+   on top of Twisted's Agents.  It provides a simple, higher level 
API for
+   making HTTP requests when using Twisted.
+   
 

diff --git a/dev-python/treq/treq-16.12.0.ebuild 
b/dev-python/treq/treq-16.12.0.ebuild
new file mode 100644
index ..bb0fcd3
--- /dev/null
+++ b/dev-python/treq/treq-16.12.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="A requests-like API built on top of twisted.web's Agent"
+HOMEPAGE="https://github.com/twisted/treq https://pypi.python.org/pypi/treq;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="${COMMON_DEPEND}
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.15.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-16.0.0[crypt,${PYTHON_USEDEP}]
+   >=dev-python/requests-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/service_identity-14.0.0[${PYTHON_USEDEP}]
+   dev-python/incremental[${PYTHON_USEDEP}]"
+
+DEPEND="${COMMON_DEPEND}
+   doc? ( dev-python/sphinx
+   ${RDEPEND} )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyflakes[${PYTHON_USEDEP}]
+   dev-python/pep8[${PYTHON_USEDEP}]
+   )"
+
+python_compile_all() {
+   use doc && emake -C "${S}/docs" html
+}
+
+python_install_all() {
+   use doc && dohtml -r "${S}/docs/_build/html/"*
+   distutils-r1_python_install_all
+}
+
+python_test() {
+   trial treq || die "Tests fail with ${EPYTHON}"
+}



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

2016-12-24 Thread Brian Dolbec
commit: df19515b24be5b3cab1e360b7975bf3a35abbf12
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Dec 20 23:20:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Dec 24 21:16:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df19515b

dev-python/incremental: New pkg, new dep of twisted, treq

Package-Manager: portage-2.3.2

 dev-python/incremental/Manifest   |  1 +
 dev-python/incremental/incremental-16.10.1.ebuild | 22 ++
 dev-python/incremental/metadata.xml   | 20 
 3 files changed, 43 insertions(+)

diff --git a/dev-python/incremental/Manifest b/dev-python/incremental/Manifest
new file mode 100644
index ..d7cb27d
--- /dev/null
+++ b/dev-python/incremental/Manifest
@@ -0,0 +1 @@
+DIST incremental-16.10.1.tar.gz 16066 SHA256 
14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 SHA512 
b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
 WHIRLPOOL 
cfc84b426e3cdcfb915b247a928b7e614a415dc7679836c966c8cb7b863477923839fa021f30d0351365939948ce2a8c62be86dce29200a0ac3c76e7b1dc1c6b

diff --git a/dev-python/incremental/incremental-16.10.1.ebuild 
b/dev-python/incremental/incremental-16.10.1.ebuild
new file mode 100644
index ..4f683bf
--- /dev/null
+++ b/dev-python/incremental/incremental-16.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Incremental is a small library that versions your Python projects"
+HOMEPAGE="https://github.com/hawkowl/incremental 
https://pypi.python.org/pypi/incremental;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+#S=${WORKDIR}/${P}

diff --git a/dev-python/incremental/metadata.xml 
b/dev-python/incremental/metadata.xml
new file mode 100644
index ..230355b
--- /dev/null
+++ b/dev-python/incremental/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   hawk...@twistedmatrix.com
+   Amber Brown
+   
+   
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/

2016-12-24 Thread Manuel Rüger
commit: 94f8560f6d0d1c64f76cd094a46fc85cea5b3588
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 21:16:12 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 21:16:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f8560f

www-apps/gitea: Change fowners on data path

Package-Manager: portage-2.3.3

 www-apps/gitea/gitea-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/gitea/gitea-1.0.0.ebuild 
b/www-apps/gitea/gitea-1.0.0.ebuild
index 9214243..a872870 100644
--- a/www-apps/gitea/gitea-1.0.0.ebuild
+++ b/www-apps/gitea/gitea-1.0.0.ebuild
@@ -61,5 +61,5 @@ src_install() {
newinitd "${FILESDIR}"/gitea.initd gitea
newconfd "${FILESDIR}"/gitea.confd gitea
keepdir /var/log/gitea /var/lib/gitea/data
-   fowners gitea:gitea /var/log/gitea /var/lib/gitea
+   fowners gitea:gitea /var/log/gitea /var/lib/gitea /var/lib/gitea/data
 }



[gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/files/, www-apps/gitea/

2016-12-24 Thread Manuel Rüger
commit: 247dedad5366d05f1598ce56497294ad09a9c6c1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 21:08:16 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 21:08:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247dedad

www-apps/gitea: Version bump to 1.0.0

Add initscript
Add logrotate file

Package-Manager: portage-2.3.3

 www-apps/gitea/Manifest|  2 +-
 www-apps/gitea/files/gitea.confd   |  2 ++
 www-apps/gitea/files/gitea.initd   | 25 ++
 www-apps/gitea/files/gitea.logrotated  |  8 +++
 ...-0.9.97_p20161219.ebuild => gitea-1.0.0.ebuild} | 17 +--
 5 files changed, 47 insertions(+), 7 deletions(-)

diff --git a/www-apps/gitea/Manifest b/www-apps/gitea/Manifest
index 96821ec..b1e5922 100644
--- a/www-apps/gitea/Manifest
+++ b/www-apps/gitea/Manifest
@@ -1 +1 @@
-DIST gitea-0.9.97_p20161219.tar.gz 14260080 SHA256 
2166e85478ac1add4d5d1913cc986824cd11be92b738e91185ebdf93239e897e SHA512 
046ee631db3b417141a607087bd57d0ec8eb6739510bb04e7d13c3b8254159e4fa4dfb71257b2435edecbc38d786f6d7021cfdcd4faa8de16e2b2469fedddcef
 WHIRLPOOL 
7148c99dcec49ecc040f8d5dbfe2fd0feb368a8200842bea5b2d3e3b5283d16754a9c21994f001e9520a047990061942b2f4b69d9f77b909f56529e9699d0ff1
+DIST gitea-1.0.0.tar.gz 13444004 SHA256 
3ad67b91f44e0b60739c57f42c880276686347f76e5993f9d95b99ab4f67185c SHA512 
5047256cd02a5592a41600abdcb10a3ffee42dda7bd9696d60e8a926f0846098a6686de941feefc52b4070ed9842a744a2f5765c8a1e6ea26d5a63cca2fa96a2
 WHIRLPOOL 
1cf2205ac0cbcccb56f32101218780c250ad947ad961fcfecc5ceb5be56446a554d5cb2852569ff88fbc218eddc4bac2efd9c392fc53b2830d900b7dd76c0e99

diff --git a/www-apps/gitea/files/gitea.confd b/www-apps/gitea/files/gitea.confd
new file mode 100644
index ..cb99b52
--- /dev/null
+++ b/www-apps/gitea/files/gitea.confd
@@ -0,0 +1,2 @@
+# arguments for gitea
+command_args="--config /etc/gitea/app.ini"

diff --git a/www-apps/gitea/files/gitea.initd b/www-apps/gitea/files/gitea.initd
new file mode 100644
index ..05565f6
--- /dev/null
+++ b/www-apps/gitea/files/gitea.initd
@@ -0,0 +1,25 @@
+#!/sbin/openrc-run
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+description="Gitea, a self-hosted Git service"
+pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
+user=${user:-${SVCNAME}}
+group=${group:-${SVCNAME}}
+
+command="/usr/bin/gitea web"
+command_args="${command_args:--config /etc/gitea/app.ini}"
+command_background="true"
+start_stop_daemon_args="--user ${user} --group ${group} \
+   --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
+   --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
+
+depend() {
+   need net
+   after net
+}
+
+start_pre() {
+   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
+}

diff --git a/www-apps/gitea/files/gitea.logrotated 
b/www-apps/gitea/files/gitea.logrotated
new file mode 100644
index ..4ddfdf0
--- /dev/null
+++ b/www-apps/gitea/files/gitea.logrotated
@@ -0,0 +1,8 @@
+/var/log/gitea/* {
+   su gitea gitea
+   missingok
+   size 5M
+   rotate 3
+   compress
+   copytruncate
+}

diff --git a/www-apps/gitea/gitea-0.9.97_p20161219.ebuild 
b/www-apps/gitea/gitea-1.0.0.ebuild
similarity index 74%
rename from www-apps/gitea/gitea-0.9.97_p20161219.ebuild
rename to www-apps/gitea/gitea-1.0.0.ebuild
index bba08a9..9214243 100644
--- a/www-apps/gitea/gitea-0.9.97_p20161219.ebuild
+++ b/www-apps/gitea/gitea-1.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit user golang-build golang-vcs-snapshot
 
 EGO_PN="code.gitea.io/gitea/..."
-EGIT_COMMIT="8559d6f267324241496b8611bc8e6f76efe869b7"
+EGIT_COMMIT="6aacf4d2f09631359b99df562b4bf31dcef44ea3"
 ARCHIVE_URI="https://github.com/go-gitea/gitea/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
 KEYWORDS="~amd64"
 
@@ -30,7 +30,7 @@ src_prepare() {
default
local GITEA_PREFIX=${EPREFIX}/var/lib/gitea
sed -i -e "s/git rev-parse --short HEAD/echo ${EGIT_COMMIT:0:7}/"\
-   -e "s/^VERSION =*/VERSION = ${PV}/"\
+   -e "s/^LDFLAGS += -X \"main.Version.*$/LDFLAGS += -X 
\"main.Version=${PV}\"/"\
-e "s/-ldflags '-s/-ldflags '/" src/${EGO_PN%/*}/Makefile || die
sed -i -e "s#RUN_USER = git#RUN_USER = gitea#"\
-e "s#^STATIC_ROOT_PATH =#STATIC_ROOT_PATH = 
${EPREFIX}/usr/share/themes/gitea/default#"\
@@ -39,22 +39,27 @@ src_prepare() {
-e "s#^PROVIDER_CONFIG = data/sessions#PROVIDER_CONFIG = 
${GITEA_PREFIX}/data/sessions#"\
-e "s#^AVATAR_UPLOAD_PATH = data/avatars#AVATAR_UPLOAD_PATH = 
${GITEA_PREFIX}/data/avatars#"\
-e "s#^TEMP_PATH = data/tmp/uploads#TEMP_PATH = 
${GITEA_PREFIX}/data/tmp/uploads#"\
-   -e "s#^PATH = data/attachements#PATH = 
${GITEA_PREFIX}/data/attachements#"\
+   -e "s#^PATH = 

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

2016-12-24 Thread Alon Bar-Lev
commit: 20b699e5c6856d920231ca46cf516efa077c4008
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Dec 23 07:37:50 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Dec 23 07:38:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b699e5

net-libs/gnutls: disable tools by default

Bug: 603004

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-libs/gnutls/gnutls-3.4.17.ebuild | 2 +-
 net-libs/gnutls/gnutls-3.5.7.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.4.17.ebuild 
b/net-libs/gnutls/gnutls-3.4.17.ebuild
index 0939ac9..77c6ae3 100644
--- a/net-libs/gnutls/gnutls-3.4.17.ebuild
+++ b/net-libs/gnutls/gnutls-3.4.17.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 
static-libs test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
+IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 
static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts

diff --git a/net-libs/gnutls/gnutls-3.5.7.ebuild 
b/net-libs/gnutls/gnutls-3.5.7.ebuild
index f2d4f6a..3491513 100644
--- a/net-libs/gnutls/gnutls-3.5.7.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.7.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 
static-libs test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
+IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 
static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts



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

2016-12-24 Thread Alon Bar-Lev
commit: e82f35439168aa97da119bde18de50f6565e443e
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Dec 23 07:35:40 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Dec 23 07:38:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82f3543

net-libs/gnutls: cleanup

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 net-libs/gnutls/Manifest |   3 -
 net-libs/gnutls/gnutls-3.4.16.ebuild | 134 ---
 net-libs/gnutls/gnutls-3.5.5.ebuild  | 133 --
 net-libs/gnutls/gnutls-3.5.6.ebuild  | 133 --
 4 files changed, 403 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index 6e6232d..610cce3 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,7 +1,4 @@
 DIST gnutls-3.3.24.tar.xz 6294532 SHA256 
5b65fe2a91c8dfa32bedc78acffcb152e5426cd3349e2afc439bdaf18aa5 SHA512 
1fbb2e15ade14db15d7acc9ff559ecfc39517fd99e6c784583a7a4f8786daf8053f35f41e39cde0eeb5a1dfd3193ad908b52f62f945fbd43c147dc87e55f192f
 WHIRLPOOL 
0725b35af9bbb4a7ee8f430af95e078066fb455328dd0ee71cca6633d093fe0433c7d869ebf0fabf8983679a32ff8451a2b631aec672810eb7bc55a3de28cc7d
 DIST gnutls-3.3.25.tar.xz 6315372 SHA256 
189d6c4e43465d2ec84f2cd66f0ef63657225926f56875e182743cfeef9f1f2e SHA512 
6f9074f58250517287d183faac27afcc4318293b24b587b00494d40b6b5dae088fef993b5c2adf6842238adc1f694a747262b50bc602037626579b84401207f6
 WHIRLPOOL 
3d320378cd8e7330e2b399876bb8739dd35fe2dc1204b0ead561f214676583f2b2c1fa4c5a61b720e3af5c72769e804d9bc36f69f8659eb7a1d6e8a1a7012e2c
-DIST gnutls-3.4.16.tar.xz 6677636 SHA256 
d99abb1b320771b58c949bab85e4b654dd1e3e9d92e2572204b7dc479d923927 SHA512 
4decbb35b47181e47e601fb40d21b9a6d1a5343cb711db63c816226a4a230b3b0b904da05a1e4c4222fc64014beeb7f62762699cad418004602c7b7b6f19112f
 WHIRLPOOL 
75bc453acc49d96540a088fd50fadbeff008b4e534ffc550dbf170a1c9dd80da2d70e3c6ff5cba4b09946db4277aeeb72aa8dd2d69c0f22655fe0529566a351c
 DIST gnutls-3.4.17.tar.xz 6709492 SHA256 
9b50e8a670d5e950425d96935c7ddd415eb6f8079615a36df425f09a3143172e SHA512 
a0a578034e8092dd422dc310a655fda3c4a2de5cb06745d9b47bb39734cb983902553b56dfbbabc618b3824defc62489b1b3c8de3b824b97b28273ddedd06ea7
 WHIRLPOOL 
6352f3caad1b8f93fa57a16a3187a6aca4df761bd4409e6f704f13ea22a53aa3bce75190d5dba4d41c1be72b5a5ee794c32c4d30fb4761f22e0f2a97d8507bb2
-DIST gnutls-3.5.5.tar.xz 6974628 SHA256 
86994fe7804ee16d2811e366b9bf2f75304f8e470ae0e3716d60ffeedac0e529 SHA512 
d3065d62d1d1e3ed7079b108e2d71586a14d465886c623e0ec9d6b012645cd4dbe6760da1502ecf4a6a6efa233114ecfbe09a1c1d94688bd0386d55048f9cbef
 WHIRLPOOL 
b029d960937dd3a8ef1a3b9ba270b4003732d53f37246b162190813baab39d60c403d1d68ffe16d24efdabf212435bfa59d8fa58d9ca7e3a6029256ca3efe0a9
-DIST gnutls-3.5.6.tar.xz 7087388 SHA256 
6338b715bf31c758606ffa489c7f87ee1beab947114fbd2ffefd73170a8c6b9a SHA512 
8bad0f159bb605b732ea695dd6643edbd059364895e607332565dd5896db72fe93bf1fb264c98b59250f022c7dfed5e6cf3a941f1dac59b43ac09450c87c094d
 WHIRLPOOL 
ad806fb86be7d7cc8347585bb1de0f13d7f179776430530a09015d215a8bbebd311224aebc2abbdbb037866f2756e5fdfcf04d363cf5366eddfdc5e01671f3d1
 DIST gnutls-3.5.7.tar.xz 7265264 SHA256 
60cbfc119e6268cfa38d712621daa473298a0c5b129c0842caec4c1ed4d7861a SHA512 
0854ed307c428f9881ea9764086c08efc64277a268ddcfb00ea4e86511c14ce0325e235db1f39f1cf3993faa972e2322ae2b162cec707728959a6b8dc4a235e1
 WHIRLPOOL 
4c1fb572c6943080bba654da10b4dc29b8e95b2b6e3ef59db2de8f9aa0767696b2399c64b8ff158966b02e76abe16d5835fdafc83079adf4cedb85b23997f1bf

diff --git a/net-libs/gnutls/gnutls-3.4.16.ebuild 
b/net-libs/gnutls/gnutls-3.4.16.ebuild
deleted file mode 100644
index 0939ac9..
--- a/net-libs/gnutls/gnutls-3.4.16.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools libtool eutils multilib-minimal versionator
-
-DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
-HOMEPAGE="http://www.gnutls.org/;
-SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0/30" # libgnutls.so number
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 
static-libs test +tls-heartbeat +tools zlib ${IUSE_LINGUAS// / linguas_}"
-
-# NOTICE: sys-devel/autogen is required at runtime as we
-# use system libopts
-RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}]
-   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
-   >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   crywrap? ( net-dns/libidn )
-   dane? ( 

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

2016-12-24 Thread Andreas Hüttel
commit: 099664a9d810f22a31bc7d99232837397c6b129f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 24 20:09:50 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 24 20:10:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099664a9

dev-perl/OpenGL: Version bump

Package-Manager: portage-2.3.3

 dev-perl/OpenGL/Manifest   |  1 +
 dev-perl/OpenGL/OpenGL-0.700.0.ebuild  | 51 +++
 .../OpenGL/files/OpenGL-0.700.0-no-display.patch   | 99 ++
 3 files changed, 151 insertions(+)

diff --git a/dev-perl/OpenGL/Manifest b/dev-perl/OpenGL/Manifest
index 8d55859..93d2a78 100644
--- a/dev-perl/OpenGL/Manifest
+++ b/dev-perl/OpenGL/Manifest
@@ -1 +1,2 @@
 DIST OpenGL-0.6704.tar.gz 623036 SHA256 
36f266e31d617fa9a1bd8928a7dc3b7c40c1bbbfa64bddefe22300ac2bc6c436 SHA512 
3a2c9970802242ebae58256cd80dc81ac04a2af974105d3fbdf4dfcf1aa64a769b1ffcb5b0156eceb6bf7aed6eb6b2eb9332ec9f4724b0a1bc61d15f0de99d09
 WHIRLPOOL 
f6cb34b30c7ef2af0d2dc16ab4b5d9f7216f2ab08c0bf904305f358fec751492fe605bdb783d6ebb9dcdb83fa3601f831e9162fe4bc0d33a68cbafa7c289b86c
+DIST OpenGL-0.70.tar.gz 783810 SHA256 
b20e2af4404b4901ab35bba6ad5e3a8aa60bff72413c99288f01018c4cf874e0 SHA512 
7d418015b2553dd69805252b5957bc97013260617d5a358f692e29b8da884590421c81fbc71d4dd678c93a5c89047d6af8c32f15bf0bd0e4ce514c200e634af5
 WHIRLPOOL 
39094d8124f46f45595a01467ac40becdf33090a254475bb32810ea791952a7829fc6fcddc9f685ee8683f87604b81d29ab2fe21821fb9c8de8d4a6fe85470cf

diff --git a/dev-perl/OpenGL/OpenGL-0.700.0.ebuild 
b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
new file mode 100644
index ..df2063f
--- /dev/null
+++ b/dev-perl/OpenGL/OpenGL-0.700.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CHM
+DIST_VERSION=0.70
+
+inherit perl-module eutils
+
+DESCRIPTION="Perl interface providing graphics display using OpenGL"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+RDEPEND="
+   media-libs/freeglut:0=
+   x11-libs/libICE:0=
+   x11-libs/libXext:0=
+   x11-libs/libXi:0=
+   x11-libs/libXmu:0="
+DEPEND="${RDEPEND}"
+
+mydoc="Release_Notes"
+
+src_prepare() {
+   eapply "${FILESDIR}"/${P}-no-display.patch
+   # This should be merely moved to t/ as it gets
+   # installed to OS otherwise.
+   # But it presently fails tests, and can't be made not to.
+   # ( And will need virtualx when it can )
+   # Something to do with OpenGL implementation ala eselect.
+   perl_rm_files "test.pl";
+   perl-module_src_prepare
+}
+
+src_compile() {
+   sed -i -e 's/PERL_DL_NONLAZY=1//' Makefile || die
+   perl-module_src_compile
+}
+
+src_install() {
+   perl-module_src_install
+   if use examples; then
+   docompress -x /usr/share/doc/${PF}/examples
+   insinto /usr/share/doc/${PF}/examples
+   doins -r examples/*
+   fi
+}

diff --git a/dev-perl/OpenGL/files/OpenGL-0.700.0-no-display.patch 
b/dev-perl/OpenGL/files/OpenGL-0.700.0-no-display.patch
new file mode 100644
index ..e351c3f
--- /dev/null
+++ b/dev-perl/OpenGL/files/OpenGL-0.700.0-no-display.patch
@@ -0,0 +1,99 @@
+diff -urN OpenGL-0.70.orig/Makefile.PL OpenGL-0.70/Makefile.PL
+--- OpenGL-0.70.orig/Makefile.PL   2016-10-08 21:11:14.0 +0200
 OpenGL-0.70/Makefile.PL2016-12-24 21:08:08.674243142 +0100
+@@ -601,9 +601,9 @@
+   {
+ FILES =>
+   "Config.pm ".
+-  "utils/glversion.txt ".
+-  "utils/glversion$Config{exe_ext} ".
+-  "utils/glversion$Config{obj_ext}"
++  "utils/glversion.txt "
++  #"utils/glversion$Config{exe_ext} ".
++  #"utils/glversion$Config{obj_ext}"
+   }
+ };
+ 
+@@ -824,65 +824,6 @@
+ print "GLUT not found\n";
+   }
+ 
+-  # Platform-specific makefiles for glversion
+-  my $make_ver;
+-  if ($IS_STRAWBERRY)
+-  {
+-$make_ver = "";
+-print "strawberry glversion: '$make_ver'\n" if $verbose>1;
+-  }
+-  elsif ($IS_MINGW)
+-  {
+-$make_ver = "";
+-print "mingw glversion: '$make_ver'\n" if $verbose>1;
+-  }
+-  elsif ($IS_W32API)
+-  {
+-$make_ver = ";make -f Makefile.cygwin " .  (length($lib) ? "GLUT_LIB=$lib 
" : "") . (length($def) ? "GLUT_DEF=$def " : "");
+-print "cygwin glversion: '$make_ver'\n" if $verbose>1;
+-  }
+-  elsif ($^O eq 'MSWin32')
+-  {
+-$make_ver = ' -f makefile.mak ' . (length($def) ? "GLUT_DEF=$def " 
: "");
+-print "MSWin32 glversion: '$make_ver'\n" if $verbose>1;
+-  }
+-  elsif ($^O eq 'darwin')
+-  {
+-$make_ver = ";make -f Makefile.macosx " .  (length($lib) ? "GLUT_LIB=$lib 
" : "") . (length($def) ? "GLUT_DEF=$def " : "");
+-print "MacOSX glversion: '$make_ver'\n" if $verbose>1;
+-  }
+-  else
+-  {
+-if ($ENV{TERM} ne 'xterm')
+-{
+-  print "\nIn order to test your GPU's capabilities, 

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

2016-12-24 Thread Matt Thode
commit: 6e4b812a15811b75f373f3a647d9047b59370024
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Dec 24 19:15:55 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Dec 24 19:15:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4b812a

net-analyzer/icinga: use the correct S directory

Package-Manager: portage-2.3.0

 net-analyzer/icinga/icinga-1.13.4.ebuild | 1 +
 net-analyzer/icinga/icinga-1.14.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/icinga/icinga-1.13.4.ebuild 
b/net-analyzer/icinga/icinga-1.13.4.ebuild
index 61bb779..4279330 100644
--- a/net-analyzer/icinga/icinga-1.13.4.ebuild
+++ b/net-analyzer/icinga/icinga-1.13.4.ebuild
@@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/;
 #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz

https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch;
+S="${WORKDIR}/${PN}-core-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-analyzer/icinga/icinga-1.14.0.ebuild 
b/net-analyzer/icinga/icinga-1.14.0.ebuild
index 61bb779..0a18be7 100644
--- a/net-analyzer/icinga/icinga-1.14.0.ebuild
+++ b/net-analyzer/icinga/icinga-1.14.0.ebuild
@@ -14,6 +14,7 @@ HOMEPAGE="http://www.icinga.org/;
 #SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 SRC_URI="https://github.com/${PN}/${PN}-core/archive/v${PV}/${P}.tar.gz

https://dev.gentoo.org/~prometheanfire/dist/patches/CVEs/CVE-2015-8010_1.13.3.patch;
+S="${WORKDIR}/${PN}-core-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -45,7 +46,6 @@ pkg_setup() {
 
 src_prepare() {
epatch "${FILESDIR}/fix-prestripped-binaries-1.7.0.patch"
-   epatch "${DISTDIR}/CVE-2015-8010_1.13.3.patch"
 }
 
 src_configure() {



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

2016-12-24 Thread Jeroen Roovers
commit: a24237cfb73198117a3c42a54c58c11f2560a0d5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 24 14:37:35 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 24 14:37:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24237cf

sys-kernel/gentoo-sources: Stable for HPPA (bug #597738).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild
index 5f5258a..2f2716c 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.39.ebuild
@@ -11,7 +11,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2016-12-24 Thread Manuel Rüger
commit: 5e7b2705955b490bbe5661ef5a486cdfd3354c78
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 14:12:03 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 14:12:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7b2705

dev-ruby/shoulda: Add ruby23

Package-Manager: portage-2.3.3

 dev-ruby/shoulda/shoulda-3.5.0-r3.ebuild | 34 
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/shoulda/shoulda-3.5.0-r3.ebuild 
b/dev-ruby/shoulda/shoulda-3.5.0-r3.ebuild
new file mode 100644
index ..aaa0e46
--- /dev/null
+++ b/dev-ruby/shoulda/shoulda-3.5.0-r3.ebuild
@@ -0,0 +1,34 @@
+# 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_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making tests easy on the fingers and eyes"
+HOMEPAGE="http://thoughtbot.com/projects/shoulda;
+SRC_URI="https://github.com/thoughtbot/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~hppa"
+IUSE=""
+
+# This now more or less a meta-gem and it only contains features for
+# integration tests using Appraisals, which we don't currently package.
+RESTRICT=test
+
+ruby_add_rdepend ">=dev-ruby/shoulda-context-1.0.1
+   >=dev-ruby/shoulda-matchers-1.4.1:0"
+
+all_ruby_prepare() {
+   sed -e '/git ls-files/d' -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2016-12-24 Thread Manuel Rüger
commit: a781e5b4d55ffdc8e95229b083c9b4773a0db677
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 13:57:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 13:57:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a781e5b4

dev-ruby/bones: Add ruby23

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/bones/bones-3.8.3.ebuild 
b/dev-ruby/bones/bones-3.8.3.ebuild
index 7da561f..934df3c 100644
--- a/dev-ruby/bones/bones-3.8.3.ebuild
+++ b/dev-ruby/bones/bones-3.8.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-12-24 Thread Manuel Rüger
commit: ca1f2fe3d3d52e58c6b186b831e2b67e2c75dcd4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 13:55:29 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 13:55:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1f2fe3

dev-ruby/mechanize: Add ruby23

Package-Manager: portage-2.3.3

 dev-ruby/mechanize/mechanize-2.7.5-r1.ebuild | 39 
 1 file changed, 39 insertions(+)

diff --git a/dev-ruby/mechanize/mechanize-2.7.5-r1.ebuild 
b/dev-ruby/mechanize/mechanize-2.7.5-r1.ebuild
new file mode 100644
index ..d185ac7
--- /dev/null
+++ b/dev-ruby/mechanize/mechanize-2.7.5-r1.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"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc EXAMPLES.rdoc GUIDE.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby library used for automating interaction with websites"
+HOMEPAGE="https://github.com/sparklemotion/mechanize;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/hoe-3.7
+   test? ( dev-ruby/minitest:5 )"
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.6
+   >=dev-ruby/net-http-digest_auth-1.1.1
+   >=dev-ruby/net-http-persistent-2.5.2
+   >=dev-ruby/ntlm-http-0.1.1
+   >=dev-ruby/webrobots-0.0.9
+   >=dev-ruby/http-cookie-1.0.2
+   >=dev-ruby/mime-types-1.17.2:*
+   >=dev-ruby/domain_name-0.5.1"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/* || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/files/, app-backup/bacula/

2016-12-24 Thread Thomas Beierlein
commit: 2fd476c49cbe901271b0109205d37455f6aae5b3
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sat Dec 24 13:02:41 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sat Dec 24 13:05:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd476c4

app-backup/bacula: Fix setting of soname for libbaccats-${db}.so

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-backup/bacula/bacula-7.4.3-r1.ebuild | 413 +++
 app-backup/bacula/bacula-7.4.4-r2.ebuild | 413 +++
 app-backup/bacula/files/bacula-fix-sonames.patch |  36 ++
 3 files changed, 862 insertions(+)

diff --git a/app-backup/bacula/bacula-7.4.3-r1.ebuild 
b/app-backup/bacula/bacula-7.4.3-r1.ebuild
new file mode 100644
index ..20158e5
--- /dev/null
+++ b/app-backup/bacula/bacula-7.4.3-r1.ebuild
@@ -0,0 +1,413 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib qt4-r2 systemd user libtool
+
+MY_PV=${PV/_beta/-b}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Featureful client/server network backup suite"
+HOMEPAGE="http://www.bacula.org/;
+SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 libressl 
logwatch mysql postgres qt4 readline +sqlite ssl static tcpd vim-syntax X"
+
+DEPEND="
+   dev-libs/gmp:0
+   !bacula-clientonly? (
+   postgres? ( dev-db/postgresql:*[threads] )
+   mysql? ( virtual/mysql )
+   sqlite? ( dev-db/sqlite:3 )
+   !bacula-nodir? ( virtual/mta )
+   )
+   qt4? (
+   dev-qt/qtsvg:4
+   x11-libs/qwt:5
+   )
+   logwatch? ( sys-apps/logwatch )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+   readline? ( sys-libs/readline:0 )
+   static? (
+   acl? ( virtual/acl[static-libs] )
+   sys-libs/zlib[static-libs]
+   dev-libs/lzo[static-libs]
+   sys-libs/ncurses:=[static-libs]
+   ssl? (
+   !libressl? ( dev-libs/openssl:0=[static-libs] )
+   libressl? ( dev-libs/libressl:0=[static-libs] )
+   )
+   )
+   !static? (
+   acl? ( virtual/acl )
+   sys-libs/zlib
+   dev-libs/lzo
+   sys-libs/ncurses:=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )"
+RDEPEND="${DEPEND}
+   !bacula-clientonly? (
+   !bacula-nosd? (
+   sys-block/mtx
+   app-arch/mt-st
+   )
+   )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
+
+REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite ) bacula-clientonly )
+   static? ( bacula-clientonly )"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   #XOR and !bacula-clientonly controlled by REQUIRED_USE
+   use mysql && export mydbtype="mysql"
+   use postgres && export mydbtype="postgresql"
+   use sqlite && export mydbtype="sqlite3"
+
+   # create the daemon group and user
+   if [ -z "$(egetent group bacula 2>/dev/null)" ]; then
+   enewgroup bacula
+   einfo
+   einfo "The group 'bacula' has been created. Any users you add 
to this"
+   einfo "group have access to files created by the daemons."
+   einfo
+   fi
+
+   if use bacula-clientonly && use static && use qt4; then
+   ewarn
+   ewarn "Building statically linked 'bat' is not supported. 
Ignorig 'qt4' useflag."
+   ewarn
+   fi
+
+   if ! use bacula-clientonly; then
+   if [ -z "$(egetent passwd bacula 2>/dev/null)" ]; then
+   enewuser bacula -1 -1 /var/lib/bacula 
bacula,disk,tape,cdrom,cdrw
+   einfo
+   einfo "The user 'bacula' has been created.  Please see 
the bacula manual"
+   einfo "for information about running bacula as a 
non-root user."
+   einfo
+   fi
+   fi
+}
+
+src_prepare() {
+   # adjusts default configuration files for several binaries
+   # to /etc/bacula/ instead of ./
+   pushd src >&/dev/null || die
+   for f in console/console.c dird/dird.c filed/filed.c \
+   stored/bcopy.c stored/bextract.c stored/bls.c \
+   stored/bscan.c stored/btape.c stored/stored.c \
+   qt-console/main.cpp; do
+   sed -i -e 's|^\(#define CONFIG_FILE "\)|\1/etc/bacula/|g' 
"${f}" \
+   || die "sed on ${f} failed"
+   done
+   popd >&/dev/null || die
+
+   # bug 466688 drop 

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

2016-12-24 Thread Manuel Rüger
commit: b9292154e9bf0a5f61034a2389c7e714f17f0d6d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 13:04:10 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 13:04:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9292154

dev-ruby/ritex: Add ruby23

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/ritex/ritex-1.0.1.ebuild 
b/dev-ruby/ritex/ritex-1.0.1.ebuild
index befc7cc..2cbe368 100644
--- a/dev-ruby/ritex/ritex-1.0.1.ebuild
+++ b/dev-ruby/ritex/ritex-1.0.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README ReleaseNotes"



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

2016-12-24 Thread Manuel Rüger
commit: b18fd89736875eea4279bcb088280b0090500124
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 13:02:05 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 13:02:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18fd897

dev-ruby/little-plugger: Add ruby23

Package-Manager: portage-2.3.3

 dev-ruby/little-plugger/little-plugger-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild 
b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
index 58cc036..5729409 100644
--- a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
+++ b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2016-12-24 Thread Manuel Rüger
commit: 7513eff5f18bbdb132cc9b7b839970e2e3e9b774
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 12:59:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 12:59:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7513eff5

dev-ruby/cmdparse: Add ruby23

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/cmdparse/cmdparse-3.0.1.ebuild 
b/dev-ruby/cmdparse/cmdparse-3.0.1.ebuild
index d32f314..ba6fa06 100644
--- a/dev-ruby/cmdparse/cmdparse-3.0.1.ebuild
+++ b/dev-ruby/cmdparse/cmdparse-3.0.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2016-12-24 Thread Manuel Rüger
commit: 452d3f903bf2a6f763d26a1271cb294e86be4200
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Dec 24 12:57:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Dec 24 12:57:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452d3f90

dev-ruby/ruby-net-ldap: Add ruby23

Package-Manager: portage-2.3.3

 dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild 
b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild
index 6edaea1..dfb1739 100644
--- a/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild
+++ b/dev-ruby/ruby-net-ldap/ruby-net-ldap-0.15.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test spec"
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-12-24 Thread Jeroen Roovers
commit: 992371804021fdebbae0c004eae1346b1179c62a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 24 12:05:30 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 24 12:06:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99237180

net-analyzer/nethogs: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/nethogs/Manifest  |  1 -
 .../nethogs/files/nethogs-0.8.0-gentoo.patch   | 70 --
 net-analyzer/nethogs/nethogs-0.8.0-r4.ebuild   | 33 --
 3 files changed, 104 deletions(-)

diff --git a/net-analyzer/nethogs/Manifest b/net-analyzer/nethogs/Manifest
index 974556c..a694127 100644
--- a/net-analyzer/nethogs/Manifest
+++ b/net-analyzer/nethogs/Manifest
@@ -1,2 +1 @@
-DIST nethogs-0.8.0.tar.gz 38036 SHA256 
b09cb3c2690a522f8b1314221095d5abb1958d50b56de6d36b11a8e6f28961d0 SHA512 
6530c1bdbdf1ace7368941e8e0e53a83ac808bbea7a952936fa570ad2d49e8b4cef6a37d433f1873655edfd63cce556146a48ff81665905827237edf50419446
 WHIRLPOOL 
1b7c7456e2c55df0be188a0858ee039f7fde52ae58554ca16f7b92f732735ad4e225341526f6c4d36051898160cb063dac6fc4479ff1e3decabc9d62346dd3d5
 DIST nethogs-0.8.1.tar.gz 35986 SHA256 
4c30ef43814549974a5b01fb1a94eb72ff08628c5a421085b1ce3bfe0524df42 SHA512 
f1af7bb7208d08fc3a51bb38ee475da5a7b8f8814e2a7a653057d0c5d6b4e73be7742ffef5569525822160971f81dd22212d6854483928e621cfddce8d98409f
 WHIRLPOOL 
4595abdb530329f41dc4d3c4e6ab8cf87a8589d9cd6f8f217644f435449c86747c66ed9884a2afcc858b7eaa9d216ef8d686bc7c5eff84bbec98151bea9ab6c3

diff --git a/net-analyzer/nethogs/files/nethogs-0.8.0-gentoo.patch 
b/net-analyzer/nethogs/files/nethogs-0.8.0-gentoo.patch
deleted file mode 100644
index 292af8e..
--- a/net-analyzer/nethogs/files/nethogs-0.8.0-gentoo.patch
+++ /dev/null
@@ -1,70 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -5,15 +5,17 @@
- #DESTDIR := /usr
- DESTDIR := /usr/local
- 
--sbin  := $(DESTDIR)/sbin
--man8 := $(DESTDIR)/share/man/man8/
-+sbin  := $(DESTDIR)/usr/sbin
-+man8 := $(DESTDIR)/usr/share/man/man8/
- 
- all: nethogs decpcap_test
- # nethogs_testsum
- 
--CFLAGS=-g -Wall -Wextra
--#CFLAGS=-O2
-+CXXFLAGS+= -Wall -Wextra
- OBJS=packet.o connection.o process.o refresh.o decpcap.o cui.o inode2prog.o 
conninode.o devices.o
-+
-+LIBS = $(shell $(PKG_CONFIG) --libs ncurses)
-+
- .PHONY: tgz
- 
- tgz: clean
-@@ -30,33 +32,33 @@
-   install -m 644 nethogs.8 $(man8)
- 
- nethogs: nethogs.cpp $(OBJS)
--  $(CXX) $(CFLAGS) nethogs.cpp $(OBJS) -o nethogs -lpcap -lm -lncurses 
-DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" 
-DMINORVERSION=\"$(MINORVERSION)\"
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) nethogs.cpp $(OBJS) -o nethogs -lpcap -lm 
$(LIBS) -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" 
-DMINORVERSION=\"$(MINORVERSION)\"
- nethogs_testsum: nethogs_testsum.cpp $(OBJS)
--  $(CXX) $(CFLAGS) -g nethogs_testsum.cpp $(OBJS) -o nethogs_testsum 
-lpcap -lm -lncurses -DVERSION=\"$(VERSION)\" -DSUBVERSION=\"$(SUBVERSION)\" 
-DMINORVERSION=\"$(MINORVERSION)\"
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) -g nethogs_testsum.cpp $(OBJS) -o 
nethogs_testsum -lpcap -lm $(LIBS) -DVERSION=\"$(VERSION)\" 
-DSUBVERSION=\"$(SUBVERSION)\" -DMINORVERSION=\"$(MINORVERSION)\"
- 
- decpcap_test: decpcap_test.cpp decpcap.o
--  $(CXX) $(CFLAGS) decpcap_test.cpp decpcap.o -o decpcap_test -lpcap -lm
-+  $(CXX) $(CXXFLAGS) $(LDFLAGS) decpcap_test.cpp decpcap.o -o 
decpcap_test -lpcap -lm
- 
- #-lefence
- 
- refresh.o: refresh.cpp refresh.h nethogs.h
--  $(CXX) $(CFLAGS) -c refresh.cpp
-+  $(CXX) $(CXXFLAGS) -c refresh.cpp
- process.o: process.cpp process.h nethogs.h
--  $(CXX) $(CFLAGS) -c process.cpp
-+  $(CXX) $(CXXFLAGS) -c process.cpp
- packet.o: packet.cpp packet.h nethogs.h
--  $(CXX) $(CFLAGS) -c packet.cpp
-+  $(CXX) $(CXXFLAGS) -c packet.cpp
- connection.o: connection.cpp connection.h nethogs.h
--  $(CXX) $(CFLAGS) -c connection.cpp
-+  $(CXX) $(CXXFLAGS) -c connection.cpp
- decpcap.o: decpcap.c decpcap.h
--  $(CC) $(CFLAGS) -c decpcap.c
-+  $(CC) $(CXXFLAGS) -c decpcap.c
- inode2prog.o: inode2prog.cpp inode2prog.h nethogs.h
--  $(CXX) $(CFLAGS) -c inode2prog.cpp
-+  $(CXX) $(CXXFLAGS) -c inode2prog.cpp
- conninode.o: conninode.cpp nethogs.h conninode.h
--  $(CXX) $(CFLAGS) -c conninode.cpp
-+  $(CXX) $(CXXFLAGS) -c conninode.cpp
- #devices.o: devices.cpp devices.h
--# $(CXX) $(CFLAGS) -c devices.cpp
-+# $(CXX) $(CXXFLAGS) -c devices.cpp
- cui.o: cui.cpp cui.h nethogs.h
--  $(CXX) $(CFLAGS) -c cui.cpp -DVERSION=\"$(VERSION)\" 
-DSUBVERSION=\"$(SUBVERSION)\" -DMINORVERSION=\"$(MINORVERSION)\"
-+  $(CXX) $(CXXFLAGS) -c cui.cpp -DVERSION=\"$(VERSION)\" 
-DSUBVERSION=\"$(SUBVERSION)\" -DMINORVERSION=\"$(MINORVERSION)\"
- 
- .PHONY: clean
- clean:

diff --git a/net-analyzer/nethogs/nethogs-0.8.0-r4.ebuild 
b/net-analyzer/nethogs/nethogs-0.8.0-r4.ebuild
deleted file mode 100644
index 3f0bc40..
--- 

[gentoo-commits] repo/gentoo:master commit in: app-misc/khal/

2016-12-24 Thread Amy Winston
commit: 0b1317c792c717e86b5cf8a9d0c6e340574fd134
Author: Amy Winston  gentoo  org>
AuthorDate: Sat Dec 24 12:04:35 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Sat Dec 24 12:04:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1317c7

app-misc/khal: version bump 0.8.4 bug #603086

Package-Manager: portage-2.3.0

 app-misc/khal/Manifest  |  1 +
 app-misc/khal/khal-0.8.4.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest
index 777c482..04138e8 100644
--- a/app-misc/khal/Manifest
+++ b/app-misc/khal/Manifest
@@ -1,2 +1,3 @@
 DIST khal-0.8.1.tar.gz 125681 SHA256 
9d352e4aa6256e493d5aea69540f642158bdcab75d2383e1e43506bf89982094 SHA512 
01b24b7fb041a78443eb1ede80797ca689c2141bf6bb6b171f49931de7440055c38efc4611c483fe85da90794d074e4d08224ce633878ca2f7b8d66799391033
 WHIRLPOOL 
cbcff5dec339ea97ee7bc83860b4f0c0f75801553e191d5856d30758c95936b2a156cea09ae9bd5a2ea96a3914b454f84ce0123970d1d74693be75caa23cbd27
 DIST khal-0.8.3.tar.gz 126656 SHA256 
1ec6940a9fbd207c41428b103bac1d1555129b9b4eca2b843c544bd48ac63ee3 SHA512 
f49e57a6cc9abfcf8dbc5811c2fe00661fd09a8a6d1a64bae4df5ce9c1d01c6f325adeef68a7b45eed3a34bd797b801c00fcd8fa4fdf378335d5273629f0a165
 WHIRLPOOL 
20963f12d9419f2421680548a6de22261e4d9c4482f6a28937b4339335b5a4965178bae0624cc5172da98c534603d3cd0ed5337e03c04190195a478b34b4a34f
+DIST khal-0.8.4.tar.gz 129251 SHA256 
2e5c41eadf83c8f175dc05816571e747da921b025e4acc6b287c109b6e237e0f SHA512 
8a1066f137db1b3a9c2cc246ea17baf6745efd3db9dadacb76b287546137da363bcd78a4ac2acd2c659fbf25f16b155cc993099067a736ef3b68b2e8512d7b83
 WHIRLPOOL 
094c9ec2a0343d557ba70956239d5fa719d9fd08c7038d542b173f18ebce30b11761ac2e09780381fb55a9942cb885fd63b46d6c32573c94ed52990f34841e7b

diff --git a/app-misc/khal/khal-0.8.4.ebuild b/app-misc/khal/khal-0.8.4.ebuild
new file mode 100644
index ..b75fe0b
--- /dev/null
+++ b/app-misc/khal/khal-0.8.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="A CalDAV based calendar"
+HOMEPAGE="http://lostpackets.de/khal/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="zsh-completion"
+
+RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
+   dev-python/icalendar[${PYTHON_USEDEP}]
+   dev-python/urwid[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/vdirsyncer[${PYTHON_USEDEP}]
+   dev-python/pkginfo[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   zsh-completion? ( app-shells/zsh )"
+
+DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.txt README.rst khal.conf.sample )
+
+src_install() {
+   distutils-r1_src_install
+   if use zsh-completion; then
+   insinto /usr/share/zsh/site-functions
+   doins misc/__khal
+   fi
+}



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

2016-12-24 Thread Jeroen Roovers
commit: 8aba76f823b47f963d9cae0a9ae34697b7219512
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 24 11:47:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 24 11:48:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aba76f8

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 48dbba3..8f3f806 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -2,3 +2,4 @@ DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b
 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
 DIST youtube-dl-2016.12.12.tar.gz 2478147 SHA256 
643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430 SHA512 
c9dd2390c990761873aa5109510ed1352234097cda75ae153985f37bf092af9a45e161204160b6df5e051b1d4e223a671c803a76978e85d387075e3a278281c3
 WHIRLPOOL 
0aa6c0919d035346334d57bbd9cdd4e149b8cf3bef895bc58d338f4351ad3d889305765790ceed1fee760e73a2dedaaf3832ec4e996810cd0474ca262bf7ad01
 DIST youtube-dl-2016.12.15.tar.gz 2480252 SHA256 
85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e SHA512 
1e0b3f561142fffef9b0b530abeff5db0eed851b6b38275f8d8e78e673be03d9b563813ed7c40652ea3c44201fc0b0044455e2a6548e11e325868cb42d3faf29
 WHIRLPOOL 
7ef0d8377b732079bd53a0ed07ed9de9f42f9b7c42c64d44a398738cef97c91471bb5fecc9b3b13ee960938db83e999c949a76ae2c815ca6a8202fb964270783
+DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3

diff --git a/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild
new file mode 100644
index ..1470648
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.12.22.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 porncom pornhd pornotube pornovoisines 
pornoxo
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
+   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
+   youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber pornhub redtube xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   

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

2016-12-24 Thread Jeroen Roovers
commit: b4c3092dc1db3a2f473f10922f4796bb04dd3215
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec 24 11:48:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec 24 11:48:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c3092d

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2016.12.12.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 8f3f806..11e47a8 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,5 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
-DIST youtube-dl-2016.12.12.tar.gz 2478147 SHA256 
643efa7755ac4aa03a241f106d8923dfd5dbaf8d3c14e56b696048c4f2fab430 SHA512 
c9dd2390c990761873aa5109510ed1352234097cda75ae153985f37bf092af9a45e161204160b6df5e051b1d4e223a671c803a76978e85d387075e3a278281c3
 WHIRLPOOL 
0aa6c0919d035346334d57bbd9cdd4e149b8cf3bef895bc58d338f4351ad3d889305765790ceed1fee760e73a2dedaaf3832ec4e996810cd0474ca262bf7ad01
 DIST youtube-dl-2016.12.15.tar.gz 2480252 SHA256 
85d937a6edb8c14f8eac1b17d2e5d45574c7ec3f2cb792781ac1d8fb6a6ca39e SHA512 
1e0b3f561142fffef9b0b530abeff5db0eed851b6b38275f8d8e78e673be03d9b563813ed7c40652ea3c44201fc0b0044455e2a6548e11e325868cb42d3faf29
 WHIRLPOOL 
7ef0d8377b732079bd53a0ed07ed9de9f42f9b7c42c64d44a398738cef97c91471bb5fecc9b3b13ee960938db83e999c949a76ae2c815ca6a8202fb964270783
 DIST youtube-dl-2016.12.22.tar.gz 2502964 SHA256 
f5bc5eb1af17391b7a1da795f4181c3702fb2c1da2668b25f1260dbdba882524 SHA512 
87fee134da660a4feb4cfcd2cbb35cb9682e6ed08c766e3c89f6c986f991cac78c64f5bf8a1d15c4080e4df0909c6a360137407a7896b93f8f41cf4493f341cb
 WHIRLPOOL 
6909d34958e4152be3334723c68d207bb34db2996d90908829ebd3ee45d28768d7f6cba8ce0fb19de440b34fb96b46b3d5b8bf830c998037c4f4d59e574206c3

diff --git a/net-misc/youtube-dl/youtube-dl-2016.12.12.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.12.12.ebuild
deleted file mode 100644
index 1470648..
--- a/net-misc/youtube-dl/youtube-dl-2016.12.12.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornhd pornotube pornovoisines 
pornoxo
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
-   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
-   youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber pornhub redtube xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
- 

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

2016-12-24 Thread Tobias Klausmann
commit: a168666a5aedea196140923ecdce1e3a00a736de
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Dec 24 11:04:36 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Dec 24 11:05:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a168666a

net-im/pyicq-t: Move fixed -r6 to stable and remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild | 54 ---
 net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild | 55 
 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild |  2 +-
 3 files changed, 1 insertion(+), 110 deletions(-)

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild 
b/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild
deleted file mode 100644
index d5fd407..
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r4.ebuild
+++ /dev/null
@@ -1,54 +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 python-single-r1 systemd
-
-MY_P="${P/pyicq-t/pyicqt}"
-DESCRIPTION="Python based jabber transport for ICQ"
-HOMEPAGE="https://code.google.com/p/pyicqt/;
-SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="webinterface"
-
-DEPEND="net-im/jabber-base"
-RDEPEND="${DEPEND}
-   dev-python/twisted-core[${PYTHON_USEDEP}]
-   dev-python/twisted-words[${PYTHON_USEDEP}]
-   dev-python/twisted-web[${PYTHON_USEDEP}]
-   webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
-   dev-python/pillow[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-python26-warnings.diff"
-   epatch "${FILESDIR}/${P}-pillow-imaging.patch"
-}
-
-src_install() {
-   python_moduleinto ${PN}
-   cp PyICQt.py ${PN}.py || die
-   python_domodule ${PN}.py data tools src
-
-   insinto /etc/jabber
-   newins config_example.xml ${PN}.xml
-   fperms 600 /etc/jabber/${PN}.xml
-   fowners jabber:jabber /etc/jabber/${PN}.xml
-   fperms 755 "$(python_get_sitedir)/${PN}/${PN}.py"
-   sed -i \
-   -e 
"s:[^\<]*:/var/spool/jabber:" \
-   -e "s:[^\<]*:/var/run/jabber/${PN}.pid:" \
-   "${ED}/etc/jabber/${PN}.xml" || die
-
-   newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-   "${ED}/etc/init.d/${PN}" 
"${ED}/usr/lib/systemd/system/${PN}.service" || die
-
-   python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
-}

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild 
b/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild
deleted file mode 100644
index a4d1d38..
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r5.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 systemd
-
-MY_P="${P/pyicq-t/pyicqt}"
-DESCRIPTION="Python based jabber transport for ICQ"
-HOMEPAGE="https://code.google.com/p/pyicqt/;
-SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="webinterface"
-
-DEPEND="net-im/jabber-base"
-RDEPEND="${DEPEND}
-   dev-python/twisted-core[${PYTHON_USEDEP}]
-   dev-python/twisted-words[${PYTHON_USEDEP}]
-   dev-python/twisted-web[${PYTHON_USEDEP}]
-   webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
-   dev-python/pillow[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-python26-warnings.diff"
-   eapply "${FILESDIR}/${P}-pillow-imaging.patch"
-   eapply_user
-}
-
-src_install() {
-   python_moduleinto ${PN}
-   cp PyICQt.py ${PN}.py || die
-   python_domodule ${PN}.py data tools src
-
-   insinto /etc/jabber
-   newins config_example.xml ${PN}.xml
-   fperms 600 /etc/jabber/${PN}.xml
-   fowners jabber:jabber /etc/jabber/${PN}.xml
-   fperms 755 "$(python_get_sitedir)/${PN}/${PN}.py"
-   sed -i \
-   -e 
"s:[^\<]*:/var/spool/jabber:" \
-   -e "s:[^\<]*:/var/run/jabber/${PN}.pid:" \
-   "${ED}/etc/jabber/${PN}.xml" || die
-
-   newinitd "${FILESDIR}/${PN}-0.8-initd-r1" ${PN}
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   sed -i -e "s:INSPATH:$(python_get_sitedir)/${PN}:" \
-   "${ED}/etc/init.d/${PN}" 
"${ED}/usr/lib/systemd/system/${PN}.service" || die
-
-   python_fix_shebang "${D}$(python_get_sitedir)/${PN}"
-}

diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild 
b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index 889ff1c..58c536a 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -14,7 +14,7 @@ 

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

2016-12-24 Thread Aaron Bauman
commit: dd7aeb14609f304262f718f6db50fcd9d1ae8004
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Dec 24 10:46:01 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Dec 24 10:47:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7aeb14

media-libs/libeot: amd64 stable

Gentoo-bug: 590118

Package-Manager: portage-2.3.0

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

diff --git a/media-libs/libeot/libeot-0.01.ebuild 
b/media-libs/libeot/libeot-0.01.ebuild
index e03d810..cd438bc 100644
--- a/media-libs/libeot/libeot-0.01.ebuild
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/umanwizard/libeot;
 LICENSE="MPL-2.0"
 SLOT="0"
 [[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2016-12-24 Thread Aaron Bauman
commit: 7984f9d416080457bf0351b4c95753a302dc41f2
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Dec 24 10:46:43 2016 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Dec 24 10:47:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7984f9d4

app-text/writerperfect: amd64 stable

Gentoo-bug: 590118

Package-Manager: portage-2.3.0

 app-text/writerperfect/writerperfect-0.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild 
b/app-text/writerperfect/writerperfect-0.9.5.ebuild
index 4ef421c..3b114ea 100644
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
 
 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-linux ~x86-solaris"
 IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub +mwaw pagemaker 
+visio +wpd +wpg +wps"
 
 # FIXME: libepubgen, librvngabw



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

2016-12-24 Thread Alexis Ballier
commit: 8fa6c270340ddda07ae0b31a26163abb6bf833a2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec 24 10:26:45 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec 24 10:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6c270

media-libs/chromaprint: bump to 1.4.1, bug #603510

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/chromaprint/Manifest |  2 ++
 media-libs/chromaprint/chromaprint-1.4.1.ebuild | 47 +
 2 files changed, 49 insertions(+)

diff --git a/media-libs/chromaprint/Manifest b/media-libs/chromaprint/Manifest
index 93c1777..0383590 100644
--- a/media-libs/chromaprint/Manifest
+++ b/media-libs/chromaprint/Manifest
@@ -1,3 +1,5 @@
 DIST chromaprint-1.2.tar.gz 529646 SHA256 
822b8949a322ac04c6f8a3ed78f5e689bcc493c6ca0972bf627c913c8430031a SHA512 
dc61db8894a20df3d7e7317cd7cd97148c19be5854dd66409341cb8e47c045e1c632b254e14a869279983a5af2cc6f9effea21b77a63dff729511e6144439cbb
 WHIRLPOOL 
b2efb45c23e950b6a4d95c078bed15b03ef35e423b106428a7607034276b343b8c223ffa71e021846ed48f535663e062ae8042d281d769a04effc9afd8a600dd
 DIST chromaprint-1.3.1.tar.gz 538251 SHA256 
8f95a011e6fe3a75281520daa9376b7f028300e20a5be9af08ef9c851d4bb581 SHA512 
b900d9c94057354982c2c32b37d10bb8ac1b63d005ece1fe6aae38a037e18ea8e77c5e95faff51b8c725b3ff9f3551ab0ef2baf470b49952e5c3c3662da46aae
 WHIRLPOOL 
f0045dda0f5e3e29bdb9f2fc1a5ebe8922a7d976c351ca8d8ab817cc7ed6a026cf1b86732e5dda6a3cd1110281d5a0f3006cfb3e1c2f58adc8f9fc0cffc2fbce
 DIST chromaprint-1.3.2.tar.gz 538395 SHA256 
c3af900d8e7a42afd74315b51b79ebd2e43bc66630b4ba585a54bf3160439652 SHA512 
7f89eb09f293a3691efcb01544da612cf674a00af1c188db3f1075db44fee0a8e0aeff3ca6eccd0731ae6bbff9eb0fd51b22128fa927fdbd21638e2832f76e95
 WHIRLPOOL 
8af59c57423168d44867e98345a48861132412b5d07357bacfe99d362b7e89a34b594eac6427bca6ed935ae87fffd7f91a1d2bddef5f75b9d93dbb85e4bcdad9
+DIST chromaprint-1.4.1.tar.gz 611014 SHA256 
d94e171e0b3d60a8fefe6846a3c0ed3a9a939cb44a7d7113331fdbc140de6d34 SHA512 
9d414ba01be87f973df877afc600c761bf338292680d2626baa2a483f0bb681b506d02baa8f9de297489459ba1ebae9005202bfe7ba661b7bd4d60d4a2463ede
 WHIRLPOOL 
0280f9d398aa7abe3868535da8dc31d8f90235fdcc9c04bc5248ff319f0f3c0ffc5b7a47c3fa41110fe7ec38faadae9420637c693d6bbce4c6557b8b08d19dcb
+DIST gtest-1.8.0.tar.gz 1281617 SHA256 
58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8 SHA512 
1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d
 WHIRLPOOL 
7d95c06818332f9596dbda03d21416012c00e05c78be0814279ab9e7059b9d836060bab83ad46d013ccf1ba40973680c0793d78ac22f6016773fd93aa97b779b

diff --git a/media-libs/chromaprint/chromaprint-1.4.1.ebuild 
b/media-libs/chromaprint/chromaprint-1.4.1.ebuild
new file mode 100644
index ..e05be0f
--- /dev/null
+++ b/media-libs/chromaprint/chromaprint-1.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit cmake-multilib
+
+GTEST_VERSION="1.8.0"
+
+DESCRIPTION="A client-side library that implements a custom algorithm for 
extracting fingerprints"
+HOMEPAGE="http://acoustid.org/chromaprint;
+SRC_URI="https://bitbucket.org/acoustid/${PN}/downloads/${P}.tar.gz
+   test? ( 
https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> 
gtest-${GTEST_VERSION}.tar.gz )
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+IUSE="libav test tools"
+
+# note: use ffmpeg or libav instead of fftw because it's recommended and 
required for tools
+RDEPEND="
+   libav? ( >=media-video/libav-11:0=[${MULTILIB_USEDEP}] )
+   !libav? ( >=media-video/ffmpeg-2.6:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/gtest[${MULTILIB_USEDEP}]
+   dev-libs/boost[${MULTILIB_USEDEP}]
+   )"
+
+DOCS="NEWS.txt README.md"
+
+multilib_src_configure() {
+   export 
GTEST_ROOT="${WORKDIR}/googletest-release-${GTEST_VERSION}/googletest/"
+   local mycmakeargs=(
+   "-DBUILD_TOOLS=$(multilib_native_usex tools ON OFF)"
+   "-DBUILD_TESTS=$(usex test ON OFF)"
+   -DFFT_LIB=avfft
+   -DAUDIO_PROCESSOR_LIB=$(usex libav avresample swresample)
+   )
+   cmake-utils_src_configure
+}
+
+multilib_src_test() {
+   emake check
+}



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

2016-12-24 Thread Alexis Ballier
commit: d0f4c01d5c36ba6f209a8506c27f7b71260749d0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec 24 10:28:22 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec 24 10:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f4c01d

media-video/ffmpeg: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg/Manifest|   3 -
 media-video/ffmpeg/ffmpeg-2.8.8.ebuild | 458 -
 media-video/ffmpeg/ffmpeg-2.8.9.ebuild | 458 -
 media-video/ffmpeg/ffmpeg-3.2.1.ebuild | 457 
 4 files changed, 1376 deletions(-)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index 4632377..b6547f7 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -1,6 +1,3 @@
 DIST ffmpeg-2.8.10.tar.bz2 8585304 SHA256 
d1ce1a73503dce6e2b1e208cb93a2a8a7e89f9c64357ddc3e4da3cab33dea9c9 SHA512 
1ca8b0060361c49de201afc463bcd7c9340f09bbd116dff2539653bc36411d60cdf667874d2ec51664e141ee7a7be8bebc94e158687cb97db6bdfa40f00ec193
 WHIRLPOOL 
4ff9271290c138ad5caa50835da9fd6685fabf5a589cb6c068cfff6698ded948d93e9d40656dca3b516f9e591119d204e6283d57f7d2f0747a4f7ef9b322ebce
 DIST ffmpeg-2.8.6.tar.bz2 8582420 SHA256 
40611e329bc354592c6f8f1deb033c31b91f80e91f5707ca4f9afceca78d8e62 SHA512 
68fb41884b95953025b9c56496b17e13062196800ff9834dac43a12e9a0048d4a763f50a2256418c91cc850b63713e1debbf9170737f29621f48946adef152dc
 WHIRLPOOL 
20a4b12b5a03f187b753cca43c65bd75b49cc21c9ffabad31b8ac0ab47fc8e017931ad5076b701c303bb594b20acb403d3ec2dabdf647fd262c070c8dabf1eea
-DIST ffmpeg-2.8.8.tar.bz2 8583641 SHA256 
b70848958feadca180315d17b1131a1b519527971590e6ee8363a4c568ed06a6 SHA512 
26fc2f9da8b0c62fb3147632476d328dff096f07efc83112dd3cf3a1da6b42edab053ef8f05d2035c5f824d9336020b3b4a99501243f83ec66255f082278bfb3
 WHIRLPOOL 
9ba67f08dcfbed0c3519767d9fea35f24a3652290ad095d01d928cf9f54e9e99afa410889c6afb84f22cd9882b5a7d44f304d602b41510973962517228f5f32f
-DIST ffmpeg-2.8.9.tar.bz2 8583736 SHA256 
7f979f1dd9a4d8f756636d4f52daf53fdc632ae2e27720f2ed9e9b2b0c659439 SHA512 
3d36c5937b8902299f826849d4e477cec5c280d56713b6f11d06a51679497ef18f5d6222f1984586a4e3fa553895f30a2e6c6e072184f17226376c9a0a09
 WHIRLPOOL 
23bfbad47426542cfa7a6365a30bdd17ff80a9c3fa25d3a96d8093723a9720a3d2a71115c7d6115e7711977a96229d805dc8ea93ea49aa1c1684c77aaa1ccb1e
-DIST ffmpeg-3.2.1.tar.bz2 9613356 SHA256 
72abc55bea5ff5397ac82320fa5c4843a05f527d0d7912d66784c92fdfbd12fb SHA512 
bdadad5a3879d9492c152541db39d96707ca2989d4663ef6b09a19169c67813da329ec99b274519ef119eaaa01a0dd4aee4a5841469068d7c73b27f8dafcd377
 WHIRLPOOL 
d85fd6a10b9e721cba60e5cf88c98148daa99499cd51caeb2796dd9a86a4117cc3c6df9ceef0bd980cad100d33113292323f211861cfc4e8236b5cc0a34d6d55
 DIST ffmpeg-3.2.2.tar.bz2 9611373 SHA256 
0b129a56d1b8d06101b1fcbfaa9f4f5eee3182d1ad6e44f511a84c12113a366b SHA512 
7cb61684081bbe905ef324f60d259fd543e8be1ed2593167beb9324bec8bbc012cccff40a73e8be0ccc6bb0a20acd98a3dbac0d1d39403016cb381c1410b45db
 WHIRLPOOL 
fe43df569f88b79d5bfaab1d16929d3f3eaf7deecd3ca42a922d67cd971d8ac0a17b2dfc6db75b706a93da7e877887dcc75a38609e62e2ea4781b9363292a872

diff --git a/media-video/ffmpeg/ffmpeg-2.8.8.ebuild 
b/media-video/ffmpeg/ffmpeg-2.8.8.ebuild
deleted file mode 100644
index 882a440..
--- a/media-video/ffmpeg/ffmpeg-2.8.8.ebuild
+++ /dev/null
@@ -1,458 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-# Subslot: libavutil major.libavcodec major.libavformat major
-# Since FFmpeg ships several libraries, subslot is kind of limited here.
-# Most consumers will use those three libraries, if a "less used" library
-# changes its soname, consumers will have to be rebuilt the old way
-# (preserve-libs).
-# If, for example, a package does not link to libavformat and only libavformat
-# changes its ABI then this package will be rebuilt needlessly. Hence, such a
-# package is free _not_ to := depend on FFmpeg but I would strongly encourage
-# doing so since such a case is unlikely.
-FFMPEG_SUBSLOT=54.56.56
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-2"
-   EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git"
-fi
-
-inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
-
-DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
-HOMEPAGE="http://ffmpeg.org/;
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
-elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
-   SRC_URI="mirror://gentoo/${P}.tar.bz2"
-else # Release
-   SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2;
-fi
-FFMPEG_REVISION="${PV#*_p}"
-
-SLOT="0/${FFMPEG_SUBSLOT}"
-LICENSE="
-   !gpl? ( LGPL-2.1 )
-   gpl? ( GPL-2 )
-   amr? (
-   gpl? ( GPL-3 )
-   !gpl? ( LGPL-3 )
-   )
-   encode? (
-   aac? (
-

[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/files/, media-video/ffmpeg/

2016-12-24 Thread Alexis Ballier
commit: 3564e7dbe3136e473df37de148f2449301032c30
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Dec 24 10:33:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Dec 24 10:33:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564e7db

media-video/ffmpeg: backport upstream patch to build with chromaprint 1.4.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg/ffmpeg-3.2.2.ebuild   |  2 ++
 media-video/ffmpeg/files/chromaprint14.patch | 24 
 2 files changed, 26 insertions(+)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild
index 38429b2..9b30ce4 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.2.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.2.ebuild
@@ -284,6 +284,8 @@ RESTRICT="
 
 S=${WORKDIR}/${P/_/-}
 
+PATCHES=( "${FILESDIR}/chromaprint14.patch" )
+
 MULTILIB_WRAPPED_HEADERS=(
/usr/include/libavutil/avconfig.h
 )

diff --git a/media-video/ffmpeg/files/chromaprint14.patch 
b/media-video/ffmpeg/files/chromaprint14.patch
new file mode 100644
index ..d166247
--- /dev/null
+++ b/media-video/ffmpeg/files/chromaprint14.patch
@@ -0,0 +1,24 @@
+commit 581f93f37ef2e7a00662828ed0348d1edb9041fe
+Author: Georgi D. Sotirov 
+Date:   Tue Dec 6 21:07:59 2016 +0100
+
+lavf/chromaprint: Update for version 1.4
+
+Fixes ticket #5997.
+
+diff --git a/libavformat/chromaprint.c b/libavformat/chromaprint.c
+index 8c9a6c0111..4da02bef76 100644
+--- a/libavformat/chromaprint.c
 b/libavformat/chromaprint.c
+@@ -39,7 +39,11 @@ typedef struct ChromaprintMuxContext {
+ int silence_threshold;
+ int algorithm;
+ FingerprintFormat fp_format;
++#if CPR_VERSION_INT >= AV_VERSION_INT(1, 4, 0)
++ChromaprintContext *ctx;
++#else
+ ChromaprintContext ctx;
++#endif
+ } ChromaprintMuxContext;
+ 
+ static void cleanup(ChromaprintMuxContext *cpr)



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

2016-12-24 Thread Agostino Sarubbo
commit: d568adc2ba41ffe4ba784f6fc2daa65d442f566d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d568adc2

dev-ruby/gherkin: arm stable wrt bug #602364

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/gherkin/gherkin-2.12.2.ebuild 
b/dev-ruby/gherkin/gherkin-2.12.2.ebuild
index b0beb7b..d78e016 100644
--- a/dev-ruby/gherkin/gherkin-2.12.2.ebuild
+++ b/dev-ruby/gherkin/gherkin-2.12.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/cucumber/gherkin;
 LICENSE="MIT"
 SRC_URI="https://github.com/cucumber/gherkin/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="doc test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avrdude/

2016-12-24 Thread Agostino Sarubbo
commit: 3f3ab9e40bc271a9161934c130223761893edbc8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3ab9e4

dev-embedded/avrdude: arm stable wrt bug #602100

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-embedded/avrdude/avrdude-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/avrdude/avrdude-6.3.ebuild 
b/dev-embedded/avrdude/avrdude-6.3.ebuild
index 0362ce4..c776985 100644
--- a/dev-embedded/avrdude/avrdude-6.3.ebuild
+++ b/dev-embedded/avrdude/avrdude-6.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 arm ppc ppc64 x86"
 IUSE="doc ftdi ncurses readline"
 
 RDEPEND="virtual/libusb:1



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

2016-12-24 Thread Agostino Sarubbo
commit: 5c4c4b5969ffc76376f1acf1b1dd2aaebcbb8372
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4c4b59

dev-python/cython: arm stable wrt bug #602062

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/cython/cython-0.24.1.ebuild 
b/dev-python/cython/cython-0.24.1.ebuild
index 4506c2b..68cc0ac 100644
--- a/dev-python/cython/cython-0.24.1.ebuild
+++ b/dev-python/cython/cython-0.24.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="doc emacs test"
 



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

2016-12-24 Thread Agostino Sarubbo
commit: d197a36a792c14388b2b7322ad7db36ea29c6066
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d197a36a

app-admin/apache-tools: arm stable wrt bug #603130

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/apache-tools/apache-tools-2.4.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.25.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.25.ebuild
index 78e544c..30fcac5 100644
--- a/app-admin/apache-tools/apache-tools-2.4.25.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.25.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2016-12-24 Thread Agostino Sarubbo
commit: 6386ce40a6ea360a6713303ad7e8eebd16978e64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6386ce40

dev-ruby/multi_test: arm stable wrt bug #602364

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/multi_test/multi_test-0.1.2.ebuild 
b/dev-ruby/multi_test/multi_test-0.1.2.ebuild
index 843b251..e5bebe2 100644
--- a/dev-ruby/multi_test/multi_test-0.1.2.ebuild
+++ b/dev-ruby/multi_test/multi_test-0.1.2.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="A uniform interface for Ruby testing libraries"
 HOMEPAGE="http://cukes.info/;
 LICENSE="MIT"
 
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2016-12-24 Thread Agostino Sarubbo
commit: 9b84a2d15d846a834937e05be50a6168bb55661b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b84a2d1

app-arch/unrar: arm stable wrt bug #602090

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-arch/unrar/unrar-5.4.5.ebuild 
b/app-arch/unrar/unrar-5.4.5.ebuild
index 14f7ac9..135d682 100644
--- a/app-arch/unrar/unrar-5.4.5.ebuild
+++ b/app-arch/unrar/unrar-5.4.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;
 
 LICENSE="unRAR"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2016-12-24 Thread Agostino Sarubbo
commit: c68021e099f483f804a7d4afd50a89bd9fc8aca7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68021e0

dev-libs/libebml: arm stable wrt bug #602072

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild 
b/dev-libs/libebml/libebml-1.3.4.ebuild
index 772c66e..e3ac145 100644
--- a/dev-libs/libebml/libebml-1.3.4.ebuild
+++ b/dev-libs/libebml/libebml-1.3.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # subslot = soname major version
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="debug static-libs"
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xscreensaver/

2016-12-24 Thread Agostino Sarubbo
commit: 9374d3ac672e715b1ca2dafeaff98be8af9f8b25
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9374d3ac

x11-misc/xscreensaver: arm stable wrt bug #602220

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xscreensaver/xscreensaver-5.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.36.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.36.ebuild
index 9271a28..823a69d 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.36.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.36.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE="gdm jpeg new-login offensive opengl pam +perl selinux suid xinerama"
 
 COMMON_DEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: 43de92a602a3751d6fb1ee8a28430927d6f99822
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43de92a6

dev-ruby/ruby-beautify: arm stable wrt bug #602364

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild 
b/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild
index 5faf2c8..6c9728d 100644
--- a/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild
+++ b/dev-ruby/ruby-beautify/ruby-beautify-0.97.4.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="a cli tool (and module) to beautify ruby code"
 HOMEPAGE="https://github.com/erniebrodeur/ruby-beautify;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2016-12-24 Thread Agostino Sarubbo
commit: 41bfed0c3b5891e47e7ca833adbd6b75b747b118
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:43 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bfed0c

app-text/dos2unix: arm stable wrt bug #602080

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/dos2unix/dos2unix-7.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dos2unix/dos2unix-7.3.4.ebuild 
b/app-text/dos2unix/dos2unix-7.3.4.ebuild
index 098ef01..4989c81 100644
--- a/app-text/dos2unix/dos2unix-7.3.4.ebuild
+++ b/app-text/dos2unix/dos2unix-7.3.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
 IUSE="debug nls test"
 
 RDEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: 50fbd568529428778c83b7f29d0f87d09814
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:28 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fbd568

net-fs/netatalk: arm stable wrt bug #601814

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-fs/netatalk/netatalk-3.1.10.ebuild 
b/net-fs/netatalk/netatalk-3.1.10.ebuild
index e643681..1410ab0 100644
--- a/net-fs/netatalk/netatalk-3.1.10.ebuild
+++ b/net-fs/netatalk/netatalk-3.1.10.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/$(get_version_component_range
 
 LICENSE="GPL-2 BSD"
 SLOT="0/17.0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="acl cracklib dbus debug pgp kerberos ldap pam quota samba +shadow ssl 
static-libs tracker tcpd +utils zeroconf"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2016-12-24 Thread Agostino Sarubbo
commit: 165c412e5c80c67adc7cf244e81cfb2bd6b3cb1b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:31 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165c412e

www-servers/apache: arm stable wrt bug #603130

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/apache/apache-2.4.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.25.ebuild 
b/www-servers/apache/apache-2.4.25.ebuild
index 765616b..33ccd22 100644
--- a/www-servers/apache/apache-2.4.25.ebuild
+++ b/www-servers/apache/apache-2.4.25.ebuild
@@ -127,7 +127,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



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

2016-12-24 Thread Agostino Sarubbo
commit: b6315e995b6480a3d014aa5e1d98c5465d6f89e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:21 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6315e99

net-misc/freerdp: arm stable wrt bug #601720

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/freerdp/freerdp-2.0.0_pre20160722.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/freerdp/freerdp-2.0.0_pre20160722.ebuild 
b/net-misc/freerdp/freerdp-2.0.0_pre20160722.ebuild
index 186c9b1..2027688 100644
--- a/net-misc/freerdp/freerdp-2.0.0_pre20160722.ebuild
+++ b/net-misc/freerdp/freerdp-2.0.0_pre20160722.ebuild
@@ -9,7 +9,7 @@ inherit cmake-utils
 if [[ ${PV} !=  ]]; then
COMMIT="5b2455f3147aca395a441fc65b602938600f0788"
SRC_URI="https://github.com/FreeRDP/FreeRDP/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ppc ppc64 x86"
+   KEYWORDS="alpha amd64 arm ppc ppc64 x86"
S="${WORKDIR}/FreeRDP-${COMMIT}"
 else
inherit git-r3



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

2016-12-24 Thread Agostino Sarubbo
commit: e97183219456f0d256d67ecbb8f84aff4612
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:25:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e971

dev-util/cucumber: arm stable wrt bug #602364

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/cucumber/cucumber-1.3.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber/cucumber-1.3.20-r1.ebuild 
b/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
index aa894f5..7ecbac4 100644
--- a/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
+++ b/dev-util/cucumber/cucumber-1.3.20-r1.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2016-12-24 Thread Agostino Sarubbo
commit: 9654cc2569134fbd2b8d35eb1d8b8f797f2359b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9654cc25

media-libs/opus: arm stable wrt bug #602086

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/opus/opus-1.1.3.ebuild 
b/media-libs/opus/opus-1.1.3.ebuild
index 0885897..95a7749 100644
--- a/media-libs/opus/opus-1.1.3.ebuild
+++ b/media-libs/opus/opus-1.1.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
 else
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
+   KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 fi
 
 DESCRIPTION="Open versatile codec designed for interactive speech and audio 
transmission over the internet"



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

2016-12-24 Thread Agostino Sarubbo
commit: 80e98b801473cde907aed0d8a573caca62c01e19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e98b80

dev-python/coverage: arm stable wrt bug #602450

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/coverage/coverage-4.2.ebuild 
b/dev-python/coverage/coverage-4.2.ebuild
index 92a4a08..df0a7ce 100644
--- a/dev-python/coverage/coverage-4.2.ebuild
+++ b/dev-python/coverage/coverage-4.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2016-12-24 Thread Agostino Sarubbo
commit: 4d3ecc10adc3b703515fee56900e31c9d63f1c4a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3ecc10

dev-python/pyserial: arm stable wrt bug #602056

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyserial/pyserial-3.2.1.ebuild 
b/dev-python/pyserial/pyserial-3.2.1.ebuild
index aceb9ff..330a330 100644
--- a/dev-python/pyserial/pyserial-3.2.1.ebuild
+++ b/dev-python/pyserial/pyserial-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="doc examples"
 
 DEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: 313283fb7381e516346fb30a293752824abc2fad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:23:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:23:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313283fb

dev-python/certifi: arm stable wrt bug #602054

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/certifi/certifi-2016.9.26.ebuild 
b/dev-python/certifi/certifi-2016.9.26.ebuild
index ff9d7bf..99d07b4 100644
--- a/dev-python/certifi/certifi-2016.9.26.ebuild
+++ b/dev-python/certifi/certifi-2016.9.26.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~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"
+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 ~hppa-hpux 
~ia64-hpux ~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=""



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

2016-12-24 Thread Agostino Sarubbo
commit: 7ff615463763e6ba6f036a197fc0f3415088b42f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:48 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff61546

media-sound/mpg123: arm stable wrt bug #602084

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-sound/mpg123/mpg123-1.23.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mpg123/mpg123-1.23.8.ebuild 
b/media-sound/mpg123/mpg123-1.23.8.ebuild
index f6604b7..5438e97 100644
--- a/media-sound/mpg123/mpg123-1.23.8.ebuild
+++ b/media-sound/mpg123/mpg123-1.23.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio 
int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl 
cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2016-12-24 Thread Agostino Sarubbo
commit: d7aa255375fa935f6f3db1e788c79352f1b45557
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aa2553

dev-python/lxml: arm stable wrt bug #602060

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/lxml/lxml-3.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/lxml/lxml-3.6.4-r1.ebuild 
b/dev-python/lxml/lxml-3.6.4-r1.ebuild
index ff1b714..b3667eb 100644
--- a/dev-python/lxml/lxml-3.6.4-r1.ebuild
+++ b/dev-python/lxml/lxml-3.6.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



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

2016-12-24 Thread Agostino Sarubbo
commit: bcecc1c9782cf724072ae342776cdbb95fc49b61
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcecc1c9

dev-python/simplejson: arm stable wrt bug #602058

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/simplejson/simplejson-3.10.0.ebuild 
b/dev-python/simplejson/simplejson-3.10.0.ebuild
index 739493f..e4a0b7f 100644
--- a/dev-python/simplejson/simplejson-3.10.0.ebuild
+++ b/dev-python/simplejson/simplejson-3.10.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: sys-process/htop/

2016-12-24 Thread Agostino Sarubbo
commit: 3ae6cec319cc7edc1e48baac65b0374b9033fa1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:23:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:23:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae6cec3

sys-process/htop: arm stable wrt bug #602996

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-process/htop/htop-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/htop/htop-2.0.2.ebuild 
b/sys-process/htop/htop-2.0.2.ebuild
index 047298c..84cbba3 100644
--- a/sys-process/htop/htop-2.0.2.ebuild
+++ b/sys-process/htop/htop-2.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz;
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
 IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver"
 
 RDEPEND="sys-libs/ncurses:0=[unicode?]"



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

2016-12-24 Thread Agostino Sarubbo
commit: ef526c61d4d21d850d3c7b0155125265a0151481
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:53 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef526c61

dev-util/ctags: arm stable wrt bug #602278

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-util/ctags/ctags-20161028.ebuild 
b/dev-util/ctags/ctags-20161028.ebuild
index 9cdaea3..c21ccc3 100644
--- a/dev-util/ctags/ctags-20161028.ebuild
+++ b/dev-util/ctags/ctags-20161028.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~radhermit/vim/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="json xml yaml"
 
 COMMON_DEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: 9eaa2ee1480045515dbf53bd9935daaa20cf2d4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:24:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:24:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaa2ee1

sys-apps/less: arm stable wrt bug #603486

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-apps/less/less-487.ebuild b/sys-apps/less/less-487.ebuild
index 603d2b7..6ab5fd6 100644
--- a/sys-apps/less/less-487.ebuild
+++ b/sys-apps/less/less-487.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/

2016-12-24 Thread Agostino Sarubbo
commit: 9407eb4cf6369890e093e2b02496161b90897563
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:23:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9407eb4c

net-proxy/squid: arm stable wrt bug #603052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-proxy/squid/squid-3.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/squid/squid-3.5.23.ebuild 
b/net-proxy/squid/squid-3.5.23.ebuild
index 48580fe..17dabe4 100644
--- a/net-proxy/squid/squid-3.5.23.ebuild
+++ b/net-proxy/squid/squid-3.5.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="caps ipv6 pam ldap libressl samba sasl kerberos nis radius ssl snmp 
selinux logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \



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

2016-12-24 Thread Agostino Sarubbo
commit: a59d81d22b7b267d30a8d44b012a131b31a2b4a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:40 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59d81d2

net-fs/openafs-kernel: x86 stable wrt bug #597078

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/

2016-12-24 Thread Agostino Sarubbo
commit: d260128d14efd67573d3198f2c71d77d3c38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:20 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d260

net-proxy/squid: x86 stable wrt bug #603052

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-proxy/squid/squid-3.5.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/squid/squid-3.5.23.ebuild 
b/net-proxy/squid/squid-3.5.23.ebuild
index 5f3d90a..48580fe 100644
--- a/net-proxy/squid/squid-3.5.23.ebuild
+++ b/net-proxy/squid/squid-3.5.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.squid-cache.org/Versions/v3/3.5/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="caps ipv6 pam ldap libressl samba sasl kerberos nis radius ssl snmp 
selinux logrotate test \
ecap esi ssl-crtd \
mysql postgres sqlite \



[gentoo-commits] repo/gentoo:master commit in: app-mobilephone/sobexsrv/

2016-12-24 Thread Agostino Sarubbo
commit: 7d20a4d2048de45ce0990be1b18cee4d406676a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:26 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d20a4d2

app-mobilephone/sobexsrv: x86 stable wrt bug #589144

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-mobilephone/sobexsrv/sobexsrv-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r1.ebuild 
b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r1.ebuild
index 28a3cfc..e993ade 100644
--- a/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r1.ebuild
+++ b/app-mobilephone/sobexsrv/sobexsrv-1.0.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://www.mulliner.org/bluetooth/sobexsrv.php;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="gtk"
 
 DEPEND="



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

2016-12-24 Thread Agostino Sarubbo
commit: e0422d0e1e0a05affc497491c9b9fc493bf190d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0422d0e

net-fs/openafs: x86 stable wrt bug #597078

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2016-12-24 Thread Agostino Sarubbo
commit: 3149492e2dfb91c9ae4fffb719406923f9a46119
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3149492e

media-gfx/qrencode: x86 stable wrt bug #589142

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/qrencode/qrencode-3.4.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild 
b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
index 59c6588..5b1b111 100644
--- a/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
+++ b/media-gfx/qrencode/qrencode-3.4.4-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="media-libs/libpng:0="



[gentoo-commits] repo/gentoo:master commit in: www-apps/venus/

2016-12-24 Thread Agostino Sarubbo
commit: f0d4d81eb7231fb763a1f66be5fa8ec6a64761a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:17:13 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:17:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d4d81e

www-apps/venus: x86 stable wrt bug #538728

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-apps/venus/venus-20100911.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/venus/venus-20100911.ebuild 
b/www-apps/venus/venus-20100911.ebuild
index d645d1e..6e173ba 100644
--- a/www-apps/venus/venus-20100911.ebuild
+++ b/www-apps/venus/venus-20100911.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://intertwingly.net/code/venus/;
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="PSF-2.2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="django genshi redland test"
 SLOT="0"
 



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

2016-12-24 Thread Agostino Sarubbo
commit: a3c1f792270518d27a19b9d5b0d1bf1d4f73cdd4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:18:08 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:18:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c1f792

sys-apps/less: x86 stable wrt bug #603486

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-apps/less/less-487.ebuild b/sys-apps/less/less-487.ebuild
index 1f55b52..603d2b7 100644
--- a/sys-apps/less/less-487.ebuild
+++ b/sys-apps/less/less-487.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz;
 
 LICENSE="|| ( GPL-3 BSD-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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="pcre unicode"
 
 DEPEND=">=app-misc/editor-wrapper-3



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

2016-12-24 Thread Agostino Sarubbo
commit: 0b2ae554a05357e9293dc0fdc5538493b59fd736
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:16:52 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:16:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ae554

dev-util/oprofile: x86 stable wrt bug #577750

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/oprofile/oprofile-0.9.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild 
b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
index 2abc919..e23197c 100644
--- a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
+++ b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ~mips ~ppc ppc64 ~sparc x86"
 IUSE="java pch qt4"
 
 DEPEND=">=dev-libs/popt-1.7-r1



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

2016-12-24 Thread Agostino Sarubbo
commit: d8a30b9a7a095ddbca375fc60ab73663837a8c00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Dec 24 10:18:02 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Dec 24 10:18:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a30b9a

net-mail/notmuch: x86 stable wrt bug #603384

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/notmuch/notmuch-0.23.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.23.3.ebuild 
b/net-mail/notmuch/notmuch-0.23.3.ebuild
index 6f18afc..d2276a4 100644
--- a/net-mail/notmuch/notmuch-0.23.3.ebuild
+++ b/net-mail/notmuch/notmuch-0.23.3.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-3"
 # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
 # meant to be binary backward compatible.
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~x86"
+KEYWORDS="~alpha amd64 x86"
 REQUIRED_USE="
nmbug? ( python )
python? ( ${PYTHON_REQUIRED_USE} )



  1   2   >