[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nmapsi/files/, net-analyzer/nmapsi/

2017-06-04 Thread Michael Palimaka
commit: ffe1b97d254a7deb06e1dcfa4f3d314f18eafde6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 07:06:59 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 07:07:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe1b97d

net-analyzer/nmapsi: remove 0.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/nmapsi/Manifest   |  1 -
 .../files/nmapsi-0.4.1-kdelibs-4.14.11.patch   | 22 -
 net-analyzer/nmapsi/nmapsi-0.4.1.ebuild| 52 --
 3 files changed, 75 deletions(-)

diff --git a/net-analyzer/nmapsi/Manifest b/net-analyzer/nmapsi/Manifest
index 74ae4ad7a01..c73c15d8c02 100644
--- a/net-analyzer/nmapsi/Manifest
+++ b/net-analyzer/nmapsi/Manifest
@@ -1,2 +1 @@
-DIST nmapsi4-0.4.1.tar.xz 3139252 SHA256 
45482842f414179eb1a9ea0ae88fe4a43d59a54341b97a82be605b43cec41c9a SHA512 
243e241a80069d9a7ff7c38c6ed12656385f13250ff707ff84f569807916aab11f14c784210d8cb3047519d80691f5068563c50dac18d74ec9bda8c3f320e802
 WHIRLPOOL 
99fb464e124ed7fbe2822395cf992aa0bdb49a889cdb855a3a7d03c8da394c3c4e5aadd2aeb2ef08c4383fa3ac396c37a7c26798869e455237e0d8d5e5b23ccc
 DIST nmapsi4-0.5-alpha1.tar.xz 3163140 SHA256 
3aff1a8c77e3787ff101b33a39e1b584b092fb8b4c5347d61b32562be85069a3 SHA512 
fa4e604aeb6b342dec7e3fc85d83eda04385bd49a8d53b88e1eec2878c2c3410575a3ae59c59e6cd8e2b9f83de204f895a128d1cf3e7cccbd6bd7b78abd7dcfb
 WHIRLPOOL 
a694dd622a4fa2f224c63d5a0e96dd7c8629c3bdbf2bd9fd90c8ee1b71bd33305a708c219bbce9ea774db41c9e9a351f6631d0e88f8f73d29e8a2001be81467a

diff --git a/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch 
b/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch
deleted file mode 100644
index f5a338ad7a9..000
--- a/net-analyzer/nmapsi/files/nmapsi-0.4.1-kdelibs-4.14.11.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-The uninstall target is created automatically by FindKDE4Internal. Due to
-cmake policy changes in kdelibs-4.14.11, this target name collision causes
-a build failure.
-
-https://bugs.gentoo.org/show_bug.cgi?id=558574
-
 CMakeLists.txt
-+++ CMakeLists.txt
-@@ -35,13 +35,6 @@
- 
- add_subdirectory( src )
- 
--CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/cmake_uninstall.cmake.in"
--"${PROJECT_BINARY_DIR}/cmake_uninstall.cmake"
--IMMEDIATE @ONLY )
--
--ADD_CUSTOM_TARGET( uninstall
--  "${CMAKE_COMMAND}" -P "${PROJECT_BINARY_DIR}/cmake_uninstall.cmake" )
--
- message("---")
- message(" Required for build:   qt4-dev (>>= 4.6) ")
- message(" Required for runtime: nmap+nping ( >= 6.00 ), dig ")

diff --git a/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild 
b/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild
deleted file mode 100644
index 95fd8de1d7b..000
--- a/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PLOCALES="ca cs de es fr it ru"
-
-inherit cmake-utils l10n
-
-MY_P=${PN}4-${PV}
-
-DESCRIPTION="A Qt frontend to nmap"
-HOMEPAGE="http://www.nmapsi4.org/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kde"
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   dev-qt/qtwebkit:4
-   kde? ( kde-frameworks/kdelibs:4 )
-"
-RDEPEND="${DEPEND}
-   >=net-analyzer/nmap-6.00
-   net-dns/bind-tools
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS HACKING NEWS TODO Translation )
-PATCHES=( "${FILESDIR}/${P}-kdelibs-4.14.11.patch" )
-
-src_prepare() {
-   l10n_for_each_disabled_locale_do nmapsi_disable_locale
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_build kde KDELIBS)
-   )
-   cmake-utils_src_configure
-}
-
-nmapsi_disable_locale() {
-   sed -i -e "/ts\/${PN}4_${1}\.ts/d" src/CMakeLists.txt || die
-}



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

2017-06-04 Thread Michael Palimaka
commit: 598ab5f31af84629cd34b77cec223caf8fe718f4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 07:09:11 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 07:09:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598ab5f3

net-im/psi: remove webkit USE flag

The webkit USE flag requires dev-qt/qtwebkit:4 which is ancient and will not
see further security updates.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-im/psi/metadata.xml| 1 -
 net-im/psi/psi-.ebuild | 7 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/net-im/psi/metadata.xml b/net-im/psi/metadata.xml
index 218ba04c101..ca58cd3e904 100644
--- a/net-im/psi/metadata.xml
+++ b/net-im/psi/metadata.xml
@@ -9,7 +9,6 @@
Install additional iconsets, some of them 
has not clear licensing
Enable plugins support
Disable some non critical timers for 
much less CPU usage
-   Enable chatlog rendering using webkit
Enable experimental interactive SVG 
drawing
Use X screensaver protocol extension 
to monitor idle/active status based on mouse/keyboard events


diff --git a/net-im/psi/psi-.ebuild b/net-im/psi/psi-.ebuild
index 822e6d9a614..e7d0af90aaf 100644
--- a/net-im/psi/psi-.ebuild
+++ b/net-im/psi/psi-.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="4"
@@ -20,13 +20,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="crypt dbus debug doc enchant extras jingle iconsets spell ssl 
xscreensaver powersave
-plugins whiteboarding webkit"
+plugins whiteboarding"
 
 REQUIRED_USE="
iconsets? ( extras )
plugins? ( extras )
powersave? ( extras )
-   webkit? ( extras )
 "
 
 RDEPEND="
@@ -37,7 +36,6 @@ RDEPEND="
>=sys-libs/zlib-1.2.5.1-r2[minizip]
x11-libs/libX11
dbus? ( dev-qt/qtdbus:4 )
-   extras? ( webkit? ( dev-qt/qtwebkit:4 ) )
spell? (
enchant? ( >=app-text/enchant-1.3.0 )
!enchant? ( app-text/aspell )
@@ -148,7 +146,6 @@ src_configure() {
use xscreensaver || myconf+=" --disable-xss"
if use extras; then
use plugins && myconf+=" --enable-plugins"
-   use webkit && myconf+=" --enable-webkit"
fi
 
einfo "./configure ${myconf}"



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

2017-06-04 Thread Michael Palimaka
commit: 923109a0c1d43754fa2e2e5c53f8b5f0ac4cb3a3
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 07:16:37 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 07:16:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923109a0

net-libs/qmf: remove examples USE flag

The examples USE flag requires dev-qt/qtwebkit:4 which is ancient and will not
see further security updates.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/qmf/qmf-4.0.3.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/qmf/qmf-4.0.3.ebuild b/net-libs/qmf/qmf-4.0.3.ebuild
index 8dd808d3194..f1d6022513e 100644
--- a/net-libs/qmf/qmf-4.0.3.ebuild
+++ b/net-libs/qmf/qmf-4.0.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
@@ -22,13 +22,12 @@ 
HOMEPAGE="https://code.qt.io/cgit/qt-labs/messagingframework.git/";
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="debug doc examples icu test zlib"
+IUSE="debug doc icu test zlib"
 
 RDEPEND="
dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
dev-qt/qtsql:4
-   examples? ( dev-qt/qtwebkit:4 )
icu? ( dev-libs/icu:= )
zlib? ( sys-libs/zlib )
 "
@@ -47,9 +46,9 @@ src_prepare() {
 
sed -i -e '/SUBDIRS.*=/s/benchmarks//' messagingframework.pro || die
 
-   if ! use examples; then
-   sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || 
die
-   fi
+   # disable examples which require dev-qt/qtwebkit:4
+   sed -i -e '/SUBDIRS.*=/s/examples//' messagingframework.pro || die
+
if ! use test; then
sed -i -e '/SUBDIRS.*=/s/tests//' messagingframework.pro || die
fi



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

2017-06-04 Thread Markus Meier
commit: 4ba21d4dfe3a8bcb4ec9be91cdaec452509b6f1e
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jun  4 07:18:41 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jun  4 07:18:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba21d4d

media-gfx/hugin: version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/hugin/Manifest|  1 +
 media-gfx/hugin/hugin-2017.0_rc1.ebuild | 87 +
 2 files changed, 88 insertions(+)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index ea5223efbc3..d4c9c6c562b 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1 +1,2 @@
 DIST hugin-2016.2.0.tar.bz2 10386216 SHA256 
54ab1bc8dd94d83c02bfd4082c4454b3b33f0fa56bc17b45cf3e89be87691f15 SHA512 
9c652e685d0135afef6418bdf5fce39cec8ef1ec0dbe3a325151957c91495db0a2a3171ee04a28955a638493913c1bc800a90c37347ad17612584646c8a65510
 WHIRLPOOL 
4a61d4aa9d9362b03a04cdff192247c3d71b1e10bac5495165b870e47de2d66890c5895e94a56059df21be8c072600f7c6b18f66584979d40b755fcc1d8a9a64
+DIST hugin-2017.0rc1.tar.bz2 9803219 SHA256 
6fd0039943dad654157bf720fe844bd1ad163cfa9078822faa14fc5651690f18 SHA512 
f9bfdf8298b834988cb0f7957b261fdce07e82093609046961f4bc301d7a8dabb394e7895bda90e01334a18148486e245669a32e594bfdc49a4cd0b503b90738
 WHIRLPOOL 
4e8e938a28d15686864b900f0aac909652d62d7d64172378d87518d736654bf629634c7c5387c8cb110a49d318623f68d54c8866161898bcece55f5ecf3a5092

diff --git a/media-gfx/hugin/hugin-2017.0_rc1.ebuild 
b/media-gfx/hugin/hugin-2017.0_rc1.ebuild
new file mode 100644
index 000..ec84702f585
--- /dev/null
+++ b/media-gfx/hugin/hugin-2017.0_rc1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+WX_GTK_VER="3.0"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit python-single-r1 wxwidgets versionator cmake-utils
+
+DESCRIPTION="GUI for the creation & processing of panoramic images"
+HOMEPAGE="http://hugin.sf.net";
+SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.bz2"
+
+LICENSE="GPL-2 SIFT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru 
sk sv zh-CN zh-TW"
+IUSE="debug lapack python sift $(echo ${LANGS//\ /\ l10n_})"
+
+CDEPEND="
+   !!dev-util/cocom
+   dev-db/sqlite:3
+   dev-libs/boost:=
+   dev-libs/zthread
+   >=media-gfx/enblend-4.0
+   media-gfx/exiv2:=
+   media-libs/freeglut
+   media-libs/glew:=
+   >=media-libs/libpano13-2.9.19_beta1:0=
+   media-libs/libpng:0=
+   media-libs/openexr:=
+   media-libs/tiff:0
+   >=media-libs/vigra-1.9.0[openexr]
+   sci-libs/fftw:3.0=
+   sys-libs/zlib
+   virtual/glu
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/wxGTK:3.0=[X,opengl]
+   lapack? ( virtual/blas virtual/lapack )
+   python? ( ${PYTHON_DEPS} )
+   sift? ( media-gfx/autopano-sift-C )"
+RDEPEND="${CDEPEND}
+   media-libs/exiftool"
+DEPEND="${CDEPEND}
+   dev-cpp/tclap
+   sys-devel/gettext
+   virtual/pkgconfig
+   python? ( >=dev-lang/swig-2.0.4 )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+DOCS=( authors.txt README TODO )
+
+S=${WORKDIR}/${PN}-2017.0.0
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_HSI=$(usex python)
+   -DENABLE_LAPACK=$(usex lapack)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   use python && python_optimize
+
+   local lang
+   for lang in ${LANGS} ; do
+   case ${lang} in
+   ca) dir=ca_ES;;
+   ca-valencia) dir=ca_ES@valencia;;
+   cs) dir=cs_CZ;;
+   *) dir=${lang/-/_};;
+   esac
+   if ! use l10n_${lang} ; then
+   rm -r "${ED%/}"/usr/share/locale/${dir} || die
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-openstack-auth/

2017-06-04 Thread Justin Lecher
commit: 8a8d9054e5a7ad7078d08ae62a5c13e791465c7d
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:30:09 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8d9054

dev-python/django-openstack-auth: Version Bump

drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-openstack-auth/Manifest  |  2 +-
 .../django-openstack-auth-1.3.1.ebuild | 65 ---
 .../django-openstack-auth-3.2.0.ebuild | 75 ++
 3 files changed, 76 insertions(+), 66 deletions(-)

diff --git a/dev-python/django-openstack-auth/Manifest 
b/dev-python/django-openstack-auth/Manifest
index 1f4605cd0d3..ec83ae99768 100644
--- a/dev-python/django-openstack-auth/Manifest
+++ b/dev-python/django-openstack-auth/Manifest
@@ -1 +1 @@
-DIST django_openstack_auth-1.3.1.tar.gz 75165 SHA256 
99c6e92170656eade430d31f79ddf60e66355ff7b84caf038ab1ecc879cff9ba SHA512 
cf9b4a1c526f237a23dadab4a7e6a2bd1f80a8d6d89d9b83f4d0fb6fc4df80aba68ad344662fbeaddeca2ca8ec36856af1074da383368d85d56460ed199609aa
 WHIRLPOOL 
b99b9381ce9eb1357939b750a40f86373fcbbe411d90a23e15f2d1e77dcfab45e58ac69e4e774228dc1b0dc3d3a0649e451efc0f271e904a4241b06c80b4d8bd
+DIST django_openstack_auth-3.2.0.tar.gz 69837 SHA256 
e2a2970ddc73504afab477784c81f57c8c5c81daba55b0df30e1908acf5dd052 SHA512 
43e8d19d73c934935f73b6dcb5a5ffbb0ca49c2c7dc892cadd9a04af94091e39bf35f1833d33474f7aeee9a94040424f6ee43c5fd355d8ad971c0b4ff971d4de
 WHIRLPOOL 
c7f3ca7a9ff016c8e8043d9a63f9092cb302b2db7b8c50d3d89b7384ace4a7e3a6dc9d594cc9f8e9993eafbdd91b01cd7e90a0a9caa3c987526f2c3b8a655802

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild
deleted file mode 100644
index 51d681d06a7..000
--- a/dev-python/django-openstack-auth/django-openstack-auth-1.3.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
-HOMEPAGE="http://django_openstack_auth.readthedocs.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
-S="${WORKDIR}/django_openstack_auth-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-   >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-   =dev-python/hacking-0.10.0[${PYTHON_USEDEP}]
-   =dev-python/Babel-1.3[${PYTHON_USEDEP}]
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
-   >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] )
-   ${CDEPEND}
-   doc? ( ${CDEPEND} )"
-RDEPEND="
-   >=dev-python/django-1.4.2[${PYTHON_USEDEP}]
-   =dev-python/oslo-config-1.11.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   # Avoid warning in doc build due to missed file
-   if use doc; then
-   mkdir doc/source/_static || die
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   # under sphinx-1.3.1 the build outputs a harmless warning about change 
of
-   # html_theme setting in conf.py. priot versions will have the right 
setting
-   if use doc; then
-   sphinx-build -b html -c doc/source/ doc/source/ doc/source/html 
|| die
-   fi
-}
-
-python_test() {
-   "${PYTHON}" -m openstack_auth.tests.run_tests || die "Testsuite failed"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/source/html/. )
-   distutils-r1_python_install_all
-}

diff --git 
a/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild 
b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
new file mode 100644
index 000..9c8336ae276
--- /dev/null
+++ b/dev-python/django-openstack-auth/django-openstack-auth-3.2.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_PN=${PN//-/_}
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Django authentication backend for use with OpenStack Keystone 
Identity backend"
+HOMEPAGE=

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

2017-06-04 Thread Justin Lecher
commit: 6b420a9edb537151a20aba1bd0f19565fe2669b2
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 06:38:30 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b420a9e

dev-python/python-memcached: Add python 3.6 support

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/python-memcached/python-memcached-1.58.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-memcached/python-memcached-1.58.ebuild 
b/dev-python/python-memcached/python-memcached-1.58.ebuild
index 15b5d2eda05..979976df4e0 100644
--- a/dev-python/python-memcached/python-memcached-1.58.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.58.ebuild
@@ -3,12 +3,14 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
 DESCRIPTION="Pure python memcached client"
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ 
https://pypi.python.org/pypi/python-memcached";
+HOMEPAGE="
+   http://www.tummy.com/Community/software/python-memcached/
+   https://pypi.python.org/pypi/python-memcached";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="OSL-2.0"
@@ -16,7 +18,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
net-misc/memcached
dev-python/nose[${PYTHON_USEDEP}]



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

2017-06-04 Thread Justin Lecher
commit: f32f5d2e5b11c9a14d062eda08cff5f1646db015
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:20:11 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32f5d2e

dev-python/oslo-policy: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/oslo-policy/Manifest  |  1 +
 dev-python/oslo-policy/oslo-policy-1.23.0.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
index 5256fe1b1ec..2cb74037558 100644
--- a/dev-python/oslo-policy/Manifest
+++ b/dev-python/oslo-policy/Manifest
@@ -1 +1,2 @@
 DIST oslo.policy-1.18.0.tar.gz 64504 SHA256 
414e9a63b1976ad90b2c5ad0897f74bc269c3f5ce0c6c21448d23c4797cc76ff SHA512 
e7d92d420a54da82988aaa481dc889fba1c954097895fa62fd232f2d129c9050541b6d2f63e59718420ee8b5a35039be4deb46a184fb1a1107b7239a58a299b8
 WHIRLPOOL 
797f287a57bfd957feb9f0d3845d790bdd73ac1e87ee774fb497286ce0c93aa9af442c0fe93c26afd80583570a6336dffad554c1e4e867acfbde4a3c3c78f2e1
+DIST oslo.policy-1.23.0.tar.gz 68316 SHA256 
a84e850072731ab26ce7f74a5732c0cf0f9e6a287c2ff906481d7ba04d9e1101 SHA512 
0caea31db52c25a753f78bce27fbcabf6a2d6e1e44aeeff8fd8d70d260bfb54dc584fa2c8920009b399231fdb96aff249c9f913316f41a19677aa28a7bffa0c3
 WHIRLPOOL 
b5046a3a2b03cb39295e2e4c2064c24c533cf75ed52f81dff21a1213b0bed23d40b6231ab355f2ca820351016ec58f849e2a043511f48b8a3cf2a5bdfe0f4945

diff --git a/dev-python/oslo-policy/oslo-policy-1.23.0.ebuild 
b/dev-python/oslo-policy/oslo-policy-1.23.0.ebuild
new file mode 100644
index 000..851b0717355
--- /dev/null
+++ b/dev-python/oslo-policy/oslo-policy-1.23.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.policy";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.13.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/oslo.policy-${PV}"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2017-06-04 Thread Justin Lecher
commit: 1692204d9d7b90e6eea99d0cf53c9cdabe1e3126
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 06:46:49 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1692204d

dev-python/django-nose: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-nose/Manifest |  1 +
 dev-python/django-nose/django-nose-1.4.4.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/django-nose/Manifest b/dev-python/django-nose/Manifest
index 0680ed045e3..3a2df30d166 100644
--- a/dev-python/django-nose/Manifest
+++ b/dev-python/django-nose/Manifest
@@ -1,2 +1,3 @@
 DIST django-nose-1.3.tar.gz 25149 SHA256 
3667d26a41fec30364a0ef72580832ca5328802d553f6d6e72af5ac21cb36365 SHA512 
0e7f18d32340f912fcde96c3ed4ff63caec71ad178f9bd01e61087a228d7e93ecfd87c5d320a66093bce438561638daacd586a4ecb3198573b28607d33eb853f
 WHIRLPOOL 
0acbbe147c0e434ef641843d10f9781ef26f3dc428ba8e613165ed43d6f5d1dea27bf513d9efcbd551c38c7a1945ae3b06aafb0a6d01c8714479f0c4836f1863
 DIST django-nose-1.4.3.tar.gz 46035 SHA256 
19b8daf4cd5e66603dc58018f0384117097de18714775338cdb76a94d48d8966 SHA512 
448ecfd9759811dc123cbc4bdc2e58e697f0f4c17caf9277fb5e0eb9215205d7814d45e86b2008e8a1233ddaf14e12112cdf64b0f5d54464ce77cbf896a48981
 WHIRLPOOL 
f1c1883c0f86621b9752f9374ce30f7f4d25de7740de5d6e5b59a95a92d6786a2fe21f2fff3f699cb2c81175e60ba84e84fabbfc7079252e20f291596259482f
+DIST django-nose-1.4.4.tar.gz 44266 SHA256 
c0b904927fcc2f9d8c55ad1afa18c2e77d74f44ef162c35e07930af5a73ba4ba SHA512 
b69af1e8539f7d792e6c9ef002cb95bd144148d55850a49e2759784b68ce07e19587365beb06cc138136498c0e952f7b16067567a5a2eaa31e9f4d47b8da
 WHIRLPOOL 
23831d4ddde1c46d5e8bced2803ad861d3ef8234dc97276dedd13c954d43ca44079056c8eb2d5cb1687bdfd5039a4ea0d2b7ab36abf1e1e319253ef7112f0318

diff --git a/dev-python/django-nose/django-nose-1.4.4.ebuild 
b/dev-python/django-nose/django-nose-1.4.4.ebuild
new file mode 100644
index 000..c9dc45bc70a
--- /dev/null
+++ b/dev-python/django-nose/django-nose-1.4.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Django test runner that uses nose"
+HOMEPAGE="https://github.com/jbalogh/django-nose";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+#RESTRICT="test"  # The testsuite currently broken See notes below
+
+RDEPEND="
+   >=dev-python/nose-1.2.1[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( ${RDEPEND}
+   >=dev-python/dj-database-url-0.3.0[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   ./runtests.sh --verbose || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/

2017-06-04 Thread Justin Lecher
commit: 6808e1118b938a742dd649bcb24fb111b3449038
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 06:45:53 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6808e111

dev-python/dj-database-url: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/dj-database-url/Manifest|  1 +
 .../dj-database-url/dj-database-url-0.4.2.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/dj-database-url/Manifest 
b/dev-python/dj-database-url/Manifest
index 694f92b8ef8..0d9b3fe020f 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1 +1,2 @@
 DIST dj-database-url-0.4.0.tar.gz 4015 SHA256 
858312abb7b330ea875733a65806a36ad04d7b8451c6ce8835118a2fa10d6870 SHA512 
eea9a095f135adf7a197db949cb1ca067ff920c73fe62f510da4decd92aad7e0051bbabee4b92f0848ffc23ce6ee87ddaf0fb284b0cfba78ba0e3b5a367cccf6
 WHIRLPOOL 
ff56f7666aee983286a1faeabcbb4815e88857f1f10d2919963f7ac07b95916f363859ea22f284180e9828eb95e3a3c70c3e25eb614450c1ef0e463ee924a892
+DIST dj-database-url-0.4.2.tar.gz 4268 SHA256 
a6832d8445ee9d788c5baa48aef8130bf61fdc442f7d9a548424d25cd85c9f08 SHA512 
d18fe4e0cd4073689759c302c22e0f128d4ed1103af99a1db4dbe645fdea601837131a3f8d215143dabda64903aaeeb4706bd2082810f904cc8e74b564c5f2e3
 WHIRLPOOL 
08327f681e870c308a47f943be54a20c4c85cfc9c4c33f0d0473c96c31f55e7369621b601b98e94ff7318a7ffe47e77a75b02dc3546dc0831fe36d35c5d83aab

diff --git a/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild 
b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
new file mode 100644
index 000..0d4fc785818
--- /dev/null
+++ b/dev-python/dj-database-url/dj-database-url-0.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Use Database URLs in your Django Application"
+HOMEPAGE="
+   https://pypi.python.org/pypi/dj-database-url
+   https://github.com/kennethreitz/dj-database-url";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not contained in the tarball
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" test_dj_database_url.py || die
+}



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

2017-06-04 Thread Justin Lecher
commit: f05d2a1ec804ca1364a3dfeb2cd165cdd2428944
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:15:22 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05d2a1e

dev-python/keystoneauth: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-2.20.0.ebuild | 32 ++
 dev-python/keystoneauth/metadata.xml   |  2 +-
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 37c08200ab2..85e30ba3e89 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,4 +1,5 @@
 DIST keystoneauth1-2.12.3.tar.gz 176768 SHA256 
921e31ebe93e97f771a228296a40559ed1ab96797f589af0e9ac1189ee21364b SHA512 
85c35f6c39135176a5a0393fe56d006f5929fbec6a08f8ba03ea39ce458a8d9dde6ffdbce724bcbedfb72e7a895c9ad003d46b23884692eefa773ca9a085446a
 WHIRLPOOL 
7ff4b2f2aef099d0d0e3720e2553b5fc91dff6a80f3335583a07afcf7708dcdae0a7386ffd782932a04b739697677b6aced5b5cadf2f2ebc141c5dc0db0240d4
 DIST keystoneauth1-2.18.0.tar.gz 184966 SHA256 
075a9ca7a8877c5885fa2487699015e45260c4e6be119683effe0ad2ab1255d2 SHA512 
71c584de03f89c7e469368221847a8d32cc0ceed5afbc4eafcf886ccbbbad225587e073a7d7f36c8f3768f391e7a3b9d54454f587018b8dbf385dc676a5fee6b
 WHIRLPOOL 
4c1ba1f93d50a55ee547621416a424c68cff1d537f4b133fb2bc4673267c2e5b1b2c242ee90746774fce41d3a1cb3b8630ea4c4a4d62e21dd76ae15b84c4a617
+DIST keystoneauth1-2.20.0.tar.gz 187746 SHA256 
6bb45250f2e716302f9572f3f5440baf4b7339a93e0ea33c38ac501294da9b2e SHA512 
43d949e46f743905e6987df9f923f222bf4b5622fd395c66da4dbed626d3ba80787a9e77340caf53018c7e277366851ffbfac0812c0f75f6c9c4755eebd852fb
 WHIRLPOOL 
a7c2f38a99e69d5885f8420f1a0c06249630487f9c833015366bc90ce6c372a0aac2c2bb8104610fa0a5e9fd21d4a60ecb1fd5851c77d1787845d2a7780680ea
 DIST keystoneauth1-2.4.1.tar.gz 150586 SHA256 
61a2f4cf374b55f10a0d8250a532ccb93dff2ea81994ced15b2a34af055d4e78 SHA512 
f9e8fcea7b23001b907d643d5bf67fc4779c8729cca213b3240ef988eda9de1212b15c2031f6fd8b431aafac85e773346eda71e0b414fe967728611b6817fb05
 WHIRLPOOL 
42644ede5c0db10ffe77ef106d78764dcb49d455dbc09e3660160b9d7a9eb3453118f6777469f9779e2fca34eb9e09cf3ef759f2f27cc38b8dca8520b9febd43
 DIST keystoneauth1-2.4.2.tar.gz 151213 SHA256 
c8be35bdf5c773c385a0b9b773ec55c44c9c3ea7587179d15b2d4352ae2cbe57 SHA512 
dd3b0907c554606489081b970ad248efe52aa6593cb8584ac1d4e3b05075b6a60b8c5f159c00f5668eb0938dbed655e7135ac9b7d3d6017f2f280f69b9080122
 WHIRLPOOL 
b0b79a431b90aa78852a2a76c5f3a72081975c8f5b7e2174ded010c560f3ec205ae702722cd32cea33876f478009400e626b8a7ef750bdb15b9b7a93d7b71189

diff --git a/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild 
b/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild
new file mode 100644
index 000..472260f11c9
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-2.20.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Authenticating to an OpenStack-based cloud"
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/positional-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.13.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}1-${PV}"

diff --git a/dev-python/keystoneauth/metadata.xml 
b/dev-python/keystoneauth/metadata.xml
index 8068da268b6..89e7da46475 100644
--- a/dev-python/keystoneauth/metadata.xml
+++ b/dev-python/keystoneauth/metadata.xml
@@ -1,4 +1,4 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 




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

2017-06-04 Thread Justin Lecher
commit: b2594da004ae12bc71f1d6497b68cc7dfdf881f3
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 07:29:27 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2594da0

dev-python/hacking: Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/hacking/Manifest  |  1 +
 dev-python/hacking/hacking-0.13.0.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/dev-python/hacking/Manifest b/dev-python/hacking/Manifest
index 8c74ec6ad43..2d02f8928a8 100644
--- a/dev-python/hacking/Manifest
+++ b/dev-python/hacking/Manifest
@@ -1,4 +1,5 @@
 DIST hacking-0.10.3.tar.gz 41119 SHA256 
6368126562604370c6781710030ee3880ba365530304c8b6eb301f9714f9522a SHA512 
020f58220d6c3d09dcc1b0ab886796087c9fe4e9eccae1e331f6f2056b5b106ffa4ba2545af086cf4ee53e21bcc124fef203c7bac36456ac86f09b4c6ff07417
 WHIRLPOOL 
4ec7d4eb74d3db356476d3b5940dec0b09e52ce7edffdb41e9dcaf1ebc2c455bf945c57847d3b45c30827900eb036b7a3593b49c2dd8c406d6971d520ced58d3
+DIST hacking-0.13.0.tar.gz 49171 SHA256 
0402905b392c428d62bee2095fa6b789ca39c69d3b8ccf33bad219ddb4c03ce8 SHA512 
ca3fe0bef1c6348ee9497c136d002b04c9f67a766192d88456b749ff860528a887636b1f3db23fec336749dbf3e5bb413a1effd2261e42929d5826e54336e314
 WHIRLPOOL 
df61e75cce0b28b25f26e78e3e7d8d896635ed389b0fd003ae86fc95ab527738a410db7e08b374b09bd7c8a3b7d7485b7ec3cf17503d058d0a4173f32b05b7f7
 DIST hacking-0.8.1.tar.gz 51800 SHA256 
65390ea60215e4222d9ddbc1241a0f3e05644e4f55b305e69755ed8eab3decb5 SHA512 
9055d57dd39bc1653cd7c8773ea4ca7f9b206e8495c137570c3456dab45373b51d6f25dcd4413b5f78b7c4740f5c89d21534ee982dee542c7674bd825c96b91a
 WHIRLPOOL 
d35e577c0790fe989a2141264afe67b4d1478bf2f08edcbea62515764e10938f364f5d57b3d8d66dba2125246c9eb1afc2a9b67ad4d91bb6d1346eb382a420ac
 DIST hacking-0.9.2.tar.gz 43956 SHA256 
2a584e5bf185ee19517d4e72a852b729578aab3822ae345534e1f35338582ba4 SHA512 
76aa59b4cdfb8036d6471e35cba43d502de3a72edc3883a05822063cbb92eaa072cef3144d21ee82ac763c3385c65bc9dec4b66fda5a5a2090191ba5b6388d41
 WHIRLPOOL 
718d790fdc0a405166f3ff194bcfa4d68cb311557eb092630716a14018aca7ac94e43f3305fd66195dbd15c35322c8a9bf25e9dd08ac5ff1964800c140ddf17f
 DIST hacking-0.9.6.tar.gz 43287 SHA256 
aba204f93beb3aa60732bfe910116c9fa9756efd58f00aea66ee856e07199f50 SHA512 
e4225754a85ff474b724130a0c3d6a6b9c480a953ea35a18833378cf2a5df4687819f510b50a95f42890cc69836033a8af933bc0a5a4e330ae94532bcee189b4
 WHIRLPOOL 
fdb3de41229e8cc6f4ec5b5b3fe59546bc6e8f49de349241545f134ba10095fd7f7d6ef418f5193654618f28db092159246f9a37db2b3c0a443618882557df2b

diff --git a/dev-python/hacking/hacking-0.13.0.ebuild 
b/dev-python/hacking/hacking-0.13.0.ebuild
new file mode 100644
index 000..374b2fbf63b
--- /dev/null
+++ b/dev-python/hacking/hacking-0.13.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Nova API"
+HOMEPAGE="https://github.com/openstack-dev/hacking";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
+   =dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   

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

2017-06-04 Thread Justin Lecher
commit: 49dd29f47a6f6f2eedf1d9502bbad11fe0a5144c
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 06:47:26 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 07:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dd29f4

dev-python/django-celery: Drop old, bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-celery/Manifest  |  1 -
 .../django-celery/django-celery-3.1.16.ebuild  | 60 --
 .../django-celery/django-celery-3.1.17.ebuild  | 15 +++---
 .../django-celery-3.1.16-py3-test-failures.patch   | 39 --
 4 files changed, 9 insertions(+), 106 deletions(-)

diff --git a/dev-python/django-celery/Manifest 
b/dev-python/django-celery/Manifest
index 0ae1d789087..f7af4997ca8 100644
--- a/dev-python/django-celery/Manifest
+++ b/dev-python/django-celery/Manifest
@@ -1,2 +1 @@
-DIST django-celery-3.1.16.tar.gz 77411 SHA256 
07a9c650a1f20e040cf5fffd0bcd920a81d0734915130d898c0325c5fafb2ec4 SHA512 
8bada03237f2b6f45484fe15e985d4763944fe19b3ac7271a6b9d53058c13d903b0aba070cd813741e2a1a2c6c1d17b335f8712ca70c377d45892471ef7a59bc
 WHIRLPOOL 
a707ce0e31407e9a452d4930e93207dea31f22365a1c827dc917d9dc34d6a5c48f2bfc0aab41ce3b5a92877200265630e6fc17f7e7c80e0aac2ceb76a272a483
 DIST django-celery-3.1.17.tar.gz 79615 SHA256 
254a95b0a4386df1fd949823942f6312c80fba3c88c5efad79cad8648bc5feb5 SHA512 
fa68c85ee0eea778c5921c0373f3e7547bc644cd11d83e659fdf9bf4a80e317faca12ad3941225b073609a4716c5b9574d85c5c7063cff0fdb3deb0f1b86d225
 WHIRLPOOL 
6f01ab8aa28723720cd2ba516c9b2ecc30c28efe69fbdc72ddb18ed0fd2cfdaede6146133ec4a59f311e223a7146a7a190eaf8d9a6d8d831e46cafe668699fff

diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild 
b/dev-python/django-celery/django-celery-3.1.16.ebuild
deleted file mode 100644
index 897bfad0778..000
--- a/dev-python/django-celery/django-celery-3.1.16.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-PYTHON_REQ_USE="sqlite(+)"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Celery Integration for Django"
-HOMEPAGE="http://celeryproject.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples test"
-
-# Python testsuite fails when built against dev-python/django-1.8.5
-# with ValueError: save() prohibited to prevent data loss due to
-# unsaved related object 'interval'.
-
-PY2_USEDEP=$(python_gen_usedep 'python2*')
-RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
-   >dev-python/django-1.4[${PYTHON_USEDEP}]
-   <=dev-python/django-1.7.11[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/django-nose[${PYTHON_USEDEP}]
-   >=dev-python/coverage-3.0[${PYTHON_USEDEP}]
-   dev-python/nose-cover3[${PYTHON_USEDEP}]
-   dev-python/mock[${PY2_USEDEP}]
-   dev-python/python-memcached[${PY2_USEDEP}] )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinxcontrib-issuetracker[${PY2_USEDEP}]
-   dev-python/python-memcached[${PY2_USEDEP}]
-   )"
-
-PY27_REQUSE="$(python_gen_useflags 'python2*')"
-REQUIRED_USE="
-   doc? ( ${PY27_REQUSE} )"
-
-PATCHES=( "${FILESDIR}/${P}-py3-test-failures.patch" )
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   # https://github.com/celery/django-celery/issues/342
-   "${PYTHON}" tests/manage.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/.build/html/. )
-   use examples && local EXAMPLES=( examples/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/django-celery/django-celery-3.1.17.ebuild 
b/dev-python/django-celery/django-celery-3.1.17.ebuild
index 3f4179fc30d..3092cb13fc8 100644
--- a/dev-python/django-celery/django-celery-3.1.17.ebuild
+++ b/dev-python/django-celery/django-celery-3.1.17.ebuild
@@ -1,8 +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=( python{2_7,3_4} )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 PYTHON_REQ_USE="sqlite(+)"
 
 inherit distutils-r1 eutils
@@ -20,7 +21,8 @@ IUSE="doc examples test"
 # with ValueError: save() prohibited to prevent data loss due to
 # unsaved related object 'interval'.
 
-RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
+RDEPEND="
+   >=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
>dev-python/django-1.4[${PYTHON_USEDEP}]
https://github.com/celery/django-celery/issues/342
-   "${PYTHON}" tests/manage.py test
+   "${PYTHON}" tes

[gentoo-commits] repo/gentoo:master commit in: net-news/quiterss/

2017-06-04 Thread Michael Palimaka
commit: 8d91ca78fd4248d6d9f13a9cef48b56d013e22d7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 07:37:41 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 07:37:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d91ca78

net-news/quiterss: remove phonon and qt4 USE flags

The qt4 USE flag depends on dev-qt/qtwebkit:4 which is ancient and will not see
any future security updates, and the phonon USE flag does nothing for the qt5
build.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-news/quiterss/metadata.xml   |  4 
 net-news/quiterss/quiterss-0.18.4.ebuild | 36 +++-
 2 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/net-news/quiterss/metadata.xml b/net-news/quiterss/metadata.xml
index 329100ec2fc..56fe54721bb 100644
--- a/net-news/quiterss/metadata.xml
+++ b/net-news/quiterss/metadata.xml
@@ -5,10 +5,6 @@
 q...@gentoo.org
 Gentoo Qt Project
   
-  
-Enable sound support via media-libs/phonon
-  or dev-qt/qtphonon
-  
   
 QuiteRSS/quiterss
   

diff --git a/net-news/quiterss/quiterss-0.18.4.ebuild 
b/net-news/quiterss/quiterss-0.18.4.ebuild
index 70273ffe420..76a7d9d1ffa 100644
--- a/net-news/quiterss/quiterss-0.18.4.ebuild
+++ b/net-news/quiterss/quiterss-0.18.4.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
@@ -19,25 +19,18 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="phonon qt5"
+IUSE=""
 
 RDEPEND=">=dev-db/sqlite-3.11.1:3
-   !qt5? ( dev-qt/qtcore:4[ssl]
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[X,qt4(+)]
-   dev-qt/qtsql:4[sqlite]
-   dev-qt/qtwebkit:4
-   phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) ) )
-   qt5? ( dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsingleapplication[X,qt5(-)]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5 )"
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsingleapplication[X,qt5(-)]
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
@@ -62,12 +55,7 @@ src_configure() {
PREFIX="${EPREFIX}/usr"
SYSTEMQTSA=1
)
-   if use qt5; then
-   eqmake5 "${myqmakeargs[@]}"
-   else
-   eqmake4 "${myqmakeargs[@]}" \
-   $(usex phonon '' 'DISABLE_PHONON=1')
-   fi
+   eqmake5 "${myqmakeargs[@]}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-apple/, sys-devel/gcc-apple/files/

2017-06-04 Thread Fabian Groffen
commit: 8fbff9056ba87e92789ddcc1416e119f0d6b5bfb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jun  4 06:19:27 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jun  4 08:04:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbff905

sys-devel/gcc-apple: move large fortran patch to dist, bug #620640

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-devel/gcc-apple/Manifest   |   1 +
 .../files/gcc-apple-4.2.1_p5646-gfortran.patch | 797 -
 .../gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild  |   7 +-
 3 files changed, 6 insertions(+), 799 deletions(-)

diff --git a/sys-devel/gcc-apple/Manifest b/sys-devel/gcc-apple/Manifest
index 77bc3be9c8f..631367d36d4 100644
--- a/sys-devel/gcc-apple/Manifest
+++ b/sys-devel/gcc-apple/Manifest
@@ -1,4 +1,5 @@
 DIST gcc-5666.3.tar.gz 19367320 SHA256 
6c46f4376d11ada5be0cfc3894b9296edf574af3c616ab71803ea78edfd7015b SHA512 
31cf52a00f31bcd7c47382888152cfe9851688c8fb7b1f236197b06b8acdd96b1943d327f8fab0fd305531c99a8fbf4865b2214dc2d1a236bb8ad39f710ce931
 WHIRLPOOL 
03711b56d38b2cb3b5af735802a82ef435cf42c3aa4fa74fa754b016edea447d011e626115fe59449def14ac34422788340165faab567b6fb992d1fe1684f93d
+DIST gcc-apple-4.2.1_p5646-gfortran.patch 38284 SHA256 
c909a792b4e3ea76cbba6d8aefd712ef98506bd4e3dd275a144e5ed272c2ae22 SHA512 
94b1c7d343b780e52c213987feda7d8f7e083d7c338ab244e89e69ba5c2fc74a9695c5f38f273e4e50683ef67b4de85abd4aa0c5c2fe3a28f7bf275dbf3a
 WHIRLPOOL 
12da437da136b1d581b075b86d7a1ae8687e56fd811e0fc4b650faf2831746466358d63d34309bee9ab4254dff4f861685ecb0f5a20697ad7e77afc7cd0d7ef4
 DIST gcc-fortran-4.2.4.tar.bz2 905688 SHA256 
6fc2056cd62921b2859381749710af765a46877bd46f9fe5ef6fab0671c47e04 SHA512 
1a36587a3691b8d7ecd23938efcdfca42642b6b260a1c830f6d791bb1b8ac32953998c45d77eee2d557861d631431569503c796b61aeaea9ac5fffbce1982faa
 WHIRLPOOL 
5db1f448b3c08985ee2d0b1a9101e72733f4859184892da67268650c1010c26487b5ff15670151e67fdde5e4bd9053ed2e98b1582d1f4f99375b1bcdaf94351a
 DIST libstdcxx-16.tar.gz 64695692 SHA256 
a7d8041e50e110f5a503e188a05cb217f0c99c51f248a0a1387cc07a0b6f167f SHA512 
2f0e8d694aaaf94fc2a0463ebd4a5775865421dedb431a6f6f701a8d33078e768bef232f72e2cf1f8e2d278eb60ff54030f5ad22b43eb0643d49bc4717e96b05
 WHIRLPOOL 
fb90a1df90e60717906d227fb1dc2b8639fd063dbf6eec39d3a840dc8025c5384bd2c8b0a86158f8c072a1008ac2561e8e9f512ef4a4f84c081903154bb9d378
 DIST libstdcxx-39.tar.gz 117081330 SHA256 
aad6c0b7aa80b8117af1868d502f7aa4d042e5f33cada853a8ba75980391c6bb SHA512 
c640292c0f371069fbb635ed0385627c8abab869db93513922e19b25886864d093eef3684c49bf1ba82325f2d1d3cd1eb382ef6ea9dee039208fe99fe8653db6
 WHIRLPOOL 
ae0eba85e393ea8f14369557712e26c6662e147dec6d8ec0da0919a8290a834c7a1c0150bcc48972f111a14fcfe1501362b2b0dc9dc57aeb8456a35b74d8457e

diff --git a/sys-devel/gcc-apple/files/gcc-apple-4.2.1_p5646-gfortran.patch 
b/sys-devel/gcc-apple/files/gcc-apple-4.2.1_p5646-gfortran.patch
deleted file mode 100644
index 61176c0f68b..000
--- a/sys-devel/gcc-apple/files/gcc-apple-4.2.1_p5646-gfortran.patch
+++ /dev/null
@@ -1,797 +0,0 @@
-extracted diff from sources at:
-   http://r.research.att.com/src/gcc/
-compared to GNU GCC fortran 4.2.4
-and Apple GCC 5646
-
-with modification in disable_typechecking_for_spec_flag to allow linking
-to succeed (ld: duplicate symbol _disable_typechecking_for_spec_flag in
-libbackend.a(rs6000.o) and c-common.o)
-
 gcc-5646/gcc/fortran/Make-lang.in
-+++ gcc-5646/gcc/fortran/Make-lang.in
-@@ -73,7 +73,7 @@
- fortran/trans.o fortran/trans-array.o fortran/trans-common.o \
- fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o \
- fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-openmp.o \
--fortran/trans-stmt.o fortran/trans-types.o
-+fortran/trans-stmt.o fortran/trans-types.o fortran/fake.o
- 
- # GFORTRAN uses GMP for its internal arithmetics.
- F95_LIBS = $(GMPLIBS) $(LIBS)
-@@ -106,7 +106,7 @@
- f951$(exeext): $(F95_OBJS) \
-   $(BACKEND) $(LIBDEPS)
-   $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
--  $(F95_OBJS) $(BACKEND) $(F95_LIBS)
-+  $(F95_OBJS) $(BACKEND) $(F95_LIBS) stub-objc.o
- 
- gt-fortran-trans.h: s-gtype; @true
- #
 gcc-5646/gcc/fortran/fake.c
-+++ gcc-5646/gcc/fortran/fake.c
-@@ -0,0 +1,29 @@
-+#include 
-+#include 
-+
-+#define MK_FAKE(X) void X (void); void X (void) { fprintf(stderr, "** FATAL: 
call to an unsupported function!\n"); exit(1); }
-+
-+int c_language = 0; /* 0 is C which is the default */
-+int disable_typechecking_for_spec_flag = 0;
-+
-+MK_FAKE(build_function_call)
-+MK_FAKE(build_modify_expr)
-+MK_FAKE(build_stmt)
-+MK_FAKE(decl_attributes)
-+MK_FAKE(decl_constant_value)
-+MK_FAKE(flag_iasm_blocks)
-+MK_FAKE(iasm_addr)
-+MK_FAKE(iasm_build_bracket)
-+MK_FAKE(iasm_force_constraint)
-+MK_FAKE(iasm_get_register_var)
-+MK_FAKE(iasm_in_operands)
-+MK_FAKE(iasm_is_pseudo)
-+MK_FAKE(iasm_print_operand)
-+MK_FAKE(iasm_state)
-+MK_FAKE(looku

[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2017-06-04 Thread Fabian Groffen
commit: addfe3844bf944cabde59e07adb112dfbef3ecac
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jun  4 08:04:23 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jun  4 08:04:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addfe384

mail-client/mutt: version bump to 1.8.3

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 mail-client/mutt/Manifest  |   2 +
 mail-client/mutt/mutt-1.8.3.ebuild | 252 +
 2 files changed, 254 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index edc0a66ada7..05a8c8a4895 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -4,5 +4,7 @@ DIST mutt-1.5.24-gentoo-patches-r1.tar.bz2 118546 SHA256 
411ad728404f4e7743b82bb
 DIST mutt-1.5.24.tar.gz 3897115 SHA256 
a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200 SHA512 
f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1
 WHIRLPOOL 
35408cabab100e688f8c6d0d598f79144b7c72fb31f41a720acb9a6381e7ca94d66e640fe1178b911cfb16dfde4c982362c4c78ea203aef3a3dbcba09dcdc023
 DIST mutt-1.7.2.tar.gz 4025880 SHA256 
1553501687cd22d5b8aaee4dc5a7d9dcf6cc61d7956f6aabaadd252d10cd5ff9 SHA512 
5f13cbdf802bca80668b2f54bc66201d01bfe34c7f377b1bad88f8fa0e0c695264ff0bf6b64ae9bb6f5a3e22b6f096d2dd99fa36724937609f6f46e6a74da74e
 WHIRLPOOL 
c3a6bac41e31d79ae06ddfba1e9d8868e0cd4b54b04b3ca61ed5330f61ab56c7cf88273ae937c9de134fde01a31aebd70242afee6987177f152a5acd6d9d26b4
 DIST mutt-1.8.2.tar.gz 4118429 SHA256 
1d057bf1b565f2c38ee50c9a661654cbbe4165f98e25bfa361ebbd707d96f235 SHA512 
a5db6154c6baf96e64e9b55b866052b1dae96166b9993fd9a55dc9801a525b50539d26b68d04983f70e9cc1927d95b5b9057f153ce579398e711a24bbd04869c
 WHIRLPOOL 
338728bd97c1bad36b71fb187b2bd91b517f987049aef7ead0cb8baaefc5b2828991590569980e97b8228fe870cf77439ab01577e3c6dcc10684858be9f1a64c
+DIST mutt-1.8.3.tar.gz 4122012 SHA256 
9b81746d67ffeca5ea44f60893b70dc93c86d4bc10187d4dd360185e4d42ed42 SHA512 
8cfb4b1d42add3e8b34ba140e606e57f98d98ca685538ecb159f584635c50a7b0afaf81e09361d52a39188d4bb59a7432d01d58d030a93b0d3d92f0ee4062048
 WHIRLPOOL 
e913c06e58411feda9d91af619bc68df066355d7a7cf400fcb779db8bfb45600f28131279f571a45f088c2be6b46199758d90708d7372e143e05f1a3a462c57d
 DIST mutt-gentoo-1.7.2-patches-r1.tar.xz 143816 SHA256 
6358ee38ff32a35a0bc6449cba13b5cab406148fc068f2faa81aca16a6b5d158 SHA512 
21703bc808ae510e26ede38e1dda5d7c74cad15823154584a83209e9dbf68bf6350961e66729cf2ede78bde003f3b92567d42f9f8f89ed53643dcfa536625b7e
 WHIRLPOOL 
8b6b19da9ced5bf27d86b3143c878c8a392ffa1a3505d7f07d6a5ba5f76289f08447266be0b717179062cff3ba52155538be39f02f5af67fe4d84f9dc2a9d36c
 DIST mutt-gentoo-1.8.2-patches-r2.tar.xz 134776 SHA256 
912618e9d2bef70f60767f857641e4061ebca1df4e6b64dbb59f5cb4d1265f2b SHA512 
e261e9e146a7f6ef82fadc927536bb2113e94eb322e59d3d11147b417a2f30e03e978b58a66b576d26f1312727f140b7f548c6954f1be21776556d5136d7c908
 WHIRLPOOL 
1b761bb42c824378113d873cf47b616772690da1b0984a405a210b3bfcfd316a22815ef62b378b6f16807fe20a4888fcfc057caa961cf6832f531c4ebfb0ebf5
+DIST mutt-gentoo-1.8.3-patches-r0.tar.xz 142724 SHA256 
a4eec3dc4732cb98ac9ef3eb4c4ac7ba651a7ea7e99ebf5d33679cff84e15726 SHA512 
db4963c04deb29703f744a7e24248f44d4dc69636b42a2ee8dc3a773e847770b735b048670fe3c6d64528a8df9a04bba4fca2eebcfbe79ad11ec6108d6cf9a7e
 WHIRLPOOL 
d2d23e1a21165d2489fad716422defb5eeb0178053391c0b9fd97b141b1c663584f1af66721ffbf5feca586c53ac0403c46d5975d34bbc6ebfc9e73622a87999

diff --git a/mail-client/mutt/mutt-1.8.3.ebuild 
b/mail-client/mutt/mutt-1.8.3.ebuild
new file mode 100644
index 000..b9e0fd0f6fc
--- /dev/null
+++ b/mail-client/mutt/mutt-1.8.3.ebuild
@@ -0,0 +1,252 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils flag-o-matic autotools
+
+PATCHREV="r0"
+PATCHSET="gentoo-${PVR}/${PATCHREV}"
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
+SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
+   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
+IUSE="berkdb crypt debug doc gdbm gnutls gpg +hcache idn imap kerberos 
libressl lmdb mbox nls nntp notmuch pop qdbm sasl selinux sidebar slang smime 
smtp ssl tokyocabinet vanilla"
+REQUIRED_USE="
+   hcache?   ( ^^ ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+   imap? ( ssl )
+   pop?  ( ssl )
+   nntp? ( ssl )
+   smime?( ssl !gnutls )
+   smtp? ( ssl )
+   sasl? ( || ( imap pop smtp nntp ) )
+   kerberos? ( || ( imap pop smtp nntp ) )"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solar

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ball/

2017-06-04 Thread Michael Palimaka
commit: ba5d8019e4133db35d0b4b4d04b9248af246f80f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 08:14:01 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 08:15:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5d8019

sci-chemistry/ball: remove bogus dev-qt/qtwebkit:4 dependency

Also pin media-libs/glew to the source SLOT.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-chemistry/ball/{ball-1.4.2-r1.ebuild => ball-1.4.2-r2.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-chemistry/ball/ball-1.4.2-r1.ebuild 
b/sci-chemistry/ball/ball-1.4.2-r2.ebuild
similarity index 96%
rename from sci-chemistry/ball/ball-1.4.2-r1.ebuild
rename to sci-chemistry/ball/ball-1.4.2-r2.ebuild
index 74fc67686c5..89c96a194b6 100644
--- a/sci-chemistry/ball/ball-1.4.2-r1.ebuild
+++ b/sci-chemistry/ball/ball-1.4.2-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=6
@@ -25,8 +25,7 @@ RDEPEND="
dev-qt/qtgui:4
dev-qt/qtopengl:4
dev-qt/qttest:4
-   dev-qt/qtwebkit:4
-   media-libs/glew
+   media-libs/glew:0
sci-libs/fftw:3.0[threads?]
sci-libs/gsl
sci-libs/libsvm



[gentoo-commits] repo/gentoo:master commit in: media-video/smtube/

2017-06-04 Thread Daniel Campbell
commit: 61dbfd2cdd29094de8ebd2b5bf4d4a5c7ab4b771
Author: Daniel Campbell  gentoo  org>
AuthorDate: Sun Jun  4 08:17:36 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Sun Jun  4 08:18:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61dbfd2c

media-video/smtube: revbump wrt bug 620720

Gentoo-Bug: 620720
Gentoo-Bug-URL: https://bugs.gentoo.org/620720
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/smtube/smtube-17.5.0-r1.ebuild | 61 ++
 1 file changed, 61 insertions(+)

diff --git a/media-video/smtube/smtube-17.5.0-r1.ebuild 
b/media-video/smtube/smtube-17.5.0-r1.ebuild
new file mode 100644
index 000..36fd97f768d
--- /dev/null
+++ b/media-video/smtube/smtube-17.5.0-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="bg cs da de en_GB en es eu fr gl he_IL hr hu it ja ko ms nn_NO pl 
pt_BR pt ru sq sr tr uk zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit l10n qmake-utils
+
+DESCRIPTION="YouTube Browser for SMPlayer"
+HOMEPAGE="http://smplayer.sourceforge.net/smtube";
+SRC_URI="mirror://sourceforge/smtube/${P}.tar.bz2"
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+
+# Deps in makefile seemed to be -core, -network, -script, -gui, -webkit, but 
the
+# given packages seem to be deprecated...
+CDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+"
+DEPEND="
+   ${CDEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="
+   ${CDEPEND}
+   || ( media-video/smplayer[streaming] media-video/mpv 
media-video/mplayer media-video/vlc media-video/totem media-video/gnome-mplayer 
)
+"
+
+gen_translation() {
+   "$(qt5_get_bindir)"/lrelease ${PN}_${1}.ts
+   eend $? || die "failed to generate $1 translation"
+}
+
+src_compile() {
+   eqmake5 src/${PN}.pro
+   emake
+
+   cd "${S}"/src/translations
+   l10n_for_each_locale_do gen_translation
+}
+
+install_locale() {
+   insinto /usr/share/${PN}/translations
+   doins "${S}"/src/translations/${PN}_${1}.qm
+   eend $? || die "failed to install $1 translation"
+}
+
+src_install() {
+   dobin ${PN}
+   domenu ${PN}.desktop
+   newicon icons/${PN}_64.png ${PN}.png
+   dodoc Changelog
+
+   l10n_for_each_locale_do install_locale
+}



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

2017-06-04 Thread Jeroen Roovers
commit: 7c7150c41cff754d82e932e508058d62f9d8cbf5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jun  4 08:45:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jun  4 08:45:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7150c4

www-client/qtweb: Drop maintainership.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/qtweb/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/www-client/qtweb/metadata.xml b/www-client/qtweb/metadata.xml
index 0e82f4f6135..79d546f592a 100644
--- a/www-client/qtweb/metadata.xml
+++ b/www-client/qtweb/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   j...@gentoo.org
-   Jeroen Roovers
-   

magist3r/QtWeb




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

2017-06-04 Thread Michael Palimaka
commit: 4e8412f5c7ac675312fc7eab47f66372b36b43f1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 09:00:58 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 09:01:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e8412f5

profiles: mask sci-mathematics/freemat for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 65ce937ebf1..c9a6f979ddd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (04 Jun 2017)
+# Relies on obsolete and vulerable qtwebkit version. Dead upstream.
+# Masked for removal in 30 days. Bug #620752.
+sci-mathematics/freemat
+
 # Pacho Ramos  (02 Jun 2017)
 # Relies on obsolete and vulnerable webkit-gtk version and bundles some libs
 # (#597532). Removal in a month.



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

2017-06-04 Thread Kent Fredric
commit: 1be77bae8c646eaf16047a0ab6f0d00d0f62ecf4
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 08:18:31 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 09:04:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be77bae

dev-perl/Regexp-Util: Add w/ version 0.3.0

Required for newer Type-Tiny

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Regexp-Util/Manifest |  1 +
 dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild | 22 ++
 dev-perl/Regexp-Util/metadata.xml | 12 
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/Regexp-Util/Manifest b/dev-perl/Regexp-Util/Manifest
new file mode 100644
index 000..a180399f238
--- /dev/null
+++ b/dev-perl/Regexp-Util/Manifest
@@ -0,0 +1 @@
+DIST Regexp-Util-0.003.tar.gz 61890 SHA256 
aae41abb805bfd8a9af7963360bed6ef62c0e6ef6c36655cba565317df63c106 SHA512 
27501c4e7017e2470cd24f2b8bd8b94cc3acd266500851c5ee1f4bbe3af56285be3eeaacee95b45606bee01cead4f0a30eb7c10260d93b3e98bc432d211be2f0
 WHIRLPOOL 
a48a778826bb7111fac7321fa5219a3461f50a3f03df86686492a251450370217f62c56e4251907a5589c10e7f3e0b026c3e3deaae907850dab7884d24caf3a7

diff --git a/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild 
b/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild
new file mode 100644
index 000..b6e584d2a3f
--- /dev/null
+++ b/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="General purpose utilities for working with Regular Expressions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   virtual/perl-ExtUtils-Constant
+   test? (
+   >=virtual/perl-Test-Simple-0.920.0
+   )
+"

diff --git a/dev-perl/Regexp-Util/metadata.xml 
b/dev-perl/Regexp-Util/metadata.xml
new file mode 100644
index 000..7fe93a63a33
--- /dev/null
+++ b/dev-perl/Regexp-Util/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Regexp-Util
+Regexp::Util
+  
+



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

2017-06-04 Thread Kent Fredric
commit: a53cdcc14f27668a5563b956fa595ceae474a801
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 09:03:18 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 09:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cdcc1

dev-perl/Type-Tiny: Bump to version 1.2.0

- EAPI6
- Tests enabled w/ parallel!
- Add USE="exmaples"
- Add all recommended deps that are used somewhere internally

Upstream:
- Fix escaping within q{} in tests
- Add functions compile_named, validate_named to Type::Params
- Can use Sub::Util when available
- Better fallback for Utils::dwim_type
- Lazy-load dependencies
- Optimized HashRef,ArrayRef,ScalarRef,Map,Tuple and StrMatch
  constraints
- Inlined ::Int check checks value isn't a reference
- ArrayRef[ Int, Int ] and similar now an exception
- Improved error location reporting for Moo
- NumericCode can coerce strings with whitespace
- constraint parameters can be strings of perl code
- localise sig-die in Type::Registry
- Tuple[Int] and similar no longer report having coercions of nested
  type lacks coercions
- New CycleTuple type
- RegexpRef now accepts blessed objects if $object->isa('Regexp')
- Support for StrMatch regexp inlining via Regexp::Util
- Include trailing \n at end of stringified exceptions

Keywording:
- New dependencies, dropping keywords for: hppa, ppc

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Type-Tiny/Manifest   |  1 +
 dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild | 39 +++
 dev-perl/Type-Tiny/metadata.xml   | 38 ++
 3 files changed, 78 insertions(+)

diff --git a/dev-perl/Type-Tiny/Manifest b/dev-perl/Type-Tiny/Manifest
index cf35564ee3b..60fb1aa33d9 100644
--- a/dev-perl/Type-Tiny/Manifest
+++ b/dev-perl/Type-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Type-Tiny-1.05.tar.gz 249419 SHA256 
42ed36c011825aa1e6995a4e8638621a1b2103a0970b15764ca3919368042365 SHA512 
5817ee937384cccbea71fa69f8c2202d721c648a18eedf089529fbb956b2d050b889606e69c8bc3e1d94fb6f638b6cac01394b5534f17a8be6cdf82d69b965b6
 WHIRLPOOL 
8ac0914d07fbc186c3dcc2cdb7cc9f6288a940818958a148d6ed898849f5e4456d34fa7cd29bdd5315a1f941b2ce0e74a0f2ab9f0d15c7216ec0481a9bf88774
+DIST Type-Tiny-1.002000.tar.gz 264748 SHA256 
f37d6d6656b4f8df7b595a253e44b234fe4cd0f3eabf0528067d6651993f4bca SHA512 
da9e150011f898bd2af2adafb12124505b651f7b41e4cd9177bcf8e4148f7a7732014292f9f2099bc0b2582f4ee1809009cabe74df8002d182eceb855f6d446a
 WHIRLPOOL 
1c279846cfb650a76e02a1f9108117d3997654f1a79775dd9448fde36e5a494cbcddd7964774e4e338032b9a1b466b0552c4011168e470f2d4a4110ba8b7f490

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild
new file mode 100644
index 000..f32e44b2d09
--- /dev/null
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=1.002000
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+# Test rdep for Test::TypeTiny
+RDEPEND="
+   !=dev-perl/Exporter-Tiny-0.26.0
+   >=virtual/perl-Test-Simple-1.1.10
+   !minimal? (
+   >=dev-perl/Devel-LexAlias-0.50.0
+   dev-perl/Devel-StackTrace
+   >=dev-perl/Ref-Util-XS-0.116.0
+   >=dev-perl/Regexp-Util-0.3.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Type-Tie
+   >=dev-perl/Type-Tiny-XS-0.11.0
+   )
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   >=virtual/perl-CPAN-Meta-Requirements-2.0.0
+   test? (
+   dev-perl/Test-Warnings
+   )
+"

diff --git a/dev-perl/Type-Tiny/metadata.xml b/dev-perl/Type-Tiny/metadata.xml
index 2b9a936fc0a..3f0cbb681fd 100644
--- a/dev-perl/Type-Tiny/metadata.xml
+++ b/dev-perl/Type-Tiny/metadata.xml
@@ -5,4 +5,42 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+Type-Tiny
+Devel::TypeTiny::Perl56Compat
+Devel::TypeTiny::Perl58Compat
+Error::TypeTiny
+Error::TypeTiny::Assertion
+Error::TypeTiny::Compilation
+Error::TypeTiny::WrongNumberOfParameters
+Eval::TypeTiny
+Reply::Plugin::TypeTiny
+Test::TypeTiny
+Type::Coercion
+Type::Coercion::FromMoose
+Type::Coercion::Union
+Type::Library
+Type::Params
+Type::Parser
+Type::Registry
+Type::Tiny
+Type::Tiny::Class
+Type::Tiny::Duck
+Type::Tiny::Enum
+Type::Tiny::Intersection
+Type::Tiny::Role
+Type::Tiny::Union
+Type::Utils
+Types::Common::Numeric
+Types::Common::String
+Types::Standard
+Types::Standard::ArrayRef
+Types::Standard::CycleTuple
+Types::Standard::Dict
+Types::Standard::HashRef
+Types::Standard::Map
+Types::Standard::

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

2017-06-04 Thread Kent Fredric
commit: 11c97fdb655e366e4f496fd71ac6594da142b73b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 08:40:05 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 09:04:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c97fdb

dev-perl/Type-Tie: Add w/ version 0.9.0

Required by newer Type::Tiny

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Type-Tie/Manifest  |  1 +
 dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 28 
 dev-perl/Type-Tie/metadata.xml  | 16 
 3 files changed, 45 insertions(+)

diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest
new file mode 100644
index 000..0773a1f4a3e
--- /dev/null
+++ b/dev-perl/Type-Tie/Manifest
@@ -0,0 +1 @@
+DIST Type-Tie-0.009.tar.gz 18579 SHA256 
565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3 SHA512 
2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6
 WHIRLPOOL 
cf545fc739976646f843e5b6fcadce3cd269da2741fe748da9f9573a604a163cccd7027d4b67ba136ee3620101fa6896ed6e41344031e87706400028e6351500

diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild 
b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
new file mode 100644
index 000..1d354fa20d6
--- /dev/null
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="Tie a variable to a type constraint"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+   !minimal? (
+   dev-perl/Hash-FieldHash
+   )
+   >=dev-perl/Exporter-Tiny-0.26.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+   test? (
+   dev-perl/Test-Fatal
+   dev-perl/Test-Requires
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"

diff --git a/dev-perl/Type-Tie/metadata.xml b/dev-perl/Type-Tie/metadata.xml
new file mode 100644
index 000..93509246583
--- /dev/null
+++ b/dev-perl/Type-Tie/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Type-Tie
+Type::Tie
+Type::Tie::ARRAY
+Type::Tie::BASE
+Type::Tie::HASH
+Type::Tie::SCALAR
+  
+



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

2017-06-04 Thread Kent Fredric
commit: f3b42ad387b2b7e2218de93a0fe5e3a13a8e3f35
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 08:37:15 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 09:04:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b42ad3

dev-perl/Hash-FieldHash: Add w/ version 0.150.0

Required by Type-Tiny via Type-Tie

Previously maintained in perl-experimental since 2011-03-22 by
Kent Fredric and Torsten Veller

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild   | 37 ++
 dev-perl/Hash-FieldHash/Manifest   |  1 +
 dev-perl/Hash-FieldHash/metadata.xml   | 12 +++
 3 files changed, 50 insertions(+)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
new file mode 100644
index 000..506a5012360
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GFUJI
+DIST_VERSION=0.15
+DIST_EXAMPLES=( "example/*" "benchmark" )
+inherit perl-module
+
+DESCRIPTION="Lightweight field hash for inside-out objects"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-XSLoader-0.20.0
+   >=virtual/perl-parent-0.221.0
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-Devel-PPPort-3.190.0
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   >=virtual/perl-ExtUtils-ParseXS-2.210.0
+   >=dev-perl/Module-Build-0.400.500
+   test? (
+   >=dev-perl/Test-LeakTrace-0.70.0
+   >=virtual/perl-Test-Simple-0.620.0
+   )
+"
+
+src_prepare() {
+   # https://github.com/gfx/p5-Hash-FieldHash/issues/4
+   sed -i -e 's/use builder::MyBuilder;/use lib q[.]; use 
builder::MyBuilder;/' Build.PL \
+   || die "Can't patch Build.PL for 5.26 dot-in-inc"
+
+   perl-module_src_prepare
+}

diff --git a/dev-perl/Hash-FieldHash/Manifest b/dev-perl/Hash-FieldHash/Manifest
new file mode 100644
index 000..0d3b5e9477f
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/Manifest
@@ -0,0 +1 @@
+DIST Hash-FieldHash-0.15.tar.gz 29082 SHA256 
5c515707a5433796a5697b118ddbf1f216d13c5cd52f2b64292e76f7d9b7e8f1 SHA512 
2f42b0e7efdba03b99c9646882afc47130de1989777eb1ceaf8031769a3a11ebdaa841abedea8288b770aa27c44108846d0765f531a35d707e44a8c1f0f8036e
 WHIRLPOOL 
ece3b4870d0d2df552e383a8931984b4cb66c38f47c23fed10dc787f8c09703404fba52ec9e31aa9d4bdb09225e85b7d86b9f6541be5954170158212935d1bc3

diff --git a/dev-perl/Hash-FieldHash/metadata.xml 
b/dev-perl/Hash-FieldHash/metadata.xml
new file mode 100644
index 000..4316a069021
--- /dev/null
+++ b/dev-perl/Hash-FieldHash/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Hash-FieldHash
+Hash::FieldHash
+  
+



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

2017-06-04 Thread Michael Palimaka
commit: 8adc4b93e6f2d5429fd447b098ac2b941fe52d19
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 09:05:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 09:06:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8adc4b93

profiles: mask www-clienet/qtweb for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c9a6f979ddd..c375a778ff9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 
 # Michael Palimaka  (04 Jun 2017)
 # Relies on obsolete and vulerable qtwebkit version. Dead upstream.
+# Masked for removal in 30 days. Bug #620758.
+www-client/qtweb
+
+# Michael Palimaka  (04 Jun 2017)
+# Relies on obsolete and vulerable qtwebkit version. Dead upstream.
 # Masked for removal in 30 days. Bug #620752.
 sci-mathematics/freemat
 



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

2017-06-04 Thread Kent Fredric
commit: 488226441c2168a105df468bd89af88d54a3d724
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 09:18:05 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 09:18:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48822644

dev-perl/Date-Manip: Bump to version 6.590.0

Upstream:
- Fixes for MMT mappings
- Documentation fixes

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild | 37 +++
 dev-perl/Date-Manip/Manifest  |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild
new file mode 100644
index 000..40d715307ce
--- /dev/null
+++ b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SBECK
+DIST_VERSION=6.59
+
+inherit perl-module
+
+DESCRIPTION="Perl date manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
+IUSE="elibc_musl test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Encode
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   virtual/perl-Storable
+   elibc_musl? ( sys-libs/timezone-data )
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.670.100
+   test? (
+   dev-perl/Test-Inter
+   virtual/perl-Test-Simple
+   )
+"
+
+src_test() {
+   perl_rm_files t/pod_coverage.t t/pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Date-Manip/Manifest b/dev-perl/Date-Manip/Manifest
index a82767657ce..78a77194579 100644
--- a/dev-perl/Date-Manip/Manifest
+++ b/dev-perl/Date-Manip/Manifest
@@ -3,3 +3,4 @@ DIST Date-Manip-6.52.tar.gz 1833161 SHA256 
3f7b31a0d9f47a111e1a128e708d4c1ee0f68
 DIST Date-Manip-6.56.tar.gz 1829314 SHA256 
acae07026b84d157f161d569b41026f4770e72872a5c7d70c295e2083a1ff5ec SHA512 
1faf36ab2d96b5841ffd408b981818cb86ca12c327adbc2b29e8369ab63d9cd6a57b1cce232ad46333945d0be4b155761038df19da3f1a0a3f3b66d817c41337
 WHIRLPOOL 
83b4fddc154dbc9ecb0b29e19e40f41fdd364d9312e7f0c53ad835fbf0bb19bf5bc0c8918feef5b266ac4403b48c02ac133982b46ff7be140412df60afd8e5a8
 DIST Date-Manip-6.57.tar.gz 1831444 SHA256 
864c1e71a62db5f58fd570ddf82259feb025203a58187fdddec96824f54e2f76 SHA512 
c2dbe195cfcc4c60f5b120fb4af0d487a6d3713b874f48a78c0ebf32364c2062c68e03bbc72a9ad54c25a3b6dada7a3b2041f16755665e93206de1320a88ba9a
 WHIRLPOOL 
ea35b247c79cafaa57f7ca391f3445f8936278f2d184b42dbb63f970759cbe4c6d2c75186cba9ec545215a071348267a6a9d6d66707ddcd498a73613ef6531e3
 DIST Date-Manip-6.58.tar.gz 1820488 SHA256 
485eec6c00141c477941598de7081746f57365b9705d4a751fb1d164ded2b363 SHA512 
f2f2b7e5655f31135134284a993194777313ca1f07e8869daf4850a48dbe8e5fe7fccdcd1caa82d07234fd29e5f1c74e44bc2c3c10cc6f84541b317493b40c6d
 WHIRLPOOL 
a7555c44531e07afdebcd2221e58985e9f6008b93a4f875fe76cdc85eb501def37bda103b60a7639cb5ae4d4e36ba77ab3076e17bf53c6d69fe1e3925abcad96
+DIST Date-Manip-6.59.tar.gz 1825069 SHA256 
50c71db870008dfd22f42e2e55a392a9a337a44ebbc86e98be5d209b5b0b8a12 SHA512 
ec1217cdedf4901d4b1165f1d4e1213c66a49144f7d06fba697d1216cd9e59a900ef441b9fab98990b0ef9e54a88ac27e27c336dfafcc19a1e9343c9a1e7c801
 WHIRLPOOL 
703afccadda458a94357590a094e275834cba473c38b2fd767e3d2ff9bc03873cfe466de5bc751a0b8e543d5de5260bc2eaffd34986c880a94ff1ca9e93c603a



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/merkaartor/

2017-06-04 Thread Andreas Sturmlechner
commit: 0bc29c73699c8115f225e9bce6bc0e4e7b798d7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 09:40:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:25:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc29c73

sci-geosciences/merkaartor: Drop USE=qt5,qrcode

USE !qt5 depends on dev-qt/qtwebkit:4 which is ancient and will never
see any security updates.

Gentoo-bug: 620746

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../merkaartor/merkaartor-0.18.3-r1.ebuild | 64 ++
 sci-geosciences/merkaartor/metadata.xml|  1 -
 2 files changed, 16 insertions(+), 49 deletions(-)

diff --git a/sci-geosciences/merkaartor/merkaartor-0.18.3-r1.ebuild 
b/sci-geosciences/merkaartor/merkaartor-0.18.3-r1.ebuild
index 9f96ba78ff5..30b1ceb20cd 100644
--- a/sci-geosciences/merkaartor/merkaartor-0.18.3-r1.ebuild
+++ b/sci-geosciences/merkaartor/merkaartor-0.18.3-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
@@ -7,46 +7,34 @@ PLOCALES="ar cs de en es et fr hr hu id_ID it ja nl pl pt_BR 
pt ru sk sv uk vi z
 
 inherit fdo-mime gnome2-utils l10n qmake-utils
 
-DESCRIPTION="A Qt based map editor for the openstreetmap.org project"
+DESCRIPTION="Qt based map editor for the openstreetmap.org project"
 HOMEPAGE="http://www.merkaartor.be https://github.com/openstreetmap/merkaartor";
 SRC_URI="https://github.com/openstreetmap/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug exif gps libproxy qrcode qt5"
-
-REQUIRED_USE="qrcode? ( !qt5 )"
+IUSE="debug exif gps libproxy"
 
 RDEPEND="
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtsingleapplication[qt4]
-   dev-qt/qtsvg:4
-   dev-qt/qtwebkit:4
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   )
-   dev-qt/qtsingleapplication[X,qt5?]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtsingleapplication[X,qt5]
>=sci-libs/gdal-1.6.0
>=sci-libs/proj-4.6
sys-libs/zlib
exif? ( media-gfx/exiv2:= )
gps? ( >=sci-geosciences/gpsd-3.13[cxx] )
libproxy? ( net-libs/libproxy )
-   qrcode? ( media-gfx/zbar[qt4] )
 "
 DEPEND="${RDEPEND}
-   qt5? ( dev-qt/linguist-tools:5 )
+   dev-qt/linguist-tools:5
virtual/pkgconfig
 "
 
@@ -62,11 +50,7 @@ src_prepare() {
 
if [[ -n "$(l10n_get_locales)" ]]; then
l10n_for_each_disabled_locale_do my_rm_loc
-   if use qt5 ; then
-   $(qt5_get_bindir)/lrelease src/src.pro || die
-   else
-   $(qt4_get_bindir)/lrelease src/src.pro || die
-   fi
+   $(qt5_get_bindir)/lrelease src/src.pro || die
fi
 
# build system expects to be building from git
@@ -75,8 +59,7 @@ src_prepare() {
 
 src_configure() {
# TRANSDIR_SYSTEM is for bug #385671
-   if use qt5 ; then
-   eqmake5 \
+   eqmake5 \
PREFIX="${ED}usr" \
LIBDIR="${ED}usr/$(get_libdir)" \
TRANSDIR_MERKAARTOR="${ED}usr/share/${PN}/translations" \
@@ -87,23 +70,8 @@ src_configure() {
GEOIMAGE="$(usex exif '1' '0')" \
GPSDLIB="$(usex gps '1' '0')" \
LIBPROXY="$(usex libproxy '1' '0')" \
-   ZBAR="$(usex qrcode '1' '0')" \
-   Merkaartor.pro
-   else
-   eqmake4 \
-   PREFIX="${ED}usr" \
-   LIBDIR="${ED}usr/$(get_libdir)" \
-   TRANSDIR_MERKAARTOR="${ED}usr/share/${PN}/translations" \
-   TRANSDIR_SYSTEM="${EPREFIX}/usr/share/qt4/translations" \
-   SYSTEM_QTSA=1 \
-   RELEASE=1 \
-   NODEBUG="$(usex debug '0' '1')" \
-   GEOIMAGE="$(usex exif '1' '0')" \
-   GPSDLIB="$(usex gps '1' '0')" \
-   LIBPROXY="$(usex libproxy '1' '0')" \
-   ZBAR="$(usex qrcode '1' '0')" \
+   ZBAR=0 \
Merkaartor.pro
-   fi
 }
 
 pkg_preinst() {

diff --git a/sci-geosciences/merkaartor/metadata.xml 
b/sci-geosciences/merkaartor/metadata.xml
index 0182aec4c09..47721d5d2eb 100644
--- a/sci-geosciences/merkaartor/metadata.xml
+++ b/sci-geosciences/merkaartor/metadata.xml
@@ -7,7 +7,6 @@


   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/, sci-geosciences/qgis/files/

2017-06-04 Thread Andreas Sturmlechner
commit: 7879a7c8176a4ca10e5597adc85cbdb21d776e63
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 09:13:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:25:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7879a7c8

sci-geosciences/qgis: 2.18.9 version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sci-geosciences/qgis/Manifest  |   1 +
 .../qgis-2.18.9-broken-psycopg2-encoding.patch |  32 +++
 .../qgis-2.18.9-dbmanager-plugin-exceptions.patch  |  89 
 .../qgis-2.18.9-fix-plugin-config-settings.patch   |  23 +++
 .../files/qgis-2.18.9-uncaught-exception.patch |  40 
 sci-geosciences/qgis/qgis-2.18.9.ebuild| 226 +
 6 files changed, 411 insertions(+)

diff --git a/sci-geosciences/qgis/Manifest b/sci-geosciences/qgis/Manifest
index 30daa171447..11391f1e144 100644
--- a/sci-geosciences/qgis/Manifest
+++ b/sci-geosciences/qgis/Manifest
@@ -1,3 +1,4 @@
 DIST qgis-2.18.3.tar.bz2 83508061 SHA256 
743f4f22f8a17b1fd0ae575ed4da1d20ab1fe06561564d097b75c21fddf9b394 SHA512 
6d2256cf85ebc1f1ddd3636f8a48284de95c42e3adb26e780b4847208c5ead80dd6a44c1a11d263bcc15bfbd7337d62d10b738ad8a7076382dbe4c4a011ff6fc
 WHIRLPOOL 
d342b3d0dd211c63f49e9b3292a585e6fd64d5837cd9bf4fe7bb53a9bd437220d7f5274b012d2732196bd5425388fa9a985fc5d342be5aee9e7fd0d008ca9c48
 DIST qgis-2.18.7.tar.bz2 84928689 SHA256 
ab05060e6b91909f61a21205ee12ddf79ebd85a7d7b81ab3b7dabfd032aa2e5b SHA512 
e7908ebe8049d0ca2e99980ba8ac6e9b6941811c96d6139db87072315404987da0ec7272f77abacaddf5fb4bd540a0be7f64e44662fa32d2d4eb11b85421744d
 WHIRLPOOL 
25320b1bacaeaf1486aa6a95b8df32e0a1b4713aedb5237f46e7aa538ef682b9cbd9eff70914727e426193fb0821df437e4732b118e71a4e12d90308cbbb066f
+DIST qgis-2.18.9.tar.bz2 84453524 SHA256 
a922af0e4b3bcf8e790d7fc50752bc96771abfc2d093365cb3260b45c27225a1 SHA512 
2495d9bc4f22f22882beb322d01465dd456a6db8a59a7e8e8056555b6ab4c895e9fc70d423f36a856d3a3b890bb3fbab607f7fd34736a8d2bc69f29bf1d91ca4
 WHIRLPOOL 
cfc6006eed3e948407eea79c57eb543be700d99ff0eb38e07263ec8659dee4ceafac8879dc95ac7b275efe44708d4a949d71dfd9800e8a9cb013527aabcea8e3
 DIST qgis_sample_data.tar.gz 13601736 SHA256 
a31c54056776e8476e1f959870830f850423645cfb80d88811f3b365c29f2b4a SHA512 
5847d7b32e5f75e771adf6b959847024f55b2360c307bd80e5628595fc53f5aaca18adf6cb00fa027a7e7b326c7f72bab58df16674daf20b77c676e163d93f78
 WHIRLPOOL 
fe7746f8a72807742427c6fb70f1453e195be75322d5784adc484ac14b0eae55569dbded7468ea2ba0c34781fe14918e07a5a187dca82bff551c6117f941d7f5

diff --git 
a/sci-geosciences/qgis/files/qgis-2.18.9-broken-psycopg2-encoding.patch 
b/sci-geosciences/qgis/files/qgis-2.18.9-broken-psycopg2-encoding.patch
new file mode 100644
index 000..b6eb1d17159
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-2.18.9-broken-psycopg2-encoding.patch
@@ -0,0 +1,32 @@
+From 2c8e03de391ac8a878d56e0a491c6a70b7a4c589 Mon Sep 17 00:00:00 2001
+From: Borys Jurgiel 
+Date: Sat, 3 Jun 2017 16:54:54 +0200
+Subject: [PATCH] [PROCESSING] [regression] One more fix for broken encoding of
+ psycopg2 error messages
+
+---
+ python/plugins/processing/tools/postgis.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/python/plugins/processing/tools/postgis.py 
b/python/plugins/processing/tools/postgis.py
+index 69fab99b7f4..96c88f95f63 100644
+--- a/python/plugins/processing/tools/postgis.py
 b/python/plugins/processing/tools/postgis.py
+@@ -205,7 +205,7 @@ def __init__(self, host=None, port=None, dbname=None, 
user=None,
+ break
+ except psycopg2.OperationalError as e:
+ if i == 3:
+-raise DbError(unicode(e))
++raise DbError(unicode(e.pgerror, 
e.cursor.connection.encoding, 'replace'))
+ 
+ err = unicode(e)
+ user = self.uri.username()
+@@ -821,7 +821,7 @@ def _exec_sql(self, cursor, sql):
+ try:
+ cursor.execute(sql)
+ except psycopg2.Error as e:
+-raise DbError(unicode(e), e.cursor.query)
++raise DbError(unicode(e.pgerror, e.cursor.connection.encoding, 
'replace'), e.cursor.query)
+ 
+ def _exec_sql_and_commit(self, sql):
+ """Tries to execute and commit some action, on error it rolls

diff --git 
a/sci-geosciences/qgis/files/qgis-2.18.9-dbmanager-plugin-exceptions.patch 
b/sci-geosciences/qgis/files/qgis-2.18.9-dbmanager-plugin-exceptions.patch
new file mode 100644
index 000..0b780c22ca6
--- /dev/null
+++ b/sci-geosciences/qgis/files/qgis-2.18.9-dbmanager-plugin-exceptions.patch
@@ -0,0 +1,89 @@
+From dae921c51f85f2dde2bab9b18a0d7c7c31bc700b Mon Sep 17 00:00:00 2001
+From: Luigi Pirelli 
+Date: Thu, 11 May 2017 17:40:32 +0200
+Subject: [PATCH] [DB Manager] previewing layers in Virtual layers section
+ remove them from the Layers panel: fixies #16476 plus more vlayer db_manager
+ plugin fixes to reduce (but can't avoid) exceptions 

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

2017-06-04 Thread Kent Fredric
commit: 5b6ec614b551607143fe1251d95f1ad56c69afb0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Jun  4 10:26:37 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Jun  4 10:26:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6ec614

dev-perl/Date-Manip: Ensure tests are run under TZ=UTC

On a stock gentoo install from stage 3, the TZ is set to "factory",
and unless this is changed, this causes these tests to fail.

As the point of tests are to ensure the code works, not to ensure
the users system is an arbitrary definition of sane, these tests
failing do more harm than good.

It may be worth adding additional check code to warn the user of this
condition, as its still there even for users who dont' run tests,
and a customized warning will give more gentoo-specific help than
some generic perl failure can.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild | 2 +-
 dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild | 2 +-
 dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild | 2 +-
 dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild | 2 +-
 dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild | 2 +-
 dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild
index 5f74d8994cb..80e9134c98d 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.510.0.ebuild
@@ -36,5 +36,5 @@ mydoc="HISTORY"
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }

diff --git a/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild
index cdbefe8b1d3..91656ab8096 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.520.0.ebuild
@@ -34,5 +34,5 @@ mydoc="HISTORY"
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }

diff --git a/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild
index 911ba475c8a..ef055447d44 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.560.0.ebuild
@@ -36,5 +36,5 @@ DEPEND="${RDEPEND}
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }

diff --git a/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild
index fd928284efd..ccad9edb31e 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.570.0.ebuild
@@ -33,5 +33,5 @@ DEPEND="${RDEPEND}
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }

diff --git a/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild
index 0a571d62778..0dc45263a21 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.580.0.ebuild
@@ -33,5 +33,5 @@ DEPEND="${RDEPEND}
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }

diff --git a/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild
index 40d715307ce..bbb5c27d794 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.590.0.ebuild
@@ -33,5 +33,5 @@ DEPEND="${RDEPEND}
 
 src_test() {
perl_rm_files t/pod_coverage.t t/pod.t
-   perl-module_src_test
+   TZ=UTC perl-module_src_test
 }



[gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/

2017-06-04 Thread Agostino Sarubbo
commit: f2194730453920ba485bb6cd1ae7254f062646a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:31:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:31:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2194730

app-portage/tatt: amd64 stable wrt bug #620512

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/tatt/tatt-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.4.ebuild b/app-portage/tatt/tatt-0.4.ebuild
index 53f3d133157..d19585e1428 100644
--- a/app-portage/tatt/tatt-0.4.ebuild
+++ b/app-portage/tatt/tatt-0.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 699c18163cec294ae0d702af7ac3b636e0af9a3a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699c1816

app-emulation/libvirt: amd64 stable wrt bug #620518

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/libvirt/libvirt-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-3.3.0.ebuild 
b/app-emulation/libvirt/libvirt-3.3.0.ebuild
index 674ea5e9798..25e5664cd70 100644
--- a/app-emulation/libvirt/libvirt-3.3.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.3.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="amd64"
SLOT="0"
 else
# Versions with 4 numbers are stable updates:
@@ -18,7 +18,7 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz";
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
SLOT="0/${PV}"
 fi
 



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

2017-06-04 Thread Agostino Sarubbo
commit: 061583d993da698365835f13ad4ea74a3abbf70c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:31:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:31:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061583d9

dev-python/bottleneck: amd64 stable wrt bug #606018

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/bottleneck/bottleneck-1.0.0.ebuild 
b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
index 691f620eccf..5842f4e0caa 100644
--- a/dev-python/bottleneck/bottleneck-1.0.0.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/B/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 6b53953c53ad1369736895c45393cbc62cec4555
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:34:04 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:34:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b53953c

net-ftp/filezilla: amd64 stable wrt bug #610554

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/filezilla/filezilla-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/filezilla/filezilla-3.25.2.ebuild 
b/net-ftp/filezilla/filezilla-3.25.2.ebuild
index 17003f08647..7ca3a8e8ea1 100644
--- a/net-ftp/filezilla/filezilla-3.25.2.ebuild
+++ b/net-ftp/filezilla/filezilla-3.25.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="dbus nls test"
 
 # pugixml 1.7 minimal dependency is for c++11 proper configuration



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

2017-06-04 Thread Agostino Sarubbo
commit: 2034a9cde79d1f3b46a2f8b84b10d932afa7fe51
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:33:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:33:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2034a9cd

net-irc/konversation: amd64 stable wrt bug #620656

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-irc/konversation/konversation-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-1.7.2.ebuild 
b/net-irc/konversation/konversation-1.7.2.ebuild
index 0157da75bbc..aef93c0 100644
--- a/net-irc/konversation/konversation-1.7.2.ebuild
+++ b/net-irc/konversation/konversation-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konver
 SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+crypt"
 
 DEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: bbd53f3c19e2c9b1fe2940c2455de55ad5b615a3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd53f3c

app-admin/logrotate: amd64 stable wrt bug #620522

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-admin/logrotate/logrotate-3.12.2.ebuild 
b/app-admin/logrotate/logrotate-3.12.2.ebuild
index aec656ec036..d700644cc10 100644
--- a/app-admin/logrotate/logrotate-3.12.2.ebuild
+++ b/app-admin/logrotate/logrotate-3.12.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl +cron selinux"
 
 CDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: be79cb4c1188d592542fb0faf42ea0246c95fd82
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:33:58 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be79cb4c

dev-libs/libfilezilla: amd64 stable wrt bug #610554

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
index f55baf0c24b..c667972e2f7 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-06-04 Thread Agostino Sarubbo
commit: 05641009bf56258b9a7a3bb8403fbb73215d0a57
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:31:14 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:31:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05641009

dev-cpp/muParser: amd64 stable wrt bug #620514

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/muParser/muParser-2.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/muParser/muParser-2.2.5.ebuild 
b/dev-cpp/muParser/muParser-2.2.5.ebuild
index fd03ab26a69..f4ede7345d0 100644
--- a/dev-cpp/muParser/muParser-2.2.5.ebuild
+++ b/dev-cpp/muParser/muParser-2.2.5.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="doc test"
 
 S=${WORKDIR}/muparser-${PV}



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

2017-06-04 Thread Agostino Sarubbo
commit: 1d1a9daf372fa2cb1bc1c513ff94224d75b1e5df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:31:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:31:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1a9daf

media-sound/kid3: amd64 stable wrt bug #620530

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/kid3/kid3-3.4.5.ebuild 
b/media-sound/kid3/kid3-3.4.5.ebuild
index b7a7ddaa8d0..6e7a7174d66 100644
--- a/media-sound/kid3/kid3-3.4.5.ebuild
+++ b/media-sound/kid3/kid3-3.4.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="acoustid flac kde mp3 mp4 +taglib vorbis"
 
 REQUIRED_USE="flac? ( vorbis )"



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

2017-06-04 Thread Agostino Sarubbo
commit: 8acd7b8312d189a8f4fdba00a4d5ea8eff6551c8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:32 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acd7b83

dev-python/oct2py: amd64 stable wrt bug #600614

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild 
b/dev-python/oct2py/oct2py-3.6.0.ebuild
index 652d50bb9da..075caae4487 100644
--- a/dev-python/oct2py/oct2py-3.6.0.ebuild
+++ b/dev-python/oct2py/oct2py-3.6.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 726558f0ed8257027df6ae65a1e3f9e3c519c21a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:33:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:33:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726558f0

media-gfx/krita: amd64 stable wrt bug #620534

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/krita/krita-3.1.4.ebuild 
b/media-gfx/krita/krita-3.1.4.ebuild
index c5724d007e9..93ac76c58e4 100644
--- a/media-gfx/krita/krita-3.1.4.ebuild
+++ b/media-gfx/krita/krita-3.1.4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.kde.org/applications/graphics/krita/ 
https://krita.org/";
 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="color-management fftw +gsl +jpeg openexr pdf qtmedia +raw tiff vc"
 
 COMMON_DEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 085be55bf7cebc72697088b65be282317c704689
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085be55b

net-mail/tnef: amd64 stable wrt bug #618658

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 19c02d87cd4..164972ba9d0 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/verdammelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 src_prepare() {
default



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

2017-06-04 Thread Agostino Sarubbo
commit: 5a56faf2d55bba41c5b68cbff850fb90fd22b3d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:34:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:34:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a56faf2

app-misc/asciinema: amd64 stable wrt bug #620506

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/asciinema/asciinema-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/asciinema/asciinema-1.4.0.ebuild 
b/app-misc/asciinema/asciinema-1.4.0.ebuild
index d293a38ae60..207d700d9a1 100644
--- a/app-misc/asciinema/asciinema-1.4.0.ebuild
+++ b/app-misc/asciinema/asciinema-1.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 
 DEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 67ff5e5e2db6e2aa9106b93e0617b598d1a124c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:33:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:33:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ff5e5e

media-gfx/darktable: amd64 stable wrt bug #620718

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/darktable/darktable-2.2.4.ebuild 
b/media-gfx/darktable/darktable-2.2.4.ebuild
index ce3aaad04ef..768bdc5f4be 100644
--- a/media-gfx/darktable/darktable-2.2.4.ebuild
+++ b/media-gfx/darktable/darktable-2.2.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_P
 
 LICENSE="GPL-3 CC-BY-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk"
 # TODO add lua once dev-lang/lua-5.2 is unmasked
 IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick 
jpeg2k kwallet libsecret



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

2017-06-04 Thread Agostino Sarubbo
commit: 3b2131a66c02bc495c77504658dd6db642f7bc78
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:24 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2131a6

dev-python/libvirt-python: amd64 stable wrt bug #620518

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/libvirt-python/libvirt-python-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
index f93eb35e154..c7930e15b36 100644
--- a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
@@ -13,11 +13,11 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="amd64"
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"



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

2017-06-04 Thread Agostino Sarubbo
commit: a6b9384b53ec2dd6ff6ef23c60daa99225918eaf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:32:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:32:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b9384b

net-analyzer/testssl: amd64 stable wrt bug #620508

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/testssl/testssl-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/testssl/testssl-2.8.ebuild 
b/net-analyzer/testssl/testssl-2.8.ebuild
index ebfed00b9c5..20712e46f34 100644
--- a/net-analyzer/testssl/testssl-2.8.ebuild
+++ b/net-analyzer/testssl/testssl-2.8.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2 bundled-openssl? ( openssl )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="bundled-openssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/

2017-06-04 Thread Agostino Sarubbo
commit: fac1397dac0b21e2ef1233882e8627e6ca62a7f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:33:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:33:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac1397d

app-arch/bzip2: amd64 stable wrt bug #620466

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
index c5e3c31b4f8..53cabe6bf31 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz";
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 PATCHES=(



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

2017-06-04 Thread Agostino Sarubbo
commit: defa171e7511be9e8d1c118b7507593ac8443f52
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:34:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:34:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defa171e

app-admin/packagekit-qt: amd64 stable wrt bug #620028

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild 
b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
index 08e0031923a..2ec47027f99 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.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,7 +14,7 @@ 
SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-06-04 Thread Sergei Trofimovich
commit: 9278d0910d514546bf021cd1c3da543bf5895440
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 10:35:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 10:36:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9278d091

dev-python/numpy: ia64 stable, bug #572858

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/numpy/numpy-1.10.4.ebuild 
b/dev-python/numpy/numpy-1.10.4.ebuild
index 33c19563a58..4622631ac29 100644
--- a/dev-python/numpy/numpy-1.10.4.ebuild
+++ b/dev-python/numpy/numpy-1.10.4.ebuild
@@ -24,7 +24,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 # It appears the docs haven't been upgraded, still @ 1.8.1
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc lapack test"
 
 RDEPEND="



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

2017-06-04 Thread Andreas Sturmlechner
commit: 5866e78417458166073c10317ccf028d3f79a37a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 10:36:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:41:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5866e784

media-gfx/krita: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/krita/Manifest  |  1 -
 media-gfx/krita/krita-3.1.2-r2.ebuild | 94 ---
 2 files changed, 95 deletions(-)

diff --git a/media-gfx/krita/Manifest b/media-gfx/krita/Manifest
index 2260d07e4e5..d7276d4cc54 100644
--- a/media-gfx/krita/Manifest
+++ b/media-gfx/krita/Manifest
@@ -1,2 +1 @@
-DIST krita-3.1.2.1.tar.gz 209242179 SHA256 
934ed82c3f4e55e7819b327c838ea2f307d3bf3d040722501378b01d76a3992d SHA512 
09ca30579b0f32d0b1ca3a7ebfbf456b80fd3f14d2e8c2be1529c398b983a89753e39b325eea23d78e61381f7b7fc9aa1a187d3bf4b1a78c1d317cd5d7f305ac
 WHIRLPOOL 
30a0967efa184f544010a44229bc5d88daaf014316b73da43f922f32489a5b8e1a1039401a035018ffda716a390a80d011deba855c14500eb35f5a49b41c451d
 DIST krita-3.1.4.tar.gz 209778186 SHA256 
741837b0d12afa795dbbca45d5efc78966f3041dbfb22a268c101c7dc23e82aa SHA512 
6695d8d09552de2d98cb4a8fac1aefc6b5e35df50d7b72c088f11a25af54574b303a7445b4a9cb099844cdf0729a185f03fd208ab2f98329123398fd54a374df
 WHIRLPOOL 
9b8819432594d10377ef6db5adaca06193044203ae5b870a2f014171c817dd2ffc251bd20af0a05183251a798d06fc6aa7b33c1a640879af3ac3c01c0e9869e7

diff --git a/media-gfx/krita/krita-3.1.2-r2.ebuild 
b/media-gfx/krita/krita-3.1.2-r2.ebuild
deleted file mode 100644
index 12d8dfab0db..000
--- a/media-gfx/krita/krita-3.1.2-r2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="Free digital painting application. Digital Painting, Creative 
Freedom!"
-HOMEPAGE="https://www.kde.org/applications/graphics/krita/ https://krita.org/";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.1.tar.gz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ~x86"
-IUSE="color-management fftw +gsl +jpeg openexr pdf qtmedia +raw tiff vc"
-
-COMMON_DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemmodels)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtconcurrent)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui '-gles2')
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   $(add_qt_dep qtxml)
-   dev-libs/boost:=
-   media-gfx/exiv2:=
-   media-libs/lcms
-   media-libs/libpng:0=
-   net-misc/curl
-   sys-libs/zlib
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXi
-   color-management? ( media-libs/opencolorio )
-   fftw? ( sci-libs/fftw:3.0= )
-   gsl? ( sci-libs/gsl:= )
-   jpeg? ( virtual/jpeg:0 )
-   openexr? (
-   media-libs/ilmbase:=
-   media-libs/openexr
-   )
-   pdf? ( app-text/poppler[qt5] )
-   qtmedia? ( $(add_qt_dep qtmultimedia) )
-   raw? ( media-libs/libraw:= )
-   tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/eigen:3
-   dev-lang/perl
-   sys-devel/gettext
-   vc? ( >=dev-libs/vc-1.1.0 )
-"
-RDEPEND="${COMMON_DEPEND}
-   !app-office/calligra:4[calligra_features_krita]
-   !app-office/calligra-l10n:4[calligra_features_krita(+)]
-"
-
-S="${WORKDIR}/${P}.1"
-
-PATCHES=( "${FILESDIR}"/${PN}-vc-fix-gcc49-abi.patch )
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package color-management OCIO)
-   $(cmake-utils_use_find_package fftw FFTW3)
-   $(cmake-utils_use_find_package gsl GSL)
-   $(cmake-utils_use_find_package jpeg JPEG)
-   $(cmake-utils_use_find_package openexr OpenEXR)
-   $(cmake-utils_use_find_package pdf Poppler)
-   $(cmake-utils_use_find_package qtmedia Qt5Multimedia)
-   $(cmake-utils_use_find_package raw LibRaw)
-   $(cmake-utils_use_find_package tiff TIFF)
-   $(cmake-utils_use_find_package vc Vc)
-   )
-
-   kde5_src_configure
-}



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

2017-06-04 Thread Andreas Sturmlechner
commit: 55e70059af2f9079dd5f13c10e7515e15f95efcd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 10:40:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:41:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e70059

media-gfx/krita: Re-add krita-vc-fix-gcc49-abi.patch

Gentoo-bug: 596740

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-gfx/krita/krita-3.1.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-gfx/krita/krita-3.1.4.ebuild 
b/media-gfx/krita/krita-3.1.4.ebuild
index 93ac76c58e4..0b60191a36a 100644
--- a/media-gfx/krita/krita-3.1.4.ebuild
+++ b/media-gfx/krita/krita-3.1.4.ebuild
@@ -72,6 +72,8 @@ RDEPEND="${COMMON_DEPEND}
!app-office/calligra-l10n:4[calligra_features_krita(+)]
 "
 
+PATCHES=( "${FILESDIR}"/${PN}-vc-fix-gcc49-abi.patch )
+
 src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package color-management OCIO)



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

2017-06-04 Thread Agostino Sarubbo
commit: fd04ea60aafb4171f583b6264331c837ca2c9ab2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:39:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd04ea60

media-libs/phonon: x86 stable wrt bug #620368

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild 
b/media-libs/phonon/phonon-4.9.1-r1.ebuild
index 4f8fe7701a4..c663b963846 100644
--- a/media-libs/phonon/phonon-4.9.1-r1.ebuild
+++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
inherit git-r3



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

2017-06-04 Thread Agostino Sarubbo
commit: c04ddf6baaea5e5c0e34c795c79771a0459590af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04ddf6b

dev-python/bottleneck: x86 stable wrt bug #606018

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/bottleneck/bottleneck-1.0.0.ebuild 
b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
index 5842f4e0caa..3a9f09cbd62 100644
--- a/dev-python/bottleneck/bottleneck-1.0.0.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/B/${MY_PN}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 1299fdfb18a2a26c4ab3f4c54095e47ed19251af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:06 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1299fdfb

media-radio/unixcw: x86 stable wrt bug #620336

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-radio/unixcw/unixcw-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/unixcw/unixcw-3.5.1.ebuild 
b/media-radio/unixcw/unixcw-3.5.1.ebuild
index e6c15819802..69d6b1119b9 100644
--- a/media-radio/unixcw/unixcw-3.5.1.ebuild
+++ b/media-radio/unixcw/unixcw-3.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE="alsa ncurses pulseaudio suid qt5"
 
 RDEPEND="ncurses? ( sys-libs/ncurses:= )



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

2017-06-04 Thread Agostino Sarubbo
commit: fd748a83d6835559c14315a5a1acc6d7083fe84e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd748a83

dev-cpp/muParser: x86 stable wrt bug #620514

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/muParser/muParser-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/muParser/muParser-2.2.5.ebuild 
b/dev-cpp/muParser/muParser-2.2.5.ebuild
index f4ede7345d0..830abea368d 100644
--- a/dev-cpp/muParser/muParser-2.2.5.ebuild
+++ b/dev-cpp/muParser/muParser-2.2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/beltoforion/muparser/archive/v${PV}.tar.gz -> ${P}.t
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="doc test"
 
 S=${WORKDIR}/muparser-${PV}



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

2017-06-04 Thread Agostino Sarubbo
commit: c808d205210fa8319343bc961dc55b18c92375a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c808d205

media-libs/phonon-vlc: x86 stable wrt bug #620368

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild
index 244ad3e5b13..64d8f47f5ca 100644
--- a/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-0.9.1-r1.ebuild
@@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd"
S="${WORKDIR}/${MY_P}"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )



[gentoo-commits] repo/gentoo:master commit in: perl-core/File-Path/

2017-06-04 Thread Agostino Sarubbo
commit: acadbf08c3bf919d1ffa6df6089ba0c68d45eb40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acadbf08

perl-core/File-Path: x86 stable wrt bug #620304

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 perl-core/File-Path/File-Path-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/File-Path/File-Path-2.130.0.ebuild 
b/perl-core/File-Path/File-Path-2.130.0.ebuild
index 42dad2e5fbc..031f8b442fe 100644
--- a/perl-core/File-Path/File-Path-2.130.0.ebuild
+++ b/perl-core/File-Path/File-Path-2.130.0.ebuild
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="File path and name utilities"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-File-Path/

2017-06-04 Thread Agostino Sarubbo
commit: 1543ed14a7da956f6baed21e7f41575510dc7adc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1543ed14

virtual/perl-File-Path: x86 stable wrt bug #620304

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild 
b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
index a99af6f9cc2..fc2d84c560d 100644
--- a/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
+++ b/virtual/perl-File-Path/perl-File-Path-2.130.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2017-06-04 Thread Agostino Sarubbo
commit: dd28fedd3e5073eb780ecc56dfd039574856ea2d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd28fedd

dev-python/gevent: x86 stable wrt bug #620392

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/gevent/gevent-1.2.1.ebuild 
b/dev-python/gevent/gevent-1.2.1.ebuild
index 59c6d754182..8d9af07ca11 100644
--- a/dev-python/gevent/gevent-1.2.1.ebuild
+++ b/dev-python/gevent/gevent-1.2.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples"
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: e28cfac3ab0b01f19dbf5131a7b6d57fa000cb3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:46 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28cfac3

app-emulation/libvirt: x86 stable wrt bug #620518

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/libvirt/libvirt-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-3.3.0.ebuild 
b/app-emulation/libvirt/libvirt-3.3.0.ebuild
index 25e5664cd70..66c3fa5acfb 100644
--- a/app-emulation/libvirt/libvirt-3.3.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.3.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
SRC_URI=""
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 x86"
SLOT="0"
 else
# Versions with 4 numbers are stable updates:
@@ -18,7 +18,7 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz";
fi
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
SLOT="0/${PV}"
 fi
 



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

2017-06-04 Thread Agostino Sarubbo
commit: d628235b316a6a3d0db050dba352ffbca86dac3e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:39 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d628235b

media-gfx/darktable: x86 stable wrt bug #620718

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/darktable/darktable-2.2.4.ebuild 
b/media-gfx/darktable/darktable-2.2.4.ebuild
index 768bdc5f4be..fb0fe222ff1 100644
--- a/media-gfx/darktable/darktable-2.2.4.ebuild
+++ b/media-gfx/darktable/darktable-2.2.4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_P
 
 LICENSE="GPL-3 CC-BY-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LANGS=" ca cs da de es fr he hu it ja nl pl ru sk sl sv uk"
 # TODO add lua once dev-lang/lua-5.2 is unmasked
 IUSE="colord cups cpu_flags_x86_sse3 doc flickr geo gphoto2 graphicsmagick 
jpeg2k kwallet libsecret



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

2017-06-04 Thread Agostino Sarubbo
commit: 2102c67fea50e126b61eed0afcb84a19d4aa65d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:29 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2102c67f

dev-python/oct2py: x86 stable wrt bug #600614

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild 
b/dev-python/oct2py/oct2py-3.6.0.ebuild
index 075caae4487..f9761144b63 100644
--- a/dev-python/oct2py/oct2py-3.6.0.ebuild
+++ b/dev-python/oct2py/oct2py-3.6.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 6046a70117516e491fbe81304d80ce348f3757c0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:42:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6046a701

app-admin/packagekit-qt: x86 stable wrt bug #620028

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild 
b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
index 2ec47027f99..a10b5392407 100644
--- a/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
+++ b/app-admin/packagekit-qt/packagekit-qt-0.9.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.freedesktop.org/software/PackageKit/releases/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: bdbb5a06edfa285c57f9e496091a3d5fbdf47d37
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbb5a06

dev-python/libvirt-python: x86 stable wrt bug #620518

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/libvirt-python/libvirt-python-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
index c7930e15b36..7361e9b767d 100644
--- a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
@@ -13,11 +13,11 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
SRC_URI=""
-   KEYWORDS="amd64"
+   KEYWORDS="amd64 x86"
RDEPEND="app-emulation/libvirt:=[-python(-)]"
 else
SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz";
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"



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

2017-06-04 Thread Agostino Sarubbo
commit: f6057bfb5b30b6b560db306d383364740a5a9847
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:48 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6057bfb

net-irc/konversation: x86 stable wrt bug #620656

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-irc/konversation/konversation-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-1.7.2.ebuild 
b/net-irc/konversation/konversation-1.7.2.ebuild
index aef93c0..fa77bdc1f7e 100644
--- a/net-irc/konversation/konversation-1.7.2.ebuild
+++ b/net-irc/konversation/konversation-1.7.2.ebuild
@@ -11,7 +11,7 @@ 
HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konver
 SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+crypt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/

2017-06-04 Thread Agostino Sarubbo
commit: 0688937a53bf101b3b7f61c9372a89bf5484f38f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0688937a

www-servers/uwsgi: x86 stable wrt bug #620392

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/uwsgi/uwsgi-2.0.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/uwsgi/uwsgi-2.0.15.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.15.ebuild
index 4cc7e9275b7..8091a9b689c 100644
--- a/www-servers/uwsgi/uwsgi-2.0.15.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.15.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 
 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
http ugreen signal syslog rsyslog



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

2017-06-04 Thread Agostino Sarubbo
commit: 5241d87549b1f22603d0403d71084622d051e357
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:05 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5241d875

net-mail/tnef: x86 stable wrt bug #618658

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-mail/tnef/tnef-1.4.15.ebuild b/net-mail/tnef/tnef-1.4.15.ebuild
index 164972ba9d0..ca70b476b5f 100644
--- a/net-mail/tnef/tnef-1.4.15.ebuild
+++ b/net-mail/tnef/tnef-1.4.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/verdammelt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 src_prepare() {
default



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

2017-06-04 Thread Agostino Sarubbo
commit: 5112df3d81d2c81aa324da87bf722055bbbe04bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5112df3d

dev-lang/perl: x86 stable wrt bug #620304

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-lang/perl/perl-5.24.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.24.1-r2.ebuild 
b/dev-lang/perl/perl-5.24.1-r2.ebuild
index ff54f77c344..f3448f5f6dd 100644
--- a/dev-lang/perl/perl-5.24.1-r2.ebuild
+++ b/dev-lang/perl/perl-5.24.1-r2.ebuild
@@ -29,7 +29,7 @@ HOMEPAGE="http://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip2/

2017-06-04 Thread Agostino Sarubbo
commit: 4fab3bc4c313608947ca44a9d7780d9ba0dd91de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fab3bc4

app-arch/bzip2: x86 stable wrt bug #620466

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-arch/bzip2/bzip2-1.0.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild 
b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
index 53cabe6bf31..cbeb5e837eb 100644
--- a/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
+++ b/app-arch/bzip2/bzip2-1.0.6-r8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz";
 
 LICENSE="BZIP2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="static static-libs"
 
 PATCHES=(



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

2017-06-04 Thread Agostino Sarubbo
commit: 062771372f813de9e4c0c986fbcb31dc93059f72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:54 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06277137

app-admin/logrotate: x86 stable wrt bug #620522

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-admin/logrotate/logrotate-3.12.2.ebuild 
b/app-admin/logrotate/logrotate-3.12.2.ebuild
index d700644cc10..930ab1dc2ca 100644
--- a/app-admin/logrotate/logrotate-3.12.2.ebuild
+++ b/app-admin/logrotate/logrotate-3.12.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl +cron selinux"
 
 CDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: 91aad78170d683f5fb4b5592d79441e75c7c3fe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:40:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91aad781

dev-libs/librelp: x86 stable wrt bug #620326

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/librelp/librelp-1.2.13.ebuild 
b/dev-libs/librelp/librelp-1.2.13.ebuild
index ab14f75d6c4..89fc127ff7b 100644
--- a/dev-libs/librelp/librelp-1.2.13.ebuild
+++ b/dev-libs/librelp/librelp-1.2.13.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.2.0"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
 IUSE="debug doc +ssl static-libs"
 
 RDEPEND="



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

2017-06-04 Thread Agostino Sarubbo
commit: c9273f5436110e01d21a3d4cd412aa7f7310fd60
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:42:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9273f54

net-ftp/filezilla: x86 stable wrt bug #610554

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/filezilla/filezilla-3.25.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/filezilla/filezilla-3.25.2.ebuild 
b/net-ftp/filezilla/filezilla-3.25.2.ebuild
index 7ca3a8e8ea1..393e5e9c2e4 100644
--- a/net-ftp/filezilla/filezilla-3.25.2.ebuild
+++ b/net-ftp/filezilla/filezilla-3.25.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="dbus nls test"
 
 # pugixml 1.7 minimal dependency is for c++11 proper configuration



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

2017-06-04 Thread Agostino Sarubbo
commit: 64b11edd6a113116e69a5ede0ae6be032bb7ad99
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b11edd

dev-libs/libfilezilla: x86 stable wrt bug #610554

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
index c667972e2f7..f78cdf117f6 100644
--- a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
+++ b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
 RDEPEND=""



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

2017-06-04 Thread Agostino Sarubbo
commit: 670501c9e8d52f036ec7cb2c98e04ad54574f396
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670501c9

media-sound/kid3: x86 stable wrt bug #620530

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/kid3/kid3-3.4.5.ebuild 
b/media-sound/kid3/kid3-3.4.5.ebuild
index 6e7a7174d66..5766131f8eb 100644
--- a/media-sound/kid3/kid3-3.4.5.ebuild
+++ b/media-sound/kid3/kid3-3.4.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="acoustid flac kde mp3 mp4 +taglib vorbis"
 
 REQUIRED_USE="flac? ( vorbis )"



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

2017-06-04 Thread Agostino Sarubbo
commit: 242adf3911cb4de6074581ddd1fffbd2110de30d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:41:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242adf39

media-gfx/potrace: x86 stable wrt bug #610062

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-gfx/potrace/potrace-1.14.ebuild 
b/media-gfx/potrace/potrace-1.14.ebuild
index e83da98afa4..1bc0bf12ee8 100644
--- a/media-gfx/potrace/potrace-1.14.ebuild
+++ b/media-gfx/potrace/potrace-1.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="metric static-libs"
 
 RDEPEND="sys-libs/zlib"



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

2017-06-04 Thread Agostino Sarubbo
commit: 108d77f895eba43aeffcb6d47ba0e84db5f04a62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  4 10:42:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  4 10:42:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108d77f8

app-misc/gramps: x86 stable wrt bug #620414

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-misc/gramps/gramps-4.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gramps/gramps-4.2.5.ebuild 
b/app-misc/gramps/gramps-4.2.5.ebuild
index 1231230e50e..bc0c6b1ef46 100644
--- a/app-misc/gramps/gramps-4.2.5.ebuild
+++ b/app-misc/gramps/gramps-4.2.5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+reports exif geo spell"
 
 RDEPEND="



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

2017-06-04 Thread Michael Palimaka
commit: 21ae13107a5c962f734ee0b31b7a9d68b87e5623
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:44:37 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ae1310

dev-util/kdevelop-python: version bump 5.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/kdevelop-python/Manifest  |  1 +
 .../kdevelop-python/kdevelop-python-5.1.1.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/kdevelop-python/Manifest 
b/dev-util/kdevelop-python/Manifest
index fef8da7c50e..2b8aa6f8ceb 100644
--- a/dev-util/kdevelop-python/Manifest
+++ b/dev-util/kdevelop-python/Manifest
@@ -1 +1,2 @@
 DIST kdev-python-5.1.0.tar.xz 1068408 SHA256 
362334b35a807af9143cd209619939f514a526d7e93a7f22000ed090c045d918 SHA512 
9e7a847d0303a580929d70016de43392b0fe59531b4edafd25f601c27f87edae0c9056c77da2092d2d6fabd7a60e0f259a9a4209d7eef94fc932f35d9f2f9092
 WHIRLPOOL 
712057597fe91d42930d19b32dba1ceeb687d3e9e32ed100f37b9a0a4bbf075137098f95aa7f218f4e5797dfc81f9efbdaf5bc232dd62878d6731dba0309752c
+DIST kdev-python-5.1.1.tar.xz 1068832 SHA256 
e2d8ed64106fb6ff12161095df67d078af9e56c9075f7c2a99d96fb517ff020e SHA512 
e232b2fc44876c8e46422ea2986c2df06071e3422236139d3658f514d2f9d968c4f6320048566fe991c5c510cc3cf36eb55389e3d2205bb29c92b4c6a97b19bf
 WHIRLPOOL 
c5990fb2bbd74aee057b31b9dd74dafad0d1a8fe183f8c9321d444aca820dffe85a37642fa7de961362dea1b51224d6e3e80ab4c67525c82c676a152dd76425b

diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild 
b/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild
new file mode 100644
index 000..fe446336d5e
--- /dev/null
+++ b/dev-util/kdevelop-python/kdevelop-python-5.1.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.1"
+KDEBASE="kdevelop"
+KMNAME="kdev-python"
+PYTHON_COMPAT=( python3_{4,5,6} )
+inherit kde5 python-single-r1
+
+DESCRIPTION="Python plugin for KDevelop"
+IUSE=""
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep threadweaver)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+   dev-util/kdevplatform:5
+"
+RDEPEND="${DEPEND}
+   dev-python/pycodestyle[${PYTHON_USEDEP}]
+   dev-util/kdevelop:5
+"
+
+RESTRICT+=" test"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   kde5_pkg_setup
+}
+
+src_compile() {
+   pushd "${WORKDIR}"/${P}_build > /dev/null || die
+   emake parser
+   popd > /dev/null || die
+
+   kde5_src_compile
+}



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

2017-06-04 Thread Michael Palimaka
commit: ca888fa27cc04ae62d798ed481332ba038c3779a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:44:04 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca888fa2

dev-util/kdevelop: version bump 5.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/kdevelop/Manifest  |  1 +
 dev-util/kdevelop/kdevelop-5.1.1.ebuild | 92 +
 2 files changed, 93 insertions(+)

diff --git a/dev-util/kdevelop/Manifest b/dev-util/kdevelop/Manifest
index 69b4dcbf1b1..5005a20e590 100644
--- a/dev-util/kdevelop/Manifest
+++ b/dev-util/kdevelop/Manifest
@@ -1 +1,2 @@
 DIST kdevelop-5.1.0.tar.xz 4681648 SHA256 
c0bc424a765a9be3ffb25acefcfa4db323b0612bae762fca1ae70225fa5c8ce8 SHA512 
a4363467a3caabd1b047e17ae9f1c56a4511ae752611705326a1563e48752044a242cdd429e651b3f8bc87c1de429f508dc26498a7715eab43b9f10a6685
 WHIRLPOOL 
7343997594c6edac84c49ba2b2deac9d82ecc230e8dde3bc0c09c58e0e2e19efebd80fcc4e9da6cc98fd951beae0df3eb9d375c6357e73ccfcf26af8c61325c1
+DIST kdevelop-5.1.1.tar.xz 4685416 SHA256 
0a01a4ffb2f01802cf4945521a3149a8f82c21fa8a97935991f1854b7db5d754 SHA512 
e2c1a4885bab9815341a53da6a98dd4939b7128eee174e79c616cc020f464362a2730508b3a8d66f00e4ea95f2098b92d6328b43b9f22bd77145bbe6ce096529
 WHIRLPOOL 
7e4134a89533ec510486f4b65a50cdc4b6f9f3ec3639f38077e568b54ae66d470f8028348eaab875c08ab8de4535902e2572aea99f86baba9359b581747a4366

diff --git a/dev-util/kdevelop/kdevelop-5.1.1.ebuild 
b/dev-util/kdevelop/kdevelop-5.1.1.ebuild
new file mode 100644
index 000..acb31ee1a30
--- /dev/null
+++ b/dev-util/kdevelop/kdevelop-5.1.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.1"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional-recursive"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and 
much more"
+LICENSE="GPL-2 LGPL-2"
+IUSE="+gdbui +ninja okteta +plasma +qmake qthelp"
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep threadweaver)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   >=dev-util/kdevplatform-${PV}:5
+   >=sys-devel/clang-3.5.0:*
+   x11-misc/shared-mime-info
+   gdbui? ( $(add_plasma_dep libksysguard) )
+   okteta? ( $(add_kdeapps_dep okteta) )
+   plasma? (
+   $(add_frameworks_dep krunner)
+   $(add_frameworks_dep plasma)
+   )
+   qmake? ( dev-util/kdevelop-pg-qt:5 )
+   qthelp? ( $(add_qt_dep qthelp) )
+"
+DEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtconcurrent)
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_kdeapps_dep kapptemplate)
+   $(add_kdeapps_dep kio-extras)
+   >=sys-devel/gdb-7.0[python]
+   ninja? ( dev-util/ninja )
+   !dev-util/kdevelop:4
+   !dev-util/kdevelop-clang
+   !dev-util/kdevelop-cppcheck
+   !dev-util/kdevelop-qmake
+   !dev-util/kdevelop-qmljs
+   !

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

2017-06-04 Thread Michael Palimaka
commit: 87ae13789e530c0670af7eef53a1a94413e4614c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:44:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ae1378

dev-util/kdevelop-php: version bump 5.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/kdevelop-php/Manifest  |  1 +
 dev-util/kdevelop-php/kdevelop-php-5.1.1.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-util/kdevelop-php/Manifest b/dev-util/kdevelop-php/Manifest
index edbae309229..195cd1ac3d7 100644
--- a/dev-util/kdevelop-php/Manifest
+++ b/dev-util/kdevelop-php/Manifest
@@ -1 +1,2 @@
 DIST kdev-php-5.1.0.tar.xz 678080 SHA256 
bafb0cf407a80476ce0d2c0316bff304ff766c3dbee014e7ed2df2fc2160d5ab SHA512 
bd7768e7285a87dcc79fd5206528c3473590350e2b8ebb268f71cba6fc59014c70ee95078d8531aa70a262455f32197212c16b65f4af41f86b868acaacf10bf9
 WHIRLPOOL 
78f82cf1902d06d8e7e41b50f7e096c9fa8c29dcb67f2b5a2b484068084cd75e8062cdab2ba68ed4aef0a08c3739b8d0040e9b1ab6133ab21ec67ae769f71f71
+DIST kdev-php-5.1.1.tar.xz 678368 SHA256 
a33abd4837354218891225f0e18b7e9eb6e106cc1c744731a9003a9ea71e1404 SHA512 
71d59db196e33663ae7167b973c3514e795d636370ace39b9c760a601f4bd947ffd6a3f8d7cfa0e199c77d8818dfeaf56882059aa18026aadd1e7b808326d0fc
 WHIRLPOOL 
ea4c437fa30bbad082d2e2fd65d38e8b91d9c4701a7726db7fc7010b80ca46f05d5975e5a2679df82b26ba26175abb11f6b0dca16f98a0ec992531dbe33fe91e

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.1.1.ebuild 
b/dev-util/kdevelop-php/kdevelop-php-5.1.1.ebuild
new file mode 100644
index 000..a98238d9a22
--- /dev/null
+++ b/dev-util/kdevelop-php/kdevelop-php-5.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.1"
+KDEBASE="kdevelop"
+KDE_DOC_DIR="docs"
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="forceoptional-recursive"
+KMNAME="kdev-php"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="PHP plugin for KDevelop"
+LICENSE="GPL-2 LGPL-2"
+IUSE=""
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep threadweaver)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   dev-util/kdevelop-pg-qt:5
+   >=dev-util/kdevplatform-${PV}:${SLOT}
+"
+RDEPEND="${DEPEND}
+   !dev-util/kdevelop-php-docs
+   dev-util/kdevelop:5
+"



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

2017-06-04 Thread Michael Palimaka
commit: 1233cea1c437d270b3edf0381a6a876bd551c73c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:43:31 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1233cea1

dev-util/kdevplatform: version bump 5.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/kdevplatform/Manifest  |   1 +
 dev-util/kdevplatform/kdevplatform-5.1.1.ebuild | 106 
 2 files changed, 107 insertions(+)

diff --git a/dev-util/kdevplatform/Manifest b/dev-util/kdevplatform/Manifest
index 09bec9a9f59..2b5f32956a6 100644
--- a/dev-util/kdevplatform/Manifest
+++ b/dev-util/kdevplatform/Manifest
@@ -1 +1,2 @@
 DIST kdevplatform-5.1.0.tar.xz 2048172 SHA256 
f09f3b807c9d360b894bc4439cce5b1cb23ff0754941dd26abf45c33b731aedb SHA512 
b94fcd1294855654c3183c7bc0dbfefd099cfaadeb44180788f439b11c0e61609863aae5a06776d9e6a4915c9768a794760c8a931678d9cc5d9c5e98560a7998
 WHIRLPOOL 
301620ff6ebc9012f0f7bce4d771b83b8b03ab75602cae0182a0b23173ff1d9382a0536c16acc512e5ee27bd01861b308b5388b853ac701ec83b44f3b913e714
+DIST kdevplatform-5.1.1.tar.xz 2047948 SHA256 
3159440512b1373c1a4b35f401ba1f81217de9578372b45137af141eeda6e726 SHA512 
2780bc8f321be262bb9c2152fa8c58d52c93d48411122a5ce8d00f11becc8885c9697be7159cbcbb57c0a3f049912f96e67bc274af7ffa90cebf62eeba1eb572
 WHIRLPOOL 
60ea7b77d5edc007e91d141affbb9c9d46a4cbf52efc21e7b0202d07132d553e266af2968802843758a40905aeb5f568fff787fd4f68c48698619b5f8528378a

diff --git a/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild 
b/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild
new file mode 100644
index 000..feaee605644
--- /dev/null
+++ b/dev-util/kdevplatform/kdevplatform-5.1.1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_BRANCH="5.1"
+KDEBASE="kdevelop"
+KDE_TEST="forceoptional-recursive"
+VIRTUALDBUS_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDE development support libraries and apps"
+IUSE="cvs reviewboard subversion +welcomepage"
+[[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemmodels)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktexteditor)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep sonnet)
+   $(add_frameworks_dep threadweaver)
+   $(add_kdeapps_dep libkomparediff2)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qttest)
+   $(add_qt_dep qtwebkit)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/grantlee:5
+   reviewboard? ( dev-libs/purpose )
+   subversion? (
+   dev-libs/apr:1
+   dev-libs/apr-util:1
+   dev-vcs/subversion
+   )
+   welcomepage? ( $(add_qt_dep qtdeclarative 'widgets') )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   $(add_qt_dep qtconcurrent)
+"
+RDEPEND="${COMMON_DEPEND}
+   cvs? ( dev-vcs/cvs )
+   !dev-util/kdevelop:4
+   !dev-util/kdevplatform:4
+"
+
+REQUIRED_USE="test? ( welcomepage )"
+
+RESTRICT+=" test"
+
+src_prepare() {
+   kde5_src_prepare
+   # root tests subdirectory actually does not contain tests, installs 
stuff
+   if ! use test; then
+   sed -i -e "/add_subdirectory(tests)/ s/#DONOTCOMPILE //" \
+   CMakeLists.txt || die "Failed to fix CMakeLists.txt"
+   sed -i -e '1s/^/find_package(Qt5Test \$\{QT_MIN_VERSION\})\n/' \
+   tests/CMakeLists.txt || die "Failed to fix 
tests/CMakeLists.txt"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_cvs=$(usex cvs)
+   $(cmake-utils_use_find_package reviewboard 
KDEExperimentalPurpose)
+   $(cmake-utils_use_find_package subversion SubversionLibrary)
+   $(cmake-utils_use_find_package welcomepage Qt5QuickWidgets)
+   )
+
+   kde5_src_co

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

2017-06-04 Thread Pacho Ramos
commit: dbd61635080a941e6f6acfab6d928fb487d84f11
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun  4 10:46:45 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun  4 10:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd61635

app-misc/gramps: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-misc/gramps/Manifest   |  1 -
 .../gramps/files/gramps-4.2.4-resourcepath.patch   | 11 --
 app-misc/gramps/gramps-4.2.4-r1.ebuild | 41 --
 3 files changed, 53 deletions(-)

diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
index 4a55d6920c4..fa2e4dc74d0 100644
--- a/app-misc/gramps/Manifest
+++ b/app-misc/gramps/Manifest
@@ -1,2 +1 @@
-DIST gramps-4.2.4.tar.gz 18683901 SHA256 
25190692f2f0d06e05f0761fef45173dd8d6693762572a62845b544a2c622efa SHA512 
640b7b8affc29eee000232a3828f71c6e6e4ee568a4fce2ae8f9eaeabc87682e2dd9e2f1db1e8093e368d86583e80ce3c5261cf223f9cc6e210e7d6272781499
 WHIRLPOOL 
ae118840749364b2904e5ed35f318019c54551305cf98d6e118bf9c539d1507dbce74b46fe66430e53c1115d09d3c73296a91f354ad0bb734e6d182a3ae148d0
 DIST gramps-4.2.5.tar.gz 18694912 SHA256 
1de3007215b7d0b779ec8f086e14e7a75f2aa811ee37c6d0cff06bfc9458743d SHA512 
20a8ebff7ea2e3a80248830e55d58ebe0b5a350e1ac31efb3f2b900af38c134037bae91a58fb441be54f9fac8226555a3f5771cc358d3a4a92e89af911433b9c
 WHIRLPOOL 
d9f49b188e20697477860ecb5916c452b95ea08c038b828b0f01edc1097d3d45b549e3e1a5bc5a4aad1d8aab390b8dfefc4ec46ac58420161de8e4d644c8f95e

diff --git a/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch 
b/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
deleted file mode 100644
index 4c1f6920cbb..000
--- a/app-misc/gramps/files/gramps-4.2.4-resourcepath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/setup.py 2016-09-04 14:44:02.0 +
-+++ b/setup.py 2016-09-22 12:21:52.496968618 +
-@@ -278,7 +278,7 @@
- if packaging:
- path = resource_path
- else:
--path = os.path.abspath(os.path.join(self.install_data, 
'share'))
-+path = '/usr/share'
- fp.write(path)
- 
- _install.run(self)

diff --git a/app-misc/gramps/gramps-4.2.4-r1.ebuild 
b/app-misc/gramps/gramps-4.2.4-r1.ebuild
deleted file mode 100644
index 43033e1cf0a..000
--- a/app-misc/gramps/gramps-4.2.4-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
-
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="Genealogical Research and Analysis Management Programming System"
-HOMEPAGE="https://gramps-project.org/";
-SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+reports +exif spell"
-
-RDEPEND="
-   dev-python/bsddb3[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/pygobject-3.12:3[cairo,${PYTHON_USEDEP}]
-   dev-python/pyicu[${PYTHON_USEDEP}]
-   gnome-base/librsvg:2
-   >x11-libs/gtk+-3.14.8:3[introspection]
-   x11-libs/pango[introspection]
-   x11-misc/xdg-utils
-   reports? ( media-gfx/graphviz )
-   exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
-   spell? ( app-text/gtkspell:3[introspection] )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-resourcepath.patch"
-)
-
-python_prepare_all() {
-   sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2017-06-04 Thread Sergei Trofimovich
commit: 402ca0d047b355fbddfe11ada07f9aac0ba65079
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 10:46:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 10:48:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402ca0d0

app-misc/tmux: ia64 stable, bug #620076

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/app-misc/tmux/tmux-2.3-r1.ebuild b/app-misc/tmux/tmux-2.3-r1.ebuild
index 69c674033d7..8ec2f28ce7d 100644
--- a/app-misc/tmux/tmux-2.3-r1.ebuild
+++ b/app-misc/tmux/tmux-2.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
 CDEPEND="



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

2017-06-04 Thread Michael Palimaka
commit: 0232597b9230632ebe3c78f2c895b4b6d6b2f717
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:45:55 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:50:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0232597b

app-misc/asciinema: remove 1.3.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/asciinema/Manifest   |  1 -
 app-misc/asciinema/asciinema-1.3.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest
index 70242850aaa..11a6d2c0336 100644
--- a/app-misc/asciinema/Manifest
+++ b/app-misc/asciinema/Manifest
@@ -1,2 +1 @@
-DIST asciinema-1.3.0.tar.gz 34214 SHA256 
968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55 SHA512 
882f2f9c23c42d6930fc54797a87134004c1e679b2c054d29c71a9af616604f6e54aa1461b7f0f9826557c66dcf51470710d6e2886d785cbf28464ea2397d5d2
 WHIRLPOOL 
68a9a32b4067115cdece92a69f824a15ac42bfe1855701fb1e74cb7d138022f235a83c4a879453f87ac3757f1dc3c5036d596e4b7cea84cf8f8891b696b1a1fe
 DIST asciinema-1.4.0.tar.gz 35264 SHA256 
841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a SHA512 
23c67a462acdbbbed495e6cc3e0e22ed028effcc945af30b5925854e216c6f74bb1b416d9b0001726732ae8be510796e996bbca69b225c20422143e5ed1aca5c
 WHIRLPOOL 
42cce226c8d94cc957e3e719eebbb887a696aec987f7ff02972a6ec74d6cc249a79fb804089d95e05341952816f6cc5ef5591f43eb1c411c746b804d2d5bb126

diff --git a/app-misc/asciinema/asciinema-1.3.0.ebuild 
b/app-misc/asciinema/asciinema-1.3.0.ebuild
deleted file mode 100644
index 9843507560f..000
--- a/app-misc/asciinema/asciinema-1.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Command line recorder for asciinema.org service"
-HOMEPAGE="https://asciinema.org/ https://pypi.python.org/pypi/asciinema";
-SRC_URI="https://github.com/asciinema/asciinema/archive/v1.3.0.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-DOCS=( CHANGELOG.md CONTRIBUTING.md README.md doc/asciicast-v1.md )
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # obsolete, already removed in upstream git
-   rm asciinema/requests_http_adapter.py || die
-}
-
-python_test() {
-   nosetests || die
-}
-
-src_install() {
-   distutils-r1_src_install
-   doman man/asciinema.1
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/

2017-06-04 Thread Michael Palimaka
commit: 4b94a2e1c7597e466f67506ed7f789baad88f173
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 10:46:22 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 10:50:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b94a2e1

app-portage/tatt: remove 0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/tatt/Manifest|  1 -
 app-portage/tatt/tatt-0.3.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/app-portage/tatt/Manifest b/app-portage/tatt/Manifest
index 6f7d9cf32d7..e3e24febf7a 100644
--- a/app-portage/tatt/Manifest
+++ b/app-portage/tatt/Manifest
@@ -1,2 +1 @@
-DIST tatt-0.3.tar.gz 22527 SHA256 
bad1f0f33889aaa5887bab8c80bcbdaa620c379de5ff381ab983ae23d24ac9ed SHA512 
822ec8904e452afd2373ca7ff01a05b8020b261acfc02864523a22e91d83dea51a1d2a8c79ec75db38e6de00cb3c06b3799dee261f376ec91d261a9f468aaa19
 WHIRLPOOL 
f9be83b45c3d79e004600fa3e1ecd2d1ab6e6720035f13ab5f0b4a46555c280663e6371fb9ed88ab0de6bbfb4a853a0f07963dbc25f668a3cd8482c369343b90
 DIST tatt-0.4.tar.gz 23397 SHA256 
53ed63685187acc55241698dac26a7cadbdf846dfc72709a9d67db65572dc2ef SHA512 
57df8cdda9b6711da36e3635182fcfb64a376d7c3a76a29ea0252fc17597defe921d90bf9989f4fc199ab9848fae6fc4f53623140825f79368e90723a5562dd6
 WHIRLPOOL 
a152e6cdee833d892eb0ff1b6c24d107b99ac4b7c92510d230fdbb6e1375825c1294a7008e1e09c496115f6116f3de48a4500dcc3a257998c8ee5bb0a29c08b0

diff --git a/app-portage/tatt/tatt-0.3.ebuild b/app-portage/tatt/tatt-0.3.ebuild
deleted file mode 100644
index 92b3bd9cce7..000
--- a/app-portage/tatt/tatt-0.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="tatt is an arch testing tool"
-HOMEPAGE="https://github.com/tom111/tatt";
-SRC_URI="https://github.com/tom111/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+templates"
-
-RDEPEND="
-   app-portage/eix
-   app-portage/gentoolkit
-   www-client/pybugz
-   dev-python/configobj[${PYTHON_USEDEP}]"
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use templates; then
-   insinto "/usr/share/${PN}"
-   doins -r templates
-   fi
-   doman tatt.1
-   doman tatt.5
-}



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

2017-06-04 Thread Andreas Sturmlechner
commit: 13fa63221cf0e0da134103619d3faf070cfceeea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 10:51:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:53:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fa6322

net-irc/konversation: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-irc/konversation/Manifest  |  1 -
 net-irc/konversation/konversation-1.6.2.ebuild | 73 --
 2 files changed, 74 deletions(-)

diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest
index 2fcae30bbe8..97ec09dcc2f 100644
--- a/net-irc/konversation/Manifest
+++ b/net-irc/konversation/Manifest
@@ -1,2 +1 @@
-DIST konversation-1.6.2.tar.xz 3876040 SHA256 
b6521dc29ee4e2b2b6d736860d1edb381609ee182a13517680439dcfa9d6289d SHA512 
c4c2515fd6ea02a07250492151887be842c0d6ccdf6ea66075d0cd757ed26c3ed506852049e20b38c535bae9557f313a0b8fc3cd8616ad10c6b60f9a047b9e63
 WHIRLPOOL 
d8d23a688a4e26877375514ddb9a3ae1560976a5b5df660e15ecc89f00f93478eff33c62b7bbd7444fcc19aa56e0ca050d6d83f008733b05368f86712b92e783
 DIST konversation-1.7.2.tar.xz 3736968 SHA256 
5ff96e84cee4e1eefc404a31d778067ea508a6c848911fac70bd52812618 SHA512 
91523043afd7d7698c8166256d3eba225d8ff1ba44cad6811b00bf0004b765ce1ed618e900c8cafa7b395217b3fa3703db62a79b0a491bcef6c0bb65037add06
 WHIRLPOOL 
842fac84013a6915b5acad2c7ee8abab794c01722628fb4cbd7a3c462229fadf1c88b340fd094efadb1ac62e2c1838de80a26114bff0c98064c9f57e87974860

diff --git a/net-irc/konversation/konversation-1.6.2.ebuild 
b/net-irc/konversation/konversation-1.6.2.ebuild
deleted file mode 100644
index 2ce37c41475..000
--- a/net-irc/konversation/konversation-1.6.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="A user friendly IRC Client"
-HOMEPAGE="https://www.kde.org/applications/internet/konversation/ 
https://konversation.kde.org";
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE="+crypt"
-
-DEPEND="
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep kbookmarks)
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kemoticons)
-   $(add_frameworks_dep kglobalaccel)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwallet)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_frameworks_dep solid)
-   $(add_frameworks_dep sonnet)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   media-libs/phonon[qt5]
-   sys-devel/gettext
-   crypt? ( app-crypt/qca:2[qt5] )
-"
-RDEPEND="${DEPEND}
-   !net-irc/konversation:4
-   crypt? ( app-crypt/qca:2[ssl] )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package crypt Qca-qt5)
-   )
-
-   kde5_src_configure
-}
-
-src_install() {
-   kde5_src_install
-
-   # Bug 616162
-   insinto /etc/xdg
-   doins "${FILESDIR}"/konversationrc
-}



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

2017-06-04 Thread Andreas Sturmlechner
commit: 6f21b70613646caae26ba6fad669497225b81376
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 10:52:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 10:53:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f21b706

media-sound/kid3: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-sound/kid3/Manifest  |  1 -
 media-sound/kid3/kid3-3.4.4.ebuild | 97 --
 2 files changed, 98 deletions(-)

diff --git a/media-sound/kid3/Manifest b/media-sound/kid3/Manifest
index 3594ad4fed7..d155478e984 100644
--- a/media-sound/kid3/Manifest
+++ b/media-sound/kid3/Manifest
@@ -1,2 +1 @@
-DIST kid3-3.4.4.tar.gz 1366457 SHA256 
ab1f622e26e5d672eb078f93abdb51f1a2667a748be8a211fcd91d18e0db4de0 SHA512 
3c37f8345a6a22d241c7d5b5a57957d1009055eadb492b54cf3963aa43c47d8884de940190f9c8c2b4c70d9103a7769eac78d7df646be84a65cdef6ed16a4e32
 WHIRLPOOL 
33d865ea40f1e97299f7fa244bd587f3d2b04aa813debb8a56698f0363e6a3a5481a4d51dfd200e1847dd3afa904ef67408209b056d8da4726dcc30f8acefa27
 DIST kid3-3.4.5.tar.gz 1376570 SHA256 
0d703b0b8c2538eba1f8f540a87e13a4bf61f715ef9cd1253f18417ebb096404 SHA512 
36ffb45dd6689f252021cb9cda667f28810fb1d7da77179ef6abc80031b7a0dfaa445776c8e3586000d774bc608395fff0854d867c9e1e52676409f78a515ae3
 WHIRLPOOL 
eeb0d29b9a30685ca6bdb4064216efbea48cb35de8056c7cf60956801129455e2145842e9cd52d8a4e99a099752d70e31e09307454ac25ce2c8d4d1bbc122199

diff --git a/media-sound/kid3/kid3-3.4.4.ebuild 
b/media-sound/kid3/kid3-3.4.4.ebuild
deleted file mode 100644
index 47b335519c5..000
--- a/media-sound/kid3/kid3-3.4.4.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-inherit kde5
-
-DESCRIPTION="Simple tag editor based on Qt"
-HOMEPAGE="http://kid3.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 x86"
-IUSE="acoustid flac kde mp3 mp4 +taglib vorbis"
-
-REQUIRED_USE="flac? ( vorbis )"
-
-COMMON_DEPEND="
-   $(add_qt_dep qtcore)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtmultimedia)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtxml)
-   sys-libs/readline:0=
-   acoustid? (
-   media-libs/chromaprint
-   virtual/ffmpeg
-   )
-   flac? (
-   media-libs/flac[cxx]
-   media-libs/libvorbis
-   )
-   kde? (
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   )
-   mp3? ( media-libs/id3lib )
-   mp4? ( media-libs/libmp4v2:0 )
-   taglib? ( >=media-libs/taglib-1.9.1 )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-sound/kid3:4
-"
-DEPEND="${COMMON_DEPEND}
-   $(add_qt_dep linguist-tools)
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.3.2-libdir.patch"
-   "${FILESDIR}/${PN}-3.4.4-deps.patch"
-)
-
-src_prepare() {
-   # overengineered upstream build system
-   # kde5 eclass src_prepare leads to compile failure
-
-   # only enable handbook when required
-   if ! use_if_iuse handbook ; then
-   cmake_comment_add_subdirectory ${KDE_DOC_DIR}
-   fi
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_PHONON=OFF
-   -DWITH_QT4=OFF
-   -DWITH_QT5=ON
-   -DWITH_CHROMAPRINT=$(usex acoustid)
-   -DWITH_FLAC=$(usex flac)
-   -DWITH_ID3LIB=$(usex mp3)
-   -DWITH_MP4V2=$(usex mp4)
-   -DWITH_TAGLIB=$(usex taglib)
-   -DWITH_VORBIS=$(usex vorbis)
-   )
-
-   if use kde ; then
-   mycmakeargs+=( "-DWITH_APPS=KDE;CLI" )
-   else
-   mycmakeargs+=( "-DWITH_APPS=Qt;CLI" )
-   fi
-
-   kde5_src_configure
-}



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

2017-06-04 Thread Pacho Ramos
commit: b78950a96142b20e58f103b752ffc691047b4eef
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun  4 10:55:31 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun  4 10:56:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78950a9

net-libs/opal: Drop support for dead capi4kutils and fix deps.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/opal/{opal-3.12.4.ebuild => opal-3.12.4-r1.ebuild} | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/net-libs/opal/opal-3.12.4.ebuild 
b/net-libs/opal/opal-3.12.4-r1.ebuild
similarity index 96%
rename from net-libs/opal/opal-3.12.4.ebuild
rename to net-libs/opal/opal-3.12.4-r1.ebuild
index d6917cf8eea..b42c15a8d05 100644
--- a/net-libs/opal/opal-3.12.4.ebuild
+++ b/net-libs/opal/opal-3.12.4-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
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2
 LICENSE="MPL-1.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="capi celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
+IUSE="celt debug doc +dtmf examples fax ffmpeg h224 h281 h323 iax ilbc
 ipv6 ivr ixj java ldap lid +plugins sbc sip sipim +sound srtp ssl static-libs
 stats swig theora +video vpb vxml wav x264 x264-static xml"
 
@@ -26,11 +26,10 @@ 
RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?
fax? ( net-libs/ptlib[asn] )
h323? ( net-libs/ptlib[asn] )
ivr? ( net-libs/ptlib[http,xml,vxml] )
-   java? ( >=virtual/jre-1.4 )
+   java? ( >=virtual/jre-1.4:* )
plugins? (
media-sound/gsm
-   capi? ( net-dialup/capi4k-utils )
-   celt? ( media-libs/celt )
+   celt? ( media-libs/celt:0 )
ffmpeg? ( virtual/ffmpeg[encode] )
ixj? ( sys-kernel/linux-headers )
ilbc? ( dev-libs/ilbc-rfc3951 )
@@ -38,7 +37,7 @@ 
RDEPEND=">=net-libs/ptlib-2.12.4:=[stun,debug=,dtmf,http,ipv6?,ldap?,sound?,ssl?
theora? ( media-libs/libtheora )
x264? ( virtual/ffmpeg
media-libs/x264 ) )
-   srtp? ( net-libs/libsrtp )
+   srtp? ( net-libs/libsrtp:0= )
vxml? ( net-libs/ptlib[http,vxml] )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -134,6 +133,7 @@ src_configure() {
econf \
--enable-versioncheck \
--enable-shared \
+   --disable-capi \
--disable-zrtp \
--disable-localspeex \
--disable-localspeexdsp \
@@ -148,7 +148,6 @@ src_configure() {
--enable-g711plc \
--enable-rfc4103 \
$(use_enable debug) \
-   $(use_enable capi) \
$(use_enable fax) \
$(use_enable fax t38) \
$(use_enable h224) \



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

2017-06-04 Thread Sergei Trofimovich
commit: 649dba46cf003cb3c3eb2f22bb8a5a4dd63eeff2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 10:49:50 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 11:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649dba46

dev-util/strace: ia64 stable, bug #620086

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/strace/strace-4.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-4.16.ebuild 
b/dev-util/strace/strace-4.16.ebuild
index daf5b0da69d..504eb9acbda 100644
--- a/dev-util/strace/strace-4.16.ebuild
+++ b/dev-util/strace/strace-4.16.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



[gentoo-commits] data/gentoo-news:master commit in: 2009-09-27-qt_use_changes/

2017-06-04 Thread Michael Palimaka
commit: bc53223fbd2ac57f353037c89a0f53686a0fcf08
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 11:03:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 11:03:56 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=bc53223f

2009-09-27-qt_use_changes: remove long obsolete news item

 .../2009-09-27-qt_use_changes.en.txt   | 25 --
 .../2009-09-27-qt_use_changes.en.txt.asc   |  7 --
 2 files changed, 32 deletions(-)

diff --git a/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt 
b/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt
deleted file mode 100644
index 815b2f0..000
--- a/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Title: Qt 4.5.2 default USE flag changes
-Author: Alex Alexander 
-Content-Type: text/plain
-Posted: 2009-09-27
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: http://www.linuxized.com/p192
-

diff --git a/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt.asc 
b/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt.asc
deleted file mode 100644
index 22737f1..000
--- a/2009-09-27-qt_use_changes/2009-09-27-qt_use_changes.en.txt.asc
+++ /dev/null
@@ -1,7 +0,0 @@
--BEGIN PGP SIGNATURE-
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEABECAAYFAkq/QDAACgkQCtniI/gSTSdKwACcDDoo1mIu6Itsav2lolM0F4GC
-YXEAn1warrBxrvKsSFTrAi+Yl4NMpYGX
-=Vlu0
--END PGP SIGNATURE-



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/ebuild-mode/

2017-06-04 Thread Ulrich Müller
commit: 0244cc79d85adac5ab33c2c5ef3461495cead67f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun  4 11:08:14 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun  4 11:08:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0244cc79

app-xemacs/ebuild-mode: Remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-xemacs/ebuild-mode/Manifest|  1 -
 app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-xemacs/ebuild-mode/Manifest b/app-xemacs/ebuild-mode/Manifest
index 3f0603310b8..e2ab7921f85 100644
--- a/app-xemacs/ebuild-mode/Manifest
+++ b/app-xemacs/ebuild-mode/Manifest
@@ -1,2 +1 @@
-DIST ebuild-mode-1.24.tar.xz 28816 SHA256 
366fa7602d32cda107b560e9a24540a3a5b90fdda58d84a1d108e8a4c6a488ff SHA512 
0894ad452b64133c223a4f93755404657eed5cf86667e45ce5c808d2232755bcedd835f1bbab1bd719ce850d56c6d92e339c4262ab0d7cc8aa42e039023db99d
 WHIRLPOOL 
ff38c8736051a6f6c34d00103b8f1fa2fe40ce910cc14187e9d95b11d7aa665ba03497b52b324d2e7b0e7c29da1d99e267a1934d5e2434bf986e863afb925801
 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 
f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 
1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0
 WHIRLPOOL 
75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab

diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild 
b/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
deleted file mode 100644
index 4e5cb0c5a47..000
--- a/app-xemacs/ebuild-mode/ebuild-mode-1.24.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xemacs-elisp
-
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="https://www.gentoo.org/proj/en/lisp/emacs/";
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=app-editors/xemacs-21.4.20-r5
-   app-xemacs/sh-script"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   ${XEMACS_BATCH_CLEAN} -eval "(add-to-list 'load-path \".\")" \
-   -f batch-byte-compile ebuild-mode.el gentoo-newsitem-mode.el || 
die
-   xemacs-elisp-make-autoload-file *.el || die
-}



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

2017-06-04 Thread Andreas Sturmlechner
commit: c308ecab744f58b9eaf0d2de54cd122ee8a0de00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 11:13:16 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 11:13:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308ecab

kde-frameworks/kdeclarative: Revert Drop 5.34.0 (r0)

This reverts commit 16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.

 .../kdeclarative/kdeclarative-5.34.0.ebuild| 32 ++
 1 file changed, 32 insertions(+)

diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild 
b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
new file mode 100644
index 000..d231c1b90aa
--- /dev/null
+++ b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
@@ -0,0 +1,32 @@
+# 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 providing integration of QML and KDE work spaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kglobalaccel)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kpackage)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_qt_dep qtdeclarative '' '' '5=')
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtwidgets)
+   media-libs/libepoxy
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/

2017-06-04 Thread Ulrich Müller
commit: b39490d64702e72189bf9528aeb7b77c3045cfe9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun  4 11:13:51 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun  4 11:15:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39490d6

app-emacs/ebuild-mode: ia64 stable.

Maintainer stabilisation, ALLARCHES keyword.

Bug: 617340
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild
index 5e04dd68348..80158ab8c97 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-1.37.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 
 DOCS="ChangeLog keyword-generation.sh"
 ELISP_TEXINFO="${PN}.texi"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/, app-emacs/ebuild-mode/files/

2017-06-04 Thread Ulrich Müller
commit: 668a36f1efcf34b4af8f1e2baecf5afccd9c48ab
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jun  4 11:14:46 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jun  4 11:15:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668a36f1

app-emacs/ebuild-mode: Remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/ebuild-mode/Manifest  |  1 -
 app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild| 21 -
 .../ebuild-mode/files/ebuild-mode-1.31-id.patch | 19 ---
 3 files changed, 41 deletions(-)

diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
index de64e435c44..e2ab7921f85 100644
--- a/app-emacs/ebuild-mode/Manifest
+++ b/app-emacs/ebuild-mode/Manifest
@@ -1,2 +1 @@
-DIST ebuild-mode-1.31.tar.xz 29492 SHA256 
09bcea9ede052bf33bde402f472340570fb8eff67196cd69d4ea4820d84edf0e SHA512 
8e4868a40966d5b56573425fe41d638ef1bc10a1161759218c22d33cbeb67ed3e1c75553c58a1f1c9e3ff0d2d8b25794404909a2bd19e76be93a037f8f3a0581
 WHIRLPOOL 
d256a716baa2a276e62790e8996815e608c22e6bb2072f62a4089cc8b594d9e5470f7d574c33c23cc6817c74d59d1927e7591f8d8150985641ba61c50d6335c2
 DIST ebuild-mode-1.37.tar.xz 30816 SHA256 
f7368a8757036874dde542c69c26b824fe3da5241098f89a6b7d7e2665cbbf1d SHA512 
1d570b213ad0c6eef8817f69c99c0862703b9bddc24477234dde542b697ba372a06bbe8e4a91179a7d528b720a7dbfc13bb92c8ea0a4d3b3b8684fa4ee0065c0
 WHIRLPOOL 
75928f5965bdfe66733e203588f01ab3b5de67a5958d33f41069d0793842bd9617ab0904ab71f95aeae04e0aa2f55646e4c545d6199cc1d357140b8fd1a714ab

diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild 
b/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
deleted file mode 100644
index b5105be0ca5..000
--- a/app-emacs/ebuild-mode/ebuild-mode-1.31-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit readme.gentoo-r1 elisp
-
-DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs";
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-
-DOCS="ChangeLog keyword-generation.sh"
-ELISP_PATCHES="${P}-id.patch"
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo-1.31.el"
-DOC_CONTENTS="Some optional features may require installation of additional
-   packages, like app-portage/gentoolkit-dev for echangelog."

diff --git a/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch 
b/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch
deleted file mode 100644
index fadedf7ba17..000
--- a/app-emacs/ebuild-mode/files/ebuild-mode-1.31-id.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 9d8da599f80d8360a8ddb15eb637ff781e370da2
-Author: Ulrich Müller 
-Date:   Sun Feb 26 19:36:17 2017 +0100
-
-Remove $Id$ line from ebuild skeleton header.
-
-* ebuild-mode.el (ebuild-mode-insert-skeleton): Remove $Id$ line
-from ebuild header.
-
 a/ebuild-mode.el
-+++ b/ebuild-mode.el
-@@ -402,7 +402,6 @@ and `all-completions' for details."
-;; standard header
-"# Copyright 1999-" (format-time-string "%Y") " Gentoo Foundation\n"
-"# Distributed under the terms of the GNU General Public License v2\n"
--   "# $Id$\n"
-"\n"
-;; EAPI
-"EAPI="



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

2017-06-04 Thread Bernard Cafarelli
commit: 9502526d6ea1b0d852ea34aa6599144a47a9204a
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jun  4 11:20:55 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jun  4 11:20:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9502526d

dev-libs/libfilezilla: clean old versions, security bug #610554

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libfilezilla/Manifest  |  1 -
 dev-libs/libfilezilla/libfilezilla-0.9.0.ebuild | 30 -
 2 files changed, 31 deletions(-)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 617075c81e3..09f57d5e0f5 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,3 +1,2 @@
-DIST libfilezilla-0.9.0.tar.bz2 383160 SHA256 
41d02b3eb54be1b1fdab89104a28a47fb654465a8d9ad00446c221a27bd9800c SHA512 
9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405
 WHIRLPOOL 
d50fb251047477d8b1ecefb924b98dfadc48ea5f7c6980344817bcfcd4dae5344bae75d49e8bda8b68ef955864896a6293d633bd4384557cb9f3bb6bd3953440
 DIST libfilezilla-0.9.1.tar.bz2 383315 SHA256 
18b2391771f330cccab2c55a66197b9098f236e616f26f86326795b900913b1a SHA512 
bbcd826675e9c3e2f8cf1cea4da01434a66359ae816efdc5c981fbfebde0b73ce44a6d37546196fc00cb118d9b4d7772b73e30f8d5a78294f97b9899e9ba3393
 WHIRLPOOL 
cbe3c1b30cd4dad6d6806c01921fe4bd15a8797f7dcf92737b34d04e3d35954a584d9155ea8385beecf52b176ac41b114814047f1b570791ff2a4314fa787a58
 DIST libfilezilla-0.9.2.tar.bz2 383522 SHA256 
c162e8a23555b3bbc707cf240b0b4122ea2975d6d8b10744325b968f656b3be3 SHA512 
f825d116e252786801115189f9966ba7ab8663863d921cce530569a172ab33dbc31234d6286b0b3e6edc19ec0a5ba009788382ec5d5359f97a9cb10f30715f88
 WHIRLPOOL 
16adf902b1a27766f86221e08e3599f84e64da30893ca3f67d3e467ef74c00eaa9db6abaef360a8a4ba4c47ebbfb92239344335a0fedd4cb9263b2542fde8147

diff --git a/dev-libs/libfilezilla/libfilezilla-0.9.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.9.0.ebuild
deleted file mode 100644
index 5ba7d95be5b..000
--- a/dev-libs/libfilezilla/libfilezilla-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/";
-SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2
-   http://download.filezilla-project.org/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   test? ( dev-util/cppunit )"
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   if ! test-flag-CXX -std=c++14; then
-   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
-   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
-   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
-   die "Currently active compiler does not support 
-std=c++14"
-   fi
-   fi
-}



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

2017-06-04 Thread Bernard Cafarelli
commit: 4dc28e4b46b43da6a0421f9f8de400643f121b01
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Jun  4 11:20:13 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Jun  4 11:20:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc28e4b

net-ftp/filezilla: clean old versions, security bug #610554

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-ftp/filezilla/Manifest |  6 --
 .../filezilla/files/filezilla-3.10.2-debug.patch   | 13 
 .../files/filezilla-3.24.1-desktop_entry.patch |  8 ---
 net-ftp/filezilla/filezilla-3.12.0.2.ebuild| 67 ---
 net-ftp/filezilla/filezilla-3.14.1.ebuild  | 78 --
 net-ftp/filezilla/filezilla-3.24.0.ebuild  | 68 ---
 net-ftp/filezilla/filezilla-3.24.1-r1.ebuild   | 73 
 net-ftp/filezilla/filezilla-3.25.0.ebuild  | 68 ---
 net-ftp/filezilla/filezilla-3.25.1.ebuild  | 68 ---
 9 files changed, 449 deletions(-)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index 00f1f29a120..59577e1075d 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,7 +1 @@
-DIST FileZilla_3.12.0.2_src.tar.bz2 4440836 SHA256 
7a296fc2cd94d00d3a14ad29b84ff081c60a791f4cddc07f0bd8022bd57e1d0d SHA512 
163ab37d0b15ffd511c9237727b2a2879c2ff38f264853148633c87ec2d6e07cca1847104eb8c7190a0d27a6978ddb10b10dd8e1ef6e157051567b04d1ec5930
 WHIRLPOOL 
1b3c859f77ab1c10adcbbbdf6201adfd388d25af4ff91c4a96cba7ff57eadf66a181ddd421b01dc124b2a58ca96599d5cfd11e321dac76afc18a69698dd8d8e1
-DIST FileZilla_3.14.1_src.tar.bz2 4411187 SHA256 
b10871b6ced5f52062b44deda037edb8a38090b226a018b9b64b1a1feb59d46c SHA512 
c97767ed01f4538a2f4b8760601778ca7f9aa99b5b928cb86c9508eba0490bbc1f31921d098e0ccd30712ff06dc9f21d323201fb8bee80b9fb7a6528fbb03368
 WHIRLPOOL 
1fbccfbb0de5111fad14eb0b38ee190aefc4c80777c3611189c74412dfefdf2fd96d4a42c917791d3a3318b6ae22f01a7d24a4a0904386b22a98693151b5a822
-DIST FileZilla_3.24.0_src.tar.bz2 4635977 SHA256 
3d5dd4899cdeca038afd330f24098a61a223f15b172611e0c210244911cd4cad SHA512 
e5e7fcf1d1c33053775d09ee9a3c0bac1286b4ed5aee1af47498ec2d860bd0571b8e2a35443119d3ebe61a8eea4fb236edb0e7d9dc6a1b37b823902828620ea0
 WHIRLPOOL 
41abe64523852b45c7ca7e8bf54ed92d749fb4af289b4cdfd0bfa7399dbcd4f135bdc5329b26306b2a04e98c9790b38945c82566db200de8d741603044ba61a1
-DIST FileZilla_3.24.1_src.tar.bz2 4645630 SHA256 
e6dd748c7ec067c1165683ebe81325ce6c561f4725963a9515494af346a30c2a SHA512 
7a3f871278ad35a9237e7a8e16c4b7becadd29bb3385dd528a645c96a36c9451d7e798da43bfe57de4064206605750a9184494ff8ff233511a4be09b6265bffd
 WHIRLPOOL 
344fff6628ef3f281784b729aa913b33dcff0cc275d389886fb0913aa2d36407362fbe69b36071ded1923a8ccc14fe6304a418b3d69f37649d5401abefdd5d69
-DIST FileZilla_3.25.0_src.tar.bz2 4707698 SHA256 
104e5f302dfef72cf9d235a880da159c93c9378ebfc48487ef07a1ba7f5834ac SHA512 
efaf92b3705394a310dd2026095b0b44e54182e508e3fa6838944f7d2bca8f053f4242c8138385b1e4fd33837476c34173a33e234be0faaaec9fdc9a7b0fbb79
 WHIRLPOOL 
edd44203e72603072e82f47eb1b78397f707b7d22ecd18706bfdb8a37cdc882a09e808b19c0c742bec2d7979067d532425fcbeafdf952310eef4b8d3cb103eb4
-DIST FileZilla_3.25.1_src.tar.bz2 4707839 SHA256 
8873be716059cf7425b72dba5d130ea2a1ec62a769b4ada41f6c7313a2112fc1 SHA512 
fbaa5184c21a06884db68befec8a30971a620744114ba0d12f701999210e2448ae88267c0631bbed0abeef302c6f2d80033a8f70ed548a5dd05f74cd5567a64b
 WHIRLPOOL 
6ab1b5a6a3177fbb74bc5db588ee9dd053bbe66a0ddaa90a5e602b37acfb9444275033e3bfbbdc5cc2d169b8218cdf797a9cd693c29c0b070f0110c2eab66869
 DIST FileZilla_3.25.2_src.tar.bz2 4712781 SHA256 
559b0adbc1aff862dddbce95ed8a4a854c7a255b1de79efba9eabe459381aacd SHA512 
6c6feeec0b1bd15ff2c3fecbec22bca9c79f4263e0d1855c6d27a3df54128cfd837f0a546d1540b87b4645e620b57961b8ac0f01bd52748832f5625139c39764
 WHIRLPOOL 
68bb9fab223af9fdb4a80a14424286c2a1fa28d55393c5ed387ce5b546fc422ca97ced10b81885faab4eb9b29980874b8b7b11ee265b0df0fa50df6c299d0dc8

diff --git a/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch 
b/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch
deleted file mode 100644
index 74e3fc30ea2..000
--- a/net-ftp/filezilla/files/filezilla-3.10.2-debug.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 configure.ac.orig  2015-03-03 17:04:56.300296016 +0100
-+++ configure.ac   2015-03-03 17:05:20.739299967 +0100
-@@ -46,8 +46,8 @@
- if ! test "$localesonly" = "yes"; then
- 
-   if test "X$GCC" = Xyes; then
--CFLAGS="$CFLAGS -Wall -g"
--CXXFLAGS="$CXXFLAGS -Wall -g"
-+CFLAGS="$CFLAGS -Wall"
-+CXXFLAGS="$CXXFLAGS -Wall"
-   fi
- 
-   # Check for C++11 support

diff --git a/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch 
b/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch
deleted file mode 100644
index 2a579e898cc..000
--- a/net-ftp/filezilla/files/filezilla-3.24.1-desktop_entry.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 FileZ

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

2017-06-04 Thread Sergei Trofimovich
commit: e0ef8f53c794670326dabb4b8dbf4a217ace2892
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jun  4 11:29:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jun  4 11:30:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ef8f53

media-libs/mutagen: ia64 stable, bug #588446

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/mutagen/mutagen-1.35.1.ebuild 
b/media-libs/mutagen/mutagen-1.35.1.ebuild
index f02c26576a1..51c48ea629d 100644
--- a/media-libs/mutagen/mutagen-1.35.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.35.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://bitbucket.org/lazka/${PN}/downloads/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 # TODO: Missing support for >=dev-python/eyeD3-0.7 API



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

2017-06-04 Thread Thomas Deutschmann
commit: bbb634585b0c2ff3658e8a46d2d2ab0f6546db3a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 11:33:23 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun  4 11:33:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb63458

www-apps/viewvc: Security bump to v1.1.26 (bug #608738)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/viewvc/Manifest |   1 +
 www-apps/viewvc/viewvc-1.1.26.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/www-apps/viewvc/Manifest b/www-apps/viewvc/Manifest
index e5da4a72ef5..a58658d633f 100644
--- a/www-apps/viewvc/Manifest
+++ b/www-apps/viewvc/Manifest
@@ -1 +1,2 @@
 DIST viewvc-1.1.20.tar.gz 616561 SHA256 
ecd9b77ddcdc33594edce34751b0feae64338580c177804e2a8395874cb31ff2 SHA512 
1c0129be983e6832f12cf4850ee6fe03c6a4f694d9e7643f0efe65bd3e8c7d820fdaf3bb16fd3bb3628ea133b58b1e03196f2eb439cfb6ab4727d6178516d8d1
 WHIRLPOOL 
5746826abcdc061b7c7fc2de49bb3034c54b8fd889038334a2b55ae5523796710b7e1f83bdddfe1127f3d795d12275939dd43c38ceb29110cf6d3a4ab1a11cd4
+DIST viewvc-1.1.26.tar.gz 616103 SHA256 
9d718237df7fc04d511302812c0bec0363cf6b8334ab796953a764c2de426e43 SHA512 
af70d4344fe92f942debb407b6fad909e250ba2656499f5229e1c2f018dfbd783d0cebd28c49a429bd7b155bb6db02cead602384f91b99b7ced6aa365e32bb8e
 WHIRLPOOL 
d8d6348d9d4c48176ff71af6aec74c4d3d73a58217b7b6b23f27d47503548df66cb0121b7d17d89c2a9a0524280b22960fcbf3a7b11a35c8411626f8759c2d50

diff --git a/www-apps/viewvc/viewvc-1.1.26.ebuild 
b/www-apps/viewvc/viewvc-1.1.26.ebuild
new file mode 100644
index 000..2c5d23c4ed5
--- /dev/null
+++ b/www-apps/viewvc/viewvc-1.1.26.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils python-single-r1 webapp
+
+WEBAPP_MANUAL_SLOT="yes"
+
+DESCRIPTION="ViewVC, a web interface to CVS and Subversion"
+HOMEPAGE="http://viewvc.org/";
+SRC_URI="http://viewvc.org/downloads/${P}.tar.gz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="cvs cvsgraph mod_wsgi mysql pygments +subversion"
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}
+   cvs? ( dev-vcs/rcs )
+   subversion? ( >=dev-vcs/subversion-1.3.1[python,${PYTHON_USEDEP}] )
+
+   mod_wsgi? ( www-apache/mod_wsgi[${PYTHON_USEDEP}] )
+   !mod_wsgi? ( virtual/httpd-cgi )
+
+   cvsgraph? ( >=dev-vcs/cvsgraph-1.5.0 )
+   mysql? ( >=dev-python/mysql-python-0.9.0[${PYTHON_USEDEP}] )
+   pygments? (
+   dev-python/pygments[${PYTHON_USEDEP}]
+   app-misc/mime-types
+   )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   || ( cvs subversion )"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   webapp_pkg_setup
+}
+
+src_prepare() {
+   eapply_user
+
+   find bin/ -type f -print0 | xargs -0 sed -i \
+   -e "s|\(^LIBRARY_DIR\)\(.*\$\)|\1 = 
\"$(python_get_sitedir)/${PN}\"|g" \
+   -e "s|\(^CONF_PATHNAME\)\(.*\$\)|\1 = 
\"../conf/viewvc.conf\"|g" || die
+
+   sed -i -e "s|\(self\.options\.template_dir\)\(.*\$\)|\1 = 
\"${MY_APPDIR}/templates\"|" \
+   lib/config.py || die
+
+   sed -i -e "s|^template_dir.*|#&|" conf/viewvc.conf.dist || die
+   sed -i -e "s|^#mime_types_files =.*|mime_types_files = 
/etc/mime.types|" conf/viewvc.conf.dist || die
+   mv conf/viewvc.conf{.dist,} || die
+   mv conf/cvsgraph.conf{.dist,} || die
+
+   python_fix_shebang .
+}
+
+src_install() {
+   webapp_src_preinst
+
+   newbin bin/standalone.py viewvc-standalone-server
+
+   dodoc CHANGES COMMITTERS INSTALL README
+
+   python_moduleinto viewvc
+   python_domodule lib/.
+
+   insinto "${MY_APPDIR}"
+   doins -r templates/ || die "doins failed"
+   doins -r templates-contrib/
+
+   if use mysql; then
+   exeinto "${MY_HOSTROOTDIR}/bin"
+   doexe bin/{*dbadmin,make-database,loginfo-handler}
+   fi
+
+   insinto "${MY_HOSTROOTDIR}/conf"
+   doins conf/{viewvc,cvsgraph}.conf
+
+   exeinto "${MY_CGIBINDIR}"
+   doexe bin/cgi/viewvc.cgi
+   if use mysql; then
+   doexe bin/cgi/query.cgi
+   fi
+
+   exeinto "${MY_CGIBINDIR}"
+   if use mod_wsgi; then
+   doexe bin/wsgi/viewvc.wsgi
+   if use mysql; then
+   doexe bin/wsgi/query.wsgi
+   fi
+   else
+   doexe bin/wsgi/viewvc.fcgi
+   if use mysql; then
+   doexe bin/wsgi/query.fcgi
+   fi
+   fi
+
+   webapp_configfile "${MY_HOSTROOTDIR}/conf/"{viewvc,cvsgraph}.conf
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+   elog "Now read INSTALL in /usr/share/doc/${PF} to configure ${PN}"
+}



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

2017-06-04 Thread Pacho Ramos
commit: d0f563666a03b112bc43aa2a7c9a5598318a44ff
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun  4 11:12:49 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun  4 11:35:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f56366

www-client/phantomjs: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/phantomjs/phantomjs-2.0.0.ebuild | 82 -
 1 file changed, 82 deletions(-)

diff --git a/www-client/phantomjs/phantomjs-2.0.0.ebuild 
b/www-client/phantomjs/phantomjs-2.0.0.ebuild
deleted file mode 100644
index 1826cedde17..000
--- a/www-client/phantomjs/phantomjs-2.0.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-inherit eutils toolchain-funcs pax-utils multiprocessing ruby-single
-
-DESCRIPTION="A headless WebKit scriptable with a JavaScript API"
-HOMEPAGE="http://phantomjs.org/";
-SRC_URI="https://bitbucket.org/ariya/phantomjs/downloads/${P}-source.zip";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="dev-libs/icu:=
-   dev-libs/openssl:0
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   media-libs/libpng:0=
-   virtual/jpeg:0"
-DEPEND="${RDEPEND}
-   ${RUBY_DEPS}
-   net-misc/openssh[-bindist]
-   app-arch/unzip
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}/phantomjs-python3-udis86-itab.patch"
-   epatch "${FILESDIR}/phantomjs-gcc5-compile-fix.patch"
-
-   # Respect CC, CXX, {C,CXX,LD}FLAGS in .qmake.cache
-   sed -i \
-   -e "/^SYSTEM_VARIABLES=/i \
-   CC='$(tc-getCC)'\n\
-   CXX='$(tc-getCXX)'\n\
-   CFLAGS='${CFLAGS}'\n\
-   CXXFLAGS='${CXXFLAGS}'\n\
-   LDFLAGS='${LDFLAGS}'\n\
-   QMakeVar set QMAKE_CFLAGS_RELEASE\n\
-   QMakeVar set QMAKE_CFLAGS_DEBUG\n\
-   QMakeVar set QMAKE_CXXFLAGS_RELEASE\n\
-   QMakeVar set QMAKE_CXXFLAGS_DEBUG\n\
-   QMakeVar set QMAKE_LFLAGS_RELEASE\n\
-   QMakeVar set QMAKE_LFLAGS_DEBUG\n"\
-   src/qt/qtbase/configure \
-   || die
-
-   # Respect CC, CXX, LINK and *FLAGS in config.tests
-   find src/qt/qtbase/config.tests/unix -name '*.test' -type f -exec \
-   sed -i -e "/bin\/qmake/ s: \"\$SRCDIR/: \
-   'QMAKE_CC=$(tc-getCC)''QMAKE_CXX=$(tc-getCXX)'  
'QMAKE_LINK=$(tc-getCXX)' \
-   'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 
'QMAKE_LFLAGS+=${LDFLAGS}'&:" \
-   {} + || die
-}
-
-src_compile() {
-   ./build.sh \
-   --confirm \
-   --jobs $(makeopts_jobs) \
-   --qt-config "$($(tc-getPKG_CONFIG) --cflags-only-I freetype2)" \
-   || die
-}
-
-src_test() {
-   ./bin/phantomjs test/run-tests.js || die
-}
-
-src_install() {
-   pax-mark m bin/phantomjs || die
-   dobin bin/phantomjs
-   dodoc ChangeLog README.md
-   if use examples ; then
-   docinto examples
-   dodoc examples/*
-   fi
-}



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

2017-06-04 Thread Michael Palimaka
commit: 522bef331aed4670a4c97d635d6d9fe8df0bb31e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 11:39:00 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 11:40:00 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=522bef33

dev-qt/qtwebengine: use correct variable name

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-qt/qtwebengine/qtwebengine-5.6..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5.7..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild| 2 +-
 dev-qt/qtwebengine/qtwebengine-5.9..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5..ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.6..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
index 75bfee80..980222ab 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
@@ -89,7 +89,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAOPTS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 
0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
index 487e68d8..cea59ebe 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
@@ -98,7 +98,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAOPTS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 
0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
 
local myqmakeargs=(
$(usex alsa 'WEBENGINE_CONFIG+=use_alsa' '')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
index f4fb9799..7ba36758 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAOPTS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 
0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
index f4fb9799..7ba36758 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAOPTS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 
0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5..ebuild
index f4fb9799..7ba36758 100644
--- a/dev-qt/qtwebengine/qtwebengine-5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5..ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAOPTS="-j$(makeopts_jobs) -l$(makeopts_loadavg "${MAKEOPTS}" 
0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')



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

2017-06-04 Thread Michael Palimaka
commit: cfbb33fabae2dd1ced8dbf4d83dfad1068571272
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  4 11:39:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  4 11:40:00 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=cfbb33fa

dev-qt/qtwebengine: make build log verbose

Gentoo-bug: 590920
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-qt/qtwebengine/qtwebengine-5.6..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5.7..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild| 2 +-
 dev-qt/qtwebengine/qtwebengine-5.9..ebuild | 2 +-
 dev-qt/qtwebengine/qtwebengine-5..ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.6..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
index 980222ab..a2eacb72 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.6..ebuild
@@ -89,7 +89,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0) -v"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
index cea59ebe..6662a5a0 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7..ebuild
@@ -98,7 +98,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0) -v"
 
local myqmakeargs=(
$(usex alsa 'WEBENGINE_CONFIG+=use_alsa' '')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
index 7ba36758..08947104 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9.0.ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0) -v"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
index 7ba36758..08947104 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.9..ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0) -v"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')

diff --git a/dev-qt/qtwebengine/qtwebengine-5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-5..ebuild
index 7ba36758..08947104 100644
--- a/dev-qt/qtwebengine/qtwebengine-5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5..ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
 src_configure() {
export NINJA_PATH=/usr/bin/ninja
-   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0)"
+   export NINJAFLAGS="-j$(makeopts_jobs) -l$(makeopts_loadavg 
"${MAKEOPTS}" 0) -v"
 
local myqmakeargs=(
$(usex bindist '' 'WEBENGINE_CONFIG+=use_proprietary_codecs')



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

2017-06-04 Thread Andreas Sturmlechner
commit: 38eeeb04df26f447022d2b08ed2647a973bbdaf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  4 11:28:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun  4 11:47:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eeeb04

x11-libs/qtscriptgenerator: Disable webkit bindings, bump to EAPI 6

Gentoo-bug: 620760

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../qtscriptgenerator-0.2.0-r1.ebuild  | 70 ++
 1 file changed, 70 insertions(+)

diff --git a/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild 
b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild
new file mode 100644
index 000..01b93997082
--- /dev/null
+++ b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=${PN}-src-${PV}
+
+DESCRIPTION="Tool for generating Qt bindings for Qt Script"
+HOMEPAGE="https://code.google.com/p/qtscriptgenerator/";
+SRC_URI="https://dev.gentoo.org/~johu/distfiles/${MY_P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="debug kde"
+
+DEPEND="
+   dev-qt/designer:4
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4[accessibility]
+   dev-qt/qtopengl:4
+   dev-qt/qtscript:4
+   dev-qt/qtsql:4
+   dev-qt/qtsvg:4[accessibility]
+   dev-qt/qtxmlpatterns:4
+   !kde? ( || (
+   dev-qt/qtphonon:4
+   media-libs/phonon[qt4]
+   ) )
+   kde? ( media-libs/phonon[qt4] )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # remove phonon
+   sed -i "/typesystem_phonon.xml/d" generator/generator.qrc || die "sed 
failed"
+   sed -i "/qtscript_phonon/d" qtbindings/qtbindings.pro || die "sed 
failed"
+   sed -i "/qtscript_webkit/d" qtbindings/qtbindings.pro || die "sed 
failed"
+
+   use arm && eapply "${FILESDIR}"/${P}-arm.patch
+}
+
+src_configure() {
+   cd "${S}"/generator || die
+   eqmake4 generator.pro
+
+   cd "${S}"/qtbindings || die
+   eqmake4 qtbindings.pro
+}
+
+src_compile() {
+   cd "${S}"/generator || die
+   emake
+   ./generator --include-paths="$(qt4_get_headerdir)" || die
+
+   cd "${S}"/qtbindings || die
+   emake
+}
+
+src_install() {
+   insinto "$(qt4_get_libdir)"/plugins/script
+   insopts -m0755
+   doins "${S}"/plugins/script/*
+}



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

2017-06-04 Thread Justin Lecher
commit: 33dfb15195aa23c778feac59c5112ffc1f2320c2
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Jun  4 11:49:28 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Jun  4 11:49:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33dfb151

dev-python/pandas: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=620290
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/pandas/Manifest |   1 +
 dev-python/pandas/pandas-0.20.1.ebuild | 162 +
 2 files changed, 163 insertions(+)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index c7d4b01cb04..80b1bf9ae5b 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -2,3 +2,4 @@ DIST pandas-0.16.2.tar.gz 4931751 SHA256 
e01853dfe111f3aea005315573400b7216ddbab
 DIST pandas-0.17.0.tar.gz 6508621 SHA256 
320d4fdf734b82adebc8fde9d8ca4b05fe155a72b6f7aa95d76242da8748d6a4 SHA512 
bae6964e263c7ff6cac722cdfe23081f23c357d9bc39a670b5627bef4630c236a58aa8c0393eae921721bf7049c8e5266b4dea71dd957da5d89dafc14a04797b
 WHIRLPOOL 
d654eb2f9ffbfedbde60e4a6e6ce6f54650a8a68b4d20035744aa55111525d6bba4dae2ccbfce65acf71bb200e2e6029c7f6c9bcc9d0c582d808444738baedb1
 DIST pandas-0.17.1.tar.gz 6674479 SHA256 
cfd7214a7223703fe6999fbe34837749540efee1c985e6aee9933f30e3f72837 SHA512 
9d9f9064585b1f3551625e0c8f4eedaaa1253790c2a5cb28e58e70eb805cc18f9770d793aa748cbd76798488ff60efdd01eb4b21daf5ad8f1dc4d9c050487234
 WHIRLPOOL 
5238575bd64b8d38db4f9a0ea987a7f78ffd1821e5a22bad65c84c407feca3af6f3b536a0a2f337291aa04e94c86fdb40382dad4ce50f8a33a5e26d655c628c2
 DIST pandas-0.19.1.tar.gz 8360233 SHA256 
2509feaeda72fce03675e2eccd2284bb1cadb6a0737008a5e741fe2431d47421 SHA512 
6451990a7fae8c6db8ab0b014a13b4f1828754d3998f13c17b111f891fb9fd23f8e09b907623096dfa55668c42298eee1373210a9fddb95f56dd7d552b964e6f
 WHIRLPOOL 
700c0d819ab62134baf56430b7fa8840636ea377d00397341d33ec5f13474d9eeefea245aede80a80f7c16348ef811788947e5fe0020c9770005c74dd1288ef3
+DIST pandas-0.20.1.tar.gz 10307434 SHA256 
42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190 SHA512 
d477a815914c825efd6430f7eb19f3f9115c1c4ab03000ca6d4f64023f7b5f53eff512792fea2d8b33c7febb3667fc3a3de55f11eeb453f285cae40e6b473707
 WHIRLPOOL 
fca35c7178441e3cfe990740aecba923d8b3d56d70fa7b0285b09305a0d2f7a6ad01bb906d6d92748a038a3841cda783f01f75f93b67f15c53c9854a43819841

diff --git a/dev-python/pandas/pandas-0.20.1.ebuild 
b/dev-python/pandas/pandas-0.20.1.ebuild
new file mode 100644
index 000..3195714ae4b
--- /dev/null
+++ b/dev-python/pandas/pandas-0.20.1.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+VIRTUALX_REQUIRED="manual"
+
+inherit distutils-r1 eutils flag-o-matic virtualx
+
+DESCRIPTION="Powerful data structures for data analysis and statistics"
+HOMEPAGE="http://pandas.pydata.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc -minimal full-support test X"
+
+MINIMAL_DEPEND="
+   >dev-python/numpy-1.7[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   !https://github.com/pydata/pandas/issues/11299
+   sed \
+   -e 's:testOdArray:disable:g' \
+   -i pandas/tests/io/json/test_ujson.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # To build docs the need be located in $BUILD_DIR,
+   # else PYTHONPATH points to unusable modules.
+   if use doc; then
+   cd "${BUILD_DIR}"/lib || die
+   cp -ar "${S}"/doc . && cd doc || die
+   LANG=C PYTHONPATH=. virtx ${EPYTHON} make.py html || die
+   fi
+}
+
+python_test() {
+   local test_pandas='not network and not disabled'
+   [[ -n "${FAST_PANDAS}" ]] && test_pandas+=' and not slow'
+   pushd  "${BUILD_DIR}"/lib > /dev/null
+   "${EPYTHON}" -c "import pandas; pandas.show_versions()" || die
+   PYTHONPATH=. MPLCONFIGDIR=. \
+   virtx nosetests --verbosity=3 -A "${test_pandas}" pandas
+   popd > /dev/null
+}
+
+python_install_all() {
+   if use doc; then
+   dodoc -r "${BUILD_DIR}"/lib/doc/build/html
+   einfo "An initial build of docs is absent of references to 
statsmodels"
+   einfo "due to circular dependency. To have them included, 
emerge"
+   einfo "statsmodels next and re-emerge pandas with USE doc"
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "accelerating certain types of NaN evaluations, using 
specialized cython routines to achieve large speedups." dev-python/bottleneck
+   optfeature "accelerating ce

  1   2   3   >