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

2017-04-23 Thread Davide Pesavento
commit: 8be994b1f3693dbd80c081d4d4cddacca4615c2d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 23 23:36:44 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 23 23:37:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be994b1

x11-libs/qscintilla: rename "nested" functions to prevent name clashes

In particular, install() vs. /usr/bin/install

Gentoo-Bug: 616246
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/qscintilla/qscintilla-2.10.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/x11-libs/qscintilla/qscintilla-2.10.ebuild 
b/x11-libs/qscintilla/qscintilla-2.10.ebuild
index 95c0fb66750..eb99746332b 100644
--- a/x11-libs/qscintilla/qscintilla-2.10.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.10.ebuild
@@ -65,33 +65,34 @@ qsci_run_in() {
 
 src_configure() {
use qt4 && append-cxxflags -std=gnu++0x
+
if use designer; then
# prevent building against system version (bug 466120)
append-cxxflags -I../Qt4Qt5
append-ldflags -L../Qt4Qt5
fi
 
-   configure() {
+   qsci_configure() {
qsci_run_in Qt4Qt5 eqmake${MULTIBUILD_VARIANT#qt}
use designer && qsci_run_in designer-Qt4Qt5 
eqmake${MULTIBUILD_VARIANT#qt}
}
-   multibuild_foreach_variant run_in_build_dir configure
+   multibuild_foreach_variant run_in_build_dir qsci_configure
 }
 
 src_compile() {
-   compile() {
+   qsci_compile() {
qsci_run_in Qt4Qt5 emake
use designer && qsci_run_in designer-Qt4Qt5 emake
}
-   multibuild_foreach_variant run_in_build_dir compile
+   multibuild_foreach_variant run_in_build_dir qsci_compile
 }
 
 src_install() {
-   install() {
+   qsci_install() {
qsci_run_in Qt4Qt5 emake INSTALL_ROOT="${D}" install
use designer && qsci_run_in designer-Qt4Qt5 emake 
INSTALL_ROOT="${D}" install
}
-   multibuild_foreach_variant run_in_build_dir install
+   multibuild_foreach_variant run_in_build_dir qsci_install
 
DOCS=( ChangeLog NEWS )
use doc && HTML_DOCS=( doc/html-Qt4Qt5/. )



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

2017-04-23 Thread Zac Medico
commit: ad7760cb092e53a642eae2952ad277b01ddaab66
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 23 23:58:11 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 00:05:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7760cb

app-text/calibre: version bump to 2.83.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.83.0.ebuild | 251 +
 ...libre-2.83.0-lzxd-bounds-error-bug-540596.patch |  37 +++
 3 files changed, 289 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index cc4db3db000..9d0294abe41 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,2 +1,3 @@
 DIST calibre-2.78.0.tar.xz 38739404 SHA256 
d2b0b0c5451d3ac05ce9de0b801ddf8de7664fee45f273d7ee8445a1ec2f898b SHA512 
0779ac385dde45ac4baee7cecb0916e245f3e1cf20662bad9d9a4278265390b1aa89c2b478601b57113e7de08a69343288488ee299e8b43332f0129e650aa0ca
 WHIRLPOOL 
325fc35078ef0df0a29b4cd8e32445a881ede89e3db87606166ff0c8b7db10b7cc34432e63c2bb49382537a5107686339b987f1be807d59a1786ddfd4a75
 DIST calibre-2.80.0.tar.xz 38781996 SHA256 
33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1 SHA512 
9dc874cd7bfcc883514e354a494a83c63d19b88980df8f28fc03b57d3ebaafb45dad36f0d61e8ef08d363ed18a7bd953e8d624c69f0c3d7f7d66308fceac8982
 WHIRLPOOL 
b40701e810d9a9fab333f420bb1f14a89ac55dd7397407d4f31837efc97d323f74b94181436b8038004e404aff6e9c5696deee89daf1cd949e5659dbe43207c4
+DIST calibre-2.83.0.tar.xz 38875672 SHA256 
96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab SHA512 
a28aa52379bc317e648087b28859a8e2c50dd4e2ccb3352e135f896ad95ab9c85c1fba162fe3acd5056be80e7c4e9481ea1396cb638661cfdb27795051124821
 WHIRLPOOL 
bcce15cbfdcf78a56a24f931ae4eed688c7409af0455e9f1ca7aaf00751fa0b4a55e570501bc1b10d02a8e8397df979a18a999b4ddbbb645a7a376cded76cbec

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

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

2017-04-23 Thread Zac Medico
commit: d84849dbf70b9a050b996dbf0137fa633d8e1306
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 24 00:03:15 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 00:05:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84849db

app-text/calibre: patch older versions for bug 540596

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/calibre-2.78.0.ebuild | 3 ++-
 app-text/calibre/calibre-2.80.0.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/calibre/calibre-2.78.0.ebuild 
b/app-text/calibre/calibre-2.78.0.ebuild
index 94d804a8118..b2d45db79e7 100644
--- a/app-text/calibre/calibre-2.78.0.ebuild
+++ b/app-text/calibre/calibre-2.78.0.ebuild
@@ -86,7 +86,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch"
 
eapply_user
 

diff --git a/app-text/calibre/calibre-2.80.0.ebuild 
b/app-text/calibre/calibre-2.80.0.ebuild
index f41f4e7f5e7..edd2bf35f9d 100644
--- a/app-text/calibre/calibre-2.80.0.ebuild
+++ b/app-text/calibre/calibre-2.80.0.ebuild
@@ -86,7 +86,8 @@ src_prepare() {
# disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
eapply \
"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
-   "${FILESDIR}/${PN}-disable_plugins.patch"
+   "${FILESDIR}/${PN}-disable_plugins.patch" \
+   "${FILESDIR}/${PN}-2.83.0-lzxd-bounds-error-bug-540596.patch"
 
eapply_user
 



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

2017-04-23 Thread Davide Pesavento
commit: ba28f6814a223c7804b5f28e72cae91982377520
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 00:28:37 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:28:37 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ba28f681

Merge pull request #144 from Chiitoo

 dev-qt/assistant/{assistant-5.8.0.ebuild => assistant-5.9..ebuild}  | 0
 dev-qt/designer/{designer-5.8.0.ebuild => designer-5.9..ebuild} | 0
 .../{linguist-tools-5.8.0.ebuild => linguist-tools-5.9..ebuild} | 0
 dev-qt/linguist/{linguist-5.8.0.ebuild => linguist-5.9..ebuild} | 0
 .../pixeltool/{pixeltool-5.6..ebuild => pixeltool-5.9..ebuild}  | 0
 dev-qt/qdbus/{qdbus-5.8.0.ebuild => qdbus-5.9..ebuild}  | 0
 .../{qdbusviewer-5.8.0.ebuild => qdbusviewer-5.9..ebuild}   | 0
 dev-qt/qdoc/{qdoc-5.8.0.ebuild => qdoc-5.9..ebuild} | 0
 dev-qt/qt3d/{qt3d-5.8.0.ebuild => qt3d-5.9..ebuild} | 0
 .../{qtbluetooth-5.6..ebuild => qtbluetooth-5.9..ebuild}| 0
 dev-qt/qtcharts/{qtcharts-5.8.0.ebuild => qtcharts-5.9..ebuild} | 0
 .../{qtconcurrent-5.8.0.ebuild => qtconcurrent-5.9..ebuild} | 0
 dev-qt/qtcore/{qtcore-5..ebuild => qtcore-5.9..ebuild}  | 0
 .../{qtdatavis3d-5.8.0.ebuild => qtdatavis3d-5.9..ebuild}   | 0
 dev-qt/qtdbus/{qtdbus-5.8..ebuild => qtdbus-5.9..ebuild}| 0
 .../{qtdeclarative-5.8.0.ebuild => qtdeclarative-5.9..ebuild}   | 0
 dev-qt/qtdiag/{qtdiag-5.8.0.ebuild => qtdiag-5.9..ebuild}   | 0
 ...graphicaleffects-5.8.0.ebuild => qtgraphicaleffects-5.9..ebuild} | 0
 dev-qt/qtgui/{qtgui-5.8..ebuild => qtgui-5.9..ebuild}   | 0
 dev-qt/qthelp/{qthelp-5.8.0.ebuild => qthelp-5.9..ebuild}   | 0
 .../{qtimageformats-5.8.0.ebuild => qtimageformats-5.9..ebuild} | 0
 .../qtlocation/{qtlocation-5.8.0.ebuild => qtlocation-5.9..ebuild}  | 0
 .../{qtmultimedia-5.8.0.ebuild => qtmultimedia-5.9..ebuild} | 0
 dev-qt/qtnetwork/{qtnetwork-5.8.0.ebuild => qtnetwork-5.9..ebuild}  | 0
 dev-qt/qtopengl/{qtopengl-5.8.0.ebuild => qtopengl-5.9..ebuild} | 0
 dev-qt/qtpaths/{qtpaths-5.8.0.ebuild => qtpaths-5.9..ebuild}| 0
 .../{qtplugininfo-5.8.0.ebuild => qtplugininfo-5.9..ebuild} | 0
 .../{qtpositioning-5.8.0.ebuild => qtpositioning-5.9..ebuild}   | 0
 .../{qtprintsupport-5.8.0.ebuild => qtprintsupport-5.9..ebuild} | 0
 .../{qtquickcontrols-5.8.0.ebuild => qtquickcontrols-5.9..ebuild}   | 0
 ...tquickcontrols2-5.7..ebuild => qtquickcontrols2-5.9..ebuild} | 0
 dev-qt/qtscript/{qtscript-5.8.0.ebuild => qtscript-5.9..ebuild} | 0
 dev-qt/qtscxml/{qtscxml-5.8.0.ebuild => qtscxml-5.9..ebuild}| 0
 dev-qt/qtsensors/{qtsensors-5.8.0.ebuild => qtsensors-5.9..ebuild}  | 0
 .../{qtserialport-5.8.0.ebuild => qtserialport-5.9..ebuild} | 0
 dev-qt/qtsql/{qtsql-5.8.0.ebuild => qtsql-5.9..ebuild}  | 0
 dev-qt/qtsvg/{qtsvg-5.8.0.ebuild => qtsvg-5.9..ebuild}  | 0
 dev-qt/qttest/{qttest-5.8.0.ebuild => qttest-5.9..ebuild}   | 0
 .../{qttranslations-5.8.0.ebuild => qttranslations-5.9..ebuild} | 0
 dev-qt/qtwayland/{qtwayland-5.8.0.ebuild => qtwayland-5.9..ebuild}  | 0
 .../{qtwebchannel-5.8.0.ebuild => qtwebchannel-5.9..ebuild} | 0
 .../{qtwebengine-5.8.0.ebuild => qtwebengine-5.9..ebuild}   | 0
 dev-qt/qtwebkit/{qtwebkit-5..ebuild => qtwebkit-5.9..ebuild}| 2 +-
 .../{qtwebsockets-5.8.0.ebuild => qtwebsockets-5.9..ebuild} | 0
 .../qtwidgets/{qtwidgets-5.8..ebuild => qtwidgets-5.9..ebuild}  | 0
 .../{qtx11extras-5.8.0.ebuild => qtx11extras-5.9..ebuild}   | 0
 dev-qt/qtxml/{qtxml-5.8.0.ebuild => qtxml-5.9..ebuild}  | 0
 .../{qtxmlpatterns-5.8.0.ebuild => qtxmlpatterns-5.9..ebuild}   | 0
 48 files changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/, dev-qt/qtgraphicaleffects/, dev-qt/qtwebkit/, ...

2017-04-23 Thread Davide Pesavento
commit: 42be17c927f52fd0f4b7c2455e67059e7164e17d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Apr 18 16:46:19 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Apr 18 16:46:19 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=42be17c9

dev-qt: Add live ebuilds for the 5.9 branch.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-qt/assistant/assistant-5.9..ebuild |  37 +
 dev-qt/designer/designer-5.9..ebuild   |  40 +
 .../linguist-tools/linguist-tools-5.9..ebuild  |  35 +
 dev-qt/linguist/linguist-5.9..ebuild   |  28 
 dev-qt/pixeltool/pixeltool-5.9..ebuild |  25 
 dev-qt/qdbus/qdbus-5.9..ebuild |  25 
 dev-qt/qdbusviewer/qdbusviewer-5.9..ebuild |  27 
 dev-qt/qdoc/qdoc-5.9..ebuild   |  31 
 dev-qt/qt3d/qt3d-5.9..ebuild   |  30 
 dev-qt/qtbluetooth/qtbluetooth-5.9..ebuild |  33 +
 dev-qt/qtcharts/qtcharts-5.9..ebuild   |  29 
 dev-qt/qtconcurrent/qtconcurrent-5.9..ebuild   |  23 +++
 dev-qt/qtcore/qtcore-5.9..ebuild   |  44 ++
 dev-qt/qtdatavis3d/qtdatavis3d-5.9..ebuild |  31 
 dev-qt/qtdbus/qtdbus-5.9..ebuild   |  68 +
 dev-qt/qtdeclarative/qtdeclarative-5.9..ebuild |  56 +++
 dev-qt/qtdiag/qtdiag-5.9..ebuild   |  25 
 .../qtgraphicaleffects-5.9..ebuild |  21 +++
 dev-qt/qtgui/qtgui-5.9..ebuild | 164 +
 dev-qt/qthelp/qthelp-5.9..ebuild   |  31 
 .../qtimageformats/qtimageformats-5.9..ebuild  |  23 +++
 dev-qt/qtlocation/qtlocation-5.9..ebuild   |  29 
 dev-qt/qtmultimedia/qtmultimedia-5.9..ebuild   |  76 ++
 dev-qt/qtnetwork/qtnetwork-5.9..ebuild |  53 +++
 dev-qt/qtopengl/qtopengl-5.9..ebuild   |  34 +
 dev-qt/qtpaths/qtpaths-5.9..ebuild |  23 +++
 dev-qt/qtplugininfo/qtplugininfo-5.9..ebuild   |  23 +++
 dev-qt/qtpositioning/qtpositioning-5.9..ebuild |  34 +
 .../qtprintsupport/qtprintsupport-5.9..ebuild  |  42 ++
 .../qtquickcontrols-5.9..ebuild|  32 
 .../qtquickcontrols2-5.9..ebuild   |  21 +++
 dev-qt/qtscript/qtscript-5.9..ebuild   |  36 +
 dev-qt/qtscxml/qtscxml-5.9..ebuild |  19 +++
 dev-qt/qtsensors/qtsensors-5.9..ebuild |  26 
 dev-qt/qtserialport/qtserialport-5.9..ebuild   |  27 
 dev-qt/qtsql/qtsql-5.9..ebuild |  53 +++
 dev-qt/qtsvg/qtsvg-5.9..ebuild |  23 +++
 dev-qt/qttest/qttest-5.9..ebuild   |  29 
 .../qttranslations/qttranslations-5.9..ebuild  |  19 +++
 dev-qt/qtwayland/qtwayland-5.9..ebuild |  33 +
 dev-qt/qtwebchannel/qtwebchannel-5.9..ebuild   |  26 
 dev-qt/qtwebengine/qtwebengine-5.9..ebuild | 111 ++
 dev-qt/qtwebkit/qtwebkit-5.9..ebuild   | 107 ++
 dev-qt/qtwebsockets/qtwebsockets-5.9..ebuild   |  27 
 dev-qt/qtwidgets/qtwidgets-5.9..ebuild |  49 ++
 dev-qt/qtx11extras/qtx11extras-5.9..ebuild |  21 +++
 dev-qt/qtxml/qtxml-5.9..ebuild |  25 
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.9..ebuild |  19 +++
 48 files changed, 1843 insertions(+)

diff --git a/dev-qt/assistant/assistant-5.9..ebuild 
b/dev-qt/assistant/assistant-5.9..ebuild
new file mode 100644
index ..44fa4993
--- /dev/null
+++ b/dev-qt/assistant/assistant-5.9..ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+fi
+
+IUSE="webkit"
+
+DEPEND="
+   ~dev-qt/qtcore-${PV}
+   ~dev-qt/qtgui-${PV}
+   ~dev-qt/qthelp-${PV}
+   ~dev-qt/qtnetwork-${PV}
+   ~dev-qt/qtprintsupport-${PV}
+   ~dev-qt/qtsql-${PV}[sqlite]
+   ~dev-qt/qtwidgets-${PV}
+   webkit? ( ~dev-qt/qtwebkit-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+   src/assistant/assistant
+)
+
+src_prepare() {
+   qt_use_disable_mod webkit webkitwidgets \
+   src/assistant/assistant/assistant.pro
+
+   qt5-build_src_prepare
+}

diff --git a/dev-qt/designer/designer-5.9..ebuild 
b/dev-qt/designer/designer-5.9..ebuild
new file mode 100644
index ..881db449
--- /dev/null
+++ b/dev-qt/designer/designer-5.9..ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DE

[gentoo-commits] proj/qt:master commit in: dev-qt/qtscript/, dev-qt/qtcharts/, dev-qt/assistant/, dev-qt/qtprintsupport/, ...

2017-04-23 Thread Davide Pesavento
commit: 97708267cddd2c93fa37785c994431ac68f8cdc6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 00:37:17 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:37:17 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=97708267

dev-qt: update copyright year

 dev-qt/assistant/assistant-5.6..ebuild   | 2 +-
 dev-qt/assistant/assistant-5.7..ebuild   | 2 +-
 dev-qt/assistant/assistant-5.8..ebuild   | 2 +-
 dev-qt/assistant/assistant-5..ebuild | 2 +-
 dev-qt/designer/designer-5.6..ebuild | 2 +-
 dev-qt/designer/designer-5.7..ebuild | 2 +-
 dev-qt/designer/designer-5.8..ebuild | 2 +-
 dev-qt/designer/designer-5..ebuild   | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.6..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.7..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.8..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5..ebuild   | 2 +-
 dev-qt/linguist/linguist-5.6..ebuild | 2 +-
 dev-qt/linguist/linguist-5.7..ebuild | 2 +-
 dev-qt/linguist/linguist-5.8..ebuild | 2 +-
 dev-qt/linguist/linguist-5..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.6..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.7..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5.8..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5..ebuild | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.6..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.7..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.8..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5..ebuild | 2 +-
 dev-qt/qt3d/qt3d-5.7..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5.7..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5.8..ebuild | 2 +-
 dev-qt/qtcharts/qtcharts-5..ebuild   | 2 +-
 dev-qt/qtchooser/qtchooser-.ebuild   | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.6..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.7..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.8..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5..ebuild   | 2 +-
 dev-qt/qtcore/qtcore-5.6..ebuild | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5.7..ebuild   | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5.8..ebuild   | 2 +-
 dev-qt/qtdatavis3d/qtdatavis3d-5..ebuild | 2 +-
 dev-qt/qtdbus/qtdbus-5.6..ebuild | 2 +-
 dev-qt/qtdbus/qtdbus-5.7..ebuild | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.7..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5.8..ebuild   | 2 +-
 dev-qt/qtdeclarative/qtdeclarative-5..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.6..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.7..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5.8..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5..ebuild   | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.6..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.7..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.8..ebuild | 2 +-
 dev-qt/qtgraphicaleffects/qtgraphicaleffects-5..ebuild   | 2 +-
 dev-qt/qtgui/qtgui-5.6..ebuild   | 2 +-
 dev-qt/qtgui/qtgui-5.7..ebuild   | 2 +-
 dev-qt/qthelp/qthelp-5.6..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5.7..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5.8..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5..ebuild   | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.6..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.7..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5.8..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5..ebuild   | 2 +-
 dev-qt/qtlocation/qtlocation-5.6..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.7..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5.8..ebuild | 2 +-
 dev-qt/qtlocation/qtlocation-5..ebuild   | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.7..ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.8..ebuild

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

2017-04-23 Thread Davide Pesavento
commit: 65a3a886f9bb48643053af1c4ce282d154f159ae
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 24 01:01:09 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 01:01:09 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=65a3a886

Merge pull request #146 from BinaryKhaos

 dev-qt/qtdbus/qtdbus-5.8.0.ebuild| 30 --
 dev-qt/qtdbus/qtdbus-5.8..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5.9..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5..ebuild   | 30 --
 eclass/qt5-build.eclass  |  7 ++-
 5 files changed, 6 insertions(+), 121 deletions(-)



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

2017-04-23 Thread Davide Pesavento
commit: 5c41b675d30045c54dd9a66dc99352c5362a8b91
Author: Matthias Dahl  binary-island  eu>
AuthorDate: Thu Apr 20 08:06:20 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:59:18 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5c41b675

dev-qt/qtdbus: revert awful hack

With the changes to qt5-build.eclass to pass 'dbus-runtime' instead
of 'no-dbus' to avoid a general QT_NO_DBUS macro in QtCore/qconfig.h,
this hack is no longer needed and qtdbus compiles just fine.

 dev-qt/qtdbus/qtdbus-5.8.0.ebuild| 30 --
 dev-qt/qtdbus/qtdbus-5.8..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5.9..ebuild | 30 --
 dev-qt/qtdbus/qtdbus-5..ebuild   | 30 --
 4 files changed, 120 deletions(-)

diff --git a/dev-qt/qtdbus/qtdbus-5.8.0.ebuild 
b/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
index 2c260c29..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.8.0.ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${S}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5.8..ebuild 
b/dev-qt/qtdbus/qtdbus-5.8..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.8..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.8..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${QT5_BUILD_DIR}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5.9..ebuild 
b/dev-qt/qtdbus/qtdbus-5.9..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5.9..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.9..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepare() {
-   qt5-build_src_prepare
-
-   cat > "${S}/src/corelib/corelib.pro" <<-_EOF_ || die
-   QT =
-   TARGET = QtCore
-   load(qt_module)
-   _EOF_
-}
-
 src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
 }
-
-src_compile() {
-   hack() {
-   emake
-   if [[ ${subdir} = "src/corelib" ]]; then
-   rm "${QT5_BUILD_DIR}"/lib/libQt5Core* || die
-   fi
-   }
-   qt5_foreach_target_subdir hack
-}
-
-src_install() {
-   QT5_TARGET_SUBDIRS=(
-   src/dbus
-   src/tools/qdbusxml2cpp
-   src/tools/qdbuscpp2xml
-   )
-   qt5-build_src_install
-}

diff --git a/dev-qt/qtdbus/qtdbus-5..ebuild 
b/dev-qt/qtdbus/qtdbus-5..ebuild
index a8861216..d7d8945c 100644
--- a/dev-qt/qtdbus/qtdbus-5..ebuild
+++ b/dev-qt/qtdbus/qtdbus-5..ebuild
@@ -20,7 +20,6 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 QT5_TARGET_SUBDIRS=(
-   src/corelib
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
@@ -31,38 +30,9 @@ QT5_GENTOO_CONFIG=(
:dbus-linked:
 )
 
-src_prepa

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

2017-04-23 Thread Davide Pesavento
commit: 53e51ab097bd73ec05d56c389bc68da17eaf22d5
Author: Matthias Dahl  binary-island  eu>
AuthorDate: Thu Apr 20 07:55:36 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Apr 24 00:51:37 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=53e51ab0

qt5-build.eclass: workaround global disabling of dbus for qtbase >= 5.8

Passing a 'no-dbus' to configure will result in a QT_NO_DBUS macro in
QtCore/qconfig.h when qtcore is compiled -- causing all sorts of havoc
naturally while compiling packages that require QtDBus.

If we use 'dbus-runtime' instead, there will be no hard dependencies
on DBus, while avoiding that macro altogether.

I recompiled Qt 5.8. with it, as well as kde-frameworks/*,
and everything turned out fine. I did not find any side-effects.

Gentoo-Bug: 599636

 eclass/qt5-build.eclass | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index d679da40..0c92a306 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -630,7 +630,12 @@ qt5_base_configure() {
$([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -iconv)
 
# disable everything to prevent automagic deps (part 3)
-   -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus
+   -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig
+
+   # FIXME
+   # since 5.8, disabling dbus generates a QT_NO_DBUS in 
QtCore/qconfig.h,
+   # thus specify runtime loading of libdbus to avoid the #define
+   $([[ ${QT5_MINOR_VERSION} -ge 8 ]] && echo -dbus-runtime || 
echo -no-dbus)
 
# let portage handle stripping
-no-strip



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

2017-04-23 Thread Zac Medico
commit: a15118e530db51aa438f0c605eba297c5adda83b
Author: cryptogopher  michalczyk  pro>
AuthorDate: Sun Apr 23 15:52:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15118e5

dev-util/android-tools: version bump 6.0.1_p79

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/Manifest|  5 ++
 .../android-tools/android-tools-6.0.1_p79.ebuild   | 72 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-util/android-tools/Manifest b/dev-util/android-tools/Manifest
index a0210d8aeda..12f70f3fcab 100644
--- a/dev-util/android-tools/Manifest
+++ b/dev-util/android-tools/Manifest
@@ -3,3 +3,8 @@ DIST android-tools-5.1.1_r13-core.tar.gz 1210720 SHA256 
f62ad7eb61650bc69cafd081
 DIST android-tools-5.1.1_r13-extras.tar.gz 282690 SHA256 
35440226e2dd41e91b96f4791fd389d38e98aedd596c09bdb80b9d27bb8fdf82 SHA512 
322d45be02d3d5a5bf677e3a38a44085258ee7b9a8c0a7bc08ddb4104168170d5969699ee54e19009a2bd0d7e0ac6ad7971ccc67e2a0311c6f1ba7fb76cfce83
 WHIRLPOOL 
3b8e0cc2d00a88f9e00a6de8a88fbe6c5374e82929859045602fbd96d5f4cf5e06f257b27b0a8ba1aebde981c6d4fe090c1a75fe737ca514d93f78cb51964752
 DIST android-tools-5.1.1_r13-f2fs-tools.tar.gz 65931 SHA256 
46aed56344b6661e1e638994ce57a7010c391356396b28cb207fc77f082c60cd SHA512 
66f4be04164df8bb5138105db4e9d5b79c09cd8c28a0d30a6d1e6dead77961614172c96fa680953bf445b934f14b4dbbc21ce89a909d9f278f2eca1ca2e1e656
 WHIRLPOOL 
5aa59b453c6fa31bb76a5568553ab25376d72a35cb96b97a1e7d956b2901f8467f4c7d56b73046c559fc3714e73acace31649f0929899f4e043ccb998de12fdc
 DIST android-tools-5.1.1_r13-libselinux.tar.gz 49085 SHA256 
0950aaa63e22c3d4399142f9795adaee9c0a866b7f037f6b7306642d46327bc2 SHA512 
b1a8960b98206118a07f11e7e67429c0d4b8f89c4f65919bcd02a6ba1c7f30e5b73a9431ce8d10fc6ffa6e487b79061b84a969490bf22a49188dc5cd9dd46a2f
 WHIRLPOOL 
da4d532bf033aa8bd1f423b596b95e6768b963d65c6fb23f856a07c636882b9584354fd147b04f1393219cc2a45281e440ed6a4f8f5472bd5a39119f81ce9209
+DIST android-tools-6.0.1_r79-arch.tar.gz 13466 SHA256 
8e20e1c28f80e6d52070883e35cd333d3bb1dbd2f18ab2625bf64f74829b4f34 SHA512 
90b8638d247897da33f6e861492c58df0e9877738650083c3307bd787d234d728e6c9097ac1401c254eb3daf4c6b18da4ee84dd16749acf6359fcb42781862fc
 WHIRLPOOL 
ce0ade8bf372bc01c20357f2bb7dfa1bebc4b7a3d08c9987a786b2d1563d12be47c51c8ca286c065165d3b66a03db3324fc8b7f11f58b2d7a76e92ed2ad2178b
+DIST android-tools-6.0.1_r79-core.tar.gz 1186562 SHA256 
2de9f6327c2b00d6b1eca7f97ceccc5b4f3302bb8c2abcc0d51e855e5e6dd3af SHA512 
a48f8c562305cbc951e008979920d9efe02e232c41997423457ff1e2f115e526b295c260a501d4050ce280ca7155793b95f7a60bad5cbc165ba80d6a225152f0
 WHIRLPOOL 
636921ad316590109a1fe8d97b4da257c7d14ac0379591341828c10de8934786fb1bb355f6aa6dc99d6cae2878bda5d3947cb978ea80ca99a74d02ba4db2f048
+DIST android-tools-6.0.1_r79-extras.tar.gz 648657 SHA256 
4c39fca97a419ec2b3c1edc6c558cac2777b64213df4a24fe281a343632d4a75 SHA512 
e10694737c518f591eff4e808bb826c83bf45dc44c5c1ee8a4082a6e0653350ffe2986e299348cb4a1219203192d01546a05e9354ce05e29897f856c147de8c3
 WHIRLPOOL 
212cd122f87bcaf7a3b9cf550653faa4eccd869113dfb2e11a38bc396fb748c339c717b2ac2075979a8bc69baceb0272e44e610ee96490e37004baf7b141b6e5
+DIST android-tools-6.0.1_r79-f2fs-tools.tar.gz 70255 SHA256 
a69b7653b1886d58fb8e7104437b3751c440e9367051d8ec1b859db2202555ae SHA512 
0871f99f78006028889b42668ec627b6515bb812ad3ec4a489f62187a79f64d2a74f66556698a5f05fc99932f75fefd8810dedceeab744b212beb764e97b82c8
 WHIRLPOOL 
23c2f6d95a92bb97290690534082810ff50817640e19e9567056194e4a01d28516433396bc0aa42c545b47738e739d21823007ffaa171e972789b7cb1c71be94
+DIST android-tools-6.0.1_r79-libselinux.tar.gz 50814 SHA256 
f93426fa21aa4d57f95ed832d61edce3363b3c0e80c666b6fc98367fbc95003e SHA512 
686557271271c4d59fb968c5aa76b433955009733f3151c4c86faa996ce846088d6632b0969b23699822b7a6f09eae60abedba6abb0edc9d444159bbdb5c6f91
 WHIRLPOOL 
d82d53133a54044e92db534b3c546b92ba7775cc2890b202673d68120a42d8cda169d1298a5bb36e466e65c9c5191d01bc29fdf53d8e621b30a2ccafcd75

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
new file mode 100644
index 000..61a84f5ea64
--- /dev/null
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit bash-completion-r1 eutils toolchain-funcs
+
+MY_PV="${PV/_p/_r}"
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Android platform tools (adb, fastboot, and mkbootimg)"
+HOMEPAGE="https://android.googlesource.com/platform/system/core.git/";
+# Downloading git tarballs generated by android.googlesource.com
+# Archlinux package contains patches and build script generation mechanism.
+SRC_URI="https://git.archlinux.org/svntogit/community.git/snapshot/community-6a03c4736c9734f5ac3d6b5b912605690a6eaa5f.tar.gz
 -> ${MY_P}-arch.tar.gz
+

[gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/, mail-filter/spamassassin/

2017-04-23 Thread Michael Orlitzky
commit: 3dd9f4f0d1d30ed1e47ac185ecd5267b6088ad28
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Apr 24 01:25:30 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Apr 24 01:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd9f4f0

mail-filter/spamassassin: new revision fixing bugs 590338 and 615856.

The first fix in this revision adds a slot-operator dependency on
dev-lang/perl. This should force SpamAssassin to rebuild in response
to future major upgrades of perl (bug 615856).

The second fix includes a backported patch to support newer versions
of dev-perl/Net-DNS. This should avoid the problems experienced with
the URIDNSBL plugin (bug 590338).

Gentoo-Bug: 590338
Gentoo-Bug: 615856

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/spamassassin-3.4.1-bug_7231-extra.patch  | 140 +
 1-r10.ebuild => spamassassin-3.4.1-r11.ebuild} |   3 +-
 2 files changed, 142 insertions(+), 1 deletion(-)

diff --git 
a/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch 
b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch
new file mode 100644
index 000..81c73866858
--- /dev/null
+++ b/mail-filter/spamassassin/files/spamassassin-3.4.1-bug_7231-extra.patch
@@ -0,0 +1,140 @@
+This should fix bug 7338, but the related commits were backported to
+the 3.4 branch as part of SpamAssassin bug 7231 (comment 13).
+
+--- a/lib/Mail/SpamAssassin/Dns.pm 2017/04/16 06:19:30 1791572
 b/lib/Mail/SpamAssassin/Dns.pm 2017/04/16 07:28:59 1791573
+@@ -171,7 +171,7 @@
+   if (substr($rule, 0, 2) eq "__") {
+ # don't bother with meta rules
+   } elsif ($answer->type eq 'TXT') {
+-# txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++# txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+ # avoid space-separated RDATA  fields if possible,
+ # txtdata provides a list of strings in a list context since Net::DNS 0.69
+ $log = join('',$answer->txtdata);
+@@ -215,11 +215,13 @@
+ 
+   my $qname = $question->qname;
+ 
+-  # txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++  # txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+   # avoid space-separated RDATA  fields if possible,
+   # txtdata provides a list of strings in a list context since Net::DNS 0.69
+   #
++  # rdatastr() is historical/undocumented, use rdstring() since Net::DNS 0.69
+   my $rdatastr = $answer->UNIVERSAL::can('txtdata') ? 
join('',$answer->txtdata)
++   : $answer->UNIVERSAL::can('rdstring') ? $answer->rdstring
+ : $answer->rdatastr;
+   if (defined $qname && defined $rdatastr) {
+ my $qclass = $question->qclass;
+@@ -267,8 +269,13 @@
+ my $answ_type = $answer->type;
+ # TODO: there are some CNAME returns that might be useful
+ next if ($answ_type ne 'A' && $answ_type ne 'TXT');
+-# skip any A record that isn't on 127/8
+-next if ($answ_type eq 'A' && $answer->rdatastr !~ /^127\./);
++if ($answ_type eq 'A') {
++  # Net::DNS::RR::A::address() is available since Net::DNS 0.69
++  my $ip_address = $answer->UNIVERSAL::can('address') ? $answer->address
++  : $answer->rdatastr;
++  # skip any A record that isn't on 127.0.0.0/8
++  next if $ip_address !~ /^127\./;
++}
+ for my $rule (@{$rules}) {
+   $self->dnsbl_hit($rule, $question, $answer);
+ }
+@@ -284,11 +291,13 @@
+ sub process_dnsbl_set {
+   my ($self, $set, $question, $answer) = @_;
+ 
+-  # txtdata returns a non- zone-file-format encoded result, unlike rdatastr;
++  # txtdata returns a non- zone-file-format encoded result, unlike rdstring;
+   # avoid space-separated RDATA  fields if possible,
+   # txtdata provides a list of strings in a list context since Net::DNS 0.69
+   #
+-  my $rdatastr = $answer->UNIVERSAL::can('txtdata') ? 
join('',$answer->txtdata)
++  # rdatastr() is historical/undocumented, use rdstring() since Net::DNS 0.69
++  my $rdatastr = $answer->UNIVERSAL::can('txtdata')  ? 
join('',$answer->txtdata)
++   : $answer->UNIVERSAL::can('rdstring') ? $answer->rdstring
+ : $answer->rdatastr;
+ 
+   while (my ($subtest, $rule) = each %{ $self->{dnspost}->{$set} }) {
+--- a/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2017/04/16 06:19:30 1791572
 b/lib/Mail/SpamAssassin/Plugin/AskDNS.pm   2017/04/16 07:28:59 1791573
+@@ -140,7 +140,7 @@
+ multiple character-strings (as defined in Section 3.3 of [RFC1035]), these
+ strings are concatenated with no delimiters before comparing the result
+ to the filtering string. This follows requirements of several documents,
+-such as RFC 5518, RFC 4408, RFC 4871, RFC 5617.  Examples of a plain text
++such as RFC 5518, RFC 7208, RFC 4871, RFC 5617.  Exa

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

2017-04-23 Thread Zac Medico
commit: a1a86075c03dea6e4cd39cbdc785412bd777c5c6
Author: John J. Aylward  johnanddalene  net>
AuthorDate: Mon Apr 24 01:47:46 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:52:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a86075

app-text/calibre: update 2.83.0 deps

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/calibre-2.83.0.ebuild | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/app-text/calibre/calibre-2.83.0.ebuild 
b/app-text/calibre/calibre-2.83.0.ebuild
index edd2bf35f9d..19f98667e32 100644
--- a/app-text/calibre/calibre-2.83.0.ebuild
+++ b/app-text/calibre/calibre-2.83.0.ebuild
@@ -43,20 +43,22 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=app-text/poppler-0.26.5[qt5]
>=dev-libs/chmlib-0.40:=
dev-libs/glib:2
-   >=dev-libs/icu-4.4:=
-   >=dev-python/apsw-3.7.17[${PYTHON_USEDEP}]
+   >=dev-libs/icu-57.1:=
+   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
>=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
>=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/cssutils-0.9.9[${PYTHON_USEDEP}]
-   >=dev-python/dbus-python-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
>=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
-   >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
dev-python/netifaces[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.0.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}]
-   
>=dev-python/PyQt5-5.3.1[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
@@ -64,8 +66,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
>=media-gfx/imagemagick-6.5.9[jpeg,png]
media-libs/fontconfig
>=media-libs/freetype-2:=
-   >=media-libs/libmtp-1.1.5:=
+   >=media-libs/libmtp-1.1.11:=
>=media-libs/libwmf-0.2.8
+   >=media-gfx/optipng-0.7.6
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
sys-libs/zlib
virtual/libusb:1=
virtual/python-dnspython[${PYTHON_USEDEP}]
@@ -77,8 +82,8 @@ COMMON_DEPEND="${PYTHON_DEPS}
 RDEPEND="${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
 DEPEND="${COMMON_DEPEND}
-   >=dev-python/setuptools-0.6_rc5[${PYTHON_USEDEP}]
-   >=virtual/podofo-build-0.8.2
+   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
+   >=virtual/podofo-build-0.9.4
virtual/pkgconfig"
 
 src_prepare() {



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

2017-04-23 Thread Zac Medico
commit: 289418fab1a93a03a18851cfed83f0c77e80ad72
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Apr 24 01:59:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Apr 24 01:59:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289418fa

dev-util/android-tools: re-apply fix for bug 580686

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/android-tools/android-tools-6.0.1_p79.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild 
b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
index 61a84f5ea64..f5e1750c542 100644
--- a/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
+++ b/dev-util/android-tools/android-tools-6.0.1_p79.ebuild
@@ -52,6 +52,10 @@ src_prepare() {
mv core/*/* core/ || die
epatch arch/*/trunk/fix_build.patch
cp arch/*/trunk/generate_build.rb ./ || die
+   sed -e 's|^#include $|/*\0*/|' \
+   -e 's|^__BEGIN_DECLS$|#ifdef __cplusplus\nextern "C" 
{\n#endif|' \
+   -e 's|^__END_DECLS$|#ifdef __cplusplus\n}\n#endif|' \
+   -i extras/ext4_utils/sha1.{c,h} || die #580686
default
 }
 



[gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/files/, dev-qt/qtcore/

2017-04-23 Thread Aric Belsito
commit: d9e34eb40544eba511b2cf9da866edf8cb4c27d5
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Apr 24 03:01:42 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Apr 24 03:01:42 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d9e34eb4

dev-qt/qtcore: version bump to 5.7.1-r3

 dev-qt/qtcore/Manifest |   4 +
 dev-qt/qtcore/files/qtcore-5.7.1-qipm.patch| 152 +++
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-1.patch | 252 +
 dev-qt/qtcore/files/qtcore-5.7.1-qsfpm-2.patch | 195 +++
 dev-qt/qtcore/qtcore-5.7.1-r3.ebuild   |  49 +
 5 files changed, 652 insertions(+)

diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest
index 060c8e8..91e7a19 100644
--- a/dev-qt/qtcore/Manifest
+++ b/dev-qt/qtcore/Manifest
@@ -5,6 +5,9 @@ AUX qtcore-4.8.6-moc-boost-1.60.patch 884 SHA256 
cf7417eb14641c0e4f65148f67cab2a
 AUX qtcore-4.8.7-fix-socklent-for-musl.patch 3982 SHA256 
2d3065b3a372ae03a58ee76a4a24e676abc36a16f5c564b4b25c537d2520700d SHA512 
d578fa49270ae8d18ff4de3a15b6f4c485503c1de61e9732e6e55d0bd3db5a0c2e68d37327e500b71a85efe05b187f435d2e4c62f23481c73a9d593803ca345c
 WHIRLPOOL 
e95016f372dc7cfff32609b838774a339320073fde9c90aa92b0ee8003bbf740a545cb500518bdd611553016bc8d9f21ea060b97742478105474561d6f3ae3d4
 AUX qtcore-5.5.1-musl-iconv.patch 672 SHA256 
fcf5db5f11197079725bbd2ce3ef2b6e53db0ed0b73514a11c831605f7ae0226 SHA512 
ee32f08044f0f247e901209ef8e72868bf856cf7b4a490ae05d621eba931b9b37d088dd90700cc83929b5331a7452e5daa046b145076a9e7499180919560e4ed
 WHIRLPOOL 
e1d6496703ede9db343df8afdef1276cbbd4eabf9cc5929c26cb267b01fd801bdac8847de8040a57fc3cb9533f8ab308f0176bb5389640ac9b73ad0677c5c107
 AUX qtcore-5.6.2-plugins.patch 3264 SHA256 
2e0e863830f457d597e608815e92c25e4e0924a7c13c80649547e8a9be6bb420 SHA512 
0d50ba6cd94fc29158931e2e09ec21c48780ecfaa75443efd842cce05cc3030f81a02385714b42d5cede3b0cbf8efc24d3c660ac4438cdd428a24bf8a624bb2d
 WHIRLPOOL 
9ea062360162c636f43d7b490a3ee3931496b05001f9f0c99d588494d344f0a7a9d0e989b5695e468ec754e7bc789b2c2961db221701d8adf984efd691ee2a92
+AUX qtcore-5.7.1-qipm.patch 5915 SHA256 
a5fb3bee98d797ac5e34bec02bcc1b5b0834fa1092fa6d1e1ea3d490975ae42f SHA512 
807c030c2059cddcd159cb537ba2e4be68d6f612f45e1e7b844fc045f661739aea7bc35743735cee364d692d51774e17edced1aac8d444abaa4e4435117a5b3d
 WHIRLPOOL 
e13e1a24b750fe7729b1d86214491358937344b7a39c6c2941d372f5ce9077ecc1c320a0be2e5a9c772e1b01d786e55176cdad252c317bc62215c9c7acfe0d6b
+AUX qtcore-5.7.1-qsfpm-1.patch 8922 SHA256 
3376b4564d793e0bf3770a8ebcc474a03e7aa49a8a578c136bbcb1fa6e9e136a SHA512 
3854fffa1181cebe4683c54d5e774301a8710bf784dcc18367d04d193a7ce76fc6f634096b6986af41c3f5e4432b702873181a8900fd18e7617ea472d23d6d92
 WHIRLPOOL 
0ae27f2596e8601a4717bf76d06a2c452f4a0f087355766e7ca9483c8959ddd2c0765a6154ee1dde612347fb69ddc28581121c64cfa6f97a3067b1112bdb86c3
+AUX qtcore-5.7.1-qsfpm-2.patch 7812 SHA256 
a2bb1a42df644906cacb084e579166e8229c774e2f678b8b523215d4bbffe1e7 SHA512 
38b141aa7d30011d71ed9044c69f79b56698320600a64ed3cc37e8dd9d22bb9ec2f33f8348d074552a5046c2855e948e325d5421384cb4c66c0bbd566500174d
 WHIRLPOOL 
3e65f1413ce3b3800d694b731d74026ac5d5f08f9af20b257c2b7424ec954cb1fa28067496b028c3e66680ae88e59d8ccf8c080b049fa05f31162705db1a0898
 DIST qt-everywhere-opensource-src-4.8.6.tar.gz 241623667 SHA256 
8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c SHA512 
c2d07c3cf9d687cb9b93e337c89df3f0055bd02bc8aa5ecd55d3ffb238b31a4308aeabc3c51a4f94ac76a1b00796f047513d02e427ed93ae8dd99f836fff7692
 WHIRLPOOL 
473566814a77237dbdd37a47980c1085f6cf39599c4d6b0120959fe80dadf65c4eaafd5f528dd86cea8815562faa204bedfe3b766c2ca4f2d2c99efc21dbca84
 DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 
f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125
 WHIRLPOOL 
ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
 DIST qtbase-opensource-src-5.6.1-1.tar.xz 46788436 SHA256 
329678347ec5ebb404225345300a8deb1e7c991322a4c50584be550c69be7c39 SHA512 
e9660bee2e0acd91c3232831e4f1a99ad30b82b8ff26850494efec89a525499b721adfb63f7ede586408489d3ebf727b842cd12eab665c58769001454e7f661d
 WHIRLPOOL 
e26cf72d9644dbcb08d1269bdaa633be2e24de813deb62a1c77e448b6578f6761769664fc95c4131c342f077c092a777af8fed62ea35e5fdb0f2576d82b3c499
@@ -15,4 +18,5 @@ EBUILD qtcore-4.8.7-r2.ebuild 2873 SHA256 
31208511c2f5a6ca50e242f6c5ecd690dce27b
 EBUILD qtcore-5.6.1.ebuild 794 SHA256 
1da435d29fa89f6638503bf2049697b39bbfb6e20e8243c2b84604aa51a6a450 SHA512 
d36f7ca356e52cf78bdcb9f9e466a4369a6f9a09dc1daa889efe4df2d0c97c80c3aa6571bad6c002a45f9a1ada7ec0147b81967e661695423e68c75314809d5e
 WHIRLPOOL 
8a0be06d6d1205cfad442278637cd9feaff92169a955b6d5d490f29753bdee28dc2d036b7b9955db16d502324a16956d89287b6d7f8f883cc84fb4231c0f2c3e
 

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

2017-04-23 Thread Hans de Graaff
commit: c2dd262f4898a45b4c146993a5624777003cf7d4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 24 05:06:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 24 05:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2dd262f

dev-ruby/ox: add 2.4.13

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/ox/Manifest |  1 +
 dev-ruby/ox/ox-2.4.13.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 437a0370762..a18407cc9c5 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,3 +1,4 @@
 DIST ox-2.4.11.tar.gz 191015 SHA256 
fbd6f64dc1b38099b5a1e4cbc4726f1cf1f1541f4202f9565d4a59e3bf11fe45 SHA512 
504820125127e2076d275d885d16e92f508b0e02728ecaec390a56dc57d5ab655bb76bf0e809c99a17c68e3eb1e38f217aca809ca76c3fe67152a544387e1a07
 WHIRLPOOL 
74dc44b8e85ac778aa8b0301d892ac021259ba4155447ce8b81f1385d9a76615770a1fea52743853c142ab6d2aed5c3d8cf3b273a8697be28d4cc7392c38
+DIST ox-2.4.13.tar.gz 191174 SHA256 
a5918f804bc33a887c5f4663b665d96ab7fd2fc11c902baa572841b092767e79 SHA512 
98ed5549ba58461ee02945c3862dce27b3c6330ee3669f207cf3d58f27767ff5c5ac9f9f8d640720bb5ed3380f0f37d45a850e25c43f72acc8f7f3ab069ec771
 WHIRLPOOL 
45602639bc137b0bd5e1fb887977d9d31dc448f10c8410c143770c68dd6468a78db4464c3bb981b62b9a3881b9a643e0d7bee09faf7dae2cd26d2e985efe69d6
 DIST ox-2.4.8.tar.gz 190593 SHA256 
82e097857070369fe7b846a00ce5cb717e48b9ca5ed6acf03f823785290e1002 SHA512 
9fc648551471eeda82e7c3a8eacd0522d6fad66e93ad8a60cab4956c8f70e3ca83c4a8afbe9374f6d97d99c8dc5144c332d27d6ae112525d3250e10530b18dcc
 WHIRLPOOL 
2bf5d7ac87c0d6dd47851d262800dfd7fccc13146262747217d634a19a68fe3fd284686be3b07b19d7eeed49f5732e61a6695a39308064052cbf49300266fff3
 DIST ox-2.4.9.tar.gz 190749 SHA256 
224352960b3238d08b7ff65f8067ede3c3415e63a12ba8be5377c2cb3b8481e2 SHA512 
3f8ce25aa469940ece367e1c719638f74d70d8b6a809819c27cfcde4d3d047e3d571e883702c3c38008d739aee121e3412cf52d74f25d7b6ccd2cb616bd905f7
 WHIRLPOOL 
0588d20d1a5617053d1ca444d6d2fd58b7510ea2b7bd92497f65eebabf60623073f7fa9815ed968e3cf157d82ec12b57cd5742c24a7001c55d0e9f9ae67d8ce7

diff --git a/dev-ruby/ox/ox-2.4.13.ebuild b/dev-ruby/ox/ox-2.4.13.ebuild
new file mode 100644
index 000..eee48251f7b
--- /dev/null
+++ b/dev-ruby/ox/ox-2.4.13.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox";
+SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ox extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/ox
+   cp ext/ox/ox$(get_modname) lib/ox/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} test/tests.rb || die
+}



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

2017-04-23 Thread Michał Górny
commit: 97b179ba1b71fc96249823ce4e5f8ba0e402a378
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 08:15:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 08:15:20 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=97b179ba

repositories: Fix contact for didactic-duck

 files/overlays/repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 6daf920..619a3a3 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1157,7 +1157,7 @@ FIN
 Some ebuilds that might work
 https://github.com/lucianposton/didactic-duck
 
-  lucianpos...@gmail.com
+  lucian.pos...@gmail.com
   Lucian Poston
 
 https://github.com/lucianposton/didactic-duck.git



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/, xfce-base/xfce4-appfinder/, app-office/orage/, ...

2017-04-23 Thread Jason Zaman
commit: ae6d61871c0edff79ea4584d2eab68d03d5aae75
Author: soredake  krutt  org>
AuthorDate: Wed Apr 19 15:26:35 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr 23 08:21:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6d6187

XFCE: update to https and fix broken links

Closes: https://github.com/gentoo/gentoo/pull/4449

Signed-off-by: Jason Zaman  gentoo.org>

 app-cdr/xfburn/xfburn-0.5.4.ebuild| 2 +-
 app-editors/mousepad/mousepad-0.4.0.ebuild| 2 +-
 app-office/orage/orage-4.12.1.ebuild  | 2 +-
 app-text/xfbib/xfbib-0.0.2-r1.ebuild  | 4 ++--
 dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild  | 2 +-
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild| 2 +-
 media-gfx/ristretto/ristretto-0.8.0-r1.ebuild | 2 +-
 media-gfx/ristretto/ristretto-0.8.1.ebuild| 2 +-
 media-gfx/ristretto/ristretto-0.8.2.ebuild| 2 +-
 media-sound/xfmpc/xfmpc-0.2.2.ebuild  | 2 +-
 media-sound/xfmpc/xfmpc-0.2.3.ebuild  | 2 +-
 media-video/parole/parole-0.8.0-r1.ebuild | 2 +-
 media-video/parole/parole-0.8.1.ebuild| 2 +-
 media-video/parole/parole-0.9.1.ebuild| 2 +-
 x11-misc/gigolo/gigolo-0.4.2.ebuild   | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.3.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.90.ebuild | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.6.92.ebuild | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.0.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.1.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.3.ebuild  | 2 +-
 x11-terms/xfce4-terminal/xfce4-terminal-0.8.4.ebuild  | 2 +-
 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r200.ebuild| 2 +-
 x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r300.ebuild| 2 +-
 x11-themes/xfwm4-themes/xfwm4-themes-4.10.0.ebuild| 2 +-
 xfce-base/exo/exo-0.10.6.ebuild   | 2 +-
 xfce-base/exo/exo-0.10.7.ebuild   | 2 +-
 xfce-base/exo/exo-0.11.1.ebuild   | 2 +-
 xfce-base/exo/exo-0.11.2.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.5.0-r1.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.5.0-r2.ebuild   | 2 +-
 xfce-base/garcon/garcon-0.6.0.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.12.1-r2.ebuild  | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild | 2 +-
 xfce-base/libxfce4ui/libxfce4ui-4.13.1.ebuild | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild  | 2 +-
 xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 2 +-
 xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild| 2 +-
 xfce-base/thunar/thunar-1.6.10-r1.ebuild  | 2 +-
 xfce-base/thunar/thunar-1.6.10.ebuild | 2 +-
 xfce-base/thunar/thunar-1.6.11.ebuild | 2 +-
 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild| 2 +-
 xfce-base/xfce4-meta/xfce4-meta-4.12.ebuild   | 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.0-r1.ebuild| 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.0.ebuild   | 2 +-
 xfce-base/xfce4-panel/xfce4-panel-4.12.1.ebuild   | 2 +-
 xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild| 2 +-
 xfce-base/xfce4-session/xfce4-session-4.12.1.ebuild   | 2 +-
 xfce-base/xfce4-session/xfce4-session-4.13.0.ebuild   | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r1.ebuild  | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild  | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.0.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.12.1.ebuild | 2 +-
 xfce-base/xfce4-settings/xfce4-settings-4.13.0.ebuild | 2 +-
 xfce-base/xfconf/xfconf-4.12.0-r1.ebuild  | 2 +-
 xfce-base/xfconf/xfconf-4.12.1.ebuild | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild   | 2 +-
 xfce-base/xfdesktop/xfdesktop-4.12.3.ebuild   | 2 +-
 xfce-base/xfwm4/xfwm4-4.12.3-r1.ebuild   

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

2017-04-23 Thread Dirkjan Ochtman
commit: 8d3272eaa8a033cf492a139452416212fbec5c1b
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Sun Apr 23 08:56:49 2017 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Sun Apr 23 08:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3272ea

dev-db/couchdb: revbump to allow erlang-19

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/couchdb/couchdb-1.6.1-r3.ebuild |  79 ++
 dev-db/couchdb/files/1.6.1-erlang-19.patch | 105 +
 2 files changed, 184 insertions(+)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r3.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r3.ebuild
new file mode 100644
index 000..da41e04265f
--- /dev/null
+++ b/dev-db/couchdb/couchdb-1.6.1-r3.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools eutils multilib pax-utils user
+
+DESCRIPTION="Distributed, fault-tolerant and schema-free document-oriented 
database"
+HOMEPAGE="http://couchdb.apache.org/";
+SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="libressl selinux test"
+
+RDEPEND=">=dev-libs/icu-4.3.1:=
+   =dev-libs/openssl-0.9.8j:0 )
+   libressl? ( dev-libs/libressl )
+   >=net-misc/curl-7.18.2
+   
+Date: Mon, 11 Jul 2016 00:38:11 +0300
+Subject: [PATCH] build: support OTP-19.0
+
+- add travis support for newer OTP releases
+- update docs
+- update configure.ac
+
+closes #431
+---
+ .travis.yml   | 3 +++
+ INSTALL.Unix  | 2 +-
+ INSTALL.Windows   | 2 +-
+ configure.ac  | 8 
+ share/doc/src/install/unix.rst| 2 +-
+ share/doc/src/install/windows.rst | 2 +-
+ 6 files changed, 11 insertions(+), 8 deletions(-)
+
+diff --git a/.travis.yml b/.travis.yml
+index 1bddb6a..ef19231 100644
+--- a/INSTALL.Unix
 b/INSTALL.Unix
+@@ -39,7 +39,7 @@ Dependencies
+ 
+ You should have the following installed:
+ 
+- * Erlang OTP (>=R14B01, =http://erlang.org/)
++ * Erlang OTP (>=R14B01, =http://erlang.org/)
+  * ICU  (http://icu-project.org/)
+  * OpenSSL  (http://www.openssl.org/)
+  * Mozilla SpiderMonkey (1.8.5) (http://www.mozilla.org/js/spidermonkey/)
+diff --git a/INSTALL.Windows b/INSTALL.Windows
+index 1ca04fd..41fdcef 100644
+--- a/INSTALL.Windows
 b/INSTALL.Windows
+@@ -29,7 +29,7 @@ Dependencies
+ 
+ You will need the following installed:
+ 
+- * Erlang OTP (>=14B01, http://erlang.org/)
++ * Erlang OTP (>=14B01, http://erlang.org/)
+  * ICU(>=4.*)(http://icu-project.org/)
+  * OpenSSL(>=0.9.8r) (http://www.openssl.org/)
+  * Mozilla SpiderMonkey (=1.8.5) (http://www.mozilla.org/js/spidermonkey/)
+diff --git a/configure.ac b/configure.ac
+index bf9ffc4..a6a667a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -411,7 +411,7 @@ esac
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking Erlang version 
compatibility" >&5
+ $as_echo_n "checking Erlang version compatibility... " >&6; }
+-erlang_version_error="The installed Erlang version must be >= R14B 
(erts-5.8.1) and =< 18 (erts-7.0)"
++erlang_version_error="The installed Erlang version must be >= R14B 
(erts-5.8.1) and =< 19 (erts-8.0)"
+ 
+ version="`${ERL} -version 2>&1 | ${SED} 's/[[^0-9]]/ /g'` 0 0 0"
+ major_version=`echo $version | ${AWK} "{print \\$1}"`
+@@ -419,7 +419,7 @@ minor_version=`echo $version | ${AWK} "{print \\$2}"`
+ patch_version=`echo $version | ${AWK} "{print \\$3}"`
+ echo -n "detected Erlang version: 
$major_version.$minor_version.$patch_version..."
+ 
+-if test $major_version -lt 5 -o $major_version -gt 7; then
++if test $major_version -lt 5 -o $major_version -gt 8; then
+ as_fn_error $? "$erlang_version_error major_version does not match" 
"$LINENO" 5
+ fi
+ 
+@@ -438,9 +438,9 @@ otp_release="`\
+ AC_SUBST(otp_release)
+ 
+ AM_CONDITIONAL([USE_OTP_NIFS],
+-[can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18)")])
++[can_use_nifs=$(echo $otp_release | grep -E "^(R14B|R15|R16|17|18|19)")])
+ AM_CONDITIONAL([USE_EJSON_COMPARE_NIF],
+-[can_use_ejson=$(echo $otp_release | grep -E "^(R14B03|R15|R16|17|18)")])
++[can_use_ejson=$(echo $otp_release | grep -E 
"^(R14B03|R15|R16|17|18|19)")])
+ 
+ has_crypto=`\
+ ${ERL} -eval "\
+diff --git a/share/doc/src/install/unix.rst b/share/doc/src/install/unix.rst
+index 904c128..b4684fa 100644
+--- a/share/doc/src/install/unix.rst
 b/share/doc/src/install/unix.rst
+@@ -52,7 +52,7 @@ Dependencies
+ 
+ You should have the following installed:
+ 
+-* `Erlang OTP (>=R14B01, =http://erlang.org/>`_
++* `Erlang OTP (>=R14B01, =http://erlang.org/>`_
+ * `ICU  `_
+ * `OpenSSL  `_
+ * `Mozilla 

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

2017-04-23 Thread Agostino Sarubbo
commit: aba8e4bcfe77f2b290a87920ff358a902a7801a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:43 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8e4bc

dev-util/rbtools: amd64 stable wrt bug #615628

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

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

diff --git a/dev-util/rbtools/rbtools-0.7.9.ebuild 
b/dev-util/rbtools/rbtools-0.7.9.ebuild
index 35ccbd937dd..2a1c187c1b7 100644
--- a/dev-util/rbtools/rbtools-0.7.9.ebuild
+++ b/dev-util/rbtools/rbtools-0.7.9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://downloads.reviewboard.org/releases/${MY_PN}/$(get_version_compo
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/rsibreak/

2017-04-23 Thread Agostino Sarubbo
commit: 82142cb7882b94edbafe3ad4812e1528facb12d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82142cb7

kde-misc/rsibreak: amd64 stable wrt bug #615630

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

 kde-misc/rsibreak/rsibreak-0.12.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/rsibreak/rsibreak-0.12.6.ebuild 
b/kde-misc/rsibreak/rsibreak-0.12.6.ebuild
index 839528dd49e..effa8da064d 100644
--- a/kde-misc/rsibreak/rsibreak-0.12.6.ebuild
+++ b/kde-misc/rsibreak/rsibreak-0.12.6.ebuild
@@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 2264b29112e796601d20f066b942c11ae45fcdcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2264b291

dev-perl/PAR: amd64 stable wrt bug #615802

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

 dev-perl/PAR/PAR-1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PAR/PAR-1.14.0-r1.ebuild 
b/dev-perl/PAR/PAR-1.14.0-r1.ebuild
index 7cda641192f..0d562be6d58 100644
--- a/dev-perl/PAR/PAR-1.14.0-r1.ebuild
+++ b/dev-perl/PAR/PAR-1.14.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Archive Toolkit"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 2ea8eac0e634a3ca2747d960de19be8097a7e04b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea8eac0

dev-perl/Text-BibTeX: amd64 stable wrt bug #615758

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

 dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild 
b/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
index 57874eea3e9..c22486472ba 100644
--- a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 7755ae2534d465888dec0a703f9038318bc474b0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:26:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:26:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7755ae25

www-client/chromium: amd64 stable wrt bug #616048

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

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

diff --git a/www-client/chromium/chromium-58.0.3029.81.ebuild 
b/www-client/chromium/chromium-58.0.3029.81.ebuild
index 90c93ae0e60..3911319f991 100644
--- a/www-client/chromium/chromium-58.0.3029.81.ebuild
+++ b/www-client/chromium/chromium-58.0.3029.81.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="component-build cups gconf gnome-keyring gtk3 +hangouts kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
 RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
 



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

2017-04-23 Thread Agostino Sarubbo
commit: 7336c73cc24802a3fcf6149633973bbfd4ab0cc4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7336c73c

dev-perl/Config-AutoConf: amd64 stable wrt bug #615758

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

 dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild
index abcecd63806..e13c99c1565 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.313.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 DEPEND="test? ( virtual/perl-Test-Simple )"



[gentoo-commits] repo/gentoo:master commit in: sys-block/kvpm/

2017-04-23 Thread Agostino Sarubbo
commit: 888f0755893c476b5573596ffc891b0c6a44d533
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:22 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888f0755

sys-block/kvpm: amd64 stable wrt bug #615624

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

 sys-block/kvpm/kvpm-0.9.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/kvpm/kvpm-0.9.10.ebuild 
b/sys-block/kvpm/kvpm-0.9.10.ebuild
index 1935dd47e61..6a2fc551de8 100644
--- a/sys-block/kvpm/kvpm-0.9.10.ebuild
+++ b/sys-block/kvpm/kvpm-0.9.10.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 4eda7cc9d4311d7a67dcb40b971621888508b2db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eda7cc9

x11-misc/albert: amd64 stable wrt bug #615606

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

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

diff --git a/x11-misc/albert/albert-0.9.5.ebuild 
b/x11-misc/albert/albert-0.9.5.ebuild
index fe3ca76fc6a..f0027530d5d 100644
--- a/x11-misc/albert/albert-0.9.5.ebuild
+++ b/x11-misc/albert/albert-0.9.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 132dd8246b33f8452d356e4acdc8ff5dcb78711c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:26:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:26:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132dd824

media-video/kamerka: amd64 stable wrt bug #615614

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

 media-video/kamerka/kamerka-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kamerka/kamerka-0.12.ebuild 
b/media-video/kamerka/kamerka-0.12.ebuild
index a9297cdceeb..050b8e4dad8 100644
--- a/media-video/kamerka/kamerka-0.12.ebuild
+++ b/media-video/kamerka/kamerka-0.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/dos1/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-fonts/mplus-outline-fonts/

2017-04-23 Thread Agostino Sarubbo
commit: a0077b80595dde8fead970c56f401eed756c9233
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0077b80

media-fonts/mplus-outline-fonts: amd64 stable wrt bug #615038

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

 media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre062.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre062.ebuild 
b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre062.ebuild
index e16bf2cfd06..8ddd6c1651c 100644
--- a/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre062.ebuild
+++ b/media-fonts/mplus-outline-fonts/mplus-outline-fonts-0_pre062.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"
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge.jp/mplus-fonts/62344/${MY_P}.tar.xz"
 
 LICENSE="mplus-fonts ipafont? ( IPAfont )"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~x86 ~ppc-macos ~x86-macos"
 IUSE="ipafont"
 RESTRICT="binchecks strip"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/

2017-04-23 Thread Agostino Sarubbo
commit: b2bd41664e4dbee155c8fbd24772efbe04dee96e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bd4166

x11-terms/mlterm: amd64 stable wrt bug #615034

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

 x11-terms/mlterm/mlterm-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/mlterm/mlterm-3.8.0.ebuild 
b/x11-terms/mlterm/mlterm-3.8.0.ebuild
index 6e678647bb8..84ee456eaa0 100644
--- a/x11-terms/mlterm/mlterm-3.8.0.ebuild
+++ b/x11-terms/mlterm/mlterm-3.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mlterm/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~x86"
 IUSE="bidi cairo canna debug fcitx freewnn gtk ibus libssh2 m17n-lib nls regis 
scim skk static-libs uim utempter xft"
 
 RDEPEND="x11-libs/libICE



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

2017-04-23 Thread Agostino Sarubbo
commit: e2f2b614dbe9dcc756f46839b04d558404807b16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:45 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f2b614

sys-apps/hwids: amd64 stable wrt bug #615522

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

 sys-apps/hwids/hwids-20170328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/hwids/hwids-20170328.ebuild 
b/sys-apps/hwids/hwids-20170328.ebuild
index 8d097935ccc..020d5e9b5df 100644
--- a/sys-apps/hwids/hwids-20170328.ebuild
+++ b/sys-apps/hwids/hwids-20170328.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="${HOMEPAGE}.git"
 else
SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-   KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="|| ( GPL-2 BSD ) public-domain"



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

2017-04-23 Thread Agostino Sarubbo
commit: f560335a5cb569813bbd86273eb853cd095756b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f560335a

app-text/code2html: amd64 stable wrt bug #615164

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

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 0e61f32e5e5..35a236d2cd2 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



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

2017-04-23 Thread Agostino Sarubbo
commit: d168a1a197bde4dcbfe81c6aa96f4de51c72e3d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:24:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:24:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d168a1a1

dev-perl/File-Next: amd64 stable wrt bug #615692

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

 dev-perl/File-Next/File-Next-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Next/File-Next-1.160.0.ebuild 
b/dev-perl/File-Next/File-Next-1.160.0.ebuild
index a7f42683c84..7136ff06476 100644
--- a/dev-perl/File-Next/File-Next-1.160.0.ebuild
+++ b/dev-perl/File-Next/File-Next-1.160.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File::Next is an iterator-based module for 
finding files"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"



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

2017-04-23 Thread Agostino Sarubbo
commit: 9da6df4166aaf5d8a3afa2ea9df8f6d9bbee5c4c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da6df41

www-servers/lighttpd: amd64 stable wrt bug #615740

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

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

diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
index 4c7c4a38045..4ceb8d9b794 100644
--- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd"
 IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev libressl lua minimal mmap 
memcached mysql pcre php rrdtool selinux ssl test webdav xattr zlib"
 
 REQUIRED_USE="kerberos? ( ssl !libressl )"



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

2017-04-23 Thread Agostino Sarubbo
commit: eeafe1ad206f47eb3941bddd2a795d8055f7eb4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeafe1ad

dev-util/byacc: amd64 stable wrt bug #615338

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

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

diff --git a/dev-util/byacc/byacc-20170201.ebuild 
b/dev-util/byacc/byacc-20170201.ebuild
index 2f183047dbf..f824427e13e 100644
--- a/dev-util/byacc/byacc-20170201.ebuild
+++ b/dev-util/byacc/byacc-20170201.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
 



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

2017-04-23 Thread Agostino Sarubbo
commit: 527e929910973e23d15d8da4f7035efce908bfd7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:26:37 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:26:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527e9299

dev-perl/Crypt-OpenPGP: amd64 stable wrt bug #615796

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

 dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild 
b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
index d829ed322fc..6f0c5ea617b 100644
--- a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
+++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-solaris"
 IUSE="test"
 
 # Note: Don't depend on Alt::, non Alt:: works for now



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

2017-04-23 Thread Agostino Sarubbo
commit: 2267f766b32c4f528ae628dfd5281097492f0869
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2267f766

media-gfx/kphotoalbum: amd64 stable wrt bug #615610

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

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

diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild
index ad398aef764..8b2002de9e4 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-5.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.kphotoalbum.org/";
 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2+ FDL-1.2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="face +kipi +map +raw"
 
 COMMON_DEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 512aa518a28be448f61cf608cfe20398512946ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:03 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512aa518

dev-games/tiled: amd64 stable wrt bug #615608

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

 dev-games/tiled/tiled-0.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/tiled/tiled-0.18.2.ebuild 
b/dev-games/tiled/tiled-0.18.2.ebuild
index 57961aecfa9..3d9b6c7fbee 100644
--- a/dev-games/tiled/tiled-0.18.2.ebuild
+++ b/dev-games/tiled/tiled-0.18.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples python"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-04-23 Thread Agostino Sarubbo
commit: d9b457adee43d81b0d9bee486425c5768e2d25da
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b457ad

net-mail/dovecot: amd64 stable wrt bug #615264

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

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

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



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

2017-04-23 Thread Agostino Sarubbo
commit: bf8a6ddde35624ff7694968a933f7369fe6eaeb9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:16 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8a6ddd

dev-perl/ExtUtils-LibBuilder: amd64 stable wrt bug #615758

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

 dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild 
b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
index 085963afe5c..87ca3b6a918 100644
--- a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
+++ b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A tool to build C libraries"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dvd+rw-tools/

2017-04-23 Thread Agostino Sarubbo
commit: c10bb7e8685a3610464297335ee0cd3ef6dba799
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:26:02 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:26:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10bb7e8

app-cdr/dvd+rw-tools: amd64 stable wrt bug #615020

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

 app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild 
b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
index 7db75be693a..3ae1939b1f1 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~arm-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/cdrtools"



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

2017-04-23 Thread Agostino Sarubbo
commit: 2c0762431803c49cb34897f45a16b88f84a3a37e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:25:27 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:25:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c076243

net-analyzer/p0f: amd64 stable wrt bug #615482

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

 net-analyzer/p0f/p0f-3.09_beta.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/p0f/p0f-3.09_beta.ebuild 
b/net-analyzer/p0f/p0f-3.09_beta.ebuild
index b3d5060a633..a0b1ee72cbf 100644
--- a/net-analyzer/p0f/p0f-3.09_beta.ebuild
+++ b/net-analyzer/p0f/p0f-3.09_beta.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://lcamtuf.coredump.cx/p0f3/releases/${MY_P}.tgz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos"
 IUSE="debug ipv6"
 
 RDEPEND="net-libs/libpcap"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/skk-jisyo/

2017-04-23 Thread Agostino Sarubbo
commit: 71d96183e455431937374198750144042664ac2e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d96183

app-i18n/skk-jisyo: amd64 stable wrt bug #615032

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

 app-i18n/skk-jisyo/skk-jisyo-201605.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild 
b/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
index acac4f61268..543d87268df 100644
--- a/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
+++ b/app-i18n/skk-jisyo/skk-jisyo-201605.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2 freedist public-domain"
 SLOT="0"
-KEYWORDS="~amd64 arm ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
 IUSE="cdb"
 
 DEPEND="virtual/awk



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

2017-04-23 Thread Agostino Sarubbo
commit: b6ee67af7eb2d6851283c88f02d52321c6ada8f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:26:10 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ee67af

dev-perl/Eval-Closure: amd64 stable wrt bug #615826

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

 dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild 
b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
index ceaebc0be2d..d4ba5459404 100644
--- a/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
+++ b/dev-perl/Eval-Closure/Eval-Closure-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="safely and cleanly create closures via string eval"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~x64-macos"
 IUSE="test minimal"
 
 # Scalar::Util -> Scalar-List-Utils



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

2017-04-23 Thread Michael Palimaka
commit: dc4bf7fa75f473e1e9a0c7285dbba0b08afde3c2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 23 10:40:04 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 23 10:40:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4bf7fa

dev-games/tiled: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-games/tiled/Manifest|  3 --
 dev-games/tiled/tiled-0.17.2.ebuild | 68 -
 dev-games/tiled/tiled-0.18.0.ebuild | 68 -
 dev-games/tiled/tiled-0.18.1.ebuild | 68 -
 4 files changed, 207 deletions(-)

diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
index 3268b454b71..077fc3755ee 100644
--- a/dev-games/tiled/Manifest
+++ b/dev-games/tiled/Manifest
@@ -1,4 +1 @@
-DIST tiled-0.17.2.tar.gz 4854767 SHA256 
a9c5d68ccc00d89df8611df6c1c37aa8796fffcff968f3993f6d78686678c4b9 SHA512 
c5c9cfe50f32adf4c146e8d9a08393b173d59aafee3df747bfb7a0137fe9580dcbf07518d6972491393f9f24289d628c4352a7359acbd06d500cd3ad0200fa42
 WHIRLPOOL 
db45e8b2f5f743126db19d546ad9a8c0bca7e71ec9e2f54f447fcb228ab13cfb3e6d0d2f52482650b29608c31f774669427e1c6b6e3656fee529825ab0c1d533
-DIST tiled-0.18.0.tar.gz 6403889 SHA256 
f3ef157e9446d7b0ec50ab8399644d52e03065e7860354f632318fe35933 SHA512 
dec480c2c2fb39180ebbc241b75f864ebebf52fcbc1cd8ae114fdca57f696096d5659ba572089f8f40339bc0c92fa6cdb36774773b808cc187d790542f6b16be
 WHIRLPOOL 
3b31250bf69f69264f3688715290123c7ef76d0a5621d14621929a7b524e501576a26bac9988a292a8dd3cbe0a6231744728bceaf84272cad31c995cc5a9e156
-DIST tiled-0.18.1.tar.gz 6407937 SHA256 
7fcd31a6f1307e51e3e72666ada43b85e2afaa95559d48f511c39494c30d2e73 SHA512 
d7918ad81f6563910d10260f50d37a6d01df649cc653a657ed24a59e4f1b0b0b10df30fed40c9c082cec0548b41b7b04662aefc6b08b721fc04a291bee7df062
 WHIRLPOOL 
c36f5a41b1962fd0615a0989beef7dae6cb58af7d881b703527caebfca12e9c966f6fdb3231a7f2f19ed298d06ad076957ba1f63db6b029b342abe0248ffaf47
 DIST tiled-0.18.2.tar.gz 6409369 SHA256 
575e110dd4904f785222d9a298f63eddf5c5b0b8f1450cb684ef3a9ae91292cd SHA512 
6cb6844541fc4e52e05e8d12974af395161fbe0c039be362b6df7a88620ddf13c3a96f8cdb175662d3ae13f162137cf74b6b4c2664ca7dd753e3cb48cd26
 WHIRLPOOL 
2945156eb99f88d65fa276e1d9a52724e09c996b35fa2bf1d198a41f5785cd52da3d090c268ac4a445dbf94cac12b66ab515b0786ff8bcd9798176220cc937bf

diff --git a/dev-games/tiled/tiled-0.17.2.ebuild 
b/dev-games/tiled/tiled-0.17.2.ebuild
deleted file mode 100644
index c915e2dca33..000
--- a/dev-games/tiled/tiled-0.17.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="http://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-qt/qtcore-5.6:5
-   >=dev-qt/qtgui-5.6:5
-   >=dev-qt/qtnetwork-5.6:5
-   >=dev-qt/qtopengl-5.6:5
-   >=dev-qt/qtwidgets-5.6:5
-   sys-libs/zlib
-   python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-"
-
-DOCS=( AUTHORS COPYING NEWS.md README.md )
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   eqmake5 LIBDIR="/usr/$(get_libdir)" PREFIX="/usr" 
DISABLE_PYTHON_PLUGIN="$(usex !python)"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-
-   einstalldocs
-
-   if use examples ; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   fi
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}

diff --git a/dev-games/tiled/tiled-0.18.0.ebuild 
b/dev-games/tiled/tiled-0.18.0.ebuild
deleted file mode 100644
index 7b29af9e11f..000
--- a/dev-games/tiled/tiled-0.18.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit fdo-mime gnome2-utils multilib python-single-r1 qmake-utils
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="http://www.mapeditor.org/";
-SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz";
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-qt/qtcore-5.6:5
-   

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

2017-04-23 Thread Michael Palimaka
commit: 2ecf2f111d452cf80fc02c48fd3d599fc07063b4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 23 10:39:35 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 23 10:40:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecf2f11

x11-misc/albert: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/albert/Manifest |  2 --
 x11-misc/albert/albert-0.8.11.ebuild | 42 ---
 x11-misc/albert/albert-0.9.4.ebuild  | 49 
 3 files changed, 93 deletions(-)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 90b0bebf560..2e6904efbd1 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1,4 +1,2 @@
 DIST albert-0.10.4.tar.gz 394073 SHA256 
21d564528ad4f5d36490b47966497022cf80e262c37320ea5e7b1050efae822a SHA512 
6674c21efe55989577c82fad45713c31ec2c097b7eaff4d5452d3ea401af2083037637326c89f1bfa37344c0c86e1b97d7439ed2aadb9b6da00295ce401f1c1b
 WHIRLPOOL 
6beb71b2aa0f6a2ea4a32515d62a121700e93856916ba797c322f2ba8ade1986e881b0ad575bd591a08ee0b07c0b72d7e0875d3088a1b88e454efbc627514202
-DIST albert-0.8.11.tar.gz 10509450 SHA256 
7a829add4308a59204071a509487571ada1d2f42af34d799d0984e48bab2e5d3 SHA512 
939b9fe4b5aaf0f3eaf280fbaebcecb12560e55e17a41b8917145c32e8e5bbfa45cbd85f249f22c0dcc8a7a1b32ec31f07bfb10c0f41080245c03555f93d7af3
 WHIRLPOOL 
114bed1a4f0b9c3157582f3a6e972d2b9991e90760311bb3a493c71ccdc3e05ec2f1790b4d47ad740af99d466d2c865777ba39cceb71cffaf176e621755d1538
-DIST albert-0.9.4.tar.gz 10176251 SHA256 
c514d3a949b792f536c5a682f4f9127c014ce8ddf60938584efe81c568724dad SHA512 
dccf58aba2f224efc9c9889ad134a7e4296fcc02b9a3b45c7ba889cc1d9103ec54a8aa179921e6f3f94272a46faa8fa1f16efa5db3731888b2d58c2f38093267
 WHIRLPOOL 
48400a6200f383919ee0f6131acbbc0d50825100ef088f14c8f2f88bd7572aaad551734b0cfa0f2e509bc2d872675c3db80e543467484f257594b3a9f7df6452
 DIST albert-0.9.5.tar.gz 10175835 SHA256 
0af1f01b45454088ed5776ee7884b322a65dde7b220f2a5ccc37cef2ad3f SHA512 
5405a78fe90c6d4a6e4a1508f34cd786f535381a0824bdca1a02f6edac37bf819b67bf2de55b8c9bf883e4628656b26316904b93877d92f1865673d2810527de
 WHIRLPOOL 
391e0e0fb980955d237ba256e0e5100b00cb7c4b789d386ec352a8af60621d1578bbaa02d6e6c62ef69ba5e773ae27595176c2a7f27e6a4cc93aa129005ee7bc

diff --git a/x11-misc/albert/albert-0.8.11.ebuild 
b/x11-misc/albert/albert-0.8.11.ebuild
deleted file mode 100644
index 075eef4ca39..000
--- a/x11-misc/albert/albert-0.8.11.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Desktop agnostic launcher"
-HOMEPAGE="https://github.com/manuelschneid3r/albert";
-SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-RDEPEND="
-   dev-cpp/muParser
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}
-   dev-qt/qtconcurrent:5
-"
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/x11-misc/albert/albert-0.9.4.ebuild 
b/x11-misc/albert/albert-0.9.4.ebuild
deleted file mode 100644
index fe3ca76fc6a..000
--- a/x11-misc/albert/albert-0.9.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Desktop agnostic launcher"
-HOMEPAGE="https://github.com/manuelschneid3r/albert";
-SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-cpp/muParser
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtxml:5
-   x11-libs/libX11
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \
-   -i src/plugins/*/CMakeLists.txt \
-   -i src/lib/*/CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2017-04-23 Thread Jeroen Roovers
commit: 2aa4fe0c806d3480137a9799950a5544e881d2e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 23 10:48:10 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 23 10:48:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa4fe0c

app-antivirus/clamav: Enable fanotify (bug #487016).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 150 +++
 1 file changed, 150 insertions(+)

diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild 
b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
new file mode 100644
index 000..b6bd457b4a5
--- /dev/null
+++ b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic user systemd
+
+DESCRIPTION="Clam Anti-Virus Scanner"
+HOMEPAGE="http://www.clamav.net/";
+# no longer on sf.net from 0.99.2 onwards
+SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="bzip2 clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux 
static-libs uclibc"
+
+CDEPEND="bzip2? ( app-arch/bzip2 )
+   clamdtop? ( sys-libs/ncurses:0 )
+   iconv? ( virtual/libiconv )
+   metadata-analysis-api? ( dev-libs/json-c )
+   milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
+   dev-libs/libtommath
+   >=sys-libs/zlib-1.2.2
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   sys-devel/libtool
+   >dev-libs/libpcre-6
+   !!http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
+DEPEND="${CDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-clamav )"
+
+DOCS=( AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README UPGRADE )
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc-6.patch
+   "${FILESDIR}"/${PN}-configure-zlib.patch
+)
+
+pkg_setup() {
+   enewgroup clamav
+   enewuser clamav -1 -1 /dev/null clamav
+}
+
+src_prepare() {
+   default
+
+   eautoconf
+}
+
+src_configure() {
+   use ppc64 && append-flags -mminimal-toc
+   use uclibc && export ac_cv_type_error_t=yes
+
+   econf \
+   --disable-experimental \
+   --enable-id-check \
+   --with-dbdir="${EPREFIX}"/var/lib/clamav \
+   --with-system-tommath \
+   --with-zlib="${EPREFIX}"/usr \
+   $(use_enable bzip2) \
+   $(use_enable clamdtop) \
+   $(use_enable ipv6) \
+   $(use_enable milter) \
+   $(use_enable static-libs static) \
+   $(use_with iconv) \
+   $(use_with metadata-analysis-api libjson /usr)
+}
+
+src_install() {
+   default
+
+   rm -rf "${ED}"/var/lib/clamav
+   newinitd "${FILESDIR}"/clamd.initd-r6 clamd
+   newconfd "${FILESDIR}"/clamd.conf-r1 clamd
+
+   systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/clamav.conf"
+   systemd_newunit "${FILESDIR}/clamd_at.service" "clamd@.service"
+   systemd_dounit "${FILESDIR}/clamd.service"
+   systemd_dounit "${FILESDIR}/freshclamd.service"
+
+   keepdir /var/lib/clamav
+   fowners clamav:clamav /var/lib/clamav
+   keepdir /var/log/clamav
+   fowners clamav:clamav /var/log/clamav
+
+   dodir /etc/logrotate.d
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/clamav.logrotate clamav
+
+   # Modify /etc/{clamd,freshclam}.conf to be usable out of the box
+   sed -i -e "s:^\(Example\):\# \1:" \
+   -e "s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/clamd.pid:" 
\
+   -e "s:.*\(LocalSocket\) .*:\1 
${EPREFIX}/var/run/clamav/clamd.sock:" \
+   -e "s:.*\(User\) .*:\1 clamav:" \
+   -e "s:^\#\(LogFile\) .*:\1 
${EPREFIX}/var/log/clamav/clamd.log:" \
+   -e "s:^\#\(LogTime\).*:\1 yes:" \
+   -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
+   "${ED}"/etc/clamd.conf.sample || die
+   sed -i -e "s:^\(Example\):\# \1:" \
+   -e "s:.*\(PidFile\) .*:\1 
${EPREFIX}/var/run/clamav/freshclam.pid:" \
+   -e "s:.*\(DatabaseOwner\) .*:\1 clamav:" \
+   -e "s:^\#\(UpdateLogFile\) .*:\1 
${EPREFIX}/var/log/clamav/freshclam.log:" \
+   -e "s:^\#\(NotifyClamd\).*:\1 ${EPREFIX}/etc/clamd.conf:" \
+   -e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
+   -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
+   "${ED}"/etc/freshclam.conf.sample || die
+
+   if use milter ; then
+   # MilterSocket one to include ' /' because there is a 2nd line 
for
+   # inet: which we want to le

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

2017-04-23 Thread Michael Palimaka
commit: f93a73ddce26119e780b753c5e92086d237f6e42
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 23 10:52:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 23 10:52:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93a73dd

profiles: mask app-editors/vim-qt for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5d93ee87fc8..c249a017a04 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Palimaka  (23 Apr 2017)
+# Doesn't work with any in-tree versions of vim. Inactive upstream.
+# Bug 607136. Masked for removal in 30 days.
+app-editors/vim-qt
+
 # Michał Górny  (22 Apr 2017)
 # Discontinued, replaced by dev-python/bcolz. No reverse dependencies
 # left. Removal in 30 days. Bug #564878.



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

2017-04-23 Thread Alexis Ballier
commit: 7f6c9893a0174ecf94fc187642fd6e8ae2c81825
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 11:01:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6c9893

media-sound/abcm2ps: bump to 8.13.9

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/abcm2ps/Manifest  |  1 +
 media-sound/abcm2ps/abcm2ps-8.13.9.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index a3b1a3ffa77..95f3619d938 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -4,4 +4,5 @@ DIST abcm2ps-8.13.2.tar.gz 239542 SHA256 
78fb9f5a0a5fbb0d312d9f9fa194399c121801c
 DIST abcm2ps-8.13.3.tar.gz 247274 SHA256 
02edce1a978bc20830ab8f3242e959b0a65eb7e2183d5477355b013e8ab2f078 SHA512 
c1d4f9be0393407247593f4cd780319e4e4f74c0a822139c64af8c10d5b39c702d172e75756999e5d36f440bd9379c8e70b56e18dbc6ef637ff132d73f24e9f3
 WHIRLPOOL 
69b337514eeb3f68e9bc664b5ae1583e0313b031c5e67b5e69fbb0408d623127c2de41e44684f473e9a5fd38da35d9b70406698eb52efe20e1d6f0745816dbe4
 DIST abcm2ps-8.13.5.tar.gz 247642 SHA256 
ed945e87699d4a324ef00af5fca54c24ce99cfbb67092b0c229d488f7caf35de SHA512 
e411f67c90fbc36ffbef74c91617158fe3429e156bc3b1052eb82c27f91fdbb4bcf1de28904ac0b8ec832e61103486c7e50730a5cc429a7c814e174dbf10aad4
 WHIRLPOOL 
f735a8eb9e257017d1e1090003ef8e8c56ad966c640cdd34038ef89848dee86e39f05af49aa4e032e2cd75451cb307060dfc9f9285144caaa34a5518adf837f5
 DIST abcm2ps-8.13.8.tar.gz 248756 SHA256 
8ecbf6ae95093f784237020980fca2cd7345b347a3449a3aca9e4064db2d74e6 SHA512 
4cb98209c99631df9d4246af2131397baa5772ec5f30e3b3b381b1e31390aa867a7776af72a32caf1b389c0b35cbed22d4e2208551cb7d3154f0de10e7c30ad5
 WHIRLPOOL 
ffc168444241cf7e2353aef2a08a07a39cb8e023837a884893393f90befea935a5e13614971e392467bfddda3d2e84a69b1c797dcbcb8e09c5ea4dae35ad81c9
+DIST abcm2ps-8.13.9.tar.gz 248893 SHA256 
372bc6d5bb5ba087b71abeb6240c806f940a59e9664f46e5f4f1faec52e815a7 SHA512 
7ce6efe605c073674ec7f30d26a34848e22a5c9f97058431243ee17598e35ebc991b760bc99847294f860f6b936e3ae2f504d2de842a487f226e32c47fac438e
 WHIRLPOOL 
19a1219c5024b913e2bc5d6599c592e70cb110e751e39ce7cdf84bcc61a95afea0419dad08c6f4e29b63c14e12f24a6bd77203750c42f7503f00daf943b2d471
 DIST transpose_abc.pl 21045 SHA256 
bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848 SHA512 
dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3
 WHIRLPOOL 
81e327bbd76b40826adab06f7756c79c60289b21432b792c848db3ba1354528fa4f1a074cba890b6087cfac6e712427c6cbb2c9e6679c8ced22c362f6ec005f3

diff --git a/media-sound/abcm2ps/abcm2ps-8.13.9.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.13.9.ebuild
new file mode 100644
index 000..2d4a35b5889
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-8.13.9.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A program to convert abc files to Postscript files"
+HOMEPAGE="http://moinejf.free.fr/";
+SRC_URI="http://moinejf.free.fr/${P}.tar.gz
+   http://moinejf.free.fr/transpose_abc.pl";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples pango"
+
+RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --enable-a4 \
+   --enable-deco-is-roll \
+   $(use_enable pango)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dobin abcm2ps
+
+   insinto /usr/share/${PN}
+   doins *.fmt
+
+   dodoc Changes README *.txt
+
+   if use examples ; then
+   docinto examples
+   dodoc *.{abc,eps}
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   docinto contrib
+   dodoc "${DISTDIR}"/transpose_abc.pl
+}



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

2017-04-23 Thread Alexis Ballier
commit: 93a3855501bb5c64ae7cc1a47bef1664cca6710b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 10:55:53 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a38555

media-sound/yoshimi: Bump to 1.5.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/yoshimi/Manifest   |  1 +
 media-sound/yoshimi/yoshimi-1.5.1.1.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 5de05328460..e939ad97cb2 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1 +1,2 @@
 DIST yoshimi-1.4.1.tar.bz2 3674539 SHA256 
9e844db60c0080fa26767e2cb5ed24097240e0e5ed65760740cf98c505e97a8c SHA512 
2ae98e4cfb0a24fa76c971fae9b12244624d18d1dd1cb3142af421be9f55874aac658b666fe29367aa75902895b9ec5a608939ab44b2158bdc5ef7a59499
 WHIRLPOOL 
5dc7e2024681ef2f916b6fdf900d6e4ab51ddec40e7cda1c285cb0c3d8598919ceb753976fbb765d620070782a6fdba1cb1b155759dc49b8ecb7c522346dce11
+DIST yoshimi-1.5.1.1.tar.bz2 4035895 SHA256 
cace0063b9c31f39b1437fb61600991e7463eae893ca457e0ca1236057b54abe SHA512 
f7f47835aceb30ca889ec536f922a30ef3d1e4d306c666c91b984a314781e5245045aab216be3dbdca95250f8e941229db799afd6b5fa079b61e75fd92ee1c28
 WHIRLPOOL 
1291ba2ee28c1f7a9309baa1457e2e26337cdf693c221707f9a5618c31408453ceb2e1cde291fe472aea03cca83ff86509e8ebfd0ba6cdeb0a79d2b80abed82b

diff --git a/media-sound/yoshimi/yoshimi-1.5.1.1.ebuild 
b/media-sound/yoshimi/yoshimi-1.5.1.1.ebuild
new file mode 100644
index 000..b33e6064a78
--- /dev/null
+++ b/media-sound/yoshimi/yoshimi-1.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
+
+inherit cmake-utils
+
+DESCRIPTION="A software synthesizer based on ZynAddSubFX"
+HOMEPAGE="http://yoshimi.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+lv2"
+
+RDEPEND="
+   >=dev-libs/mini-xml-2.5
+   >=media-libs/alsa-lib-1.0.17
+   media-libs/fontconfig
+   media-libs/libsndfile
+   >=media-sound/jack-audio-connection-kit-0.115.6
+   sci-libs/fftw:3.0
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   sys-libs/zlib
+   x11-libs/cairo[X]
+   x11-libs/fltk:1[opengl]
+   lv2? ( media-libs/lv2 )
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   virtual/pkgconfig
+"
+
+CMAKE_USE_DIR="${WORKDIR}/${P}/src"
+
+src_prepare() {
+   mv Change{l,L}og || die
+   sed -i \
+   -e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
+   -e "s:lib/lv2:$(get_libdir)/lv2:" \
+   src/CMakeLists.txt || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DLV2Plugin=$(usex lv2)
+   )
+   cmake-utils_src_configure
+}



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

2017-04-23 Thread Alexis Ballier
commit: 5c6115b56d06554cd991e71c081c656091825604
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 11:00:25 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6115b5

media-sound/amsynth: bump to 1.7.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/amsynth/Manifest |  1 +
 media-sound/amsynth/amsynth-1.7.1.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest
index 4c126c18ee8..f7145c978fe 100644
--- a/media-sound/amsynth/Manifest
+++ b/media-sound/amsynth/Manifest
@@ -2,3 +2,4 @@ DIST amSynth-1.3.2.tar.gz 635901 SHA256 
3ad50c20d690865ea0fdef6745cd04a9f758e9ae
 DIST amsynth-1.5.1.tar.gz 1297131 SHA256 
38e0764ae02ec38e689204581810adabedd9b4e0d306414c455f51c1dbf0bea4 SHA512 
5f1551f9d1398a97738ac6f764f169d8cdd55e94464438adb226d1284fe8845e190fe5dd7a740b33972c1bbe76aa2d60467b7a663ec6717bb9fac75e5aac62d1
 WHIRLPOOL 
615ae1a55db42a0d6cb628ab84d9167894cb974594c45bf74aae6ad1e74b09f0303844fe54457b805ce4fd50af8ae99d9064531162106ef83c5c8103c24c8a73
 DIST amsynth-1.6.4.tar.gz 1380770 SHA256 
489f57d506ea3495412bdd759be290930ff5da9d5b6b39ad8c82e19b4fd219ed SHA512 
63ecc54ff0b26d61aa11a6cd1f6854c6b1f87b723808293a09f1b86831c574c8f709dd7987571914d285c52d94fa794f858c299927918ffa1ddad743bc180abb
 WHIRLPOOL 
f5b92d69543c479def140703df11efc27407f4869d0eea5b28ee1e8914c241184e6eccb726cb2d628b629c00c01c944425ea1d82522744ef7d5cbb5c49952634
 DIST amsynth-1.7.0.tar.gz 1399493 SHA256 
176bfc8bc7eee60e6826572c8f9e9ce555c11687b063c5fb904836c44b4616b5 SHA512 
4b9a56c7800a484b738985cf52f6956e8829c11b4fb10f72c1e3ede0aeb3fdcb424e72ac43995ea3dc988f9cb838a0f284719d274010dc52a115faa8a3beb8d9
 WHIRLPOOL 
7d631b697dfed88b5a8a4c28bb0b4158384676b472936b0dc735f484096d2a6b14fb555c0af83f74b3120f9a6baac0c4073bf22f194439beb903261d88d70bfa
+DIST amsynth-1.7.1.tar.gz 1409439 SHA256 
cb2be6cfbf0c01cdacb3e7e0f717f70d093026811e5aefaa12337deaf62c0486 SHA512 
ad5eff805f3ad30a7cc9f3933bbe82b99c670c669c0c405d5045a410afc75cdc0d692856e73ccf870d3ca66e0997a81a5c35baf57b33bb6012f19056cff725c9
 WHIRLPOOL 
583b426612e0b20515eaa8bd85847eac211f8cd463aa283499c3d585a7d45a7419c092acb0bdc92562997f57e01051fd783ed04321f97afaea4ebaec3dc74de8

diff --git a/media-sound/amsynth/amsynth-1.7.1.ebuild 
b/media-sound/amsynth/amsynth-1.7.1.ebuild
new file mode 100644
index 000..61adafdc3c5
--- /dev/null
+++ b/media-sound/amsynth/amsynth-1.7.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Virtual analogue synthesizer"
+HOMEPAGE="https://github.com/nixxcode/amsynth/";
+SRC_URI="https://github.com/nixxcode/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa dssi jack lash oss sndfile"
+
+RDEPEND="dev-cpp/gtkmm:2.4
+   sndfile? ( >=media-libs/libsndfile-1:= )
+   alsa? (
+   media-libs/alsa-lib:=
+   media-sound/alsa-utils
+   )
+   dssi? (
+   media-libs/dssi:=
+   media-libs/liblo:=
+   >=x11-libs/gtk+-2.20:2
+   )
+   jack? ( media-sound/jack-audio-connection-kit )
+   lash? ( media-sound/lash )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   oss? ( virtual/os-headers )"
+
+S="${WORKDIR}/${PN}-release-${PV}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cxxflags -std=c++11
+   econf \
+   $(use_with oss) \
+   $(use_with alsa) \
+   $(use_with jack) \
+   $(use_with lash) \
+   $(use_with sndfile) \
+   $(use_with dssi)
+}



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

2017-04-23 Thread Alexis Ballier
commit: a9d7b175844cd43afeeb4618f296bbcd9ce3f2c5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 10:48:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d7b175

media-video/ccextractor: Bump to 0.85

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ccextractor/Manifest|  1 +
 media-video/ccextractor/ccextractor-0.85.ebuild | 35 
 media-video/ccextractor/files/cflags.patch  | 25 +
 media-video/ccextractor/files/zlib.patch| 36 +
 4 files changed, 97 insertions(+)

diff --git a/media-video/ccextractor/Manifest b/media-video/ccextractor/Manifest
index ccb67fabeb9..b9549f951c7 100644
--- a/media-video/ccextractor/Manifest
+++ b/media-video/ccextractor/Manifest
@@ -1,3 +1,4 @@
 DIST ccextractor-0.59-src.zip 168198 SHA256 
13ca427527661e99f156c72ebd09b5bb4eb735904a83c2b3eb3f8aec66425ecb SHA512 
13c9ffacdcbea781bac067e850700dbe46ba5fad00f2fde1fb563980c06b77be4c2216b1075d3dad873e3604f408f4cb739fca66bc0764bbaf15a987eb9cc9a3
 WHIRLPOOL 
ff599cb5b07ff275fca34ce325d867e2f7d3c85d996de081335a4ef22f3104ce5e5bb9455c9718139a27b1946283f1b324e585fad8108424201eb77e938f73e8
+DIST ccextractor-src-nowin.0.85.zip 1843154 SHA256 
2ac21c6483e206a796d26d6adb7e969eb038a97ead9e2b2a7ee91b8b08c6882e SHA512 
53adc017b7b1679302677e3773aabdcceddabdd8a6550cf8b9fb98150b7323a1cc6dbe67a48ebcdf22a4d013c00831907799032dd0f7f6f06943252be8177cec
 WHIRLPOOL 
14b05f4f9bc5c52d3943d0aa0f55ce144b0a221c67feec55779687576e1e7abe8da617002d4d6ca09258d859692861f71db6410fbebcfde35998ea6b9d12
 DIST ccextractor.src.0.68.zip 927590 SHA256 
b4d711b88995bbf4e22b70076b802b162fcaca3eff95263e01ed502edc7dbd00 SHA512 
c73eb007db7058cf17a818cd5bdf20dfb6f6f3585f55d9f7f1b894aaedcc6b74ac0c2b34b517b44491cdefe2fe7b1fc0035802326b61f7f6330acdb854b8c2ad
 WHIRLPOOL 
4d6b245212f37d79076fc6afe6bdd4bc754c6ffb5c94559aea1f1428270de395daf7720e8cf7d346681975cb68d8357ef2aaed326a59d9a37eea7d7ddc157f3b
 DIST ccextractor.src.0.69.zip 940531 SHA256 
bfb6d1174e7a440a624f39ade3c9b9ccbdebb9111ec308578d68aba89a8ec50a SHA512 
51c3218a9a8e88aa86acfdd0cbd51bc52a734bde77dbea32c7e2a0f63835b25e0e86ea4b228564e5e996a5a19c74d5513d057bf510c324280f0c155a96b5
 WHIRLPOOL 
f27c377ab7f535900f858f138867cc8d12b76b05bc2eabbd0309c4ffcd7cd19865f419d4f0fe2b8bd1b480a6594f4a8a0104212fba6923da126b56ed31425c96

diff --git a/media-video/ccextractor/ccextractor-0.85.ebuild 
b/media-video/ccextractor/ccextractor-0.85.ebuild
new file mode 100644
index 000..ea26c55c5ef
--- /dev/null
+++ b/media-video/ccextractor/ccextractor-0.85.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils toolchain-funcs cmake-utils
+
+DESCRIPTION="Extract closed captioning subtitles from video to SRT"
+HOMEPAGE="http://ccextractor.sourceforge.net/";
+SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}/src"
+
+PATCHES=(
+   "${FILESDIR}/zlib.patch"
+   "${FILESDIR}/cflags.patch"
+)
+
+src_prepare() {
+   rm -rf libpng zlib || die
+   cmake-utils_src_prepare
+}

diff --git a/media-video/ccextractor/files/cflags.patch 
b/media-video/ccextractor/files/cflags.patch
new file mode 100644
index 000..e482bdbe5fc
--- /dev/null
+++ b/media-video/ccextractor/files/cflags.patch
@@ -0,0 +1,25 @@
+Index: src/CMakeLists.txt
+===
+--- src.orig/CMakeLists.txt
 src/CMakeLists.txt
+@@ -31,7 +31,7 @@ aux_source_directory ("${PROJECT_SOURCE_
+ link_directories (/opt/local/lib)
+ link_directories (/usr/local/lib)
+ 
+-set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -Wall -g -std=gnu99 
-Wno-write-strings -D_FILE_OFFSET_BITS=64")
++set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -std=gnu99 -Wno-write-strings 
-D_FILE_OFFSET_BITS=64")
+ add_subdirectory (lib_ccx)
+ 
+ aux_source_directory (${PROJECT_SOURCE_DIR} SOURCEFILE)
+Index: src/lib_ccx/CMakeLists.txt
+===
+--- src.orig/lib_ccx/CMakeLists.txt
 src/lib_ccx/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ cmake_policy (SET CMP0037 NEW)
+ 
+-set (CMAKE_C_FLAGS "-O0 -Wall -g -std=gnu99")
++set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -std=gnu99")
+ 
+ if (WITH_FFMPEG)
+   set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DENABLE_FFMPEG")

diff --git a/media-video/ccextractor/files/zlib.patch 
b/media-video/ccextractor/files/zlib.patch
new file mode 100644
index 000..d2dfd2a3adb
--- /dev/null
+++ b/media-video/ccextractor/files/zlib.patch
@@ -0,0 +1,36 @@
+Index: src/CMakeLists.txt
+

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

2017-04-23 Thread Alexis Ballier
commit: 3a19bd5b2688ea1a6fd4598de414e6fb4af979ff
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 11:03:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a19bd5b

media-sound/mpdas: bump to 0.4.2 and use verbose build.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/mpdas/Manifest   |  1 +
 media-sound/mpdas/mpdas-0.4.2.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 2b8fd7ef41f..5bec817b5b8 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,2 +1,3 @@
 DIST mpdas-0.4.0.tar.gz 15113 SHA256 
7b30a9cde19175bddb6b898a78d225242330dbceaca4932f87c5a016141af650 SHA512 
0e5643cc2c690b05477b64e8f1761332d53e17809d61ec5ec17ab41f4f0b7b2d6b4013d3b946d3289f02f470b4afef1df8206bd0fab61345cd8431bb2c66742f
 WHIRLPOOL 
ca4c13d6d6d75d64d5b43571c22968924510f7302c2bc44264c923dedfcbe010241684262b4befdbc6689fbb17b72aff7ea2a47115664c2e9f0388070d1a27ae
 DIST mpdas-0.4.1.tar.gz 15117 SHA256 
f790be8e85c0d1324d7346b5b0fa3713db8db7fd4ea304c5c8d2921bf3855014 SHA512 
746ca106f76cbd24fc8460b9c2a7debcb5faf49e65e5307adb1bdf530dab8f99b2e0118ce1324e5bf2af1d08465c3a6f015675dcfb7d1b6d799e228e8ecffd64
 WHIRLPOOL 
c7323f061e976d4a4cc9989f3d643fa1e60fa41cf576723a28d8d7e0f3d5745f97f3da982b8a97ccde7aa64c08c047276b37a2630adf91429178a4f3ff65e418
+DIST mpdas-0.4.2.tar.gz 15695 SHA256 
8ebdd0518cbdb033fc0578c9ea894d4670de1d67bf2541418cb5f7ac1210db6f SHA512 
cebd3c027002ac5283834edf3a1338b449c4a78261690cb5d25c57f767f1b0b81ff8ca5c64d79d6aecf5e86ba0c7b63a51131f6cc9031f2922e92eeddcada353
 WHIRLPOOL 
666dadad91961f1d1c205e1f3581570d2aad642ca3a11d0d55d02a4f634254df6c7f7fef266e75557b40b49f70e0ee3b3f7a0a9cb621d54dca9b2c3bb9bc3db6

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



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

2017-04-23 Thread Alexis Ballier
commit: 0c8aadcbccddd583dbf702269d17da792a5b5195
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 11:10:34 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 11:10:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8aadcb

media-sound/tunapie: bump to 2.1.19

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/tunapie/Manifest  |  1 +
 media-sound/tunapie/tunapie-2.1.19.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/media-sound/tunapie/Manifest b/media-sound/tunapie/Manifest
index 3cde4d1bdb2..967ccddefb6 100644
--- a/media-sound/tunapie/Manifest
+++ b/media-sound/tunapie/Manifest
@@ -1 +1,2 @@
 DIST tunapie-2.1.17.tar.gz 50165 SHA256 
d3cf0d102df52da37ee50125fbaa8f9709b18d9f8bc13dd9fa3932e4f28828f6 SHA512 
62215f99b863f3db24b78048302f8b2f54aa5b969e9ba09034e98227dcada3f561a1afcf5babd65dca7f251aeeba816352b252f9f8f22fdec77272d7583f7ce9
 WHIRLPOOL 
d1ee2991c1f0f77ede710c9eadcfa003c359a262988f9599ac1740b412182b2e588a9e417f9cdb0e807a00715ea2e163e58fe9fb2c3d96cfe2d3808078a3
+DIST tunapie-2.1.19.tar.gz 48459 SHA256 
2b83c146dd54478a7b35e58b21b7cef52efaa2431b92cd10d97715eeaa7dcb85 SHA512 
6a53034e4172f8c96d6e1c92433a3d94c3e8b8bceb9587ff39bad5e7b97937ac000419c683474427ea293b7ba10d5e9dd845b4aa7eaad1a3bcc5b980d57e5669
 WHIRLPOOL 
79f5663b9d76aa74754be281f29e99a3db70d19a4192b14f40907b3957ca2971c4f32c0f534a9fa843dc017cc1cc130392e2515b3b36ff65c5cea17e82ad6920

diff --git a/media-sound/tunapie/tunapie-2.1.19.ebuild 
b/media-sound/tunapie/tunapie-2.1.19.ebuild
new file mode 100644
index 000..db38951688e
--- /dev/null
+++ b/media-sound/tunapie/tunapie-2.1.19.ebuild
@@ -0,0 +1,50 @@
+# 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
+
+DESCRIPTION="Directory browser for Radio and TV streams"
+HOMEPAGE="http://tunapie.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="offensive"
+
+RDEPEND=">=dev-python/wxpython-2.6[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+src_prepare() {
+   default
+
+   # fix pixmap lookup
+   sed -i -e 's@../pixmaps@../../share/pixmaps@' \
+   src/tunapie2_main.py || die
+
+   # the original script requires more sed than code,
+   cat > tunapie <<-_EOF_ || die
+   #!/bin/sh
+   exec ${EPYTHON} /usr/lib/tunapie/Tunapie.py
+   _EOF_
+}
+
+src_install() {
+   dobin tunapie
+   doman tunapie.1
+   dodoc CHANGELOG README
+
+   python_moduleinto /usr/lib/tunapie
+   python_domodule src/{*.py,*.png}
+
+   doicon src/tplogo.xpm
+   domenu tunapie.desktop
+
+   dodir /etc
+   usex offensive 1 0 > "${ED%/}"/etc/tunapie.config || die
+}



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

2017-04-23 Thread Michael Palimaka
commit: 19922f8825538fd33b42cba9e33f2a579292e854
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 23 11:12:24 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 23 11:12:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19922f88

x11-misc/albert: version bump 0.11.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/albert/Manifest |  1 +
 x11-misc/albert/albert-0.11.1.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest
index 2e6904efbd1..f067a6b2f4f 100644
--- a/x11-misc/albert/Manifest
+++ b/x11-misc/albert/Manifest
@@ -1,2 +1,3 @@
 DIST albert-0.10.4.tar.gz 394073 SHA256 
21d564528ad4f5d36490b47966497022cf80e262c37320ea5e7b1050efae822a SHA512 
6674c21efe55989577c82fad45713c31ec2c097b7eaff4d5452d3ea401af2083037637326c89f1bfa37344c0c86e1b97d7439ed2aadb9b6da00295ce401f1c1b
 WHIRLPOOL 
6beb71b2aa0f6a2ea4a32515d62a121700e93856916ba797c322f2ba8ade1986e881b0ad575bd591a08ee0b07c0b72d7e0875d3088a1b88e454efbc627514202
+DIST albert-0.11.1.tar.gz 402280 SHA256 
d214b73bf154bef59d36a4b128493b5dd9ecc7ba059a606f9b4659b57741f390 SHA512 
2b8dd8b1143e57f5b3d107ea4088cca3631ba73177234f55bdcfbe0fdb952b357a9dc4d7178c7c8eae25191f2bb5702838bce1604a2186a93910efe086a16b0d
 WHIRLPOOL 
34dd6216c36408a2b04c2c3f19b3aa2f90f6de0e5dddfead8b5790c9326bea965319e8a7f4a2b12a34223c2c72aad8203889e2f49cbbe69ea085a01c88b687d6
 DIST albert-0.9.5.tar.gz 10175835 SHA256 
0af1f01b45454088ed5776ee7884b322a65dde7b220f2a5ccc37cef2ad3f SHA512 
5405a78fe90c6d4a6e4a1508f34cd786f535381a0824bdca1a02f6edac37bf819b67bf2de55b8c9bf883e4628656b26316904b93877d92f1865673d2810527de
 WHIRLPOOL 
391e0e0fb980955d237ba256e0e5100b00cb7c4b789d386ec352a8af60621d1578bbaa02d6e6c62ef69ba5e773ae27595176c2a7f27e6a4cc93aa129005ee7bc

diff --git a/x11-misc/albert/albert-0.11.1.ebuild 
b/x11-misc/albert/albert-0.11.1.ebuild
new file mode 100644
index 000..7213836e271
--- /dev/null
+++ b/x11-misc/albert/albert-0.11.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Desktop agnostic launcher"
+HOMEPAGE="https://github.com/manuelschneid3r/albert";
+SRC_URI="https://github.com/manuelschneid3r/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND="
+   dev-cpp/muParser
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \
+   -i src/plugins/*/CMakeLists.txt \
+   -i src/lib/*/CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DEBUG_EXTENSIONS=$(usex debug)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2017-04-23 Thread David Seifert
commit: dbe967cef57717cdfd95dd7efb9238666f887139
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:12:16 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:26:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe967ce

media-libs/lv2: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/lv2/lv2-1.10.0-r1.ebuild | 8 ++--
 media-libs/lv2/lv2-1.12.0.ebuild| 9 +++--
 media-libs/lv2/lv2-1.14.0.ebuild| 9 +++--
 3 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/media-libs/lv2/lv2-1.10.0-r1.ebuild 
b/media-libs/lv2/lv2-1.10.0-r1.ebuild
index 116d93599d4..36cb1851af5 100644
--- a/media-libs/lv2/lv2-1.10.0-r1.ebuild
+++ b/media-libs/lv2/lv2-1.10.0-r1.ebuild
@@ -1,10 +1,11 @@
-# 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} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils
 
 DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
@@ -15,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+   ${PYTHON_DEPS}
+   plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]

diff --git a/media-libs/lv2/lv2-1.12.0.ebuild b/media-libs/lv2/lv2-1.12.0.ebuild
index c66968ce40b..284d435f39c 100644
--- a/media-libs/lv2/lv2-1.12.0.ebuild
+++ b/media-libs/lv2/lv2-1.12.0.ebuild
@@ -1,9 +1,11 @@
-# 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} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION="A simple but extensible successor of LADSPA"
@@ -14,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+   ${PYTHON_DEPS}
+   plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]

diff --git a/media-libs/lv2/lv2-1.14.0.ebuild b/media-libs/lv2/lv2-1.14.0.ebuild
index abcae4c123c..284d435f39c 100644
--- a/media-libs/lv2/lv2-1.14.0.ebuild
+++ b/media-libs/lv2/lv2-1.14.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2016 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} )
 PYTHON_REQ_USE='threads(+)'
+
 inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION="A simple but extensible successor of LADSPA"
@@ -14,8 +16,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="doc plugins"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
+DEPEND="
+   ${PYTHON_DEPS}
+   plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )"
 RDEPEND="${DEPEND}
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]



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

2017-04-23 Thread David Seifert
commit: b96f4fc21a3083dff653a07364c6a0cd4b89cefc
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:20:18 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96f4fc2

media-libs/opencolorio: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild 
b/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild
index 7ca6746dee3..1d80450f58a 100644
--- a/media-libs/opencolorio/opencolorio-1.0.9-r2.ebuild
+++ b/media-libs/opencolorio/opencolorio-1.0.9-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
@@ -22,7 +22,7 @@ IUSE="doc opengl pdf python cpu_flags_x86_sse2 test"
 RDEPEND="opengl? (
media-libs/lcms:2
>=media-libs/openimageio-1.1.0
-   media-libs/glew
+   media-libs/glew:0=
media-libs/freeglut
virtual/opengl
)
@@ -38,7 +38,7 @@ DEPEND="${RDEPEND}
"
 
 # Documentation building requires Python bindings building
-REQUIRED_USE="doc? ( python )"
+REQUIRED_USE="doc? ( python ) python? ( ${PYTHON_REQUIRED_USE} )"
 
 # Restricting tests, bugs #439790 and #447908
 RESTRICT="test"



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

2017-04-23 Thread David Seifert
commit: c382bfbbca78365116959cafb454c1db46175be3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:26:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c382bfbb

media-sound/a2jmidid: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/a2jmidid/a2jmidid-8-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/a2jmidid/a2jmidid-8-r1.ebuild 
b/media-sound/a2jmidid/a2jmidid-8-r1.ebuild
index 84e6934a33a..a8a2524cc4a 100644
--- a/media-sound/a2jmidid/a2jmidid-8-r1.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="dbus"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="media-libs/alsa-lib
media-sound/jack-audio-connection-kit



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

2017-04-23 Thread David Seifert
commit: 2ee7d72d539753a7e9f9e9752d888f0d9f121f80
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:30:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee7d72d

media-sound/csound: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/csound/csound-6.08.0.ebuild | 10 +-
 media-sound/csound/csound-.ebuild   | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/media-sound/csound/csound-6.08.0.ebuild 
b/media-sound/csound/csound-6.08.0.ebuild
index a28fec3c57e..8cc84ab08b7 100644
--- a/media-sound/csound/csound-6.08.0.ebuild
+++ b/media-sound/csound/csound-6.08.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,7 +25,7 @@ REQUIRED_USE="
java? ( cxx )
linear? ( double-precision )
lua? ( cxx )
-   python? ( cxx )
+   python? ( ${PYTHON_REQUIRED_USE} cxx )
 "
 
 RDEPEND="
@@ -82,12 +82,12 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 pkg_pretend() {
-   if use openmp ; then
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }
 
 pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+
if use python || use test ; then
python-single-r1_pkg_setup
fi

diff --git a/media-sound/csound/csound-.ebuild 
b/media-sound/csound/csound-.ebuild
index 06c09139e74..b67f5ec5779 100644
--- a/media-sound/csound/csound-.ebuild
+++ b/media-sound/csound/csound-.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
@@ -31,7 +31,7 @@ REQUIRED_USE="
java? ( cxx )
linear? ( double-precision )
lua? ( cxx )
-   python? ( cxx )
+   python? ( ${PYTHON_REQUIRED_USE} cxx )
 "
 
 RDEPEND="
@@ -88,12 +88,12 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 pkg_pretend() {
-   if use openmp ; then
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }
 
 pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+
if use python || use test ; then
python-single-r1_pkg_setup
fi



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

2017-04-23 Thread David Seifert
commit: 7c4fb1642ab6f5e58a77390a5b526be8fcf466ec
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:27:09 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4fb164

media-sound/ario: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/ario/ario-1.5.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/ario/ario-1.5.1-r1.ebuild 
b/media-sound/ario/ario-1.5.1-r1.ebuild
index 6d4c13a6cd5..403cf04a8be 100644
--- a/media-sound/ario/ario-1.5.1-r1.ebuild
+++ b/media-sound/ario/ario-1.5.1-r1.ebuild
@@ -32,6 +32,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
taglib? ( media-libs/taglib )
zeroconf? ( net-dns/avahi )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext"



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

2017-04-23 Thread David Seifert
commit: c35323da3dc31b4e74e4826ab85870c25f84b56e
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:47:27 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35323da

net-analyzer/gsm-receiver: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/gsm-receiver/gsm-receiver-.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/gsm-receiver/gsm-receiver-.ebuild 
b/net-analyzer/gsm-receiver/gsm-receiver-.ebuild
index 0b04eab14d5..36a54f59e1e 100644
--- a/net-analyzer/gsm-receiver/gsm-receiver-.ebuild
+++ b/net-analyzer/gsm-receiver/gsm-receiver-.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit autotools git-2 python-single-r1
@@ -14,8 +15,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="net-libs/libosmocore
+RDEPEND="${PYTHON_DEPS}
+   net-libs/libosmocore
>=net-wireless/gnuradio-3.7_rc:0="
 DEPEND="${RDEPEND}
virtual/pkgconfig"



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

2017-04-23 Thread David Seifert
commit: 9cd53421936dc351797be318dc35e7ef059e76c5
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:37:02 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd53421

media-sound/rhythmbox: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild |  5 -
 media-sound/rhythmbox/rhythmbox-3.4.1.ebuild| 10 --
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
index c15305f477b..2395988b72c 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.1-r1.ebuild
@@ -45,7 +45,10 @@ COMMON_DEPEND="
gnome-keyring? ( >=app-crypt/libsecret-0.18 )
libnotify? ( >=x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
-   python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
+   )
udev? (
virtual/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
index f99bee2dd9c..5f8d9704f63 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
@@ -19,7 +19,10 @@ REQUIRED_USE="
ipod? ( udev )
mtp? ( udev )
dbus? ( python )
-   python? ( ^^ ( $(python_gen_useflags '*') ) )
+   python? (
+   ${PYTHON_REQUIRED_USE}
+   ^^ ( $(python_gen_useflags '*') )
+   )
 "
 
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
@@ -45,7 +48,10 @@ COMMON_DEPEND="
gnome-keyring? ( >=app-crypt/libsecret-0.18 )
libnotify? ( >=x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
-   python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
+   )
udev? (
virtual/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )



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

2017-04-23 Thread David Seifert
commit: 5699524fbbe91eb5d90d1d3e4917f34cdcdc672c
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:25:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5699524f

media-libs/suil: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/suil/suil-0.8.2.ebuild | 5 +++--
 media-libs/suil/suil-0.8.4.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/suil/suil-0.8.2.ebuild 
b/media-libs/suil/suil-0.8.2.ebuild
index 3e546d139d3..98098e4d492 100644
--- a/media-libs/suil/suil-0.8.2.ebuild
+++ b/media-libs/suil/suil-0.8.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE='threads(+)'
@@ -21,6 +21,7 @@ RDEPEND="media-libs/lv2
gtk? ( x11-libs/gtk+:2 )
qt4? ( dev-qt/qtgui:4 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
doc? ( app-doc/doxygen )
virtual/pkgconfig"
 

diff --git a/media-libs/suil/suil-0.8.4.ebuild 
b/media-libs/suil/suil-0.8.4.ebuild
index 9ed15dfad9c..a5d98155232 100644
--- a/media-libs/suil/suil-0.8.4.ebuild
+++ b/media-libs/suil/suil-0.8.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
@@ -24,6 +24,7 @@ RDEPEND=">=media-libs/lv2-1.12.0
dev-qt/qtgui:5
)"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
doc? ( app-doc/doxygen )
virtual/pkgconfig"
 



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

2017-04-23 Thread David Seifert
commit: 4b6cf0121b7918bdb3fb7623b4b663cc9fb12cf7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:32:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6cf012

media-sound/exaile: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/exaile/exaile-3.4.5.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-sound/exaile/exaile-3.4.5.ebuild 
b/media-sound/exaile/exaile-3.4.5.ebuild
index 86ed27f08ab..de353fde214 100644
--- a/media-sound/exaile/exaile-3.4.5.ebuild
+++ b/media-sound/exaile/exaile-3.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,8 +16,11 @@ LICENSE="GPL-2 GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="cddb libnotify nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-python/dbus-python
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/dbus-python
dev-python/gst-python:0.10
>=dev-python/pygtk-2.17
>=dev-python/pygobject-2.18:2
@@ -26,8 +29,11 @@ RDEPEND="dev-python/dbus-python
media-plugins/gst-plugins-meta:0.10
cddb? ( dev-python/cddb-py )
libnotify? ( dev-python/notify-python )"
-DEPEND="nls? ( dev-util/intltool
-   sys-devel/gettext )"
+DEPEND="
+   nls? (
+   dev-util/intltool
+   sys-devel/gettext
+   )"
 
 RESTRICT="test" #315589
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2017-04-23 Thread David Seifert
commit: 397fee6d1010b98188ddb536b4548c7f674f63f5
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:39:56 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397fee6d

media-tv/plex-media-server: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-tv/plex-media-server/plex-media-server-1.4.4.ebuild | 1 +
 media-tv/plex-media-server/plex-media-server-1.5.3.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-tv/plex-media-server/plex-media-server-1.4.4.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.4.4.ebuild
index 479f0c36ab2..b6f2ead589e 100644
--- a/media-tv/plex-media-server/plex-media-server-1.4.4.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.4.4.ebuild
@@ -22,6 +22,7 @@ SLOT="0"
 LICENSE="Plex"
 RESTRICT="mirror bindist strip"
 KEYWORDS="-* amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
sys-apps/fix-gnustack

diff --git a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
index 83a716311b7..530a3b6e406 100644
--- a/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
+++ b/media-tv/plex-media-server/plex-media-server-1.5.3.ebuild
@@ -22,6 +22,7 @@ SLOT="0"
 LICENSE="Plex"
 RESTRICT="mirror bindist strip"
 KEYWORDS="-* ~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="
sys-apps/fix-gnustack



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

2017-04-23 Thread David Seifert
commit: 511473fcea6d69a79fe257a0a62b24e1d96ea340
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:17:27 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:26:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511473fc

media-libs/mesa: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/mesa/mesa-13.0.5.ebuild | 3 +--
 media-libs/mesa/mesa-13.0.6.ebuild | 3 +--
 media-libs/mesa/mesa-17.0.2.ebuild | 3 +--
 media-libs/mesa/mesa-17.0.3.ebuild | 3 +--
 media-libs/mesa/mesa-17.0.4.ebuild | 3 +--
 media-libs/mesa/mesa-.ebuild   | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/media-libs/mesa/mesa-13.0.5.ebuild 
b/media-libs/mesa/mesa-13.0.5.ebuild
index 1c290367699..88320cd3932 100644
--- a/media-libs/mesa/mesa-13.0.5.ebuild
+++ b/media-libs/mesa/mesa-13.0.5.ebuild
@@ -71,7 +71,6 @@ REQUIRED_USE="
video_cards_r600?   ( gallium )
video_cards_radeonsi?   ( gallium llvm )
video_cards_vmware? ( gallium )
-   ${PYTHON_REQUIRED_USE}
 "
 
 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72"
@@ -145,6 +144,7 @@ RDEPEND="${RDEPEND}
 # FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
 # LLVM < 3.9 is out of the game
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
llvm? (
video_cards_radeonsi? ( || (
sys-devel/llvm[llvm_targets_AMDGPU]
@@ -172,7 +172,6 @@ DEPEND="${RDEPEND}
 [[ ${PV} ==  ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
-   ${PYTHON_DEPS}
$(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 

diff --git a/media-libs/mesa/mesa-13.0.6.ebuild 
b/media-libs/mesa/mesa-13.0.6.ebuild
index 27331f19d86..b432547e13d 100644
--- a/media-libs/mesa/mesa-13.0.6.ebuild
+++ b/media-libs/mesa/mesa-13.0.6.ebuild
@@ -71,7 +71,6 @@ REQUIRED_USE="
video_cards_r600?   ( gallium )
video_cards_radeonsi?   ( gallium llvm )
video_cards_vmware? ( gallium )
-   ${PYTHON_REQUIRED_USE}
 "
 
 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.72"
@@ -145,6 +144,7 @@ RDEPEND="${RDEPEND}
 # FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
 # LLVM < 3.9 is out of the game
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
llvm? (
video_cards_radeonsi? ( || (
sys-devel/llvm[llvm_targets_AMDGPU]
@@ -172,7 +172,6 @@ DEPEND="${RDEPEND}
 [[ ${PV} ==  ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
-   ${PYTHON_DEPS}
$(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 

diff --git a/media-libs/mesa/mesa-17.0.2.ebuild 
b/media-libs/mesa/mesa-17.0.2.ebuild
index b6a3e06055f..9ba88cc64a9 100644
--- a/media-libs/mesa/mesa-17.0.2.ebuild
+++ b/media-libs/mesa/mesa-17.0.2.ebuild
@@ -72,7 +72,6 @@ REQUIRED_USE="
video_cards_radeonsi?   ( gallium llvm )
video_cards_vivante? ( gallium gbm )
video_cards_vmware? ( gallium )
-   ${PYTHON_REQUIRED_USE}
 "
 
 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.74"
@@ -146,6 +145,7 @@ RDEPEND="${RDEPEND}
 # FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
 # LLVM < 3.9 is out of the game
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
llvm? (
video_cards_radeonsi? ( || (
sys-devel/llvm[llvm_targets_AMDGPU]
@@ -179,7 +179,6 @@ DEPEND="${RDEPEND}
 [[ ${PV} ==  ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
-   ${PYTHON_DEPS}
$(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 

diff --git a/media-libs/mesa/mesa-17.0.3.ebuild 
b/media-libs/mesa/mesa-17.0.3.ebuild
index b6a3e06055f..9ba88cc64a9 100644
--- a/media-libs/mesa/mesa-17.0.3.ebuild
+++ b/media-libs/mesa/mesa-17.0.3.ebuild
@@ -72,7 +72,6 @@ REQUIRED_USE="
video_cards_radeonsi?   ( gallium llvm )
video_cards_vivante? ( gallium gbm )
video_cards_vmware? ( gallium )
-   ${PYTHON_REQUIRED_USE}
 "
 
 LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.74"
@@ -146,6 +145,7 @@ RDEPEND="${RDEPEND}
 # FIXME: kill the sys-devel/llvm[video_cards_radeon] compat once
 # LLVM < 3.9 is out of the game
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
llvm? (
video_cards_radeonsi? ( || (
sys-devel/llvm[llvm_targets_AMDGPU]
@@ -179,7 +179,6 @@ DEPEND="${RDEPEND}
 [[ ${PV} ==  ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
-   ${PYTHON_DEPS}
$(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 

diff --git a/media-libs/mesa/mesa-17.0.4.ebuild 
b/media-libs/mesa/mesa-17.0.4.ebuild
index b6a3e06055f..9ba88cc64a9 100644
--- a/media-libs/mesa/mesa-17.0.4.ebuild
+++ b/media-libs/mesa/mesa-17.0.4.ebuild
@@ -72,7 +72,6 @@ REQUIRED_USE="
video_cards_radeonsi?   ( gallium llvm )
video_cards_vivante? ( gallium gbm )
video_cards_vmware? ( gall

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

2017-04-23 Thread David Seifert
commit: 774af31da42380571632d06c5e769ce7e1b54bec
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:38:51 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774af31d

media-tv/kodi: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-tv/kodi/kodi-16.1-r4.ebuild | 1 +
 media-tv/kodi/kodi-16.1.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-tv/kodi/kodi-16.1-r4.ebuild 
b/media-tv/kodi/kodi-16.1-r4.ebuild
index dff2d7c1d67..1b322cb36f6 100644
--- a/media-tv/kodi/kodi-16.1-r4.ebuild
+++ b/media-tv/kodi/kodi-16.1-r4.ebuild
@@ -38,6 +38,7 @@ SLOT="0"
 IUSE="airplay alsa bluetooth bluray caps cec css dbus debug gles java joystick 
midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp systemd test 
+texturepacker udisks upnp upower +usb vaapi vdpau webserver +X zeroconf"
 # gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
 REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
|| ( gles opengl )
?? ( gles vaapi )
udisks? ( dbus )

diff --git a/media-tv/kodi/kodi-16.1.ebuild b/media-tv/kodi/kodi-16.1.ebuild
index 59961f1cd39..6cb080e663a 100644
--- a/media-tv/kodi/kodi-16.1.ebuild
+++ b/media-tv/kodi/kodi-16.1.ebuild
@@ -37,6 +37,7 @@ SLOT="0"
 IUSE="airplay alsa bluetooth bluray caps cec css dbus debug gles java joystick 
midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp test +texturepacker 
udisks upnp upower +usb vaapi vdpau webserver +X zeroconf"
 # gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
 REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
|| ( gles opengl )
?? ( gles vaapi )
udisks? ( dbus )



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

2017-04-23 Thread David Seifert
commit: d912ff0e2f489a4c0341294992bad3ac623f17e6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:13:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:26:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912ff0e

media-libs/lvtk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/lvtk/lvtk-1.2.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/lvtk/lvtk-1.2.0.ebuild 
b/media-libs/lvtk/lvtk-1.2.0.ebuild
index 3956e51ff14..f55c8072ffc 100644
--- a/media-libs/lvtk/lvtk-1.2.0.ebuild
+++ b/media-libs/lvtk/lvtk-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,12 +16,13 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug doc examples +gtk2 +tools"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="media-libs/lv2
>=dev-libs/boost-1.40.0
+   ${PYTHON_DEPS}
gtk2? ( dev-cpp/gtkmm:2.4 )"
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
doc? ( app-doc/doxygen
media-gfx/graphviz )
virtual/pkgconfig"



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

2017-04-23 Thread David Seifert
commit: 63719e44b53d0a0e93d0071301e656bcda0952c2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:23:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63719e44

media-libs/portmidi: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/portmidi/portmidi-217-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/portmidi/portmidi-217-r1.ebuild 
b/media-libs/portmidi/portmidi-217-r1.ebuild
index b759c3151e0..760becbe2c8 100644
--- a/media-libs/portmidi/portmidi-217-r1.ebuild
+++ b/media-libs/portmidi/portmidi-217-r1.ebuild
@@ -17,14 +17,14 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug doc java python static-libs test-programs"
 
-CDEPEND="media-libs/alsa-lib"
+CDEPEND="media-libs/alsa-lib
+   python? ( ${PYTHON_DEPS} )"
 RDEPEND="${CDEPEND}
java? ( >=virtual/jre-1.6 )"
 DEPEND="${CDEPEND}
app-arch/unzip
java? ( >=virtual/jdk-1.6 )
-   python? ( ${PYTHON_DEPS}
-   >=dev-python/cython-0.12.1[${PYTHON_USEDEP}] )
+   python? ( >=dev-python/cython-0.12.1[${PYTHON_USEDEP}] )
doc? (
app-doc/doxygen
dev-texlive/texlive-fontsrecommended



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

2017-04-23 Thread David Seifert
commit: d89cfd063cd3a322aed37006cbc1979579067f07
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:19:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89cfd06

media-libs/mlt: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-libs/mlt/mlt-6.4.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/mlt/mlt-6.4.1-r1.ebuild 
b/media-libs/mlt/mlt-6.4.1-r1.ebuild
index b27be6e32ea..209be60cfe4 100644
--- a/media-libs/mlt/mlt-6.4.1-r1.ebuild
+++ b/media-libs/mlt/mlt-6.4.1-r1.ebuild
@@ -54,6 +54,7 @@ COMMON_DEPEND="
opengl? ( dev-qt/qtopengl:5 )
)
lua? ( >=dev-lang/lua-5.1.4-r4:= )
+   python? ( ${PYTHON_DEPS} )
ruby? ( ${RUBY_DEPS} )"
 #  sox? ( media-sound/sox )
 #  java? ( >=virtual/jre-1.5 )
@@ -66,7 +67,7 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
compressed-lumas? ( virtual/imagemagick-tools[png] )
lua? ( ${SWIG_DEPEND} virtual/pkgconfig )
-   python? ( ${SWIG_DEPEND} ${PYTHON_DEPS} )
+   python? ( ${SWIG_DEPEND} )
ruby? ( ${SWIG_DEPEND} )"
 #  java? ( ${SWIG_DEPEND} >=virtual/jdk-1.5 )
 #  perl? ( ${SWIG_DEPEND} )



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

2017-04-23 Thread David Seifert
commit: dc1bbe9f37c4a4086ea4014a0b6cdd1a0fb01aa9
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:57:57 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:29:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1bbe9f

net-analyzer/ntop: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/ntop/ntop-5.0.1-r2.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/ntop/ntop-5.0.1-r2.ebuild 
b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild
index 69283cf166f..8982d272414 100644
--- a/net-analyzer/ntop/ntop-5.0.1-r2.ebuild
+++ b/net-analyzer/ntop/ntop-5.0.1-r2.ebuild
@@ -14,6 +14,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="snmp ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="
dev-lang/lua:=
@@ -29,10 +30,10 @@ COMMON_DEPEND="
sys-libs/gdbm
sys-libs/zlib
virtual/awk
+   ${PYTHON_DEPS}
 "
 DEPEND="
${COMMON_DEPEND}
-   ${PYTHON_DEPS}
>=sys-devel/libtool-1.5.26
 "
 RDEPEND="
@@ -45,8 +46,6 @@ RDEPEND="
net-misc/wget
 "
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 pkg_setup() {
enewgroup ntop
enewuser ntop -1 -1 /var/lib/ntop ntop
@@ -94,7 +93,6 @@ src_configure() {
$(use_enable snmp) \
$(use_with ssl) \
--with-rrd-home=/usr/$(get_libdir)
-
 }
 
 src_compile() {



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

2017-04-23 Thread David Seifert
commit: 90b3437c4a9ecb3ab5865df81390b0391d702915
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:40:48 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b3437c

media-video/dcpomatic: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/dcpomatic/dcpomatic-2.10.2.ebuild | 1 +
 media-video/dcpomatic/dcpomatic-2.9.0.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild 
b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
index 7456ff62c3e..637661d1af0 100644
--- a/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.10.2.ebuild
@@ -38,6 +38,7 @@ RDEPEND="dev-cpp/cairomm
gtk? ( x11-libs/gtk+:2
x11-libs/wxGTK:3.0 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
dev-util/waf
virtual/pkgconfig"
 

diff --git a/media-video/dcpomatic/dcpomatic-2.9.0.ebuild 
b/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
index 80f5ab33c1c..7e1cb891db3 100644
--- a/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
+++ b/media-video/dcpomatic/dcpomatic-2.9.0.ebuild
@@ -39,6 +39,7 @@ RDEPEND="dev-cpp/cairomm
gtk? ( x11-libs/gtk+:2
x11-libs/wxGTK:3.0 )"
 DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
dev-util/waf
virtual/pkgconfig"
 



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

2017-04-23 Thread David Seifert
commit: fde06b04134bf7d00a12f312b1f7fdc344f9fdd6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:43:56 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde06b04

media-video/gtk-recordmydesktop: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r3.ebuild 
b/media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r3.ebuild
index a57d5619740..111584b31dd 100644
--- a/media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r3.ebuild
+++ b/media-video/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 # Test is buggy : bug #186752
 # Tries to run intl-toolupdate without it being substituted from
 # configure, make test tries run make check in flumotion/test what



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

2017-04-23 Thread David Seifert
commit: 1eb065b16a3eca460fe8adf774aff42fa3418ff6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:46:27 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb065b1

net-analyzer/check_mk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild | 4 +++-
 net-analyzer/check_mk/check_mk-1.2.8_p16.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild 
b/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild
index a0a71e70bbd..ef7a70f9a76 100644
--- a/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild
+++ b/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild
@@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="agent-only apache_status dmi_sysinfo livestatus logwatch mysql
nfsexports oracle postgres smart wato xinetd zypper"
 
-DEPEND="wato? ( app-admin/sudo )
+DEPEND="${PYTHON_DEPS}
+   wato? ( app-admin/sudo )
xinetd? ( sys-apps/xinetd )
!agent-only? ( || ( net-analyzer/nagios-core net-analyzer/icinga ) )
!agent-only? ( www-servers/apache www-apache/mod_python )
@@ -28,6 +29,7 @@ DEPEND="wato? ( app-admin/sudo )
 RDEPEND="${DEPEND}"
 
 REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
livestatus? ( !agent-only )
wato? ( !agent-only )"
 

diff --git a/net-analyzer/check_mk/check_mk-1.2.8_p16.ebuild 
b/net-analyzer/check_mk/check_mk-1.2.8_p16.ebuild
index 5c3d328b0bb..cd3279356bc 100644
--- a/net-analyzer/check_mk/check_mk-1.2.8_p16.ebuild
+++ b/net-analyzer/check_mk/check_mk-1.2.8_p16.ebuild
@@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="agent-only apache_status livestatus logwatch mysql +nagios4
nfsexports oracle postgres smart wato xinetd zypper"
 
-RDEPEND="wato? ( app-admin/sudo )
+RDEPEND="${PYTHON_DEPS}
+   wato? ( app-admin/sudo )
xinetd? ( || ( sys-apps/xinetd sys-apps/systemd ) )
!agent-only? (
www-servers/apache[apache2_modules_access_compat(+)]
@@ -33,6 +34,7 @@ RDEPEND="wato? ( app-admin/sudo )
 DEPEND="${DEPEND}"
 
 REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
livestatus? ( !agent-only )
wato? ( !agent-only )"
 



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

2017-04-23 Thread David Seifert
commit: 8532a841c2c802c009b3b2454f301d3675126ec3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 11:00:47 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:29:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8532a841

x11-misc/dex: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/dex/dex-0.7.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/dex/dex-0.7.ebuild b/x11-misc/dex/dex-0.7.ebuild
index 467436e887f..ac989255eaa 100644
--- a/x11-misc/dex/dex-0.7.ebuild
+++ b/x11-misc/dex/dex-0.7.ebuild
@@ -4,6 +4,7 @@
 EAPI=5
 
 PYTHON_COMPAT=( python3_{4,5,6} )
+
 inherit eutils python-r1
 
 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart 
entries"
@@ -13,6 +14,7 @@ SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"
 DEPEND="${RDEPEND}"



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

2017-04-23 Thread David Seifert
commit: e616b1ff1e12784f30441e7dcd9069d60de64a96
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:59:30 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:29:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e616b1ff

net-analyzer/rrdtool: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild 
b/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
index 37033a9c12f..0d34b417da7 100644
--- a/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.4.8-r1.ebuild
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
 IUSE="dbi doc +graph lua perl python rrdcgi ruby static-libs tcl tcpd"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 CDEPEND="
>=dev-libs/glib-2.28.7:2[static-libs(+)?]



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

2017-04-23 Thread David Seifert
commit: 530bcdbe3ce45d8a4f649f6f5ea250a44647eb87
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:33:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:27:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530bcdbe

media-sound/lilycomp: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild 
b/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild
index 60315165198..b1edca49c7f 100644
--- a/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild
+++ b/media-sound/lilycomp/lilycomp-1.0.2-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="tk"
 
@@ -17,6 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"



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

2017-04-23 Thread David Seifert
commit: b2bafccd56ead935ac7b54e0da921ebc7612c6d0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:56:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bafccd

net-analyzer/nagstamon: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/nagstamon/nagstamon-1.0.1.ebuild  | 22 +++-
 .../nagstamon/nagstamon-1.0.1_p20150222.ebuild | 22 +++-
 net-analyzer/nagstamon/nagstamon-2.0.1.ebuild  | 24 --
 3 files changed, 37 insertions(+), 31 deletions(-)

diff --git a/net-analyzer/nagstamon/nagstamon-1.0.1.ebuild 
b/net-analyzer/nagstamon/nagstamon-1.0.1.ebuild
index 64feb0f0710..e967ec06824 100644
--- a/net-analyzer/nagstamon/nagstamon-1.0.1.ebuild
+++ b/net-analyzer/nagstamon/nagstamon-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ inherit eutils python-r1
 MY_PN="Nagstamon"
 MY_P="${MY_PN}-${PV/_}"
 
-DESCRIPTION="Nagstamon is a Nagios status monitor for a systray and displays a 
realtime status of a Nagios box"
+DESCRIPTION="Nagstamon is a systray monitor for displaying realtime status of 
a Nagios box"
 HOMEPAGE="http://nagstamon.sourceforge.net";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
@@ -18,15 +18,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="gnome sound"
-
-DEPEND=""
-RDEPEND="dev-python/pygobject:2
-   dev-python/pygtk
-   dev-python/lxml
-   dev-python/beautifulsoup:python-2
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
gnome-base/librsvg
-   dev-python/keyring
-   gnome? ( dev-python/egg-python )
+   gnome? ( dev-python/egg-python[${PYTHON_USEDEP}] )
sound? ( media-sound/sox )"
 
 S="${WORKDIR}/${MY_PN}"

diff --git a/net-analyzer/nagstamon/nagstamon-1.0.1_p20150222.ebuild 
b/net-analyzer/nagstamon/nagstamon-1.0.1_p20150222.ebuild
index a6f99f32d47..9a51798a0e5 100644
--- a/net-analyzer/nagstamon/nagstamon-1.0.1_p20150222.ebuild
+++ b/net-analyzer/nagstamon/nagstamon-1.0.1_p20150222.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ MY_PN="Nagstamon"
 MY_P="${MY_PN}-${PV/_}"
 MY_SHA="b7a91e68ca93ead4e5cfef22e2226c1ff9c7b52c"
 
-DESCRIPTION="Nagstamon is a Nagios status monitor for a systray and displays a 
realtime status of a Nagios box"
+DESCRIPTION="Nagstamon is a systray monitor for displaying realtime status of 
a Nagios box"
 HOMEPAGE="http://nagstamon.sourceforge.net";
 SRC_URI="https://github.com/HenriWahl/${PN}/archive/${MY_SHA}.tar.gz -> 
${MY_PN}-${MY_SHA}.tar.gz"
 
@@ -19,15 +19,17 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="gnome sound"
-
-DEPEND=""
-RDEPEND="dev-python/pygobject:2
-   dev-python/pygtk
-   dev-python/lxml
-   dev-python/beautifulsoup:python-2
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
gnome-base/librsvg
-   dev-python/keyring
-   gnome? ( dev-python/egg-python )
+   gnome? ( dev-python/egg-python[${PYTHON_USEDEP}] )
sound? ( media-sound/sox )"
 
 S="${WORKDIR}/${MY_PN}-${MY_SHA}/Nagstamon"

diff --git a/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild 
b/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
index 1883f64fc44..d811a4a1899 100644
--- a/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
+++ b/net-analyzer/nagstamon/nagstamon-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -10,7 +10,7 @@ inherit eutils python-r1 distutils-r1
 MY_PN="Nagstamon"
 MY_P="${MY_PN}-${PV/_}"
 
-DESCRIPTION="status monitor for the desktop"
+DESCRIPTION="Nagstamon is a systray monitor for displaying realtime status of 
a Nagios box"
 HOMEPAGE="http://nagstamon.sourceforge.net";
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
@@ -18,24 +18,26 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # TODO: secretstorage
 # TODO: Xlib - https://github.com/python-xlib/python-xlib/tree/

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

2017-04-23 Thread David Seifert
commit: e12ee2eb7ff10ff47be55a8b9a75ed1e61662694
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:49:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12ee2eb

net-analyzer/mk-livestatus: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild | 6 --
 net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild 
b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
index cf5e4f6f6fb..74f33341335 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p10.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
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="examples nagios4 perl python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!sys-apps/ucspi-unix:0
perl? (
@@ -27,7 +28,8 @@ RDEPEND="!sys-apps/ucspi-unix:0
>=virtual/perl-Thread-Queue-2.11:0
virtual/perl-Encode:0
dev-perl/JSON-XS:0
-   )"
+   )
+   python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
perl? (
dev-perl/Module-Install:0

diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild 
b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
index 733705041a3..4d0653d1def 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.2.8_p16.ebuild
@@ -18,6 +18,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="examples nagios4 perl python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="!sys-apps/ucspi-unix:0
perl? (
@@ -27,7 +28,8 @@ RDEPEND="!sys-apps/ucspi-unix:0
>=virtual/perl-Thread-Queue-2.11:0
virtual/perl-Encode:0
dev-perl/JSON-XS:0
-   )"
+   )
+   python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
perl? (
dev-perl/Module-Install:0



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

2017-04-23 Thread David Seifert
commit: b4852e98734f2bb672d198bc04409820a3499938
Author: David Seifert  gentoo  org>
AuthorDate: Sun Apr 23 10:43:01 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Apr 23 11:28:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4852e98

media-video/griffith: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/griffith/griffith-0.13-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-video/griffith/griffith-0.13-r1.ebuild 
b/media-video/griffith/griffith-0.13-r1.ebuild
index eccdabea31e..55114ed5969 100644
--- a/media-video/griffith/griffith-0.13-r1.ebuild
+++ b/media-video/griffith/griffith-0.13-r1.ebuild
@@ -18,9 +18,12 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86 ~x86-fbsd"
 IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-python/pillow
-   gnome-base/libglade
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-python/pillow[${PYTHON_USEDEP}]
+   gnome-base/libglade[${PYTHON_USEDEP}]
dev-python/pyxml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]



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

2017-04-23 Thread Michał Górny
commit: d120426a4738384c46621987ae244a5327e38023
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 11:44:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 11:44:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d120426a

app-admin/systemrescuecd-x86: Bump to 4.9.{4,5,6} and 5.0.0

 app-admin/systemrescuecd-x86/Manifest  |  4 ++
 .../systemrescuecd-x86-4.9.4.ebuild| 61 ++
 .../systemrescuecd-x86-4.9.5.ebuild| 61 ++
 .../systemrescuecd-x86-4.9.6.ebuild| 61 ++
 .../systemrescuecd-x86-5.0.0.ebuild| 61 ++
 5 files changed, 248 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index 7df490de816..eddf5cfebe7 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -18,3 +18,7 @@ DIST systemrescuecd-x86-4.9.0.iso 504498176 SHA256 
1e84a298fd156826fc0a066f559b8
 DIST systemrescuecd-x86-4.9.1.iso 513009664 SHA256 
d6ad5d97b676fa224bae172fbd2681d207f62031e8597e46dd2e97e0751368db SHA512 
ac4c2bc65611a575c2f4d12012e9bcaf8bd94283aa8d8c0ad571352b8f33161dded68de091839c9d8a4d5101a2413864838596eed1aedcf20d9441dd59f96dfa
 WHIRLPOOL 
123af2cc99388add86681acb3b6377275b906ccba8163b4be97f8b049ff29460c0015681a042e4d1fa1c3b134a3da1c6cb610b4873ca050200dd0f997f94a503
 DIST systemrescuecd-x86-4.9.2.iso 512159744 SHA256 
40c028b4ae2f8289f8113533fdfdfeae17d998fbd7d5c284a5d21c6774d871fe SHA512 
2d99c0e432ecf5b5635d597d6899518c6ee03bb79911d992d22bda993d38376028407c98ba15f9510c8723c5fba6bf8f0958574542c6035e7cce4c5096ad0a18
 WHIRLPOOL 
7a1a26a8a60a39217d934a59ba96eec281e197021d8f639c1950f5eb35c7916c7eebf56a5fc09d9dea6de05724faa6ea6bb1543db1934e65665374900a062e1c
 DIST systemrescuecd-x86-4.9.3.iso 515739648 SHA256 
47c87b4ebebb9a3739d3434bf1cc8939d692182e39f0768e45b22ed1c8ba0382 SHA512 
d60b3ba1548c98faba24e2c56ffe70be2e271b0946d2dde46cf766e6f206881f1e0450998af05c439f37edbcac67f0649830914c4354c2212518f63faa140254
 WHIRLPOOL 
c67bb66ad0023dde57c1e1a6081de21671a49c8533cfbc9847886a1bac8321b8d80e331d94d27460918c89a193c57ae1c1078426aac0e42db7934c2005b1f7d4
+DIST systemrescuecd-x86-4.9.4.iso 516374528 SHA256 
274319bd2c43b54bb901fed4e1cc07895baaaec1b94e5ddfe0443ae5dc114367 SHA512 
7bfe963e7ec04f18efbeac5d40a016b56ae7bc8fe8913d8cfd0ea9fbe0f3833d2b86d1a00f30f6587b91338416884af6a65249121609ce2f58a6efa50486e139
 WHIRLPOOL 
97e94fd6b7bf178e4113226927832ba8b8d809bc2fc0f80fab1468487af7282bd972eebbcec8cf80dfe319affeee3ccfb9dfd1afa6db3bf746b301065f408fcd
+DIST systemrescuecd-x86-4.9.5.iso 520032256 SHA256 
ffe944b6c74ca5da16396d4c647eaf5e392cf9a7cae46627a93b43d8ae272aea SHA512 
6f9a3497c809c8cf1dcec114221d5d992fa2735b3fa1cc992e46a8e9c793ef7019c37c4a61f8abddafbac0cf7ce03c6fc9a3a2a750d7a82e69db3bdc6791e7fc
 WHIRLPOOL 
087dc72dc264c04a982763f2824620ebc793a4b844b4dd53dedbc31c00c669fc50c08697704afbe0f60b5b060de4a143843423a84e27d9c56e5fdea11819d143
+DIST systemrescuecd-x86-4.9.6.iso 566126592 SHA256 
345600159383a70cfd6dd8c32831ca6296610f95d3487e471e34c49721cfb1e8 SHA512 
89f6fdc89f91e515d2d84543998ce2c4629c88d290d4aa16f9ad42e194ad7720ec02155a30e19a4744e5d68db0bb476fc86cafe64ec9eb62ff809c32504841b5
 WHIRLPOOL 
6452efa46721aabd53ebdd9d4506eeb28618481cf04858995bba2e78c4780019217575f5187b4e104e39b476da718359e3d229b4648bdcc3258f31b3a06a8b78
+DIST systemrescuecd-x86-5.0.0.iso 484790272 SHA256 
0f04739b9a4c5b3174e4ffe462e23f8b700f9fdff37c75b64e7913b768bd9427 SHA512 
67e442f229c55d16a13a46619134afee14fd7cf71e9d5e3d6f54a7b2ce3646e9ff89a17605c05f7a255b251c3bc56004aa9a59bd06f3ed69f7f4b9057ea6ea6c
 WHIRLPOOL 
67b5ccec685746845361aa710e936aa6c693e08cd514283ad4805b44c385de19f5d3ba45cc349ae4b284c28046919ff8cd117a7f458a52fd488a2860f97359b4

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.9.4.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.9.4.ebuild
new file mode 100644
index 000..a15aecbe41c
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-4.9.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/";
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local 

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

2017-04-23 Thread Anthony G. Basile
commit: b30427e37f94f2571d43172f238ee30bb9ea7dfe
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Apr 23 11:59:36 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Apr 23 11:59:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30427e3

sys-libs/uclibc-ng: version bump to 1.0.24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/uclibc-ng/Manifest|   1 +
 sys-libs/uclibc-ng/uclibc-ng-1.0.24.ebuild | 411 +
 2 files changed, 412 insertions(+)

diff --git a/sys-libs/uclibc-ng/Manifest b/sys-libs/uclibc-ng/Manifest
index ecb210bdedf..b4d83908027 100644
--- a/sys-libs/uclibc-ng/Manifest
+++ b/sys-libs/uclibc-ng/Manifest
@@ -2,3 +2,4 @@ DIST uClibc-ng-1.0.19.tar.bz2 2748768 SHA256 
139c495d8f71ec31da97e0330b056302ff4
 DIST uClibc-ng-1.0.20.tar.bz2 2414313 SHA256 
0d0ee9d4df82958f65088f446ffd7548d88deb1f1b949f9ec3e673decb910597 SHA512 
c0d4fc442f087d9bf994a7b84fa12cfae96f2980061cbb39b1c2cf243692d44fcab79d4a686ac5a7889b9081682aa13d013da0ad99cb30ad2b7150bdb19de0de
 WHIRLPOOL 
16035dd540629aa453e023b6ea96eab5e577579e7bb940ed3411107ffd12bc78148e7a14222184207ae40633d30871d9e583c3456a04cc28b96dfd40b287e713
 DIST uClibc-ng-1.0.22.tar.bz2 2435181 SHA256 
430bebc26545022c5c3e9cebd4ee682db0053b94235e0be5df7eeab7ff19a9e0 SHA512 
d29a14813f6b795fbd380a9593742f696cd32ec8fd22001ce092382ca0059357bc921b8eac7d0a6ae2a9cab724b0ddd15f9959ec789b4824a5db820cbd00b6e7
 WHIRLPOOL 
14336e9e159585472a9a01cb69acc0cb59d8df89769e532c4deec4c1a6a0056d8ff091904163ad9ab29c2c5107fe57f3241c8d4e898fe831f21b1a8e685aaec1
 DIST uClibc-ng-1.0.23.tar.bz2 2350186 SHA256 
3eeb53a2aa5a32f455fb9d197f7b598f2ff46bbf35d72073f5e554e70c17c782 SHA512 
eca892a0773cfbabaf5037347b1969706c040c903c93c612d2e0aca8d66b51d6d1cb7f3811a688898bc7e25ca235cc14b6bbd741c51dc135300a0e1408c6d1c3
 WHIRLPOOL 
1fb96469fb7860c05660fae7e58e9c60704cd76ad163a4c46e402e98ada35041a2069f6573498cf596a754044c08f30b4e3fd8fcba2d92c48ee7a7af9376af79
+DIST uClibc-ng-1.0.24.tar.bz2 2299126 SHA256 
d7a3ddc0af8f750abd74e2f677664faafd491f40b62ae0676957e411ca203782 SHA512 
4d25035f2355a2b5549fa89cdd7754fc20c6a5a1001a06a81ee47de18855db368e412eb10e38dcbe2e364d3108cefe50029379a3e222972ceced3b693f4ffcc4
 WHIRLPOOL 
05932258636f041ee12ca2aeec332098e4f61fff92f055a30d024fe7cc953014b93b0ba231cdca2bc0a600e526155734266a71f2f95135dfa305b984f2f2bcd5

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.24.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.24.ebuild
new file mode 100644
index 000..c0d6e8d0953
--- /dev/null
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.24.ebuild
@@ -0,0 +1,411 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic multilib savedconfig toolchain-funcs versionator
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://uclibc-ng.org/git/uclibc-ng"
+   inherit git-r3
+   MY_P=uclibc-ng-${PV}
+else
+   MY_P=uClibc-ng-${PV}
+fi
+
+DESCRIPTION="C library for developing embedded Linux systems"
+HOMEPAGE="http://www.uclibc-ng.org/";
+if [[ ${PV} != "" ]] ; then
+   PATCH_VER=""
+   SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2";
+   #KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
+   KEYWORDS="-* ~amd64 ~arm ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug hardened iconv ipv6 rpc symlink-compat 
crosscompile_opts_headers-only"
+RESTRICT="strip"
+
+# 1) We can't upgrade from uclibc to uclibc-ng via a soft blocker since portage
+#will delete the ld.so sym link prematurely and break the system. So we
+#will hard block and give manual migration instructions.
+# 2) Currently uclibc and uclibc-ng's iconv are in bad shape.  We've been using
+#the breakout library.  The disadvantage here is that we have to sprinkle
+#LDFAGS=-liconv on build systems that need to link against libiconv.
+RDEPEND="
+   !!sys-libs/uclibc
+   iconv? ( dev-libs/libiconv )"
+
+S=${WORKDIR}/${MY_P}
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CHOST} == ${CTARGET} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+alt_build_kprefix() {
+   if [[ ${CBUILD} == ${CHOST} && ${CHOST} == ${CTARGET} ]] ; then
+   echo /usr/include
+   else
+   echo /usr/${CTARGET}/usr/include
+   fi
+}
+
+just_headers() {
+   use crosscompile_opts_headers-only && is_crosscompile
+}
+
+uclibc_endian() {
+   # XXX: this wont work for a toolchain which is bi-endian, but we
+   #  dont have any such thing at the moment, so not a big deal
+   touch "${T}"/endian.s
+   $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o
+   case $(file "${T}"/endian.o) in
+   *" MSB "*) echo "BIG";;
+   *" LSB "*) echo "LITTL

[gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/

2017-04-23 Thread Alexis Ballier
commit: e535ccf60e9d41523264cd3fc118676e19f9b2ae
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 12:36:05 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 12:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e535ccf6

sys-devel/bmake: bump to 20170421

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-devel/bmake/Manifest  |  2 ++
 sys-devel/bmake/bmake-20170421.ebuild | 50 +++
 2 files changed, 52 insertions(+)

diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest
index 28014cbef12..9123c997667 100644
--- a/sys-devel/bmake/Manifest
+++ b/sys-devel/bmake/Manifest
@@ -2,4 +2,6 @@ DIST bmake-20160926.tar.gz 544748 SHA256 
5859a7c988936f605120ad3ad127a7c116269d9
 DIST bmake-20161126.tar.gz 545726 SHA256 
1efd12863dc91971ca6d497eea0671cdd36815111403a9123a070869563fbf14 SHA512 
1bae26cb9339f6da5bf66d26de81f864fb2b58653cd1e39030fb7c0f426dab115235f1babf24c85501457b08dcaf581b6778071edba552113611d336e5aa47ab
 WHIRLPOOL 
96fd71323c66457933d4c5281db1360279f2978006f3d2c240b70e7aa66589117c27f5dc3c5bcffd6d1b4f7f884d61e425c520f0c5662069ff919d8320809e0c
 DIST bmake-20161212.tar.gz 546196 SHA256 
4579f320c2e97ee544edbc540796dc7f21ebb5ad91195ed36e29cf87c45c0816 SHA512 
2510322d0d91fd6b1d9d449ea793f438eae603638df7534f57083fc9d631f8ff3019322576fdb2c6deeaa9b798b6df9b1db3d6de19e8ce14210d2f8882d4cb4d
 WHIRLPOOL 
07647aa9be377643a497a2313ba559ee779540e84f75ecdfd3c728f2f1625b70f1cefc8a46a8e7e576dd69425fdcdc2c4da1dbbde88489586f4fd40cd15dfd2d
 DIST bmake-20170201.tar.gz 548625 SHA256 
fa0b70af31101b78e7c2557f16455bd6d383f53edb03ebec66b9c715530d2373 SHA512 
bf45d4b9f894ee7399de181022b0a46db6fc1327346ab56134173eb0f5277dd9a252ecdcb34173f145ed4eea7018f8b7ef11ad9d8ef6b9ffb534fbb3b2c23b01
 WHIRLPOOL 
1cd58230ea4079abbfc2489867525d55e467c5083dc5497b2af3291e51f6b9811f5b06e7eb8717da4c1ddedc00e47245502be117557f5fa0082b9ccda13fc4ed
+DIST bmake-20170421.tar.gz 550626 SHA256 
763104954b566ae9f575ea682dc38ed5c73057336f5f6090fb7489a5399511c5 SHA512 
f984dd7697ff74455690d9f0b6a355e3bd3de7545eb93def82aeaaf1899b5316a83e36502ffdd64ef53ad2b28fbfad61cfaee17b8ec29a1f0dd6640c13b4f04f
 WHIRLPOOL 
c4e8701ca7ff8c30a09aca12d1c6e0ca141ab99498c3bc88bfedf7543629adfe0dbf1064be2f91246b1aada2ab42048629adf2d87c2de8fa832b174815ef897b
 DIST mk-2015.tar.gz 88106 SHA256 
beebba89da0ba068c904599d3358e6f08c35418b13300fac787c11774a525bc1 SHA512 
48fc6c845f2aef3b9be6fdb1db8a62448857ba7cbffc5417f45a7a2d5e59940356a245b9f484aa05e4c585e0a4c2e2eb7577c7d9e942cc673eb561f6c6e257d4
 WHIRLPOOL 
68838257558b43bc503841cf23f09cfc926e1152f847fcecc803574070eb9c0ceb5fc75c0f78f52559d1dfd7283a4b001c76b62e44158850c0c019a67d69b3aa
+DIST mk-20170301.tar.gz 93049 SHA256 
0bafe6b64b891fb2cdbe2cdd3fb11ade5fe41055d6bbd3da69a68854a3f7215c SHA512 
9727cb284339ec00caeccadd88b55d93027991d453e507c77575135efd789d77307c84137e83616df6643039f9f2449751d4796a87828224e5a8bf48bc0925a3
 WHIRLPOOL 
f7ee160ffd51d7c1f059f5c3c32a3a448fa6d37ca83ba9044647a836e91165603ac8780e486ebef86fe62803a29b6e096e7c4fd95bdf7b7a861e581943b91f40

diff --git a/sys-devel/bmake/bmake-20170421.ebuild 
b/sys-devel/bmake/bmake-20170421.ebuild
new file mode 100644
index 000..e3738bfbdce
--- /dev/null
+++ b/sys-devel/bmake/bmake-20170421.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils
+
+MK_VER=20170301
+DESCRIPTION="NetBSD's portable make"
+HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html";
+SRC_URI="http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz
+   http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S="${WORKDIR}/${PN}"
+
+src_configure() {
+   econf \
+   --with-mksrc=../mk \
+   --with-default-sys-path="${EPREFIX}"/usr/share/mk/${PN} \
+   --with-machine_arch=${ARCH}
+}
+
+src_compile() {
+   sh make-bootstrap.sh || die "bootstrap failed"
+}
+
+src_test() {
+   cd unit-tests || die
+   LC_ALL=C env -u A ${S}/bmake -r -m . > test.out 2>&1 \
+   || die "tests compilation failed"
+   sed -i \
+   -e "s:${S}/::g" \
+   -e "s:bmake\\[.\\]:make:g" \
+   -e "s:unit-tests/::g" \
+   test.out || die "Fixing values failed"
+   diff -u test.exp test.out
+   [[ $(diff -u test.exp test.out |wc -l) -gt 0 ]] && die "tests differ"
+}
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.1"
+   FORCE_BSD_MK=1 SYS_MK_DIR=. \
+   sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \
+   || die "failed to install mk files"
+}



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

2017-04-23 Thread Alexis Ballier
commit: 122a77acb7470031575e5deb728a98a10650e5fe
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 12:33:27 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 12:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122a77ac

dev-tex/latex2rtf: bump to 2.3.15

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-tex/latex2rtf/Manifest|  1 +
 dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-tex/latex2rtf/Manifest b/dev-tex/latex2rtf/Manifest
index ee7ba89680c..c755a43f958 100644
--- a/dev-tex/latex2rtf/Manifest
+++ b/dev-tex/latex2rtf/Manifest
@@ -1 +1,2 @@
 DIST latex2rtf-2.3.11a.tar.gz 1582004 SHA256 
d4e5d84e8cbf7de13f7cce5572bfeb97b5c18e338513b7398e23c744acc147c2 SHA512 
b6e6000b4f919ecfb5174f32887cb4e1b765530547b3b50103e778d0244f0ce37d0ec14bbd1fa6b2ef2569f0c437b34b29586c4bdb2e3caf50584847819f54c0
 WHIRLPOOL 
daa9d989816229549af9f3d35ce4d8a3a8049e2844d3d32910b75838d2eb25f77c64fb46fa5ea647449b50d212102731bcad7adfc035c9a20f35e9f30ceea179
+DIST latex2rtf-2.3.15.tar.gz 1648297 SHA256 
92cc98b765190d028a843ed497a67c69b9007346e33ee55138d592994c87c58b SHA512 
ef4603bd4d484eadd2accc16b1e20165450cf2ee56b29f950549028954f00ab6e99ec695959b8971d112617f641f8cca193e990a17053ee5cbe0c1bfc8b8630c
 WHIRLPOOL 
a8b890e98f2a7f7c36a4dfdaa4810aa2bb7e44a230e7ea4605445fd7fb2150ede818d9225942bbf82ee1e6d2bf33a7f84bd12d2b94ea56958825f82db62c152f

diff --git a/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild 
b/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild
new file mode 100644
index 000..8b58602ce8a
--- /dev/null
+++ b/dev-tex/latex2rtf/latex2rtf-2.3.15.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="LaTeX to RTF converter"
+HOMEPAGE="http://latex2rtf.sourceforge.net/";
+SRC_URI="mirror://sourceforge/latex2rtf/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+S="${WORKDIR}/${P%b}"
+
+RDEPEND="
+   virtual/latex-base
+   media-gfx/imagemagick
+"
+DEPEND="${RDEPEND}
+   virtual/texi2dvi
+   test? (
+   dev-texlive/texlive-langgerman
+   dev-texlive/texlive-fontsrecommended
+   dev-texlive/texlive-latexextra
+   dev-tex/latex2html
+   )
+"
+
+src_compile() {
+   export VARTEXFONTS="${T}/fonts"
+   tc-export CC
+   # Set DESTDIR here too so that compiled-in paths are correct.
+   emake DESTDIR="${EPREFIX}/usr" || die "emake failed"
+
+   # Needed for tests
+   chmod +x test/bracecheck || die
+
+   cd "${S}/doc"
+   emake realclean
+   emake -j1
+}
+
+src_install() {
+   dodoc README* HACKING ToDo ChangeLog doc/credits
+   emake DESTDIR="${ED}/usr" -j1 install install-info
+}



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

2017-04-23 Thread Alexis Ballier
commit: dc300285e7d04a581db084f6747b8c5835caf3b8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Apr 23 11:58:27 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Apr 23 12:36:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc300285

app-text/ocrad: bump to 0.26

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/ocrad/Manifest  |  1 +
 app-text/ocrad/ocrad-0.26.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/app-text/ocrad/Manifest b/app-text/ocrad/Manifest
index 21f96626093..b14e0828e02 100644
--- a/app-text/ocrad/Manifest
+++ b/app-text/ocrad/Manifest
@@ -2,3 +2,4 @@ DIST ocrad-0.22.tar.lz 87698 SHA256 
d6c9dcbcf4c9cc643edfe5a03cb6125d6c39abe59e83
 DIST ocrad-0.23.tar.lz 87385 SHA256 
f5bc9479c01fe8c64aa836c8636dff65e9b459c2edbd4fc0656f47f435d9a06f SHA512 
db3c282dd121b5138d7e0e8d52fe88a3d392aa5ba2a5b821c74a84b1f66f0bfb8f3b9f08a276b6814c6bb6c31b1a51f5bcaf0c6e66e1a4d659ea72f60b383d13
 WHIRLPOOL 
4fdf1b8d8061fc116295b8984465b5cea0be1406b0a76bff7b779ba8e3ee4dba07c6dc7345a36fc0fbc523013a721d8baf136d19f7e429144d282039248ba9d5
 DIST ocrad-0.24.tar.lz 84506 SHA256 
9beaede0a0ba8ac39c5fb78aef2ed31313ac7f2cd20215718a0b80260ee81442 SHA512 
c43cb4dc678e9588e7061af6ea83a0514181e56201fe5ab68b50b8a1c8e1ae7c7fbf959cdf172b7200b89d9e6b1f42261ead4fbf3a6d0123860feff7954e532d
 WHIRLPOOL 
dffc5c39e71901205c890bd78e186128295874344f1e989dab784cd623b553b0a42cc2faf3e778d45816a482158d938c13cb478a95c292960848c5a338c49aa3
 DIST ocrad-0.25.tar.lz 91464 SHA256 
e710be9c030fbcbce2315077326c8268feb422c0bc39fa744644cbbd1f5d4dd4 SHA512 
48a0753d699af909d4d0295005e12ec626dad8772a5212c0d579df3b24cf01f6e457ec61edc708a0f6eebace75f37ce0544e8b19c11c9a25166aafedc92c258f
 WHIRLPOOL 
a4c7a8a84270d33f2722d86464e138cc0454ca2b055e7d0416dacf402c3ab998d8daa6f32ab80ac57f9ae2c832737eeede4f8fcc660ffcbf64f063e0e3085bf0
+DIST ocrad-0.26.tar.lz 91450 SHA256 
c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c SHA512 
6cf4c97c4dbbc3a623192de2da261e4854dc3082a26d9731fd00feb8ed371cb18d41f5a8ed992f98e2a00aed68d60f1f3aa90b05f8472431fcf5bc5e3d10e70c
 WHIRLPOOL 
6fbb55eb6ac006d46019f0903e6db35a4f038e7b0436a3c7933d87afe8081d2f591d00865bebf0d42ffb8c1948cae722c0bc3df389e021db2eb659391c3d111c

diff --git a/app-text/ocrad/ocrad-0.26.ebuild b/app-text/ocrad/ocrad-0.26.ebuild
new file mode 100644
index 000..1dc0d004540
--- /dev/null
+++ b/app-text/ocrad/ocrad-0.26.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit unpacker toolchain-funcs
+
+DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
+HOMEPAGE="https://www.gnu.org/software/ocrad/ocrad.html";
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="$(unpacker_src_uri_depends)"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_configure() {
+   # ./configure is not based on autotools
+   ./configure \
+   CPPFLAGS="${CPPFLAGS}" \
+   CXX="$(tc-getCXX)" \
+   CXXFLAGS="${CXXFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   --prefix=/usr
+}
+
+src_install() {
+   default
+   doman doc/${PN}.1
+   doinfo doc/${PN}.info
+}



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

2017-04-23 Thread Agostino Sarubbo
commit: 574184de347bf20666927c7d5eccb0980430cd51
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:26 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574184de

dev-python/configparser: amd64 stable wrt bug #606288

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

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

diff --git a/dev-python/configparser/configparser-3.5.0.ebuild 
b/dev-python/configparser/configparser-3.5.0.ebuild
index 7a807c8ae59..19b2828b1cc 100644
--- a/dev-python/configparser/configparser-3.5.0.ebuild
+++ b/dev-python/configparser/configparser-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-PerlMod-Version/

2017-04-23 Thread Agostino Sarubbo
commit: 93a4e939722ecfd3e32c03f4ccf08c3f802dce77
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:40:13 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:40:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a4e939

dev-perl/Gentoo-PerlMod-Version: amd64 stable wrt bug #616346

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

 dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild 
b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
index 9e6698fa248..06c20911a21 100644
--- a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
+++ b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.8.1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert arbitrary Perl Modules' versions into normalised Gentoo 
versions"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2017-04-23 Thread Agostino Sarubbo
commit: d629ffcbb8db5862827b19711bb0dcb7b1ea35db
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629ffcb

app-office/libreoffice-l10n: amd64 stable wrt bug #615474

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

 app-office/libreoffice-l10n/libreoffice-l10n-5.2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-5.2.6.2.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-5.2.6.2.ebuild
index df24c74c1d3..0a198d923ea 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-5.2.6.2.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-5.2.6.2.ebuild
@@ -14,7 +14,7 @@ 
BASE_SRC_URI_STABLE="http://download.documentfoundation.org/${PN/-l10n/}/stable/
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="offlinehelp"
 
 #



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2017-04-23 Thread Agostino Sarubbo
commit: d0db4977f9d7bb56e8829a0f64f9a99240674596
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0db4977

app-office/libreoffice-bin: amd64 stable wrt bug #615474

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

 app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
index 36436b6ccab..6c5cf37d8ab 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.2.6.2.ebuild
@@ -54,7 +54,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 BIN_COMMON_DEPEND="
app-text/hunspell:0/1.6



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

2017-04-23 Thread Agostino Sarubbo
commit: badea853fadd5864df1ef7ac0b26b73381288ed5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badea853

app-text/hunspell: amd64 stable wrt bug #615474

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

 app-text/hunspell/hunspell-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/hunspell/hunspell-1.6.1-r1.ebuild 
b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
index 04265f3190b..79f7ee583b1 100644
--- a/app-text/hunspell/hunspell-1.6.1-r1.ebuild
+++ b/app-text/hunspell/hunspell-1.6.1-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/";
 SLOT="0/$(get_version_component_range 1-2)"
 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
 IUSE="ncurses nls readline static-libs"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
ncurses? ( sys-libs/ncurses:0= )



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

2017-04-23 Thread Agostino Sarubbo
commit: e78bc44121ed7f314f2ac82c7b9b9a77efb61d16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:40:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:40:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78bc441

dev-perl/Text-CSV_XS: amd64 stable wrt bug #616348

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

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
index f167141ff3d..d8d0ebbc405 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2017-04-23 Thread Agostino Sarubbo
commit: cdf7a6e0aba8b6ac556f9b33fc1eedc9ac17c5ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:30 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf7a6e0

app-office/libreoffice-bin-debug: amd64 stable wrt bug #615474

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

 app-office/libreoffice-bin-debug/libreoffice-bin-debug-5.2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-5.2.6.2.ebuild 
b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-5.2.6.2.ebuild
index 1665a9827b1..65686c8a994 100644
--- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-5.2.6.2.ebuild
+++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-5.2.6.2.ebuild
@@ -46,7 +46,7 @@ SRC_URI="
 IUSE="gnome java kde"
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 
 RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"
 



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

2017-04-23 Thread Agostino Sarubbo
commit: b580d6bbb2f7b84d893f3aaa6a757a39ceb13490
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b580d6bb

media-libs/glew: amd64 stable wrt bug #615474

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

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

diff --git a/media-libs/glew/glew-1.13.0.ebuild 
b/media-libs/glew/glew-1.13.0.ebuild
index 1d4a2b42235..253a1533cf7 100644
--- a/media-libs/glew/glew-1.13.0.ebuild
+++ b/media-libs/glew/glew-1.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="BSD MIT"
 SLOT="0/$(get_version_component_range 1-2)"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 DEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 4e958ebbfb8d77620f13594d5011195434b35d6d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e958ebb

x11-misc/treeline: amd64 stable wrt bug #616300

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

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

diff --git a/x11-misc/treeline/treeline-2.0.2.ebuild 
b/x11-misc/treeline/treeline-2.0.2.ebuild
index 3dc182a8011..a5ed13782ea 100644
--- a/x11-misc/treeline/treeline-2.0.2.ebuild
+++ b/x11-misc/treeline/treeline-2.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-LogFormat-Compiler/

2017-04-23 Thread Agostino Sarubbo
commit: 30650fc9d9eb6531d1216da67efec2be5a8231f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:40:07 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:40:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30650fc9

dev-perl/Apache-LogFormat-Compiler: amd64 stable wrt bug #616344

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

 .../Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
index 869d86c80db..c0bfc547005 100644
--- 
a/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
+++ 
b/dev-perl/Apache-LogFormat-Compiler/Apache-LogFormat-Compiler-0.350.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compile an Apache log format string to perl-code"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 # POSIX -> perl



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

2017-04-23 Thread Agostino Sarubbo
commit: b49ec8956cb9bd5504bb9502ff0663d0b6fc89f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49ec895

dev-libs/double-conversion: amd64 stable wrt bug #613162

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

 dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild 
b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
index c54ba12d137..12cc59b598f 100644
--- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
+++ b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 LIBNAME=lib${PN}



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

2017-04-23 Thread Agostino Sarubbo
commit: 1bb4c8b5df5396bef09c433b587a739e91ab6a00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb4c8b5

dev-python/pylint: amd64 stable wrt bug #606288

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

 dev-python/pylint/pylint-1.6.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild 
b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index 6083bfbf158..17edd825268 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha amd64 ~arm ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 5f7980717f6157fa288d2ef8fc116d467736ab9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f798071

dev-python/isort: amd64 stable wrt bug #606288

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

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

diff --git a/dev-python/isort/isort-4.2.5.ebuild 
b/dev-python/isort/isort-4.2.5.ebuild
index 70d19323164..8960d5ad2b2 100644
--- a/dev-python/isort/isort-4.2.5.ebuild
+++ b/dev-python/isort/isort-4.2.5.ebuild
@@ -12,5 +12,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2017-04-23 Thread Agostino Sarubbo
commit: 172371dd6563714fea946820eb82f6ecb6c29104
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:38:21 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:38:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172371dd

dev-python/backports-functools-lru-cache: amd64 stable wrt bug #606288

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

 .../backports-functools-lru-cache-1.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
index 02d0c9eb004..bb54ca0ab3e 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha amd64 ~arm ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2017-04-23 Thread Agostino Sarubbo
commit: 87b0fb91563e955b01e0926ab8b5a72685c49fe5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:40:00 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:40:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b0fb91

net-analyzer/nrpe: amd64 stable wrt bug #608596

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

 net-analyzer/nrpe/nrpe-2.15-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nrpe/nrpe-2.15-r3.ebuild 
b/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
index 72cbc68a5f2..04bdbc578fc 100644
--- a/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
+++ b/net-analyzer/nrpe/nrpe-2.15-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="command-args minimal selinux ssl tcpd"
 
 DEPEND="ssl? ( dev-libs/openssl:0 )



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2017-04-23 Thread Agostino Sarubbo
commit: 524a5708ddff43fe4a893c62801818833b5b6f89
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 12:39:17 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 12:39:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524a5708

app-office/libreoffice: amd64 stable wrt bug #615474

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

 app-office/libreoffice/libreoffice-5.2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-5.2.6.2.ebuild 
b/app-office/libreoffice/libreoffice-5.2.6.2.ebuild
index e9dbf7396a7..b2e11463109 100644
--- a/app-office/libreoffice/libreoffice-5.2.6.2.ebuild
+++ b/app-office/libreoffice/libreoffice-5.2.6.2.ebuild
@@ -83,7 +83,7 @@ $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 [[ ${PV} == ** ]] || \
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



  1   2   3   >