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

2016-07-09 Thread Hans de Graaff
commit: aa2a4b827187f2728c99f22cac67475a32a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 10 05:22:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 10 05:33:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa2a4b82

dev-ruby/rspec-rails: add 3.5.1

Package-Manager: portage-2.2.28

 dev-ruby/rspec-rails/Manifest |  1 +
 dev-ruby/rspec-rails/rspec-rails-3.5.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index 2af3844..cd77bdb 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -3,3 +3,4 @@ DIST rspec-rails-2.99.0.tar.gz 78448 SHA256 
81ff54e638432c2b734ebefd5398f646960b
 DIST rspec-rails-3.3.3.tar.gz 102963 SHA256 
b0edc645a25c929deb39a7334894922cdf67cf7cb895bb728751d0d3a459fac9 SHA512 
72c8a027d3ac7c8487c4dec23c91c7014456e6d8ed10f80f72e71c90e7bde0a3c005dd6b57985b1f3e32b32cb6d4610f651f8aa4b81156536a667a266e816603
 WHIRLPOOL 
78b00968fe75cd632b94bd4b2f244dc6ac50e708b9023baf882bba6ef76b827b681f55dd88be0220988c49d308b9bde4e3344456980db0d9a5654e39f65edd93
 DIST rspec-rails-3.4.2.tar.gz 114252 SHA256 
ff54962e135baad173aa987ba08ea4d35b2479cc32beaa2d348e2dfb95bffc85 SHA512 
922a666ac674d6e91083caf5b5526556add9ffc8783f3f5af8a7d60afb2353b99730e367d522b91bf487fcbe9282fbf51648487c9d0bed005882dc57d7fb57bc
 WHIRLPOOL 
7004dec656c42d2c0ad1a930c4df04955acb0b936c75699f902cd42acb1e42fc9cab7340acf8da834b769d5740431d2ad6e83ea1b61d60939d7d523bb6462977
 DIST rspec-rails-3.5.0.tar.gz 123486 SHA256 
ab64b15b4eae1d3eb62876eaf1a4496d7881a97e70f840a76dbde6fd361da92e SHA512 
b49d8dc463a528a1591f2558b8c55c3208e4e9012b8e8a12592577a1236bb30afbbabdf4e5f784ef3fc65068b4efbf73e7d0287019239ff7ddcc13c9ab9f6d81
 WHIRLPOOL 
69a970d20f675db679ee9cf0478b7877548fe709fd8dc045257290fa24036a8eb5329a090890a9592987cb24ed426db3ef0fe4082cd1c46a1ba26ebac3660c91
+DIST rspec-rails-3.5.1.tar.gz 123546 SHA256 
7ce1a682bbf64bd9e48e7de118f7bc121dab212a4c0ff3b6a043cda026d6b14a SHA512 
e3e7a9f3334d235cffc2c98f6b447d242dab7390f0244bd814524175e93b1746fc3f069e4e8af7b2ca4a409170543f786ddf1dcc241950fc2b928c42c60bb467
 WHIRLPOOL 
e49575e29412d79f3986ad593c588072d387d305733ec04c3ce5a856b8775a80e50b8993db9c52ff49073668c188609350f67da388c6f4fde054372e7965f739

diff --git a/dev-ruby/rspec-rails/rspec-rails-3.5.1.ebuild 
b/dev-ruby/rspec-rails/rspec-rails-3.5.1.ebuild
new file mode 100644
index 000..357b351
--- /dev/null
+++ b/dev-ruby/rspec-rails/rspec-rails-3.5.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="RSpec's official Ruby on Rails plugin"
+HOMEPAGE="http://rspec.info/;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+SUBVERSION="$(get_version_component_range 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/activesupport-3.0:*
+   >=dev-ruby/actionpack-3.0:*
+   >=dev-ruby/railties-3.0:*
+   =dev-ruby/rspec-${SUBVERSION}*"
+
+# Depend on the package being already installed for tests, because
+# requiring ammeter will load it, and we need a consistent set of rspec
+# and rspec-rails for that to work.
+ruby_add_bdepend "test? (
+   =dev-ruby/mocha-0.10*
+   >=dev-ruby/capybara-2.0.0
+   >=dev-ruby/ammeter-1.1.2
+   ~dev-ruby/rspec-rails-${PV}
+)"
+
+all_ruby_prepare() {
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm -f .rspec || die
+
+   # Avoid bundler-specific specs.
+   rm -f spec/sanity_check_spec.rb || die
+
+   # Avoid broken controller generator specs for now.
+   rm -fr spec/generators/rspec || die
+
+   # Avoid loading rspec/rails explicitly since ammeter/init will also
+   # do this and loading it twice causes an error
+   sed -i -e '/rspec\/rails/ s:^:#:' spec/spec_helper.rb || die
+}



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

2016-07-09 Thread Hans de Graaff
commit: 718c28222a7f20c1e444a2d7fa948b423853a45a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 10 05:28:55 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 10 05:33:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718c2822

dev-ruby/sprockets: add 3.6.3

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/sprockets/Manifest b/dev-ruby/sprockets/Manifest
index e629973a..004c3cf 100644
--- a/dev-ruby/sprockets/Manifest
+++ b/dev-ruby/sprockets/Manifest
@@ -5,3 +5,4 @@ DIST sprockets-3.4.1-git.tgz 298315 SHA256 
fb2dcf86378c45c8028fb9b483f2def9ae558
 DIST sprockets-3.5.2-git.tgz 302784 SHA256 
8ef5507db16113c9f839371544a8ed4e3911c99525df95cc55bf61413f432b3b SHA512 
8e599cf646baf53650ecafc65923d7e92c0d04cbf7207f64a0aaa4098d068ce4a1c252c5ce879188cff9d9af6f88ba50fa39d7af643b2668f23b1b8535a284c2
 WHIRLPOOL 
108da86d47be7b889ab74c5f75bd3ff592ff310e43f006d1a4362d5912bb044fa2dd5b29f86bec0ff4222c85093785fbf4a55f94c73b30ac4fe2fbe0862a1c40
 DIST sprockets-3.6.0-git.tgz 365525 SHA256 
8260dc8e237d5b00b8fce19cdeee871057b530a4ffad889debdc8c2e5140931e SHA512 
0306a69b510a7e2b5b334e8e3156bf064c4f7b721c6a86ce733f4e129186d5a5a19fd129d4a9b7d00d36505371ea811c52d2f808e52272f5a09e6bc631b3b14d
 WHIRLPOOL 
bf9e8e4deb499f59749bc5123b6aec558eb438525f37b706238de0bb9c2d4e115d32725478f2dd89b58ac6a742b19327aa72bbfb14b229e164b9a7952ef8ee60
 DIST sprockets-3.6.1-git.tgz 365930 SHA256 
841afbc968b9897d7138771e425e771ff6e73083c573650eecb1c2dc05e5370f SHA512 
b120e2ae3fcc73bd63ce280bf4db9e06e65063d9ea8db2772368cecdc98a111f39c1448b724312c8320f077372775591f96bdd7220de30a89bd1d36c742c4e09
 WHIRLPOOL 
156a8d05791c3edca44329a56e8fd9b141ae591ffaf9085434317587a46e1146561c89424de70bfed725585a11feca9bb59f2cdc3a2570d8dd7c2275f9bbb5d7
+DIST sprockets-3.6.3-git.tgz 367032 SHA256 
40b51d0fb647bb4647e180b7aa21c6645344bc0dd59ff2c829340cc07c42c358 SHA512 
4e497e87e0a5e93baa142071bf200810b47ad26dd9f431dbcda8e332629d971e94d43da2ebd04331d7be7f6807a4c707bdd0cf33303aa689da8996be26adbcac
 WHIRLPOOL 
3f8d1193ef01233c73337202c0a6b9af1c5d1c870b7eaf0eb2b653dd54f0ae1feef72698a820746b2d349ffefa9ec4afe14995fe9498f10b22f4cd0a01bee4ab

diff --git a/dev-ruby/sprockets/sprockets-3.6.3.ebuild 
b/dev-ruby/sprockets/sprockets-3.6.3.ebuild
new file mode 100644
index 000..2867ca3
--- /dev/null
+++ b/dev-ruby/sprockets/sprockets-3.6.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="sprockets.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Ruby library for compiling and serving web assets"
+HOMEPAGE="https://github.com/rails/sprockets;
+SRC_URI="https://github.com/rails/sprockets/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1)"
+KEYWORDS="~amd64 ~arm ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE=""
+
+ruby_add_rdepend "
+   dev-ruby/concurrent-ruby:1
+   >=dev-ruby/rack-1:* =dev-ruby/sass-3.1
+   dev-ruby/uglifier
+   )"
+
+all_ruby_prepare() {
+   # Avoid tests for template types that we currently don't package:
+   # eco and ejs.
+   sed -i -e '/eco templates/,/end/ s:^:#:' \
+   -e '/ejs templates/,/end/ s:^:#:' test/test_environment.rb || 
die
+   sed -i -e '/.ejs/ s:^:#:' test/test_asset.rb || die
+   rm -f test/test_require.rb 
test/test_{closure,eco,ejs,yui}_{compressor,processor}.rb || die
+   sed -i -e "/bundler/d" Rakefile || die
+}
+
+each_ruby_prepare() {
+   sed -i -e "s:ruby:${RUBY}:" test/test_sprocketize.rb || die
+}
+
+each_ruby_test() {
+   # Make sure we have completely separate copies. Hardlinks won't work
+   # for this test suite.
+   cp -R test test-new || die
+   rm -rf test || die
+   mv test-new test || die
+
+   each_fakegem_test
+}



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

2016-07-09 Thread Zac Medico
commit: f161850d7a477ceb40abeeacf97f695b3d4f0e95
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 10 03:52:05 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 10 03:54:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f161850d

net-fs/samba: prefix fixes

Package-Manager: portage-2.3.0

 net-fs/samba/samba-4.4.5.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-fs/samba/samba-4.4.5.ebuild b/net-fs/samba/samba-4.4.5.ebuild
index b865e71..2aa1537 100644
--- a/net-fs/samba/samba-4.4.5.ebuild
+++ b/net-fs/samba/samba-4.4.5.ebuild
@@ -57,7 +57,7 @@ CDEPEND="${PYTHON_DEPS}
>=sys-libs/tdb-1.3.8[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.9.28[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
-   virtual/pam
+   pam? ( virtual/pam )
acl? ( virtual/acl )
addns? ( net-dns/bind-tools[gssapi] )
cluster? ( !dev-db/ctdb )
@@ -115,10 +115,10 @@ multilib_src_configure() {
local myconf=()
myconf=(
--enable-fhs
-   --sysconfdir=/etc
-   --localstatedir=/var
-   --with-modulesdir=/usr/$(get_libdir)/samba
-   --with-piddir=/run/${PN}
+   --sysconfdir="${EPREFIX}/etc"
+   --localstatedir="${EPREFIX}/var"
+   --with-modulesdir="${EPREFIX}/usr/$(get_libdir)/samba"
+   --with-piddir="${EPREFIX}/run/${PN}"
--bundled-libraries=NONE
--builtin-libraries=NONE
--disable-rpath
@@ -142,7 +142,7 @@ multilib_src_configure() {
$(use_enable iprint)
$(use_with ldap)
$(use_with pam)
-   $(usex pam 
"--with-pammodulesdir=/$(get_libdir)/security" '')
+   $(usex pam 
"--with-pammodulesdir=${EPREFIX}/$(get_libdir)/security" '')
$(use_with quota quotas)
$(use_with syslog)
$(use_with systemd)
@@ -175,7 +175,7 @@ multilib_src_configure() {
)
fi
 
-   CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
+   CPPFLAGS="-I${SYSROOT}${EPREFIX}/usr/include/et ${CPPFLAGS}" \
waf-utils_src_configure ${myconf[@]}
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86+/files/, sys-apps/memtest86+/

2016-07-09 Thread NP Hardass
commit: 0eb2ba9f9d96fad560ae3bbfcaed940c43d7fb4f
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat May 14 22:40:28 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Jul 10 02:48:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb2ba9f

sys-apps/memtest86+: Update 39_memtest86+ to support grub submenus

Package-Manager: portage-2.2.28

 sys-apps/memtest86+/files/39_memtest86+| 59 ++
 ...6+-4.20-r2.ebuild => memtest86+-4.20-r3.ebuild} |  2 +-
 ...6+-5.01-r1.ebuild => memtest86+-5.01-r2.ebuild} |  2 +-
 3 files changed, 50 insertions(+), 13 deletions(-)

diff --git a/sys-apps/memtest86+/files/39_memtest86+ 
b/sys-apps/memtest86+/files/39_memtest86+
index 14f27a2..10e1964 100644
--- a/sys-apps/memtest86+/files/39_memtest86+
+++ b/sys-apps/memtest86+/files/39_memtest86+
@@ -4,30 +4,67 @@
 
 memtest=/boot/memtest86plus/memtest
 
+memtestbsd=/boot/memtest86plus/memtest.netbsd
+
+if [ -f "${memtest}" ] && [ -f "${memtestbsd}" ]; then
+   multiple_memtest=true
+fi
+
+submenu_indentation=""
+if [ "x${multiple_memtest}" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; 
then
+   submenu_indentation="${grub_tab}"
+   cat <&2
+
device="$("${grub_probe}" --target=device "${memtest}")"
path="$(make_system_path_relative_to_its_root "${memtest}")"
cat <&2
+
+   device="$("${grub_probe}" --target=device "${memtestbsd}")"
+   path="$(make_system_path_relative_to_its_root "${memtestbsd}")"
cat <

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-07-09 Thread Mike Gilbert
commit: f493d67769cd91b87783dcb0a8f465c767746a0a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 10 02:39:07 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 10 02:39:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493d677

www-client/google-chrome-unstable: create /usr/bin/${PN} symlink

It appears this is no longer included in the data.tar archive; instead, the
postinst script creates it when installed using dpkg.

https://bugs.gentoo.org/588318

Package-Manager: portage-2.3.0_p11

 ...e-53.0.2785.8.ebuild => google-chrome-unstable-53.0.2785.8-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild
similarity index 98%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild
index 3bc4b44..733359b 100644
--- 
a/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8.ebuild
+++ 
b/www-client/google-chrome-unstable/google-chrome-unstable-53.0.2785.8-r1.ebuild
@@ -127,6 +127,7 @@ src_install() {
 
insinto /
doins -r opt usr
+   dosym "/${CHROME_HOME}/${PN}" "/usr/bin/${PN}"
 
find "${ED}" -type d -empty -delete || die
chmod 755 
"${ED}${CHROME_HOME}"/{chrome,${PN},nacl_helper{,_bootstrap},xdg-{mime,settings}}
 || die



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

2016-07-09 Thread NP Hardass
commit: 54db9fcdef02424f8bfdd274987ec9e244add785
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Jul 10 02:10:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Jul 10 02:10:54 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=54db9fcd

x11-themes/mate-themes-meta: Add unsupported-gtk flag for 1.10

Package-Manager: portage-2.2.28

 .../mate-themes-meta-1.10-r1.ebuild| 34 ++
 1 file changed, 34 insertions(+)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild
new file mode 100644
index 000..27f88f1
--- /dev/null
+++ b/x11-themes/mate-themes-meta/mate-themes-meta-1.10-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} ==  ]]; then
+   MATE_BRANCH=
+else
+   inherit versionator
+   MATE_BRANCH="$(get_version_component_range 1-2)"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="0"
+IUSE="unsupported-gtk3"
+
+DEPEND=""
+RDEPEND="|| (
+   (
+   =x11-libs/gtk+-3.16*:3
+   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.16
+   )
+   (
+   =x11-libs/gtk+-3.18*:3
+   =x11-themes/mate-themes-${MATE_BRANCH}*:0/3.18
+   )
+   unsupported-gtk3? ( =x11-themes/mate-themes-${MATE_BRANCH}*:0 )
+   )"



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

2016-07-09 Thread NP Hardass
commit: 43530567d82b77127c6d729502905541aa40341d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jul  9 19:00:24 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Jul 10 00:45:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43530567

app-emulation/winetricks: Remove old version.

Package-Manager: portage-2.3.0

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

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

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index b2e0f55..baed78a 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,3 +1,2 @@
-DIST winetricks-20160425.tar.gz 170817 SHA256 
0ddd2d896ab3803057f0eeec3afd6fd2f1b8ebb21e4ec0647c66e3cad0da1d0e SHA512 
20279a49088ae8f30447d940432c026933b02438f0872fd736b1015ce70150c9300273eaa2000e42389e1dcdc9807f52ee8ddfe2d0a1a0bf9bb2e62acbda19b9
 WHIRLPOOL 
7d8b9e0dcb1e4532678790aeb77c6b14147f60eef1560efe05b75b14e87eb85954c810920be2a058fd5f18451fb419f706f8ff92bf8cc952c58b360f59785ca6
 DIST winetricks-20160709.tar.gz 173713 SHA256 
c21a7bb4c312eeea27325d82160fee5e6961387fd396540d78d57a590df1ebe5 SHA512 
8624cb8c1152f637fb46f66035059e6832e5d083e2df6737d8e6ec5a5981dc2650e1160ad3de04ab120e971a2f9a7df906f10fe95951db258217f6f0774d5b84
 WHIRLPOOL 
305b64049670d01fd8f3544b38033df10e11d49e2033c65688d9eddeda305f51cdfa5aeded05bda3a4239105ad03f071aa785eac200f61da2581c406db3c43d6
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 
dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a
 WHIRLPOOL 
268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b

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



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

2016-07-09 Thread NP Hardass
commit: 56d5cef67a5f77e1936f5bb60c8b7bc794ddff5c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Sat Jul  9 19:00:23 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sun Jul 10 00:44:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d5cef6

app-emulation/winetricks: Version bump to 20160709.

Package-Manager: portage-2.3.0

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

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

diff --git a/app-emulation/winetricks/Manifest 
b/app-emulation/winetricks/Manifest
index ae52f26..b2e0f55 100644
--- a/app-emulation/winetricks/Manifest
+++ b/app-emulation/winetricks/Manifest
@@ -1,2 +1,3 @@
 DIST winetricks-20160425.tar.gz 170817 SHA256 
0ddd2d896ab3803057f0eeec3afd6fd2f1b8ebb21e4ec0647c66e3cad0da1d0e SHA512 
20279a49088ae8f30447d940432c026933b02438f0872fd736b1015ce70150c9300273eaa2000e42389e1dcdc9807f52ee8ddfe2d0a1a0bf9bb2e62acbda19b9
 WHIRLPOOL 
7d8b9e0dcb1e4532678790aeb77c6b14147f60eef1560efe05b75b14e87eb85954c810920be2a058fd5f18451fb419f706f8ff92bf8cc952c58b360f59785ca6
+DIST winetricks-20160709.tar.gz 173713 SHA256 
c21a7bb4c312eeea27325d82160fee5e6961387fd396540d78d57a590df1ebe5 SHA512 
8624cb8c1152f637fb46f66035059e6832e5d083e2df6737d8e6ec5a5981dc2650e1160ad3de04ab120e971a2f9a7df906f10fe95951db258217f6f0774d5b84
 WHIRLPOOL 
305b64049670d01fd8f3544b38033df10e11d49e2033c65688d9eddeda305f51cdfa5aeded05bda3a4239105ad03f071aa785eac200f61da2581c406db3c43d6
 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 SHA256 
dded8c294cc5c2e71e4a5d1531ab165178cf3d2d1d890d0656368c2e499bfeb9 SHA512 
59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a
 WHIRLPOOL 
268da9e06712a678fbbcfff8eac1fca364b5e46f0a9c48a591eb88f03260b1a55f203eb2908bfe1f0a534b77c866127ff6f7049b0e43fe8abeaaa26fe55de75b

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



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

2016-07-09 Thread Zac Medico
commit: 18bfe0187e835b64a2d4a8c4a813b70e66637404
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 10 00:17:17 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 10 00:18:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bfe018

net-fs/smbnetfs: depend on libgnome-keyring

Package-Manager: portage-2.3.0

 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild 
b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
index 8def3f2..c7ab2e0 100644
--- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild
+++ b/net-fs/smbnetfs/smbnetfs-0.6.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$
 
@@ -17,7 +17,7 @@ IUSE="gnome"
 RDEPEND=">=sys-fs/fuse-2.3:=
>=net-fs/samba-3.2:=[smbclient(+)]
>=dev-libs/glib-2.30:=
-   gnome? ( gnome-base/gnome-keyring:= )"
+   gnome? ( gnome-base/libgnome-keyring:= )"
 
 DEPEND="${RDEPEND}
virtual/pkgconfig



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

2016-07-09 Thread William Hubbs
commit: b179faba612d58eaa186dca6f3347676ac4e7cf4
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul  9 22:42:49 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul  9 22:42:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b179faba

app-emulation/docker: remove 1.12.0-rc2 per #588276

Package-Manager: portage-2.2.28

 app-emulation/docker/Manifest|   2 -
 app-emulation/docker/docker-1.12.0_rc2-r2.ebuild | 275 ---
 2 files changed, 277 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 500561b..d2b19e7 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,2 @@
 DIST docker-1.11.0.tar.gz 10637394 SHA256 
088869b9a19ae17656e068aa6d3d473866e8133365427c601c671da1b2189057 SHA512 
ecb7f531a5632fd6274e3eec59a5194c61d0788ab9f3864845cbc248232c2f14671a26c34abab8c5ca85ce6106ae72ea3ae4e5d133ad1efb126069ae82a2dba0
 WHIRLPOOL 
20b0ef1642d2fea2ae186a17786d95f138fb7df92daa104f00c481488f82eadd5e8f27a0a8e926d68f495fd62bc132d83817a0831f84b3786474a9408d87878f
-DIST docker-1.12.0_rc2-23859.patch 62625 SHA256 
8f424c54df8e387286ac5fc36cf0c0e7b2de72d698ed157197a76050e4f6fbfc SHA512 
d86f1741ea88d27039fcbce95f243d5720bbc2fcc5e0ff715345ad674543b553d449a73be09fc5d75664ee5b67cd5e9b67419b027c54258ee7b35f9c2bfdeca5
 WHIRLPOOL 
a34a10108f5e62764c21e138130c57962c3de172fd00235af0d2baa5be482f15913c56426133564f59d8660538f287d787f08750408795aa68040e4e697e4aa0
-DIST docker-1.12.0_rc2.tar.gz 12332409 SHA256 
085d79554c5da49d16de04aa06640be45f37535bccbdbf8190790114327a53a4 SHA512 
d5b24ee990010e7c1101e238910db29b9aa718396659f2dc0862a626efe98364b0a22489409d131163f6273327b430aa0c5926b371baf47c02b2049ad47537a3
 WHIRLPOOL 
970de3a3b00aa9bcfff11e4801a16f6979ab459cbc8e66d9dd9a414090d34deffa3e475ced9f4b22d5afe4a10350e6fb96c9b9f4cfb3164fff1db3273da627f1
 DIST docker-1.12.0_rc3.tar.gz 12359008 SHA256 
3f030c4f084ed518efeb00f21f3fdfb25252dd9c153b1d42da953e59bb41c582 SHA512 
438f0f6fa65f7354d3059558427aadcc86139f3c062e30407f249ba8cfcfb307f083cea1a872637dfb4c68481a11cc22580e50ca6eb51d98370665c9fdc42f65
 WHIRLPOOL 
30914ea9fee3759bb1229329ebc7da35d3ba39abf311abb1f90e12e45899d01954d7903579b253d3cc609ac269ceaf681e58d08e87b31232836322ab3dcc65c1

diff --git a/app-emulation/docker/docker-1.12.0_rc2-r2.ebuild 
b/app-emulation/docker/docker-1.12.0_rc2-r2.ebuild
deleted file mode 100644
index e85287d..000
--- a/app-emulation/docker/docker-1.12.0_rc2-r2.ebuild
+++ /dev/null
@@ -1,275 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="906eacd"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
-   https://dev.gentoo.org/~williamh/dist/${P}-23859.patch;
-   KEYWORDS="~amd64"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +device-mapper experimental overlay seccomp"
-
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.8
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
-RDEPEND="
-   ${CDEPEND}
-
-   !app-emulation/docker-bin
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-
-   >app-emulation/containerd-0.2.2
-   app-emulation/runc[apparmor?,seccomp?]
-"
-
-RESTRICT="installsources strip"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-# see "contrib/check-config.sh" from upstream's sources
-CONFIG_CHECK="
-   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
-   ~DEVPTS_MULTIPLE_INSTANCES
-   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
-   ~KEYS ~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER
-   ~NF_NAT_IPV4 ~IP_NF_FILTER 

[gentoo-commits] repo/gentoo:master commit in: kde-base/kdebase-startkde/

2016-07-09 Thread Johannes Huber
commit: 58c9b056731ab991ea6e03ac5120266a83a3b99c
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul  9 10:41:38 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 21:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c9b056

kde-base/kdebase-startkde: Merge kdebase-runtime-meta here

Gets rid of slot 5 dependency.

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 ...2.ebuild => kdebase-startkde-4.11.22-r2.ebuild} | 49 ++
 .../kdebase-startkde-4.11.22.ebuild| 44 ---
 kde-base/kdebase-startkde/metadata.xml | 15 +++
 3 files changed, 89 insertions(+), 19 deletions(-)

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
similarity index 61%
copy from kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild
copy to kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
index eabe8d1..1d17106 100644
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild
+++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r2.ebuild
@@ -9,26 +9,58 @@ KMNOMODULE="true"
 inherit kde4-meta prefix
 
 DESCRIPTION="Startkde script, which starts a complete KDE session, and 
associated scripts"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="+wallpapers"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="crash-reporter +handbook +wallpapers"
 
 # The KDE apps called from the startkde script.
 # These provide the most minimal KDE desktop.
 RDEPEND="
-   $(add_kdebase_dep kcminit)
+   $(add_kdeapps_dep attica)
+   $(add_kdeapps_dep kcmshell)
+   $(add_kdeapps_dep kcontrol)
+   $(add_kdeapps_dep kdebase-data)
+   $(add_kdeapps_dep kdebase-desktoptheme)
+   $(add_kdeapps_dep kdebase-kioslaves)
+   $(add_kdeapps_dep kdebase-menu)
+   $(add_kdeapps_dep kdebase-menu-icons)
+   $(add_kdeapps_dep kdebugdialog)
+   $(add_kdeapps_dep kdesu)
+   $(add_kdeapps_dep kdontchangethehostname)
+   $(add_kdeapps_dep keditfiletype)
+   $(add_kdeapps_dep kfile)
$(add_kdeapps_dep kfmclient)
+   $(add_kdeapps_dep kglobalaccel)
+   $(add_kdeapps_dep kiconfinder)
+   $(add_kdeapps_dep kimgio)
+   $(add_kdeapps_dep kioclient)
+   $(add_kdeapps_dep kmimetypefinder)
+   $(add_kdeapps_dep knetattach)
+   $(add_kdeapps_dep knewstuff)
+   $(add_kdeapps_dep knotify)
$(add_kdeapps_dep knotify)
+   $(add_kdeapps_dep kpasswdserver)
+   $(add_kdeapps_dep kquitapp)
$(add_kdeapps_dep kreadconfig)
+   $(add_kdeapps_dep kstart)
+   $(add_kdeapps_dep ktimezoned)
+   $(add_kdeapps_dep ktraderclient)
+   $(add_kdeapps_dep kuiserver)
+   $(add_kdeapps_dep kurifilter-plugins)
+   $(add_kdeapps_dep kwalletd)
+   $(add_kdeapps_dep kwalletmanager)
+   $(add_kdeapps_dep phonon-kde)
+   $(add_kdeapps_dep plasma-apps)
+   $(add_kdeapps_dep plasma-runtime)
+   $(add_kdeapps_dep renamedlg-plugins)
+   $(add_kdeapps_dep solid-runtime)
+   $(add_kdebase_dep kcminit)
$(add_kdebase_dep krunner)
$(add_kdebase_dep ksmserver)
$(add_kdebase_dep ksplash)
$(add_kdebase_dep kstartupconfig)
$(add_kdebase_dep kwin)
-   $(add_kdeapps_dep phonon-kde)
-   $(add_kdeapps_dep plasma-apps)
$(add_kdebase_dep plasma-workspace)
$(add_kdebase_dep systemsettings)
-   kde-apps/kdebase-runtime-meta:5
x11-apps/mkfontdir
x11-apps/xmessage
x11-apps/xprop
@@ -36,7 +68,9 @@ RDEPEND="
x11-apps/xrdb
x11-apps/xsetroot
x11-apps/xset
-   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
+   crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
+   handbook? ( kde-apps/khelpcenter:* )
+   wallpapers? ( kde-apps/kde-wallpapers:* )
 "
 
 KMEXTRACTONLY="
@@ -48,6 +82,7 @@ KMEXTRACTONLY="
 PATCHES=(
"${FILESDIR}/gentoo-startkde4-4.patch"
"${FILESDIR}/${PN}-kscreen.patch"
+   "${FILESDIR}/${PN}-kwalletd-pam.patch"
 )
 
 src_prepare() {

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild
index eabe8d1..6181680 100644
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild
+++ b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22.ebuild
@@ -10,25 +10,57 @@ inherit kde4-meta prefix
 
 DESCRIPTION="Startkde script, which starts a complete KDE session, and 
associated scripts"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="+wallpapers"
+IUSE="crash-reporter +handbook +wallpapers"
 
 # The KDE apps called from the startkde script.
 # These provide the most minimal KDE desktop.
 RDEPEND="
-   $(add_kdebase_dep kcminit)
+   $(add_kdeapps_dep attica)
+   $(add_kdeapps_dep kcmshell)
+   $(add_kdeapps_dep kcontrol)
+  

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

2016-07-09 Thread Johannes Huber
commit: e9a8c866b5afb471f4e8d574bebf4d3446cf1ab3
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul  9 11:11:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 21:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a8c866

kde4-base.eclass: Remove warning without kde-apps/kdebase-runtime-meta

Signed-off-by: Johannes Huber  gentoo.org>

 eclass/kde4-base.eclass | 10 --
 1 file changed, 10 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 5c36b29..c6ce069 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -892,16 +892,6 @@ kde4-base_pkg_postinst() {
einfo "Do _NOT_ file bugs at bugs.gentoo.org because of 
this ebuild!"
echo
fi
-   # for all 3rd party soft tell user that he SHOULD install 
kdebase-startkde or kdebase-runtime-meta
-   if [[ ${KDEBASE} != kde-base ]] && \
-   ! has_version 'kde-apps/kdebase-runtime-meta'; 
then
-   if [[ ${KDE_REQUIRED} == always ]] || ( [[ 
${KDE_REQUIRED} == optional ]] && use kde ); then
-   echo
-   ewarn "WARNING! Your system configuration does 
not contain \"kde-apps/kdebase-runtime-meta\"."
-   ewarn "With this setting you are unsupported by 
KDE team."
-   ewarn "All missing features you report for misc 
packages will be probably ignored or closed as INVALID."
-   fi
-   fi
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: kde-base/kdebase-startkde/

2016-07-09 Thread Johannes Huber
commit: f8ad008125c0a9090decb6dd465c193b88fb155e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul  9 10:48:39 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 21:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ad0081

kde-base/kdebase-startkde: Drop obsolete

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 .../kdebase-startkde-4.11.22-r1.ebuild | 96 --
 1 file changed, 96 deletions(-)

diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r1.ebuild 
b/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r1.ebuild
deleted file mode 100644
index 442709e..000
--- a/kde-base/kdebase-startkde/kdebase-startkde-4.11.22-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-workspace"
-KMNOMODULE="true"
-inherit kde4-meta prefix
-
-DESCRIPTION="Startkde script, which starts a complete KDE session, and 
associated scripts"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="+wallpapers"
-
-# The KDE apps called from the startkde script.
-# These provide the most minimal KDE desktop.
-RDEPEND="
-   $(add_kdebase_dep kcminit)
-   $(add_kdeapps_dep kfmclient)
-   $(add_kdeapps_dep knotify)
-   $(add_kdeapps_dep kreadconfig)
-   $(add_kdebase_dep krunner)
-   $(add_kdebase_dep ksmserver)
-   $(add_kdebase_dep ksplash)
-   $(add_kdebase_dep kstartupconfig)
-   $(add_kdebase_dep kwin)
-   $(add_kdeapps_dep phonon-kde)
-   $(add_kdeapps_dep plasma-apps)
-   $(add_kdebase_dep plasma-workspace)
-   $(add_kdebase_dep systemsettings)
-   kde-apps/kdebase-runtime-meta:5
-   x11-apps/mkfontdir
-   x11-apps/xmessage
-   x11-apps/xprop
-   x11-apps/xrandr
-   x11-apps/xrdb
-   x11-apps/xsetroot
-   x11-apps/xset
-   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
-"
-
-KMEXTRACTONLY="
-   ConfigureChecks.cmake
-   kdm/
-   startkde.cmake
-"
-
-PATCHES=(
-   "${FILESDIR}/gentoo-startkde4-4.patch"
-   "${FILESDIR}/${PN}-kscreen.patch"
-   "${FILESDIR}/${PN}-kwalletd-pam.patch"
-)
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   cp "${FILESDIR}/KDE-4" "${T}"
-
-   # fix ${EPREFIX}
-   eprefixify startkde.cmake "${T}/KDE-4"
-}
-
-src_install() {
-   kde4-meta_src_install
-
-   # startup and shutdown scripts
-   insinto /etc/kde/startup
-   doins "${FILESDIR}/agent-startup.sh"
-
-   insinto /etc/kde/shutdown
-   doins "${FILESDIR}/agent-shutdown.sh"
-
-   # x11 session script
-   exeinto /etc/X11/Sessions
-   doexe "${T}/KDE-4"
-
-   # freedesktop compliant session script
-   sed -e "s:\${BIN_INSTALL_DIR}:${EPREFIX}/usr/bin:g" \
-   "${S}/kdm/kfrontend/sessions/kde-plasma.desktop.cmake" > 
"${T}/KDE-4.desktop"
-   insinto /usr/share/xsessions
-   doins "${T}/KDE-4.desktop"
-}
-
-pkg_postinst () {
-   kde4-meta_pkg_postinst
-
-   echo
-   elog "To enable gpg-agent and/or ssh-agent in KDE sessions,"
-   elog "edit ${EPREFIX}/etc/kde/startup/agent-startup.sh and"
-   elog "${EPREFIX}/etc/kde/shutdown/agent-shutdown.sh"
-   echo
-   elog "The name of the session script has changed."
-   elog "If you currently have XSESSION=\"kde-$(get_kde_version)\" in your"
-   elog "configuration files, you will need to change it to"
-   elog "XSESSION=\"KDE-4\""
-}



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

2016-07-09 Thread Johannes Huber
commit: 7d72c36042e09aaec1758e1e09fdda4e02dfefd2
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul  9 10:51:01 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 21:26:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d72c360

profiles: Resolve conflicts with slot 5 in kde package.use

Signed-off-by: Johannes Huber  gentoo.org>

 profiles/targets/desktop/kde/package.use | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/kde/package.use 
b/profiles/targets/desktop/kde/package.use
index d8bc342..8edbfb3 100644
--- a/profiles/targets/desktop/kde/package.use
+++ b/profiles/targets/desktop/kde/package.use
@@ -1,7 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Resolve conflicts with slot 5 ebuilds
+kde-base/baloo minimal
+kde-apps/kwalletmanager:4 minimal
+kde-apps/libkipi:4 minimal
+
 # Required by kde-base/pykde4
 dev-python/PyQt4 script sql webkit
 



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

2016-07-09 Thread Matthias Maier
commit: 3206fda8887e184a7578ea83a10e2f8a9615fbc1
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 21:03:18 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 21:03:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3206fda8

dev-python/libvirt-python: drop old 1.2.21

Package-Manager: portage-2.2.28

 dev-python/libvirt-python/Manifest |  1 -
 .../libvirt-python/libvirt-python-1.2.21.ebuild| 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index caa7366..76e1c76 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,3 +1,2 @@
-DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 
7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 SHA512 
7e2481ffa26105ddde703bd6eafe74240b69990b2f2ce0042f20f7fceb1d326fb8a66bf26042bfe63a12cf3202d7c19b14b6d766dd42fb66af212393d7aaf332
 WHIRLPOOL 
18dd5bc0d565b6846c40960cf258d7fb3714054be15fe54507e2846c5a7c2cd81e9b209c8e70cbfd5319d5a06f00c2c5322995058637af87d1676276f8675b2e
 DIST libvirt-python-1.3.5.tar.gz 168780 SHA256 
a0508a57637fd18a3584fb9d2322fb172f65708c9db16e0438a70eb0f36fa5c2 SHA512 
e1241e71dc0c574b14c6ecb101ec611f0c8caab6a5f82268882febb7b1382752d350ee0f6c2d648c30c6af3f19ef5b91bb518d8a0bd6ab967807b82dd4cf893f
 WHIRLPOOL 
83a861fd425320214c43b80053444cc273c761e88b2530a10d2e8bfe898b19e1563d9f3b182deabe7fc8a7f445c303fa495123bb28d41caa88954cceff40c453
 DIST libvirt-python-2.0.0.tar.gz 170475 SHA256 
7816cbc1c6ad140ba643b662825babb1ef586bd3ccfd0b04dfeba4ae2f2d1d40 SHA512 
695de54ab79d10900c44d2e12be422692da03436f5f89bd4020f3e114d250a94e13c61d112287f2d0d3d1dfadd7309af501d4226a12925c4295e4b3aae20d88c
 WHIRLPOOL 
48059b5a2c31194369096737d45ded7c64eed14055fb895e5844025c3f888a17473d32c717db5e4c5a84be8623c2f40d67efa87b7a261be68a13a06d9afb272d

diff --git a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild 
b/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild
deleted file mode 100644
index 1f38cff..000
--- a/dev-python/libvirt-python/libvirt-python-1.2.21.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-AUTOTOOLIZE=yes
-
-MY_P="${P/_rc/-rc}"
-
-inherit eutils distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS=""
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="http://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="test"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-
-# testsuite is currently not included in upstream tarball
-RESTRICT="test"
-
-python_test() {
-   esetup.py test
-}



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

2016-07-09 Thread Matthias Maier
commit: 499c1b526e852bb00d899c0684d60242c7926417
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 21:01:04 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 21:01:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499c1b52

app-emulation/libvirt: drop old 1.2.21-r3

Package-Manager: portage-2.2.28

 app-emulation/libvirt/Manifest |   2 -
 .../libvirt-1.2.17-fix_paths_for_apparmor.patch| 148 
 .../files/libvirt-1.2.9-do_not_use_sysconf.patch   | 112 --
 app-emulation/libvirt/libvirt-1.2.21-r3.ebuild | 386 -
 4 files changed, 648 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 9bd7c4c..eb92106 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,5 +1,3 @@
-DIST libvirt-1.2.21-20160709.tar.xz 3048 SHA256 
c2bef1c300099c3ff6ce81488a2678e588d18ca46a27916df160c8304239ca80 SHA512 
fdf0cd5e1cc3e0144fa99577c1a8c2d5e69ab610c923071b645465fb58076b2ce7a8e4e7747f3a6c59716917c6d41f369d77565c0f9fe10907a76d9b39edede6
 WHIRLPOOL 
2816d54588e4a49efd6773982b2b8a281572607c86c5a57c45b1736ce22836ea4cb91cee8d59b8fddcaafd2e552d0422ef5ed4b33d19a1705d4a38f270b9d39d
-DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
 DIST libvirt-1.3.5-20160709.tar.xz 1336 SHA256 
d14b14661e9bd89a8805dd84d8ee5f8b39f428a4dcbf70693eea593328e28033 SHA512 
08ad8c691f145a3a8c27b594b486b9265777f756099c127e58fd76bac7249a0e84181a3f15da4cf64ffdcf35ff7e3a2f1f1ee50f3882df5d980ad7250a30e44e
 WHIRLPOOL 
8d8106314c2bed984db3947b51b90dadd45680a07d568cc980c6534ba2229bfff8d041ecf40898131030f3db8d6e223fe30ba3dc72b3fe7fedc02a77b5c37331
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879
 DIST libvirt-2.0.0.tar.xz 13161096 SHA256 
10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb SHA512 
1182346e9268ec50cfd191a18172ad8ca80615a111547cc72fbe227cbbe9579263a1236f80cb36542272bdbf092e2184c9060b65c56dc2098076bbd1a89dd66c
 WHIRLPOOL 
3d6d9e307228f54993c6082f7787d678b2afe84d96b47889d1565e38da489fb99691aeb598831dff04cd9fe47448ea35dc1f5a44b3c6638816cf61533155688c

diff --git 
a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch 
b/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
deleted file mode 100644
index c608295..000
--- a/app-emulation/libvirt/files/libvirt-1.2.17-fix_paths_for_apparmor.patch
+++ /dev/null
@@ -1,148 +0,0 @@
-diff --git a/examples/apparmor/Makefile.am b/examples/apparmor/Makefile.am
-index 7a20e16..c3c67b6 100644
 a/examples/apparmor/Makefile.am
-+++ b/examples/apparmor/Makefile.am
-@@ -19,13 +19,13 @@ EXTRA_DIST=\
-   TEMPLATE.lxc\
-   libvirt-qemu\
-   libvirt-lxc \
--  usr.lib.libvirt.virt-aa-helper  \
-+  usr.libexec.virt-aa-helper  \
-   usr.sbin.libvirtd
- 
- if WITH_APPARMOR_PROFILES
- apparmordir = $(sysconfdir)/apparmor.d/
- apparmor_DATA = \
--  usr.lib.libvirt.virt-aa-helper \
-+  usr.libexec.virt-aa-helper \
-   usr.sbin.libvirtd \
-   $(NULL)
- 
-diff --git a/examples/apparmor/usr.lib.libvirt.virt-aa-helper 
b/examples/apparmor/usr.lib.libvirt.virt-aa-helper
-deleted file mode 100644
-index b34fb35..000
 a/examples/apparmor/usr.lib.libvirt.virt-aa-helper
-+++ /dev/null
-@@ -1,48 +0,0 @@
--# Last Modified: Mon Apr  5 15:10:27 2010
--#include 
--
--profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
--  #include 
--
--  # needed for searching directories
--  capability dac_override,
--  capability dac_read_search,
--
--  # needed for when disk is on a network filesystem
--  network inet,
--
--  deny @{PROC}/[0-9]*/mounts r,
--  @{PROC}/[0-9]*/net/psched r,
--  owner @{PROC}/[0-9]*/status r,
--  @{PROC}/filesystems r,
--
--  # for hostdev
--  /sys/devices/ r,
--  /sys/devices/** r,
--
--  /usr/{lib,lib64}/libvirt/virt-aa-helper mr,
--  /sbin/apparmor_parser Ux,
--
--  /etc/apparmor.d/libvirt/* r,
--  
/etc/apparmor.d/libvirt/libvirt-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*
 rw,
--
--  # for backingstore -- allow access to non-hidden files in @{HOME} as well
--  # as storage pools
--  audit deny @{HOME}/.* mrwkl,
--  audit deny @{HOME}/

[gentoo-commits] proj/kde:master commit in: kde-apps/kdebase-data/, kde-apps/kmimetypefinder/, kde-apps/keditfiletype/, ...

2016-07-09 Thread Johannes Huber
commit: abd819f94ef924be7d38c7721d73a2fec28f8e7b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 20:37:25 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 20:37:25 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=abd819f9

kde-apps: Remove kde-runtime live

Dead upstream.

Package-Manager: portage-2.3.0

 kde-apps/attica/attica-16.04.49..ebuild| 17 ---
 kde-apps/attica/attica-.ebuild | 17 ---
 kde-apps/drkonqi/drkonqi-16.04.49..ebuild  | 25 --
 kde-apps/drkonqi/drkonqi-.ebuild   | 25 --
 kde-apps/kcmshell/kcmshell-16.04.49..ebuild| 12 -
 kde-apps/kcmshell/kcmshell-.ebuild | 12 -
 kde-apps/kcontrol/kcontrol-16.04.49..ebuild| 26 --
 kde-apps/kcontrol/kcontrol-.ebuild | 26 --
 .../kdebase-data/kdebase-data-16.04.49..ebuild | 38 ---
 kde-apps/kdebase-data/kdebase-data-.ebuild | 38 ---
 .../kdebase-desktoptheme-16.04.49..ebuild  | 13 -
 .../kdebase-desktoptheme-.ebuild   | 13 -
 .../kdebase-kioslaves-16.04.49..ebuild | 52 
 .../kdebase-kioslaves-.ebuild  | 52 
 .../kdebase-menu-icons-16.04.49..ebuild| 13 -
 .../kdebase-menu-icons-.ebuild | 13 -
 .../kdebase-menu/kdebase-menu-16.04.49..ebuild | 13 -
 kde-apps/kdebase-menu/kdebase-menu-.ebuild | 13 -
 .../kdebase-runtime-meta-16.04.3.ebuild| 56 +++---
 .../kdebase-runtime-meta-16.04.49..ebuild  | 45 -
 .../kdebase-runtime-meta-.ebuild   | 45 -
 .../kdebugdialog/kdebugdialog-16.04.49..ebuild | 13 -
 kde-apps/kdebugdialog/kdebugdialog-.ebuild | 13 -
 kde-apps/kdesu/kdesu-16.04.49..ebuild  | 26 --
 kde-apps/kdesu/kdesu-.ebuild   | 26 --
 .../kdontchangethehostname-16.04.49..ebuild| 16 ---
 .../kdontchangethehostname-.ebuild | 16 ---
 .../keditfiletype-16.04.49..ebuild | 15 --
 kde-apps/keditfiletype/keditfiletype-.ebuild   | 15 --
 kde-apps/kfile/kfile-16.04.49..ebuild  | 12 -
 kde-apps/kfile/kfile-.ebuild   | 12 -
 .../kglobalaccel/kglobalaccel-16.04.49..ebuild | 21 
 kde-apps/kglobalaccel/kglobalaccel-.ebuild | 21 
 .../kiconfinder/kiconfinder-16.04.49..ebuild   | 12 -
 kde-apps/kiconfinder/kiconfinder-.ebuild   | 12 -
 kde-apps/kimgio/kimgio-16.04.49..ebuild| 15 --
 kde-apps/kimgio/kimgio-.ebuild | 15 --
 kde-apps/kioclient/kioclient-16.04.49..ebuild  | 12 -
 kde-apps/kioclient/kioclient-.ebuild   | 12 -
 .../kmimetypefinder-16.04.49..ebuild   | 12 -
 .../kmimetypefinder/kmimetypefinder-.ebuild| 12 -
 .../knetattach/knetattach-16.04.49..ebuild | 13 -
 kde-apps/knetattach/knetattach-.ebuild | 13 -
 kde-apps/knewstuff/knewstuff-16.04.49..ebuild  | 12 -
 kde-apps/knewstuff/knewstuff-.ebuild   | 12 -
 kde-apps/knotify/knotify-16.04.49..ebuild  | 12 -
 kde-apps/knotify/knotify-.ebuild   | 12 -
 .../kpasswdserver-16.04.49..ebuild | 15 --
 kde-apps/kpasswdserver/kpasswdserver-.ebuild   | 15 --
 kde-apps/kquitapp/kquitapp-16.04.49..ebuild| 12 -
 kde-apps/kquitapp/kquitapp-.ebuild | 12 -
 .../kreadconfig/kreadconfig-16.04.49..ebuild   | 12 -
 kde-apps/kreadconfig/kreadconfig-.ebuild   | 12 -
 kde-apps/kstart/kstart-16.04.49..ebuild| 12 -
 kde-apps/kstart/kstart-.ebuild | 12 -
 .../ktimezoned/ktimezoned-16.04.49..ebuild | 12 -
 kde-apps/ktimezoned/ktimezoned-.ebuild | 12 -
 .../ktraderclient-16.04.49..ebuild | 12 -
 kde-apps/ktraderclient/ktraderclient-.ebuild   | 12 -
 kde-apps/kuiserver/kuiserver-16.04.49..ebuild  | 12 -
 kde-apps/kuiserver/kuiserver-.ebuild   | 12 -
 .../kurifilter-plugins-16.04.49..ebuild| 15 --
 .../kurifilter-plugins-.ebuild | 15 --
 kde-apps/kwalletd/kwalletd-16.04.49..ebuild| 42 
 kde-apps/kwalletd/kwalletd-.ebuild | 42 
 .../phonon-kde/phonon-kde-16.04.49..ebuild | 36 --
 kde-apps/phonon-kde/phonon-kde-.ebuild | 36 --
 .../plasma-runtime-16.04.49..ebuild| 22 -
 kde-apps/plasma-runtime/plasma-runtime-.ebuild | 22 -
 .../renamedlg-plugins-16.04.49..ebuild | 13 -
 

[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, ...

2016-07-09 Thread Johannes Huber
commit: fe250e0cd61845625a7dc3555d719f9b589248d2
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 19:38:08 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 19:38:08 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe250e0c

Documentation: Update kde-applications-live

 .../package.accept_keywords/.kde-applications-live/kde-applications-live | 1 -
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kde-applications-live
 
b/Documentation/package.accept_keywords/.kde-applications-live/kde-applications-live
index 8aaa1af..731dbe6 100644
--- 
a/Documentation/package.accept_keywords/.kde-applications-live/kde-applications-live
+++ 
b/Documentation/package.accept_keywords/.kde-applications-live/kde-applications-live
@@ -4,7 +4,6 @@
 ~kde-apps/kde-apps-meta- **
 ~kde-apps/kde-meta- **
 ~kde-apps/kdebase-meta- **
-~kde-apps/kdebase-runtime-meta- **
 ~kde-apps/kdecore-meta- **
 ~kde-apps/khelpcenter- **
 ~kde-apps/konsole- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index 848af93..3352f3e 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -7,7 +7,6 @@
 ~kde-apps/kde-apps-meta- **
 ~kde-apps/kde-meta- **
 ~kde-apps/kdebase-meta- **
-~kde-apps/kdebase-runtime-meta- **
 ~kde-apps/kdecore-meta- **
 ~kde-apps/khelpcenter- **
 ~kde-apps/konsole- **



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

2016-07-09 Thread Johannes Huber
commit: 045f80897ef4cd9d16279b7ad65d8ab2b7b7bcdb
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 19:29:06 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 19:33:34 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=045f8089

sets: Remove kdebase-runtime-live

 sets/kde-applications-live |  1 -
 sets/kdebase-runtime-live  | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sets/kde-applications-live b/sets/kde-applications-live
index e9aab4c..fdbca55 100644
--- a/sets/kde-applications-live
+++ b/sets/kde-applications-live
@@ -4,7 +4,6 @@
 ~kde-apps/kde-apps-meta-
 ~kde-apps/kde-meta-
 ~kde-apps/kdebase-meta-
-~kde-apps/kdebase-runtime-meta-
 ~kde-apps/kdecore-meta-
 ~kde-apps/khelpcenter-
 ~kde-apps/konsole-

diff --git a/sets/kdebase-runtime-live b/sets/kdebase-runtime-live
deleted file mode 100644
index 4b1a18b..000
--- a/sets/kdebase-runtime-live
+++ /dev/null
@@ -1,35 +0,0 @@
-~kde-apps/attica-
-~kde-apps/drkonqi-
-~kde-apps/kcmshell-
-~kde-apps/kcontrol-
-~kde-apps/kdebase-data-
-~kde-apps/kdebase-desktoptheme-
-~kde-apps/kdebase-kioslaves-
-~kde-apps/kdebase-menu-
-~kde-apps/kdebase-menu-icons-
-~kde-apps/kdebugdialog-
-~kde-apps/kdesu-
-~kde-apps/kdontchangethehostname-
-~kde-apps/keditfiletype-
-~kde-apps/kfile-
-~kde-apps/kglobalaccel-
-~kde-apps/kiconfinder-
-~kde-apps/kimgio-
-~kde-apps/kioclient-
-~kde-apps/kmimetypefinder-
-~kde-apps/knetattach-
-~kde-apps/knewstuff-
-~kde-apps/knotify-
-~kde-apps/kpasswdserver-
-~kde-apps/kquitapp-
-~kde-apps/kreadconfig-
-~kde-apps/kstart-
-~kde-apps/ktimezoned-
-~kde-apps/ktraderclient-
-~kde-apps/kuiserver-
-~kde-apps/kurifilter-plugins-
-~kde-apps/kwalletd-
-~kde-apps/phonon-kde-
-~kde-apps/plasma-runtime-
-~kde-apps/renamedlg-plugins-
-~kde-apps/solid-runtime-



[gentoo-commits] proj/kde:master commit in: kde-apps/kdecore-meta/

2016-07-09 Thread Johannes Huber
commit: 0671cd542cb38c9f068909b2fc526fd1cc2d924b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 19:25:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 19:25:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0671cd54

kde-apps/kdecore-meta: Update dependency on kde-apps/kdebase-runtime-meta

Package-Manager: portage-2.3.0

 kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild   | 2 +-
 kde-apps/kdecore-meta/kdecore-meta-16.04.49..ebuild | 2 +-
 kde-apps/kdecore-meta/kdecore-meta-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
index b98b1e7..3445821 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-16.04.3.ebuild
@@ -16,5 +16,5 @@ RDEPEND="
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3-r1) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 15.08.3-r1) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )
 "

diff --git a/kde-apps/kdecore-meta/kdecore-meta-16.04.49..ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-16.04.49..ebuild
index 60cac1a..0b92f26 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-16.04.49..ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-16.04.49..ebuild
@@ -16,5 +16,5 @@ RDEPEND="
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3-r1) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 15.08.3-r1) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )
 "

diff --git a/kde-apps/kdecore-meta/kdecore-meta-.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-.ebuild
index 60cac1a..0b92f26 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-.ebuild
@@ -16,5 +16,5 @@ RDEPEND="
$(add_kdeapps_dep kwrite)
handbook? ( $(add_kdeapps_dep khelpcenter) )
wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3-r1) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 15.08.3-r1) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta '' 16.04.3) )
 "



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

2016-07-09 Thread Andreas Hüttel
commit: d71362abbae59e5258b134170c109451221661ea
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  9 20:24:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  9 20:24:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71362ab

media-libs/gst-plugins-base: Pointless commit to enforce regeneration of the 
rsync Manifest

Package-Manager: portage-2.3.0

 media-libs/gst-plugins-base/gst-plugins-base-1.6.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.6.3.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.6.3.ebuild
index 034a8c4..5cda690 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.6.3.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.6.3.ebuild
@@ -7,6 +7,8 @@ GST_ORG_MODULE="gst-plugins-base"
 
 inherit gstreamer
 
+# yes the manifest code should get fixed
+
 DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 



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

2016-07-09 Thread Andreas Hüttel
commit: c460be9e3631207472590a363a5774d959a96e9d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul  9 20:23:06 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jul  9 20:23:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c460be9e

media-libs/gstreamer: Pointless commit to enforce regeneration of the rsync 
Manifest

Package-Manager: portage-2.3.0

 media-libs/gstreamer/gstreamer-1.6.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/gstreamer/gstreamer-1.6.3.ebuild 
b/media-libs/gstreamer/gstreamer-1.6.3.ebuild
index d661b3a..fd465ed 100644
--- a/media-libs/gstreamer/gstreamer-1.6.3.ebuild
+++ b/media-libs/gstreamer/gstreamer-1.6.3.ebuild
@@ -6,6 +6,8 @@ EAPI="5"
 
 inherit bash-completion-r1 eutils multilib multilib-minimal pax-utils
 
+# yes the manifest code should get fixed
+
 DESCRIPTION="Open source multimedia framework"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz;



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

2016-07-09 Thread Manuel Rüger
commit: ee7fb13c9132109362c8c8c2ee76094b10c576a7
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul  9 20:20:06 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul  9 20:20:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7fb13c

app-crypt/acme: Remove old

Package-Manager: portage-2.3.0

 app-crypt/acme/Manifest  |  1 -
 app-crypt/acme/acme-0.6.0.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index e2b6047..c425935 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,3 +1,2 @@
 DIST certbot-0.8.1.tar.gz 698305 SHA256 
1fb4834eba306a656f26257f86ed298df354cdecb1b0bde316a9d23a1e19db01 SHA512 
8b21d270b5ee847086369b956b3346f50ab0e4490d988e7ca535f4d4101e2859e99bc5f77ac920afd3a6a9210e407b155c89c28d282dc0544735a27e3eaa
 WHIRLPOOL 
909a3f6f63fac84bf6fe8fb35b9aba46c06912af01d5f702eee5b6aeab49d4f2a92fa05e4f060da11ac6cbc89047e92457f626d6c82aa0de0f1127ca79924fc7
 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0
-DIST letsencrypt-0.6.0.tar.gz 686826 SHA256 
58eaa6be4ae90af07d682296e42dbac924b5602c51002445059596313e182a09 SHA512 
966fdbff13ac9651ebb5fafae86a58a45538d57a43eb6d157358bbecef4286634bb61dd13b94e0ca5b006980a35cc5fe55b4a12efdeadc2530653d844516c926
 WHIRLPOOL 
0bd424395b9002a04f6c900b208aea758f74e9864d75f6aa87fc30573f046c63f9791aa8bcce0a5452831192d1579e9b52fda5ed77befd6e4f361dab976d6369

diff --git a/app-crypt/acme/acme-0.6.0.ebuild b/app-crypt/acme/acme-0.6.0.ebuild
deleted file mode 100644
index 4d12496..000
--- a/app-crypt/acme/acme-0.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4,3_5})
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   inherit git-r3
-   KEYWORDS=""
-   S=${WORKDIR}/${P}/${PN}
-else
-   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
letsencrypt-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-   S=${WORKDIR}/certbot-${PV}/acme
-fi
-
-inherit distutils-r1
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/ndg-httpsclient-0.4[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-0.15[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-   nosetests -w ${PN} || die
-}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/, sci-visualization/paraview/files/

2016-07-09 Thread Matthias Maier
commit: 90bf5122ad89011806338beb9817d5f3ed2574e8
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 20:02:20 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 20:03:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bf5122

sci-visualization/paraview: reinstantiate 4.1.0 to resolve openfoam dep

Package-Manager: portage-2.2.28

 sci-visualization/paraview/Manifest|   1 +
 .../paraview/files/paraview-4.0.1-Protobuf.patch   |  72 +++
 .../files/paraview-4.0.1-removesqlite.patch| 517 +
 .../files/paraview-4.0.1-vtk-cg-path.patch |  36 ++
 .../files/paraview-4.1.0-glxext-legacy.patch   |   9 +
 .../files/paraview-4.1.0-no-fatal-warnings.patch   |  19 +
 .../files/paraview-4.1.0-vtk-freetype.patch|  22 +
 .../paraview/paraview-4.1.0-r2.ebuild  | 302 
 8 files changed, 978 insertions(+)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 8699b23..1e11e68 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,2 +1,3 @@
+DIST ParaView-v4.1.0-source.tar.gz 50460304 SHA256 
80ef898c158d7fd9ceb0bcd83be1f679eef06ce4f20514a2435330cc97a3fdf3 SHA512 
da91f7332a91746d60968a9d6cc1fe4878a3710f8e4a3d675dc65c337d6844f39df4c3e307d424ee0d2a832fd3c0f3d0c4da6a8b0a2aa6902920988fb53b9f7f
 WHIRLPOOL 
c3572d12f05b8443eb21a342c140d55e3c41e2af383aa850491aaeec412e62a45a4ee44e6d772dc9b6f141028911cb96b22a7818c6f15bc80bb8553d37008d96
 DIST ParaView-v4.4.0-source.tar.gz 58397252 SHA256 
c2dc334a89df24ce5233b81b74740fc9f10bc181cd604109fd13f6ad2381fc73 SHA512 
092dee4ca75b9f4e3b4a53c85ebc89f406a91f6dd9ac9a3deb65de776189c2582d15c2b1f8f0393ff4d7a438333f8801de22d2cf916b314d8b85d93cc5f4671e
 WHIRLPOOL 
722be36c45563066a2e91e7ea3e382d6928056a38c01920089f6e16a721259e1e8f99b26c982f136f9cfac8f1cb1d9f54ee0267cea79360ace4c00e81a47e61b
 DIST ParaView-v5.1.0.tar.gz 51613148 SHA256 
1ce345e9c5533c2854ad7e89cf4f90992bafee23707ae9f85d12b38405169f2a SHA512 
c9af27d8be03783c7353735718a41ee03732db0f2e4f6e2db5e1e72d3df01801bb77294713c2b96eaf17e75d1fd6a30e340b3c33f496f7e705d07badfa196e69
 WHIRLPOOL 
08cd669f02fd54b7fc4054f23f04a3dc274e4ba8ebdf54fb14caaa95bc0c9fb2e2e5551a9e74d88062f2230eb511b7e18d6cb75bb43f4291e19dbaa2ed53cd1f

diff --git a/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch 
b/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch
new file mode 100644
index 000..6a09a1a
--- /dev/null
+++ b/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch
@@ -0,0 +1,72 @@
+http://paraview.org/Bug/view.php?id=13656
+
+diff -up 
ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.Protobuf 
ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt
+--- ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.Protobuf
2012-11-08 07:51:51.0 -0700
 ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt 
2012-11-13 15:17:53.980027098 -0700
+@@ -81,16 +81,24 @@
+ 
#--
+ # Generate the protbuf message file.
+ 
#--
+-get_target_property(PROTOC_LOCATION protoc_compiler LOCATION)
++if (VTK_USE_SYSTEM_PROTOBUF)
++  set (_PROTOC_COMPILER protoc)
++  set (_PROTOC_DEPEND "")
++else()
++  set (_PROTOC_COMPILER protoc_compiler)
++  set (_PROTOC_DEPEND ${_PROTOC_COMPILER})
++endif()
++
++get_target_property(PROTOC_LOCATION ${_PROTOC_COMPILER} LOCATION)
+ add_custom_command(
+ OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vtkPVMessage.pb.h
+${CMAKE_CURRENT_BINARY_DIR}/vtkPVMessage.pb.cc
+ 
+-COMMAND protoc_compiler
++COMMAND ${_PROTOC_COMPILER}
+
"--cpp_out=dllexport_decl=VTKPVSERVERIMPLEMENTATIONCORE_EXPORT:${CMAKE_CURRENT_BINARY_DIR}"
+--proto_path "@CMAKE_CURRENT_SOURCE_DIR@"
+"${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto"
+-DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto protoc_compiler
++DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto ${_PROTOC_DEPEND}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+ )
+ 
+@@ -109,5 +117,9 @@
+ vtk_module_library(vtkPVServerImplementationCore
+   ${Module_SRCS})
+ 
++if (VTK_USE_SYSTEM_PROTOBUF)
++  target_link_libraries(vtkPVServerImplementationCore 
${CMAKE_THREAD_LIBS_INIT})
++endif()
++
+ add_dependencies(vtkPVServerImplementationCore
+   protobuf_code_generation)
+diff -up ParaView/ThirdParty/protobuf/CMakeLists.txt.Protobuf 
ParaView/ThirdParty/protobuf/CMakeLists.txt
+--- ParaView/ThirdParty/protobuf/CMakeLists.txt.Protobuf   2012-11-08 
07:51:51.0 -0700
 ParaView/ThirdParty/protobuf/CMakeLists.txt2012-11-13 
15:09:31.526673020 -0700
+@@ -34,7 +34,7 @@
+ set (PROTOBUF_INSTALL_LIB_DIR ${VTK_INSTALL_LIBRARY_DIR})
+ set 

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

2016-07-09 Thread Zac Medico
commit: 39e01c5b19a9eaafee10b1e893729b3d3636fbac
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jul  9 19:44:39 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jul  9 19:48:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e01c5b

dev-db/lmdb: fix prefix bugs

Package-Manager: portage-2.3.0

 dev-db/lmdb/lmdb-0.9.18.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/lmdb/lmdb-0.9.18.ebuild b/dev-db/lmdb/lmdb-0.9.18.ebuild
index ec5a839..b58fb5c 100644
--- a/dev-db/lmdb/lmdb-0.9.18.ebuild
+++ b/dev-db/lmdb/lmdb-0.9.18.ebuild
@@ -24,7 +24,7 @@ src_prepare() {
sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \
-e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \
-e "s!^AR.*!AR = $(tc-getAR)!" \
-   -e "/^prefix/s!/usr/local!${EROOT}usr!" \
+   -e "/^prefix/s!/usr/local!${EPREFIX}/usr!" \
-e "/^libdir/s!lib\$!$(get_libdir)!" \
-e "s!shared!shared -Wl,-soname,liblmdb.so.0!" \
"${S}/Makefile" || die
@@ -39,10 +39,10 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${ED}" install
+   emake DESTDIR="${D}" install
 
mv "${ED}"usr/$(get_libdir)/liblmdb.so{,.0} || die
-   dosym liblmdb.so.0 "${EROOT}"usr/$(get_libdir)/liblmdb.so
+   dosym liblmdb.so.0 /usr/$(get_libdir)/liblmdb.so
 
use static-libs || rm "${ED}"usr/$(get_libdir)/liblmdb.a || die
 }



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

2016-07-09 Thread Michael Palimaka
commit: 362f25093d479d69fab1209fbf647ea6dc9f2520
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  9 19:27:56 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  9 19:28:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362f2509

media-libs/phonon-gstreamer: introduce dev-qt/qtwebkit:4[gstreamer] blocker

dev-qt/qtwebkit:4[gstreamer] uses media-libs/gstreamer:0.10, while later
versions of media-libs/phonon-gstreamer use media-libs/gstreamer:1.0.

This can cause both gstreamer libraries to get loaded at once, resulting in a
crash due to symbol collision.

Gentoo-bug: 522880

Package-Manager: portage-2.3.0

 media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild | 3 ++-
 media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild | 1 +
 media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild  | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild
index 4c6c7fd..ad1 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.8.2.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$
 
@@ -46,6 +46,7 @@ RDEPEND="
)
virtual/opengl
network? ( media-plugins/gst-plugins-soup:1.0 )
+   !dev-qt/qtwebkit:4[gstreamer]
 "
 DEPEND="${RDEPEND}
qt4? ( >=dev-util/automoc-0.9.87 )

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
index 6f9d2df..70f8a20 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
@@ -47,6 +47,7 @@ RDEPEND="
)
virtual/opengl
network? ( media-plugins/gst-plugins-soup:1.0 )
+   !dev-qt/qtwebkit:4[gstreamer]
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild
index 6d575e7..7ceaa4d 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-.ebuild
@@ -47,6 +47,7 @@ RDEPEND="
)
virtual/opengl
network? ( media-plugins/gst-plugins-soup:1.0 )
+   !dev-qt/qtwebkit:4[gstreamer]
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig



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

2016-07-09 Thread Michał Górny
commit: 7302b8fd59c8726b7674b01c0490e1dd04d51ef0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  9 19:18:44 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  9 19:21:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7302b8fd

dev-libs/jsoncpp: Bump to 1.7.4 w/ pkg-config fix

 dev-libs/jsoncpp/Manifest   | 2 +-
 dev-libs/jsoncpp/{jsoncpp-1.7.3.ebuild => jsoncpp-1.7.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest
index f19c845..4a319f0 100644
--- a/dev-libs/jsoncpp/Manifest
+++ b/dev-libs/jsoncpp/Manifest
@@ -2,4 +2,4 @@ DIST jsoncpp-0.10.2.tar.gz 197188 SHA256 
37bb72615018522bb78a5eb425b36dfc79e049c
 DIST jsoncpp-0.10.6.tar.gz 200213 SHA256 
7c285fc40ad0c113e436a1271c4e38b5017b5c7782c306e90be9d6b2ffa90212 SHA512 
9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa
 WHIRLPOOL 
f06b804045250b205f8ca1ed6fd5504cb5e18243df16c9c255310a631d6d88f78bfd8c59e31360c1e50ccabcf5b295a095a80cdbb4e0ca5a0da54a64ff8e7919
 DIST jsoncpp-1.6.5.tar.gz 200507 SHA256 
a2b121eaff56ec88cfd034d17685821a908d0d87bc319329b04f91a6552c1ac2 SHA512 
589153d525ffde15e10f1ef6907c6b5d0f62a41c8cebdc12fe2bc4d989bcd861cdac79526de2f51872c0a17e574bf0fd8c913f0aa301c184efa1e3f2fb2b1955
 WHIRLPOOL 
a1253362a0bdd8a6d05e84fb7d7de5b79aec0cadf5a03a8c2be8a6e8062e6ae231e5b97cd99ee9607c2c546afa58dabb183167c6a74b409d32485b45c7d3e9ae
 DIST jsoncpp-1.7.2.tar.gz 205391 SHA256 
2179a7df19c1c6dc87e02c65b847efc914625a9b87df3e443d9610fc70c0f557 SHA512 
32702147229ea7a3679654325572c38f4188f258ab6ac21f9e04059d53ef2a7cd0542ec4ec3b0e7b9089acd2b7bce389f16b9ff24b2e63e0ba2a5bcd46bab766
 WHIRLPOOL 
a4c71f4c8cd6468f8326120bd106b50c563ab1b7a10df4874d96dd2c03f115645f1016c4e2e52f8056f58f7a40bd6bfc2a75e6aca896bdf98652b1052fde1fd8
-DIST jsoncpp-1.7.3.tar.gz 205738 SHA256 
1cfcad14054039ba97c22531888796cb9369e6353f257aacaad34fda956ada53 SHA512 
991af517449432082a4bfc77de7e23cc693c976709bc40053c043209baa09919532fc4c46e3e32dea504c2fcb58ad6b6bc9b2d202f947c736c4498debc45235a
 WHIRLPOOL 
707588d1f1aaf7de943fa81ac5cbe3d1389ac4623c51c4151aa591effdf41ed34c3c824b3e350482fc3358ad0665e5f34d1b4bd0f1cce747692e572d6c784142
+DIST jsoncpp-1.7.4.tar.gz 205752 SHA256 
10dcd0677e80727e572a1e462193e51a5fde3e023b99e144b2ee1a469835f769 SHA512 
e674f6f885e2aa7258d3d3d7a14ef148b5182fd883a527b3b9d75334e778142a833bbb295796af503573b9745f889b8bc496a0b2e11dce1b9cc7f079ac538bf7
 WHIRLPOOL 
510915e507235d2e89d0f8097336c7910af161c2f9b39eb034be429441e457db4d5d01b8e87342654a68cf5fecdfe584ff1d1ba23fabc58012d80a9bb78e4819

diff --git a/dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.7.4.ebuild
similarity index 100%
rename from dev-libs/jsoncpp/jsoncpp-1.7.3.ebuild
rename to dev-libs/jsoncpp/jsoncpp-1.7.4.ebuild



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

2016-07-09 Thread Pacho Ramos
commit: 20bb3a7d6534c21eb60b720ee5eda4dc45791578
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 19:18:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 19:18:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bb3a7d

net-misc/networkmanager-pptp: Fix manifest (#588298)

Package-Manager: portage-2.3.0

 net-misc/networkmanager-pptp/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/networkmanager-pptp/Manifest 
b/net-misc/networkmanager-pptp/Manifest
index 1db0db4..60ee1cc 100644
--- a/net-misc/networkmanager-pptp/Manifest
+++ b/net-misc/networkmanager-pptp/Manifest
@@ -1,2 +1,2 @@
 DIST NetworkManager-pptp-1.0.8.tar.xz 365616 SHA256 
6ff031baf170d890f779cfd15533ff042f1513aa3903a60c9d21ae09244c SHA512 
81936de51669a3cb4fc1fba9139735cecdba8ee601ba95024a83d7197061431094239dd6ef2964c3b6a82afbf4fb6a0b13fa7b5fc0728c09cfb572857888430f
 WHIRLPOOL 
909484a6f6ea43554f7c410a8a168b373a012201bd21e6b11f00a7f53bce57bc49f030a2015946ae48155f15883c53971a0b95769deb3694762d3c50f287796b
-DIST NetworkManager-pptp-1.2.2.tar.xz 183722 SHA256 
2d0e5ad3d2eb08be5c1987ecf1ea0f52ac6fa8342e09eab5ed2239d136dec94c SHA512 
a6386da9796af74d1ffb0b750fb64b252e2637411fc4db3e4ba11f42273597b373a00e79c90a3d4e17b9676e83e4c76338f2ea39f7ce39e0d86107be3e00fe8d
 WHIRLPOOL 
2880dc23b84609a86e4a2b5b5a6c45e897e879e784bef530e86d26d374ce3020426c96c3c9e5c2f4264e1d0485455b29ea6c86d5317dd032f0da24bd380765fd
+DIST NetworkManager-pptp-1.2.2.tar.xz 362932 SHA256 
a72cb88ecc0a9edec836e8042c592d68b8b290c0d78082e6b25cf08b46c6be5d SHA512 
62176dac9acdba6d095e0524bfca09c033d2eaca1a32039e19672d6b365032eaef5efa6817d6e4410282d0fb72ce7a592b6cabd8beede60e6663c3801ce4fe46
 WHIRLPOOL 
0af093406bff4a88b8c0821a26506a438abe175f976b4b5d3daccdce4b459521267154079a2b456dd1ee9f346521eed273c0136edf4141773e0f1b6d0da3508b



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

2016-07-09 Thread Johannes Huber
commit: 577852946efdb0d29df022f045aeff6448ce3bd8
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 19:05:13 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 19:05:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57785294

kde-misc/krename: Fix build with gcc-6

Revision bump adds patch from Arch Linux. Spotted by George Diamantopoulos
 gmail.com>.

Gentoo-bug: 587994

Package-Manager: portage-2.3.0

 kde-misc/krename/files/krename-4.0.9-gcc6.patch | 11 ++
 kde-misc/krename/krename-4.0.9-r4.ebuild| 45 +
 2 files changed, 56 insertions(+)

diff --git a/kde-misc/krename/files/krename-4.0.9-gcc6.patch 
b/kde-misc/krename/files/krename-4.0.9-gcc6.patch
new file mode 100644
index 000..b168792
--- /dev/null
+++ b/kde-misc/krename/files/krename-4.0.9-gcc6.patch
@@ -0,0 +1,11 @@
+--- krename-4.0.9/src/batchrenamer.cpp.orig2016-05-07 12:50:29.243165528 
+
 krename-4.0.9/src/batchrenamer.cpp 2016-05-07 12:50:52.543081000 +
+@@ -402,7 +402,7 @@
+ break;
+ case eRenameMode_Link:
+ // In case of link delete created file
+-job = KIO::file_delete( dstUrl, false );
++job = KIO::file_delete( dstUrl, NULL );
+ break;
+ case eRenameMode_Copy: // no undo possible
+ // TODO: Maybe we should delete the created files

diff --git a/kde-misc/krename/krename-4.0.9-r4.ebuild 
b/kde-misc/krename/krename-4.0.9-r4.ebuild
new file mode 100644
index 000..638803e
--- /dev/null
+++ b/kde-misc/krename/krename-4.0.9-r4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_LINGUAS="bs cs de el es fr hu it ja lt nl pl pt ru sl sv tr uk zh_CN"
+inherit kde4-base
+
+DESCRIPTION="KRename - a very powerful batch file renamer"
+HOMEPAGE="http://www.krename.net/;
+SRC_URI="mirror://sourceforge/krename/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug exif pdf taglib truetype"
+
+RDEPEND="
+   exif? ( >=media-gfx/exiv2-0.13:= )
+   pdf? ( >=app-text/podofo-0.8 )
+   taglib? ( >=media-libs/taglib-1.5 )
+   truetype? ( media-libs/freetype:2 )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-freetype-include.patch"
+   "${FILESDIR}/${P}-desktop-file.patch"
+   "${FILESDIR}/${P}-gcc6.patch"
+)
+DOCS=( AUTHORS README TODO )
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_Exiv2=$(usex exif)
+   -DWITH_Taglib=$(usex taglib)
+   -DWITH_LIBPODOFO=$(usex pdf)
+   -DWITH_Freetype=$(usex truetype)
+   )
+
+   kde4-base_src_configure
+}



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

2016-07-09 Thread Matthias Maier
commit: faac24e82889b0321b8943efaef48181f61a5d42
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 17:53:43 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 18:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faac24e8

sci-visualization/paraview: version bump to 5.1.0

Package-Manager: portage-2.2.28

 sci-visualization/paraview/Manifest  |   1 +
 sci-visualization/paraview/paraview-5.1.0.ebuild | 265 +++
 2 files changed, 266 insertions(+)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 3b515b6..8699b23 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1 +1,2 @@
 DIST ParaView-v4.4.0-source.tar.gz 58397252 SHA256 
c2dc334a89df24ce5233b81b74740fc9f10bc181cd604109fd13f6ad2381fc73 SHA512 
092dee4ca75b9f4e3b4a53c85ebc89f406a91f6dd9ac9a3deb65de776189c2582d15c2b1f8f0393ff4d7a438333f8801de22d2cf916b314d8b85d93cc5f4671e
 WHIRLPOOL 
722be36c45563066a2e91e7ea3e382d6928056a38c01920089f6e16a721259e1e8f99b26c982f136f9cfac8f1cb1d9f54ee0267cea79360ace4c00e81a47e61b
+DIST ParaView-v5.1.0.tar.gz 51613148 SHA256 
1ce345e9c5533c2854ad7e89cf4f90992bafee23707ae9f85d12b38405169f2a SHA512 
c9af27d8be03783c7353735718a41ee03732db0f2e4f6e2db5e1e72d3df01801bb77294713c2b96eaf17e75d1fd6a30e340b3c33f496f7e705d07badfa196e69
 WHIRLPOOL 
08cd669f02fd54b7fc4054f23f04a3dc274e4ba8ebdf54fb14caaa95bc0c9fb2e2e5551a9e74d88062f2230eb511b7e18d6cb75bb43f4291e19dbaa2ed53cd1f

diff --git a/sci-visualization/paraview/paraview-5.1.0.ebuild 
b/sci-visualization/paraview/paraview-5.1.0.ebuild
new file mode 100644
index 000..3ce73ff
--- /dev/null
+++ b/sci-visualization/paraview/paraview-5.1.0.ebuild
@@ -0,0 +1,265 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils multilib versionator python-single-r1 cmake-utils
+
+MAIN_PV=$(get_major_version)
+MAJOR_PV=$(get_version_component_range 1-2)
+MY_P="ParaView-v${PV}"
+
+DESCRIPTION="ParaView is a powerful scientific data visualization application"
+HOMEPAGE="http://www.paraview.org;
+SRC_URI="http://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz;
+RESTRICT="mirror"
+
+LICENSE="paraview GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol plugins python qt5 sqlite tcl test tk"
+RESTRICT="test"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+   mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
+
+RDEPEND="
+   dev-libs/expat
+   >=dev-libs/jsoncpp-0.10.1
+   dev-libs/libxml2:2
+   dev-libs/protobuf
+   media-libs/freetype
+   media-libs/libpng:0
+   media-libs/libtheora
+   media-libs/tiff:0=
+   sci-libs/hdf5[mpi=]
+   >=sci-libs/netcdf-4.2[hdf5]
+   >=sci-libs/netcdf-cxx-4.2:3
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/opengl
+   >=x11-libs/gl2ps-1.3.8
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   coprocessing? (
+   plugins? (
+   dev-python/PyQt5
+   dev-qt/qtgui:5
+   )
+   )
+   ffmpeg? ( virtual/ffmpeg )
+   mpi? ( virtual/mpi[cxx,romio] )
+   mysql? ( virtual/mysql )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   dev-python/twisted-core
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   mpi? ( dev-python/mpi4py )
+   qt5? ( dev-python/PyQt5[opengl,webkit,${PYTHON_USEDEP}] )
+   )
+   qt5? (
+   dev-qt/designer:4
+   dev-qt/qtgui:4
+   dev-qt/qtopengl:4
+   dev-qt/qthelp:4[compat]
+   dev-qt/qtsql:4
+   dev-qt/qtwebkit:4
+   )
+   sqlite? ( dev-db/sqlite:3 )
+   tcl? ( dev-lang/tcl:0= )
+   tk? ( dev-lang/tk:0= )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   boost? ( >=dev-libs/boost-1.40.0[mpi?,${PYTHON_USEDEP}] )
+   doc? ( app-doc/doxygen )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   PVLIBDIR=$(get_libdir)/${PN}-${MAJOR_PV}
+}
+
+src_prepare() {
+   # see patch headers for description
+   epatch "${FILESDIR}"/${PN}-4.0.1-xdmf-cstring.patch \
+   "${FILESDIR}"/${PN}-4.3.1-fix-development-install.patch \
+   "${FILESDIR}"/${PN}-4.4.0-removesqlite.patch
+
+   # lib64 fixes
+   sed -i \
+   -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):g" \
+VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/CMakeLists.txt || die
+   sed -i \
+   -e 

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

2016-07-09 Thread Matthias Maier
commit: b570aea62b8e30d9936dda1cdb805e223ffc18f9
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 18:10:40 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 18:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b570aea6

sci-visualization/paraview: add a required use constraint, bug #586934

Apparently, configuring paraview with USE="python" requires an MPI
installation.

Package-Manager: portage-2.2.28

 sci-visualization/paraview/paraview-4.4.0.ebuild | 4 ++--
 sci-visualization/paraview/paraview-5.1.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/paraview/paraview-4.4.0.ebuild 
b/sci-visualization/paraview/paraview-4.4.0.ebuild
index 89dd7f3..e583325 100644
--- a/sci-visualization/paraview/paraview-4.4.0.ebuild
+++ b/sci-visualization/paraview/paraview-4.4.0.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$
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol plugins python qt4 sqlite tcl test tk"
 RESTRICT="test"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
 
 RDEPEND="

diff --git a/sci-visualization/paraview/paraview-5.1.0.ebuild 
b/sci-visualization/paraview/paraview-5.1.0.ebuild
index 3ce73ff..695baea 100644
--- a/sci-visualization/paraview/paraview-5.1.0.ebuild
+++ b/sci-visualization/paraview/paraview-5.1.0.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$
 
@@ -22,7 +22,7 @@ SLOT="0"
 IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol plugins python qt5 sqlite tcl test tk"
 RESTRICT="test"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
+REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/files/, sci-visualization/paraview/

2016-07-09 Thread Matthias Maier
commit: 941b4a90ddb5b32021782dc2f4239abf2dd8da46
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 17:17:35 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 18:57:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941b4a90

sci-visualization/paraview: remove old versions

Package-Manager: portage-2.2.28

 sci-visualization/paraview/Manifest|   2 -
 .../paraview/files/paraview-4.0.1-Protobuf.patch   |  72 ---
 .../files/paraview-4.0.1-removesqlite.patch| 517 
 .../files/paraview-4.0.1-vtk-cg-path.patch |  36 --
 .../files/paraview-4.1.0-glxext-legacy.patch   |   9 -
 .../files/paraview-4.1.0-no-fatal-warnings.patch   |  19 -
 .../files/paraview-4.1.0-vtk-freetype.patch|  22 -
 .../files/paraview-4.2.0-removesqlite.patch| 541 -
 .../files/paraview-4.2.0-vtk-freetype.patch|  22 -
 .../paraview/paraview-4.1.0-r2.ebuild  | 302 
 sci-visualization/paraview/paraview-4.3.1.ebuild   | 288 ---
 11 files changed, 1830 deletions(-)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index f97d7ed..3b515b6 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,3 +1 @@
-DIST ParaView-v4.1.0-source.tar.gz 50460304 SHA256 
80ef898c158d7fd9ceb0bcd83be1f679eef06ce4f20514a2435330cc97a3fdf3 SHA512 
da91f7332a91746d60968a9d6cc1fe4878a3710f8e4a3d675dc65c337d6844f39df4c3e307d424ee0d2a832fd3c0f3d0c4da6a8b0a2aa6902920988fb53b9f7f
 WHIRLPOOL 
c3572d12f05b8443eb21a342c140d55e3c41e2af383aa850491aaeec412e62a45a4ee44e6d772dc9b6f141028911cb96b22a7818c6f15bc80bb8553d37008d96
-DIST ParaView-v4.3.1-source.tar.gz 50842525 SHA256 
d534c475fc052215ecadf4ad19d9c7996c634b5d965951292b966710509a2542 SHA512 
73c17f7ba757647869b26992c0ac3a6b9298bce9d2b8c2fca28286064f2b83a29753028a29c6f478654fffc96c9d9f5dd638c64df2b05ded425da122109d31e3
 WHIRLPOOL 
3db1d02db95acf16f29c4784714985e4f6f7a32fbdf7fa58ad85ecfaf6ab60d7959ea3d5a3ab5d36739e56f1ee5b025d9b6275749966b576324629f14e96bde0
 DIST ParaView-v4.4.0-source.tar.gz 58397252 SHA256 
c2dc334a89df24ce5233b81b74740fc9f10bc181cd604109fd13f6ad2381fc73 SHA512 
092dee4ca75b9f4e3b4a53c85ebc89f406a91f6dd9ac9a3deb65de776189c2582d15c2b1f8f0393ff4d7a438333f8801de22d2cf916b314d8b85d93cc5f4671e
 WHIRLPOOL 
722be36c45563066a2e91e7ea3e382d6928056a38c01920089f6e16a721259e1e8f99b26c982f136f9cfac8f1cb1d9f54ee0267cea79360ace4c00e81a47e61b

diff --git a/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch 
b/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch
deleted file mode 100644
index 6a09a1a..000
--- a/sci-visualization/paraview/files/paraview-4.0.1-Protobuf.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-http://paraview.org/Bug/view.php?id=13656
-
-diff -up 
ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.Protobuf 
ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt
 ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt.Protobuf
2012-11-08 07:51:51.0 -0700
-+++ ParaView/ParaViewCore/ServerImplementation/Core/CMakeLists.txt 
2012-11-13 15:17:53.980027098 -0700
-@@ -81,16 +81,24 @@
- 
#--
- # Generate the protbuf message file.
- 
#--
--get_target_property(PROTOC_LOCATION protoc_compiler LOCATION)
-+if (VTK_USE_SYSTEM_PROTOBUF)
-+  set (_PROTOC_COMPILER protoc)
-+  set (_PROTOC_DEPEND "")
-+else()
-+  set (_PROTOC_COMPILER protoc_compiler)
-+  set (_PROTOC_DEPEND ${_PROTOC_COMPILER})
-+endif()
-+
-+get_target_property(PROTOC_LOCATION ${_PROTOC_COMPILER} LOCATION)
- add_custom_command(
- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/vtkPVMessage.pb.h
-${CMAKE_CURRENT_BINARY_DIR}/vtkPVMessage.pb.cc
- 
--COMMAND protoc_compiler
-+COMMAND ${_PROTOC_COMPILER}
-
"--cpp_out=dllexport_decl=VTKPVSERVERIMPLEMENTATIONCORE_EXPORT:${CMAKE_CURRENT_BINARY_DIR}"
---proto_path "@CMAKE_CURRENT_SOURCE_DIR@"
-"${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto"
--DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto protoc_compiler
-+DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/vtkPVMessage.proto ${_PROTOC_DEPEND}
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
- )
- 
-@@ -109,5 +117,9 @@
- vtk_module_library(vtkPVServerImplementationCore
-   ${Module_SRCS})
- 
-+if (VTK_USE_SYSTEM_PROTOBUF)
-+  target_link_libraries(vtkPVServerImplementationCore 
${CMAKE_THREAD_LIBS_INIT})
-+endif()
-+
- add_dependencies(vtkPVServerImplementationCore
-   protobuf_code_generation)
-diff -up ParaView/ThirdParty/protobuf/CMakeLists.txt.Protobuf 
ParaView/ThirdParty/protobuf/CMakeLists.txt
 ParaView/ThirdParty/protobuf/CMakeLists.txt.Protobuf   2012-11-08 
07:51:51.0 -0700
-+++ 

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

2016-07-09 Thread Pacho Ramos
commit: c43438de17a0bf2fe3fedc8ceffb6ec846112df9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 18:39:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 18:39:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43438de

net-misc/networkmanager: avahi support was dropped (#588396 by poncho)

Package-Manager: portage-2.3.0

 net-misc/networkmanager/networkmanager-1.2.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.2.2.ebuild 
b/net-misc/networkmanager/networkmanager-1.2.2.ebuild
index aec8280..49ee30b 100644
--- a/net-misc/networkmanager/networkmanager-1.2.2.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.2.2.ebuild
@@ -19,7 +19,7 @@ SLOT="0" # add subslot if libnm-util.so.2 or libnm-glib.so.4 
bumps soname versio
 
 IUSE="bluetooth connection-sharing consolekit +dhclient gnutls +introspection \
 kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd 
test \
-vala +wext +wifi zeroconf"
+vala +wext +wifi"
 
 REQUIRED_USE="
modemmanager? ( ppp )
@@ -59,7 +59,6 @@ COMMON_DEPEND="
systemd? ( >=sys-apps/systemd-209:0= )
!systemd? ( || ( sys-power/upower sys-power/upower-pm-utils ) )
teamd? ( >=net-misc/libteam-1.9 )
-   zeroconf? ( net-dns/avahi:=[autoipd] )
 "
 RDEPEND="${COMMON_DEPEND}
consolekit? ( sys-auth/consolekit )



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

2016-07-09 Thread Pacho Ramos
commit: 5f1ed4ef8ff99ac6d8814f38d4f817a9425fd776
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 18:37:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 18:39:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1ed4ef

net-misc/networkmanager: Drop old

Package-Manager: portage-2.3.0

 net-misc/networkmanager/Manifest   |   2 -
 .../files/networkmanager-1.0.10-vpn-routes.patch   |  51 ---
 .../files/networkmanager-1.0.6-vpn-mtu.patch   |  53 
 .../networkmanager/networkmanager-1.0.10-r1.ebuild | 346 
 .../networkmanager/networkmanager-1.0.6-r1.ebuild  | 348 -
 5 files changed, 800 deletions(-)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index ddbbb88..bfa1133 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -1,4 +1,2 @@
-DIST NetworkManager-1.0.10.tar.xz 3488600 SHA256 
1bcfce8441dfd9f432a100d06b54f3831a22753b74b1b4c09a011e179fbc SHA512 
0c5df37565c1ec6fafe60fad0ede34d28e7d87200e338489f35eec18c3e88920f47d58eae5a8aba5caeddb26a6f7074e79e8f6a7d4f7584ce3cc9be0df99f1ef
 WHIRLPOOL 
e1a0158d69e444224c25a6287bbe4f3b89d623c85f39a59eb2aeffca83b38cd85ccf067af14e5ff79b23b4346f606e15e3d33b9d097c7ef8d50054fdc5056379
 DIST NetworkManager-1.0.12.tar.xz 3490836 SHA256 
3a470f8c60109b1acb5784ddc2423501706b5fe34c793a6faee87e591eb04a9e SHA512 
926c0139dc7ade7bbc512f0d2e386a42a278aceff68996bc3a18fb1940f5d516f0ff2768459d6f50fd5669d72c15202307396bb3cf8b67c3dbac19db484b971c
 WHIRLPOOL 
6178af61fb30a7e8b72cc05296a014a5be5b10fed41cd5385f0bebae1fa22519c83cf8c359479372f063fc2b891715015454c53cd4f1f1516fc03bca76a552ac
-DIST NetworkManager-1.0.6.tar.xz 3381092 SHA256 
38ea002403e3b884ffa9aae25aea431d2a8420f81f4919761c83fb92648254bd SHA512 
74e8f91bbd9a70f1764b06c729717e091d2be0a8e316fe1b6235e644b65f43add5214be7a1100fe9d30b1511f4a00b9892dce79bb8ba0f0b0d57089d2ba6ddbb
 WHIRLPOOL 
5f1d8c905e4aaa78c742c16e773f8fdbcdb2771edf36565f6b419af457776084573aa43b384ba32885992e76b399d4f2fc7dc94ad4295ac28dcfa3d6b6994b97
 DIST NetworkManager-1.2.2.tar.xz 3752592 SHA256 
41d8082e027f58bb5fa4181f93742606ab99c659794a18e2823eff22df0eecd9 SHA512 
5360f22073dc78d5ff440a3cae8126f263c8ba8230eb77ea2b421ff26e1615c0a44b00c21abddcd0b50a38634b1a44d15c24becb72c735b5abe3ee7bbc3211d5
 WHIRLPOOL 
9324725793090d551e48e158c46ca283e120d4ac210ad0f14a800442fa62db17c448629f51bb7e18d0b4c602bdf7ebbb8a65cd9e1ea82b6384e8019652403683

diff --git 
a/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch 
b/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch
deleted file mode 100644
index b7c2be6..000
--- a/net-misc/networkmanager/files/networkmanager-1.0.10-vpn-routes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 11aa07ed939193e85516c287a57dee1837242972 Mon Sep 17 00:00:00 2001
-From: Thomas Haller 
-Date: Mon, 4 Jan 2016 18:54:26 +0100
-Subject: core: fix failure to configure routes due to wrong device-route for
- IPv4 peer-addresses
-
-As in the case of a OpenVPN connection, we might add an address like:
-  10.8.0.58/32 ptp 10.8.0.57
-
-In this case, kernel would automatically add a device-route like:
-  10.8.0.57/32 via 0.0.0.0 dev 32 metric 0 mss 0 src rtprot-kernel scope link 
pref-src 10.8.0.58
-
-nm_ip4_config_commit() checks all IP addresses to figure out
-the present device-routes. Then the routes are synced by NMRouteManager.
-Due to a bug, we would not consider the peer-address, but the local-address
-and configure a route 10.8.0.58/32, instead of 10.8.0.57/32.
-
-That stays mostly unnoticed, because usually the peer and the local-address are
-in the same subnet, so that there is no difference (/32 is an example of the
-peer-address being in a different subnet).
-
-It also seems that due to a bug fixed by df4e5357521 this issue didn't surface.
-Probably because we would not notice the 10.8.0.57/32 right away and thus
-nm_route_manager_ip4_route_sync() would not wrongly delete it.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759892
-
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809195
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809494
-https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809526
-https://bugs.archlinux.org/task/47535
-https://bugzilla.redhat.com/show_bug.cgi?id=1294309
-https://mail.gnome.org/archives/networkmanager-list/2015-December/msg00059.html
-
-diff --git a/src/nm-ip4-config.c b/src/nm-ip4-config.c
-index f625d35..61e29af 100644
 a/src/nm-ip4-config.c
-+++ b/src/nm-ip4-config.c
-@@ -298,7 +298,8 @@ nm_ip4_config_commit (const NMIP4Config *config, int 
ifindex, gboolean routes_fu
- 
-   route.ifindex = ifindex;
-   route.source = NM_IP_CONFIG_SOURCE_KERNEL;
--  route.network = 
nm_utils_ip4_address_clear_host_address (addr->address, addr->plen);
-+  

[gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/

2016-07-09 Thread Johannes Huber
commit: a5ee6d86aad1acac56b6a109c45f3e3c9eefed25
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 18:24:42 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 18:26:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ee6d86

kde-apps/marble: Restrict tests

Add virtual x for tests.

Gentoo-bug: 588320

Package-Manager: portage-2.3.0

 kde-apps/marble/marble-16.04.2.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/kde-apps/marble/marble-16.04.2.ebuild 
b/kde-apps/marble/marble-16.04.2.ebuild
index 50c47c0..271846e 100644
--- a/kde-apps/marble/marble-16.04.2.ebuild
+++ b/kde-apps/marble/marble-16.04.2.ebuild
@@ -6,6 +6,7 @@ EAPI=6
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Generic geographical map widget"
@@ -52,6 +53,9 @@ DEPEND="${RDEPEND}
aprs? ( dev-lang/perl )
 "
 
+# bug 588320
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)



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

2016-07-09 Thread Patrice Clement
commit: b74010f9fbf7b24f3b6d28fa9680013808f2135c
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul  9 17:57:53 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul  9 17:57:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74010f9

dev-python/libzilla: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/libzilla/Manifest|  1 -
 dev-python/libzilla/libzilla-1.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 866a194..84e562e 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1,2 +1 @@
-DIST libzilla-1.0.zip 15225 SHA256 
385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 
40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159
 WHIRLPOOL 
c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62
 DIST libzilla-1.1.zip 15743 SHA256 
9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 
94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750
 WHIRLPOOL 
aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0

diff --git a/dev-python/libzilla/libzilla-1.0.ebuild 
b/dev-python/libzilla/libzilla-1.0.ebuild
deleted file mode 100644
index d9deb7e..000
--- a/dev-python/libzilla/libzilla-1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
-HOMEPAGE="https://github.com/monsieurp/libzilla;
-SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/docopt[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"



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

2016-07-09 Thread Patrice Clement
commit: 8721f757533696f6bceb9a0db084f91f2e1f9ff1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul  9 17:56:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul  9 17:57:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8721f757

dev-python/libzilla: Version bump.

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/libzilla/Manifest b/dev-python/libzilla/Manifest
index 3f81e73..866a194 100644
--- a/dev-python/libzilla/Manifest
+++ b/dev-python/libzilla/Manifest
@@ -1 +1,2 @@
 DIST libzilla-1.0.zip 15225 SHA256 
385b7a83b959c128acadd0ea7b1146c118b9c7a93fa2fc9787206ca68b1a9d3b SHA512 
40ccb9a515c7ee6890feaaada2eaf93053a5b1f1084b06a2cfd0d35fe37e3f297fefdd9f4d940be81d3e98843f96d4aa624f1b00100814295e15102422879159
 WHIRLPOOL 
c2c7431b410169226dc2ba62b5b3687d8a331ce64f246599ab8ca773bbfe461b3de687d142b90c2a318aa0f7199c04d7c15b7033b2e8e81772af2306fd726f62
+DIST libzilla-1.1.zip 15743 SHA256 
9212b6537b04224d05722097a5e36548d8c651f06b3faf014702d1b60de7fb8c SHA512 
94e11d45a65e8d320a371e7910aa3222985bb5d49881a02ecdbcdbbe939c1f0540b8c2a1d8bebc9897c1b1cbac5f9e2e90701709a36108af1e906d298f66a750
 WHIRLPOOL 
aeeabb4ba4ca3d19a07ecedadd805ebb3918e460f3c6627d4897c921c2a1fc0c55acd1ef341e6332372aa949a4b57a9e9ee624f6d1457cc3da82933596f85ec0

diff --git a/dev-python/libzilla/libzilla-1.1.ebuild 
b/dev-python/libzilla/libzilla-1.1.ebuild
new file mode 100644
index 000..d9deb7e
--- /dev/null
+++ b/dev-python/libzilla/libzilla-1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for managing Bugzilla bug reports from the CLI"
+HOMEPAGE="https://github.com/monsieurp/libzilla;
+SRC_URI="https://github.com/monsieurp/libzilla/archive/v${PV}.zip -> ${P}.zip"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"



[gentoo-commits] proj/kde:master commit in: kde-apps/marble/

2016-07-09 Thread Johannes Huber
commit: 2d2fc4404f019fee043976b46a4cee10601149dd
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 18:21:29 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 18:21:29 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d2fc440

kde-apps/marble: Restrict test

Add virtual x for tests.

Gentoo-bug: 588320

Package-Manager: portage-2.3.0

 kde-apps/marble/marble-16.04.3.ebuild   | 4 
 kde-apps/marble/marble-16.04.49..ebuild | 4 
 kde-apps/marble/marble-.ebuild  | 4 
 3 files changed, 12 insertions(+)

diff --git a/kde-apps/marble/marble-16.04.3.ebuild 
b/kde-apps/marble/marble-16.04.3.ebuild
index b49d65f..1dbf794 100644
--- a/kde-apps/marble/marble-16.04.3.ebuild
+++ b/kde-apps/marble/marble-16.04.3.ebuild
@@ -6,6 +6,7 @@ EAPI=6
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Generic geographical map widget"
@@ -52,6 +53,9 @@ DEPEND="${RDEPEND}
aprs? ( dev-lang/perl )
 "
 
+# bug 588320
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)

diff --git a/kde-apps/marble/marble-16.04.49..ebuild 
b/kde-apps/marble/marble-16.04.49..ebuild
index fc16a5d..06dd32b 100644
--- a/kde-apps/marble/marble-16.04.49..ebuild
+++ b/kde-apps/marble/marble-16.04.49..ebuild
@@ -6,6 +6,7 @@ EAPI=6
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Generic geographical map widget"
@@ -52,6 +53,9 @@ DEPEND="${RDEPEND}
aprs? ( dev-lang/perl )
 "
 
+# bug 588320
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)

diff --git a/kde-apps/marble/marble-.ebuild 
b/kde-apps/marble/marble-.ebuild
index fc16a5d..06dd32b 100644
--- a/kde-apps/marble/marble-.ebuild
+++ b/kde-apps/marble/marble-.ebuild
@@ -6,6 +6,7 @@ EAPI=6
 
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Generic geographical map widget"
@@ -52,6 +53,9 @@ DEPEND="${RDEPEND}
aprs? ( dev-lang/perl )
 "
 
+# bug 588320
+RESTRICT=test
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aprs Perl)



[gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/

2016-07-09 Thread Johannes Huber
commit: 77a1463d2b54754a79129baa63dc14b0b0139459
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon May 16 23:39:09 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 18:06:12 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=77a1463d

kde-apps/konqueror: Add KMEXTRA=dolphin for USE=filemanager

Gentoo-bug: 562224

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/konqueror/konqueror-16.04.3.ebuild   | 44 ---
 kde-apps/konqueror/konqueror-16.04.49..ebuild | 44 ---
 kde-apps/konqueror/konqueror-.ebuild  | 44 ---
 kde-apps/konqueror/metadata.xml   |  1 +
 4 files changed, 121 insertions(+), 12 deletions(-)

diff --git a/kde-apps/konqueror/konqueror-16.04.3.ebuild 
b/kde-apps/konqueror/konqueror-16.04.3.ebuild
index 09426ea..38fe745 100644
--- a/kde-apps/konqueror/konqueror-16.04.3.ebuild
+++ b/kde-apps/konqueror/konqueror-16.04.3.ebuild
@@ -14,12 +14,17 @@ HOMEPAGE="
https://konqueror.org/
 "
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+bookmarks debug svg"
+IUSE="+bookmarks debug +filemanager svg"
 # 4 of 4 tests fail. Last checked for 4.0.3
 RESTRICT="test"
 
 DEPEND="
$(add_kdeapps_dep libkonq)
+   filemanager? (
+   $(add_kdebase_dep kactivities '' 4.13)
+   media-libs/phonon[qt4]
+   x11-libs/libXrender
+   )
 "
 
 # bug #544630: evince[nsplugin] crashes konqueror
@@ -28,8 +33,18 @@ RDEPEND="${DEPEND}
$(add_kdeapps_dep kfmclient)
$(add_kdeapps_dep kurifilter-plugins)
bookmarks? ( $(add_kdeapps_dep keditbookmarks) )
+   filemanager? (
+   $(add_kdeapps_dep kdebase-kioslaves)
+   $(add_kdeapps_dep kfind)
+   $(add_kdeapps_dep konsolepart)
+   )
svg? ( $(add_kdeapps_dep svgpart) )
!app-text/evince[nsplugin]
+   !kde-apps/dolphin:4
+"
+
+KMEXTRA="
+   dolphin/
 "
 
 KMEXTRACTONLY="
@@ -40,6 +55,14 @@ KMEXTRACTONLY="
 src_prepare() {
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
 
+   use filemanager || cmake_comment_add_subdirectory dolphin
+
+   # required for dolphin
+   sed -e "/konq_copytomenu.h/ s/# //" \
+   -e "/konq_copytomenu.h/ s/ - anyone needs it?//" \
+   -i lib/konq/CMakeLists.txt \
+   || die "Failed to fix libkonq CMakeLists.txt"
+
kde4-meta_src_prepare
 
# Do not install *.desktop files for kfmclient
@@ -47,12 +70,25 @@ src_prepare() {
|| die "Failed to omit .desktop files"
 }
 
+src_configure() {
+   local mycmakeargs
+
+   if use filemanager ; then
+   mycmakeargs=(
+   -DWITH_Baloo=OFF
+   -DWITH_BalooWidgets=OFF
+   -DWITH_KFileMetaData=OFF
+   )
+   fi
+
+   kde4-meta_src_configure
+}
+
 pkg_postinst() {
kde4-meta_pkg_postinst
 
-   if ! has_version kde-apps/dolphin:${SLOT} ; then
-   elog "If you want to use konqueror as a filemanager, install 
the dolphin kpart:"
-   elog "kde-apps/dolphin:${SLOT}"
+   if use filemanager && ! has_version media-gfx/icoutils ; then
+   elog "For .exe file preview support, install 
media-gfx/icoutils."
fi
 
if ! has_version virtual/jre ; then

diff --git a/kde-apps/konqueror/konqueror-16.04.49..ebuild 
b/kde-apps/konqueror/konqueror-16.04.49..ebuild
index 4e181da..8dd0e92 100644
--- a/kde-apps/konqueror/konqueror-16.04.49..ebuild
+++ b/kde-apps/konqueror/konqueror-16.04.49..ebuild
@@ -14,12 +14,17 @@ HOMEPAGE="
https://konqueror.org/
 "
 KEYWORDS=""
-IUSE="+bookmarks debug svg"
+IUSE="+bookmarks debug +filemanager svg"
 # 4 of 4 tests fail. Last checked for 4.0.3
 RESTRICT="test"
 
 DEPEND="
$(add_kdeapps_dep libkonq)
+   filemanager? (
+   $(add_kdebase_dep kactivities '' 4.13)
+   media-libs/phonon[qt4]
+   x11-libs/libXrender
+   )
 "
 
 # bug #544630: evince[nsplugin] crashes konqueror
@@ -28,8 +33,18 @@ RDEPEND="${DEPEND}
$(add_kdeapps_dep kfmclient)
$(add_kdeapps_dep kurifilter-plugins)
bookmarks? ( $(add_kdeapps_dep keditbookmarks) )
+   filemanager? (
+   $(add_kdeapps_dep kdebase-kioslaves)
+   $(add_kdeapps_dep kfind)
+   $(add_kdeapps_dep konsolepart)
+   )
svg? ( $(add_kdeapps_dep svgpart) )
!app-text/evince[nsplugin]
+   !kde-apps/dolphin:4
+"
+
+KMEXTRA="
+   dolphin/
 "
 
 KMEXTRACTONLY="
@@ -40,6 +55,14 @@ KMEXTRACTONLY="
 src_prepare() {
[[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc
 
+   use filemanager || cmake_comment_add_subdirectory dolphin
+
+   # required for dolphin
+   sed -e "/konq_copytomenu.h/ s/# //" \
+   -e 

[gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/, dev-erlang/hamcrest/files/

2016-07-09 Thread Amadeusz Piotr Żołnowski
commit: 979165f382c76a9728c16ec4b1ac672a2799a809
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  9 18:01:18 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  9 18:01:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979165f3

dev-erlang/hamcrest: Change patch name

Package-Manager: portage-2.3.0

 ...01-OTP-19-support.patch => 0.1.0_p20150103-0001-Fix-unittests.patch} | 0
 dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-erlang/hamcrest/files/0.1.0_p20150103-0001-OTP-19-support.patch 
b/dev-erlang/hamcrest/files/0.1.0_p20150103-0001-Fix-unittests.patch
similarity index 100%
rename from dev-erlang/hamcrest/files/0.1.0_p20150103-0001-OTP-19-support.patch
rename to dev-erlang/hamcrest/files/0.1.0_p20150103-0001-Fix-unittests.patch

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild 
b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
index 04bd458..787dff1 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -22,7 +22,7 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}"
 
 DOCS=( NOTES  README.markdown TODO.md )
-PATCHES=( "${FILESDIR}"/${PV}-0001-OTP-19-support.patch )
+PATCHES=( "${FILESDIR}"/${PV}-0001-Fix-unittests.patch )
 
 # Override with EAPI default because it's missing hamcrest.app.src and doesn't
 # have any deps.



[gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/

2016-07-09 Thread Michael Palimaka
commit: f995ec43b63f57d2f9385314d2650b1675845ecc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Jul  8 19:28:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  9 17:53:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f995ec43

dev-games/tiled: version bump

Package-Manager: portage-2.3.0

 dev-games/tiled/Manifest|  1 +
 dev-games/tiled/tiled-0.16.2.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index d09a3aa..7f5fe1e 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1 +1,2 @@
 DIST tiled-0.16.1.tar.gz 4506022 SHA256 
c27fc243d27fb879d85b9de841b5c82d1363f93204e5f72afd50a1373168 SHA512 
425cbdc66132312326b9edc0cf4aa24116cfb0a2f89c1a51107f8bdfbf4f8c41ba450a8a3737867b2fc8bda43cfb9e488b3c540911e60860086365939d62
 WHIRLPOOL 
2aea640f6a725194d7b980481d01b8b1802349a031cf8b07baf6f58cf8bc668516ef03cc1feb1275a8ea565ba0b3e200494fc677add7ada0fc20b6ddae74009b
+DIST tiled-0.16.2.tar.gz 4503339 SHA256 
801f607ae1eb306cbffd5d3e42ac1131dca0c0be958e126c8cc842474351 SHA512 
a8cd9aee4111586de16935e00824b4adcea69a8e610578fa1f0cf417d2320f5e60aa97796221c9962bfbb7a0198bcfc79c47cde6f43531165d93ab6c0263060f
 WHIRLPOOL 
b1960db6c7d70ff8be7a4fa0e03df3bfe779eecbc25562e4e6d5c61c7a4963d01f42b6f716f70d23b2cd14bf16a1a5a9fee42c806f49a08cecaf88dec61eeb83

diff --git a/dev-games/tiled/tiled-0.16.2.ebuild 
b/dev-games/tiled/tiled-0.16.2.ebuild
new file mode 100644
index 000..7caaf47
--- /dev/null
+++ b/dev-games/tiled/tiled-0.16.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
+
+DESCRIPTION="A general purpose tile map editor"
+HOMEPAGE="http://www.mapeditor.org/;
+SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz;
+
+LICENSE="BSD BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples python"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.6:5
+   >=dev-qt/qtgui-5.6:5
+   >=dev-qt/qtnetwork-5.6:5
+   >=dev-qt/qtopengl-5.6:5
+   >=dev-qt/qtwidgets-5.6:5
+   sys-libs/zlib
+   python? ( ${PYTHON_DEPS} )
+"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+"
+
+DOCS=( AUTHORS COPYING NEWS.md README.md )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   einstalldocs
+
+   if use examples ; then
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   fi
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}



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

2016-07-09 Thread Michael Palimaka
commit: f8a3ef0e764320eb1b4f6da4aa3eb259da461117
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Jul  9 17:53:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Jul  9 17:53:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a3ef0e

media-sound/kradio: fix linguas -> l10n fallout

Also add some missed translations.

Gentoo-bug: 588438

Package-Manager: portage-2.3.0

 media-sound/kradio/kradio-4.0.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/kradio/kradio-4.0.8.ebuild 
b/media-sound/kradio/kradio-4.0.8.ebuild
index acd742a..2d9af09 100644
--- a/media-sound/kradio/kradio-4.0.8.ebuild
+++ b/media-sound/kradio/kradio-4.0.8.ebuild
@@ -7,10 +7,10 @@ EAPI=6
 KDE_LINGUAS_DIR=( po convert-presets/po )
 PLUGINS=(
alsa-sound dbus gui-docking-menu gui-error-log gui-quickbar
-   gui-standard-display internetradio lirc oss-sound radio recording 
shortcuts
+   gui-standard-display internetradio lirc mpris oss-sound radio recording 
shortcuts
soundserver streaming timecontrol timeshifter v4lradio
 )
-KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk tr uk"
+KDE_LINGUAS="cs de es is it pl pt pt_BR ru sk sr@latin tr uk"
 inherit kde4-base
 
 MY_P=${PN}4-${PV/_/-}
@@ -48,7 +48,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.0.7-include.patch" )
 src_prepare() {
local lang
for lang in ${KDE_LINGUAS} ; do
-   if ! use linguas_${lang} ; then
+   if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
for dir in "${KDE_LINGUAS_DIR[@]}" ; do
rm ${dir}/${lang}.po
done



[gentoo-commits] repo/gentoo:master commit in: app-cdr/xcdroast/

2016-07-09 Thread Agostino Sarubbo
commit: d2b605169a15bd3159af56a8d03b255569992247
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  9 17:45:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  9 17:45:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b60516

app-cdr/xcdroast: amd64 stable wrt bug #345337

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

 app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild 
b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild
index 53aa57c..fa511f6 100644
--- a/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild
+++ b/app-cdr/xcdroast/xcdroast-0.98_alpha16-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xcdroast/${P/_/}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="nls suid"
 
 RDEPEND=">=x11-libs/gtk+-2:2



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

2016-07-09 Thread Agostino Sarubbo
commit: 31d24de0d5ba24853aa0beb6a1e4ee08c161db75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  9 17:45:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  9 17:45:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d24de0

net-im/openfire: amd64 stable wrt bug #588312

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

 net-im/openfire/openfire-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/openfire/openfire-4.0.2.ebuild 
b/net-im/openfire/openfire-4.0.2.ebuild
index 957cc4c..5cddb6e 100644
--- a/net-im/openfire/openfire-4.0.2.ebuild
+++ b/net-im/openfire/openfire-4.0.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.igniterealtime.org/builds/openfire/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc"
 
 RDEPEND=">=virtual/jre-1.7"



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

2016-07-09 Thread Agostino Sarubbo
commit: 7d35349e99257cd9b413a933a69b6d3cb2f99a74
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul  9 17:45:54 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul  9 17:45:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d35349e

app-admin/keepass: amd64 stable wrt bug #585140

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

 app-admin/keepass/keepass-2.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/keepass/keepass-2.34.ebuild 
b/app-admin/keepass/keepass-2.34.ebuild
index d828fcf..2f90a71 100644
--- a/app-admin/keepass/keepass-2.34.ebuild
+++ b/app-admin/keepass/keepass-2.34.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="aot"
 
 COMMON_DEPEND=">=dev-lang/mono-2.10.5"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/hamcrest/, dev-erlang/hamcrest/files/

2016-07-09 Thread Amadeusz Piotr Żołnowski
commit: 82148fb09ba83244055de38fa00fd6ed5bb0aed2
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  9 17:44:36 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  9 17:44:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82148fb0

dev-erlang/hamcrest: Restore unit tests

Apply patch from https://github.com/hyperthunk/hamcrest-erlang/pull/24

Package-Manager: portage-2.3.0

 .../0.1.0_p20150103-0001-OTP-19-support.patch  | 88 ++
 .../hamcrest/hamcrest-0.1.0_p20150103.ebuild   |  5 +-
 2 files changed, 89 insertions(+), 4 deletions(-)

diff --git 
a/dev-erlang/hamcrest/files/0.1.0_p20150103-0001-OTP-19-support.patch 
b/dev-erlang/hamcrest/files/0.1.0_p20150103-0001-OTP-19-support.patch
new file mode 100644
index 000..94e507c
--- /dev/null
+++ b/dev-erlang/hamcrest/files/0.1.0_p20150103-0001-OTP-19-support.patch
@@ -0,0 +1,88 @@
+From 4eb8b813d0086a6eca9627ab64721378b07aa030 Mon Sep 17 00:00:00 2001
+From: Luke Bakken 
+Date: Sat, 9 Jul 2016 07:43:41 -0700
+Subject: [PATCH] OTP 19 support via compilation of CT suite. This defines
+ namespaced_types. Disable CT auto-compile. Fix warnings. Update to proper
+ v1.2
+
+---
+ .gitignore   |  8 
+ test.config  | 16 +---
+ test/hamcrest_matchers_SUITE.erl |  4 ++--
+ 3 files changed, 23 insertions(+), 5 deletions(-)
+
+diff --git a/.gitignore b/.gitignore
+index 59ac5eb..d6882d0 100755
+--- a/.gitignore
 b/.gitignore
+@@ -4,6 +4,7 @@
+ *.o
+ *.so
+ *.swp
++.rebar/
+ build/*
+ ^build$
+ Emakefile
+@@ -15,3 +16,10 @@ ebin/*.beam
+ logs/*
+ include/hamcrest.hrl
+ qc.hrl
++deps/
++ct_*/
++all_runs.html
++ct_*
++jquery-latest.js
++jquery.tablesorter.min.js
++variables-ct@localhost
+diff --git a/test.config b/test.config
+index bff1a63..f206e37 100644
+--- a/test.config
 b/test.config
+@@ -1,9 +1,19 @@
+-
+ {cover_enabled, true}.
++
+ {deps, [
+-%% TODO: bind to a specific commit or tag instead of 'master'
+-{proper, ".*", {git, "http://github.com/manopapad/proper.git;, "v1.1"}}
++{proper, "1.*", {git, "http://github.com/manopapad/proper.git;, "v1.2"}}
+ ]}.
+ 
++{erl_opts, [
++debug_info,
++fail_on_warning,
++{src_dirs, ["test"]},
++{platform_define, "^[0-9]+", namespaced_types}
++]}.
++
++{validate_app_modules, false}.
++
++{ct_extra_params, "-no_auto_compile"}.
++
+ {plugin_dir, "priv/build/plugins"}.
+ {plugins, [eqc_resolver]}.
+diff --git a/test/hamcrest_matchers_SUITE.erl 
b/test/hamcrest_matchers_SUITE.erl
+index f2889e2..6726425 100644
+--- a/test/hamcrest_matchers_SUITE.erl
 b/test/hamcrest_matchers_SUITE.erl
+@@ -69,7 +69,7 @@ 
is_not_evaluates_to_logical_negation_of_underlying_matcher(_) ->
+ ?EQC(P).
+ 
+ is_not_provides_convenient_shortcut_for_not_equal_to(_) ->
+-P = ?FORALL({X, Y}, {binary(), binary()},
++P = ?FORALL({X, _Y}, {binary(), binary()},
+ begin
+ #'hamcrest.matchspec'{matcher=F1} = equal_to(X),
+ #'hamcrest.matchspec'{matcher=F2} = is_not(X),
+@@ -240,7 +240,7 @@ ends_with_should_only_match_last_portion_of_string(_) ->
+ ?IMPLIES(length(Xs) > 0,
+ begin
+   Y = round(length(Xs) / 2),
+-  LStr = string:left(Xs, Y),
++  _LStr = string:left(Xs, Y),
+   RStr = string:right(Xs, Y),
+   case (assert_that(Xs, ends_with(RStr))) of
+ true -> true;
+-- 
+2.9.0
+

diff --git a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild 
b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
index 25e888d..04bd458 100644
--- a/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
+++ b/dev-erlang/hamcrest/hamcrest-0.1.0_p20150103.ebuild
@@ -22,10 +22,7 @@ DEPEND="${CDEPEND}
 RDEPEND="${CDEPEND}"
 
 DOCS=( NOTES  README.markdown TODO.md )
-
-# FIXME: Fails, reported upstream:
-# FIXME: https://github.com/hyperthunk/hamcrest-erlang/issues/21
-RESTRICT="test"
+PATCHES=( "${FILESDIR}"/${PV}-0001-OTP-19-support.patch )
 
 # Override with EAPI default because it's missing hamcrest.app.src and doesn't
 # have any deps.



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

2016-07-09 Thread Dirkjan Ochtman
commit: 5d57868b50eba6f0c48509d165d440de1d7d0029
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Jul  9 17:31:27 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Jul  9 17:31:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d57868b

dev-db/couchdb: remove old version

Package-Manager: portage-2.2.28

 dev-db/couchdb/couchdb-1.6.1-r1.ebuild | 76 --
 1 file changed, 76 deletions(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r1.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r1.ebuild
deleted file mode 100644
index aca6394..000
--- a/dev-db/couchdb/couchdb-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils multilib pax-utils user
-
-DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free 
document-oriented database."
-HOMEPAGE="http://couchdb.apache.org/;
-SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="selinux test"
-
-RDEPEND=">=dev-libs/icu-4.3.1:=
-   dev-lang/erlang[ssl]
-   >=dev-libs/openssl-0.9.8j:0
-   >=net-misc/curl-7.18.2
-   

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

2016-07-09 Thread Dirkjan Ochtman
commit: 143636f3f5c182f04f893e8ccefde1c95e1f1b88
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sat Jul  9 17:30:54 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sat Jul  9 17:30:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143636f3

dev-db/couchdb: restrict erlang versions

Package-Manager: portage-2.2.28

 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 6 +++---
 dev-db/couchdb/couchdb-1.6.1.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
index 1aaffad..a00bbb1 100644
--- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild
+++ b/dev-db/couchdb/couchdb-1.6.1-r2.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$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit autotools eutils multilib pax-utils user
 
-DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free 
document-oriented database."
+DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented 
database"
 HOMEPAGE="http://couchdb.apache.org/;
 SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="libressl selinux test"
 
 RDEPEND=">=dev-libs/icu-4.3.1:=
-   dev-lang/erlang[ssl]
+   =dev-libs/openssl-0.9.8j:0 )
libressl? ( dev-libs/libressl )
>=net-misc/curl-7.18.2

diff --git a/dev-db/couchdb/couchdb-1.6.1.ebuild 
b/dev-db/couchdb/couchdb-1.6.1.ebuild
index b954980..b0e8402 100644
--- a/dev-db/couchdb/couchdb-1.6.1.ebuild
+++ b/dev-db/couchdb/couchdb-1.6.1.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$
 
@@ -16,7 +16,7 @@ KEYWORDS="amd64 ppc x86"
 IUSE="selinux test"
 
 RDEPEND=">=dev-libs/icu-4.3.1:=
-   dev-lang/erlang[ssl]
+   =dev-libs/openssl-0.9.8j:0
>=net-misc/curl-7.18.2


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

2016-07-09 Thread Michael Orlitzky
commit: 28e082bab8a150597abb570f5a4bead7db0ff601
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul  9 16:37:07 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul  9 16:37:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e082ba

php-ext-source-r3.eclass: new revision supporting EAPI=6.

This is a new revision of the php-ext-source eclass that supports
EAPI=6 (only) and cleans up some of the existing code. The list of
user-facing changes is,

  * Support only EAPI=6.

  * PATCHES array/variable support.

  * DOCS array support (bug 512184).

  * Renamed my_conf and PHPSAPILIST variables.

Some refactoring was done, but not in a way that consumers should
notice. A migration guide can be found on the wiki:

https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide

In addition, a number of improvements were suggested by Michał Górny
on the gentoo-dev mailing list:

https://archives.gentoo.org/gentoo-dev/message/9159cba2eabceb96d8ae16ced6631f1e

Gentoo-Bug: 512184

 eclass/php-ext-source-r3.eclass | 410 
 1 file changed, 410 insertions(+)

diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
new file mode 100644
index 000..3372a4b
--- /dev/null
+++ b/eclass/php-ext-source-r3.eclass
@@ -0,0 +1,410 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# @ECLASS: php-ext-source-r3.eclass
+# @MAINTAINER:
+# Gentoo PHP team 
+# @BLURB: Compile and install standalone PHP extensions.
+# @DESCRIPTION:
+# A unified interface for compiling and installing standalone PHP
+# extensions.
+
+inherit autotools
+
+EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install
+
+case ${EAPI} in
+   6) ;;
+   *)
+   die "${ECLASS} is not compatible with EAPI=${EAPI}"
+esac
+
+# @ECLASS-VARIABLE: PHP_EXT_NAME
+# @REQUIRED
+# @DESCRIPTION:
+# The extension name. This must be set, otherwise the eclass dies.
+# Only automagically set by php-ext-pecl-r3.eclass, so unless your ebuild
+# inherits that eclass, you must set this manually before inherit.
+[[ -z "${PHP_EXT_NAME}" ]] && \
+   die "no extension name specified for the php-ext-source-r3 eclass"
+
+# @ECLASS-VARIABLE: PHP_EXT_INI
+# @DESCRIPTION:
+# Controls whether or not to add a line to php.ini for the extension.
+# Defaults to "yes" and should not be changed in most cases.
+[[ -z "${PHP_EXT_INI}" ]] && PHP_EXT_INI="yes"
+
+# @ECLASS-VARIABLE: PHP_EXT_ZENDEXT
+# @DESCRIPTION:
+# Controls whether the extension is a ZendEngine extension or not.
+# Defaults to "no". If you don't know what this is, you don't need it.
+[[ -z "${PHP_EXT_ZENDEXT}" ]] && PHP_EXT_ZENDEXT="no"
+
+# @ECLASS-VARIABLE: USE_PHP
+# @REQUIRED
+# @DESCRIPTION:
+# Lists the PHP slots compatible the extension is compatible with.
+# Example:
+# @CODE
+# USE_PHP="php5-6 php7-0"
+# @CODE
+[[ -z "${USE_PHP}" ]] && \
+   die "USE_PHP is not set for the php-ext-source-r3 eclass"
+
+# @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# If set, all of the dependencies added by this eclass will be
+# conditional on USE=${PHP_EXT_OPTIONAL_USE}. This is needed when
+# ebuilds have to inherit this eclass unconditionally, but only
+# actually use it when (for example) the user has USE=php.
+
+# @ECLASS-VARIABLE: PHP_EXT_S
+# @DESCRIPTION:
+# The relative location of the temporary build directory for the PHP
+# extension within the source package. This is useful for packages that
+# bundle the PHP extension. Defaults to ${S}.
+[[ -z "${PHP_EXT_S}" ]] && PHP_EXT_S="${S}"
+
+# @ECLASS-VARIABLE: PHP_EXT_SAPIS
+# @DESCRIPTION:
+# A list of SAPIs for which we will install this extension. Formerly
+# called PHPSAPILIST. The default includes every SAPI currently used in
+# the tree.
+[[ -z "${PHP_EXT_SAPIS}" ]] && PHP_EXT_SAPIS="apache2 cli cgi fpm embed phpdbg"
+
+
+# Make sure at least one target is installed. First, start a USE
+# conditional like "php?", but only when PHP_EXT_OPTIONAL_USE is
+# non-null. The option group "|| (..." is always started here.
+REQUIRED_USE="${PHP_EXT_OPTIONAL_USE}${PHP_EXT_OPTIONAL_USE:+? ( }|| ( "
+for _php_target in ${USE_PHP}; do
+   # Now loop through each USE_PHP target and add the corresponding
+   # dev-lang/php slot to PHPDEPEND.
+   IUSE+=" php_targets_${_php_target}"
+   REQUIRED_USE+="php_targets_${_php_target} "
+   _php_slot=${_php_target/php}
+   _php_slot=${_php_slot/-/.}
+   PHPDEPEND+=" php_targets_${_php_target}? ( dev-lang/php:${_php_slot} )"
+done
+
+# Don't pollute the environment with our loop variables.
+unset _php_slot _php_target
+
+# Finally, end the optional group that we started before the loop. Close
+# the USE-conditional if PHP_EXT_OPTIONAL_USE is non-null.
+REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}"
+
+RDEPEND="${RDEPEND}
+  

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

2016-07-09 Thread Michael Orlitzky
commit: bcec0f660c82ecc991ddffd5b86348b9500c6b43
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul  9 16:37:56 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul  9 16:37:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcec0f66

php-ext-pecl-r3.eclass: new revision supporting EAPI=6.

The php-ext-pecl eclasses are based mainly on the php-ext-source
eclasses. Now that we have a new revision php-ext-source-r3.eclass,
this new revision of php-ext-pecl inherits that. As a result, all of
the changes affecting that revision also affect this one. A migration
guide for users can be found on the wiki:

https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide

Gentoo-Bug: 512184

 eclass/php-ext-pecl-r3.eclass | 86 +++
 1 file changed, 86 insertions(+)

diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass
new file mode 100644
index 000..8f78493
--- /dev/null
+++ b/eclass/php-ext-pecl-r3.eclass
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# @ECLASS: php-ext-pecl-r3.eclass
+# @MAINTAINER:
+# Gentoo PHP team 
+# @BLURB: A uniform way to install PECL extensions
+# @DESCRIPTION:
+# This eclass should be used by all dev-php/pecl-* ebuilds as a uniform
+# way of installing PECL extensions. For more information about PECL,
+# see http://pecl.php.net/
+
+# @ECLASS-VARIABLE: PHP_EXT_PECL_PKG
+# @DESCRIPTION:
+# Set in ebuild before inheriting this eclass if the tarball name
+# differs from ${PN/pecl-/} so that SRC_URI and HOMEPAGE get set
+# correctly by the eclass.
+#
+# Setting this variable manually also affects PHP_EXT_NAME and ${S}
+# unless you override those in ebuild. If that is not desired, please
+# use PHP_EXT_PECL_FILENAME instead.
+[[ -z "${PHP_EXT_PECL_PKG}" ]] && PHP_EXT_PECL_PKG="${PN/pecl-/}"
+
+# @ECLASS-VARIABLE: PHP_EXT_PECL_FILENAME
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Set in ebuild before inheriting this eclass if the tarball name
+# differs from "${PN/pecl-/}-${PV}.tgz" so that SRC_URI gets set
+# correctly by the eclass.
+#
+# Unlike PHP_EXT_PECL_PKG, setting this variable does not affect
+# HOMEPAGE, PHP_EXT_NAME or ${S}.
+
+
+# Set PHP_EXT_NAME for php-ext-source-r3.eclass.
+[[ -z "${PHP_EXT_NAME}" ]] && PHP_EXT_NAME="${PHP_EXT_PECL_PKG}"
+
+# Try to guess the upstream name of the package/version. We only use
+# this variable temporarily before unsetting it.
+PHP_EXT_PECL_PKG_V="${PHP_EXT_PECL_PKG}-${PV/_/}"
+
+# It's important that we determine and set $S before we inherit below.
+S="${WORKDIR}/${PHP_EXT_PECL_PKG_V}"
+
+inherit php-ext-source-r3
+
+EXPORT_FUNCTIONS src_install src_test
+
+if [[ -z "${PHP_EXT_PECL_FILENAME}" ]] ; then
+   SRC_URI="http://pecl.php.net/get/${PHP_EXT_PECL_PKG_V}.tgz;
+else
+   SRC_URI="http://pecl.php.net/get/${PHP_EXT_PECL_FILENAME};
+fi
+
+# Don't leave this laying around in the environment.
+unset PHP_EXT_PECL_PKG_V
+
+HOMEPAGE="http://pecl.php.net/${PHP_EXT_PECL_PKG};
+
+
+# @FUNCTION: php-ext-pecl-r3_src_install
+# @DESCRIPTION:
+# Install a standard PECL package. First we delegate to
+# php-ext-source-r3.eclass, and then we attempt to install examples
+# found in a standard location.
+php-ext-pecl-r3_src_install() {
+   php-ext-source-r3_src_install
+
+   if in_iuse examples && use examples ; then
+   dodoc -r examples
+   fi
+}
+
+
+# @FUNCTION: php-ext-pecl-r3_src_test
+# @DESCRIPTION:
+# Run tests delivered with the PECL package. Phpize will have generated
+# a run-tests.php file to be executed by `make test`. We only need to
+# force the test suite to run in non-interactive mode.
+php-ext-pecl-r3_src_test() {
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   NO_INTERACTION="yes" emake test
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-IP/

2016-07-09 Thread Michael Orlitzky
commit: 38e6035d3339e1ea8718880acbd6abfcc03a3663
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul  9 15:54:38 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul  9 16:13:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e6035d

dev-perl/Data-Validate-IP: add ~x86 keyword.

This is a non-maintainer commit, but it comes with an ack from the
Perl project. It comes after full testing on x86 hardware, and use
with net-analyzer/nagios-check_rbl.

Gentoo-Bug: 538496

Package-Manager: portage-2.2.28

 dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild 
b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild
index f1a7da9..3587291 100644
--- a/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild
+++ b/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.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$
 
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Lightweight IPv4 and IPv6 validation module"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Validate-Domain/

2016-07-09 Thread Michael Orlitzky
commit: a63ff0d010119aa676a391087942b85e99604d35
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul  9 15:53:21 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul  9 16:13:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63ff0d0

dev-perl/Data-Validate-Domain: add ~x86 keyword.

This is a non-maintainer commit, but it comes with an ack from the
Perl project. It comes after full testing on x86 hardware, and use
with net-analyzer/nagios-check_rbl.

Gentoo-Bug: 538496

Package-Manager: portage-2.2.28

 dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild 
b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild
index d98f55d..a9799e8 100644
--- a/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.ebuild
+++ b/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.110.0.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$
 
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Domain and host name validation"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="test"
 
 RDEPEND="



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

2016-07-09 Thread Michael Orlitzky
commit: 6f2943d521598f0f970b816a0b5c1d2b15e7dd90
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul  9 15:57:01 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul  9 16:13:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2943d5

net-analyzer/nagios-check_rbl: add ~x86 keyword.

This re-adds the ~x86 keyword that was lost when two new perl
dependencies were introduced (see the referenced bug). The package has
been tested and does indeed work on x86.

Gentoo-Bug: 538496

Package-Manager: portage-2.2.28

 net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.7-r1.ebuild 
b/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.7-r1.ebuild
index c75db07..a8ab68d 100644
--- a/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.7-r1.ebuild
+++ b/net-analyzer/nagios-check_rbl/nagios-check_rbl-1.3.7-r1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${MY_P}.tar.gz
 LICENSE="GPL-3"
 SLOT="0"
 
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 # The package's INSTALL/Makefile.PL files specify its dependencies.



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

2016-07-09 Thread Anthony G. Basile
commit: 09fed040e34de9d30d0ee9cb988067f29d9a086f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jul  9 16:10:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jul  9 16:12:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fed040

sys-kernel/hardened-sources: version bump to 4.6.3-r2

vanilla-4.6.3 + genpatches-4.6-3 + grsecurity-3.1-4.6.3-201607070721

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest   |  1 +
 .../hardened-sources-4.6.3-r2.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index ff65483..866929b 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -17,6 +17,7 @@ DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8a
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
 DIST hardened-patches-4.5.7-8.extras.tar.bz2 1873981 SHA256 
bdec9a77236507b6f6007de41fa010bd4b33f67a425ca3ed5da56f0bd18c005a SHA512 
66c77380dcad8ed6fee23fa4307c5e4f8e2731e4e77e088e34193954b90aa5362197e3be2a6b3baac11bc1dae378ad145c915b4b3a7e5bee5f90a3a7185d00c4
 WHIRLPOOL 
fdb5c48bdadfb7eca8454ce57f71bcd7be986dc04fd2128d2c1d7c3881a86d1aee63246a84d0b1717b164a25d1e7e7f00b983fe5b1805a592d6ed4f74d110c85
 DIST hardened-patches-4.6.3-2.extras.tar.bz2 1911534 SHA256 
e817878f2894e75e8d21f9f18cb4d5376aaf563a2b9ddb0261493af7acd25a1d SHA512 
67d3fac211413d17f14c76f145d9716b771678f7528d08a96a32ed892623c64188017ff36cd0606c5c76e5b29874cbef71dd1bfbe328f07f3a7ebe8f5ed6ae0b
 WHIRLPOOL 
14c1905c26749f1dd7cf36320ba38df0602495dc382b8efd28f892833b75a9936d836f250f5539374bf81f51bd7918a76d1ae8987240e112ba57b5abf7eb4709
+DIST hardened-patches-4.6.3-3.extras.tar.bz2 1913554 SHA256 
12979e43a4807bb3894460654898a536d4e87b64310d5d3af75fbf7617faa2a3 SHA512 
8992c425732eceb7f9bd68e10e2e3fbed8d19eb04bca7377a20628875f6b85dd10019cee1294706fbcba811fe7ff28b446e631a2d696237eded02b92b8df23b5
 WHIRLPOOL 
8ba2b589a391998b94f4a7d4e8e99d0b199389b3e6f27cd9457e70da20c9b642ca8d94a44022c5708d6916ac9486d5c3d9eeb74d3cb7ef4a8999463e93322b76
 DIST linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
 DIST linux-4.5.tar.xz 88375040 SHA256 
a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 
cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de
 WHIRLPOOL 
8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.6.3-r2.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.6.3-r2.ebuild
new file mode 100644
index 000..dfa3c56
--- /dev/null
+++ b/sys-kernel/hardened-sources/hardened-sources-4.6.3-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+ETYPE="sources"
+K_WANT_GENPATCHES="base"
+K_GENPATCHES_VER="3"
+K_DEBLOB_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+
+HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-3"
+HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
+SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"
+UNIPATCH_EXCLUDE="
+   1500_XATTR_USER_PREFIX.patch
+   2900_dev-root-proc-mount-fix.patch"
+
+DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
+HOMEPAGE="http://www.gentoo.org/proj/en/hardened/;
+IUSE="deblob"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=sys-devel/gcc-4.5"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+
+   local 

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

2016-07-09 Thread Anthony G. Basile
commit: 888d7cca687b551614808e848c122297012e12d1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jul  9 16:12:25 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jul  9 16:12:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888d7cca

sys-kernel/hardened-sources: remove older unstable versions

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest   |  2 -
 .../hardened-sources-4.5.7-r7.ebuild   | 45 --
 .../hardened-sources-4.6.3-r1.ebuild   | 45 --
 3 files changed, 92 deletions(-)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 866929b..fef2290 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -15,8 +15,6 @@ DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 
2a62a5eb4b98f4fbeb43
 DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 
599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b
 WHIRLPOOL 
84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
-DIST hardened-patches-4.5.7-8.extras.tar.bz2 1873981 SHA256 
bdec9a77236507b6f6007de41fa010bd4b33f67a425ca3ed5da56f0bd18c005a SHA512 
66c77380dcad8ed6fee23fa4307c5e4f8e2731e4e77e088e34193954b90aa5362197e3be2a6b3baac11bc1dae378ad145c915b4b3a7e5bee5f90a3a7185d00c4
 WHIRLPOOL 
fdb5c48bdadfb7eca8454ce57f71bcd7be986dc04fd2128d2c1d7c3881a86d1aee63246a84d0b1717b164a25d1e7e7f00b983fe5b1805a592d6ed4f74d110c85
-DIST hardened-patches-4.6.3-2.extras.tar.bz2 1911534 SHA256 
e817878f2894e75e8d21f9f18cb4d5376aaf563a2b9ddb0261493af7acd25a1d SHA512 
67d3fac211413d17f14c76f145d9716b771678f7528d08a96a32ed892623c64188017ff36cd0606c5c76e5b29874cbef71dd1bfbe328f07f3a7ebe8f5ed6ae0b
 WHIRLPOOL 
14c1905c26749f1dd7cf36320ba38df0602495dc382b8efd28f892833b75a9936d836f250f5539374bf81f51bd7918a76d1ae8987240e112ba57b5abf7eb4709
 DIST hardened-patches-4.6.3-3.extras.tar.bz2 1913554 SHA256 
12979e43a4807bb3894460654898a536d4e87b64310d5d3af75fbf7617faa2a3 SHA512 
8992c425732eceb7f9bd68e10e2e3fbed8d19eb04bca7377a20628875f6b85dd10019cee1294706fbcba811fe7ff28b446e631a2d696237eded02b92b8df23b5
 WHIRLPOOL 
8ba2b589a391998b94f4a7d4e8e99d0b199389b3e6f27cd9457e70da20c9b642ca8d94a44022c5708d6916ac9486d5c3d9eeb74d3cb7ef4a8999463e93322b76
 DIST linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.5.7-r7.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.5.7-r7.ebuild
deleted file mode 100644
index 865a967..000
--- a/sys-kernel/hardened-sources/hardened-sources-4.5.7-r7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-ETYPE="sources"
-K_WANT_GENPATCHES="base"
-K_GENPATCHES_VER="9"
-K_DEBLOB_AVAILABLE="1"
-
-inherit kernel-2
-detect_version
-
-HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-8"
-HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2;
-SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2"

[gentoo-commits] repo/gentoo:master commit in: dev-lang/rubinius/

2016-07-09 Thread Hans de Graaff
commit: 8f0b870080166d1a6148109205aaaf47101cee5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  9 15:45:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  9 15:49:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0b8700

dev-lang/rubinius: add 3.43

Package-Manager: portage-2.2.28

 dev-lang/rubinius/Manifest |  1 +
 dev-lang/rubinius/rubinius-3.43.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/dev-lang/rubinius/Manifest b/dev-lang/rubinius/Manifest
index 71c8a2d..d780d9e 100644
--- a/dev-lang/rubinius/Manifest
+++ b/dev-lang/rubinius/Manifest
@@ -1,2 +1,3 @@
 DIST rubinius-2.5.3.tar.bz2 11636033 SHA256 
9af4d6e9d1e78a586579c86b9eb9a082cb863885d4a7cf33989d73280461e5fc SHA512 
b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
 WHIRLPOOL 
9ec26e62fde5d55153ce8f7fc8b57297fc365f94fc43d18c1a99c94823999494653e5d44ad1a27e31ae0803fc0c2d23d04fea7c7669210754236a9aa38e68b19
 DIST rubinius-2.5.5.tar.bz2 11659850 SHA256 
217659849ca2c67322d24ce7167e760dc835f32a701ca6e558703914ca82d02f SHA512 
a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
 WHIRLPOOL 
82e45406f330339a3dc06ee26cb0baf39bd4ab10147ebbfbe2eaf12c72e44fe683d3eff3156af0f09feee4bc3d50334d041f497727a6ae86fd24347f75a658ae
+DIST rubinius-3.43.tar.bz2 13013106 SHA256 
2c573257518774e464036515cc7283bc934a41566599afe94612c605844481ad SHA512 
80ca70f1aeea2f48e9f4bbd9dc646e0fdabf266cde879fd6acb46bcc38140a2738fddf7d63fa72c386f0411046f457af02deb1162b249c7942bdc0e4a8138023
 WHIRLPOOL 
63f53a69a16772cfaa560cb5c8ed21dafe5b2eae221948be56f34b4a4755f878f3f9ff5ae7d181479770c1e9ca9c9be48a521d5e9465d1dc15c0641aca803d34

diff --git a/dev-lang/rubinius/rubinius-3.43.ebuild 
b/dev-lang/rubinius/rubinius-3.43.ebuild
new file mode 100644
index 000..a5ff327
--- /dev/null
+++ b/dev-lang/rubinius/rubinius-3.43.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic multilib versionator
+
+DESCRIPTION="A re-implementation of the Ruby VM designed for speed"
+HOMEPAGE="http://rubini.us;
+SRC_URI="https://rubinius-releases-rubinius-com.s3.amazonaws.com/${P}.tar.bz2;
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="+llvm"
+
+RDEPEND="
+   llvm? ( >=sys-devel/llvm-3.6 )
+   dev-libs/openssl:0
+   sys-libs/ncurses
+   sys-libs/readline:0
+   dev-libs/libyaml
+   virtual/libffi
+   sys-libs/zlib
+"
+
+DEPEND="${RDEPEND}
+   =dev-ruby/rake-10*
+   dev-ruby/bundler
+"
+
+pkg_setup() {
+   unset RUBYOPT
+}
+
+src_prepare() {
+   # src_test will wait until all processes are reaped, so tune down
+   # the long sleep process a bit.
+   sed -i -e 's/sleep 1000/sleep 300/' spec/ruby/core/io/popen_spec.rb || 
die
+
+   # Avoid specs that cannot work in the portage context
+   rm -f spec/ruby/core/argf/read_nonblock_spec.rb || die
+
+   # Drop error CFLAGS per Gentoo policy.
+   sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die
+
+   bundle --local || die
+}
+
+src_configure() {
+   conf=""
+   if ! use llvm ; then
+   conf+="--disable-llvm "
+   fi
+
+   #Rubinius uses a non-autoconf ./configure script which balks at econf
+   INSTALL="${EPREFIX}/usr/bin/install -c" ./configure \
+   --prefix /usr/$(get_libdir) \
+   --mandir /usr/share/man \
+   --without-rpath \
+   --with-vendor-zlib \
+   ${conf} \
+   || die "Configure failed"
+}
+
+src_compile() {
+   RBXOPT="-Xsystem.log=syslog" rake build || die "Compilation failed"
+}
+
+src_test() {
+   rake spec || die "Tests failed"
+   einfo "Waiting for forked processes to die"
+}
+
+src_install() {
+   # The install phase tries to determine if there are relevant
+   addpredict /usr/local/lib64/ruby
+
+   local minor_version=$(get_version_component_range 1-2)
+   local librbx="usr/$(get_libdir)/rubinius"
+
+   RBXOPT="-Xsystem.log=syslog" DESTDIR="${D}" rake install || die 
"Installation failed"
+
+   dosym /${librbx}/bin/rbx /usr/bin/rbx || die "Couldn't make rbx symlink"
+
+   insinto /${librbx}/${minor_version}/site
+   doins "${FILESDIR}/auto_gem.rb" || die "Couldn't install rbx 
auto_gem.rb"
+   RBXOPT="-Xsystem.log=syslog" RBX_RUNTIME="${S}/runtime" 
RBX_LIB="${S}/lib" bin/rbx compile 
"${D}/${librbx}/${minor_version}/site/auto_gem.rb" || die "Couldn't bytecompile 
auto_gem.rb"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rubinius/

2016-07-09 Thread Hans de Graaff
commit: 5c7d5b61174d4574e26fbde946b3fc38fe9e911b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  9 15:47:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  9 15:49:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7d5b61

dev-lang/rubinius: cleanup for bug 588102

Package-Manager: portage-2.2.28

 dev-lang/rubinius/Manifest  |  2 -
 dev-lang/rubinius/rubinius-2.5.3.ebuild | 86 
 dev-lang/rubinius/rubinius-2.5.5.ebuild | 87 -
 3 files changed, 175 deletions(-)

diff --git a/dev-lang/rubinius/Manifest b/dev-lang/rubinius/Manifest
index d780d9e..2803f07 100644
--- a/dev-lang/rubinius/Manifest
+++ b/dev-lang/rubinius/Manifest
@@ -1,3 +1 @@
-DIST rubinius-2.5.3.tar.bz2 11636033 SHA256 
9af4d6e9d1e78a586579c86b9eb9a082cb863885d4a7cf33989d73280461e5fc SHA512 
b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
 WHIRLPOOL 
9ec26e62fde5d55153ce8f7fc8b57297fc365f94fc43d18c1a99c94823999494653e5d44ad1a27e31ae0803fc0c2d23d04fea7c7669210754236a9aa38e68b19
-DIST rubinius-2.5.5.tar.bz2 11659850 SHA256 
217659849ca2c67322d24ce7167e760dc835f32a701ca6e558703914ca82d02f SHA512 
a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
 WHIRLPOOL 
82e45406f330339a3dc06ee26cb0baf39bd4ab10147ebbfbe2eaf12c72e44fe683d3eff3156af0f09feee4bc3d50334d041f497727a6ae86fd24347f75a658ae
 DIST rubinius-3.43.tar.bz2 13013106 SHA256 
2c573257518774e464036515cc7283bc934a41566599afe94612c605844481ad SHA512 
80ca70f1aeea2f48e9f4bbd9dc646e0fdabf266cde879fd6acb46bcc38140a2738fddf7d63fa72c386f0411046f457af02deb1162b249c7942bdc0e4a8138023
 WHIRLPOOL 
63f53a69a16772cfaa560cb5c8ed21dafe5b2eae221948be56f34b4a4755f878f3f9ff5ae7d181479770c1e9ca9c9be48a521d5e9465d1dc15c0641aca803d34

diff --git a/dev-lang/rubinius/rubinius-2.5.3.ebuild 
b/dev-lang/rubinius/rubinius-2.5.3.ebuild
deleted file mode 100644
index 26c3836..000
--- a/dev-lang/rubinius/rubinius-2.5.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils flag-o-matic multilib versionator
-
-DESCRIPTION="A re-implementation of the Ruby VM designed for speed"
-HOMEPAGE="http://rubini.us;
-SRC_URI="http://releases.rubini.us/${P}.tar.bz2;
-
-LICENSE="BSD"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="+llvm"
-
-RDEPEND="
-   llvm? ( >=sys-devel/llvm-3.2 )
-   dev-libs/openssl:0
-   sys-libs/ncurses
-   sys-libs/readline:0
-   dev-libs/libyaml
-   virtual/libffi
-   sys-libs/zlib
-"
-
-DEPEND="${RDEPEND}
-   =dev-ruby/rake-10*
-   dev-ruby/bundler
-"
-
-pkg_setup() {
-   unset RUBYOPT
-}
-
-src_prepare() {
-   # src_test will wait until all processes are reaped, so tune down
-   # the long sleep process a bit.
-   sed -i -e 's/sleep 1000/sleep 300/' spec/ruby/core/io/popen_spec.rb || 
die
-
-   # Drop error CFLAGS per Gentoo policy.
-   sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die
-
-   bundle --local || die
-}
-
-src_configure() {
-   conf=""
-   if ! use llvm ; then
-   conf+="--disable-llvm "
-   fi
-
-   #Rubinius uses a non-autoconf ./configure script which balks at econf
-   INSTALL="${EPREFIX}/usr/bin/install -c" ./configure \
-   --prefix /usr/$(get_libdir) \
-   --mandir /usr/share/man \
-   --without-rpath \
-   --with-vendor-zlib \
-   ${conf} \
-   || die "Configure failed"
-}
-
-src_compile() {
-   RBXOPT="-Xsystem.log=/dev/null" rake build || die "Compilation failed"
-}
-
-src_test() {
-   rake spec || die "Tests failed"
-   einfo "Waiting for forked processes to die"
-}
-
-src_install() {
-   # The install phase tries to determine if there are relevant
-   addpredict /usr/local/lib64/ruby
-
-   local minor_version=$(get_version_component_range 1-2)
-   local librbx="usr/$(get_libdir)/rubinius"
-
-   RBXOPT="-Xsystem.log=/dev/null" DESTDIR="${D}" rake install || die 
"Installation failed"
-
-   dosym /${librbx}/bin/rbx /usr/bin/rbx || die "Couldn't make rbx symlink"
-
-   insinto /${librbx}/${minor_version}/site
-   doins "${FILESDIR}/auto_gem.rb" || die "Couldn't install rbx 
auto_gem.rb"
-   RBXOPT="-Xsystem.log=/dev/null" RBX_RUNTIME="${S}/runtime" 
RBX_LIB="${S}/lib" bin/rbx compile 
"${D}/${librbx}/${minor_version}/site/auto_gem.rb" || die "Couldn't bytecompile 
auto_gem.rb"
-}

diff --git a/dev-lang/rubinius/rubinius-2.5.5.ebuild 
b/dev-lang/rubinius/rubinius-2.5.5.ebuild
deleted file mode 100644
index 7ec166a..000
--- a/dev-lang/rubinius/rubinius-2.5.5.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed 

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

2016-07-09 Thread Hans de Graaff
commit: b5cec1bd931d7bdae9fc0dce9aa3329935367d47
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul  9 15:49:12 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul  9 15:49:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cec1bd

update rubinius mask for new version

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2506b9a..2fb6624 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -647,10 +647,10 @@ app-emulation/openstack-guest-agents-unix
 app-emulation/xe-guest-utilities
 
 # Hans de Graaff  (1 Jun 2014)
-# Mask new rubinius version for testing. Current versions have some
-# issues that should be solved in the forthcoming rubinius 2.3
-# release.
-=dev-lang/rubinius-2*
+# Mask new rubinius version for testing. This needs more work
+# to fully integrate it in our Gentoo ruby handling. Volunteers
+# welcome.
+=dev-lang/rubinius-3*
 
 # Tom Wijsman  (03 May 2014)
 # Needs to be further tested and revised by both Java and Ruby herds.



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-contact/, kde-apps/sieveeditor/, kde-apps/akregator/, ...

2016-07-09 Thread Johannes Huber
commit: 8dab526f281fd2d3a10cf742e51762fcfbb702af
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Jul  8 20:28:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 15:48:26 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dab526f

kde-apps: Fix KDE PIM LICENSEs

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/accountwizard/accountwizard-.ebuild  |  1 +
 kde-apps/akonadi-calendar/akonadi-calendar-.ebuild|  2 +-
 kde-apps/akonadi-contact/akonadi-contact-.ebuild  |  2 +-
 kde-apps/akonadi-mime/akonadi-mime-.ebuild|  9 +++--
 kde-apps/akonadi-notes/akonadi-notes-.ebuild  |  3 +--
 kde-apps/akonadi-search/akonadi-search-.ebuild|  3 ++-
 kde-apps/akonadiconsole/akonadiconsole-.ebuild|  1 +
 kde-apps/akregator/akregator-.ebuild  |  1 +
 kde-apps/blogilo/blogilo-.ebuild  |  1 +
 kde-apps/calendarjanitor/calendarjanitor-.ebuild  |  1 +
 kde-apps/calendarsupport/calendarsupport-.ebuild  | 11 ---
 kde-apps/eventviews/eventviews-.ebuild|  9 +++--
 kde-apps/gpgmepp/gpgmepp-.ebuild  |  2 +-
 kde-apps/grantleeeditor/grantleeeditor-.ebuild|  1 +
 kde-apps/grantleetheme/grantleetheme-.ebuild  |  3 +--
 kde-apps/importwizard/importwizard-.ebuild|  1 +
 kde-apps/incidenceeditor/incidenceeditor-.ebuild  |  9 +++--
 kde-apps/kaddressbook/kaddressbook-.ebuild|  1 +
 kde-apps/kalarm/kalarm-.ebuild|  1 +
 kde-apps/kalarmcal/kalarmcal-.ebuild  |  6 +++---
 kde-apps/kblog/kblog-.ebuild  |  2 +-
 kde-apps/kcalcore/kcalcore-.ebuild|  2 +-
 kde-apps/kcalutils/kcalutils-.ebuild  |  8 +++-
 kde-apps/kcontacts/kcontacts-.ebuild  |  2 +-
 kde-apps/kdepim-addons/kdepim-addons-.ebuild  |  2 +-
 kde-apps/kdepim-apps-libs/kdepim-apps-libs-.ebuild|  2 +-
 kde-apps/kdepim-runtime/kdepim-runtime-.ebuild|  1 +
 kde-apps/kdgantt2/kdgantt2-.ebuild|  9 +++--
 kde-apps/kholidays/kholidays-16.04.3.ebuild   |  2 +-
 kde-apps/kholidays/kholidays-16.04.49..ebuild |  2 +-
 kde-apps/kholidays/kholidays-.ebuild  |  2 +-
 kde-apps/kidentitymanagement/kidentitymanagement-.ebuild  |  8 
 kde-apps/kimap/kimap-.ebuild  |  4 ++--
 kde-apps/kldap/kldap-.ebuild  |  2 +-
 kde-apps/kleopatra/kleopatra-.ebuild  |  1 +
 kde-apps/kmail/kmail-.ebuild  |  1 +
 kde-apps/kmailtransport/kmailtransport-.ebuild|  2 +-
 kde-apps/kmbox/kmbox-.ebuild  |  2 +-
 kde-apps/kmime/kmime-.ebuild  |  2 +-
 kde-apps/knotes/knotes-.ebuild|  1 +
 kde-apps/konsolekalendar/konsolekalendar-.ebuild  |  1 +
 kde-apps/kontact/kontact-.ebuild  |  1 +
 kde-apps/kontactinterface/kontactinterface-.ebuild|  2 +-
 kde-apps/korganizer/korganizer-.ebuild|  1 +
 kde-apps/kpimtextedit/kpimtextedit-.ebuild|  2 +-
 kde-apps/ktnef/ktnef-.ebuild  |  1 +
 kde-apps/libgravatar/libgravatar-.ebuild  |  9 +++--
 kde-apps/libkdepim/libkdepim-.ebuild  |  2 +-
 kde-apps/libkleo/libkleo-.ebuild  |  3 +--
 kde-apps/libksieve/libksieve-.ebuild  |  2 +-
 kde-apps/libktnef/libktnef-.ebuild|  2 +-
 kde-apps/mboximporter/mboximporter-.ebuild|  2 +-
 kde-apps/pimcommon/pimcommon-.ebuild  |  2 +-
 kde-apps/pimsettingexporter/pimsettingexporter-.ebuild|  1 +
 kde-apps/sieveeditor/sieveeditor-.ebuild  |  1 +
 .../storageservicemanager/storageservicemanager-.ebuild   |  1 +
 56 files changed, 78 insertions(+), 80 deletions(-)

diff --git a/kde-apps/accountwizard/accountwizard-.ebuild 
b/kde-apps/accountwizard/accountwizard-.ebuild
index e55f968..25f3184 100644
--- a/kde-apps/accountwizard/accountwizard-.ebuild
+++ b/kde-apps/accountwizard/accountwizard-.ebuild
@@ -13,6 +13,7 @@ inherit kde5
 
 DESCRIPTION="Editor for Sieve scripts used for email filtering on a mail 
server"
 HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard;
+LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
 KEYWORDS=""
 IUSE=""
 

diff --git 

[gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/

2016-07-09 Thread Johannes Huber
commit: b60cef547f7509e8f4689303f1bb8201b5b93d7f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Jul  8 22:42:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 15:48:26 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b60cef54

net-libs/libkgapi: Fix LICENSE

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 2 +-
 net-libs/libkgapi/libkgapi-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild 
b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
index 66016c0..e0f700f 100644
--- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild
+++ b/net-libs/libkgapi/libkgapi-5.1.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Library for accessing Google calendar and 
contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64"
 IUSE=""
 

diff --git a/net-libs/libkgapi/libkgapi-.ebuild 
b/net-libs/libkgapi/libkgapi-.ebuild
index d0bd4a5..7f6eb70 100644
--- a/net-libs/libkgapi/libkgapi-.ebuild
+++ b/net-libs/libkgapi/libkgapi-.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Library for accessing Google calendar and contact resources"
 HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 



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

2016-07-09 Thread Fabian Groffen
commit: 2b6dd73b8ce4078cb0d809fee9b5b8cedab49861
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jul  9 14:27:12 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jul  9 15:48:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6dd73b

mail-client/mutt: version bump to 1.6.2, neomutt-20160709

Package-Manager: portage-2.2.28

 mail-client/mutt/Manifest  |   2 +
 mail-client/mutt/mutt-1.6.2.ebuild | 260 +
 2 files changed, 262 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 90a552f..c85304a 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -9,3 +9,5 @@ DIST mutt-1.6.0.tar.gz 3954591 SHA256 
29afb6238ab7a540c0e3a78ce25c970f975ab6c0f0
 DIST mutt-1.6.1-gentoo-patches-r5.tar.xz 173228 SHA256 
cce80ae3b385ed43bedb3674859cb971644c71dde2ac4b00ce4fd94e52eda6a1 SHA512 
c328fa30cf0e3ed14753d0c95daac62d295dfb5c4482323b7bfdc7af89e3d4563678101e74d39c8cdccd40f49e8fca5becd1a211c75e44f66e85190bc8b0ee64
 WHIRLPOOL 
9893878cc6c262b0564920b71d2e906c2f8b0c199e3f7e6883779be63b0af03fdc7a581bc8295c038fb2184d7114a8446356785eb0dfb2680e747e897f6983b4
 DIST mutt-1.6.1-neomutt-patches-3d90396616d009a7dcbfbb17d8a74b3eee70bd9a.zip 
538034 SHA256 d76441eb51295afccc060bfee40ef03ab1b865de1187ea1f26349281d11784a6 
SHA512 
ca5334c9d0a295cba8749d1d7315d6d7a8ac93f48cfd9a1e112f9b5dd61f808966ec320464aab282cc626c08764294844368dca1520bc9dc6029c12004b7bb50
 WHIRLPOOL 
b14ae9b58c6ba81956caefe049a0c6706436700e060402a9d869d9b98b61d74df5478dd07ee9cd520c4e6012a22b01d29857f74a8e3955680948e06f4e04cbec
 DIST mutt-1.6.1.tar.gz 3956840 SHA256 
98b26cecc6b1713082fc880344fa345c20bd7ded6459abe18c84429c7cf8ed20 SHA512 
a45c7bc681ea31a6ee37e95a11f3ec84f580478367250c80eaf5aceeba87e34411346a8b7e80a0f236c507cec1199ddc3ccf4596b81d7e31c235099dccdd4fd5
 WHIRLPOOL 
8cc8e699fbf1832eb411f4f3d59eac57450afade4ddfee3ecb89c0bbaaa92414779f8f2015ec05a9ed19deb88b40298b2f786afb91acbfc2a44a3f8f4876a712
+DIST mutt-1.6.2-patches-neomutt-20160709.tar.gz 498453 SHA256 
9601f07fc163577f6222d2786c9ac8081d5498658e06ab1b646a16c6e2b61952 SHA512 
9c0f069a82b72f5d1fc05c3edf4012a3044e2acf4cc1771bf7a4103c352bd165dd58e41f65434fb2e57464ce2981b3722c55e54b4c700b29863c7576f9cf1928
 WHIRLPOOL 
66291b9388bb089410146d53faddc540cf659caf129674cdbe8519eac89161c547e770a0094f630fff951b2cf8bf60404fe64804ae9c514c69301c1a3c894483
+DIST mutt-1.6.2.tar.gz 3956745 SHA256 
c5d02ef06486cdf04f9eeb9e9d7994890d8dfa7f47e7bfeb53a2a67da2ac1d8e SHA512 
c4348ba55459a2f9d5bedda1ec63b7520c0bdcd285bf791972dbd11a947be47e7c88b02c7d244e65c7c0f1be252c43240b570457a5812bf8160611bba7b01916
 WHIRLPOOL 
4adf29c59dffa50f5e7c8500a81f89ddbda894ade20bc3110cbedefbcdd7db3c2e84aae78d0cb4bc74930a94256738a3b0b1880b840fd81ec433b23b609887de

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

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

2016-07-09 Thread Matthias Maier
commit: 9b9b399f1e277dc267d76dc85b85e558a9ab7f8c
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 15:44:19 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:44:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9b399f

dev-vcs/vcsh: disable tests entirely

Package-Manager: portage-2.2.28

 dev-vcs/vcsh/vcsh-1.20151229.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-vcs/vcsh/vcsh-1.20151229.ebuild 
b/dev-vcs/vcsh/vcsh-1.20151229.ebuild
index 8bbd845..9c3baf8 100644
--- a/dev-vcs/vcsh/vcsh-1.20151229.ebuild
+++ b/dev-vcs/vcsh/vcsh-1.20151229.ebuild
@@ -13,6 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
+RESTRICT="test"
+
 RDEPEND="dev-vcs/git"
 DEPEND=""
 



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

2016-07-09 Thread Matthias Maier
commit: b2635367a98aa4e0770c5364f9d354322960cc59
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 15:06:54 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2635367

app-emulation/libvirt: 1.3.5-r1: Switch to v1.3.5-maint channel for patches

Package-Manager: portage-2.2.28

 app-emulation/libvirt/Manifest |  1 +
 .../files/libvirt-1.3.5-CVE-2016-5008.patch| 72 --
 app-emulation/libvirt/libvirt-1.3.5-r1.ebuild  |  5 +-
 3 files changed, 3 insertions(+), 75 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index af8e9bb..9bd7c4c 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,4 +1,5 @@
 DIST libvirt-1.2.21-20160709.tar.xz 3048 SHA256 
c2bef1c300099c3ff6ce81488a2678e588d18ca46a27916df160c8304239ca80 SHA512 
fdf0cd5e1cc3e0144fa99577c1a8c2d5e69ab610c923071b645465fb58076b2ce7a8e4e7747f3a6c59716917c6d41f369d77565c0f9fe10907a76d9b39edede6
 WHIRLPOOL 
2816d54588e4a49efd6773982b2b8a281572607c86c5a57c45b1736ce22836ea4cb91cee8d59b8fddcaafd2e552d0422ef5ed4b33d19a1705d4a38f270b9d39d
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
+DIST libvirt-1.3.5-20160709.tar.xz 1336 SHA256 
d14b14661e9bd89a8805dd84d8ee5f8b39f428a4dcbf70693eea593328e28033 SHA512 
08ad8c691f145a3a8c27b594b486b9265777f756099c127e58fd76bac7249a0e84181a3f15da4cf64ffdcf35ff7e3a2f1f1ee50f3882df5d980ad7250a30e44e
 WHIRLPOOL 
8d8106314c2bed984db3947b51b90dadd45680a07d568cc980c6534ba2229bfff8d041ecf40898131030f3db8d6e223fe30ba3dc72b3fe7fedc02a77b5c37331
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879
 DIST libvirt-2.0.0.tar.xz 13161096 SHA256 
10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb SHA512 
1182346e9268ec50cfd191a18172ad8ca80615a111547cc72fbe227cbbe9579263a1236f80cb36542272bdbf092e2184c9060b65c56dc2098076bbd1a89dd66c
 WHIRLPOOL 
3d6d9e307228f54993c6082f7787d678b2afe84d96b47889d1565e38da489fb99691aeb598831dff04cd9fe47448ea35dc1f5a44b3c6638816cf61533155688c

diff --git a/app-emulation/libvirt/files/libvirt-1.3.5-CVE-2016-5008.patch 
b/app-emulation/libvirt/files/libvirt-1.3.5-CVE-2016-5008.patch
deleted file mode 100644
index a47b408..000
--- a/app-emulation/libvirt/files/libvirt-1.3.5-CVE-2016-5008.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From bb848feec0f3f10e92dd8e5231ae7aa89b5598f3 Mon Sep 17 00:00:00 2001
-From: Jiri Denemark <jdene...@redhat.com>
-Date: Tue, 28 Jun 2016 14:39:58 +0200
-Subject: [PATCH] qemu: Let empty default VNC password work as documented
-
-CVE-2016-5008
-
-Setting an empty graphics password is documented as a way to disable
-VNC/SPICE access, but QEMU does not always behaves like that. VNC would
-happily accept the empty password. Let's enforce the behavior by setting
-password expiration to "now".
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1180092
-
-Signed-off-by: Jiri Denemark <jdene...@redhat.com>

- src/qemu/qemu_hotplug.c | 14 +++---
- 1 file changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c
-index e0b8230..bf6430d 100644
 a/src/qemu/qemu_hotplug.c
-+++ b/src/qemu/qemu_hotplug.c
-@@ -3933,6 +3933,7 @@ qemuDomainChangeGraphicsPasswords(virQEMUDriverPtr 
driver,
- time_t now = time(NULL);
- char expire_time [64];
- const char *connected = NULL;
-+const char *password;
- int ret = -1;
- virQEMUDriverConfigPtr cfg = virQEMUDriverGetConfig(driver);
- 
-@@ -3940,16 +3941,14 @@ qemuDomainChangeGraphicsPasswords(virQEMUDriverPtr 
driver,
- ret = 0;
- goto cleanup;
- }
-+password = auth->passwd ? auth->passwd : defaultPasswd;
- 
- if (auth->connected)
- connected = 
virDomainGraphicsAuthConnectedTypeToString(auth->connected);
- 
- if (qemuDomainObjEnterMonitorAsync(driver, vm, asyncJob) < 0)
- goto cleanup;
--ret = qemuMonitorSetPassword(priv->mon,
-- type,
-- auth->passwd ? auth->passwd : defaultPasswd,
-- connected);
-+ret = qemuMonitorSetPassword(priv->mon, type, password, c

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

2016-07-09 Thread Matthias Maier
commit: 2640179a1d7f4763688398dd3bd6462a87f09b67
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:33:55 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2640179a

app-emulation/libvirt: version bump to 2.0.0

Package-Manager: portage-2.2.28

 app-emulation/libvirt/Manifest |   1 +
 app-emulation/libvirt/libvirt-2.0.0.ebuild | 390 +
 2 files changed, 391 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 7e8e347..92ee3fa 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,3 +1,4 @@
 DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 
6c97f288470ec58bcbe98507563c6a191892c6f8813a7b9688c09b823934cbe5 SHA512 
4fd43f0e12434b78ac3e671ad8eb0e402d384cff6278f6d0db322a068c2c8807c7c7f7e5774aa9d19e2a85e49f6d9888908b32fca5fc04980134edaccba0afe2
 WHIRLPOOL 
2bfbc3cbf1ca44a2bb06ddf2e8eabeb116165560b9c73d649d7b8cc9baba851f5e9246414bfc2c4740f27d0d0d42b6176eaec43b05e8c1e54de2804150c2cde1
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879
+DIST libvirt-2.0.0.tar.xz 13161096 SHA256 
10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb SHA512 
1182346e9268ec50cfd191a18172ad8ca80615a111547cc72fbe227cbbe9579263a1236f80cb36542272bdbf092e2184c9060b65c56dc2098076bbd1a89dd66c
 WHIRLPOOL 
3d6d9e307228f54993c6082f7787d678b2afe84d96b47889d1565e38da489fb99691aeb598831dff04cd9fe47448ea35dc1f5a44b3c6638816cf61533155688c

diff --git a/app-emulation/libvirt/libvirt-2.0.0.ebuild 
b/app-emulation/libvirt/libvirt-2.0.0.ebuild
new file mode 100644
index 000..5e159aa
--- /dev/null
+++ b/app-emulation/libvirt/libvirt-2.0.0.ebuild
@@ -0,0 +1,390 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils user autotools-utils linux-info systemd readme.gentoo
+
+BACKPORTS=""
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   SRC_URI=""
+   KEYWORDS=""
+   SLOT="0"
+else
+   # Versions with 4 numbers are stable updates:
+   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
+   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz;
+   else
+   SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
+   fi
+   SRC_URI+=" ${BACKPORTS:+
+   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
+   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
+   KEYWORDS="~amd64 ~x86"
+   SLOT="0/${PV}"
+fi
+
+DESCRIPTION="C toolkit to manipulate virtual machines"
+HOMEPAGE="http://www.libvirt.org/;
+LICENSE="LGPL-2.1"
+IUSE="apparmor audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm \
+   lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd 
sasl \
+   selinux systemd +udev uml +vepa virtualbox virt-network 
wireshark-plugins \
+   xen"
+
+REQUIRED_USE="
+   firewalld? ( virt-network )
+   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
+   lxc? ( caps libvirtd )
+   openvz? ( libvirtd )
+   qemu? ( libvirtd )
+   uml? ( libvirtd )
+   vepa? ( macvtap )
+   virt-network? ( libvirtd )
+   virtualbox? ( libvirtd )
+   xen? ( libvirtd )"
+
+# gettext.sh command is used by the libvirt command wrappers, and it's
+# non-optional, so put it into RDEPEND.
+# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
+# package will use 3 by default. Since we don't have slot pinning in an API,
+# we must go with the most recent
+RDEPEND="
+   app-misc/scrub
+   dev-libs/libgcrypt:0
+   dev-libs/libnl:3
+   >=dev-libs/libxml2-2.7.6
+   || ( >=net-analyzer/netcat6-1.0-r2 
>=net-analyzer/openbsd-netcat-1.105-r1 )
+   >=net-libs/gnutls-1.0.25:0=
+   net-libs/libssh2
+   >=net-misc/curl-7.18.0
+   sys-apps/dmidecode
+   >=sys-apps/util-linux-2.17
+   sys-devel/gettext
+   sys-libs/ncurses:0=
+   sys-libs/readline:=
+   apparmor? ( sys-libs/libapparmor )
+   audit? ( 

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

2016-07-09 Thread Matthias Maier
commit: 34d6a62b26a78ab6f0901de39fdb14109db2b186
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:53:14 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d6a62b

app-emulation/libvirt: amd64 stable

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

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

diff --git a/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild 
b/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
index 3cc0a55..bfe593b 100644
--- a/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.21-r3.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$
 
@@ -24,7 +24,7 @@ else
SRC_URI+=" ${BACKPORTS:+

https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz

https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
SLOT="0/${PV}"
 fi
 



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

2016-07-09 Thread Matthias Maier
commit: d6af0842450997e1172c7b41a00a1b119f49ee46
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:48:03 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6af0842

dev-python/libvirt-python: version bump to 2.0.0

Package-Manager: portage-2.2.28

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-2.0.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 8168a0c..caa7366 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,2 +1,3 @@
 DIST libvirt-python-1.2.21.tar.gz 171250 SHA256 
7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 SHA512 
7e2481ffa26105ddde703bd6eafe74240b69990b2f2ce0042f20f7fceb1d326fb8a66bf26042bfe63a12cf3202d7c19b14b6d766dd42fb66af212393d7aaf332
 WHIRLPOOL 
18dd5bc0d565b6846c40960cf258d7fb3714054be15fe54507e2846c5a7c2cd81e9b209c8e70cbfd5319d5a06f00c2c5322995058637af87d1676276f8675b2e
 DIST libvirt-python-1.3.5.tar.gz 168780 SHA256 
a0508a57637fd18a3584fb9d2322fb172f65708c9db16e0438a70eb0f36fa5c2 SHA512 
e1241e71dc0c574b14c6ecb101ec611f0c8caab6a5f82268882febb7b1382752d350ee0f6c2d648c30c6af3f19ef5b91bb518d8a0bd6ab967807b82dd4cf893f
 WHIRLPOOL 
83a861fd425320214c43b80053444cc273c761e88b2530a10d2e8bfe898b19e1563d9f3b182deabe7fc8a7f445c303fa495123bb28d41caa88954cceff40c453
+DIST libvirt-python-2.0.0.tar.gz 170475 SHA256 
7816cbc1c6ad140ba643b662825babb1ef586bd3ccfd0b04dfeba4ae2f2d1d40 SHA512 
695de54ab79d10900c44d2e12be422692da03436f5f89bd4020f3e114d250a94e13c61d112287f2d0d3d1dfadd7309af501d4226a12925c4295e4b3aae20d88c
 WHIRLPOOL 
48059b5a2c31194369096737d45ded7c64eed14055fb895e5844025c3f888a17473d32c717db5e4c5a84be8623c2f40d67efa87b7a261be68a13a06d9afb272d

diff --git a/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
new file mode 100644
index 000..cc59d1b
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-2.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+AUTOTOOLIZE=yes
+
+MY_P="${P/_rc/-rc}"
+
+inherit eutils distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="http://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+# testsuite is currently not included in upstream tarball
+RESTRICT="test"
+
+python_test() {
+   esetup.py test
+}



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

2016-07-09 Thread Pacho Ramos
commit: 90ebf758fc56e66ff4660d06481cd515f1196746
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ebf758

media-plugins/gst-plugins-twolame: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.6.3.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.6.3.ebuild
index 38565b8..341f903 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 77685f16cec59bddc05949487878777b9af640d5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:27 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77685f16

media-plugins/gst-plugins-ximagesrc: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 .../gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild   | 2 +-
 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
index 7eb209f..2074a8b 100644
--- 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
+++ 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.31-r2.ebuild
@@ -7,7 +7,7 @@ EAPI="5"
 GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="

diff --git 
a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild 
b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild
index 7a4039e..1099a09 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for X11 video capture stream"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2016-07-09 Thread Matthias Maier
commit: ac7c68ff853c87b3fc3395dacb34b095c73cdbc3
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:54:41 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7c68ff

app-emulation/libvirt: drop vulnerable 1.2.21-r2, bug #587570

CVE-2016-5008

Package-Manager: portage-2.2.28

 app-emulation/libvirt/Manifest |   1 -
 app-emulation/libvirt/libvirt-1.2.21-r2.ebuild | 386 -
 2 files changed, 387 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 5d86fb8..af8e9bb 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,4 +1,3 @@
-DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 
6c97f288470ec58bcbe98507563c6a191892c6f8813a7b9688c09b823934cbe5 SHA512 
4fd43f0e12434b78ac3e671ad8eb0e402d384cff6278f6d0db322a068c2c8807c7c7f7e5774aa9d19e2a85e49f6d9888908b32fca5fc04980134edaccba0afe2
 WHIRLPOOL 
2bfbc3cbf1ca44a2bb06ddf2e8eabeb116165560b9c73d649d7b8cc9baba851f5e9246414bfc2c4740f27d0d0d42b6176eaec43b05e8c1e54de2804150c2cde1
 DIST libvirt-1.2.21-20160709.tar.xz 3048 SHA256 
c2bef1c300099c3ff6ce81488a2678e588d18ca46a27916df160c8304239ca80 SHA512 
fdf0cd5e1cc3e0144fa99577c1a8c2d5e69ab610c923071b645465fb58076b2ce7a8e4e7747f3a6c59716917c6d41f369d77565c0f9fe10907a76d9b39edede6
 WHIRLPOOL 
2816d54588e4a49efd6773982b2b8a281572607c86c5a57c45b1736ce22836ea4cb91cee8d59b8fddcaafd2e552d0422ef5ed4b33d19a1705d4a38f270b9d39d
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879

diff --git a/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild 
b/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild
deleted file mode 100644
index fd5a3d8..000
--- a/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild
+++ /dev/null
@@ -1,386 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils user autotools-utils linux-info systemd readme.gentoo
-
-BACKPORTS="20151222" # CVE-2015-5313
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS=""
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.gz;
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.gz;
-   fi
-   SRC_URI+=" ${BACKPORTS:+
-   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
-   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="amd64 x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="http://www.libvirt.org/;
-LICENSE="LGPL-2.1"
-IUSE="apparmor audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm \
-   lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd 
sasl \
-   selinux systemd +udev uml +vepa virtualbox virt-network 
wireshark-plugins \
-   xen"
-
-REQUIRED_USE="
-   firewalld? ( virt-network )
-   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
-   lxc? ( caps libvirtd )
-   openvz? ( libvirtd )
-   qemu? ( libvirtd )
-   uml? ( libvirtd )
-   vepa? ( macvtap )
-   virt-network? ( libvirtd )
-   virtualbox? ( libvirtd )
-   xen? ( libvirtd )"
-
-# gettext.sh command is used by the libvirt command wrappers, and it's
-# non-optional, so put it into RDEPEND.
-# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
-# package will use 3 by default. Since we don't have slot pinning in an API,
-# we must go with the most recent
-RDEPEND="
-   app-misc/scrub
-   dev-libs/libgcrypt:0
-   dev-libs/libnl:3
-   >=dev-libs/libxml2-2.7.6
-   >=net-analyzer/netcat6-1.0-r2
-   >=net-libs/gnutls-1.0.25:0=
-   net-libs/libssh2
-   >=net-misc/curl-7.18.0
-   sys-apps/dmidecode
-   

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

2016-07-09 Thread Matthias Maier
commit: 90c9b77c2dfebbfe13340da54d622b258bb9328a
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:56:39 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c9b77c

app-emulation/libvirt: x86 stable

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

 app-emulation/libvirt/libvirt-1.2.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild 
b/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
index bfe593b..029a9e4 100644
--- a/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
@@ -24,7 +24,7 @@ else
SRC_URI+=" ${BACKPORTS:+

https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz

https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
SLOT="0/${PV}"
 fi
 



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

2016-07-09 Thread Matthias Maier
commit: 506fa59bf815b0f8a10313227e6cc54cc69b1c42
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:30:25 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506fa59b

app-emulation/libvirt: Update kernel checks for kernels > 4.4, bug #587758

Thanks to Nicolas Bock for the patch.

Package-Manager: portage-2.2.28

 app-emulation/libvirt/libvirt-1.2.21-r2.ebuild | 8 +++-
 app-emulation/libvirt/libvirt-1.3.5-r1.ebuild  | 7 ++-
 app-emulation/libvirt/libvirt-.ebuild  | 8 +++-
 3 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild 
b/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild
index f786958..fd5a3d8 100644
--- a/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.21-r2.ebuild
@@ -174,7 +174,13 @@ pkg_setup() {
~!GRKERNSEC_CHROOT_CAPS"
# Handle specific kernel versions for different features
kernel_is lt 3 6 && CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR"
-   kernel_is ge 3 6 && CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP ~MEMCG_KMEM"
+   kernel_is lt 3 6 && CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR"
+   if $(kernel_is ge 3 6); then
+   CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP "
+   if $(kernel_is lt 4 5); then
+   CONFIG_CHECK+=" ~MEMCG_KMEM "
+   fi
+   fi
 
use macvtap && CONFIG_CHECK+="
~MACVTAP"

diff --git a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild 
b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
index 1ba6a84..c5f3f23 100644
--- a/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-1.3.5-r1.ebuild
@@ -174,7 +174,12 @@ pkg_setup() {
~!GRKERNSEC_CHROOT_CAPS"
# Handle specific kernel versions for different features
kernel_is lt 3 6 && CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR"
-   kernel_is ge 3 6 && CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP ~MEMCG_KMEM"
+   if $(kernel_is ge 3 6); then
+   CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP "
+   if $(kernel_is lt 4 5); then
+   CONFIG_CHECK+=" ~MEMCG_KMEM "
+   fi
+   fi
 
use macvtap && CONFIG_CHECK+="
~MACVTAP"

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 5c96eaf..655075e 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -173,8 +173,14 @@ pkg_setup() {
~!GRKERNSEC_CHROOT_CHMOD
~!GRKERNSEC_CHROOT_CAPS"
# Handle specific kernel versions for different features
+   krnel_is lt 3 6 && CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR"
kernel_is lt 3 6 && CONFIG_CHECK+=" ~CGROUP_MEM_RES_CTLR"
-   kernel_is ge 3 6 && CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP ~MEMCG_KMEM"
+   if $(kernel_is ge 3 6); then
+   CONFIG_CHECK+=" ~MEMCG ~MEMCG_SWAP "
+   if $(kernel_is lt 4 5); then
+   CONFIG_CHECK+=" ~MEMCG_KMEM "
+   fi
+   fi
 
use macvtap && CONFIG_CHECK+="
~MACVTAP"



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

2016-07-09 Thread Matthias Maier
commit: 45b982e636481053a901137211441a5d8be30fc3
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  9 14:46:18 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  9 15:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b982e6

app-emulation/libvirt: update 1.2.21, fix CVE-2016-5008, bug #587570

Package-Manager: portage-2.2.28

 app-emulation/libvirt/Manifest |   1 +
 app-emulation/libvirt/libvirt-1.2.21-r3.ebuild | 386 +
 2 files changed, 387 insertions(+)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 92ee3fa..5d86fb8 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,4 +1,5 @@
 DIST libvirt-1.2.21-20151222.tar.xz 1684 SHA256 
6c97f288470ec58bcbe98507563c6a191892c6f8813a7b9688c09b823934cbe5 SHA512 
4fd43f0e12434b78ac3e671ad8eb0e402d384cff6278f6d0db322a068c2c8807c7c7f7e5774aa9d19e2a85e49f6d9888908b32fca5fc04980134edaccba0afe2
 WHIRLPOOL 
2bfbc3cbf1ca44a2bb06ddf2e8eabeb116165560b9c73d649d7b8cc9baba851f5e9246414bfc2c4740f27d0d0d42b6176eaec43b05e8c1e54de2804150c2cde1
+DIST libvirt-1.2.21-20160709.tar.xz 3048 SHA256 
c2bef1c300099c3ff6ce81488a2678e588d18ca46a27916df160c8304239ca80 SHA512 
fdf0cd5e1cc3e0144fa99577c1a8c2d5e69ab610c923071b645465fb58076b2ce7a8e4e7747f3a6c59716917c6d41f369d77565c0f9fe10907a76d9b39edede6
 WHIRLPOOL 
2816d54588e4a49efd6773982b2b8a281572607c86c5a57c45b1736ce22836ea4cb91cee8d59b8fddcaafd2e552d0422ef5ed4b33d19a1705d4a38f270b9d39d
 DIST libvirt-1.2.21.tar.gz 29848954 SHA256 
8d406582f5fe88d739d1d83e0ba7ac7f91f5a8da4be82162ab85631744d8925b SHA512 
5c15d0ba5d75c13f735c6a60dfdbad007426f77e113f95894d520f7fc358fa4361d5cce7bb9a548a436f323b845f13b8940abbad568b8b146418430068bb970e
 WHIRLPOOL 
d53bbb07c85b3aa2d9b0f38ff2edd3cd0a2a5300627f3e2f0a82bc057303617cab9d6f1d8a9a771bd968b0496d38d3a39a0154f88bdca44dda359a65fdc2c650
 DIST libvirt-1.3.5.tar.gz 35109092 SHA256 
93a23c44eb431da46c9458f95a66e29c9b98e37515d44b6be09e75b35ec94ac8 SHA512 
6c6a09623d3d4d426311bfa7039f5e39584d5f891b8e761bbdb3022601ea066b8e1c3f8d609326e8ba4081ae40b7b03086fbc8ba5759d218b8616ec98200a89d
 WHIRLPOOL 
88ac308cc461efff842c27e40263a3b25ce0bc0ca310fb6e9def9126ab893fe43aed01bda9fc3615439ee797c36e2800f741b346e0b3d96aac64e7909c269879
 DIST libvirt-2.0.0.tar.xz 13161096 SHA256 
10e90af55e613953c0ddc60b4ac3a10c73c0f3493d7014259e3f012b2ffc9acb SHA512 
1182346e9268ec50cfd191a18172ad8ca80615a111547cc72fbe227cbbe9579263a1236f80cb36542272bdbf092e2184c9060b65c56dc2098076bbd1a89dd66c
 WHIRLPOOL 
3d6d9e307228f54993c6082f7787d678b2afe84d96b47889d1565e38da489fb99691aeb598831dff04cd9fe47448ea35dc1f5a44b3c6638816cf61533155688c

diff --git a/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild 
b/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
new file mode 100644
index 000..3cc0a55
--- /dev/null
+++ b/app-emulation/libvirt/libvirt-1.2.21-r3.ebuild
@@ -0,0 +1,386 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils user autotools-utils linux-info systemd readme.gentoo
+
+BACKPORTS="20160709" # CVE-2015-5313 CVE-2016-5008
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
+   SRC_URI=""
+   KEYWORDS=""
+   SLOT="0"
+else
+   # Versions with 4 numbers are stable updates:
+   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
+   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.gz;
+   else
+   SRC_URI="http://libvirt.org/sources/${P}.tar.gz;
+   fi
+   SRC_URI+=" ${BACKPORTS:+
+   
https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz
+   
https://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz};
+   KEYWORDS="~amd64 ~x86"
+   SLOT="0/${PV}"
+fi
+
+DESCRIPTION="C toolkit to manipulate virtual machines"
+HOMEPAGE="http://www.libvirt.org/;
+LICENSE="LGPL-2.1"
+IUSE="apparmor audit avahi +caps firewalld fuse glusterfs iscsi +libvirtd lvm \
+   lxc +macvtap nfs nls numa openvz parted pcap phyp policykit +qemu rbd 
sasl \
+   selinux systemd +udev uml +vepa virtualbox virt-network 
wireshark-plugins \
+   xen"
+
+REQUIRED_USE="
+   firewalld? ( virt-network )
+   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
+   lxc? ( caps libvirtd )
+   openvz? ( libvirtd )
+   qemu? ( libvirtd )
+   uml? ( libvirtd )
+   vepa? ( macvtap )
+   virt-network? ( libvirtd )
+   virtualbox? ( libvirtd )
+   xen? ( libvirtd )"
+
+# gettext.sh command is used by the libvirt command wrappers, and it's
+# non-optional, so put it into RDEPEND.
+# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
+# package

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

2016-07-09 Thread Pacho Ramos
commit: 8969dba05093399aac30c6e450ac171fddf3e2c8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8969dba0

media-plugins/gst-plugins-x264: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.6.3.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.6.3.ebuild
index 7164341..2412f2c 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 # 20111220 ensures us X264_BUILD >= 120



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

2016-07-09 Thread Pacho Ramos
commit: 35092f6afe8447a6e63ec0006e69485e92568b31
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 14:59:57 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:07:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35092f6a

media-plugins/gst-plugins-libpng: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild
index 4565c16..672ac47 100644
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer encoder/decoder for PNG images"
-KEYWORDS="alpha amd64 ~arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 908923723ee54261ca53f208139f60fb38700d68
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:07 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90892372

media-plugins/gst-plugins-vpx: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild
index f07e300..cfbd7e8 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer decoder for vpx video format"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 # VP9 is under experimental, do not enable it now



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

2016-07-09 Thread Pacho Ramos
commit: 1321f28e3eca25a7d7135512f1482f9564d08eb7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:02 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1321f28e

media-plugins/gst-plugins-raw1394: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild
index 034004f..74f9f5d 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin to capture firewire video"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/

2016-07-09 Thread Pacho Ramos
commit: 6734bb8bfd8e444a2ee12c9e7fbd2ea8f3d393cd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:39 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6734bb8b

dev-util/gtk-builder-convert: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild 
b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
index 6f802bb..ad8c9a1 100644
--- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
+++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.30.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2016-07-09 Thread Pacho Ramos
commit: 2544b983f2b0105445bf4e7df86bda2a9c8eda0b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2544b983

media-plugins/gst-plugins-speex: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild
index 271f270..b8c9e27 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: d2373015040ea11b07121c21a778daa0e496c599
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2373015

media-plugins/gst-plugins-soup: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r2.ebuild | 2 +-
 media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r2.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r2.ebuild
index 4808584..ad430bf 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r2.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-0.10.31-r2.ebuild
@@ -9,7 +9,7 @@ inherit autotools eutils gstreamer
 
 DESCRIPTION="GStreamer plugin for HTTP client sources"
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND=">=net-libs/libsoup-2.44.2[${MULTILIB_USEDEP}]"

diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild 
b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild
index 430570c..a05c12d 100644
--- a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for HTTP client source/sink"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 # Depend on >=net-libs/libsoup-2.47.0 once it is stable (see 
LIBSOUP_DOES_NOT_STEAL_OUR_CONTEXT in ext/soup)



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

2016-07-09 Thread Pacho Ramos
commit: 4e62b3fac80a0c306ced874cb87ecdb179a2218b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e62b3fa

media-plugins/gst-plugins-resindvd: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.6.3.ebuild 
b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.6.3.ebuild
index 391cb9a..695be9c 100644
--- a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



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

2016-07-09 Thread Pacho Ramos
commit: 0261f7347fbc547245b2eb63f3c95631cd600366
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:15 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0261f734

media-plugins/gst-plugins-shout2: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild
index 1000135..87a29e0 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin to send data to an icecast server"
-KEYWORDS="alpha amd64 ~ppc ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: c41dc614c6efc5c65b295f428023fd8a6e9da2f9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 14:59:44 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:07:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41dc614

media-plugins/gst-plugins-libav: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-libav/gst-plugins-libav-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.6.3.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.6.3.ebuild
index 10ca9f1..a55f64f 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.6.3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="1.0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="libav +orc"
 
 # XXX: bzip2/lzma are automagic



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

2016-07-09 Thread Pacho Ramos
commit: 7cfbafa72b3668bd880cb79cba7646465b1464f7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:00 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cfbafa7

media-plugins/gst-plugins-v4l2: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild
index 8372160..5d9df75 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="plugin to allow capture from video4linux2 devices"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="udev"
 
 RDEPEND="



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

2016-07-09 Thread Pacho Ramos
commit: 55d90ff3fad2dd7e95fce08232c4723986668c9b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:37 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d90ff3

media-plugins/gst-plugins-opus: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-opus/gst-plugins-opus-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.6.3.ebuild 
b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.6.3.ebuild
index 032dd25..0f72e4f 100644
--- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for Opus audio codec support"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 COMMON_DEPEND=">=media-libs/opus-1.0.2-r2:=[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: e0a14cb4679a15f0f7a20757e30eff56ad7b1e06
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a14cb4

media-plugins/gst-plugins-sidplay: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.6.3.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.6.3.ebuild
index 598bc75..58d5477 100644
--- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: d2c6106b0d96a0f1070cb5efdd8b162feed2db1a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:10 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c6106b

media-plugins/gst-plugins-mad: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-mad/gst-plugins-mad-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.6.3.ebuild 
b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.6.3.ebuild
index a65117a..b2c947d 100644
--- a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: fa0630982758e936ff0c8e05067c77a8aa120600
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:17 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa063098

media-plugins/gst-plugins-modplug: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.6.3.ebuild 
b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.6.3.ebuild
index 3d38a6a..8185022 100644
--- a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 x86"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 41301707461da4b224ee2281734229aa83b37541
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41301707

media-plugins/gst-plugins-neon: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-neon/gst-plugins-neon-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.6.3.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.6.3.ebuild
index 807d830..a28e6a4 100644
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.6.3.ebuild
@@ -7,7 +7,7 @@ EAPI="5"
 GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~ppc ppc64 x86"
+KEYWORDS="alpha amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND=">=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: b617a1f2e16a0b1d7321f20d966d856208d3610d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 14:59:51 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:07:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b617a1f2

media-plugins/gst-plugins-libmms: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.6.3.ebuild 
b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.6.3.ebuild
index 382ff82..393343d 100644
--- a/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 
 inherit gstreamer
 
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 7708ddd4ed4bc11b00d48a2f033df43221cf9987
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:04 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7708ddd4

media-plugins/gst-plugins-libvisual: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.6.3.ebuild 
b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.6.3.ebuild
index 71c25ab..d134995 100644
--- a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.6.3.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-base
 
 inherit gstreamer
 
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}]



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

2016-07-09 Thread Pacho Ramos
commit: 15e06681f75014ba909c3ccff1d1eb0c6239ba87
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:23 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e06681

media-plugins/gst-plugins-mpeg2dec: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.6.3.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.6.3.ebuild
index 450f2b5..73b21d0 100644
--- a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer
 
 DESCRIPTION="Libmpeg2 based decoder plug-in for gstreamer"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 28d723d7aa8f458506e5c96587aa9d8aa8741aa2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:43 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d723d7

media-plugins/gst-plugins-oss: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild 
b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild
index 5551a98..f14ed13 100644
--- a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for OSS (Open Sound System) support"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd"
 IUSE=""
 
 RDEPEND=""



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

2016-07-09 Thread Pacho Ramos
commit: 43137b5feae47da721ce42016bc465631207b98b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:01:47 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43137b5f

media-plugins/gst-plugins-taglib: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild
index 5e9da2b..2d86e39 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer taglib based tag handler"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 468e1f4d7180e3c82ef79b97e07e849e132143c5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:02:13 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468e1f4d

media-plugins/gst-plugins-wavpack: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild
index 4018b9b..9606a35 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer encoder/decoder for wavpack audio format"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Pacho Ramos
commit: 8ee79de9a9b76c9ff87ee428e41128d965468762
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jul  9 15:00:50 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jul  9 15:08:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee79de9

media-plugins/gst-plugins-pulse: ppc stable, bug 584468

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild | 2 +-
 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
index e52cd1b..164e013 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild
index deb58e3..a60c016 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.3.ebuild
@@ -8,7 +8,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]"



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

2016-07-09 Thread Sebastian Pipping
commit: 0905f87452499686c30270f737b728a88b059250
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Jul  9 14:40:25 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Jul  9 14:40:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0905f874

dev-libs/expat: Remove 2.1.0-r5 (bug #583268)

Package-Manager: portage-2.2.28

 dev-libs/expat/Manifest  |  1 -
 dev-libs/expat/expat-2.1.0-r5.ebuild | 94 
 2 files changed, 95 deletions(-)

diff --git a/dev-libs/expat/Manifest b/dev-libs/expat/Manifest
index 226ce40..b039f87 100644
--- a/dev-libs/expat/Manifest
+++ b/dev-libs/expat/Manifest
@@ -1,3 +1,2 @@
-DIST expat-2.1.0.tar.gz 562616 SHA256 
823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 SHA512 
2a9ad2b44b87b84087979fe4114d661838df3b03dbdcb74d590cb74096bf35ce9d5a86617b0941a2655ea441a94537bcbcd78252da92342238823be36de2d09d
 WHIRLPOOL 
147eb383fdb79116e2215982e9741939f80249a0bb690e93b00218fa335d483d88f82d9256632b458b13592252aeb100ec4ef830c72bb8eb5df7675cd15f41e1
 DIST expat-2.1.1.tar.bz2 405103 SHA256 
aff584e5a2f759dcfc6d48671e9529f6afe1e30b0cd6a4cec200cbe3f793de67 SHA512 
088e2ef3434f2affd4fc79fe46f0e9826b9b4c3931ddc780cd18892f1cd1e11365169c6807f45916a56bb6abcc627dcd17a23f970be0bf464f048f5be2713628
 WHIRLPOOL 
d003f427e3e80cd335994190495594d35696205196b1755ff90dcc07fd7cc1c4933f37592e54cdae5420cd91ae326c3b928ef8d5f5cfd84224e1069c51b6a9bb
 DIST expat-2.2.0.tar.bz2 414352 SHA256 
d9e50ff2d19b3538bd2127902a89987474e1a4db8e43a66a4d1a712ab9a504ff SHA512 
2be1a6eea87b439374bfacb1fbb8e814fd8a085d5dfd3ca3be69d1af29b5dc93d36cbdec5f6843ca6d5910843c7ffbc498adc2a561b9dcece488edf3c6f8c7c8
 WHIRLPOOL 
b1914e2c23170dabab6fce4fb0eb2511dc8dcde8db986a7cdf6b236d262fb756fb0955cb4c1fc7475a1ad3d9c005b632e42850dcf3af66f4cc87fe4ecfc3cb47

diff --git a/dev-libs/expat/expat-2.1.0-r5.ebuild 
b/dev-libs/expat/expat-2.1.0-r5.ebuild
deleted file mode 100644
index c0aca16..000
--- a/dev-libs/expat/expat-2.1.0-r5.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils libtool multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="Stream-oriented XML parser library"
-HOMEPAGE="http://expat.sourceforge.net/;
-SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="elibc_FreeBSD examples static-libs unicode"
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-xmlwfargs.patch
-   epatch "${FILESDIR}"/${P}-mozilla-sanity-check-size.patch #555642
-   elibtoolize
-}
-
-multilib_src_configure() {
-   local myconf="$(use_enable static-libs static)"
-
-   mkdir -p "${BUILD_DIR}"{u,w} || die
-
-   ECONF_SOURCE="${S}" econf ${myconf}
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf 
${myconf}
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   CPPFLAGS="${CPPFLAGS} -DXML_UNICODE_WCHAR_T" 
ECONF_SOURCE="${S}" econf ${myconf}
-   popd >/dev/null
-   fi
-}
-
-multilib_src_compile() {
-   emake
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake buildlib LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake buildlib LIBRARY=libexpatw.la
-   popd >/dev/null
-   fi
-}
-
-multilib_src_install() {
-   emake install DESTDIR="${D}"
-
-   if use unicode; then
-   pushd "${BUILD_DIR}"u >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
-   popd >/dev/null
-
-   pushd "${BUILD_DIR}"w >/dev/null
-   emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
-   popd >/dev/null
-
-   pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
-   cp expat.pc expatu.pc
-   sed -i -e '/^Libs/s:-lexpat::' expatu.pc || die
-   cp expat.pc expatw.pc
-   sed -i -e '/^Libs/s:-lexpat::' expatw.pc || die
-   popd >/dev/null
-   fi
-
-   if multilib_is_native_abi ; then
-   # libgeom in /lib and ifconfig in /sbin require libexpat on 
FreeBSD since
-   # we stripped the libbsdxml copy starting from 
freebsd-lib-8.2-r1
-   use elibc_FreeBSD && gen_usr_ldscript -a expat
-   fi
-}
-
-multilib_src_install_all() {
-   dodoc Changes README
-   dohtml doc/*
-
-   if use examples; 

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

2016-07-09 Thread Johannes Huber
commit: 012860f2db77fd764c1046be5ed8a6d190fd8b7b
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 14:02:12 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 14:38:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012860f2

profiles: Unmask kde-plasma/plasma-meta

For kde profile.

 profiles/targets/desktop/kde/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/kde/package.mask 
b/profiles/targets/desktop/kde/package.mask
index b37a632..c89440d 100644
--- a/profiles/targets/desktop/kde/package.mask
+++ b/profiles/targets/desktop/kde/package.mask
@@ -4,4 +4,3 @@
 
 # Mask to avoid conflicts in kde profile
 kde-frameworks/oxygen-icons:5
-kde-plasma/plasma-meta:5



[gentoo-commits] repo/gentoo:master commit in: kde-apps/khelpcenter/

2016-07-09 Thread Johannes Huber
commit: fb683fa55717a8db89abbc87011caabede530f99
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul  9 13:39:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul  9 14:38:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb683fa5

kde-apps/khelpcenter: Remove 4.14.3

Package-Manager: portage-2.3.0

 kde-apps/khelpcenter/Manifest  |  1 -
 kde-apps/khelpcenter/khelpcenter-4.14.3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/kde-apps/khelpcenter/Manifest b/kde-apps/khelpcenter/Manifest
index 279e8cb..d680f1a 100644
--- a/kde-apps/khelpcenter/Manifest
+++ b/kde-apps/khelpcenter/Manifest
@@ -1,4 +1,3 @@
-DIST kde-runtime-4.14.3.tar.xz 7867308 SHA256 
78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605 SHA512 
63b13f947915bb2eca5b85886610d1af480956b9e95a1ae77ce7c10b11576883a71bebf519335323a1f6c5dfcebe2ee0561b727cea6243756d412d9323feb244
 WHIRLPOOL 
4d021d826eb2ba553bb6fa320f71ed3d1f1614aef29f2d9e26285eabb9c015e6577e85ee6b0874cd1f8b89ef33cfa3dde5a6002e2178a11ede38cb8bf471a5a2
 DIST khelpcenter-16.04.2.tar.xz 1474892 SHA256 
8d11ef0d47c55f08bc1bbdd0c68d163661edf67a595cd696080b36e56a21f01a SHA512 
48fc9eac719a2e8cc49d4203804508d8dc9c679b0e80085315c4d66e6f459b5e76a5a3130ab9414aaefd84677c889b719cbf3655d6035592ab9c6ef9f81c18ac
 WHIRLPOOL 
7e384440d6a1f63d648303190307eae616d88b5306d348137e139d47ce3ec48a419fc92fd96cebee44369f1ecde1391091d8732c999c021f3100083f7a6175a1
 DIST khelpcenter-5.5.5.tar.xz 1810236 SHA256 
9790973be800fd52bf441f747cd7e6f19c8e8c3134f6be7ffb5820f48acc0513 SHA512 
b2941e1cf6a122c1dad8c81519391879823bd69ddb0b67a5d4cdefe160283c8dd30991fd3dc13693324a8d1539db7f8bd271cef79055b7ab2a73660d252cb6bb
 WHIRLPOOL 
f641ed1f986451e07b419811683e98051311c364a1fceb15227d0e23e46e7e3f15683969d827be88e81dde703a896e730defa4dfbe15c6ef27d579d3840b3ef1
 DIST khelpcenter-5.6.2.tar.xz 1722960 SHA256 
3cb80cccbb74d7ec7a7462c1a186260bd64c1f2b23cb833c8852ffd9022ba872 SHA512 
7dd2d464260995685caea8d62aad2e27add95d6143df0235d352cf8fb5cb741b2e41b339a3fd074aff96bbe5f161d1bd8af576a6426dbde5c74cec7beee9c4b2
 WHIRLPOOL 
454915a3275b0400b123b4bce0b4b8ad18be71170b2abce18d87d92c634a0d7917d1904d31b995986efcf8ba2d574b772634237c75e7f2d4678a3739ebca67fb

diff --git a/kde-apps/khelpcenter/khelpcenter-4.14.3.ebuild 
b/kde-apps/khelpcenter/khelpcenter-4.14.3.ebuild
deleted file mode 100644
index cbd5665..000
--- a/kde-apps/khelpcenter/khelpcenter-4.14.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="always"
-KMNAME="kde-runtime"
-inherit kde4-meta
-
-DESCRIPTION="The KDE Help Center"
-HOMEPAGE+=" https://userbase.kde.org/KHelpCenter;
-KEYWORDS="amd64 ~arm x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RDEPEND="
-   $(add_kdeapps_dep kdesu)
-   >=www-misc/htdig-3.2.0_beta6-r1
-"
-
-KMEXTRA="
-   doc/documentationnotfound/
-   doc/glossary/
-   doc/onlinehelp/
-"



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

2016-07-09 Thread Kent Fredric
commit: 5dbf47cb658cc85b24bd2fdf8f94f9d44de8d3fd
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul  9 14:36:23 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul  9 14:37:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbf47cb

dev-perl/Class-InsideOut: Remove test dependency on virtual/perl-threads

virtual/perl-threads forces perl[ithreads], however, ithreads support is not
required in order to run tests.

This test only ensures that when run on an ithreaded perl, that it behaves in
a thread-safe way.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild 
b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
index bb74a80..7c6db0b 100644
--- a/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
+++ b/dev-perl/Class-InsideOut/Class-InsideOut-1.130.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,6 @@ DEPEND="${RDEPEND}
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.45
virtual/perl-XSLoader
-   virtual/perl-threads
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/

2016-07-09 Thread Amadeusz Piotr Żołnowski
commit: 9acef755ea933d87a2049c2dad41aa9b026ddb8b
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Jul  9 14:18:34 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Jul  9 14:28:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acef755

dev-erlang/fast_xml: Restrict Erlang version to <19

It doesn't build with >=dev-lang/erlang-19.0.

Package-Manager: portage-2.3.0

 dev-erlang/fast_xml/fast_xml-1.1.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild 
b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
index 6e6ba40..d8b4c45 100644
--- a/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
+++ b/dev-erlang/fast_xml/fast_xml-1.1.3.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 
 RDEPEND=">=dev-erlang/p1_utils-1.0.0
>=dev-lang/erlang-17.1
+   

  1   2   3   >