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

2016-11-12 Thread Hans de Graaff
commit: 89e29c209a2f7a01a50991d76628353ffaf1cd4e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 13 07:16:50 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 13 07:16:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e29c20

dev-ruby/fakefs: add 0.10.0

Package-Manager: portage-2.3.0

 dev-ruby/fakefs/Manifest |  1 +
 dev-ruby/fakefs/fakefs-0.10.0.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/dev-ruby/fakefs/Manifest b/dev-ruby/fakefs/Manifest
index a80fdd4..186d7ca 100644
--- a/dev-ruby/fakefs/Manifest
+++ b/dev-ruby/fakefs/Manifest
@@ -1,3 +1,4 @@
+DIST fakefs-0.10.0.tar.gz 44042 SHA256 
fe7344afd8f329eb4155fdbe6110393ccb698fc3ec4b1294d3c2f93c1139a707 SHA512 
f195320947e612ff148eeca2ca918201c6de7046caa3db90a5b011a9605347fe1e17563195ede19ba64fa96958de6204d55f45aa76cd8858d4926a4da0e3aea8
 WHIRLPOOL 
3b5c0b6fdd469875bf9f7166e4f854b5131c48417469f59fd49533477a22635e6b9c23b32ffe39c0b91aadf437a43c5350ff70abc52c6aa4f93900aa83b688e9
 DIST fakefs-0.6.0.gem 41984 SHA256 
43a668e9a436654d66eff7e896793800b4b8d87c3ecd5a6a84e23fb52580150e SHA512 
8c0eac75103e1917551e2f5e74a5324d5a606e7692a8e4c49c9b97e2b5005bd381073a5780a8e6d1fb661a1bb4a67e56c29ce98cd2e2e62cce22602c30e4225f
 WHIRLPOOL 
c1a520c9cf3913e727ef570367d238e2ec88eb8d41789d1d33e9227a5a5dd9c62f4a462374066e1e5b5c5ac8bb0f738e6513b4d4182c20969178a82f90aa2739
 DIST fakefs-0.8.1.tar.gz 42214 SHA256 
b0b997e740045c47aece10fc24fdf5549886e8167acac19e65b65496bfa58d5e SHA512 
1b729ece33b56eb8ae5e9cd2632f9e75adc318fbd34c9180bbe71853b96303563fd0cf8cc420ef8a8a5dd591bad4350be1efcb9847d9449531b4a4b3776017c5
 WHIRLPOOL 
279e6fc2a83d2214fe5710e289e75a772549f3d3e28a6405b22734430e1218e0117104acbce74699646a834300dd1685b2a5395626ff66dae96db010faee798e
 DIST fakefs-0.9.0.tar.gz 42557 SHA256 
ad04fdd2700564a5c3483274b3ae7d56c286f69ffc73bdeae4f28fecf0c1c592 SHA512 
a54a11692017dba1a07609f59be29095a2175838c4946602c25fcb030d511ccec9ac33118c8a96f86cc8793d13d0ae4566fb0a9d3531b67df86b91b07077d03b
 WHIRLPOOL 
f5be70a34a41bda398e89cbf3b009d2c30bd0318b740c29cd3d7a803efe3772bcc975ad8b7ce2614d8213e40eb2e3f6aaebedf66026a1792a4b860c743898109

diff --git a/dev-ruby/fakefs/fakefs-0.10.0.ebuild 
b/dev-ruby/fakefs/fakefs-0.10.0.ebuild
new file mode 100644
index ..6902988
--- /dev/null
+++ b/dev-ruby/fakefs/fakefs-0.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
+
+inherit ruby-fakegem eutils
+
+DESCRIPTION="A fake filesystem. Use it in your tests"
+HOMEPAGE="https://github.com/defunkt/fakefs";
+SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-3.1:3
+   >=dev-ruby/minitest-5.5
+   )"
+
+all_ruby_prepare() {
+   # Remove bundler
+   rm Gemfile || die
+
+   # Avoid unneeded minitest-rg dependency.
+   sed -i -e '1igem "minitest", "~>5.5"' \
+   -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
+}



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

2016-11-12 Thread Hans de Graaff
commit: 2b417faf66bd02747096e89344d2b960ecedde2f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 13 07:14:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 13 07:14:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b417faf

dev-ruby/connection_pool: add 2.2.1

Package-Manager: portage-2.3.0

 dev-ruby/connection_pool/Manifest  |  1 +
 .../connection_pool/connection_pool-2.2.1.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/connection_pool/Manifest 
b/dev-ruby/connection_pool/Manifest
index 1f26638..9f49e89 100644
--- a/dev-ruby/connection_pool/Manifest
+++ b/dev-ruby/connection_pool/Manifest
@@ -1 +1,2 @@
 DIST connection_pool-2.2.0.gem 13312 SHA256 
bee6c77ecdc149c125b89fcf76341036ae293df169536cd9af25da34e6584bac SHA512 
46170281ddcd29f4b1954ee2a307fd8f45507b24abffe36732b8dbb5e00f9c53274f36234fc26f54d66267ceddf4948d52eb2500bb14276b2fdd5a631e6ec6c9
 WHIRLPOOL 
8930a94bbb5644076208774d99ca7711fe555ff6908e327546a80ce6b038e6e75188d86bc4cd49c50e298cb0751299296f9c56dfdb7ddceac2cf44d704110d1b
+DIST connection_pool-2.2.1.gem 13824 SHA256 
870bfad9e390e2888f515210034223ae293fc3cbe77755e34251383f8d54779f SHA512 
74167b200fcc02d3a60fdc0e71b44c80f1c72db75b5f604a442bd5fb55138fe1750a2db095e0283104fda35fd9024cb71c7ddb614c3d472f814d686b686b6ef0
 WHIRLPOOL 
a215a42f54befbb2dca7539b9c8c0e0ff52cb42d538db704cda9dae0b083416463918372b896d7328aa0cacd88805835440aaabbe6ad0dc2f71bd6cc2137c420

diff --git a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild 
b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
new file mode 100644
index ..602a99b
--- /dev/null
+++ b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Generic connection pooling for Ruby"
+HOMEPAGE="https://github.com/mperham/connection_pool";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' connection_pool.gemspec || die
+   sed -i -e '/bundler/d' Rakefile || die
+   sed -i -e "s/gem 'minitest'/gem 'minitest', '~> 5.0'/" test/helper.rb 
|| die
+}



[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2016-11-12 Thread Jonathan Vasquez
commit: 2ec21ee4ec35a99f2ceba992040a293ef13366f3
Author: Jonathan Vasquez  gentoo  org>
AuthorDate: Sun Nov 13 04:46:15 2016 +
Commit: Jonathan Vasquez  gentoo  org>
CommitDate: Sun Nov 13 04:46:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec21ee4

media-tv/plex-media-server: Adding 'bindist' to RESTRICT

Package-Manager: portage-2.3.2

 media-tv/plex-media-server/plex-media-server-1.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/plex-media-server/plex-media-server-1.2.7.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.2.7.ebuild
index 10ce330..e5ec011 100644
--- a/media-tv/plex-media-server/plex-media-server-1.2.7.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.2.7.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
amd64? ( 
${URI}/${_FULL_VERSION}/plexmediaserver_${_FULL_VERSION}_amd64.deb )"
 SLOT="0"
 LICENSE="Plex"
-RESTRICT="mirror strip"
+RESTRICT="mirror bindist strip"
 KEYWORDS="-* ~amd64"
 
 DEPEND="



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

2016-11-12 Thread Michael Palimaka
commit: 53d823e8b09b5e221baec3ea82ed45449a5068ab
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Nov 13 03:42:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Nov 13 03:42:54 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=53d823e8

dev-qt/qtimageformats: add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 dev-qt/qtimageformats/qtimageformats-5.6..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.7..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.8..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5..ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.6..ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.6..ebuild
index 0a2d107..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.6..ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.6..ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5.7..ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.7..ebuild
index 0a2d107..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.7..ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.7..ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5.8..ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.8..ebuild
index 0a2d107..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.8..ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.8..ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5..ebuild 
b/dev-qt/qtimageformats/qtimageformats-5..ebuild
index 0a2d107..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5..ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5..ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0



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

2016-11-12 Thread Mike Gilbert
commit: ca63811eaa6369739a02ffc544f38d1e242a735f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:27:11 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:27:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca63811e

media-gfx/fontforge: bump to 20161005

Package-Manager: portage-2.3.2_p5

 media-gfx/fontforge/Manifest  |   1 +
 media-gfx/fontforge/fontforge-20161005.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/media-gfx/fontforge/Manifest b/media-gfx/fontforge/Manifest
index 825bb99..a75e1f8 100644
--- a/media-gfx/fontforge/Manifest
+++ b/media-gfx/fontforge/Manifest
@@ -1,3 +1,4 @@
 DIST fontforge-20150612.tar.gz 125037727 SHA256 
0f4ec68a648f7f845d54d1e87cf5fb246a16d528b74e9e1a9b815418510022d7 SHA512 
01a38bdbb55ba3b2638b55caa2f768ba691fdfa730afd843df0cf62417db5465731ed968c5ab7c026622264e20c20fdfd8ec0ceb50da71039588797fe18393b8
 WHIRLPOOL 
6662bc52669153ba46e562fbcb287f5bff59c7fe9afcd65918f892282650ab4be4f279fe6fab95f02f36caa753900693532ece439bee114e774e0da3f855
 DIST fontforge-20150824.tar.gz 20796482 SHA256 
5b6c401f472106cf2186b4e7dff0f5985d6d9d856cf106717c60b4603daacc3d SHA512 
82a33b41667b5637706aa11ca56695cf0d7a485c66cb37b8c3346087ca3b738967b77141f9ddd90c8a4c2cec7e4924609de0ff18133a91e5862b1ad1ae2d
 WHIRLPOOL 
50d93405583fdd0a8436cf606b462200d7fdcce7c4ac58c533dcf970fe110d031a3519b3e06d85a9dba49f3af5204f987b7a9e09f6ffd89df70ce18bcc30c08f
+DIST fontforge-20161005.tar.gz 129501214 SHA256 
b93a572cdc7b761f3ea7c67e7d8b9d1bbf09c10ecb51d58bdcb90343e50b728b SHA512 
9d724442306f402f251b9330c3e678dd01a4a9cce5857e1432091e68e33594bfc28a0fe516205a27b15cb73a04f0951179d5c33657a83bdca3117d4baaf6
 WHIRLPOOL 
319bdba1f0e5cf896b6a5349e2bb52583102ea646207a1f7fd648258e2af3dd2ce1bbf3e7eadf612cf29f5f668ffdf9e3b88f512a385467cc9b13ffae0532011
 DIST fontforge-dist-20160404.tar.gz 20906256 SHA256 
6c73a556030d985e166974e5d6025255290874c2d6bb349c9930b03f17b45bcd SHA512 
be94f04881b12ed3b1a34d0d7cc9149321db17d51458f135b2683ea600401e4fa55647ced4b4e014555ba1c900a684b9d5d6f2e2812ce03c432d23ca72f5c363
 WHIRLPOOL 
2313c7775da7f7a47ef8bae3cbef897e8b0996c8f74db099562e0a3636984e8a9a55ca5f2ca11b205a7b1aff76e7fe4e7601f15b7951147353403da0e41d692f

diff --git a/media-gfx/fontforge/fontforge-20161005.ebuild 
b/media-gfx/fontforge/fontforge-20161005.ebuild
new file mode 100644
index ..04c446d
--- /dev/null
+++ b/media-gfx/fontforge/fontforge-20161005.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit eutils fdo-mime python-single-r1
+
+DESCRIPTION="postscript font editor and converter"
+HOMEPAGE="http://fontforge.github.io/";
+SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="cairo truetype-debugger gif gtk jpeg png +python readline tiff svg 
unicode X"
+
+REQUIRED_USE="
+   cairo? ( png )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+RDEPEND="
+   dev-libs/libltdl:0
+   dev-libs/libxml2:2=
+   >=media-libs/freetype-2.3.7:2=
+   cairo? (
+   >=x11-libs/cairo-1.6:0=
+   x11-libs/pango:0=
+   )
+   gif? ( media-libs/giflib:0= )
+   jpeg? ( virtual/jpeg:0 )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0= )
+   truetype-debugger? ( 
>=media-libs/freetype-2.3.8:2[fontforge,-bindist(-)] )
+   gtk? ( x11-libs/gtk+:2= )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   unicode? ( media-libs/libuninameslist:0= )
+   X? (
+   x11-libs/libX11:0=
+   x11-libs/libXi:0=
+   >=x11-libs/pango-1.10:0=[X]
+   )
+   !media-gfx/pfaedit
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+   X? ( x11-proto/inputproto )
+"
+
+# Needs keywording on many arches.
+#  zeromq? (
+#  >=net-libs/czmq-2.2.0:0=
+#  >=net-libs/zeromq-4.0.4:0=
+#  )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   $(use_enable truetype-debugger freetype-debugger 
"${EPREFIX}/usr/include/freetype2/internal4fontforge")
+   $(use_enable gtk gtk2-use)
+   $(use_enable python python-extension)
+   $(use_enable python python-scripting)
+   --enable-tile-path
+   --enable-gb12345
+   $(use_with cairo)
+   $(use_with gif giflib)
+   $(use_with jpeg libjpeg)
+   $(use_with png libpng)
+   $(

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

2016-11-12 Thread Mike Gilbert
commit: 2a1d3b576aa34dbb58823e5ea82eeb93cabc7267
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 01:29:05 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 01:29:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1d3b57

media-gfx/fontforge: remove obsolete patches

Package-Manager: portage-2.3.2_p5

 .../files/fontforge-20110222-libz.so-linkage.patch | 66 --
 .../files/fontforge-20110222-lxkbui.patch  | 13 -
 .../fontforge-20110222-remove-useless-extern.patch | 11 
 media-gfx/fontforge/files/fontforge-desktop.patch  | 16 --
 media-gfx/fontforge/files/fontforge-py27.diff  | 11 
 5 files changed, 117 deletions(-)

diff --git a/media-gfx/fontforge/files/fontforge-20110222-libz.so-linkage.patch 
b/media-gfx/fontforge/files/fontforge-20110222-libz.so-linkage.patch
deleted file mode 100644
index 7e01e8a..
--- a/media-gfx/fontforge/files/fontforge-20110222-libz.so-linkage.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=367425
-
-diff -ruN fontforge-20110222~/fontforge/parsepdf.c 
fontforge-20110222/fontforge/parsepdf.c
 fontforge-20110222~/fontforge/parsepdf.c   2011-02-15 05:37:39.0 
+0200
-+++ fontforge-20110222/fontforge/parsepdf.c2011-05-17 22:19:56.0 
+0300
-@@ -759,7 +759,11 @@
- if ( zlib!=NULL )
- return( true );
- 
--if ( (zlib = dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY))==NULL ) {
-+if ( (zlib = dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY))==NULL
-+#ifdef SO_1_EXT   

  
-+&& (zlib = dlopen("libz" SO_1_EXT,RTLD_LAZY))==NULL
-+#endif 
-+) {
-   LogError( "%s", dlerror());
- return( false );
- }
-diff -ruN fontforge-20110222~/fontforge/svg.c 
fontforge-20110222/fontforge/svg.c
 fontforge-20110222~/fontforge/svg.c2011-02-18 23:33:27.0 
+0200
-+++ fontforge-20110222/fontforge/svg.c 2011-05-17 22:19:56.0 +0300
-@@ -1153,7 +1153,11 @@
- if ( xmltested )
- return( libxml!=NULL );
- 
--dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY);
-+dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY)
-+#ifdef SO_1_EXT   

  
-+|| dlopen("libz" SO_1_EXT,RTLD_LAZY)
-+#endif
-+;
- 
- libxml = dlopen( "libxml2" SO_EXT,RTLD_LAZY);
- # ifdef SO_2_EXT
-diff -ruN fontforge-20110222~/fontforge/ufo.c 
fontforge-20110222/fontforge/ufo.c
 fontforge-20110222~/fontforge/ufo.c2011-02-17 02:20:37.0 
+0200
-+++ fontforge-20110222/fontforge/ufo.c 2011-05-17 22:19:56.0 +0300
-@@ -929,7 +929,11 @@
- if ( xmltested )
- return( libxml!=NULL );
- 
--dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY);
-+dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY)
-+#ifdef SO_1_EXT   

  
-+|| dlopen("libz" SO_1_EXT,RTLD_LAZY)
-+#endif
-+;
- 
- libxml = dlopen( "libxml2" SO_EXT,RTLD_LAZY);
- # ifdef SO_2_EXT
-diff -ruN fontforge-20110222~/fontforge/woff.c 
fontforge-20110222/fontforge/woff.c
 fontforge-20110222~/fontforge/woff.c   2011-02-15 05:37:40.0 
+0200
-+++ fontforge-20110222/fontforge/woff.c2011-05-17 22:19:56.0 
+0300
-@@ -76,7 +76,11 @@
- if ( zlib!=NULL )
- return( true );
- 
--if ( (zlib = dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY))==NULL ) {
-+if ( (zlib = dlopen("libz" SO_EXT,RTLD_GLOBAL|RTLD_LAZY))==NULL 
-+#ifdef SO_1_EXT
-+&& (zlib = dlopen("libz" SO_1_EXT,RTLD_LAZY))==NULL
-+#endif
-+) {
-   LogError( "%s", dlerror());
- return( false );
- }

diff --git a/media-gfx/fontforge/files/fontforge-20110222-lxkbui.patch 
b/media-gfx/fontforge/files/fontforge-20110222-lxkbui.patch
deleted file mode 100644
index b344bc9..
--- a/media-gfx/fontforge/files/fontforge-20110222-lxkbui.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'configure.in'
 a/configure.in
-+++ b/configure.in
-@@ -36,7 +36,7 @@
-  dnl /usr/share/doc/XFree86-doc-4.2.0/Xi/lib.PS
- 
-  AC_CHECK_LIB(Xi, XOpenDevice, X_11LIB="-lXi -lX11" ,AC_DEFINE(_NO_XINPUT), 
$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11 ) 
-- AC_CHECK_LIB(xkbui, XkbQueryExtension, X_11LIB="$X_11LIB -lxkbui" 
,AC_DEFINE(_NO_XKB), $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11 -lm ) 
-+ AC_CHECK_LIB(X11, XkbQueryExtension, ,AC_DEFINE(_NO_XKB), $X_LIBS 
$X_PRE_LIBS $X_EXTRA_LIBS -lX11 -lm )
- fi
- 
- gww_define_caps_for_alt="dontknow"
-

diff --git 
a/media-gfx/fontforge/

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

2016-11-12 Thread Mike Gilbert
commit: d2eb5e43087086694a7977f062e880be210a8d31
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Nov 13 00:51:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Nov 13 00:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2eb5e43

media-gfx/fontforge: restrict test

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

Package-Manager: portage-2.3.2_p5

 media-gfx/fontforge/fontforge-20150824.ebuild | 4 
 media-gfx/fontforge/fontforge-20160404.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git a/media-gfx/fontforge/fontforge-20150824.ebuild 
b/media-gfx/fontforge/fontforge-20150824.ebuild
index 40e6fc3..fe265c7 100644
--- a/media-gfx/fontforge/fontforge-20150824.ebuild
+++ b/media-gfx/fontforge/fontforge-20150824.ebuild
@@ -52,6 +52,10 @@ DEPEND="${RDEPEND}
X? ( x11-proto/inputproto )
 "
 
+# Fetches data from network.
+# https://bugs.gentoo.org/575856
+RESTRICT="test"
+
 # Needs keywording on many arches.
 #  zeromq? (
 #  >=net-libs/czmq-2.2.0:0=

diff --git a/media-gfx/fontforge/fontforge-20160404.ebuild 
b/media-gfx/fontforge/fontforge-20160404.ebuild
index 4bc9f60..3df9fbb 100644
--- a/media-gfx/fontforge/fontforge-20160404.ebuild
+++ b/media-gfx/fontforge/fontforge-20160404.ebuild
@@ -52,6 +52,10 @@ DEPEND="${RDEPEND}
X? ( x11-proto/inputproto )
 "
 
+# Fetches data from network.
+# https://bugs.gentoo.org/575856
+RESTRICT="test"
+
 # Needs keywording on many arches.
 #  zeromq? (
 #  >=net-libs/czmq-2.2.0:0=



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

2016-11-12 Thread Gilles Dartiguelongue
commit: e2e82a091fa3fc92d1c2619b4b6a2de441326fac
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 12:33:32 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Nov 13 00:29:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e82a09

x11-wm/mutter: version bump 3.22.1 → 3.22.2

Package-Manager: portage-2.3.2

 x11-wm/mutter/Manifest |   1 +
 x11-wm/mutter/mutter-3.22.2.ebuild | 135 +
 2 files changed, 136 insertions(+)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 0c5958c..29983c7 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -2,3 +2,4 @@ DIST mutter-3.18.4.tar.xz 1469140 SHA256 
3cd2d49ac269139a8860d84dfba4d5d5a8318c1
 DIST mutter-3.20.2.tar.xz 1488636 SHA256 
1e8c46a81e21f382f56729282fcd0bb1c3a2067135f4b0f3651b307bf7a5b454 SHA512 
27ba92444e0388b4d54d6fa00d7bd36323a444ea128c445c1d96207526293aca6d96ade344b11f7a05eccd76e9527c93cf5e627cf476bcea8acfd4e5bee614b3
 WHIRLPOOL 
8075d0d00bdcfedaaa34c7fc0343b77411aa06cfd7c98f6ea04d9ba3463a32b99e983f241b9290a10f626faf65ae69f42cde36ada4463455f3eabb64ad89e54b
 DIST mutter-3.20.3.tar.xz 1488396 SHA256 
142c5271df4bde968c725ed09026173292c07b4dd7ba75f19c4b14fc363af916 SHA512 
7c408490d87191f96f82ab3510bbbcb3f5e597dfb6404475fa81b0cfef51b093706f55a1b263d98acf51997232dd25a1482f79e95431b1f2a647a0e5bc09d8d0
 WHIRLPOOL 
ebdead38e9dec2a9a7e7419c6dd1effb194fd68839dd2e0fe927a650330cd444921b9bae0858e32b544aa58363084dab67ac80232bc6a66bf6c81481dfc52c20
 DIST mutter-3.22.1.tar.xz 3532404 SHA256 
ffba28b955dc1b8a4734020de4ed4dff4afed435f0a059974be9bf3168acf59e SHA512 
59fbd83888e16c8847f0efc5c1343a2aa473221fe167c96ae286010a57212cec614fdaea0b277452f4166940b740207ec78d5cefbe18def39ed5554e676e45c6
 WHIRLPOOL 
0d7ae0eb2a97cbb91ff3800d7db7a8d0242fe4f857f4921361deb2a579ad5cb7fb166856f636607a9257afcd5a36a414cc629248e34ced1d38dcc08141952be6
+DIST mutter-3.22.2.tar.xz 3533296 SHA256 
d59b58356cba1165ef69a98f43e50777fded768860a9b118807c5a47274092a2 SHA512 
013bd861a7840fbbfa7a2efb772ac0a4417d339c132d6e77c728b519a4690afdf1746b921e320028d793a9bc5703d30f7b7ee275a12f49ecdd1d217620ce
 WHIRLPOOL 
34aeac4e2c6dffa93ba3691e87a25dc14464436b9f354c7bae41f28c82c8a60ed4656f88786809b3acea2a7648afd2f73e08715af821c68ab98504a349baf5d9

diff --git a/x11-wm/mutter/mutter-3.22.2.ebuild 
b/x11-wm/mutter/mutter-3.22.2.ebuild
new file mode 100644
index ..73b9494
--- /dev/null
+++ b/x11-wm/mutter/mutter-3.22.2.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 virtualx
+
+DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+HOMEPAGE="https://git.gnome.org/browse/mutter/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE="debug gles2 input_devices_wacom +introspection test udev wayland"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# libXi-1.7.4 or newer needed per:
+# https://bugzilla.gnome.org/show_bug.cgi?id=738944
+COMMON_DEPEND="
+   >=dev-libs/atk-2.5.3
+   >=x11-libs/gdk-pixbuf-2:2
+   >=dev-libs/json-glib-0.12.0
+   >=x11-libs/pango-1.30[X,introspection?]
+   >=x11-libs/cairo-1.14[X]
+   >=x11-libs/gtk+-3.19.8:3[X,introspection?]
+   >=dev-libs/glib-2.49.0:2[dbus]
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/startup-notification-0.7
+   >=x11-libs/libXcomposite-0.2
+   >=gnome-base/gsettings-desktop-schemas-3.21.4[introspection?]
+   gnome-base/gnome-desktop:3=
+   >sys-power/upower-0.99:=
+
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libXcomposite-0.4
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   >=x11-libs/libXfixes-3
+   >=x11-libs/libXi-1.7.4
+   x11-libs/libXinerama
+   >=x11-libs/libXrandr-1.5
+   x11-libs/libXrender
+   x11-libs/libxcb
+   x11-libs/libxkbfile
+   >=x11-libs/libxkbcommon-0.4.3[X]
+   x11-misc/xkeyboard-config
+
+   gnome-extra/zenity
+   media-libs/mesa[egl]
+
+   gles2? ( media-libs/mesa[gles2] )
+   input_devices_wacom? ( >=dev-libs/libwacom-0.13 )
+   introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+   udev? ( virtual/libgudev:= )
+   wayland? (
+   >=dev-libs/libinput-1.4
+   >=dev-libs/wayland-1.6.90
+   >=dev-libs/wayland-protocols-1.7
+   >=media-libs/mesa-10.3[egl,gbm,wayland]
+   sys-apps/systemd
+   virtual/libgudev:=
+   >=virtual/libudev-136:=
+   x11-base/xorg-server[wayland]
+   x11-libs/libdrm:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.6
+   virtual/pkgconfig
+   x11-proto/xextproto
+   x11-proto/xineramaproto
+   x11-proto/xproto
+   test? ( app-text/docbook-xml-dtd:4.5 )
+"
+RDEPEND="$

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

2016-11-12 Thread Gilles Dartiguelongue
commit: 8b341e9fa966f90def1ffb00d368182c3c2da055
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 23:27:13 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Nov 13 00:29:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b341e9f

dev-libs/libatasmart: fix dependency on udev

And switch to EAPI=6.

Gentoo-Bug: 562750

Package-Manager: portage-2.3.2

 dev-libs/libatasmart/libatasmart-0.19-r2.ebuild | 42 +
 1 file changed, 42 insertions(+)

diff --git a/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild 
b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
new file mode 100644
index ..f232df3
--- /dev/null
+++ b/dev-libs/libatasmart/libatasmart-0.19-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+PATCH_LEVEL=2
+
+DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard 
disks"
+HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html";
+SRC_URI="http://0pointer.de/public/${P}.tar.xz
+   
mirror://debian/pool/main/liba/${PN}/${PN}_${PV}-${PATCH_LEVEL}.debian.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+IUSE="static-libs"
+
+RDEPEND="virtual/libudev"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   # https://bugs.gentoo.org/470874
+   local d="${WORKDIR}"/debian/patches
+   sed -i -e '/#/d' \
+   -e "s|^|${d}/|" "${d}"/series || die
+   eapply $(<"${d}"/series)
+   eapply_user
+}
+
+src_configure() {
+   econf \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



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

2016-11-12 Thread Gilles Dartiguelongue
commit: 86eb107fa659c963c838546ebd7178db771e828d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Nov 13 00:28:37 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Nov 13 00:29:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86eb107f

dev-libs/dee: fix sandbox issue and build with gcc-6

Port to gnome2.eclass and EAPI=6. Fix to follow Gnome team conventions.
Apply patch submitted upstream to fix build with gcc-6.

Gentoo-Bug: 586604
Gentoo-Bug: 594112

Package-Manager: portage-2.3.2

 dev-libs/dee/dee-1.2.7-r1.ebuild   | 85 ++
 dev-libs/dee/dee-1.2.7.ebuild  |  4 +-
 dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch | 14 +
 3 files changed, 101 insertions(+), 2 deletions(-)

diff --git a/dev-libs/dee/dee-1.2.7-r1.ebuild b/dev-libs/dee/dee-1.2.7-r1.ebuild
new file mode 100644
index ..a5b9987
--- /dev/null
+++ b/dev-libs/dee/dee-1.2.7-r1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit gnome2 python-r1 vala
+
+DESCRIPTION="Provide objects allowing to create Model-View-Controller type 
programs across DBus"
+HOMEPAGE="https://launchpad.net/dee/";
+SRC_URI="https://launchpad.net/dee/1.0/${PV}/+download/${P}.tar.gz";
+
+SLOT="0/4"
+LICENSE="GPL-3"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug examples +icu introspection static-libs test"
+
+REQUIRED_USE="introspection? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/glib:2
+   icu? ( dev-libs/icu:= )
+   introspection? (
+   ${PYTHON_DEPS}
+   >=dev-libs/gobject-introspection-0.10.2:=
+   )
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   >=dev-util/gtk-doc-am-1.8
+   virtual/pkgconfig
+   test? (
+   >=dev-libs/gtx-0.2.2
+   dev-util/dbus-test-runner
+   )
+"
+
+src_prepare() {
+   # Fix build with gcc-6, bug #594112
+   eapply "${FILESDIR}"/${PN}-1.2.7-gcc-6-build.patch
+
+   sed \
+   -e 's:VALA_API_GEN:VAPIGEN:g' \
+   -i vapi/Makefile.{am,in} || die
+
+   sed \
+   -e '/SUBDIRS/ s:bindings::g' \
+   -i Makefile.{am,in} || die
+
+   vala_src_prepare
+   gnome2_src_prepare
+
+   sed \
+   -e '/GCC_FLAGS/ s:-g::' \
+   -e 's:VALA_API_GEN:VAPIGEN:g' \
+   -i configure || die
+
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable debug trace-log) \
+   $(use_enable icu) \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests)
+}
+
+src_install() {
+   gnome2_src_install
+
+   if use examples ; then
+   insinto /usr/share/doc/${PN}/
+   doins -r examples
+   fi
+
+   if use introspection ; then
+   install_gi_override() {
+   python_moduleinto "$(python_get_sitedir)/gi/overrides"
+   python_domodule "${S}"/bindings/python/Dee.py
+   }
+   python_foreach_impl install_gi_override
+   fi
+}

diff --git a/dev-libs/dee/dee-1.2.7.ebuild b/dev-libs/dee/dee-1.2.7.ebuild
index d401a63..10eeb58 100644
--- a/dev-libs/dee/dee-1.2.7.ebuild
+++ b/dev-libs/dee/dee-1.2.7.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$
 
@@ -26,7 +26,7 @@ RDEPEND="
dev-libs/icu:=
introspection? (
${PYTHON_DEPS}
-   dev-libs/gobject-introspection
+   dev-libs/gobject-introspection:=
)"
 DEPEND="${RDEPEND}
$(vala_depend)

diff --git a/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch 
b/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch
new file mode 100644
index ..047ce40
--- /dev/null
+++ b/dev-libs/dee/files/dee-1.2.7-gcc-6-build.patch
@@ -0,0 +1,14 @@
+--- a/src/dee-serializable-model.c 2013-09-16 20:21:20.0 +0200
 b/src/dee-serializable-model.c 2016-05-08 16:49:03.525140126 +0200
+@@ -1326,9 +1326,10 @@
+ 
+   pos = 0;
+   _iter = dee_model_get_first_iter (self);
+-  while (!dee_model_is_last (self, iter) && iter != _iter)
++  while (!dee_model_is_last (self, iter) && iter != _iter) {
+ _iter = dee_model_next (self, _iter);
+ pos++;
++  }
+ 
+   if (iter == _iter)
+ return pos;



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

2016-11-12 Thread Gilles Dartiguelongue
commit: 9289ca80c396b410cebeaa1561d0cb75d8c66a93
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 12:37:12 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Nov 13 00:29:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9289ca80

app-text/gspell: version bump 1.0.3 → 1.2.1

Package-Manager: portage-2.3.2

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

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

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



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

2016-11-12 Thread Gilles Dartiguelongue
commit: a59f310e44407164e34ada7a74e269e4e2846752
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 12:39:32 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Nov 13 00:29:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59f310e

gnome-base/gnome-shell: version bump 3.22.1 → 3.22.2

Package-Manager: portage-2.3.2

 gnome-base/gnome-shell/Manifest  |   1 +
 gnome-base/gnome-shell/gnome-shell-3.22.2.ebuild | 207 +++
 2 files changed, 208 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index deb334e..60a2b5f 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-3.20.4.tar.xz 1662400 SHA256 
0c13eba5ecd3b516538815ab33765ae04bd6faf1549407e81f3bf17b08f2a94d SHA512 
40622be949b7d331073982f70ff8ae9b80005e1bf9f5251f0afcd10e564dd48c1d79ae2d874015794c7f99411befd4fc4f586d87a752148aa6097825b1bf931f
 WHIRLPOOL 
226fb3adca9d4aef97bee50d6678c360cf74727a47c9018a16cfbe0f5d6ec32d2282a7965332021643392c1fbcb415a715a41a761d5998f82268d318c40b1942
 DIST gnome-shell-3.22.1.tar.xz 1947140 SHA256 
ca9492fae6c647e6bf98624a7cef6e4776894e4888f54b63e60b672b754fb217 SHA512 
7ed363f1019affce18b94eb3faee56ade1a570e43f2601305bdee2587733597a770fb239c65fa4d584e5f1839c2eda697101b3d5109f94b484d3fc78d42653fb
 WHIRLPOOL 
51394bec90b7027b2037b9411515ff1748e9bd81d17b0664ee1411055ce3422899449ab4fe349fd5e93eab99838eb9b232d63910788f6e1e01ba6b83cc3d4f85
+DIST gnome-shell-3.22.2.tar.xz 1949420 SHA256 
d80f4eb662ada325165b066112e924f4c16044f153c274c886d7f99b9ddc559b SHA512 
4f379e15324215e65d8fb29d2112dedcc47ede8087e3beff2edf205a901453f4682ba6ed8e841e157bab5490ed9598f4f5e799c56694442d23f5e0515483a4ff
 WHIRLPOOL 
480402cb2cf75228800d21117b6c6235c7f6c881ced07a314d462971ca6b5740966452339b15ce706c333cb8c47a41c70cafc185364ec2d8010b71878eb35b1c

diff --git a/gnome-base/gnome-shell/gnome-shell-3.22.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.22.2.ebuild
new file mode 100644
index ..60739bd
--- /dev/null
+++ b/gnome-base/gnome-shell/gnome-shell-3.22.2.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit autotools gnome2 multilib pax-utils python-r1 systemd
+
+DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+bluetooth +networkmanager nsplugin +nls -openrc-force"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# libXfixes-5.0 needed for pointer barriers
+# FIXME:
+#  * gstreamer support is currently automagic
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.5.3
+   >=dev-libs/atk-2[introspection]
+   >=app-crypt/gcr-3.7.5[introspection]
+   >=dev-libs/glib-2.45.3:2[dbus]
+   >=dev-libs/gjs-1.39
+   >=dev-libs/gobject-introspection-1.49.1:=
+   dev-libs/libical:=
+   >=x11-libs/gtk+-3.15.0:3[introspection]
+   >=dev-libs/libcroco-0.6.8:0.6
+   >=gnome-base/gnome-desktop-3.7.90:3=[introspection]
+   >=gnome-base/gsettings-desktop-schemas-3.21.3
+   >=gnome-extra/evolution-data-server-3.17.2:=
+   >=media-libs/gstreamer-0.11.92:1.0
+   >=net-im/telepathy-logger-0.2.4[introspection]
+   >=net-libs/telepathy-glib-0.19[introspection]
+   >=sys-auth/polkit-0.100[introspection]
+   >=x11-libs/libXfixes-5.0
+   x11-libs/libXtst
+   >=x11-wm/mutter-3.22.1[introspection]
+   >=x11-libs/startup-notification-0.11
+
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+
+   dev-libs/dbus-glib
+   dev-libs/libxml2:2
+   media-libs/libcanberra[gtk3]
+   media-libs/mesa
+   >=media-sound/pulseaudio-2
+   >=net-libs/libsoup-2.40:2.4[introspection]
+   x11-libs/libX11
+   x11-libs/gdk-pixbuf:2[introspection]
+
+   x11-apps/mesa-progs
+
+   bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] )
+   networkmanager? (
+   app-crypt/libsecret
+   >=gnome-extra/nm-applet-0.9.8
+   >=net-misc/networkmanager-0.9.8:=[introspection] )
+   nsplugin? ( >=dev-libs/json-glib-0.13.2 )
+"
+# Runtime-only deps are probably incomplete and approximate.
+# Introspection deps generated using:
+#  grep -roe "imports.gi.*" gnome-shell-* | cut -f2 -d: | sort | uniq
+# Each block:
+# 1. Introspection stuff needed via imports.gi.*
+# 2. gnome-session is needed for gnome-session-quit
+# 3. Control shell settings
+# 4. Systemd needed for suspending support
+# 5. xdg-utils needed for xdg-open, used by extension tool
+# 6. adwaita-icon-theme and dejavu font neeed for various icons & arrows
+# 7. mobile-broadband-provider-info, timezone-data for sh

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2016-11-12 Thread Andreas Hüttel
commit: fe6e536c6a5c4ac3c49ca11f475eb065aa1be2f2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov 13 00:15:31 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Nov 13 00:15:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6e536c

app-office/libreoffice: Force Qt4 moc and qmake, bug 599076

Package-Manager: portage-2.3.2

 app-office/libreoffice/libreoffice-5.2.3.3.ebuild  | 8 +++-
 app-office/libreoffice/libreoffice-5.2..ebuild | 8 +++-
 app-office/libreoffice/libreoffice-.ebuild | 8 +++-
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/app-office/libreoffice/libreoffice-5.2.3.3.ebuild 
b/app-office/libreoffice/libreoffice-5.2.3.3.ebuild
index 49e4081..96fefc7 100644
--- a/app-office/libreoffice/libreoffice-5.2.3.3.ebuild
+++ b/app-office/libreoffice/libreoffice-5.2.3.3.ebuild
@@ -25,7 +25,7 @@ BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
 [[ ${PV} == ** ]] && SCM_ECLASS="git-r3"
-inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils ${SCM_ECLASS}
+inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils qmake-utils ${SCM_ECLASS}
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
@@ -394,6 +394,12 @@ src_configure() {
java_opts+=" --with-rhino-jar=$(java-pkg_getjar 
rhino-1.6 js.jar)"
fi
 
+   if use kde; then
+   # bug 544108, bug 599076
+   export QMAKEQT4="$(qt4_get_bindir)/qmake"
+   export MOCQT4="$(qt4_get_bindir)/moc"
+   fi
+
# system headers/libs/...: enforce using system packages
# --enable-cairo: ensure that cairo is always required
# --enable-graphite: disabling causes build breakages

diff --git a/app-office/libreoffice/libreoffice-5.2..ebuild 
b/app-office/libreoffice/libreoffice-5.2..ebuild
index 49e4081..96fefc7 100644
--- a/app-office/libreoffice/libreoffice-5.2..ebuild
+++ b/app-office/libreoffice/libreoffice-5.2..ebuild
@@ -25,7 +25,7 @@ BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
 [[ ${PV} == ** ]] && SCM_ECLASS="git-r3"
-inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils ${SCM_ECLASS}
+inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils qmake-utils ${SCM_ECLASS}
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
@@ -394,6 +394,12 @@ src_configure() {
java_opts+=" --with-rhino-jar=$(java-pkg_getjar 
rhino-1.6 js.jar)"
fi
 
+   if use kde; then
+   # bug 544108, bug 599076
+   export QMAKEQT4="$(qt4_get_bindir)/qmake"
+   export MOCQT4="$(qt4_get_bindir)/moc"
+   fi
+
# system headers/libs/...: enforce using system packages
# --enable-cairo: ensure that cairo is always required
# --enable-graphite: disabling causes build breakages

diff --git a/app-office/libreoffice/libreoffice-.ebuild 
b/app-office/libreoffice/libreoffice-.ebuild
index 13dd853..87acbbc 100644
--- a/app-office/libreoffice/libreoffice-.ebuild
+++ b/app-office/libreoffice/libreoffice-.ebuild
@@ -25,7 +25,7 @@ BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
 # PATCHSET="${P}-patchset-01.tar.xz"
 
 [[ ${PV} == ** ]] && SCM_ECLASS="git-r3"
-inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils ${SCM_ECLASS}
+inherit multiprocessing autotools bash-completion-r1 check-reqs eutils 
java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs 
flag-o-matic versionator xdg-utils qmake-utils ${SCM_ECLASS}
 unset SCM_ECLASS
 
 DESCRIPTION="A full office productivity suite"
@@ -393,6 +393,12 @@ src_configure() {
java_opts+=" --with-rhino-jar=$(java-pkg_getjar 
rhino-1.6 js.jar)"
fi
 
+   if use kde; then
+   # bug 544108, bug 599076
+   export QMAKEQT4="$(qt4_get_bindir)/qmake"
+   export MOCQT4="$(qt4_get_bindir)/moc"
+   fi
+
# system headers/libs/...: enforce using system packages
# --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
# --enable-cairo: ensure that cairo is always required



[gentoo-commits] repo/gentoo:master commit in: sci-libs/grib_api/

2016-11-12 Thread David Seifert
commit: 7bbc8dbf9a61542ee1870ad2f982ad790da8829e
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 23:17:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbc8dbf

sci-libs/grib_api: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 sci-libs/grib_api/grib_api-1.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/grib_api/grib_api-1.11.0.ebuild 
b/sci-libs/grib_api/grib_api-1.11.0.ebuild
index 0c47b20..5103516 100644
--- a/sci-libs/grib_api/grib_api-1.11.0.ebuild
+++ b/sci-libs/grib_api/grib_api-1.11.0.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
jpeg2k? (
-   jasper? ( media-libs/jasper )
+   jasper? ( media-libs/jasper:= )
!jasper? ( media-libs/openjpeg:0 )
)
netcdf? ( sci-libs/netcdf )



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

2016-11-12 Thread David Seifert
commit: dd383f6b72c8347a8bb2a2f0c5e94844ad45ba93
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:53:09 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd383f6b

media-gfx/aaphoto: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-gfx/aaphoto/aaphoto-0.43.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild 
b/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
index 00a47a9..b668e26 100644
--- a/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
+++ b/media-gfx/aaphoto/aaphoto-0.43.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="media-libs/jasper[jpeg]
+RDEPEND="media-libs/jasper:=[jpeg]
media-libs/libpng:0=
sys-libs/zlib
virtual/jpeg:0"



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

2016-11-12 Thread David Seifert
commit: a5b8814ba75c72e51cb66c9780e24c7edd949c78
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:38:26 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b8814b

media-libs/libraw: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-libs/libraw/libraw-0.16.2.ebuild | 4 ++--
 media-libs/libraw/libraw-0.17.1.ebuild | 4 ++--
 media-libs/libraw/libraw-0.17.2.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/libraw/libraw-0.16.2.ebuild 
b/media-libs/libraw/libraw-0.16.2.ebuild
index 503a90e..99440cf 100644
--- a/media-libs/libraw/libraw-0.16.2.ebuild
+++ b/media-libs/libraw/libraw-0.16.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$
 
@@ -27,7 +27,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   jpeg2k? ( >=media-libs/jasper-1.900.1-r6[${MULTILIB_USEDEP}] )
+   jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[${MULTILIB_USEDEP}] )
lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/media-libs/libraw/libraw-0.17.1.ebuild 
b/media-libs/libraw/libraw-0.17.1.ebuild
index 5d96b53..e8db714 100644
--- a/media-libs/libraw/libraw-0.17.1.ebuild
+++ b/media-libs/libraw/libraw-0.17.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$
 
@@ -27,7 +27,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-li
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   jpeg2k? ( >=media-libs/jasper-1.900.1-r6[${MULTILIB_USEDEP}] )
+   jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[${MULTILIB_USEDEP}] )
lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/media-libs/libraw/libraw-0.17.2.ebuild 
b/media-libs/libraw/libraw-0.17.2.ebuild
index 8a855bc..ac99526 100644
--- a/media-libs/libraw/libraw-0.17.2.ebuild
+++ b/media-libs/libraw/libraw-0.17.2.ebuild
@@ -27,7 +27,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-li
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   jpeg2k? ( >=media-libs/jasper-1.900.1-r6[${MULTILIB_USEDEP}] )
+   jpeg2k? ( >=media-libs/jasper-1.900.1-r6:=[${MULTILIB_USEDEP}] )
lcms? ( >=media-libs/lcms-2.5:2[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-radio/qsstv/

2016-11-12 Thread David Seifert
commit: a03a89fe5c869048b81f7cca3b186ce157698d15
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:49:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03a89fe

media-radio/qsstv: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-radio/qsstv/qsstv-8.2.12.ebuild | 6 +++---
 media-radio/qsstv/qsstv-9.1.5.ebuild  | 2 +-
 media-radio/qsstv/qsstv-9.1.6.ebuild  | 2 +-
 media-radio/qsstv/qsstv-9.1.7.ebuild  | 2 +-
 media-radio/qsstv/qsstv-9.1.8.ebuild  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-radio/qsstv/qsstv-8.2.12.ebuild 
b/media-radio/qsstv/qsstv-8.2.12.ebuild
index a9936fb..cbb498a 100644
--- a/media-radio/qsstv/qsstv-8.2.12.ebuild
+++ b/media-radio/qsstv/qsstv-8.2.12.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$
 
@@ -20,9 +20,9 @@ IUSE=""
 DEPEND="dev-qt/qtcore:4[qt3support]
dev-qt/qtgui:4
media-libs/hamlib
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/alsa-lib
-   sci-libs/fftw:3.0"
+   sci-libs/fftw:3.0="
 RDEPEND="${DEPEND}
x11-misc/xdg-utils"
 

diff --git a/media-radio/qsstv/qsstv-9.1.5.ebuild 
b/media-radio/qsstv/qsstv-9.1.5.ebuild
index 6f2228f..d42c41b 100644
--- a/media-radio/qsstv/qsstv-9.1.5.ebuild
+++ b/media-radio/qsstv/qsstv-9.1.5.ebuild
@@ -24,7 +24,7 @@ DEPEND="dev-qt/qtcore:4[qt3support]
media-libs/alsa-lib
media-sound/pulseaudio
media-libs/libv4l
-   sci-libs/fftw:3.0"
+   sci-libs/fftw:3.0="
 RDEPEND="${DEPEND}
x11-misc/xdg-utils"
 

diff --git a/media-radio/qsstv/qsstv-9.1.6.ebuild 
b/media-radio/qsstv/qsstv-9.1.6.ebuild
index 6f2228f..d42c41b 100644
--- a/media-radio/qsstv/qsstv-9.1.6.ebuild
+++ b/media-radio/qsstv/qsstv-9.1.6.ebuild
@@ -24,7 +24,7 @@ DEPEND="dev-qt/qtcore:4[qt3support]
media-libs/alsa-lib
media-sound/pulseaudio
media-libs/libv4l
-   sci-libs/fftw:3.0"
+   sci-libs/fftw:3.0="
 RDEPEND="${DEPEND}
x11-misc/xdg-utils"
 

diff --git a/media-radio/qsstv/qsstv-9.1.7.ebuild 
b/media-radio/qsstv/qsstv-9.1.7.ebuild
index 6f2228f..d42c41b 100644
--- a/media-radio/qsstv/qsstv-9.1.7.ebuild
+++ b/media-radio/qsstv/qsstv-9.1.7.ebuild
@@ -24,7 +24,7 @@ DEPEND="dev-qt/qtcore:4[qt3support]
media-libs/alsa-lib
media-sound/pulseaudio
media-libs/libv4l
-   sci-libs/fftw:3.0"
+   sci-libs/fftw:3.0="
 RDEPEND="${DEPEND}
x11-misc/xdg-utils"
 

diff --git a/media-radio/qsstv/qsstv-9.1.8.ebuild 
b/media-radio/qsstv/qsstv-9.1.8.ebuild
index a6c242d..42170e5 100644
--- a/media-radio/qsstv/qsstv-9.1.8.ebuild
+++ b/media-radio/qsstv/qsstv-9.1.8.ebuild
@@ -24,7 +24,7 @@ DEPEND="dev-qt/qtcore:4[qt3support]
media-libs/alsa-lib
media-sound/pulseaudio
media-libs/libv4l
-   sci-libs/fftw:3.0"
+   sci-libs/fftw:3.0="
 RDEPEND="${DEPEND}
x11-misc/xdg-utils"
 



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

2016-11-12 Thread David Seifert
commit: 24cf18d02563a713a5d044e5f6ab36f584f9378e
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:19:15 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cf18d0

media-gfx/graphicsmagick: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild | 2 +-
 media-gfx/graphicsmagick/graphicsmagick-1.3.25.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild
index 7eaa4c0..b24a062 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.24.ebuild
@@ -23,7 +23,7 @@ RDEPEND="dev-libs/libltdl:0
imagemagick? ( !media-gfx/imagemagick )
jbig? ( media-libs/jbigkit )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
lcms? ( media-libs/lcms:2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.25.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.25.ebuild
index 96f93a1..101c26d 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.25.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.25.ebuild
@@ -24,7 +24,7 @@ RDEPEND="dev-libs/libltdl:0
imagemagick? ( !media-gfx/imagemagick )
jbig? ( media-libs/jbigkit )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
lcms? ( media-libs/lcms:2 )
lzma? ( app-arch/xz-utils )
perl? ( dev-lang/perl )



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

2016-11-12 Thread David Seifert
commit: 0b7c06157c03a06d19155b6afaccf13d32438e73
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:14:47 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7c0615

media-gfx/gimp: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-gfx/gimp/gimp-2.8.14-r2.ebuild | 2 +-
 media-gfx/gimp/gimp-2.8.16-r1.ebuild | 2 +-
 media-gfx/gimp/gimp-2.8.16.ebuild| 4 ++--
 media-gfx/gimp/gimp-2.8.18.ebuild| 2 +-
 media-gfx/gimp/gimp-2.9.2-r1.ebuild  | 2 +-
 media-gfx/gimp/gimp-2.9.2-r2.ebuild  | 2 +-
 media-gfx/gimp/gimp-2.9.2.ebuild | 4 ++--
 media-gfx/gimp/gimp-2.9.4-r1.ebuild  | 2 +-
 media-gfx/gimp/gimp-2.9.4.ebuild | 2 +-
 media-gfx/gimp/gimp-.ebuild  | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/gimp/gimp-2.8.14-r2.ebuild 
b/media-gfx/gimp/gimp-2.8.14-r2.ebuild
index 3fe8e5a..9651afb 100644
--- a/media-gfx/gimp/gimp-2.8.14-r2.ebuild
+++ b/media-gfx/gimp/gimp-2.8.14-r2.ebuild
@@ -44,7 +44,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-2.2:2 )
mng? ( media-libs/libmng )

diff --git a/media-gfx/gimp/gimp-2.8.16-r1.ebuild 
b/media-gfx/gimp/gimp-2.8.16-r1.ebuild
index 163f91e..5f9e820 100644
--- a/media-gfx/gimp/gimp-2.8.16-r1.ebuild
+++ b/media-gfx/gimp/gimp-2.8.16-r1.ebuild
@@ -44,7 +44,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-2.2:2 )
mng? ( media-libs/libmng )

diff --git a/media-gfx/gimp/gimp-2.8.16.ebuild 
b/media-gfx/gimp/gimp-2.8.16.ebuild
index 9bf60d8..0f013e9 100644
--- a/media-gfx/gimp/gimp-2.8.16.ebuild
+++ b/media-gfx/gimp/gimp-2.8.16.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$
 
@@ -44,7 +44,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-2.2:2 )
mng? ( media-libs/libmng )

diff --git a/media-gfx/gimp/gimp-2.8.18.ebuild 
b/media-gfx/gimp/gimp-2.8.18.ebuild
index ce053d8..8433dda 100644
--- a/media-gfx/gimp/gimp-2.8.18.ebuild
+++ b/media-gfx/gimp/gimp-2.8.18.ebuild
@@ -44,7 +44,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-2.2:2 )
mng? ( media-libs/libmng )

diff --git a/media-gfx/gimp/gimp-2.9.2-r1.ebuild 
b/media-gfx/gimp/gimp-2.9.2-r1.ebuild
index 722f09b..0d6d2a0 100644
--- a/media-gfx/gimp/gimp-2.9.2-r1.ebuild
+++ b/media-gfx/gimp/gimp-2.9.2-r1.ebuild
@@ -47,7 +47,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
virtual/jpeg:0
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
>=media-libs/lcms-2.2:2
mng? ( media-libs/libmng )
openexr? ( >=media-libs/openexr-1.6.1 )

diff --git a/media-gfx/gimp/gimp-2.9.2-r2.ebuild 
b/media-gfx/gimp/gimp-2.9.2-r2.ebuild
index fee9f51..3182ecc 100644
--- a/media-gfx/gimp/gimp-2.9.2-r2.ebuild
+++ b/media-gfx/gimp/gimp-2.9.2-r2.ebuild
@@ -46,7 +46,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
virtual/jpeg:0
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
>=media-libs/lcms-2.2:2
mng? ( media-libs/libmng )
openexr? ( >=media-libs/openexr-1.6.1 )

diff --git a/media-gfx/gimp/gimp-2.9.2.ebuild b/media-gfx/gimp/gimp-2.9.2.ebuild
index b4da08a..574e639 100644
--- a/media-gfx/gimp/gimp-2.9.2.ebuild
+++ b/media-gfx/gimp/gimp-2.9.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$
 
@@ -47,7 +47,7 @@ RDEPEND=">=dev-libs/glib-2.30.2:2
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
virtual/jpeg:0
-

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/

2016-11-12 Thread David Seifert
commit: 66f08b549c61c0e90fa2e454bf2561fa7a78d3c7
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:39:20 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f08b54

dev-qt/qtimageformats: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 dev-qt/qtimageformats/qtimageformats-5.5.1-r1.ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild| 2 +-
 dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild| 2 +-
 dev-qt/qtimageformats/qtimageformats-5.7.0.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.5.1-r1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.5.1-r1.ebuild
index 490cc04..4038a4e 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.5.1-r1.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.5.1-r1.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild
index 4178969..840964a 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.6.1.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild
index 0a2d107e..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.6.2.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0

diff --git a/dev-qt/qtimageformats/qtimageformats-5.7.0.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.7.0.ebuild
index 0a2d107e..85f898b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.7.0.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.7.0.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND="
~dev-qt/qtcore-${PV}
~dev-qt/qtgui-${PV}
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/libmng:=
media-libs/libwebp:=
media-libs/tiff:0



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

2016-11-12 Thread David Seifert
commit: ad94a35329260b47c825372672f522fc9ca4bf3f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 23:33:16 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad94a353

media-libs/jasper: Remove old version

Package-Manager: portage-2.3.2

 media-libs/jasper/Manifest   |  1 -
 media-libs/jasper/jasper-1.900.18.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/media-libs/jasper/Manifest b/media-libs/jasper/Manifest
index 7053d47..d1f7939 100644
--- a/media-libs/jasper/Manifest
+++ b/media-libs/jasper/Manifest
@@ -1,3 +1,2 @@
-DIST jasper-1.900.18.tar.gz 1280521 SHA256 
9fe522edb2c26aa28b882be12812c0bca2d266f78aab2e54029a158e73c88b49 SHA512 
ae5b205a6b9c03555af2526e26547b1176fdd13c6e0974bf5ee0f42fb28dbc40c82e097b3fa520e119e259d5debb5526013e39aad1484d88c64078f19c3cf527
 WHIRLPOOL 
594922e929ae44cb5a7ac16086b7f2ee7b775d9c721da940fc5c6ddb389df4ff6e1cd4980d4cf70a101e73b78ca4975d3563e4d445e00ee6dbd94291b53814fe
 DIST jasper-1.900.26.tar.gz 1289435 SHA256 
b27e14639b0cbd5362fcf537660a1294c4c183539c20767d3b75df60b02ffd1a SHA512 
977df6f79175854cc750224ed136022d66b543bae3d4b0a5cfee61e57d2723e221ee0b784bdfbcc8bd95a4ec7afdc35ad47bc0cc6f8fbbf39b715790815878fd
 WHIRLPOOL 
24e99cb400aa2e21a0bdf576768cebb0d5563aa003da2a46186ad27fb2c7b268995351cbe76b1a059024e51fa339872d8ac0ccc450466c6fc06a4ba840369ee1
 DIST jasper-1.900.6.tar.gz 787271 SHA256 
5d0b4d684d19104b4564ef7142f4059eda91902620af36a3a6205d3dae66e027 SHA512 
096e77609bf977eb0bbc9b1fc804bce7be1c7c81d066db7e367b61c4f6fa772a7a7ef21f7613485de46c3ca22cce57dce1e80c3736f54eb77eb44153218983b6
 WHIRLPOOL 
23edd5abc05248b43085f5a77a0210dcaf52089c57e31686478bd9b01284f294459ac1cad71eae4a594ef2632ba4323190b25d1a37dd36af0c0d7cd69579e568

diff --git a/media-libs/jasper/jasper-1.900.18.ebuild 
b/media-libs/jasper/jasper-1.900.18.ebuild
deleted file mode 100644
index 7c007cd..
--- a/media-libs/jasper/jasper-1.900.18.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 
standard"
-HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/";
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mdadams/jasper.git";
-else
-   inherit vcs-snapshot
-   SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
\
-   ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux \
-   ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
-fi
-
-# We limit memory usage to 128 MiB by default, specified in bytes
-: ${JASPER_MEM_LIMIT:=134217728}
-
-LICENSE="JasPer2.0"
-SLOT="0/1"
-IUSE="jpeg opengl static-libs"
-
-RDEPEND="
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   opengl? (
-   >=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
-   >=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
-   virtual/glu
-   )"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable jpeg libjpeg) \
-   $(use_enable opengl) \
-   $(use_enable static-libs static) \
-   --enable-memory-limit="${JASPER_MEM_LIMIT}"
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   dodoc -r doc/.
-
-   # package provides .pc files
-   find "${D}" -name '*.la' -delete || die
-}



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

2016-11-12 Thread David Seifert
commit: 63ed352543116acfe5d3f58ca482e275e2855e3f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 23:13:12 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:34:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ed3525

net-im/ayttm: [QA] Remove USE=webcam

Package-Manager: portage-2.3.2

 net-im/ayttm/ayttm-0.6.3-r1.ebuild | 15 ++-
 net-im/ayttm/metadata.xml  |  1 -
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-im/ayttm/ayttm-0.6.3-r1.ebuild 
b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
index ce6f529..f97a071 100644
--- a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
+++ b/net-im/ayttm/ayttm-0.6.3-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$
 
@@ -12,11 +12,11 @@ SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="crypt icq irc xmpp lj msn nls oscar smtp webcam xscreensaver yahoo"
+IUSE="crypt icq irc xmpp lj msn nls oscar smtp xscreensaver yahoo"
 
-CDEPEND="app-text/enchant
+RDEPEND="app-text/enchant
dev-libs/glib:2
-   dev-libs/openssl:0
+   dev-libs/openssl:0=
virtual/libiconv
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
@@ -24,12 +24,9 @@ CDEPEND="app-text/enchant
x11-libs/libXpm
x11-libs/pango
crypt? ( app-crypt/gpgme )
-   webcam? ( media-libs/jasper )
xscreensaver? ( x11-libs/libXScrnSaver )
yahoo? ( net-libs/libyahoo2 )"
-RDEPEND="${CDEPEND}
-   webcam? ( media-tv/xawtv )"
-DEPEND="${CDEPEND}
+DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
nls? ( sys-devel/gettext )"
@@ -52,9 +49,9 @@ src_configure() {
$(use_enable nls) \
$(use_enable oscar) \
$(use_enable smtp) \
-   $(use_enable webcam) \
$(use_enable xscreensaver) \
$(use_enable yahoo) \
+   --disable-webcam \
--disable-arts \
--enable-posix-dlopen \
--disable-static

diff --git a/net-im/ayttm/metadata.xml b/net-im/ayttm/metadata.xml
index c4fe6c1..5cbaca7 100644
--- a/net-im/ayttm/metadata.xml
+++ b/net-im/ayttm/metadata.xml
@@ -11,7 +11,6 @@
Enable Internet Relay Chat support
Enable livejournal.com support
Adds support for sending messages via RFC2821 
SMTP
-   Adds webcam support for Yahoo 
Messenger


ayttm



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2016-11-12 Thread David Seifert
commit: 5898f9a80cdc2e77cc719a07cab39f13930523c2
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:57:14 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5898f9a8

media-tv/kodi: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-tv/kodi/kodi-14.1.ebuild  | 14 +++---
 media-tv/kodi/kodi-15.2.ebuild  |  6 +++---
 media-tv/kodi/kodi-16.0.ebuild  |  2 +-
 media-tv/kodi/kodi-16.1.ebuild  |  2 +-
 media-tv/kodi/kodi-17.0_beta4-r1.ebuild |  2 +-
 media-tv/kodi/kodi-.ebuild  |  2 +-
 6 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/media-tv/kodi/kodi-14.1.ebuild b/media-tv/kodi/kodi-14.1.ebuild
index 81eafb9..7a102a6 100644
--- a/media-tv/kodi/kodi-14.1.ebuild
+++ b/media-tv/kodi/kodi-14.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$
 
@@ -69,8 +69,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freetype
-   >=media-libs/glew-1.5.6
-   media-libs/jasper
+   >=media-libs/glew-1.5.6:0=
+   media-libs/jasper:=
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( media-libs/libbluray )
@@ -79,13 +79,13 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/libmodplug
media-libs/libmpeg2
media-libs/libogg
-   media-libs/libpng
+   media-libs/libpng:0=
projectm? ( media-libs/libprojectm )
media-libs/libsamplerate
sdl? ( media-libs/libsdl2 )
>=media-libs/taglib-1.8
media-libs/libvorbis
-   media-libs/tiff
+   media-libs/tiff:0
pulseaudio? ( media-sound/pulseaudio )
media-sound/wavpack
>=media-video/ffmpeg-2.4:=[encode]
@@ -100,8 +100,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
sys-apps/dbus
caps? ( sys-libs/libcap )
sys-libs/zlib
-   virtual/jpeg
-   usb? ( virtual/libusb )
+   virtual/jpeg:0
+   usb? ( virtual/libusb:1 )
mysql? ( virtual/mysql )
opengl? (
virtual/glu

diff --git a/media-tv/kodi/kodi-15.2.ebuild b/media-tv/kodi/kodi-15.2.ebuild
index 3b72760..5a80852 100644
--- a/media-tv/kodi/kodi-15.2.ebuild
+++ b/media-tv/kodi/kodi-15.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$
 
@@ -69,7 +69,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freetype
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( media-libs/libbluray )
@@ -105,7 +105,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
opengl? (
virtual/glu
virtual/opengl
-   >=media-libs/glew-1.5.6
+   >=media-libs/glew-1.5.6:0=
)
gles? (
media-libs/mesa[gles2]

diff --git a/media-tv/kodi/kodi-16.0.ebuild b/media-tv/kodi/kodi-16.0.ebuild
index 4d05491..47aac92 100644
--- a/media-tv/kodi/kodi-16.0.ebuild
+++ b/media-tv/kodi/kodi-16.0.ebuild
@@ -67,7 +67,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freetype
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( >=media-libs/libbluray-0.7.0 )

diff --git a/media-tv/kodi/kodi-16.1.ebuild b/media-tv/kodi/kodi-16.1.ebuild
index f77dc64..0195f28 100644
--- a/media-tv/kodi/kodi-16.1.ebuild
+++ b/media-tv/kodi/kodi-16.1.ebuild
@@ -68,7 +68,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freetype
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( >=media-libs/libbluray-0.7.0 )

diff --git a/media-tv/kodi/kodi-17.0_beta4-r1.ebuild 
b/media-tv/kodi/kodi-17.0_beta4-r1.ebuild
index 51aef40..58bc542 100644
--- a/media-tv/kodi/kodi-17.0_beta4-r1.ebuild
+++ b/media-tv/kodi/kodi-17.0_beta4-r1.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freetype
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( >=media-libs/libbluray-0.7.0 )

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index 51aef40..58bc542 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -75,7 +75,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/flac
media-libs/fontconfig
media-libs/freety

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

2016-11-12 Thread David Seifert
commit: b9dd8ad8005813a436640ad9adf71fdd4a8ca380
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:32:44 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dd8ad8

dev-games/openscenegraph: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 dev-games/openscenegraph/openscenegraph-3.2.1-r1.ebuild | 8 
 dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild | 4 ++--
 dev-games/openscenegraph/openscenegraph-3.2.1.ebuild| 8 
 dev-games/openscenegraph/openscenegraph-3.4.0.ebuild| 4 ++--
 dev-games/openscenegraph/openscenegraph-3.5.1.ebuild| 4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dev-games/openscenegraph/openscenegraph-3.2.1-r1.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.2.1-r1.ebuild
index 944c34e..a94eac3 100644
--- a/dev-games/openscenegraph/openscenegraph-3.2.1-r1.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.2.1-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$
 
@@ -44,15 +44,15 @@ RDEPEND="
ffmpeg? ( virtual/ffmpeg )
gdal? ( sci-libs/gdal )
gif? ( media-libs/giflib )
-   jpeg? ( virtual/jpeg )
-   jpeg2k? ( media-libs/jasper )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/jasper:= )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
openinventor? ( media-libs/coin )
pdf? ( app-text/poppler[cairo] )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4

diff --git a/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild
index 9c6e886..3e809dc 100644
--- a/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild
@@ -46,14 +46,14 @@ RDEPEND="
gdal? ( sci-libs/gdal )
gif? ( media-libs/giflib:= )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
openinventor? ( media-libs/coin )
pdf? ( app-text/poppler[cairo] )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4

diff --git a/dev-games/openscenegraph/openscenegraph-3.2.1.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.2.1.ebuild
index d08b777..0ee5ec9 100644
--- a/dev-games/openscenegraph/openscenegraph-3.2.1.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.2.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$
 
@@ -39,15 +39,15 @@ RDEPEND="
ffmpeg? ( virtual/ffmpeg )
gdal? ( sci-libs/gdal )
gif? ( media-libs/giflib )
-   jpeg? ( virtual/jpeg )
-   jpeg2k? ( media-libs/jasper )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/jasper:= )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
openinventor? ( media-libs/coin )
pdf? ( app-text/poppler[cairo] )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4

diff --git a/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild
index 325b741..908e1d3 100644
--- a/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild
@@ -51,7 +51,7 @@ RDEPEND="
media-libs/gst-plugins-base:1.0
)
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
las? ( >=sci-geosciences/liblas-1.8.0 )
lua? ( >=dev-lang/lua-5.1.5:* )
openexr? (
@@ -60,7 +60,7 @@ RDEPEND="
)
openinventor? ( media-libs/coin )
pdf? ( app-text/poppler[cairo] )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.1.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.1.ebuild
index d86aac2..8d1d761 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.1.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.1.ebuild
@@ -51,7 +51,7 @@ RDEPEND="
media-libs/gst-plugins-base:1.0
)
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media

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

2016-11-12 Thread David Seifert
commit: a09ecdd62a38621662314b5ef106d0fb29d07618
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 23:15:40 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09ecdd6

net-proxy/ziproxy: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild 
b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
index e194bcb..978af33 100644
--- a/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
+++ b/net-proxy/ziproxy/ziproxy-3.3.1-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
media-libs/libpng:0=
virtual/jpeg:0
sys-libs/zlib
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
sasl? ( dev-libs/cyrus-sasl )
xinetd? ( virtual/inetd )
 "



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

2016-11-12 Thread David Seifert
commit: fb17898beaaa8693996d7e02c3e591b261732c30
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:21:34 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb17898b

media-libs/devil: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-libs/devil/devil-1.7.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild 
b/media-libs/devil/devil-1.7.8-r2.ebuild
index 74b6747..8da20b4 100644
--- a/media-libs/devil/devil-1.7.8-r2.ebuild
+++ b/media-libs/devil/devil-1.7.8-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="allegro? ( media-libs/allegro:0 )
gif? ( media-libs/giflib:= )
glut? ( media-libs/freeglut )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
mng? ( media-libs/libmng:= )
nvtt? ( media-gfx/nvidia-texture-tools )
openexr? ( media-libs/openexr:= )



[gentoo-commits] repo/gentoo:master commit in: games-rpg/grimrock/

2016-11-12 Thread David Seifert
commit: cbb9af9d50059c5057401d84a4125b9d1eaaed40
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:44:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb9af9d

games-rpg/grimrock: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 games-rpg/grimrock/grimrock-20130515.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/grimrock/grimrock-20130515.ebuild 
b/games-rpg/grimrock/grimrock-20130515.ebuild
index 4e68803..018d9ea 100644
--- a/games-rpg/grimrock/grimrock-20130515.ebuild
+++ b/games-rpg/grimrock/grimrock-20130515.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,7 +27,7 @@ RDEPEND="
media-libs/lcms
=media-libs/libpng-1.6*
media-libs/libraw
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/openexr
media-libs/tiff
sys-libs/zlib



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

2016-11-12 Thread David Seifert
commit: a70a23f94c40fbf3d7db03e8d4919b1cc7895c79
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 23:31:27 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70a23f9

media-libs/jasper: Version bump to 1.900.26

Gentoo-bug: 599180

Package-Manager: portage-2.3.2

 media-libs/jasper/Manifest   |  1 +
 media-libs/jasper/jasper-1.900.26.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/media-libs/jasper/Manifest b/media-libs/jasper/Manifest
index c9148c4..7053d47 100644
--- a/media-libs/jasper/Manifest
+++ b/media-libs/jasper/Manifest
@@ -1,2 +1,3 @@
 DIST jasper-1.900.18.tar.gz 1280521 SHA256 
9fe522edb2c26aa28b882be12812c0bca2d266f78aab2e54029a158e73c88b49 SHA512 
ae5b205a6b9c03555af2526e26547b1176fdd13c6e0974bf5ee0f42fb28dbc40c82e097b3fa520e119e259d5debb5526013e39aad1484d88c64078f19c3cf527
 WHIRLPOOL 
594922e929ae44cb5a7ac16086b7f2ee7b775d9c721da940fc5c6ddb389df4ff6e1cd4980d4cf70a101e73b78ca4975d3563e4d445e00ee6dbd94291b53814fe
+DIST jasper-1.900.26.tar.gz 1289435 SHA256 
b27e14639b0cbd5362fcf537660a1294c4c183539c20767d3b75df60b02ffd1a SHA512 
977df6f79175854cc750224ed136022d66b543bae3d4b0a5cfee61e57d2723e221ee0b784bdfbcc8bd95a4ec7afdc35ad47bc0cc6f8fbbf39b715790815878fd
 WHIRLPOOL 
24e99cb400aa2e21a0bdf576768cebb0d5563aa003da2a46186ad27fb2c7b268995351cbe76b1a059024e51fa339872d8ac0ccc450466c6fc06a4ba840369ee1
 DIST jasper-1.900.6.tar.gz 787271 SHA256 
5d0b4d684d19104b4564ef7142f4059eda91902620af36a3a6205d3dae66e027 SHA512 
096e77609bf977eb0bbc9b1fc804bce7be1c7c81d066db7e367b61c4f6fa772a7a7ef21f7613485de46c3ca22cce57dce1e80c3736f54eb77eb44153218983b6
 WHIRLPOOL 
23edd5abc05248b43085f5a77a0210dcaf52089c57e31686478bd9b01284f294459ac1cad71eae4a594ef2632ba4323190b25d1a37dd36af0c0d7cd69579e568

diff --git a/media-libs/jasper/jasper-1.900.26.ebuild 
b/media-libs/jasper/jasper-1.900.26.ebuild
new file mode 100644
index ..d107634
--- /dev/null
+++ b/media-libs/jasper/jasper-1.900.26.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="Implementation of the codec specified in the JPEG-2000 Part-1 
standard"
+HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/";
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mdadams/jasper.git";
+else
+   inherit vcs-snapshot
+   SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
\
+   ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux \
+   ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+fi
+
+# We limit memory usage to 128 MiB by default, specified in bytes
+: ${JASPER_MEM_LIMIT:=134217728}
+
+LICENSE="JasPer2.0"
+SLOT="0/3"
+IUSE="jpeg opengl static-libs"
+
+RDEPEND="
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   opengl? (
+   >=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
+   >=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
+   virtual/glu
+   )"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable jpeg libjpeg) \
+   $(use_enable opengl) \
+   $(use_enable static-libs static) \
+   --enable-memory-limit="${JASPER_MEM_LIMIT}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc -r doc/.
+
+   # package provides .pc files
+   find "${D}" -name '*.la' -delete || die
+}



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

2016-11-12 Thread David Seifert
commit: 14c6c4076ec28741305cfbbdb674c78ada1b240e
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:02:53 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c6c407

media-gfx/digikam: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-gfx/digikam/digikam-4.14.0-r1.ebuild | 2 +-
 media-gfx/digikam/digikam-4.4.0-r1.ebuild  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/digikam/digikam-4.14.0-r1.ebuild 
b/media-gfx/digikam/digikam-4.14.0-r1.ebuild
index bf74f8a..744d58e 100644
--- a/media-gfx/digikam/digikam-4.14.0-r1.ebuild
+++ b/media-gfx/digikam/digikam-4.14.0-r1.ebuild
@@ -35,7 +35,7 @@ CDEPEND="
kde-apps/kcmshell:4
dev-qt/qtgui:4
|| ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/lcms:2
>=media-libs/lensfun-0.2.6
media-libs/liblqr

diff --git a/media-gfx/digikam/digikam-4.4.0-r1.ebuild 
b/media-gfx/digikam/digikam-4.4.0-r1.ebuild
index 8a24ffc..b28b720 100644
--- a/media-gfx/digikam/digikam-4.4.0-r1.ebuild
+++ b/media-gfx/digikam/digikam-4.4.0-r1.ebuild
@@ -36,15 +36,15 @@ CDEPEND="
kde-apps/libkgeomap:4
kde-apps/libkipi:4
kde-apps/marble:4=[plasma]
-   media-libs/jasper
+   media-libs/jasper:=
media-libs/lcms:2
media-libs/lensfun
media-libs/liblqr
>=media-libs/libpgf-6.12.27
media-libs/libpng:0=
>=media-libs/opencv-2.4.9[-qt5]
-   media-libs/tiff
-   virtual/jpeg
+   media-libs/tiff:0
+   virtual/jpeg:0
dev-qt/qtgui:4
|| ( dev-qt/qtsql:4[mysql] dev-qt/qtsql:4[sqlite] )
addressbook? ( $(add_kdeapps_dep kdepimlibs) )



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

2016-11-12 Thread David Seifert
commit: c8ef33fe58d752d09edf44e6693912c6e568403d
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:46:24 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ef33fe

kde-apps/kopete: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 kde-apps/kopete/kopete-16.04.3.ebuild | 2 +-
 kde-apps/kopete/kopete-16.08.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild 
b/kde-apps/kopete/kopete-16.04.3.ebuild
index 8de370f..a9326a4 100644
--- a/kde-apps/kopete/kopete-16.04.3.ebuild
+++ b/kde-apps/kopete/kopete-16.04.3.ebuild
@@ -97,7 +97,7 @@ COMMONDEPEND="
net-dns/libidn
sys-libs/zlib
)
-   yahoo? ( media-libs/jasper )
+   yahoo? ( media-libs/jasper:= )
 "
 RDEPEND="${COMMONDEPEND}
latex? (

diff --git a/kde-apps/kopete/kopete-16.08.2.ebuild 
b/kde-apps/kopete/kopete-16.08.2.ebuild
index f23beed..e0f9741 100644
--- a/kde-apps/kopete/kopete-16.08.2.ebuild
+++ b/kde-apps/kopete/kopete-16.08.2.ebuild
@@ -97,7 +97,7 @@ COMMONDEPEND="
net-dns/libidn
sys-libs/zlib
)
-   yahoo? ( media-libs/jasper )
+   yahoo? ( media-libs/jasper:= )
 "
 RDEPEND="${COMMONDEPEND}
latex? (



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

2016-11-12 Thread David Seifert
commit: 5b13d9f32d08eaf9a711ccba43cccbb136fa
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:36:30 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b13d9f3

dev-libs/DirectFB: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 dev-libs/DirectFB/DirectFB-1.7.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild 
b/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
index 68679a5..dd51191 100644
--- a/dev-libs/DirectFB/DirectFB-1.7.6.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.7.6.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,12 +46,12 @@ RDEPEND="
gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 )
imlib2? ( media-libs/imlib2 )
jpeg? ( virtual/jpeg:0= )
-   jpeg2k? ( media-libs/jasper[jpeg] )
+   jpeg2k? ( media-libs/jasper:=[jpeg] )
mad? ( media-libs/libmad )
mng? ( media-libs/libmng )
mpeg3? ( media-libs/libmpeg3 )
opengl? ( media-libs/mesa[gbm,egl?,gles2?] x11-libs/libdrm )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
sdl? ( media-libs/libsdl )
tiff? ( media-libs/tiff:0 )
timidity? (



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

2016-11-12 Thread David Seifert
commit: 202986b3553953ce10897909ef452b902ed2f2a5
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:51:04 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202986b3

kde-base/kdelibs: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 kde-base/kdelibs/kdelibs-4.14.24.ebuild | 6 +++---
 kde-base/kdelibs/kdelibs-4.14.25.ebuild | 6 +++---
 kde-base/kdelibs/kdelibs-4.14.26.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/kde-base/kdelibs/kdelibs-4.14.24.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.24.ebuild
index cfa1f60..843de71 100644
--- a/kde-base/kdelibs/kdelibs-4.14.24.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.24.ebuild
@@ -73,7 +73,7 @@ COMMONDEPEND="
bzip2? ( app-arch/bzip2 )
crypt? ( app-crypt/qca:2[qt4] )
fam? ( virtual/fam )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
kerberos? ( virtual/krb5 )
openexr? (
media-libs/openexr:=
@@ -82,8 +82,8 @@ COMMONDEPEND="
policykit? ( sys-auth/polkit-qt[qt4] )
spell? ( app-text/enchant )
ssl? (
-   libressl? ( dev-libs/libressl )
-   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
)
udev? ( virtual/udev )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )

diff --git a/kde-base/kdelibs/kdelibs-4.14.25.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.25.ebuild
index 9e506d7..efeb029 100644
--- a/kde-base/kdelibs/kdelibs-4.14.25.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.25.ebuild
@@ -73,7 +73,7 @@ COMMONDEPEND="
bzip2? ( app-arch/bzip2 )
crypt? ( app-crypt/qca:2[qt4] )
fam? ( virtual/fam )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
kerberos? ( virtual/krb5 )
openexr? (
media-libs/openexr:=
@@ -82,8 +82,8 @@ COMMONDEPEND="
policykit? ( sys-auth/polkit-qt[qt4] )
spell? ( app-text/enchant )
ssl? (
-   libressl? ( dev-libs/libressl )
-   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
)
udev? ( virtual/udev )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )

diff --git a/kde-base/kdelibs/kdelibs-4.14.26.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.26.ebuild
index ef23105..23d5764 100644
--- a/kde-base/kdelibs/kdelibs-4.14.26.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.26.ebuild
@@ -73,7 +73,7 @@ COMMONDEPEND="
bzip2? ( app-arch/bzip2 )
crypt? ( app-crypt/qca:2[qt4] )
fam? ( virtual/fam )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
kerberos? ( virtual/krb5 )
openexr? (
media-libs/openexr:=
@@ -82,8 +82,8 @@ COMMONDEPEND="
policykit? ( sys-auth/polkit-qt[qt4] )
spell? ( app-text/enchant )
ssl? (
-   libressl? ( dev-libs/libressl )
-   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
)
udev? ( virtual/udev )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )



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

2016-11-12 Thread David Seifert
commit: ce983783356cf5266b3feb0a466e1601f3f35daf
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 21:59:30 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:35:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce983783

media-gfx/dcraw: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-gfx/dcraw/dcraw-9.24.4.ebuild | 8 
 media-gfx/dcraw/dcraw-9.25.0.ebuild | 6 +++---
 media-gfx/dcraw/dcraw-9.26.0.ebuild | 6 +++---
 media-gfx/dcraw/dcraw-9.27.0.ebuild | 4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/dcraw/dcraw-9.24.4.ebuild 
b/media-gfx/dcraw/dcraw-9.24.4.ebuild
index a37fcab..77214e0 100644
--- a/media-gfx/dcraw/dcraw-9.24.4.ebuild
+++ b/media-gfx/dcraw/dcraw-9.24.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 inherit eutils readme.gentoo toolchain-funcs
 
-DESCRIPTION="Converts the native (RAW) format of various digital cameras into 
netpbm portable pixmap (.ppm) image"
+DESCRIPTION="Command-line decoder for raw digital photos"
 HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/";
 SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
mirror://gentoo/parse-1.73.tar.bz2
@@ -18,9 +18,9 @@ LANGS=" ca cs de da eo es fr hu it nl pl pt ru sv zh_CN zh_TW"
 IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 
 COMMON_DEPEND="
-   jpeg? ( virtual/jpeg )
+   jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
gimp? ( media-gfx/gimp )
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/media-gfx/dcraw/dcraw-9.25.0.ebuild 
b/media-gfx/dcraw/dcraw-9.25.0.ebuild
index e1e6dc0..f33f981 100644
--- a/media-gfx/dcraw/dcraw-9.25.0.ebuild
+++ b/media-gfx/dcraw/dcraw-9.25.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 inherit eutils readme.gentoo toolchain-funcs
 
-DESCRIPTION="Converts the native (RAW) format of various digital cameras into 
netpbm portable pixmap (.ppm) image"
+DESCRIPTION="Command-line decoder for raw digital photos"
 HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/";
 SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
mirror://gentoo/parse-1.73.tar.bz2
@@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 COMMON_DEPEND="
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
gimp? ( media-gfx/gimp )
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/media-gfx/dcraw/dcraw-9.26.0.ebuild 
b/media-gfx/dcraw/dcraw-9.26.0.ebuild
index e1e6dc0..f33f981 100644
--- a/media-gfx/dcraw/dcraw-9.26.0.ebuild
+++ b/media-gfx/dcraw/dcraw-9.26.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 inherit eutils readme.gentoo toolchain-funcs
 
-DESCRIPTION="Converts the native (RAW) format of various digital cameras into 
netpbm portable pixmap (.ppm) image"
+DESCRIPTION="Command-line decoder for raw digital photos"
 HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/";
 SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
mirror://gentoo/parse-1.73.tar.bz2
@@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 COMMON_DEPEND="
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
gimp? ( media-gfx/gimp )
 "
 DEPEND="${COMMON_DEPEND}

diff --git a/media-gfx/dcraw/dcraw-9.27.0.ebuild 
b/media-gfx/dcraw/dcraw-9.27.0.ebuild
index ae6469d..f33f981 100644
--- a/media-gfx/dcraw/dcraw-9.27.0.ebuild
+++ b/media-gfx/dcraw/dcraw-9.27.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit eutils readme.gentoo toolchain-funcs
 
-DESCRIPTION="command-line decoder for raw digital photos"
+DESCRIPTION="Command-line decoder for raw digital photos"
 HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/";
 SRC_URI="http://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz
mirror://gentoo/parse-1.73.tar.bz2
@@ -20,7 +20,7 @@ IUSE="nls gimp jpeg jpeg2k lcms ${LANGS// / linguas_}"
 COMMON_DEPEND="
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
gimp? ( media-gfx/gimp )
 "
 DEPEND="${COMMON_DEPEND}



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

2016-11-12 Thread David Seifert
commit: 424af4c683bba5e630379b5608261671cd3918f3
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:43:52 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424af4c6

media-libs/opencv: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-libs/opencv/opencv-2.4.12-r1.ebuild | 2 +-
 media-libs/opencv/opencv-3.1.0-r6.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/opencv/opencv-2.4.12-r1.ebuild 
b/media-libs/opencv/opencv-2.4.12-r1.ebuild
index 945956e..9eeddfd 100644
--- a/media-libs/opencv/opencv-2.4.12-r1.ebuild
+++ b/media-libs/opencv/opencv-2.4.12-r1.ebuild
@@ -46,7 +46,7 @@ RDEPEND="
)
java? ( >=virtual/jre-1.6:* )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
ieee1394? (
media-libs/libdc1394
sys-libs/libraw1394

diff --git a/media-libs/opencv/opencv-3.1.0-r6.ebuild 
b/media-libs/opencv/opencv-3.1.0-r6.ebuild
index a6adf6f..5c5c284 100644
--- a/media-libs/opencv/opencv-3.1.0-r6.ebuild
+++ b/media-libs/opencv/opencv-3.1.0-r6.ebuild
@@ -68,7 +68,7 @@ RDEPEND="
)
java? ( >=virtual/jre-1.6:* )
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper )
+   jpeg2k? ( media-libs/jasper:= )
ieee1394? (
media-libs/libdc1394
sys-libs/libraw1394



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

2016-11-12 Thread David Seifert
commit: 21880068263d96d081dd1f169f9966ecd5d90b31
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 22:34:54 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 23:36:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21880068

media-libs/gegl: Add subslot operator on media-libs/jasper

Package-Manager: portage-2.3.2

 media-libs/gegl/gegl-0.2.0-r2.ebuild | 6 +++---
 media-libs/gegl/gegl-0.3.0.ebuild| 2 +-
 media-libs/gegl/gegl-0.3.10.ebuild   | 2 +-
 media-libs/gegl/gegl-0.3.4.ebuild| 2 +-
 media-libs/gegl/gegl-0.3.8.ebuild| 2 +-
 media-libs/gegl/gegl-.ebuild | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/gegl/gegl-0.2.0-r2.ebuild 
b/media-libs/gegl/gegl-0.2.0-r2.ebuild
index 243b7e2..fec143c 100644
--- a/media-libs/gegl/gegl-0.2.0-r2.ebuild
+++ b/media-libs/gegl/gegl-0.2.0-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$
 
@@ -33,9 +33,9 @@ RDEPEND="
!libav? ( media-video/ffmpeg:0= )
)
jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
openexr? ( media-libs/openexr )
-   png? ( media-libs/libpng:0 )
+   png? ( media-libs/libpng:0= )
raw? ( =media-libs/libopenraw-0.0.9 )
sdl? ( media-libs/libsdl )
svg? ( >=gnome-base/librsvg-2.14:2 )

diff --git a/media-libs/gegl/gegl-0.3.0.ebuild 
b/media-libs/gegl/gegl-0.3.0.ebuild
index 9f4223b..6a01afa 100644
--- a/media-libs/gegl/gegl-0.3.0.ebuild
+++ b/media-libs/gegl/gegl-0.3.0.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
)
introspection? ( >=dev-libs/gobject-introspection-1.32 )
jpeg? ( virtual/jpeg:0= )
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
lcms? ( >=media-libs/lcms-2.2:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )
openexr? ( media-libs/openexr )

diff --git a/media-libs/gegl/gegl-0.3.10.ebuild 
b/media-libs/gegl/gegl-0.3.10.ebuild
index 2735eb1..3e7c741 100644
--- a/media-libs/gegl/gegl-0.3.10.ebuild
+++ b/media-libs/gegl/gegl-0.3.10.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
)
introspection? ( >=dev-libs/gobject-introspection-1.32:= )
virtual/jpeg:0=
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
lcms? ( >=media-libs/lcms-2.2:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )
openexr? ( media-libs/openexr:= )

diff --git a/media-libs/gegl/gegl-0.3.4.ebuild 
b/media-libs/gegl/gegl-0.3.4.ebuild
index 40a4972..1bccf85 100644
--- a/media-libs/gegl/gegl-0.3.4.ebuild
+++ b/media-libs/gegl/gegl-0.3.4.ebuild
@@ -50,7 +50,7 @@ RDEPEND="
)
introspection? ( >=dev-libs/gobject-introspection-1.32 )
virtual/jpeg:0=
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
lcms? ( >=media-libs/lcms-2.2:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )
openexr? ( media-libs/openexr )

diff --git a/media-libs/gegl/gegl-0.3.8.ebuild 
b/media-libs/gegl/gegl-0.3.8.ebuild
index 23e7f6e..ca035da 100644
--- a/media-libs/gegl/gegl-0.3.8.ebuild
+++ b/media-libs/gegl/gegl-0.3.8.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
)
introspection? ( >=dev-libs/gobject-introspection-1.32:= )
virtual/jpeg:0=
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
lcms? ( >=media-libs/lcms-2.2:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )
openexr? ( media-libs/openexr:= )

diff --git a/media-libs/gegl/gegl-.ebuild b/media-libs/gegl/gegl-.ebuild
index 616e1f9..63a4f1e 100644
--- a/media-libs/gegl/gegl-.ebuild
+++ b/media-libs/gegl/gegl-.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
)
introspection? ( >=dev-libs/gobject-introspection-1.32 )
jpeg? ( virtual/jpeg:0= )
-   jpeg2k? ( >=media-libs/jasper-1.900.1 )
+   jpeg2k? ( >=media-libs/jasper-1.900.1:= )
lcms? ( >=media-libs/lcms-2.2:2 )
lensfun? ( >=media-libs/lensfun-0.2.5 )
openexr? ( media-libs/openexr:= )



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

2016-11-12 Thread Andreas Hüttel
commit: b7b08d22d511291375ecab7fb0dd36effb7c4965
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 23:28:41 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:28:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b08d22

app-text/writerperfect: Add REQUIRED_USE, bug 599276

Package-Manager: portage-2.3.2

 app-text/writerperfect/writerperfect-0.9.5.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild 
b/app-text/writerperfect/writerperfect-0.9.5.ebuild
index d666f20..4ef421c 100644
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.5.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-linux ~x86-solaris"
 IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub +mwaw pagemaker 
+visio +wpd +wpg +wps"
 
-# FIXME: libepubgen, libeot, librvngabw
+# FIXME: libepubgen, librvngabw
 RDEPEND="
=app-text/libodfgen-0.1*
>=dev-libs/librevenge-0.0.1
@@ -36,6 +36,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
+REQUIRED_USE="
+   || ( abiword cdr ebook freehand keynote mspub mwaw pagemaker visio wpd 
wpg wps )
+"
+# configure fails if no import library is selected...
+
 src_configure() {
econf \
--disable-werror \



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

2016-11-12 Thread Andreas Hüttel
commit: 8591aa47bd05e42208d36ca282877a2b6862e61d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 23:21:59 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:21:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8591aa47

app-text/writerperfect: Add missing dependency

Package-Manager: portage-2.3.2

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

diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild 
b/app-text/writerperfect/writerperfect-0.9.5.ebuild
index de596c4..d666f20 100644
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ b/app-text/writerperfect/writerperfect-0.9.5.ebuild
@@ -17,6 +17,7 @@ IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub 
+mwaw pagemaker +visi
 RDEPEND="
=app-text/libodfgen-0.1*
>=dev-libs/librevenge-0.0.1
+   media-libs/libeot
abiword? ( =app-text/libabw-0.1* )
cdr? ( =media-libs/libcdr-0.1* )
ebook? ( =app-text/libebook-0.1* )



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

2016-11-12 Thread Andreas Hüttel
commit: 67adb6a84bf16648502a63f83ba2674767849e64
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 12 23:15:57 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 12 23:15:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67adb6a8

media-libs/libeot: New package, needed for app-text/writeperfect

Package-Manager: portage-2.3.2

 media-libs/libeot/Manifest   |  1 +
 media-libs/libeot/libeot-0.01.ebuild | 32 
 media-libs/libeot/libeot-.ebuild | 32 
 media-libs/libeot/metadata.xml   |  8 
 4 files changed, 73 insertions(+)

diff --git a/media-libs/libeot/Manifest b/media-libs/libeot/Manifest
new file mode 100644
index ..0739696
--- /dev/null
+++ b/media-libs/libeot/Manifest
@@ -0,0 +1 @@
+DIST libeot-0.01.tgz 38651 SHA256 
6f76f57b7819885e4dc4ca278eaef8ba332bef278ee757e3aea2b8d85d06b4bb SHA512 
ff8c3d92b948159171c76306d4a74758974c7ee26c801c5de48805f182b542015286b1e53cfc6dc4524494becb74fb55185701e06fc9be7c16f2d89ac0275941
 WHIRLPOOL 
38d1d7e0a5ccc3a3dd6e76423bc1ad18b11b10dcf3bd339f0aa657b96bafa565082a939680d9a0b9764099d34fb0813e3a4cea4217374ec437b371a897664776

diff --git a/media-libs/libeot/libeot-0.01.ebuild 
b/media-libs/libeot/libeot-0.01.ebuild
new file mode 100644
index ..e03d810
--- /dev/null
+++ b/media-libs/libeot/libeot-0.01.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/umanwizard/libeot.git";
+inherit eutils autotools
+[[ ${PV} ==  ]] && inherit git-r3
+
+DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded 
font 'standard')"
+HOMEPAGE="https://github.com/umanwizard/libeot";
+[[ ${PV} ==  ]] || 
SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}

diff --git a/media-libs/libeot/libeot-.ebuild 
b/media-libs/libeot/libeot-.ebuild
new file mode 100644
index ..e03d810
--- /dev/null
+++ b/media-libs/libeot/libeot-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGIT_REPO_URI="https://github.com/umanwizard/libeot.git";
+inherit eutils autotools
+[[ ${PV} ==  ]] && inherit git-r3
+
+DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded 
font 'standard')"
+HOMEPAGE="https://github.com/umanwizard/libeot";
+[[ ${PV} ==  ]] || 
SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+[[ ${PV} ==  ]] || \
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}

diff --git a/media-libs/libeot/metadata.xml b/media-libs/libeot/metadata.xml
new file mode 100644
index ..13ce236
--- /dev/null
+++ b/media-libs/libeot/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   off...@gentoo.org
+   Gentoo Office project
+   
+



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

2016-11-12 Thread Aric Belsito
commit: 2bc66dea9272f65bccac4291fc8ba6d4c04c7e52
Author: Aric Belsito  gmail  com>
AuthorDate: Sat Nov 12 22:52:42 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat Nov 12 22:52:42 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2bc66dea

app-emulation/qemu: Bump to 2.7.0-r7

More CVE patches.

 app-emulation/qemu/Manifest|   6 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9102.patch  |  21 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9103.patch  |  27 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9104.patch  |  92 +++
 .../qemu/files/qemu-2.7.0-CVE-2016-9105.patch  |  25 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9106.patch  |  27 +
 app-emulation/qemu/qemu-2.7.0-r7.ebuild| 714 +
 7 files changed, 912 insertions(+)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 3b5e653..9e5c8db 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -28,8 +28,14 @@ AUX qemu-2.7.0-CVE-2016-8669-1.patch 911 SHA256 
ad841a34490a02123df31aef5a0b9d31
 AUX qemu-2.7.0-CVE-2016-8669-2.patch 1037 SHA256 
176a35f5191023ad665cb4019663618d48948b174b16888776245d1a001ec186 SHA512 
82a71c9566f37aceffbbaa45547bc686c028353a1845bd63e49550e71201921bc2fb9793077fc1fc74d77417da84dae71e0862243acbb3d900db258a343b8ede
 WHIRLPOOL 
f489c52bf2ca6e434695a5ca12af64a83e6534536c07b02c54f82c72e59e3f026e6a9fd9cec5eb62e2cf8d009f878ac1015f58d9f5ba725a03e1e194c4abc96c
 AUX qemu-2.7.0-CVE-2016-8909.patch 980 SHA256 
989210bfac97091e67fbe973be7a6d8aa0e6411069904a07f7c57c67e8539bb8 SHA512 
23a1cfa4f257e598152d92e11d94e88c52b3702aa585fba3a71340ee16dfbd29234d6e5c81613ea71b64cead8dcdbb536246096b1c374290aa39871daacb25af
 WHIRLPOOL 
9909ed14f5fa4a1d2ea0f8bb13f5a0e08e2f7888078e1f5b4cfaf381ccabeac22c998c9785efee6a307dbeed45801d8354650c18c6920bfb13da030127d9da7e
 AUX qemu-2.7.0-CVE-2016-8910.patch 848 SHA256 
919e566e98434486f89ecfc3158ccee59c5bbdf3848b2a668136901871f5f1ab SHA512 
1f695ebc2f10b2cda5a9b93c097adb49858af94817c14a406c7d26edd42353c776b0afc4779bc1c6f930dadcf450906924f8080ca5c87eb7c7e6b5694464dc7e
 WHIRLPOOL 
574900ab3eca13429769c7e2b56fd4e4b1220800b2e5bc933eef502c633614eab22cba6af4fdd1fd55e3a7e70d3d5ead1cb1970f8211b5f4fc43e3d782865f1b
+AUX qemu-2.7.0-CVE-2016-9102.patch 739 SHA256 
ae425fbbaf6dedcf6eabe3d1f0bd300be70550f7bd77290536617372eed96766 SHA512 
dbf40c7f0a055d10fbb5d02b21e8c3f62dc9bb2718639eb3dec007ba610aa0a045c1a449a7b3aa02a21056807a25d6e523eb782d79b2a249df1258af1dadefad
 WHIRLPOOL 
89ea3815b9d744a98ff49df65a514a20966c7ada508e33dbc73704d60c75c48f6f544bf658180a2b73ca612bcc62e2e146b0efdbbc51456ba81518c5b28c80dc
+AUX qemu-2.7.0-CVE-2016-9103.patch 1002 SHA256 
009696b3403c0481223fac6bc93976fc85727eeb0716a9e19545e8ac4da95e8d SHA512 
0f47c2d13cbda36a7796773150865001060e4b530d76ca6b0c46d1041108a57830939b0dc7cdc960ccc705bcd463dd57505d748edf36610d7de2af2560e62597
 WHIRLPOOL 
8d4cb500025f59075a1038cefe0c8ccd063282527b35873cdd9d29ba58cdaa3fc285d5191657ecdef2b056a017f89d8f66f4a544f201e5952426d6dd619b23ba
+AUX qemu-2.7.0-CVE-2016-9104.patch 2890 SHA256 
7ba38b43519eb8f9c8c70daaa1705c01a331cbb98b4d4f8eeed31da207f3a13b SHA512 
7f6d84f12e8372b72fe4db8e47064ecc7ea0698bb7c5dc0285316354461edb35e01ba76a6e16c1bf7e03d5f0070822f4bb61655e44af5536ee81970b4ff937e0
 WHIRLPOOL 
3f8e973cf28040422d25394b14f3b99894796b64408a3c15957d628d74076bc1e577ea2e2803e428d85b94607c74f81d23219d9487aa0085a80a2e89d78a5829
+AUX qemu-2.7.0-CVE-2016-9105.patch 610 SHA256 
f4303796ece1e46f6e622e8cd0c9029daa0a6ed29ef630a0c64a5c595dbeb1b3 SHA512 
1ab19ef861b6fe55017d02b7cbf24ad60776ed64e052d6e1b670c9aac7e312207718fcf601e9dba4bdd2c9104b9be25bcf0055b42e080b1f8abf9bc3f7db0b36
 WHIRLPOOL 
07fe76de2d2d68bcd091e90cc9578b17d5a8ad12ab316683d6e4badea443d08e08060a4e206f555c88b60b0a45f4ba49c9d11f42ee44b5b43200843c37329dad
+AUX qemu-2.7.0-CVE-2016-9106.patch 835 SHA256 
594213b4200ae109dfbc6ec8e536d275d798c756a25e130a86972c514730f541 SHA512 
6a3249f47fecdbe28eec496eb1284296d04d9e75efab21ab226d6ef2d5254bd85a44aa08879b1922682b65b5bce2e699ccaafa3a2b8b6f60ccbc84432bc599cd
 WHIRLPOOL 
b80c2787cbe71f416a7ea2aa39e800922b0a8a410eacb038d0163dfbb91f6a41cc2ae5afb010a7395ef17207e6b1acda34cddd9ff9d1ab035330ade6334e8b8c
 AUX qemu-2.7.0-configure-ifunc.patch 517 SHA256 
40f6183f1f490216855e83cf03bf21ec8d23786acf83cda21292fea92776d898 SHA512 
e34476b5fc5039091862dc9e93c47b69e203e7e394092e7e0bda467b7523e0b5b743c2c6eaf1f36fad3ee743278e321a50d356b6365e2340280556ca6d9b32ad
 WHIRLPOOL 
cb6f92a70f91557f14a0f6719d1b3a4dee9cfcb5c34aa897eee0ad48d13c45255252666d826ce00f3183da86b9b265e0dd93aa9b85210cde2a7ce3de56644e59
 AUX qemu-binfmt.initd-r1 7966 SHA256 
5b4b432aa1e44f387c9eb789de0ec6322741fd36dd241f76520f17c6cd6ac49b SHA512 
2ba0bff6eb2b6bac4ed440f793771ce9551cad48e38bddb6cf04f804faac2407e80879f66771910344ddcea45f0014095dcc8bfeb0aad5085ef048fd3612dbd8
 WHIRLPOOL 
a2a1fb830a970757d1e203378c7d382b161b1040f3b8aaf0f22bb3b5e46467eff395474ff40d93c9f133bab307b345a6f75d63eae9f8dd8daf67324db41032

[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2016-11-12 Thread Andreas Hüttel
commit: 0f7abec810748c760098c211591b0164e5a52866
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Sat Nov 12 10:13:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Nov 12 22:51:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7abec8

net-print/cups-filters: depend on app-text/mupdf

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

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 net-print/cups-filters/cups-filters-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-print/cups-filters/cups-filters-.ebuild 
b/net-print/cups-filters/cups-filters-.ebuild
index 30346ba..36d27db 100644
--- a/net-print/cups-filters/cups-filters-.ebuild
+++ b/net-print/cups-filters/cups-filters-.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
 IUSE="dbus +foomatic jpeg ldap perl png +postscript static-libs tiff zeroconf"
 
 RDEPEND="
+   app-text/mupdf
postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
>=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
>=app-text/qpdf-3.0.2:=



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

2016-11-12 Thread Kent Fredric
commit: 143ba751150cb2c4e49eadc15722a71115c340a9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 12 18:45:28 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 12 22:30:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143ba751

dev-python/kitchen: Added at 1.2.4

Required for dev-python/fedmsg

Package-Manager: portage-2.3.2

 dev-python/kitchen/Manifest |  1 +
 dev-python/kitchen/kitchen-1.2.4.ebuild | 17 +
 dev-python/kitchen/metadata.xml | 11 +++
 3 files changed, 29 insertions(+)

diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest
new file mode 100644
index ..f11e89d
--- /dev/null
+++ b/dev-python/kitchen/Manifest
@@ -0,0 +1 @@
+DIST kitchen-1.2.4.tar.gz 187149 SHA256 
38f73d844532dba7b8cce170e6eb032fc07d0d04a07670e1af754bd4c91dfb3d SHA512 
790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d
 WHIRLPOOL 
d9864ac07bb391df82049ffcd98f82a2013f6f28056ab19a7d17c59c8c345b64a0090eeac197313930391547f12412a68d1c794690798b4c434a840c5fb685a0

diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild 
b/dev-python/kitchen/kitchen-1.2.4.ebuild
new file mode 100644
index ..2dc4187
--- /dev/null
+++ b/dev-python/kitchen/kitchen-1.2.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="A cornucopia of useful code"
+HOMEPAGE="https://fedorahosted.org/kitchen/ 
https://pypi.python.org/pypi/kitchen";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

diff --git a/dev-python/kitchen/metadata.xml b/dev-python/kitchen/metadata.xml
new file mode 100644
index ..7b20850
--- /dev/null
+++ b/dev-python/kitchen/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ken...@gentoo.org
+   Kent Fredric
+   
+   
+   pyt...@gentoo.org
+   
+



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

2016-11-12 Thread Kent Fredric
commit: 38ba232d7890c519cbdee4dd9d2cebdf8a60da14
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 12 20:59:15 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 12 22:30:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ba232d

dev-python/fedmsg: Added at version 0.18.0

Configuration optimised for making anitya
(https://release-monitoring.org) work out of the box: This includes
disabling verification by default, as its currently impossible to
get x509 verification working on Python 3.5

People who want signature verification enabled are encouraged to
install for python 2.7, and RDEPEND is configured to automatically
pull in m2crypto if you opt to build for python 2.7

However, getting it working will still require m2ext being added to
tree somewhere, which is dubious given m2ext hasn't been touched
since 2012

Package-Manager: portage-2.3.2

 dev-python/fedmsg/Manifest |  1 +
 dev-python/fedmsg/fedmsg-0.18.0.ebuild | 36 
 dev-python/fedmsg/files/0.18.0-endpoints.patch | 39 ++
 dev-python/fedmsg/files/0.18.0-no_signatures.patch | 29 
 dev-python/fedmsg/metadata.xml | 11 ++
 5 files changed, 116 insertions(+)

diff --git a/dev-python/fedmsg/Manifest b/dev-python/fedmsg/Manifest
new file mode 100644
index ..0b4dcf1
--- /dev/null
+++ b/dev-python/fedmsg/Manifest
@@ -0,0 +1 @@
+DIST fedmsg-0.18.0.tar.gz 539333 SHA256 
63ae0dd33032adbadbb710f5dc6aa03c6d60807bbce43c79a64e9ce8313cf307 SHA512 
a103ef1aca70ccbf2a8dcbc5832cc09116969e201fd8129ca6ad9cb2c0075fcad700c210773251740e1568346abc1109948fd123f8bde70204bc08d638ead8d5
 WHIRLPOOL 
bf0b3b10c5cf25c7722ce8403039ffa9c6367f0b6e3336f635f53ccd61a0720026472ef193e176427889cf2210299d00db9a93213e702e7ade7d7261595a55e3

diff --git a/dev-python/fedmsg/fedmsg-0.18.0.ebuild 
b/dev-python/fedmsg/fedmsg-0.18.0.ebuild
new file mode 100644
index ..cb5937d
--- /dev/null
+++ b/dev-python/fedmsg/fedmsg-0.18.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+inherit distutils-r1
+
+DESCRIPTION="Fedora Messaging Client API"
+HOMEPAGE="http://www.fedmsg.com/ https://pypi.python.org/pypi/fedmsg";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${PV}-endpoints.patch"
+ "${FILESDIR}/${PV}-no_signatures.patch" )
+RDEPEND="
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   dev-python/kitchen[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/m2crypto[${PYTHON_USEDEP}]' 
'python2*')
+"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   insinto /etc/
+   doins -r "${S}/fedmsg.d"
+}

diff --git a/dev-python/fedmsg/files/0.18.0-endpoints.patch 
b/dev-python/fedmsg/files/0.18.0-endpoints.patch
new file mode 100644
index ..857f683
--- /dev/null
+++ b/dev-python/fedmsg/files/0.18.0-endpoints.patch
@@ -0,0 +1,39 @@
+From 8bc5cbaa977b8de962f68ef84f6c8fadcb369c85 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 13 Nov 2016 09:12:20 +1300
+Subject: [PATCH 1/2] Adjust endpoints to be more suited to gentoo users
+
+---
+ fedmsg.d/endpoints.py | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/fedmsg.d/endpoints.py b/fedmsg.d/endpoints.py
+index 72c182a..c4eab16 100644
+--- a/fedmsg.d/endpoints.py
 b/fedmsg.d/endpoints.py
+@@ -24,15 +24,15 @@ config = dict(
+ endpoints={
+ # These are here so your local box can listen to the upstream
+ # infrastructure's bus.  Cool, right?  :)
+-"fedora-infrastructure": [
+-"tcp://hub.fedoraproject.org:9940",
+-#"tcp://stg.fedoraproject.org:9940",
+-],
++#"fedora-infrastructure": [
++#"tcp://hub.fedoraproject.org:9940",
++##"tcp://stg.fedoraproject.org:9940",
++#],
+ #"debian-infrastructure": [
+ #"tcp://fedmsg.olasd.eu:9940",
+ #],
+-#"anitya-public-relay": [
+-#"tcp://release-monitoring.org:9940",
+-#],
++"anitya-public-relay": [
++"tcp://release-monitoring.org:9940",
++],
+ },
+ )
+-- 
+2.10.2
+

diff --git a/dev-python/fedmsg/files/0.18.0-no_signatures.patch 
b/dev-python/fedmsg/files/0.18.0-no_signatures.patch
new file mode 100644
index ..8be69ad
--- /dev/null
+++ b/dev-python/fedmsg/files/0.18.0-no_signatures.patch
@@ -0,0 +1,29 @@
+From 8f61441ba94f7f0bd2b2a1c900e20db038b7085f Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 1

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/zookeepercli/

2016-11-12 Thread Zac Medico
commit: 58420ed207dc5509aa97cc81bea75009d1e2ceae
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Nov 12 22:17:02 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Nov 12 22:18:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58420ed2

sys-cluster/zookeepercli: skip useless files /usr/lib/go-gentoo

Nothing used the files in /usr/lib/go-gentoo anyway.

Package-Manager: portage-2.3.2

 sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild | 18 --
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild 
b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
index eacef9f..82a8775 100644
--- a/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
+++ b/sys-cluster/zookeepercli/zookeepercli-1.0.10.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit golang-build
+EAPI=6
 
 KEYWORDS="~amd64"
 EGO_PN="github.com/outbrain/zookeepercli/..."
@@ -14,7 +13,7 @@ 
https://github.com/samuel/go-zookeeper/archive/218e9c81c0dd8b3b18172b2bbfad92cc7
 DESCRIPTION="Simple, lightweight, dependable CLI for ZooKeeper"
 HOMEPAGE="https://${EGO_PN%/*}";
 LICENSE="Apache-2.0"
-SLOT="0/${PVR}"
+SLOT="0"
 IUSE=""
 
 get_archive_go_package() {
@@ -51,20 +50,11 @@ src_unpack() {
 }
 
 src_compile() {
-   GOPATH="${WORKDIR}/${P}" \
+   GOPATH="${S}" \
go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
 }
 
 src_install() {
+   dobin bin/${PN}
dodoc README.md
-   golang_install_pkgs
-}
-
-golang_install_pkgs() {
-   insopts -m0644 -p # preserve timestamps for bug 551486
-   dobin "${S}/bin/zookeepercli"
-   insinto "$(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go 
env GOARCH)/${EGO_PN%/*}")"
-   doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}
-   insinto "$(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")"
-   doins -r "${S}"/src/${EGO_PN%/*}
 }



[gentoo-commits] repo/gentoo:master commit in: sys-fs/btrfs-progs/files/, sys-fs/btrfs-progs/

2016-11-12 Thread Sergei Trofimovich
commit: 509eea34f1c8c957cb21d34df0588ea0ca13e2eb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 12 22:09:28 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 12 22:09:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509eea34

sys-fs/btrfs-progs: bump up to 4.8.3

Package-Manager: portage-2.3.2

 sys-fs/btrfs-progs/Manifest|  1 +
 sys-fs/btrfs-progs/btrfs-progs-4.8.3.ebuild| 96 ++
 .../files/btrfs-progs-4.8.3-fix-ioctl-again.patch  |  9 ++
 3 files changed, 106 insertions(+)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index a26efc7..bfff8dc 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -12,3 +12,4 @@ DIST btrfs-progs-v4.5.3.tar.xz 1207344 SHA256 
e6e79608d81ccda62ad877c20e4d0868dc
 DIST btrfs-progs-v4.6.1.tar.xz 1281240 SHA256 
4ed15ccd0fa730c13e52fb930141a0d3f300f2bb34cb1366b32d093eaaa18919 SHA512 
7bdf350a3051326f495e1694e11b27b830dce219ddbb0a805f1916f5deecdbd5332c3cd8abe36296832e196eee45e4cdc4695e99e186a51b85ec8b9f6ff5381d
 WHIRLPOOL 
d7c06549947278002c4de91f47b2b85d93a714bf1e984ce2b4d7321bcb8b0a11dd60cd84e070c382f61e67e919d3cbc88a723aaa5ab42806ecbe65ae01c4ae34
 DIST btrfs-progs-v4.7.3.tar.xz 1341512 SHA256 
90cd6f0ce5a8bed5fcd6ea8a70d81de4a038163035d48a9ae0339bbf51df771c SHA512 
2609bfa90483a14daf33b77f4f1560ca75de602ad3d4ce705a95f1aebbec016574db91b0287287622e49d199507c90243eb6739bb5719a5f99557f8f3e8e2c1a
 WHIRLPOOL 
819879310484ba70d96f5492aca5463e5ba0c646dbd5e4b4ca797b76c754a352753641ef4d0f4ffe0109d07c72d99be5a2b1c749b1f03225cd582a83c9cf0d5a
 DIST btrfs-progs-v4.8.1.tar.xz 1348472 SHA256 
836e6d707abfc155319c072f53d296261cbd17f0e03484a3694b8af48640db83 SHA512 
43738c21b7c066fc13af742f61aad54572d5c293acb98915a2aa0ba6ec0e32022bf663155d77435d1179f05fb75b97bd0aba28da2ade04b596ef5348e8b5415c
 WHIRLPOOL 
d4b1e4c5ca0c826394b5d95ea92e27f0c625a0f5c940bdd88e310a7328f4ad77b4060f5f61d4b05ef03705fe605591dc7ae6c9368f37aa73b69fedee0ed0d448
+DIST btrfs-progs-v4.8.3.tar.xz 1396920 SHA256 
c1a60c317d2fcaf8420779d2d0717ae53882c2bc22bc44e3bdcd5efb7ca68ef2 SHA512 
bf6ed0269823bfe385659f652bcc18c76c3cac3ca6f04f76f1ebe1fd5e2212884edeed7f5649979f8d83745256e9555c038eb6713b262759ee424bb9f6f0f4ac
 WHIRLPOOL 
4a4b20308e08ed85f73d70e95f0f971965a7e8abae35e12769a4c697f0f1502cc070240b5319579adf3f8565cf669acdf4b5aa32dfca77148b8f23bd97349f76

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.8.3.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.8.3.ebuild
new file mode 100644
index ..821602d
--- /dev/null
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.8.3.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+libbtrfs_soname=0
+
+if [[ ${PV} !=  ]]; then
+   MY_PV=v${PV}
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz";
+   S="${WORKDIR}"/${PN}-${MY_PV}
+else
+   WANT_LIBTOOL=none
+   inherit autotools git-r3
+   EGIT_REPO_URI="git://repo.or.cz/btrfs-progs-unstable/devel.git"
+   EGIT_BRANCH="devel"
+fi
+
+DESCRIPTION="Btrfs filesystem utilities"
+HOMEPAGE="https://btrfs.wiki.kernel.org";
+
+LICENSE="GPL-2"
+SLOT="0/${libbtrfs_soname}"
+IUSE="+convert static static-libs"
+
+RESTRICT=test # tries to mount repared filesystems
+
+RDEPEND="
+   dev-libs/lzo:2=
+   sys-apps/util-linux:0=[static-libs(+)?]
+   sys-libs/zlib:0=
+   convert? (
+   sys-fs/e2fsprogs:0=
+   sys-libs/e2fsprogs-libs:0=
+   )
+"
+DEPEND="${RDEPEND}
+   convert? ( sys-apps/acl )
+   >=app-text/asciidoc-8.6.0
+   app-text/docbook-xml-dtd:4.5
+   app-text/xmlto
+   static? (
+   dev-libs/lzo:2[static-libs(+)]
+   sys-apps/util-linux:0[static-libs(+)]
+   sys-libs/zlib:0[static-libs(+)]
+   convert? (
+   sys-fs/e2fsprogs:0[static-libs(+)]
+   sys-libs/e2fsprogs-libs:0[static-libs(+)]
+   )
+   )
+"
+
+if [[ ${PV} ==  ]]; then
+   DEPEND+=" sys-devel/gnuconfig"
+fi
+
+PATCHES=("${FILESDIR}"/${P}-fix-ioctl-again.patch)
+
+src_prepare() {
+   default
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   mkdir config || die
+   local automakedir="$(autotools_run_tool --at-output automake 
--print-libdir)"
+   [[ -e ${automakedir} ]] || die "Could not locate automake 
directory"
+   ln -s "${automakedir}"/install-sh config/install-sh || die
+   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.guess 
config/config.guess || die
+   ln -s "${EPREFIX}"/usr/share/gnuconfig/config.sub 
config/config.sub || die
+   fi
+}
+
+src_configure() {
+   local mye

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

2016-11-12 Thread Sebastian Pipping
commit: 94f34462e3a4685612eaaf4dcd22d7ab6410250a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 12 20:20:22 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Nov 12 20:56:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f34462

dev-util/gprof2dot: remove unused patch

 .../files/gprof2dot-0_p20100216-python3.patch  | 489 -
 1 file changed, 489 deletions(-)

diff --git a/dev-util/gprof2dot/files/gprof2dot-0_p20100216-python3.patch 
b/dev-util/gprof2dot/files/gprof2dot-0_p20100216-python3.patch
deleted file mode 100644
index 875ccbc..
--- a/dev-util/gprof2dot/files/gprof2dot-0_p20100216-python3.patch
+++ /dev/null
@@ -1,489 +0,0 @@
-From 6087a16e81d5c41647e05291dd25bb6eac9493eb Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Fri, 5 Nov 2010 18:10:29 +0100
-Subject: [PATCH] Support both Python 2.x and 3.x
-

- gprof2dot.py |  138 ++
- 1 files changed, 81 insertions(+), 57 deletions(-)
-
-diff --git a/gprof2dot.py b/gprof2dot.py
-index bf0aba8..888081f 100755
 a/gprof2dot.py
-+++ b/gprof2dot.py
-@@ -32,6 +32,27 @@ import optparse
- import xml.parsers.expat
- 
- 
-+# Python 2.x/3.x compatibility
-+if sys.version_info[0] == 3:
-+PYTHON_3 = True
-+def compat_iteritems(x): return x.items()  # No iteritems() in Python 3
-+def compat_itervalues(x): return x.values()  # No itervalues() in Python 3
-+def compat_keys(x): return list(x.keys())  # keys() is a generator in 
Python 3
-+compat_basestring = str  # No class basestring in Python 3
-+
-+CALL_TIMES_FORMAT = "%u\xd7"  # All strings are unicode in Python 3, no 
u"" marking
-+else:
-+PYTHON_3 = False
-+def compat_iteritems(x): return x.iteritems()
-+def compat_itervalues(x): return x.itervalues()
-+def compat_keys(x): return x.keys()
-+compat_basestring = basestring
-+
-+# u"" strings not supported in Python 3
-+# By using eval() we don't get a syntax error
-+CALL_TIMES_FORMAT = eval('u"%u\xd7"')
-+
-+
- try:
- # Debugging helper module
- import debug
-@@ -40,7 +61,7 @@ except ImportError:
- 
- 
- def times(x):
--return u"%u\xd7" % (x,)
-+return CALL_TIMES_FORMAT % (x,)
- 
- def percentage(p):
- return "%.02f%%" % (p*100.0,)
-@@ -236,8 +257,8 @@ class Profile(Object):
- def validate(self):
- """Validate the edges."""
- 
--for function in self.functions.itervalues():
--for callee_id in function.calls.keys():
-+for function in compat_itervalues(self.functions):
-+for callee_id in compat_keys(function.calls):
- assert function.calls[callee_id].callee_id == callee_id
- if callee_id not in self.functions:
- sys.stderr.write('warning: call to undefined function %s 
from function %s\n' % (str(callee_id), function.name))
-@@ -248,11 +269,11 @@ class Profile(Object):
- 
- # Apply the Tarjan's algorithm successively until all functions are 
visited
- visited = set()
--for function in self.functions.itervalues():
-+for function in compat_itervalues(self.functions):
- if function not in visited:
- self._tarjan(function, 0, [], {}, {}, visited)
- cycles = []
--for function in self.functions.itervalues():
-+for function in compat_itervalues(self.functions):
- if function.cycle is not None and function.cycle not in cycles:
- cycles.append(function.cycle)
- self.cycles = cycles
-@@ -275,7 +296,7 @@ class Profile(Object):
- order += 1
- pos = len(stack)
- stack.append(function)
--for call in function.calls.itervalues():
-+for call in compat_itervalues(function.calls):
- callee = self.functions[call.callee_id]
- # TODO: use a set to optimize lookup
- if callee not in orders:
-@@ -299,10 +320,10 @@ class Profile(Object):
- for cycle in self.cycles:
- cycle_totals[cycle] = 0.0
- function_totals = {}
--for function in self.functions.itervalues():
-+for function in compat_itervalues(self.functions):
- function_totals[function] = 0.0
--for function in self.functions.itervalues():
--for call in function.calls.itervalues():
-+for function in compat_itervalues(self.functions):
-+for call in compat_itervalues(function.calls):
- if call.callee_id != function.id:
- callee = self.functions[call.callee_id]
- function_totals[callee] += call[event]
-@@ -310,8 +331,8 @@ class Profile(Object):
- cycle_totals[callee.cycle] += call[event]
- 
- # Compute the ratios
--for function in self.functions.itervalues():
--for call in function.calls.i

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

2016-11-12 Thread Sebastian Pipping
commit: c4cf7223d2121e1390af490b9850ba242c1fdf3e
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Nov 12 20:20:53 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Nov 12 20:56:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cf7223

dev-vcs/rsvndump: remove unused patches

 .../rsvndump/files/rsvndump-0.5.6-compile-flags.patch  | 18 --
 dev-vcs/rsvndump/files/rsvndump-disable-man.patch  | 12 
 2 files changed, 30 deletions(-)

diff --git a/dev-vcs/rsvndump/files/rsvndump-0.5.6-compile-flags.patch 
b/dev-vcs/rsvndump/files/rsvndump-0.5.6-compile-flags.patch
deleted file mode 100644
index 582580d..
--- a/dev-vcs/rsvndump/files/rsvndump-0.5.6-compile-flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 rsvndump-0.5.6/configure.ac2011-07-18 00:56:16.857098428 +0200
-+++ rsvndump-0.5.6/configure.ac2011-07-18 00:57:01.654538381 +0200
-@@ -20,11 +20,11 @@
- AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug], [Turn on 
debugging])], [debug="$enableval"], [debug="no"])
- AM_CONDITIONAL([DEBUG], [test "x$debug" = "xyes"])
- if test "x$debug" = "xyes"; then
--  CXXFLAGS="-O0 -g -DDEBUG"
--  CFLAGS="-O0 -g -DDEBUG"
-+  CXXFLAGS="${CXXFLAGS} -O0 -g -DDEBUG"
-+  CFLAGS="${CFLAGS} -O0 -g -DDEBUG"
- else
--  CXXFLAGS="-O2 -DNDEBUG"
--  CFLAGS="-O2 -DNDEBUG"
-+  CXXFLAGS="-O2 ${CXXFLAGS} -DNDEBUG"
-+  CFLAGS="-O2 ${CFLAGS} -DNDEBUG"
- fi
- 
- # Checks for programs.

diff --git a/dev-vcs/rsvndump/files/rsvndump-disable-man.patch 
b/dev-vcs/rsvndump/files/rsvndump-disable-man.patch
deleted file mode 100644
index 4df8641..
--- a/dev-vcs/rsvndump/files/rsvndump-disable-man.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -auNr rsvndump-0.5.2.orig/configure.ac rsvndump-0.5.2.new/configure.ac
 rsvndump-0.5.2.orig/configure.ac   2009-07-17 01:13:04.0 +0300
-+++ rsvndump-0.5.2.new/configure.ac2009-08-03 13:21:41.0 +0300
-@@ -15,7 +15,7 @@
- 
- # Optional features
- USE_MAN="no"
--AC_ARG_ENABLE(man, [  --enable-mangenerate the man page], 
USE_MAN="yes", USE_MAN="no")
-+AC_ARG_ENABLE(man, [  --enable-mangenerate the man page], 
USE_MAN="$enableval", USE_MAN="no")
- USE_UT="no"
- AC_ARG_ENABLE(tests, [  --enable-tests  enable unit tests], 
USE_UT="yes", USE_UT="no")
- 



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

2016-11-12 Thread Michał Górny
commit: 9895ab69af4b836dc08efea8b71e53ed4074503a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 20:24:40 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 20:28:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9895ab69

net-misc/aria2: Update HOMEPAGE & SRC_URI

 net-misc/aria2/aria2-1.28.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/aria2/aria2-1.28.0.ebuild 
b/net-misc/aria2/aria2-1.28.0.ebuild
index 38d2f53..0d37d73 100644
--- a/net-misc/aria2/aria2-1.28.0.ebuild
+++ b/net-misc/aria2/aria2-1.28.0.ebuild
@@ -7,8 +7,8 @@ EAPI="6"
 inherit bash-completion-r1
 
 DESCRIPTION="A download utility with segmented downloading with BitTorrent 
support"
-HOMEPAGE="http://aria2.sourceforge.net/";
-SRC_URI="https://github.com/tatsuhiro-t/${PN}/releases/download/release-${PV}/${P}.tar.xz";
+HOMEPAGE="https://aria2.github.io/";
+SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"



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

2016-11-12 Thread Manuel Rüger
commit: f212e21413291baefdb55b9689d90d751508b9d9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Nov 12 19:36:35 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Nov 12 19:36:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f212e214

app-emulation/docker-swarm: Fix SRC_URI

Package-Manager: portage-2.3.2

 app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild 
b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
index 213ad3f..7837458 100644
--- a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
+++ b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 KEYWORDS="~amd64"
 EGO_PN=github.com/docker/${PN##*-}/...
-SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
+SRC_URI="https://${EGO_PN%/*}/archive/${PV}.tar.gz -> ${P}.tar.gz
https://github.com/gogo/protobuf/archive/v0.3.tar.gz -> 
gogo-protobuf-0.3.tar.gz
https://github.com/gemnasium/logrus-airbrake-hook/archive/v2.1.1.tar.gz 
-> logrus-airbrake-hook-2.1.1.tar.gz
https://github.com/airbrake/gobrake/archive/v2.0.8.tar.gz -> 
gobrake-2.0.8.tar.gz



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

2016-11-12 Thread Matthias Maier
commit: c36b86dc76f2f2f64395fd513f1a269127505983
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Nov 12 17:47:10 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Nov 12 17:47:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36b86dc

app-emulation/qemu: update build dependency to vte:2.91, bug #595890

Package-Manager: portage-2.3.0

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

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index b00a365..9039f1a 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -93,7 +93,7 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
)
!gtk2? (
x11-libs/gtk+:3
-   vte? ( x11-libs/vte:2.90 )
+   vte? ( x11-libs/vte:2.91 )
)
)
infiniband? ( sys-fabric/librdmacm:=[static-libs(+)] )



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

2016-11-12 Thread Matthias Maier
commit: 256c7581e9b05ffa11407ff9abd10d5a4f163530
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Nov 12 17:39:42 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Nov 12 17:39:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256c7581

app-emulation/qemu: update build dependency to vte:2.91, bug #595890

Package-Manager: portage-2.3.0

 app-emulation/qemu/{qemu-2.7.0-r6.ebuild => qemu-2.7.0-r7.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-2.7.0-r6.ebuild 
b/app-emulation/qemu/qemu-2.7.0-r7.ebuild
similarity index 99%
rename from app-emulation/qemu/qemu-2.7.0-r6.ebuild
rename to app-emulation/qemu/qemu-2.7.0-r7.ebuild
index 40265bd..76b5ea0 100644
--- a/app-emulation/qemu/qemu-2.7.0-r6.ebuild
+++ b/app-emulation/qemu/qemu-2.7.0-r7.ebuild
@@ -95,7 +95,7 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
)
!gtk2? (
x11-libs/gtk+:3
-   vte? ( x11-libs/vte:2.90 )
+   vte? ( x11-libs/vte:2.91 )
)
)
infiniband? ( sys-fabric/librdmacm:=[static-libs(+)] )



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

2016-11-12 Thread Matthias Maier
commit: cad0a6324b5d4a5954893dfd29b5b97ee7a361d3
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Nov 12 17:26:09 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Nov 12 17:28:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad0a632

app-emulation/qemu: security fixes, bug #598772

CVE-2016-9102, bug #598328
CVE-2016-9103, bug #598328
CVE-2016-9104, bug #598328
CVE-2016-9105, bug #598328
CVE-2016-9106, bug #598772

Package-Manager: portage-2.3.0

 .../qemu/files/qemu-2.7.0-CVE-2016-9102.patch  |  21 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9103.patch  |  27 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9104.patch  |  92 +++
 .../qemu/files/qemu-2.7.0-CVE-2016-9105.patch  |  25 +
 .../qemu/files/qemu-2.7.0-CVE-2016-9106.patch  |  27 +
 app-emulation/qemu/qemu-2.7.0-r6.ebuild| 708 +
 6 files changed, 900 insertions(+)

diff --git a/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9102.patch 
b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9102.patch
new file mode 100644
index ..963eca9
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9102.patch
@@ -0,0 +1,21 @@
+From: Li Qiang 
+
+The 'fs.xattr.value' field in V9fsFidState object doesn't consider the
+situation that this field has been allocated previously. Every time, it
+will be allocated directly. This leads a host memory leak issue. This
+patch fix this.
+
+-- 
+1.8.3.1
+diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
+index 75ba5f1..a4c7109 100644
+--- a/hw/9pfs/9p.c
 b/hw/9pfs/9p.c
+@@ -3269,6 +3269,7 @@ static void v9fs_xattrcreate(void *opaque)
+ xattr_fidp->fs.xattr.flags = flags;
+ v9fs_string_init(&xattr_fidp->fs.xattr.name);
+ v9fs_string_copy(&xattr_fidp->fs.xattr.name, &name);
++g_free(xattr_fidp->fs.xattr.value);
+ xattr_fidp->fs.xattr.value = g_malloc(size);
+ err = offset;
+ put_fid(pdu, file_fidp);

diff --git a/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9103.patch 
b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9103.patch
new file mode 100644
index ..7520863
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9103.patch
@@ -0,0 +1,27 @@
+Author: Li Qiang 
+Date:   Mon Oct 17 14:13:58 2016 +0200
+
+9pfs: fix information leak in xattr read
+
+9pfs uses g_malloc() to allocate the xattr memory space, if the guest
+reads this memory before writing to it, this will leak host heap memory
+to the guest. This patch avoid this.
+
+Signed-off-by: Li Qiang 
+Reviewed-by: Greg Kurz 
+Signed-off-by: Greg Kurz 
+
+diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
+index 26aa7d5..bf23b01 100644
+--- a/hw/9pfs/9p.c
 b/hw/9pfs/9p.c
+@@ -3269,8 +3269,8 @@ static void coroutine_fn v9fs_xattrcreate(void *opaque)
+ xattr_fidp->fs.xattr.flags = flags;
+ v9fs_string_init(&xattr_fidp->fs.xattr.name);
+ v9fs_string_copy(&xattr_fidp->fs.xattr.name, &name);
+ g_free(xattr_fidp->fs.xattr.value);
+-xattr_fidp->fs.xattr.value = g_malloc(size);
++xattr_fidp->fs.xattr.value = g_malloc0(size);
+ err = offset;
+ put_fid(pdu, file_fidp);
+ out_nofid:

diff --git a/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9104.patch 
b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9104.patch
new file mode 100644
index ..f1aec55
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-2.7.0-CVE-2016-9104.patch
@@ -0,0 +1,92 @@
+From 7e55d65c56a03dcd2c5d7c49d37c5a74b55d4bd6 Mon Sep 17 00:00:00 2001
+From: Li Qiang 
+Date: Tue, 1 Nov 2016 12:00:40 +0100
+Subject: [PATCH] 9pfs: fix integer overflow issue in xattr read/write
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+The v9fs_xattr_read() and v9fs_xattr_write() are passed a guest
+originated offset: they must ensure this offset does not go beyond
+the size of the extended attribute that was set in v9fs_xattrcreate().
+Unfortunately, the current code implement these checks with unsafe
+calculations on 32 and 64 bit values, which may allow a malicious
+guest to cause OOB access anyway.
+
+Fix this by comparing the offset and the xattr size, which are
+both uint64_t, before trying to compute the effective number of bytes
+to read or write.
+
+Suggested-by: Greg Kurz 
+Signed-off-by: Li Qiang 
+Reviewed-by: Greg Kurz 
+Reviewed-By: Guido Günther 
+Signed-off-by: Greg Kurz 
+---
+ hw/9pfs/9p.c | 32 
+ 1 file changed, 12 insertions(+), 20 deletions(-)
+
+diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
+index ab18ef2..7705ead 100644
+--- a/hw/9pfs/9p.c
 b/hw/9pfs/9p.c
+@@ -1637,20 +1637,17 @@ static int v9fs_xattr_read(V9fsState *s, V9fsPDU *pdu, 
V9fsFidState *fidp,
+ {
+ ssize_t err;
+ size_t offset = 7;
+-int read_count;
+-int64_t xattr_len;
++uint64_t read_count;
+ V9fsVirtioState *v = container_of(s, V9fsVirtioState, state);
+ VirtQueueElement *elem = v->elems[pdu->idx];
+ 
+-xattr_len

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

2016-11-12 Thread Mike Frysinger
commit: c913c735be27d2f67221abf255dc38e31a9c3bad
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Nov 12 17:22:17 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Nov 12 17:22:17 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c913c735

human_readable: resync with upstream busybox #590932

URL: https://bugs.gentoo.org/590932
Reported-by: S. Gilles  math.umd.edu>

 libq/human_readable.c | 77 +--
 1 file changed, 37 insertions(+), 40 deletions(-)

diff --git a/libq/human_readable.c b/libq/human_readable.c
index 3a8aa34..0bb044a 100644
--- a/libq/human_readable.c
+++ b/libq/human_readable.c
@@ -13,16 +13,13 @@
  *  representations (say, powers of 1024) and manipulating coefficients.
  *  The base ten "bytes" output could be handled similarly.
  *
- *   2) This routine always outputs a decimal point and a tenths digit when
- *  display_unit != 0.  Hence, it isn't uncommon for the returned string
+ *   2) This routine outputs a decimal point and a tenths digit when
+ *  display_unit == 0.  Hence, it isn't uncommon for the returned string
  *  to have a length of 5 or 6.
  *
- *  It might be nice to add a flag to indicate no decimal digits in
- *  that case.  This could be either an additional parameter, or a
- *  special value of display_unit.  Such a flag would also be nice for du.
+ *  If block_size is also 0, no decimal digits are printed.
  *
- *  Some code to omit the decimal point and tenths digit is sketched out
- *  and "#if 0"'d below.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
 #include 
@@ -33,59 +30,59 @@ enum {
MEGABYTE = (KILOBYTE*1024),
GIGABYTE = (MEGABYTE*1024)
 };
-const char *make_human_readable_str(unsigned long long size,
+
+const char* make_human_readable_str(unsigned long long val,
unsigned long block_size, unsigned long display_unit)
 {
-   /* The code will adjust for additional (appended) units. */
-   static const char zero_and_units[] = { '0', 0, 'k', 'M', 'G', 'T' };
-   static const char fmt[] = "%'Lu";
-   static const char fmt_tenths[] = "%'Lu%s%d%c";
+   static const char unit_chars[] = {
+   '\0', 'K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y'
+   };
+
+   unsigned frac; /* 0..9 - the fractional digit */
+   const char *u;
+   const char *fmt;
 
static char str[21];/* Sufficient for 64 bit unsigned 
integers. */
 
-   unsigned long long val;
-   int frac;
-   const char *u;
-   const char *f;
+   if (val == 0)
+   return "0";
 
-   u = zero_and_units;
-   f = fmt;
+   fmt = "%llu";
+   if (block_size > 1)
+   val *= block_size;
frac = 0;
-
-   val = size * block_size;
-   if (val == 0) {
-   return u;
-   }
+   u = unit_chars;
 
if (display_unit) {
-   val += display_unit/2;  /* Deal with rounding. */
-   val /= display_unit;/* Don't combine with the line above!!! 
*/
+   val += display_unit/2;  /* Deal with rounding */
+   val /= display_unit;/* Don't combine with the line above! */
+   /* will just print it as ulonglong (below) */
} else {
-   ++u;
-   while ((val >= KILOBYTE)
-  && (u < zero_and_units + sizeof(zero_and_units) - 
1)) {
-   f = fmt_tenths;
-   ++u;
-   frac = int)(val % KILOBYTE)) * 10) + (KILOBYTE/2)) 
/ KILOBYTE;
-   val /= KILOBYTE;
+   while ((val >= 1024)
+/* && (u < unit_chars + sizeof(unit_chars) - 1) - always true 
*/
+   ) {
+   fmt = "%llu.%u%c";
+   u++;
+   frac = (((unsigned)val % 1024) * 10 + 1024/2) / 1024;
+   val /= 1024;
}
-   if (frac >= 10) {   /* We need to round up here. */
+   if (frac >= 10) { /* we need to round up here */
++val;
frac = 0;
}
-#if 0
-   /* Sample code to omit decimal point and tenths digit. */
-   if (1) { /* no_tenths */
-   if (frac >= 5)
+#if 1
+   /* If block_size is 0, dont print fractional part */
+   if (block_size == 0) {
+   if (frac >= 5) {
++val;
-   f = "%Lu%*c"; /* fmt_no_tenths */
+   }
+   fmt = "%llu%*c";
frac = 1;
}
 #endif
}
 
-   /* If f==fmt then 'frac' and 'u' are ignored. */
-   snprintf(str, sizeof(str), f, val, decimal_point, frac, *u);
+   snprintf(str, sizeo

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

2016-11-12 Thread Mike Frysinger
commit: 0cd1766c6aac6965666797dd875b1fdc0ea91b47
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Nov 12 17:16:36 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Nov 12 17:16:36 2016 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0cd1766c

qcache: handle DT_UNKNOWN and cases where DT_xxx are not available #580354

URL: https://bugs.gentoo.org/580354
Reported-by: Fabian Groffen  gentoo.org>

 qcache.c | 22 --
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/qcache.c b/qcache.c
index 222c8ae..535d7a2 100644
--- a/qcache.c
+++ b/qcache.c
@@ -750,13 +750,31 @@ void qcache_stats(qcache_data *data)
 
xasprintf(&catpath, "%s/dep/%s", portedb, data->overlay);
dir = opendir(catpath);
-   while ((de = readdir(dir)))
-   if (de->d_type == DT_DIR && de->d_name[0] != '.') {
+   while ((de = readdir(dir))) {
+   /* Look for all the directories in this path. */
+#ifdef DT_UNKNOWN
+   if (de->d_type == DT_UNKNOWN)
+#endif
+   {
+   struct stat s;
+   if (lstat(de->d_name, &s))
+   continue;
+   if (!S_ISDIR(s.st_mode))
+   continue;
+   }
+
+#ifdef DT_DIR
+   if (de->d_type != DT_DIR)
+   continue;
+#endif
+
+   if (de->d_name[0] != '.') {
bool ok;
allcats = add_set_unique(de->d_name, allcats, 
&ok);
if (ok)
++numcat;
}
+   }
closedir(dir);
free(catpath);
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/libmpd/, media-sound/ncmpc/, media-sound/mpd/, www-apps/phpmp/, ...

2016-11-12 Thread Patrice Clement
commit: b1950fe7fffc1262ca23ebfe1344ca7b4df56137
Author: soredake  krutt  org>
AuthorDate: Wed Nov  9 03:01:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 12 17:05:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1950fe7

*/*: musicpd.org http to https.

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

Signed-off-by: Patrice Clement  gentoo.org>

 dev-haskell/libmpd/metadata.xml|  2 +-
 media-sound/mpc/mpc-0.27.ebuild|  8 
 media-sound/mpc/mpc-0.28.ebuild|  4 ++--
 media-sound/mpd/mpd-0.19.10.ebuild |  7 ---
 media-sound/mpd/mpd-0.19.11.ebuild |  7 ---
 media-sound/mpd/mpd-0.19.12.ebuild |  5 +++--
 media-sound/mpd/mpd-0.19.14.ebuild |  5 +++--
 media-sound/mpd/mpd-0.19.15.ebuild |  4 ++--
 media-sound/mpd/mpd-0.19.18.ebuild |  4 ++--
 media-sound/mpd/mpd-0.19.19.ebuild |  4 ++--
 media-sound/ncmpc/ncmpc-0.24-r2.ebuild |  9 +
 media-sound/ncmpc/ncmpc-0.24.ebuild| 12 ++--
 www-apps/phpmp/phpmp-0.11.0-r1.ebuild  |  2 +-
 13 files changed, 39 insertions(+), 34 deletions(-)

diff --git a/dev-haskell/libmpd/metadata.xml b/dev-haskell/libmpd/metadata.xml
index 1eef489..6c9830e 100644
--- a/dev-haskell/libmpd/metadata.xml
+++ b/dev-haskell/libmpd/metadata.xml
@@ -7,7 +7,7 @@


A client library for MPD, the Music Player Daemon
-   (;).
+   (;).


vimus/libmpd-haskell#readme

diff --git a/media-sound/mpc/mpc-0.27.ebuild b/media-sound/mpc/mpc-0.27.ebuild
index b5ff7a5..050fed3 100644
--- a/media-sound/mpc/mpc-0.27.ebuild
+++ b/media-sound/mpc/mpc-0.27.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 inherit bash-completion-r1
 
 DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/media-sound/mpc/mpc-0.28.ebuild b/media-sound/mpc/mpc-0.28.ebuild
index 0d09bff..25c9d99 100644
--- a/media-sound/mpc/mpc-0.28.ebuild
+++ b/media-sound/mpc/mpc-0.28.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit bash-completion-r1
 
 DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/media-sound/mpd/mpd-0.19.10.ebuild 
b/media-sound/mpd/mpd-0.19.10.ebuild
index f5edad3..e357985 100644
--- a/media-sound/mpd/mpd-0.19.10.ebuild
+++ b/media-sound/mpd/mpd-0.19.10.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,8 +6,8 @@ EAPI=5
 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
 
 DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -130,6 +130,7 @@ src_prepare() {
 
cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed"
epatch "${FILESDIR}"/${PN}-0.18.conf.patch
+   eapply_user
 }
 
 src_configure() {

diff --git a/media-sound/mpd/mpd-0.19.11.ebuild 
b/media-sound/mpd/mpd-0.19.11.ebuild
index ac380c6..a8b8cb5 100644
--- a/media-sound/mpd/mpd-0.19.11.ebuild
+++ b/media-sound/mpd/mpd-0.19.11.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,8 +6,8 @@ EAPI=5
 inherit eutils flag-o-matic linux-info multilib readme.gentoo systemd user
 
 DESCRIPTION="The Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org";
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+HOMEPAGE="https://www.musicpd.org";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -130,6 +130,7 @@ src_prepare() {
 
cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed"
epatch "${FILESDIR}"/${PN}-0.18.conf.patch
+   eapply_user
 }
 
 src_configure() {

diff --git a/media-sound/mpd/mpd-0.19.12.ebuild 
b/media-sound/mpd/mpd-0.19.12.ebuild
index bd945c1..b7dc1f9 100644
--- a/media-sound/mpd/mpd-0.19.12.ebuild
+++ b/media-sound/mpd/m

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

2016-11-12 Thread Mike Frysinger
commit: 673e8aac0ed82d42b15a223e2eb9fb8378189d69
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Nov 12 16:36:37 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Nov 12 16:49:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673e8aac

sys-libs/glibc: version bump to 2.24

 sys-libs/glibc/Manifest  |   2 +
 sys-libs/glibc/glibc-2.24.ebuild | 201 +++
 2 files changed, 203 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 0521359..7aee88e 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -14,3 +14,5 @@ DIST glibc-2.22.tar.xz 12969072 SHA256 
eb731406903befef1d8f878a46be75ef862b9056a
 DIST glibc-2.23-patches-4.tar.bz2 230533 SHA256 
5b64a9b30778be79fac8a8c7e2ec7ebb077e136c85d79996ae3d725189d236a4 SHA512 
af140a13bbc28070bfec26e041ce562b1cc091d312a82f385becb3ab87ee882d8ea10ac4ec6dcf86f154857527a3383782d46141016047338cebc7c393329cf3
 WHIRLPOOL 
ca7be788c64428bd2bd6e41eee5345ff85dc9ee0987af55f60104a9f03e3019b8fa6a933ba785d3b1b27540c2485160d50499049985271227c07b094db649de3
 DIST glibc-2.23-patches-5.tar.bz2 310755 SHA256 
d7678f15e3a11034023efb3254760b3871d4190c5e6712f137b810ffdf939f67 SHA512 
9afb8210c84562921f31c8538b9b31b4afa71b0598ac3142d049b392753da3ff548a1662791740a721e1712e310892bc94e15bd08ffd2121a5fe9909431547f6
 WHIRLPOOL 
b5d2cfc65b6a5f28b2127da8edac1f5135d028246d22bc9f7724e182f7fd83b84e1262c4883b130829aed10478ce87137da7bc437769e863fb65caa20aa6314f
 DIST glibc-2.23.tar.xz 13455260 SHA256 
94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 SHA512 
b82953388cd028e174cb08f082557bbce0dad8b67b17d31b29f90102fd52a51e03d591448ecb64882a1c1d5303afffc7f6ede85cee4c784a9284fbc9b4ad26cf
 WHIRLPOOL 
7c7e3bf55a89a04bac917b9ca5a1cbb1613f22c427d2766f114b5a36f9635856005b823852ef5d3b73462b577fe4e5865e68e7b64633d48a95fa1e5eaa831a71
+DIST glibc-2.24-patches-1.tar.bz2 49479 SHA256 
1fa783ea31505dfe6a42d0f5da3efc25eecaead9cd3740a2c2c4b688290f03c8 SHA512 
387c264ee1c503bcf3636e3315177f2557f2aadc444fc5be986a702b2eaf04433a5f12e28f3d693d27cd184aaf6e936917a25ef99a2aaaba3e5f497114894424
 WHIRLPOOL 
860199fd8d69f5ea36fb736240bec42a9e92e46651b830a68ff3ff3a3c758f6edf12bd71ac23f40f39295e5ae1b14decc56b2c6ed8f035ac18bb0c4590feec14
+DIST glibc-2.24.tar.xz 13554048 SHA256 
99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 SHA512 
a4cb28a2c51a0cc029ed69da7cba11931a615ba897235590b4f7fad2eaabec9042f8250eaac2a5860997437a69ab13304f10a634000e52c0336b5593b7969adb
 WHIRLPOOL 
be82b47fc73f7e780e8e73a5f58b313d8e861d5ea8c4320f95ef0d8c1e125ff011d61dcfc0380be0e83868bd8c3299de1ea662da7fc8d709050e89b2c126e3eb

diff --git a/sys-libs/glibc/glibc-2.24.ebuild b/sys-libs/glibc/glibc-2.24.ebuild
new file mode 100644
index ..6d747a2
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.24.ebuild
@@ -0,0 +1,201 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="4"
+
+inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib 
systemd unpacker multiprocessing
+
+DESCRIPTION="GNU libc6 (also called glibc2) C library"
+HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
+
+LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+RESTRICT="strip" # strip ourself #46186
+EMULTILIB_PKG="true"
+
+# Configuration variables
+RELEASE_VER=""
+case ${PV} in
+*)
+   EGIT_REPO_URIS="git://sourceware.org/git/glibc.git"
+   EGIT_SOURCEDIRS="${S}"
+   inherit git-2
+   ;;
+*)
+   RELEASE_VER=${PV}
+   ;;
+esac
+GCC_BOOTSTRAP_VER="4.7.3-r1"
+PATCH_VER="1"  # Gentoo patchset
+: ${NPTL_KERN_VER:="2.6.32"}   # min kernel version nptl 
requires
+
+IUSE="audit caps debug gd hardened multilib nscd +rpc selinux systemtap 
profile suid vanilla crosscompile_opts_headers-only"
+
+# Here's how the cross-compile logic breaks down ...
+#  CTARGET - machine that will target the binaries
+#  CHOST   - machine that will host the binaries
+#  CBUILD  - machine that will build the binaries
+# If CTARGET != CHOST, it means you want a libc for cross-compiling.
+# If CHOST != CBUILD, it means you want to cross-compile the libc.
+#  CBUILD = CHOST = CTARGET- native build/install
+#  CBUILD != (CHOST = CTARGET) - cross-compile a native build
+#  (CBUILD = CHOST) != CTARGET - libc for cross-compiler
+#  CBUILD != CHOST != CTARGET  - cross-compile a libc for a cross-compiler
+# For install paths:
+#  CHOST = CTARGET  - install into /
+#  CHOST != CTARGET - install into /usr/CTARGET/
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}

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

2016-11-12 Thread Mike Frysinger
commit: 0f3fa3f031750f19de58c111ebbad020de943075
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Nov 12 16:48:06 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Nov 12 16:49:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3fa3f0

net-misc/openssh: mark 7.3_p1-r6 arm64/m68k/s390/sh stable #597360

 net-misc/openssh/openssh-7.3_p1-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.3_p1-r6.ebuild 
b/net-misc/openssh/openssh-7.3_p1-r6.ebuild
index 3e93f13..886 100644
--- a/net-misc/openssh/openssh-7.3_p1-r6.ebuild
+++ b/net-misc/openssh/openssh-7.3_p1-r6.ebuild
@@ -31,7 +31,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
libressl livecd pam +pie sctp selinux skey ssh1 +ssl static test X X509"
 REQUIRED_USE="ldns? ( ssl )



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

2016-11-12 Thread Kent Fredric
commit: bd7800082c0bbec3878393e925f99f788a751ce6
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 12 16:40:34 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 12 16:43:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd780008

dev-perl/DateTime-TimeZone: Bump to 2.70.0 (masked)

Needs newer Test2 Infrastructure via Params::ValidationCompiler

Keywording:
- New dependencies, some shared with DateTime's new dependencies
- Keywords dropped: ~alpha ~arm ~arm64 ~hppa ~ia64 ~m68k ~pcc ~ppc64 ~s390 ~sh 
~sparc ~x86-fbsd

Upstream:
- Replace Params::Validate with Params::ValidationCompiler
- Upgrade to 2016i Olson database
- Now includes: Asia/Famagusta, Asia/Yangon,

Package-Manager: portage-2.3.2

 .../DateTime-TimeZone-2.70.0.ebuild| 38 ++
 dev-perl/DateTime-TimeZone/Manifest|  1 +
 dev-perl/DateTime-TimeZone/metadata.xml| 82 --
 profiles/package.mask  |  2 +
 4 files changed, 54 insertions(+), 69 deletions(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.70.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.70.0.ebuild
new file mode 100644
index ..720eba7
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.70.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=2.07
+inherit perl-module
+
+DESCRIPTION="Time zone object base class and factory"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=dev-perl/Class-Singleton-1.30.0
+   virtual/perl-File-Spec
+   dev-perl/Module-Runtime
+   >=dev-perl/Params-ValidationCompiler-0.130.0
+   >=virtual/perl-Scalar-List-Utils-1.330.0
+   >=dev-perl/Specio-0.150.0
+   dev-perl/Try-Tiny
+   dev-perl/namespace-autoclean
+   virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+   virtual/perl-Storable
+   dev-perl/Test-Fatal
+   dev-perl/Test-Requires
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/DateTime-TimeZone/Manifest 
b/dev-perl/DateTime-TimeZone/Manifest
index bd987ad..b8083c1 100644
--- a/dev-perl/DateTime-TimeZone/Manifest
+++ b/dev-perl/DateTime-TimeZone/Manifest
@@ -1,3 +1,4 @@
 DIST DateTime-TimeZone-1.93.tar.gz 891870 SHA256 
d97e6387270da0caec089809612a68b97c3e77830ac5b9468d52f5c8fa5218be SHA512 
8b9d136dadcbbac0de624e091a19fdeb4b12b62c01d1a550dd32670c841a2c7b7b51066bd1e297010cacda24522b37f23b931535b67859b58b0760ba85f5f7c6
 WHIRLPOOL 
e41d86a65dc405b4b9493c9467544f87923bdc2bf299dc82d9a1b85a24d98c80373201f3d2e92d0aa665acf50dd746fefe91471307a0340367891efa78edfcb0
 DIST DateTime-TimeZone-1.94.tar.gz 898119 SHA256 
5fd961b71e7a7f7de6d488e8cf3e443ace1556eaf72c563dc882ff1f8d2536b3 SHA512 
9c32d7a89ea66dae197227be22bd609a47875d3b0c5db57cd399eaf723884c967f59bfa24661cf6b9105baea05301391216d08968bb0cc18160ecb4c63dd6bed
 WHIRLPOOL 
6ab29cb005010bf2b791092c5d3f6a5a3d0f629e94eeb438dcb949120bf991abef91591c3d78d10dbd51be63cfd25e0eedd5c902c247e49d9ed97474300e2576
 DIST DateTime-TimeZone-2.01.tar.gz 929462 SHA256 
1f673c8156fa42b2030aae46fd7e4c117f229da99dfbc7c57ef9eadd5eaa69e1 SHA512 
57c98bbf25cd0aedb8cae72ea9b15042f75d74c776d125c53bdf487202d7fbb643367be3e0ddfb3080661ecec584e0a08b5ec0854f67bc50321da47a69cf
 WHIRLPOOL 
00511be62642cb19bb1f95b7c374fee85987508820853abade7f7ab512e880a18e539f9ccd4b206b81e698c5be6d0f91bf7ab80eaea708d9a54d98c3785a3eee
+DIST DateTime-TimeZone-2.07.tar.gz 934017 SHA256 
c690402f0a596d75bfcbe7cb7fe5ebdb3818ebbba8bd9448e340aa895514e4c3 SHA512 
7806a5aeec13772e74dee06c5ce35af981cc099c8c6502e500582305b8857a9a5b9acb6d471fc0dd6a0b6e86c648846cf232371dc662af8ad71926c9d7635c15
 WHIRLPOOL 
eed7aaf03921d2643a8ec9b7d8a4958c1480de26af0016c61c4dcbc273f6b1b24c72f217f0ff7df454d02dadf3bf4df1766b5075bd88a201495293b6cef2e771

diff --git a/dev-perl/DateTime-TimeZone/metadata.xml 
b/dev-perl/DateTime-TimeZone/metadata.xml
index 1fd81e0..5ea9fe9 100644
--- a/dev-perl/DateTime-TimeZone/metadata.xml
+++ b/dev-perl/DateTime-TimeZone/metadata.xml
@@ -10,60 +10,24 @@
 DateTime::TimeZone
 DateTime::TimeZone::Africa::Abidjan
 DateTime::TimeZone::Africa::Accra
-DateTime::TimeZone::Africa::Addis_Ababa
 DateTime::TimeZone::Africa::Algiers
-DateTime::TimeZone::Africa::Asmara
-DateTime::TimeZone::Africa::Bamako
-DateTime::TimeZone::Africa::Bangui
-DateTime::TimeZone::Africa::Banjul
 DateTime::TimeZone::Africa::Bissau
-DateTime::TimeZone::Africa::Blantyre
-DateTime::TimeZone::Africa::Brazzaville
-DateTime::TimeZone::Africa::Bujumbura
 DateTime::Ti

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

2016-11-12 Thread Manuel Rüger
commit: 1e4505ad842436053129057e906c3ff0e1cc
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Nov 12 16:13:01 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Nov 12 16:14:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4505ae

app-shells/zsh-completions: Version bump to 0.22.0

Package-Manager: portage-2.3.2

 app-shells/zsh-completions/Manifest|  1 +
 .../zsh-completions/zsh-completions-0.22.0.ebuild  | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-shells/zsh-completions/Manifest 
b/app-shells/zsh-completions/Manifest
index ce0aaca..7157bf6 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -2,3 +2,4 @@ DIST zsh-completions-0.18.0.tar.gz 232872 SHA256 
b94eb63d044920a4ea6d5d51ae4f237
 DIST zsh-completions-0.19.0.tar.gz 231152 SHA256 
8108692b9f9bfb630b9b96a8ff57e87a9437fd183599972f6b0a60f8552c89e0 SHA512 
f105b77a3941caf681861369d32558d0fe54d15761400c3ed8e827c86e924cc5449d03a60a9ff7f7cb5dab275ab2f4b6c6a316f8af8b649eff8c20da0b9b21f6
 WHIRLPOOL 
4db5e4c178c8c742d01fe49227152e7e427f98d8d29258bc6a1c5b236a91dd7a39ad96da60cf01e7654af2f66696f1d24062acdacef9bbeb5745215cd25f1783
 DIST zsh-completions-0.20.0.tar.gz 193091 SHA256 
c697d1d6bd093b5f761f9171a28fa9de2133fee929028bbe5ae2b71352800ad5 SHA512 
1b494cc8ce3b549018ca27847a52ff94fd6520a6990c6b65527e34d54cc4ed4e4a17153bb23af50c6dd7a3d236d2389c850fe73e849624f111d5a39143dd7f0f
 WHIRLPOOL 
e959894b78224fe1862889838e97f3b85ed3fa9195782acf51a7574e4cf183719e7dc1d11c5d0e340dcea200ee86fe32d808171ce755909669667b6ea03465a5
 DIST zsh-completions-0.21.0.tar.gz 202122 SHA256 
be465b1850d66a90d536460aeba1502aa31829b663023f255e81693420ba7048 SHA512 
a8b8c7fed8a126906560f86f29d5e0d6372a7da47f40037d74813ff2a796a0a011da4635bf941ee04bc0e741558bd56247ca0e2c69ce38896e24ef101483e547
 WHIRLPOOL 
8913628898c7083f59072c416dd202ce4fce90f14baf454e40830f4f36dcb6872c015c536935ef3ab2746955c0987e5f50a97b817455d8ce4ff0ea15f7e8a0be
+DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 
cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 
46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001
 WHIRLPOOL 
5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f

diff --git a/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
new file mode 100644
index ..e5b1d5f
--- /dev/null
+++ b/app-shells/zsh-completions/zsh-completions-0.22.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git";
+else
+   SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Additional completion definitions for Zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-completions";
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="app-shells/zsh"
+
+src_install() {
+   insinto /usr/share/zsh/site-functions
+   doins src/_*
+}
+
+pkg_postinst() {
+   elog
+   elog "If you happen to compile your functions, you may need to delete"
+   elog "~/.zcompdump{,.zwc} and recompile to make the new completions 
available"
+   elog "to your shell."
+   elog
+}



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

2016-11-12 Thread Manuel Rüger
commit: 768884c84352f90eb54a0b86c57bcdb25a1c42c4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Nov 12 16:13:40 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Nov 12 16:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768884c8

app-shells/zsh-completions: Remove old

Package-Manager: portage-2.3.2

 app-shells/zsh-completions/Manifest|  3 --
 .../zsh-completions/zsh-completions-0.18.0.ebuild  | 39 --
 .../zsh-completions/zsh-completions-0.19.0.ebuild  | 34 ---
 .../zsh-completions/zsh-completions-0.20.0.ebuild  | 34 ---
 4 files changed, 110 deletions(-)

diff --git a/app-shells/zsh-completions/Manifest 
b/app-shells/zsh-completions/Manifest
index 7157bf6..80ec72b 100644
--- a/app-shells/zsh-completions/Manifest
+++ b/app-shells/zsh-completions/Manifest
@@ -1,5 +1,2 @@
-DIST zsh-completions-0.18.0.tar.gz 232872 SHA256 
b94eb63d044920a4ea6d5d51ae4f237f21b0c3174f3c58ff464b5284477cdb7a SHA512 
68510ce1823c59318ffa7ff85b3c0385d056912c68e6513fbbcaf49c3757cca69531e7f3dfb5f75424f8bbf3722ebebc00170b10588de619cdd1353d6754d1ac
 WHIRLPOOL 
e48a24b3d612b4797264d28c02b4b151dd5f8bdac981ed24a47ce1490d4ce3372dcaae4ac7d9aeb4dd6d0cbe56c5a3752bec2f83561eb9aa23f43816a31d7e1d
-DIST zsh-completions-0.19.0.tar.gz 231152 SHA256 
8108692b9f9bfb630b9b96a8ff57e87a9437fd183599972f6b0a60f8552c89e0 SHA512 
f105b77a3941caf681861369d32558d0fe54d15761400c3ed8e827c86e924cc5449d03a60a9ff7f7cb5dab275ab2f4b6c6a316f8af8b649eff8c20da0b9b21f6
 WHIRLPOOL 
4db5e4c178c8c742d01fe49227152e7e427f98d8d29258bc6a1c5b236a91dd7a39ad96da60cf01e7654af2f66696f1d24062acdacef9bbeb5745215cd25f1783
-DIST zsh-completions-0.20.0.tar.gz 193091 SHA256 
c697d1d6bd093b5f761f9171a28fa9de2133fee929028bbe5ae2b71352800ad5 SHA512 
1b494cc8ce3b549018ca27847a52ff94fd6520a6990c6b65527e34d54cc4ed4e4a17153bb23af50c6dd7a3d236d2389c850fe73e849624f111d5a39143dd7f0f
 WHIRLPOOL 
e959894b78224fe1862889838e97f3b85ed3fa9195782acf51a7574e4cf183719e7dc1d11c5d0e340dcea200ee86fe32d808171ce755909669667b6ea03465a5
 DIST zsh-completions-0.21.0.tar.gz 202122 SHA256 
be465b1850d66a90d536460aeba1502aa31829b663023f255e81693420ba7048 SHA512 
a8b8c7fed8a126906560f86f29d5e0d6372a7da47f40037d74813ff2a796a0a011da4635bf941ee04bc0e741558bd56247ca0e2c69ce38896e24ef101483e547
 WHIRLPOOL 
8913628898c7083f59072c416dd202ce4fce90f14baf454e40830f4f36dcb6872c015c536935ef3ab2746955c0987e5f50a97b817455d8ce4ff0ea15f7e8a0be
 DIST zsh-completions-0.22.0.tar.gz 204849 SHA256 
cfb8c4af39c3df4c2d087f5829dc6f0c1cfcc2b2110bcc7e47b59cff5615a79f SHA512 
46c2db28cb58d9abecd51172978c210b3de3b26956e8f8a6a26ebeeacd105ee904b79e2079b046c53b56e6aacd98fb34ef31e1deacdd9230763931f2ae806001
 WHIRLPOOL 
5e2ee49660a32671de98507e7408901f9f2e717c52fc5bc8c9985f2cff530ac1f4312bd950907bf84f1832ef1b83295633ce0cc066fb765318a08c9cf2c9383f

diff --git a/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild
deleted file mode 100644
index 0d029de..
--- a/app-shells/zsh-completions/zsh-completions-0.18.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git";
-else
-   SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Additional completion definitions for Zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-completions";
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="app-shells/zsh"
-
-src_prepare() {
-   # Already included in dev-util/ninja
-   rm src/_ninja || die
-}
-
-src_install() {
-   insinto /usr/share/zsh/site-functions
-   doins src/_*
-}
-
-pkg_postinst() {
-   elog
-   elog "If you happen to compile your functions, you may need to delete"
-   elog "~/.zcompdump{,.zwc} and recompile to make the new completions 
available"
-   elog "to your shell."
-   elog
-}

diff --git a/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild 
b/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild
deleted file mode 100644
index e5b1d5f..
--- a/app-shells/zsh-completions/zsh-completions-0.19.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/zsh-users/zsh-completions.git";
-else
-   SRC_URI="https://github.com/zsh-users/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Additional completion definitions for Zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-completions";
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="app-shells/zsh"
-
-src_install()

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

2016-11-12 Thread Patrice Clement
commit: 0df7f10cdbac56b54e930940f35d79e3a9000b7e
Author: Karl Linden  gmail  com>
AuthorDate: Thu Nov 10 15:16:36 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 12 15:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df7f10c

sys-kernel/rt-sources: version bump to {3.18.44_p48,4.1.35_p41,4.4.30_p41} and 
remove old.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2800

Signed-off-by: Patrice Clement  gentoo.org>

 sys-kernel/rt-sources/Manifest | 11 ++
 ...40_p42.ebuild => rt-sources-3.18.44_p48.ebuild} |  0
 31_p35.ebuild => rt-sources-4.1.35_p41.ebuild} |  0
 19_p27.ebuild => rt-sources-4.4.30_p41.ebuild} |  0
 sys-kernel/rt-sources/rt-sources-4.6.7_p11.ebuild  | 46 --
 5 files changed, 4 insertions(+), 53 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index af2452d..6a23741 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -13,31 +13,28 @@ DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc0
 DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 WHIRLPOOL 
02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc
 DIST linux-4.6.tar.xz 89461728 SHA256 
a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866 SHA512 
df5ee40b0ebd89914a900f63c32a481cb4f405d8f792b2d03ea167ce9c5bdf75154c7bd8ecd7ebac77a8dbf2b077c972cbfe6b95163e27c38c1fefc6ddbdfa0b
 WHIRLPOOL 
50ee28a06930ffb29ade1aa5fb4e3bf165ead92cb660dc6771a265cdbc2240713ebf14fe235fa153d8b6e3ab853852ea06c2525209cd7989aa3d6f6fad5b7edf
 DIST linux-4.8.tar.xz 91966856 SHA256 
3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a SHA512 
a48a065f21e1c7c4de4cf8ca47b8b8d9a70f86b64e7cfa6e01be490f78895745b9c8790734b1d22182cf1f930fb87eaaa84e62ec8cc1f64ac4be9b949e7c0358
 WHIRLPOOL 
3888c8c07db0c069f827245d4d7306087f78f7d03e8240eb1fcd13622cd5dbe1c17cd8ed7dc11513f77f3efd5dbd84e2b48e82bdb9b9bfd2242fd62ae32812d5
-DIST patch-3.18.40-rt42.patch.xz 169608 SHA256 
0b22800d44e77a528bc19a5e0033b087956dbb980edd6a0348a88ab18001c8db SHA512 
9ffadc4b980723a20873ca39488c65e245a1ddb0a882e7d6bbc90f7320d65259a864bf76a86a020448a4006726a9706b2ac0890ed1b9cebc60cfebc8041e9d77
 WHIRLPOOL 
af056c0b101082849aeb4fe2f11cf3976893838d05d28394fd97848e23eb3408ecf827ea2ff8ae52cf90d6026dff39afc9f85f28143280b16277b9b65a113049
-DIST patch-3.18.40.xz 1026848 SHA256 
6fb91894df78bbf6e2c6388a905ee0a5615b4337853f05f9319584ff8d98b908 SHA512 
1c35602b776845aa9b71889e56fa3d313235d39525403e856b1a01eb62d777a5453d7bbdf6187e8faed1740760dac0fda800fe8c3878a3211cc18a8835b91be9
 WHIRLPOOL 
8d6853fb6aaafe3f2cea14491c8a24f807570a9986656b88f68fdda5ba4117cbcecce304217baa1c1f4df1c085ad9913a2661347321ebc6383b0a7f6aee0ce63
 DIST patch-3.18.42-rt44.patch.xz 169600 SHA256 
a30e5c73e3cd7ccd9410cdeb12b58766818dbf21fd16c28b64c6f10cb4450a6a SHA512 
6a68d0dba48fd069970348f38e32c1645f5ab86ce85c1b9aadf15a7734ae6fc304977735e2b3d5a6bfe14323aede0c736cfed76bf2cb76a86227d66c5dfc35c0
 WHIRLPOOL 
d64ad546f873734bbb43906e8e5a6221a059546c604ef788a13138053c20871f9f4b629a46871c26db7d70febdfca62988e21f491f9898e39a1d618d3af5
 DIST patch-3.18.42.xz 1037132 SHA256 
f40a955f9f72e81d95fa4aa06dd83c4eaf2778145e5a9dd9e2c780700d5defbc SHA512 
a97563f7c851e380678b8109e5ad1971150d6ea88e3720386620c4fc945f908567eb891a376fd2e5b572f4cf52c732f0a15636adf6078cb38bfd7244b32604b7
 WHIRLPOOL 
214434b003f343774e18d81f361778220d462c20617ddd0a2c591b2f030e42420249dd1a4e4e57eb270018163de3c8680066224200f7004a4e61441940cc
 DIST patch-3.18.43-rt46.patch.xz 170484 SHA256 
5a91b333efdba8b20af9a01edcbd9d78b8b68ad769bf326bba68fdd555c62a1b SHA512 
517f9307fb6ae88fee22db9fb3956f31faa6150a01a63e9f4f0390561004feea53a79dc4dd1753fad38116f70b0333e7fc0016d2bfdc102225a1f48ec923bdda
 WHIRLPOOL 
2f96d4258a28fbd7f5292f1fb67c21d261a97696a3e70c612d3000acd684b84983d34a8e96142560456891bc9a86732b921ed080df5be25500272c7924668527
 DIST patch-3.18.43.xz 1053004 SHA256 
f30e19811105b8a6936dc10dfd4a93487bf56e51e514bcd551e5092f4fe91a16 SHA512 
dcc4f75ffe24a6d3a4d6e6fa00edafa2aa3dc431cfa4aac6254f8fcbf5df779557a9e8698df582df7f3e951ede79ed3fd6c8c94806cfb03a950cb20146a96e79
 WHIRLPOOL 
c99eab348d7c71c3cc3a31cf4dfc747079d0c7853c456835500e6e490ccfd59392df27d6e7043134ccbc100fee07bc6d1d656ac5f3a916dd599a7e6a7e3c1bae
 DIST patch-3.18.44-rt47.patch.xz 170484 SHA256 
52a3491dd78237c9dd51071950f26dcc025a6c7f583f843444c62d046fdb7e1f SHA512 
c523d2686efb5d7e46ce724beab9ecf29b9777303fada2bc5a501326e88e714a39d5733f5e48b4343cd9831f243e366919f11a1fab9c93963df560c11f761f33
 WHIRLPOOL 
40e27ae7348f49e3a113e3092d01e1af6c24938eda467d0a8a1b0ee43f66ed9174e4833ddf5aea2ceca9def930eba23362d1a

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/, sci-misc/boinc/

2016-11-12 Thread David Seifert
commit: cdcd619623d85b22cf53304952ab00cf880626a6
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:42 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd6196

sci-misc/boinc: Fix linker errors with wxGTK for boinc-7.6.33

Gentoo-Bug: 587462

>=x11-libs/wxGTK-3.0.2.0-r3 has webview removed. This patch adds
webview to the CLIENTGUILIBS.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2768

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

 sci-misc/boinc/boinc-7.6.33-r1.ebuild  | 157 +
 sci-misc/boinc/files/fix_webview.patch |  11 +++
 2 files changed, 168 insertions(+)

diff --git a/sci-misc/boinc/boinc-7.6.33-r1.ebuild 
b/sci-misc/boinc/boinc-7.6.33-r1.ebuild
new file mode 100644
index ..7d8033c
--- /dev/null
+++ b/sci-misc/boinc/boinc-7.6.33-r1.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER=3.0
+
+inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
+HOMEPAGE="http://boinc.ssl.berkeley.edu/";
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X cuda curl_ssl_libressl +curl_ssl_openssl static-libs"
+
+REQUIRED_USE="^^ ( curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
+RDEPEND="
+   !sci-misc/boinc-bin
+   !app-admin/quickswitch
+   >=app-misc/ca-certificates-20080809
+   
net-misc/curl[-curl_ssl_gnutls(-),curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
+   sys-apps/util-linux
+   sys-libs/zlib
+   cuda? (
+   >=dev-util/nvidia-cuda-toolkit-2.1
+   >=x11-drivers/nvidia-drivers-180.22
+   )
+   X? (
+   dev-db/sqlite:3
+   media-libs/freeglut
+   sys-libs/glibc:2.2
+   virtual/jpeg:0=
+   x11-libs/gtk+:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   app-text/docbook-xml-dtd:4.4
+   app-text/docbook2X
+"
+
+S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
+
+pkg_setup() {
+   # Bug 578750
+   if use kernel_linux; then
+   linux-info_pkg_setup
+   if ! linux_config_exists; then
+   ewarn "Can't check the linux kernel configuration."
+   ewarn "You might be missing vsyscall support."
+   elif   kernel_is -ge 4 4 \
+   && linux_chkconfig_present LEGACY_VSYSCALL_NONE; then
+   ewarn "You do not have vsyscall emulation enabled."
+   ewarn "This will prevent some boinc projects from 
running."
+   ewarn "Please enable vsyscall emulation:"
+   ewarn "CONFIG_LEGACY_VSYSCALL_EMULATE=y"
+   ewarn "in /usr/src/linux/.config, to be found at"
+   ewarn "Processor type and features --->"
+   ewarn "vsyscall table for legacy applications 
(None) --->"
+   ewarn "(X) Emulate"
+   ewarn "Alternatively, you can enable 
CONFIG_LEGACY_VSYSCALL_NATIVE."
+   ewarn "However, this has security implications and is 
not recommended."
+   fi
+   fi
+}
+
+src_prepare() {
+   # prevent bad changes in compile flags, bug 286701
+   sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
+
+   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
+   epatch "${FILESDIR}"/fix_webview.patch
+
+   eautoreconf
+
+   use X && need-wxwidgets unicode
+}
+
+src_configure() {
+   econf --disable-server \
+   --enable-client \
+   --enable-dynamic-client-linkage \
+   --disable-static \
+   --enable-unicode \
+   --with-ssl \
+   $(use_with X x) \
+   $(use_enable X manager) \
+   $(usex X --with-wx-config="${WX_CONFIG}" --without-wxdir)
+}
+
+src_install() {
+   default
+
+   keepdir /var/lib/${PN}
+
+   if use X; then
+   newicon "${S}"/packages/generic/sea/${PN}mgr.48x48.png ${PN}.png
+   make_desktop_entry boincmgr "${PN}" "${PN}" "Math;Science" 
"Path=/var/lib/${PN}"
+   fi
+
+ 

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-11-12 Thread David Seifert
commit: 55693b2ea7418d0f9aac19fad0ab535742751d8e
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:41 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55693b2e

sci-misc/boinc: New ebuild for boinc-7.4.52

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

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

 sci-misc/boinc/{boinc-7.4.42-r4.ebuild => boinc-7.4.52.ebuild} | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sci-misc/boinc/boinc-7.4.42-r4.ebuild 
b/sci-misc/boinc/boinc-7.4.52.ebuild
similarity index 90%
rename from sci-misc/boinc/boinc-7.4.42-r4.ebuild
rename to sci-misc/boinc/boinc-7.4.52.ebuild
index 6e2e785..3daf627 100644
--- a/sci-misc/boinc/boinc-7.4.42-r4.ebuild
+++ b/sci-misc/boinc/boinc-7.4.52.ebuild
@@ -13,18 +13,22 @@ MY_PV=$(get_version_component_range 1-2)
 DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
 HOMEPAGE="http://boinc.ssl.berkeley.edu/";
 
SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+RESTRICT="mirror"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X cuda static-libs"
+IUSE="X cuda curl_ssl_libressl +curl_ssl_openssl static-libs"
 
+REQUIRED_USE="^^ ( curl_ssl_libressl curl_ssl_openssl ) "
+
+# libcurl must not be using an ssl backend boinc does not support.
+# If the libcurl ssl backend changes, boinc should be recompiled.
 RDEPEND="
!sci-misc/boinc-bin
!app-admin/quickswitch
>=app-misc/ca-certificates-20080809
-   dev-libs/openssl:0=
-   net-misc/curl[ssl,-gnutls(-),-nss(-),curl_ssl_openssl(+)]
+   
net-misc/curl[-curl_ssl_gnutls(-),curl_ssl_libressl(-)=,-curl_ssl_nss(-),curl_ssl_openssl(-)=,-curl_ssl_axtls(-),-curl_ssl_cyassl(-),-curl_ssl_polarssl(-)]
sys-apps/util-linux
sys-libs/zlib
cuda? (



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/, sci-misc/boinc/

2016-11-12 Thread David Seifert
commit: ab959214be1c6b67588681761f14073f3f051270
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:43 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab959214

sci-misc/boinc: Cleanup of obsolete ebuilds and files

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2768

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

 sci-misc/boinc/Manifest  |   5 +-
 sci-misc/boinc/boinc-7.2.42-r2.ebuild| 150 --
 sci-misc/boinc/boinc-7.4.43.ebuild   | 154 ---
 sci-misc/boinc/boinc-7.6.31-r3.ebuild| 150 --
 sci-misc/boinc/files/generate_tarball.sh | 103 -
 5 files changed, 1 insertion(+), 561 deletions(-)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index 1dc63ac..c31dcd0 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,6 +1,3 @@
-DIST boinc-7.2.42.tar.gz 45420832 SHA256 
c4e9c6aef80db15afa3617804f6cdbf15586865d260b242a06197681a8ac86e6 SHA512 
c702597b2469e40cdb1fe4d47ac7b808a2f5702d7199e8bc4f2e50ec7a1058057f4edc6baec9ff64b877da788a13bd74049348286c7cbc98a7f73232f25749d0
 WHIRLPOOL 
ddade063072bef0a9dfcba50ce3878c8d0318e8ed607af045e7c7561296742dd66612d68d013be627692a3dbf54296b02dbc50533cd1d0d4a6b2deb53c99305e
 DIST boinc-7.2.44.tar.gz 46626134 SHA256 
bae214f238b8b3d1826a44e3a9e5d91cbad165e7df6daf8a7f208f36c51c5425 SHA512 
60f58eecbe1f8d1a272b338d0c2b2fcbfb95538c448cbfdab25d3e860129b519a2c3b2608a909e285bdf4378c23a71107a6d3c2d3aa519ec906480d81be19ca9
 WHIRLPOOL 
f071fce088769ca35bacc9466e3a863bc619d025e14aa26b96a5a736027e4438a2d660df804d95cc635c4bd83e636c0c79e2712f2953bbc2fd905091ec1a1589
-DIST boinc-7.4.42.tar.gz 44075908 SHA256 
2656727628cae8b15c39e48e08e0521aae345dd1cf4674c6730150500b30145f SHA512 
6eabb130d38c55b551ce216afcb8b4a27d9755c4a20dfc30e7ab0c7e8ba5ab5af6995348ec5fee6b9711aa85f7fdbcef78b05894873d8780f20c9e29e17c8ad1
 WHIRLPOOL 
3b61de0a5a443d457ceda3c01bf824fa5d9a72c7e5d8e8da1bf35f1510a7d3fb72dbbf8ce329b2f8ca18c82afc16852df0cd047d4870b06537ddff473277d655
-DIST boinc-7.4.43.tar.gz 44144046 SHA256 
f7b6c093e88227093cdc7c7a337eafe3d10ec4071bfe5cdc20dfa9fdd74fcb9b SHA512 
3c9b95daa2083c61f7794482fb1a23e2eacd6f08da49e7378450bdffab15458c58405b2945cca24bd724018859b77474e220bef94dd78c7e42eb51f8789ede63
 WHIRLPOOL 
570d9fb837bcdf74985944894719aea4bdfff174da1d1b60592a895540e3d9d160759658a0fb452a51e796dc5f9111f3f9bd05e2a1e2a54d4fdefcf7847d3598
-DIST boinc-7.6.31.tar.gz 43534132 SHA256 
133490409d4a8513024253dd22ccf6ab26f210226db97f2021fd75eb79a27f08 SHA512 
b2f35e7446bf01f4557a0d3c18ccad49a3e71d72fd25d69ff2e023ac51b1293ce3a7066ca0959e35301d1d99fc66eabf11dd89845ac120326f27fcdfa30fcdeb
 WHIRLPOOL 
0d5de909dbe8a7f961d221f01e2ffc57bacc72fc91ac26bdf30fff73f4ce80c1b60f5a7e782da8b8cda222a23455275fd96f18b902c77c971aa86a4c4a010641
+DIST boinc-7.4.52.tar.gz 44146174 SHA256 
ac27154ad28d9d0a63ba7153ebb7bcbbd0586744c763c91deeb0325d56530192 SHA512 
32623552e091bf388e85e5f118a8cd035b677091620d2b171513299428e4b53b94f7bfd75e8d4e9f46de3a7cadd8b498434acc3b9aeffbd3667aa18d65c0bc78
 WHIRLPOOL 
e1035ba513a3adced4d5576e856fc43213cca923f3d016aa86c19784a4efcbaa7e599a2728568e14121a63aa89365b1ae00b99af588824f17371836f9494266e
 DIST boinc-7.6.33.tar.gz 43569544 SHA256 
c4b1c29b9655013e0ac61dddf47ad7f30f38c46159f02a9d9dc8ab854e99aa6d SHA512 
c1a98d1a489835abdac72b300c0c8ce82eec9a677ff891c57da4df9875a9bbdd4b45dd9d5ae6ddc2926a0e47ae281fb94ff87815b8aeab0786e15062465e2c20
 WHIRLPOOL 
118578c4058b3f19fab61982a2f2007379790f37cd077f80f7e4c6a7bed30016142c3236af6274553c19ac1a662b4022ddf6323e22c7dc697ea30ca0bccfbaeb

diff --git a/sci-misc/boinc/boinc-7.2.42-r2.ebuild 
b/sci-misc/boinc/boinc-7.2.42-r2.ebuild
deleted file mode 100644
index a7c9d06..
--- a/sci-misc/boinc/boinc-7.2.42-r2.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER=2.8
-
-inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
-
-MY_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
-HOMEPAGE="http://boinc.ssl.berkeley.edu/";
-SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="X cuda static-libs"
-
-RDEPEND="
-   !sci-misc/boinc-bin
-   !app-admin/quickswitch
-   >=app-misc/ca-certificates-20080809
-   dev-libs/openssl:0=
-   net-misc/curl[ssl,-gnutls(-),-nss(-),curl_ssl_openssl(+)]
-   sys-apps/util-linux
-   sys-libs/zlib
-   cuda? (
-   >=dev-util/nvidia-cuda-toolkit-2.1
-   >=x11-drivers/nvidia-drivers-180.22
-   )
-   X? (
-   dev-db/sqlite:3
-

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-11-12 Thread David Seifert
commit: 9b44cf4c542d8d7ad55794641d3f74e51be8161f
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:45 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b44cf4c

sci-misc/boinc: Add new icons to all ebuilds with revbump

Gentoo-Bug: 593362

Currently BOINC manager uses the 48x48 icon from
/usr/share/pixmaps/boinc.png, which looks quite ugly.
There are better icons from http://boinc.berkeley.edu/logo.php.

If USE="X" is set, the ebuilds now use convert (from either
imagemagick or graphicsmagick) to produce png icons from
http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif.

Produced sizes are:
16, 22, 24, 32, 36, 48, 64, 72, 96, 128, 192 and 256.

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2768

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

 sci-misc/boinc/Manifest|  1 +
 ...inc-7.6.33-r1.ebuild => boinc-7.2.44-r1.ebuild} | 36 +
 ...inc-7.6.33-r1.ebuild => boinc-7.4.52-r1.ebuild} | 37 +++---
 sci-misc/boinc/boinc-7.6.33-r1.ebuild  | 37 +++---
 4 files changed, 76 insertions(+), 35 deletions(-)

diff --git a/sci-misc/boinc/Manifest b/sci-misc/boinc/Manifest
index c31dcd0..93aca18 100644
--- a/sci-misc/boinc/Manifest
+++ b/sci-misc/boinc/Manifest
@@ -1,3 +1,4 @@
 DIST boinc-7.2.44.tar.gz 46626134 SHA256 
bae214f238b8b3d1826a44e3a9e5d91cbad165e7df6daf8a7f208f36c51c5425 SHA512 
60f58eecbe1f8d1a272b338d0c2b2fcbfb95538c448cbfdab25d3e860129b519a2c3b2608a909e285bdf4378c23a71107a6d3c2d3aa519ec906480d81be19ca9
 WHIRLPOOL 
f071fce088769ca35bacc9466e3a863bc619d025e14aa26b96a5a736027e4438a2d660df804d95cc635c4bd83e636c0c79e2712f2953bbc2fd905091ec1a1589
 DIST boinc-7.4.52.tar.gz 44146174 SHA256 
ac27154ad28d9d0a63ba7153ebb7bcbbd0586744c763c91deeb0325d56530192 SHA512 
32623552e091bf388e85e5f118a8cd035b677091620d2b171513299428e4b53b94f7bfd75e8d4e9f46de3a7cadd8b498434acc3b9aeffbd3667aa18d65c0bc78
 WHIRLPOOL 
e1035ba513a3adced4d5576e856fc43213cca923f3d016aa86c19784a4efcbaa7e599a2728568e14121a63aa89365b1ae00b99af588824f17371836f9494266e
 DIST boinc-7.6.33.tar.gz 43569544 SHA256 
c4b1c29b9655013e0ac61dddf47ad7f30f38c46159f02a9d9dc8ab854e99aa6d SHA512 
c1a98d1a489835abdac72b300c0c8ce82eec9a677ff891c57da4df9875a9bbdd4b45dd9d5ae6ddc2926a0e47ae281fb94ff87815b8aeab0786e15062465e2c20
 WHIRLPOOL 
118578c4058b3f19fab61982a2f2007379790f37cd077f80f7e4c6a7bed30016142c3236af6274553c19ac1a662b4022ddf6323e22c7dc697ea30ca0bccfbaeb
+DIST boinc.tif 288208 SHA256 
5c14c65a7531e1dc3f7f7c18ef86eb0e27726527cb835967aed8b0d003eb564a SHA512 
548e19b87fd70dbeb05687320b86aad39981c161b5b5b7e02fc3ce886d4c464c9bb763d5652d9895dd505ce247c7ff4490caa3d407e28f54ce889ffbab22d046
 WHIRLPOOL 
6a6cace44c8483000cda787da39006db521fd9408539f8abca2c2ab913371405b97719af0518acd2f5239451a9605d0f6d67a40fdb14cb49a03a42a7a44a4c86

diff --git a/sci-misc/boinc/boinc-7.6.33-r1.ebuild 
b/sci-misc/boinc/boinc-7.2.44-r1.ebuild
similarity index 85%
copy from sci-misc/boinc/boinc-7.6.33-r1.ebuild
copy to sci-misc/boinc/boinc-7.2.44-r1.ebuild
index 7d8033c..bc0952d 100644
--- a/sci-misc/boinc/boinc-7.6.33-r1.ebuild
+++ b/sci-misc/boinc/boinc-7.2.44-r1.ebuild
@@ -2,17 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-WX_GTK_VER=3.0
+WX_GTK_VER=2.8
 
-inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+inherit autotools eutils linux-info systemd user versionator wxwidgets
 
 MY_PV=$(get_version_component_range 1-2)
 
 DESCRIPTION="The Berkeley Open Infrastructure for Network Computing"
 HOMEPAGE="http://boinc.ssl.berkeley.edu/";
-SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/BOINC/boinc/archive/client_release/${MY_PV}/${PV}.tar.gz
 -> ${P}.tar.gz
+   X? ( http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif -> 
${PN}.tif )"
 RESTRICT="mirror"
 
 LICENSE="LGPL-2.1"
@@ -42,13 +43,18 @@ RDEPEND="
virtual/jpeg:0=
x11-libs/gtk+:2
>=x11-libs/libnotify-0.7
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl,webkit]
+   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
)
 "
 DEPEND="${RDEPEND}
sys-devel/gettext
app-text/docbook-xml-dtd:4.4
app-text/docbook2X
+   X? (
+   || ( media-gfx/imagemagick[png,tiff]
+   media-gfx/graphicsmagick[imagemagick,png,tiff]
+   )
+   )
 "
 
 S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
@@ -60,7 +66,7 @@ pkg_setup() {
if ! linux_config_exists; then
ewarn "Can't check the linux kernel configuration."
ewarn "You might be missing vsyscall support."
-   elif   kernel_is -ge 4 4 \
+   elif kernel_is -ge 4 4 \

[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/files/

2016-11-12 Thread David Seifert
commit: 14de3518f17d22f210aa99d1023f13aeaa49c8de
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:43 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14de3518

sci-misc/boinc: Add suspend/resume to boinc init script, fix null byte input.

Gentoo-Bug: 493476

Enable users to suspend/resume all projects without having to start
and use the manager GUI.

Gentoo-Bug: 584386 (partly)

After upgrading to the current app-shells/bash-4.4 the stop command
provokes the following warning:

"command substitution: ignored null byte in input"

This happens due to the usage of "cut" with --output-delimiter=''.
Obviously "cut" puts a null byte out if the delimiter was set to
nothing. (Checked with hexdump, it does.)

The fix is to use "tr -d ." to concatenate the version numbers, and
then to compare against an "expr substr".

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2768

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

 sci-misc/boinc/files/boinc.init | 22 ++
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init
index e20c8df..07b8b80 100644
--- a/sci-misc/boinc/files/boinc.init
+++ b/sci-misc/boinc/files/boinc.init
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-extra_started_commands="attach"
+extra_started_commands="attach resume suspend"
 
 
 depend() {
@@ -59,9 +59,9 @@ env_check() {
 
 
 need_passwd_arg() {
-   local vers=$(${BOINCBIN} --version | cut -d '.' --output-delimiter='' 
-f 1,2)
-   [ -z "$vers" ] && vers=0
-   [ $vers -lt 74 ] && return 0
+   local vers=$(${BOINCBIN} --version | tr -d .)
+   [ -z "$vers" ] && vers="00"
+   [ $(expr substr "$vers" 1 2) -lt 74 ] && return 0
 
# From version 7.4 on, the default is to read
# gui_rpc_auth.cfg for the password.
@@ -151,3 +151,17 @@ stop() {
start-stop-daemon -u ${USER} -q -d "${RUNTIMEDIR}" -x boinccmd -- 
${password} --quit
eend $?
 }
+
+
+resume() {
+   for url in $(boinccmd --get_project_status | sed -n 's/\s*master URL: 
//p'); do
+   boinccmd --project ${url} resume
+   done
+}
+
+
+suspend() {
+   for url in $(boinccmd --get_project_status | sed -n 's/\s*master URL: 
//p'); do
+   boinccmd --project ${url} suspend;
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/

2016-11-12 Thread David Seifert
commit: 84a54f76e75c3a53d0ab2b4188bcf73c9e942518
Author: Sven Eden  gmx  net>
AuthorDate: Sat Nov 12 15:23:44 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:39:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a54f76

sci-misc/boinc: Update to EAPI 6

Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2768

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

 sci-misc/boinc/boinc-7.2.44.ebuild |  8 +---
 sci-misc/boinc/boinc-7.4.52.ebuild | 13 ++---
 sci-misc/boinc/boinc-7.6.33.ebuild | 13 ++---
 3 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/sci-misc/boinc/boinc-7.2.44.ebuild 
b/sci-misc/boinc/boinc-7.2.44.ebuild
index c36fd44..7503d03 100644
--- a/sci-misc/boinc/boinc-7.2.44.ebuild
+++ b/sci-misc/boinc/boinc-7.2.44.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 WX_GTK_VER=2.8
 
-inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+inherit autotools eutils linux-info systemd user versionator wxwidgets
 
 MY_PV=$(get_version_component_range 1-2)
 
@@ -77,6 +77,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
# prevent bad changes in compile flags, bug 286701
sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
 
@@ -121,7 +123,7 @@ pkg_preinst() {
# elog user about the need of being in video group
local groups="${PN}"
if use cuda; then
-   group+=",video"
+   groups+=",video"
fi
enewuser ${PN} -1 -1 /var/lib/${PN} "${groups}"
 }

diff --git a/sci-misc/boinc/boinc-7.4.52.ebuild 
b/sci-misc/boinc/boinc-7.4.52.ebuild
index 3daf627..52326a2 100644
--- a/sci-misc/boinc/boinc-7.4.52.ebuild
+++ b/sci-misc/boinc/boinc-7.4.52.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 WX_GTK_VER=3.0
 
-inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+inherit autotools eutils linux-info systemd user versionator wxwidgets
 
 MY_PV=$(get_version_component_range 1-2)
 
@@ -51,6 +51,11 @@ DEPEND="${RDEPEND}
app-text/docbook2X
 "
 
+PATCHES=(
+   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
+   "${FILESDIR}"/fix_webview.patch
+)
+
 S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
 
 pkg_setup() {
@@ -77,6 +82,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
# prevent bad changes in compile flags, bug 286701
sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
 
@@ -121,7 +128,7 @@ pkg_preinst() {
# elog user about the need of being in video group
local groups="${PN}"
if use cuda; then
-   group+=",video"
+   groups+=",video"
fi
enewuser ${PN} -1 -1 /var/lib/${PN} "${groups}"
 }

diff --git a/sci-misc/boinc/boinc-7.6.33.ebuild 
b/sci-misc/boinc/boinc-7.6.33.ebuild
index 3daf627..52326a2 100644
--- a/sci-misc/boinc/boinc-7.6.33.ebuild
+++ b/sci-misc/boinc/boinc-7.6.33.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 WX_GTK_VER=3.0
 
-inherit autotools flag-o-matic linux-info systemd user versionator wxwidgets
+inherit autotools eutils linux-info systemd user versionator wxwidgets
 
 MY_PV=$(get_version_component_range 1-2)
 
@@ -51,6 +51,11 @@ DEPEND="${RDEPEND}
app-text/docbook2X
 "
 
+PATCHES=(
+   # >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed, bug 587462
+   "${FILESDIR}"/fix_webview.patch
+)
+
 S="${WORKDIR}/${PN}-client_release-${MY_PV}-${PV}"
 
 pkg_setup() {
@@ -77,6 +82,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
# prevent bad changes in compile flags, bug 286701
sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed"
 
@@ -121,7 +128,7 @@ pkg_preinst() {
# elog user about the need of being in video group
local groups="${PN}"
if use cuda; then
-   group+=",video"
+   groups+=",video"
fi
enewuser ${PN} -1 -1 /var/lib/${PN} "${groups}"
 }



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

2016-11-12 Thread Kent Fredric
commit: 532d38cb1da827189e1ce4c75e779316fb9b9995
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 12 15:08:57 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 12 15:36:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532d38cb

dev-perl/DateTime-TimeZone: Fix wrongly normalised version

And minor dep fixes.

Package-Manager: portage-2.3.2

 ...DateTime-TimeZone-2.010.0.ebuild => DateTime-TimeZone-2.10.0.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.010.0.ebuild 
b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
similarity index 97%
rename from dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.010.0.ebuild
rename to dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
index 61763cd..4f21c3e 100644
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.010.0.ebuild
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.10.0.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
-   virtual/perl-File-Spec
+   virtual/perl-File-Path
virtual/perl-File-Temp
virtual/perl-Storable
dev-perl/Test-Fatal



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

2016-11-12 Thread Kent Fredric
commit: fadfada3b0e0ad7d3b84a3837cbd24c831af2ef4
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Nov 12 15:35:12 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Nov 12 15:36:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadfada3

dev-perl/DateTime-Format-Mail: Bump to 0.403.0

- EAPI6
- Parallel Testing

Upstream:
- Use ->set_locale instead of ->set to set the locale in order to
  avoid unintentionally changing local time.

Package-Manager: portage-2.3.2

 .../DateTime-Format-Mail-0.403.0.ebuild| 33 ++
 dev-perl/DateTime-Format-Mail/Manifest |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild 
b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
new file mode 100644
index ..fac53e8
--- /dev/null
+++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.403.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BOOK
+DIST_VERSION=0.403
+inherit perl-module
+
+DESCRIPTION="Convert between DateTime and RFC2822/822 formats"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/DateTime-1.40.0
+   dev-perl/Params-Validate
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Test-Simple
+   )
+"
+
+src_test() {
+   perl_rm_files t/author-*.t t/release-*.t
+   perl-module_src_test
+}

diff --git a/dev-perl/DateTime-Format-Mail/Manifest 
b/dev-perl/DateTime-Format-Mail/Manifest
index c081e18..9a3c6ae 100644
--- a/dev-perl/DateTime-Format-Mail/Manifest
+++ b/dev-perl/DateTime-Format-Mail/Manifest
@@ -1 +1,2 @@
 DIST DateTime-Format-Mail-0.402.tar.gz 178213 SHA256 
d788c883969e1647ed0524cc130d897276de23eaa3261f3616458ddd3a4a88fb SHA512 
079a4a4e3dbd8b585726b03809e42436d48a71c94f4a94a662e7955278374ff564ee0fae4a4999f84f2f35d78b0d695b917a737e262a7499940272abd66ac5c6
 WHIRLPOOL 
31dc42331f7a3f8615d4c1376aa19459772c82f4d59bd2d820e4c6f245b4efa797cd922b841ca00a8e289b477bb1cdc4204a8c998576aa154830c15b19196433
+DIST DateTime-Format-Mail-0.403.tar.gz 178292 SHA256 
8df8e35c4477388ff5c7ce8b3e8b6ae4ed30209c7a5051d41737bd14d755fcb0 SHA512 
b5e6f0ffdda3c52aa64b65414f399dcc06f72004c5421f8f0dbf1f9d4cda6e0deb1c3873df62531dc265a44ac66fd110dfc1d4273c97a48b0c472a67b03fd56f
 WHIRLPOOL 
8e8cc18550d7bdd698c6b7f264a91595b04e20ca90c9539a5a99774d47c6ad0dfd92d4f9e2b85f822e1f4ec700f654d38bf19791d38873a8c4d6df420acab5bf



[gentoo-commits] repo/gentoo:master commit in: sci-physics/rivet/

2016-11-12 Thread David Seifert
commit: d5f7b3e76aeadfaa13b25d93b7e989beeeafa683
Author: Gerhard Bräunlich  gmx  net>
AuthorDate: Fri Nov 11 13:56:45 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:01:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f7b3e7

sci-physics/rivet: Fixing URL for refs.bib

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

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

 sci-physics/rivet/Manifest   | 2 +-
 sci-physics/rivet/rivet-2.5.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/rivet/Manifest b/sci-physics/rivet/Manifest
index d184eee..8dc4791 100644
--- a/sci-physics/rivet/Manifest
+++ b/sci-physics/rivet/Manifest
@@ -1,3 +1,3 @@
 DIST Rivet-2.3.0.tar.bz2 2742948 SHA256 
dd07702981d586e4b97b0fa56ae08cd08a631a952322a9b52e7622a46a7741ab SHA512 
b51b77f80d69156dead899312cad838bc03479a072e163df50262e86790503515f8ab8af93723c3cbd33007d9812aa10581b2c960d92bc1fcf5031d27018d239
 WHIRLPOOL 
ce9e5dd34ba9b53de192aee39bcd94565a62a328bd35dcb1ef810cc7b129e9ae6529fc8f970889f7a6970567bdd0f040d15fc5bbb83ec22e38daccb34cbb4fdf
 DIST Rivet-2.5.2.tar.bz2 3005023 SHA256 
70aa27764a14159c94c0b753a0c3d3600ac669def398cb2d8a6c63ae17704f05 SHA512 
dd84143eb5d4b24ae2e5ace175e349fe48b4b5e6a47b3aa031a4144c635f016e8bbd731ed3f96b5c2f52c7df8ff0f1db70750fc45381bdfcdd469fd4c058beef
 WHIRLPOOL 
cd17c53ba337cc5f6e9d747f37640b86958844cfbf328a99350a3e7850e1ae158aab6cbedd8791da3f5f56084ed219a8ff7d9b2bc3d9c73848531f0d868c475a
-DIST refs.bib 65375 SHA256 
c4c0a1d1d46c504baff9f44fdb9ecec5adc7773c89746e9b573abd2349c61431 SHA512 
ab6c0942235f4f88de0c3801c0be4b0e51643a684c6cf55ae58db57a5ffa0e59c9a616547f8a7549b696888983ac3980f1f0d1bfd21adbfbfa732e12ee2e5ce2
 WHIRLPOOL 
c2e31e4a4159f101ecc094d33e65321ce5aa7aa2e1e30f56c8fd34d5f7a22f581f2a269478e30066c8ad03a50279c1b7cf7db8b357f446646fcab8a54e8d8d99
+DIST refs.bib 16907 SHA256 
bc6f313c09d8b7a8a2dd1ff448ba1a51b4b138428fbcc4447f9e67286e40 SHA512 
64755e6aeaa1f0b3fb76a33ffdf226bcd42ee597a78a8d458b728f0e6f576d4dafbb276a0498c3b573d23054ccbf54ada6f6c12faf52dbfbeef2372094d01181
 WHIRLPOOL 
f026ee892cd3456c4723fa982f6d739a0c126481bfdd6dd16a20e4f0d6fdfa34a0630c48115c6597eda15d0fa8cc12b8069b0ce1d12bc1acdffdc304acb4888f

diff --git a/sci-physics/rivet/rivet-2.5.2.ebuild 
b/sci-physics/rivet/rivet-2.5.2.ebuild
index 7e55cc4..b3bc7d4 100644
--- a/sci-physics/rivet/rivet-2.5.2.ebuild
+++ b/sci-physics/rivet/rivet-2.5.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Toolkit for validation of Monte Carlo HEP event 
generators"
 HOMEPAGE="http://rivet.hepforge.org/";
 
 SRC_URI="http://www.hepforge.org/archive/${PN}/${P^}.tar.bz2
-   doc? ( https://rivet.hepforge.org/trac/browser/doc/refs.bib )"
+   doc? ( 
https://rivet.hepforge.org/trac/export/8a05acecd26c18f368f4b748da2d5aa2db46be6c/doc/refs.bib
 )"
 LICENSE="GPL-2"
 
 SLOT="0"



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

2016-11-12 Thread David Seifert
commit: e8550bc4c91bd0a95a71979a00357910939d7021
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Nov 10 23:57:11 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:01:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8550bc4

app-editors/kakoune: update live ebuild

introduce static use flag
Closes: https://github.com/gentoo/gentoo/pull/2802

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

 app-editors/kakoune/kakoune-.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/kakoune/kakoune-.ebuild 
b/app-editors/kakoune/kakoune-.ebuild
index cee9215..4a1339b 100644
--- a/app-editors/kakoune/kakoune-.ebuild
+++ b/app-editors/kakoune/kakoune-.ebuild
@@ -13,10 +13,10 @@ EGIT_REPO_URI="https://github.com/mawww/kakoune.git";
 LICENSE="Unlicense"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug"
+IUSE="debug static"
 
 RDEPEND="
-   sys-libs/ncurses:=[unicode]
+   sys-libs/ncurses:0=[unicode]
dev-libs/boost:=
 "
 DEPEND="
@@ -25,9 +25,9 @@ DEPEND="
${RDEPEND}
 "
 
-PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
+PATCHES=( "${FILESDIR}/${PN}-0_pre2016-makefile.patch" )
 
-pkg_pretend() {
+pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
die "Clang or GCC >=5.0 is required to build this 
version"
@@ -38,11 +38,11 @@ pkg_pretend() {
 src_configure() {
append-cppflags $($(tc-getPKG_CONFIG) --cflags ncursesw)
append-libs $($(tc-getPKG_CONFIG) --libs ncursesw)
-   export CXX=$(tc-getCXX)
+   tc-export CXX
export debug=$(usex debug)
-   S="${WORKDIR}/${P}/src"
+   export static=$(usex static)
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" docdir="${D}/usr/share/doc/${PF}" 
install
+   emake -C src DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
docdir="${ED%/}/usr/share/doc/${PF}" install
 }



[gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/, app-editors/kakoune/files/

2016-11-12 Thread David Seifert
commit: 75357f680cb57e4e31e130e042cfde2d9edbb994
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Nov 10 23:55:43 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:01:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75357f68

app-editors/kakoune: version bump to 0_pre2016

introduce static use flag
Closes: https://github.com/gentoo/gentoo/pull/2802

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

 app-editors/kakoune/Manifest   |  1 +
 .../files/kakoune-0_pre2016-makefile.patch | 47 
 app-editors/kakoune/kakoune-0_pre2016.ebuild   | 50 ++
 3 files changed, 98 insertions(+)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index 15067d9..c9a77b3 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1,2 +1,3 @@
 DIST kakoune-0_pre20160620.tar.gz 370523 SHA256 
4344bc78a15942c01818c8e8a80f228249557f5d2d20c2fdc845faeef86abe2e SHA512 
c186b9024db7956d9bcae925727c3f30dd2c2fb49995e97c56dbdf59c3f17989feb405086957818685a08530da0f2b58b5798687959267da7e9e2a25dd78003c
 WHIRLPOOL 
c555754e4fc3456ce7912d60adb72191349692d0465996893ceb1162cc5f7f61b08b0098f13a54d5d44c861aaf3b23eaea343813f055b8ca06f6ce1305a30f4d
 DIST kakoune-0_pre20160826.tar.gz 377788 SHA256 
c54c7b7ed4cca371477bfa6bf9e17ef8fe343debd83c5ae165538899e968a05f SHA512 
98a679a9ecf22cb5ea4648b766164c8fc72d818d6b839b35e8c66ca2b73c109e5dfadf6745ae25a9eda9e426b4775d2f3c677417217c31cdabe7919ef1bf0839
 WHIRLPOOL 
bd13b26bda0c1f92edd7c77f691ff5d2b576dc17dcba453272e5e4eac66edaabc9f0f7f4aaf626b5f2475e275eafa7bee38197d49033db85b11a5e7c87df75f0
+DIST kakoune-0_pre2016.tar.gz 394608 SHA256 
3c12a79360b83490429952ace10de1f80cff88ea8e8ffe7e27d1b6a00f2a63e7 SHA512 
7d7893800519626f2eff2a4dccd8e0c36e374b67e419c4f7682b1e9c14817e2bdae30d6cbb49db22a9b2ffd5a5e5fa1558c3e731eea225c804bff3bf5027d18c
 WHIRLPOOL 
190c427f691c9cf903bf86390606ba71295ea2d21d91f739f71818ba15da01bf946c6c08fdfa912be773e95900a2a6203aaa17fdf8e74d98712bf45f7884f860

diff --git a/app-editors/kakoune/files/kakoune-0_pre2016-makefile.patch 
b/app-editors/kakoune/files/kakoune-0_pre2016-makefile.patch
new file mode 100644
index ..1084ea6
--- /dev/null
+++ b/app-editors/kakoune/files/kakoune-0_pre2016-makefile.patch
@@ -0,0 +1,47 @@
+diff --git a/src/Makefile b/src/Makefile
+index 966582d..cdac6ba 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -4,10 +4,10 @@ pedantic ?= yes
+
+ ifeq ($(debug),yes)
+ CPPFLAGS += -DKAK_DEBUG
++CXXFLAGS += -g
+ suffix := .debug
+ else
+ ifeq ($(debug),no)
+-CXXFLAGS += -O3
+ suffix := .opt
+ else
+ $(error debug should be either yes or no)
+@@ -27,8 +27,6 @@ mandocs := $(docs:.asciidoc=.gz)
+ PREFIX ?= /usr/local
+ DESTDIR ?= # root dir
+
+-NCURSESW_INCLUDE ?= /usr/include/ncursesw
+-
+ bindir := $(DESTDIR)$(PREFIX)/bin
+ sharedir := $(DESTDIR)$(PREFIX)/share/kak
+ docdir := $(DESTDIR)$(PREFIX)/share/doc/kak
+@@ -52,10 +50,9 @@ else ifeq ($(os),DragonFly)
+ LDFLAGS += -L/usr/local/lib
+ else ifneq (,$(findstring CYGWIN,$(os)))
+ CPPFLAGS += -D_XOPEN_SOURCE=700
+-LIBS += -lncursesw -lboost_regex -ldbghelp
++LIBS += -lboost_regex -ldbghelp
+ else
+-LIBS += -lncursesw -lboost_regex
+-CPPFLAGS += -I$(NCURSESW_INCLUDE)
++LIBS += -lboost_regex
+ LDFLAGS += -rdynamic
+ endif
+
+@@ -64,7 +61,7 @@ ifeq ($(static),yes)
+ LDFLAGS += -static -pthread
+ endif
+
+-CXXFLAGS += -std=gnu++11 -g -Wall -Wno-reorder -Wno-sign-compare -Wno-address
++CXXFLAGS += -std=gnu++11 -Wall -Wno-reorder -Wno-sign-compare -Wno-address
+
+ all : kak
+ kak : $(objects)

diff --git a/app-editors/kakoune/kakoune-0_pre2016.ebuild 
b/app-editors/kakoune/kakoune-0_pre2016.ebuild
new file mode 100644
index ..1e7e6df
--- /dev/null
+++ b/app-editors/kakoune/kakoune-0_pre2016.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs vcs-snapshot versionator
+
+REF="85ce5db08a6461f5fef13cc4f6b090c858698d91"
+
+DESCRIPTION="Selection-oriented code editor inspired by vim"
+HOMEPAGE="https://github.com/mawww/kakoune";
+SRC_URI="https://github.com/mawww/${PN}/tarball/${REF} -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug static"
+
+RDEPEND="
+   sys-libs/ncurses:0=[unicode]
+   dev-libs/boost:=
+"
+DEPEND="
+   app-text/asciidoc
+   virtual/pkgconfig
+   ${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0_pre2016-makefile.patch" )
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
+   die "Clang or GCC >=5.0 is required to build this 
version"
+   fi
+   fi
+}
+
+src_configure() {
+   append-cppflags $

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

2016-11-12 Thread David Seifert
commit: 3c71d3fdfc489022d16720917675768a725e
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Thu Nov 10 23:57:49 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:01:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c71d3fd

app-editors/kakoune: drop old 0_pre20160826

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

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

 app-editors/kakoune/Manifest |  1 -
 app-editors/kakoune/kakoune-0_pre20160826.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest
index c9a77b3..41fde77 100644
--- a/app-editors/kakoune/Manifest
+++ b/app-editors/kakoune/Manifest
@@ -1,3 +1,2 @@
 DIST kakoune-0_pre20160620.tar.gz 370523 SHA256 
4344bc78a15942c01818c8e8a80f228249557f5d2d20c2fdc845faeef86abe2e SHA512 
c186b9024db7956d9bcae925727c3f30dd2c2fb49995e97c56dbdf59c3f17989feb405086957818685a08530da0f2b58b5798687959267da7e9e2a25dd78003c
 WHIRLPOOL 
c555754e4fc3456ce7912d60adb72191349692d0465996893ceb1162cc5f7f61b08b0098f13a54d5d44c861aaf3b23eaea343813f055b8ca06f6ce1305a30f4d
-DIST kakoune-0_pre20160826.tar.gz 377788 SHA256 
c54c7b7ed4cca371477bfa6bf9e17ef8fe343debd83c5ae165538899e968a05f SHA512 
98a679a9ecf22cb5ea4648b766164c8fc72d818d6b839b35e8c66ca2b73c109e5dfadf6745ae25a9eda9e426b4775d2f3c677417217c31cdabe7919ef1bf0839
 WHIRLPOOL 
bd13b26bda0c1f92edd7c77f691ff5d2b576dc17dcba453272e5e4eac66edaabc9f0f7f4aaf626b5f2475e275eafa7bee38197d49033db85b11a5e7c87df75f0
 DIST kakoune-0_pre2016.tar.gz 394608 SHA256 
3c12a79360b83490429952ace10de1f80cff88ea8e8ffe7e27d1b6a00f2a63e7 SHA512 
7d7893800519626f2eff2a4dccd8e0c36e374b67e419c4f7682b1e9c14817e2bdae30d6cbb49db22a9b2ffd5a5e5fa1558c3e731eea225c804bff3bf5027d18c
 WHIRLPOOL 
190c427f691c9cf903bf86390606ba71295ea2d21d91f739f71818ba15da01bf946c6c08fdfa912be773e95900a2a6203aaa17fdf8e74d98712bf45f7884f860

diff --git a/app-editors/kakoune/kakoune-0_pre20160826.ebuild 
b/app-editors/kakoune/kakoune-0_pre20160826.ebuild
deleted file mode 100644
index bbbcbd3..
--- a/app-editors/kakoune/kakoune-0_pre20160826.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs vcs-snapshot versionator
-
-REF="9124851029700026bc937c81da829fbadcc5b29d"
-
-DESCRIPTION="Selection-oriented code editor inspired by vim"
-HOMEPAGE="https://github.com/mawww/kakoune";
-SRC_URI="https://github.com/mawww/${PN}/tarball/${REF} -> ${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   sys-libs/ncurses:=[unicode]
-   dev-libs/boost:=
-"
-DEPEND="
-   app-text/asciidoc
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${PN}-makefile.patch" )
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if tc-is-gcc && ! version_is_at_least 5.0 $(gcc-version); then
-   die "Clang or GCC >=5.0 is required to build this 
version"
-   fi
-   fi
-}
-
-src_configure() {
-   append-cppflags $($(tc-getPKG_CONFIG) --cflags ncursesw)
-   append-libs $($(tc-getPKG_CONFIG) --libs ncursesw)
-   export CXX=$(tc-getCXX)
-   export debug=$(usex debug)
-   S="${WORKDIR}/${P}/src"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" docdir="${D}/usr/share/doc/${PF}" 
install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/abiword/, app-office/abiword/files/

2016-11-12 Thread David Seifert
commit: 9d2e95e80122db5a8f186ccaf1f3c60c8f32a6b3
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 12 14:18:00 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Nov 12 15:00:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2e95e8

app-office/abiword: Version bump to 3.0.2

Gentoo-bug: 488462, 582788, 595250
* EAPI=6

Package-Manager: portage-2.3.2

 app-office/abiword/Manifest|1 +
 app-office/abiword/abiword-3.0.2.ebuild|  138 +++
 .../abiword/files/abiword-2.6.0-boolean.patch  |   13 +
 .../abiword/files/abiword-2.8.3-desktop.patch  |   12 +
 .../abiword/files/abiword-3.0.0-librevenge.patch   | 1169 
 app-office/abiword/files/abiword-3.0.0-libwp.patch |   36 +
 .../abiword-3.0.0-link-grammar-5-second.patch  |   19 +
 .../abiword/files/abiword-3.0.1-fixwps.patch   |   31 +
 .../abiword/files/abiword-3.0.1-libwps-0.4.patch   |   54 +
 .../abiword-3.0.2-fix-installing-readme.patch  |   19 +
 10 files changed, 1492 insertions(+)

diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest
index ecde7ed..3df5d1c 100644
--- a/app-office/abiword/Manifest
+++ b/app-office/abiword/Manifest
@@ -1 +1,2 @@
 DIST abiword-3.0.1.tar.gz 11144990 SHA256 
e094f6fbf0afc5c5538b4894888e7c346f8ee8f49c9d24821dd696d0734865c6 SHA512 
c655aabe0ba0a9880f30808e26c02ec3280c750625faa482a68d4d336742f85659a7af7d6413d8813b82d3de0a3f6b61b6f6898f030bb921d792ad866879dbcf
 WHIRLPOOL 
7d06614673d7275df57999783205b98a41f0588c7eadfdd4d29e30dd52cf1c44aa5b07e90d47ece328119da9877aec7754511a40768b6ea844c3683abefdcad7
+DIST abiword-3.0.2.tar.gz 11154333 SHA256 
afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522 SHA512 
29ce9e80b3b85ab2933e7d39216771d8c4e05db5255eaed0cf8e1d032ffaac2cb1880bf24e754196ad5dae4969a1c2101ce4dc9c1db14604adc2f852b6a17fe3
 WHIRLPOOL 
c916d144a68f6581927c6d75d12cac2ae39e213e1ca928f190c19ffd8843cb0c463e671ec4ef6b21ab0d4c49a084e04a8b7eeed75bf45fdc0f76dfa4391ff898

diff --git a/app-office/abiword/abiword-3.0.2.ebuild 
b/app-office/abiword/abiword-3.0.2.ebuild
new file mode 100644
index ..f84d0cd
--- /dev/null
+++ b/app-office/abiword/abiword-3.0.2.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="Fully featured yet light and fast cross platform word processor"
+HOMEPAGE="http://www.abisource.com/";
+SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86 ~amd64-linux ~x86-linux"
+IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map 
math ots +plugins readline redland spell wordperfect wmf thesaurus"
+
+# You need 'plugins' enabled if want to enable the extra plugins
+REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline 
!thesaurus !wordperfect !wmf )"
+
+RDEPEND="
+   >=app-text/wv-1.2
+   >=dev-libs/fribidi-0.10.4
+   >=dev-libs/glib-2.16:2
+   >=dev-libs/libgcrypt-1.4.5:0=
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.16:2
+   >=gnome-extra/libgsf-1.14.18:=
+   >=media-libs/libpng-1.2:0=
+   virtual/jpeg:0
+   >=x11-libs/cairo-1.10[X]
+   >=x11-libs/gtk+-3.0.8:3[cups?]
+   calendar? ( >=dev-libs/libical-0.46:= )
+   eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
+   goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
+   introspection? ( >=dev-libs/gobject-introspection-1.0.0 )
+   map? ( >=media-libs/libchamplain-0.12 )
+   plugins? (
+   collab? (
+   >=dev-libs/libxml2-2.4
+   >=net-libs/loudmouth-1
+   net-libs/libsoup:2.4
+   net-libs/gnutls:= )
+   grammar? ( >=dev-libs/link-grammar-4.2.1 )
+   math? ( >=x11-libs/gtkmathview-0.7.5 )
+   ots? ( >=app-text/ots-0.5-r1 )
+   readline? ( sys-libs/readline:0= )
+   thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
+   wordperfect? (
+   app-text/libwpd:0.10
+   app-text/libwpg:0.3 )
+   wmf? ( >=media-libs/libwmf-0.2.8 )
+   )
+   redland? (
+   >=dev-libs/redland-1.0.10
+   >=dev-libs/rasqal-0.9.17 )
+   spell? ( >=app-text/enchant-1.2 )
+   !=psiconv-0.9.4
+   use readline && plugins+=(command)
+   use thesaurus && plugins+=(aiksaurus)
+   use wmf && plugins+=(wmf)
+   # wordperfect: >=wpd-0.9 >=wpg-0.2
+   use wordperfect && plugins+=(wpg)
+   fi
+
+   gnome2_src_configure \
+   --enable-plugins="${plugins[*]}" \
+   --disable-static \
+   --disable-default-plugins \
+   --disable-builtin-plugins \
+

[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/files/, dev-ml/llvm-ocaml/

2016-11-12 Thread Michał Górny
commit: 1144ef99daab3a370e0e6d9c1b6f42cfe2d84d85
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 14:31:35 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 14:41:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1144ef99

dev-ml/llvm-ocaml: Split OCaml bindings out of LLVM

Introduce an ebuild to build LLVM OCaml bindings separately from LLVM
itself. As pointed out by our OCaml team, the OCaml bindings have to be
rebuilt much more frequently than LLVM itself (that is, on every
dependency upgrade). Furthermore, OCaml tests seem to have problems
running from build dir without LLVM installed. Therefore, use
the LLVM_OCAML_OUT_OF_TREE build logic that was added for OPAM.

 ...ake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch |  28 +
 dev-ml/llvm-ocaml/llvm-ocaml-.ebuild   | 115 +
 dev-ml/llvm-ocaml/metadata.xml |   7 ++
 3 files changed, 150 insertions(+)

diff --git 
a/dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
 
b/dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
new file mode 100644
index ..8a2c091
--- /dev/null
+++ 
b/dev-ml/llvm-ocaml/files/llvm-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch
@@ -0,0 +1,28 @@
+From a2ecd4815d285281cb816e06b25dc0dc2a933073 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sun, 21 Aug 2016 23:13:45 +0200
+Subject: [PATCH 06/10] cmake: Remove the CMAKE_BUILD_TYPE assertion
+
+---
+ CMakeLists.txt | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 894bc8c..453fcb8 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -232,11 +232,6 @@ endif()
+ 
+ string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
+ 
+-if (CMAKE_BUILD_TYPE AND
+-NOT uppercase_CMAKE_BUILD_TYPE MATCHES 
"^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
+-  message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: 
${CMAKE_BUILD_TYPE}")
+-endif()
+-
+ set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory 
name (32/64)" )
+ 
+ set(LLVM_TOOLS_INSTALL_DIR "bin" CACHE STRING "Path for binary subdirectory 
(defaults to 'bin')")
+-- 
+2.9.3
+

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild
new file mode 100644
index ..43a6277
--- /dev/null
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+CMAKE_MIN_VERSION=3.4.3
+
+PYTHON_COMPAT=( python2_7 )
+inherit cmake-utils git-r3 python-any-r1
+
+DESCRIPTION="OCaml bindings for LLVM"
+HOMEPAGE="http://llvm.org/";
+SRC_URI=""
+EGIT_REPO_URI="http://llvm.org/git/llvm.git
+   https://github.com/llvm-mirror/llvm.git";
+
+# Keep in sync with sys-devel/llvm
+ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
+   NVPTX PowerPC RISCV Sparc SystemZ X86 XCore )
+ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
+LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
+
+LICENSE="UoI-NCSA"
+SLOT="0/${PV}"
+KEYWORDS=""
+IUSE="test ${ALL_LLVM_TARGETS[*]}"
+
+RDEPEND="
+   >=dev-lang/ocaml-4.00.0:0=
+   dev-ml/ocaml-ctypes:=
+   ~sys-devel/llvm-${PV}:=[${LLVM_TARGET_USEDEPS// /,}]
+   !sys-devel/llvm[ocaml(-)]"
+# configparser-3.2 breaks the build (3.3 or none at all are fine)
+DEPEND="${RDEPEND}
+   dev-lang/perl
+   dev-ml/findlib
+   test? ( dev-ml/ounit
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
+   !!
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   l...@gentoo.org
+   
+



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/

2016-11-12 Thread Michał Górny
commit: c5e1ca1d60feaecdda3eb249b43fd3a638c4007f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 12 14:39:37 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 12 14:41:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e1ca1d

sys-devel/llvm: Remove OCaml (now in dev-ml/llvm-ocaml)

 sys-devel/llvm/llvm-.ebuild | 22 +-
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/sys-devel/llvm/llvm-.ebuild b/sys-devel/llvm/llvm-.ebuild
index 1a43cd4..0812bdd 100644
--- a/sys-devel/llvm/llvm-.ebuild
+++ b/sys-devel/llvm/llvm-.ebuild
@@ -35,7 +35,7 @@ LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="0/${PV%.*}"
 KEYWORDS=""
-IUSE="debug +doc gold libedit +libffi multitarget ncurses ocaml test
+IUSE="debug +doc gold libedit +libffi multitarget ncurses test
elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 
 RDEPEND="
@@ -43,10 +43,7 @@ RDEPEND="
gold? ( >=sys-devel/binutils-2.22:*[cxx] )
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
-   ocaml? (
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:= )"
+   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )"
 # configparser-3.2 breaks the build (3.3 or none at all are fine)
 DEPEND="${RDEPEND}
dev-lang/perl
@@ -58,8 +55,6 @@ DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
gold? ( sys-libs/binutils-libs )
libffi? ( virtual/pkgconfig )
-   ocaml? ( dev-ml/findlib
-   test? ( dev-ml/ounit ) )
test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
!!

[gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/

2016-11-12 Thread Justin Lecher
commit: 911711947e81797ccf6bb3bc734cfce06a37698d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 12 13:38:42 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 12 14:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91171194

mail-mta/nullmailer: Add missing slotoperator

fix quoting

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 mail-mta/nullmailer/nullmailer-2.0.ebuild | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild 
b/mail-mta/nullmailer/nullmailer-2.0.ebuild
index f3771bb..e1a2d14 100644
--- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
@@ -17,11 +17,11 @@ IUSE="ssl"
 
 DEPEND="
sys-apps/groff
-   ssl? ( net-libs/gnutls )"
+   ssl? ( net-libs/gnutls:0= )"
 RDEPEND="
virtual/logger
virtual/shadow
-   ssl? ( net-libs/gnutls )
+   ssl? ( net-libs/gnutls:0= )
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
@@ -99,8 +99,8 @@ src_install() {
 }
 
 pkg_postinst() {
-   if [ ! -e ${EROOT}var/spool/nullmailer/trigger ]; then
-   mkfifo "${EROOT}"var/spool/nullmailer/trigger || die
+   if [ ! -e "${EROOT}var/spool/nullmailer/trigger" ]; then
+   mkfifo "${EROOT}var/spool/nullmailer/trigger" || die
fi
chown nullmail:nullmail \
"${EROOT}"var/log/nullmailer \
@@ -121,18 +121,18 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   if [[ -e ${EROOT}var/spool/nullmailer/trigger ]]; then
-   rm "${EROOT}"var/spool/nullmailer/trigger || die
+   if [[ -e "${EROOT}var/spool/nullmailer/trigger" ]]; then
+   rm "${EROOT}var/spool/nullmailer/trigger" || die
fi
 }
 
 pkg_config() {
-   if [ ! -s ${EROOT}etc/nullmailer/me ]; then
+   if [ ! -s "${EROOT}etc/nullmailer/me" ]; then
einfo "Setting /etc/nullmailer/me"
-   hostname --fqdn > "${EROOT}"etc/nullmailer/me
+   hostname --fqdn > "${EROOT}etc/nullmailer/me"
fi
-   if [ ! -s ${EROOT}etc/nullmailer/defaultdomain ]; then
+   if [ ! -s "${EROOT}etc/nullmailer/defaultdomain" ]; then
einfo "Setting /etc/nullmailer/defaultdomain"
-   hostname --domain > "${EROOT}"etc/nullmailer/defaultdomain
+   hostname --domain > "${EROOT}etc/nullmailer/defaultdomain"
fi
 }



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

2016-11-12 Thread Justin Lecher
commit: 0cecad83ce604395b59243a63e2130a7763465f0
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 12 12:39:02 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 12 14:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cecad83

app-text/enchant: Add missing slotoperator

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 app-text/enchant/enchant-1.6.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/enchant/enchant-1.6.0.ebuild 
b/app-text/enchant/enchant-1.6.0.ebuild
index 958d6b0..181d389 100644
--- a/app-text/enchant/enchant-1.6.0.ebuild
+++ b/app-text/enchant/enchant-1.6.0.ebuild
@@ -15,9 +15,10 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="aspell +hunspell static-libs zemberek"
 
-COMMON_DEPENDS="dev-libs/glib:2
+COMMON_DEPENDS="
+   dev-libs/glib:2
aspell? ( app-text/aspell )
-   hunspell? ( >=app-text/hunspell-1.2.1 )
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )
zemberek? ( dev-libs/dbus-glib )"
 
 RDEPEND="${COMMON_DEPENDS}



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

2016-11-12 Thread Justin Lecher
commit: 0ef493739ab8e589e5d4aaf7ee7dbc535ccab584
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 12 12:31:26 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 12 14:21:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef49373

net-misc/mosh: Add missing slotoperator

Bump EAPI to 6

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 net-misc/mosh/metadata.xml  | 40 
 net-misc/mosh/mosh-1.2.6.ebuild | 16 +++-
 2 files changed, 27 insertions(+), 29 deletions(-)

diff --git a/net-misc/mosh/metadata.xml b/net-misc/mosh/metadata.xml
index ee89d1f..5aa0beb 100644
--- a/net-misc/mosh/metadata.xml
+++ b/net-misc/mosh/metadata.xml
@@ -1,30 +1,30 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   x...@gentoo.org
-   Michael Weber
-
-
-   monsie...@gentoo.org
-   Patrice Clement
-
-
-   Build network client
-   Include example scripts
-   Enable compiler and linker options to 
frustrate memory corruption exploits
-   Build network server
-   Install net-firewall/ufw rule set
-   Include libutempter support
-
-
+   
+   x...@gentoo.org
+   Michael Weber
+   
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
+   
+   Build network client
+   Include example scripts
+   Enable compiler and linker options 
to frustrate memory corruption exploits
+   Build network server
+   Install net-firewall/ufw rule set
+   Include libutempter support
+   
+   
 Mosh is a remote terminal application that supports:
   - intermittent network connectivity,
   - roaming to different IP address without dropping the connection, and
   - intelligent local echo and line editing to reduce the effects
 of "network lag" on high-latency connections.
 
-
-   https://github.com/keithw/mosh/issues
-
+   
+   https://github.com/keithw/mosh/issues
+   
 

diff --git a/net-misc/mosh/mosh-1.2.6.ebuild b/net-misc/mosh/mosh-1.2.6.ebuild
index a6a0d27..82441a8 100644
--- a/net-misc/mosh/mosh-1.2.6.ebuild
+++ b/net-misc/mosh/mosh-1.2.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools bash-completion-r1 eutils vcs-snapshot
 
@@ -15,10 +15,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos"
 IUSE="+client examples +mosh-hardening +server ufw +utempter"
 
-REQUIRED_USE="|| ( client server )
+REQUIRED_USE="
+   || ( client server )
examples? ( client )"
 
-RDEPEND="dev-libs/protobuf
+RDEPEND="
+   dev-libs/protobuf:0=
sys-libs/ncurses:0=
virtual/ssh
client? (
@@ -38,8 +40,8 @@ PATCHES=(
 )
 
 src_prepare() {
-   # apply patches.
-   epatch ${PATCHES[@]}
+   MAKEOPTS+=" V=1"
+   default
 
eautoreconf
 }
@@ -55,10 +57,6 @@ src_configure() {
$(use_with utempter)
 }
 
-src_compile() {
-   emake V=1
-}
-
 src_install() {
default
 



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

2016-11-12 Thread Justin Lecher
commit: 2e87e8f3b4df768786a1d12c30bfab4e5ea1c1d7
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 12 13:41:41 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 12 14:21:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e87e8f3

sci-visualization/quickplot: Add new HOMPAGE

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 sci-visualization/quickplot/quickplot-0.10.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/quickplot/quickplot-0.10.8.ebuild 
b/sci-visualization/quickplot/quickplot-0.10.8.ebuild
index 8060d35..ec91eeb 100644
--- a/sci-visualization/quickplot/quickplot-0.10.8.ebuild
+++ b/sci-visualization/quickplot/quickplot-0.10.8.ebuild
@@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=true
 inherit autotools-utils eutils
 
 DESCRIPTION="A fast interactive 2D plotter"
-HOMEPAGE="http://quickplot.sourceforge.net/";
+HOMEPAGE="http://quickplot.sourceforge.net/ 
https://github.com/lanceman2/quickplot";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 SLOT="0"



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

2016-11-12 Thread Michael Palimaka
commit: 10c24effe21ced678db6dbf65560ab5308d06a39
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Nov 12 13:38:07 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:38:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c24eff

app-editors/qxmledit: version bump

Package-Manager: portage-2.3.2

 app-editors/qxmledit/Manifest  |  1 +
 app-editors/qxmledit/qxmledit-0.9.5.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/app-editors/qxmledit/Manifest b/app-editors/qxmledit/Manifest
index f3f095e..82dfa3b 100644
--- a/app-editors/qxmledit/Manifest
+++ b/app-editors/qxmledit/Manifest
@@ -1 +1,2 @@
 DIST qxmledit-0.9.4-src.tgz 18834064 SHA256 
ef78d66c6214a1af2d95ea98c441cad5be91e3064faca4bf9edef952ed6d0133 SHA512 
ff479ca8930bd2cbeaa26d09eeafcdff4520f0e62c79c8f8c854ed119967a3c11555a5aa8f92edda2be53adb6d6511c6ebb8e2aeb274a922964eed4fd9e0b056
 WHIRLPOOL 
9917e8b205dad00d2150afa4c3b660454fa529cf347b937a55b905295c37977221854b8b4ea76701f57d4ceb9289be245bcdde4c294168062eee2a0fafa62164
+DIST qxmledit-0.9.5-src.tgz 19653021 SHA256 
ac6341f1ceb004e64e070c6e99b5c3be3cfdf7d81a5556e79d99beb2f9eab43f SHA512 
d54672af9154dcae4486b72a14024f23bcec834dae9c6ec082496b532d750d2411f64ae0dfbd66da7817027e2f4cd6ed1bc7e065ceb822ef2e4d60d14a308609
 WHIRLPOOL 
37e32dcca088693d5ffb591e812a93b3d8815eaab341a45d5c2a0278c0db18dc9788593ed7dd8ca8411d5d0ac1034c8a0dac8bd9c1b3a09fe22697dd97716d98

diff --git a/app-editors/qxmledit/qxmledit-0.9.5.ebuild 
b/app-editors/qxmledit/qxmledit-0.9.5.ebuild
new file mode 100644
index ..e321408
--- /dev/null
+++ b/app-editors/qxmledit/qxmledit-0.9.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils fdo-mime qmake-utils
+
+DESCRIPTION="Simple Qt-based XML editor"
+HOMEPAGE="http://qxmledit.org/";
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   default
+
+   # bug 568746
+   sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \
+   src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || 
die
+}
+
+src_configure() {
+   export \
+   QXMLEDIT_INST_DIR="${EPREFIX}/usr/bin" \
+   QXMLEDIT_INST_LIB_DIR="${EPREFIX}/usr/$(get_libdir)" \
+   QXMLEDIT_INST_INCLUDE_DIR="${EPREFIX}/usr/include/${PN}" \
+   QXMLEDIT_INST_DATA_DIR="${EPREFIX}/usr/share/${PN}" \
+   QXMLEDIT_INST_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+
+   doicon install_scripts/environment/icon/qxmledit.png
+   domenu install_scripts/environment/desktop/QXmlEdit.desktop
+   einstalldocs
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2016-11-12 Thread Michael Palimaka
commit: 204f7acfd597e839966c227efeea66d626a81479
Author: Felix Leif Keppmann  keppmann  de>
AuthorDate: Tue Nov  1 21:48:31 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:23:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=204f7acf

app-office/kmymoney: Moved from gpgmepp to gpgme

Switched from kde-apps/gpgmepp to app-crypt/gpgme
following upstream

 app-office/kmymoney/kmymoney-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 8c20be0..a2d4401 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -61,7 +61,7 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
-   crypt? ( $(add_kdeapps_dep gpgmepp) )
+   crypt? ( >=app-crypt/gpgme-1.7.1-r1[cxx] )
hbci? (
>=net-libs/aqbanking-5.6.5
>=sys-libs/gwenhywfar-4.15.3-r1[qt5]



[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2016-11-12 Thread Michael Palimaka
commit: 3a10dcd9af61e7d3edf0ab6fa12bba3523bc89de
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Oct 26 14:40:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:23:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a10dcd9

app-office/kmymoney: Add USE="activities,addressbook,holidays,weboob"

Raise app-office/libalkimia version dependency
Remove src_prepare(), done by KDE_TEST=forceoptional-recursive

Package-Manager: portage-2.3.0

 app-office/kmymoney/kmymoney-.ebuild | 53 +++-
 app-office/kmymoney/metadata.xml |  4 +++
 2 files changed, 28 insertions(+), 29 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index ec2e55c..8c20be0 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -6,12 +6,12 @@ EAPI=6
 
 CMAKE_MIN_VERSION="3.1"
 KDE_HANDBOOK="optional"
-KDE_TEST="forceoptional"
+KDE_TEST="forceoptional-recursive"
 VIRTUALX_REQUIRED="test"
 VIRTUALDBUS_TEST="true"
 inherit kde5
 
-DESCRIPTION="Personal finance manager"
+DESCRIPTION="Personal finance manager based on KDE Frameworks"
 HOMEPAGE="https://kmymoney.org";
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
@@ -19,10 +19,9 @@ fi
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="calendar crypt hbci ofx quotes"
+IUSE="activities addressbook calendar crypt hbci holidays ofx quotes weboob"
 
 COMMON_DEPEND="
-   $(add_frameworks_dep kactivities)
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcompletion)
@@ -43,10 +42,6 @@ COMMON_DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep sonnet)
-   $(add_kdeapps_dep akonadi)
-   $(add_kdeapps_dep kcontacts)
-   $(add_kdeapps_dep kholidays)
-   $(add_kdeapps_dep kidentitymanagement)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
@@ -54,53 +49,53 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   app-office/libalkimia
+   >=app-office/libalkimia-6.0.0
dev-libs/gmp:0=
dev-libs/kdiagram:5
dev-libs/libgpg-error
x11-misc/shared-mime-info
+   activities? ( $(add_frameworks_dep kactivities) )
+   addressbook? (
+   $(add_kdeapps_dep akonadi)
+   $(add_kdeapps_dep kcontacts)
+   $(add_kdeapps_dep kidentitymanagement)
+   )
calendar? ( dev-libs/libical:= )
+   crypt? ( $(add_kdeapps_dep gpgmepp) )
hbci? (
>=net-libs/aqbanking-5.6.5
>=sys-libs/gwenhywfar-4.15.3-r1[qt5]
)
-   crypt? ( $(add_kdeapps_dep gpgmepp) )
+   holidays? ( $(add_kdeapps_dep kholidays) )
ofx? ( dev-libs/libofx )
+   weboob? (
+   $(add_frameworks_dep kross)
+   www-client/weboob
+   )
 "
 DEPEND="${COMMON_DEPEND}
-   !app-office/kmymoney:4
dev-libs/boost
virtual/pkgconfig
 "
 RDEPEND="${COMMON_DEPEND}
+   !app-office/kmymoney:4
quotes? ( dev-perl/Finance-Quote )
 "
 
-src_prepare() {
-   kde5_src_prepare
-   if ! use test ; then
-   sed -i \
-   -e '/add_subdirectory( tests )/ s/^/#DONT_/' \
-   -e '/add_subdirectory(tests)/ s/^/#DONT_/' \
-   kmymoney/CMakeLists.txt \
-   kmymoney/converter/CMakeLists.txt \
-   kmymoney/mymoney/CMakeLists.txt \
-   kmymoney/mymoney/payeeidentifier/CMakeLists.txt \
-   kmymoney/mymoney/storage/CMakeLists.txt \
-   kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt \
-   kmymoney/plugins/csvimport/CMakeLists.txt \
-   kmymoney/reports/CMakeLists.txt \
-   || die
-   fi
-}
-
 src_configure() {
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
+   $(cmake-utils_use_find_package activities KF5Activities)
+   $(cmake-utils_use_find_package addressbook KF5Akonadi)
+   $(cmake-utils_use_find_package addressbook KF5Contacts)
+   $(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
-DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBICAL=$(usex calendar)
$(cmake-utils_use_find_package crypt KF5Gpgmepp)
+   $(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_LIBOFX=$(usex ofx)
+   -DENABLE_WEBOOB=$(usex weboob)
+   $(cmake-utils_use_find_package weboob KF5Kross)
)
kde5_src_configure
 }

diff --git a/app-office/kmymoney/metadata.xml b/app-office/

[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2016-11-12 Thread Michael Palimaka
commit: 19d2babdd11d7f9dde9c5b9bbd64bdd4c0d52e37
Author: Felix Leif Keppmann  keppmann  de>
AuthorDate: Fri Aug 12 21:52:34 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:23:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=19d2babd

app-office/kmymoney: Working live version with updated dependencies

Added dependencies gwenhywfar/aqbanking.
Exlcuded tests directories.
Reflected updated libalkimia slot.
Re-introduce hbci use flag, making gwenhywfar/aqbanking optional.
Updated build options.

 app-office/kmymoney/kmymoney-.ebuild | 30 ++
 app-office/kmymoney/metadata.xml |  1 +
 2 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 4bfe8a3..ec2e55c 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -19,9 +19,8 @@ fi
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="calendar crypt ofx quotes"
+IUSE="calendar crypt hbci ofx quotes"
 
-# TODO: hbci (not yet ported to qt5)
 COMMON_DEPEND="
$(add_frameworks_dep kactivities)
$(add_frameworks_dep karchive)
@@ -55,14 +54,18 @@ COMMON_DEPEND="
$(add_qt_dep qtsvg)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   app-office/libalkimia:5
+   app-office/libalkimia
dev-libs/gmp:0=
dev-libs/kdiagram:5
dev-libs/libgpg-error
x11-misc/shared-mime-info
calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.6.5
+   >=sys-libs/gwenhywfar-4.15.3-r1[qt5]
+   )
crypt? ( $(add_kdeapps_dep gpgmepp) )
-   ofx? ( >=dev-libs/libofx-0.9.4 )
+   ofx? ( dev-libs/libofx )
 "
 DEPEND="${COMMON_DEPEND}
!app-office/kmymoney:4
@@ -73,9 +76,28 @@ RDEPEND="${COMMON_DEPEND}
quotes? ( dev-perl/Finance-Quote )
 "
 
+src_prepare() {
+   kde5_src_prepare
+   if ! use test ; then
+   sed -i \
+   -e '/add_subdirectory( tests )/ s/^/#DONT_/' \
+   -e '/add_subdirectory(tests)/ s/^/#DONT_/' \
+   kmymoney/CMakeLists.txt \
+   kmymoney/converter/CMakeLists.txt \
+   kmymoney/mymoney/CMakeLists.txt \
+   kmymoney/mymoney/payeeidentifier/CMakeLists.txt \
+   kmymoney/mymoney/storage/CMakeLists.txt \
+   kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt \
+   kmymoney/plugins/csvimport/CMakeLists.txt \
+   kmymoney/reports/CMakeLists.txt \
+   || die
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
-DUSE_QT_DESIGNER=OFF
+   -DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBICAL=$(usex calendar)
$(cmake-utils_use_find_package crypt KF5Gpgmepp)
-DENABLE_LIBOFX=$(usex ofx)

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index 32250b4..6b9f809 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -6,6 +6,7 @@
Gentoo KDE Project


+   Enable HBCI support using 
net-libs/aqbanking
Enable Online Stock Quote retrieval

 



[gentoo-commits] proj/kde:master commit in: app-office/libalkimia/, profiles/updates/

2016-11-12 Thread Michael Palimaka
commit: e6a2a1663cc38e2ecd27978114f2b7c83a4e77f0
Author: Felix Leif Keppmann  keppmann  de>
AuthorDate: Fri Aug 12 20:19:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:23:03 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6a2a166

app-office/libalkimia: Subslot 0/6 for live version

Cleaned up dependencies.

 app-office/libalkimia/libalkimia-.ebuild | 8 +++-
 profiles/updates/4Q-2016 | 1 +
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-office/libalkimia/libalkimia-.ebuild 
b/app-office/libalkimia/libalkimia-.ebuild
index 72b33b0..f9c3d84 100644
--- a/app-office/libalkimia/libalkimia-.ebuild
+++ b/app-office/libalkimia/libalkimia-.ebuild
@@ -11,17 +11,15 @@ DESCRIPTION="Library with common classes and functionality 
used by KDE finance a
 HOMEPAGE="http://kde-apps.org/content/show.php/libalkimia?content=137323";
 
 LICENSE="LGPL-2.1"
+SLOT="0/6"
 KEYWORDS=""
 IUSE=""
 
-CDEPEND="
+RDEPEND="
$(add_qt_dep qtdbus)
dev-libs/gmp:0=[cxx]
 "
-RDEPEND="${CDEPEND}
-   !app-office/libalkimia:4
-"
-DEPEND="${CDEPEND}
+DEPEND="${RDEPEND}
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
$(add_qt_dep qtnetwork)

diff --git a/profiles/updates/4Q-2016 b/profiles/updates/4Q-2016
index 9dfa90f..2a56a73 100644
--- a/profiles/updates/4Q-2016
+++ b/profiles/updates/4Q-2016
@@ -5,3 +5,4 @@ slotmove kde-misc/kio-gdrive 0 5
 move kde-plasma/plasma-mediacenter media-video/plasma-mediacenter
 move kde-apps/kdiagram dev-libs/kdiagram
 move media-sound/kwave kde-apps/kwave
+slotmove app-office/libalkimia 5 0



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

2016-11-12 Thread Patrice Clement
commit: d84f53a8c41b8fc9684e0d33b39ff2a949524487
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Nov  8 09:50:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov 12 13:18:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84f53a8

dev-python/qtconsole: Fix test dependencies.

Gentoo-Bug: https://bugs.gentoo.org/598659

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

Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/qtconsole/qtconsole-4.1.1.ebuild | 9 +++--
 dev-python/qtconsole/qtconsole-4.2.1.ebuild | 7 ++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/dev-python/qtconsole/qtconsole-4.1.1.ebuild 
b/dev-python/qtconsole/qtconsole-4.1.1.ebuild
index a7c0411..5c5587c 100644
--- a/dev-python/qtconsole/qtconsole-4.1.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.1.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$
 
@@ -29,11 +29,16 @@ DEPEND="${RDEPEND}
)
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
+   || (
+   dev-python/pyside[${PYTHON_USEDEP},svg]
+   dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
+   dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
+   )
)
|| (
dev-python/pyside[${PYTHON_USEDEP},svg]
-   dev-python/PyQt4[${PYTHON_USEDEP},svg]
dev-python/PyQt5[${PYTHON_USEDEP},svg]
+   dev-python/PyQt4[${PYTHON_USEDEP},svg]
)
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/pyzmq-13[${PYTHON_USEDEP}]

diff --git a/dev-python/qtconsole/qtconsole-4.2.1.ebuild 
b/dev-python/qtconsole/qtconsole-4.2.1.ebuild
index 378cd20..afeb182 100644
--- a/dev-python/qtconsole/qtconsole-4.2.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-4.2.1.ebuild
@@ -29,11 +29,16 @@ DEPEND="${RDEPEND}
)
test? (
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
+   || (
+   dev-python/pyside[${PYTHON_USEDEP},svg]
+   dev-python/PyQt5[${PYTHON_USEDEP},svg,testlib]
+   dev-python/PyQt4[${PYTHON_USEDEP},svg,testlib]
+   )
)
|| (
dev-python/pyside[${PYTHON_USEDEP},svg]
-   dev-python/PyQt4[${PYTHON_USEDEP},svg]
dev-python/PyQt5[${PYTHON_USEDEP},svg]
+   dev-python/PyQt4[${PYTHON_USEDEP},svg]
)
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/pyzmq-13[${PYTHON_USEDEP}]



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

2016-11-12 Thread Michael Palimaka
commit: ae6228fda7db0884013ffec8e4a4887360975114
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Nov 12 13:07:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 13:08:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6228fd

dev-games/tiled: version bump

Package-Manager: portage-2.3.2

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

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 0dcab53..6026be0 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1 +1,2 @@
 DIST tiled-0.17.0.tar.gz 4852620 SHA256 
f7fce2006a04c9e6e5d45a15fb31d342a4a66f7a01e1e6bc0753035cfbf42f31 SHA512 
bf9b0cdd08c9091238a5e37f0670f2f3c389a46892c682a81f817e5daae0e6e3b13edf5d61a4105d9064e44585a4d6c7f7956b4c69b14488ee04af1834bf066c
 WHIRLPOOL 
9e8b21098016cb20be66071e115f678bd10531a63b99c949e8a0e04ba6302834c414cc1ddf294f36b13bf1e43c22b9403a2aa13dc52ddbe84c24eb95d9b88ddb
+DIST tiled-0.17.1.tar.gz 4854247 SHA256 
11297f97370df10dd32b24a0c5ce9988b3c1903a13f2be0ebb3c20f49c5e0fb4 SHA512 
97f025d4d8a2018781a0cb3c318e85f56e4b71f3c3ee6950ac2a99dfac87303690ffb72c31d2a90a5b7f9ff0ac3909a112ea0e7858a915615829a301f65acd58
 WHIRLPOOL 
f34ad8b8d622981c833fac5a88bee762eb7a94dfc4dec8f1884c9ee980b33b6969241cf585b1963a804a62002b8a1f60d88b8139297618755a0f0ee56365bc58

diff --git a/dev-games/tiled/tiled-0.17.1.ebuild 
b/dev-games/tiled/tiled-0.17.1.ebuild
new file mode 100644
index ..7caaf47
--- /dev/null
+++ b/dev-games/tiled/tiled-0.17.1.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: kde-misc/kio-gdrive/

2016-11-12 Thread Michael Palimaka
commit: 25340bfcec5bc7501cc3e8ae9289c657d3b751e4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Nov 12 12:24:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov 12 12:25:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25340bfc

kde-misc/kio-gdrive: version bump

Package-Manager: portage-2.3.2

 kde-misc/kio-gdrive/Manifest|  1 +
 kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/kde-misc/kio-gdrive/Manifest b/kde-misc/kio-gdrive/Manifest
index 2c487b6..c605fa8 100644
--- a/kde-misc/kio-gdrive/Manifest
+++ b/kde-misc/kio-gdrive/Manifest
@@ -1,2 +1,3 @@
 DIST kio-gdrive-1.0.2.tar.xz 22512 SHA256 
8cf250d84a97a7bdf97ae5c5cdfc06d38bbbae76266d79e436b48931d0dcecaa SHA512 
de7df4caa17d2669a8d3390c2f876f037175c2e5a962256b84886a6177897433b832723828445068a37b524bf6795ee2bade4ca21f0e50e25ed631c4b37e8afe
 WHIRLPOOL 
f0d64dd5473c13e7ffb6833a4fc6717cbaaf1803d46d46c9b6e07b1db8677bd37ea4d400451b8d494ad917243fbd04786e86ce22dce9ba22f6505faadf61fd27
 DIST kio-gdrive-1.0.3.tar.xz 22640 SHA256 
2f7cc34d33f6d087b40f062d3d6784375833a4be228081f27edd20b0fdfda754 SHA512 
28cb59cc981d648e4a82a1983a2a24146721fc1a6c224cf6c6f17039457cb5e0e95998a424ea7cae1cf8f865109e476e53f400761a6dc023c550bf3ce6b551c5
 WHIRLPOOL 
75d0d8e43a82c036333fc56b653840dad9145817d522e3016aac88c3bb5b1b316967837c4055903517e5139a7efa10fd5bd3f226859ab02af46502a751280534
+DIST kio-gdrive-1.0.4.tar.xz 22676 SHA256 
6ee861268a90e19a9e1123af0a322ee0a70632dc527fd4883ec8e6ea746cc434 SHA512 
0cf3771dca651c1cfc8a2406431025cc58ff013b122a8c50113834b7c5a053d252680b993fd4f7f146fb3422ee52663a77a930b634644d5d95c792902360f488
 WHIRLPOOL 
2fd276525f24a6ea70f46ad1e6de7281d384967c5d72dd10a0f6b7390368e8533278b647650e3c34e1047b06b174185ac124ddafb8968b9e61459a4a2b36906e

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild
new file mode 100644
index ..b036d59
--- /dev/null
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.0.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="KIO Slave for Google Drive service"
+HOMEPAGE="https://phabricator.kde.org/project/profile/72/";
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+IUSE="+dolphin"
+
+DOCS=( README.md )
+
+COMMON_DEPEND="
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_qt_dep qtwidgets)
+   dev-libs/qtkeychain:=[qt5]
+   >=net-libs/libkgapi-5.3.1:5
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+"
+RDEPEND="${COMMON_DEPEND}
+   dolphin? ( $(add_kdeapps_dep dolphin) )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DDOLPHIN_INTEGRATION=$(usex dolphin)
+   )
+
+   kde5_src_configure
+}
+
+pkg_postinst() {
+   kde5_pkg_postinst
+   einfo
+   einfo "Either click on 'Google Drive File Manager' in the application"
+   einfo "launcher or type 'gdrive:/' in dolphin's location bar."
+   einfo
+}



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

2016-11-12 Thread Gilles Dartiguelongue
commit: a6d84938c50c399280c312988dbd364ce3ab0271
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:45:04 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d84938

media-gfx/gnome-photos: version bump 3.22.1 → 3.22.2

Package-Manager: portage-2.3.2

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

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

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



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

2016-11-12 Thread Gilles Dartiguelongue
commit: 9caabed79c1c548de067ae932701bfb48b411cfe
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:25:41 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9caabed7

dev-libs/appstream-glib: version bump 0.6.3 → 0.6.5

Package-Manager: portage-2.3.2

 dev-libs/appstream-glib/Manifest   |  1 +
 .../appstream-glib/appstream-glib-0.6.5.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-libs/appstream-glib/Manifest b/dev-libs/appstream-glib/Manifest
index 5821bd7..974a65f 100644
--- a/dev-libs/appstream-glib/Manifest
+++ b/dev-libs/appstream-glib/Manifest
@@ -3,3 +3,4 @@ DIST appstream-glib-0.5.15.tar.xz 1884660 SHA256 
cc21f213f4aa1693e68b9edf3b79933
 DIST appstream-glib-0.5.16.tar.xz 1885896 SHA256 
788de3f6480789ad1adc144b0e16978af5863365b7a1650b4f14d29ad848ec62 SHA512 
c047d2f6a3cb46ebbcd4dd6165bcbfbaba6d0b20b45d94b933b36cfd62f8821c0e062c4932d0d9d846cdb866bddd611a1055baf21d9438b1fa50b8480ecd7c17
 WHIRLPOOL 
b09d0335a28b138dac58d70257773c2f653808c53c6ea2c923f94612a8a86147e793b36194716a3e58897bff5d9c9d1b677244044020236391d63e05e1be19e5
 DIST appstream-glib-0.5.9.tar.xz 1868132 SHA256 
f0e4818553fe763894c660fec2c461b8815f83869acbf165daf32e2e41a5b166 SHA512 
3c39233df97c464bfc993b54cee7eea01407220de39f833e34a017f6efc4c9bad0eb1762d72aed5eee94bb6a66044c7e031ede6685e1804b7ad6833b12fa9f7b
 WHIRLPOOL 
bbcc4318fafb1c3d94a8d695b924d2dec6f8c1bc968de3ca1480a8db6df47b7f30d2b656be09d7b6c2d7ed919b943452eca5b35e4559ff869872e97374228234
 DIST appstream-glib-0.6.3.tar.xz 1944512 SHA256 
3ec355c950b86cd792b6e396a5a4a72487999e300fcacf7466a663974ec4ad24 SHA512 
aae4885e32bc6f0247f6e8f415471531a8c28976e1ba4bd977200d72e24a04dfc2370395e3e0ea6e052386a963540cb91f025cd4f1ab837404762f1be2a76ff0
 WHIRLPOOL 
5bc9874e9f0708064f93fca8938d3708171dbf4cd356c8475e6d804ba109e51fc0b00d5dc4ac547f55c8a37c358c0d8fad6900ea214e8760b6da999be3f8c252
+DIST appstream-glib-0.6.5.tar.xz 1948908 SHA256 
b6b77540b03ca56d7a8493d5f50ded747b6033e0437d8e4c516b5228e27b2a1a SHA512 
606befae4fd675757e276a13679e1355359179537e701c8b14bb0b0ef0f21105231f2fa1338ac7776faa649a076da3e83f5dcb77120d14bb3a8945aa2d8e1376
 WHIRLPOOL 
7cce5c75c8659f64a35ed01118b00468d00563b94ed26f3d467c1d875a9c768ede85dc635c5a6eff1c8aa7612decc67ff362c8b8cc6cef73a8ebf1c54a311054

diff --git a/dev-libs/appstream-glib/appstream-glib-0.6.5.ebuild 
b/dev-libs/appstream-glib/appstream-glib-0.6.5.ebuild
new file mode 100644
index ..d638ac2
--- /dev/null
+++ b/dev-libs/appstream-glib/appstream-glib-0.6.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit bash-completion-r1 gnome2
+
+DESCRIPTION="Provides GObjects and helper methods to read and write AppStream 
metadata"
+HOMEPAGE="https://people.freedesktop.org/~hughsient/appstream-glib/";
+SRC_URI="https://people.freedesktop.org/~hughsient/${PN}/releases/${P}.tar.xz";
+
+LICENSE="LGPL-2.1"
+SLOT="0/8" # soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection nls stemmer"
+
+RDEPEND="
+   app-arch/gcab
+   app-arch/libarchive
+   dev-db/sqlite:3
+   >=dev-libs/glib-2.45.8:2
+   >=dev-libs/json-glib-1.1.1
+   dev-libs/libyaml
+   >=media-libs/fontconfig-2.11:1.0
+   >=media-libs/freetype-2.4:2
+   >=net-libs/libsoup-2.51.92:2.4
+   sys-apps/util-linux
+   >=x11-libs/gdk-pixbuf-2.31.5:2
+   x11-libs/gtk+:3
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
+   stemmer? ( dev-libs/snowball-stemmer )
+"
+DEPEND="${RDEPEND}
+   app-text/docbook-xml-dtd:4.3
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.9
+   >=sys-devel/gettext-0.19.7
+"
+# ${PN} superseeds appdata-tools, require dummy package until all ebuilds
+# are migrated to appstream-glib
+RDEPEND="${RDEPEND}
+   !

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

2016-11-12 Thread Gilles Dartiguelongue
commit: 2ee2ac57ea1ae042e872cf4b4f8995b003bdce2d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:38:40 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee2ac57

gnome-base/gnome-session: version bump 3.22.1 → 3.22.2

Package-Manager: portage-2.3.2

 gnome-base/gnome-session/Manifest  |   1 +
 .../gnome-session/gnome-session-3.22.2.ebuild  | 122 +
 2 files changed, 123 insertions(+)

diff --git a/gnome-base/gnome-session/Manifest 
b/gnome-base/gnome-session/Manifest
index b6eb24f..dd5ce03 100644
--- a/gnome-base/gnome-session/Manifest
+++ b/gnome-base/gnome-session/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-session-3.20.2.tar.xz 785952 SHA256 
025f97e0b9f5431890598d6130040e1e7071771cc29e1d29d8e2e7c84d95f6da SHA512 
0973c9763195a79038d99139f56eff8d7ad1fccc4c4e41a6439b5c65c615059a21446545af70f4ed83ec6925fd61a7664e70eec844dfe5e2a1001dffdbbea13a
 WHIRLPOOL 
4a3cf1580b966a0b617e78db45635ec66d7bdfb6d5b183390edb07aaae3911876ff4af774cb0ae93c6ee4316555303812fcff40efce1827946457cb2a0646f61
 DIST gnome-session-3.22.1.tar.xz 775664 SHA256 
a09f7ee1706d85bb2b66f9a1f7082f737d072b44805e13f6c9f14538616373a5 SHA512 
f3a42590f915a9067d330da563dc509f98eb4114c0808c070ac0b4cb27dc12ff366ba50e449385c5b9d2aad8425d3c5aff1239920f47a4001c0bd084dcf93420
 WHIRLPOOL 
c1e13c43a62e3a671de1cbe3193047e19bff5239164231ab9d7cbf951c18a905e3b94686daaaeb53fac045697bf4d23d23b6a6a75552a1a32501aa939ffa15bc
+DIST gnome-session-3.22.2.tar.xz 776772 SHA256 
361a31edb4f8c6d410f1029eee089422e25a2da6c287ead40fccdea5bda450f5 SHA512 
2c84a3a791d740c8edc2af96e8ed0b56f56dfac20fde6e8bc23a7aa75c0a004e98fcb9bb85b043ed3b1cd57cdc889348c461d9536cd2631dd53d8a0d6f8e2acf
 WHIRLPOOL 
b2fbfb0ecbd5b54714a900d8615c04b1ac0bee51e6c2d8ff11c2592769cd42292af0db9f86a51655bda943c7cc880155d403854629ec8810578f02232dfec29f

diff --git a/gnome-base/gnome-session/gnome-session-3.22.2.ebuild 
b/gnome-base/gnome-session/gnome-session-3.22.2.ebuild
new file mode 100644
index ..c17ebc2
--- /dev/null
+++ b/gnome-base/gnome-session/gnome-session-3.22.2.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Gnome session manager"
+HOMEPAGE="https://git.gnome.org/browse/gnome-session";
+
+LICENSE="GPL-2 LGPL-2 FDL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="doc elibc_FreeBSD ipv6 systemd"
+
+# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
+# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
+# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
+# gdk-pixbuf used in the inhibit dialog
+COMMON_DEPEND="
+   >=dev-libs/glib-2.46.0:2[dbus]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.18.0:3
+   >=dev-libs/json-glib-0.10
+   >=gnome-base/gnome-desktop-3.18:3=
+   elibc_FreeBSD? ( dev-libs/libexecinfo )
+
+   media-libs/mesa[egl,gles2]
+
+   media-libs/libepoxy
+   x11-libs/libSM
+   x11-libs/libICE
+   x11-libs/libXau
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXext
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-misc/xdg-user-dirs
+   x11-misc/xdg-user-dirs-gtk
+   x11-apps/xdpyinfo
+
+   systemd? ( >=sys-apps/systemd-183:0= )
+"
+# Pure-runtime deps from the session files should *NOT* be added here
+# Otherwise, things like gdm pull in gnome-shell
+# gnome-themes-standard is needed for the failwhale dialog themeing
+# sys-apps/dbus[X] is needed for session management
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gnome-settings-daemon
+   >=gnome-base/gsettings-desktop-schemas-0.1.7
+   x11-themes/adwaita-icon-theme
+   sys-apps/dbus[X]
+   !systemd? (
+   sys-auth/consolekit
+   >=dev-libs/dbus-glib-0.76
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   >=dev-util/intltool-0.40.6
+   >=sys-devel/gettext-0.10.40
+   virtual/pkgconfig
+   !https://bugzilla.gnome.org/show_bug.cgi?id=711703
+   newexe "${FILESDIR}/90-xcursor-theme-gnome" 90-xcursor-theme-gnome
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then
+   ewarn "If you use a custom .xinitrc for your X session,"
+   ewarn "make sure that the commands in the xinitrc.d scripts are 
run."
+   fi
+}



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

2016-11-12 Thread Gilles Dartiguelongue
commit: a3d556b3cc6c0a613de55ca2bd79c31d8005abe3
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:22:11 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d556b3

media-gfx/shotwell: version bump 0.24.1 → 0.24.2

Package-Manager: portage-2.3.2

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

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

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



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

2016-11-12 Thread Gilles Dartiguelongue
commit: e9a3d0ae78510945be7b6e9bc6a71721ff8c66a5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:27:18 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a3d0ae

gnome-extra/gnome-software: version bump 3.22.1 → 3.22.2

Package-Manager: portage-2.3.2

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

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

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



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

2016-11-12 Thread Gilles Dartiguelongue
commit: f2a8480511e2a9d6f4cf04a0e4f3e1b08796075c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 12:21:05 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a84805

dev-util/sysprof: version bump 1.2.0 → 3.22.2

Mostly a rewrite so some bugs might be expected.

Package-Manager: portage-2.3.2

 dev-util/sysprof/Manifest  |  1 +
 dev-util/sysprof/sysprof-3.22.2.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-util/sysprof/Manifest b/dev-util/sysprof/Manifest
index 0520b35..afbb790 100644
--- a/dev-util/sysprof/Manifest
+++ b/dev-util/sysprof/Manifest
@@ -1 +1,2 @@
 DIST sysprof-1.2.0.tar.gz 273409 SHA256 
baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1 SHA512 
76a150ceff5fd1c98dd3e062a20d1fbf686734350809712022ef76c4da87ad573e36a86ccca070f2fb8f45efc03f2d720c4b12a1cc2a3bd8a46ab33443196954
 WHIRLPOOL 
77a37d93c524caaf3eede00587d37472ce5a625cb8c6d4035f8697ba7603e3e1d8da35b4e0f4df574569148d4ae69e11bbe368aa369c007ae3bd51885163
+DIST sysprof-3.22.2.tar.xz 581864 SHA256 
d57fb19a3e5d4ad37d5fb554dc93d9a03f332779c3bffd9c2aa8f176e85269d7 SHA512 
601e83f8809bfc970b87a8cbecfc868e957d992aa554316e80b44f21c97a58ef0a236e0b0bda6accc01d5d551f7fca76b4882863a9ea498578731b49dc75322c
 WHIRLPOOL 
fdb2bcf0ee191bcecdda93fa3bc9d78aae5301e5fb2f0706021e1b2425d93a2d8ae16472a584ed172b864044b096c66f5c3ef714c848af63937d7dfe40736377

diff --git a/dev-util/sysprof/sysprof-3.22.2.ebuild 
b/dev-util/sysprof/sysprof-3.22.2.ebuild
new file mode 100644
index ..1cf63bb
--- /dev/null
+++ b/dev-util/sysprof/sysprof-3.22.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit gnome2 linux-info systemd
+
+DESCRIPTION="System-wide Linux Profiler"
+HOMEPAGE="http://sysprof.com/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gtk systemd"
+
+RDEPEND="
+   >=dev-libs/glib-2.44:2
+   gtk? ( >=x11-libs/gtk+-3.21.5:3 )
+   systemd? (
+   sys-auth/polkit
+   >=sys-apps/systemd-222 )
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.6
+   >=sys-kernel/linux-headers-2.6.32
+   virtual/pkgconfig
+"
+
+pkg_pretend() {
+   kernel_is -ge 2 6 31 && return
+   die "Sysprof will not work with a kernel version less than 2.6.31"
+}
+
+src_configure() {
+   # introspection & vala not use in build system
+   gnome2_src_configure \
+   $(use_enable debug) \
+   $(use_enable gtk) \
+   --disable-introspection \
+   --disable-static \
+   --disable-vala \
+   --with-sysprofd=$(usex systemd bundled no) \
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+
+   elog "On many systems, especially amd64, it is typical that with a 
modern"
+   elog "toolchain -fomit-frame-pointer for gcc is the default, because"
+   elog "debugging is still possible thanks to gcc4/gdb location list 
feature."
+   elog "However sysprof is not able to construct call trees if frame 
pointers"
+   elog "are not present. Therefore -fno-omit-frame-pointer CFLAGS is 
suggested"
+   elog "for the libraries and applications involved in the profiling. 
That"
+   elog "means a CPU register is used for the frame pointer instead of 
other"
+   elog "purposes, which means a very minimal performance loss when there 
is"
+   elog "register pressure."
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/udisks/

2016-11-12 Thread Gilles Dartiguelongue
commit: 0b2a0c7d36455b9b67f9dcca4e2f449942b15706
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 11:19:31 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 12:23:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2a0c7d

sys-fs/udisks: fix sandbox issue

Gentoo-Bug: 587810

Package-Manager: portage-2.3.2

 sys-fs/udisks/udisks-2.1.7-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-fs/udisks/udisks-2.1.7-r1.ebuild 
b/sys-fs/udisks/udisks-2.1.7-r1.ebuild
index 6433789..59f088b 100644
--- a/sys-fs/udisks/udisks-2.1.7-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.1.7-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit bash-completion-r1 eutils linux-info systemd udev
+inherit bash-completion-r1 eutils linux-info systemd udev xdg-utils
 
 DESCRIPTION="Daemon providing interfaces to work with storage devices"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks";
@@ -64,6 +64,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   xdg_environment_reset
+
use systemd || { sed -i -e 's:libsystemd-login:&disable:' configure || 
die; }
epatch "${FILESDIR}"/${PN}-2.1.7-sysmacros.patch #580230
 



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

2016-11-12 Thread Agostino Sarubbo
commit: 0b8de5e7aa6371e45328bbe4fcddde7618d6ee02
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:55:34 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:55:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8de5e7

net-misc/tigervnc: ppc stable wrt bug #567324

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

 net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild 
b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
index 340e171..8fe8b6f 100644
--- a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86"
 IUSE="gnutls java nptl +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0



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

2016-11-12 Thread Agostino Sarubbo
commit: a4b6824a273d4b2e0eee7146fabb5fa86fe9db32
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:54:57 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:54:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b6824a

net-misc/tigervnc: sparc stable wrt bug #567324

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

 net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild 
b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
index 0f02900..340e171 100644
--- a/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.4.2-r2.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh sparc x86"
 IUSE="gnutls java nptl +opengl pam server +xorgmodule"
 
 RDEPEND="virtual/jpeg:0



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2016-11-12 Thread Agostino Sarubbo
commit: d13aa9bf19e6ea60b12289b0ff66e586461c67fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:52:00 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:52:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13aa9bf

x11-proto/xproto: sparc stable wrt bug #559062

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

 x11-proto/xproto/xproto-7.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xproto/xproto-7.0.28.ebuild 
b/x11-proto/xproto/xproto-7.0.28.ebuild
index 3fdf858..d338319 100644
--- a/x11-proto/xproto/xproto-7.0.28.ebuild
+++ b/x11-proto/xproto/xproto-7.0.28.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2016-11-12 Thread Agostino Sarubbo
commit: 963cdf07b70284bd3e9122ce8c646e48ef579958
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:51:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:51:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963cdf07

x11-libs/libXrandr: sparc stable wrt bug #559062

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

 x11-libs/libXrandr/libXrandr-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXrandr/libXrandr-1.5.0.ebuild 
b/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
index 1d50436..ff0a542 100644
--- a/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
+++ b/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xrandr library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-proto/glproto/

2016-11-12 Thread Agostino Sarubbo
commit: 55405ea7b51f349d61e357e40ec597a58d2604a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:51:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:51:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55405ea7

x11-proto/glproto: sparc stable wrt bug #559062

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

 x11-proto/glproto/glproto-1.4.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/glproto/glproto-1.4.17-r1.ebuild 
b/x11-proto/glproto/glproto-1.4.17-r1.ebuild
index 6c9c6f8..efdfaea 100644
--- a/x11-proto/glproto/glproto-1.4.17-r1.ebuild
+++ b/x11-proto/glproto/glproto-1.4.17-r1.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 



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

2016-11-12 Thread Agostino Sarubbo
commit: 9136485983373eec6eda8fc79bc8c71ed31fa0cc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Nov 12 11:51:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Nov 12 11:51:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91364859

x11-libs/libxkbfile: sparc stable wrt bug #559062

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

 x11-libs/libxkbfile/libxkbfile-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbfile/libxkbfile-1.0.9.ebuild 
b/x11-libs/libxkbfile/libxkbfile-1.0.9.ebuild
index 716cc1b..433b532 100644
--- a/x11-libs/libxkbfile/libxkbfile-1.0.9.ebuild
+++ b/x11-libs/libxkbfile/libxkbfile-1.0.9.ebuild
@@ -7,7 +7,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org xkbfile library"
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



  1   2   >