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

2016-11-08 Thread Thomas Beierlein
commit: 34a04da9ee1d9e446fc98f5edb36e339436eada6
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Nov  9 06:55:56 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Nov  9 06:59:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a04da9

Drop old

 app-backup/bacula/bacula-5.2.13-r4.ebuild  | 423 -
 app-backup/bacula/bacula-7.4.0-r1.ebuild   | 410 
 app-backup/bacula/bacula-7.4.0.ebuild  | 408 
 app-backup/bacula/bacula-7.4.1.ebuild  | 410 
 app-backup/bacula/bacula-7.4.2.ebuild  | 410 
 .../bacula/files/5.0.3/bacula-5.0.3-Makefile.patch |  26 --
 .../files/5.0.3/bacula-5.0.3-as-needed.patch   |  33 --
 .../bacula/files/5.0.3/bacula-5.0.3-cve.patch  | 125 --
 .../bacula/files/5.0.3/bacula-5.0.3-doc.patch  |  13 -
 .../files/5.0.3/bacula-5.0.3-fix-static.patch  |  47 ---
 .../bacula/files/5.0.3/bacula-5.0.3-ldflags.patch  |  10 -
 .../files/5.0.3/bacula-5.0.3-lib-search-path.patch |  12 -
 .../files/5.0.3/bacula-5.0.3-openssl-1.patch   |  25 --
 13 files changed, 2352 deletions(-)

diff --git a/app-backup/bacula/bacula-5.2.13-r4.ebuild 
b/app-backup/bacula/bacula-5.2.13-r4.ebuild
deleted file mode 100644
index 13ed8fe..
--- a/app-backup/bacula/bacula-5.2.13-r4.ebuild
+++ /dev/null
@@ -1,423 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit eutils multilib python-single-r1 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 python 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= )
-   )
-   )
-   python? ( ${PYTHON_DEPS} )
-   "
-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 )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-
-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 

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

2016-11-08 Thread Hans de Graaff
commit: 76151a6f4fc15fb01d4c39b0a71854ec5311831c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  9 06:16:52 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  9 06:16:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76151a6f

dev-ruby/flexmock: add 2.3.2

Package-Manager: portage-2.3.0

 dev-ruby/flexmock/Manifest  |  1 +
 dev-ruby/flexmock/flexmock-2.3.2.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index e7f7b63..a969841 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -2,3 +2,4 @@ DIST flexmock-1.3.3.gem 81920 SHA256 
1d9cc7dd01b43a25447d85477b8ab096481be0a6536
 DIST flexmock-2.1.0.tar.gz 85464 SHA256 
6bc160c9be385d0b6b375da665f33c75015423cd31cea64c1c3f2f81ccf8b658 SHA512 
547ff0d711d7a5a33a3057ac57e054843a97fc183b3819f7c2a16efc3cd38731bdd8ddf5d800fff780ff6e6209dcd319dc3d556323524627ce28e5e2842fe304
 WHIRLPOOL 
e6dd191021de331c50c76ae461c62b86a151f326910e05d67b51bc608d5a7f97b63234e3fdfcde0b5c898e1f0241dde84ad501bf21dd7770b10a80e70f17b0d3
 DIST flexmock-2.3.0.tar.gz 89116 SHA256 
71500a921ce4074abb5a6c9a821b8129f48766923af478f6e9696462ce7d4fe4 SHA512 
48ab8057eef9911e581fb3dfe5981df0eeb7023f211be90d79b57819ad786cf82fa68a6b14a9546f76f5cf2aeb47c96e04256fc9f91a1a2de3d570c305fc2c48
 WHIRLPOOL 
2902c536c753358c29543f9165c784d25b8584e608bf630a322b72ed448c266900b28c63e34c8549c54121ecb2b8e75f6944a5f79d6eca335fe8978ad2fb6eea
 DIST flexmock-2.3.1.tar.gz 90494 SHA256 
f067945244b049ea8d7c7467aae209f8a1acc82fff81bdc65445dd7d3b326a9a SHA512 
79fb184bd85cf546567967027dd127a645f052cb7f29d804f73aa4b998a720fcec872585d1ddb799e20e3a5d4bdb601ef3ab55ae254fe2bda708cf3a1343d13a
 WHIRLPOOL 
7d50b66541b443370f72a3ff84548b15e9eac913b98195ff7c35fc4010e566c3039c363b0e0f8b36d98e14f4276ef43b000297733df13da1aef15604c910d2ae
+DIST flexmock-2.3.2.tar.gz 90471 SHA256 
89263d4c1bfc3806bc1f8f03014abf5a2870ff432dd98c7c6c776c7e2b945cce SHA512 
ee71524e1ac283a31e66a0e2e6054ee962d861781d8850e396065862c95138ed90a35e7751c54f133f87c616930be61dd24eca5d8d244f96277f25b8f3ccb6e0
 WHIRLPOOL 
a23bff81c5f0642d9bab054417dcaceb5aaa9b0bd3abf710845e854d0243c2828adece27af5792ce51b83dcfd04affa6e999c4326be69f03e65eb32a1325cbb2

diff --git a/dev-ruby/flexmock/flexmock-2.3.2.ebuild 
b/dev-ruby/flexmock/flexmock-2.3.2.ebuild
new file mode 100644
index ..384e4af
--- /dev/null
+++ b/dev-ruby/flexmock/flexmock-2.3.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple mock object library for Ruby unit testing"
+HOMEPAGE="https://github.com/doudou/flexmock;
+SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="flexmock"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   )"
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
+   ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
+}



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

2016-11-08 Thread Hans de Graaff
commit: 56494ef416f7e5b61edf5ce7fe6b4721aa2d1cfa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  9 06:34:43 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  9 06:34:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56494ef4

dev-ruby/http: add 2.1.0

Package-Manager: portage-2.3.0

 dev-ruby/http/Manifest  |  1 +
 dev-ruby/http/http-2.1.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
index a2d28dd..b5ecb98 100644
--- a/dev-ruby/http/Manifest
+++ b/dev-ruby/http/Manifest
@@ -5,3 +5,4 @@ DIST http-2.0.0.gem 62464 SHA256 
995c38950b382f3982ed1c3adaad27d087855fced1c62a2
 DIST http-2.0.1.gem 62464 SHA256 
f46f7ea5aec6e56b22fefe2de0d03d081156d348c6ff1f5c063f1f8c79dfe27b SHA512 
db3166b11388974ca07acfd5de0cfeb5971363e6dbeb712abcba025b338d97704cc85593accf4a89c87c139fb2bd327c58665f4b12bc66cf4ab9eedb49c19ab2
 WHIRLPOOL 
c69ccbfeafb5ac8d37942d6923df267136e225d9312c38d6e3999ec00bbf2c19f264a765ac9e90cf54e2cb082e56959411ba16ad90520e7af20f8c5f5c42e6eb
 DIST http-2.0.2.gem 62976 SHA256 
d881dfc7cb8f63fd25e522e8f99cdb922c9fe15410cd0d95b1bba083e07d6b76 SHA512 
0466d270a5bc2fdbd0d5dff085373e16e99bd52142187ae6ec127ece982bfca2998fc369be724647725c7519bef61a4c8ad9a405e0a44a454729fa68984e8862
 WHIRLPOOL 
27ad8882f7d52d38c894ee0297826790a08941574f83f00e2cf2a6b282336857575818cfbf5451736671aa52475672b80b374553ade01b1fa8a9660c455bd3bd
 DIST http-2.0.3.gem 62976 SHA256 
f8681ff9f77fbc1ca4b92e70f112d1664efd56172862a175912092082051eb56 SHA512 
957f40b627f2da98632636053ddd37d7ca6fb29b94b78157eade3fd13696611808f74c8e12b6a458a47f9494d192656610968b5273754fb006876690a6d0211f
 WHIRLPOOL 
ed130b4e36d62e353c35c96ecd493c9805ff9372d1397dee89ad54828e57212f71f5d63a9d70390b2a89c90405af7aae745dcb3de71397dd7f1b81985919093e
+DIST http-2.1.0.gem 63488 SHA256 
64c1a2811811e379f8ca0c1102f378242c09d1f721c17edcdb4d6c9250467fed SHA512 
0562abd7e53520085559f388bd401475b0c09943dc842b5b1c25cc9f184f31ae41b75001940dd5c7b7a6b2727d52c2f4f701bdb60d0b233a93f66ea1b2434657
 WHIRLPOOL 
6d949451c565453c88b6f69c26bd87fd030344e2020d65cdd99ffabe9ad32085ca4b81e9363a3ce167c30fe5d2db05b490b3877e45912cb5eea6bf8f0bade51f

diff --git a/dev-ruby/http/http-2.1.0.ebuild b/dev-ruby/http/http-2.1.0.ebuild
new file mode 100644
index ..da335b5
--- /dev/null
+++ b/dev-ruby/http/http-2.1.0.ebuild
@@ -0,0 +1,44 @@
+# 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_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy-to-use client library for making requests from Ruby"
+HOMEPAGE="https://github.com/tarcieri/http;
+
+LICENSE="MIT"
+SLOT="2.0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.3
+   >=dev-ruby/http-cookie-1.0
+   >=dev-ruby/http-form_data-1.0.1:1.0
+   >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/end/ s:^:#:' \
+   -e '1irequire "cgi"' spec/spec_helper.rb || die
+
+   # Avoid specs that require network access
+   sed -i -e '/.persistent/,/^  end/ s:^:#:' \
+   spec/lib/http_spec.rb || die
+   sed -i -e '/with non-ASCII URLs/,/^end/ s:^:#:' \
+   spec/lib/http/client_spec.rb || die
+
+   # Avoid spec that may fail with a running web server
+   sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^
end/ s:^:#:' spec/lib/http_spec.rb || die
+}



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

2016-11-08 Thread Aric Belsito
commit: 19367737f451ff067371633ed5b067598fcdea60
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 04:26:17 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 04:26:17 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=19367737

dev-libs/icu: Fix Manifest.

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

diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
index 9c6edc3..d0519e5 100644
--- a/dev-libs/icu/Manifest
+++ b/dev-libs/icu/Manifest
@@ -1,5 +1,5 @@
 AUX icu-58.1-no-xlocale.patch 493 SHA256 
31fa67910ebb691f70d1edfc685a5cd735f0df2cced92f3a9ccdc79ae172883f SHA512 
e56576c527049f1fd32185e32b5bbc23d2c861fb1da8491a6f957c8b2919637a795a36e9616bd433bc8aed2e78c06be6108162640838644194e7a79448b72701
 WHIRLPOOL 
ec0eb13c54b6e58469d0095a34f58d8689344215175b4e850be459e99f9c3c1209e4e913e3185e9666436f1d668d1d6d8acdb38c5bbba36fbb04ddf2443e686c
 AUX icu-58.1-remove-bashisms.patch 5888 SHA256 
8a2177d5f549168d5680d6477381a9f6f5ca0bd8f6bd23cc30d7f953e10907bc SHA512 
54835db4db5bca704aed015a911a1f5285fbd3f6d09493cdcf98493d87a03851c9ee79cc9cbcb45da409513ad5b3af38b302aa5d164992d94af1f80c6349aeb8
 WHIRLPOOL 
8f0d95fe666a3de52ebf4511b0792add819e4dbf3e5e259e2f80bd1fce28e21bd046084a18c3130dc16ad1bc3c73cb912c8bb1d0d8bb387b0587d8748c656824
 DIST icu4c-58_1-src.tgz 23366443 SHA256 
0eb46ba3746a9c2092c8ad347a29b1a1b4941144772d13a88667a7b11ea30309 SHA512 
59b2a76834192a35125fda326587e613ef4486152cf0278c6f22568d4ae02c4b2d897efcea2654ef2b11bd1c3154aecd38cb68a70f69430736f343689f94c155
 WHIRLPOOL 
faf2624a83f0d6f874166b328522dc9c89088db2690433ab05e96371722b635b81fd5210c7e87fe8e5df6681e881cf10204832925b448552affe8c2f6c851e37
-EBUILD icu-58.1.ebuild 2982 SHA256 
560c2036409990a493667bd3f320b6013a798c8088ecfb63f9bf423ff25093a2 SHA512 
1e7d9ccc2c8a40c1f87c3f035563314a30727b186051bc25263bf89a17c8e36dbaddf777b45203454970dff58712709481dce4921a3b205e0fe17a366ed38dde
 WHIRLPOOL 
122602a8a986bd04c0e734314e3814399b86e41f72e0b97a0644c836e31fdd7f30b292d0d31e12048ea2a852ac3b19ca174e8a6255973b0dcb9f6b514c3c047a
+EBUILD icu-58.1.ebuild 2961 SHA256 
32124e5831dec380124df487988239001d0811d828f6c39bcdbdf61cf0b19e72 SHA512 
c52671d56bc9823eda858a70f0d2a423c3d4770e4318ceb8b418aef37850f3320a947ac9be433851d8493d05d169710345ae595df533e83c99072e3e913318d4
 WHIRLPOOL 
e8f0d8902922f48faeb081073c420ce0640d910cbc87703c92e9bc436200ac5f83b9d063d7508bb2796e865f2cd2acc4f09820c287460396c792989b84f749d0
 MISC metadata.xml 255 SHA256 
34d028c790cfe86c47c5c3dcf8655fcefc3e23ff52fed38a400ce42d678c8c5e SHA512 
ac646e8ac676faf0aac283e4be31c5f2b29e98ccf07327073ed05e688ce696caf639bdfea63e4aed141a90e84c0a86892bc717a52b95cdf1739aaa15240013c3
 WHIRLPOOL 
87f716948fe95e5417f8da0c4c90cd51a68f246ac8ae87a2e2a31c11c709f220d664eb893b34692577415e5f5eb351dd7e310dbc59f508fa40c7edb8ceeb



[gentoo-commits] proj/musl:master commit in: dev-libs/glib/, dev-libs/glib/files/

2016-11-08 Thread Aric Belsito
commit: 73a9861eb5c15986da7938487e050494cabb1de7
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 01:17:36 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 01:17:36 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=73a9861e

dev-libs/glib: Add 2.46.2-r3

The 2.46.x series was buggy, but unfortunately it's marked stable right now.

 dev-libs/glib/Manifest |   9 +
 .../files/glib-2.40.0-external-gdbus-codegen.patch |  95 ++
 .../glib-2.46.2-fix-gstrerror-on-non-glibc.patch   |  30 ++
 dev-libs/glib/files/glib-2.46.2-memleak.patch  |  25 ++
 dev-libs/glib/files/glib-2.46.2-musl.patch |  98 +++
 .../files/glib-2.48.0-GContextSpecificGroup.patch  |  44 +++
 dev-libs/glib/glib-2.46.2-r3.ebuild| 323 +
 dev-libs/glib/metadata.xml |  23 ++
 8 files changed, 647 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
new file mode 100644
index 000..d9075ac
--- /dev/null
+++ b/dev-libs/glib/Manifest
@@ -0,0 +1,9 @@
+AUX glib-2.40.0-external-gdbus-codegen.patch 3901 SHA256 
d06d2775c3632212c11eceb715f0da6a3b1ab6d8d901bb2fcb7c1fc3ca6b004a SHA512 
2f960a53cf51f809af6788664e2cd6d67a29eb58dfe34156f665e2d5ae1fd53a3c792714672fc82dcbfae38e1c793a3eef07116484511ef21d96536559339b00
 WHIRLPOOL 
39dc4d38e6a3450cbba3a1843096da330b6b2bc8954b9cce4a890454e5546d3e6440ddd237772407bd4ffec05b78eb6b5c4cb6c86a86e01a5ad4c96fe8b0
+AUX glib-2.46.2-fix-gstrerror-on-non-glibc.patch 844 SHA256 
2c4c622cf7a7236c73b4665ed3b202dbf6236bb11bdacf17b3cba023f90b280c SHA512 
262f1d0314a8292c447d5561695b71ae9e27aabe3d94f2a40d78910ee93dd02b1f12ea515ae9c04c75c5ede9e256bf01a427090fdc005738d12d8aa1a0f594d0
 WHIRLPOOL 
5ea3133b31c523e220190e4157914e1dfa1cd599db8e02c0dfb8fc78378a0b0eb011234769814dfa1c91580967780b1f1225b91794e98759c16d1e9ef6f7fb2e
+AUX glib-2.46.2-memleak.patch 711 SHA256 
baa9a70ea17bc0f78bc4c8353af28cc22fd16a1a94e5898757a87bddffd8762e SHA512 
f6a52034744b3725ffd7219abbd9df8dfb562d31db2f846a86352a2481e8f5ae28b77a0bd2a19955e17c7ec9de7723a495367be051dc568d3498521ff58c4be6
 WHIRLPOOL 
0ded676353a97e327901ea66a8ddf85156c85143d19a4a3786d24e90ceed0fe36fef1effdeaa648b0404e58930c1ba2df6a65ea7e8a106bb3e84ea0a6b610609
+AUX glib-2.46.2-musl.patch 2497 SHA256 
a9449e3f36725cdf19931fb0987de65779decb6a0fb214d384a1b32f17aeb036 SHA512 
30b46bb13749d2879f84e1980fbaccb381fffe29c8d07ed0825ddc07421778cbf77896e18cb0bc1ebf9d0ff9c95064f05de81e5d78df2b9660117f6e85aa9adb
 WHIRLPOOL 
e24a6b68748330b0c62ad362aa6df2989511ddc86cd5aec582883b87ff1b6825d975f1f12126ba85fa6871d1a2f343b7a5057b81b23ce69da3dbb8f24708c94f
+AUX glib-2.48.0-GContextSpecificGroup.patch 1637 SHA256 
3e0e6250775482357cd8727ad270a473be7c24431afa5445f9ac4214802a8fad SHA512 
ed850d1455ac619ea97c8a82eb7f6a768882e9e1dbdfcffcf143cf3cddd46ea073d6b25c811eaa14a789d06f4cc2cf13c09541565eb34ed9bf616c8dea825e45
 WHIRLPOOL 
004196759130baeba4b4e72601dfaa25bf8c0e49b1d09222b21a6c51b9c84b6bf6b799bbfedf931d3eabbad91371017b5c61799c879d99aabaaf3cdaf11cbf0e
+DIST glib-2.46.2.tar.xz 7344636 SHA256 
5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db SHA512 
8b5298712710d77b4a47367071f782d2bb3042b149ec8fde8c065f80bf3c5375c94318d19665c0092572e4895e590231a47324d25f371310f02b43feb3009588
 WHIRLPOOL 
700b69360110351544780ace4dcb14f29505f63d8840882532a4b7c017860b6da86e09cbabca691b7b24cb08b8722e772555de044b8b21e4b0952c8a8e4e6ecb
+DIST pkg-config-0.28.tar.gz 1931203 SHA256 
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
 WHIRLPOOL 
db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486
+EBUILD glib-2.46.2-r3.ebuild 10585 SHA256 
c10f4010878f10ef32fb3b6d4331a37dfbf2eb94ab06d40ecf7e35a5537258e2 SHA512 
b5bc42c6d6a42dfad750cf1ef4c3cfc9f19bb79777ba3846b0a797d0c75d25444114cd9698cf5e4291bfdd3cc2046fac8b45ed39ae54c59cd3e5354588fbeca7
 WHIRLPOOL 
7869514a3ba96faf4d98f0cd9e1018175bbba3568ac1948b5ee607452f8a863d675ddc2790b513fa7d7211595e2829a167803097fbabd71434b7c0556656d9fe
+MISC metadata.xml 955 SHA256 
424ffc685dcfdfa5dcb142046d937915d07945217db814ff759b9b736d67f9e4 SHA512 
31b87bd850ffaa3f2263e6435d2929ef9f8f979e6fe6cff86433c8841dc383088bc6d672ac7daf94c1ef660767d0e91a03860267df9c750dcde3204dd6631cb1
 WHIRLPOOL 
cf59bd50dcfcc466ad19a81f458875b7e62fc569cda4f730defdbed72f0112395b332b52574c5794539c8e0255f7abaa9e7f14a9c5bb5fd6048ad3c4c35991c8

diff --git a/dev-libs/glib/files/glib-2.40.0-external-gdbus-codegen.patch 
b/dev-libs/glib/files/glib-2.40.0-external-gdbus-codegen.patch
new file mode 100644
index 000..50a9370
--- /dev/null
+++ b/dev-libs/glib/files/glib-2.40.0-external-gdbus-codegen.patch
@@ -0,0 +1,95 @@
+diff --git a/configure.ac b/configure.ac
+index a01e58d..59d4527 100644
+--- a/configure.ac

[gentoo-commits] proj/musl:master commit in: dev-games/irrlicht/files/, dev-games/irrlicht/

2016-11-08 Thread Aric Belsito
commit: 5d9bc1232e49abbdf95d803be7a3026f81611e3c
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 01:15:16 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 01:15:16 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5d9bc123

dev-games/irrlicht: stable and unstable versions

 dev-games/irrlicht/Manifest|  16 +
 .../irrlicht/files/irrlicht-1.8.1-config.patch |  29 +
 .../irrlicht/files/irrlicht-1.8.1-demoMake.patch   | 764 +
 .../irrlicht/files/irrlicht-1.8.1-gentoo.patch |  46 ++
 .../irrlicht/files/irrlicht-1.8.1-jpeg-9a.patch|  15 +
 .../irrlicht/files/irrlicht-1.8.1-mesa-10.x.patch  |  40 ++
 .../irrlicht/files/irrlicht-1.8.1-sysctl.patch |  15 +
 .../irrlicht/files/irrlicht-1.8.4-config.patch |  29 +
 .../irrlicht/files/irrlicht-1.8.4-demoMake.patch   | 764 +
 .../irrlicht/files/irrlicht-1.8.4-gentoo.patch |  46 ++
 .../irrlicht/files/irrlicht-1.8.4-jpeg-9a.patch|  15 +
 .../irrlicht/files/irrlicht-1.8.4-mesa-10.x.patch  |  40 ++
 dev-games/irrlicht/irrlicht-1.8.1-r1.ebuild|  72 ++
 dev-games/irrlicht/irrlicht-1.8.4.ebuild   |  75 ++
 dev-games/irrlicht/metadata.xml|  21 +
 15 files changed, 1987 insertions(+)

diff --git a/dev-games/irrlicht/Manifest b/dev-games/irrlicht/Manifest
new file mode 100644
index 000..2982b5d
--- /dev/null
+++ b/dev-games/irrlicht/Manifest
@@ -0,0 +1,16 @@
+AUX irrlicht-1.8.1-config.patch 1302 SHA256 
34e1b4184cb499ef8d245b8f97e8a4e8cd88f03f4eecddeff661c97a44f24ab2 SHA512 
3c08639425517af9e0dcad919b80ce049e42ded399bf81354f824c425e4355c033b4574f0e76a926cbccc471b06e80ac73ae94232fa1db2b3d2f7da3fa5a840d
 WHIRLPOOL 
e9d2f51fc9665826170123daab4d1d4691e6740d2ce92d676ccb18df432ce7c3dfa2a2134b2543cb42968d1a0acfe97c1ac4a775c460c93cf7ac46865b68a633
+AUX irrlicht-1.8.1-demoMake.patch 27382 SHA256 
e8d5ee8145f4bda5ee2ff78b9300a2f47e1c287481cbc490a382e74813fcea61 SHA512 
72ef258a578620c2b927ca258b105e25fd96971a63d82715a3a68363aa335c0ff6bf0e983c6b1385a6fd9c9c1505e9472970cd3c3b48c2c592d6ca09f897971f
 WHIRLPOOL 
c1e4f4419dcae706e5c9189672505b8572ed813eaa4efed2a6f82c89d59d1d2d9777fbd5f0e1904cce7c955db8f924ef1da873cc0621be88167191d2fea7227b
+AUX irrlicht-1.8.1-gentoo.patch 3813 SHA256 
e1ea240dc0746036cff6e6f151389f650d8b4425e3a91fed5383200f51c86475 SHA512 
b2ac774f6b2079158d94e5c13c831b7f53fbce3953684ae3d797fbfb3d313b2d35fefee807daea8aa24374ddb47bbd2fa65577982b9a9123178f50561ea1d8de
 WHIRLPOOL 
b9f2c2db21aeaf59714ea91578a702e7cc8beb6ddef3d6a20dfaaec44fccd06638ac854b72a2b6fcb52f11213dffb8c610e7ef4f7b3f0f1f513aa27f00bcfbe5
+AUX irrlicht-1.8.1-jpeg-9a.patch 484 SHA256 
ec5346a4f46f3cfbdd21932038e8eacfb267fc5b1fae114ab613188ded638fe1 SHA512 
bc865101bf5315a445d09a03cddf25b90c68b06a27a514feefb9bb627320c7295c2f66c53492c4f47ad22e59c0278b6e9bc2381d371045b7766db13c09b80c01
 WHIRLPOOL 
a0b6faa7f822fa7c400ade21d84142dc764662f2091ce9c449316dcd4091a66de5348a779447b77ab0c3a107e673cc0df0b9a7b1bef4a0fbe3b742c65e926a0a
+AUX irrlicht-1.8.1-mesa-10.x.patch 1394 SHA256 
d17e8084cb5b458aef85a136b6366e07e615b8dcca18fd7f66a96d7ab750 SHA512 
44c16419c07597ba6d06d66057fbe2ab86e7b02b5dcdf458678b4ea87f6f721840da951ae4df59c983e1da83abdbe45f82e44a6a311bd42eb94d93dfd5aa437c
 WHIRLPOOL 
b8f537dc83460b5f4e40a4296a5c6f9be8fa1f2d771425d582fa6374646eb11c8642cb8ab5af551d9c9d7602dc05ca37386c26ec7e83089bbf30e205aa53a5b2
+AUX irrlicht-1.8.1-sysctl.patch 540 SHA256 
ea2c0ae20130471b851c1bb1c9add0e31730ee0aa32520a6280b1ed9d5aa6966 SHA512 
63b2bebb380db2a561df31c88db0720e5b0ce06845f2606f8f20b7884d44a791f514c83ba0e394a6d0a3731691e00e4a1c3bd9eec7f8263e27fc22508940ec7f
 WHIRLPOOL 
5c6073c5b6bf90d157ad69fcfbff1dcbc9751ab7f3911742e70f68610226b188bb8550d0dc2c67d42c1c8ba73bfaab3931fdcb96e6f2aa35ce4f57b2e3a5228b
+AUX irrlicht-1.8.4-config.patch 1332 SHA256 
ff09a0fc4073ec98e8ba52743771c79fb8e73a9945a6cdf7a31f22689baaa96f SHA512 
deb481b6d9c80264cf9dcd3edb4a83a5d522469b7764a46b7c5de3a9e3b9d93ef2c9cbfa18af2fc258bb424d5485e57ce320afea33445fc30746b0af86832853
 WHIRLPOOL 
ed1fa729b46c601b8d1d11873c8eebbd5298bbc60d1ca423b9bf3ed5ce6197b5b57a6d464393fc06168f8ba7b781a2bf9369523239f366670e509b4bce5e0775
+AUX irrlicht-1.8.4-demoMake.patch 28102 SHA256 
f3950fc93cf3ba18350741709667ed950dc1e25f0ce6417fe6a4695963b4d36b SHA512 
31ede81f80ae1fb495e433ac31df7653c80ce67908c77d78d240afb5e075a3486c61aca4970951b9cda4357de704b4f3f0797c234e2d1646d917abe211bbfa77
 WHIRLPOOL 
51655ea6a17ffbad0dbd6e825903416126c513e8d59f8b42d9ec34651ed0bd465a4fd0337fa177fb46862ffc17ec8e1e83d6f8d2d982c9efb64ef8b80aeb5c75
+AUX irrlicht-1.8.4-gentoo.patch 3843 SHA256 
051ee3b575dacef71dba1baceeceae65c0a6174bcd69355511b1b91a920bc133 SHA512 
72d25edd116a3d98168dba63af68c4d58145d50c665682c934bcf4db59e6ef235ee6ddb4611b6426577db6d0aebf93d26ef09a3e23f6236b798c276ca806a885
 WHIRLPOOL 

[gentoo-commits] proj/musl:master commit in: dev-python/numpy/files/, dev-python/numpy/

2016-11-08 Thread Aric Belsito
commit: fd7e689d2375e80cf584c9eb39f7a6f3e3bda6a9
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 04:21:00 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 04:21:00 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fd7e689d

dev-python/numpy: Add 1.11.2-r1

Sync 1.10.4-r99 and drop the r99

 dev-python/numpy/Manifest  | 10 ++-
 .../files/numpy-1.11.1-no-hardcode-blas.patch  | 71 ++
 .../numpy/files/numpy-1.11.1-no-xlocale.patch  | 11 
 .../files/numpy-1.11.2-import-module-fix.patch | 27 
 ...numpy-1.10.4-r99.ebuild => numpy-1.10.4.ebuild} | 11 ++--
 ...py-1.10.4-r99.ebuild => numpy-1.11.2-r1.ebuild} | 55 +++--
 6 files changed, 159 insertions(+), 26 deletions(-)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index c4ce421..38984c3 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,8 +1,16 @@
 AUX numpy-1.10.1-musl-fix.patch 543 SHA256 
2d3f0358f9a5a33f783817964d1985f48eaffb5f239f494b9a57cab1c35565d7 SHA512 
b832d756e2518471c117e72bba01c5b93859d694948f545f136a12cca69dc9f9a459539fce8fde740c0822c423572ec6aa9e805a28a6d9620df36b54c52b1d8f
 WHIRLPOOL 
8708b667ce5d86ef5e7b468d5e059cf7d3ca572fff5e462f0f12f3855e0addd0dc9170390f720b90ccbb01c330c308124596d9808ad05f8ea8c0658de63e8284
 AUX numpy-1.10.2-no-hardcode-blas.patch 3295 SHA256 
fb1ac68398a9c4fbf2396083e85480d46077d7b29069d8b62c4a929ab48216d1 SHA512 
456f3b7016d12fea49c8db08cec81e207575a28018490c5b2eece8b4167e22dd93a5811d90f43435a0341ecb3a3cbc6c2fd804869ba9d96b7b2382736805aadd
 WHIRLPOOL 
2a34f1f6f6a3a37a67b7cb1419b0aca7891ab9375cb5489f4ac974e71dff9f6e9442d0b3414437bf3010f271d7782b89b111ef34dcee1530c39e43bebe1a7b08
+AUX numpy-1.11.1-no-hardcode-blas.patch 3403 SHA256 
c0943f88112e0aff962f2eac4478668d7bce35943791985d1b06a7184df569bb SHA512 
0b32bf8e6fe08d139a589f5ca6a6d7d80716712f3cebcd84574ba5e90b283df84765d492f18e1fe3712aec6dbd6881a1b03e157e1cd6d42d6cd37022a62597aa
 WHIRLPOOL 
5adec2edc32764f01563203731ca045bd7635a72e30eba27bae4bcd09adfe4a79996c0abef8b6856975e7bd5e63c1a7363e7fc6e6721711ce95fb7d343b89aeb
+AUX numpy-1.11.1-no-xlocale.patch 395 SHA256 
e92d51ebbbc01dae37fab2c26b4ad64c4c791da62d52911ab8b6221ee732450a SHA512 
2d53027efcb841ddc5ccc020d2a5df687815cf40b309c359f0efd7bfd431abc2786cf8b8b33b9873452f7907bd8b4f43470b5048ad122951a3b81203a5ae6494
 WHIRLPOOL 
e4ddce622b7c7912936a54497f3077ee88a278468ca176758457ebe6de89bd33aebc3274ee85cf80a91d9d2a9cb68996fe7b42b7fee4bc9998d8673c6f4146c5
+AUX numpy-1.11.2-import-module-fix.patch 932 SHA256 
890e1a4d48e510f890b1809b427bbe37ee25abe43349d859de7a9475a5f6b8dd SHA512 
5f4b72cbab6a577490b029f3be5cbdacb0f161a26c20a37e1c924e5a9ba6403098de85cf578567292b31eb0a07c9f5ac6053f12c623e00e26605b6cc2f67ffe3
 WHIRLPOOL 
44db6690cf9bd91934ffddf572fc2821c67e4b56c09634a0eb68855c6b0969579747761596b3f48433a01a225061ea358807bea23f18d9f281a3a9f20a321105
 DIST numpy-1.10.4.tar.gz 4069996 SHA256 
7356e98fbcc529e8d540666f5a919912752e569150e9a4f8d869c686f14c720b SHA512 
57ace46e357d49be0efd904e5ceb9862c626c916987c8798a12de7ae1e06816ad8483439ac4619792a04889631b5998f2397dc601c78dea33a784b4831c19c79
 WHIRLPOOL 
76946c2543b1cade06d71f83fd507bd818c1090baa9c3ddda7d1f48d48ed23672c5d9de76db890df990c6d8b7b26b71d3ce733c448943ad4177374a957360d1c
+DIST numpy-1.11.2.tar.gz 4178447 SHA256 
04db2fbd64e2e7c68e740b14402b25af51418fc43a59d9e54172b38b906b0f69 SHA512 
c1818de5c8b92cc2a673149f090cc863b484afd29e8a014ffcf8d0f5e70cf8886c7662dbe45847712dec8ae0412d1cb48b13cceefe3e4ec0e85bb20e4beaa46e
 WHIRLPOOL 
668acc8ada165b57e1b2ab76969affa0098a5746c4ca21ae88cd189c5e6f79bde9d05bf951604d0c0f7400174f1e58f17fa0d662029f0b91cff78118fe3cdb0d
 DIST numpy-html-1.10.1.zip 9663942 SHA256 
4af48eb5abf2551f01d85aea7e9a99a30096777f02937dc185b16bb72a110366 SHA512 
9d1f3619b801c88604a0495290da4ae8cfb4800257d549214363c554c1dc09a736425d594ed88f492afee6ae7c68fe5c166b9b3a8f24637ea41d67fd23b9d9f9
 WHIRLPOOL 
d6c93e31e31c832fb21f117d03719e0375ee3d27fb6f7975bfcd12469df4a2ed0a25a16bd09a0e2113407446efc220e5bff534f7cd76a715c3d7df26c02f07a1
+DIST numpy-html-1.11.0.zip 9879611 SHA256 
0244bff4b585ab417be963f492e69129e54bb83d630b463591f9e89c62807d85 SHA512 
7bf416030c273c767a98d0f23adef0e5fd05f96f6bb911e32ec88821a5bc7c47a2799d33fb0706cb2d391ea6e47b3e0eef0d789eb1c0d81c982cfaa991a09822
 WHIRLPOOL 
d7e81340aa1ec46c2b0d36b76e7a1e11ba7d1b39177a8168efe734936e1622808c8997a8cc22f773b9c3e17b51f5861e11eaf7fa89e9b0c61cae937ee7b5fdba
 DIST numpy-ref-1.10.1.pdf 5382006 SHA256 
72ae03348d0375ff2f18056efd04e815cc1d27b738d0685c80f5204a496bc279 SHA512 
25085eb7cb80343abffe04ee01ea93603427913ba4443fbfdaa1ef1ad07a8642c47259d0bb1cb91a9059f786c03395bba76f608c6f0a2fd26d1afec4847d885c
 WHIRLPOOL 
d904d9b2824bfb08a0eeffeb37f7d646d003c39230d950d387e2ddc8e475a117b8305a0ce3dc479be72f010b1a868f22ddfde17e6c4cd7c56630bbdf09afb90e
+DIST numpy-ref-1.11.0.pdf 5310792 SHA256 

[gentoo-commits] proj/musl:master commit in: dev-libs/wayland/, dev-libs/wayland/files/

2016-11-08 Thread Aric Belsito
commit: c9482880eb156542bb91e70ff5cc302fa5df7b7f
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 01:19:05 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 01:19:05 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c9482880

dev-libs/wayland: Add stable

1.12.0 has the uint patch included.

 dev-libs/wayland/Manifest|  4 ++
 dev-libs/wayland/files/1.11.0-replace-uint.patch | 12 +
 dev-libs/wayland/metadata.xml|  8 +++
 dev-libs/wayland/wayland-1.11.0.ebuild   | 63 
 4 files changed, 87 insertions(+)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
new file mode 100644
index 000..ca5c32f
--- /dev/null
+++ b/dev-libs/wayland/Manifest
@@ -0,0 +1,4 @@
+AUX 1.11.0-replace-uint.patch 436 SHA256 
de3a362ac0d1f4874561b2ec0546f6d8a704b800bcc622458ded5b16c3e371ce SHA512 
0b061820ce75f45e5d8d3d5f198759057bbc37a266f56e59ede3646aa1c80a1c6e0198dfef3e678bf72d4ed7d9d2137f7688d5556eb00d3afe7d8a19033857f5
 WHIRLPOOL 
59c06465767c24b9f0d49d73aeb8982460cdced87304f671d363deb7325dc8d0b803d2ca1b5ee9fc2e9810ee00deef8d2469c1a5c8e3e253064192560ceb00f8
+DIST wayland-1.11.0.tar.xz 374468 SHA256 
9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 SHA512 
c8a0c927b6e095707a58398fe545ed708f4c808a70920c1f82c79d4275e6137cdf9926c0f18227faba511f717f4db4dfee9528075e00ec600ea44b97479471dd
 WHIRLPOOL 
6361bb1b05c5629b56e32d75ef4dd8398bacc31c03174e082b75850aeda2284fad929ccf91548b9d95b65524d3200013c27e02038c63ccb7e7f2f680e47cd3dd
+EBUILD wayland-1.11.0.ebuild 1467 SHA256 
787ac6b7f87df70987c30e380bb09477126800d1f31940561282ee791ebd9545 SHA512 
512cc910bfb209005a5c9f8bfe74c95b59f249d6fd9656628a2db4f242b2afaefa5e3488c4b6acee90983f5d35e6e31e782cbe4fa4df710dc3680c37217e0556
 WHIRLPOOL 
bdb4ed0d4b73d49dc6f4f531ff3a71861fc0d599e4e56075b1cc4205a8922cf2250f362727c1b3d78053b17215ca87709a3d24299ca1769b3b8157042b85204f
+MISC metadata.xml 230 SHA256 
677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 
d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
 WHIRLPOOL 
4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306

diff --git a/dev-libs/wayland/files/1.11.0-replace-uint.patch 
b/dev-libs/wayland/files/1.11.0-replace-uint.patch
new file mode 100644
index 000..ec27874
--- /dev/null
+++ b/dev-libs/wayland/files/1.11.0-replace-uint.patch
@@ -0,0 +1,12 @@
+diff -Naur wayland-1.11.0.orig/src/scanner.c wayland-1.11.0/src/scanner.c
+--- wayland-1.11.0.orig/src/scanner.c  2016-06-04 12:01:44.211512287 -0700
 wayland-1.11.0/src/scanner.c   2016-06-04 12:01:14.270164487 -0700
+@@ -808,7 +808,7 @@
+   struct interface *i;
+   struct enumeration *e;
+   char *enum_name;
+-  uint idx = 0, j;
++  uint32_t idx = 0, j;
+ 
+   for (j = 0; j + 1 < strlen(enum_attribute); j++) {
+   if (enum_attribute[j] == '.') {

diff --git a/dev-libs/wayland/metadata.xml b/dev-libs/wayland/metadata.xml
new file mode 100644
index 000..e943b72
--- /dev/null
+++ b/dev-libs/wayland/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   x...@gentoo.org
+   X11
+
+

diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild 
b/dev-libs/wayland/wayland-1.11.0.ebuild
new file mode 100644
index 000..9257c2a
--- /dev/null
+++ b/dev-libs/wayland/wayland-1.11.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+   AUTOTOOLS_AUTORECONF=1
+fi
+
+inherit autotools-multilib toolchain-funcs $GIT_ECLASS
+
+DESCRIPTION="Wayland protocol libraries"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+if [[ $PV = * ]]; then
+   SRC_URI="${SRC_PATCHES}"
+   KEYWORDS="alpha amd64 arm hppa x86"
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc static-libs"
+
+RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   dev-libs/libxml2:="
+DEPEND="${RDEPEND}
+   doc? (
+   >=app-doc/doxygen-1.6[dot]
+   app-text/xmlto
+   >=media-gfx/graphviz-2.26.0
+   sys-apps/grep[pcre]
+   )
+   virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PV}-replace-uint.patch" )
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(multilib_native_use_enable doc documentation)
+   $(multilib_native_enable dtd-validation)
+   )
+ 

[gentoo-commits] proj/musl:master commit in: dev-libs/weston/, dev-libs/weston/files/

2016-11-08 Thread Aric Belsito
commit: 9dacace1698884a65a9cd45bc8b59af1b76f7fcd
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 01:20:27 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 01:21:50 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9dacace1

dev-libs/weston: Add Latest

1.11.0 in both weston and wayland added a lot of musl incompatibilities for no
reason -- the patch removes use of error.h, which musl doesn't have.

 dev-libs/weston/Manifest|   5 +
 dev-libs/weston/files/1.11.0-musl.patch | 265 
 dev-libs/weston/files/README.gentoo |   9 ++
 dev-libs/weston/metadata.xml|  26 
 dev-libs/weston/weston-1.11.0.ebuild| 158 +++
 5 files changed, 463 insertions(+)

diff --git a/dev-libs/weston/Manifest b/dev-libs/weston/Manifest
new file mode 100644
index 000..08a2abf
--- /dev/null
+++ b/dev-libs/weston/Manifest
@@ -0,0 +1,5 @@
+AUX 1.11.0-musl.patch 6945 SHA256 
c328fffeeb5e5c8ad1b5198c62ba0da415fb0c0ac003070d83c11cde5057b5dc SHA512 
6c798b7dad8f81c1cd550b9aa30e11729881dff09141cd811d90e2ad06da7f756542d8844b1a2a2948b247935cd4261d46aa9b991aaaeada226c418512734b2f
 WHIRLPOOL 
719cf3a43ee54c4ab2fd3f3500560a3c10bb974d897cd07c501afe85ee37ab1235ffc5583bbfd3015ecfbe7d9745e6350f9ef9cf78913346bb9f8e4659a0108c
+AUX README.gentoo 383 SHA256 
ded85eb05b14162aceb7ba67e49be207bbe15591fa519743478618def88cee85 SHA512 
e4d8f8e0edeb6773dd7ef6329074d1e40b694b9e7e10b6a429d8c5dd4fe1170594f447a42eb41446ec2355829a1da1606bf6c544434551c5c931b0794422e786
 WHIRLPOOL 
8bc2485d91a399eb9d283ec3363546852be9a1a3e69214b3c7cc9a6427c4e10355dc8732de0d8b688f9df8a4bc03df25c3ce7b33c19773b7a47616c93f82bd81
+DIST weston-1.11.0.tar.xz 1242244 SHA256 
05e086e9f186a06843b9f7a5e1abf19347b1a6e4be26d7e74927abc17b6b7125 SHA512 
30c43058aeca2d90d8c57ee3beb824aa42474eb2d0fa942622949b49c7771eb5d8d9c452d496a13950baabffef3c343d7386821778ae931939039fab2f782ad5
 WHIRLPOOL 
5e76484c1413ddc14c426c80845790e6b636bb2d827188563ca9b41f23ca4afd6cf20c8a743c0ff1b6c09d371c3e6988d0e9765333660aeb8723ddf62208b876
+EBUILD weston-1.11.0.ebuild 3671 SHA256 
1961ced3c29cdae326f21323f8404ca56ac4880c791bfc35bb781a239bd21a13 SHA512 
88de8968e3ca286cbea8df932225619cb000cbfadf591174b8f687fe67831b8e17ca2c4a1c9a0b3d200ebd6b18fdb08789115a914e1df284ce534a4139c24be0
 WHIRLPOOL 
a7a68946e418bbfe6e32a65512e5b5a9fcaecb6ea1b5abe0072767f736b3c77f6be33f4ea681612e081681ba636041fafb694d6ae95939571dd2f72eccfea624
+MISC metadata.xml 1346 SHA256 
2710b274618784eb36f2c67fa8778b95c49ff2eeb3b52757bca963a363f455e4 SHA512 
27e5e3fde5db5d9e04138b1abdeb77a09a3a0c726c28b1ba63db4aec44c1be8804cfc171893573ac2b4365dc94c725129843267cb0ab938bc5599aa186f26094
 WHIRLPOOL 
70f1a3c35da4948698ab39fc95d3b433d50b9170090050a0b8f4f1c2669011f2bd0d0f177414ae4744fcebdf7728174339578666b26d1508c56720cdb530fbfe

diff --git a/dev-libs/weston/files/1.11.0-musl.patch 
b/dev-libs/weston/files/1.11.0-musl.patch
new file mode 100644
index 000..b568b47
--- /dev/null
+++ b/dev-libs/weston/files/1.11.0-musl.patch
@@ -0,0 +1,265 @@
+diff -Naur weston-1.11.0.orig/shared/xalloc.h weston-1.11.0/shared/xalloc.h
+--- weston-1.11.0.orig/shared/xalloc.h 2016-06-21 10:44:19.589264446 -0700
 weston-1.11.0/shared/xalloc.h  2016-06-21 10:44:32.790394210 -0700
+@@ -30,6 +30,7 @@
+ extern "C" {
+ #endif
+ 
++#include 
+ #include 
+ #include 
+ 
+diff -Naur weston-1.11.0.orig/src/weston-launch.c 
weston-1.11.0/src/weston-launch.c
+--- weston-1.11.0.orig/src/weston-launch.c 2016-06-21 10:44:19.613264682 
-0700
 weston-1.11.0/src/weston-launch.c  2016-06-21 10:54:33.890366803 -0700
+@@ -33,7 +33,7 @@
+ #include 
+ #include 
+ 
+-#include 
++#include 
+ #include 
+ 
+ #include 
+@@ -225,11 +225,15 @@
+ static int
+ setup_launcher_socket(struct weston_launch *wl)
+ {
+-  if (socketpair(AF_LOCAL, SOCK_SEQPACKET, 0, wl->sock) < 0)
+-  error(1, errno, "socketpair failed");
++  if (socketpair(AF_LOCAL, SOCK_SEQPACKET, 0, wl->sock) < 0) {
++  err(errno, "socketpair failed");
++  exit(1);
++  }
+ 
+-  if (fcntl(wl->sock[0], F_SETFD, FD_CLOEXEC) < 0)
+-  error(1, errno, "fcntl failed");
++  if (fcntl(wl->sock[0], F_SETFD, FD_CLOEXEC) < 0) {
++  err(errno, "fcntl failed");
++  exit(1);
++  }
+ 
+   return 0;
+ }
+@@ -464,7 +468,7 @@
+   int pid, status, ret;
+ 
+   if (read(wl->signalfd, , sizeof sig) != sizeof sig) {
+-  error(0, errno, "reading signalfd failed");
++  err(errno, "reading signalfd failed");
+   return -1;
+   }
+ 
+@@ -530,49 +534,69 @@
+   int tty0 = open("/dev/tty0", O_WRONLY | O_CLOEXEC);
+   char filename[16];
+ 
+-  if (tty0 < 0)
+-  error(1, errno, "could not open tty0");
++  if (tty0 < 0) {
++  err(errno, "could not open tty0");
++  

[gentoo-commits] proj/musl:master commit in: dev-libs/icu/, dev-libs/icu/files/

2016-11-08 Thread Aric Belsito
commit: 45b26f4c5ef1ccb8968d31dd6144845516dfdad4
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Nov  9 01:24:00 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Nov  9 01:25:10 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=45b26f4c

dev-libs/icu: Add 58.1

The most recent version assumes that we use xlocale.h on all operating systems
that aren't windows -- but musl doesn't have xlocale.h

 dev-libs/icu/Manifest |   5 +
 dev-libs/icu/files/icu-58.1-no-xlocale.patch  |  18 ++
 dev-libs/icu/files/icu-58.1-remove-bashisms.patch | 224 ++
 dev-libs/icu/icu-58.1.ebuild  | 142 ++
 dev-libs/icu/metadata.xml |   8 +
 5 files changed, 397 insertions(+)

diff --git a/dev-libs/icu/Manifest b/dev-libs/icu/Manifest
new file mode 100644
index 000..9c6edc3
--- /dev/null
+++ b/dev-libs/icu/Manifest
@@ -0,0 +1,5 @@
+AUX icu-58.1-no-xlocale.patch 493 SHA256 
31fa67910ebb691f70d1edfc685a5cd735f0df2cced92f3a9ccdc79ae172883f SHA512 
e56576c527049f1fd32185e32b5bbc23d2c861fb1da8491a6f957c8b2919637a795a36e9616bd433bc8aed2e78c06be6108162640838644194e7a79448b72701
 WHIRLPOOL 
ec0eb13c54b6e58469d0095a34f58d8689344215175b4e850be459e99f9c3c1209e4e913e3185e9666436f1d668d1d6d8acdb38c5bbba36fbb04ddf2443e686c
+AUX icu-58.1-remove-bashisms.patch 5888 SHA256 
8a2177d5f549168d5680d6477381a9f6f5ca0bd8f6bd23cc30d7f953e10907bc SHA512 
54835db4db5bca704aed015a911a1f5285fbd3f6d09493cdcf98493d87a03851c9ee79cc9cbcb45da409513ad5b3af38b302aa5d164992d94af1f80c6349aeb8
 WHIRLPOOL 
8f0d95fe666a3de52ebf4511b0792add819e4dbf3e5e259e2f80bd1fce28e21bd046084a18c3130dc16ad1bc3c73cb912c8bb1d0d8bb387b0587d8748c656824
+DIST icu4c-58_1-src.tgz 23366443 SHA256 
0eb46ba3746a9c2092c8ad347a29b1a1b4941144772d13a88667a7b11ea30309 SHA512 
59b2a76834192a35125fda326587e613ef4486152cf0278c6f22568d4ae02c4b2d897efcea2654ef2b11bd1c3154aecd38cb68a70f69430736f343689f94c155
 WHIRLPOOL 
faf2624a83f0d6f874166b328522dc9c89088db2690433ab05e96371722b635b81fd5210c7e87fe8e5df6681e881cf10204832925b448552affe8c2f6c851e37
+EBUILD icu-58.1.ebuild 2982 SHA256 
560c2036409990a493667bd3f320b6013a798c8088ecfb63f9bf423ff25093a2 SHA512 
1e7d9ccc2c8a40c1f87c3f035563314a30727b186051bc25263bf89a17c8e36dbaddf777b45203454970dff58712709481dce4921a3b205e0fe17a366ed38dde
 WHIRLPOOL 
122602a8a986bd04c0e734314e3814399b86e41f72e0b97a0644c836e31fdd7f30b292d0d31e12048ea2a852ac3b19ca174e8a6255973b0dcb9f6b514c3c047a
+MISC metadata.xml 255 SHA256 
34d028c790cfe86c47c5c3dcf8655fcefc3e23ff52fed38a400ce42d678c8c5e SHA512 
ac646e8ac676faf0aac283e4be31c5f2b29e98ccf07327073ed05e688ce696caf639bdfea63e4aed141a90e84c0a86892bc717a52b95cdf1739aaa15240013c3
 WHIRLPOOL 
87f716948fe95e5417f8da0c4c90cd51a68f246ac8ae87a2e2a31c11c709f220d664eb893b34692577415e5f5eb351dd7e310dbc59f508fa40c7edb8ceeb

diff --git a/dev-libs/icu/files/icu-58.1-no-xlocale.patch 
b/dev-libs/icu/files/icu-58.1-no-xlocale.patch
new file mode 100644
index 000..0bf4e69
--- /dev/null
+++ b/dev-libs/icu/files/icu-58.1-no-xlocale.patch
@@ -0,0 +1,18 @@
+diff -Naur a/i18n/digitlst.cpp b/i18n/digitlst.cpp
+--- a/i18n/digitlst.cpp2016-10-16 22:10:38.0 -0700
 b/i18n/digitlst.cpp2016-11-07 02:46:13.155828312 -0800
+@@ -60,13 +60,7 @@
+ # endif
+ #endif
+ 
+-#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
+-# if U_PLATFORM == U_PF_CYGWIN
+-#   include 
+-# else
+-#   include 
+-# endif
+-#endif
++#include 
+ 
+ // ***
+ // class DigitList

diff --git a/dev-libs/icu/files/icu-58.1-remove-bashisms.patch 
b/dev-libs/icu/files/icu-58.1-remove-bashisms.patch
new file mode 100644
index 000..ef60ce4
--- /dev/null
+++ b/dev-libs/icu/files/icu-58.1-remove-bashisms.patch
@@ -0,0 +1,224 @@
+diff -ruN a/config/Makefile.inc.in b/config/Makefile.inc.in
+--- a/config/Makefile.inc.in   2016-09-09 23:28:18.0 +0200
 b/config/Makefile.inc.in   2016-11-05 19:43:07.68848 +0100
+@@ -124,12 +124,6 @@
+ # with usually. Many applications will want to add $(ICULIBS_I18N) as well. 
+ ICULIBS = $(ICULIBS_BASE) $(ICULIBS_I18N) $(ICULIBS_COMMON) $(ICULIBS_DATA) 
+ 
+-# Proper echo newline handling is needed in icu-config
+-ECHO_N=@ICU_ECHO_N@
+-ECHO_C=@ICU_ECHO_C@
+-# Not currently being used but good to have for proper tab handling
+-ECHO_T=@ICU_ECHO_T@
+-
+ ##
+ ##
+ #
+diff -ruN a/config/icu-config-bottom b/config/icu-config-bottom
+--- a/config/icu-config-bottom 2016-09-09 23:28:18.0 +0200
 b/config/icu-config-bottom 2016-11-05 19:49:00.854481361 +0100
+@@ -218,65 +218,65 @@
+   ;;
+ 
+   --cflags)
+-  echo $ECHO_N "${CFLAGS} ${ECHO_C}"
++  printf "%s" "${CFLAGS} "
+   ;;
+ 
+   --cc)
+-  echo $ECHO_N "${CC} 

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

2016-11-08 Thread Anthony G. Basile
commit: 653ae334b1c3c189abcd32ec8ca47d3145a46469
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Tue Nov  8 11:16:06 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:40:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653ae334

net-misc/i2pd: remove old

 net-misc/i2pd/Manifest |  2 -
 net-misc/i2pd/i2pd-2.6.0-r3.ebuild | 99 --
 net-misc/i2pd/i2pd-2.7.0.ebuild| 99 --
 3 files changed, 200 deletions(-)

diff --git a/net-misc/i2pd/Manifest b/net-misc/i2pd/Manifest
index b1d6e4c..099e166 100644
--- a/net-misc/i2pd/Manifest
+++ b/net-misc/i2pd/Manifest
@@ -1,6 +1,4 @@
 DIST i2pd-2.10.0.tar.gz 2985581 SHA256 
614d746e4d0b13433de56eb0492a6a4aa36a5b43ab88f12429ed5bd20baa78a0 SHA512 
61c0b75327ca031afb879ae32ddc5ce871a7ba5c7705a127d1575d5fd7d8b0ee496363e57f6ed6857ac758bc2ed525f43ad2a369805c0f35e22b9ce9020c9dbe
 WHIRLPOOL 
10963d0857b169d0e76ac02be5a8c9530fc908554216d6d55195fe91fc71ad1740cb9cfd33cbe4dee8e4b7d7bd2a9b895e63516f67f980012b9446498584f16a
 DIST i2pd-2.10.1.tar.gz 2993590 SHA256 
84d3890ea9f381884deaeaf3154f945519f9a9f77d363e606f6408ea6d682631 SHA512 
0b5a51606507e86070f4fdeba2b649f71fd7d74f9ee9d0d52dba67dbe0e89aceef04972d0e8b7c59304a4cb610ba65f90e2f3704dc59b6ce6199eaa9ca3a
 WHIRLPOOL 
d5a04c49060c750cde9a017b2739cc5adb8449afcf91105c2c29077b57508e75bdddb3237d0c2a0c1984a704b37f32bfeb76b71aad287edb05c2b52eb8e8
-DIST i2pd-2.6.0.tar.gz 669220 SHA256 
3af3edfd5def3504cbda59aa737a47f9852f844a2f5a1b47659e138acdd614c4 SHA512 
73761737a50283ed78e59263ff91bb21a41147d85de62f2e27742f4f90d8e2441c20ec329b78f88e2255d837ed4584564396caee04df44b5cf5d7c1110508aa5
 WHIRLPOOL 
94821e65d05eba9e61ee353cc2318f0182c69393cdcf34bb3af818c54720fff76259532855689355453eb917639dcfd4e5d1e8d894f857bfc853728c11b1c71e
-DIST i2pd-2.7.0.tar.gz 410922 SHA256 
e4a3e192e424492962092f65a04fe12cac10f267ba2c99e2e62ca917741fba7e SHA512 
3ca7af86ff43f030ab6219bd5ebe9a9acf4822d452c5761b83392ab0055f7835cfd68ebb336a2af0817bcdf9c8ecbefb618d00374384ded0084b51594aa96e0e
 WHIRLPOOL 
e1d05a5454cd9a0dbee18fea3447bc81fc74ee519e6ddb8f3d984ac66076f4606a624d55b9f22e2542f491626c18b74235247fe665ba789da2258f53b159ecfb
 DIST i2pd-2.8.0.tar.gz 1695271 SHA256 
3f3f538b3c5b3095021311b434456c42d6f3b5e43dc7972c263b10ef179ba063 SHA512 
379b72c4021dc8342405a034219ecb3681014a0ea1612da8b61de2b03adf2611ebe267233ed2891a2fb5a345d9304d7501c42d8c985362be72239b653d0d3c39
 WHIRLPOOL 
511d4e3a084604289c041a69135d8afc5abca186fe96704ca35108e96c84523706aaa73c07884dcce65df1fe9fed9335cea65b52dc14bd4a61b94d6fd11c6838
 DIST i2pd-2.9.0.tar.gz 2967757 SHA256 
48139f83352f26023b99d7d6ee49e648febd2a8db6beb88c108facaf46a282e2 SHA512 
6d5f2c1b6b68a0dab3171c6dfe02ce4bbe4afd273a8ff1f93870813c7ad5728334b54f9ff0c91eb2be82249b88d40479bc0dd33b494562973a6a1239e3be65c9
 WHIRLPOOL 
3d1eaf3c09e9b0490c82198643e2a7f763885887c1a72b6a97105b7cc03c554093920b8739df74bb44b74850172a61963981d9b548d85be898c1124a6af9a5a7

diff --git a/net-misc/i2pd/i2pd-2.6.0-r3.ebuild 
b/net-misc/i2pd/i2pd-2.6.0-r3.ebuild
deleted file mode 100644
index 55adfa5..
--- a/net-misc/i2pd/i2pd-2.6.0-r3.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=6
-inherit eutils systemd user cmake-utils
-
-DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
-HOMEPAGE="https://github.com/PurpleI2P/i2pd;
-SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp"
-
-RDEPEND="!static? ( >=dev-libs/boost-1.49[threads]
-   dev-libs/crypto++
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   upnp? ( net-libs/miniupnpc )
-   )"
-DEPEND="${RDEPEND}
-   static? ( >=dev-libs/boost-1.49[static-libs,threads]
-   dev-libs/crypto++[static-libs]
-   !libressl? ( dev-libs/openssl:0[-bindist,static-libs] )
-   libressl? ( dev-libs/libressl[static-libs] )
-   upnp? ( net-libs/miniupnpc[static-libs] ) )
-   i2p-hardening? ( >=sys-devel/gcc-4.7 )
-   || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )"
-
-I2PD_USER=i2pd
-I2PD_GROUP=i2pd
-
-CMAKE_USE_DIR="${S}/build"
-
-DOCS=( README.md docs/i2pd.conf debian/tunnels.conf debian/subscriptions.txt )
-
-src_prepare() {
-   eapply "${FILESDIR}/${PN}-2.5.1-fix_installed_components.patch"
-   eapply_user
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-   -DWITH_PCH=$(usex pch ON OFF)
-   -DWITH_STATIC=$(usex static ON OFF)
-   -DWITH_UPNP=$(usex 

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

2016-11-08 Thread Anthony G. Basile
commit: 7acd663d2ca50f74cf5b55c47494d6291e832cb8
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Tue Nov  8 17:02:43 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:40:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acd663d

net-misc/i2pd: ROOT -> EROOT

 net-misc/i2pd/i2pd-2.10.0.ebuild | 2 +-
 net-misc/i2pd/i2pd-2.10.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/i2pd/i2pd-2.10.0.ebuild b/net-misc/i2pd/i2pd-2.10.0.ebuild
index 97bb971..2969a0d 100644
--- a/net-misc/i2pd/i2pd-2.10.0.ebuild
+++ b/net-misc/i2pd/i2pd-2.10.0.ebuild
@@ -90,7 +90,7 @@ pkg_setup() {
 }
 
 pkg_postinst() {
-   if [[ -f ${ROOT}etc/i2pd/subscriptions.txt ]]; then
+   if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
ewarn
ewarn "Configuration of the subscriptions has been moved from"
ewarn "subscriptions.txt to i2pd.conf. We recommend updating"

diff --git a/net-misc/i2pd/i2pd-2.10.1.ebuild b/net-misc/i2pd/i2pd-2.10.1.ebuild
index 97bb971..2969a0d 100644
--- a/net-misc/i2pd/i2pd-2.10.1.ebuild
+++ b/net-misc/i2pd/i2pd-2.10.1.ebuild
@@ -90,7 +90,7 @@ pkg_setup() {
 }
 
 pkg_postinst() {
-   if [[ -f ${ROOT}etc/i2pd/subscriptions.txt ]]; then
+   if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
ewarn
ewarn "Configuration of the subscriptions has been moved from"
ewarn "subscriptions.txt to i2pd.conf. We recommend updating"



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

2016-11-08 Thread Anthony G. Basile
commit: 2d7878b002d3fd28a8c1b4c885bc6144df6f8cb1
Author: Alexey Korepanov  yandex  ru>
AuthorDate: Tue Nov  8 11:15:37 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:40:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7878b0

net-misc/i2pd: version bump 2.10.1

 net-misc/i2pd/Manifest   |  1 +
 net-misc/i2pd/i2pd-2.10.1.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/net-misc/i2pd/Manifest b/net-misc/i2pd/Manifest
index 94b57b2..b1d6e4c 100644
--- a/net-misc/i2pd/Manifest
+++ b/net-misc/i2pd/Manifest
@@ -1,4 +1,5 @@
 DIST i2pd-2.10.0.tar.gz 2985581 SHA256 
614d746e4d0b13433de56eb0492a6a4aa36a5b43ab88f12429ed5bd20baa78a0 SHA512 
61c0b75327ca031afb879ae32ddc5ce871a7ba5c7705a127d1575d5fd7d8b0ee496363e57f6ed6857ac758bc2ed525f43ad2a369805c0f35e22b9ce9020c9dbe
 WHIRLPOOL 
10963d0857b169d0e76ac02be5a8c9530fc908554216d6d55195fe91fc71ad1740cb9cfd33cbe4dee8e4b7d7bd2a9b895e63516f67f980012b9446498584f16a
+DIST i2pd-2.10.1.tar.gz 2993590 SHA256 
84d3890ea9f381884deaeaf3154f945519f9a9f77d363e606f6408ea6d682631 SHA512 
0b5a51606507e86070f4fdeba2b649f71fd7d74f9ee9d0d52dba67dbe0e89aceef04972d0e8b7c59304a4cb610ba65f90e2f3704dc59b6ce6199eaa9ca3a
 WHIRLPOOL 
d5a04c49060c750cde9a017b2739cc5adb8449afcf91105c2c29077b57508e75bdddb3237d0c2a0c1984a704b37f32bfeb76b71aad287edb05c2b52eb8e8
 DIST i2pd-2.6.0.tar.gz 669220 SHA256 
3af3edfd5def3504cbda59aa737a47f9852f844a2f5a1b47659e138acdd614c4 SHA512 
73761737a50283ed78e59263ff91bb21a41147d85de62f2e27742f4f90d8e2441c20ec329b78f88e2255d837ed4584564396caee04df44b5cf5d7c1110508aa5
 WHIRLPOOL 
94821e65d05eba9e61ee353cc2318f0182c69393cdcf34bb3af818c54720fff76259532855689355453eb917639dcfd4e5d1e8d894f857bfc853728c11b1c71e
 DIST i2pd-2.7.0.tar.gz 410922 SHA256 
e4a3e192e424492962092f65a04fe12cac10f267ba2c99e2e62ca917741fba7e SHA512 
3ca7af86ff43f030ab6219bd5ebe9a9acf4822d452c5761b83392ab0055f7835cfd68ebb336a2af0817bcdf9c8ecbefb618d00374384ded0084b51594aa96e0e
 WHIRLPOOL 
e1d05a5454cd9a0dbee18fea3447bc81fc74ee519e6ddb8f3d984ac66076f4606a624d55b9f22e2542f491626c18b74235247fe665ba789da2258f53b159ecfb
 DIST i2pd-2.8.0.tar.gz 1695271 SHA256 
3f3f538b3c5b3095021311b434456c42d6f3b5e43dc7972c263b10ef179ba063 SHA512 
379b72c4021dc8342405a034219ecb3681014a0ea1612da8b61de2b03adf2611ebe267233ed2891a2fb5a345d9304d7501c42d8c985362be72239b653d0d3c39
 WHIRLPOOL 
511d4e3a084604289c041a69135d8afc5abca186fe96704ca35108e96c84523706aaa73c07884dcce65df1fe9fed9335cea65b52dc14bd4a61b94d6fd11c6838

diff --git a/net-misc/i2pd/i2pd-2.10.1.ebuild b/net-misc/i2pd/i2pd-2.10.1.ebuild
new file mode 100644
index ..97bb971
--- /dev/null
+++ b/net-misc/i2pd/i2pd-2.10.1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils systemd user cmake-utils
+
+DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
+HOMEPAGE="https://github.com/PurpleI2P/i2pd;
+SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp"
+
+RDEPEND="!static? ( >=dev-libs/boost-1.49[threads]
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   upnp? ( net-libs/miniupnpc )
+   )"
+DEPEND="${RDEPEND}
+   static? ( >=dev-libs/boost-1.49[static-libs,threads]
+   !libressl? ( dev-libs/openssl:0[-bindist,static-libs] )
+   libressl? ( dev-libs/libressl[static-libs] )
+   upnp? ( net-libs/miniupnpc[static-libs] ) )
+   i2p-hardening? ( >=sys-devel/gcc-4.7 )
+   || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )"
+
+I2PD_USER=i2pd
+I2PD_GROUP=i2pd
+
+CMAKE_USE_DIR="${S}/build"
+
+DOCS=( README.md docs/i2pd.conf docs/tunnels.conf )
+
+PATCHES=( "${FILESDIR}/${PN}-2.5.1-fix_installed_components.patch" )
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
+   -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
+   -DWITH_PCH=$(usex pch ON OFF)
+   -DWITH_STATIC=$(usex static ON OFF)
+   -DWITH_UPNP=$(usex upnp ON OFF)
+   -DWITH_LIBRARY=ON
+   -DWITH_BINARY=ON
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # config
+   insinto /etc/i2pd
+   doins docs/i2pd.conf
+   doins docs/tunnels.conf
+
+   # grant i2pd group read and write access to config files
+   fowners "root:${I2PD_GROUP}" \
+   /etc/i2pd/i2pd.conf \
+   /etc/i2pd/tunnels.conf
+   fperms 660 \
+   /etc/i2pd/i2pd.conf \
+   /etc/i2pd/tunnels.conf
+
+   # working directory
+   keepdir /var/lib/i2pd
+

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

2016-11-08 Thread Anthony G. Basile
commit: b504877ec82bade0b8e0c2704995c69a8fd21a50
Author: Luke Dashjr 
AuthorDate: Thu Oct 27 10:12:17 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b504877e

bitcoincore: Indicate gentoo build

 eclass/bitcoincore.eclass | 4 
 1 file changed, 4 insertions(+)

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 45d087b..aa9ed4b 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -365,6 +365,10 @@ bitcoincore_prepare() {
;;
esac
done
+
+   echo '#!/bin/true' >share/genbuild.sh
+   mkdir -p src/obj
+   echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h
 }
 
 bitcoincore_autoreconf() {



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/

2016-11-08 Thread Anthony G. Basile
commit: 8e7b800e40a9ca3ef373f9262eea2026c206ea63
Author: Luke Dashjr 
AuthorDate: Mon Nov  7 12:01:32 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7b800e

net-p2p/bitcoin-qt: Install protocol file in KDE 5 service directory also

 .../bitcoin-qt/{bitcoin-qt-0.13.1.ebuild => bitcoin-qt-0.13.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
similarity index 97%
rename from net-p2p/bitcoin-qt/bitcoin-qt-0.13.1.ebuild
rename to net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
index 1e90ef8..acbe6c1 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
@@ -108,6 +108,7 @@ src_install() {
if use kde; then
insinto /usr/share/kde4/services
doins contrib/debian/bitcoin-qt.protocol
+   dosym "../kde4/services/bitcoin-qt.protocol" 
"/usr/share/kservices5/bitcoin-qt.protocol"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/, net-p2p/bitcoin-cli/, net-libs/libbitcoinconsensus/, ...

2016-11-08 Thread Anthony G. Basile
commit: ba297ea6a06ea7ab8cbe056b53b3c167837aab14
Author: Luke Dashjr 
AuthorDate: Thu Oct 27 10:57:58 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba297ea6

Bitcoin 0.13.1

 dev-util/bitcoin-tx/Manifest   |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.13.1.ebuild   |  22 
 eclass/bitcoincore.eclass  |   2 +-
 net-libs/libbitcoinconsensus/Manifest  |   2 +
 .../libbitcoinconsensus-0.13.1.ebuild  |  28 +
 net-p2p/bitcoin-cli/Manifest   |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild  |  33 ++
 net-p2p/bitcoin-qt/Manifest|   2 +
 net-p2p/bitcoin-qt/bitcoin-qt-0.13.1.ebuild| 130 +
 net-p2p/bitcoind/Manifest  |   2 +
 net-p2p/bitcoind/bitcoind-0.13.1.ebuild|  69 +++
 11 files changed, 293 insertions(+), 1 deletion(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 10b5b4b..6bbd8fa 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -6,6 +6,7 @@ DIST bitcoin-0.11.2.ljr20151118.patches.tar.xz 98552 SHA256 
de44c8604de476d28282
 DIST bitcoin-0.12.0.knots20160226.rc1.patches.tar.xz 145776 SHA256 
93431aa2c1d66c41d52bbf8810df27228f5a0823db2416312d6e07a20dc78dea SHA512 
042c02dc64591f4edbad1cc421ee90e84d628f93292fd42b190728960a65eb76d0234d821ce2df92a3a66328a5368b5b42670ebf130045d92d74d74287a90990
 WHIRLPOOL 
b4543468936c6e16a8636c2eaed1d6f76a20958c2f2fda6f9c6a389cc79111369d906c08878e3eb7b2d6bad8299e3e16ad38a190dab80996f63adfda8c1c93f2
 DIST bitcoin-0.12.1.knots20160629.rc2.patches.tar.xz 283700 SHA256 
9bc8ff0946dfcd10d82b0f9ce3b509b23da244cddc3707013a9a8eebe64df1af SHA512 
25860908625d8e501e079e0cbb946432ca086edcacdcb59dc81d49eac309bfb70e4c4701aeb0d45cd51ffbebead4f211590b4870dff22c2886c949fd8e600643
 WHIRLPOOL 
da6c35551e87da57a4d0d67ee12e239638b02b634c4fc2c08912a1b56dd6348f595929af03719238d7bfc8f4e490b39672cc7671ec1c84f8c36b77a8f37fe643
 DIST bitcoin-0.13.0.knots20160814.patches.tar.xz 128520 SHA256 
be92292d55e624ce8494210a51d6228f20d3f7b5ee2faf4185ba326a5f18fd30 SHA512 
6a02c8bdfbf4373b6e6cff6ebbfe70e71121caae50e39b68e7e73b3dbe83b5717a03710c4a444ed9b5b9d09aee9494affcf52b86f1b05987d16953324d954ca2
 WHIRLPOOL 
c41dbadc730f1b8df2244dd294c63a1989ebaf4bc2057435eeb0743555345a6158c36b34589427c22eb717af9358096fb6ab3dd851fffc5cafafa76c812b7fd8
+DIST bitcoin-0.13.1.knots20161027.patches.tar.xz 386532 SHA256 
b3242fa3bf7959de31aba47b4124e582d0a3d2924a5fe48f91676ef586a5d2f0 SHA512 
de4fee50bb6fcf416f4d0d52283ae4b80fd06a544e9312808bec167b471bc1a20d6ded1ebba92cef937b2bd7ebae19c5c1153d6a10dad40cba4fb6c0a98b4fb6
 WHIRLPOOL 
768d3d1fdfe15d5d36d3d724224e3e33da5292764b3264bba89e3186e03d05cf57e957c071850bacc0fb49c7aae6cfd01bb649ffd82acfa4cfe695ef4b7e3b43
 DIST bitcoin-v0.10.0.tgz 5022212 SHA256 
ecff92e184fac4a96684085590a67554a27db72d0ac235b7cc054887644c0b70 SHA512 
f362a9d4ba405c02b2d01024a61b68f984dd6e441ef2254d05bf65cfe803c8b084bd3b14a76a3472251d96087e450091f95f26a691c248836c6d0b43dece8255
 WHIRLPOOL 
2185413c6d073b0dcb30001c8fb56301390206680ffc6d705ed99e102e68e5c4c1d08c495c38703631696fa9a4a3784befd71acfbec0e94b164bbbfde76158c3
 DIST bitcoin-v0.10.1.tgz 5053846 SHA256 
51bff5ba2372ca53782c5fec3d9b4b4226e94b5ac0b1b4b2b5949b97082af256 SHA512 
f89330b93f22ba5f393c9a7a48ce28196be0e16468e5d99c459e889c458cc3a7c3f6e4537996571aa8ccb0ebb2eedf80ad028da136a2e08e2f8631f69ac5f2fc
 WHIRLPOOL 
0cfb182f355151cde75601d2260cc92801e2dc1231ae2fca67610e699bb5f0cae826b09f456ca8afa283730954f11a8b180f43ae5a5297d129093fc0f9f53b4e
 DIST bitcoin-v0.11.0.tgz 5898627 SHA256 
a52cb63e96a13626243c78662ea659c90277728b8f40d27846e82fdf81ce58e3 SHA512 
bf1e05e115ecc375bfe9e342bf65db74784926e599a05f42f33b43781775d0469826228876269fcdc8a469bce45cb3dd4513e1f9dda5d36cc40adbb9aaf6f054
 WHIRLPOOL 
ca2f3feb9815ad9bfac0b573bc0a3a7bb55bb7467724d84a6baf6a469983625727bb0fd01722a0be74e2df0a29833aadc152d036819be660270733b57089e9bf
@@ -14,3 +15,4 @@ DIST bitcoin-v0.11.2.tgz 5958338 SHA256 
1adb0b5ea6dcbf9e3de9c6338b4f0d0abc6f72d8
 DIST bitcoin-v0.12.0.tgz 6708553 SHA256 
a5bac23b087c183821f06c19947cba2399ced09ee2b02c751ecbda9f808d8e33 SHA512 
2c6bec18eed7b8145ee711ae143b425e08ed3243454083a1a91eb2a1f16abcac2a5e053f83c9ae840cbbdea3960856b613ba17d269d8b60706379744a4cf9f4b
 WHIRLPOOL 
bd159d52567a84a577c0581cdd8df02030c25b32ee44df26e1081b588cbddde0d951226c1c46e69077d2e2887c98874455f340bb3fe01bede85d044ef1bb02e8
 DIST bitcoin-v0.12.1.tgz 6755692 SHA256 
3ff2947e956dcc52c37fc2302839ad2725cb68266a3542bd932e784a363d38c0 SHA512 
27a795af8bd53238172c582f1310457d9895f8fdddfa37e9dc58e27e032d7a543fc8341985b5a25a339ff7a971654eac9cb56fd409acb8ec095769535cafcaf4
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/

2016-11-08 Thread Anthony G. Basile
commit: f61f7c4c0d384185a9e941a3b0d261086ee43c11
Author: Luke Dashjr 
AuthorDate: Mon Nov  7 12:03:06 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:36:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61f7c4c

net-p2p/bitcoin-qt: Drop qt4 USE flag (Qt4 still used if USE=-qt5)

 net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
index acbe6c1..6c1be71 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.13.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 BITCOINCORE_COMMITHASH="03422e564b552c1d3c16ae854f8471f7cb39e25d"
 BITCOINCORE_LJR_DATE="20161027"
-BITCOINCORE_IUSE="dbus kde +libevent ljr +qrcode qt4 qt5 +http test +tor upnp 
+wallet zeromq"
+BITCOINCORE_IUSE="dbus kde +libevent ljr +qrcode qt5 +http test +tor upnp 
+wallet zeromq"
 BITCOINCORE_POLICY_PATCHES="+rbf spamfilter"
 LANGS="af af_ZA ar be_BY bg bg_BG ca ca@valencia ca_ES cs cs_CZ cy da de el 
el_GR en en_GB eo es es_AR es_CL es_CO es_DO es_ES es_MX es_UY es_VE et eu_ES 
fa fa_IR fi fr fr_CA fr_FR gl he hi_IN hr hu id_ID it it_IT ja ka kk_KZ ko_KR 
ku_IQ ky la lt lv_LV mk_MK mn ms_MY nb ne nl nl_NL pam pl pt_BR pt_PT ro ro_RO 
ru ru_RU sk sl_SI sq sr sr@latin sv ta th_TH tr tr_TR uk ur_PK uz@Cyrl vi vi_VN 
zh zh_CN zh_HK zh_TW"
 KNOTS_LANGS="nl_NL"
@@ -24,10 +24,10 @@ RDEPEND="
qrcode? (
media-gfx/qrencode
)
-   qt4? ( dev-qt/qtcore:4[ssl] dev-qt/qtgui:4 )
+   !qt5? ( dev-qt/qtcore:4[ssl] dev-qt/qtgui:4 )
qt5? ( dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 )
dbus? (
-   qt4? ( dev-qt/qtdbus:4 )
+   !qt5? ( dev-qt/qtdbus:4 )
qt5? ( dev-qt/qtdbus:5 )
)
 "
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
media-gfx/imagemagick[png]
)
 "
-REQUIRED_USE="^^ ( qt4 qt5 )
+REQUIRED_USE="
http? ( libevent ) tor? ( libevent ) libevent? ( http tor )
!libevent? ( ljr )
 "



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

2016-11-08 Thread Anthony G. Basile
commit: 46a939d38eeafe1345eba894535591b3ce77b99b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov  9 03:32:35 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:32:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a939d3

net-misc/tor: version bump to 0.2.9.5_alpha, remove 0.2.9.4_alpha

Package-Manager: portage-2.3.0

 net-misc/tor/Manifest   | 2 +-
 net-misc/tor/{tor-0.2.9.4_alpha.ebuild => tor-0.2.9.5_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest
index c168fa2..196f184 100644
--- a/net-misc/tor/Manifest
+++ b/net-misc/tor/Manifest
@@ -1,3 +1,3 @@
 DIST tor-0.2.7.6.tar.gz 4869754 SHA256 
493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d SHA512 
9b0dbfabe6cd05189b179da24bfaa73b89ab237775e3b5b0ebc0a22ee98909e9b13e55841a466f04000e0ff876c15f76515ff46abca28d05eeddbdc52f183afc
 WHIRLPOOL 
03adf1d113049ad0b7df11f4d7f2d21f2a4582fcf51046534666b748f8d2dae383fa9e9cc2b44a2388f993d21681801bff33cc2a0a9cb5aaa7cfb9600f62e4ad
 DIST tor-0.2.8.9.tar.gz 5306773 SHA256 
3f5c273bb887be4aff11f4d99b9e2e52d293b81ff4f6302b730161ff16dc5316 SHA512 
9a02e4f7901c2abb22f8250077bc078e9b6ae122ee54fbe7ecfb505d449e6e1766f6d9f95d7b794063471cbefe7410fece8524910f83579bff00d6da2a8ea6c1
 WHIRLPOOL 
6b97ad6405ca5043dbdb0c688f736ba4772ff997540dbc8be72755fdd0a53f8fcf8617920fff204d9bbdbf64bd4a1ca605799df364468732c633f45012212025
-DIST tor-0.2.9.4-alpha.tar.gz 5481286 SHA256 
fc5664fff4c86d3644043a068f11b17c57f9a295c37b7186bf90bb237913e400 SHA512 
f3e87e2985a9f99ceab57e06eca701b5e00f74f1c9322ebc0e8e388723697d320634d2a06ed674d3fc6566994ddc9aba54046cd5e243a97df2aef724542bc859
 WHIRLPOOL 
53f7e9b308b53ad776ccb890330bd109148ceab0dfab17538a1fa02ba6a2e0bd7b635c8bad2343644c9f25ccf113bf8f8367d600e7cc1c485c64691dbdede2e5
+DIST tor-0.2.9.5-alpha.tar.gz 5489651 SHA256 
d0c898ad5e8f1a136864aa105407c7b89f3e70d9462a7bb307a55a3afa5b62bd SHA512 
c0d6e85f90b5726f024f8d740cebfc9a596669117b6af2b1f3be28ac1a685d9416a1199e164c120540df8dac27a4143e3c82b0de8db1f128bd4070e05d6d2764
 WHIRLPOOL 
580f87c1fc9cfb42263aca77e5fe3023d7f137181a372d33826387f17c2f2cf5bd706cb1e26b019ef6ea1f982c4e481acb93e60c2d52925122beccf4ed8284fd

diff --git a/net-misc/tor/tor-0.2.9.4_alpha.ebuild 
b/net-misc/tor/tor-0.2.9.5_alpha.ebuild
similarity index 100%
rename from net-misc/tor/tor-0.2.9.4_alpha.ebuild
rename to net-misc/tor/tor-0.2.9.5_alpha.ebuild



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

2016-11-08 Thread Anthony G. Basile
commit: c6c30dbd2afc1f5ff20e1051c3dd76d769d61e86
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Nov  9 03:23:40 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Nov  9 03:23:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c30dbd

dev-libs/libressl: version bump to 2.3.9 and 2.4.4

Package-Manager: portage-2.3.0

 dev-libs/libressl/Manifest  |  2 ++
 dev-libs/libressl/libressl-2.3.9.ebuild | 51 +
 dev-libs/libressl/libressl-2.4.4.ebuild | 51 +
 3 files changed, 104 insertions(+)

diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest
index fc443da..0821c96 100644
--- a/dev-libs/libressl/Manifest
+++ b/dev-libs/libressl/Manifest
@@ -1,5 +1,7 @@
 DIST libressl-2.3.7.tar.gz 3013807 SHA256 
f59f5d859ce4867cc4761a13d02024f699491e277d54a9fe76e053e5b5f70860 SHA512 
5774ab7aa0e4c8f7c61c01192d6c5a782cef57022fcdc64cc61180b4f2ae483145c2e91d56eae78db27dfce04a7ca67fb63e6ce8a8b84b4bc961f65a2a108747
 WHIRLPOOL 
e68251d15a9a2dc9d35b3a4bfd092f7e030d0ba03339f000f201bd297190538368b12324336e5437800bf3b2f481ff739027d30f3f26367ddd48937f35a8f4a3
 DIST libressl-2.3.8.tar.gz 3013999 SHA256 
ae6aa4ed2c7d201310fef184310a85c88a315506f633e93fcdeaaec0d5a54fc2 SHA512 
5cd99e740894afffa6803087dde4e4207e035bf6f440904fcd4439ca1f63f22bdfe367423b2e95264bef06d1a0f929526d90e623864d0f7e99250a4f825bf282
 WHIRLPOOL 
e4afccd135d0f5cda295e9fe06d81eb0f5fcfb3ffaa18ed2d9a06e5d2fe1c196dc7912eac7e5427f6aa62564f7e6432f00154d5fc11de207da91c6c9d334a254
+DIST libressl-2.3.9.tar.gz 3014155 SHA256 
a6ff13664eb13af6dba00259cfb55a306b32b7688feef520a52fc0f60b8196fc SHA512 
3b0f27d419bc6f69d6fbde8f3b6e6abcda86591c0400e49e2d4327b834a3996fd7838a2cfa3a999c4e949e29f7d1ee319e26ee4c2b1a25b3fb4f07fe15345810
 WHIRLPOOL 
26dd4c09f114bc533aad6845bc2110d1aa400032dc20f0f496bc049e8866acb6b5157973f62fcd4047c742247aedc9f28ea2ee346ab19a07395ef27202422e44
 DIST libressl-2.4.2.tar.gz 3021644 SHA256 
5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3 SHA512 
abacecb318a787f5ef9d8469638b7485fe237d4d993f410d7da8c0773ab8eff8c7da988fe965f793b268711afe599dc28f994eedeaa2aafebeb40faa30af38db
 WHIRLPOOL 
a2cdd3109dd200fa9dc4ae0f47f536b2b6d68fd2e53901d4f90a8f39e71af41010d925cd408616f8e5da56f7a8b0397ab21a5bfd32ac68ee9bf48ccbb99a
 DIST libressl-2.4.3.tar.gz 3014721 SHA256 
bd5726f3e247e7a7d30ce69946d174b8fb92d999d22710c65f176c969812960e SHA512 
db3b585ca727eb3e5c5929200c8c86e01559f0d23edcddd6715141e596a3a72a9dd1a69fafda10239def92b586fc582578ecc0bf12bdfbaf083d18e0d3fe5300
 WHIRLPOOL 
eb38d65066e007b7dc88eb26a634c8e45045a8c8a2b5ec19e082607e894b509d1ce93297b77313b1a4f6b12146a22397881e0af78a4e1bff79bfbab55c583c71
+DIST libressl-2.4.4.tar.gz 3014463 SHA256 
6fcfaf6934733ea1dcb2f6a4d459d9600e2f488793e51c2daf49b70518eebfd1 SHA512 
3999e1a61d3e5f14fbce72fdb0089eaf1481fb20f8675a56b2ce8b5388cf7e1ef7d2f66d9593960b708037537053b47f87b2a7f820504213a756b21c34584fe4
 WHIRLPOOL 
8c3f2b78a31243f49a2e44ad2e43db6637465886652d164e290344fbe207479913a20d857514fd88cf0429131fb64ef2d31eefb178c362d779c400110e9605f1
 DIST libressl-2.5.0.tar.gz 3012855 SHA256 
8652bf6b55ab51fb37b686a3f604a2643e0e8fde2c56e6a936027d12afda6eae SHA512 
6372b27f1696e957389646a05b0572ad6936443b34fee0e57153b063831e00318fa1b434e3e0369f0c3df872e15ad3bee2f85db0851021444612f2a6f266a332
 WHIRLPOOL 
9b145915734a1914f0d36df04a8b35aa2ce2c91f7d6b3a978c5c6845314c56c61718fce6c471ba1a03f3d1ff052246c3db767adee99bc3d38a6bd692b9086ad0

diff --git a/dev-libs/libressl/libressl-2.3.9.ebuild 
b/dev-libs/libressl/libressl-2.3.9.ebuild
new file mode 100644
index ..f65fed5
--- /dev/null
+++ b/dev-libs/libressl/libressl-2.3.9.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
+HOMEPAGE="http://www.libressl.org/;
+SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz;
+
+LICENSE="ISC openssl"
+# Reflects ABI of libcrypto.so and libssl.so.  Since these can differ,
+# we'll try to use the max of either.  However, if either change between
+# versions, we have to change the subslot to trigger rebuild of consumers.
+SLOT="0/38"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="+asm static-libs"
+
+RDEPEND="!dev-libs/openssl:0"
+DEPEND="${RDEPEND}"
+PDEPEND="app-misc/ca-certificates"
+
+src_prepare() {
+   touch crypto/Makefile.in
+
+   sed -i \
+   -e '/^[ \t]*CFLAGS=/s#-g ##' \
+   -e '/^[ \t]*CFLAGS=/s#-g"#"#' \
+   -e '/^[ \t]*CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*CFLAGS=/s#-O2"#"#' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2 ##' \
+   -e '/^[ \t]*USER_CFLAGS=/s#-O2"#"#' \
+   configure || die "fixing CFLAGS failed"
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Calendar-Julian/

2016-11-08 Thread Kent Fredric
commit: 76d599d0b49aba5dcd83b6884217755e3423907b
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Nov  9 00:55:45 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Nov  9 00:56:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d599d0

dev-perl/DateTime-Calendar-Julian: Supplement missing DESCRIPTION

Value verbatim from upstreams ABSTRACT

Package-Manager: portage-2.3.2

 .../DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild 
b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
index 30b8528..fc3ddf6 100644
--- a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
+++ b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
@@ -8,7 +8,7 @@ DIST_AUTHOR=PIJLL
 DIST_VERSION=0.04
 inherit perl-module
 
-DESCRIPTION=???
+DESCRIPTION="Dates in the Julian calendar"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"



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

2016-11-08 Thread Manuel Rüger
commit: b85a02cf2dde2c03e1528309ddb554df7028898b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  9 00:47:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  9 00:47:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85a02cf

dev-ruby/xpath: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild 
b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
index 2f2e37f..663f6ec 100644
--- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
+++ b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
 



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

2016-11-08 Thread Manuel Rüger
commit: 58c1d3d72d85c4136619611c7a84285d4f12337e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  9 00:44:42 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  9 00:44:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c1d3d7

dev-ruby/vcr: Add ruby23 to slot 2

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/vcr/vcr-2.9.3.ebuild b/dev-ruby/vcr/vcr-2.9.3.ebuild
index 91df88f..656cd6a 100644
--- a/dev-ruby/vcr/vcr-2.9.3.ebuild
+++ b/dev-ruby/vcr/vcr-2.9.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"



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

2016-11-08 Thread Manuel Rüger
commit: 7622bb5b6f14e498ab3a13fb0e5cd715978b7a6f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  9 00:43:40 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  9 00:43:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7622bb5b

dev-ruby/vlad: Remove old

Package-Manager: portage-2.3.2

 dev-ruby/vlad/Manifest  |  1 -
 dev-ruby/vlad/vlad-2.6.5.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/vlad/Manifest b/dev-ruby/vlad/Manifest
index 39a1fe5..e87b7da 100644
--- a/dev-ruby/vlad/Manifest
+++ b/dev-ruby/vlad/Manifest
@@ -1,2 +1 @@
-DIST vlad-2.6.5.gem 29184 SHA256 
2447cce7b2db8695fcb9eb4fef5ed22932f217132e65ef95c3d66c5a07976044 SHA512 
d1cf81372b973ad383cba7ad42512e9f734efc2034ae40ba6ef68277693c01568ee68613b97c8ead81793c748b848d5201f3b45cc00c16e3b460a95e42702f4f
 WHIRLPOOL 
50942dd5fb0cff59da56613b146edc2bc565b5e755bfea8cc6dc0df9f3e9e73590ddc3063068df134cbfd1600e43cf0cd6b6a61dd41ebc5c2993c79910a75fcc
 DIST vlad-2.7.0.gem 29184 SHA256 
74afe258addc79c66f8721befb6cbe483f5d7e4a326c32600bbf7d9439def5c6 SHA512 
088739f975e7b9b218b76518a690a7a1fbc534dbc169a704b769a8e99bc5efe0c915012d65a35590fb8f1a27caff4d7c7eaae325431a28ffa973afb25d5890fb
 WHIRLPOOL 
b57ab1d2ef11972c23836c9165c09172fb3f9feb90b641cf82c85e074c3e6554bc1af78d667e69bfb2dc4d3b6b1d12d31ffadc300f73e1c59c7b401eee441418

diff --git a/dev-ruby/vlad/vlad-2.6.5.ebuild b/dev-ruby/vlad/vlad-2.6.5.ebuild
deleted file mode 100644
index 83a76ff..
--- a/dev-ruby/vlad/vlad-2.6.5.ebuild
+++ /dev/null
@@ -1,29 +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_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pragmatic application deployment automation, without mercy"
-HOMEPAGE="https://github.com/seattlerb/vlad;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend ">=dev-ruby/hoe-3.13
-   test? ( >=dev-ruby/minitest-5.7 )"
-ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.3"
-
-all_ruby_prepare() {
-   # Keep Isolate from managing the dependencies.
-   sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die
-}



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

2016-11-08 Thread Manuel Rüger
commit: 2f41f07adbb30a8b69b4402af180f2fb046b2445
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  9 00:41:36 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  9 00:41:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f41f07a

dev-ruby/uglifier: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/uglifier/uglifier-2.7.2.ebuild 
b/dev-ruby/uglifier/uglifier-2.7.2.ebuild
index 629897c..2a8d41d 100644
--- a/dev-ruby/uglifier/uglifier-2.7.2.ebuild
+++ b/dev-ruby/uglifier/uglifier-2.7.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/normaliz/

2016-11-08 Thread Manuel Rüger
commit: 91ac299ebf2cb8841f7cc6b273d1cbc61b996d6f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:51:54 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ac299e

sci-mathematics/normaliz: Fix tarball name

Package-Manager: portage-2.3.2

 sci-mathematics/normaliz/Manifest  | 2 +-
 sci-mathematics/normaliz/normaliz-3.1.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/normaliz/Manifest 
b/sci-mathematics/normaliz/Manifest
index 627f9a2..9fe50d4 100644
--- a/sci-mathematics/normaliz/Manifest
+++ b/sci-mathematics/normaliz/Manifest
@@ -1,3 +1,3 @@
 DIST Normaliz2.12.2.zip 6432949 SHA256 
230772425b3c9964b9e144c0919c75fac0ec95260a1943c10a8a94eea9d7273e SHA512 
fd42071cb87b8efbaf9af0885c173a0583e0b38dedb8821a83225eeebb44060a7b5748c44adfc4faeac20c3a1706071bcb9883cb4447e4a1ff3aeb770bd22038
 WHIRLPOOL 
cb2974e02eac6e6d51c234214a719a24ad2e12d1400f0a6f8aee3e7a4ba3aa2ba053beec65c9032f42726e4dd4f1866820bb5b7b96f7c3d34cd132fcdbdb91af
 DIST Normaliz3.1.1.zip 5839858 SHA256 
192e60d3671d4516c4904b166dec96c5b32c63c0fbaae15d067e25b8d9b6119e SHA512 
efa75844542df45d3cff6b6f877f2d6132905b722468b3df5a89468798bf66cbaf33f359000fb462f4d24fb3414f4c293a8ba84112a6712862dd593bb5f314ba
 WHIRLPOOL 
5f9b503899d2d7a8c0367d516b709e45e8d034a70c06a16bbfd680c7c2b070fcc3f686c37473c73ab96c4b99b669e767817190d4882fce2085b47a7bf57de51c
-DIST v3.1.3.tar.gz 3075453 SHA256 
f18f037395596219ee67cf40945903f990a6091fd3eb5dc67120d582e889ae34 SHA512 
c7fb1620e758dc59de88f0d7c55f50db0f67be772a00af27205e478f30c3836b7cf012a16a8adfdee3f0367d3adb4e3f887dc7d03793a7ca1601968ddb1946ce
 WHIRLPOOL 
7cc3534b59cf4d6af5c1760038e29171b16577b7e5ef8f76da4504cb5471e147948b0711e5deea059f8c610de87d638208e2c2718cc07fb684440677d9f1bea3
+DIST normaliz-3.1.3.tar.gz 3075453 SHA256 
f18f037395596219ee67cf40945903f990a6091fd3eb5dc67120d582e889ae34 SHA512 
c7fb1620e758dc59de88f0d7c55f50db0f67be772a00af27205e478f30c3836b7cf012a16a8adfdee3f0367d3adb4e3f887dc7d03793a7ca1601968ddb1946ce
 WHIRLPOOL 
7cc3534b59cf4d6af5c1760038e29171b16577b7e5ef8f76da4504cb5471e147948b0711e5deea059f8c610de87d638208e2c2718cc07fb684440677d9f1bea3

diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild 
b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
index aa74f1f..0e7703c 100644
--- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
@@ -10,7 +10,7 @@ MYP="Normaliz-${PV}"
 
 DESCRIPTION="Tool for computations in affine monoids and more"
 HOMEPAGE="www.mathematik.uni-osnabrueck.de/normaliz/"
-SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/Normaliz/Normaliz/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2016-11-08 Thread Manuel Rüger
commit: 118c2b44e4c7875a0070fb5913ce9b11172fd94b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:50:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:50:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118c2b44

dev-lua/luassert: Fix tarball name

Package-Manager: portage-2.3.2

 dev-lua/luassert/Manifest  | 2 +-
 dev-lua/luassert/luassert-1.7.9.ebuild | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lua/luassert/Manifest b/dev-lua/luassert/Manifest
index 3656ba9..3c1d1cc 100644
--- a/dev-lua/luassert/Manifest
+++ b/dev-lua/luassert/Manifest
@@ -1 +1 @@
-DIST v1.7.9.tar.gz 34803 SHA256 
e632e3f4819badc4906370242b652d5c912317e735b0ccc8c4d5c851591ff161 SHA512 
4e1257bf7adaa9002af7c6ac15f2d042c9094ceeae9ce065c51296c663a99fa239ac8d37f106151100478cde8c68d3290b42588553ac681d183e7edef288414b
 WHIRLPOOL 
0e9d848c3d7ae29dd444504814f3c4ba7d00994d766a3aea560e5a4cd8ee479dd35a64fe3b43b7ad6eaf869e70357658f6208e3f3aa5a729becb0bab3bb19aeb
+DIST luassert-1.7.9.tar.gz 34803 SHA256 
e632e3f4819badc4906370242b652d5c912317e735b0ccc8c4d5c851591ff161 SHA512 
4e1257bf7adaa9002af7c6ac15f2d042c9094ceeae9ce065c51296c663a99fa239ac8d37f106151100478cde8c68d3290b42588553ac681d183e7edef288414b
 WHIRLPOOL 
0e9d848c3d7ae29dd444504814f3c4ba7d00994d766a3aea560e5a4cd8ee479dd35a64fe3b43b7ad6eaf869e70357658f6208e3f3aa5a729becb0bab3bb19aeb

diff --git a/dev-lua/luassert/luassert-1.7.9.ebuild 
b/dev-lua/luassert/luassert-1.7.9.ebuild
index 8a0940b..60e9959 100644
--- a/dev-lua/luassert/luassert-1.7.9.ebuild
+++ b/dev-lua/luassert/luassert-1.7.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Lua Assertions Extension"
 HOMEPAGE="http://olivinelabs.com/busted/;
-SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -23,6 +23,6 @@ RDEPEND="${COMMON_DEPEND}
 
 src_install() {
insinto "$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD lua)"/${PN}
-doins -r src/*
-dodoc *.md
+   doins -r src/*
+   dodoc *.md
 }



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

2016-11-08 Thread Manuel Rüger
commit: ef72ad1b78a0da15c5632ba6b5732ea14138f351
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:44:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:44:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef72ad1b

dev-ruby/oauth2: Add ruby23, drop ppc, x86, fix tarball

Package-Manager: portage-2.3.2

 dev-ruby/oauth2/Manifest| 4 ++--
 dev-ruby/oauth2/oauth2-1.1.0.ebuild | 2 +-
 dev-ruby/oauth2/{oauth2-1.2.0.ebuild => oauth2-1.2.0-r1.ebuild} | 6 +++---
 dev-ruby/oauth2/oauth2-1.2.0.ebuild | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/oauth2/Manifest b/dev-ruby/oauth2/Manifest
index 2849128..179d294 100644
--- a/dev-ruby/oauth2/Manifest
+++ b/dev-ruby/oauth2/Manifest
@@ -1,2 +1,2 @@
-DIST v1.1.0.tar.gz 18376 SHA256 
ea76a41dc7c559f9530e19961b5a8cd9a4b3f231f54901b9e6ef09031ce3aa77 SHA512 
c4231093929733a662ed6246338508396eb0e8d1be48bff05c43a8e3f6dd38261667cad7db0dc44c3f6fd9152165b13fa46a779a05b3c1ae98f912f337820d2e
 WHIRLPOOL 
0f9269df95ceabbcff65751d89bac5eef6bb18f34114b3045ac658325e7b8145f23fad311473c77e64f3170c45ccc880eb48c05ad6f174c7a42591995498a557
-DIST v1.2.0.tar.gz 18949 SHA256 
e40fb1edaac68cb83bdbd1d6e2a1c485535278124c48f7b2db4771bb03c927d0 SHA512 
2adacdc02752289eba217c6b2dfce0d00325becdbb7983b9fdfb149717ffd58cd235217048e48dc5be3d3c4024c224f8164cb0f9b4d792060554fbcb72e70536
 WHIRLPOOL 
138076cf3509b08ba40041be126d158ebd1767f043c0838789d28b5bce63b6c5ee49c2acfcf9ce81b9cc0303f618035366e947bc4bbd6e242658e973438cf5fc
+DIST oauth2-1.1.0.tar.gz 18376 SHA256 
ea76a41dc7c559f9530e19961b5a8cd9a4b3f231f54901b9e6ef09031ce3aa77 SHA512 
c4231093929733a662ed6246338508396eb0e8d1be48bff05c43a8e3f6dd38261667cad7db0dc44c3f6fd9152165b13fa46a779a05b3c1ae98f912f337820d2e
 WHIRLPOOL 
0f9269df95ceabbcff65751d89bac5eef6bb18f34114b3045ac658325e7b8145f23fad311473c77e64f3170c45ccc880eb48c05ad6f174c7a42591995498a557
+DIST oauth2-1.2.0.tar.gz 18949 SHA256 
e40fb1edaac68cb83bdbd1d6e2a1c485535278124c48f7b2db4771bb03c927d0 SHA512 
2adacdc02752289eba217c6b2dfce0d00325becdbb7983b9fdfb149717ffd58cd235217048e48dc5be3d3c4024c224f8164cb0f9b4d792060554fbcb72e70536
 WHIRLPOOL 
138076cf3509b08ba40041be126d158ebd1767f043c0838789d28b5bce63b6c5ee49c2acfcf9ce81b9cc0303f618035366e947bc4bbd6e242658e973438cf5fc

diff --git a/dev-ruby/oauth2/oauth2-1.1.0.ebuild 
b/dev-ruby/oauth2/oauth2-1.1.0.ebuild
index de1e4a7..ba5c080 100644
--- a/dev-ruby/oauth2/oauth2-1.1.0.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.1.0.ebuild
@@ -16,7 +16,7 @@ inherit ruby-fakegem eutils
 
 DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
 HOMEPAGE="https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-ruby/oauth2/oauth2-1.2.0.ebuild 
b/dev-ruby/oauth2/oauth2-1.2.0-r1.ebuild
similarity index 92%
copy from dev-ruby/oauth2/oauth2-1.2.0.ebuild
copy to dev-ruby/oauth2/oauth2-1.2.0-r1.ebuild
index fb15688..ff3d289 100644
--- a/dev-ruby/oauth2/oauth2-1.2.0.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
@@ -16,11 +16,11 @@ inherit ruby-fakegem eutils
 
 DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
 HOMEPAGE="https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/faraday-0.8

diff --git a/dev-ruby/oauth2/oauth2-1.2.0.ebuild 
b/dev-ruby/oauth2/oauth2-1.2.0.ebuild
index fb15688..cca55e5 100644
--- a/dev-ruby/oauth2/oauth2-1.2.0.ebuild
+++ b/dev-ruby/oauth2/oauth2-1.2.0.ebuild
@@ -16,7 +16,7 @@ inherit ruby-fakegem eutils
 
 DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the 
OAuth gem"
 HOMEPAGE="https://github.com/intridea/oauth2;
-SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz;
+SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2016-11-08 Thread Manuel Rüger
commit: 69863857ee28e386f31644134bfd8ecb5ab22679
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:29:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:29:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69863857

dev-ruby/mixlib-shellout: Remove old

Package-Manager: portage-2.3.2

 dev-ruby/mixlib-shellout/Manifest  |  2 --
 .../mixlib-shellout/mixlib-shellout-2.2.5.ebuild   | 27 --
 .../mixlib-shellout/mixlib-shellout-2.2.6.ebuild   | 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-ruby/mixlib-shellout/Manifest 
b/dev-ruby/mixlib-shellout/Manifest
index ba1529e..47a7de2 100644
--- a/dev-ruby/mixlib-shellout/Manifest
+++ b/dev-ruby/mixlib-shellout/Manifest
@@ -1,3 +1 @@
-DIST mixlib-shellout-2.2.5.tar.gz 34197 SHA256 
7ae14c18731359e823ecadece612480cb7097e4d73a0f07158452dd46c86d7c7 SHA512 
5d65c3665ef2a51fe9468268efc595cded6a798cd8a1879f12a3e7712be718cad0706a2602406683d039f1e4675a8e023f2cce8d9d4e3af8e95d7597c8381826
 WHIRLPOOL 
813395d956296b70bfc97e26fcbce047acf228664cada0642bff504d29d65b460daa3cb7ce6eb7e8fa2af5be7034123fc4e5d839ac01aae25fa8e6937eb575bb
-DIST mixlib-shellout-2.2.6.tar.gz 34296 SHA256 
55e98741c35edfa5149d1c046dac898504c22747840a96baee2e98d15b41f5ea SHA512 
f329c19ae560ac36349efa106600aa52287fbfb89aebeebbc3a0865bc81b97216a21f59517a904ca558000808546c4f7d05768f50a82e2488c1b016454f000b2
 WHIRLPOOL 
20d48ca4f9eadedc130bea1c470307ec4c7bdb18fea6cd8fa9bbf3563ed1d17cd55f0d937971d35f147f62ef917c2b75b95970a5115864e69b06c8b2de82ed13
 DIST mixlib-shellout-2.2.7.tar.gz 35122 SHA256 
9fc9cd467d27ac3cb50cb3993a55d1aeb04ec92e74de4b2d73d839bce9f2e6e9 SHA512 
e1179e296471d3aa0c22f2d7a9dfd957da4870f7fd5456c9f6788fca6a1efc62487fd719e45a6c3f85539db46cad0fbf4a67eddac087393004a179a19ce36fa3
 WHIRLPOOL 
35e98ebedb21c5a5852cac4d734ea90206a1a727c2884a82411126b42d03ef39ef611447240ba8ebe7b0b91448fc86d501eb83ef709a194d5115bd632ff4132e

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild 
b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild
deleted file mode 100644
index 1948abe..
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run external commands on Unix or Windows"
-HOMEPAGE="https://github.com/opscode/mixlib-shellout;
-SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-each_ruby_prepare() {
-   # Make sure we actually use the right interpreter for testing
-   sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb 
|| die
-}

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild 
b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild
deleted file mode 100644
index 4b84f80..
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.6.ebuild
+++ /dev/null
@@ -1,27 +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_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRA_DOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Run external commands on Unix or Windows"
-HOMEPAGE="https://github.com/opscode/mixlib-shellout;
-SRC_URI="https://github.com/opscode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-each_ruby_prepare() {
-   # Make sure we actually use the right interpreter for testing
-   sed -i -e "/ruby_eval/ s:ruby :${RUBY} :" spec/mixlib/shellout_spec.rb 
|| die
-}



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

2016-11-08 Thread Manuel Rüger
commit: 67d8eb0f19a3d43befa6ee36ff639f68f63bde0a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:28:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:28:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d8eb0f

dev-ruby/mixlib-shellout: Add ruby23

Package-Manager: portage-2.3.2

 dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild 
b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild
index 4b84f80..8f47368 100644
--- a/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild
+++ b/dev-ruby/mixlib-shellout/mixlib-shellout-2.2.7.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2016-11-08 Thread Manuel Rüger
commit: a9649fe50d426f4ba0f0345677cb8ed934e52824
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:24:57 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:24:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9649fe5

dev-ruby/jsobfu: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild 
b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
index a485677..108866d 100644
--- a/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
+++ b/dev-ruby/jsobfu/jsobfu-0.4.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2016-11-08 Thread Manuel Rüger
commit: fdaf8cd4d463ec217b9b4c09dc80407abee2864c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:19:59 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:20:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaf8cd4

dev-ruby/liquid-c: Add ruby23

Package-Manager: portage-2.3.2

 dev-ruby/liquid-c/liquid-c-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/liquid-c/liquid-c-3.0.0.ebuild 
b/dev-ruby/liquid-c/liquid-c-3.0.0.ebuild
index 48a40c4..d565468 100644
--- a/dev-ruby/liquid-c/liquid-c-3.0.0.ebuild
+++ b/dev-ruby/liquid-c/liquid-c-3.0.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2016-11-08 Thread Zac Medico
commit: 8d843463aa162367c3f5cabb6dbd78efca964a78
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov  8 23:17:42 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov  8 23:18:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d843463

dev-python/aiohttp: version bump to 1.1.2

Package-Manager: portage-2.3.2

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.1.2.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index f8a26d9..7e57385 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -3,3 +3,4 @@ DIST aiohttp-1.0.3.tar.gz 499693 SHA256 
5ec0fdf17868bcabfef4effa3ce53c4cfa6108b4
 DIST aiohttp-1.0.4.tar.gz 562803 SHA256 
7e2d4282b2031ca2aaef35d4291743f37a8840821e8b3c6b491fcd903ad853c0 SHA512 
437bed5e5f8729e8809411213cdb8f6a7de08879841c0cc89e88eec6de1883702903ecfb1b8e32ecf3701415fd6757545a0aafd44738681050425d5df44bef56
 WHIRLPOOL 
4ccb55b93fba2774ea65adcf3b5b00c3bc8bc72f05ac2a07bc84d50dbf07c34b4f3ee75265b800ef59aa9c7deb61e23c7662b3226f8aa0c40918c17295085568
 DIST aiohttp-1.0.5.tar.gz 563623 SHA256 
053a16d03672cb3055cfac06650d238f55205702207be4a3b40c42333df0ebeb SHA512 
f6fe77729a54d817046f0cc952d8906524c2dfe6712dd1972d696680fe34310b6dba9a3b48b6e27c52d3fedd3fa0f541a7c1ac45488b3358e39e3768a01749d9
 WHIRLPOOL 
51c609bed1bad59e8c1761fa412ed36031da7b80dff03f5edffd84763044cdb570c49d7b9970d133c9b1b224cc293e73004b00447f5b242d91c8286cc21e87c9
 DIST aiohttp-1.1.1.tar.gz 575872 SHA256 
6f624d2b340a2c622949e5585540373a86349d31c2f6d46cd4d7b8446cf35f4a SHA512 
38636ce4547688ade569ebfc0dbc62b769379500451954c528cd5dddfc7e6c25e6397a56382959ecd43c85c2f344039f4140bf91551e90b288fbd2aefdc94823
 WHIRLPOOL 
d08ba4a51ddb8f66ceed6a64b304192635fccca31f9982484d17f4beaee3cb60d341a3101db6fda8d45231bd99e82ee18b3b86270edbbb9312bd9504f360ac43
+DIST aiohttp-1.1.2.tar.gz 576160 SHA256 
8be33ad39522d5fbc06ce527da4615bf93e6c5d4f933173072bc51fa27ea0cf4 SHA512 
ccba7a8e9a2cebaa0afadcfa927fbe9113577b2c69165cd64d8f1169d6cdb4efca252a228ad8d4780b20fcc94fffb9fa8217cbd0d49cbe9c5560a81e4423be41
 WHIRLPOOL 
ea3f9d74f7c4a0d266b56a2cd5a8655734fd8c9043a7b8f5423f960ff90cbaec1b1d6f3965b089d1cb4db7e1abb39a58dd7d5f627e6f88fb292c822ae75ab77a

diff --git a/dev-python/aiohttp/aiohttp-1.1.2.ebuild 
b/dev-python/aiohttp/aiohttp-1.1.2.ebuild
new file mode 100644
index ..58d4e70
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.1.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="https://github.com/KeepSafe/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${CDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/yarl[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${PWD}:${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die 
"Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-11-08 Thread Manuel Rüger
commit: 5266892a4143e7ff2474ab7986c00f8ae4736c23
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:17:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:17:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5266892a

dev-ruby/liquid: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/liquid/liquid-3.0.6.ebuild 
b/dev-ruby/liquid/liquid-3.0.6.ebuild
index 486a002..99a0176 100644
--- a/dev-ruby/liquid/liquid-3.0.6.ebuild
+++ b/dev-ruby/liquid/liquid-3.0.6.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="History.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakeweb/files/, dev-ruby/fakeweb/

2016-11-08 Thread Manuel Rüger
commit: 340c3aec732de7f8f1bac0dce62aff2f74b1bb86
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:14:04 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:14:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340c3aec

dev-ruby/fakeweb: Add ruby23

Package-Manager: portage-2.3.2

 dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild | 55 +++
 dev-ruby/fakeweb/files/fakeweb-ruby23.patch   | 27 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild 
b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
new file mode 100644
index ..89668be
--- /dev/null
+++ b/dev-ruby/fakeweb/fakeweb-1.3.0.20131201-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+COMMIT=48208f9bf053577befe5723746b6ff35b99b45d0
+
+inherit ruby-fakegem
+
+DESCRIPTION="Helper for faking web requests in Ruby"
+HOMEPAGE="https://github.com/chrisk/fakeweb;
+SRC_URI="https://github.com/chrisk/fakeweb/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RUBY_PATCHES=( fakeweb-ruby22.patch
+   fakeweb-ruby23.patch )
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha:0.14
+   dev-ruby/test-unit
+   )"
+
+all_ruby_prepare() {
+   # The package bundles samuel and right_http_connection, remove
+   # them
+   rm -r test/vendor || die "failed to remove bundled gems"
+
+   # We don't package sdoc and we don't have the direct template.
+   sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die
+
+   # Require an old enough version of mocha
+   sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
+
+   # Use the test-unit gem to make jruby compatible with newer mocha.
+   sed -i -e '1igem "test-unit"' \
+   -e '/bundler/I s:^:#:' \
+   -e '/simplecov/ s:^:#:' test/test_helper.rb || die
+
+   # Avoid test dependencies on unmaintained packages that no longer work
+   rm test/test_other_net_http_libraries.rb || die
+
+   sed -i -e '/test:preflight/ s:^:#:' Rakefile || die
+}

diff --git a/dev-ruby/fakeweb/files/fakeweb-ruby23.patch 
b/dev-ruby/fakeweb/files/fakeweb-ruby23.patch
new file mode 100644
index ..0a1c6db
--- /dev/null
+++ b/dev-ruby/fakeweb/files/fakeweb-ruby23.patch
@@ -0,0 +1,27 @@
+From c42a354eda2f6bfe8dc7c1176e085dda6867f4d0 Mon Sep 17 00:00:00 2001
+From: Christian Hofstaedtler 
+Date: Thu, 3 Mar 2016 17:42:30 -0300
+Subject: [PATCH] Fix tests for ruby 2.3 (new connect_nonblock call)
+
+Applies on top of the changes for 2.2 (#53).
+---
+ test/test_helper.rb | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/test/test_helper.rb b/test/test_helper.rb
+index e9a36af..8ce492d 100644
+--- a/test/test_helper.rb
 b/test/test_helper.rb
+@@ -119,7 +119,11 @@ def setup_expectations_for_real_request(options = {})
+   
OpenSSL::SSL::SSLSocket.expects(:===).with(socket).returns(true).at_least_once
+   OpenSSL::SSL::SSLSocket.expects(:new).with(socket, 
instance_of(OpenSSL::SSL::SSLContext)).returns(socket).at_least_once
+   socket.stubs(:sync_close=).returns(true)
+-  socket.expects(:connect).with().at_least_once
++  if RUBY_VERSION >= "2.3.0"
++socket.expects(:connect_nonblock).with(:exception => 
false).at_least_once
++  else
++socket.expects(:connect).with().at_least_once
++  end
+   if RUBY_VERSION >= "2.0.0" && RUBY_PLATFORM != "java"
+ socket.expects(:session).with().at_least_once
+   end



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

2016-11-08 Thread William Hubbs
commit: 36581c2dda03a39a0e58dbd76f481068549ea474
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Nov  8 23:07:13 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Nov  8 23:07:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36581c2d

sys-apps/tmpfiles: add live ebuild

This is a stand-alone utility for processing systemd-style tmpfiles.d files.

Package-Manager: portage-2.3.0

 sys-apps/tmpfiles/metadata.xml | 14 ++
 sys-apps/tmpfiles/tmpfiles-.ebuild | 23 +++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/tmpfiles/metadata.xml b/sys-apps/tmpfiles/metadata.xml
new file mode 100644
index ..dbf6186
--- /dev/null
+++ b/sys-apps/tmpfiles/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   ope...@gentoo.org
+   Gentoo OpenRC Team
+   
+   
+   
+

diff --git a/sys-apps/tmpfiles/tmpfiles-.ebuild 
b/sys-apps/tmpfiles/tmpfiles-.ebuild
new file mode 100644
index ..cba9ef2
--- /dev/null
+++ b/sys-apps/tmpfiles/tmpfiles-.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} = * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/openrc/${PN}"
+else
+   SRC_URI=""
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
+HOMEPAGE="https://github.com/openrc/tmpfiles;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""



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

2016-11-08 Thread Manuel Rüger
commit: 5edb6003297f977b28ea444d1f7ee424ad23a057
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 23:06:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 23:06:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edb6003

dev-ruby/letter_opener: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/letter_opener/letter_opener-1.4.1.ebuild 
b/dev-ruby/letter_opener/letter_opener-1.4.1.ebuild
index 89d6cc3..aa5ad64 100644
--- a/dev-ruby/letter_opener/letter_opener-1.4.1.ebuild
+++ b/dev-ruby/letter_opener/letter_opener-1.4.1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
 RUBY_FAKEGEM_TASK_DOC=""



[gentoo-commits] proj/sci:master commit in: sci-biology/MeV/

2016-11-08 Thread Martin Mokrejs
commit: 5c526c1f9d937ac9c4ff8da7858f2043e1cbd624
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Nov  8 23:02:05 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Nov  8 23:02:05 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5c526c1f

sci-biology/MeV: record java deps properly

Package-Manager: portage-2.3.0

 sci-biology/MeV/MeV-4.8.1.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-biology/MeV/MeV-4.8.1.ebuild b/sci-biology/MeV/MeV-4.8.1.ebuild
index 9877d28..356bb35 100644
--- a/sci-biology/MeV/MeV-4.8.1.ebuild
+++ b/sci-biology/MeV/MeV-4.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2 eutils
 
 DESCRIPTION="Multiple experiment Viewer for genomic data analysis"
 HOMEPAGE="http://mev-tm4.sourceforge.net;
-SRC_URI="http://downloads.sourceforge.net/project/mev-tm4/mev-tm4/MeV%204.8.1/MeV_4_8_1_r2727_linux.tar.gz;
+SRC_URI="http://downloads.sourceforge.net/project/mev-tm4/mev-tm4/MeV%20${PV}/MeV_${MY_PV}_r2727_linux.tar.gz;
 
 LICENSE="Artistic-2"
 SLOT="0"
@@ -19,6 +19,11 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND=">=virtual/jre-1.5:*
+   ${DEPEND}"
+DEPEND="${RDEPEND}
+   >=virtual/jdk-1.5:*
+   dev-java/ant-core
+   "
 
 S="${WORKDIR}"/"${PN}"_"${MY_PV}"



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

2016-11-08 Thread Patrice Clement
commit: df3939699a8fc9d4c5e35d623c887d8e49d48cf5
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov  8 22:59:45 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov  8 23:00:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df393969

dev-python/dominate: Clean up old.

Package-Manager: portage-2.3.0

 dev-python/dominate/Manifest  |  1 -
 dev-python/dominate/dominate-2.2.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
index 8640fc5..fb6c346 100644
--- a/dev-python/dominate/Manifest
+++ b/dev-python/dominate/Manifest
@@ -1,2 +1 @@
-DIST dominate-2.2.0.tar.gz 23320 SHA256 
318063a9b600cdc13f84592ad515db0fd3a2816a2433e2a2fad55a5398ae05da SHA512 
416fa8ac56856aa06d547a307cdf46ca71b3a29caf36103e78a2522973e407cab90c0163a34fd8ed724586a6121bbd8f4822da78dbf1f77c18e9106aab112e74
 WHIRLPOOL 
9d5e8516d90b947c88c76e39b0ca73ff07737e36dd9336bd70f73fe5f3836d0fc43f28a7c1343e880367a449a117a1fdfa7e48c8b35f502ba20950b328f62c3b
 DIST dominate-2.2.1.zip 46460 SHA256 
4aa6a2f458461541f9ceeb58b49da9b42320f80aa2a6f692baea2817431d9953 SHA512 
3f79fa4258f98708b1e169693e83f919179c1148f440300426f907e28c26b28c21a1098793a14f7e89e5aba0de61f93c889a4908f0eb6e3641ffe234e215e597
 WHIRLPOOL 
18b57dfc4d0f825be45a1b248e434a8a013d5b76f065b854c47aab9d99c00f5d1854fbcd3c520de50b11b5d7f079f6e57b2e7167249b7e71ff980ac02dfd8100

diff --git a/dev-python/dominate/dominate-2.2.0.ebuild 
b/dev-python/dominate/dominate-2.2.0.ebuild
deleted file mode 100644
index 3250c3f..
--- a/dev-python/dominate/dominate-2.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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} )
-COMMIT="acb02c7c71e353e5dfbc905d506b54908533027e"
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Library for creating and manipulating HTML documents using an 
elegant DOM API"
-HOMEPAGE="https://github.com/Knio/dominate;
-# Releases aren't tagged on GitHub, tests are missing from PyPI
-# https://github.com/Knio/dominate/pull/69
-SRC_URI="https://github.com/Knio/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND=""
-
-python_test() {
-   py.test || die "Tests failed with ${EPYTHON}"
-}



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

2016-11-08 Thread Patrice Clement
commit: 88602a043bc95dcee414508c13388ac17f9df34d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov  8 22:59:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov  8 23:00:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88602a04

dev-python/dominate: Stable for amd64+x86.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/dominate/dominate-2.2.1.ebuild 
b/dev-python/dominate/dominate-2.2.1.ebuild
index 94745de..604b4d4 100644
--- a/dev-python/dominate/dominate-2.2.1.ebuild
+++ b/dev-python/dominate/dominate-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Calendar-Julian/

2016-11-08 Thread Kent Fredric
commit: b85c6b3b9f4af928092ace19197347bd65f682b3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Nov  8 22:47:57 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Nov  8 22:47:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85c6b3b

dev-perl/DateTime-Calendar-Julian: Add to tree at 0.40.0 re bug #599236

Requested by "MW" for a future release of dev-tex/biber

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

Package-Manager: portage-2.3.2

 .../DateTime-Calendar-Julian-0.40.0.ebuild | 22 ++
 dev-perl/DateTime-Calendar-Julian/Manifest |  1 +
 dev-perl/DateTime-Calendar-Julian/metadata.xml | 12 
 3 files changed, 35 insertions(+)

diff --git 
a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild 
b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
new file mode 100644
index ..30b8528
--- /dev/null
+++ b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PIJLL
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION=???
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/DateTime-0.80.0"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/DateTime-Calendar-Julian/Manifest 
b/dev-perl/DateTime-Calendar-Julian/Manifest
new file mode 100644
index ..6b26b58
--- /dev/null
+++ b/dev-perl/DateTime-Calendar-Julian/Manifest
@@ -0,0 +1 @@
+DIST DateTime-Calendar-Julian-0.04.tar.gz 11974 SHA256 
bb5968ad18bcd0772d2c311cd2deb23b777475ea05aa1099688247cd27a5000e SHA512 
e822d57dabbf76dcca9dc1eb097cef9c15579aeb1782a51eb3dd01d47eda0aef2aa92096df67602297a24c387445f6eb381bb3eedfe33486990844f3c96b4960
 WHIRLPOOL 
767462c26d1c45411fbbbae7a6f96ba2151678d6f1100f33ef5df67d59a8d9052ee281ca6d538a3d87f45422f93aa334b46757455a87134d145ac575

diff --git a/dev-perl/DateTime-Calendar-Julian/metadata.xml 
b/dev-perl/DateTime-Calendar-Julian/metadata.xml
new file mode 100644
index ..0eee68e
--- /dev/null
+++ b/dev-perl/DateTime-Calendar-Julian/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+DateTime-Calendar-Julian
+DateTime::Calendar::Julian
+  
+



[gentoo-commits] repo/gentoo:master commit in: lxde-base/menu-cache/

2016-11-08 Thread Manuel Rüger
commit: 375afe39622d32fb71060894ad5d2f45a98c5336
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 22:15:41 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 22:15:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375afe39

lxde-base/menu-cache: Remove old

Package-Manager: portage-2.3.2

 lxde-base/menu-cache/Manifest|  1 -
 lxde-base/menu-cache/menu-cache-0.4.1.ebuild | 20 
 lxde-base/menu-cache/menu-cache-1.0.0.ebuild | 21 -
 3 files changed, 42 deletions(-)

diff --git a/lxde-base/menu-cache/Manifest b/lxde-base/menu-cache/Manifest
index 7e6c0c3..22a812b 100644
--- a/lxde-base/menu-cache/Manifest
+++ b/lxde-base/menu-cache/Manifest
@@ -1,5 +1,4 @@
 DIST menu-cache-0.3.3.tar.gz 392291 SHA256 
07241c1f5f371b426d3b0a6e571a86184ec6256bdd7ead7a4da866cd10f25955 SHA512 
1966b94989cdae0a1a3a48f19d337471a28acadecf7f03dac8c27d515324b8eb4d15102e2aa293c251e020f521f6e586aa13c8eca7ae7909b9ce5e67ef3ebafe
 WHIRLPOOL 
68cec171fcf87be051a661017166def0f4441be25edeb0af56a9813f49fb3ee906b5ef10557ac5ebdb3d5f63696e4718ae22ba8af5a9c01f365de3823d10420c
-DIST menu-cache-0.4.1.tar.gz 412859 SHA256 
4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e SHA512 
9744765f6894462139cbb9cbeec74c915df27bfeb31179743fc6dbf2ac20e26520be6d089c8733f0a17248a2aa6687730c5ee28f26eb15195eaa16db5c73aec6
 WHIRLPOOL 
8d797f12bd97333962f911893e3fc3b43b417c68155e96fbd1a0952dcd43a847bc3594c12ddd5d69bab6cf692585f2ab84a1545c53e2e62c3d9de2686653e198
 DIST menu-cache-0.5.1.tar.gz 406329 SHA256 
08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122 SHA512 
44d55a01f5452804e77518c4a2ba400a5b65edbf4061e346a6c02356195867eaa0bb9eaa057fbf603ddf79759acb16632bf3b7ae543eebc1544e28517cd23066
 WHIRLPOOL 
c216ade53bfe9cb15c37e2cefc1154eea2e406c766600789f5b265922de2f0dfd0bbdd4d6d53d9c84a4e80da6d82d46e13fd6d53b381dd180f2fd604219fd7fd
 DIST menu-cache-1.0.0.tar.xz 261988 SHA256 
ff7df437bbfd3119c5f662c6d209b98f15de03a7203308c6b56a4c1e1d419aaf SHA512 
b336cddb9c3d993aa605e6adf9ac3c40fe631eccfa06d1835897f6cb5ae82bed93bc323c12b7dff44b8785dfb646058d77cb697f3c275998a5483b2582926e22
 WHIRLPOOL 
8ba4c904d8ac6046ff38904a37d56dbb1cdac54ee47ae1a63cd9dfc0cf2a19a3764feeaaef168fbf47c22b26cdf948d9b68d7287674faf49487424361a5bc90a
 DIST menu-cache-1.0.1.tar.xz 262508 SHA256 
0ac72649919946070258320aafc320467dd040bcef7b3a225e2ab7241ddffd59 SHA512 
5de4bf99ab5a511da6781d54b03349cc0232b379a73f9f9c328fb9aed6ec03558a9adda85be1fbbe53d94669d07a5196929ab67cd3291de7aae59f587afda3a3
 WHIRLPOOL 
c8cf94d1251a1039057bbb220159c28bd6cd2c6a963e60040a2f7e6ecb428aaeb1c7c58d65dd0f103cc4bdebcdbfb6723d98486dd0c00cea6876352aab8d49eb

diff --git a/lxde-base/menu-cache/menu-cache-0.4.1.ebuild 
b/lxde-base/menu-cache/menu-cache-0.4.1.ebuild
deleted file mode 100644
index 8b17a91..
--- a/lxde-base/menu-cache/menu-cache-0.4.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A library creating and utilizing caches to speed up 
freedesktop.org application menus"
-HOMEPAGE="http://lxde.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-# ABI is v2. See Makefile.am
-SLOT="0/2"
-KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"

diff --git a/lxde-base/menu-cache/menu-cache-1.0.0.ebuild 
b/lxde-base/menu-cache/menu-cache-1.0.0.ebuild
deleted file mode 100644
index 3afedb3..
--- a/lxde-base/menu-cache/menu-cache-1.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="A library creating and utilizing caches to speed up 
freedesktop.org application menus"
-HOMEPAGE="http://lxde.sourceforge.net/;
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-
-LICENSE="GPL-2"
-# ABI is v2. See Makefile.am
-SLOT="0/2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   x11-libs/libfm"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: lxde-base/menu-cache/

2016-11-08 Thread Manuel Rüger
commit: bd59538fe868777d55e9c8e19a9f47884db04f47
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 22:10:34 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 22:10:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd59538f

lxde-base/menu-cache: Version bump to 1.0.2

Package-Manager: portage-2.3.2

 lxde-base/menu-cache/Manifest|  1 +
 lxde-base/menu-cache/menu-cache-1.0.2.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/lxde-base/menu-cache/Manifest b/lxde-base/menu-cache/Manifest
index 0480130..7e6c0c3 100644
--- a/lxde-base/menu-cache/Manifest
+++ b/lxde-base/menu-cache/Manifest
@@ -3,3 +3,4 @@ DIST menu-cache-0.4.1.tar.gz 412859 SHA256 
4fa9408e353fedba5b7314cbf6b6cd06d873a
 DIST menu-cache-0.5.1.tar.gz 406329 SHA256 
08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122 SHA512 
44d55a01f5452804e77518c4a2ba400a5b65edbf4061e346a6c02356195867eaa0bb9eaa057fbf603ddf79759acb16632bf3b7ae543eebc1544e28517cd23066
 WHIRLPOOL 
c216ade53bfe9cb15c37e2cefc1154eea2e406c766600789f5b265922de2f0dfd0bbdd4d6d53d9c84a4e80da6d82d46e13fd6d53b381dd180f2fd604219fd7fd
 DIST menu-cache-1.0.0.tar.xz 261988 SHA256 
ff7df437bbfd3119c5f662c6d209b98f15de03a7203308c6b56a4c1e1d419aaf SHA512 
b336cddb9c3d993aa605e6adf9ac3c40fe631eccfa06d1835897f6cb5ae82bed93bc323c12b7dff44b8785dfb646058d77cb697f3c275998a5483b2582926e22
 WHIRLPOOL 
8ba4c904d8ac6046ff38904a37d56dbb1cdac54ee47ae1a63cd9dfc0cf2a19a3764feeaaef168fbf47c22b26cdf948d9b68d7287674faf49487424361a5bc90a
 DIST menu-cache-1.0.1.tar.xz 262508 SHA256 
0ac72649919946070258320aafc320467dd040bcef7b3a225e2ab7241ddffd59 SHA512 
5de4bf99ab5a511da6781d54b03349cc0232b379a73f9f9c328fb9aed6ec03558a9adda85be1fbbe53d94669d07a5196929ab67cd3291de7aae59f587afda3a3
 WHIRLPOOL 
c8cf94d1251a1039057bbb220159c28bd6cd2c6a963e60040a2f7e6ecb428aaeb1c7c58d65dd0f103cc4bdebcdbfb6723d98486dd0c00cea6876352aab8d49eb
+DIST menu-cache-1.0.2.tar.xz 264540 SHA256 
6f83edf2de34f83e701dcb52145d755250a5677580cd413476cc4d7f2d2012d5 SHA512 
4a74d464778160052ca7c2abda8c899ce4a3bdf8ddf5fe9ca4cd7297a62340ad1b065162fc5ecb55c0af206175e50dacd4ad0c01a8ffac5690012e534dc3b4b7
 WHIRLPOOL 
0c4d2b64d9d244d845578175f0ce80d58ee133b819726e55b462cc4de84501f865243799dfc31563335c7a6f31aa0f17241f96955ae992a89a7f191f4ce8a9e7

diff --git a/lxde-base/menu-cache/menu-cache-1.0.2.ebuild 
b/lxde-base/menu-cache/menu-cache-1.0.2.ebuild
new file mode 100644
index ..2ecbdff
--- /dev/null
+++ b/lxde-base/menu-cache/menu-cache-1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Library to create and utilize caches to speed up freedesktop 
application menus"
+HOMEPAGE="http://lxde.sourceforge.net/;
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
+
+LICENSE="GPL-2"
+# ABI is v2. See Makefile.am
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+   x11-libs/libfm-extra"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/, app-misc/pax-utils/files/

2016-11-08 Thread Mike Gilbert
commit: 19ffdf6414b7215a89a25c6b13cbf9197c86451a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Nov  8 22:04:10 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov  8 22:07:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ffdf64

app-misc/pax-utils: fix lddtree with pyelfutils-0.24

Bug: https://bugs.gentoo.org/599082
Package-Manager: portage-2.3.2_p5

 ...tree.py-work-around-pyelftools-API-change.patch | 29 ++
 app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild   | 62 ++
 2 files changed, 91 insertions(+)

diff --git 
a/app-misc/pax-utils/files/0001-lddtree.py-work-around-pyelftools-API-change.patch
 
b/app-misc/pax-utils/files/0001-lddtree.py-work-around-pyelftools-API-change.patch
new file mode 100644
index ..7a8b74e
--- /dev/null
+++ 
b/app-misc/pax-utils/files/0001-lddtree.py-work-around-pyelftools-API-change.patch
@@ -0,0 +1,29 @@
+From 6557b1512ebfda508345e032e09ed85789c16c98 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Tue, 8 Nov 2016 15:37:27 -0500
+Subject: [PATCH] lddtree.py: work around pyelftools API change
+
+Section names now get returned as strings rather than bytes. See
+108eaea9 upstream.
+
+Bug: https://bugs.gentoo.org/599082
+---
+ lddtree.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lddtree.py b/lddtree.py
+index 3971a9a..8480248 100755
+--- a/lddtree.py
 b/lddtree.py
+@@ -72,6 +72,8 @@ def dbg(debug, *args, **kwargs):
+ 
+ def bstr(buf):
+   """Decode the byte string into a string"""
++  if isinstance(buf, str):
++  return buf
+   return buf.decode('utf-8')
+ 
+ 
+-- 
+2.10.2
+

diff --git a/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild
new file mode 100644
index ..ceaf0bd
--- /dev/null
+++ b/app-misc/pax-utils/pax-utils-1.1.6-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit eutils toolchain-funcs unpacker
+
+DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties"
+HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
+SRC_URI="mirror://gentoo/${P}.tar.xz
+   http://dev.gentoo.org/~solar/pax/${P}.tar.xz
+   http://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE="caps debug python seccomp"
+
+RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
+   python? ( dev-python/pyelftools )
+   seccomp? ( sys-libs/libseccomp )"
+DEPEND="${RDEPEND}
+   caps? ( virtual/pkgconfig )
+   seccomp? ( virtual/pkgconfig )
+   app-arch/xz-utils"
+
+_emake() {
+   emake \
+   USE_CAP=$(usex caps) \
+   USE_DEBUG=$(usex debug) \
+   USE_PYTHON=$(usex python) \
+   USE_SECCOMP=$(usex seccomp) \
+   "$@"
+}
+
+src_prepare() {
+   epatch 
"${FILESDIR}/0001-lddtree.py-work-around-pyelftools-API-change.patch"
+}
+
+src_configure() {
+   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
+   if use prefix || ! use kernel_linux || \
+  has_version '

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

2016-11-08 Thread Manuel Rüger
commit: 819b46b4efefa26d6fae259729f6130adf804c27
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 22:04:52 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 22:04:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819b46b4

dev-python/safety: Remove old

Package-Manager: portage-2.3.2

 dev-python/safety/Manifest   |  1 -
 dev-python/safety/safety-0.3.0-r1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest
index fe0b195..289352c 100644
--- a/dev-python/safety/Manifest
+++ b/dev-python/safety/Manifest
@@ -1,2 +1 @@
-DIST safety-0.3.0.tar.gz 7783 SHA256 
d8de3f0e6bf428c3642d577cbbac732582b11aad2d864f30c52a8fa754719930 SHA512 
ec16c26e597f53288aef3d3d2e36677d12818493b193097650d7871693bea5135c698433cb82955f5951894f78ae4c3f5251d09bc211fc28d9b3c235c99949e3
 WHIRLPOOL 
badddc75999f5d410340cc894862187adbd3d7302dc30a6075fad4266eaf8a79b1c8c2572c2281aed9f88d26b63fb855dc9645e2aa63c7b9ff8f3c85c8f66e8f
 DIST safety-0.5.1.tar.gz 8404 SHA256 
6ba9e3b6c3d33588d3ed062d11dea8a5f855e09cde9418f69c866fa23068f3e8 SHA512 
95d61256cf16cceb92d35215bfb70e38b663e0cd0162658b41e692993cd08457e7bd36faacfa86512031327a930a0b254eb2af4838db808ba93c13aefa35a82b
 WHIRLPOOL 
6774dc4df2003d0d1c705216c558cfe5ccea8167d20031ef327dad4a9fef1bb2a3f60a7309a3e997741c196d9e851c67c9fb1a4c81d7f192d6d1ca04832826ce

diff --git a/dev-python/safety/safety-0.3.0-r1.ebuild 
b/dev-python/safety/safety-0.3.0-r1.ebuild
deleted file mode 100644
index 86e49d6..
--- a/dev-python/safety/safety-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Checks your installed dependencies for known security 
vulnerabilities"
-HOMEPAGE="https://github.com/pyupio/safety;
-SRC_URI="https://github.com/pyupio/safety/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/click-6.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}"



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

2016-11-08 Thread Manuel Rüger
commit: 31fd6f64bf9af5d4c107df405f87f904d4025749
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 22:02:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 22:02:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fd6f64

dev-python/freezegun: Version bump to 0.3.8

Package-Manager: portage-2.3.2

 dev-python/freezegun/Manifest   |  1 +
 dev-python/freezegun/freezegun-0.3.8.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 835ec8d..8919de5 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1,2 +1,3 @@
 DIST freezegun-0.3.6.tar.gz 45838 SHA256 
44cef08c4b34be212534aec8ab61eccdc75ba9e4d908f99d1fcc7f778b4cbaf8 SHA512 
34fc6d21cefac321414cef7c2b9935d43acd8456e475fdbd6426cf3fcf0b4f3cacf2127e29840b72ad55ad7b22be6e6e954955ca345c792895d9726082450ae0
 WHIRLPOOL 
b28a1e09fb3b8d380e5e54519a0754d655b1abfdb4dfa2d45451035b1cc6abdaaa9ec026a9543609c90a7a8b7fd192acb2cda276bb38c97a4ab56aabe3be4c3f
 DIST freezegun-0.3.7.tar.gz 15771 SHA256 
1ca8e4833f50ab908398d92900865832d3d409f7ae2ede32c153966d404f8192 SHA512 
763054729bf44d2080b7b64dd8626370e98d1412f1477123b68a06dff12e64584d38c1d86fedc639db988d84f8f77ee2f5ab4d2f81eef8457778cdd2799648ce
 WHIRLPOOL 
ff8c62e72e855be2ca28f934ba7c71ae9e740c9450b65fb286c9eb15cdfa3290492768ef6834db552f404349bda284e7784775777caad88156b53e926750dd4b
+DIST freezegun-0.3.8.tar.gz 17447 SHA256 
a184d75f850e408e38daae15132a0c13fba8336ca78b92378432ec154743c3e9 SHA512 
1c60e4e864bf61f4b93fa91cda2ce43726575be3da7ee37d8e504370240a0d50369e750b61fdcb6e088fd7d36857e8c566d33bb837e00291a2202dae177c03aa
 WHIRLPOOL 
97be49b4b9cd8dcd3fbff3528f3fd6612e900df1c5dfe93987077826d4c4551426a62ea465e7d62c4bf81cbfad2df6e303896f5a2fbd77b926566c0aa2d7ccde

diff --git a/dev-python/freezegun/freezegun-0.3.8.ebuild 
b/dev-python/freezegun/freezegun-0.3.8.ebuild
new file mode 100644
index ..c4475d7
--- /dev/null
+++ b/dev-python/freezegun/freezegun-0.3.8.ebuild
@@ -0,0 +1,28 @@
+# 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 distutils-r1
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="https://github.com/spulec/freezegun;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/python-dateutil
+   dev-python/six"
+DEPEND="${RDEPEND}
+   test? ( dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



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

2016-11-08 Thread Manuel Rüger
commit: 703f9b594cfd39cd5cf427a16d9fab82e204ea24
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 22:04:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 22:04:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703f9b59

dev-python/safety: Version bump to 0.5.1

Package-Manager: portage-2.3.2

 dev-python/safety/Manifest|  1 +
 dev-python/safety/safety-0.5.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/safety/Manifest b/dev-python/safety/Manifest
index a23972a..fe0b195 100644
--- a/dev-python/safety/Manifest
+++ b/dev-python/safety/Manifest
@@ -1 +1,2 @@
 DIST safety-0.3.0.tar.gz 7783 SHA256 
d8de3f0e6bf428c3642d577cbbac732582b11aad2d864f30c52a8fa754719930 SHA512 
ec16c26e597f53288aef3d3d2e36677d12818493b193097650d7871693bea5135c698433cb82955f5951894f78ae4c3f5251d09bc211fc28d9b3c235c99949e3
 WHIRLPOOL 
badddc75999f5d410340cc894862187adbd3d7302dc30a6075fad4266eaf8a79b1c8c2572c2281aed9f88d26b63fb855dc9645e2aa63c7b9ff8f3c85c8f66e8f
+DIST safety-0.5.1.tar.gz 8404 SHA256 
6ba9e3b6c3d33588d3ed062d11dea8a5f855e09cde9418f69c866fa23068f3e8 SHA512 
95d61256cf16cceb92d35215bfb70e38b663e0cd0162658b41e692993cd08457e7bd36faacfa86512031327a930a0b254eb2af4838db808ba93c13aefa35a82b
 WHIRLPOOL 
6774dc4df2003d0d1c705216c558cfe5ccea8167d20031ef327dad4a9fef1bb2a3f60a7309a3e997741c196d9e851c67c9fb1a4c81d7f192d6d1ca04832826ce

diff --git a/dev-python/safety/safety-0.5.1.ebuild 
b/dev-python/safety/safety-0.5.1.ebuild
new file mode 100644
index ..86e49d6
--- /dev/null
+++ b/dev-python/safety/safety-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Checks your installed dependencies for known security 
vulnerabilities"
+HOMEPAGE="https://github.com/pyupio/safety;
+SRC_URI="https://github.com/pyupio/safety/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/click-6.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}"



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

2016-11-08 Thread Manuel Rüger
commit: 68ee1db88f1ccfe3b6506adf82c3c9b77120a648
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 21:57:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 21:58:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ee1db8

dev-ruby/octokit: Version bump

Package-Manager: portage-2.3.2

 dev-ruby/octokit/Manifest |  1 +
 dev-ruby/octokit/octokit-4.6.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest
index 5ba4da1..9cba1b0 100644
--- a/dev-ruby/octokit/Manifest
+++ b/dev-ruby/octokit/Manifest
@@ -1,3 +1,4 @@
 DIST octokit-4.2.0.tar.gz 2740295 SHA256 
af4853f022677fd1c344e20d396912a3783f6bd43fffc9b608d9c4218eebcef8 SHA512 
5b596da5c2b6bff4cbef3c3faa57a341e7e46dffa8b16d81072b567a5827138ce173a13c1054719853aaf821ad8f5ef8c7e1f666769f3a1e538ef886e64dc1c4
 WHIRLPOOL 
781bf01f770ee42568ce8278787542dc8840c7dc489042a1d52cb3c59e5ccf13cd3d8269ddc5f9443447060b10c0fd56c89218c1dfdd02c4989e3d20c0c6ebf8
 DIST octokit-4.3.0.tar.gz 2760618 SHA256 
76ca1d4289f393c88556bc0c7518621db2d6371cb4c7ec68aa61d07327849fcc SHA512 
2a0e680ef8b182722e4a7f489d69fc1d9e81864b29a7fddc4b1ab68a77deee7383ffac153662ceb9e55d7425a4f9e29f7303f0d8d0d821156ef1946734e197a6
 WHIRLPOOL 
ab27fd63737604500a747496a3d040482de2532cfe5dd169d7144ba13476a6c14bf1d667385cd7f4b925030be8c9933e98ebfe72498e3be978574f1b206c7120
 DIST octokit-4.4.1.tar.gz 2823271 SHA256 
9222747466c94f3976f3efb7f818e1a24134fb1fec33eaf395fd8097bfa68473 SHA512 
cb6ceb4bbeeba9131176e425cafb40e5cbf0e38958a473ec44dcc702f0a087e5ff19ba34815f1a7a65d095b68c52824b161bf37e6b0fdc626770904bd830f5cb
 WHIRLPOOL 
61e210e7fdc8679be50537ef5425c04710eebad54886fad865b46acd6f4e9758f66a0cb935e2238986c099765b313e6c0a3278e0f6dd2b377d5c049d4981715b
+DIST octokit-4.6.0.tar.gz 2856575 SHA256 
cda2667b875f436a890c3192ebbfb0e214e4e810e7e52ae5ef2f432b1330accc SHA512 
315a72b8e0a6d56275f1f40be2d3aa3ecbb6df55bb6c99371bce7d21b26d476e6e34671b850a2671bba612b71fd3b96ea8d1cabe889af6b223094788f46e4eca
 WHIRLPOOL 
794bdee98276133e1dd22bfa70546896be95ef5deb2ff4fe92388ce88ff61616a75a3d777d8fb53e3bfc102749580e0993be336ab4d7e5de3daa1492feccad92

diff --git a/dev-ruby/octokit/octokit-4.6.0.ebuild 
b/dev-ruby/octokit/octokit-4.6.0.ebuild
new file mode 100644
index ..55d6325
--- /dev/null
+++ b/dev-ruby/octokit/octokit-4.6.0.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="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby toolkit for the Github API"
+HOMEPAGE="https://github.com/octokit/octokit.rb;
+SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+IUSE=""
+
+RUBY_S=octokit.rb-${PV}
+
+ruby_add_rdepend ">=dev-ruby/sawyer-0.8.0"
+ruby_add_bdepend "test? ( dev-ruby/mime-types
+   >=dev-ruby/netrc-0.7.7
+   dev-ruby/vcr:2
+   >=dev-ruby/webmock-1.9:0 )"
+
+all_ruby_prepare() {
+   sed -i -e "1,10d" -e "/require 'vcr'/i\gem 'vcr', '~> 2.9.2'" 
spec/helper.rb || die
+}



[gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-base/mate-panel/

2016-11-08 Thread Ettore Di Giacinto
commit: 8ba15cef31195de29efee90130923fd7f94aae56
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Nov  8 19:52:33 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov  8 19:52:33 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8ba15cef

mate-base/mate-panel: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-base/mate-panel/Manifest |  1 +
 mate-base/mate-panel/mate-panel-1.16.0.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index a46be8c..727b8fc 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1,3 @@
 DIST mate-panel-1.12.2.tar.xz 1930792 SHA256 
b757bb5ea3da1b36fcf599d4f123534e936f0e46859b3307816085f486667fa1 SHA512 
7810c3b3585e9def59c192914a91e2e64173b5b44cf43496808f6be46df798fc97358bb7bc300e52985fc401feb5201daad60bb0181e72e5e2512e7712aba6a4
 WHIRLPOOL 
2af7cdf4b38aab536497196dd8abd67583d93d915288d2a2eda67f31e9eba5030ee5360f6ad47cbc4d21389160b3209e99d84eecde1b2093ee9ce566b7cacd5a
 DIST mate-panel-1.14.2.tar.xz 1981716 SHA256 
ae3d2106f830583115e58fc8782fff63b27023f717068d407b239bfe548b6d24 SHA512 
296a74fcbdd3a58337987c0e8bcc804a203fbf5f134183c2fe09016c609bbd67bfab4dc6e46e333c7714e9c264965f1c3897c9645a5003405866fbdaf0a04944
 WHIRLPOOL 
b0e7d0c0ce2595bac3cc858b2a284166e4f6aeb7831419b833e9b194fc13f6902e4b95a7946da3f30bda38004987cb346ccff06b1cd0521e578c3f97f5f9e0c7
+DIST mate-panel-1.16.0.tar.xz 1945868 SHA256 
085b4236f793556381769aeb11744abdebff37254b2ab3eb9f57008d9f93094a SHA512 
96ea6e71dc602b2ff81294984f22854079e0daeb41d00a52646a6f2eb211f26b51eba43f97a3548707f3948b1f226480e3a8242c84de7eb4cd7f69e9b143fa36
 WHIRLPOOL 
f7ecb648cb3cccfb7aa930a76f025c409724c076ca4e90f50f1b977bf86b535d0eab82570ecd8eb840c07fed7d37acd18db39216ad028c0bbe0788fa9e071ff5

diff --git a/mate-base/mate-panel/mate-panel-1.16.0.ebuild 
b/mate-base/mate-panel/mate-panel-1.16.0.ebuild
new file mode 100644
index 000..7acb9d7
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.16.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE panel"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="X gtk3 +introspection"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libmateweather-1.7[gtk3(-)=]
+   dev-libs/libxml2:2
+   >=gnome-base/dconf-0.10:0
+   >=gnome-base/librsvg-2.36.2:2
+   >=mate-base/mate-desktop-1.9.3[gtk3(-)=]
+   >=mate-base/mate-menus-1.6
+   >=sys-apps/dbus-1.1.2:0
+   >=x11-libs/cairo-1:0
+   >=x11-libs/gdk-pixbuf-2.7.1:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   >=x11-libs/pango-1.15.4:0[introspection?]
+   x11-libs/libXau:0
+   >=x11-libs/libXrandr-1.3:0
+   virtual/libintl:0
+   !gtk3? (
+   media-libs/libcanberra:0[gtk]
+   >=x11-libs/gtk+-2.19.7:2[introspection?]
+   >=x11-libs/libwnck-2.30:1[introspection?]
+   )
+   gtk3? (
+   media-libs/libcanberra:0[gtk3]
+   >=x11-libs/gtk+-3.0:3[introspection?]
+   >=x11-libs/libwnck-3.0:3[introspection?]
+   )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/yelp-tools:0
+   >=dev-lang/perl-5:0=
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --disable-deprecation-flags \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable introspection)
+}



[gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-base/mate-control-center/

2016-11-08 Thread Ettore Di Giacinto
commit: 8bd94838fb9ab1376c57f1511ef4e013014619be
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Nov  8 20:51:29 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov  8 20:51:45 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8bd94838

mate-base/mate-control-center: Version bump to 1.16.0

* bump mate-base/mate-desktop and x11-wm/marco version requirement
* drop PATCHES
* adjust live ebuild with upstream: drop dev-libs/libunique with gtk3 USE, bump 
libXi dependency version

Package-Manager: portage-2.3.1

 mate-base/mate-control-center/Manifest   | 1 +
 ...-control-center-.ebuild => mate-control-center-1.16.0.ebuild} | 2 +-
 mate-base/mate-control-center/mate-control-center-.ebuild| 5 ++---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mate-base/mate-control-center/Manifest 
b/mate-base/mate-control-center/Manifest
index 293932c..b931ea6 100644
--- a/mate-base/mate-control-center/Manifest
+++ b/mate-base/mate-control-center/Manifest
@@ -1,2 +1,3 @@
 DIST mate-control-center-1.12.1.tar.xz 1304732 SHA256 
851f08e69ec8f513b8971262a439c83ef837b2a7467690313672b6a9d9a179fb SHA512 
402353c993b2420666803a273923b161cd3fff74b07e02f3dd9a80baea47278ca5c10a5baec673818390174a9f0b5c2d8db81c653f48c411cf5f53cc2dce
 WHIRLPOOL 
88a7d704f1e0665d45fa2f4b51c9c588fff1040dc8190fd60548fd49254f98f01ef2cde3e51abf995f88acf6c0c4f40f4d7694927fe028b4b97ea6a6f9dfb461
 DIST mate-control-center-1.14.1.tar.xz 1371360 SHA256 
b06deae1feb449a3f3debe27a2a406e64561d68bea7af0bcd311bf5d7dd5641b SHA512 
c871486e69174801e6b509848ae416e1b9aa55ca21ea796f7bc9e408ad59d0dfe5feafde59258c8d0019448b620af2fbd73b75cc644c5dc7b031237e3170a30b
 WHIRLPOOL 
ea73aa7f726280b4e900d7fdebfe05dd303a901a07ff1c8ac858d35c1ebbfedfd317771ae1896338f70d1babcc7dc25d30066dd0943a2c8061107b0587a7
+DIST mate-control-center-1.16.0.tar.xz 1341724 SHA256 
155226a482c3d0e402ec49ca53f6691afc5688df8cc958a5e216827e19525e22 SHA512 
891cddc3a908bd0a6aeeb05241290f4c0bbc247bc8923c34a1aa1a7ee55d62881c3958a9e65e338d2e79ecae91cdd5641e2186cea44a5fdb762a9a765a065496
 WHIRLPOOL 
c9cd2d204daced5d7ecfcdfa3b337639757250fde5107c92437bdbaa98b0d5ba8c48ef1ca4b7f557080f41f9a6b061831f05a88a0fa45b4b79d7776561f2e419

diff --git a/mate-base/mate-control-center/mate-control-center-.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.16.0.ebuild
similarity index 98%
copy from mate-base/mate-control-center/mate-control-center-.ebuild
copy to mate-base/mate-control-center/mate-control-center-1.16.0.ebuild
index 9ce52d8..19b1955 100644
--- a/mate-base/mate-control-center/mate-control-center-.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.16.0.ebuild
@@ -46,7 +46,7 @@ COMMON_DEPEND="
x11-libs/libXxf86misc:0
>=x11-libs/libxklavier-4:0
x11-libs/pango:0
-   >=x11-wm/marco-1.9.1[gtk3(-)=]
+   >=x11-wm/marco-1.13.1[gtk3(-)=]
virtual/libintl:0
!gtk3? (
>=dev-libs/libunique-1:1

diff --git a/mate-base/mate-control-center/mate-control-center-.ebuild 
b/mate-base/mate-control-center/mate-control-center-.ebuild
index 9ce52d8..20b441a 100644
--- a/mate-base/mate-control-center/mate-control-center-.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-.ebuild
@@ -40,13 +40,13 @@ COMMON_DEPEND="
x11-libs/libXScrnSaver:0
x11-libs/libXcursor:0
x11-libs/libXext:0
-   >=x11-libs/libXi-1.2:0
+   >=x11-libs/libXi-1.5:0
x11-libs/libXrandr:0
x11-libs/libXrender:0
x11-libs/libXxf86misc:0
>=x11-libs/libxklavier-4:0
x11-libs/pango:0
-   >=x11-wm/marco-1.9.1[gtk3(-)=]
+   >=x11-wm/marco-1.13.1[gtk3(-)=]
virtual/libintl:0
!gtk3? (
>=dev-libs/libunique-1:1
@@ -55,7 +55,6 @@ COMMON_DEPEND="
appindicator? ( dev-libs/libappindicator:2 )
)
gtk3? (
-   >=dev-libs/libunique-3:3
media-libs/libcanberra:0[gtk3]
>=x11-libs/gtk+-3.0:3
appindicator? ( dev-libs/libappindicator:3 )



[gentoo-commits] proj/gentoo-mate:1.16-bump commit in: x11-misc/mate-notification-daemon/

2016-11-08 Thread Ettore Di Giacinto
commit: 153fa20699350f8940157ddafd0377817698d7a0
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Nov  8 20:34:38 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov  8 20:34:43 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=153fa206

x11-misc/mate-notification-daemon: version bump to 1.16.0

* dropped gtk2, gtk3 only

Package-Manager: portage-2.3.1

 x11-misc/mate-notification-daemon/Manifest |  1 +
 .../mate-notification-daemon-1.16.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index b1223f5..7cdb00e 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST mate-notification-daemon-1.12.1.tar.xz 304752 SHA256 
856bad2bb90e2b7d1124c0ae197c07a321b3cc2767897b3e6b78e59a3096a7dd SHA512 
ce9cd1737cc70b0e17fa856730b51747f78bb40639ff58e205a3f1432edf53aba38442d59b7a4fca6ff460cbdc6c611c0a05a46bbf5db92db0ce5e714e19daae
 WHIRLPOOL 
b925ac68692f1535bc57bed23f9c19239583c5ca674e5f6493223d31ff6be6ca2bb94b89cdb12baa0eafcaad1cf1c3d6df7ee717b71730b6947be0c0c81a22cd
 DIST mate-notification-daemon-1.14.1.tar.xz 336196 SHA256 
8ddefb29d5fe626787fba29d4e76993b5e0efcbd36b2bb9aa2faa1cd64f732fd SHA512 
6913e0a7891726fb2f4098b4c7ba578344d29960e6d27a9fa917687f745aedb9482fb65ea9c6d8816a0c8e505ef586f13ac08b010e558b6557e14e8961b1c1f6
 WHIRLPOOL 
ba9fe7f7e30d2a92b93c51a1564414c27ad5533a3dd5d5c5946c697d6d2c3fc0ed586bf051b65a6d06852b08517ca60a262946cfb6f4b415b0a9459307c0ec2a
+DIST mate-notification-daemon-1.16.0.tar.xz 336036 SHA256 
8555bc619ec11b44b092a57b47b87efa53cac1cc0173c132eedcc11c68ccdc49 SHA512 
e54dcedf197904fbf652ac67ecef3cc51531ddc8a8a665fea8e90a0774603e62554ce717bf532000224651f233b51feef1f1b7dd9947d406dd00778b362754bf
 WHIRLPOOL 
0aafb78b7ccab04b5408aba0b47eb339b34da824ed2b60c0fbbaeb3259690d270d4608b1767951f295e31825bead1856c8431094048e58b1c7a66cc477a0db1d

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.0.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.0.ebuild
new file mode 100644
index 000..5e6f477
--- /dev/null
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.16.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE Notification daemon"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="dev-libs/atk:0
+   >=dev-libs/dbus-glib-0.78:0
+   >=dev-libs/glib-2.36:2
+   >=sys-apps/dbus-1:0
+   x11-libs/cairo:0
+   >=x11-libs/gdk-pixbuf-2.22:2
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/libX11:0
+   virtual/libintl:0
+   >=x11-libs/gtk+-3.14:3
+   >=x11-libs/libwnck-3:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   !x11-misc/notify-osd:*
+   !x11-misc/qtnotifydaemon:*
+   !x11-misc/notification-daemon:*"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   >=sys-devel/libtool-2.2.6:2
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure
+}
+
+src_install() {
+   mate_src_install
+
+   insinto /usr/share/dbus-1/services
+   doins "${FILESDIR}/org.freedesktop.Notifications.service"
+}



[gentoo-commits] proj/gentoo-mate:1.16-bump commit in: mate-extra/mate-screensaver/

2016-11-08 Thread Ettore Di Giacinto
commit: f43ebd6523644cbf08d0b8d561e4c07700cdba9b
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Nov  8 20:57:12 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov  8 20:57:12 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f43ebd65

mate-extra/mate-screensaver: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-extra/mate-screensaver/Manifest   |   1 +
 .../mate-screensaver-1.16.0.ebuild | 119 +
 2 files changed, 120 insertions(+)

diff --git a/mate-extra/mate-screensaver/Manifest 
b/mate-extra/mate-screensaver/Manifest
index ee9ec22..f661ce2 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,2 +1,3 @@
 DIST mate-screensaver-1.12.0.tar.xz 4868924 SHA256 
198cb5159bd6321c90e0069115909be52eb4382de25cb9c4ba33fa29e3fdc693 SHA512 
01bdef496560eb8e9118b0ff66863568aaa6df872e7947d0a92fe9fcb1d305618b28928ea95c65a3367e3e4e79e9bdab7a8266287c8e3db2a5210b955d412c8d
 WHIRLPOOL 
2cf7db69a1609cd785eef50c070743722cd190633a3b34b4cc87c11aa46164106a785dd027e728121e18a671c1b36cd5d20d30f232011a1ac6a4ff5f37953dc4
 DIST mate-screensaver-1.14.1.tar.xz 4912772 SHA256 
e903932d9e3b01b527abf8b4957d68797afd1b6b035854bcbbd5e4e6934da5c6 SHA512 
28b5834450da9d7d2fd3a77504f244e69212e751435bd41a957f30a5231db312dba37ee39442c63a40098bb3d1e1fade81ea423f9d59b29fc5d1201522d1d8f8
 WHIRLPOOL 
c39b1f2ee9bb3082a038c765c9c007c500470ab4c73d5221d3d5e49de9c54fa950e9eeabec9f02f4791f7ade984076574ad8c25357af43bf5ff39d3623cff74b
+DIST mate-screensaver-1.16.0.tar.xz 4918240 SHA256 
fda3051346f4d23b383142fe5a86abb7e745c4a3fbcd9ac0c449fbc8a1cb5aa5 SHA512 
e25d654ce4090108a0d1c38c3a7d7315c3c3b6226f694ad1833c6d2d26c6682bf52450809b33c75b1276c3ad6cbfe709df44556cdc9a0c2e7faa66373efcdc9d
 WHIRLPOOL 
6a6c43d6f628f566d90288b065d89980a9173395e14914962b60445f21d8161297de595ac5af8650ccf3dcfb21a44fcd13c928eb48826149aba4ad5f417e28b1

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.16.0.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.16.0.ebuild
new file mode 100644
index 000..dfc6fa4
--- /dev/null
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.16.0.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate multilib readme.gentoo-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug consolekit gtk3 kernel_linux libnotify opengl pam systemd"
+
+DOC_CONTENTS="
+   Information for converting screensavers is located in
+   /usr/share/doc/${PF}/xss-conversion.txt*
+"
+
+COMMON_DEPEND="
+   >=dev-libs/dbus-glib-0.71:0
+   >=dev-libs/glib-2.36:2
+   gnome-base/dconf:0
+   >=mate-base/libmatekbd-1.7.1[gtk3(-)=]
+   >=mate-base/mate-desktop-1.9.4[gtk3(-)=]
+   >=mate-base/mate-menus-1.6
+   >=sys-apps/dbus-0.30:0
+   >=x11-libs/gdk-pixbuf-2.14:2
+   >=x11-libs/libX11-1:0
+   x11-libs/cairo:0
+   x11-libs/libXext:0
+   x11-libs/libXrandr:0
+   x11-libs/libXScrnSaver:0
+   x11-libs/libXxf86misc:0
+   x11-libs/libXxf86vm:0
+   x11-libs/libxklavier:0
+   x11-libs/pango:0
+   virtual/libintl:0
+   consolekit? ( sys-auth/consolekit:0 )
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   libnotify? ( >=x11-libs/libnotify-0.7:0 )
+   opengl? ( virtual/opengl:0 )
+   pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 )
+   !pam? ( kernel_linux? ( sys-apps/shadow:0 ) )
+   systemd? ( sys-apps/systemd:0= )
+   !!http://bugzilla.gnome.org/show_bug.cgi?id=370847
+   # is fixed.
+   if ! use pam ; then
+   fperms u+s /usr/libexec/mate-screensaver-dialog
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   if has_version "> 
/etc/portage/package.use"
+   echo
+   fi
+
+   readme.gentoo_print_elog
+}



[gentoo-commits] proj/gentoo-mate:1.16-bump commit in: x11-themes/mate-backgrounds/

2016-11-08 Thread Ettore Di Giacinto
commit: 099812c30db9497416004864ecd59730ca348a3e
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Nov  8 20:02:00 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov  8 20:02:00 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=099812c3

x11-themes/mate-backgrounds: version bump to 1.16.0

Package-Manager: portage-2.3.1

 x11-themes/mate-backgrounds/Manifest   |  1 +
 .../mate-backgrounds/mate-backgrounds-1.16.0.ebuild| 18 ++
 2 files changed, 19 insertions(+)

diff --git a/x11-themes/mate-backgrounds/Manifest 
b/x11-themes/mate-backgrounds/Manifest
index 8fa62bf..588e054 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1,2 +1,3 @@
 DIST mate-backgrounds-1.12.0.tar.xz 20885844 SHA256 
841f098c94967fce74d6dd57cd0291e7aaee65effbd94d767a16b2f25feb6c2d SHA512 
3dfb175bf0a2240b2639a6038625679d9f13ed7c9b8e381eb4249f9938410cbb24593fa00baac7a1dd7458ecd00ea6e24ab03ff161381d250ddbac5b5cbabc55
 WHIRLPOOL 
aee7ddc6212c83064fb3caf816cfea2884f7ed6d341e9c32acab42fcbecc54ddc69d8cc8aed9841c0de9ac751d2f335068151a254ceaa2aae2879c170b4af602
 DIST mate-backgrounds-1.14.0.tar.xz 20889156 SHA256 
1e01411969496e766db479b53ea1caa66ae7e3b350d011aa112840dcffd30751 SHA512 
01bbe17b6c42626a056e3648bdbaef5b3fac950c7da951641634f543b496b24f5b0777d85269d6905f0b08e636eb50e19a348030b874e6c91208434c042d204f
 WHIRLPOOL 
ca73db034f5ea3f02a44e0f5e8954ab74ae1227184d9df193fd441d5d9ec70a79c6470e013a78b7f4ea901d2ef94bce2c2873395666b6b6cb2bb95cae506ac16
+DIST mate-backgrounds-1.16.0.tar.xz 20889904 SHA256 
37cc2489033b1bba03de2ada567f8e40de3d5c3e36b7af16270baaf3765a1a39 SHA512 
fa9d3913089a90fa4260820b4d074d7d1209cf9a384929cd041fe9eef396b6796cc61eb3897d08283eb4d7ad852686e8e99d345514194523cdfb22566c5487e8
 WHIRLPOOL 
a4cd54f1be6c29e1aec501587337d87ab68469c6d6f7d95360beebe7d323fedc449c8936b47709d94565708d4ceaa3be78ead5bf2065939224951c46470a8edf

diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.16.0.ebuild 
b/x11-themes/mate-backgrounds/mate-backgrounds-1.16.0.ebuild
new file mode 100644
index 000..14c3a7e
--- /dev/null
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.16.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND=">=dev-util/intltool-0.35:*
+   sys-devel/gettext:*"



[gentoo-commits] repo/gentoo:master commit in: x11-wm/jwm/

2016-11-08 Thread Sam Jorna
commit: ce79af16f71827e275145c2dd882455ba67a00ab
Author: Sam Jorna  gentoo  org>
AuthorDate: Tue Nov  8 21:29:13 2016 +
Commit: Sam Jorna  gentoo  org>
CommitDate: Tue Nov  8 21:29:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce79af16

x11-wm/jwm: bump to 2.3.6

Package-Manager: portage-2.3.2

 x11-wm/jwm/Manifest |  1 +
 x11-wm/jwm/jwm-2.3.6.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/x11-wm/jwm/Manifest b/x11-wm/jwm/Manifest
index bcf0fd6..c49f4df 100644
--- a/x11-wm/jwm/Manifest
+++ b/x11-wm/jwm/Manifest
@@ -1,3 +1,4 @@
 DIST jwm-2.3.2.tar.xz 325648 SHA256 
92a3e66ceb847aac9fa09a24b16c93194f6c52e398f5a88f228b4986ea972c53 SHA512 
34b9d482815e8b269203e1f5bf02d3e13f3186153755c9e74094e4a8af376f35b8bef4553056e83c20ba0c532e6d2606633d71272e186fe45dfed9e4ea836a27
 WHIRLPOOL 
93d140919edf16fb44bf93b0d017174036de363a514862c5553ea84796311ba74fa2f6736fa2f78fe639e95ad6087b38fa962d77c83c4c4d863e35c06703
 DIST jwm-2.3.4.tar.xz 332140 SHA256 
249867d2e21fab27f69d4f64b5c8acba5ddc540030e31e450c20ed4b647a06ee SHA512 
db9f46ced4b1f8128673b551cd865b6c9b6c8d43f839cfe898168251e8326d402a510ce77144273488c1e65a96d66e16124e4b4749a5a96a9057c1eb20c2bee1
 WHIRLPOOL 
21328d615fba64fdda943ff0f90991f6f9b19106c0d05d04f2399d01fe63be66f07c9fa6ced34074adbc3d1b7720a602dfe687c41d6701f1f40b414f89c35075
 DIST jwm-2.3.5.tar.xz 339792 SHA256 
b0a7908ba3299f82542125f67e329a8a727c2761b4abaa6d0d489bdb8629acf0 SHA512 
cb45a5fb349e6c130b89996ba11a99059e95ccedc4ea82ad527676130833fd93297b64fad905a1f22908a4ae69cca544a6353c37160ed8df3e1089f40f9a0565
 WHIRLPOOL 
da46d3ddfefd60d22bd8fd623bebeeda82544f8408b22414a88aa5da4bc138087bc39c7363674982ffb6f73f3729665328bb42dbbff6da608c1ab516f5037137
+DIST jwm-2.3.6.tar.xz 343644 SHA256 
a0fedbdf790d2ad2016730db593c436def277507bcdf96d6e85d7f4dc435273d SHA512 
ed3556bf2e28bfcf36b2b145e6c08e75c24e47b723b16ce072100d2773338d819c5465e7af2dc6b842e2e35f375ec3a0b85d9987e0a8acecdbe628dc09eabd11
 WHIRLPOOL 
5b3d35cebef6c0a359179062ce54b3b48dbfbe67abda05a5111b52c55c6b0fd0391e9b127bc14a454e219853dc11020312bf4c0f182ba9fdd7cb94d941ba4e0d

diff --git a/x11-wm/jwm/jwm-2.3.6.ebuild b/x11-wm/jwm/jwm-2.3.6.ebuild
new file mode 100644
index ..1325308
--- /dev/null
+++ b/x11-wm/jwm/jwm-2.3.6.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Very fast and lightweight still powerful window manager for X"
+HOMEPAGE="http://joewing.net/projects/jwm/;
+SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~x86-fbsd"
+IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"
+
+RDEPEND="dev-libs/expat
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXrender
+   bidi? ( dev-libs/fribidi )
+   cairo? (
+   x11-libs/cairo
+   gnome-base/librsvg
+   )
+   iconv? ( virtual/libiconv )
+   jpeg? ( virtual/jpeg:0= )
+   nls? ( sys-devel/gettext
+   virtual/libintl )
+   png? ( media-libs/libpng:0= )
+   truetype? ( x11-libs/libXft )
+   xinerama? ( x11-libs/libXinerama )
+   xpm? ( x11-libs/libXpm )"
+DEPEND="${RDEPEND}
+   x11-proto/xproto
+   x11-proto/xextproto
+   xinerama? ( x11-proto/xineramaproto )"
+
+src_configure() {
+   econf \
+   $(use_enable bidi fribidi) \
+   $(use_enable cairo) \
+   $(use_enable debug) \
+   $(use_enable jpeg) \
+   $(use_enable nls) \
+   $(use_enable png) \
+   $(use_enable cairo rsvg) \
+   $(use_enable truetype xft) \
+   $(use_enable xinerama) \
+   $(use_enable xpm) \
+   $(use_with iconv libiconv-prefix /usr) \
+   $(use_with nls libintl-prefix /usr) \
+   --enable-shape \
+   --enable-xrender \
+   --disable-rpath
+}
+
+src_install() {
+   dodir /etc
+   dodir /usr/bin
+   dodir /usr/share/man
+
+   default
+
+   make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
+
+   insinto "/usr/share/xsessions"
+   doins "${FILESDIR}"/jwm.desktop
+
+   dodoc README.md example.jwmrc ChangeLog
+}
+
+pkg_postinst() {
+   einfo "JWM can be configured system-wide with ${EROOT}/etc/system.jwmrc"
+   einfo "or per-user by creating a configuration file in ~/.jwmrc"
+   einfo
+   einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/"
+}



[gentoo-commits] proj/betagarden:master commit in: dev-python/nose-progressive/

2016-11-08 Thread Sebastian Pipping
commit: 603e22420fa4e711e25ab22d115b54b75150596c
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Nov  8 21:26:36 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Nov  8 21:27:13 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=603e2242

dev-python/nose-progressive: Fix immature ebuild

 dev-python/nose-progressive/nose-progressive-1.5.1.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild 
b/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild
index 1a8..27cd25c 100644
--- a/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild
+++ b/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild
@@ -17,10 +17,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-#DEPEND
-#RDEPEND
-
-#S="${WORKDIR}"/${PN}-${MY_PV}
-#RESTRICT="bindist mirror"
-
-#DOCS
+DEPEND="
+   =dev-python/nose-1.2.1[${PYTHON_USEDEP}]
+   "
+RDEPEND="${DEPEND}"



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

2016-11-08 Thread Zac Medico
commit: 734a6f3b31938fd9f1f73b6baf5ac3c02f784848
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov  8 21:26:01 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov  8 21:27:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a6f3b

app-emacs/editorconfig-emacs: add package

Package-Manager: portage-2.3.2

 app-emacs/editorconfig-emacs/Manifest  |  1 +
 .../editorconfig-emacs-0.7.8.ebuild| 28 ++
 app-emacs/editorconfig-emacs/metadata.xml  | 10 
 3 files changed, 39 insertions(+)

diff --git a/app-emacs/editorconfig-emacs/Manifest 
b/app-emacs/editorconfig-emacs/Manifest
new file mode 100644
index ..4cbc72d
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/Manifest
@@ -0,0 +1 @@
+DIST editorconfig-emacs-0.7.8.tar.gz 28250 SHA256 
3abb4bc349a50fc84f7cc006a355edd773cd21d5a728fb0cb64eac80fa948ff6 SHA512 
21815a5a778ffef68b5205e409aa827c1bd6c9a8c542647ebec889a9f00f5b3f71e3a2072bc2f0373e8ce30c1bb57f5f6350953a3c149742a8e2e46ca9846c9a
 WHIRLPOOL 
f5fd5d66d075a57204bcad0eae6a4569cf17f1eb77b1d89873e5d3f645dd3241a4cceaefbe8918753d8cec83969f335993f57ce169bac9fbbefc5208482c6ea2

diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild 
b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
new file mode 100644
index ..6013a29
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="EditorConfig plugin for emacs"
+HOMEPAGE="https://github.com/editorconfig/${PN}/;
+SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="test"
+
+src_install() {
+   local site_file="${T}/50${PN}-gentoo.el"
+   echo "
+(require 'editorconfig)
+(editorconfig-mode 1)
+" > "${site_file}" || die
+   elisp-site-file-install "${site_file}"
+   elisp_src_install
+   dodoc README.md
+}

diff --git a/app-emacs/editorconfig-emacs/metadata.xml 
b/app-emacs/editorconfig-emacs/metadata.xml
new file mode 100644
index ..14acb12
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   editorconfig/editorconfig-emacs
+   
+   
+   zmed...@gentoo.org
+   
+



[gentoo-commits] proj/betagarden:master commit in: dev-python/nose-progressive/

2016-11-08 Thread Sebastian Pipping
commit: 91bb42bbc930331e0fb48b64afd6ffbcd7dd769d
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Nov  8 21:22:29 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Nov  8 21:22:29 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=91bb42bb

dev-python/nose-progressive: 1.5.1

 dev-python/nose-progressive/metadata.xml   |  7 ++
 .../nose-progressive/nose-progressive-1.5.1.ebuild | 26 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/nose-progressive/metadata.xml 
b/dev-python/nose-progressive/metadata.xml
new file mode 100644
index 000..82b7b79
--- /dev/null
+++ b/dev-python/nose-progressive/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   
+

diff --git a/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild 
b/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild
new file mode 100644
index 000..1a8
--- /dev/null
+++ b/dev-python/nose-progressive/nose-progressive-1.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A nosetests plugin with a progress bar and emphasis important"
+HOMEPAGE="https://github.com/erikrose/nose-progressive;
+SRC_URI="https://github.com/erikrose/nose-progressive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#DEPEND
+#RDEPEND
+
+#S="${WORKDIR}"/${PN}-${MY_PV}
+#RESTRICT="bindist mirror"
+
+#DOCS



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

2016-11-08 Thread Mike Auty
commit: d0fb126a36d2f0f92d113f5de149f86a3db1741a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Tue Nov  8 20:19:15 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Tue Nov  8 21:09:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0fb126a

dev-util/bless: remove unused patch

Signed-off-by: Mike Auty  gentoo.org>

 dev-util/bless/files/bless-0.5.2-mono-2.patch | 118 --
 1 file changed, 118 deletions(-)

diff --git a/dev-util/bless/files/bless-0.5.2-mono-2.patch 
b/dev-util/bless/files/bless-0.5.2-mono-2.patch
deleted file mode 100644
index 4271046..
--- a/dev-util/bless/files/bless-0.5.2-mono-2.patch
+++ /dev/null
@@ -1,118 +0,0 @@
-diff -Naur blessbroken/src/gui/plugins/BitwiseOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/BitwiseOperationsPlugin.cs
 blessbroken/src/gui/plugins/BitwiseOperationsPlugin.cs 2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/BitwiseOperationsPlugin.cs 2008-07-08 
01:33:38.352260344 +0200
-@@ -102,7 +102,7 @@
-   uim.InsertActionGroup(group, 0);
-   uim.AddUiFromString(uiXml);
- 
--  performAction = 
(Action)uim.GetAction("/DefaultAreaPopup/ExtraAreaPopupItems/PerformBitwiseOperation");
-+  performAction = 
(Gtk.Action)uim.GetAction("/DefaultAreaPopup/ExtraAreaPopupItems/PerformBitwiseOperation");
- 
-   uim.EnsureUpdate();
- 
-diff -Naur blessbroken/src/gui/plugins/EditOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/EditOperationsPlugin.cs
 blessbroken/src/gui/plugins/EditOperationsPlugin.cs2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/EditOperationsPlugin.cs2008-07-08 
01:35:00.027629029 +0200
-@@ -151,12 +151,12 @@
-   void ConnectEditAccelerators(bool v)
-   {
-   if (editAccelCount == 0 && v == true) {
--  foreach(Action a in editActionGroup.ListActions())
-+  foreach(Gtk.Action a in editActionGroup.ListActions())
-   a.ConnectAccelerator();
-   editAccelCount = 1;
-   }
-   else if (editAccelCount == 1 && v == false) {
--  foreach(Action a in editActionGroup.ListActions())
-+  foreach(Gtk.Action a in editActionGroup.ListActions())
-   a.DisconnectAccelerator();
-   editAccelCount = 0;
-   }
-@@ -207,15 +207,15 @@
-   uim.InsertActionGroup(miscActionGroup, 0);
- 
-   uim.AddUiFromString(uiXml);
--  UndoAction = (Action)uim.GetAction("/menubar/Edit/Undo");
--  RedoAction = (Action)uim.GetAction("/menubar/Edit/Redo");
--  CutAction = (Action)uim.GetAction("/menubar/Edit/Cut");
--  CopyAction = (Action)uim.GetAction("/menubar/Edit/Copy");
--  PasteAction = (Action)uim.GetAction("/menubar/Edit/Paste");
--  DeleteAction = (Action)uim.GetAction("/menubar/Edit/Delete");
-+  UndoAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Undo");
-+  RedoAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Redo");
-+  CutAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Cut");
-+  CopyAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Copy");
-+  PasteAction = (Gtk.Action)uim.GetAction("/menubar/Edit/Paste");
-+  DeleteAction = 
(Gtk.Action)uim.GetAction("/menubar/Edit/Delete");
- 
- 
--  foreach (Action a in editActionGroup.ListActions()) {
-+  foreach (Gtk.Action a in editActionGroup.ListActions()) {
-   // for some reason the accelerators are connected twice
-   // ... so disconnect them twice
-   for (int i = 0; i < 2; i++)
-diff -Naur blessbroken/src/gui/plugins/FileOperationsPlugin.cs 
bless-0.5.2/src/gui/plugins/FileOperationsPlugin.cs
 blessbroken/src/gui/plugins/FileOperationsPlugin.cs2007-08-25 
09:54:21.0 +0200
-+++ bless-0.5.2/src/gui/plugins/FileOperationsPlugin.cs2008-07-08 
01:35:48.083280812 +0200
-@@ -159,11 +159,11 @@
- 
-   uim.InsertActionGroup(group, 0);
-   uim.AddUiFromString(uiXml);
--  SaveAction = (Action)uim.GetAction("/menubar/File/Save");
--  SaveAsAction = (Action)uim.GetAction("/menubar/File/SaveAs");
--  CloseAction = (Action)uim.GetAction("/menubar/File/Close");
--  QuitAction = (Action)uim.GetAction("/menubar/File/Quit");
--  RevertAction = (Action)uim.GetAction("/menubar/File/Revert");
-+  SaveAction = (Gtk.Action)uim.GetAction("/menubar/File/Save");
-+  SaveAsAction = 
(Gtk.Action)uim.GetAction("/menubar/File/SaveAs");
-+  CloseAction = (Gtk.Action)uim.GetAction("/menubar/File/Close");
-+  QuitAction = 

[gentoo-commits] proj/betagarden:master commit in: media-sound/knowthelist/

2016-11-08 Thread Sebastian Pipping
commit: 1fa0aaa0a9323b6417c8cb14fb10bc970554b316
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Nov  8 21:14:25 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Nov  8 21:14:25 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1fa0aaa0

media-sound/knowthelist: Use ${PV}

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

diff --git a/media-sound/knowthelist/knowthelist-2.3.0.ebuild 
b/media-sound/knowthelist/knowthelist-2.3.0.ebuild
index dea3eb8..bf9f19e 100644
--- a/media-sound/knowthelist/knowthelist-2.3.0.ebuild
+++ b/media-sound/knowthelist/knowthelist-2.3.0.ebuild
@@ -8,7 +8,7 @@ inherit qmake-utils
 
 DESCRIPTION="Party music player"
 HOMEPAGE="http://knowthelist.github.io/knowthelist/;
-SRC_URI="https://github.com/knowthelist/knowthelist/archive/v2.3.0.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/knowthelist/knowthelist/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"



[gentoo-commits] proj/betagarden:master commit in: media-sound/knowthelist/

2016-11-08 Thread Sebastian Pipping
commit: e909c46ad9cbad595c279dd278bccf54f839b49e
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Nov  8 21:13:25 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Nov  8 21:13:25 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e909c46a

media-sound/knowthelist: 2.3.0

 media-sound/knowthelist/knowthelist-2.3.0.ebuild | 42 
 media-sound/knowthelist/metadata.xml |  7 
 2 files changed, 49 insertions(+)

diff --git a/media-sound/knowthelist/knowthelist-2.3.0.ebuild 
b/media-sound/knowthelist/knowthelist-2.3.0.ebuild
new file mode 100644
index 000..dea3eb8
--- /dev/null
+++ b/media-sound/knowthelist/knowthelist-2.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Party music player"
+HOMEPAGE="http://knowthelist.github.io/knowthelist/;
+SRC_URI="https://github.com/knowthelist/knowthelist/archive/v2.3.0.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/glib:2
+
+   media-libs/gstreamer:1.0
+   media-libs/taglib
+   media-libs/alsa-lib
+
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   "
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   dodoc "${DOCS[@]}"
+   emake INSTALL_ROOT="${D}" install
+}

diff --git a/media-sound/knowthelist/metadata.xml 
b/media-sound/knowthelist/metadata.xml
new file mode 100644
index 000..82b7b79
--- /dev/null
+++ b/media-sound/knowthelist/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   sp...@gentoo.org
+   
+



[gentoo-commits] proj/pax-utils:master commit in: /

2016-11-08 Thread Mike Gilbert
commit: 6557b1512ebfda508345e032e09ed85789c16c98
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Nov  8 20:37:27 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov  8 20:39:23 2016 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=6557b151

lddtree.py: work around pyelftools API change

Section names now get returned as strings rather than bytes. See
108eaea9 upstream.

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

 lddtree.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lddtree.py b/lddtree.py
index 3971a9a..8480248 100755
--- a/lddtree.py
+++ b/lddtree.py
@@ -72,6 +72,8 @@ def dbg(debug, *args, **kwargs):
 
 def bstr(buf):
   """Decode the byte string into a string"""
+  if isinstance(buf, str):
+  return buf
   return buf.decode('utf-8')
 
 



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

2016-11-08 Thread Lars Wendler
commit: 2e9e9370031e03ce20939308df1cbdbd6c27bbc0
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  8 20:36:59 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  8 20:37:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9e9370

sys-apps/util-linux: Removed old.

Package-Manager: portage-2.3.2

 sys-apps/util-linux/Manifest |   1 -
 sys-apps/util-linux/util-linux-2.28.1.ebuild | 182 ---
 2 files changed, 183 deletions(-)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index 8576558..57c1ac4 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -1,5 +1,4 @@
 DIST util-linux-2.26.2.tar.xz 3863868 SHA256 
0e29bda142528a48a0a953c39ff63093651a4809042e1790fbd6aa8663fd9666 SHA512 
1cb8e2f32882b3f496d31c250a45cfb61bedb79f7a2802b358c23134d4257fa9bc9cdecfa1aaba12109f82b93345c6dc0bec2d11629ffa084f2a4476a91b
 WHIRLPOOL 
699ff057f9930fe53f44090817c64ffe089345e7aba4c836e18cd3d201add805640b0e41b8d60bc08e3632be919025417feb9c2ddda454c87821a59122ed
 DIST util-linux-2.27.1.tar.xz 3964512 SHA256 
0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290 SHA512 
a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8
 WHIRLPOOL 
b0641f013762a667efcb2fabe6e3e09dd09252835d841e25cde506aca3a74876ad34f8130f3227683c7e8f19359205c4014dfcd9055d860ae6e3e54621478639
-DIST util-linux-2.28.1.tar.xz 4157892 SHA256 
3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f SHA512 
58f2fdb1db6cf712dc8ca02550d17735cb0b5892b8151f26f5565cdaa6fe008207457c1d5b7d7c2a5b866ee86f4cf423b22911f63328e0ebd5cad7b197b53213
 WHIRLPOOL 
dba986be51d07f83f84bfe7bd405457ce3045995f4cbc0c4bae08f7399c5ba74590e1bbc8e687094fa171f7405f7dbe5526b738f965acd7ab13dac1d5bcf7ab3
 DIST util-linux-2.28.2.tar.xz 4149700 SHA256 
b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
 WHIRLPOOL 
1735e33620dba30cc1f42e60b707adb72234006b7fea242ac98c389295617bd0225563bcffa76b9d0753dfa100775dd9a2b73614843645ce667db5536842e308
 DIST util-linux-2.29.tar.xz 4249020 SHA256 
2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7 SHA512 
ec6d5b2ef49069341dbb805ccdaca7a2e4d6aaa4d06f34c1de24e538ed971bd83749b6c5a6ce75d72d86817edb6b4eb3396579d18cdb523eb02b92427f41d7f3
 WHIRLPOOL 
b07750566086a183175c6ec6eb935ce2e37ffaf5eeca4b58ea7e823c6dfdd63dd52543b7009014ace20ef9cb9be363cfade85bcbfbd4fa7ac388e0eefbb80f05

diff --git a/sys-apps/util-linux/util-linux-2.28.1.ebuild 
b/sys-apps/util-linux/util-linux-2.28.1.ebuild
deleted file mode 100644
index d168cff..
--- a/sys-apps/util-linux/util-linux-2.28.1.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
-   python-single-r1 multilib-minimal systemd
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-2 autotools
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-   
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
-fi
-
-DESCRIPTION="Various useful Linux utilities"
-HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/;
-
-LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
-SLOT="0"
-IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode"
-
-# Most lib deps here are related to programs rather than our libs,
-# so we rarely need to specify ${MULTILIB_USEDEP}.
-RDEPEND="caps? ( sys-libs/libcap-ng )
-   cramfs? ( sys-libs/zlib )
-   ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
-   pam? ( sys-libs/pam )
-   python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0= )
-   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
-   slang? ( sys-libs/slang )
-   !build? ( systemd? ( sys-apps/systemd ) )
-   udev? ( virtual/libudev:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   test? ( sys-devel/bc )
-   virtual/os-headers"
-RDEPEND+="
-   kill? (
-   !sys-apps/coreutils[kill]
-   !sys-process/procps[kill]
-   )
-   !sys-process/schedutils
-   !sys-apps/setarch
-   ! "${T}"/fallocate.${ABI}.c
-   #define _GNU_SOURCE
-   #include 
-   main() { return fallocate(0, 0, 0, 0); }
-   EOF
-   

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

2016-11-08 Thread Lars Wendler
commit: 171c324b109254c39212676c1512bfcb2f00832d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  8 20:36:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  8 20:37:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171c324b

sys-apps/util-linux: Bump to version 2.29

Package-Manager: portage-2.3.2

 sys-apps/util-linux/Manifest   |   1 +
 sys-apps/util-linux/util-linux-2.29.ebuild | 182 +
 2 files changed, 183 insertions(+)

diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest
index e84188e..8576558 100644
--- a/sys-apps/util-linux/Manifest
+++ b/sys-apps/util-linux/Manifest
@@ -2,3 +2,4 @@ DIST util-linux-2.26.2.tar.xz 3863868 SHA256 
0e29bda142528a48a0a953c39ff63093651
 DIST util-linux-2.27.1.tar.xz 3964512 SHA256 
0a818fcdede99aec43ffe6ca5b5388bff80d162f2f7bd4541dca94fecb87a290 SHA512 
a450a0c2d26a6deaf5e53b8f6bddf59409aefb1f0aaf07393f68a418408fbc62c5da353c8ba53c7cac8ea6e3dddfad59161753d888c31f5ccea445e81accbad8
 WHIRLPOOL 
b0641f013762a667efcb2fabe6e3e09dd09252835d841e25cde506aca3a74876ad34f8130f3227683c7e8f19359205c4014dfcd9055d860ae6e3e54621478639
 DIST util-linux-2.28.1.tar.xz 4157892 SHA256 
3ece4ea4a34ef786b68f5c415e848390424232abd1ee00f7ee5bddc30657b60f SHA512 
58f2fdb1db6cf712dc8ca02550d17735cb0b5892b8151f26f5565cdaa6fe008207457c1d5b7d7c2a5b866ee86f4cf423b22911f63328e0ebd5cad7b197b53213
 WHIRLPOOL 
dba986be51d07f83f84bfe7bd405457ce3045995f4cbc0c4bae08f7399c5ba74590e1bbc8e687094fa171f7405f7dbe5526b738f965acd7ab13dac1d5bcf7ab3
 DIST util-linux-2.28.2.tar.xz 4149700 SHA256 
b89d37146f20bede93a42c847bce881a17e6dbd8066ff2db2bee733fa409f0cd SHA512 
ac1c2d4c92bbc4eabed464cb0334c1d9b21e58df0f07f0b26e7adcfa188879de8632d195b65a4358c5e11e14ac6e09a1c6206265bbf1fab4ce122414bee7e940
 WHIRLPOOL 
1735e33620dba30cc1f42e60b707adb72234006b7fea242ac98c389295617bd0225563bcffa76b9d0753dfa100775dd9a2b73614843645ce667db5536842e308
+DIST util-linux-2.29.tar.xz 4249020 SHA256 
2c59ea67cc7b564104f60532f6e0a95fe17a91acb870ba8fd7e986f273abf9e7 SHA512 
ec6d5b2ef49069341dbb805ccdaca7a2e4d6aaa4d06f34c1de24e538ed971bd83749b6c5a6ce75d72d86817edb6b4eb3396579d18cdb523eb02b92427f41d7f3
 WHIRLPOOL 
b07750566086a183175c6ec6eb935ce2e37ffaf5eeca4b58ea7e823c6dfdd63dd52543b7009014ace20ef9cb9be363cfade85bcbfbd4fa7ac388e0eefbb80f05

diff --git a/sys-apps/util-linux/util-linux-2.29.ebuild 
b/sys-apps/util-linux/util-linux-2.29.ebuild
new file mode 100644
index ..d168cff
--- /dev/null
+++ b/sys-apps/util-linux/util-linux-2.29.ebuild
@@ -0,0 +1,182 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 \
+   python-single-r1 multilib-minimal systemd
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${MY_PV}
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-2 autotools
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+   
SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
+fi
+
+DESCRIPTION="Various useful Linux utilities"
+HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/;
+
+LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
+SLOT="0"
+IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline 
selinux slang static-libs +suid systemd test tty-helpers udev unicode"
+
+# Most lib deps here are related to programs rather than our libs,
+# so we rarely need to specify ${MULTILIB_USEDEP}.
+RDEPEND="caps? ( sys-libs/libcap-ng )
+   cramfs? ( sys-libs/zlib )
+   ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
+   pam? ( sys-libs/pam )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
+   slang? ( sys-libs/slang )
+   !build? ( systemd? ( sys-apps/systemd ) )
+   udev? ( virtual/libudev:= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   test? ( sys-devel/bc )
+   virtual/os-headers"
+RDEPEND+="
+   kill? (
+   !sys-apps/coreutils[kill]
+   !sys-process/procps[kill]
+   )
+   !sys-process/schedutils
+   !sys-apps/setarch
+   ! "${T}"/fallocate.${ABI}.c
+   #define _GNU_SOURCE
+   #include 
+   main() { return fallocate(0, 0, 0, 0); }
+   EOF
+   append-lfs-flags
+   $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.${ABI}.c 
-o /dev/null >/dev/null 2>&1 \
+   || export ac_cv_func_fallocate=no
+   rm -f "${T}"/fallocate.${ABI}.c
+}
+
+multilib_src_configure() {
+   lfs_fallocate_test
+   # The scanf test in a run-time 

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

2016-11-08 Thread Manuel Rüger
commit: 134dd349fd4cc179545ba99e937a53705a43b1ce
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  8 20:32:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  8 20:32:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134dd349

app-emulation/hyperd: Add misse dependency on lvm2

Gentoo-Bug: 599126

Package-Manager: portage-2.3.2

 app-emulation/hyperd/{hyperd-0.7.0.ebuild => hyperd-0.7.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/hyperd/hyperd-0.7.0.ebuild 
b/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild
similarity index 97%
rename from app-emulation/hyperd/hyperd-0.7.0.ebuild
rename to app-emulation/hyperd/hyperd-0.7.0-r1.ebuild
index bef9be9..a5c0703 100644
--- a/app-emulation/hyperd/hyperd-0.7.0.ebuild
+++ b/app-emulation/hyperd/hyperd-0.7.0-r1.ebuild
@@ -19,7 +19,8 @@ IUSE="libvirt xen"
 
 RDEPEND="libvirt? ( >=app-emulation/libvirt-1.2.2 )
xen? ( app-emulation/xen )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   sys-fs/lvm2"
 
 src_prepare() {
pushd src/${EGO_PN} || die



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

2016-11-08 Thread Anthony G. Basile
commit: 4ebfc8c34df557d5a7fade1056970200556de6e8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Nov  6 22:22:49 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov  8 20:24:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebfc8c3

net-misc/stunnel: version bump to 5.37

Package-Manager: portage-2.3.0

 net-misc/stunnel/Manifest|  1 +
 net-misc/stunnel/stunnel-5.37.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index bcd0613..b5679dd 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -3,3 +3,4 @@ DIST stunnel-5.30.tar.gz 638771 SHA256 
7d6eb389f6a1954b3bcf6c71d4ae3c5f9dde1990d
 DIST stunnel-5.34.tar.gz 644677 SHA256 
78668a84a5a01188dddfcecb37d8c69a4c725dc3b476fbbd294e86741a55 SHA512 
32edd2e3461536a35b150068720492a84d3174f8ede46b3d79e42a1c00e5096ea631dae41072c982c95b46ce3cb9dcf8dd1e48a4c429e94933d30b12c21d1181
 WHIRLPOOL 
fc0d22cdb8a9bf4c5bdbd12c14d09d2fbb31ec3d16e5b9d32436980aaedd321cdffed031ced9b93b04bc1f97111d7379f8473400b44064abf417fb65d846ff18
 DIST stunnel-5.35.tar.gz 645148 SHA256 
ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b54aba1d SHA512 
cdec7ddafbfac4a1d420704baec72fedbd655871137ec8283c066203c0859019c6e11ce00647e5b471a019409e4eb5e9525166eddd7ddffa25055b95c0cacd9e
 WHIRLPOOL 
9d3c4538827ce94a27ad6922a2c4e38192ec8a3d23e0059e328651eaadf7c0696c8751174553bce801a2e940c34c164d871d76b7b623a59133cd0a5c6b00aed2
 DIST stunnel-5.36.tar.gz 645205 SHA256 
eb8952fcfdfcdf5056a1f1a78e1ec5014b819c5f5f7599b924dc4490ffe4b5ea SHA512 
663dd155aab17b628fd1ef8ae1c604efc0cdf026566e98fbff16ba4da5b12b06cd6801bf4f604a9b2ea98d993c184ce97c63c1f716fa86b5e630e5fd504e3317
 WHIRLPOOL 
12f95a119b840b6afdcaf4d41ee325896bc89feda9ed172651dee1b52a3231fe1599c8fb6c69c1a0f93b342a3b785fb3d002a94a31b14678052313f224c48d0e
+DIST stunnel-5.37.tar.gz 645336 SHA256 
d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241 SHA512 
b42dd9e0ea7d024e0729a0db9caeecfbe3296464f475caa9ee7927c42d762c51a597b6c3a261151bb863e4696fc7cc1c6fe270eb02731e11b29cd60e440a
 WHIRLPOOL 
db272f71cba5a7ff516c159c07adc953b7c1c5ce731161fd1bd9827e529ad64f7b7a5de6105ecee3fe225d9044846430c749fcd23b759098d7c7b63cc1b731ba

diff --git a/net-misc/stunnel/stunnel-5.37.ebuild 
b/net-misc/stunnel/stunnel-5.37.ebuild
new file mode 100644
index ..a8a6f7d
--- /dev/null
+++ b/net-misc/stunnel/stunnel-5.37.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit ssl-cert eutils multilib systemd user
+
+DESCRIPTION="TLS/SSL - Port Wrapper"
+HOMEPAGE="http://www.stunnel.org/index.html;
+SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
+   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ipv6 libressl selinux stunnel3 tcpd"
+
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}
+   stunnel3? ( dev-lang/perl )
+   selinux? ( sec-policy/selinux-stunnel )"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup stunnel
+   enewuser stunnel -1 -1 -1 stunnel
+}
+
+src_prepare() {
+   # Hack away generation of certificate
+   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
+   tools/Makefile.in || die "sed failed"
+
+   # libressl compat
+   epatch "${FILESDIR}"/stunnel-compat-libressl.patch
+
+   echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
+}
+
+src_configure() {
+   econf \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
+   $(use_enable ipv6) \
+   $(use_enable tcpd libwrap) \
+   --with-ssl="${EPREFIX}"/usr \
+   --disable-fips
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -rf "${ED}"/usr/share/doc/${PN}
+   rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
+   "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+   use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
+
+   # The binary was moved to /usr/bin with 4.21,
+   # symlink for backwards compatibility
+   dosym ../bin/stunnel /usr/sbin/stunnel
+
+   dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
+   

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

2016-11-08 Thread Brian Dolbec
commit: e952450a15c1e7671c744dc667c33eea733084a8
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:49:22 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e952450a

dev-util/buildbot-www: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot-www/Manifest  | 2 +-
 .../{buildbot-www-0.9.0_rc3.ebuild => buildbot-www-0.9.1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index e2629e2..e0f94d6 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,2 +1,2 @@
 DIST buildbot-www-0.9.0.post1.tar.gz 687998 SHA256 
54b6438d46001b97c09b37490e0359d4515357574a9f3f83b796ce4b74897c11 SHA512 
e1ed618c7467ac8d3620a9ab1ff14010ed6826562ef117c893cecaab18c06cc4619d9883a45f85ea22b76259bdc1a5bba050afe112aba9449917b7f4c3b3f5ef
 WHIRLPOOL 
870d349a9a52fc9d12a162cd0b5fa94cb9b44c7aacfbaa1d148151e753c11b9fa906f92b85f2858cdc796a2573694c93f560a5fd99ecd19adaed9be68342ed8e
-DIST buildbot-www-0.9.0rc3.tar.gz 687638 SHA256 
9526252baf61a513c38e8549b6a528bc6fc56cc7e7f6c8d9dbd2163c741103e1 SHA512 
d3354cd233e84af25ccc8c9cd83e1626e4b9737815f741689f53f919173a39abf941fcbfaa421f2a0797d1026fa2d9a1986f2954d0cf83e77d41c95a419b0a40
 WHIRLPOOL 
a5df99b229d166453b889eae1c031c4c1623e92aa2bd8a8df6a5cf7a39ded3947bde7ee357e8e0734169323e42d34bb42bda850cbe3e364888115f4aac39ef5a
+DIST buildbot-www-0.9.1.tar.gz 686034 SHA256 
795a951f62d5313543d6cdb848dfd6c658cf58871021ac7b33a153b76de773b6 SHA512 
0700d73f1b039571082e9209db09d4faa5ffeeff50db5ac1da9cfade70594b680b083d7421244a0d111b80b36699fee4eb01a9fbbd06248e22c1a38d17b8dc11
 WHIRLPOOL 
fcc86e430918876dc45aa12b5d17e976171eb25a1473e18acd91ec045bbc54eeddd2d5e5917b05bde743241560597243ae246173c1be1ac81d086c5cc6fcef18

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.0_rc3.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.1.ebuild
similarity index 98%
rename from dev-util/buildbot-www/buildbot-www-0.9.0_rc3.ebuild
rename to dev-util/buildbot-www/buildbot-www-0.9.1.ebuild
index 5851fc2..1224552 100644
--- a/dev-util/buildbot-www/buildbot-www-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-0.9.1.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
 DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
 HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 [[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2016-11-08 Thread Brian Dolbec
commit: eb16951a80e657dd722d89b919bfd429027c29b5
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:52:20 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb16951a

dev-util/buildbot-waterfall-view: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot-waterfall-view/Manifest   | 2 +-
 ...rfall-view-0.9.0_rc3.ebuild => buildbot-waterfall-view-0.9.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index bd7983f..edde0a0 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1,2 +1,2 @@
 DIST buildbot-waterfall-view-0.9.0.post1.tar.gz 704789 SHA256 
0f5469dfa30572b5f8f12588003188d68c9541c80876860727f2fd5f02df3b75 SHA512 
45e055f694f208f97d11c20db56a107eae3ee7c6308e4e74b5569b46baeb0a24bc3a2d99a30f28c3231570f2bbb3c492d503e7128a569d9d33ec684f8f59b72f
 WHIRLPOOL 
bc8ba2e309a6674c0afbb8781e1038d2b693217a45fd8cbdbaceda8cf9fefc705fea23c21ac74c23e87866676df0323e5a3eac4504da91df53dd108a044910b6
-DIST buildbot-waterfall-view-0.9.0rc3.tar.gz 701514 SHA256 
012932cbb437ad0c93336693d9aec205352228d4a2dc5161eb85f25a87ecf876 SHA512 
6247cd26b08a5f7a862ddfe5df3e1378eaf73a0518e90faec41d48597b12f4f228c614dc3d10c090a606c05da75dea0f4445018debe59d2cca5717cce3b370fa
 WHIRLPOOL 
a3b481d3f9094d6e6a80c26062832dbfd20e99a51cf24c7cf730322806188a04f28840d98d724af76079fd38db16522bc55ea12943861ec6fcb2d7b4b3836411
+DIST buildbot-waterfall-view-0.9.1.tar.gz 704434 SHA256 
b5026f746a0bea9af544f4ad46b21781e4dccaf64bf645ee5dc747e442100fbb SHA512 
f97d974aee73cc84c4f9699a1bf4765434e31ed3b6ad2da58fff1da13a59f4cd327b736da19018c7e5ad609da5a3ba87ab9f4f11c28e8d3120d3c1a2796673ef
 WHIRLPOOL 
c481e3b8afe3ef7ea071b2259ea5df02e569e468043de58e1dc2eb34a827be8e99eb46bd1f9f9f22b75c2ee9068917b5ecf588c8b06124251b08ba4713dd8b67

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc3.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.1.ebuild
similarity index 98%
rename from 
dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc3.ebuild
rename to dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.1.ebuild
index 0ee58b0..56e76c6 100644
--- a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.1.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
 DESCRIPTION="Buildbot waterfall-view plugin"
 HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 [[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2016-11-08 Thread Brian Dolbec
commit: b6660a4d6b8baad5c9250b4de77ed9cbfe7acfd2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:52:53 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6660a4d

dev-util/buildbot-console-view: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot-console-view/Manifest | 2 +-
 ...console-view-0.9.0_rc3.ebuild => buildbot-console-view-0.9.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index e4c6cd8..3a450cc 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -1,2 +1,2 @@
 DIST buildbot-console-view-0.9.0.post1.tar.gz 630459 SHA256 
1415fb5afaa5a450a38349ce799190de34749449f1147ae42b6adf5ccfca8735 SHA512 
c209c8dd320df2a7a9ab8bd8276a081c981981645ca85511320e5dc755957623cc051feb57904c5208e6f7e2b9f7c4ac6f204c574445cdff643685a2d5dafe17
 WHIRLPOOL 
c81860f92bc6d55a5fa925d2b415ad640f4150573abfde878cf3e02c8f7cecba60de6e8d87571b8dd8f6d0d7ae24fcf29afbce532bb517e90f93644f4c80ec57
-DIST buildbot-console-view-0.9.0rc3.tar.gz 627200 SHA256 
07745cb165c448eeca80ff0b229cd91bba4e9eb4dc9f4e6478ab2ac76dc6ce27 SHA512 
a8fb75d6a7e28238a21791661a6b58221f4656149c5feb49d9b8655f9725be1fc0420e2d9dc3ea4a3a2fb7bf4f03e2201f9f891dadab0c1e135d2f23d6f8d12e
 WHIRLPOOL 
56d9f4590ef9c9cb9f44af25ea5192e6aeb697d54c0555d27332cc3c5cdf2a005642b0f5ce9add1ae7645adace468dfe65c86eefda5452e49cd36649496aeb50
+DIST buildbot-console-view-0.9.1.tar.gz 630486 SHA256 
028288d2ba8f7c79043c8b0751a53cfedf50f3134dbf57740d310dc708f71cef SHA512 
d5936c0494e626ad8db5b1f75994978805d0e65d57b9c4bcce7b1584f32699b4ca2023504b647b54f91ab669e084b7d18973060b512a316808cd892aca2e8fdd
 WHIRLPOOL 
7476cb96e63da87953a6602ceca3aa75eaa0cb6d10e3d49871d333c476b185a068a0fe17ed07d9715ad7c148d686701a702a5366fdf05d96149a6ffb49ae5839

diff --git 
a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc3.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild
similarity index 98%
rename from 
dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc3.ebuild
rename to dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild
index d54f9e6..0f36146 100644
--- a/dev-util/buildbot-console-view/buildbot-console-view-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.1.ebuild
@@ -14,7 +14,7 @@ inherit distutils-r1
 DESCRIPTION="Buildbot console-view plugin"
 HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot;
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 [[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 



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

2016-11-08 Thread Brian Dolbec
commit: e8163f22e1b20d097e81b6346c1cefc61599dd9d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:51:40 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8163f22

dev-util/buildbot-worker: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot-worker/Manifest  | 2 +-
 .../{buildbot-worker-0.9.0_rc3.ebuild => buildbot-worker-0.9.1.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index ca0ddca..8ed5aca 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -1,2 +1,2 @@
 DIST buildbot-worker-0.9.0.post1.tar.gz 95780 SHA256 
9da22fdf23462680a37d3995cde75410f204d3cb417491363e3f6561fc9011b9 SHA512 
50eb98ad4f870f15b1cc34113db139b3b290bef377b4f66ac7c023590f277c102b8776e3a009f296209cf524377c10f60435b18f47cc39d6c27af04778d3296e
 WHIRLPOOL 
1dd5d4274281fe4f582b5e7b83a99693c41282cb2a5262b8899319d3a1e95888417174b8db4ed9f8dcd52ee66785adac98f0d2ecc8abc158a661dfdfa6cd33da
-DIST buildbot-worker-0.9.0rc3.tar.gz 95713 SHA256 
c1437bb5b692f6037a79dfdba2634cd982db2d2ede41928f60f0cc6c4e101673 SHA512 
114a1d782b29fa1de894cbd8eae6a3062b8119c53832acf2e928cc304311df04f06ec430b2d8f456876f93c8aa952e40e09f2632356416fa8ef51442431c13ff
 WHIRLPOOL 
e6d4b29fdf07b487655565defaecdd749e62538e02520144e605c8e781735076001d1449dfd928dbef750042c0e78dc7d7eed823218e4e911c5f9354a74d0ddf
+DIST buildbot-worker-0.9.1.tar.gz 65852 SHA256 
1d8ec4fd51e7a3a7dd4de7c512b282c221951cbacc6b2eaf15a157f371a0e902 SHA512 
cf5749c6fd67fb72cd7043392efb502608cd2d11374cd43af351904a1b4e82d790338e5f745b47465b5cbf9501d2454d983648a70246c6ae55603ba51261a0d0
 WHIRLPOOL 
e576879f141688e3f79e3cf746491bcc106cb4851f14d4960b10be45b7b01c33c6850fb856d6f083d8510ff78f73016e11250e9ef8864e33bace1834c315dafc

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.1.ebuild
similarity index 96%
rename from dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
rename to dev-util/buildbot-worker/buildbot-worker-0.9.1.ebuild
index 44e204d..b11dc19 100644
--- a/dev-util/buildbot-worker/buildbot-worker-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.1.ebuild
@@ -13,7 +13,7 @@ inherit readme.gentoo user distutils-r1
 DESCRIPTION="BuildBot Slave Daemon"
 HOMEPAGE="http://trac.buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot-slave;
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 [[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
@@ -57,6 +57,7 @@ python_install_all() {
 
newconfd "${FILESDIR}/buildbot_worker.confd" buildbot_worker
newinitd "${FILESDIR}/buildbot_worker.initd" buildbot_worker
+   systemd_dounit "${FILESDIR}/buildbot_worker.service"
 
readme.gentoo_create_doc
 }



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

2016-11-08 Thread Brian Dolbec
commit: cdcd26f8df7080c1acefcfc456c6ab389a7594b7
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:54:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd26f8

dev-util/buildbot: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot/Manifest | 2 +-
 dev-util/buildbot/{buildbot-0.9.0_rc3.ebuild => buildbot-0.9.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index 3185666..872f70f 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -1,4 +1,4 @@
 DIST buildbot-0.8.10.tar.gz 4822307 SHA256 
c4964d2ebd81cb80a14cb058fb2aab0572a1d8d86672d514e775b42deb08a5f4 SHA512 
e148a1670a56837587d858d1697fe117661cbbfedab42bf7be905f9e8e4266e4ff0170b0cd81aed61234d30497a05427061c3084033f09811d0bc306b200661b
 WHIRLPOOL 
26397b6f914266201aba4feb4df7353facad4fd0f51bdf7e35cf25205c45eadcf83f24c265e540b13d327750ce9561362be6a5aa237152cf1298d970c504f76c
 DIST buildbot-0.8.12.tar.gz 4834352 SHA256 
c6b66976dff712268566574d57131ec15e5682f6d4390cd5c8559bab0980c4d6 SHA512 
18c5144132fb033f3581d3c494d5e8ff35d3e8b1548764452ce9ae543d710e58a2c6e3e8e46a0ef237804f9a6a45485890ae4616ab655fb00d4ccf328d6f6645
 WHIRLPOOL 
5754b7c0278fb5e7da8a7dd66253f6f4d12f54c125f6a78aa9018a2b6b22fd88a27e79e6821ab05e4cd9e87bf0dd08c3c73c7914d4c499ac13c48ca232ed21c8
 DIST buildbot-0.9.0.post1.tar.gz 3013406 SHA256 
afd8229c9fd33daa6d8227cd665c75b1b25c47ffcc4046ab5fd5b290ccd536a3 SHA512 
0b171ca6ed15b15b4df23d0618cb7d98f6ae922efaa1e35a9458efaaf676b80a6ff3be36231b8ca31cadf89c3968425c560a0bff3630e8792d179462eba0da67
 WHIRLPOOL 
e440826e4a027b42d28c0f3a0afca3c46ec5dc0b4d629fcef75de4b3350cffa2208e0024983f0ffebd1df38a5d860c6bd541fc1c3e28f8b6669ee93a4d4be8b4
-DIST buildbot-0.9.0rc3.tar.gz 3012075 SHA256 
ebdf4b3300d73a2bdc00b6c3fa24a9cc85d4a7a5c56b36c4dad15d40934543a0 SHA512 
735702fb1959db52a724c13d6d8add28b43b392e9ccb2487f4d083ea6af0cc8557e19243bcad7cacde44aa5eac1cbca2e652290cd3cfaba83ce6651127c38786
 WHIRLPOOL 
a8f962cb18dccfd8cef461a3caf32f89edbcdead8c04f4be125f320e200b306c5dd067bdd2e6a92336566bb39a0936a948c6192ebd61d0bdcee7bf13c584
+DIST buildbot-0.9.1.tar.gz 3051975 SHA256 
a9f385f66f5cc3021f4cbfce92496673ebf9171578fa9e5ae4f66732276d64ce SHA512 
c3b845a3607c5eaa0a5076755bc0e285ba7c6809f9d7934fab7c6cf8299610e921034656cf3792113961176a821138c6d069122d4d1f1698f16badf3ef9a0dea
 WHIRLPOOL 
6767878665f09ff7b6219ddcda73487b441f3e33ce580fc2df2f16d430217d4ac38b93e22a3f3abd9c8380ac6e6c93de6767faec1aa5615f82fbe8d8e20759e1

diff --git a/dev-util/buildbot/buildbot-0.9.0_rc3.ebuild 
b/dev-util/buildbot/buildbot-0.9.1.ebuild
similarity index 99%
rename from dev-util/buildbot/buildbot-0.9.0_rc3.ebuild
rename to dev-util/buildbot/buildbot-0.9.1.ebuild
index df43d3a..01d52a1 100644
--- a/dev-util/buildbot/buildbot-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.1.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/buildbot/${PN}.git;
 [[ ${PV} == * ]] && inherit git-r3
 inherit readme.gentoo-r1 user systemd distutils-r1
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 
 DESCRIPTION="BuildBot build automation system"



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

2016-11-08 Thread Brian Dolbec
commit: c570f6b6180bdb8c9fa27477a555f33e911f8dff
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Nov  8 19:53:28 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Nov  8 19:59:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c570f6b6

dev-util/buildbot-pkg: Version bump, remove rc version

Package-Manager: portage-2.3.2_p3

 dev-util/buildbot-pkg/Manifest  | 2 +-
 .../{buildbot-pkg-0.9.0_rc3.ebuild => buildbot-pkg-0.9.1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index b563707..edad748 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -1,2 +1,2 @@
 DIST buildbot-pkg-0.9.0.post1.tar.gz 3369 SHA256 
7149d8f4d906914b77375855c3de30ec2c9edb26f5da6c654dcceb360eb3353b SHA512 
decef481958f4f85797260e00a501a55e6c8f0b3938ca9d8b98f773481a7484f221ceb5eb4e45ed7efc32e88bb16a4431ae0c2e7a8203c384915beea2f32f295
 WHIRLPOOL 
d33a88b2c8ee8f21a62d46eaa8099fb3b579ba9c1c21cbf1cdc8569840cf66f4b8415c7a662344d3a2e472947984bb248c81e761df73d8aa2bb8ee471bc5e8d7
-DIST buildbot-pkg-0.9.0rc3.tar.gz 3370 SHA256 
b5d37c5597bf9a5b346c08199130ec1ef998b2e2783b16ede8da585bd86b0528 SHA512 
7103b462c6a5c8071073264d40690275a4fa48a9213a493dbc5609047c10a096d48938d64b28f826aeddcaf5df55132ea8c98ac254e6240787c8a4d9c279a055
 WHIRLPOOL 
b528d13463adb0ddb31240bd2e4511854b616856e31f44dc11071a574da01cf3b070435c2457e6aae9095c866a24d93d647970de36c1dbf6c61e5c09106b3eb9
+DIST buildbot-pkg-0.9.1.tar.gz 3800 SHA256 
6dab917d6bc689fef1c6bc30d6af041ce4fc56c3dacd0378957c3d606094f3a3 SHA512 
28b644c64a38d53305c6955a45596c6a27f988363a0d0bd980922842f3d6712b6ee35d74f7124eae5269b95c8755eb4922546d1ea9237b93f8694f4993baa1e8
 WHIRLPOOL 
09fed25389b43f2688db2e60b0ea7ad73fabd5acca893f2ed958214ccc5449373e950bacc297e403560ae0cabf9f588dae63763e3d8204b955d0705ecc6f2230

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc3.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.1.ebuild
similarity index 98%
rename from dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc3.ebuild
rename to dev-util/buildbot-pkg/buildbot-pkg-0.9.1.ebuild
index 2ae6180..ec35f66 100644
--- a/dev-util/buildbot-pkg/buildbot-pkg-0.9.0_rc3.ebuild
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.1.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
 [[ ${PV} == * ]] && inherit git-r3
 inherit distutils-r1
 
-MY_V="0.9.0rc3"
+MY_V="0.9.1"
 MY_P="${PN}-${MY_V}"
 
 DESCRIPTION="BuildBot common www build tools for packaging releases"



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

2016-11-08 Thread Martin Mokrejs
commit: 24f1133afbfa8c95136faf8c4712797d2bc813e3
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Nov  8 19:26:28 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Nov  8 19:26:28 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=24f1133a

Merge branch 'master' of git+ssh://git.gentoo.org/proj/sci

 sys-cluster/openmpi/Manifest   |  1 +
 ...enmpi-1.10.3-r2.ebuild => openmpi-2.0.1.ebuild} | 28 --
 2 files changed, 5 insertions(+), 24 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-biology/igv/

2016-11-08 Thread Martin Mokrejs
commit: 28e8a88f0ac87bef716fbdb68dcdd52439980236
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Nov  8 19:25:26 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Nov  8 19:25:26 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=28e8a88f

sci-biology/igv: fix DEPS so that ebuild+repoman are happy (but emerge 
complains)

Package-Manager: portage-2.3.0

 sci-biology/igv/igv-2.3.81.ebuild  | 18 +-
 .../igv/{igv-2.3.81.ebuild => igv-2.3.88.ebuild}   | 18 +-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sci-biology/igv/igv-2.3.81.ebuild 
b/sci-biology/igv/igv-2.3.81.ebuild
index 99407f6..b7c3b3d 100644
--- a/sci-biology/igv/igv-2.3.81.ebuild
+++ b/sci-biology/igv/igv-2.3.81.ebuild
@@ -32,22 +32,22 @@ KEYWORDS="" # 
igv-2.3.81/src/com/iontorrent/views/FlowSignalDistributionPanel.ja
 # actually more exactly the COMMON_DEPS should contain:
 #   >=dev-java/commons-compress-1.11 # use bundled library until 
dev-java/commons-compress is bumped, see bug #591696
 COMMON_DEPS="
-   dev-java/absolutelayout
+   dev-java/absolutelayout:0
dev-java/jama:0
dev-java/commons-compress
dev-java/commons-logging:0
>=dev-java/commons-io-2.1:1
-   dev-java/commons-math:2
-   dev-java/commons-jexl:2
-   dev-java/jcommon:1.0
-   dev-java/jfreechart:1.0
+   dev-java/commons-math:*
+   dev-java/commons-jexl:*
+   dev-java/jcommon:*
+   dev-java/jfreechart:*
dev-java/jlfgr:0
dev-java/log4j:0
-   dev-java/gson:2.2.2
-   dev-java/guava:*
-   dev-java/swing-layout:1
+   dev-java/gson:*
+   >=dev-java/guava-17:*
+   dev-java/swing-layout:*
dev-java/jgrapht:0
-   dev-java/junit:4"
+   dev-java/junit:0"
 
 DEPEND=">=virtual/jdk-1.7
app-arch/unzip

diff --git a/sci-biology/igv/igv-2.3.81.ebuild 
b/sci-biology/igv/igv-2.3.88.ebuild
similarity index 88%
copy from sci-biology/igv/igv-2.3.81.ebuild
copy to sci-biology/igv/igv-2.3.88.ebuild
index 99407f6..2a03eac 100644
--- a/sci-biology/igv/igv-2.3.81.ebuild
+++ b/sci-biology/igv/igv-2.3.88.ebuild
@@ -27,27 +27,27 @@ HOMEPAGE="http://www.broadinstitute.org/igv/;
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
-KEYWORDS="" # 
igv-2.3.81/src/com/iontorrent/views/FlowSignalDistributionPanel.java:222: 
error: cannot access PublicCloneable
+KEYWORDS="" # see upstream issue #332
 
 # actually more exactly the COMMON_DEPS should contain:
 #   >=dev-java/commons-compress-1.11 # use bundled library until 
dev-java/commons-compress is bumped, see bug #591696
 COMMON_DEPS="
-   dev-java/absolutelayout
+   dev-java/absolutelayout:0
dev-java/jama:0
dev-java/commons-compress
dev-java/commons-logging:0
>=dev-java/commons-io-2.1:1
-   dev-java/commons-math:2
-   dev-java/commons-jexl:2
-   dev-java/jcommon:1.0
-   dev-java/jfreechart:1.0
+   dev-java/commons-math:*
+   dev-java/commons-jexl:*
+   dev-java/jcommon:*
+   dev-java/jfreechart:*
dev-java/jlfgr:0
dev-java/log4j:0
-   dev-java/gson:2.2.2
+   dev-java/gson:*
dev-java/guava:*
-   dev-java/swing-layout:1
+   dev-java/swing-layout:*
dev-java/jgrapht:0
-   dev-java/junit:4"
+   dev-java/junit:*"
 
 DEPEND=">=virtual/jdk-1.7
app-arch/unzip



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

2016-11-08 Thread Mike Gilbert
commit: 5bfc3ceed4ac7acb954e5ebdc20568ad34265128
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Nov  8 19:13:35 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov  8 19:14:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfc3cee

www-client/chromium: dev channel bump (56.0.2906.0)

Package-Manager: portage-2.3.2_p5

 www-client/chromium/Manifest|   1 +
 www-client/chromium/chromium-56.0.2906.0.ebuild | 623 
 www-client/chromium/files/chromium-gn-r9.patch  |  12 +
 3 files changed, 636 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 9f5704e..0d3d65f 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,3 +2,4 @@ DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d9
 DIST chromium-55.0.2883.28.tar.xz 511010052 SHA256 
e09f3c69fc3937da9a4ef6f9dfb7eda8364bbcf17a358229ee7245544e548ae2 SHA512 
9fc5bce0d154e6c6e211afee596acd179337354a257b5aab8c089d822132eb97ac307d33a9e91201e76218b3504431c02762c9d5e96efcad11f79d0f6adeaf27
 WHIRLPOOL 
7e774b4a76909e6f6402e5dfdcd71c3d8a1e1b0459a2f5be670761376c7311a502d1d8659c965925b1f288c5f6cfa81cc263dc20e78343684bc4031fd0b6f8dc
 DIST chromium-55.0.2883.35.tar.xz 511169840 SHA256 
fa296cf4135576dcb70384264614e520db101e63f6532dab2c909e6fa7454985 SHA512 
f3a9e9eecfec76517a20db6fbd5d45c6d390fea62cbc19c4b67684c556018ac9e6d247395ca1c067a71dc26faab25bd312bae62a6fafa2bf9c15e5a25857c361
 WHIRLPOOL 
a659cf280bec4c68c1f41fdd59c6931e7798831406078a04623f5a6362da0bfbe05d848e23b462d794d2bfbb49e3e233c2513c1687effceb488480cbbd7f9f19
 DIST chromium-56.0.2897.0.tar.xz 512048692 SHA256 
a91e43b3747d22192b4712bb59db64cc90d3dbb75716fe1d3ca5dd9c16f9f40b SHA512 
101b803ded07767c92e938a7b31444ca984208ea28a6005ebd9895f1255cd98ffa999ba9b0ce2ab159a7708a739b62a4ebbdcd3d4bac22ccb345433c0abad9e7
 WHIRLPOOL 
0fd43cb2a8ef5604c22971f24f1aed9cfa61f0e562f2fb15b2a42e8d03fefda3b14f728bb7eda27d8f44f5595f58f0739091a80067cfe652ad13d4fdf8bde63c
+DIST chromium-56.0.2906.0.tar.xz 512964244 SHA256 
df2e0f02630fcdf394bab60c71fe4727b054822ed146831d8fdd3f6f5b59cfdd SHA512 
f9b52cd5ebaf0f18a660018cbdaeb0ceb49862847ba067b1ab9b970ab77a760a256477fcb7e479bdc6248ce7d2a514745d6139139edd04cb1c9e5fb7df3efd4d
 WHIRLPOOL 
cb635f3db2cb965930c6a5f5eb7e9e987238ec058abe381451c9c1476ba390c7bb8f6bc618f0cc55b1ac568ab955bbf539a460e61c36437bdf6c16d39e7a4ee3

diff --git a/www-client/chromium/chromium-56.0.2906.0.ebuild 
b/www-client/chromium/chromium-56.0.2906.0.ebuild
new file mode 100644
index ..b6bc628
--- /dev/null
+++ b/www-client/chromium/chromium-56.0.2906.0.ebuild
@@ -0,0 +1,623 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="cups gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+COMMON_DEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   dev-libs/icu:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   >=dev-libs/re2-0.2016.05.01:=
+   gnome? ( >=gnome-base/gconf-2.24.0:= )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   media-libs/libexif:=
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   media-libs/libvpx:=[svc]
+   media-libs/speex:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? ( >=media-video/ffmpeg-2.7.2:= )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   >=sys-libs/libcap-2.22:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:=
+   gtk3? ( x11-libs/gtk+:3= )
+   !gtk3? ( 

[gentoo-commits] repo/gentoo:master commit in: app-vim/editorconfig-vim/files/, app-vim/editorconfig-vim/

2016-11-08 Thread Patrick McLean
commit: 0203c9584c1a1f8295f8525672928287f6f23b93
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Nov  8 19:06:22 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Nov  8 19:06:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0203c958

app-vim/editorconfig-vim: Revision bump, pull in some fixes from upstream git

Package-Manager: portage-2.3.2

 ...-r1.ebuild => editorconfig-vim-0.3.3-r2.ebuild} |   6 +
 .../files/editorconfig-vim-0.3.3-fixes.patch   |  92 +
 ...ditorconfig-vim-0.3.3-max-line-length-off.patch |  20 ++
 .../files/editorconfig-vim-0.3.3-python3.patch | 213 +
 4 files changed, 331 insertions(+)

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r1.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
similarity index 85%
rename from app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r1.ebuild
rename to app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
index 8fffa6e..f2fd4fe 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r1.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
@@ -19,6 +19,12 @@ DEPEND="dev-python/editorconfig-core-py[${PYTHON_USEDEP}]
app-editors/gvim[python,${PYTHON_USEDEP}]
 )"
 
+PATCHES=(
+   "${FILESDIR}/${P}-python3.patch"
+   "${FILESDIR}/${P}-max-line-length-off.patch"
+   "${FILESDIR}/${P}-fixes.patch"
+)
+
 VIM_PLUGIN_HELPFILES="${PN%-vim}.txt"
 
 src_prepare() {

diff --git a/app-vim/editorconfig-vim/files/editorconfig-vim-0.3.3-fixes.patch 
b/app-vim/editorconfig-vim/files/editorconfig-vim-0.3.3-fixes.patch
new file mode 100644
index ..9555600
--- /dev/null
+++ b/app-vim/editorconfig-vim/files/editorconfig-vim-0.3.3-fixes.patch
@@ -0,0 +1,92 @@
+diff --git a/doc/editorconfig.txt b/doc/editorconfig.txt
+index bd6173b..3b32012 100644
+--- a/doc/editorconfig.txt
 b/doc/editorconfig.txt
+@@ -79,7 +79,8 @@ empty. There are 3 modes currently: "external_command", 
"python_builtin",
+ "python_external".
+ 
+ python_builtin: Use the vim built-in python to run the python version
+-EditorConfig Core.
++EditorConfig Core. In this mode, Python 2.5 or higher
++is required.
+ python_external:Use an external python interpreter to run the python
+ version EditorConfig Core.
+ external_command:   Run external EditorConfig Core.
+diff --git a/plugin/editorconfig.vim b/plugin/editorconfig.vim
+index af4f630..9abd008 100644
+--- a/plugin/editorconfig.vim
 b/plugin/editorconfig.vim
+@@ -121,15 +121,15 @@ function! s:FindPythonFiles() " {{{1
+ 
+ let l:python_core_files_dir = fnamemodify(
+ \ findfile(g:EditorConfig_python_files_dir . '/main.py',
+-\ ','.), ':p:h')
++\ fnameescape(','.)), ':p:h')
+ 
+ if empty(l:python_core_files_dir)
+ let l:python_core_files_dir = ''
+ else
+ 
+-" expand python core file path to full path, and remove the appending '/'
+-let l:python_core_files_dir = substitute(
+-\ fnamemodify(l:python_core_files_dir, ':p'), '/$', '', '')
++" expand python core file path to full path, and remove the appending 
'/'
++let l:python_core_files_dir = substitute(
++\ fnamemodify(l:python_core_files_dir, ':p'), '/$', '', 
'')
+ endif
+ 
+ let  = l:old_shellslash
+@@ -247,7 +247,7 @@ function! 
s:InitializePythonBuiltin(editorconfig_core_py_dir) " {{{2
+ " The following line modifies l:ret. This is a bit confusing but
+ " unfortunately to be compatible with Vim 7.3, we cannot use pyeval. This
+ " should be changed in the future.
+-execute s:pyfile_cmd s:pyscript_path
++execute s:pyfile_cmd fnameescape(s:pyscript_path)
+ 
+ return l:ret
+ endfunction
+@@ -327,14 +327,19 @@ endif
+ 
+ function! s:UseConfigFiles()
+ 
++let l:buffer_name = expand('%:p')
+ " ignore buffers without a name
+-if empty(expand('%:p'))
++if empty(l:buffer_name)
+ return
+ endif
+ 
++if g:EditorConfig_verbose
++echo 'Applying EditorConfig on file "' . l:buffer_name . '"'
++endif
++
+ " Ignore specific patterns
+ for pattern in g:EditorConfig_exclude_patterns
+-if expand('%:p') =~ pattern
++if l:buffer_name =~ pattern
+ return
+ endif
+ endfor
+@@ -386,8 +391,8 @@ endfunction
+ function! s:UseConfigFiles_Python_External() " {{{2
+ " Use external python interp to run the python EditorConfig Core
+ 
+-let l:cmd = s:editorconfig_python_interp . ' ' .
+-\ s:editorconfig_core_py_dir . '/main.py'
++let l:cmd = shellescape(s:editorconfig_python_interp) . ' ' .
++\ shellescape(s:editorconfig_core_py_dir . '/main.py')
+ 
+ call s:SpawnExternalParser(l:cmd)
+ 
+@@ -445,6 +450,11 @@ function! s:SpawnExternalParser(cmd) " 

[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/, app-shells/fish/files/

2016-11-08 Thread Lars Wendler
commit: 4b6e0b51507aee4483870d10f2f948a9ff6cf7f4
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  8 18:48:52 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  8 18:49:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6e0b51

app-shells/fish: Removed old.

Package-Manager: portage-2.3.2

 app-shells/fish/Manifest |  2 -
 app-shells/fish/files/fish-2.1.0-tinfo.patch | 11 
 app-shells/fish/fish-2.1.1.ebuild| 75 
 app-shells/fish/fish-2.1.2.ebuild| 75 
 app-shells/fish/fish-2.3.0.ebuild| 65 
 5 files changed, 228 deletions(-)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 96b7783..22b413c 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,5 +1,3 @@
-DIST fish-2.1.1.tar.gz 1681744 SHA256 
b7e4d3c3d55fc3859edcb20462fcf0d14ab26e920eddcd503072e8105284d924 SHA512 
c6b41a7514d684bc165bdf03edd0f07b0cdfbcc827a3bcc6e9105bbf6b94a60962bd7fffaf5f9c44c450da3d4b6af4bdcf72fbbaaa043851c631d8c2a1344dd6
 WHIRLPOOL 
c6bcbfea35d68f99903633f06a436cf982f6fc01123cebbb4342be1b3f3be106c0ac144d24b2069bf34bc7e3540d26526a8ef8b74e4f27255525ad0d7cb70774
-DIST fish-2.1.2.tar.gz 1730198 SHA256 
c6c20d5ca3a2a0168461de8abfe85f9e6b255132698ea0109998d4ab68f9f6dd SHA512 
4f8f0133094d4d2295546a5b96e044646de2266364610368210b0db529b2d865c1b389f01f311b9b6d6d6dcd2a29040b7a9499d491605ae52a765a76d83db2a5
 WHIRLPOOL 
2a02dd0f91731cfc79de64245c34fc4361f42406d0c0a60afbafa08c2b9265d11c4adadc96ca5eb49b9053db1eb949c297eee23a7cbc63a30f56ce577b650779
 DIST fish-2.2.0.tar.gz 2213037 SHA256 
a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a SHA512 
210047f56b105a3d372f03d3a2de41661ed18001e3c8fa053ae4aa43089118d4467837ea022bc44f9877ecc3d0563b365f97920c002faccebaa663c4f079e9e0
 WHIRLPOOL 
8b25e437e0c942255b5f39686008fb37ec45cea52e04b2d61facf1fdcd59510138dace506eadb17eb0074d175d3c1226d6e52d437e325ed5a90e22e696918d9d
 DIST fish-2.3.0.tar.gz 4537458 SHA256 
912bac47552b1aa0d483a39ade330356632586a8f726c0e805b46d45cfad54e5 SHA512 
acfeb8daad34250c626172428573d5baf86c43d37379fb29da296973931cb5e0b8d7cb5d2ed64eb6e3b984a3a65fc800dd8f78dce7d5e4719bc5dc143be27e8a
 WHIRLPOOL 
1a9023540307fba2bf594ff785ae2f825e62addba920f312aeae6afaaf394cbb4a90f7fc205496ed49d7efb0cb460acd737e61af262bcbee3013d148e70ca9ed
 DIST fish-2.3.1.tar.gz 4502836 SHA256 
328acad35d131c94118c1e187ff3689300ba757c4469c8cc1eaa994789b98664 SHA512 
dd0fa77f218cc84943c577ff8abafcde92fa953797757a62db317d87c2af82de6493810ce91012e20d46be9a52bffda9a40526328714ba1e4e389e5f2aa3fea5
 WHIRLPOOL 
823ad3b05aada036a96aff71693655d1683d1862a1f994163c0833af29230211e7b28bc77eb33d56baa2be87ec93532464ed818d7f167ef562df54301b23bb44

diff --git a/app-shells/fish/files/fish-2.1.0-tinfo.patch 
b/app-shells/fish/files/fish-2.1.0-tinfo.patch
deleted file mode 100644
index ba4cc40..
--- a/app-shells/fish/files/fish-2.1.0-tinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -480,7 +480,7 @@
- AC_SEARCH_LIBS( connect, socket, , [AC_MSG_ERROR([Cannot find the socket 
library, needed to build this package.] )] )
- AC_SEARCH_LIBS( nanosleep, rt, , [AC_MSG_ERROR([Cannot find the rt library, 
needed to build this package.] )] )
- AC_SEARCH_LIBS( pthread_create, pthread, , [AC_MSG_ERROR([Cannot find the 
pthread library, needed to build this package.] )] )
--AC_SEARCH_LIBS( setupterm, [ncurses curses], , [AC_MSG_ERROR([Could not find 
a curses implementation, needed to build fish. If this is Linux, try running 
'sudo apt-get install libncurses5-dev' or 'sudo yum install ncurses-devel'])] )
-+AC_SEARCH_LIBS( setupterm, [ncurses tinfo curses], , [AC_MSG_ERROR([Could not 
find a curses implementation, needed to build fish. If this is Linux, try 
running 'sudo apt-get install libncurses5-dev' or 'sudo yum install 
ncurses-devel'])] )
- AC_SEARCH_LIBS( [nan], [m], [AC_DEFINE( [HAVE_NAN], [1], [Define to 1 if you 
have the nan function])] )
- LIBS_SHARED=$LIBS
- LIBS=$LIBS_COMMON

diff --git a/app-shells/fish/fish-2.1.1.ebuild 
b/app-shells/fish/fish-2.1.1.ebuild
deleted file mode 100644
index c1a2983..
--- a/app-shells/fish/fish-2.1.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit base autotools
-
-DESCRIPTION="fish is the Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
-SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="X"
-
-DEPEND="sys-libs/ncurses
-   sys-devel/bc
-   sys-devel/gettext
-   X? ( x11-misc/xsel )"
-
-# fish can add man-page completions from lzma and xz compressed man pages
-# through a python 

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

2016-11-08 Thread Lars Wendler
commit: 31cee08cd3e82e065e125b107409d7b242d340f6
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov  8 18:46:34 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov  8 18:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cee08c

app-shells/fish: Bump to version 2.4.0

Package-Manager: portage-2.3.2

 app-shells/fish/Manifest  |  1 +
 app-shells/fish/fish-2.4.0.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 96d6841a..96b7783 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -3,3 +3,4 @@ DIST fish-2.1.2.tar.gz 1730198 SHA256 
c6c20d5ca3a2a0168461de8abfe85f9e6b25513269
 DIST fish-2.2.0.tar.gz 2213037 SHA256 
a76339fd14ce2ec229283c53e805faac48c3e99d9e3ede9d82c0554acfc7b77a SHA512 
210047f56b105a3d372f03d3a2de41661ed18001e3c8fa053ae4aa43089118d4467837ea022bc44f9877ecc3d0563b365f97920c002faccebaa663c4f079e9e0
 WHIRLPOOL 
8b25e437e0c942255b5f39686008fb37ec45cea52e04b2d61facf1fdcd59510138dace506eadb17eb0074d175d3c1226d6e52d437e325ed5a90e22e696918d9d
 DIST fish-2.3.0.tar.gz 4537458 SHA256 
912bac47552b1aa0d483a39ade330356632586a8f726c0e805b46d45cfad54e5 SHA512 
acfeb8daad34250c626172428573d5baf86c43d37379fb29da296973931cb5e0b8d7cb5d2ed64eb6e3b984a3a65fc800dd8f78dce7d5e4719bc5dc143be27e8a
 WHIRLPOOL 
1a9023540307fba2bf594ff785ae2f825e62addba920f312aeae6afaaf394cbb4a90f7fc205496ed49d7efb0cb460acd737e61af262bcbee3013d148e70ca9ed
 DIST fish-2.3.1.tar.gz 4502836 SHA256 
328acad35d131c94118c1e187ff3689300ba757c4469c8cc1eaa994789b98664 SHA512 
dd0fa77f218cc84943c577ff8abafcde92fa953797757a62db317d87c2af82de6493810ce91012e20d46be9a52bffda9a40526328714ba1e4e389e5f2aa3fea5
 WHIRLPOOL 
823ad3b05aada036a96aff71693655d1683d1862a1f994163c0833af29230211e7b28bc77eb33d56baa2be87ec93532464ed818d7f167ef562df54301b23bb44
+DIST fish-2.4.0.tar.gz 3455874 SHA256 
06bbb2323360439c4044da762d114ec1aa1aba265cec71c0543e6a0095c9efc5 SHA512 
b27a2291c284fda7a12b3cd5dcba8dfcbf2738f50de40d9aac1500afa3bd98be04b4f67d7e6d3bb2f808c11a8c2dd6b1b5cc2dfe3e8e0e7d1bc88f8d8994d57b
 WHIRLPOOL 
abb9c31237a33553b25920fe3284f4ca90941aed2b8f1ec4b69fdb4231f7b2585f0292bc647ffe3acf88f6b01ac61931f615fa9a56ede35a8182e3a69aa11861

diff --git a/app-shells/fish/fish-2.4.0.ebuild 
b/app-shells/fish/fish-2.4.0.ebuild
new file mode 100644
index ..154c965
--- /dev/null
+++ b/app-shells/fish/fish-2.4.0.ebuild
@@ -0,0 +1,65 @@
+# 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_3,3_4,3_5} )
+
+DESCRIPTION="fish is the Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/;
+SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+IUSE="X"
+
+DEPEND="sys-libs/ncurses:0=
+   sys-devel/bc
+   sys-devel/gettext
+   X? ( x11-misc/xsel )"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   # Set things up for fish to be a default shell.
+   # It has to be in /bin in case /usr is unavailable.
+   # Also, all of its utilities have to be in /bin.
+   econf \
+   docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --bindir="${EPREFIX}"/bin
+}
+
+src_test() {
+   if has_version ~${CATEGORY}/${P} ; then
+   emake test
+   else
+   ewarn "The test suite only works when the package is already 
installed"
+   fi
+}
+
+pkg_postinst() {
+   elog "fish is now installed on your system."
+   elog "To run fish, type 'fish' in your terminal."
+   elog
+   elog "To use fish as your login shell:"
+   elog "* add the line '${EPREFIX}/bin/${PN}'"
+   elog "* to the file '${EPREFIX}/etc/shells'."
+   elog "* use the command 'chsh -s ${EPREFIX}/bin/${PN}'."
+   elog
+   elog "To set your colors, run 'fish_config'"
+   elog "To scan your man pages for completions, run 
'fish_update_completions'"
+   elog "To autocomplete command suggestions press Ctrl + F or right arrow 
key."
+   elog
+   elog "Please add a \"BROWSER\" variable to ${PN}'s environment pointing 
to the"
+   elog "browser of your choice to get acces to ${PN}'s help system:"
+   elog "  BROWSER=\"/usr/bin/firefox\""
+   elog
+   elog "In order to get lzma and xz support for man-page completion 
please"
+   elog "emerge one of the following packages:"
+   elog "  dev-python/backports-lzma"
+   elog "  >=dev-lang/python-3.3"
+   elog
+   elog "Have fun!"
+}



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

2016-11-08 Thread Doug Goldstein
commit: b99ef2bd0b4356c20bcfa97074d8db5771bd2b5f
Author: Doug Goldstein  gentoo  org>
AuthorDate: Tue Nov  8 18:08:44 2016 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Tue Nov  8 18:43:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99ef2bd

dev-lang/rust: simplify unpack

Instead of unpacking the tarball of the stage0 compiler and then
patching the fetch script to not actually reach out to the internet, use
the built in mechanism for supplying a stage0 compiler. This improves on
d63d593dfdc5fb7dd1256663daac7b978aa892af and should make future bumps
easier. Drops the now unnecessary patch as well.

Signed-off-by: Doug Goldstein  gentoo.org>

 .../rust-1.12.0-disable-fetching-stage0.patch  | 36 --
 dev-lang/rust/rust-1.11.0.ebuild   | 13 +++-
 dev-lang/rust/rust-1.12.0.ebuild   | 15 +++--
 dev-lang/rust/rust-1.12.1.ebuild   | 15 +++--
 4 files changed, 15 insertions(+), 64 deletions(-)

diff --git a/dev-lang/rust/files/rust-1.12.0-disable-fetching-stage0.patch 
b/dev-lang/rust/files/rust-1.12.0-disable-fetching-stage0.patch
deleted file mode 100644
index 14d0b32..
--- a/dev-lang/rust/files/rust-1.12.0-disable-fetching-stage0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From b6a4c78ef7b4bc6c32145f27e8a679d5baf36f90 Mon Sep 17 00:00:00 2001
-From: Doug Goldstein 
-Date: Mon, 24 Oct 2016 00:01:37 -0500
-Subject: [PATCH] disable fetching stage0 and use whats there
-
-In Gentoo and Yocto alike we do not allow build environments network
-access and as a result the package manager is responsible for fetching
-down all the files necessary. In both they are configured to fetch down
-the compiler and unpack it and place the stage0 tarball inside of the
-'dl' directory for the build system to use. Unfortunately it
-unconditionally attempts to fetch down the files and ignores what is
-already available so this avoids that behavior and just uses what's in
-the 'dl' directory.
-
-Upstream-Status: Not upstreamable
-Signed-off-by: Doug Goldstein 

- src/etc/get-stage0.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/etc/get-stage0.py b/src/etc/get-stage0.py
-index 127251c..2889c07 100644
 a/src/etc/get-stage0.py
-+++ b/src/etc/get-stage0.py
-@@ -31,7 +31,7 @@ def main(triple):
- filename = 'rustc-{}-{}.tar.gz'.format(channel, triple)
- url = 'https://static.rust-lang.org/dist/{}/{}'.format(date, filename)
- dst = dl_dir + '/' + filename
--bootstrap.get(url, dst)
-+#bootstrap.get(url, dst)
- 
- stage0_dst = triple + '/stage0'
- if os.path.exists(stage0_dst):
--- 
-2.7.3
-

diff --git a/dev-lang/rust/rust-1.11.0.ebuild b/dev-lang/rust/rust-1.11.0.ebuild
index ca00a6b..4aede58 100644
--- a/dev-lang/rust/rust-1.11.0.ebuild
+++ b/dev-lang/rust/rust-1.11.0.ebuild
@@ -55,14 +55,6 @@ PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425"
 
 S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-   unpack "rustc-${PV}-src.tar.gz" || die
-   mkdir "${MY_P}/dl" || die
-   local stagename="RUST_STAGE0_${ARCH}"
-   local stage0="${!stagename}"
-   cp "${DISTDIR}/${stage0}.tar.gz" "${MY_P}/dl/" || die "cp stage0"
-}
-
 src_prepare() {
find mk -name '*.mk' -exec \
 sed -i -e "s/-Werror / /g" {} \; || die
@@ -73,6 +65,9 @@ src_prepare() {
 src_configure() {
export CFG_DISABLE_LDCONFIG="notempty"
 
+   local stagename="RUST_STAGE0_${ARCH}"
+   local stage0="${!stagename}"
+
"${ECONF_SOURCE:-.}"/configure \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/$(get_libdir)/${P}" \
@@ -83,6 +78,8 @@ src_configure() {
--default-ar=$(tc-getBUILD_AR) \
--python=${EPYTHON} \
--disable-rpath \
+   --enable-local-rust \
+   --local-rust-root="${WORKDIR}/${stage0}/rustc" \
$(use_enable clang) \
$(use_enable debug) \
$(use_enable debug llvm-assertions) \

diff --git a/dev-lang/rust/rust-1.12.0.ebuild b/dev-lang/rust/rust-1.12.0.ebuild
index e608fbd..4aede58 100644
--- a/dev-lang/rust/rust-1.12.0.ebuild
+++ b/dev-lang/rust/rust-1.12.0.ebuild
@@ -55,16 +55,6 @@ PDEPEND=">=app-eselect/eselect-rust-0.3_pre20150425"
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=("${FILESDIR}/rust-1.12.0-disable-fetching-stage0.patch")
-
-src_unpack() {
-   unpack "rustc-${PV}-src.tar.gz" || die
-   mkdir "${MY_P}/dl" || die
-   local stagename="RUST_STAGE0_${ARCH}"
-   local stage0="${!stagename}"
-   cp "${DISTDIR}/${stage0}.tar.gz" "${MY_P}/dl/" || die "cp stage0"
-}
-
 src_prepare() {
find mk -name '*.mk' -exec \
 sed -i -e "s/-Werror / /g" {} \; || die
@@ -75,6 +65,9 @@ src_prepare() {
 src_configure() {
export CFG_DISABLE_LDCONFIG="notempty"
 
+   local 

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

2016-11-08 Thread Göktürk Yüksek
commit: 775bfde564ecff4521d75d2b1d6ff1614124201b
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Tue Nov  8 18:39:47 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Tue Nov  8 18:40:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775bfde5

media-video/qgifer: remove unnecessary  tag from the metadata

Package-Manager: portage-2.2.28

 media-video/qgifer/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-video/qgifer/metadata.xml b/media-video/qgifer/metadata.xml
index 44249f0..ec2e60d 100644
--- a/media-video/qgifer/metadata.xml
+++ b/media-video/qgifer/metadata.xml
@@ -4,7 +4,6 @@

andrzej.pa...@gmail.com
Andrzej Pauli
-   Maintainer.  Assign bugs to him.


proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: sys-block/fio/

2016-11-08 Thread Robin H. Johnson
commit: f3b8303b6f125e9ccefd6d0665e51f836f25dd16
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Nov  8 17:42:57 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Nov  8 18:33:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b8303b

sys-block/fio: bump.

Package-Manager: portage-2.3.2

 sys-block/fio/Manifest|  1 +
 sys-block/fio/fio-2.15.ebuild | 94 +++
 2 files changed, 95 insertions(+)

diff --git a/sys-block/fio/Manifest b/sys-block/fio/Manifest
index e3144b1..3aaf4ea 100644
--- a/sys-block/fio/Manifest
+++ b/sys-block/fio/Manifest
@@ -1,3 +1,4 @@
+DIST fio-2.15.tar.bz2 545809 SHA256 
60044f92cfbd2f656162864aae309ab88ff5983c2e49f4b9f8271c445852f5bd SHA512 
fa3380031e6e0a597eb34e597af91efbc824a3d5753793fdb00cb10e693943e0358afaad9624eb4333e81182c94424a56fbd1d434eeff098dbf2fc4e19167db0
 WHIRLPOOL 
32215d63a373c88041d90c6d07d87f9b4e6d4070d1b263676a817dc9ddd8cb175cbbc25e8359cec956ea26a39f40c1cb501ba897475f628ce4f6a5502939239e
 DIST fio-2.2.10.tar.bz2 497503 SHA256 
04b4490c69f82bafeccbab51d33732cfd74e7a54e74eae0d9a2450faf4f1d857 SHA512 
6ff71ca78b2ffa40cd9390b3e4f0b6f07db4d50c85f89c4a9e03c7f327153c0fed3eb8b7c44f3a8f8d0b1b35b48ccb5b1aa96a95fdca08581c22b99f2961c7d3
 WHIRLPOOL 
7bb881ecea82f3ad568d7513af0486494dc657ede69cc4de0f71e7bdf873ccf8f7a58744ab8f1fce8a1c507c3ce0f7e95eb3a7098a01fe041f04cd29a6a4afb7
 DIST fio-2.2.13.tar.bz2 503950 SHA256 
66a0084c37bd8804d9f7d260d843a9a3bf51561954024d3b32062b9332281924 SHA512 
b2adc4fb1b8c71bb909cfc2cfd9e0d25affcacd47908bc6d126625b448c0e964afa7c65fb88cf21662d4b9d07bfbaebbb2fd66b4c4662382ef68aaf8f053bd6d
 WHIRLPOOL 
112af8620a73e907723760fd01caa4c582f7adba5eef5bf51bb6b695c1a15ff812957937cb67dff00b93c3e941df67d751ecf1aca1627722a6084c5494e7f70a
 DIST fio-2.2.9.tar.bz2 492404 SHA256 
c881d9cf15500bd4436970d0467c356c5c021417131587931ba78845e965bf56 SHA512 
e0cd26bb8a760ef5e40ddb73246671c1988f0c0886bd24fa510fcab93fe64d8853f120355f55fa109168c7fae0b081f63278f2233644f5ed20da4e4c3cb3f3fc
 WHIRLPOOL 
4f5ada7f1140c7229fc3173fa0582a4ae7401121768d8dec828dcd42c1c22ec828e9c000c482b155ead4fd75ee15c4d7678fc7c6d18c8fbb9c749e83f87a4881

diff --git a/sys-block/fio/fio-2.15.ebuild b/sys-block/fio/fio-2.15.ebuild
new file mode 100644
index ..73d4d79
--- /dev/null
+++ b/sys-block/fio/fio-2.15.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-r1 toolchain-funcs
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Jens Axboe's Flexible IO tester"
+HOMEPAGE="http://brick.kernel.dk/snaps/;
+SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib"
+
+# GTK+:2 does not offer static libaries.
+LIB_DEPEND="aio? ( dev-libs/libaio[static-libs(+)] )
+   glusterfs? ( sys-cluster/glusterfs[static-libs(+)] )
+   gtk? ( dev-libs/glib:2[static-libs(+)] )
+   numa? ( sys-process/numactl[static-libs(+)] )
+   rbd? ( sys-cluster/ceph[static-libs(+)] )
+   zlib? ( sys-libs/zlib[static-libs(+)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   gtk? ( x11-libs/gtk+:2 )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+RDEPEND+="
+   gnuplot? (
+   sci-visualization/gnuplot
+   ${PYTHON_DEPS}
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   #epatch "${FILESDIR}"/fio-2.8-sysmacros.patch #580592
+   epatch "${FILESDIR}"/fio-2.2.13-libmtd.patch
+   sed -i '/^DEBUGFLAGS/s: -D_FORTIFY_SOURCE=2::g' Makefile || die
+   epatch_user
+
+   # Many checks don't have configure flags.
+   sed -i \
+   -e "s:\:$(tc-getPKG_CONFIG):" \
+   -e '/if compile_prog "" "-lz" "zlib" *; *then/  '"s::if $(usex 
zlib true false) ; then:" \
+   -e '/if compile_prog "" "-laio" "libaio" ; then/'"s::if $(usex 
aio true false) ; then:" \
+   configure || die
+}
+
+src_configure() {
+   chmod g-w "${T}"
+   # not a real configure script
+   set -- \
+   ./configure \
+   --disable-optimizations \
+   --extra-cflags="${CFLAGS} ${CPPFLAGS}" \
+   --cc="$(tc-getCC)" \
+   $(usex glusterfs '' '--disable-gfapi') \
+   $(usex gtk '--enable-gfio' '') \
+   $(usex numa '' '--disable-numa') \
+   $(usex rbd '' '--disable-rbd') \
+   $(usex static '--build-static' '')
+   echo "$@"
+   "$@" || die 'configure failed'
+}
+
+src_compile() {
+   emake V=1 OPTFLAGS=
+}
+
+src_install() {
+   emake install DESTDIR="${D}" prefix="${EPREFIX}/usr" 
mandir="${EPREFIX}/usr/share/man"
+
+   if use gnuplot ; then
+   python_replicate_script 

[gentoo-commits] repo/gentoo:master commit in: sys-power/nut/, sys-power/nut/files/

2016-11-08 Thread Robin H. Johnson
commit: 9614752644c90e4b7765a31f75020142b09ce03e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Nov  8 18:33:17 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Nov  8 18:33:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96147526

sys-power/nut: bump.

Package-Manager: portage-2.3.2

 sys-power/nut/Manifest  |   1 +
 sys-power/nut/files/nut-2.2.2-init.d-upsd   |   4 +-
 sys-power/nut/files/nut-2.2.2-init.d-upsdrv |   4 +-
 sys-power/nut/files/nut-2.6.5-init.d-upsd   |   4 +-
 sys-power/nut/nut-2.7.4.ebuild  | 270 
 5 files changed, 277 insertions(+), 6 deletions(-)

diff --git a/sys-power/nut/Manifest b/sys-power/nut/Manifest
index fcf9751..104a2ea 100644
--- a/sys-power/nut/Manifest
+++ b/sys-power/nut/Manifest
@@ -1,3 +1,4 @@
 DIST nut-2.6.5.tar.gz 2038832 SHA256 
618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f SHA512 
f1c76e6280057dc558d53451e7de2bdc7f37a0f175b1c52c27e7dcb83deeb78f6885007ad188a7a3a19e411eba87e03eb2246310bd7a5a5bb6fa3ad2bebd49d8
 WHIRLPOOL 
2b189f77d18d26303c60f2c084796075b0a50b8aa9cbefc3ba9a83f037450ffc3ecdb289367435e784a6bbe8569f768a97130a1ccdf123e53f13e0cf8813fb9a
 DIST nut-2.7.2.tar.gz 2223307 SHA256 
4d5365359b059d96dfcb77458f361a114d26c84f1297ffcd0c6c166f7200376d SHA512 
7d6b44e8f2d03544d9825274f4f3039911e335eb51620ded3dc08d51aeb096281c2ec848831815c54eecd4f2a25bdb1e6e5f479422e5291f03c3055da7ba52e6
 WHIRLPOOL 
6e7c45ef09fc2e86f0b79787043a9bf9954b5ef57fb16f9d453734680ff947abd8fb6665c5da4dac09850f5ab6a414039aa067803ecdeb2efd8537b8909f1ff9
 DIST nut-2.7.3.tar.gz 2317478 SHA256 
ff44d95d06a51559a0a018eef7f8d17911c1002b6352a7d7580ff75acb12126b SHA512 
3dd978712dc0fabe7e194dbf6d7bb442c456aa4d45bfc63ede8a3acae23c66811cbcf2705b55a6739129b5f120e6f5865bcb9d19eb9080507a85e2624d5663d6
 WHIRLPOOL 
d9fe0c6545808a7daa25c45bd4f43fba1071cec0fd668d66b7926b6cd7af55e0d8c937bcdbb41e693f977c960c4e2ea95ff40d35b5f68695da5a7d1fc8da7265
+DIST nut-2.7.4.tar.gz 2509831 SHA256 
980e82918c52d364605c0703a5dcf01f74ad2ef06e3d365949e43b7d406d25a7 SHA512 
320c4aff85d8a370c5eff77d33924fdfc3caf6a250620693cdd5bf3336b3a80d8a207488eee841bcf8b72fbad68fda4c074e63b99c56e7886716fc934122d11a
 WHIRLPOOL 
79b2ad8d2bc1211ba67bb24fec77b61e93b62d3854d5fd908083ff061bcc247abbda8dbf27259d1c38fb6fbeeaf8db65c620b8b3fc4029f14c03b12855925178

diff --git a/sys-power/nut/files/nut-2.2.2-init.d-upsd 
b/sys-power/nut/files/nut-2.2.2-init.d-upsd
index 9697f9b..56f524a 100644
--- a/sys-power/nut/files/nut-2.2.2-init.d-upsd
+++ b/sys-power/nut/files/nut-2.2.2-init.d-upsd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ start() {
ebegin "Starting upsd"
# clean up first
pkill -u root,nut -x ${bin}
-   sleep 1s
+   sleep 1
rm -f ${pidfile}
# now start up
start-stop-daemon --start --quiet --exec ${bin}

diff --git a/sys-power/nut/files/nut-2.2.2-init.d-upsdrv 
b/sys-power/nut/files/nut-2.2.2-init.d-upsdrv
index 3c03b5a..d142716 100644
--- a/sys-power/nut/files/nut-2.2.2-init.d-upsdrv
+++ b/sys-power/nut/files/nut-2.2.2-init.d-upsdrv
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ extra_commands="stopall startall"
 
 UPSNAME=${SVCNAME#*.}
 msgtext="drivers"
-[ "${UPSNAME}" == "${SVCNAME}" ] && UPSNAME=''
+[ "${UPSNAME}" = "${SVCNAME}" ] && UPSNAME=''
 [ -n "$UPSNAME" ] && msgtext="driver for $UPSNAME"
 
 depend() {

diff --git a/sys-power/nut/files/nut-2.6.5-init.d-upsd 
b/sys-power/nut/files/nut-2.6.5-init.d-upsd
index d522d3b..9809639 100644
--- a/sys-power/nut/files/nut-2.6.5-init.d-upsd
+++ b/sys-power/nut/files/nut-2.6.5-init.d-upsd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ start() {
ebegin "Starting upsd"
# clean up first
pkill -u root,nut -x ${bin}
-   sleep 1s
+   sleep 1
rm -f ${pidfile}
# now start up
start-stop-daemon --start --quiet --exec ${bin}

diff --git a/sys-power/nut/nut-2.7.4.ebuild b/sys-power/nut/nut-2.7.4.ebuild
new file mode 100644
index ..9f42ba7
--- /dev/null
+++ b/sys-power/nut/nut-2.7.4.ebuild
@@ -0,0 +1,270 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd 
flag-o-matic toolchain-funcs
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Network-UPS Tools"
+HOMEPAGE="http://www.networkupstools.org/;
+# Nut mirrors are presently 

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

2016-11-08 Thread Justin Bronder
commit: 9b28376a8d2ff67bd83235be638a8e0c6083e7cd
Author: Justin Bronder  gentoo  org>
AuthorDate: Tue Nov  8 18:19:25 2016 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Tue Nov  8 18:21:49 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b28376a

sys-cluster/openmpi: bump 2.0.1

Package-Manager: portage-2.3.0

 sys-cluster/openmpi/openmpi-2.0.1.ebuild | 174 +++
 1 file changed, 174 insertions(+)

diff --git a/sys-cluster/openmpi/openmpi-2.0.1.ebuild 
b/sys-cluster/openmpi/openmpi-2.0.1.ebuild
new file mode 100644
index 000..d126d96
--- /dev/null
+++ b/sys-cluster/openmpi/openmpi-2.0.1.ebuild
@@ -0,0 +1,174 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+FORTRAN_NEEDED=fortran
+
+inherit cuda flag-o-matic fortran-2 java-pkg-opt-2 toolchain-funcs versionator 
multilib-minimal mpi
+
+MY_P=${P/-mpi}
+S=${WORKDIR}/${MY_P}
+
+IUSE_OPENMPI_FABRICS="
+   openmpi_fabrics_ofed
+   openmpi_fabrics_knem
+   openmpi_fabrics_psm"
+
+IUSE_OPENMPI_RM="
+   openmpi_rm_pbs
+   openmpi_rm_slurm"
+
+IUSE_OPENMPI_OFED_FEATURES="
+   openmpi_ofed_features_control-hdr-padding
+   openmpi_ofed_features_connectx-xrc
+   openmpi_ofed_features_udcm
+   openmpi_ofed_features_rdmacm
+   openmpi_ofed_features_dynamic-sl
+   openmpi_ofed_features_failover"
+
+DESCRIPTION="A high-performance message passing library (MPI)"
+HOMEPAGE="http://www.open-mpi.org;
+SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux"
+IUSE="cma cuda cxx elibc_FreeBSD fortran heterogeneous ipv6 java mpi-threads 
numa romio threads
+   ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}"
+
+REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs )
+   openmpi_rm_pbs? ( !openmpi_rm_slurm )
+   openmpi_fabrics_psm? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed )
+   openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )"
+
+CDEPEND="
+   >=dev-libs/libevent-2.0.22[${MULTILIB_USEDEP}]
+   dev-libs/libltdl:0[${MULTILIB_USEDEP}]
+   >=sys-apps/hwloc-1.11.2[${MULTILIB_USEDEP},numa?]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
+   elibc_FreeBSD? ( dev-libs/libexecinfo )
+   openmpi_fabrics_ofed? ( sys-fabric/ofed:* )
+   openmpi_fabrics_knem? ( sys-cluster/knem )
+   openmpi_fabrics_psm? ( sys-fabric/infinipath-psm:* )
+   openmpi_rm_pbs? ( sys-cluster/torque )
+   openmpi_rm_slurm? ( sys-cluster/slurm )
+   openmpi_ofed_features_rdmacm? ( sys-fabric/librdmacm:* )
+   $(mpi_imp_deplist)"
+
+RDEPEND="${CDEPEND}
+   java? ( >=virtual/jre-1.6 )"
+
+DEPEND="${CDEPEND}
+   java? ( >=virtual/jdk-1.6 )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/mpi.h
+   /usr/include/openmpi/ompi/mpi/java/mpiJava.h
+)
+
+pkg_setup() {
+   fortran-2_pkg_setup
+   java-pkg-opt-2_pkg_setup
+   MPI_ESELECT_FILE="eselect.mpi.openmpi"
+
+   elog
+   elog "OpenMPI has an overwhelming count of configuration options."
+   elog "Don't forget the EXTRA_ECONF environment variable can let you"
+   elog "specify configure options if you find them necessary."
+   elog
+}
+
+src_prepare() {
+   default
+
+   # Necessary for scalibility, see
+   # http://www.open-mpi.org/community/lists/users/2008/09/6514.php
+   if use threads; then
+   echo 'oob_tcp_listen_mode = listen_thread' \
+   >> opal/etc/openmpi-mca-params.conf || die
+   fi
+}
+
+multilib_src_configure() {
+   if use java; then
+   # We must always build with the right -source and -target
+   # flags. Passing flags to javac isn't explicitly supported here
+   # but we can cheat by overriding the configure test for javac.
+   export ac_cv_path_JAVAC="$(java-pkg_get-javac) 
$(java-pkg_javac-args)"
+   fi
+
+   ECONF_SOURCE=${S} econf $(mpi_econf_args) \
+   --sysconfdir="${EPREFIX}/etc/${PN}" \
+   --enable-pretty-print-stacktrace \
+   --enable-orterun-prefix-by-default \
+   --with-hwloc="${EPREFIX}/usr" \
+   --with-libltdl="${EPREFIX}/usr" \
+   --with-libevent="${EPREFIX}/usr" \
+   --enable-mpi-fortran=$(usex fortran all no) \
+   $(use_enable cxx mpi-cxx) \
+   $(use_with 

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

2016-11-08 Thread Zac Medico
commit: 341fc23e84a56cce15d2617c44d44102d0a23b90
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov  8 18:08:44 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov  8 18:09:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341fc23e

net-fs/torus: fix SRC_URI

Package-Manager: portage-2.3.2

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

diff --git a/net-fs/torus/torus-0.1.2.ebuild b/net-fs/torus/torus-0.1.2.ebuild
index 2c7e774..1e73563 100644
--- a/net-fs/torus/torus-0.1.2.ebuild
+++ b/net-fs/torus/torus-0.1.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 EGO_PN="github.com/coreos/${PN}/..."
-SRC_URI="https://${EGO_PN}/releases/download/v${PV}/${PN}_v${PV}_src.tar.gz -> 
${P}.tar.gz
+SRC_URI="https://${EGO_PN%/*}/releases/download/v${PV}/${PN}_v${PV}_src.tar.gz 
-> ${P}.tar.gz
https://github.com/Masterminds/glide/archive/0.10.2.tar.gz -> 
glide-0.10.2.tar.gz
test? ( https://github.com/gogo/protobuf/archive/v0.3.tar.gz -> 
gogo-protobuf-0.3.tar.gz )"
 



[gentoo-commits] proj/sci:master commit in: sci-biology/igv/

2016-11-08 Thread Martin Mokrejs
commit: 238da568a2256a9c3c543723e978efc24d053a3b
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Nov  8 18:05:06 2016 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Nov  8 18:05:06 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=238da568

sci-biology/igv: change 'dev-java/guava:17' to 'dev-java/guava:*'

Package-Manager: portage-2.3.0

 sci-biology/igv/igv-2.3.47.ebuild | 4 ++--
 sci-biology/igv/igv-2.3.81.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/igv/igv-2.3.47.ebuild 
b/sci-biology/igv/igv-2.3.47.ebuild
index 796421d..e9a7246 100644
--- a/sci-biology/igv/igv-2.3.47.ebuild
+++ b/sci-biology/igv/igv-2.3.47.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -41,7 +41,7 @@ COMMON_DEPS="
dev-java/jlfgr:0
dev-java/log4j:0
dev-java/gson:2.2.2
-   dev-java/guava:17
+   dev-java/guava:*
dev-java/swing-layout:1
dev-java/jgrapht:0
dev-java/junit:4"

diff --git a/sci-biology/igv/igv-2.3.81.ebuild 
b/sci-biology/igv/igv-2.3.81.ebuild
index ada8216..99407f6 100644
--- a/sci-biology/igv/igv-2.3.81.ebuild
+++ b/sci-biology/igv/igv-2.3.81.ebuild
@@ -44,7 +44,7 @@ COMMON_DEPS="
dev-java/jlfgr:0
dev-java/log4j:0
dev-java/gson:2.2.2
-   dev-java/guava:17
+   dev-java/guava:*
dev-java/swing-layout:1
dev-java/jgrapht:0
dev-java/junit:4"



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

2016-11-08 Thread Andreas Hüttel
commit: 06f2b6e9a7b0512b89d1fd91343b8c982f1dd74a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov  8 17:02:52 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov  8 17:03:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f2b6e9

package.mask: mask icu revbump for initial testin

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0da0983..ae86745 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (08 Nov 2016)
+# Masked for initial testing
+=dev-libs/icu-58.1-r1
+
 # Johannes Huber  (07 Nov 2016)
 # Masked for removal in 30 days. Dead upstream.
 # Hosted on google code, which shutdowns end of the year.



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

2016-11-08 Thread Andreas Hüttel
commit: 9e4b712fcdec31668882dd52867d5cb50158098e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Nov  8 17:02:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Tue Nov  8 17:03:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4b712f

dev-libs/icu: Revbump for bug 599142

Package-Manager: portage-2.3.2

 dev-libs/icu/files/icu-58.1-iterator.patch | 127 ++
 dev-libs/icu/icu-58.1-r1.ebuild| 142 +
 2 files changed, 269 insertions(+)

diff --git a/dev-libs/icu/files/icu-58.1-iterator.patch 
b/dev-libs/icu/files/icu-58.1-iterator.patch
new file mode 100644
index ..6f52375
--- /dev/null
+++ b/dev-libs/icu/files/icu-58.1-iterator.patch
@@ -0,0 +1,127 @@
+source: http://bugs.icu-project.org/trac/changeset/39484/
+
+
+Index: icu/common/ulist.c
+===
+--- icu/common/ulist.c (revision 39483)
 icu/common/ulist.c (revision 39484)
+@@ -30,5 +30,4 @@
+ 
+ int32_t size;
+-int32_t currentIndex;
+ };
+ 
+@@ -52,5 +51,4 @@
+ newList->tail = NULL;
+ newList->size = 0;
+-newList->currentIndex = -1;
+ 
+ return newList;
+@@ -81,6 +79,7 @@
+ p->next->previous = p->previous;
+ }
+-list->curr = NULL;
+-list->currentIndex = 0;
++if (p == list->curr) {
++list->curr = p->next;
++}
+ --list->size;
+ if (p->forceDelete) {
+@@ -151,5 +150,4 @@
+ list->head->previous = newItem;
+ list->head = newItem;
+-list->currentIndex++;
+ }
+ 
+@@ -194,5 +192,4 @@
+ curr = list->curr;
+ list->curr = curr->next;
+-list->currentIndex++;
+ 
+ return curr->data;
+@@ -210,5 +207,4 @@
+ if (list != NULL) {
+ list->curr = list->head;
+-list->currentIndex = 0;
+ }
+ }
+@@ -273,3 +269,2 @@
+ return (UList *)(en->context);
+ }
+-
+Index: icu/i18n/ucol_res.cpp
+===
+--- icu/i18n/ucol_res.cpp  (revision 39483)
 icu/i18n/ucol_res.cpp  (revision 39484)
+@@ -681,4 +681,5 @@
+ }
+ memcpy(en, , sizeof(UEnumeration));
++ulist_resetList(sink.values);  // Initialize the iterator.
+ en->context = sink.values;
+ sink.values = NULL;  // Avoid deletion in the sink destructor.
+Index: icu/test/intltest/apicoll.cpp
+===
+--- icu/test/intltest/apicoll.cpp  (revision 39483)
 icu/test/intltest/apicoll.cpp  (revision 39484)
+@@ -82,14 +82,7 @@
+ col = Collator::createInstance(Locale::getEnglish(), success);
+ if (U_FAILURE(success)){
+-errcheckln(success, "Default Collator creation failed. - %s", 
u_errorName(success));
+-return;
+-}
+-
+-StringEnumeration* kwEnum = col->getKeywordValuesForLocale("", 
Locale::getEnglish(),true,success);
+-if (U_FAILURE(success)){
+-errcheckln(success, "Get Keyword Values for Locale failed. - %s", 
u_errorName(success));
+-return;
+-}
+-delete kwEnum;
++errcheckln(success, "English Collator creation failed. - %s", 
u_errorName(success));
++return;
++}
+ 
+ col->getVersion(versionArray);
+@@ -230,4 +223,27 @@
+ delete aFrCol;
+ delete junk;
++}
++
++void CollationAPITest::TestKeywordValues() {
++IcuTestErrorCode errorCode(*this, "TestKeywordValues");
++LocalPointer col(Collator::createInstance(Locale::getEnglish(), 
errorCode));
++if (errorCode.logIfFailureAndReset("English Collator creation failed")) {
++return;
++}
++
++LocalPointer kwEnum(
++col->getKeywordValuesForLocale("collation", Locale::getEnglish(), 
TRUE, errorCode));
++if (errorCode.logIfFailureAndReset("Get Keyword Values for English 
Collator failed")) {
++return;
++}
++assertTrue("expect at least one collation tailoring for English", 
kwEnum->count(errorCode) > 0);
++const char *kw;
++UBool hasStandard = FALSE;
++while ((kw = kwEnum->next(NULL, errorCode)) != NULL) {
++if (strcmp(kw, "standard") == 0) {
++hasStandard = TRUE;
++}
++}
++assertTrue("expect at least the 'standard' collation tailoring for 
English", hasStandard);
+ }
+ 
+@@ -2467,4 +2483,5 @@
+ TESTCASE_AUTO_BEGIN;
+ TESTCASE_AUTO(TestProperty);
++TESTCASE_AUTO(TestKeywordValues);
+ TESTCASE_AUTO(TestOperators);
+ TESTCASE_AUTO(TestDuplicate);
+Index: icu/test/intltest/apicoll.h
+===
+--- icu/test/intltest/apicoll.h(revision 39483)
 icu/test/intltest/apicoll.h(revision 39484)
+@@ -36,4 +36,5 @@
+  */
+ void TestProperty(/* char* par */);
++void TestKeywordValues();
+ 
+ /**

diff --git a/dev-libs/icu/icu-58.1-r1.ebuild b/dev-libs/icu/icu-58.1-r1.ebuild
new file mode 100644
index 

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

2016-11-08 Thread Nicolas Bock
commit: 5451ee5b4abee16d1ca0b311bd6c552ab2b95e34
Author: Nicolas Bock  gentoo  org>
AuthorDate: Tue Nov  8 16:35:44 2016 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Tue Nov  8 16:36:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5451ee5b

app-crypt/keybase: Version bump

Package-Manager: portage-2.3.0

 app-crypt/keybase/Manifest  |  1 +
 app-crypt/keybase/keybase-1.0.18.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/app-crypt/keybase/Manifest b/app-crypt/keybase/Manifest
index d7843a3..adf363e 100644
--- a/app-crypt/keybase/Manifest
+++ b/app-crypt/keybase/Manifest
@@ -2,3 +2,4 @@ DIST keybase-0.8.25.tar.gz 7109238 SHA256 
e34b128f48e27a1c3066b5f3f19d99df735f9b
 DIST keybase-1.0.15.tar.gz 45781588 SHA256 
6fe66b07772ca000879bda65cb9d112d2dbbc301d6afa4d4b46055d385f86e36 SHA512 
623a952d88e4c9519073c9e8c81b2d53bddd081e048dbe127b658f91e97a37493767ced36a07dcb65791f1f3abc398bcb6456a921b4301f86c31dda5b8fdccce
 WHIRLPOOL 
64b8456bd12452a70920e3dea93b0fda6c2f0f3a48449d0aeefc1e335aaa140f25ed5f2c5bb3c61828dbe268851631553b760c0e1a6a43fdc3d1198d2d2420a5
 DIST keybase-1.0.16.tar.gz 41810206 SHA256 
e8a7ecb56153c1068432ee7d13b861987066217eaa8d5346cc518468b618a112 SHA512 
47fcc2034070e84f9d1f1925a98e030c95ccc766b52ac734c2b746bd719cabc3f3cac95ea00efacd42ccc95945318c5fa5e3272406f32c50530339fc4524ef23
 WHIRLPOOL 
1ea1d2b14852e63aadbf0607255ae0dd37d7e27b34d6ba86e8ae656146c0d81956c8ea65386f574893e5c5343f660ca7b131b9fd356a306566cd726217fe6794
 DIST keybase-1.0.17.tar.gz 33200376 SHA256 
937b4bc61c889ef3982a5352d8a49cda8a4f4db28732d4cb21df1fe20128399c SHA512 
56334779ab7c11a947557af7d22c662d862804104fff7c853776b0bb28116ae4b789abecd6b75d07a440fae0fc3af4438b85fbd271eb1310c8bf77ce1017e145
 WHIRLPOOL 
f2d44ac207796b1d514e8bb87aced0ba0cd82f64fde87b910f603926364f70d7fdea79b23e1dc2c29efc0278f5c2eb80a53b3efac2d157008eb327a38622566c
+DIST keybase-1.0.18.tar.gz 19860878 SHA256 
8a4ebcb3ce8e3ed3649be870ab407fafeaeaed23c399f18dc25cba50fbb7f5a6 SHA512 
3b8938839421da0fca2958c576e5987abeaf178c01ad979fe0b88d55bc5e93180951747dbe59bec26597c1ce41075e80a76af5a3666e7c248b640ad6b1052ddc
 WHIRLPOOL 
c48d3417833a6f9bd835d85cd4116923bb35268182983181297e4811c4f76bf730713dfeb3d61dd89ae280b2e318e8fb34ae54f5dc515a96350f0cda12c9388c

diff --git a/app-crypt/keybase/keybase-1.0.18.ebuild 
b/app-crypt/keybase/keybase-1.0.18.ebuild
new file mode 100644
index ..8bb3ea2
--- /dev/null
+++ b/app-crypt/keybase/keybase-1.0.18.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils versionator
+
+MY_PV=$(replace_version_separator 3 '-')
+
+DESCRIPTION="Client for keybase.io"
+HOMEPAGE="https://keybase.io/;
+SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   >=dev-lang/go-1.6:0"
+RDEPEND="
+   app-crypt/gnupg"
+
+S="${WORKDIR}/src/github.com/keybase/client"
+
+src_unpack() {
+   unpack "${P}.tar.gz"
+   mkdir -p "$(dirname "${S}")" || die
+   mv "client-${MY_PV}" "${S}" || die
+}
+
+src_compile() {
+   GOPATH="${WORKDIR}:${S}/go/vendor" \
+   go build -v -x \
+   -tags production \
+   -o "${T}/keybase" \
+   github.com/keybase/client/go/keybase || die
+}
+
+src_install() {
+   dobin "${T}/keybase"
+}
+
+pkg_postinst() {
+   elog "Run the service: keybase service"
+   elog "Run the client:  keybase login"
+}



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

2016-11-08 Thread Amy Winston
commit: 05d80b9e4935caa4b4b3e2bdc32a50284a70d298
Author: Amy Winston  gentoo  org>
AuthorDate: Tue Nov  8 16:38:08 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Tue Nov  8 16:40:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d80b9e

media-video/qgifer: fix dependencies, remove broken version

- Fix subslot dependencies
- Remove broken version
- Change patch to p1

Package-Manager: portage-2.3.0

 .../qgifer/files/qgifer-0.2.1-desktop.patch|  4 +-
 media-video/qgifer/qgifer-0.2.1-r2.ebuild  | 46 --
 ...ifer-0.2.1-r3.ebuild => qgifer-0.2.1-r4.ebuild} | 16 
 3 files changed, 9 insertions(+), 57 deletions(-)

diff --git a/media-video/qgifer/files/qgifer-0.2.1-desktop.patch 
b/media-video/qgifer/files/qgifer-0.2.1-desktop.patch
index 2804cae..8e02163 100644
--- a/media-video/qgifer/files/qgifer-0.2.1-desktop.patch
+++ b/media-video/qgifer/files/qgifer-0.2.1-desktop.patch
@@ -1,7 +1,7 @@
 Index: doc/qgifer.desktop
 ===
 doc/qgifer.desktop (revision 91)
-+++ doc/qgifer.desktop (working copy)
+--- a/doc/qgifer.desktop   (revision 91)
 b/doc/qgifer.desktop   (working copy)
 @@ -3,7 +3,7 @@
  Name=QGifer
  Icon=/usr/share/icons/qgifer.xpm

diff --git a/media-video/qgifer/qgifer-0.2.1-r2.ebuild 
b/media-video/qgifer/qgifer-0.2.1-r2.ebuild
deleted file mode 100644
index 0303568..
--- a/media-video/qgifer/qgifer-0.2.1-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit cmake-utils
-
-DESCRIPTION="A video-based animated GIF creator"
-HOMEPAGE="https://sourceforge.net/projects/qgifer/;
-SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="debug imagemagick opencv3"
-
-RDEPEND="media-libs/giflib:0
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   imagemagick? ( media-gfx/imagemagick:0 )
-   !opencv3? ( media-libs/opencv:0/2.4[ffmpeg] )
-   opencv3? ( media-libs/opencv:0/3.0[ffmpeg] )
-   virtual/ffmpeg:0"
-
-DEPEND="${RDEPEND}
-   >=dev-util/cmake-2.8:0"
-
-S="${WORKDIR}/${P}-source"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-desktop.patch
-
-   if use opencv3 ; then
-   epatch "${FILESDIR}"/${P}-opencv3.patch
-   fi
-}
-
-src_configure() {
-   local mycmakeargs
-
-   use debug && mycmakeargs=( -DRELEASE_MODE=OFF )
-
-   cmake-utils_src_configure
-}

diff --git a/media-video/qgifer/qgifer-0.2.1-r3.ebuild 
b/media-video/qgifer/qgifer-0.2.1-r4.ebuild
similarity index 75%
rename from media-video/qgifer/qgifer-0.2.1-r3.ebuild
rename to media-video/qgifer/qgifer-0.2.1-r4.ebuild
index 721698e..e0ddb0a 100644
--- a/media-video/qgifer/qgifer-0.2.1-r3.ebuild
+++ b/media-video/qgifer/qgifer-0.2.1-r4.ebuild
@@ -20,25 +20,23 @@ RDEPEND="=media-libs/opencv-3.0.0:0[ffmpeg] )
virtual/ffmpeg:0"
 
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${P}-source"
 
-src_prepare() {
-   eapply -p0 "${FILESDIR}/${P}-desktop.patch"
+PATCHES=( "${FILESDIR}/${P}-desktop.patch" )
 
-   if use opencv3 ; then
-   eapply "${FILESDIR}/${P}-opencv3.patch"
-   fi
+src_prepare(){
+   use opencv3 && PATCHES+=( "${FILESDIR}/${P}-opencv3.patch" )
+
+   cmake-utils_src_prepare
 
# Fix the doc path
sed -i -e "s|share/doc/qgifer|share/doc/${PF}|" CMakeLists.txt || die
-
-   eapply_user
 }
 
 src_configure() {



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

2016-11-08 Thread Zac Medico
commit: e5e93b11a13510664646c3f40b0dbb8af0f4b2da
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov  8 16:33:12 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov  8 16:33:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e93b11

dev-util/editorconfig-geany: add geany to DEPEND (bug 599186)

Package-Manager: portage-2.3.2

 dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild 
b/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild
index 66c88df..2b92cfd 100644
--- a/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild
+++ b/dev-util/editorconfig-geany/editorconfig-geany-0.1_p20160725.ebuild
@@ -15,8 +15,10 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-DEPEND="app-text/editorconfig-core-c:="
-RDEPEND="${DEPEND}"
+CDEPEND="app-text/editorconfig-core-c:="
+DEPEND="${CDEPEND}
+   dev-util/geany"
+RDEPEND="${CDEPEND}"
 S=${WORKDIR}/${PN}-${EGIT_COMMIT}
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/

2016-11-08 Thread Sven Wegener
commit: 3f18852b72af990958c21df0d06081826f600a90
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Nov  8 13:33:27 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov  8 16:30:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f18852b

net-nntp/nzbget: remove old

Package-Manager: portage-2.3.2

 net-nntp/nzbget/Manifest   |   1 -
 net-nntp/nzbget/nzbget-17.0.ebuild | 115 -
 2 files changed, 116 deletions(-)

diff --git a/net-nntp/nzbget/Manifest b/net-nntp/nzbget/Manifest
index 19a1c57..fee5db1 100644
--- a/net-nntp/nzbget/Manifest
+++ b/net-nntp/nzbget/Manifest
@@ -1,5 +1,4 @@
 DIST nzbget-14.1.tar.gz 1332334 SHA256 
a16b816b61f7035cc373e9b77094ca474d5b7b7f7ceff5fa8818249181db4b18 SHA512 
fae938529bb3968c0161f63ec3af07f844a8128b61abf6298457a4878ac0d47541d76730c8a068509fa091b102de07c9d28dcd668a8192fcfac60980f69be56d
 WHIRLPOOL 
9e9636b67d0af7780d2cc8f897465f5a2e23cd8695b3bd982e3e9f78d68adb34f84faf59253044c7b2f95db737cf59207b35cf312d1f1825fe4b9ecce2e4014f
 DIST nzbget-16.4-src.tar.gz 1585908 SHA256 
8e9e3ee75d2d08a8e438b2809f504a627a9334ed239579a540b75fa97bff4d0f SHA512 
12ebde277abac5f719f374861013fa391f4698d850ac57c55787609fec54490fb09437c6a803fc0ca935c482ed5ccd16c525e17ba40a514f7a54316dc04ee874
 WHIRLPOOL 
2d1c21d45a74eaea7dcb1c99c9b409f506547189c832b432331ae2b64ee67050245acb8ff1cd522bd64460d9d7ac806b344fd0f3bbc21de4bfca12dcc815692d
-DIST nzbget-17.0.tar.gz 1608851 SHA256 
795c830344dcc8751a2234a8344190b3f3e48e1ce92dcff02ee0af95a5fa46ae SHA512 
18a3839447baec8137b9763f93031086fa740b3fe6e5a3342a28d51eee128b808b117737cfa15e39ee3586d2c6fc5a736563580cb4abe23b0ad29b55790c132c
 WHIRLPOOL 
fe65628fd517bd2ec99bb37b3d08e014e06ac03370f4e65e0ce771a34031f7a99d561b0180b5e3cafe0c07974e59636339722684c476794283688c20b2afc809
 DIST nzbget-17.1.tar.gz 1609931 SHA256 
4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39 SHA512 
5fde874b68423bb6d4cf63fc68aee0087b4d801a73a05124c1b3d0e883877cd58541191e58386e115b2664906f16e67f5f7d5a0ece93bf51f55ec1e7309b
 WHIRLPOOL 
bcae41e87e8cb6ce429dd065fe7904cc04b36da4435de43c3424afd1a37f3e5da55769d2684df368687fb8ee6d6f72ff80452c54a07ffa09fbe9918c7d40c167
 DIST nzbget-18.0_pre1820.tar.gz 1775316 SHA256 
f31fed20ed5329cba1e9bcd533657de878a0b090badc7c08f0b0534e5177c3aa SHA512 
004c8729b7ffed16e06c54c71f6ca0c69543d3a208bee6dae1e2bfccbc25952dc8a9f0ef0899663cca13d95ea4424f2b2bb96ee3358bf49c645076275d9cd3a4
 WHIRLPOOL 
cf9c759a517f93d4a88f795cf3eab6858dac47be1392140b8e7f86eb09cfb8f59df57976f956db2d07b2f2f0aab117198b71d58b3705e5147759f5c352f6a125

diff --git a/net-nntp/nzbget/nzbget-17.0.ebuild 
b/net-nntp/nzbget/nzbget-17.0.ebuild
deleted file mode 100644
index 6b57029..
--- a/net-nntp/nzbget/nzbget-17.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic user
-
-MY_PV=${PV/_pre/-r}
-MY_P=${PN}-${PV/_pre/-testing-r}
-
-DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
-HOMEPAGE="http://nzbget.net/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-src.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="debug gnutls ncurses parcheck ssl test zlib"
-
-RDEPEND="dev-libs/libxml2
-   ncurses? ( sys-libs/ncurses:0 )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl:0= )
-   )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-DOCS=( ChangeLog README nzbget.conf )
-
-PATCHES=(
-   "${FILESDIR}"/${P}_parcheck-tests-fix.patch
-)
-
-S=${WORKDIR}/${PN}-${PV/_pre*/-testing}
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]] && ! test-flag-CXX -std=c++14; then
-   eerror "${P} requires a C++14-capable compiler. Your current 
compiler"
-   eerror "does not seem to support the -std=c++14 option. Please"
-   eerror "upgrade to gcc-4.9 or an equivalent version supporting 
C++14."
-   die "The currently active compiler does not support -std=c++14"
-   fi
-}
-
-src_prepare() {
-   default
-   eautoreconf
-
-   sed -i 's:^ScriptDir=.*:ScriptDir=/usr/share/nzbget/ppscripts:' 
nzbget.conf || die
-
-   sed \
-   -e 's:^MainDir=.*:MainDir=/var/lib/nzbget:' \
-   -e 's:^LockFile=.*:LockFile=/run/nzbget/nzbget.pid:' \
-   -e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
-   -e 's:^WebDir=.*:WebDir=/usr/share/nzbget/webui:' \
-   -e 
's:^ConfigTemplate=.*:ConfigTemplate=/usr/share/nzbget/nzbget.conf:' \
-   -e 's:^DaemonUsername=.*:DaemonUsername=nzbget:' \
-   nzbget.conf > nzbgetd.conf || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable debug) \
-   

[gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/

2016-11-08 Thread Sven Wegener
commit: 3a8a15eca4c81593fe63f016f0c9be24a81cf140
Author: Louis Sautier  gmail  com>
AuthorDate: Sat Nov  5 17:00:31 2016 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov  8 16:30:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a15ec

net-nntp/nzbget: bump to 18.0_pre1820

- Add a dependency on nettle when USE=gnutls is enabled,
required since nzbget/nzbget@5885258c354fb35a8b01475644d07dcaf5bde9a6
- Check the compiler at pkg_setup too

Package-Manager: portage-2.3.2

 net-nntp/nzbget/Manifest   |   1 +
 net-nntp/nzbget/nzbget-18.0_pre1820.ebuild | 124 +
 2 files changed, 125 insertions(+)

diff --git a/net-nntp/nzbget/Manifest b/net-nntp/nzbget/Manifest
index 7f9d7d2..19a1c57 100644
--- a/net-nntp/nzbget/Manifest
+++ b/net-nntp/nzbget/Manifest
@@ -2,3 +2,4 @@ DIST nzbget-14.1.tar.gz 1332334 SHA256 
a16b816b61f7035cc373e9b77094ca474d5b7b7f7
 DIST nzbget-16.4-src.tar.gz 1585908 SHA256 
8e9e3ee75d2d08a8e438b2809f504a627a9334ed239579a540b75fa97bff4d0f SHA512 
12ebde277abac5f719f374861013fa391f4698d850ac57c55787609fec54490fb09437c6a803fc0ca935c482ed5ccd16c525e17ba40a514f7a54316dc04ee874
 WHIRLPOOL 
2d1c21d45a74eaea7dcb1c99c9b409f506547189c832b432331ae2b64ee67050245acb8ff1cd522bd64460d9d7ac806b344fd0f3bbc21de4bfca12dcc815692d
 DIST nzbget-17.0.tar.gz 1608851 SHA256 
795c830344dcc8751a2234a8344190b3f3e48e1ce92dcff02ee0af95a5fa46ae SHA512 
18a3839447baec8137b9763f93031086fa740b3fe6e5a3342a28d51eee128b808b117737cfa15e39ee3586d2c6fc5a736563580cb4abe23b0ad29b55790c132c
 WHIRLPOOL 
fe65628fd517bd2ec99bb37b3d08e014e06ac03370f4e65e0ce771a34031f7a99d561b0180b5e3cafe0c07974e59636339722684c476794283688c20b2afc809
 DIST nzbget-17.1.tar.gz 1609931 SHA256 
4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39 SHA512 
5fde874b68423bb6d4cf63fc68aee0087b4d801a73a05124c1b3d0e883877cd58541191e58386e115b2664906f16e67f5f7d5a0ece93bf51f55ec1e7309b
 WHIRLPOOL 
bcae41e87e8cb6ce429dd065fe7904cc04b36da4435de43c3424afd1a37f3e5da55769d2684df368687fb8ee6d6f72ff80452c54a07ffa09fbe9918c7d40c167
+DIST nzbget-18.0_pre1820.tar.gz 1775316 SHA256 
f31fed20ed5329cba1e9bcd533657de878a0b090badc7c08f0b0534e5177c3aa SHA512 
004c8729b7ffed16e06c54c71f6ca0c69543d3a208bee6dae1e2bfccbc25952dc8a9f0ef0899663cca13d95ea4424f2b2bb96ee3358bf49c645076275d9cd3a4
 WHIRLPOOL 
cf9c759a517f93d4a88f795cf3eab6858dac47be1392140b8e7f86eb09cfb8f59df57976f956db2d07b2f2f0aab117198b71d58b3705e5147759f5c352f6a125

diff --git a/net-nntp/nzbget/nzbget-18.0_pre1820.ebuild 
b/net-nntp/nzbget/nzbget-18.0_pre1820.ebuild
new file mode 100644
index ..05eeeb0
--- /dev/null
+++ b/net-nntp/nzbget/nzbget-18.0_pre1820.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic user
+
+MY_PV=${PV/_pre/-r}
+MY_P=${PN}-${PV/_pre/-testing-r}
+
+DESCRIPTION="A command-line based binary newsgrabber supporting .nzb files"
+HOMEPAGE="http://nzbget.net/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-src.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="debug gnutls ncurses parcheck ssl test zlib"
+
+RDEPEND="dev-libs/libxml2
+   ncurses? ( sys-libs/ncurses:0= )
+   ssl? (
+   gnutls? (
+   net-libs/gnutls:=
+   dev-libs/nettle:=
+   )
+   !gnutls? ( dev-libs/openssl:0= )
+   )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+DOCS=( ChangeLog README nzbget.conf )
+
+S=${WORKDIR}/${PN}-${PV/_pre*/-testing}
+
+check_compiler() {
+   if [[ ${MERGE_TYPE} != binary ]] && ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires a C++14-capable compiler. Your current 
compiler"
+   eerror "does not seem to support the -std=c++14 option. Please"
+   eerror "upgrade to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "The currently active compiler does not support -std=c++14"
+   fi
+}
+
+pkg_pretend() {
+   check_compiler
+}
+
+pkg_setup() {
+   check_compiler
+}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   sed -i 's:^ScriptDir=.*:ScriptDir=/usr/share/nzbget/ppscripts:' 
nzbget.conf || die
+
+   sed \
+   -e 's:^MainDir=.*:MainDir=/var/lib/nzbget:' \
+   -e 's:^LockFile=.*:LockFile=/run/nzbget/nzbget.pid:' \
+   -e 's:^LogFile=.*:LogFile=/var/log/nzbget/nzbget.log:' \
+   -e 's:^WebDir=.*:WebDir=/usr/share/nzbget/webui:' \
+   -e 
's:^ConfigTemplate=.*:ConfigTemplate=/usr/share/nzbget/nzbget.conf:' \
+   -e 's:^DaemonUsername=.*:DaemonUsername=nzbget:' \
+   nzbget.conf > nzbgetd.conf || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable debug) \
+   

[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-11-08 Thread Jeroen Roovers
commit: 90fe8fa090cc73df9a0d783cfc36fdd93f8d3d77
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov  8 14:52:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov  8 14:52:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fe8fa0

www-plugins/adobe-flash: Old.

Package-Manager: portage-2.3.2

 www-plugins/adobe-flash/Manifest   |   5 -
 .../adobe-flash/adobe-flash-11.2.202.643.ebuild| 235 -
 .../adobe-flash/adobe-flash-23.0.0.205.ebuild  |  68 --
 3 files changed, 308 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index cd3cc83..0861fe2 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,11 +1,6 @@
-DIST adobe-flash-11.2.202.643-debug.i386.tar.gz 7471672 SHA256 
31f294bde4f7115831e6b83dab54b772b75ada254144b196ab2cb5b0ea69a041 SHA512 
05eeef270e7f9879267f72cbe638ae8fecbc4fadc7910d7f7c5ecb92144e2543d8916d34b4c8178b82cdd831d3c3af31f8116ac4fde0f6439c21b2f6c87853b2
 WHIRLPOOL 
5370e9df48f3d47c17eee7bb3646c9a4fb24fc0f387eda5be1648ea079d27dbf06b4a7ce02b2c782e40101048ab570807550349b67184df8326f70171cef3318
-DIST adobe-flash-11.2.202.643.i386.tar.gz 6991072 SHA256 
b3cb465620b18df1a4cb88427f2e3c7bd080ee23883b05f94245187a783fa25c SHA512 
a8cabbdec79a98e65b5fb05097d0e5e63e69aa64e0d24f369fba0a9ed854d556cfa822aaa1ac3bca14179b9ca9b77d1f3a08222b3376fca53d6d01a7d9cd
 WHIRLPOOL 
b246882e1a9bc0c5727189ea3d2c76674b7f2442ba55445e319c6e4156408a6f8a71f79d9fb66da77d6f9a95c5d20a915e19dfd409bba0e16d0c1fb0fd476724
-DIST adobe-flash-11.2.202.643.x86_64.tar.gz 7302135 SHA256 
a1bdc2154d888358e86712bdd77ef8f03d144847b0d18cd9f7bfff502f017647 SHA512 
6b909de61705c41d734ef0ae9863d3b413b0af3d05f8b75dd1a05a579ef6a7cbc123d46e8cbcab387e998ff44430468aae2695ae1ac45b9d6c3b3fa4748b14a8
 WHIRLPOOL 
c6607b5eaad61e32987b3ca68d281596c48dc3c39a3b036c81ae0bd5d50b37ba57094cc28a38483464367c45776ef5b10f4ab19ebc1739311350a699f8534f71
 DIST adobe-flash-11.2.202.644-debug.i386.tar.gz 7470879 SHA256 
6554fcad56f63e6b4bdb3d300ce3afbcde839b10a224c993e572646fd69785bc SHA512 
ad6cb79e61fbd0400dfc37ef07a6365bdce3d21aad87eeffac13dd95e692f017c9158ec2c51f83501ca2b07bace53fa8ad24627e4ab863179d43e6d01b20ba74
 WHIRLPOOL 
b25b1d125f6acdcfe4d540ae3fade723273bc95fc4e8a370c43b47ebaa80997342f162585360f1c473fe09786c2465c00e5b9d106ebd226f43e05e0fc3f21b9e
 DIST adobe-flash-11.2.202.644.i386.tar.gz 6992226 SHA256 
63ca6e1ad1e1b39ae6e35265b628a818dfc4544b1aa857b8a8365d056779f297 SHA512 
8a72caf129ba98711d71eb55b7320f8afedb8c06e2d3831f455fea5c7cdaa84f0d4b689b65e1f3f3b045a85e56e35fa7f40a9f95c25b2fac84cc9df4ecd67155
 WHIRLPOOL 
7d98ee1740b17205833bf9d20677e4138bbee16c6e1974956d9e54646b141cbe56425148297404f2716807d844bf775a870ebf003f4653f59801be1d75432b57
 DIST adobe-flash-11.2.202.644.x86_64.tar.gz 7301011 SHA256 
ad2f70c3f1ba41636445de5e4f1243e38fc469288600cdb4ee26765ee391462d SHA512 
e61683ed7c4bd2f15e896eca4ecead279843cb3a6547ea81989d927a61251a8846b10bf35782da21dd2a2ad01e4230f508708f49980d57ccf0d30874b35cebd2
 WHIRLPOOL 
1de557092f3d5b725648b813ecc77a113a95fed404a2f219e44df33049721320be6921b497d52e9557c03ae0b2ed49e0560fd1a1087dd75fcc8d78d68551b312
-DIST adobe-flash-23.0.0.205.i386.tar.gz 6002470 SHA256 
8cdb32aadf5da2e5b7b6a51b60436d25aaa7879f7bd448921416a8f02fcccae0 SHA512 
3426bcaea904921fa1d06cb648e09ab50fdcef15c8f863a53f71b1e0fec61d530e06185a1b7bce5e2e5f4259e875473fc58538e8ebaf334ffbb3b629c6408ecb
 WHIRLPOOL 
0380d2572b4be66ac9ed74e299194037a52e5c83d21beba3d24b680b7b0fb8ce57dbfe2998d65fc9af5627dc77baff2f449e519e6fc612f7e5b022b7c35d8e53
-DIST adobe-flash-23.0.0.205.x86_64.tar.gz 6921629 SHA256 
5d1fd6f9a598fe901890dd02f5230b705f1c992703a24f62c93c7725c335b90e SHA512 
d2b55c5f113547c6314b3f6896be3cc37ee72bf675b1c0d6859145016e892b106b084234cf3aff671907f45a608a041cbd70aa90b34dc001cae02a613b6c6d41
 WHIRLPOOL 
ac750348d250db2d6100dabee14e32e8a55d572e480543d35c7b2bb0b0a2a63b52d4b2b3126776c94e6e2b020da7a03158f883cdf9853c64b76ab8de53ac1172
 DIST adobe-flash-23.0.0.207.i386.tar.gz 6001506 SHA256 
41a90f239154fe8f0ce9557964f30c9f9921e378e98ae6ec28f7a18d00871317 SHA512 
74c90e553326e5029546a6472ef09ccca9bad1ffdbcc9453dc066880d30f21034a292f9ab6fce235ef3c0b3847489bd33a9b7b8610bcd7c6539ec3d9e4715e49
 WHIRLPOOL 
4dd262b31c9a767432f707ead40fe51e1133cd6297175ef6537d527874c19a1163e66f3f0763e68828c1640d55fc697236ff4509d5f3fb24a2af9ee435ed0a49
 DIST adobe-flash-23.0.0.207.x86_64.tar.gz 6921662 SHA256 
06a7535cd7fcfb5b60512bc38821124f1cb725825ad64578dced86395ff7f1cb SHA512 
bfb79317ee9047ee1b9eb9f797e48b63d6fa6aede2da07d1bb851c310c2da48cb6df9fbaf978f9db65c2fc382bf2c71fd2fd3d832a82e4aba65226f1aa067ece
 WHIRLPOOL 
5014a51027c72ad2465cb29e5e60e482951acbe7be9ccbf741d497bd1a31ac2c91ff2530a8b4b8b2da8adf69c9035d2053395ffea350e0b2e4a5f8bef43494e0
 DIST adobe-flash-24.0.0.145-npapi.i386.rpm 9132701 SHA256 
6c96d5770af22d4b642819f7836174f6ddfaa1d5a324ca602e97432eab501889 SHA512 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-11-08 Thread Agostino Sarubbo
commit: d09793823d2afd5c4faad3c2c6f35ff44d24fdb4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  8 14:42:59 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  8 14:42:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0979382

www-plugins/adobe-flash: amd64 stable wrt bug #599204

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

 www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild | 2 +-
 www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
index c503fe5..2937a4e 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
@@ -34,7 +34,7 @@ REQUIRED_USE="
 "
 SLOT="0"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 

diff --git a/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild 
b/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
index 1fb04a3..ecc0a4b 100644
--- a/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 "
 SLOT="22"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-11-08 Thread Agostino Sarubbo
commit: 5e25a3187ab707b38530447d489cace86b931318
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  8 14:43:29 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  8 14:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e25a318

www-plugins/adobe-flash: x86 stable wrt bug #599204

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

 www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild | 2 +-
 www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
index 2937a4e..7454867 100644
--- a/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-11.2.202.644.ebuild
@@ -34,7 +34,7 @@ REQUIRED_USE="
 "
 SLOT="0"
 
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 

diff --git a/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild 
b/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
index ecc0a4b..44893e2 100644
--- a/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-23.0.0.207.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 "
 SLOT="22"
 
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



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

2016-11-08 Thread Gilles Dartiguelongue
commit: bee2f1f3f8ef4d5a6fdc52fcc1d0594713a22393
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Nov  8 13:30:50 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  8 14:11:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2f1f3

x11-terms/gnome-terminal: add gnome-terminal-3.22.1.ebuild

>From the 3.22.0 ebuild, updated the vte dependency as per

https://git.gnome.org/browse/gnome-terminal/diff/?id=3.22.1=3.22.0
Closes: https://github.com/gentoo/gentoo/pull/2779

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 x11-terms/gnome-terminal/Manifest  |  1 +
 .../gnome-terminal/gnome-terminal-3.22.1.ebuild| 74 ++
 2 files changed, 75 insertions(+)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 45e63c5..c5d2937 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-terminal-3.20.2.tar.xz 1897148 SHA256 
f5383060730f1de70af35e917f82d5b6a14d963ad9cfd6a0e705f90011645a23 SHA512 
fe56d5a72580830232880b8e1752b5b268cf559ec9c031382b3631af4b9f2f1b7f661cc22df2643e0d50e66f8595a625e000f6068b16b8c5c9b6e9256a1db79a
 WHIRLPOOL 
4909f016d75ff74705b6d3c92f1f7f3dbfad09ed6172895b1ca3eb455940c57c181a001907cccf78997e49509eb0dd90c7a640e2a3aeeff662ca1fee207f80d1
 DIST gnome-terminal-3.22.0.tar.xz 1931164 SHA256 
97e6b1b4128ac133d8917b3940c71ddf9b89d189c5ac8402b1060126733993ed SHA512 
71cdac0cec2fdcb43519aad6067c009a122e187fb4bf146cea90a3146338fd3b443aa27a7110c2a66324aa2239fe1c5e3326ad312be840369dbea066a2a2c93a
 WHIRLPOOL 
5d4f95141230facf07870fce6b0a5d564b38b2ef6f1f84b19ea480a4947db1f670bb844d271bfd0bdb329a255b71cddd60f8e64eec2f899452b3e2b3ff27
+DIST gnome-terminal-3.22.1.tar.xz 1944832 SHA256 
b00752336eb22d6d9f10c863c166ac73dcbb2ce4b280abdc0c78337e261bb0d4 SHA512 
f6ebfa579de1e0f33d77dce75dfcd6ba47fbc0a508448eb16a15267988aa35acf3dd8bdfd55d32c00dcee9f79d4308b998c17500cf7c872ff928ce84e87a730a
 WHIRLPOOL 
359adbdf464a57dcf8c19eab5e8aa0379a373fbbe8376e8e25c8fab9b4953645ebb9b54f40b8617f6542dd72c568c74dcb32a6facb39577df5647bc7c700e7bf

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.22.1.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.22.1.ebuild
new file mode 100644
index ..9316ccb
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.22.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools gnome2 readme.gentoo-r1
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control
+RDEPEND="
+   >=dev-libs/glib-2.42:2[dbus]
+   >=x11-libs/gtk+-3.20:3[X]
+   >=x11-libs/vte-0.46.1:2.91
+   >=dev-libs/libpcre2-10
+   >=gnome-base/dconf-0.14
+   >=gnome-base/gsettings-desktop-schemas-0.1.0
+   sys-apps/util-linux
+   gnome-shell? ( gnome-base/gnome-shell )
+   nautilus? ( >=gnome-base/nautilus-3 )
+"
+# itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/libxml2
+   dev-util/gdbus-codegen
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened
+   tab you will need to add the following line to your ~/.bashrc:\n
+   . /etc/profile.d/vte.sh"
+
+src_prepare() {
+   if ! use vanilla; then
+   # OpenSuSE patches, 
https://bugzilla.gnome.org/show_bug.cgi?id=695371
+   # 
http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/tree/gnome-terminal-transparency-notify.patch
 (first 3 parts)
+   eapply "${FILESDIR}"/${PN}-3.22.0-transparency.patch
+   eautoreconf
+   fi
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   --disable-migration \
+   $(use_enable debug) \
+   $(use_enable gnome-shell search-provider) \
+   $(use_with nautilus nautilus-extension) \
+   VALAC=$(type -P true)
+}
+
+src_install() {
+   DOCS="AUTHORS ChangeLog HACKING NEWS"
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



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

2016-11-08 Thread Gilles Dartiguelongue
commit: fe1f5395e5b124a095d4de25fdac7862da4e0e81
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Nov  8 13:30:10 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  8 14:11:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1f5395

x11-libs/vte: add vte-0.46.1.ebuild

Copied from vte-0.46.0.ebuild and checked

https://git.gnome.org/browse/vte/diff/?id=0.46.1&=0.46.0

for dependency changes
Closes: https://github.com/gentoo/gentoo/pull/2779

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 x11-libs/vte/Manifest  |  1 +
 x11-libs/vte/vte-0.46.1.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index bb876b2..db64def 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -4,3 +4,4 @@ DIST vte-0.40.2.tar.xz 923852 SHA256 
9b68fbc16b27f2d79e6271f2b0708808594ac5acf97
 DIST vte-0.42.5.tar.xz 928136 SHA256 
53cc15c5315d73b69f7848e07a5c512cd40b7caf0323e3d0e0d75d7ae65deee7 SHA512 
7e8b0730dc9f281c928c50225bb8e57b365408153aed8e7efe8c57f33124e2c64c62713ed62991db41f0df4cbfd3e4c9a49a62c0330b62cbe2fcf1ea8eae7acc
 WHIRLPOOL 
901bacd032078299a7f8b93f63f45b8ff1b9e3ac0cc6dc9d5ef8ad63fc4399d30b32ba3a2022ee9db2fcfa400a731b2a0b4ed40add4934e9cd2de0ce1ac56817
 DIST vte-0.44.2.tar.xz 974596 SHA256 
a1ea594814bb136a3a9a6c7656b46240571f6a198825c007fe99194b0949 SHA512 
98db3c1528d5f458164e2d30056cd816e5943d9c569551878119e79d4fbca1865e52667393bf298f32fd54710d1b268a5aac125222ecb29ce854522be3776356
 WHIRLPOOL 
62830dc20a3aa29f4c13b3370d960f5522bb42231b68f426b2b662a40c4c8265f9d8a76c4e598cdfd5c8d8c5f712d3d9828f5f2ed5e24182f9be8697debe2ca6
 DIST vte-0.46.0.tar.xz 992884 SHA256 
5f7122e7860eb2470d310fc63df91d3ee32bab233729c2dc181a0cbc9b3249d7 SHA512 
543cdba5c51c5384e54fc372924c2667ded952cbc8ffafb7ff62f8643c6a7e2440439109eb12378ed70b0e0a256d3ef97d6da004dd8088d36bccdd7fa16593f9
 WHIRLPOOL 
931190c55e52a2f3eca853f8d466acd4361dc0736f36b624ed1e8431f48158e618ddff0265bd8aff5154afdf1e1eef2652c58051d7839dd50071d606f4fc9cad
+DIST vte-0.46.1.tar.xz 989164 SHA256 
8800cf8bc259704a12ad1853fb0eb43bfe3857af15242e6fb9f2c3fd95b3f5c6 SHA512 
04b3f8ce922c4326d92bef605a0dbe195764946cd5f1acf28fd6d69c0cdb2ee661cc7e424436c72380da5d0250790ae658ac49d761b567dea88d92157285889d
 WHIRLPOOL 
7947982c2e9eba1481f302da8bf3433156490537c9e7ab1ef8da8d399b3dccec0911253b8973712be77fa89f7eb9451e09b65ffd6cc2ccc6e2bea9fb9f2997f8

diff --git a/x11-libs/vte/vte-0.46.1.ebuild b/x11-libs/vte/vte-0.46.1.ebuild
new file mode 100644
index ..d3b877a
--- /dev/null
+++ b/x11-libs/vte/vte-0.46.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit eutils gnome2 vala
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
+
+LICENSE="LGPL-2+"
+SLOT="2.91"
+IUSE="+crypt debug glade +introspection vala"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=dev-libs/libpcre2-10.21
+   >=x11-libs/gtk+-3.8:3[introspection?]
+   >=x11-libs/pango-1.22.0
+
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+
+   crypt?  ( >=net-libs/gnutls-3.2.7 )
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   >=dev-util/gtk-doc-am-1.13
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   vala? ( $(vala_depend) )
+"
+RDEPEND="${RDEPEND}
+   !x11-libs/vte:2.90[glade]
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+
+   # build fails because of -Werror with gcc-5.x
+   sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=""
+
+   if [[ ${CHOST} == *-interix* ]]; then
+   myconf="${myconf} --disable-Bsymbolic"
+
+   # interix stropts.h is empty...
+   export ac_cv_header_stropts_h=no
+   fi
+
+   # Python bindings are via gobject-introspection
+   # Ex: from gi.repository import Vte
+   gnome2_src_configure \
+   --disable-test-application \
+   --disable-static \
+   $(use_enable debug) \
+   $(use_enable glade glade-catalogue) \
+   $(use_with crypt gnutls) \
+   $(use_enable introspection) \
+   $(use_enable vala) \
+   ${myconf}
+}
+
+src_install() {
+   gnome2_src_install
+   mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
+}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-11-08 Thread Jeroen Roovers
commit: 5c7c518ff37b8752305291a39bfe952141d3a444
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Nov  8 13:21:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Nov  8 13:21:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7c518f

www-plugins/adobe-flash: Version bump (maybe bug #599204).

Package-Manager: portage-2.3.2

 www-plugins/adobe-flash/Manifest   |   5 +
 .../adobe-flash/adobe-flash-11.2.202.644.ebuild| 235 +
 .../adobe-flash/adobe-flash-23.0.0.207.ebuild  |  68 ++
 3 files changed, 308 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index f335ef3..cd3cc83 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,8 +1,13 @@
 DIST adobe-flash-11.2.202.643-debug.i386.tar.gz 7471672 SHA256 
31f294bde4f7115831e6b83dab54b772b75ada254144b196ab2cb5b0ea69a041 SHA512 
05eeef270e7f9879267f72cbe638ae8fecbc4fadc7910d7f7c5ecb92144e2543d8916d34b4c8178b82cdd831d3c3af31f8116ac4fde0f6439c21b2f6c87853b2
 WHIRLPOOL 
5370e9df48f3d47c17eee7bb3646c9a4fb24fc0f387eda5be1648ea079d27dbf06b4a7ce02b2c782e40101048ab570807550349b67184df8326f70171cef3318
 DIST adobe-flash-11.2.202.643.i386.tar.gz 6991072 SHA256 
b3cb465620b18df1a4cb88427f2e3c7bd080ee23883b05f94245187a783fa25c SHA512 
a8cabbdec79a98e65b5fb05097d0e5e63e69aa64e0d24f369fba0a9ed854d556cfa822aaa1ac3bca14179b9ca9b77d1f3a08222b3376fca53d6d01a7d9cd
 WHIRLPOOL 
b246882e1a9bc0c5727189ea3d2c76674b7f2442ba55445e319c6e4156408a6f8a71f79d9fb66da77d6f9a95c5d20a915e19dfd409bba0e16d0c1fb0fd476724
 DIST adobe-flash-11.2.202.643.x86_64.tar.gz 7302135 SHA256 
a1bdc2154d888358e86712bdd77ef8f03d144847b0d18cd9f7bfff502f017647 SHA512 
6b909de61705c41d734ef0ae9863d3b413b0af3d05f8b75dd1a05a579ef6a7cbc123d46e8cbcab387e998ff44430468aae2695ae1ac45b9d6c3b3fa4748b14a8
 WHIRLPOOL 
c6607b5eaad61e32987b3ca68d281596c48dc3c39a3b036c81ae0bd5d50b37ba57094cc28a38483464367c45776ef5b10f4ab19ebc1739311350a699f8534f71
+DIST adobe-flash-11.2.202.644-debug.i386.tar.gz 7470879 SHA256 
6554fcad56f63e6b4bdb3d300ce3afbcde839b10a224c993e572646fd69785bc SHA512 
ad6cb79e61fbd0400dfc37ef07a6365bdce3d21aad87eeffac13dd95e692f017c9158ec2c51f83501ca2b07bace53fa8ad24627e4ab863179d43e6d01b20ba74
 WHIRLPOOL 
b25b1d125f6acdcfe4d540ae3fade723273bc95fc4e8a370c43b47ebaa80997342f162585360f1c473fe09786c2465c00e5b9d106ebd226f43e05e0fc3f21b9e
+DIST adobe-flash-11.2.202.644.i386.tar.gz 6992226 SHA256 
63ca6e1ad1e1b39ae6e35265b628a818dfc4544b1aa857b8a8365d056779f297 SHA512 
8a72caf129ba98711d71eb55b7320f8afedb8c06e2d3831f455fea5c7cdaa84f0d4b689b65e1f3f3b045a85e56e35fa7f40a9f95c25b2fac84cc9df4ecd67155
 WHIRLPOOL 
7d98ee1740b17205833bf9d20677e4138bbee16c6e1974956d9e54646b141cbe56425148297404f2716807d844bf775a870ebf003f4653f59801be1d75432b57
+DIST adobe-flash-11.2.202.644.x86_64.tar.gz 7301011 SHA256 
ad2f70c3f1ba41636445de5e4f1243e38fc469288600cdb4ee26765ee391462d SHA512 
e61683ed7c4bd2f15e896eca4ecead279843cb3a6547ea81989d927a61251a8846b10bf35782da21dd2a2ad01e4230f508708f49980d57ccf0d30874b35cebd2
 WHIRLPOOL 
1de557092f3d5b725648b813ecc77a113a95fed404a2f219e44df33049721320be6921b497d52e9557c03ae0b2ed49e0560fd1a1087dd75fcc8d78d68551b312
 DIST adobe-flash-23.0.0.205.i386.tar.gz 6002470 SHA256 
8cdb32aadf5da2e5b7b6a51b60436d25aaa7879f7bd448921416a8f02fcccae0 SHA512 
3426bcaea904921fa1d06cb648e09ab50fdcef15c8f863a53f71b1e0fec61d530e06185a1b7bce5e2e5f4259e875473fc58538e8ebaf334ffbb3b629c6408ecb
 WHIRLPOOL 
0380d2572b4be66ac9ed74e299194037a52e5c83d21beba3d24b680b7b0fb8ce57dbfe2998d65fc9af5627dc77baff2f449e519e6fc612f7e5b022b7c35d8e53
 DIST adobe-flash-23.0.0.205.x86_64.tar.gz 6921629 SHA256 
5d1fd6f9a598fe901890dd02f5230b705f1c992703a24f62c93c7725c335b90e SHA512 
d2b55c5f113547c6314b3f6896be3cc37ee72bf675b1c0d6859145016e892b106b084234cf3aff671907f45a608a041cbd70aa90b34dc001cae02a613b6c6d41
 WHIRLPOOL 
ac750348d250db2d6100dabee14e32e8a55d572e480543d35c7b2bb0b0a2a63b52d4b2b3126776c94e6e2b020da7a03158f883cdf9853c64b76ab8de53ac1172
+DIST adobe-flash-23.0.0.207.i386.tar.gz 6001506 SHA256 
41a90f239154fe8f0ce9557964f30c9f9921e378e98ae6ec28f7a18d00871317 SHA512 
74c90e553326e5029546a6472ef09ccca9bad1ffdbcc9453dc066880d30f21034a292f9ab6fce235ef3c0b3847489bd33a9b7b8610bcd7c6539ec3d9e4715e49
 WHIRLPOOL 
4dd262b31c9a767432f707ead40fe51e1133cd6297175ef6537d527874c19a1163e66f3f0763e68828c1640d55fc697236ff4509d5f3fb24a2af9ee435ed0a49
+DIST adobe-flash-23.0.0.207.x86_64.tar.gz 6921662 SHA256 
06a7535cd7fcfb5b60512bc38821124f1cb725825ad64578dced86395ff7f1cb SHA512 
bfb79317ee9047ee1b9eb9f797e48b63d6fa6aede2da07d1bb851c310c2da48cb6df9fbaf978f9db65c2fc382bf2c71fd2fd3d832a82e4aba65226f1aa067ece
 WHIRLPOOL 
5014a51027c72ad2465cb29e5e60e482951acbe7be9ccbf741d497bd1a31ac2c91ff2530a8b4b8b2da8adf69c9035d2053395ffea350e0b2e4a5f8bef43494e0
 DIST adobe-flash-24.0.0.145-npapi.i386.rpm 9132701 SHA256 
6c96d5770af22d4b642819f7836174f6ddfaa1d5a324ca602e97432eab501889 

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

2016-11-08 Thread Eray Aslan
commit: 87582f3b3263872d79b810a6b0ff3998ffcf961a
Author: Eray Aslan  gentoo  org>
AuthorDate: Tue Nov  8 10:56:41 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Tue Nov  8 10:56:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87582f3b

net-mail/mailutils: version bump to 3.0

Package-Manager: portage-2.3.2

 net-mail/mailutils/Manifest |   1 +
 net-mail/mailutils/mailutils-3.0.ebuild | 135 
 2 files changed, 136 insertions(+)

diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
index 87cf7ea..c97186a 100644
--- a/net-mail/mailutils/Manifest
+++ b/net-mail/mailutils/Manifest
@@ -1,2 +1,3 @@
 DIST mailutils-2.99.98.tar.xz 2505252 SHA256 
62e2c28aed77e451e05ed15e68b5abc3932bcc3d2d6caf9b4a6864258c6a7b1a SHA512 
fc20d97b3eed0f0ff7f1d7885e59f8de6ffd5b4646cd06c3636bda4a6bc9f7a0d5acdc7bb3bb573cdc80d63dfdc0be6464033ef2f6d88514bd2190f6611a1083
 WHIRLPOOL 
c0f6f4f9dc2d60074c06a6c8f604fa4d92df4dafd6e205df8c360e97663e96c9b64a02aab9af7eab0659abc39e8aed70bbb0761b7d5a21b5873beabbcd409030
 DIST mailutils-2.99.99.tar.xz 2796000 SHA256 
fd7743673e81ceb864e0c5876f9304616ca3759d69c662c27d6e093a9919f31d SHA512 
a65f9cde0732f27cdea69385b72806e0f44c774006ad7613039644e7a822f26789c46bb06127ca0fa13dbc3e4ad0382e0a7bee6124e240ff58b394ba8a125bfb
 WHIRLPOOL 
7790095392c7111ed858c547145ceb70687c8dae11c1b7cdc4df319ebe28ea07d941d7936d20d6a4e191418f22914d1ef65da194e2e7573f53688a4ce82d9325
+DIST mailutils-3.0.tar.xz 2729524 SHA256 
3226ca41a9e6b39a96cc212a3adfba82aafe2a03dcbbe452f67e1c61a76e7d3d SHA512 
833e0142ed7431553db5bdc6cb3846a8d74d35b23825fcbeaa9d81b81b4823c9b825b8e0154615c719341297e0ff7ba219f022016fb745fadbebe4ff6dd0372d
 WHIRLPOOL 
61df116765cdaa9942e89cec1229a23769ea15122912a599f0ad3a25a195a4a5d0da7103c4618cb0de16a90d99a3c0bd9a484c34ab2f3dc1c9a53d877602e784

diff --git a/net-mail/mailutils/mailutils-3.0.ebuild 
b/net-mail/mailutils/mailutils-3.0.ebuild
new file mode 100644
index ..25756c5
--- /dev/null
+++ b/net-mail/mailutils/mailutils-3.0.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
+
+DESCRIPTION="A useful collection of mail servers, clients, and filters"
+HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html;
+#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
+   mysql nls pam postgres python servers ssl static-libs +threads tcpd \
+   tokyocabinet"
+
+RDEPEND="!mail-client/nmh
+   !mail-filter/libsieve
+   !mail-client/mailx
+   !mail-client/nail
+   sys-libs/ncurses:=
+   sys-libs/readline:=
+   dev-libs/libltdl:0
+   virtual/mta
+   berkdb? ( sys-libs/db:= )
+   bidi? ( dev-libs/fribidi )
+   gdbm? ( sys-libs/gdbm )
+   guile? ( dev-scheme/guile:= )
+   kerberos? ( virtual/krb5 )
+   kyotocabinet? ( dev-db/kyotocabinet )
+   ldap? ( net-nds/openldap )
+   mysql? ( virtual/mysql )
+   nls? ( sys-devel/gettext )
+   pam? ( virtual/pam )
+   postgres? ( dev-db/postgresql:= )
+   python? ( ${PYTHON_DEPS} )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   tokyocabinet? ( dev-db/tokyocabinet )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   servers? ( tcpd )"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # Disable bytecompilation of Python modules.
+   echo "#!/bin/sh" > build-aux/py-compile
+   eapply "${FILESDIR}/${PN}-2.99.98-readline-6.3.patch" #503954
+   # bug 567976
+   sed -i -e /AM_GNU_GETTEXT_VERSION/s/0.18/0.19/ configure.ac || die
+   # add missing tests so that make check doesn't fail
+   cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
+   if use mysql; then
+   sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
+   sql/Makefile.am || die
+   fi
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # maildir is the Gentoo default
+   econf MU_DEFAULT_SCHEME=maildir \
+   CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
+   $(use_with berkdb berkeley-db) \
+   $(use_with bidi fribidi) \
+   $(use_enable ipv6) \
+   $(use_with gdbm) \
+   $(use_with sasl gsasl) \
+   $(use_with guile) \
+   $(use_with kerberos gssapi) \
+   

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

2016-11-08 Thread Marek Szuba
commit: 2e6f1e1ef461187c4a8703e3f1ce9da9adaacf13
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Nov  8 10:38:12 2016 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Nov  8 10:39:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6f1e1e

net-misc/connman-gtk: correct the licence.

Package-Manager: portage-2.3.2

 net-misc/connman-gtk/connman-gtk-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild 
b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
index fd87084..fd3f9d4 100644
--- a/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
+++ b/net-misc/connman-gtk/connman-gtk-1.1.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="GTK GUI for Connman"
 HOMEPAGE="https://github.com/jgke/connman-gtk;
 SRC_URI="https://github.com/jgke/connman-gtk/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="openconnect"



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

2016-11-08 Thread Hanno Boeck
commit: c43dd3465b73647260df6c048d887cf34d4f9688
Author: Hanno  gentoo  org>
AuthorDate: Tue Nov  8 10:33:45 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Tue Nov  8 10:33:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43dd346

app-arch/unar: Fix dependencies and make warning

Add missing dependencies found by depcheck (zlib, bzip2),
move gnustep-make from RDEPEND to DEPEND.
Avoid jobserver warning by removing direct make call
from Makefile.

Package-Manager: portage-2.3.2

 app-arch/unar/unar-1.10.1.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/app-arch/unar/unar-1.10.1.ebuild b/app-arch/unar/unar-1.10.1.ebuild
index e79d2b1..51d2a84 100644
--- a/app-arch/unar/unar-1.10.1.ebuild
+++ b/app-arch/unar/unar-1.10.1.ebuild
@@ -16,13 +16,21 @@ KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="gnustep-base/gnustep-base
-   >=gnustep-base/gnustep-make-2.6.0[native-exceptions]
-   dev-libs/icu:="
+   dev-libs/icu:=
+   sys-libs/zlib
+   app-arch/bzip2"
 DEPEND="${RDEPEND}
+   >=gnustep-base/gnustep-make-2.6.0[native-exceptions]
sys-devel/gcc[objc]"
 
 S="${WORKDIR}/The Unarchiver/XADMaster"
 
+src_prepare() {
+   # avoid jobserver warning, upstream bug:
+   # 
https://bitbucket.org/WAHa_06x36/theunarchiver/issues/918/dont-call-make-from-makefile
+   sed -i -e 's:make:$(MAKE):g' Makefile.linux
+}
+
 src_compile() {
emake -f Makefile.linux \
AR="$(tc-getAR)" \



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

2016-11-08 Thread Hanno Boeck
commit: de33e9fb91acfe9b32acc08db75461d4b35f7263
Author: Hanno  gentoo  org>
AuthorDate: Tue Nov  8 10:31:27 2016 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Tue Nov  8 10:31:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de33e9fb

app-arch/unar: Remove old versions

Package-Manager: portage-2.3.2

 app-arch/unar/Manifest  |  2 --
 app-arch/unar/unar-1.6.ebuild   | 42 -
 app-arch/unar/unar-1.8.1.ebuild | 42 -
 3 files changed, 86 deletions(-)

diff --git a/app-arch/unar/Manifest b/app-arch/unar/Manifest
index f0db42c..638c46d 100644
--- a/app-arch/unar/Manifest
+++ b/app-arch/unar/Manifest
@@ -1,3 +1 @@
 DIST unar1.10.1_src.zip 2552535 SHA256 
40967014a505b7a27864c49dc3b5d30b98ae4e6d4873783b2ef9ef9215fd092b SHA512 
2755f1e2dcca68912f748587f195887d785d5c30933ca0d7a7de1dd35c6c1c115571e49f462fe15722e1b34560f02503382727e1df19a1f23d4a3cc75750434e
 WHIRLPOOL 
980cc9224d2146a79c4e42c7890b4ca1f81824c2f04cb6c076c5a60a5a2e2dc98012c9076deb653cf0d4766533081b37baa0c0494ad6da355923b286ae51621f
-DIST unar1.6_src.zip 2531920 SHA256 
818e6b8c3a6d54218acb13693191fdeb99d6d622e9eb480e615f68267dc6ff51 SHA512 
4d48d04e89c67d35fb3b186850b4426ba90e1cbb7afca70bdea2d0dd1e92178c773494fda23fa58d44e8e92d5342b9a2efa3695d25f6d1104e481b9f6234b3a1
 WHIRLPOOL 
e9bba9f6fadf3ef0537b653ca7d0063a47bb2746277d1e48354ba59aed3743a7509b38c72fe15eb3a4c58659355952aa0bb44cf346e48e08f235ed8fea32ae0b
-DIST unar1.8.1_src.zip 2526220 SHA256 
67ccb1c780150840f38de63b8e7047717ef4c71b7574d9ef57bd9d9c93255709 SHA512 
3c899f11ace75a9976f3b9d13ed7d700fe16a56783aab0b8581f72ce886229de696c9f1286b6d6a407e5f6151973588bfe14754ea81af94214bb662fc856e0e3
 WHIRLPOOL 
d5f11810129c7a91443b0a9ca2a47fdbe4e9fcd08c2438c5e914344d238258cd387a65ffa15ec245fc927b38311700e14dd3e1dba89a8e34d2a4494e4442c286

diff --git a/app-arch/unar/unar-1.6.ebuild b/app-arch/unar/unar-1.6.ebuild
deleted file mode 100644
index d310b37..
--- a/app-arch/unar/unar-1.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="unpacker for various archiving formats, e.g. rar v3"
-HOMEPAGE="http://unarchiver.c3.cx/;
-SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="gnustep-base/gnustep-base
-   >=gnustep-base/gnustep-make-2.6.0[native-exceptions]
-   dev-libs/icu:="
-DEPEND="${RDEPEND}
-   sys-devel/gcc[objc]"
-
-S="${WORKDIR}/The Unarchiver/XADMaster"
-
-src_compile() {
-   emake -f Makefile.linux \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   CXX="$(tc-getCXX)" \
-   OBJCC="$(tc-getCC)" \
-   C_OPTS="-std=gnu99 ${CFLAGS} ${CPPFLAGS}" \
-   CXX_OPTS="${CXXFLAGS} ${CPPFLAGS}" \
-   OBJC_OPTS="-std=gnu99 ${CFLAGS} ${CPPFLAGS}" \
-   LD="$(tc-getCXX)" \
-   LDFLAGS="-Wl,--whole-archive -fexceptions -fgnu-runtime 
${LDFLAGS}"
-}
-
-src_install() {
-   dobin {ls,un}ar
-   doman ../Extra/{ls,un}ar.1
-}

diff --git a/app-arch/unar/unar-1.8.1.ebuild b/app-arch/unar/unar-1.8.1.ebuild
deleted file mode 100644
index 7f3b347..
--- a/app-arch/unar/unar-1.8.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="unpacker for various archiving formats, e.g. rar v3"
-HOMEPAGE="http://unarchiver.c3.cx/;
-SRC_URI="https://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="gnustep-base/gnustep-base
-   >=gnustep-base/gnustep-make-2.6.0[native-exceptions]
-   dev-libs/icu:="
-DEPEND="${RDEPEND}
-   sys-devel/gcc[objc]"
-
-S="${WORKDIR}/The Unarchiver/XADMaster"
-
-src_compile() {
-   emake -f Makefile.linux \
-   AR="$(tc-getAR)" \
-   CC="$(tc-getCC)" \
-   CXX="$(tc-getCXX)" \
-   OBJCC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   CXXFLAGS="${CXXFLAGS}" \
-   OBJCFLAGS="${CFLAGS}" \
-   LD="$(tc-getCXX)" \
-   LDFLAGS="-Wl,--whole-archive -fexceptions -fgnu-runtime 
${LDFLAGS}"
-}
-
-src_install() {
-   dobin {ls,un}ar
-   doman ../Extra/{ls,un}ar.1
-}



  1   2   >