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

2016-09-04 Thread Kent Fredric
commit: 275eefa784bcb008681f4532f0d6e07314eaf078
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep  5 05:46:32 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep  5 05:46:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275eefa7

dev-perl/Crypt-SMIME: Bump to 0.170.0

- Add missing test dependencies + mininal handling

Upstream:
- New function: setPrivateKeyPkcs12()

Package-Manager: portage-2.3.0

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild | 41 +
 dev-perl/Crypt-SMIME/Manifest   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild 
b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
new file mode 100644
index ..a0e3fd4
--- /dev/null
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.170.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MIKAGE
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="S/MIME message signing, verification, encryption and decryption"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl test minimal"
+
+RDEPEND="
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   dev-perl/extutils-pkgconfig
+   dev-perl/ExtUtils-CChecker
+   >=virtual/perl-ExtUtils-Constant-0.230.0
+   test? (
+   dev-perl/Test-Exception
+   virtual/perl-Test-Simple
+   !minimal? (
+   >=dev-perl/Test-Taint-1.60.0
+   >=dev-perl/Taint-Util-0.80.0
+   )
+   )
+"
+
+src_test() {
+   perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+   t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Crypt-SMIME/Manifest b/dev-perl/Crypt-SMIME/Manifest
index 7b00738..743dfb4 100644
--- a/dev-perl/Crypt-SMIME/Manifest
+++ b/dev-perl/Crypt-SMIME/Manifest
@@ -1,2 +1,3 @@
 DIST Crypt-SMIME-0.15.tar.gz 23647 SHA256 
0baa9af1209f62c6a409afa4b0ede163b44fe0dc4f5f5627800d46e0b4631e82 SHA512 
9ceb98fdf4d40784fe5fef56a45b748ad78f112d216ef67e2fe5aec47f5d4f18bcbf2aebfde344cb3a516d967da89d839198cbd1157d7e75a5f9c475f567f61f
 WHIRLPOOL 
a76b5495663c2fd43b487a91c4e45b05f4e027467f9f91c5136099101bfef0d3d2da8b1fb89c55fe6a67e3002c1edc7e5cef682d3a7df81f43b91cdbc299b00c
 DIST Crypt-SMIME-0.16.tar.gz 25106 SHA256 
f4d0f431e18c0750bc0495eccca5f685773df5d37a0f25dbacbfdba16446dbfa SHA512 
ae2d3ba015dbdabca00186e74710a3112437d656ebbff078189e445285a713ba83419cd9b80921f9345a67bf8f78cc772f973b587824609f9294d37a3ffce4b8
 WHIRLPOOL 
477e045e520a3498c0891feb6067053197c58cc4108d5a5ff63a34cd14f1a2e6af8b911402806d649bb681d74161e3aa23d591eda052b8bcf1e765b098afd7f1
+DIST Crypt-SMIME-0.17.tar.gz 25601 SHA256 
53eb12e219e18c40baf9ed58b26e0bc838bf67779f440f90e7b258e701cfe891 SHA512 
3e194e5f0a7a75b086ca5e3a61706f2c355624b57a12174f8e047f8beaaa3296008c9067db675c32317a4be26a13d729f90ba93866aa820b29a20927361f39da
 WHIRLPOOL 
4641ea7dfd84214c16cb0d934e8547cfb066caeed04187ea425b780571b88f7d4aecf5fa3e0dfb6bc2d157197b07d131368d0ed248bf00203c533541753e41d9



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

2016-09-04 Thread Kent Fredric
commit: b9c79843be061068f09f538721bf477b52634696
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep  5 05:36:42 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep  5 05:46:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c79843

dev-perl/Taint-Util: Added at 0.80.0

Needed by Crypt-SMIME for tests.

Previously maintained in ::perl-experimental since March 2011
by Torsten Veller and Kent Fredric

Package-Manager: portage-2.3.0

 dev-perl/Taint-Util/Manifest|  1 +
 dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild | 20 
 dev-perl/Taint-Util/metadata.xml| 12 
 3 files changed, 33 insertions(+)

diff --git a/dev-perl/Taint-Util/Manifest b/dev-perl/Taint-Util/Manifest
new file mode 100644
index ..5b90119
--- /dev/null
+++ b/dev-perl/Taint-Util/Manifest
@@ -0,0 +1 @@
+DIST Taint-Util-0.08.tar.gz 14862 SHA256 
78047c65237ee4ca2451bd8b44936db09a34a3925003eccf4255bcd7fdd9768c SHA512 
78a1ec5af26a21de4d63455caa401d26b7cfc58e32c33ab5ca1fa75063856c3866b8deba19dba518e0138c65d2cad184b1c682cd48b68d1ed4c0570017d0f7a8
 WHIRLPOOL 
a7f7954ce0c335467d6807cab3dc23cb5df6f0bf289fa5ff2a48c7577473f02487405891f530d900aa15ddb15e16684bc22059afdcf80c1d87b10da20efd0b0c

diff --git a/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild 
b/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
new file mode 100644
index ..ef11d0b
--- /dev/null
+++ b/dev-perl/Taint-Util/Taint-Util-0.80.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=AVAR
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Test for and flip the taint flag without regex matches or eval"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"

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



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

2016-09-04 Thread Kent Fredric
commit: 1a24e2182efd598d1ba636ee3777009985f73b68
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep  5 04:53:45 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep  5 05:46:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a24e218

dev-perl/Crypt-SMIME: Remove Author Tests

Not useful on gentoo, and are free dependencies.

Package-Manager: portage-2.3.0

 dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild | 10 ++
 dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild | 11 +++
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild 
b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
index 22f8f24..9ddd71c 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.150.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,10 +27,12 @@ DEPEND="${RDEPEND}
dev-perl/Test-Exception
virtual/perl-Test-Simple
>=dev-perl/Test-Taint-1.60.0
-   dev-perl/Test-Dependencies
-   >=dev-perl/Test-Pod-1.140.0
-   >=dev-perl/Test-Pod-Coverage-1.40.0
)
 "
+src_test() {
+   perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+   t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}
 
 SRC_TEST=do

diff --git a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild 
b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
index 7c5fc68..59fb829 100644
--- a/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
+++ b/dev-perl/Crypt-SMIME/Crypt-SMIME-0.160.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,8 +28,11 @@ DEPEND="${RDEPEND}
dev-perl/Test-Exception
virtual/perl-Test-Simple
>=dev-perl/Test-Taint-1.60.0
-   dev-perl/Test-Dependencies
-   >=dev-perl/Test-Pod-1.140.0
-   >=dev-perl/Test-Pod-Coverage-1.40.0
)
 "
+
+src_test() {
+   perl_rm_files t/boilerplate.t t/manifest.t t/dependencies.t \
+   t/pod-coverage.t t/pod.t
+   perl-module_src_test
+}



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

2016-09-04 Thread Hans de Graaff
commit: 4c06bb54f685759a224f46732e23e87100f604d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  5 05:18:13 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  5 05:39:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c06bb54

dev-ruby/power_assert: add missing ~amd64-linux keyword

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/power_assert/power_assert-0.3.0.ebuild 
b/dev-ruby/power_assert/power_assert-0.3.0.ebuild
index 9d18e4a..59d5854 100644
--- a/dev-ruby/power_assert/power_assert-0.3.0.ebuild
+++ b/dev-ruby/power_assert/power_assert-0.3.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Shows each value of variables and method calls 
in the expression"
 HOMEPAGE="https://github.com/k-tsj/power_assert;
 LICENSE="|| ( Ruby BSD-2 )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT="0"
 IUSE=""



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

2016-09-04 Thread Hans de Graaff
commit: 999132226703a71545aaa97fd8f5d5c4e02ff3c6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep  5 05:37:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep  5 05:39:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99913222

dev-ruby/rspec-core: add 3.5.3

Package-Manager: portage-2.2.28

 dev-ruby/rspec-core/Manifest|   1 +
 dev-ruby/rspec-core/rspec-core-3.5.3.ebuild | 100 
 2 files changed, 101 insertions(+)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index b3aca5d..c2066cf 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -6,3 +6,4 @@ DIST rspec-core-3.4.4-git.tgz 355992 SHA256 
a1f3cbf0748ac87a5b3b5bea2428121e1c6a
 DIST rspec-core-3.5.0-git.tgz 365231 SHA256 
519402638aebb8cd584f34dacd2f1ffda5237f24fd57a4810d8bb257fa398519 SHA512 
043ef9cd7ea064e3f12b786c333b1478bbce2eef7d1c781ec47cc46305bb37bf602eb900ef83486b8f7f90bc329ef45a4d4e271801ea59d2587a6b221b4a897d
 WHIRLPOOL 
119d12cbb5f60f3beb6778b88d1f83dae24a1d7e2ddb9a65b1617c38e28f469829c934f2a5c837a8ff54ba8ef3bc2726bb555ccf000b969a8b2eb53455da32cf
 DIST rspec-core-3.5.1-git.tgz 366192 SHA256 
935415b2d594692cdd18c669d915996a78b25d1c6e0351621a9548d7f42903de SHA512 
090a1a88dcf1f7e668ffd5beb851bc671606bcb74f3b9da002b02826532d48784ad5935fe2ea850431f31bcdfd978cdae63722d9973730bfc2c5c52deb170dcc
 WHIRLPOOL 
099887faea84b7c2970a8a796f1a75a82e6fd02a7b82e26df30feba609ae3c158f7e029ab9a060b3e1af79ad768188cca8041d806fc3ff5fcb7eff3d5873ee13
 DIST rspec-core-3.5.2-git.tgz 366746 SHA256 
e7fa77e5fc447edea002787039ae7485a8b97a1bc2072ce015c13ddcc5d1bd67 SHA512 
4f6e759a5866074c9df1d49cb0a540bc967872e24ed4eab6d88a4ae125f73e8e00cbf33e288e18ddc85c79e1ac63894682bfdbc839f9d1d20d52b9eaeceafad5
 WHIRLPOOL 
1e2711aa99fdab2a16278c8208d32188f59fe21c594645bd86717f77a23b2e24f98b21c9d2f6481c4fb37675c7c8f49357cc2137082a5c9f9e49f66ff584e64c
+DIST rspec-core-3.5.3-git.tgz 368960 SHA256 
26a5788977ba1ce6889924e6e944d1a08becb059593f297b4f4dd58b600b037a SHA512 
c8f983018e33bd111c75671d7208b38704dd0fddb22cca2b08a59a1e5ceb0939ed56ee4015df758f5d766fbe2390279c1d670f6fff4eef222f44621f48c581ef
 WHIRLPOOL 
86afe335378b5e9e94ee53546d6e87c531bee71cc1ed5a79f1549d593f6912a6a07dfac2b783f808bba8405e6e1cbc5b20fc275ca80ce504bed1b4991fd2

diff --git a/dev-ruby/rspec-core/rspec-core-3.5.3.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.5.3.ebuild
new file mode 100644
index ..07e4cff
--- /dev/null
+++ b/dev-ruby/rspec-core/rspec-core-3.5.3.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+RUBY_FAKEGEM_TASK_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+# Also install this custom path since internal paths depend on it.
+RUBY_FAKEGEM_EXTRAINSTALL="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-core;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="highlight"
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-support-${SUBVERSION}*
+   !!=dev-ruby/coderay-1.0.9 )
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/nokogiri-1.5.2
+   >=dev-ruby/coderay-1.0.9
+   dev-ruby/syntax
+   >=dev-ruby/thread_order-1.1.0
+   >=dev-ruby/rspec-expectations-3.3.0:3
+   >=dev-ruby/rspec-mocks-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Avoid dependency on cucumber since we can't run the features anyway.
+   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
+
+   # Duplicate exe also in bin. We can't change it since internal stuff
+   # also depends on this and fixing that is going to be fragile. This
+   # way we can at least install proper bin scripts.
+   cp -R exe bin || die
+
+   # Avoid unneeded dependency on git.
+   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
+
+   # Avoid aruba dependency so that we don't end up in dependency hell.
+   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
+   rm 
spec/integration/{failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 spec/support/aruba_support.rb || die
+
+   # Avoid a spec failing due to path issues
+   sed -i -e '/does not load files in the default path when run by 

[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/

2016-09-04 Thread NP Hardass
commit: 03ad997a315dbc5c7fe28de274e9b528b1a34364
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:44:52 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 04:44:52 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=03ad997a

app-arch/engrampa: swap out itstool for proper dep yelp-tools

Package-Manager: portage-2.3.0

 app-arch/engrampa/engrampa-1.10.2-r1.ebuild | 2 +-
 app-arch/engrampa/engrampa-1.12.0-r1.ebuild | 2 +-
 app-arch/engrampa/engrampa-1.14.1.ebuild| 2 +-
 app-arch/engrampa/engrampa-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.10.2-r1.ebuild 
b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
index 8a613bc..c8a2bf2 100644
--- a/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
@@ -32,8 +32,8 @@ RDEPEND=">=x11-libs/gtk+-2.24.0:2
!!app-arch/mate-file-archiver"
 
 DEPEND="${RDEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.35:*
-   dev-util/itstool:0
>=mate-base/mate-common-1.8:0
sys-devel/gettext:*
virtual/pkgconfig:*"

diff --git a/app-arch/engrampa/engrampa-1.12.0-r1.ebuild 
b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
index 48c44f3..89cfca9 100644
--- a/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
@@ -32,8 +32,8 @@ RDEPEND="
!!app-arch/mate-file-archiver"
 
 DEPEND="${RDEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.50.1:*
-   dev-util/itstool:0
sys-devel/gettext:*
virtual/pkgconfig:*"
 

diff --git a/app-arch/engrampa/engrampa-1.14.1.ebuild 
b/app-arch/engrampa/engrampa-1.14.1.ebuild
index be74917..dbe8cf7 100644
--- a/app-arch/engrampa/engrampa-1.14.1.ebuild
+++ b/app-arch/engrampa/engrampa-1.14.1.ebuild
@@ -34,8 +34,8 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.50.1:*
-   dev-util/itstool:0
sys-devel/gettext:*
virtual/pkgconfig:*"
 

diff --git a/app-arch/engrampa/engrampa-.ebuild 
b/app-arch/engrampa/engrampa-.ebuild
index 309ac50..2e1da1b 100644
--- a/app-arch/engrampa/engrampa-.ebuild
+++ b/app-arch/engrampa/engrampa-.ebuild
@@ -33,8 +33,8 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}"
 
 DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
>=dev-util/intltool-0.50.1:*
-   dev-util/itstool:0
sys-devel/gettext:*
virtual/pkgconfig:*"
 



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/caja-extensions/

2016-09-04 Thread NP Hardass
commit: b1ff09bf9ec7922d54be89c914abe86d327df497
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 01:51:00 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 01:51:00 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b1ff09bf

mate-extra/caja-extensions:  Version bump to 1.14.0

Package-Manager: portage-2.3.0

 mate-extra/caja-extensions/Manifest|  1 +
 .../caja-extensions/caja-extensions-1.14.0.ebuild  | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/mate-extra/caja-extensions/Manifest 
b/mate-extra/caja-extensions/Manifest
index d48ae9b..7186d5a 100644
--- a/mate-extra/caja-extensions/Manifest
+++ b/mate-extra/caja-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST caja-extensions-1.10.1.tar.xz 378472 SHA256 
fc18b16141a37624f35f2b8b7ecf6b73a55689d81ee9e9a516c5765990ec207d SHA512 
6720c279877207c123163e1d04e9d5b63319fe8b480ef9aaf6470c0f8e850b22dfea7999084ed8d320c152c053906461d1a526a70f64718cb1938d3baa39db0b
 WHIRLPOOL 
1f418081a4ed00c60d7c62b6a22ecba6132d8fea0d9e05067446e79809a2996bae05ce5b96338048a330f590f57f0cda0af2169a4bce1800b3872c0482bd0fa9
 DIST caja-extensions-1.12.0.tar.xz 370600 SHA256 
efb76a8bcb9dd0d1fb47682e4cb018645e243d73ba9a6ebc3d06332e02c7fb36 SHA512 
b36f759f21a206d76dada61f9410135c393fea77eaaf387a81788c6c2757aed5536b8129add2b4469b8d18f17de115369d70ec9278e8a4b9b9a3cfbb24ac38fb
 WHIRLPOOL 
eac4aabd023e6917c6f7fa13b8760641f05e1d1db554178345aa134c7bc45613ce372fac213ee779ffd1265e1cac4ab49b95252364ed1623dc599f849b6b7fcf
+DIST caja-extensions-1.14.0.tar.xz 398768 SHA256 
8f3630eb5e393d357423f94a3a1f9a32bab7dc610d1aaa811019ec710a1fdf06 SHA512 
3ee4641cca0e19d38f07af36c0a4adf2c6097a04254eba9bb6ebf3a127ba0bdb60ff40c22d66b7cda1645a0c8c559b628237621eaffc766a1b8706fa7c10612c
 WHIRLPOOL 
cda4cde3a4ee05b1cd0a8895a70941a11e24c3b092b552ab076b90526c6d36d8c7d4db14de49e64740d192987b51a7a0caeae57295dafdd7bb55bf51e634151c

diff --git a/mate-extra/caja-extensions/caja-extensions-1.14.0.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.14.0.ebuild
new file mode 100644
index 000..70d801f
--- /dev/null
+++ b/mate-extra/caja-extensions/caja-extensions-1.14.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Several Caja extensions"
+LICENSE="GPL-2"
+SLOT="0"
+
+SENDTO="cdr gajim +mail pidgin upnp"
+IUSE="gksu gtk3 image-converter +open-terminal share +wallpaper ${SENDTO}"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=mate-base/caja-1.7[gtk3(-)=]
+   virtual/libintl:0
+   x11-libs/gdk-pixbuf:2
+   gajim? (
+   >=dev-libs/dbus-glib-0.60:0
+   >=sys-apps/dbus-1:0
+   )
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   open-terminal? ( >=mate-base/mate-desktop-1.7[gtk3(-)=] )
+   pidgin? ( >=dev-libs/dbus-glib-0.60:0 )
+   upnp? ( >=net-libs/gupnp-0.13:0= )"
+
+RDEPEND="${COMMON_DEPEND}
+   cdr? ( >=app-cdr/brasero-2.32.1:0= )
+   gajim? ( net-im/gajim:0 )
+   gksu? ( x11-libs/gksu )
+   image-converter? (
+   || (
+   media-gfx/imagemagick
+   media-gfx/graphicsmagick[imagemagick]
+   )
+   )
+   pidgin? ( net-im/pidgin )"
+
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.18:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*
+   !!mate-extra/mate-file-manager-open-terminal
+   !!mate-extra/mate-file-manager-sendto
+   !!mate-extra/mate-file-manager-image-converter
+   !!mate-extra/mate-file-manager-share"
+
+src_configure() {
+   local sendto_plugins="removable-devices"
+   use cdr && sendto_plugins+=",caja-burn"
+   use mail && sendto_plugins+=",emailclient"
+   use pidgin && sendto_plugins+=",pidgin"
+   use gajim && sendto_plugins+=",gajim"
+   use upnp && sendto_plugins+=",upnp"
+
+   mate_src_configure \
+   --enable-sendto \
+   --with-sendto-plugins=${sendto_plugins}\
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_enable gksu) \
+   $(use_enable image-converter) \
+   $(use_enable open-terminal) \
+   $(use_enable share) \
+   $(use_enable wallpaper)
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: media-gfx/eom/

2016-09-04 Thread NP Hardass
commit: bf5aac85d7d425090d7b9939b51626b83d4613fe
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 05:17:53 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 05:17:53 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=bf5aac85

media-gfx/eom: Version bump to 1.14.1

Package-Manager: portage-2.3.0

 media-gfx/eom/Manifest  |  1 +
 media-gfx/eom/eom-1.14.1.ebuild | 84 +
 2 files changed, 85 insertions(+)

diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 4f064fb..f2f7100 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,2 +1,3 @@
 DIST eom-1.10.5.tar.xz 2207424 SHA256 
19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 
f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c
 WHIRLPOOL 
1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0
 DIST eom-1.12.2.tar.xz 2213260 SHA256 
38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da SHA512 
03283cb1cae817c7c21219913fe2f3ab64e0fa6662a63193d4fa012bd0b5c286cbd25131a5bd5e52c1d9304b4b10ae8c37d38a88ea985215c5b277303d7b8cc4
 WHIRLPOOL 
ad1745e5a0b223b96f715488b36c9c96a6b0f439a5ace02f06c2e05d09c6260bbf29c6d103fb40adfbbe6140d5a981f954185b04d0065b90b5f71625eec7783c
+DIST eom-1.14.1.tar.xz 2232412 SHA256 
8c79ff62c73603175f51c34255edbc4c4e28d03a77a0fd17a308c1ae985a7c3f SHA512 
9d7e828eb24aa849e404c058b651e3f4f5bc6688990212a7082657c6421dc3b88d1da4590a4bd12a5bb76a2f7391d8ba9af24e7684fce6cb0ccb9848dd685f53
 WHIRLPOOL 
c6d69de23470dda35527888ef8571760e15340eda4226a853378b24f0973501e0ffc67abe914e6059245908ef2df4bc9f0aebe3d39f0aca19a3d9a6271b2bda0

diff --git a/media-gfx/eom/eom-1.14.1.ebuild b/media-gfx/eom/eom-1.14.1.ebuild
new file mode 100644
index 000..12739c6
--- /dev/null
+++ b/media-gfx/eom/eom-1.14.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit mate python-single-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="The MATE image viewer"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X debug dbus exif gtk3 +introspection jpeg lcms python svg tiff xmp"
+
+REQUIRED_USE="
+   gtk3? ( !python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   "
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2:2
+   gnome-base/dconf:0
+   >=mate-base/mate-desktop-1.9.1[gtk3(-)=]
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?]
+   x11-libs/libX11:0
+   >=x11-misc/shared-mime-info-0.20:0
+   virtual/libintl:0
+   dbus? ( >=dev-libs/dbus-glib-0.71:0 )
+   exif? (
+   >=media-libs/libexif-0.6.14:0
+   virtual/jpeg:0
+   )
+   !gtk3? ( >=x11-libs/gtk+-2.18:2[introspection?] )
+   gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}]
+   >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}]
+   )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+   xmp? ( >=media-libs/exempi-1.99.5:2 )
+   !!media-gfx/mate-image-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools:0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   mate_src_configure \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_enable debug) \
+   $(use_enable introspection) \
+   $(use_enable python) \
+   $(use_with X x) \
+   $(use_with dbus) \
+   $(use_with exif libexif) \
+   $(use_with jpeg libjpeg) \
+   $(use_with lcms cms) \
+   $(use_with svg librsvg) \
+   $(use_with xmp)
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/mate-system-monitor/

2016-09-04 Thread NP Hardass
commit: ead8778dafb937cff6f8b7563edbdb5745a2fc6c
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 00:20:04 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 00:57:05 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ead8778d

mate-extra/mate-system-monitor: Bump to 1.14.0, pkg_postinst for gksu

Package-Manager: portage-2.3.0

 mate-extra/mate-system-monitor/Manifest| 1 +
 ...ystem-monitor-.ebuild => mate-system-monitor-1.14.0.ebuild} | 7 +++
 mate-extra/mate-system-monitor/mate-system-monitor-.ebuild | 7 +++
 3 files changed, 15 insertions(+)

diff --git a/mate-extra/mate-system-monitor/Manifest 
b/mate-extra/mate-system-monitor/Manifest
index c2c5cd2..f41d5b5 100644
--- a/mate-extra/mate-system-monitor/Manifest
+++ b/mate-extra/mate-system-monitor/Manifest
@@ -1,2 +1,3 @@
 DIST mate-system-monitor-1.10.1.tar.xz 2129620 SHA256 
d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 SHA512 
a80922315d387eda99223ecc6f44a7608a3ef2d300ef80f10e35aede83783407f996935f7e106d342dcd91b8681158b587a5c1d1192724040e6bd99409cae6ec
 WHIRLPOOL 
0e2f4d2e8884d3f6e4dcd1caf3b81866d2e7d0cd2dad679c3201ebd37afcb038c14df1a2245aa4b5e3fcade08243c2ad7a4a9d1745b758c4d57ba6f8ce55f4b4
 DIST mate-system-monitor-1.12.2.tar.xz 2114504 SHA256 
78b91ae43fd0f06e0577d71d3b92b9c03ff2dc8809ba2b06dc0c4dc9e93683f5 SHA512 
f001d36b7a343cba68bf76094abad4e07cc89537c71dba873bb5ffc61045f440a319e3db8d5ee55ff301f52dbdad8b275ca71a4ab6c5fbe34d75c2e65edd7c23
 WHIRLPOOL 
7270766f4434cb0e489f3f1ef805586987751fbea6a0a020df8fa7fa38dbbf264d0d1f3694fbba8e9d14cf2ddaee217ac562a391b4b87f1033cf2850067ae1a0
+DIST mate-system-monitor-1.14.0.tar.xz 2135464 SHA256 
ccd7f52836af22d18138e516335ee259448749b6618327feb908ad396d0c650a SHA512 
f19fa0241228be8ec8600db43e71495750039288292ba5714489a84acb3e5cc9f4c87d39a63d29a0fc6f907af6ecc319382cd4276ae2de1125bba059d5b24be5
 WHIRLPOOL 
d354dfbf7121b838af6fac73148e381c23df4e3bc50a59f68f6469416f608235a0b6d990214e9de87bc01e1254f16e1ba9d1f631e18554205ae45ebc4b84f149

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.14.0.ebuild
similarity index 87%
copy from mate-extra/mate-system-monitor/mate-system-monitor-.ebuild
copy to mate-extra/mate-system-monitor/mate-system-monitor-1.14.0.ebuild
index 59a4dff..4f6f946 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.14.0.ebuild
@@ -44,3 +44,10 @@ src_configure() {
mate_src_configure \
$(use_enable systemd)
 }
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   einfo "${PN} may run commands with escalated privileges using"
+   einfo "x11-libs/gksu."
+}

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild
index 59a4dff..4f6f946 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-.ebuild
@@ -44,3 +44,10 @@ src_configure() {
mate_src_configure \
$(use_enable systemd)
 }
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   einfo "${PN} may run commands with escalated privileges using"
+   einfo "x11-libs/gksu."
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: media-gfx/eom/, media-gfx/eom/files/

2016-09-04 Thread NP Hardass
commit: ce4712374d3f421e99a3bdbb4486b770e2fa1f99
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 05:30:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 05:30:24 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ce471237

media-gfx/eom: fix svg support in gtk+3

Package-Manager: portage-2.3.0

 .../{eom-1.12.2-r2.ebuild => eom-1.12.2-r3.ebuild} |  2 ++
 media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch  | 33 ++
 2 files changed, 35 insertions(+)

diff --git a/media-gfx/eom/eom-1.12.2-r2.ebuild 
b/media-gfx/eom/eom-1.12.2-r3.ebuild
similarity index 97%
rename from media-gfx/eom/eom-1.12.2-r2.ebuild
rename to media-gfx/eom/eom-1.12.2-r3.ebuild
index af12c2f..13d7c1f 100644
--- a/media-gfx/eom/eom-1.12.2-r2.ebuild
+++ b/media-gfx/eom/eom-1.12.2-r3.ebuild
@@ -62,6 +62,8 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=( "${FILESDIR}/${P}-gtk3-svg.patch" )
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }

diff --git a/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch 
b/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch
new file mode 100644
index 000..ccff8ae
--- /dev/null
+++ b/media-gfx/eom/files/eom-1.12.2-gtk3-svg.patch
@@ -0,0 +1,33 @@
+From 038530ed2e9b844f75e2af24e44e0421ad1ccdc8 Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Wed, 24 Feb 2016 16:47:08 +0300
+Subject: [PATCH] fix svg rendering that's broken with GTK+3
+
+from
+https://git.gnome.org/browse/eog/commit/?id=a33950c14d7b8da8e1c6289709022affb910be2a
+---
+ src/eom-scroll-view.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/src/eom-scroll-view.c b/src/eom-scroll-view.c
+index 6385f29..6d1b290 100644
+--- a/src/eom-scroll-view.c
 b/src/eom-scroll-view.c
+@@ -1306,7 +1306,7 @@ display_expose_event (GtkWidget *widget, GdkEventExpose 
*event, gpointer data)
+ 
+ #ifdef HAVE_RSVG
+   if (eom_image_is_svg (view->priv->image)) {
+-  cairo_matrix_t matrix, translate, scale;
++  cairo_matrix_t matrix, translate, scale, original;
+   EomTransform *transform = eom_image_get_transform (priv->image);
+   cairo_matrix_init_identity ();
+   if (transform) {
+@@ -1343,6 +1343,8 @@ display_expose_event (GtkWidget *widget, GdkEventExpose 
*event, gpointer data)
+   cairo_matrix_init_translate (, xofs, yofs);
+   cairo_matrix_multiply (, , );
+ 
++  cairo_get_matrix (cr, );
++  cairo_matrix_multiply (, , );
+   cairo_set_matrix (cr, );
+ 
+   rsvg_handle_render_cairo (eom_image_get_svg (priv->image), cr);



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/mate-power-manager/

2016-09-04 Thread NP Hardass
commit: f6e9dec42a52b90c6f75e97f4e98e0040edefadb
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 23:45:23 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 23:45:23 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f6e9dec4

mate-extra/mate-power-manager: Version bump to 1.14.0

Package-Manager: portage-2.3.0

 mate-extra/mate-power-manager/Manifest |  1 +
 .../mate-power-manager-1.14.0.ebuild   | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/mate-extra/mate-power-manager/Manifest 
b/mate-extra/mate-power-manager/Manifest
index 1941ae8..70787e6 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,2 +1,3 @@
 DIST mate-power-manager-1.10.2.tar.xz 3350616 SHA256 
49eed514cb8507d3ae7699e701afb33a90002aa833bdc507f9ac0dd031ce04de SHA512 
133745446536d21102ed318d2809209e46dcef7dd312219d9b716f7785cbcd5a47d477643e1c15dd6672d088640a583a63819b394dc96e4a3437affdbc389ae7
 WHIRLPOOL 
c250220933ba0d13e7b7377072f5e503b33af5d2245812b6c562885310737039dbed34f23918be0f82332e2eb75533285d736c46a787be26403b6fac22039791
 DIST mate-power-manager-1.12.1.tar.xz 3197824 SHA256 
c43aa2ae75335a758d71cdab4b939141c352a7fb179c3e41a064ce9c007b587f SHA512 
60da8ab6988a4bbef363fcf4571260bc7f70ed90badf85e4233e6ed80cfc13446319bd8686ed6d4bf9752971a6f98021a5d0354e3aa7f9274b6fdbc8f9f920b4
 WHIRLPOOL 
de61b88835ffc9bc5f861dcc1c05726f331735ae430a71ce126fcb3553ea307e5d9163c226c16a39d1781d60d67b46d0d39c255c4a620782346e4d39e051639a
+DIST mate-power-manager-1.14.0.tar.xz 3221144 SHA256 
2306f7210298dba705277b748f8e3da1481889af4cb047a3eb76f196c4ded898 SHA512 
b1e6c5c0fe18b8e5d70ad66af450e86e7cf9fd5429973907618a742093fa9dec0c137e598f766824cb092d7c8c90a6d7116bc6b0417c81320dc21f8426d1eae2
 WHIRLPOOL 
80773ee914217c409ae49b8f8741b64ec55aa3ec8e6550441e4d0a3d99a7f44e3a0833b073c3be742fa30362da43425ace953af48820c09628ddef9c3443419a

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild
new file mode 100644
index 000..b408c23
--- /dev/null
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.14.0.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="A session daemon for MATE that makes it easy to manage your 
laptop or desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="+applet gnome-keyring gtk3 man pm-utils policykit test"
+
+# Interactive testsuite.
+RESTRICT="test"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.70:0
+   >=dev-libs/glib-2.36:2
+   >=mate-base/mate-desktop-1.9[gtk3(-)=]
+   >=sys-apps/dbus-1:0
+   >=x11-apps/xrandr-1.3:0
+   >=x11-libs/cairo-1:0
+   >=x11-libs/gdk-pixbuf-2.11:2
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/libXrandr:0
+   >=x11-libs/libnotify-0.7:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3:0 )
+   !gtk3? (
+   >=dev-libs/libunique-1:1
+   >=media-libs/libcanberra-0.10:0[gtk]
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libunique-3:3
+   >=media-libs/libcanberra-0.10:0[gtk3]
+   >=x11-libs/gtk+-3.0:3
+   )
+   pm-utils? ( >=sys-power/upower-pm-utils-0.9.23 )
+   !pm-utils? ( >=sys-power/upower-0.9.23:= )"
+
+RDEPEND="${COMMON_DEPEND}
+   policykit? ( >=mate-extra/mate-polkit-1.6 )"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.3
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/randrproto:0
+   >=x11-proto/xproto-7.0.15:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*
+   man? ( app-text/docbook-sgml-utils:0
+   >=app-text/docbook-sgml-dtd-4.3 )"
+
+src_prepare() {
+   mate_src_prepare
+
+   # This needs to be after eautoreconf to prevent problems like bug 
#356277
+   # Remove the docbook2man rules here since it's not handled by a proper
+   # parameter in configure.in.
+   if ! use man; then
+   sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in \
+   || die "docbook sed failed"
+   fi
+}
+
+src_configure() {
+   mate_src_configure \
+   --enable-compile-warnings=minimum \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with gnome-keyring keyring) \
+   $(use_enable applet applets) \
+   $(use_enable test tests)
+}
+
+src_test() {
+   unset DBUS_SESSION_BUS_ADDRESS
+
+   dbus-launch Xemake check || die "Test phase failed"
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/mate-power-manager/

2016-09-04 Thread NP Hardass
commit: c0b530f0dea50969a35d4bc2bfb669d69c2a41cf
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 23:47:45 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 23:48:10 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=c0b530f0

mate-extra/mate-power-manager: adjust  deps

Package-Manager: portage-2.3.0

 mate-extra/mate-power-manager/mate-power-manager-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mate-extra/mate-power-manager/mate-power-manager-.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-.ebuild
index b408c23..7889d05 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-.ebuild
@@ -21,7 +21,6 @@ RESTRICT="test"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.70:0
>=dev-libs/glib-2.36:2
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
>=sys-apps/dbus-1:0
>=x11-apps/xrandr-1.3:0
>=x11-libs/cairo-1:0
@@ -39,7 +38,6 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.70:0
>=x11-libs/gtk+-2.24:2
)
gtk3? (
-   >=dev-libs/libunique-3:3
>=media-libs/libcanberra-0.10:0[gtk3]
>=x11-libs/gtk+-3.0:3
)



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/mate-media/

2016-09-04 Thread NP Hardass
commit: 4dd4f87513fa5067aa1450f478797e5569aaa939
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 23:38:21 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 23:38:21 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4dd4f875

mate-extra/mate-media: Version bump to 1.14.0

Package-Manager: portage-2.3.0

 mate-extra/mate-media/Manifest |  1 +
 mate-extra/mate-media/mate-media-1.14.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/mate-extra/mate-media/Manifest b/mate-extra/mate-media/Manifest
index bf01050..60a5145 100644
--- a/mate-extra/mate-media/Manifest
+++ b/mate-extra/mate-media/Manifest
@@ -1,2 +1,3 @@
 DIST mate-media-1.10.1.tar.xz 488532 SHA256 
2b3e64d0b2db00382dccabf739b5d43d32ff244c320ea17feacb7192a5f36d66 SHA512 
7183bf0ac695d562ec64c0b4ad6b3db6550aef7c0dd5c378be32f42d9682cde61f6f7db7039c913e162a4295ade6a03179d28c26aefe4779eed20b983939f5ec
 WHIRLPOOL 
64c59a7a375d6443c0128d65c91b9c90c04f9b4115bc4b3b61e24f8ef2cbb69509997e3bfa47970af8450af839092ae7c673029d9cced69a5cf945cec6765ecb
 DIST mate-media-1.12.1.tar.xz 507976 SHA256 
c6d19a5d88e031156bcc0bc156c3eeaf4becb9953bb75b6f88e419154f393efc SHA512 
04dd05b62ea0fdfcd82321a77fa74d014c11e1a8434b445e42660c55f3158775341b36fe56f402940cef297b906b55fafd6d8eac3cd48ab5e34371b95c01d330
 WHIRLPOOL 
aea32fe1d8f00071231090ee394732a8956f4647a651556b62785d7fb76c1748587ae5034bd2910126f6b93e0eff52745ac81ed47145ac588f7e455b21cc408b
+DIST mate-media-1.14.0.tar.xz 508404 SHA256 
4e3e1f5d0d0df0b8707fc85719e8aeb5403db2fdbe86725a67be5a85ac444a36 SHA512 
353a2b04535f1bcff104a8e259df4e495375efb17bcd17a6fd7a6c201e5b81012002d3804d51fc733aba68f4425033c877e966c3d6f239402d6072906fe6b985
 WHIRLPOOL 
5793558dec2d2cef8b5b903d6545f52ce6ed8230dc2829b20b51d67b9cd5e390110bc8db86fd2bf6646c8da71c158240ee88ee336c8b4e60d5bc34d4cb8b2cfc

diff --git a/mate-extra/mate-media/mate-media-1.14.0.ebuild 
b/mate-extra/mate-media/mate-media-1.14.0.ebuild
new file mode 100644
index 000..567935e
--- /dev/null
+++ b/mate-extra/mate-media/mate-media-1.14.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Multimedia related programs for the MATE desktop"
+LICENSE="LGPL-2 GPL-2 FDL-1.1"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36.0:2
+   dev-libs/libxml2:2
+   >=mate-base/mate-panel-1.8[gtk3(-)=]
+   >=mate-base/mate-desktop-1.9.3[gtk3(-)=]
+   >=media-libs/libmatemixer-1.9.1
+   x11-libs/cairo:0
+   x11-libs/pango:0
+   virtual/libintl:0
+   !gtk3? (
+   >=dev-libs/libunique-1:1
+   >=media-libs/libcanberra-0.13:0[gtk]
+   >=x11-libs/gtk+-2.24:2
+   )
+   gtk3? (
+   >=dev-libs/libunique-3:3
+   >=media-libs/libcanberra-0.13:0[gtk3]
+   >=x11-libs/gtk+-3.0:3
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.35.0:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*
+   !!

[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/

2016-09-04 Thread NP Hardass
commit: b9ec783afd3405edac7990d49ac3c6b68121eeb8
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:35:34 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 04:35:34 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b9ec783a

app-arch/engrampa: Version bump to 1.14.1

Package-Manager: portage-2.3.0

 app-arch/engrampa/Manifest   |  1 +
 app-arch/engrampa/engrampa-1.14.1.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index d4430b7..9a2f24a 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,2 +1,3 @@
 DIST engrampa-1.10.2.tar.xz 137 SHA256 
964bf6fd8463b378e3bdd7713e86eca9dd65f1a6d99e10bb59cb2185084f986b SHA512 
86772801d80584c4020fce63cde11478a914372598f3c41774f4248817a05e37eb72842cd2f88be81c22969452f33806738d94a872ffe4ca8743fe8a9c115e1d
 WHIRLPOOL 
db2824550840296b636ea48ac987e004184d9cc41c669f0f2c30b67da8ebd6e991d5e27a55a5691c004cce4df26fb101318420d67f20015af55b6f5521525891
 DIST engrampa-1.12.0.tar.xz 1380144 SHA256 
4f1f8b0829000f6bb2d8a53a8da098dc5b177638c6d8e5b3fb52402a4541759c SHA512 
8c694b1f1baab099316f6e5d5ec67ae95171df3a988aee11b0527ae797717e7b3e57fa1ec53cb78e9aa397b1758f768736231ad1bd91c1bb8b2ba2f8f755cfec
 WHIRLPOOL 
b1132440b2d02fd2bfa9c903794113cf7d36eb7e67b4dc3222635dc7c33c459a87885ce1ec7bcdc623db8c75a6d33015ade6faaf3cfa8fd85fc85631d87366da
+DIST engrampa-1.14.1.tar.xz 1417444 SHA256 
43d882e772c53d13856f02e44454927e3bab4c5d77094057572be6972e0310d8 SHA512 
fea510d95fe483f676f66490706aa919b6a62bc20af9e22893304235ce0a38ff006c66494d548a3207dc4cd241cb785abe77652693d1b600e4ca6c8a0a60d763
 WHIRLPOOL 
6793b07c57d91ce73c102fc59b4e18141532f895814b4879547b10db4dec24029185d944cce5f34e8a880e9da2a2e229dfc44cf3d6d95ae264b2207ddcbedb8c

diff --git a/app-arch/engrampa/engrampa-1.14.1.ebuild 
b/app-arch/engrampa/engrampa-1.14.1.ebuild
new file mode 100644
index 000..be74917
--- /dev/null
+++ b/app-arch/engrampa/engrampa-1.14.1.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Engrampa archive manager for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="caja gtk3 magic packagekit"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.32.0:2
+   >=dev-libs/json-glib-0.14:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango:0
+   virtual/libintl:0
+   caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
+   !gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   magic? ( sys-apps/file )
+   packagekit? ( app-admin/packagekit-base )
+   !!app-arch/mate-file-archiver"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50.1:*
+   dev-util/itstool:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PATCHES=( "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch" )
+
+src_configure() {
+   mate_src_configure \
+   --disable-run-in-place \
+   --disable-deprecations \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_enable caja caja-actions) \
+   $(use_enable magic) \
+   $(use_enable packagekit)
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   elog ""
+   elog "${PN} is a frontend for several archiving utilities. If you want 
a"
+   elog "particular achive format supported install the relevant package."
+   elog
+   elog "For example:"
+   elog "  7-zip   : emerge app-arch/p7zip"
+   elog "  ace : emerge app-arch/unace"
+   elog "  arj : emerge app-arch/arj"
+   elog "  cpio: emerge app-arch/cpio"
+   elog "  deb : emerge app-arch/dpkg"
+   elog "  iso : emerge app-cdr/cdrtools"
+   elog "  jar,zip : emerge app-arch/zip  or  emerge app-arch/unzip"
+   elog "  lha : emerge app-arch/lha"
+   elog "  lzma: emerge app-arch/xz-utils"
+   elog "  lzop: emerge app-arch/lzop"
+   elog "  rar : emerge app-arch/unrar"
+   elog "  rpm : emerge app-arch/rpm"
+   elog "  unstuff : emerge app-arch/stuffit"
+   elog "  zoo : emerge app-arch/zoo"
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/files/, app-arch/engrampa/

2016-09-04 Thread NP Hardass
commit: ca81a7fe3dddf312caad6e97451b81fcc71a
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:25:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 04:25:39 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ca81

app-arch/engrampa: Update p7zip support

Package-Manager: portage-2.3.0

 ...mpa-1.10.2.ebuild => engrampa-1.10.2-r1.ebuild} |  5 
 ...mpa-1.12.0.ebuild => engrampa-1.12.0-r1.ebuild} |  5 
 .../files/engrampa-1.10.2-p7zip-15.09-compat.patch | 25 ++
 .../files/engrampa-1.10.2-p7zip-15.14-compat.patch | 30 ++
 4 files changed, 65 insertions(+)

diff --git a/app-arch/engrampa/engrampa-1.10.2.ebuild 
b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
similarity index 94%
rename from app-arch/engrampa/engrampa-1.10.2.ebuild
rename to app-arch/engrampa/engrampa-1.10.2-r1.ebuild
index f0fc91b..8a613bc 100644
--- a/app-arch/engrampa/engrampa-1.10.2.ebuild
+++ b/app-arch/engrampa/engrampa-1.10.2-r1.ebuild
@@ -38,6 +38,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.09-compat.patch"
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch"
+)
+
 src_prepare() {
gnome2_src_prepare
 

diff --git a/app-arch/engrampa/engrampa-1.12.0.ebuild 
b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
similarity index 93%
rename from app-arch/engrampa/engrampa-1.12.0.ebuild
rename to app-arch/engrampa/engrampa-1.12.0-r1.ebuild
index c1ec897..48c44f3 100644
--- a/app-arch/engrampa/engrampa-1.12.0.ebuild
+++ b/app-arch/engrampa/engrampa-1.12.0-r1.ebuild
@@ -37,6 +37,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.09-compat.patch"
+   "${FILESDIR}/${PN}-1.10.2-p7zip-15.14-compat.patch"
+)
+
 src_configure() {
mate_src_configure \
--disable-run-in-place \

diff --git a/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch 
b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch
new file mode 100644
index 000..d0937a8
--- /dev/null
+++ b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.09-compat.patch
@@ -0,0 +1,25 @@
+From 4f65bde8fc4d4efe747d4e7fbeba1211469ed79a Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Thu, 24 Dec 2015 17:11:19 +0300
+Subject: [PATCH] 7z: correct checking for p7zip 15.09+
+
+from https://github.com/GNOME/file-roller/commit/ed9c3fd2
+
+fixes https://github.com/mate-desktop/engrampa/issues/114
+---
+ src/fr-command-7z.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
+index 297ba1b..0b784f7 100644
+--- a/src/fr-command-7z.c
 b/src/fr-command-7z.c
+@@ -106,7 +106,7 @@ list__process_line (char *line,
+   strncpy (version, ver_start, ver_len);
+   version[ver_len] = 0;
+ 
+-  if (strcmp (version, "4.55") < 0)
++  if ((strcmp (version, "4.55") < 0) && (ver_len > 1) && 
(version[1] == '.'))
+   p7z_comm->old_style = TRUE;
+   else
+   p7z_comm->old_style = FALSE;

diff --git a/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.14-compat.patch 
b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.14-compat.patch
new file mode 100644
index 000..4e25898
--- /dev/null
+++ b/app-arch/engrampa/files/engrampa-1.10.2-p7zip-15.14-compat.patch
@@ -0,0 +1,30 @@
+From a2a537eb4c263a5b33851572a189fe89476b212e Mon Sep 17 00:00:00 2001
+From: sc0w 
+Date: Wed, 25 May 2016 02:29:21 +0200
+Subject: [PATCH] p7zip-rar 15.14 supported
+
+since 15.14, p7zip-rar uses the plugin Rar.so to handle archives
+
+It can find on /usr/lib/ or /usr/libexec/
+
+If someone has it in another folder, we can add it
+
+Fixes #136
+---
+ src/fr-command-7z.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c
+index 20cfa2c..a7d032e 100644
+--- a/src/fr-command-7z.c
 b/src/fr-command-7z.c
+@@ -599,7 +599,8 @@ fr_command_7z_get_capabilities (FrCommand  *comm,
+   if (is_mime_type (mime_type, "application/x-rar")
+   || is_mime_type (mime_type, "application/x-cbr"))
+   {
+-  if (! check_command || g_file_test 
("/usr/lib/p7zip/Codecs/Rar29.so", G_FILE_TEST_EXISTS))
++  if (! check_command || g_file_test 
("/usr/lib/p7zip/Codecs/Rar29.so", G_FILE_TEST_EXISTS) || g_file_test 
("/usr/lib/p7zip/Codecs/Rar.so", G_FILE_TEST_EXISTS)
++  || g_file_test 
("/usr/libexec/p7zip/Codecs/Rar29.so", G_FILE_TEST_EXISTS) || g_file_test 
("/usr/libexec/p7zip/Codecs/Rar.so", G_FILE_TEST_EXISTS))
+   capabilities |= FR_COMMAND_CAN_READ;
+   }
+  

[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-extra/caja-dropbox/

2016-09-04 Thread NP Hardass
commit: ff3284bd0188bace06d7d75a03a6acab3a389aeb
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 01:45:49 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 01:45:49 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ff3284bd

mate-extra/caja-dropbox: Version bump to 1.14.0

Package-Manager: portage-2.3.0

 mate-extra/caja-dropbox/Manifest   |  1 +
 mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/mate-extra/caja-dropbox/Manifest b/mate-extra/caja-dropbox/Manifest
index 806667e..bb168be 100644
--- a/mate-extra/caja-dropbox/Manifest
+++ b/mate-extra/caja-dropbox/Manifest
@@ -1,2 +1,3 @@
 DIST caja-dropbox-1.10.1.tar.xz 306296 SHA256 
f171c83cbc162d48fee9dfd67872161db82d93f30a417f9d228402935516f54f SHA512 
519f035881197f35b6ff1351cd953c939add62401c3807cfec011697e609766cd19a7effa4cd5978633901e31972f869b0765378893e75fbd6ac202e755e0b94
 WHIRLPOOL 
b3e1a7c045144fee883e35fb2131fc25ddbd9db53a93148e15e9eb827def0e41bc200146e0b243d5f2bd3fe03c5f9eb19ce9d65a0b67c0410b7cf108844b55e6
 DIST caja-dropbox-1.12.0.tar.xz 311488 SHA256 
027f16529e9fd9139a4fc721aa6971f6ac91f7cf74a7bd22d8a3f2b7315bf247 SHA512 
32d8fcd2d2aa4a03a976c7848cd628e240558b802247ad6a36242ea95628aa97088aa55ae6d9c889616910e5fc36e2db6753c4f8854d6f9e626c990469d71223
 WHIRLPOOL 
6e78e8f216a475ba8594db40ca8bb348276cb47d498993ac01d2a3f5283e90affc2f89c1e5f717874741f09475f84c87aed852d5c82199b8ccf25102f8e85495
+DIST caja-dropbox-1.14.0.tar.xz 310964 SHA256 
780c7a734dff297b7c832affa01f223b88e8f61862f18d0563f934bb3d7eba87 SHA512 
e13012bff812d43eb5ddd9ca8a73907bf9aa2d46bd8947f58695b32fe590a4ecd6bea2ac0d30330c8bd1fa8c652681beb964e7bd658525e99cda73e36a207a50
 WHIRLPOOL 
3dd0d73a2faf9d5c8c0a22439b3f47e48ded755408bb7ed39ddce593a2bc3b04884ef19aaa03467b49276eb5f2c6c01e1a4a2cc4d93efc375bd920492c95b8a5

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild
new file mode 100644
index 000..5cf36e0
--- /dev/null
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.14.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+MATE_LA_PUNT="yes"
+
+inherit mate python-single-r1 linux-info user
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Store, Sync and Share Files Online"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="debug"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.14:2
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   >=mate-base/caja-1.6
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libXinerama:0
+   x11-libs/pango:0"
+
+RDEPEND="${COMMON_DEPEND}
+   net-misc/dropbox:0"
+
+DEPEND="${COMMON_DEPEND}
+   dev-python/docutils:0
+   virtual/pkgconfig:*"
+
+CONFIG_CHECK="~INOTIFY_USER"
+
+pkg_setup () {
+   python-single-r1_pkg_setup
+   check_extra_config
+   enewgroup dropbox
+}
+
+MATE_FORCE_AUTORECONF=true
+
+src_prepare() {
+   # Use system dropbox.
+   sed -e "s|~/[.]dropbox-dist|/opt/dropbox|" \
+   -e 's|\(DROPBOXD_PATH = \).*|\1"/opt/dropbox/dropboxd"|' \
+   -i caja-dropbox.in || die
+
+   # Use system rst2man.
+   epatch "${FILESDIR}"/${PN}-1.8.0-system-rst2man.patch
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-static \
+   $(use_enable debug)
+}
+
+src_install () {
+   python_fix_shebang caja-dropbox.in
+
+   mate_src_install
+
+   local extensiondir="$(pkg-config --variable=extensiondir 
libcaja-extension)"
+   [ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions 
dir"
+
+   # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D.
+   extensiondir="${extensiondir#${EPREFIX}}"
+   use prefix || fowners root:dropbox "${extensiondir}"/libcaja-dropbox.so
+   fperms o-rwx "${extensiondir}"/libcaja-dropbox.so
+}
+
+pkg_postinst () {
+   mate_pkg_postinst
+
+   elog
+   elog "Add any users who wish to have access to the dropbox caja"
+   elog "plugin to the group 'dropbox'. You need to setup a drobox account"
+   elog "before using this plugin. Visit ${HOMEPAGE} for more information."
+   elog
+}



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/

2016-09-04 Thread NP Hardass
commit: b2efdb68dc6a2a3f8f23696c717137edf3a5fb67
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 04:40:46 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 04:40:46 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b2efdb68

app-arch/engrampa: update , force gtk3

Package-Manager: portage-2.3.0

 app-arch/engrampa/engrampa-.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-arch/engrampa/engrampa-.ebuild 
b/app-arch/engrampa/engrampa-.ebuild
index 1da8430..309ac50 100644
--- a/app-arch/engrampa/engrampa-.ebuild
+++ b/app-arch/engrampa/engrampa-.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Engrampa archive manager for MATE"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="caja gtk3 magic packagekit"
+IUSE="caja magic packagekit"
 
 COMMON_DEPEND="
>=dev-libs/glib-2.32.0:2
@@ -24,9 +24,8 @@ COMMON_DEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/pango:0
virtual/libintl:0
-   caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
-   !gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
-   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   caja? ( >=mate-base/caja-1.12[gtk3(+)] )
+   >=x11-libs/gtk+-3.14:3
magic? ( sys-apps/file )
packagekit? ( app-admin/packagekit-base )
!!app-arch/mate-file-archiver"
@@ -43,7 +42,6 @@ src_configure() {
mate_src_configure \
--disable-run-in-place \
--disable-deprecations \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
$(use_enable caja caja-actions) \
$(use_enable magic) \
$(use_enable packagekit)



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-text/atril/

2016-09-04 Thread NP Hardass
commit: 2d3fcfb9f990a6629038191ac441a7d62e194b64
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 01:38:44 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 01:38:44 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2d3fcfb9

app-text/atril: update  deps

Package-Manager: portage-2.3.0

 app-text/atril/atril-.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-text/atril/atril-.ebuild b/app-text/atril/atril-.ebuild
index cfbe24b..c87c15c 100644
--- a/app-text/atril/atril-.ebuild
+++ b/app-text/atril/atril-.ebuild
@@ -20,11 +20,10 @@ IUSE="caja dbus debug djvu dvi epub +introspection 
gnome-keyring gtk3 +postscrip
 
 REQUIRED_USE="t1lib? ( dvi )"
 
-COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
+COMMON_DEPEND=">=app-text/poppler-0.18:0=[cairo]
dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2
-   >=mate-base/mate-desktop-1.9[gtk3(-)=]
sys-libs/zlib:0
x11-libs/gdk-pixbuf:2
x11-libs/libICE:0
@@ -51,7 +50,7 @@ COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2:0 )
tiff? ( >=media-libs/tiff-3.6:0 )
-   xps? ( >=app-text/libgxps-0.2.0:0 )
+   xps? ( >=app-text/libgxps-0.2.1:0 )
!!app-text/mate-document-viewer"
 
 RDEPEND="${COMMON_DEPEND}"
@@ -80,7 +79,6 @@ src_configure() {
--enable-pixbuf \
--enable-previewer \
--enable-thumbnailer \
-   --with-matedesktop \
--with-gtk=$(usex gtk3 3.0 2.0) \
$(use_with gnome-keyring keyring) \
$(use_enable caja) \



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

2016-09-04 Thread Matthias Maier
commit: 671df1de7a8611d59307ffcd448af451c15003ed
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  5 04:25:32 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Sep  5 05:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671df1de

app-emulation/qemu: version bump to 2.7.0, various security fixes

3af9187fc6caaf415ab9c0c6d92c9678f65cb17f -> CVE-2016-4001, bug #579734
3a15cc0e1ee7168db0782133d2607a6bfa422d66 -> CVE-2016-4002, bug #579734
c98c6c105f66f05aa0b7c1d2a4a3f716450907ef -> CVE-2016-4439, bug #583496
6c1fef6b59563cc415f21e03f81539ed4b33ad90 -> CVE-2016-4441, bug #583496
06630554ccbdd25780aa03c3548aaff1eb56dffd ->  , bug #583952
844864fbae66935951529408831c2f22367a57b6 -> CVE-2016-5337, bug #584094
b60bdd1f1ee1616b7a9aeeffb4088e1ce2710fb2 ->  , bug #584102
1b85898025c4cd95dce673d15e67e60e98e91731 ->  , bug #584146
521360267876d3b6518b328051a2e56bca55bef8 -> CVE-2016-4453, bug #584514
4e68a0ee17dad7b8d870df0081d4ab2e079016c2 -> CVE-2016-4454, bug #584514
a6b3167fa0e825aebb5a7cd8b437b6d41584a196 -> CVE-2016-5126, bug #584630
ff589551c8e8e9e95e211b9d8daafb4ed39f1aec -> CVE-2016-5338, bug #584918
d3cdc49138c30be1d3c2f83d18f85d9fdee95f1a -> CVE-2016-5238, bug #584918
1e7aed70144b4673fc26e73062064b6724795e5f ->  , bug #589924
afd9096eb1882f23929f5b5c177898ed231bac66 -> CVE-2016-5403, bug #589928
eb700029c7836798046191d62d595363d92c84d4 -> CVE-2016-6835, bug #591244
ead315e43ea0c2ca3491209c6c8db8ce3f2bbe05 -> CVE-2016-6834, bug #591374
6c352ca9b4ee3e1e286ea9e8434bd8e69ac7d0d8 -> CVE-2016-6833, bug #591380
47882fa4975bf0b58dd74474329fdd7154e8f04c -> CVE-2016-6888, bug #591678

805b5d98c649d26fc44d2d7755a97f18e62b438a
56f101ecce0eafd09e2daf1c4eeb1377d6959261
fff39a7ad09da07ef490de05c92c91f22f8002f2 ->  , bug #592430

Package-Manager: portage-2.2.28

 app-emulation/qemu/Manifest  |   1 +
 app-emulation/qemu/qemu-2.7.0.ebuild | 677 +++
 2 files changed, 678 insertions(+)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 5ae41f8..ffbb5ee 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,2 +1,3 @@
 DIST qemu-2.5.1.tar.bz2 25464539 SHA256 
028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c SHA512 
66959ad6a2a89f23c5daba245c76f71ddc03a33a1167bca639a042ebbf7329b2e698cd2c0e65c22a9874563a34256a48386aa9df6475b06d38db74187e3e3b3f
 WHIRLPOOL 
32525271574692d56b7794dc63606659f46e6ae19a56dee31b3cec33dab9c4eb74147a65db4940229492d8680f38c2d05bc2a8fbcb4b6887b0c1cbe5fbbe44cf
 DIST qemu-2.6.0.tar.bz2 25755267 SHA256 
c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec SHA512 
0d17075e52f7688cc05776ad7a76509d1f22ae8eda896fddb06c1fd6dea6da485422c8efb3ba118b054d9a413b7b02baba656a9131658dabdb71def50c92b215
 WHIRLPOOL 
f9373bf66f67301787e7510ac161b0072ba7c7bc067e10215fb97a52524adaba0fcbc79a4c0cefac9c6e2b4e07380eb9d10f65ed6ce6867e43843043684231ed
+DIST qemu-2.7.0.tar.bz2 26867760 SHA256 
326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53 SHA512 
654acaa7b3724a288e5d7e2a26ab780d9c9ed9f647fba00a906cbaffbe9d58fd666f2d962514aa2c5b391b4c53811ac3170d2eb51727f090bd19dfe45ca9a9db
 WHIRLPOOL 
dcb3e5f7da89dd8e14d636d7ebd476e076e0043880bb9ea3fb1c03cb4bcd4e5c7d3c4719da26c3ce521e3a3db5ae671e86f198ac1bc3474e774d75504fef8b8d

diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild 
b/app-emulation/qemu/qemu-2.7.0.ebuild
new file mode 100644
index ..6f65fc9
--- /dev/null
+++ b/app-emulation/qemu/qemu-2.7.0.ebuild
@@ -0,0 +1,677 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="ncurses,readline"
+
+PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
+
+inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
+   user udev fcaps readme.gentoo pax-utils l10n
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="git://git.qemu.org/qemu.git"
+   inherit git-2
+   SRC_URI=""
+else
+   SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+fi
+
+DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
+HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
+
+LICENSE="GPL-2 LGPL-2 BSD-2"
+SLOT="0"
+IUSE="accessibility +aio alsa bluetooth bzip2 +caps +curl debug +fdt glusterfs 
\
+gnutls gtk gtk2 infiniband iscsi +jpeg \
+kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
++png pulseaudio python \
+rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static 
static-softmmu
+static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
+virgl virtfs +vnc vte xattr xen xfs"
+
+COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
+mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 

[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-text/atril/

2016-09-04 Thread NP Hardass
commit: 1cb3c5bbb65446a579f724df5c5c7b6452610290
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 01:34:15 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 01:34:15 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1cb3c5bb

app-text/atril: Version bump to 1.14.2

Package-Manager: portage-2.3.0

 app-text/atril/Manifest|  1 +
 app-text/atril/atril-1.14.2.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
index a40a15c..74291cf 100644
--- a/app-text/atril/Manifest
+++ b/app-text/atril/Manifest
@@ -1,2 +1,3 @@
 DIST atril-1.10.3.tar.xz 2106560 SHA256 
2680279137307fe68500ed5006f70bf73a2dd15536dee0592cb77d031d6e3a90 SHA512 
8b083aaced82a10cfd7b0d0e5342b23c99ef868da3b2376b547a252659cbe9e3669344515b98ecee046e3011ee7cd5028154a87bd198c92ba577953483107002
 WHIRLPOOL 
94b3679cedc9b57e35be963458c0f0d8c0c1865a4021c403cf03943824a278013f1b4feaf14d9cc2903768fc6247bea84e1e028be05c46c53047df37899246da
 DIST atril-1.12.2.tar.xz 1663920 SHA256 
47cd22969d4ff6ef860a310a57f77f1fcc0c5674113a72ee507d2b1b5c780226 SHA512 
2ceeda42adeb284a25caff3a69d15a231129988fb410e4d502a281ccf5819307b9963722a2e330307a1c3b15d3c82405b708d983ed1c266e091a35264766e6ec
 WHIRLPOOL 
8eb8a0cd40c0c3d21141493a09b3dc8f2c4d902fff1ed80fe5468b1ac342c81312518c015cbd288372f228bc4bb91bb1555af8f8b5842e72e4eb895fc787988c
+DIST atril-1.14.2.tar.xz 1703272 SHA256 
9a8eadd85bda4539560f01a2127be4d6c358c07c6a744c09d1fdb5bff7ce14f4 SHA512 
9f77abe43848a3a35df1484edef4a6bbc6339f82b0d8e9f3c149c44fd632f2720acf24bcc1354b944c5c364fc4ce1d70b733c1ec5bc40b1a17041e59acf7bd9b
 WHIRLPOOL 
3e4bf2f6af6369b7cf410f161c159f6f0221d311b354c24d8b86fbcb14c3553d01ea6d79667d9817541aa401202bc8590d074f635745730854a148ca74b41dfc

diff --git a/app-text/atril/atril-1.14.2.ebuild 
b/app-text/atril/atril-1.14.2.ebuild
new file mode 100644
index 000..cfbe24b
--- /dev/null
+++ b/app-text/atril/atril-1.14.2.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Atril document viewer for MATE"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 
+postscript t1lib tiff xps"
+
+REQUIRED_USE="t1lib? ( dvi )"
+
+COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.5:2
+   >=mate-base/mate-desktop-1.9[gtk3(-)=]
+   sys-libs/zlib:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   >=x11-libs/libSM-1:0
+   x11-libs/libX11:0
+   >=x11-libs/cairo-1.9.10:0
+   x11-libs/pango:0
+   caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] )
+   djvu? ( >=app-text/djvu-3.5.17:0 )
+   dvi? (
+   virtual/tex-base:0
+   t1lib? ( >=media-libs/t1lib-5:5 )
+   )
+   epub? ( dev-libs/mathjax )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5:0 )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24.0:2[introspection?]
+   epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3[introspection?]
+   epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
+   )
+   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
+   postscript? ( >=app-text/libspectre-0.2:0 )
+   tiff? ( >=media-libs/tiff-3.6:0 )
+   xps? ( >=app-text/libgxps-0.2.0:0 )
+   !!app-text/mate-document-viewer"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/rarian:0
+   app-text/yelp-tools:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   virtual/pkgconfig:*
+   sys-devel/gettext:*"
+
+# Tests use dogtail which is not available on Gentoo.
+RESTRICT="test"
+
+src_configure() {
+   # Passing --disable-help would drop offline help, that would be 
inconsistent
+   # with helps of the most of GNOME apps that doesn't require network for 
that.
+   mate_src_configure \
+   --disable-tests \
+   --enable-comics \
+   --enable-pdf \
+   --enable-pixbuf \
+   --enable-previewer \
+   --enable-thumbnailer \
+   --with-matedesktop \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with gnome-keyring keyring) \
+   $(use_enable caja) \
+   $(use_enable dbus) \
+   $(use_enable debug) \
+   $(use_enable djvu) \
+   $(use_enable dvi) \
+   $(use_enable epub) \
+   $(use_enable introspection) \
+   $(use_enable 

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

2016-09-04 Thread Matthias Maier
commit: 681f5aaab1ddbbc1e8b923638e1da24d7feca688
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  5 04:51:35 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Sep  5 05:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681f5aaa

app-emulation/qemu: drop vulnerable 2.6.0

Package-Manager: portage-2.2.28

 app-emulation/qemu/Manifest  |   1 -
 app-emulation/qemu/qemu-2.6.0.ebuild | 679 ---
 app-emulation/qemu/qemu-2.7.0.ebuild |   1 +
 3 files changed, 1 insertion(+), 680 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index ffbb5ee..773b14d 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,3 +1,2 @@
 DIST qemu-2.5.1.tar.bz2 25464539 SHA256 
028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c SHA512 
66959ad6a2a89f23c5daba245c76f71ddc03a33a1167bca639a042ebbf7329b2e698cd2c0e65c22a9874563a34256a48386aa9df6475b06d38db74187e3e3b3f
 WHIRLPOOL 
32525271574692d56b7794dc63606659f46e6ae19a56dee31b3cec33dab9c4eb74147a65db4940229492d8680f38c2d05bc2a8fbcb4b6887b0c1cbe5fbbe44cf
-DIST qemu-2.6.0.tar.bz2 25755267 SHA256 
c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec SHA512 
0d17075e52f7688cc05776ad7a76509d1f22ae8eda896fddb06c1fd6dea6da485422c8efb3ba118b054d9a413b7b02baba656a9131658dabdb71def50c92b215
 WHIRLPOOL 
f9373bf66f67301787e7510ac161b0072ba7c7bc067e10215fb97a52524adaba0fcbc79a4c0cefac9c6e2b4e07380eb9d10f65ed6ce6867e43843043684231ed
 DIST qemu-2.7.0.tar.bz2 26867760 SHA256 
326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53 SHA512 
654acaa7b3724a288e5d7e2a26ab780d9c9ed9f647fba00a906cbaffbe9d58fd666f2d962514aa2c5b391b4c53811ac3170d2eb51727f090bd19dfe45ca9a9db
 WHIRLPOOL 
dcb3e5f7da89dd8e14d636d7ebd476e076e0043880bb9ea3fb1c03cb4bcd4e5c7d3c4719da26c3ce521e3a3db5ae671e86f198ac1bc3474e774d75504fef8b8d

diff --git a/app-emulation/qemu/qemu-2.6.0.ebuild 
b/app-emulation/qemu/qemu-2.6.0.ebuild
deleted file mode 100644
index e45a5d1..
--- a/app-emulation/qemu/qemu-2.6.0.ebuild
+++ /dev/null
@@ -1,679 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses,readline"
-
-PLOCALES="de_DE fr_FR hu it tr zh_CN"
-
-inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo pax-utils l10n
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://git.qemu.org/qemu.git"
-   inherit git-2
-   SRC_URI=""
-else
-   SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
-
-LICENSE="GPL-2 LGPL-2 BSD-2"
-SLOT="0"
-IUSE="accessibility +aio alsa bluetooth bzip2 +caps +curl debug +fdt glusterfs 
\
-gnutls gtk gtk2 infiniband iscsi +jpeg \
-kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
-+png pulseaudio python \
-rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static 
static-softmmu
-static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
-virgl virtfs +vnc vte xattr xen xfs"
-
-COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
-mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
-x86_64"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa 
xtensaeb"
-IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 
ppc64le sparc32plus tilegx"
-
-use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
-use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
-IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
-
-# Allow no targets to be built so that people can get a tools-only build.
-# Block USE flag configurations known to not work.
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   gtk2? ( gtk )
-   qemu_softmmu_targets_arm? ( fdt )
-   qemu_softmmu_targets_microblaze? ( fdt )
-   qemu_softmmu_targets_ppc? ( fdt )
-   qemu_softmmu_targets_ppc64? ( fdt )
-   sdl2? ( sdl )
-   static? ( static-softmmu static-user )
-   static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk !gtk2 )
-   virtfs? ( xattr )
-   vte? ( gtk )"
-
-# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
-#
-# The attr lib isn't always linked in (although the USE flag is always
-# respected).  This is because qemu supports using the C library's API
-# when available rather than always using the extranl library.
-#
-# Older versions of gnutls are supported, but it's simpler to just require
-# the latest versions.  This is also why we require nettle.
-#
-# TODO: Split out tools deps into another var.  e.g. bzip2 is 

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

2016-09-04 Thread Matthias Maier
commit: ceb67390ecbe843f184b5bde6428cb9e2f3dcd81
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  5 05:18:46 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Sep  5 05:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb67390

app-emulation/qemu: apply patch for CVE-2016-6836, bug #591242

Package-Manager: portage-2.2.28

 .../qemu/files/qemu-2.7.0-CVE-2016-6836.patch  | 27 ++
 app-emulation/qemu/qemu-2.7.0.ebuild   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-6836.patch 
b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-6836.patch
new file mode 100644
index ..56f7435
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-6836.patch
@@ -0,0 +1,27 @@
+From: Li Qiang 
+
+In Vmxnet3 device emulator while processing transmit(tx) queue,
+when it reaches end of packet, it calls vmxnet3_complete_packet.
+In that local 'txcq_descr' object is not initialised, which could
+leak host memory bytes a guest.
+
+Reported-by: Li Qiang 
+Signed-off-by: Prasad J Pandit 
+---
+ hw/net/vmxnet3.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c
+index 90f6943..92f6af9 100644
+--- a/hw/net/vmxnet3.c
 b/hw/net/vmxnet3.c
+@@ -531,6 +531,7 @@ static void vmxnet3_complete_packet(VMXNET3State *s, int 
qidx, uint32_t tx_ridx)
+ 
+ VMXNET3_RING_DUMP(VMW_RIPRN, "TXC", qidx, >txq_descr[qidx].comp_ring);
+ 
++memset(_descr, 0, sizeof(txcq_descr));
+ txcq_descr.txdIdx = tx_ridx;
+ txcq_descr.gen = vmxnet3_ring_curr_gen(>txq_descr[qidx].comp_ring);
+ 
+-- 
+2.5.5

diff --git a/app-emulation/qemu/qemu-2.7.0.ebuild 
b/app-emulation/qemu/qemu-2.7.0.ebuild
index 6f65fc9..a3aefc2 100644
--- a/app-emulation/qemu/qemu-2.7.0.ebuild
+++ b/app-emulation/qemu/qemu-2.7.0.ebuild
@@ -333,6 +333,7 @@ src_prepare() {
 
epatch "${FILESDIR}"/${PN}-2.5.0-cflags.patch
epatch "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch
+   epatch "${FILESDIR}"/${P}-CVE-2016-6836.patch
# Fix ld and objcopy being called directly
tc-export AR LD OBJCOPY
 



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

2016-09-04 Thread Matthias Maier
commit: 01e6cb9bcad3046a7223e31c4b533485d6ca0877
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  5 03:58:05 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Sep  5 05:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01e6cb9b

app-emulation/qemu: remove vulnerable 2.5.0

Package-Manager: portage-2.2.28

 app-emulation/qemu/Manifest |   1 -
 app-emulation/qemu/qemu-2.5.0-r2.ebuild | 694 ---
 app-emulation/qemu/qemu-2.5.0-r3.ebuild | 699 
 3 files changed, 1394 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 70db408..5ae41f8 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,3 +1,2 @@
-DIST qemu-2.5.0.tar.bz2 25464996 SHA256 
3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4 SHA512 
12153f94cc7f834fd6a85f25690c36f2331d88d414426fb8b9ac20a34e6f9222b1eda30b727674af583580fae90dfd6d0614a905dce1567d94cd049d426b9dd3
 WHIRLPOOL 
8f5717989d8d234ecf1763ee386b2e1f20c3b17918de130c6dae255e4523a230b2b01a759eba25e4b9f604c680d9b868c56f58bd71b7c6c2c22a2e46804435ef
 DIST qemu-2.5.1.tar.bz2 25464539 SHA256 
028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c SHA512 
66959ad6a2a89f23c5daba245c76f71ddc03a33a1167bca639a042ebbf7329b2e698cd2c0e65c22a9874563a34256a48386aa9df6475b06d38db74187e3e3b3f
 WHIRLPOOL 
32525271574692d56b7794dc63606659f46e6ae19a56dee31b3cec33dab9c4eb74147a65db4940229492d8680f38c2d05bc2a8fbcb4b6887b0c1cbe5fbbe44cf
 DIST qemu-2.6.0.tar.bz2 25755267 SHA256 
c9ac4a651b273233d21b8bec32e30507cb9cce7900841febc330956a1a8434ec SHA512 
0d17075e52f7688cc05776ad7a76509d1f22ae8eda896fddb06c1fd6dea6da485422c8efb3ba118b054d9a413b7b02baba656a9131658dabdb71def50c92b215
 WHIRLPOOL 
f9373bf66f67301787e7510ac161b0072ba7c7bc067e10215fb97a52524adaba0fcbc79a4c0cefac9c6e2b4e07380eb9d10f65ed6ce6867e43843043684231ed

diff --git a/app-emulation/qemu/qemu-2.5.0-r2.ebuild 
b/app-emulation/qemu/qemu-2.5.0-r2.ebuild
deleted file mode 100644
index 222d558..
--- a/app-emulation/qemu/qemu-2.5.0-r2.ebuild
+++ /dev/null
@@ -1,694 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="ncurses,readline"
-
-PLOCALES="de_DE fr_FR hu it tr zh_CN"
-
-inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \
-   user udev fcaps readme.gentoo pax-utils l10n
-
-BACKPORTS=
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="git://git.qemu.org/qemu.git"
-   inherit git-2
-   SRC_URI=""
-else
-   SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2
-   ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
-
-LICENSE="GPL-2 LGPL-2 BSD-2"
-SLOT="0"
-IUSE="accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
-gnutls gtk gtk2 infiniband iscsi +jpeg \
-kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
-+png pulseaudio python \
-rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static 
static-softmmu
-static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
-virgl virtfs +vnc vte xattr xen xfs"
-
-COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
-mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
-x86_64"
-IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa 
xtensaeb"
-IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 
ppc64le sparc32plus tilegx"
-
-use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' 
${IUSE_SOFTMMU_TARGETS})
-use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
-IUSE+=" ${use_softmmu_targets} ${use_user_targets}"
-
-# Allow no targets to be built so that people can get a tools-only build.
-# Block USE flag configurations known to not work.
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   gtk2? ( gtk )
-   qemu_softmmu_targets_arm? ( fdt )
-   qemu_softmmu_targets_microblaze? ( fdt )
-   qemu_softmmu_targets_ppc? ( fdt )
-   qemu_softmmu_targets_ppc64? ( fdt )
-   sdl2? ( sdl )
-   static? ( static-softmmu static-user )
-   static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk !gtk2 )
-   virtfs? ( xattr )
-   vte? ( gtk )"
-
-# Yep, you need both libcap and libcap-ng since virtfs only uses libcap.
-#
-# The attr lib isn't always linked in (although the USE flag is always
-# respected).  This is because qemu supports using the C library's API
-# when available rather than always using the extranl library.
-#
-# Older versions of gnutls are supported, but it's 

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

2016-09-04 Thread Matthias Maier
commit: 6ac7a9b9a00ee2c1afb780ffcafc8e66ce1b59d9
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Sep  5 05:00:00 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Sep  5 05:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac7a9b9

app-emulation/qemu: drop obsolete patches

Package-Manager: portage-2.2.28

 .../qemu/files/qemu-2.5.0-9pfs-segfault.patch  |  34 --
 .../qemu/files/qemu-2.5.0-CVE-2015-8567.patch  |  95 
 .../qemu/files/qemu-2.5.0-CVE-2015-8613.patch  |  35 --
 .../qemu/files/qemu-2.5.0-CVE-2015-8619.patch  | 121 -
 .../qemu/files/qemu-2.5.0-CVE-2015-8701.patch  |  49 -
 .../qemu/files/qemu-2.5.0-CVE-2015-8743.patch  |  50 -
 .../qemu/files/qemu-2.5.0-CVE-2016-1568.patch  |  41 ---
 .../qemu/files/qemu-2.5.0-CVE-2016-1714.patch  |  58 --
 .../qemu/files/qemu-2.5.0-CVE-2016-1922.patch  |  65 ---
 .../qemu/files/qemu-2.5.0-CVE-2016-1981.patch  |  98 -
 .../qemu/files/qemu-2.5.0-CVE-2016-2197.patch  |  43 
 .../qemu/files/qemu-2.5.0-CVE-2016-2392.patch  |  35 --
 .../qemu/files/qemu-2.5.0-ne2000-reg-check.patch   |  37 ---
 .../qemu/files/qemu-2.5.0-usb-ehci-oob.patch   |  52 -
 .../files/qemu-2.5.0-usb-ndis-int-overflow.patch   |  59 --
 .../qemu/files/qemu-2.6.0-crypto-static.patch  |  60 --
 .../qemu/files/qemu-2.6.0-glib-size_t.patch|  11 --
 17 files changed, 943 deletions(-)

diff --git a/app-emulation/qemu/files/qemu-2.5.0-9pfs-segfault.patch 
b/app-emulation/qemu/files/qemu-2.5.0-9pfs-segfault.patch
deleted file mode 100644
index 0e27684..
--- a/app-emulation/qemu/files/qemu-2.5.0-9pfs-segfault.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 4b3a4f2d458ca5a7c6c16ac36a8d9ac22cc253d6 Mon Sep 17 00:00:00 2001
-From: Greg Kurz 
-Date: Wed, 23 Dec 2015 10:56:58 +0100
-Subject: [PATCH] virtio-9p: use accessor to get thread_pool
-
-The aio_context_new() function does not allocate a thread pool. This is
-deferred to the first call to the aio_get_thread_pool() accessor. It is
-hence forbidden to access the thread_pool field directly, as it may be
-NULL. The accessor *must* be used always.
-
-Fixes: ebac1202c95a4f1b76b6ef3f0f63926fa76e753e
-Reviewed-by: Michael Tokarev 
-Tested-by: Michael Tokarev 
-Cc: qemu-sta...@nongnu.org
-Signed-off-by: Greg Kurz 

- hw/9pfs/virtio-9p-coth.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/hw/9pfs/virtio-9p-coth.c b/hw/9pfs/virtio-9p-coth.c
-index fb6e8f8..ab9425c 100644
 a/hw/9pfs/virtio-9p-coth.c
-+++ b/hw/9pfs/virtio-9p-coth.c
-@@ -36,6 +36,6 @@ static int coroutine_enter_func(void *arg)
- void co_run_in_worker_bh(void *opaque)
- {
- Coroutine *co = opaque;
--thread_pool_submit_aio(qemu_get_aio_context()->thread_pool,
-+thread_pool_submit_aio(aio_get_thread_pool(qemu_get_aio_context()),
-coroutine_enter_func, co, coroutine_enter_cb, co);
- }
--- 
-2.7.4
-

diff --git a/app-emulation/qemu/files/qemu-2.5.0-CVE-2015-8567.patch 
b/app-emulation/qemu/files/qemu-2.5.0-CVE-2015-8567.patch
deleted file mode 100644
index e196043..
--- a/app-emulation/qemu/files/qemu-2.5.0-CVE-2015-8567.patch
+++ /dev/null
@@ -1,95 +0,0 @@
-https://bugs.gentoo.org/567868
-
-From aa4a3dce1c88ed51b616806b8214b7c8428b7470 Mon Sep 17 00:00:00 2001
-From: P J P 
-Date: Tue, 15 Dec 2015 12:27:54 +0530
-Subject: [PATCH] net: vmxnet3: avoid memory leakage in activate_device
-
-Vmxnet3 device emulator does not check if the device is active
-before activating it, also it did not free the transmit & receive
-buffers while deactivating the device, thus resulting in memory
-leakage on the host. This patch fixes both these issues to avoid
-host memory leakage.
-
-Reported-by: Qinghao Tang 
-Reviewed-by: Dmitry Fleytman 
-Signed-off-by: Prasad J Pandit 
-Cc: qemu-sta...@nongnu.org
-Signed-off-by: Jason Wang 

- hw/net/vmxnet3.c | 24 
- 1 file changed, 16 insertions(+), 8 deletions(-)
-
-diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c
-index a5dd79a..9c1adfc 100644
 a/hw/net/vmxnet3.c
-+++ b/hw/net/vmxnet3.c
-@@ -1194,8 +1194,13 @@ static void vmxnet3_reset_mac(VMXNET3State *s)
- 
- static void vmxnet3_deactivate_device(VMXNET3State *s)
- {
--VMW_CBPRN("Deactivating vmxnet3...");
--s->device_active = false;
-+if (s->device_active) {
-+VMW_CBPRN("Deactivating vmxnet3...");
-+vmxnet_tx_pkt_reset(s->tx_pkt);
-+vmxnet_tx_pkt_uninit(s->tx_pkt);
-+vmxnet_rx_pkt_uninit(s->rx_pkt);
-+s->device_active = false;
-+}
- }
- 
- static void vmxnet3_reset(VMXNET3State *s)
-@@ -1204,7 +1209,6 @@ 

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-09-04 Thread Mike Gilbert
commit: 20ff55e7b8f920c59ddc1adff6b35729aa3a9cf0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep  5 04:54:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep  5 04:54:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ff55e7

www-plugins/chrome-binary-plugins: fix keywords

Package-Manager: portage-2.3.0_p24

 .../chrome-binary-plugins-53.0.2785.92_beta.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
index 2757b38..54ba20f 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
@@ -31,7 +31,7 @@ MY_PN="google-chrome-${SLOT}"
 MY_P="${MY_PN}_${MY_PV}"
 
 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb;
-KEYWORDS="-* amd64"
+KEYWORDS="-* ~amd64"
 
 LICENSE="google-chrome"
 IUSE="+flash +widevine"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-09-04 Thread Mike Gilbert
commit: c52485a2413414510b9239a0b8e89bae5834c18d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep  5 04:52:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep  5 04:52:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52485a2

www-plugins/chrome-binary-plugins: change install location

Install in /usr/lib64/chromium, where they may be detected by QtWebEngine.

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

Package-Manager: portage-2.3.0_p24

 .../chrome-binary-plugins-53.0.2785.92.ebuild| 7 ---
 .../chrome-binary-plugins-53.0.2785.92_beta.ebuild   | 9 +
 .../chrome-binary-plugins-54.0.2840.8_alpha.ebuild   | 6 +++---
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92.ebuild
index 94dadcf..2757b38 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92.ebuild
@@ -53,10 +53,11 @@ pkg_nofetch() {
 src_install() {
local version flapper
 
-   insinto /usr/$(get_libdir)/chromium-browser/
+   insinto /usr/$(get_libdir)/chromium
 
if use widevine; then
-   doins libwidevinecdm.so
+   doins libwidevinecdm.so libwidevinecdmadapter.so
+   dosym ../chromium/libwidevinecdm.so 
/usr/$(get_libdir)/chromium-browser/libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > 
widevine.version
doins widevine.version
fi
@@ -67,7 +68,7 @@ src_install() {
# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)
-   
flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
+   
flapper="${EPREFIX}/usr/$(get_libdir)/chromium/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-flash-version=$version\"" >> pepper-flash

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
index 07c207f..2757b38 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
@@ -31,7 +31,7 @@ MY_PN="google-chrome-${SLOT}"
 MY_P="${MY_PN}_${MY_PV}"
 
 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb;
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 LICENSE="google-chrome"
 IUSE="+flash +widevine"
@@ -53,10 +53,11 @@ pkg_nofetch() {
 src_install() {
local version flapper
 
-   insinto /usr/$(get_libdir)/chromium-browser/
+   insinto /usr/$(get_libdir)/chromium
 
if use widevine; then
-   doins libwidevinecdm.so
+   doins libwidevinecdm.so libwidevinecdmadapter.so
+   dosym ../chromium/libwidevinecdm.so 
/usr/$(get_libdir)/chromium-browser/libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > 
widevine.version
doins widevine.version
fi
@@ -67,7 +68,7 @@ src_install() {
# Since this is a live ebuild, we're forced to, unfortuantely,
# dynamically construct the command line args for Chromium.
version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)
-   
flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so"
+   
flapper="${EPREFIX}/usr/$(get_libdir)/chromium/PepperFlash/libpepflashplayer.so"
echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
echo "--ppapi-flash-version=$version\"" >> pepper-flash

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild
index d7fd45a..27b7eea 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.8_alpha.ebuild
@@ -53,10 +53,10 @@ pkg_nofetch() {
 src_install() {
local version
 
-   insinto /usr/$(get_libdir)/chromium-browser/
-
+   insinto /usr/$(get_libdir)/chromium
if use widevine; then
-   doins libwidevinecdm.so
+   

[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/, sci-calculators/units/files/

2016-09-04 Thread Jeroen Roovers
commit: 4ac04f05a9419958e65ab6d6e7756d2f809a2ac2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  5 04:43:40 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  5 04:43:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac04f05

sci-calculators/units: Drop unsupported patch.

Package-Manager: portage-2.3.0

 .../units/files/units-2.13-fix-python.patch| 144 -
 sci-calculators/units/units-2.13-r1.ebuild |  52 
 2 files changed, 196 deletions(-)

diff --git a/sci-calculators/units/files/units-2.13-fix-python.patch 
b/sci-calculators/units/files/units-2.13-fix-python.patch
deleted file mode 100644
index 5278890..
--- a/sci-calculators/units/files/units-2.13-fix-python.patch
+++ /dev/null
@@ -1,144 +0,0 @@
-* Unify the two python codebases, making the installation less cumbersome
-* Remove the broken python handling in Autoconf and the Makefile
-
 a/units_cur3
-+++ b/units_cur3
-@@ -16,6 +16,12 @@
- # Added test for non-unicode strings to prevent a runtime warning
- #
- 
-+# py2.7 shims
-+from __future__ import unicode_literals
-+from builtins import map, str, range
-+from future.standard_library import install_aliases
-+install_aliases()
-+
- import sys
- import urllib.request, urllib.parse, urllib.error
- import os
 a/configure.ac
-+++ b/configure.ac
-@@ -155,18 +155,6 @@
- fi
- fi
- 
--
--AC_PATH_PROG(PYTHON, python, no)
--
--if test $PYTHON = no; then 
--   HAVE_PYTHON=no
--   echo 'Units will work without python but the currency update'
--   echo 'script, units_cur,  will not be installed'
--   PYTHON=''
--else
--   HAVE_PYTHON=yes
--fi
--
- dnl Check for path search option
- AC_ARG_ENABLE([relocation],
- AC_HELP_STRING([--enable-relocation],
 a/Makefile.in
-+++ b/Makefile.in
-@@ -79,14 +79,14 @@
- DISTFILES = README ChangeLog units.info units.txt getopt1.c units.dvi \
-Makefile.in units.c getopt.c getopt.h definitions.units units.texinfo \
-configure.ac configure strfunc.c COPYING install-sh \
--   units.man NEWS texi2man INSTALL units.pdf units_cur2 units_cur3 \
-+   units.man NEWS texi2man INSTALL units.pdf \
-parse.tab.c parse.y units.h locale_map.txt fdl-1.3.texi currency.units \
-unitsfile.ico unitsprog.ico units.rc icon_ms.png \
-Makefile.OS2 makeobjs.cmd README.OS2 \
-UnitsMKS.texinfo UnitsMKS.pdf setvcvars.sh \
-UnitsWin.texinfo UnitsWin.pdf winmkdirs.bat Makefile.Win
- 
--all: units@EXEEXT@ units.1 units.info units_cur_inst
-+all: units@EXEEXT@ units.1 units.info
- 
- units.@OBJEXT@: units.c units.h
- 
-@@ -98,47 +98,11 @@
- units@EXEEXT@: $(OBJECTS) @MKS_RES@
-   $(CC) $(CFLAGS) $(LDFLAGS)  -o units@EXEEXT@ $(OBJECTS) @MKS_RES@ 
$(LIBS)
- 
--units_cur: units_cur2 units_cur3
--  @if test $(HAVE_PYTHON) = no; then \
--$(MAKE) units_cur_dummy; \
--  else \
--version=`$(PYTHON) --version 2>&1`; \
--if echo $$version | grep 'Python 2' >/dev/null; then \
--  cp $(srcdir)/units_cur2 units_cur; \
--  echo Creating units_cur for Python 2; \
--elif echo $$version | grep 'Python 3'>/dev/null; then \
--  cp $(srcdir)/units_cur3 units_cur; \
--  echo Creating units_cur for Python 3; \
--else \
--  echo Unrecognized Python version: $$version; \
--  echo Unable to create correct units_cur; \
--  exit 1; \
--fi; \
--  fi
--
--units_cur_dummy:
--  echo '\#!/bin/sh' > units_cur
--  echo 'echo Units_cur requires python, which was not found when units 
was configured' >> units_cur
--  chmod +x units_cur
--
--units_cur3: units_cur2
--  -mkdir python3_tempdir
--  2to3 --no-diffs -n -o python3_tempdir -w units_cur2
--  mv python3_tempdir/units_cur2 units_cur3
--  rm -rf python3_tempdir
--
--units_cur_inst: units_cur
--  sed -e "s@outfile = 'currency.units'@outfile='@UDAT@currency.units'@"\
---e "s@/usr/bin/python@$(PYTHON)@" \
-- units_cur > units_cur_inst
--
--install-support: definitions.units currency.units units_cur_inst
-+install-support: definitions.units currency.units
-   $(MKDIR_P) $(DESTDIR)@UDAT@ $(DESTDIR)$(bindir) 
-   $(INSTALL_DATA) $(srcdir)/definitions.units 
$(DESTDIR)@UDAT@definitions.units
-   $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units
-   $(INSTALL_DATA) $(srcdir)/locale_map.txt $(DESTDIR)@UDAT@locale_map.txt
--  if test $(HAVE_PYTHON) = yes; then \
--$(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo 
units_cur|sed '$(transform)'`;fi
-   if test $(HAVE_MKS) = yes; then make install-mks; fi
- 
- 
-@@ -209,14 +173,13 @@
-  $(DESTDIR)@UDAT@locale_map.txt \
-  $(DESTDIR)@u...@unitsfile.ico \
-  $(DESTDIR)@u...@unitsprog.ico \
-- $(DESTDIR)$(bindir)/`echo units_cur|sed '$(transform)'`
-   -rmdir $(DESTDIR)@UDAT@
-   @if test -f 

[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/

2016-09-04 Thread Jeroen Roovers
commit: 000d301be46a1df5da1f07b49823176c1ff8980b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep  5 04:26:19 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep  5 04:26:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000d301b

sci-calculators/units: Fix whitespace.

Package-Manager: portage-2.3.0

 sci-calculators/units/units-2.13-r1.ebuild | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/sci-calculators/units/units-2.13-r1.ebuild 
b/sci-calculators/units/units-2.13-r1.ebuild
index 33bb1a7..588585b 100644
--- a/sci-calculators/units/units-2.13-r1.ebuild
+++ b/sci-calculators/units/units-2.13-r1.ebuild
@@ -25,14 +25,21 @@ RDEPEND="
${PYTHON_DEPS}
dev-python/unidecode[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
-   )"
-DEPEND="${RDEPEND}"
+   )
+"
+DEPEND="
+   ${RDEPEND}
+"
 
-PATCHES=( "${FILESDIR}/${P}-fix-python.patch" )
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-python.patch
+)
 
 src_prepare() {
default
-   sed -e "/^outfile/s|'.*'|'${EPREFIX}/usr/share/units/currency.units'|g" 
\
+
+   sed \
+   -e 
"/^outfile/s|'.*'|'${EPREFIX}/usr/share/units/currency.units'|g" \
-i units_cur3 || die
 
eautoreconf
@@ -40,5 +47,6 @@ src_prepare() {
 
 src_install() {
default
+
use units_cur && python_foreach_impl python_newscript units_cur{3,}
 }



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

2016-09-04 Thread NP Hardass
commit: 688187f5cf7fda2879e2962df257286dafaf2725
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug 30 04:40:52 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688187f5

app-admin/mate-system-tools: drop package; dead fork-upstream

 app-admin/mate-system-tools/Manifest   |  1 -
 .../mate-system-tools-1.8.1.ebuild | 66 --
 app-admin/mate-system-tools/metadata.xml   | 22 
 3 files changed, 89 deletions(-)

diff --git a/app-admin/mate-system-tools/Manifest 
b/app-admin/mate-system-tools/Manifest
deleted file mode 100644
index b31f0ac..
--- a/app-admin/mate-system-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-system-tools-1.8.1.tar.xz 4348304 SHA256 
c5f1faee761deb679f7a37607cc7166ea81b7d16a7fbc05951b32f119bcb944e SHA512 
a2cda52ebab386ebbf6c01288741f59914c8fe8a672a1220b0a8cc44afb51058e8545f385f4d5dab650bc36c3c18ad9519580ce255b4c607131c2c5dd3ce15ce
 WHIRLPOOL 
ba486ffcc9dd25aa10858e3b09a046eadbe99a11d4e98c872dd14b91002e9e62a17d88744707ef8fac80b44e27d6402b4532d77d30f6ce0f905335d0e9eee7d2

diff --git a/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild 
b/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild
deleted file mode 100644
index 2fcb75e..
--- a/app-admin/mate-system-tools/mate-system-tools-1.8.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="caja nfs policykit samba"
-
-RDEPEND="app-text/rarian:0
-   >=app-admin/system-tools-backends-2.10.1:0
-   dev-libs/atk:0
-   dev-libs/dbus-glib:0
-   >=dev-libs/glib-2.25.3:2
-   >=dev-libs/liboobs-1.1:0
-   >=sys-apps/dbus-0.32:0
-   net-wireless/wireless-tools:0
-   sys-libs/cracklib:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango:0
-   >=x11-libs/gtk+-2.19.7:2
-   virtual/libintl:0
-   caja? ( >=mate-base/caja-1.8:0 )
-   nfs? ( net-fs/nfs-utils:0 )
-   policykit? (
-   >=mate-extra/mate-polkit-1.8:0
-   >=sys-auth/polkit-0.92:0
-   )
-   samba? ( >=net-fs/samba-3:0 )"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   >=dev-util/intltool-0.35.0:*"
-
-src_configure() {
-   local myconf
-   if ! use nfs && ! use samba; then
-   myconf="--disable-shares"
-   fi
-
-   gnome2_src_configure \
-   ${myconf} \
-   --disable-static \
-   $(use_enable policykit polkit-gtk-mate) \
-   $(use_enable caja)
-}
-
-DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"

diff --git a/app-admin/mate-system-tools/metadata.xml 
b/app-admin/mate-system-tools/metadata.xml
deleted file mode 100644
index e03e999..
--- a/app-admin/mate-system-tools/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
-
-   Formerly known as the Ximian Setup Tools, the GST are a fully
-   integrated set of tools aimed to make easy the job that means 
the
-   computer administration on an UNIX or Linux system. They're
-   thought to help from the new Linux or UNIX user to the system
-   administrators.
-   
-   
-   Adds support for NFS shares
-   Adds support for the Caja file manager
-   
-
-mate-desktop/mate-system-tools
-
-



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-dialogs/

2016-09-04 Thread NP Hardass
commit: 626b36699b7350cee13817df338995a91fed350e
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug 30 04:39:46 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626b3669

mate-extra/mate-dialogs: drop package; migrated to zenity

 mate-extra/mate-dialogs/Manifest  |  1 -
 mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild | 46 ---
 mate-extra/mate-dialogs/metadata.xml  | 11 --
 3 files changed, 58 deletions(-)

diff --git a/mate-extra/mate-dialogs/Manifest b/mate-extra/mate-dialogs/Manifest
deleted file mode 100644
index ef41027..
--- a/mate-extra/mate-dialogs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-dialogs-1.8.0.tar.xz 2786956 SHA256 
1db39f743846377c1b5e065c1199285cd70509a26ae2fbdec0884b06f00bcbda SHA512 
82b54e034e9ec4d8b1819c5ca9817b9f12fd2273345a26aa9d75b5d1ee307a8d2254f5ba3e4a7a3e8e482344a4be71d95bed8a9f6af9e691babcdeea1f2c0fa3
 WHIRLPOOL 
12aacb04567b23c089fb2879817d2b2583896dbb5b6290ba4284487c9816ce0629a067990c0fd13698cfbcc502c70ad9f0faf3c9e06de10ed3c07637ec4e7827

diff --git a/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild 
b/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild
deleted file mode 100644
index 1b4a6c5..
--- a/mate-extra/mate-dialogs/mate-dialogs-1.8.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Display MATE dialogs from the commandline and shell scripts"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="libnotify"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.8:2
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/libX11:0
-   virtual/libintl:0
-   libnotify? ( >=x11-libs/libnotify-0.7.0:0 )"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   >=mate-base/mate-common-1.8:0
-   >=sys-devel/gettext-0.14:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   gnome2_src_configure \
-   --with-gtk=2.0 \
-   $(use_enable libnotify)
-}
-
-DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"

diff --git a/mate-extra/mate-dialogs/metadata.xml 
b/mate-extra/mate-dialogs/metadata.xml
deleted file mode 100644
index ecf0948..
--- a/mate-extra/mate-dialogs/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
-
-mate-desktop/mate-dialogs
-
-



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes-meta/

2016-09-04 Thread NP Hardass
commit: 0706e1d073e91b38bdfc6862be79b666ea4720d4
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 03:27:08 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0706e1d0

x11-themes/mate-themes-meta: 3 stable for amd64 and x86

Package-Manager: portage-2.3.0

 x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
index 357e3de..c6eb493 100644
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
MATE_THEMES_V="."
 else
MATE_THEMES_V="*"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"



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

2016-09-04 Thread NP Hardass
commit: 7a77d742a4cdf66a3b1a747d3260cfe288ccd428
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 03:28:27 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a77d742

mate-base/mate: 1.10.0-r3 stable for amd64 and x86

Package-Manager: portage-2.3.0

 mate-base/mate/mate-1.10.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.10.0-r3.ebuild 
b/mate-base/mate/mate-1.10.0-r3.ebuild
index 99097a2..57d0a3e 100644
--- a/mate-base/mate/mate-1.10.0-r3.ebuild
+++ b/mate-base/mate/mate-1.10.0-r3.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://mate-desktop.org;
 LICENSE="metapackage"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+base -bluetooth +notification +themes +extras"
 
 S="${WORKDIR}"



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

2016-09-04 Thread NP Hardass
commit: cfa1c5c2360263bc40e435cf9671ae66c445c77c
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Sep  3 22:24:33 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa1c5c2

app-emulation/wine: Bump to 1.8.4

Package-Manager: portage-2.3.0

 app-emulation/wine/Manifest  |   2 +
 app-emulation/wine/wine-1.8.4.ebuild | 540 +++
 2 files changed, 542 insertions(+)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 9a012c3..ac63439 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -2,6 +2,7 @@ DIST wine-1.8-gstreamer-1.0.patch.bz2 30908 SHA256 
00cc1e943e2dffb7d588bb5befd44
 DIST wine-1.8.1.tar.bz2 22839063 SHA256 
149ad3daaf8593b36c5c061285df0ec2a25e20ea48c61323be91088c4d22ca97 SHA512 
e4cc3d00f28a616326f3069c7eeb94dc07759018b719bc37fe733b0f5e5d17f54ed2e877a964e9ea235362c49bf45bb3ec7072fba3d66648e6c7d55568e863cb
 WHIRLPOOL 
8970d900c769add34a079f84c0562fca2d7e303ee9aa15de0fe2fde059de01256951c5ffeddb7b0a126599636e83d0d4ebdb8c0df5cde218fe8858e8b2451a0a
 DIST wine-1.8.2.tar.bz2 22857786 SHA256 
51624fadf0145e87f0c01e7ce8524ea1e8d9d360c3e8a86e78cd26a52ce55a6f SHA512 
ed4883443b29c00409143932de40c543a65acfc01ce61f223e6ed852e6869d1936e5d6c1c3942335d2fb6c9ee923f6187ba9f3207af9900911c4258c0266a321
 WHIRLPOOL 
6e658ad3def7b3784753df00534ba67f6b634691a058e20bfefcf4dc44c126e5afc1789135b9e6925e1d79afa82d1c2c39ff696b6a0318d080774d829c5e978d
 DIST wine-1.8.3.tar.bz2 22901016 SHA256 
d7cecdf7aab93bfe950e6f83ec526681b8770788c7b2a802bfe50ff97fc17a6c SHA512 
16e0e0161ded64d6abd4503e4a458e62cc630fd1ce7f8eee885404c42be784159213144aa049ff6628924828e13438453071d29b6975747ea4101c9da7e89f28
 WHIRLPOOL 
2f31ee6e261bd38ecbdcadedaf94d8fcb24324edfc1f85703b6ab91922a95c36a7b958375e499a26529cdfa190e6d6e065f396f9efec02027e04c001db694ed7
+DIST wine-1.8.4.tar.bz2 22907393 SHA256 
515d10439777a4816fe5b0a0fc9a4ce498a2ecfd23eba0c25dc00f3d6c805079 SHA512 
fa4d24e064683a0b9995dc506e54cbd1ea306a531d2ed11c951b50c19e43735da4616b325891647bf731ade218cc25ae684fb21af3db2758333e2ada6ffba0ea
 WHIRLPOOL 
b62126d02a7e538eb3dffdc22e8c386218148cbc8bf0108e4a64ff05f2506405303e96678df3f57027aa6084e03c9f2862504482c3147c16ac5b115039ddf791
 DIST wine-1.8.tar.bz2 22843418 SHA256 
f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 SHA512 
34308e82e04dee714fdbd10f29cd6cf6326e5e6e9134f7076e58b09988211065b8c6584881b7e5dcbc9b3906a819ab8a72b612b060cb9aa50b5b67f03bdab089
 WHIRLPOOL 
335a48f1b34cd1038d62290e52c3189b842d4077b7cf0bcb9d003595992360dc36eac1c592d31db44598de68010f3934daa1f4bcd0a2ca74aa130a39a74f7ce3
 DIST wine-1.9.10.tar.bz2 23139814 SHA256 
8d4900dff6542c973c3e6112fe23da6d85c28be9a4f842a9d0041e8530861bbf SHA512 
0a81171d42b38ec3eb549ac1a4b31dd6230c5b4bd1accbb0ec05e29dc901336a995cea648a4463eb5cba2a34fd34389980e848f748d48cd43e4dbbdd3bf48c30
 WHIRLPOOL 
052d25f4b7183588107f14f41545ccf2430e65369629992999a8d985470ecc924be4dba5d94f4399fa9146a55832ba96b8cde71f7af3abfe30b410dac4e32ad6
 DIST wine-1.9.11.tar.bz2 23165061 SHA256 
728f794280fcb5b5d8814e38542d769e2d54ee0d6bf27c7ed74de34fbacdab96 SHA512 
3c2037558b0e3dc833b68e18bee91642f22d19b201c604cd95c09a33ebe72ee1252139e2eb138efea666cf24bb727232b12d4c456459068ab228bfe951c793b2
 WHIRLPOOL 
7a911377b0c8a78fd18ca158c1b492fb58399a1404cc033ddd33e7abead617551d55d33e2ef9184c7df1b669a8074d41aa9b896a81120be930bb5730428026ee
@@ -34,6 +35,7 @@ DIST wine-mono-4.6.3.msi 45591040 SHA256 
f883e88ae78c7ea3d887c24023aa1ed03bb71a8
 DIST wine-staging-1.8.1.tar.gz 9598557 SHA256 
12a4e54376515e2ab8ad79855ba724ba065c8de619c5da192ec528cc365f9c97 SHA512 
d24bb78aed1e50ad73e742608048a68097d40e3c6563c1bd5adc2fab6abe0838dbce2d9f700ef71d876c6dfee232e97bef91bbc8f6b6c9092ff8db5a2d0f05ac
 WHIRLPOOL 
cb1400586860d4e6dad3f3bad78bdde27f8ea9fb703180533f5852368041879efe93e716df8f54bbeabba38b7d921ec0e2737bc6121c8cb5fd5af8d117d7e538
 DIST wine-staging-1.8.2.tar.gz 9593817 SHA256 
388cdcdfcb80df56df10c0487c03b1f2a5d5ad5762eaf4036ea59dacd43eb64c SHA512 
8dc795b99cecdc852d9725c90250de1441f2a9ba8abb96f9c7340115541cd670efd1e8640d34502c15a6e3eb77a1d9fc581f5464109976e148665ab25465b7b9
 WHIRLPOOL 
0a54f239fb21201bc72e72aa3fd5f94b5411a8fdbda85515b53cf04d77439d7d98db3c385a175036b1d3478af071e478f1fb16050823c6455078f719ab85b2b6
 DIST wine-staging-1.8.3.tar.gz 9581722 SHA256 
f217439b29c296f9f61f5bfc84b17d97ae86e2fe87e3a2a0b259889c4dcdb65e SHA512 
762f1d6569d5b585540e9adf2cfe9a4a76b958e5f4e4442265b19abc1e621b2020ca77896c6aa7c34d19b792084693468ca0f07ec6e90361f5e8a95c5bbec8da
 WHIRLPOOL 
a23cfaa28d7abd78cba8306b57a5900ce2d6a720aa6f580ec7dacd159c4648442ad994d68d428ce9690e35713d4c75d4b42a18d307897a51230bc0183999e752
+DIST wine-staging-1.8.4.tar.gz 9577341 SHA256 
db489655677d95e4028f4cbbada3ce61e8c1d5d4a309264a6cdf5d401ddf0d92 SHA512 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/

2016-09-04 Thread NP Hardass
commit: 99ab8841b3aacc884fe8cb60169757bfafb757be
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep  5 03:25:46 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ab8841

x11-themes/mate-themes: 3.16.3, 3.18.3, 3.20.10 stable for amd64 and x86

Package-Manager: portage-2.3.0

 x11-themes/mate-themes/mate-themes-3.16.3.ebuild  | 2 +-
 x11-themes/mate-themes/mate-themes-3.18.3.ebuild  | 2 +-
 x11-themes/mate-themes/mate-themes-3.20.10.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/mate-themes/mate-themes-3.16.3.ebuild 
b/x11-themes/mate-themes/mate-themes-3.16.3.ebuild
index 860416d..277d2ef 100644
--- a/x11-themes/mate-themes/mate-themes-3.16.3.ebuild
+++ b/x11-themes/mate-themes/mate-themes-3.16.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV#${MATE_GTK_V}.} ==  ]]; then
EGIT_BRANCH="gtk${MATE_GTK_V}"
 else

SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 HOMEPAGE="http://mate-desktop.org;

diff --git a/x11-themes/mate-themes/mate-themes-3.18.3.ebuild 
b/x11-themes/mate-themes/mate-themes-3.18.3.ebuild
index 860416d..277d2ef 100644
--- a/x11-themes/mate-themes/mate-themes-3.18.3.ebuild
+++ b/x11-themes/mate-themes/mate-themes-3.18.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV#${MATE_GTK_V}.} ==  ]]; then
EGIT_BRANCH="gtk${MATE_GTK_V}"
 else

SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 HOMEPAGE="http://mate-desktop.org;

diff --git a/x11-themes/mate-themes/mate-themes-3.20.10.ebuild 
b/x11-themes/mate-themes/mate-themes-3.20.10.ebuild
index 860416d..277d2ef 100644
--- a/x11-themes/mate-themes/mate-themes-3.20.10.ebuild
+++ b/x11-themes/mate-themes/mate-themes-3.20.10.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV#${MATE_GTK_V}.} ==  ]]; then
EGIT_BRANCH="gtk${MATE_GTK_V}"
 else

SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 HOMEPAGE="http://mate-desktop.org;



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

2016-09-04 Thread NP Hardass
commit: 262a334dcacf968d88c373ab56793cc5070e0b43
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug 30 04:42:27 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262a334d

profiles: package.mask: remove obsolete entries

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6681e0d..534bc4c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -599,24 +599,6 @@ media-video/miro
 # Masked for more restrictive testing.
 =xfce-base/exo-0.11.1
 
-# NP-Hardass  (6 Aug 2016)
-# Masked for removal in 14 days.
-# Upstream migrated from mate-calc to gnome's 
-# calculator (gnome-extra/gnome-calculator)
-mate-extra/mate-calc
-
-# NP-Hardass  (6 Aug 2016)
-# Masked for removal in 14 days.
-# Upstream migrated from mate-dialogs to gnome's 
-# zenity (gnome-extra/zenity)
-mate-extra/mate-dialogs
-
-# NP-Hardass  (6 Aug 2016)
-# Masked for removal in 14 days.
-# Upstream dropped support for this package, in part due
-# to gnome dropping support for gnome-system-tools.
-app-admin/mate-system-tools
-
 # Johannes Huber  (4 Aug 2016)
 # Masked for removal in 30 days. Dead upstream. Last release
 # 7 years ago. No reverse dependencies. Use kde-apps/ffmpegthumbs



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/

2016-09-04 Thread NP Hardass
commit: eafe2ccee5f7d77343f619fc9d4504e0c01d7655
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Aug 30 04:38:33 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 03:31:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eafe2cce

mate-extra/mate-calc: drop package; migrated to gnome-calculator

 mate-extra/mate-calc/Manifest   |  1 -
 mate-extra/mate-calc/mate-calc-1.8.0.ebuild | 36 -
 mate-extra/mate-calc/metadata.xml   | 11 -
 3 files changed, 48 deletions(-)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
deleted file mode 100644
index 272b3b8..
--- a/mate-extra/mate-calc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mate-calc-1.8.0.tar.xz 753972 SHA256 
13d56287430cbb7d60a74666ba752a1a8ea9692125c6a02f97d0cc98d451d99a SHA512 
92cd2e5ee8f6943b70ba1402909698f0ca922864bf3553d04ba3212673824b3f1f2042786f77814bf004e93408f46b7be438ddbe1046884f834abc90606bdf11
 WHIRLPOOL 
7743c0d132d3ca4b71072bd61e152dd44f9688e5f55efc2fb358c5ff238594488f03d4501d0efd6aa687df3925dbe3a265aa2d910a9670446e39c113436f3520

diff --git a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild 
b/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
deleted file mode 100644
index dff3b3f..
--- a/mate-extra/mate-calc/mate-calc-1.8.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="A calculator application for MATE"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.30:2
-   dev-libs/atk:0
-   dev-libs/libxml2:2
-   >=x11-libs/gtk+-2.18:2
-   x11-libs/pango:0
-   virtual/libintl:0"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.35:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-DOCS="AUTHORS ChangeLog NEWS README"

diff --git a/mate-extra/mate-calc/metadata.xml 
b/mate-extra/mate-calc/metadata.xml
deleted file mode 100644
index bf31168..
--- a/mate-extra/mate-calc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
-
-mate-desktop/mate-calc
-
-



[gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/files/, net-im/bitlbee/

2016-09-04 Thread Tim Harder
commit: 130dc998a483dad52f3bb6de991cb900de1c40db
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Sep  5 03:15:05 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep  5 03:21:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130dc998

net-im/bitlbee: revision bump for various updates

* update to EAPI 6
* fix systemd unit to use bitlbee user (bug #472406)
* update SSL handling, make it non-optional (bug #582658 by Alex Xu)
* drop skype support, use libpurple and x11-plugins/pidgin-skypeweb
  instead (https://wiki.bitlbee.org/HowtoSkypeWeb)

 net-im/bitlbee/bitlbee-3.4.2-r1.ebuild | 158 +
 net-im/bitlbee/bitlbee-.ebuild | 121 ++--
 .../bitlbee/files/bitlbee-3.4.2-systemd-user.patch |  10 ++
 3 files changed, 213 insertions(+), 76 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild 
b/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild
new file mode 100644
index ..8e5f4f7
--- /dev/null
+++ b/net-im/bitlbee/bitlbee-3.4.2-r1.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit user systemd
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/bitlbee/bitlbee.git;
+   inherit git-r3
+else
+   SRC_URI="http://get.bitlbee.org/src/${P}.tar.gz;
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+fi
+
+DESCRIPTION="irc to IM gateway that support multiple IM protocols"
+HOMEPAGE="http://www.bitlbee.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE_PROTOCOLS="msn oscar purple twitter +xmpp yahoo"
+IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
+   ${IUSE_PROTOCOLS}"
+
+REQUIRED_USE="
+   || ( purple xmpp msn oscar yahoo )
+   xmpp? ( !nss )
+"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.16
+   purple? ( net-im/pidgin )
+   libevent? ( dev-libs/libevent:= )
+   otr? ( >=net-libs/libotr-4 )
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   nss? ( dev-libs/nss )
+   !nss? (
+   libressl? ( dev-libs/libressl:= )
+   !libressl? ( dev-libs/openssl:0= )
+   )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   selinux? ( sec-policy/selinux-bitlbee )
+   test? ( dev-libs/check )"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/logger
+   xinetd? ( sys-apps/xinetd )"
+
+pkg_setup() {
+   enewgroup bitlbee
+   enewuser bitlbee -1 -1 /var/lib/bitlbee bitlbee
+}
+
+src_prepare() {
+   [[ ${PV} != "" ]] && eapply "${FILESDIR}"/${P}-systemd-user.patch
+   eapply_user
+}
+
+src_configure() {
+   local myconf
+
+   # setup plugins, protocol, ipv6 and debug
+   myconf+=( --jabber=$(usex xmpp 1 0) )
+   for flag in debug ipv6 plugins ${IUSE_PROTOCOLS/+xmpp/} ; do
+   myconf+=( --${flag}=$(usex ${flag} 1 0) )
+   done
+
+   # set otr
+   if use otr && use plugins ; then
+   myconf+=( --otr=plugin )
+   else
+   if use otr ; then
+   ewarn "OTR support has been disabled automatically 
because it"
+   ewarn "requires the plugins USE flag."
+   fi
+   myconf+=( --otr=0 )
+   fi
+
+   # setup ssl use flags
+   if use gnutls ; then
+   myconf+=( --ssl=gnutls )
+   einfo "Using gnutls for SSL support"
+   else
+   ewarn "Only gnutls is officially supported by upstream."
+   if use nss ; then
+   myconf+=( --ssl=nss )
+   einfo "Using nss for SSL support"
+   else
+   myconf+=( --ssl=openssl )
+   einfo "Using openssl for SSL support"
+   fi
+   fi
+
+   # set event handler
+   if use libevent ; then
+   myconf+=( --events=libevent )
+   else
+   myconf+=( --events=glib )
+   fi
+
+   # not autotools-based
+   ./configure \
+   --prefix=/usr \
+   --datadir=/usr/share/bitlbee \
+   --etcdir=/etc/bitlbee \
+   --plugindir=/usr/$(get_libdir)/bitlbee \
+   --systemdsystemunitdir=$(systemd_get_systemunitdir) \
+   --doc=1 \
+   --strip=0 \
+   "${myconf[@]}" || die
+
+   sed -i \
+   -e "/^EFLAGS/s:=:&${LDFLAGS} :" \
+   Makefile.settings || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-etc install-doc install-dev 
install-systemd
+
+   keepdir /var/lib/bitlbee
+   fperms 700 /var/lib/bitlbee
+   fowners bitlbee:bitlbee /var/lib/bitlbee
+
+   dodoc doc/{AUTHORS,CHANGES,CREDITS,FAQ,README}
+
+   if use xinetd ; then
+   insinto /etc/xinetd.d
+   newins doc/bitlbee.xinetd 

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

2016-09-04 Thread Manuel Rüger
commit: 16a7c02a2021068b9c0de11a53294d3a727592a9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 02:08:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 02:08:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a7c02a

app-misc/ckb: Remove old

Package-Manager: portage-2.3.0

 app-misc/ckb/Manifest |  2 --
 app-misc/ckb/ckb-0.2.4.ebuild | 46 ---
 app-misc/ckb/ckb-0.2.5.ebuild | 46 ---
 3 files changed, 94 deletions(-)

diff --git a/app-misc/ckb/Manifest b/app-misc/ckb/Manifest
index 38a7a67..123cf68 100644
--- a/app-misc/ckb/Manifest
+++ b/app-misc/ckb/Manifest
@@ -1,3 +1 @@
-DIST ckb-0.2.4.tar.gz 522149 SHA256 
7c2c5cbf84cbde52b4310012e92278a05d53e7e56fc81ea04306df2131f39bc9 SHA512 
fe55c8dc28728cc68baa754ed7e0f1296bcb1828bdbc9bc35ef7863b2a49e03e4533c919384494b88122559a88b3dd7c1040927c1ccdb90871d08f36b98e07f4
 WHIRLPOOL 
c70a1d917b65106f611a0d2608efe24f81a38c13141049fa9d71c819bd078121b5f9db8f0b0cf25ddccfb2e2172f500ce05f8d5488abd3c8203d88f3727dbe8c
-DIST ckb-0.2.5.tar.gz 526703 SHA256 
633ffaefcea14d1ec1cbf5cd28b8de364cbac601b7f4658a1e37f3d817241996 SHA512 
169952991b259564372235e12ca0b03befdc013d3ee024c77799a40980b33d0990e6e56e3656a20285f0b6e1d00433ed710f705997797a2d004634c1c60c1e30
 WHIRLPOOL 
7b76e177cc2a82ba998494646f0f348f9b770b808d8d3fca3dcf0512f37850f5fbeb32de11543db5409df1644414fd35c6d4ee172b8b493fa14abe9acbcc3cb5
 DIST ckb-0.2.6.tar.gz 526737 SHA256 
924b22b7dd94f7ad6f0686859a05b0cb5df0aa12133bb9d277f2f1bd47672d91 SHA512 
6d92b0e82865748d9731943462d2cb89c3ea0dea4170f8aebcf5e1ed491c5d635dcd69a4f1f385ab891846f2b3437e2cb154f5dae5f5446cf52e557ebf6343a6
 WHIRLPOOL 
d739de63be05cdd24a417e619156e99df2c1ca32fb51a660ef2484609e83a7019296826173ee7268539a65d4b2f48ca6d10b4588756fc1c6e7a22a2f71edc646

diff --git a/app-misc/ckb/ckb-0.2.4.ebuild b/app-misc/ckb/ckb-0.2.4.ebuild
deleted file mode 100644
index a17723e..
--- a/app-misc/ckb/ckb-0.2.4.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=5
-
-inherit qmake-utils systemd
-
-DESCRIPTION="Corsair K65/K70/K95 Driver"
-HOMEPAGE="https://github.com/ccMSC/ckb;
-SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/quazip[qt5]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md BUILD.md DAEMON.md )
-
-src_prepare() {
-   sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
-   sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" 
src/ckb/ckb.pro || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dobin bin/ckb bin/ckb-daemon
-   dodir /usr/bin/ckb-animations
-   exeinto /usr/bin/ckb-animations
-   doexe bin/ckb-animations/*
-
-   newinitd "${FILESDIR}"/ckb.initd ckb-daemon
-   domenu usr/ckb.desktop
-   doicon usr/ckb.png
-   systemd_dounit service/systemd/ckb-daemon.service
-}

diff --git a/app-misc/ckb/ckb-0.2.5.ebuild b/app-misc/ckb/ckb-0.2.5.ebuild
deleted file mode 100644
index a17723e..
--- a/app-misc/ckb/ckb-0.2.5.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=5
-
-inherit qmake-utils systemd
-
-DESCRIPTION="Corsair K65/K70/K95 Driver"
-HOMEPAGE="https://github.com/ccMSC/ckb;
-SRC_URI="https://github.com/ccMSC/ckb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/quazip[qt5]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md BUILD.md DAEMON.md )
-
-src_prepare() {
-   sed -i -e "s/-Werror=all//" src/ckb-daemon/ckb-daemon.pro || die
-   sed -i -e "/quazip/d" -e "s/^.*QUAZIP_STATIC/LIBS += -lquazip/" 
src/ckb/ckb.pro || die
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   dobin bin/ckb bin/ckb-daemon
-   dodir /usr/bin/ckb-animations
-   exeinto /usr/bin/ckb-animations
-   doexe bin/ckb-animations/*
-
-   newinitd "${FILESDIR}"/ckb.initd ckb-daemon
-   domenu usr/ckb.desktop
-   doicon usr/ckb.png
-   systemd_dounit service/systemd/ckb-daemon.service
-}



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

2016-09-04 Thread Mike Gilbert
commit: 3c43ed76daa9f12c8e8ff589e739d00f5349d938
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep  5 01:51:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep  5 01:51:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c43ed76

dev-python/pytest: add requests test dep

Package-Manager: portage-2.3.0_p24

 dev-python/pytest/pytest-3.0.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pytest/pytest-3.0.2.ebuild 
b/dev-python/pytest/pytest-3.0.2.ebuild
index d1e106b..293c437 100644
--- a/dev-python/pytest/pytest-3.0.2.ebuild
+++ b/dev-python/pytest/pytest-3.0.2.ebuild
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
)
 "
 



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

2016-09-04 Thread Mike Gilbert
commit: 068307f88b5a4a75dfe803f8401c524a9a7c8889
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep  5 01:48:13 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep  5 01:48:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068307f8

dev-python/pytest: bump to 3.0.2

Package-Manager: portage-2.3.0_p24

 dev-python/pytest/Manifest|  1 +
 dev-python/pytest/pytest-3.0.2.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 7027200..90951ff 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1,3 +1,4 @@
 DIST pytest-2.7.2.tar.gz 532836 SHA256 
b30457f735420dd10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4 SHA512 
5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360
 WHIRLPOOL 
6ab7371f952109ac476774222883e1381fe5ee6a54d967f2d90765f6c59c90634a16c42e8e2e1661169db6a9cb1327242ff2281cf1caeabd86a4dacd24f4bb06
 DIST pytest-2.8.2.tar.gz 563955 SHA256 
da2fc57320dd11f621d166634c52b989aa2291af1296c32a27a11777aa4128b9 SHA512 
0df6e0421d1575e1efc0bb0550c5993f802777cb616ab1514bf12ed11eb5ec35a142dd837ff65659989268c36e441e18108369991cd3d458d357aac6ba433991
 WHIRLPOOL 
ea917f4aaec444d6edc830b4ec66f7adb305031f11328e47d12a609ec92368a5c56e9cf8e24bd1a9a4a6a0746b43133f0d9821cf27d74c15ed2a83a705ee6030
 DIST pytest-2.8.7.tar.gz 564943 SHA256 
fc4c86be54fce08e4b85b646a736efa18c6cde7599c1d2919f4f74629e018baf SHA512 
c7f626ceb599811caeab4646389a2c489dd22d766c772d6ca686098cef9a11dca47ef41a4a4b80f358bca1f1a678b549b2adfea48317ae70cf166289b371
 WHIRLPOOL 
c3849f1a9f62c05c1ce20593f32ee513aee87853914be4099503cd47b068732df99605a0a4db9a3a7add4ef2a85f4d5376acf1a2e3f48f5d438433f200cb6196
+DIST pytest-3.0.2.tar.gz 727551 SHA256 
64d8937626dd2a4bc15ef0edd307d26636a72a3f3f9664c424d78e40efb1e339 SHA512 
38485c73f9df3c76b7b920b6957ffe4fbfd32ca0c46b73a53375a40586a482d270bf71b4457b68d48815d50ad173824b269ece255692ae0d1b13f0b1885ce54f
 WHIRLPOOL 
b6954a95e5f7d9b904c7543a09c2ef237c76c3a35bcd3e24c402a02aec3b35a19cdb952ac38af4ce43ae516cb5ac52023a0d91f2c587343265edd6d493145e8a

diff --git a/dev-python/pytest/pytest-3.0.2.ebuild 
b/dev-python/pytest/pytest-3.0.2.ebuild
new file mode 100644
index ..d1e106b
--- /dev/null
+++ b/dev-python/pytest/pytest-3.0.2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple powerful testing with Python"
+HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="test"
+
+# When bumping, please check setup.py for the proper py version
+PY_VER="1.4.29"
+RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
+
+# dev-python/pluggy
+# https://github.com/hpk42/pluggy
+# See https://github.com/pytest-dev/pytest/issues/944
+# for why not now
+
+#pexpect dep based on 
https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   chmod o-w *egg*/* || die
+   # Disable versioning of py.test script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "s/return points/return {'py.test': target}/" -i setup.py || die 
"sed failed"
+   grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_nose.py not written to suit py3.2 in pypy3
+   if [[ "${EPYTHON}" == pypy3 ]]; then
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -x -v \
+   --ignore=testing/BUILD_nose.py \
+   || die "tests failed with ${EPYTHON}"
+   else
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py -v testing || die 
"tests failed with ${EPYTHON}"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/amd-adl-sdk/

2016-09-04 Thread Manuel Rüger
commit: d4bd3d601e94a38552c68435cc2047122073619b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:11:39 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:12:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bd3d60

x11-libs/amd-adl-sdk: Remove old

Package-Manager: portage-2.3.0

 x11-libs/amd-adl-sdk/Manifest   |  1 -
 x11-libs/amd-adl-sdk/amd-adl-sdk-7.0.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/x11-libs/amd-adl-sdk/Manifest b/x11-libs/amd-adl-sdk/Manifest
index f9b5a96..f9d632e 100644
--- a/x11-libs/amd-adl-sdk/Manifest
+++ b/x11-libs/amd-adl-sdk/Manifest
@@ -1,4 +1,3 @@
 DIST ADL_SDK-V10.1.zip 2857764 SHA256 
d20a66f520fef000c2b5fc81951d5d1ee910ce665f720e8a9485a9f1ffd119e8 SHA512 
c33d39564e7d9da713042286920542d98fc7e96eaf76120ec177f9facd31e92f37f5f6a02234f601e7c268d3c69c565eaf5ab3dfcb388e7b016214805cc3c3a9
 WHIRLPOOL 
f8f9ec273c3c61a80188fe3944209c4f452c7b4c48819e5389474df8d538024a6639c42f594d0c07d2fc6279cea1f2637abc649023f60af2c94a54b139cc2e68
 DIST ADL_SDK8.zip 2466339 SHA256 
a3db98b44099d0747e45b64a250b818eb6a46ee7ddf0addc9335b2826809db83 SHA512 
f3d2ca4d1825a67e2ccc296fcc79bb85012e532eec392f9bce07c73250c79e0a09debdc1a0278719a37285e26c99b622eb02c51c5735e335fb89aae82404544d
 WHIRLPOOL 
f6762d8be4c2899a34f766af4f09444ade84414d4c278a7f1ddfe250c0b3f73609099ba366304320964da93d2d49c6f09a0cf0bb9a2314eea186fc11f9602bf1
 DIST ADL_SDK_6.0.zip 2324420 SHA256 
429f4fd1edebb030d6366f4e0a877cf105e4383f7dd2ccf54e5aef8f2e4242c9 SHA512 
4af430f0a0eac347b0e3df3abbf7a4281a1b01398845fd8e826b69c28b67fc062092eac0ef207ace943006ed4ccd8c6017049c2dfd3945914ea6153026f3
 WHIRLPOOL 
acbdee1acba6520d467b4e7b0525c18dc9c1866611ac5fc52bec86c1ad1bf5b16570b032386bc8c2e83cb3926ff8bad25663f4c718d00af9fd55e9648de05c53
-DIST ADL_SDK_7.0.zip 1863572 SHA256 
15ef583240167cfb01e5f8188d3fbc2885043ae28a9dd25231bcd879dc989275 SHA512 
b3d42a95e034e0d94895cd0470780c38b42f268c14fdea3c4ff4c9ddbdef04db11ebe005f519ec16fb6997c98d7bcdbc2de9baedee726777af80067aed0f304b
 WHIRLPOOL 
361735c0d6f91d869b7eb1b0a56f09754d054a95dd41e2f738f8e38cc676d42918da9110bb4684329ba42d9bf94161e6e6e93c8d52675a0f54364734b992858c

diff --git a/x11-libs/amd-adl-sdk/amd-adl-sdk-7.0.ebuild 
b/x11-libs/amd-adl-sdk/amd-adl-sdk-7.0.ebuild
deleted file mode 100644
index ac0ecd6..
--- a/x11-libs/amd-adl-sdk/amd-adl-sdk-7.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="API to access display driver functionality for ATI graphics cards"
-HOMEPAGE="http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/;
-SRC_URI="ADL_SDK_${PV}.zip"
-
-LICENSE="AMD-ADL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-RDEPEND="x11-drivers/ati-drivers"
-DEPEND="app-arch/unzip"
-
-RESTRICT="fetch"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   einfo "Please visit the download page [1], rename ADL_SDK.zip to ${A} 
and save it in ${DISTDIR}"
-   einfo "[1] 
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/;
-}
-
-src_prepare() {
-   sed -i -e '/include/a \#include ' include/adl_structures.h || 
die
-}
-
-src_compile() {
-   pushd adlutil
-   $(tc-getCC) main.c ${CFLAGS} -I ../include/ -DLINUX ${LDFLAGS} -o 
adlutil -ldl || die
-   popd
-}
-
-src_install() {
-   use doc && dodoc -r "Public-Documents"/* "adlutil/ADLUTIL User 
Guide.doc"
-   use examples && dodoc -r "Sample" "Sample-Managed"
-
-   dobin adlutil/adlutil
-   insinto "/usr/include/ADL"
-   doins include/*
-}



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 7468fde5921ddd9a9cd9a5510a656416ad42be2e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:16:53 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7468fde5

media-gfx/gnome-photos: add missing gexiv2 dependency and gegl[jpeg2k]

gexiv2 is listed in configure while jpeg2k support in gegl is required at 
runtime.
Fix unittest support.

Package-Manager: portage-2.3.0

 media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
index b326325..75280f0 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
@@ -21,7 +21,8 @@ RDEPEND="
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
+   >=media-libs/gegl-0.3.5:0.3[jpeg2k]
+   media-libs/gexiv2
>=media-libs/grilo-0.3.0:0.3=
>=media-libs/libpng-1.6:0=
>=media-plugins/grilo-plugins-0.2.6:0.2[upnp-av]
@@ -36,11 +37,17 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.50.1
dev-util/itstool
virtual/pkgconfig
-   test? ( dev-util/dogtail )
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
 "
 # eautoreconf
 #  app-text/yelp-tools
 
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
 pkg_setup() {
use test && python-any-r1_pkg_setup
 }



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

2016-09-04 Thread Gilles Dartiguelongue
commit: eabead98ddab96cf61a0d9a14fdd173a1c0c2a0a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:00:23 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabead98

gnome-extra/gnome-weather: fix support for unittests

Package-Manager: portage-2.3.0

 gnome-extra/gnome-weather/gnome-weather-3.20.1.ebuild | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.20.1.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-3.20.1.ebuild
index 4930c50..805ccd1 100644
--- a/gnome-extra/gnome-weather/gnome-weather-3.20.1.ebuild
+++ b/gnome-extra/gnome-weather/gnome-weather-3.20.1.ebuild
@@ -3,7 +3,9 @@
 # $Id$
 
 EAPI=6
-inherit gnome2 virtualx
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit gnome2 python-any-r1 virtualx
 
 DESCRIPTION="A weather application for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
@@ -26,9 +28,19 @@ DEPEND="${RDEPEND}
dev-libs/appstream-glib
>=dev-util/intltool-0.26
virtual/pkgconfig
-   test? ( dev-util/dogtail )
+   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() {
gnome2_src_configure $(use_enable test dogtail)
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/amd-adl-sdk/

2016-09-04 Thread Manuel Rüger
commit: 7bd0a8e8d63d1a69fb0116c8b3cc3f3e88e77a0b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:11:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:12:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd0a8e8

x11-libs/amd-adl-sdk: Version bump to 10.1

Package-Manager: portage-2.3.0

 x11-libs/amd-adl-sdk/Manifest|  1 +
 x11-libs/amd-adl-sdk/amd-adl-sdk-10.1.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/x11-libs/amd-adl-sdk/Manifest b/x11-libs/amd-adl-sdk/Manifest
index c34566b..f9b5a96 100644
--- a/x11-libs/amd-adl-sdk/Manifest
+++ b/x11-libs/amd-adl-sdk/Manifest
@@ -1,3 +1,4 @@
+DIST ADL_SDK-V10.1.zip 2857764 SHA256 
d20a66f520fef000c2b5fc81951d5d1ee910ce665f720e8a9485a9f1ffd119e8 SHA512 
c33d39564e7d9da713042286920542d98fc7e96eaf76120ec177f9facd31e92f37f5f6a02234f601e7c268d3c69c565eaf5ab3dfcb388e7b016214805cc3c3a9
 WHIRLPOOL 
f8f9ec273c3c61a80188fe3944209c4f452c7b4c48819e5389474df8d538024a6639c42f594d0c07d2fc6279cea1f2637abc649023f60af2c94a54b139cc2e68
 DIST ADL_SDK8.zip 2466339 SHA256 
a3db98b44099d0747e45b64a250b818eb6a46ee7ddf0addc9335b2826809db83 SHA512 
f3d2ca4d1825a67e2ccc296fcc79bb85012e532eec392f9bce07c73250c79e0a09debdc1a0278719a37285e26c99b622eb02c51c5735e335fb89aae82404544d
 WHIRLPOOL 
f6762d8be4c2899a34f766af4f09444ade84414d4c278a7f1ddfe250c0b3f73609099ba366304320964da93d2d49c6f09a0cf0bb9a2314eea186fc11f9602bf1
 DIST ADL_SDK_6.0.zip 2324420 SHA256 
429f4fd1edebb030d6366f4e0a877cf105e4383f7dd2ccf54e5aef8f2e4242c9 SHA512 
4af430f0a0eac347b0e3df3abbf7a4281a1b01398845fd8e826b69c28b67fc062092eac0ef207ace943006ed4ccd8c6017049c2dfd3945914ea6153026f3
 WHIRLPOOL 
acbdee1acba6520d467b4e7b0525c18dc9c1866611ac5fc52bec86c1ad1bf5b16570b032386bc8c2e83cb3926ff8bad25663f4c718d00af9fd55e9648de05c53
 DIST ADL_SDK_7.0.zip 1863572 SHA256 
15ef583240167cfb01e5f8188d3fbc2885043ae28a9dd25231bcd879dc989275 SHA512 
b3d42a95e034e0d94895cd0470780c38b42f268c14fdea3c4ff4c9ddbdef04db11ebe005f519ec16fb6997c98d7bcdbc2de9baedee726777af80067aed0f304b
 WHIRLPOOL 
361735c0d6f91d869b7eb1b0a56f09754d054a95dd41e2f738f8e38cc676d42918da9110bb4684329ba42d9bf94161e6e6e93c8d52675a0f54364734b992858c

diff --git a/x11-libs/amd-adl-sdk/amd-adl-sdk-10.1.ebuild 
b/x11-libs/amd-adl-sdk/amd-adl-sdk-10.1.ebuild
new file mode 100644
index ..43ef96f
--- /dev/null
+++ b/x11-libs/amd-adl-sdk/amd-adl-sdk-10.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+DESCRIPTION="API to access display driver functionality for ATI graphics cards"
+HOMEPAGE="http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/;
+SRC_URI="ADL_SDK-V${PV}.zip"
+
+LICENSE="AMD-ADL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="x11-drivers/ati-drivers"
+DEPEND="app-arch/unzip"
+
+RESTRICT="fetch"
+
+S="${WORKDIR}"
+
+pkg_nofetch() {
+   einfo "Please visit the download page [1], download ${A} and save it in 
${DISTDIR}"
+   einfo "[1] 
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/;
+}
+
+src_prepare() {
+   sed -i -e '/include/a \#include  \
+#include ' include/adl_structures.h || die
+}
+
+src_compile() {
+   pushd adlutil
+   $(tc-getCC) main.c ${CFLAGS} -I ../include/ -DLINUX ${LDFLAGS} -o 
adlutil -ldl || die
+   popd
+}
+
+src_install() {
+   use doc && dodoc -r "Public-Documents"/* "adlutil/ADLUTIL User 
Guide.doc"
+   use examples && dodoc -r "Sample" "Sample-Managed"
+
+   dobin adlutil/adlutil
+   insinto "/usr/include/ADL"
+   doins include/*
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/minitest-autotest/

2016-09-04 Thread Manuel Rüger
commit: b4ea204858da5b411c8e1e93932bc61b45d3f297
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 01:39:46 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 01:39:46 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b4ea2048

dev-ruby/minitest-autotest: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/minitest-autotest/Manifest|  1 +
 dev-ruby/minitest-autotest/metadata.xml|  8 +++
 .../minitest-autotest-1.0.3.ebuild | 27 ++
 3 files changed, 36 insertions(+)

diff --git a/dev-ruby/minitest-autotest/Manifest 
b/dev-ruby/minitest-autotest/Manifest
new file mode 100644
index 000..14a8a42
--- /dev/null
+++ b/dev-ruby/minitest-autotest/Manifest
@@ -0,0 +1 @@
+DIST minitest-autotest-1.0.3.gem 19968 SHA256 
4f0f3daba42aa932f72cd43fc3db014e9e40f6f579ca3e5908d48c3f26ff35b9 SHA512 
c04ff2c308d42810b5e1923d5f33e4ae1a033dafc8f0cd424aeb864796636dc9578f88c26244190630c45edb96c830603270e22c58571dcdb2d346842d7754de
 WHIRLPOOL 
817fe416f8567ea82db8b5207454549ed980ad169c8714518b5619d7d5514fb82fc858d22a15a713260d733cb379c5c4d831a6fd3bb5522ff591d07f3ecb0c61

diff --git a/dev-ruby/minitest-autotest/metadata.xml 
b/dev-ruby/minitest-autotest/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/minitest-autotest/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild 
b/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild
new file mode 100644
index 000..ac06637
--- /dev/null
+++ b/dev-ruby/minitest-autotest/minitest-autotest-1.0.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Continually and intelligently test only those files you change 
with autotest"
+HOMEPAGE="https://github.com/seattlerb/minitest-autotest 
https://rubygems.org/gems/minitest-autotest;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/minitest-server-1.0
+   

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/minitest-server/

2016-09-04 Thread Manuel Rüger
commit: 4e54094dfd3a801a11ffb224eb557680c7c72246
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 01:29:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 01:29:27 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=4e54094d

dev-ruby/minitest-server: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/minitest-server/Manifest  |  1 +
 dev-ruby/minitest-server/metadata.xml  |  8 +++
 .../minitest-server/minitest-server-1.0.4.ebuild   | 26 ++
 3 files changed, 35 insertions(+)

diff --git a/dev-ruby/minitest-server/Manifest 
b/dev-ruby/minitest-server/Manifest
new file mode 100644
index 000..3134fd2
--- /dev/null
+++ b/dev-ruby/minitest-server/Manifest
@@ -0,0 +1 @@
+DIST minitest-server-1.0.4.gem 11776 SHA256 
9b206a7ecf26a0362925b0e27b7bfb13c3bc2dcc075c195d0f7b13f5c39e65cb SHA512 
48c9525bf2effdccfcb02b153e846b7fec5cad122834ee4e1ab213076663d31f80872889d468808f7c5bc7748ec99ad02b96e6c7dd5009f7f6b975b88127394a
 WHIRLPOOL 
94ee5462e29cc3236ad2fc97de862865c9e1b545718d35c7a11f0ee33db84e435ea9677666e2c246e63012a9cb12e12ff68ae18930ad260217c4f16f0cf7d6ce

diff --git a/dev-ruby/minitest-server/metadata.xml 
b/dev-ruby/minitest-server/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/minitest-server/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/minitest-server/minitest-server-1.0.4.ebuild 
b/dev-ruby/minitest-server/minitest-server-1.0.4.ebuild
new file mode 100644
index 000..ac716e6
--- /dev/null
+++ b/dev-ruby/minitest-server/minitest-server-1.0.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A client/server setup with your minitest process"
+HOMEPAGE="https://github.com/seattlerb/minitest-server 
https://rubygems.org/gems/minitest-server;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/minitest-5.0
+   

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/get_process_mem/

2016-09-04 Thread Manuel Rüger
commit: 2f79045fdefe4f1ae7af0ce95eee5ab8627eb55a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 01:18:54 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 01:18:54 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2f79045f

dev-ruby/get_process_mem: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/get_process_mem/Manifest   | 2 +-
 .../{get_process_mem-0.2.0.ebuild => get_process_mem-0.2.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/get_process_mem/Manifest 
b/dev-ruby/get_process_mem/Manifest
index 9689ae5..c03137c 100644
--- a/dev-ruby/get_process_mem/Manifest
+++ b/dev-ruby/get_process_mem/Manifest
@@ -1 +1 @@
-DIST get_process_mem-0.2.0.gem 9216 SHA256 
49c803f32b90d7dba27cae7bc6d7af18c9f76216fb4390ad50faadbbcc3eae08 SHA512 
eab51902ff7200c5b3ea06cfe3405c52ff148a2c6f45869fa33ff89535f1c335b61ff1ab9e5653b661a3e02acab385335ad14446ff67772b2fe217e7c7c46bad
 WHIRLPOOL 
1c0e22cbdb68a72ca0e0273bbd5089b1dabc193dbec02db37df1ebf3b9282c1d29b99d2ea8c4b41ec99a4c2b3b005d7c90452b80eeea625da5a0059745b3dcb9
+DIST get_process_mem-0.2.1.gem 10240 SHA256 
bdb5453d11dc0322a50dfce97d95e9cf3b815a8e95ba04f8ea197ddc9a7dcd83 SHA512 
c442e2b74e9e0cff250a9987bdb7d080cd4646dc304c00e9c20cc5baae2d40061a41e53082207e5f8bea7e8ce1e41cf2f78813f3f8c12c4ca1d64f6083d3ad82
 WHIRLPOOL 
c2d59c59b313e7b604dc64b13d07f72cd4bc72cfba412f5d312efaaf04af69b6dc197cd8075b420c1e092c72ed8ee8093ca83f6d1b49145a4fca60b21a45e443

diff --git a/dev-ruby/get_process_mem/get_process_mem-0.2.0.ebuild 
b/dev-ruby/get_process_mem/get_process_mem-0.2.1.ebuild
similarity index 100%
rename from dev-ruby/get_process_mem/get_process_mem-0.2.0.ebuild
rename to dev-ruby/get_process_mem/get_process_mem-0.2.1.ebuild



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

2016-09-04 Thread Jory Pratt
commit: 17e2d66110c1a1d6e27ab3261e93e897267e4b7a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Sep  4 11:50:49 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Sep  4 22:58:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e2d661

dev-libs/nspr: remove unused patches

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

Signed-off-by: Jory A. Pratt  gentoo.org>

 dev-libs/nspr/files/nspr-4.6.1-lang.patch| 41 --
 dev-libs/nspr/files/nspr-4.7.4-solaris.patch | 62 
 2 files changed, 103 deletions(-)

diff --git a/dev-libs/nspr/files/nspr-4.6.1-lang.patch 
b/dev-libs/nspr/files/nspr-4.6.1-lang.patch
deleted file mode 100644
index 46fe15b..
--- a/dev-libs/nspr/files/nspr-4.6.1-lang.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-The LANG vars aren't reset early enough so when sed tries to use [a-zA-Z] in 
-option parsing, it may break.
-
-http://bugs.gentoo.org/103483
-
 mozilla/nsprpub/configure
-+++ mozilla/nsprpub/configure
-@@ -54,6 +54,16 @@
- infodir='${prefix}/info'
- mandir='${prefix}/man'
- 
-+# NLS nuisances.
-+# Only set these to C if already set.  These must not be set unconditionally
-+# because not all systems understand e.g. LANG=C (notably SCO).
-+# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
-+# Non-C LC_CTYPE values break the ctype check.
-+if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
-+if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
-+if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
-+if test "${LC_CTYPE+set}"= set; then LC_CTYPE=C;export LC_CTYPE;fi
-+
- # Initialize some other variables.
- subdirs=
- MFLAGS= MAKEFLAGS=
-@@ -452,16 +463,6 @@
-   esac
- done
- 
--# NLS nuisances.
--# Only set these to C if already set.  These must not be set unconditionally
--# because not all systems understand e.g. LANG=C (notably SCO).
--# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
--# Non-C LC_CTYPE values break the ctype check.
--if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
--if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
--if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
--if test "${LC_CTYPE+set}"= set; then LC_CTYPE=C;export LC_CTYPE;fi
--
- # confdefs.h avoids OS command line length limits that DEFS can exceed.
- rm -rf conftest* confdefs.h
- # AIX cpp loses on an empty file, so make sure it contains at least a newline.

diff --git a/dev-libs/nspr/files/nspr-4.7.4-solaris.patch 
b/dev-libs/nspr/files/nspr-4.7.4-solaris.patch
deleted file mode 100644
index a0f14d5..
--- a/dev-libs/nspr/files/nspr-4.7.4-solaris.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-* drop Solaris linker stuff
-
 nspr-4.7.4/mozilla/nsprpub/configure.in
-+++ nspr-4.7.4/mozilla/nsprpub/configure.in
-@@ -1988,26 +1988,14 @@
- CPU_ARCH=`uname -p`
- MDCPUCFG_H=_solaris.cfg
- PR_MD_CSRCS=solaris.c
--LD=/usr/ccs/bin/ld
- MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
- RESOLVE_LINK_SYMBOLS=1
--case "${OS_RELEASE}" in
--5.8|5.9)
--;;
--*)
--# It is safe to use the -Bdirect linker flag on Solaris 10 or later.
--USE_B_DIRECT=1
--;;
--esac
- if test -n "$GNU_CC"; then
- DSO_CFLAGS=-fPIC
- if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then
- GCC_USE_GNU_LD=1
- fi
--DSO_LDOPTS='-shared -Wl,-h,$(notdir 
$@),-z,combreloc,-z,defs,-z,ignore' 
--if test -n "$USE_B_DIRECT"; then
--DSO_LDOPTS="$DSO_LDOPTS,-Bdirect"
--fi
-+  DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
- else
- DSO_CFLAGS=-KPIC
- DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs -z ignore'
 nspr-4.7.4/mozilla/nsprpub/configure
-+++ nspr-4.7.4/mozilla/nsprpub/configure
-@@ -4765,26 +4765,14 @@
- CPU_ARCH=`uname -p`
- MDCPUCFG_H=_solaris.cfg
- PR_MD_CSRCS=solaris.c
--LD=/usr/ccs/bin/ld
- MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
- RESOLVE_LINK_SYMBOLS=1
--case "${OS_RELEASE}" in
--5.8|5.9)
--;;
--*)
--# It is safe to use the -Bdirect linker flag on Solaris 10 or later.
--USE_B_DIRECT=1
--;;
--esac
- if test -n "$GNU_CC"; then
- DSO_CFLAGS=-fPIC
- if `$CC -print-prog-name=ld` -v 2>&1 | grep -c GNU >/dev/null; then
- GCC_USE_GNU_LD=1
- fi
--DSO_LDOPTS='-shared -Wl,-h,$(notdir 
$@),-z,combreloc,-z,defs,-z,ignore' 
--if test -n "$USE_B_DIRECT"; then
--DSO_LDOPTS="$DSO_LDOPTS,-Bdirect"
--fi
-+  DSO_LDOPTS='-shared -Wl,-soname -Wl,$(notdir $@)'
- else
- DSO_CFLAGS=-KPIC
- DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs -z ignore'



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

2016-09-04 Thread Jory Pratt
commit: 742d5110137c2031c6ff08faf1163aeed0f5e836
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:00:06 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Sep  4 22:58:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742d5110

dev-libs/jemalloc: remove unused patch

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

Signed-off-by: Jory A. Pratt  gentoo.org>

 dev-libs/jemalloc/files/jemalloc-fix-ar-call.patch | 59 --
 1 file changed, 59 deletions(-)

diff --git a/dev-libs/jemalloc/files/jemalloc-fix-ar-call.patch 
b/dev-libs/jemalloc/files/jemalloc-fix-ar-call.patch
deleted file mode 100644
index 6d81cda..
--- a/dev-libs/jemalloc/files/jemalloc-fix-ar-call.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 7481047..478becb 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -55,6 +55,8 @@ PIC_CFLAGS = @PIC_CFLAGS@
- CTARGET = @CTARGET@
- LDTARGET = @LDTARGET@
- MKLIB = @MKLIB@
-+AR = @AR@
-+ARFLAGS = crus
- CC_MM = @CC_MM@
- 
- ifeq (macho, $(ABI))
-@@ -185,7 +187,7 @@ $(objroot)lib/$(LIBJEMALLOC)_s.$(A) : $(COBJS)
- 
- $(STATIC_LIBS):
-   @mkdir -p $(@D)
--  $(MKLIB) $+
-+  $(AR) $(ARFLAGS) $@ $+
- 
- $(objroot)test/bitmap$(EXE): $(objroot)src/bitmap.$(O)
- 
-diff --git a/configure.ac b/configure.ac
-index c270662..f4b4c21 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -226,9 +226,13 @@ PIC_CFLAGS='-fPIC -DPIC'
- CTARGET='-o $@'
- LDTARGET='-o $@'
- EXTRA_LDFLAGS=
--MKLIB='ar crus $@'
- CC_MM=1
- 
-+AN_MAKEVAR([AR], [AC_PROG_AR])
-+AN_PROGRAM([ar], [AC_PROG_AR])
-+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
-+AC_PROG_AR
-+
- dnl Platform-specific settings.  abi and RPATH can probably be determined
- dnl programmatically, but doing so is error-prone, which makes it generally
- dnl not worth the trouble.
-@@ -310,7 +314,8 @@ case "${host}" in
- EXTRA_LDFLAGS="-link -DEBUG"
- CTARGET='-Fo$@'
- LDTARGET='-Fe$@'
--MKLIB='lib -nologo -out:$@'
-+AR='lib'
-+ARFLAGS='-nologo -out:'
- CC_MM=
- else
- importlib="${so}"
-@@ -403,7 +408,6 @@ AC_SUBST([enable_autogen])
- 
- AC_PROG_INSTALL
- AC_PROG_RANLIB
--AC_PATH_PROG([AR], [ar], [false], [$PATH])
- AC_PATH_PROG([LD], [ld], [false], [$PATH])
- AC_PATH_PROG([AUTOCONF], [autoconf], [false], [$PATH])
- 



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

2016-09-04 Thread Manuel Rüger
commit: 41c94b067ff86fa3f8f11c80e9b478755cb41ce4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:52:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:52:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c94b06

app-crypt/libmd: Initial version

Package-Manager: portage-2.3.0

 app-crypt/libmd/Manifest   |  1 +
 app-crypt/libmd/libmd-0.0.0.ebuild | 14 ++
 app-crypt/libmd/metadata.xml   |  8 
 3 files changed, 23 insertions(+)

diff --git a/app-crypt/libmd/Manifest b/app-crypt/libmd/Manifest
new file mode 100644
index ..5a0c142
--- /dev/null
+++ b/app-crypt/libmd/Manifest
@@ -0,0 +1 @@
+DIST libmd-0.0.0.tar.xz 252384 SHA256 
fd3f2366236fb3fd0dac0c0a778511e2939c79d1d58daf56e3f5ee383a88 SHA512 
6677959b7725114d7ebb747e0746d2712fc9b65f688eb28fa931c9042cee10cda3de33a1496b0220141800e98cf923d95dd5a5f3c2b8a68c3e169ef9fdaa39ef
 WHIRLPOOL 
c53c805ef892e2c08e150a387185442ce62f08887f4f0d0b3517109c4e12400fb0c39132afbe548ba9f7258754d5543949f5a7f28efec32e32ecdc20958aa34b

diff --git a/app-crypt/libmd/libmd-0.0.0.ebuild 
b/app-crypt/libmd/libmd-0.0.0.ebuild
new file mode 100644
index ..bcbd70a
--- /dev/null
+++ b/app-crypt/libmd/libmd-0.0.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Message Digest functions from BSD systems"
+HOMEPAGE="https://www.hadrons.org/software/libmd/;
+SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
+
+LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""

diff --git a/app-crypt/libmd/metadata.xml b/app-crypt/libmd/metadata.xml
new file mode 100644
index ..97df2a0
--- /dev/null
+++ b/app-crypt/libmd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 6c099b928cd5657cf95ed253a38876d3c650f12e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 21:07:30 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c099b92

gnome-extra/evolution-data-server: set systemd user unit directory explicitely

Package-Manager: portage-2.3.0

 gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild
index d33f3ee..62e8e18 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.20.5.ebuild
@@ -7,7 +7,7 @@ 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 vala virtualx
+inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx
 
 DESCRIPTION="Evolution groupware backend"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -107,6 +107,7 @@ src_configure() {
$(use_enable weather) \
--enable-largefile \
--enable-smime \
+   --with-systemduserunitdir="$(systemd_get_userunitdir)" \
--without-phonenumber \
--disable-examples \
--disable-uoa



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

2016-09-04 Thread Manuel Rüger
commit: fff2353e8db46f433c06a127f858fe91d3255577
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:18:15 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:18:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff2353e

app-editors/retext: Version bump to 6.0.1

Gentoo-Bugs: 591768

Package-Manager: portage-2.3.0

 app-editors/retext/Manifest|  1 +
 app-editors/retext/retext-6.0.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index e0ef187..01d9085 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,2 +1,3 @@
 DIST ReText-4.1.3.tar.gz 129283 SHA256 
bb4409982d27ac62cab01b0748fe41d9c6660853668b350f3369e76d155edd6c SHA512 
d2b3fa901afa9870f6cecc7ab3126b91f1420ca1b14ddd4f609c2ada7121388840b5be679914694664f3bbf876ee8522aa6b0c82a23f837844f788fa10a46323
 WHIRLPOOL 
3be71e5d7ec612ae4e4fec17ca544f6d0e7cb7421fcdeb517d3c13156ed07f5e5e7c3e352cf604bfb5f2287964fdc173a1bac0eeab41ee1cda8b265ad0f57686
 DIST ReText-5.3.1.tar.gz 159669 SHA256 
515b1aaa57615453f8933f997753072a5c4691793da2280e70d1b333b53904c6 SHA512 
76c6f78c10129e4845de819fa6db3deff5441a25331fd3dadbdfeb766caa453f21214f82e6625c919cc8be2fcfdfada970cae32837bb8904c3702dda19890628
 WHIRLPOOL 
5c2db75c2b2f23419bc2803849f6b7a69f3540911c6e53f46a46baffd150a9a0db75d0343361963a53bcc1a6da4534eb72d99068a26c13c1551b6188ab81f67a
+DIST ReText-6.0.1.tar.gz 184098 SHA256 
7c9785cb022d2f0b123b8a808c2419cf1300249d594a72a5ef5a0030de8bb630 SHA512 
aca8db5d82fadee7b8d03279e080b33da696339eb674ba1fc2dd4ced7c92b1608d8ed2d181bdbe913601d63755df38ebdfa06f77398e1b52cc922f54fc0fe867
 WHIRLPOOL 
0590b347e7ca21d7e6e653c74fd53abe2ccb0852e6ab3f53213f8beb38234b0b757bf60ba77f68e485b68332d3b06def94aa4b9aebae369e472a876ce34d9b77

diff --git a/app-editors/retext/retext-6.0.1.ebuild 
b/app-editors/retext/retext-6.0.1.ebuild
new file mode 100644
index ..b5969d5
--- /dev/null
+++ b/app-editors/retext/retext-6.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+
+PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk sr sr@latin uk 
zh_TW"
+
+inherit distutils-r1 l10n
+
+MY_PN="ReText"
+MY_P="${MY_PN}-${PV/_/~}"
+
+DESCRIPTION="Simple editor for Markdown and reStructuredText"
+HOMEPAGE="https://github.com/retext-project/retext 
https://github.com/retext-project/retext/wiki;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+spell"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/markdown[${PYTHON_USEDEP}]
+   >=dev-python/markups-2[${PYTHON_USEDEP}]
+   >=dev-python/chardet-2.3[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   
dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
+   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+remove_locale() {
+   find "${ED}" -name "retext_${1}.qm" -delete || die "Failed to remove 
locale ${1}."
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   l10n_for_each_disabled_locale_do remove_locale
+
+   make_desktop_entry ${PN} "${MY_PN} Editor" ${PN} 
"Development;Utility;TextEditor"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2016-09-04 Thread Gilles Dartiguelongue
commit: 73ede163d7f10af15bec64f75414d1a9d06749d3
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:44:05 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ede163

x11-themes/adwaita-icon-theme: intltool is not needed anymore

Package-Manager: portage-2.3.0

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
index fef9fac..b62b089 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.20.ebuild
@@ -28,7 +28,6 @@ RDEPEND="${COMMON_DEPEND}
!

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

2016-09-04 Thread Gilles Dartiguelongue
commit: e8012504984d548e762998c443168e6705585eab
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:24:24 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8012504

media-gfx/gnome-photos: require more gegl plugins per source read

Package-Manager: portage-2.3.0

 media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
index 75280f0..63182c3 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.20.3.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
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[jpeg2k]
+   >=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=



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

2016-09-04 Thread Gilles Dartiguelongue
commit: d8ee6a088452f257101497b392b406569eddb50b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 23:12:01 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ee6a08

app-crypt/gcr: tap-driver is only py2 compatible, bug #570358

Package-Manager: portage-2.3.0

 app-crypt/gcr/gcr-3.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gcr/gcr-3.20.0.ebuild b/app-crypt/gcr/gcr-3.20.0.ebuild
index e1000e9..c25d25b 100644
--- a/app-crypt/gcr/gcr-3.20.0.ebuild
+++ b/app-crypt/gcr/gcr-3.20.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 VALA_USE_DEPEND="vapigen"
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit gnome2 python-any-r1 vala virtualx
 



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 4676b5568fbd0de389d39741acfdbb410502812b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:39:54 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4676b556

x11-wm/mutter: raise clutter dep per configure

Package-Manager: portage-2.3.0

 x11-wm/mutter/mutter-3.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-3.20.2.ebuild 
b/x11-wm/mutter/mutter-3.20.2.ebuild
index 672ab64..97080c3 100644
--- a/x11-wm/mutter/mutter-3.20.2.ebuild
+++ b/x11-wm/mutter/mutter-3.20.2.ebuild
@@ -20,7 +20,7 @@ COMMON_DEPEND="
>=x11-libs/cairo-1.10[X]
>=x11-libs/gtk+-3.19.8:3[X,introspection?]
>=dev-libs/glib-2.36.0:2[dbus]
-   >=media-libs/clutter-1.25.3:1.0[X,introspection?]
+   >=media-libs/clutter-1.25.6:1.0[X,introspection?]
>=media-libs/cogl-1.17.1:1.0=[introspection?]
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/startup-notification-0.7



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 548c09b03741cdd2dcc0a6fa353bf6c6160ecffe
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 21:49:22 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548c09b0

x11-libs/gtksourceview: raise gtk+/glib according to configure.ac

Package-Manager: portage-2.3.0

 x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild
index c5aca10..c112707 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.20.4.ebuild
@@ -20,9 +20,9 @@ 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.47:2
+   >=dev-libs/glib-2.48:2
>=dev-libs/libxml2-2.6:2
-   >=x11-libs/gtk+-3.19.6:3[introspection?]
+   >=x11-libs/gtk+-3.20:3[introspection?]
glade? ( >=dev-util/glade-3.9:3.10 )
introspection? ( >=dev-libs/gobject-introspection-1.42:= )
 "



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 74ce0ff53fe974ee6b26cdef8ab7ef59be741fed
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 21:33:27 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ce0ff5

net-libs/libsoup: add missing dependency for USE=gssapi

gssapi support requires a kerberos implementation.
Also raise gtk-doc dependency per configure.

Package-Manager: portage-2.3.0

 net-libs/libsoup/libsoup-2.54.1-r1.ebuild | 89 +++
 1 file changed, 89 insertions(+)

diff --git a/net-libs/libsoup/libsoup-2.54.1-r1.ebuild 
b/net-libs/libsoup/libsoup-2.54.1-r1.ebuild
new file mode 100644
index ..79e3782
--- /dev/null
+++ b/net-libs/libsoup/libsoup-2.54.1-r1.ebuild
@@ -0,0 +1,89 @@
+# 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=( python{2_7,3_3,3_4,3_5} )
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 multilib-minimal python-any-r1 vala
+
+DESCRIPTION="An HTTP library implementation in C"
+HOMEPAGE="https://wiki.gnome.org/Projects/libsoup;
+
+LICENSE="LGPL-2+"
+SLOT="2.4"
+
+IUSE="debug gssapi +introspection samba ssl test vala"
+REQUIRED_IUSE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]
+   >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}]
+   >=net-libs/glib-networking-2.38.2[ssl?,${MULTILIB_USEDEP}]
+   gssapi? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+   samba? ( net-fs/samba )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   >=dev-util/intltool-0.35
+   >=dev-util/gtk-doc-am-1.20
+   sys-devel/gettext
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? ( >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}] )
+   vala? ( $(vala_depend) )
+"
+#  test? ( 
www-servers/apache[ssl,apache2_modules_auth_digest,apache2_modules_alias,apache2_modules_auth_basic,
+#  
apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules_authz_user,apache2_modules_dir,
+#  
apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http,apache2_modules_proxy_connect]
+#  dev-lang/php[apache2,xmlrpc]
+#  net-misc/curl
+#  net-libs/glib-networking[ssl])"
+
+src_prepare() {
+   if ! use test; then
+   # don't waste time building tests (bug #226271)
+   sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am 
Makefile.in \
+   || die "sed failed"
+   fi
+
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # FIXME: we need addpredict to workaround bug #324779 until
+   # root cause (bug #249496) is solved
+   addpredict /usr/share/snmp/mibs/.index
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # Disable apache tests until they are usable on Gentoo, bug #326957
+   ECONF_SOURCE=${S} \
+   gnome2_src_configure \
+   --disable-static \
+   --disable-tls-check \
+   --without-gnome \
+   --without-apache-httpd \
+   $(usex debug --enable-debug=yes ' ') \
+   $(multilib_native_use_with gssapi) \
+   $(multilib_native_use_enable introspection) \
+   $(multilib_native_use_enable vala) \
+   $(use_with samba ntlm-auth '${EPREFIX}'/usr/bin/ntlm_auth)
+
+   if multilib_is_native_abi; then
+   # fix gtk-doc
+   ln -s "${S}"/docs/reference/html docs/reference/html || die
+   fi
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}



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

2016-09-04 Thread Gilles Dartiguelongue
commit: 74d7e315ab37546691c6011f9161c825a340c8e1
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 22:26:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d7e315

gnome-extra/gnome-characters: raise gtk+ to 3.20 and fix test deps again

gtk+-3.20 is required for the app to start at all, otherwise only garbage gjs 
error messages are shown.

Package-Manager: portage-2.3.0

 gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
index b07d933..c587862 100644
--- a/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-3.20.1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
>=dev-libs/glib-2.32:2
>=dev-libs/gobject-introspection-1.35.9:=
>=dev-libs/libunistring-0.9.5
-   >=x11-libs/gtk+-3:3[introspection]
+   >=x11-libs/gtk+-3.20:3[introspection]
>=x11-libs/pango-1.36[introspection]
 "
 DEPEND="${RDEPEND}
@@ -35,11 +35,11 @@ DEPEND="${RDEPEND}
 "
 
 python_check_deps() {
-   has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && use test && python-any-r1_pkg_setup
+   use test && python-any-r1_pkg_setup
 }
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/

2016-09-04 Thread Gilles Dartiguelongue
commit: a5b8d94589e2a32bd31008b5a567259e3254653e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep  4 21:56:40 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep  4 23:19:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b8d945

games-arcade/gnome-nibbles: raise libgames-support to >=1

0.2 was available in overlay and does not provide needed symbols. Also librsvg 
is not needed anymore.

Package-Manager: portage-2.3.0

 games-arcade/gnome-nibbles/gnome-nibbles-3.20.2.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.20.2.1.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-3.20.2.1.ebuild
index 8869b1a..b694488 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-3.20.2.1.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.20.2.1.ebuild
@@ -18,8 +18,7 @@ IUSE=""
 RDEPEND="
>=dev-libs/glib-2.40.0:2
dev-libs/libgee:0.8=
-   dev-libs/libgames-support
-   >=gnome-base/librsvg-2.32:2
+   >=dev-libs/libgames-support-1
>=media-libs/clutter-1.22.0:1.0
>=media-libs/clutter-gtk-1.4.0:1.0
>=media-libs/libcanberra-0.26[gtk3]
@@ -29,7 +28,7 @@ DEPEND="${RDEPEND}
$(vala_depend)
app-text/yelp-tools
dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
+   >=dev-util/intltool-0.50.2
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/minitest-stub-const/

2016-09-04 Thread Manuel Rüger
commit: 942a681056ee7e3462e869221260127cccb8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:56:07 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:56:07 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=942a6810

dev-ruby/minitest-stub-const: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/minitest-stub-const/Manifest  |  1 +
 dev-ruby/minitest-stub-const/metadata.xml  |  8 +++
 .../minitest-stub-const-0.5.ebuild | 25 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/minitest-stub-const/Manifest 
b/dev-ruby/minitest-stub-const/Manifest
new file mode 100644
index 000..c6f5cd0
--- /dev/null
+++ b/dev-ruby/minitest-stub-const/Manifest
@@ -0,0 +1 @@
+DIST minitest-stub-const-0.5.gem 6144 SHA256 
17f983ac5d37ea31551c5e6d2503e986fa96ba8c82eb61749fc13b9ebd7e73de SHA512 
d8d645eca4be2f8ac00f02d5579ff749622e98ad86b5ef485a36510a3af2f7b0b4d96152ab7d7122a6a5cfedc1e957b5f6334afd03dcac84795ea05ae7f146dc
 WHIRLPOOL 
b6eafad2336602fb08a0cc88aab4f7f4c5303b6d7916351042a0897b7cf9ff19b88730492b06b98300e28f8eac9578845b3abbe36a2e447a02ce9df2675bb3d3

diff --git a/dev-ruby/minitest-stub-const/metadata.xml 
b/dev-ruby/minitest-stub-const/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/minitest-stub-const/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/minitest-stub-const/minitest-stub-const-0.5.ebuild 
b/dev-ruby/minitest-stub-const/minitest-stub-const-0.5.ebuild
new file mode 100644
index 000..a6407ca
--- /dev/null
+++ b/dev-ruby/minitest-stub-const/minitest-stub-const-0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Stub constants for the duration of a block in MiniTest"
+HOMEPAGE="https://rubygems.org/gems/minitest-stub-const 
https://github.com/adammck/minitest-stub-const;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/test_stub_const.rb || die
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/fog-local/

2016-09-04 Thread Manuel Rüger
commit: 6d661932f84b7465ec5a53b8b81c8142f1d6c9bf
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 01:08:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 01:08:00 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6d661932

dev-ruby/fog-local: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/fog-local/Manifest   |  1 +
 dev-ruby/fog-local/fog-local-0.3.0.ebuild | 35 +++
 dev-ruby/fog-local/metadata.xml   |  8 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-ruby/fog-local/Manifest b/dev-ruby/fog-local/Manifest
new file mode 100644
index 000..5b54a10
--- /dev/null
+++ b/dev-ruby/fog-local/Manifest
@@ -0,0 +1 @@
+DIST fog-local-0.3.0.gem 14336 SHA256 
6ce84d964804a1e34fcc9c62973ecb080d196581658044a643780027f0a0a608 SHA512 
9ad61a07f8f8ed1d62becddfd18d4de39c50db514a6699770a485e38c656476bc0f366e6355dcebda34581a6b69c3c7cca7c710c4c1a0a8b5eba5915d136732e
 WHIRLPOOL 
9fb52abdea1c56a31cec24e23798240fd6845e69051eb905853d59065a3fb1a16ccf3c923b05ab07046cee9cb4a7f65278d4ea3ab0196902b503c55c3351f660

diff --git a/dev-ruby/fog-local/fog-local-0.3.0.ebuild 
b/dev-ruby/fog-local/fog-local-0.3.0.ebuild
new file mode 100644
index 000..39d583d
--- /dev/null
+++ b/dev-ruby/fog-local/fog-local-0.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fog provider to use local filesystem storage"
+HOMEPAGE="https://rubygems.org/gems/fog-local https://github.com/fog/fog-local;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/fog-core-1.27
+   =dev-ruby/rake-10.0
+   >=dev-ruby/shindo-0.3
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/gitlab_git/

2016-09-04 Thread Manuel Rüger
commit: 405f9867232f0512bc9aeddd7646d71c5a593317
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:57:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:57:28 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=405f9867

dev-ruby/gitlab_git: Version bump, drop ruby20

Package-Manager: portage-2.3.0

 dev-ruby/gitlab_git/Manifest| 2 +-
 .../gitlab_git/{gitlab_git-10.4.7.ebuild => gitlab_git-10.6.1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/gitlab_git/Manifest b/dev-ruby/gitlab_git/Manifest
index f49b057..a735a77 100644
--- a/dev-ruby/gitlab_git/Manifest
+++ b/dev-ruby/gitlab_git/Manifest
@@ -1 +1 @@
-DIST gitlab_git-10.4.7.tar.gz 84363 SHA256 
6d27f4c7c7460ca3ea8c04c5d404c240ebf0fba95d8422f661d00d2c93bb8989 SHA512 
404e7ba6831f157bed99dbca2e403ac9004ee8094dba0cb0c89129a789fedd15a86298018a8e0cf3c2db9db584e2ee07925a3013c58f78ef92bb1cbf812c4f23
 WHIRLPOOL 
38d62fa700acd9c0ab3f8d6884b244b0cfc511c4b9bbf4ec7d0924095ce50621fb131b367b3319ed524880322d71ed4cbf6195f71b14aad355562c31531686b8
+DIST gitlab_git-10.6.1.tar.gz 86733 SHA256 
ccdcc4c6772bc77e3cc18144d59eed3a3933a391c66bbf4a6a816c3d7387251e SHA512 
6a953c61ddbf270b8c8462bfe861626a52366f2cb3bbc7c45d41b98f2e2fd870a089512eb4873e7320e6510bc8df23977593818e84edbaad514fe816a457424d
 WHIRLPOOL 
9d581cff2e61a5aed33462ed396de97c094aa57b554c688c4b88d505da9b7062b512980bff56b9f644c8c8e649cbf51cb0a6fc94bfc630ff369718dac356f293

diff --git a/dev-ruby/gitlab_git/gitlab_git-10.4.7.ebuild 
b/dev-ruby/gitlab_git/gitlab_git-10.6.1.ebuild
similarity index 97%
rename from dev-ruby/gitlab_git/gitlab_git-10.4.7.ebuild
rename to dev-ruby/gitlab_git/gitlab_git-10.6.1.ebuild
index 167b243..7a51a98 100644
--- a/dev-ruby/gitlab_git/gitlab_git-10.4.7.ebuild
+++ b/dev-ruby/gitlab_git/gitlab_git-10.6.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/sidekiq/

2016-09-04 Thread Manuel Rüger
commit: 863d5c633894724aface018af4e668b257796e6a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 23:25:40 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 23:25:40 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=863d5c63

dev-ruby/sidekiq: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/sidekiq/Manifest   | 2 +-
 dev-ruby/sidekiq/{sidekiq-4.1.2.ebuild => sidekiq-4.1.4.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/sidekiq/Manifest b/dev-ruby/sidekiq/Manifest
index e856b2e..ed927ae 100644
--- a/dev-ruby/sidekiq/Manifest
+++ b/dev-ruby/sidekiq/Manifest
@@ -1 +1 @@
-DIST sidekiq-4.1.2.gem 307712 SHA256 
abb4c0abc5ff96b28b4da50af7eb55d06fcdd7a7b32ba491ea9f2427eeea75b1 SHA512 
454c0555fa2bb6e229aaafe47b4128a8c2e2a3c9696ea2d9a9342e2bc7d8def4ea1996acafaad9ae5b07cbdbcaa82307642690ed768bc6994956df8e6702e515
 WHIRLPOOL 
9c6cf5c687ad2b1d7d6adc2ced0caa303bd5de72c149126cf4caa7dcd28e6a4f8fe97bda7efc55d439fc61d8a6ee39f77e58e8562553937e203b8f86a2736816
+DIST sidekiq-4.1.4.gem 308224 SHA256 
d586ae2dda62db71322af94d7f252aaf576f5d5a59d3f3b5d2a7a5b35dfa1e48 SHA512 
96b32750bcdb16a4e98eb5586c2599c7df4e2916b3a63b861d878c2bfe4020546c4a1060318a701ba866b9b4a8df6d97955cc33b6f112da147099423302ffddd
 WHIRLPOOL 
e8bee85b4c38a804f450b5102668cf38b67f78ebb26084d9cb3dd7e8bfce7ba75dd3ea0102257263ac1097620cd86069e3272f220b5c919dd96d14c392313ace

diff --git a/dev-ruby/sidekiq/sidekiq-4.1.2.ebuild 
b/dev-ruby/sidekiq/sidekiq-4.1.4.ebuild
similarity index 89%
rename from dev-ruby/sidekiq/sidekiq-4.1.2.ebuild
rename to dev-ruby/sidekiq/sidekiq-4.1.4.ebuild
index 942697b..5006ecf 100644
--- a/dev-ruby/sidekiq/sidekiq-4.1.2.ebuild
+++ b/dev-ruby/sidekiq/sidekiq-4.1.4.ebuild
@@ -23,15 +23,15 @@ ruby_add_rdepend ">=dev-ruby/concurrent-ruby-1.0
>=dev-ruby/connection_pool-2.2.0
=dev-ruby/redis-3.2.1
-   =dev-ruby/sinatra-1.4.7
+   =dev-ruby/minitest-5.7.0
=dev-ruby/rails-4
>=dev-ruby/rake-10.0
>=dev-ruby/redis-namespace-1.5.2
-   =dev-ruby/sinatra-1.4.6
-   

[gentoo-commits] dev/mrueg:master commit in: dev-ruby/fog-core/

2016-09-04 Thread Manuel Rüger
commit: 93a038a10f8104aa580864addb5c72efdb019da9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:02:54 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:02:54 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=93a038a1

dev-ruby/fog-core: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/fog-core/Manifest   |  1 +
 dev-ruby/fog-core/fog-core-1.42.0.ebuild | 34 
 dev-ruby/fog-core/metadata.xml   |  8 
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/fog-core/Manifest b/dev-ruby/fog-core/Manifest
new file mode 100644
index 000..debc98e
--- /dev/null
+++ b/dev-ruby/fog-core/Manifest
@@ -0,0 +1 @@
+DIST fog-core-1.42.0.gem 47616 SHA256 
9b5b4ac804bcc1eac48f43e3ea8d1d83cf22cdae4a5ddf0330e82cc0b4f5a44b SHA512 
6f95b1ec5489e4d43870c6025bd8604bb9b9ba7da46a9fbf4f3a5633130e1f9e3c78c2b294bece1927882dfbdc4efee47d160b57504907c6b1d9363217a3c449
 WHIRLPOOL 
d8f3bb38dfb0188eea6382f7c8d26afe78d1625025ea0c3858f956fdfc8693352381ea82bef019642df4d049f36caa74024c394ed4842b6e0a38039042e0273f

diff --git a/dev-ruby/fog-core/fog-core-1.42.0.ebuild 
b/dev-ruby/fog-core/fog-core-1.42.0.ebuild
new file mode 100644
index 000..34ad6bc
--- /dev/null
+++ b/dev-ruby/fog-core/fog-core-1.42.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Shared classes and tests for fog providers and services."
+HOMEPAGE="https://github.com/fog/fog-core https://rubygems.org/gems/fog-core;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/builder
+   >=dev-ruby/excon-0.49
+   =dev-ruby/formatador-0.2
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/fog-json/

2016-09-04 Thread Manuel Rüger
commit: db26b860be7130aea99426364df3ec37fe411671
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:59:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:59:17 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=db26b860

dev-ruby/fog-json: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/fog-json/Manifest  |  1 +
 dev-ruby/fog-json/fog-json-1.0.2.ebuild | 30 ++
 dev-ruby/fog-json/metadata.xml  |  8 
 3 files changed, 39 insertions(+)

diff --git a/dev-ruby/fog-json/Manifest b/dev-ruby/fog-json/Manifest
new file mode 100644
index 000..602e7fc
--- /dev/null
+++ b/dev-ruby/fog-json/Manifest
@@ -0,0 +1 @@
+DIST fog-json-1.0.2.gem 8704 SHA256 
19006b42ac58cc71442e97d00de454824245b3780bb091cfa97e4a25db9cbb29 SHA512 
7b57c2caa8f8f2225d308ab77b35ed00f43937086d59c9d5431b221d6e2a7f2b79db9dc9e924399db213844066fc9a147fab1c177e2468c8609bc4b8ad84
 WHIRLPOOL 
58b32a2ba1265acd4cf555640a95744a57bd65a9671ae87840355a1f88836a80404f6aa635119ae1af860cee035fccadd83d9ef505e6f67dfed277d26699112e

diff --git a/dev-ruby/fog-json/fog-json-1.0.2.ebuild 
b/dev-ruby/fog-json/fog-json-1.0.2.ebuild
new file mode 100644
index 000..a2fea08
--- /dev/null
+++ b/dev-ruby/fog-json/fog-json-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extraction of the JSON parsing tools shared between fog providers"
+HOMEPAGE="https://rubygems.org/gems/fog-json http://github.com/fog/fog-json;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/fog-core-1.0
+   =dev-ruby/multi_json-1.10
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] proj/mozilla:master commit in: eclass/

2016-09-04 Thread Jory Pratt
commit: d1f86411c687aca1cb14354b151f00fecaefa83e
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sun Sep  4 19:10:28 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Sep  4 19:10:28 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d1f86411

mozconfig-v6.48 - force enable jemalloc 4, rename jemalloc3 useflag to
plain jemalloc

 eclass/mozconfig-v6.48.eclass | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/eclass/mozconfig-v6.48.eclass b/eclass/mozconfig-v6.48.eclass
index e2d8934..9eea075 100644
--- a/eclass/mozconfig-v6.48.eclass
+++ b/eclass/mozconfig-v6.48.eclass
@@ -83,7 +83,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
 # Set the variable to any value if the use flag should exist but not be 
default-enabled.
 
 # use-flags common among all mozilla ebuilds
-IUSE="${IUSE} dbus debug +jemalloc3 neon pulseaudio selinux +skia 
startup-notification system-cairo
+IUSE="${IUSE} dbus debug +jemalloc neon pulseaudio selinux +skia 
startup-notification system-cairo
system-harfbuzz system-icu system-jpeg system-libevent system-sqlite 
system-libvpx"
 
 # some notes on deps:
@@ -319,10 +319,9 @@ mozconfig_config() {
 
# Use jemalloc unless libc is not glibc >= 2.4
# at this time the minimum glibc in the tree is 2.9 so we should be 
safe.
-   if use elibc_glibc && use jemalloc3; then
-   # We must force-enable jemalloc 3 via .mozconfig
-   echo "export MOZ_JEMALLOC3=1" >> "${S}"/.mozconfig || die
-   mozconfig_annotate '' --enable-jemalloc
+   if use elibc_glibc && use jemalloc; then
+   # We must force-enable jemalloc 4 via .mozconfig
+   echo "export MOZ_JEMALLOC4=1" >> "${S}"/.mozconfig || die
mozconfig_annotate '' --enable-replace-malloc
fi
 



[gentoo-commits] proj/mozilla:master commit in: eclass/

2016-09-04 Thread Jory Pratt
commit: 8fe6aab614c366de47b6fcb24f10882063a2006c
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sun Sep  4 14:56:45 2016 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Sep  4 14:56:45 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8fe6aab6

mozcoreconf-v4 - reduce memory footprint for mozilla products on arm,ppc

 eclass/mozcoreconf-v4.eclass | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 2ab508b..07afd44 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -191,20 +191,24 @@ mozconfig_init() {
 
# Additional ARCH support
case "${ARCH}" in
+   arm)
+   # Reduce the memory requirements for linking
+   append-ldflags -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads
+   ;;
alpha)
# Historically we have needed to add -fPIC manually for 64-bit.
# Additionally, alpha should *always* build with -mieee for 
correct math
# operation
append-flags -fPIC -mieee
;;
-
ia64)
# Historically we have needed to add this manually for 64-bit
append-flags -fPIC
;;
-
ppc64)
append-flags -fPIC -mminimal-toc
+   # Reduce the memory requirements for linking
+   append-ldflags -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads
;;
esac
 



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/shindo/

2016-09-04 Thread Manuel Rüger
commit: e65c575ae21cf86bcfda814b66618d54468b1b37
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:54:23 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:54:23 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=e65c575a

dev-ruby/shindo: Fix description

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/shindo/shindo-0.3.8.ebuild 
b/dev-ruby/shindo/shindo-0.3.8.ebuild
index 848041a..9b3e051 100644
--- a/dev-ruby/shindo/shindo-0.3.8.ebuild
+++ b/dev-ruby/shindo/shindo-0.3.8.ebuild
@@ -8,7 +8,7 @@ USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Simple depth first ruby testing, watch and learn"
+DESCRIPTION="Simple depth first ruby testing"
 HOMEPAGE="http://github.com/geemus/shindo https://rubygems.org/gems/shindo;
 
 LICENSE="MIT"



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/shindo/

2016-09-04 Thread Manuel Rüger
commit: 6c0b4eff3b5f88529ff8eeb30714eb83d355735f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:15:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:15:51 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6c0b4eff

dev-ruby/shindo: Initial version

Package-Manager: portage-2.3.0

 dev-ruby/shindo/Manifest|  1 +
 dev-ruby/shindo/metadata.xml|  8 
 dev-ruby/shindo/shindo-0.3.8.ebuild | 25 +
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/shindo/Manifest b/dev-ruby/shindo/Manifest
new file mode 100644
index 000..ccd9116
--- /dev/null
+++ b/dev-ruby/shindo/Manifest
@@ -0,0 +1 @@
+DIST shindo-0.3.8.gem 12288 SHA256 
989fb66fb39b789c6125db22366ffe2ad050ee58fd39e144821244f4970c1b69 SHA512 
da2d80635fbcbd4bb6122cc9450b57ae4b1ac0d90a1a28f6ce01cd961011f0f2461f436bde31d014b6c5ce9ebf65d545a8923cc87ab70114584e4706d70fd1b7
 WHIRLPOOL 
a2b671bea9d08376fe54a5d7d30a260c3a97af9beae6c3d04261b7d10e97aadb4fab262b7054e3ada25a728138c1f41080a0c10f309524b8a02a3723020ccdaa

diff --git a/dev-ruby/shindo/metadata.xml b/dev-ruby/shindo/metadata.xml
new file mode 100644
index 000..97df2a0
--- /dev/null
+++ b/dev-ruby/shindo/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+

diff --git a/dev-ruby/shindo/shindo-0.3.8.ebuild 
b/dev-ruby/shindo/shindo-0.3.8.ebuild
new file mode 100644
index 000..848041a
--- /dev/null
+++ b/dev-ruby/shindo/shindo-0.3.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple depth first ruby testing, watch and learn"
+HOMEPAGE="http://github.com/geemus/shindo https://rubygems.org/gems/shindo;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/formatador-0.1.1"
+
+each_ruby_test() {
+   for i in tests/*rb; do
+   ${RUBY} -I lib -S bin/shindo $i || die
+   done
+}



[gentoo-commits] dev/mrueg:master commit in: dev-ruby/fog-core/

2016-09-04 Thread Manuel Rüger
commit: 43f972cd36b83d4b2e86c94f8fb01dd83da75588
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:16:26 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:16:26 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=43f972cd

dev-ruby/fog-core: Fix description

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/fog-core/fog-core-1.42.0.ebuild 
b/dev-ruby/fog-core/fog-core-1.42.0.ebuild
index 34ad6bc..f1d3a0d 100644
--- a/dev-ruby/fog-core/fog-core-1.42.0.ebuild
+++ b/dev-ruby/fog-core/fog-core-1.42.0.ebuild
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_RECIPE_DOC="yard"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Shared classes and tests for fog providers and services."
+DESCRIPTION="Shared classes and tests for fog providers and services"
 HOMEPAGE="https://github.com/fog/fog-core https://rubygems.org/gems/fog-core;
 
 LICENSE="MIT"



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

2016-09-04 Thread Manuel Rüger
commit: cb4791d7100cbb28c487f75a4f0fd9486724f284
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:19:53 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:21:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4791d7

app-crypt/libmd: Add ~x86 keyword

Package-Manager: portage-2.3.0

 app-crypt/libmd/libmd-0.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libmd/libmd-0.0.0.ebuild 
b/app-crypt/libmd/libmd-0.0.0.ebuild
index bcbd70a..0864433 100644
--- a/app-crypt/libmd/libmd-0.0.0.ebuild
+++ b/app-crypt/libmd/libmd-0.0.0.ebuild
@@ -10,5 +10,5 @@ 
SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz;
 
 LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""



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

2016-09-04 Thread Mike Gilbert
commit: 396ed1a043ed4463735e018d7bf3b849e1f230ee
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep  5 00:31:20 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep  5 00:33:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396ed1a0

app-shells/ksh: bump to 2016-01-10

Package-Manager: portage-2.3.0_p24

 app-shells/ksh/Manifest   |  1 +
 app-shells/ksh/ksh-93.20160110.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest
index 8a4c61c..a96b3d0 100644
--- a/app-shells/ksh/Manifest
+++ b/app-shells/ksh/Manifest
@@ -6,3 +6,4 @@ DIST ast-base.2011-02-08.tgz 6111018 SHA256 
44ae3913e6c0c8992c6c3cba16864fd4c4a1
 DIST ast-base.2012-02-29.tgz 9068922 SHA256 
08223dc93da5a8e3d1b46d772be16cdcfc11b6e41c00b696e8fcf7160b48541b SHA512 
95cc909ecb5b2bbfae10a44650dfd1aabf2f2461e82f4c77137696a57c41361cded3e3c0697ab5cc9e63fb72645fe442f5fc32ca0a53370b5f43b396595c4d94
 WHIRLPOOL 
f0324fd98b6f14e4001786620ccd56cf81e87dc68397d74fa214025da8cf605fe3f24d3f809aeef8d692287d898b57725769e77ce6f5d52ac24978bf8cd4671b
 DIST ast-base.2014-06-06.tgz 9605517 SHA256 
c08c895f1412d80dc85227d9b9c77dbd55bedb586965972ebe14f6b0e5ac92db SHA512 
265cd4763006471e4deb1ee79c6d668f7e56f2a721589054faa7b6fb103d65d963f9101c073f1b748be63d3195ef6dfbda2a3753d06de1d2517f8ed04cad3ff1
 WHIRLPOOL 
994f416cd9ffd19f3a14f5f6b27be265263541654f793143d896a91c86533928daf44b5154e1bcb01e8456ef3a0e0492f209dc8ca41cf77a110b45cbc3d4a19b
 DIST ast-base.2014-06-25.tgz 9609090 SHA256 
58588b07b076f05dbbd5f4f095d5753309a8356ba1e5475262ce77d6bff42dae SHA512 
3006dd187c6042798ffd6da5aad8d6340bf4fbad687338b2b9797556136966b65d90295eb267dba198a83ea5b651a9a339d9ff48179f3d7e25b3de76c41bf737
 WHIRLPOOL 
b07c4809e729359d0ed613310f49fa391c199a225e4a3c589f9015af54d1159e199135ee4eadebd9d09f21f3131103550c1c17badc3a643943e3828df79d98d2
+DIST ksh-93.20160110.tar.gz 26416127 SHA256 
59cf3c8e8945b593e10946bc0ae1172f62c18ddde1de0f7427599195aecbd591 SHA512 
cf6e13e5f6b0fd62b12cbcd007c09306ba1ff7e733c207be34cb360b6b269b8e75f2134a32775c65626ea6cfbdf1bbffecab22c7b2ff244fe91981b3d8fa8688
 WHIRLPOOL 
e7548707b3bb8d3ac8fab749f826ae4db775ca03af2fd51b7fcecd7ba766b64065d18a6ded1b64e1e9aecd4e8ef3bb613dfd744eaf788ca227068bb20d444d62

diff --git a/app-shells/ksh/ksh-93.20160110.ebuild 
b/app-shells/ksh/ksh-93.20160110.ebuild
new file mode 100644
index ..9306af7
--- /dev/null
+++ b/app-shells/ksh/ksh-93.20160110.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs prefix eutils
+
+DESCRIPTION="The Original Korn Shell, 1993 revision (ksh93)"
+HOMEPAGE="http://www.kornshell.com/;
+
+COMMIT="c506cb548d9b4bcebef92c86e948657728760e15"
+SRC_URI="https://github.com/att/ast/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CPL-1.0 EPL-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND="!app-shells/pdksh"
+
+S="${WORKDIR}/ast-${COMMIT}"
+
+PATCHES=(
+   "${FILESDIR}"/ksh-prefix.patch
+   "${FILESDIR}"/cpp.patch
+)
+
+src_prepare() {
+   default
+
+   # Bug 238906.
+   sed -i -e 's,cd /tmp,cd "${TMPDIR:-/tmp}",' \
+   bin/package src/cmd/INIT/package.sh || die
+
+   eprefixify src/cmd/ksh93/data/msg.c
+}
+
+src_compile() {
+   tc-export AR CC LD NM
+   export CCFLAGS="${CFLAGS}"
+   sh bin/package flat only make ast-ksh SHELL=sh SHOPT_SYSRC=1 || die
+   # The build system doesn't exit properly
+   [[ -e bin/ksh ]] || die
+}
+
+src_install() {
+   into /
+   dobin bin/ksh
+   dosym ksh /bin/rksh
+   newman man/man1/sh.1 ksh.1
+}



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

2016-09-04 Thread Manuel Rüger
commit: 213d8afa29406de781efee684a45f86b611e2d07
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep  5 00:21:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep  5 00:21:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213d8afa

app-crypt/signing-party: Version bump to 2.4

Gentoo-Bug: 582070

Package-Manager: portage-2.3.0

 app-crypt/signing-party/Manifest |   1 +
 app-crypt/signing-party/signing-party-2.4.ebuild | 115 +++
 2 files changed, 116 insertions(+)

diff --git a/app-crypt/signing-party/Manifest b/app-crypt/signing-party/Manifest
index 55c9e69..e1fd54a 100644
--- a/app-crypt/signing-party/Manifest
+++ b/app-crypt/signing-party/Manifest
@@ -1,3 +1,4 @@
 DIST signing-party_1.1.11.orig.tar.gz 233965 SHA256 
90073c2c05a36c0fdbf4ffc8b06269a3245121f0c408762ff03ffcb65a3e457a SHA512 
788ee08e23b7ba45a5891638204452490be29ab9fd75e848ff3990bf1c1a052885eb41f0cca09bd299065c03d86ded07d7949e696587212b694c0ec2a2faf573
 WHIRLPOOL 
5af071c650c67febd6e1b7014694fcd4a2cd0408b614340da54ba575913bd96385385a6f57e609ccffd3e519f59b3eeb07a83b46fb039b938c5958d1eb35c88b
 DIST signing-party_1.1.4.orig.tar.gz 230259 SHA256 
3d135437540ad1e5b3bb209ee90896a6b9153170eb0e4c93d018c1952fb80fa1 SHA512 
935a192d8ce0057731b3422d217a90890dd97d9c84a3a46e3e4a2536f41e6752a44a86ba13db9b9a3e24a629dd6e78cb599a7999eeffea0a2b3b83b775dea36c
 WHIRLPOOL 
b5efdbd37d3277fd4fedc0938abcedada2c9a603bfdb1e93882e60abd698e4d4ef9535fde8d6c0c57818603e12507d911a150022fea5690b72eac66eecda803f
 DIST signing-party_2.2.orig.tar.gz 237612 SHA256 
ad5d06c6c58de17aee104b9cf2f3a954cd9b854e5a77c1a8b62cf0a67c63168f SHA512 
bf4b741364cf100f17047900e61c16a8df2f31a3143ce40de64afdb19b8ed251c716389661787988d03526ade4453e096b1d76fa51777e74d6fa84ecd2c5f09d
 WHIRLPOOL 
7fda0fe23951d7375d92bb22fdc5fd55d6415beea6f899e5b01b24d7d58ca6e8f0ca22805095cdb66ce82c80109802c5b452152cf2d994ee0a039f96405720e8
+DIST signing-party_2.4.orig.tar.gz 197731 SHA256 
02b3487ab80cb3030d33317ce1290c2700241fd2138f6768a49c63a55a6a62fe SHA512 
0ab18af70314839193d25053c6b3de31afba173ae70a39b84e19aad8ec4864bbd95f9b685b3bc807674310c35af2dc75145eb6eb9d03d6a0ce84ce45ac7f29c0
 WHIRLPOOL 
fb6892338c110751f7332905afd0336dae667104650a1bc10422111d169a398cfebbe2753202d8a64643eb0bd1a16bb0424b7e71be8651077985cbdb1bc51b99

diff --git a/app-crypt/signing-party/signing-party-2.4.ebuild 
b/app-crypt/signing-party/signing-party-2.4.ebuild
new file mode 100644
index ..986417e
--- /dev/null
+++ b/app-crypt/signing-party/signing-party-2.4.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs autotools
+
+DESCRIPTION="A collection of several tools related to OpenPGP"
+HOMEPAGE="http://pgp-tools.alioth.debian.org/;
+SRC_URI="mirror://debian/pool/main/s/signing-party/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   >=app-crypt/gnupg-1.3.92
+   app-crypt/libmd
+   dev-perl/GnuPG-Interface
+   dev-perl/Text-Template
+   dev-perl/MIME-tools
+   net-mail/qprint
+   >=dev-perl/MailTools-1.62
+   dev-perl/Net-IDN-Encode
+   virtual/mailx
+   virtual/mta
+   || (
+   dev-perl/libintl-perl
+   dev-perl/Text-Iconv
+   app-text/recode
+   )"
+S=$WORKDIR
+
+src_prepare() {
+   # app-crypt/keylookup
+   rm -r keylookup || die
+   # media-gfx/springgraph
+   rm -r springgraph || die
+
+   cd keyanalyze/pgpring || die
+   sed -i 's/AM_C_PROTOTYPES//' configure.ac || die
+   eautoreconf
+   cd "${WORKDIR}" || die
+
+   find . -name Makefile | xargs sed -i -e 's/CFLAGS:=/CFLAGS=/' -e 
's/CPPFLAGS:=/CPPFLAGS=/' -e 's/LDFLAGS:=/LDFLAGS=/'
+
+   sed -i 
"s:/usr/share/doc/signing-party/caff/caffrc.sample:${EPREFIX}/usr/share/doc/${P}/caff/caffrc.sample.gz:g"
 \
+   caff/caff || die
+   sed -i -e 's/automake[^ ]*/true/g' -e 's/autoconf[^ ]*/true/g' 
keyanalyze/Makefile || die
+   sed -i 's/make /\$(MAKE) /' keyanalyze/Makefile || die
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CPPFLAGS="${CPPFLAGS}" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   STRIP=true
+}
+
+src_install() {
+   # Check Makefile when a new tool is introduced to this package.
+   # caff
+   dobin caff/caff caff/pgp-clean caff/pgp-fixkey
+   docinto caff
+   dodoc caff/{README*,THANKS,TODO,caffrc.sample}
+   # gpgdir
+   dobin gpgdir/gpgdir
+   docinto gpgdir
+   dodoc gpgdir/{VERSION,LICENSE,README,INSTALL,CREDITS,ChangeLog*}
+   # gpg-key2ps
+   dobin gpg-key2ps/gpg-key2ps
+   docinto gpg-key2ps
+   dodoc gpg-key2ps/README
+   # gpglist
+   dobin gpglist/gpglist

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

2016-09-04 Thread Manuel Rüger
commit: 4f5d7148ffe3213865cd16676a2edaed4709157d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:43:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:43:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5d7148

dev-embedded/avrdude: Version bump to 6.3

Gentoo-Bug: 567658

Package-Manager: portage-2.3.0

 dev-embedded/avrdude/Manifest   |  3 ++
 dev-embedded/avrdude/avrdude-6.3.ebuild | 59 +
 2 files changed, 62 insertions(+)

diff --git a/dev-embedded/avrdude/Manifest b/dev-embedded/avrdude/Manifest
index 658c1f3..1f8fd85 100644
--- a/dev-embedded/avrdude/Manifest
+++ b/dev-embedded/avrdude/Manifest
@@ -1,9 +1,12 @@
 DIST avrdude-5.11.1.tar.gz 570880 SHA256 
52cd4586ec28e892407ae09e81bb8e719df08ee79acd88e5110fa890c82cec90 SHA512 
af0154a54011490194aabe5a3d4f40ebf33404d73d41d2c25f01f3f3606f5cdb4de9377b83dc19fc7743e448f8385e3602654deaea9ed5f8dd9f037c7fa53978
 WHIRLPOOL 
902eff357778e3944ec8c6ee90f3f619473726e9ebac4b1b6f8fc68c95dea529218db53140c533c7bb2775efbb92ee75df6123bb9cf4b561cf84dca8bc28685a
 DIST avrdude-6.0.1.tar.gz 692284 SHA256 
c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41 SHA512 
5d067c283b06e0e17b68bdcabc55ff848364c9d89aa2f9e95ef60b5b5c3f81418c2c416ef47e1c5895b27152f8b6c8f6e25e20af0c59d2a2e9a62e0da90c5905
 WHIRLPOOL 
b00460d49f0e08af5aa1e0b13d919afb0f1fcf04a6d3e3f411b6f7cc22ffcbaa4b1eeffddcc4c7a639ab37732e8f1c8e0b075131f35409946713d687a5dee669
 DIST avrdude-6.1.tar.gz 714595 SHA256 
9e98baca8e57cad402aaa1c7b61c8de750ed4f6fed577f7e4935db0430783d3b SHA512 
7d9d12f1597308dd059a1ab43dca31ad145601c59f8655d7edb596224a754694202c0838f2b907398f796ef7bed90c5dc6a58d811481dd775da1e07b842362de
 WHIRLPOOL 
714b13834b87ec759eb1d5c87848d7ff8a404dc0d1d8ab5dd5b98731de51302af2f01afbdb1a060d8ed92d158eabbf3ea656afc29ce9b865fb7c7574751e65a9
+DIST avrdude-6.3.tar.gz 909744 SHA256 
0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 SHA512 
b671008388d6a552e71066fec46429bc7f6639e8eac41113bcbba5a56212b78be31fcf04956b31e11c6b14888b0f6e825f7458395b9ff4fc28406074c7ded2b2
 WHIRLPOOL 
a5fbbd5ca348b52988d8a724ba5a5a2691812a57978a0fb05d21c4f392fe172c0253c934dba01c00f91091a7f22dc426a793098d2228c74d5a38f44dc5aba276
 DIST avrdude-doc-5.11.1.pdf 242953 SHA256 
2f017acf39bb64256f424671b0a839b2d7544639d1a57702d5de2cb4d534ed1d SHA512 
9250b304273857cb40550958765f97697fc4d0e500d5b58eca76f30215699f4f48db27e65eec7437e1d8f059f3162491c7cae535b76dfc474fd3bae8133616ae
 WHIRLPOOL 
5d59567f3f8c7e1e8d238a11fe7370a5ec5fafca1d815a82d52a50692032e774c077941c685dd8d2477b14d7c09ca85d2ac7a6baaa8f57c085c3f17a6c336f45
 DIST avrdude-doc-5.11.1.tar.gz 35915 SHA256 
62b645282bd87ffedeac4b94b15fb868dfbadfaa4a63373a25ede9c7c53d4217 SHA512 
baae5afb1596af1e4c8df321352bd4edb18095ecd3c7ad79c760200a8067573e92f3ce6300a3db518d44734cf8951a4c088835ca4aa6168c8725adddff640848
 WHIRLPOOL 
b2f3e74aac6b466ede0873b3f7b6b75ca8e2cb25ce7b94277a76e600200dabd9ae8640ce15f5ab64785da5fb0555152b29ce7c1b5332b7fd320c71295aa0fe2a
 DIST avrdude-doc-6.0.1.pdf 256686 SHA256 
9aa5fdda4c6eafb6b1df2b8097db61896a47a514d2e23dc7858608388607dc35 SHA512 
187809725916ea37a203f55ba44d8ef1f9af651413a75169a54465d367823cde008b7bcf77cd53937e1b0bbb1e33071e6f45564b2f03c31247bb666befe2126a
 WHIRLPOOL 
6b3fae078ba1972fb5368801b049f48ce6f457a1b221e1ccde0329a223a8b017b72f519d6ab1bfc3d2f5a19b57237335d9bc98cb8e373d18963ea632f079bde7
 DIST avrdude-doc-6.0.1.tar.gz 40339 SHA256 
19d4323bd3768ced807edf225d8129475ba83785ea0f74c29b6bfaddd459a7ef SHA512 
a9744784650751b8e601bb3fce45e3e0816db9971d7e32e5d7075997f4662a94ea38a3e372480b28f2e109c12e37914496077f2698946ffd92dea9d1fe8676f0
 WHIRLPOOL 
4bc3caef70a380e5ad8e792a53de04ed3b1236d4438b405370a528b8fa06342476b34a0487534a1bc16acb5ce32d82f9fc8db09e370dfc33c5306fe698278d19
 DIST avrdude-doc-6.1.pdf 259286 SHA256 
b1734f0cd718bfb83398bbb2c2e69c392694300b0e3b281d1c8c59b3d37f7599 SHA512 
97db435758e5d9d8173180dd860a28008b050988b81651b383b5b13ff081e79985b5b18c245a855221e773dbbe1dddbc2e69bf91211aae4429415b53be56d769
 WHIRLPOOL 
d9c7a786523260491edf1978f2bc540e6ca5ba677eb7a4cf0725037d9373e0e319d1e3c1136efaaed7f6d86caa2de5a1468de974e1c66621a82108ebfcf7edbf
 DIST avrdude-doc-6.1.tar.gz 41567 SHA256 
e34cd4282e86da0f791575fd1fd6db250524cf1c7b14952ddf1ccc113952b9de SHA512 
9a667c007203b577fce722beaf77b1b38e68de05ce256745fe3bd53397145aa3f2526b8ac8664c8192c368098d171704ba78d81cfcbe99384050702461f012bf
 WHIRLPOOL 
658e62d74c1d2b8f7f1dae316d8966d4136bd4e24853620bb07faab87b02c7d7d32bbe2406ba46700758584bc3e80a16e6cd1e247a5fd8280f80ad15f6daa5f4
+DIST avrdude-doc-6.3.pdf 255521 SHA256 
f3e7cc7557a111c181f3f04d2dab075e8341d78d7e7f8914b578198d18daca2f SHA512 
f33b15f6a9247f6646ba8a861f1e86f5d43b1b44438fb95bd53764a73f0c450f669dcb43b6b587390ddbc22dafa02758ddc330a7aab1651ccca7c8da8e00b755
 WHIRLPOOL 
b96fc0c1f24aeda248629b51516b024c66a3a4cb2ab177bdb56f2d3f01dadf4642c958eb7153f44e507404a1503ae84e0571eade5bc428bcc095fba51ff29a55
+DIST 

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

2016-09-04 Thread Manuel Rüger
commit: 99d342f2cbdac0768b9cb0c1e17184aad67c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:35:47 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:35:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d342f2

dev-python/vcrpy: Version bump to 1.10.0, add python3_5

Gentoo-Bug: 590538

Package-Manager: portage-2.3.0

 dev-python/vcrpy/Manifest|  1 +
 dev-python/vcrpy/vcrpy-1.10.0.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/dev-python/vcrpy/Manifest b/dev-python/vcrpy/Manifest
index 478fdeb..52a78ac 100644
--- a/dev-python/vcrpy/Manifest
+++ b/dev-python/vcrpy/Manifest
@@ -1,3 +1,4 @@
+DIST vcrpy-1.10.0.tar.gz 61035 SHA256 
f64ad26e06c3b45465044c03555bc69a077822432ab839118963229c4ef63e81 SHA512 
77049224b618a100d371df9441de1e9cb06b8c3d415be4f8b87da90a318986f705740ec19764c89eb937ff47f9dd1692d0a884403804b87db160604bddfb
 WHIRLPOOL 
ba48abce4344091f6fc795568e08a655e6b7f358f0af031218a036eb81761dbf5edf16c3834b12da2fa1a2cac33dea9940862d1bab68ad85c7adcb8399b7edbe
 DIST vcrpy-1.5.2.tar.gz 299525 SHA256 
ef3216e91ab3a51b67c44e0e4a8c50f6edcc812658da4c73ff32b1eb36a8a9bf SHA512 
2eccc061a1e90b03fb0688aac5566bdf96a7bfd6ffc34aa71af8395665cde8f183d02c5107572f1bbca0388c865c913f1b2a9c7b295c11be395dce20c4d5b761
 WHIRLPOOL 
49a0eb2d582003bebb788129d5f03a8d120d9752867d439a7394e7ed664b6a1b296d59d5a501e861cf3e78e4679c7a6e683843d75a0e512d0e4185da196f6081
 DIST vcrpy-1.7.3.tar.gz 164928 SHA256 
d10f10eb23f7a662ff6c637f2fd57bfed29d62a0211dfd6802767cfc5f0716a1 SHA512 
338d168436438d13af09e969bb2bdfd49b62fe12f78b3899fd423c3221a0d194bb2c53e660d1e5fabd76dff27ba6eca1c5052e0bd40a995929de56614bbe13cd
 WHIRLPOOL 
19e34d7ed9ea5ec99a34595f5f38859befe34ca33a0b853550c106ab91b891dde62ca1b1291a903cd17c8c96d81cd55536868dfe5486b5e716ded5685e5b3eb2
 DIST vcrpy-1.7.4.tar.gz 191306 SHA256 
c558f50c20ec7a3e5d5d71c0e9701518dff959736f2a8e7f1f98798354e44e6e SHA512 
978c881a694368e9382d6426f990a844910afb6be5226e98a10d2848e09e8c90ffc35250013b5f470577ea6565117d728673456c88aa871444d5db84892a
 WHIRLPOOL 
222b2b2147510cce9ecf18cfb4366f4ccaaf861485b96bd8ed560a9a87d9e5edcf92b265cc65adbf5d59d4462ed6d44d96521f1b981690752fe1fd9f88fc8eb2

diff --git a/dev-python/vcrpy/vcrpy-1.10.0.ebuild 
b/dev-python/vcrpy/vcrpy-1.10.0.ebuild
new file mode 100644
index ..f95556b
--- /dev/null
+++ b/dev-python/vcrpy/vcrpy-1.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically mock your HTTP interactions to simplify and speed 
up testing"
+HOMEPAGE="https://github.com/kevin1024/vcrpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+#SRC_URI="https://github.com/kevin1024/vcrpy/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/contextlib2[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/six-1.5[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/wrapt[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+   $(python_gen_cond_dep 'dev-python/contextlib2[${PYTHON_USEDEP}]' 
python2_7)
+   "
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   )"
+
+# Calls to the net
+RESTRICT=test
+
+python_test() {
+   py.test -vv -x || die
+}



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

2016-09-04 Thread NP Hardass
commit: af3ddc58979d8047be8ab156115e5bf4853ea76e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 22:26:42 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 22:26:42 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=af3ddc58

mate-extra/mate-screensaver:  Version bump to 1.14.1

Package-Manager: portage-2.3.0

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

diff --git a/mate-extra/mate-screensaver/Manifest 
b/mate-extra/mate-screensaver/Manifest
index f4578e4..53b9358 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,2 +1,3 @@
 DIST mate-screensaver-1.10.2.tar.xz 4888108 SHA256 
19b79dc4b4b5a6dcd407daf5b8f310b6da8210445a6271d265458e79a58d539d SHA512 
474d0db2aa42bce2ab6185badc8a10d921ec1450d2b873c167047e7f29d5f9d5dd3ef608f8a9d232221fc4be82171343cba45c5598cb745b38d85f5baf900f47
 WHIRLPOOL 
7ba45db491251942ce0373a80a47268a0c2c9f5315495d3621174a07b580722a785193da7f2a47bf0c65f22312c91813480205e1ad9117b1d36c04fbab5994ff
 DIST mate-screensaver-1.12.0.tar.xz 4868924 SHA256 
198cb5159bd6321c90e0069115909be52eb4382de25cb9c4ba33fa29e3fdc693 SHA512 
01bdef496560eb8e9118b0ff66863568aaa6df872e7947d0a92fe9fcb1d305618b28928ea95c65a3367e3e4e79e9bdab7a8266287c8e3db2a5210b955d412c8d
 WHIRLPOOL 
2cf7db69a1609cd785eef50c070743722cd190633a3b34b4cc87c11aa46164106a785dd027e728121e18a671c1b36cd5d20d30f232011a1ac6a4ff5f37953dc4
+DIST mate-screensaver-1.14.1.tar.xz 4912772 SHA256 
e903932d9e3b01b527abf8b4957d68797afd1b6b035854bcbbd5e4e6934da5c6 SHA512 
28b5834450da9d7d2fd3a77504f244e69212e751435bd41a957f30a5231db312dba37ee39442c63a40098bb3d1e1fade81ea423f9d59b29fc5d1201522d1d8f8
 WHIRLPOOL 
c39b1f2ee9bb3082a038c765c9c007c500470ab4c73d5221d3d5e49de9c54fa950e9eeabec9f02f4791f7ade984076574ad8c25357af43bf5ff39d3623cff74b

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



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

2016-09-04 Thread Manuel Rüger
commit: 967fff7e50b52c333dfb634bd5504d74cefd72f8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:05:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:05:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967fff7e

app-editors/retext: Update dependencies

Package-Manager: portage-2.3.0

 app-editors/retext/retext-4.1.3.ebuild | 4 ++--
 app-editors/retext/retext-5.3.1.ebuild | 2 +-
 app-editors/retext/retext-.ebuild  | 5 +++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-editors/retext/retext-4.1.3.ebuild 
b/app-editors/retext/retext-4.1.3.ebuild
index 501c5dd..b494014 100644
--- a/app-editors/retext/retext-4.1.3.ebuild
+++ b/app-editors/retext/retext-4.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,7 +32,7 @@ IUSE="+spell"
 RDEPEND+="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/markups[${PYTHON_USEDEP}]
+   

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

2016-09-04 Thread Manuel Rüger
commit: 7c219b1210616d9761d9163479a6e624c175c9e5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:01:42 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:01:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c219b12

dev-python/markups: Remove old

Package-Manager: portage-2.3.0

 dev-python/markups/Manifest |  3 ---
 dev-python/markups/markups-0.6.1.ebuild | 38 -
 dev-python/markups/markups-0.6.3.ebuild | 38 -
 dev-python/markups/markups-1.0.0.ebuild | 32 ---
 4 files changed, 111 deletions(-)

diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index be2fb56..5c2010a 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -1,6 +1,3 @@
 DIST Markups-0.2.4.tar.gz 8827 SHA256 
0aab138698035e699fad1c88bebb3fa5e90a1876bc7d8fefb3491513fe13f16b SHA512 
369eda02474f723d694bc0518324afde9f5baef02719448abb420a77d58cf1543939e6d38aa1db531d4214dc4cd4c47b29d79fa7a23b33b4ae74b45ad2ec52c7
 WHIRLPOOL 
1118723f5b9725b68d052e2496ccee414782bd6cceaedc49f9c2918c4055145fb95d49cf962c46eb669ab7a3a8659b86ed54fa5b99f6ac91266cebc4ecf01b10
-DIST Markups-0.6.1.tar.gz 19116 SHA256 
1f3d6f7b85ac9ddcb936b8b2b6fa15a42ddc9dfc22a075d83d9160b5d59f6d84 SHA512 
f1354af48aadb43459e8f0c2013d283c4f6170f608c4ca4a2dd21e77c6fc2383bd6a1631efc9a8878c4a0ba59249528222ba01d1a38ed3f02c6890d42c6afdb9
 WHIRLPOOL 
2db23d6cb9a282eb461a6ff49b21d1e1a57b6bc970739413efe4bbffdff6bc55d076db4546f0ff458c9cd8b66c389daa21e9cad7341d614109891c9a2b46acc2
-DIST Markups-0.6.3.tar.gz 19285 SHA256 
e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef SHA512 
61b3921595628f577d335c9eb7e405435c1547a6d5d06396e4181a0f3ac0bce8f5a72b5c51568ceeec96c86524ec4baa1cbcb807f545a630a87d807b9e12c97b
 WHIRLPOOL 
9aad9486e57831fbca7124cb06dc84fd69df3036d7f08e8168b9969e83b58a32250cb82c90b70344f60d30c03fb3c7171f698fb8ba6ea23f5c296bb6d8b80ba2
-DIST Markups-1.0.0.tar.gz 14841 SHA256 
4d618b2af5c37fa0e4ae2e0798a87505d1e94f9eb78d0db6b893df1f91c37ec2 SHA512 
081eb12d30de6c88a6e8a985326e1135fa7346ed5d625364565c53010557ea73a0411ae29e6b9fa4223c5c93bd5abbdcc3ce8dfc36d5bff69a144f865d59b965
 WHIRLPOOL 
c2b94bff742478d65c384891facefecb99527b32301aafb3c976e6cfef12d21bf014143f8254d2e302175336ff664d13e134c9448eb21eb101ba15726c3377a5
 DIST Markups-1.0.1.tar.gz 14894 SHA256 
74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee SHA512 
f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31
 WHIRLPOOL 
f5bf7700b76dcad18aba9ec5503ba9516e8e7f8a34577b55b423531c9f88ee547690a90e8043997651fe36516c9990a6de103f8268c4fcf768f4605d8982829f
 DIST Markups-2.0.0.tar.gz 16772 SHA256 
5639ddd76d74e0a5335e5b66ff2f1b3f9a9f0ab6eeff76a1003f59ed0ec2b721 SHA512 
8ccd348efea68678bfb7f47bd13da2729f95a5b5a8d44f11239dbb86b8224867cb1197e46d875ab9a0ba914be004bdc9aa6848b1e6549dc53b12e06040fe
 WHIRLPOOL 
0f47974c498e3088e6af022eeff9478f6602df0cc509c3f04935005fc61e6abd431bdb581f4442f7b06cd86366a96590d04c75642698bc6abbc86679b97768c3

diff --git a/dev-python/markups/markups-0.6.1.ebuild 
b/dev-python/markups/markups-0.6.1.ebuild
deleted file mode 100644
index f481e19..
--- a/dev-python/markups/markups-0.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
-
-inherit distutils-r1
-
-MY_PN="Markups"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A wrapper around various text markups"
-HOMEPAGE="https://pypi.python.org/pypi/Markups;
-SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"/${MY_P}
-
-DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   pushd tests > /dev/null
-   for test in test_*.py ; do
-   local testName="$(echo ${test} | sed 
's/test_\(.*\).py/\1/g')"
-   if [[ ${testName} == "web" ]]; then
-   $(python_is_python3) || continue
-   fi
-   einfo "Running test '${testName}' with '${EPYTHON}'."
-   ${EPYTHON} ${test} || die "Test '${testName}' with 
'${EPYTHON}' failed."
-   done
-   popd tests > /dev/null
-}

diff --git a/dev-python/markups/markups-0.6.3.ebuild 
b/dev-python/markups/markups-0.6.3.ebuild
deleted file mode 100644
index f481e19..
--- a/dev-python/markups/markups-0.6.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
-
-inherit distutils-r1
-
-MY_PN="Markups"
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A wrapper around 

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

2016-09-04 Thread Manuel Rüger
commit: 4920e92e52a3b26da9bb326d7548ea8c17944429
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:01:11 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:01:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4920e92e

dev-python/markups: Version bump

Package-Manager: portage-2.3.0

 dev-python/markups/Manifest |  1 +
 dev-python/markups/markups-2.0.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
index de693d8..be2fb56 100644
--- a/dev-python/markups/Manifest
+++ b/dev-python/markups/Manifest
@@ -3,3 +3,4 @@ DIST Markups-0.6.1.tar.gz 19116 SHA256 
1f3d6f7b85ac9ddcb936b8b2b6fa15a42ddc9dfc2
 DIST Markups-0.6.3.tar.gz 19285 SHA256 
e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef SHA512 
61b3921595628f577d335c9eb7e405435c1547a6d5d06396e4181a0f3ac0bce8f5a72b5c51568ceeec96c86524ec4baa1cbcb807f545a630a87d807b9e12c97b
 WHIRLPOOL 
9aad9486e57831fbca7124cb06dc84fd69df3036d7f08e8168b9969e83b58a32250cb82c90b70344f60d30c03fb3c7171f698fb8ba6ea23f5c296bb6d8b80ba2
 DIST Markups-1.0.0.tar.gz 14841 SHA256 
4d618b2af5c37fa0e4ae2e0798a87505d1e94f9eb78d0db6b893df1f91c37ec2 SHA512 
081eb12d30de6c88a6e8a985326e1135fa7346ed5d625364565c53010557ea73a0411ae29e6b9fa4223c5c93bd5abbdcc3ce8dfc36d5bff69a144f865d59b965
 WHIRLPOOL 
c2b94bff742478d65c384891facefecb99527b32301aafb3c976e6cfef12d21bf014143f8254d2e302175336ff664d13e134c9448eb21eb101ba15726c3377a5
 DIST Markups-1.0.1.tar.gz 14894 SHA256 
74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee SHA512 
f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31
 WHIRLPOOL 
f5bf7700b76dcad18aba9ec5503ba9516e8e7f8a34577b55b423531c9f88ee547690a90e8043997651fe36516c9990a6de103f8268c4fcf768f4605d8982829f
+DIST Markups-2.0.0.tar.gz 16772 SHA256 
5639ddd76d74e0a5335e5b66ff2f1b3f9a9f0ab6eeff76a1003f59ed0ec2b721 SHA512 
8ccd348efea68678bfb7f47bd13da2729f95a5b5a8d44f11239dbb86b8224867cb1197e46d875ab9a0ba914be004bdc9aa6848b1e6549dc53b12e06040fe
 WHIRLPOOL 
0f47974c498e3088e6af022eeff9478f6602df0cc509c3f04935005fc61e6abd431bdb581f4442f7b06cd86366a96590d04c75642698bc6abbc86679b97768c3

diff --git a/dev-python/markups/markups-2.0.0.ebuild 
b/dev-python/markups/markups-2.0.0.ebuild
new file mode 100644
index ..0aa4dba
--- /dev/null
+++ b/dev-python/markups/markups-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+MY_PN="Markups"
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A wrapper around various text markups"
+HOMEPAGE="
+   http://pythonhosted.org/Markups/
+   https://github.com/retext-project/pymarkups
+   https://pypi.python.org/pypi/Markups;
+SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}"/${MY_P}
+
+DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   ${EPYTHON} -m unittest discover -s tests -v || die
+}



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

2016-09-04 Thread Manuel Rüger
commit: f090dfcbc790dca9c27110323237a8c6abe36914
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep  4 22:02:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep  4 22:02:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f090dfcb

app-editors/retext: Remove old

Package-Manager: portage-2.3.0

 app-editors/retext/Manifest|  1 -
 app-editors/retext/retext-5.3.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-editors/retext/Manifest b/app-editors/retext/Manifest
index 126cbee..e0ef187 100644
--- a/app-editors/retext/Manifest
+++ b/app-editors/retext/Manifest
@@ -1,3 +1,2 @@
 DIST ReText-4.1.3.tar.gz 129283 SHA256 
bb4409982d27ac62cab01b0748fe41d9c6660853668b350f3369e76d155edd6c SHA512 
d2b3fa901afa9870f6cecc7ab3126b91f1420ca1b14ddd4f609c2ada7121388840b5be679914694664f3bbf876ee8522aa6b0c82a23f837844f788fa10a46323
 WHIRLPOOL 
3be71e5d7ec612ae4e4fec17ca544f6d0e7cb7421fcdeb517d3c13156ed07f5e5e7c3e352cf604bfb5f2287964fdc173a1bac0eeab41ee1cda8b265ad0f57686
-DIST ReText-5.3.0.tar.gz 160163 SHA256 
9ec0cee93e6731fbf00b86574cb47c3132f62291e762f5e47258a3171bfdd21d SHA512 
d6ff8e61b1e13de72c5d1741795fddb3a1ba443b2aa6aba6ca933ae38e09c8dac38085bfd73e0c1773dec9a72df1f08d64ef22d2396694530bade6ff8a485223
 WHIRLPOOL 
98537b5244a583c04604a6b1626a3813b6506dfefda6d40c85aaae076b30c7e14a0b8a363e431d9bd5ceea41a31f07785663a018bbdae1dc897a29eec22c99c1
 DIST ReText-5.3.1.tar.gz 159669 SHA256 
515b1aaa57615453f8933f997753072a5c4691793da2280e70d1b333b53904c6 SHA512 
76c6f78c10129e4845de819fa6db3deff5441a25331fd3dadbdfeb766caa453f21214f82e6625c919cc8be2fcfdfada970cae32837bb8904c3702dda19890628
 WHIRLPOOL 
5c2db75c2b2f23419bc2803849f6b7a69f3540911c6e53f46a46baffd150a9a0db75d0343361963a53bcc1a6da4534eb72d99068a26c13c1551b6188ab81f67a

diff --git a/app-editors/retext/retext-5.3.0.ebuild 
b/app-editors/retext/retext-5.3.0.ebuild
deleted file mode 100644
index f033298..
--- a/app-editors/retext/retext-5.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4} )
-
-PLOCALES="ca cs cy da de es et eu fr hu it ja pl pt pt_BR ru sk sr sr@latin uk 
zh_TW"
-
-inherit distutils-r1 l10n
-
-MY_PN="ReText"
-MY_P="${MY_PN}-${PV/_/~}"
-
-DESCRIPTION="Simple editor for Markdown and reStructuredText"
-HOMEPAGE="https://github.com/retext-project/retext 
https://github.com/retext-project/retext/wiki;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+spell"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/markups[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   
dev-python/PyQt5[gui,network,printsupport,webkit,widgets,${PYTHON_USEDEP}]
-   spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )
-"
-
-S="${WORKDIR}"/${MY_P}
-
-remove_locale() {
-   find "${ED}" -name "retext_${1}.qm" -delete || die "Failed to remove 
locale ${1}."
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   l10n_for_each_disabled_locale_do remove_locale
-
-   make_desktop_entry ${PN} "${MY_PN} Editor" ${PN} 
"Development;Utility;TextEditor"
-}



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

2016-09-04 Thread NP Hardass
commit: 84f1c621e00b48fed7d455634271e31a8349e53a
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 21:12:45 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 21:19:16 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=84f1c621

x11-themes/mate-themes: Bump to 3.20.11, 3.22.2, and 3.22.

Package-Manager: portage-2.3.0

 x11-themes/mate-themes/Manifest|  2 +
 x11-themes/mate-themes/mate-themes-3.20.11.ebuild  | 58 ++
 x11-themes/mate-themes/mate-themes-3.22.2.ebuild   | 58 ++
 .../mate-themes/mate-themes-3.22..ebuild   | 58 ++
 4 files changed, 176 insertions(+)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 8301a10..8d95b93 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,3 +1,5 @@
 DIST mate-themes-3.16.3.tar.xz 4304720 SHA256 
5ab8e1d2093993c9f87061289b51c431a5a1c303793c69e1abcaa9b38dbedab8 SHA512 
6edaec87c830bb88b9500ec106259e62767bc333d75bc4025866c42700c4cf8e2be0ab6c9d6b9518c5d89a5fc6cfc928eac3102c4354ef4cdd181f1e30eb5dfc
 WHIRLPOOL 
825d309e002182fc8a59dc2a907a431b0e8d76d9918d6ca8d2a87d5f21eb54f86d4493649eecfc857cec55f7840d438e47aff7c4ba72c83aa64d5e0a97d30744
 DIST mate-themes-3.18.3.tar.xz 4326564 SHA256 
c5628cf8b8e48bc3821fac68ec9d1d39f7e2b2b1f7acc23b2fa95a69e5a66f27 SHA512 
7138c1e49b843116812e43ce723af57845bfef9d2e1ff7f455c57f02f613b0a8ef7da6f641ac76dbf8209207d75327c1e101f09e8ac76b4ffa497c0a6167fa39
 WHIRLPOOL 
6c4ea6548669dbbfcaea04cac71719ef6676321a83577ad84b6c95516ede1c75ca37aada98a514dbcc6f3fcfc943b712eb57bbfd03da6e2cabd348c67d98cf3d
 DIST mate-themes-3.20.10.tar.xz 4254436 SHA256 
91c114fcb14979d88dae76a7e2e3b37f439f5daf0dd8a492c17a6174638b102e SHA512 
23f3e26c914480e85a4d1792e81885f720042c46b6850bc0096cea5d59112ed22f83fa79d4fb85a96d1b4210c5021179e8ac7cd1a3cfe4f640d1573349cf0895
 WHIRLPOOL 
d78dc5f607802be1885a4942e72b0cd7d068a60c4e87ce44f70fdf9cd65f27491befba55fb0f848b0bd972b3925c0d54dcc28dc49c66e9ccb911f3e88ac6181e
+DIST mate-themes-3.20.11.tar.xz 4252692 SHA256 
b81845c2b1a7f4dfb273982d2380fbdb53d124dfd5b91018c620db9282c5c3b2 SHA512 
9c437385be1e4476d6ec5caf2dd1170c3dc700f19eb00108edfc45ca9c8a9b63ffa0f71da3b411c1f6546963b47efee28cb3a99fe5e9d9d61a4dbb65fc129c8c
 WHIRLPOOL 
41f2b3a174132780334aae2f14dd384aad23c1ffc2df0330c9319e1466bf7feea324a26aed62df376e43a136956691c78f6b0f2d3c461e47532870840717f962
+DIST mate-themes-3.22.2.tar.xz 4260356 SHA256 
979aa71069571160f7928f8a6e8ccfbd1045d6e220807d2d2d41027cce7b2446 SHA512 
f3f41c99ac3e179831bcfe5518907d963dc4351816acabdef00713ed135269e7234f84fd2a2ca896f0e929203eb4f252377178c00f045d51c88cadbf82ced296
 WHIRLPOOL 
0d46ea47404ea34fbdec724c2bbf05aa087cc5d2d5584abefa33a40333d649d6cf370ae5ea6c7979d8a9edb17e31eb2e0705d2b0eb55c6484d270e3addce76da

diff --git a/x11-themes/mate-themes/mate-themes-3.20.11.ebuild 
b/x11-themes/mate-themes/mate-themes-3.20.11.ebuild
new file mode 100644
index 000..860416d
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.20.11.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2-utils versionator
+
+MATE_GTK_V="$(get_version_component_range 1-2)"
+MATE_GTK_NV="3.$(( ${MATE_GTK_V#3.} + 1 ))" #variable to allow negation of 
=$P-1*
+
+if [[ ${PV#${MATE_GTK_V}.} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mate-desktop/${PN}.git;
+   EGIT_BRANCH="gtk${MATE_GTK_V}"
+else
+   
SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+HOMEPAGE="http://mate-desktop.org;
+DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
+LICENSE="LGPL-2.1"
+SLOT="0/${MATE_GTK_V}"
+
+RDEPEND="
+   >=x11-libs/gdk-pixbuf-2:2
+   >=x11-libs/gtk+-2:2
+   !=x11-libs/gtk+-${MATE_GTK_NV}:3
+   >=x11-themes/gtk-engines-2.15.3:2
+   x11-themes/gtk-engines-murrine"
+
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.35:*
+   sys-devel/gettext:*
+   >=sys-devel/autoconf-2.53:*
+   >=x11-misc/icon-naming-utils-0.8.7:0
+   virtual/pkgconfig:*"
+
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/x11-themes/mate-themes/mate-themes-3.22.2.ebuild 
b/x11-themes/mate-themes/mate-themes-3.22.2.ebuild
new file mode 100644
index 000..860416d
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.22.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2-utils versionator
+

[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: x11-themes/mate-themes-meta/

2016-09-04 Thread NP Hardass
commit: fd3c72356e1419ea71f3f449ecc38fbd7e6668c2
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 21:18:21 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 21:19:16 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=fd3c7235

x11-themes/mate-themes-meta: Add support for gtk+-3.22

Package-Manager: portage-2.3.0

 .../{mate-themes-meta-3.ebuild => mate-themes-meta-3-r1.ebuild}   | 4 
 x11-themes/mate-themes-meta/mate-themes-meta-.ebuild  | 4 
 2 files changed, 8 insertions(+)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
similarity index 89%
rename from x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
rename to x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
index 357e3de..e0fa9fc 100644
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3.ebuild
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-3-r1.ebuild
@@ -37,4 +37,8 @@ RDEPEND="|| (
=x11-libs/gtk+-3.20*:3
=x11-themes/mate-themes-3.20${MATE_THEMES_V}:0/3.20
)
+   (
+   =x11-libs/gtk+-3.22*:3
+   =x11-themes/mate-themes-3.22${MATE_THEMES_V}:0/3.22
+   )
)"

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-.ebuild
index 357e3de..e0fa9fc 100644
--- a/x11-themes/mate-themes-meta/mate-themes-meta-.ebuild
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-.ebuild
@@ -37,4 +37,8 @@ RDEPEND="|| (
=x11-libs/gtk+-3.20*:3
=x11-themes/mate-themes-3.20${MATE_THEMES_V}:0/3.20
)
+   (
+   =x11-libs/gtk+-3.22*:3
+   =x11-themes/mate-themes-3.22${MATE_THEMES_V}:0/3.22
+   )
)"



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

2016-09-04 Thread Ettore Di Giacinto
commit: 38b878fa33873a794a10d4460783d344244a9328
Author: mudler  sabayon  org>
AuthorDate: Sun Sep  4 21:05:09 2016 +
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Sun Sep  4 21:05:09 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=38b878fa

mate-base/mate-control-center: Version bump to 1.14.1, update  deps

Package-Manager: portage-2.2.26

 mate-base/mate-control-center/Manifest  | 1 +
 ...ate-control-center-.ebuild => mate-control-center-1.14.1.ebuild} | 0
 mate-base/mate-control-center/mate-control-center-.ebuild   | 2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mate-base/mate-control-center/Manifest 
b/mate-base/mate-control-center/Manifest
index 4a3bb62..949c24c 100644
--- a/mate-base/mate-control-center/Manifest
+++ b/mate-base/mate-control-center/Manifest
@@ -1,2 +1,3 @@
 DIST mate-control-center-1.10.2.tar.xz 1292432 SHA256 
9ae8ddfb622305a02b8463f362fda90bc49096ad9b3dbeedf9b2b71efdb9129d SHA512 
67c05300d7e7ef01fa2ae3e65623ce26a1e0da6a3d88c1557cdea5c9b37d5ca3f38a4ff8fe4c1f6ab59bffd9a3ac86bf19f93cf9470e4f5cc94e391e0f619878
 WHIRLPOOL 
144ddff87e9a44f955fce499d51c81e30b8b11dc556783de83af0c962c269a453a3f34c84ab140a736235d85136c8150e9d5fd68bc5723f1db1183545bdb16ad
 DIST mate-control-center-1.12.1.tar.xz 1304732 SHA256 
851f08e69ec8f513b8971262a439c83ef837b2a7467690313672b6a9d9a179fb SHA512 
402353c993b2420666803a273923b161cd3fff74b07e02f3dd9a80baea47278ca5c10a5baec673818390174a9f0b5c2d8db81c653f48c411cf5f53cc2dce
 WHIRLPOOL 
88a7d704f1e0665d45fa2f4b51c9c588fff1040dc8190fd60548fd49254f98f01ef2cde3e51abf995f88acf6c0c4f40f4d7694927fe028b4b97ea6a6f9dfb461
+DIST mate-control-center-1.14.1.tar.xz 1371360 SHA256 
b06deae1feb449a3f3debe27a2a406e64561d68bea7af0bcd311bf5d7dd5641b SHA512 
c871486e69174801e6b509848ae416e1b9aa55ca21ea796f7bc9e408ad59d0dfe5feafde59258c8d0019448b620af2fbd73b75cc644c5dc7b031237e3170a30b
 WHIRLPOOL 
ea73aa7f726280b4e900d7fdebfe05dd303a901a07ff1c8ac858d35c1ebbfedfd317771ae1896338f70d1babcc7dc25d30066dd0943a2c8061107b0587a7

diff --git a/mate-base/mate-control-center/mate-control-center-.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.14.1.ebuild
similarity index 100%
copy from mate-base/mate-control-center/mate-control-center-.ebuild
copy to mate-base/mate-control-center/mate-control-center-1.14.1.ebuild

diff --git a/mate-base/mate-control-center/mate-control-center-.ebuild 
b/mate-base/mate-control-center/mate-control-center-.ebuild
index e07c4a5..9ce52d8 100644
--- a/mate-base/mate-control-center/mate-control-center-.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-.ebuild
@@ -26,7 +26,7 @@ COMMON_DEPEND="
>=gnome-base/dconf-0.13.4:0
>=gnome-base/librsvg-2.0:2
>=mate-base/libmatekbd-1.6[gtk3(-)=]
-   >=mate-base/mate-desktop-1.11[gtk3(-)=]
+   >=mate-base/mate-desktop-1.15.1[gtk3(-)=]
>=mate-base/caja-1.8[gtk3(-)=]
>=mate-base/mate-menus-1.6
>=mate-base/mate-settings-daemon-1.13.1[gtk3(-)=]



[gentoo-commits] data/api:master commit in: files/overlays/

2016-09-04 Thread Michał Górny
commit: dfc6ddc4f9959aaad6eb58935c1a86b0cba0ecc1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  4 20:47:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  4 20:47:19 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=dfc6ddc4

repositories: Add robert7k, #592646

 files/overlays/repositories.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 9775c4b..219b3ce 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3852,6 +3852,16 @@ FIN
 https://github.com/sandikata/ROKO__/commits/master.atom
   
   
+robert7k
+personal overlay of robert7k
+https://github.com/robert7k/gentoo-overlay
+
+  gentoo.bugzilla.2...@r123.de
+
+https://github.com/robert7k/gentoo-overlay.git
+https://github.com/robert7k/gentoo-overlay/commits/master.atom
+  
+  
 ros-overlay
 Ebuilds for the Robot Operating System (ROS).
 https://github.com/ros/ros-overlay



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

2016-09-04 Thread Ettore Di Giacinto
commit: 38f3220243363d347c36a3079c7bf4d2ff501cc1
Author: mudler  sabayon  org>
AuthorDate: Sun Sep  4 20:18:16 2016 +
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Sun Sep  4 20:18:16 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=38f32202

x11-misc/mate-notification-daemon: Version bump 1.14.1, update  drop gtk3

Package-Manager: portage-2.2.26

 x11-misc/mate-notification-daemon/Manifest |  1 +
 ...9.ebuild => mate-notification-daemon-1.14.1.ebuild} |  0
 .../mate-notification-daemon-.ebuild   | 18 +-
 3 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index f267c7b..265c979 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST mate-notification-daemon-1.10.2.tar.xz 304100 SHA256 
f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 SHA512 
6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc
 WHIRLPOOL 
fba269bdf8a0ad37889b9ebaf4d2da95835187714ce958989ca76471a82afdd1ed4970fe520936d59b8a961988b05f557cce32235e4a37eae355b980045b1b1b
 DIST mate-notification-daemon-1.12.1.tar.xz 304752 SHA256 
856bad2bb90e2b7d1124c0ae197c07a321b3cc2767897b3e6b78e59a3096a7dd SHA512 
ce9cd1737cc70b0e17fa856730b51747f78bb40639ff58e205a3f1432edf53aba38442d59b7a4fca6ff460cbdc6c611c0a05a46bbf5db92db0ce5e714e19daae
 WHIRLPOOL 
b925ac68692f1535bc57bed23f9c19239583c5ca674e5f6493223d31ff6be6ca2bb94b89cdb12baa0eafcaad1cf1c3d6df7ee717b71730b6947be0c0c81a22cd
+DIST mate-notification-daemon-1.14.1.tar.xz 336196 SHA256 
8ddefb29d5fe626787fba29d4e76993b5e0efcbd36b2bb9aa2faa1cd64f732fd SHA512 
6913e0a7891726fb2f4098b4c7ba578344d29960e6d27a9fa917687f745aedb9482fb65ea9c6d8816a0c8e505ef586f13ac08b010e558b6557e14e8961b1c1f6
 WHIRLPOOL 
ba9fe7f7e30d2a92b93c51a1564414c27ad5533a3dd5d5c5946c697d6d2c3fc0ed586bf051b65a6d06852b08517ca60a262946cfb6f4b415b0a9459307c0ec2a

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.14.1.ebuild
similarity index 100%
copy from x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild
copy to x11-misc/mate-notification-daemon/mate-notification-daemon-1.14.1.ebuild

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild
index df6f6e1..5e6f477 100644
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="MATE Notification daemon"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="gtk3"
+IUSE=""
 
 COMMON_DEPEND="dev-libs/atk:0
>=dev-libs/dbus-glib-0.78:0
@@ -27,16 +27,9 @@ COMMON_DEPEND="dev-libs/atk:0
>=x11-libs/libnotify-0.7:0
x11-libs/libX11:0
virtual/libintl:0
-   !gtk3? (
-   >=x11-libs/gtk+-2.24:2
-   >=x11-libs/libwnck-1:1
-   >=media-libs/libcanberra-0.4:0[gtk]
-   )
-   gtk3? (
-   >=x11-libs/gtk+-3.0:3
-   >=x11-libs/libwnck-3:3
-   >=media-libs/libcanberra-0.4:0[gtk3]
-   )
+   >=x11-libs/gtk+-3.14:3
+   >=x11-libs/libwnck-3:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
!x11-misc/notify-osd:*
!x11-misc/qtnotifydaemon:*
!x11-misc/notification-daemon:*"
@@ -51,8 +44,7 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig:*"
 
 src_configure() {
-   mate_src_configure \
-   --with-gtk=$(usex gtk3 3.0 2.0)
+   mate_src_configure
 }
 
 src_install() {



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

2016-09-04 Thread David Seifert
commit: 26f72f659dbd580faad7c9698b74668de2424250
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Sun Sep  4 19:59:04 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 20:17:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f72f65

media-video/syncplay: fix library path in patch

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

Signed-off-by: David Seifert  gentoo.org>

 media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch 
b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
index 9348b92..b72d42b 100644
--- a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
+++ b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
@@ -48,7 +48,7 @@ index c52c09a..725e70e 100644
-mkdir -p $(BIN_PATH)
cp syncplayClient.py $(BIN_PATH)/syncplay
 -  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay
-+  sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' 
$(BIN_PATH)/syncplay
++  sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay
chmod 755 $(BIN_PATH)/syncplay
cp syncplayClient.py $(LIB_PATH)/syncplay/
cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
@@ -73,7 +73,7 @@ index c52c09a..725e70e 100644
-mkdir -p $(BIN_PATH)
cp syncplayServer.py $(BIN_PATH)/syncplay-server
 -  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
-+  sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
++  sed -i -e 's%# libpath%site.addsitedir\("${PREFIX}/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
chmod 755 $(BIN_PATH)/syncplay-server
cp syncplayServer.py $(LIB_PATH)/syncplay/
cp resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/



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

2016-09-04 Thread David Seifert
commit: e3813844624d2d93ebff79fcd800fe6e516d9063
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Sat Sep  3 16:13:01 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 20:14:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3813844

app-misc/ddctool: New package

ddctool primarily uses DDC/CI (Display Data Channel Command Interface)
to communicate with monitors implementing MCCS (Monitor Control Command
Set) over I2C. Normally, the video driver for the monitor exposes the
I2C channel as devices named /dev/i2c-n. Alternatively, there is initial
support for monitors (such as Apple displays) that implement MCCS using
a USB connection.

Package-Manager: portage-2.3.0

Signed-off-by: Jonathan Scruggs (j.scruggs  gmail.com)
Closes: https://github.com/gentoo/gentoo/pull/2201
Signed-off-by: David Seifert  gentoo.org>

 app-misc/ddctool/Manifest |  1 +
 app-misc/ddctool/ddctool-0.4.2.ebuild | 79 +++
 app-misc/ddctool/metadata.xml | 32 ++
 3 files changed, 112 insertions(+)

diff --git a/app-misc/ddctool/Manifest b/app-misc/ddctool/Manifest
new file mode 100644
index ..d413b27
--- /dev/null
+++ b/app-misc/ddctool/Manifest
@@ -0,0 +1 @@
+DIST ddctool-0.4.2.tar.gz 739613 SHA256 
742465d74247c21a87247e3a386d0cbcf95808cde9fc88efae21f21c12ae9748 SHA512 
7b86ae475f877ff4e66a51e0612fe505479e88b6221c74e7951e10537a3d9720f0f7c82cbbaaa990aa6daef7e1aabf493f6eb59e908af61a8f1159b9d9ac16a8
 WHIRLPOOL 
4d32cf667c9a61790c5ac1a02338349b085d8922b3b89e28814b394bb975c74452dd7dd8d2f14561256d724ac10f032debab8b686700783beba4dbc00b3b4238

diff --git a/app-misc/ddctool/ddctool-0.4.2.ebuild 
b/app-misc/ddctool/ddctool-0.4.2.ebuild
new file mode 100644
index ..e64c579
--- /dev/null
+++ b/app-misc/ddctool/ddctool-0.4.2.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit linux-info udev user
+
+DESCRIPTION="Program for querying and changing monitor settings"
+HOMEPAGE="http://www.ddctool.com/;
+
+MY_GIT_COMMIT="9712e9b54693872cd390476a7606fc8d13b66034"
+SRC_URI="https://github.com/rockowitz/ddctool/raw/${MY_GIT_COMMIT}/${P}.tar.gz;
+
+# Binary drivers need special instructions compared to the open source 
counterparts.
+# If a user switches drivers, they will need to set different use flags for
+# Xorg or Wayland or Mesa, so this will trigger the rebuild against
+# the different drivers.
+IUSE="udev-i2c udev-usb video_cards_fglrx video_cards_nvidia"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libXrandr"
+DEPEND="video_cards_fglrx? ( x11-libs/amd-adl-sdk )
+   udev-usb? ( virtual/libusb )
+   virtual/udev
+   virtual/pkgconfig
+   ${RDEPEND}"
+
+pkg_pretend() {
+   # This program needs /dev/ic2-* devices to communicate with the monitor.
+   CONFIG_CHECK="~I2C_CHARDEV"
+   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
+   if use udev-usb; then
+   CONFIG_CHECK="~USB_HIDDEV"
+   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
+   fi
+}
+
+src_configure() {
+   econf $(usex video_cards_fglrx "--with-adl-headers=/usr/include/ADL" "")
+}
+
+src_install() {
+   default
+   use udev-i2c && udev_dorules data/etc/udev/rules.d/45-ddctool-i2c.rules
+   use udev-usb && udev_dorules data/etc/udev/rules.d/45-ddctool-usb.rules
+}
+
+pkg_postinst() {
+   if use udev-i2c; then
+   enewgroup i2c
+   udev_reload
+   einfo "To allow non-root users access to the /dev/i2c-* 
devices, add those"
+   einfo "users to the i2c group: usermod -aG i2c user"
+   einfo "Restart the computer or reload the i2c-dev module to 
activate"
+   einfo "the new udev rule."
+   einfo "For more information read: 
http://www.ddctool.com/i2c_permissions/;
+   fi
+
+   if use udev-usb; then
+   enewgroup video
+   udev_reload
+   einfo "To allow non-root users access to the USB monitor, add 
those users"
+   einfo "to the video group: usermod -aG video user"
+   einfo "Restart the computer, reload the hiddev module, or 
replug the monitor"
+   einfo "to activate the new udev rule."
+   einfo "For more information read: http://www.ddctool.com/usb/;
+   fi
+
+   if use video_cards_nvidia; then
+   einfo 
"=="
+   einfo "Please read the following webpage on proper usage with 
the nVidia "
+   einfo "binary drivers, or it may not work: 
http://www.ddctool.com/nvidia/;
+   einfo 
"=="
+   fi
+}

diff --git 

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

2016-09-04 Thread NP Hardass
commit: 061754188b63f9a38d68efdd7e737a48ba3c5f03
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 20:02:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 20:02:03 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=06175418

x11-themes/mate-backgrounds: Version bump to 1.14.0

Package-Manager: portage-2.3.0

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

diff --git a/x11-themes/mate-backgrounds/Manifest 
b/x11-themes/mate-backgrounds/Manifest
index a0fcc7b..07a6019 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1,2 +1,3 @@
 DIST mate-backgrounds-1.10.0.tar.xz 20897784 SHA256 
fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 SHA512 
b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea
 WHIRLPOOL 
2d49a7cedcd85897d9f0d3addff2e428cf94694fa7cdb23a752d7adec93a5e208b573d32066f0f4d2fd4c5d9cd4abeb253639113b736507173be2271b9810932
 DIST mate-backgrounds-1.12.0.tar.xz 20885844 SHA256 
841f098c94967fce74d6dd57cd0291e7aaee65effbd94d767a16b2f25feb6c2d SHA512 
3dfb175bf0a2240b2639a6038625679d9f13ed7c9b8e381eb4249f9938410cbb24593fa00baac7a1dd7458ecd00ea6e24ab03ff161381d250ddbac5b5cbabc55
 WHIRLPOOL 
aee7ddc6212c83064fb3caf816cfea2884f7ed6d341e9c32acab42fcbecc54ddc69d8cc8aed9841c0de9ac751d2f335068151a254ceaa2aae2879c170b4af602
+DIST mate-backgrounds-1.14.0.tar.xz 20889156 SHA256 
1e01411969496e766db479b53ea1caa66ae7e3b350d011aa112840dcffd30751 SHA512 
01bbe17b6c42626a056e3648bdbaef5b3fac950c7da951641634f543b496b24f5b0777d85269d6905f0b08e636eb50e19a348030b874e6c91208434c042d204f
 WHIRLPOOL 
ca73db034f5ea3f02a44e0f5e8954ab74ae1227184d9df193fd441d5d9ec70a79c6470e013a78b7f4ea901d2ef94bce2c2873395666b6b6cb2bb95cae506ac16

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



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

2016-09-04 Thread NP Hardass
commit: 78752a7db3699ee8fe52f4a2480e72eab8a77002
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 19:43:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 19:43:06 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=78752a7d

mate-base/mate-panel: Bump to 1.14.0, update librsvg deps and 

Package-Manager: portage-2.3.0

 mate-base/mate-panel/Manifest   | 1 +
 .../mate-panel/{mate-panel-.ebuild => mate-panel-1.14.2.ebuild} | 2 +-
 mate-base/mate-panel/mate-panel-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index eb67d96..db22246 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1,2 +1,3 @@
 DIST mate-panel-1.10.1.tar.xz 1934576 SHA256 
261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 SHA512 
4e8e2eddf2d9ae51b2b332dc6d96130afe90a767d1aca9cbc7a60b77f1e39d233c7a1c2490f5d68f33c6bc2fc834aee9f6cfb888c0cf3ab4b7886880865c9e95
 WHIRLPOOL 
d07913e8b09f3e6ac095a8cc801c06b83c598d38a63dfd39f8b619e736c453dcbf50ef5bb33bcf293b262687cdba4635ea7a16bc4375842b3634ae29ef6f7a40
 DIST mate-panel-1.12.2.tar.xz 1930792 SHA256 
b757bb5ea3da1b36fcf599d4f123534e936f0e46859b3307816085f486667fa1 SHA512 
7810c3b3585e9def59c192914a91e2e64173b5b44cf43496808f6be46df798fc97358bb7bc300e52985fc401feb5201daad60bb0181e72e5e2512e7712aba6a4
 WHIRLPOOL 
2af7cdf4b38aab536497196dd8abd67583d93d915288d2a2eda67f31e9eba5030ee5360f6ad47cbc4d21389160b3209e99d84eecde1b2093ee9ce566b7cacd5a
+DIST mate-panel-1.14.2.tar.xz 1981716 SHA256 
ae3d2106f830583115e58fc8782fff63b27023f717068d407b239bfe548b6d24 SHA512 
296a74fcbdd3a58337987c0e8bcc804a203fbf5f134183c2fe09016c609bbd67bfab4dc6e46e333c7714e9c264965f1c3897c9645a5003405866fbdaf0a04944
 WHIRLPOOL 
b0e7d0c0ce2595bac3cc858b2a284166e4f6aeb7831419b833e9b194fc13f6902e4b95a7946da3f30bda38004987cb346ccff06b1cd0521e578c3f97f5f9e0c7

diff --git a/mate-base/mate-panel/mate-panel-.ebuild 
b/mate-base/mate-panel/mate-panel-1.14.2.ebuild
similarity index 98%
copy from mate-base/mate-panel/mate-panel-.ebuild
copy to mate-base/mate-panel/mate-panel-1.14.2.ebuild
index f5d4db0..7acb9d7 100644
--- a/mate-base/mate-panel/mate-panel-.ebuild
+++ b/mate-base/mate-panel/mate-panel-1.14.2.ebuild
@@ -25,7 +25,7 @@ COMMON_DEPEND="
>=dev-libs/libmateweather-1.7[gtk3(-)=]
dev-libs/libxml2:2
>=gnome-base/dconf-0.10:0
-   gnome-base/librsvg:2
+   >=gnome-base/librsvg-2.36.2:2
>=mate-base/mate-desktop-1.9.3[gtk3(-)=]
>=mate-base/mate-menus-1.6
>=sys-apps/dbus-1.1.2:0

diff --git a/mate-base/mate-panel/mate-panel-.ebuild 
b/mate-base/mate-panel/mate-panel-.ebuild
index f5d4db0..7acb9d7 100644
--- a/mate-base/mate-panel/mate-panel-.ebuild
+++ b/mate-base/mate-panel/mate-panel-.ebuild
@@ -25,7 +25,7 @@ COMMON_DEPEND="
>=dev-libs/libmateweather-1.7[gtk3(-)=]
dev-libs/libxml2:2
>=gnome-base/dconf-0.10:0
-   gnome-base/librsvg:2
+   >=gnome-base/librsvg-2.36.2:2
>=mate-base/mate-desktop-1.9.3[gtk3(-)=]
>=mate-base/mate-menus-1.6
>=sys-apps/dbus-1.1.2:0



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

2016-09-04 Thread Kent Fredric
commit: 858dc343eca9dabbd73e61689367bd3a01ef2e34
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Sep  4 19:31:40 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Sep  4 19:32:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858dc343

dev-perl/Crypt-RIPEMD160: Bump to 0.60.0

- EAPI6
- Fix Description

Upstream:
- Fix headers
- Fix percent escaping

Package-Manager: portage-2.3.0

 .../Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild   | 21 +
 dev-perl/Crypt-RIPEMD160/Manifest   |  1 +
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild 
b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild
new file mode 100644
index ..8698037
--- /dev/null
+++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Perl extension for the RIPEMD-160 Hash function"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+IUSE="test"
+
+export OPTIMIZE="$CFLAGS"
+
+RDEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Crypt-RIPEMD160/Manifest 
b/dev-perl/Crypt-RIPEMD160/Manifest
index 6867e58..c3f1ba9 100644
--- a/dev-perl/Crypt-RIPEMD160/Manifest
+++ b/dev-perl/Crypt-RIPEMD160/Manifest
@@ -1 +1,2 @@
 DIST Crypt-RIPEMD160-0.05.tar.gz 58960 SHA256 
ec8987517d138ac8a4be3c72ba36d69e06f18378a284f6df03c4f954ceaedaa8 SHA512 
75536a00adf47e91fbeef45919ae05ed8520e170c715a3df801a304d0e0de4d9360b561e0c2b952000281e76836bb1a9a87396cfeb032fa4b3e74f452c22316d
 WHIRLPOOL 
8591dd3bf3267eefbb1942d635a8fa81b3a18c290a7a75007dc62268ca95ddc03b4a5b3fb72018c76ee9f678c4731907111e05ce54434329f409d232a01ec652
+DIST Crypt-RIPEMD160-0.06.tar.gz 58766 SHA256 
ea64a1e9eb42f3d79855a392e7cca6b86e8e0bcc9aabcc5efa5fa32415b67dba SHA512 
5c009f8e3a9e42d5fb172f74eb97ab9b7e2912b23d62556f999d6d4f244ff972f7925d357cc3dd5d1e9e708a8350f8f131f8875aae076927c6bfb506bafcc755
 WHIRLPOOL 
4fbd4fb2d4a9b4685e484dcec545c828adebc4d6dd66bd903db8a208cbd6a6fd6efd1232c5bf333784af7b94dba307761e0ec0c1ebbbcf1147701caeb5d4800d



[gentoo-commits] proj/gentoo-mate:1.14-bump commit in: mate-base/mate-menus/

2016-09-04 Thread NP Hardass
commit: 63dc97e2214a872ed8646a14980e862590837b19
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Sep  4 19:14:56 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Sep  4 19:14:56 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=63dc97e2

mate-base/mate-menus: Version bump to 1.14.0

Package-Manager: portage-2.3.0

 mate-base/mate-menus/Manifest |  1 +
 mate-base/mate-menus/mate-menus-1.14.0.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/mate-base/mate-menus/Manifest b/mate-base/mate-menus/Manifest
index cbf7fb1..d675a02 100644
--- a/mate-base/mate-menus/Manifest
+++ b/mate-base/mate-menus/Manifest
@@ -1,2 +1,3 @@
 DIST mate-menus-1.10.1.tar.xz 342516 SHA256 
bd46d676bd4780f815d8343f8a8c3e67645c85fb812a943a0a69e664d3dcddbc SHA512 
f0a96334c71052060d2f40b309b91a0a6464f8bd8135e43b29b3e9c67332b01205ffe1a3e2b262b910bbd0a679acd4ebd67b6de604c1e5cfb2bc42bf54028a86
 WHIRLPOOL 
ae24e8bb2b99966e7676f535f6c9d0bfd32223d0dd9e9c5a371c40b15ce9b788cf9b0a7af7df1a2f5880b2fa03aa12fe45e43caaaba48450164c8bc23e47aa4a
 DIST mate-menus-1.12.0.tar.xz 342488 SHA256 
b0b735be91cca632d7c63f254a9442201608b24f1d5588a1ff05b50da41b95c4 SHA512 
12788d5b88c1dba7b561a3119e311a9724629d1f9ae7d54a9e4443946b331c532310c79b7b39bcacc791697ac52d4b55338051da66c4d747c371575a03183ba6
 WHIRLPOOL 
ec1137ea30f36537dda4aa6d6432f6712a644fa942b618f83a069c8dcdf357b3106e2db6aea86a3dce19f66c053b4fb6e780143e4eab0f42e4eb246bdda29981
+DIST mate-menus-1.14.0.tar.xz 362136 SHA256 
26585cafa82496e22851fd7c767260797eb029d24698ca8059ddfe3f70226cc5 SHA512 
9d82737669b37e85ab76e94e84a464d7cafb837b71d6af90cf08b4286480de901e1a37d279ba7f0af25e655c3c9c67481b1394587b6aad902a284a8ac58559c6
 WHIRLPOOL 
ac0a45e91ab619c40ba946624de68f71a6df8dec7c83562fa471018f7be113aa2ac9cbb9e74d44929923c3595bb0f4756d4f9458cb5f2572864ecc5e90a5fab6

diff --git a/mate-base/mate-menus/mate-menus-1.14.0.ebuild 
b/mate-base/mate-menus/mate-menus-1.14.0.ebuild
new file mode 100644
index 000..7da019b
--- /dev/null
+++ b/mate-base/mate-menus/mate-menus-1.14.0.ebuild
@@ -0,0 +1,75 @@
+# 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 )
+
+inherit python-r1 mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec"
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+
+IUSE="debug +introspection python"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36.0:2
+   virtual/libintl:0
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+   python? (
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   mate_src_prepare
+   use python && python_copy_sources
+}
+
+src_configure() {
+   # Do NOT compile with --disable-debug/--enable-debug=no as it disables 
API
+   # usage checks.
+   mate_py_cond_func_wrap mate_src_configure \
+   --enable-debug=$(usex debug yes minimum) \
+   $(use_enable python) \
+   $(use_enable introspection)
+}
+
+src_compile() {
+   mate_py_cond_func_wrap default
+}
+
+src_test() {
+   mate_py_cond_func_wrap emake check
+}
+
+src_install() {
+   mate_py_cond_func_wrap mate_src_install
+
+   exeinto /etc/X11/xinit/xinitrc.d/
+   doexe "${FILESDIR}/10-xdg-menu-mate"
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+   einfo "Due to upstream bug"
+   einfo "https://github.com/mate-desktop/mate-menus/issues/2,;
+   einfo "it is highly recommended to run the following command"
+   einfo "once you have logged in to your desktop for the first time:"
+   einfo "cd ~/.config/menus && ln -s {,mate-}applications-merged"
+}



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

2016-09-04 Thread David Seifert
commit: 32ab343a5a17a63a31b3709a3ee93915a50ddf20
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Fri Sep  2 22:48:13 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 19:04:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ab343a

media-video/syncplay: new ebuild

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

Signed-off-by: David Seifert  gentoo.org>

 media-video/syncplay/Manifest  |  1 +
 .../files/syncplay-1.4.0-rc2-fix-makefile.patch| 82 ++
 media-video/syncplay/metadata.xml  | 21 ++
 media-video/syncplay/syncplay-1.4.0_rc2.ebuild | 52 ++
 4 files changed, 156 insertions(+)

diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
new file mode 100644
index ..eae7926
--- /dev/null
+++ b/media-video/syncplay/Manifest
@@ -0,0 +1 @@
+DIST syncplay-1.4.0_rc2.tar.gz 534450 SHA256 
29bd80ef3de7241eee71d0b9d7884c1c694a490d83acc96e3f06b05f419d5409 SHA512 
56e5873377eceec1e88741464ff32f55899fe240d479a61c54af62f7cc4e1386a9b478b9b9057df0960cdb6833fce0e8efbe0aa0081211daa76fb95d2714b9bd
 WHIRLPOOL 
a61deba5ee1f613a5657e49c1c56f66b750611cf717ad00ffc3cc798d35d500d76a165d48a5b4e64b27619d8baeb5fe08ea30ebccf82d16aa43346df3fe58f61

diff --git a/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch 
b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
new file mode 100644
index ..9348b92
--- /dev/null
+++ b/media-video/syncplay/files/syncplay-1.4.0-rc2-fix-makefile.patch
@@ -0,0 +1,82 @@
+From ee191c79d96436a379e3c6760cb4478dca262c9f Mon Sep 17 00:00:00 2001
+From: Mykyta Holubakha 
+Date: Sat, 3 Sep 2016 18:50:18 +0300
+Subject: [PATCH] Support for DESTDIR and PREFIX
+
+Fixes #110
+---
+ GNUmakefile | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/GNUmakefile b/GNUmakefile
+index c52c09a..725e70e 100644
+--- a/GNUmakefile
 b/GNUmakefile
+@@ -19,21 +19,21 @@ endif
+ 
+ ifeq ($(SINGLE_USER),false)
+ ifneq ($(BSD),true)
+-  BASE_PATH= /usr
+-  VLC_LIB_PATH = ${PREFIX}/usr/lib
++  PREFIX  ?= /usr
++  VLC_LIB_PATH = ${PREFIX}/lib
+ else
+-  BASE_PATH= /usr/local
+-  VLC_LIB_PATH = ${PREFIX}/usr/local/lib  
++  PREFIX  ?= /usr/local
++  VLC_LIB_PATH = ${PREFIX}/lib
+ endif
+ else
+-  BASE_PATH= ${HOME}/.local
++  PREFIX   = ${HOME}/.local
+   VLC_LIB_PATH = ${HOME}/.local/share
+ endif
+ 
+-  BIN_PATH  = ${PREFIX}$(BASE_PATH)/bin
+-  LIB_PATH  = ${PREFIX}$(BASE_PATH)/lib
+-  APP_SHORTCUT_PATH = ${PREFIX}$(BASE_PATH)/share/applications
+-  SHARE_PATH= ${PREFIX}$(BASE_PATH)/share
++  BIN_PATH  = ${DESTDIR}${PREFIX}/bin
++  LIB_PATH  = ${DESTDIR}${PREFIX}/lib
++  APP_SHORTCUT_PATH = ${DESTDIR}${PREFIX}/share/applications
++  SHARE_PATH= ${DESTDIR}${PREFIX}/share
+ 
+ common:
+   -mkdir -p $(LIB_PATH)/syncplay/resources/lua/intf
+@@ -57,7 +57,7 @@ u-common:
+ client:
+   -mkdir -p $(BIN_PATH)
+   cp syncplayClient.py $(BIN_PATH)/syncplay
+-  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay
++  sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' 
$(BIN_PATH)/syncplay
+   chmod 755 $(BIN_PATH)/syncplay
+   cp syncplayClient.py $(LIB_PATH)/syncplay/
+   cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
+@@ -67,20 +67,20 @@ ifeq ($(SINGLE_USER),false)
+ endif
+   
+ ifeq ($(VLC_SUPPORT),true)
+-  -mkdir -p $(VLC_LIB_PATH)/vlc/lua/intf/
+-  cp resources/lua/intf/syncplay.lua $(VLC_LIB_PATH)/vlc/lua/intf/
++  -mkdir -p ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
++  cp resources/lua/intf/syncplay.lua 
${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/
+ endif
+ 
+ u-client:
+   -rm $(BIN_PATH)/syncplay
+   -rm $(LIB_PATH)/syncplay/syncplayClient.py
+-  -rm $(VLC_LIB_PATH)/vlc/lua/intf/syncplay.lua
++  -rm ${DESTDIR}$(VLC_LIB_PATH)/vlc/lua/intf/syncplay.lua
+   -rm $(APP_SHORTCUT_PATH)/syncplay.desktop
+ 
+ server:
+   -mkdir -p $(BIN_PATH)
+   cp syncplayServer.py $(BIN_PATH)/syncplay-server
+-  sed -i -e 's%# libpath%site.addsitedir\("$(BASE_PATH)/lib/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
++  sed -i -e 's%# libpath%site.addsitedir\("$(LIB_PATH)/syncplay"\)%' 
$(BIN_PATH)/syncplay-server
+   chmod 755 $(BIN_PATH)/syncplay-server
+   cp syncplayServer.py $(LIB_PATH)/syncplay/
+   cp resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/
+-- 
+2.9.3
+

diff --git a/media-video/syncplay/metadata.xml 
b/media-video/syncplay/metadata.xml
new file mode 100644
index ..1ad1d49
--- /dev/null
+++ b/media-video/syncplay/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hiloba...@gmail.com
+   Mykyta 

[gentoo-commits] repo/gentoo:master commit in: x11-themes/neutral-xcursors/

2016-09-04 Thread David Seifert
commit: 7f748d7e773be14e786ceb1de1b0f7bc88adc159
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat Sep  3 16:37:23 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:59:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f748d7e

x11-themes/neutral-xcursors: declare loop variable as local

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

Signed-off-by: David Seifert  gentoo.org>

 x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild 
b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
index 2319125..dd663d4 100644
--- a/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
+++ b/x11-themes/neutral-xcursors/neutral-xcursors-20150106.ebuild
@@ -55,6 +55,7 @@ src_prepare() {
 }
 
 src_compile() {
+   local cursor_dir
for cursor_dir in ${NEUTRAL_P} ${PLUS_P} ${PLUSPLUS_P} ${WHITE_P}; do
pushd ${cursor_dir}/source > /dev/null || die
sh make.sh || die



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

2016-09-04 Thread David Seifert
commit: e1f6fb8c0db41a93064519e3df910e940cc14dc3
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Sep  4 11:57:51 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:58:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f6fb8c

dev-libs/quazip: remove unused patches

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

Signed-off-by: David Seifert  gentoo.org>

 dev-libs/quazip/files/quazip-0.4.4-zlib.patch | 27 ---
 dev-libs/quazip/files/quazip-0.5.1-zlib.patch | 31 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-libs/quazip/files/quazip-0.4.4-zlib.patch 
b/dev-libs/quazip/files/quazip-0.4.4-zlib.patch
deleted file mode 100644
index a84dcab..
--- a/dev-libs/quazip/files/quazip-0.4.4-zlib.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From f7d821a6837b4cc9defa02f271256796394fd8c3 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Wed, 21 Sep 2011 14:37:31 +0200
-Subject: [PATCH] Allow compilation with zlib-1.2.5.1-r1
-

- quazip/ioapi.h |4 
- 1 files changed, 4 insertions(+), 0 deletions(-)
-
-diff --git a/quazip/ioapi.h b/quazip/ioapi.h
-index 716dd4b..a4ac8d7 100644
 a/quazip/ioapi.h
-+++ b/quazip/ioapi.h
-@@ -37,6 +37,10 @@
- extern "C" {
- #endif
- 
-+#ifndef OF
-+# define OF(x) x
-+#endif
-+
- typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, voidpf file, 
int mode));
- typedef uLong  (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, 
void* buf, uLong size));
- typedef uLong  (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, 
const void* buf, uLong size));
--- 
-1.7.6.1
-

diff --git a/dev-libs/quazip/files/quazip-0.5.1-zlib.patch 
b/dev-libs/quazip/files/quazip-0.5.1-zlib.patch
deleted file mode 100644
index 690590e..
--- a/dev-libs/quazip/files/quazip-0.5.1-zlib.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -up quazip-0.5.1/qztest/testquagzipfile.cpp.zl 
quazip-0.5.1/qztest/testquagzipfile.cpp
 quazip-0.5.1/qztest/testquagzipfile.cpp.zl 2012-09-05 17:24:35.0 
+0200
-+++ quazip-0.5.1/qztest/testquagzipfile.cpp2013-03-03 14:27:05.168659773 
+0100
-@@ -8,9 +8,9 @@ void TestQuaGzipFile::read()
- {
- QDir curDir;
- curDir.mkpath("tmp");
--voidp gzFile = gzopen("tmp/test.gz", "wb");
--gzwrite(gzFile, "test", 4);
--gzclose(gzFile);
-+gzFile File = gzopen("tmp/test.gz", "wb");
-+gzwrite(File, "test", 4);
-+gzclose(File);
- QuaGzipFile testFile("tmp/test.gz");
- QVERIFY(testFile.open(QIODevice::ReadOnly));
- char buf[5];
-@@ -32,11 +32,11 @@ void TestQuaGzipFile::write()
- QCOMPARE(testFile.write("test", 4), static_cast(4));
- testFile.close();
- QVERIFY(!testFile.isOpen());
--voidp gzFile = gzopen("tmp/test.gz", "rb");
-+gzFile File = gzopen("tmp/test.gz", "rb");
- char buf[5];
- buf[4] = '\0';
--QCOMPARE(gzread(gzFile, buf, 5), 4);
--gzclose(gzFile);
-+QCOMPARE(gzread(File, buf, 5), 4);
-+gzclose(File);
- QCOMPARE(static_cast(buf), "test");
- curDir.remove("tmp/test.gz");
- curDir.rmdir("tmp");



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

2016-09-04 Thread David Seifert
commit: 1dd032e00e1cedcf7d5a3d12946965f655c3e1c9
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Sep  3 16:10:53 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:57:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd032e0

dev-libs/libdynd: remove unused patches

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/libdynd-0.6.0-optional-cblosc.patch  | 27 --
 .../libdynd-0.6.0-out-of-git-versioning.patch  | 14 ---
 .../files/libdynd-0.6.0-respect-libdir.patch   | 15 
 .../libdynd-0.6.2-out-of-git-versioning.patch  | 15 
 4 files changed, 71 deletions(-)

diff --git a/dev-libs/libdynd/files/libdynd-0.6.0-optional-cblosc.patch 
b/dev-libs/libdynd/files/libdynd-0.6.0-optional-cblosc.patch
deleted file mode 100644
index d801eb6..
--- a/dev-libs/libdynd/files/libdynd-0.6.0-optional-cblosc.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 CMakeLists.txt.orig2014-02-10 14:26:48.299381259 -0800
-+++ CMakeLists.txt 2014-02-10 14:51:16.401051546 -0800
-@@ -56,8 +56,22 @@
- set(CMAKE_VERBOSE_MAKEFILE 1)
- 
- # Embedded libraries
--add_subdirectory(thirdparty/blosc)
--include_directories(thirdparty/blosc/blosc)
-+option(DYND_INTERNAL_CBLOSC
-+   "Build and use the bundled c-blosc library"
-+   OFF)
-+if(DYND_INTERNAL_CBLOSC)
-+  add_subdirectory(thirdparty/blosc)
-+  include_directories(thirdparty/blosc/blosc)
-+else()
-+  find_path(CBLOSC_INCLUDE_DIR blosc.h)
-+  find_library(CBLOSC_LIBRARY NAMES blosc)
-+  if (CBLOSC_INCLUDE_DIR AND CBLOSC_LIBRARY)
-+message(STATUS "Found c-blosc library: ${CBLOSC_LIBRARY}")
-+  else ()
-+message(ERROR "No c-blosc found. Consider using internal sources.")
-+  endif()
-+endif(DYND_INTERNAL_CBLOSC)
-+
- add_subdirectory(thirdparty/datetime)
- include_directories(thirdparty/datetime/include)
- 

diff --git a/dev-libs/libdynd/files/libdynd-0.6.0-out-of-git-versioning.patch 
b/dev-libs/libdynd/files/libdynd-0.6.0-out-of-git-versioning.patch
deleted file mode 100644
index 65c32da..
--- a/dev-libs/libdynd/files/libdynd-0.6.0-out-of-git-versioning.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 CMakeLists.txt.orig2014-02-10 14:26:48.299381259 -0800
-+++ CMakeLists.txt 2014-02-10 14:55:48.245644726 -0800
-@@ -86,9 +86,8 @@
- endif()
- 
- # Get the git revision
--include(GetGitRevisionDescriptionDyND)
--get_git_head_revision("${CMAKE_CURRENT_SOURCE_DIR}" GIT_REFSPEC DYND_GIT_SHA1)
--git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_VERSION_STRING --dirty 
--match "v[0-9]*")
-+set(DYND_GIT_SHA1 "9f2e102e3b0c44da82feaa431bb89a5d71b40498")
-+set(DYND_VERSION_STRING "v0.6.0")
- message(STATUS "DyND version: ${DYND_VERSION_STRING}")
- configure_file(
- "${CMAKE_CURRENT_SOURCE_DIR}/src/dynd/git_version.cpp.in"

diff --git a/dev-libs/libdynd/files/libdynd-0.6.0-respect-libdir.patch 
b/dev-libs/libdynd/files/libdynd-0.6.0-respect-libdir.patch
deleted file mode 100644
index b363980..
--- a/dev-libs/libdynd/files/libdynd-0.6.0-respect-libdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 CMakeLists.txt.orig2014-02-10 14:26:48.299381259 -0800
-+++ CMakeLists.txt 2014-02-10 14:27:42.511704585 -0800
-@@ -481,9 +481,9 @@
- if (DYND_INSTALL_LIB)
- # Install the libdynd binary
- install(TARGETS libdynd
--RUNTIME DESTINATION lib
--LIBRARY DESTINATION lib
--ARCHIVE DESTINATION lib/static)
-+RUNTIME DESTINATION lib${LIB_SUFFIX}
-+LIBRARY DESTINATION lib${LIB_SUFFIX}
-+ARCHIVE DESTINATION lib${LIB_SUFFIX}/static)
- # Install the libdynd headers
- install(DIRECTORY "include/dynd" DESTINATION 
"${CMAKE_INSTALL_PREFIX}/include")
- # Install the libdynd-config script

diff --git a/dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch 
b/dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch
deleted file mode 100644
index 92b7ec0..
--- a/dev-libs/libdynd/files/libdynd-0.6.2-out-of-git-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
 CMakeLists.txt.orig2014-05-01 20:43:13.0 +0400
-+++ CMakeLists.txt 2014-05-12 13:56:55.0 +0400
-@@ -112,9 +112,9 @@
- endif()
- 
- # Get the git revision
--include(GetGitRevisionDescriptionDyND)
--get_git_head_revision("${CMAKE_CURRENT_SOURCE_DIR}" GIT_REFSPEC DYND_GIT_SHA1)
--git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_VERSION_STRING --dirty 
--always --match "v*")
-+SET(DYND_GIT_SHA1 "@DYND_GIT_SHA1@")
-+SET(DYND_VERSION_STRING "@DYND_VERSION@")
-+
- message(STATUS "DyND version: ${DYND_VERSION_STRING}")
- configure_file(
- "${CMAKE_CURRENT_SOURCE_DIR}/src/dynd/git_version.cpp.in"



[gentoo-commits] repo/gentoo:master commit in: dev-python/future/files/, dev-python/future/

2016-09-04 Thread David Seifert
commit: 5077441631135a94971860a8df76236db9437150
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep  4 17:14:23 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:57:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50774416

dev-python/future: Add py3.5 support

* Requires backporting some fixes for the testsuite

Package-Manager: portage-2.3.0

 .../future-0.15.2-fix-py35-test-failures.patch | 57 ++
 dev-python/future/future-0.15.2.ebuild |  7 ++-
 2 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/dev-python/future/files/future-0.15.2-fix-py35-test-failures.patch 
b/dev-python/future/files/future-0.15.2-fix-py35-test-failures.patch
new file mode 100644
index ..8d8e5da
--- /dev/null
+++ b/dev-python/future/files/future-0.15.2-fix-py35-test-failures.patch
@@ -0,0 +1,57 @@
+* Fix test failures on py3.5, backported from git, see also
+  https://github.com/PythonCharmers/python-future/issues/183
+* Fix unexpected test successes on py3.5, which are now correct
+
+--- a/tests/test_future/test_bytes.py
 b/tests/test_future/test_bytes.py
+@@ -10,6 +10,8 @@
+ from numbers import Integral
+ from future.tests.base import unittest, expectedFailurePY2
+ 
++import sys
++
+ 
+ TEST_UNICODE_STR = u'ℝεα∂@ßʟ℮ ☂ℯṧт υηḯ¢☺ḓ℮'
+ # Tk icon as a .gif:
+@@ -534,6 +536,8 @@
+ self.assertRaises(ValueError, bytes.maketrans, b'abc', b'xyzq')
+ self.assertRaises(TypeError, bytes.maketrans, 'abc', 'def')
+ 
++@unittest.skipIf(sys.version_info[:2] == (3, 5),
++ 'Only works in Py3.5+')
+ @unittest.expectedFailure
+ def test_mod(self):
+ """
+@@ -551,6 +555,8 @@
+ a = b % (b'seventy-nine', 79)
+ self.assertEqual(a, b'seventy-nine / 100 = 79%')
+ 
++@unittest.skipIf(sys.version_info[:2] == (3, 5),
++ 'Only works in Py3.5+')
+ @unittest.expectedFailure
+ def test_imod(self):
+ """
+--- a/tests/test_future/test_builtins.py
 b/tests/test_future/test_builtins.py
+@@ -525,11 +525,10 @@
+ self.assertRaises(ValueError, compile, 'print(42)\n', '', 
'badmode')
+ self.assertRaises(ValueError, compile, 'print(42)\n', '', 
'single', 0xff)
+ # Raises TypeError in Python < v3.5, ValueError in v3.5:
+-# self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
++self.assertRaises((TypeError, ValueError), compile, chr(0), 'f', 
'exec')
+ self.assertRaises(TypeError, compile, 'pass', '?', 'exec',
+   mode='eval', source='0', filename='tmp')
+ compile('print("\xe5")\n', '', 'exec')
+-self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
+ self.assertRaises(ValueError, compile, str('a = 1'), 'f', 'bad')
+ 
+ # test the optimize argument
+@@ -1287,7 +1286,7 @@
+ self.assertAlmostEqual(pow(-1, 1/3), 0.5 + 0.8660254037844386j)
+ 
+ # Raises TypeError in Python < v3.5, ValueError in v3.5:
+-# self.assertRaises(TypeError, pow, -1, -2, 3)
++self.assertRaises((TypeError, ValueError), pow, -1, -2, 3)
+ self.assertRaises(ValueError, pow, 1, 2, 0)
+ 
+ self.assertRaises(TypeError, pow)

diff --git a/dev-python/future/future-0.15.2.ebuild 
b/dev-python/future/future-0.15.2.ebuild
index 1c5c970..9bafd05 100644
--- a/dev-python/future/future-0.15.2.ebuild
+++ b/dev-python/future/future-0.15.2.ebuild
@@ -2,8 +2,9 @@
 # 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 distutils-r1
 
@@ -16,6 +17,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+PATCHES=( "${FILESDIR}/${P}-fix-py35-test-failures.patch" )
+
 python_test() {
esetup.py test || die
 }



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/files/, sci-calculators/units/

2016-09-04 Thread David Seifert
commit: 213c494e788511c8e47b6449302324b1fbdb028b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep  4 18:45:49 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:57:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213c494e

sci-calculators/units: Add py3.5 support

* EAPI=6
* Unify py2/3 codebases, making installation easier
* Fix python handling in broken build system

Package-Manager: portage-2.3.0

 .../units/files/units-2.13-fix-python.patch| 144 +
 sci-calculators/units/units-2.13-r1.ebuild |  44 +++
 2 files changed, 188 insertions(+)

diff --git a/sci-calculators/units/files/units-2.13-fix-python.patch 
b/sci-calculators/units/files/units-2.13-fix-python.patch
new file mode 100644
index ..5278890
--- /dev/null
+++ b/sci-calculators/units/files/units-2.13-fix-python.patch
@@ -0,0 +1,144 @@
+* Unify the two python codebases, making the installation less cumbersome
+* Remove the broken python handling in Autoconf and the Makefile
+
+--- a/units_cur3
 b/units_cur3
+@@ -16,6 +16,12 @@
+ # Added test for non-unicode strings to prevent a runtime warning
+ #
+ 
++# py2.7 shims
++from __future__ import unicode_literals
++from builtins import map, str, range
++from future.standard_library import install_aliases
++install_aliases()
++
+ import sys
+ import urllib.request, urllib.parse, urllib.error
+ import os
+--- a/configure.ac
 b/configure.ac
+@@ -155,18 +155,6 @@
+ fi
+ fi
+ 
+-
+-AC_PATH_PROG(PYTHON, python, no)
+-
+-if test $PYTHON = no; then 
+-   HAVE_PYTHON=no
+-   echo 'Units will work without python but the currency update'
+-   echo 'script, units_cur,  will not be installed'
+-   PYTHON=''
+-else
+-   HAVE_PYTHON=yes
+-fi
+-
+ dnl Check for path search option
+ AC_ARG_ENABLE([relocation],
+ AC_HELP_STRING([--enable-relocation],
+--- a/Makefile.in
 b/Makefile.in
+@@ -79,14 +79,14 @@
+ DISTFILES = README ChangeLog units.info units.txt getopt1.c units.dvi \
+Makefile.in units.c getopt.c getopt.h definitions.units units.texinfo \
+configure.ac configure strfunc.c COPYING install-sh \
+-   units.man NEWS texi2man INSTALL units.pdf units_cur2 units_cur3 \
++   units.man NEWS texi2man INSTALL units.pdf \
+parse.tab.c parse.y units.h locale_map.txt fdl-1.3.texi currency.units \
+unitsfile.ico unitsprog.ico units.rc icon_ms.png \
+Makefile.OS2 makeobjs.cmd README.OS2 \
+UnitsMKS.texinfo UnitsMKS.pdf setvcvars.sh \
+UnitsWin.texinfo UnitsWin.pdf winmkdirs.bat Makefile.Win
+ 
+-all: units@EXEEXT@ units.1 units.info units_cur_inst
++all: units@EXEEXT@ units.1 units.info
+ 
+ units.@OBJEXT@: units.c units.h
+ 
+@@ -98,47 +98,11 @@
+ units@EXEEXT@: $(OBJECTS) @MKS_RES@
+   $(CC) $(CFLAGS) $(LDFLAGS)  -o units@EXEEXT@ $(OBJECTS) @MKS_RES@ 
$(LIBS)
+ 
+-units_cur: units_cur2 units_cur3
+-  @if test $(HAVE_PYTHON) = no; then \
+-$(MAKE) units_cur_dummy; \
+-  else \
+-version=`$(PYTHON) --version 2>&1`; \
+-if echo $$version | grep 'Python 2' >/dev/null; then \
+-  cp $(srcdir)/units_cur2 units_cur; \
+-  echo Creating units_cur for Python 2; \
+-elif echo $$version | grep 'Python 3'>/dev/null; then \
+-  cp $(srcdir)/units_cur3 units_cur; \
+-  echo Creating units_cur for Python 3; \
+-else \
+-  echo Unrecognized Python version: $$version; \
+-  echo Unable to create correct units_cur; \
+-  exit 1; \
+-fi; \
+-  fi
+-
+-units_cur_dummy:
+-  echo '\#!/bin/sh' > units_cur
+-  echo 'echo Units_cur requires python, which was not found when units 
was configured' >> units_cur
+-  chmod +x units_cur
+-
+-units_cur3: units_cur2
+-  -mkdir python3_tempdir
+-  2to3 --no-diffs -n -o python3_tempdir -w units_cur2
+-  mv python3_tempdir/units_cur2 units_cur3
+-  rm -rf python3_tempdir
+-
+-units_cur_inst: units_cur
+-  sed -e "s@outfile = 'currency.units'@outfile='@UDAT@currency.units'@"\
+--e "s@/usr/bin/python@$(PYTHON)@" \
+- units_cur > units_cur_inst
+-
+-install-support: definitions.units currency.units units_cur_inst
++install-support: definitions.units currency.units
+   $(MKDIR_P) $(DESTDIR)@UDAT@ $(DESTDIR)$(bindir) 
+   $(INSTALL_DATA) $(srcdir)/definitions.units 
$(DESTDIR)@UDAT@definitions.units
+   $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)@UDAT@currency.units
+   $(INSTALL_DATA) $(srcdir)/locale_map.txt $(DESTDIR)@UDAT@locale_map.txt
+-  if test $(HAVE_PYTHON) = yes; then \
+-$(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo 
units_cur|sed '$(transform)'`;fi
+   if test $(HAVE_MKS) = yes; then make install-mks; fi
+ 
+ 
+@@ -209,14 +173,13 @@
+  $(DESTDIR)@UDAT@locale_map.txt \
+  $(DESTDIR)@u...@unitsfile.ico \
+  $(DESTDIR)@u...@unitsprog.ico \
+- 

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

2016-09-04 Thread David Seifert
commit: a1c40f3d38a6cbdeee0e7ff9775b0e516e6eb984
Author: Brendan Horan  basstech  net>
AuthorDate: Wed Aug 31 14:17:23 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:58:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c40f3d

media-sound/fmit: Fixed RDEPEND, bump to -r1

* Removed media-libs/freeglut from RDEPEND,
  upstream no longer need
* Added dev-qt/linguist-tools to RDEPEND
* Slotted sci-libs/fftw, should rebuild on (sub)-slot changes

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

Signed-off-by: David Seifert  gentoo.org>

 media-sound/fmit/fmit-1.0.15-r1.ebuild | 56 ++
 1 file changed, 56 insertions(+)

diff --git a/media-sound/fmit/fmit-1.0.15-r1.ebuild 
b/media-sound/fmit/fmit-1.0.15-r1.ebuild
new file mode 100644
index ..646c5bd
--- /dev/null
+++ b/media-sound/fmit/fmit-1.0.15-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="Free Music Instrument Tuner"
+HOMEPAGE="https://gillesdegottex.github.io/fmit;
+SRC_URI="https://github.com/gillesdegottex/fmit/archive/v${PV}.tar.gz \
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa jack oss portaudio"
+
+RDEPEND=">=sci-libs/fftw-3.3.4:3.0=
+   dev-qt/qtmultimedia:5
+   dev-qt/qtopengl:5
+   dev-qt/qtsvg:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[-gles2]
+   alsa? ( media-libs/alsa-lib )
+   jack? ( media-sound/jack-audio-connection-kit )
+   portaudio? ( media-libs/portaudio )"
+
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools"
+
+src_prepare() {
+   # Fix the path to readme file to prevent errors on start up
+   sed -i "/QFile readmefile/c\QFile readmefile \
+   (\"/usr/share/doc/${PF}/README.txt\");" \
+   src/main.cpp || die "README sed failed"
+   # Fix the PREFIX location, insert real path.
+   sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
+   src/main.cpp || die "PREFIX fix sed failed"
+   # Fix the PREFIX location, insert real path.
+   sed -i "/QString fmitprefix/c\QString fmitprefix(STR(/usr));" \
+   src/modules/MicrotonalView.cpp || die "PREFIX fix sed failed"
+   default
+}
+
+src_configure() {
+   local config flag
+   for flag in alsa jack portaudio oss; do
+   use ${flag} && config+=" acs_${flag}"
+   done
+
+   "$(qt5_get_bindir)"/lrelease fmit.pro || die "Running lrelease failed"
+
+   eqmake5 CONFIG+="${config}" fmit.pro PREFIX="${D}"/usr \
+   PREFIXSHORTCUT="${D}"/usr DISTDIR=/usr
+}



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

2016-09-04 Thread David Seifert
commit: c0dafe00ff9e0f9c167fba6378c7fc7c7197a6a8
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Sep  4 11:49:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep  4 18:58:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dafe00

dev-libs/maloc: remove unused patches

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

Signed-off-by: David Seifert  gentoo.org>

 dev-libs/maloc/files/0.2.1-asneeded.patch | 13 -
 dev-libs/maloc/files/0.2.1-mpi.patch  | 24 
 2 files changed, 37 deletions(-)

diff --git a/dev-libs/maloc/files/0.2.1-asneeded.patch 
b/dev-libs/maloc/files/0.2.1-asneeded.patch
deleted file mode 100644
index 8e2e20c..
--- a/dev-libs/maloc/files/0.2.1-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/aaa_lib/Makefile.am b/src/aaa_lib/Makefile.am
-index 6e06324..d1e825b 100644
 a/src/aaa_lib/Makefile.am
-+++ b/src/aaa_lib/Makefile.am
-@@ -53,7 +53,7 @@ libdir = ${prefix}/lib/${fetk_cpu_vendor_os}
- lib_LTLIBRARIES = libmaloc.la ${LIBEFENCE}
- 
- libmaloc_la_SOURCES =
--libmaloc_la_LIBADD  = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS}
-+libmaloc_la_LIBADD  = ${BASE_LIBS} ${VSYS_LIBS} ${VSH_LIBS} ${PSH_LIBS} 
-lreadline -lm
- libmaloc_la_LDFLAGS = -version-info ${FETK_VERSION}
- 
- libefence_la_SOURCES =

diff --git a/dev-libs/maloc/files/0.2.1-mpi.patch 
b/dev-libs/maloc/files/0.2.1-mpi.patch
deleted file mode 100644
index 824752b..
--- a/dev-libs/maloc/files/0.2.1-mpi.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index ab7726e..0208780 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -381,12 +381,14 @@ AC_SUBST(rl_inc)
- dnl # --
- dnl # HANDLE THE MPI LIBRARY
- dnl # --
-+mpi_use="";
- AC_MSG_CHECKING([whether you want MPI])
--AC_ARG_ENABLE(mpi,
--[  --enable-mpienable MPI layer [[default=no]]],
--[ mpi_use="yes" ],
--[ mpi_use=""]
--)
-+AC_ARG_ENABLE([mpi],
-+AS_HELP_STRING([--enable-mpienable MPI layer [[default=no]]]))
-+
-+AS_IF([test "x$enable_mpi" = "xyes"], [
-+mpi_use="yes"
-+])
- mpi_lib="";
- mpi_inc="";
- if test -z "${mpi_use}"; then



  1   2   3   >