[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdelibs/files/, kde-frameworks/kdelibs/

2017-04-20 Thread Andreas Sturmlechner
commit: 08f81feddd3af44e94e3e63d1a35ce0757013c8f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 20 22:02:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 21 06:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f81fed

kde-frameworks/kdelibs: 4.14.31 version bump

Use bump for a little cleanup of dependencies.
epatch -> eapply

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-frameworks/kdelibs/Manifest|   1 +
 .../kdelibs/files/kdelibs-4.14.31-httpslave.patch  |  30 +++
 .../kdelibs-4.3.80-kdeui_util_kkeyserver_mac.patch |   6 +-
 kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild  | 292 +
 4 files changed, 326 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/kdelibs/Manifest b/kde-frameworks/kdelibs/Manifest
index 8b3a036dd44..50709eb8856 100644
--- a/kde-frameworks/kdelibs/Manifest
+++ b/kde-frameworks/kdelibs/Manifest
@@ -1 +1,2 @@
 DIST kdelibs-4.14.29.tar.xz 11643940 SHA256 
1b538ddecaf818ae69b3de8ee11324bf92f4da5b3943f728cb0afdcd34037c77 SHA512 
caf5f840533bd99c42d74583ef97004500de4d73f14bf442e6b3d83bbf6bb1130e735a8f7a45955d60b318a3587e4e08f168c11e1159c26445875b907f5f0976
 WHIRLPOOL 
007c8605c22bfa3417c6b3b841cb4c6c7f99484463acb7b954b5eb75615b58515363281d75ebdfb175d90d4830d7fbe3bb7ed786943cb2de66d1519a792a1d11
+DIST kdelibs-4.14.31.tar.xz 11640112 SHA256 
c1944fbff6a5ee75d7116137730ccfe8eb72c765e71909dd79de92cf810e5101 SHA512 
137ec20009c3e2bed7cf1bab6c7efd807b61f561de3bd934e1edc02d431d82295f144c2dabea4ce819af83a3e7f86938a74999ed997a66b17ea055eb1ada6aba
 WHIRLPOOL 
cf32700ea2a5086c2b1e79f7f9ff001b277ba127ba37d0ff6acc2b54a488378a1f9e08b9ab73416d2904b2d56b0b4250ed2d38dd386c39b16163b164a908652e

diff --git a/kde-frameworks/kdelibs/files/kdelibs-4.14.31-httpslave.patch 
b/kde-frameworks/kdelibs/files/kdelibs-4.14.31-httpslave.patch
new file mode 100644
index 000..ecf923a0613
--- /dev/null
+++ b/kde-frameworks/kdelibs/files/kdelibs-4.14.31-httpslave.patch
@@ -0,0 +1,30 @@
+From b6f20222cc1192d9329e170211049ad6c867cfe2 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab 
+Date: Mon, 17 Apr 2017 12:52:58 +0200
+Subject: http slave: send error page after authorization failure
+
+BUG: 373323
+
+Backport from KF5 kio
+---
+ kioslave/http/http.cpp | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/kioslave/http/http.cpp b/kioslave/http/http.cpp
+index db5368a..b7c815c 100644
+--- a/kioslave/http/http.cpp
 b/kioslave/http/http.cpp
+@@ -5493,7 +5493,9 @@ try_next_auth_scheme:
+ if (!authTokens.isEmpty()) {
+ goto try_next_auth_scheme;
+ } else {
+-error(ERR_UNSUPPORTED_ACTION, i18n("Authorization 
failed."));
++if (!sendErrorPageNotification()) {
++error(ERR_UNSUPPORTED_ACTION, i18n("Authorization 
failed."));
++}
+ authRequiresAnotherRoundtrip = false;
+ }
+ //### return false; ?
+-- 
+cgit v0.11.2
+

diff --git 
a/kde-frameworks/kdelibs/files/kdelibs-4.3.80-kdeui_util_kkeyserver_mac.patch 
b/kde-frameworks/kdelibs/files/kdelibs-4.3.80-kdeui_util_kkeyserver_mac.patch
index 006ca00a458..aca4fe41246 100644
--- 
a/kde-frameworks/kdelibs/files/kdelibs-4.3.80-kdeui_util_kkeyserver_mac.patch
+++ 
b/kde-frameworks/kdelibs/files/kdelibs-4.3.80-kdeui_util_kkeyserver_mac.patch
@@ -1,6 +1,6 @@
-diff -purN kdelibs-4.3.80.orig/kdeui/util/kkeyserver_mac.cpp 
kdelibs-4.3.80/kdeui/util/kkeyserver_mac.cpp
 a/kdelibs-4.3.80.orig/kdeui/util/kkeyserver_mac.cpp2009-12-14 
17:05:26.284881642 -0500
-+++ b/kdelibs-4.3.80/kdeui/util/kkeyserver_mac.cpp 2009-12-14 
17:11:23.393094384 -0500
+diff -purN kdeui/util/kkeyserver_mac.cpp kdeui/util/kkeyserver_mac.cpp
+--- a/kdeui/util/kkeyserver_mac.cpp2009-12-14 17:05:26.284881642 -0500
 b/kdeui/util/kkeyserver_mac.cpp2009-12-14 17:11:23.393094384 -0500
 @@ -68,7 +68,7 @@ namespace KKeyServer {
  #ifdef QT_MAC_USE_COCOA
  static TISInputSourceRef lastLayout = 0;

diff --git a/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild 
b/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild
new file mode 100644
index 000..6913396c7ca
--- /dev/null
+++ b/kde-frameworks/kdelibs/kdelibs-4.14.31.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CPPUNIT_REQUIRED="optional"
+DECLARATIVE_REQUIRED="always"
+KDE_HANDBOOK="optional"
+OPENGL_REQUIRED="optional"
+WEBKIT_REQUIRED="optional"
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+APPS_VERSION="17.04.0" # Don't forget to bump this
+
+DESCRIPTION="Libraries needed for programs by KDE"
+[[ ${KDE_BUILD_TYPE} != live ]] && \
+SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~ppc

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/

2017-04-20 Thread Andreas Sturmlechner
commit: 9426f6d9d1e1433136731010d7b40f6caf3fc328
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 21 06:41:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 21 06:42:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9426f6d9

kde-frameworks/knotifications: Really drop 5.33.0 (r0)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../knotifications/knotifications-5.33.0.ebuild| 45 --
 1 file changed, 45 deletions(-)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild 
b/kde-frameworks/knotifications/knotifications-5.33.0.ebuild
deleted file mode 100644
index d6901a20aa6..000
--- a/kde-frameworks/knotifications/knotifications-5.33.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework for notifying the user of an event"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dbus nls speech X"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '' '' '5=')
-   $(add_qt_dep qtwidgets)
-   media-libs/phonon[qt5]
-   dbus? ( dev-libs/libdbusmenu-qt[qt5] )
-   speech? ( $(add_qt_dep qtspeech) )
-   X? (
-   $(add_qt_dep qtx11extras)
-   x11-libs/libX11
-   x11-libs/libXtst
-   )
-"
-DEPEND="${RDEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-   X? ( x11-proto/xproto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package dbus DBusMenuQt5)
-   $(cmake-utils_use_find_package speech Qt5TextToSpeech)
-   $(cmake-utils_use_find_package X X11)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/

2017-04-20 Thread Andreas Sturmlechner
commit: b96563a18521af7f2996ae20d6affd5aa1087ff7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 21 06:40:26 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 21 06:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96563a1

kde-frameworks/knotifications: Re-add USE=dbus fix

This reverts commit 33e8b2544fe32a5923b39ae7edaf76eff7a8b5a2.

 .../knotifications/knotifications-5.33.0-r1.ebuild | 45 ++
 1 file changed, 45 insertions(+)

diff --git a/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild 
b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
new file mode 100644
index 000..4eb54a810f3
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-5.33.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="false"
+inherit kde5
+
+DESCRIPTION="Framework for notifying the user of an event"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dbus nls speech X"
+
+# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
+RDEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui '' '' '5=')
+   $(add_qt_dep qtwidgets)
+   media-libs/phonon[qt5]
+   dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+   speech? ( $(add_qt_dep qtspeech) )
+   X? (
+   $(add_qt_dep qtx11extras)
+   x11-libs/libX11
+   x11-libs/libXtst
+   )
+"
+DEPEND="${RDEPEND}
+   nls? ( $(add_qt_dep linguist-tools) )
+   X? ( x11-proto/xproto )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package dbus dbusmenu-qt5)
+   $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/files/, app-emulation/wine-any/files/, ...

2017-04-20 Thread NP Hardass
commit: fc2e735a7822435a33b7f9e56d42a66508314425
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 06:15:06 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 06:15:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2e735a

app-emulation/wine-{vanilla,staging,d3d9,any}: drop osmesa patch

 .../wine-any/files/wine-1.7.12-osmesa-check.patch  | 38 --
 .../wine-d3d9/files/wine-1.7.12-osmesa-check.patch | 38 --
 .../files/wine-1.7.12-osmesa-check.patch   | 38 --
 .../files/wine-1.7.12-osmesa-check.patch   | 38 --
 4 files changed, 152 deletions(-)

diff --git a/app-emulation/wine-any/files/wine-1.7.12-osmesa-check.patch 
b/app-emulation/wine-any/files/wine-1.7.12-osmesa-check.patch
deleted file mode 100644
index 7cafcd4e6dc..000
--- a/app-emulation/wine-any/files/wine-1.7.12-osmesa-check.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 6932b9a17c4f64c13f7060895d46334bc7022430 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Tue, 7 Aug 2012 01:29:01 -0400
-Subject: [PATCH] Do not check for libGL symbols when checking libOSMesa
-
-If mesa had been built with shared glapi, glAccum is not available in
-libOSMesa without explicitly linking to libGL. In addition, in
-mesa-8.0.x and earlier, libOSMesa needs to be explicitly linked to
-libglapi if mesa was built with shared glapi, see
-https://bugs.gentoo.org/show_bug.cgi?id=399813
-And in mesa-8.1.x, libOSMesa in addition needs libdl, libpthread, and
-libstdc++, see https://bugs.gentoo.org/show_bug.cgi?id=431832

- configure.ac | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index de807d2..a2e8684 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1233,7 +1233,13 @@ This probably prevents linking to OpenGL. Try deleting 
the file and restarting c
- 
- if test "x$with_osmesa" != "xno"
- then
--WINE_CHECK_SONAME(OSMesa,glAccum,,,[$X_LIBS -lm $X_EXTRA_LIBS])
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[$X_LIBS -lm 
$X_EXTRA_LIBS])
-+if test "x$ac_cv_lib_soname_OSMesa" = "x"; then
-+osmesa_save_CC=$CC
-+CC=$CXX
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[-lglapi 
-lpthread -ldl $X_LIBS -lm $X_EXTRA_LIBS])
-+CC=$osmesa_save_CC
-+fi
- WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
-  [libOSMesa ${notice_platform}development files 
not found (or too old), OpenGL rendering in bitmaps won't be supported.])
- fi
--- 
-1.8.5.3
-

diff --git a/app-emulation/wine-d3d9/files/wine-1.7.12-osmesa-check.patch 
b/app-emulation/wine-d3d9/files/wine-1.7.12-osmesa-check.patch
deleted file mode 100644
index 7cafcd4e6dc..000
--- a/app-emulation/wine-d3d9/files/wine-1.7.12-osmesa-check.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 6932b9a17c4f64c13f7060895d46334bc7022430 Mon Sep 17 00:00:00 2001
-From: Alexandre Rostovtsev 
-Date: Tue, 7 Aug 2012 01:29:01 -0400
-Subject: [PATCH] Do not check for libGL symbols when checking libOSMesa
-
-If mesa had been built with shared glapi, glAccum is not available in
-libOSMesa without explicitly linking to libGL. In addition, in
-mesa-8.0.x and earlier, libOSMesa needs to be explicitly linked to
-libglapi if mesa was built with shared glapi, see
-https://bugs.gentoo.org/show_bug.cgi?id=399813
-And in mesa-8.1.x, libOSMesa in addition needs libdl, libpthread, and
-libstdc++, see https://bugs.gentoo.org/show_bug.cgi?id=431832

- configure.ac | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index de807d2..a2e8684 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1233,7 +1233,13 @@ This probably prevents linking to OpenGL. Try deleting 
the file and restarting c
- 
- if test "x$with_osmesa" != "xno"
- then
--WINE_CHECK_SONAME(OSMesa,glAccum,,,[$X_LIBS -lm $X_EXTRA_LIBS])
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[$X_LIBS -lm 
$X_EXTRA_LIBS])
-+if test "x$ac_cv_lib_soname_OSMesa" = "x"; then
-+osmesa_save_CC=$CC
-+CC=$CXX
-+WINE_CHECK_SONAME(OSMesa,OSMesaCreateContext,,,[-lglapi 
-lpthread -ldl $X_LIBS -lm $X_EXTRA_LIBS])
-+CC=$osmesa_save_CC
-+fi
- WINE_NOTICE_WITH(osmesa,[test "x$ac_cv_lib_soname_OSMesa" = "x"],
-  [libOSMesa ${notice_platform}development files 
not found (or too old), OpenGL rendering in bitmaps won't be supported.])
- fi
--- 
-1.8.5.3
-

diff --git a/app-emulation/wine-staging/files/wine-1.7.12-osmesa-check.patch 
b/app-emulation/wine-staging/files/wine-1.7.12-osmesa-check.patch
deleted file mode 100644
index 7cafcd4e6dc..000
--- a/app-emulation/wi

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

2017-04-20 Thread NP Hardass
commit: 6a1f1ad2e81cb558627d426f1c554fe05deba879
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 05:44:28 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:55:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1f1ad2

app-emulation/wine-any: Bump to 2.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-any/Manifest|   3 +
 app-emulation/wine-any/wine-any-2.6.ebuild | 615 +
 2 files changed, 618 insertions(+)

diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
index 52d1b8baac9..4b89d546073 100644
--- a/app-emulation/wine-any/Manifest
+++ b/app-emulation/wine-any/Manifest
@@ -4,12 +4,14 @@ DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e5
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
+DIST wine-2.6.tar.xz 19023352 SHA256 
e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0 SHA512 
2aa55413ac090e011725566d004e42ee46323cd4c6961b9faa63e3de422ba60bb657bf224a4d7e8aa712a8e26e11977d07acb7c088ffeef8c37310e8cc698970
 WHIRLPOOL 
82e6a06cc342c7d6eace64a97bae10cc39c120c5776170b059700542b8b6fef56be9a697f05b3bc21ae82621f4bf50f3ab478311c9a3a55d86ed7c0a009766b0
 DIST wine-d3d9-2.0.tar.gz 48373 SHA256 
7bfac23706723c6d51a7a95e416e47fb2678cd4d0945b990f74eba2b059e6206 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 WHIRLPOOL 
53044c0a4b7159c3af75fc935d1ac45030e80dbfd70d787f64885ddc025cfcd62f724c3256e389a7fde680670e594101955f52301cf6b9bbf23ebc64552790c2
 DIST wine-d3d9-2.1.tar.gz 48385 SHA256 
9fd80e3e2ea905272c42dbc14679e94c8e2f955101ae098c84060d4c62ffc9c6 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 WHIRLPOOL 
790e482850a13c5bf0967e900620c36d71c4d6673106f8f5c2848550ed574d326d3945d9906de88d847bb5644a520aab7fe6d460b3c3afd49a396798dd253392
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
 DIST wine-d3d9-2.3.tar.gz 48510 SHA256 
fc17488a782def19fc02bf967128ab43236db49509e31771361a60fa3d17dd60 SHA512 
58449f6b7ed7fd8182e2cce92e1d1195bf64a567c1cc92fd3f46af195e7e4039c3b2a128be9d3572d9067be6c1bb020f417c6d558bb551c60096c107067177b8
 WHIRLPOOL 
f648a921cf4cd257a3a7dfbd3abf45d58c07782f329ec11c3a1eff3afe32e8040adb351d4a60e1b1f78c7cae0379f23468764ad162a101179d0f5b0e2c6d9413
 DIST wine-d3d9-2.4.tar.gz 48502 SHA256 
4c7084e733d95545b894b152b2c6c9564dfb8df594cfeb1512dad80743b39ae0 SHA512 
623b1720b8cd79ab6ad2a177b9beb174f31e6fc402d6885fa2006223c855919c6f5d4267c64212ecf8cf1746430c9715c506343fb740828fc99910f916b10ebe
 WHIRLPOOL 
9c0ea34dedc2e39ce36f1539a6d761ba07429b316a1f7fad49067eec5c28a5c60b33b3d2473cbf66b009d9772c1fb123414bfa201eb8df3e61f8efc38aa1f3fa
 DIST wine-d3d9-2.5.tar.gz 48692 SHA256 
8b28c16701ec1cefab11d41d00954a92a5ced9a63f1ede81e96f247d2f498f94 SHA512 
8b5ebec6341f70ec977aabee35decbe2d22fe43e111c1fd6015066a2b0e4fd259cd964fdb79306a489be4406078cb1e241d90ed636222174ed4abcc8026e7d03
 WHIRLPOOL 
d5fcc5fbea4c4a4900235d33cb5de8f2a7cbf2b51b1a5c47d75ab765aa88ce1f8f81a61eefe0a742a55bb2ca210747b345589628fd1020430e4d962319b1c6fe
+DIST wine-d3d9-2.6.tar.gz 48702 SHA256 
06ed18f2d5fff04613ea1401c37ad70e163135c159528745ff1063d617f31e2d SHA512 
17df692df8ff3c1419258a3faf9ddacde67f185a797dce76cd07c07e6f4fa2040b981662d311329a80921c039bfba0da5fed3ee53f8c36e34eeaa92af1c7b755
 WHIRLPOOL 
e614b4af0f3c92113617f533255fd67a4b322bdaf0939fb98e09bf77e3b0437cb2b813032e3330

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

2017-04-20 Thread NP Hardass
commit: 9907497b02f16eee51bc2e6690652cdeb88819e1
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 05:53:43 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:55:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9907497b

app-emulation/wine-vanilla: Bump stable candidate to 2.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-2.0.1.ebuild | 507 +
 2 files changed, 508 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index cadbb509cc9..253730fe709 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,3 +1,4 @@
+DIST wine-2.0.1.tar.xz 18845444 SHA256 
6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583 SHA512 
b32d07443655898768383b7409c21093b60c028fef166a596dad5dfab5a329b9fce4552e612c6d182e4f67eb1f28ed497fe2ed6af55dd3e96a124547722d
 WHIRLPOOL 
0fbaf53504e4e40db6227f45f5b92ac388c2bf23d4f573e4d3b60ccaaadeeccb5a696226d1bd4aa8b245f21c8d6a13aac423ead3f4692ebc1e8e613714168501
 DIST wine-2.0.tar.bz2 23662707 SHA256 
9756f5a2129b6a83ba701e546173cbff86caa671b0af73eb8f72c03b20c066c6 SHA512 
b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
 WHIRLPOOL 
fa9f774d87dae73c7d1f3b86dc3b03ea27065eb6140f1cac13c82fe16f7ebff8f8365ed447220cf5c2788b9f4aae7c482e4f9e2e69f47e5435209e148f5dbdfe
 DIST wine-2.1.tar.xz 18887032 SHA256 
bfb9abf63691c93df28d9599aaa866dc2b4e27209b3b7b546df8a37d7d9d1e6e SHA512 
03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
 WHIRLPOOL 
063d935f1ff0922100641f2f53cdac23d2993a83182d45e028e485fd7d0a13bc5cfb77bca76550b1537b3f42fecacef7fd64785adbf6425af823f56f96973b54
 DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e50d3ee896a93535f7751f4 SHA512 
0700868244d397c1442948716321e5ff030c667edce464570f76aa4340199489a422872aa3975bc0a57b8285c9d59fc04e223a4bde094169fc6db460acb626c4
 WHIRLPOOL 
ffc3d357a76592651b589c6ac6608720d0258474890faf8fe3e20ac29cdd1496d569721256f9389d347bf2734a556099154fd18ef1b56f45bb46c4c15771d6ca

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild
new file mode 100644
index 000..db212709f6d
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.1.ebuild
@@ -0,0 +1,507 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt 
ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv 
te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eutils fdo-mime flag-o-matic gnome2-utils l10n multilib 
multilib-minimal pax-utils toolchain-funcs virtualx versionator
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://source.winehq.org/git/wine.git 
http://source.winehq.org/git/wine.git";
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+   #KEYWORDS=""
+else
+   MAJOR_V=$(get_version_component_range 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz";
+   KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
+fi
+S="${WORKDIR}/${MY_P}"
+
+WDC_V="20150204"
+WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix"
+HOMEPAGE="http://www.winehq.org/";
+SRC_URI="${SRC_URI}
+   
https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> 
${WINE_DESKTOP_COMMON_P}.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono 
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap +png 
prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads 
+truetype udev +udisks v4l +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   )
+   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
+   capi? 

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

2017-04-20 Thread NP Hardass
commit: 02ceb1a1ac309629f6cc2d5bee8120741e48a2d6
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 05:24:38 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:55:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ceb1a1

app-emulation/wine-d3d9: Bump to 2.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-d3d9/Manifest |   2 +
 app-emulation/wine-d3d9/wine-d3d9-2.6.ebuild | 549 +++
 2 files changed, 551 insertions(+)

diff --git a/app-emulation/wine-d3d9/Manifest b/app-emulation/wine-d3d9/Manifest
index 063163e01ae..55e823af5f2 100644
--- a/app-emulation/wine-d3d9/Manifest
+++ b/app-emulation/wine-d3d9/Manifest
@@ -4,10 +4,12 @@ DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e5
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
+DIST wine-2.6.tar.xz 19023352 SHA256 
e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0 SHA512 
2aa55413ac090e011725566d004e42ee46323cd4c6961b9faa63e3de422ba60bb657bf224a4d7e8aa712a8e26e11977d07acb7c088ffeef8c37310e8cc698970
 WHIRLPOOL 
82e6a06cc342c7d6eace64a97bae10cc39c120c5776170b059700542b8b6fef56be9a697f05b3bc21ae82621f4bf50f3ab478311c9a3a55d86ed7c0a009766b0
 DIST wine-d3d9-2.0.tar.gz 48373 SHA256 
7bfac23706723c6d51a7a95e416e47fb2678cd4d0945b990f74eba2b059e6206 SHA512 
a9e2d1c9f2784128e4c53a8dc923070a5057b5ff3d83c2b536a2d2df0bc8433ac92b8ab1c3cdf34158c0e7bfe497ddb5974605fbc1736a92307639d59450c7a1
 WHIRLPOOL 
53044c0a4b7159c3af75fc935d1ac45030e80dbfd70d787f64885ddc025cfcd62f724c3256e389a7fde680670e594101955f52301cf6b9bbf23ebc64552790c2
 DIST wine-d3d9-2.1.tar.gz 48385 SHA256 
9fd80e3e2ea905272c42dbc14679e94c8e2f955101ae098c84060d4c62ffc9c6 SHA512 
9234d8227412d940a6befcf79433f1d5ab0634d5e829f3771ffeea235af05be29ffc40438818b1976c77d1e2e79da8a67c4dab2b7d2e822b502fb6e4a1a7f8b7
 WHIRLPOOL 
790e482850a13c5bf0967e900620c36d71c4d6673106f8f5c2848550ed574d326d3945d9906de88d847bb5644a520aab7fe6d460b3c3afd49a396798dd253392
 DIST wine-d3d9-2.2.tar.gz 48387 SHA256 
203ed60980ec584c09b413266728e3a93e2d980dbff9b4f65375a4e9744b5042 SHA512 
6e9e031b51afc8ec200bbd252ff0d768c29af23907f782409834de593f896afb128f86fe012c95dc18e5f3c7267f170eb343d2a2c53d639933a337f0c1e04fab
 WHIRLPOOL 
6b32c0dfd3068e87d94bbcd83718dd75a14b36d69b151e9257e04793d2d3ae78ce7da10b80cbc824ccefb6c11666241593f91963ddee6a58301f95bbde35285d
 DIST wine-d3d9-2.3.tar.gz 48510 SHA256 
fc17488a782def19fc02bf967128ab43236db49509e31771361a60fa3d17dd60 SHA512 
58449f6b7ed7fd8182e2cce92e1d1195bf64a567c1cc92fd3f46af195e7e4039c3b2a128be9d3572d9067be6c1bb020f417c6d558bb551c60096c107067177b8
 WHIRLPOOL 
f648a921cf4cd257a3a7dfbd3abf45d58c07782f329ec11c3a1eff3afe32e8040adb351d4a60e1b1f78c7cae0379f23468764ad162a101179d0f5b0e2c6d9413
 DIST wine-d3d9-2.4.tar.gz 48502 SHA256 
4c7084e733d95545b894b152b2c6c9564dfb8df594cfeb1512dad80743b39ae0 SHA512 
623b1720b8cd79ab6ad2a177b9beb174f31e6fc402d6885fa2006223c855919c6f5d4267c64212ecf8cf1746430c9715c506343fb740828fc99910f916b10ebe
 WHIRLPOOL 
9c0ea34dedc2e39ce36f1539a6d761ba07429b316a1f7fad49067eec5c28a5c60b33b3d2473cbf66b009d9772c1fb123414bfa201eb8df3e61f8efc38aa1f3fa
 DIST wine-d3d9-2.5.tar.gz 48692 SHA256 
8b28c16701ec1cefab11d41d00954a92a5ced9a63f1ede81e96f247d2f498f94 SHA512 
8b5ebec6341f70ec977aabee35decbe2d22fe43e111c1fd6015066a2b0e4fd259cd964fdb79306a489be4406078cb1e241d90ed636222174ed4abcc8026e7d03
 WHIRLPOOL 
d5fcc5fbea4c4a4900235d33cb5de8f2a7cbf2b51b1a5c47d75ab765aa88ce1f8f81a61eefe0a742a55bb2ca210747b345589628fd1020430e4d962319b1c6fe
+DIST wine-d3d9-2.6.tar.gz 48702 SHA256 
06ed18f2d5fff04613ea1401c37ad70e163135c159528745ff1063d617f31e2d SHA512 
17df692df8ff3c1419258a3faf9ddacde67f185a797dce76cd07c07e6f4fa2040b981662d311329a80921c039bfba0da5fed3ee53f8c36e34eeaa92af1c7b755
 WHIRLPOOL 
e614b4af0f3c92113617f533255fd67a4b322bdaf0939fb98e09bf77e3b0437cb2b8130

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

2017-04-20 Thread NP Hardass
commit: 4decbc709d1be71d36cb95fd9359f8ce22bc741c
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 04:33:12 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:54:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4decbc70

app-emulation/wine-vanilla: Drop osmesa patch

Setting minimum version for mesa to mesa-13 since that is the earliest
version that I can confirm works without this patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.1.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.2.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.3.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.4.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.5.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-2.6.ebuild  | 3 +--
 app-emulation/wine-vanilla/wine-vanilla-.ebuild | 3 +--
 8 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
index 0dfd03175ff..9ff94e66bc9 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
@@ -78,7 +78,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -293,7 +293,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.1.ebuild
index 9545982eebd..5704c0c1863 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.1.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.1.ebuild
@@ -78,7 +78,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -293,7 +293,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.2.ebuild
index 9545982eebd..5704c0c1863 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.2.ebuild
@@ -78,7 +78,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -293,7 +293,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.3.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.3.ebuild
index 9545982eebd..5704c0c1863 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.3.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.3.ebuild
@@ -78,7 +78,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/me

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

2017-04-20 Thread NP Hardass
commit: 09100f1d1fe7a0426bc146a79eb620f14521fbd9
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 04:43:20 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:54:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09100f1d

app-emulation/wine-d3d9: Drop osmesa patch

Setting minimum version for mesa to mesa-13 since that is the earliest
version that I can confirm works without this patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-d3d9/wine-d3d9-2.0.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-2.1.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-2.2.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-2.3.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-2.4.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-2.5.ebuild  | 3 +--
 app-emulation/wine-d3d9/wine-d3d9-.ebuild | 3 +--
 7 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.0.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.0.ebuild
index 3b0bf33273c..c9d466cfdfa 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.0.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.0.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -321,7 +321,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.1.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.1.ebuild
index 4e02d6d3ba1..16579e0dfad 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.1.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.1.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -321,7 +321,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.2.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.2.ebuild
index 4e02d6d3ba1..16579e0dfad 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.2.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.2.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -321,7 +321,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-d3d9/wine-d3d9-2.3.ebuild 
b/app-emulation/wine-d3d9/wine-d3d9-2.3.ebuild
index 4e02d6d3ba1..16579e0dfad 100644
--- a/app-emulation/wine-d3d9/wine-d3d9-2.3.ebuild
+++ b/app-emulation/wine-d3d9/wine-d3d9-2.3.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILI

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

2017-04-20 Thread NP Hardass
commit: 848a206dec4f9da2f1f6ad7416bb34c7cc8d0f01
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 04:44:14 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:54:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848a206d

app-emulation/wine-any: Drop osmesa patch

Setting minimum version for mesa to mesa-13 since that is the earliest
version that I can confirm works without this patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-any/wine-any-2.0.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-2.1.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-2.2.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-2.3.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-2.4.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-2.5.ebuild  | 3 +--
 app-emulation/wine-any/wine-any-.ebuild | 3 +--
 7 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/app-emulation/wine-any/wine-any-2.0.ebuild 
b/app-emulation/wine-any/wine-any-2.0.ebuild
index 46f82d35e09..ab406bde177 100644
--- a/app-emulation/wine-any/wine-any-2.0.ebuild
+++ b/app-emulation/wine-any/wine-any-2.0.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -355,7 +355,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-any/wine-any-2.1.ebuild 
b/app-emulation/wine-any/wine-any-2.1.ebuild
index 6ab6d458225..9a8c94e64f6 100644
--- a/app-emulation/wine-any/wine-any-2.1.ebuild
+++ b/app-emulation/wine-any/wine-any-2.1.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -355,7 +355,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-any/wine-any-2.2.ebuild 
b/app-emulation/wine-any/wine-any-2.2.ebuild
index 6ab6d458225..9a8c94e64f6 100644
--- a/app-emulation/wine-any/wine-any-2.2.ebuild
+++ b/app-emulation/wine-any/wine-any-2.2.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -355,7 +355,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-any/wine-any-2.3.ebuild 
b/app-emulation/wine-any/wine-any-2.3.ebuild
index 6ab6d458225..9a8c94e64f6 100644
--- a/app-emulation/wine-any/wine-any-2.3.ebuild
+++ b/app-emulation/wine-any/wine-any-2.3.ebuild
@@ -101,7 +101,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -355,7 +355,6 @@ src_pr

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

2017-04-20 Thread NP Hardass
commit: d93b8b4d71161c8c1c0182b6161f5127b8bf7cee
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 04:37:26 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:54:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93b8b4d

app-emulation/wine-staging: Drop osmesa patch

Setting minimum version for mesa to mesa-13 since that is the earliest
version that I can confirm works without this patch

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-staging/wine-staging-2.0.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-2.1.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-2.2.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-2.3.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-2.4.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-2.5.ebuild  | 3 +--
 app-emulation/wine-staging/wine-staging-.ebuild | 3 +--
 7 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/app-emulation/wine-staging/wine-staging-2.0.ebuild 
b/app-emulation/wine-staging/wine-staging-2.0.ebuild
index 3c656e8963d..5420a843d0a 100644
--- a/app-emulation/wine-staging/wine-staging-2.0.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.0.ebuild
@@ -91,7 +91,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -341,7 +341,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-staging/wine-staging-2.1.ebuild 
b/app-emulation/wine-staging/wine-staging-2.1.ebuild
index c15f481..d4643a893e1 100644
--- a/app-emulation/wine-staging/wine-staging-2.1.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.1.ebuild
@@ -91,7 +91,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -341,7 +341,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-staging/wine-staging-2.2.ebuild 
b/app-emulation/wine-staging/wine-staging-2.2.ebuild
index c15f481..d4643a893e1 100644
--- a/app-emulation/wine-staging/wine-staging-2.2.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.2.ebuild
@@ -91,7 +91,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
@@ -341,7 +341,6 @@ src_prepare() {
local PATCHES=(
"${FILESDIR}"/${MY_PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${MY_PN}-1.9.5-multilib-portage.patch #395615
-   "${FILESDIR}"/${MY_PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${MY_PN}-1.6-memset-O3.patch #480508
"${FILESDIR}"/${MY_PN}-2.0-multislot-apploader.patch
)

diff --git a/app-emulation/wine-staging/wine-staging-2.3.ebuild 
b/app-emulation/wine-staging/wine-staging-2.3.ebuild
index c15f481..d4643a893e1 100644
--- a/app-emulation/wine-staging/wine-staging-2.3.ebuild
+++ b/app-emulation/wine-staging/wine-staging-2.3.ebuild
@@ -91,7 +91,7 @@ COMMON_DEPEND="
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
-   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   osmesa? ( >=media-libs/mesa-13[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/l

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

2017-04-20 Thread NP Hardass
commit: eef63d0e7e77e9ecdad5fcaaa9e9eb2e87526e43
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 21 05:01:03 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Apr 21 05:54:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef63d0e

app-emulation/wine-staging:  Bump to 2.6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/wine-staging/Manifest|   2 +
 app-emulation/wine-staging/wine-staging-2.6.ebuild | 586 +
 2 files changed, 588 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index c8dfc4d0545..7fac5b1fc7e 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -4,6 +4,7 @@ DIST wine-2.2.tar.xz 18916364 SHA256 
64cb57e1d8aa07f5c89ef26743b494f2d3ef9c0f4e5
 DIST wine-2.3.tar.xz 18931732 SHA256 
afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e SHA512 
bea78e8468555ff9e08dedf3918da5ea82721549c43984869989bbdafeea00e454820ff9558aa29925c97a165a9b01e5cd1fd397f133833c58824984a6686171
 WHIRLPOOL 
1f5ec8e5c32d124277e4c71d95726d3a5337575757c3029567c77165d65fcfec2ddf33d3863b4bf55c9eff7c3582c1ec7dbd76d84ed8bbbe89dd16db6b0128c1
 DIST wine-2.4.tar.xz 18953748 SHA256 
87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e SHA512 
15ae7e97dc72a8636b2c15c93803ed430fa456d673add61457cf3e479e769559c682b40949b5d38828f6681f13183e560fcb4a2eb0f0ba25e6eade46f7d3d7c0
 WHIRLPOOL 
558ab7b7517ad5e03366b4db974047eba776585e958a5b71bb2e93993e21bc725ea7a8bcf2a4354f34ca38c94ba99ccd15f2f8b5e4b58066bf339d3517eec56c
 DIST wine-2.5.tar.xz 18993176 SHA256 
13f92b7ab483323aaabbc6519851e688ad4372ea30569961c831d40d6d3bccd2 SHA512 
7b6faf6d8aa3d41465ad93ebae055581136f736c7eb8b4c61682e5a05589c83a0ff2c85e0f9abbca016f31b6f1c1435617c4994f1913f715a8707ebee3f28467
 WHIRLPOOL 
5acd2ac65df5dee1c860ddca72b8df8e021a0b95a3a1870d15468ce4591d569fa15bf8a0a6d341bcd3a624d13d0affe5b0263e67f9dfcbbf3ae7b59218dcded9
+DIST wine-2.6.tar.xz 19023352 SHA256 
e6ff64758f437647e99a36c1275e41adf54f0432907172d3bba22b070a97aac0 SHA512 
2aa55413ac090e011725566d004e42ee46323cd4c6961b9faa63e3de422ba60bb657bf224a4d7e8aa712a8e26e11977d07acb7c088ffeef8c37310e8cc698970
 WHIRLPOOL 
82e6a06cc342c7d6eace64a97bae10cc39c120c5776170b059700542b8b6fef56be9a697f05b3bc21ae82621f4bf50f3ab478311c9a3a55d86ed7c0a009766b0
 DIST wine-desktop-common-20150204.tar.gz 99491 SHA256 
444ad6b52b5290ec7d160e2cc40e4ba0910b4c4983dba1ceb054b81b09b24b5e SHA512 
1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688
 WHIRLPOOL 
e9810b2952d25c05d831000e00e423de86809ec31b9a033fd4c64a70709da7338a9afc9e632e678f49c789a8a3702fbd0113226770cdb806623f2de371a16f54
 DIST wine-staging-2.0.tar.gz 10182575 SHA256 
22a43cb50c1fff9c6f233a965247056e3321533aa73a6419aa34a22de7180039 SHA512 
51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580
 WHIRLPOOL 
9879174bc3a7c8ece156c822b7a7b870908e51335702a78e6f04ea1496125a2018a879bfc53d1302e4825138d22af526308ba7f656d683a535be44d4515f1bac
 DIST wine-staging-2.1.tar.gz 10101781 SHA256 
1d193be2734ea495df2cae1dc54ce89204ca68699979174b0bd726d2e5e0576b SHA512 
c64c48b265f0779c621a643ddbd2d12aaa548e4bff3b2b728280cdb9613214989911ee8ba5e46c7770f5f6430014a5da1c98e95d5008c1174bd14bf9ce5250db
 WHIRLPOOL 
ecf970ef436089bbcd0088e1608b22e808d54560e905c7d8046b3e21508166a595c3ef7b69819c45e4b13183bd9134a2bd7016d29c4da52985701d392eb35a0a
@@ -11,3 +12,4 @@ DIST wine-staging-2.2.tar.gz 10078327 SHA256 
9d3cbf7e5f12c623d275457b910a158e0b1
 DIST wine-staging-2.3.tar.gz 10071742 SHA256 
9a81be606836fab6203857f7937ff97575947f75d52c80fb5489418efb8b87e1 SHA512 
8e8af1e36cc69c63ec3542f0ec4db18b6d8c16b5c9077eb211297f3a886519da71bcf72934bf8d6d72e44c7c9f765e1d00203d0d75cab8544f69f9b0c10a7133
 WHIRLPOOL 
50738a6e20890748d7eb01152244d34b259759f61b3587ba39815dc066fc8e2b66ce182e1ddbc912f50076a3599aa060ec6a94eeaab4513ce3a776711929b9b1
 DIST wine-staging-2.4.tar.gz 10067020 SHA256 
709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb SHA512 
55d11851697836b582ba54696cadc812ef6b14872440f5c3ed6fbe30a05abcb8abe2ab31a11ea4daeb354854c7c0e6549401d4b26b26621808bdeb89aeb206f9
 WHIRLPOOL 
8d344b7e6e89322c8dbbe6fd211851c90a45a33b514c182609cc60dc21939f791abc71d8665cd66e5c5161f159fe24c4772b99405833e3d11985a644e1335eaf
 DIST wine-staging-2.5.tar.gz 10062025 SHA256 
b5cf6fa38151ff47ab6d725077693b02b37bb07b2ab7fda55290bb1f63ac54ad SHA512 
6ab981886776f624c6478230aad18870f55b7252f1c6df90bfe1a248f7ea76cbb181f8e0780fdd4bb5e3c589a785baa7cf126a2c838adf65db2a67f873ed1698
 WHIRLPOOL 
7045b1642a3b14e5a507854cb8bf910c7cfb3c64ada4ee3534175c75b03cd604206617a55fb870e47fb248a4db8a9ca2abc0b4688005c1c0de0d542fec8cbc57
+DIST wine-staging-2.6.tar.gz 10034709 SHA256 
ff86ddcceb7f6857bd415db3842ddf216a5cb301452e2a08053a9378cbf5580a SHA512 
dc199b5345985d261b708ac811b02253ab9fbc49

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

2017-04-20 Thread Hans de Graaff
commit: e0c1add9505bcad7b613c12b0b40350201edb379
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 05:50:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 05:50:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c1add9

app-admin/puppet: document ruby23 status

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/puppet/puppet-3.8.7-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppet/puppet-3.8.7-r1.ebuild 
b/app-admin/puppet/puppet-3.8.7-r1.ebuild
index 22afe1f2c46..a200a7c0efd 100644
--- a/app-admin/puppet/puppet-3.8.7-r1.ebuild
+++ b/app-admin/puppet/puppet-3.8.7-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-USE_RUBY="ruby20 ruby21 ruby22"
+# ruby23 -> code is not compatible
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2017-04-20 Thread Jason Zaman
commit: 0a51d93987f911c6235472eac118562281d0b1fd
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 21 05:35:21 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 21 05:35:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a51d939

metadata: gitignore metadata/timestamp.commit

and keep file sorted

 metadata/.gitignore | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/metadata/.gitignore b/metadata/.gitignore
index 304042b5b35..b83261488b0 100644
--- a/metadata/.gitignore
+++ b/metadata/.gitignore
@@ -1,14 +1,15 @@
 # These are added during tree generation only.
+/.checksum-test-marker
 /cache
 /dtd
 /glsa
+/herds.xml
 /md5-cache
 /news
-/herds.xml
+/pkg_desc_index
+/projects.xml
 /timestamp
 /timestamp.chk
+/timestamp.commit
 /timestamp.x
-/pkg_desc_index
-/projects.xml
 /xml-schema
-/.checksum-test-marker



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

2017-04-20 Thread Jason Zaman
commit: a6db2a85b9d69b8c2ee86eeeb02dfee4f2e050ac
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Apr 21 05:18:09 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Apr 21 05:20:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6db2a85

dev-python/sepolgen: Add missing PYTHON_USEDEP

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/sepolgen/sepolgen-1.2.3.ebuild | 4 ++--
 dev-python/sepolgen/sepolgen-2.6.ebuild   | 2 +-
 dev-python/sepolgen/sepolgen-.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/sepolgen/sepolgen-1.2.3.ebuild 
b/dev-python/sepolgen/sepolgen-1.2.3.ebuild
index 60799f53516..d7660188b15 100644
--- a/dev-python/sepolgen/sepolgen-1.2.3.ebuild
+++ b/dev-python/sepolgen/sepolgen-1.2.3.ebuild
@@ -28,8 +28,8 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
-   >=sys-libs/libselinux-2.4[python]
-   app-admin/setools[python(+)]
+   >=sys-libs/libselinux-2.4[python,${PYTHON_USEDEP}]
+   app-admin/setools[python(+),${PYTHON_USEDEP}]
${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 

diff --git a/dev-python/sepolgen/sepolgen-2.6.ebuild 
b/dev-python/sepolgen/sepolgen-2.6.ebuild
index 6299fd26c74..85d43d5ec3b 100644
--- a/dev-python/sepolgen/sepolgen-2.6.ebuild
+++ b/dev-python/sepolgen/sepolgen-2.6.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
-   >=sys-libs/libselinux-2.4[python]
+   >=sys-libs/libselinux-2.4[python,${PYTHON_USEDEP}]
>=app-admin/setools-4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"

diff --git a/dev-python/sepolgen/sepolgen-.ebuild 
b/dev-python/sepolgen/sepolgen-.ebuild
index 22169fc8b59..36d1d16132e 100644
--- a/dev-python/sepolgen/sepolgen-.ebuild
+++ b/dev-python/sepolgen/sepolgen-.ebuild
@@ -28,7 +28,7 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
-   >=sys-libs/libselinux-2.4[python]
+   >=sys-libs/libselinux-2.4[python,${PYTHON_USEDEP}]
>=app-admin/setools-4.0[${PYTHON_USEDEP}]
${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"



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

2017-04-20 Thread Hans de Graaff
commit: a05b3af08221dc9570fb89f42497efd6ea74ccdc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 05:16:12 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 05:16:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b3af0

dev-ruby/compass: add ruby23

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/compass/compass-1.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/compass/compass-1.0.3-r1.ebuild 
b/dev-ruby/compass/compass-1.0.3-r1.ebuild
index 427b04f2c46..35064a11d33 100644
--- a/dev-ruby/compass/compass-1.0.3-r1.ebuild
+++ b/dev-ruby/compass/compass-1.0.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2017-04-20 Thread Hans de Graaff
commit: af5f6348265f9b846e6b06381a9f9029aebefbcf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:49:58 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:49:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5f6348

dev-ruby/radius: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/radius/radius-0.7.4-r2.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-ruby/radius/radius-0.7.4-r2.ebuild 
b/dev-ruby/radius/radius-0.7.4-r2.ebuild
deleted file mode 100644
index 2bb14adbe58..000
--- a/dev-ruby/radius/radius-0.7.4-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Powerful tag-based template system"
-HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/kramdown )"
-
-all_ruby_prepare() {
-   sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || 
die
-}



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

2017-04-20 Thread Hans de Graaff
commit: 547e0d998ab0f91134ba3401785aae4f0b196343
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:35:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:35:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547e0d99

dev-ruby/pdf-inspector: add 1.3.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/pdf-inspector/Manifest   |  1 +
 dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-ruby/pdf-inspector/Manifest b/dev-ruby/pdf-inspector/Manifest
index 312f4c6b892..76f0c5546aa 100644
--- a/dev-ruby/pdf-inspector/Manifest
+++ b/dev-ruby/pdf-inspector/Manifest
@@ -1,3 +1,4 @@
 DIST pdf-inspector-1.1.0.gem 25600 SHA256 
bd65f7d254c66acdcb7bda4d42146441bea5fe7b01d768e3f9ee516434d13448 SHA512 
71c8af4275421f952711bcc945c52adb6d19b153606fc067325951092cec58998e56373819aa55fa8c0e1cc4736204e3e11f03c3bc3ec121f5eb4e1327a48779
 WHIRLPOOL 
32e297d0dd73a5b159a03696bf68368e3797bbe73aac7dfac88d5a65af27b8b54a03a6be2282b3441f0d716f0b29a61ecae900efceced13033e6512870a21d8d
 DIST pdf-inspector-1.2.0.gem 26112 SHA256 
f5a38d809593d513f00bae996bac7cc88a2366cfdc3c977fcd0472d05de7fa87 SHA512 
7d009ff305faf4caa7bbd3b5267ec93092e83fa9a4bdd2a9ac5f2b1e1932f1d718f8dd97f8824bef7f396aa89896ad2a81e13ca7276035c166b396dd1ec0dc1a
 WHIRLPOOL 
98e4da7f015119470bcfc0db22e829820fbfb6db37e4d6d53b214870fa747baf039e71315f5476ee2478e40eafe06697c21bf055938920dab349fccb4abc898e
 DIST pdf-inspector-1.2.1.gem 26112 SHA256 
2b10a74a203130facf6612f7a2798a9712ea821cbdd2c2c94bc8e236ad57c095 SHA512 
75a0bb0c18ecbfc944b958e50c4641ba8bd7e659e0655644c3deb84a116798089fcbc8fd6f7de96c8cd3485db45af0d2c6e9b1c5eef9420f1dc1a323c1203457
 WHIRLPOOL 
ee5fb2c0ea1f146dbb8dff4eb9a78f599cf71c60202575f59749eb55f20e4d39c37f4adcf06d7e51792794c7b5064c233677ceb89de5926f62a1ff8792f4b6cd
+DIST pdf-inspector-1.3.0.gem 30720 SHA256 
fc107579d6f29b636e2da3d6743479b2624d9e390bf2d84beef8fd4ebe1a05bd SHA512 
7c89f8656908d70495fd03e3ab2faf9b133d34c607ea63978731088d8b954d29e1e6e907b1e0d81bfbc35ecfa394badbd0e2c996ff94d6bbc7e78f4d7082d115
 WHIRLPOOL 
166a71bd698e51650c3d43c88b6bf5f939a58042a3acc079d8a9d6d5ab696577a8e294d14b79b7e162dbcef1c1b563e2d9c26573eefca83fc078eedfd94a5651

diff --git a/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild 
b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild
new file mode 100644
index 000..d053c3703b3
--- /dev/null
+++ b/dev-ruby/pdf-inspector/pdf-inspector-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A tool for analyzing PDF output"
+HOMEPAGE="https://github.com/prawnpdf/pdf-inspector";
+
+LICENSE="|| ( Ruby GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/pdf-reader-1.0:* 

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

2017-04-20 Thread Hans de Graaff
commit: 387d13eb60c4044722721a2f27bb2faa4d36aca7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 05:07:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 05:07:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387d13eb

dev-ruby/rspec-rails: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/rspec-rails/Manifest |  2 -
 dev-ruby/rspec-rails/rspec-rails-3.5.0.ebuild | 55 ---
 dev-ruby/rspec-rails/rspec-rails-3.5.1.ebuild | 55 ---
 3 files changed, 112 deletions(-)

diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index 2d07ec34e4b..2794764f810 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -2,6 +2,4 @@ DIST rspec-rails-2.14.2.tar.gz 75049 SHA256 
c5ec91e3c360033a7ef640d0a08b4f916703
 DIST rspec-rails-2.99.0.tar.gz 78448 SHA256 
81ff54e638432c2b734ebefd5398f646960bcc72b92e381393d2420fc9525882 SHA512 
0453450cf5a5435dc4f870ae7a37a299c6b17a4df04de730c14ca3d070808c9a9a70a6f485a1d0c6f4f8ddf3def6e4710ae5842e9e8f0b59c10b2177299670f4
 WHIRLPOOL 
0a5774bab31786cca0a3146641306cce38d2a809bc94a9728cc2c479be761b66246cb54bdf9185c478519434d95f7808f9d8f7f9ddecac1ffc01251cf9dcd5a6
 DIST rspec-rails-3.3.3.tar.gz 102963 SHA256 
b0edc645a25c929deb39a7334894922cdf67cf7cb895bb728751d0d3a459fac9 SHA512 
72c8a027d3ac7c8487c4dec23c91c7014456e6d8ed10f80f72e71c90e7bde0a3c005dd6b57985b1f3e32b32cb6d4610f651f8aa4b81156536a667a266e816603
 WHIRLPOOL 
78b00968fe75cd632b94bd4b2f244dc6ac50e708b9023baf882bba6ef76b827b681f55dd88be0220988c49d308b9bde4e3344456980db0d9a5654e39f65edd93
 DIST rspec-rails-3.4.2.tar.gz 114252 SHA256 
ff54962e135baad173aa987ba08ea4d35b2479cc32beaa2d348e2dfb95bffc85 SHA512 
922a666ac674d6e91083caf5b5526556add9ffc8783f3f5af8a7d60afb2353b99730e367d522b91bf487fcbe9282fbf51648487c9d0bed005882dc57d7fb57bc
 WHIRLPOOL 
7004dec656c42d2c0ad1a930c4df04955acb0b936c75699f902cd42acb1e42fc9cab7340acf8da834b769d5740431d2ad6e83ea1b61d60939d7d523bb6462977
-DIST rspec-rails-3.5.0.tar.gz 123486 SHA256 
ab64b15b4eae1d3eb62876eaf1a4496d7881a97e70f840a76dbde6fd361da92e SHA512 
b49d8dc463a528a1591f2558b8c55c3208e4e9012b8e8a12592577a1236bb30afbbabdf4e5f784ef3fc65068b4efbf73e7d0287019239ff7ddcc13c9ab9f6d81
 WHIRLPOOL 
69a970d20f675db679ee9cf0478b7877548fe709fd8dc045257290fa24036a8eb5329a090890a9592987cb24ed426db3ef0fe4082cd1c46a1ba26ebac3660c91
-DIST rspec-rails-3.5.1.tar.gz 123546 SHA256 
7ce1a682bbf64bd9e48e7de118f7bc121dab212a4c0ff3b6a043cda026d6b14a SHA512 
e3e7a9f3334d235cffc2c98f6b447d242dab7390f0244bd814524175e93b1746fc3f069e4e8af7b2ca4a409170543f786ddf1dcc241950fc2b928c42c60bb467
 WHIRLPOOL 
e49575e29412d79f3986ad593c588072d387d305733ec04c3ce5a856b8775a80e50b8993db9c52ff49073668c188609350f67da388c6f4fde054372e7965f739
 DIST rspec-rails-3.5.2.tar.gz 123642 SHA256 
14acd233d4b8341231e04abc72c3f16a364fe3bf57efe59a9f40ca49a08535b0 SHA512 
4f7f03c740d7215591f9ac4fc9fb77f8d747b6446a831580518db2974b07806eab8ed29ade78afbdd981236f3c64b0d933f04be7cccf72c5e57fb85795dc7df4
 WHIRLPOOL 
88135186904d1b52e91a6967fd272faca4920d2af2c293955cdf76d6b0ef27127369fe189729447757f5ab0dabc5fd285c73816fae5ff4f5503db9b0e4513167

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

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

2017-04-20 Thread Hans de Graaff
commit: e26a0175be46c4f21db66cc3d43ad123f8f84fe4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:56:29 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:56:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a0175

dev-ruby/recog: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/recog/Manifest  |  1 -
 dev-ruby/recog/recog-2.0.6-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index 2619bc6b305..6b4817a97ec 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -1,2 +1 @@
 DIST recog-2.0.14.gem 193024 SHA256 
65d4916bf92aa052dd0624654df46f51ec91270d568b52f18491c0b74bd21abf SHA512 
6e1a3872f1daaf86c00c1c535b5019761efa23af83d4ccf5996fa3a1e66a1aa468603e3582f48b88c74dc419b1a659ead683781f3c93f4f315d4aeebbf95f768
 WHIRLPOOL 
61695b3e8c768c93eaa56819951c65dea435751da6f60b50f291fa54e1e46b22b35b4ef12d202c326f8adefe9a6b55975bb20d5ff88d08e31b469c7b525d5afa
-DIST recog-2.0.6.gem 188928 SHA256 
333d867db310b908342f857ee4f3f60b869386ff7b908e06f4dec8b9352ceb97 SHA512 
408e83889632127d584ce8d09244c63246807aa5f89d88c082bbfd441a2e708cd67f23aebf23fa08c5db6bfd7ff771071daf64df9a66224aa5f04fcaba3d1387
 WHIRLPOOL 
2aaef470b15e3b8ac99d99bc3f8975447d5aa3d05220540d61f4972083f8cf6a0b04ba89e88aefc0dfd355f59f6f1bd5e9754bf00b6b5a5a953ef21f42fc3509

diff --git a/dev-ruby/recog/recog-2.0.6-r1.ebuild 
b/dev-ruby/recog/recog-2.0.6-r1.ebuild
deleted file mode 100644
index 156fdcd6321..000
--- a/dev-ruby/recog/recog-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-RUBY_FAKEGEM_BINWRAP=""
-inherit ruby-fakegem
-
-DESCRIPTION="Pattern recognition for hosts, services, and content"
-HOMEPAGE="https://github.com/rapid7/recog";
-SRC_URI="mirror://rubygems/${P}.gem"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/nokogiri !=dev-ruby/recog-2.0.0
-   !

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

2017-04-20 Thread Hans de Graaff
commit: 59a8ecf103d31712376f276c36218987a0b37756
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 05:01:42 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 05:01:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a8ecf1

dev-ruby/redis: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/redis/Manifest   |  1 -
 dev-ruby/redis/redis-3.0.7.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-ruby/redis/Manifest b/dev-ruby/redis/Manifest
index bb97c853712..e5dd9d358c8 100644
--- a/dev-ruby/redis/Manifest
+++ b/dev-ruby/redis/Manifest
@@ -1,4 +1,3 @@
-DIST redis-rb-3.0.7.tar.gz 64059 SHA256 
70bc9da8d41af542f41dd8be0f69d005f981d7198e867345ded562bb667a SHA512 
93f5e68d491010d74d3b93fe6ff4e50f28bcdf4456435ee7ea066a4e21219a438944d66ca7cbdfd7182fb4a574f26fad3b85e14c226854e4b94f0a2681b8dfd7
 WHIRLPOOL 
eac933f32c8a5851e896cf4360af1cad54112defdd58c2999bfc6509cbbabea6be2f252730d523391bf741ce6997f334714a33498eb54df01bd1d68fecb85eee
 DIST redis-rb-3.2.2.tar.gz 72217 SHA256 
37a5ae3a8163a2e6aaf5d40ede106ed13ce6fcfc2b99a22664392ffd3d132b90 SHA512 
e5cb281c95ecadf86907a7f8b87cc3f895feac529b868f479d94c3ca00f8eebddbcebf9ffeacbe40738af6cb2bd8b4bb9b8f12462a99355337ee123cc3e4356e
 WHIRLPOOL 
8d1b325d539856e4e91cb9d8643bfb55981b2c7b2ae1cd7b52778b5cb0266ab3f852541a0bca53418b4161ad6c6760be91b82fb09983a3bd8b7b8adf0800c4c4
 DIST redis-rb-3.3.0.tar.gz 87835 SHA256 
a55a7916af3e3b42da0e882fcdf364a746d61ded1ec09bf48bf450632b87d015 SHA512 
992c12b2c877f00da5892826a59c2b8a296805436287ac0307c8e3134cd459d037447bf08ff51b6d1b33993a942390fe6109f535d1b1cc84e9c0d3aaef1e5d01
 WHIRLPOOL 
82485bf3f00ab025e3a9549c326c2da194df8b2acc3dca1dd149c15779a598b8e97ab0034994b1251b7dc92a61616ad08af5c4c240dea77b7962983097be
 DIST redis-rb-3.3.1.tar.gz 88283 SHA256 
ad0b2097e479c08184bd314381c8b8cb1669e865e0c738d9a8841d806462fff2 SHA512 
6ba0b216995f4a73f92d251fb99377a768fee790dd945717ef8c6919df994b10f0746a2f60346af0cc5399cd9747e92293c6db69ca816dfc6be040b2e1284704
 WHIRLPOOL 
722b07c1ee025c39555316d44dc313f8684fc1fd209a95f1c16011ae848efe67f5ca544d3a31745dff2af42042f8a11cbd20277384ada01def4e7fff8f4cc02a

diff --git a/dev-ruby/redis/redis-3.0.7.ebuild 
b/dev-ruby/redis/redis-3.0.7.ebuild
deleted file mode 100644
index cd17d965cb2..000
--- a/dev-ruby/redis/redis-3.0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-MY_P="redis-rb-${PV}"
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-RUBY_FAKEGEM_TASK_TEST="run"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby client library for Redis"
-HOMEPAGE="https://github.com/redis/redis-rb";
-SRC_URI="https://github.com/redis/redis-rb/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="test? ( dev-db/redis )"
-
-RUBY_S="${MY_P}"
-
-all_ruby_prepare() {
-   # call me impatient, but this way we don't need netcat
-   sed -i \
-   -e '/test_subscribe_past_a_timeout/,+18d' \
-   test/publish_subscribe_test.rb || die "sed failed"
-
-   # Version 3.0.6 downloads and compiles redis-server to test against.
-   # This patch reverts it to the way 3.0.5 does it, using the local 
server.
-   # 
https://github.com/redis/redis-rb/commit/351a1294fe33f79c23495b7568045e9f484918f2
-   epatch "${FILESDIR}/${PN}-3.0.6-local-redis-server.patch"
-}



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

2017-04-20 Thread Hans de Graaff
commit: c49fea692146e2d459b1c80f65624ecf7cf9792f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:41:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:41:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49fea69

dev-ruby/pygments_rb: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/pygments_rb/Manifest |  1 -
 dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-ruby/pygments_rb/Manifest b/dev-ruby/pygments_rb/Manifest
index 256b2c5c483..8397c6865c8 100644
--- a/dev-ruby/pygments_rb/Manifest
+++ b/dev-ruby/pygments_rb/Manifest
@@ -1,2 +1 @@
-DIST pygments.rb-0.6.2.gem 1892352 SHA256 
f4a1743be41a14f1f7ce63e03acefb9c6fabf7261c296b001191e0800f56e032 SHA512 
8fd2da56d669882fa6b73073f02371ed7f9523ae115dd66bd77f2ed1d2e0abe5336e52d94fd92e85a55d813d163b0a6615233c2b27d16b5d089e0f97a2647d9c
 WHIRLPOOL 
4caecb6182dcc712f2cdeded83bb734db7c5f988b70c0e87dd63c09ab0e75877cd780f4c5d1d64f751ca0fe3f0d8794e6f27d16a72fdfe4f1724312a705f6f12
 DIST pygments.rb-0.6.3.gem 1892352 SHA256 
d19824fe964cf10388e2852ce3ee888f3e1446c9c2cdc89a55137d8183391198 SHA512 
faa9d04b0571e34d5b01cf8ac8b70a68aa3e2555d222199c0090c0b71ae4046e74fc6e64fe8fd0c327fbe9c4a4efb34a91a02dec962086e8d9f8d881bff1eff0
 WHIRLPOOL 
6663226ee996827dd480a326a5c55c8603d5ab159c78969a2c774a45ff302c7d0b2eb4ee12601de59fb43bac207faf9b4222f1eb017ded313721906c02709db9

diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild 
b/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild
deleted file mode 100644
index 6c6e885b3ee..000
--- a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-PYTHON_COMPAT=( python2_7 )
-
-RUBY_FAKEGEM_NAME="pygments.rb"
-MY_P="${RUBY_FAKEGEM_NAME}-${PV}"
-
-RUBY_FAKEGEM_RECIPE_TEST="rake"
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${RUBY_FAKEGEM_NAME}.gemspec"
-
-inherit ruby-fakegem python-single-r1
-
-DESCRIPTION="pygments syntax highlighting in ruby"
-HOMEPAGE="https://github.com/tmm1/pygments.rb";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}"
-
-RUBY_S="${MY_P}"
-
-RDEPEND+="
-   ${PYTHON_DEPS}
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]"
-DEPEND+=" test? ( ${RDEPEND} )"
-
-ruby_add_rdepend ">=dev-ruby/yajl-ruby-1.2
-   dev-ruby/posix-spawn"
-ruby_add_bdepend "dev-ruby/rake-compiler"
-
-pkg_setup() {
-   ruby-ng_pkg_setup
-   python-single-r1_pkg_setup
-}
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/d' Rakefile || die
-   sed -i -e 's/~> 1.1.0/~> 1.1/' -e '/s.files/d' pygments.rb.gemspec || 
die
-   python_fix_shebang lib/pygments/mentos.py
-   # we are loosing a "custom github lexer here", no idea what it is,
-   # but if we need it, it should go into dev-python/pygments
-   rm -r vendor lexers || die "removing bundled libs failed"
-}
-
-each_ruby_compile() {
-   # regenerate the lexer cache, based on the system pygments pkg
-   ${RUBY} cache-lexers.rb || die "regenerating lexer cache failed"
-}
-
-each_ruby_install() {
-   each_fakegem_install
-   ruby_fakegem_doins lexers
-}



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

2017-04-20 Thread Hans de Graaff
commit: 7d7d772519310fe68f9685cfb5e3ce9bc1093c0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:20:32 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:20:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7d7725

dev-ruby/pkg-config: add 1.1.9

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/pkg-config/Manifest|  1 +
 dev-ruby/pkg-config/pkg-config-1.1.9.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/pkg-config/Manifest b/dev-ruby/pkg-config/Manifest
index 6f0d1052564..c62f42bbf17 100644
--- a/dev-ruby/pkg-config/Manifest
+++ b/dev-ruby/pkg-config/Manifest
@@ -1 +1,2 @@
 DIST pkg-config-1.1.7.gem 19456 SHA256 
1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252 SHA512 
9f515874d3edabdfff5f4c8d624bbc91e9c5032e79c241412cd073f0a049e35a2e2a660d5503eaae9640286d74cb9851034f757c702e220f728fba1c2337
 WHIRLPOOL 
b1eea580d1db95bd651004752f913c7ce5f821ebaa0a1742609bd2e07738c2d125b36f6d5a03dd8b6c34b126246163ee1bd59ef19143df8a0b2f01bb7b260f9b
+DIST pkg-config-1.1.9.gem 19456 SHA256 
7a0e8b9b99bb6bd1c816d19d3507bffe68116bc2ed387d4233f0b079c4d6e4c5 SHA512 
0b337ffbf8a18a4dcde24b96a343e7599aed3cde2bec0fb74cc96b7377492f4df4893ba595f191739ed88b4876b66d9dcc2f59296bb58adcf871a82f8e4b8862
 WHIRLPOOL 
1b95e7d1a7e747890ef1da12adf71322738b914b0ca8fc27147461b6c3aa8166000c987af046522f2470aa1de1ff71f0f3a75a0b65f4ab20b8010e3baa96f734

diff --git a/dev-ruby/pkg-config/pkg-config-1.1.9.ebuild 
b/dev-ruby/pkg-config/pkg-config-1.1.9.ebuild
new file mode 100644
index 000..b6263153de8
--- /dev/null
+++ b/dev-ruby/pkg-config/pkg-config-1.1.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A pkg-config implementation by Ruby"
+HOMEPAGE="https://github.com/rcairo/pkg-config";
+LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+# this is used for testing
+DEPEND+=" test? ( x11-libs/cairo )"
+
+all_ruby_prepare() {
+   # drop failing tests
+   sed -i -e "/test_cflags/,/end/d"\
+   -e "/test_cflags_only_I/,/end/d" test/test_pkg_config.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 -Ilib test/test_${PN/-/_}.rb || die
+}



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

2017-04-20 Thread Hans de Graaff
commit: a8a995fedb5bc5b9ad9fb78122c38567de0d504f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 05:02:48 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 05:02:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a995fe

dev-ruby/rest-client: mark stable for amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild 
b/dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild
index dcc7bc25e62..5a08972d49c 100644
--- a/dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild
+++ b/dev-ruby/rest-client/rest-client-1.8.0-r3.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=5
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/archiloque/rest-client";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/webmock )"



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

2017-04-20 Thread Hans de Graaff
commit: bcd5654619e9d4d75fafa9b7cf74a0dbc7f0486c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 21 04:40:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 21 04:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd56546

dev-ruby/puppetdb-termini: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini/puppetdb-termini-3.2.3.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index 489af39723a..617e7f83e30 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,2 +1 @@
-DIST puppetdb-termini_3.2.3-1puppetlabs1_all.deb 22028 SHA256 
b5461dac4bff77530b071dcffe270e896846eefdb83aa65d70cfdfab6eafda1f SHA512 
d7f789f73a8e82e7cc291631577574aa75357a8a404f6949127749f26209c6f3017472afedcc1ce73b2d118b946423db059c7e840ad00828b491b1631321879b
 WHIRLPOOL 
78be90206062adf49ace4518aa65d7a88ca18cd34a4b20857c03f7434103e0145f38018f7312b4c3514940c346e643e662bcbaf6974bd6ffe1af102afce5b493
 DIST puppetdb-termini_4.3.0-1puppetlabs1_all.deb 18522 SHA256 
02f7a02f42364ad7bd7455c3c0668561b51f9bf1efca38f06a751128f594d789 SHA512 
088ed402df9d8fed0827cdca47c782690a7ab767e2fc786dd94a1019cd84c5dd70168bddac43963031c89bc3a1a545d81554952c9fdc999f52d49e2b6212f9ef
 WHIRLPOOL 
63303fe0cfdb45ad9919e5af2ceef31237dcb50c11ed5109d2e113c2f657d8a141c06ad6a1b2e83d9fea0177f3c6772b42637f47e29531bd9834a1d306b2c81c

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
deleted file mode 100644
index 8ec764cc742..000
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-3.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/";
-SRC_URI="http://apt.puppetlabs.com/pool/wheezy/PC1/${PN:0:1}/puppetdb/${PN}_${PV}-1puppetlabs1_all.deb";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}



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

2017-04-20 Thread Maciej Mrozowski
commit: 3e17d55885f6d30072241b23107d47da2652821f
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Apr 21 03:29:56 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Apr 21 03:30:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e17d558

dev-games/openscenegraph: Update homepage

Package-Manager: Portage-2.3.3, Repoman-2.3.2

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

diff --git a/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild
index ab0ae9c4d32..ee05052bf5c 100644
--- a/dev-games/openscenegraph/openscenegraph-3.2.1-r2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.2.1-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=5
@@ -10,7 +10,7 @@ MY_PN="OpenSceneGraph"
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Open source high performance 3D graphics toolkit"
-HOMEPAGE="http://www.openscenegraph.org/projects/osg/";
+HOMEPAGE="http://www.openscenegraph.org/";
 
SRC_URI="http://trac.openscenegraph.org/downloads/developer_releases/${MY_P}.zip";
 
 LICENSE="wxWinLL-3 LGPL-2.1"

diff --git a/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild
index b854d48d629..ccddbe894c9 100644
--- a/dev-games/openscenegraph/openscenegraph-3.4.0.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.4.0.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=5
@@ -10,7 +10,7 @@ MY_PN="OpenSceneGraph"
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Open source high performance 3D graphics toolkit"
-HOMEPAGE="http://www.openscenegraph.org/projects/osg/";
+HOMEPAGE="http://www.openscenegraph.org/";
 
SRC_URI="http://trac.openscenegraph.org/downloads/developer_releases/${MY_P}.zip";
 
 LICENSE="wxWinLL-3 LGPL-2.1"

diff --git a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild 
b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
index 3ce4910f934..b8b788331b3 100644
--- a/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.5.1-r2.ebuild
@@ -10,7 +10,7 @@ MY_PN="OpenSceneGraph"
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Open source high performance 3D graphics toolkit"
-HOMEPAGE="http://www.openscenegraph.org/projects/osg/";
+HOMEPAGE="http://www.openscenegraph.org/";
 
SRC_URI="http://trac.openscenegraph.org/downloads/developer_releases/${MY_P}.zip";
 
 LICENSE="wxWinLL-3 LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2017-04-20 Thread Jason Donenfeld
commit: f7acf07dd284778cc243169220ad54f90a1211a5
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Apr 21 02:40:58 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Apr 21 02:40:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7acf07d

net-vpn/wireguard: bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20170409.ebuild => wireguard-0.0.20170421.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index ab3c0f42ac2..fcdf81b7586 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20170409.tar.xz 145732 SHA256 
31473b4d14178f82d6ff46df019d57982c210c03d1a985d54db35bdd76efbb18 SHA512 
2f9f190db215a601f01fdbf6cc7379cec6409e05e7ae377f0390daca0e09f68cc89f90037b3bb0b052ff47376f10c107ef938e8186cbfd267f17bcc391bde0d1
 WHIRLPOOL 
41a4a1f7b3f1a9510f6276b0446cb3cad8e5c6882b3ae01ae35d8f2cf314f77fd02f6971ee554f90da433c99328f61b80e4f8466f3ef29afdc756eb78dc58892
+DIST WireGuard-0.0.20170421.tar.xz 146264 SHA256 
03c82af774224cd171d000ee4a519b5e474cc6842ac04967773cf77b2675 SHA512 
1959ced90abf3141f09b8bd88fe43a5b2ee3b176063c6ed02f9dfd1713e1d18b302174ba9de67e89ca9b163a539149cfb1facd4d45303b498acc11bd00856589
 WHIRLPOOL 
e92c8cf1a3f624dddc229c55966de9829d12c26859ce7b0355216c9656245983bea96b3e6a8bc6f4f2cc378ed64c3f6cd7f5209d21ff1f5b983803af763922b7

diff --git a/net-vpn/wireguard/wireguard-0.0.20170409.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20170421.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20170409.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20170421.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-java3d-bin/

2017-04-20 Thread Michael Weber
commit: 1699dd052151c12b68da6cd4d28b1bd9c3c56cd8
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Apr 21 01:47:37 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Apr 21 01:48:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1699dd05

dev-java/sun-java3d-bin: Version bump (bug 133721).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/sun-java3d-bin/Manifest   |  2 +
 .../sun-java3d-bin/sun-java3d-bin-1.5.2.ebuild | 51 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-java/sun-java3d-bin/Manifest b/dev-java/sun-java3d-bin/Manifest
index b2ded0e608d..51c699353fe 100644
--- a/dev-java/sun-java3d-bin/Manifest
+++ b/dev-java/sun-java3d-bin/Manifest
@@ -1,3 +1,5 @@
+DIST j3d-1_5_2-linux-amd64.zip 1956319 SHA256 
906e84747d4993df08b765576b8ac0fd580a1062fe1bcca173ff0d060967b175 SHA512 
6105b460d09f68c7a1ab289e23717016329900d1e113b516965ee3015fe47836d2165bb450c43f7fa5f7a42ff819c70581193990d153226cb41dcecb1b9c71bf
 WHIRLPOOL 
1f40fcf75dcc5c70485e5ede6d64da43241da326d0085ae456f81662aa89ca1bb820bcb53cdf053331e82e70c18ca80b2dc7bb1f51d1886e789616274fccbfd3
+DIST j3d-1_5_2-linux-i586.zip 1956020 SHA256 
264af1e73738d33ed52c56527122d7e17c3d64b19d7ed765ac235c5c4d0f9522 SHA512 
1504d2dbcdc9a49be84f1a6327669764febc83f4e5c4365894b8a4bc15b14857262bc0d548b678820ad3aee8f349f2515cfa9a06dfdc0e8bb9afd50de0c4ca56
 WHIRLPOOL 
05dd7c6dada0bb201829017472064599d73a402d486dd5283a91a6228d6bcd6a21ecaae8d3958622674e6374e3714c5d7ac0cc37cec6286782d0004b8664e367
 DIST java3d-1_3_2-linux-amd64.zip 1241855 SHA256 
e248fc43792db5a351540e7c1a7c4c594fee30d5a8e622dbd8290075becca8a8 SHA512 
6781be7d5c510b9ed4fb533e58eed792ceade0245b7ace00947f6cbac711b589d787500322d3ad4e6478c61e017cf2be9c7542a59a6a0af780d9e0a06b5a5f78
 WHIRLPOOL 
00dac2f26e8c71df5dcbf6fda2c25434994a40d7aab8b7901c2b2805d354218563b634b82b2d957e6f642624726e3e2f8923576618f09dac1699d27d9cc88028
 DIST java3d-1_3_2-linux-i586.zip 1235329 SHA256 
1fc3a02714bcfd938b5449561cee49c3ffe5f8c320591374caab4a0c2bb9f415 SHA512 
5fb459ead7cfdae468017bc40cb6f8831a8fadbd27fd3c62404b9cf5ebdacef092e8a4153058731c2a004672bc69f4061b664412ed937a7b49a15ca580762839
 WHIRLPOOL 
a9287b5b6d6f4346c736c7b707e34715b6515c0df0368848212ef82a4686d8d8374db756fcaf67b18617c42aaf6c7ab34832126650dacabd74b96c74e452dc5b
 DIST java3d-1_4_0-build5-linux-amd64.zip 1281828 SHA256 
1ec9d7dc176eff6bf2c3568f452fc5b13d471d4f963090570996a635b8f8a301 SHA512 
ec1074e5ad40964a80e2ec3332f67d1b7067db6aa5d99379f9e488e2c6a342b0c3d0c78aadd995bd647047efdeb0f040c8e8c7e4557a5161b6a8919fe93cff81
 WHIRLPOOL 
835257f8099a71cff3533a651d08af2f487ca79699e3e0165999d8b3dede75bed373a7b7f9dbf42070adce5aab87563a2338195a9b96fbf4130db16456434686

diff --git a/dev-java/sun-java3d-bin/sun-java3d-bin-1.5.2.ebuild 
b/dev-java/sun-java3d-bin/sun-java3d-bin-1.5.2.ebuild
new file mode 100644
index 000..89c0a7779b5
--- /dev/null
+++ b/dev-java/sun-java3d-bin/sun-java3d-bin-1.5.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit java-pkg-2
+
+MY_PV=${PV//./_}
+MY_PV=${MY_PV//_pre/-build}
+MY_IPV=${MY_PV//_/}
+
+DESCRIPTION="Sun Java3D API Core"
+HOMEPAGE="https://j3d-core.dev.java.net/";
+SRC_URI="
+   amd64? (
+   
http://download.java.net/media/java3d/builds/release/${PV}/j3d-${MY_PV}-linux-amd64.zip
+   )
+   x86? (
+   
http://download.java.net/media/java3d/builds/release/${PV}/j3d-${MY_PV}-linux-i586.zip
+   )"
+KEYWORDS="-* ~amd64 ~x86"
+SLOT="0"
+LICENSE="sun-jrl sun-jdl"
+IUSE=""
+DEPEND="app-arch/unzip"
+RDEPEND=">=virtual/jre-1.4"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/${A/.zip/}"
+
+src_unpack() {
+   unpack ${A}
+   cd "${S}"
+   unpack ./j3d-jre.zip
+}
+
+src_compile() { :; }
+
+src_install() {
+   dodoc COPYRIGHT.txt README.txt
+
+   java-pkg_dojar lib/ext/*.jar
+   java-pkg_doso lib/${ARCH/x86/i386}/*.so
+}
+
+pkg_postinst() {
+   elog "This ebuild installs into ${JAVA_PKG_LIBDEST} and 
${JAVA_PKG_JARDEST}"
+   elog 'To use this when writing your own applications you can use for 
example:'
+   elog '-Djava.library.path=$(java-config -i sun-java3d-bin) -cp 
$(java-config -p sun-java3d-bin)'
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/x86/

2017-04-20 Thread Anthony G. Basile
commit: 674e59fe22012ffa986dc762d604551063cde470
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Apr 21 01:32:23 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Apr 21 01:34:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674e59fe

profiles: p.mask >=sys-devel/gcc-5 on default/linux/uclibc/x86

 profiles/default/linux/uclibc/x86/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/default/linux/uclibc/x86/package.mask 
b/profiles/default/linux/uclibc/x86/package.mask
new file mode 100644
index 000..ad1b7ebef1f
--- /dev/null
+++ b/profiles/default/linux/uclibc/x86/package.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Triggers a bug in pselect in make with parallel builds
+>=sys-devel/gcc-5



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

2017-04-20 Thread Matt Thode
commit: e14794d5cf9122cf42ad3b894049be3c580531ea
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 21 01:10:38 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Apr 21 01:12:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14794d5

app-emulation/diskimage-builder: 2.3.3 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/diskimage-builder/Manifest   | 2 +-
 .../{diskimage-builder-2.3.2.ebuild => diskimage-builder-2.3.3.ebuild} | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 651bdd85254..70c37be31cf 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,2 +1,2 @@
 DIST diskimage-builder-1.28.0.tar.gz 267409 SHA256 
2d8999a8484d27e8604d125aabcbdad648f8b601776225cfc611faf1a3b9a0e6 SHA512 
ae13e29563f90a4aaa4f2bee889bca4fd662da41fcffb957ca8a4380907e5d89fbc25ecb93aeda2cb5597776b51417388e8a5e39741250d68a8f7f67239ebc7f
 WHIRLPOOL 
7cfcefcf37fd0d5fae4fb8d3284ad3b60e53e4a2853c85625a1925c34bd4cdbee32089f7dae81adcf699226ba1550f729a2b1b8aab4b6e54c10c7148fea1
-DIST diskimage-builder-2.3.2.tar.gz 300867 SHA256 
332da7bd750ede7bef77bfa009cf83fd00d7b6f8bba9562b5d30e45b9f4df41d SHA512 
4ee9ff23b7fe4676e7aed97ca4c11c0bee22fb7b6de7c0aa34ad3ac111874220fe18b12fce81f627da978f492b9d01094246de18441f625bcb64e3dc0fe3
 WHIRLPOOL 
68f0489af55d254c62428b98f6720e2e7878d9608e49b8ee2e1123477f00a953de7a9a4a60a820f59f284765ac711800ee394092fe5e1fdc18a0da5d5d21c000
+DIST diskimage-builder-2.3.3.tar.gz 294768 SHA256 
227943d8702a66c9ed08d59362324bc79951ad7c11d9efdb67c32b2fbd517af2 SHA512 
d3e97ef520270d056877bef467d9fb4bb8bd64ebff149ca7e8a5b11e5f19043a93932968d61b7efe7e54767dc88e04536ceb8b664e9c40ab388eac52303e2a74
 WHIRLPOOL 
c780d3de0bcc43e35b5b12bbd188eece079467eec5ea7a426450d30f14135cdd4fe82985804514c1382424aae41534af37c163e55de98031d3327d89743a3a2b

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.3.2.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.3.3.ebuild
similarity index 90%
rename from app-emulation/diskimage-builder/diskimage-builder-2.3.2.ebuild
rename to app-emulation/diskimage-builder/diskimage-builder-2.3.3.ebuild
index c86c0f874b3..cd53f33866b 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.3.2.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.3.3.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}



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

2017-04-20 Thread Mike Gilbert
commit: 0091d8ee715343b48186119e3ee39dd54e239bee
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Apr 21 00:57:21 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Apr 21 00:59:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0091d8ee

www-client/chromium: update icon theme messaging

Replace the static list of acceptable icon themes with some general
advice instead.

Bug: https://bugs.gentoo.org/605174
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 www-client/chromium/chromium-59.0.3067.0.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
index 02a27d3880f..fb975c22b0c 100644
--- a/www-client/chromium/chromium-59.0.3067.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -137,14 +137,9 @@ are not displayed properly:
 - media-fonts/wqy-microhei
 - media-fonts/wqy-zenhei
 
-Depending on your desktop environment, you may need
-to install additional packages to get icons on the Downloads page.
-
-For KDE, the required package is kde-frameworks/oxygen-icons.
-
-For other desktop environments, try one of the following:
-- x11-themes/gnome-icon-theme
-- x11-themes/tango-icon-theme
+To fix broken icons on the Downloads page, you should install an icon
+theme that covers the appropriate MIME types, and configure this as your
+GTK+ icon theme.
 "
 
 pre_build_checks() {



[gentoo-commits] proj/kde:master commit in: net-irc/konversation/files/, net-irc/konversation/

2017-04-20 Thread Maciej Mrozowski
commit: 3a501f8217e06701ab20481c5fb4ab2e28839aed
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Thu Apr 20 23:47:19 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Thu Apr 20 23:48:15 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3a501f82

net-irc/konversation: Add Gentoo support channels to default channel list, bug 
616162

 net-irc/konversation/files/konversationrc | 24 
 net-irc/konversation/konversation-.ebuild |  8 
 2 files changed, 32 insertions(+)

diff --git a/net-irc/konversation/files/konversationrc 
b/net-irc/konversation/files/konversationrc
new file mode 100644
index 00..932374b6bf
--- /dev/null
+++ b/net-irc/konversation/files/konversationrc
@@ -0,0 +1,24 @@
+[Channel 0]
+Name=#gentoo
+
+[Channel 1]
+Name=#gentoo-desktop
+
+[Channel 2]
+Name=#gentoo-kde
+
+[Channel 3]
+Name=#gentoo-xfce
+
+[Server 0]
+Port=8001
+SSLEnabled=false
+Server=chat.freenode.net
+
+[ServerGroup 0]
+AutoConnect=false
+AutoJoinChannels=Channel 0,Channel 1,Channel 2,Channel 3
+EnableNotifications=true
+Expanded=false
+Name=Freenode
+ServerList=Server 0

diff --git a/net-irc/konversation/konversation-.ebuild 
b/net-irc/konversation/konversation-.ebuild
index 0dc5ee98d2..8f66b6c5d9 100644
--- a/net-irc/konversation/konversation-.ebuild
+++ b/net-irc/konversation/konversation-.ebuild
@@ -60,3 +60,11 @@ src_configure() {
 
kde5_src_configure
 }
+
+src_install() {
+   kde5_src_install
+
+   # Bug 616162
+   insinto /etc/xdg
+   doins "${FILESDIR}"/konversationrc
+}



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

2017-04-20 Thread Maciej Mrozowski
commit: 1fe3e159570d1fc27db5086b084b1dae4860fac2
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Thu Apr 20 23:45:26 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Thu Apr 20 23:45:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe3e159

net-irc/konversation: Add Gentoo support channels to default channel list, bug 
616162

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 net-irc/konversation/files/konversationrc  | 24 
 net-irc/konversation/konversation-1.6.2.ebuild | 10 +-
 net-irc/konversation/konversation-1.7.ebuild   |  8 
 3 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/files/konversationrc 
b/net-irc/konversation/files/konversationrc
new file mode 100644
index 000..932374b6bf4
--- /dev/null
+++ b/net-irc/konversation/files/konversationrc
@@ -0,0 +1,24 @@
+[Channel 0]
+Name=#gentoo
+
+[Channel 1]
+Name=#gentoo-desktop
+
+[Channel 2]
+Name=#gentoo-kde
+
+[Channel 3]
+Name=#gentoo-xfce
+
+[Server 0]
+Port=8001
+SSLEnabled=false
+Server=chat.freenode.net
+
+[ServerGroup 0]
+AutoConnect=false
+AutoJoinChannels=Channel 0,Channel 1,Channel 2,Channel 3
+EnableNotifications=true
+Expanded=false
+Name=Freenode
+ServerList=Server 0

diff --git a/net-irc/konversation/konversation-1.6.2.ebuild 
b/net-irc/konversation/konversation-1.6.2.ebuild
index 8eaa85aa7bc..2ce37c41475 100644
--- a/net-irc/konversation/konversation-1.6.2.ebuild
+++ b/net-irc/konversation/konversation-1.6.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
@@ -63,3 +63,11 @@ src_configure() {
 
kde5_src_configure
 }
+
+src_install() {
+   kde5_src_install
+
+   # Bug 616162
+   insinto /etc/xdg
+   doins "${FILESDIR}"/konversationrc
+}

diff --git a/net-irc/konversation/konversation-1.7.ebuild 
b/net-irc/konversation/konversation-1.7.ebuild
index 41abe5502ae..e41f158e7e7 100644
--- a/net-irc/konversation/konversation-1.7.ebuild
+++ b/net-irc/konversation/konversation-1.7.ebuild
@@ -63,3 +63,11 @@ src_configure() {
 
kde5_src_configure
 }
+
+src_install() {
+   kde5_src_install
+
+   # Bug 616162
+   insinto /etc/xdg
+   doins "${FILESDIR}"/konversationrc
+}



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

2017-04-20 Thread Kent Fredric
commit: a01ee0c0be52594587f48c9b3f2a3f11f47016ae
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 20 22:49:41 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 20 22:50:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ee0c0

dev-lang/perl: Fix dual-scripts versions from corelist deltas

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-lang/perl/perl-5.26..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/perl/perl-5.26..ebuild 
b/dev-lang/perl/perl-5.26..ebuild
index cca25d8713d..66819aba418 100644
--- a/dev-lang/perl/perl-5.26..ebuild
+++ b/dev-lang/perl/perl-5.26..ebuild
@@ -76,14 +76,14 @@ S="${WORKDIR}/${MY_P}"
 
 dual_scripts() {
src_remove_dual  perl-core/Archive-Tar2.240.0   ptar 
ptardiff ptargrep
-   src_remove_dual  perl-core/CPAN   2.170.0   cpan
+   src_remove_dual  perl-core/CPAN   2.180.0   cpan
src_remove_dual  perl-core/Digest-SHA 5.960.0   shasum
src_remove_dual  perl-core/Encode 2.880.0   enc2xs 
piconv
src_remove_dual  perl-core/ExtUtils-MakeMaker 7.240.0   
instmodsh
src_remove_dual  perl-core/ExtUtils-ParseXS   3.340.0   xsubpp
src_remove_dual  perl-core/IO-Compress2.74.0
zipdetails
src_remove_dual  perl-core/JSON-PP2.274.0.200_rc   
json_pp
-   src_remove_dual  perl-core/Module-CoreList5.201.701.230_rc 
corelist
+   src_remove_dual  perl-core/Module-CoreList5.201.704.200 corelist
src_remove_dual  perl-core/Pod-Parser 1.630.0   
pod2usage podchecker podselect
src_remove_dual  perl-core/Pod-Perldoc3.280.0   perldoc
src_remove_dual  perl-core/Test-Harness   3.380.0   prove



[gentoo-commits] repo/gentoo:master commit in: sys-process/tini/

2017-04-20 Thread Manuel Rüger
commit: cb8b77e77836d6afae062bd019d398bcde9baa1c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr 20 22:28:51 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr 20 22:28:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8b77e7

sys-process/tini: Version bump to 0.14.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-process/tini/Manifest   |  1 +
 sys-process/tini/tini-0.14.0.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest
index db45e305900..a68f8c5eb7b 100644
--- a/sys-process/tini/Manifest
+++ b/sys-process/tini/Manifest
@@ -1,2 +1,3 @@
 DIST tini-0.13.0.tar.gz 26098 SHA256 
d0788dd2100d1e2d53d79815116f962a76ea17177159eb26e07702445c6cbdfd SHA512 
f23b6457f0e19fa13f2148d85e28f09123cedb1ecefae8f6dda06d96e44aec3af1cf98cb4589e8b775158f78532a76b26d233aee78a4d6d2661305d8b5bc4363
 WHIRLPOOL 
e3c5904f69b000aa1c21ede6446f72cd51807bf7a7eb34dbed69bc9f1e48735ddd797da9586127f08eefeb66ca23b4077c47b709fd094ebd9c85ea0a54a381ca
 DIST tini-0.13.2.tar.gz 27828 SHA256 
85e18a4e4089612821321d1d67c16337797c3c78e81117dea56ad75ece20d05f SHA512 
117822bf2e45b7cf732bfcd2aa5ea268a189c395f189c03d0e5dcd982872cff29d50adbb1a4d1b85859db4736e932900cfb64a1c487ba271a305146e9677a1d4
 WHIRLPOOL 
f271b592e5524a2297b5a6b8fb88371a9068f01122e7ea95c4d797d2f5da91847b65675a7b5043398b8c9553746a00e4b5fe5ecfd8a1171d3bba87ee78de9a55
+DIST tini-0.14.0.tar.gz 28618 SHA256 
d624bb6fba3bc02701977813b7bdac9dfc9bdeedf88aff67066cf8948d2ec6ab SHA512 
dc86c4d36e8bd232e0c8880d3ea6a7d55d01ab8ba7d903ac9e9edfb2d2fe39e900e20c63cedc3f22abd9b24d9fd1d309bd6823ce863fffe0909507f880356985
 WHIRLPOOL 
859c4838e42360a6a9501276f8700abf8f24c5c2bf29ab46b3a93761faca1fc455dbea8b1c727b296d2772d10affe8e2d774e0ccb7bc0b08672b4a9b75b9d4a3

diff --git a/sys-process/tini/tini-0.14.0.ebuild 
b/sys-process/tini/tini-0.14.0.ebuild
new file mode 100644
index 000..d99c02c2fd4
--- /dev/null
+++ b/sys-process/tini/tini-0.14.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="A tiny but valid init for containers"
+HOMEPAGE="https://github.com/krallin/tini";
+SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+args static"
+
+src_prepare() {
+   default
+   # Do not strip binary
+   sed -i -e 's/-Wl,-s")$/")/' CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=()
+   use args || mycmakeargs+=(-DMINIMAL=ON)
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
+   cmake-utils_src_compile
+}
+
+src_install() {
+   cmake-utils_src_install
+   if use static; then
+   mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
+   else
+   rm "${ED%/}"/usr/bin/${PN}-static || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-04-20 Thread Manuel Rüger
commit: 5f8aa3a255481a7a3bf44ca0d6470a6bcb61cf7f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Apr 20 22:27:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Apr 20 22:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8aa3a2

net-print/hplip-plugin: Version bump to 3.17.4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/hplip-plugin/Manifest   |  1 +
 net-print/hplip-plugin/hplip-plugin-3.17.4.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index f24a26a491f..120e1c7c8bc 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST hplip-3.16.11-plugin.run 2059585 SHA256 
af2b06696dedffcba416e4af92bef4ce219df6a11c90b8506bd32c2eba6a7cf8 SHA512 
579c00523f711c0e7601a825562242545c72f711a5fe19733604d9c55515bb50826f11941b6a5ab65e66f45d4610f4f0732fee069d3e8eaff96b99cf92d45482
 WHIRLPOOL 
ace95bcda1ba22c07d9a808450f576935d2f214a85a925f18874f104c023362428ab7e1c61e2ed5f24907950ef271f09466d10a9dc3fa82d62729f297cdb399e
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
+DIST hplip-3.17.4-plugin.run 2059636 SHA256 
d7fc1bd64a6b8c2ff87605ea92bf65a42a0702261800712892d8f14d247e430b SHA512 
59e326178cac54380b2c1d0b645922537866aa765644d2b590019956f793638cf384f09a0259230ff8fb4d597eabba5a9c58822c60ef3d7ad6fba9f52e5a3fe3
 WHIRLPOOL 
91a8f02c04955d581d573bc3ca0094043b1b6f839f9d21a2d0a2d9fde8e8579e9a4cf7d8ed6c1b252aa4efea9c5b6a4361abaf59ded74899c37e8489e8df8b2b

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.4.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.4.ebuild
new file mode 100644
index 000..1ec0d66dba4
--- /dev/null
+++ b/net-print/hplip-plugin/hplip-plugin-3.17.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit udev unpacker
+
+DESCRIPTION="Proprietary plugins and firmware for HPLIP"
+HOMEPAGE="http://hplipopensource.com/hplip-web/index.html";
+SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run";
+
+LICENSE="hplip-plugin"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   ~net-print/hplip-${PV}
+   virtual/udev
+"
+DEPEND=""
+
+S=${WORKDIR}
+
+HPLIP_HOME=/usr/share/hplip
+
+# Binary prebuilt package
+QA_PRESTRIPPED="
+   /usr/share/hplip/fax/plugins/fax_marvell.so
+   /usr/share/hplip/prnt/plugins/hbpl1.so
+   /usr/share/hplip/prnt/plugins/lj.so
+   /usr/share/hplip/scan/plugins/bb_marvell.so
+   /usr/share/hplip/scan/plugins/bb_soapht.so
+   /usr/share/hplip/scan/plugins/bb_soap.so
+"
+
+# License does not allow us to redistribute the "source" package
+RESTRICT="mirror"
+
+src_unpack() {
+   unpack_makeself "hplip-${PV}-plugin.run"
+}
+
+src_install() {
+   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
+
+   insinto "${HPLIP_HOME}"/data/firmware
+   doins *.fw.gz
+
+   for plugin in *-${hplip_arch}.so; do
+   local plugin_type=prnt
+   case "${plugin}" in
+   fax_*) plugin_type=fax ;;
+   bb_*)  plugin_type=scan ;;
+   esac
+
+   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
+   newexe ${plugin} ${plugin/-${hplip_arch}}
+   done
+
+   mkdir -p "${ED}/var/lib/hp/"
+   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
+   [plugin]
+   installed = 1
+   eula = 1
+   version = ${PV}
+   _EOF_
+}



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

2017-04-20 Thread Maciej Mrozowski
commit: 639d5efa4fe739cf3d3a99f13dea43111e664b91
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Thu Apr 20 21:56:03 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Thu Apr 20 21:57:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=639d5efa

Documentation: Add media-libs/taglib for stabilization list for kde-apps-17.04

 Documentation/package.accept_keywords/.kde-applications-17.04/more-deps | 1 +
 Documentation/package.accept_keywords/kde-applications-17.04.keywords   | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
index f8487e1973..3cc12512f1 100644
--- a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
+++ b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
@@ -1,3 +1,4 @@
 ~dev-libs/kdiagram-2.6.0
 ~dev-libs/libzip-1.2.0
 dev-qt/*:5/5.7
+~media-libs/taglib-1.11.1

diff --git 
a/Documentation/package.accept_keywords/kde-applications-17.04.keywords 
b/Documentation/package.accept_keywords/kde-applications-17.04.keywords
index 30fb90b05a..ef702461f8 100644
--- a/Documentation/package.accept_keywords/kde-applications-17.04.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-17.04.keywords
@@ -244,3 +244,4 @@
 ~dev-libs/kdiagram-2.6.0
 ~dev-libs/libzip-1.2.0
 dev-qt/*:5/5.7
+~media-libs/taglib-1.11.1



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

2017-04-20 Thread Maciej Mrozowski
commit: 12d171043a832e150f407cfd6c68d712e25072e5
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Thu Apr 20 21:50:03 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Thu Apr 20 21:50:03 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=12d17104

Documentation, sets: Add libzip to stabilization list for 
kde-applications-17.04, regenerate files

 .../.kde-applications-17.04/more-deps  |  1 +
 .../kde-applications-17.04.keywords|  1 +
 sets/kde-applications  |  2 +-
 sets/kdepim| 79 --
 4 files changed, 60 insertions(+), 23 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps 
b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
index a513f4a906..f8487e1973 100644
--- a/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
+++ b/Documentation/package.accept_keywords/.kde-applications-17.04/more-deps
@@ -1,2 +1,3 @@
 ~dev-libs/kdiagram-2.6.0
+~dev-libs/libzip-1.2.0
 dev-qt/*:5/5.7

diff --git 
a/Documentation/package.accept_keywords/kde-applications-17.04.keywords 
b/Documentation/package.accept_keywords/kde-applications-17.04.keywords
index d2c8805fa0..30fb90b05a 100644
--- a/Documentation/package.accept_keywords/kde-applications-17.04.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-17.04.keywords
@@ -242,4 +242,5 @@
 

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

2017-04-20 Thread Zac Medico
commit: 594200e167d0ae2311964edb64963a578a305bb4
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Apr 20 21:05:36 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 20 21:08:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594200e1

dev-python/aiohttp: version bump to 1.3.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/aiohttp/Manifest |  1 +
 dev-python/aiohttp/aiohttp-1.3.5.ebuild | 68 +
 dev-python/aiohttp/metadata.xml |  2 +-
 3 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 3ef75bd63b4..731d4a7093f 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -6,3 +6,4 @@ DIST aiohttp-1.1.1.tar.gz 575872 SHA256 
6f624d2b340a2c622949e5585540373a86349d31
 DIST aiohttp-1.1.2.tar.gz 576160 SHA256 
8be33ad39522d5fbc06ce527da4615bf93e6c5d4f933173072bc51fa27ea0cf4 SHA512 
ccba7a8e9a2cebaa0afadcfa927fbe9113577b2c69165cd64d8f1169d6cdb4efca252a228ad8d4780b20fcc94fffb9fa8217cbd0d49cbe9c5560a81e4423be41
 WHIRLPOOL 
ea3f9d74f7c4a0d266b56a2cd5a8655734fd8c9043a7b8f5423f960ff90cbaec1b1d6f3965b089d1cb4db7e1abb39a58dd7d5f627e6f88fb292c822ae75ab77a
 DIST aiohttp-1.1.5.tar.gz 577346 SHA256 
8f4c31a10b0a96667ac8a13e3756a3505e040c423c3c4075b99745056b3537d8 SHA512 
44b1474a64ce150164045f30734da119a1848a3677d885493f99f2d724d20884dac9a24adce4b90017e203fc67b295443f91d14f1af9eb20d657a3cd4b69d747
 WHIRLPOOL 
036265681123f902aaa2000fd6ddd83980c3b1a48d67b583b5e1da7e7079d381a9c92669c12040c1494ba3890c2a849cd1f190003a1ec611df7a72843242bcec
 DIST aiohttp-1.2.0.tar.gz 589818 SHA256 
b2fa11df067207ff15813be84b78910f6f9d897f02e9c345993b9962802a6bea SHA512 
4101f0aad0d6bb8caf931dbd7f9e07bfdaa445796af92c84ea999538c2767f3cd62740ea9c7e07f255eb57b52e967e5343461809a5d5f4e8b12cd4383753bd77
 WHIRLPOOL 
239f802ce1dde24b3e1c6fba39357822564256f1aae167b44164d9bab3e67113400534df0835ca6b5245b8229dcab752149774c7adde1e1aef2a0f549d2d33ad
+DIST aiohttp-1.3.5.tar.gz 527432 SHA256 
cd14a45da385b5e860849ffaff3ecee56f9b37bf9e7f3f7bc5ce3f17556cf842 SHA512 
b99630fa9006163d61e0e010972aee8daad021c5ad0152b04fb6f8b661f18ea03fcfa8d35603ecfcdaef4ecbaff0159b49e2f40164241bb5def48b2847e2d966
 WHIRLPOOL 
b39e5a5081cadb497aa982b8bee1a24615a2e382071755586c52855529c7984c9140c04239fe9ef81e51f3e11a1ea7b1c021f6b8a4dd58c4d826f934394b5576

diff --git a/dev-python/aiohttp/aiohttp-1.3.5.ebuild 
b/dev-python/aiohttp/aiohttp-1.3.5.ebuild
new file mode 100644
index 000..0070d6eeb7f
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-1.3.5.ebuild
@@ -0,0 +1,68 @@
+# 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 distutils-r1 vcs-snapshot
+
+DESCRIPTION="http client/server for asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/aiohttp";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+EGIT_REPO_URI="https://github.com/aio-libs/aiohttp";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+CDEPEND="
+   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   >=dev-python/multidict-2.1.4[${PYTHON_USEDEP}]
+   >=dev-python/yarl-0.9.8[${PYTHON_USEDEP}]
+   
   
 aiohttp
-KeepSafe/aiohttp
+aio-libs/aiohttp
   
 



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

2017-04-20 Thread Patrice Clement
commit: 04523220ccf286d10ff9c5e16af6e4b90256983b
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Apr 19 23:12:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Apr 20 21:02:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04523220

dev-util/yacc: quote variables correctly.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/yacc/yacc-1.9.1-r6.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-util/yacc/yacc-1.9.1-r6.ebuild 
b/dev-util/yacc/yacc-1.9.1-r6.ebuild
index 4d0ba31f56e..0462eee5605 100644
--- a/dev-util/yacc/yacc-1.9.1-r6.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r6.ebuild
@@ -15,14 +15,14 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 
s390 sh sparc x86"
 
 PATCHES=(
# mkstemp patch from byacc ebuild.
-   "${FILESDIR}"/${P}-mkstemp.patch
+   "${FILESDIR}/${P}-mkstemp.patch"
 
# The following patch fixes yacc to run correctly on ia64 (and
# other 64-bit arches). See bug 46233.
-   "${FILESDIR}"/${P}-ia64.patch
+   "${FILESDIR}/${P}-ia64.patch"
 
# Avoid stack access error. See bug 232005.
-   "${FILESDIR}"/${P}-CVE-2008-3196.patch
+   "${FILESDIR}/${P}-CVE-2008-3196.patch"
 )
 
 src_prepare() {
@@ -47,15 +47,15 @@ pkg_preinst() {
# bison installs a /usr/bin/yacc symlink ...
# we need to remove it to avoid triggering
# collision-protect errors. See bug 90089.
-   if [[ -L ${ROOT}/usr/bin/yacc ]]; then
-   rm -v "${ROOT}"/usr/bin/yacc || die
+   if [[ -L "${ROOT}/usr/bin/${PN}" ]]; then
+   rm -v "${ROOT}/usr/bin/${PN}" || die
fi
 }
 
 pkg_postrm() {
# and if we uninstall yacc but keep bison,
# let's restore the /usr/bin/yacc symlink.
-   if [[ ! -e ${ROOT}/usr/bin/yacc ]] && [[ -e ${ROOT}/usr/bin/yacc.bison 
]]; then
-   ln -s yacc.bison "${ROOT}"/usr/bin/yacc || die
+   if [[ ! -e "${ROOT}/usr/bin/${PN}" ]] && [[ -e 
"${ROOT}/usr/bin/${PN}.bison" ]]; then
+   ln -s yacc.bison "${ROOT}/usr/bin/${PN}" || die
fi
 }



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

2017-04-20 Thread Brian Evans
commit: 2003057fa9bec57dd5dea56f7b8d7f7baa54ad92
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Apr 20 21:01:40 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Apr 20 21:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2003057f

dev-php/pecl-redis: Version bump to 3.1.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-php/pecl-redis/Manifest|  1 +
 dev-php/pecl-redis/pecl-redis-3.1.2.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-php/pecl-redis/Manifest b/dev-php/pecl-redis/Manifest
index 2b719d3ed28..0eb9859c83a 100644
--- a/dev-php/pecl-redis/Manifest
+++ b/dev-php/pecl-redis/Manifest
@@ -1,3 +1,4 @@
 DIST redis-2.2.7.tgz 134340 SHA256 
95e5331cd7e709771eb4479c455bcf326a74b2aea3b1a5cba00b4c95e66dc902 SHA512 
88be2abeda62b7c1c95b6d399bbb5f97774d956001b4d13a8e5f183e86fe6336d91f479a8125adcaeff1ad5617a920953961360fc3484ebafc3ed915bcd7f86c
 WHIRLPOOL 
e7c8ea7c0c4578933211d4571d742ad09eadb5dd93e207d4f0d5858bfacb7a78eb4bd7ed34cafbc17b465b0d423ea0ff788dee907d89c4939ee4a9acbbe8b95d
 DIST redis-3.1.1.tgz 198597 SHA256 
aa1a30f2c5e1f532289b9b90af71b42db86bb85e9f8c344a455a4312c79d917e SHA512 
a9bf74342dbaec518623f99a958130d61ae643111448dd16c974fcf96ec722d34c1f7d2e7b09e786abe7432bff1d34e2d8bd895c8b6c5f9b88faac701eb77b2a
 WHIRLPOOL 
1053247b933a7f0bc2d6d79f981e0745e1d6db094fc9d4588a1e23e9670bdfabeb53ac5cae5ddf70ee8544df02dac0435f9339612e04e174055529670b705c07
 DIST redis-3.1.1RC2.tgz 198513 SHA256 
21dc974d12ed707c2dce34b268eb3411338961cd4c849325e7c28a587f137efe SHA512 
8c008d3549347c56c6e0226967da387a93f7f6ca32071c45487fecc072fc09cf71d901ef26a871a510cf4b1bbe6d7a0ab5341691f9510b1bbd5e7dc067b08272
 WHIRLPOOL 
ee68ce66a2ba40723c3be6e95b58d69ed11fe26b8e68abf14eda72b3044edd34d4a01c27950865246f04602aa3d0223351a92774d7ccb0a98d3f1897a3680695
+DIST redis-3.1.2.tgz 199041 SHA256 
a7687d007e48bef92049b8f53b425244d663da57d6b646d139248839e01f4ea3 SHA512 
14b6321072f8ab41b8293b40ea8e1e2bdac1bb694c4566467ea4e6ced37c8fc41bf5712bd27cebf509f25fda0492765cd2c8d2fe61395bcb0b0d9cbbceebe684
 WHIRLPOOL 
c619f04d6392ad4d81e3f41c83dce4f92c932805bbf7f418e8caa963744cedfaa03e6fb3433eec308da188577aa7fac4d1e35a14175f01c2f6d83571ce8f35a4

diff --git a/dev-php/pecl-redis/pecl-redis-3.1.2.ebuild 
b/dev-php/pecl-redis/pecl-redis-3.1.2.ebuild
new file mode 100644
index 000..3c2df8c79d4
--- /dev/null
+++ b/dev-php/pecl-redis/pecl-redis-3.1.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PHP_EXT_NAME="redis"
+USE_PHP="php5-6 php7-0 php7-1"
+DOCS=( arrays.markdown cluster.markdown README.markdown CREDITS )
+MY_P="${PN/pecl-/}-${PV/_rc/RC}"
+PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
+PHP_EXT_S="${WORKDIR}/${MY_P}"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="PHP extension for interfacing with Redis"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="igbinary +session"
+
+DEPEND="igbinary? (
+   php_targets_php5-6? ( dev-php/igbinary[php_targets_php5-6] )
+   php_targets_php7-0? ( dev-php/igbinary[php_targets_php7-0] )
+   php_targets_php7-1? ( dev-php/igbinary[php_targets_php7-1] ) )"
+RDEPEND="${DEPEND} !dev-php/pecl-redis:7"
+
+# The test suite requires network access.
+RESTRICT=test
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+   local PHP_EXT_ECONF_ARGS=(
+   --enable-redis
+   $(use_enable igbinary redis-igbinary)
+   $(use_enable session redis-session)
+   )
+   php-ext-source-r3_src_configure
+}
+
+src_test(){
+   local slot
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   # Run tests for Redis class
+   ${PHPCLI} -d extension=modules/redis.so \
+ tests/TestRedis.php \
+ --class Redis \
+ --host ${PECL_REDIS_HOST} || die 'test suite 
failed'
+   done
+}



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

2017-04-20 Thread David Seifert
commit: 576a0dfa7dfea97d262225c7a14599d31ca3d77f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:17:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576a0dfa

dev-util/molecule-plugins: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../molecule-plugins/molecule-plugins-1.0.2-r1.ebuild   | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild 
b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
index 5d59c6a1c11..0a0ae5adae1 100644
--- a/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
+++ b/dev-util/molecule-plugins/molecule-plugins-1.0.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit python-r1
 
-DESCRIPTION="A set fo base plugins for Molecule"
+DESCRIPTION="A set of base plugins for Molecule"
 HOMEPAGE="http://www.sabayon.org";
 SRC_URI="mirror://sabayon/${CATEGORY}/${P}.tar.bz2"
 
@@ -14,14 +14,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND=">=dev-util/molecule-core-1.0.1 !=dev-util/molecule-core-1.0.1
+   !

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

2017-04-20 Thread David Seifert
commit: 45eece50810e7accf84726b770fbe8fba71f5dd7
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:27:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45eece50

dev-util/waf: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/waf/waf-1.9.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/waf/waf-1.9.8.ebuild b/dev-util/waf/waf-1.9.8.ebuild
index 3b79a786bae..e37a3420502 100644
--- a/dev-util/waf/waf-1.9.8.ebuild
+++ b/dev-util/waf/waf-1.9.8.ebuild
@@ -16,6 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="examples"
 
+DEPEND="${PYTHON_DEPS}"
+
 DOCS="ChangeLog README.md DEVEL"
 
 src_prepare() {



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

2017-04-20 Thread David Seifert
commit: aa93c2c287ece23694cea83d0367984fb7e17834
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:10:44 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa93c2c2

dev-util/gprof2dot: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild 
b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild
index 18b3edde7ae..f52ea1d64fb 100644
--- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.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="5"
@@ -16,12 +16,11 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
 src_prepare() {
epatch "${FILESDIR}"/${P}-py3-xrange.patch
 }



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

2017-04-20 Thread David Seifert
commit: b207040b8b32e4c58754bd630ffdc3b4d6c7d8e0
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:42:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:48:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b207040b

dev-vcs/pwclient: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/pwclient/pwclient-20141110122616.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/pwclient/pwclient-20141110122616.ebuild 
b/dev-vcs/pwclient/pwclient-20141110122616.ebuild
index 9f6c1703f7a..5b7e599c8f9 100644
--- a/dev-vcs/pwclient/pwclient-20141110122616.ebuild
+++ b/dev-vcs/pwclient/pwclient-20141110122616.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -23,8 +23,10 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}
 



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

2017-04-20 Thread David Seifert
commit: b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:39:34 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:48:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5fbb2

dev-vcs/gitstats: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/gitstats/gitstats-0_pre131024.ebuild   | 7 ---
 dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 -
 dev-vcs/gitstats/gitstats-.ebuild  | 5 -
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild 
b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
index a44cae62ed4..ec6665528e0 100644
--- a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre131024.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=5
@@ -15,11 +15,12 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
sci-visualization/gnuplot[gd]
dev-vcs/git"
-DEPEND=""
 
 src_prepare() {
sed \

diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild 
b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
index 2f6ee78bb11..e63cc6b21dd 100644
--- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre20151223.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
@@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/";
 LICENSE="|| ( GPL-2 GPL-3 ) MIT"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
sci-visualization/gnuplot[gd]
dev-vcs/git"
 DEPEND="
+   ${PYTHON_DEPS}
dev-lang/perl:*
 "
 

diff --git a/dev-vcs/gitstats/gitstats-.ebuild 
b/dev-vcs/gitstats/gitstats-.ebuild
index 2eca34930f4..4b2a6daadcf 100644
--- a/dev-vcs/gitstats/gitstats-.ebuild
+++ b/dev-vcs/gitstats/gitstats-.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
@@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/";
 LICENSE="|| ( GPL-2 GPL-3 ) MIT"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
sci-visualization/gnuplot[gd]
dev-vcs/git"
 DEPEND="
+   ${PYTHON_DEPS}
dev-lang/perl:*
 "
 



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

2017-04-20 Thread David Seifert
commit: 918b567b1c71487eb002190f690cc0fe6ab7642c
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:20:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918b567b

dev-util/perf: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/perf/perf-3.12.ebuild  | 6 +++---
 dev-util/perf/perf-3.13.1-r1.ebuild | 6 +++---
 dev-util/perf/perf-3.15.5.ebuild| 6 +++---
 dev-util/perf/perf-4.1.5-r1.ebuild  | 6 +++---
 dev-util/perf/perf-4.4.4.ebuild | 6 +++---
 dev-util/perf/perf-4.9.13.ebuild| 4 ++--
 6 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/dev-util/perf/perf-3.12.ebuild b/dev-util/perf/perf-3.12.ebuild
index 7e3b25854f5..9b930d58dec 100644
--- a/dev-util/perf/perf-3.12.ebuild
+++ b/dev-util/perf/perf-3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -41,6 +41,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RDEPEND="audit? ( sys-process/audit )
demangle? ( sys-devel/binutils )
perl? ( dev-lang/perl )
+   python? ( ${PYTHON_DEPS} )
slang? ( dev-libs/newt )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
@@ -53,8 +54,7 @@ DEPEND="${RDEPEND}
app-text/sgml-common
app-text/xmlto
sys-process/time
-   )
-   python? ( ${PYTHON_DEPS} )"
+   )"
 
 S_K="${WORKDIR}/linux-${LINUX_VER}"
 S="${S_K}/tools/perf"

diff --git a/dev-util/perf/perf-3.13.1-r1.ebuild 
b/dev-util/perf/perf-3.13.1-r1.ebuild
index 74721ec01d5..39c962d6d05 100644
--- a/dev-util/perf/perf-3.13.1-r1.ebuild
+++ b/dev-util/perf/perf-3.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -45,6 +45,7 @@ RDEPEND="audit? ( sys-process/audit )
demangle? ( sys-devel/binutils )
gtk? ( x11-libs/gtk+:2 )
perl? ( dev-lang/perl )
+   python? ( ${PYTHON_DEPS} )
slang? ( dev-libs/newt )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
@@ -57,8 +58,7 @@ DEPEND="${RDEPEND}
app-text/sgml-common
app-text/xmlto
sys-process/time
-   )
-   python? ( ${PYTHON_DEPS} )"
+   )"
 
 S_K="${WORKDIR}/linux-${LINUX_VER}"
 S="${S_K}/tools/perf"

diff --git a/dev-util/perf/perf-3.15.5.ebuild b/dev-util/perf/perf-3.15.5.ebuild
index c1a18149065..c2e5a6f47f2 100644
--- a/dev-util/perf/perf-3.15.5.ebuild
+++ b/dev-util/perf/perf-3.15.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -45,6 +45,7 @@ RDEPEND="audit? ( sys-process/audit )
demangle? ( sys-devel/binutils )
gtk? ( x11-libs/gtk+:2 )
perl? ( dev-lang/perl )
+   python? ( ${PYTHON_DEPS} )
slang? ( dev-libs/newt )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
@@ -57,8 +58,7 @@ DEPEND="${RDEPEND}
app-text/sgml-common
app-text/xmlto
sys-process/time
-   )
-   python? ( ${PYTHON_DEPS} )"
+   )"
 
 S_K="${WORKDIR}/linux-${LINUX_VER}"
 S="${S_K}/tools/perf"

diff --git a/dev-util/perf/perf-4.1.5-r1.ebuild 
b/dev-util/perf/perf-4.1.5-r1.ebuild
index 9f0b9a9070e..4fdec292a19 100644
--- a/dev-util/perf/perf-4.1.5-r1.ebuild
+++ b/dev-util/perf/perf-4.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -46,6 +46,7 @@ RDEPEND="audit? ( sys-process/audit )
gtk? ( x11-libs/gtk+:2 )
numa? ( sys-process/numactl )
perl? ( dev-lang/perl )
+   python? ( ${PYTHON_DEPS} )
slang? ( dev-libs/newt )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
@@ -58,8 +59,7 @@ DEPEND="${RDEPEND}
app-text/sgml-common
app-text/xmlto
sys-process/time
-   )
-   python? ( ${PYTHON_DEPS} )"
+   )"
 
 S_K="${WORKDIR}/linux-${LINUX_VER}"
 S="${S_K}/tools/perf"

diff --git a/dev-util/perf/perf-4.4.4.ebuild b/dev-util/perf/perf-4.4.4.ebuild
index 03931c69b0c..a1366ba16e6 100644
--- a/dev-util/perf/perf-4.4.4.ebuild
+++ b/dev-util/perf/perf-4.4.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -46,6 +46,7 @@ RDEPEND="audit? ( sys-process/audit )
gtk? ( x11-libs/gtk+:2 )
numa? ( sys-process/numactl )
perl? ( d

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

2017-04-20 Thread David Seifert
commit: 082590a9e1c22f9895cf15904a15539146038e70
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:08:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082590a9

dev-util/dwarves: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/dwarves/dwarves-1.10_p20140618.ebuild | 3 ++-
 dev-util/dwarves/dwarves-1.10_p20160519.ebuild | 3 ++-
 dev-util/dwarves/dwarves-1.10_p20160630.ebuild | 3 ++-
 dev-util/dwarves/dwarves-.ebuild   | 8 
 4 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild 
b/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
index 61d921299db..eb68a184553 100644
--- a/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20140618.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131

diff --git a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild 
b/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
index 6463e149b08..b9cd76e48e4 100644
--- a/dev-util/dwarves/dwarves-1.10_p20160519.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20160519.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=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131

diff --git a/dev-util/dwarves/dwarves-1.10_p20160630.ebuild 
b/dev-util/dwarves/dwarves-1.10_p20160630.ebuild
index 6463e149b08..b9cd76e48e4 100644
--- a/dev-util/dwarves/dwarves-1.10_p20160630.ebuild
+++ b/dev-util/dwarves/dwarves-1.10_p20160630.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=5
@@ -13,6 +13,7 @@ LICENSE="GPL-2" # only
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=dev-libs/elfutils-0.131

diff --git a/dev-util/dwarves/dwarves-.ebuild 
b/dev-util/dwarves/dwarves-.ebuild
index d53c42c3577..a82314e5ae5 100644
--- a/dev-util/dwarves/dwarves-.ebuild
+++ b/dev-util/dwarves/dwarves-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,13 +15,13 @@ LICENSE="GPL-2" # only
 SLOT="0"
 KEYWORDS=""
 IUSE="debug"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=">=dev-libs/elfutils-0.131
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/elfutils-0.131
sys-libs/zlib"
 DEPEND="${RDEPEND}"
 
-DOC=( README README.ctracer )
-
 DOCS=( README README.ctracer NEWS )
 PATCHES=( "${FILESDIR}"/${PN}-1.10-python-import.patch )
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2017-04-20 Thread David Seifert
commit: 5294d58efc390bec729a95702dc3872a07435d13
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:40:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:48:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5294d58e

dev-vcs/hg-fast-export: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
index 312d5b791e9..60a39b304cf 100644
--- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
+++ b/dev-vcs/hg-fast-export/hg-fast-export-160914.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
@@ -15,11 +15,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="dev-vcs/git
-   dev-vcs/mercurial
-   ${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-vcs/git
+   dev-vcs/mercurial"
 
 src_prepare() {
default



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

2017-04-20 Thread David Seifert
commit: ec41a135c9a97aa43c23d2127cdccc26a088534c
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:36:51 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec41a135

dev-vcs/git-tools: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild | 5 +++--
 dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild | 5 +++--
 dev-vcs/git-tools/git-tools-2015_p20160201.ebuild| 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild 
b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
index 62cf939f157..89fae4dd6d1 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20151225-r2.ebuild
@@ -14,9 +14,10 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
 

diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild 
b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
index 108faf7976b..3111a50cea5 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20160201-r1.ebuild
@@ -14,9 +14,10 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
 

diff --git a/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild 
b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
index 2149b7f3b6f..41ab4ece6c1 100644
--- a/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
+++ b/dev-vcs/git-tools/git-tools-2015_p20160201.ebuild
@@ -14,9 +14,10 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
>=dev-vcs/git-2.5
>=app-shells/bash-4.0"
 



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

2017-04-20 Thread David Seifert
commit: eaf9c55b544aced59ec5adab6f02b1373bcff79c
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:04:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf9c55b

dev-util/doxy-coverage: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/doxy-coverage/doxy-coverage-151229.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild 
b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
index e643001f331..7852bde09cf 100644
--- a/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
+++ b/dev-util/doxy-coverage/doxy-coverage-151229.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
 RDEPEND="${PYTHON_DEPS}"



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

2017-04-20 Thread David Seifert
commit: 1d08d56d9490b1277ad6905ec391d5de958113d8
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:14:07 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d08d56d

dev-util/molecule-core: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild 
b/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
index bd39c2af294..97809c7d027 100644
--- a/dev-util/molecule-core/molecule-core-1.0.2-r1.ebuild
+++ b/dev-util/molecule-core/molecule-core-1.0.2-r1.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"
@@ -14,11 +14,13 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-util/intltool
sys-devel/gettext"
 RDEPEND="!

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

2017-04-20 Thread David Seifert
commit: addfeb2bf9e7b3096192ff92d0a364244a730786
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:22:11 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addfeb2b

dev-util/repo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/repo/repo-1.12.37.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/repo/repo-1.12.37.ebuild 
b/dev-util/repo/repo-1.12.37.ebuild
index 342f37a1b35..bfa9d013ff7 100644
--- a/dev-util/repo/repo-1.12.37.ebuild
+++ b/dev-util/repo/repo-1.12.37.ebuild
@@ -15,8 +15,12 @@ 
SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz";
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-S="$WORKDIR"
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
 
 src_install() {
python_foreach_impl python_fix_shebang ./repo



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

2017-04-20 Thread David Seifert
commit: 36f03085c82f32ee6316b91eb3f088a05a348ef4
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 18:56:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:45:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f03085

dev-python/pythong: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pythong/pythong-2.1.5-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild 
b/dev-python/pythong/pythong-2.1.5-r2.ebuild
index c54ca13c22d..fa40cbcd91b 100644
--- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-
 PYTHON_REQ_USE="tk"
 
 inherit python-single-r1
@@ -23,8 +22,9 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ia64 x86"
 SLOT="0"
 IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
>=dev-lang/tk-8.3.4:0=
virtual/python-pmw[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"



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

2017-04-20 Thread David Seifert
commit: 7d51b5abcbb1017fe7fea7812033a7c43c20e459
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 18:59:23 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d51b5ab

dev-python/sepolgen: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/sepolgen/sepolgen-1.2.3.ebuild | 10 ++
 dev-python/sepolgen/sepolgen-2.6.ebuild   | 10 ++
 dev-python/sepolgen/sepolgen-.ebuild  | 10 ++
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/dev-python/sepolgen/sepolgen-1.2.3.ebuild 
b/dev-python/sepolgen/sepolgen-1.2.3.ebuild
index 5db0754a270..60799f53516 100644
--- a/dev-python/sepolgen/sepolgen-1.2.3.ebuild
+++ b/dev-python/sepolgen/sepolgen-1.2.3.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="5"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-   app-admin/setools[python(+)]
-   ${PYTHON_DEPS}"
+DEPEND="
+   >=sys-libs/libselinux-2.4[python]
+   app-admin/setools[python(+)]
+   ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-python/sepolgen/sepolgen-2.6.ebuild 
b/dev-python/sepolgen/sepolgen-2.6.ebuild
index 4e02f05ecb5..6299fd26c74 100644
--- a/dev-python/sepolgen/sepolgen-2.6.ebuild
+++ b/dev-python/sepolgen/sepolgen-2.6.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"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-   >=app-admin/setools-4.0[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
+DEPEND="
+   >=sys-libs/libselinux-2.4[python]
+   >=app-admin/setools-4.0[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-python/sepolgen/sepolgen-.ebuild 
b/dev-python/sepolgen/sepolgen-.ebuild
index c8a79c0ab81..22169fc8b59 100644
--- a/dev-python/sepolgen/sepolgen-.ebuild
+++ b/dev-python/sepolgen/sepolgen-.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"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-   >=app-admin/setools-4.0[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
+DEPEND="
+   >=sys-libs/libselinux-2.4[python]
+   >=app-admin/setools-4.0[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {



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

2017-04-20 Thread David Seifert
commit: 762d6fdaaefebf83045abb375fc493d2af95184a
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:00:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762d6fda

dev-util/bakefile: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/bakefile/bakefile-0.2.9-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild 
b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
index 2fd0112e265..6c9d3f6e360 100644
--- a/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
+++ b/dev-util/bakefile/bakefile-0.2.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 DEPEND=""
 
 src_install () {



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

2017-04-20 Thread David Seifert
commit: 23c525cb1616288103ccabb683710045338f17e0
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:02:47 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c525cb

dev-util/d-feet: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/d-feet/d-feet-0.3.10.ebuild | 3 ++-
 dev-util/d-feet/d-feet-0.3.11.ebuild | 6 --
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-util/d-feet/d-feet-0.3.10.ebuild 
b/dev-util/d-feet/d-feet-0.3.10.ebuild
index c6c1fed25f0..3b01d733dbe 100644
--- a/dev-util/d-feet/d-feet-0.3.10.ebuild
+++ b/dev-util/d-feet/d-feet-0.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,6 +17,7 @@ IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
>=dev-libs/glib-2.34:2
>=dev-libs/gobject-introspection-0.9.6
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]

diff --git a/dev-util/d-feet/d-feet-0.3.11.ebuild 
b/dev-util/d-feet/d-feet-0.3.11.ebuild
index 9e41db97b30..45c0789e57d 100644
--- a/dev-util/d-feet/d-feet-0.3.11.ebuild
+++ b/dev-util/d-feet/d-feet-0.3.11.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
@@ -17,6 +17,7 @@ IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
>=dev-libs/glib-2.34:2
>=dev-libs/gobject-introspection-0.9.6:=
>=dev-python/pygobject-3.3.91:3[${PYTHON_USEDEP}]
@@ -24,7 +25,8 @@ RDEPEND="
>=x11-libs/gtk+-3.9.4:3[introspection]
x11-libs/libwnck:3[introspection]
 "
-DEPEND="${PYTHON_DEPS}
+DEPEND="
+   ${PYTHON_DEPS}
app-text/yelp-tools
>=dev-util/intltool-0.40.0
 "



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

2017-04-20 Thread David Seifert
commit: 9d09d0ddad1ef8c42dbf18c0642d4477ab8cab26
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 19:59:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d09d0dd

dev-util/apitrace: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/apitrace/apitrace-4.0.ebuild | 3 ++-
 dev-util/apitrace/apitrace-5.0.ebuild | 3 ++-
 dev-util/apitrace/apitrace-6.0.ebuild | 3 ++-
 dev-util/apitrace/apitrace-6.1.ebuild | 3 ++-
 dev-util/apitrace/apitrace-7.1.ebuild | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-util/apitrace/apitrace-4.0.ebuild 
b/dev-util/apitrace/apitrace-4.0.ebuild
index 2e9fa0dba87..5986a792373 100644
--- a/dev-util/apitrace/apitrace-4.0.ebuild
+++ b/dev-util/apitrace/apitrace-4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+cli egl qt4"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]

diff --git a/dev-util/apitrace/apitrace-5.0.ebuild 
b/dev-util/apitrace/apitrace-5.0.ebuild
index 83c1923d2b3..fcab924e2fe 100644
--- a/dev-util/apitrace/apitrace-5.0.ebuild
+++ b/dev-util/apitrace/apitrace-5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+cli egl qt4"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]

diff --git a/dev-util/apitrace/apitrace-6.0.ebuild 
b/dev-util/apitrace/apitrace-6.0.ebuild
index 1128fb732d5..995d8975574 100644
--- a/dev-util/apitrace/apitrace-6.0.ebuild
+++ b/dev-util/apitrace/apitrace-6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+cli egl qt4"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]

diff --git a/dev-util/apitrace/apitrace-6.1.ebuild 
b/dev-util/apitrace/apitrace-6.1.ebuild
index 4920e2bd25e..1c0210a3bda 100644
--- a/dev-util/apitrace/apitrace-6.1.ebuild
+++ b/dev-util/apitrace/apitrace-6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+cli egl qt4"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=app-arch/snappy-1.1.1[${MULTILIB_USEDEP}]

diff --git a/dev-util/apitrace/apitrace-7.1.ebuild 
b/dev-util/apitrace/apitrace-7.1.ebuild
index 5736288e679..d79578e64e0 100644
--- a/dev-util/apitrace/apitrace-7.1.ebuild
+++ b/dev-util/apitrace/apitrace-7.1.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="5"
@@ -15,6 +15,7 @@ LICENSE+=" BSD CC-BY-3.0 CC-BY-4.0 public-domain" #bundled 
snappy
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="+cli egl qt5 system-snappy"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
>=sys-devel/gcc-4.7:*



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

2017-04-20 Thread David Seifert
commit: 1e702d05eff935b4e4cf11b805d5f06c746b0b96
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:24:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e702d05

dev-util/rr: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/rr/rr-4.5.0.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/rr/rr-4.5.0.ebuild b/dev-util/rr/rr-4.5.0.ebuild
index 4c58f36c34f..fd1d69c293d 100644
--- a/dev-util/rr/rr-4.5.0.ebuild
+++ b/dev-util/rr/rr-4.5.0.ebuild
@@ -16,8 +16,11 @@ LICENSE="MIT BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="sys-libs/zlib"
+DEPEND="
+   sys-libs/zlib
+   ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
sys-devel/gdb[xml]"
 # Add all the deps needed only at build/test time.
@@ -25,8 +28,7 @@ DEPEND+="
test? (
dev-python/pexpect[${PYTHON_USEDEP}]
sys-devel/gdb[xml]
-   )
-   ${PYTHON_DEPS}"
+   )"
 
 PATCHES=(
"${FILESDIR}"/${P}-sysmacros.patch
@@ -41,7 +43,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   default
+   cmake-utils_src_prepare
 
sed -i 's:-Werror::' CMakeLists.txt || die #609192
 }



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

2017-04-20 Thread David Seifert
commit: b4fa4e44c2d782e2a263794ae7e4b939fb3f3633
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:01:33 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fa4e44

dev-util/catkin: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/catkin/catkin-0.7.6-r1.ebuild | 2 ++
 dev-util/catkin/catkin-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-util/catkin/catkin-0.7.6-r1.ebuild 
b/dev-util/catkin/catkin-0.7.6-r1.ebuild
index 2ddba0a419c..2cd98c0f310 100644
--- a/dev-util/catkin/catkin-0.7.6-r1.ebuild
+++ b/dev-util/catkin/catkin-0.7.6-r1.ebuild
@@ -26,8 +26,10 @@ fi
 LICENSE="BSD"
 SLOT="0"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/catkin_pkg[${PYTHON_USEDEP}]
dev-python/empy[${PYTHON_USEDEP}]
 "

diff --git a/dev-util/catkin/catkin-.ebuild 
b/dev-util/catkin/catkin-.ebuild
index 2ddba0a419c..2cd98c0f310 100644
--- a/dev-util/catkin/catkin-.ebuild
+++ b/dev-util/catkin/catkin-.ebuild
@@ -26,8 +26,10 @@ fi
 LICENSE="BSD"
 SLOT="0"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+   ${PYTHON_DEPS}
dev-python/catkin_pkg[${PYTHON_USEDEP}]
dev-python/empy[${PYTHON_USEDEP}]
 "



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

2017-04-20 Thread David Seifert
commit: 4fee7f80dd875d380769c240039a4190894d
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:29:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee7f80

dev-vcs/git-bz: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 7 +--
 dev-vcs/git-bz/git-bz-.ebuild | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
index dea40a4d4c1..6144bc14c8a 100644
--- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
+++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.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
@@ -15,8 +15,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+   dev-vcs/git
+   ${PYTHON_DEPS}"
 
 src_configure() {
# custom script

diff --git a/dev-vcs/git-bz/git-bz-.ebuild 
b/dev-vcs/git-bz/git-bz-.ebuild
index 0a0090c354b..c8f2c69685e 100644
--- a/dev-vcs/git-bz/git-bz-.ebuild
+++ b/dev-vcs/git-bz/git-bz-.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
@@ -17,8 +17,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+   dev-vcs/git
+   ${PYTHON_DEPS}"
 DEPEND="app-text/asciidoc
app-text/xmlto"
 



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

2017-04-20 Thread David Seifert
commit: 97e3680e194a79ac52231e9dca579ca2ffb77086
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:12:59 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e3680e

dev-util/kdevelop-python: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild
index b20215fb66b..d74b8711fac 100644
--- a/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-5.0.4.ebuild
@@ -11,6 +11,7 @@ inherit kde5 python-single-r1
 
 DESCRIPTION="Python plugin for KDevelop"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
 
 DEPEND="${PYTHON_DEPS}



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

2017-04-20 Thread David Seifert
commit: b17498e95044139989d1bbe38d8b9a68783f5387
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 19:01:22 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17498e9

dev-ros/rospack: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/rospack/rospack-2.4.1.ebuild | 10 +++---
 dev-ros/rospack/rospack-.ebuild  | 10 +++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-ros/rospack/rospack-2.4.1.ebuild 
b/dev-ros/rospack/rospack-2.4.1.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-2.4.1.ebuild
+++ b/dev-ros/rospack/rospack-2.4.1.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the 
filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+   dev-libs/boost:=
dev-libs/tinyxml2:=
-   "
+   ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
>=dev-ros/cmake_modules-0.4.1
test? (
dev-cpp/gtest
dev-python/nose
)"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )

diff --git a/dev-ros/rospack/rospack-.ebuild 
b/dev-ros/rospack/rospack-.ebuild
index 901f1b27d8a..b7223c71000 100644
--- a/dev-ros/rospack/rospack-.ebuild
+++ b/dev-ros/rospack/rospack-.ebuild
@@ -13,17 +13,21 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit python-single-r1
 
 DESCRIPTION="Retrieves information about ROS packages available on the 
filesystem"
+
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-PATCHES=( "${FILESDIR}/gentoo.patch" )
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost:=
+RDEPEND="
+   dev-libs/boost:=
dev-libs/tinyxml2:=
-   "
+   ${PYTHON_DEPS}"
 DEPEND="${RDEPEND}
>=dev-ros/cmake_modules-0.4.1
test? (
dev-cpp/gtest
dev-python/nose
)"
+
+PATCHES=( "${FILESDIR}/gentoo.patch" )



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

2017-04-20 Thread David Seifert
commit: fc351d4af50987db522d85e28ca19aa6c7a00d09
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 18:57:40 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc351d4a

dev-python/pywebkitgtk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild 
b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
index 32c365e6eec..73031f2a70c 100644
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
+++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.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=5
@@ -14,8 +14,10 @@ LICENSE="LGPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
dev-libs/libxslt
>=net-libs/webkit-gtk-1.1.15:2"



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

2017-04-20 Thread David Seifert
commit: 285945852e700275d244d1dfd68639b27e8faf8f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 19:57:28 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:46:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28594585

dev-ruby/pygments_rb: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild | 6 --
 dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild 
b/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild
index d4e3e1c297c..6c6e885b3ee 100644
--- a/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild
+++ b/dev-ruby/pygments_rb/pygments_rb-0.6.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=5
@@ -28,7 +28,9 @@ REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}"
 
 RUBY_S="${MY_P}"
 
-RDEPEND+=" dev-python/pygments[${PYTHON_USEDEP}]
+RDEPEND+="
+   ${PYTHON_DEPS}
+   dev-python/pygments[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]"
 DEPEND+=" test? ( ${RDEPEND} )"
 

diff --git a/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild 
b/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild
index 2b5ee24c2c2..2ecca4f7bb9 100644
--- a/dev-ruby/pygments_rb/pygments_rb-0.6.3.ebuild
+++ b/dev-ruby/pygments_rb/pygments_rb-0.6.3.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=5
@@ -28,7 +28,9 @@ REQUIRED_USE+=" ${PYTHON_REQUIRED_USE}"
 
 RUBY_S="${MY_P}"
 
-RDEPEND+=" dev-python/pygments[${PYTHON_USEDEP}]
+RDEPEND+="
+   ${PYTHON_DEPS}
+   dev-python/pygments[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]"
 DEPEND+=" test? ( ${RDEPEND} )"
 



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

2017-04-20 Thread David Seifert
commit: f2db4592e64138a0ae3a3bae6cf91e1c36e9b50c
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:26:53 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:47:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2db4592

dev-util/trace-cmd: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/trace-cmd/trace-cmd-2.5.1.ebuild | 5 +++--
 dev-util/trace-cmd/trace-cmd-2.6.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-util/trace-cmd/trace-cmd-2.5.1.ebuild 
b/dev-util/trace-cmd/trace-cmd-2.5.1.ebuild
index e7790e344ab..c6acbd76795 100644
--- a/dev-util/trace-cmd/trace-cmd-2.5.1.ebuild
+++ b/dev-util/trace-cmd/trace-cmd-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc gtk python udis86"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
udis86? ( dev-libs/udis86 )
@@ -37,7 +38,7 @@ CONFIG_CHECK="
 
 pkg_setup() {
linux-info_pkg_setup
-   python-single-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
 }
 
 src_prepare() {

diff --git a/dev-util/trace-cmd/trace-cmd-2.6.ebuild 
b/dev-util/trace-cmd/trace-cmd-2.6.ebuild
index a93b9ac2a09..4187d0fdd2f 100644
--- a/dev-util/trace-cmd/trace-cmd-2.6.ebuild
+++ b/dev-util/trace-cmd/trace-cmd-2.6.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
@@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc gtk python udis86"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )
udis86? ( dev-libs/udis86 )
@@ -41,7 +42,7 @@ PATCHES=(
 
 pkg_setup() {
linux-info_pkg_setup
-   python-single-r1_pkg_setup
+   use python && python-single-r1_pkg_setup
 }
 
 src_configure() {



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

2017-04-20 Thread Ulrich Müller
commit: ca463ce502ee81bfbfb2e9afe63895faad1379fc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr 14 08:21:27 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Apr 16 10:18:17 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=ca463ce5

More consistent capitalisation of headings.

Use title case for first and second level headings (i.e., \chapter
and \section in the main text, \section and \subsection in the EAPI
cheat sheet); use sentence case everywhere else.

https://archives.gentoo.org/gentoo-pms/message/cef75e03f1a3b692281a5b79065dc2b6

 appendices.tex|  2 +-
 dependencies.tex  | 20 ++--
 ebuild-env-commands.tex   |  4 ++--
 ebuild-env-invariancy.tex |  2 +-
 ebuild-env-state.tex  |  2 +-
 ebuild-env-vars.tex   |  6 +++---
 ebuild-functions.tex  |  4 ++--
 ebuild-vars.tex   |  4 ++--
 eclasses.tex  |  2 +-
 merge.tex |  6 +++---
 names.tex | 18 +-
 pkg-mgr-commands.tex  | 10 +-
 profile-variables.tex |  4 ++--
 profiles.tex  |  4 ++--
 14 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/appendices.tex b/appendices.tex
index 99429ec..1b70568 100644
--- a/appendices.tex
+++ b/appendices.tex
@@ -30,7 +30,7 @@ The items described in this chapter are included for 
information only. Unless ot
 they were deprecated or abandoned long before \t{EAPI} was introduced. Ebuilds 
must not use these
 features, and package managers should not be changed to support them.
 
-\section{If-else use blocks}
+\section{If-else USE Blocks}
 
 Historically, Portage supported if-else use conditionals, as shown by
 listing~\ref{lst:if-else-use-listing}. The block before the colon would be 
taken if the condition

diff --git a/dependencies.tex b/dependencies.tex
index 9917bc4..ee4339b 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -117,11 +117,11 @@ In particular, note that whitespace is not optional.
 \end{tabular}
 \end{centertable}
 
-\subsection{All-of Dependency Specifications}
+\subsection{All-of dependency specifications}
 
 In an all-of group, all of the child elements must be matched.
 
-\subsection{Use-conditional Dependency Specifications}
+\subsection{USE-conditional dependency specifications}
 
 In a use-conditional group, if the associated use flag is enabled (or disabled 
if it has an
 exclamation mark prefix), all of the child elements must be matched.
@@ -129,7 +129,7 @@ exclamation mark prefix), all of the child elements must be 
matched.
 It is an error for a flag to be used if it is not included in 
\t{IUSE\_EFFECTIVE} as described in
 section~\ref{sec:use-iuse-handling}.
 
-\subsection{Any-of Dependency Specifications}
+\subsection{Any-of dependency specifications}
 
 Any use-conditional group that is an immediate child of an any-of group, if 
not enabled (disabled
 for an exclamation mark prefixed use flag name), is not considered a member of 
the any-of group
@@ -140,7 +140,7 @@ considered to be matched if its associated package 
dependency specification is n
 
 An empty any-of group counts as being matched.
 
-\subsection{Exactly-one-of Dependency Specifications}
+\subsection{Exactly-one-of dependency specifications}
 
 Any use-conditional group that is an immediate child of an exactly-one-of 
group, if not enabled
 (disabled for an exclamation mark prefixed use flag name), is not considered a 
member of the
@@ -150,7 +150,7 @@ In an exactly-one-of group, exactly one immediate child 
element must be matched.
 
 An empty exactly-one-of group counts as being matched.
 
-\subsection{At-most-one-of Dependency Specifications}
+\subsection{At-most-one-of dependency specifications}
 
 Any use-conditional group that is an immediate child of an at-most-one-of 
group, if not enabled
 (disabled for an exclamation mark prefixed use flag name), is not considered a 
member of the
@@ -160,7 +160,7 @@ In an at-most-one-of group, at most one immediate child 
element must be matched.
 
 An empty at-most-one-of group counts as being matched.
 
-\subsection{Package Dependency Specifications}
+\subsection{Package dependency specifications}
 
 A package dependency can be in one of the following base formats. A package 
manager must warn or
 error on non-compliant input.
@@ -232,7 +232,7 @@ The following operators are available:
 \item[\t{>}] Strictly greater than the specified version.
 \end{description}
 
-\subsubsection{Block Operator}
+\subsubsection{Block operator}
 
 If the specification is prefixed with one or two exclamation marks, the named 
dependency is a block
 rather than a requirement---that is to say, the specified package must not be 
installed, with the
@@ -263,7 +263,7 @@ described in table~\ref{tab:bang-strength-table}.
 \end{tabular}
 \end{centertable}
 
-\subsubsection{Slot Dependencies}
+\subsubsection{Slot dependencies}
 \label{sec:slot-dep}
 
 \featurelabel{slot-deps} A named slot

[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/, repoman/man/, repoman/pym/repoman/modules/scan/ebuild/

2017-04-20 Thread Michał Górny
commit: 674ed22900df3e6a2054adb1b49f3e0fddbd64b2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 15 10:43:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 20:38:48 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=674ed229

repoman: Add a check for relative dosym candidates

Add a check for dosym with target path matching absolute paths
controlled by the package manager, e.g. /bin, /etc...

Example output:

  ebuild.absdosym   5
   app-editors/nano/nano-2.5.3.ebuild: dosym '/bin/nano'... could use relative 
path on line: 81

Approved-by: Brian Dolbec  gentoo.org> (on IRC)

 repoman/man/repoman.1 |  4 
 repoman/pym/repoman/modules/scan/ebuild/checks.py | 13 +
 repoman/pym/repoman/qa_data.py|  4 
 3 files changed, 21 insertions(+)

diff --git a/repoman/man/repoman.1 b/repoman/man/repoman.1
index 9b106906f..78e4b7275 100644
--- a/repoman/man/repoman.1
+++ b/repoman/man/repoman.1
@@ -292,6 +292,10 @@ Some files listed in SRC_URI aren't referenced in the 
Manifest
 .B digest.unused
 Some files listed in the Manifest aren't referenced in SRC_URI
 .TP
+.B ebuild.absdosym
+Ebuild uses 'dosym' with explicit absolute path where relative path
+could be used
+.TP
 .B ebuild.badheader
 This ebuild has a malformed header
 .TP

diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py 
b/repoman/pym/repoman/modules/scan/ebuild/checks.py
index db6b6c8b4..e6e5d78ba 100644
--- a/repoman/pym/repoman/modules/scan/ebuild/checks.py
+++ b/repoman/pym/repoman/modules/scan/ebuild/checks.py
@@ -911,6 +911,19 @@ class PortageInternalVariableAssignment(LineCheck):
e += ' on line: %d'
return e
 
+
+class EbuildNonRelativeDosym(LineCheck):
+   """Check ebuild for dosym using absolute paths instead of relative."""
+   repoman_check_name = 'ebuild.absdosym'
+   regex = re.compile(
+   r'^\s*dosym\s+["\']?(/(bin|etc|lib|opt|sbin|srv|usr|var)\S*)')
+
+   def check(self, num, line):
+   match = self.regex.match(line)
+   if match:
+   return "dosym '%s'... could use relative path" % 
(match.group(1), ) + " on line: %d"
+
+
 _base_check_classes = (InheritEclass, LineCheck, PhaseCheck)
 _constant_checks = None
 

diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py
index 132a55be3..a59fed778 100644
--- a/repoman/pym/repoman/qa_data.py
+++ b/repoman/pym/repoman/qa_data.py
@@ -195,6 +195,9 @@ qahelp = {
"Some files listed in SRC_URI aren't referenced in the 
Manifest"),
"digest.unused": (
"Some files listed in the Manifest aren't referenced in 
SRC_URI"),
+   "ebuild.absdosym": (
+   "This ebuild uses absolute target to dosym where relative 
symlink"
+   " could be used instead"),
"ebuild.majorsyn": (
"This ebuild has a major syntax error"
" that may cause the ebuild to fail partially or fully"),
@@ -262,6 +265,7 @@ qawarnings = set((
"RDEPEND.suspect",
"virtual.suspect",
"RESTRICT.invalid",
+   "ebuild.absdosym",
"ebuild.minorsyn",
"ebuild.badheader",
"ebuild.patches",



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

2017-04-20 Thread Michał Górny
commit: 18712aa6924862bbab5814c6199e7d7ab416d005
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 19 13:36:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 20:39:51 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=18712aa6

dosym: protect Prefix hack from double EPREFIX

Add an additional conditional to the dosym Prefix hack to ensure that
the symlink is not using double Prefix when the ebuild uses ${EPREFIX}
explicitly. This ensures that Portage on Prefix systems is both
compatible with the ebuilds relying on the hack, and using dosym
in the PMS-defined manner.

Approved-by: Brian Dolbec  gentoo.org> (on IRC)
Approved-by: Ulrich Müller  gentoo.org>

 bin/ebuild-helpers/dosym | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/bin/ebuild-helpers/dosym b/bin/ebuild-helpers/dosym
index b9c70ce9c..e96039146 100755
--- a/bin/ebuild-helpers/dosym
+++ b/bin/ebuild-helpers/dosym
@@ -20,9 +20,15 @@ fi
 
 destdir=${2%/*}
 [[ ! -d ${ED}${destdir} ]] && dodir "${destdir}"
-# when absolute, prefix with offset for Gentoo Prefix
 target="${1}"
-[[ ${target:0:1} == "/" ]] && target="${EPREFIX}${target}"
+# DEPRECATED HACK: when absolute, prefix with offset for Gentoo Prefix
+# (but only if ${EPREFIX} is not there already)
+# this will eventually be removed, #615594
+if [[ ${target:0:1} == "/" && ${target}/ != "${EPREFIX}"/* ]]; then
+   eqawarn "dosym: prepending EPREFIX to path implicitly. If this is 
desired,"
+   eqawarn "   please fix the ebuild to use \${EPREFIX} explicitly."
+   target="${EPREFIX}${target}"
+fi
 ln -snf "${target}" "${ED}${2}"
 
 ret=$?



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

2017-04-20 Thread Kent Fredric
commit: 31be046e359c79da7d29d5905d62fc79294ec6a3
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Apr 20 20:36:10 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Apr 20 20:37:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be046e

dev-lang/perl: Update 5.26. to 5.25.12 internally

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-lang/perl/Manifest  |  2 +-
 dev-lang/perl/perl-5.26..ebuild | 22 --
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index af07577f554..b376eb0f168 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -8,7 +8,7 @@ DIST perl-5.24.1-patches-2.tar.xz 21124 SHA256 
6b00ee799d0d2b88e641eb49800d0f756
 DIST perl-5.24.1-patches-3.tar.xz 24012 SHA256 
b8f8164c1fb34c5db82d9f16c5330cdb2d56e283562dd2d684c2abc26e58bf83 SHA512 
1af59b80fca8317fe8df171eba6fcc0830c65f94ad7f73bac611877afdd6e5dfe9ce7c67205a860703fcf6c5b87ba14a0163196e1b833a20562525d06b26b6f3
 WHIRLPOOL 
9d1f7d3050f544d04e413e1c6c4a8cc6bc593a8250dbf45fb166cf92060ea8bb8e4b09bb73a686cce8101395a04c853842588c1c223c903c5b74cedaf68c5d18
 DIST perl-5.24.1.tar.xz 11569284 SHA256 
03a77bac4505c270f1890ece75afc7d4b555090b41aa41ea478747e23b2afb3f SHA512 
9429608eb4d7f6a01b5a7df8601e0757acdf3e6d5af960d5cf710f8e4fd20ffe082bb42eedc2cd079d5173e48cf5574d55477e1c51f7f53b32fb5d1b89f6db8c
 WHIRLPOOL 
26d401f03af54ba61ea8e761f483f3d374737660fa4beaa3bd77951c0f920f88f9e47f327754c32d4c3c49557882a2a531b9eebef420ad6155d62423f7753406
 DIST perl-5.25.11-patches-1.tar.xz 16776 SHA256 
43dda2f9a20b2d25caa733ba94acb0c48b26e8201b3f8fa3d2be24a6667e SHA512 
ee340824746d3b626b41c76bfa901543869fb9560ef75ff6d338df017e5528e33c344a91ce7cbe9f2fa9e813bf61bbe9eb290433baceb05b832110e746ce9036
 WHIRLPOOL 
98681898039e1bcc3e9a33498a8b7b8b3f24cc4c49396b33dfd04a853c329323ad47081d64da61ba2880fbd3505e10ffe90367dffa8005bda86c4f114b283934
-DIST perl-5.25.11.tar.xz 11960840 SHA256 
f77e8e230b0405990f96d31a00fb9849a19de526cb3cb6c20603dc17d87f420c SHA512 
1ca2ba2b6495ec1871f1d2a506344d8fe5fe725789a1afb6447392dbf81a8abc9c9646590d22552b33a08ee8ec5ede1646192483d8ad41f27bd45df3940602a3
 WHIRLPOOL 
f952f38a4ea9ba2a3b4232e134e8287a29e9b89d878f176d8828967419a798e7ffecf558b043b99201244b8d1be3e93c0f3743992bcad9ee71f5409b1e65db03
+DIST perl-5.25.12.tar.xz 11967584 SHA256 
dae4822ad2d245108c5d34f11749c199ff614c2e66afd411992d70aaca5331e8 SHA512 
4ca3decfe184903c49130768f0385d3055065e1797a02971f09d8828d48dfd37cd1c47681e1da1a3d72336a817623abdd2e39deb58da7bc3bf6c1f5ce28b
 WHIRLPOOL 
b84a7881baf4e011690dcbabc842205431057031ed504d7fe1f55b3498bcda2b0d4e35788ed3f01807d09c16f4ad33eab2af50dceadb4765b5f785a47b4bc646
 DIST perl-cross-1.1.1.tar.gz 88283 SHA256 
8ee72f39119b342f3b911266e5c965914a44a484fd18d9c444d106aca4dd7abc SHA512 
8ad958d08d8e7ff2b80333959544aaf0e83a74f2e34c9e8aca543052d039c0f4b00cda694ee940874b192b0d83656a9f6854ebbf2c444b212ba9d4417c576591
 WHIRLPOOL 
e6739ca8fc4dcafa14a20585d75931cf6b6a98fad9c732312d15507b29b926452668afc4f27f2b6c5bb6faa623fc506538a53ed9d303d21897f42d47c26e4924
 DIST perl-cross-1.1.3.tar.gz 93856 SHA256 
181b24ff71815fb2c8065e6ea139d106796eee0964aebfd8081f0b7f69e0696d SHA512 
d1ea6ab8a431f831ec9c4c6b71a238a66f021f5610505ebb48c3b0d0b8c9afb0fcb8050779abe1a126afdd92e65f8c86e134832b45a0a6c26ca4b46735e3021d
 WHIRLPOOL 
f7313b859031d13516193a88a70fff845987eea93eab3d0d3bac6f3b47c781324acddeed72d6cef8c7d8ee06c8ca5f59a10560b20a53575ffdfd2ce36272a723
 DIST perl-cross-1.1.4.tar.gz 94623 SHA256 
c840a327d5464ca271cac40d52e2d199330875527bf1003c28a6e550fb7bcc57 SHA512 
3bfc108245f0c05b7d45c317eb28c2eb70aba528dfe8a39bc99d6e49b4751f5dca4f4ac661484bfc7528c3e28fcdbd8994c36daa49c25516618fec1f58116d79
 WHIRLPOOL 
c4a150cf15d067cd58db63dae01bbe81080477f9a2bfcd8557b2097bbf93509bb9128feef84e8a2913724a82de0accc3b9c5d65207ee9dcd2989fe51

diff --git a/dev-lang/perl/perl-5.26..ebuild 
b/dev-lang/perl/perl-5.26..ebuild
index 62d914d8c9a..cca25d8713d 100644
--- a/dev-lang/perl/perl-5.26..ebuild
+++ b/dev-lang/perl/perl-5.26..ebuild
@@ -15,19 +15,21 @@ if [[ "${PV##*.}" == "" ]]; then
# Include more versions for blead releases
# for circular reasons
# Greatest first, don't include yourself
-   PERL_BIN_OLDVERSEN=""
-   PERL_OLDVERSEN="5.24.2 5.24.1 5.24.0 5.22.3 5.22.2 5.22.1 5.22.0"
-   DIST_VERSION=5.25.11
+   PERL_BIN_OLDVERSEN="5.25.11"
+   PERL_OLDVERSEN="5.25.11 5.24.2 5.24.1 5.24.0 5.22.3 5.22.2 5.22.1 
5.22.0"
+   DIST_VERSION=5.25.12
SHORT_PV="${DIST_VERSION%.*}"
MY_P="perl-${DIST_VERSION/_rc/-RC}"
+   PATCH_BASE="perl-5.25.11-patches-${PATCH_VER}"
MY_PV="${DIST_VERSION%_rc*}"
 else
-   PERL_BIN_OLDVERSEN=""
+   PERL_BIN_OLDVERSEN="5.25.11"
# Compat reasons
-   PERL_OLDVERSEN=""
+   PERL_OLDVERSEN="5.25.11"
# First 2 digits only
SHORT_PV="${PV%.*}"
MY_P="

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

2017-04-20 Thread Denis Dupeyron
commit: 5e040e17c1d37b5cba97d35878fcd15dd4a53cb3
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Thu Apr 20 20:21:52 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Thu Apr 20 20:22:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e040e17

You touch it, you own it

 x11-themes/elementary-xfce-icon-theme/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/elementary-xfce-icon-theme/metadata.xml 
b/x11-themes/elementary-xfce-icon-theme/metadata.xml
index bd1acd30045..49bea2faace 100644
--- a/x11-themes/elementary-xfce-icon-theme/metadata.xml
+++ b/x11-themes/elementary-xfce-icon-theme/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   
-calc...@gentoo.org
-Denis Dupeyron
+perfin...@gentoo.org
+Jason Zaman
   
   
 shimmerproject/elementary-xfce



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

2017-04-20 Thread Mike Gilbert
commit: cdb1e5976b60dacd0aa0f38ccee33a0bdf7ba22e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 19:45:45 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 19:46:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb1e597

dev-python/chardet: use github tarball and enable tests

Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 dev-python/chardet/Manifest |  2 +-
 dev-python/chardet/chardet-3.0.2.ebuild | 16 ++--
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-python/chardet/Manifest b/dev-python/chardet/Manifest
index 856c39b611b..563d29e535f 100644
--- a/dev-python/chardet/Manifest
+++ b/dev-python/chardet/Manifest
@@ -1,3 +1,3 @@
 DIST chardet-2.2.1.tar.gz 180319 SHA256 
f1964f73f5ee9b7e0309098b9512d587fbba6dd5d1f3797b1c95529e5241bf09 SHA512 
87059b77b14c39fded7f1287f8eeab6a880e21f4b49a3aa103daf537bbb1e237069347e1953ebaa9a393bd4dee01993873c84aad3c00536ae34784686aecfe68
 WHIRLPOOL 
1cd6838823f8effd502c3049d13966ac0888bdb91b34489caea8666f9802967fe6f86565ed827e609cb614c920cc9f983bdecc27c30bb2abcf4420731a0a620e
 DIST chardet-2.3.0.tar.gz 164346 SHA256 
e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa SHA512 
d554c9b4564905a2b6c6971aaea2a812174d86b58137c6a2f9d54e2abd2395e6529968b2ce3ca2d97c717d2bd0bd80ab5b98cae9afac1a4add9ea305145030dd
 WHIRLPOOL 
af17bac2778a86d6fe9643a512a307cbcf92e4b43238b2d3d2bae53e646fccbdf40f31f41f9452e7d4f4c84d1ee637199af841a828d49f3452190749fee284c1
-DIST chardet-3.0.2.tar.gz 1866978 SHA256 
4f7832e7c583348a9eddd927ee8514b3bf717c061f57b21dbe7697211454d9bb SHA512 
d7b0e5ebeb9a0d5830857decbe2b11309fbb421c31cd391c143bf6f00e2c3d9eec3640954478e71be88ea3dac158b1e1df177a5e2b8b9749b27d2a956542cbf9
 WHIRLPOOL 
429d20191b54284a9278e1d56ce387200aff68bb27f06f7f25c63f793437ef987ebbb1f860937ba720a48890bbf1ed4e4886f1b5f3452276004e192556971fb2
+DIST chardet-3.0.2.tar.gz 1872630 SHA256 
3b92afd82ddea09d30832fac141840d6569c34f27633e4ad273c66172246116f SHA512 
9466e8bdd4d49ca51664fefa170e2887bebf17d017d49056a0efe9baef4dc58e2a9e0766d41c1fcb06254e1346021d1d86b1eb55d4b71a061da93ea830f1dfce
 WHIRLPOOL 
4010a838619b3f04d1266bdee49e26169724f1c83c38a3a9cc081fc8f2166e46ecf9544bc25e276a7dec4af7a64f469a74aabc8ecdc745fd10d364db331ee704

diff --git a/dev-python/chardet/chardet-3.0.2.ebuild 
b/dev-python/chardet/chardet-3.0.2.ebuild
index 167fb3a4964..93934bd438a 100644
--- a/dev-python/chardet/chardet-3.0.2.ebuild
+++ b/dev-python/chardet/chardet-3.0.2.ebuild
@@ -9,26 +9,30 @@ inherit distutils-r1
 
 DESCRIPTION="Universal encoding detector"
 HOMEPAGE="https://github.com/chardet/chardet 
https://pypi.python.org/pypi/chardet";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 # PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
-RESTRICT="test"
+SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
-   )"
-RDEPEND="${DEPEND}"
+   )
+"
 
 PATCHES=(
"${FILESDIR}"/disable-pytest-runner.patch
 )
 
 python_test() {
-   py.test -v ./test.py || die "Tests fail with ${EPYTHON}"
+   py.test -v || die "Tests fail with ${EPYTHON}"
 }



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

2017-04-20 Thread Zac Medico
commit: b9767a27b8af541a05de6a376493b6556649f24b
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 19 02:37:38 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 20 19:39:00 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b9767a27

depgraph: fix _validate_blockers to revert state from previous calls

Since the _solve_non_slot_operator_slot_conflicts method can
remove packages from the graph, it's possible that some of the
state changes made by previous _validate_blockers calls are
no longer valid. Therefore, revert state when appropriate.

Acked-by: Brian Dolbec  gentoo.org>

 pym/_emerge/depgraph.py | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 8a614c495..3232816d5 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -6901,6 +6901,12 @@ class depgraph(object):
self._dynamic_config._blocker_uninstalls = digraph()

self._dynamic_config.digraph.difference_update(previous_uninstall_tasks)
 
+   # Revert state from previous calls.
+   self._dynamic_config._blocker_parents.update(
+   self._dynamic_config._irrelevant_blockers)
+   self._dynamic_config._irrelevant_blockers.clear()
+   self._dynamic_config._unsolvable_blockers.clear()
+
for blocker in 
self._dynamic_config._blocker_parents.leaf_nodes():
self._spinner_update()
root_config = self._frozen_config.roots[blocker.root]



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

2017-04-20 Thread Zac Medico
commit: 2366c903bab8f44463106e878f4e0c1ba81f42f8
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 19 04:17:50 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 20 19:39:00 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2366c903

depgraph._in_blocker_conflict: call _validate_blockers if needed (bug 615982)

Sometimes _complete_graph calls _slot_operator_update_probe, which
sometimes calls _in_blocker_conflict. This case occurs infrequently,
so call _validate_blockers only if needed.

Fixes: a83bb83909c5 ("depgraph: trigger slot operator rebuilds via 
_complete_graph (bug 614390)")
X-Gentoo-bug: 615982
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=615982
Acked-by: Brian Dolbec  gentoo.org>

 pym/_emerge/depgraph.py | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 3232816d5..e1119af3c 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -2176,9 +2176,9 @@ class depgraph(object):
only works after the _validate_blockers method has been called.
"""
 
-   if self._dynamic_config._blocked_pkgs is None:
-   raise AssertionError(
-   '_in_blocker_conflict called before 
_validate_blockers')
+   if (self._dynamic_config._blocked_pkgs is None
+   and not self._validate_blockers()):
+   raise self._unknown_internal_error()
 
if pkg in self._dynamic_config._blocked_pkgs:
return True
@@ -6728,7 +6728,14 @@ class depgraph(object):
packages within the graph.  If necessary, create hard deps to 
ensure
correct merge order such that mutually blocking packages are 
never
installed simultaneously. Also add runtime blockers from all 
installed
-   packages if any of them haven't been added already (bug 
128809)."""
+   packages if any of them haven't been added already (bug 128809).
+
+   Normally, this method is called only after the graph is 
complete, and
+   after _solve_non_slot_operator_slot_conflicts has had an 
opportunity
+   to solve slot conflicts (possibly removing some blockers). It 
can also
+   be called earlier, in order to get a preview of the blocker 
data, but
+   then it needs to be called again after the graph is complete.
+   """
 
# The _in_blocker_conflict method needs to assert that this 
method
# has been called before it, by checking that it is not None.



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

2017-04-20 Thread Zac Medico
commit: c8c038fd4c201a582c420004b5ff759f28fe626b
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Apr 19 04:39:31 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 20 19:39:00 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8c038fd

digraph: add update and clear methods

Also, optimize the add method to avoid creating a lot of
duplicate priorities when called by the update method.

Acked-by: Brian Dolbec  gentoo.org>

 pym/portage/tests/util/test_digraph.py |  4 +++-
 pym/portage/util/digraph.py| 26 --
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/pym/portage/tests/util/test_digraph.py 
b/pym/portage/tests/util/test_digraph.py
index f519536d3..01e075c99 100644
--- a/pym/portage/tests/util/test_digraph.py
+++ b/pym/portage/tests/util/test_digraph.py
@@ -88,7 +88,9 @@ class DigraphTest(TestCase):
g.add("D", "A", 2)
 
f = g.clone()
-   for x in g, f:
+   h = digraph()
+   h.update(f)
+   for x in g, f, h:
self.assertEqual(bool(x), True)
self.assertEqual(x.contains("A"), True)
self.assertEqual(x.firstzero(), None)

diff --git a/pym/portage/util/digraph.py b/pym/portage/util/digraph.py
index 99b24fa1d..ba0e81c07 100644
--- a/pym/portage/util/digraph.py
+++ b/pym/portage/util/digraph.py
@@ -44,8 +44,10 @@ class digraph(object):
priorities = []
self.nodes[node][1][parent] = priorities
self.nodes[parent][0][node] = priorities
-   priorities.append(priority)
-   priorities.sort()
+
+   if not priorities or priorities[-1] is not priority:
+   priorities.append(priority)
+   priorities.sort()
 
def discard(self, node):
"""
@@ -73,6 +75,26 @@ class digraph(object):
del self.nodes[node]
self.order.remove(node)
 
+   def update(self, other):
+   """
+   Add all nodes and edges from another digraph instance.
+   """
+   for node in other.order:
+   children, parents, node = other.nodes[node]
+   if parents:
+   for parent, priorities in parents.items():
+   for priority in priorities:
+   self.add(node, parent, 
priority=priority)
+   else:
+   self.add(node, None)
+
+   def clear(self):
+   """
+   Remove all nodes and edges.
+   """
+   self.nodes.clear()
+   del self.order[:]
+
def difference_update(self, t):
"""
Remove all given nodes from node_set. This is more efficient



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

2017-04-20 Thread Mike Gilbert
commit: 59523c5f3c9e160593d5a2f21dc8b08fc939c19b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 19:26:52 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 19:27:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59523c5f

dev-python/chardet: remove setup_requires="pytest-runner"

Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 dev-python/chardet/chardet-3.0.2.ebuild|  4 
 .../chardet/files/disable-pytest-runner.patch  | 24 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/chardet/chardet-3.0.2.ebuild 
b/dev-python/chardet/chardet-3.0.2.ebuild
index 14b78742495..167fb3a4964 100644
--- a/dev-python/chardet/chardet-3.0.2.ebuild
+++ b/dev-python/chardet/chardet-3.0.2.ebuild
@@ -25,6 +25,10 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
)"
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/disable-pytest-runner.patch
+)
+
 python_test() {
py.test -v ./test.py || die "Tests fail with ${EPYTHON}"
 }

diff --git a/dev-python/chardet/files/disable-pytest-runner.patch 
b/dev-python/chardet/files/disable-pytest-runner.patch
new file mode 100644
index 000..42869a4b481
--- /dev/null
+++ b/dev-python/chardet/files/disable-pytest-runner.patch
@@ -0,0 +1,24 @@
+From 8d5291ff2c2560cf88ef7c38d90ca6d026c9d11c Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Thu, 20 Apr 2017 15:18:35 -0400
+Subject: [PATCH] Remove dependency on pytest-runner
+
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 28a080a..ab49d62 100755
+--- a/setup.py
 b/setup.py
+@@ -46,7 +46,6 @@ setup(name='chardet',
+ "Modules"),
+"Topic :: Text Processing :: Linguistic"],
+   packages=find_packages(),
+-  setup_requires=['pytest-runner'],
+   tests_require=['pytest', 'hypothesis'],
+   entry_points={'console_scripts':
+ ['chardetect = chardet.cli.chardetect:main']})
+-- 
+2.12.2
+



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

2017-04-20 Thread William Hubbs
commit: 83bbc09e94f5d037d6258dc44078ad2ba2c7869e
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 20 19:19:24 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 20 19:19:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bbc09e

dev-lang/go:  downgrade elog of GOROOT_BOOTSTRAP to einfo

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/go/go-1.7.5.ebuild  | 2 +-
 dev-lang/go/go-1.8-r1.ebuild | 2 +-
 dev-lang/go/go-1.8.1.ebuild  | 2 +-
 dev-lang/go/go-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/go/go-1.7.5.ebuild b/dev-lang/go/go-1.7.5.ebuild
index 41bd3943db5..97b147485ed 100644
--- a/dev-lang/go/go-1.7.5.ebuild
+++ b/dev-lang/go/go-1.7.5.ebuild
@@ -177,7 +177,7 @@ src_compile()
if [[ ${ARCH} == arm ]]; then
export GOARM=$(go_arm)
fi
-   elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
+   einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
 
cd src
./make.bash || die "build failed"

diff --git a/dev-lang/go/go-1.8-r1.ebuild b/dev-lang/go/go-1.8-r1.ebuild
index b86d8f90242..e5b9424d9ce 100644
--- a/dev-lang/go/go-1.8-r1.ebuild
+++ b/dev-lang/go/go-1.8-r1.ebuild
@@ -190,7 +190,7 @@ src_compile()
if [[ ${ARCH} == arm ]]; then
export GOARM=$(go_arm)
fi
-   elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
+   einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
 
cd src
./make.bash || die "build failed"

diff --git a/dev-lang/go/go-1.8.1.ebuild b/dev-lang/go/go-1.8.1.ebuild
index 1137d737fef..c529b3279ee 100644
--- a/dev-lang/go/go-1.8.1.ebuild
+++ b/dev-lang/go/go-1.8.1.ebuild
@@ -186,7 +186,7 @@ src_compile()
if [[ ${ARCH} == arm ]]; then
export GOARM=$(go_arm)
fi
-   elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
+   einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
 
cd src
./make.bash || die "build failed"

diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild
index 1137d737fef..c529b3279ee 100644
--- a/dev-lang/go/go-.ebuild
+++ b/dev-lang/go/go-.ebuild
@@ -186,7 +186,7 @@ src_compile()
if [[ ${ARCH} == arm ]]; then
export GOARM=$(go_arm)
fi
-   elog "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
+   einfo "GOROOT_BOOTSTRAP is ${GOROOT_BOOTSTRAP}"
 
cd src
./make.bash || die "build failed"



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

2017-04-20 Thread Mike Gilbert
commit: 54baebde0b328bc993f226f393b2339cfb7b2417
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 19:08:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 19:08:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54baebde

dev-python/setuptools: sync live ebuild

 dev-python/setuptools/setuptools-.ebuild | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-python/setuptools/setuptools-.ebuild 
b/dev-python/setuptools/setuptools-.ebuild
index 23501b14b12..bc94af02a85 100644
--- a/dev-python/setuptools/setuptools-.ebuild
+++ b/dev-python/setuptools/setuptools-.ebuild
@@ -10,8 +10,8 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/pypa/setuptools.git";
inherit git-r3
 else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~s390 ~sh 
~x86 ~ppc-aix ~x64-cygwin ~sparc-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of extensions to Distutils"
@@ -21,19 +21,21 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="test"
 
-RDEPEND=""
-#  >=dev-python/packaging-16.4[${PYTHON_USEDEP}]
-#  >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-#  "
+RDEPEND="
+   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.4.0-r1[${PYTHON_USEDEP}]
+"
 DEPEND="${RDEPEND}
+   app-arch/unzip
test? (
+   dev-python/pip[${PYTHON_USEDEP}]
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
)
 "
-#  >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
 PDEPEND="
-   >=dev-python/certifi-2016.8.8[${PYTHON_USEDEP}]"
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
 
 # Force in-source build because build system modifies sources.
 DISTUTILS_IN_SOURCE_BUILD=1
@@ -46,7 +48,6 @@ python_prepare_all() {
${EPYTHON} bootstrap.py || die
fi
 
-   # rm -r ./pkg_resources/_vendor || die
# disable tests requiring a network connection
rm setuptools/tests/test_packageindex.py || die
 



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

2017-04-20 Thread William Hubbs
commit: c186af3ddb3af7bc6b27e54922a1abdacf488d05
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Apr 20 18:58:57 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Apr 20 18:58:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c186af3d

app-emulation/docker: remove 1.13.* and 17.03.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/docker/Manifest|   2 -
 app-emulation/docker/docker-1.13.1-r2.ebuild | 290 --
 app-emulation/docker/docker-1.13.1-r3.ebuild | 292 ---
 app-emulation/docker/docker-17.03.0.ebuild   | 292 ---
 4 files changed, 876 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 5e7209752ad..4519512b086 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,5 +1,3 @@
 DIST docker-1.12.6.tar.gz 13694205 SHA256 
0413f3513c2a6842ed9cf837154c8a722e9b34cb36b33430348489baa183707e SHA512 
98e0fa0ec0dad4d392188b0d2cf42b2b564403463c369e1fe060f1abc2e97d97375a88587080671ef905e6a34b991d83265f43c3112575af019cf85eef0c2c25
 WHIRLPOOL 
55d10e4c4ab960320094637a847768ad85dc1fccaa6cc77ea0ca82f2d23b27e92e2f2c0cbc03f53676012c95883f65c6fa16d26970138fa129d37bf278fc8c0b
-DIST docker-1.13.1.tar.gz 7788075 SHA256 
2730e7cc15492de8f1d6f9510c64620fc9004c8afc1410bf3ebac9fc3f9f83c6 SHA512 
e480a884d7bb4f41f5c036afd5fae878e03aa740297dd3dd4df0eb8766efa6426ba636453513b423666eea21ba99f162ec27885828f8348d8746424944a3cfb4
 WHIRLPOOL 
8c0bfadf4102f6f41c182d8443276aa68ca1242d8321ce8fda639f0ad2162ae62d7310dbbb0967269d466207e54131b0a829bf6365f87fceb7114bbc1832dcfe
-DIST docker-17.03.0.tar.gz 7769578 SHA256 
d8e91af5b2799cafac113a400d4db9c6abe01ae823f378d2f4d3d3e55e48eaf6 SHA512 
042d94143f8867e8165e4c306188fc8e5801faaa9901716a509c5a9f380e460ab54b4c48ee223909c0bf9360ec023b765e6258acbe1f03e6513a8fc364663970
 WHIRLPOOL 
452ae7ea3329e3fe08ce76fba479502c5150218747c9d2a65495c9c4de1046ba9ac97be748535112022b665398bbb4581f8ae2bd6cb28d4462882055b15c9398
 DIST docker-17.03.1.tar.gz 7773296 SHA256 
a8f1eefadf3966885ad0579facfc2017cca7dd3a0b20d086dfd798168716cb83 SHA512 
51e2a9d6ca529ac67d63794b9fd257f962278019ae1a36a39ff635c742d6ca16286cc164470333ff6cd88d709ecf2cb90343b2dd94bb3939747550f74fb442d5
 WHIRLPOOL 
9178bdf5b13851650e31d95370a090a72c8c70b53416e83693ffbdbc549d3992f3004908c1db5b26c013552f02293dddf9f761b8b5b9d2e0f0bf7cfab5330ca9
 DIST docker-17.04.0.tar.gz 7023868 SHA256 
b6ee0aa93ecea44e956d3627907e10557b3ec37d13ddfb40e436656e5037c640 SHA512 
b84bf25ebbdf066ee61272b9bce4736f61c2605e17529088bea33f5a4de172c2297cf8e7bd3f48170d50de069f94343d2403f81b763e9677ca2e750192ba1519
 WHIRLPOOL 
30354c38ae07f8528fdcbcde866ccc0048d6ea9e4001dfcc04c535b169c7b6c7d87f1c621039f215466d5f1fba4f0c886e231c77f70fc9d7ea109398e8e0df26

diff --git a/app-emulation/docker/docker-1.13.1-r2.ebuild 
b/app-emulation/docker/docker-1.13.1-r2.ebuild
deleted file mode 100644
index f52673eaa92..000
--- a/app-emulation/docker/docker-1.13.1-r2.ebuild
+++ /dev/null
@@ -1,290 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git";
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="092cba3"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.16.1
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
-RDEPEND="
-   ${CDEPEND}
-
-   !app-emulation/docker-bin
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-
-   >=app-emu

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

2017-04-20 Thread Marc Schiffbauer
commit: e49d2df990023dbfda78b15bd6718eadf8116559
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Apr 20 18:24:34 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Apr 20 18:25:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49d2df9

sys-cluster/sanlock: updated homepage

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild 
b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
index a53b8a542c9..278c65e36ef 100644
--- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 inherit linux-info python-r1 systemd user
 
 DESCRIPTION="shared storage lock manager"
-HOMEPAGE="https://fedorahosted.org/sanlock/";
+HOMEPAGE="https://pagure.io/sanlock";
 SRC_URI="https://git.fedorahosted.org/cgit/${PN}.git/snapshot/${P}.tar.xz";
 
 LICENSE="LGPL-2+ GPL-2 GPL-2+"



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

2017-04-20 Thread Michał Górny
commit: a2c82a8a5840ed0edc1a7558c8d2093d9cd027a5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 18:22:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 18:23:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c82a8a

dev-python/autopep8: Tested on py3.6

 dev-python/autopep8/autopep8-1.2.4.ebuild | 2 +-
 dev-python/autopep8/autopep8-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild 
b/dev-python/autopep8/autopep8-1.2.4.ebuild
index 25831b03fee..fd5e219da4d 100644
--- a/dev-python/autopep8/autopep8-1.2.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 1f7206effe9..6b7024ae743 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 git-2



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

2017-04-20 Thread Michał Górny
commit: 349b7e7ee8ded43388408252461d9a3d67d7929d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 17:57:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 18:23:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b7e7e

dev-python/pydiff: Tested on py3.6

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 180f03a06a2..1ae7d901da1 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-04-20 Thread Mike Gilbert
commit: af9bd9e069884edfc0ee54e1ed2379de5dba8383
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 17:41:28 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 17:41:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9bd9e0

www-client/chromium: drop several unneeded dependencies

Thanks to Ostashevskyi Viktor for doing the research.

Bug: https://bugs.gentoo.org/612544
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 www-client/chromium/chromium-59.0.3067.0.ebuild | 12 ++--
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
index a8f1db6ef34..02a27d3880f 100644
--- a/www-client/chromium/chromium-59.0.3067.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -30,12 +30,10 @@ QA_PRESTRIPPED=".*\.nexe"
 COMMON_DEPEND="
app-arch/bzip2:=
cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
dev-libs/expat:=
dev-libs/glib:2
dev-libs/icu:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/libxml2:=[icu]
+   dev-libs/libxml2:=
dev-libs/libxslt:=
dev-libs/nspr:=
>=dev-libs/nss-3.14.3:=
@@ -45,21 +43,17 @@ COMMON_DEPEND="
>=media-libs/alsa-lib-1.0.19:=
media-libs/fontconfig:=
media-libs/freetype:=
-   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
-   media-libs/libexif:=
+   >=media-libs/harfbuzz-1.4.2:=
media-libs/libjpeg-turbo:=
media-libs/libpng:=
system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
-   media-libs/speex:=
pulseaudio? ( media-sound/pulseaudio:= )
system-ffmpeg? ( >=media-video/ffmpeg-3:= )
sys-apps/dbus:=
sys-apps/pciutils:=
-   >=sys-libs/libcap-2.22:=
virtual/udev
x11-libs/cairo:=
x11-libs/gdk-pixbuf:2
-   x11-libs/libdrm
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXcursor:=
@@ -67,7 +61,6 @@ COMMON_DEPEND="
x11-libs/libXext:=
x11-libs/libXfixes:=
>=x11-libs/libXi-1.6.0:=
-   x11-libs/libXinerama:=
x11-libs/libXrandr:=
x11-libs/libXrender:=
x11-libs/libXScrnSaver:=
@@ -100,7 +93,6 @@ DEPEND="${COMMON_DEPEND}
dev-lang/yasm
)
dev-lang/perl
-   dev-perl/JSON
>=dev-util/gperf-3.0.3
dev-util/ninja
net-libs/nodejs



[gentoo-commits] proj/sci:master commit in: sci-biology/barrnap/

2017-04-20 Thread Martin Mokrejs
commit: 14c57c8236e3017dded7c652c4989e56e4b662dc
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:32:35 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:32:35 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=14c57c82

sci-biology/barrnap: get satisfied by any SLOT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/barrnap/barrnap-0.3.ebuild | 4 ++--
 sci-biology/barrnap/barrnap-0.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/barrnap/barrnap-0.3.ebuild 
b/sci-biology/barrnap/barrnap-0.3.ebuild
index 03fc0b02a..021092d43 100644
--- a/sci-biology/barrnap/barrnap-0.3.ebuild
+++ b/sci-biology/barrnap/barrnap-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
-   dev-lang/perl
+   dev-lang/perl:=
sci-biology/nesoni"
 
 src_install(){

diff --git a/sci-biology/barrnap/barrnap-0.4.ebuild 
b/sci-biology/barrnap/barrnap-0.4.ebuild
index 0be6cd39d..e4839f3f4 100644
--- a/sci-biology/barrnap/barrnap-0.4.ebuild
+++ b/sci-biology/barrnap/barrnap-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="${DEPEND}
-   dev-lang/perl
+   dev-lang/perl:=
sci-biology/nesoni"
 
 src_install(){



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

2017-04-20 Thread Mike Gilbert
commit: 154cc07578256bba786d2bd9bed5859e13ce17db
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 17:31:09 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 17:31:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154cc075

www-client/chromium: depend on >=media-libs/harfbuzz-1.4.2

Bug: https://bugs.gentoo.org/615070
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

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

diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
index c8063a88539..a8f1db6ef34 100644
--- a/www-client/chromium/chromium-59.0.3067.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -45,7 +45,7 @@ COMMON_DEPEND="
>=media-libs/alsa-lib-1.0.19:=
media-libs/fontconfig:=
media-libs/freetype:=
-   >=media-libs/harfbuzz-1.3.1:=[icu(+)]
+   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
media-libs/libexif:=
media-libs/libjpeg-turbo:=
media-libs/libpng:=



[gentoo-commits] proj/sci:master commit in: licenses/

2017-04-20 Thread Martin Mokrejs
commit: dd5bb4b8cc71f77e7aad3ab65237d45921dc4f1f
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:27:10 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:27:10 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd5bb4b8

sci-biology/oncotator: add license file

 licenses/oncotator | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/licenses/oncotator b/licenses/oncotator
new file mode 100644
index 0..0528987f4
--- /dev/null
+++ b/licenses/oncotator
@@ -0,0 +1,46 @@
+By downloading the PROGRAM you agree to the following terms of use:
+
+BROAD INSTITUTE SOFTWARE LICENSE AGREEMENT
+FOR ACADEMIC NON-COMMERCIAL RESEARCH PURPOSES ONLY
+
+This Agreement is made between the Broad Institute, Inc. with a principal 
address at 7 Cambridge Center, Cambridge, MA 02142 ("BROAD") and the LICENSEE 
and is effective at the date the downloading is completed ("EFFECTIVE DATE").
+
+WHEREAS, LICENSEE desires to license the PROGRAM, as defined hereinafter, and 
BROAD wishes to have this PROGRAM utilized in the public interest, subject only 
to the royalty-free, nonexclusive, nontransferable license rights of the United 
States Government pursuant to 48 CFR 52.227-14; and 
+
+WHEREAS, LICENSEE desires to license the PROGRAM and BROAD desires to grant a 
license on the following terms and conditions.
+
+NOW, THEREFORE, in consideration of the promises and covenants made herein, 
the parties hereto agree as follows:
+
+1. DEFINITIONS
+1.1 "PROGRAM" shall mean the object code and source code known as Oncotator 
1.0 and related documentation, if any, as they exist on the EFFECTIVE DATE and 
can be downloaded from http://www.broadinstitute.org/cancer/cga/oncotator on 
the EFFECTIVE DATE.  BROAD acknowledges that the PROGRAM employs one or more 
public domain code(s) that are freely available for public use.
+
+2. LICENSE
+2.1   Grant. Subject to the terms of this Agreement, BROAD hereby grants to 
LICENSEE, solely for academic non-commercial research purposes, a 
non-exclusive, non-transferable license to: (a) download, execute and display 
the PROGRAM and (b) create bug fixes and modify the PROGRAM.  LICENSEE hereby 
automatically grants to BROAD a non-exclusive, royalty-free, irrevocable 
license to any LICENSEE bug fixes or modifications to the PROGRAM with 
unlimited rights to sublicense and/or distribute.  LICENSEE agrees to provide 
any such modifications and bug fixes to BROAD promptly upon their creation.  
The LICENSEE may apply the PROGRAM in a pipeline to data owned by users other 
than the LICENSEE and provide these users the results of the PROGRAM provided 
LICENSEE does so for academic non-commercial purposes only.  For clarification 
purposes, academic sponsored research is not a commercial use under the terms 
of this Agreement.
+2.2  No Sublicensing or Additional Rights. LICENSEE shall not sublicense or 
distribute the PROGRAM, in whole or in part, without prior written permission 
from BROAD.  LICENSEE shall ensure that all of its users agree to the terms of 
this Agreement.  LICENSEE further agrees that it shall not put the PROGRAM on a 
network, server, or other similar technology that may be accessed by anyone 
other than the LICENSEE and its employees and users who have agreed to the 
terms of this agreement.
+2.3  License Limitations. Nothing in this Agreement shall be construed to 
confer any rights upon LICENSEE by implication, estoppel, or otherwise to any 
computer software, trademark, intellectual property, or patent rights of BROAD, 
or of any other entity, except as expressly granted herein. LICENSEE agrees 
that the PROGRAM, in whole or part, shall not be used for any commercial 
purpose, including without limitation, as the basis of a commercial software or 
hardware product or to provide services. LICENSEE further agrees that the 
PROGRAM shall not be copied or otherwise adapted in order to circumvent the 
need for obtaining a license for use of the PROGRAM.
+
+3. OWNERSHIP OF INTELLECTUAL PROPERTY
+LICENSEE acknowledges that title to the PROGRAM shall remain with BROAD. The 
PROGRAM is marked with the following BROAD copyright notice and notice of 
attribution to contributors. LICENSEE shall retain such notice on all copies.  
LICENSEE agrees to include appropriate attribution if any results obtained from 
use of the PROGRAM are included in any publication.
+
+Copyright 2014 Broad Institute, Inc.
+Notice of attribution:  The Oncotator 1.0 program was made available through 
the generosity of the Broad Institute, Inc.
+
+LICENSEE shall not use any trademark or trade name of BROAD, or any variation, 
adaptation, or abbreviation, of such marks or trade names, or any names of 
officers, faculty, students, employees, or agents of BROAD except as states 
above for attribution purposes.
+
+4. INDEMNIFICATION
+LICENSEE shall indemnify, defend, and hold harmless B

[gentoo-commits] proj/sci:master commit in: licenses/

2017-04-20 Thread Martin Mokrejs
commit: 405413ad9c289f994da35200f380f226cc553ccc
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:25:41 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:25:41 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=405413ad

dev-python/pyvcf: add license file

 licenses/pyvcf | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/licenses/pyvcf b/licenses/pyvcf
new file mode 100644
index 0..f37927b3a
--- /dev/null
+++ b/licenses/pyvcf
@@ -0,0 +1,46 @@
+Copyright (c) 2011-2012, Population Genetics Technologies Ltd, All rights 
reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.  
+
+2. Redistributions in binary form must reproduce the above copyright notice, 
this
+list of conditions and the following disclaimer in the documentation and/or
+other materials provided with the distribution.  
+
+3. Neither the name of the Population Genetics Technologies Ltd nor the names 
of
+its contributors may be used to endorse or promote products derived from this
+software without specific prior written permission.  
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Copyright (c) 2011 John Dougherty
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



[gentoo-commits] proj/sci:master commit in: dev-python/pyvcf/

2017-04-20 Thread Martin Mokrejs
commit: e8b3343581592bb1d6432ebbe41a58ec26af77c9
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:24:32 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:24:32 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e8b33435

dev-python/pyvcf: add license file

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pyvcf/pyvcf-0.6.8.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pyvcf/pyvcf-0.6.8.ebuild 
b/dev-python/pyvcf/pyvcf-0.6.8.ebuild
index 6138c17a6..5f2fde4a9 100644
--- a/dev-python/pyvcf/pyvcf-0.6.8.ebuild
+++ b/dev-python/pyvcf/pyvcf-0.6.8.ebuild
@@ -15,8 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
-   >=sci-biology/pysam-0.8.0
+DEPEND=">=sci-biology/pysam-0.8.0
dev-python/cython"
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/sci:master commit in: sci-biology/oncotator/

2017-04-20 Thread Martin Mokrejs
commit: d68adfb9942a65c7bd497c8d735e50cc010d5154
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:22:38 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:22:38 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d68adfb9

sci-biology/oncotator: add LICENSE, add KEYWORDS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/oncotator/oncotator-1.9.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild 
b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
index 9f18d269a..a8a042d1d 100644
--- a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
+++ b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/broadinstitute/oncotator/archive/v${PV}.tar.gz -> ${
 
 LICENSE="oncotator"
 SLOT="0"
-KEYWORDS="" # breaks silently during install because of python syntax errors
+KEYWORDS="~amd64 ~x86" # breaks silently during install because of python 
syntax errors
 IUSE=""
 
 RESTRICT="fetch"



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

2017-04-20 Thread Ulrich Müller
commit: c40c39537d584f57e449d3525e92fafbe85517fd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Apr 15 09:11:18 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Apr 20 17:20:04 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c40c3953

dosym: Make implicit basename a fatal error.

The respective QA warning in the dosym helper is in place since 2011.
All known violations in the gentoo repository have been fixed.

Gentoo-Bug: 379899
Acked-by: Brian Dolbec  gentoo.org>

 bin/ebuild-helpers/dosym | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bin/ebuild-helpers/dosym b/bin/ebuild-helpers/dosym
index 0bc8cc7be..b9c70ce9c 100755
--- a/bin/ebuild-helpers/dosym
+++ b/bin/ebuild-helpers/dosym
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -13,10 +13,9 @@ if ! ___eapi_has_prefix_variables; then
ED=${D}
 fi
 
-if [[ ${2} == */ ]] || \
-   [[ -d ${ED}${2} && ! -L ${ED}${2} ]] ; then
+if [[ ${2} == */ ]] || [[ -d ${ED}${2} && ! -L ${ED}${2} ]] ; then
# implicit basename not allowed by PMS (bug #379899)
-   eqawarn "QA Notice: dosym target omits basename: '${2}'"
+   __helpers_die "${0##*/}: dosym target omits basename: '${2}'"
 fi
 
 destdir=${2%/*}



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

2017-04-20 Thread Mike Gilbert
commit: 569031d808ea3e936f71a9fcc4c6c33aa05aa493
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 17:20:31 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 17:21:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569031d8

www-client/chromium: pass --no-clean to GN bootstrap script

This may aid in debugging if the built gn fails to run.

Bug: https://bugs.gentoo.org/615902
Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 www-client/chromium/chromium-58.0.3029.81.ebuild | 2 +-
 www-client/chromium/chromium-59.0.3067.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/chromium-58.0.3029.81.ebuild 
b/www-client/chromium/chromium-58.0.3029.81.ebuild
index 306b006b032..90c93ae0e60 100644
--- a/www-client/chromium/chromium-58.0.3029.81.ebuild
+++ b/www-client/chromium/chromium-58.0.3029.81.ebuild
@@ -509,7 +509,7 @@ src_configure() {
 
einfo "Configuring Chromium..."
# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
-   tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn} 
use_allocator=\"none\"" || die
+   tools/gn/bootstrap/bootstrap.py -v --no-clean --gn-gen-args 
"${myconf_gn} use_allocator=\"none\"" || die
myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")"
out/Release/gn gen --args="${myconf_gn}" out/Release || die
 }

diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild 
b/www-client/chromium/chromium-59.0.3067.0.ebuild
index ead35d303d6..c8063a88539 100644
--- a/www-client/chromium/chromium-59.0.3067.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3067.0.ebuild
@@ -512,7 +512,7 @@ src_configure() {
touch chrome/test/data/webui/i18n_process_css_test.html || die
 
einfo "Configuring Chromium..."
-   tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn}" || die
+   tools/gn/bootstrap/bootstrap.py -v --no-clean --gn-gen-args 
"${myconf_gn}" || die
out/Release/gn gen --args="${myconf_gn}" out/Release || die
 }
 



[gentoo-commits] proj/sci:master commit in: sci-biology/oncotator/

2017-04-20 Thread Martin Mokrejs
commit: 4d527ea9def1ecbf56ffb994a359b093133924bf
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:17:13 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:17:13 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d527ea9

sci-biology/oncotator: drop python3_5 until issue #364 is answered

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/oncotator/oncotator-1.9.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild 
b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
index cc358c2c2..9f18d269a 100644
--- a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
+++ b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Annotate genetic variants in VCF"



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

2017-04-20 Thread Alexis Ballier
commit: 2e7431468d6d15eee414c79286ad1d6013124943
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Apr 20 17:00:11 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:15:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e743146

dev-ml/ocaml-ctypes: Drop x86 keywords on lwt-needing version

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild 
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild
index eb8c04dc629..518483440ee 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
 IUSE="test"
 
 RDEPEND="



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

2017-04-20 Thread Alexis Ballier
commit: 7578e72967adc5f756aa28553415e536e9caa0dc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Apr 20 17:01:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:15:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7578e729

net-misc/libres3: fix dep for split lwt

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/libres3/Manifest   |  1 -
 net-misc/libres3/libres3-1.2.ebuild | 78 -
 net-misc/libres3/libres3-1.3.ebuild |  6 ++-
 3 files changed, 4 insertions(+), 81 deletions(-)

diff --git a/net-misc/libres3/Manifest b/net-misc/libres3/Manifest
index 796d3a99d37..c95cb9436c0 100644
--- a/net-misc/libres3/Manifest
+++ b/net-misc/libres3/Manifest
@@ -1,2 +1 @@
-DIST libres3-1.2.tar.gz 7112430 SHA256 
d903196a3b9e0e65b67ba140f3fc1a8ef9f9c37b3c72389ba14ff0d3a40e3cd8 SHA512 
4ea854abdaf5d6ca6ecb0bedd55af93a676ec465f30747a9e63e33dc145bbe17b466d394d784c420babe1b147076711ef99bf28f89ab3cc546a373cb72ede1fd
 WHIRLPOOL 
de955534136f9246417c3b56a8d0de186fa77f838e1b3708d3db22514f7ae0fac3bf3aee8a32691fbfe05f43814bdd353eba7766861dcdede22a5d15834ac3ef
 DIST libres3-1.3.tar.gz 7116418 SHA256 
73d906ec42712bb7bd361d8bb0a8713ec08e20d77159ba32476207cd9491fc6c SHA512 
a450635e395ad515974f20f6d47fb661dba7a6cbea0b43423ebaff5199031d7afdf19459fa2d232aea1bd356f49cb97f9ca6f2804d0b5e0cb1978410a95b05d0
 WHIRLPOOL 
9027853a80cc09e8a35f04517f1472cc04c2050a25647fa952d623da29fda91fed0f016c473e3305f7eaaa7126a6f15bdf1dcdb257848b67aba22bd535a9e936

diff --git a/net-misc/libres3/libres3-1.2.ebuild 
b/net-misc/libres3/libres3-1.2.ebuild
deleted file mode 100644
index aee69d932ec..000
--- a/net-misc/libres3/libres3-1.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-inherit oasis findlib
-
-DESCRIPTION="Skylable LibreS3 - Amazon S3 open source replacement"
-HOMEPAGE="http://www.skylable.com/products/libres3";
-SRC_URI="http://cdn.skylable.com/source/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-OASIS_DOC_DIR="/usr/share/doc/${PF}"
-
-RDEPEND="
-   >=dev-lang/ocaml-4:=
-   dev-ml/camlp4:=
-   dev-ml/jsonm:=
-   dev-ml/lwt:=[react,ssl]
-   dev-ml/ocaml-base64:=
-   dev-ml/ocaml-dns:=[lwt(-)]
-   dev-ml/ocaml-ipaddr:=
-   dev-ml/ocaml-re:=
-   dev-ml/ocaml-ssl:=
-   >=dev-ml/ocamlnet-3.7.4:=[pcre]
-   

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

2017-04-20 Thread Alexis Ballier
commit: 90817582d9c92e2d3c6f92c2e7b5cf7701420552
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Apr 20 16:59:27 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:15:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90817582

dev-ml/ocurl: remove x86 keywords, needed by lwt cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ocurl/ocurl-0.6.1.ebuild | 4 ++--
 dev-ml/ocurl/ocurl-0.7.9.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/ocurl/ocurl-0.6.1.ebuild b/dev-ml/ocurl/ocurl-0.6.1.ebuild
index c02332e2eec..1b1d8619146 100644
--- a/dev-ml/ocurl/ocurl-0.6.1.ebuild
+++ b/dev-ml/ocurl/ocurl-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc"
 
 src_compile()
 {

diff --git a/dev-ml/ocurl/ocurl-0.7.9.ebuild b/dev-ml/ocurl/ocurl-0.7.9.ebuild
index d22c145d005..f791477c09b 100644
--- a/dev-ml/ocurl/ocurl-0.7.9.ebuild
+++ b/dev-ml/ocurl/ocurl-0.7.9.ebuild
@@ -19,7 +19,7 @@ RDEPEND=">=net-misc/curl-7.9.8
>=dev-lang/ocaml-3.12:=[ocamlopt]"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
 
 src_compile()
 {



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

2017-04-20 Thread Alexis Ballier
commit: 35ad5f93fba8d8d9021878ea668f58c1cbb4e247
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Apr 20 13:30:45 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:15:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad5f93

dev-ml/lwt: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/lwt/Manifest |  1 -
 dev-ml/lwt/files/lwt-2.4.3-ocaml-4.01.patch | 36 
 dev-ml/lwt/lwt-2.4.3.ebuild | 37 -
 dev-ml/lwt/metadata.xml |  1 -
 4 files changed, 75 deletions(-)

diff --git a/dev-ml/lwt/Manifest b/dev-ml/lwt/Manifest
index 02ac41db24a..15dc85f2018 100644
--- a/dev-ml/lwt/Manifest
+++ b/dev-ml/lwt/Manifest
@@ -1,2 +1 @@
-DIST lwt-2.4.3.tar.gz 504000 SHA256 
efee23937750290d6dee96eed6c0bbdb19817d5be6eefcba61ac5031fac10107 SHA512 
725d50a096a43294d49ae2322fdc985c301ce6a8ff5c956925225d7977e787ccb446e36a9db5fdbb50f284b9f1a3a12a52d1aa44d4400feecb59f6f938ed00ad
 WHIRLPOOL 
c5999e950008902600b43bf39f174ed0bc2cb3f6dce983d885416969a3bb98170ec8b74c8f5829459c3c96d160e5b4c8491b7057e7efeac035a46c9846ff7764
 DIST lwt-3.0.0.tar.gz 285864 SHA256 
fc1654bb06fdd48180f093f6e05e7264936626a11fef23cc8cf2ca4b5e3d7d44 SHA512 
270a6dc2fc58950380eecf72767782c72a5d72226f4af0e9a4f9b0e70b788eeb1d2727348ab8da4411ee59374a19524a6a793b14a26fe7051d51f987ef0e42b8
 WHIRLPOOL 
2fbee62faa6929ab8fec1d07f32bdfbaeb7d46bba7cbd60ca1362b9e136575f90c5b906fe1cb9471e66270f4d40014bda7b4be3d4b863cd485095c3867d914ce

diff --git a/dev-ml/lwt/files/lwt-2.4.3-ocaml-4.01.patch 
b/dev-ml/lwt/files/lwt-2.4.3-ocaml-4.01.patch
deleted file mode 100644
index eb2566705da..000
--- a/dev-ml/lwt/files/lwt-2.4.3-ocaml-4.01.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-commit 0df80f6d05625f80e1e3e05a46e355728881b38a
-Author: Anil Madhavapeddy 
-Date:   Sat Aug 3 20:20:55 2013 +0100
-
-OCaml 4.01.0dev has a Unix.O_CLOEXEC flag, so add this to Lwt_unix too.
-
-This was added quite recently in ocaml/ocaml@2207c45056e69d1ea5
-
-diff --git a/src/unix/lwt_unix.ml b/src/unix/lwt_unix.ml
-index 5115ffe..4222f7b 100644
 a/src/unix/lwt_unix.ml
-+++ b/src/unix/lwt_unix.ml
-@@ -596,6 +596,9 @@ type open_flag =
- #if ocaml_version >= (3, 13)
-   | O_SHARE_DELETE
- #endif
-+#if ocaml_version >= (4, 01)
-+  | O_CLOEXEC
-+#endif
- 
- #if windows
- 
-diff --git a/src/unix/lwt_unix.mli b/src/unix/lwt_unix.mli
-index cc9df59..f85df52 100644
 a/src/unix/lwt_unix.mli
-+++ b/src/unix/lwt_unix.mli
-@@ -315,6 +315,9 @@ type open_flag =
- #if ocaml_version >= (3, 13)
-   | O_SHARE_DELETE
- #endif
-+#if ocaml_version >= (4, 01)
-+  | O_CLOEXEC
-+#endif
- 
- val openfile : string -> open_flag list -> file_perm -> file_descr Lwt.t
-   (** Wrapper for [Unix.openfile]. *)

diff --git a/dev-ml/lwt/lwt-2.4.3.ebuild b/dev-ml/lwt/lwt-2.4.3.ebuild
deleted file mode 100644
index 3890478353c..000
--- a/dev-ml/lwt/lwt-2.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Cooperative light-weight thread library for OCaml"
-SRC_URI="http://ocsigen.org/download/${P}.tar.gz";
-HOMEPAGE="http://ocsigen.org/lwt";
-
-IUSE="gtk +react +ssl"
-
-DEPEND="react? ( dev-ml/react:= )
-   dev-libs/libev
-   ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
-   gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )"
-
-RDEPEND="${DEPEND}
-   !
Enable camlp4 syntax extension
Enables the ppx syntax extension
-Enables support for dev-ml/react: Functional 
reactive programming (signals, events, etc.).
   
   
 ocsigen/lwt



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

2017-04-20 Thread Mike Gilbert
commit: 0220118e7ade6bf70598780f36d96032e27ecdd4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Apr 20 17:12:41 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Apr 20 17:13:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0220118e

profiles: remove www-client/chromium[gtk3] mask

 profiles/base/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 94179afe301..54d796379e7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -203,11 +203,6 @@ app-arch/cfv bittorrent
 # forward porting this patch is non-trivial, mask for now
 >=net-wireless/wpa_supplicant-2.5 wimax
 
-# Pawel Hajdan jr  (25 Sep 2015)
-# Upstream gtk3 support is experimental:
-# https://code.google.com/p/chromium/issues/detail?id=132847
-www-client/chromium gtk3
-
 # Justin Lecher  (22 Sep 2015)
 # Downloads files during installation
 # https://bugs.gentoo.org/show_bug.cgi?id=533876



[gentoo-commits] proj/sci:master commit in: sci-biology/oncotator/

2017-04-20 Thread Martin Mokrejs
commit: 57b259c58ac4e200456b5253c4b9f722531bc0ab
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu Apr 20 17:07:36 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu Apr 20 17:07:36 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=57b259c5

sci-biology/oncotator: add RESTRICT="fetch" due to issue #362

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/oncotator/oncotator-1.9.2.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild 
b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
index aa9b07ba9..cc358c2c2 100644
--- a/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
+++ b/sci-biology/oncotator/oncotator-1.9.2.0.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
 KEYWORDS="" # breaks silently during install because of python syntax errors
 IUSE=""
 
+RESTRICT="fetch"
+
 DEPEND="
>=sci-biology/pysam-0.9.0
>=dev-python/bcbio-gff-0.6.2



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

2017-04-20 Thread Alexis Ballier
commit: fc1e38e0c50afdd88205417830c282adf7baa98b
Author: tomboy64  sina  cn>
AuthorDate: Wed Apr 19 09:18:16 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:06:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1e38e0

package.mask: adding sys-cluster/sx, net-misc/libres3

Upstream of SX and LibreS3 has completely vanished; only outdated
versions are available through their github mirror.

Scheduled for removal by May 20th 2017.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2c33bf89e16..592603ffc11 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthew Brewer  (19 Apr 2017)
+# Masking sys-cluster/sx and net-misc/libres3 for removal in 30 days.
+# Upstream completely vanished. Github mirror only contains outdated versions.
+sys-cluster/sx
+net-misc/libres3
+
 # Rick Farina  (17 Apr 2017)
 # Masking old versions because upstream changed versioning
 # Please keep this mask for 1 year to ease upgrades for users



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/, dev-ml/ocplib-endian/, dev-ml/stringext/, ...

2017-04-20 Thread Alexis Ballier
commit: c11d65aa820546f4ecc4f144a5d0073ae36c9c70
Author: tomboy64  sina  cn>
AuthorDate: Wed Apr 19 09:27:55 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Apr 20 17:06:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11d65aa

metadata.xml: removal of maintainer tomboy64  sina.cn

(and proxy maintainers) as maintainers from
dev-ml/io-page,
dev-ml/mirage-profile,
dev-ml/ocaml-cstruct,
dev-ml/ocaml-dns,
dev-ml/ocaml-pcap,
dev-ml/ocaml-uri,
dev-ml/ocplib-endian,
and dev-ml/stringext.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/io-page/metadata.xml|  7 ---
 dev-ml/mirage-profile/metadata.xml | 13 ++---
 dev-ml/ocaml-cstruct/metadata.xml  | 15 +++
 dev-ml/ocaml-dns/metadata.xml  | 13 ++---
 dev-ml/ocaml-pcap/metadata.xml | 13 ++---
 dev-ml/ocaml-uri/metadata.xml  | 13 ++---
 dev-ml/ocplib-endian/metadata.xml  | 13 ++---
 dev-ml/stringext/metadata.xml  | 13 ++---
 8 files changed, 15 insertions(+), 85 deletions(-)

diff --git a/dev-ml/io-page/metadata.xml b/dev-ml/io-page/metadata.xml
index addb9b12bdc..fe15850868b 100644
--- a/dev-ml/io-page/metadata.xml
+++ b/dev-ml/io-page/metadata.xml
@@ -1,17 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-
 
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
 
 mirage/io-page
 

diff --git a/dev-ml/mirage-profile/metadata.xml 
b/dev-ml/mirage-profile/metadata.xml
index b1fe4e4b744..6ed0938f83b 100644
--- a/dev-ml/mirage-profile/metadata.xml
+++ b/dev-ml/mirage-profile/metadata.xml
@@ -1,20 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 mirage/mirage-profile
 
 

diff --git a/dev-ml/ocaml-cstruct/metadata.xml 
b/dev-ml/ocaml-cstruct/metadata.xml
index a626b22deba..3770faddf42 100644
--- a/dev-ml/ocaml-cstruct/metadata.xml
+++ b/dev-ml/ocaml-cstruct/metadata.xml
@@ -1,23 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 Support for asynchronous execution
 Enable threads via lwt
-   Enable the ppx syntax extension
+Enable the ppx syntax extension
 
 
 mirage/ocaml-cstruct

diff --git a/dev-ml/ocaml-dns/metadata.xml b/dev-ml/ocaml-dns/metadata.xml
index d04515acbf0..766dc08a812 100644
--- a/dev-ml/ocaml-dns/metadata.xml
+++ b/dev-ml/ocaml-dns/metadata.xml
@@ -1,20 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 support for asynchronous execution
 enable threads via lwt
 

diff --git a/dev-ml/ocaml-pcap/metadata.xml b/dev-ml/ocaml-pcap/metadata.xml
index 8f020437544..02d28ef415a 100644
--- a/dev-ml/ocaml-pcap/metadata.xml
+++ b/dev-ml/ocaml-pcap/metadata.xml
@@ -1,20 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 mirage/ocaml-pcap
 
 

diff --git a/dev-ml/ocaml-uri/metadata.xml b/dev-ml/ocaml-uri/metadata.xml
index ea9ef195397..34e6384d841 100644
--- a/dev-ml/ocaml-uri/metadata.xml
+++ b/dev-ml/ocaml-uri/metadata.xml
@@ -1,20 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 Compile support for all service types
 
 

diff --git a/dev-ml/ocplib-endian/metadata.xml 
b/dev-ml/ocplib-endian/metadata.xml
index 89b4b2a9db5..d9f3d24ca31 100644
--- a/dev-ml/ocplib-endian/metadata.xml
+++ b/dev-ml/ocplib-endian/metadata.xml
@@ -1,20 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-tombo...@sina.cn
-M.B.
-Maintainer, assign bugs to him
-
-
+   
 m...@gentoo.org
 Gentoo ML Project
 
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
-
+   
 OCamlPro/oc

  1   2   3   >