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

2017-01-04 Thread Hans de Graaff
commit: 9b35203edc17b1e197e20567710d542eff295670
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:50:41 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 07:00:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b35203e

dev-ruby/mocha: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/mocha/mocha-0.10.5-r1.ebuild | 51 ---
 1 file changed, 51 deletions(-)

diff --git a/dev-ruby/mocha/mocha-0.10.5-r1.ebuild 
b/dev-ruby/mocha/mocha-0.10.5-r1.ebuild
deleted file mode 100644
index c7f2c92..
--- a/dev-ruby/mocha/mocha-0.10.5-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 "
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc RELEASE.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://mocha.rubyforge.org/;
-
-LICENSE="MIT"
-SLOT="0.10"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/coderay )"
-
-ruby_add_rdepend "dev-ruby/metaclass" #metaclass ~> 0.0.1
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-
-   # Use syntax that works with all versions of coderay
-   sed -i -e 's/html.div/html(:wrap => :div)/' Rakefile || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc; then
-   rake examples || die
-   fi
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/*.rb || die
-}



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

2017-01-04 Thread Hans de Graaff
commit: 114959b0469268c44e44c64db356fb7f6ebc2f33
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:55:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 07:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114959b0

dev-ruby/metaclass: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/metaclass/Manifest  |  1 -
 dev-ruby/metaclass/metaclass-0.0.1-r1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/metaclass/Manifest b/dev-ruby/metaclass/Manifest
index a5a08c8..b457669 100644
--- a/dev-ruby/metaclass/Manifest
+++ b/dev-ruby/metaclass/Manifest
@@ -1,2 +1 @@
-DIST metaclass-0.0.1.gem 4608 SHA256 
b4fd9b39a7d667da99733f9cab1bf48fc34e2ecea7cb8bbb3ec8fa177bd98a3b SHA512 
a4e8a946b9e61e4f24b0fc41e7d8b1e43af669ae3975253935e99d80504438773918a920bb8b9e9be8c35c35e08bbca7147e56c86b74e853232e516949b6bff8
 WHIRLPOOL 
2449551574a8f1bad7a0b7b45ad127395491b6c6450dbb152eca3ec3ecb117bc6acd3e3de601cde2101ec682e0e78edf6826c3e06495ba9abbe4476c30594b19
 DIST metaclass-0.0.4.tar.gz 2482 SHA256 
1437025471310a40194db801fd577970b22cfc967bf9ffd55edeee0df6b25862 SHA512 
5f41fe3db9c682ab6ab01c737c8531d2b4c2fdbc0f35f8fc9f40ce09a84ddf0d442c17caa1c3e87bb2c5e4703556c5d50fd9f72434b89e03d163db375046f0a4
 WHIRLPOOL 
dda8b1901c6642f4ed2f512ed66ccf03c1fcc29bba1fccce66b29340a45a40bd0e7b72047d60bcb8fbec5ff6ba6b55512fa19198f8a53fb6d7d922ac960cbf89

diff --git a/dev-ruby/metaclass/metaclass-0.0.1-r1.ebuild 
b/dev-ruby/metaclass/metaclass-0.0.1-r1.ebuild
deleted file mode 100644
index 23f5054..
--- a/dev-ruby/metaclass/metaclass-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,23 +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_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Adds a __metaclass__ method to all Ruby objects"
-HOMEPAGE="https://github.com/floehopper/metaclass;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
-}



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

2017-01-04 Thread Hans de Graaff
commit: f4dfddaf3f8578d1109b8674a622827252050f95
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:52:18 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 07:00:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dfddaf

dev-ruby/sqlite3: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/sqlite3/Manifest |  1 -
 dev-ruby/sqlite3/sqlite3-1.3.10-r1.ebuild | 82 ---
 2 files changed, 83 deletions(-)

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index 156e2ce..5dad113 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -1,4 +1,3 @@
-DIST sqlite3-1.3.10.gem 60416 SHA256 
70d815be84bd9630a0b68b236fd2811eef4297a8e4b53e3df89dd39f2d39efe3 SHA512 
0a35896a4b9ce4f1e0f29ef9385f13b418b089d9bad467290e21eb12a4d09ce755231f5844c5009013ac9c73a27f7050ce899660d93d6ecc9e919f048a073cfe
 WHIRLPOOL 
95f5f6d2944012cd4778f5d29e63ae43208e247ff5a9d184409dec4756beb14b90878c5ae6b337bf3f3d1fb9049de0cf65625a8544a429c735d5d9b66f90cd1d
 DIST sqlite3-1.3.11.gem 60928 SHA256 
de8ecdcc00a7af0cda98661ed94ce442964b9403b425e95c3ac4544b1f3720a7 SHA512 
02bef5f8f61d1f04c79d9032d62c9d708dddc2446dd256ad13f932ed4cae256d6c60f742a285bc4015ef5b1fb13e9541738f31fd270fe22320fc176525fe37bb
 WHIRLPOOL 
2fb319f159e50d372ae374a6656b7452a746f6a85d94c7b15745feea73dc9c107dd4c51af54c76115ebe184ef906e41e53f2a72b9beffdada5a533cc5f142494
 DIST sqlite3-1.3.12.gem 64512 SHA256 
7d912f1b53d4bc11f84c4076c7ebae73bc21a9d82cc2df750fc37bbef3418d42 SHA512 
fd1888b3107b02b15a65fdf081cad59445de4bc00ed244f4d3c09504c78ebbe97d9e1e189d61e6776ef70dedcb4d7b976799fd9d4752caafff733bc50cd0abf5
 WHIRLPOOL 
0cab560c5f5bae01ac80490d11154e9cb8ab1567fe2596db568023006bb35f2f26c6fa1dfdac47d5d70ec821df846a5337179ac0b96fb6667c4021c5b7f16a9b
 DIST sqlite3-1.3.13.gem 64512 SHA256 
b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06 SHA512 
5d3eab7c788cc62c497de179919054324e53595294ec3a9df2a10d23151a406ee9a88f1c3ac945777f138e78cec61018c388b023456b873131d678a6788a505f
 WHIRLPOOL 
75cd6914dc69f17e39ac3805e2df4db2b89d8e997ea2de22cb04022f585e91481106568f0f061866675e6a415c83e0cd1c5edcbe18da1e55bb17ae88bf7f4c50

diff --git a/dev-ruby/sqlite3/sqlite3-1.3.10-r1.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.3.10-r1.ebuild
deleted file mode 100644
index 69c71f7..
--- a/dev-ruby/sqlite3/sqlite3-1.3.10-r1.ebuild
+++ /dev/null
@@ -1,82 +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="faq"
-RUBY_FAKEGEM_DOCDIR="doc faq"
-RUBY_FAKEGEM_EXTRADOC="API_CHANGES.rdoc README.rdoc ChangeLog.cvs 
CHANGELOG.rdoc"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An extension library to access a SQLite database from Ruby"
-HOMEPAGE="http://rubyforge.org/projects/sqlite-ruby/;
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND+=" =dev-db/sqlite-3*"
-DEPEND+=" =dev-db/sqlite-3*"
-
-ruby_add_bdepend "
-   dev-ruby/rake-compiler
-   dev-ruby/hoe
-   doc? ( dev-ruby/redcloth )
-   test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   # We remove the vendor_sqlite3 rake task because it's used to
-   # bundle SQlite3 which we definitely don't want.
-   rm tasks/vendor_sqlite3.rake || die
-
-   # Remove license line from hoe to avoid depending on a newer
-   # version.
-   sed -i -e '/license/d' tasks/gem.rake || die
-
-   sed -i -e 's:, HOE.spec::' -e '/task :test/d' tasks/native.rake || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/sqlite3 extconf.rb || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc 
ext/*/*.c || die
-}
-
-each_ruby_compile() {
-   # TODO: not sure what happens with jruby
-
-   emake -Cext/sqlite3 V=1
-   mv ext/sqlite3/sqlite3_native$(get_modname) lib/sqlite3/ || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-
-   # sqlite3 was called sqlite3-ruby before, so add a spec file that
-   # simply loads sqlite3 to make sure that old projects load correctly
-   # we don't even need to create a file to load this: the `require
-   # sqlite3` was already part of sqlite3-ruby requirements.
-   cat - < "${T}/sqlite3-ruby.gemspec"
-# generated by ebuild
-# $Id$
-Gem::Specification.new do |s|
-   s.name = "sqlite3-ruby"
-   s.version = "${RUBY_FAKEGEM_VERSION}"
-   s.summary = "Fake gem to load sqlite3"
-   s.homepage = "${HOMEPAGE}"
-   s.specification_version = 3
-   s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= 
${RUBY_FAKEGEM_VERSION}"])
-end
-EOF
-   RUBY_FAKEGEM_NAME=sqlite3-ruby \
-   

[gentoo-commits] repo/gentoo:master commit in: x11-wm/amiwm/, x11-wm/amiwm/files/

2017-01-04 Thread Lars Wendler
commit: 284d5a25df8d884fe6f71f5019ccaa21f0d677eb
Author: Nicholas Vinson  gmail  com>
AuthorDate: Thu Jan  5 03:31:17 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan  5 06:49:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284d5a25

x11-wm/amiwm: patch to add flex 2.6.3 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/

 x11-wm/amiwm/amiwm-0.21_p2.ebuild  |  5 ++--
 .../amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch | 31 ++
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/x11-wm/amiwm/amiwm-0.21_p2.ebuild 
b/x11-wm/amiwm/amiwm-0.21_p2.ebuild
index 466c8be..462fed4 100644
--- a/x11-wm/amiwm/amiwm-0.21_p2.ebuild
+++ b/x11-wm/amiwm/amiwm-0.21_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,8 @@ pkg_setup() {
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.diff \
-   "${FILESDIR}"/${P}-implicts.patch
+   "${FILESDIR}"/${P}-implicts.patch \
+   "${FILESDIR}"/${P}-flex-2.6.3-fix.patch
sed -i -e "s:\$(exec_prefix)/lib:\$(exec_prefix)/$(get_libdir):" \
Makefile.in || die
sed -i -e "s:/bin/ksh:/bin/sh:g" Xsession{,2}.in || die

diff --git a/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch 
b/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch
new file mode 100644
index ..ae89aaf
--- /dev/null
+++ b/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch
@@ -0,0 +1,31 @@
+--- amiwm0.21pl2/lex.l
 amiwm0.21pl2/lex.l
+@@ -1,5 +1,6 @@
++%option noyywrap
+ %{
+ #include 
+ #include "gram.h"
+ extern char *progname;
+ extern int ParseError;
+--- amiwm0.21pl2/kbdlexer.l
 amiwm0.21pl2/kbdlexer.l
+@@ -1,5 +1,6 @@
++%option noyywrap
+ %{
+ #include 
+ #include 
+ 
+ #include "libami.h"
+@@ -134,12 +135,9 @@ int parse_keyword(char *str, YYSTYPE *va
+ 
+ .   { fprintf(stderr, "%s: illegal character \"%s\" ignored\n",
+   progname, yytext); }
+ %%
+ 
+-#ifndef yywrap
+-int yywrap() { return 1; }
+-#endif
+ #undef input
+ #define input() ((*inptr)?(*inptr++):0)
+ #undef unput
+ #define unput(c) (*--inptr=c)



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

2017-01-04 Thread Lars Wendler
commit: c124f951eb937f27d87363fd1e1f9b980c17812e
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Jan  5 06:49:41 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Jan  5 06:49:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c124f951

x11-wm/amiwm: Bumped to EAPI-6

Removed stripping from Makefile.in
Fixed bad symlink in Makefile.in

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-wm/amiwm/amiwm-0.21_p2.ebuild | 25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/x11-wm/amiwm/amiwm-0.21_p2.ebuild 
b/x11-wm/amiwm/amiwm-0.21_p2.ebuild
index 462fed4..a875e17 100644
--- a/x11-wm/amiwm/amiwm-0.21_p2.ebuild
+++ b/x11-wm/amiwm/amiwm-0.21_p2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit eutils multilib toolchain-funcs
 
@@ -29,18 +29,24 @@ DEPEND="${COMMON_DEPEND}
x11-proto/xproto
x11-proto/xextproto"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-gentoo.diff"
+   "${FILESDIR}/${P}-implicts.patch"
+   "${FILESDIR}/${P}-flex-2.6.3-fix.patch"
+)
 
 pkg_setup() {
tc-export CC
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-gentoo.diff \
-   "${FILESDIR}"/${P}-implicts.patch \
-   "${FILESDIR}"/${P}-flex-2.6.3-fix.patch
-   sed -i -e "s:\$(exec_prefix)/lib:\$(exec_prefix)/$(get_libdir):" \
-   Makefile.in || die
+   default
+   sed -e "s:\$(exec_prefix)/lib:\$(exec_prefix)/$(get_libdir):" \
+   -e '/^STRIPFLAG/s@-s@@' \
+   -e '/$(LN_S)/s@$(DESTDIR)$(AMIWM_HOME)@../..$(AMIWM_HOME)@' \
+   -i Makefile.in || die
sed -i -e "s:/bin/ksh:/bin/sh:g" Xsession{,2}.in || die
 
cat <<- EOF > "${T}"/amiwm
@@ -50,9 +56,8 @@ src_prepare() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc README*
+   local DOCS=( README* )
+   default
 
exeinto /etc/X11/Sessions
doexe "${T}"/amiwm



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

2017-01-04 Thread Hans de Graaff
commit: 385a4549b5687f0d87bcdd6fe3bb94c153a0d6ae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:39:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 06:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385a4549

dev-ruby/rdiscount: add ruby24

Package-Manager: portage-2.3.0

 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index 3223326..d3c3e25 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2017-01-04 Thread Hans de Graaff
commit: 3235e041f7c8b1e7ec848f949e17efdc27ba05b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:32:58 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 06:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3235e041

dev-ruby/webmock: add 2.3.2

Package-Manager: portage-2.3.0

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-2.3.2.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 2d9818b..9154fc2 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -2,3 +2,4 @@ DIST webmock-1.20.3.gem 99840 SHA256 
c01692190af4a5f26f376bf5678af1ebaeb5ac6d6f4
 DIST webmock-1.24.6.gem 04 SHA256 
c516e1b309697af303e647dc2f3c7222b13ef70c1c4c5afb61e64bd595c9740f SHA512 
9319dcb3c29189403c79870dc8f91f27e099627a9fe5136a98193ee387a6dbcdf72eecb57ec4080faca9575461dfbf4ddecaaf5e1c75cfa60b08732a1d7248cc
 WHIRLPOOL 
b5962ed03bed0fce4f59c9275d58ca31a58ab3c14ac85532d78a88bfb0f2c3a06054d926ab2a72b48522cee19464672306c3f5e7c09d363e1e913dabb4b94c0a
 DIST webmock-2.1.0.gem 111616 SHA256 
e4ccb85d1483409533daf01f08b6af198cf8603fb2a71106207acb084f96cb58 SHA512 
604318766d1a23e76c03e0f39bcdc28aa0a23cba14bd8b5a3b33894aa30ece1d5ac56456500143745a2751ddc7bd0424ef195c82b78d66b5e28e10d5059facfa
 WHIRLPOOL 
fd749dca7533e893c59f550e4bc7b96c7fada8674ff00d69b4f08946827ea95599209709bef40210a69e71612df52b11a265d4cf9eba0301343287cd27269164
 DIST webmock-2.3.1.gem 111616 SHA256 
de4c7b571a858110a47fb471dc3964af08ceb73c4303df83a1a51df3a72041a0 SHA512 
b51583a67da44a2aa0c616442f03d1066d9e9270b0cb0fbca48c30d06cef4c008c6fe29186951916afc2b8bccec92a510d34f7a537d4d6889b16e2ad779eb627
 WHIRLPOOL 
2c50f7b7e22d50624e7ca84aa5531d4a94a0aa77b0ebc7ca0d94f2d1343efcf7984c82eac38a7021da4a18de44284e76c8a4358ddb30a91026cdedd9bb0b3362
+DIST webmock-2.3.2.gem 112128 SHA256 
c5339ec35be0e119fd928b453a1b8def6e3210b33ade33c443d7ba5535661312 SHA512 
bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
 WHIRLPOOL 
a942e571ae7860922b60cbe74af730520ab40083c107f1a14d43891f50a25696ba513f1e66c2a5e3019476e7a728b4da7860bf3b6b03fb4e88f4d84b4232e7eb

diff --git a/dev-ruby/webmock/webmock-2.3.2.ebuild 
b/dev-ruby/webmock/webmock-2.3.2.ebuild
new file mode 100644
index ..37ed3de
--- /dev/null
+++ b/dev-ruby/webmock/webmock-2.3.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   >=dev-ruby/patron-0.4.18
+   >=dev-ruby/http-0.8.0:0.8 )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old.
+   sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
+   rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2017-01-04 Thread Hans de Graaff
commit: f01b8e8c7416e47d42f478a5852778ef21fa
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jan  5 06:28:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jan  5 06:28:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01b8e8c

dev-ruby/sqlite3: add 1.3.13

Package-Manager: portage-2.3.0

 dev-ruby/sqlite3/Manifest  |  1 +
 dev-ruby/sqlite3/sqlite3-1.3.13.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/dev-ruby/sqlite3/Manifest b/dev-ruby/sqlite3/Manifest
index 1c8cd50..156e2ce 100644
--- a/dev-ruby/sqlite3/Manifest
+++ b/dev-ruby/sqlite3/Manifest
@@ -1,3 +1,4 @@
 DIST sqlite3-1.3.10.gem 60416 SHA256 
70d815be84bd9630a0b68b236fd2811eef4297a8e4b53e3df89dd39f2d39efe3 SHA512 
0a35896a4b9ce4f1e0f29ef9385f13b418b089d9bad467290e21eb12a4d09ce755231f5844c5009013ac9c73a27f7050ce899660d93d6ecc9e919f048a073cfe
 WHIRLPOOL 
95f5f6d2944012cd4778f5d29e63ae43208e247ff5a9d184409dec4756beb14b90878c5ae6b337bf3f3d1fb9049de0cf65625a8544a429c735d5d9b66f90cd1d
 DIST sqlite3-1.3.11.gem 60928 SHA256 
de8ecdcc00a7af0cda98661ed94ce442964b9403b425e95c3ac4544b1f3720a7 SHA512 
02bef5f8f61d1f04c79d9032d62c9d708dddc2446dd256ad13f932ed4cae256d6c60f742a285bc4015ef5b1fb13e9541738f31fd270fe22320fc176525fe37bb
 WHIRLPOOL 
2fb319f159e50d372ae374a6656b7452a746f6a85d94c7b15745feea73dc9c107dd4c51af54c76115ebe184ef906e41e53f2a72b9beffdada5a533cc5f142494
 DIST sqlite3-1.3.12.gem 64512 SHA256 
7d912f1b53d4bc11f84c4076c7ebae73bc21a9d82cc2df750fc37bbef3418d42 SHA512 
fd1888b3107b02b15a65fdf081cad59445de4bc00ed244f4d3c09504c78ebbe97d9e1e189d61e6776ef70dedcb4d7b976799fd9d4752caafff733bc50cd0abf5
 WHIRLPOOL 
0cab560c5f5bae01ac80490d11154e9cb8ab1567fe2596db568023006bb35f2f26c6fa1dfdac47d5d70ec821df846a5337179ac0b96fb6667c4021c5b7f16a9b
+DIST sqlite3-1.3.13.gem 64512 SHA256 
b138a22e0dbbb69be08540671dabf602599437e389a54054bb177f6ed1fd2e06 SHA512 
5d3eab7c788cc62c497de179919054324e53595294ec3a9df2a10d23151a406ee9a88f1c3ac945777f138e78cec61018c388b023456b873131d678a6788a505f
 WHIRLPOOL 
75cd6914dc69f17e39ac3805e2df4db2b89d8e997ea2de22cb04022f585e91481106568f0f061866675e6a415c83e0cd1c5edcbe18da1e55bb17ae88bf7f4c50

diff --git a/dev-ruby/sqlite3/sqlite3-1.3.13.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.3.13.ebuild
new file mode 100644
index ..6b466f1
--- /dev/null
+++ b/dev-ruby/sqlite3/sqlite3-1.3.13.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC="faq"
+RUBY_FAKEGEM_DOCDIR="doc faq"
+RUBY_FAKEGEM_EXTRADOC="API_CHANGES.rdoc README.rdoc ChangeLog.cvs 
CHANGELOG.rdoc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="An extension library to access a SQLite database from Ruby"
+HOMEPAGE="https://github.com/sparklemotion/sqlite3-ruby;
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND+=" >=dev-db/sqlite-3.6.16:3"
+DEPEND+=" >=dev-db/sqlite-3.6.16:3"
+
+ruby_add_bdepend "
+   dev-ruby/rake-compiler
+   dev-ruby/hoe
+   doc? ( dev-ruby/redcloth )
+   test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   # We remove the vendor_sqlite3 rake task because it's used to
+   # bundle SQlite3 which we definitely don't want.
+   rm tasks/vendor_sqlite3.rake || die
+
+   # Remove license line from hoe to avoid depending on a newer
+   # version.
+   sed -i -e '/license/d' tasks/gem.rake || die
+
+   sed -i -e 's:, HOE.spec::' -e '/task :test/d' tasks/native.rake || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/sqlite3 extconf.rb || die
+}
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc; then
+   rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib 
*.rdoc ext/*/*.c || die
+   fi
+}
+
+each_ruby_compile() {
+   # TODO: not sure what happens with jruby
+
+   emake -Cext/sqlite3 V=1
+   mv ext/sqlite3/sqlite3_native$(get_modname) lib/sqlite3/ || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+
+   # sqlite3 was called sqlite3-ruby before, so add a spec file that
+   # simply loads sqlite3 to make sure that old projects load correctly
+   # we don't even need to create a file to load this: the `require
+   # sqlite3` was already part of sqlite3-ruby requirements.
+   cat - < "${T}/sqlite3-ruby.gemspec"
+# generated by ebuild
+# $Id$
+Gem::Specification.new do |s|
+   s.name = "sqlite3-ruby"
+   s.version = "${RUBY_FAKEGEM_VERSION}"
+   s.summary = "Fake gem to load sqlite3"
+   s.homepage = "${HOMEPAGE}"
+   s.specification_version = 3
+   s.add_runtime_dependency("${RUBY_FAKEGEM_NAME}", ["= 
${RUBY_FAKEGEM_VERSION}"])
+end
+EOF
+   

[gentoo-commits] proj/releng:master commit in: tools-musl/

2017-01-04 Thread Matt Thode
commit: 6d7033cf8a64abf1dee577461bcfdf4e368a4640
Author: Matthew Thode  mthode  org>
AuthorDate: Thu Jan  5 05:41:11 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jan  5 05:41:11 2017 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6d7033cf

fixing spaces/tabs

 tools-musl/stage4-hardened-amd64.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools-musl/stage4-hardened-amd64.spec 
b/tools-musl/stage4-hardened-amd64.spec
index aae24bf..a40c015 100644
--- a/tools-musl/stage4-hardened-amd64.spec
+++ b/tools-musl/stage4-hardened-amd64.spec
@@ -21,7 +21,7 @@ stage4/use:
 
 stage4/packages:
app-admin/syslog-ng
-  dev-util/pkgconf
+   dev-util/pkgconf
net-misc/dhcpcd
sys-apps/iproute2
sys-devel/bc
@@ -48,7 +48,7 @@ stage4/empty:
/tmp
/usr/portage/distfiles
/usr/src
-  /var/cache
+   /var/cache
/var/empty
/var/run
/var/state



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

2017-01-04 Thread Kent Fredric
commit: 23f3f16cc27287dab71ed211e69931813bc53352
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan  4 18:43:06 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan  5 03:26:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f3f16c

dev-perl/DateTime: Remove Old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/DateTime/DateTime-1.410.0.ebuild | 46 ---
 dev-perl/DateTime/Manifest|  1 -
 2 files changed, 47 deletions(-)

diff --git a/dev-perl/DateTime/DateTime-1.410.0.ebuild 
b/dev-perl/DateTime/DateTime-1.410.0.ebuild
deleted file mode 100644
index bb45dcb..
--- a/dev-perl/DateTime/DateTime-1.410.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=1.41
-inherit perl-module
-
-DESCRIPTION="A date and time object"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-CONFLICTS="
-   !<=dev-perl/DateTime-Format-Mail-0.402.0
-"
-RDEPEND="
-   ${CONFLICTS}
-   virtual/perl-Carp
-   >=dev-perl/DateTime-Locale-1.60.0
-   >=dev-perl/DateTime-TimeZone-2.20.0
-   >=dev-perl/Dist-CheckConflicts-0.20.0
-   >=dev-perl/Params-ValidationCompiler-0.130.0
-   virtual/perl-Scalar-List-Utils
-   >=dev-perl/Specio-0.180.0
-   dev-perl/Try-Tiny
-   virtual/perl-XSLoader
-   >=dev-perl/namespace-autoclean-0.190.0
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-CPAN-Meta-Requirements
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-File-Spec
-   virtual/perl-Storable
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   >=dev-perl/Test-Warnings-0.5.0
-   )
-"

diff --git a/dev-perl/DateTime/Manifest b/dev-perl/DateTime/Manifest
index 8ae14f9..ad72f52 100644
--- a/dev-perl/DateTime/Manifest
+++ b/dev-perl/DateTime/Manifest
@@ -2,5 +2,4 @@ DIST DateTime-1.20.tar.gz 220697 SHA256 
ac909ca4e26f2713940302ad1fd8068de0a69704
 DIST DateTime-1.21.tar.gz 221151 SHA256 
a3a5840cae36d693b1371bd0f615aa8e3ab7f6cc25e06bff40c7010217d3f6b1 SHA512 
256b49c6857c2eab4508ed1c1ddca0d88a32339c10334d70f95599d4d49934fe2fbc7689df334121c29abdb8eb0ebdf066183361224a5dbdce98fc1a216a721f
 WHIRLPOOL 
73a277d680f6a806f54fd23d31d2bc34220e042e202d8df1d272c664f4171f3afbb34e2be8aef091bf4bd48ff9f4b775efa4810284a8e9081ac6bbde1af0e5ec
 DIST DateTime-1.28.tar.gz 229774 SHA256 
781a25ab7dada202c917f6c5db06f6d9e6f03d5a395e91afab478ba074e75787 SHA512 
cf2c883636073086101dc08596210e59af0cf301ae78e496358e6952f26104aa26c1fdc0784aa10e05ac0308a1ed7aef78a7682b803679481fa570f5de1c04a3
 WHIRLPOOL 
0eaeb2a30382f7952c7113bee2b8857f1e9409d1052f3031a55e72caf5ab18ec5827b062c4e57a540f917973235eff291cdf396de0ccd6e84a8cc4fdb64ea3dc
 DIST DateTime-1.36.tar.gz 235407 SHA256 
bc60e430c27d7693df5af7b1ee33a4f03308677512790ae3c608e70c0760e159 SHA512 
debb3c10f55d4dca66a495a89ac92f6a1f90c0091b6c223391f0e5d8835a6b5ef00e9529ac29f837e4e82baf630b82e3fcab20223e13ccaf4db9e9d08573486c
 WHIRLPOOL 
2b6b679b989d8335021142109799e5b1e8589234ee70080a32bf46b699f5256674ecb6810d0f585a104767e854914819818be8df1f99632bc932a0f255068439
-DIST DateTime-1.41.tar.gz 237742 SHA256 
5b0d9616cd36dfd39c0e2f06b54c55f7a300af19a2d16aaa76b3557c3bbb77a7 SHA512 
68e2d1a55fd5a54941c22c8907db5266c1189d00559d2ee32ac96f0d8bfd27089b257d68326f8cec135e4576321ab27c3501e0c5b4fc46bd5509486bc2fa9bf4
 WHIRLPOOL 
e726c5725f780a48895a0a4df07ab8b71643f7cdce82947c2e8b40d67d0f1e06a8c1835a07fd0aaa467afce270e8a70d1b226b8c295e3b42192bdcb053d10ba7
 DIST DateTime-1.42.tar.gz 239033 SHA256 
efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e SHA512 
79471a7b2f1bed829e2e767ee1d9d9bddbb9cf68205d008ff70c1002dd402f9dbee98834431d5319e4b8dd22abda29df85c81a32905df18d1ab78f1d05753505
 WHIRLPOOL 
381d8ff4ae92b37c6fb96f46d418b3cb8151cf81ed392e5f0b44c91a635ac3366f69c100103f6a2ccc82a71d03c86ab8c274a00bd73c040fa139c65dd18f31f6



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

2017-01-04 Thread Kent Fredric
commit: 3f53c20bd92b0f15309239a77aa66c33a0266fa4
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jan  5 03:37:24 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan  5 03:37:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f53c20b

dev-perl/Modern-Perl: Bump to version 1.201.612.290

Upstream:
- Add support for Perl 5.24 Features.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Modern-Perl/Manifest   |  1 +
 .../Modern-Perl/Modern-Perl-1.201.612.290.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Modern-Perl/Manifest b/dev-perl/Modern-Perl/Manifest
index 0914eb8..cef4626 100644
--- a/dev-perl/Modern-Perl/Manifest
+++ b/dev-perl/Modern-Perl/Manifest
@@ -1 +1,2 @@
 DIST Modern-Perl-1.20150127.tar.gz 13336 SHA256 
94c13ef681109bef4e21b9ee1c1847945dda2f3c337035b00fda5d666247 SHA512 
e57a0542937fccc1dfff37bd08a1f2d80725548beddb3439811697de3dc9ca4cb80e4ca96e383ffcdc2d3ec2e9fb6dfe167df95fd974d75a17b5228b7962e1c3
 WHIRLPOOL 
43af2251904fa052501703b10e7ac8d11ffb216963a273f4abb075fa15cd5a0caed05d82055e4c3f2a054b1307c1f4dd0ce303487ceeb944438a8593c13a14ba
+DIST Modern-Perl-1.20161229.tar.gz 13370 SHA256 
30848a1d280fe6e458f950934a4bb197b4670f3367b439ccedb5334f4900c754 SHA512 
64ed7ea6ec74564fcb06d3e547f12ce8c8a372d8478a6dc47d80d24374cb45097f72c26c86b268c42ebd09b4056b94b21798d7d1b51d82dec672f9357c1d51b9
 WHIRLPOOL 
fc6656c0ceb5099af484c08169c5aa181142a2e516edde2e65027caf6c8ee336295eab1fbcd309cee34fa95e7d0c60e1149809cfb4f5c148ffa8301e03e607a3

diff --git a/dev-perl/Modern-Perl/Modern-Perl-1.201.612.290.ebuild 
b/dev-perl/Modern-Perl/Modern-Perl-1.201.612.290.ebuild
new file mode 100644
index ..5901f5a
--- /dev/null
+++ b/dev-perl/Modern-Perl/Modern-Perl-1.201.612.290.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=CHROMATIC
+DIST_VERSION=1.20161229
+inherit perl-module
+
+DESCRIPTION="enable all of the features of Modern Perl with one import"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="virtual/perl-IO
+   >=virtual/perl-autodie-2.220.0"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Module-Build-0.280.0
+   test? (
+   >=virtual/perl-Test-Simple-0.980.0
+   )"



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

2017-01-04 Thread Kent Fredric
commit: 28b6c96deddd6f8b54f44bc7ace1bc00b2e44937
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan  4 18:42:01 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan  5 03:26:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b6c96d

dev-perl/DateTime: Bump to version 1.420.0 ( masked )

Upstream:
- add and subtract on Duration objects now also officially support
  Duration objects as their arguments.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/DateTime/DateTime-1.420.0.ebuild | 46 +++
 dev-perl/DateTime/Manifest|  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/DateTime/DateTime-1.420.0.ebuild 
b/dev-perl/DateTime/DateTime-1.420.0.ebuild
new file mode 100644
index ..3c47fa6
--- /dev/null
+++ b/dev-perl/DateTime/DateTime-1.420.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=1.42
+inherit perl-module
+
+DESCRIPTION="A date and time object"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+CONFLICTS="
+   !<=dev-perl/DateTime-Format-Mail-0.402.0
+"
+RDEPEND="
+   ${CONFLICTS}
+   virtual/perl-Carp
+   >=dev-perl/DateTime-Locale-1.60.0
+   >=dev-perl/DateTime-TimeZone-2.20.0
+   >=dev-perl/Dist-CheckConflicts-0.20.0
+   >=dev-perl/Params-ValidationCompiler-0.130.0
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/Specio-0.180.0
+   dev-perl/Try-Tiny
+   virtual/perl-XSLoader
+   >=dev-perl/namespace-autoclean-0.190.0
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-CPAN-Meta-Requirements
+   >=dev-perl/CPAN-Meta-Check-0.11.0
+   virtual/perl-File-Spec
+   virtual/perl-Storable
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   >=dev-perl/Test-Warnings-0.5.0
+   )
+"

diff --git a/dev-perl/DateTime/Manifest b/dev-perl/DateTime/Manifest
index 2ac7a53..8ae14f9 100644
--- a/dev-perl/DateTime/Manifest
+++ b/dev-perl/DateTime/Manifest
@@ -3,3 +3,4 @@ DIST DateTime-1.21.tar.gz 221151 SHA256 
a3a5840cae36d693b1371bd0f615aa8e3ab7f6cc
 DIST DateTime-1.28.tar.gz 229774 SHA256 
781a25ab7dada202c917f6c5db06f6d9e6f03d5a395e91afab478ba074e75787 SHA512 
cf2c883636073086101dc08596210e59af0cf301ae78e496358e6952f26104aa26c1fdc0784aa10e05ac0308a1ed7aef78a7682b803679481fa570f5de1c04a3
 WHIRLPOOL 
0eaeb2a30382f7952c7113bee2b8857f1e9409d1052f3031a55e72caf5ab18ec5827b062c4e57a540f917973235eff291cdf396de0ccd6e84a8cc4fdb64ea3dc
 DIST DateTime-1.36.tar.gz 235407 SHA256 
bc60e430c27d7693df5af7b1ee33a4f03308677512790ae3c608e70c0760e159 SHA512 
debb3c10f55d4dca66a495a89ac92f6a1f90c0091b6c223391f0e5d8835a6b5ef00e9529ac29f837e4e82baf630b82e3fcab20223e13ccaf4db9e9d08573486c
 WHIRLPOOL 
2b6b679b989d8335021142109799e5b1e8589234ee70080a32bf46b699f5256674ecb6810d0f585a104767e854914819818be8df1f99632bc932a0f255068439
 DIST DateTime-1.41.tar.gz 237742 SHA256 
5b0d9616cd36dfd39c0e2f06b54c55f7a300af19a2d16aaa76b3557c3bbb77a7 SHA512 
68e2d1a55fd5a54941c22c8907db5266c1189d00559d2ee32ac96f0d8bfd27089b257d68326f8cec135e4576321ab27c3501e0c5b4fc46bd5509486bc2fa9bf4
 WHIRLPOOL 
e726c5725f780a48895a0a4df07ab8b71643f7cdce82947c2e8b40d67d0f1e06a8c1835a07fd0aaa467afce270e8a70d1b226b8c295e3b42192bdcb053d10ba7
+DIST DateTime-1.42.tar.gz 239033 SHA256 
efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e SHA512 
79471a7b2f1bed829e2e767ee1d9d9bddbb9cf68205d008ff70c1002dd402f9dbee98834431d5319e4b8dd22abda29df85c81a32905df18d1ab78f1d05753505
 WHIRLPOOL 
381d8ff4ae92b37c6fb96f46d418b3cb8151cf81ed392e5f0b44c91a635ac3366f69c100103f6a2ccc82a71d03c86ab8c274a00bd73c040fa139c65dd18f31f6



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

2017-01-04 Thread Kent Fredric
commit: bc00c75eaf780b859772ade22021b4f5d9b09a9a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan  4 17:54:25 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jan  5 03:26:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc00c75e

dev-perl/glib-perl: Bump to version 1.324.0

Upstream:
- Check Glib version before enabling GBoxed types

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/glib-perl/Manifest |  1 +
 dev-perl/glib-perl/glib-perl-1.324.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/glib-perl/Manifest b/dev-perl/glib-perl/Manifest
index 04b1012..3f8e571 100644
--- a/dev-perl/glib-perl/Manifest
+++ b/dev-perl/glib-perl/Manifest
@@ -1,3 +1,4 @@
 DIST Glib-1.301.tar.gz 284547 SHA256 
1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376 SHA512 
f69de4bd9d3ecca0018d1f8a2fddb81a88529580ddbede3beaf2d3f9c2867eb127e8c1f7433f5bc2933a6adbe6265390c7e4d46592357a8414efbef6f4d9c2e7
 WHIRLPOOL 
27fccd60371629ec0d65822e8ada2af3c8d2da24bc4c8482413888303fc9fab41ea167375a783d3dafede75db95c4bcbf03cfbcde0f4e85f094d4d5491da4fb5
 DIST Glib-1.314.tar.gz 296480 SHA256 
b47e9e0117325085457b263b3a70847ed908419e06e8975f36f2b953f5f4908e SHA512 
2a61a81f9b3d0404fa2e731d3851d67dc2bfc499a34bd77e0a9b6875a889f0faf5ac5fe2f24f8df7e2059283716e91aba5596556aad43f454e8cfd56fe866607
 WHIRLPOOL 
a1dee6daf8a6cda5ea8da85a5a57551075c8a030f67c8f42c900547ed2754acc98633d12bf8f8d5641f14f9426e2d40309da7e22150a2bb4b7179e58900797fe
 DIST Glib-1.320.tar.gz 296765 SHA256 
e3daf15e65a9f3a21d396582d490d6e2cb9cf254d97462139f973f8999e6b996 SHA512 
f659fee5844cb7dadf44926eb097a3f8affb49aee1cc99d3ac7681ff1a8a5d99bb88d1c50f756c90cfa6fc657f79f250baa78be72c432b8faa9df50c139005f7
 WHIRLPOOL 
d64c9b6a2201e5a642549442dffd9fc898cd0b0147fdc413e458f8e9bab61b97eb89a2df9374f53197e5a7a4c5f88ba9b6bd9e73ed401c2218cb4e1c2a819238
+DIST Glib-1.324.tar.gz 297371 SHA256 
701a214b5b9f17c1b783d807efa1944bfd612939a467b03bc02bd4cf90ad9b4e SHA512 
c5bc22416f47a8fc0a7410e0bdb637f82e408ce056a2b6be8f04a8a7055af704ab3e0868566c048cb786306986f85f6b940a15f85cb77654620f6f814c2731dd
 WHIRLPOOL 
fe6ba242ca932812a492f84129d3cea244e8e0753aad6510a37f9eb944d68ef43c5533464534cd017bffd7b75a1c8d833da27ede68bdceef1f04ce216eb469d9

diff --git a/dev-perl/glib-perl/glib-perl-1.324.0.ebuild 
b/dev-perl/glib-perl/glib-perl-1.324.0.ebuild
new file mode 100644
index ..20501b8
--- /dev/null
+++ b/dev-perl/glib-perl/glib-perl-1.324.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_NAME=Glib
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.324
+inherit perl-module
+
+DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2
+"
+# Log::Agent optional by Storable but has caused unexplained segv's
+# from build/doc.pl : https://bugs.gentoo.org/529080
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/ExtUtils-Depends-0.300.0
+   >=dev-perl/ExtUtils-PkgConfig-1.0.0
+   virtual/pkgconfig
+   dev-perl/Log-Agent
+"



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

2017-01-04 Thread Jason Donenfeld
commit: 6354250c0613c15302776820df074ea676e9eada
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Jan  5 03:03:01 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Jan  5 03:03:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6354250c

net-misc/wireguard: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/wireguard/Manifest  |  2 +-
 ...-0.0.20161230-r1.ebuild => wireguard-0.0.20170105.ebuild} | 12 +---
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-misc/wireguard/Manifest b/net-misc/wireguard/Manifest
index 311f4cb..3854114 100644
--- a/net-misc/wireguard/Manifest
+++ b/net-misc/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20161230.tar.xz 126172 SHA256 
69c9770daf9c8ff6632d614afc117b60774760f1224c9322c84f8da92b9ae396 SHA512 
dbd6884537526ce3bf216378a8f10d16eced59ef99c69332e5d97ef72b72da866f2c5cc9e7602da1cffd4890d6ca9101b670b7fab9807db6b0dc495b6349be1c
 WHIRLPOOL 
9defecf14c50eaa0410db59a9412bdcc851020b140e66f43ba4570faafda95df37dca06ee4d6f6190a8a94be9a778ee69bfa3f725a4c9bf358964de192eaf912
+DIST WireGuard-0.0.20170105.tar.xz 125280 SHA256 
1bd990eeae6fbf599ccddde81caa92770f58623ad9705f875bcfab8254583896 SHA512 
8e9cfd5d521c77766d870445e946aa934dbe933241a09776002492c8284a018c2cce615f92a873c6ee3448ef231fc91230cd973a682728db85f03cd82301150c
 WHIRLPOOL 
19743cfee950c042fe0f190cf12af184b4bf3a24ab43338f85250ccaa806a2d3d6b757d1b666305474e699cfd15095d290c6235fb4d751b6e4080a48b19c43f1

diff --git a/net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild 
b/net-misc/wireguard/wireguard-0.0.20170105.ebuild
similarity index 93%
rename from net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild
rename to net-misc/wireguard/wireguard-0.0.20170105.ebuild
index 06402df..db54269 100644
--- a/net-misc/wireguard/wireguard-0.0.20161230-r1.ebuild
+++ b/net-misc/wireguard/wireguard-0.0.20170105.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit linux-mod
+inherit linux-mod bash-completion-r1
 
 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art 
cryptography."
 HOMEPAGE="https://www.wireguard.io/;
@@ -48,8 +48,14 @@ src_compile() {
 src_install() {
dodoc README.md
dodoc -r contrib/examples
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src/tools install
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C 
contrib/examples/wg-config install
+   emake \
+   WITH_BASHCOMPLETION=yes \
+   WITH_SYSTEMDUNITS=yes \
+   WITH_WGQUICK=yes \
+   DESTDIR="${D}" \
+   BASHCOMPDIR="$(get_bashcompdir)" \
+   PREFIX="${EPREFIX}/usr" \
+   -C src/tools install
if use kmod-src; then
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src dkms-install
else



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

2017-01-04 Thread Michael Orlitzky
commit: 577f1fffc81afeab2f81deca59c0282ff98c5dcf
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 01:18:07 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 01:18:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577f1fff

dev-php/igbinary: remove unused igbinary-2.0.0 and igbinary-2.0.0-r1.

Package-Manager: portage-2.3.0

 dev-php/igbinary/Manifest |  1 -
 dev-php/igbinary/igbinary-2.0.0-r1.ebuild | 27 ---
 dev-php/igbinary/igbinary-2.0.0.ebuild| 27 ---
 3 files changed, 55 deletions(-)

diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
index 2b6d917..6b83e18 100644
--- a/dev-php/igbinary/Manifest
+++ b/dev-php/igbinary/Manifest
@@ -1,3 +1,2 @@
 DIST igbinary-1.2.1-r1.tar.gz 143092 SHA256 
f71a2e085669ed915740b29f55b6a81e30bae52215d041938afb9212e6bafc27 SHA512 
5e69831606cfe47db2ae2b2200bd8bcfce42db32599a2a58cf23238d88896a2ef79baf16e78b3aaefb8725f8fdd7b815470e2d314ba14ea05f33be547da31777
 WHIRLPOOL 
f7eb5d28b536bd1d2b0565f3e8541cbdb39edd2f5130bd041f0d75cc8218edeaa8719ebaea4d8ddf372172df9863d9d72a12dd8fc09c3653418b49e26d0e2f61
-DIST igbinary-2.0.0.tar.gz 176546 SHA256 
864785bc759f7e249534b7834d7762915851242e57a24ee9e13cac27d2a25b8e SHA512 
8cd46e70ca2dfd441fa99c29a458923615fc25aab11a0d4e33770505495dd8fbd0071f9c4822b22c941b1240c609be549b1cb625b76b933b0dec7acc7f792122
 WHIRLPOOL 
2868676b7beb25aac244fb88a7ae48b6983ff605f9a1f12997ecb23e13a1513a53b59380a72bbf8d08075a9905dc74df527e6363bb1e81c139c23ac1018a22cb
 DIST igbinary-2.0.1.tar.gz 178227 SHA256 
9c66e6bb8225bf559148661d8ef81451e5f67f0a565d975dc0918abd8c35e0ed SHA512 
230a730aa39102401ac6e386452b6f1d523a46c1cd6f3edc8e48ecaf9be1efd60edd0299b0cf56af8b1e32ebba1f80be8bca3727661412b084c4e248f44c9633
 WHIRLPOOL 
79dc6cbca45d0f902067d809a87a2f0cc8dbd89759a4513febb1940cd5f7cef28cc6ce8478470306607972a1e216f7809bfa488dc3fa62b57948d786b25ee9f7

diff --git a/dev-php/igbinary/igbinary-2.0.0-r1.ebuild 
b/dev-php/igbinary/igbinary-2.0.0-r1.ebuild
deleted file mode 100644
index 969c64d..
--- a/dev-php/igbinary/igbinary-2.0.0-r1.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=6
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( ChangeLog NEWS README.md)
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php5-6 php7-0 php7-1"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/${PN}/${PN};
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-php/igbinary/igbinary-2.0.0.ebuild 
b/dev-php/igbinary/igbinary-2.0.0.ebuild
deleted file mode 100644
index e4d85b2..
--- a/dev-php/igbinary/igbinary-2.0.0.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=6
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( ChangeLog NEWS README.md)
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A fast drop-in replacement for the standard PHP serialize"
-HOMEPAGE="https://github.com/${PN}/${PN};
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""



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

2017-01-04 Thread Michael Orlitzky
commit: cf5ef14a19396a61ea2905aaf00851b9d51b17cd
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 01:13:32 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 01:13:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5ef14a

dev-php/adodb: new v5.20.9 fixing CVE-2016-4855 and CVE-2016-7405.

Package-Manager: portage-2.3.0

 dev-php/adodb/Manifest | 2 +-
 dev-php/adodb/{adodb-5.20.4.ebuild => adodb-5.20.9.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
index 676c503..94beb4c 100644
--- a/dev-php/adodb/Manifest
+++ b/dev-php/adodb/Manifest
@@ -1,2 +1,2 @@
 DIST adodb518a.tgz 544455 SHA256 
3814dbd776ec5416f9a03eb4eecb081844b0166240dd539439cf27c79efb4d5e SHA512 
d561a5143e903195a2c87e637b33c9767f62148d7466fa6cb84d3bc86e5b303c0bf0f04cf370db4b81d9ac7ef8b3f2f28af9e5f28d0956706f59a74367898c53
 WHIRLPOOL 
3c972f937afd76f5a4595bcee7cb3355a52a2d596615c2f7c3232d472e3b838b72547a4d5216c489f62d02fd3d96b6672b7d044aa2c39fa707f940469ea35554
-DIST v5.20.4.tar.gz 460807 SHA256 
d0b15821d8fc77be2753938afc1e99d0b1f5b8f3dc1c7ab01061d8d0cbd4f394 SHA512 
f635297681236fdf4e7ea84d5eb5c2760aba663c2f443052e6d25bb96d32179b4cb21de4a880d6cb9100941e2dc9eff5ef2655e57a9b2879e459cb1c9af7b7a6
 WHIRLPOOL 
e8c14b06caa9143d971c3bc077a15d0d83dbea6167f5c2bb50dff066676c5a16b972a59131ce665b5cb6f5c3c0c8db1c3fa6fc2a5c32717cd347d4d24f52a96c
+DIST v5.20.9.tar.gz 464257 SHA256 
7948fa04e50aa8a4a228fc0d1f32bd4182c4834b7c20708fdef223d01996e19b SHA512 
bc40113012c27b759ff35e7395404d1756720e9daef7df4d33147b9950e9ffd032274ccd8808fe303ba75feeaf727e2deb50fc6d79826db96ce568a70007f30f
 WHIRLPOOL 
2175d476347f694e7d07ac0b886ed6e8d4108b9e223c84e371c963599cc7497dccceb38567c0c775ac138e6a77e126e279ae0f5811b5a4f96e03b2c9b4961b50

diff --git a/dev-php/adodb/adodb-5.20.4.ebuild 
b/dev-php/adodb/adodb-5.20.9.ebuild
similarity index 97%
rename from dev-php/adodb/adodb-5.20.4.ebuild
rename to dev-php/adodb/adodb-5.20.9.ebuild
index 465db3f..9732482 100644
--- a/dev-php/adodb/adodb-5.20.4.ebuild
+++ b/dev-php/adodb/adodb-5.20.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongo/

2017-01-04 Thread Michael Orlitzky
commit: e39e919458e3faf111772bded587b084e0ca453b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 01:03:30 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 01:04:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39e9194

dev-php/pecl-mongo: remove unused pecl-mongo-1.6.11.

Package-Manager: portage-2.3.0

 dev-php/pecl-mongo/Manifest |  1 -
 dev-php/pecl-mongo/pecl-mongo-1.6.11.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-php/pecl-mongo/Manifest b/dev-php/pecl-mongo/Manifest
index 766512d..9de2ed9 100644
--- a/dev-php/pecl-mongo/Manifest
+++ b/dev-php/pecl-mongo/Manifest
@@ -1,3 +1,2 @@
-DIST mongo-1.6.11.tgz 209141 SHA256 
cd180ae35f537a199d374a3105106ee5a2b0cab618b12f6221e4c985c28955ac SHA512 
82c668e25fd68c6a7982f15fced06c72d87deab5b587ebd66f3d78f59d9fc9c94467a37e355adffd98a347786effd9eda3e1104fc89c85c31947fd6786cbb1e8
 WHIRLPOOL 
3a4e181c3cd505d25fa18251d5d866e3f22535caa8213f90bb08adc803b527fc7ae0e0f9557a110dbfcea0717d5550cf2e1592be9e745f337675f35aaba08176
 DIST mongo-1.6.14.tgz 210095 SHA256 
586a0f55d29198010da5f4c932a183491f114db6e1b0ba8e40e7246b1a4a96d0 SHA512 
7c87e148394085e90f091a6abd3e66a02620d7990098c318b97ee333751668f77f8b45ed5d0fb9806b8169b603998f8306a55a7c607773742fc2c93076f88764
 WHIRLPOOL 
3a7a3f8c00ccb638c7f3cb4583f7d082cbb0cac18ba03510ae7c6833f2d114ec835946f35e6fc24711b07d582293c5fce46485bd2ace955301d831eebe373b69
 DIST mongo-1.6.9.tgz 208955 SHA256 
b8213e0f08873f1455b2c7e8bfb5f33405afbcd5ce598d81b5f5c49556114581 SHA512 
0a649ef67450a795a2fd8fc34d927e640bc7ecde5a1885b581c967f8adb61429d864cd993939fa7299dc35edd58d13a28562e71a0287a754f9fd04f2ac1643de
 WHIRLPOOL 
b2c1d6adc08979520ad5d9b6ae1110c2bb4a5209be0074558290d1abfa27906ea0c446d8c0eaa784c3c77a2432ef58bfd7843a863ab541e385ee0959877ed06b

diff --git a/dev-php/pecl-mongo/pecl-mongo-1.6.11.ebuild 
b/dev-php/pecl-mongo/pecl-mongo-1.6.11.ebuild
deleted file mode 100644
index c0b16c4..
--- a/dev-php/pecl-mongo/pecl-mongo-1.6.11.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
-
-PHP_EXT_NAME="mongo"
-USE_PHP="php5-4 php5-5 php5-6"
-DOCS="README.md"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="Legacy MongoDB database driver for PHP"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongo/

2017-01-04 Thread Michael Orlitzky
commit: 240518f4ce39d705324828c8952dd1911c3d545b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 01:04:30 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 01:04:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240518f4

dev-php/pecl-mongo: new revision 1.6.14-r1 dropping php:5.5 support.

Package-Manager: portage-2.3.0

 .../{pecl-mongo-1.6.14.ebuild => pecl-mongo-1.6.14-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild 
b/dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
similarity index 82%
rename from dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild
rename to dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
index 6333177..708ad74 100644
--- a/dev-php/pecl-mongo/pecl-mongo-1.6.14.ebuild
+++ b/dev-php/pecl-mongo/pecl-mongo-1.6.14-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
 PHP_EXT_NAME="mongo"
-USE_PHP="php5-5 php5-6"
+USE_PHP="php5-6"
 DOCS=( README.md )
 
 inherit php-ext-pecl-r3



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

2017-01-04 Thread Michael Orlitzky
commit: d63e812e9c63c79b27fa4ea4b1a0c50d53a7318b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 01:01:19 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 01:01:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63e812e

dev-php/awl: remove unused awl-0.53-r2 and awl-0.55-r1.

Package-Manager: portage-2.3.0

 dev-php/awl/Manifest   |  2 --
 dev-php/awl/awl-0.53-r2.ebuild | 30 --
 dev-php/awl/awl-0.55-r1.ebuild | 33 -
 3 files changed, 65 deletions(-)

diff --git a/dev-php/awl/Manifest b/dev-php/awl/Manifest
index 7830949..43f3367 100644
--- a/dev-php/awl/Manifest
+++ b/dev-php/awl/Manifest
@@ -1,3 +1 @@
-DIST awl-0.53.tar.gz 308256 SHA256 
8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee SHA512 
70bcfc9d52a46245a11fbe787e4818d183d6cbcad50f21ad821c1cc6fb9d58664231693d11b61db644f5fd50d77fea5e4491e16573d59427e89555ed21f8c72b
 WHIRLPOOL 
76a4e745082dc16182a0b214653f6c691f913870056d47f75911aaffc5bb5a6f96deb65d850fd6d37b727cdda63680f48c1f1b88bf1165bca4c8d6c0c17f7bcf
-DIST awl-0.55.tar.gz 765565 SHA256 
69d8f51e8aefdfb6b5a0fc3e5e32f8b8d650c489079c8ebac5a6b65f2ad3ec89 SHA512 
f4b0b81449bb244b27308022aed3f9b9093535bd9e76db2d13a8bf146f65eadc2b1d2a53f1d8e275b8c693301d371f2ddb2fa696b484368541dad51d893c4757
 WHIRLPOOL 
dc0937651c4fd2304d2789b57fcf738c48a61b51ccd5cee57129a4e4cd454e83e4aec46287ab0ac0bdf98a6a7ad8e7bbb98cd32deb633a63d1f2ae54c91c4fb7
 DIST awl-0.56.tar.gz 769208 SHA256 
634115c8e5afe46a5160e39415364fe739df16b636764c5dfae40ace9ca13395 SHA512 
6336d6f938330eee0b51f04665776269d974086ba56a3c8f4b7f53e7e17b637d899e9b329aeba3dcd690673a1a95a8cf03ae8417ebb9f356294314790915886a
 WHIRLPOOL 
ecdce29933c0bd67355285c4bb478908dc561fa22094d997435d80c6259b49846f1ae79a13c15d26897e1ed8ef0b616207d607797de991aeeb5e4076d5987b60

diff --git a/dev-php/awl/awl-0.53-r2.ebuild b/dev-php/awl/awl-0.53-r2.ebuild
deleted file mode 100644
index 1c37fbe..
--- a/dev-php/awl/awl-0.53-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes
-used by the davical calendar server"
-HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl;
-SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
-
-DOCS=( debian/README.Debian debian/changelog )
-
-src_compile() {
-   :
-}
-
-src_install() {
-   dodoc "${DOCS[@]}"
-   use doc && dohtml -r "docs/api/"
-   insinto "/usr/share/php/${PN}"
-   doins -r dba inc scripts
-}

diff --git a/dev-php/awl/awl-0.55-r1.ebuild b/dev-php/awl/awl-0.55-r1.ebuild
deleted file mode 100644
index eb2c5ae..
--- a/dev-php/awl/awl-0.55-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Andrew McMillan's Web Libraries"
-HOMEPAGE="https://gitlab.com/davical-project/awl;
-SRC_URI="${HOMEPAGE}/repository/archive.tar.gz?ref=r${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-DEPEND="test? ( dev-php/phpunit )"
-RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
-S="${WORKDIR}/${PN}.git"
-
-src_compile() {
-   :
-}
-
-src_test() {
-   phpunit tests/ || die "test suite failed"
-}
-
-src_install() {
-   dodoc debian/changelog
-   use doc && dohtml -r "docs/api/"
-   insinto "/usr/share/php/${PN}"
-   doins -r dba inc
-}



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

2017-01-04 Thread Manuel Rüger
commit: 75d173573b409ec1abc4cf68247721c7d1d5b663
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan  5 01:01:32 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan  5 01:01:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d17357

net-misc/openvpn: Remove old

Package-Manager: portage-2.3.3

 net-misc/openvpn/Manifest  |   1 -
 net-misc/openvpn/openvpn-2.3.13.ebuild | 138 -
 2 files changed, 139 deletions(-)

diff --git a/net-misc/openvpn/Manifest b/net-misc/openvpn/Manifest
index 35d3612..9448cf2 100644
--- a/net-misc/openvpn/Manifest
+++ b/net-misc/openvpn/Manifest
@@ -1,6 +1,5 @@
 DIST mock_msg.h 1356 SHA256 
d6c56a423753c0b938a5dc32c978984eebb97243a2671a1652440093f67d61fb SHA512 
930775a5837bc7f97a26817ea028782d555e0e71ba06b04c39941f4c01bbc3ca0a5dc63bcf19dc694e0e746b3a382f22daf6a6373a3443c5afd7398cbaaef6ea
 WHIRLPOOL 
4cce848abc141e9d39cca1f8a0c9d11c0819d8a6e640c541968df491d2a6c3c0746233742418ee43c8bbc6ef19028a41159efae2922bcc719bd86442da05df86
 DIST openvpn-2.3.12.tar.gz 1235262 SHA256 
f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff SHA512 
8de40e9177268cce64906915ddc0d23381b4040ed00e6eefe4784b04d48f50d5c5ce9e99886eb18fe45d22c5c047478b9aa942e4c4eeaf115cc443a1d3ebe631
 WHIRLPOOL 
4adeb0da83a4fbff27bc90a3941b593f97dfdc3f50c3ccf10c113293bb0e4f85ead680b53645a2a078f907026549c8dbf068dcc64c9f89b6a967b3eb919f2c8c
-DIST openvpn-2.3.13.tar.gz 1237826 SHA256 
0e017211bf2a0607b1dda5e8e3f710b4c54aa5a63e1f89a8b17054abee20fa86 SHA512 
72e979f2e3e10d2aec6cb8a8bda97bc15bbf3a4e392ae13a5ebc7d0553c174801d2d93ccd2087e16ac0cbd6527a93dd66a4823be658d5730a9391c7a8bce2294
 WHIRLPOOL 
f896e91341eee512a941efb58b2fa42b88181870f17d54ae08ad8fb848ab09e922e9678d0d6325fd57b54c5dd9848fda0cc820ec692dcbe58db96e14186b7641
 DIST openvpn-2.3.14.tar.gz 1241145 SHA256 
2b55b93424e489ab8b78d0ed75e8f992ab34052cd666bc4d6a41441919143b97 SHA512 
0ec9483be5b1b7ea6c670c724369c5bed799a9f81375c0c4b3f34fa1ebcd4bff60e37668bbbcab6f1d6d66a807da719e44ee11c2c12f2eb7a3277936549f7bd1
 WHIRLPOOL 
f5d1bc8dc316b3ee4c8b1d183f42fd9b4f02606e7d2c4b7afe42330e892b664ee1b4f516ba653cf6b6a197a8e7f1be8f2a29f9c39a0a450e071b855f2f1dbc3a
 DIST openvpn-2.4.0.tar.gz 1409019 SHA256 
f21db525b3c03a9bbd0a7ab6d0e4fbaf8902f238bf53b8bc4e04f834e4e7caa4 SHA512 
4996a52cb912f2ad60a90f32420541f0636c03cc250c2c6687dc5594fe77d6629dc59c13dd2c52e09c9ff4eb39c6afbbb381204b6b5a7c8b27ac3c8b711dd2ad
 WHIRLPOOL 
3ffa0874c1167101f002f4049e7a7b37d59fb2bb2fff931d05c66c783136eecad4f88a24fc889b14a5ce0e0bd7211f70c5d94ddbd368da38b669530c634bf9d5
 DIST openvpn-2.4_rc2.tar.gz 1403262 SHA256 
eb97153fe2f0b28be71904cabcaf9c7f9ec1c55871ba38d62066c8811274caf9 SHA512 
351e42cbb6750e866fbac407f3f7b308cde5631d07d84fa4d4851d9828a334548de639add385a0fb3387d8e1ae3d2601d4d8a2eadc27b474c72dab04039f52fa
 WHIRLPOOL 
f366272ab6d7fc0989dff229d8c41945f58562d3398733d49609b57be0905addda08b553e05672493eac9e1e1f60599b6554b4b09d6c49f7b33db3a1f3b1758f

diff --git a/net-misc/openvpn/openvpn-2.3.13.ebuild 
b/net-misc/openvpn/openvpn-2.3.13.ebuild
deleted file mode 100644
index 673ce7b..
--- a/net-misc/openvpn/openvpn-2.3.13.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib flag-o-matic user systemd linux-info
-
-DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
-SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz;
-HOMEPAGE="http://openvpn.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
-
-REQUIRED_USE="static? ( !plugins !pkcs11 )
-   polarssl? ( ssl !libressl )
-   pkcs11? ( ssl )
-   !plugins? ( !pam !down-root )"
-
-DEPEND="
-   kernel_linux? (
-   iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( 
sys-apps/net-tools )
-   )
-   pam? ( virtual/pam )
-   ssl? (
-   !polarssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.7:* )
-   libressl? ( dev-libs/libressl )
-   )
-   polarssl? ( >=net-libs/polarssl-1.3.8 )
-   )
-   lzo? ( >=dev-libs/lzo-1.07 )
-   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
-   systemd? ( sys-apps/systemd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-openvpn )
-"
-
-CONFIG_CHECK="~TUN"
-
-pkg_setup()  {
-   linux-info_pkg_setup
-}
-
-src_configure() {
-   use static && LDFLAGS="${LDFLAGS} -Xcompiler -static"
-   local myconf
-   use polarssl && myconf="--with-crypto-library=polarssl"
-   econf \
-   

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

2017-01-04 Thread Manuel Rüger
commit: eae9a9c105908acb78ed225e630ebda9b4da9eee
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Jan  5 01:00:58 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Jan  5 01:01:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae9a9c1

net-misc/openvpn: Version bump to 2.4.0

Package-Manager: portage-2.3.3

 net-misc/openvpn/Manifest |   1 +
 net-misc/openvpn/openvpn-2.4.0.ebuild | 161 ++
 2 files changed, 162 insertions(+)

diff --git a/net-misc/openvpn/Manifest b/net-misc/openvpn/Manifest
index 6b1e77b..35d3612 100644
--- a/net-misc/openvpn/Manifest
+++ b/net-misc/openvpn/Manifest
@@ -2,4 +2,5 @@ DIST mock_msg.h 1356 SHA256 
d6c56a423753c0b938a5dc32c978984eebb97243a2671a165244
 DIST openvpn-2.3.12.tar.gz 1235262 SHA256 
f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff SHA512 
8de40e9177268cce64906915ddc0d23381b4040ed00e6eefe4784b04d48f50d5c5ce9e99886eb18fe45d22c5c047478b9aa942e4c4eeaf115cc443a1d3ebe631
 WHIRLPOOL 
4adeb0da83a4fbff27bc90a3941b593f97dfdc3f50c3ccf10c113293bb0e4f85ead680b53645a2a078f907026549c8dbf068dcc64c9f89b6a967b3eb919f2c8c
 DIST openvpn-2.3.13.tar.gz 1237826 SHA256 
0e017211bf2a0607b1dda5e8e3f710b4c54aa5a63e1f89a8b17054abee20fa86 SHA512 
72e979f2e3e10d2aec6cb8a8bda97bc15bbf3a4e392ae13a5ebc7d0553c174801d2d93ccd2087e16ac0cbd6527a93dd66a4823be658d5730a9391c7a8bce2294
 WHIRLPOOL 
f896e91341eee512a941efb58b2fa42b88181870f17d54ae08ad8fb848ab09e922e9678d0d6325fd57b54c5dd9848fda0cc820ec692dcbe58db96e14186b7641
 DIST openvpn-2.3.14.tar.gz 1241145 SHA256 
2b55b93424e489ab8b78d0ed75e8f992ab34052cd666bc4d6a41441919143b97 SHA512 
0ec9483be5b1b7ea6c670c724369c5bed799a9f81375c0c4b3f34fa1ebcd4bff60e37668bbbcab6f1d6d66a807da719e44ee11c2c12f2eb7a3277936549f7bd1
 WHIRLPOOL 
f5d1bc8dc316b3ee4c8b1d183f42fd9b4f02606e7d2c4b7afe42330e892b664ee1b4f516ba653cf6b6a197a8e7f1be8f2a29f9c39a0a450e071b855f2f1dbc3a
+DIST openvpn-2.4.0.tar.gz 1409019 SHA256 
f21db525b3c03a9bbd0a7ab6d0e4fbaf8902f238bf53b8bc4e04f834e4e7caa4 SHA512 
4996a52cb912f2ad60a90f32420541f0636c03cc250c2c6687dc5594fe77d6629dc59c13dd2c52e09c9ff4eb39c6afbbb381204b6b5a7c8b27ac3c8b711dd2ad
 WHIRLPOOL 
3ffa0874c1167101f002f4049e7a7b37d59fb2bb2fff931d05c66c783136eecad4f88a24fc889b14a5ce0e0bd7211f70c5d94ddbd368da38b669530c634bf9d5
 DIST openvpn-2.4_rc2.tar.gz 1403262 SHA256 
eb97153fe2f0b28be71904cabcaf9c7f9ec1c55871ba38d62066c8811274caf9 SHA512 
351e42cbb6750e866fbac407f3f7b308cde5631d07d84fa4d4851d9828a334548de639add385a0fb3387d8e1ae3d2601d4d8a2eadc27b474c72dab04039f52fa
 WHIRLPOOL 
f366272ab6d7fc0989dff229d8c41945f58562d3398733d49609b57be0905addda08b553e05672493eac9e1e1f60599b6554b4b09d6c49f7b33db3a1f3b1758f

diff --git a/net-misc/openvpn/openvpn-2.4.0.ebuild 
b/net-misc/openvpn/openvpn-2.4.0.ebuild
new file mode 100644
index ..bd9afe6
--- /dev/null
+++ b/net-misc/openvpn/openvpn-2.4.0.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic user systemd linux-info
+
+DESCRIPTION="Robust and highly flexible tunneling application compatible with 
many OSes"
+SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
+   test? ( 
https://raw.githubusercontent.com/OpenVPN/${PN}/v${PV}/tests/unit_tests/${PN}/mock_msg.h
 )"
+HOMEPAGE="http://openvpn.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+
+IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
+IUSE+=" pkcs11 +plugins polarssl selinux +ssl static systemd test userland_BSD"
+
+REQUIRED_USE="static? ( !plugins !pkcs11 )
+   lzo? ( !lz4 )
+   pkcs11? ( ssl )
+   mbedtls? ( ssl !libressl )
+   pkcs11? ( ssl )
+   !plugins? ( !pam !down-root )
+   inotify? ( plugins )"
+
+CDEPEND="
+   kernel_linux? (
+   iproute2? ( sys-apps/iproute2[-minimal] )
+   !iproute2? ( sys-apps/net-tools )
+   )
+   pam? ( virtual/pam )
+   ssl? (
+   !mbedtls? (
+   !libressl? ( >=dev-libs/openssl-0.9.8:* )
+   libressl? ( dev-libs/libressl )
+   )
+   mbedtls? ( net-libs/mbedtls )
+   )
+   lz4? ( app-arch/lz4 )
+   lzo? ( >=dev-libs/lzo-1.07 )
+   pkcs11? ( >=dev-libs/pkcs11-helper-1.11 )
+   systemd? ( sys-apps/systemd )"
+DEPEND="${CDEPEND}
+   test? ( dev-util/cmocka )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-openvpn )"
+
+CONFIG_CHECK="~TUN"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-external-cmocka.patch"
+)
+
+pkg_setup()  {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+
+   if use test; then
+   cp "${DISTDIR}/mock_msg.h" tests/unit_tests/${PN} || die
+   fi
+}

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

2017-01-04 Thread Michael Orlitzky
commit: c1ec77c7ff6e78bd7fa0cf604c41b0f351bf21a6
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:59:02 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:59:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ec77c7

dev-php/phing: remove old version 2.8.2.

Package-Manager: portage-2.3.0

 dev-php/phing/Manifest   |  1 -
 dev-php/phing/phing-2.8.2.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-php/phing/Manifest b/dev-php/phing/Manifest
index c347acb..7688dea 100644
--- a/dev-php/phing/Manifest
+++ b/dev-php/phing/Manifest
@@ -1,2 +1 @@
 DIST phing-2.10.1.phar 851181 SHA256 
7df436757a0a9427e1983af4847abfbadc92a6b4535b1e60b69bacfb139da6f8 SHA512 
026b08945f189be30b29268aa9a8fb889975addd385e7087cb3f1e1bd2b5a01cabddff47fa52d197bbc520c4d5ad6e47edaa5446300e0baeebff24165f7c4246
 WHIRLPOOL 
ae60318f2551510ca40b011f538849928256d2e081d6d910f14f519db2838edf0925256df2a33dee4d37797d7b670e8761e3a93340fe1d44ad951b841fa08492
-DIST phing-2.8.2.phar 813699 SHA256 
253ab59905ecb60b0be2d95bb4e222f0a71b9368fc24f022b64b9b23fc60198e SHA512 
55304054a2c90787a29958143276be58bcfc8165db0594360853531dec3c9efaf3330ca1d217007fe0f700adb19b6cf98755f3f2b7dc4e1cd1bbfe7ee338b56f
 WHIRLPOOL 
afd5f76dd253691d725380532dabbdc69500bc290d1cb11fb343ed848f4f6f8417fb69ee49fe2f9455a6d202787fb6dd2834b788f8899e3640379286b2775323

diff --git a/dev-php/phing/phing-2.8.2.ebuild b/dev-php/phing/phing-2.8.2.ebuild
deleted file mode 100644
index 45da1f5..
--- a/dev-php/phing/phing-2.8.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="PHP project build system based on Apache Ant"
-HOMEPAGE="http://www.phing.info/;
-SRC_URI="http://www.phing.info/get/phing-${PV}.phar;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+minimal"
-
-DEPEND=""
-RDEPEND="!minimal? ( dev-php/phpDocumentor
-   dev-php/PHP_CodeCoverage
-   >=dev-php/PEAR-HTTP_Request2-2.1.1
-   >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2
-   >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1
-   >=dev-php/phpmd-1.1.0
-   >=dev-php/phpunit-4.0
-   >=dev-php/xdebug-2.0.5
-   >=dev-php/simpletest-1.0.1_beta2 )
-   dev-lang/php[phar,xml,xslt]
-   "
-
-S=${WORKDIR}
-
-src_unpack() { :; }
-
-src_install() {
-   insinto /usr/share/php/phing
-   insopts -m755
-   newins "${DISTDIR}/${P}.phar" phing.phar
-   dosym /usr/share/php/phing/phing.phar /usr/bin/phing
-}
-
-pkg_postinst() {
-   if use minimal; then
-   elog "You have enabled the minimal USE flag. If you want to use 
features"
-   elog "from xdebug, phpunit, simpletest and more, disable the"
-   elog "USE flag or emerge the packages manually"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dio/

2017-01-04 Thread Michael Orlitzky
commit: 20fc2f571f10e1a5fbb881353409794cee42c852
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:56:41 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:56:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fc2f57

dev-php/pecl-dio: remove old pecl-dio-0.0.7-r3.

Package-Manager: portage-2.3.0

 dev-php/pecl-dio/Manifest |  1 -
 dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-php/pecl-dio/Manifest b/dev-php/pecl-dio/Manifest
index 4d4eaef..94bc1e8 100644
--- a/dev-php/pecl-dio/Manifest
+++ b/dev-php/pecl-dio/Manifest
@@ -1,2 +1 @@
-DIST dio-0.0.7.tgz 19570 SHA256 
0294c0f88705213b30589c565fffa1a3e7cb036806eaa2a47e6a793914a821fe SHA512 
00925d6f6640f6a17c5bb8997910f15978c9e53b190ff4a44c3a23138013d1f460ef6fa1522fd5f5b1bd51130b859ea1619beffdb702a69b99a13e5eadd8ca25
 WHIRLPOOL 
4511273497f32ae726cce8153a83bca31b529e21dd73b1330cab9a8d56fc42fa993ae699631989f12625a25e4aa3aad9a25a036c86894a35c6f61c9c620ba037
 DIST dio-0.0.9.tgz 36688 SHA256 
2c80b63fbbbaead856cb468955c14dc328d1262621b0c704b122d902053c8156 SHA512 
7bca34a50a1c6cc1f28f47e62392d5a71bccf2783e12f510cc0101949c68d753650e19dbf9ef8172ba23c02680d30959791738353d89762f806ac7ae72a20058
 WHIRLPOOL 
ed6d1947ec9b0fe1721648727467c5d726bfca0c0e362afa5e6170a51cbe5dbea67bb0a54fb01219581295689f4c5d0b6626772bfae4378bda72b5f8ae6452fc

diff --git a/dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild
deleted file mode 100644
index 7e7e20a..
--- a/dev-php/pecl-dio/pecl-dio-0.0.7-r3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-
-PHP_EXT_NAME="dio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6"
-
-MY_PV=${PV/_rc/RC}
-PHP_EXT_S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Direct I/O functions for PHP"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-S="${PHP_EXT_S}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-raphf/

2017-01-04 Thread Michael Orlitzky
commit: 695001fdebd9b6df667bc21df887317744a8a248
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:55:15 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:55:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695001fd

dev-php/pecl-raphf: remove an unused revision.

Package-Manager: portage-2.3.0

 dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild 
b/dev-php/pecl-raphf/pecl-raphf-2.0.0.ebuild
deleted file mode 100644
index 0789ef1..
--- a/dev-php/pecl-raphf/pecl-raphf-2.0.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"
-
-PHP_EXT_NAME="raphf"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A reusable, persistent handle and resource factory API"
-LICENSE="BSD-2"
-SLOT="7"
-IUSE=""
-
-RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-propro/

2017-01-04 Thread Michael Orlitzky
commit: ba82b70e38a9a4edea01d9a2213dd689ba358632
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:53:56 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:53:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82b70e

dev-php/pecl-propro: remove an unused revision.

Package-Manager: portage-2.3.0

 dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild 
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
deleted file mode 100644
index e1e63f1..
--- a/dev-php/pecl-propro/pecl-propro-2.0.1.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"
-
-PHP_EXT_NAME="propro"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
-USE_PHP="php5-6 php7-0"
-
-inherit php-ext-pecl-r3
-
-# Only really build for 7.0
-USE_PHP="php7-0"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="A reusable property proxy API for PHP"
-LICENSE="BSD-2"
-SLOT="7"
-IUSE=""
-
-RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
-
-src_prepare() {
-   if use php_targets_php7-0 ; then
-   php-ext-source-r3_src_prepare
-   else
-   default_src_prepare
-   fi
-}



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

2017-01-04 Thread Michael Orlitzky
commit: 7f42ce700bdaa3204cd2d7b247f89f8fbe0f4116
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:22:11 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:22:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f42ce70

dev-php/tcpdf: remove old 5.x version.

Package-Manager: portage-2.3.0

 dev-php/tcpdf/Manifest |  1 -
 dev-php/tcpdf/metadata.xml |  2 +-
 dev-php/tcpdf/tcpdf-5.9.149.ebuild | 32 
 3 files changed, 1 insertion(+), 34 deletions(-)

diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 16d178b..9a1edb8 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1,2 +1 @@
-DIST tcpdf_5_9_149.zip 11636507 SHA256 
f08579dff46ef648bd3f076ca679b3932604edbef188cc504f38c243f8e9b362 SHA512 
c1821f59a5e46088bca424c047f3cf10bf9b9f68a63b2cd714d449a6cb6e06270285604b08be8fc660b5cd3785c3db00e46fc6a8d8f54e9f3bd86704f5a9aa07
 WHIRLPOOL 
4a357e5a689ceb2eb143d17957365b76a2ea0363c9003d3c8944e1bfb377f61bb053938235e8b56c62a6a1dffc6021e7c6a142d0dfee6a18d3ac3299bc19d6ed
 DIST tcpdf_6_0_096.zip 16734285 SHA256 
352086268b86900b9c6a68353ac5f31a86438d10f20f49797248f3f4b41e605b SHA512 
99a554d02ee5e1f5288a09c95aa11c3a1384112a133bf98069a08ec6b02d87459366645b6d0548cc293f71f85f2b9b661644e5151dab50834b6b5d70cc1126a5
 WHIRLPOOL 
31dc13ca81f927f8be84e425839088af0092b2e96246ce10480897ee3fa32d3d22020e45f29aa7ccf9d7f1ea5fbb480d8261138bb7e3f60e1c07554720435d5d

diff --git a/dev-php/tcpdf/metadata.xml b/dev-php/tcpdf/metadata.xml
index 6274550..4039147 100644
--- a/dev-php/tcpdf/metadata.xml
+++ b/dev-php/tcpdf/metadata.xml
@@ -6,6 +6,6 @@
PHP


-   tcpdf
+   tecnickcom/TCPDF

 

diff --git a/dev-php/tcpdf/tcpdf-5.9.149.ebuild 
b/dev-php/tcpdf/tcpdf-5.9.149.ebuild
deleted file mode 100644
index d6bb2df..
--- a/dev-php/tcpdf/tcpdf-5.9.149.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-KEYWORDS="~amd64 ~x86"
-
-MY_P=${PN}_${PV//./_}
-
-DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents"
-HOMEPAGE="http://www.tcpdf.org/;
-SRC_URI="mirror://sourceforge/tcpdf/${MY_P}.zip"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-lang/php"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
-   insinto "/usr/share/php/${PN}"
-   doins *.php tcpdf.*
-   doins -r config images fonts cache
-
-   dodoc CHANGELOG.TXT README.TXT
-
-   dohtml -r doc/*
-   use examples && dodoc -r examples
-}



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

2017-01-04 Thread Michael Orlitzky
commit: 4bbb247b790e3817f8185026d81f9b45325ef356
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:47:42 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb247b

dev-php/tcpdf: new version 6.2.13.

Package-Manager: portage-2.3.0

 dev-php/tcpdf/Manifest |  2 +-
 dev-php/tcpdf/tcpdf-6.0.096.ebuild | 32 
 dev-php/tcpdf/tcpdf-6.2.13.ebuild  | 37 +
 3 files changed, 38 insertions(+), 33 deletions(-)

diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 9a1edb8..dc0a87d 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1 +1 @@
-DIST tcpdf_6_0_096.zip 16734285 SHA256 
352086268b86900b9c6a68353ac5f31a86438d10f20f49797248f3f4b41e605b SHA512 
99a554d02ee5e1f5288a09c95aa11c3a1384112a133bf98069a08ec6b02d87459366645b6d0548cc293f71f85f2b9b661644e5151dab50834b6b5d70cc1126a5
 WHIRLPOOL 
31dc13ca81f927f8be84e425839088af0092b2e96246ce10480897ee3fa32d3d22020e45f29aa7ccf9d7f1ea5fbb480d8261138bb7e3f60e1c07554720435d5d
+DIST tcpdf-6.2.13.tar.gz 17003733 SHA256 
e64756a876f196c7acf2c91a9f55c8219fb5b7607a406a980a1907c8b92c4ffb SHA512 
df140a305b17e868d5af1a9cfe07f76c1c511f437e70ce09484049c48e7f4501d7b59ad2dbccea4daaee283867fa71ec03924aa40d37ed495b77f65383f6ef85
 WHIRLPOOL 
8c617757c3807eeed301684942cc417e7d00687d953a7ceab97fc9c279a8af0973a4a61ce1ea7a77fcc2ed94ac761d2907ad88cc59b30377b42a5d65e6320b2b

diff --git a/dev-php/tcpdf/tcpdf-6.0.096.ebuild 
b/dev-php/tcpdf/tcpdf-6.0.096.ebuild
deleted file mode 100644
index 79a95f2..
--- a/dev-php/tcpdf/tcpdf-6.0.096.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KEYWORDS="~amd64 ~x86"
-
-MY_P=${PN}_${PV//./_}
-
-DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents"
-HOMEPAGE="http://www.tcpdf.org/;
-SRC_URI="mirror://sourceforge/tcpdf/${MY_P}.zip"
-# Main source is LGPL-3+, some included fonts have other licenses
-LICENSE="LGPL-3+ GPL-3 BitstreamVera GPL-2"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-lang/php"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
-   insinto "/usr/share/php/${PN}"
-   doins *.php tcpdf.*
-   doins -r config include fonts tools
-
-   dodoc CHANGELOG.TXT README.TXT
-
-   use examples && dodoc -r examples
-}

diff --git a/dev-php/tcpdf/tcpdf-6.2.13.ebuild 
b/dev-php/tcpdf/tcpdf-6.2.13.ebuild
new file mode 100644
index ..1c1012d
--- /dev/null
+++ b/dev-php/tcpdf/tcpdf-6.2.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents"
+HOMEPAGE="http://www.tcpdf.org/;
+SRC_URI="https://github.com/tecnickcom/TCPDF/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+# Main source is LGPL-3+, some included fonts have other licenses
+LICENSE="LGPL-3+ GPL-3 BitstreamVera GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-lang/php"
+
+S="${WORKDIR}/${P^^}"
+
+src_install() {
+   insinto /etc
+   doins config/tcpdf_config.php
+   # Create a symlink for the config file, because the library will only
+   # look for it in its own source tree (not in /etc where we've put it).
+   dosym /etc/tcpdf_config.php 
"/usr/share/php/${PN}/config/tcpdf_config.php"
+
+   insinto "/usr/share/php/${PN}/tools"
+   doexe tools/tcpdf_addfont.php
+
+   insinto "/usr/share/php/${PN}"
+   doins tcpdf*.php
+   doins -r include fonts
+   dodoc CHANGELOG.TXT README.md
+
+   use examples && dodoc -r examples
+}



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

2017-01-04 Thread William Hubbs
commit: b73941f0c3020e3dbd1684d09685e114c678b520
Author: William Hubbs  gmail  com>
AuthorDate: Thu Jan  5 00:18:27 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jan  5 00:18:37 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b73941f0

mountinfo: make the path to /proc/mounts a constant

This path should not be hard coded in the open call.
Linux prior to 2.4.19 did not have /proc/self/mounts, so for now I'm
making this value /proc/mounts everywhere, but that may change to
/proc/self/mounts on linux; I'm not sure we should care about <2.4.19.

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

 src/rc/mountinfo.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c
index 29eb160..d9c25a3 100644
--- a/src/rc/mountinfo.c
+++ b/src/rc/mountinfo.c
@@ -46,6 +46,7 @@
 #include "_usage.h"
 
 const char *applet = NULL;
+const char *procmounts = "/proc/mounts";
 const char *extraopts = "[mount1] [mount2] ...";
 const char *getoptstring = "f:F:n:N:o:O:p:P:iste:E:" getoptstring_COMMON;
 const struct option longopts[] = {
@@ -323,7 +324,7 @@ find_mounts(struct args *args)
int netdev;
RC_STRINGLIST *list;
 
-   if ((fp = fopen("/proc/self/mounts", "r")) == NULL)
+   if ((fp = fopen(procmounts, "r")) == NULL)
eerrorx("getmntinfo: %s", strerror(errno));
 
list = rc_stringlist_new();



[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ps/

2017-01-04 Thread Michael Orlitzky
commit: df24fb3e2f2ce86c54f16a00bcd14f8b47462372
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:16:47 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:16:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df24fb3e

dev-php/pecl-ps: don't set eclass variables to default values.

Package-Manager: portage-2.3.0

 dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild | 5 +
 dev-php/pecl-ps/pecl-ps-1.4.0.ebuild| 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild 
b/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild
index 3e94102..dcc30b7 100644
--- a/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild
+++ b/dev-php/pecl-ps/pecl-ps-1.3.7-r1.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
 PHP_EXT_NAME="ps"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
 USE_PHP="php5-6"
 
 inherit php-ext-pecl-r3

diff --git a/dev-php/pecl-ps/pecl-ps-1.4.0.ebuild 
b/dev-php/pecl-ps/pecl-ps-1.4.0.ebuild
index 053a317..8ea1134 100644
--- a/dev-php/pecl-ps/pecl-ps-1.4.0.ebuild
+++ b/dev-php/pecl-ps/pecl-ps-1.4.0.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
 PHP_EXT_NAME="ps"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-
 USE_PHP="php5-6 php7-0"
 
 inherit php-ext-pecl-r3



[gentoo-commits] proj/kde:master commit in: kde-frameworks/frameworkintegration/

2017-01-04 Thread Andreas Sturmlechner
commit: 47911b679dc1c69b0c5810d2a66169a32e657cb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  5 00:08:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  5 00:10:04 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=47911b67

kde-frameworks/frameworkintegration: Add USE=appstream

Package-Manager: portage-2.3.0

 .../frameworkintegration/frameworkintegration-.ebuild   | 13 -
 kde-frameworks/frameworkintegration/metadata.xml|  3 +++
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git 
a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild 
b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
index bfc66d2..bde5f3b 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-.ebuild
@@ -10,17 +10,22 @@ inherit kde5
 DESCRIPTION="Framework for integrating Qt applications with KDE Plasma 
workspaces"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="X"
+IUSE="appstream X"
 
 RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep knewstuff)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
+   appstream? (
+   app-admin/packagekit-qt
+   dev-libs/appstream[qt5]
+   )
X? (
$(add_qt_dep qtx11extras)
x11-libs/libxcb
@@ -38,12 +43,10 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
+   $(cmake-utils_use_find_package appstream AppStreamQt)
+   $(cmake-utils_use_find_package appstream packagekitqt5)
$(cmake-utils_use_find_package X XCB)
-   -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
-   -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)
-   # appstream requires app-admin/packagekit-qt and
-   # not yet packaged AppStreamQt 0.10
 
kde5_src_configure
 }

diff --git a/kde-frameworks/frameworkintegration/metadata.xml 
b/kde-frameworks/frameworkintegration/metadata.xml
index 2fdbf33..e2bea7e 100644
--- a/kde-frameworks/frameworkintegration/metadata.xml
+++ b/kde-frameworks/frameworkintegration/metadata.xml
@@ -5,4 +5,7 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Enable AppStream software metadata 
support
+   
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/

2017-01-04 Thread Andreas Sturmlechner
commit: 683ca5690ac119610d8e6c4d0970bb21afa7e3ce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 23:48:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 23:48:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=683ca569

kde-frameworks/kwallet: Drop unused build option

Package-Manager: portage-2.3.0

 kde-frameworks/kwallet/kwallet-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kwallet/kwallet-.ebuild 
b/kde-frameworks/kwallet/kwallet-.ebuild
index 58e63d8..20f2bd8 100644
--- a/kde-frameworks/kwallet/kwallet-.ebuild
+++ b/kde-frameworks/kwallet/kwallet-.ebuild
@@ -34,7 +34,6 @@ DEPEND="${RDEPEND}
 
 src_configure() {
local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_KF5Gpgmepp=ON
$(cmake-utils_use_find_package gpg Gpgmepp)
$(cmake-utils_use_find_package man KF5DocTools)
)



[gentoo-commits] proj/kde:master commit in: kde-frameworks/baloo/

2017-01-04 Thread Andreas Sturmlechner
commit: 3049676b0a5c61d9e5c256cdd99f90064775d46b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  5 00:12:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan  5 00:12:02 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3049676b

kde-frameworks/baloo: Set KDE_TEST to forceoptional-recursive

Necessary because of subdir tests:
src/file/extractor/autotests

Package-Manager: portage-2.3.0

 kde-frameworks/baloo/baloo-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/baloo/baloo-.ebuild 
b/kde-frameworks/baloo/baloo-.ebuild
index 6cebdb3..7757f42 100644
--- a/kde-frameworks/baloo/baloo-.ebuild
+++ b/kde-frameworks/baloo/baloo-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional"
+KDE_TEST="forceoptional-recursive"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/

2017-01-04 Thread Andreas Sturmlechner
commit: 9b5caef797b7451724d8d97517236491cb995d30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 23:52:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 23:52:18 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b5caef7

kde-frameworks/kio: Set KDE_TEST to forceoptional-recursive

Necessary because of subdir tests:
src/ioslaves/trash/tests
src/kpasswdserver/autotests

Package-Manager: portage-2.3.0

 kde-frameworks/kio/kio-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-.ebuild 
b/kde-frameworks/kio/kio-.ebuild
index e10f710..608da30 100644
--- a/kde-frameworks/kio/kio-.ebuild
+++ b/kde-frameworks/kio/kio-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KDE_TEST="forceoptional"
+KDE_TEST="forceoptional-recursive"
 VIRTUALX_REQUIRED="test"
 inherit kde5
 



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

2017-01-04 Thread Michael Orlitzky
commit: 5c99a2bd31f269067a74d79cfc01c0eea5515e7e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jan  5 00:02:00 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Jan  5 00:02:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c99a2bd

dev-php/stringparser_bbcode: new EAPI=6 revision.

Package-Manager: portage-2.3.0

 ...er_bbcode-0.3.3.ebuild => stringparser_bbcode-0.3.3-r1.ebuild} | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3.ebuild 
b/dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3-r1.ebuild
similarity index 83%
rename from dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3.ebuild
rename to dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3-r1.ebuild
index cb3a435..c0ec692 100644
--- a/dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3.ebuild
+++ b/dev-php/stringparser_bbcode/stringparser_bbcode-0.3.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=6
 
 DESCRIPTION="A PHP class to parse BB codes"
 HOMEPAGE="http://christian-seiler.de/projekte/php/bbcode/index_en.html;
@@ -20,7 +20,5 @@ src_install() {
doins -r src/*
 
dodoc AUTHORS ChangeLog THANKS
-   if use doc ; then
-   dohtml -r doc/*
-   fi
+   use doc && dodoc -r doc/*
 }



[gentoo-commits] repo/gentoo:master commit in: dev-php/twig/, dev-php/twig/files/

2017-01-04 Thread Michael Orlitzky
commit: 1674ab8917306721a7e7f682d800620afce10b7f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Jan  4 23:52:04 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jan  4 23:52:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1674ab89

dev-php/twig: remove old version 1.20.0.

Package-Manager: portage-2.3.0

 dev-php/twig/Manifest   |  1 -
 dev-php/twig/files/channel.xml  | 16 
 dev-php/twig/twig-1.20.0.ebuild | 26 --
 3 files changed, 43 deletions(-)

diff --git a/dev-php/twig/Manifest b/dev-php/twig/Manifest
index fc83a66..382ee66 100644
--- a/dev-php/twig/Manifest
+++ b/dev-php/twig/Manifest
@@ -1,2 +1 @@
-DIST Twig-1.20.0.tgz 93341 SHA256 
8f41a64e548d7819daf7c4471a52ab0143836b8edeeba774152973e1f74af5a7 SHA512 
de033a85e1952ce6b2fdf7f27d19757b2de9ad3112aff794bbe7786d37f9e693e1cfb2754b2768e2d7d902df988929bbf2ac8f4a4d3f0c8e21fac12e7b94d4dd
 WHIRLPOOL 
0fe61486952df23516e347b5177ac59766b054caa173d679239be25ad0edb5fb0b1d0acfd0023b0ca62e7c5514131e270514c1808b5e24875935c94e120351b3
 DIST twig-1.29.0.tar.gz 240051 SHA256 
ca9823ae05a1d4225d0197590735116984da4473173db52a7d590a572a9b054e SHA512 
ba6fabb5d8be89f045763ed491ca78e2df4af34f3903271b1f974ecb444d96c1ccd6dff983e900a9b482629b50f59c62d2172089bd30f7ffe80fd83fc10c97ff
 WHIRLPOOL 
3f212cd794e75f022e7a4f3e2730dd322baa9e91ca0dfba41da7b5a39d02285d76b377eb18ba11210a77eca00b1fbc1d6a086fdaec90925a08d752434a92b3cf

diff --git a/dev-php/twig/files/channel.xml b/dev-php/twig/files/channel.xml
deleted file mode 100644
index 2581a36..
--- a/dev-php/twig/files/channel.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://pear.php.net/channel-1.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://pear.php.net/channel-1.0 
http://pear.php.net/dtd/channel-1.0.xsd;>
-pear.twig-project.org
-Twig PEAR channel
-twig
-
-
-
-http://pear.twig-project.org//rest/
-http://pear.twig-project.org//rest/
-http://pear.twig-project.org//rest/
-http://pear.twig-project.org//rest/
-
-
-
-
\ No newline at end of file

diff --git a/dev-php/twig/twig-1.20.0.ebuild b/dev-php/twig/twig-1.20.0.ebuild
deleted file mode 100644
index f0f6180..
--- a/dev-php/twig/twig-1.20.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-PHP_PEAR_PN="Twig"
-PHP_PEAR_URI="pear.twig-project.org"
-inherit php-pear-lib-r1
-
-DESCRIPTION="PHP templating engine with syntax similar to Django"
-HOMEPAGE="http://twig.sensiolabs.org/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   dodoc CHANGELOG README.rst
-   php-pear-lib-r1_src_install
-   rm -r "${D}"/usr/share/php/docs
-}



[gentoo-commits] proj/portage:master commit in: pym/_emerge/, pym/portage/tests/resolver/

2017-01-04 Thread Zac Medico
commit: 033477d6a4cc1adcabed966b8aa82b51b42af33c
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jan  4 00:54:47 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan  4 23:40:42 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=033477d6

_dep_check_composite_db: select highest in slot conflict (bug 554070)

Fix the _dep_check_composite_db._visible method to select the highest
version involved in a slot conflict, for consistency with the change
in ab07ac68fa1e04ed64e2e0f6c753ff169a32d517. The included unit test
fails without this fix.

Fixes: ab07ac68fa1e ("depgraph: select highest version involved in slot 
conflict (bug 554070)")
X-Gentoo-Bug: 554070
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=554070
Acked-by: Brian Dolbec  gentoo.org>

 pym/_emerge/depgraph.py|  10 +-
 .../resolver/test_imagemagick_graphicsmagick.py| 104 +
 2 files changed, 111 insertions(+), 3 deletions(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index e298337..7a1427d 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import division, print_function, unicode_literals
@@ -9130,8 +9130,12 @@ class _dep_check_composite_db(dbapi):
# into the same slot.
return True
 
-   in_graph = 
next(self._depgraph._dynamic_config._package_tracker.match(
-   self._root, pkg.slot_atom, installed=False), None)
+   # Use reversed iteration in order to get descending order here,
+   # so that the highest version involved in a slot conflict is
+   # selected (see bug 554070).
+   in_graph = next(reversed(list(
+   self._depgraph._dynamic_config._package_tracker.match(
+   self._root, pkg.slot_atom, installed=False))), None)
 
if in_graph is None:
# Mask choices for packages which are not the highest 
visible

diff --git a/pym/portage/tests/resolver/test_imagemagick_graphicsmagick.py 
b/pym/portage/tests/resolver/test_imagemagick_graphicsmagick.py
new file mode 100644
index 000..e5a3d7d
--- /dev/null
+++ b/pym/portage/tests/resolver/test_imagemagick_graphicsmagick.py
@@ -0,0 +1,104 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+from portage.tests import TestCase
+from portage.tests.resolver.ResolverPlayground import (
+   ResolverPlayground,
+   ResolverPlaygroundTestCase,
+)
+
+class ImageMagickGraphicsMagickTestCase(TestCase):
+
+   def testImageMagickUpdate(self):
+
+   ebuilds = {
+   "media-gfx/imagemagick-6.9.7.0" : {
+   "EAPI": "6",
+   "SLOT": "0/6.9.7.0",
+   },
+
+   "media-gfx/imagemagick-6.9.6.6" : {
+   "EAPI": "6",
+   "SLOT": "0/6.9.6.6",
+   },
+
+   "media-gfx/inkscape-0.91-r3" : {
+   "EAPI": "6",
+   "DEPEND": "media-gfx/imagemagick:=",
+   "RDEPEND": "media-gfx/imagemagick:=",
+   },
+
+   "media-video/dvdrip-0.98.11-r3" : {
+   "EAPI": "6",
+   "DEPEND": "|| ( 
media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick )",
+   "RDEPEND": "|| ( 
media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick )",
+   },
+
+   "media-gfx/graphicsmagick-1.3.25" : {
+   "EAPI": "6",
+   "SLOT": "0/1.3",
+   "IUSE": "imagemagick",
+   "RDEPEND": "imagemagick? ( 
!media-gfx/imagemagick )",
+   },
+   }
+
+   installed = {
+   "media-gfx/imagemagick-6.9.6.6" : {
+   "EAPI": "6",
+   "SLOT": "0/6.9.6.6",
+   },
+
+   "media-gfx/inkscape-0.91-r3" : {
+   "EAPI": "6",
+   "DEPEND": "media-gfx/imagemagick:0/6.9.6.6=",
+   "RDEPEND": "media-gfx/imagemagick:0/6.9.6.6=",
+   },
+
+   "media-video/dvdrip-0.98.11-r3" : {
+   "EAPI": "6",
+   "DEPEND": "|| ( 
media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick )",
+  

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

2017-01-04 Thread Patrice Clement
commit: e9c0602f16037ba0bac7f93a52340b117dbc3107
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jan  4 23:39:02 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan  4 23:39:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c0602f

x11-misc/xwinwrap: EAPI 6 bump.

Package-Manager: portage-2.3.0

 x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild 
b/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild
new file mode 100644
index ..980a195
--- /dev/null
+++ b/x11-misc/xwinwrap/xwinwrap-0_p4-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="replace a desktop background with a movie or screensaver"
+HOMEPAGE="http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap;
+SRC_URI="https://bazaar.launchpad.net/~shantanu-goel/xwinwrap/devel/tarball/4 
-> ${P}.tar.gz"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   x11-libs/libXext
+   x11-libs/libXrender"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/${PN}/devel"
+
+src_unpack() {
+   default
+   mv * ./"${P}" || die
+}
+
+src_compile() {
+   local cmd="$(tc-getCC) -Wall ${CFLAGS} ${PN}.c -o ${PN} ${LDFLAGS} \
+$(pkg-config --libs x11 xext xrender)"
+   ebegin $cmd
+   $cmd || die
+   eend $?
+}
+
+src_install() {
+   dobin "${PN}"
+}



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

2017-01-04 Thread Patrice Clement
commit: f78a0385d0bded071201e19a89f8d0c4a4ba1d16
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan  4 22:23:41 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan  4 23:24:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78a0385

x11-misc/wmctrl: EAPI 6 bump.

Package-Manager: portage-2.3.0

 x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild 
b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
new file mode 100644
index ..c9f0e25
--- /dev/null
+++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X 
Window Manager"
+HOMEPAGE="http://tomas.styblo.name/wmctrl/;
+SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2:2
+   x11-libs/libX11
+   x11-libs/libXt
+   x11-libs/libXmu"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   x11-proto/xproto"
+
+PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_install () {
+   emake DESTDIR="${D}" install
+   einstalldocs
+}



[gentoo-commits] proj/openrc:master commit in: src/rc/, src/librc/

2017-01-04 Thread William Hubbs
commit: c304522131a795cf882444b5f94e81db4baf65b3
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan  4 23:18:35 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan  4 23:18:35 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c3045221

Clean up warnings that can use the _unused macro

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

 src/librc/librc-misc.c | 3 ++-
 src/librc/librc.c  | 5 +++--
 src/rc/start-stop-daemon.c | 5 -
 src/rc/supervise-daemon.c  | 4 +++-
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c
index 45bdb7a..9d514bc 100644
--- a/src/librc/librc-misc.c
+++ b/src/librc/librc-misc.c
@@ -19,6 +19,7 @@
 
 #include "queue.h"
 #include "librc.h"
+#include "helpers.h"
 
 bool
 rc_yesno(const char *value)
@@ -118,7 +119,7 @@ rc_getline(char **line, size_t *len, FILE *fp)
 librc_hidden_def(rc_getline)
 
 char *
-rc_proc_getent(const char *ent)
+rc_proc_getent(const char *ent _unused)
 {
 #ifdef __linux__
FILE *fp;

diff --git a/src/librc/librc.c b/src/librc/librc.c
index 3d3277d..84c76b5 100644
--- a/src/librc/librc.c
+++ b/src/librc/librc.c
@@ -19,6 +19,7 @@ const char librc_copyright[] = "Copyright (c) 2007-2008 Roy 
Marples";
 
 #include "queue.h"
 #include "librc.h"
+#include 
 #ifdef __FreeBSD__
 #  include 
 #endif
@@ -232,7 +233,7 @@ detect_prefix(const char *systype)
 }
 
 static const char *
-detect_container(const char *systype)
+detect_container(const char *systype _unused)
 {
 #ifdef __FreeBSD__
if (systype) {
@@ -296,7 +297,7 @@ detect_container(const char *systype)
 }
 
 static const char *
-detect_vm(const char *systype)
+detect_vm(const char *systype _unused)
 {
 #ifdef __NetBSD__
if (systype) {

diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index eb5b4f7..b1c6e73 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -64,6 +64,7 @@ static struct pam_conv conv = { NULL, NULL};
 #include "rc.h"
 #include "rc-misc.h"
 #include "_usage.h"
+#include "helpers.h"
 
 const char *applet = NULL;
 const char *extraopts = NULL;
@@ -153,7 +154,9 @@ extern char **environ;
 # define SYS_ioprio_set __NR_ioprio_set
 #endif
 #if !defined(__DragonFly__)
-static inline int ioprio_set(int which, int who, int ioprio)
+static inline int ioprio_set(int which _unused,
+int who _unused,
+int ioprio _unused)
 {
 #ifdef SYS_ioprio_set
return syscall(SYS_ioprio_set, which, who, ioprio);

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index a47e47d..57d5519 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -62,6 +62,7 @@ static struct pam_conv conv = { NULL, NULL};
 #include "rc.h"
 #include "rc-misc.h"
 #include "_usage.h"
+#include "helpers.h"
 
 const char *applet = NULL;
 const char *extraopts = NULL;
@@ -124,7 +125,8 @@ extern char **environ;
 # define SYS_ioprio_set __NR_ioprio_set
 #endif
 #if !defined(__DragonFly__)
-static inline int ioprio_set(int which, int who, int ioprio)
+static inline int ioprio_set(int which _unused, int who _unused,
+int ioprio _unused)
 {
 #ifdef SYS_ioprio_set
return syscall(SYS_ioprio_set, which, who, ioprio);



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

2017-01-04 Thread William Hubbs
commit: 074d90f5a4e3b66e532a0becde372acf38346397
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan  4 22:11:35 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan  4 22:59:24 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=074d90f5

Drop the use of the _BSD_SOURCE macro on Linux

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

 mk/os-Linux.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/os-Linux.mk b/mk/os-Linux.mk
index 15666fc..3a3c516 100644
--- a/mk/os-Linux.mk
+++ b/mk/os-Linux.mk
@@ -11,7 +11,7 @@
 SFX=   .Linux.in
 PKG_PREFIX?=   /usr
 
-CPPFLAGS+= -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
+CPPFLAGS+= -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
 LIBDL= -Wl,-Bdynamic -ldl
 
 ifeq (${MKSELINUX},yes)



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

2017-01-04 Thread William Hubbs
commit: 92325b44ba58a7ca04d88ae8ca202b402b032b43
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan  4 22:56:09 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan  4 22:59:38 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=92325b44

Indentation fixes

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

 src/rc/start-stop-daemon.c | 24 
 src/rc/supervise-daemon.c  |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c
index 188169f..eb5b4f7 100644
--- a/src/rc/start-stop-daemon.c
+++ b/src/rc/start-stop-daemon.c
@@ -468,7 +468,7 @@ run_stop_schedule(const char *exec, const char *const *argv,
if (tkilled == 0) {
if (progressed)
printf("\n");
-   eerror("%s: no matching 
processes found", applet);
+   eerror("%s: no matching processes 
found", applet);
}
return tkilled;
}
@@ -696,17 +696,17 @@ int main(int argc, char **argv)
if (sscanf(tmp, "%d", ) != 1)
eerror("%s: invalid nice level `%s' (SSD_NICELEVEL)",
applet, tmp);
-   if ((tmp = getenv("SSD_IONICELEVEL"))) {
-   int n = sscanf(tmp, "%d:%d", , );
-   if (n != 1 && n != 2)
-   eerror("%s: invalid ionice level `%s' 
(SSD_IONICELEVEL)",
-   applet, tmp);
-   if (ionicec == 0)
-   ioniced = 0;
-   else if (ionicec == 3)
-   ioniced = 7;
-   ionicec <<= 13; /* class shift */
-   }
+   if ((tmp = getenv("SSD_IONICELEVEL"))) {
+   int n = sscanf(tmp, "%d:%d", , );
+   if (n != 1 && n != 2)
+   eerror("%s: invalid ionice level `%s' 
(SSD_IONICELEVEL)",
+   applet, tmp);
+   if (ionicec == 0)
+   ioniced = 0;
+   else if (ionicec == 3)
+   ioniced = 7;
+   ionicec <<= 13; /* class shift */
+   }
 
/* Get our user name and initial dir */
p = getenv("USER");

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index c1ef169..a47e47d 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -662,7 +662,7 @@ int main(int argc, char **argv)
fp = fopen(pidfile, "w");
if (! fp)
eerrorx("%s: fopen `%s': %s", applet, pidfile, strerror(errno));
-   fclose(fp);
+   fclose(fp);
 
child_pid = fork();
if (child_pid == -1)



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

2017-01-04 Thread William Hubbs
commit: 7056b56b3ccc9cbde4ef8297b923919c49c7c242
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jan  4 22:09:09 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jan  4 22:58:52 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7056b56b

Drop the use of the _BSD_SOURCE macro on GNU/Hurd

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

 mk/os-GNU.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/os-GNU.mk b/mk/os-GNU.mk
index 1fbc147..d5c4172 100644
--- a/mk/os-GNU.mk
+++ b/mk/os-GNU.mk
@@ -11,5 +11,5 @@
 SFX=   .GNU.in
 PKG_PREFIX?=   /usr
 
-CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 
-DPATH_MAX=4096
+CPPFLAGS+= -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -DMAXPATHLEN=4096 
-DPATH_MAX=4096
 LIBDL= -Wl,-Bdynamic -ldl



[gentoo-commits] proj/releng:master commit in: tools-musl/portage.amd64.hardened-stage4/package.use/, tools-musl/

2017-01-04 Thread Matt Thode
commit: 70ac10ef17473f220bd942dfc8401446e7d0ab39
Author: Matthew Thode  mthode  org>
AuthorDate: Wed Jan  4 23:19:47 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jan  4 23:19:47 2017 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=70ac10ef

make smaller stage4 musl tarballs and allow them to be versioned by date

 .../package.use/stage4 |  1 +
 tools-musl/run-stage4.sh   | 18 ++
 tools-musl/stage4-fsscript.sh  | 17 ++---
 tools-musl/stage4-hardened-amd64.spec  | 22 +-
 4 files changed, 38 insertions(+), 20 deletions(-)

diff --git a/tools-musl/portage.amd64.hardened-stage4/package.use/stage4 
b/tools-musl/portage.amd64.hardened-stage4/package.use/stage4
index 4b84ae6..7c0a650 100644
--- a/tools-musl/portage.amd64.hardened-stage4/package.use/stage4
+++ b/tools-musl/portage.amd64.hardened-stage4/package.use/stage4
@@ -1 +1,2 @@
 sys-boot/grub grub_platforms_pc
+app-admin/syslog-ng -tcpd

diff --git a/tools-musl/run-stage4.sh b/tools-musl/run-stage4.sh
index e79acc7..5bfe74e 100755
--- a/tools-musl/run-stage4.sh
+++ b/tools-musl/run-stage4.sh
@@ -1,5 +1,23 @@
+#!/bin/bash
+
+set -eu
+
+source /etc/catalyst/catalyst.conf
+
 MUSL_DIR="$( cd "$( dirname ${BASH_SOURCE[0]} )" && pwd )"
+MY_DATE="$(date +%Y%m%d)"
+
+# munge specfile for this run
 cp "${MUSL_DIR}"/stage4-hardened-amd64.spec 
"${MUSL_DIR}"/stage4-hardened-amd64-configured.spec
 sed -i "s|@REPO_DIR@|${MUSL_DIR}|g" 
"${MUSL_DIR}"/stage4-hardened-amd64-configured.spec
+sed -i "s|MY_DATE|${MY_DATE}|g" 
"${MUSL_DIR}"/stage4-hardened-amd64-configured.spec
 
+# catalyst stuff
 catalyst -f "${MUSL_DIR}"/stage4-hardened-amd64-configured.spec | tee -a 
"${MUSL_DIR}"/zzz.log
+
+# update link, rm -f returns 0 if file isn't there yet
+rm -f 
"${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.bz2"
+ln -s 
"${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened-${MY_DATE}.tar.bz2"
 "${storedir}/builds/musl/hardened/amd64/stage4-amd64-musl-hardened.tar.bz2"
+
+# remove old specfile
+rm "${MUSL_DIR}"/stage4-hardened-amd64-configured.spec

diff --git a/tools-musl/stage4-fsscript.sh b/tools-musl/stage4-fsscript.sh
index f222b1f..00777ba 100755
--- a/tools-musl/stage4-fsscript.sh
+++ b/tools-musl/stage4-fsscript.sh
@@ -51,6 +51,19 @@ nameserver 8.8.8.8
 nameserver 2001:4860:4860::
 EOL
 
+# make sure musl stuff is available
+echo "=app-portage/layman-2.4.1-r1 ~amd64" >> 
/etc/portage/package.keywords/layman
+echo "=dev-python/ssl-fetch-0.4 ~amd64" >> /etc/portage/package.keywords/layman
+emerge -vq --jobs=4 layman dev-vcs/git
+layman -L
+layman -a musl
+
+# shrink stuff down
+eselect python set python3.4
+emerge -C -q dev-lang/python:2.7 sys-boot/grub sys-devel/bc
+USE="-build" emerge -q --jobs=2 --usepkg=n --buildpkg=y @preserved-rebuild
+USE="-build" emerge --verbose=n --depclean
+
 # let's upgrade (security fixes and otherwise)
 USE="-build" emerge -uDNv --with-bdeps=y --buildpkg=y --jobs=2 @world
 USE="-build" emerge --verbose=n --depclean
@@ -59,13 +72,11 @@ etc-update --automode -5
 
 # Clean up portage
 emerge --verbose=n --depclean
-if [[ -a /usr/bin/eix ]]; then
-  eix-update
-fi
 emaint all -f
 eselect news read all
 eclean-dist --destructive
 sed -i '/^USE=\"\${USE}\ \ build\"$/d' /etc/portage/make.conf
+sed -i '/dev-util\/pkgconf/d' /var/lib/portage/world
 
 # clean up system
 passwd -d root

diff --git a/tools-musl/stage4-hardened-amd64.spec 
b/tools-musl/stage4-hardened-amd64.spec
index e4623cb..aae24bf 100644
--- a/tools-musl/stage4-hardened-amd64.spec
+++ b/tools-musl/stage4-hardened-amd64.spec
@@ -1,7 +1,7 @@
 subarch: amd64
 target: stage4
-version_stamp: hardened-musl-cloud-latest
-rel_type: default
+version_stamp: musl-hardened-MY_DATE
+rel_type: musl/hardened/amd64
 profile: hardened/linux/musl/amd64
 snapshot: current
 source_subpath: musl/hardened/amd64/stage3-amd64-musl-hardened
@@ -20,21 +20,10 @@ stage4/use:
urandom
 
 stage4/packages:
-   app-admin/logrotate
-   app-admin/sudo
app-admin/syslog-ng
-   app-editors/vim
-   app-portage/eix
-   app-portage/gentoolkit
+  dev-util/pkgconf
net-misc/dhcpcd
-   net-misc/iputils
-   sys-boot/grub
-   sys-apps/dmidecode
-   sys-apps/gptfdisk
sys-apps/iproute2
-   sys-apps/lsb-release
-   sys-apps/pciutils
-   sys-block/parted
sys-devel/bc
sys-power/acpid
sys-process/cronie
@@ -59,15 +48,14 @@ stage4/empty:
/tmp
/usr/portage/distfiles
/usr/src
-   /var/cache/edb/dep
-   /var/cache/genkernel
-   /var/cache/portage/distfiles
+  /var/cache
/var/empty
/var/run
/var/state
/var/tmp
 
 stage4/rm:
+   /boot/System.map-genkernel*
/etc/*-
/etc/*.old
/etc/ssh/ssh_host_*



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/

2017-01-04 Thread Patrice Clement
commit: 22c45c288aa7aa2653662d2335e3cf2bac370e1b
Author: Yuri Konotopov  gnome  org>
AuthorDate: Wed Jan  4 09:52:52 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jan  4 23:18:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c45c28

gnome-extra/chrome-gnome-shell: version bump.

Closes: https://github.com/gentoo/gentoo/pull/3318

 gnome-extra/chrome-gnome-shell/Manifest|  1 +
 .../chrome-gnome-shell/chrome-gnome-shell-8.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/gnome-extra/chrome-gnome-shell/Manifest 
b/gnome-extra/chrome-gnome-shell/Manifest
index b9a4966..4fa3000 100644
--- a/gnome-extra/chrome-gnome-shell/Manifest
+++ b/gnome-extra/chrome-gnome-shell/Manifest
@@ -1 +1,2 @@
 DIST chrome-gnome-shell-7.1.tar.xz 99712 SHA256 
0a1d791a149ceabdaec09bd65656781fde20618bd219f467a9f50f3c57d4842f SHA512 
da41068049c4d221cf7e1ed6d171fb63cd236ab5afc7374ec72774da092630ca1fb459b178c364a3d014919aedd3e875c1c698b5a42d4e3c7a2f49e0f2610743
 WHIRLPOOL 
04edac7e7980723833df589a70e46f474e71e1fe2e771ed98cd3e9181c890fc501b20aa3665c5322fcc9286771820fee08160d6dfc37ad084767db7db5812330
+DIST chrome-gnome-shell-8.tar.xz 143224 SHA256 
2621a1e0762ff39473180a0eed49414594ea3eae4812acd584d89374221b37c5 SHA512 
61acd4b0564892667bd1468430ddfff4c0cfbe92b573d8b7e4c5448c25266bd0ee6e89e9bebe08553de4f9661ceeea46f5af38d980051491c40ed7deb24e3277
 WHIRLPOOL 
9e6de120bc84a4f431201753587864f6878eca0937624eccaea60e9f7c20a385ee0867107f823b131dc58e0bac121cdccda6e42861a5bc4ebbb45b7be7b374f8

diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild 
b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild
new file mode 100644
index ..c51dd30
--- /dev/null
+++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, 
Opera browsers"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome;
+SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   app-misc/jq
+   sys-apps/coreutils
+"
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/gnome-shell
+"
+
+src_configure() {
+   local mycmakeargs=( -DBUILD_EXTENSION=OFF )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   # Chrome policy files should be removed with package.
+   # Otherwise it will not be possible to uninstall web extension
+   # from browser.
+   echo -n "CONFIG_PROTECT_MASK=\"" > 50"${PN}" || die
+   echo -n "/etc/chromium/policies/managed/${PN}.json " >> 50"${PN}" || die
+   echo "/etc/opt/chrome/policies/managed/${PN}.json\"" >> 50"${PN}" || die
+   doenvd 50"${PN}"
+
+   cmake-utils_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/files/, net-libs/libupnp/

2017-01-04 Thread Ian Whyman
commit: 8e22f7fc1f282cd32e56f0484f90a449ec76b317
Author: Ian Whyman  gentoo  org>
AuthorDate: Wed Jan  4 23:10:17 2017 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Wed Jan  4 23:10:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e22f7fc

net-libs/libupnp: Bump to 1.8.0, introduce 1.8 slot

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libupnp/Manifest  |  1 +
 .../libupnp/files/libupnp-1.8.0-docs-install.patch | 13 ++
 net-libs/libupnp/libupnp-1.8.0.ebuild  | 47 ++
 3 files changed, 61 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 63ea80a..f90322e 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -2,3 +2,4 @@ DIST libupnp-1.6.18.tar.bz2 1201056 SHA256 
b21bc676365622d3ace1b25292dab8d4d23f6
 DIST libupnp-1.6.19.tar.bz2 1213439 SHA256 
b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a SHA512 
97af62a7483cc19cfe80157cbc3383c1b4b7c9c39b848f4ed063784b74df0b9b0527f7b467e01451e0a44dbf9e8a9eab510619146a6ee1e3dce46f3e4af6e661
 WHIRLPOOL 
fe3ed0115c76872b45eb3f16909e23c61b004f028b745be17346b94dffd7c90108420cf71f50f73aa4ef241403b65b9d1c72926af3044ffacdae11f9649dad68
 DIST libupnp-1.6.20.tar.bz2 1243637 SHA256 
ee3537081e3ea56f66ada10387486823989210bc98002f098305551c966e3a63 SHA512 
754a3f587963078fc60e8a58f6b04536dac03d053c8cd14d4fd7e505a3417484fa03b72dd09ef92150f00263f270aa19646b7aab1b8707111aff53c43f8a120a
 WHIRLPOOL 
df2702b30a9e895371ba0647bfdd017fd17b4478feb691efaf754618fa032cb8ba72317030960676584da44dfc144f8b9bd07218799b40c2afa7fdee28e8b164
 DIST libupnp-1.6.21.tar.bz2 1245353 SHA256 
af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b SHA512 
65a2989497b941dfa1f7ac09fe44267de4a5231af25a304f0f6e754c7cbb578bdcb3c500188b5ebfbff9f579099db7501817d45e1724ef8e384d6d918bcdcdeb
 WHIRLPOOL 
b4869189054ac00d57394e0919ad2f672af64f2c2b0ecc676c2b3fc4a3c22caa25ac38b57bbb5cf1ef12a5857b4cdfd450c6bd5955a5eacaf8bdf95a058c9dab
+DIST libupnp-1.8.0.tar.gz 1380524 SHA256 
1ddfb4e12e947deb5637e0d5e09bbe7835dfc8fb8a57712346026afa029165b1 SHA512 
e2ae54352d747191f3ffc15c50481da515665fb35ddf6a9e488b6e1962e47803937bf078d0c2c5d56f8339cfd226ffba7433975363dc312e484ed22f83eda061
 WHIRLPOOL 
c3d4abf54d25e87a1d650a18c475097a47633e8bf7691248695a7682ecff8aca4419c8eb2db4d24d62ca5a7905321971adf924166c20876ee18dd32d846748a1

diff --git a/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch 
b/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch
new file mode 100644
index ..f0fbd04
--- /dev/null
+++ b/net-libs/libupnp/files/libupnp-1.8.0-docs-install.patch
@@ -0,0 +1,13 @@
+--- libupnp-1.6.19/upnp/sample/Makefile.am.orig2013-11-15 
19:50:02.0 +0400
 libupnp-1.6.19/upnp/sample/Makefile.am 2016-06-03 20:30:43.545081667 
+0300
+@@ -65,8 +65,8 @@
+ if WITH_DOCUMENTATION
+ examplesdir = $(docdir)/examples
+ examples_DATA = \
+-  $(tv_ctrlpt_1_8_SOURCES) \
+-  $(tv_device_1_8_SOURCES)
++  $(sort $(tv_ctrlpt_1_8_SOURCES) \
++  $(tv_device_1_8_SOURCES) )
+ endif
+ 
+ EXTRA_DIST = \

diff --git a/net-libs/libupnp/libupnp-1.8.0.ebuild 
b/net-libs/libupnp/libupnp-1.8.0.ebuild
new file mode 100644
index ..abee901
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.8.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils flag-o-matic autotools vcs-snapshot
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/;
+SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1.8"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux"
+IUSE="debug doc ipv6 static-libs"
+
+DOCS="NEWS README.md ChangeLog"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.0-docs-install.patch
+)
+
+src_prepare() {
+   default
+
+   # fix tests
+   chmod +x ixml/test/test_document.sh || die
+
+   eautoreconf
+}
+
+src_configure() {
+   use x86-fbsd && append-flags -O1
+   # w/o docdir to avoid sandbox violations
+   econf \
+   $(use_enable debug) \
+   $(use_enable ipv6) \
+   $(use_enable static-libs static) \
+   $(use_with doc documentation "${EPREFIX}/usr/share/doc/${PF}")
+}
+
+src_install () {
+   default
+   dobin upnp/sample/.libs/tv_{combo,ctrlpt,device}-1.8
+   use static-libs || prune_libtool_files
+}



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

2017-01-04 Thread Manuel Rüger
commit: afc163534e56ec53f3a40d6328fa42dc570b0734
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jan  4 22:53:10 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jan  4 22:53:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc16353

app-crypt/manuale: Version bump to 1.1.0

Package-Manager: portage-2.3.3

 app-crypt/manuale/Manifest |  1 +
 app-crypt/manuale/manuale-1.1.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-crypt/manuale/Manifest b/app-crypt/manuale/Manifest
index d1dc7f4..41b9671 100644
--- a/app-crypt/manuale/Manifest
+++ b/app-crypt/manuale/Manifest
@@ -1 +1,2 @@
 DIST manuale-1.0.3.tar.gz 13407 SHA256 
97a5108be4e603c43af4d9ac76305ef9d376964e94753702287c87b5c1d26a51 SHA512 
b413b28908ee0a2b2c441580e7e2098dfe90945a77314cd30a7029b49cfdb33caadcb25b7a5a98ce5b6b8c1b031a272ba072fc6d85eabf96813b02b4267ea184
 WHIRLPOOL 
aff7fe2c48e81c5a64799e82f2ed1e166fc168c0c0d697ad5b443ff06168e0b08bd06d7c52d7b5f9081b0d9db4da8147194adec3bf1f25b3287af89090f07b70
+DIST manuale-1.1.0.tar.gz 14015 SHA256 
e39ec3109153b1cd171678fff130fd36a6bc8ac129d24be8283854945069c3de SHA512 
b78d6468fba14738f0b33cb11817a61692bab2b18a3331b2696c6e1c070a202903be6d6f642da7dd35560b15ee5fe24afecebe51395bdacae59f04cc582b6b44
 WHIRLPOOL 
8b22942b6384c7bd9d09dc1540b7a6fb0b4ac7847cc7fa60778743908e8d930eede4a4f23e9a360e72534ca3402824978bd926defbbea085d33055f42273d6b4

diff --git a/app-crypt/manuale/manuale-1.1.0.ebuild 
b/app-crypt/manuale/manuale-1.1.0.ebuild
new file mode 100644
index ..e6e9f81
--- /dev/null
+++ b/app-crypt/manuale/manuale-1.1.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A fully manual Let's Encrypt client"
+HOMEPAGE="https://github.com/veeti/manuale;
+SRC_URI="https://github.com/veeti/manuale/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+
+DOCS=( README.md CHANGELOG.md)



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

2017-01-04 Thread Manuel Rüger
commit: 4ece7dee3ee7e8f5d4dadc9406037eee3064dfd4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Jan  4 22:51:09 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Jan  4 22:51:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ece7dee

app-misc/pdfpc: Version bump to 4.0.5

Package-Manager: portage-2.3.3

 app-misc/pdfpc/Manifest   |  1 +
 app-misc/pdfpc/pdfpc-4.0.5.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-misc/pdfpc/Manifest b/app-misc/pdfpc/Manifest
index f5586e8..20deecf 100644
--- a/app-misc/pdfpc/Manifest
+++ b/app-misc/pdfpc/Manifest
@@ -1,2 +1,3 @@
 DIST pdfpc-3.1.1.tgz 199004 SHA256 
ec5ffb9c2b55d1bac76172a6a13ed527ceed8cf0d659aca5e302f6a7185f00f2 SHA512 
554203094b18fe11fd085414961de6644df3c258ad52d46ad171cfd6c2199028bcbaa9560bdaba63d83f858b467407cc276972b34f341cc25260db1d1358e88d
 WHIRLPOOL 
bddcba6a4285ea2b58dd01f76b7b050db630eaa97de5bba32a66f7f85563e6a99763a52e82286297f605dfa59d9ff918007baab297e587968ac1c83e3d69e8a8
 DIST pdfpc-4.0.4.tar.gz 79981 SHA256 
3d22b262ff97ba16c4af651cfc439a758ee416500501574cc6cd909f3762b7ce SHA512 
f97dfad7bda327c59221fe2a09b6561a4a2e29333a436e893db68445f2e2163a92df082b3d6c7f6c2dffee73ba926933a9b36fd11ea9632133f73771834a7822
 WHIRLPOOL 
406e0ba7304be8934081262b65db637e30f26ed22aebcbd34d8454420ca90146138815f0ee5ab925ab2a028137dc96152e475ac1bac3f02437c0d8b1e190aff8
+DIST pdfpc-4.0.5.tar.gz 79849 SHA256 
dc2c333082b3e5294741d6bf184b04fd60962fed64956d2b63dea4ca51f32a65 SHA512 
c91d886f02ff9009abc06d95539a715940dd95872e78606b5ac26b0c2646459340b1730deab7ed53e0687e67c69c426ba4956a84e12c1df0248fd47bfdcff6e4
 WHIRLPOOL 
215031aa6a8f040440a4f9c9f9d4b6bc947f846847cf3d74590cc1ac59316596a09a33b637d368528e42bbcefeb1dc3088216487797ef271f79c19446a2e95ed

diff --git a/app-misc/pdfpc/pdfpc-4.0.5.ebuild 
b/app-misc/pdfpc/pdfpc-4.0.5.ebuild
new file mode 100644
index ..f9aedf3
--- /dev/null
+++ b/app-misc/pdfpc/pdfpc-4.0.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VALA_MIN_API_VERSION="0.26"
+VALA_MAX_API_VERSION="0.32" # fix sed line if you increase this
+
+inherit vala cmake-utils
+
+DESCRIPTION="Presenter console with multi-monitor support for PDF files"
+HOMEPAGE="http://pdfpc.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler:=[cairo]
+   dev-libs/glib:2
+   dev-libs/libgee:0.8
+   gnome-base/librsvg
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   sys-apps/dbus
+   x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+   $(vala_depend)"
+
+src_prepare() {
+   default
+   sed -i -e "s/valac-0.20/valac-0.32 valac-0.30 valac-0.28 valac-0.26/" 
cmake/vala/FindVala.cmake || die
+   vala_src_prepare
+}
+
+src_configure(){
+   local mycmakeargs=(
+   -DSYSCONFDIR="${EPREFIX}/etc"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/

2017-01-04 Thread Gilles Dartiguelongue
commit: e10d40f992b3519e1ce1bfe29f2d9b2ba0be67a2
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:34:33 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10d40f9

gnome-extra/gnome-software: cleanup old revision

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 gnome-extra/gnome-software/Manifest|  1 -
 .../gnome-software/gnome-software-3.22.1.ebuild| 81 --
 2 files changed, 82 deletions(-)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index 2bff240..5ca0e84 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-software-3.20.5.tar.xz 3533740 SHA256 
3880efea8edef3c34471cd9cba9ec8de1c06ef080d4dac723433df710f74b767 SHA512 
36a827ef459e96b44c32bee63dacf3ccd0acaaead79a21337a3ab54df60d8eec32afd14db7f0cb0f53f179a38fa628f75935898c8d5c1b8355404ab485b0cdcf
 WHIRLPOOL 
f5ddc104aeaf08474c7cb1bb41d25ac975a4fe81fc422d62f65eb6ad22788e125a48c377c939e3b07979a252afd48db6432b1779d1c8ad676e73874e6f2d85ed
-DIST gnome-software-3.22.1.tar.xz 3857348 SHA256 
427e6aa43eddd49d2937bb025691b52c41b686b7b00f1961d202527ced371012 SHA512 
d4da3decd0c85e2cf3332baaa92886112028ae3063b8bbf8315995d01ddb6b9a7e3841301cf4445a0b6cef9287dc554f8469d9e2e5f779c3105d686d5677f5ce
 WHIRLPOOL 
d42a8f836b41de3189ccc90252ec97a46b4cfae4035c04518c0d1f7a6e4cbd5d0281e03b178dac0c14e92e99729f6c31deb231c1b1e447b71714359debd62f41
 DIST gnome-software-3.22.2.tar.xz 3860332 SHA256 
4da096c227c07102902d3097053cba8d0fd95fd3194be56554bfe2be2a796e93 SHA512 
9a50294a6f91d0fa751751eb10fe98011c26df50e17aace0ea7f16563ffc26830e3c7d0eff7d2c5ee1ec179606b15424334c4f139c36486df2a93e262a635c91
 WHIRLPOOL 
5d084260fe2761eb75824614eef37854234d72d559da3cc70dcd15a602d80997bbd94ea51977d12974af7c25065f0f909158bf963464c59f20a8d6c0603cda41
 DIST gnome-software-3.22.4.tar.xz 3862040 SHA256 
315550e9df228e94ff16a0ee45a9317611a606d72434204ed0f5ac3c2b569c36 SHA512 
a91353c24dd5ca8605b7e6684a17ff7173d414785d2b72ee63f7bd619978f352ba230ca506dcba6ab9551fe42934674f043637dc007a35696f9e264c4e60deac
 WHIRLPOOL 
544641f4974f00bc4e0eeaf9a90b85d477fd499eb1fb335d86cfe2ef97a529d4cb3823aa1116cf681deebb5e824730ee124d699f55e4fdd347ab69bd05697b66

diff --git a/gnome-extra/gnome-software/gnome-software-3.22.1.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.22.1.ebuild
deleted file mode 100644
index be12046..
--- a/gnome-extra/gnome-software/gnome-software-3.22.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="http://wiki.gnome.org/Apps/Software;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome spell test udev"
-
-RDEPEND="
-   >=app-admin/packagekit-base-1.1.0
-   app-crypt/libsecret
-   dev-db/sqlite:3
-   >=dev-libs/appstream-glib-0.6.1:0
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/json-glib-1.1.1
-   >=gnome-base/gsettings-desktop-schemas-3.11.5
-   >=net-libs/libsoup-2.51.92:2.4
-   sys-auth/polkit
-   >=x11-libs/gdk-pixbuf-2.31.5
-   >=x11-libs/gtk+-3.20:3
-   gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= )
-   spell? ( app-text/gtkspell:3 )
-   udev? ( virtual/libgudev )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.2
-   dev-libs/libxslt
-   >=dev-util/intltool-0.35
-   virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-# test? ( dev-util/valgrind )
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   # valgrind fails with SIGTRAP
-   sed -e 's/TESTS = .*/TESTS =/' \
-   -i "${S}"/src/Makefile.{am,in} || die
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # FIXME: investigate limba and firmware update support
-   gnome2_src_configure \
-   --enable-man \
-   --enable-packagekit \
-   --enable-polkit \
-   --disable-firmware \
-   --disable-limba \
-   --disable-ostree \
-   --disable-rpm \
-   --disable-steam \
-   --disable-xdg-app \
-   $(use_enable spell gtkspell) \
-   $(use_enable test dogtail) \
-   $(use_enable test tests) \
-   $(use_enable udev gudev)
-}
-
-src_test() {
-   virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
-}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 616bbb2e68a475211d0d4be8f58636f3b9ba1d3d
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:31:52 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616bbb2e

gnome-base/gvfs: bump to 1.30.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-base/gvfs/Manifest   |   1 +
 gnome-base/gvfs/gvfs-1.30.3.ebuild | 131 +
 2 files changed, 132 insertions(+)

diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
index 88d8354..51fd6ef 100644
--- a/gnome-base/gvfs/Manifest
+++ b/gnome-base/gvfs/Manifest
@@ -2,3 +2,4 @@ DIST gvfs-1.24.2.tar.xz 1627808 SHA256 
0949eaedd1df7175f8d7ee2700df8210d1f854b8e
 DIST gvfs-1.26.3.tar.xz 1682264 SHA256 
a70f75fa60d66f3f478c0c8aec43d0e43455a8cc75a4dfa8029e51c816401b4a SHA512 
ce75dbb42c07572b4829deeacee39a1875a894bc874eb6e542ca42c3908150d890b7dbb39fadb744fecdab635fb1fedd3df31fabf5bd7be0fa537714f874c94e
 WHIRLPOOL 
d048d411caa614d5aebcb1026af5870d589661f4db527b07f525c1c1a68199e0d6b8a428f6d9afa0291a7222d04c723d1442c08cc132fc1fc30973fc3946da3c
 DIST gvfs-1.28.3.tar.xz 1497040 SHA256 
458c4cb68570f6ef4a9e152995c62d0057c3e0a07ed64d84c7200cdd22f0bd17 SHA512 
a448ea9878b71c8d11933cbcf951fd0b0f7a2a849cb9dd5da9950967150d2c39b6d571a8000cd765334436d869d26ca0108eb656e84571ac9a33d0c6bd9334b7
 WHIRLPOOL 
7b21ec5cee926c1d7fe99f2f36ae982a3714812b6032d2732d6f0a4a3aaab264466ed95fb7beb5b6dee6b39d835c7586ebbd32c7d34b2b3726685c031b8671c1
 DIST gvfs-1.30.2.tar.xz 1893024 SHA256 
dd897a13af0728765baead44426e2cf968cd2c9caad3bee4d589970f7612c5d7 SHA512 
37d4529286057183047030351254ac844e3e2b318df194d29c310ca6bbe3696d3eb45e5d028aba65ecf7b31fef1db1948d63c29dfd2385671981af8b702eebef
 WHIRLPOOL 
09521a1de7ac7cac0c4db3d3a5072bc5c7ff97eb56aac768ada36207025ac5e0ee23c689508b272dc8fae14e64030564e82a3a50bdda50aca3a35a9e34f33b52
+DIST gvfs-1.30.3.tar.xz 1894852 SHA256 
b824a29489cae7f39e1a0fc0d154ac7b7bf43d8edd98ba83ffcad2f766d0f175 SHA512 
50af5b6c6e435f861371a77be988c28313a730f2310f963f2d1cd5282fa250e36997af1ed0df7196739933b4f5ed08d3b1bd6141927dcbcc7ba061d90756b408
 WHIRLPOOL 
c1380b760c8ef23d10eb119a5e4f67554add766a6b377ea5d4837a36aee12a1f478b550ccb4c6d4b62929714660810d5263a1455cba33bafc7c8acf45c02bfc4

diff --git a/gnome-base/gvfs/gvfs-1.30.3.ebuild 
b/gnome-base/gvfs/gvfs-1.30.3.ebuild
new file mode 100644
index ..e9821e2
--- /dev/null
+++ b/gnome-base/gvfs/gvfs-1.30.3.ebuild
@@ -0,0 +1,131 @@
+# 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 bash-completion-r1 gnome2 systemd
+
+DESCRIPTION="Virtual filesystem implementation for gio"
+HOMEPAGE="https://wiki.gnome.org/Projects/gvfs;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+
+IUSE="afp archive bluray cdda fuse google gnome-keyring gnome-online-accounts 
gphoto2 gtk +http ios mtp nfs policykit samba systemd test +udev udisks 
zeroconf"
+REQUIRED_USE="
+   cdda? ( udev )
+   google? ( gnome-online-accounts )
+   mtp? ( udev )
+   udisks? ( udev )
+   systemd? ( udisks )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   app-crypt/gcr:=
+   >=dev-libs/glib-2.49.3:2
+   sys-apps/dbus
+   dev-libs/libxml2:2
+   net-misc/openssh
+   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
+   archive? ( app-arch/libarchive:= )
+   bluray? ( media-libs/libbluray )
+   fuse? ( >=sys-fs/fuse-2.8.0 )
+   gnome-keyring? ( app-crypt/libsecret )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1:= )
+   google? (
+   >=dev-libs/libgdata-0.17.3:=[crypt,gnome-online-accounts]
+   >=net-libs/gnome-online-accounts-3.17.1:= )
+   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
+   gtk? ( >=x11-libs/gtk+-3.0:3 )
+   http? ( >=net-libs/libsoup-2.42:2.4 )
+   ios? (
+   >=app-pda/libimobiledevice-1.2:=
+   >=app-pda/libplist-1:= )
+   mtp? ( >=media-libs/libmtp-1.1.12 )
+   nfs? ( >=net-fs/libnfs-1.9.7 )
+   policykit? (
+   sys-auth/polkit
+   sys-libs/libcap )
+   samba? ( || (
+   ( >=net-fs/samba-3.4.6[smbclient] =net-fs/samba-4[client] ) )
+   systemd? ( >=sys-apps/systemd-206:0= )
+   udev? (
+   cdda? ( dev-libs/libcdio-paranoia )
+   virtual/libgudev:=
+   virtual/libudev:= )
+   udisks? ( >=sys-fs/udisks-1.97:2 )
+   zeroconf? ( >=net-dns/avahi-0.6 )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.4
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/

2017-01-04 Thread Gilles Dartiguelongue
commit: e5610ece88e3ddbfdeb390d0964a4448dd66a531
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:47:14 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5610ece

gnome-extra/evolution-ews: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-extra/evolution-ews/Manifest |  1 +
 .../evolution-ews/evolution-ews-3.22.3.ebuild  | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/gnome-extra/evolution-ews/Manifest 
b/gnome-extra/evolution-ews/Manifest
index 622e4fe..50543bc 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-ews-3.20.5.tar.xz 712400 SHA256 
dec65397f7c7e5ac591335e3b5c0fe5f8e8ff7c624d6555d08edf74933d7e424 SHA512 
1f4b850d1c7da861e727fecd4f8d7b4935b680ff72052335ace84b9518686457aaac879e0ae61fa0256e75b570770e61ae260cacdb771066dea20d80a599f175
 WHIRLPOOL 
4c1a36bcce66faf63549706822adc84eb44dc837f0a86f9c87588ed3257a89c1f240e94638bdff943156dc0cdaa18bbabc5f70cc6293222072d25682585dcb5f
 DIST evolution-ews-3.22.1.tar.xz 714064 SHA256 
678daee5933f4dfb000bb23f134523c2b10e5894c461ccf7fabfcf5af99feff8 SHA512 
199632c3eaa094a999e5bbd0c5c0bd068c3d5baeb39efb785d87238809eaee331dc4420e2829aeffd89d7bb4dc951cbd05666a62a31dbc155133c83255d74c42
 WHIRLPOOL 
deb15adea2df4959613d60dcd20dff9e9d0943615518ae88cb1d05d43a21730f2c2912a608d255a7343afcb520b266fb762ab3568c85c0b3e64b92dffaf0b0a4
 DIST evolution-ews-3.22.2.tar.xz 714656 SHA256 
8d8a258b4de9adbb79c4286625a7fede5c44378f4ef83ee09ff9dc766093363b SHA512 
a652c7e54286a01d6068f81c0e52605bc93089bfd9cd7c95993ddee63a2df1ad4f388c7efef86f554eb1687eaf5dcc3eb647b91b1c9625206c8658ed9e648992
 WHIRLPOOL 
7b143bc5a02169fd8d0bb067a56ce0db3d1ef15a8503f98eb8a45905da5bf37193af5f6d04a8bb1ba5c2d19d1ad85efb5454307bf941be64deb1ac98654b32df
+DIST evolution-ews-3.22.3.tar.xz 714744 SHA256 
177f4112a4ceb14578ca5821f95b672e724d601024ac84500b40836d680733cc SHA512 
48bb2afbfdb4dd91efd49c455b0d8cc46196741272d4105eef22a23d0b730eaf1e88dcbe0db1feeabacb1551946047515e6557a28b41029ac678c17682962627
 WHIRLPOOL 
ca5a1798da23e3a596b87ea9b3538a25648afb832c305c9463c5d5ac43f9fb070701577b4c89dc11291733aabfb22c50c7d430ca52a4706d0f73b205cffc9503

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.22.3.ebuild 
b/gnome-extra/evolution-ews/evolution-ews-3.22.3.ebuild
new file mode 100644
index ..e068f9c
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.22.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web 
Services"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-db/sqlite:3=
+   >=dev-libs/glib-2.40:2
+   dev-libs/libical:0=
+   >=dev-libs/libxml2-2
+   >=gnome-extra/evolution-data-server-${PV}:0=
+   >=mail-client/evolution-${PV}:2.0
+   >=net-libs/libsoup-2.42:2.4
+   >=x11-libs/gtk+-3:3
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.9
+   >=dev-util/intltool-0.35.5
+   virtual/pkgconfig
+   test? ( net-libs/uhttpmock )
+"
+
+src_configure() {
+   # We don't have libmspack, needing internal lzx
+   gnome2_src_configure \
+   --with-internal-lzx \
+   $(use_enable test tests)
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-software/

2017-01-04 Thread Gilles Dartiguelongue
commit: fb8eeff12d0158a52f7853cd3e96c94bd4f2406d
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:51:55 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8eeff1

gnome-extra/gnome-software: bump to 3.22.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-extra/gnome-software/Manifest|  1 +
 .../gnome-software/gnome-software-3.22.4.ebuild| 81 ++
 2 files changed, 82 insertions(+)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index f0fafaf..2bff240 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-software-3.20.5.tar.xz 3533740 SHA256 
3880efea8edef3c34471cd9cba9ec8de1c06ef080d4dac723433df710f74b767 SHA512 
36a827ef459e96b44c32bee63dacf3ccd0acaaead79a21337a3ab54df60d8eec32afd14db7f0cb0f53f179a38fa628f75935898c8d5c1b8355404ab485b0cdcf
 WHIRLPOOL 
f5ddc104aeaf08474c7cb1bb41d25ac975a4fe81fc422d62f65eb6ad22788e125a48c377c939e3b07979a252afd48db6432b1779d1c8ad676e73874e6f2d85ed
 DIST gnome-software-3.22.1.tar.xz 3857348 SHA256 
427e6aa43eddd49d2937bb025691b52c41b686b7b00f1961d202527ced371012 SHA512 
d4da3decd0c85e2cf3332baaa92886112028ae3063b8bbf8315995d01ddb6b9a7e3841301cf4445a0b6cef9287dc554f8469d9e2e5f779c3105d686d5677f5ce
 WHIRLPOOL 
d42a8f836b41de3189ccc90252ec97a46b4cfae4035c04518c0d1f7a6e4cbd5d0281e03b178dac0c14e92e99729f6c31deb231c1b1e447b71714359debd62f41
 DIST gnome-software-3.22.2.tar.xz 3860332 SHA256 
4da096c227c07102902d3097053cba8d0fd95fd3194be56554bfe2be2a796e93 SHA512 
9a50294a6f91d0fa751751eb10fe98011c26df50e17aace0ea7f16563ffc26830e3c7d0eff7d2c5ee1ec179606b15424334c4f139c36486df2a93e262a635c91
 WHIRLPOOL 
5d084260fe2761eb75824614eef37854234d72d559da3cc70dcd15a602d80997bbd94ea51977d12974af7c25065f0f909158bf963464c59f20a8d6c0603cda41
+DIST gnome-software-3.22.4.tar.xz 3862040 SHA256 
315550e9df228e94ff16a0ee45a9317611a606d72434204ed0f5ac3c2b569c36 SHA512 
a91353c24dd5ca8605b7e6684a17ff7173d414785d2b72ee63f7bd619978f352ba230ca506dcba6ab9551fe42934674f043637dc007a35696f9e264c4e60deac
 WHIRLPOOL 
544641f4974f00bc4e0eeaf9a90b85d477fd499eb1fb335d86cfe2ef97a529d4cb3823aa1116cf681deebb5e824730ee124d699f55e4fdd347ab69bd05697b66

diff --git a/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild 
b/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild
new file mode 100644
index ..10a2e6a
--- /dev/null
+++ b/gnome-extra/gnome-software/gnome-software-3.22.4.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="Gnome install & update software"
+HOMEPAGE="http://wiki.gnome.org/Apps/Software;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome spell test udev"
+
+RDEPEND="
+   >=app-admin/packagekit-base-1.1.0
+   app-crypt/libsecret
+   dev-db/sqlite:3
+   >=dev-libs/appstream-glib-0.6.5:0
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/json-glib-1.1.1
+   >=gnome-base/gsettings-desktop-schemas-3.11.5
+   >=net-libs/libsoup-2.51.92:2.4
+   sys-auth/polkit
+   >=x11-libs/gdk-pixbuf-2.31.5
+   >=x11-libs/gtk+-3.20:3
+   gnome? ( >=gnome-base/gnome-desktop-3.17.92:3= )
+   spell? ( app-text/gtkspell:3 )
+   udev? ( virtual/libgudev )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.2
+   dev-libs/libxslt
+   >=dev-util/intltool-0.35
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+# test? ( dev-util/valgrind )
+
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   # valgrind fails with SIGTRAP
+   sed -e 's/TESTS = .*/TESTS =/' \
+   -i "${S}"/src/Makefile.{am,in} || die
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # FIXME: investigate limba and firmware update support
+   gnome2_src_configure \
+   --enable-man \
+   --enable-packagekit \
+   --enable-polkit \
+   --disable-firmware \
+   --disable-limba \
+   --disable-ostree \
+   --disable-rpm \
+   --disable-steam \
+   --disable-xdg-app \
+   $(use_enable spell gtkspell) \
+   $(use_enable test dogtail) \
+   $(use_enable test tests) \
+   $(use_enable udev gudev)
+}
+
+src_test() {
+   virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 135c336181466c6f86437a5a8b4b40a523a6b12b
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:25:03 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135c3361

app-text/gspell: bump to 1.2.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 app-text/gspell/Manifest|  1 +
 app-text/gspell/gspell-1.2.2.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/app-text/gspell/Manifest b/app-text/gspell/Manifest
index 841a956..191515f 100644
--- a/app-text/gspell/Manifest
+++ b/app-text/gspell/Manifest
@@ -1,3 +1,4 @@
 DIST gspell-0.1.2.tar.xz 355128 SHA256 
e8625c57296b6c178bc37659f023342f8edefaaa2c5eccf40de8bd479dbfa8f0 SHA512 
8d9bd61f378929217b9461debb58df5070952539f30f6ee211cf13f856dfe5d5216468679a8d7d7b08df47ee6b7b45f25b2b6400212a83de9563e2bf175905bb
 WHIRLPOOL 
44334ac608e9a66c5a6bf011ad21d7d368e29d7923079e947ed5484ae0c7847df1f29dc255979d0da844e1ecba16fa19dfae5b84aefd85287bc63de1465d3ffa
 DIST gspell-1.0.3.tar.xz 385772 SHA256 
d95905e6c631e34911e8e3feeb364815bf3fd7ccd1dac118a34bcbae70261bd5 SHA512 
c38159a988996c69ffd4ed7a348ab5eeef214632e57cf599541806b4317937f0f9ccb8d677182886fd281eb1a955cae595e6382924b1bd5f5edbe447b3e95e5b
 WHIRLPOOL 
c4dad122007264fe4a61039eb7aa38b04e4325fb3bf0916ddbcd1073988fe3acc13a9fe445023c113b87ea2ff59f93719d2efaa905d522aff5b070129098569b
 DIST gspell-1.2.1.tar.xz 395356 SHA256 
9f1c3e5f09693a786e8b8dfdc5f142e9c9641d8674ec687014be928073d3f1a3 SHA512 
c1073b314dd478ae8b9fc26ad141b8b560e22f7e26aac49f53fcfb687de914c3caaec9d83781213dc5e76cd2b17eecc801cd63b989deb4cf520539479de35588
 WHIRLPOOL 
ab2289d294f89927113e48277a87697fbe4bffeb6ad2cb3a36ce9279fd7cebf2fe308204c4a73c12fa11c558a6beb70e4631fb49f90771b212ae209b45a8
+DIST gspell-1.2.2.tar.xz 395120 SHA256 
d93c677b77e8b92cf00693ade6ea0d46e478fc5fe75cc508111428e77e90661e SHA512 
3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800
 WHIRLPOOL 
c3e42a619bb42da297130485c2bb691220e6844383c66f52ee9e73c9ad1899778d23db6edfce10fd8bd52e461d8d8bc46f7a7a4b64b9e3f7475774f4b5397799

diff --git a/app-text/gspell/gspell-1.2.2.ebuild 
b/app-text/gspell/gspell-1.2.2.ebuild
new file mode 100644
index ..5e42ce0
--- /dev/null
+++ b/app-text/gspell/gspell-1.2.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="Spell check library for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/gspell;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/1" # subslot = libgspell-1 soname version
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
+
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   app-text/iso-codes
+   >=app-text/enchant-1.6.0
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
+   vala? ( $(vala_depend) )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=dev-util/intltool-0.35.0
+   >=sys-devel/gettext-0.19.4
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 32188d81ecc7cacc69f5cfe6921ca212612a054e
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:50:15 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32188d81

x11-libs/gtk+: bump to 3.22.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 x11-libs/gtk+/Manifest   |   1 +
 x11-libs/gtk+/gtk+-3.22.5.ebuild | 234 +++
 2 files changed, 235 insertions(+)

diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
index 0669b86..8775dba 100644
--- a/x11-libs/gtk+/Manifest
+++ b/x11-libs/gtk+/Manifest
@@ -7,3 +7,4 @@ DIST gtk+-3.16.7.tar.xz 18294656 SHA256 
19689d14de54d182fad538153dbff6d41f53841f
 DIST gtk+-3.18.9.tar.xz 16800896 SHA256 
783d7f8b00f9b4224cc94d7da885a67598e711c2d6d79c9c873c6b203e83acbd SHA512 
348ff28fe2674ac50653cdd6909f028dee823bbaac786b21163f1896cac7b2ea1dbdc4ab54453402ac5b715317e42d6fe677fd0247364397a13bcb8757ab720c
 WHIRLPOOL 
f9e03ab29c15a130894524a0b270448990e756285e4af8e88de82c19cbece325e2532a06e091bff1e699374fc20c6b692ce7387576697378624989f55c0fa635
 DIST gtk+-3.20.9.tar.xz 17174872 SHA256 
83a609ba2f3424b5509e73967c49c67833af466d6f91081b24ee5c64fce6ac17 SHA512 
5848403959f76633511009231c80a814cfe24a7ba07c9429704f432191e51b54d3e6621ce5b578f7f21993920af3a45c8d03dad6ba03af5f9a342b32626e
 WHIRLPOOL 
7964b82dabf72b5d45a34565874ba02e0dda09b0f358f640ca0c602c3c7aa4618432829d047794f5f202424c34c837bbdc31ccb3c5457768e252f048afd30107
 DIST gtk+-3.22.4.tar.xz 18243596 SHA256 
7094a6fcfe133d01c578358bd5d3e499715f1a0206e87bd5cf6c834e301f387f SHA512 
d929dd3528a8ac29946a81e3140e69918c07c6d7eca35a69232307e1a63a263ebc787d5ff1077bc7d27da8ad45e151ac191adf57e09987d15d28b483428192e7
 WHIRLPOOL 
d222e4c30fbafb03dcc30450cdc52f0f8b8bc830e4ae0abd07cbf0a8f2cfc5df6fd8de247f0337f467c41d85bf37889de66cfcfee050812f8f25ee6f85e56812
+DIST gtk+-3.22.5.tar.xz 18250876 SHA256 
693fa0ac643c59ccd51db99cabe476b4e0a41fd4f0c3c8b3e3ef38f94b2e7334 SHA512 
f1969612a89c67fb0414843f3cc51ce91894c9fdfdf6b6e00472d761848b5b1be529d35f2da43c26d345e4b39e81980d2de53d16f194d96775ba21f3c6d0926c
 WHIRLPOOL 
6012dce8f5b55005124a2a51149505b368cf0e8d40dfa267dfe0f696227853d6b9e29f4e21d670449bdd850f4fda79242d60d95644e803143df29675439f6be1

diff --git a/x11-libs/gtk+/gtk+-3.22.5.ebuild b/x11-libs/gtk+/gtk+-3.22.5.ebuild
new file mode 100644
index ..33ba261
--- /dev/null
+++ b/x11-libs/gtk+/gtk+-3.22.5.ebuild
@@ -0,0 +1,234 @@
+# 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 eutils flag-o-matic gnome2 multilib virtualx multilib-minimal
+
+DESCRIPTION="Gimp ToolKit +"
+HOMEPAGE="http://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="3"
+IUSE="aqua broadway cloudprint colord cups examples +introspection test 
vim-syntax wayland X xinerama"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   xinerama? ( X )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+# Upstream wants us to do their job:
+# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
+RESTRICT="test"
+
+# FIXME: introspection data is built against system installation of gtk+:3,
+# bug #
+# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)
+COMMON_DEPEND="
+   >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
+   x11-misc/shared-mime-info
+
+   cloudprint? (
+   >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
+   >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
+   colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
+   cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   wayland? (
+   >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.7
+   media-libs/mesa[wayland,${MULTILIB_USEDEP}]
+   >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   

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

2017-01-04 Thread Gilles Dartiguelongue
commit: e8f06ea9c5878b5b16254bb0d584047aec830c11
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:49:00 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f06ea9

gnome-base/nautilus: bump to 3.22.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-base/nautilus/Manifest   |   1 +
 gnome-base/nautilus/nautilus-3.22.2.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 7145211..fb37021 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,2 +1,3 @@
 DIST nautilus-3.20.3.tar.xz 3437224 SHA256 
46600a2361a022a0170304aef7167caa29c0d52232063a3556bec6a77881310e SHA512 
dbd23fd88f66b80056970f3e189e85aadf4c8ecb7ee1e103acda2da2b1aef99cb40d1dbfaa1dc905a8adda4bb9e591badb1b6b9762c6dc5b6d9b9f175747959b
 WHIRLPOOL 
0036c7fe7e1d4494926c872bbec2a180cb262783c1e1a58c0f2f580dec8fcbeba56590060fda70a6fbd40b20282879afa1263bffaf998a529e3205b382370e4f
 DIST nautilus-3.22.1.tar.xz 5139460 SHA256 
17e37ffecebb2cf29e6bfb52111a951f0c67534b9dabf0210c12d15abb7dbddc SHA512 
cb27b1c476a6a19959050bf1ea6ae34a4e7136ea261efd922fc03e362ba1357f4709547ed8bbff9e1d4f8892aff5f08a9e03aadc8c52a6202c1d6d7f201e51f0
 WHIRLPOOL 
3687d2a8a52f512c6c5e47f20f096e6ed750cf83202714cae8b755df520373527292e4ca1e565226f145bf43ac33b035e0a1dc390711457635d6015763f73481
+DIST nautilus-3.22.2.tar.xz 5120196 SHA256 
ce1c9e97173b51750521971a26943593b397a08a2736b340ef5b130095ee65b3 SHA512 
2a11801ded930a0a8a699e385063954ff1e579c0c78ffc209c5da9c8f06fde91cccf01e6d6b97e4c1faee96d1fe3415197e8df14cb1cd876de42240d9f0eedae
 WHIRLPOOL 
d7cb14e0801e6aeefb220071bffbd7469cb41359e7a8f54a7f1ac165a86d4052ff5de8850c93692a7b63313c655074ede4885ae787196722f9df2c4038cb4f2b

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

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x264/

2017-01-04 Thread Gilles Dartiguelongue
commit: 4f0845823ebc5fb577d4146f1369de58a0b28725
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 21:48:23 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f084582

media-plugins/gst-plugins-x264: cleanup old revision

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/gst-plugins-x264/Manifest   |  1 -
 .../gst-plugins-x264/gst-plugins-x264-1.8.2.ebuild| 15 ---
 2 files changed, 16 deletions(-)

diff --git a/media-plugins/gst-plugins-x264/Manifest 
b/media-plugins/gst-plugins-x264/Manifest
index 7b2be4f..caaffe5 100644
--- a/media-plugins/gst-plugins-x264/Manifest
+++ b/media-plugins/gst-plugins-x264/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 SHA256 
4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873 SHA512 
16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
 WHIRLPOOL 
f72f224c5f486982370e9d264ad7c658324783b42e995eef759faf270a18d8f12261d90ac6e70af38579921b0970f7aba50c6d091edcd6dc3dda272bcbef755f
 DIST gst-plugins-ugly-1.4.5.tar.xz 846828 SHA256 
5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067 SHA512 
9353a5b9492758d8255fcab23c0eb170ec31e884774c22915b57cc4a2ed56bad61643d7bd44fcdb919e7ad9b2023d1d0fab23f9c9fda1cb2b9883c92ec6b6fc0
 WHIRLPOOL 
b212a4dcba654dac7866ad75551b26818349780b0d7905e63c45b75e21ffbb86ae0f4e9e79ef8bfb317149c2d4f01cbda2c6e2cf2cbcf58991bc09ba9aa85f4e
 DIST gst-plugins-ugly-1.6.3.tar.xz 859408 SHA256 
2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064 SHA512 
655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e
 WHIRLPOOL 
ee97135766cb3aa67bd931c92597449ed06c303a074dc0bfcc5d6b3042f3e5b4485b48bad5d7a84ac0db180b4a6e81a6726bfb52fcb7369977149b7ff6bb
-DIST gst-plugins-ugly-1.8.2.tar.xz 885728 SHA256 
9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac SHA512 
8f1d59a9b47a6ea5c69fbaa15c98a40d179bc9b1a7866a9899aaaccc72832cbd81f9e74d43457f7d2418d4957567a28e5ca49b77eb373575800d8c1bd449696f
 WHIRLPOOL 
49910077c97141d40884299f5663898813801cccf9af596c2463ef9c85abc46ce7249781c5afbc15913ffd2044d0e6334a64a5fd761da8b7abd9ac577e7632f7
 DIST gst-plugins-ugly-1.8.3.tar.xz 883200 SHA256 
6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693 SHA512 
b4297cbcb553997fbad47a39ad75f655e725629468c71b5af4b30d40309aa0924bd2bf790686db766f6eaacaf69850d1cebf88106dd2b3c24b65a511e54eb484
 WHIRLPOOL 
6203d6787a112f6cf75910f54bcea04e26057939c1e8b347af97c3b85c2d63d11dbe65285bb23e10007a27e5719493ce4b1c02739955f12f76f83b12ed38c574

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.2.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.2.ebuild
deleted file mode 100644
index e48e8ff..
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GST_ORG_MODULE=gst-plugins-ugly
-
-inherit gstreamer
-
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE=""
-
-# 20111220 ensures us X264_BUILD >= 120
-RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 16774a845ba3f339dc43ecbb5796043b9c907bf4
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 28 01:50:02 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16774a84

www-client/epiphany: bump to 3.22.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 www-client/epiphany/Manifest   |  1 +
 www-client/epiphany/epiphany-3.22.4.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 07310ec..13a6258 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -2,3 +2,4 @@ DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925c
 DIST epiphany-3.22.1.tar.xz 2285912 SHA256 
aab162ede54d71e583e382ab5e3567f28d81e0cd42719a11cad8008b56c5cc0e SHA512 
a624196bbe0ec75b441c43a88b83ed7129f69e9e54744aad225d66c53a2cc3b197fbdabf34ee82177d4c55dfb23c0cb7e3862a2e1d368eb2027e0bc85a9a4573
 WHIRLPOOL 
ef9a20d150232bae0e07e009b861fd5b3dc783a4f2cf8425fbeff3c2c9c7c3b2a679a2f8dd908b4208e144cf1a905a590de52c0edd5c582e3168990f2b754f30
 DIST epiphany-3.22.2.tar.xz 2288276 SHA256 
89a3603c5006e67e69496724ae1ed76c492eaae80ca3ba623a35eee799a28651 SHA512 
e753759f0ca29ce9330b1b64699516865f28eff4786cc6a245c8746b227354fcb25f9dd27cb1be5d187397407c930cbab562f3c008803b3e1182f0be00c8
 WHIRLPOOL 
3fe4000f192fb5cbfaef575a354f9721317c6dcc9a80a2d0b92959f8b003902fb02d61c1c808be80021a64a35a95fe90dbdff824e68540a1e4380e6c13c8
 DIST epiphany-3.22.3.tar.xz 2288828 SHA256 
a11fe3495009f776e354bcafac3ab8fc52788f5bdb9d5ee2c2f1f2f021fb49c2 SHA512 
934668c487ffd81abf874c99a5fbad2cdf5ebd1aa6619875bf0edf78f3f400b10f755e8dd5d7329441cf7d0f4a5d0bc871c5bbce3528113152e393d357b7a81b
 WHIRLPOOL 
2a73a5d119595028c3104f874e59157d5b83a8438245118f7a878e4da6b349d468497e7625b3785eafb97db57206b3f952060d0ead93a2327b466228bf069eca
+DIST epiphany-3.22.4.tar.xz 2287212 SHA256 
13a72507bc618fa452f016d3e1c9a059d8b66e7db15935c00900d79c54d56d6a SHA512 
0cdac78684ac926acbf80700ee29859b48389fea2b01aa6d756e54c3dde3dc2fcdb5a7c905b1e4f52071c23c25ea96ab4c9666ab000503fce36392ff0769300a
 WHIRLPOOL 
096e1ad34b796f2f5ae591c04ab4c8543c6cc81c59688ff1dc19bc610e9e657543fbc9ae2bac4cf555ae4d948523201095d9c507c2d3301ca6ec9000a6cf3f95

diff --git a/www-client/epiphany/epiphany-3.22.4.ebuild 
b/www-client/epiphany/epiphany-3.22.4.ebuild
new file mode 100644
index ..62c1121
--- /dev/null
+++ b/www-client/epiphany/epiphany-3.22.4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 virtualx
+
+DESCRIPTION="GNOME webbrowser based on Webkit"
+HOMEPAGE="https://wiki.gnome.org/Apps/Web;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-crypt/gcr-3.5.5:=
+   >=app-crypt/libsecret-0.14
+   >=app-text/iso-codes-0.35
+   >=dev-libs/glib-2.44.0:2[dbus]
+   >=dev-libs/libxml2-2.6.12:2
+   >=dev-libs/libxslt-1.1.7
+   >=gnome-base/gsettings-desktop-schemas-0.0.1
+   >=net-dns/avahi-0.6.22[dbus]
+   >=net-libs/webkit-gtk-2.14.2:4=
+   >=net-libs/libsoup-2.48:2.4
+   >=x11-libs/gtk+-3.19.1:3
+   >=x11-libs/libnotify-0.5.1:=
+   gnome-base/gnome-desktop:3=
+
+   dev-db/sqlite:3
+   x11-libs/libX11
+"
+# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   !www-client/epiphany-extensions
+"
+# paxctl needed for bug #407085
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-apps/paxctl
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
+   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
+
+   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
+   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
+)
+
+src_configure() {
+   gnome2_src_configure \
+   --enable-shared \
+   --disable-static \
+   --with-distributor-name=Gentoo \
+   $(use_enable test tests)
+}
+
+src_test() {
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: c9338dbd7effb03034e7f1c61e6efa1811d2e655
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Jan  3 16:54:44 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9338dbd

media-gfx/gnome-photos: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 media-gfx/gnome-photos/Manifest   |  1 +
 media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 5a09726..a53dc9b 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -2,3 +2,4 @@ DIST gnome-photos-3.20.3.tar.xz 927568 SHA256 
d1dd8bd8178dd1d0120abd2ff3e959fb11
 DIST gnome-photos-3.20.4.tar.xz 929828 SHA256 
9ca30753b96368b01d7dca91c130be8ba688ac6d200ff21101992f9171b4ee34 SHA512 
179d9e011186dd99dfe9da056c1b5a8ea2adf024fbead90e222ae0f350b78d9b4b7b73a67a21df0c2319fdeb9491e6c0180107768e9ae5ee0fe599bd5e2075ad
 WHIRLPOOL 
e3d6e7afd950310c36d85668efdc38bed8f28ab10d761e17b27ca16500369ec1befd56bb4630b344e611945e8c11b1305b48b3f2173a1a63a15eabdc00fb0fba
 DIST gnome-photos-3.22.1.tar.xz 960780 SHA256 
51aa6204e8bf126015894e77aecae34b56e3cb51c6788b6e1229603746d25f4a SHA512 
8261ab5dc2e26cbaf378ad88a4411bd00d8f66a10b7c4c370380ed856cf88a369a09592fed02f87a9a6ff75cca2feecc8527a0507d4f710cbb6c8130742d8561
 WHIRLPOOL 
e2844f220df3e2179b75d45cc4766eadf1539c7326eb016be10821825289b0986dbf7e4d9ea54b2adcca1509861f49a403434c0df43e0b90eb37be1206798cee
 DIST gnome-photos-3.22.2.tar.xz 961500 SHA256 
09b00488ca8086f149e9bd673266934b7447cf57790963090a5f93adc30a9720 SHA512 
cf38c9b81d50c20cfc1f76d8d66d5c4520dfb909a1ebba183817664cb2f4d42d86573b5c537b73d87de752d570a0d043acc37bedff20da3349f68969e9bb2128
 WHIRLPOOL 
0085f8256b83532306d9814dcd0346013dc943da09cfa60c9bd0ec224795d02812692ba546992731c1702adef321d3b51d1e2ff59c3bca1c138c776be3a1b4e5
+DIST gnome-photos-3.22.3.tar.xz 961204 SHA256 
5b8cce0f7ff5cb2b863c6d89455b1498b46b71eaebdb8cc2ce1c0fba6e6d2152 SHA512 
184211213d8d2749d15cca71fdb1e3274631948f6d9d0a09d0ce940374091c491d094e0fadd7a6cba70b9a8a7c13162c01fc693160bebab17fc192e5a27c254e
 WHIRLPOOL 
b60932ca190be304ea70b631212fd47b9bb77570a33e5e216b872bb15ecf47fe8f7969ec78e4014bd10d61ab75fa54cd9a36b9f6effbae1b608e9560d3365d1e

diff --git a/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild
new file mode 100644
index ..ba82a6c
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.22.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="Access, organize and share your photos on GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=app-misc/tracker-1:=[miner-fs]
+   >=dev-libs/glib-2.44:2
+   gnome-base/gnome-desktop:3=
+   >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
+   media-libs/babl
+   >=media-libs/gegl-0.3.5:0.3[cairo,jpeg2k,raw]
+   media-libs/gexiv2
+   >=media-libs/grilo-0.3.0:0.3=
+   >=media-libs/libpng-1.6:0=
+   media-plugins/grilo-plugins:0.3[upnp-av]
+   >=net-libs/gnome-online-accounts-3.8:=
+   >=net-libs/libgfbgraph-0.2.1:0.2
+   >=x11-libs/cairo-1.14
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.19.1:3
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.50.1
+   virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # XXX: how to deal with rdtscp support, x86intrin
+   gnome2_src_configure \
+   $(use_enable test dogtail)
+}
+
+src_test() {
+   virtx emake check
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: c8e6838c619b93663d75dc3792b3bba93accaee1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Dec  1 16:56:40 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e6838c

dev-libs/libpwquality: EAPI 6, python3_5

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2973

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

 dev-libs/libpwquality/libpwquality-1.3.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild 
b/dev-libs/libpwquality/libpwquality-1.3.0.ebuild
index 3dd2bdc..5dfe073 100644
--- a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild
+++ b/dev-libs/libpwquality/libpwquality-1.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit eutils multilib pam python-r1 toolchain-funcs
 
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   default
# ensure pkgconfig files go in /usr
sed -e 's:\(pkgconfigdir *=\).*:\1 
'${EPREFIX}/usr/$(get_libdir)'/pkgconfig:' \
-i src/Makefile.{am,in} || die "sed failed"



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 2ec0570f3ff1c983e5324a626de1d1fde779dfcc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:11:07 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec0570f

gnome-base/gvfs: re-add glibc sysmacro patch

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 gnome-base/gvfs/gvfs-1.30.3.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.30.3.ebuild 
b/gnome-base/gvfs/gvfs-1.30.3.ebuild
index e9821e2..85124c7 100644
--- a/gnome-base/gvfs/gvfs-1.30.3.ebuild
+++ b/gnome-base/gvfs/gvfs-1.30.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -81,6 +81,10 @@ DEPEND="${RDEPEND}
 # https://bugzilla.gnome.org/700162
 RESTRICT="test"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.30.2-sysmacros.patch #580234
+)
+
 src_prepare() {
if ! use udev; then
sed -e 's/gvfsd-burn/ /' \



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 7aa70f171498938a4e36630a37f6d300f8c0459c
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:59:41 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa70f17

x11-libs/gtksourceview: bump to 3.22.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 x11-libs/gtksourceview/Manifest|  1 +
 x11-libs/gtksourceview/gtksourceview-3.22.2.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
index 7b70956..962096b 100644
--- a/x11-libs/gtksourceview/Manifest
+++ b/x11-libs/gtksourceview/Manifest
@@ -3,3 +3,4 @@ DIST gtksourceview-3.16.1.tar.xz 1272152 SHA256 
669e9846ca744ec4d04ce61377e85df7
 DIST gtksourceview-3.18.2.tar.xz 1317804 SHA256 
60f75a9f0039e13a2281fc595b5ef7344afa06732cc53b57d13234bfb0a5b7b2 SHA512 
75e502264d7d9f63f9a2c9c884072cfc2d323c7cc49383b9b53916321ce20ef695e7a2dd0f6db67a4daf70ba84a3a907dfc6d9407ba5982adb976210e0589328
 WHIRLPOOL 
4143a624a0582a5d92de707b5167bc9805a5b484906977c4b0d195703d7bd113ebd677829f6e6c2c2d8d10cdae2041db99e8294e18e7114d53e15da6f233ad80
 DIST gtksourceview-3.20.4.tar.xz 1582240 SHA256 
7a0e6ac95ff3862bd8ef77a40e95a942939e73cb407f2eb67af600d7ce533d01 SHA512 
4b69759e77acd120da24683e9cacd994e5bcef4c7b6404bad2df930b228a39f99f9391e137583fadb4939189f66f088bd386192b4d23bc232d718804156db941
 WHIRLPOOL 
7fb3895b3eeb56375ead63b709d4e0b0b02a33fdfed745a9a714af2e72f80c548228201702d317519cc0fb655c8c2e39c60333275889d323a59efb22556b28a1
 DIST gtksourceview-3.22.1.tar.xz 1596868 SHA256 
a05b3f8bc866db4abad16528fc166ee31e9a2c90a933a99476bc474086a3b6af SHA512 
98d9396f98e2f3f0e20d10b37a0d32fa4147ae442e39146829d56d17886df4519676483d4d862afae317b9cb79fdde1f4c95eff34224291a569207cd2febcea4
 WHIRLPOOL 
461bd4f2267390c32c2be45e53312eb24e04fe0474ee44f9157f6f921aa80e0179115b1ab365c4ea936602aec03a0c903d24e7004e497d1ce9e75587934e3474
+DIST gtksourceview-3.22.2.tar.xz 1596384 SHA256 
6ce84231dd0931cc747708434ca2f344c65a092dd6e1a800283fe0748773af5e SHA512 
1d51a975471172835cd9af64828ba93eb1b45e26fae91b1778c5963a8578404bbbdf1fe7f2c92953dff436bf2dac2d9e01a5188216d2a60a705e4635f0c91b81
 WHIRLPOOL 
76f333a55d868f6e56bdf8ead44b541c78083a5a64d5b19ae2423a9b22cb8cf17e2fe063dd1a569baab192597c34dde42c6f104c27c13d40b364a81f71e8a183

diff --git a/x11-libs/gtksourceview/gtksourceview-3.22.2.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.22.2.ebuild
new file mode 100644
index ..9b2b002
--- /dev/null
+++ b/x11-libs/gtksourceview/gtksourceview-3.22.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"
+VALA_MIN_API_VERSION="0.24"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala virtualx
+
+DESCRIPTION="A text widget implementing syntax highlighting and other features"
+HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="3.0/3"
+
+IUSE="glade +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.48:2
+   >=dev-libs/libxml2-2.6:2
+   >=x11-libs/gtk+-3.20:3[introspection?]
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.25
+   >=sys-devel/gettext-0.19.4
+   dev-util/itstool
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-deprecations \
+   $(use_enable glade glade-catalog) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}
+
+src_test() {
+   virtx emake check
+}
+
+src_install() {
+   gnome2_src_install
+
+   insinto /usr/share/${PN}-3.0/language-specs
+   doins "${FILESDIR}"/2.0/gentoo.lang
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: acfd9eabc05a4f8fef195d4979900bc29d700252
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:23:01 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfd9eab

dev-util/meld: bump to 3.16.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 dev-util/meld/Manifest   |  1 +
 dev-util/meld/meld-3.16.4.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-util/meld/Manifest b/dev-util/meld/Manifest
index 526a6a5..75ae5d7 100644
--- a/dev-util/meld/Manifest
+++ b/dev-util/meld/Manifest
@@ -1,2 +1,3 @@
 DIST meld-3.16.2.tar.xz 533092 SHA256 
2dd3f58b95444bf721e0c912668c29cf8f47a402440b772ea12c4b9a0c94966f SHA512 
c528d905182db928b2f4b382ab5f67ff15e4e218532c0d8112919c233fe910db2bf5d80dd68e1494821f7113bc2925181b1c088c5ec640eb859f3c83e6c0ce64
 WHIRLPOOL 
3c117fe48d2975c37576b0f685aa86d8b07d0b37565e9a11fd0134dcf8acb06a96a81332cfcd5528866cc42d042fd13c515d3eabc88cc96993c838e4756c4409
 DIST meld-3.16.3.tar.xz 533156 SHA256 
efcae1530bf78113dfad42785ecb03cc06e48cd6a325c3e9236d99948269884c SHA512 
4985a7d774e69133bad79fef4280a73ec94624bea0391e6e354eeb23316c5c80f8edc23042f31555de96acd8916de2fa59c584850d45dcbe668e1d193a53bdc8
 WHIRLPOOL 
a06fce7b4b9e2cf49c4241e325887a566ee5e64d9017f425ff4278f8523951d0c5439769f6cc41042643864e74a81e50f02617a9e95bde7cee24a4d85db4
+DIST meld-3.16.4.tar.xz 537364 SHA256 
93c4f928319dae7484135ab292fe6ea4254123e8219549a66d3e2deba6a38e67 SHA512 
58ebca17b9ed9d9357d6f36357085603c3643eedbd86630a9a911ec87fd3a29a97a8e7ffba605b8e8d054322452ebdc299a5d50601968cf7b97d41ce6458be8f
 WHIRLPOOL 
c94fc2e5acbb839e4db60e841e5dcff1187a134f9f0f06a77b9b4ef25650e2987a8276258c298769a030026979ff32a032967683f0fc7c347e10072a9a4b5dcf

diff --git a/dev-util/meld/meld-3.16.4.ebuild b/dev-util/meld/meld-3.16.4.ebuild
new file mode 100644
index ..79faf36
--- /dev/null
+++ b/dev-util/meld/meld-3.16.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit gnome2 distutils-r1
+
+DESCRIPTION="A graphical diff and merge tool"
+HOMEPAGE="http://meldmerge.org/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.36:2[dbus]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.8:3[cairo,${PYTHON_USEDEP}]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.14:3[introspection]
+   >=x11-libs/gtksourceview-3.14:3.0[introspection]
+   x11-themes/hicolor-icon-theme
+"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/itstool
+   sys-devel/gettext
+"
+
+python_compile_all() {
+   mydistutilsargs=( --no-update-icon-cache --no-compile-schemas )
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 5ca3a30c0a1e7285d352b8e312e6e89091aecd69
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:17:51 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca3a30c

app-editors/latexila: bump to 3.22.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 app-editors/latexila/Manifest   |  1 +
 app-editors/latexila/latexila-3.22.1.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-editors/latexila/Manifest b/app-editors/latexila/Manifest
index dbf8d30..55bee8b 100644
--- a/app-editors/latexila/Manifest
+++ b/app-editors/latexila/Manifest
@@ -1,2 +1,3 @@
 DIST latexila-3.20.1.tar.xz 1113788 SHA256 
58edbe3a1d7734d590ed4b85387fb8ce2e0df351bde9cd25ed3ee29239c81089 SHA512 
22fd8eb6f6ae839404a6c1ca25b7bda796bcd740e2a66fde7d4fd92f8d412972b023e1769fda04247a0c0c4d97640b64ca3426d3285b4c94f33429a576d0b2ff
 WHIRLPOOL 
25aadbf3de455277b981d6c33a1cf307423d3c3355b3518acbfb2ea776eb2c463accae2ef24ae90dc5583c3d4069d981d26772f5440085b269f9bc6fe04a0451
 DIST latexila-3.22.0.tar.xz 1113648 SHA256 
f78b643d95bbc3867430b32684c859a13aa887c1433d0e8df91a51168b564e54 SHA512 
dbb2e195fa3224a9c5ce72ccec5c9c9b188c70152534846782791930107a9c9d761edef53bca2bb92ff20dd7c58413ecee2c4fa514d70a2d574b8f7e847b7673
 WHIRLPOOL 
1f792d4290f081a49be0d2fa0bcdac8b4e87c7d35b2c11d4e9cb3797a744785044ba6ccc0d655b645a3a620956b11b943b67998d5e6469880436a9e35be27c67
+DIST latexila-3.22.1.tar.xz 820 SHA256 
41692d850a48521d2a700ae296680464078ef0bef1c1383383b433c5ecdf2719 SHA512 
7c2d3b95b9547e97c79f5e6384b1f33ccb81e70cea1d26fcc07845f3f391ac54b5931ddcec742f3439ba55e8f9f2a2054935795ab16bee584eb05780a72ba3a9
 WHIRLPOOL 
bacdd353a29c79612bc7f9b786b9c9ff5c4d12bf595b6795eb498251d724be7a29915723e2a0d29ef8bef22b096259da540e8b11d5e6ac4287833abfbc306a9f

diff --git a/app-editors/latexila/latexila-3.22.1.ebuild 
b/app-editors/latexila/latexila-3.22.1.ebuild
new file mode 100644
index ..15ac698
--- /dev/null
+++ b/app-editors/latexila/latexila-3.22.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="Integrated LaTeX environment for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/LaTeXila;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+introspection +latexmk rubber"
+
+COMMON_DEPEND="
+   $(vala_depend)
+   app-text/enchant
+   >=app-text/gspell-1.0:0=
+   >=dev-libs/glib-2.40:2[dbus]
+   >=dev-libs/libgee-0.10:0.8=
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/gtk+-3.20:3
+   >=x11-libs/gtksourceview-3.18:3.0=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-1.30.0:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   virtual/latex-base
+   x11-themes/hicolor-icon-theme
+   latexmk? ( dev-tex/latexmk )
+   rubber? ( dev-tex/rubber )
+"
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.14
+   >=dev-util/intltool-0.50.1
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable introspection)
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 5a7e8f96a970bde800b995ad4993dcf68e5b3894
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:56:30 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7e8f96

app-misc/gnote: bump to 3.22.1

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.22.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index de6baba..46caaab 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1,3 +1,4 @@
 DIST gnote-3.20.1.tar.xz 3304760 SHA256 
75acffdc2c0cc8cd226dc4471e6624d523bbd86c415ef4e05be70cbbfd4014e7 SHA512 
1547442fec255579588404c17faa4ec7a8fc3445b68b55bd115b57daeb1924e77ba97b4a7b8c19979b97072912b4b761a6e7155370605a920cdc684dff5da222
 WHIRLPOOL 
f21ea792c271ed72aa5b2f8fc420ac09abafecc421da8e98084cdbca67c2a4fec8a180883fe476d89a44f55278430d472639abd89f3b3abcd1e1aa6c5009c138
 DIST gnote-3.20.2.tar.xz 3304528 SHA256 
fdc76ae31dc8925545806c1702cf74e1c8f387b16519ed995987194f688555eb SHA512 
59d28a8e9069abfbb0f9d29be31d31d39406b374bf9fce434cdb626b508faace5a7505d5fd08196fba938059d7100d85c837a71d97a27345ddf439c569aabc91
 WHIRLPOOL 
7ae787a43cc6e66400b607f68d2153a0c5651389a134b6870603aacfd278f06d06e41cc147c8f556936b5a85c807d606a44fcd09ce490415d135f614945ae392
 DIST gnote-3.22.0.tar.xz 3309040 SHA256 
fc2f562c08f29eec8b6c6985ed936bd62dc90388d8f06c3be59767bfe2f5f656 SHA512 
78a4441fb7fe744f266031aaad316e6d4f9f83e866e0033fc50478a8e126ef17227c2e11bf63afd289873c92af10277afcce77963616acbe273d46cf0c3b133d
 WHIRLPOOL 
2d50890f0efaf9b0f4e2056aed5d5e264a809d4e5e4189449147940dbba16a888a8a291a300206d4df7083562d8e50320d711e072c89481cae6a660ddc5dce76
+DIST gnote-3.22.1.tar.xz 3309984 SHA256 
fa9434c2ba11bea73bd63436e5fd76949aca4f66dfd902295629c66ef27cd5eb SHA512 
0bbf89b39699294fe5a373decf10bcd7f3a86a20c49b9d82699fb758c7cd27b6939764236a1a7ffe21964a2ae196780d0861123776b1568344935e0b649e2f5f
 WHIRLPOOL 
b36307a24800078843a1cf6217aa7f2a88f2c2f2cc6707ac0b93a7c735e8e820b3ed3f07132647cb47273286771006150a4fe05c425f63554e4da0dee0d100ae

diff --git a/app-misc/gnote/gnote-3.22.1.ebuild 
b/app-misc/gnote/gnote-3.22.1.ebuild
new file mode 100644
index ..7385afc
--- /dev/null
+++ b/app-misc/gnote/gnote-3.22.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="Desktop note-taking application"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
+
+LICENSE="GPL-3+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# Automagic glib-2.32 dep
+COMMON_DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gtkspell-3.0:3
+   >=dev-cpp/glibmm-2.32:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/boost-1.34:=
+   >=dev-libs/glib-2.32:2[dbus]
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=x11-libs/gtk+-3.20:3
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Do not alter CFLAGS
+   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
+   gnome2_src_prepare
+
+   if has_version net-fs/wdfs; then
+   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
+   synchronize notes."
+   else
+   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
+   If you want to use that functionality just emerge net-fs/wdfs.
+   Gnote will automatically detect that you did and let you use 
it."
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable debug)
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2017-01-04 Thread Gilles Dartiguelongue
commit: 70713f62bca2315ad5919a7eede5be99d45e6f47
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:45:08 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70713f62

gnome-extra/evolution-data-server: bump to 3.22.3

configure.ac now checks for libgdata pagination functions

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.22.3.ebuild| 128 +
 2 files changed, 129 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index ccc77b4..d846688 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.20.5.tar.xz 5067732 SHA256 
0d1586cd326d997497a2a6fddd939a83892be07cb20f8c88fda5013f8c5bbe7e SHA512 
8376331ae0ee96013d5c61b1da92393486d0eb9e0fed63199d4b6c28d92cb6d9dc45826fd65b476d894141d507742e8574168bc99b8704bebe8b39bbd297606e
 WHIRLPOOL 
3c3417603bd2a18c7a3370e32af7f1581fc399ebe6f721d0ac678a5978d667b58df2927eb02f240b4c2f139133e06f25e13a47879b7b7a470cd1283a186bba10
 DIST evolution-data-server-3.20.6.tar.xz 5069584 SHA256 
c9280149477cc0c75c20214814cfc54f0e5827c40080dadbbe4b4188479913aa SHA512 
0526e64c407bd569b8fb45faeb902cdc15e46e5020c4187d76102f8e0b3173fdd0a742383cfed8de0351dd719c2ad33b39c7d4cd656312d07526ae8b85198dbc
 WHIRLPOOL 
e229d245ae79c6ecc2910bc6f110314e568d6afc546157af4e2a98be85e67ac1615f4085f3a4df2a94e658881ef6aa1c6d336b4ae3211bd0a85b2a81eef64f91
 DIST evolution-data-server-3.22.2.tar.xz 5558204 SHA256 
c0498e0968a60c3e42d5f72416c6e36752bced73bb530aa028dbd0008efd2167 SHA512 
08ef1a0fbdca01ecbb253077443ffe04700a9443c5ace572bf7e14ad527cb27e2fe686481e4113c82d8ae0069ea8dec013650b9e948840b569bfac2e41812ed1
 WHIRLPOOL 
f5e8c9ffe1dfc6722e1872d991f014b29cbb24a387159cbb87c588e80bd2c6e436ee2e77aefe032f5cbd5b707abeff00040ce2d383ddedab796aff68e5cd3dc9
+DIST evolution-data-server-3.22.3.tar.xz 5558616 SHA256 
0c58dfc2bdd72ea5bef65e2ef9f2969c8ceef253d3e3150a894647a00d69cf4f SHA512 
17a8cb07cc516925a8cc27798d61935ddd0de2074f7a245283aec8932cd1f023c2c0cd5339b5896984656a560865017ea9df9d77e80deb7fc1f432a82f5ba935
 WHIRLPOOL 
f0ccfcf0080b785c5d35fd2afe072922c9538a10a60666459171e2b9d79e42ee30be2dd766abe1ffdca026a1f9f43b1764b60fc3dc1d5453bc3f55ce863ed36b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild
new file mode 100644
index ..fa33e59
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.22.3.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/59" # subslot = libcamel-1.2 soname version
+
+IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection 
ipv6 ldap kerberos vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
+
+# sys-libs/db is only required for migrating from <3.13 versions
+# gdata-0.15.1 is required for google tasks
+# berkdb needed only for migrating old calendar data, bug #519512
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libgdata-0.10:=
+   >=dev-libs/libical-0.43:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   )
+   google? (
+   >=dev-libs/json-glib-1.0.4
+   >=dev-libs/libgdata-0.15.1:=
+   >=net-libs/webkit-gtk-2.11.91:4
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   

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

2017-01-04 Thread Gilles Dartiguelongue
commit: b55aa4ace708ce3b9f3457905b1d2cf09f558e5f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:30:17 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55aa4ac

www-client/epiphany: cleanup old revisions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/epiphany/Manifest   |  2 -
 www-client/epiphany/epiphany-3.22.1.ebuild | 70 --
 www-client/epiphany/epiphany-3.22.2.ebuild | 70 --
 3 files changed, 142 deletions(-)

diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest
index 13a6258..3dd3774 100644
--- a/www-client/epiphany/Manifest
+++ b/www-client/epiphany/Manifest
@@ -1,5 +1,3 @@
 DIST epiphany-3.20.3.tar.xz 2182864 SHA256 
4d9de1bdb44c14adf25aa6dc02ea3de60925cff5eb01fe89545e6032c9b424a2 SHA512 
853a8efd67374f5550263cf4f102ac680b6b5bf1e948d5bb4448bc3dbe89401034709e391e527bce50a8f210cf2ae525d7f5c8e997fd665946986c5078caf3a9
 WHIRLPOOL 
a7736abe4e121b15f27dc5ca32a7d9f6a26e2526523d605d8394d179e362b99c99067f7a2bc6f36004b9424e0fe295b2f6bb7a294b7dfbcceb7bb0ce3a80420c
-DIST epiphany-3.22.1.tar.xz 2285912 SHA256 
aab162ede54d71e583e382ab5e3567f28d81e0cd42719a11cad8008b56c5cc0e SHA512 
a624196bbe0ec75b441c43a88b83ed7129f69e9e54744aad225d66c53a2cc3b197fbdabf34ee82177d4c55dfb23c0cb7e3862a2e1d368eb2027e0bc85a9a4573
 WHIRLPOOL 
ef9a20d150232bae0e07e009b861fd5b3dc783a4f2cf8425fbeff3c2c9c7c3b2a679a2f8dd908b4208e144cf1a905a590de52c0edd5c582e3168990f2b754f30
-DIST epiphany-3.22.2.tar.xz 2288276 SHA256 
89a3603c5006e67e69496724ae1ed76c492eaae80ca3ba623a35eee799a28651 SHA512 
e753759f0ca29ce9330b1b64699516865f28eff4786cc6a245c8746b227354fcb25f9dd27cb1be5d187397407c930cbab562f3c008803b3e1182f0be00c8
 WHIRLPOOL 
3fe4000f192fb5cbfaef575a354f9721317c6dcc9a80a2d0b92959f8b003902fb02d61c1c808be80021a64a35a95fe90dbdff824e68540a1e4380e6c13c8
 DIST epiphany-3.22.3.tar.xz 2288828 SHA256 
a11fe3495009f776e354bcafac3ab8fc52788f5bdb9d5ee2c2f1f2f021fb49c2 SHA512 
934668c487ffd81abf874c99a5fbad2cdf5ebd1aa6619875bf0edf78f3f400b10f755e8dd5d7329441cf7d0f4a5d0bc871c5bbce3528113152e393d357b7a81b
 WHIRLPOOL 
2a73a5d119595028c3104f874e59157d5b83a8438245118f7a878e4da6b349d468497e7625b3785eafb97db57206b3f952060d0ead93a2327b466228bf069eca
 DIST epiphany-3.22.4.tar.xz 2287212 SHA256 
13a72507bc618fa452f016d3e1c9a059d8b66e7db15935c00900d79c54d56d6a SHA512 
0cdac78684ac926acbf80700ee29859b48389fea2b01aa6d756e54c3dde3dc2fcdb5a7c905b1e4f52071c23c25ea96ab4c9666ab000503fce36392ff0769300a
 WHIRLPOOL 
096e1ad34b796f2f5ae591c04ab4c8543c6cc81c59688ff1dc19bc610e9e657543fbc9ae2bac4cf555ae4d948523201095d9c507c2d3301ca6ec9000a6cf3f95

diff --git a/www-client/epiphany/epiphany-3.22.1.ebuild 
b/www-client/epiphany/epiphany-3.22.1.ebuild
deleted file mode 100644
index 5654b64..
--- a/www-client/epiphany/epiphany-3.22.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 virtualx
-
-DESCRIPTION="GNOME webbrowser based on Webkit"
-HOMEPAGE="https://wiki.gnome.org/Apps/Web;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.5.5:=
-   >=app-crypt/libsecret-0.14
-   >=app-text/iso-codes-0.35
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=dev-libs/libxml2-2.6.12:2
-   >=dev-libs/libxslt-1.1.7
-   >=gnome-base/gsettings-desktop-schemas-0.0.1
-   >=net-dns/avahi-0.6.22[dbus]
-   >=net-libs/webkit-gtk-2.13.2:4=
-   >=net-libs/libsoup-2.48:2.4
-   >=x11-libs/gtk+-3.19.1:3
-   >=x11-libs/libnotify-0.5.1:=
-   gnome-base/gnome-desktop:3=
-
-   dev-db/sqlite:3
-   x11-libs/libX11
-"
-# epiphany-extensions support was removed in 3.7; let's not pretend it still 
works
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/adwaita-icon-theme
-   !www-client/epiphany-extensions
-"
-# paxctl needed for bug #407085
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-apps/paxctl
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751591
-   "${FILESDIR}"/${PN}-3.16.0-unittest-1.patch
-
-   # https://bugzilla.gnome.org/show_bug.cgi?id=751593
-   "${FILESDIR}"/${PN}-3.14.0-unittest-2.patch
-)
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-shared \
-   --disable-static \
-   --with-distributor-name=Gentoo \
-   $(use_enable test tests)
-}
-
-src_test() {
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/

2017-01-04 Thread Gilles Dartiguelongue
commit: 5d4cfcacc8d360f934a6add94f80c83465292dd9
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:46:43 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4cfcac

mail-client/evolution: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 mail-client/evolution/Manifest|   1 +
 mail-client/evolution/evolution-3.22.3.ebuild | 139 ++
 2 files changed, 140 insertions(+)

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index 4ec87b8..e828015 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-3.20.5.tar.xz 12133872 SHA256 
2e13551ce0996963506f0bdde5e01c3b8aa0622849a272ff12877cd595baeb6e SHA512 
4b974ac5d8f3918a8012192634e8d131b1f6af0ed40a32181eb9500bc43b8bf4cf29a6fc7e49620638ada8f2456117e263e6162f21c0e1deef81861789a97906
 WHIRLPOOL 
1ed38bd2b9de97ad50bb832e03b76bf94131e65f0cf05c555d9e62d0e908467382b7e879d8eeb9513a6a09396da77eb2b2ac3a0dd3b97c6f2cde373dd65222ae
 DIST evolution-3.22.1.tar.xz 12257260 SHA256 
fa652d830f4185c33666770e6e9cfcc39d5e2f09486bbd63a084f3527064e52e SHA512 
7306605160fd3ec8c710f65f4cdadd18b19e5b354748e896d0f3a381fc387b7c6017407db69acb681f67e944d15459d31bf9bd392e7c6071610e0be6d1b9
 WHIRLPOOL 
183c837ed6629c0fbe858cb8423f03a889db2398c2b4c060346628f111daeee1142ec2f53b12a25f5937e1af36b8002a36abed497236423d4ad19a07891b4643
 DIST evolution-3.22.2.tar.xz 12265296 SHA256 
670e4cb620d30a57480c7c6f4cfe4e3bef6175a6dddadb2a8607f3532a693d34 SHA512 
8727c7b1d0c9480825451d6813863d2f664a606fdbc8a353cc027a58533b30adeecd1bf804ad2ba1cec384bf3d5cbaedfd1c99e810a2e47882f10770df0c422f
 WHIRLPOOL 
8e05fcfa987d1ad443c1b962cc9b07ec0565b30a45647101af67ffbd73245a674b83b156cd18f8b9ed740d54e9bf7c167c19422c3f3c658ad3a04fe75485adb7
+DIST evolution-3.22.3.tar.xz 12269980 SHA256 
a7328b0f225e41654643514eefafb02e6819660fd989ec1e8feab4f17e93dc00 SHA512 
33d31d8c7dff30e026280fddc599085c1f9d0624e9c3ed95d9815787a48aebefc198b1bb2cb4bab75d283120c72275144ba4f158e8d82a6055c60dcd02b6addc
 WHIRLPOOL 
2e89b65d40f97597e7554fffe235b9477b6529b5eba73fbcb61b53bfd72515ca32c52f55585431ad4b122d14d5be29ea863536ba045dcbbfeb72a181e88301ac

diff --git a/mail-client/evolution/evolution-3.22.3.ebuild 
b/mail-client/evolution/evolution-3.22.3.ebuild
new file mode 100644
index ..4324cf8
--- /dev/null
+++ b/mail-client/evolution/evolution-3.22.3.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 flag-o-matic readme.gentoo-r1
+
+DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
+SLOT="2.0"
+
+IUSE="+bogofilter crypt geolocation highlight ldap spamassassin spell ssl 
+weather"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+# We need a graphical pinentry frontend to be able to ask for the GPG
+# password from inside evolution, bug 160302
+PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
+
+# glade-3 support is for maintainers only per configure.ac
+# pst is not mature enough and changes API/ABI frequently
+# dconf explicitely needed for backup plugin
+# gnome-desktop support is optional with --enable-gnome-desktop
+# gnome-autoar (currently disabled because no release has been made)
+COMMON_DEPEND="
+   >=app-crypt/gcr-3.4:=
+   >=app-text/enchant-1.1.7
+   >=dev-libs/glib-2.46:2[dbus]
+   >=dev-libs/libxml2-2.7.3:2
+   >=gnome-base/gnome-desktop-2.91.3:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
+   >=media-libs/libcanberra-0.25[gtk3]
+   >=net-libs/libsoup-2.42:2.4
+   >=net-libs/webkit-gtk-2.13.90:4
+   >=x11-libs/cairo-1.9.15:=[glib]
+   >=x11-libs/gdk-pixbuf-2.24:2
+   >=x11-libs/gtk+-3.10:3
+   >=x11-libs/libnotify-0.7:=
+   >=x11-misc/shared-mime-info-0.22
+
+   >=app-text/iso-codes-0.49
+   dev-libs/atk
+   gnome-base/dconf
+   dev-libs/libical:=
+   x11-libs/libSM
+   x11-libs/libICE
+
+   crypt? (
+   >=app-crypt/gnupg-1.4
+   ${PINENTRY_DEPEND}
+   x11-libs/libcryptui )
+   geolocation? (
+   >=media-libs/libchamplain-0.12:0.12[gtk]
+   >=media-libs/clutter-1.0.0:1.0
+   >=media-libs/clutter-gtk-0.90:1.0
+   >=sci-geosciences/geocode-glib-3.10.0
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/

2017-01-04 Thread Gilles Dartiguelongue
commit: c0886758e78a81f6c1b67feb2f823d21c0d11a4f
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:06:58 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0886758

gnome-extra/gnome-calendar: bump to 3.22.2

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 gnome-extra/gnome-calendar/Manifest|  1 +
 .../gnome-calendar/gnome-calendar-3.22.2.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index c0ef058..fc13c2b 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-calendar-3.20.4.tar.xz 2334648 SHA256 
eb39488c7087eb597d281f16414fe6439fc8280b618535a66db85e5cfceccc11 SHA512 
bd7925c3589d8b9464d29d7f6bfe875bd920acdaf71fe26ef2961943ac5409fd6b92b3950f8cc1c2c65c37067c7009b06cf9dac1d3c8240ec041a89d4a4b3091
 WHIRLPOOL 
9f327c8c669dc5117114bc7c50c95c7bae305d3aa2c7d0f360f151b0588221539622338de31eea7fdd7d2f95596aaab83494d3f2c436d3432995305cd4efefc3
 DIST gnome-calendar-3.22.1.tar.xz 2371412 SHA256 
e6a3670c63122c4b37fbe243a54486e019c1bfd9a27c709234fb81b9e0c13360 SHA512 
042b32a3173e24db6236545ffbd71548e26d804ef37b7cd880408b0aa17d15dbe89c3874563b4b785bf367ad1003ee8da2785dc6ea49ee13e4c6c1e78d806020
 WHIRLPOOL 
df9f228482410bc1c1bc3e172b7384e6e730602e4f49b4eb15a482ed18dcbe8ac2d6f4bb77022b1f2a8b1aed84c753573f8e70b12f3549cc609551eb799b81e3
+DIST gnome-calendar-3.22.2.tar.xz 2373628 SHA256 
3096278eb4ccfee32626280845236023bba8e0c9d332c319fb05cfdc910f SHA512 
5953513e8f0dc2efbf90e052fbe873bada052ae9b1dd638c4328a164886915b9166e46e0f0d93921338fd9979af792f966da11b17ed6f0a0c0a3fd6106576f10
 WHIRLPOOL 
d37b0fe9a4df014ef3ea4addc986ec6f7dce9e109e140fc8c93158696c0e439745c866b1ad166e34928f3405f0008d868f3dbe5ddde7f551ba884304da9fe03b

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.22.2.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-3.22.2.ebuild
new file mode 100644
index ..4a96039
--- /dev/null
+++ b/gnome-extra/gnome-calendar/gnome-calendar-3.22.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Manage your online calendars with simple and modern interface"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
+RDEPEND="
+   >=dev-libs/glib-2.43.4:2
+   >=dev-libs/libical-1.0.1
+   >=gnome-base/gsettings-desktop-schemas-3.21.2
+   >=gnome-extra/evolution-data-server-3.17.1:=
+   >=net-libs/gnome-online-accounts-3.2.0:=
+   >=x11-libs/gtk+-3.21.6:3
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   >=dev-util/intltool-0.40.6
+   sys-devel/gettext
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2017-01-04 Thread Gilles Dartiguelongue
commit: 956b5da47707022db5b3c7865efb5d3ebc482697
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:35:17 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956b5da4

net-libs/gnome-online-accounts: bump to 3.20.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 net-libs/gnome-online-accounts/Manifest|  1 +
 .../gnome-online-accounts-3.20.5.ebuild| 90 ++
 2 files changed, 91 insertions(+)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 9695d33..c801b0e 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-online-accounts-3.20.4.tar.xz 1387928 SHA256 
d5ca22404d1ef671a99f6b76ee09d4d4377ce9c86748fd1577b0a95a5129fa3f SHA512 
584f7b40006ea55958e8750c0bc1dca5ac014ff4920350d3de5df2a3717fc8845d235dd6ef7fc394b7f07a82b9092486832b7f594bb21b9b53ba23c321bbd5cd
 WHIRLPOOL 
24e2c72e67030682ab80a6570a8bf4056120fda27978eca3bf10a5714691b294be348d8e35a8cb97cd7ee90ecf6dde9ee7f0c6b5c92d056c38b790080b2cb746
+DIST gnome-online-accounts-3.20.5.tar.xz 1392952 SHA256 
36642f773ad67fd823db8a7610a9d3fa9400815a373fa56601e60389c16d4be5 SHA512 
99ee8218c2d2691a7718ffaa0fd05f4878ce641a5e3804c1303ce1021e4501bdc575755f2db0c85afc1537d9e7641e595105f48e52e7364243e0c8fb3a2961a3
 WHIRLPOOL 
366f1c1bf030b4d56e51d86883fa6fd75c7c9be7dcb79312cc9f438505696db90007829eb16733f2fbf235cef9453be319ec424becaaf77e7428c06df9dec085
 DIST gnome-online-accounts-3.22.1.tar.xz 1408072 SHA256 
83c2b707c0a7908c6fe93db1c415fa45bffb2b1d9fb4648badc749ce69cda50e SHA512 
454e2ff35e186f89dae14a720e4a89691d7161f41b622668fbb32181758211974cf104a45c86ffe3e5caf51a5f6ea9ffa8f1646d8719f96294d95efc9c03d63f
 WHIRLPOOL 
13ee0576fad15eba00271830466736d8aa05d50cbcc689541097cab5b5df261174db8a66f3d99af4f9f1ef65934817de8c86c292e664e478e21efb75cad2f93b
 DIST gnome-online-accounts-3.22.2.tar.xz 1402396 SHA256 
af56ca5af542592546f4569c05198ff39645e76ffc8de3c96120db8d0246433a SHA512 
1fe1a435b41548fb9481826325206cffe61153bfbeeb5397543805e97a3337fb78de1970b850f9489b9963c8cf8fc9dc6d2a8492cc6332caf0685e8970aa0795
 WHIRLPOOL 
52d84c1769463a3b7df786d8e666c18264196f8a0c15454c0a9cedf23ad6f007657d4c764e32acd3f7ad7d18cbf74024e9a3e7b51099a767b6df418984bbc12d

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.5.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.5.ebuild
new file mode 100644
index ..87efca6
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.20.5.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+IUSE="debug gnome +introspection kerberos" # telepathy"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=app-crypt/libsecret-0.5
+   >=dev-libs/json-glib-0.16
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/rest:0.7
+   net-libs/telepathy-glib
+   >=net-libs/webkit-gtk-2.7.2:4
+   >=x11-libs/gtk+-3.19.12:3
+   x11-libs/pango
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+   kerberos? (
+   app-crypt/gcr:0=
+   app-crypt/mit-krb5 )
+"
+#  telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.3
+   >=dev-util/gdbus-codegen-2.30.0
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# eautoreconf needs gobject-introspection-common, gnome-common
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   # TODO: Give users a way to set the G/FB/Windows Live secrets
+   # telepathy optional support is really a badly one, bug #494456
+   gnome2_src_configure \
+   --disable-static \
+   --enable-backend \
+   

[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2017-01-04 Thread Gilles Dartiguelongue
commit: 0b9b3cb3be8dc857917f59fb41a7a2f28bc1d459
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:36:04 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9b3cb3

net-libs/gnome-online-accounts: bump to 3.22.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 net-libs/gnome-online-accounts/Manifest|  1 +
 .../gnome-online-accounts-3.22.3.ebuild| 90 ++
 2 files changed, 91 insertions(+)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index c801b0e..6a8ff71 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -2,3 +2,4 @@ DIST gnome-online-accounts-3.20.4.tar.xz 1387928 SHA256 
d5ca22404d1ef671a99f6b76
 DIST gnome-online-accounts-3.20.5.tar.xz 1392952 SHA256 
36642f773ad67fd823db8a7610a9d3fa9400815a373fa56601e60389c16d4be5 SHA512 
99ee8218c2d2691a7718ffaa0fd05f4878ce641a5e3804c1303ce1021e4501bdc575755f2db0c85afc1537d9e7641e595105f48e52e7364243e0c8fb3a2961a3
 WHIRLPOOL 
366f1c1bf030b4d56e51d86883fa6fd75c7c9be7dcb79312cc9f438505696db90007829eb16733f2fbf235cef9453be319ec424becaaf77e7428c06df9dec085
 DIST gnome-online-accounts-3.22.1.tar.xz 1408072 SHA256 
83c2b707c0a7908c6fe93db1c415fa45bffb2b1d9fb4648badc749ce69cda50e SHA512 
454e2ff35e186f89dae14a720e4a89691d7161f41b622668fbb32181758211974cf104a45c86ffe3e5caf51a5f6ea9ffa8f1646d8719f96294d95efc9c03d63f
 WHIRLPOOL 
13ee0576fad15eba00271830466736d8aa05d50cbcc689541097cab5b5df261174db8a66f3d99af4f9f1ef65934817de8c86c292e664e478e21efb75cad2f93b
 DIST gnome-online-accounts-3.22.2.tar.xz 1402396 SHA256 
af56ca5af542592546f4569c05198ff39645e76ffc8de3c96120db8d0246433a SHA512 
1fe1a435b41548fb9481826325206cffe61153bfbeeb5397543805e97a3337fb78de1970b850f9489b9963c8cf8fc9dc6d2a8492cc6332caf0685e8970aa0795
 WHIRLPOOL 
52d84c1769463a3b7df786d8e666c18264196f8a0c15454c0a9cedf23ad6f007657d4c764e32acd3f7ad7d18cbf74024e9a3e7b51099a767b6df418984bbc12d
+DIST gnome-online-accounts-3.22.3.tar.xz 1404660 SHA256 
0bef86988f38e4b1a46c778ad160c4470c2197d75a4267966d5a5938a0b39b8f SHA512 
3ac301af58ff138dbd38923d9a2449912fa4cdd159f5bd8a727c10c553b01937c674d305fa5f7ce4d7a975841bc7409c57755fe0f4449d9f03d8358963c95870
 WHIRLPOOL 
14f280c2e23cd6c8dcb5e349fd231af683b0d0403a94f9c1bc8d323a893d8bb4dfe0a9592c59936fc27d9e04395c7903a59462fd9ef63cdc57296bf2062588da

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.3.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.3.ebuild
new file mode 100644
index ..87efca6
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.3.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+IUSE="debug gnome +introspection kerberos" # telepathy"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=app-crypt/libsecret-0.5
+   >=dev-libs/json-glib-0.16
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/rest:0.7
+   net-libs/telepathy-glib
+   >=net-libs/webkit-gtk-2.7.2:4
+   >=x11-libs/gtk+-3.19.12:3
+   x11-libs/pango
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+   kerberos? (
+   app-crypt/gcr:0=
+   app-crypt/mit-krb5 )
+"
+#  telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.3
+   >=dev-util/gdbus-codegen-2.30.0
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+# eautoreconf needs gobject-introspection-common, gnome-common
+
+# Due to sub-configure
+QA_CONFIGURE_OPTIONS=".*"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   # TODO: Give users a way to set the G/FB/Windows Live secrets
+   # telepathy optional support is really a badly one, bug #494456
+   gnome2_src_configure \
+   

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

2017-01-04 Thread Gilles Dartiguelongue
commit: 91f7929cc4821f830e8c9566ca644dbe904ccc8c
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Wed Dec 21 21:09:49 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f7929c

media-gfx/shotwell: bump to 0.24.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3208

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

 media-gfx/shotwell/Manifest   |  1 +
 media-gfx/shotwell/shotwell-0.24.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index 2ebc2c6..b665531 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -2,4 +2,5 @@ DIST shotwell-0.23.7.tar.xz 5348360 SHA256 
daa627aa69f17b1b9bef4ad5d4813c32e9a05
 DIST shotwell-0.24.0.tar.xz 5344220 SHA256 
95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 
151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32
 WHIRLPOOL 
79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae
 DIST shotwell-0.24.1.tar.xz 5348976 SHA256 
60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 
dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47
 WHIRLPOOL 
903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444
 DIST shotwell-0.24.2.tar.xz 5351736 SHA256 
5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359 SHA512 
f24c3e5f0e209678668b3af33ba7eedbe1602fe32b7f54f83ceae0cc5e21eaa92e24714cd60a84b9cc8be8b2e3a04b4f69714d41d2669f4acb6a293e6657282c
 WHIRLPOOL 
75305df6f96364accb1e7213bc41a10d88623c2d2c66c84467470ebfc7028d7c4893b834e0b65bc2dc072cd28f52eaa5ae3e79e3deed2fa9c62d2bcfb467ad07
+DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.3.ebuild 
b/media-gfx/shotwell/shotwell-0.24.3.ebuild
new file mode 100644
index ..46229c5
--- /dev/null
+++ b/media-gfx/shotwell/shotwell-0.24.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 multilib toolchain-funcs vala versionator
+
+MY_PV=$(get_version_component_range 1-2)
+DESCRIPTION="Open source photo manager for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-db/sqlite-3.5.9:3
+   >=dev-libs/glib-2.30.0:2
+   >=dev-libs/json-glib-0.7.6
+   >=dev-libs/libgee-0.8.5:0.8
+   >=dev-libs/libxml2-2.6.32:2
+   gnome-base/dconf
+   >=media-libs/gexiv2-0.4.90
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   media-libs/gstreamer:1.0
+   media-libs/lcms:2
+   >=media-libs/libexif-0.6.16:=
+   >=media-libs/libgphoto2-2.5:=
+   >=media-libs/libraw-0.13.2:=
+   media-plugins/gst-plugins-gdkpixbuf:1.0
+   >=net-libs/libsoup-2.26.0:2.4
+   net-libs/webkit-gtk:4
+   virtual/libgudev:=[introspection]
+   >=x11-libs/gtk+-3.12.2:3[X]
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.7
+   >=sys-devel/m4-1.4.13
+   virtual/pkgconfig
+"
+
+# This probably comes from libraries that
+# shotwell-video-thumbnailer links to.
+# Nothing we can do at the moment. #435048
+QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
+
+src_prepare() {
+   vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure --disable-static
+}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 6252b182e31bd55de784442b47a5411c820f6754
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:36:27 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6252b182

media-gfx/gnome-photos: cleanup old revision

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/gnome-photos/Manifest   |  1 -
 media-gfx/gnome-photos/gnome-photos-3.22.1.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index a53dc9b..640b199 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,5 +1,4 @@
 DIST gnome-photos-3.20.3.tar.xz 927568 SHA256 
d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996 SHA512 
05994d30eb9c21e17fffb6b852d9be33f3aa6cc136d6ca4cbacb585b5a2bec8c04fbcd7d490c43b66d0cf52830b39faa41e84e4788ce4ec580e4439524ba2131
 WHIRLPOOL 
c7f761d0d182e8048f51d8f041245132971f0ae39edf743819c4121df8cbd156d9741fb6dfa2aed028bf3b5478e7515a592e6e82a5092c2df671933bb371541b
 DIST gnome-photos-3.20.4.tar.xz 929828 SHA256 
9ca30753b96368b01d7dca91c130be8ba688ac6d200ff21101992f9171b4ee34 SHA512 
179d9e011186dd99dfe9da056c1b5a8ea2adf024fbead90e222ae0f350b78d9b4b7b73a67a21df0c2319fdeb9491e6c0180107768e9ae5ee0fe599bd5e2075ad
 WHIRLPOOL 
e3d6e7afd950310c36d85668efdc38bed8f28ab10d761e17b27ca16500369ec1befd56bb4630b344e611945e8c11b1305b48b3f2173a1a63a15eabdc00fb0fba
-DIST gnome-photos-3.22.1.tar.xz 960780 SHA256 
51aa6204e8bf126015894e77aecae34b56e3cb51c6788b6e1229603746d25f4a SHA512 
8261ab5dc2e26cbaf378ad88a4411bd00d8f66a10b7c4c370380ed856cf88a369a09592fed02f87a9a6ff75cca2feecc8527a0507d4f710cbb6c8130742d8561
 WHIRLPOOL 
e2844f220df3e2179b75d45cc4766eadf1539c7326eb016be10821825289b0986dbf7e4d9ea54b2adcca1509861f49a403434c0df43e0b90eb37be1206798cee
 DIST gnome-photos-3.22.2.tar.xz 961500 SHA256 
09b00488ca8086f149e9bd673266934b7447cf57790963090a5f93adc30a9720 SHA512 
cf38c9b81d50c20cfc1f76d8d66d5c4520dfb909a1ebba183817664cb2f4d42d86573b5c537b73d87de752d570a0d043acc37bedff20da3349f68969e9bb2128
 WHIRLPOOL 
0085f8256b83532306d9814dcd0346013dc943da09cfa60c9bd0ec224795d02812692ba546992731c1702adef321d3b51d1e2ff59c3bca1c138c776be3a1b4e5
 DIST gnome-photos-3.22.3.tar.xz 961204 SHA256 
5b8cce0f7ff5cb2b863c6d89455b1498b46b71eaebdb8cc2ce1c0fba6e6d2152 SHA512 
184211213d8d2749d15cca71fdb1e3274631948f6d9d0a09d0ce940374091c491d094e0fadd7a6cba70b9a8a7c13162c01fc693160bebab17fc192e5a27c254e
 WHIRLPOOL 
b60932ca190be304ea70b631212fd47b9bb77570a33e5e216b872bb15ecf47fe8f7969ec78e4014bd10d61ab75fa54cd9a36b9f6effbae1b608e9560d3365d1e

diff --git a/media-gfx/gnome-photos/gnome-photos-3.22.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.22.1.ebuild
deleted file mode 100644
index 7753e7e..
--- a/media-gfx/gnome-photos/gnome-photos-3.22.1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Access, organize and share your photos on GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Photos;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=app-misc/tracker-1:=[miner-fs]
-   >=dev-libs/glib-2.44:2
-   gnome-base/gnome-desktop:3=
-   >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
-   media-libs/babl
-   >=media-libs/gegl-0.3.5:0.3[cairo,jpeg2k,raw]
-   media-libs/gexiv2
-   >=media-libs/grilo-0.3.0:0.3=
-   >=media-libs/libpng-1.6:0=
-   media-plugins/grilo-plugins:0.3[upnp-av]
-   >=net-libs/gnome-online-accounts-3.8:=
-   >=net-libs/libgfbgraph-0.2.1:0.2
-   >=x11-libs/cairo-1.14
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.19.1:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.50.1
-   virtual/pkgconfig
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-python_check_deps() {
-   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   # XXX: how to deal with rdtscp support, x86intrin
-   gnome2_src_configure \
-   $(use_enable test dogtail)
-}
-
-src_test() {
-   virtx emake check
-}



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

2017-01-04 Thread Gilles Dartiguelongue
commit: 0f9282ac58d7f8ac7ec47755f6d069badffd6ec5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Jan  4 22:03:29 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9282ac

media-gfx/shotwell: cleanup old revisions

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/shotwell/Manifest   |  2 -
 media-gfx/shotwell/shotwell-0.24.0.ebuild | 61 --
 media-gfx/shotwell/shotwell-0.24.1.ebuild | 62 ---
 3 files changed, 125 deletions(-)

diff --git a/media-gfx/shotwell/Manifest b/media-gfx/shotwell/Manifest
index b665531..8edc8d4 100644
--- a/media-gfx/shotwell/Manifest
+++ b/media-gfx/shotwell/Manifest
@@ -1,6 +1,4 @@
 DIST shotwell-0.23.7.tar.xz 5348360 SHA256 
daa627aa69f17b1b9bef4ad5d4813c32e9a05f5b5aa2762b4f91d837ed14c7aa SHA512 
b3d80d01ec5ac2f3245512926302e6b5e4e1d468e98d7567ec8788d35bdc9ecc839b43eca1a2fa2333deb047c760d165e2f2a9913951f0bcbbcd6404927374dc
 WHIRLPOOL 
6ff8722f7d4007c37d6b7e1da388dd28853921f8e5740f3ac6dd4e70cdc7fe0eafdc889a4c8493948c4643f409847f34c6e915d0b79b4f9039298de8f671d4aa
-DIST shotwell-0.24.0.tar.xz 5344220 SHA256 
95d60e30b52c5f8a9633c98cbbcd1ad0889fe94b7a036bb4880450fa6d44fe75 SHA512 
151ba94b429e41f6ff7085dbecf008679e4522b5be19577a914996e11636ba67ceba978f8b223dd562014bbacefad4bdc1c477e660352c4a963a3c80794b7e32
 WHIRLPOOL 
79ad5052d2fd0ed095be010df061f63b7dab1f118386a659d908df38f884413266d44dca4a670051b9847a6646877c0b419c4dd0938985ffb5bc23cea8310dae
-DIST shotwell-0.24.1.tar.xz 5348976 SHA256 
60359b6203a78fc229d22aca3b643e267f012d4c3c5fe9524084147e3870f0d6 SHA512 
dfb51f6e039329101caa3398c9acc5fe073f8421d179750222a965193789d68b4233a9529ac90fbd8f6642620f29e5390fe5150eb6308edd3592daa8d8349a47
 WHIRLPOOL 
903160b622f540f4809512b1fd00368a63e0f626bb67bb099539f6f95051722f85b2be3cde75b65514e8707ba448016afee18929e92ef17f00b8d1e3b7f80444
 DIST shotwell-0.24.2.tar.xz 5351736 SHA256 
5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359 SHA512 
f24c3e5f0e209678668b3af33ba7eedbe1602fe32b7f54f83ceae0cc5e21eaa92e24714cd60a84b9cc8be8b2e3a04b4f69714d41d2669f4acb6a293e6657282c
 WHIRLPOOL 
75305df6f96364accb1e7213bc41a10d88623c2d2c66c84467470ebfc7028d7c4893b834e0b65bc2dc072cd28f52eaa5ae3e79e3deed2fa9c62d2bcfb467ad07
 DIST shotwell-0.24.3.tar.xz 5359588 SHA256 
9b8fb84c70cef67fe3763b176a1d310b004cdc75036dd3ff4826dd5d120f425b SHA512 
ca76310a59ffdcf02cec27b221cdad8ddb33911ae7f96e9331097dcd006ea7d64e0b9655f042f7661d1234c8a188e6c0fe2bde82f96dc4667b8f4773b90e7b60
 WHIRLPOOL 
db49c212a4131f65a33d082de6b0d89ac396b35c1b759fa7cc702e3c3cf02d48d65c196ff3680424a63787ef61bb1da8838a521b1bc200242cca32bb290b7057
 DIST shotwell-0.25.0.1.tar.xz 5398404 SHA256 
e69c96b3ee650aed8f83dfe099e01d85f83ab19f56995a90d48681fdf26400a6 SHA512 
6a071b0b7d84bf78727b84e0ba707d6d7f5408a0b942962771b24a79381c102c58c06b4895eba69527215103279946f4e33b14410a1ce6dd58d3dba3870975df
 WHIRLPOOL 
7ab54b4b28d1db631e9a359ab803a6a4447a6642b44daf59ed4970e49ee40cf23208f7bf0754eaccfa6ed10ad4b3f02110769dad4f32ff13b1173f636c4d6b62

diff --git a/media-gfx/shotwell/shotwell-0.24.0.ebuild 
b/media-gfx/shotwell/shotwell-0.24.0.ebuild
deleted file mode 100644
index e178d0c..
--- a/media-gfx/shotwell/shotwell-0.24.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 multilib toolchain-funcs vala versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="Open source photo manager for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="
-   app-text/gnome-doc-utils
-   >=dev-db/sqlite-3.5.9:3
-   >=dev-libs/glib-2.30.0:2
-   >=dev-libs/json-glib-0.7.6
-   >=dev-libs/libgee-0.8.5:0.8
-   >=dev-libs/libxml2-2.6.32:2
-   >=dev-util/desktop-file-utils-0.13
-   gnome-base/dconf
-   >=media-libs/gexiv2-0.4.90
-   media-libs/gst-plugins-base:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gstreamer:1.0
-   media-libs/lcms:2
-   >=media-libs/libexif-0.6.16:=
-   >=media-libs/libgphoto2-2.5:=
-   >=media-libs/libraw-0.13.2:=
-   >=net-libs/libsoup-2.26.0:2.4
-   net-libs/webkit-gtk:4
-   virtual/libgudev:=[introspection]
-   >=x11-libs/gtk+-3.12.2:3[X]
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   >=sys-devel/m4-1.4.13
-"
-
-# This probably comes from libraries that
-# shotwell-video-thumbnailer links to.
-# Nothing we can do at the moment. #435048
-QA_FLAGS_IGNORED="/usr/libexec/${PN}/${PN}-video-thumbnailer"
-
-src_prepare() {
-   vala_src_prepare
-   gnome2_src_prepare
-}
-

[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x264/files/

2017-01-04 Thread Gilles Dartiguelongue
commit: 05812cdca21845f85ae9c26ba9fe37f85e4f9b6b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Jan  4 16:44:48 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Jan  4 22:37:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05812cdc

media-plugins/gst-plugins-x264: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3326

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

 ...st-plugins-x264-0.10.13-x264-api-change-1.patch | 30 --
 1 file changed, 30 deletions(-)

diff --git 
a/media-plugins/gst-plugins-x264/files/gst-plugins-x264-0.10.13-x264-api-change-1.patch
 
b/media-plugins/gst-plugins-x264/files/gst-plugins-x264-0.10.13-x264-api-change-1.patch
deleted file mode 100644
index c2746b1..
--- 
a/media-plugins/gst-plugins-x264/files/gst-plugins-x264-0.10.13-x264-api-change-1.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 0a36965808ab9095dd68541f589fd71b66c99ca7 Mon Sep 17 00:00:00 2001
-From: Robert Swain 
-Date: Tue, 20 Oct 2009 20:00:44 +0100
-Subject: [PATCH 01/16] x264enc: Adapt to slightly modified x264 API
-
-Fixes #599095.

- ext/x264/gstx264enc.c |5 +
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
-diff --git a/ext/x264/gstx264enc.c b/ext/x264/gstx264enc.c
-index ed20154..ff0f0fa 100644
 a/ext/x264/gstx264enc.c
-+++ b/ext/x264/gstx264enc.c
-@@ -582,7 +582,12 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
-   encoder->x264param.analyse.i_noise_reduction = encoder->noise_reduction;
-   encoder->x264param.i_frame_reference = encoder->ref;
-   encoder->x264param.i_bframe = encoder->bframes;
-+#if X264_BUILD < 78
-   encoder->x264param.b_bframe_pyramid = encoder->b_pyramid;
-+#else
-+  encoder->x264param.i_bframe_pyramid =
-+  encoder->b_pyramid ? X264_B_PYRAMID_NORMAL : X264_B_PYRAMID_NONE;
-+#endif
- #if X264_BUILD < 63
-   encoder->x264param.b_bframe_adaptive = encoder->b_adapt;
- #else
--- 
-1.6.4.4
-



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

2017-01-04 Thread Aaron Bauman
commit: 4464e6d6c62a22e7fed396bbd63ee27eac0dda2a
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Jan  4 22:25:47 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Jan  4 22:26:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4464e6d6

media-video/subliminal: amd64 stable wrt bug #590320

 media-video/subliminal/subliminal-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/subliminal/subliminal-2.0.3.ebuild 
b/media-video/subliminal/subliminal-2.0.3.ebuild
index cef97ed..8715927 100644
--- a/media-video/subliminal/subliminal-2.0.3.ebuild
+++ b/media-video/subliminal/subliminal-2.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Diaoul/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-01-04 Thread David Seifert
commit: 676abc6970aa6853a0220206c174be170bee3070
Author: Ingolf Wagner  ingolf-wagner  de>
AuthorDate: Wed Dec 21 20:38:28 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  4 21:55:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676abc69

x11-misc/slop: add new package

Closes: https://github.com/gentoo/gentoo/pull/2796

 x11-misc/slop/Manifest |  1 +
 x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch  | 20 +
 x11-misc/slop/files/slop-4.3.21-no-gengetopt.patch | 33 ++
 x11-misc/slop/files/slop-4.3.21-no-librt.patch | 37 
 x11-misc/slop/files/slop-4.3.21-no-opengl.patch| 18 
 x11-misc/slop/metadata.xml | 21 +
 x11-misc/slop/slop-4.3.21.ebuild   | 50 ++
 7 files changed, 180 insertions(+)

diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
new file mode 100644
index ..e002bc6
--- /dev/null
+++ b/x11-misc/slop/Manifest
@@ -0,0 +1 @@
+DIST slop-4.3.21.tar.gz 488238 SHA256 
352eb367a8d11686adb182c7dbddf65d55b0ee4d5a2257a07486d5728722177c SHA512 
4489a108883b785eb5dda368a06ea0b7c61e3afeefdeb421f211e01e3cb7eb20836200197abc755be653f086fcd3b8647a460dacf15062fe2cd44438b4f54b68
 WHIRLPOOL 
651d5c736fd4a8431fd9967280181c8512a4948c9534d73cc8c035cf9a925dffc22e966ffed79421ec2e1fae1c6008af4e6cac7413a8efe45a8f5f2e8f6113e2

diff --git a/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch 
b/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch
new file mode 100644
index ..f92c57f
--- /dev/null
+++ b/x11-misc/slop/files/slop-4.3.21-no-cppcheck.patch
@@ -0,0 +1,20 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 361f930..0982647 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -33,15 +33,6 @@ else()
+ message( FATAL_ERROR "Your operating system isn't supported yet! CMake 
will now exit." )
+ endif()
+ 
+-# Add a check target for our makefile.
+-find_program( CPPCHECK_EXECUTABLE cppcheck
+-  DOC "A tool for static C/C++ code analysis." )
+-if (CPPCHECK_EXECUTABLE)
+-add_custom_target( "check"
+-   COMMAND "${CPPCHECK_EXECUTABLE}" "--enable=all" "*"
+-   WORKING_DIRECTORY src VERBATIM )
+-endif()
+-
+ # Here we generate some of our code if we can. I package it pre-generated
+ # so nobody has to go find and install gengetopt if they don't want to.
+ find_program( GENGETOPT_EXECUTABLE gengetopt

diff --git a/x11-misc/slop/files/slop-4.3.21-no-gengetopt.patch 
b/x11-misc/slop/files/slop-4.3.21-no-gengetopt.patch
new file mode 100644
index ..13f79ee
--- /dev/null
+++ b/x11-misc/slop/files/slop-4.3.21-no-gengetopt.patch
@@ -0,0 +1,33 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -33,29 +33,6 @@ else()
+ message( FATAL_ERROR "Your operating system isn't supported yet! CMake 
will now exit." )
+ endif()
+ 
+-# Here we generate some of our code if we can. I package it pre-generated
+-# so nobody has to go find and install gengetopt if they don't want to.
+-find_program( GENGETOPT_EXECUTABLE gengetopt
+-  DOC "A tool to generate code to grab command line options." )
+-find_program( SED_EXECUTABLE sed )
+-if ( GENGETOPT_EXECUTABLE AND SED_EXECUTABLE )
+-message( "-- Regenerating cmdline.in" )
+-# gengetopt generates cmdline.h, then we move it to cmdline.in.
+-execute_process( COMMAND "${GENGETOPT_EXECUTABLE}" "--input=options.ggo"
+- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src" )
+-file( RENAME "${CMAKE_CURRENT_SOURCE_DIR}/src/cmdline.h" 
"${CMAKE_CURRENT_SOURCE_DIR}/src/cmdline.in" )
+-# Due to a bug in gengetopt, we have to manually insert some code.
+-# Replace the first instance of REPLACEME with some text.
+-# Eight backslashes = two in the code because of how many instances of 
escaping is happening.
+-execute_process( COMMAND "${SED_EXECUTABLE}" "-i" 
"0,/REPLACEME/{s/REPLACEME/X=%xnY=%ynW=%wnH=%hnG=%gnID=%inCancel=%cn/}"
 "cmdline.c"
+- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src" )
+-# Then replace remaining instances.
+-execute_process( COMMAND "${SED_EXECUTABLE}" "-i" 
"s/REPLACEME/X=%xnY=%ynW=%wnH=%hnG=%gnID=%inCancel=%cn/"
 "cmdline.c"
+- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src" )
+-else()
+-message( "Warning: Command gengetopt or sed not found! Won't regenerate 
command line code. (If you're just compiling this doesn't matter.)" )
+-endif()
+-
+ # By default our src/options.ggo has our cmake versions variables for
+ # the 'version ""' line. We replace them here.
+ # The ${CMAKE_SOURCE_DIR} is there to fix problems with OpenBSD's 
out-of-source build black magic.

diff --git a/x11-misc/slop/files/slop-4.3.21-no-librt.patch 

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

2017-01-04 Thread David Seifert
commit: f2b70ff2802c20941c52cdfb614f6f4f707c8aa7
Author: Ingolf Wagner  ingolf-wagner  de>
AuthorDate: Wed Dec 21 20:39:28 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  4 21:55:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b70ff2

media-gfx/maim: add new package

Closes: https://github.com/gentoo/gentoo/pull/2796

 media-gfx/maim/Manifest   |  1 +
 media-gfx/maim/maim-3.4.47.ebuild | 26 ++
 media-gfx/maim/metadata.xml   | 18 ++
 3 files changed, 45 insertions(+)

diff --git a/media-gfx/maim/Manifest b/media-gfx/maim/Manifest
new file mode 100644
index ..8407e0f
--- /dev/null
+++ b/media-gfx/maim/Manifest
@@ -0,0 +1 @@
+DIST maim-3.4.47.tar.gz 46799 SHA256 
fb12524cc05f7f4ff46fe40b951334c6dbc274e50b6d0ea08185f555ca3cd74d SHA512 
4b21f8ad8f9f2f19693d5c489f5e815133e1b8308653c52934cdb8a3d8ae38732733a5ffb5527b44db49f59c3818a9bc83840ced5db71807a68277d0dcc03392
 WHIRLPOOL 
de21bb02c2923fd158cc691df09ff9a55121206f2f491a6b4bcf080b7b56032822f7ac4bad98028294f5f6e6e103fb393db3933dc3a7efcd383db6602d2d17d9

diff --git a/media-gfx/maim/maim-3.4.47.ebuild 
b/media-gfx/maim/maim-3.4.47.ebuild
new file mode 100644
index ..0aedb82
--- /dev/null
+++ b/media-gfx/maim/maim-3.4.47.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Commandline tool to take screenshots of the desktop"
+HOMEPAGE="https://github.com/naelstrof/maim;
+SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   media-libs/imlib2[X]
+   x11-libs/libX11
+   x11-libs/libXrandr
+   x11-libs/libXfixes
+   dev-util/gengetopt"
+RDEPEND="
+   ${DEPEND}
+   x11-misc/slop"

diff --git a/media-gfx/maim/metadata.xml b/media-gfx/maim/metadata.xml
new file mode 100644
index ..dff2751
--- /dev/null
+++ b/media-gfx/maim/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@ingolf-wagner.de
+   Primary maintainer
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   maim (Make Image) is a utility that takes screenshots of your 
desktop using imlib2.
+   
+   
+   naelstrof/maim
+   
+



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

2017-01-04 Thread Mike Gilbert
commit: f610179c043b4f86d7905975c3b9387e11169497
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jan  4 21:53:54 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jan  4 21:53:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f610179c

sys-apps/sysvinit: block 

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

2017-01-04 Thread Mike Frysinger
commit: 6e0904059e75cc2d1d982d205e6416acea6c7b3d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Jan  4 20:53:32 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Jan  4 20:55:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e090405

sys-libs/talloc: drop unused BSD license

It's used by replace code (timegm) that isn't included in the build for
all our C libraries.  Drop the BSD license.

 sys-libs/talloc/talloc-2.1.5.ebuild | 2 +-
 sys-libs/talloc/talloc-2.1.7.ebuild | 2 +-
 sys-libs/talloc/talloc-2.1.8.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild 
b/sys-libs/talloc/talloc-2.1.5.ebuild
index 91b048e..40fae40 100644
--- a/sys-libs/talloc/talloc-2.1.5.ebuild
+++ b/sys-libs/talloc/talloc-2.1.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library"
 HOMEPAGE="http://talloc.samba.org/;
 SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz;
 
-LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD"
+LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~sparc-solaris"
 IUSE="compat +python"

diff --git a/sys-libs/talloc/talloc-2.1.7.ebuild 
b/sys-libs/talloc/talloc-2.1.7.ebuild
index ed4832e..c0b4e73 100644
--- a/sys-libs/talloc/talloc-2.1.7.ebuild
+++ b/sys-libs/talloc/talloc-2.1.7.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library"
 HOMEPAGE="http://talloc.samba.org/;
 SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz;
 
-LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD"
+LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~sparc-solaris"
 IUSE="compat +python"

diff --git a/sys-libs/talloc/talloc-2.1.8.ebuild 
b/sys-libs/talloc/talloc-2.1.8.ebuild
index ed4832e..c0b4e73 100644
--- a/sys-libs/talloc/talloc-2.1.8.ebuild
+++ b/sys-libs/talloc/talloc-2.1.8.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library"
 HOMEPAGE="http://talloc.samba.org/;
 SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz;
 
-LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD"
+LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~sparc-solaris"
 IUSE="compat +python"



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

2017-01-04 Thread Doug Goldstein
commit: e632eb1aded8ed3467e07e92dfd0cfc62ffa817a
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Jan  4 20:34:30 2017 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Jan  4 20:35:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e632eb1a

dev-lang/rust: mask USE flags for stable

Unfortunately LLVM 3.8.x or newer isn't stable and nor is libcxx so we
can't let users enable those USE flags.

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

 profiles/base/package.use.stable.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 7c1b56c..fdb48f4 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -5,6 +5,12 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Doug Goldstein  (04 Jan 2017)
+# libcxx is not stable so we can't let users use it
+dev-lang/rust libcxx
+# llvm 3.8.x is not stable so we can't let users use it
+dev-lang/rust system-llvm
+
 # Alon Bar-Lev  (01 Jan 2017)
 # Will always require unstable packages.
 net-libs/gnutls test-full



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

2017-01-04 Thread Göktürk Yüksek
commit: ab85b606b94ca01f4d92d5efaa3040a57ff77153
Author: Zetok Zalbavar  openmailbox  org>
AuthorDate: Tue Dec 27 08:08:55 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jan  4 20:19:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab85b606

net-im/qtox: bump to v1.7.0

Package-Manager: portage-2.3.0

 net-im/qtox/Manifest  |  1 +
 net-im/qtox/qtox-1.7.0.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/net-im/qtox/Manifest b/net-im/qtox/Manifest
index a58464e..ecf0763 100644
--- a/net-im/qtox/Manifest
+++ b/net-im/qtox/Manifest
@@ -1,2 +1,3 @@
 DIST qtox-1.5.0.tar.gz 3452369 SHA256 
216c07cf6c37f655aa91de6f507f3f0a86831ad502d7733c0e67c336ed197a86 SHA512 
253effc91663cac373cf9fd1595f4cb26f38c5cf997050217def4d1c659a710afa10a29cb5aecb5d23dbdeb3ea7cf8b651f4a120d79e8681c96fb7b8b4500812
 WHIRLPOOL 
d73650790e7be2be5636dd3b1507ed1e704307ad8e916f6dc12aa2739525717ccc221c76104bc231f77e4c2c87b6370fdaf8a5aad160a0e06e86767f760eeb66
 DIST qtox-1.6.0.tar.gz 3481328 SHA256 
7450e751da5cc6dce00b58df6d06a309e2674c7bd9311de6af21e53c36c3f155 SHA512 
6ccf2c17c25ea30899356518b8f8849ed53404a8ac81180e2719c979dab1f411a93aa08ad759b3e8defea994d3baaf538ed354b733a321de3615521dcf6c8192
 WHIRLPOOL 
999aacf9724697526f925721e7202168076bcaac9fb5a733ef6374518f3ab86c9a3ded9d0911e2a2d677c0af0c474054d7f6c2cc06fd430c98366d9fa48f19ab
+DIST qtox-1.7.0.tar.gz 3563009 SHA256 
b33916b64f3992a46c1b1da8ce124e41048b76a780732c9c73e3645706334ec9 SHA512 
f7a49f00e222f49653388ddca973a2c49ca84b7dd1625997bb3fe819332bee252b59e5478437569d7e6ab6ce501eb2c909d22cec64349e94ddcdd7458143386f
 WHIRLPOOL 
253402b69941e434ad6ac2411faf0a9aa5ed70045631c0522f57ff971ef90c8efa91be92ab012edff49451802058835b1d4e90bd3150151afe0a8c5453c60db2

diff --git a/net-im/qtox/qtox-1.7.0.ebuild b/net-im/qtox/qtox-1.7.0.ebuild
new file mode 100644
index ..66f7cf6
--- /dev/null
+++ b/net-im/qtox/qtox-1.7.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils toolchain-funcs
+
+DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5"
+HOMEPAGE="https://github.com/qTox/qTox;
+SRC_URI="https://github.com/qTox/qTox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk X"
+
+# needed, since tarball provided by github extracts to `qTox`
+S="${WORKDIR}/qTox-${PV}"
+
+RDEPEND="
+   dev-db/sqlcipher
+   dev-libs/libsodium
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[gif,jpeg,png,xcb]
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-gfx/qrencode
+   media-libs/openal
+   >=media-video/ffmpeg-2.6.3[webp,v4l]
+   gtk? (  dev-libs/atk
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf[X]
+   x11-libs/gtk+:2
+   x11-libs/cairo[X]
+   x11-libs/pango[X] )
+   net-libs/tox:0/0.1[av]
+   X? ( x11-libs/libX11
+   x11-libs/libXScrnSaver )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if tc-is-gcc ; then
+   if [[ $(gcc-major-version) == 4 && $(gcc-minor-version) 
-lt 8 || $(gcc-major-version) -lt 4 ]] ; then
+   eerror "You need at least sys-devel/gcc-4.8.3"
+   die "You need at least sys-devel/gcc-4.8.3"
+   fi
+   fi
+   fi
+}
+
+src_configure() {
+   use gtk || local 
NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO 
ENABLE_SYSTRAY_GTK_BACKEND=NO"
+   use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
+   eqmake5 \
+   PREFIX="${D}/usr" \
+   GIT_DESCRIBE="${PV}" \
+   ${NO_GTK_SUPPORT} \
+   ${NO_X_SUPPORT}
+}



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

2017-01-04 Thread Jason Donenfeld
commit: 99cbbc98972f3c40906ee84556b30c43c26643fd
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Jan  4 19:54:18 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Wed Jan  4 19:54:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cbbc98

net-misc/wireguard: support improved tooling

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/wireguard/wireguard-.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/net-misc/wireguard/wireguard-.ebuild 
b/net-misc/wireguard/wireguard-.ebuild
index 0aa291d..db54269 100644
--- a/net-misc/wireguard/wireguard-.ebuild
+++ b/net-misc/wireguard/wireguard-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit linux-mod
+inherit linux-mod bash-completion-r1
 
 DESCRIPTION="Simple yet fast and modern VPN that utilizes state-of-the-art 
cryptography."
 HOMEPAGE="https://www.wireguard.io/;
@@ -48,8 +48,14 @@ src_compile() {
 src_install() {
dodoc README.md
dodoc -r contrib/examples
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src/tools install
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C 
contrib/examples/wg-config install
+   emake \
+   WITH_BASHCOMPLETION=yes \
+   WITH_SYSTEMDUNITS=yes \
+   WITH_WGQUICK=yes \
+   DESTDIR="${D}" \
+   BASHCOMPDIR="$(get_bashcompdir)" \
+   PREFIX="${EPREFIX}/usr" \
+   -C src/tools install
if use kmod-src; then
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" -C src dkms-install
else



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2017-01-04 Thread Fabian Groffen
commit: 0f4cc747611c23e6836e1723d0ab4fef44e5b781
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  4 19:52:05 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  4 19:52:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4cc747

mail-client/mutt: revbump 1.7.2 for latest features/fixes from upstream

Package-Manager: portage-2.3.0

 mail-client/mutt/Manifest |   1 +
 mail-client/mutt/mutt-1.7.2-r1.ebuild | 275 ++
 2 files changed, 276 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 4120872..b1574cc 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -4,3 +4,4 @@ DIST mutt-1.5.24-gentoo-patches-r1.tar.bz2 118546 SHA256 
411ad728404f4e7743b82bb
 DIST mutt-1.5.24.tar.gz 3897115 SHA256 
a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200 SHA512 
f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1
 WHIRLPOOL 
35408cabab100e688f8c6d0d598f79144b7c72fb31f41a720acb9a6381e7ca94d66e640fe1178b911cfb16dfde4c982362c4c78ea203aef3a3dbcba09dcdc023
 DIST mutt-1.7.2.tar.gz 4025880 SHA256 
1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9 SHA512 
5f13cbdf802bca80668b2f54bc66201d01bfe34c7f377b1bad88f8fa0e0c695264ff0bf6b64ae9bb6f5a3e22b6f096d2dd99fa36724937609f6f46e6a74da74e
 WHIRLPOOL 
c3a6bac41e31d79ae06ddfba1e9d8868e0cd4b54b04b3ca61ed5330f61ab56c7cf88273ae937c9de134fde01a31aebd70242afee6987177f152a5acd6d9d26b4
 DIST mutt-gentoo-1.7.2-patches-r1.tar.xz 143816 SHA256 
6358ee38ff32a35a0bc6449cba13b5cab406148fc068f2faa81aca16a6b5d158 SHA512 
21703bc808ae510e26ede38e1dda5d7c74cad15823154584a83209e9dbf68bf6350961e66729cf2ede78bde003f3b92567d42f9f8f89ed53643dcfa536625b7e
 WHIRLPOOL 
8b6b19da9ced5bf27d86b3143c878c8a392ffa1a3505d7f07d6a5ba5f76289f08447266be0b717179062cff3ba52155538be39f02f5af67fe4d84f9dc2a9d36c
+DIST mutt-gentoo-1.7.2-patches-r2.tar.xz 152992 SHA256 
ac6f017f5d4b14d44a8d5d71e7cdeac59ba381a35ddff2db329e1d0a1af23720 SHA512 
b96c658e151ee6b47a46b91311d9b9de002ae8ba6438d6e628f75722e9e66de5010b6ee6691f26ed0b9ba60aa4d96eee23bff39b7e6a27621e69d33701fafb01
 WHIRLPOOL 
3bb959a58eea74e9286146f0436a499a923c9d451d3d5fe6cef18bf9aa2038a5ce2f9c6514f5fe0c0297a5791fe1de135744eb7149b1c741cd1665a18c8224eb

diff --git a/mail-client/mutt/mutt-1.7.2-r1.ebuild 
b/mail-client/mutt/mutt-1.7.2-r1.ebuild
new file mode 100644
index ..1cd043a
--- /dev/null
+++ b/mail-client/mutt/mutt-1.7.2-r1.ebuild
@@ -0,0 +1,275 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r2"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/;
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES};
+IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos libressl mbox 
nls nntp notmuch pop qdbm sasl selinux sidebar slang smime smtp ssl 
tokyocabinet vanilla"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+CDEPEND="
+   app-misc/mime-types
+   nls? ( virtual/libintl )
+   tokyocabinet?  ( dev-db/tokyocabinet )
+   !tokyocabinet? (
+   qdbm?  ( dev-db/qdbm )
+   !qdbm? (
+   gdbm?  ( sys-libs/gdbm )
+   !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) )
+   )
+   )
+   imap?(
+   gnutls?  ( >=net-libs/gnutls-1.0.17:= )
+   !gnutls? (
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   )
+   sasl?( >=dev-libs/cyrus-sasl-2 )
+   )
+   kerberos? ( virtual/krb5 )
+   pop? (
+   gnutls?  ( >=net-libs/gnutls-1.0.17:= )
+   !gnutls? (
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   )
+   sasl?( >=dev-libs/cyrus-sasl-2 )
+   )
+   smtp? (
+   gnutls?  ( >=net-libs/gnutls-1.0.17:= )
+   !gnutls? (
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.6:0= )
+   

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

2017-01-04 Thread Tim Harder
commit: 52e05d780bbf2d28ebbe05e9a86561c8351e76ad
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jan  4 19:48:00 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jan  4 19:48:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e05d78

sys-apps/moreutils: stabilize 0.60-r1 for amd64/x86

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

diff --git a/sys-apps/moreutils/moreutils-0.60-r1.ebuild 
b/sys-apps/moreutils/moreutils-0.60-r1.ebuild
index 130cf81..bb4d7c1 100644
--- a/sys-apps/moreutils/moreutils-0.60-r1.ebuild
+++ b/sys-apps/moreutils/moreutils-0.60-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 x86 ~x86-linux"
 IUSE="+doc +perl"
 
 RDEPEND="



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

2017-01-04 Thread Tim Harder
commit: dc820fda4d55a03f8f48c483289e1f2fbc811260
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Jan  4 19:40:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Jan  4 19:41:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc820fda

sys-apps/moreutils: try to make sure $EDITOR is valid for vipe

bug #604630

 sys-apps/moreutils/moreutils-0.60-r1.ebuild | 65 +
 1 file changed, 65 insertions(+)

diff --git a/sys-apps/moreutils/moreutils-0.60-r1.ebuild 
b/sys-apps/moreutils/moreutils-0.60-r1.ebuild
new file mode 100644
index ..130cf81
--- /dev/null
+++ b/sys-apps/moreutils/moreutils-0.60-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="a collection of tools that nobody thought to write when Unix was 
young"
+HOMEPAGE="http://joeyh.name/code/moreutils/;
+#SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE="+doc +perl"
+
+RDEPEND="
+   perl? (
+   dev-lang/perl
+   dev-perl/IPC-Run
+   dev-perl/Time-Duration
+   dev-perl/TimeDate
+   )"
+DEPEND="
+   app-admin/eselect
+   doc? (
+   dev-lang/perl
+   >=app-text/docbook2X-0.8.8-r2
+   app-text/docbook-xml-dtd:4.4
+   )"
+
+src_prepare() {
+   # don't build manpages
+   if ! use doc ; then
+   sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
+   fi
+
+   # don't install perl scripts
+   if ! use perl ; then
+   sed -i -e '/PERLSCRIPTS/d' Makefile || die
+   fi
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl 
PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
+
+   # sys-process is more advanced than parallel from moreutils, rename it
+   if use doc; then
+   mv "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
+   fi
+   mv "${ED}"usr/bin/{,${PN}_}parallel || die
+}
+
+pkg_postinst() {
+   # try to make sure $EDITOR is valid for vipe (bug #604630)
+   eselect editor update
+}



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

2017-01-04 Thread Zac Medico
commit: 776ea30249d8093917cd8bf3d302e13348a78b5e
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jan  4 19:39:23 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jan  4 19:39:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776ea302

media-libs/glew: add 1.10*:0 blocker to 1.10.0-r100 ebuild

Package-Manager: portage-2.3.3

 media-libs/glew/glew-1.10.0-r100.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/glew/glew-1.10.0-r100.ebuild 
b/media-libs/glew/glew-1.10.0-r100.ebuild
index 94c237d..53ff651 100644
--- a/media-libs/glew/glew-1.10.0-r100.ebuild
+++ b/media-libs/glew/glew-1.10.0-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,8 @@ LICENSE="BSD MIT"
 SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
-RDEPEND=">=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]"
+RDEPEND=">=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+   !=media-libs/glew-1.10*:0"
 
 DEPEND="${RDEPEND}
x11-libs/libX11



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

2017-01-04 Thread Dirkjan Ochtman
commit: 3ee4daa39aaab1f53db0ac9509b8f8f2b7b222df
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Wed Jan  4 19:34:02 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Wed Jan  4 19:34:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee4daa3

dev-vcs/mercurial: version bump to 4.0.2

Package-Manager: portage-2.3.0

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-4.0.2.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index fb75a3b..7150ca3 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,4 +1,5 @@
 DIST mercurial-3.8.4.tar.gz 4775341 SHA256 
4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6 SHA512 
2ee785f631f9ae346e10ca77251a9ce6d3dacd598588c39f1a69ce1f4b668866f6109d682428512c37c300b26741b74672195538d66845e85cfff5ead886cf4c
 WHIRLPOOL 
1f0a12cc6d00f3544ab00e011a9ff9308fe1652c0598045ddba2a41ba17b55c291da200bce85d4c600d673b8746e936c441ffa7398ad810d1069bd97fb32f2db
 DIST mercurial-3.9.2.tar.gz 4798958 SHA256 
69046a427c05e83097bf0145a1e37975ae0b6ba4430456e2beca3d2fd96583cf SHA512 
2217b492216bc640366bf4bfa65bb50d2b7f384d70c59fd1fb138482cbee4768c83a444233958a7ad95e9cd0dcbe3e676d7ff4a8a4019b9773205f8f2500235e
 WHIRLPOOL 
11763311c2df0a235a8401ea0ea59d06797bbfaa420f9c900a39fa127e34f94cefc27dde96e57449cc659da7e13813ad146c17f5db011068bed5f0f7215e331c
 DIST mercurial-4.0.1.tar.gz 4851421 SHA256 
6aa4ade93c1b5e11937820880a466ebf1c824086d443cd799fc46e2617250d40 SHA512 
145bb80d5dbefb5b770a8d74ce31929fafbd235bb3f641bcaa54b1f5278b2abef4298025152aaba212f639c307741d3aaf75be83e3fc52eaf440c86e4a804459
 WHIRLPOOL 
d1cc3786e16d5a11b7d0a1a10e30190199c72cc281a6e2f3dd9c12829fc967d2b28fce902fb226dfc72531770db042333c5a23565a8c01129fab3a348b11a6f1
+DIST mercurial-4.0.2.tar.gz 4852027 SHA256 
ae6659dba27508a9a6417d535a89e282d5c8a5ea77b6e00af102822145b06d02 SHA512 
774defa1d747a3a12d4ac99873320f8422f62ba163ecff1b628f07a1e95bff11eb35afca0b300374f085d14bd1d5637a543ae533ef840f0c8c1ac113fa14aed9
 WHIRLPOOL 
f5c3fbe60c3a9966e289f684ec2270a5a2ba4fef3ee98025a9ea1e000c599e50293e960f8de46376f1dc8b3f508fa492df2fa22eb6dd5c73c3d2ca6506757bb8
 DIST mercurial-4.0.tar.gz 4850316 SHA256 
24be080745230840f214d93e9f9fb4e25510f9abbbec2e56fab18543fedc43a7 SHA512 
8c1974a00efc4d0bcdaca1ce86a172528de58857ac0a78d8cac5c1182dcdd340c7f0f680c8dba82d384ffd3557abbfbdc2e473b5b0b8f05160bd6dbb915e76e4
 WHIRLPOOL 
b4dad09ee488a2630ba37e4f24454de0d171a5b480bd5d161c28a1ec03f60f05efdc25c66c9626d638becebae1ace420312660f66cc9fbd834efca9824c5fbd6

diff --git a/dev-vcs/mercurial/mercurial-4.0.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.0.2.ebuild
new file mode 100644
index ..7726552
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.0.2.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+

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

2017-01-04 Thread Sebastien Fabbro
commit: 27c73063efe366159c2f0f08fb13675336751fab
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jan  4 19:33:06 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jan  4 19:33:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c73063

dev-python/healpy: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/healpy/Manifest |  3 +-
 .../{healpy-1.10.1.ebuild => healpy-1.10.3.ebuild} |  2 +-
 dev-python/healpy/healpy-1.9.1.ebuild  | 39 --
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/dev-python/healpy/Manifest b/dev-python/healpy/Manifest
index 5921cb0..4cf3cc8 100644
--- a/dev-python/healpy/Manifest
+++ b/dev-python/healpy/Manifest
@@ -1,3 +1,2 @@
-DIST healpy-1.10.1.tar.gz 4017986 SHA256 
d81f6a5bdf7c8b6be062ae3be493a91520db4d1830fddf416905c28bc3476e79 SHA512 
fb7c3d578992adb98907dca164f22f8b1d201b838cdbd94d5a19fb06fdac2a685c35fe42fb5644bcabe8b9221814ef3f7332cddb617098fd6b589649fb0c9675
 WHIRLPOOL 
d4c58beb7a26aac2850ade240174186bc73cc28e672b64763ad7caef1365c10e90ed8e1e5b664a16872a2604f801e0bed83e75eb6b1b75d71cc7cc8c7820fa3a
 DIST healpy-1.10.2.tar.gz 4018889 SHA256 
210fe8a1d3797e6ebb99125054d35d624229602179b119fc3b73586056307e4d SHA512 
658dac9f9c3dfa8c6f4050138c81fc3f0c3b813ace797a531ea6fc7785d8a2e59ac07f8873a32682f06fde7097710cb91a8181f90bad82acdb04a20191d0601f
 WHIRLPOOL 
216c336652866e3196cf86e073d29a87168f54b891d6b8382227fb49c961e9a28f8d64b3be980d37a006af989d0aa26c8b66deecd07973c8fcdb3f2b94647b6c
-DIST healpy-1.9.1.tar.gz 4043342 SHA256 
b88fcd667e0bf474335811018cb97932b5f9d5575f22d2237b6707844a121c23 SHA512 
84427e4fdb01ed534a00617ba707a58f4ed21ba0114fcc3f7bd4748cefaad148c9025bfc7a4c77c1de40b7f69dfb53139f2b347e80955f4631609cd50e70cd5a
 WHIRLPOOL 
2c8e5fe751fbfe12b699ff154c6f0472bbd7d758b0e18d249984d51567398e9eeea26ee9d79bb086fd79af4b4c4afa0f1f8c3a6c369acd1a4f91a7f8ebd7081a
+DIST healpy-1.10.3.tar.gz 4018897 SHA256 
43bdccb0081b3b5a72a9c1f523c367bc2cba91f989a60047d8043685a3beb81b SHA512 
c5862fceb597ffbc5c53204479fa9dba19287e3c08744e25edef3eaecfa726e61e8558d50d73e2bf4d19b7d0adc0ac928a38c4808fc92fe855f5eae101e18baa
 WHIRLPOOL 
f3d883f8de8c35573d865ab444818b5b3e3cbeac4176961cd8db39931a09b0d52a7f2fe7c6f3862823d32cd2ec2a569a17f6dc9e1da8510f35940f9ddbb7b66a

diff --git a/dev-python/healpy/healpy-1.10.1.ebuild 
b/dev-python/healpy/healpy-1.10.3.ebuild
similarity index 95%
rename from dev-python/healpy/healpy-1.10.1.ebuild
rename to dev-python/healpy/healpy-1.10.3.ebuild
index 9f11d23..c97cfb5 100644
--- a/dev-python/healpy/healpy-1.10.1.ebuild
+++ b/dev-python/healpy/healpy-1.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/dev-python/healpy/healpy-1.9.1.ebuild 
b/dev-python/healpy/healpy-1.9.1.ebuild
deleted file mode 100644
index 9f11d23..
--- a/dev-python/healpy/healpy-1.9.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for healpix"
-HOMEPAGE="https://github.com/healpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-astronomy/healpix:=[cxx]
-   sci-libs/cfitsio:="
-DEPEND="${RDEPEND}
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-DOCS=( README.rst CHANGELOG.rst CITATION )
-
-python_test() {
-   echo "backend: Agg" > matplotlibrc || die
-   MPLCONFIGDIR=. esetup.py test || die
-   rm matplotlibrc || die
-}



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

2017-01-04 Thread Jeroen Roovers
commit: b3edda6258bd22261b7ed3624c51ebbf8047bc7a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 19:27:36 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 19:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3edda62

www-client/vivaldi: Version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.7.715.3_p1.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 4f68aec..e419405 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,5 @@ DIST vivaldi-1.6.689.46_p1-amd64.deb 47467978 SHA256 
b4bb48d6ade779f499dfd42a5d0
 DIST vivaldi-1.6.689.46_p1-i386.deb 47740518 SHA256 
722588ad7acc2f80383ef5c59d086085f31a41ff3eb9f8bb719698ef7fbc0049 SHA512 
0d1e2111dc1063f48c70c19f7852ed67ac8cf66f75eaa3a47f14763b852913df9528041a0134b1dfb767fb39b4172335a0c82b0827346f6e9b1966f16026d11d
 WHIRLPOOL 
d528597ec6c691152cd10f0ee88f88218259364ca6e31f4ef37d0a71aa1540bf217819aecca222ca8bda26d40bd8d8f834154baa563cddacfbb22555d91dcc66
 DIST vivaldi-1.7.705.3_p1-amd64.deb 48668242 SHA256 
943fb43314358aa8422122806476cc61b3b2946ff1cb8de38c87486fc599843c SHA512 
3fd922baa3b4050c1d4509c8cfffbc0cd00400d525ef09d4a7512ff07839f5fc927eb14952bf3e25c6a22a344d4e2cb1cb9d4e8a8cff7f6dd9d51f024d4a61ee
 WHIRLPOOL 
ca68c340a5065742bc103522a8b1bb73bce25138fb8daea3bc501743acbcb589fe22c2eb3c0f4249dcdc800ddcbd217a961db2e346207fb7b8efe2b0a07a40d8
 DIST vivaldi-1.7.705.3_p1-i386.deb 49058302 SHA256 
cd768073b31ad3ca56d717287aa0e22173b65a5a5d7779ea489785f1d60d9af7 SHA512 
bf90b7277028a19c802f667f03c06e86773a325e78b3b6a54b8699e53526b13f09eab803f05fbae4e85fe27f9c671631f6ad1ef2c2de0c84a3bba32313b04b73
 WHIRLPOOL 
959b57384d2bb3f552b512c403187fc19a83905330eb22c2a2b128b55802f29971bdb171ff7fa3a5d9f822812f2c94b095c2c36cf09826f868724739d0426906
+DIST vivaldi-1.7.715.3_p1-amd64.deb 48656282 SHA256 
0e052fd1a875792ffe15bedd740f912c421fb3a2a1264b91b0dca1a9ac80c929 SHA512 
e687f28ae4b20595c3421421a6ef4b4cf2c4fff3493398efd82574c08fc471ae914ca7e4eb5d21fec8904b980613c0c5ee8c2cc563b5b100047590d37015bfbf
 WHIRLPOOL 
973141c782c44ae19f955b3af8cd96034933f31333cc1395b808f53034b3b6babadefe5291de1dd04628d81da52bad856a0622670beba60d124df38fef636fb2
+DIST vivaldi-1.7.715.3_p1-i386.deb 48995106 SHA256 
0197347d93b6dd248926f454cb5d5d53fed46d973a99ad777c7d606f1440c4eb SHA512 
dd4b2338b0fc9525644ba0bf792039ce447e2485f5f210b07c55c195d68e7e07d13c27efb6af8d879f169fffac6f877a3c4f6420834e8201f8a50a4bb9097df5
 WHIRLPOOL 
169a9bedbd509dcf39c542cc6c81ae9cb6d2fc61dc24c577f56a7f4a4039d9b7a7139f1f184ba3bf6c3e99fbc51a43e05281225bce941ad75378ceaf898d2481

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

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

2017-01-04 Thread Jeroen Roovers
commit: 0fe727e38aa20c4c53a06c684e607995a7e769fa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jan  4 19:28:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jan  4 19:28:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe727e3

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-client/vivaldi/Manifest |   2 -
 www-client/vivaldi/vivaldi-1.5.658.44_p1.ebuild | 109 
 2 files changed, 111 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index e419405..a10036d 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,5 +1,3 @@
-DIST vivaldi-1.5.658.44_p1-amd64.deb 46838072 SHA256 
d43cda11f6d9dffbdf3a0f7d29ba42a693f01db2aba4092904f51d88f84deb0b SHA512 
3f9051ba21e6365c22dd0d9d35e2a51868f2beaa487f0ffda96d955b07859eaf5a3d40b145ccc73ddc23b51a3874c1bb37616575ad9e1643f973f7b3299d5adc
 WHIRLPOOL 
cdd196094ad25d784b486e0f7aa0e72277b7d3de1b13eaf3666f799895d053d5f99332c385f00c376bb9793572acf35a8ba4a9ff6b9c65e09c20c7b741fc48e1
-DIST vivaldi-1.5.658.44_p1-i386.deb 47084314 SHA256 
480169e43737269215216bfcbb07fce54a7674cd27801eda083967b275ab97b3 SHA512 
d9c48c8c944132771f65791c9fc0c741602dd0ccfb0e30d84cdfd5afddb0269f779bdf093faffbc50dbd3dbb0557e1e30ac030b10ecccd6a534b3fcdfddaef6c
 WHIRLPOOL 
c823678af01496c426793e940ed7a9958cc7c8ffb1fbb51f3fbb8abf7744e5b4f6c0a3da3d7f26c4ed00fda77756ff4c6103baaa53590e2951d60dba7c36d683
 DIST vivaldi-1.6.689.46_p1-amd64.deb 47467978 SHA256 
b4bb48d6ade779f499dfd42a5d0586aeb7d1d8c65d90ba222c52c3011d4b26a4 SHA512 
3e53d4364fd6df17369027e1e9bb524ece778f5b6c354af5113cfbb2c96781a0434138980846f61370a923ea7db491e3b394ea3ea97a4fae5d910c148b93adfb
 WHIRLPOOL 
7ca70ee2bdb3a773a574f8520129f158fc38a3bf379903eddca115d183baf4b306dce8e6ceaa3d06ce5e908cfd10c0e95d7e60309b453b2df91d20f8fd3be73b
 DIST vivaldi-1.6.689.46_p1-i386.deb 47740518 SHA256 
722588ad7acc2f80383ef5c59d086085f31a41ff3eb9f8bb719698ef7fbc0049 SHA512 
0d1e2111dc1063f48c70c19f7852ed67ac8cf66f75eaa3a47f14763b852913df9528041a0134b1dfb767fb39b4172335a0c82b0827346f6e9b1966f16026d11d
 WHIRLPOOL 
d528597ec6c691152cd10f0ee88f88218259364ca6e31f4ef37d0a71aa1540bf217819aecca222ca8bda26d40bd8d8f834154baa563cddacfbb22555d91dcc66
 DIST vivaldi-1.7.705.3_p1-amd64.deb 48668242 SHA256 
943fb43314358aa8422122806476cc61b3b2946ff1cb8de38c87486fc599843c SHA512 
3fd922baa3b4050c1d4509c8cfffbc0cd00400d525ef09d4a7512ff07839f5fc927eb14952bf3e25c6a22a344d4e2cb1cb9d4e8a8cff7f6dd9d51f024d4a61ee
 WHIRLPOOL 
ca68c340a5065742bc103522a8b1bb73bce25138fb8daea3bc501743acbcb589fe22c2eb3c0f4249dcdc800ddcbd217a961db2e346207fb7b8efe2b0a07a40d8

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

[gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-geoip/

2017-01-04 Thread Michael Orlitzky
commit: 44421030ed921677b35f261e9bb3f769c5615bc8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Jan  4 19:26:52 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Jan  4 19:27:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44421030

dev-php/pecl-geoip: remove old version 1.1.0.

Package-Manager: portage-2.3.0

 dev-php/pecl-geoip/Manifest|  1 -
 dev-php/pecl-geoip/pecl-geoip-1.1.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-php/pecl-geoip/Manifest b/dev-php/pecl-geoip/Manifest
index 4a257a6..5224e04 100644
--- a/dev-php/pecl-geoip/Manifest
+++ b/dev-php/pecl-geoip/Manifest
@@ -1,2 +1 @@
-DIST geoip-1.1.0.tgz 12714 SHA256 
82c6deb7264d2ff7c4d6c45a7d27cff7ab097be965795e317e04a9c5b7be98b9 SHA512 
8a0fc698a234d3b2c01f2a0c05c28025d98a5d3dce509ba19ee462abae0fd0f5631d96d3e8bba4fce6c23b278ec3875da5e8535971c7d880e2e307a097dc30a1
 WHIRLPOOL 
f8ccf90958bdc0eee41f24b6ad04907884fed2efe2bca483fa816aceb46d15311325175b07f27d85085afdb5651fd071fd20b046ba42e30da26eea56a14912d6
 DIST geoip-1.1.1.tgz 13004 SHA256 
b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06 SHA512 
395715297726aa8e7ed71297d403bea9cb08417a03adfca29dc6ea68bbc738c176f71ea621f9026109e07cd5a2adc647e2af8e140e18a6af1c8f0fe4ed1a9c6b
 WHIRLPOOL 
2792b1c03efa7963b1d113133e21979ebe95ca0fc179192101cd515c77914c6c040bef744a81cbb7f36583c30dfa7b45123c2fca9c214314d9ab88429496bb24

diff --git a/dev-php/pecl-geoip/pecl-geoip-1.1.0.ebuild 
b/dev-php/pecl-geoip/pecl-geoip-1.1.0.ebuild
deleted file mode 100644
index 2788274..
--- a/dev-php/pecl-geoip/pecl-geoip-1.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PHP_EXT_NAME="geoip"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS="README ChangeLog"
-
-USE_PHP="php5-6 php5-5 php5-4"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="PHP extension to map IP address to geographic places"
-LICENSE="PHP-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/geoip-1.4.0"
-RDEPEND="${DEPEND}"



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

2017-01-04 Thread Alon Bar-Lev
commit: b14ea48df1017341dc2c1ffa15b183a417b054bc
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jan  4 02:28:22 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jan  4 19:26:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14ea48d

net-libs/gnutls: add test-full USE

temporary force tools for tests

Bug: 604144

Package-Manager: portage-2.3.0
RepoMan-Options: --force

 net-libs/gnutls/gnutls-3.4.17.ebuild | 15 +--
 net-libs/gnutls/gnutls-3.5.7.ebuild  | 15 +--
 net-libs/gnutls/metadata.xml |  3 +++
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.4.17.ebuild 
b/net-libs/gnutls/gnutls-3.4.17.ebuild
index 77c6ae3..9c247c7 100644
--- a/net-libs/gnutls/gnutls-3.4.17.ebuild
+++ b/net-libs/gnutls/gnutls-3.4.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,11 @@ LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 
static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}"
+IUSE="+cxx +crywrap dane doc examples guile idn nls +openssl pkcs11 
static-libs test test-full +tls-heartbeat tools zlib ${IUSE_LINGUAS// / 
linguas_}"
+
+REQUIRED_USE="
+   test? ( tools )
+   test-full? ( pkcs11 openssl tools zlib )"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts
@@ -29,6 +33,13 @@ RDEPEND=">=dev-libs/libtasn1-4.3:=[${MULTILIB_USEDEP}]
pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
idn? ( net-dns/libidn[${MULTILIB_USEDEP}] )
+   test-full? (
+   app-crypt/dieharder
+   app-misc/datefudge
+   dev-libs/softhsm:2
+   net-dialup/ppp
+   net-misc/socat
+   )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]

diff --git a/net-libs/gnutls/gnutls-3.5.7.ebuild 
b/net-libs/gnutls/gnutls-3.5.7.ebuild
index 3491513..e3f940b 100644
--- a/net-libs/gnutls/gnutls-3.5.7.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,11 @@ LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 
static-libs test +tls-heartbeat tools zlib ${IUSE_LINGUAS// / linguas_}"
+IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 sslv2 +sslv3 
static-libs test test-full +tls-heartbeat tools zlib ${IUSE_LINGUAS// / 
linguas_}"
+
+REQUIRED_USE="
+   test? ( tools )
+   test-full? ( pkcs11 openssl tools zlib )"
 
 # NOTICE: sys-devel/autogen is required at runtime as we
 # use system libopts
@@ -29,6 +33,13 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
idn? ( net-dns/libidn[${MULTILIB_USEDEP}] )
+   test-full? (
+   app-crypt/dieharder
+   app-misc/datefudge
+   dev-libs/softhsm:2
+   net-dialup/ppp
+   net-misc/socat
+   )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]

diff --git a/net-libs/gnutls/metadata.xml b/net-libs/gnutls/metadata.xml
index 7abdcd0..de46a2e 100644
--- a/net-libs/gnutls/metadata.xml
+++ b/net-libs/gnutls/metadata.xml
@@ -31,6 +31,9 @@
 
   Support for the old/insecure SSLv3 protocol
 
+
+  Enable full test mode
+
   
   
Reflect ABI compatibility of libgnutls.so



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/powerpc/, profiles/default/linux/alpha/, ...

2017-01-04 Thread Alon Bar-Lev
commit: e4126f716225f606dca4331a17d4fb4158d675a1
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Wed Jan  4 02:20:34 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Wed Jan  4 19:26:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4126f71

profiles: mask net-libs/gnutls test-full

for stable and for unkeyworded arch

 profiles/base/package.use.stable.mask | 6 +-
 profiles/default/linux/alpha/package.use.mask | 7 +++
 profiles/default/linux/arm/package.use.mask   | 4 
 profiles/default/linux/ia64/13.0/package.use.mask | 4 
 profiles/default/linux/powerpc/package.use.mask   | 4 
 profiles/default/linux/sparc/package.use.mask | 4 
 6 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index b322912..7c1b56c 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -1,10 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
+# Alon Bar-Lev  (01 Jan 2017)
+# Will always require unstable packages.
+net-libs/gnutls test-full
+
 # Zac Medico  (19 Dec 2016)
 # The go flag requires dev-lang/go[gccgo], and gccgo
 # is stable masked since it requires gcc-5 which is

diff --git a/profiles/default/linux/alpha/package.use.mask 
b/profiles/default/linux/alpha/package.use.mask
new file mode 100644
index ..7c5bf69
--- /dev/null
+++ b/profiles/default/linux/alpha/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Alon Bar-Lev  (01 Jan 2017)
+# unkeyworded
+net-libs/gnutls test-full

diff --git a/profiles/default/linux/arm/package.use.mask 
b/profiles/default/linux/arm/package.use.mask
index 8936c60..26ccdf8 100644
--- a/profiles/default/linux/arm/package.use.mask
+++ b/profiles/default/linux/arm/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alon Bar-Lev  (01 Jan 2017)
+# unkeyworded
+net-libs/gnutls test-full
+
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch

diff --git a/profiles/default/linux/ia64/13.0/package.use.mask 
b/profiles/default/linux/ia64/13.0/package.use.mask
index b1520f0..a2295ce 100644
--- a/profiles/default/linux/ia64/13.0/package.use.mask
+++ b/profiles/default/linux/ia64/13.0/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alon Bar-Lev  (01 Jan 2017)
+# unkeyworded
+net-libs/gnutls test-full
+
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch

diff --git a/profiles/default/linux/powerpc/package.use.mask 
b/profiles/default/linux/powerpc/package.use.mask
index e62de66..f578629 100644
--- a/profiles/default/linux/powerpc/package.use.mask
+++ b/profiles/default/linux/powerpc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alon Bar-Lev  (01 Jan 2017)
+# unkeyworded
+net-libs/gnutls test-full
+
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch

diff --git a/profiles/default/linux/sparc/package.use.mask 
b/profiles/default/linux/sparc/package.use.mask
index e62de66..f578629 100644
--- a/profiles/default/linux/sparc/package.use.mask
+++ b/profiles/default/linux/sparc/package.use.mask
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Alon Bar-Lev  (01 Jan 2017)
+# unkeyworded
+net-libs/gnutls test-full
+
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch



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

2017-01-04 Thread Sebastien Fabbro
commit: 76ea1551d3832ae4ebc247ecf7908457daf01e41
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jan  4 18:07:13 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jan  4 19:24:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ea1551

dev-python/theano: splitting the optfeature to actually install

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/theano/theano-0.8.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/theano/theano-0.8.2.ebuild 
b/dev-python/theano/theano-0.8.2.ebuild
index c48464f..e6dd721 100644
--- a/dev-python/theano/theano-0.8.2.ebuild
+++ b/dev-python/theano/theano-0.8.2.ebuild
@@ -48,7 +48,6 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature \
-   "Make picture of Theano computation graph" dev-python/pydot-ng \
-   "Required for GPU/CPU code generation" dev-python/pygpu
+   optfeature "Make picture of Theano computation graph" 
dev-python/pydot-ng
+   optfeature "Required for GPU/CPU code generation" dev-python/pygpu
 }



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

2017-01-04 Thread Sebastien Fabbro
commit: efa01455a24474255b48ac6cb40e597cb885409d
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Jan  4 18:14:28 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jan  4 19:24:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa01455

dev-python/QtPy: forced widget flag for pyqt5 with gui
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604152

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/QtPy/QtPy-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/QtPy/QtPy-1.1.2.ebuild 
b/dev-python/QtPy/QtPy-1.1.2.ebuild
index ae4e1e0..5942d6f 100644
--- a/dev-python/QtPy/QtPy-1.1.2.ebuild
+++ b/dev-python/QtPy/QtPy-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,7 +25,7 @@ RDEPEND="
  dev-python/pyside[${PYTHON_USEDEP},designer=,svg=,webkit=]
   )
gui? ( || (
- dev-python/PyQt5[${PYTHON_USEDEP},gui]
+ dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]
  dev-python/PyQt4[${PYTHON_USEDEP},X]
  dev-python/pyside[${PYTHON_USEDEP},X]
) )



[gentoo-commits] proj/kde:master commit in: media-gfx/synnefo/

2017-01-04 Thread Johannes Huber
commit: 0c661e59f3ec2baae85a31d247d359c620dd5f15
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:18:46 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:18:46 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c661e59

media-gfx/synnefo: Remove 1.1.0

Moved to gentoo main tree.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild 
b/media-gfx/synnefo/synnefo-1.1.0.ebuild
deleted file mode 100644
index db60363..000
--- a/media-gfx/synnefo/synnefo-1.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/Synnefo-${PV}"
-fi
-
-DESCRIPTION="Qt front end for the Oyranos Color Management System"
-HOMEPAGE="https://github.com/oyranos-cms/Synnefo;
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   >=media-libs/oyranos-0.9.6
-"
-RDEPEND="${DEPEND}
-   x11-misc/xcalib
-"
-
-DOCS=( AUTHORS.md README.md )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kolor-manager/files/, kde-misc/kolor-manager/

2017-01-04 Thread Johannes Huber
commit: 769e420c537c7c513d70249f655f3127f143a197
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:30:13 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:30:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769e420c

kde-misc/kolor-manager: Drop slot 4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/kolor-manager/Manifest|  1 -
 .../files/kolor-manager-1.0.2-cmake-3.patch| 15 -
 kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild  | 26 --
 3 files changed, 42 deletions(-)

diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest
index d338660..bb6be1c 100644
--- a/kde-misc/kolor-manager/Manifest
+++ b/kde-misc/kolor-manager/Manifest
@@ -1,2 +1 @@
-DIST kolor-manager-1.0.2.tar.xz 49276 SHA256 
2fb2e48143fa9f6ab402eb4fc2062aba412a174e7770ccf0d4359b3ce3c3024b SHA512 
a0971190d2143a9471e50d4690084b7d31b8cf6bf2524f9145d858c9e3cb2a9099bf5ec6cc513c9ee82df6e554a35ed15f453f95d8c25f31e3781a21bd780556
 WHIRLPOOL 
0900d408682ab08a11761e9f50363d812955453c90b5eb6d8c6bf689b8ec69638bf71a93f0ce9a11084e008379a412817ef0c00a016bea7a71aa9d53870b5a94
 DIST kolor-manager-1.1.0.tar.gz 37756 SHA256 
0d7795b4f960882ade474cbec468bd1ae512e3b17207faaab82de8ec154e1a62 SHA512 
52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893
 WHIRLPOOL 
06df4cc4596fc4a82586a90258f2d643b25a3ce68e613f0b5b7ad91beaa94d1c3d1620e5dd690b02e94091c339f77033f6ca654acd4884d1711b2bda8e446eb9

diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch 
b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
deleted file mode 100644
index ead9a88..
--- a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDE is for loading CMake code, and this fails with a fatal error
-in CMake 3 as 'settings' is a directory
-
-Gentoo bug #537138
 a/information/CMakeLists.txt
-+++ b/information/CMakeLists.txt
-@@ -3,8 +3,6 @@
- find_package(KDE4 REQUIRED)
- include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR})
- 
--INCLUDE( "../settings")
-- 
- set(kminfo_PART_SRCS 
-   kminfo.cpp
-   )

diff --git a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild 
b/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
deleted file mode 100644
index d98ccf5..
--- a/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
-HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager;
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz;
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/oyranos-0.9.5
-   media-libs/libXcm
-   x11-libs/libX11
-   x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-cmake-3.patch" )



[gentoo-commits] proj/kde:master commit in: kde-misc/kolor-manager/files/, kde-misc/kolor-manager/

2017-01-04 Thread Johannes Huber
commit: 66b1d215f6647b000de76ad05ffad226264a72fd
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:26:24 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:26:24 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=66b1d215

kde-misc/kolor-manager: Remove 1.1.0

Moved to gentoo main tree.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kolor-manager-1.1.0-deps.patch   | 32 --
 kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild  | 29 
 2 files changed, 61 deletions(-)

diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch 
b/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
deleted file mode 100644
index 2c2e9ad..000
--- a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-commit 930dc70f4f4d815525067bbc098b82bbb223d965
-Author: Andreas Sturmlechner 
-Date:   Tue Nov 29 17:36:05 2016 +0100
-
-Add missing dep and feature_summary
-
-REVIEW: 129585
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 96d982c..9cd3834 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,11 +24,11 @@ INCLUDE(FeatureSummary)
- INCLUDE(GenerateExportHeader)
- 
- FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets)
--FIND_PACKAGE(KF5 REQUIRED COMPONENTS I18n ConfigWidgets)
-+FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n)
- 
- FIND_PACKAGE(Oyranos REQUIRED)
- FIND_PACKAGE(Synnefo REQUIRED)
-- 
-+
- 
- INCLUDE_DIRECTORIES(${OYRANOS_INCLUDE_DIRS} ${XCM_INCLUDE_DIRS} 
${SYNNEFO_INCLUDE_DIR})
- LINK_DIRECTORIES(
-@@ -77,3 +77,5 @@ ADD_CUSTOM_TARGET( debsrc
- COMMENT Make a ${PROJECT_NAME} DEB source package
- VERBATIM
- )
-+
-+feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)

diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild 
b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
deleted file mode 100644
index 3997f64..000
--- a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
-HOMEPAGE="http://www.oyranos.org/kolormanager;
-SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_qt_dep qtwidgets)
-   media-gfx/synnefo
-   media-libs/libXcm
-   >=media-libs/oyranos-0.9.6
-   x11-libs/libXrandr
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}"-deps.patch )



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2017-01-04 Thread Johannes Huber
commit: 16b051400a98f0524fa03d2600439946b34ab3f8
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:28:36 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:28:36 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=16b05140

profiles: Drop obsolote mask for kde-misc/kolor-manager

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

diff --git a/profiles/package.mask/misc b/profiles/package.mask/misc
deleted file mode 100644
index 5bd89f2..000
--- a/profiles/package.mask/misc
+++ /dev/null
@@ -1,5 +0,0 @@
-# Johannes Huber  (23 Dec 2016)
-# Depends on >=media-libs/oyranos-0.9.6, not bumped yet.
-# Bug #602318
-=media-gfx/synnefo-1.1.0
-=kde-misc/kolor-manager-1.1.0



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

2017-01-04 Thread Johannes Huber
commit: 9e76d4fdf84a704c6f3397ae0e1a4a18dcafac80
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Jan  4 18:15:16 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:30:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e76d4fd

media-gfx/synnefo: New package

Import from kde overlay. Initial ebuild by Andreas Sturmlechner. Improvements
by him and me. Needed for kde-misc/kolor-manager:5.

Gentoo-bug: 603552

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-gfx/synnefo/Manifest |  1 +
 media-gfx/synnefo/metadata.xml | 11 +++
 media-gfx/synnefo/synnefo-1.1.0.ebuild | 34 ++
 3 files changed, 46 insertions(+)

diff --git a/media-gfx/synnefo/Manifest b/media-gfx/synnefo/Manifest
new file mode 100644
index ..15a938b
--- /dev/null
+++ b/media-gfx/synnefo/Manifest
@@ -0,0 +1 @@
+DIST synnefo-1.1.0.tar.gz 161822 SHA256 
719f1b32ab63abdc6b97c0a343147f59e558f08fac7814c5556ccfff6e5c5ff5 SHA512 
f4c50e6e018b0dcf91715c379cd5b79452886fb7fda189ad47a22b9d5f47b3ca710b959b773a1e0a42564e881d09da088a88eef505719b1b1fbfbb5e21fb26ef
 WHIRLPOOL 
7a8e73af5419012cbc5897ba9622f67a59bbdba7d4d0965bf4cfdc8f427514c307986d8dc8d98b51a078240a84f6d6e8ecf0385339e7f63a47f4acea303b2c82

diff --git a/media-gfx/synnefo/metadata.xml b/media-gfx/synnefo/metadata.xml
new file mode 100644
index ..d85e5ec
--- /dev/null
+++ b/media-gfx/synnefo/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   oyranos-cms/Synnefo
+   
+

diff --git a/media-gfx/synnefo/synnefo-1.1.0.ebuild 
b/media-gfx/synnefo/synnefo-1.1.0.ebuild
new file mode 100644
index ..db60363
--- /dev/null
+++ b/media-gfx/synnefo/synnefo-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/oyranos-cms/Synnefo.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/oyranos-cms/Synnefo/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/Synnefo-${PV}"
+fi
+
+DESCRIPTION="Qt front end for the Oyranos Color Management System"
+HOMEPAGE="https://github.com/oyranos-cms/Synnefo;
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=media-libs/oyranos-0.9.6
+"
+RDEPEND="${DEPEND}
+   x11-misc/xcalib
+"
+
+DOCS=( AUTHORS.md README.md )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kolor-manager/files/, kde-misc/kolor-manager/

2017-01-04 Thread Johannes Huber
commit: b69f74947194c6b001dd62903ddad14014199d5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 18:25:24 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Jan  4 18:30:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69f7494

kde-misc/kolor-manager: Version bump 1.1.0

Gentoo-bug: 603552

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Johannes Huber  gentoo.org>

 kde-misc/kolor-manager/Manifest|  1 +
 .../files/kolor-manager-1.1.0-deps.patch   | 32 ++
 kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild  | 29 
 3 files changed, 62 insertions(+)

diff --git a/kde-misc/kolor-manager/Manifest b/kde-misc/kolor-manager/Manifest
index ce54d20..d338660 100644
--- a/kde-misc/kolor-manager/Manifest
+++ b/kde-misc/kolor-manager/Manifest
@@ -1 +1,2 @@
 DIST kolor-manager-1.0.2.tar.xz 49276 SHA256 
2fb2e48143fa9f6ab402eb4fc2062aba412a174e7770ccf0d4359b3ce3c3024b SHA512 
a0971190d2143a9471e50d4690084b7d31b8cf6bf2524f9145d858c9e3cb2a9099bf5ec6cc513c9ee82df6e554a35ed15f453f95d8c25f31e3781a21bd780556
 WHIRLPOOL 
0900d408682ab08a11761e9f50363d812955453c90b5eb6d8c6bf689b8ec69638bf71a93f0ce9a11084e008379a412817ef0c00a016bea7a71aa9d53870b5a94
+DIST kolor-manager-1.1.0.tar.gz 37756 SHA256 
0d7795b4f960882ade474cbec468bd1ae512e3b17207faaab82de8ec154e1a62 SHA512 
52bfc162d1162f8c75f627beed322d4a79a2fa6bf955ff669e5809975b160f5af3d8174a867fd629f8ae3c8d65a7ea8409b059786d062ff725cf5552348e1893
 WHIRLPOOL 
06df4cc4596fc4a82586a90258f2d643b25a3ce68e613f0b5b7ad91beaa94d1c3d1620e5dd690b02e94091c339f77033f6ca654acd4884d1711b2bda8e446eb9

diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch 
b/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
new file mode 100644
index ..2c2e9ad
--- /dev/null
+++ b/kde-misc/kolor-manager/files/kolor-manager-1.1.0-deps.patch
@@ -0,0 +1,32 @@
+commit 930dc70f4f4d815525067bbc098b82bbb223d965
+Author: Andreas Sturmlechner 
+Date:   Tue Nov 29 17:36:05 2016 +0100
+
+Add missing dep and feature_summary
+
+REVIEW: 129585
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 96d982c..9cd3834 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -24,11 +24,11 @@ INCLUDE(FeatureSummary)
+ INCLUDE(GenerateExportHeader)
+ 
+ FIND_PACKAGE(Qt5 REQUIRED COMPONENTS Core Widgets)
+-FIND_PACKAGE(KF5 REQUIRED COMPONENTS I18n ConfigWidgets)
++FIND_PACKAGE(KF5 REQUIRED COMPONENTS ConfigWidgets CoreAddons I18n)
+ 
+ FIND_PACKAGE(Oyranos REQUIRED)
+ FIND_PACKAGE(Synnefo REQUIRED)
+- 
++
+ 
+ INCLUDE_DIRECTORIES(${OYRANOS_INCLUDE_DIRS} ${XCM_INCLUDE_DIRS} 
${SYNNEFO_INCLUDE_DIR})
+ LINK_DIRECTORIES(
+@@ -77,3 +77,5 @@ ADD_CUSTOM_TARGET( debsrc
+ COMMENT Make a ${PROJECT_NAME} DEB source package
+ VERBATIM
+ )
++
++feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES 
FATAL_ON_MISSING_REQUIRED_PACKAGES)

diff --git a/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild 
b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
new file mode 100644
index ..3997f64
--- /dev/null
+++ b/kde-misc/kolor-manager/kolor-manager-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
+HOMEPAGE="http://www.oyranos.org/kolormanager;
+SRC_URI="https://github.com/KDE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_qt_dep qtwidgets)
+   media-gfx/synnefo
+   media-libs/libXcm
+   >=media-libs/oyranos-0.9.6
+   x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}"-deps.patch )



  1   2   3   >