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

2016-09-18 Thread Slawek Lis
commit: 4c2d33ae9fbac8fae78be754ea329981051b395d
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Sep 19 05:45:53 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Sep 19 05:46:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2d33ae

media-libs/assimp: version bump to 3.3.1

Reported in bug 594124. Removes boost use flag, drops findassimp.patch

Reported-by: Robin Kauffman  creosotehill.org>

Package-Manager: portage-2.3.0

 media-libs/assimp/Manifest|  1 +
 media-libs/assimp/assimp-3.3.1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/assimp/Manifest b/media-libs/assimp/Manifest
index 1d283e7..32ab005 100644
--- a/media-libs/assimp/Manifest
+++ b/media-libs/assimp/Manifest
@@ -1,3 +1,4 @@
 DIST assimp--3.0.1270-source-only.zip 4042147 SHA256 
ac29beb596db97df57451a5503afaf2d8b4366522842a6914da89644927a1423 SHA512 
0c23e4eafbd2ff5eb6371b9a3b83ea2b0ef65110f6091a4e63e28b83a6dd1939f1f03607ad002cb5e9a632b821f65d1cc78b63d7792f45ed186071ef0a7ab820
 WHIRLPOOL 
9f32ea8b3c54ca7efd4a1c57300571bedb7f527bf630aa7203636c297acc53e6fbebf482069e76e833a1eb6317fa313c3d78ad4e6a68db4dd82a466b136f8d38
 DIST assimp-3.1.1.zip 32869052 SHA256 
3b8d16eaf6c4b26479295f4f7436388bee1e42e8c0b11f6f695b7194985eb00e SHA512 
c466d312c0db53fa31b5d1e9b0f65e547a82fb28b1df0a6a96f0dcd876b636a6883d9d705d325193acc58910272b5f158ba37d824ecad29eccf7cf5731697527
 WHIRLPOOL 
238a79a7e2c7ce799dc89394043962456af06eb8b6ed105893512cb751919287c70c88030b03832ba2f3e6ea54d82db4e8d6009629bb7ed3f3e5e6df78bbd6c6
 DIST assimp-3.2.tar.gz 33756081 SHA256 
187f825c563e84b1b17527a4da0351aa3d575dfd696a9d204ae4bb19ee7df94a SHA512 
d9c4b1efc319990726605664ef38fda49d23a8f169261dda007d912015f404737b2c2a8306bffb837827e4a62d5fb362dae384b85b865450a5622325fe13ad7a
 WHIRLPOOL 
1a1cb97356a63f1183a6cc838cccabda1ffa5d89265f94fb231df24be2cadffbdeb72763826000b80d513e2003d81aca6d20aae7bce09428194ef45f6888
+DIST assimp-3.3.1.tar.gz 36428380 SHA256 
d385c3f90876241343f09e45f4e5033a6a05861b971c63d1f6d512371ffdc7bf SHA512 
660a720f1698e12e6505a554638b15108dfe94f081eb61c675bba9ae979fd80fe8552f6c4c366ff391be6cb34e799c5cf000f621f064105a161caedc82dd934a
 WHIRLPOOL 
9aba3cc73641ae130c0d3522b32c1bd5afd16eb9b599c1dff8cc1bcb71952b109420eeb7bc3474fc21bbedf79ed58e14743983d6bee01c4e3e5305d447bb9316

diff --git a/media-libs/assimp/assimp-3.3.1.ebuild 
b/media-libs/assimp/assimp-3.3.1.ebuild
new file mode 100644
index ..02d5f95
--- /dev/null
+++ b/media-libs/assimp/assimp-3.3.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils versionator multilib
+
+DESCRIPTION="Importer library to import assets from 3D files"
+HOMEPAGE="https://github.com/assimp/assimp;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="samples static test tools"
+SLOT="0"
+
+RDEPEND="
+   dev-libs/boost
+   samples? ( x11-libs/libX11 virtual/opengl media-libs/freeglut )
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}
+   test? ( dev-cpp/gtest )
+"
+
+src_configure() {
+   mycmakeargs=(
+   -DASSIMP_BUILD_SAMPLES=$(usex samples) \
+   -DASSIMP_BUILD_ASSIMP_TOOLS=$(usex tools) \
+   -DASSIMP_BUILD_STATIC_LIB=$(usex static) \
+   -DASSIMP_BUILD_TESTS=$(usex test)
+   -DCMAKE_DEBUG_POSTFIX=""
+   -DASSIMP_LIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   insinto /usr/share/cmake/Modules
+   doins cmake-modules/Findassimp.cmake
+}
+
+src_test() {
+   "${BUILD_DIR}/test/unit" || die
+}



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

2016-09-18 Thread Hans de Graaff
commit: f29087fe02238f528247aa3b16239227891314d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 19 05:25:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 19 05:25:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29087fe

dev-ruby/pusher-client: add 0.6.2

Package-Manager: portage-2.2.28

 dev-ruby/pusher-client/pusher-client-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/pusher-client/pusher-client-0.6.2.ebuild 
b/dev-ruby/pusher-client/pusher-client-0.6.2.ebuild
index ad1eb24..923d90b 100644
--- a/dev-ruby/pusher-client/pusher-client-0.6.2.ebuild
+++ b/dev-ruby/pusher-client/pusher-client-0.6.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 
@@ -19,7 +19,7 @@ IUSE=""
 
 ruby_add_rdepend "
>=dev-ruby/websocket-1:0
-   dev-ruby/json
+   dev-ruby/json:*
 "
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/

2016-09-18 Thread Richard Farina
commit: 7d44265733a0e03ee9fb199675141b4355e8c4a9
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Sep 19 03:46:54 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Sep 19 03:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d442657

app-misc/no-more-secrets: advanced decryption, capable of decrypting anything 
piped to it

Package-Manager: portage-2.3.0

 app-misc/no-more-secrets/metadata.xml  | 13 +++
 .../no-more-secrets/no-more-secrets-.ebuild| 41 ++
 2 files changed, 54 insertions(+)

diff --git a/app-misc/no-more-secrets/metadata.xml 
b/app-misc/no-more-secrets/metadata.xml
new file mode 100644
index ..300fd92
--- /dev/null
+++ b/app-misc/no-more-secrets/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+zeroch...@gentoo.org
+Rick Farina
+  
+
+
+  
+ bartobri/no-more-secrets
+  
+

diff --git a/app-misc/no-more-secrets/no-more-secrets-.ebuild 
b/app-misc/no-more-secrets/no-more-secrets-.ebuild
new file mode 100644
index ..2ce72e0
--- /dev/null
+++ b/app-misc/no-more-secrets/no-more-secrets-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs
+
+#if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/bartobri/${PN}.git;
+   SRC_URI=""
+   inherit git-r3
+   KEYWORDS=""
+#else
+#  SRC_URI=""
+#  KEYWORDS=""
+#fi
+
+DESCRIPTION="recreate decrypting text from 1992 movie 'Sneakers'"
+HOMEPAGE="https://github.com/bartobri/no-more-secrets;
+
+LICENSE="GPL-3"
+SLOT=0
+
+DEPEND="sys-libs/ncurses:0="
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   sed -i 's#CC =#CC ?=#' Makefile
+   sed -i 's#prefix =#prefix ?=#' Makefile
+   sed -i 's#CFLAGS =#CFLAGS ?=#' Makefile
+}
+
+src_compile() {
+   CC=$(tc-getCC) CFLAGS=${CFLAGS} emake
+}
+
+src_install() {
+   prefix=/usr DESTDIR="${ED}" emake install
+}



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2016-09-18 Thread Brian Dolbec
commit: 28228aff898a97241568b5de9613a51a52712d99
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 03:26:30 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 03:26:30 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=28228aff

targets/support/chroot-functions.sh: Fix CHROOT partial breakage

Since commit:  d05808a7a8313a66a0be67e89867b4c3a1fe5ca0
Author: Rick Farina (Zero_Chaos)  gentoo.org> (Wed 09 Sep 2015 
09:32:27 AM PDT)
Subject: only set CHOST in make.conf if we are setting it via catalyst to 
override the profile

CHOST has not been consistently set via the arch/*.py files.  As a consequence, 
there has 
been some silent breakage causing intermittent issues as clst_CHOST was not 
always
present.  Another recent commit 5b3a6639649e2 also changes clst_CHOST to just 
CHOST,
but my testing revealed that this too was unset whne it was used in the 
set_gcc, set_binutils
functions.  The CHOST setting code in set_myfeatures was not run until after 
the gcc and 
binutils settings have been done.

These changes reverts commit 5b3a6639649e2 CHOST change and restores a
consistently set clst_CHOST.  This seetting will rely on the profile setting 
unless overriden by 
 spec file or arch.*.py settings for various subarches.

 targets/support/chroot-functions.sh | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/targets/support/chroot-functions.sh 
b/targets/support/chroot-functions.sh
index ed8da84..2f79492 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -17,6 +17,18 @@ trap "echo SIGKILL signal recieved killing $0 with pid 
$$;kill -9 $$" SIGKILL
 #  * kernel recognizes this and generates SIGINT signal
 trap "echo SIGINT signal recieved killing $0 with pid $$;kill -9 $$" SIGINT
 
+# test if CHOST was set on the python side
+if [[ -z "${clst_CHOST}" ]] ; then
+   # No, it wasn't
+   if [[ -z "${clst_chost}" ]] ; then
+   # No override was set, so grab CHOST from the profile
+   export clst_CHOST=$(portageq envvar CHOST)
+   else
+   # Set CHOST from the spec override
+   export clst_CHOST="${clst_chost}"
+   fi
+fi
+
 check_genkernel_version() {
local version parts=() major minor
 
@@ -146,7 +158,7 @@ setup_myemergeopts(){
 setup_binutils(){
if [ -x /usr/bin/binutils-config ]
then
-   my_binutils=$( cd /etc/env.d/binutils; ls ${CHOST}-* | head -n 
1 )
+   my_binutils=$( cd /etc/env.d/binutils; ls ${clst_CHOST}-* | 
head -n 1 )
if [ -z "${my_binutils}" ]
then
my_binutils=1
@@ -158,7 +170,7 @@ setup_binutils(){
 setup_gcc(){
if [ -x /usr/bin/gcc-config ]
then
-   my_gcc=$( cd /etc/env.d/gcc; ls ${CHOST}-* | head -n 1 )
+   my_gcc=$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* | head -n 1 )
if [ -z "${my_gcc}" ]
then
my_gcc=1



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2016-09-18 Thread Brian Dolbec
commit: 6b4f6861ad9847fe5c1be5c60167578f2404e11d
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 03:27:14 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 03:27:14 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6b4f6861

base/stagebase.py: Add 2 more debug logs for arch loading modules.

 catalyst/base/stagebase.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 904103f..68ccb79 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -74,6 +74,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
machinemap = {}
arch_dir = self.settings["archdir"] + "/"
for x in [x[:-3] for x in os.listdir(arch_dir) if 
x.endswith(".py") and x != "__init__.py"]:
+   log.debug("Begin loading arch modules...")
try:
fh=open(arch_dir + x + ".py")
# This next line loads the plugin as a module 
and assigns it to
@@ -94,6 +95,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
# the dir should load just fine. If it doesn't, 
it's probably a
# syntax error in the module
log.warning("Can't find/load %s.py plugin in 
%s", x, arch_dir)
+   log.debug("Loaded arch module: %s", self.archmap[x])
 
if "chost" in self.settings:
hostmachine = self.settings["chost"].split("-")[0]



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

2016-09-18 Thread Brian Dolbec
commit: 3314de57def0e4a89c784dadd272c1fbb5875558
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 02:56:07 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 03:09:56 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=3314de57

NEWS: Fix missed edit

Signed-off-by: Brian Dolbec  gentoo.org>

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index cbcb831..de4fb38 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 News (mainly features/major bug fixes)
 
-portage-2.3.0
+portage-2.3.1
 -
 * Support News-Item-Format 2.0
 * emerge: add --fuzzy-search and --search-similarity



[gentoo-commits] proj/portage: New tag: portage-2.3.1

2016-09-18 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 03:10:53 2016 +

New tag: portage-2.3.1




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

2016-09-18 Thread Brian Dolbec
commit: 363cb999f64619bf578c2d53426dbe4fed4dbeb9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 03:06:18 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 03:08:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363cb999

sys-apps/portage: Version bump

This release fixes bugs:  587198, 584626, 582624, 568934, 552814,
477727, 590514, 65566, 425554, 591760, 584328, 577372, 594284.

Package-Manager: portage-2.3.1

 sys-apps/portage/Manifest |   1 +
 sys-apps/portage/portage-2.3.1.ebuild | 363 ++
 2 files changed, 364 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 79c62fd..c4ee3a5 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -4,3 +4,4 @@ DIST portage-2.2.28.tar.bz2 969138 SHA256 
da8148a1a9275c87f535679e41b1bb3a1380ba
 DIST portage-2.2.8.tar.bz2 874672 SHA256 
c1074e01173df5384e003598dbc5f64f09e92f83fd26faab2f88f9f0bc64aa7e SHA512 
acc47d94ff8c08e5a7bf2d4c4e600863430dd1e7d0bb8b4254d6477a498933cae663db84debf9487d2243c2cba689629ef8e8b6cf108e10d40e89e8e8d7e1257
 WHIRLPOOL 
d54290ede8d3d85e5211cda7e86ed740178121ef2f47cf0858c27941d8679d29c11445befff962986d40a47ded50d0d4654de19e7d4aef3fdf2546655a0d6fe2
 DIST portage-2.3.0.tar.bz2 907500 SHA256 
1fbed03f78587c80f5afd36b57d7ac085ed5e5b2cc19fea63fc8a43a477e4067 SHA512 
85d15a234e446677dc3458de8dacaa0d91164b190c59f8002ff98dc27a9ad699cba6c4f871ac785ba6116ed53f1f3530ec3ed662ce7f4b3e8c49380b4b206074
 WHIRLPOOL 
979a7fc61a65dca790a077d4839fbbb22fc8ef31ccbe534b12b87c699a25a1930586dd6ddfb9013d57a71c03ed8d976612ea15e9dc3541aff0b67e3d604a5be2
 DIST portage-2.3.0_rc1.tar.bz2 910204 SHA256 
52cf0837975c4b2a8e1d3d18e3334a735b14e4ebdbdca8992548b86c1d5bebd1 SHA512 
d7a5ce8800668606a2e3549621686bb8bb30bd2f5d7a57b106efc1c58d34b95cef4605f5067824db0beb6f870c9e81cb3fdb5c074e9e64bef40a9df6f524ad13
 WHIRLPOOL 
c4c86fe20606e93ecf4d125f436077ec4d15cb453c98e83894a8383f1654a9b294107c9c04bb3019f66a643ff42c333060319d59dda47c323e9711723c3b9cfe
+DIST portage-2.3.1.tar.bz2 918411 SHA256 
a3c5ee98791c579687ad5ec6a7882a6b6a486a54c14d1bc73ccc9a79b4a507e9 SHA512 
75a713cfa077ac271ad7fad0a48bbc923beedd2ec47000602576297fabae2de47ee69e7e6d52e02c87f9ba5d9e5b27c10fa9be7b308f72c6dcc8e7f6c321f2c6
 WHIRLPOOL 
4ee7942d73e8e5b977d0260b568d31d0b49387787f7ffa2e77d4ec49e00b3e67c54506840be463cb5a6da070683013192f46bb47df1df1a328457de1796d05c0

diff --git a/sys-apps/portage/portage-2.3.1.ebuild 
b/sys-apps/portage/portage-2.3.1.ebuild
new file mode 100644
index ..ba8f996
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.1.ebuild
@@ -0,0 +1,363 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_3 python3_4 python3_5
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+)'
+
+inherit distutils-r1 multilib
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+SLOT="0"
+IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
+   python2_7 pypy)
+   ) )
+   !https://dev.gentoo.org/~dolsen/releases/portage;
+
+prefix_src_archives() {
+   local x y
+   for x in ${@}; do
+   for y in ${SRC_ARCHIVES}; do
+   echo ${y}/${x}
+   done
+   done
+}
+

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

2016-09-18 Thread Zac Medico
commit: bbd55bc1b7769fb15f300a6b7c977ee5e8a30f39
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 03:02:30 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 03:02:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd55bc1

dev-python/aiohttp: version bump to 1.0.1 (bug 594166)

Package-Manager: portage-2.3.0

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.0.1.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index a92b1ad..d5a4141 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -2,3 +2,4 @@ DIST aiohttp-0.21.5.tar.gz 529005 SHA256 
bac5c883721e0818e405597d2778f08a38cc097
 DIST aiohttp-0.22.2.tar.gz 475062 SHA256 
30b588573c88942dac7438509731e197d74552060547b79cf6ace8564ee4b277 SHA512 
405a706e112500110d89cfaed7bd1696a8af391bcfcacd47649d098f5216d74427b8b8628e5402e137eb599628170d03c58877742fa427d450d80c7cd66abf96
 WHIRLPOOL 
4f98e513387995ed2ece5377e4be3648d831ccecdce0bd86a5d800437cf681dd9b6fdc1a4b23be389bef154e87c8c5b668e378cebf3d0a45936329e000742e84
 DIST aiohttp-0.22.4.tar.gz 475257 SHA256 
167ec7373a3319419834e6c61846b7267c5fc6748b9dd2504b7e9378b55afcdd SHA512 
04efa2b714c0c310b24b092af8d5c7e766ccfbc888f969b2d2f99ac57a478056f2aa793f319783b8c12605bbee8c5ba283bb8b10fd34497a583b886e8aa1
 WHIRLPOOL 
d827932ccfb19290ae1f6f1b3551da29c255640f309d1e776723e825e0a7580b830b0bd836e9c33ce3859d5e21955211f1d2e6830cff89e1cf9df8082a04b8af
 DIST aiohttp-0.22.5.tar.gz 475312 SHA256 
9c51af030c866f91e18a219614e39d345db4483ed9860389d0536d74d04b0d3b SHA512 
919818445590b386b40edd05e8a58fac0b1b2993fe82faf95e10b53b5c0b3b464e92ea2484bc1929cb737351f3629b77a4ff67788248e19d69eb638bbf44a5e3
 WHIRLPOOL 
45e2c0fc3aab759ac1e95bc25d1983aa1c874c07595af7cb48af0e4e43b01fbe69a56c22216d0c4ba13da53c5e0172e95916e0c87bb0bb7a7630c8d631aa0152
+DIST aiohttp-1.0.1.tar.gz 498972 SHA256 
f5133431d66ef8838f40d233b0fc9e4b9e69616560cbedb89317d551dcc42e41 SHA512 
3744186d259563d21e5a7a3c5969f24178a442b1482a98d1d45e132dc4d889c55b9ff3da4394acbcca2dc9c7c78b7eb857cb2467c0faec54e11832db909760f6
 WHIRLPOOL 
cbc31efafa28e17375fc795a053878ddc6978c36926e4ce250bb06ae39f332ed1f2e4ec255a19e334bc994cd5707c2ac1ade48c4089546e432c16b8527374daf

diff --git a/dev-python/aiohttp/aiohttp-1.0.1.ebuild 
b/dev-python/aiohttp/aiohttp-1.0.1.ebuild
new file mode 100644
index ..17bce77
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.0.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/aiodns[${PYTHON_USEDEP}]
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-newsfeed[${PYTHON_USEDEP}]
+   dev-python/sphinxcontrib-spelling[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${CDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="$(pwd):${PYTHONPATH}" ${PYTHON} -m pytest tests/ || die 
"Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   use examples && local EXAMPLES=( examples/. )
+
+   distutils-r1_python_install_all
+}



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

2016-09-18 Thread Manuel Rüger
commit: 2fa83a83a2d0441c6dafd8bf78187007119cd64e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 02:29:02 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 02:29:02 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2fa83a83

dev-python/pytest-mock: In tree

 dev-python/pytest-mock/Manifest   |  1 -
 dev-python/pytest-mock/metadata.xml   |  8 
 dev-python/pytest-mock/pytest-mock-1.2.ebuild | 21 -
 3 files changed, 30 deletions(-)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
deleted file mode 100644
index 42731d1..000
--- a/dev-python/pytest-mock/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-mock-1.2.zip 19461 SHA256 
f78971ed376fcb265255d1e4bb313731b3a1be92d7f3ecb19ea7fedc4a56fd0f SHA512 
9b87c72e9895a16d4829229a070ba2b8143be894dfbc804b1e882eb2cc5843d8da9db258b5a2b9f8ae6738d9d612dbf1bec16790c5f99c27d9f7554cb676f852
 WHIRLPOOL 
470832b4df4a9392b0cfcbba96b2a52379d7111af0236f5dbe4e22f4e303da248bf2f936b3b66ae0ff3a197f3c87b0419c54c115fe5c6543e255f11666d3031d

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

diff --git a/dev-python/pytest-mock/pytest-mock-1.2.ebuild 
b/dev-python/pytest-mock/pytest-mock-1.2.ebuild
deleted file mode 100644
index 4b5c8f5..000
--- a/dev-python/pytest-mock/pytest-mock-1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Thin-wrapper around the mock package for easier use with py.test"
-HOMEPAGE="https://github.com/pytest-dev/pytest-mock;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="app-arch/unzip
-   test? ( ${RDEPEND} )"



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

2016-09-18 Thread Manuel Rüger
commit: 61363f710fa710d6bb46e8b7e22b9d9ce9b7727a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 02:27:31 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 02:27:31 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=61363f71

media-sound/mopidy: Version bump, remove old

Package-Manager: portage-2.3.0

 media-sound/mopidy/Manifest | 2 +-
 media-sound/mopidy/{mopidy-2.0.0.ebuild => mopidy-2.0.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
index 6ad6748..6fbb868 100644
--- a/media-sound/mopidy/Manifest
+++ b/media-sound/mopidy/Manifest
@@ -1,2 +1,2 @@
 DIST Mopidy-1.1.2.tar.gz 2256481 SHA256 
474089ee563ff1fe96e5bcad37a731dd3207cbf0fdea952d5b805f464a2b0bc8 SHA512 
1795104465e2e8ec46815d1e129f477f59f4d29d62c8a9fd501ccb65a2574dcdefffbec93dcacbf55cc5c9c39ef774e0f69d3fb0d1b9b1f67012816537f2a573
 WHIRLPOOL 
8b8498728e48073ad6613219ea1396e00374cbd6824dc8a5ee936e52da4c6911d5b7397ccfcf0f2f6a4c0fb4fa903666a2844f6fa1486f522da3f8bd47761e6b
-DIST Mopidy-2.0.0.tar.gz 2268847 SHA256 
14a04c249f83d42f2012b580f3a05853f56320f1bb68ac91c4068b64c81a9265 SHA512 
7723b0c2f88e5694ef62913992ee058ae53cc9d5bab4134527789a1619e70a51aedfa8858ae925db9f4669f2111643e5653ff3f2ef8556ca8fa1265088389467
 WHIRLPOOL 
08c85e3a10d21f7aec1c24923128af4d84689871458b892e8f5d014a552351b47b29e951ecc7281eaa0e6419afff150606abb38491c412dc291356216bcaf96d
+DIST Mopidy-2.0.1.tar.gz 2270122 SHA256 
af3129d8b7e45c8a2af34f2b50592f64c00aaa0400ef6e6c742b6587ea9bdf67 SHA512 
560a72c3845de6ecb45857690d22d5cccd97e26067d116ba82f26ae1b7c3cd1ad80318256084c586054f5eed0151d53792f499706612572cae7fe7f334ef1a05
 WHIRLPOOL 
0dda0bfb36408984834c815428fb1c4f862b30ab5bb9ead45106b2a9957318438f8eba73a15e3d2cb9c484cc1d0fabeccea05422e1d9a22e1942369322a57ece

diff --git a/media-sound/mopidy/mopidy-2.0.0.ebuild 
b/media-sound/mopidy/mopidy-2.0.1.ebuild
similarity index 97%
rename from media-sound/mopidy/mopidy-2.0.0.ebuild
rename to media-sound/mopidy/mopidy-2.0.1.ebuild
index 4049dff..b90bd6c 100644
--- a/media-sound/mopidy/mopidy-2.0.0.ebuild
+++ b/media-sound/mopidy/mopidy-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-09-18 Thread Zac Medico
commit: 0bc7a83a0ae13eaf4ccf5622a3e9d6c11fc050ba
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 02:23:24 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 02:24:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc7a83a

dev-python/pytest-mock: add package

Package-Manager: portage-2.3.0

 dev-python/pytest-mock/Manifest   |  1 +
 dev-python/pytest-mock/metadata.xml   | 11 +
 dev-python/pytest-mock/pytest-mock-1.2.ebuild | 33 +++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
new file mode 100644
index ..42731d1
--- /dev/null
+++ b/dev-python/pytest-mock/Manifest
@@ -0,0 +1 @@
+DIST pytest-mock-1.2.zip 19461 SHA256 
f78971ed376fcb265255d1e4bb313731b3a1be92d7f3ecb19ea7fedc4a56fd0f SHA512 
9b87c72e9895a16d4829229a070ba2b8143be894dfbc804b1e882eb2cc5843d8da9db258b5a2b9f8ae6738d9d612dbf1bec16790c5f99c27d9f7554cb676f852
 WHIRLPOOL 
470832b4df4a9392b0cfcbba96b2a52379d7111af0236f5dbe4e22f4e303da248bf2f936b3b66ae0ff3a197f3c87b0419c54c115fe5c6543e255f11666d3031d

diff --git a/dev-python/pytest-mock/metadata.xml 
b/dev-python/pytest-mock/metadata.xml
new file mode 100644
index ..6c61486
--- /dev/null
+++ b/dev-python/pytest-mock/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pytest-mock
+   pytest-dev/pytest-mock
+   
+   
+   zmed...@gentoo.org
+   
+

diff --git a/dev-python/pytest-mock/pytest-mock-1.2.ebuild 
b/dev-python/pytest-mock/pytest-mock-1.2.ebuild
new file mode 100644
index ..380fa5a
--- /dev/null
+++ b/dev-python/pytest-mock/pytest-mock-1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Thin-wrapper around the mock package for easier use with py.test"
+HOMEPAGE="https://github.com/pytest-dev/pytest-mock/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
+   python_targets_python2_7? (
+   dev-python/mock[python_targets_python2_7]
+   )
+   python_targets_pypy? (
+   dev-python/mock[python_targets_pypy]
+   )"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \
+   py.test test_pytest_mock.py || die
+}



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

2016-09-18 Thread Manuel Rüger
commit: b0c472bc9b835f5d438c76dc81bd0f15bd6703f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:53:17 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:53:17 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=b0c472bc

dev-ruby/omniauth-facebook: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/omniauth-facebook/Manifest | 2 +-
 .../{omniauth-facebook-3.0.0.ebuild => omniauth-facebook-4.0.0.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/omniauth-facebook/Manifest 
b/dev-ruby/omniauth-facebook/Manifest
index 69c2edf..77ef3ee 100644
--- a/dev-ruby/omniauth-facebook/Manifest
+++ b/dev-ruby/omniauth-facebook/Manifest
@@ -1 +1 @@
-DIST omniauth-facebook-3.0.0.gem 19456 SHA256 
2c19349f568a250655b346c02361f7250ffcccb35a0e30c361661165b529925e SHA512 
49e5e767dcfb69523d0ab7838e65c63fea18f84b5c38eec982e5f684c7c3bdba24110a59233c2c65c55a298afec22b763f642c15f50a67af45c3f4315bf32870
 WHIRLPOOL 
6f78195e67a1ca29913253e3d406d3c99fa1b95528f26dc14c80c2b6edc0ef3747753d197e0efbc69e81b46ed50695706983582682a0b04c69277819f9254c15
+DIST omniauth-facebook-4.0.0.gem 18944 SHA256 
05ae3565c8fdb38df8dab04eb8ca854ea6c18e81591d3e6598ce101293a2f20f SHA512 
5346151dce443220f4d53e7304f8eefb7526d0d883d53d3548cbfb4c7754caec07c78cbc0a7ff4e887484b0a893eef7c0a3db201b7f7357d16d8fe84ad239404
 WHIRLPOOL 
a3999eec87849b7f18033f83a4432981651e2659f34b4083e3c1ce5d6ab4aef145bb1b27bd03d4fa59b0d75bb929afc94bd8f3c4deaa2c660d0074a88def4993

diff --git a/dev-ruby/omniauth-facebook/omniauth-facebook-3.0.0.ebuild 
b/dev-ruby/omniauth-facebook/omniauth-facebook-4.0.0.ebuild
similarity index 100%
rename from dev-ruby/omniauth-facebook/omniauth-facebook-3.0.0.ebuild
rename to dev-ruby/omniauth-facebook/omniauth-facebook-4.0.0.ebuild



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

2016-09-18 Thread Manuel Rüger
commit: 73a6287fe88686c8fdc61ae4ef152a85588f82bb
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:50:48 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:50:48 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=73a6287f

dev-ruby/sidekiq: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/sidekiq/Manifest   | 2 +-
 dev-ruby/sidekiq/{sidekiq-4.1.4.ebuild => sidekiq-4.2.1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/sidekiq/Manifest b/dev-ruby/sidekiq/Manifest
index ed927ae..4b73025 100644
--- a/dev-ruby/sidekiq/Manifest
+++ b/dev-ruby/sidekiq/Manifest
@@ -1 +1 @@
-DIST sidekiq-4.1.4.gem 308224 SHA256 
d586ae2dda62db71322af94d7f252aaf576f5d5a59d3f3b5d2a7a5b35dfa1e48 SHA512 
96b32750bcdb16a4e98eb5586c2599c7df4e2916b3a63b861d878c2bfe4020546c4a1060318a701ba866b9b4a8df6d97955cc33b6f112da147099423302ffddd
 WHIRLPOOL 
e8bee85b4c38a804f450b5102668cf38b67f78ebb26084d9cb3dd7e8bfce7ba75dd3ea0102257263ac1097620cd86069e3272f220b5c919dd96d14c392313ace
+DIST sidekiq-4.2.1.gem 292352 SHA256 
147c94e0c8e885729acc9396bef39e403ab3efca706859c84deced57698a32d1 SHA512 
5aa011a151de0742e8556bd091c792942ab53df47b1905248a17e990dac7c0b2020bc09466d2a5d4ed952886a4d9874ee5800c6c7802e2fcef098dcb3c00530a
 WHIRLPOOL 
8fc87529349429c8ef012a92b6bd6e3f479414ff69641d026374b9714d2f81d30a194a5fcbdaaec10b3c6273b439bc4fc75494eea95a926d70f38b827c496e41

diff --git a/dev-ruby/sidekiq/sidekiq-4.1.4.ebuild 
b/dev-ruby/sidekiq/sidekiq-4.2.1.ebuild
similarity index 91%
rename from dev-ruby/sidekiq/sidekiq-4.1.4.ebuild
rename to dev-ruby/sidekiq/sidekiq-4.2.1.ebuild
index 5006ecf..a21eb8c 100644
--- a/dev-ruby/sidekiq/sidekiq-4.1.4.ebuild
+++ b/dev-ruby/sidekiq/sidekiq-4.2.1.ebuild
@@ -22,10 +22,10 @@ ruby_add_rdepend ">=dev-ruby/concurrent-ruby-1.0
=dev-ruby/connection_pool-2.2.0
=dev-ruby/rack-protection-1.5
+   =dev-ruby/redis-3.2.1
-   =dev-ruby/sinatra-1.4.7
-   =dev-ruby/minitest-5.7.0
=dev-ruby/rails-4



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

2016-09-18 Thread Manuel Rüger
commit: 52241454e648e896bf1136ec6e2b98daf932f769
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:33:00 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:33:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52241454

dev-libs/dbus-glib: Version bump to 0.108

Package-Manager: portage-2.3.0

 dev-libs/dbus-glib/Manifest   |  1 +
 dev-libs/dbus-glib/dbus-glib-0.108.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/dev-libs/dbus-glib/Manifest b/dev-libs/dbus-glib/Manifest
index 836e7fb..4be9caf 100644
--- a/dev-libs/dbus-glib/Manifest
+++ b/dev-libs/dbus-glib/Manifest
@@ -1,3 +1,4 @@
 DIST dbus-glib-0.102.tar.gz 783792 SHA256 
6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c SHA512 
9bf4b33dd264eaed9ade0e35f0ad47986c31bd5e3de4d3e2fcee66a9be87000b6121bc810b9a5a24eca53190d98323b871dc78f341df8e05bd0247b096cf778f
 WHIRLPOOL 
b83f12877118dca1797c935f57a6ae664fbfc70c4d2fb2d95d2cf11abb7c326a098f336225ffb9030fac00a33d988a30038e2734721fc1ddbb5297f864e01bcf
 DIST dbus-glib-0.104.tar.gz 793417 SHA256 
bfc1f1a82bfc3ec3ecafe04d0e87bab7e999f50dce4f4a34d0b89caf6bd821f6 SHA512 
eff599f169976055545b51459d77845002d8bc7e8dcd056cec2bf83836d07c66b03baed2023bc87a6d7c021d35c744987830f8ed6f9c3391a49ee199db85134b
 WHIRLPOOL 
6e757dee52ea11a7e43cc22a090243cd77ae0b38439fead755c78a6e8b7d6e7e2b1bb1218e23396513e33ef555e35b556f3b333a190077fd9472288e3e96ce91
 DIST dbus-glib-0.106.tar.gz 793343 SHA256 
b38952706dcf68bad9c302999ef0f420b8cf1a2428227123f0ac4764b689c046 SHA512 
13a1d4600add29d29dbb8d1271570e6c04f70ddff0862d28fcb7df774bfa76a961f90303f897f3b970070eb959e909d5d02a94941e2edd8ba315b9aaa3a602cb
 WHIRLPOOL 
059cb497af2fe957fe3234db62c629eba3581a119211d05e21acac6b0ce9b15614c57f8d7ea63264a688498691deee0fa3035c7413a48c9f3679a196c159d867
+DIST dbus-glib-0.108.tar.gz 812488 SHA256 
9f340c7e2352e9cdf113893ca77ca9075d9f8d5e81476bf2bf361099383c602c SHA512 
9fa7cd1c22bf6ee1e345dd6fe48aa725abc01b3b180ba430efea9996403ad99636b2c40f682956978ae5049c110c3298fa199470a4cc05907e11773d034ea5b1
 WHIRLPOOL 
260f600e188f1201f08c742f505f34a2288a077d7d4f9727d430b6cb5da52ea6ed0edd7ad21ee993e8f17f87d7f24b6a2561a96702a5d29541ff19904efd35b2

diff --git a/dev-libs/dbus-glib/dbus-glib-0.108.ebuild 
b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
new file mode 100644
index ..fe0947b
--- /dev/null
+++ b/dev-libs/dbus-glib/dbus-glib-0.108.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit bash-completion-r1 eutils multilib-minimal
+
+DESCRIPTION="D-Bus bindings for glib"
+HOMEPAGE="https://dbus.freedesktop.org/;
+SRC_URI="https://dbus.freedesktop.org/releases/${PN}/${P}.tar.gz;
+
+LICENSE="|| ( GPL-2 AFL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+IUSE="debug static-libs test"
+
+CDEPEND="
+   >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=sys-apps/dbus-1.8[${MULTILIB_USEDEP}]
+"
+DEPEND="${CDEPEND}
+   >=dev-util/gtk-doc-am-1.14
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}
+   abi_x86_32? (
+   !

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

2016-09-18 Thread Zac Medico
commit: e96d5140e13a08443b636aac0ab73edd02fea2b0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 01:31:15 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 01:32:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d5140

dev-python/async_timeout: add package

Package-Manager: portage-2.3.0

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.0.0.ebuild   | 27 ++
 dev-python/async_timeout/metadata.xml  | 11 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
new file mode 100644
index ..bc922f8
--- /dev/null
+++ b/dev-python/async_timeout/Manifest
@@ -0,0 +1 @@
+DIST async_timeout-1.0.0.tar.gz 7554 SHA256 
c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
 WHIRLPOOL 
4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c

diff --git a/dev-python/async_timeout/async_timeout-1.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
new file mode 100644
index ..90110e5
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async_timeout/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# tests introduce a circular dependency on aiohttp
+RESTRICT="test"
+
+DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test || die
+}

diff --git a/dev-python/async_timeout/metadata.xml 
b/dev-python/async_timeout/metadata.xml
new file mode 100644
index ..94ccc65
--- /dev/null
+++ b/dev-python/async_timeout/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   async_timeout
+   aio-libs/async_timeout
+   
+   
+   zmed...@gentoo.org
+   
+



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

2016-09-18 Thread Brian Dolbec
commit: f101789e6867491ceffc990dc809c9a44a5b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 01:30:48 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Sep 19 01:32:08 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f101789e

Release updates

Signed-off-by: Brian Dolbec  gentoo.org>

 NEWS  |  6 ++
 RELEASE-NOTES | 24 
 setup.py  |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index bf61818..cbcb831 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ News (mainly features/major bug fixes)
 
 portage-2.3.0
 -
+* Support News-Item-Format 2.0
+* emerge: add --fuzzy-search and --search-similarity
+* Add emerge --autounmask-continue option
+
+portage-2.3.0
+-
 * Final release
 * Includes numerous bugfixes
 

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4b11a11..2016b03 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,30 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.1
+==
+* Bug Fixes:
+- Bug 587198 chpathtool.py: fix byte comparison logic for python3
+- Bug 584626 Add a unit test which reproduces the bug and
+ depgraph: fix missed llvm update
+- Bug 582624 Add emerge --autounmask-continue option
+- Bug 568934 portage.cache: write md5 instead of mtime
+- Bug 552814 GitSync.update: respect sync-depth
+ use git reset --merge instead of --hard
+- Bug 477727 flat_hash: use mkstemp in _setitem
+- Bug 590514 depgraph._serialize_tasks: improve runtime cycle handling
+- Bug 65566  emerge: add --fuzzy-search and --search-similarity
+- Bug 425554 Scheduler._terminate_tasks: purge _running_tasks
+- Bug 591760 EventLoop: add run_until_complete method
+- Bug 584328 config.environ: handle missing ctypes for check_locale
+ locale.py: fix decoding for python2 plus some locales
+ locale.py: add a C module to help check locale
+- Bug 577372 Support News-Item-Format 2.0
+- Bug 594284 writeable_check: handle/warn about invalid entries in
+ /proc/self/mountinfo
+- selinux: fix crash for invalid context
+
+
 portage-2.3.0
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index d37ab29..e900aaa 100755
--- a/setup.py
+++ b/setup.py
@@ -626,7 +626,7 @@ def get_manpages():
 
 setup(
name = 'portage',
-   version = '2.3.0',
+   version = '2.3.1',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2016-09-18 Thread Anthony G. Basile
commit: 17c6ac9bc19d2c3517e829754a997d8e13aa2a99
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 01:28:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 01:31:21 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=17c6ac9b

world: drop several pkgs masked in tree

 core/var/lib/portage/world.CYCLE.4 | 18 --
 1 file changed, 18 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index da1cf02..cf8419f 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -35,7 +35,6 @@ app-admin/logcheck
 app-admin/logmon
 app-admin/logsurfer+
 app-admin/lsat
-app-admin/lsyncd
 app-admin/mcelog
 app-admin/mktwpol
 app-admin/monit
@@ -122,7 +121,6 @@ app-benchmarks/contest
 app-benchmarks/httperf
 app-benchmarks/i7z
 app-benchmarks/nbench
-app-benchmarks/piozone
 app-benchmarks/pipebench
 app-benchmarks/ramspeed
 app-benchmarks/siege
@@ -149,7 +147,6 @@ app-cdr/sync2cd
 app-cdr/uif2iso
 app-cdr/xfburn
 app-crypt/WiRouterKeyRec
-app-crypt/bcrypt
 app-crypt/bcwipe
 app-crypt/ccrypt
 app-crypt/easy-rsa
@@ -263,7 +260,6 @@ app-editors/focuswriter
 app-editors/fte
 app-editors/gedit
 app-editors/gedit-plugins
-app-editors/gobby
 app-editors/gummi
 app-editors/hexcurse
 app-editors/hexedit
@@ -598,7 +594,6 @@ app-office/taskcoach
 app-office/texmacs
 app-office/texmaker
 app-office/texstudio
-app-pda/coldsync
 app-pda/gnupod
 app-pda/ideviceinstaller
 app-pda/ifuse
@@ -682,7 +677,6 @@ app-text/jist
 app-text/kchmviewer
 app-text/keepnote
 app-text/landslide
-app-text/lodgeit
 app-text/mftrace
 app-text/multitail
 app-text/nfoview
@@ -860,7 +854,6 @@ dev-libs/hashit
 dev-libs/jthread
 dev-libs/libcgroup
 dev-libs/libcli
-dev-libs/libgringotts
 dev-libs/liblzw
 dev-libs/libmail
 dev-libs/liboop
@@ -1215,7 +1208,6 @@ dev-python/pylibpcap
 dev-python/pymad
 dev-python/pymetar
 dev-python/pymtp
-dev-python/pynut
 dev-python/pynzb
 dev-python/pyodbc
 dev-python/pyosd
@@ -2181,7 +2173,6 @@ media-sound/freebirth
 media-sound/gimmix
 media-sound/glurp
 media-sound/gmusicbrowser
-media-sound/gnaural
 media-sound/gnomad
 media-sound/gnump3d
 media-sound/gom
@@ -2282,7 +2273,6 @@ media-tv/dvbtune
 media-tv/tvnamer
 media-video/abby
 media-video/acidrip
-media-video/arista
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd
@@ -2505,7 +2495,6 @@ net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
 net-libs/socket++
-net-libs/wt
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2574,7 +2563,6 @@ net-misc/geoipupdate
 net-misc/getdate
 net-misc/gofish
 net-misc/gogoc
-net-misc/goog-sitemapgen
 net-misc/grdesktop
 net-misc/gupnp-tools
 net-misc/gwget
@@ -2595,7 +2583,6 @@ net-misc/ipsorcery
 net-misc/ipv6calc
 net-misc/ipx-utils
 net-misc/isatapd
-net-misc/jigdo
 net-misc/jumpgate
 net-misc/knock
 net-misc/l7-protocols
@@ -2657,7 +2644,6 @@ net-misc/streamtuner
 net-misc/suite3270
 net-misc/taylor-uucp
 net-misc/tcpsound
-net-misc/tightvnc
 net-misc/tor
 net-misc/ttytter
 net-misc/udpcast
@@ -2969,7 +2955,6 @@ sys-fs/mhddfs
 sys-fs/mp3fs
 sys-fs/mtd-utils
 sys-fs/mtpfs
-sys-fs/obexfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
@@ -3035,7 +3020,6 @@ www-apache/mod_ldap_userdir
 www-apache/mod_limitipconn
 www-apache/mod_log_rotate
 www-apache/mod_log_sql
-www-apache/mod_proxy_html
 www-apache/mod_python
 www-apache/mod_rpaf
 www-apache/mod_umask
@@ -3052,7 +3036,6 @@ www-client/httrack
 www-client/links
 www-client/midori
 www-client/netrik
-www-client/opera
 www-client/pybugz
 www-client/qupzilla
 www-client/surf
@@ -3132,7 +3115,6 @@ x11-misc/cbatticon
 x11-misc/chgres
 x11-misc/compton
 x11-misc/dclock
-x11-misc/denu
 x11-misc/devilspie
 x11-misc/devilspie2
 x11-misc/dockmanager



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/

2016-09-18 Thread Anthony G. Basile
commit: 57b3349b1c7cd6b2fcf169ab1f2bc9f972568952
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 01:28:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 01:28:57 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=57b3349b

world: drop several pkgs masked in tree

 core/var/lib/portage/world.CYCLE.4 | 18 --
 1 file changed, 18 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 40fd0dc..8a8fb24 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -35,7 +35,6 @@ app-admin/logcheck
 app-admin/logmon
 app-admin/logsurfer+
 app-admin/lsat
-app-admin/lsyncd
 app-admin/mcelog
 app-admin/mktwpol
 app-admin/monit
@@ -122,7 +121,6 @@ app-benchmarks/contest
 app-benchmarks/httperf
 app-benchmarks/i7z
 app-benchmarks/nbench
-app-benchmarks/piozone
 app-benchmarks/pipebench
 app-benchmarks/ramspeed
 app-benchmarks/siege
@@ -149,7 +147,6 @@ app-cdr/sync2cd
 app-cdr/uif2iso
 app-cdr/xfburn
 app-crypt/WiRouterKeyRec
-app-crypt/bcrypt
 app-crypt/bcwipe
 app-crypt/ccrypt
 app-crypt/easy-rsa
@@ -263,7 +260,6 @@ app-editors/focuswriter
 app-editors/fte
 app-editors/gedit
 app-editors/gedit-plugins
-app-editors/gobby
 app-editors/gummi
 app-editors/hexcurse
 app-editors/hexedit
@@ -598,7 +594,6 @@ app-office/taskcoach
 app-office/texmacs
 app-office/texmaker
 app-office/texstudio
-app-pda/coldsync
 app-pda/gnupod
 app-pda/ideviceinstaller
 app-pda/ifuse
@@ -682,7 +677,6 @@ app-text/jist
 app-text/kchmviewer
 app-text/keepnote
 app-text/landslide
-app-text/lodgeit
 app-text/mftrace
 app-text/multitail
 app-text/nfoview
@@ -860,7 +854,6 @@ dev-libs/hashit
 dev-libs/jthread
 dev-libs/libcgroup
 dev-libs/libcli
-dev-libs/libgringotts
 dev-libs/liblzw
 dev-libs/libmail
 dev-libs/liboop
@@ -1215,7 +1208,6 @@ dev-python/pylibpcap
 dev-python/pymad
 dev-python/pymetar
 dev-python/pymtp
-dev-python/pynut
 dev-python/pynzb
 dev-python/pyodbc
 dev-python/pyosd
@@ -2181,7 +2173,6 @@ media-sound/freebirth
 media-sound/gimmix
 media-sound/glurp
 media-sound/gmusicbrowser
-media-sound/gnaural
 media-sound/gnomad
 media-sound/gnump3d
 media-sound/gom
@@ -2282,7 +2273,6 @@ media-tv/dvbtune
 media-tv/tvnamer
 media-video/abby
 media-video/acidrip
-media-video/arista
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd
@@ -2505,7 +2495,6 @@ net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
 net-libs/socket++
-net-libs/wt
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2574,7 +2563,6 @@ net-misc/geoipupdate
 net-misc/getdate
 net-misc/gofish
 net-misc/gogoc
-net-misc/goog-sitemapgen
 net-misc/grdesktop
 net-misc/gupnp-tools
 net-misc/gwget
@@ -2595,7 +2583,6 @@ net-misc/ipsorcery
 net-misc/ipv6calc
 net-misc/ipx-utils
 net-misc/isatapd
-net-misc/jigdo
 net-misc/jumpgate
 net-misc/knock
 net-misc/l7-protocols
@@ -2657,7 +2644,6 @@ net-misc/streamtuner
 net-misc/suite3270
 net-misc/taylor-uucp
 net-misc/tcpsound
-net-misc/tightvnc
 net-misc/tor
 net-misc/ttytter
 net-misc/udpcast
@@ -2969,7 +2955,6 @@ sys-fs/mhddfs
 sys-fs/mp3fs
 sys-fs/mtd-utils
 sys-fs/mtpfs
-sys-fs/obexfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
@@ -3034,7 +3019,6 @@ www-apache/mod_ldap_userdir
 www-apache/mod_limitipconn
 www-apache/mod_log_rotate
 www-apache/mod_log_sql
-www-apache/mod_proxy_html
 www-apache/mod_python
 www-apache/mod_rpaf
 www-apache/mod_umask
@@ -3051,7 +3035,6 @@ www-client/httrack
 www-client/links
 www-client/midori
 www-client/netrik
-www-client/opera
 www-client/pybugz
 www-client/qupzilla
 www-client/surf
@@ -3131,7 +3114,6 @@ x11-misc/cbatticon
 x11-misc/chgres
 x11-misc/compton
 x11-misc/dclock
-x11-misc/denu
 x11-misc/devilspie
 x11-misc/devilspie2
 x11-misc/dockmanager



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/

2016-09-18 Thread Anthony G. Basile
commit: ad56c14e248ef9abcd73fca97a9c6f35747cf3d7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 01:28:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 01:31:35 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=ad56c14e

world: drop several pkgs masked in tree

 core/var/lib/portage/world.CYCLE.4 | 18 --
 1 file changed, 18 deletions(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index da1cf02..cf8419f 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -35,7 +35,6 @@ app-admin/logcheck
 app-admin/logmon
 app-admin/logsurfer+
 app-admin/lsat
-app-admin/lsyncd
 app-admin/mcelog
 app-admin/mktwpol
 app-admin/monit
@@ -122,7 +121,6 @@ app-benchmarks/contest
 app-benchmarks/httperf
 app-benchmarks/i7z
 app-benchmarks/nbench
-app-benchmarks/piozone
 app-benchmarks/pipebench
 app-benchmarks/ramspeed
 app-benchmarks/siege
@@ -149,7 +147,6 @@ app-cdr/sync2cd
 app-cdr/uif2iso
 app-cdr/xfburn
 app-crypt/WiRouterKeyRec
-app-crypt/bcrypt
 app-crypt/bcwipe
 app-crypt/ccrypt
 app-crypt/easy-rsa
@@ -263,7 +260,6 @@ app-editors/focuswriter
 app-editors/fte
 app-editors/gedit
 app-editors/gedit-plugins
-app-editors/gobby
 app-editors/gummi
 app-editors/hexcurse
 app-editors/hexedit
@@ -598,7 +594,6 @@ app-office/taskcoach
 app-office/texmacs
 app-office/texmaker
 app-office/texstudio
-app-pda/coldsync
 app-pda/gnupod
 app-pda/ideviceinstaller
 app-pda/ifuse
@@ -682,7 +677,6 @@ app-text/jist
 app-text/kchmviewer
 app-text/keepnote
 app-text/landslide
-app-text/lodgeit
 app-text/mftrace
 app-text/multitail
 app-text/nfoview
@@ -860,7 +854,6 @@ dev-libs/hashit
 dev-libs/jthread
 dev-libs/libcgroup
 dev-libs/libcli
-dev-libs/libgringotts
 dev-libs/liblzw
 dev-libs/libmail
 dev-libs/liboop
@@ -1215,7 +1208,6 @@ dev-python/pylibpcap
 dev-python/pymad
 dev-python/pymetar
 dev-python/pymtp
-dev-python/pynut
 dev-python/pynzb
 dev-python/pyodbc
 dev-python/pyosd
@@ -2181,7 +2173,6 @@ media-sound/freebirth
 media-sound/gimmix
 media-sound/glurp
 media-sound/gmusicbrowser
-media-sound/gnaural
 media-sound/gnomad
 media-sound/gnump3d
 media-sound/gom
@@ -2282,7 +2273,6 @@ media-tv/dvbtune
 media-tv/tvnamer
 media-video/abby
 media-video/acidrip
-media-video/arista
 media-video/camorama
 media-video/ccextractor
 media-video/cpdvd
@@ -2505,7 +2495,6 @@ net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
 net-libs/socket++
-net-libs/wt
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2574,7 +2563,6 @@ net-misc/geoipupdate
 net-misc/getdate
 net-misc/gofish
 net-misc/gogoc
-net-misc/goog-sitemapgen
 net-misc/grdesktop
 net-misc/gupnp-tools
 net-misc/gwget
@@ -2595,7 +2583,6 @@ net-misc/ipsorcery
 net-misc/ipv6calc
 net-misc/ipx-utils
 net-misc/isatapd
-net-misc/jigdo
 net-misc/jumpgate
 net-misc/knock
 net-misc/l7-protocols
@@ -2657,7 +2644,6 @@ net-misc/streamtuner
 net-misc/suite3270
 net-misc/taylor-uucp
 net-misc/tcpsound
-net-misc/tightvnc
 net-misc/tor
 net-misc/ttytter
 net-misc/udpcast
@@ -2969,7 +2955,6 @@ sys-fs/mhddfs
 sys-fs/mp3fs
 sys-fs/mtd-utils
 sys-fs/mtpfs
-sys-fs/obexfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
@@ -3035,7 +3020,6 @@ www-apache/mod_ldap_userdir
 www-apache/mod_limitipconn
 www-apache/mod_log_rotate
 www-apache/mod_log_sql
-www-apache/mod_proxy_html
 www-apache/mod_python
 www-apache/mod_rpaf
 www-apache/mod_umask
@@ -3052,7 +3036,6 @@ www-client/httrack
 www-client/links
 www-client/midori
 www-client/netrik
-www-client/opera
 www-client/pybugz
 www-client/qupzilla
 www-client/surf
@@ -3132,7 +3115,6 @@ x11-misc/cbatticon
 x11-misc/chgres
 x11-misc/compton
 x11-misc/dclock
-x11-misc/denu
 x11-misc/devilspie
 x11-misc/devilspie2
 x11-misc/dockmanager



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

2016-09-18 Thread Manuel Rüger
commit: cb95ad5d68319337517acf2e81c8c51dc1402086
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:28:18 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:28:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb95ad5d

dev-libs/wayland-protocols: Version bump to 1.7

Package-Manager: portage-2.3.0

 dev-libs/wayland-protocols/Manifest|  1 +
 .../wayland-protocols/wayland-protocols-1.7.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 1026c88..cd31258 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
 DIST wayland-protocols-1.3.tar.xz 101684 SHA256 
6bcd0633fdf9225ef1c7d2831f542e947f7d79811c79fc37f57b2e5375ded82f SHA512 
8e407bce93e595ebb7c6a8c7542d4db81d352821c63f41ac75d27f6d52e81e18e0a9a7d4b18460e446c4201931e42a98c0cd214015f154363099eda5747cd738
 WHIRLPOOL 
73d5c04cb987d0632fe0cc950cd8bf132f9427bd70a65777027148ada2ede0347b336f7faf6e6455171c1a5b2829835edceca15cbbbaf95b99223976279757a9
 DIST wayland-protocols-1.4.tar.xz 102624 SHA256 
014a9a23c21ed14f49b1005b3e8efa66d6337d4ceafc97f7b0d6707e7e3df572 SHA512 
ffbac79b3be03f7b1c1033923702aadd0bdd2f90dafee946a4a2384eaa9e7f2ab90de6a6497fce374fd3343b133f8dd02683503973a65f947e65b76c47186123
 WHIRLPOOL 
410923d92e4a962e439f02c5964eb0e61202434bbbf52d68b61549897dcf57040c7b928bad883484802aa3414f63198bba784d644d6c2e8260a78c9247575ac4
 DIST wayland-protocols-1.5.tar.xz 106792 SHA256 
7d0b426ccaeafc084fc579bb2a139f8ad4ea3492d54b7b0210d124c61fbeb2bf SHA512 
8a3305151cbf7d69e4c36dc5d132a607af4944ed2737f0c50fbc540faf60fb6e742402883f55377a3215427afa92a95fb693398419335c4de0ac9bb9bfb9f607
 WHIRLPOOL 
b883327d1e5f7e71f32ea3052d2532a05cbafc0081ab0703c0a2b4f3e9713d1c0adc1cf7f01341428b4d711a9ccd60184d994fbf16bbfc2342f2c84f4eef
+DIST wayland-protocols-1.7.tar.xz 113220 SHA256 
635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f SHA512 
291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2
 WHIRLPOOL 
6528e73461455278f2086fc953d251042f870360ab854f388658eb353f3d0affcc6aa369d912a3edc9040a026468a3a0f63b42cbc2a27a0902e9ab94ae2a7bfc

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild
new file mode 100644
index ..4674c6b
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="git://anongit.freedesktop.org/git/wayland/${PN}"
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+   AUTOTOOLS_AUTORECONF=1
+fi
+
+inherit autotools-utils ${GIT_ECLASS}
+
+DESCRIPTION="Wayland protocol files"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+if [[ $PV = * ]]; then
+   SRC_URI="${SRC_PATCHES}"
+   KEYWORDS=""
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/wayland"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_test() {
+   export XDG_RUNTIME_DIR="${T}/runtime-dir"
+   mkdir "${XDG_RUNTIME_DIR}" || die
+   chmod 0700 "${XDG_RUNTIME_DIR}" || die
+
+   autotools-utils_src_test
+}



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

2016-09-18 Thread Manuel Rüger
commit: 3d723e875fd6221c996702ee5a79047fa3222844
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:30:29 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:30:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d723e87

net-print/cups-filters: Version bump to 1.11.3

Package-Manager: portage-2.3.0

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.11.3.ebuild | 122 ++
 2 files changed, 123 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index c1fefa3..386110c 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,4 +1,5 @@
 DIST cups-filters-1.11.1.tar.xz 1403392 SHA256 
a886497313ca7f405d3b2babb85b3a4edf5702803863df4e15c9450b83ed1274 SHA512 
be475126fb30690b86471733bcfd27a9696fdc0e1053e5c3ac99673608383ad446ecbc8f45ecdeced3ebe70918976f9253ea0097b54bcd01e79e9887c230c22f
 WHIRLPOOL 
752d5cd95c27b729fab6c47af3a1286b51b624d7aa7608e83758cc392e4fb3bf09790fe6ca4d8d668ad4560df7642f114458d051e84d3e92178782d30ad24312
 DIST cups-filters-1.11.2.tar.xz 1404832 SHA256 
4b485408897953889ce41d2981fa71a5479b70d8d1d853829d205492ce250675 SHA512 
7a396a0921ed54f2c6705b00faea9e5f098b0632beb526bf131af134307bbf6f01a952b88c4983fbda4b5367ed84e9cb0e69a78d5f31bef1fc1198bae70e43c5
 WHIRLPOOL 
d9d523202b8337e21a5f9c8de0af68223dfb0282da8f22cfd3523881a81d52befff12a884ba480ae5a95f142b85e884b18c95d73d69ab77e10361767bb9b7aae
+DIST cups-filters-1.11.3.tar.xz 1408372 SHA256 
76734a44633bebb0a7a840a965c7b67b1e08cf8b70f24cb8c3d83980c10a405f SHA512 
95b7c55ae459036afa2df1493d5f28e889929e59a702563c2761db0bde2fb807bd62e380683dc0ee0ee366fe416e1872b17566d01a26124256471a241c397957
 WHIRLPOOL 
729c3031d20630d50aeada4dd9fadc84b17748fe5a63a4bc955d9b0945418cbcd4a83e3dfa8d1473a0b809964a1715fea46bd184d0257a46f22affba9fc29a49
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
 DIST cups-filters-1.8.3.tar.xz 1373028 SHA256 
e1e786f1fbcd3a203d87ebb4106a0ba8d579953cbe22056d12d4ee8143f5341a SHA512 
5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4
 WHIRLPOOL 
0c0ff9b767f35a61f4b9b2f57392d1a6afce35decf9216e77f7503b62bd67da0fa05f9ed507518599e03d27de50458823499989bf6bfd8d3a3da162292819157

diff --git a/net-print/cups-filters/cups-filters-1.11.3.ebuild 
b/net-print/cups-filters/cups-filters-1.11.3.ebuild
new file mode 100644
index ..06ee8f4
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.11.3.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit eutils perl-module systemd
+
+if [[ "${PV}" == "" ]] ; then
+   inherit bzr
+   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups PDF filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap perl png +postscript static-libs tiff zeroconf"
+
+RDEPEND="
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
+   >=app-text/qpdf-3.0.2:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+"
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --localstatedir="${EPREFIX}"/var \
+   --with-cups-rundir="${EPREFIX}"/run/cups \
+   $(use_enable dbus) \
+   $(use_enable zeroconf avahi) \
+   $(use_enable static-libs static) \
+   $(use_enable foomatic) \
+   $(use_enable ldap) \
+   $(use_enable postscript ghostscript) \
+   $(use_enable 

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

2016-09-18 Thread Manuel Rüger
commit: 33751675c26d0ee839f27595bc57a6336f326828
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 01:26:15 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 01:26:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33751675

dev-libs/libinput: Version bump to 1.5.0

Package-Manager: portage-2.3.0

 dev-libs/libinput/Manifest  |  1 +
 dev-libs/libinput/libinput-1.5.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index a378851..dcdbe8e 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -5,3 +5,4 @@ DIST libinput-1.3.1.tar.xz 880284 SHA256 
cdff653d93395c718f367af61fee866914bc45d
 DIST libinput-1.3.3.tar.xz 881992 SHA256 
30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce SHA512 
3acfa15ed39bb59fb18e3587718714eb277144069938c609b99a7b861e2fad85426cff840e3914552e98c2d06c010755f82fca705bab211195735a7753e191e9
 WHIRLPOOL 
928ffc16337e1ab49e577a05b85ddecfa037be2c0d3028d5aad2fc89cc82f30cba312500765d96661248e94b39619ce4a3d63e6bfc93637575aef496ddcd
 DIST libinput-1.4.0.tar.xz 901316 SHA256 
76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420 SHA512 
1b9922c5f528df5dbcaa8ed5376c8b36a0e3f5108a9012fc2e3811ff9fdab7c814fc63c4c0404ac26cbf925db45a6fbd8c7bf5ec288a795b2e7123c315b20765
 WHIRLPOOL 
40c4f9da1cede78875244fe0602339ada5ec3d31cdf427d8c78fa9c920967841d3e81da5354c417119bd28f557da1115ac22888018fd4faacda857d3d9a58f5e
 DIST libinput-1.4.2.tar.xz 900776 SHA256 
8c38826a785594811bef6a9daadbfa2e172e3f070f8863393d6fb7ca4c68e451 SHA512 
ecd1ddc737b8207d9e494f809340e2c0ac2927db80cf4c325ba12fb84387138d0128df7e841c87feafe425d6382f87f123f28531f7045fbcdd1176559895b79b
 WHIRLPOOL 
99f18e00e2a4a284b7995f677053501989b526e16f41e508023638a1c0e660940d0cb991f399480a30a49073063aab1651e52bdea7861266300d9db885806ac4
+DIST libinput-1.5.0.tar.xz 910476 SHA256 
5a96559385ecfaa30f9e72ea89eb8ebbc97caf68e458f451f4ed62315311081c SHA512 
801b7a161d85f6e5f4ce03f3bc7e367ee22646cc8994e2660697d23af99ad2a91c0824e8bfc039b294ce4eac4c808697b3caf22b7b6587a201e8e75519be0a3a
 WHIRLPOOL 
0b97ff67a45f46771a507a36ad09775e4be1c934b87cb0231b7a6d682a6043f0e8ba0efbd7f3321c461f0a9292d9f7ef0f58d7cffc17d9685ae1c6128856e76d

diff --git a/dev-libs/libinput/libinput-1.5.0.ebuild 
b/dev-libs/libinput/libinput-1.5.0.ebuild
new file mode 100644
index ..8ec94bd
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.5.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="input_devices_wacom test"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.12 )
+   >=dev-libs/libevdev-0.4
+   >=sys-libs/mtdev-1.1
+   virtual/libudev
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+#  test? (
+#  >=dev-libs/check-0.9.10
+#  dev-util/valgrind
+#  sys-libs/libunwind )
+
+src_prepare() {
+   # Doc handling in kinda strange but everything
+   # is available in the tarball already.
+   sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \
+   -i Makefile.am Makefile.in || die
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   # building documentation silently fails with graphviz syntax errors
+   econf \
+   --disable-documentation \
+   --disable-event-gui \
+   $(use_enable input_devices_wacom libwacom) \
+   $(use_enable test tests) \
+   --with-udev-dir="$(get_udevdir)"
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc -r doc/html
+   prune_libtool_files
+}



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

2016-09-18 Thread Manuel Rüger
commit: 58b355da923e4e73a30f8af2c81615c9825af121
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:41:32 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:41:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b355da

app-text/calibre: Version bump to 2.68.0

Package-Manager: portage-2.3.0

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.68.0.ebuild | 251 +
 2 files changed, 252 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index effeaa7..dcf385e 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -4,3 +4,4 @@ DIST calibre-2.47.0.tar.xz 38924632 SHA256 
048681cf6cb09b136017c6c99a1f1d908c6fc
 DIST calibre-2.55.0.tar.xz 39854472 SHA256 
a3a4f2914d491ab8c63725c11272d53bb4a91d282e6e5c6e0f245cb94b138188 SHA512 
f067c93f7b32dbb8f94e30831df1bf755c25edaeb9dd4793ec79941738e2431e5fe51219d169056b3bb1f71b4223e933cc29fdae6572f212109b44b696bd6af4
 WHIRLPOOL 
433c68117f2aec343db026851de1807ebbcef91b229cb7790a9a3de35bb9ea6e20c194097ab4b283935843d998aba61f5a036483d743e35b9cc8dffaa809c5fb
 DIST calibre-2.63.0.tar.xz 40700876 SHA256 
0672a155edfafd50a507ebcfa20de2cfc23780e082eccbb89374f8aab3d98fe7 SHA512 
74df6febe62608ab93502360e7511679102f0cbb260b1b78b4720c1aff34703d60db51a760ecd51596cb7331892d5eb7225e6ec70aa09976c219ba973d064f9b
 WHIRLPOOL 
24238a8ffceae15fe2490d493aed77456a7db6940d19fe9c7f8acf426d09d6c28554ffbc2d38b5ce793097afeb5729b882ead55be9e93ca6010bcd7e66a58728
 DIST calibre-2.66.0.tar.xz 39887876 SHA256 
2c5a55b9598fe1e9ce3cb8ba4a0951f80b16d559c23bb87f28f227ccd2357bb5 SHA512 
b1c62083613037329860bc1a9974fd4efc0a1317cb15b930c117b196efe9c9ad0ff61b6712638608ec4920c960b331c153bfe7b1cb196366d836dba99558d947
 WHIRLPOOL 
32d137a8457e05d55d6282d9d9b99417062eb205e10b8b923da8a9e85ac7e182feb3c938aab181e96e8e5d92a558d0643ed772dd1cd4ae8efe2ff0ba3d86bddb
+DIST calibre-2.68.0.tar.xz 39949696 SHA256 
f57e9d4939db15fd9bb441575f55d52db112cbfa6d970bb727acf7a079e3c656 SHA512 
60d70f494b80f6fd10266162f54284e824207c9105e50d21ea0a14f6e612a911d2e6475c78cb4b499f3e411893ab2c7255c7b762ac8c5bfa5040e6a2efb100c1
 WHIRLPOOL 
e55a55cffb4a9f469b96204ca652f243a3c96a10d2ace49641f2438c421703352feff0e5fa61a6665a21a2a342a1047959cc335f007893f2239424e505413b8a

diff --git a/app-text/calibre/calibre-2.68.0.ebuild 
b/app-text/calibre/calibre-2.68.0.ebuild
new file mode 100644
index ..23a7e98
--- /dev/null
+++ b/app-text/calibre/calibre-2.68.0.ebuild
@@ -0,0 +1,251 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs 
python-single-r1
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="http://calibre-ebook.com/;
+SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz;
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+   unRAR
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="+udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/podofo-0.8.2:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2
+   >=dev-libs/icu-4.4:=
+   >=dev-python/apsw-3.7.17[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-0.9.9[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-fonts/liberation-fonts
+   >=media-gfx/imagemagick-6.5.9[jpeg,png]
+   media-libs/fontconfig
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.5:=
+   >=media-libs/libwmf-0.2.8
+   sys-libs/zlib
+   virtual/libusb:1=
+   virtual/python-dnspython[${PYTHON_USEDEP}]
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   >=x11-misc/xdg-utils-1.0.2-r2
+   udisks? ( virtual/libudev )"
+RDEPEND="${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
+DEPEND="${COMMON_DEPEND}
+   

[gentoo-commits] dev/mrueg:master commit in: dev-util/cookiecutter/

2016-09-18 Thread Manuel Rüger
commit: 6a0c82bf495e04969796978d2133ea5a057d068f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:36:23 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:36:23 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=6a0c82bf

dev-util/cookiecutter: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-util/cookiecutter/Manifest   |  2 +-
 .../{cookiecutter-1.3.0.ebuild => cookiecutter-1.4.0.ebuild} | 12 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-util/cookiecutter/Manifest b/dev-util/cookiecutter/Manifest
index fae5887..ef7f38e 100644
--- a/dev-util/cookiecutter/Manifest
+++ b/dev-util/cookiecutter/Manifest
@@ -1 +1 @@
-DIST cookiecutter-1.3.0.tar.gz 219110 SHA256 
8fb5297bea5956d20a68c2d487a7a917d634e153a5fc2ffe6736a472e09690ed SHA512 
e195e103da2cbc2aa40ea2cde47db8bea3cadf79506ad11062f2856a7fe7199168037a4805f2a1cfb56bc423c7e4f15f43ef15f974c7d38240720e3cb0d12c61
 WHIRLPOOL 
e96c22fd05ee01cf1d525245764cdc408234af704d8f95d639b2a727af01f35178a9633f17cf716af5c26efba8e868b50ab07cfbe939b01815f03b0d07a57821
+DIST cookiecutter-1.4.0.tar.gz 226136 SHA256 
7697b1d64cd9b8eb5abd9e7594e318a80f1382f45d879c425944175697b29db2 SHA512 
21cc9293b81c21f9256a73728310bd7898b2132bc007ef650ba94394e872aa97dfba83b93018923e773b908f8822f5f9d992e5cc078936e2f9ba032f3cc83f9d
 WHIRLPOOL 
d1b01766fa42eaa46b6fefe2b82ebe7712c83327e08704ddc938c8dc8f5fb0167e2d1cfe47373274f2ef387c4a253d9f88b46ac57804ed7557b8585da94b7590

diff --git a/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild 
b/dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
similarity index 70%
rename from dev-util/cookiecutter/cookiecutter-1.3.0.ebuild
rename to dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
index 95a4ad7..c9ade08 100644
--- a/dev-util/cookiecutter/cookiecutter-1.3.0.ebuild
+++ b/dev-util/cookiecutter/cookiecutter-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,18 +18,20 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
 
-#RESTRICT="test" # tests currently fail here
+RESTRICT="test" # tests currently fail here
 
 RDEPEND=">=dev-python/binaryornot-0.2.0[${PYTHON_USEDEP}]
>=dev-python/future-0.15.2[${PYTHON_USEDEP}]
>=dev-python/jinja-2.7[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]"
+   >=dev-python/whichcraft-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/poyo-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jinja2-time-0.1.0[${PYTHON_USEDEP}]"
 
 DEPEND="test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}] )"
+   >=dev-python/pytest-mock-1.1[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}] )"
 
 DOCS=( README.rst HISTORY.rst CONTRIBUTING.rst )
 



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

2016-09-18 Thread Manuel Rüger
commit: 986c350c874904b27d7643d7d553917ebcb9a0b8
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:23:30 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:23:30 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=986c350c

dev-python/pytest-mock: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-python/pytest-mock/Manifest | 2 +-
 .../pytest-mock/{pytest-mock-0.9.0.ebuild => pytest-mock-1.2.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
index bf8dc9c..42731d1 100644
--- a/dev-python/pytest-mock/Manifest
+++ b/dev-python/pytest-mock/Manifest
@@ -1 +1 @@
-DIST pytest-mock-0.9.0.zip 17100 SHA256 
cdeec32d82787663b83c80a2e45ca32900500f6b104190548d4cb8890d131318 SHA512 
f63c5a7d880c9e6a17456339686ccf354196898fac46aa47c7ae16d41f14bbdb50e764b364fe815aaea361697e1523142ea3489626f36336a3f118b7d99aa113
 WHIRLPOOL 
d968b2e5bc099903b3565f70beb00b7ec1bef6282b49f54a8b4ea2d0fd42b488b8994467f969b8736109d7128fa58a5913809c00b38dc18ee8c9fa9365f86b94
+DIST pytest-mock-1.2.zip 19461 SHA256 
f78971ed376fcb265255d1e4bb313731b3a1be92d7f3ecb19ea7fedc4a56fd0f SHA512 
9b87c72e9895a16d4829229a070ba2b8143be894dfbc804b1e882eb2cc5843d8da9db258b5a2b9f8ae6738d9d612dbf1bec16790c5f99c27d9f7554cb676f852
 WHIRLPOOL 
470832b4df4a9392b0cfcbba96b2a52379d7111af0236f5dbe4e22f4e303da248bf2f936b3b66ae0ff3a197f3c87b0419c54c115fe5c6543e255f11666d3031d

diff --git a/dev-python/pytest-mock/pytest-mock-0.9.0.ebuild 
b/dev-python/pytest-mock/pytest-mock-1.2.ebuild
similarity index 92%
rename from dev-python/pytest-mock/pytest-mock-0.9.0.ebuild
rename to dev-python/pytest-mock/pytest-mock-1.2.ebuild
index b9e31cf..4b5c8f5 100644
--- a/dev-python/pytest-mock/pytest-mock-0.9.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-09-18 Thread Manuel Rüger
commit: 1191e3797b1b65dc79258f0350f15b2f19435fc4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:18:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:18:20 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1191e379

dev-python/jinja2-time: Initial version

Package-Manager: portage-2.3.0

 dev-python/jinja2-time/Manifest |  1 +
 dev-python/jinja2-time/jinja2-time-0.2.0.ebuild | 29 +
 dev-python/jinja2-time/metadata.xml |  8 +++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/jinja2-time/Manifest b/dev-python/jinja2-time/Manifest
new file mode 100644
index 000..993e6d6
--- /dev/null
+++ b/dev-python/jinja2-time/Manifest
@@ -0,0 +1 @@
+DIST jinja2-time-0.2.0.tar.gz 5701 SHA256 
d14eaa4d315e7688daa4969f616f226614350c48730bfa1692d2caebd8c90d40 SHA512 
8ac4686312cde689f7a431001833d5d477030c4f5e9470d949bd07a40fcb9521f6ddcde37a72468093121ff9451e352a0bb43d20a796d7a204cf94e8a7545f2c
 WHIRLPOOL 
c92da86a03bbbe44f2a0b98bd4895c18c99e2a05c91d129b4cb2e9810a79827a8cbd1bca656277dbd5c07597ebcba44746f541a327b408e8d348635ded63e3e2

diff --git a/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild 
b/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild
new file mode 100644
index 000..9e609b3
--- /dev/null
+++ b/dev-python/jinja2-time/jinja2-time-0.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Jinja2 Extension for Dates and Times"
+HOMEPAGE="https://github.com/hackebrot/jinja2-time;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   ${RDEPEND} )"
+
+RESTRICT="test"
+
+python_test() {
+   py.test || die
+}

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



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

2016-09-18 Thread Manuel Rüger
commit: 2c5a6d66ef3a2f4da4614f31c92dd8cd8c6e7a25
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:05:49 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:05:49 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=2c5a6d66

dev-python/pafy: In tree

 dev-python/pafy/Manifest   |  1 -
 dev-python/pafy/metadata.xml   |  8 
 dev-python/pafy/pafy-0.3.76.ebuild | 23 ---
 3 files changed, 32 deletions(-)

diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest
deleted file mode 100644
index 98e2555..000
--- a/dev-python/pafy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pafy-0.3.76.tar.gz 55623 SHA256 
cadd766488116acb50fbfa8a0d52ef4d7288b710f8735c908d8314248fb7492d SHA512 
991b3c1e4f96284e3b02dd7752aa1c45b34c1c565fbfb2d1126c8186c7c6dba102e790ef0e4c91efd2cd30e3e20305db6dd5c6242e9e3b131e8d717f53501dfb
 WHIRLPOOL 
6d2e0235640447e0469be1bb4d882fd4f1e3b2a8a6fa54227e877edc28add48d7cc17955df9f24d686fb32d83baca3faba40f57f081589d72593d3d242430e75

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

diff --git a/dev-python/pafy/pafy-0.3.76.ebuild 
b/dev-python/pafy/pafy-0.3.76.ebuild
deleted file mode 100644
index a7d8b44..000
--- a/dev-python/pafy/pafy-0.3.76.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to download YouTube content and retrieve metadata"
-HOMEPAGE="https://github.com/mps-youtube/pafy;
-SRC_URI="https://github.com/mps-youtube/pafy/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   nosetests || die
-}



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

2016-09-18 Thread Manuel Rüger
commit: a1f2b9cee9a0f5dcf80c796217ca0bbeb6bef108
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Sep 19 00:03:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Sep 19 00:03:43 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=a1f2b9ce

dev-ruby/gitlab_git: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-ruby/gitlab_git/Manifest| 2 +-
 .../gitlab_git/{gitlab_git-10.6.3.ebuild => gitlab_git-10.6.6.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/gitlab_git/Manifest b/dev-ruby/gitlab_git/Manifest
index b008e51..f24fade 100644
--- a/dev-ruby/gitlab_git/Manifest
+++ b/dev-ruby/gitlab_git/Manifest
@@ -1 +1 @@
-DIST gitlab_git-10.6.3.tar.gz 87106 SHA256 
cf7713940af54be2eb14ab351c97cce7d8641d229b548f4b7dfea0cc21e82bfe SHA512 
db8510699a2ccc832f99fe52192996e2c5c11e252a3e210df82ce511838da855b1da2d58ba0e24208272af01da29e847afec10cdfc28ae97814e0a066a755950
 WHIRLPOOL 
b6c08044ed288bf9ba27b64ff1f03ba854a3d5823b7b91389f1ad3be7d860f342c4518bf09f5e81409563bbce2a6a145ee1393daa9f5e340f8cf795c8f61a847
+DIST gitlab_git-10.6.6.tar.gz 87920 SHA256 
0897e83bd10e949ec9e0f313c9502881d245db5b47ec019d21f7acf045715532 SHA512 
fc33c133ba5c434546866c5107534fb54278b0a2e91b0e91f8591f33ed188780f3afc97e28f3c961363c6d17e127c1f8f8f9e727b3488eca7d0c7fc583d24d75
 WHIRLPOOL 
c20c99b2ecf8a39acdec631a2f7b11e82eac15b6be825d4dca392cd00ccfc0e836a1059fa4fa2f2a9f0efce7802da2ac1b7b8f7c37ea78b685357f94586f5a06

diff --git a/dev-ruby/gitlab_git/gitlab_git-10.6.3.ebuild 
b/dev-ruby/gitlab_git/gitlab_git-10.6.6.ebuild
similarity index 100%
rename from dev-ruby/gitlab_git/gitlab_git-10.6.3.ebuild
rename to dev-ruby/gitlab_git/gitlab_git-10.6.6.ebuild



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

2016-09-18 Thread Manuel Rüger
commit: 709c9615df1be6b39885c208df8d2e18fccc6d62
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 23:45:08 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 23:45:08 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=709c9615

dev-python/arrow: Initial version

Package-Manager: portage-2.3.0

 dev-python/arrow/Manifest   |  1 +
 dev-python/arrow/arrow-0.8.0.ebuild | 30 ++
 dev-python/arrow/metadata.xml   |  8 
 3 files changed, 39 insertions(+)

diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
new file mode 100644
index 000..119bb60
--- /dev/null
+++ b/dev-python/arrow/Manifest
@@ -0,0 +1 @@
+DIST arrow-0.8.0.tar.gz 81664 SHA256 
b210c17d6bb850011700b9f54c1ca0eaf8cbbd441f156f0cd292e1fbda84e7af SHA512 
b6c01970d408e1169d042f593859577eef9961a2e7d6e0d5d01ddbdc001f806ca191cf152bd2d4060a877aeabee6754f06c3b91fbca53ee0a135a9355d08b347
 WHIRLPOOL 
60d6045ccc229cdf9f8a71f2622a6529eadde6bc58277c74bf81b38c8057f5bdab112ba46e04ca9765a34cf2b2a3de9eee0c86d650ff286f4d0bde09668c4e16

diff --git a/dev-python/arrow/arrow-0.8.0.ebuild 
b/dev-python/arrow/arrow-0.8.0.ebuild
new file mode 100644
index 000..a78b515
--- /dev/null
+++ b/dev-python/arrow/arrow-0.8.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Better dates and times for Python"
+HOMEPAGE="https://github.com/crsmithdev/arrow/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/chai[${PYTHON_USEDEP}]
+   ${RDEPEND} )"
+
+python_prepare() {
+   sed -i -e "/with-coverage/d" setup.cfg || die
+}
+
+python_test() {
+   nosetests -v || die
+}

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



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

2016-09-18 Thread Zac Medico
commit: ecba64766321bfe2309a363021336adfb72157c2
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 18 23:35:52 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 23:38:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecba6476

dev-python/aiodns: add package (bug 533584)

Package-Manager: portage-2.3.0

 dev-python/aiodns/Manifest|  1 +
 dev-python/aiodns/aiodns-1.1.1.ebuild | 30 ++
 dev-python/aiodns/metadata.xml| 11 +++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
new file mode 100644
index ..934bdf2
--- /dev/null
+++ b/dev-python/aiodns/Manifest
@@ -0,0 +1 @@
+DIST aiodns-1.1.1.tar.gz 6084 SHA256 
d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea SHA512 
4bd8b80a10f84b82b13ba4ff6abbb1afd13ba6cfececc4db7c4bd303569473316f1c0e083f1017a450875fc8994a70c30c9a1b3fb2278fee5e27158973bc3810
 WHIRLPOOL 
e4e45bc4b9ad7ce290e1c9039bfdf8858f1fc3e6e33e5e8b35a373c1193f4f70c9de44afe4d99ad8bcef85673e4bcd075b7896e62cba49f52c6e7a15a3f0696f

diff --git a/dev-python/aiodns/aiodns-1.1.1.ebuild 
b/dev-python/aiodns/aiodns-1.1.1.ebuild
new file mode 100644
index ..9cfa55c
--- /dev/null
+++ b/dev-python/aiodns/aiodns-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="https://github.com/saghul/aiodns/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+RDEPEND="dev-python/pycares[${PYTHON_USEDEP}]
+   python_targets_python2_7? (
+   dev-python/trollius[python_targets_python2_7]
+   )"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON:-python}" tests.py || die
+}

diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml
new file mode 100644
index ..8d8dfc1
--- /dev/null
+++ b/dev-python/aiodns/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aiodns
+   saghul/aiodns
+   
+   
+   zmed...@gentoo.org
+   
+



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

2016-09-18 Thread Manuel Rüger
commit: ba8e94f058b1c18cd1306beb6e62e86395e854f3
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 23:31:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 23:31:28 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ba8e94f0

dev-python/chai: Initial Version

Package-Manager: portage-2.3.0

 dev-python/chai/Manifest  |  1 +
 dev-python/chai/chai-1.1.1.ebuild | 23 +++
 dev-python/chai/metadata.xml  |  8 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/chai/Manifest b/dev-python/chai/Manifest
new file mode 100644
index 000..a5cf834
--- /dev/null
+++ b/dev-python/chai/Manifest
@@ -0,0 +1 @@
+DIST chai-1.1.1.tar.gz 81684 SHA256 
7489a1124c780972ef383b2930fc9307afe8667d009fcaf69d97b29ce370d304 SHA512 
f51406258327d9a49e820f0489d60e87f576c72232c701e99f96945932ed300582e6dd81608e5b262e2645c4e9c5216ec8f52e98d454c994beac8d1d8137dc87
 WHIRLPOOL 
d9d8468745be52dff15194440b8f32cef7832d5bffe0453ac3d15e4c7e1948344936c467d9832ed2db441a74b6d5d32ad2792d9735976ce18eaf37a913abdca8

diff --git a/dev-python/chai/chai-1.1.1.ebuild 
b/dev-python/chai/chai-1.1.1.ebuild
new file mode 100644
index 000..e71d015
--- /dev/null
+++ b/dev-python/chai/chai-1.1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Easy to use mocking, stubbing and spying framework"
+HOMEPAGE="https://github.com/agoragames/chai;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests -v tests || die
+}

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



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

2016-09-18 Thread Mike Gilbert
commit: bd2b00520b1d3ffc1a07376bd946732f7bdab3fc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 18 23:27:15 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 23:27:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2b0052

profiles: remove stale chromium masks

 profiles/base/package.use.mask| 26 --
 profiles/base/package.use.stable.mask |  5 -
 profiles/package.mask |  6 --
 3 files changed, 37 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a999e7e..34e8b08 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -143,10 +143,6 @@ dev-java/icedtea cacao jamvm
 # Mask raspberry-pi USE globally, unmask on arm.
 media-video/mpv raspberry-pi
 
-# Pawel Hajdan jr  (25 Mar 2016)
-# System ffmpeg build is broken in recent chromium (bug #576372).
- (23 Mar 2016)
 # Experimental cairo-qt backend (see bug #568000).
 app-text/poppler cairo-qt
@@ -181,10 +177,6 @@ net-im/ayttm webcam
 # Unsastified dependencies are upsetting repoman. Needs investigation.
 app-arch/cfv bittorrent
 
-# Pawel Hajdan jr  (19 Nov 2015)
-# GN build for Chromium is still experimental.
- (14 Nov 2015)
 # MMAL is only available on the Raspberry Pi:
 # Mask it globally, unmask it on arm.
@@ -505,10 +497,6 @@ media-sound/podcatcher bittorrent
 # Upstream says to not use this for now.
 dev-libs/elfutils threads
 
-# Mike Gilbert  (01 Feb 2014)
-# Build failures (bug 499072)
-=www-client/chromium-33* aura
-
 # Andreas K. Huettel  (4 Jan 2014)
 # Mask until dependencies are keyworded (bug 497068)
 dev-vcs/git mediawiki
@@ -640,11 +628,6 @@ media-sound/google-musicmanager log
 # Experimental, masked until it compiles and works.
 media-libs/avidemux-core system-ffmpeg
 
-# Pawel Hajdan jr  (07 Mar 2013)
-# Experimental, breaks WebSQL. Please report sites broken
-# by enabling this flag.
-www-client/chromium system-sqlite
-
 # Justin Lecher  (21 Feb 2013)
 # cuda only works on x86 and amd64
 sci-libs/cholmod cuda
@@ -703,10 +686,6 @@ dev-ml/tyxml ocamlduce
 www-servers/ocsigen ocamlduce
 dev-ml/eliom ocamlduce
 
-# Pawel Hajdan jr  (28 Sep 2012)
-# Causes problems with old NVidia drivers, bug #413637.
- (12 Oct 2011)
-# Upstream support before 27.x not ready:
-# https://code.google.com/p/chromium/issues/detail?id=32757
- (17 Sep 2011)
 # Systemtap is not keyworded on anything except amd64/x86
 # Temporarily mask instead of dropping keywords, bug 384647

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 4c5e287..eb101b8 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -34,11 +34,6 @@ app-emulation/ganeti monitoring
 # it's ready for the next stable mpv release after the one below.
 =media-video/mpv-0.9.2-r1 libcaca
 
-# Mike Gilbert  (02 Dec 2015)
-# Needs unstable ffmpeg.
-=www-client/chromium-47* system-ffmpeg
-=www-client/chromium-48* system-ffmpeg
-
 # Mike Gilbert  (03 Oct 2015)
 # Unmask python3.5 for python-exec
 dev-lang/python-exec -python_targets_python3_5

diff --git a/profiles/package.mask b/profiles/package.mask
index 8995610..4aebbff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -97,12 +97,6 @@ dev-libs/dbxml
 ~kde-apps/pimcommon-16.08.1
 ~kde-apps/syndication-16.08.1
 
-# Mike Gilbert  (13 Sep 2016)
-# Known to be unusable.
-# https://bugs.gentoo.org/591938
-~www-client/chromium-54.0.2840.14
-~www-client/chromium-54.0.2840.16
-
 # Denis Dupeyron  (12 Sep 2016)
 # Masked for testing, see bug #588894.
 =x11-misc/light-locker-1.7.0-r1



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

2016-09-18 Thread Manuel Rüger
commit: 1f3df79a377d2c3be9bf8bbdd0895143204e96c6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 23:23:44 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 23:23:44 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=1f3df79a

dev-ruby/oj: Initial version

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/oj/Manifest b/dev-ruby/oj/Manifest
new file mode 100644
index 000..ce2fe70
--- /dev/null
+++ b/dev-ruby/oj/Manifest
@@ -0,0 +1 @@
+DIST oj-2.17.4.gem 123904 SHA256 
4591c6d76c9a25b38929c7dfd36b47ba6a7ff647b3d5b7c0ea6c3f05a87c2dcf SHA512 
de576c794c35e1e47e45f7f1fd3a54cfbc9ca762495e9db77c7fe203bbac95c601a51a667f9710975773cfa11a8963f335429de4076dfdd99b0a5cc4abffb565
 WHIRLPOOL 
8d44e348a0e9ab4544e3d7670397ee75c29fabd49271cc562732ef0347faf9494b89ea99a0f991411026ce3bfb86e5c13235761ca35e120a14fafa02ad2c5c1a

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

diff --git a/dev-ruby/oj/oj-2.17.4.ebuild b/dev-ruby/oj/oj-2.17.4.ebuild
new file mode 100644
index 000..a9edee1
--- /dev/null
+++ b/dev-ruby/oj/oj-2.17.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="The fastest JSON parser and object serializer"
+HOMEPAGE="https://rubygems.org/gems/oj http://www.ohler.com/oj 
https://github.com/ohler55/oj;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test"
+
+each_ruby_configure() {
+   ${RUBY} -Cext/oj extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/oj
+   cp ext/oj/oj$(get_modname) lib/oj || die
+}



[gentoo-commits] repo/gentoo:master commit in: sci-biology/abyss/

2016-09-18 Thread Sergei Trofimovich
commit: 3602af844edaa72d2e2e62018e61466fa3117a51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 18 22:51:40 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 18 22:51:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3602af84

sci-biology/abyss: pin boost subslot, noticed by Soap

Package-Manager: portage-2.3.0

 sci-biology/abyss/{abyss-1.9.0.ebuild => abyss-1.9.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/abyss/abyss-1.9.0.ebuild 
b/sci-biology/abyss/abyss-1.9.0-r1.ebuild
similarity index 98%
rename from sci-biology/abyss/abyss-1.9.0.ebuild
rename to sci-biology/abyss/abyss-1.9.0-r1.ebuild
index c32b477..da80168 100644
--- a/sci-biology/abyss/abyss-1.9.0.ebuild
+++ b/sci-biology/abyss/abyss-1.9.0-r1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
dev-cpp/sparsehash
-   dev-libs/boost
+   dev-libs/boost:=
misc-haskell? ( dev-libs/gmp:0=
virtual/libffi:0=
)



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

2016-09-18 Thread Manuel Rüger
commit: 5917284a943a04861da82715ab1f40a91ec22ca4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 22:51:51 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 22:51:51 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=5917284a

dev-python/poyo: Initial version

Package-Manager: portage-2.3.0

 dev-python/poyo/Manifest  |  1 +
 dev-python/poyo/metadata.xml  |  8 
 dev-python/poyo/poyo-0.4.0.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/poyo/Manifest b/dev-python/poyo/Manifest
new file mode 100644
index 000..5a4505b
--- /dev/null
+++ b/dev-python/poyo/Manifest
@@ -0,0 +1 @@
+DIST poyo-0.4.0.tar.gz 10722 SHA256 
8a95d95193eb0838117cc8847257bf17248ef6d157aaa55ea5c20509a87388b8 SHA512 
19ab8e8f7bb6e376494516ac455eec36f57f64c59c1f5f3bc2a9ee1dd2faefdccab2755a4875f85553e4f2fbdcb3a13db0f591fc65c005354cc20d10ce2a0d6c
 WHIRLPOOL 
3e42f5e78c9cc2bc310f085b264305221d416da145af9503eb1b37cb5b9cd3a4b3852eeeac880e07be7078acebae6b8ba3a351caeda77a2d5db49c7757e74801

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

diff --git a/dev-python/poyo/poyo-0.4.0.ebuild 
b/dev-python/poyo/poyo-0.4.0.ebuild
new file mode 100644
index 000..57cbf79
--- /dev/null
+++ b/dev-python/poyo/poyo-0.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="A lightweight YAML Parser for Python"
+HOMEPAGE="https://github.com/hackebrot/poyo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test || die
+}



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

2016-09-18 Thread Manuel Rüger
commit: c369fcb0088ea4c037569ffa10785d2f967df457
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 22:47:25 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 22:47:25 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c369fcb0

dev-python/future: In tree

 dev-python/future/Manifest |  1 -
 dev-python/future/future-0.15.2.ebuild | 21 -
 dev-python/future/metadata.xml |  8 
 3 files changed, 30 deletions(-)

diff --git a/dev-python/future/Manifest b/dev-python/future/Manifest
deleted file mode 100644
index feed344..000
--- a/dev-python/future/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST future-0.15.2.tar.gz 1583441 SHA256 
3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 SHA512 
24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee
 WHIRLPOOL 
557b53495033d4586dc0f34837cc7f0cab12fb770abda56049fd90b5bac3e36db561e185d86e8a08b153869f0f692ccf0b305f5edc20871edde487faa1b1fc4f

diff --git a/dev-python/future/future-0.15.2.ebuild 
b/dev-python/future/future-0.15.2.ebuild
deleted file mode 100644
index 724312b..000
--- a/dev-python/future/future-0.15.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_4})
-
-inherit distutils-r1
-
-DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"
-HOMEPAGE="https://python-future.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-python_test() {
-   esetup.py test || die
-}

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



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 194f3ad8dc4b4366680935b5c7bef2d85b09ed78
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:59:34 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194f3ad8

media-plugins/gst-plugins-twolame: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-twolame/Manifest|  1 +
 .../gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild  | 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild
new file mode 100644
index ..9bf77fe
--- /dev/null
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MPEG2 encoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: ed1b16a8fdd594f388b8aea48db1e1c829abdc44
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 22:25:50 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1b16a8

media-plugins/gst-transcoder: version bump 1.8.1 → 1.8.2

configure is now using python. Fix missing introspection USE-dependencies.

Package-Manager: portage-2.3.0

 media-plugins/gst-transcoder/Manifest  |  1 +
 .../gst-transcoder/gst-transcoder-1.8.2.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/gst-transcoder/Manifest 
b/media-plugins/gst-transcoder/Manifest
index cd549f7..6b8c890 100644
--- a/media-plugins/gst-transcoder/Manifest
+++ b/media-plugins/gst-transcoder/Manifest
@@ -1 +1,2 @@
 DIST gst-transcoder-1.8.1.tar.gz 29493 SHA256 
372f1a8c4de6690f82360e2e312606fa398e802e55a7534b39aa64acbb7a8c25 SHA512 
6fe1b0061af39fba1f31cad03c0fd1e0dfae3db85ba12282fe15dbdc519e1e10c036a86080579c6988865cffb8d3e60300bb3184bdc87817e4d3462217d6d4e4
 WHIRLPOOL 
15fa345ffc7e3ea27113bfe2adacfb612786db0c4e1080de01535725a779a537abf0fc768dcb85a38452c1b2530d122af80c0c7677109e22cbafbf75ac59b2ac
+DIST gst-transcoder-1.8.2.tar.gz 29884 SHA256 
4a0b9be50b7ac06358d148220944e1b2acd5dedc8ad3cd8c8188645b62f3c616 SHA512 
cabb3b0eacf018248a176fcc5b077fd8b0f9caab3d7853810809f5e2954b1c1fe62c9511453dc8a87fa930066c7c71e0d01ef86900c982eb5fc8a2769ada8494
 WHIRLPOOL 
d7bb84c1def42edcf2e785c8b4fb58e249c2399a0dbd5550a5c308b55df326662ab64c6c77623f26d4cf1bb48b61248d411301d47cad4fe2dc9f3d501d19

diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild 
b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
new file mode 100644
index ..2409d1c
--- /dev/null
+++ b/media-plugins/gst-transcoder/gst-transcoder-1.8.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit python-any-r1 xdg
+
+DESCRIPTION="GStreamer Transcoding API"
+HOMEPAGE="https://github.com/pitivi/gst-transcoder;
+SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/gobject-introspection:=
+   dev-libs/glib:2
+   >=media-libs/gstreamer-${PV}:1.0[introspection]
+   >=media-libs/gst-plugins-base-${PV}:1.0[introspection]
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   >=dev-util/meson-0.28.0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # Not a normal configure
+   # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
+   # defaulting to debug
+   ./configure --prefix=/usr --buildtype=plain || die
+}
+
+src_compile() {
+   addpredict /dev #590848
+   # We cannot use 'make' as it won't allow us to build verbosely
+   cd build && ninja -v
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: dca387e1be165d1775a461f0c644ddf5b3e8e5b3
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 22:00:25 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca387e1

media-plugins/gst-plugins-vaapi: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-vaapi/Manifest   |  1 +
 .../gst-plugins-vaapi-1.8.3.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/media-plugins/gst-plugins-vaapi/Manifest 
b/media-plugins/gst-plugins-vaapi/Manifest
index 49b7387..bede664 100644
--- a/media-plugins/gst-plugins-vaapi/Manifest
+++ b/media-plugins/gst-plugins-vaapi/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamer-vaapi-0.7.0.tar.bz2 2362818 SHA256 
abe8ea4dfb3177d038b38610537c651b943707ed110882782a19b95a9ea04a92 SHA512 
8594b97320b34c586fde0ab76f44cd6b8ee2404101259a65d2a457a89d75f158368c35471d85d82cd47beb5163fb075142fc2aeb0364566e1da7971a98a92357
 WHIRLPOOL 
4624d59a88482896da43da940c203181dcf66cd1ede82faa45efe200d30e1efda6872f08b758df2deadbce1fee476815ef0653f45234da81c1590c953ca613d5
 DIST gstreamer-vaapi-1.8.2.tar.xz 933152 SHA256 
5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229 SHA512 
9ffd0fdba59c22f428c1c219d27ad83ebaa5c36c1a1fc875161b03438d69151f83218ce2766131daa71ba332b232c79e7723ad9fe2131b9baa8cf96b50dbf9bd
 WHIRLPOOL 
e89f0a7fa5c1084456c797f685cf273c144f25dc34e60b0a9519c662f9f9b9d8daf542abbd51bf79722294613bbe36fe9511b1d64d6022d0f90361cc73ca0480
+DIST gstreamer-vaapi-1.8.3.tar.xz 936128 SHA256 
6cf3ded097924d23df40239c8f00811d1c727aa41cdc9baaedfc2a39ff2aac0c SHA512 
f456002334f5548d5493c258566a1e8c706af1df3a2cb0ce41975097e26f2b6b3ef29b99c1f89706089b31ef3f011284e4ca96a9bac7a1e6e7e9b96faca7ca2f
 WHIRLPOOL 
cd58397f60313092ab79a4e10289be0a50323feb6f311bc4a28c64cf495a5d5459cb59178bcc8c833e75b583d29e4e3cf044a33df45cb7b2a04f1d688aefdcce

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild
new file mode 100644
index ..a2d2355
--- /dev/null
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.8.3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+MY_PN="gstreamer-vaapi"
+DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for 
GStreamer"
+HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi;
+SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+drm egl opengl wayland +X"
+REQUIRED_USE="|| ( drm opengl wayland X )"
+
+RDEPEND="
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl?,${MULTILIB_USEDEP}]
+   >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}]
+   drm? (
+   >=virtual/libudev-208:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] )
+   egl? (
+   
>=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl,${MULTILIB_USEDEP}] )
+   opengl? (
+   >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
+   wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --disable-static \
+   $(use_enable drm) \
+   $(use_enable egl) \
+   $(use_enable opengl glx) \
+   $(use_enable wayland) \
+   $(use_enable X x11)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files --modules
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 21dd4004286adacf1b3e42a4ba64103c9d99d141
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 22:00:09 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dd4004

media-plugins/gst-plugins-meta: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 .../gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild | 70 ++
 1 file changed, 70 insertions(+)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild
new file mode 100644
index ..1aae29d
--- /dev/null
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Meta ebuild to pull in gst plugins for apps"
+HOMEPAGE="https://www.gentoo.org;
+
+LICENSE="metapackage"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-solaris"
+IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mms mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi 
vcd vorbis vpx wavpack X x264"
+REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
+
+RDEPEND="
+   >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:1.0[${MULTILIB_USEDEP}]
+   a52? ( >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   aac? ( >=media-plugins/gst-plugins-faad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   cdda? ( || (
+   
>=media-plugins/gst-plugins-cdparanoia-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-cdio-${PV}:1.0[${MULTILIB_USEDEP}] 
) )
+   dts? ( >=media-plugins/gst-plugins-dts-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dv? ( >=media-plugins/gst-plugins-dv-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvb? (
+   >=media-plugins/gst-plugins-dvb-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   dvd? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-dvdread-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-resindvd-${PV}:1.0[${MULTILIB_USEDEP}] )
+   ffmpeg? ( 
>=media-plugins/gst-plugins-libav-${PV}:1.0[${MULTILIB_USEDEP}] )
+   flac? ( >=media-plugins/gst-plugins-flac-${PV}:1.0[${MULTILIB_USEDEP}] )
+   http? ( >=media-plugins/gst-plugins-soup-${PV}:1.0[${MULTILIB_USEDEP}] )
+   jack? ( >=media-plugins/gst-plugins-jack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   lame? ( >=media-plugins/gst-plugins-lame-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libass? ( 
>=media-plugins/gst-plugins-assrender-${PV}:1.0[${MULTILIB_USEDEP}] )
+   libvisual? ( 
>=media-plugins/gst-plugins-libvisual-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mms? ( >=media-plugins/gst-plugins-libmms-${PV}:1.0[${MULTILIB_USEDEP}] 
)
+   modplug? ( 
>=media-plugins/gst-plugins-modplug-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mp3? (
+   >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-mad-${PV}:1.0[${MULTILIB_USEDEP}] )
+   mpeg? ( 
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   opus? ( >=media-plugins/gst-plugins-opus-${PV}:1.0[${MULTILIB_USEDEP}] )
+   oss? ( >=media-plugins/gst-plugins-oss-${PV}:1.0[${MULTILIB_USEDEP}] )
+   pulseaudio? ( 
>=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] )
+   taglib? ( 
>=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] )
+   v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vaapi? ( 
>=media-plugins/gst-plugins-vaapi-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vcd? (
+   >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}]
+   
>=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] )
+   vpx? ( >=media-plugins/gst-plugins-vpx-${PV}:1.0[${MULTILIB_USEDEP}] )
+   wavpack? ( 
>=media-plugins/gst-plugins-wavpack-${PV}:1.0[${MULTILIB_USEDEP}] )
+   x264? ( >=media-plugins/gst-plugins-x264-${PV}:1.0[${MULTILIB_USEDEP}] )
+"
+
+# Usage note:
+# The idea is that apps depend on this for optional gstreamer plugins.  Then,
+# when USE flags change, no app gets rebuilt, and all apps that can make use of
+# the new plugin 

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

2016-09-18 Thread Gilles Dartiguelongue
commit: 24a84814ffe55b488ed10e570e434ccf94b84186
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 22:03:02 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a84814

media-plugins/gst-plugins-opencv: initial ebuild, bug #581078

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-opencv/Manifest |  1 +
 .../gst-plugins-opencv-1.8.3.ebuild   | 19 +++
 media-plugins/gst-plugins-opencv/metadata.xml |  8 
 3 files changed, 28 insertions(+)

diff --git a/media-plugins/gst-plugins-opencv/Manifest 
b/media-plugins/gst-plugins-opencv/Manifest
new file mode 100644
index ..35e0b58
--- /dev/null
+++ b/media-plugins/gst-plugins-opencv/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild
new file mode 100644
index ..5c89ec5
--- /dev/null
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.8.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit gstreamer
+
+DESCRIPTION="OpenCV elements for Gstreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/opencv-2.3.0[${MULTILIB_USEDEP}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



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

2016-09-18 Thread Manuel Rüger
commit: 71389a9bbcf1b660d990b350758285722cdf6938
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 22:45:19 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 22:45:19 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=71389a9b

dev-python/whichcraft: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-python/whichcraft/Manifest  | 2 +-
 .../whichcraft/{whichcraft-0.1.1.ebuild => whichcraft-0.3.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/whichcraft/Manifest b/dev-python/whichcraft/Manifest
index d06a519..dd470ed 100644
--- a/dev-python/whichcraft/Manifest
+++ b/dev-python/whichcraft/Manifest
@@ -1 +1 @@
-DIST whichcraft-0.1.1.tar.gz 7833 SHA256 
7b2d3584318a890acc8e2665b434ad3214caff0684450cc60c60d16fa73117f7 SHA512 
e6c3e5ea866e9bf47ddf7a4a11ac1124d3f6fd50233624a493b09685e0e4b5d805768399391f0580228c8ca60d6c347499108027b12b05bf65a2d8dc78a9801a
 WHIRLPOOL 
1f4a92df6ac16e729ea03be340971d97ffb11b3da795f5d1a7e0bc836aaa06de04a0d7c2a819b45fccf18f7881af046c355d60bb9d0f8453161116c26da9fdd4
+DIST whichcraft-0.3.1.tar.gz 7963 SHA256 
2bdd608f379a50938e99c2599a83e12b208412d69f4931b4adce8f63a3b86c83 SHA512 
25256b2cffea814da7f20898e37a167c576bf79a58dcbbaf655c49ca0e905bfa9e73b840b710231c26855ea5e9ab9828fae60f78d4067dd752cdff2a12dee5df
 WHIRLPOOL 
a5cebf71c58a70ab81f9b6932ed70061b7989f84dbf1081f1b37950c2aa6ffac2e3f4abf86266dbdafd1d92e2afcb601c61dd7bdac229731082e36fc430e8390

diff --git a/dev-python/whichcraft/whichcraft-0.1.1.ebuild 
b/dev-python/whichcraft/whichcraft-0.3.1.ebuild
similarity index 92%
rename from dev-python/whichcraft/whichcraft-0.1.1.ebuild
rename to dev-python/whichcraft/whichcraft-0.3.1.ebuild
index 91b4688..ef1618e 100644
--- a/dev-python/whichcraft/whichcraft-0.1.1.ebuild
+++ b/dev-python/whichcraft/whichcraft-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-09-18 Thread Gilles Dartiguelongue
commit: b176c59960bc8844de14e363a6a931d5d4330a2b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:41:23 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b176c599

dev-python/gst-python: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 dev-python/gst-python/Manifest|  1 +
 dev-python/gst-python/gst-python-1.8.3.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/gst-python/Manifest b/dev-python/gst-python/Manifest
index 9358e51..e866cce 100644
--- a/dev-python/gst-python/Manifest
+++ b/dev-python/gst-python/Manifest
@@ -3,3 +3,4 @@ DIST gst-python-1.2.1.tar.bz2 410887 SHA256 
8823e5a9ffc51212df412652da44dc3f2a0e
 DIST gst-python-1.4.0.tar.xz 350316 SHA256 
b1e40c29ceb41b03f08d38aca6056054f0341d0706276326dceeec6ac8d53d3e SHA512 
b970fd16a3b9d82f343fbf20642d165bff25fb815cfe20cc51db8c04c298a8fbd9b96f41811c2d26982eadf1f9a84495c70fbdad553778c68604f828e4773a94
 WHIRLPOOL 
248d91fc0aac1314c4f7b40866579601a8024c947a29a90b5b6c3585358984f1a50eb6d56aec26609d37fc9144fdf38d5edd7ad61364481d25b7cebfaeff1a96
 DIST gst-python-1.6.2.tar.xz 358316 SHA256 
4e763e317079f48a2d6f37bd600bc19650d61597fac9f5763dbad293f72f9125 SHA512 
1793a4853aee560e32a9a29553c2730a20ee140bd241f89eb8cb16407a1ea3296ff47d21304f801b3fca140cafb1b6dd2c3574d11e851c424206cad6d3dc750e
 WHIRLPOOL 
160c5989f9d492c41b1208600d7fb524f5ca2fb126e00f648c31328863791b990f0335b74a53f0c41a8ed8352e4ac26f19a3b99f24b0c6295e5c9257b4b89a68
 DIST gst-python-1.8.2.tar.xz 370604 SHA256 
4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97 SHA512 
c1b306f1b29933b081267628491c370e9e21ffeb08d9b8bbe031e36caf91217e5465e142c82cc98abc8fdf9678d8ab9f12c1b9b4c9693d42f7a892c9802a836f
 WHIRLPOOL 
c2a221cf9fc9821509c9a9b54368980bfea6d60cd61d533753a0ca474809bead0e5577828906d0af73b893892c13a339f6442f275fd4a431b5b2aec27b8193b3
+DIST gst-python-1.8.3.tar.xz 370524 SHA256 
149e7b9c2c361832bc765d39bce004d1ffe1b330c09c42dc902ca48867e804ce SHA512 
1660123c7ab8db85ee617fc2cd67fef4abac33e8fe1dc4d9e98b70612bb0bc6e9ea98702139f007c3e26d0139d655d6b43bcbc2cc9fade4156e6ee4842cd4119
 WHIRLPOOL 
432f67b6d224ed66b6601264a98a841e02c2c2d119cbb26f22d55b5b72f98fc2bcaaa833ed19b7251f928e7f7936888ff57251985fb87a1ffd3c887071803db9

diff --git a/dev-python/gst-python/gst-python-1.8.3.ebuild 
b/dev-python/gst-python/gst-python-1.8.3.ebuild
new file mode 100644
index ..57bc8b3
--- /dev/null
+++ b/dev-python/gst-python/gst-python-1.8.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+
+inherit eutils python-r1
+
+DESCRIPTION="A Python Interface to GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=media-libs/gstreamer-${PV}:1.0[introspection]
+   >=media-libs/gst-plugins-base-${PV}:1.0[introspection]
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   prepare_gst() {
+   mkdir -p "${BUILD_DIR}" || die
+   }
+   python_foreach_impl prepare_gst
+}
+
+src_configure() {
+   ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   python_foreach_impl run_in_build_dir default
+   prune_libtool_files --modules
+   einstalldocs
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: e244cf5f517492d0d4da1a28c9a6fe1546e5fc69
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:58:33 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e244cf5f

media-plugins/gst-plugins-lame: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-lame/Manifest   |  1 +
 .../gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild| 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild 
b/media-plugins/gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild
new file mode 100644
index ..bd0de93
--- /dev/null
+++ b/media-plugins/gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MP3 encoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 5dc93799b51642018a6d29a21bdfbcabac682490
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:58:49 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc93799

media-plugins/gst-plugins-mad: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-mad/Manifest|  1 +
 .../gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild  | 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild 
b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild
new file mode 100644
index ..331690e
--- /dev/null
+++ b/media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MP3 decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 91d8adfe423c33dfada4a7b85477d5c2d8e4143c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:59:04 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d8adfe

media-plugins/gst-plugins-mpeg2dec: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-mpeg2dec/Manifest   |  1 +
 .../gst-plugins-mpeg2dec-1.8.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

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

diff --git 
a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild 
b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild
new file mode 100644
index ..abe4cc1
--- /dev/null
+++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MPEG2 decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 3788c2aac921eaeb031b62d68163a41197909fdb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:49:46 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3788c2aa

media-plugins/gst-plugins-libav: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-libav/Manifest   |  1 +
 .../gst-plugins-libav-1.8.3-ffmpeg-compat.patch| 51 ++
 .../gst-plugins-libav-1.8.3.ebuild | 77 ++
 3 files changed, 129 insertions(+)

diff --git a/media-plugins/gst-plugins-libav/Manifest 
b/media-plugins/gst-plugins-libav/Manifest
index b1daa73..ef3a87a 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,3 +1,4 @@
 DIST gst-libav-1.4.5.tar.xz 5220508 SHA256 
605c62624604f3bb5c870844cc1f2711779cc533b004c2aa1d8c0d58557afbbc SHA512 
a2f9250a51440358d205ef160119498d52cf4944fe810e736e4561f2cdbb8dabad6220d6e4da507f013c42bea69ce72acc373982642278de0a03605bbcd4f75f
 WHIRLPOOL 
075ad91101def8ee8958eaf3051390a76efa3860a4d6796b7f5f86f9b175ca493aa3094e59b24b19c59025337683178f43346e887d7b5efe46b0f9aeadcd28d2
 DIST gst-libav-1.6.3.tar.xz 7700700 SHA256 
857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab SHA512 
8e5fde08921937f96814b7953e142fb9affa48b22f90ed5a5895ec2f7bdfe320c28f83a93c17c93ba933266a5163ce689c3ee803e78256b3d664516d7d08
 WHIRLPOOL 
12070c01d74bb512a62a755d77bc558b1d29d7ffefbeafc20ee193cf7ebe9b4411f6a09784f02a83ff749853e2a5cd6140a71e00631e247dccfd0cc005db98fd
 DIST gst-libav-1.8.2.tar.xz 7982640 SHA256 
b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a SHA512 
7224bc11b640f770864568262b0e21af2282d692e115148bb621405d350aa3c56c5ee23d542aaebd3729111e293b92aeacd4863b83d2f801fb9d59171eb9a61c
 WHIRLPOOL 
8fc82f33d86b7c393408ba72d86a2ce906093e7699009edf1c954d82e3524e2a15f3ebf7e0cff863a77d757fc399cc781f377ea0d8f3bf66ae5a19dd2d1c8722
+DIST gst-libav-1.8.3.tar.xz 7958532 SHA256 
9006a05990089f7155ee0e848042f6bb24e52ab1d0a59ff8d1b5d7e33001a495 SHA512 
49aa96197cd32ad31e280870495d64cdfe4bde67507e9cb166b80d0c394b510e734befa3ff13d6fe0711be0ffa24dd0a63a77fb62af91ab776d9844059cb839d
 WHIRLPOOL 
0109f897ce7d42d21b467b42a661f02900896ea90c085f731b1c69de9c4913de36f3d48544db6fd44a5b828614947b6b9b1d851af2c5f739fbb537ac3022af88

diff --git 
a/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.8.3-ffmpeg-compat.patch
 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.8.3-ffmpeg-compat.patch
new file mode 100644
index ..d6c027e
--- /dev/null
+++ 
b/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.8.3-ffmpeg-compat.patch
@@ -0,0 +1,51 @@
+From f48282d442689f7559bfefd70929634a0bde3b84 Mon Sep 17 00:00:00 2001
+From: Iain Lane 
+Date: Fri, 2 Sep 2016 16:55:46 +0100
+Subject: [PATCH] Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough
+ libavcodecs
+
+https://bugzilla.gnome.org/show_bug.cgi?id=770753
+---
+ ext/libav/gstavviddec.c | 7 +--
+ ext/libav/gstavvidenc.c | 7 +--
+ 2 files changed, 10 insertions(+), 4 deletions(-)
+
+diff --git a/ext/libav/gstavviddec.c b/ext/libav/gstavviddec.c
+index 8aabcb1..71310ec 100644
+--- a/ext/libav/gstavviddec.c
 b/ext/libav/gstavviddec.c
+@@ -2044,8 +2044,11 @@ gst_ffmpegviddec_register (GstPlugin * plugin)
+ || in_plugin->id == AV_CODEC_ID_Y41P
+ || in_plugin->id == AV_CODEC_ID_012V
+ || in_plugin->id == AV_CODEC_ID_YUV4
+-|| in_plugin->id == AV_CODEC_ID_ZLIB
+-|| in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME) {
++#if AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, 
LIBAVCODEC_VERSION_MICRO) >= \
++AV_VERSION_INT (57,4,0)
++|| in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME
++#endif
++|| in_plugin->id == AV_CODEC_ID_ZLIB) {
+   goto next;
+ }
+ 
+diff --git a/ext/libav/gstavvidenc.c b/ext/libav/gstavvidenc.c
+index 9fb7f64..2ec32d8 100644
+--- a/ext/libav/gstavvidenc.c
 b/ext/libav/gstavvidenc.c
+@@ -966,8 +966,11 @@ gst_ffmpegvidenc_register (GstPlugin * plugin)
+ || in_plugin->id == AV_CODEC_ID_Y41P
+ || in_plugin->id == AV_CODEC_ID_012V
+ || in_plugin->id == AV_CODEC_ID_YUV4
+-|| in_plugin->id == AV_CODEC_ID_ZLIB
+-|| in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME) {
++#if AV_VERSION_INT (LIBAVCODEC_VERSION_MAJOR, LIBAVCODEC_VERSION_MINOR, 
LIBAVCODEC_VERSION_MICRO) >= \
++AV_VERSION_INT (57,4,0)
++|| in_plugin->id == AV_CODEC_ID_WRAPPED_AVFRAME
++#endif
++|| in_plugin->id == AV_CODEC_ID_ZLIB) {
+   goto next;
+ }
+ 
+-- 
+2.7.4
+

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.8.3.ebuild
new file mode 100644
index ..91f7eea
--- /dev/null
+++ 

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

2016-09-18 Thread Gilles Dartiguelongue
commit: 2699f6411f9766622168d633123b6b65cf027902
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:38:09 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2699f641

media-plugins/gst-plugins-kate: initial ebuild, bug #386897

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-kate/Manifest   |  1 +
 .../gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild| 19 +++
 media-plugins/gst-plugins-kate/metadata.xml   |  8 
 3 files changed, 28 insertions(+)

diff --git a/media-plugins/gst-plugins-kate/Manifest 
b/media-plugins/gst-plugins-kate/Manifest
new file mode 100644
index ..35e0b58
--- /dev/null
+++ b/media-plugins/gst-plugins-kate/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git a/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild 
b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild
new file mode 100644
index ..1c85ee6
--- /dev/null
+++ b/media-plugins/gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit gstreamer
+
+DESCRIPTION="Kate overlay codec suppport plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libkate-0.1.7[${MULTILIB_USEDEP}]
+   >=media-libs/libtiger-0.3.2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-kate/metadata.xml 
b/media-plugins/gst-plugins-kate/metadata.xml
new file mode 100644
index ..fb1ea72
--- /dev/null
+++ b/media-plugins/gst-plugins-kate/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 5fa1a78a00102efe6bf81d265cc3d8e31c3de43e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:37:05 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa1a78a

media-plugins/gst-plugins-srtp: initial ebuild, bug #592192

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-srtp/Manifest|  1 +
 .../gst-plugins-srtp/gst-plugins-srtp-1.8.3.ebuild | 18 ++
 media-plugins/gst-plugins-srtp/metadata.xml|  8 
 3 files changed, 27 insertions(+)

diff --git a/media-plugins/gst-plugins-srtp/Manifest 
b/media-plugins/gst-plugins-srtp/Manifest
new file mode 100644
index ..35e0b58
--- /dev/null
+++ b/media-plugins/gst-plugins-srtp/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3.ebuild
new file mode 100644
index ..6bb4a11
--- /dev/null
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.8.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+MULTILIB_COMPAT=( abi_x86_64 )
+
+inherit gstreamer
+
+DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   net-libs/libsrtp:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-srtp/metadata.xml 
b/media-plugins/gst-plugins-srtp/metadata.xml
new file mode 100644
index ..fb1ea72
--- /dev/null
+++ b/media-plugins/gst-plugins-srtp/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/

2016-09-18 Thread Gilles Dartiguelongue
commit: 309338ff9c304ffb6d1677f0368407ba9919cd8a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:42:52 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309338ff

media-libs/gst-rtsp-server: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 media-libs/gst-rtsp-server/Manifest|  1 +
 .../gst-rtsp-server/gst-rtsp-server-1.8.3.ebuild   | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-libs/gst-rtsp-server/Manifest 
b/media-libs/gst-rtsp-server/Manifest
index fe3d9d4..03c6d2b 100644
--- a/media-libs/gst-rtsp-server/Manifest
+++ b/media-libs/gst-rtsp-server/Manifest
@@ -1,3 +1,4 @@
 DIST gst-rtsp-0.10.8.tar.bz2 567670 SHA256 
9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617 SHA512 
c5020cffa9334b7d9c6b9dbe6f32bd45801c67689269d232e954ef9d96d8b988e3fb19da89701eae26419df0bf6de5796f7780cfbedda4c07154b1c1ebd7
 WHIRLPOOL 
6bd260edaef5ab003ef7176d84c46d5a94d365af51226108af9ab845d6e5910d90c721d5fd87e7fe93b141a82e5114b4c674a1d2500ef57302bf845c87f5463c
 DIST gst-rtsp-server-1.6.2.tar.xz 560824 SHA256 
0f51f9879556c0950203c766b09a1b62f1f25b17f9a7d516e01b13ecf93c8858 SHA512 
853a26cde765f029c1d357092684a2c0b187c213e0877567b17f45727e179e110fd55484134bfee0dfd32b5af8fa8443c5cafac0aa6d445166fe3d12aa331354
 WHIRLPOOL 
fba57cdb95926312f2e9d3db495ecffdd46962c758aafb606d18c97561e8da7233da2939100ba7fd03d4d4c4605c72511a2cc26408e09aefd83f2d59e6ae
 DIST gst-rtsp-server-1.8.2.tar.xz 599944 SHA256 
7d414cd4302ae253821dcb22d483fadc9d21cf96b5fd4c0a33fd41960f8e0459 SHA512 
9573b7f440ac9885a7ca168b5e249994cc8534233058e6297d05c7e933388cf7e6ecd23acbf0793853557498e357c61877915cbc05c2e0a2796668bfaa0fb738
 WHIRLPOOL 
c59548399e0025cb7d68d5769f6154472838af387259f9685d1242769f545b27ed160a65532f741d7b49e2f5e52ff0e9097dbf1cd31d7cecc6e54810bef37bf4
+DIST gst-rtsp-server-1.8.3.tar.xz 601536 SHA256 
010f06800c1c957851d1352e5ec7a8ba3ce6a857fec1b8afc7d1a9e5f53288bf SHA512 
576b4d39abd5d6903da8dd1a0b1d5464e52ec050bad27cec304ad30f4e839e7ec18f07808e1d43f4b10ba469f02f32c6c494a285480347cdf9967de1723bc9fe
 WHIRLPOOL 
f7ac6f592f5341d46d19b3e3930ed362d71b44518ff5ceb1f11ad893f5976c27567f83d6836b28fc2d93152853a09c84b3b8558f2e19f047fbb8f364fad29c51

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.3.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.3.ebuild
new file mode 100644
index ..d687a6c
--- /dev/null
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gstreamer
+
+DESCRIPTION="A GStreamer based RTSP server"
+HOMEPAGE="https://people.freedesktop.org/~wtay/;
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples +introspection static-libs test"
+
+# FIXME: check should depend on USE=test but check is losy
+# configure says good and bad are required by macros forces them to be optional
+# they are only used in unittests anyway.
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
+   
>=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/check-0.9.2
+   >=dev-util/gtk-doc-am-1.12
+   test? (
+   
>=media-libs/gst-plugins-bad-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   )
+"
+
+# Due to gstreamer src_configure
+QA_CONFIGURE_OPTIONS="--enable-nls"
+
+multilib_src_configure() {
+   # debug: only adds -g to CFLAGS
+   # docbook: nothing behind that switch
+   # libcgroup is automagic and only used in examples
+   gstreamer_multilib_src_configure \
+   --disable-examples \
+   --disable-docbook \
+   --disable-gtk-doc \
+   $(multilib_native_use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test tests) \
+   LIBCGROUP_LIBS= \
+   LIBCGROUP_FLAGS=
+
+   # work-around gtk-doc out-of-source brokedness
+   if multilib_is_native_abi ; then
+   ln -s "${S}"/docs/libs/${d}/html docs/libs/${d}/html || die
+   fi
+}
+
+multilib_src_install() {
+   emake install DESTDIR="${D}"
+   # Handle broken upstream modifications to defaults of gtk-doc
+   emake install -C docs/libs DESTDIR="${D}"
+   prune_libtool_files
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   if use examples ; then
+   insinto /usr/share/doc/${PF}/examples
+   doins "${S}"/examples/*.c
+   fi
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 86e42af8fafbfb3413bb463dab62e92f25ecc680
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:47:33 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e42af8

media-libs/gstreamer-editing-services: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 media-libs/gstreamer-editing-services/Manifest |  1 +
 .../gstreamer-editing-services-1.8.3.ebuild| 58 ++
 2 files changed, 59 insertions(+)

diff --git a/media-libs/gstreamer-editing-services/Manifest 
b/media-libs/gstreamer-editing-services/Manifest
index ee6c34c..1a3e062 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,2 +1,3 @@
 DIST gstreamer-editing-services-1.6.2.tar.xz 1007064 SHA256 
d12a174bac7af71f22f9d270aca7bd7abd6478d86247240e5d1e358c645d40c4 SHA512 
6191b7527adfa7952af71072948440ce74eff82eee0600412a516ffd6a597cd37f6a0c5bbdf12ee0872059715a6b1c3246101d5e20e497ba751bfe1a1d6e0957
 WHIRLPOOL 
f35f6882221ca5298f2ce37326bc4731781285386db332c8b857f0e6ed8f889ef75210bb6a587dee0cb3d1e9500381df4a4df1232763dc92842f27bf8aaec255
 DIST gstreamer-editing-services-1.8.2.tar.xz 1026884 SHA256 
a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae SHA512 
309f31c4c9055d4a24ecb241ff5b84cf88a7278ae4c0802b99c9ab835722be6d6bb2d76a2903f886d6ae791ad6aeee08fa87b9b1c476c7b72b019f185c06e213
 WHIRLPOOL 
011dd6b52cf9a24c255f81ceb74aa20bdaac552b51378f90708d9c71e52c8c74835fdfe789047604b6abdf5a6529d6d85eb78b6106abf819f6ab6e9ad72b6dc6
+DIST gstreamer-editing-services-1.8.3.tar.xz 1027560 SHA256 
c48a75ab2a3b72ed33f69d8279c56c0f3a2d0881255f8b169a7a13518eaa13cd SHA512 
d5cefef0b28267aeeaaab8860591272dd39962dd9a5f388ced5df8d675e3ed85aef77b8f5f46cb23f5252fbfb4b9363246cb68c7f1d1ac5a0e7ec7321123
 WHIRLPOOL 
bf5e87437f869375f43d5f2dcfc4536e1de23108d013ab607eab71f039500e1fe7db56793c4447cf88da55eccdbd8c44d708743e9b60a02d3e2bd19f86fdc935

diff --git 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild
new file mode 100644
index ..3fe2e18
--- /dev/null
+++ 
b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit bash-completion-r1 gnome2 python-r1
+
+DESCRIPTION="SDK for making video editors and more"
+HOMEPAGE="http://wiki.pitivi.org/wiki/GES;
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+introspection"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40.0:2
+   dev-libs/libxml2:2
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=media-libs/gstreamer-${PV}:1.0[introspection?]
+   >=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
+   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-libs/gnonlin:1.0
+"
+DEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=dev-util/gtk-doc-am-1.3
+   virtual/pkgconfig
+"
+# XXX: tests do pass but need g-e-s to be installed due to missing
+# AM_TEST_ENVIRONMENT setup.
+RESTRICT="test"
+
+src_configure() {
+   # gtk is only used for examples
+   gnome2_src_configure \
+   $(use_enable introspection) \
+   --disable-examples \
+   --without-gtk \
+   --with-bash-completion-dir="$(get_bashcompdir)" \
+   --with-package-name="GStreamer editing services ebuild for 
Gentoo" \
+   
--with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services;
+}
+
+src_compile() {
+   # Prevent sandbox violations, bug #53
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+   addpredict /dev
+   gnome2_src_compile
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 660b2fa726121aebfcc97f0e4ded3f73c1a141dc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:57:46 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660b2fa7

media-plugins/gst-plugins-amr: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-amr/Manifest  |  1 +
 .../gst-plugins-amr/gst-plugins-amr-1.8.3.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/media-plugins/gst-plugins-amr/Manifest 
b/media-plugins/gst-plugins-amr/Manifest
index 69e35d3..2d4989c 100644
--- a/media-plugins/gst-plugins-amr/Manifest
+++ b/media-plugins/gst-plugins-amr/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 SHA256 
4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873 SHA512 
16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
 WHIRLPOOL 
f72f224c5f486982370e9d264ad7c658324783b42e995eef759faf270a18d8f12261d90ac6e70af38579921b0970f7aba50c6d091edcd6dc3dda272bcbef755f
 DIST gst-plugins-ugly-1.6.3.tar.xz 859408 SHA256 
2fecf7b7c7882f8f62f1900048f4013f98c214fb3d3303d8d812245bb41fd064 SHA512 
655b69c9ee5f6f0eba6a902f7c9dfdee8ec0260bcf8849a8917a6eb5f14cfb9fe074dbfb9b7dc4e6600446610edd06819c19da2662391b73977ea3d950218c9e
 WHIRLPOOL 
ee97135766cb3aa67bd931c92597449ed06c303a074dc0bfcc5d6b3042f3e5b4485b48bad5d7a84ac0db180b4a6e81a6726bfb52fcb7369977149b7ff6bb
 DIST gst-plugins-ugly-1.8.2.tar.xz 885728 SHA256 
9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac SHA512 
8f1d59a9b47a6ea5c69fbaa15c98a40d179bc9b1a7866a9899aaaccc72832cbd81f9e74d43457f7d2418d4957567a28e5ca49b77eb373575800d8c1bd449696f
 WHIRLPOOL 
49910077c97141d40884299f5663898813801cccf9af596c2463ef9c85abc46ce7249781c5afbc15913ffd2044d0e6334a64a5fd761da8b7abd9ac577e7632f7
+DIST gst-plugins-ugly-1.8.3.tar.xz 883200 SHA256 
6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693 SHA512 
b4297cbcb553997fbad47a39ad75f655e725629468c71b5af4b30d40309aa0924bd2bf790686db766f6eaacaf69850d1cebf88106dd2b3c24b65a511e54eb484
 WHIRLPOOL 
6203d6787a112f6cf75910f54bcea04e26057939c1e8b347af97c3b85c2d63d11dbe65285bb23e10007a27e5719493ce4b1c02739955f12f76f83b12ed38c574

diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.8.3.ebuild 
b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.8.3.ebuild
new file mode 100644
index ..de4de9b
--- /dev/null
+++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.8.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="AMRNB encoder/decodor and AMRWB decoder plugin for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_BUILD="amrnb amrwb"
+GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 3648d2dfe14ea75804f58eeb58916b670e5c33f2
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:58:01 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3648d2df

media-plugins/gst-plugins-cdio: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-cdio/Manifest   |  1 +
 .../gst-plugins-cdio/gst-plugins-cdio-1.8.3.ebuild| 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.8.3.ebuild 
b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.8.3.ebuild
new file mode 100644
index ..6b323cb
--- /dev/null
+++ b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: f8ec5b98f310412bf19f07d63de2851ece70b946
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:57:38 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ec5b98

media-plugins/gst-plugins-a52dec: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-a52dec/Manifest  |  1 +
 .../gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild | 18 ++
 2 files changed, 19 insertions(+)

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

diff --git a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild 
b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild
new file mode 100644
index ..713592f
--- /dev/null
+++ b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="ATSC A/52 audio decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=media-libs/a52dec-0.7.4-r6[${MULTILIB_USEDEP}]
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: f0f35736249a00b3785ac87457d37bd9f859afcb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 21:10:43 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f35736

media-plugins/gst-plugins-mpg123: initial ebuild, bug #558444

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-mpg123/Manifest   |  1 +
 .../gst-plugins-mpg123/gst-plugins-mpg123-1.8.3.ebuild  | 17 +
 media-plugins/gst-plugins-mpg123/metadata.xml   |  8 
 3 files changed, 26 insertions(+)

diff --git a/media-plugins/gst-plugins-mpg123/Manifest 
b/media-plugins/gst-plugins-mpg123/Manifest
new file mode 100644
index ..2bcdaea
--- /dev/null
+++ b/media-plugins/gst-plugins-mpg123/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-ugly-1.8.3.tar.xz 883200 SHA256 
6fa2599fdd072d31fbaf50c34af406e2be944a010b1f4eab67a5fe32a0310693 SHA512 
b4297cbcb553997fbad47a39ad75f655e725629468c71b5af4b30d40309aa0924bd2bf790686db766f6eaacaf69850d1cebf88106dd2b3c24b65a511e54eb484
 WHIRLPOOL 
6203d6787a112f6cf75910f54bcea04e26057939c1e8b347af97c3b85c2d63d11dbe65285bb23e10007a27e5719493ce4b1c02739955f12f76f83b12ed38c574

diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.8.3.ebuild 
b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.8.3.ebuild
new file mode 100644
index ..d923dcb
--- /dev/null
+++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.8.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="MP3 decoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-sound/mpg123-1.23[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-mpg123/metadata.xml 
b/media-plugins/gst-plugins-mpg123/metadata.xml
new file mode 100644
index ..fb1ea72
--- /dev/null
+++ b/media-plugins/gst-plugins-mpg123/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



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

2016-09-18 Thread Gilles Dartiguelongue
commit: c926b9d7023dc57b0166de1252f0c25dbcbf9816
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 20:38:38 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c926b9d7

media-libs/gst-plugins-ugly: version bump 1.8.2 → 1.8.3

Package-Manager: portage-2.3.0

 media-libs/gst-plugins-ugly/Manifest   |  1 +
 .../gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

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

diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild 
b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild
new file mode 100644
index ..4d6678f
--- /dev/null
+++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-ugly"
+
+inherit eutils gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+multilib_src_configure() {
+   gstreamer_multilib_src_configure
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   prune_libtool_files --modules
+}



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

2016-09-18 Thread Gilles Dartiguelongue
commit: e344888b325b2c8813e1ada0e5105b2799216203
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:59:19 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e344888b

media-plugins/gst-plugins-sidplay: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-sidplay/Manifest|  1 +
 .../gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild  | 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild
new file mode 100644
index ..a29693c
--- /dev/null
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="Sid decoder plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 972db728c8d58e18390c9a6c9ecf36e8de4236cd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:59:50 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972db728

media-plugins/gst-plugins-x264: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-x264/Manifest  |  1 +
 .../gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild   | 16 
 2 files changed, 17 insertions(+)

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

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



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 359af5adea7b2fad5567ded5fb735128aaa2bb1d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 18:58:17 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359af5ad

media-plugins/gst-plugins-dvdread: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-dvdread/Manifest|  1 +
 .../gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild  | 15 +++
 2 files changed, 16 insertions(+)

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

diff --git a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild 
b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild
new file mode 100644
index ..625b902
--- /dev/null
+++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-ugly
+
+inherit gstreamer
+
+DESCRIPTION="DVD read plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 2b943362baccc74d558cff9eef0045a00684dcd7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 09:56:19 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b943362

media-plugins/gst-plugins-x265: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-x265/Manifest |  1 +
 .../gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/media-plugins/gst-plugins-x265/Manifest 
b/media-plugins/gst-plugins-x265/Manifest
index a67cb43..a48b65c 100644
--- a/media-plugins/gst-plugins-x265/Manifest
+++ b/media-plugins/gst-plugins-x265/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 
971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 
0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915
 WHIRLPOOL 
eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612
 DIST gst-plugins-bad-1.8.2.tar.xz 4455536 SHA256 
d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97 SHA512 
0b8a7df6b60f24655b463dedae71de6c92dbbbc3bdf42f4b722caaee17cd701ae3c078a2ca81a9d6568123aeade20a8a3759f72a7a9806f4533375d61ab028b6
 WHIRLPOOL 
a7af68b86bfff8c19683dd5afaaed6ea627b6d2fa54103ccc1310909ff500d36ee2c72a5bd66f2074f2bcf9f8292733dd09101ece26c47b54a18598364e39415
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild 
b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild
new file mode 100644
index ..a416a0c
--- /dev/null
+++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.8.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-bad"
+
+inherit gstreamer
+
+DESCRIPTION="H.265 encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/x265:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 645efd461027abc306a0cbb63e4a4ebe8e9ccb29
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 09:56:11 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645efd46

media-plugins/gst-plugins-voamrwbenc: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-voamrwbenc/Manifest |  1 +
 .../gst-plugins-voamrwbenc-1.8.3.ebuild   | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest 
b/media-plugins/gst-plugins-voamrwbenc/Manifest
index a67cb43..a48b65c 100644
--- a/media-plugins/gst-plugins-voamrwbenc/Manifest
+++ b/media-plugins/gst-plugins-voamrwbenc/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 
971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 
0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915
 WHIRLPOOL 
eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612
 DIST gst-plugins-bad-1.8.2.tar.xz 4455536 SHA256 
d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97 SHA512 
0b8a7df6b60f24655b463dedae71de6c92dbbbc3bdf42f4b722caaee17cd701ae3c078a2ca81a9d6568123aeade20a8a3759f72a7a9806f4533375d61ab028b6
 WHIRLPOOL 
a7af68b86bfff8c19683dd5afaaed6ea627b6d2fa54103ccc1310909ff500d36ee2c72a5bd66f2074f2bcf9f8292733dd09101ece26c47b54a18598364e39415
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild
new file mode 100644
index ..3222178
--- /dev/null
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Gilles Dartiguelongue
commit: 9f29045e78636f42626eed51b2fe5e27f8325c9e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Sep 18 09:56:03 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Sep 18 22:43:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f29045e

media-plugins/gst-plugins-voaacenc: version bump to 1.8.3

Package-Manager: portage-2.3.0

 media-plugins/gst-plugins-voaacenc/Manifest   |  1 +
 .../gst-plugins-voaacenc-1.8.3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/media-plugins/gst-plugins-voaacenc/Manifest 
b/media-plugins/gst-plugins-voaacenc/Manifest
index a67cb43..a48b65c 100644
--- a/media-plugins/gst-plugins-voaacenc/Manifest
+++ b/media-plugins/gst-plugins-voaacenc/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.6.3.tar.xz 4216940 SHA256 
971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61 SHA512 
0a3a1d3617f167e69c20db3fccf7af0c4983b8012136093dcc3d08c059d0d8687cf921309c91f94afb250e0c3b9f9ff397a98ff548ca83dc12ae762119ffc915
 WHIRLPOOL 
eb1f1376ee9b36da09f93b14d587169a007578f7cfdce3981ae905638c28f32b85a2f2667fc347f0b9ff4aaa51512f9726377c9ab3c73040886eab9a09833612
 DIST gst-plugins-bad-1.8.2.tar.xz 4455536 SHA256 
d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97 SHA512 
0b8a7df6b60f24655b463dedae71de6c92dbbbc3bdf42f4b722caaee17cd701ae3c078a2ca81a9d6568123aeade20a8a3759f72a7a9806f4533375d61ab028b6
 WHIRLPOOL 
a7af68b86bfff8c19683dd5afaaed6ea627b6d2fa54103ccc1310909ff500d36ee2c72a5bd66f2074f2bcf9f8292733dd09101ece26c47b54a18598364e39415
+DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 
7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 
3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4
 WHIRLPOOL 
7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild
new file mode 100644
index ..9c490c5
--- /dev/null
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.8.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="AAC encoder plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2016-09-18 Thread Andreas Hüttel
commit: 6d97bded8a39ab0501751c5da25fd42107eb91ae
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 22:41:12 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:41:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d97bded

net-analyzer/munin: Needs rebuild on Perl upgrade

Package-Manager: portage-2.3.0

 net-analyzer/munin/munin-2.0.19-r1.ebuild | 2 +-
 net-analyzer/munin/munin-2.0.19.ebuild| 2 +-
 net-analyzer/munin/munin-2.0.25-r1.ebuild | 2 +-
 net-analyzer/munin/munin-2.0.25.ebuild| 2 +-
 net-analyzer/munin/munin-2.1..ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/munin/munin-2.0.19-r1.ebuild 
b/net-analyzer/munin/munin-2.0.19-r1.ebuild
index fde3aa0..3a31df0 100644
--- a/net-analyzer/munin/munin-2.0.19-r1.ebuild
+++ b/net-analyzer/munin/munin-2.0.19-r1.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 # Some of the postgres plugins use DBD::Pg, while others call psql directly.
 # Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
 # We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
-DEPEND_COM="dev-lang/perl[berkdb]
+DEPEND_COM="dev-lang/perl:=[berkdb]
kernel_linux? ( sys-process/procps )
doc? ( dev-python/sphinx )
asterisk? ( dev-perl/Net-Telnet )

diff --git a/net-analyzer/munin/munin-2.0.19.ebuild 
b/net-analyzer/munin/munin-2.0.19.ebuild
index 0697507..f857167 100644
--- a/net-analyzer/munin/munin-2.0.19.ebuild
+++ b/net-analyzer/munin/munin-2.0.19.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 # Some of the postgres plugins use DBD::Pg, while others call psql directly.
 # Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
 # We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
-DEPEND_COM="dev-lang/perl[berkdb]
+DEPEND_COM="dev-lang/perl:=[berkdb]
kernel_linux? ( sys-process/procps )
doc? ( dev-python/sphinx )
asterisk? ( dev-perl/Net-Telnet )

diff --git a/net-analyzer/munin/munin-2.0.25-r1.ebuild 
b/net-analyzer/munin/munin-2.0.25-r1.ebuild
index 10a2fcb..2303440 100644
--- a/net-analyzer/munin/munin-2.0.25-r1.ebuild
+++ b/net-analyzer/munin/munin-2.0.25-r1.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 # Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
 # We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
 DEPEND_COM="
-   dev-lang/perl[berkdb]
+   dev-lang/perl:=[berkdb]
dev-perl/DBI
dev-perl/Date-Manip
dev-perl/File-Copy-Recursive

diff --git a/net-analyzer/munin/munin-2.0.25.ebuild 
b/net-analyzer/munin/munin-2.0.25.ebuild
index 6e8b1b8..9d4ac4c 100644
--- a/net-analyzer/munin/munin-2.0.25.ebuild
+++ b/net-analyzer/munin/munin-2.0.25.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 # Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
 # We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
 DEPEND_COM="
-   dev-lang/perl[berkdb]
+   dev-lang/perl:=[berkdb]
dev-perl/DBI
dev-perl/Date-Manip
dev-perl/File-Copy-Recursive

diff --git a/net-analyzer/munin/munin-2.1..ebuild 
b/net-analyzer/munin/munin-2.1..ebuild
index 7a854c2..9716ee8 100644
--- a/net-analyzer/munin/munin-2.1..ebuild
+++ b/net-analyzer/munin/munin-2.1..ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 # Some of the postgres plugins use DBD::Pg, while others call psql directly.
 # Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
 # We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
-DEPEND_COM="dev-lang/perl[berkdb]
+DEPEND_COM="dev-lang/perl:=[berkdb]
sys-process/procps
doc? ( dev-python/sphinx )
irc? ( dev-perl/Net-IRC )



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

2016-09-18 Thread Zac Medico
commit: f1b3eaebc8767d0e52dcac8ff2847cc16beb1f8a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 18 22:40:01 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 22:40:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b3eaeb

dev-python/pycares: remove unused eutils inherit

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/pycares/pycares-2.1.0.ebuild 
b/dev-python/pycares/pycares-2.1.0.ebuild
index 23c4522..5cc5d52 100644
--- a/dev-python/pycares/pycares-2.1.0.ebuild
+++ b/dev-python/pycares/pycares-2.1.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 
-inherit eutils distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Python interface for c-ares"
 HOMEPAGE="https://github.com/saghul/pycares/;



[gentoo-commits] repo/gentoo:master commit in: sci-biology/bowtie/, sci-biology/bowtie/files/

2016-09-18 Thread David Seifert
commit: a4da0209640e967dbbc8cd85820ff8858e34f872
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep 18 22:39:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 18 22:39:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4da0209

sci-biology/bowtie: Allow for compiling with GCC 6

Gentoo-bug: 593966

Package-Manager: portage-2.3.0

 sci-biology/bowtie/bowtie-2.2.9.ebuild |  3 ++-
 .../bowtie/files/bowtie-2.2.9-fix-c++14.patch  | 29 ++
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/sci-biology/bowtie/bowtie-2.2.9.ebuild 
b/sci-biology/bowtie/bowtie-2.2.9.ebuild
index 6e66420..8544512 100644
--- a/sci-biology/bowtie/bowtie-2.2.9.ebuild
+++ b/sci-biology/bowtie/bowtie-2.2.9.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Popular short read aligner for Next-generation sequencing data"
 HOMEPAGE="http://bowtie-bio.sourceforge.net/bowtie2/;
@@ -25,6 +25,7 @@ S="${WORKDIR}/${PN}2-${PV}"
 
 DOCS=( AUTHORS NEWS TUTORIAL )
 HTML_DOCS=( doc/{manual.html,style.css} )
+PATCHES=( "${FILESDIR}/${PN}-2.2.9-fix-c++14.patch" )
 
 pkg_pretend() {
if ! use cpu_flags_x86_sse2 ; then

diff --git a/sci-biology/bowtie/files/bowtie-2.2.9-fix-c++14.patch 
b/sci-biology/bowtie/files/bowtie-2.2.9-fix-c++14.patch
new file mode 100644
index ..cd2a67b
--- /dev/null
+++ b/sci-biology/bowtie/files/bowtie-2.2.9-fix-c++14.patch
@@ -0,0 +1,29 @@
+Fix building with C++14, which errors out due to differing semantics between 
C++98
+and C++14 with regards to allowing destructors to throw exceptions.
+See also: https://bugs.gentoo.org/show_bug.cgi?id=593966
+
+--- a/blockwise_sa.h
 b/blockwise_sa.h
+@@ -87,7 +87,11 @@
+   _logger(__logger)
+   { }
+ 
+-  virtual ~BlockwiseSA() { }
++  virtual ~BlockwiseSA()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++  { }
+ 
+   /**
+* Get the next suffix; compute the next bucket if necessary.
+@@ -216,6 +220,9 @@
+ { _randomSrc.init(__seed); reset(); }
+ 
+ ~KarkkainenBlockwiseSA()
++#if __cplusplus >= 201103L
++noexcept(false)
++#endif
+ {
+ #ifdef WITH_TBB
+   tbb_grp.wait();



[gentoo-commits] dev/mrueg:master commit in: dev-util/gitlab-ci-multi-runner/

2016-09-18 Thread Manuel Rüger
commit: 35915b01a3628b6ecdbb224a39309b51e39f7609
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Sep 18 22:36:14 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Sep 18 22:36:14 2016 +
URL:https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=35915b01

dev-util/gitlab-ci-multi-runner: Version bump, remove old

Package-Manager: portage-2.3.0

 dev-util/gitlab-ci-multi-runner/Manifest| 6 +++---
 ...ulti-runner-1.5.1.ebuild => gitlab-ci-multi-runner-1.5.3.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/gitlab-ci-multi-runner/Manifest 
b/dev-util/gitlab-ci-multi-runner/Manifest
index 9012f7e..e6befd3 100644
--- a/dev-util/gitlab-ci-multi-runner/Manifest
+++ b/dev-util/gitlab-ci-multi-runner/Manifest
@@ -1,3 +1,3 @@
-DIST gitlab-ci-multi-runner-1.5.1-prebuilt-arm.tar.xz 9517508 SHA256 
c3f30a19cdaf3015334b982166ac52e0bbdfc2d95ffc7787c3ae6a054f788e91 SHA512 
25f79d688dd339c3f15d4359278c377443bf9e0becb0e66c4bf9036dd6213f11c75d892958ded96528ba431c52f882a1a6d15c2046b488e986e1998d8c626b0c
 WHIRLPOOL 
f2754aa990420a08bd21d3a03615d973904a43011c0ffc5e43687d2e117d0ca4c6dee7381ef4c0fd496ef65f4fd959a408e3774aebe667a1e813351a0d544805
-DIST gitlab-ci-multi-runner-1.5.1-prebuilt-x86_64.tar.xz 8539296 SHA256 
0838837e8afd16ca24e51424946b35024b4ce36bb12710091c3fcbb155a4fe05 SHA512 
4ddd72f264c20e341e1432decdec83c994b89a2c29dd525c13523e951a76b8522924e2c851f5b95577d85fd7c7f3fe894c7a85d111b13f4ccc5a0868c60a
 WHIRLPOOL 
1a0b97a7542914cf966566612f612b09e6a759498ab3fc50ded89df792f21cd0a27c85990d7e02738633cb2f21947e8c63d505fcb018bc7834f9110ef1fd41ad
-DIST gitlab-ci-multi-runner-1.5.1.tar.gz 1134253 SHA256 
aed56e25f032a383718538a03870eded2e9ebe7e319fa49816154430f628d62b SHA512 
7df1e849ca439fb1a9eefbb591a49b3ef9798589e8db4adb355a522d5a18c370ca4f5194b9e4566cc0e9a5d510bcd2dda1fe76c58a2d6ef003d8cfa5f07f1f48
 WHIRLPOOL 
05d801ec67f851acf042b05243e710ec691d865fe85ab09c302db81efc0b70f3afce74e15d3854a0ee4c54f0e48a5ede7b22f87f2dba4463b0b4a4dccda3cc92
+DIST gitlab-ci-multi-runner-1.5.3-prebuilt-arm.tar.xz 9525668 SHA256 
6dfc7b528f1a5addcff3737492dc606a312b4e76d7230f4ea5fdfc752c969c69 SHA512 
56eafbbe37ccdf4e8047fbcd193ff8195e1ff5bf4864d7a52b8accafd5158b64f34a1ea34005fa0de7ce8241be891ff807a3636ffc8323c5f60f019e9cd97343
 WHIRLPOOL 
68956c95b2ed5b0ce228b6ab849b2a9569e4afb1f3752f91b52dcac563a708d809be74e9fdc01632ffcd9452988aad38844294555b4fa7b78d5c6d6689ce9c2e
+DIST gitlab-ci-multi-runner-1.5.3-prebuilt-x86_64.tar.xz 8549272 SHA256 
de4228f5897e73e2fbb26d601d31a3dcba8d831ebebd876916feaa310c4efcbd SHA512 
60cc7078ae9e10ef811a12232d01f999a70c4a219981229681f7a094f611a7ab0e5b55ff3155aaf2d80875a4115733873496db03c3074204e6e0ee7c37e30024
 WHIRLPOOL 
cef5f2b395617e7574ce39166b60b3a651cc8b1f987cb89f770b373a7d9872dc90934e54d40f2d5275ed46aa23ae543ed711c60387bcf7351129a0298d862da5
+DIST gitlab-ci-multi-runner-1.5.3.tar.gz 1134893 SHA256 
b965d57f1db051eb67ffb0d2db16327ee9039d13a527ca9f344714dc8eba157d SHA512 
b444b08eb096c5af857f7e7ff350b729bd28632cfc77af4ca8db1154359ab575498fcc594c10903f4df928090dbf87aa3504932f22c7c9229f6380fab96e4db6
 WHIRLPOOL 
d0ef39beaf23214dda8f556954dff5134582437d241714e596413ca555cb2f65f549cf01245524cc0db6d608dd180f2d36e0a7eb9549b85a3c9116e30089e0d6

diff --git 
a/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.5.1.ebuild 
b/dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.5.3.ebuild
similarity index 100%
rename from dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.5.1.ebuild
rename to dev-util/gitlab-ci-multi-runner/gitlab-ci-multi-runner-1.5.3.ebuild



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

2016-09-18 Thread Zac Medico
commit: b70155b50caed13bd233b3d4a70b76bf5a679bab
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 18 22:18:44 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 22:33:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70155b5

dev-python/pycares: add package (bug 533578)

Package-Manager: portage-2.3.0

 dev-python/pycares/Manifest |  1 +
 dev-python/pycares/metadata.xml | 11 +++
 dev-python/pycares/pycares-2.1.0.ebuild | 26 ++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/pycares/Manifest b/dev-python/pycares/Manifest
new file mode 100644
index ..b52a9b1
--- /dev/null
+++ b/dev-python/pycares/Manifest
@@ -0,0 +1 @@
+DIST pycares-2.1.0.tar.gz 226838 SHA256 
449ad785ecb594ae063c0c86537ef97513385117a2eb172f747ad2a29221e898 SHA512 
189851a9488828eb41bd6adbefd14022ae8470bde98c1d1c21d67992acdf721e6a61c3d8d8b4f85fb420e1e0900c54e53893586d6f80cc822371260fc17e55c4
 WHIRLPOOL 
3c3274e122fcea0edee02e1d1719c5dfbf6d437860d2962da0c18e8e56314df149f5c40e1847f7b9ad58c10a594943419453f594017e8508d7d7acf6197c6d22

diff --git a/dev-python/pycares/metadata.xml b/dev-python/pycares/metadata.xml
new file mode 100644
index ..afce755
--- /dev/null
+++ b/dev-python/pycares/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pycares
+   saghul/pycares
+   
+   
+   zmed...@gentoo.org
+   
+

diff --git a/dev-python/pycares/pycares-2.1.0.ebuild 
b/dev-python/pycares/pycares-2.1.0.ebuild
new file mode 100644
index ..23c4522
--- /dev/null
+++ b/dev-python/pycares/pycares-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit eutils distutils-r1
+
+DESCRIPTION="Python interface for c-ares"
+HOMEPAGE="https://github.com/saghul/pycares/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Tests fail with network-sandbox, since they try to resolve google.com
+RESTRICT="test"
+
+# uses bundled/patched c-ares
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON:-python}" tests/tests.py || die
+}



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

2016-09-18 Thread Zac Medico
commit: 2593cb2c5d56e373c6c6e4f4663f25241e0e79b7
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Fri Sep 16 08:59:53 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 22:13:04 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2593cb2c

writeable_check: handle invalid entries in /proc/self/mountinfo

That fixes Gentoo installation won WLS
Source: 
https://github.com/Microsoft/BashOnWindows/issues/992#issuecomment-244460439
Can reproduce on two machines

 pym/portage/util/writeable_check.py | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pym/portage/util/writeable_check.py 
b/pym/portage/util/writeable_check.py
index ac6c039..b698ea1 100644
--- a/pym/portage/util/writeable_check.py
+++ b/pym/portage/util/writeable_check.py
@@ -58,7 +58,13 @@ def linux_ro_checker(dir_list):
# to the left of the ' - ', after the attr's, 
so split it there
mount = line.split(' - ', 1)
_dir, attr1 = mount[0].split()[4:6]
-   attr2 = mount[1].split()[2]
+   # check for situation with invalid entries for 
/home and /root in /proc/self/mountinfo
+   # root path is missing sometimes on WSL
+   # for example: 16 1 0:16 / /root rw,noatime - 
lxfs  rw
+   try:
+   attr2 = mount[1].split()[2]
+   except IndexError:
+   attr2 = mount[1].split()[1]
if attr1.startswith('ro') or 
attr2.startswith('ro'):
ro_filesystems.add(_dir)
 



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

2016-09-18 Thread Zac Medico
commit: 9b31cd9f2823d742ce3431e480561244f00f1744
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep 18 22:10:54 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 22:13:45 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=9b31cd9f

writeable_check: warn about invalid mountinfo lines (bug 594284)

X-Gentoo-bug: 594284
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=594284

 pym/portage/util/writeable_check.py | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pym/portage/util/writeable_check.py 
b/pym/portage/util/writeable_check.py
index 26fe199..e5b14c0 100644
--- a/pym/portage/util/writeable_check.py
+++ b/pym/portage/util/writeable_check.py
@@ -44,6 +44,7 @@ def linux_ro_checker(dir_list):
read-only, may be empty.
"""
ro_filesystems = set()
+   invalids = []
 
try:
with io.open("/proc/self/mountinfo", mode='r',
@@ -61,6 +62,7 @@ def linux_ro_checker(dir_list):
_dir, attr1 = mount[0].split()[4:6]
except ValueError:
# If it raises ValueError we can simply 
ignore the line.
+   invalids.append(line)
continue
# check for situation with invalid entries for 
/home and /root in /proc/self/mountinfo
# root path is missing sometimes on WSL
@@ -72,7 +74,11 @@ def linux_ro_checker(dir_list):
try:
attr2 = 
mount[1].split()[1]
except IndexError:
-   attr2 = mount[1]
+   invalids.append(line)
+   continue
+   else:
+   invalids.append(line)
+   continue
if attr1.startswith('ro') or 
attr2.startswith('ro'):
ro_filesystems.add(_dir)
 
@@ -83,6 +89,10 @@ def linux_ro_checker(dir_list):
level=logging.WARNING, noiselevel=-1)
return []
 
+   for line in invalids:
+   writemsg_level(_("!!! /proc/self/mountinfo contains 
unrecognized line: %s\n")
+   % line.rstrip(), level=logging.WARNING, noiselevel=-1)
+
ro_devs = {}
for x in ro_filesystems:
try:



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

2016-09-18 Thread Zac Medico
commit: a000c492b9f12a43b75c2613323e29a472732259
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Fri Sep 16 10:47:22 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep 18 22:13:18 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a000c492

writeable_check: add additional checks to mountinfo parsing function

 pym/portage/util/writeable_check.py | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/pym/portage/util/writeable_check.py 
b/pym/portage/util/writeable_check.py
index b698ea1..26fe199 100644
--- a/pym/portage/util/writeable_check.py
+++ b/pym/portage/util/writeable_check.py
@@ -57,14 +57,22 @@ def linux_ro_checker(dir_list):
# there can be a variable number of fields
# to the left of the ' - ', after the attr's, 
so split it there
mount = line.split(' - ', 1)
-   _dir, attr1 = mount[0].split()[4:6]
+   try:
+   _dir, attr1 = mount[0].split()[4:6]
+   except ValueError:
+   # If it raises ValueError we can simply 
ignore the line.
+   continue
# check for situation with invalid entries for 
/home and /root in /proc/self/mountinfo
# root path is missing sometimes on WSL
# for example: 16 1 0:16 / /root rw,noatime - 
lxfs  rw
-   try:
-   attr2 = mount[1].split()[2]
-   except IndexError:
-   attr2 = mount[1].split()[1]
+   if len(mount) > 1:
+   try:
+   attr2 = mount[1].split()[2]
+   except IndexError:
+   try:
+   attr2 = 
mount[1].split()[1]
+   except IndexError:
+   attr2 = mount[1]
if attr1.startswith('ro') or 
attr2.startswith('ro'):
ro_filesystems.add(_dir)
 



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

2016-09-18 Thread Andreas Hüttel
commit: 05242ad58e4869f36fe7af5413aa32fe6366b241
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:57:19 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05242ad5

dev-perl/WWW-Shorten: Remove old

Package-Manager: portage-2.3.0

 dev-perl/WWW-Shorten/Manifest |  1 -
 dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/WWW-Shorten/Manifest b/dev-perl/WWW-Shorten/Manifest
index 5f2eda4..5d9dd16 100644
--- a/dev-perl/WWW-Shorten/Manifest
+++ b/dev-perl/WWW-Shorten/Manifest
@@ -1,2 +1 @@
-DIST WWW-Shorten-3.03.tar.gz 27936 SHA256 
62241a1f584f50edfa6d2cfd796f90f2c9054f9ff9f7e6f6e25315c5485e4bc2 SHA512 
8afe6c311c59565544fb9ea4d31660ddf83ff5d5c57c3ea01eed1a2551ac67eb7788413a94d7031a8170341c8021d0321766fe0c6fd38ca565d26bd416860d9e
 WHIRLPOOL 
857d0bdaebca2745f8cdb500e3e60316744273373fdaa03d178a57915bfdbdbd771059546f8f0502180cc149b73782c85d9944ce460b735ed13008783a389eca
 DIST WWW-Shorten-3.093.tar.gz 22669 SHA256 
cbf28d079bfc1a96f789e84b3e1eabb77b1665131eb1f2dc73fb24c1b9502c3b SHA512 
5c918cb2c27c11e29dbb4fb969f5d8d4468735cdcebbf687003e24d5468e7b291069bf066f922bca1ee46dbda6444335d9106b6284ba48d4ac60ff9956c3e844
 WHIRLPOOL 
295a71cdad65bd243eb69233c82a70b1cf03b79f0294d73ebf8a706cf5de12820ca95637e773218e44303a16cfd5cacbeca79e8bdadb57e6702656df9a869766

diff --git a/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild 
b/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild
deleted file mode 100644
index 343ce16..
--- a/dev-perl/WWW-Shorten/WWW-Shorten-3.30.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DAVECROSS
-MODULE_VERSION=3.03
-inherit perl-module
-
-DESCRIPTION="Interface to URL shortening sites"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/libwww-perl
-   dev-perl/URI"
-DEPEND=">=dev-perl/Module-Build-0.380.0"
-#  test? ( ${RDEPEND}
-#  dev-perl/Test-Pod
-#  dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=online
-
-src_prepare() {
-   perl-module_src_prepare
-   sed -i -e '/Config::Auto/d' "${S}"/Build.PL || die
-}
-
-src_install() {
-   perl-module_src_install
-
-   docinto example
-   dodoc "${S}"/bin/shorten
-   rm -f "${D}"/usr/bin/shorten "${D}"/usr/share/man/man1/shorten.1 || die
-}



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

2016-09-18 Thread Andreas Hüttel
commit: 0b1791e01cd3a229c0ecc7bb9746db28a7814fe4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:45:26 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1791e0

dev-perl/CGI: Version bump

Package-Manager: portage-2.3.0

 dev-perl/CGI/CGI-4.330.0.ebuild | 41 +
 dev-perl/CGI/Manifest   |  1 +
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/CGI/CGI-4.330.0.ebuild b/dev-perl/CGI/CGI-4.330.0.ebuild
new file mode 100644
index ..8724e6a
--- /dev/null
+++ b/dev-perl/CGI/CGI-4.330.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=LEEJO
+DIST_VERSION=4.33
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Simple Common Gateway Interface Class"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Encode
+   virtual/perl-Exporter
+   >=virtual/perl-File-Spec-0.820.0
+   >=virtual/perl-File-Temp-0.170.0
+   >=dev-perl/HTML-Parser-3.690.0
+   virtual/perl-if
+   >=virtual/perl-parent-0.225.0
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.980.0
+   >=dev-perl/Test-Deep-0.110.0
+   >=dev-perl/Test-Warn-0.300.0
+   )
+"
+
+src_test() {
+   perl_rm_files t/compiles_pod.t t/changes.t
+   perl-module_src_test
+}

diff --git a/dev-perl/CGI/Manifest b/dev-perl/CGI/Manifest
index f73d7c3..75beac7 100644
--- a/dev-perl/CGI/Manifest
+++ b/dev-perl/CGI/Manifest
@@ -1,3 +1,4 @@
 DIST CGI-4.22.tar.gz 194314 SHA256 
8cd695f032b630fc4b5cf6c0a39912ff30cae0f7da03d01965ca2ac28b4dcca8 SHA512 
becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d
 WHIRLPOOL 
003483d2852493ad2b4be0bbd018e590d264592dcd3e37da6adfaa004c3818c9c4cbf631635ede5b3cf0150429f7b4ce0e8ce647969ed6fff66fc905e918c849
 DIST CGI-4.25.tar.gz 194815 SHA256 
efb3e5235ada6a91f97ca2905399a686bedea60f6b525e52f4a147baff4f131a SHA512 
2f9befda944867d751a100024732de71073a47c2e63fdbbf86291422258da47adfe9677b7c39451958cf6e936a015c1b9c7f8338563f2548b7446128f9cb6b8b
 WHIRLPOOL 
295a7fe94d6d7b4a6c01ce3aa41b356bb278ae9004c278b75c512094db5919860bf2d089f884d9bc77d9be4aea728f3fb964fa1f0cba45702b6a1dee1d6b153c
 DIST CGI-4.31.tar.gz 197018 SHA256 
dee34f45525efb698d02c56ba2458a72acc34c4dcb05344706b587840b4e8c99 SHA512 
a3fc6a88bed4b86f5763c07ec0961d2b06754e0a2bc9112e87b12025975618d97f626895c7d8b3a2f85a2ba5adcf99a132801a52d54652cd09ae3f053457c411
 WHIRLPOOL 
361b18445a25adb6f03e4114f788a097c82811f228355fb7c0634e9a8a1d340c9d9e5f2a656a51216c57057f768c7fb5a865bbb30ba6c2ce9fc8c17e83b5223c
+DIST CGI-4.33.tar.gz 197445 SHA256 
be8bd6cbc56375d373fae984e524976d8aa6f385ca3275e2e448aa01ef800840 SHA512 
1303f0fc093e0a3a36b840799ea3054d850bb6fec09f127f7667c6d78f74979fe43a9868ee5652bdc96a745747cc9eb226a28b0aece9031fd71d5781c2c76c53
 WHIRLPOOL 
aab36029a9d036e0a64ac1af0a567b21efbafa408b843a4f05f036d4ce884292dc90e9d00015fac564e1825944cee4a0bb4bb662ee4ad747deb9993e0a409a92



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

2016-09-18 Thread Andreas Hüttel
commit: f8300e1e41e6fcd4bc67e9a580ef9a42f92232cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:20:11 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8300e1e

dev-perl/Want: Remove old

Package-Manager: portage-2.3.0

 dev-perl/Want/Manifest|  1 -
 dev-perl/Want/Want-0.260.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Want/Manifest b/dev-perl/Want/Manifest
index 44676a1..d183cfb 100644
--- a/dev-perl/Want/Manifest
+++ b/dev-perl/Want/Manifest
@@ -1,3 +1,2 @@
 DIST Want-0.21.tar.gz 18607 SHA256 
cc8bed2d029a08b2f0c8188ade90bea1fd82cbd70b66867039a50ff385a5eba8 SHA512 
50592e6ea9d3e7c1fd0eea4c354072f34314cb82c06e2200fd7de68ed3f476cee478280b3a4a52a414b339d73c3e298b455d5e173a57861549a6b3159695c1c7
 WHIRLPOOL 
b46525e143fe815fe3e914f73808880cbe6203e428bc12bff2a1022cd8bce3a8d056a630a265c6293c9ffd5301b56237e4da793dd09782d1e8b8ebb38aead337
-DIST Want-0.26.tar.gz 19866 SHA256 
4951675e13de2b0b9792be2827b8ef46ef25a0b9a2d3e9132143444dac28e17c SHA512 
4b10d483068f0ab976c247b416477fe42903e06abf46678d5c5cb2308732b69038761b7aaefe42e232d666c3032e6cf303c11918f10dde1572bf25aa3ae1e8bd
 WHIRLPOOL 
5611f434e5e776e1e38d58d4cbf76a600eda01a6df48262a3a199ff1dab56257183d69a27d678ee58a31b6ec42b0fbbcf4ae15e5c1ebeb82c0dffc39411fa72c
 DIST Want-0.29.tar.gz 20928 SHA256 
b4e4740b8d4cb783591273c636bd68304892e28d89e88abf9273b1de17f552f7 SHA512 
08df985de16b5e9dd67d6ed38d319da2511e92098f95a861a5a695eed8d77eaf412671b626e4da29b536147ad4da4a8cfdfd789ef204dac240073091481f3c1a
 WHIRLPOOL 
a65f34e3721f1065bdeada2e0f63746affe76ac14afe02382d6fe22a89b550cff081fb2e7d0ae361c98625b29fe26daa6783a8256f3f384c9d1c25b27cdb990e

diff --git a/dev-perl/Want/Want-0.260.0.ebuild 
b/dev-perl/Want/Want-0.260.0.ebuild
deleted file mode 100644
index 84060bc..
--- a/dev-perl/Want/Want-0.260.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ROBIN
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="A generalisation of wantarray"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST="do"



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

2016-09-18 Thread Andreas Hüttel
commit: 1321710e5738587d00b40cf1ae3258891a120141
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:49:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1321710e

dev-perl/WWW-Mechanize: Version bump

Package-Manager: portage-2.3.0

 dev-perl/WWW-Mechanize/Manifest|  1 +
 .../WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/WWW-Mechanize/Manifest b/dev-perl/WWW-Mechanize/Manifest
index d36689f..3c86fea 100644
--- a/dev-perl/WWW-Mechanize/Manifest
+++ b/dev-perl/WWW-Mechanize/Manifest
@@ -1,2 +1,3 @@
 DIST WWW-Mechanize-1.73.tar.gz 126866 SHA256 
e9d56c921ce8f09a9087031249945f27383e29cee28b1e0a46c473d894423cff SHA512 
470a3e62b8a080e1fe8330b3ef28c4bd872c7ba53c67aacfca46163781f7e99132a4d5ab82c3820d5ff3a7e7d433d019e696f232d512b28be3e6bfe012188bdd
 WHIRLPOOL 
09e2cd2f9af59b15f2891d76a71dd9bf14ffc648eabfd787ed4ea33cafc298110b549bbc646aa2bbf713001e98a96a099afb41fd56ba4e353897f83916a5de99
 DIST WWW-Mechanize-1.75.tar.gz 128852 SHA256 
5310051feb66c6ef9f7a4c070c66ec6092932129fc9cd18bba009ce999b7930b SHA512 
1643cbd7acc19d0802a263c0f30e296d438c798224e0ea971142a350f8c1cc78c53ed6dc6cad6c2008e801197a8b13fe5c7e69c76f41d8f919a2a4ec70c49ba6
 WHIRLPOOL 
ad5e6771f41b5044ada06819a966cc5e0b42b37aadc8a91697da41b1174be5362ce8d91d72e31f40df6a72c9add9153223662e36ed70bb0fbadf45216eedc560
+DIST WWW-Mechanize-1.79.tar.gz 156998 SHA256 
196c29aeb74ada424d79781770e3e4ff7e293cee0c210b8f50e0e34d3c124708 SHA512 
762ad8b1263fedf487ad0ac778083104585226a220319e990ba8d3ff4c017d9e449e0473edbc2dd5acf855d2e2d648c334b3b9ee4bbc7e326d261800ccadf9de
 WHIRLPOOL 
00d0fe8f108233166aeefed5c9074458afdcbf9d83cc68d897a2274ee4b567c25f567f5f23eedf252f7040b60e4ac245ea2b23b9f49743cf3f3c5e2ce1864fcb

diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild 
b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild
new file mode 100644
index ..d05d498
--- /dev/null
+++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.790.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=1.79
+inherit perl-module
+
+DESCRIPTION="Handy web browsing in a Perl object"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Getopt-Long
+   dev-perl/HTML-Form
+   >=dev-perl/HTML-Parser-3.340.0
+   dev-perl/HTML-Tree
+   dev-perl/HTTP-Cookies
+   dev-perl/HTTP-Message
+   dev-perl/libwww-perl
+   >=dev-perl/URI-1.360.0
+"
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-perl/CGI-4.320.0
+   virtual/perl-Encode
+   virtual/perl-Exporter
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/HTTP-Daemon
+   dev-perl/HTTP-Server-Simple
+   virtual/perl-Test-Simple
+   dev-perl/Test-Output
+   dev-perl/Test-RequiresInternet
+   )
+"
+
+# MI makes these configure problems
+src_prepare() {
+   use test && perl_rm_files t/pod.t t/pod-coverage.t
+   perl-module_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Dict-Leo-Org/

2016-09-18 Thread Andreas Hüttel
commit: db454313bd6d539a42e4eddef45fa3b58335e97f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:28:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db454313

dev-perl/WWW-Dict-Leo-Org: Remove old

Package-Manager: portage-2.3.0

 dev-perl/WWW-Dict-Leo-Org/Manifest |  3 ---
 .../WWW-Dict-Leo-Org-1.360.0.ebuild| 31 --
 .../WWW-Dict-Leo-Org-1.370.0.ebuild| 31 --
 .../WWW-Dict-Leo-Org-1.390.0.ebuild| 31 --
 4 files changed, 96 deletions(-)

diff --git a/dev-perl/WWW-Dict-Leo-Org/Manifest 
b/dev-perl/WWW-Dict-Leo-Org/Manifest
index 59bdcb8..9ead71c 100644
--- a/dev-perl/WWW-Dict-Leo-Org/Manifest
+++ b/dev-perl/WWW-Dict-Leo-Org/Manifest
@@ -1,4 +1 @@
-DIST WWW-Dict-Leo-Org-1.36.tar.gz 12861 SHA256 
d8d21aa2ab46397f469478bf5d76d4a0fff6e2d3f64192351489d724fc1fcf8b SHA512 
fc7b30c5b3a70161b53eebc9257b09582648a4189264de0766e31b5fe44d9fb4944aa2b5531fde68aa7202cca16abc2dd62220bb8e8478d7b420625c65569380
 WHIRLPOOL 
785dc0567f2d2775f0076a1d1413d227a97d62a2d5ccabe13a25306a57c3e324a152805562366227677bd3b0cc291cbffe82783659ac3c8bd098e6d188821bdb
-DIST WWW-Dict-Leo-Org-1.37.tar.gz 12899 SHA256 
f1efe2a555eb0d0afa952a2e7eb99af34734ae1aa7f39771e32e913d11eafe22 SHA512 
4289fc566ee5498c9affb5cdeb4ef25657b33b8f0ba0c47a944dec9b6184b9672ad4c9b4b2035c3e17c39f8ec9464d8beccc0e78e132ce4817b0fc7379a8f776
 WHIRLPOOL 
cf16b24e48b7d164a7ab24690f649ec906b74180a1711a9b76f65a0d689bc4ba18d6acc0a475fc5e5b1f45eb7720a796649f4ef0ad112903bb50f93061c2b4ed
-DIST WWW-Dict-Leo-Org-1.39.tar.gz 13274 SHA256 
81f134f6d68f42fa24b559d27296f971e58f836408842770fd10a1fe5a91cbeb SHA512 
85ed59d1660a3ec3c986656b0e0051caaf54ef9ac42916a6c36433cd48fa9feabcfab6c81f073e782268ec2ada29a34d452fdb7513be6f2243bc127b66a276e2
 WHIRLPOOL 
1ebb6c0e6d56ab59de612145cfa79548b19523d8101f543a40687aa023aa07712e57024aae8861a3ee72dc0b3d8ed627f8b9a1f0a349053b9724bc99acda9ded
 DIST WWW-Dict-Leo-Org-1.40.tar.gz 13656 SHA256 
4285702fd5d3e0633891739cb149b9f950afe4c69ad0a10a9c6e185ff29552da SHA512 
1f71e7571eef4f68addf1b999e61bc0ecbe3fd5fc5bf1156c20d1c5018f232d7ed986bbf714bc549865c1cf81e3863b453065234033d8b763768db29f8e565f7
 WHIRLPOOL 
7b70536cc2ddd040a21a9027910afbbdcedf080fd07f677b410764e2cb24c143acc23fe5ee38122046bd04bf9f4a715b098a336c3edc7f65f8534d152822f13b

diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.360.0.ebuild 
b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.360.0.ebuild
deleted file mode 100644
index 10487ac..
--- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.360.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=TLINDEN
-MODULE_VERSION=1.36
-inherit perl-module
-
-DESCRIPTION="Commandline interface to http://dict.leo.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/HTML-TableParser
-   virtual/perl-DB_File"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   perl-module_src_install
-   mv "${D}"/usr/bin/{l,L}eo || die
-}
-
-pkg_postinst() {
-   elog "We renamed leo to Leo"
-   elog "due to conflicts with app-editors/leo"
-}

diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild 
b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild
deleted file mode 100644
index 2330bc1..
--- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.370.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=TLINDEN
-MODULE_VERSION=1.37
-inherit perl-module
-
-DESCRIPTION="Commandline interface to http://dict.leo.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/HTML-TableParser
-   virtual/perl-DB_File"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   perl-module_src_install
-   mv "${D}"/usr/bin/{l,L}eo || die
-}
-
-pkg_postinst() {
-   elog "We renamed leo to Leo"
-   elog "due to conflicts with app-editors/leo"
-}

diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild 
b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild
deleted file mode 100644
index ac05e44..
--- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.390.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=TLINDEN
-MODULE_VERSION=1.39
-inherit perl-module
-
-DESCRIPTION="Commandline interface to http://dict.leo.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/HTML-TableParser
-   virtual/perl-DB_File"
-DEPEND="${RDEPEND}"
-

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

2016-09-18 Thread Andreas Hüttel
commit: cb36353c0ccf24380bd7118698e20cd8bc77e8da
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 21:24:16 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb36353c

dev-perl/WebService-MusicBrainz: Version bump

Package-Manager: portage-2.3.0

 dev-perl/WebService-MusicBrainz/Manifest   |  1 +
 .../WebService-MusicBrainz-0.940.0.ebuild  | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/WebService-MusicBrainz/Manifest 
b/dev-perl/WebService-MusicBrainz/Manifest
index 7cdaec2..9c7f349 100644
--- a/dev-perl/WebService-MusicBrainz/Manifest
+++ b/dev-perl/WebService-MusicBrainz/Manifest
@@ -1 +1,2 @@
 DIST WebService-MusicBrainz-0.93.tar.gz 23378 SHA256 
c1bc124f1d97e970d7752a09499710d1a47986581a40ace53852928d4d17e6bd SHA512 
52b61dc10dd406aafec3eaac01aa7cebd240176bc3ef10fd00be543b146ac23ef8f90ec6c1bab37ea5440292cf3fd9f599bc0df92a09d749f3df4f7c546ac2c8
 WHIRLPOOL 
c75b946c9e86cff848f6edbb534d42aa334c25778a6220b6520f337cdea38e02bfd423c6011d360f2369adc0e5b6d99a3ecc978d0e7534114ad9425cbcef87cd
+DIST WebService-MusicBrainz-0.94.tar.gz 29800 SHA256 
9b227b24dbf5f0159dd8fda1ed91c3cbf094b586da4e1207bdb9ad16ba71e005 SHA512 
4c73aa4e1407bb17567e0ad618771ffae47aa87925ef516640af6bb16e4dde2657a5c16bfa2dea2379b67812a2eee253d0642e4b2d73d43929d031f5917e51f0
 WHIRLPOOL 
398a0f5cfc2f90e5c79edabe4ea8fddc0a6b518dfcecef49505dc3dc0e32874506235bfc6a9a20be457977ea0faa54cbd2d363efc604596ea4c42debc94e9186

diff --git 
a/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-0.940.0.ebuild 
b/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-0.940.0.ebuild
new file mode 100644
index ..42c3502
--- /dev/null
+++ b/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-0.940.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BFAIST
+DIST_VERSION=0.94
+inherit perl-module
+
+DESCRIPTION="Web service API to MusicBrainz database"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-perl/Class-Accessor-0.300.0
+   dev-perl/libwww-perl
+   >=dev-perl/URI-1.350.0
+   >=dev-perl/XML-LibXML-1.630.0
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.420.0
+"
+
+DIST_TEST=skip
+# network tests, can be handled better



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

2016-09-18 Thread Andreas Hüttel
commit: 70fa1390cd4e0c23e0ef56edd6013300f6308927
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 18 22:02:06 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Sep 18 22:02:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fa1390

dev-perl/Wx-Scintilla: Remove old

Package-Manager: portage-2.3.0

 .../Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild| 44 --
 1 file changed, 44 deletions(-)

diff --git a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild 
b/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
deleted file mode 100644
index 5293993..
--- a/dev-perl/Wx-Scintilla/Wx-Scintilla-0.390.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="2.8"
-#VIRTUALX_REQUIRED=test
-#inherit virtualx
-MODULE_AUTHOR=AZAWAWI
-MODULE_VERSION=0.39
-inherit wxwidgets perl-module
-
-DESCRIPTION="Scintilla source code editing component for wxWidgets"
-SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/dev-perl/${PN}-0.34-patches.tar.gz;
-
-LICENSE+=" HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-perl/Alien-wxWidgets
-   dev-perl/Wx
-   x11-libs/wxGTK:${WX_GTK_VER}
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/ExtUtils-XSpp-0.160.200
-   >=dev-perl/Module-Build-0.360.0
-"
-
-PATCHES=(
-   "${WORKDIR}"/${PN}-patches/0.34-flags.patch
-)
-
-src_configure() {
-   myconf=( --verbose )
-   perl-module_src_configure
-}
-
-#SRC_TEST=do
-#src_test() {
-#  VIRTUALX_COMMAND="./Build" virtualmake test || die
-#}



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

2016-09-18 Thread Mike Gilbert
commit: 3d6a8bd065528aa255a7e409c05474b5910c574f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 18 21:47:34 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 21:48:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6a8bd0

net-misc/asterisk: make logrotate file work with systemd

Patch by Karsten Kretschmer.

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

Package-Manager: portage-2.3.0_p36

 .../{asterisk-11.21.1.ebuild => asterisk-11.21.1-r1.ebuild} | 0
 .../{asterisk-13.11.2.ebuild => asterisk-13.11.2-r1.ebuild} | 0
 net-misc/asterisk/files/1.6.2/asterisk.logrotate4   | 6 --
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk/asterisk-11.21.1.ebuild 
b/net-misc/asterisk/asterisk-11.21.1-r1.ebuild
similarity index 100%
rename from net-misc/asterisk/asterisk-11.21.1.ebuild
rename to net-misc/asterisk/asterisk-11.21.1-r1.ebuild

diff --git a/net-misc/asterisk/asterisk-13.11.2.ebuild 
b/net-misc/asterisk/asterisk-13.11.2-r1.ebuild
similarity index 100%
rename from net-misc/asterisk/asterisk-13.11.2.ebuild
rename to net-misc/asterisk/asterisk-13.11.2-r1.ebuild

diff --git a/net-misc/asterisk/files/1.6.2/asterisk.logrotate4 
b/net-misc/asterisk/files/1.6.2/asterisk.logrotate4
index 857a970..29e78eb 100644
--- a/net-misc/asterisk/files/1.6.2/asterisk.logrotate4
+++ b/net-misc/asterisk/files/1.6.2/asterisk.logrotate4
@@ -3,7 +3,8 @@
notifempty
 
postrotate
-   /etc/init.d/asterisk --quiet status && /usr/sbin/asterisk -rnx 
"logger reload" || /bin/true
+   test -e /run/openrc/softlevel && /etc/init.d/asterisk --quiet 
status && /usr/sbin/asterisk -rnx "logger reload" || /bin/true
+   test -e /run/systemd/system && systemctl is-active --quiet 
asterisk.service && /usr/sbin/asterisk -rnx "logger reload" || /bin/true
endscript
 }
 
@@ -13,7 +14,8 @@
daily
 
postrotate
-   /etc/init.d/asterisk --quiet status && /usr/sbin/asterisk -rnx 
"logger reload" || /bin/true
+   test -e /run/openrc/softlevel && /etc/init.d/asterisk --quiet 
status && /usr/sbin/asterisk -rnx "logger reload" || /bin/true
+   test -e /run/systemd/system && systemctl is-active --quiet 
asterisk.service && /usr/sbin/asterisk -rnx "logger reload" || /bin/true
endscript
 }
 



[gentoo-commits] repo/gentoo:master commit in: sci-biology/abyss/, sci-biology/abyss/files/

2016-09-18 Thread Sergei Trofimovich
commit: e5fd69e7be7b26a7b7481453553393865d823906
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 18 21:41:58 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 18 21:42:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fd69e7

sci-biology/abyss: bump up to 1.9.0, tweak for gcc-6, bug #594254

On gcc-6 build failed as:
```
In file included from AssemblyAlgorithms.cpp:4:0:
../DataLayer/FastaReader.h: In member function ‘FastaReader::operator 
void*() const’:
../DataLayer/FastaReader.h:49:35: error: cannot convert ‘std::istream {aka 
std::basic_istream}’ to ‘void*’ ...
   operator void*() const { return m_in; }
   ^~~~
```

In the following source:
```c++
   static bool existFile(const char* f)
   {
ifstream file(f);
return file;
   }

```

c++98 provides file->operator void*()
c++11 provides file->explicit operator bool()

Hence the failure on c++11.

The change adds explicit casts around ifstream.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/594254

Package-Manager: portage-2.3.0

 sci-biology/abyss/Manifest |  1 +
 sci-biology/abyss/abyss-1.9.0.ebuild   | 53 ++
 .../abyss/files/abyss-1.9.0-ac_prog_ar.patch   | 18 
 sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch| 34 ++
 4 files changed, 106 insertions(+)

diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest
index 9284afa..e995775 100644
--- a/sci-biology/abyss/Manifest
+++ b/sci-biology/abyss/Manifest
@@ -1,2 +1,3 @@
 DIST abyss-1.3.3.tar.gz 621480 SHA256 
60396e2c8813952ceb1c66a3ad7c87eda984aa1e4952a14265217d9f639706a0 SHA512 
4ec7fdd24bdb1e3d66e2bda50929122ff347107010701703e81ca1609fb1b4913c713991b3fe84a48ccfbc069e126f4f4120aafbab81e54e567a95a2f1099fb2
 WHIRLPOOL 
35f6fdfe60b70316e67bcbbb0a9c67e952302333e9ec71d893f2de7a94482dca1a604dc8cfef1ecee49e464244bb5df7469a8ad7bdc37bd54ff455b0f75b7914
 DIST abyss-1.3.6.tar.gz 678880 SHA256 
4432a8b5046bdcb548b6f1b22069a6cade4dea26fc6f83ad5467548e4f3e7c95 SHA512 
2c6d72e0227c4af2d5740a989168ad35a84b9236dc53b65a29a010c4e5f77e5c4bfaa38bfaa2f14fd530ae6df204294ff167bd40e79f61e8bad6a7489bf34ace
 WHIRLPOOL 
0677b1fd4090ba155fb876c0047a1ccd2ec2e220950e1e9940e1f3df05ef0abd3ba2e3dbabd500d6fab39a8f7d94e02e0a07410934733682a70fa605d2a8bc07
+DIST abyss-1.9.0.tar.gz 985480 SHA256 
82e4050766a9c7fb87fd736f94724a02388efb1df847b40870a0fbf842917239 SHA512 
d9da19f004bb97f9301f3be83ceb5361eb70f42139a1ef17129de99e03bda5de7680d718d76aed26d26f24c1d26c37e050801ff343acad007b76d2214955b83f
 WHIRLPOOL 
bd322afa9bf99a53aec177c79ca9618f39043cda606eb4e3d5dcfb46c26298d218fc154e2c46efadac59febb69dd625fe597101a1efbccc62ab8228b96cc

diff --git a/sci-biology/abyss/abyss-1.9.0.ebuild 
b/sci-biology/abyss/abyss-1.9.0.ebuild
new file mode 100644
index ..c32b477
--- /dev/null
+++ b/sci-biology/abyss/abyss-1.9.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end 
sequence assembler"
+HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/;
+SRC_URI="https://github.com/bcgsc/abyss/archive/1.9.0.tar.gz -> ${P}.tar.gz"
+
+LICENSE="abyss"
+SLOT="0"
+IUSE="+mpi openmp misc-haskell"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-cpp/sparsehash
+   dev-libs/boost
+   misc-haskell? ( dev-libs/gmp:0=
+   virtual/libffi:0=
+   )
+   mpi? ( virtual/mpi )
+"
+DEPEND="${RDEPEND}
+   misc-haskell? ( dev-lang/ghc
+   dev-haskell/mmap )
+"
+
+# todo: --enable-maxk=N configure option
+# todo: fix automagic mpi toggling
+
+PATCHES=(
+   "${FILESDIR}"/${P}-ac_prog_ar.patch
+   "${FILESDIR}"/${P}-gcc-6.patch
+)
+
+src_prepare() {
+   default
+   tc-export AR
+   sed -i -e "s/-Werror//" configure.ac || die #365195
+   sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   # disable building haskell tool Misc/samtobreak
+   # unless request by user: bug #534412
+   use misc-haskell || export ac_cv_prog_ac_ct_GHC=
+
+   econf $(use_enable openmp)
+}

diff --git a/sci-biology/abyss/files/abyss-1.9.0-ac_prog_ar.patch 
b/sci-biology/abyss/files/abyss-1.9.0-ac_prog_ar.patch
new file mode 100644
index ..158e9b1
--- /dev/null
+++ b/sci-biology/abyss/files/abyss-1.9.0-ac_prog_ar.patch
@@ -0,0 +1,18 @@
+ configure.ac | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 9d4bb66..aa94364 100644
+--- a/configure.ac
 b/configure.ac
+@@ -12,6 +12,10 @@ AC_PROG_CPP
+ AC_PROG_CXX
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
++AN_MAKEVAR([AR], [AC_PROG_AR])
++AN_PROGRAM([ar], [AC_PROG_AR])
++AC_DEFUN([AC_PROG_AR], 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2016-09-18 Thread Mike Gilbert
commit: 47510f3ef16cd103897ce2be858c5fbdee9de001
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Mon Sep 12 21:33:00 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 21:11:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47510f3e

sys-boot/grub: Allow user patchset

Package-Manager: portage-2.2.28

 sys-boot/grub/grub-0.97-r17.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-boot/grub/grub-0.97-r17.ebuild 
b/sys-boot/grub/grub-0.97-r17.ebuild
index 6e27cbe..8aa 100644
--- a/sys-boot/grub/grub-0.97-r17.ebuild
+++ b/sys-boot/grub/grub-0.97-r17.ebuild
@@ -73,6 +73,8 @@ src_prepare() {
epatch 
"${FILESDIR}"/grub-0.97-Add-esp-to-list-of-clobbered-registers.patch
epatch "${FILESDIR}"/grub-0.97-ncurses-pkgconfig.patch
 
+   epatch_user
+
rm -f "${S}"/aclocal.m4 # seems to keep bug 418287 away
eautoreconf
 }



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

2016-09-18 Thread Michał Górny
commit: 14ab27cbb07d851feb19003d2110d71d7c0c45ce
Author: Lei Zhang  gmail  com>
AuthorDate: Sun Aug 14 00:34:48 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 18 20:41:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ab27cb

sys-libs/libunwind: add multilib support

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

 sys-libs/libunwind/libunwind-1.2_rc1.ebuild | 26 ++
 1 file changed, 22 insertions(+), 4 deletions(-)

diff --git a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild 
b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
index 8c81469..3463a05 100644
--- a/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.2_rc1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 
 MY_PV=${PV/_/-}
 MY_P=${PN}-${MY_PV}
-inherit eutils libtool
+inherit eutils libtool multilib-minimal
 
 DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
 HOMEPAGE="https://savannah.nongnu.org/projects/libunwind;
@@ -30,6 +30,23 @@ QA_DT_NEEDED_x86_fbsd="usr/lib/libunwind.so.7.0.0"
 
 S="${WORKDIR}/${MY_P}"
 
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/libunwind.h
+
+   # see libunwind.h for the full list of arch-specific headers
+   /usr/include/libunwind-aarch64.h
+   /usr/include/libunwind-arm.h
+   /usr/include/libunwind-hppa.h
+   /usr/include/libunwind-ia64.h
+   /usr/include/libunwind-mips.h
+   /usr/include/libunwind-ppc32.h
+   /usr/include/libunwind-ppc64.h
+   /usr/include/libunwind-sh.h
+   /usr/include/libunwind-tilegx.h
+   /usr/include/libunwind-x86.h
+   /usr/include/libunwind-x86_64.h
+)
+
 src_prepare() {
# These tests like to fail.  bleh.
echo 'int main(){return 0;}' > tests/Gtest-dyn1.c
@@ -40,9 +57,10 @@ src_prepare() {
sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die
 
elibtoolize
+   multilib_copy_sources
 }
 
-src_configure() {
+multilib_src_configure() {
# --enable-cxx-exceptions: always enable it, headers provide the 
interface
# and on some archs it is disabled by default causing a mismatch 
between the
# API and the ABI, bug #418253
@@ -63,13 +81,13 @@ src_configure() {
$(use_enable debug)
 }
 
-src_test() {
+multilib_src_test() {
# Explicitly allow parallel build of tests.
# Sandbox causes some tests to freak out.
SANDBOX_ON=0 emake check
 }
 
-src_install() {
+multilib_src_install() {
default
# libunwind-ptrace.a (and libunwind-ptrace.h) is separate API and 
without
# shared library, so we keep it in any case



[gentoo-commits] repo/gentoo:master commit in: net-irc/bobotpp/files/, net-irc/bobotpp/

2016-09-18 Thread David Seifert
commit: 924fd320039089f63e16403b5b1920291cb8d09d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep 18 20:06:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 18 20:18:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924fd320

net-irc/bobotpp: Allow for compiling with GCC 6

Gentoo-bug: 594152
* EAPI=6

Package-Manager: portage-2.3.0

 net-irc/bobotpp/bobotpp-2.2.3.ebuild   |  36 ---
 .../bobotpp/files/bobotpp-2.2.3-fix-c++14.patch| 103 +
 2 files changed, 119 insertions(+), 20 deletions(-)

diff --git a/net-irc/bobotpp/bobotpp-2.2.3.ebuild 
b/net-irc/bobotpp/bobotpp-2.2.3.ebuild
index f42157f..c50d9b7 100644
--- a/net-irc/bobotpp/bobotpp-2.2.3.ebuild
+++ b/net-irc/bobotpp/bobotpp-2.2.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
-inherit autotools autotools-utils eutils
+inherit autotools
 
 DESCRIPTION="A flexible IRC bot scriptable in scheme"
 HOMEPAGE="http://unknownlamer.org/code/bobot.html;
@@ -18,34 +18,30 @@ IUSE="guile"
 DEPEND="guile? ( dev-scheme/guile )"
 RDEPEND="${DEPEND}"
 
+HTML_DOCS=( documentation/index.html )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.2-asneeded.patch
+   "${FILESDIR}"/${PN}-2.2.3-stdout.patch
+   "${FILESDIR}"/${PN}-2.2.3-fix-c++14.patch
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.2.2-asneeded.patch \
-   "${FILESDIR}"/${P}-stdout.patch
+   default
eautoreconf
 }
 
 src_configure() {
-   local myeconfargs=(
-   --enable-crypt
+   econf \
+   --enable-crypt \
$(use_enable guile scripting)
-   )
-
-   autotools-utils_src_configure
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
+   docinto examples
+   dodoc -r examples/config examples/scripts
 
dosym bobot++.info /usr/share/info/bobotpp.info
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-   dohtml documentation/index.html
-
-   docinto examples/config
-   dodoc examples/config/*
-
-   docinto examples/scripts
-   dodoc examples/scripts/*
 }
 
 pkg_postinst() {

diff --git a/net-irc/bobotpp/files/bobotpp-2.2.3-fix-c++14.patch 
b/net-irc/bobotpp/files/bobotpp-2.2.3-fix-c++14.patch
new file mode 100644
index ..4f03c4a
--- /dev/null
+++ b/net-irc/bobotpp/files/bobotpp-2.2.3-fix-c++14.patch
@@ -0,0 +1,103 @@
+Fix building with C++14, which errors out due to ambiguity as a result of 
crappy implicit
+conversion operators running astray with new std::string and iostream 
interfaces.
+See also: https://bugs.gentoo.org/show_bug.cgi?id=594152
+
+--- a/source/Bot.C
 b/source/Bot.C
+@@ -111,7 +111,7 @@
+   dccConnections = new DCCManager ();
+ 
+   // Let's read the alias file
+-  std::ifstream initFile(initFileName);
++  std::ifstream initFile(static_cast(initFileName));
+ 
+   if (initFile) 
+ {
+@@ -217,7 +217,7 @@
+ void
+ Bot::readConfig()
+ {
+-  std::ifstream file(configFileName);
++  std::ifstream file(static_cast(configFileName));
+   String temp;
+   int line = 1;
+ 
+@@ -736,11 +736,12 @@
+   logFileName = name;
+   logFile.close ();
+   logFile.clear ();
++  String myTempLogFileName(logs_dir + logFileName);
+ #if HAVE_IOSBASE
+-  logFile.open(logs_dir + logFileName, std::ios_base::out | 
++  logFile.open(static_cast(myTempLogFileName), 
std::ios_base::out | 
+  std::ios_base::ate | std::ios_base::app);
+ #else
+-  logFile.open(logs_dir + logFileName, ios::out | ios::ate 
++  logFile.open(static_cast(myTempLogFileName), ios::out | 
ios::ate 
+ | ios::app);
+ #endif
+ 
+--- a/source/Bot.H
 b/source/Bot.H
+@@ -43,8 +43,8 @@
+ #include 
+ #endif
+ 
+-#define VERSION_STRING PACKAGE" version "VERSION" by unknown_lamer@FreeNode 
\n1.97 and below by eb@IRCNet "
+-#define COPYRIGHT_STRING PACKAGE" version "VERSION", Copyright (C) 1997-2000 
Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008 Clinton Ebadi"
++#define VERSION_STRING PACKAGE " version " VERSION " by 
unknown_lamer@FreeNode \n1.97 and below by eb@IRCNet 
"
++#define COPYRIGHT_STRING PACKAGE " version " VERSION ", Copyright (C) 
1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008 Clinton Ebadi"
+ 
+ class Channel;
+ class DCCConnection;
+--- a/source/ShitList.C
 b/source/ShitList.C
+@@ -45,7 +45,7 @@
+ void
+ ShitList::read()
+ {
+-  std::ifstream file(listFileName);
++  std::ifstream file(static_cast(listFileName));
+   String temp;
+   int line = 1;
+ 
+@@ -74,7 +74,7 @@
+ ShitList::save()
+ {
+   std::list::iterator it = l.begin();
+-  std::ofstream file(listFileName);
++  std::ofstream file(static_cast(listFileName));
+ 
+   if (!file)
+ return;
+--- a/source/UserCommands.C
 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/xml-security-c/files/, dev-libs/xml-security-c/

2016-09-18 Thread David Seifert
commit: 28e20b497bfbc42c4ffc5abced934791f282e0c8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep 18 18:29:49 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 18 20:18:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e20b49

dev-libs/xml-security-c: Allow for compiling with GCC 6

Gentoo-bug: 594234
* EAPI=6

Package-Manager: portage-2.3.0

 ...xml-security-c-1.6.1-nss-compilation-fix.patch} |  0
 .../files/xml-security-c-1.7.3-fix-c++14.patch | 36 ++
 .../xml-security-c/xml-security-c-1.7.3.ebuild | 17 +-
 3 files changed, 43 insertions(+), 10 deletions(-)

diff --git a/dev-libs/xml-security-c/files/1.6.1-nss-compilation-fix.patch 
b/dev-libs/xml-security-c/files/xml-security-c-1.6.1-nss-compilation-fix.patch
similarity index 100%
rename from dev-libs/xml-security-c/files/1.6.1-nss-compilation-fix.patch
rename to 
dev-libs/xml-security-c/files/xml-security-c-1.6.1-nss-compilation-fix.patch

diff --git a/dev-libs/xml-security-c/files/xml-security-c-1.7.3-fix-c++14.patch 
b/dev-libs/xml-security-c/files/xml-security-c-1.7.3-fix-c++14.patch
new file mode 100644
index ..40783bf
--- /dev/null
+++ b/dev-libs/xml-security-c/files/xml-security-c-1.7.3-fix-c++14.patch
@@ -0,0 +1,36 @@
+Fix building with C++14, which errors out due to bool -> T* conversions
+See also: https://bugs.gentoo.org/show_bug.cgi?id=594234
+
+--- a/xsec/enc/OpenSSL/OpenSSLCryptoSymmetricKey.hpp
 b/xsec/enc/OpenSSL/OpenSSLCryptoSymmetricKey.hpp
+@@ -151,7 +151,7 @@
+SymmetricKeyMode mode 
= MODE_CBC,
+const unsigned char * 
iv = NULL,
+  const unsigned char* tag = NULL,
+- unsigned int taglen = NULL);
++ unsigned int taglen = 0);
+ 
+   /**
+* \brief Continue an decrypt operation using this key.
+--- a/xsec/enc/XSECCryptoSymmetricKey.hpp
 b/xsec/enc/XSECCryptoSymmetricKey.hpp
+@@ -185,7 +185,7 @@
+SymmetricKeyMode mode 
= MODE_CBC,
+const unsigned char* 
iv = NULL,
+  const unsigned char* tag = NULL,
+- unsigned int taglen = NULL) = 0;
++ unsigned int taglen = 0) = 0;
+ 
+   /**
+* \brief Continue a decrypt operation using this key.
+--- a/xsec/tools/checksig/InteropResolver.cpp
 b/xsec/tools/checksig/InteropResolver.cpp
+@@ -645,7 +645,7 @@
+ 
+   }
+ 
+-  return false;
++  return NULL;
+ 
+ }
+ 

diff --git a/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild 
b/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
index 7058fa1..ecd3748 100644
--- a/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
+++ b/dev-libs/xml-security-c/xml-security-c-1.7.3.ebuild
@@ -2,9 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Apache C++ XML security libraries"
 HOMEPAGE="http://santuario.apache.org/;
@@ -25,11 +23,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 DOCS=( CHANGELOG.txt NOTICE.txt )
-
-src_prepare() {
-   epatch "${FILESDIR}/1.6.1-nss-compilation-fix.patch"
-   epatch_user
-}
+PATCHES=(
+   "${FILESDIR}/${PN}-1.6.1-nss-compilation-fix.patch"
+   "${FILESDIR}/${PN}-1.7.3-fix-c++14.patch"
+)
 
 src_configure() {
econf \
@@ -43,7 +40,7 @@ src_configure() {
 src_install() {
default
if use examples ; then
-   insinto /usr/share/doc/${PF}/examples
-   doins xsec/samples/*.cpp
+   docinto examples
+   dodoc xsec/samples/*.cpp
fi
 }



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

2016-09-18 Thread Mike Gilbert
commit: d2ad3fdc1960d9a9279e3cf089dba37ddf27354e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 18 19:36:42 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 20:04:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ad3fdc

sys-kernel/ck-sources: drop EAPI 6 ebuild

kernel-2.eclass is not ready for EAPI 6.

Package-Manager: portage-2.3.0_p31

 sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild | 91 
 1 file changed, 91 deletions(-)

diff --git a/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild
deleted file mode 100644
index f0a50e5..
--- a/sys-kernel/ck-sources/ck-sources-4.3.6-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-ETYPE="sources"
-KEYWORDS="~amd64 ~x86"
-
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
-   http://users.tpg.com.au/ckolivas/kernel/;
-
-K_WANT_GENPATCHES="base extras experimental"
-K_EXP_GENPATCHES_PULL="1"
-K_EXP_GENPATCHES_NOUSE="1"
-K_GENPATCHES_VER="8"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE="1"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
-
-DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
-
-#-- If Gentoo-Sources don't follow then extra incremental patches are needed -
-
-XTRA_INCP_MIN=""
-XTRA_INCP_MAX=""
-
-#--
-
-CK_VERSION="3"
-
-CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
-
-CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
-CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
-CK_URI="${CK_LVER_URL}/${CK_FILE}"
-
-#-- Build extra incremental patches list --
-
-LX_INCP_URI=""
-LX_INCP_LIST=""
-if [ -n "${XTRA_INCP_MIN}" ]; then
-   LX_INCP_URL="${KERNEL_BASE_URI}/incr"
-   for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do
-   LX_INCP[i]="patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2"
-   LX_INCP_URI="${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}"
-   LX_INCP_LIST="${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}"
-   done
-fi
-
-#-- CK needs sometimes to patch itself... ---
-
-CK_INCP_URI=""
-CK_INCP_LIST=""
-
-#-- Local patches needed for the ck-patches to apply smoothly ---
-
-PRE_CK_FIX=""
-POST_CK_FIX=""
-
-#--
-
-SRC_URI="${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} 
${CK_INCP_URI} ${CK_URI}"
-
-UNIPATCH_LIST="${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}/${CK_FILE} 
${CK_INCP_LIST} ${POST_CK_FIX}"
-UNIPATCH_STRICTORDER="yes"
-
-#-- Since experimental genpatches && we want BFQ irrespective of experimental -
-
-K_EXP_GENPATCHES_LIST="50*_*.patch*"
-
-src_prepare() {
-   default
-
-#-- Comment out CK's EXTRAVERSION in Makefile -
-
-   sed -i -e 's/\(^EXTRAVERSION :=.*$\)/# \1/' "${S}/Makefile"
-}
-
-pkg_postinst() {
-
-   kernel-2_pkg_postinst
-
-   elog
-   elog "For more info on this patchset, see: 
https://forums.gentoo.org/viewtopic-t-941030-start-0.html;
-   elog
-}



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

2016-09-18 Thread Mike Gilbert
commit: 37c95d50e6107119bdf212bd591b0e7a67605181
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 18 19:25:37 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 20:04:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c95d50

kernel-2.eclass: add global EAPI check

This eclass has not been ported for EAPI 6 yet.

 eclass/kernel-2.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 6b4e844..1398c0c 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -90,6 +90,8 @@
 # If you do change them, there is a chance that we will not fix resulting bugs;
 # that of course does not mean we're not willing to help.
 
+has "${EAPI:-0}" 0 1 2 3 4 5 || die "kernel-2.eclass is unsupported for EAPI 
${EAPI}"
+
 PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit eutils toolchain-funcs versionator multilib python-any-r1



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

2016-09-18 Thread Mike Gilbert
commit: 2cf75869a6154581d180d83e9566954ed98bc953
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Sep 18 19:35:21 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Sep 18 20:04:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf75869

sys-kernel/hardened-sources: EAPI 6 -> 5

kernel-2.eclass is not ready for EAPI 6.

Package-Manager: portage-2.3.0_p31

 sys-kernel/hardened-sources/hardened-sources-4.7.3.ebuild | 2 +-
 sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.7.3.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.7.3.ebuild
index bdbaa32..40ad18c 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.7.3.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.7.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"

diff --git a/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild 
b/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild
index bdbaa32..40ad18c 100644
--- a/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild
+++ b/sys-kernel/hardened-sources/hardened-sources-4.7.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI="5"
 
 ETYPE="sources"
 K_WANT_GENPATCHES="base"



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

2016-09-18 Thread Jeroen Roovers
commit: b17cda4d1770a7f563a51593fa47e77f82606cd2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 18 19:44:25 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 18 19:44:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17cda4d

net-misc/curl: Stable for HPPA (bug #593716).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 net-misc/curl/curl-7.50.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.50.3.ebuild b/net-misc/curl/curl-7.50.3.ebuild
index 6b6b774..d08fc54 100644
--- a/net-misc/curl/curl-7.50.3.ebuild
+++ b/net-misc/curl/curl-7.50.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 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 ~x86-interix ~amd64-linux ~arm-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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2016-09-18 Thread Pacho Ramos
commit: bc6a56746f95cbba21378bc90305166c7d75480c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 19:30:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 19:33:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6a5674

games-arcade/blobwars: Version bump

Package-Manager: portage-2.3.0

 games-arcade/blobwars/Manifest |  1 +
 games-arcade/blobwars/blobwars-2.00.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/games-arcade/blobwars/Manifest b/games-arcade/blobwars/Manifest
index 4c62d27..eebf809 100644
--- a/games-arcade/blobwars/Manifest
+++ b/games-arcade/blobwars/Manifest
@@ -1 +1,2 @@
 DIST blobwars-1.19.tar.gz 67019647 SHA256 
f9bafe59ead9e370ceaba4aae3d280241bf05fa06c8ae006eec0322c2fe9e2ed SHA512 
d31dcf5aae13bed849f701923cef7e829a43f199b8cde8dc9c28b283c8f7da6c5c8052387fae9add9f1bfb0c857c5be339b6049b6b19ff4c6c5ccbb6233e2643
 WHIRLPOOL 
4f4a31e80648696ee564be7b4aafddea666dd9cd7239e6310c03f873cb284a59beb40abaa4e8edd3da9e2dbb4dbf9f88cc1db3232b22aeadfda3cad5f473eea4
+DIST blobwars-2.00.tar.gz 66982603 SHA256 
c406279f6cdf2aed3c6edb8d8be16efeda0217494acd525f39ee2bd3e77e4a99 SHA512 
412afd029554e59e7947466f36b51ef863faf1712898397498d5497e9a38dced92777b7684c1fb231998d893a6ce2c435b8f4278429df41168385de8fa18725b
 WHIRLPOOL 
602a996bb661d8c7f3573220ad2e83e48ef0add898c39a395a2ad8f769fce173f04cb1370fae33e5673485f15d146e7a6b616c3753113b46178e7580b058b0e5

diff --git a/games-arcade/blobwars/blobwars-2.00.ebuild 
b/games-arcade/blobwars/blobwars-2.00.ebuild
new file mode 100644
index ..641dd03
--- /dev/null
+++ b/games-arcade/blobwars/blobwars-2.00.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2-utils xdg
+
+DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an 
alien invader"
+HOMEPAGE="https://sourceforge.net/projects/blobwars/ 
https://sourceforge.net/apps/mediawiki/blobwars/index.php?title=Main_Page;
+SRC_URI="mirror://sourceforge/blobwars/${P}.tar.gz"
+
+LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer
+   media-libs/sdl2-ttf
+   media-libs/sdl2-image
+   media-libs/sdl2-net
+   sys-libs/zlib
+   virtual/libintl
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+"
+
+src_prepare() {
+   default
+   sed -i -e "/-Werror/d" Makefile || die
+}
+
+src_compile() {
+   emake \
+   RELEASE="1" \
+   USEPAK="1"
+}
+
+src_install() {
+   emake \
+   BINDIR="/usr/bin/" \
+   USEPAK="1" \
+   DESTDIR="${D}" \
+   DOCDIR="/usr/share/doc/${PF}/html/" \
+   install
+
+   mv -vf \
+   
"${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \
+   "${D}"/usr/share/doc/${PF}/
+}



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

2016-09-18 Thread Sergei Trofimovich
commit: eb4328c13b45b7b8e945bbf599443b8254bb2772
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 18 18:59:16 2016 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 18 18:59:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4328c1

dev-util/bdelta: tweak for gcc-6, bug #594246

c++11 intruduced next() helper
http://en.cppreference.com/w/cpp/iterator/next
which does exactly the same.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/594246

Package-Manager: portage-2.3.0

 dev-util/bdelta/bdelta-0.3.1.ebuild|  3 ++-
 dev-util/bdelta/files/bdelta-0.3.1-gcc-6.patch | 18 ++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/dev-util/bdelta/bdelta-0.3.1.ebuild 
b/dev-util/bdelta/bdelta-0.3.1.ebuild
index adb6de1..9e75a60 100644
--- a/dev-util/bdelta/bdelta-0.3.1.ebuild
+++ b/dev-util/bdelta/bdelta-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,6 +28,7 @@ IUSE=""
 
 src_prepare() {
epatch "${FILESDIR}"/${P}-soname.patch
+   epatch "${FILESDIR}"/${P}-gcc-6.patch
 }
 
 src_compile() {

diff --git a/dev-util/bdelta/files/bdelta-0.3.1-gcc-6.patch 
b/dev-util/bdelta/files/bdelta-0.3.1-gcc-6.patch
new file mode 100644
index ..9c998de
--- /dev/null
+++ b/dev-util/bdelta/files/bdelta-0.3.1-gcc-6.patch
@@ -0,0 +1,18 @@
+diff --git a/src/libbdelta.cpp b/src/libbdelta.cpp
+index b11bb2b..d769b0d 100644
+--- a/src/libbdelta.cpp
 b/src/libbdelta.cpp
+@@ -117,7 +117,3 @@ unsigned match_backward(BDelta_Instance *b, unsigned p1, 
unsigned p2, unsigned b
+ // Iterator helper function
+-template 
+-inline T prior(T i) {return --i;}
+-template 
+-inline T next(T i) {return ++i;}
+-
++template  inline T bdelta_next(T i) {return ++i;}
+ 
+@@ -423,3 +419,3 @@ void bdelta_pass(BDelta_Instance *b, unsigned blocksize, 
unsigned minMatchSize,
+   if (! maxHoleSize || (u1.num <= maxHoleSize && 
u2.num <= maxHoleSize))
+-  if (! (flags & BDELTA_SIDES_ORDERED) || 
(next(u1.ml) == u1.mr && next(u2.ml) == u2.mr))
++  if (! (flags & BDELTA_SIDES_ORDERED) || 
(bdelta_next(u1.ml) == u1.mr && bdelta_next(u2.ml) == u2.mr))
+   bdelta_pass_2(b, blocksize, 
minMatchSize, , 1, , 1);



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

2016-09-18 Thread Jeroen Roovers
commit: 6e7149e6e2f6292534d2f9cfe1202f36a3540b49
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 18 18:18:42 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 18 18:18:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7149e6

dev-db/mariadb: Stable for HPPA PPC64 (bug #593608).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 dev-db/mariadb/mariadb-10.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.0.27.ebuild 
b/dev-db/mariadb/mariadb-10.0.27.ebuild
index 3768d1b..bf23efa 100644
--- a/dev-db/mariadb/mariadb-10.0.27.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.27.ebuild
@@ -20,7 +20,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="server? ( tokudb? ( jemalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 PATCHES=(



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

2016-09-18 Thread Jeroen Roovers
commit: 41389eb583f4d4e6ea797bb8bd778058fe257eef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Sep 18 18:20:40 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Sep 18 18:20:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41389eb5

net-misc/curl: Stable for PPC64 (bug #593716).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 net-misc/curl/curl-7.50.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.50.3.ebuild b/net-misc/curl/curl-7.50.3.ebuild
index 1df0733..6b6b774 100644
--- a/net-misc/curl/curl-7.50.3.ebuild
+++ b/net-misc/curl/curl-7.50.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 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 ~x86-interix ~amd64-linux ~arm-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 ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2016-09-18 Thread Thomas Beierlein
commit: a23258aeda1c30160e0cc9351ce1702ab2575ba2
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Sep 18 17:52:11 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Sep 18 17:52:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23258ae

media-radio/tlf: Minor version bump

Package-Manager: portage-2.3.0

 media-radio/tlf/Manifest   |  1 +
 media-radio/tlf/tlf-1.2.4.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/media-radio/tlf/Manifest b/media-radio/tlf/Manifest
index efba557..ee319fd 100644
--- a/media-radio/tlf/Manifest
+++ b/media-radio/tlf/Manifest
@@ -1,3 +1,4 @@
 DIST tlf-1.2.2.tar.gz 594524 SHA256 
dc4bd660cfd145ed193993bf7dfb1544b05b2f615a8fe5d2cc6da1403a9744ed SHA512 
0d1fb92f03c56356eaa8750ca5d35b446a3621717a75fdb1b2c40bafd442546f42c95341f5d645ab75cc8cf128bfd537fbdee29d18179ac7a96f5ac33b7329b4
 WHIRLPOOL 
934e9c045ce9c5bf5115f63339ff635b9bd9218963d0948e4eca9df7389757f3ed4699412c9465aca9301cba3632b169666cbce602a96cf131dde2e55f49e1f2
 DIST tlf-1.2.3.tar.gz 622883 SHA256 
def2af96ec084744baa7efbbf92b969d04e84fb62b184692cf181c45be5754ad SHA512 
00e1fdef38a311fe3b6e925fe58caa3aab4a4b58faa4ebc433510cb821a32ba0f44fe7f7461b06453e43ab02d54964a5c39d5c0ddacacb9d767701bc27e93324
 WHIRLPOOL 
14a9da844d2cb8cccaa0575d53651868557921955d645bfa4acb2b0514abdd2e6c3f95abfa706b892b6937588e4c4c7dc3ea81ef1eedcffc1d8e7c5710b9f385
 DIST tlf-1.2.4.1.tar.gz 630258 SHA256 
59cb8d78dbe1fa5e8ddc3f1973c5e8e41ffa1d8bef3723ced2c69ddca6692333 SHA512 
567308c51f60179c21543b1046c0d2b7ecc8e63396f80a85ee386e1faa7e6ea2087907ac845dff97154b6badfaf1f7b0e69fbd21ec1d18ece48c42fa38a019c0
 WHIRLPOOL 
c402bb9d30f8376c02e4ecf1fe198a81e92e6f6c729de144ed92792ce7ae60518a345884b55def90b5cd280b49f6b730526c61e1992708a5a0ca8227a94a4e8b
+DIST tlf-1.2.4.3.tar.gz 633391 SHA256 
bb8a6ec1fbc412a078d5690ea64450d92ff3388f03694998e30cdcfa16ba SHA512 
e162903e6c25e5f1833248df8a3c86b38760acd25ce069532c85c3acf4fce44c2f1608891d7aea3ec13b4cafb6510087e928b4532bd7995d8077b5bec3b41af6
 WHIRLPOOL 
67376d4255fc28f95f8181ac5e047998b75974d799fc37f1f8a644940beb44523bdfbe83b50cdc5d34b923137ad0ab2da4ee2b7da760acae4be0a400f59ee76f

diff --git a/media-radio/tlf/tlf-1.2.4.3.ebuild 
b/media-radio/tlf/tlf-1.2.4.3.ebuild
new file mode 100644
index ..ff13bba
--- /dev/null
+++ b/media-radio/tlf/tlf-1.2.4.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic multilib
+
+DESCRIPTION="Console-mode amateur radio contest logger"
+HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html;
+SRC_URI="http://www.hs-mittweida.de/tb/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:=
+   dev-libs/glib:2
+   media-libs/hamlib
+   media-sound/sox
+   dev-libs/xmlrpc-c[curl]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf --docdir=/usr/share/doc/${PF} --enable-hamlib 
--enable-fldigi-xmlrpc
+}



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

2016-09-18 Thread Thomas Beierlein
commit: 65ec8d91af3341eda868fdaf73c68eadd104578d
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Sep 18 17:43:53 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Sep 18 17:45:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ec8d91

media-radio/fldigi: Version bump

Package-Manager: portage-2.3.0

 media-radio/fldigi/Manifest  |  1 +
 media-radio/fldigi/fldigi-3.23.14.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index bf12525..ee35914 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -5,3 +5,4 @@ DIST fldigi-3.23.09.tar.gz 2996564 SHA256 
60232fba85993f9522c771abf3eac1c55525da
 DIST fldigi-3.23.10.tar.gz 3077063 SHA256 
bf6a1f0ebffc92ed96da41e49fdff2b38a69513cf4297202bdb7510e0e1e6e5e SHA512 
cdf5ee3f5657f7000f91af176dfe824ee54332aadb34d0c3b03699a00ae5e2b37e077451a3be83ee80092b6d56140aee990ccbfb0ee86396c979dde74d50e7c9
 WHIRLPOOL 
b9b054b10ef2eac93454093467e066730dfab5bb27e57928c5199e3605a9fc0bfae1ef483ced29c0cd3eccbfbb7ea0141ea6510872c2c770878e0999e80d754f
 DIST fldigi-3.23.11.tar.gz 3077442 SHA256 
f3d47e19a0160ad9b7d007cf77ca8674927e19068ced707a0a6cdbbd73de436b SHA512 
a32fe8d52276bbf0502ed68ad7a8e12643f3cdef3964b52a0cfcfba4c0384c295c5e87528d6d0eeb9e950d2f331c82e4a2a2df7cf62df104b76edb8fb9cf1414
 WHIRLPOOL 
f06e0629aff56c8203cb22b2c8bc83e9dab814230dd93ea1d162908a5f5f2a7ee6925ddc7b1a67b6eeffb208bacb9b22caec4f0bf1e5bef330214dca368846e4
 DIST fldigi-3.23.12.tar.gz 3078572 SHA256 
59ba6ad8304849cb92b3ec2251bd389f4dfa7755de07a4d1638f71b17c0b3cce SHA512 
3dc2c9545cb39cddf67a12e49a9ba4570b7055e073dc54a4f1a6b0e5811f780fea2109559aba0837ecfb62407eb8d2735f1d84ad70cc0b5335c6f88cb7dee0ad
 WHIRLPOOL 
8cca738b8ffb2966746a9b9e918a68d123a430aa0e9ac66f0a8bcb202388ece9389fc00e9dae14e57118476cf0dd7b4fd41415656e70b033c7c1dfb8850a54d3
+DIST fldigi-3.23.14.tar.gz 3115714 SHA256 
09a1f32bd0e2708a314465990dae80135a86f582b183758513006ef01d4d2790 SHA512 
9adfef9e5b9048bbcc43842260bdd1fde16370c0621215d416afc88c3f0c7c28f981a53859711225d0b4452a33a742e3a6add10a65b3c3dbecdba33e8ed3bea0
 WHIRLPOOL 
3ff920b152c1e7e8c691354fdf31f9c91297de281137efb12ff96364dab3337417f47f8a971d3769af2f9e6743ccba0b681a08568bee3692453184af2b3c5ac1

diff --git a/media-radio/fldigi/fldigi-3.23.14.ebuild 
b/media-radio/fldigi/fldigi-3.23.14.ebuild
new file mode 100644
index ..aba4d37
--- /dev/null
+++ b/media-radio/fldigi/fldigi-3.23.14.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com/Fldigi.html;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls portaudio pulseaudio sndfile"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   hamlib? ( media-libs/hamlib )
+   portaudio? ( >=media-libs/portaudio-19_pre20071207 )
+   pulseaudio? ( media-sound/pulseaudio )
+   sndfile? ( >=media-libs/libsndfile-1.0.10 )"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   econf $(use_with sndfile) \
+   $(use_with portaudio) \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   --disable-silent-rules \
+   --without-asciidoc
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/

2016-09-18 Thread Alice Ferrazzi
commit: 905b50535833f14ed3eb520294923496d02ea6cb
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Sun Sep 18 17:54:38 2016 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Sun Sep 18 17:55:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905b5053

www-apps/ikiwiki: updated copyright

Package-Manager: portage-2.2.28

 www-apps/ikiwiki/ikiwiki-3.20160905.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/ikiwiki/ikiwiki-3.20160905.ebuild 
b/www-apps/ikiwiki/ikiwiki-3.20160905.ebuild
index 4048b8e..d0d4aa8 100644
--- a/www-apps/ikiwiki/ikiwiki-3.20160905.ebuild
+++ b/www-apps/ikiwiki/ikiwiki-3.20160905.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-09-18 Thread Agostino Sarubbo
commit: f5bf8b715379c6a1f70fd4c4ab79241defec61dc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 18 17:11:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 18 17:11:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bf8b71

app-emulation/qemu: x86 stable wrt bug #593038

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

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

diff --git a/app-emulation/qemu/qemu-2.7.0-r3.ebuild 
b/app-emulation/qemu/qemu-2.7.0-r3.ebuild
index 71aefd6..c78e26c 100644
--- a/app-emulation/qemu/qemu-2.7.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-2.7.0-r3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
-   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2016-09-18 Thread Agostino Sarubbo
commit: cce198adc0ed17a20dacc4c0c6bce461495d8f8b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep 18 17:10:16 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep 18 17:10:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce198ad

app-emulation/qemu: amd64 stable wrt bug #593038

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

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

diff --git a/app-emulation/qemu/qemu-2.7.0-r3.ebuild 
b/app-emulation/qemu/qemu-2.7.0-r3.ebuild
index 203cdc7..71aefd6 100644
--- a/app-emulation/qemu/qemu-2.7.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-2.7.0-r3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+   KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2016-09-18 Thread Tim Harder
commit: dddb971d581bd20944368a4069e2f3d199dff4e2
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 18 15:17:22 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 18 15:47:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddb971d

app-misc/evemu: version bump to 2.5.0

 app-misc/evemu/Manifest   |  1 +
 app-misc/evemu/evemu-2.5.0.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest
index 6110031..453f0a9 100644
--- a/app-misc/evemu/Manifest
+++ b/app-misc/evemu/Manifest
@@ -1,3 +1,4 @@
 DIST evemu-2.1.0.tar.xz 502240 SHA256 
0c87360882751356e9f977ebf7438c00fe97deb232ac725dd86e5ba78203ee97 SHA512 
16ed613aa465d85f617a5dd6b958b0480c55477836effc86c293facdb500152d5b387a79f14802f2db6a3c721cc754cac2e8fc605f5e689962742b8fc361c81b
 WHIRLPOOL 
bc4e9631eebe6329d726adf853e8ef716246d70cf4f3ee50497bec6d654c8483c9291a40f532d488813d0c2568cd106e03a131cfa6aab86f037ad3ee1f0a8d18
 DIST evemu-2.2.0.tar.xz 492184 SHA256 
e0f79808959d1b1f307a3d5add8ee9e5786d926e9aeb0045dadb85c7350d0a3c SHA512 
638fa4962dae2aa88d70d1c30a244eab67ccc102af47a6de4b93f32b9f2b9d767d7f358efb71964c62f461e93c431bb679ad7019e2509f0cd4c02bd0e94a29d9
 WHIRLPOOL 
0f7cd045a8ad217a562fe640c5fc0f0bff890a725e1786741a5a412f24a866c997f18bf0dd404a804ed2e0718b85464797d21e1f8a3fdbee63216504d12ac09e
 DIST evemu-2.4.0.tar.xz 505848 SHA256 
0706ea5a830203f9cdb30c0e10c8c41d2427128ba9041543a5ae157fa3b4a30e SHA512 
e629a0eedb6ce58d3f088b279f45b87117b30b01af07e53dd5515ced7ea15293476fafe9aa9832e6758a6953ad7a462b0fae0a0996181eec327377176cf00c7a
 WHIRLPOOL 
ad909f5e074dfdd0d6c9f3660844024f94da587f97cf9181e5ab1232fe077c8df47cca045b598a472bbf6ec776c2cbf313908a800d95a539173770080fb388ce
+DIST evemu-2.5.0.tar.xz 506092 SHA256 
541cc138f0215b7d0cd4ad5e6bb1402518ffc5e31294c36bb67b4ff1791bb27f SHA512 
7de37aeaa122501783f4b658bd18353a6f413ff57ce1feec71e0eedd21eba3e479ff6ffb79dbb7658a337c824f4575915f13edcfdf8d2ce52a1fdbd41e1610be
 WHIRLPOOL 
094294327d3226918ded20bd5e36d05abe78b3aa46f45bd777ae0442033911cfafd572fb4f92b7509037b4e264e016c0287234d6b16e17e81e9ea1a38c4298c8

diff --git a/app-misc/evemu/evemu-2.5.0.ebuild 
b/app-misc/evemu/evemu-2.5.0.ebuild
new file mode 100644
index ..18259c7
--- /dev/null
+++ b/app-misc/evemu/evemu-2.5.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1
+
+DESCRIPTION="tools and bindings for kernel evdev device emulation, data 
capture, and replay"
+HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/;
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )
+   >=dev-libs/libevdev-1.2.99.902"
+DEPEND="app-arch/xz-utils
+   ${RDEPEND}"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable python python-bindings)
+}
+
+src_test() {
+   if use python ; then
+   if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has 
usersandbox $FEATURES ; then
+   ewarn "Tests require userpriv, sandbox, and usersandbox 
to be disabled in FEATURES."
+   else
+   emake check
+   fi
+   fi
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



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

2016-09-18 Thread Tim Harder
commit: 26b92fb5a2b012154406d7ad585752ceb341363a
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 18 15:46:48 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 18 15:50:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b92fb5

dev-python/cffi: version bump to 1.8.3

 dev-python/cffi/Manifest  |  1 +
 dev-python/cffi/cffi-1.8.3.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/cffi/Manifest b/dev-python/cffi/Manifest
index 3e85f97..fbf672b 100644
--- a/dev-python/cffi/Manifest
+++ b/dev-python/cffi/Manifest
@@ -3,3 +3,4 @@ DIST cffi-1.5.2.tar.gz 388793 SHA256 
da9bde99872e46f7bb5cff40a9b1cc08406765efafb
 DIST cffi-1.6.0.tar.gz 397024 SHA256 
a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db SHA512 
95dc7fbca624b5474ff0182ff6e1d1c6b8b34ad19c4c22cabf847f7be6c47dc32a96b23165da1c28438a46a1e9f681341fe8b7304ba5618744c595c4ae364466
 WHIRLPOOL 
a4faef6dfaa078a09abadbe2af6d589dcd36d94bcf07eb47cda1e18ae1d60a3d62d0d66240f717f09564b97565b495e71b77390fe4278afb978fa2c62d341684
 DIST cffi-1.7.0.tar.gz 400251 SHA256 
6ed5dd6afd8361f34819c68aaebf9e8fc12b5a5893f91f50c9e50c8886bb60df SHA512 
ce9439a219248b06a6f2d019324f4150576b5e4d853025d61d470105f95af2a6c2387080bfd0308c063ad756f34feead9a5958187d626524594dfe9a3adf7462
 WHIRLPOOL 
1d10ba1d5fe2dadfe239c2111e9eb08beeddb7b796e966dae642fbfef0d590737018e27e3036817a1b2f43d76d2526642022b0d2ebe97ce8fcf4a49c8006ea26
 DIST cffi-1.8.2.tar.gz 403191 SHA256 
2b636db1a179439d73ae0a090479e179a43df5d4eddc7e4c4067f960d4038530 SHA512 
a7bbb8735cf4b36510b6953db26af2428725d589fedae05693f39c77b84567bdefd6e3dc1e5c6deef94e617ceb4bf6bf92379e76fd3732d73a19e8a39a3d06ed
 WHIRLPOOL 
5442e4c5ab58fad20b05cc545721417e73992ef3584dc24501124075647d667a640230ff3a67e362c376aa32aff0c7d93b17425682f132532e2c165cd954b3dc
+DIST cffi-1.8.3.tar.gz 403766 SHA256 
c321bd46faa7847261b89c0469569530cad5a41976bb6dba8202c0159f476568 SHA512 
a5a5f62c9d8607a8477abc2c2c53dcbe2aa4cf964b0592d4db349cd35a199e69a84d6cf160973fb5ee736607fa6a41314e8ff0d84bef2ffe16c08f6071c15222
 WHIRLPOOL 
9ab2f3bf534f4c7b925f3617a109c31ed6591500c551e0c1cae2443b506fa5aea8a1b91b9c378646354effba3d12f0002727be0560359ed40eb3c8751a352c03

diff --git a/dev-python/cffi/cffi-1.8.3.ebuild 
b/dev-python/cffi/cffi-1.8.3.ebuild
new file mode 100644
index ..640db6d
--- /dev/null
+++ b/dev-python/cffi/cffi-1.8.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# DO NOT ADD pypy to PYTHON_COMPAT
+# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Foreign Function Interface for Python calling C code"
+HOMEPAGE="http://cffi.readthedocs.org/ https://pypi.python.org/pypi/cffi;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+IUSE="doc test"
+
+RDEPEND="
+   virtual/libffi
+   dev-python/pycparser[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# Avoid race on _configtest.c 
(distutils/command/config.py:_gen_temp_sourcefile)
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   einfo "$PYTHONPATH"
+   $PYTHON -c "import _cffi_backend as backend" || die
+   PYTHONPATH="${PYTHONPATH}" \
+   py.test -x -v \
+   --ignore testing/test_zintegration.py \
+   --ignore testing/embedding \
+   c/ testing/ \
+   || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2016-09-18 Thread Tim Harder
commit: 80f2832defe28c64d17edf0b54b794a240b87af9
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 18 15:47:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 18 15:50:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f2832d

app-misc/evemu: remove old

 app-misc/evemu/Manifest|  2 -
 app-misc/evemu/evemu-2.1.0.ebuild  | 44 --
 app-misc/evemu/evemu-2.2.0.ebuild  | 44 --
 app-misc/evemu/files/evemu-1.2.0-install-man.patch | 43 -
 4 files changed, 133 deletions(-)

diff --git a/app-misc/evemu/Manifest b/app-misc/evemu/Manifest
index 453f0a9..1272761 100644
--- a/app-misc/evemu/Manifest
+++ b/app-misc/evemu/Manifest
@@ -1,4 +1,2 @@
-DIST evemu-2.1.0.tar.xz 502240 SHA256 
0c87360882751356e9f977ebf7438c00fe97deb232ac725dd86e5ba78203ee97 SHA512 
16ed613aa465d85f617a5dd6b958b0480c55477836effc86c293facdb500152d5b387a79f14802f2db6a3c721cc754cac2e8fc605f5e689962742b8fc361c81b
 WHIRLPOOL 
bc4e9631eebe6329d726adf853e8ef716246d70cf4f3ee50497bec6d654c8483c9291a40f532d488813d0c2568cd106e03a131cfa6aab86f037ad3ee1f0a8d18
-DIST evemu-2.2.0.tar.xz 492184 SHA256 
e0f79808959d1b1f307a3d5add8ee9e5786d926e9aeb0045dadb85c7350d0a3c SHA512 
638fa4962dae2aa88d70d1c30a244eab67ccc102af47a6de4b93f32b9f2b9d767d7f358efb71964c62f461e93c431bb679ad7019e2509f0cd4c02bd0e94a29d9
 WHIRLPOOL 
0f7cd045a8ad217a562fe640c5fc0f0bff890a725e1786741a5a412f24a866c997f18bf0dd404a804ed2e0718b85464797d21e1f8a3fdbee63216504d12ac09e
 DIST evemu-2.4.0.tar.xz 505848 SHA256 
0706ea5a830203f9cdb30c0e10c8c41d2427128ba9041543a5ae157fa3b4a30e SHA512 
e629a0eedb6ce58d3f088b279f45b87117b30b01af07e53dd5515ced7ea15293476fafe9aa9832e6758a6953ad7a462b0fae0a0996181eec327377176cf00c7a
 WHIRLPOOL 
ad909f5e074dfdd0d6c9f3660844024f94da587f97cf9181e5ab1232fe077c8df47cca045b598a472bbf6ec776c2cbf313908a800d95a539173770080fb388ce
 DIST evemu-2.5.0.tar.xz 506092 SHA256 
541cc138f0215b7d0cd4ad5e6bb1402518ffc5e31294c36bb67b4ff1791bb27f SHA512 
7de37aeaa122501783f4b658bd18353a6f413ff57ce1feec71e0eedd21eba3e479ff6ffb79dbb7658a337c824f4575915f13edcfdf8d2ce52a1fdbd41e1610be
 WHIRLPOOL 
094294327d3226918ded20bd5e36d05abe78b3aa46f45bd777ae0442033911cfafd572fb4f92b7509037b4e264e016c0287234d6b16e17e81e9ea1a38c4298c8

diff --git a/app-misc/evemu/evemu-2.1.0.ebuild 
b/app-misc/evemu/evemu-2.1.0.ebuild
deleted file mode 100644
index 77fcafa..
--- a/app-misc/evemu/evemu-2.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils python-single-r1
-
-DESCRIPTION="Tools and bindings for kernel input event device emulation, data 
capture, and replay"
-HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/;
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/libevdev-1.2.99.902"
-DEPEND="app-arch/xz-utils
-   ${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2.0-install-man.patch )
-
-src_prepare() {
-   if ! use python ; then
-   sed '/SUBDIRS/s/python//' -i Makefile.am || die
-   fi
-   autotools-utils_src_prepare
-}
-
-src_test() {
-   if use python ; then
-   if [[ ! ${EUID} -eq 0 ]] || has sandbox $FEATURES || has 
usersandbox $FEATURES ; then
-   ewarn "Tests require userpriv, sandbox, and usersandbox 
to be disabled in FEATURES."
-   else
-   emake check
-   fi
-   fi
-}

diff --git a/app-misc/evemu/evemu-2.2.0.ebuild 
b/app-misc/evemu/evemu-2.2.0.ebuild
deleted file mode 100644
index 9c52c60..
--- a/app-misc/evemu/evemu-2.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils python-single-r1
-
-DESCRIPTION="Tools and bindings for kernel input event device emulation, data 
capture, and replay"
-HOMEPAGE="https://www.freedesktop.org/wiki/Evemu/;
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-3 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )
-   >=dev-libs/libevdev-1.2.99.902"
-DEPEND="app-arch/xz-utils
-   ${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.2.0-install-man.patch )
-
-src_prepare() {
-   if ! use python ; then
-   sed '/SUBDIRS/s/python//' -i Makefile.am || die
-   fi
-  

  1   2   >