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

2017-09-01 Thread Mart Raudsepp
commit: 8229057afbaa969b049d4c9d0c8116b91913bbee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep  2 04:28:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:28:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8229057a

media-plugins/gst-plugins-libav: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/gst-plugins-libav/Manifest   |  1 -
 .../gst-plugins-libav-1.10.3.ebuild| 73 --
 2 files changed, 74 deletions(-)

diff --git a/media-plugins/gst-plugins-libav/Manifest 
b/media-plugins/gst-plugins-libav/Manifest
index 5c5c19eae05..fd936474223 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,3 +1,2 @@
-DIST gst-libav-1.10.3.tar.xz 8535624 SHA256 
9a6bc165b1862b18b98d9f1755c43806e4839a80f69ec7ea9a2dab61b65752a9 SHA512 
9f394fc5a23fa887e65c851836d338f9eb55be2a981429cfa7175e1112465696b1326386ef45d675bf1186cf8f1fec50dd0861273c763aa20ab97aaa257a1907
 WHIRLPOOL 
0833598516fd5f71a7cc105a4508f9301aee8c5db3569010ceabd270a8059679661508e8e2ae4e6e9147212f1454868e3244d631fbaff9bdde22ca865247331a
 DIST gst-libav-1.10.4.tar.xz 8535052 SHA256 
6ca0feca75e3d48315e07f20ec37cf6260ed1e9dde58df355febd5016246268b SHA512 
4037c4651c9f4c0e677f1f8136194c16319507dec3992270c1f98d461a69a55653d261ade45add833103872455e09c30695318181e81242ce78d1c2a2b95ca9c
 WHIRLPOOL 
441ed31e9886a71bace9fadd9edcf8102db621cffa9185c087535e7fa4daedb14dd2cbf3a067868f821d36b58982b482c0c37d82907e079cbe0f3e48bb8a27f3
 DIST gst-libav-1.10.5.tar.xz 8545300 SHA256 
e4d2f315f478d47281fbfdfbd590a63d23704ca37911d7142d5992616f4b28d3 SHA512 
a0636a3b32a5c20eba69a0002fc549facebb0211774e13dd526a3a1eb710f3342662179af6275d619d5075ad0f6dc7068b9950cfb0c60e3ad48249475b39216b
 WHIRLPOOL 
3b3ed00516ab8c4599ec249619390f4c4d478299bb5e14c2bbf532ab67d57881cf0584d33c78a6c5839008179b7815add6bf95437c7f2c65408469f9c4167457

diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.3.ebuild 
b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.3.ebuild
deleted file mode 100644
index edb0def3b16..000
--- a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.10.3.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib-minimal
-
-MY_PN="gst-libav"
-DESCRIPTION="FFmpeg based gstreamer plugin"
-HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html;
-SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="1.0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="libav +orc"
-
-# XXX: bzip2/lzma are automagic
-RDEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
-   !libav? ( >=media-video/ffmpeg-3.2:0=[${MULTILIB_USEDEP}] )
-   orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RESTRICT="test" # FIXME: tests seem to get stuck at one point; investigate 
properly
-
-multilib_src_configure() {
-   GST_PLUGINS_BUILD=""
-   # Upstream dropped support for system libav and won't work
-   # for preserving its compat anymore, forcing us to rely on internal
-   # ffmpeg copy if we don't want to cause unresolvable blockers for
-   # libav setups.
-   # https://bugzilla.gnome.org/show_bug.cgi?id=758183
-   # Prefer system ffmpeg for -libav
-   local myconf
-
-   if use libav; then
-   ewarn "Using internal ffmpeg copy as upstream dropped"
-   ewarn "the support for compiling against system libav"
-   ewarn "http://bugzilla.gnome.org/show_bug.cgi?id=758183;
-   else
-   myconf="--with-system-libav"
-   fi
-
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-maintainer-mode \
-   --with-package-name="Gentoo GStreamer ebuild" \
-   --with-package-origin="https://www.gentoo.org; \
-   --disable-fatal-warnings \
-   $(use_enable orc) \
-   ${myconf}
-}
-
-multilib_src_compile() {
-   # Don't build with -Werror
-   emake ERROR_CFLAGS=
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ofa/, media-plugins/gst-plugins-mplex/, ...

2017-09-01 Thread Mart Raudsepp
commit: 6a9c7664a12bbef40066b0eac065852c5e9a8a51
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 07:28:37 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9c7664

media-libs/gst-plugins-bad and its splits: Remove old 1.8.3 and 1.10.4

 media-libs/gst-plugins-bad/Manifest|   2 -
 .../gst-plugins-bad/gst-plugins-bad-1.10.4.ebuild  | 102 
 .../gst-plugins-bad-1.8.3-r1.ebuild| 105 -
 media-plugins/gst-plugins-assrender/Manifest   |   2 -
 .../gst-plugins-assrender-1.10.4.ebuild|  14 ---
 .../gst-plugins-assrender-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-bluez/Manifest   |   2 -
 .../gst-plugins-bluez-1.10.4.ebuild|  18 
 .../gst-plugins-bluez-1.8.3.ebuild |  18 
 media-plugins/gst-plugins-dash/Manifest|   2 -
 .../gst-plugins-dash-1.10.4.ebuild |  34 ---
 .../gst-plugins-dash/gst-plugins-dash-1.8.3.ebuild |  34 ---
 media-plugins/gst-plugins-dtls/Manifest|   2 -
 .../gst-plugins-dtls-1.10.4.ebuild |  17 
 .../gst-plugins-dtls/gst-plugins-dtls-1.8.3.ebuild |  17 
 media-plugins/gst-plugins-dts/Manifest |   2 -
 .../gst-plugins-dts/gst-plugins-dts-1.10.4.ebuild  |  17 
 .../gst-plugins-dts/gst-plugins-dts-1.8.3.ebuild   |  17 
 media-plugins/gst-plugins-dvb/Manifest |   2 -
 .../gst-plugins-dvb/gst-plugins-dvb-1.10.4.ebuild  |  20 
 .../gst-plugins-dvb/gst-plugins-dvb-1.8.3.ebuild   |  20 
 media-plugins/gst-plugins-faac/Manifest|   2 -
 .../gst-plugins-faac-1.10.4.ebuild |  14 ---
 .../gst-plugins-faac/gst-plugins-faac-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-faad/Manifest|   2 -
 .../gst-plugins-faad-1.10.4.ebuild |  14 ---
 .../gst-plugins-faad/gst-plugins-faad-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-hls/Manifest |   2 -
 .../gst-plugins-hls/gst-plugins-hls-1.10.4.ebuild  |  41 
 .../gst-plugins-hls/gst-plugins-hls-1.8.3.ebuild   |  41 
 media-plugins/gst-plugins-kate/Manifest|   2 -
 .../gst-plugins-kate-1.10.4.ebuild |  17 
 .../gst-plugins-kate/gst-plugins-kate-1.8.3.ebuild |  17 
 media-plugins/gst-plugins-libde265/Manifest|   2 -
 .../gst-plugins-libde265-1.10.4.ebuild |  16 
 .../gst-plugins-libde265-1.8.3.ebuild  |  16 
 media-plugins/gst-plugins-libmms/Manifest  |   2 -
 .../gst-plugins-libmms-1.10.4.ebuild   |  14 ---
 .../gst-plugins-libmms-1.8.3.ebuild|  14 ---
 media-plugins/gst-plugins-modplug/Manifest |   2 -
 .../gst-plugins-modplug-1.10.4.ebuild  |  14 ---
 .../gst-plugins-modplug-1.8.3.ebuild   |  14 ---
 media-plugins/gst-plugins-mpeg2enc/Manifest|   2 -
 .../gst-plugins-mpeg2enc-1.10.4.ebuild |  14 ---
 .../gst-plugins-mpeg2enc-1.8.3.ebuild  |  14 ---
 media-plugins/gst-plugins-mplex/Manifest   |   2 -
 .../gst-plugins-mplex-1.10.4.ebuild|  14 ---
 .../gst-plugins-mplex-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-neon/Manifest|   2 -
 .../gst-plugins-neon-1.10.4.ebuild |  14 ---
 .../gst-plugins-neon/gst-plugins-neon-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-ofa/Manifest |   2 -
 .../gst-plugins-ofa/gst-plugins-ofa-1.10.4.ebuild  |  14 ---
 .../gst-plugins-ofa/gst-plugins-ofa-1.8.3.ebuild   |  14 ---
 media-plugins/gst-plugins-opencv/Manifest  |   2 -
 .../gst-plugins-opencv-1.10.4.ebuild   |  17 
 .../gst-plugins-opencv-1.8.3.ebuild|  18 
 media-plugins/gst-plugins-openh264/Manifest|   2 -
 .../gst-plugins-openh264-1.10.4.ebuild |  16 
 .../gst-plugins-openh264-1.8.3.ebuild  |  16 
 media-plugins/gst-plugins-resindvd/Manifest|   2 -
 .../gst-plugins-resindvd-1.10.4.ebuild |  17 
 .../gst-plugins-resindvd-1.8.3.ebuild  |  17 
 media-plugins/gst-plugins-rtmp/Manifest|   2 -
 .../gst-plugins-rtmp-1.10.4.ebuild |  14 ---
 .../gst-plugins-rtmp/gst-plugins-rtmp-1.8.3.ebuild |  14 ---
 media-plugins/gst-plugins-schroedinger/Manifest|   2 -
 .../gst-plugins-schroedinger-1.10.4.ebuild |  17 
 .../gst-plugins-schroedinger-1.8.3.ebuild  |  17 
 media-plugins/gst-plugins-smoothstreaming/Manifest |   2 -
 .../gst-plugins-smoothstreaming-1.10.4.ebuild  |  35 ---
 .../gst-plugins-smoothstreaming-1.8.3.ebuild   |  35 ---
 media-plugins/gst-plugins-soundtouch/Manifest  |   2 -
 .../gst-plugins-soundtouch-1.10.4.ebuild   |  14 ---
 

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

2017-09-01 Thread Mart Raudsepp
commit: 4613a6a822addda29451de25ef10eb823046fbd8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Aug 28 11:47:56 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4613a6a8

profiles: sparc package.use.mask gst-plugins-meta[ffmpeg]

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

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 431a71c253b..7964d803c92 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Mart Raudsepp  (02 Sep 2017)
+# Failure to re-keyword ffmpeg/gst-plugins-libav in a timely
+# fashion; bugs #574786, #608868, #610810
+media-plugins/gst-plugins-meta ffmpeg
+
 # Brian Evans  (21 Aug 2017)
 # No keywords for sys-process/numactl
 dev-db/mariadb numa



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

2017-09-01 Thread Mart Raudsepp
commit: 16030d58efad437d62a38f81839e890c2aa90326
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 07:31:25 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16030d58

media-libs/gst-plugins-ugly and its splits: Remove old 1.8.3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/gst-plugins-ugly/Manifest   |  1 -
 .../gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild | 39 --
 media-plugins/gst-plugins-a52dec/Manifest  |  1 -
 .../gst-plugins-a52dec-1.8.3.ebuild| 17 --
 media-plugins/gst-plugins-amr/Manifest |  1 -
 .../gst-plugins-amr/gst-plugins-amr-1.8.3.ebuild   | 20 ---
 media-plugins/gst-plugins-cdio/Manifest|  1 -
 .../gst-plugins-cdio/gst-plugins-cdio-1.8.3.ebuild | 14 
 media-plugins/gst-plugins-dvdread/Manifest |  1 -
 .../gst-plugins-dvdread-1.8.3.ebuild   | 14 
 media-plugins/gst-plugins-lame/Manifest|  1 -
 .../gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild | 14 
 media-plugins/gst-plugins-mad/Manifest |  1 -
 .../gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild   | 14 
 media-plugins/gst-plugins-mpeg2dec/Manifest|  1 -
 .../gst-plugins-mpeg2dec-1.8.3.ebuild  | 14 
 media-plugins/gst-plugins-mpg123/Manifest  |  1 -
 .../gst-plugins-mpg123-1.8.3.ebuild| 16 -
 media-plugins/gst-plugins-sidplay/Manifest |  1 -
 .../gst-plugins-sidplay-1.8.3.ebuild   | 14 
 media-plugins/gst-plugins-twolame/Manifest |  1 -
 .../gst-plugins-twolame-1.8.3.ebuild   | 14 
 media-plugins/gst-plugins-x264/Manifest|  1 -
 .../gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild | 15 -
 24 files changed, 217 deletions(-)

diff --git a/media-libs/gst-plugins-ugly/Manifest 
b/media-libs/gst-plugins-ugly/Manifest
index 8ca94d87067..bea7a6f9cee 100644
--- a/media-libs/gst-plugins-ugly/Manifest
+++ b/media-libs/gst-plugins-ugly/Manifest
@@ -1,4 +1,3 @@
 DIST gst-plugins-ugly-0.10.19.tar.xz 882452 SHA256 
4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873 SHA512 
16d030998142f698f8ab7dbe55c0c6c8db05ade6b3c007a3aacb5491592e8c60e0a9d62f1a840eab4d57825b1beb9017e3f68f5a90288435216586d67040deda
 WHIRLPOOL 
f72f224c5f486982370e9d264ad7c658324783b42e995eef759faf270a18d8f12261d90ac6e70af38579921b0970f7aba50c6d091edcd6dc3dda272bcbef755f
 DIST gst-plugins-ugly-1.10.3.tar.xz 907352 SHA256 
c91597d03abff9df435ad4892eae44df1ee14159c7cc7317ac9d2766ff446bd2 SHA512 
56272eda1af3017d9b53a3a049c5446e97dbea0e45567b4d1626c6a210dba90d216c01707e2d49130da00d483dcbace642bfb88ebaa1a822ecd5475394b5d116
 WHIRLPOOL 
b4786f5b45f1430448c3755149202e9e4ee88d8dd5a7de3fff009d7fde14db054d9f8b60c44208ed757d19ce5a849ea93cb7b355d226e34703ae8b0d78f0d837
 DIST gst-plugins-ugly-1.10.5.tar.xz 908604 SHA256 
d6edc046350809c967f5b058c5c2e534d99d1d69fe1b26acd849e87781a7d7fc SHA512 
575fdd345d54af3a9c7f7b78955b958898ec4658f65da87022db39d04d8d1e941233c24d4eacea5bca28de0e9424579048ad2b25dd308f96a79e1515204e1a7a
 WHIRLPOOL 
b44163c21fdad55407849e9d03cdd9801aae79854d339ff072447f4140d54083fe4dba9e3f8fbcf9451270089e5bde3a3bb833c9f8f0c4f095386fa0e6fb
-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
deleted file mode 100644
index 2415f15fd6e..000
--- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-
-}
-

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

2017-09-01 Thread Mart Raudsepp
commit: fd34912a20515fbc9f11993403ce641e915f4985
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 27 20:36:23 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd34912a

media-plugins/gst-plugins-libav: remove old, dropping all sparc keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/gst-plugins-libav/Manifest   |  1 -
 .../gst-plugins-libav-1.8.3-ffmpeg-compat.patch| 51 ---
 .../gst-plugins-libav-1.8.3.ebuild | 76 --
 3 files changed, 128 deletions(-)

diff --git a/media-plugins/gst-plugins-libav/Manifest 
b/media-plugins/gst-plugins-libav/Manifest
index db4c18637f4..5c5c19eae05 100644
--- a/media-plugins/gst-plugins-libav/Manifest
+++ b/media-plugins/gst-plugins-libav/Manifest
@@ -1,4 +1,3 @@
 DIST gst-libav-1.10.3.tar.xz 8535624 SHA256 
9a6bc165b1862b18b98d9f1755c43806e4839a80f69ec7ea9a2dab61b65752a9 SHA512 
9f394fc5a23fa887e65c851836d338f9eb55be2a981429cfa7175e1112465696b1326386ef45d675bf1186cf8f1fec50dd0861273c763aa20ab97aaa257a1907
 WHIRLPOOL 
0833598516fd5f71a7cc105a4508f9301aee8c5db3569010ceabd270a8059679661508e8e2ae4e6e9147212f1454868e3244d631fbaff9bdde22ca865247331a
 DIST gst-libav-1.10.4.tar.xz 8535052 SHA256 
6ca0feca75e3d48315e07f20ec37cf6260ed1e9dde58df355febd5016246268b SHA512 
4037c4651c9f4c0e677f1f8136194c16319507dec3992270c1f98d461a69a55653d261ade45add833103872455e09c30695318181e81242ce78d1c2a2b95ca9c
 WHIRLPOOL 
441ed31e9886a71bace9fadd9edcf8102db621cffa9185c087535e7fa4daedb14dd2cbf3a067868f821d36b58982b482c0c37d82907e079cbe0f3e48bb8a27f3
 DIST gst-libav-1.10.5.tar.xz 8545300 SHA256 
e4d2f315f478d47281fbfdfbd590a63d23704ca37911d7142d5992616f4b28d3 SHA512 
a0636a3b32a5c20eba69a0002fc549facebb0211774e13dd526a3a1eb710f3342662179af6275d619d5075ad0f6dc7068b9950cfb0c60e3ad48249475b39216b
 WHIRLPOOL 
3b3ed00516ab8c4599ec249619390f4c4d478299bb5e14c2bbf532ab67d57881cf0584d33c78a6c5839008179b7815add6bf95437c7f2c65408469f9c4167457
-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
deleted file mode 100644
index d6c027ecb68..000
--- 
a/media-plugins/gst-plugins-libav/files/gst-plugins-libav-1.8.3-ffmpeg-compat.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-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
deleted file mode 100644
index 035231ead80..000
--- 

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

2017-09-01 Thread Mart Raudsepp
commit: d4b13e98cfe3fd0d16ab466909a3114c90dc6ce8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 10:42:44 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b13e98

profiles: package.use.stable.mask gstreamer on libcanberra for sparc

 profiles/arch/sparc/package.use.stable.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index dfb4a30a0cf..bb6686b73f9 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -24,6 +24,7 @@ media-plugins/evas_generic_loaders gstreamer
 dev-libs/efl gstreamer
 media-sound/mp3splt-gtk gstreamer
 net-im/pidgin gstreamer
+media-libs/libcanberra gstreamer
 
 # Hans de Graaff  (13 Aug 2017)
 # Drop stable ruby on sparc



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

2017-09-01 Thread Mart Raudsepp
commit: 8a48d8b43de1d52304dfe83cfbb016a4e64b07c1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 08:24:43 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a48d8b4

media-libs/gst-plugins-base and its splits: Remove old 1.8.3 and 1.10.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/gst-plugins-base/Manifest   |  2 -
 .../gst-plugins-base-1.10.4.ebuild | 86 --
 .../gst-plugins-base-1.8.3-r1.ebuild   | 86 --
 media-plugins/gst-plugins-cdparanoia/Manifest  |  2 -
 .../gst-plugins-cdparanoia-1.10.4.ebuild   | 19 -
 .../gst-plugins-cdparanoia-1.8.3.ebuild| 19 -
 media-plugins/gst-plugins-libvisual/Manifest   |  2 -
 .../gst-plugins-libvisual-1.10.4.ebuild| 25 ---
 .../gst-plugins-libvisual-1.8.3.ebuild | 25 ---
 media-plugins/gst-plugins-opus/Manifest|  2 -
 .../gst-plugins-opus-1.10.4.ebuild | 26 ---
 .../gst-plugins-opus-1.8.3-r1.ebuild   | 26 ---
 12 files changed, 320 deletions(-)

diff --git a/media-libs/gst-plugins-base/Manifest 
b/media-libs/gst-plugins-base/Manifest
index f4647131ea1..52cfbcab5dd 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1,5 +1,3 @@
 DIST gst-plugins-base-0.10.36.tar.xz 2364108 SHA256 
1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a SHA512 
ea8e073515df58229a641b4363df31f0b80204a5a43a8feb31f0b03a5a4b9b79d6e07e1615c773a59927a9b649f1b1d782def1120d581d09a090be8363b8
 WHIRLPOOL 
e455f2a1aafd60078080735108e4ac336bc4764ed92b9579d83a453f75491331d16b48e5983f3c9712b6edb28ec379e696f06f6910c93168b019d6077c28fb6d
 DIST gst-plugins-base-1.10.3.tar.xz 3060016 SHA256 
e6299617d705a0cbfb535107c1d3a8fc0f0967f14193a8c5c7583f46a88b1710 SHA512 
011fc1d8382784624c00795c929f61486c2853141c364a812b2457b5874157a099fb2cae74c213e024e24adea801da31518e644503939380af740ae36da39801
 WHIRLPOOL 
ac5dacbf02de4648bf164744a8e6bcbf9af34c68896c5f2013b70411f3037621fdefd73adb20337c45af812003c80aebd7b4b73b1d7fb0dfb933afb7633eb796
-DIST gst-plugins-base-1.10.4.tar.xz 3059368 SHA256 
f6d245b6b3d4cb733f81ebb021074c525ece83db0c10e932794b339b8d935eb7 SHA512 
7d4777c810d146d99fd7973b9f0f5cb510050c8d8d11514cefb57c3d4c39073ec834f6cb1d490d5715a4a146c3c06f3bb7538c2b03c053e05fa2cbe0f796c2e5
 WHIRLPOOL 
5fd505383a76daf5b6c855894344b79a1568b12e3f3ceb2e8f7d3e3068f5c9460339cbbc3d0aab9a856ab2c2138b8dfd4da3ddc8167ff7a65f0c82fe28b7df2c
 DIST gst-plugins-base-1.10.5.tar.xz 3060092 SHA256 
1c401a79bd1e4521c6ef1b66579bddedd9136e164e54792aab4bfcf3485bf9a7 SHA512 
0f8e3dc1b0d86c30cd149d81db07639a926e1c6914ed59cadd610e81570ffa38d9f9382b470e384a38e25535900516919d35bc6486f048d8d49fb3660c2431a8
 WHIRLPOOL 
cb63284d70ab937bf8e1ee4522fdc87b9fb947cec0d55ca3617ab1a99d8b155696e52f2673b949c12142ec02bdb2ea60f893886b30ccb6417cfbdb313bb3f006
-DIST gst-plugins-base-1.8.3.tar.xz 2939464 SHA256 
114871d4d63606b4af424a8433cd923e4ff66896b244bb7ac97b9da47f71e79e SHA512 
9fe88b73fe85be8614340f65515900998bdee010ebc39d6d4286b7ba39a82b75e58da76dc15e23fae7f228f4efa51c68935e2515ccc367d13dd68e173cf1ae0c
 WHIRLPOOL 
83a41208b37582c8fc3bddbb66916052486f6c3b175f7568bd48dff494c81f219d1273ebdd192c22fad21942b8dbf8a212e9a5b4f5df348efb2058a77bc9a4f1

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.10.4.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.10.4.ebuild
deleted file mode 100644
index 32aa7fd5fdc..000
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.10.4.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-base"
-
-inherit gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
-REQUIRED_USE="
-   ivorbis? ( ogg )
-   theora? ( ogg )
-   vorbis? ( ogg )
-"
-
-RDEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:1.0[introspection?,${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
-   ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
-   ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
-   orc? ( >=dev-lang/orc-0.4.24[${MULTILIB_USEDEP}] )
-   pango? ( 

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

2017-09-01 Thread Mart Raudsepp
commit: ea471d5da93667c713b5a617f55942da8ff434b1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 27 20:12:27 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea471d5d

media-{libs,plugins}/gst-plugins-*: Drop sparc stable keywords

Gentoo-bug: 601354

 media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild  | 2 +-
 media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild| 2 +-
 media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild   | 2 +-
 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.3.ebuild   | 2 +-
 media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.8.3.ebuild  | 2 +-
 .../gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-faad/gst-plugins-faad-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-lame/gst-plugins-lame-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.8.3.ebuild| 2 +-
 .../gst-plugins-libnice/gst-plugins-libnice-0.1.13-r100.ebuild  | 2 +-
 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-mad/gst-plugins-mad-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-meta/gst-plugins-meta-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-opus/gst-plugins-opus-1.8.3-r1.ebuild | 2 +-
 media-plugins/gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-speex/gst-plugins-speex-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.8.3.ebuild  | 2 +-
 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild| 2 +-
 media-plugins/gst-plugins-x264/gst-plugins-x264-1.8.3.ebuild| 2 +-
 32 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
index 1d7ff4dcd1c..1617a83099b 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.3-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Less plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 
 IUSE="X bzip2 egl gles2 gtk +introspection opengl +orc vcd vnc wayland"
 REQUIRED_USE="

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild
index b712fc01126..706164a6c73 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.8.3-r1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
 REQUIRED_USE="

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
index bfd8c5940c6..ec7579ff946 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of 

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

2017-09-01 Thread Mart Raudsepp
commit: 9d1ccd3661f3868399f4de8b6d1b8363dbf1b2b3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 27 20:25:25 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1ccd36

profiles: sparc package.use.stable.mask gstreamer for various packages

Would make sense to use.stable.mask gstreamer instead, but after gstreamer:0.10
is gone.

 profiles/arch/sparc/package.use.stable.mask | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/arch/sparc/package.use.stable.mask 
b/profiles/arch/sparc/package.use.stable.mask
index 29427ec7ed2..dfb4a30a0cf 100644
--- a/profiles/arch/sparc/package.use.stable.mask
+++ b/profiles/arch/sparc/package.use.stable.mask
@@ -17,6 +17,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Mart Raudsepp  (02 Sep 2017)
+# Drop stable gstreamer on sparc, can move to use.stable.mask
+# after gstreamer:0.10 is gone; #601354
+media-plugins/evas_generic_loaders gstreamer
+dev-libs/efl gstreamer
+media-sound/mp3splt-gtk gstreamer
+net-im/pidgin gstreamer
+
 # Hans de Graaff  (13 Aug 2017)
 # Drop stable ruby on sparc
 app-admin/augeas test



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

2017-09-01 Thread Mart Raudsepp
commit: 59327da9b6a555e666120cc051e8559fcffc7c1a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 09:59:05 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59327da9

dev-python/gst-python: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/gst-python/Manifest|  1 -
 dev-python/gst-python/gst-python-1.8.3.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-python/gst-python/Manifest b/dev-python/gst-python/Manifest
index a0dc5a23dfe..32dde2fb3fd 100644
--- a/dev-python/gst-python/Manifest
+++ b/dev-python/gst-python/Manifest
@@ -1,4 +1,3 @@
 DIST gst-python-0.10.22.tar.bz2 632651 SHA256 
8f26f519a5bccd770864317e098e5e307fc5ad1201eb96329634b6508b253178 SHA512 
bbbd6b661778cca990da0e216294d86da31a6e472049905989a3311459dd1227bf8f2ae3699a3cdbb66a16288569764352f1e1b93e696d3db4b0728bc38e5b12
 WHIRLPOOL 
c6902554bc8f390b5d295d05598ee60fd6b2637d290125d83a48fc40bbd4e6e261a711430259831c96a30fee4c5ec5c89aea24b117fb5d62c946b0263454
 DIST gst-python-1.10.3.tar.xz 389748 SHA256 
bdfa2d06dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8 SHA512 
346fae905f5d0d3e6295c4752351e629871e9373f2bf7e1acff0778f0935f81dd6043ae0d9ae774919a19ad8bd19bd9ea3456a3a1a381c9e63e5ad2ee5bf1530
 WHIRLPOOL 
4540cc8bda15dd4a4b07bf67d440c42c41b4165b92e417abcfc3f84495c7ca712621976dd3db9ce7589ef6fa691afefbefbfe407ef765e888a06dc0a6733d842
 DIST gst-python-1.10.5.tar.xz 390188 SHA256 
ccc7b63413c29196401488ca2af599ef8bc9791ee3512c7483c9f87294b3a77e SHA512 
93120156b5af8914b9190ba0f9996f2bce860889dbd92c0a7b41213af36efd880e0f94f295df07c27d83b5a79a1874dacb035943d3f51a93cfa484d38bd6fd4d
 WHIRLPOOL 
662a46e9c2d9329527d5aecbf3a73564caee515279e4da84195769abdc8fe775ee96e5baeb856dd86394b1d035ee354ca310f9950c8ffe41e8f85e8bbf0165bf
-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
deleted file mode 100644
index 613391bf35f..000
--- a/dev-python/gst-python/gst-python-1.8.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python{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 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=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-jack/, media-plugins/gst-plugins-flac/, ...

2017-09-01 Thread Mart Raudsepp
commit: 13685d2e93dca423ccff2e7bcdd236b229f2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 08:03:32 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13685d2a

media-libs/gst-plugins-good and its splits: Remove old 1.8.3 and 1.10.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/gst-plugins-good/Manifest   |  2 -
 .../gst-plugins-good-1.10.4.ebuild | 50 
 .../gst-plugins-good/gst-plugins-good-1.8.3.ebuild | 53 --
 media-plugins/gst-plugins-dv/Manifest  |  2 -
 .../gst-plugins-dv/gst-plugins-dv-1.10.4.ebuild| 16 ---
 .../gst-plugins-dv/gst-plugins-dv-1.8.3.ebuild | 16 ---
 media-plugins/gst-plugins-flac/Manifest|  2 -
 .../gst-plugins-flac-1.10.4.ebuild | 14 --
 .../gst-plugins-flac/gst-plugins-flac-1.8.3.ebuild | 14 --
 media-plugins/gst-plugins-gdkpixbuf/Manifest   |  2 -
 .../gst-plugins-gdkpixbuf-1.10.4.ebuild| 17 ---
 .../gst-plugins-gdkpixbuf-1.8.3.ebuild | 17 ---
 media-plugins/gst-plugins-jack/Manifest|  2 -
 .../gst-plugins-jack-1.10.4.ebuild | 14 --
 .../gst-plugins-jack/gst-plugins-jack-1.8.3.ebuild | 14 --
 media-plugins/gst-plugins-jpeg/Manifest|  2 -
 .../gst-plugins-jpeg-1.10.4.ebuild | 14 --
 .../gst-plugins-jpeg/gst-plugins-jpeg-1.8.3.ebuild | 14 --
 media-plugins/gst-plugins-libpng/Manifest  |  2 -
 .../gst-plugins-libpng-1.10.4.ebuild   | 14 --
 .../gst-plugins-libpng-1.8.3.ebuild| 14 --
 media-plugins/gst-plugins-oss/Manifest |  2 -
 .../gst-plugins-oss/gst-plugins-oss-1.10.4.ebuild  | 14 --
 .../gst-plugins-oss/gst-plugins-oss-1.8.3.ebuild   | 14 --
 media-plugins/gst-plugins-pulse/Manifest   |  2 -
 .../gst-plugins-pulse-1.10.4.ebuild| 17 ---
 .../gst-plugins-pulse-1.8.3.ebuild | 17 ---
 media-plugins/gst-plugins-raw1394/Manifest |  2 -
 .../gst-plugins-raw1394-1.10.4.ebuild  | 21 -
 .../gst-plugins-raw1394-1.8.3.ebuild   | 21 -
 media-plugins/gst-plugins-shout2/Manifest  |  2 -
 .../gst-plugins-shout2-1.10.4.ebuild   | 14 --
 .../gst-plugins-shout2-1.8.3.ebuild| 14 --
 media-plugins/gst-plugins-soup/Manifest|  2 -
 .../gst-plugins-soup-1.10.4.ebuild | 14 --
 .../gst-plugins-soup/gst-plugins-soup-1.8.3.ebuild | 14 --
 media-plugins/gst-plugins-speex/Manifest   |  2 -
 .../gst-plugins-speex-1.10.4.ebuild| 14 --
 .../gst-plugins-speex-1.8.3.ebuild | 14 --
 media-plugins/gst-plugins-taglib/Manifest  |  2 -
 .../gst-plugins-taglib-1.10.4.ebuild   | 14 --
 .../gst-plugins-taglib-1.8.3.ebuild| 14 --
 media-plugins/gst-plugins-v4l2/Manifest|  2 -
 .../gst-plugins-v4l2-1.10.4.ebuild | 28 
 .../gst-plugins-v4l2/gst-plugins-v4l2-1.8.3.ebuild | 28 
 media-plugins/gst-plugins-vpx/Manifest |  2 -
 .../gst-plugins-vpx/gst-plugins-vpx-1.10.4.ebuild  | 15 --
 .../gst-plugins-vpx/gst-plugins-vpx-1.8.3.ebuild   | 15 --
 media-plugins/gst-plugins-wavpack/Manifest |  2 -
 .../gst-plugins-wavpack-1.10.4.ebuild  | 14 --
 .../gst-plugins-wavpack-1.8.3.ebuild   | 14 --
 media-plugins/gst-plugins-ximagesrc/Manifest   |  2 -
 .../gst-plugins-ximagesrc-1.10.4.ebuild| 29 
 .../gst-plugins-ximagesrc-1.8.3.ebuild | 29 
 54 files changed, 705 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 37baa9f36d1..9847a2829c5 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,3 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 
77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 WHIRLPOOL 
952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9
 DIST gst-plugins-good-1.10.3.tar.xz 3426164 SHA256 
4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955 SHA512 
ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592
 WHIRLPOOL 
7c2c5fa9b21cfd35e7895beb947b6396ae55bd2f510fbe55b7696a0b68e7248e0cb04d5e4fe55e8d029ab03b5401fe20c5080a92b0b22532c9ac3dcb7167681f
-DIST gst-plugins-good-1.10.4.tar.xz 3420980 SHA256 

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

2017-09-01 Thread Mart Raudsepp
commit: 440773503fc482dd1d913a87c087de08f486cb5f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Aug 28 08:47:47 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44077350

dev-python/gst-python: Drop sparc stable keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/gst-python/gst-python-1.8.3.ebuild 
b/dev-python/gst-python/gst-python-1.8.3.ebuild
index acf230c6dfc..613391bf35f 100644
--- a/dev-python/gst-python/gst-python-1.8.3.ebuild
+++ b/dev-python/gst-python/gst-python-1.8.3.ebuild
@@ -13,7 +13,7 @@ 
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 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2017-09-01 Thread Mart Raudsepp
commit: 1300de35c2197816fdd67a1de4d9703cb1423e87
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 09:57:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1300de35

media-libs/gstreamer: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/gstreamer/Manifest|   2 -
 media-libs/gstreamer/gstreamer-1.10.4.ebuild | 111 ---
 media-libs/gstreamer/gstreamer-1.8.3.ebuild  | 101 
 3 files changed, 214 deletions(-)

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index 5624b6f8dcb..e2a1927771e 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1,5 +1,3 @@
 DIST gstreamer-0.10.36.tar.xz 3025876 SHA256 
9151aa108c177054387885763fa0e433e76780f7c5655c70a5390f2a6c6871da SHA512 
7468abb578398681d2adb0e9bbc9ee8ae25aaef72369d45a66ada6c67d1759afdce606cb32e68d9e30ae813196bdfef3d4d33202bc77839cc1fbf5fc436c1bd8
 WHIRLPOOL 
03b841624552be860d4bf824bde9d6d5d6afc629048244b02037c96370c88191f34a6d09f02af61f295a9d6f84952efec2c5d4b0a28e8e70cd17966ed1b01d93
 DIST gstreamer-1.10.3.tar.xz 3797056 SHA256 
85b9dc1b2991f224fa90d534ec57014896c479e061dc9fa1bc16ae17cbebb63d SHA512 
f601020026e159a8f52ade2fac2b25fb804a88bc6c04dc86ae9df64dc06b5b2315bb2209f8d3c17ca9f63379c9ab631d706c6138e4ed88db254442c05936774c
 WHIRLPOOL 
30d9dde211767d35699c8f272b51389cf9a7856fbd2445dfe6d84cfd16f0c24653fc4615c510a61440ed59bb9ceedb33a9a89b691464673599fa203cc01203a9
-DIST gstreamer-1.10.4.tar.xz 3797376 SHA256 
50c2f5af50a6cc6c0a3f3ed43bdd8b5e2bff00bacfb766d4be139ec06d8b5218 SHA512 
0e7468088d5d8e75b81f9b8349fdee9b774e2bdc2d31ba849a799d86dee5d4a19fa9443d8ee9dc8d9731299a9151657b6c94efc1149214807d0beea8cf42922f
 WHIRLPOOL 
c6092119ed4e35cdbc6a543a7f87b2629d47b6f2271cd6b5ad9d1eae747f7bf7cf9442b198fe391e865a39fcdd916106218471f0fb9b6d1993292a6955b4f41e
 DIST gstreamer-1.10.5.tar.xz 3798304 SHA256 
bc06243600817f637029da29d089d5908d1d266542f68bf6626a10c5f05f1f1d SHA512 
c138d672966232a4eb0fb4c49dbb39a7942d06b6474c9ee2c884eed2d470674dcbc4a3e2c7338472ac25b710788078241217391e7e5bc076ef21216cbaf0bc31
 WHIRLPOOL 
bf915f18fd157b54f261891b1da434a99827d41236d2c699dce30efdbb4cd6139921c02866a0dff88da4db25fb3e09faca9eda494f74c354dec041a44262db45
-DIST gstreamer-1.8.3.tar.xz 3711068 SHA256 
66b37762d4fdcd63bce5a2bec57e055f92420e95037361609900278c0db7c53f SHA512 
a5f0c2b1d16fd03e3bd3968a8304ed1c32a5b733440cd656ab2e0caabb2f7803ae1bfe7a8e331d5ebb1e8adbe21c5c47263bc73a8480bc16cc28f995241e9f4e
 WHIRLPOOL 
8581d57e65f77b918ed98614e96726629c36c59e07700a32983482c16e0e40775351309465c55c4994fb830ca3044f9f74de05b673a63eeea53d1dc511a9b2ef

diff --git a/media-libs/gstreamer/gstreamer-1.10.4.ebuild 
b/media-libs/gstreamer/gstreamer-1.10.4.ebuild
deleted file mode 100644
index bfbdf30c17f..000
--- a/media-libs/gstreamer/gstreamer-1.10.4.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1 eutils multilib-minimal pax-utils autotools
-
-DESCRIPTION="Open source multimedia framework"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-2+"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+caps +introspection nls +orc test unwind"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] )
-   introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )
-   unwind? ( >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   sys-devel/bison
-   sys-devel/flex
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   nls? ( sys-devel/gettext )
-"
-# gtk-doc-am to install API docs
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=778193 (remove 
src_prepare/eautoreconf once not needed on bump)
-PATCHES=( "${FILESDIR}"/${PN}-1.10.3-automagic-libunwind.patch )
-
-src_prepare() {
-   default
-   eautoreconf # Due to automagic libunwind fix
-}
-
-src_configure() {
-   if [[ ${CHOST} == *-interix* ]] ; then
-   export ac_cv_lib_dl_dladdr=no
-   export ac_cv_func_poll=no
-   fi
-   if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
-   # GCC groks this, but then refers to an implementation 
(___multi3,
-   # ___udivti3) that don't exist (at least I can't find it), so 
force
-   # this one to be off, such that we use 2x64bit emulation code.
-   export gst_cv_uint128_t=no
-   fi
-
-   multilib-minimal_src_configure
-}
-

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

2017-09-01 Thread Mart Raudsepp
commit: 39297cccfe505124cb3b24b72dcbfbca55e7e30d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 10:00:36 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39297ccc

media-libs/gstreamer-editing-services: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/gstreamer-editing-services/Manifest 
b/media-libs/gstreamer-editing-services/Manifest
index d0de9a23e51..413383fbba5 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,3 +1,2 @@
 DIST gstreamer-editing-services-1.10.3.tar.xz 1053808 SHA256 
bcbf52ad789be44abc6bb68c96457683438b2a1d966a3f408c8c931ae2c2a32b SHA512 
a50a60f6a8ca9f83940676c485f3b2b4a62d8e1cf9242dc9820933811a1a714ec4f74fb947b48ca56321eb1c43999510081e2a032d7cf3d91a396414a9a0fda3
 WHIRLPOOL 
132f5cfef4bc0d678a15e9d6ee889818391b329a37961afd4e105cc81a009e86d64c32215832f75b8e71d7cf8bece2fdd6b9b9659e0e63a6216c34fefcbb
 DIST gstreamer-editing-services-1.10.4.tar.xz 1054436 SHA256 
f2ad6d02dc9d12e899059796e8de03a662f41e4d732797fb4b5ecbc973582144 SHA512 
4d5f1805ace390d345724b12abacda3c3e8da52b1a713fceccb625acb8e80f06a70d0dda745d9bf993cd50aaee1646ef572dd37e5ca4dd92167b2d2faf098b17
 WHIRLPOOL 
dbe6360c122e1a3175320355d0d680ffeeb08d6e02df73c349427cb3a18124517627a6c4b0b14cf5b409f915cd75c8e8c4f93624940bb731656c1d26e2823e65
-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
deleted file mode 100644
index 7c13db557c9..000
--- 
a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{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="
-   ${PYTHON_DEPS}
-   >=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}
-   >=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-libs/gst-rtsp-server/

2017-09-01 Thread Mart Raudsepp
commit: 291674371131bd5b42640fb8c84dde84f2c834c9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 30 10:01:29 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29167437

media-libs/gst-rtsp-server: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/gst-rtsp-server/Manifest 
b/media-libs/gst-rtsp-server/Manifest
index b82fdfba97b..9e880a5ef09 100644
--- a/media-libs/gst-rtsp-server/Manifest
+++ b/media-libs/gst-rtsp-server/Manifest
@@ -1,3 +1,2 @@
 DIST gst-rtsp-0.10.8.tar.bz2 567670 SHA256 
9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617 SHA512 
c5020cffa9334b7d9c6b9dbe6f32bd45801c67689269d232e954ef9d96d8b988e3fb19da89701eae26419df0bf6de5796f7780cfbedda4c07154b1c1ebd7
 WHIRLPOOL 
6bd260edaef5ab003ef7176d84c46d5a94d365af51226108af9ab845d6e5910d90c721d5fd87e7fe93b141a82e5114b4c674a1d2500ef57302bf845c87f5463c
 DIST gst-rtsp-server-1.10.3.tar.xz 628808 SHA256 
baf9f7d229711cb3d823a447a930132f809b3321eab3535491bb01c8a21566fe SHA512 
08bd56a04dbfda9d9509385e0ae255f596a4da36d0f998c3c7cb319f7050d3fb8718d11bb3304c667351a859e332f39b8013579cbc70cdb978cb358ae6063f7c
 WHIRLPOOL 
e323888dedb1f15360c27015d0176edfb58d70d11d859fa3768f73cefe4d1d6f694652af64268296eab5480588c7e864f8739d86d615009c38ac29bfd8c58d52
-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
deleted file mode 100644
index c885407764f..000
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.8.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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: net-libs/farstream/

2017-09-01 Thread Mart Raudsepp
commit: 12d97a5bbfff3a0b8659d8b832ee4f0c64a7699a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Aug 28 08:47:11 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  2 04:18:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d97a5b

net-libs/farstream: Drop sparc stable keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-libs/farstream/farstream-0.2.8-r1.ebuild 
b/net-libs/farstream/farstream-0.2.8-r1.ebuild
index 69f063bdedd..c9d89717977 100644
--- a/net-libs/farstream/farstream-0.2.8-r1.ebuild
+++ b/net-libs/farstream/farstream-0.2.8-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/Farstream;
 SRC_URI="https://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="+introspection test upnp"
 SLOT="0.2/5" # .so version
 



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

2017-09-01 Thread Anthony G. Basile
commit: c3e2a32bc464ca002e0b351585abfe36b8517eb0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Sep  2 02:21:55 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep  2 02:21:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e2a32b

net-misc/curl: stable on ppc64, bug #626776

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/net-misc/curl/curl-7.55.0.ebuild b/net-misc/curl/curl-7.55.0.ebuild
index 30c3038d1d5..61f376dcda9 100644
--- a/net-misc/curl/curl-7.55.0.ebuild
+++ b/net-misc/curl/curl-7.55.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~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 ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~x64-cygwin ~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_winssl"
 IUSE+=" elibc_Winnt"



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

2017-09-01 Thread Anthony G. Basile
commit: a2fc8c8424b9457776ed8ad46930ae1d5b2475f7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Sep  2 02:16:10 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep  2 02:16:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fc8c84

net-misc/curl: 7.55.0 fails to build on ppc, bug #629562

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/curl/curl-7.55.0.ebuild | 2 +-
 net-misc/curl/curl-7.55.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/curl/curl-7.55.0.ebuild b/net-misc/curl/curl-7.55.0.ebuild
index c7d76507415..30c3038d1d5 100644
--- a/net-misc/curl/curl-7.55.0.ebuild
+++ b/net-misc/curl/curl-7.55.0.ebuild
@@ -11,7 +11,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 ~x64-cygwin ~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 ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~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_winssl"
 IUSE+=" elibc_Winnt"

diff --git a/net-misc/curl/curl-7.55.1.ebuild b/net-misc/curl/curl-7.55.1.ebuild
index 62d6e1d8a33..ad74555946f 100644
--- a/net-misc/curl/curl-7.55.1.ebuild
+++ b/net-misc/curl/curl-7.55.1.ebuild
@@ -11,7 +11,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 ~x64-cygwin ~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 ~x64-cygwin ~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_winssl"
 IUSE+=" elibc_Winnt"



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

2017-09-01 Thread Matt Turner
commit: 2eb017bb4d28c8f0976376d8245c9d9344302015
Author: Francesco Turco  fastmail  fm>
AuthorDate: Fri Sep  1 20:45:56 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep  2 02:06:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb017bb

x11-base/xorg-x11: update link to wiki

Closes: https://github.com/gentoo/gentoo/pull/5589
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild 
b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
index 6661c904bfa..c10948f48d8 100644
--- a/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-7.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -146,7 +146,7 @@ pkg_postinst() {
elog
 
# (#76985)
-   elog "Visit https://www.gentoo.org/doc/en/index.xml?catid=desktop;
+   elog "Visit https://wiki.gentoo.org/wiki/Category:X.Org;
elog "for more information on configuring X."
elog
 }



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

2017-09-01 Thread Göktürk Yüksek
commit: 9d58aee429395fed675b17925dcdd01b5867d4a5
Author: kuzetsa  gmail  com>
AuthorDate: Sat Sep  2 01:11:17 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sat Sep  2 01:39:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d58aee4

sys-kernel/ck-sources: v.bump (4.9.46)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.46.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 69696bbca0c..4d8ff4b2dc2 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -41,6 +41,9 @@ DIST genpatches-4.9-45.extras.tar.xz 17348 SHA256 
223efaa2c498c3191643d03ba47b7f
 DIST genpatches-4.9-46.base.tar.xz 966088 SHA256 
4ded52a79217e4a45cc02cca6ae1f553680353b826ae04bd1e3dedc40b24afbd SHA512 
98a0451bd3caef1c891fa693652f467b4ac7eee4ce43e949f302b60f4c7f02062073c048a72d12f74ac9834c3f0517011001892e6361578842e76d08a3439f8e
 WHIRLPOOL 
5767b1dfb6cc61780916f487968321bb0603da1beb91667f2d025dab0eecf10017e917152c9b81d02b1c0e32aba07f474720cd6cd079e8b0e484e9facee32608
 DIST genpatches-4.9-46.experimental.tar.xz 106384 SHA256 
ede9a692b8742e4a678bb8c38b3f7b58bba291a7e016819b18a3111f15f5635f SHA512 
f49f42af80d4ea6cb556d29b127562734a44fd8545e4aae34d80011408959a866579d4582585d04f7e7cf188627be6b4283507393e6fbd28c860311e241d73f1
 WHIRLPOOL 
b301fd80aa69b24941885aed70654c73df8f03f6aff0835b3b46e7867c1ceefafb8b82820b3cbef00f4c2abd724512618ef2e0e34684d982897293442c99043e
 DIST genpatches-4.9-46.extras.tar.xz 17344 SHA256 
91a297577a0fb9349ac1a4826711dec22c6d5009fd26dab7a44a768458f8d615 SHA512 
2b1948be073425fe34e8ba3381ec9516157088dc69ddb1bc4de5398bb47b181881da466d886a0dd15e692a61efa1969d5e4f192262c15a57c163e25cb10ceddb
 WHIRLPOOL 
3cacb13e80dfc92bb9b2e1f24416041354e0836ec11245acb5a19e3556d97f2a33b3f52207d3f8e599101ac516405ca3d4e66cf27b1913c2b10d669735290d1d
+DIST genpatches-4.9-47.base.tar.xz 987112 SHA256 
8d0351b0386faa28a49c6ad784a6d907a59d2d1fce7cf5060cd778f72f589859 SHA512 
f8d10a8076f6ef81ab24a6659dd8ccc2c002dbec7f4fae9e5d44aa9542bf5e71edf0c72c86f088e9f11cdaa22a0e96086559f52cdcf886392d0964ae4af17e11
 WHIRLPOOL 
2656a5eed89a5a808eb8a485cd8a03931c53157e9fc37d55566c8f729dc8a1f4d6aa3ceefd8e6d38bea23ac05cbb902ddf08994622cb888993515eb3da61d3ea
+DIST genpatches-4.9-47.experimental.tar.xz 106384 SHA256 
d04677d77eb711df87c76fe5a8468aa9970cbe3fe5ef6dfaef112acaa8441d9e SHA512 
5e85cb4aece7ba3b29c69bfda6bf9c3dfa1244922bc5208df6d268b8c97904f18c12b57ee1fc0a965b18407ffdc91dbfed50d3ba5a03fa8a83e413cae56bbd8d
 WHIRLPOOL 
5cbef2de4b3d9fa054cbf030cfc9f7c7d65e7350ad57a8ee5f05af9892e02701c8d1f2312fd1d4a6a145cec1095c6ce6d92a08ce4c745497ed374d8c4958d7a5
+DIST genpatches-4.9-47.extras.tar.xz 17352 SHA256 
7cc6c8cf14e33d3258bff04541fd0a89e9002b01b1ac36ea1fdd5befe4e9f0e1 SHA512 
53e24c4a32bd744321feaaa7810e9cf65daf5f70c6bdc0d635231631d8c2ad90b35b643810883065d12c36651303aad8aa22b7cd7755c26719ba558bc62aa126
 WHIRLPOOL 
722b80a667f73b63c153b6d409c3d44dcf6133d987b9c86d62fd38ebe5da7db142dd7e67edf4f422d3ab0e27380a7085be08b51e7c961da87a4818b1327a73f8
 DIST linux-4.11.tar.xz 95447768 SHA256 
b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 SHA512 
6610eed97ffb7207c71771198c36179b8244ace7222bebb109507720e26c5f17d918079a56d5febdd8605844d67fb2df0ebe910fa2f2f53690daf6e2a8ad09c3
 WHIRLPOOL 
f577b7c5c209cb8dfef2f1d56d77314fbd53323743a34b900e2559ab0049b7c2d6262bda136dd3d005bc0527788106e0484e46558448a8720dac389a969e5886
 DIST linux-4.12.tar.xz 99186576 SHA256 
a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728
 WHIRLPOOL 
3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375
 DIST linux-4.9.tar.xz 93192404 SHA256 
029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 WHIRLPOOL 
072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.46.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.46.ebuild
new file mode 100644
index 000..81eb4c63fb9
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.46.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"

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

2017-09-01 Thread Lars Wendler
commit: a85bdb42ac21f9adb2ed7b71c6257fbf8a2f60e6
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Sep  2 00:23:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Sep  2 00:23:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85bdb42

app-editors/nano: Fixed build with USE="minimal" (bug #629510).

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/nano-2.8.7-minimal_compile_fix.patch | 38 ++
 app-editors/nano/nano-2.8.7.ebuild |  6 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)

diff --git a/app-editors/nano/files/nano-2.8.7-minimal_compile_fix.patch 
b/app-editors/nano/files/nano-2.8.7-minimal_compile_fix.patch
new file mode 100644
index 000..ef8d7491016
--- /dev/null
+++ b/app-editors/nano/files/nano-2.8.7-minimal_compile_fix.patch
@@ -0,0 +1,38 @@
+From 28cfab7580c42a6d6c9c5d787ce736094fd51a0c Mon Sep 17 00:00:00 2001
+From: Benno Schulenberg 
+Date: Tue, 29 Aug 2017 19:28:44 +0200
+Subject: tweaks: fix compilation when configured with --enable-tiny
+
+When moving the cursor to the top-left corner, it is not necessary
+to compute leftedge because firstcolumn IS the relevant leftedge.
+
+Reported-by: Jordi Mallach 
+---
+ src/move.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/move.c b/src/move.c
+index d138356..ce276e4 100644
+--- a/src/move.c
 b/src/move.c
+@@ -121,7 +121,7 @@ void do_page_up(void)
+   openfile->current = openfile->edittop;
+   openfile->current_y = 0;
+ 
+-  leftedge = leftedge_for(openfile->firstcolumn, openfile->edittop);
++  leftedge = openfile->firstcolumn;
+   target_column = 0;
+ } else
+   get_edge_and_target(, _column);
+@@ -152,7 +152,7 @@ void do_page_down(void)
+   openfile->current = openfile->edittop;
+   openfile->current_y = 0;
+ 
+-  leftedge = leftedge_for(openfile->firstcolumn, openfile->edittop);
++  leftedge = openfile->firstcolumn;
+   target_column = 0;
+ } else
+   get_edge_and_target(, _column);
+-- 
+cgit v1.0-41-gc330
+

diff --git a/app-editors/nano/nano-2.8.7.ebuild 
b/app-editors/nano/nano-2.8.7.ebuild
index 4463df57a3e..49a313cd193 100644
--- a/app-editors/nano/nano-2.8.7.ebuild
+++ b/app-editors/nano/nano-2.8.7.ebuild
@@ -31,11 +31,15 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
static? ( ${LIB_DEPEND} )"
 
+PATCHES=(
+   "${FILESDIR}/${P}-minimal_compile_fix.patch" #629510
+)
+
 src_prepare() {
+   default
if [[ ${PV} == "" ]] ; then
eautoreconf
fi
-   default
 }
 
 src_configure() {



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

2017-09-01 Thread Brian Evans
commit: ce9339d53cce9e4eff03045442777b637650a693
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Sep  2 00:18:51 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Sep  2 00:18:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9339d5

dev-lang/php: Version bump to 7.1.9

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/php/Manifest |   1 +
 dev-lang/php/php-7.1.9.ebuild | 721 ++
 2 files changed, 722 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 16f88836023..bb66f9069e2 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -5,4 +5,5 @@ DIST php-7.0.19.tar.xz 12595396 SHA256 
640e5e3377d15a6d19adce2b94a9d876eeddabdb8
 DIST php-7.0.21.tar.xz 12626276 SHA256 
6713fe3024365d661593235b525235045ef81f18d0043654658c9de1bcb8b9e3 SHA512 
6fabbadc6076622628e5c408c1be546982412f56b631285f6abe4a98cedc2bbb5d05f4c1c14b07a7e0a04e24270a8a0d7361baa4f42a2232703baee70934ec34
 WHIRLPOOL 
4f2fbbdb2eca5515721f21924df3bf00d61a2856c06d15c46b5e7592700b7a036dc58f3745a20bb5b908469b1007b293c91ebd0c17cd60372a1b392fc9e0a8bb
 DIST php-7.0.23.tar.xz 11953100 SHA256 
8e526e3551a58e00c8055fa4a72804aa1bd3ee1c0411b25bf1504cc4992609df SHA512 
62201592fca88fb1c302badf7e73e5d417e9a062300e0d32fdfcb346d300cd86bf957b880a73795037a332fe148b64589bb15204bdd6b0ddcbbddc5a12e6d042
 WHIRLPOOL 
5d6131b5d7701b01c1aa849c6b5e3b133b4276999354eccecf847675552eb0be79a68cd0a10595c64bda2594489d3699868b4ed9a1fe3c5cdcc4fda45be32493
 DIST php-7.1.8.tar.xz 12874840 SHA256 
8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab SHA512 
89345cf6983ddac498a612e6b63e57b84917f2e55ef9cbd3ba7eb4db9dd8f3d083dd6fdb288bcdf373ca67441fbbe84e16b643659df867984f72d79e446f2823
 WHIRLPOOL 
db3fd86145975fd247a45be642edf6a03ede3e5b87485fa3d2beece2c18d50bdf87523a30ee0595084d0f6fd941977b5eacfa5e733c760ed9ee7cd4f6b467a64
+DIST php-7.1.9.tar.xz 12157172 SHA256 
ec9ca348dd51f19a84dc5d33acfff1fba1f977300604bdac08ed46ae2c281e8c SHA512 
feefaae7edda115c9c10d6a07a9d897343ca972e4e5ec327f383cb28f204ac10956653fc120f0474901e59f32f105dc1a7afe64d49a3ea8bf486377837618013
 WHIRLPOOL 
5179ca1adddb099a3d8dccc009a96202f6d69edeea3126a5f861498475f36413f0a17a6a501b1b0eadba3acfb4ff262a8a5a7ee324043f03d74e857d1dc7c6a8
 DIST php-7.2.0RC1.tar.xz 11970504 SHA256 
04f68d9accb60e56adecc34a80b84bde16edb255a13eef701ea2d6c2b13dc15b SHA512 
0b342416df181f7e67174e9be899e1db1d621630366b7b27a3568a076e7eae4b1f7bf08093f39cf8a3adc9698cf35a66c4b59a6014c7cbb2d4d00e4c1cf2618d
 WHIRLPOOL 
63ecc092b7b96f1bb68c4c003d0627640eba46cac2f6b6ee2e5664ff4a3c347765ea117722b9bf607331d185c0a162bb0ce34308cd8749cedf0e9653120aa755

diff --git a/dev-lang/php/php-7.1.9.ebuild b/dev-lang/php/php-7.1.9.ebuild
new file mode 100644
index 000..054f5bdb63e
--- /dev/null
+++ b/dev-lang/php/php-7.1.9.ebuild
@@ -0,0 +1,721 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic versionator systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="http://php.net/;
+SRC_URI="http://php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
+   coverage crypt +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer truetype unicode wddx webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   acl? ( sys-apps/acl )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   firebird? ( 

[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/, plugins/akismet/views/, plugins/akismet/_inc/

2017-09-01 Thread Anthony G. Basile
commit: 05952b31eb58ff8cd2da3923cc86d78aca6aec06
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Sep  2 00:12:26 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep  2 00:12:26 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=05952b31

Update akismet 3.3.4

Signed-off-by: Anthony G. Basile  gentoo.org>

 plugins/akismet/_inc/akismet.js  |  54 ++--
 plugins/akismet/akismet.php  |   4 +-
 plugins/akismet/class.akismet-admin.php  |  40 +
 plugins/akismet/class.akismet-widget.php |   2 +-
 plugins/akismet/class.akismet.php|  28 --
 plugins/akismet/readme.txt   |  20 -
 plugins/akismet/views/config.php | 110 +++
 plugins/akismet/views/notice.php |   4 +-
 plugins/akismet/views/start.php  | 147 ---
 9 files changed, 249 insertions(+), 160 deletions(-)

diff --git a/plugins/akismet/_inc/akismet.js b/plugins/akismet/_inc/akismet.js
index b7ff719..c1ddc8b 100644
--- a/plugins/akismet/_inc/akismet.js
+++ b/plugins/akismet/_inc/akismet.js
@@ -3,6 +3,8 @@ jQuery( function ( $ ) {
var mshotSecondTryTimer = null
var mshotThirdTryTimer = null

+   var mshotEnabledLinkSelector = 'a[id^="author_comment_url"], 
tr.pingback td.column-author a:first-of-type, td.comment p a';
+   
$('.akismet-status').each(function () {
var thisId = $(this).attr('commentid');
$(this).prependTo('#comment-' + thisId + ' .column-comment');
@@ -82,7 +84,7 @@ jQuery( function ( $ ) {
});
 
// Show a preview image of the hovered URL. Applies to author URLs and 
URLs inside the comments.
-   $( '#the-comment-list' ).on( 'mouseover', 'a[id^="author_comment_url"], 
tr.pingback td.column-author a:first-of-type, td.comment p a', function () {
+   $( '#the-comment-list' ).on( 'mouseover', mshotEnabledLinkSelector, 
function () {
clearTimeout( mshotRemovalTimer );
 
if ( $( '.akismet-mshot' ).length > 0 ) {
@@ -99,9 +101,9 @@ jQuery( function ( $ ) {
clearTimeout( mshotSecondTryTimer );
clearTimeout( mshotThirdTryTimer );
 
-   var thisHref = encodeURIComponent( $( this ).attr( 'href' ) );
+   var thisHref = $( this ).attr( 'href' );
 
-   var mShot = $( '' );
+   var mShot = $( '' );
mShot.data( 'link', this );
 
var offset = $( this ).offset();
@@ -111,12 +113,15 @@ jQuery( function ( $ ) {
top: offset.top + ( $( this ).height() / 2 ) - 101 // 
101 = top offset of the arrow plus the top border thickness
} );
 
+   // These retries appear to be superfluous if .mshot-image has 
already loaded, but it's because mShots
+   // can return a "Generating thumbnail..." image if it doesn't 
have a thumbnail ready, so we need
+   // to retry to see if we can get the newly generated thumbnail.
mshotSecondTryTimer = setTimeout( function () {
-   mShot.find( '.mshot-image' ).attr( 'src', 
'//s0.wordpress.com/mshots/v1/'+thisHref+'?w=450=2' );
+   mShot.find( '.mshot-image' ).attr( 'src', 
akismet_mshot_url( thisHref, 2 ) );
}, 6000 );
 
mshotThirdTryTimer = setTimeout( function () {
-   mShot.find( '.mshot-image' ).attr( 'src', 
'//s0.wordpress.com/mshots/v1/'+thisHref+'?w=450=3' );
+   mShot.find( '.mshot-image' ).attr( 'src', 
akismet_mshot_url( thisHref, 3 ) );
}, 12000 );
 
$( 'body' ).append( mShot );
@@ -127,6 +132,18 @@ jQuery( function ( $ ) {
 
$( '.akismet-mshot' ).remove();
}, 200 );
+   } ).on( 'mouseover', 'tr', function () {
+   // When the mouse hovers over a comment row, begin preloading 
mshots for any links in the comment or the comment author.
+   var linksToPreloadMshotsFor = $( this ).find( 
mshotEnabledLinkSelector );
+   
+   linksToPreloadMshotsFor.each( function () {
+   // Don't attempt to preload an mshot for a single link 
twice. Browser caching should cover this, but in case of
+   // race conditions, save a flag locally when we've 
begun trying to preload one.
+   if ( ! $( this ).data( 'akismet-mshot-preloaded' ) ) {
+   akismet_preload_mshot( $( this ).attr( 'href' ) 
);
+   $( this ).data( 'akismet-mshot-preloaded', true 
);
+   }
+   } );
} );
 
$('.checkforspam:not(.button-disabled)').click( function(e) {
@@ -223,4 +240,31 @@ jQuery( function ( $ ) {
}
});
}
+ 

[gentoo-commits] proj/blogs-gentoo:master commit in: themes/mantra/admin/, themes/mantra/

2017-09-01 Thread Anthony G. Basile
commit: d4182370a6143665718f09f1e27384b987a7d6fb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Sep  2 00:10:21 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Sep  2 00:10:21 2017 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=d4182370

Update mantra 2.6.1.1

Signed-off-by: Anthony G. Basile  gentoo.org>

 themes/mantra/admin/admin-functions.php | 15 +--
 themes/mantra/functions.php |  2 +-
 themes/mantra/readme.txt|  7 +--
 themes/mantra/style.css |  2 +-
 4 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/themes/mantra/admin/admin-functions.php 
b/themes/mantra/admin/admin-functions.php
index a7d8b83..937504d 100644
--- a/themes/mantra/admin/admin-functions.php
+++ b/themes/mantra/admin/admin-functions.php
@@ -210,17 +210,4 @@ function mantra_truncate_words($string,$words=20, 
$ellipsis=' ...') {
  return $new.$ellipsis;
 }
 
-// Synchronizing the tinymce width with the content width
-add_filter('tiny_mce_before_init', 'mantra_dynamic_editor_styles', 10);
-function mantra_dynamic_editor_styles($settings){
-$settings['content_css'] .= ",".admin_url('admin-ajax.php') 
."/?action=dynamic_styles";
-return $settings;
-}
-
-// add wp_ajax callback
-add_action('wp_ajax_dynamic_styles', 'mantra_dynamic_styles_callback');
-function mantra_dynamic_styles_callback(){
-   global $mantra_options;
-echo "html .mceContentBody , .mceContentBody img 
{max-width:".$mantra_options['mantra_sidewidth']."px;}";
-}
-?>
\ No newline at end of file
+// FIN
\ No newline at end of file

diff --git a/themes/mantra/functions.php b/themes/mantra/functions.php
index 06a86ec..354ac3a 100644
--- a/themes/mantra/functions.php
+++ b/themes/mantra/functions.php
@@ -9,7 +9,7 @@
 
 // theme specifics
 define ('_CRYOUT_THEME_NAME','mantra');
-define ('_CRYOUT_THEME_VERSION','2.6.1');
+define ('_CRYOUT_THEME_VERSION','2.6.1.1');
 
 require_once(get_template_directory() . "/admin/main.php");// Load 
necessary admin files
 

diff --git a/themes/mantra/readme.txt b/themes/mantra/readme.txt
index 88b7dfb..f52485e 100644
--- a/themes/mantra/readme.txt
+++ b/themes/mantra/readme.txt
@@ -4,8 +4,8 @@ Copyright 2011-17 Cryout Creations
 
 Author: Cryout Creations
 Requires at least: 4.0
-Tested up to: 4.7.4
-Stable tag: 2.6.1
+Tested up to: 4.8.0
+Stable tag: 2.6.1.1
 License: GPLv3
 License URI: http://www.gnu.org/licenses/gpl.html
 Donate link: https://www.cryoutcreations.eu/donate/
@@ -80,6 +80,9 @@ Turkish - Emre Dalkili
 
 == Changelog ==
 
+= 2.6.1.1 = 
+* Fixed TinyMCE editor error on WordPress 4.8
+
 = 2.6.1 =
 * Added support for external sliders in the presentation page using shortcodes
 * Updated header image support to allow crop skipping

diff --git a/themes/mantra/style.css b/themes/mantra/style.css
index 8ac5c71..67896c0 100644
--- a/themes/mantra/style.css
+++ b/themes/mantra/style.css
@@ -4,7 +4,7 @@ Theme URI: 
https://www.cryoutcreations.eu/wordpress-themes/mantra
 Description: Mantra is a do-it-yourself WordPress theme, featuring a pack of 
over 100 customization options and easy to use tweaks capable of tuning 
WordPress to your very specific needs and likes. With the help of a simple and 
efficient user interface you can customize everything:the layout (1,2 or 3 
columns), total and partial site widths, colors (all texts, links, backgrounds 
etc.), fonts (over 35 font-families plus all Google Fonts), text and header 
sizes, post metas, post excerpts, post formats, header and background images, 
custom menus, 27 social media links and icons, pins, bullets and much much 
more. With a fully responsive layout,a customizable showcase presentation page, 
animated slider, magazine and blog layouts, 8 widget areas, modern graphics and 
an easy and intuitive admin section, you can start creating your dream site 
right now.
 Author: Cryout Creations
 Author URI: https://www.cryoutcreations.eu
-Version: 2.6.1
+Version: 2.6.1.1
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, 
footer-widgets, grid-layout, custom-background, custom-colors, custom-header, 
custom-menu, featured-image-header, featured-images, front-page-post-form, 
full-width-template,  microformats, post-formats, rtl-language-support,  
sticky-post, theme-options, threaded-comments, translation-ready, blog, 
e-commerce, entertainment, news



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

2017-09-01 Thread Aaron Swenson
commit: 8d9aaf84a9af5fc0b652a1e4d3227da382c7849d
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Sat Sep  2 00:14:50 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Sat Sep  2 00:14:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9aaf84

dev-db/postgresql: Version Bump

Versions added:
  10_beta4
  9.2.23
  9.3.19
  9.4.14
  9.5.9
  9.6.5

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/postgresql/Manifest   |   6 +
 dev-db/postgresql/postgresql-10_beta4.ebuild | 464 +
 dev-db/postgresql/postgresql-9.2.23.ebuild   | 445 
 dev-db/postgresql/postgresql-9.3.19.ebuild   | 450 
 dev-db/postgresql/postgresql-9.4.14.ebuild   | 482 ++
 dev-db/postgresql/postgresql-9.5.9.ebuild| 488 ++
 dev-db/postgresql/postgresql-9.6.5.ebuild| 495 +++
 7 files changed, 2830 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index 1f6e3ba7512..7c11a65df4e 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,15 +1,21 @@
 DIST postgresql-10beta3.tar.bz2 19914123 SHA256 
6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e SHA512 
cdbda1c17d58f2999ad71a208d6aa3b18b82bfc8f185eb4ce36496b27ae23bca03f76925e4b242a4c3c2eec96ca0b135e696f55b59282b208ecfe7f8b642f24f
 WHIRLPOOL 
5db99df6c8d0b455a3e6c8d4a734be52bb5dc6b3225cb0f3d547ea22e87e4eae45709667bad71bc1fe8e7f024345c1b9e186b07faf9c23a9db046c9bfc01e8af
+DIST postgresql-10beta4.tar.bz2 20024694 SHA256 
e70ffa84d439033533279ccb3ae7beaa0278585b2b176a767bcd0cbddb1252d2 SHA512 
23c09299b6e5f36d112588fdde0f0be14ebd0561a1d4f06535043427b802635d6da832de0e0bcf90338cf2450821d51c26e1aa959d805009e4c8e6ef1d5129fa
 WHIRLPOOL 
ff5ed8a473627141993ea747a17d6b6324c1611709944af89a1f1082ab28b93d91f65484b6e823cd471ac08f1afd0e1ebf98a4cd27b3c341d614f20a7656e53d
 DIST postgresql-9.2.19.tar.bz2 16466698 SHA256 
1d29d73a4f590fcc348280f13ac2ff6a0f72c94908c54e3c20b7ab1560e8dbad SHA512 
d3b4c5578bf6d6580028e775bff81a921258cb53b6b06567d96a352d14f3b63063adb480b2f5e2029baf8a034e14b5cd75eebc04f1ed7b16c849e1a5ec1f4867
 WHIRLPOOL 
c13b45fd7aee08ea472557c9f40d79c45abd572fefcc215002b562b8046b1937bf522f6f7f6e280ff1e434c9698734cda9f1c3dacd3c8fee5f33dad0da21f75f
 DIST postgresql-9.2.21.tar.bz2 16508040 SHA256 
0697e843523ee60c563f987f9c65bc4201294b18525d6e5e4b2c50c6d4058ef9 SHA512 
c548cd1ba34ad71dd3f1acde5775ba2e71121f004324fac44dbe123a91d599ced0f1b8be675ed07b77712e8c23f376ff6221349385c19a88c4edbbb186f17861
 WHIRLPOOL 
c46fd4909e2d534b98c8a97f0f5410ab40285c118517a36ee73d0e1234483144d1f58785a59df53fdbfab7c2876a60d000bf574dff0be3030f8c909509b1bfe6
 DIST postgresql-9.2.22.tar.bz2 16531224 SHA256 
a70e94fa58776b559a8f7b5301371ac4922c9e3ed313ccbef20862514de7c192 SHA512 
3e5ab04c2be2719579b2ebbf64b220522acfd9ea74029dd2ed699f60230da224bdc99de4ee5529b513e5586de0377764c4e54deb3dd93d5c53c4d666dce2b6b7
 WHIRLPOOL 
ff1817463b488f4793cd0851df846b961d5510b7c1cf4a560717755ca47c363eb782bc1f2cd7a5d8cbc49727dea64394c6b30038105fc584749157157948964d
+DIST postgresql-9.2.23.tar.bz2 16531436 SHA256 
0e6ecdfeed69030dac8d219ecd4c350ce45e9f2caa9d73e166e407e87afec450 SHA512 
9715cb9aa34921f7d246837c6c516d588f88fda543ad635520e9575a5ea448ad39062f2c89c086c7f129cc5f61f4dca33e4f5fd94e1df39da428507c56a81ba3
 WHIRLPOOL 
adb7b0b54661e5208967d6158591b918e776a998d34973c907afac83fb50870f2357446ff40bc7a0fbc71723c12c299b0a29ab3b8a71c1ab5b302281d3a0cd50
 DIST postgresql-9.3.15.tar.bz2 17059932 SHA256 
a9fcba1446a93aa95e3e1b6535756f0472d10b0f267a0845f8b2b29f89de5c4f SHA512 
35c30cdb5599f99c94ab921f9f5e7671a8c0b7bca8fe3b616630ae13d6eda8d329e77e7e802da6a83cb09c3c9ca10fa8ce0de8a184e6fff471130e1cd68ce762
 WHIRLPOOL 
7a627b2da1dc3671df7edfe58420f81ce24202c1251225054674d79e431bc36e1a70c84aaacb76c59e9eefb26429cbbb9ea80c45a989e3564b69e334d3dd4d84
 DIST postgresql-9.3.17.tar.bz2 17158802 SHA256 
9c03e5f280cfe9bd202fa01af773eb146abd8ab3065f7279d574c568f6948dbe SHA512 
4b6fc079c2bb728b13b72eb2f7d92183ffb1a9b32110d99dfce674032ac499963b75a021265ba08dc95c34ae35a7edac65ef1e658e66ee2da41c1ce646a702dc
 WHIRLPOOL 
f573aaa6acf6d542ed647f392bdb42cd60f650e66174c603f0344d64e2962f2fbb46f0233226188ee9a3a75b2de6532738aac28876bd097556eb4f6c0de21667
 DIST postgresql-9.3.18.tar.bz2 17194269 SHA256 
ad60d12a5a3dd0f6f5904c41b87e43eff49d3f74e45129fe52c5744366ff2fe0 SHA512 
df3f2e0bb396cac74021fcc1a989d04515c12e73846b7392ae859c32668d73ae0027607426072672b6228d7533cc512f72b5729bf5c8f7b0e8d0270727784455
 WHIRLPOOL 
c5b3db88e01c507556b354acb1ecf2bbf43246d023c5d9e1d8479ce4aa9944beca518abbd3e810830af1d75356272b4df3eb58358edfdd265cdc395f62ac8c33
+DIST postgresql-9.3.19.tar.bz2 17190203 SHA256 
fb9e872cd9e927ba331690d86bc63dcb5a596acb7a536fa0518a3c7d43ac2fb5 SHA512 
7293d75b97255720c30d342e1de6032e14e9112e283d2668e80320f76906038d7419ffa7a12eba1fcf9f9274595db10e372db4999b0845cb55998d47f683ebb1
 WHIRLPOOL 

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

2017-09-01 Thread Aaron Swenson
commit: ceea9f9048ceb3a1fd9771061ed1f0d509336e27
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Sep  1 23:14:20 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Sep  1 23:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceea9f90

profiles/thirdpartymirrors: Modify PG Protocols

Removed FTP protocol as an option for the PostgreSQL mirror as they,
apparently, no longer have an FTP server.

Connect using HTTPS instead.

 profiles/thirdpartymirrors | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index 41ad99ce58d..84f3b7bd3e5 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -26,7 +26,7 @@ nongnu
http://download.savannah.nongnu.org/releases/ http://ftp.cc.uoc.gr/mirro
 openbsdhttps://mirrors.evowise.com/pub/OpenBSD/
 opensslftp://ftp.openssl.org ftp://ftp.linux.hr/pub/openssl/ 
http://artfiles.org/openssl.org/ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/ 
ftp://guest.kuria.katowice.pl/pub/openssl/ ftp://ftp.fi.muni.cz/pub/openssl/ 
http://openssl.skazkaforyou.com/
 opera  ftp://ftp.opera.com/pub/opera 
ftp://ftp.tu-cottbus.de/pub/net/opera ftp://ftp.task.gda.pl/pub/opera 
ftp://ftp.ntua.gr/pub/www/Opera ftp://ftp.rediris.es/mirror/opera 
ftp://ftp.heanet.ie/pub/opera
-postgresql http://ftp.postgresql.org/pub/ ftp://ftp.postgresql.org/pub/
+postgresql https://ftp.postgresql.org/pub/
 pypi   https://pypi.python.org/packages/source 
https://files.pythonhosted.org/packages/source
 qmail  http://www.qmail.org/ http://qmail.geto.net/ 
http://qmail-mirror.jms1.net/ http://qmail.pandakc.com/ 
http://qmail.mirrors.auchnet.org/ http://qmail.glasswings.com.au/ 
http://qmail.ii.net/ http://infobase.ibase.com.hk/qmail/ 
http://qmail.morva.net/ http://qmail.teraren.com/ 
http://qmail.mirror.cdnetworks.com/ http://qmail.yongbok.net/ 
http://qmail.mirror.choon.net/ http://qmail.cbox.biz/ http://qmail.cbox.biz/ 
http://qmail.mirrors.ovh.net/ftp.qmail.org/ http://qmail.rasjonell.net/ 
http://qmail.europnews.de/ http://qmail.kendzorra.org/ 
http://qmail.mirror.gsnw.org/ http://mirrors.ntua.gr/qmail/ 
http://qmail.cti.gr/ http://qmail.dnsbeans.com/ http://qmail.hypergrid.it/ 
http://qmail.omnis.ch/ http://qmail.linorg.usp.br/ http://qmail.cavsystems.net/ 
http://qmail.mivzakim.net/ http://qmail.mirror.rise.ph/
 quakeunity http://www.mirrorservice.org/sites/quakeunity.com



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

2017-09-01 Thread Sergei Trofimovich
commit: d9229314c828b136baea6f94ac59f51fa7a2dcd9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 22:36:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 22:36:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9229314

sys-apps/lshw: stable 02.18b for ia64, bug #629514

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 sys-apps/lshw/lshw-02.18b.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/lshw/lshw-02.18b.ebuild b/sys-apps/lshw/lshw-02.18b.ebuild
index a3117180c53..8dce497156a 100644
--- a/sys-apps/lshw/lshw-02.18b.ebuild
+++ b/sys-apps/lshw/lshw-02.18b.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://www.ezix.org/software/files/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE="gtk sqlite static"
 
 REQUIRED_USE="static? ( !gtk )"



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

2017-09-01 Thread Zac Medico
commit: 40f02a0eaee5422f5eeb2b3dd7c7dd5c6b926cd5
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 22:22:44 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 22:29:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f02a0e

app-emulation/flannel: revbump to 0.8.0-r2 for bug 629170

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-emulation/flannel/files/flanneld.initd   | 9 ++---
 .../flannel/{flannel-0.8.0-r1.ebuild => flannel-0.8.0-r2.ebuild} | 0
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/app-emulation/flannel/files/flanneld.initd 
b/app-emulation/flannel/files/flanneld.initd
index 6f75abd40f5..d5d966a40d3 100644
--- a/app-emulation/flannel/files/flanneld.initd
+++ b/app-emulation/flannel/files/flanneld.initd
@@ -3,11 +3,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 description="Flannel Network Fabric for Containers"
-pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
 user=${user:-root}
 group=${group:-root}
 
-command="/usr/bin/${SVCNAME}"
+command="/usr/bin/${RC_SVCNAME}"
 command_args="${command_args}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
@@ -16,9 +16,4 @@ start_stop_daemon_args="--user ${user} --group ${group} \
 
 depend() {
need net
-   after net
-}
-
-start_pre() {
-   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
 }

diff --git a/app-emulation/flannel/flannel-0.8.0-r1.ebuild 
b/app-emulation/flannel/flannel-0.8.0-r2.ebuild
similarity index 100%
rename from app-emulation/flannel/flannel-0.8.0-r1.ebuild
rename to app-emulation/flannel/flannel-0.8.0-r2.ebuild



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

2017-09-01 Thread Matt Thode
commit: d8f3cf3b2abbcfe668b6251d05926a15d912a870
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep  1 22:28:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep  1 22:28:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f3cf3b

dev-python/eventlet: fix missing dep on enum-compat

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../eventlet/{eventlet-0.20.0.ebuild => eventlet-0.20.0-r1.ebuild}  | 3 +++
 .../eventlet/{eventlet-0.20.1.ebuild => eventlet-0.20.1-r1.ebuild}  | 6 +-
 .../eventlet/{eventlet-0.21.0.ebuild => eventlet-0.21.0-r1.ebuild}  | 6 +-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/dev-python/eventlet/eventlet-0.20.0.ebuild 
b/dev-python/eventlet/eventlet-0.20.0-r1.ebuild
similarity index 96%
rename from dev-python/eventlet/eventlet-0.20.0.ebuild
rename to dev-python/eventlet/eventlet-0.20.0-r1.ebuild
index 1b1f0eeb868..b0366da9f31 100644
--- a/dev-python/eventlet/eventlet-0.20.0.ebuild
+++ b/dev-python/eventlet/eventlet-0.20.0-r1.ebuild
@@ -25,6 +25,9 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
+   # provided by virtual/python-enum34
+   sed -i '/enum-compat/d' setup.py || die
+
if use doc; then
local PYTHON_DOC_ATOM=$(best_version --host-root 
dev-python/python-docs:2.7)
local 
PYTHON_DOC_VERSION="${PYTHON_DOC_ATOM#dev-python/python-docs-}"

diff --git a/dev-python/eventlet/eventlet-0.20.1.ebuild 
b/dev-python/eventlet/eventlet-0.20.1-r1.ebuild
similarity index 91%
rename from dev-python/eventlet/eventlet-0.20.1.ebuild
rename to dev-python/eventlet/eventlet-0.20.1-r1.ebuild
index 5a7b9ba37c0..a0881d9eaa4 100644
--- a/dev-python/eventlet/eventlet-0.20.1.ebuild
+++ b/dev-python/eventlet/eventlet-0.20.1-r1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc examples test"
 
-RDEPEND=">=dev-python/greenlet-0.3[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/greenlet-0.3[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]"
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
>=dev-python/python-docs-2.7.6-r1:2.7 )
test? ( ${RDEPEND}
@@ -24,6 +25,9 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
+   # provided by virtual/python-enum34
+   sed -i '/enum-compat/d' setup.py || die
+
if use doc; then
local PYTHON_DOC_ATOM=$(best_version --host-root 
dev-python/python-docs:2.7)
local 
PYTHON_DOC_VERSION="${PYTHON_DOC_ATOM#dev-python/python-docs-}"

diff --git a/dev-python/eventlet/eventlet-0.21.0.ebuild 
b/dev-python/eventlet/eventlet-0.21.0-r1.ebuild
similarity index 91%
rename from dev-python/eventlet/eventlet-0.21.0.ebuild
rename to dev-python/eventlet/eventlet-0.21.0-r1.ebuild
index 5a7b9ba37c0..a0881d9eaa4 100644
--- a/dev-python/eventlet/eventlet-0.21.0.ebuild
+++ b/dev-python/eventlet/eventlet-0.21.0-r1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc examples test"
 
-RDEPEND=">=dev-python/greenlet-0.3[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/greenlet-0.3[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]"
 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
>=dev-python/python-docs-2.7.6-r1:2.7 )
test? ( ${RDEPEND}
@@ -24,6 +25,9 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )"
 
 python_prepare_all() {
+   # provided by virtual/python-enum34
+   sed -i '/enum-compat/d' setup.py || die
+
if use doc; then
local PYTHON_DOC_ATOM=$(best_version --host-root 
dev-python/python-docs:2.7)
local 
PYTHON_DOC_VERSION="${PYTHON_DOC_ATOM#dev-python/python-docs-}"



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

2017-09-01 Thread Sergei Trofimovich
commit: 8c13c7fc357a56a918e7e21dd4521ea5ee408747
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 22:20:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 22:20:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c13c7fc

dev-python/pexpect: stable 4.2.1 for ia64, bug #629528

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild 
b/dev-python/pexpect/pexpect-4.2.1.ebuild
index c9f8910adeb..7759e41175c 100644
--- a/dev-python/pexpect/pexpect-4.2.1.ebuild
+++ b/dev-python/pexpect/pexpect-4.2.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/ptyprocess-0.5[${PYTHON_USEDEP}]"



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

2017-09-01 Thread Sergei Trofimovich
commit: 6736a7f704a167ea84b35515e95aec22b305777d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 22:20:20 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 22:20:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6736a7f7

app-admin/augeas: stable 1.8.1 for ia64, bug #628084

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/app-admin/augeas/augeas-1.8.1.ebuild 
b/app-admin/augeas/augeas-1.8.1.ebuild
index 1caae80ecb1..654d5ff70de 100644
--- a/app-admin/augeas/augeas-1.8.1.ebuild
+++ b/app-admin/augeas/augeas-1.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs test"
 
 RDEPEND="



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

2017-09-01 Thread Sergei Trofimovich
commit: 689c4111d2c7861240679ea226136cf0f2743f55
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 22:20:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 22:20:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689c4111

dev-python/ptyprocess: stable 0.5.1 for ia64, bug #629528

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild 
b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
index 69012c98e96..ed055087ce7 100644
--- a/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
+++ b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"



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

2017-09-01 Thread Sergei Trofimovich
commit: 63186ae72f27b20d6650dd81a0c0ef5cf1e742ee
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 22:20:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 22:20:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63186ae7

net-libs/mbedtls: stable 2.6.0 for ia64, bug #629448

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/net-libs/mbedtls/mbedtls-2.6.0.ebuild 
b/net-libs/mbedtls/mbedtls-2.6.0.ebuild
index a5f6f23f855..9fa008ada40 100644
--- a/net-libs/mbedtls/mbedtls-2.6.0.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.6.0.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/10" # slot for libmbedtls.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
 
 RDEPEND="



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

2017-09-01 Thread Zac Medico
commit: 0eea13ca58aba2306a979fdc0bd307bccedbfe60
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 22:09:01 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 22:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eea13ca

app-emulation/docker-registry: revbump to 2.6.2-r1 for bug 629202

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 ...y-2.6.2.ebuild => docker-registry-2.6.2-r1.ebuild} |  0
 app-emulation/docker-registry/files/registry.initd| 19 +++
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/app-emulation/docker-registry/docker-registry-2.6.2.ebuild 
b/app-emulation/docker-registry/docker-registry-2.6.2-r1.ebuild
similarity index 100%
rename from app-emulation/docker-registry/docker-registry-2.6.2.ebuild
rename to app-emulation/docker-registry/docker-registry-2.6.2-r1.ebuild

diff --git a/app-emulation/docker-registry/files/registry.initd 
b/app-emulation/docker-registry/files/registry.initd
index 43637a9dbe8..b81303c624d 100644
--- a/app-emulation/docker-registry/files/registry.initd
+++ b/app-emulation/docker-registry/files/registry.initd
@@ -1,24 +1,19 @@
 #!/sbin/openrc-run
-# Copyright 2016 Gentoo Foundation
+# Copyright 2016-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 description="Docker Registry 2.0"
-pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
-user=${user:-${SVCNAME}}
-group=${group:-${SVCNAME}}
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
+user=${user:-${RC_SVCNAME}}
+group=${group:-${RC_SVCNAME}}
 
-command="/usr/libexec/docker-${SVCNAME}/${SVCNAME}"
+command="/usr/libexec/docker-${RC_SVCNAME}/${RC_SVCNAME}"
 command_args="${command_args:-serve /etc/docker/registry/config.yml}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
-   --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
-   --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
+   --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+   --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
 
 depend() {
need net
-   after net
-}
-
-start_pre() {
-   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
 }



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

2017-09-01 Thread Matt Thode
commit: 97e459e76fb58bda798093661ec3b513a2fc8741
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep  1 22:10:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep  1 22:10:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e459e7

sys-cluster/nova: removing unneeded init script

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-cluster/nova/nova-16.0.0.ebuild  | 2 +-
 sys-cluster/nova/nova-2017.2..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/nova/nova-16.0.0.ebuild 
b/sys-cluster/nova/nova-16.0.0.ebuild
index 871405a4c33..2258699cdfa 100644
--- a/sys-cluster/nova/nova-16.0.0.ebuild
+++ b/sys-cluster/nova/nova-16.0.0.ebuild
@@ -198,7 +198,7 @@ python_install_all() {
distutils-r1_python_install_all
 
if use !compute-only; then
-   for svc in api cert conductor consoleauth network scheduler 
spicehtml5proxy xvpvncproxy; do
+   for svc in api conductor consoleauth network scheduler 
spicehtml5proxy xvpvncproxy; do
newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
done
fi

diff --git a/sys-cluster/nova/nova-2017.2..ebuild 
b/sys-cluster/nova/nova-2017.2..ebuild
index b6214e5b123..13f9f745a8f 100644
--- a/sys-cluster/nova/nova-2017.2..ebuild
+++ b/sys-cluster/nova/nova-2017.2..ebuild
@@ -199,7 +199,7 @@ python_install_all() {
distutils-r1_python_install_all
 
if use !compute-only; then
-   for svc in api cert conductor consoleauth network scheduler 
spicehtml5proxy xvpvncproxy; do
+   for svc in api conductor consoleauth network scheduler 
spicehtml5proxy xvpvncproxy; do
newinitd "${FILESDIR}/nova.initd" "nova-${svc}"
done
fi



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

2017-09-01 Thread Christoph Junghans
commit: 791b9cb14ca48d98f27a1285175091004a182dd7
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Sep  1 22:01:39 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Sep  1 22:02:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791b9cb1

sys-cluster/gasnet: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-cluster/gasnet/Manifest |  1 +
 sys-cluster/gasnet/gasnet-1.30.0.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/sys-cluster/gasnet/Manifest b/sys-cluster/gasnet/Manifest
index 6b4d7ecd507..e70b4239fcd 100644
--- a/sys-cluster/gasnet/Manifest
+++ b/sys-cluster/gasnet/Manifest
@@ -1,3 +1,4 @@
 DIST GASNet-1.26.4.tar.gz 2656498 SHA256 
a2c8a9c306ade58f4eba641f1c6e310a31fc722812dde1154fcc01efab4173d3 SHA512 
9faa0281177afc67f2bf75e3a487accdf87b67a3da6afabcd625a26a3533033313b545893dead7ac1d176c57fe7547cd077d3bb368bc9e3211ffb0b316f3af0c
 WHIRLPOOL 
5c920e69728343266929a18ff48eb98bd8dc35803507d205ef479e545a3eae885367a01e403eebf3518b65eaffe59ae8a797643a8e16326a3c610f4f11cd71e6
 DIST GASNet-1.28.0.tar.gz 2654757 SHA256 
a7999fbaa1f220c2eb9657279c7e7cccd1b21865d5383c9a5685cfe05a0702bc SHA512 
3edef7efc55833d286b1d562f670b9605b1c8c37f9cf5582a46a5e7d8b2fbb7deca695597accda6f39c75e840da1879e8bb3d8b9f25da6be4aad60eca4aad169
 WHIRLPOOL 
ce1e5b9c52b1dfbae8badd610f458563296d1eb9c593a614b8c5462b9d4f269ef22616e2857913e0641347ca156ea82b6449fd33a89c38e3aed61be3c437
 DIST GASNet-1.28.2.tar.gz 2691394 SHA256 
7903fd8ebdd03bcda20a66e3fcedef2f8b384324591aa91b8370f3360f6384eb SHA512 
df472c55642891405cd86b9cc573cb1cd7607af7cd0ed931cb423ce0274f1a000f5f0b3481950cac710f154a5068088e8c101f1ea0cb9ceb4aaf73444cb3cef5
 WHIRLPOOL 
488eaf1c42de9cde7c58036bbe71339bf1249615c37589a526d2635bcb1a75144f98b4e9d888ce4ae53bd930196f49ddb47d1ea86525f027f85428915a40fe54
+DIST GASNet-1.30.0.tar.gz 2686524 SHA256 
b5d8c98c53174a98a41efb4ec9dedb62c0a9e8fa111bb6460cd4493beb80d497 SHA512 
c95825906b2298be16087fa817baf14076c2d70b1e6420feef07da0c01d2e780415904dac5ec9b4debdffb0749b706f40ac50c4574425978783d7121506c99a6
 WHIRLPOOL 
506fa0d51d5a6234b3909af9f0b71c643cfdcc9e227975fedc9eb29c09cf87386950a609dbf272270f4643f37e8131fc091f254fd6c22dc348c310c5b280b35d

diff --git a/sys-cluster/gasnet/gasnet-1.30.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.30.0.ebuild
new file mode 100644
index 000..52282995fdd
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-1.30.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools toolchain-funcs multilib
+
+MY_P="${PN^^[gasn]}-${PV}"
+DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
+HOMEPAGE="http://gasnet.lbl.gov/;
+SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
+
+SOVER="${PV%%.*}"
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm"
+IUSE="mpi test threads"
+
+DEPEND="mpi? ( virtual/mpi )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+static_to_shared() {
+   local libstatic="${1}"; shift
+   local libname="${libstatic%.a}"
+   libname="${libname##*/}"
+   local soname="${libname}$(get_libname ${SOVER})"
+   local libdir="${libstatic%/*}"
+
+   einfo "Making ${soname} from ${libstatic} with libs ${@}"
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   ${LINK:-$(tc-getCXX)} ${LDFLAGS}  \
+   -dynamiclib -install_name 
"${EPREFIX}"/usr/lib/"${soname}" \
+   -Wl,-all_load -Wl,${libstatic} \
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   else
+   ${LINK:-$(tc-getCXX)} ${LDFLAGS}  \
+   -shared -Wl,-soname=${soname} \
+   -Wl,-z,defs \
+   -Wl,--whole-archive ${libstatic} -Wl,--no-whole-archive 
\
+   "$@" -o ${libdir}/${soname} || die "${soname} failed"
+   ln -s ${soname} ${libdir}/${libname}$(get_libname)
+   fi
+}
+
+src_prepare() {
+   find . \
+   \( -name Makefile.am -or -name "*.mak" \) \
+   -exec sed -i '/^docdir/s/^/#/' {} + || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-ibv \
+   $(use_enable mpi) \
+   $(use_enable threads pthreads) \
+   CC="$(tc-getCC) ${CFLAGS} -fPIC" \
+   MPI_CC="mpicc ${CFLAGS} -fPIC" \
+   CXX="$(tc-getCXX) ${CXXFLAGS} -fPIC"
+}
+
+src_compile() {
+   emake MANUAL_CFLAGS="${CFLAGS} -fPIC" MANUAL_MPICFLAGS="${CFLAGS} 
-fPIC" MANUAL_CXXFLAGS="${CXXFLAGS} -fPIC"
+}
+
+src_test() {
+   emake check MANUAL_CFLAGS="${CFLAGS} -fPIC" MANUAL_MPICFLAGS="${CFLAGS} 
-fPIC" MANUAL_CXXFLAGS="${CXXFLAGS} -fPIC"
+}
+
+src_install() {
+   local l libs
+   default
+   for l in "${ED}/usr/$(get_libdir)"/lib{gasnet_tools-seq,am*,*}.a; 

[gentoo-commits] repo/gentoo:master commit in: sys-process/criu/files/2.0/, sys-process/criu/

2017-09-01 Thread Sergei Trofimovich
commit: b29089547c85046ff7e411853e077553b3b55f92
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep  1 21:57:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep  1 21:57:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2908954

sys-process/criu: bump up to 3.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-process/criu/Manifest |  1 +
 sys-process/criu/criu-3.4.ebuild  | 95 +++
 sys-process/criu/files/2.0/criu-2.0-sysroot.patch |  8 +-
 3 files changed, 97 insertions(+), 7 deletions(-)

diff --git a/sys-process/criu/Manifest b/sys-process/criu/Manifest
index 09eee815d90..3a5845f0c3c 100644
--- a/sys-process/criu/Manifest
+++ b/sys-process/criu/Manifest
@@ -4,3 +4,4 @@ DIST criu-2.11.tar.bz2 645048 SHA256 
5f270222ba5e98b33aab7cef61363a11167fec96cf2
 DIST criu-2.12.1.tar.bz2 646855 SHA256 
33e4f575a533b66e0571fff0c2b6ced51612789fa3b944b841ec6fc79ed4a0a2 SHA512 
7a168bc20665ed3ca9931e6f2fa6d58b87faee38eee30dcdda8dad041ffd90ea7e1bad17d4dcf5c5d8de563eacc64ecbd579b7f4b959a654182a688e94024ba2
 WHIRLPOOL 
9889ea1e37da4a4425aede6c0408ea8dd0f315d5575d76709f055dc5b054aba4ee96107fa2417ff4a9d4028f5e009b085ef6884ead4f10cc2263ddf06cd13308
 DIST criu-2.12.tar.bz2 646770 SHA256 
b707eee3410a833b2d5d7534557c7a21f800f10d8660966d1efdd6396f1a1e4b SHA512 
e021772c5d42dd93fe0d6c10a7aa731b600871ba78772169323c661c59d00f4d78ceda3ddfbda76123947f6ff6d2c19e443bb73e018a649e7f3872b73d28763a
 WHIRLPOOL 
19017b586cf5a490393c8b3b3d9ca98f6aa5442812cf4eb8bca45efa7f04c2360d7cbd46c40f1abf84ee6ba82ff2ecc6256f54d553259783a2ba4c36aa7dbaad
 DIST criu-2.5.tar.bz2 605226 SHA256 
d2a9ffec0b659c3d3a71e1d473e95e36b208b2563f136ce8f471ff9600fcc51a SHA512 
ccf942005ff3b2a567726ddb8aa44048c130f1adf6e2cbdf48e919043c84a4e1c03ad0ec34b44263e5764bea62807a2cc0fa1135b929ad3166fb9486c2880570
 WHIRLPOOL 
9896fe45d4516a73e6b7c403a044d25902ed4a9000b0a0a053ff9d52c053adfb58c8ce0225b9841bc7e2f38de6a8e4fc6d3073d878ea5b09b81cc89cba91de62
+DIST criu-3.4.tar.bz2 701680 SHA256 
876bf32b9351c0034ff8f7064a6e63487f6639aedec115356cc76c436fa437c2 SHA512 
71fc700d19b46381873b2d0fa90e7fa253b00beb5e4e6065bbf510766acbcc14b35d58fa8073801112f897d2320b7decca1115fb6853d5fe64f3c52aa40a9f32
 WHIRLPOOL 
39be8e58635f21868f152a50f163875812d1325212b0c0c5a360152869e03358eb449b86700ee6f242cb890fcf5217c2aceaf3b2781e3b2d7c70ecc1a6c933df

diff --git a/sys-process/criu/criu-3.4.ebuild b/sys-process/criu/criu-3.4.ebuild
new file mode 100644
index 000..982954a66c3
--- /dev/null
+++ b/sys-process/criu/criu-3.4.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils toolchain-funcs linux-info flag-o-matic python-r1 
python-utils-r1
+
+DESCRIPTION="utility to checkpoint/restore a process tree"
+HOMEPAGE="http://criu.org/;
+SRC_URI="http://download.openvz.org/criu/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="python setproctitle"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="dev-libs/protobuf-c
+   dev-libs/libnl:3
+   net-libs/libnet:1.1
+   sys-libs/libcap
+   python? ( ${PYTHON_DEPS} )
+   setproctitle? ( dev-libs/libbsd )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto"
+RDEPEND="${RDEPEND}
+   python? (
+   dev-libs/protobuf[python,${PYTHON_USEDEP}]
+   dev-python/ipaddr[${PYTHON_USEDEP}]
+   )"
+
+CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL 
~INOTIFY_USER
+   ~IA32_EMULATION ~UNIX_DIAG ~INET_DIAG ~INET_UDP_DIAG ~PACKET_DIAG 
~NETLINK_DIAG"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/2.2/${PN}-2.2-flags.patch
+   "${FILESDIR}"/2.3/${PN}-2.3-no-git.patch
+   "${FILESDIR}"/${PN}-2.8-automagic-libbsd.patch
+   "${FILESDIR}"/2.0/${PN}-2.0-sysroot.patch
+)
+
+criu_arch() {
+   # criu infers the arch from $(uname -m).  We never want this to happen.
+   case ${ARCH} in
+   amd64) echo "x86";;
+   arm64) echo "aarch64";;
+   *) echo "${ARCH}";;
+   esac
+}
+
+src_compile() {
+   RAW_LDFLAGS="$(raw-ldflags)" emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getLD)" \
+   OBJCOPY="$(tc-getOBJCOPY)" \
+   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+   ARCH="$(criu_arch)" \
+   V=1 WERROR=0 DEBUG=0 \
+   SETPROCTITLE=$(usex setproctitle) \
+   PYCRIU=$(usex python) \
+   all docs
+}
+
+src_test() {
+   # root privileges are required to dump all necessary info
+   if [[ ${EUID} -eq 0 ]] ; then
+   emake -j1 CC="$(tc-getCC)" ARCH="$(criu_arch)" V=1 WERROR=0 test
+   fi
+}
+
+install_crit() {
+   "${PYTHON:-python}" ../scripts/crit-setup.py install --root="${D}" 
--prefix="${EPREFIX}/usr/"
+}

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

2017-09-01 Thread Patrice Clement
commit: 599564aba85eaf022a83e637e407333b89087007
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Sep  1 21:46:15 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep  1 21:46:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599564ab

net-misc/sock: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/sock/sock-1.1-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/net-misc/sock/sock-1.1-r1.ebuild b/net-misc/sock/sock-1.1-r1.ebuild
new file mode 100644
index 000..6ab67020c39
--- /dev/null
+++ b/net-misc/sock/sock-1.1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A shell interface to network sockets"
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz;
+HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml;
+KEYWORDS="~amd64 ~sparc ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+src_install () {
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
+}



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

2017-09-01 Thread Zac Medico
commit: aa3d638f68a107d074e34ddb0792d32c9a534459
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 21:40:00 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 21:42:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3d638f

app-admin/serf: remove old versions for bug 628654

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/serf/Manifest  |   3 --
 app-admin/serf/serf-0.8.0.ebuild | 105 ---
 2 files changed, 108 deletions(-)

diff --git a/app-admin/serf/Manifest b/app-admin/serf/Manifest
index 57f6f41847b..7ee22730f66 100644
--- a/app-admin/serf/Manifest
+++ b/app-admin/serf/Manifest
@@ -1,6 +1,3 @@
 DIST github.com-mitchellh-gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz 
15772 SHA256 82828f1ec3e535268fa95d983362c6c773e9a87aa94613e7a47805d22e38 
SHA512 
d4b2d5d9666285584697bc0d6ddc2f1a1e3f23741650e831adb42baffbb5f72fc3d5ae8a8fb6719faf1df75d3da334941b0404387f0c213aabdb5c3d5634c55d
 WHIRLPOOL 
89d52013bfb563a11a4042760470ac317398c3f8a61b9e7734c3ac2737d916126ad10a113948eb5a8362de3d77e598e42f4a0510760ae67465bde08658947f7a
 DIST 
github.com-mitchellh-iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz 
1785 SHA256 71c117246bb1d4d78ad5c3bc5d301942bcebaae5b1e35da1ad7851ceac71a675 
SHA512 
2efc0e3cbca496240e3e24550fd0d2aab742eb9b227230ff1ed4ee47344b994642b028bd4644cd45cd697f5f5ef6a729aad65537b10c6555bd52d9ca4b9c717c
 WHIRLPOOL 
15dfd50bfc992a7b6a1b5d672d5bf9bfcb71a357eae371eac773e7fe9ad4ec8d4d0578e0dc6b12bb14689d1497129616b0eb300bbcb483a6865ac315bced562a
-DIST gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz 15772 SHA256 
82828f1ec3e535268fa95d983362c6c773e9a87aa94613e7a47805d22e38 SHA512 
d4b2d5d9666285584697bc0d6ddc2f1a1e3f23741650e831adb42baffbb5f72fc3d5ae8a8fb6719faf1df75d3da334941b0404387f0c213aabdb5c3d5634c55d
 WHIRLPOOL 
89d52013bfb563a11a4042760470ac317398c3f8a61b9e7734c3ac2737d916126ad10a113948eb5a8362de3d77e598e42f4a0510760ae67465bde08658947f7a
-DIST iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz 1785 SHA256 
71c117246bb1d4d78ad5c3bc5d301942bcebaae5b1e35da1ad7851ceac71a675 SHA512 
2efc0e3cbca496240e3e24550fd0d2aab742eb9b227230ff1ed4ee47344b994642b028bd4644cd45cd697f5f5ef6a729aad65537b10c6555bd52d9ca4b9c717c
 WHIRLPOOL 
15dfd50bfc992a7b6a1b5d672d5bf9bfcb71a357eae371eac773e7fe9ad4ec8d4d0578e0dc6b12bb14689d1497129616b0eb300bbcb483a6865ac315bced562a
-DIST serf-0.8.0.tar.gz 1439191 SHA256 
f56e8da3e6cf748c20ae629aacfd652a04adfacfd0ee0af6560c33933d93547a SHA512 
2e074ee8d002e6c7803f23d50d42800cf660ee22c968be8adf4f5e4cefde6dd39bf601c9bd91544d5f45d639ed0eec82c31a0fd1b903e8a0223f2cdd967bbf36
 WHIRLPOOL 
09b5e5471c14e11bbeb214a64ec57720cd31779c9d331bba2eea31cac9859cdff12d925923514272101449f7d62b671e685f768af1cf2f2497ad1a7a36402570
 DIST serf-0.8.1.tar.gz 1445011 SHA256 
266d38c08d7459d38ba901d7cdaf36122a3cb77049fa537f5ab17fac1747d094 SHA512 
81a4bc2e1659324980fd59464af021ad5ec80431dc1b49b875bb0c97c8f92766dfee9b204bd8c9ab4e175a281bc23815f5e3008ecfb2848c7354c33603bb5514
 WHIRLPOOL 
1d7a39b84b939b73dda817df3f9b98c044a93e20561ed7cb573ee68afc2742a3f7aea9cfc837b6b25cd1abdf390bc84c2460b97b27c2a0090f13f9a73b5a7779

diff --git a/app-admin/serf/serf-0.8.0.ebuild b/app-admin/serf/serf-0.8.0.ebuild
deleted file mode 100644
index e4be0991b39..000
--- a/app-admin/serf/serf-0.8.0.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd user
-
-KEYWORDS="~amd64"
-EGO_PN="github.com/hashicorp/serf"
-DESCRIPTION="Service orchestration and management tool"
-HOMEPAGE="https://www.serfdom.io/;
-SRC_URI="https://github.com/hashicorp/serf/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/mitchellh/gox/archive/c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
 -> gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
-   
https://github.com/mitchellh/iochan/archive/87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
 -> iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
-"
-
-SLOT="0"
-LICENSE="MPL-2.0"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="
-   >=dev-lang/go-1.6:=
-   >=dev-go/go-tools-0_pre20160121"
-RDEPEND=""
-
-pkg_setup() {
-   enewgroup serf
-   enewuser serf -1 -1 /var/lib/${PN} serf
-}
-
-get_archive_go_package() {
-   local archive=${1} uri x
-   for x in ${SRC_URI}; do
-   if [[ ${x} == http* ]]; then
-   uri=${x}
-   elif [[ ${x} == ${archive} ]]; then
-   break
-   fi
-   done
-   uri=${uri#https://}
-   echo ${uri%/archive/*}
-}
-
-unpack_go_packages() {
-   local go_package x
-   # Unpack packages to appropriate locations for GOPATH
-   for x in ${A}; do
-   unpack ${x}
-   if [[ ${x} == *.tar.gz ]]; then
-   go_package=$(get_archive_go_package ${x})
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/serf/, app-admin/serf/files/

2017-09-01 Thread Zac Medico
commit: 04685db032d949f93e0138d513da793e27d078e1
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 21:28:55 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 21:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04685db0

app-admin/serf: revbump to 0.8.1-r1 for bug 628654

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/serf/files/serf.initd   | 15 ++-
 .../serf/{serf-0.8.1.ebuild => serf-0.8.1-r1.ebuild}  |  0
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/app-admin/serf/files/serf.initd b/app-admin/serf/files/serf.initd
index 3959f312015..042e4f8018a 100644
--- a/app-admin/serf/files/serf.initd
+++ b/app-admin/serf/files/serf.initd
@@ -5,7 +5,7 @@
 description="serf agent"
 extra_started_commands="reload"
 group=${group:-${RC_SVCNAME}}
-pidfile=${pidfile:-"/run/${RC_SVCNAME}/${RC_SVCNAME}.pid"}
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
 user=${user:-${RC_SVCNAME}}
 
 command="/usr/bin/${RC_SVCNAME}"
@@ -14,10 +14,10 @@ command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
--stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
--stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
+stopsig="SIGINT"
 
 depend() {
need net
-   after net
 }
 
 reload() {
@@ -25,14 +25,3 @@ reload() {
${command} reload
eend $?
 }
-
-start_pre() {
-   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
-}
-
-stop() {
-   # SIGINT is required for graceful shutdown of serf agent
-   ebegin "Stopping ${RC_SVCNAME}"
-   start-stop-daemon --stop --signal SIGINT --pidfile "${pidfile}"
-   eend $?
-}

diff --git a/app-admin/serf/serf-0.8.1.ebuild 
b/app-admin/serf/serf-0.8.1-r1.ebuild
similarity index 100%
rename from app-admin/serf/serf-0.8.1.ebuild
rename to app-admin/serf/serf-0.8.1-r1.ebuild



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

2017-09-01 Thread Andreas Sturmlechner
commit: 569cfaf9e7dfaea82f9bbbe4ca912343a7d31da0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 23:21:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569cfaf9

dev-libs/qtkeychain: 0.8.0 version bump

Dropping USE=qt4,qt5
Adding gnome-keyring

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/qtkeychain/Manifest|  1 +
 dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest
index 58d71dba05a..1d70641bd4c 100644
--- a/dev-libs/qtkeychain/Manifest
+++ b/dev-libs/qtkeychain/Manifest
@@ -1 +1,2 @@
 DIST qtkeychain-0.7.0.tar.gz 18913 SHA256 
9f9afaae8e909391d7fc932bac95e38befaac5b2eb49f6623a8efec60a2e6a3a SHA512 
b7e98fa6c7f6a8a5e4d79468366b30c859db4edf08984d685d2cd8d87c5ab60b5f4769b5af96c8d9ca306111e46a63e4d23be7c07d77d6c3492f2e81ae8cd88b
 WHIRLPOOL 
325684232485cc4a24e41015ccdc6cdc0e2f0e5671b092e151489ab2e3bb241aa3fabdeb4ff6a0456c5732514c4079a548cb462d7151c7193c7c08664fa436f8
+DIST qtkeychain-0.8.0.tar.gz 34686 SHA256 
b492f603197538bc04b2714105b1ab2b327a9a98d400d53d9a7cb70edd2db12f SHA512 
be83ebc665a7916e96a2fd9990c72cd29373196591cf557fa6f9691f332ab67cc5475cab240c3e50e76cb37e0b7f189f0a1f2c3a70a6f655918e1d2465ed2f33
 WHIRLPOOL 
ce98b3b4204991bf5dd73aa7ce70dea7df9994869839ad11f73b789102e6e9e75f38323c224af1134066126f927c6ebe31798168976ea0f44a85103367a8f354

diff --git a/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild 
b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
new file mode 100644
index 000..c82410ffc7a
--- /dev/null
+++ b/dev-libs/qtkeychain/qtkeychain-0.8.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Qt API for storing passwords securely"
+HOMEPAGE="https://github.com/frankosterfeld/qtkeychain;
+SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome-keyring"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+"
+DEPEND="${RDEPEND}
+   gnome-keyring? ( gnome-base/libgnome-keyring )
+   dev-qt/linguist-tools:5
+"
+
+DOCS=( ChangeLog ReadMe.txt )
+
+src_configure() {
+   local mycmakeargs+=(
+   -DBUILD_WITH_QT4=OFF
+   -DQTKEYCHAIN_STATIC=OFF
+   -DBUILD_TRANSLATIONS=ON
+   -DLIBSECRET_SUPPORT=$(usex gnome-keyring)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/, mail-client/trojita/, net-misc/nextcloud-client/, ...

2017-09-01 Thread Andreas Sturmlechner
commit: 15935f2796bef426641e58823d1ae01eedfc273f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 23:00:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:40:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15935f27

dev-libs/qtkeychain: Prepare rdeps for dropping USE=qt5

 kde-misc/kio-gdrive/kio-gdrive-1.2.0.1.ebuild  | 2 +-
 mail-client/trojita/trojita-0.7-r2.ebuild  | 2 +-
 mail-client/trojita/trojita-.ebuild| 2 +-
 media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild  | 2 +-
 media-sound/tomahawk/tomahawk-.ebuild  | 2 +-
 net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild | 2 +-
 net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild| 2 +-
 net-misc/owncloud-client/owncloud-client-2.3.1.ebuild  | 2 +-
 net-misc/owncloud-client/owncloud-client-2.3.2-r1.ebuild   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.0.1.ebuild 
b/kde-misc/kio-gdrive/kio-gdrive-1.2.0.1.ebuild
index dbf0238b300..e4dbff89ec3 100644
--- a/kde-misc/kio-gdrive/kio-gdrive-1.2.0.1.ebuild
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.2.0.1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(add_kdeapps_dep libkgapi)
$(add_qt_dep qtwidgets)
kaccounts? ( $(add_kdeapps_dep kaccounts-integration) )
-   !kaccounts? ( dev-libs/qtkeychain:=[qt5] )
+   !kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
 "
 DEPEND="${RDEPEND}
$(add_qt_dep qtgui)

diff --git a/mail-client/trojita/trojita-0.7-r2.ebuild 
b/mail-client/trojita/trojita-0.7-r2.ebuild
index f283ed20238..bc979f3f5ee 100644
--- a/mail-client/trojita/trojita-0.7-r2.ebuild
+++ b/mail-client/trojita/trojita-0.7-r2.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
dev-libs/mimetic
)
dbus? ( dev-qt/qtdbus:5 )
-   password? ( dev-libs/qtkeychain[qt5] )
+   password? ( dev-libs/qtkeychain[qt5(+)] )
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}

diff --git a/mail-client/trojita/trojita-.ebuild 
b/mail-client/trojita/trojita-.ebuild
index b29c7c68baf..919326db5b1 100644
--- a/mail-client/trojita/trojita-.ebuild
+++ b/mail-client/trojita/trojita-.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
>=app-crypt/gpgme-1.8.0[cxx,qt5]
)
dbus? ( dev-qt/qtdbus:5 )
-   password? ( dev-libs/qtkeychain[qt5] )
+   password? ( dev-libs/qtkeychain[qt5(+)] )
zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild 
b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
index 9185d511544..b0e1a69efeb 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
@@ -35,7 +35,7 @@ CDEPEND="
dev-cpp/lucene++
dev-cpp/sparsehash
dev-libs/boost:=
-   dev-libs/qtkeychain:=[qt5]
+   dev-libs/qtkeychain:=[qt5(+)]
>=dev-libs/quazip-0.7.2[qt5]
media-libs/liblastfm[qt5]
>=media-libs/taglib-1.8.0

diff --git a/media-sound/tomahawk/tomahawk-.ebuild 
b/media-sound/tomahawk/tomahawk-.ebuild
index fe4249953a2..e433366a995 100644
--- a/media-sound/tomahawk/tomahawk-.ebuild
+++ b/media-sound/tomahawk/tomahawk-.ebuild
@@ -34,7 +34,7 @@ CDEPEND="
dev-cpp/lucene++
dev-cpp/sparsehash
dev-libs/boost:=
-   dev-libs/qtkeychain:=[qt5]
+   dev-libs/qtkeychain:=[qt5(+)]
>=dev-libs/quazip-0.7.2[qt5]
media-libs/liblastfm[qt5]
>=media-libs/taglib-1.8.0

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
index 27ba48e9612..01e8d34e154 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.1-r2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc dolphin nautilus samba +sftp shibboleth test"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   dev-libs/qtkeychain[qt5]
+   dev-libs/qtkeychain[qt5(+)]
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
index 27ba48e9612..01e8d34e154 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.3.2.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc dolphin nautilus samba +sftp shibboleth test"
 
 COMMON_DEPEND=">=dev-db/sqlite-3.4:3
-   dev-libs/qtkeychain[qt5]
+   dev-libs/qtkeychain[qt5(+)]
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtdbus:5

diff --git a/net-misc/owncloud-client/owncloud-client-2.3.1.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.3.1.ebuild
index f98d38c8e39..dc30d73d71a 

[gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/, net-firewall/pglinux/, lxqt-base/lxqt-policykit/, ...

2017-09-01 Thread Andreas Sturmlechner
commit: 291ab3d74fa7035a74238b3b89574d5c341f361a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 22:23:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291ab3d7

sys-auth/polkit-qt: Prepare rdeps for dropping USE=qt5

 app-admin/calamares/calamares-3.1.1.ebuild | 2 +-
 kde-frameworks/kauth/kauth-5.34.0.ebuild   | 2 +-
 kde-frameworks/kauth/kauth-5.37.0.ebuild   | 2 +-
 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.4.ebuild | 2 +-
 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild | 2 +-
 lxqt-base/lxqt-policykit/lxqt-policykit-0.10.0.ebuild  | 2 +-
 lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild  | 2 +-
 net-firewall/pglinux/pglinux-2.3.1.ebuild  | 2 +-
 sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild   | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/app-admin/calamares/calamares-3.1.1.ebuild 
b/app-admin/calamares/calamares-3.1.1.ebuild
index 2f8dcae242f..780fcfe4fd0 100644
--- a/app-admin/calamares/calamares-3.1.1.ebuild
+++ b/app-admin/calamares/calamares-3.1.1.ebuild
@@ -35,7 +35,7 @@ DEPEND="${PYTHON_DEPS}
>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
sys-apps/dbus
sys-apps/dmidecode
-   sys-auth/polkit-qt[qt5]
+   sys-auth/polkit-qt[qt5(+)]
>=sys-libs/kpmcore-3.0.3:5=
pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] )
 "

diff --git a/kde-frameworks/kauth/kauth-5.34.0.ebuild 
b/kde-frameworks/kauth/kauth-5.34.0.ebuild
index d8041e355f9..337ed3ca199 100644
--- a/kde-frameworks/kauth/kauth-5.34.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.34.0.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
$(add_qt_dep qtdbus '' '' '5=')
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   policykit? ( sys-auth/polkit-qt[qt5] )
+   policykit? ( sys-auth/polkit-qt[qt5(+)] )
 "
 DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )

diff --git a/kde-frameworks/kauth/kauth-5.37.0.ebuild 
b/kde-frameworks/kauth/kauth-5.37.0.ebuild
index 0b7ce29ed9c..4852c2fb783 100644
--- a/kde-frameworks/kauth/kauth-5.37.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.37.0.ebuild
@@ -16,7 +16,7 @@ RDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   policykit? ( sys-auth/polkit-qt[qt5] )
+   policykit? ( sys-auth/polkit-qt[qt5(+)] )
 "
 DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.4.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.4.ebuild
index 7c0a6a461f8..b3dc601bc2e 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.4.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.4.ebuild
@@ -22,7 +22,7 @@ DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5] )
+   || ( $(add_frameworks_dep polkit-qt) 
>=sys-auth/polkit-qt-0.112.0[qt5(+)] )
 "
 RDEPEND="${DEPEND}
!sys-auth/polkit-kde-agent:4[-minimal(-)]

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild
index cd45f320916..750ab00830d 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.5.ebuild
@@ -22,7 +22,7 @@ DEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
-   || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5] )
+   || ( $(add_frameworks_dep polkit-qt) 
>=sys-auth/polkit-qt-0.112.0[qt5(+)] )
 "
 RDEPEND="${DEPEND}
!sys-auth/polkit-kde-agent:4[-minimal(-)]

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.10.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-0.10.0.ebuild
index f758d566c12..e948c748b90 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.10.0.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.10.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
-   sys-auth/polkit-qt[qt5(-)]"
+   sys-auth/polkit-qt[qt5(+)]"
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig"

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild
index 8e0fb7de51f..81201d0cb42 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
dev-qt/qtxml:5
~lxqt-base/liblxqt-${PV}
>=dev-libs/libqtxdg-1.0.0
-   sys-auth/polkit-qt[qt5(-)]"
+   sys-auth/polkit-qt[qt5(+)]"
 DEPEND="${RDEPEND}

[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-09-01 Thread Andreas Sturmlechner
commit: e9d2337e625de1bc32be63d33d5e3545404cc2de
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 22:29:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d2337e

sys-auth/polkit-qt: Drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../polkit-qt/polkit-qt-0.112.0_p20160416.ebuild   | 79 --
 1 file changed, 79 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
deleted file mode 100644
index 30f4a1d5800..000
--- a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/qt/qt-1}"
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="PolicyKit Qt4 API wrapper library"
-HOMEPAGE="https://www.kde.org/;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="debug examples qt4 +qt5"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-   dev-libs/glib:2
-   >=sys-auth/polkit-0.103
-   qt4? (
-   dev-qt/qtcore:4[glib]
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   examples? ( dev-qt/qtxml:5 )
-   )
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS README README.porting TODO )
-
-S=${WORKDIR}/${MY_P}
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=()
-   use qt4 && MULTIBUILD_VARIANTS+=( qt4 )
-   use qt5 && MULTIBUILD_VARIANTS+=( qt5 )
-}
-
-src_configure() {
-   myconfigure() {
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DBUILD_EXAMPLES=$(usex examples)
-   )
-
-   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
-   mycmakeargs+=( -DUSE_QT4=ON )
-   fi
-   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
-   mycmakeargs+=( -DUSE_QT5=ON )
-   fi
-
-   cmake-utils_src_configure
-   }
-
-   multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-   multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_test() {
-   multibuild_foreach_variant cmake-utils_src_test
-}
-
-src_install() {
-   multibuild_foreach_variant cmake-utils_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-qt/

2017-09-01 Thread Andreas Sturmlechner
commit: 69fc96c2242e00c249a42df6a5db279b7f49a57e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Aug 31 22:28:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:34:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fc96c2

sys-auth/polkit-qt: Drop USE=qt5, build it unconditionally

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../polkit-qt-0.112.0_p20160416-r1.ebuild  | 73 ++
 1 file changed, 73 insertions(+)

diff --git a/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild 
b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
new file mode 100644
index 000..add07a53914
--- /dev/null
+++ b/sys-auth/polkit-qt/polkit-qt-0.112.0_p20160416-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/qt/qt-1}"
+
+inherit cmake-utils multibuild
+
+DESCRIPTION="PolicyKit Qt API wrapper library"
+HOMEPAGE="https://www.kde.org/;
+SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="debug examples qt4"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sys-auth/polkit-0.103
+   examples? ( dev-qt/qtxml:5 )
+   qt4? (
+   dev-qt/qtcore:4[glib]
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4[glib]
+   )
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS README README.porting TODO )
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
+}
+
+src_configure() {
+   myconfigure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DBUILD_EXAMPLES=$(usex examples)
+   )
+
+   if [[ ${MULTIBUILD_VARIANT} = qt4 ]] ; then
+   mycmakeargs+=( -DUSE_QT4=ON )
+   fi
+   if [[ ${MULTIBUILD_VARIANT} = qt5 ]] ; then
+   mycmakeargs+=( -DUSE_QT5=ON )
+   fi
+
+   cmake-utils_src_configure
+   }
+
+   multibuild_foreach_variant myconfigure
+}
+
+src_compile() {
+   multibuild_foreach_variant cmake-utils_src_compile
+}
+
+src_test() {
+   multibuild_foreach_variant cmake-utils_src_test
+}
+
+src_install() {
+   multibuild_foreach_variant cmake-utils_src_install
+}



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

2017-09-01 Thread Andreas Sturmlechner
commit: dd0766617aeb7fd56a310e7f1a7d470eae30f282
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 21:22:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:22:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd076661

Documentation: Re-add kde-apps/palapeli

 .../package.accept_keywords/.kde-applications-live/kdegames-live | 1 +
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 +
 Documentation/package.mask/kde-applications-live | 1 +
 Documentation/package.unmask/kde-applications-live   | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
index 91cc8dc234..946228aa77 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdegames-live
@@ -37,4 +37,5 @@
 ~kde-apps/libkdegames- **
 ~kde-apps/libkmahjongg- **
 ~kde-apps/lskat- **
+~kde-apps/palapeli- **
 ~kde-apps/picmi- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index f15bf8bfc2..374b47e8e2 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -88,6 +88,7 @@
 ~kde-apps/libkdegames- **
 ~kde-apps/libkmahjongg- **
 ~kde-apps/lskat- **
+~kde-apps/palapeli- **
 ~kde-apps/picmi- **
 ~kde-apps/gwenview- **
 ~kde-apps/kamera- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index a02fe6a74a..76f624a746 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -78,6 +78,7 @@
 ~kde-apps/libkdegames-
 ~kde-apps/libkmahjongg-
 ~kde-apps/lskat-
+~kde-apps/palapeli-
 ~kde-apps/picmi-
 ~kde-apps/gwenview-
 ~kde-apps/kamera-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index a02fe6a74a..76f624a746 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -78,6 +78,7 @@
 ~kde-apps/libkdegames-
 ~kde-apps/libkmahjongg-
 ~kde-apps/lskat-
+~kde-apps/palapeli-
 ~kde-apps/picmi-
 ~kde-apps/gwenview-
 ~kde-apps/kamera-



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

2017-09-01 Thread Andreas Sturmlechner
commit: 1ca8e48ea48a015ee3246112c5c9c48b394a581d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 21:21:08 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:21:08 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1ca8e48e

kde-apps/kdegames-meta: Re-add kde-apps/palapeli

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/kdegames-meta/kdegames-meta-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-apps/kdegames-meta/kdegames-meta-.ebuild 
b/kde-apps/kdegames-meta/kdegames-meta-.ebuild
index ee1125c6f4..0e34db1c53 100644
--- a/kde-apps/kdegames-meta/kdegames-meta-.ebuild
+++ b/kde-apps/kdegames-meta/kdegames-meta-.ebuild
@@ -46,6 +46,7 @@ RDEPEND="
$(add_kdeapps_dep libkdegames)
$(add_kdeapps_dep libkmahjongg)
$(add_kdeapps_dep lskat)
+   $(add_kdeapps_dep palapeli)
$(add_kdeapps_dep picmi)
opengl? (
$(add_kdeapps_dep ksudoku)



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

2017-09-01 Thread Andreas Sturmlechner
commit: 19b5a3ac6ade594ce0a9e04ac3b50b8b59a114c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 21:19:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:19:59 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=19b5a3ac

kde-apps/palapeli: Frameworks merged to master

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-apps/palapeli/palapeli-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/palapeli/palapeli-.ebuild 
b/kde-apps/palapeli/palapeli-.ebuild
index 10e0963945..662fa292c0 100644
--- a/kde-apps/palapeli/palapeli-.ebuild
+++ b/kde-apps/palapeli/palapeli-.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 
-EGIT_BRANCH="frameworks"
 KDE_HANDBOOK="optional"
 inherit kde5
 



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

2017-09-01 Thread Andreas Sturmlechner
commit: 13ca53b66774d9a87deb67db1fc4f07d9f803302
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep  1 21:21:18 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Sep  1 21:21:18 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=13ca53b6

sets: Re-add kde-apps/palapeli to kdegames-live

 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index f001a9d7ad..c01102bfad 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -37,4 +37,5 @@
 ~kde-apps/libkdegames-
 ~kde-apps/libkmahjongg-
 ~kde-apps/lskat-
+~kde-apps/palapeli-
 ~kde-apps/picmi-



[gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/files/, app-admin/consul-template/

2017-09-01 Thread Zac Medico
commit: 1669cd44bdc753d25f560e6963f2151893ceda0f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 21:09:21 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 21:15:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1669cd44

app-admin/consul-template: revbump to 0.18.5-r1 for bug 628542

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 ...8.5.ebuild => consul-template-0.18.5-r1.ebuild} |  0
 .../consul-template/files/consul-template.initd| 29 +++---
 2 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/app-admin/consul-template/consul-template-0.18.5.ebuild 
b/app-admin/consul-template/consul-template-0.18.5-r1.ebuild
similarity index 100%
rename from app-admin/consul-template/consul-template-0.18.5.ebuild
rename to app-admin/consul-template/consul-template-0.18.5-r1.ebuild

diff --git a/app-admin/consul-template/files/consul-template.initd 
b/app-admin/consul-template/files/consul-template.initd
index 8274f7dab3f..f968d8d0861 100644
--- a/app-admin/consul-template/files/consul-template.initd
+++ b/app-admin/consul-template/files/consul-template.initd
@@ -1,31 +1,20 @@
 #!/sbin/openrc-run
-# Copyright 2015-2016 Gentoo Foundation
+# Copyright 2015-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 description="consul-template agent"
-group=${group:-${SVCNAME}}
-pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
-user=${user:-${SVCNAME}}
+user=${user:-${RC_SVCNAME}}
+group=${group:-${RC_SVCNAME}}
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
 
-command="/usr/bin/${SVCNAME}"
-command_args="agent -config-dir=/etc/consul-template.d ${command_args}"
+command="/usr/bin/${RC_SVCNAME}"
+command_args="-config=/etc/consul-template.d ${command_args}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
-   --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
-   --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
+   --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+   --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
+stopsig="SIGINT"
 
 depend() {
need net
-   after net
-}
-
-start_pre() {
-   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
-}
-
-stop() {
-   # SIGINT is required for graceful shutdown of consul-template
-   ebegin "Stopping ${SVCNAME}"
-   start-stop-daemon --stop --signal SIGINT --pidfile "${pidfile}"
-   eend $?
 }



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

2017-09-01 Thread Lars Wendler
commit: 81632e06ec57e682d8c6b4b68a7a8f9d2009fa58
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:47:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81632e06

sys-libs/libblockdev: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/libblockdev/Manifest|  1 -
 sys-libs/libblockdev/libblockdev-2.10.ebuild | 82 
 2 files changed, 83 deletions(-)

diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
index eee7f34c610..e7e86887312 100644
--- a/sys-libs/libblockdev/Manifest
+++ b/sys-libs/libblockdev/Manifest
@@ -1,3 +1,2 @@
-DIST libblockdev-2.10-1.tar.gz 247964 SHA256 
67de96cb26e7d2e127e1e43bdf8e3456fc3b4b53fc62c6000d31d3b055775ecf SHA512 
f808fd327b0e250cfb97a06ea716b5eb5c6812301b7da1cd6b757b3af44ceca038fe549f607b71fa395cfb1da6c70c20c8a224953fbc30ebe36c3d0e897eb15b
 WHIRLPOOL 
a8dc24fd5b9dfc53c45c1024733bb98fed7b3f103b85457f6ca479cda4d55f94b38fd660900b18ee748baab0c1dbf594caf10ef3cc7de21bfa4873ea7ebec39f
 DIST libblockdev-2.11-1.tar.gz 248932 SHA256 
fd0d51be0e18149e4234f1a63c36493238c68a4a98d837136cbbcfa116a238d1 SHA512 
986fc37c69755b262b9a093cd7e9c5be5b8225e2ff37ef4157db63eaa0f47298813971ef09c76d70b5da3881b8cd8f8c8c365a6e9da3fa52e8fc2875d560ab57
 WHIRLPOOL 
f68e10995b5caab286c3cbeb12a10d51c55afc2144fa0a3b8a7c3d9f73dfed68f51ae994fffc25e9c19da68cfd06c9b2f6c266bfd2d573cc21202382002de0bd
 DIST libblockdev-2.12-1.tar.gz 252590 SHA256 
3758d1ba88756756f498e52710c37df56eb6d9287c28cdd514ef7bbe6574566b SHA512 
d40ce3ae45edbe2c79fe0c86df8a22982bd94718cf82161ccd5d7759272eba9948d29e6ab26490f7ba8cb3630b0350ee3a659fba7da73056dc123db9c2535b2e
 WHIRLPOOL 
8d32fe6a153595e756c2fe8bf6fb5a3eaa8f88670843be7afaf0419270c2f4e4d7ce8e6fda705b34547d964e5eb7869b45951f2267c5830060ae8634c82c224d

diff --git a/sys-libs/libblockdev/libblockdev-2.10.ebuild 
b/sys-libs/libblockdev/libblockdev-2.10.ebuild
deleted file mode 100644
index 11dae613f10..000
--- a/sys-libs/libblockdev/libblockdev-2.10.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit autotools python-single-r1
-
-MY_PV="${PV}-1"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="A library for manipulating block devices"
-HOMEPAGE="https://github.com/rhinstaller/libblockdev;
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bcache crypt dmraid doc lvm kbd python test"
-
-CDEPEND="
-   >=dev-libs/glib-2.42.2
-   dev-libs/libbytesize
-   >=sys-apps/util-linux-2.27
-   >=sys-block/parted-3.1
-   crypt? (
-   >=dev-libs/nss-3.18.0
-   dev-libs/volume_key
-   >=sys-fs/cryptsetup-1.6.7
-   )
-   dmraid? (
-   sys-fs/dmraid
-   sys-fs/lvm2
-   )
-   lvm? (
-   sys-fs/lvm2
-   virtual/udev
-   )
-   kbd? ( >=sys-apps/kmod-19 )
-   python? ( ${PYTHON_DEPS} )
-"
-
-DEPEND="
-   ${CDEPEND}
-   >=dev-libs/gobject-introspection-1.3.0
-   doc? ( dev-util/gtk-doc )
-"
-
-RDEPEND="
-   ${CDEPEND}
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --with-btrfs
-   --with-fs
-   --with-part
-   --without-mpath
-   $(use_enable test tests)
-   $(use_with bcache)
-   $(use_with crypt crypto)
-   $(use_with dmraid dm)
-   $(use_with doc gtk-doc)
-   $(use_with lvm lvm)
-   $(use_with lvm lvm-dbus)
-   $(use_with kbd)
-   $(use_with python python3)
-   )
-   econf "${myeconfargs[@]}"
-}



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

2017-09-01 Thread Lars Wendler
commit: 102baa282bb124e37febc17d24e9b84767272fc4
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:42:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102baa28

media-libs/gd: Bump to version 2.2.5

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/gd/Manifest|  1 +
 media-libs/gd/gd-2.2.5.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/media-libs/gd/Manifest b/media-libs/gd/Manifest
index cc46b94908b..4cc99d4511f 100644
--- a/media-libs/gd/Manifest
+++ b/media-libs/gd/Manifest
@@ -1 +1,2 @@
 DIST libgd-2.2.4.tar.xz 2478528 SHA256 
137f13a7eb93ce72e32ccd7cebdab6874f8cf7ddf31d3a455a68e016ecd9e4e6 SHA512 
07903f322c4f6ab392508b0f60c38ca133699111ea92995dc6cd9379210d598bcb24a46c19657884d9e252f8663d0ee8c89c600e3a382a5ae598198c190f39b5
 WHIRLPOOL 
eb00e684e8db02e649b3e6e2e76e7eff1e7aaa08995d78cef429b2b2053798aa1a44cd5b5eed5d3bc042394e72096d90ccc238ab3759e11fd543c80b697d0d91
+DIST libgd-2.2.5.tar.xz 2594092 SHA256 
8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51 SHA512 
e4598e17a277a75e02255402182cab139cb3f2cffcd68ec05cc10bbeaf6bc7aa39162c3445cd4a7efc1a26b72b9152bbedb187351e3ed099ea51767319997a6b
 WHIRLPOOL 
0ca5f05ebf03ec38caa028862379c3ad78da0a28b933a150b7635135807aa0a7d6bb85f4e9c206dd0ba0d3ce8ef64cc1ba1a3d929f0aad737a6b48d4453e33ef

diff --git a/media-libs/gd/gd-2.2.5.ebuild b/media-libs/gd/gd-2.2.5.ebuild
new file mode 100644
index 000..3db0e012734
--- /dev/null
+++ b/media-libs/gd/gd-2.2.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit libtool ltprune multilib-minimal
+
+DESCRIPTION="A graphics library for fast image creation"
+HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/;
+SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz;
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="prefix? ( fontconfig )"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+   xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}/lib${P}"
+
+src_prepare() {
+   default
+   elibtoolize  # for shared library on Solaris
+}
+
+multilib_src_configure() {
+   # we aren't actually {en,dis}abling X here ... the configure
+   # script uses it just to add explicit -I/-L paths which we
+   # don't care about on Gentoo systems.
+   local myeconfargs=(
+   --disable-werror
+   --without-x
+   --without-liq
+   $(use_enable static-libs static)
+   $(use_with fontconfig)
+   $(use_with png)
+   $(use_with tiff)
+   $(use_with truetype freetype)
+   $(use_with jpeg)
+   $(use_with webp)
+   $(use_with xpm)
+   $(use_with zlib)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   dodoc README.md
+   prune_libtool_files
+}



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

2017-09-01 Thread Lars Wendler
commit: 304a500747753205f5e405550fca2a289e1120e9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:54:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304a5007

net-fs/samba: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-fs/samba/Manifest   |   3 -
 net-fs/samba/samba-4.5.12-r1.ebuild | 280 -
 net-fs/samba/samba-4.6.6.ebuild | 302 
 3 files changed, 585 deletions(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 7c7569f99ba..3fd3b36bb58 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -1,10 +1,7 @@
 DIST samba-4.2.14.tar.gz 20883281 SHA256 
db820a9947e44f04b0eb25e4aa0c3db32c4042fca541775ee8e2905093e888e6 SHA512 
269dd74ba788657434f51ac70953a293c94bcf98280eaa6f44634c5da54169a5ea7865d543a7c23860c4750a40cdee7caeaf5c7fc3dbc137f444e90f31a09890
 WHIRLPOOL 
925369c2f9c222d718bf4aacc7b1a83b8275acd96bbc1eca52ad96c86847327807560674ee9b180173d17a1e6109307ec4f70f1acbebe2efc8a9e67f2141e17d
 DIST samba-4.5.10.tar.gz 20989431 SHA256 
7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 
046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a
 WHIRLPOOL 
2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 SHA256 
8db451910c3d46fc715203e0b674c49846528cf864c381520dc93de20a3637d3 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 WHIRLPOOL 
641d429fc4865e12e89bad28110b03ca87c6b658f59943f4d44c0b3a91fc49b5dc90e496a8a9d391c2897aec87fc43ea1c9a26084f3394b1883ad9755fd0eca3
-DIST samba-4.5.12.tar.gz 21011562 SHA256 
f4c17123e3cc852a5ecc7e38884b00deab57632b9519aebc243e2a94b9b5ace4 SHA512 
797ef6b1aebd7122f4630e3a591301162d3b3bdab70509ed78aca71a321d53c635164bbfb192922d19245b45e6333ff132e89fc35954f56e33970af4cc5bd604
 WHIRLPOOL 
e7f58275f514652678f760446b5a9a3646e008657bedcacdbee7a625d011abc99c8cc04f04109df0e2b38253f9020387376ec84f233c9ac25554c96499a4fa4b
 DIST samba-4.5.13.tar.gz 21013879 SHA256 
5fc4762d2259469bfb0067c10f77378cb720f2ebdaf2f37b5ca1918dbe84d04d SHA512 
c495dffeee4dd83d710182713c8a0e6730f250fab2d03b62cc0f5354497fbc41d5140d7dea5c4089c026a7e9b820e48c94806bbc44b6594c9e5bad977793eb4a
 WHIRLPOOL 
9e720801f44ac7fab65c748dd24c52763b8568d1af73b64006d847c53604df0a7f3d4febeac2dd467c2fd1c3940b86253c37f99e2e2f39028d43acc4f99668ee
-DIST samba-4.6.0-disable-python-patches.tar.xz 7544 SHA256 
508adeea65604ef8f4da006504de7c27bed56d7003db1166dc5d3b01f5a6be6e SHA512 
07de2c0877aff31069ed0ab4fbe1c2272c854ae898ee5300a3b176ba31a218b05acff0b5120a5da0995592e7877c607865d2194c992df17b27c993836f58a654
 WHIRLPOOL 
12888f2ebf8d4ed5619860b2e6929599022b8ab1245970a5e1258f26e89aca1f87ab58fa54c7300dbd79a0c8fd6955e12c8aca6eeca246cdf06661d53ca3f6dd
-DIST samba-4.6.6.tar.gz 21120791 SHA256 
fc31c809f7d85ae30f2b7dcddcb8404201b626047458cb5f2b743d4f6f3f1a8e SHA512 
e06bdc83f44c449212f2e45a902e2ca547505a75e970166259b91d2093fb442cdfd456e724d0e842b674b4b8d5bdbe9072996d768c08ebd979a44b2494a59799
 WHIRLPOOL 
eee4bc7e6d5a102b4ab7146354afd7501bc4ad6a3af1aa63ffecf7eb54dc04f113248048157ca9e8c9cd3c21a0931b0fae1d8dc7232e29a92ebbf5d6cccd4c55
 DIST samba-4.6.7-disable-python-patches.tar.xz 8896 SHA256 
33702adba80e9886625fda8cba46d4017ae603f5d9cf9d3dc78e5ef30ff6f5eb SHA512 
c45e548a49735e17b568bebf07dc7409de3de0f93256d1dcf345d2723a27d22a51d860ed921785354fda691f83be4eca3b9d618d5c332438ebf97518a01983eb
 WHIRLPOOL 
1cb176480b8583369e1085c8e122958112c0d13aa8ba78cd57dfd04b17c7d8f0a0664a43d277deba86775f1944eab052f4fb9459f64506215ae25184c86cbe40
 DIST samba-4.6.7.tar.gz 21137329 SHA256 
9ef24393de08390f236cabccd6a420b5cea304e959cbf1a99ff317325db3ddfa SHA512 
394c28204bae4134e6a9d2e5b8f087a425dc4ac4ceecd8b29315acff1a92349d40ef0b6a9cc34f5ad18ff5ec9979199837c87f687858cb4e6687968284303aa5
 WHIRLPOOL 
14282c4a88a22f932099ef47dc50f57c5fef87d6909d529d3eb837b6e958f490a5fd64ce1a5dfdd36eab5ac82b41583736953be2be279f70f0491c61fd1d0d92
 DIST samba-4.7.0rc5.tar.gz 16801572 SHA256 
a651d81507b8e73a503067a476989d37111984f62cc49ac7525757ea2fec7fd3 SHA512 
249c9a95910550bc0d4b4d3f78bc2cfe442030d5a79403f2a076fe1fd0e2d698b794387518da5c2252b15237ae138e37b0be8acfec8a4fbd0a907af017522a64
 WHIRLPOOL 
d004e08c21ee6bf6da6c7a830769c604f23ccd953c96a6654ed85dcd0324da631d8115c59a65cf00d0dab9cd26268858993d6b15f89eaa6b7137f9bc80964e4b

diff --git a/net-fs/samba/samba-4.5.12-r1.ebuild 
b/net-fs/samba/samba-4.5.12-r1.ebuild
deleted file mode 100644
index c02d56fa244..000
--- a/net-fs/samba/samba-4.5.12-r1.ebuild
+++ /dev/null
@@ -1,280 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU 

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

2017-09-01 Thread Lars Wendler
commit: b5a9aa612bea80bdeda04d287639230d67d5ba56
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:53:03 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a9aa61

net-fs/samba: Bump to version 4.5.13

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-fs/samba/Manifest|   1 +
 net-fs/samba/samba-4.5.13.ebuild | 280 +++
 2 files changed, 281 insertions(+)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index eb8a380e4bf..7c7569f99ba 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -2,6 +2,7 @@ DIST samba-4.2.14.tar.gz 20883281 SHA256 
db820a9947e44f04b0eb25e4aa0c3db32c4042f
 DIST samba-4.5.10.tar.gz 20989431 SHA256 
7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 SHA512 
046bae9c66083a4fe656d6a7b02b64343c66e0ea4925193a898dbda107b5b158d1897f16c36f4c393a30457a49215fa6ef91720367f4946760ec48ce02a4a68a
 WHIRLPOOL 
2359a40337c2a85c17e3c860a8531c21ec5cf3c180dfd5a1e554f2eb5e10576a8b706464d490e008af441d9ce6a14043112d621d8e140461806c97947362933a
 DIST samba-4.5.11-disable-python-patches.tar.xz 6292 SHA256 
8db451910c3d46fc715203e0b674c49846528cf864c381520dc93de20a3637d3 SHA512 
f0e3076e3e1ecaae3f06b3ef30efc81719fb3f63a1041dcbdae4b62ca4cf693732f9eb16f047d046d4930136fed82194e82b455ea888e12cf845b3e6a122d57d
 WHIRLPOOL 
641d429fc4865e12e89bad28110b03ca87c6b658f59943f4d44c0b3a91fc49b5dc90e496a8a9d391c2897aec87fc43ea1c9a26084f3394b1883ad9755fd0eca3
 DIST samba-4.5.12.tar.gz 21011562 SHA256 
f4c17123e3cc852a5ecc7e38884b00deab57632b9519aebc243e2a94b9b5ace4 SHA512 
797ef6b1aebd7122f4630e3a591301162d3b3bdab70509ed78aca71a321d53c635164bbfb192922d19245b45e6333ff132e89fc35954f56e33970af4cc5bd604
 WHIRLPOOL 
e7f58275f514652678f760446b5a9a3646e008657bedcacdbee7a625d011abc99c8cc04f04109df0e2b38253f9020387376ec84f233c9ac25554c96499a4fa4b
+DIST samba-4.5.13.tar.gz 21013879 SHA256 
5fc4762d2259469bfb0067c10f77378cb720f2ebdaf2f37b5ca1918dbe84d04d SHA512 
c495dffeee4dd83d710182713c8a0e6730f250fab2d03b62cc0f5354497fbc41d5140d7dea5c4089c026a7e9b820e48c94806bbc44b6594c9e5bad977793eb4a
 WHIRLPOOL 
9e720801f44ac7fab65c748dd24c52763b8568d1af73b64006d847c53604df0a7f3d4febeac2dd467c2fd1c3940b86253c37f99e2e2f39028d43acc4f99668ee
 DIST samba-4.6.0-disable-python-patches.tar.xz 7544 SHA256 
508adeea65604ef8f4da006504de7c27bed56d7003db1166dc5d3b01f5a6be6e SHA512 
07de2c0877aff31069ed0ab4fbe1c2272c854ae898ee5300a3b176ba31a218b05acff0b5120a5da0995592e7877c607865d2194c992df17b27c993836f58a654
 WHIRLPOOL 
12888f2ebf8d4ed5619860b2e6929599022b8ab1245970a5e1258f26e89aca1f87ab58fa54c7300dbd79a0c8fd6955e12c8aca6eeca246cdf06661d53ca3f6dd
 DIST samba-4.6.6.tar.gz 21120791 SHA256 
fc31c809f7d85ae30f2b7dcddcb8404201b626047458cb5f2b743d4f6f3f1a8e SHA512 
e06bdc83f44c449212f2e45a902e2ca547505a75e970166259b91d2093fb442cdfd456e724d0e842b674b4b8d5bdbe9072996d768c08ebd979a44b2494a59799
 WHIRLPOOL 
eee4bc7e6d5a102b4ab7146354afd7501bc4ad6a3af1aa63ffecf7eb54dc04f113248048157ca9e8c9cd3c21a0931b0fae1d8dc7232e29a92ebbf5d6cccd4c55
 DIST samba-4.6.7-disable-python-patches.tar.xz 8896 SHA256 
33702adba80e9886625fda8cba46d4017ae603f5d9cf9d3dc78e5ef30ff6f5eb SHA512 
c45e548a49735e17b568bebf07dc7409de3de0f93256d1dcf345d2723a27d22a51d860ed921785354fda691f83be4eca3b9d618d5c332438ebf97518a01983eb
 WHIRLPOOL 
1cb176480b8583369e1085c8e122958112c0d13aa8ba78cd57dfd04b17c7d8f0a0664a43d277deba86775f1944eab052f4fb9459f64506215ae25184c86cbe40

diff --git a/net-fs/samba/samba-4.5.13.ebuild b/net-fs/samba/samba-4.5.13.ebuild
new file mode 100644
index 000..c02d56fa244
--- /dev/null
+++ b/net-fs/samba/samba-4.5.13.ebuild
@@ -0,0 +1,280 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='threads(+),xml(+)'
+
+inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils
+
+MY_PV="${PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SRC_PATH="stable"
+[[ ${PV} = *_rc* ]] && SRC_PATH="rc"
+
+SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
+   
https://dev.gentoo.org/~polynomial-c/samba-4.5.11-disable-python-patches.tar.xz;
+[[ ${PV} = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="Samba Suite Version 4"
+HOMEPAGE="http://www.samba.org/;
+LICENSE="GPL-3"
+
+SLOT="0"
+
+IUSE="acl addc addns ads client cluster cups dmapi fam gnutls gpg iprint ldap 
pam
+quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind 
zeroconf"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/samba-4.0/policy.h
+   /usr/include/samba-4.0/dcerpc_server.h
+   /usr/include/samba-4.0/ctdb.h
+   /usr/include/samba-4.0/ctdb_client.h
+   /usr/include/samba-4.0/ctdb_protocol.h
+   /usr/include/samba-4.0/ctdb_private.h
+   /usr/include/samba-4.0/ctdb_typesafe_cb.h
+   

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

2017-09-01 Thread Lars Wendler
commit: 6b253bee5edaf2583f1bbeb09447cded76107f8e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:47:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b253bee

sys-libs/libblockdev: Bump to version 2.12

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-libs/libblockdev/Manifest|  1 +
 sys-libs/libblockdev/libblockdev-2.12.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/sys-libs/libblockdev/Manifest b/sys-libs/libblockdev/Manifest
index 7285212b40e..eee7f34c610 100644
--- a/sys-libs/libblockdev/Manifest
+++ b/sys-libs/libblockdev/Manifest
@@ -1,2 +1,3 @@
 DIST libblockdev-2.10-1.tar.gz 247964 SHA256 
67de96cb26e7d2e127e1e43bdf8e3456fc3b4b53fc62c6000d31d3b055775ecf SHA512 
f808fd327b0e250cfb97a06ea716b5eb5c6812301b7da1cd6b757b3af44ceca038fe549f607b71fa395cfb1da6c70c20c8a224953fbc30ebe36c3d0e897eb15b
 WHIRLPOOL 
a8dc24fd5b9dfc53c45c1024733bb98fed7b3f103b85457f6ca479cda4d55f94b38fd660900b18ee748baab0c1dbf594caf10ef3cc7de21bfa4873ea7ebec39f
 DIST libblockdev-2.11-1.tar.gz 248932 SHA256 
fd0d51be0e18149e4234f1a63c36493238c68a4a98d837136cbbcfa116a238d1 SHA512 
986fc37c69755b262b9a093cd7e9c5be5b8225e2ff37ef4157db63eaa0f47298813971ef09c76d70b5da3881b8cd8f8c8c365a6e9da3fa52e8fc2875d560ab57
 WHIRLPOOL 
f68e10995b5caab286c3cbeb12a10d51c55afc2144fa0a3b8a7c3d9f73dfed68f51ae994fffc25e9c19da68cfd06c9b2f6c266bfd2d573cc21202382002de0bd
+DIST libblockdev-2.12-1.tar.gz 252590 SHA256 
3758d1ba88756756f498e52710c37df56eb6d9287c28cdd514ef7bbe6574566b SHA512 
d40ce3ae45edbe2c79fe0c86df8a22982bd94718cf82161ccd5d7759272eba9948d29e6ab26490f7ba8cb3630b0350ee3a659fba7da73056dc123db9c2535b2e
 WHIRLPOOL 
8d32fe6a153595e756c2fe8bf6fb5a3eaa8f88670843be7afaf0419270c2f4e4d7ce8e6fda705b34547d964e5eb7869b45951f2267c5830060ae8634c82c224d

diff --git a/sys-libs/libblockdev/libblockdev-2.12.ebuild 
b/sys-libs/libblockdev/libblockdev-2.12.ebuild
new file mode 100644
index 000..1da1e81fbb7
--- /dev/null
+++ b/sys-libs/libblockdev/libblockdev-2.12.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit autotools python-single-r1
+
+MY_PV="${PV}-1"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="A library for manipulating block devices"
+HOMEPAGE="https://github.com/rhinstaller/libblockdev;
+SRC_URI="https://github.com/rhinstaller/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bcache +crypt dmraid doc lvm kbd python test"
+
+CDEPEND="
+   >=dev-libs/glib-2.42.2
+   dev-libs/libbytesize
+   >=sys-apps/util-linux-2.27
+   >=sys-block/parted-3.1
+   crypt? (
+   >=dev-libs/nss-3.18.0
+   dev-libs/volume_key
+   >=sys-fs/cryptsetup-1.6.7
+   )
+   dmraid? (
+   sys-fs/dmraid
+   sys-fs/lvm2
+   )
+   lvm? (
+   sys-fs/lvm2
+   virtual/udev
+   )
+   kbd? ( >=sys-apps/kmod-19 )
+   python? ( ${PYTHON_DEPS} )
+"
+
+DEPEND="
+   ${CDEPEND}
+   >=dev-libs/gobject-introspection-1.3.0
+   doc? ( dev-util/gtk-doc )
+"
+
+RDEPEND="
+   ${CDEPEND}
+"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-btrfs
+   --with-fs
+   --with-part
+   --without-mpath
+   $(use_enable test tests)
+   $(use_with bcache)
+   $(use_with crypt crypto)
+   $(use_with dmraid dm)
+   $(use_with doc gtk-doc)
+   $(use_with lvm lvm)
+   $(use_with lvm lvm-dbus)
+   $(use_with kbd)
+   $(use_with python python3)
+   )
+   econf "${myeconfargs[@]}"
+}



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

2017-09-01 Thread Lars Wendler
commit: b28fdac805f7f62b1671769a5a7eb8d0e4bfe646
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Sep  1 20:51:24 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Sep  1 20:54:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28fdac8

sys-fs/udisks: Depend on libblockdev[crypt] unconditionally (bug #628612).

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-fs/udisks/udisks-2.7.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-fs/udisks/udisks-2.7.2.ebuild 
b/sys-fs/udisks/udisks-2.7.2.ebuild
index cc75834dba0..0ddf5e552c1 100644
--- a/sys-fs/udisks/udisks-2.7.2.ebuild
+++ b/sys-fs/udisks/udisks-2.7.2.ebuild
@@ -19,11 +19,10 @@ COMMON_DEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/libatasmart-0.19
>=sys-auth/polkit-0.110
-   sys-libs/libblockdev[lvm?]
+   sys-libs/libblockdev[crypt,lvm?]
>=virtual/libgudev-165:=
virtual/udev
acl? ( virtual/acl )
-   cryptsetup? ( sys-libs/libblockdev[crypt] )
elogind? ( >=sys-auth/elogind-219 )
introspection? ( >=dev-libs/gobject-introspection-1.30:= )
lvm? ( sys-fs/lvm2 )



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

2017-09-01 Thread Ian Stakenvicius
commit: 2dfabde7e930d109f9643e70c700e0986a2de576
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Sep  1 20:16:39 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Sep  1 20:17:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfabde7

sys-boot/grub: update metadata to list me as the maintainer of grub-legacy

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-boot/grub/metadata.xml | 5 +
 1 file changed, 5 insertions(+)

diff --git a/sys-boot/grub/metadata.xml b/sys-boot/grub/metadata.xml
index 4cafb17e1a6..9070bcc5502 100644
--- a/sys-boot/grub/metadata.xml
+++ b/sys-boot/grub/metadata.xml
@@ -6,6 +6,11 @@
Mike Gilbert
GRUB2 only - do not assign bugs related to GRUB Legacy 
(0.97)
 
+
+   a...@gentoo.org
+   Ian Stakenvicius
+   GRUB-Legacy only - do not assign bugs related to 
GRUB2
+
 
base-sys...@gentoo.org
Gentoo Base System



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/

2017-09-01 Thread James Le Cuirot
commit: d7dfe5a829550364972e7fbac18cccf2a3824383
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  1 20:06:39 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  1 20:13:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dfe5a8

dev-java/commons-cli: 1.3.1 stable amd64, ppc64, x86 using ALLARCHES

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-java/commons-cli/commons-cli-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-cli/commons-cli-1.3.1.ebuild 
b/dev-java/commons-cli/commons-cli-1.3.1.ebuild
index e047a4e6822..5fb219354aa 100644
--- a/dev-java/commons-cli/commons-cli-1.3.1.ebuild
+++ b/dev-java/commons-cli/commons-cli-1.3.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://commons.apache.org/cli/;
 SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND=">=virtual/jre-1.7"



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

2017-09-01 Thread James Le Cuirot
commit: c4820f7c6ef110f5aa123cfbddedf60dd7fd630c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  1 20:12:29 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  1 20:13:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4820f7c

dev-util/checkstyle: Remove old 5.5-r1

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-util/checkstyle/Manifest |  2 -
 dev-util/checkstyle/checkstyle-5.5-r1.ebuild | 82 
 2 files changed, 84 deletions(-)

diff --git a/dev-util/checkstyle/Manifest b/dev-util/checkstyle/Manifest
index 26db3d461e3..8107b108ec6 100644
--- a/dev-util/checkstyle/Manifest
+++ b/dev-util/checkstyle/Manifest
@@ -1,3 +1 @@
-DIST checkstyle-5.4-maven-build.xml.tar.bz2 3236 SHA256 
4b286857c265b765fcf71deb8684cdd1bb7d1264fd0ee45a924d91031652d590 SHA512 
23cfcb519984fd9d7a59d8534c712d69c02aabc28e9f6eb7abff948728361cc208bf84d19f30dc81ae8870f6b361ca0382be60c4ab7b7b0298e59a175197138e
 WHIRLPOOL 
32992aa00d228be5f0819e856f13752eba9694cf46e98b3c9229c5ef45a7c37c1c6367a1457487ec5ab63f9d808b1470727f44e5b7d194961520a34b55253f72
-DIST checkstyle-5.5-src.tar.gz 744584 SHA256 
0de571f2769b4ded9c681c9b1e51c7f783aca7fb7f47467f1f39c38bd1717aa1 SHA512 
2327e14fc6fe9516d9518e4cbccb2e0f41e50bf891b7a3655dd29601b5eb3d2895d7df841f394d08d7dfac7ab774a01e22f98226259dc28a210d478699ea5c9a
 WHIRLPOOL 
e29303b656090a2f617850d2edb7f3f41db912399d334d6d8a7f7c50a96c7cfdb8134e46b65cec762ce565b1709de98a870880cdd8e18af03f594b9a2141609a
 DIST checkstyle-7.2.tar.gz 3359817 SHA256 
8f5c262a3f2e1194b60d6b837b8eefbe6fe63fba57be4acb20f0709919870523 SHA512 
ee99d96d99a3f75097297cfda46e3647e57213bcb8b78098251a21c3fe0b4bb774393848d444f721d4bea83173581c89377a9d250157d6e6a225239da81d955f
 WHIRLPOOL 
1da3e380bd3842ee6fda3210225e62f5e179d0232eabffaff0ba9347263f564db08750b84e6736184b4f56cc63b30aa8dba52d6e5412f5bdcd0845f1f770c5f5

diff --git a/dev-util/checkstyle/checkstyle-5.5-r1.ebuild 
b/dev-util/checkstyle/checkstyle-5.5-r1.ebuild
deleted file mode 100644
index 0a6ea6e2d6c..000
--- a/dev-util/checkstyle/checkstyle-5.5-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Development tool to help write Java code that adheres to a coding 
standard"
-HOMEPAGE="https://github.com/checkstyle/checkstyle;
-SRC_URI="mirror://sourceforge/checkstyle/${P}-src.tar.gz
-   
https://dev.gentoo.org/~sera/distfiles/${PN}-5.4-maven-build.xml.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-COMMON_DEP="
-   dev-java/ant-core:0
-   >=dev-java/antlr-2.7.7-r7:0
-   dev-java/commons-beanutils:1.7
-   dev-java/commons-cli:1
-   dev-java/commons-logging:0
-   dev-java/guava:18"
-RDEPEND="${COMMON_DEP}
-   >=virtual/jre-1.6"
-DEPEND="${COMMON_DEP}
-   >=virtual/jdk-1.6
-   test? ( dev-java/ant-junit:0 )"
-
-java_prepare() {
-   cp ../${PN}-5.4/maven-build.xml . || die
-   echo "maven.build.finalName=${P}" > maven-build.properties || die
-
-   epatch "${WORKDIR}"/maven-build.xml.patch
-
-   # maven ant:ant can't handle it.
-   pushd src/checkstyle/com/puppycrawl/tools/checkstyle/grammars > 
/dev/null || die
-   antlr java.g || die
-   popd > /dev/null
-}
-
-JAVA_PKG_BSFIX_NAME="maven-build.xml"
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} javadoc"
-JAVA_ANT_ENCODING="iso-8859-1"
-
-EANT_BUILD_XML="maven-build.xml"
-EANT_GENTOO_CLASSPATH="ant-core,antlr,commons-beanutils-1.7,commons-cli-1,commons-logging,guava-18"
-EANT_BUILD_TARGET="package"
-EANT_NEEDS_TOOLS="true"
-
-EANT_EXTRA_ARGS="-Dmaven.repo.local=/dev/null"
-EANT_TEST_EXTRA_ARGS="${EANT_EXTRA_ARGS} -Djunit.present=true"
-
-src_test() {
-   java-pkg-2_src_test
-}
-
-src_install() {
-   java-pkg_newjar target/${P}.jar
-
-   dodoc README
-   use doc && java-pkg_dojavadoc target/site/apidocs
-   use source && java-pkg_dosrc src/${PN}/com
-
-   # Install check files
-   insinto /usr/share/checkstyle/checks
-   doins suppressions.xml sun_checks.xml import-control.xml 
checkstyle_checks.xml
-
-   # Install extra files
-   insinto  /usr/share/checkstyle/contrib
-   doins -r contrib/*
-
-   java-pkg_dolauncher ${PN} \
-   --main com.puppycrawl.tools.checkstyle.Main
-
-   java-pkg_dolauncher ${PN}-gui \
-   --main com.puppycrawl.tools.checkstyle.gui.Main
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/

2017-09-01 Thread James Le Cuirot
commit: 2a6b0dac722100658387d137d17c1c79a10749ef
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  1 20:09:54 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  1 20:13:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6b0dac

dev-java/commons-cli: Version bump to 1.4

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-java/commons-cli/Manifest   |  1 +
 dev-java/commons-cli/commons-cli-1.4.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-java/commons-cli/Manifest b/dev-java/commons-cli/Manifest
index f6e0cc9d2a4..d96806ec1fc 100644
--- a/dev-java/commons-cli/Manifest
+++ b/dev-java/commons-cli/Manifest
@@ -1 +1,2 @@
 DIST commons-cli-1.3.1-src.tar.gz 145886 SHA256 
d4f7eedf6def7cd574ff9b0050a5a7203a702ed13c88d9fbb85b84284ab172ba SHA512 
b5c569bea3c213a1959ae698894f2234477a7a5ed246f8e81142041173f668802959be018011bce6aa2a5631081378e67d69eeba9136fa19c96193dbdf2a7d15
 WHIRLPOOL 
2e589f5644c5d7cead5bb88364cd982a717b7eab33c50c9ff0dc14d562d5eb92e6f76f7e80c2b356d08cf1e80b6943d81d7f98f554b4de54fc394916c9e4c56e
+DIST commons-cli-1.4-src.tar.gz 148530 SHA256 
a1def8d94e4fe6be4ffde100a74a647fe3df5ba02f85e3c9191fbb00be880f16 SHA512 
a5db856f6154e4340aab1865e3b34c752c0dceb8063faa64740ed470d8e6b3e7782242ae51d6bb57a535a6d6dad2943cc3130d7202223b8f89b8cbecdc3d9d4f
 WHIRLPOOL 
55ea385ee8f861e248022175a66a93efb65608b26b5beb51fd3c5cc68767c10d87bea4bf63b2f0fc3d79172ddcc8cb3c72033d826834ce24081534520bbafb10

diff --git a/dev-java/commons-cli/commons-cli-1.4.ebuild 
b/dev-java/commons-cli/commons-cli-1.4.ebuild
new file mode 100644
index 000..e047a4e6822
--- /dev/null
+++ b/dev-java/commons-cli/commons-cli-1.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A Java library for working with the command line arguments and 
options"
+HOMEPAGE="http://commons.apache.org/cli/;
+SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND=">=virtual/jre-1.7"
+
+DEPEND=">=virtual/jdk-1.7
+   test? ( dev-java/junit:4 )"
+
+S="${WORKDIR}/${P}-src"
+JAVA_SRC_DIR="src/main/java"
+
+src_install() {
+   java-pkg-simple_src_install
+   dodoc CONTRIBUTING.md NOTICE.txt README.md RELEASE-NOTES.txt
+}
+
+src_test() {
+   cd src/test/java || die
+
+   local CP=".:${S}/${PN}.jar:$(java-pkg_getjars junit-4)"
+   local TESTS=$(find * -name "*Test.java")
+   TESTS="${TESTS//.java}"
+   TESTS="${TESTS//\//.}"
+
+   ejavac -cp "${CP}" -d . $(find * -name "*.java")
+   ejunit4 -classpath "${CP}" ${TESTS}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-cli/

2017-09-01 Thread James Le Cuirot
commit: 5d902b8ee91ee0cfa2d7b8ee3f567676c9ab4f5f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  1 20:07:06 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  1 20:13:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d902b8e

dev-java/commons-cli: Remove old 1.2

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-java/commons-cli/Manifest   |  1 -
 dev-java/commons-cli/commons-cli-1.2.ebuild | 52 -
 2 files changed, 53 deletions(-)

diff --git a/dev-java/commons-cli/Manifest b/dev-java/commons-cli/Manifest
index 02a26584a32..f6e0cc9d2a4 100644
--- a/dev-java/commons-cli/Manifest
+++ b/dev-java/commons-cli/Manifest
@@ -1,2 +1 @@
-DIST commons-cli-1.2-src.tar.gz 68594 SHA256 
b589cd675866aec12a068e0717f2bd52ead6128c43ba1612a8815db1df7f6e67 SHA512 
61759cf0c791c4308b4df6a6c163b4abbb5e07909ba4904ad6565f6453ecad2ecbdc2d2df3e113b469f0d621866dfd7de07b857949ca7607c02c8ec75740eb80
 WHIRLPOOL 
f89a34ca0f66b83643f54a976793f08d8d77b90f886fdc991e091495186050fb6424d04da10affb072367bbffb96faaf763cebf782d7fd11366c84678e826019
 DIST commons-cli-1.3.1-src.tar.gz 145886 SHA256 
d4f7eedf6def7cd574ff9b0050a5a7203a702ed13c88d9fbb85b84284ab172ba SHA512 
b5c569bea3c213a1959ae698894f2234477a7a5ed246f8e81142041173f668802959be018011bce6aa2a5631081378e67d69eeba9136fa19c96193dbdf2a7d15
 WHIRLPOOL 
2e589f5644c5d7cead5bb88364cd982a717b7eab33c50c9ff0dc14d562d5eb92e6f76f7e80c2b356d08cf1e80b6943d81d7f98f554b4de54fc394916c9e4c56e

diff --git a/dev-java/commons-cli/commons-cli-1.2.ebuild 
b/dev-java/commons-cli/commons-cli-1.2.ebuild
deleted file mode 100644
index f5d70a42d39..000
--- a/dev-java/commons-cli/commons-cli-1.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Upstream switched to Maven as a build system. Current build.xml file was 
generated by running mvn ant:ant
-# A bit of tweaking was required unfortunately
-
-EAPI="2"
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="A Java library for working with the command line arguments and 
options"
-HOMEPAGE="http://commons.apache.org/cli/;
-MY_P="${P}-src"
-SRC_URI="mirror://apache/commons/cli/source/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="1"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE=""
-
-RESTRICT=""
-
-RDEPEND=">=virtual/jre-1.4"
-# Blocking junit for https://bugs.gentoo.org/show_bug.cgi?id=215659
-DEPEND=">=virtual/jdk-1.4
-   !

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

2017-09-01 Thread James Le Cuirot
commit: 122fcdf47335e691d09ef1722de060c1c491b2e0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Sep  1 20:11:58 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Sep  1 20:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122fcdf4

dev-util/checkstyle: 7.2 stable on amd64 and x86 using ALLARCHES

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-util/checkstyle/checkstyle-7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/checkstyle/checkstyle-7.2.ebuild 
b/dev-util/checkstyle/checkstyle-7.2.ebuild
index 5099ac96535..0036872cb55 100644
--- a/dev-util/checkstyle/checkstyle-7.2.ebuild
+++ b/dev-util/checkstyle/checkstyle-7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle;
 SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
 CP_DEPEND="
dev-java/ant-core:0



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

2017-09-01 Thread Matt Thode
commit: d02da0f41e09ebdf940b31840b3d9acc85636a12
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep  1 20:08:27 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep  1 20:12:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02da0f4

dev-python/mysqlclient: 1.3.12 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/mysqlclient/Manifest  |  1 +
 dev-python/mysqlclient/mysqlclient-1.3.12.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/mysqlclient/Manifest b/dev-python/mysqlclient/Manifest
index 7b86bb73ffe..abdc80709c4 100644
--- a/dev-python/mysqlclient/Manifest
+++ b/dev-python/mysqlclient/Manifest
@@ -1 +1,2 @@
 DIST mysqlclient-1.3.10.tar.gz 82102 SHA256 
452aaf9d2ba1a4fb85c134c88f9b1857852deed63b3b13255d7a65d2c1297262 SHA512 
05924b363431e1208c39d4ee39199b06f29025e4fb2abdba5b85e2755d7a69ff921752754700ad34118ce6502ab654eb3e46192b5085f5fb5dca1ac46eaa412e
 WHIRLPOOL 
b7485881aee15fb0145a6431d0e9e59aebd49af07dfddada799b2217bfeddf1ff51ef60f3b62f09eabdedbe7265abce8e7bd9597d6ff5a7ac905fd4309b10f52
+DIST mysqlclient-1.3.12.tar.gz 89793 SHA256 
2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5 SHA512 
fa267ad14ee98cd994c0c80b8a84b592e71f80008348d67a9c970c84930504a02034e4cd2903f0acc7dce416c485d5629be6e6e9dc52de1774dec7345d5d64ee
 WHIRLPOOL 
7b09477229686015dda9c254b31b4b3df46cb16b7d6b8da222e8ed6b3a75de871066bd5b9899884ca402fa410ba5f9648027b4e14bf0a43a77e3316467d63533

diff --git a/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild 
b/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild
new file mode 100644
index 000..abc0c50cbf6
--- /dev/null
+++ b/dev-python/mysqlclient/mysqlclient-1.3.12.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Fork of MySQL-python"
+HOMEPAGE="https://pypi.python.org/pypi/mysqlclient/ 
https://github.com/PyMySQL/mysqlclient-python;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="
+   !dev-python/mysql-python
+   virtual/mysql"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+DOCS=( README.md doc/{FAQ,MySQLdb}.rst )
+
+python_compile_all() {
+   use doc && sphinx-build -b html doc doc/_build/
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/. )
+   distutils-r1_python_install_all
+}



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

2017-09-01 Thread Aaron Bauman
commit: 615c57092a0cc9004e445edfb74c396fe3bc6bb6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep  1 20:11:13 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep  1 20:11:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615c5709

package.mask: mask net-analyzer/ntop per bug #513818

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4305da65c04..8f802c958fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (1 Sep 2017)
+# vulnerable per bug #513818 and dead upstream
+# net-analyzer/ntopng is available
+net-analyzer/ntop
+
 # Michael Orlitzky  (30 Aug 2017)
 # Ownership of most installed files has changed; needs testing.
 =net-analyzer/nagios-core-4.3.4



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

2017-09-01 Thread Alon Bar-Lev
commit: a08162e762c241d0660fa16c418f22382bb7e087
Author: Francesco Turco  fastmail  fm>
AuthorDate: Fri Sep  1 19:39:28 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Sep  1 20:02:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08162e7

app-crypt/gnupg: update link to wiki

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

diff --git a/app-crypt/gnupg/gnupg-1.4.21.ebuild 
b/app-crypt/gnupg/gnupg-1.4.21.ebuild
index ad3cbc0402b..d8cb5bc50c6 100644
--- a/app-crypt/gnupg/gnupg-1.4.21.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.21.ebuild
@@ -106,7 +106,7 @@ pkg_postinst() {
 #  ewarn "Further info available at 
http://alumnes.eps.udl.es/%7Ed4372211/index.en.html;
 #  fi
elog
-   elog "See https://www.gentoo.org/doc/en/gnupg-user.xml for 
documentation on gnupg"
+   elog "See https://wiki.gentoo.org/wiki/GnuPG for documentation on gnupg"
elog
elog "If you wish to view images emerge:"
elog "media-gfx/xloadimage, media-gfx/xli or any other viewer"



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

2017-09-01 Thread Matt Thode
commit: f40e66f34c16097f2f7c628b9f42dbb16a12ebd3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep  1 19:41:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep  1 19:41:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40e66f3

dev-python/pyroute2: 0.4.20 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pyroute2/Manifest   | 2 +-
 dev-python/pyroute2/{pyroute2-0.4.18.ebuild => pyroute2-0.4.20.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
index 94d8da09725..d8d90e6cf95 100644
--- a/dev-python/pyroute2/Manifest
+++ b/dev-python/pyroute2/Manifest
@@ -1,2 +1,2 @@
 DIST pyroute2-0.4.12.tar.gz 562555 SHA256 
98e2e4841541aa180d14e301c5bfbc2d258e697e6dc76c88855cbf8b86375733 SHA512 
d666c29cfb8da1e13748976030dc5ec153d2740f6df7f279a6e9fc4ec9b6ad60462c2a2b57905c4a4c8566da1de30dca0bb24b3b6c5a97bb729c074584270e2a
 WHIRLPOOL 
7c26309bd6118bde2ee901a270b3494411f208695e924a96ec623c1a81c02f76e1d915bfc2620cfd21e7d2d935f97dfc963e5bf66de2523f3127b7033ca44e55
-DIST pyroute2-0.4.18.tar.gz 568152 SHA256 
bdcff9f598ff4dda7420675ee387426cd9cc79d795ea73eb684a4314d4b00b9e SHA512 
cf8345c68aa2af2180cdecd398a12cdb4c849105b57298f01eba6afd3364e5c90ea3838e2cf319c8bfc50e12283ef19a191ac1a533ee35135b7d6977395a067d
 WHIRLPOOL 
0cf3e0bc70fe92f16eed0a8cdeb27a10dbcca958aa150a07380178bc7343851bb5464f8f9668d93202e33c52ee29566a754e50c771b73c788d3e70a6cd9f898b
+DIST pyroute2-0.4.20.tar.gz 577780 SHA256 
47c4cb64755a07cfdb612fc5bf9bd8142fdf2044ec9fcc8dc05781f9c17a7b3c SHA512 
1e806de083d945d56590d1b2358de78b3a284217dc5d71dc68b996e11ad09173eaed332f7368a80deee3fed172ca22c0bb6aa81eb6c0ce697bd44084b1882762
 WHIRLPOOL 
c1dd6d132aeeda1b193e2b31de1482455f01a15c75414aab686c95ea675f8609d09092d746469da73506fef8119f1ae8c37c692ad3f55c9f0965ab0e8d037e0c

diff --git a/dev-python/pyroute2/pyroute2-0.4.18.ebuild 
b/dev-python/pyroute2/pyroute2-0.4.20.ebuild
similarity index 100%
rename from dev-python/pyroute2/pyroute2-0.4.18.ebuild
rename to dev-python/pyroute2/pyroute2-0.4.20.ebuild



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

2017-09-01 Thread Zac Medico
commit: 555ea185d91907439adac5135b4c48d0210584cd
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 19:24:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 19:26:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555ea185

app-admin/vault: remove old versions for bug 628656

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/vault/Manifest   |   4 --
 app-admin/vault/vault-0.6.5.ebuild |  98 ---
 app-admin/vault/vault-0.7.2.ebuild | 101 -
 3 files changed, 203 deletions(-)

diff --git a/app-admin/vault/Manifest b/app-admin/vault/Manifest
index 7c00606f7b7..7c4b2bc6d96 100644
--- a/app-admin/vault/Manifest
+++ b/app-admin/vault/Manifest
@@ -1,5 +1 @@
-DIST gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz 15772 SHA256 
82828f1ec3e535268fa95d983362c6c773e9a87aa94613e7a47805d22e38 SHA512 
d4b2d5d9666285584697bc0d6ddc2f1a1e3f23741650e831adb42baffbb5f72fc3d5ae8a8fb6719faf1df75d3da334941b0404387f0c213aabdb5c3d5634c55d
 WHIRLPOOL 
89d52013bfb563a11a4042760470ac317398c3f8a61b9e7734c3ac2737d916126ad10a113948eb5a8362de3d77e598e42f4a0510760ae67465bde08658947f7a
-DIST iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz 1785 SHA256 
71c117246bb1d4d78ad5c3bc5d301942bcebaae5b1e35da1ad7851ceac71a675 SHA512 
2efc0e3cbca496240e3e24550fd0d2aab742eb9b227230ff1ed4ee47344b994642b028bd4644cd45cd697f5f5ef6a729aad65537b10c6555bd52d9ca4b9c717c
 WHIRLPOOL 
15dfd50bfc992a7b6a1b5d672d5bf9bfcb71a357eae371eac773e7fe9ad4ec8d4d0578e0dc6b12bb14689d1497129616b0eb300bbcb483a6865ac315bced562a
-DIST vault-0.6.5.tar.gz 5628341 SHA256 
ef4c2fffbc80e126e027e76b30e37351fcaf0baf1178e1fba0e8912276441c00 SHA512 
3a135281a2135aae45e9a659b0492d37069b080f42956f8a1fdbf842a8a1e54b474b7c5b48c0e6170b206fdb52da7a718a9702d5a14d3aa99f8e560839268374
 WHIRLPOOL 
9b2b564cefd1a1bd2858b3b34937314437f6b5dc5fd183f4be58d0517b75465064a860054102a286fd29ae5bb1cb2ba7b0c8b7ff7d52c911905c0ccedc053fd8
-DIST vault-0.7.2.tar.gz 6547973 SHA256 
8f0f4e2c8e8877abe5b21d8886a740484e7a921748d4a6092c5d754fbab31030 SHA512 
3a811f1a3f7c318bf645bf93c66c15c6a9d06718806ca5dd7a5ff95eeafef6dc6e58bcb829373716172cf2fe863240d1f4fdd34f8dcc1d31a2e36f6917e533ba
 WHIRLPOOL 
9bcc998eb7ece4064bb598be41630232e06fb3c04a7a339efc79572739591772fb8352520f731448efe1aea0d67332cec06e312a81e9a805e75fd2e8106adc88
 DIST vault-0.7.3.tar.gz 6694636 SHA256 
98409ae9c0e081e613a0e2288d2b5653582bb8bf57cb775cbff782d061a25708 SHA512 
8632b4b721372cb0f5f684564ebe0749b7c1a9b5d0322b083773b3a2fd1734fb2eedee1aeb4b4c9431ce7f44c711ac0a95960c581165e1bac1a3754f8658e783
 WHIRLPOOL 
d8eae9b3ed5d24a8b30dfec90360d2e5e4c94663b1bb168156b03724d6a2ff5dae1345474a02b67b1cde427419c07cc8a12bcbbe9b3db463a6c4f2a503832041

diff --git a/app-admin/vault/vault-0.6.5.ebuild 
b/app-admin/vault/vault-0.6.5.ebuild
deleted file mode 100644
index 4932e1e495b..000
--- a/app-admin/vault/vault-0.6.5.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fcaps golang-base systemd user
-
-EGO_PN="github.com/hashicorp/${PN}/..."
-DESCRIPTION="A tool for managing secrets"
-HOMEPAGE="https://vaultproject.io/;
-SRC_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   
https://github.com/mitchellh/gox/archive/c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
 -> gox-c9740af9c6574448fd48eb30a71f964014c7a837.tar.gz
-   
https://github.com/mitchellh/iochan/archive/87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
 -> iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz
-"
-SLOT="0"
-LICENSE="MPL-2.0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND=">=dev-lang/go-1.7:="
-RDEPEND=""
-
-FILECAPS=(
-   -m 755 'cap_ipc_lock=+ep' usr/bin/${PN}
-)
-
-get_archive_go_package() {
-   local archive=${1} uri x
-   for x in ${SRC_URI}; do
-   if [[ ${x} == http* ]]; then
-   uri=${x}
-   elif [[ ${x} == ${archive} ]]; then
-   break
-   fi
-   done
-   uri=${uri#https://}
-   echo ${uri%/archive/*}
-}
-
-unpack_go_packages() {
-   local go_package x
-   # Unpack packages to appropriate locations for GOPATH
-   for x in ${A}; do
-   unpack ${x}
-   if [[ ${x} == *.tar.gz ]]; then
-   go_package=$(get_archive_go_package ${x})
-   mkdir -p src/${go_package%/*}
-   mv ${go_package##*/}-* src/${go_package} || die
-   fi
-   done
-}
-
-src_unpack() {
-   mkdir "${S}" && cd "${S}" || die
-   unpack_go_packages
-}
-
-src_prepare() {
-   eapply_user
-   # Avoid the need to have a git checkout
-   sed -e 's:^GIT.*::' -i src/${EGO_PN%/*}/scripts/build.sh || die
-}
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-

[gentoo-commits] repo/gentoo:master commit in: app-admin/vault/, app-admin/vault/files/

2017-09-01 Thread Zac Medico
commit: 090a2be8642f6de680cfe1e93c5e12b8074adf91
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Sep  1 19:19:49 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Sep  1 19:26:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090a2be8

app-admin/vault: revbump to 0.7.3-r1 for bug 628656

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/vault/files/vault.initd   | 17 ++---
 .../vault/{vault-0.7.3.ebuild => vault-0.7.3-r1.ebuild} |  0
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/app-admin/vault/files/vault.initd 
b/app-admin/vault/files/vault.initd
index 3568a447c4b..d430bb8d39a 100644
--- a/app-admin/vault/files/vault.initd
+++ b/app-admin/vault/files/vault.initd
@@ -3,22 +3,17 @@
 # Distributed under the terms of the GNU General Public License v2
 
 description="vault server"
-group=${group:-${SVCNAME}}
-pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
-user=${user:-${SVCNAME}}
+group=${group:-${RC_SVCNAME}}
+pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"}
+user=${user:-${RC_SVCNAME}}
 
-command="/usr/bin/${SVCNAME}"
+command="/usr/bin/${RC_SVCNAME}"
 command_args="server ${command_args}"
 command_background="true"
 start_stop_daemon_args="--user ${user} --group ${group} \
-   --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
-   --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
+   --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \
+   --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log"
 
 depend() {
need net
-   after net
-}
-
-start_pre() {
-   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
 }

diff --git a/app-admin/vault/vault-0.7.3.ebuild 
b/app-admin/vault/vault-0.7.3-r1.ebuild
similarity index 100%
rename from app-admin/vault/vault-0.7.3.ebuild
rename to app-admin/vault/vault-0.7.3-r1.ebuild



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

2017-09-01 Thread Jorge Manuel B. S. Vicetto
commit: 948ae511fc39a8656ffa0091f126d216d091bc21
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Fri Sep  1 19:19:08 2017 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Fri Sep  1 19:19:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948ae511

www-apps/drupal: Security version bump CVE-2017-692{3,4,5} - fixes bug 628210.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apps/drupal/Manifest | 2 +-
 www-apps/drupal/{drupal-8.3.4.ebuild => drupal-8.3.7.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 55138a25a55..b077ec5284d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,2 +1,2 @@
 DIST drupal-7.56.tar.gz 3277833 SHA256 
02fb4b46060d53c2f876d2381a8741249819e3a02ea1d7291036f6ea280d7b69 SHA512 
ab7ad8d9cb26e89b9d81280b1677584072db627d508ccade9442c95a90f24c94d11561013c8a7297ddae6ae43696d0b711b8c37ab98f89539f6f0e0154db6344
 WHIRLPOOL 
fda209ecaf63d32cb665b31dc1aff994d0fea7ac542df331efff8c05e006a77463e7a420a1b1f8c9bffb375cf963db745e354ad5585cf4aa2ec92da68ed53352
-DIST drupal-8.3.4.tar.gz 12721299 SHA256 
c3efdf6f309fdd2c652f18d8279fd8afeefc10855e36a9ace217eba174639988 SHA512 
efbca8ca833358a7040190c19af4c96490aeb0ce73174a49afd721cdf2d95e22b5764134c9118cb7d24171d55cb7fcc592d08c75a5ef98b93a3239d8f3cb2329
 WHIRLPOOL 
3c29430a584891c68f79bbfa72865f484334164b23dfc7f1a756b1e65ee67f0e9aa9e3e273cd900d707e4940e1b7128c88e1ebf7246c0b703c2f944353423747
+DIST drupal-8.3.7.tar.gz 12739663 SHA256 
0a86d82878500f8512a624fb13736ddf82a1c8f424d9a45776ce6b10d560eeab SHA512 
d454a51b2bc7ffbad3e461df1d2ea1f38797716b046a520ad65fab5f5c398091b28bc623d3efc2d18176e6506a95e113e1d5e5a0a76e50ca7f22a995920ea671
 WHIRLPOOL 
9ea7653dfd117f7552a12fdcbe96556a8a2cfe1e4bdc7386aff8882f8e43a9d3a097fd3ec98d0a77ab6d19079ecf1b09c8617cf8d69198f968a0fbe09dfd0dc8

diff --git a/www-apps/drupal/drupal-8.3.4.ebuild 
b/www-apps/drupal/drupal-8.3.7.ebuild
similarity index 100%
rename from www-apps/drupal/drupal-8.3.4.ebuild
rename to www-apps/drupal/drupal-8.3.7.ebuild



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

2017-09-01 Thread Matt Turner
commit: 12cfb7bdf92efaa7d106c6a05394baf84c8e34f6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  1 18:46:28 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  1 18:46:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cfb7bd

gnome-base/librsvg-2.40.18: alpha stable, bug 625860

 gnome-base/librsvg/librsvg-2.40.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.18.ebuild 
b/gnome-base/librsvg/librsvg-2.40.18.ebuild
index 293a65a4f30..f7bf8e762e5 100644
--- a/gnome-base/librsvg/librsvg-2.40.18.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.18.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg;
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools vala"
 REQUIRED_USE="vala? ( introspection )"



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

2017-09-01 Thread Matt Turner
commit: 3ea74cfd1e276936dfe0933aed4971c1870a6d68
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  1 18:44:01 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  1 18:44:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea74cfd

dev-lang/ruby-2.2.7-r3: ppc stable, bug 621878

 dev-lang/ruby/ruby-2.2.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.2.7-r3.ebuild 
b/dev-lang/ruby/ruby-2.2.7-r3.ebuild
index e1eb1d0d39f..2acf2b25578 100644
--- a/dev-lang/ruby/ruby-2.2.7-r3.ebuild
+++ b/dev-lang/ruby/ruby-2.2.7-r3.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2017-09-01 Thread Matt Turner
commit: cfef558f32809e707b5c0beba4ffebd82b7037d4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  1 18:44:06 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  1 18:44:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfef558f

dev-vcs/mercurial-4.3: ppc64 stable, bug 627484

 dev-vcs/mercurial/mercurial-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/mercurial-4.3.ebuild 
b/dev-vcs/mercurial/mercurial-4.3.ebuild
index fe374d3ef38..8065199ddd3 100644
--- a/dev-vcs/mercurial/mercurial-4.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"
 
 RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



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

2017-09-01 Thread Matt Turner
commit: 97c870eb3fcd85db90985d2e8df716cab78846ce
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  1 18:44:04 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  1 18:44:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c870eb

dev-lang/ruby-2.2.7-r3: ppc64 stable, bug 621878

 dev-lang/ruby/ruby-2.2.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.2.7-r3.ebuild 
b/dev-lang/ruby/ruby-2.2.7-r3.ebuild
index 2acf2b25578..fc7622ab8ae 100644
--- a/dev-lang/ruby/ruby-2.2.7-r3.ebuild
+++ b/dev-lang/ruby/ruby-2.2.7-r3.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2017-09-01 Thread Matt Turner
commit: 02590200c478cb14289ce6528414950c85940879
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep  1 18:44:05 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep  1 18:44:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02590200

dev-vcs/mercurial-4.3: ppc stable, bug 627484

 dev-vcs/mercurial/mercurial-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/mercurial/mercurial-4.3.ebuild 
b/dev-vcs/mercurial/mercurial-4.3.ebuild
index e08eea6dc65..fe374d3ef38 100644
--- a/dev-vcs/mercurial/mercurial-4.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"
 
 RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



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

2017-09-01 Thread Michał Górny
commit: 0fcba5eda24e68a7b8782e4d7ea117527f5a099f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  1 15:28:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  1 15:28:13 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0fcba5ed

repositories: Remove rindeal due to copyright complaints

See https://github.com/gentoo/gentoo/pull/5557#issuecomment-326004943

 files/overlays/repositories.xml | 13 -
 1 file changed, 13 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 3805cca..779fcaa 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3661,19 +3661,6 @@ FIN
 
 https://github.com/rinaldus/rinaldus-overlay.git
   
-  
-rindeal
-Rindeal's overlay
-https://github.com/rindeal/gentoo-overlay
-
-  Jan Chren (rindeal)
-  dev.rindeal+gen...@gmail.com
-
-https://github.com/rindeal/gentoo-overlay.git
-git://g...@github.com:rindeal/gentoo-overlay.git
-git+ssh://g...@github.com:rindeal/gentoo-overlay.git
-https://github.com/rindeal/gentoo-overlay/commits/master.atom
-  
   
 ring-overlay
 Ring is free software for universal communication 
which respects freedoms and privacy of its users.



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/files/patches/, net-nntp/sabnzbd/

2017-09-01 Thread Justin Bronder
commit: 4c6258d55124ef58d2e7979c2076c13a9ed11e92
Author: Justin Bronder  gentoo  org>
AuthorDate: Fri Sep  1 14:42:46 2017 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Fri Sep  1 14:42:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6258d5

net-nntp/sabnzbd: bump 2.2.1

Fixes #628336

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-nntp/sabnzbd/Manifest  |  2 +-
 .../files/patches/0001-use-system-configobj.patch  | 10 -
 .../files/patches/0002-use-system-feedparser.patch |  6 +++---
 ...ch => 0003-cfg-disable-NtfOSD-by-default.patch} | 10 -
 .../sabnzbd/files/patches/0003-use-gntp-1.0.patch  | 25 --
 .../{sabnzbd-2.1.0.ebuild => sabnzbd-2.2.1.ebuild} | 16 +-
 6 files changed, 29 insertions(+), 40 deletions(-)

diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
index 2310c66af25..14e888f0744 100644
--- a/net-nntp/sabnzbd/Manifest
+++ b/net-nntp/sabnzbd/Manifest
@@ -1 +1 @@
-DIST SABnzbd-2.1.0-src.tar.gz 2683475 SHA256 
bad49cc66381448e472280e143fbdd096788c51a9aada8317f12817ce7a855b6 SHA512 
1c52b3b15de6493ed956b40a02d9c87fdd8fb96fdc587cf694f61f04f50c7f76de936dd171045a6ae5d82f6e4df68cd07bd04d149b8a1e5c9c4ba587a373327f
 WHIRLPOOL 
c27b5ca8541f7d56a499b3467e02d734cff9a6511651f5bc7893ced77cc9238dde10a1ba33340b3a1635cf63203b6ed3a859d91396dd800f8424b56129f52d92
+DIST SABnzbd-2.2.1-src.tar.gz 2731050 SHA256 
5e29c44198d88245c6c8d0f78091c9a7915a07b464c1e66cf30eecf439c76a44 SHA512 
58c8a86358c0c993e6c62415393d4aba557dd093c52c8270604b9db5396afbb6d423b002b339cb2aa81a6fe66dbdde416a6834c57ca0efd7a1461294eb088af1
 WHIRLPOOL 
dad7e0d2bf99aeeafbbf0624374f0d58ce22e68441aa401707049e101a6f842819261b91f48e493957a1440bcbf26a282312126b009c8d578f9311de377f0c20

diff --git a/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch 
b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
index 7da07926ca2..0f89dcd1341 100644
--- a/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
+++ b/net-nntp/sabnzbd/files/patches/0001-use-system-configobj.patch
@@ -1,18 +1,18 @@
-From c12601b509ab66ac1b076679fe69fe7698455fb1 Mon Sep 17 00:00:00 2001
+From db9a217dd5a02b5be72d47b7618f877f39cb31bc Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Mon, 13 Feb 2017 18:20:39 -0500
-Subject: [PATCH 1/4] use system configobj
+Subject: [PATCH 1/3] use system configobj
 
 ---
  sabnzbd/config.py | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/sabnzbd/config.py b/sabnzbd/config.py
-index 93dd9bb..aab1648 100644
+index 2f58ffd..04bfaab 100644
 --- a/sabnzbd/config.py
 +++ b/sabnzbd/config.py
-@@ -26,9 +26,10 @@ import threading
- import shutil
+@@ -30,9 +30,10 @@ from hashlib import md5
+ from urlparse import urlparse
  import sabnzbd.misc
  from sabnzbd.constants import CONFIG_VERSION, NORMAL_PRIORITY, 
DEFAULT_PRIORITY, MAX_WIN_DFOLDER
 -from sabnzbd.utils import configobj

diff --git a/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch 
b/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
index cb9d9310576..68e39a975e7 100644
--- a/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
+++ b/net-nntp/sabnzbd/files/patches/0002-use-system-feedparser.patch
@@ -1,14 +1,14 @@
-From 7095a430201d0a9ec28e2c8f7e05f76eea59431e Mon Sep 17 00:00:00 2001
+From b8540c4c71e917623290f3ca8d4091228fab8903 Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Mon, 13 Feb 2017 18:21:28 -0500
-Subject: [PATCH 2/4] use system feedparser
+Subject: [PATCH 2/3] use system feedparser
 
 ---
  sabnzbd/rss.py | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/sabnzbd/rss.py b/sabnzbd/rss.py
-index 9987e91..8ee1552 100644
+index 0315fca..18ac828 100644
 --- a/sabnzbd/rss.py
 +++ b/sabnzbd/rss.py
 @@ -25,6 +25,8 @@ import time

diff --git 
a/net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch 
b/net-nntp/sabnzbd/files/patches/0003-cfg-disable-NtfOSD-by-default.patch
similarity index 71%
rename from 
net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch
rename to 
net-nntp/sabnzbd/files/patches/0003-cfg-disable-NtfOSD-by-default.patch
index 25856801af7..064d523a1e1 100644
--- a/net-nntp/sabnzbd/files/patches/0004-cfg-disable-NtfOSD-by-default.patch
+++ b/net-nntp/sabnzbd/files/patches/0003-cfg-disable-NtfOSD-by-default.patch
@@ -1,25 +1,25 @@
-From 31eec0d37bcb962afb1b0f0974411dae728dcd9f Mon Sep 17 00:00:00 2001
+From 459111cb4f6937d58de480cf06743474f5c1dd3d Mon Sep 17 00:00:00 2001
 From: Justin Bronder 
 Date: Sat, 5 Aug 2017 17:38:03 -0400
-Subject: [PATCH 4/4] cfg:  disable NtfOSD by default
+Subject: [PATCH 3/3] cfg: disable NtfOSD by default
 
 ---
  sabnzbd/cfg.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/sabnzbd/cfg.py b/sabnzbd/cfg.py
-index baf5678..f9646fb 100644
+index 

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

2017-09-01 Thread Hans de Graaff
commit: 295dec96af01df23a90a9cc43770ba2083686742
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep  1 08:57:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep  1 13:56:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295dec96

dev-lang/ruby: fix security bug 629484

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/ruby/Manifest |   3 +
 dev-lang/ruby/ruby-2.2.7-r4.ebuild | 245 +
 dev-lang/ruby/ruby-2.3.4-r4.ebuild | 242 
 dev-lang/ruby/ruby-2.4.1-r4.ebuild | 243 
 4 files changed, 733 insertions(+)

diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
index 65c072113cb..34b37701580 100644
--- a/dev-lang/ruby/Manifest
+++ b/dev-lang/ruby/Manifest
@@ -8,5 +8,8 @@ DIST ruby-patches-2.1.10.tar.bz2 1931 SHA256 
7e02c1b6a6352693bfd5828c9d1a7633a52
 DIST ruby-patches-2.1.9.tar.bz2 1931 SHA256 
7e02c1b6a6352693bfd5828c9d1a7633a52baa57d8770df182ed0d8b450a3341 SHA512 
85928207db4f76e58925e50d39d73db2d521674385ce3232828377e7d7bb4252aafb9f93d6045d4c159bf094b472af61ef9307203db313bf28918fe35e0f3a21
 WHIRLPOOL 
17a698b0a09be15f444ea34b33e9aa1d029fbd572c565072a92480bf7b6b21f1b6b88b0da3183a486bae30e7e65f3172cd72b7336be1dc5974b62bd8e2b9ef7a
 DIST ruby-patches-2.2.6.tar.bz2 2272 SHA256 
f54373704ce8df732490e8d1e7e35188503faacc5278fe0ab0d8c07bdc762fed SHA512 
ed8bff8f730ccb114e62784d29541f276b2821d9eb121a9772dc4aabc139b688f2b14f5f27710098a8cd751c62d31b46170b427ad54dc4f6490c003450ae1583
 WHIRLPOOL 
8598c9284252c1e7cc9f9019c5f468ce5ab8b4ae013e71c631cd00cc8bfde068b041f1bc6851bb2962982a1e46cbde0ddc51c186ea41638a7881c587c658e603
 DIST ruby-patches-2.2.7-r3.tar.bz2 5757 SHA256 
3470915805a6264ad74a9c7cb7280c4be3585b4dc255685e53205eb4c90536f9 SHA512 
9766a44633ddc33e575e2f82d0954ea54620ce7ff7f73d58e76dc3c8ab1cb664c02bc3dac5ca5834d955d5cdfc8d3b647f91c19160e3a9f62c9a69839705702e
 WHIRLPOOL 
6476c46449424a73b75ce4605b2501240b20972960064f0c6380afba67c5472563292dd7d1965400c641b746715c3ff547566d674244b127699196043ab87d18
+DIST ruby-patches-2.2.7-r4.tar.bz2 6460 SHA256 
2f7c0414d65870bf89539d6e737e9c9e5b78188d3305a5d001d562619375ee04 SHA512 
a5891c893b9f5219a6b17e0628678f1714a0c04d8699a272e91aa2ecf1068677b78da60475c32ddcea5a988d1d0d2469fada58da56ef5821f03f47b30855f2ee
 WHIRLPOOL 
4521ea39407f396db2ef646162f7cc093e3137733ad20bff2761763fd8f3161d604f2a594cb41f5f494fffeb221b8d70cefe74020ae7dcbe3ce99083237cf68e
 DIST ruby-patches-2.3.4-r3.tar.bz2 4698 SHA256 
196bbafe0c43718b4e2120e2e4d681befe9ccba1d2607fb9459d670c74d5bd38 SHA512 
f2867c3460e3a276849b09bd367949024aa8c0e4631fef6bd46e1ef44d56dfe2a7baa88ea640b8953252e566d7927178da50195b6382d8fd8e1b9ef7d9ceb2fc
 WHIRLPOOL 
9ba584dcc0055f4401f4345da7b161d08b4a4651ea669b7a26c7504d3aeb650051080d089652c2ae39e0163609cbef1f480a46555a4f3af8297180215929d472
+DIST ruby-patches-2.3.4-r4.tar.bz2 5483 SHA256 
47470aac5d2e941c3781ebd820a725dcf11da1688f8299d0408bcc9540295647 SHA512 
d5dbfbbd3b2bfc43d2e7a34c4de7203470f6050875a85fc313505e224c0089fdc44045130ef6dd791d50e1f4c22afc369d3549c7860a9694d182334ce6e3687e
 WHIRLPOOL 
c6049425955a05fdcbdd859782aa6c9c372cedfbe4962c1a48c7be4e1c9d29db3010444ac68882491fc35a1f53df7d5096dc3593e4bc67c4afb40aa16609a1b3
 DIST ruby-patches-2.4.1-r3.tar.bz2 4589 SHA256 
6a096f444d1281ac1ce8fd391d085741d3f41527ed0f9b893d7276c17e7b9bdd SHA512 
8507189b192fd9f7f2591a2e417526e7f8baf9d2330669b13f79759c06f7729684772e74fee88c78b0ae5b266ad08c5694fcd173f4fb44c34f4cb4d1042cd773
 WHIRLPOOL 
81c992c4bf5bdc8a9091c68a31ffea1e52cb024388be193173bc6ad254b005bed0d3fec2a50bf4fd6e07044e386ab41f5e5b102ed27742cb53f1d381cf0a3d4a
+DIST ruby-patches-2.4.1-r4.tar.bz2 5381 SHA256 
39d2f61c76b6d2c8d0524167f5355a166e7ae3eb128447517b308d5b927ff44e SHA512 
168d1353f22df8884ce6dbb2ee7fb81573b9997e480f57d7da4e9504ab5b2ce7bbccad237276c71775d0730c1a6a8920978e3b26eaa06fe3c94495272af77b74
 WHIRLPOOL 
d4d3c715715886149ea91bcc7a2da0298e88434db570eee07241eb3c74cc1d9984342212290c9b0d6adcf9e79e4c08af7b179d9be2dd45b334ae386eb23fa157

diff --git a/dev-lang/ruby/ruby-2.2.7-r4.ebuild 
b/dev-lang/ruby/ruby-2.2.7-r4.ebuild
new file mode 100644
index 000..621e417b2cf
--- /dev/null
+++ b/dev-lang/ruby/ruby-2.2.7-r4.ebuild
@@ -0,0 +1,245 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+#PATCHSET=1
+
+inherit autotools eutils flag-o-matic multilib versionator
+
+MY_P="${PN}-$(get_version_component_range 1-3)"
+S=${WORKDIR}/${MY_P}
+
+SLOT=$(get_version_component_range 1-2)
+MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
+RUBYVERSION=2.2.0
+
+if [[ -n ${PATCHSET} ]]; then
+   if [[ ${PVR} == ${PV} ]]; then
+   PATCHSET="${PV}-r0.${PATCHSET}"
+   else
+   PATCHSET="${PVR}.${PATCHSET}"
+   fi
+else
+   PATCHSET="${PVR}"
+fi
+
+DESCRIPTION="An object-oriented scripting language"
+HOMEPAGE="http://www.ruby-lang.org/;

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/, dev-db/mysql++/files/

2017-09-01 Thread Brian Evans
commit: 080a6315580b734e3e79f9420b207b495b4bc693
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Sep  1 13:45:16 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Sep  1 13:45:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080a6315

dev-db/mysql++: Fix build for Bug 629492 and general build cleanup

Installed files are unchanged

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../mysql++/files/mysql++-3.2.3-mariadb-10.2.patch | 31 ++
 dev-db/mysql++/mysql++-3.2.3.ebuild| 18 ++---
 2 files changed, 46 insertions(+), 3 deletions(-)

diff --git a/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch 
b/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch
new file mode 100644
index 000..f461daac2a4
--- /dev/null
+++ b/dev-db/mysql++/files/mysql++-3.2.3-mariadb-10.2.patch
@@ -0,0 +1,31 @@
+diff -Naur mysql++-3.2.2-ORIG/lib/dbdriver.cpp mysql++-3.2.2/lib/dbdriver.cpp
+--- mysql++-3.2.2-ORIG/lib/dbdriver.cpp2017-07-14 14:56:06.206629443 
+0200
 mysql++-3.2.2/lib/dbdriver.cpp 2017-07-14 15:28:34.690826959 +0200
+@@ -257,7 +257,11 @@
+   }
+   
+   if ((n == 1) &&
++#ifdef CLIENT_LONG_PASSWORD
+   (o >= CLIENT_LONG_PASSWORD) &&
++#else
++  (o >= CLIENT_MYSQL) &&
++#endif
+ #if MYSQL_VERSION_ID > 4  // highest flag value varies by version
+   (o <= CLIENT_MULTI_RESULTS)
+ #else
+diff -aurN a/lib/common.h b/lib/common.h
+--- a/lib/common.h 2016-12-30 18:44:44.0 -0500
 b/lib/common.h 2017-09-01 09:12:12.270089396 -0400
+@@ -130,12 +130,6 @@
+   #define MYSQLPP_PATH_SEPARATOR '/'
+ #endif
+ 
+-#if defined(MYSQLPP_MYSQL_HEADERS_BURIED)
+-# include 
+-#else
+-# include 
+-#endif
+-
+ namespace mysqlpp {
+ 
+ /// \brief Alias for 'true', to make code requesting exceptions more

diff --git a/dev-db/mysql++/mysql++-3.2.3.ebuild 
b/dev-db/mysql++/mysql++-3.2.3.ebuild
index 01ad02be6ce..7491c26b1fb 100644
--- a/dev-db/mysql++/mysql++-3.2.3.ebuild
+++ b/dev-db/mysql++/mysql++-3.2.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils
+inherit autotools libtool flag-o-matic
 
 DESCRIPTION="C++ API interface to the MySQL database"
 HOMEPAGE="http://tangentsoft.net/mysql++/;
@@ -19,16 +19,28 @@ DEPEND="${RDEPEND}"
 DOCS=( CREDITS.txt HACKERS.txt Wishlist doc/ssqls-pretty )
 
 src_prepare() {
+   # Bug filed upstream about deprecated std::auto_ptr
+   append-cxxflags $(test-flags-CXX -Wno-deprecated-declarations)
+   # Bad symlink for libtool in the archive
+   rm "${S}/ltmain.sh" || die
eapply "${FILESDIR}/${PN}-3.2.1-gold.patch"
+   eapply "${FILESDIR}/${PN}-3.2.3-mariadb-10.2.patch"
eapply_user
+   _elibtoolize --auto-ltdl --install --copy --force
+   elibtoolize
# Current MySQL libraries are always with threads and slowly being 
removed
sed -i -e "s/mysqlclient_r/mysqlclient/" "${S}/configure" || die
rm "${S}/doc/"README-*-RPM.txt || die
 }
 
 src_configure() {
-   local myconf="--enable-thread-check --with-mysql=${EPREFIX}/usr"
-   econf ${myconf}
+   local myconf=(
+   --enable-thread-check
+   --with-mysql="${EPREFIX}/usr"
+   --with-mysql-lib="${EPREFIX}$(mysql_config 
--variable=pkglibdir)"
+   --with-mysql-include="${EPREFIX}$(mysql_config 
--variable=pkgincludedir)"
+   )
+   econf "${myconf[@]}"
 }
 
 src_install() {



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

2017-09-01 Thread Amy Liffey
commit: a900af241376ab156509ae9a3832dfeb332d95b7
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Sep  1 11:34:13 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Sep  1 11:37:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a900af24

media-libs/opencv: 2.4.13 add imgcodecs patch bug #627958

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../opencv-2.4.13-imgcodecs-refactoring.patch  | 580 +
 ...cv-2.4.13-r1.ebuild => opencv-2.4.13-r2.ebuild} |   2 +-
 2 files changed, 581 insertions(+), 1 deletion(-)

diff --git a/media-libs/opencv/files/opencv-2.4.13-imgcodecs-refactoring.patch 
b/media-libs/opencv/files/opencv-2.4.13-imgcodecs-refactoring.patch
new file mode 100644
index 000..d1bea36580f
--- /dev/null
+++ b/media-libs/opencv/files/opencv-2.4.13-imgcodecs-refactoring.patch
@@ -0,0 +1,580 @@
+From 72d29259ca741950527c8cca7fb649030c01f658 Mon Sep 17 00:00:00 2001
+From: Alexander Alekhin 
+Date: Tue, 15 Aug 2017 22:04:55 +
+Subject: [PATCH] imgcodecs: refactoring, improve code quality
+
+---
+ modules/core/include/opencv2/core/core.hpp   |   3 +
+ modules/core/include/opencv2/core/operations.hpp |   3 +
+ modules/highgui/src/bitstrm.cpp  |   2 +
+ modules/highgui/src/bitstrm.hpp  |  19 ++--
+ modules/highgui/src/grfmt_bmp.cpp|  13 ++-
+ modules/highgui/src/grfmt_pxm.cpp| 119 +-
+ modules/highgui/src/loadsave.cpp | 120 +++
+ 7 files changed, 207 insertions(+), 72 deletions(-)
+
+diff --git a/modules/core/include/opencv2/core/core.hpp 
b/modules/core/include/opencv2/core/core.hpp
+index 6bb295f5c73..86f4eb182b2 100644
+--- a/modules/core/include/opencv2/core/core.hpp
 b/modules/core/include/opencv2/core/core.hpp
+@@ -3248,6 +3248,9 @@ template class AutoBuffer
+ //! returns read-only pointer to the real buffer, stack-allocated or 
head-allocated
+ operator const _Tp* () const;
+ 
++//! returns number of allocated elements
++size_t getSize() const;
++
+ protected:
+ //! pointer to the real buffer, can point to buf if the buffer is small 
enough
+ _Tp* ptr;
+diff --git a/modules/core/include/opencv2/core/operations.hpp 
b/modules/core/include/opencv2/core/operations.hpp
+index 1b7484aded2..37fd3d97c7a 100644
+--- a/modules/core/include/opencv2/core/operations.hpp
 b/modules/core/include/opencv2/core/operations.hpp
+@@ -2581,6 +2581,9 @@ template inline 
AutoBuffer<_Tp, fixed_size>::op
+ template inline AutoBuffer<_Tp, 
fixed_size>::operator const _Tp* () const
+ { return ptr; }
+ 
++template inline size_t AutoBuffer<_Tp, 
fixed_size>::getSize() const
++{ return size; }
++
+ 
+ /// Ptr 

+ 
+diff --git a/modules/highgui/src/bitstrm.cpp b/modules/highgui/src/bitstrm.cpp
+index dd8bec87cca..67792a27f28 100644
+--- a/modules/highgui/src/bitstrm.cpp
 b/modules/highgui/src/bitstrm.cpp
+@@ -208,6 +208,8 @@ int  RLByteStream::getByte()
+ current = m_current;
+ }
+ 
++CV_Assert(current < m_end);
++
+ val = *((uchar*)current);
+ m_current = current + 1;
+ return val;
+diff --git a/modules/highgui/src/bitstrm.hpp b/modules/highgui/src/bitstrm.hpp
+index 57956beb539..b22987bc911 100644
+--- a/modules/highgui/src/bitstrm.hpp
 b/modules/highgui/src/bitstrm.hpp
+@@ -48,13 +48,20 @@
+ namespace cv
+ {
+ 
+-enum
+-{
+-RBS_THROW_EOS=-123,  //  exception code
+-RBS_THROW_FORB=-124,  //  exception code
+-RBS_HUFF_FORB=2047,  // forrbidden huffman code "value"
+-RBS_BAD_HEADER=-125 // invalid header
++#define DECLARE_RBS_EXCEPTION(name) \
++class RBS_ ## name ## _Exception : public cv::Exception \
++{ \
++public: \
++RBS_ ## name ## _Exception(int code_, const String& err_, const String& 
func_, const String& file_, int line_) : \
++cv::Exception(code_, err_, func_, file_, line_) \
++{} \
+ };
++DECLARE_RBS_EXCEPTION(THROW_EOS)
++#define RBS_THROW_EOS RBS_THROW_EOS_Exception(CV_StsError, "Unexpected end of 
input stream", CV_Func, __FILE__, __LINE__)
++DECLARE_RBS_EXCEPTION(THROW_FORB)
++#define RBS_THROW_FORB RBS_THROW_FORB_Exception(CV_StsError, "Forrbidden 
huffman code", CV_Func, __FILE__, __LINE__)
++DECLARE_RBS_EXCEPTION(BAD_HEADER)
++#define RBS_BAD_HEADER RBS_BAD_HEADER_Exception(CV_StsError, "Invalid 
header", CV_Func, __FILE__, __LINE__)
+ 
+ typedef unsigned long ulong;
+ 
+diff --git a/modules/highgui/src/grfmt_bmp.cpp 
b/modules/highgui/src/grfmt_bmp.cpp
+index c8f8218cd3b..026b317467d 100644
+--- a/modules/highgui/src/grfmt_bmp.cpp
 b/modules/highgui/src/grfmt_bmp.cpp
+@@ -115,8 +115,9 @@ bool  BmpDecoder::readHeader()
+ 
+ if( m_bpp <= 8 )
+ {
+-memset( m_palette, 0, sizeof(m_palette));
+-m_strm.getBytes( m_palette, (clrused == 0? 

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

2017-09-01 Thread Amy Liffey
commit: 02d7a8a902caf91a4b7a7aa460beb87ff826c28f
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Sep  1 11:31:54 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Sep  1 11:37:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d7a8a9

media-libs/opencv: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-libs/opencv/opencv-3.1.0-r6.ebuild | 295 ---
 media-libs/opencv/opencv-3.1.0-r7.ebuild | 290 ---
 media-libs/opencv/opencv-3.2.0.ebuild| 329 ---
 3 files changed, 914 deletions(-)

diff --git a/media-libs/opencv/opencv-3.1.0-r6.ebuild 
b/media-libs/opencv/opencv-3.1.0-r6.ebuild
deleted file mode 100644
index 06daae20513..000
--- a/media-libs/opencv/opencv-3.1.0-r6.ebuild
+++ /dev/null
@@ -1,295 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit toolchain-funcs cmake-utils python-r1 java-pkg-opt-2 java-ant-2
-
-DESCRIPTION="A collection of algorithms and sample code for
-   various computer vision problems"
-HOMEPAGE="http://opencv.org;
-
-BASE_URI="https://github.com/${PN}/${PN};
-#commit from Thu, 02 Jun 2016
-CONTRIB_URI="75b3ea9f72fdb083140fc63855b7677d67748376"
-CONTRIB_P="${P}_contrib-${CONTRIB_URI:0:7}"
-
-SRC_URI="${BASE_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz
-   contrib? ( ${BASE_URI}_contrib/archive/${CONTRIB_URI}.tar.gz -> 
${CONTRIB_P}.tar.gz )"
-LICENSE="BSD"
-SLOT="0/3.1" # subslot = libopencv* soname version
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="contrib cuda +eigen examples ffmpeg gdal gflags glog gphoto2 gstreamer 
gtk \
-   ieee1394 ipp jpeg jpeg2k libav opencl openexr opengl openmp pch png \
-   +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine 
\
-   contrib_cvv contrib_hdf contrib_sfm"
-
-# OpenGL needs gtk or Qt installed to activate, otherwise build system
-# will silently disable it without the user knowing, which defeats the
-# purpose of the opengl use flag.
-REQUIRED_USE="
-   cuda? ( tesseract? ( opencl ) )
-   gflags? ( contrib )
-   glog? ( contrib )
-   contrib_cvv? ( contrib qt5 )
-   contrib_hdf? ( contrib )
-   contrib_sfm? ( contrib eigen gflags glog )
-   opengl? ( || ( gtk qt5 ) )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   tesseract? ( contrib )"
-
-# The following logic is intrinsic in the build system, but we do not enforce
-# it on the useflags since this just blocks emerging pointlessly:
-#  gtk? ( !qt5 )
-#  openmp? ( !threads )
-
-RDEPEND="
-   app-arch/bzip2
-   sys-libs/zlib
-   cuda? ( dev-util/nvidia-cuda-toolkit:0= )
-   ffmpeg? (
-   libav? ( media-video/libav:0= )
-   !libav? ( media-video/ffmpeg:0= )
-   )
-   gdal? ( sci-libs/gdal )
-   gflags? ( dev-cpp/gflags )
-   glog? ( dev-cpp/glog )
-   gphoto2? ( media-libs/libgphoto2 )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   gtk? (
-   dev-libs/glib:2
-   x11-libs/gtk+:2
-   opengl? ( x11-libs/gtkglext )
-   )
-   java? ( >=virtual/jre-1.6:* )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/jasper:= )
-   ieee1394? (
-   media-libs/libdc1394
-   sys-libs/libraw1394
-   )
-   ipp? ( sci-libs/ipp )
-   contrib_hdf? ( sci-libs/hdf5 )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr )
-   opengl? ( virtual/opengl virtual/glu )
-   png? ( media-libs/libpng:0= )
-   python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
-   qt5? (
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qttest:5
-   dev-qt/qtconcurrent:5
-   opengl? ( dev-qt/qtopengl:5 )
-   )
-   tesseract? ( app-text/tesseract[opencl=] )
-   threads? ( dev-cpp/tbb )
-   tiff? ( media-libs/tiff:0 )
-   v4l? ( >=media-libs/libv4l-0.8.3 )
-   vtk? ( sci-libs/vtk[rendering] )
-   webp? ( media-libs/libwebp )
-   xine? ( media-libs/xine-lib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   eigen? ( dev-cpp/eigen:3 )
-   java?  ( >=virtual/jdk-1.6 )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.0.0-gles.patch
-   "${FILESDIR}"/${P}-cmake-no-opengl.patch
-   "${FILESDIR}"/${P}-git-autodetect.patch
-   "${FILESDIR}"/${P}-java-magic.patch
-   "${FILESDIR}"/${P}-gentooify-python.patch
-   "${FILESDIR}"/${P}-remove-graphcut-for-cuda-8.patch
-   "${FILESDIR}"/${P}-find-libraries-fix.patch
-)
-
-GLOBALCMAKEARGS=()
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() 

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

2017-09-01 Thread Alexis Ballier
commit: 9249f2ff2792fec4cba2b8dea1940f66063afafc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:54:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9249f2ff

dev-ml/ocaml-hashcons: bump to 1.3

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ml/ocaml-hashcons/Manifest  |  1 +
 dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest
index 3a72ad97c90..6a368ba585c 100644
--- a/dev-ml/ocaml-hashcons/Manifest
+++ b/dev-ml/ocaml-hashcons/Manifest
@@ -1 +1,2 @@
 DIST ocaml-hashcons-1.2.tar.gz 19775 SHA256 
de48e8e3e19b8cf84fb4d8d2484f0bb44dc6ced160b0d22b74d4de7236c821bb SHA512 
167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2
 WHIRLPOOL 
4d89bbf99826dbc1e5d8e46f03d71357b0b6c6b71ba76f9b7a8dcaa4906b976c4edd30407d0d1cb183e9cb5ef8b11f412fee98beb8eb1d4a6113cc9650eea0a3
+DIST ocaml-hashcons-1.3.tar.gz 19495 SHA256 
59c72966f48ea67c694dd49099eca180b52d3da81d4300172ace6edb4a5d72ce SHA512 
fd194d48a3231e72ca8bf3d324e5e1f6442d965da9149973a1763cf70aa82398805fa00648bdd12de3d3daada8e90bdc575c73886f949b5183e79bea75beadc8
 WHIRLPOOL 
67133d354bc96bfbffa269593680183cfd8bf8882383f6a84fccb8702ab5aae440b0d428b19c2f2408ac95d501f654ec678d71c575b2f6d0f38ac8a0b4e0

diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild 
b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
new file mode 100644
index 000..7b027961ea8
--- /dev/null
+++ b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools findlib
+
+DESCRIPTION="OCaml hash-consing library"
+HOMEPAGE="https://github.com/backtracking/ocaml-hashcons;
+SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="dev-lang/ocaml:=[ocamlopt?]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   eautoreconf
+   sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die
+}
+
+src_compile() {
+   if use ocamlopt; then
+   emake opt byte
+   else
+   emake byte
+   fi
+}
+
+src_install() {
+   dodir "$(ocamlfind printconf destdir)/hashcons"
+   emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex 
ocamlopt install-opt install-byte)
+   dodoc README.md CHANGES
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_library/

2017-09-01 Thread Alexis Ballier
commit: 77afd1675dea169656c89376af4de4420fa83a90
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:45:02 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77afd167

dev-ros/rosbridge_library: Bump to 0.8.1.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/rosbridge_library/Manifest |  1 +
 .../rosbridge_library-0.8.1.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ros/rosbridge_library/Manifest 
b/dev-ros/rosbridge_library/Manifest
index bef5479d7f8..cfc5284cca6 100644
--- a/dev-ros/rosbridge_library/Manifest
+++ b/dev-ros/rosbridge_library/Manifest
@@ -1,3 +1,4 @@
 DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 
5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 
c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a
 WHIRLPOOL 
8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb
 DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 
f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 
212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6
 WHIRLPOOL 
1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9
 DIST rosbridge_suite-0.7.17.tar.gz 373578 SHA256 
f9786de015276d6d58c023ad6a6a24acb6291796f8f61151adc6b585bd43d961 SHA512 
4cd10fa54378ba5f3ed7845e61fdfb98f40113adb8ca9461ccb4e793258d44254d41cf6bcad165163837e72ef5573d994a0796a44e6d83f75c386fc9f9892a2e
 WHIRLPOOL 
3bd8375e2e34f69fcba52a0e7f5278c7e36462774a1b4b2490b1337380917ebdb0578ca7051ebc9063f533d6f26051fb2e7d60acfc69975c80a603edc2e5dfe6
+DIST rosbridge_suite-0.8.1.tar.gz 376461 SHA256 
f6f763dc49aa7a2a147c950d12202eb8cfdd2180d24e2010682cc353a338065f SHA512 
322d720b5380970a97de07568a0e8b521a1a7646ac4695c168ae0b8fcb2ec445b7b5e9c500a12f05ede797f8ae9d2add70104e8a53667d36ae513ef56ffc6e29
 WHIRLPOOL 
c19af50a75a9380cf729ce4ab1e610236c2a6a22198e41309aa9c2b81e6f89fd0e7496982f8000627e61e23e3576f554cf010d985cf8fdd993ffda73a9fff90d

diff --git a/dev-ros/rosbridge_library/rosbridge_library-0.8.1.ebuild 
b/dev-ros/rosbridge_library/rosbridge_library-0.8.1.ebuild
new file mode 100644
index 000..975b2fdc45f
--- /dev/null
+++ b/dev-ros/rosbridge_library/rosbridge_library-0.8.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite;
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Core rosbridge package responsible for interpreting JSON and 
performing the appropriate ROS action"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosservice[${PYTHON_USEDEP}]
+   dev-ros/rostopic[${PYTHON_USEDEP}]
+   dev-ros/rosgraph[${PYTHON_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-python/pymongo[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/actionlib_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/nav_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy_tutorials[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_srvs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/stereo_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/tf2_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/trajectory_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/visualization_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbridge_server/

2017-09-01 Thread Alexis Ballier
commit: caf8097597b3cbe98c24519b7b400abe707f4348
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:45:06 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf80975

dev-ros/rosbridge_server: Bump to 0.8.1.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/rosbridge_server/Manifest  |  1 +
 .../rosbridge_server/rosbridge_server-0.8.1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-ros/rosbridge_server/Manifest 
b/dev-ros/rosbridge_server/Manifest
index e132c313d2b..fdb876e2e13 100644
--- a/dev-ros/rosbridge_server/Manifest
+++ b/dev-ros/rosbridge_server/Manifest
@@ -3,3 +3,4 @@ DIST rosbridge_suite-0.7.14.tar.gz 368983 SHA256 
710021193a87a0da760c9f7124a6abf
 DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 
5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 
c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a
 WHIRLPOOL 
8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb
 DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 
f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 
212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6
 WHIRLPOOL 
1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9
 DIST rosbridge_suite-0.7.17.tar.gz 373578 SHA256 
f9786de015276d6d58c023ad6a6a24acb6291796f8f61151adc6b585bd43d961 SHA512 
4cd10fa54378ba5f3ed7845e61fdfb98f40113adb8ca9461ccb4e793258d44254d41cf6bcad165163837e72ef5573d994a0796a44e6d83f75c386fc9f9892a2e
 WHIRLPOOL 
3bd8375e2e34f69fcba52a0e7f5278c7e36462774a1b4b2490b1337380917ebdb0578ca7051ebc9063f533d6f26051fb2e7d60acfc69975c80a603edc2e5dfe6
+DIST rosbridge_suite-0.8.1.tar.gz 376461 SHA256 
f6f763dc49aa7a2a147c950d12202eb8cfdd2180d24e2010682cc353a338065f SHA512 
322d720b5380970a97de07568a0e8b521a1a7646ac4695c168ae0b8fcb2ec445b7b5e9c500a12f05ede797f8ae9d2add70104e8a53667d36ae513ef56ffc6e29
 WHIRLPOOL 
c19af50a75a9380cf729ce4ab1e610236c2a6a22198e41309aa9c2b81e6f89fd0e7496982f8000627e61e23e3576f554cf010d985cf8fdd993ffda73a9fff90d

diff --git a/dev-ros/rosbridge_server/rosbridge_server-0.8.1.ebuild 
b/dev-ros/rosbridge_server/rosbridge_server-0.8.1.ebuild
new file mode 100644
index 000..775590dc7d3
--- /dev/null
+++ b/dev-ros/rosbridge_server/rosbridge_server-0.8.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite;
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="A WebSocket interface to rosbridge"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosapi[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   
dev-ros/rosbridge_library[${PYTHON_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/rosauth[${PYTHON_USEDEP}]
+   dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}"
+PATCHES=(
+   "${FILESDIR}/backports-ssl.patch"
+   "${FILESDIR}/tornado.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-ros/imu_complementary_filter/

2017-09-01 Thread Alexis Ballier
commit: 0aa380e1ad1d24e297020d6ea963f144de064c3c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 30 09:17:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa380e1

dev-ros/imu_complementary_filter: initial import

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/imu_complementary_filter/Manifest  |  1 +
 .../imu_complementary_filter-1.1.5.ebuild  | 26 ++
 .../imu_complementary_filter-.ebuild   | 26 ++
 dev-ros/imu_complementary_filter/metadata.xml  | 11 +
 4 files changed, 64 insertions(+)

diff --git a/dev-ros/imu_complementary_filter/Manifest 
b/dev-ros/imu_complementary_filter/Manifest
new file mode 100644
index 000..82f6f559d84
--- /dev/null
+++ b/dev-ros/imu_complementary_filter/Manifest
@@ -0,0 +1 @@
+DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 
845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 
5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
 WHIRLPOOL 
2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964

diff --git 
a/dev-ros/imu_complementary_filter/imu_complementary_filter-1.1.5.ebuild 
b/dev-ros/imu_complementary_filter/imu_complementary_filter-1.1.5.ebuild
new file mode 100644
index 000..39e83a27323
--- /dev/null
+++ b/dev-ros/imu_complementary_filter/imu_complementary_filter-1.1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/message_filters
+   dev-ros/roscpp
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/tf
+"
+DEPEND="${RDEPEND}
+   dev-ros/cmake_modules
+"

diff --git 
a/dev-ros/imu_complementary_filter/imu_complementary_filter-.ebuild 
b/dev-ros/imu_complementary_filter/imu_complementary_filter-.ebuild
new file mode 100644
index 000..39e83a27323
--- /dev/null
+++ b/dev-ros/imu_complementary_filter/imu_complementary_filter-.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/message_filters
+   dev-ros/roscpp
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/tf
+"
+DEPEND="${RDEPEND}
+   dev-ros/cmake_modules
+"

diff --git a/dev-ros/imu_complementary_filter/metadata.xml 
b/dev-ros/imu_complementary_filter/metadata.xml
new file mode 100644
index 000..0be33667fd3
--- /dev/null
+++ b/dev-ros/imu_complementary_filter/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ccny-ros-pkg/imu_tools
+   
+



[gentoo-commits] repo/gentoo:master commit in: ros-meta/imu_tools/

2017-09-01 Thread Alexis Ballier
commit: 1b7c139263b7f4a361a3fca9b10f6e52004ed281
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 30 09:29:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7c1392

ros-meta/imu_tools: initial import

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ros-meta/imu_tools/Manifest   |  1 +
 ros-meta/imu_tools/imu_tools-1.1.5.ebuild | 22 ++
 ros-meta/imu_tools/imu_tools-.ebuild  | 22 ++
 ros-meta/imu_tools/metadata.xml   | 11 +++
 4 files changed, 56 insertions(+)

diff --git a/ros-meta/imu_tools/Manifest b/ros-meta/imu_tools/Manifest
new file mode 100644
index 000..82f6f559d84
--- /dev/null
+++ b/ros-meta/imu_tools/Manifest
@@ -0,0 +1 @@
+DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 
845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 
5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
 WHIRLPOOL 
2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964

diff --git a/ros-meta/imu_tools/imu_tools-1.1.5.ebuild 
b/ros-meta/imu_tools/imu_tools-1.1.5.ebuild
new file mode 100644
index 000..92c71cb0e9b
--- /dev/null
+++ b/ros-meta/imu_tools/imu_tools-1.1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Various tools for IMU devices"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/imu_complementary_filter
+   dev-ros/imu_filter_madgwick
+   dev-ros/rviz_imu_plugin
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/imu_tools/imu_tools-.ebuild 
b/ros-meta/imu_tools/imu_tools-.ebuild
new file mode 100644
index 000..92c71cb0e9b
--- /dev/null
+++ b/ros-meta/imu_tools/imu_tools-.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Various tools for IMU devices"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/imu_complementary_filter
+   dev-ros/imu_filter_madgwick
+   dev-ros/rviz_imu_plugin
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/imu_tools/metadata.xml b/ros-meta/imu_tools/metadata.xml
new file mode 100644
index 000..0be33667fd3
--- /dev/null
+++ b/ros-meta/imu_tools/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ccny-ros-pkg/imu_tools
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz_imu_plugin/

2017-09-01 Thread Alexis Ballier
commit: c95c902cf7e4c07708351636f99872ea5c1829de
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 30 09:27:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95c902c

dev-ros/rviz_imu_plugin: initial import

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/rviz_imu_plugin/Manifest   |  1 +
 dev-ros/rviz_imu_plugin/metadata.xml   | 11 ++
 .../rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild   | 24 ++
 .../rviz_imu_plugin/rviz_imu_plugin-.ebuild| 24 ++
 4 files changed, 60 insertions(+)

diff --git a/dev-ros/rviz_imu_plugin/Manifest b/dev-ros/rviz_imu_plugin/Manifest
new file mode 100644
index 000..82f6f559d84
--- /dev/null
+++ b/dev-ros/rviz_imu_plugin/Manifest
@@ -0,0 +1 @@
+DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 
845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 
5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
 WHIRLPOOL 
2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964

diff --git a/dev-ros/rviz_imu_plugin/metadata.xml 
b/dev-ros/rviz_imu_plugin/metadata.xml
new file mode 100644
index 000..0be33667fd3
--- /dev/null
+++ b/dev-ros/rviz_imu_plugin/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ccny-ros-pkg/imu_tools
+   
+

diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild 
b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild
new file mode 100644
index 000..1048fb29674
--- /dev/null
+++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-1.1.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="RVIZ plugin for IMU visualization"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-ros/roscpp
+   dev-ros/rviz
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild 
b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild
new file mode 100644
index 000..1048fb29674
--- /dev/null
+++ b/dev-ros/rviz_imu_plugin/rviz_imu_plugin-.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="RVIZ plugin for IMU visualization"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-ros/roscpp
+   dev-ros/rviz
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/rosapi/

2017-09-01 Thread Alexis Ballier
commit: 11dc41269a7b7778c0e8f9d74990a56049647cde
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:44:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dc4126

dev-ros/rosapi: Bump to 0.8.1.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/rosapi/Manifest|  1 +
 dev-ros/rosapi/rosapi-0.8.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ros/rosapi/Manifest b/dev-ros/rosapi/Manifest
index e132c313d2b..fdb876e2e13 100644
--- a/dev-ros/rosapi/Manifest
+++ b/dev-ros/rosapi/Manifest
@@ -3,3 +3,4 @@ DIST rosbridge_suite-0.7.14.tar.gz 368983 SHA256 
710021193a87a0da760c9f7124a6abf
 DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 
5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 
c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a
 WHIRLPOOL 
8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb
 DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 
f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 
212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6
 WHIRLPOOL 
1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9
 DIST rosbridge_suite-0.7.17.tar.gz 373578 SHA256 
f9786de015276d6d58c023ad6a6a24acb6291796f8f61151adc6b585bd43d961 SHA512 
4cd10fa54378ba5f3ed7845e61fdfb98f40113adb8ca9461ccb4e793258d44254d41cf6bcad165163837e72ef5573d994a0796a44e6d83f75c386fc9f9892a2e
 WHIRLPOOL 
3bd8375e2e34f69fcba52a0e7f5278c7e36462774a1b4b2490b1337380917ebdb0578ca7051ebc9063f533d6f26051fb2e7d60acfc69975c80a603edc2e5dfe6
+DIST rosbridge_suite-0.8.1.tar.gz 376461 SHA256 
f6f763dc49aa7a2a147c950d12202eb8cfdd2180d24e2010682cc353a338065f SHA512 
322d720b5380970a97de07568a0e8b521a1a7646ac4695c168ae0b8fcb2ec445b7b5e9c500a12f05ede797f8ae9d2add70104e8a53667d36ae513ef56ffc6e29
 WHIRLPOOL 
c19af50a75a9380cf729ce4ab1e610236c2a6a22198e41309aa9c2b81e6f89fd0e7496982f8000627e61e23e3576f554cf010d985cf8fdd993ffda73a9fff90d

diff --git a/dev-ros/rosapi/rosapi-0.8.1.ebuild 
b/dev-ros/rosapi/rosapi-0.8.1.ebuild
new file mode 100644
index 000..348d9a4fa5f
--- /dev/null
+++ b/dev-ros/rosapi/rosapi-0.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite;
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Provides service calls for getting ros meta-information, like 
list of topics, services, params, etc."
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/rosnode[${PYTHON_USEDEP}]
+   dev-ros/rosgraph[${PYTHON_USEDEP}]
+   dev-ros/rosbridge_library[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/imu_filter_madgwick/

2017-09-01 Thread Alexis Ballier
commit: af1b29b78c0db46a289ac3cf1eb38c7e04cd4d35
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 30 09:28:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1b29b7

dev-ros/imu_filter_madgwick: fix license

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild | 2 +-
 dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild 
b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
index bf02045b597..b540f7e0958 100644
--- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
+++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
@@ -10,7 +10,7 @@ ROS_SUBDIR=${PN}
 inherit ros-catkin
 
 DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
-LICENSE="BSD"
+LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 

diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild 
b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild
index bf02045b597..b540f7e0958 100644
--- a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild
+++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild
@@ -10,7 +10,7 @@ ROS_SUBDIR=${PN}
 inherit ros-catkin
 
 DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
-LICENSE="BSD"
+LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: ros-meta/rosbridge_suite/

2017-09-01 Thread Alexis Ballier
commit: 18f777e088c99372b47a764d00e301641f8357c7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Sep  1 07:45:10 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f777e0

ros-meta/rosbridge_suite: Bump to 0.8.1.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 ros-meta/rosbridge_suite/Manifest   |  1 +
 .../rosbridge_suite/rosbridge_suite-0.8.1.ebuild| 21 +
 2 files changed, 22 insertions(+)

diff --git a/ros-meta/rosbridge_suite/Manifest 
b/ros-meta/rosbridge_suite/Manifest
index e132c313d2b..fdb876e2e13 100644
--- a/ros-meta/rosbridge_suite/Manifest
+++ b/ros-meta/rosbridge_suite/Manifest
@@ -3,3 +3,4 @@ DIST rosbridge_suite-0.7.14.tar.gz 368983 SHA256 
710021193a87a0da760c9f7124a6abf
 DIST rosbridge_suite-0.7.15.tar.gz 369162 SHA256 
5e37bdb3115a7dc96c6513c2dc405693b143ad1fde8117f80c3649b7938d7143 SHA512 
c0cbc92e09c0a6b5f4af301107b5217f5fb4207afa9a4e5fd517f6bde9c71563a649ddd14d7b7c1c6a532e153e71e36172ea25e307f43a997a20bfb8bc63728a
 WHIRLPOOL 
8c43582dc330c15fb55182ddf37409fb402b582a279a5f7231a2875906a07f2e7b45d67f870df31e57c12d33fa01c3c6f2aeb62bc613e9e1b70ee99e216aa2cb
 DIST rosbridge_suite-0.7.16.tar.gz 369529 SHA256 
f156cab48fe88bde0d1768481a52ae983d03bf5d990a9a46cd06229447462ad2 SHA512 
212169fb1b812f4e6ee96bfb9a656aa4afa78f765c43d036013a80e8eec54d3ff7586fc3bd894a5c3efc4bb6df9c7d8b88f65ee74b35f8129c635d0b47d3eeb6
 WHIRLPOOL 
1161de5f4438d9339fb7f3bf2e4ba7b7ebc43c947f0483aedfa4f1fbc8f5bbf44627d664b654b34181f9d69e764585b357ccaa9af87027c53d61447d734e81b9
 DIST rosbridge_suite-0.7.17.tar.gz 373578 SHA256 
f9786de015276d6d58c023ad6a6a24acb6291796f8f61151adc6b585bd43d961 SHA512 
4cd10fa54378ba5f3ed7845e61fdfb98f40113adb8ca9461ccb4e793258d44254d41cf6bcad165163837e72ef5573d994a0796a44e6d83f75c386fc9f9892a2e
 WHIRLPOOL 
3bd8375e2e34f69fcba52a0e7f5278c7e36462774a1b4b2490b1337380917ebdb0578ca7051ebc9063f533d6f26051fb2e7d60acfc69975c80a603edc2e5dfe6
+DIST rosbridge_suite-0.8.1.tar.gz 376461 SHA256 
f6f763dc49aa7a2a147c950d12202eb8cfdd2180d24e2010682cc353a338065f SHA512 
322d720b5380970a97de07568a0e8b521a1a7646ac4695c168ae0b8fcb2ec445b7b5e9c500a12f05ede797f8ae9d2add70104e8a53667d36ae513ef56ffc6e29
 WHIRLPOOL 
c19af50a75a9380cf729ce4ab1e610236c2a6a22198e41309aa9c2b81e6f89fd0e7496982f8000627e61e23e3576f554cf010d985cf8fdd993ffda73a9fff90d

diff --git a/ros-meta/rosbridge_suite/rosbridge_suite-0.8.1.ebuild 
b/ros-meta/rosbridge_suite/rosbridge_suite-0.8.1.ebuild
new file mode 100644
index 000..275159487a8
--- /dev/null
+++ b/ros-meta/rosbridge_suite/rosbridge_suite-0.8.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/RobotWebTools/rosbridge_suite;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="JSON API to ROS functionality for non-ROS programs"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosapi
+   dev-ros/rosbridge_library
+   dev-ros/rosbridge_server
+   "
+DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-ros/imu_filter_madgwick/

2017-09-01 Thread Alexis Ballier
commit: dcc2896805593deb7026afb335ecffe116b98092
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 30 09:23:13 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Sep  1 11:18:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc28968

dev-ros/imu_filter_madgwick: initial import

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/imu_filter_madgwick/Manifest   |  1 +
 .../imu_filter_madgwick-1.1.5.ebuild   | 32 ++
 .../imu_filter_madgwick-.ebuild| 32 ++
 dev-ros/imu_filter_madgwick/metadata.xml   | 11 
 4 files changed, 76 insertions(+)

diff --git a/dev-ros/imu_filter_madgwick/Manifest 
b/dev-ros/imu_filter_madgwick/Manifest
new file mode 100644
index 000..82f6f559d84
--- /dev/null
+++ b/dev-ros/imu_filter_madgwick/Manifest
@@ -0,0 +1 @@
+DIST imu_tools-1.1.5.tar.gz 1653083 SHA256 
845d0c0dfa262223e7aeb5a4ed31c92865fd5fbc30eda04dd822a2c89e81e3e0 SHA512 
5009884852c71d6bb1b6c2be2f30ed333eca2ac6a7f29d02cb8f0821c0b95a33dd3b09049c4c4eeb1416fb0eb5dc454b3c6d36c2c24303f37c0d1d2c0c2d906a
 WHIRLPOOL 
2caf1b9cf671081051a2475d019802c8fb312a2e8ad668e0cda2a259778f0ef548e3967233daeefa14c5630c4b13fddde6e0ac4d42b5b7424bf156eac0443964

diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild 
b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
new file mode 100644
index 000..bf02045b597
--- /dev/null
+++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-1.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/tf2
+   dev-ros/tf2_geometry_msgs
+   dev-ros/tf2_ros
+   dev-ros/nodelet
+   dev-ros/pluginlib
+   dev-ros/message_filters
+   dev-ros/dynamic_reconfigure
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rosunit )
+"

diff --git a/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild 
b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild
new file mode 100644
index 000..bf02045b597
--- /dev/null
+++ b/dev-ros/imu_filter_madgwick/imu_filter_madgwick-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ccny-ros-pkg/imu_tools;
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fuses angular velocities, accelerations, and (optionally) 
magnetic readings from an IMU device"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/roscpp
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/tf2
+   dev-ros/tf2_geometry_msgs
+   dev-ros/tf2_ros
+   dev-ros/nodelet
+   dev-ros/pluginlib
+   dev-ros/message_filters
+   dev-ros/dynamic_reconfigure
+   dev-libs/boost:=[threads]
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rosunit )
+"

diff --git a/dev-ros/imu_filter_madgwick/metadata.xml 
b/dev-ros/imu_filter_madgwick/metadata.xml
new file mode 100644
index 000..0be33667fd3
--- /dev/null
+++ b/dev-ros/imu_filter_madgwick/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   r...@gentoo.org
+   Gentoo ROS Project
+   
+   
+   ccny-ros-pkg/imu_tools
+   
+



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, x11-plugins/wmMoonClock/, x11-plugins/wmMoonClock/files/, ...

2017-09-01 Thread Bernard Cafarelli
commit: 3f62d4cce3d77df788df022adb190f4dd9752239
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:21:03 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f62d4cc

x11-plugins/wmMoonClock: renamed to x11-plugins/wmmoonclock

Point to current homepage and source tarball

 profiles/updates/3Q-2017  | 1 +
 x11-plugins/wmMoonClock/Manifest  | 1 -
 x11-plugins/wmmoonclock/Manifest  | 1 +
 .../files/wmmoonclock-1.27-implicit.patch}| 0
 .../files/wmmoonclock-1.27-makefile.patch}| 0
 x11-plugins/{wmMoonClock => wmmoonclock}/metadata.xml | 4 ++--
 .../wmmoonclock-1.27-r1.ebuild}   | 8 
 7 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index 220e8d8d074..3588d6ee35e 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -4,3 +4,4 @@ slotmove kde-frameworks/kirigami 2 5
 move app-i18n/libtomoe-gtk app-i18n/tomoe-gtk
 move dev-libs/libchewing app-i18n/libchewing
 move media-gfx/pydot dev-python/pydot
+move x11-plugins/wmMoonClock x11-plugins/wmmoonclock

diff --git a/x11-plugins/wmMoonClock/Manifest b/x11-plugins/wmMoonClock/Manifest
deleted file mode 100644
index b95106ca690..000
--- a/x11-plugins/wmMoonClock/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmMoonClock-1.27.tar.gz 155197 SHA256 
439d330a30ee1cb084e0512e894f5e1a2e9869745a2274fbd9a56832c1527c77 SHA512 
5c1ccc92c763a74f03189939b39f15e763be751e8c9b6693298cdc131041165221c19b8eefabb9d06bb6cfa5c90b0aced13b24184122962375d279b9f14f8ffb
 WHIRLPOOL 
b6e83f7b867b135a77730206b11e5fb97ed36895de4c6ff49d752e048cd2d154f32459f0016b934d7053c0b5028bc5e0e2d815cb20f4ac301d5d65fe610f767b

diff --git a/x11-plugins/wmmoonclock/Manifest b/x11-plugins/wmmoonclock/Manifest
new file mode 100644
index 000..57b81c15dae
--- /dev/null
+++ b/x11-plugins/wmmoonclock/Manifest
@@ -0,0 +1 @@
+DIST wmmoonclock-1.27.tar.gz 153080 SHA256 
b0b74cc535dee4cba84074f14504e24b833cd6196d3f782348a7926aa631b7c8 SHA512 
94c4b80882e1564780498e11e88ec31918605f64dd39f0c87544d29d9d8bc0db54823fd1fe5fbc992f212526a762de867598cb94236d18723d316bd04f5b097d
 WHIRLPOOL 
4cd3e41f1392d9b2ed41fbacc2a2066cc688c9f75bfe18b8db4eac0fb603ee419a06ce02a4dfbdcef5fb724f024cf2a36d7b479021f2557716b6d38753d6e10c

diff --git a/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-implicit.patch 
b/x11-plugins/wmmoonclock/files/wmmoonclock-1.27-implicit.patch
similarity index 100%
rename from x11-plugins/wmMoonClock/files/wmMoonClock-1.27-implicit.patch
rename to x11-plugins/wmmoonclock/files/wmmoonclock-1.27-implicit.patch

diff --git a/x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch 
b/x11-plugins/wmmoonclock/files/wmmoonclock-1.27-makefile.patch
similarity index 100%
rename from x11-plugins/wmMoonClock/files/wmMoonClock-1.27-makefile.patch
rename to x11-plugins/wmmoonclock/files/wmmoonclock-1.27-makefile.patch

diff --git a/x11-plugins/wmMoonClock/metadata.xml 
b/x11-plugins/wmmoonclock/metadata.xml
similarity index 80%
rename from x11-plugins/wmMoonClock/metadata.xml
rename to x11-plugins/wmmoonclock/metadata.xml
index eece34cc8ca..6559b220353 100644
--- a/x11-plugins/wmMoonClock/metadata.xml
+++ b/x11-plugins/wmmoonclock/metadata.xml
@@ -6,11 +6,11 @@
Bernard Cafarelli


-   wmMoonClock displays phases and ephemeris of the Moon. Clicking 
on the App
+   wmmoonclock displays phases and ephemeris of the Moon. Clicking 
on the App
cycles the user through several `pages' of ephemeris 
information. Included are
age, fraction of current lunar cycle, the % illumination, 
whether its currently
visible or not, the rise/set times for yesterday, today and 
tomorrow, the
-   `horizon coordinates", and the "ecliptic coordinates". 
wmMoonClock supports
+   `horizon coordinates", and the "ecliptic coordinates". 
wmmoonlock supports
8-bit and high-color displays.

 

diff --git a/x11-plugins/wmMoonClock/wmMoonClock-1.27-r1.ebuild 
b/x11-plugins/wmmoonclock/wmmoonclock-1.27-r1.ebuild
similarity index 77%
rename from x11-plugins/wmMoonClock/wmMoonClock-1.27-r1.ebuild
rename to x11-plugins/wmmoonclock/wmmoonclock-1.27-r1.ebuild
index 1c55f2ae4b5..7af3af34226 100644
--- a/x11-plugins/wmMoonClock/wmMoonClock-1.27-r1.ebuild
+++ b/x11-plugins/wmmoonclock/wmmoonclock-1.27-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy"

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmon/files/, x11-plugins/wmmon/

2017-09-01 Thread Bernard Cafarelli
commit: ef0014a3a61a08f82d57fdd951282244d2268909
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 08:53:44 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0014a3

x11-plugins/wmmon: drop old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmon/Manifest |   1 -
 .../wmmon/files/wmmon-1.0_beta2-kernel26-v2.patch  | 207 -
 x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild|  39 
 3 files changed, 247 deletions(-)

diff --git a/x11-plugins/wmmon/Manifest b/x11-plugins/wmmon/Manifest
index 2f254388f72..0b275b9e8b8 100644
--- a/x11-plugins/wmmon/Manifest
+++ b/x11-plugins/wmmon/Manifest
@@ -1,2 +1 @@
 DIST wmmon-1.2b1.tar.bz2 25610 SHA256 
5b203ec46fe13d5fdee51ec878cf1856704bf650a8f5458416b9cf4585e7cac2 SHA512 
359ff4024cdc606d3520445d31b9e59c79a957b081bf46dfabde7c970aecab8d640f789f34c1599e18e15e50a077248e06600151d7c1e66ef028215d6d88ff1f
 WHIRLPOOL 
88ce15d0ca14b0f47cb23faa01372530ec3194678b04cb3e18516da0d50c014704003284cd21e1e4afa466aa806bf766eefa9cee296d60df478402240ea67999
-DIST wmmon-1_0b2.tar.gz 21589 SHA256 
0d34003747b36d47c1f6361675eee982d6eaf458b33f8cf4ecb157e87cdde9bf SHA512 
47d0924d03185241077a59df009ee47f1361e7cb8dac08e687583d32d64691c96f9308ade9979818fbf8434857439d38eb759a858298f8d2e44388f3c09ea978
 WHIRLPOOL 
0925e8c87868a689216768779ca611fa83803915283dd99c8cd7ce46304d506ef6243a1b19afe55b09a9300e9dc8283f3ad4c7c53ca2c3b7191ba8c4ec466add

diff --git a/x11-plugins/wmmon/files/wmmon-1.0_beta2-kernel26-v2.patch 
b/x11-plugins/wmmon/files/wmmon-1.0_beta2-kernel26-v2.patch
deleted file mode 100644
index 38182bb2a90..000
--- a/x11-plugins/wmmon/files/wmmon-1.0_beta2-kernel26-v2.patch
+++ /dev/null
@@ -1,207 +0,0 @@
-*** wmmon.cTue May 19 14:13:16 1998
 wmmon.c.patchedTue May 10 12:31:40 2005
-***
-*** 101,107 
-  //
-  
-  char *ProgName;
-! int  stat_current = 0; /* now global */
-  FILE *fp_meminfo;
-  FILE *fp_stat;
-  FILE *fp_loadavg;
 101,108 
-  //
-  
-  char *ProgName;
-! int  stat_current  = 0; /* now global */
-! int  minus_buffers = 1; /* do we want to subtract buffers and cache from 
memory usage? */
-  FILE *fp_meminfo;
-  FILE *fp_stat;
-  FILE *fp_loadavg;
-*** void main(int argc, char *argv[]) {
-*** 146,151 
 147,155 
-   case 's' :
-   stat_current = 2;
-   break;
-+  case 'b' :
-+  minus_buffers = 0;
-+  break;
-   default:
-   usage();
-   exit(0);
-*** void DrawActive(char *);
-*** 188,194 
-  void update_stat_cpu(stat_dev *);
-  void update_stat_io(stat_dev *);
-  void update_stat_mem(stat_dev *st, stat_dev *st2);
-- void update_stat_swp(stat_dev *);
-  
-  void wmmon_routine(int argc, char **argv) {
-  
 192,197 
-*** void wmmon_routine(int argc, char **argv
-*** 298,304 
-  
-   if(stat_current == 2) {
-   update_stat_mem(_device[2], _device[3]);
-- //   update_stat_swp(_device[3]);
-   }
-  
-   if (stat_current < 2) {
 301,306 
-*** void wmmon_routine(int argc, char **argv
-*** 320,341 
-   copyXPMArea(0, 64, 32, 12, 28+64, 4);
-   copyXPMArea(0, 64, 32, 12, 28+64, 18);
-  
-!  j = stat_device[2].rt_idle;
-!  if (j != 0) {
-!  j = (stat_device[2].rt_stat * 100) / j;
-!  }
-!  j = j * 0.32;
-!  if (j > 32) j = 32;
-!  copyXPMArea(32, 64, j, 12, 28+64, 4);
-!  /*-   --*/
-!  j = stat_device[3].rt_idle;
-!  if (j != 0) {
-!  j = (stat_device[3].rt_stat * 100) / j;
-   }
--  j = j * 0.32;
--  if (j > 32) j = 32;
--  copyXPMArea(32, 64, j, 12, 28+64, 18);
-- 
-   /*--- online tijd neerzetten! --*/
-   
-   cnt_time = time(0) - ref_time + online_time;
 322,335 
-   copyXPMArea(0, 64, 32, 12, 28+64, 4);
-   copyXPMArea(0, 64, 32, 12, 28+64, 18);
-  
-!  for (i = 2; i <= 3; i++) {
-!  j = stat_device[i].rt_stat != 0
-!  ? 100 * ( stat_device[i].rt_stat - 
stat_device[i].rt_idle ) / stat_device[i].rt_stat
-!   

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmoonclock/

2017-09-01 Thread Bernard Cafarelli
commit: 4de875075f7c108bd829373bbb46602484d0b98f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:23:00 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de87507

x11-plugins/wmmoonclock: 1.29 bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmoonclock/Manifest|  1 +
 x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/x11-plugins/wmmoonclock/Manifest b/x11-plugins/wmmoonclock/Manifest
index 57b81c15dae..c5dbe4c69c0 100644
--- a/x11-plugins/wmmoonclock/Manifest
+++ b/x11-plugins/wmmoonclock/Manifest
@@ -1 +1,2 @@
 DIST wmmoonclock-1.27.tar.gz 153080 SHA256 
b0b74cc535dee4cba84074f14504e24b833cd6196d3f782348a7926aa631b7c8 SHA512 
94c4b80882e1564780498e11e88ec31918605f64dd39f0c87544d29d9d8bc0db54823fd1fe5fbc992f212526a762de867598cb94236d18723d316bd04f5b097d
 WHIRLPOOL 
4cd3e41f1392d9b2ed41fbacc2a2066cc688c9f75bfe18b8db4eac0fb603ee419a06ce02a4dfbdcef5fb724f024cf2a36d7b479021f2557716b6d38753d6e10c
+DIST wmmoonclock-1.29.tar.gz 234991 SHA256 
beb9e108d90027df4bf2252b3669c153c858976c1099be3462d536073435203a SHA512 
c36850034a0f3b7863ecfd03f73f91f9b935f645362cebeb33186873f700585d682dc5c35f3b5d67932afd3c5699fca56bf012e8f8a06615ff52c44a47ba552e
 WHIRLPOOL 
3cab66483b156455f88c445ba4fdaad82e75c17aa0c9f035cbc5f346582690fbb10ca3a5e3e682298af7cd46348c9033277fb6cd301453bcd207f61eb584aa43

diff --git a/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild 
b/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild
new file mode 100644
index 000..b718299eb6d
--- /dev/null
+++ b/x11-plugins/wmmoonclock/wmmoonclock-1.29.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy"
+HOMEPAGE="http://www.dockapps.net/wmmoonclock;
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto
+   x11-proto/xextproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 1dd9e02facd56bda830e1b1c493a3637c67ed866
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:29:41 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9e02f

x11-plugins/wmmixer: 1.8 bump

Update homepage and rewrite ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/Manifest   |  1 +
 x11-plugins/wmmixer/wmmixer-1.8.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest
index 2061eae7379..2abcfbf794f 100644
--- a/x11-plugins/wmmixer/Manifest
+++ b/x11-plugins/wmmixer/Manifest
@@ -1 +1,2 @@
+DIST wmmixer-1.8.tar.gz 102723 SHA256 
bbcb1e3cecd7a97be79c25cf4338aa5ddf47360192324ad9bd947d4902011159 SHA512 
3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276
 WHIRLPOOL 
1e7a30a0d6ab586760d8b50b72e5639567220bd5c1c85bf546c5c2738e93b1fde646a29badb97c75c404dbff05aa0fc5b5d3fe0c8f55f35da2e61a96dd06327c
 DIST wmmixer_1.7.orig.tar.gz 24916 SHA256 
ee4ae77130dddeb8eb26d00fbbe879f09e1542d3cf8a3e713d8f8f8a91f4aecd SHA512 
81e32a821df423aff4ee0eef8c1dbd7a8302f0f43f3a6cfec3fd71b26dfca536ae2f8e0313404976eb21c217724e074eed9bf40c67360f28e901d4265580a1e4
 WHIRLPOOL 
9baa5ae9c4b9b23836346539ef9fd70a494d45c0a583986b6572efe98e0ff036b67681da39f95fa344f7c3ab32dc8e1c24a6cdcf2f56c33157c828e367834b97

diff --git a/x11-plugins/wmmixer/wmmixer-1.8.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
new file mode 100644
index 000..cf15272fd85
--- /dev/null
+++ b/x11-plugins/wmmixer/wmmixer-1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A mixer designed for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon;
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/

2017-09-01 Thread Bernard Cafarelli
commit: 24d01a668ab70a537703335084fc3a2fb5c0e035
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:30:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d01a66

x11-plugins/wmmixer: fix 1.7 homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmixer/wmmixer-1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmmixer/wmmixer-1.7.ebuild 
b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
index 98e1e7692ca..c2f78e5f1af 100644
--- a/x11-plugins/wmmixer/wmmixer-1.7.ebuild
+++ b/x11-plugins/wmmixer/wmmixer-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A mixer designed for WindowMaker"
-HOMEPAGE="http://packages.qa.debian.org/w/wmmixer.html;
+HOMEPAGE="https://packages.qa.debian.org/w/wmmixer.html;
 SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmifs/

2017-09-01 Thread Bernard Cafarelli
commit: 8cd94dd4887ce703dab02657b86dcecfec9588d1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 08:54:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd94dd4

x11-plugins/wmifs: fix homepage

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmifs/wmifs-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmifs/wmifs-1.8.ebuild 
b/x11-plugins/wmifs/wmifs-1.8.ebuild
index 30c5e7db8ce..2515980eab9 100644
--- a/x11-plugins/wmifs/wmifs-1.8.ebuild
+++ b/x11-plugins/wmifs/wmifs-1.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="Network monitoring dockapp"
-HOMEPAGE="http://www.dockapps.net/wmtime;
+HOMEPAGE="http://www.dockapps.net/wmifs;
 SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmon/

2017-09-01 Thread Bernard Cafarelli
commit: 369a1b04d0e80ab95f8a43a146854c3e731e681f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Sep  1 09:02:44 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Sep  1 11:06:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369a1b04

x11-plugins/wmmon: 1.3 bump

Update homepage, ebuild cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-plugins/wmmon/Manifest |  1 +
 x11-plugins/wmmon/wmmon-1.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmmon/Manifest b/x11-plugins/wmmon/Manifest
index 0b275b9e8b8..5d9bbb20fe0 100644
--- a/x11-plugins/wmmon/Manifest
+++ b/x11-plugins/wmmon/Manifest
@@ -1 +1,2 @@
 DIST wmmon-1.2b1.tar.bz2 25610 SHA256 
5b203ec46fe13d5fdee51ec878cf1856704bf650a8f5458416b9cf4585e7cac2 SHA512 
359ff4024cdc606d3520445d31b9e59c79a957b081bf46dfabde7c970aecab8d640f789f34c1599e18e15e50a077248e06600151d7c1e66ef028215d6d88ff1f
 WHIRLPOOL 
88ce15d0ca14b0f47cb23faa01372530ec3194678b04cb3e18516da0d50c014704003284cd21e1e4afa466aa806bf766eefa9cee296d60df478402240ea67999
+DIST wmmon-1.3.tar.gz 107622 SHA256 
67f8fe8c52aa317249f90258571201c2a38711b178a960713d8c32479ae2ac3a SHA512 
2308bf5ef9aa9f93979e63ea7d405e304a1a7ea55b966affc200239829f3cd2b7039fe96e42fcf59b525a72b3f8f64d8397853c3847356733644045e5529
 WHIRLPOOL 
18d9b572f04a676cc8b4e2ec5ae6bd035821a76a7d99569062f00b359b06cba2a182011b4094a9f53dcdf71e0dfd49c82ea4f499ad51bbd018ec4d3b7b882535

diff --git a/x11-plugins/wmmon/wmmon-1.3.ebuild 
b/x11-plugins/wmmon/wmmon-1.3.ebuild
new file mode 100644
index 000..7705ab2e705
--- /dev/null
+++ b/x11-plugins/wmmon/wmmon-1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Dockable system resources monitor applet for WindowMaker"
+HOMEPAGE="http://www.dockapps.net/wmmon;
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:=
+   x11-libs/libX11
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



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

2017-09-01 Thread Tim Harder
commit: a01ed4b99a6a266217bea712a70cdc87268c00eb
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep  1 10:30:28 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep  1 10:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ed4b9

dev-python/ptyprocess: version bump to 0.5.2

 dev-python/ptyprocess/Manifest|  1 +
 dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest
index 119514cf0c6..0fbe35a083c 100644
--- a/dev-python/ptyprocess/Manifest
+++ b/dev-python/ptyprocess/Manifest
@@ -1,2 +1,3 @@
 DIST ptyprocess-0.5.1.tar.gz 68474 SHA256 
0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 SHA512 
9e7481e8e3facde73086ef0728a57516a15b6bc2a5fb6bf6d6f892c396c9376d9d6334ee37737f3469929c4086d5678a2c5deaf44d70589d41644a98f2239dad
 WHIRLPOOL 
ba327a02a847f7c5e4b62e6bf8ba0f070f8a22ff584045d7ed3cc134f8a922b9d75e397992cd5df5ca4569f563d234ea2a194b5a557606978a37a4f04559ee1e
+DIST ptyprocess-0.5.2.tar.gz 69297 SHA256 
e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 SHA512 
cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553
 WHIRLPOOL 
de6f42fe487b948b5b7801a9c0375f7586aedcac5c7e7563f0f7cf56a3a8d7c2abea42d256544b32cf5c0bb71bc71602b8582d581199cf0e2234a648a6017be3
 DIST ptyprocess-0.5.tar.gz 14923 SHA256 
dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59 SHA512 
6619bfc1dfc7c980ffc72dba62697692eb749f19500616e8783cfdc3c35980276eb39070f4cd7932775abb5e798c921b9320c5f51b9052f526585f01cd56259e
 WHIRLPOOL 
b1bd0da485ea106a3d366ab21dc714418b8d392a32fc3386ef734362da8ee455a38f9330cedfe35687be09bea3ff622c54440119fca72d7787d9a29518717b77

diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild 
b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
new file mode 100644
index 000..e56ab2e7f0c
--- /dev/null
+++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Run a subprocess in a pseudo terminal"
+HOMEPAGE="https://github.com/pexpect/ptyprocess;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



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

2017-09-01 Thread Tim Harder
commit: 379dafab758b883212976bc8b7a36acbd01afd32
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep  1 10:12:45 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep  1 10:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379dafab

dev-python/pexpect: remove sourceforge from upstream metadata

 dev-python/pexpect/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pexpect/metadata.xml b/dev-python/pexpect/metadata.xml
index d5b4d804916..311134caccb 100644
--- a/dev-python/pexpect/metadata.xml
+++ b/dev-python/pexpect/metadata.xml
@@ -8,6 +8,5 @@
   
 pexpect
 pexpect/pexpect
-pexpect
   
 



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

2017-09-01 Thread Tim Harder
commit: 42d73bdad807b465a922ac94ed8bd6019411befa
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Sep  1 10:09:49 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Sep  1 10:27:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d73bda

dev-python/jedi: stabilize 0.10.2

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

diff --git a/dev-python/jedi/jedi-0.10.2.ebuild 
b/dev-python/jedi/jedi-0.10.2.ebuild
index f638a0b41d2..9850629b4f5 100644
--- a/dev-python/jedi/jedi-0.10.2.ebuild
+++ b/dev-python/jedi/jedi-0.10.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc test"
 
 DEPEND="



  1   2   >