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

2015-09-16 Thread Justin Lecher
commit: 7f52b7b04cadafc6a5b87818d4414dee79b36bdc
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:57:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:59:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f52b7b0

Merge branch 'marbre-glm'

* marbre-glm:
  media-libs/glm: Fix remote-id
  media-libs/glm: Version bump, fixes #553156 and #538294
  licenses: add HappyBunny license

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=553156
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=538294

Closes: Github gentoo/gentoo#83
Signed-off-by: Justin Lecher  gentoo.org>




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

2015-09-16 Thread Justin Lecher
commit: 803cf4282098411664082bfeefcbb57d54614efd
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Sep 10 10:18:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 10 10:18:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803cf428

media-libs/glm: Version bump, fixes #553156 and #538294

Package-Manager: portage-2.2.20.1

 media-libs/glm/Manifest   |  1 +
 media-libs/glm/glm-0.9.7.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index c91819f..d055681 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -2,3 +2,4 @@ DIST glm-0.9.2.4.zip 3462705 SHA256 
1ec0e08c15c3f7e67d646ffae5836c64431ddbf6
 DIST glm-0.9.3.2.zip 6451695 SHA256 
ee66ab8336b9b6b3dff69268c497688268cf5a9d2b3a14e1aa6fbd7f48c911be SHA512 
7e446cb32c62254f6c44d4bc350a691312d33866bcb42865ee750342a22437e3df791007574582e9c0152f66d86d891cc433e8474c6167432f1604123b33ea51
 WHIRLPOOL 
9da6e38528ee7f3823983a0c4967e1528b05c7775adc548021bca36e908d987828f023e983a24bd46be48ad6a6e64c00b0c9fdb7f50abc97e1a9dbf9a0e15cd9
 DIST glm-0.9.5.1.zip 4071873 SHA256 
4f621657a3a7e73e2062f0c9b4366ba5e14a3c3b3c04928378f37fdd70bd0bf5 SHA512 
9644e7d76dda057fb25c3c387316c551e964a179662baf095cc2519ec84693499fd1f9c8d614ed617c3a0e406843aad7a01cbbc9399e86d52cdd8cf72f1b9194
 WHIRLPOOL 
5a5e2e64c4236f46d97f286b6675fd01b92905fa86c02fe9812d272d0dd0319a1bff8ab0c8d27d1bb706b0033ba08b49085bd83264b72954ca7704fe7260333c
 DIST glm-0.9.6.1.zip 4232099 SHA256 
1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8 SHA512 
7f1468c5e60e65181f4685a2429fa8d70350a3576175a55b7c9e8597a03837cb84aeaeb88d311e1e1948c5bd90ad9cee9286433cb78fdee54b0fbe5313ce2f84
 WHIRLPOOL 
88e0c6df25ee1bf73b625614be61c21c07389a7ecc05e2e74714da08412ab3ab0eba6c99c6a793f7b08d52f6748ef5202d8301c1b6cf4d64ab06184bc9482030
+DIST glm-0.9.7.1.tar.gz 3453078 SHA256 
285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 SHA512 
380d3611b5867a4680c213bfec00e974d29c9aa92ed374adc9ca2ae04d6c4d29f20b88ccf3359df5faabf5050f9e6dc6e417ee9f5f4b484a3ef5aefecd3827a2
 WHIRLPOOL 
7a76f6efb7acacd7d2025d9ccf9d3feb0887e55dd10c757387ad07dbae44d2aba41758994ca870c64e55e501a9916b3dbdf3606dc9c7cf44368cc405d6c26a4e

diff --git a/media-libs/glm/glm-0.9.7.1.ebuild 
b/media-libs/glm/glm-0.9.7.1.ebuild
new file mode 100644
index 000..b2cb846
--- /dev/null
+++ b/media-libs/glm/glm-0.9.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/;
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+   if use test; then
+   local mycmakeargs=( -DGLM_TEST_ENABLE=ON )
+
+   use cpu_flags_x86_sse2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE2=ON )
+   use cpu_flags_x86_sse3 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE3=ON )
+   use cpu_flags_x86_avx  && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX=ON )
+   use cpu_flags_x86_avx2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX2=ON )
+   fi
+
+   cmake-utils_src_configure
+}



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

2015-09-16 Thread Justin Lecher
commit: 6599f68cce5e0202b3ce99bc14bd865b5f8847d3
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Sat Sep 12 10:16:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Sep 12 10:16:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6599f68c

media-libs/glm: Fix remote-id

Package-Manager: portage-2.2.20.1

 media-libs/glm/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/glm/metadata.xml b/media-libs/glm/metadata.xml
index 8b1dc50..80f9177 100644
--- a/media-libs/glm/metadata.xml
+++ b/media-libs/glm/metadata.xml
@@ -9,6 +9,6 @@
header only C++ mathematics library for graphics software based 
on the OpenGL Shading Language (GLSL) specification. 


-   ogl-math
+   g-trunc/glm

 



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

2015-09-16 Thread Justin Lecher
commit: f3edf90f2f80665fd124e83a9de7c8c377a178e6
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Sep 10 10:16:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 10 10:16:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3edf90f

licenses: add HappyBunny license

Signed-off-by: Marius Brehler  linux.sungazer.de>

 licenses/HappyBunny | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/licenses/HappyBunny b/licenses/HappyBunny
new file mode 100644
index 000..a9f8b0f
--- /dev/null
+++ b/licenses/HappyBunny
@@ -0,0 +1,22 @@
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+Restrictions: By making use of the Software for military purposes, you choose
+to make a Bunny unhappy.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.



[gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/files/, media-libs/libquicktime/

2015-09-16 Thread Alexis Ballier
commit: fc758ce2a30914bd74410abeec0a48c4bd7bd840
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 09:33:40 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 09:33:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc758ce2

media-libs/libquicktime: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 .../files/libquicktime-1.2.4-ffmpeg29.patch| 287 +
 .../libquicktime/libquicktime-1.2.4-r1.ebuild  |   1 +
 2 files changed, 288 insertions(+)

diff --git a/media-libs/libquicktime/files/libquicktime-1.2.4-ffmpeg29.patch 
b/media-libs/libquicktime/files/libquicktime-1.2.4-ffmpeg29.patch
new file mode 100644
index 000..96a323a
--- /dev/null
+++ b/media-libs/libquicktime/files/libquicktime-1.2.4-ffmpeg29.patch
@@ -0,0 +1,287 @@
+Index: libquicktime-1.2.4/plugins/ffmpeg/video.c
+===
+--- libquicktime-1.2.4.orig/plugins/ffmpeg/video.c
 libquicktime-1.2.4/plugins/ffmpeg/video.c
+@@ -37,10 +37,10 @@
+ #endif
+ 
+ 
+-#ifdef  PIX_FMT_YUV422P10
+-#define PIX_FMT_YUV422P10_OR_DUMMY PIX_FMT_YUV422P10
++#ifdef  AV_PIX_FMT_YUV422P10
++#define AV_PIX_FMT_YUV422P10_OR_DUMMY AV_PIX_FMT_YUV422P10
+ #else
+-#define PIX_FMT_YUV422P10_OR_DUMMY -1234
++#define AV_PIX_FMT_YUV422P10_OR_DUMMY -1234
+ #endif
+ 
+ #if LIBAVCODEC_VERSION_INT >= ((54<<16)|(1<<8)|0)
+@@ -90,9 +90,9 @@ typedef struct
+   int imx_bitrate;
+   int imx_strip_vbi;
+ 
+-  /* In some cases FFMpeg would report something like PIX_FMT_YUV422P, while
+- we would like to treat it as PIX_FMT_YUVJ422P. It's only used for 
decoding */
+-  enum PixelFormat reinterpret_pix_fmt;
++  /* In some cases FFMpeg would report something like AV_PIX_FMT_YUV422P, 
while
++ we would like to treat it as AV_PIX_FMT_YUVJ422P. It's only used for 
decoding */
++  enum AVPixelFormat reinterpret_pix_fmt;
+   
+   int is_imx;
+   int y_offset;
+@@ -137,42 +137,42 @@ typedef struct
+ 
+ static const struct
+   {
+-  enum PixelFormat ffmpeg_id;
++  enum AVPixelFormat ffmpeg_id;
+   int  lqt_id;
+   int  exact;
+   }
+ colormodels[] =
+   {
+-{ PIX_FMT_YUV420P,   BC_YUV420P,   1 }, ///< Planar YUV 4:2:0 (1 Cr & Cb 
sample per 2x2 Y samples)
++{ AV_PIX_FMT_YUV420P,   BC_YUV420P,   1 }, ///< Planar YUV 4:2:0 (1 Cr & 
Cb sample per 2x2 Y samples)
+ #if LIBAVUTIL_VERSION_INT < (50<<16)
+-{ PIX_FMT_YUV422,BC_YUV422,1 },
++{ AV_PIX_FMT_YUV422,BC_YUV422,1 },
+ #else
+-{ PIX_FMT_YUYV422,   BC_YUV422,1 },
++{ AV_PIX_FMT_YUYV422,   BC_YUV422,1 },
+ #endif
+-{ PIX_FMT_RGB24, BC_RGB888,1 }, ///< Packed pixel, 3 bytes per 
pixel, RGBRGB...
+-{ PIX_FMT_BGR24, BC_BGR888,1 }, ///< Packed pixel, 3 bytes per 
pixel, BGRBGR...
+-{ PIX_FMT_YUV422P,   BC_YUV422P,   1 }, ///< Planar YUV 4:2:2 (1 Cr & Cb 
sample per 2x1 Y samples)
+-{ PIX_FMT_YUV444P,   BC_YUV444P,   1 }, ///< Planar YUV 4:4:4 (1 Cr & Cb 
sample per 1x1 Y samples)
+-{ PIX_FMT_YUV411P,   BC_YUV411P,   1 }, ///< Planar YUV 4:1:1 (1 Cr & Cb 
sample per 4x1 Y samples)
+-{ PIX_FMT_YUV422P16, BC_YUV422P16, 1 }, ///< Planar 16 bit YUV 4:2:2 (1 
Cr & Cb sample per 2x1 Y samples)
+-#ifdef PIX_FMT_YUV422P10
+-{ PIX_FMT_YUV422P10, BC_YUV422P10, 1 }, ///< 10 bit samples in uint16_t 
containers, planar 4:2:2
+-#endif
+-{ PIX_FMT_RGB565,BC_RGB565,1 }, ///< always stored in cpu 
endianness
+-{ PIX_FMT_YUVJ420P,  BC_YUVJ420P,  1 }, ///< Planar YUV 4:2:0 full scale 
(jpeg)
+-{ PIX_FMT_YUVJ422P,  BC_YUVJ422P,  1 }, ///< Planar YUV 4:2:2 full scale 
(jpeg)
+-{ PIX_FMT_YUVJ444P,  BC_YUVJ444P,  1 }, ///< Planar YUV 4:4:4 full scale 
(jpeg)
++{ AV_PIX_FMT_RGB24, BC_RGB888,1 }, ///< Packed pixel, 3 bytes per 
pixel, RGBRGB...
++{ AV_PIX_FMT_BGR24, BC_BGR888,1 }, ///< Packed pixel, 3 bytes per 
pixel, BGRBGR...
++{ AV_PIX_FMT_YUV422P,   BC_YUV422P,   1 }, ///< Planar YUV 4:2:2 (1 Cr & 
Cb sample per 2x1 Y samples)
++{ AV_PIX_FMT_YUV444P,   BC_YUV444P,   1 }, ///< Planar YUV 4:4:4 (1 Cr & 
Cb sample per 1x1 Y samples)
++{ AV_PIX_FMT_YUV411P,   BC_YUV411P,   1 }, ///< Planar YUV 4:1:1 (1 Cr & 
Cb sample per 4x1 Y samples)
++{ AV_PIX_FMT_YUV422P16, BC_YUV422P16, 1 }, ///< Planar 16 bit YUV 4:2:2 
(1 Cr & Cb sample per 2x1 Y samples)
++#ifdef AV_PIX_FMT_YUV422P10
++{ AV_PIX_FMT_YUV422P10, BC_YUV422P10, 1 }, ///< 10 bit samples in 
uint16_t containers, planar 4:2:2
++#endif
++{ AV_PIX_FMT_RGB565,BC_RGB565,1 }, ///< always stored in cpu 
endianness
++{ AV_PIX_FMT_YUVJ420P,  BC_YUVJ420P,  1 }, ///< Planar YUV 4:2:0 full 
scale (jpeg)
++{ AV_PIX_FMT_YUVJ422P,  BC_YUVJ422P,  1 }, ///< Planar YUV 4:2:2 full 
scale (jpeg)
++{ AV_PIX_FMT_YUVJ444P,  BC_YUVJ444P,  1 }, ///< Planar YUV 4:4:4 full 
scale (jpeg)
+ #if LIBAVUTIL_VERSION_INT < (50<<16)
+-{ PIX_FMT_RGBA32,

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

2015-09-16 Thread Naohiro Aota
commit: d2752fa5859c9cda6eee6f9e4da15bff7d4d53f4
Author: Naohiro Aota  gentoo  org>
AuthorDate: Wed Sep 16 08:37:37 2015 +
Commit: Naohiro Aota  gentoo  org>
CommitDate: Wed Sep 16 08:37:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2752fa5

Bump to 3.2.7; Add Ruby 2.1 support

Package-Manager: portage-2.2.20.1

 net-misc/mikutter/Manifest |  1 +
 ...{mikutter-.ebuild => mikutter-3.2.7.ebuild} | 23 ++
 net-misc/mikutter/mikutter-.ebuild | 23 ++
 3 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/net-misc/mikutter/Manifest b/net-misc/mikutter/Manifest
index 6973807..147f4ac 100644
--- a/net-misc/mikutter/Manifest
+++ b/net-misc/mikutter/Manifest
@@ -1 +1,2 @@
 DIST mikutter.3.1.1.tar.gz 2556358 SHA256 
b7c45048e4594542d78bb9cabe1911a69326f1311fc581fc346821c07c11b30d SHA512 
fb0bf39444a06c58850990687a4b76f8bfb0cb91bb6501ac60565f06bb40431acf054a1a08a8a2fc29b1a0d852fb3444c478676f126ab20ae7db8d60f0870dca
 WHIRLPOOL 
ddceeb8e764b848543f00450f07a46140f8fa6908e3cf7e3fd420a2ea084f13e2e59965cbaed407195e475ebf1dced7ce099813e0efa6b858925e6728d128156
+DIST mikutter.3.2.7.tar.gz 2576878 SHA256 
61108ff4c39073c5fb797cde072c48bc45f89fdb90c269815695fd31b1da89b6 SHA512 
b54b4896e0321fcac7ec08dd2e5dc567631c803501cc4798c7062de31185306bb5e69603c32ecb64cdbcd5772fc2d92ea41949c4e79abebd252fc491a47056ad
 WHIRLPOOL 
4168961d2d3235f3ae6c6294b64febf73ef8f40b9982c6bba44b1950f601a98ceada6fd3a8897e6f9b5e68d5874be5e99469f4679a2fc9aa1116886ebc17eca0

diff --git a/net-misc/mikutter/mikutter-.ebuild 
b/net-misc/mikutter/mikutter-3.2.7.ebuild
similarity index 79%
copy from net-misc/mikutter/mikutter-.ebuild
copy to net-misc/mikutter/mikutter-3.2.7.ebuild
index 5e49f50..cbb4ceb 100644
--- a/net-misc/mikutter/mikutter-.ebuild
+++ b/net-misc/mikutter/mikutter-3.2.7.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 
 inherit eutils ruby-ng
 
@@ -55,17 +55,24 @@ all_ruby_unpack() {
 }
 
 each_ruby_install() {
+   local rubyversion
+
+   if use ruby_targets_ruby22; then
+   rubyversion=ruby22
+   elif use ruby_targets_ruby21; then
+   rubyversion=ruby21
+   elif use ruby_targets_ruby20; then
+   rubyversion=ruby20
+   else
+   die "Select Ruby verion 2.x"
+   fi
+
exeinto /usr/share/mikutter
doexe mikutter.rb
insinto /usr/share/mikutter
doins -r core plugin
-   #if use ruby_targets_ruby21; then
-   #   sed -e 's/ruby19/ruby21/' "${FILESDIR}"/mikutter
-   if use ruby_targets_ruby20; then
-   sed -e 's/ruby19/ruby20/' "${FILESDIR}"/mikutter
-   else
-   die
-   fi | newbin - mikutter
+   sed -e "s/ruby19/${rubyversion}/" "${FILESDIR}"/mikutter \
+   | newbin - mikutter
dodoc README
make_desktop_entry mikutter Mikutter \
/usr/share/mikutter/core/skin/data/icon.png

diff --git a/net-misc/mikutter/mikutter-.ebuild 
b/net-misc/mikutter/mikutter-.ebuild
index 5e49f50..cbb4ceb 100644
--- a/net-misc/mikutter/mikutter-.ebuild
+++ b/net-misc/mikutter/mikutter-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21"
 
 inherit eutils ruby-ng
 
@@ -55,17 +55,24 @@ all_ruby_unpack() {
 }
 
 each_ruby_install() {
+   local rubyversion
+
+   if use ruby_targets_ruby22; then
+   rubyversion=ruby22
+   elif use ruby_targets_ruby21; then
+   rubyversion=ruby21
+   elif use ruby_targets_ruby20; then
+   rubyversion=ruby20
+   else
+   die "Select Ruby verion 2.x"
+   fi
+
exeinto /usr/share/mikutter
doexe mikutter.rb
insinto /usr/share/mikutter
doins -r core plugin
-   #if use ruby_targets_ruby21; then
-   #   sed -e 's/ruby19/ruby21/' "${FILESDIR}"/mikutter
-   if use ruby_targets_ruby20; then
-   sed -e 's/ruby19/ruby20/' "${FILESDIR}"/mikutter
-   else
-   die
-   fi | newbin - mikutter
+   sed -e "s/ruby19/${rubyversion}/" "${FILESDIR}"/mikutter \
+   | newbin - mikutter
dodoc README
make_desktop_entry mikutter Mikutter \
/usr/share/mikutter/core/skin/data/icon.png



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

2015-09-16 Thread Tobias Klausmann
commit: 007ebe9ed8f80124621d388c0e22130cae62c476
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:32:36 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007ebe9e

media-plugins/gst-plugins-libav: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.4.5-r2.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.4.5-r2.ebuild
index 8b43d4e..044ae48 100644
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.4.5-r2.ebuild
+++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.4.5-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="libav +orc"
 
 RDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: 5147602a374bc214920f736fd0e2cb3c5e40a5a5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:32:25 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5147602a

media-libs/libgphoto2: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 media-libs/libgphoto2/libgphoto2-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild
index 07c100b..d1359fe 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.8.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



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

2015-09-16 Thread Tobias Klausmann
commit: 1cc8a02946ff904a5b3e1d5b4554aaf9fe0136e6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:31:43 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:41:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc8a029

gnome-extra/libgsf: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 gnome-extra/libgsf/libgsf-1.14.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/libgsf/libgsf-1.14.34.ebuild 
b/gnome-extra/libgsf/libgsf-1.14.34.ebuild
index be49450..68e62da 100644
--- a/gnome-extra/libgsf/libgsf-1.14.34.ebuild
+++ b/gnome-extra/libgsf/libgsf-1.14.34.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://developer.gnome.org/gsf/;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/114" # libgsf-1.so version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 gtk +introspection"
 
 RDEPEND="



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

2015-09-16 Thread Alexis Ballier
commit: 0f4e8fb9c667cb2248fb7e5dc51000cacd375a21
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 09:22:24 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 09:22:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4e8fb9

app-misc/strigi: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 app-misc/strigi/files/strigi-0.7.8-ffmpeg29.patch | 21 +
 app-misc/strigi/strigi-0.7.8-r1.ebuild|  1 +
 2 files changed, 22 insertions(+)

diff --git a/app-misc/strigi/files/strigi-0.7.8-ffmpeg29.patch 
b/app-misc/strigi/files/strigi-0.7.8-ffmpeg29.patch
new file mode 100644
index 000..ec5a6de
--- /dev/null
+++ b/app-misc/strigi/files/strigi-0.7.8-ffmpeg29.patch
@@ -0,0 +1,21 @@
+Index: strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
+===
+--- 
strigi-0.7.8.orig/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
 strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
+@@ -355,7 +355,7 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul
+ #endif
+ 
+   if(fc->bit_rate)
+-ar.addValue(factory->bitrateProperty, fc->bit_rate);
++ar.addValue(factory->bitrateProperty, (int)fc->bit_rate);
+   else if (fc->duration!= no_bitrate && fc->duration > 0) {
+ cout<<"Trying to estimate bitrate\n";
+ int64_t size;
+@@ -486,7 +486,6 @@ FFMPEGEndAnalyzer::analyze(AnalysisResul
+   outs << stream.avg_frame_rate.num / stream.avg_frame_rate.den;
+   ar.addTriplet(streamuri, frameRatePropertyName, outs.str());
+ }
+-if (codec.pix_fmt != PIX_FMT_NONE) {}//FIXME pixel format
+   }
+   
+ }

diff --git a/app-misc/strigi/strigi-0.7.8-r1.ebuild 
b/app-misc/strigi/strigi-0.7.8-r1.ebuild
index 35bc48b..4f7694f 100644
--- a/app-misc/strigi/strigi-0.7.8-r1.ebuild
+++ b/app-misc/strigi/strigi-0.7.8-r1.ebuild
@@ -51,6 +51,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}/${P}-gcc-4.8.patch"
"${FILESDIR}/${P}-libav10.patch"
+   "${FILESDIR}/${P}-ffmpeg29.patch"
 )
 
 if [[ ${PV} ==  ]] ; then



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

2015-09-16 Thread Alexis Ballier
commit: 03d11a2d40e53e978343d9bd26700a9c1b1d3e62
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 09:34:52 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 09:34:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d11a2d

media-libs/libquicktime: fix slot on virtual/jpeg.

Package-Manager: portage-2.2.20.1

 media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild 
b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
index 67ab74c..8e2a7f3 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND=">=virtual/libintl-0-r1[${MULTILIB_USEDEP}]
dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] )
ffmpeg? ( >=virtual/ffmpeg-9-r1[${MULTILIB_USEDEP}] )
gtk? ( x11-libs/gtk+:2 )
-   jpeg? ( >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] )
opengl? ( virtual/opengl )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )



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

2015-09-16 Thread Eray Aslan
commit: ec1490bd0fb5599abcb2104a582fbdf711e3aa6e
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Sep 16 07:12:47 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Sep 16 07:12:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1490bd

mail-mta/postfix: Version bump to postfix-3.1_pre20150913

 .../{postfix-3.1_pre20150829.ebuild => postfix-3.1_pre20150913.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-mta/postfix/postfix-3.1_pre20150829.ebuild 
b/mail-mta/postfix/postfix-3.1_pre20150913.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.1_pre20150829.ebuild
rename to mail-mta/postfix/postfix-3.1_pre20150913.ebuild



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

2015-09-16 Thread Justin Lecher
commit: 1b177c32a9e22c8a5a566a444ede3caf79c88c07
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Sep 10 10:18:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b177c32

media-libs/glm: Version bump, fixes #553156 and #538294

Package-Manager: portage-2.2.20.1

 media-libs/glm/Manifest   |  1 +
 media-libs/glm/glm-0.9.7.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index c91819f..d055681 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -2,3 +2,4 @@ DIST glm-0.9.2.4.zip 3462705 SHA256 
1ec0e08c15c3f7e67d646ffae5836c64431ddbf6
 DIST glm-0.9.3.2.zip 6451695 SHA256 
ee66ab8336b9b6b3dff69268c497688268cf5a9d2b3a14e1aa6fbd7f48c911be SHA512 
7e446cb32c62254f6c44d4bc350a691312d33866bcb42865ee750342a22437e3df791007574582e9c0152f66d86d891cc433e8474c6167432f1604123b33ea51
 WHIRLPOOL 
9da6e38528ee7f3823983a0c4967e1528b05c7775adc548021bca36e908d987828f023e983a24bd46be48ad6a6e64c00b0c9fdb7f50abc97e1a9dbf9a0e15cd9
 DIST glm-0.9.5.1.zip 4071873 SHA256 
4f621657a3a7e73e2062f0c9b4366ba5e14a3c3b3c04928378f37fdd70bd0bf5 SHA512 
9644e7d76dda057fb25c3c387316c551e964a179662baf095cc2519ec84693499fd1f9c8d614ed617c3a0e406843aad7a01cbbc9399e86d52cdd8cf72f1b9194
 WHIRLPOOL 
5a5e2e64c4236f46d97f286b6675fd01b92905fa86c02fe9812d272d0dd0319a1bff8ab0c8d27d1bb706b0033ba08b49085bd83264b72954ca7704fe7260333c
 DIST glm-0.9.6.1.zip 4232099 SHA256 
1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8 SHA512 
7f1468c5e60e65181f4685a2429fa8d70350a3576175a55b7c9e8597a03837cb84aeaeb88d311e1e1948c5bd90ad9cee9286433cb78fdee54b0fbe5313ce2f84
 WHIRLPOOL 
88e0c6df25ee1bf73b625614be61c21c07389a7ecc05e2e74714da08412ab3ab0eba6c99c6a793f7b08d52f6748ef5202d8301c1b6cf4d64ab06184bc9482030
+DIST glm-0.9.7.1.tar.gz 3453078 SHA256 
285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 SHA512 
380d3611b5867a4680c213bfec00e974d29c9aa92ed374adc9ca2ae04d6c4d29f20b88ccf3359df5faabf5050f9e6dc6e417ee9f5f4b484a3ef5aefecd3827a2
 WHIRLPOOL 
7a76f6efb7acacd7d2025d9ccf9d3feb0887e55dd10c757387ad07dbae44d2aba41758994ca870c64e55e501a9916b3dbdf3606dc9c7cf44368cc405d6c26a4e

diff --git a/media-libs/glm/glm-0.9.7.1.ebuild 
b/media-libs/glm/glm-0.9.7.1.ebuild
new file mode 100644
index 000..b2cb846
--- /dev/null
+++ b/media-libs/glm/glm-0.9.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/;
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+   if use test; then
+   local mycmakeargs=( -DGLM_TEST_ENABLE=ON )
+
+   use cpu_flags_x86_sse2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE2=ON )
+   use cpu_flags_x86_sse3 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE3=ON )
+   use cpu_flags_x86_avx  && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX=ON )
+   use cpu_flags_x86_avx2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX2=ON )
+   fi
+
+   cmake-utils_src_configure
+}



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

2015-09-16 Thread Justin Lecher
commit: 0ba4ec49e9fe1aec78b2887174c1dadbabc7c6f7
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Sat Sep 12 10:16:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba4ec49

media-libs/glm: Fix remote-id

Package-Manager: portage-2.2.20.1

 media-libs/glm/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/glm/metadata.xml b/media-libs/glm/metadata.xml
index 8b1dc50..80f9177 100644
--- a/media-libs/glm/metadata.xml
+++ b/media-libs/glm/metadata.xml
@@ -9,6 +9,6 @@
header only C++ mathematics library for graphics software based 
on the OpenGL Shading Language (GLSL) specification. 


-   ogl-math
+   g-trunc/glm

 



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

2015-09-16 Thread Justin Lecher
commit: 1ecaa0bf3e40bf85676299dec59fb7684584f107
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:37:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecaa0bf

dev-python/vcrpy: Version Bump

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

 dev-python/vcrpy/Manifest   |  1 +
 dev-python/vcrpy/vcrpy-1.7.3.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-python/vcrpy/Manifest b/dev-python/vcrpy/Manifest
index 9a8b1c5..0a34c00 100644
--- a/dev-python/vcrpy/Manifest
+++ b/dev-python/vcrpy/Manifest
@@ -1 +1,2 @@
 DIST vcrpy-1.5.2.tar.gz 299525 SHA256 
ef3216e91ab3a51b67c44e0e4a8c50f6edcc812658da4c73ff32b1eb36a8a9bf SHA512 
2eccc061a1e90b03fb0688aac5566bdf96a7bfd6ffc34aa71af8395665cde8f183d02c5107572f1bbca0388c865c913f1b2a9c7b295c11be395dce20c4d5b761
 WHIRLPOOL 
49a0eb2d582003bebb788129d5f03a8d120d9752867d439a7394e7ed664b6a1b296d59d5a501e861cf3e78e4679c7a6e683843d75a0e512d0e4185da196f6081
+DIST vcrpy-1.7.3.tar.gz 164928 SHA256 
d10f10eb23f7a662ff6c637f2fd57bfed29d62a0211dfd6802767cfc5f0716a1 SHA512 
338d168436438d13af09e969bb2bdfd49b62fe12f78b3899fd423c3221a0d194bb2c53e660d1e5fabd76dff27ba6eca1c5052e0bd40a995929de56614bbe13cd
 WHIRLPOOL 
19e34d7ed9ea5ec99a34595f5f38859befe34ca33a0b853550c106ab91b891dde62ca1b1291a903cd17c8c96d81cd55536868dfe5486b5e716ded5685e5b3eb2

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



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

2015-09-16 Thread Justin Lecher
commit: 602bbad4b033435136713a6bdd373929e4c013ed
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:31:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602bbad4

dev-python/wrapt: Add pypy support

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

 dev-python/wrapt/wrapt-1.10.5.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/wrapt/wrapt-1.10.5.ebuild 
b/dev-python/wrapt/wrapt-1.10.5.ebuild
index 828797d..cf14464 100644
--- a/dev-python/wrapt/wrapt-1.10.5.ebuild
+++ b/dev-python/wrapt/wrapt-1.10.5.ebuild
@@ -3,13 +3,14 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
 
 inherit distutils-r1 vcs-snapshot
 
-DESCRIPTION="Module for decorators, wrappers and monkey patching."
+DESCRIPTION="Module for decorators, wrappers and monkey patching"
 HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
@@ -36,7 +37,7 @@ python_compile() {
 }
 
 python_test() {
-   py.test || die "tests failed under ${EPYTHON}"
+   py.test -vv || die "tests failed under ${EPYTHON}"
 }
 
 python_install_all() {



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

2015-09-16 Thread Justin Lecher
commit: f2c7e9d1501ca128fdba94809ad3ab083711120e
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 07:42:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c7e9d1

dev-python/pytest: Version Bump

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

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

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index 7348a29..dade778 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-2.7.1.tar.gz 531671 SHA256 
530f23c79e1b13850e93f3a59720f1eca75bad01307dc4fd694a6a19619fb9cb SHA512 
1bc23bf67a7400b48b718ef3a03591a3b2047d58b633c6eb16ca4732a9198b3fbbce5a2bfc93097322988b65498ee1a7278d7e035e10d91e6b58d1d3b2a61eba
 WHIRLPOOL 
d8eb985d967d8e4b48cab2df58b1e7415bb961087e9a53f4336dc830291b0aa5d4679a49429d6cd67510ec19470a397e07a7c505fdee509c1ff508847b9c
 DIST pytest-2.7.2.tar.gz 532836 SHA256 
b30457f735420dd10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4 SHA512 
5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360
 WHIRLPOOL 
6ab7371f952109ac476774222883e1381fe5ee6a54d967f2d90765f6c59c90634a16c42e8e2e1661169db6a9cb1327242ff2281cf1caeabd86a4dacd24f4bb06
+DIST pytest-2.7.3.tar.gz 548235 SHA256 
d5a9c3db3515ab95902ba08c09d1e941a21a440dc2d65f31bac02667508a9efc SHA512 
ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173
 WHIRLPOOL 
4aecd53142e503083abe2631bf403509c515d52176c430b7ab1e0becdf404e0fce4bad4343a4ab62525a6e008de0c35b4fac4a352d06938288dbf8deb8a4a250

diff --git a/dev-python/pytest/pytest-2.7.3.ebuild 
b/dev-python/pytest/pytest-2.7.3.ebuild
new file mode 100644
index 000..bec3503
--- /dev/null
+++ b/dev-python/pytest/pytest-2.7.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="py.test: simple powerful testing with Python"
+HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="doc test"
+
+# When bumping, please check setup.py for the proper py version
+PY_VER="1.4.29"
+RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
+
+#pexpect dep based on 
https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # Disable versioning of py.test script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "s/return points/return {'py.test': target}/" -i setup.py || die 
"sed failed"
+   grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
+
+   # Prevent un-needed d'loading
+   sed -e "s/'sphinx.ext.intersphinx', //" -i doc/en/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   mkdir doc/en/.build || die
+   emake -C doc/en html
+   fi
+}
+
+python_test() {
+   # test_nose.py not written to suit py3.2 in pypy3
+   if [[ "${EPYTHON}" == pypy3 ]]; then
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
+   --ignore=testing/test_nose.py \
+   || die "tests failed with ${EPYTHON}"
+   else
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py \
+   || die "tests failed with ${EPYTHON}"
+   fi
+}
+
+python_install_all() {
+   use doc && dohtml -r doc/en/_build/html/
+   distutils-r1_python_install_all
+}



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

2015-09-16 Thread Justin Lecher
commit: 366587f522f9158cd7612877d42a807087b2fe1c
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 07:53:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366587f5

dev-python/nose-exclude: Version Bump

Fix HOMEPAGE
Enable test for python2

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

 dev-python/nose-exclude/Manifest   | 1 +
 dev-python/nose-exclude/nose-exclude-0.1.9.ebuild  | 2 +-
 dev-python/nose-exclude/nose-exclude-0.2.0.ebuild  | 4 ++--
 dev-python/nose-exclude/nose-exclude-0.3.0.ebuild  | 7 ---
 .../{nose-exclude-0.3.0.ebuild => nose-exclude-0.4.1.ebuild}   | 7 ---
 5 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-python/nose-exclude/Manifest b/dev-python/nose-exclude/Manifest
index 49f302d..acdbe6a 100644
--- a/dev-python/nose-exclude/Manifest
+++ b/dev-python/nose-exclude/Manifest
@@ -1,3 +1,4 @@
 DIST nose-exclude-0.1.9.tar.gz 3444 SHA256 
c2862e55f9c6245141fc0437bad5f71a3aa8377d2727b85694884887027625ca SHA512 
2f26a3d371bf50d71e235e801c0bef37ac3e7388df7bd16203b5bb330393b2c938deb4a0c2502c75c10038c798456174b74ef4dd10567ac103bf965fcfaf4dea
 WHIRLPOOL 
b926c273a1c16a69ab15157d87b079fecd813b579c69eaa9cceee441dca1607e2b949af991e3d0b23d593b07fd9597eedde1e8721fe38a897e0f6f7d221b817d
 DIST nose-exclude-0.2.0.tar.gz 5741 SHA256 
27babdc53e0741ed09d21b7fdb5d244aabb1679f67ef81289f0f34e50aca51c9 SHA512 
0c23fe809e7e4f75e34bd6e7922cbc021ca880511f9f4d6094ec7cb330261ce2eb10135595f64d555c6503eef5280f8fc41665d8a491e1a01a566c5e277c83f4
 WHIRLPOOL 
34d9731097e5a6f8e0de111438b3d5db65ec470a79317336c3eb2fceb583a4b7929d4c9b0da8d6b1fc8e8132d2724f2263c2b70e5fc9530dd38be554994b05e8
 DIST nose-exclude-0.3.0.tar.gz 5789 SHA256 
eb40022d531c21e827e1261f3a51665a1535b83023598df1e968f41a7d9b3b88 SHA512 
25a87e2fe8f424bd009b02b854029dc371ed9a73c7a062c5da32dc76949f0f19c47ac6ab844f2143651e7b66a6b52300edd0eeab3346292671c311ef42f5565c
 WHIRLPOOL 
a0841effaf08bda27678d7dffc19c1e933d83fa0ce7340745e72dba17faebc35b85323e598c3d089bcfca70ec521f6cd61c5d46cc56be2f60bf8e24b5904c09e
+DIST nose-exclude-0.4.1.tar.gz 5930 SHA256 
44466a9bcb56d2e568750f91504d1278c74eabb259a305b06e975b87b51635da SHA512 
07dd869f948fb6e6f23dbecc316d08f23701f30ace3755e560f94deeb62cb2b5e1f5690477260d8d3a7f634e3e9959142a340f4fe0886e2ad12852444244ca3f
 WHIRLPOOL 
5ef409e2ada229f7e7fc4c32ea86377709d305fa3a1f11543ba7d6aeee67558eeb554cdce06a9a67b7d9ae80d66ce90ca9a5608e4d54610eed8a9a02ea20e7da

diff --git a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild 
b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
index 63c84a7..143d257 100644
--- a/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.1.9.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude;
+HOMEPAGE="https://github.com/kgrandis/nose-exclude;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild 
b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
index 3185a05..b20ca54 100644
--- a/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.2.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude;
+HOMEPAGE="https://github.com/kgrandis/nose-exclude;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -20,6 +20,6 @@ RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
 RESTRICT="test"
 
 python_test() {
-   # 
https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
+   # 
https://github.com/kgrandis/nose-exclude/issue/10/test-failures-with-python-3
esetup.py test
 }

diff --git a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild 
b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
index c3a9006..09afe29 100644
--- a/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.3.0.ebuild
@@ -3,12 +3,13 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION="Exclude specific directories from nosetests runs"
-HOMEPAGE="https://bitbucket.org/kgrandis/nose-exclude;
+HOMEPAGE="https://github.com/kgrandis/nose-exclude;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
@@ -17,9 +18,9 @@ KEYWORDS="~amd64 ~x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-RESTRICT="test"
 
 python_test() {
-   # 

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

2015-09-16 Thread Justin Lecher
commit: 730cbb3bb01a29871554a7482e39a5a9f86321d6
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:31:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730cbb3b

dev-python/urllib3: Version Bump

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

 dev-python/urllib3/Manifest|  1 +
 dev-python/urllib3/urllib3-1.12.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
index 47f8645..16d9cb0 100644
--- a/dev-python/urllib3/Manifest
+++ b/dev-python/urllib3/Manifest
@@ -1,4 +1,5 @@
 DIST urllib3-1.10.3.tar.gz 136894 SHA256 
ce1bb9a3f103610a062ace3ae6e56ebf2fa0fbeb5c395d601c64d8a7e6df180b SHA512 
d36280a29f1580565e79c58991d4ecf2cd69d2b262950bb90c1b0f89f225b6b3cee556914b6a7b3031dd074af8ae6187e6a3641ad8591c6b870203c33d40b113
 WHIRLPOOL 
5042b1c7e3c156d26c83a770636d9e7a9cf45b638f1b8733603afa255fe1a3ac03abb6447ba5e3f1ad98d7a449fe164c374ab5e131566b15e7c9281ba39677bc
 DIST urllib3-1.10.4.tar.gz 138538 SHA256 
52131e6a561466f1206e1a648d9a73dda2a804d0f70e83782bd88494542ded09 SHA512 
83118aa5bf23add5bb5dafd98d32459315d971246ac2a49f7f0d0fcad6414099885f6d4fc7847de17e983b949c8a21fa4ed71c0216e578bdfc8eb351672f7c09
 WHIRLPOOL 
03431b6c575f3399bf8876d7dfad126986864e3a3f09d05e7e682b5b374ed420854c776a3d7bac91538086e43a9b832975aaf0b1b2e3fcde1ba8cfe93417bdc3
 DIST urllib3-1.10.tar.gz 128200 SHA256 
25b4a7fbbd9112e0190f31f8877aa0523caeab8630872ad1bbddaba01cdd6599 SHA512 
32f9162f82a676146fae6bba462d21eb81635d8660ca4676b5e8dd3d18b68525a265695c646f06c099a78c24d9b108f0610d3e17f20578d473771bebd42cc52d
 WHIRLPOOL 
a8a84b79fd0edeecdd19eaef0ee809d1c5d842ff6bcf089df9a744a2f42bec1a366b76b6e7334a51cad83d42b166f133a4156bbbfb7be24518353ee71081
+DIST urllib3-1.12.tar.gz 151072 SHA256 
0ea512776971fe4e76192600fe41e4e7ee96b4b9a5b15aefc1ac31d2a63872c6 SHA512 
44f1cf9c5d5538e35d026551a2d1dc7119786c1148b9a769fa9f652f0368e996512962c6245c92d1f4bb1d8e816e2fb0ffebeb0060b01f92b2a5d6e01d15426f
 WHIRLPOOL 
d386e4fb47b2ea4d78d2ad690c9252d6be1b3f5a624e20670e22c9b3a28dc910e3d5ecd24ca54d8f8337f8e9a9875208efce06952cd392d9c8254257eadeee70
 DIST urllib3-1.9.1.tar.gz 171086 SHA256 
d858379ef5988d4534bb8909432d697422100aaff272299d661339836b6dae9b SHA512 
c972e4dc9dabf6378da75e0abce5e53bec29624f2dc0faff3c8ce762474d490da6aec7d2e374c57d0d18e640311845750eb257fc7829ac9d25a3d9c957c59c6f
 WHIRLPOOL 
666b82e712939b3ff5dfe109ba0498c16dbea7f2c0f0c2e1c317cf7e6f03711ce4a9468bb72327abe7821aa75c0257d30dbce5c196ba59215df3dba4084c7360

diff --git a/dev-python/urllib3/urllib3-1.12.ebuild 
b/dev-python/urllib3/urllib3-1.12.ebuild
new file mode 100644
index 000..ec17563
--- /dev/null
+++ b/dev-python/urllib3/urllib3-1.12.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="https://github.com/shazow/urllib3;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/certifi[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' python2_7 pypy)
+   $(python_gen_cond_dep 'dev-python/pyopenssl[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   $(python_gen_cond_dep 'dev-python/ndg-httpsclient[${PYTHON_USEDEP}]' 
python2_7 pypy)
+   $(python_gen_cond_dep 'dev-python/pyasn1[${PYTHON_USEDEP}]' python2_7 
pypy)
+   "
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   "
+
+# Testsuite written requiring mock to be installed under all Cpythons
+
+python_prepare_all() {
+   # Replace bundled copy of dev-python/six
+   cat > urllib3/packages/six.py <<-EOF
+   from __future__ import absolute_import
+   from six import *
+   EOF
+
+   sed \
+   -e 's:\.packages\.six:six:g' \
+   -e 's:\.six:six:g' \
+   -i urllib3/util/response.py urllib3/response.py || die
+
+   sed -i '/cover-min-percentage/d' setup.cfg || die
+   # Fix tests
+   sed -i 's/urllib3.packages.six/six/' test/test_retry.py || die
+
+   # Reset source of objects.inv
+   if use doc; then
+   local PYTHON_DOC_ATOM=$(best_version --host-root 

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

2015-09-16 Thread Justin Lecher
commit: cbf049efc3eab1392fc596b8fc3aa98dc8f08e16
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Thu Sep 10 10:16:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf049ef

licenses: add HappyBunny license

Signed-off-by: Marius Brehler  linux.sungazer.de>

 licenses/HappyBunny | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/licenses/HappyBunny b/licenses/HappyBunny
new file mode 100644
index 000..a9f8b0f
--- /dev/null
+++ b/licenses/HappyBunny
@@ -0,0 +1,22 @@
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+Restrictions: By making use of the Software for military purposes, you choose
+to make a Bunny unhappy.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.



[gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/, x11-misc/xnots/, dev-ml/extlib/, dev-python/wrapt/, ...

2015-09-16 Thread Justin Lecher
commit: d46f93fa5cf3a959eddb633a9237208e3ada12e7
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:39:33 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46f93fa

Add remote-id

Signed-off-by: Justin Lecher  gentoo.org>

 dev-ml/cppo/metadata.xml | 5 -
 dev-ml/extlib/metadata.xml   | 1 +
 dev-python/nose-exclude/metadata.xml | 1 +
 dev-python/vcrpy/metadata.xml| 1 +
 dev-python/wrapt/metadata.xml| 1 +
 x11-misc/xnots/metadata.xml  | 1 +
 6 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-ml/cppo/metadata.xml b/dev-ml/cppo/metadata.xml
index 2193d77..a9b7bec 100644
--- a/dev-ml/cppo/metadata.xml
+++ b/dev-ml/cppo/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-ml
+   ml
+   
+   mjambon/cppo
+   
 

diff --git a/dev-ml/extlib/metadata.xml b/dev-ml/extlib/metadata.xml
index 4a1e22e..0b1f8d2 100644
--- a/dev-ml/extlib/metadata.xml
+++ b/dev-ml/extlib/metadata.xml
@@ -4,5 +4,6 @@
ml

ocaml-extlib
+   ygrek/ocaml-extlib

 

diff --git a/dev-python/nose-exclude/metadata.xml 
b/dev-python/nose-exclude/metadata.xml
index 180e82b..bd87480 100644
--- a/dev-python/nose-exclude/metadata.xml
+++ b/dev-python/nose-exclude/metadata.xml
@@ -12,5 +12,6 @@
   
 nose-exclude
 kgrandis/nose-exclude
+kgrandis/nose-exclude
   
 

diff --git a/dev-python/vcrpy/metadata.xml b/dev-python/vcrpy/metadata.xml
index a412719..9cbd842 100644
--- a/dev-python/vcrpy/metadata.xml
+++ b/dev-python/vcrpy/metadata.xml
@@ -8,5 +8,6 @@


kevin1024/vcrpy
+   vcrpy

 

diff --git a/dev-python/wrapt/metadata.xml b/dev-python/wrapt/metadata.xml
index e014da7..0b54579 100644
--- a/dev-python/wrapt/metadata.xml
+++ b/dev-python/wrapt/metadata.xml
@@ -9,5 +9,6 @@


GrahamDumpleton/wrapt
+   wrapt

 

diff --git a/x11-misc/xnots/metadata.xml b/x11-misc/xnots/metadata.xml
index d62a9e7..c21707a 100644
--- a/x11-misc/xnots/metadata.xml
+++ b/x11-misc/xnots/metadata.xml
@@ -4,5 +4,6 @@
desktop-misc

xnots
+   thePalindrome/xnots

 



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

2015-09-16 Thread Justin Lecher
commit: df519e69ad220f7c5b0ddf319a92d8ee64e4d83e
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 08:02:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 08:53:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df519e69

dev-python/sphinx_rtd_theme: Version Bump

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

 dev-python/sphinx_rtd_theme/Manifest |  1 +
 .../sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild   | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/sphinx_rtd_theme/Manifest 
b/dev-python/sphinx_rtd_theme/Manifest
index 916db4c..8756073 100644
--- a/dev-python/sphinx_rtd_theme/Manifest
+++ b/dev-python/sphinx_rtd_theme/Manifest
@@ -1,3 +1,4 @@
 DIST sphinx_rtd_theme-0.1.6.tar.gz 217067 SHA256 
0f29f544f6d037989fa0c7729a9eab7e4d8ea50d6f0ef37363f472756c1edca6 SHA512 
f79e8192264ef01675240853e9be8a5bd0c86808f0e918e60c7c6e0c078caeef87c76421db795149214ef4edc1389e7c2001a98436611292ff826e7b9b9d0f15
 WHIRLPOOL 
110494f3c9bb6e838557fa4bcb1ac8f33e91b30d2da780720e897cfc4f635c0a14f502d5aac50115495bcc591de79eae83a2e359b81b917e524c9459194420f6
 DIST sphinx_rtd_theme-0.1.7.tar.gz 220230 SHA256 
9a490c861f6cf96a0050c29a92d5d1e01eda02ae6f50760ad5c96a327cdf14e8 SHA512 
390f007ecba0a59ef92e1aab3457e7c09fa7ff45690f9351857d8aa635371c81329b12e7d4052ba9abaabb82a28a911334c4dc601105ee97cb0eb2b1be0ae426
 WHIRLPOOL 
00150c49a8e1a56aa378cac795b7ed7a681aef59c7a70294b1b3e582fa1d13ce7abc251567219422fa495c610dfda2a40c1255c2c8306af72188294fa1a84ec2
 DIST sphinx_rtd_theme-0.1.8.tar.gz 424804 SHA256 
74f633ed3a61da1d1d59c3185483c81a9d7346bf0e7b5f29ad0764a6f159b68a SHA512 
2ade6b86f88fa9e8fa3242b4f5fcf665016098a3819e08400fbe216ccb8ab6e1d0786fba20c1ed722525bc5fd088bc70ceb93c0ed4c5a8ac79ab6499a0a98994
 WHIRLPOOL 
7bfdd8679d4300a9cef03ca5bbff01cc2cfbc241244f26f08c0356aba8da5bcfdd2bba4603cc687ba5bfbc2b3c7dbf69a5169d88c215173d3dd686fed035704b
+DIST sphinx_rtd_theme-0.1.9.tar.gz 698461 SHA256 
273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 SHA512 
e793a4da6209c26acb261efd03e6591561d7fbad97b3d7ab0a105e125a15a035d2066a1b1572a95954304d361abec39d9e1e401cd7200c6206cc8c89ad134d0f
 WHIRLPOOL 
77edc637b20b86a0273c9365fabdec7712dc40e6dae8533085c6c1f6261df9b0ada32f8b0d0d818f2c20902ce1c6619d9fe534da9c524f034638fb729a204052

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
new file mode 100644
index 000..f7c5387
--- /dev/null
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



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

2015-09-16 Thread Naohiro Aota
commit: 105af5341ee5f124d1f18f1234929d107d924990
Author: Naohiro Aota  gentoo  org>
AuthorDate: Wed Sep 16 08:30:36 2015 +
Commit: Naohiro Aota  gentoo  org>
CommitDate: Wed Sep 16 08:30:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105af534

Add ruby21 support

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-ruby/moneta/moneta-0.8.0.ebuild 
b/dev-ruby/moneta/moneta-0.8.0.ebuild
index a5f9ad7..f21ca050 100644
--- a/dev-ruby/moneta/moneta-0.8.0.ebuild
+++ b/dev-ruby/moneta/moneta-0.8.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2015-09-16 Thread Tobias Klausmann
commit: 1e8df555b01a8360571f590e263060d3602b93b7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:33:28 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8df555

net-libs/libsoup: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 net-libs/libsoup/libsoup-2.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup/libsoup-2.50.0.ebuild 
b/net-libs/libsoup/libsoup-2.50.0.ebuild
index 294e965..443e4b1 100644
--- a/net-libs/libsoup/libsoup-2.50.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.50.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gnome.org/LibSoup;
 LICENSE="LGPL-2+"
 SLOT="2.4"
 IUSE="debug +introspection samba ssl test"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]



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

2015-09-16 Thread Tobias Klausmann
commit: 1064e3c7c30a37dca40009231d2fa3c15dcb7614
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:35:17 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1064e3c7

x11-themes/adwaita-icon-theme: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild
index 4666a69..0dfd164 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.16.2.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
branding? ( CC-Sampling-Plus-1.0 )"
 SLOT="0"
 IUSE="branding"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10



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

2015-09-16 Thread Tobias Klausmann
commit: f63dcee7e055c68cf5869e33563fe3ec2ae92b28
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:33:04 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63dcee7

net-libs/farstream: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 net-libs/farstream/farstream-0.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/farstream/farstream-0.1.2-r2.ebuild 
b/net-libs/farstream/farstream-0.1.2-r2.ebuild
index 0e6440e..0f457bc 100644
--- a/net-libs/farstream/farstream-0.1.2-r2.ebuild
+++ b/net-libs/farstream/farstream-0.1.2-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/Farstream;
 SRC_URI="http://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="+introspection python test upnp"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2015-09-16 Thread Tobias Klausmann
commit: 98682acfa0dc8846cdee12496c5bdd3b63859188
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:34:03 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98682acf

net-misc/spice-gtk: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/net-misc/spice-gtk/spice-gtk-0.28.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.28.ebuild
index a3d7f75..e437e08 100644
--- a/net-misc/spice-gtk/spice-gtk-0.28.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.28.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://spice-space.org 
http://gitorious.org/spice-gtk;
 LICENSE="LGPL-2.1"
 SLOT="0"
 SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2;
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="dbus gstreamer gtk3 +introspection lz4 policykit pulseaudio python sasl 
smartcard static-libs usbredir vala webdav"
 
 REQUIRED_USE="



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

2015-09-16 Thread Tobias Klausmann
commit: c61f8602ae7c093dbff538466cbf11ea0e1d2443
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:35:07 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61f8602

x11-misc/colord: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 x11-misc/colord/colord-1.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/colord/colord-1.2.12.ebuild 
b/x11-misc/colord/colord-1.2.12.ebuild
index 476b96f..8eab5e3 100644
--- a/x11-misc/colord/colord-1.2.12.ebuild
+++ b/x11-misc/colord/colord-1.2.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.freedesktop.org/software/colord/releases/${P}.tar.xz;
 
 LICENSE="GPL-2+"
 SLOT="0/2" # subslot = libcolord soname version
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 # We prefer policykit enabled by default, bug #448058
 IUSE="argyllcms examples extra-print-profiles +gusb +introspection +policykit 
scanner systemd +udev vala"



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

2015-09-16 Thread Tobias Klausmann
commit: 61c8c8d3f9a2c61a0098a7723f729cfb6725cb7a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:35:51 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:43:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c8c8d3

app-crypt/pinentry: add alpha keyword

Gentoo-Bug: 552614

Package-Manager: portage-2.2.20.1

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

diff --git a/app-crypt/pinentry/pinentry-0.9.5.ebuild 
b/app-crypt/pinentry/pinentry-0.9.5.ebuild
index a9784b2..a2ba4ba 100644
--- a/app-crypt/pinentry/pinentry-0.9.5.ebuild
+++ b/app-crypt/pinentry/pinentry-0.9.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="clipboard emacs gtk ncurses qt4 caps gnome-keyring static"
 
 RDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: a9ffa09e8c429111cf8b2ef92f3877d0798f7f6a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:36:26 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:43:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ffa09e

dev-libs/libassuan: add alpha keyword

Gentoo-Bug: 552614

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-libs/libassuan/libassuan-2.2.1.ebuild 
b/dev-libs/libassuan/libassuan-2.2.1.ebuild
index 6c3dcf5..037aa31 100644
--- a/dev-libs/libassuan/libassuan-2.2.1.ebuild
+++ b/dev-libs/libassuan/libassuan-2.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gnome-pty-helper/

2015-09-16 Thread Tobias Klausmann
commit: 954bd1991c343e210debf6bf9936212caa0c16f2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:34:13 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954bd199

x11-libs/gnome-pty-helper: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild 
b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
index 2e5d2f0..5451541 100644
--- a/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
+++ b/x11-libs/gnome-pty-helper/gnome-pty-helper-0.40.2.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+hardened"
 
 # gnome-pty-helper was spit out with 0.27.90



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

2015-09-16 Thread Tobias Klausmann
commit: bf8163e571184a686d0510842df63c4a53a7ccbc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:33:50 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8163e5

net-libs/phodav: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 net-libs/phodav/phodav-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/phodav/phodav-2.0-r1.ebuild 
b/net-libs/phodav/phodav-2.0-r1.ebuild
index dbb4a34..ae216f6 100644
--- a/net-libs/phodav/phodav-2.0-r1.ebuild
+++ b/net-libs/phodav/phodav-2.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/phodav;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="spice systemd zeroconf"
 
 RDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: 95d10ee196d56d3bf4475fd116b0fbc2eabb1402
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:34:43 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d10ee1

x11-libs/gtksourceview: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild 
b/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild
index a98686b..21f6c72 100644
--- a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3.0/3"
 IUSE="glade +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
 
 # Note: has native OSX support, prefix teams, attack!
 RDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: 1b0e49f3efe59cc3694bca3194a2afe12d246dbd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:36:04 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:43:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0e49f3

app-crypt/gnupg: add alpha keyword

Gentoo-Bug: 552614

Package-Manager: portage-2.2.20.1

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

diff --git a/app-crypt/gnupg/gnupg-2.0.28.ebuild 
b/app-crypt/gnupg/gnupg-2.0.28.ebuild
index 7e372f9..e2b6758 100644
--- a/app-crypt/gnupg/gnupg-2.0.28.ebuild
+++ b/app-crypt/gnupg/gnupg-2.0.28.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls mta readline static selinux smartcard tools usb"
 
 COMMON_DEPEND_LIBS="



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

2015-09-16 Thread Tobias Klausmann
commit: 22422b42715f88cad7f681dd14ade876083120e4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:32:03 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22422b42

media-gfx/gphoto2: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 media-gfx/gphoto2/gphoto2-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gphoto2/gphoto2-2.5.8.ebuild 
b/media-gfx/gphoto2/gphoto2-2.5.8.ebuild
index c5cc451..2410d09 100644
--- a/media-gfx/gphoto2/gphoto2-2.5.8.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.5.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="aalib exif ncurses nls readline"
 
 # aalib -> needs libjpeg



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

2015-09-16 Thread Tobias Klausmann
commit: 4d31ce816e2ffdb7a67ce92b6877afd4f424d965
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:34:31 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d31ce81

x11-libs/gtk+: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/x11-libs/gtk+/gtk+-3.16.6.ebuild b/x11-libs/gtk+/gtk+-3.16.6.ebuild
index b66be46..d978d06 100644
--- a/x11-libs/gtk+/gtk+-3.16.6.ebuild
+++ b/x11-libs/gtk+/gtk+-3.16.6.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 # FIXME: introspection data is built against system installation of gtk+:3
 # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)



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

2015-09-16 Thread Tobias Klausmann
commit: b1bc2f498be598d1b897bf083b2da2d8c184ab60
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:33:16 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1bc2f49

net-libs/glib-networking: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 net-libs/glib-networking/glib-networking-2.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.44.0.ebuild 
b/net-libs/glib-networking/glib-networking-2.44.0.ebuild
index 5f4265c..e63179f 100644
--- a/net-libs/glib-networking/glib-networking-2.44.0.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.44.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://git.gnome.org/browse/glib-networking/;
 LICENSE="LGPL-2+"
 SLOT="0"
 IUSE="+gnome +libproxy smartcard +ssl test"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-libs/glib-2.39.1:2[${MULTILIB_USEDEP}]



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

2015-09-16 Thread Tobias Klausmann
commit: fdafd5dc03361a394fecf20e6a87dd78815bb999
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:33:40 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdafd5dc

net-libs/libsoup-gnome: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild 
b/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild
index eedebf2..a6b8d81 100644
--- a/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild
+++ b/net-libs/libsoup-gnome/libsoup-gnome-2.50.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="${SRC_URI//-gnome}"
 LICENSE="LGPL-2+"
 SLOT="2.4"
 IUSE="debug +introspection"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-solaris"
 
 RDEPEND="
~net-libs/libsoup-${PV}[introspection?,${MULTILIB_USEDEP}]



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

2015-09-16 Thread Tobias Klausmann
commit: f0aa0436662a65be5157732eb08f107bfe5f8239
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:32:51 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0aa0436

media-sound/pulseaudio: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/media-sound/pulseaudio/pulseaudio-6.0.ebuild 
b/media-sound/pulseaudio/pulseaudio-6.0.ebuild
index d2aadad..c8460fa 100644
--- a/media-sound/pulseaudio/pulseaudio-6.0.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-6.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
 
 SLOT="0"
 #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux 
~x86-linux"
 
 # +alsa-plugin as discussed in bug #519530
 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm 
+glib



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

2015-09-16 Thread Tobias Klausmann
commit: 0437162f01e72a4f6f82dcf2783a924fc4c16363
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:34:55 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0437162f

x11-libs/vte: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

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

diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild
index 023ab05..98499fd 100644
--- a/x11-libs/vte/vte-0.40.2.ebuild
+++ b/x11-libs/vte/vte-0.40.2.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE;
 LICENSE="LGPL-2+"
 SLOT="2.91"
 IUSE="+crypt debug glade +introspection vala"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 
 PDEPEND=">=x11-libs/gnome-pty-helper-${PV}"
 RDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: 46468ab2ef207a28fbe7b31689f44ed2bd2066eb
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:35:28 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46468ab2

x11-themes/gnome-themes-standard: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild 
b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild
index 57947c9..b2c0b27 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gtk"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 
 COMMON_DEPEND="
gnome-base/librsvg:2[${MULTILIB_USEDEP}]



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

2015-09-16 Thread Tobias Klausmann
commit: 1b0e38c7cdbcec669940d4a6810932c2db99fa55
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:32:13 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b0e38c7

media-libs/harfbuzz: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 media-libs/harfbuzz/harfbuzz-0.9.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild 
b/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild
index 513ca26..0fd48e6 100644
--- a/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-0.9.41.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 LICENSE="Old-MIT ISC icu"
 SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416
 [[ ${PV} ==  ]] || \
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 
 IUSE="+cairo fontconfig +glib +graphite icu +introspection static-libs test 
+truetype"
 REQUIRED_USE="introspection? ( glib )"



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

2015-09-16 Thread Tobias Klausmann
commit: 27accf9449b1f89254ab15c02e7034ac8979231a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:31:53 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:41:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27accf94

gnome-extra/yelp-xsl: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild 
b/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild
index 26de99e..c927944 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.16.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnome.org/;
 LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/libxml2-2.6.12:=



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/

2015-09-16 Thread Tobias Klausmann
commit: c9cd6b516dbed1b217d9589335756389970b4445
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:36:15 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:43:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cd6b51

app-eselect/eselect-pinentry: add alpha keyword

Gentoo-Bug: 552614

Package-Manager: portage-2.2.20.1

 app-eselect/eselect-pinentry/eselect-pinentry-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.6.ebuild 
b/app-eselect/eselect-pinentry/eselect-pinentry-0.6.ebuild
index b22624d..d79cf66 100644
--- a/app-eselect/eselect-pinentry/eselect-pinentry-0.6.ebuild
+++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1"



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

2015-09-16 Thread Tobias Klausmann
commit: faededb17a5360d5c1f92641df72a2ba16b40a03
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 08:35:38 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 08:42:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faededb1

x11-themes/gtk-engines: add alpha keyword

Gentoo-Bug: 551826

Package-Manager: portage-2.2.20.1

 x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild 
b/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild
index b189808..ea44ff0 100644
--- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild
+++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gtk.org/;
 
 LICENSE="LGPL-2.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="accessibility lua"
 
 RDEPEND="



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

2015-09-16 Thread Alexis Ballier
commit: a2a7ab8426921d89601e1d73746e83dcc2f511a7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 11:47:18 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 11:47:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a7ab84

media-video/gpac: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-video/gpac/files/gpac-0.5.2-avpixfmt.patch |  57 +
 media-video/gpac/files/gpac-0.5.2-ffmpeg29.patch | 307 +++
 media-video/gpac/gpac-0.5.2.ebuild   |   7 +-
 3 files changed, 370 insertions(+), 1 deletion(-)

diff --git a/media-video/gpac/files/gpac-0.5.2-avpixfmt.patch 
b/media-video/gpac/files/gpac-0.5.2-avpixfmt.patch
new file mode 100644
index 000..0137a3b
--- /dev/null
+++ b/media-video/gpac/files/gpac-0.5.2-avpixfmt.patch
@@ -0,0 +1,57 @@
+Index: gpac-0.5.2/applications/dashcast/video_encoder.c
+===
+--- gpac-0.5.2.orig/applications/dashcast/video_encoder.c
 gpac-0.5.2/applications/dashcast/video_encoder.c
+@@ -86,7 +86,7 @@ int dc_video_encoder_open(VideoOutputFil
+   video_output_file->codec_ctx->time_base.den = 
video_data_conf->time_base.den;
+   video_output_file->codec_ctx->time_base.num = 
video_data_conf->time_base.num * video_data_conf->time_base.den / 
video_data_conf->framerate;
+   }
+-  video_output_file->codec_ctx->pix_fmt = PIX_FMT_YUV420P;
++  video_output_file->codec_ctx->pix_fmt = AV_PIX_FMT_YUV420P;
+   video_output_file->codec_ctx->gop_size = video_data_conf->framerate;
+ 
+ //video_output_file->codec_ctx->codec_id = video_codec->id;
+@@ -96,7 +96,7 @@ int dc_video_encoder_open(VideoOutputFil
+ //video_output_file->codec_ctx->height = video_data_conf->height;
+ //video_output_file->codec_ctx->time_base = (AVRational) {1 ,
+ //video_output_file->video_data_conf->framerate};
+-//video_output_file->codec_ctx->codec->pix_fmt = PIX_FMT_YUV420P;
++//video_output_file->codec_ctx->codec->pix_fmt = AV_PIX_FMT_YUV420P;
+   video_output_file->codec_ctx->gop_size = video_data_conf->framerate;
+ //
+ //av_opt_set(video_output_file->codec_ctx->priv_data, "preset", 
"ultrafast", 0);
+Index: gpac-0.5.2/applications/dashcast/video_muxer.c
+===
+--- gpac-0.5.2.orig/applications/dashcast/video_muxer.c
 gpac-0.5.2/applications/dashcast/video_muxer.c
+@@ -643,7 +643,7 @@ int dc_ffmpeg_video_muxer_open(VideoOutp
+ 
+   video_stream->codec->time_base = video_codec_ctx->time_base;
+ 
+-  video_stream->codec->pix_fmt = PIX_FMT_YUV420P;
++  video_stream->codec->pix_fmt = AV_PIX_FMT_YUV420P;
+   video_stream->codec->gop_size = video_codec_ctx->time_base.den; 
//video_output_file->video_data_conf->framerate;
+ 
+   av_opt_set(video_stream->codec->priv_data, "preset", "ultrafast", 0);
+Index: gpac-0.5.2/applications/dashcast/video_scaler.c
+===
+--- gpac-0.5.2.orig/applications/dashcast/video_scaler.c
 gpac-0.5.2/applications/dashcast/video_scaler.c
+@@ -125,7 +125,7 @@ int dc_video_scaler_data_init(VideoInput
+   dc_consumer_init(_scaled_data->consumer, video_cb_size, name);
+ 
+   video_scaled_data->num_producers = max_source;
+-  video_scaled_data->out_pix_fmt = PIX_FMT_YUV420P;
++  video_scaled_data->out_pix_fmt = AV_PIX_FMT_YUV420P;
+   GF_SAFE_ALLOC_N(video_scaled_data->vsprop, max_source, VideoScaledProp);
+   memset(video_scaled_data->vsprop, 0, max_source * 
sizeof(VideoScaledProp));
+ 
+@@ -198,7 +198,7 @@ int dc_video_scaler_scale(VideoInputData
+   video_scaled_data_node->cropped_frame->width  = 
video_input_data->vprop[index].width  - video_input_data->vprop[index].crop_x;
+   video_scaled_data_node->cropped_frame->height = 
video_input_data->vprop[index].height - video_input_data->vprop[index].crop_y;
+ #endif
+-  if 
(av_picture_crop((AVPicture*)video_scaled_data_node->cropped_frame, 
(AVPicture*)video_data_node->vframe, PIX_FMT_YUV420P, 
video_input_data->vprop[index].crop_y, video_input_data->vprop[index].crop_x) < 
0) {
++  if 
(av_picture_crop((AVPicture*)video_scaled_data_node->cropped_frame, 
(AVPicture*)video_data_node->vframe, AV_PIX_FMT_YUV420P, 
video_input_data->vprop[index].crop_y, video_input_data->vprop[index].crop_x) < 
0) {
+   GF_LOG(GF_LOG_ERROR, GF_LOG_DASH, ("Video scaler: error 
while cropping picture.\n"));
+   return -1;
+   }

diff --git a/media-video/gpac/files/gpac-0.5.2-ffmpeg29.patch 
b/media-video/gpac/files/gpac-0.5.2-ffmpeg29.patch
new file mode 100644
index 000..1cf5487
--- /dev/null
+++ b/media-video/gpac/files/gpac-0.5.2-ffmpeg29.patch
@@ -0,0 +1,307 @@
+Index: 

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

2015-09-16 Thread Alexis Ballier
commit: 6757d5fd1307831e1f0e4f0a2b4b66e3c854c322
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 10:27:01 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 10:27:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6757d5fd

media-video/cinelerra: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-video/cinelerra/cinelerra-20140710.ebuild|   4 +
 .../cinelerra/files/cinelerra-ffmpeg29.patch   | 658 +
 2 files changed, 662 insertions(+)

diff --git a/media-video/cinelerra/cinelerra-20140710.ebuild 
b/media-video/cinelerra/cinelerra-20140710.ebuild
index ba8b145..0866be2 100644
--- a/media-video/cinelerra/cinelerra-20140710.ebuild
+++ b/media-video/cinelerra/cinelerra-20140710.ebuild
@@ -68,6 +68,10 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-ffmpeg2.patch
fi
 
+   if has_version '>=media-video/ffmpeg-2.9' ; then
+   epatch "${FILESDIR}"/${PN}-ffmpeg29.patch
+   fi
+
eautoreconf
 }
 

diff --git a/media-video/cinelerra/files/cinelerra-ffmpeg29.patch 
b/media-video/cinelerra/files/cinelerra-ffmpeg29.patch
new file mode 100644
index 000..604000e
--- /dev/null
+++ b/media-video/cinelerra/files/cinelerra-ffmpeg29.patch
@@ -0,0 +1,658 @@
+Index: cinelerra-20140710/cinelerra/ffmpeg.C
+===
+--- cinelerra-20140710.orig/cinelerra/ffmpeg.C
 cinelerra-20140710/cinelerra/ffmpeg.C
+@@ -38,7 +38,7 @@ int FFMPEG::init(char *codec_string) {
+   printf("FFMPEG::init avcodec_open() failed\n");
+   }
+ 
+-  picture = avcodec_alloc_frame();
++  picture = av_frame_alloc();
+ 
+ 
+   return 0;
+@@ -55,62 +55,62 @@ AVCodecID FFMPEG::codec_id(char *codec_s
+ #define CODEC_IS(x) (! strncmp(codec_string, x, 4))
+ 
+   if (CODEC_IS(QUICKTIME_DV) ||
+-  CODEC_IS(QUICKTIME_DVSD)) return CODEC_ID_DVVIDEO;
++  CODEC_IS(QUICKTIME_DVSD)) return AV_CODEC_ID_DVVIDEO;
+   
+   if (CODEC_IS(QUICKTIME_MP4V) ||
+-  CODEC_IS(QUICKTIME_DIVX)) return CODEC_ID_MPEG4;
++  CODEC_IS(QUICKTIME_DIVX)) return AV_CODEC_ID_MPEG4;
+ 
+-  return CODEC_ID_NONE;
++  return AV_CODEC_ID_NONE;
+ 
+ #undef CODEC_IS
+ }
+ 
+-PixelFormat FFMPEG::color_model_to_pix_fmt(int color_model) {
++AVPixelFormat FFMPEG::color_model_to_pix_fmt(int color_model) {
+   switch (color_model) 
+   { 
+   case BC_YUV422: 
+-return PIX_FMT_YUYV422;
++return AV_PIX_FMT_YUYV422;
+   case BC_RGB888:
+-  return PIX_FMT_RGB24;
++  return AV_PIX_FMT_RGB24;
+   case BC_BGR:  // NOTE: order flipped
+-  return PIX_FMT_RGB32;
++  return AV_PIX_FMT_RGB32;
+   case BC_BGR888:
+-  return PIX_FMT_BGR24;
++  return AV_PIX_FMT_BGR24;
+   case BC_YUV420P: 
+-  return PIX_FMT_YUV420P;
++  return AV_PIX_FMT_YUV420P;
+   case BC_YUV422P:
+-  return PIX_FMT_YUV422P;
++  return AV_PIX_FMT_YUV422P;
+   case BC_YUV444P:
+-  return PIX_FMT_YUV444P;
++  return AV_PIX_FMT_YUV444P;
+   case BC_YUV411P:
+-  return PIX_FMT_YUV411P;
++  return AV_PIX_FMT_YUV411P;
+   case BC_RGB565:
+-  return PIX_FMT_RGB565;
++  return AV_PIX_FMT_RGB565;
+   };
+ 
+-  return PIX_FMT_NB;
++  return AV_PIX_FMT_NB;
+ }
+ 
+-int FFMPEG::pix_fmt_to_color_model(PixelFormat pix_fmt) {
++int FFMPEG::pix_fmt_to_color_model(AVPixelFormat pix_fmt) {
+   switch (pix_fmt) 
+   { 
+-  case PIX_FMT_YUYV422:
++  case AV_PIX_FMT_YUYV422:
+   return BC_YUV422;
+-  case PIX_FMT_RGB24:
++  case AV_PIX_FMT_RGB24:
+   return BC_RGB888;
+-  case PIX_FMT_RGB32:
++  case AV_PIX_FMT_RGB32:
+   return BC_BGR;
+-  case PIX_FMT_BGR24:
++  case AV_PIX_FMT_BGR24:
+   return BC_BGR888;
+-  case PIX_FMT_YUV420P:
++  case AV_PIX_FMT_YUV420P:
+   return BC_YUV420P;
+-  case PIX_FMT_YUV422P:
++  case AV_PIX_FMT_YUV422P:
+   return BC_YUV422P;
+-  case PIX_FMT_YUV444P:
++  case AV_PIX_FMT_YUV444P:
+   return BC_YUV444P;
+-  case PIX_FMT_YUV411P:
++  case AV_PIX_FMT_YUV411P:
+   return BC_YUV411P;
+-  case PIX_FMT_RGB565:
++  case AV_PIX_FMT_RGB565:

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

2015-09-16 Thread Tobias Klausmann
commit: b62c0cfe6786a1ba8b72eb583123a356f980ee1d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 10:58:28 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 10:58:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62c0cfe

app-misc/screen: add alpha keyword

Gentoo-Bug: 559394

Package-Manager: portage-2.2.20.1

 app-misc/screen/screen-4.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.3.1-r1.ebuild 
b/app-misc/screen/screen-4.3.1-r1.ebuild
index 653a7ff..880d40e 100644
--- a/app-misc/screen/screen-4.3.1-r1.ebuild
+++ b/app-misc/screen/screen-4.3.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~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 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
 CDEPEND="



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

2015-09-16 Thread Tobias Klausmann
commit: b08988f5fd66d97c8c40264c78f641596d2dcd05
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 11:06:43 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 11:06:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08988f5

net-misc/wget: add alpha keyword

Gentoo-Bug: 560418

Package-Manager: portage-2.2.20.1

 net-misc/wget/wget-1.16.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.16.3-r1.ebuild 
b/net-misc/wget/wget-1.16.3-r1.ebuild
index dd22abc..405ee7d 100644
--- a/net-misc/wget/wget-1.16.3-r1.ebuild
+++ b/net-misc/wget/wget-1.16.3-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 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"
 IUSE="debug gnutls idn ipv6 nls ntlm pcre +ssl static test uuid zlib"
 
 LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )



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

2015-09-16 Thread Tobias Klausmann
commit: e6ebd02d676810521a6ef388ac4920e105eeb59a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 11:28:10 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 11:28:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ebd02d

net-mail/dovecot: add alpha keyword

Gentoo-Bug: 560108

Package-Manager: portage-2.2.20.1

 net-mail/dovecot/dovecot-2.2.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.2.18.ebuild 
b/net-mail/dovecot/dovecot-2.2.18.ebuild
index 6d01af5..8b055a3 100644
--- a/net-mail/dovecot/dovecot-2.2.18.ebuild
+++ b/net-mail/dovecot/dovecot-2.2.18.ebuild
@@ -25,7 +25,7 @@ HOMEPAGE="http://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_STORAGE="cydir imapc +maildir mbox mdbox pop3c sdbox"



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

2015-09-16 Thread Alexis Ballier
commit: c1b0b0ef50fcb3776d4905160203e7c6440f062e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 12:29:39 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 12:29:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b0b0ef

sci-libs/ignition-math: Initial import. Ebuild by me.

Package-Manager: portage-2.2.20.1

 sci-libs/ignition-math/Manifest   |  2 ++
 sci-libs/ignition-math/ignition-math-1.0.0.ebuild | 29 +++
 sci-libs/ignition-math/ignition-math-2.2.2.ebuild | 29 +++
 sci-libs/ignition-math/metadata.xml   |  8 +++
 4 files changed, 68 insertions(+)

diff --git a/sci-libs/ignition-math/Manifest b/sci-libs/ignition-math/Manifest
new file mode 100644
index 000..6dd2412
--- /dev/null
+++ b/sci-libs/ignition-math/Manifest
@@ -0,0 +1,2 @@
+DIST ignition-math2_2.2.2.tar.bz2 325413 SHA256 
e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab SHA512 
fc278312a8144438f2db128ad1041bfd9dc8d5f5618827c5e6374dee934a48fe0297a3036c353d5351656e2a7334c21c61c81227b9858e5f585a170291646d9a
 WHIRLPOOL 
675b065f4908b5284b8fbdc970b943677b2b97a5846c1d91290a25bf9a945b58aab0b6e96fe33c7368061aaf1bd88be0db29456d649692a631410583e5043858
+DIST ignition-math_1.0.0.tar.bz2 312262 SHA256 
aa7b5fc9a7732a72f2d45c25bea8280b2230fcd52fbc0159cf7f1224257e72f6 SHA512 
21199854482c6cf30c345d27fe4975aa30a42f03c2bfb0fd5dfe0bbc309d686f2760a6ccc52f8e47bdf5d5db05fbbdcb2f9393c4a91ee054a78def5df8089950
 WHIRLPOOL 
7f088aea5bd7f2510043c5aad35e4ca814936159a4596657f2af02dc38bdb5e84db002cbb8f8ab8ed0ff0793af423cfd6d31714d6d56808d41ffeca7e3629e81

diff --git a/sci-libs/ignition-math/ignition-math-1.0.0.ebuild 
b/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
new file mode 100644
index 000..6238823
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils vcs-snapshot flag-o-matic
+
+DESCRIPTION="A small, fast, and high performance math library for robot 
applications"
+HOMEPAGE="http://ignitionrobotics.org/libraries/math;
+SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}_${PV}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="1/1"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}_${PV}"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+   # upstream appends this conditionally...
+   append-flags "-fPIC"
+   echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > 
"${S}/cmake/HostCFlags.cmake"
+   sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO 
\" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
+   cmake-utils_src_configure
+}

diff --git a/sci-libs/ignition-math/ignition-math-2.2.2.ebuild 
b/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
new file mode 100644
index 000..8bc2070
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-2.2.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils vcs-snapshot flag-o-matic
+
+DESCRIPTION="A small, fast, and high performance math library for robot 
applications"
+HOMEPAGE="http://ignitionrobotics.org/libraries/math;
+SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}2_${PV}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="2/2"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}2_${PV}"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+   # upstream appends this conditionally...
+   append-flags "-fPIC"
+   echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > 
"${S}/cmake/HostCFlags.cmake"
+   sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO 
\" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
+   cmake-utils_src_configure
+}

diff --git a/sci-libs/ignition-math/metadata.xml 
b/sci-libs/ignition-math/metadata.xml
new file mode 100644
index 000..e7dd05f
--- /dev/null
+++ b/sci-libs/ignition-math/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+aball...@gentoo.org
+Alexis Ballier
+
+



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

2015-09-16 Thread Tobias Klausmann
commit: ec0b938a9985c756fa886730b9170351c11cb8df
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 11:39:37 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 11:39:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0b938a

mail-mta/postfix: add alpha keyword

Gentoo-Bug: 560110

Package-Manager: portage-2.2.20.1

 mail-mta/postfix/Manifest | 2 +-
 mail-mta/postfix/postfix-3.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index ec3dd20..9b56431 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -3,5 +3,5 @@ DIST postfix-2.11.6.tar.gz 4030414 SHA256 
77f35574c78cf5ac468061c38037c4f858ead7
 DIST postfix-3.0.0.tar.gz 4239248 SHA256 
c2f2f10aa3e6b7090ba979e9c515e42b3140c5c1c17a33d58787569df7ae0955 SHA512 
ba5b67a8f03c6fe6bbb62e2aad981a6f3ba8266ea2fa93abfa5d31cdb20b2d5a47fc373f401b247ca2cb5a19e654f86b2a65fe906c102d729e472b6c5ff1cd7a
 WHIRLPOOL 
1510a17f3376d77eb503b3adf47639f6466a38e20a06ebf7ae0ec6849dc2ea332377c82af816f298a2719bccc4917d14132ee9e11c14cbafa3ea53ec40056f50
 DIST postfix-3.0.1.tar.gz 4265677 SHA256 
cd2bd6447fe3368bb1a39f482f8dd1eec87c63067a0eb75f9aec8e4eadd21328 SHA512 
17916f6dc7113589b011dbf6a6bb54cb9f6d0d5f176fb3c877d4a5a09ac62c4faf088bf1eba0b41c6d2b9d55660fd4c52d4ba2a01f82db3679322756b6da6f37
 WHIRLPOOL 
3e0f28350a42428b7deae460d2312c90f84f82aaa7755207e1eba04ee7c3b276eaddbd8c8b705a38923ad29625a36aa06c80849ecc9201f4aa99e44811913790
 DIST postfix-3.0.2.tar.gz 4239235 SHA256 
68256314202f5f0f24022d64f7ac664d28fa1394d07c84a37c3fc7a2d040be80 SHA512 
b097ff5cb1707361af568bbcf8b9d264dfefe7a9fd5c2fb4ce731a2ff6a632c3341ace43afe7f1600f2096592535cf9a300322f78c92000e752e0df7d3c39021
 WHIRLPOOL 
3fd230321577c0226926701a17803b038a281b46abe884899ca38ea18c5fd9c13ef90900e5fdd17db20ecf8dc63b373cb9f378f1402660be2908192900cba47a
-DIST postfix-3.1-20150829.tar.gz 4302206 SHA256 
b098608fb633e431dd86b51c353eebd12b4d18bb00d94d0358eab68c0b4f8301 SHA512 
82c27c8dac6bd470b6159f03ad28a43077acb3f23ec36208e948d0ea501e55462337bb631ffd4b1eba8f37860a8d252d3c472594309b13904aa606fc134ce77b
 WHIRLPOOL 
25a11d5915932ff93b2f6cd460c8e384db9259251b90a7ed880afdace65c89af2c1ad5e88f166b5c868877026117d91d97f87f5f73168a8f6becb57b0a5f4df7
+DIST postfix-3.1-20150913.tar.gz 4304955 SHA256 
ab94a8daf2a6b3d45157ed279ee00227603aeaf5a821f9077701e3aa01c72b45 SHA512 
23bf6be389e281ad64111b32d6680a2b44522ceed835a9622f9b3e85483f8c51cb726ebacf1cc091b24ed81c1cca11e34900a34fb2ce2797b2af9127ce092dc3
 WHIRLPOOL 
5d16aadc65a824f15b91aeefee62d9f1874d2be633bca437dfd3d20c88f29e9af5d5d1ea77615dcaa7fd483cef37d362e652a17ef965acc80b9a5fdf0b321351
 DIST postfix-vda-v13-2.10.0.patch 55701 SHA256 
6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62
 WHIRLPOOL 
d98b7d2177b8b69738086880fd08c336fa60b99ff7413624e628fd5f17be2064f2ccaa37c047d3013ed41c0ff1bcb76e7962f8390c4179f28ab11733dd3b59d3

diff --git a/mail-mta/postfix/postfix-3.0.2.ebuild 
b/mail-mta/postfix/postfix-3.0.2.ebuild
index d3b6b15..bd80bb5 100644
--- a/mail-mta/postfix/postfix-3.0.2.ebuild
+++ b/mail-mta/postfix/postfix-3.0.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
 
 LICENSE="IBM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
 
 DEPEND=">=dev-libs/libpcre-3.4



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

2015-09-16 Thread Alexis Ballier
commit: 2a941b98a6cca524a92ab046f04b5d2c0a13ed28
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 10:31:13 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 10:31:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a941b98

media-video/dvdstyler: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-video/dvdstyler/dvdstyler-2.9.3.ebuild |  3 ++-
 media-video/dvdstyler/files/ffmpeg29.patch   | 31 
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/media-video/dvdstyler/dvdstyler-2.9.3.ebuild 
b/media-video/dvdstyler/dvdstyler-2.9.3.ebuild
index c5bc193..914cefe 100644
--- a/media-video/dvdstyler/dvdstyler-2.9.3.ebuild
+++ b/media-video/dvdstyler/dvdstyler-2.9.3.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 MY_P=${P/dvds/DVDS}
 WX_GTK_VER=2.8
 
-inherit wxwidgets
+inherit wxwidgets eutils
 
 DESCRIPTION="A cross-platform free DVD authoring application"
 HOMEPAGE="http://www.dvdstyler.org/;
@@ -51,6 +51,7 @@ src_prepare() {
sed -i \
-e '/Icon/s:.png::' -e '/^Encoding/d' -e 
'/Categories/s:Application;::' \
data/dvdstyler.desktop || die
+   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/ffmpeg29.patch"
 }
 
 src_configure() {

diff --git a/media-video/dvdstyler/files/ffmpeg29.patch 
b/media-video/dvdstyler/files/ffmpeg29.patch
new file mode 100644
index 000..22ab9a6
--- /dev/null
+++ b/media-video/dvdstyler/files/ffmpeg29.patch
@@ -0,0 +1,31 @@
+Index: DVDStyler-2.9.3/src/mediaenc_ffmpeg.cpp
+===
+--- DVDStyler-2.9.3.orig/src/mediaenc_ffmpeg.cpp
 DVDStyler-2.9.3/src/mediaenc_ffmpeg.cpp
+@@ -178,7 +178,7 @@ bool wxFfmpegMediaEncoder::addVideoStrea
+   c->time_base.den = isNTSC(videoFormat) ? 3 : 25;
+   c->time_base.num = isNTSC(videoFormat) ? 1001 : 1;
+   c->gop_size = isNTSC(videoFormat) ? 15 : 12;
+-  c->pix_fmt = PIX_FMT_YUV420P;
++  c->pix_fmt = AV_PIX_FMT_YUV420P;
+   c->rc_buffer_size = VIDEO_BUF_SIZE;
+   c->rc_max_rate = 900;
+   c->rc_min_rate = 0;
+@@ -279,7 +279,7 @@ void wxFfmpegMediaEncoder::CloseAudioEnc
+   m_audioStm = NULL;
+ }
+ 
+-AVFrame* allocPicture(PixelFormat pix_fmt, int width, int height) {
++AVFrame* allocPicture(AVPixelFormat pix_fmt, int width, int height) {
+   AVFrame* frame = av_frame_alloc();
+   if (!frame)
+   return NULL;
+@@ -318,7 +318,7 @@ bool wxFfmpegMediaEncoder::OpenVideoEnco
+   return false;
+   }
+ 
+-  m_imgConvertCtx = sws_getContext(c->width, c->height, PIX_FMT_RGB24, 
c->width, c->height, c->pix_fmt, SWS_BICUBIC,
++  m_imgConvertCtx = sws_getContext(c->width, c->height, AV_PIX_FMT_RGB24, 
c->width, c->height, c->pix_fmt, SWS_BICUBIC,
+   NULL, NULL, NULL);
+   if (!m_imgConvertCtx) {
+   wxLogError(wxT("Cannot initialize the conversion context"));



[gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/

2015-09-16 Thread Alexis Ballier
commit: ae174ffbb5f6edee6619963571312f27b14e4b6a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 10:32:22 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 10:32:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae174ffb

dev-ml/menhir: bump to 20150914.

Package-Manager: portage-2.2.20.1

 dev-ml/menhir/Manifest   |  1 +
 dev-ml/menhir/menhir-20150914.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/menhir/Manifest b/dev-ml/menhir/Manifest
index 3db99d5..941e3e9 100644
--- a/dev-ml/menhir/Manifest
+++ b/dev-ml/menhir/Manifest
@@ -1 +1,2 @@
 DIST menhir-20141215.tar.gz 556231 SHA256 
2592967c123a31e1b6566ab9f6034e7a0a709d57d547097f05693baf96a46fa4 SHA512 
1fff6b987016be37eaca0bb3fea7ec0c498c1448d076e991e1555718cf760318a8d710622af930175f234f49f8dd767ce62cc880c33458958ceeb1bda4817243
 WHIRLPOOL 
28e6018ce127b28e362aaf1fe030240253cb2ffb0a52d9b34e81c71882ae517376aa3df6c5d19c6db13819260f667f5708522486a74bc498bad3dac11378b56c
+DIST menhir-20150914.tar.gz 626388 SHA256 
a3057ec0867377ceaf9caecf69d331440d9c0fb70e39ade619a7856aa67d535d SHA512 
7717fcc63ae938eb7c8ae3a5e7d279a357735c0e3b062d9060cc70d3016640e1427d25ee8182e3e034c678d9b0e706fe219f707dd4d14689457f321b135b1fef
 WHIRLPOOL 
d66204d753d0677f9eb51d09641f9148077e62caa7ae042665697036457724040950bbb190df6bd029224a0607a67cac8f4597927b4f667ca09091e07d09f7bd

diff --git a/dev-ml/menhir/menhir-20150914.ebuild 
b/dev-ml/menhir/menhir-20150914.ebuild
new file mode 100644
index 000..a8d4107
--- /dev/null
+++ b/dev-ml/menhir/menhir-20150914.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="LR(1) parser generator for the OCaml language"
+HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/;
+SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz;
+
+LICENSE="QPL-1.0 LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +ocamlopt"
+
+DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   if ! use ocamlopt ; then
+   export TARGET=byte
+   fi
+}
+
+src_compile() {
+   emake PREFIX="${EPREFIX}"/usr -j1
+}
+
+src_install() {
+   findlib_src_preinst
+   emake PREFIX="${ED}"/usr docdir="${ED}"/usr/share/doc/"${PF}" $(use 
examples || echo "DOCS=manual.pdf") install
+   use examples && docompress -x /usr/share/doc/${PF}/demos
+   dodoc AUTHORS CHANGES
+}



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/, sci-electronics/gazebo/files/

2015-09-16 Thread Alexis Ballier
commit: 9bb8ed37fb04ab2797ac42261bb93ef6297cbd4e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 11:32:37 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 11:33:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb8ed37

sci-electronics/gazebo: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 sci-electronics/gazebo/files/ffmpeg29.patch | 22 ++
 sci-electronics/gazebo/gazebo-5.1.0.ebuild  |  5 -
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/gazebo/files/ffmpeg29.patch 
b/sci-electronics/gazebo/files/ffmpeg29.patch
new file mode 100644
index 000..df53cc7
--- /dev/null
+++ b/sci-electronics/gazebo/files/ffmpeg29.patch
@@ -0,0 +1,22 @@
+Index: gazebo5_5.1.0/gazebo/common/Video.cc
+===
+--- gazebo5_5.1.0.orig/gazebo/common/Video.cc
 gazebo5_5.1.0/gazebo/common/Video.cc
+@@ -147,7 +147,7 @@ bool Video::Load(const std::string &_fil
+ return false;
+   }
+ 
+-  avpicture_alloc(this->pic, PIX_FMT_RGB24, this->codecCtx->width,
++  avpicture_alloc(this->pic, AV_PIX_FMT_RGB24, this->codecCtx->width,
+   this->codecCtx->height);
+ 
+   this->swsCtx = sws_getContext(
+@@ -156,7 +156,7 @@ bool Video::Load(const std::string &_fil
+   this->codecCtx->pix_fmt,
+   this->codecCtx->width,
+   this->codecCtx->height,
+-  PIX_FMT_RGB24,
++  AV_PIX_FMT_RGB24,
+   SWS_BICUBIC, NULL, NULL, NULL);
+ 
+   if (this->swsCtx == NULL)

diff --git a/sci-electronics/gazebo/gazebo-5.1.0.ebuild 
b/sci-electronics/gazebo/gazebo-5.1.0.ebuild
index d1a55a1..81d360d 100644
--- a/sci-electronics/gazebo/gazebo-5.1.0.ebuild
+++ b/sci-electronics/gazebo/gazebo-5.1.0.ebuild
@@ -45,7 +45,10 @@ DEPEND="${RDEPEND}
 "
 S="${WORKDIR}/${PN}$(get_major_version)_${PV}"
 CMAKE_BUILD_TYPE=RelWithDebInfo
-PATCHES=( "${FILESDIR}/bullet_283.patch" )
+PATCHES=( 
+   "${FILESDIR}/bullet_283.patch"
+   "${FILESDIR}/ffmpeg29.patch"
+)
 
 src_configure() {
# doesnt build without it



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

2015-09-16 Thread Alexis Ballier
commit: c72667425531802e116606f871cca302a769ffa6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 11:17:05 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 11:33:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7266742

media-video/ffmpeg2theora: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 .../ffmpeg2theora/ffmpeg2theora-0.29-r2.ebuild |   1 +
 .../files/ffmpeg2theora-0.29-ffmpeg29.patch| 204 +
 2 files changed, 205 insertions(+)

diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.29-r2.ebuild 
b/media-video/ffmpeg2theora/ffmpeg2theora-0.29-r2.ebuild
index 5e58da4..22490ef 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.29-r2.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.29-r2.ebuild
@@ -30,6 +30,7 @@ src_prepare() {
"${FILESDIR}"/${P}-swr.patch \
"${FILESDIR}"/${P}-ffmpeg2.patch \
"${FILESDIR}"/${P}-underlinking.patch
+   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${P}-ffmpeg29.patch"
 }
 
 src_configure() {

diff --git a/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-ffmpeg29.patch 
b/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-ffmpeg29.patch
new file mode 100644
index 000..9687196
--- /dev/null
+++ b/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-ffmpeg29.patch
@@ -0,0 +1,204 @@
+Index: ffmpeg2theora-0.29/src/avinfo.c
+===
+--- ffmpeg2theora-0.29.orig/src/avinfo.c
 ffmpeg2theora-0.29/src/avinfo.c
+@@ -174,7 +174,7 @@ void json_codec_info(FILE *output, AVCod
+ 
+ if (p) {
+ codec_name = p->name;
+-} else if (enc->codec_id == CODEC_ID_MPEG2TS) {
++} else if (enc->codec_id == AV_CODEC_ID_MPEG2TS) {
+ /* fake mpeg2 transport stream codec (currently not
+registered) */
+ codec_name = "mpeg2ts";
+@@ -200,7 +200,7 @@ void json_codec_info(FILE *output, AVCod
+ case AVMEDIA_TYPE_VIDEO:
+ codec_name = fix_codec_name(codec_name);
+ json_add_key_value(output, "codec", (void *)codec_name, JSON_STRING, 
0, indent);
+-if (enc->pix_fmt != PIX_FMT_NONE) {
++if (enc->pix_fmt != AV_PIX_FMT_NONE) {
+ json_add_key_value(output, "pixel_format", (void 
*)av_get_pix_fmt_name(enc->pix_fmt), JSON_STRING, 0, indent);
+ }
+ if (enc->width) {
+@@ -235,37 +235,37 @@ void json_codec_info(FILE *output, AVCod
+ 
+ /* for PCM codecs, compute bitrate directly */
+ switch(enc->codec_id) {
+-case CODEC_ID_PCM_F64BE:
+-case CODEC_ID_PCM_F64LE:
++case AV_CODEC_ID_PCM_F64BE:
++case AV_CODEC_ID_PCM_F64LE:
+ bitrate = enc->sample_rate * enc->channels * 64;
+ break;
+-case CODEC_ID_PCM_S32LE:
+-case CODEC_ID_PCM_S32BE:
+-case CODEC_ID_PCM_U32LE:
+-case CODEC_ID_PCM_U32BE:
+-case CODEC_ID_PCM_F32BE:
+-case CODEC_ID_PCM_F32LE:
++case AV_CODEC_ID_PCM_S32LE:
++case AV_CODEC_ID_PCM_S32BE:
++case AV_CODEC_ID_PCM_U32LE:
++case AV_CODEC_ID_PCM_U32BE:
++case AV_CODEC_ID_PCM_F32BE:
++case AV_CODEC_ID_PCM_F32LE:
+ bitrate = enc->sample_rate * enc->channels * 32;
+ break;
+-case CODEC_ID_PCM_S24LE:
+-case CODEC_ID_PCM_S24BE:
+-case CODEC_ID_PCM_U24LE:
+-case CODEC_ID_PCM_U24BE:
+-case CODEC_ID_PCM_S24DAUD:
++case AV_CODEC_ID_PCM_S24LE:
++case AV_CODEC_ID_PCM_S24BE:
++case AV_CODEC_ID_PCM_U24LE:
++case AV_CODEC_ID_PCM_U24BE:
++case AV_CODEC_ID_PCM_S24DAUD:
+ bitrate = enc->sample_rate * enc->channels * 24;
+ break;
+-case CODEC_ID_PCM_S16LE:
+-case CODEC_ID_PCM_S16BE:
+-case CODEC_ID_PCM_S16LE_PLANAR:
+-case CODEC_ID_PCM_U16LE:
+-case CODEC_ID_PCM_U16BE:
++case AV_CODEC_ID_PCM_S16LE:
++case AV_CODEC_ID_PCM_S16BE:
++case AV_CODEC_ID_PCM_S16LE_PLANAR:
++case AV_CODEC_ID_PCM_U16LE:
++case AV_CODEC_ID_PCM_U16BE:
+ bitrate = enc->sample_rate * enc->channels * 16;
+ break;
+-case CODEC_ID_PCM_S8:
+-case CODEC_ID_PCM_U8:
+-case CODEC_ID_PCM_ALAW:
+-case CODEC_ID_PCM_MULAW:
+-case CODEC_ID_PCM_ZORK:
++case AV_CODEC_ID_PCM_S8:
++case AV_CODEC_ID_PCM_U8:
++case AV_CODEC_ID_PCM_ALAW:
++case AV_CODEC_ID_PCM_MULAW:
++case AV_CODEC_ID_PCM_ZORK:
+ bitrate = enc->sample_rate * enc->channels * 8;
+ break;
+ default:
+Index: ffmpeg2theora-0.29/src/ffmpeg2theora.c
+===
+--- ffmpeg2theora-0.29.orig/src/ffmpeg2theora.c
 ffmpeg2theora-0.29/src/ffmpeg2theora.c
+@@ -143,7 +143,7 @@ static 

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/

2015-09-16 Thread Alexis Ballier
commit: be5f87e99c4683754bf6d0bbc0edac2d4757d970
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 11:33:00 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 11:33:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5f87e9

sci-electronics/gazebo: trailing whitespace

Package-Manager: portage-2.2.20.1

 sci-electronics/gazebo/gazebo-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/gazebo/gazebo-5.1.0.ebuild 
b/sci-electronics/gazebo/gazebo-5.1.0.ebuild
index 81d360d..d32b6ba 100644
--- a/sci-electronics/gazebo/gazebo-5.1.0.ebuild
+++ b/sci-electronics/gazebo/gazebo-5.1.0.ebuild
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
 "
 S="${WORKDIR}/${PN}$(get_major_version)_${PV}"
 CMAKE_BUILD_TYPE=RelWithDebInfo
-PATCHES=( 
+PATCHES=(
"${FILESDIR}/bullet_283.patch"
"${FILESDIR}/ffmpeg29.patch"
 )



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

2015-09-16 Thread Brian Evans
commit: 93e373b66bb42c403508e53e5cb57fe0e15c5d3f
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Sep 16 13:06:04 2015 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Sep 16 13:06:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e373b6

dev-libs/libgaminggear: Fix Manifest for missing file wrt bug 560590

Package-Manager: portage-2.2.20.1

 dev-libs/libgaminggear/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/libgaminggear/Manifest b/dev-libs/libgaminggear/Manifest
index 68886a8..3f81e6b 100644
--- a/dev-libs/libgaminggear/Manifest
+++ b/dev-libs/libgaminggear/Manifest
@@ -1 +1,2 @@
 DIST libgaminggear-0.10.1.tar.bz2 101415 SHA256 
1e2626a81b41b74f26ac422c19cdafe858aeb2a572e53c0b2212064e69f14254 SHA512 
60f30e1b05c31fb6072f5bd74d7edcd2039fe632c18183e122625bf5f16563e77599e22fc4926e7e6c43d985b3d8840ba9e5cc16b6cb8fb0986c9d49244b3e7c
 WHIRLPOOL 
75e4759d0a2895f7bec0c17a490fbd2c2880fb575e8cdea116d229bab51e747db158c3a90bfb111bebf74bf650438b4c97463ea890592b3984eb77b934dc511e
+DIST libgaminggear-0.11.1.tar.bz2 103314 SHA256 
c3202b76cceb8fe9bdfc9ba284ef88241b1f8e5d5b2d2a001514b974bbf73215 SHA512 
9d29d85cf79e12d318ce73b9900d61f5da90b34d3c74ba587b4fdfd9788e723ebba181a8af510bad0763f2239288101a9379efe3d964800cc6885904f13426a0
 WHIRLPOOL 
938e3fb2e1953e4582f2da8d840facfe4cea97517747dccbe042e7976f484913ba88142121ed1505d9da7fdf24135630661b754ceb8fb321fde38e4b4174c252



[gentoo-commits] repo/gentoo:master commit in: media-libs/vamp-plugin-sdk/

2015-09-16 Thread Tobias Klausmann
commit: ec7fec9df3811ae599e63c299809fce8a71832a4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 13:18:13 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 13:19:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7fec9d

media-libs/vamp-plugin-sdk: add ~alpha keyword

Gentoo-Bug: 548446

Package-Manager: portage-2.2.20.1

 media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild 
b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild
index 61a43ad..450044c 100644
--- a/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild
+++ b/media-libs/vamp-plugin-sdk/vamp-plugin-sdk-2.6.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://code.soundsoftware.ac.uk/attachments/download/1514/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND="media-libs/libsndfile"



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

2015-09-16 Thread Tobias Klausmann
commit: d7a2f2396e3681a33bbfcba2c13cad6a2912ef88
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 13:17:57 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 13:19:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a2f239

media-libs/rubberband: add ~alpha keyword

Gentoo-Bug: 548446

Package-Manager: portage-2.2.20.1

 media-libs/rubberband/rubberband-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.8.1.ebuild 
b/media-libs/rubberband/rubberband-1.8.1.ebuild
index e8da3ef..bfd2028 100644
--- a/media-libs/rubberband/rubberband-1.8.1.ebuild
+++ b/media-libs/rubberband/rubberband-1.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://code.breakfastquay.com/attachments/download/34/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 ~x86"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="media-libs/vamp-plugin-sdk



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

2015-09-16 Thread Tobias Klausmann
commit: 0ccb06790085936e2da1832e5bf1d1b637d6c54a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 13:19:05 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 13:19:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccb0679

media-video/mpv: Remove rubberband USE mask

Gentoo-Bug: 548446

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 7836544..9e8cf72 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -42,10 +42,6 @@ gnome-base/gvfs nfs
 # dev-lang/luajit and dev-lua/lgi and lack alpha keyword, bug #551540
 dev-libs/libpeas lua jit
 
-# Ben de Groot  (03 May 2015)
-# media-libs/rubberband lacks alpha keyword, bug #548446
-media-video/mpv rubberband
-
 # Mike Frysinger  (16 Mar 2015)
 # Needs sci-physics/bullet tested #499974
 dev-libs/efl physics



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

2015-09-16 Thread Alexis Ballier
commit: 1cd61b9e4651c7dc66bd3df619ca5e10c7f33d49
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 14:02:44 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 14:02:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd61b9e

media-video/transcode: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 .../transcode/files/transcode-1.1.7-ffmpeg29.patch | 352 +
 media-video/transcode/transcode-1.1.7-r3.ebuild|   1 +
 2 files changed, 353 insertions(+)

diff --git a/media-video/transcode/files/transcode-1.1.7-ffmpeg29.patch 
b/media-video/transcode/files/transcode-1.1.7-ffmpeg29.patch
new file mode 100644
index 000..7901fc3
--- /dev/null
+++ b/media-video/transcode/files/transcode-1.1.7-ffmpeg29.patch
@@ -0,0 +1,352 @@
+Index: transcode-1.1.7/encode/encode_lavc.c
+===
+--- transcode-1.1.7.orig/encode/encode_lavc.c
 transcode-1.1.7/encode/encode_lavc.c
+@@ -233,7 +233,7 @@ static void pre_encode_video_yuv420p(TCL
+  vframe_list_t *vframe)
+ {
+ avpicture_fill((AVPicture *)>ff_venc_frame, vframe->video_buf,
+-PIX_FMT_YUV420P,
++AV_PIX_FMT_YUV420P,
+ pd->ff_vcontext.width, pd->ff_vcontext.height);
+ }
+ 
+@@ -247,7 +247,7 @@ static void pre_encode_video_yuv420p_huf
+ IMG_YUV_DEFAULT,
+ pd->ff_vcontext.width, pd->ff_vcontext.height);
+ avpicture_fill((AVPicture *)>ff_venc_frame, pd->vframe_buf->video_buf,
+-   PIX_FMT_YUV422P,
++   AV_PIX_FMT_YUV422P,
+pd->ff_vcontext.width, pd->ff_vcontext.height);
+ ac_imgconvert(src, IMG_YUV_DEFAULT,
+   pd->ff_venc_frame.data, IMG_YUV422P,
+@@ -263,7 +263,7 @@ static void pre_encode_video_yuv422p(TCL
+ IMG_YUV422P,
+ pd->ff_vcontext.width, pd->ff_vcontext.height);
+ avpicture_fill((AVPicture *)>ff_venc_frame, pd->vframe_buf->video_buf,
+-   PIX_FMT_YUV420P,
++   AV_PIX_FMT_YUV420P,
+pd->ff_vcontext.width, pd->ff_vcontext.height);
+ ac_imgconvert(src, IMG_YUV422P,
+   pd->ff_venc_frame.data, IMG_YUV420P,
+@@ -275,7 +275,7 @@ static void pre_encode_video_yuv422p_huf
+  vframe_list_t *vframe)
+ {
+ avpicture_fill((AVPicture *)>ff_venc_frame, vframe->video_buf,
+-   PIX_FMT_YUV422P,
++   AV_PIX_FMT_YUV422P,
+pd->ff_vcontext.width, pd->ff_vcontext.height);
+ 
+ }
+@@ -285,7 +285,7 @@ static void pre_encode_video_rgb24(TCLav
+vframe_list_t *vframe)
+ {
+ avpicture_fill((AVPicture *)>ff_venc_frame, pd->vframe_buf->video_buf,
+-   PIX_FMT_YUV420P,
++   AV_PIX_FMT_YUV420P,
+pd->ff_vcontext.width, pd->ff_vcontext.height);
+ ac_imgconvert(>video_buf, IMG_RGB_DEFAULT,
+   pd->ff_venc_frame.data, IMG_YUV420P,
+@@ -610,21 +610,21 @@ static int tc_lavc_set_pix_fmt(TCLavcPri
+   case CODEC_YUV:
+ if (TC_VCODEC_ID(pd) == TC_CODEC_HUFFYUV) {
+ pd->tc_pix_fmt = TC_CODEC_YUV422P;
+-pd->ff_vcontext.pix_fmt = PIX_FMT_YUV422P;
++pd->ff_vcontext.pix_fmt = AV_PIX_FMT_YUV422P;
+ pd->pre_encode_video = pre_encode_video_yuv420p_huffyuv;
+ } else {
+ pd->tc_pix_fmt = TC_CODEC_YUV420P;
+ pd->ff_vcontext.pix_fmt = (TC_VCODEC_ID(pd) == TC_CODEC_MJPEG) 
+-   ? PIX_FMT_YUVJ420P
+-   : PIX_FMT_YUV420P;
++   ? AV_PIX_FMT_YUVJ420P
++   : AV_PIX_FMT_YUV420P;
+ pd->pre_encode_video = pre_encode_video_yuv420p;
+ }
+ break;
+   case CODEC_YUV422:
+ pd->tc_pix_fmt = TC_CODEC_YUV422P;
+ pd->ff_vcontext.pix_fmt = (TC_VCODEC_ID(pd) == TC_CODEC_MJPEG) 
+-   ? PIX_FMT_YUVJ422P
+-   : PIX_FMT_YUV422P;
++   ? AV_PIX_FMT_YUVJ422P
++   : AV_PIX_FMT_YUV422P;
+ if (TC_VCODEC_ID(pd) == TC_CODEC_HUFFYUV) {
+ pd->pre_encode_video = pre_encode_video_yuv422p_huffyuv;
+ } else {
+@@ -634,10 +634,10 @@ static int tc_lavc_set_pix_fmt(TCLavcPri
+   case CODEC_RGB:
+ pd->tc_pix_fmt = TC_CODEC_RGB;
+ pd->ff_vcontext.pix_fmt = (TC_VCODEC_ID(pd) == TC_CODEC_HUFFYUV)
+-? PIX_FMT_YUV422P
++? AV_PIX_FMT_YUV422P
+ : (TC_VCODEC_ID(pd) == 
TC_CODEC_MJPEG) 
+-  

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

2015-09-16 Thread Tobias Klausmann
commit: e0efa0e2fe12673713c25dbb110599680973b631
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 14:13:52 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 14:14:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0efa0e2

dev-python/pytest: add alpha keyword

Gentoo-Bug: 560598

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/pytest/pytest-2.7.2.ebuild 
b/dev-python/pytest/pytest-2.7.2.ebuild
index bec3503..dbb5d13 100644
--- a/dev-python/pytest/pytest-2.7.2.ebuild
+++ b/dev-python/pytest/pytest-2.7.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 # When bumping, please check setup.py for the proper py version



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

2015-09-16 Thread Tobias Klausmann
commit: cd3fcc67602a70303470047467338ee78deedda0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 14:14:03 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 14:14:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3fcc67

dev-python/py: add alpha keyword

Gentoo-Bug: 560598

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
index 2483483..6bf911f 100644
--- a/dev-python/py/py-1.4.30.ebuild
+++ b/dev-python/py/py-1.4.30.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 RDEPEND=""



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

2015-09-16 Thread Tobias Klausmann
commit: b6596e9a8ca45cce9d59b71473433d0c90e44c61
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 13:28:00 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 13:28:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6596e9a

dev-python/idna: add ~alpha keyword

Gentoo-Bug: 549518

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/idna/idna-2.0.ebuild b/dev-python/idna/idna-2.0.ebuild
index 5fa79c3..ce968e8 100644
--- a/dev-python/idna/idna-2.0.ebuild
+++ b/dev-python/idna/idna-2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-09-16 Thread Alexis Ballier
commit: 45ab11f0ed557d140feae5757b55d532fa47a196
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 14:06:40 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 14:06:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ab11f0

media-video/ffmpegthumbnailer: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 .../ffmpegthumbnailer-2.0.10.ebuild|  3 +-
 .../files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch  | 62 ++
 2 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild 
b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
index 96de427..c01ea0b 100644
--- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
+++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.10.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit cmake-utils
+inherit cmake-utils eutils
 
 DESCRIPTION="Lightweight video thumbnailer that can be used by file managers"
 HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer;
@@ -39,6 +39,7 @@ src_prepare() {
rm -rf out* || die
 
cmake-utils_src_prepare
+   has_version '>=media-video/ffmpeg-2.9' && epatch 
"${FILESDIR}/${P}-ffmpeg29.patch"
 }
 
 src_configure() {

diff --git 
a/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch
new file mode 100644
index 000..fb50ae8
--- /dev/null
+++ 
b/media-video/ffmpegthumbnailer/files/ffmpegthumbnailer-2.0.10-ffmpeg29.patch
@@ -0,0 +1,62 @@
+Index: ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.cpp
+===
+--- ffmpegthumbnailer-2.0.10.orig/libffmpegthumbnailer/moviedecoder.cpp
 ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.cpp
+@@ -266,7 +266,7 @@ bool MovieDecoder::decodeVideoPacket()
+ return false;
+ }
+ 
+-avcodec_get_frame_defaults(m_pFrame);
++av_frame_unref(m_pFrame);
+ 
+ int frameFinished;
+ 
+@@ -312,14 +312,8 @@ bool MovieDecoder::getVideoPacket()
+ 
+ void MovieDecoder::getScaledVideoFrame(int scaledSize, bool 
maintainAspectRatio, VideoFrame& videoFrame)
+ {
+-if (m_pFrame->interlaced_frame)
+-{
+-avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, 
m_pVideoCodecContext->pix_fmt,
+-  m_pVideoCodecContext->width, 
m_pVideoCodecContext->height);
+-}
+-
+ int scaledWidth, scaledHeight;
+-convertAndScaleFrame(PIX_FMT_RGB24, scaledSize, maintainAspectRatio, 
scaledWidth, scaledHeight);
++convertAndScaleFrame(AV_PIX_FMT_RGB24, scaledSize, maintainAspectRatio, 
scaledWidth, scaledHeight);
+ 
+ videoFrame.width = scaledWidth;
+ videoFrame.height = scaledHeight;
+@@ -330,7 +324,7 @@ void MovieDecoder::getScaledVideoFrame(i
+ memcpy((&(videoFrame.frameData.front())), m_pFrame->data[0], 
videoFrame.lineSize * videoFrame.height);
+ }
+ 
+-void MovieDecoder::convertAndScaleFrame(PixelFormat format, int scaledSize, 
bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
++void MovieDecoder::convertAndScaleFrame(AVPixelFormat format, int scaledSize, 
bool maintainAspectRatio, int& scaledWidth, int& scaledHeight)
+ {
+ calculateDimensions(scaledSize, maintainAspectRatio, scaledWidth, 
scaledHeight);
+ 
+@@ -427,7 +421,7 @@ void MovieDecoder::calculateDimensions(i
+ }
+ }
+ 
+-void MovieDecoder::createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, 
int width, int height, PixelFormat format)
++void MovieDecoder::createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, 
int width, int height, AVPixelFormat format)
+ {
+ *pAvFrame = av_frame_alloc();
+ 
+Index: ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.h
+===
+--- ffmpegthumbnailer-2.0.10.orig/libffmpegthumbnailer/moviedecoder.h
 ffmpegthumbnailer-2.0.10/libffmpegthumbnailer/moviedecoder.h
+@@ -54,8 +54,8 @@ private:
+ 
+ bool decodeVideoPacket();
+ bool getVideoPacket();
+-void convertAndScaleFrame(PixelFormat format, int scaledSize, bool 
maintainAspectRatio, int& scaledWidth, int& scaledHeight);
+-void createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, int width, 
int height, PixelFormat format);
++void convertAndScaleFrame(AVPixelFormat format, int scaledSize, bool 
maintainAspectRatio, int& scaledWidth, int& scaledHeight);
++void createAVFrame(AVFrame** pAvFrame, uint8_t** pFrameBuffer, int width, 
int height, AVPixelFormat format);
+ void calculateDimensions(int squareSize, bool maintainAspectRatio, int& 
destWidth, int& destHeight);
+ 
+ private:



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

2015-09-16 Thread Justin Lecher
commit: 39673efd3ba5e45a3c88290682e4e9e0bbf5b5ba
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 12:48:09 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 12:52:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39673efd

dev-python/py: Skip pypy tests

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

 dev-python/py/py-1.4.30.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/py/py-1.4.30.ebuild b/dev-python/py/py-1.4.30.ebuild
index 4d184df..2483483 100644
--- a/dev-python/py/py-1.4.30.ebuild
+++ b/dev-python/py/py-1.4.30.ebuild
@@ -35,6 +35,7 @@ python_compile_all() {
 python_test() {
# 1 failure, test_comments, under both pypy only.
# Also appears the home repo has no issue tracker.
+   [[ "${EPYTHON}" == pypy ]] && return
py.test || die "testing failed with ${EPYTHON}"
 }
 



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

2015-09-16 Thread Justin Lecher
commit: ce72f38df3772a65acb2580f24106daa87657e75
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 12:49:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 12:52:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce72f38d

dev-python/dnspython: Fix dual source locations,

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560628

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

 dev-python/dnspython/dnspython-1.12.0-r1.ebuild | 44 +
 dev-python/dnspython/metadata.xml   |  6 ++--
 2 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/dev-python/dnspython/dnspython-1.12.0-r1.ebuild 
b/dev-python/dnspython/dnspython-1.12.0-r1.ebuild
index a472b31..450cb03 100644
--- a/dev-python/dnspython/dnspython-1.12.0-r1.ebuild
+++ b/dev-python/dnspython/dnspython-1.12.0-r1.ebuild
@@ -12,7 +12,8 @@ P3="${PN3}-${PV}"
 
 DESCRIPTION="DNS toolkit for Python"
 HOMEPAGE="http://www.dnspython.org/ https://pypi.python.org/pypi/dnspython;
-SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz
+SRC_URI="
+   http://www.dnspython.org/kits/${PV}/${P}.tar.gz
http://www.dnspython.org/kits3/${PV}/${P3}.zip;
 
 LICENSE="ISC"
@@ -30,39 +31,40 @@ S3="${WORKDIR}/${P3}"
 # For testsuite
 DISTUTILS_IN_SOURCE_BUILD=1
 
-python_prepare() {
+s_locator() {
if python_is_python3; then
-   cp -r "${WORKDIR}/${P3}" "${BUILD_DIR}" || die
+   einfo "Setting \${S} to ${S3}"
+   S="${S3}" $@
else
-   distutils-r1_python_prepare
+   einfo "Setting \${S} to ${S2}"
+   S="${S2}" $@
fi
 }
 
+python_prepare() {
+   s_locator distutils-r1_python_prepare
+}
+
 python_compile() {
-   if python_is_python3; then
-   run_in_build_dir distutils-r1_python_compile
-   else
-   distutils-r1_python_compile
-   fi
+   s_locator distutils-r1_python_compile
 }
 
 python_install(){
-   if python_is_python3; then
-   run_in_build_dir distutils-r1_python_install
-   else
-   distutils-r1_python_install
-   fi
+   s_locator distutils-r1_python_install
 }
 
-python_test() {
-   if python_is_python3; then
-   pushd "${S3}/tests" &> /dev/null
-   else
-   pushd "${S2}/tests" &> /dev/null
-   fi
+my_test() {
+   pushd tests &> /dev/null
"${PYTHON}" utest.py || die "tests failed under ${EPYTHON}"
einfo "Testsuite passed under ${EPYTHON}"
-   popd &> /dev/null
+}
+
+python_test() {
+   s_locator my_test
+}
+
+python_install() {
+   s_locator distutils-r1_python_install
 }
 
 python_install_all() {

diff --git a/dev-python/dnspython/metadata.xml 
b/dev-python/dnspython/metadata.xml
index e593ae8..1342021 100644
--- a/dev-python/dnspython/metadata.xml
+++ b/dev-python/dnspython/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-python
-
+   python
+   
 dnspython is a DNS toolkit for Python. It supports almost all of the record
 types. It can be used for queries, zone transfers, and dynamic updates. It
 supports TSIG authenticated messages and EDNS0.  dnspython provides both high
@@ -10,7 +10,7 @@ and low level access to DNS. The high level classes perform 
queries for data
 of a given name, type, and class, and return an answer set. The low level
 classes allow direct manipulation of DNS zones, messages, names, and records.
 
-
+   
 DNSPythonはPython言語用のDNSツールキットです。ほとんどのレコード・タイプをサポー
 トします。クエリー、ゾーン・トランスファー、ダイナミック・アップデートができます
 。TSTGメッセージ認証とEDNS0をサポートします。DNSPythonは高水準でのアクセスと低水



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

2015-09-16 Thread Lars Wendler
commit: 38a27722d7d2d575a30a4c9e6e9ae534281ef15b
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 16 13:14:48 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 16 13:14:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a27722

x11-misc/lightdm: Added qt5 support with kind permission from hwoarang.

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/lightdm/lightdm-1.16.0.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/x11-misc/lightdm/lightdm-1.16.0.ebuild 
b/x11-misc/lightdm/lightdm-1.16.0.ebuild
index 2e7a4d3..bf9a442 100644
--- a/x11-misc/lightdm/lightdm-1.16.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.16.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.x
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+gtk +introspection kde qt4 +gnome"
+IUSE="+gtk +introspection kde qt4 qt5 +gnome"
 REQUIRED_USE="|| ( gtk kde )"
 
 COMMON_DEPEND=">=dev-libs/glib-2.32.3:2
@@ -28,6 +28,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.3:2
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
)"
 RDEPEND="${COMMON_DEPEND}
>=sys-auth/pambase-20101024-r2"
@@ -83,7 +88,7 @@ src_configure() {
--disable-tests \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
-   --disable-liblightdm-qt5 \
+   $(use_enable qt5 liblightdm-qt5) \
--with-user-session=${_session} \
--with-greeter-session=${_greeter} \
--with-greeter-user=${_user} \



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2015-09-16 Thread Bernard Cafarelli
commit: 2cd84aa3bde049f7ced275b0f59126bf25bbb9da
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep 16 13:25:26 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep 16 13:25:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd84aa3

net-ftp/filezilla: version bump

Package-Manager: portage-2.2.20.1

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.14.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index cafa625..69c2e94 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -4,6 +4,7 @@ DIST FileZilla_3.11.0.2_src.tar.bz2 4421399 SHA256 
341ba02803c29bdd1f9c3ce524723
 DIST FileZilla_3.12.0.2_src.tar.bz2 4440836 SHA256 
7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d SHA512 
163ab37d0b15ffd511c9237727b2a2879c2ff38f264853148633c87ec2d6e07cca1847104eb8c7190a0d27a6978ddb10b10dd8e1ef6e157051567b04d1ec5930
 WHIRLPOOL 
1b3c859f77ab1c10adcbbbdf6201adfd388d25af4ff91c4a96cba7ff57eadf66a181ddd421b01dc124b2a58ca96599d5cfd11e321dac76afc18a69698dd8d8e1
 DIST FileZilla_3.13.0_src.tar.bz2 4542742 SHA256 
e6c21b41b1318d0d75273aca94cfda3039c9847bdb5adc4b9d480ecdcdfa4fc7 SHA512 
f78b8387552fd829a3851bd358c1fbf78dfab3cea642734803220f4264029a898e7c65b0b82102373b27b981921d92143f2aaaf1163c20eed60a5727aca2ed12
 WHIRLPOOL 
21a8ba37b2fc96c8b047550c2c2634a81ec64c094d20c975a3ffdfafe0338c42f9e3f15e758f37bfb19bfa9f757ab877e52eb34d7b1e43901bd99d700bda26de
 DIST FileZilla_3.13.1_src.tar.bz2 4548641 SHA256 
c16e7dc9f6b6663ff67de608df930148d693b61e70d76783a81db710f117e8c7 SHA512 
98f78dee88976c506416bc02ea76fbfc57ca77d114f50530c9b4fc017bf0525cd4237da2d91f7587b9b510d59b0ec977529fc33765b8a0f9ec35169b9e7578db
 WHIRLPOOL 
c0b607f6479e21ed95c6ac6599c71135392b6585e44d55e3a4563053878f392e3ebc4902fb9d57ffef8eac7ed1705d75460b0ff46588e0c4458cfb0e1f748577
+DIST FileZilla_3.14.0_src.tar.bz2 4415005 SHA256 
92385ab4f30bc7e5e457d6a3310645cc6c4bd0e83a78e12c33f2778b73d579fd SHA512 
00d81aeef1d30d16884d34a5c15584204f55f72d9a7ab88cca4ff953c6beda5ef2a7883d095c60826ccadc1c4529c0e6e93c50f5ececc598c2200c32cec5d4c5
 WHIRLPOOL 
fd994ad7f150506111642015bf9ff87481231843512b6b5eac3b2e64ff4e63e2cd2933deb72b466785a09700fd88b9f45302b28dfed71f509001dbeb8a001d99
 DIST FileZilla_3.7.3_src.tar.bz2 3682494 SHA256 
2b012970a6033d8ffd4629b1d57b50ace62cd3750efad70001109f25e520c042 SHA512 
b20ec013110e643dd0afca960b4577dd4f17ae744caf63be64e0c8435b8812064aebb4167d0efb186ba171b26967bbc61b6b22a8866b2460530f5793d7d5ecfb
 WHIRLPOOL 
acfceb3976f53abcce8da25ea1358761ee6e1a5f556e335067ed665b710fb4a873cce4f62916a19ec784a542db367bed9380a17df37c6ae200fa52e5cd7cc910
 DIST FileZilla_3.8.1_src.tar.bz2 4089186 SHA256 
66bc9c082843ffdcb915c7902900b92bdf921ed7310f2a40ff6b96b03cfa1e4f SHA512 
abe4b653ac0627f1dda8ae7b6bb3d1a92454b98ce69f6eb6fcced2e63b5d35edba578ba24f06b16218fcfd23edff21cc7c76fe1c7056efb129b081fddbd83101
 WHIRLPOOL 
94db8545244d1cd4bf0c3f4ed1daaabf150df262334c2311196b916a1d84d06026aa34707ce7d4e74a575a7eda18cb2da4c5e326d591bdc4bf71b69a6935fff9
 DIST FileZilla_3.9.0.6_src.tar.bz2 4181121 SHA256 
ce7f56b383fa59dc55b16d8695e9f03b6e86d59a04dce44a16b5d02b2391b0b7 SHA512 
750bb9afc12d0015cab7f775878def5bbbc0d16eed7ab3d876888ebc1f72480e338acfd16cd2bbe9520c26d491a996c85f712f47d6cd7e05d083c189cd23899c
 WHIRLPOOL 
4bdbbd570b2a0290e2c4dff1e02aec2484891f5100fc7829e75b3ccf4ff004a1cfacc328b85efbb60be9d058499d0b4b4e1e28927c345a9450e7204cd25746b2

diff --git a/net-ftp/filezilla/filezilla-3.14.0.ebuild 
b/net-ftp/filezilla/filezilla-3.14.0.ebuild
new file mode 100644
index 000..00bfe84
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.14.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WX_GTK_VER="3.0"
+
+inherit autotools eutils flag-o-matic multilib wxwidgets
+
+MY_PV=${PV/_/-}
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="http://filezilla-project.org/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux 
~x86-linux ~x86-macos"
+IUSE="aqua dbus nls test"
+
+RDEPEND=">=app-eselect/eselect-wxwidgets-0.7-r1
+   >=dev-db/sqlite-3.7
+   net-dns/libidn
+   >=net-libs/gnutls-3.1.12
+   aqua? ( >=x11-libs/wxGTK-3.0.2.0-r1:3.0[aqua] )
+   !aqua? ( >=x11-libs/wxGTK-3.0.2.0-r1:3.0[X] x11-misc/xdg-utils )
+   dbus? ( sys-apps/dbus )"
+#  >=dev-libs/pugixml-1.5
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )
+   test? ( dev-util/cppunit )"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX 

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

2015-09-16 Thread Tobias Klausmann
commit: 6daac8163dbf00287293f9b952a1fa0c55b18f34
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 13:28:07 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 13:28:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daac816

dev-python/ipaddress: add ~alpha keyword

Gentoo-Bug: 549518

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/ipaddress/ipaddress-1.0.14.ebuild 
b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
index c30fee8..b00480c 100644
--- a/dev-python/ipaddress/ipaddress-1.0.14.ebuild
+++ b/dev-python/ipaddress/ipaddress-1.0.14.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="PSF-2"
-KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=""



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

2015-09-16 Thread Tobias Klausmann
commit: 7daf957a6da8f0a8344079fbac5315c1b992
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 12:48:35 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 12:49:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf957a

sys-auth/sudo: Mask USE=sssd on alpha

Compiling and test sys-auth/sssd is time-consuming, plus, it currently
doesn't compile on alpha. The sudo version specified does not have the
USE flag, but the functionality is there. In case USE=sssd is added to
it, we go with the safer USE mask.

Gentoo-Bug: 540540

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index db35cb3..7836544 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -2,6 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Tobias Klausmann  (16 Sep 2015)
+# Mask USE=sssd for sudo because sys-auth/sssd is relatively big and doesn't
+# compile on alpha. The version specified does not have the USE flag, but that
+# version of sudo has the optional functionality.
+>=app-admin/sudo-1.8.6 sssd
+
 # Brian Evans =dev-db/mariadb-10.1.0 innodb-snappy



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

2015-09-16 Thread Alexis Ballier
commit: 2f7e7cd712796cb763aa57acb4a0e902c324a006
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 12:56:31 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 13:17:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7e7cd7

dev-libs/sdformat: bump to 3.1.1

Package-Manager: portage-2.2.20.1

 dev-libs/sdformat/Manifest  |  1 +
 dev-libs/sdformat/sdformat-3.1.1.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/sdformat/Manifest b/dev-libs/sdformat/Manifest
index 948c801..b20b3f1 100644
--- a/dev-libs/sdformat/Manifest
+++ b/dev-libs/sdformat/Manifest
@@ -1 +1,2 @@
+DIST sdformat-3.1.1.tar.bz2 414363 SHA256 
4891bb042e0b91323b9f53af4d2ff376eb6fe08f5ff5050d3f82b00afc9f696c SHA512 
62dd534144fed78ab17694dce8a6e465a5f61c98f57f3918b81f521a39289574c6a1c7f436054d50b31bbf8b53448e95e5c19fe2e198d8ab8aea795d5b61d5fa
 WHIRLPOOL 
44a2f9e1e9f419f6ab40721a19bd294d8428b887a98f0fdb57f371e9ccb6c3a37a0f600f9612ee674c3a01ab0b9ac03876cf8236c57958a5577e0855a08d2b7a
 DIST sdformat2_2.3.2.tar.bz2 407034 SHA256 
6207f90a29e6ba18bdeef116d98e92bfdbdaeb7f2a8cd40345727b6661be5998 SHA512 
53e93ad69869072071293d6fc0ed840f84d8fff34f1fdf56465fe7d48f41f8fdb45723611b5be3776790717466883f602396c6eb9510a7e8f71ee1031d42140f
 WHIRLPOOL 
0e592d44c12cd51be3bced7de472e268ba34da3b5ad03f85e0433fb0fd7d789cedfd8c746ad88b79c0fddf92c1bfca9aae4f97742dba293422adfadc1888ca50

diff --git a/dev-libs/sdformat/sdformat-3.1.1.ebuild 
b/dev-libs/sdformat/sdformat-3.1.1.ebuild
new file mode 100644
index 000..2f26287
--- /dev/null
+++ b/dev-libs/sdformat/sdformat-3.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils versionator vcs-snapshot
+
+DESCRIPTION="Simulation Description Format (SDF) parser"
+HOMEPAGE="http://sdformat.org/;
+SRC_URI="http://osrf-distributions.s3.amazonaws.com/sdformat/releases/${P}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-libs/urdfdom
+   dev-libs/tinyxml
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+   echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > 
"${S}/cmake/HostCFlags.cmake"
+   sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO 
\" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
+   local mycmakeargs=(
+   "-DUSE_EXTERNAL_URDF=ON"
+   "-DUSE_EXTERNAL_TINYXML=ON"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/

2015-09-16 Thread Alexis Ballier
commit: adebfc5c9a6e58f0dbdbf892bf8748188a47fd43
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 13:16:52 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 13:17:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adebfc5c

sci-electronics/gazebo: Bump to 6.1.0.

Package-Manager: portage-2.2.20.1

 sci-electronics/gazebo/Manifest|  1 +
 sci-electronics/gazebo/gazebo-6.1.0.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sci-electronics/gazebo/Manifest b/sci-electronics/gazebo/Manifest
index 260d356..7bfa15f 100644
--- a/sci-electronics/gazebo/Manifest
+++ b/sci-electronics/gazebo/Manifest
@@ -1 +1,2 @@
+DIST gazebo-6.1.0.tar.bz2 50795925 SHA256 
0460f1c706f609b6ff0e61a71bdd3cac2d55d714147edc01609b5226e7fb2904 SHA512 
ae41b53b0f33e81fe5b3baaaca8649e98c5b99c4701650414b0686f9a327d89e00c674e806cb9537aabfd933c9819d668e45b18e964d383d99325c5ddcdcf7ef
 WHIRLPOOL 
bfab23edc9c68ca02aefa4a20206bfdf2973cc5ee7750f4c017543979dca10434d9e38dad8836510b292dc67b97aa0514229c8b5fd9f73897075525e45a5bd74
 DIST gazebo5_5.1.0.tar.bz2 49544340 SHA256 
eac72ca2633deb7ea0f5e775c1208f0743d98c8b53083607df77bae6e38ab0b1 SHA512 
d3222d9d98cc9d1c52bc1bb24e12ece7ff8d8506782f9cd2d574a1aca8556e33d93781f4d2c91eacfe317a35c7cddfa2c4a4fdb58da1f348142f6a887de3c981
 WHIRLPOOL 
5e9e01195b02581d684ee0c5e30f9ace0210a7b61a59a63b7a3c01c8c672230ad026f998ed93583eafb9b640c73c9df350e578a774d9579fdb8574570fa0bd94

diff --git a/sci-electronics/gazebo/gazebo-6.1.0.ebuild 
b/sci-electronics/gazebo/gazebo-6.1.0.ebuild
new file mode 100644
index 000..4df9d14
--- /dev/null
+++ b/sci-electronics/gazebo/gazebo-6.1.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils versionator vcs-snapshot flag-o-matic
+
+DESCRIPTION="A 3D multiple robot simulator with dynamics"
+HOMEPAGE="http://gazebosim.org/;
+SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cpu_flags_x86_sse2 libav test"
+
+RDEPEND="
+   >=dev-libs/protobuf-2.3.0
+   virtual/opengl
+   media-libs/openal
+   net-misc/curl
+   dev-libs/tinyxml
+   dev-libs/libtar
+   dev-cpp/tbb
+   >=dev-games/ogre-1.7.4
+   sci-libs/libccd
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:= )
+   sci-libs/gts
+   >=sci-physics/bullet-2.82
+   >=dev-libs/sdformat-3.1.0
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   dev-libs/boost:=[threads]
+   sci-libs/gdal
+   virtual/libusb:1
+   dev-libs/libspnav
+   media-libs/freeimage
+   sci-libs/hdf5:=
+   sys-apps/util-linux
+   media-gfx/graphviz
+   sci-libs/ignition-math:2=
+"
+DEPEND="${RDEPEND}
+   dev-qt/qttest:4
+   app-text/ronn
+   virtual/pkgconfig
+   test? ( dev-libs/libxslt )
+"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+PATCHES=(
+   "${FILESDIR}/ffmpeg29.patch"
+)
+
+src_configure() {
+   # doesnt build without it
+   append-cxxflags "-std=c++11"
+   # doesnt build with as-needed either
+   append-ldflags "-Wl,--no-as-needed"
+
+   local mycmakeargs=(
+   "-DUSE_UPSTREAM_CFLAGS=OFF"
+   "-DSSE2_FOUND=$(usex cpu_flags_x86_sse2 TRUE FALSE)"
+   "-DUSE_HOST_CFLAGS=FALSE"
+   "-DENABLE_TESTS_COMPILATION=$(usex test TRUE FALSE)"
+   "-DENABLE_SCREEN_TESTS=FALSE"
+   )
+   cmake-utils_src_configure
+}



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

2015-09-16 Thread Alexis Ballier
commit: ac1de66b8f0e6b5eb3ea4422028b5cb140c6cb70
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 13:34:07 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 13:34:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1de66b

media-video/x264-encoder: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-video/x264-encoder/files/ffmpeg29.patch   | 13 +
 .../x264-encoder/x264-encoder-0.0.20150820-r1.ebuild|  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/media-video/x264-encoder/files/ffmpeg29.patch 
b/media-video/x264-encoder/files/ffmpeg29.patch
new file mode 100644
index 000..d840c87
--- /dev/null
+++ b/media-video/x264-encoder/files/ffmpeg29.patch
@@ -0,0 +1,13 @@
+Index: x264-snapshot-20150820-2245/x264.c
+===
+--- x264-snapshot-20150820-2245.orig/x264.c
 x264-snapshot-20150820-2245/x264.c
+@@ -442,7 +442,7 @@ static void print_csp_names( int longhel
+ printf( "  - valid csps for `lavf' 
demuxer:\n" );
+ printf( INDENT );
+ size_t line_len = strlen( INDENT );
+-for( enum PixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
++for( enum AVPixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
+ {
+ const char *pfname = av_get_pix_fmt_name( i );
+ if( pfname )

diff --git a/media-video/x264-encoder/x264-encoder-0.0.20150820-r1.ebuild 
b/media-video/x264-encoder/x264-encoder-0.0.20150820-r1.ebuild
index 71259d7..a837041 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20150820-r1.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20150820-r1.ebuild
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_prepare() {
-   epatch "${FILESDIR}/gpac.patch"
+   epatch "${FILESDIR}/gpac.patch" "${FILESDIR}/ffmpeg29.patch"
 }
 
 src_configure() {



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

2015-09-16 Thread Doug Goldstein
commit: ef4534f2b4437b8ac622413bfd4540e656d57d9d
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Sep 16 01:33:54 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Sep 16 14:23:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4534f2

media-tv/mythtv: fix typo in user name

Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein  gentoo.org>

 media-tv/mythtv/files/mythbackend.init-r2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/mythtv/files/mythbackend.init-r2 
b/media-tv/mythtv/files/mythbackend.init-r2
index 43f53e8..aa7c35f 100644
--- a/media-tv/mythtv/files/mythbackend.init-r2
+++ b/media-tv/mythtv/files/mythbackend.init-r2
@@ -38,8 +38,8 @@ start() {
 
# Work around any strange permissions that may be on these files.
[ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
-   checkpath --directory --owner mythv:video --mode 0775 
/var/log/mythtv
-   checkpath --directory --owner mythv:video --mode 0775 /home/mythtv
+   checkpath --directory --owner mythtv:video --mode 0775 
/var/log/mythtv
+   checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
 
ebegin "Starting MythTV Backend"
start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \



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

2015-09-16 Thread Lars Wendler
commit: 4275930ce40448ab250f64c00c0644e279a3c916
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 16 14:42:01 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 16 14:42:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4275930c

www-client/seamonkey: version 2.35 stable (amd64 and x86) (bug #559950).

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 www-client/seamonkey/seamonkey-2.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/seamonkey/seamonkey-2.35.ebuild 
b/www-client/seamonkey/seamonkey-2.35.ebuild
index 185037f..841dac1 100644
--- a/www-client/seamonkey/seamonkey-2.35.ebuild
+++ b/www-client/seamonkey/seamonkey-2.35.ebuild
@@ -44,7 +44,7 @@ if [[ ${PV} == *_pre* ]] ; then
 else
# This is where arch teams should change the KEYWORDS.
 
-   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86"
 fi
 
 SLOT="0"



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

2015-09-16 Thread Lars Wendler
commit: fe43f913980775b796bba926f308d732fb96a1d2
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 16 14:45:21 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 16 14:45:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe43f913

www-client/seamonkey-bin: version 2.35 stable (amd64 and x86)

(bug #559950)

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler  gentoo.org>

 www-client/seamonkey-bin/seamonkey-bin-2.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.35.ebuild 
b/www-client/seamonkey-bin/seamonkey-bin-2.35.ebuild
index 382ecf7..0fd9d46 100644
--- a/www-client/seamonkey-bin/seamonkey-bin-2.35.ebuild
+++ b/www-client/seamonkey-bin/seamonkey-bin-2.35.ebuild
@@ -28,7 +28,7 @@ SRC_URI="${SRC_URI}
 HOMEPAGE="http://www.seamonkey-project.org/;
 RESTRICT="strip mirror"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="startup-notification"



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

2015-09-16 Thread Mike Frysinger
commit: 32e8cab297e7a465ac789242e42046e4e65e83b2
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Sep 16 14:46:39 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Sep 16 14:49:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e8cab2

sys-apps/file: version bump to 5.25

 sys-apps/file/Manifest |   1 +
 sys-apps/file/file-5.25.ebuild | 103 +
 2 files changed, 104 insertions(+)

diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index 6355ea5..7f31e74 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,3 +1,4 @@
 DIST file-5.22.tar.gz 732556 SHA256 
c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b SHA512 
e9f1648c3b490bac642a2a9e01d31a8bd49c3e2a1feea1b25869aa1d5e37aa99bbf3fdc5d301618a8b97aec046f10e400a57f8a1d0dd61d3583830aaf3fcbda8
 WHIRLPOOL 
de9ce9305fd824d85128617e196fe6b02ea470b63eb2a35d31e857f7cf91e09f85166aaa72695aaf4a7516413b3a146db85588e7da65f32b131a477b3dece176
 DIST file-5.23.tar.gz 737618 SHA256 
2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c SHA512 
30c4177819bc453854da644122ef5c1b7a9cba9b5ff6ee8e02eb889064203d75ce59cf3b08a41653e72f5567d442062fd65bb08c1670d294d36f10004ab28d5f
 WHIRLPOOL 
a222f85317e99929affb5daa3baf4090eadce92fb1f390ee26ccfbfa289309f602075ac0b45205417126979229188b27be553595b03180fb34989381d0b4bddc
 DIST file-5.24.tar.gz 737911 SHA256 
802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce SHA512 
9b804bbba1a77e183dbd68d4e2380d1d7e8a4dbdc6992adabab0e6fee4689f3ea8d262e5645224f4c97d7aaf988fe55c2a143c776111d9107e519692b81e6e8d
 WHIRLPOOL 
cd9efe3b4ae6a2276f431d4d22f959ab26511515d530ee7a698b547d30d89ee10854f1e7f758be068e06c7d40bc27b04ec6e92640faf1a0eb4be17344b713df5
+DIST file-5.25.tar.gz 739485 SHA256 
3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca SHA512 
4a5176a7e80df2bb7e45916490433d22eb98a442d49d04146afcbdcf92ff619ea3e73e95c8991e6b6a0628efb9d127bfa4aafc1cae523f8261ca693bc5e13402
 WHIRLPOOL 
70c682ff05e58487a551cd98091e27272baa41e034157bec93ac4d69b2f3e93caed40f37d64ef698527124e86ba4a5cb5975abacfd9eb30e4d3583262e5f0b0b

diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild
new file mode 100644
index 000..f4aad48
--- /dev/null
+++ b/sys-apps/file/file-5.25.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+DISTUTILS_OPTIONAL=1
+
+inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://github.com/glensc/file.git"
+   inherit autotools git-r3
+else
+   SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
+   ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+DESCRIPTION="identify a file's format by scanning binary data for patterns"
+HOMEPAGE="http://www.darwinsys.com/file/;
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="python static-libs zlib"
+
+DEPEND="python? ( ${PYTHON_DEPS} )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   python? ( !dev-python/python-magic )"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && eautoreconf
+   elibtoolize
+
+   # don't let python README kill main README #60043
+   mv python/README{,.python}
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   ac_cv_header_zlib_h=$(usex zlib) \
+   ac_cv_lib_z_gzopen=$(usex zlib)
+   econf \
+   $(use_enable static-libs static)
+}
+
+src_configure() {
+   # when cross-compiling, we need to build up our own file
+   # because people often don't keep matching host/target
+   # file versions #362941
+   if tc-is-cross-compiler && ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
+   mkdir -p "${WORKDIR}"/build
+   cd "${WORKDIR}"/build
+   tc-export_build_env BUILD_C{C,XX}
+   ECONF_SOURCE=${S} \
+   ac_cv_header_zlib_h=no \
+   ac_cv_lib_z_gzopen=no \
+   CHOST=${CBUILD} \
+   CFLAGS=${BUILD_CFLAGS} \
+   CXXFLAGS=${BUILD_CXXFLAGS} \
+   CPPFLAGS=${BUILD_CPPFLAGS} \
+   LDFLAGS="${BUILD_LDFLAGS} -static" \
+   CC=${BUILD_CC} \
+   CXX=${BUILD_CXX} \
+   econf --disable-shared
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi ; then
+   emake
+   else
+   emake -C src libmagic.la
+   fi
+}
+
+src_compile() {
+   if tc-is-cross-compiler && ! ROOT=/ has_version "~${CATEGORY}/${P}" ; 
then
+   emake -C "${WORKDIR}"/build/src file
+ 

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

2015-09-16 Thread Alexis Ballier
commit: 3f13a9f257a50791ede00609d741f627aeaaf09f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 14:19:12 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 14:19:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f13a9f2

net-libs/ignition-transport: initial import. ebuild by me.

Package-Manager: portage-2.2.20.1

 net-libs/ignition-transport/Manifest   |  1 +
 .../ignition-transport-0.7.0.ebuild| 34 ++
 net-libs/ignition-transport/metadata.xml   |  8 +
 3 files changed, 43 insertions(+)

diff --git a/net-libs/ignition-transport/Manifest 
b/net-libs/ignition-transport/Manifest
new file mode 100644
index 000..85768b9
--- /dev/null
+++ b/net-libs/ignition-transport/Manifest
@@ -0,0 +1 @@
+DIST ignition-transport-0.7.0.tar.bz2 339283 SHA256 
93629936bf1de3fe8168f97028d76d5c34ad1ecb0869d1a2bbfc7ede0797dc61 SHA512 
ce28f5cc9a4e2c71f84bdfd210f43c1410e8ae9bb59568e74ca0c33fe029ba41e016d2defbba8003f5a8228b4a068813c3fd6124f17e583c87dfa27d15303282
 WHIRLPOOL 
8fd7de962b67b94bde2e4c163d50b660d3b144260a3a8bdc0421775b7fb67c6b5bfd120897b076f6b94b8144720bad953fb00491845296521e3f15fb918bc4c5

diff --git a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild 
b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
new file mode 100644
index 000..0ad985f
--- /dev/null
+++ b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils vcs-snapshot flag-o-matic
+
+DESCRIPTION="Combines ZeroMQ with Protobufs to create a fast and efficient 
message passing system"
+HOMEPAGE="http://ignitionrobotics.org/libraries/transport;
+SRC_URI="http://gazebosim.org/distributions/ign-transport/releases/${P}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="0/0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-libs/protobuf:=
+   net-libs/zeromq:=
+   sys-apps/util-linux
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}
+   virtual/pkgconfig"
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
+src_configure() {
+   # upstream appends this conditionally...
+   append-flags "-fPIC"
+   echo "set (CMAKE_C_FLAGS_ALL \"${CXXFLAGS} \${CMAKE_C_FLAGS_ALL}\")" > 
"${S}/cmake/HostCFlags.cmake"
+   sed -i -e "s/LINK_FLAGS_RELWITHDEBINFO \" \"/LINK_FLAGS_RELWITHDEBINFO 
\" ${LDFLAGS} \"/" cmake/DefaultCFlags.cmake || die
+   cmake-utils_src_configure
+}

diff --git a/net-libs/ignition-transport/metadata.xml 
b/net-libs/ignition-transport/metadata.xml
new file mode 100644
index 000..e7dd05f
--- /dev/null
+++ b/net-libs/ignition-transport/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+aball...@gentoo.org
+Alexis Ballier
+
+



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

2015-09-16 Thread Justin Lecher
commit: fa7a98e3eaef46e09008798b49da62604f2b731b
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep 16 13:48:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep 16 15:01:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7a98e3

dev-python/urllib3: Fix test deps

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

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

diff --git a/dev-python/urllib3/urllib3-1.12.ebuild 
b/dev-python/urllib3/urllib3-1.12.ebuild
index ec17563..218adca 100644
--- a/dev-python/urllib3/urllib3-1.12.ebuild
+++ b/dev-python/urllib3/urllib3-1.12.ebuild
@@ -29,7 +29,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
-   >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[$(python_gen_usedep 'python*')]
>=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
>=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
>=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}]



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

2015-09-16 Thread Tobias Klausmann
commit: dec429764eecb2e5630b161ab40d9cb1ea787c21
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 15:01:24 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 15:01:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec42976

dev-python/cryptography: add ~alpha keyword

Gentoo-Bug: 549518

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/cryptography/cryptography-0.9.3.ebuild 
b/dev-python/cryptography/cryptography-0.9.3.ebuild
index 3f5cf4a..61cc713 100644
--- a/dev-python/cryptography/cryptography-0.9.3.ebuild
+++ b/dev-python/cryptography/cryptography-0.9.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2015-09-16 Thread Mike Gilbert
commit: 050a5a781d4a0a09cd54e276fdad1ebf694eec4d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 16 15:23:38 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 16 15:23:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050a5a78

www-client/google-chrome: automated update

Package-Manager: portage-2.2.20

 www-client/google-chrome/Manifest | 4 ++--
 ...me-45.0.2454.85_p1.ebuild => google-chrome-45.0.2454.93_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index a09167a..dd57b12 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-stable_45.0.2454.85-1_amd64.deb 47970800 SHA256 
01873f603b06a7f431c957eef912ba8713339a0dfff5003612e1fa91ef54c334 SHA512 
6d49859e4adb67639fa9dc93076f598fa084da6447ceabd58b5f499564659bd6db0b4079c3192c78b713da170454a542184bab866fe5968eb6d419fec4f212ef
 WHIRLPOOL 
53baded2a119507f237b0a8c77239c692e240a4c9a1de46bcc0ac62218c53b947a295a983391cb2269b4509d6ef366ad58b0928a3759ad930aec0e6894984246
-DIST google-chrome-stable_45.0.2454.85-1_i386.deb 47646372 SHA256 
3bf8a47a853cfdc0bf8c0712371d7c9ec52b43166265aa5d73bc0055cca985a4 SHA512 
76f82e7deea32112fc16ed37609ed00e8a158ab5a89f9766fb97b60bc914d1a9d983cfd54b24ea1ead0170da7573ddaf120a1077235a06db9f34f40284d47732
 WHIRLPOOL 
7db5e7920a2c0e325351c1fbc97ded749e9818807c72b58fe53e0b558f6771febe4a5a38ed1ba86b301e425ea26c03f7f7395ddd77e6e7968903f3d05c071d26
+DIST google-chrome-stable_45.0.2454.93-1_amd64.deb 48057428 SHA256 
96bbc7cf5ae261527a64e178fa4bc4f244f1b4ad3405a13ad99ac1cc8e3bf480 SHA512 
90e04d9684fc39510dd6ef78fab39dc267d945fd433dfc476ea2132d27e7c8c6424368604618a8ec468ab6dcefb32ddd32a269bc9adda402ce5c53c02378a4cb
 WHIRLPOOL 
4062afcfff906752ff95f75b762466e51108db12ebc4666198bfa7e02ed7b595aea5e5b940abd8b178460b9d653dd338bce99f530b66554d680c96dea9c1dc8a
+DIST google-chrome-stable_45.0.2454.93-1_i386.deb 47005078 SHA256 
8fe110d79fe45db9b27f27dcee76f0848b7373fca7cc21ccc2a44a0599afcdbe SHA512 
5f8399ac0034044d6b5b7838bf237a543521415c42a6fd2c4c36f5ceacbd282d21a1ca1850291b6aa80bdee5cf6ab1a0ee46b759e55fc7574e0107b51d58
 WHIRLPOOL 
b7cf507613fa81a6f0f78d01a659344753341b9c6c264866fd7e15d4c72aa8505575df240c8d9b474e2b7c1c9abd5ba14851f9a04b2d575b8365a20da393

diff --git a/www-client/google-chrome/google-chrome-45.0.2454.85_p1.ebuild 
b/www-client/google-chrome/google-chrome-45.0.2454.93_p1.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-45.0.2454.85_p1.ebuild
rename to www-client/google-chrome/google-chrome-45.0.2454.93_p1.ebuild



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

2015-09-16 Thread Mike Gilbert
commit: 0f58765f408ce5cdc25f3d3fda65bcca2f8de7e3
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 16 15:24:09 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 16 15:24:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f58765f

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.2.20

 www-client/google-chrome-unstable/Manifest| 4 ++--
 2503.0_p1.ebuild => google-chrome-unstable-47.0.2508.0_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index d04c76f..cfad45a 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-unstable_47.0.2503.0-1_amd64.deb 46995462 SHA256 
b3ed506f588f8785ee0db41438b27a82130ccc142b82d02bfc9c81233350b533 SHA512 
c22b5f4732a408b078cfb7711c2badf3eb8a0f61959330eff137f3ff87e0cb743a2b749db96ebb510f31c86fcfe69fedddc096a5199e1332ad3f5d0ac52d8ea9
 WHIRLPOOL 
48bd2c01e5a0445981e426f7272ac5ba7d112f3552c7b37a8ecbd86c4112af985ca494862b0d7d70f578dedb068a8aa75684a8b967c201ad1b4c2c37e97a9429
-DIST google-chrome-unstable_47.0.2503.0-1_i386.deb 47023532 SHA256 
d4ca53eace8e13cf5d8aa213a840dc8ff736b0d03ace857928cc8e1ede216055 SHA512 
db2c9e9b0e7b747c82a732ba3022dd0806086fe2f11605bec7f7321f6a7d4a3f2fb3d61c395f5673fa5985d14e679753bff1a575f7e93c61b47db4b3bd75b883
 WHIRLPOOL 
094567bc37845946bbc4e68e73cd2cff3c04ab4584808d763879ba2d978d0fd60abbb840f3ced20c65dc8712f36a411baf12127caafa014687f6ed5512b2a8b2
+DIST google-chrome-unstable_47.0.2508.0-1_amd64.deb 47471144 SHA256 
50c3dec0ce5b003199221d7515c03b03fe43aefcf7e17421e189b519cfb88df9 SHA512 
250a7fbab9cc50ac0cf3d7ae876c7c888d1ca632c639a44d5d8c8554ec367d76ba33d5d1596b94e60b275d00ef6c17337e1aa313ac9c8a0f633d6a1c74e8d752
 WHIRLPOOL 
6d38bb00ffa36914f9a07bb8488cf66c40c417824470fa8b5ae3de7fb4a5437be5f07295c693d21375ac2205487ef4718aa9a89c2a74daf9fbb1d35ef7cbd560
+DIST google-chrome-unstable_47.0.2508.0-1_i386.deb 46861344 SHA256 
f0d74f3d43d5ddc5f2ac259c6050f15dd99acb135988bf5220fc7be787c15783 SHA512 
a91757c99909b7d60d4d2b307730f471ca548bf323533fbab5a571b568d6af455fef79ed02ad2d659910aa3bf5e24cd69e371f8eb68c4eaf360b6671c174ffe3
 WHIRLPOOL 
d1b3657c1a36a76753c93f90246f1a599e355651816195b1b75b2e7c261a1199d9379fa4cef25f922001408bef73dbcfc70a36e0a74122d80ef91ee83f40e439

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-47.0.2503.0_p1.ebuild
 
b/www-client/google-chrome-unstable/google-chrome-unstable-47.0.2508.0_p1.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-47.0.2503.0_p1.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-47.0.2508.0_p1.ebuild



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

2015-09-16 Thread Mike Gilbert
commit: eab97ea9ff92e3315da05891c5040dbbe8e50851
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 16 15:24:00 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 16 15:24:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab97ea9

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.2.20

 www-plugins/chrome-binary-plugins/Manifest| 8 
 85_p1.ebuild => chrome-binary-plugins-45.0.2454.93_p1.ebuild} | 0
 ...ha1.ebuild => chrome-binary-plugins-47.0.2508.0_alpha1.ebuild} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 623be47..3c53f5a 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,6 +1,6 @@
 DIST google-chrome-beta_46.0.2490.22-1_amd64.deb 47444702 SHA256 
7c89f77cf3aef24cea2669d3090921ab0b1fcb708fc829acb25ad8ee0c968e6e SHA512 
83947209eb05cc245a11b233e3dff69151d2ec22c6bcbf93697ca5c37a0b21321dd8dec995173f2df5c075917c1f55f3f0405250576cbea87cd1f7f5a80ec0e3
 WHIRLPOOL 
2c7f4ca6bd1f2b2e7dc5d31d6f7801987b198e16be551095b6a31ae036d703da44cee5f3121ccc998ed8d4edcd3393135c11dbc64496cb95b5681df5ccee2092
 DIST google-chrome-beta_46.0.2490.22-1_i386.deb 46838986 SHA256 
5a30d9c09677f09de07aba3c8b94237fe65fe1c2e2753fa93d30660c668e9578 SHA512 
c0f65fbbfed5d495fff163d9d327a912013abd704e9d0112bcd54da2813666a2c762edd433f87fd212162c11a216917289fb4d8582dae008ff0c423ebc09bae8
 WHIRLPOOL 
dca8318df4630b30787e48c55a2e9c7de5cd5a77d12d6e1cb57a07caf9b0f107925faaf80c478cda3f1a3346c03c7e5d6dd90f8b752713da0f7fe692296cb5df
-DIST google-chrome-stable_45.0.2454.85-1_amd64.deb 47970800 SHA256 
01873f603b06a7f431c957eef912ba8713339a0dfff5003612e1fa91ef54c334 SHA512 
6d49859e4adb67639fa9dc93076f598fa084da6447ceabd58b5f499564659bd6db0b4079c3192c78b713da170454a542184bab866fe5968eb6d419fec4f212ef
 WHIRLPOOL 
53baded2a119507f237b0a8c77239c692e240a4c9a1de46bcc0ac62218c53b947a295a983391cb2269b4509d6ef366ad58b0928a3759ad930aec0e6894984246
-DIST google-chrome-stable_45.0.2454.85-1_i386.deb 47646372 SHA256 
3bf8a47a853cfdc0bf8c0712371d7c9ec52b43166265aa5d73bc0055cca985a4 SHA512 
76f82e7deea32112fc16ed37609ed00e8a158ab5a89f9766fb97b60bc914d1a9d983cfd54b24ea1ead0170da7573ddaf120a1077235a06db9f34f40284d47732
 WHIRLPOOL 
7db5e7920a2c0e325351c1fbc97ded749e9818807c72b58fe53e0b558f6771febe4a5a38ed1ba86b301e425ea26c03f7f7395ddd77e6e7968903f3d05c071d26
-DIST google-chrome-unstable_47.0.2503.0-1_amd64.deb 46995462 SHA256 
b3ed506f588f8785ee0db41438b27a82130ccc142b82d02bfc9c81233350b533 SHA512 
c22b5f4732a408b078cfb7711c2badf3eb8a0f61959330eff137f3ff87e0cb743a2b749db96ebb510f31c86fcfe69fedddc096a5199e1332ad3f5d0ac52d8ea9
 WHIRLPOOL 
48bd2c01e5a0445981e426f7272ac5ba7d112f3552c7b37a8ecbd86c4112af985ca494862b0d7d70f578dedb068a8aa75684a8b967c201ad1b4c2c37e97a9429
-DIST google-chrome-unstable_47.0.2503.0-1_i386.deb 47023532 SHA256 
d4ca53eace8e13cf5d8aa213a840dc8ff736b0d03ace857928cc8e1ede216055 SHA512 
db2c9e9b0e7b747c82a732ba3022dd0806086fe2f11605bec7f7321f6a7d4a3f2fb3d61c395f5673fa5985d14e679753bff1a575f7e93c61b47db4b3bd75b883
 WHIRLPOOL 
094567bc37845946bbc4e68e73cd2cff3c04ab4584808d763879ba2d978d0fd60abbb840f3ced20c65dc8712f36a411baf12127caafa014687f6ed5512b2a8b2
+DIST google-chrome-stable_45.0.2454.93-1_amd64.deb 48057428 SHA256 
96bbc7cf5ae261527a64e178fa4bc4f244f1b4ad3405a13ad99ac1cc8e3bf480 SHA512 
90e04d9684fc39510dd6ef78fab39dc267d945fd433dfc476ea2132d27e7c8c6424368604618a8ec468ab6dcefb32ddd32a269bc9adda402ce5c53c02378a4cb
 WHIRLPOOL 
4062afcfff906752ff95f75b762466e51108db12ebc4666198bfa7e02ed7b595aea5e5b940abd8b178460b9d653dd338bce99f530b66554d680c96dea9c1dc8a
+DIST google-chrome-stable_45.0.2454.93-1_i386.deb 47005078 SHA256 
8fe110d79fe45db9b27f27dcee76f0848b7373fca7cc21ccc2a44a0599afcdbe SHA512 
5f8399ac0034044d6b5b7838bf237a543521415c42a6fd2c4c36f5ceacbd282d21a1ca1850291b6aa80bdee5cf6ab1a0ee46b759e55fc7574e0107b51d58
 WHIRLPOOL 
b7cf507613fa81a6f0f78d01a659344753341b9c6c264866fd7e15d4c72aa8505575df240c8d9b474e2b7c1c9abd5ba14851f9a04b2d575b8365a20da393
+DIST google-chrome-unstable_47.0.2508.0-1_amd64.deb 47471144 SHA256 
50c3dec0ce5b003199221d7515c03b03fe43aefcf7e17421e189b519cfb88df9 SHA512 
250a7fbab9cc50ac0cf3d7ae876c7c888d1ca632c639a44d5d8c8554ec367d76ba33d5d1596b94e60b275d00ef6c17337e1aa313ac9c8a0f633d6a1c74e8d752
 WHIRLPOOL 
6d38bb00ffa36914f9a07bb8488cf66c40c417824470fa8b5ae3de7fb4a5437be5f07295c693d21375ac2205487ef4718aa9a89c2a74daf9fbb1d35ef7cbd560
+DIST google-chrome-unstable_47.0.2508.0-1_i386.deb 46861344 SHA256 
f0d74f3d43d5ddc5f2ac259c6050f15dd99acb135988bf5220fc7be787c15783 SHA512 
a91757c99909b7d60d4d2b307730f471ca548bf323533fbab5a571b568d6af455fef79ed02ad2d659910aa3bf5e24cd69e371f8eb68c4eaf360b6671c174ffe3
 WHIRLPOOL 

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

2015-09-16 Thread Mike Gilbert
commit: abe43eaf207bbbd38f9c4269ca8a66f543769a07
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 16 15:31:24 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 16 15:31:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe43eaf

www-client/chromium: beta channel bump (46.0.2490.22)

Package-Manager: portage-2.2.20

 www-client/chromium/Manifest| 2 +-
 .../{chromium-46.0.2490.6.ebuild => chromium-46.0.2490.22.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index fd118bb..452caaa 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-45.0.2454.85-lite.tar.xz 242569440 SHA256 
fafb4792c69c235d6ea85e904df68a64c51783cb338b783a1092b4ea6c888e71 SHA512 
04f482ef18cddaf140224a98189ebd565416e3fe617877d58b2e691fb6030a3c9248720efcb7285cd18a034c345f9a65c677489d8a49f1ac95deafecb9b7d82a
 WHIRLPOOL 
86b382b4dd2406559cef76ae260fcfe26e376bd957be3381b9822f706e8a5fb0ac7240fb00d64858ee1262eec17fadd253acae2b8a9318d3d996fb5d596de665
 DIST chromium-46.0.2490.13-lite.tar.xz 261760812 SHA256 
8b582b05a61b207ebec6a65577e413c00e5f7d330ec1adb24d9681d14640fc88 SHA512 
d73f10a8521183ec8253dad8e82c8b6357c080cb76b91b8a8eb69cce05225dd843edf01c04a7478e04a7da22330332832f9c7a63f59346333eda83b9133c4213
 WHIRLPOOL 
098ec84c56ac43800bd3f5d5f60dcdc167b045b1cf3736bca72b21e1ffbf33937541f810cc2e976f6a86dca0035c4b59000a5532f4974ec2cee9156acd7c488d
-DIST chromium-46.0.2490.6-lite.tar.xz 261745688 SHA256 
e3091bf10926b937898d98967a3b387274af9d598add0c57346e44b97bb97371 SHA512 
8cb6dbbbe3c640174496ddd032260835f058bf0a71827d48889c04e7882ed0b7d6d80dc3d188bd31223e114d44ea8b966e1dc851625b09d8b26ca4ef17a37795
 WHIRLPOOL 
6cd5e910425a85633d43831937e51b0a6b353f2a4f7c140e79d7e123ae4b7f50455e6b8864179fd1fb58deb9f1fcbde46748bc4dd940b55c9c5345a471bddc78
+DIST chromium-46.0.2490.22-lite.tar.xz 261632508 SHA256 
23a7448cfca032c240262a8d5760f23d9e89bf783ef54467353297856620edb6 SHA512 
8d4f8c4cb2c7a4c3c9fb557b4fb2d34c5d7313a82c84fce340254ae59b5fcbc21b2d7b7723d8dd3f7b717175ac12e87373d0889397f01ce189c5718a7deb6de4
 WHIRLPOOL 
dc1fee05d0acc46f9842281e475d1f9d006216c8d8e264ea3eecee63eb14054ff94ed6dd15e6d690305b08670516888a3361f5a3be8f0189c41472d77f0172bb
 DIST chromium-47.0.2498.0-lite.tar.xz 267586356 SHA256 
b83da0a7d8c15dd00623443f6d62f1930b1a4db4020cedb7cffbf7e036b7935d SHA512 
f65af999a751d360a66bd721365002110ad6a20b99aaa0304524a2c68093b65236b7a3eef5865cc17aac3d6a576f84170db785da9423b79de5a2646b8c3076fc
 WHIRLPOOL 
ca6a23109fbbae3d0ced4b04ae5d92ad5487cc078942482212317840979ceacdc0550c4e25349ff487b4305495ec7a939f9ad46b26bcfb51cafa05a3e745e6a4
 DIST chromium-47.0.2503.0.tar.xz 348185172 SHA256 
af42ffc4e5c81685fdbdf8d626b28b9b1cbdb8fc2643bf03cb067e982de31ab9 SHA512 
6ea58854c1ec83e35e12f247fce5c517f3770d06e42baf8192c5bc2ce731e3155c9a0de4679aa86f28f0a551d30dae75fab185905bacb825de8d0272809719f0
 WHIRLPOOL 
cf2f93d3a0afde8325ac4a0726171ad4f2eae49e7a21c1ed857ff4ec1e89f59a1bcaaaeed070671b8fea9724cb8da2de56a0d84bcfc118912f2e1f562ef61ce4

diff --git a/www-client/chromium/chromium-46.0.2490.6.ebuild 
b/www-client/chromium/chromium-46.0.2490.22.ebuild
similarity index 99%
rename from www-client/chromium/chromium-46.0.2490.6.ebuild
rename to www-client/chromium/chromium-46.0.2490.22.ebuild
index e96b221..672ea96 100644
--- a/www-client/chromium/chromium-46.0.2490.6.ebuild
+++ b/www-client/chromium/chromium-46.0.2490.22.ebuild
@@ -464,7 +464,7 @@ src_configure() {
 
# Prevent libvpx build failures. Bug 530248, 544702, 546984.
if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then
-   filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 
-mno-avx2
+   filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 
-mno-avx -mno-avx2
fi
fi
 



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

2015-09-16 Thread Doug Goldstein
commit: 5bab02093cfbe6ebcd22087520082604ae822379
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Sep 16 15:31:00 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Sep 16 15:31:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bab0209

media-tv/mythtv: more refactors of the init script

Gentoo-Bug: 560142

Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein  gentoo.org>

 media-tv/mythtv/files/mythbackend.init-r2 | 41 +--
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/media-tv/mythtv/files/mythbackend.init-r2 
b/media-tv/mythtv/files/mythbackend.init-r2
index aa7c35f..6869eb5 100644
--- a/media-tv/mythtv/files/mythbackend.init-r2
+++ b/media-tv/mythtv/files/mythbackend.init-r2
@@ -4,23 +4,27 @@
 # $Id$
 
 description="MythTV backend recording daemon"
-extra_commands="resched upnprebuild"
+extra_started_commands="resched upnprebuild"
 description_resched="Forces the recording scheduler to update"
 description_upnprebuild="Rebuilds the UPnP media cache"
 
+MYTHBACKEND_OPTS=${MYTHBACKEND_OPTS:-"${MYTHBACKEND_OPTS}"}
+MYTHBACKEND_VERBOSE=${MYTHBACKEND_VERBOSE:-"general"}
+MYTHBACKEND_LOGGING=${MYTHBACKEND_LOGGING:-"files"}
+
+name="MythTV backend"
+command="/usr/bin/mythbackend"
+pidfile="/run/mythtv/mythbackend.pid"
+start_stop_daemon_args="--pidfile ${pidfile} --user mythtv:video"
+command_args="--daemon --pidfile ${pidfile} --verbose ${MYTHBACKEND_VERBOSE} 
${MYTHBACKEND_OPTS}"
+
 depend() {
# mythbackend doesn't need to run on the same machine that
# mysql runs on. so its use for that reason
use logger net.lo mysql LCDd
 }
 
-start() {
-   local logging=
-
-   [ -z "${MYTHBACKEND_VERBOSE}" ] && \
-   MYTHBACKEND_VERBOSE="general"
-   [ -z "${MYTHBACKEND_LOGGING}" ] && \
-   MYTHBACKEND_LOGGING="files"
+start_pre() {
case "${MYTHBACKEND_LOGGING}" in
database) logging="--enable-dblog" ;;
syslog\ *) logging="--${MYTHBACKEND_LOGGING}" ;;
@@ -40,31 +44,30 @@ start() {
[ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
checkpath --directory --owner mythtv:video --mode 0775 
/var/log/mythtv
checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
+   checkpath --directory --owner mythtv:video --mode 0750 /run/mythtv
+}
 
-   ebegin "Starting MythTV Backend"
-   start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \
---pidfile /var/run/mythbackend.pid --user mythtv:video -- \
-   --daemon --pidfile /var/run/mythbackend.pid \
-   --verbose ${MYTHBACKEND_VERBOSE} \
-   ${logging} ${MYTHBACKEND_OPTS}
+start() {
+   ebegin "Starting ${name}"
+   start-stop-daemon --start ${start_stop_daemon_args} --exec ${command} \
+   -- ${command_args} ${logging}
eend $?
 }
 
 stop() {
-   ebegin "Stopping MythTV Backend"
-   start-stop-daemon --stop --retry 10 --progress \
-   --pidfile=/var/run/mythbackend.pid
+   ebegin "Stopping ${name}"
+   start-stop-daemon --stop --retry 10 --progress --pidfile ${pidfile}
eend $?
 }
 
 resched() {
ebegin "Updating the recording scheduler"
-   /usr/bin/mythbackend --resched
+   ${command} --resched
eend $?
 }
 
 upnprebuild() {
ebegin "Rebuilding UPnP media cache"
-   /usr/bin/mythbackend --upnprebuild
+   ${command} --upnprebuild
eend $?
 }



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

2015-09-16 Thread Mike Frysinger
commit: 31aa8f44b17b5139a6aad2cb874dd886308a4958
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Sep 16 15:50:24 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Sep 16 15:50:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aa8f44

net-misc/dhcp: fix build with USE="ldap -ipv6" #559832

 net-misc/dhcp/dhcp-4.3.3.ebuild|  1 +
 .../files/dhcp-4.3.3-ldap-ipv6-client-id.patch | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/net-misc/dhcp/dhcp-4.3.3.ebuild b/net-misc/dhcp/dhcp-4.3.3.ebuild
index b5a75fa..a2c42d4 100644
--- a/net-misc/dhcp/dhcp-4.3.3.ebuild
+++ b/net-misc/dhcp/dhcp-4.3.3.ebuild
@@ -62,6 +62,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-4.2.4-always-accept-4.patch #437108
epatch "${FILESDIR}"/${PN}-4.2.5-iproute2-path.patch #480636
epatch "${FILESDIR}"/${PN}-4.2.5-bindtodevice-inet6.patch #471142
+   epatch "${FILESDIR}"/${PN}-4.3.3-ldap-ipv6-client-id.patch #559832
 
# Brand the version with Gentoo
sed -i \

diff --git a/net-misc/dhcp/files/dhcp-4.3.3-ldap-ipv6-client-id.patch 
b/net-misc/dhcp/files/dhcp-4.3.3-ldap-ipv6-client-id.patch
new file mode 100644
index 000..2a7f818
--- /dev/null
+++ b/net-misc/dhcp/files/dhcp-4.3.3-ldap-ipv6-client-id.patch
@@ -0,0 +1,81 @@
+https://bugs.gentoo.org/559832
+
+the get_client_id func is used outside of IPv6 code, so don't store it in the
+IPv6-specific dhcpv6.c file.  otherwise, building w/out IPv6 & w/ldap yields:
+dhcpd-ldap.o: In function 'find_client_in_ldap':
+ldap.c:(.text+0x4774): undefined reference to 'get_client_id'
+
+--- a/server/dhcpleasequery.c
 b/server/dhcpleasequery.c
+@@ -33,6 +33,34 @@
+  *   DoS'ed by DHCPLEASEQUERY message.
+  */
+ 
++/*
++ * Get the client identifier from the packet.
++ */
++isc_result_t
++get_client_id(struct packet *packet, struct data_string *client_id) {
++  struct option_cache *oc;
++
++  /*
++   * Verify our client_id structure is empty.
++   */
++  if ((client_id->data != NULL) || (client_id->len != 0)) {
++  return DHCP_R_INVALIDARG;
++  }
++
++  oc = lookup_option(_universe, packet->options, D6O_CLIENTID);
++  if (oc == NULL) {
++  return ISC_R_NOTFOUND;
++  }
++
++  if (!evaluate_option_cache(client_id, packet, NULL, NULL,
++ packet->options, NULL,
++ _scope, oc, MDL)) {
++  return ISC_R_FAILURE;
++  }
++
++  return ISC_R_SUCCESS;
++}
++
+ /* 
+  * If you query by hardware address or by client ID, then you may have
+  * more than one IP address for your query argument. We need to do two
+--- a/server/dhcpv6.c
 b/server/dhcpv6.c
+@@ -392,34 +392,6 @@ generate_new_server_duid(void) {
+ }
+ 
+ /*
+- * Get the client identifier from the packet.
+- */
+-isc_result_t
+-get_client_id(struct packet *packet, struct data_string *client_id) {
+-  struct option_cache *oc;
+-
+-  /*
+-   * Verify our client_id structure is empty.
+-   */
+-  if ((client_id->data != NULL) || (client_id->len != 0)) {
+-  return DHCP_R_INVALIDARG;
+-  }
+-
+-  oc = lookup_option(_universe, packet->options, D6O_CLIENTID);
+-  if (oc == NULL) {
+-  return ISC_R_NOTFOUND;
+-  }
+-
+-  if (!evaluate_option_cache(client_id, packet, NULL, NULL,
+- packet->options, NULL,
+- _scope, oc, MDL)) {
+-  return ISC_R_FAILURE;
+-  }
+-
+-  return ISC_R_SUCCESS;
+-}
+-
+-/*
+  * Message validation, defined in RFC 3315, sections 15.2, 15.5, 15.7:
+  *
+  *Servers MUST discard any Solicit messages that do not include a



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

2015-09-16 Thread Tobias Klausmann
commit: 1fcef5e781313e7759e59430562f18278a6e5e92
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Sep 16 15:51:35 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Sep 16 15:51:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcef5e7

Fix breakage caused by overzealous unmasking

While rubberband became available on ~alpha, there is no stable version
for mpv to depend on. Thus move the masked introduced in commit
0ccb06790085936e2da1832e5bf1d1b637d6c54a toarch/alpha/package.use.stable.mask

 profiles/arch/alpha/package.use.stable.mask | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/alpha/package.use.stable.mask 
b/profiles/arch/alpha/package.use.stable.mask
index 35f6cc4..fc225a3 100644
--- a/profiles/arch/alpha/package.use.stable.mask
+++ b/profiles/arch/alpha/package.use.stable.mask
@@ -18,6 +18,17 @@
 
 #--- END OF EXAMPLES ---
 
+# Tobias Klausmann  (16 Sep 2015)
+# Move this mask here (from package.use.mask) until rubberband goes stable.
+# Also see commit 0ccb06790085936e2da1832e5bf1d1b637d6c54a
+# Ben de Groot  (03 May 2015)
+# media-libs/rubberband lacks alpha keyword, bug #548446
+media-video/mpv rubberband
+
+# Tobias Klausmann  (29 Jul 2015)
+# Mask webkit so the dep can stay ~alpha forever
+>=x11-libs/wxGTK-3.0.2.0-r1 webkit
+
 # Pacho Ramos  (02 Jul 2014)
 # Mask due Gnome3 not going to be stabilized on this arch
 dev-util/geany-plugins devhelp markdown webkit
@@ -29,7 +40,3 @@ media-plugins/gst-plugins-meta modplug
 net-libs/libproxy webkit
 >=net-libs/webkit-gtk-2.4 geoloc
 x11-libs/gksu gnome
-
-# Tobias Klausmann  (29 Jul 2015)
-# Mask webkit so the dep can stay ~alpha forever
->=x11-libs/wxGTK-3.0.2.0-r1 webkit



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

2015-09-16 Thread Christoph Mende
commit: ff691347e20730e7cf3d5d30f4b0a2c2f052b0e3
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:43:55 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:43:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff691347

media-sound/mpd: Restore 0.19.9-r1 as last stable

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

 media-sound/mpd/Manifest |   1 +
 media-sound/mpd/mpd-0.19.9-r1.ebuild | 236 +++
 2 files changed, 237 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 2879f09..f0f893d 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1 +1,2 @@
 DIST mpd-0.19.10.tar.xz 701668 SHA256 
c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851 SHA512 
037e1ccd69456bd7d388cbcba26de83144816684fb266995b173df960051e84203d3fc7255d7766eee5dbe0629dbb7745b9821664486158d33da4f29189edef8
 WHIRLPOOL 
02c2ec2c898fbeb9bf39ae9a2b57d85881825489a033f56b6140602f7cd6176f39d4aa09f0dfd2391214bd70d3ffab0e7a7eefcba8085e5ea7d15168028efa53
+DIST mpd-0.19.9.tar.xz 701480 SHA256 
47851423053cd38cfad65be5985b41b7cd5bdbe8d0d13378e11748a28b19f26f SHA512 
7d74254e009008ed142ce0b69e75fe6f255ec2c814b246f570225af715ec5c3a5c75276f4720bc1ad351d48be5b20f9797843c03aae9380a6062796539507bf4
 WHIRLPOOL 
04ee826f55512c5f4b28f0bfbf78e23710070970be2f7da07b421483da1d9dad20b0b3513a2529f88d83c92f8202cb57bad09fee894eb18387cbc156312e3a06

diff --git a/media-sound/mpd/mpd-0.19.9-r1.ebuild 
b/media-sound/mpd/mpd-0.19.9-r1.ebuild
new file mode 100644
index 000..9c438b6
--- /dev/null
+++ b/media-sound/mpd/mpd-0.19.9-r1.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 ~sh x86 ~x86-fbsd ~x64-macos"
+IUSE="adplug +alsa ao audiofile bzip2 cdio +curl debug expat faad +fifo +ffmpeg
+   flac fluidsynth +glib gme +icu +id3tag +inotify +ipv6 jack lame mms
+   libav libmpdclient libsamplerate libsoxr +mad mikmod modplug mpg123 
musepack
+   +network nfs ogg openal opus oss pipe pulseaudio recorder samba selinux 
sid
+   sndfile soundcloud sqlite systemd tcpd twolame unicode upnp vorbis 
wavpack
+   wildmidi zeroconf zip"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack ogg flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="|| ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   ao? ( glib )
+   gme? ( glib )
+   jack? ( glib )
+   network? ( || ( ${ENCODER_PLUGINS} )
+   glib )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   sid? ( glib )
+   soundcloud? ( glib )
+   sqlite? ( glib )
+   opus? ( ogg )
+   upnp? ( expat )
+   vorbis? ( glib )
+   wavpack? ( glib )"
+
+CDEPEND="!=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? ( dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod:0 )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( >=media-sound/mpg123-1.12.2 )
+   musepack? ( media-sound/musepack-tools )
+   network? ( >=media-libs/libshout-2
+   !lame? ( !vorbis? ( media-libs/libvorbis ) ) )
+   nfs? ( net-fs/libnfs )
+   ogg? ( media-libs/libogg )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opus )
+   pulseaudio? ( media-sound/pulseaudio )
+   samba? ( || ( =net-fs/samba-4.0.25 ) )
+   sid? ( media-libs/libsidplay:2 )
+   sndfile? ( media-libs/libsndfile )
+   soundcloud? ( >=dev-libs/yajl-2 )
+   libsoxr? ( media-libs/soxr )
+   sqlite? ( dev-db/sqlite:3 )
+   systemd? ( sys-apps/systemd )
+   tcpd? ( sys-apps/tcp-wrappers )
+   twolame? ( media-sound/twolame )
+   upnp? ( net-libs/libupnp )
+   vorbis? ( media-libs/libvorbis )
+   wavpack? ( media-sound/wavpack )
+   wildmidi? ( media-sound/wildmidi )
+   zeroconf? ( net-dns/avahi[dbus] )
+   zip? ( dev-libs/zziplib )"
+DEPEND="${CDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-mpd )
+"
+
+pkg_setup() {
+   use network || ewarn 

[gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/files/, media-sound/aqualung/

2015-09-16 Thread Alexis Ballier
commit: 936820fcba0b87dde366a7f4f6580100f54591d1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 16:43:29 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 16:45:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936820fc

media-sound/aqualung: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-sound/aqualung/aqualung-1.0.ebuild  |  4 
 media-sound/aqualung/files/ffmpeg29.patch | 13 +
 2 files changed, 17 insertions(+)

diff --git a/media-sound/aqualung/aqualung-1.0.ebuild 
b/media-sound/aqualung/aqualung-1.0.ebuild
index b39de6c..c6954be 100644
--- a/media-sound/aqualung/aqualung-1.0.ebuild
+++ b/media-sound/aqualung/aqualung-1.0.ebuild
@@ -50,6 +50,10 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${PN}-${MY_PV}
 
+src_prepare() {
+   epatch "${FILESDIR}/ffmpeg29.patch"
+}
+
 src_configure() {
econf \
--enable-nls \

diff --git a/media-sound/aqualung/files/ffmpeg29.patch 
b/media-sound/aqualung/files/ffmpeg29.patch
new file mode 100644
index 000..3cd0a01
--- /dev/null
+++ b/media-sound/aqualung/files/ffmpeg29.patch
@@ -0,0 +1,13 @@
+Index: aqualung-1.0/src/decoder/dec_lavc.c
+===
+--- aqualung-1.0.orig/src/decoder/dec_lavc.c
 aqualung-1.0/src/decoder/dec_lavc.c
+@@ -280,7 +280,7 @@ lavc_decoder_open(decoder_t * dec, char
+   return DECODER_OPEN_BADLIB;
+ 
+   pd->avCodecCtx = pd->avFormatCtx->streams[pd->audioStream]->codec;
+-#if LIBAVCODEC_VERSION_MAJOR >= 53
++#if LIBAVCODEC_VERSION_MAJOR >= 53 && LIBAVCODEC_VERSION_MAJOR < 57
+   pd->avCodecCtx->get_buffer = avcodec_default_get_buffer;
+   pd->avCodecCtx->release_buffer = avcodec_default_release_buffer;
+ #endif /* LIBAVCODEC_VERSION_MAJOR >= 53 */



[gentoo-commits] repo/gentoo:master commit in: media-sound/potamus/, media-sound/potamus/files/

2015-09-16 Thread Alexis Ballier
commit: cbea35422e5d18cd944849ee040d35c1d410625a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 16:51:38 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 16:51:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbea3542

media-sound/potamus: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-sound/potamus/files/ffmpeg29.patch | 22 ++
 media-sound/potamus/potamus-16.ebuild|  7 ++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/media-sound/potamus/files/ffmpeg29.patch 
b/media-sound/potamus/files/ffmpeg29.patch
new file mode 100644
index 000..8565d7d
--- /dev/null
+++ b/media-sound/potamus/files/ffmpeg29.patch
@@ -0,0 +1,22 @@
+Index: potamus-16/src/input-avcodec.c
+===
+--- potamus-16.orig/src/input-avcodec.c
 potamus-16/src/input-avcodec.c
+@@ -41,7 +41,7 @@ static int input_avcodec_open(input *p,
+   g_error("out of memory");
+   p->data = a;
+ 
+-  a->frame = avcodec_alloc_frame();
++  a->frame = av_frame_alloc();
+ 
+   for (int pass = 0; pass < 2; pass++) {
+   a->format = NULL;
+@@ -114,7 +114,7 @@ static int input_avcodec_get_audio(input
+ 
+   // Decode the packet.
+   while (packet.size > 0) {
+-  avcodec_get_frame_defaults(a->frame);
++  av_frame_unref(a->frame);
+ 
+   int got_frame = 0;
+   int in_used = avcodec_decode_audio4(a->codec_ctx,

diff --git a/media-sound/potamus/potamus-16.ebuild 
b/media-sound/potamus/potamus-16.ebuild
index 5c3006b..aa6e665 100644
--- a/media-sound/potamus/potamus-16.ebuild
+++ b/media-sound/potamus/potamus-16.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit gnome2
+inherit gnome2 eutils
 
 DESCRIPTION="a lightweight audio player with a simple interface and an 
emphasis on high audio quality"
 HOMEPAGE="http://offog.org/code/potamus.html;
@@ -30,6 +30,11 @@ RDEPEND="x11-libs/gtk+:2
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
+src_prepare() {
+   gnome2_src_prepare
+   has_version '>=media-video/ffmpeg-2.8' && epatch 
"${FILESDIR}/ffmpeg29.patch"
+}
+
 src_configure() {
econf \
$(use_enable audiofile input-audiofile) \



[gentoo-commits] repo/gentoo:master commit in: media-libs/aubio/, media-libs/aubio/files/

2015-09-16 Thread Alexis Ballier
commit: 3c9e7fad2eb6f5052e23e9ee23b74de6dbca3673
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 16:49:01 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 16:49:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9e7fad

media-libs/aubio: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 media-libs/aubio/aubio-0.4.1.ebuild   |  3 ++-
 media-libs/aubio/files/aubio-0.4.1-ffmpeg29.patch | 22 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/media-libs/aubio/aubio-0.4.1.ebuild 
b/media-libs/aubio/aubio-0.4.1.ebuild
index dfddfdb..3d8976b 100644
--- a/media-libs/aubio/aubio-0.4.1.ebuild
+++ b/media-libs/aubio/aubio-0.4.1.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='threads(+)'
 
-inherit distutils-r1 waf-utils multilib
+inherit distutils-r1 waf-utils multilib eutils
 
 DESCRIPTION="Library for audio labelling"
 HOMEPAGE="http://aubio.org/;
@@ -39,6 +39,7 @@ PYTHON_SRC_DIR="${S}/python"
 src_prepare() {
sed -i -e "s:\/lib:\/$(get_libdir):" src/wscript_build || die
sed -i -e "s:doxygen:doxygen_disabled:" wscript || die
+   has_version '>=media-video/ffmpeg-2.8' && epatch 
"${FILESDIR}/${PN}-0.4.1-ffmpeg29.patch"
 }
 
 src_configure() {

diff --git a/media-libs/aubio/files/aubio-0.4.1-ffmpeg29.patch 
b/media-libs/aubio/files/aubio-0.4.1-ffmpeg29.patch
new file mode 100644
index 000..8656271
--- /dev/null
+++ b/media-libs/aubio/files/aubio-0.4.1-ffmpeg29.patch
@@ -0,0 +1,22 @@
+Index: aubio-0.4.1/src/io/source_avcodec.c
+===
+--- aubio-0.4.1.orig/src/io/source_avcodec.c
 aubio-0.4.1/src/io/source_avcodec.c
+@@ -167,7 +167,7 @@ aubio_source_avcodec_t * new_aubio_sourc
+   }
+ 
+   AVFrame *avFrame = s->avFrame;
+-  avFrame = avcodec_alloc_frame();
++  avFrame = av_frame_alloc();
+   if (!avFrame) {
+ AUBIO_ERR("source_avcodec: Could not allocate frame for (%s)\n", s->path);
+   }
+@@ -415,7 +415,7 @@ void del_aubio_source_avcodec(aubio_sour
+   }
+   s->output = NULL;
+   if (s->avFrame != NULL) {
+-avcodec_free_frame( &(s->avFrame) );
++av_frame_free( &(s->avFrame) );
+   }
+   s->avFrame = NULL;
+   AUBIO_FREE(s);



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

2015-09-16 Thread Mike Gilbert
commit: c59e511a729a6c68e6953cf6a5113114e65a03b5
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 16 16:54:34 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 16 17:04:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59e511a

sys-kernel/tuxonice-sources: Version bumps.

 sys-kernel/tuxonice-sources/Manifest   | 15 ++
 .../tuxonice-sources-3.10.88.ebuild| 35 ++
 .../tuxonice-sources-3.12.47.ebuild| 35 ++
 .../tuxonice-sources-3.14.52.ebuild| 35 ++
 .../tuxonice-sources-3.4.108.ebuild| 34 +
 .../tuxonice-sources/tuxonice-sources-4.1.7.ebuild | 35 ++
 6 files changed, 189 insertions(+)

diff --git a/sys-kernel/tuxonice-sources/Manifest 
b/sys-kernel/tuxonice-sources/Manifest
index 3caa40b..4995052 100644
--- a/sys-kernel/tuxonice-sources/Manifest
+++ b/sys-kernel/tuxonice-sources/Manifest
@@ -10,12 +10,18 @@ DIST genpatches-3.10-87.extras.tar.xz 17844 SHA256 
3caee8fd80d824dbe855f52524a70
 DIST genpatches-3.10-92.base.tar.xz 1264772 SHA256 
85914172a3d7399f2f055a7f4a5547f97b8fdb215af9783a447511a152a3a9b5 SHA512 
8f98ade2bae7b7cb034702d9938f105da801278f9f31dc2d8a23b65428719eb40d368f3e616b57518bcdebed76e5f278043e7401a60d64c02c6ad90fe669c46f
 WHIRLPOOL 
81c1ddcf5f8218929bf67a31be9a141d0d1b4890bc6248704a54fa1c87357fb6e1c1131180ca7f4026d2f464a7fcac84d001ee7242356218c031bd07500f33d6
 DIST genpatches-3.10-92.experimental.tar.xz 60184 SHA256 
8028875798adecee5c5419ae58fef9f2c222c42b63b1bbb884a69a38b7e00a59 SHA512 
1727952b1c8c9e94bc84c1d4d02f3946a8aa99498016f3258399cb08f22fd0f69245240c2252934377de30c87f755df3af19b46e9500f6b0532bc1f64be44bfa
 WHIRLPOOL 
c3e539d142cf6559ffd2aec7b9ad87bf874f5936395d5895293065d0ed63176daeacf592d1e1820e6a2f5a09c8a00d04c88026bbdf11e01c8dce7d2e3455b2d9
 DIST genpatches-3.10-92.extras.tar.xz 17836 SHA256 
c0530ffe58e5b4f654224b09cde9af2b8aaa1d1644f18355c3c855b16847f2bd SHA512 
709263ecc2be794c7c2e6f314625d9cf4920e6b52348160191f2589bead14a28ac8c1ec812a1fd21d86fa77acde037e9be42b49c4833e04590efa6c634ce404c
 WHIRLPOOL 
0b3a830a1e304c39bafd28c25569051d8c3eaf79c0717aed2c4b824ab8a6a7faa284c464ee7b590ff25fb1df2f7571eea7e858827fc4cf85dda0c2216a345a23
+DIST genpatches-3.10-93.base.tar.xz 1266844 SHA256 
93de9b4e9a1856c4157cbcd2aa1ca35495bea6dfa7d0f65a7f4a3d1c29d9692b SHA512 
763160e4a27c9988332cb58d5744c58995f12f293b1a54c20901b1cfecbc090074430f3cefceb36231cfbf82ccf0c94ede1069de854ea2be4551dfcb63371957
 WHIRLPOOL 
2cd25964424d6df195fb797536b33c6a8e893dee7b9a8ac294902dba3bc5375ebf7cdab4f4404eb234793595c46625ddd2b2c35cc8865fa8a01dfe82ae84859e
+DIST genpatches-3.10-93.experimental.tar.xz 60176 SHA256 
b8e4734cbd4c6d66695ecbcd4a4fde144f3101cb200fd95ff926fc6fc3e470f9 SHA512 
9c099063b47726f922726084a60e0ea813f1f0ca3d4abc8ad64062ef2e5e9dd045856b31c110b8524ff44d693bb5e1fe48c87cb550f59933ef96b5042bea845e
 WHIRLPOOL 
3856ab3d1e85e917121e485e690bbcf3457d67f3d37585f510773a081ddb9a730a31a8bb9a1c6a35b0caac3ec2ff080ace78dea69ef9af68987024f4a064436d
+DIST genpatches-3.10-93.extras.tar.xz 17836 SHA256 
d879d631a860c5d88b8c796ee052036e53b9393f91762279a3e3a34dc86f285b SHA512 
bf11729b5af329b8f29834b56a14e582ef6ae270b3704ce3ef5b12c58e678471e3dd5f71205a1f5dcb9b425aef1cf1f63328f1468c3e06dea7b0206c864aa5d1
 WHIRLPOOL 
3d961cee4a5d2e1e4d51e815d8272afbcf9981bdd74d1806889c5eb4416596c469fd65deab2bedaf8f5c991e44dbc5cc210f44d3bb7995652cd4115dce10cbfa
 DIST genpatches-3.12-42.base.tar.xz 1340680 SHA256 
167429c561b25408c0ff278b7a8a07b3670368cb3ef3d1dd00cb5649e6af4f5d SHA512 
b1e718ab1d08fb453a4bc87a99afff7508e31e1e94500dff90cb644c5504887f1b7edfdf6867ce3b1d558c5ecfa909997d99902d3ae01080a98503bebc3ab8b0
 WHIRLPOOL 
f92eda31b056007ba3861772ba1031d52d2b5d01d6979abf778340860679406126e05d562d5dd6c4e5897314e309946e759c203bd403c2a0dad0da77887aa3af
 DIST genpatches-3.12-42.experimental.tar.xz 46544 SHA256 
bbd415e45d263de4e0aec525267225bc1ff86e58a02c329b819080791325ae71 SHA512 
fd8cc4029568fa1fd1aa277445810a230dfb47b287dacd0454fa9ae852ab3e1d88ff6ad73ff6bcf4cb60af98edd0424af601604029953da762bbafa328801bde
 WHIRLPOOL 
94b118c734f5b3f51feb9e66fd9fa46db36670dee644a58bb9c74b46a077e1f57cf3b7bbc6c2cc1da6f7d76e051cb2f9936ef624a41ca06036a5d5a4a9213822
 DIST genpatches-3.12-42.extras.tar.xz 18232 SHA256 
338ed3d02df7cb8fa3dcda8c57650d2f7fed78a9df6db09fc1f9f251d99d53b6 SHA512 
4b00f9c2d64c3ddfe189b2964678ad03c27da7e85182b68281f93052a90a871119a1ad08b059c947e7178df5343851176ac5d6cf6df7e94ad3c4f14e64617a45
 WHIRLPOOL 
6fae32b81f6e6535e84cf8d9081b0f3a23b1fcd85359e852ab43524386c34b7518d9b68401d8f93b8063839ed5d909888f17089636f4415bd7cf0c1a4a69708d
 DIST genpatches-3.12-43.base.tar.xz 1364580 SHA256 
2d83b0b0ed5946542676467d99d9d0f0879c8da9ab16a9b602548bc3fa9b5fbd SHA512 

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

2015-09-16 Thread Alexis Ballier
commit: 9fb976dcf532d61b94cec7567f1331ab6d976723
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 17:04:14 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 17:04:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb976dc

sci-libs/ViSP: trailing whitespace.

Package-Manager: portage-2.2.20.1

 sci-libs/ViSP/ViSP-2.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild 
b/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
index 6323a7d..20247c4 100644
--- a/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
+++ b/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
@@ -51,7 +51,7 @@ REQUIRED_USE="
qt4? ( coin )
motif? ( coin )
 "
-PATCHES=( 
+PATCHES=(
"${FILESDIR}/opencv.patch"
"${FILESDIR}/opencv3.patch"
"${FILESDIR}/ffmpeg.patch"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ViSP/, sci-libs/ViSP/files/

2015-09-16 Thread Alexis Ballier
commit: 8690eea5b131b4af5d7fd10b82185259b71fd642
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 16 17:03:18 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 16 17:04:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8690eea5

sci-libs/ViSP: fix build with ffmpeg git master.

Package-Manager: portage-2.2.20.1

 sci-libs/ViSP/ViSP-2.10.0-r1.ebuild |  6 ++-
 sci-libs/ViSP/files/ffmpeg.patch| 78 +
 2 files changed, 83 insertions(+), 1 deletion(-)

diff --git a/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild 
b/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
index 2b3aab4..6323a7d 100644
--- a/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
+++ b/sci-libs/ViSP/ViSP-2.10.0-r1.ebuild
@@ -51,7 +51,11 @@ REQUIRED_USE="
qt4? ( coin )
motif? ( coin )
 "
-PATCHES=( "${FILESDIR}/opencv.patch" "${FILESDIR}/opencv3.patch" )
+PATCHES=( 
+   "${FILESDIR}/opencv.patch"
+   "${FILESDIR}/opencv3.patch"
+   "${FILESDIR}/ffmpeg.patch"
+)
 
 src_configure() {
local mycmakeargs=(

diff --git a/sci-libs/ViSP/files/ffmpeg.patch b/sci-libs/ViSP/files/ffmpeg.patch
new file mode 100644
index 000..5c81d05
--- /dev/null
+++ b/sci-libs/ViSP/files/ffmpeg.patch
@@ -0,0 +1,78 @@
+Index: ViSP-2.10.0/src/video/vpFFMPEG.cpp
+===
+--- ViSP-2.10.0.orig/src/video/vpFFMPEG.cpp
 ViSP-2.10.0/src/video/vpFFMPEG.cpp
+@@ -184,7 +184,7 @@ bool vpFFMPEG::openStream(const char *fi
+   if (pFrameRGB == NULL)
+ return false;
+   
+-  numBytes = avpicture_get_size 
(PIX_FMT_RGB24,pCodecCtx->width,pCodecCtx->height);
++  numBytes = avpicture_get_size 
(AV_PIX_FMT_RGB24,pCodecCtx->width,pCodecCtx->height);
+ }
+ 
+ else if (color_type == vpFFMPEG::GRAY_SCALED)
+@@ -198,7 +198,7 @@ bool vpFFMPEG::openStream(const char *fi
+   if (pFrameGRAY == NULL)
+ return false;
+   
+-  numBytes = avpicture_get_size 
(PIX_FMT_GRAY8,pCodecCtx->width,pCodecCtx->height);
++  numBytes = avpicture_get_size 
(AV_PIX_FMT_GRAY8,pCodecCtx->width,pCodecCtx->height);
+ }  
+ 
+ /*
+@@ -215,10 +215,10 @@ bool vpFFMPEG::openStream(const char *fi
+   }
+   
+   if (color_type == vpFFMPEG::COLORED)
+-avpicture_fill((AVPicture *)pFrameRGB, buffer, PIX_FMT_RGB24, 
pCodecCtx->width, pCodecCtx->height);
++avpicture_fill((AVPicture *)pFrameRGB, buffer, AV_PIX_FMT_RGB24, 
pCodecCtx->width, pCodecCtx->height);
+   
+   else if (color_type == vpFFMPEG::GRAY_SCALED)
+-avpicture_fill((AVPicture *)pFrameGRAY, buffer, PIX_FMT_GRAY8, 
pCodecCtx->width, pCodecCtx->height);
++avpicture_fill((AVPicture *)pFrameGRAY, buffer, AV_PIX_FMT_GRAY8, 
pCodecCtx->width, pCodecCtx->height);
+   
+   streamWasOpen = true;
+ 
+@@ -235,10 +235,10 @@ bool vpFFMPEG::openStream(const char *fi
+ bool vpFFMPEG::initStream()
+ {
+   if (color_type == vpFFMPEG::COLORED)
+-img_convert_ctx= sws_getContext(pCodecCtx->width, pCodecCtx->height, 
pCodecCtx->pix_fmt, pCodecCtx->width,pCodecCtx->height,PIX_FMT_RGB24, 
SWS_BICUBIC, NULL, NULL, NULL);
++img_convert_ctx= sws_getContext(pCodecCtx->width, pCodecCtx->height, 
pCodecCtx->pix_fmt, pCodecCtx->width,pCodecCtx->height,AV_PIX_FMT_RGB24, 
SWS_BICUBIC, NULL, NULL, NULL);
+   
+   else if (color_type == vpFFMPEG::GRAY_SCALED)
+-img_convert_ctx= sws_getContext(pCodecCtx->width, pCodecCtx->height, 
pCodecCtx->pix_fmt, pCodecCtx->width,pCodecCtx->height,PIX_FMT_GRAY8, 
SWS_BICUBIC, NULL, NULL, NULL);
++img_convert_ctx= sws_getContext(pCodecCtx->width, pCodecCtx->height, 
pCodecCtx->pix_fmt, pCodecCtx->width,pCodecCtx->height,AV_PIX_FMT_GRAY8, 
SWS_BICUBIC, NULL, NULL, NULL);
+ 
+   int ret = av_seek_frame(pFormatCtx, (int)videoStream, 0, AVSEEK_FLAG_ANY) ;
+   if (ret < 0 )
+@@ -707,7 +707,7 @@ bool vpFFMPEG::openEncoder(const char *f
+   pCodecCtx->time_base.den = framerate_encoder;
+   pCodecCtx->gop_size = 10; /* emit one intra frame every ten frames */
+   pCodecCtx->max_b_frames=1;
+-  pCodecCtx->pix_fmt = PIX_FMT_YUV420P;
++  pCodecCtx->pix_fmt = AV_PIX_FMT_YUV420P;
+ 
+   /* open it */
+ #if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(53,35,0) // libavcodec 53.35.0
+@@ -730,15 +730,15 @@ bool vpFFMPEG::openEncoder(const char *f
+   outbuf_size = 10;
+   outbuf = new uint8_t[outbuf_size];
+ 
+-  numBytes = avpicture_get_size 
(PIX_FMT_YUV420P,pCodecCtx->width,pCodecCtx->height);
++  numBytes = avpicture_get_size 
(AV_PIX_FMT_YUV420P,pCodecCtx->width,pCodecCtx->height);
+   picture_buf = new uint8_t[numBytes];
+-  avpicture_fill((AVPicture *)pFrame, picture_buf, PIX_FMT_YUV420P, 
pCodecCtx->width, pCodecCtx->height);
++  avpicture_fill((AVPicture *)pFrame, picture_buf, AV_PIX_FMT_YUV420P, 
pCodecCtx->width, pCodecCtx->height);
+ 
+-  numBytes = avpicture_get_size 
(PIX_FMT_RGB24,pCodecCtx->width,pCodecCtx->height);
++  numBytes = avpicture_get_size 

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

2015-09-16 Thread Mike Frysinger
commit: 037ea12f0c3a994739c5300049cbba6ca2449271
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Sep 16 16:56:46 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Sep 16 17:00:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037ea12f

app-emulation/qemu: switch USE=tls to USE=gnutls #560574

Upstream no longer has dedicated configuration options for tls settings.
Instead, it's all run through the gnutls feature test.

We require newer versions of gnutls because supporting older ones gets a
bit messy -- qemu might leverage libgcrypt or nettle depending on how the
gnutls package was built.  By forcing the latest version, we can simplify
and only require nettle.  This isn't a big deal as it's already stable.

 app-emulation/qemu/qemu-.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index a54f339..c241633 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -29,11 +29,11 @@ HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org;
 LICENSE="GPL-2 LGPL-2 BSD-2"
 SLOT="0"
 IUSE="accessibility +aio alsa bluetooth +caps +curl debug +fdt glusterfs \
-gtk gtk2 infiniband iscsi +jpeg \
+gnutls gtk gtk2 infiniband iscsi +jpeg \
 kernel_linux kernel_FreeBSD lzo ncurses nfs nls numa opengl +pin-upstream-blobs
 +png pulseaudio python \
 rbd sasl +seccomp sdl sdl2 selinux smartcard snappy spice ssh static 
static-softmmu
-static-user systemtap tci test +threads tls usb usbredir +uuid vde +vhost-net \
+static-user systemtap tci test +threads usb usbredir +uuid vde +vhost-net \
 virtfs +vnc vte xattr xen xfs"
 
 COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
@@ -65,6 +65,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 # The attr lib isn't always linked in (although the USE flag is always
 # respected).  This is because qemu supports using the C library's API
 # when available rather than always using the extranl library.
+#
+# Older versions of gnutls are supported, but it's simpler to just require
+# the latest versions.  This is also why we require nettle.
 COMMON_LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
sys-libs/zlib[static-libs(+)]
xattr? ( sys-apps/attr[static-libs(+)] )"
@@ -78,6 +81,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
curl? ( >=net-misc/curl-7.15.4[static-libs(+)] )
fdt? ( >=sys-apps/dtc-1.4.0[static-libs(+)] )
glusterfs? ( >=sys-cluster/glusterfs-3.4.0[static-libs(+)] )
+   gnutls? (
+   dev-libs/nettle[static-libs(+)]
+   >=net-libs/gnutls-3.0[static-libs(+)]
+   )
gtk? (
gtk2? (
x11-libs/gtk+:2
@@ -123,7 +130,6 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
>=app-emulation/spice-0.12.0[static-libs(+)]
)
ssh? ( >=net-libs/libssh2-1.2.8[static-libs(+)] )
-   tls? ( net-libs/gnutls[static-libs(+)] )
usb? ( >=virtual/libusb-1-r2[static-libs(+)] )
usbredir? ( >=sys-apps/usbredir-0.6[static-libs(+)] )
uuid? ( >=sys-apps/util-linux-2.16.0[static-libs(+)] )
@@ -363,6 +369,7 @@ qemu_src_configure() {
$(conf_softmmu curl)
$(conf_softmmu fdt)
$(conf_softmmu glusterfs)
+   $(conf_softmmu gnutls)
$(conf_softmmu gtk)
$(conf_softmmu infiniband rdma)
$(conf_softmmu iscsi libiscsi)
@@ -382,7 +389,6 @@ qemu_src_configure() {
$(conf_softmmu snappy)
$(conf_softmmu spice)
$(conf_softmmu ssh libssh2)
-   $(conf_softmmu tls vnc-tls)
$(conf_softmmu usb libusb)
$(conf_softmmu usbredir usb-redir)
$(conf_softmmu uuid)



[gentoo-commits] dev/mrueg:master commit in: dev-python/pyspotify/

2015-09-16 Thread Manuel Rüger
commit: 27c06893cafda533dbb6ef21fc507024d37664a0
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 16 17:09:22 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 16 17:09:22 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=27c06893

dev-python/pyspotify: Version bump. Remove old

Package-Manager: portage-2.2.20.1

 dev-python/pyspotify/Manifest   | 2 +-
 dev-python/pyspotify/{pyspotify-2.0.3.ebuild => pyspotify-2.0.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyspotify/Manifest b/dev-python/pyspotify/Manifest
index 36bd97b..3ab5d3d 100644
--- a/dev-python/pyspotify/Manifest
+++ b/dev-python/pyspotify/Manifest
@@ -1 +1 @@
-DIST pyspotify-2.0.3.tar.gz 148798 SHA256 
e7facec737b450ae3e9157c20cadff0d8f0cca44fe413e4b0c90430c007de719 SHA512 
02a13e3e2d56c1941a10be4027c93fcb4cc3e13fab60b73df216008b7876f6fa0748e2b1fe99ba017430ca13040be55a0611b1bbab7e0b8c858ee285c00993c6
 WHIRLPOOL 
722a6c2d8685cf74ac33b6aefd2c3c2fb49b57e0a91f3be37f6a2c5d188e9afe9f6894dc759d87c6cc794dac43e5912c8b9c830835ec1de7442d93449731e119
+DIST pyspotify-2.0.4.tar.gz 149096 SHA256 
c34f398f07c9613378b162cb0e59709ba495b6bb41affa4bb05dba394936a38f SHA512 
adb72c039b2edfa17e8eae0a1d6f890dd484458fc08f7e48ce9c5c71ac0906b1c15cf5c69836864c13a6b419b8f20cdc7a56640801b453f0cc1b6dd31e9cc8b7
 WHIRLPOOL 
71905f6159b0e26ea7d9554f389b459efd71d81d789e99645295a6e52464053cc1e7370140225f098f3d49d3eadc7c94806754151538c384fdd41c8d366e4ed2

diff --git a/dev-python/pyspotify/pyspotify-2.0.3.ebuild 
b/dev-python/pyspotify/pyspotify-2.0.4.ebuild
similarity index 100%
rename from dev-python/pyspotify/pyspotify-2.0.3.ebuild
rename to dev-python/pyspotify/pyspotify-2.0.4.ebuild



[gentoo-commits] dev/mrueg:master commit in: media-sound/mopidy/

2015-09-16 Thread Manuel Rüger
commit: b896abce80b8c1ba883cd378966fe52e87e1a421
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 16 17:07:37 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 16 17:07:37 2015 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b896abce

media-sound/mopidy: Version bump. Remove old

Package-Manager: portage-2.2.20.1

 media-sound/mopidy/Manifest | 2 +-
 media-sound/mopidy/{mopidy-1.1.0.ebuild => mopidy-1.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
index 65a7cca..1f75860 100644
--- a/media-sound/mopidy/Manifest
+++ b/media-sound/mopidy/Manifest
@@ -1 +1 @@
-DIST Mopidy-1.1.0.tar.gz 2066425 SHA256 
062ec9df8c5bc641b4f3f36ba0ef0da26d88f10511b99acd62dea040c8fb1f37 SHA512 
a8313b55a869b808125da1f6d1259c3a28f5f17ca0dc1fe23f95ad10ef13aaeb135537733524fa7e269c72d40c718e38f1064ff799f6bd490aaef3ffccd1fd92
 WHIRLPOOL 
c11647418f1bbc0969edb1c0dd276b2d5b073e69536a4b30646cada9400fe030bb6a84e6bcee6737cd24e8d6432b4289a0e48dc6b081ae50db90d7fc7c3ec532
+DIST Mopidy-1.1.1.tar.gz 2062114 SHA256 
823e1ba8781a107c69e8c1cd8fad9be81dc003c946e9d54fe41cadaad3a0e78e SHA512 
31b2665529dba987cd6fbbc66da10bc2937e99c42f049b05c398ce582b24c71d2daf75b62453f9947869393af659597004aa8820376401f6e9099e7dcbad09f0
 WHIRLPOOL 
480dcb782a119b718513cf397a405fa585be292db6487e47c36e3be4fda4a5aa8e10a377193b4515df539b29de5a2df9e7421a0ccbbb240b9ea07c4c8343038c

diff --git a/media-sound/mopidy/mopidy-1.1.0.ebuild 
b/media-sound/mopidy/mopidy-1.1.1.ebuild
similarity index 100%
rename from media-sound/mopidy/mopidy-1.1.0.ebuild
rename to media-sound/mopidy/mopidy-1.1.1.ebuild



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

2015-09-16 Thread Christoph Mende
commit: 979aac01574e1e9a9b554ebef7a8631b6c4c7239
Author: Christoph Mende  gentoo  org>
AuthorDate: Wed Sep 16 16:39:22 2015 +
Commit: Christoph Mende  gentoo  org>
CommitDate: Wed Sep 16 16:39:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979aac01

media-sound/mpdas: version bump to 0.4.0

Package-Manager: portage-2.2.20.1

 media-sound/mpdas/Manifest   |  1 +
 media-sound/mpdas/mpdas-0.4.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 2830db0..156c32f 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,3 +1,4 @@
 DIST mpdas-0.3.0.tar.bz2 19219 SHA256 
f6542196fa8dfba7cdcc07a95b8df71d03b40a436ea76bcc999f13185d262573 SHA512 
782cae5d8a0707656397edd15a299b250129bc2e5e788a5788d06c7d034e56edc105e5ee6669b7bbecb00bd840fd426cf84c0f41502afd50d645cf7b4504784c
 WHIRLPOOL 
083328bff77e935d30f1c97ca55d4081147707a4051ccf6649eb8166dc7a2db291dd36a5f5f0df6a583e542cec54a01a28dfedc04215cf825568960007d76cdb
 DIST mpdas-0.3.1.tar.bz2 13472 SHA256 
eaf01afbeac02e6a2023fd05be81042eee94b30abd82667f2220b06955f52ab9 SHA512 
26f1e91f6787cd937550e48c04f97a326145ef5b5ac017da86089cc18150f6123e4e233f1936e67240f0125dab0526a86855f2d990b07131c7c52649e2cfe939
 WHIRLPOOL 
7ff0cce030e5dbb8b792d2a2481051aa5ff376cd8f6b3cd3e75eae82181d1a8c0cd53f17ce5207f74ae9abf324d4e0a989603e5f4c2055783f985bfcd160924d
 DIST mpdas-0.3.2.tar.gz 14143 SHA256 
145f85b29f7bd0b1b83d85c887fcf233ff463b31abb4767e7e289e1f9e7abb62 SHA512 
b7bc6a78d9a531684a0b59d6e5b6b9701948d10650f567bfebd7eb408d4f22b8c5aed4ddd9b08968aca828ae59b22404bb19c552fc25cf50cdf8adbd7cd1
 WHIRLPOOL 
c3e7de844bc0ed06a9ef89bbe5b02f076cfb13883196811640f9d346fe31c4dc86567c032ce738df155858ae6254b37044abab703373eb5daa510939d86c8abf
+DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae

diff --git a/media-sound/mpdas/mpdas-0.4.0.ebuild 
b/media-sound/mpdas/mpdas-0.4.0.ebuild
new file mode 100644
index 000..cc68699
--- /dev/null
+++ b/media-sound/mpdas/mpdas-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="An AudioScrobbler client for MPD written in C++"
+HOMEPAGE="http://50hz.ws/mpdas/;
+SRC_URI="http://50hz.ws/${PN}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libmpd
+   net-misc/curl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_compile() {
+   tc-export CXX
+   emake CONFIG="/etc"
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   newinitd "${FILESDIR}/${PN}.init" ${PN}
+   dodoc mpdasrc.example README
+}
+
+pkg_postinst() {
+   elog "For further configuration help consult the README in"
+   elog "${EPREFIX}/usr/share/doc/${PF}"
+}



  1   2   >