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

2017-03-21 Thread Ulrich Müller
commit: 8190e33b67746b2e21cbbd71e54ea1c82f7e0850
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:35:12 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:35:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8190e33b

app-admin/eselect: Remove old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/eselect/Manifest |  1 -
 app-admin/eselect/eselect-1.4.7.ebuild | 61 --
 2 files changed, 62 deletions(-)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index c3af273a307..8262b51ce2a 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1,4 +1,3 @@
 DIST eselect-1.4.5.tar.xz 175992 SHA256 
15beabb4c2afab4f833ceb2a66859849a5c20b8f8d61366ffe4b556a200d5f12 SHA512 
d561b66386ac90335041e8fb88dd85cbe98ea32a98eab309a5fb07de1b9fe10c50dcdd03f93632d4bc938c1729ddb0954fa37482eb7856a87c24f41a7bc29a35
 WHIRLPOOL 
e18839e9ff0ea1af03c6246533e72d39f9f7eb61f28d6cec3ff1a571374f23f7d55751c1f20bfb99c40fb44a81b5754b6c92d62c98f6b1b45dc8bf388b54db40
-DIST eselect-1.4.7.tar.xz 176412 SHA256 
90bdf6e8f1c5f39e3f2d6626d1da25023f881fec997645b0347e2a26568c7e03 SHA512 
4e3812e0906c51ea9b7922cc37b2de172a33af59081b5c4e32ed6c2244231a2757ed4508fb43421cf50fc6f04147530a7c199ded8f3037493bcd17a7f0a2734e
 WHIRLPOOL 
d4d79bbb0f4104c9a4e692f2f927bcfe3619227d7b9d67fbd29433639eadb6e1d2d02f8458f6a360ad4c3944f173e11a6a337766c66faa476052d82431c7e8b0
 DIST eselect-1.4.8.tar.xz 176692 SHA256 
68f0de3e47895859dcbfcaab71175714f366891c8d2da4561121f48f2fff71eb SHA512 
13faa3b21d352975498eb2ea62dfb8d371f30afd6e283c30ff4e89cef035598a8cfe8fafbc6763f39081c547f6743c7f4731d21170625781b89d64eb46c22194
 WHIRLPOOL 
3c026bb5e743263ea67a41e4f151775c6e5007617f902ebe734ba5c7c837ac9fd6f74c67ffce5e3f192861190da986d38016df4ad9e8e6ce4fe7e66235d95806
 DIST eselect-1.4.9.tar.xz 176776 SHA256 
50f7a8f319f7615d07c2f395414af5a39dbc2db8602869714c14609a663a1216 SHA512 
88e9d81086596849ef6daf87da3f782886286b1b829d0d6378c3c3c7d9f044a2eb2dc4e1596c2f49eb2ee4e443eebaab3be4bdb223a36bb5f7b66ac0686e2640
 WHIRLPOOL 
ec7f9242f67876a7e228504e28607745dbacae57e659b8cfba857a55f998de2ad571bd1f45e69a99b6510922a7a51f2793b6be27e03632d32adda4d20d84de92

diff --git a/app-admin/eselect/eselect-1.4.7.ebuild 
b/app-admin/eselect/eselect-1.4.7.ebuild
deleted file mode 100644
index 9bea48b166b..000
--- a/app-admin/eselect/eselect-1.4.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils bash-completion-r1
-
-DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
-SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
-
-LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs vim-syntax"
-
-RDEPEND="sys-apps/sed
-   || (
-   sys-apps/coreutils
-   sys-freebsd/freebsd-bin
-   app-misc/realpath
-   )"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/docutils )"
-RDEPEND="${RDEPEND}
-   sys-apps/file
-   sys-libs/ncurses:0"
-
-PDEPEND="emacs? ( app-emacs/eselect-mode )
-   vim-syntax? ( app-vim/eselect-syntax )"
-
-src_compile() {
-   emake
-   use doc && emake html
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   newbashcomp misc/${PN}.bashcomp ${PN}
-   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
-   if use doc; then
-   docinto html
-   dodoc *.html doc/*.html doc/*.css
-   fi
-
-   # needed by news module
-   keepdir /var/lib/gentoo/news
-   if ! use prefix; then
-   fowners root:portage /var/lib/gentoo/news
-   fperms g+w /var/lib/gentoo/news
-   fi
-}
-
-pkg_postinst() {
-   # fowners in src_install doesn't work for the portage group:
-   # merging changes the group back to root
-   if ! use prefix; then
-   chgrp portage "${EROOT}/var/lib/gentoo/news" \
-   && chmod g+w "${EROOT}/var/lib/gentoo/news"
-   fi
-}



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

2017-03-21 Thread Ulrich Müller
commit: 574ab73132a89da35a8190d6d37a40a30bb545c1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:32:04 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:32:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574ab731

app-admin/eselect: Version bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/eselect/Manifest |  1 +
 app-admin/eselect/eselect-1.4.9.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/eselect/Manifest b/app-admin/eselect/Manifest
index c0733623442..c3af273a307 100644
--- a/app-admin/eselect/Manifest
+++ b/app-admin/eselect/Manifest
@@ -1,3 +1,4 @@
 DIST eselect-1.4.5.tar.xz 175992 SHA256 
15beabb4c2afab4f833ceb2a66859849a5c20b8f8d61366ffe4b556a200d5f12 SHA512 
d561b66386ac90335041e8fb88dd85cbe98ea32a98eab309a5fb07de1b9fe10c50dcdd03f93632d4bc938c1729ddb0954fa37482eb7856a87c24f41a7bc29a35
 WHIRLPOOL 
e18839e9ff0ea1af03c6246533e72d39f9f7eb61f28d6cec3ff1a571374f23f7d55751c1f20bfb99c40fb44a81b5754b6c92d62c98f6b1b45dc8bf388b54db40
 DIST eselect-1.4.7.tar.xz 176412 SHA256 
90bdf6e8f1c5f39e3f2d6626d1da25023f881fec997645b0347e2a26568c7e03 SHA512 
4e3812e0906c51ea9b7922cc37b2de172a33af59081b5c4e32ed6c2244231a2757ed4508fb43421cf50fc6f04147530a7c199ded8f3037493bcd17a7f0a2734e
 WHIRLPOOL 
d4d79bbb0f4104c9a4e692f2f927bcfe3619227d7b9d67fbd29433639eadb6e1d2d02f8458f6a360ad4c3944f173e11a6a337766c66faa476052d82431c7e8b0
 DIST eselect-1.4.8.tar.xz 176692 SHA256 
68f0de3e47895859dcbfcaab71175714f366891c8d2da4561121f48f2fff71eb SHA512 
13faa3b21d352975498eb2ea62dfb8d371f30afd6e283c30ff4e89cef035598a8cfe8fafbc6763f39081c547f6743c7f4731d21170625781b89d64eb46c22194
 WHIRLPOOL 
3c026bb5e743263ea67a41e4f151775c6e5007617f902ebe734ba5c7c837ac9fd6f74c67ffce5e3f192861190da986d38016df4ad9e8e6ce4fe7e66235d95806
+DIST eselect-1.4.9.tar.xz 176776 SHA256 
50f7a8f319f7615d07c2f395414af5a39dbc2db8602869714c14609a663a1216 SHA512 
88e9d81086596849ef6daf87da3f782886286b1b829d0d6378c3c3c7d9f044a2eb2dc4e1596c2f49eb2ee4e443eebaab3be4bdb223a36bb5f7b66ac0686e2640
 WHIRLPOOL 
ec7f9242f67876a7e228504e28607745dbacae57e659b8cfba857a55f998de2ad571bd1f45e69a99b6510922a7a51f2793b6be27e03632d32adda4d20d84de92

diff --git a/app-admin/eselect/eselect-1.4.9.ebuild 
b/app-admin/eselect/eselect-1.4.9.ebuild
new file mode 100644
index 000..40722df6b35
--- /dev/null
+++ b/app-admin/eselect/eselect-1.4.9.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils bash-completion-r1
+
+DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect;
+SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
+
+LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-3.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs vim-syntax"
+
+RDEPEND="sys-apps/sed
+   || (
+   sys-apps/coreutils
+   sys-freebsd/freebsd-bin
+   app-misc/realpath
+   )"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/docutils )"
+RDEPEND="${RDEPEND}
+   sys-apps/file
+   sys-libs/ncurses:0"
+
+PDEPEND="emacs? ( app-emacs/eselect-mode )
+   vim-syntax? ( app-vim/eselect-syntax )"
+
+src_compile() {
+   emake
+   use doc && emake html
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   newbashcomp misc/${PN}.bashcomp ${PN}
+   dodoc AUTHORS ChangeLog NEWS README TODO doc/*.txt
+   if use doc; then
+   docinto html
+   dodoc *.html doc/*.html doc/*.css
+   fi
+
+   # needed by news module
+   keepdir /var/lib/gentoo/news
+   if ! use prefix; then
+   fowners root:portage /var/lib/gentoo/news
+   fperms g+w /var/lib/gentoo/news
+   fi
+}
+
+pkg_postinst() {
+   # fowners in src_install doesn't work for the portage group:
+   # merging changes the group back to root
+   if ! use prefix; then
+   chgrp portage "${EROOT}/var/lib/gentoo/news" \
+   && chmod g+w "${EROOT}/var/lib/gentoo/news"
+   fi
+}



[gentoo-commits] proj/eselect:signatures commit in: /

2017-03-21 Thread Ulrich Müller
commit: 829219e1c2c86e20e901e19d4fe8c56b7c1add62
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:26:09 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:26:09 2017 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=829219e1

GPG signature for eselect-1.4.9 tarball.

 eselect-1.4.9.tar.xz.asc | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/eselect-1.4.9.tar.xz.asc b/eselect-1.4.9.tar.xz.asc
new file mode 100644
index 000..b2d9ae4
--- /dev/null
+++ b/eselect-1.4.9.tar.xz.asc
@@ -0,0 +1,14 @@
+-BEGIN PGP SIGNATURE-
+
+iQGzBAABCAAdFiEELWC4DiDvAe2VcCzNlDOQfWk/tbgFAljSCTEACgkQlDOQfWk/
+tbheRAv/ZO2qmPVtyaAPSx0KuyBvEZNiPV/DzOZb0s6aUmg5976zkn3064vcPxE+
+JLfUiy87356UH02NwSSVsAp4jAYVwt8jfOv3rT0bZF9PBem03qGpbZGFj8KxnjF6
+dgErTNk3E5VcxeNWXhsm37xCdbtKaPxPScSgrtEwtFQh2vcT5sU/uSjaVKuhuHuM
+Kt5D0LP8sMjYBiOFRA9NjQjN0grgkj/i2bN0ULt88hK2S+bNkGpSaLEYiVyrQDHJ
+ZLpTDjQUEL1sQwYOpPfCg2T+nKWo5p8Sk98xX9wLQOvEwfKLSEIEZfaoeU2nkRrx
+WuW6zFeLhmfd+CYaaZPLkRLBDdz1C23KWfrkbKGlV0nLP4P7+1bSWnuAIja5x5x/
+6p1B4M+j0+l5UM66Jhl5P478lhxCY9QBkHOJhlGKv71P4SYkIasnltjgupHiqTZx
+R0ESggjlUB4JwKAP9mxg32qk/6oubjL3gOKOGJwjyOFMeyok5XzKudp3h66n4wzI
+xFn5say6
+=DQbL
+-END PGP SIGNATURE-



[gentoo-commits] proj/eselect: New tag: eselect-1.4.9

2017-03-21 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:26:43 2017 +

New tag: eselect-1.4.9




[gentoo-commits] proj/eselect:master commit in: modules/, man/, misc/, bin/, /, libs/

2017-03-21 Thread Ulrich Müller
commit: 67b58e74a463ae8f7188b85331a8749f91aaec81
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:10:22 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:10:22 2017 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=67b58e74

Update copyright years.

 README | 2 +-
 bin/eselect.in | 4 ++--
 libs/config.bash.in| 2 +-
 libs/core.bash.in  | 2 +-
 libs/default.eselect.in| 2 +-
 libs/editor-variable.bash.in   | 2 +-
 libs/manip.bash.in | 2 +-
 libs/multilib.bash.in  | 2 +-
 libs/output.bash.in| 2 +-
 libs/package-manager.bash.in   | 2 +-
 libs/path-manipulation.bash.in | 2 +-
 libs/skel.bash.in  | 2 +-
 libs/tests.bash.in | 2 +-
 man/editor.eselect.5   | 2 +-
 man/env.eselect.5  | 2 +-
 man/eselect.1  | 2 +-
 man/kernel.eselect.5   | 2 +-
 man/news.eselect.5 | 2 +-
 man/pager.eselect.5| 2 +-
 man/profile.eselect.5  | 2 +-
 man/rc.eselect.5   | 2 +-
 man/visual.eselect.5   | 2 +-
 misc/eselect-mode.el   | 2 +-
 misc/eselect.bashcomp  | 2 +-
 modules/config.eselect | 2 +-
 modules/cow.eselect| 2 +-
 modules/editor.eselect | 2 +-
 modules/env.eselect| 2 +-
 modules/kernel.eselect | 2 +-
 modules/locale.eselect | 2 +-
 modules/modules.eselect| 2 +-
 modules/news.eselect   | 2 +-
 modules/pager.eselect  | 2 +-
 modules/profile.eselect| 2 +-
 modules/rc.eselect | 2 +-
 modules/visual.eselect | 2 +-
 36 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/README b/README
index de19882..c83a07c 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ See ``doc/``. Use ``make html`` for HTML versions.
 Copyright
 -
 
-eselect is Copyright (c) 2005-2016 Gentoo Foundation. This code is
+eselect is Copyright (c) 2005-2017 Gentoo Foundation. This code is
 distributed under the terms of the `GNU General Public License,
 version 2 or later`__.
 

diff --git a/bin/eselect.in b/bin/eselect.in
index 67266f4..7b1f019 100755
--- a/bin/eselect.in
+++ b/bin/eselect.in
@@ -1,6 +1,6 @@
 #!@BASH@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #
@@ -98,7 +98,7 @@ es_do_help() {
 es_do_version() {
echo "eselect ${ESELECT_VERSION}"
echo
-   echo "Copyright (c) 2005-2016 Gentoo Foundation."
+   echo "Copyright (c) 2005-2017 Gentoo Foundation."
echo "Distributed under the terms of the GNU GPL version 2 or later."
 }
 

diff --git a/libs/config.bash.in b/libs/config.bash.in
index 9fbecf0..96648eb 100644
--- a/libs/config.bash.in
+++ b/libs/config.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/core.bash.in b/libs/core.bash.in
index da35ee9..06f767e 100644
--- a/libs/core.bash.in
+++ b/libs/core.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/default.eselect.in b/libs/default.eselect.in
index bc91cf4..8eb2cd6 100644
--- a/libs/default.eselect.in
+++ b/libs/default.eselect.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in
index ec40827..23072a9 100644
--- a/libs/editor-variable.bash.in
+++ b/libs/editor-variable.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/manip.bash.in b/libs/manip.bash.in
index 51b04ef..f247c56 100644
--- a/libs/manip.bash.in
+++ b/libs/manip.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/multilib.bash.in b/libs/multilib.bash.in
index 6f5b6e4..b483dd7 100644
--- a/libs/multilib.bash.in
+++ b/libs/multilib.bash.in
@@ -1,5 +1,5 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright (c) 2005-2016 Gentoo Foundation
+# Copyright (c) 2005-2017 Gentoo Foundation
 #
 # This file is part of the 'eselect' tools framework.
 #

diff --git a/libs/output.bash.in b/libs/output.bash.in
index 6cccddc..fa47820 100644
--- 

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

2017-03-21 Thread Ulrich Müller
commit: c22a5a7bb5141b8cd7a2ce476aa21cfc85e4e804
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:11:14 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:11:14 2017 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=c22a5a7b

Update NEWS.

 NEWS | 4 
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index e83e0b0..5300068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 This file contains a summary of changes in released versions.  Please read the
 ChangeLog file for a more detailed listing of changes/bug fixes.
 
+1.4.9:
+New features:
+- New architectures in package-manager lib.
+
 1.4.8:
 Bug fixes:
 - Fixed bug #304011: Support pkgcore-0.9*.



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

2017-03-21 Thread Ulrich Müller
commit: 2adf612ee8fe69ade0e46ef918354b70218ceec2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Mar 22 05:11:48 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Mar 22 05:11:48 2017 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=2adf612e

Update version to 1.4.9.

 ChangeLog| 5 +
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9508639..4bd53b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-22  Ulrich Müller  
+
+   * configure.ac: Update version to 1.4.9.
+   * Tagged 1.4.9 release.
+
 2017-03-21  Mike Frysinger 
 
* libs/package-manager.bash.in (arch): Fill out arch matches

diff --git a/configure.ac b/configure.ac
index 9127ca6..4f8744d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(eselect, 1.4.8, esel...@gentoo.org, eselect)
+AC_INIT(eselect, 1.4.9, esel...@gentoo.org, eselect)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(bin/eselect.in)
 AC_CONFIG_AUX_DIR(config)



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

2017-03-21 Thread Mike Frysinger
commit: 68c92e2cbe53b0d55a7feec3793baaf9d477efa8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Mar 22 03:15:09 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Mar 22 03:15:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c92e2c

dev-libs/libtasn1: fix USE=static-libs handling

 dev-libs/libtasn1/{libtasn1-4.10.ebuild => libtasn1-4.10-r1.ebuild} | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/libtasn1/libtasn1-4.10.ebuild 
b/dev-libs/libtasn1/libtasn1-4.10-r1.ebuild
similarity index 89%
rename from dev-libs/libtasn1/libtasn1-4.10.ebuild
rename to dev-libs/libtasn1/libtasn1-4.10-r1.ebuild
index 56d15191556..722fc677010 100644
--- a/dev-libs/libtasn1/libtasn1-4.10.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.10-r1.ebuild
@@ -40,5 +40,11 @@ src_prepare() {
 
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
+   $(use_enable static-libs static) \
$(multilib_native_use_enable valgrind valgrind-tests)
 }
+
+multilib_src_install_all() {
+   einstalldocs
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



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

2017-03-21 Thread Brian Dolbec
commit: a38f080a5fc1d17fce7ef2d5e3700e3f52d35ede
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 22 03:08:14 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 22 03:10:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38f080a

Revert the use.stable.mask removal for app-portage/layman g-sorcery

g-sorcery needs keywording and stabilizing first.

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

 profiles/base/package.use.stable.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index c92efb5f6d6..db1d1d7dca0 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -9,6 +9,10 @@
 # which probably needs bump to solve several issues.
 sci-geosciences/qgis grass
 
+# Brian Dolbec  (14 Feb 2017)
+# This is stable masked as g-sorcery is being not actively developed.
+app-portage/layman g-sorcery
+
 # Mart Raudsepp  (13 Feb 2017)
 # No stable multilib supporting sys-libs/libunwind yet,
 # temporarily masked to let stabilization #601354 proceed.



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, ...

2017-03-21 Thread Mike Frysinger
commit: d808a28671b926383e3bfed4eb1bf3473dab24b0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Wed Mar 22 02:51:31 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Wed Mar 22 02:52:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d808a286

profiles: ppc64: push SYMLINK_LIB=yes down to the 13.0 profile

This avoids new little-endian builds from using SYMLINK_LIB, and
sets us up for dropping it with the next major profile release
for all ppc64 builds.

 profiles/arch/powerpc/ppc64/64ul/make.defaults   | 2 --
 .../powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults| 5 +
 .../default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults| 5 +
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64ul/make.defaults 
b/profiles/arch/powerpc/ppc64/64ul/make.defaults
index 649e4cd7b61..a9f325bb82c 100644
--- a/profiles/arch/powerpc/ppc64/64ul/make.defaults
+++ b/profiles/arch/powerpc/ppc64/64ul/make.defaults
@@ -8,6 +8,4 @@ MULTILIB_ABIS="ppc64"
 
 CFLAGS_ppc64="-m64"
 
-# moved from 64bit-native, TODO: move it upwards
-SYMLINK_LIB="yes"
 LIBDIR_ppc64="lib64"

diff --git 
a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults
 
b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults
new file mode 100644
index 000..a4712d66ffa
--- /dev/null
+++ 
b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Keep this in the 13.0 version profile.  Drop in next upgrade.
+SYMLINK_LIB="no"

diff --git 
a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults 
b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults
new file mode 100644
index 000..ce149bcd4e6
--- /dev/null
+++ b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/make.defaults
@@ -0,0 +1,5 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Keep this in the 13.0 version profile.  Drop in next upgrade.
+SYMLINK_LIB="yes"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-03-21 Thread Mike Gilbert
commit: 2f1a307bd479b5426729bc6621ca907e9fb1c458
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 22 02:45:34 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 22 02:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1a307b

www-plugins/chrome-binary-plugins: automated update (59.0.3047.0)

Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...43.0_alpha.ebuild => chrome-binary-plugins-59.0.3047.0_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 2f837f87e58..1603736c81a 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_58.0.3029.19-1_amd64.deb 59516286 SHA256 
b05f8a2835267cda223852b21dd6e2d5615d4a848d014c68bf643230017541f6 SHA512 
f6d09286c2a8abf06a07ee52cae5d2e7ea5ddc2cb0206c95f3fb9d6fef2a326be0fb93deeb8119f04abd0e2cfe7dbb45811566ac56d8ea334182b68eb345b535
 WHIRLPOOL 
5485a0dad8b91f3471b4b74d045960afd44780491e89f84a46b8d441201babba9e09b026c85b8afb6e436b859e9008cebf12b74638d4dd37b1ec08b4a6f4e39f
 DIST google-chrome-stable_57.0.2987.110-1_amd64.deb 47312644 SHA256 
961db609ccb67a1b77c596f32d2512cfd4fb686b2e5f9cc8c16f7522114e2f12 SHA512 
ec91c41e5b4e73af6bca95868f94c5eff0ee06bf9e0d97991b8d1a4fa0db764151c9265e007aeda61bcf16c64ecd78e99b208fa6d3c4a52a8808b6bff31ee6ec
 WHIRLPOOL 
c3852a0a622aae6dd8206d2e2b156279f6f40da0044db8f311f3df5db5554716f255285d4bdfa4be2583aa14345c16de2503d110f213dacea00c76d0805a2884
-DIST google-chrome-unstable_59.0.3043.0-1_amd64.deb 60008990 SHA256 
457449c99b86e24d91967d664ab40cf9850f0503e2cb87cb13cfbf3d20e642f5 SHA512 
0acc5b186ed4903dfc54095cdd41da486a21df82e724b7f4c1b0b566be680afb770685e77159f50e7c9f551bba99304369bc093d7ff92dfe3f9d7d74b67ee4ec
 WHIRLPOOL 
27fd0aefe6a74e6bebfee692b67f2c89c05b85bc8e2d90531a879eaadfeee22f41a5d843caaee8f65179f3b3b7ef35f3d1e920fbe0d5a40a3d28f5d973231b33
+DIST google-chrome-unstable_59.0.3047.0-1_amd64.deb 56905230 SHA256 
780c8b37f4d5aa9c782fea088d5a88e1c820be4e25687c35e3bc4362a1063157 SHA512 
39995847744092780b5543a3ec61c806deb24f6ef6229337ba2598dba1f3a885b8c9f05d341de497cc1e122866df7342eca984680d72d30cb3578701b498ab5e
 WHIRLPOOL 
02e619ed77704fb311df93f184f41a1292cc387fd051b3fa2646ea386ef238a1fa415ce0b25f31650d963230dbe4165c533cff692f4f849dd6ce33b11de3dcb5

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3043.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3047.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3043.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3047.0_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2017-03-21 Thread Mike Gilbert
commit: 81144404b165fc3fc80b1f39010083f300ec6520
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 22 02:45:43 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 22 02:45:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81144404

www-client/google-chrome-unstable: automated update (59.0.3047.0)

Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-59.0.3043.0.ebuild => google-chrome-unstable-59.0.3047.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e910d92f5dd..11fb0e875ce 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_59.0.3043.0-1_amd64.deb 60008990 SHA256 
457449c99b86e24d91967d664ab40cf9850f0503e2cb87cb13cfbf3d20e642f5 SHA512 
0acc5b186ed4903dfc54095cdd41da486a21df82e724b7f4c1b0b566be680afb770685e77159f50e7c9f551bba99304369bc093d7ff92dfe3f9d7d74b67ee4ec
 WHIRLPOOL 
27fd0aefe6a74e6bebfee692b67f2c89c05b85bc8e2d90531a879eaadfeee22f41a5d843caaee8f65179f3b3b7ef35f3d1e920fbe0d5a40a3d28f5d973231b33
+DIST google-chrome-unstable_59.0.3047.0-1_amd64.deb 56905230 SHA256 
780c8b37f4d5aa9c782fea088d5a88e1c820be4e25687c35e3bc4362a1063157 SHA512 
39995847744092780b5543a3ec61c806deb24f6ef6229337ba2598dba1f3a885b8c9f05d341de497cc1e122866df7342eca984680d72d30cb3578701b498ab5e
 WHIRLPOOL 
02e619ed77704fb311df93f184f41a1292cc387fd051b3fa2646ea386ef238a1fa415ce0b25f31650d963230dbe4165c533cff692f4f849dd6ce33b11de3dcb5

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-59.0.3043.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-59.0.3047.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-59.0.3043.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-59.0.3047.0.ebuild



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

2017-03-21 Thread Brian Dolbec
commit: 514bb936f2503b508d392d83a7f97d21b60d5478
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Mar 22 02:36:55 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Mar 22 02:39:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514bb936

Change the layman g-sorcery use.stable.mask to a g-soecery bson use.mask

See bug 552330

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

 profiles/arch/mips/package.use.mask   | 5 +
 profiles/base/package.use.stable.mask | 4 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 402378e49ab..34f8d571331 100644
--- a/profiles/arch/mips/package.use.mask
+++ b/profiles/arch/mips/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Dolbec  (21 Mar 2017)
+# This is masked as mongo-db needed for bson use flag
+# which is not keyworded on many arches.
+app-portage/g-sorcery bson
+
 # Mart Raudsepp  (07 Feb 2017)
 # dev-python/gmpy fails tests about sizeof (conch), bug 608496
 # dev-python/attrs fails tests on slow mips, couldn't test service_identity 
test path (crypt), bug 608570

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index db1d1d7dca0..c92efb5f6d6 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -9,10 +9,6 @@
 # which probably needs bump to solve several issues.
 sci-geosciences/qgis grass
 
-# Brian Dolbec  (14 Feb 2017)
-# This is stable masked as g-sorcery is being not actively developed.
-app-portage/layman g-sorcery
-
 # Mart Raudsepp  (13 Feb 2017)
 # No stable multilib supporting sys-libs/libunwind yet,
 # temporarily masked to let stabilization #601354 proceed.



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

2017-03-21 Thread Mike Gilbert
commit: f8a72fe420751ebd6d1e3c32410e16a2008de0ac
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 22 02:38:56 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 22 02:38:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a72fe4

www-client/chromium: work around skia build failure with GCC

Bug: https://bugs.gentoo.org/608640
Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

 www-client/chromium/chromium-58.0.3029.19.ebuild |  1 +
 www-client/chromium/chromium-59.0.3043.0.ebuild  |  1 +
 www-client/chromium/files/skia-avx2.patch| 15 +++
 3 files changed, 17 insertions(+)

diff --git a/www-client/chromium/chromium-58.0.3029.19.ebuild 
b/www-client/chromium/chromium-58.0.3029.19.ebuild
index df09c5655f0..9a0f942fca0 100644
--- a/www-client/chromium/chromium-58.0.3029.19.ebuild
+++ b/www-client/chromium/chromium-58.0.3029.19.ebuild
@@ -200,6 +200,7 @@ src_prepare() {
"${FILESDIR}/${PN}-widevine-r1.patch"
"${FILESDIR}/${PN}-FORTIFY_SOURCE.patch"
"${FILESDIR}/${PN}-gn-bootstrap-r2.patch"
+   "${FILESDIR}/skia-avx2.patch"
)
 
use system-ffmpeg && PATCHES+=( 
"${FILESDIR}/${PN}-system-ffmpeg-r4.patch" )

diff --git a/www-client/chromium/chromium-59.0.3043.0.ebuild 
b/www-client/chromium/chromium-59.0.3043.0.ebuild
index 2d43ee97371..8c0d3caf2ee 100644
--- a/www-client/chromium/chromium-59.0.3043.0.ebuild
+++ b/www-client/chromium/chromium-59.0.3043.0.ebuild
@@ -200,6 +200,7 @@ src_prepare() {
"${FILESDIR}/${PN}-widevine-r1.patch"
"${FILESDIR}/${PN}-FORTIFY_SOURCE.patch"
"${FILESDIR}/${PN}-gn-bootstrap-r3.patch"
+   "${FILESDIR}/skia-avx2.patch"
)
 
use system-ffmpeg && PATCHES+=( 
"${FILESDIR}/${PN}-system-ffmpeg-r4.patch" )

diff --git a/www-client/chromium/files/skia-avx2.patch 
b/www-client/chromium/files/skia-avx2.patch
new file mode 100644
index 000..a1b530990c0
--- /dev/null
+++ b/www-client/chromium/files/skia-avx2.patch
@@ -0,0 +1,15 @@
+Disable AVX2 code to prevent build failure with GCC
+
+Bug: https://bugs.gentoo.org/608640
+
+--- a/third_party/skia/include/core/SkPreConfig.h
 b/third_party/skia/include/core/SkPreConfig.h
+@@ -125,7 +125,7 @@
+ // These checks must be done in descending order to ensure we set the 
highest
+ // available SSE level.
+ #if defined(__AVX2__)
+-#define SK_CPU_SSE_LEVELSK_CPU_SSE_LEVEL_AVX2
++#define SK_CPU_SSE_LEVELSK_CPU_SSE_LEVEL_AVX
+ #elif defined(__AVX__)
+ #define SK_CPU_SSE_LEVELSK_CPU_SSE_LEVEL_AVX
+ #elif defined(__SSE4_2__)



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

2017-03-21 Thread Patrick McLean
commit: 14a95b1bc1b1863f9b462dd880e65b4cc5a8309a
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Mar 22 01:30:54 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Mar 22 01:30:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a95b1b

net-misc/lldpd: Version bump to 0.9.7

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/lldpd/Manifest   |   1 +
 net-misc/lldpd/lldpd-0.9.7.ebuild | 103 ++
 2 files changed, 104 insertions(+)

diff --git a/net-misc/lldpd/Manifest b/net-misc/lldpd/Manifest
index fc9dd6c3eae..71320a123f8 100644
--- a/net-misc/lldpd/Manifest
+++ b/net-misc/lldpd/Manifest
@@ -2,3 +2,4 @@ DIST lldpd-0.9.3.tar.gz 1601102 SHA256 
cfa8a3245dd71efc1f5de064a72576a7c1afaaf0c
 DIST lldpd-0.9.4.tar.gz 1604103 SHA256 
eb1f5beff2ff5c13c5e0342b5b9da815ed4a63866262445e1168a79ee65c9079 SHA512 
c9313d94044da1bd760f63a60c8215f69742d5e91ef3d43427571870e04254e9c251e40f69861f9bc27828f6905919582d965b6c796c4febbf4b1b2f87e91b9c
 WHIRLPOOL 
8306400224a4a9726f08d79004fe1f82675ceddbafb53f4e40fc538e2eed0d63028a9e0fd5ca00918ce008f131b2a8cf3f50a396eafd820dbc8e05ac43d0422d
 DIST lldpd-0.9.5.tar.gz 1614052 SHA256 
e9585c52f14808f03f6b6c3a9163c95b542a47b18abe002992b155d143a1a247 SHA512 
ca1a0d07bab50e3d697bfe4e6d00a150b17255de5a4a4a9ec8b7d45b2b03ce70a2bfb3452562ffdc3e7542a854cb30e6412d5a3eb919ad9e8b1064fde1b344df
 WHIRLPOOL 
6a8e31a180488f0f2c6bf9272ecdaa7acf4e7b325ef5aad63d52685a239dd60295ddce33941af778891c3112721ee5e45cc5bcb9b98caee14ffee04ea847eef6
 DIST lldpd-0.9.6.tar.gz 1620343 SHA256 
e74e2dd7e2a233ca1ff385c925ddae2a916d302819d1433741407d2f8fb0ddd8 SHA512 
10aa314fd409e265596e6a64d29b520810413b9210c0fde422585ba3cb7ccde4d28425c2bcd10abdaa828e13a4270eed3bcb00b0630937b7b9f916cc09f1b7b9
 WHIRLPOOL 
f67c1ba55a6962ae5975bc86d17b6e987c32630de377649beae5b937d1a65d25cce58b6b9beb805edbd85de3a84e04da3601dc3cc87f8cb98ef5583455eef35b
+DIST lldpd-0.9.7.tar.gz 1619527 SHA256 
b9360355c30a3c06fd5c0a6e658f2ad8bf77037d5a17c6fcabf20e62882e0db8 SHA512 
6b087de11b54c3f731498081680c836a28b882b7e925150d8ca3a582538f6a9c294d1e94b8e906a7cbb40e9663eedb33699eddb870c186da4d88cf3a88238ae2
 WHIRLPOOL 
88d8a7d8cb937602a99a8f9c01f2309890546adb1d5dc6fc86ae76b90314e9e41b78b1051547f8d38220b36ba04b4bfadf08d47c03084431d7536a6c7bf50482

diff --git a/net-misc/lldpd/lldpd-0.9.7.ebuild 
b/net-misc/lldpd/lldpd-0.9.7.ebuild
new file mode 100644
index 000..d6f2a5e3880
--- /dev/null
+++ b/net-misc/lldpd/lldpd-0.9.7.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils user systemd bash-completion-r1 autotools
+
+DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
+HOMEPAGE="https://vincentbernat.github.com/lldpd/;
+SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
+   seccomp sonmp snmp static-libs test readline xml zsh-completion"
+
+RDEPEND="dev-libs/libbsd
+   >=dev-libs/libevent-2.0.5:=
+   snmp? ( net-analyzer/net-snmp[extensible(+)] )
+   xml? ( dev-libs/libxml2 )
+   seccomp? ( sys-libs/libseccomp )
+   zsh-completion? ( app-shells/zsh )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? (
+   graph? ( app-doc/doxygen[dot] )
+   !graph? ( app-doc/doxygen )
+   )
+   test? ( dev-libs/check )"
+
+REQUIRED_USE="graph? ( doc )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.7.11-zsh-completion-dir.patch"
+   "${FILESDIR}/${PN}-0.9.5-seccomp-add-socket-ops.patch"
+)
+
+pkg_setup() {
+   ebegin "Creating lldpd user and group"
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+   eend $?
+}
+
+src_prepare() {
+   default
+
+   eautoreconf
+   elibtoolize
+}
+
+src_configure() {
+   econf \
+   --without-embedded-libevent \
+   --with-privsep-user=${PN} \
+   --with-privsep-group=${PN} \
+   --with-privsep-chroot=/run/${PN} \
+   --with-lldpd-ctl-socket=/run/${PN}.socket \
+   --with-lldpd-pid-file=/run/${PN}.pid \
+   --docdir=/usr/share/doc/${PF} \
+   $(use_enable cdp) \
+   $(use_enable doc doxygen-man) \
+   $(use_enable doc doxygen-pdf) \
+   $(use_enable doc doxygen-html) \
+   $(use_enable dot1) \
+   $(use_enable dot3) \
+   $(use_enable edp) \
+   $(use_enable fdp) \
+   $(use_enable graph doxygen-dot) \
+   $(use_enable lldpmed) \
+   $(use_enable old-kernel oldies) \
+   $(use_enable sonmp) \
+   $(use_enable static-libs static) \
+   $(use_with readline) \
+   $(use_enable sanitizers) \
+   $(use_with seccomp) \
+   

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

2017-03-21 Thread Patrick McLean
commit: ed1f3ac079c796ea3125050440962a52f9b23604
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Mar 22 01:31:53 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Mar 22 01:31:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1f3ac0

net-misc/lldpd: Clean out old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/lldpd/Manifest  |   3 -
 net-misc/lldpd/lldpd-0.9.4.ebuild| 103 --
 net-misc/lldpd/lldpd-0.9.5-r1.ebuild | 105 ---
 net-misc/lldpd/lldpd-0.9.6.ebuild| 104 --
 4 files changed, 315 deletions(-)

diff --git a/net-misc/lldpd/Manifest b/net-misc/lldpd/Manifest
index 71320a123f8..9263268f714 100644
--- a/net-misc/lldpd/Manifest
+++ b/net-misc/lldpd/Manifest
@@ -1,5 +1,2 @@
 DIST lldpd-0.9.3.tar.gz 1601102 SHA256 
cfa8a3245dd71efc1f5de064a72576a7c1afaaf0ccb5833238398b6dc612b127 SHA512 
0d40d77bfde78f9ceece56968981f3a36bd7e683b12de05e84e5da0409b8e0d06062e5d665942637a66164af0254a6ac3d1a327aab3bcb48ec91ecfdd2693283
 WHIRLPOOL 
c7be527cf48bd5623ad9b7b3ae684a5e223114d7ff57a71a33623e3e445f6bbb612a6db5353844644c6340f039bdf7caf435b7ae19cf231ae54acf1dad72b62a
-DIST lldpd-0.9.4.tar.gz 1604103 SHA256 
eb1f5beff2ff5c13c5e0342b5b9da815ed4a63866262445e1168a79ee65c9079 SHA512 
c9313d94044da1bd760f63a60c8215f69742d5e91ef3d43427571870e04254e9c251e40f69861f9bc27828f6905919582d965b6c796c4febbf4b1b2f87e91b9c
 WHIRLPOOL 
8306400224a4a9726f08d79004fe1f82675ceddbafb53f4e40fc538e2eed0d63028a9e0fd5ca00918ce008f131b2a8cf3f50a396eafd820dbc8e05ac43d0422d
-DIST lldpd-0.9.5.tar.gz 1614052 SHA256 
e9585c52f14808f03f6b6c3a9163c95b542a47b18abe002992b155d143a1a247 SHA512 
ca1a0d07bab50e3d697bfe4e6d00a150b17255de5a4a4a9ec8b7d45b2b03ce70a2bfb3452562ffdc3e7542a854cb30e6412d5a3eb919ad9e8b1064fde1b344df
 WHIRLPOOL 
6a8e31a180488f0f2c6bf9272ecdaa7acf4e7b325ef5aad63d52685a239dd60295ddce33941af778891c3112721ee5e45cc5bcb9b98caee14ffee04ea847eef6
-DIST lldpd-0.9.6.tar.gz 1620343 SHA256 
e74e2dd7e2a233ca1ff385c925ddae2a916d302819d1433741407d2f8fb0ddd8 SHA512 
10aa314fd409e265596e6a64d29b520810413b9210c0fde422585ba3cb7ccde4d28425c2bcd10abdaa828e13a4270eed3bcb00b0630937b7b9f916cc09f1b7b9
 WHIRLPOOL 
f67c1ba55a6962ae5975bc86d17b6e987c32630de377649beae5b937d1a65d25cce58b6b9beb805edbd85de3a84e04da3601dc3cc87f8cb98ef5583455eef35b
 DIST lldpd-0.9.7.tar.gz 1619527 SHA256 
b9360355c30a3c06fd5c0a6e658f2ad8bf77037d5a17c6fcabf20e62882e0db8 SHA512 
6b087de11b54c3f731498081680c836a28b882b7e925150d8ca3a582538f6a9c294d1e94b8e906a7cbb40e9663eedb33699eddb870c186da4d88cf3a88238ae2
 WHIRLPOOL 
88d8a7d8cb937602a99a8f9c01f2309890546adb1d5dc6fc86ae76b90314e9e41b78b1051547f8d38220b36ba04b4bfadf08d47c03084431d7536a6c7bf50482

diff --git a/net-misc/lldpd/lldpd-0.9.4.ebuild 
b/net-misc/lldpd/lldpd-0.9.4.ebuild
deleted file mode 100644
index 48b867e172e..000
--- a/net-misc/lldpd/lldpd-0.9.4.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils user systemd bash-completion-r1 autotools
-
-DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
-HOMEPAGE="https://vincentbernat.github.com/lldpd/;
-SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdp doc +dot1 +dot3 edp fdp graph jansson +lldpmed old-kernel
-   sanitizers seccomp sonmp snmp static-libs readline xml zsh-completion"
-
-RDEPEND="dev-libs/libbsd
-   >=dev-libs/libevent-2.0.5
-   snmp? ( net-analyzer/net-snmp[extensible(+)] )
-   xml? ( dev-libs/libxml2 )
-   jansson? ( dev-libs/jansson )
-   seccomp? ( sys-libs/libseccomp )
-   zsh-completion? ( app-shells/zsh )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? (
-   graph? ( app-doc/doxygen[dot] )
-   !graph? ( app-doc/doxygen )
-   )"
-
-REQUIRED_USE="graph? ( doc )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.7.11-zsh-completion-dir.patch"
-)
-
-pkg_setup() {
-   ebegin "Creating lldpd user and group"
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-   eend $?
-}
-
-src_prepare() {
-   default
-
-   eautoreconf
-   elibtoolize
-}
-
-src_configure() {
-   econf \
-   --without-embedded-libevent \
-   --with-privsep-user=${PN} \
-   --with-privsep-group=${PN} \
-   --with-privsep-chroot=/run/${PN} \
-   --with-lldpd-ctl-socket=/run/${PN}.socket \
-   --with-lldpd-pid-file=/run/${PN}.pid \
-   --docdir=/usr/share/doc/${PF} \
-   $(use_enable cdp) \
-   $(use_enable doc doxygen-man) \
-   $(use_enable doc doxygen-pdf) \
-   $(use_enable doc doxygen-html) \
-   $(use_enable dot1) \
-   $(use_enable dot3) \
-   $(use_enable 

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

2017-03-21 Thread Mart Raudsepp
commit: 2d0c5be76bf3a601ba9616791eac3ae918534e94
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 21 23:56:55 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 21 23:59:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0c5be7

media-video/gnome-video-effects: bump to 0.4.3

 media-video/gnome-video-effects/Manifest   |  1 +
 .../gnome-video-effects-0.4.3.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/media-video/gnome-video-effects/Manifest 
b/media-video/gnome-video-effects/Manifest
index a6eba9dd643..7ae3d9bbfff 100644
--- a/media-video/gnome-video-effects/Manifest
+++ b/media-video/gnome-video-effects/Manifest
@@ -1 +1,2 @@
 DIST gnome-video-effects-0.4.1.tar.xz 145016 SHA256 
34be42713a97caf698b84ce7e1158aa21cc0977df7f7a7477cece226bc8d844a SHA512 
532a9ebdd95b049d43c2a8dccbd1d8e87e2adccf6a825a232e136e5bc0cbcbf0102e2b0777883a44de663a8f51cee972ac8682926b26146eade15d6b66f95e2a
 WHIRLPOOL 
26ba91a8428463511f36fd23766e3a84cc5d1ec756a9f358268aa316d31e802ecda7a50a22d5969a9bc81248452d38995fd9f8be5b02a3a8e68f4e2f4714154e
+DIST gnome-video-effects-0.4.3.tar.xz 142100 SHA256 
5a7ee0f5ade4b7d921f1b99f3b97d7d7bb830f2fef0f1daee20a7a1867708219 SHA512 
5cf708f7deea4edd5d80cd838a78a7b539cb87504f55bfda1686bbe0136ee0eba20885ab8cd2a880ad0c825bf5ca972b0f612a579016eace736b790d7bdd10d3
 WHIRLPOOL 
1ebd15d82a4d2cb6f2a00580e34f59c1dff1168816530b398f3394e09c0aafae7fd83dcbd5fd58e7c8c72a074d8ae776f561877defe5d0312d42cb078a7b735b

diff --git a/media-video/gnome-video-effects/gnome-video-effects-0.4.3.ebuild 
b/media-video/gnome-video-effects/gnome-video-effects-0.4.3.ebuild
new file mode 100644
index 000..323f85d0f18
--- /dev/null
+++ b/media-video/gnome-video-effects/gnome-video-effects-0.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Effects for Cheese, the webcam video and picture application"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeVideoEffects;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=dev-util/intltool-0.40.0
+   >=sys-devel/gettext-0.17
+"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"



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

2017-03-21 Thread Patrice Clement
commit: 257dd728f82756968979ddf8fa3ab71e3dc97d0f
Author: Chris Mayo  gmail  com>
AuthorDate: Tue Mar  7 20:02:57 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:37:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257dd728

dev-util/geany-plugins: version bump to 1.30.

This commit also simplifies LINGUAS handling.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/3584

 dev-util/geany-plugins/Manifest  |   1 +
 dev-util/geany-plugins/geany-plugins-1.30.ebuild | 144 +++
 2 files changed, 145 insertions(+)

diff --git a/dev-util/geany-plugins/Manifest b/dev-util/geany-plugins/Manifest
index 95459d9fa90..f86ffa3683e 100644
--- a/dev-util/geany-plugins/Manifest
+++ b/dev-util/geany-plugins/Manifest
@@ -1 +1,2 @@
 DIST geany-plugins-1.28.tar.gz 4453038 SHA256 
918f644053ea205fdf0f2185ac3b8e21339764e0e761a38583f2dda7de7fdb97 SHA512 
027fc5923d405a8246786e48e0d36c5da8f580b9f18510933063cc4c452ee5aaa68af4568ee20d640c1dd2bcb29a9361b8558a81a5a83f46b5d99c9ff639306d
 WHIRLPOOL 
a328557ccd899ce56ba2cb12875836ecbf5939492a1e19a61e5e2db15a5b10969e1cbf0eb912d551c75e9fa7c49e65fa8a48f7e2e2ebfd4477b4c88b4e6857ea
+DIST geany-plugins-1.30.tar.gz 4469990 SHA256 
a49202d1c6b2a82446a79c57854596de1e231481163f680c7654f2cb165bc249 SHA512 
11dc44215aaa369831c249ef84b5dd0ee7eecdfbbf4707fc6165d78201e9e755447463c171ac6c8b2bc70df28a97b23762073ab9b31f7c33285d4728089da807
 WHIRLPOOL 
ada9c5cd3f78948384c9add373d8b60aa09c0de931304aae4b41f54aaa35dab3450e946e2b39d84c069521113a55720350170edc03253960854a0b842e31903e

diff --git a/dev-util/geany-plugins/geany-plugins-1.30.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
new file mode 100644
index 000..7e5318c2e5b
--- /dev/null
+++ b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
@@ -0,0 +1,144 @@
+# 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 vala
+
+DESCRIPTION="A collection of different plugins for Geany"
+HOMEPAGE="https://plugins.geany.org;
+SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="gtk3 +autoclose +automark +commander ctags debugger +defineformat 
enchant git gpg gtkspell lua multiterm nls +overview python scope soup"
+REQUIRED_USE="
+   gtk3? ( !debugger !multiterm !python !scope )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+GTK_COMMON_DEPEND="
+   gtk3? ( x11-libs/gtk+:3 )
+   !gtk3? ( x11-libs/gtk+:2 )
+"
+COMMON_DEPEND="
+   >=dev-util/geany-1.26[gtk3=]
+   dev-libs/glib:2
+   dev-libs/libxml2:2
+   autoclose? ( ${GTK_COMMON_DEPEND} )
+   commander? ( ${GTK_COMMON_DEPEND} )
+   ctags? ( dev-util/ctags )
+   debugger? ( x11-libs/vte:0 )
+   defineformat? ( ${GTK_COMMON_DEPEND} )
+   enchant? ( app-text/enchant )
+   git? ( dev-libs/libgit2:= )
+   gpg? ( app-crypt/gpgme:1= )
+   gtkspell? (
+   gtk3? ( app-text/gtkspell:3= )
+   !gtk3? ( app-text/gtkspell:2 )
+   )
+   lua? ( dev-lang/lua:0= )
+   multiterm? (
+   $(vala_depend)
+   x11-libs/gtk+:2
+   >=x11-libs/vte-0.28:0
+   )
+   python? (
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   scope? ( x11-libs/vte:0 )
+   soup? ( net-libs/libsoup:2.4 )
+"
+RDEPEND="${COMMON_DEPEND}
+   scope? ( sys-devel/gdb )
+"
+DEPEND="${COMMON_DEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   # bundled lib buster
+   rm markdown/peg-markdown/markdown_lib.c || die
+   # devhelp plugin bundles devhelp
+
+   default
+
+   use multiterm && vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-cppcheck
+   --disable-extra-c-warnings
+   $(use_enable !gtk3 geanydoc)
+   # GeanyGenDoc requires ctpl which isn’t yet in portage
+   --disable-geanygendoc
+   # peg-markdown is bundled, use app-text/discount instead
+   --disable-peg-markdown
+   --enable-addons
+   --enable-codenav
+   --enable-geanyextrasel
+   --enable-geanyinsertnum
+   --enable-geanylatex
+   --enable-geanymacro
+   --enable-geanynumberedbookmarks
+   --enable-geanyprj
+   --enable-geanyvc
+   --enable-lineoperations
+   --enable-lipsum
+   --enable-pairtaghighlighter
+   --enable-pohelper
+   --enable-pretty-printer
+   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2017-03-21 Thread Matt Turner
commit: 1f54d27a7dda07979a2208ec073bcaa921f65a9b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 23:24:23 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 23:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f54d27a

net-wireless/kismet: drop stable ppc keyword, bug 605132

 net-wireless/kismet/kismet-2013.03.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/kismet/kismet-2013.03.1-r2.ebuild 
b/net-wireless/kismet/kismet-2013.03.1-r2.ebuild
index 71b4db4f80c..10019bae314 100644
--- a/net-wireless/kismet/kismet-2013.03.1-r2.ebuild
+++ b/net-wireless/kismet/kismet-2013.03.1-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
-   KEYWORDS="amd64 arm ppc x86"
+   KEYWORDS="amd64 arm ~ppc x86"
 fi
 
 DESCRIPTION="IEEE 802.11 wireless LAN sniffer"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/spectools/

2017-03-21 Thread Matt Turner
commit: 795f3a90c8b1501132eaf8743433ae4157376696
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 23:25:36 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 23:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795f3a90

net-wireless/spectools: drop stable ppc keyword, bug 609098

 net-wireless/spectools/spectools-2011.08.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild 
b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
index 18c34ba8946..49665d46e7a 100644
--- a/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
+++ b/net-wireless/spectools/spectools-2011.08.1-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
KEYWORDS=""
 else
SRC_URI="http://www.kismetwireless.net/code/${MY_P}.tar.gz;
-   KEYWORDS="amd64 arm ppc x86"
+   KEYWORDS="amd64 arm ~ppc x86"
 fi
 
 DESCRIPTION="Spectrum Analyzer for Meta-Geek Wi-Spy and GSG Ubertooth hardware"



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

2017-03-21 Thread Patrice Clement
commit: f52fdcd6c098a13f632c36a48b244181dc558174
Author: Karl Linden  gmail  com>
AuthorDate: Thu Mar  9 11:16:18 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:18:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52fdcd6

sys-kernel/rt-sources: version bump to 
{3.18.48_p53,4.1.38_p45,4.4.50_p62,4.9.13_p12}.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4167

 sys-kernel/rt-sources/Manifest |  8 
 .../rt-sources/rt-sources-3.18.48_p53.ebuild   | 45 ++
 sys-kernel/rt-sources/rt-sources-4.1.38_p45.ebuild | 45 ++
 sys-kernel/rt-sources/rt-sources-4.4.50_p62.ebuild | 45 ++
 sys-kernel/rt-sources/rt-sources-4.9.13_p12.ebuild | 45 ++
 5 files changed, 188 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 44760777937..58f4fc3be42 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -20,20 +20,28 @@ DIST patch-3.18.44-rt48.patch.xz 170764 SHA256 
7a3058a6e1a77368d0ad72f5950e3a5b9
 DIST patch-3.18.44.xz 1054032 SHA256 
04c8c45d1a8a8085abbfe0b6f7e83fef56a953eda312d23524748536a2011dbb SHA512 
171949fcacdea46f7ba7caf5cc78969bf0e1c77128fc5366efa27636f591e0fc522fa7840b9a933f764fce322c7a6ae573f0388031fd8e36c6a223f568958ac0
 WHIRLPOOL 
c42b94e89b1c2b89d0bdd52773c11f87737c5f03a5b97a303c24ad8b3cc1242154adf3d98fdca9cf9958d5eb8454d1c4ae4e8ac1b993e2bfb7b5aa9702ecc2de
 DIST patch-3.18.46-rt50.patch.xz 170772 SHA256 
155464faceb475e36d3c8168e6e722319846b850fc7db7d0766f11df47e065dc SHA512 
fb118c327bbcbbaa2dfa5f0b781945a3a3940e39fa7753b55034503d481a9473b2f43a72013e66fb9420a7b08d9402e95272299c70a25eb19f5bc01c611547ae
 WHIRLPOOL 
105007324cae5f856f2044d6b6a4d3bc2c3ad4d39714e515b624dc40989585aaf8310b5c035b480ea1affa4a58816f049d666136c2d90eb8fdd7ad710e6bebe8
 DIST patch-3.18.46.xz 1065728 SHA256 
8329da1b7a58c40d0eff75924bb6e1685937f5529348dd12f836a0cf2e10ce4a SHA512 
1297b20054fb519dcc6e89423c2c8c795fdcf1492db13a426a5e9b2bedbeb2774279d0fd5eb8c1ddf1800bd7c77586d0bd8cede024505474ff2b15d2ad074579
 WHIRLPOOL 
fb6d08651eec213d54bcf977c47f607b30e08a2456569586dc5ee31214530b201104f534a97fcf70bcd5cb622ba639b9ad8dfaeba38894ca8e9dca9106c95a9a
+DIST patch-3.18.48-rt53.patch.xz 170788 SHA256 
532e5d949919ad10f53322b0cf7c1ba8bbeab47d6156098e452bd83b34a68a85 SHA512 
73554dbbd505b619cfbbb73dbce7a66d56d27cdf8890c7ba2a6244e4aaaee12af282b1b6ef991afc18186f0b73f249a07350f598b80e6a9e391c983427eaee84
 WHIRLPOOL 
6de66713965f58f6f0949cf5b471045f2113b530918ae589c45a5021209c0325300b770a0a582f5e240d2b7b631181bb5e65bfda7af5864bc71f2534c8019c36
+DIST patch-3.18.48.xz 1084852 SHA256 
0726728455304b075c03970359ee59bb8b1ad7f9f5f6aae5745b6919eceb8591 SHA512 
76aa903d947a09ce86a1710034c43178312701dd06af584824b561fd8688adf02cc8ed1786e6874948f5dcadfac817662148906c73b7a1ce58e79d7f91017dd9
 WHIRLPOOL 
fb69da32ffb732541c8bb509c63907f5ed97aa07c04254af692de370291568e4f7e3a8d3b8a5e3727f1f893c282852a45007b928662c8f63b796b931492ed333
 DIST patch-4.1.35-rt41.patch.xz 184544 SHA256 
af1d65e1a9560b06599a0188a5c971ff116919473453565e2ab53dc7b1f80945 SHA512 
0921706d46bbb8ba978d88705a7a12f7675fe26e8132573039b9e7ea9383bd3746a7fbae532ab31a360a922513d24922a78036d5a9a47dab728ba21cd5c460d1
 WHIRLPOOL 
858e50d6da6f61f41b2827140f0d956e80ca207f013c58534f778a934bccc7abae27ac9045ad3a026f1b54adbbbf6fd6070e0c0832f140425e2f674cfed42bec
 DIST patch-4.1.35.xz 901088 SHA256 
cb9a7bf8998625e5a2c638745e868e0219315439a68b536c33c0e1607b02202f SHA512 
da5ac04585da84c850122e376243fe7aa76fbb0fcffa7e9332d8d8e1854f89fbf18228c15cefd3c7a9ca97124c09b35e07a814af4b5ce6e3453a8e2d6dcf8663
 WHIRLPOOL 
32904115980075aa750afcd674fa27dfde5f25f26bcbb5db68dfc5a85e5b5588a644e9d0a05396f6201e21fd259159364c71685fba4d1242511e4b9133d9f14e
 DIST patch-4.1.37-rt43.patch.xz 184532 SHA256 
8c1a5064bcbcdd6aa0e613cf3cd0b2e3558854da5808d66b32950ebf900f034b SHA512 
1d04222b311ba48274fc5877768e7dbe9bca9c3829edc6fdc15867a95cdb4c213dbad76fcb0d71c10c74f82ada769817547c10b33456e07ebc203808a030783b
 WHIRLPOOL 
0f0787fa7ff1d8004d6651f08ecea47ad187a2639f56831e9cedb53775a826b6d83bc7c94984c0dd13da0cb4670366a307a99a210810fcaa35f48ea8baa36d01
 DIST patch-4.1.37.xz 930300 SHA256 
26d28f51b3c2fb5126ee458f133e8d3b981f559201608b979c877c3b3e2a2734 SHA512 
f1fcdf987042325058a942705f286e0442e99d35fd1ee3d5107d66b0f703f5c659beb7b53ccd7273c33a506a364f95b9e4e7a5e452b8da126e3186247742b63c
 WHIRLPOOL 
2b3d61eee5f26e553fb0ce0d21ca1e6ebc0dee7f0a031f6b44460957b2f06cee1e4fd90b5021345bf45c4b0e873fe8113e6d94fba8184d9841af07252a2b5383
+DIST patch-4.1.38-rt45.patch.xz 185044 SHA256 
fb2cc71641e7078509cda637f00a5964c6bd57061639919b4f1f18a07db24e4a SHA512 
e73c5c3ff820d7e75bfe0bec5e065a4fd5b5c7db7637b584f537bdfe60e87cf36dd4d116fa1cf707bd69a0c45b1626840d0372febb68ad1040fbc25d9bc844c5
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/

2017-03-21 Thread Patrice Clement
commit: 8e9b9642587111c6957a7e42d61f34b1618aca04
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Sat Mar 11 08:31:35 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:17:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9b9642

app-shells/mpv-bash-completion: version bump to 3.3.10.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4179

 app-shells/mpv-bash-completion/Manifest|  1 +
 .../mpv-bash-completion-3.3.10.ebuild  | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/app-shells/mpv-bash-completion/Manifest 
b/app-shells/mpv-bash-completion/Manifest
index d3a562c12ab..cf92340a02c 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1 +1,2 @@
+DIST mpv-bash-completion-3.3.10.tar.gz 19113 SHA256 
ead8c528b9e3862063499f241560d63e9b0786f770d666e92eeb0a371c172baf SHA512 
0344b5dca82af57bf32e142bd70229067079eed1f152a0803c764f63c39dabbf6b283f3624b87f863b02c6dd3fac77010ef014523b835d0f1a24f4fd4ff22e0d
 WHIRLPOOL 
926f23ef86a11c169d881d480354632bf723a6e7160e8f922c8a8fca96aa1012ff356c87a0f529020bac3c09233ad73693e96b03a2e7f1c91b59855e3a9e616a
 DIST mpv-bash-completion-3.3.8.tar.gz 19002 SHA256 
67bb3565daafb1e3f64b24262b0859f7843ac052960e0159e3fe3a375ffed181 SHA512 
4d6cfc3ac2d1fd6a28be1a40e3ca28d61f5d9ed40a850c5c60e45501b958b929d6ef9266027d2be95ed0c2b0dedccfdbb04fe4115bb7bcfd39435cb73f2dc452
 WHIRLPOOL 
62012925d3fb212c473e889930c1add93ce36533313a677cc9ddbc7acce2d9dfc1a18f9054dad901f7a0cb2b57c56a05f302f1fadc83b4bbeda5baa06fb2c7c8

diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.10.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.10.ebuild
new file mode 100644
index 000..dc4633a3b92
--- /dev/null
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.10.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+DESCRIPTION="Bash completion for the mpv video player"
+HOMEPAGE="https://2ion.github.io/mpv-bash-completion/;
+SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="luajit"
+
+COMMON_DEPEND=">=media-video/mpv-0.14.0[cli]"
+RDEPEND="${COMMON_DEPEND}
+   >=app-shells/bash-completion-2.3-r1
+"
+DEPEND="${COMMON_DEPEND}
+   !luajit? ( dev-lang/lua:* )
+   luajit? ( dev-lang/luajit:2 )
+"
+
+src_prepare() {
+   default_src_prepare
+   # Avoid 'mpv' make target that supports lua only.
+   sed -i -e 's|check: mpv|check:|' Makefile || die
+}
+
+src_compile() {
+   $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
+}
+
+src_install() {
+   dobashcomp mpv
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! has_version 'x11-apps/xrandr'; then
+   elog
+   elog "If you want completion of window sizes, please install 
'x11-apps/xrandr'."
+   elog
+   fi
+}



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

2017-03-21 Thread Patrice Clement
commit: 6a8ded28a7624305d056590b0ebd44f5100ecc60
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Mar 21 22:45:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:11:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8ded28

dev-python/pymediainfo: remove old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4279

 dev-python/pymediainfo/Manifest |  1 -
 dev-python/pymediainfo/pymediainfo-2.1.4.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index a468b4169cf..a622e38343a 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST pymediainfo-2.1.4.tar.gz 420642 SHA256 
b4ce090a5bfa24bf5f54a0a16c41ef0c3a0e12d4dae97bdb8b237788664c0136 SHA512 
a82bb910ec76e11fb5120c224a804f6db1cef2cd4c6be0e3a5f5905d44594d35bf0abee629ea5092de2dbd7506a8c876735e53b0e2fd837dcadfabe2e8535dbb
 WHIRLPOOL 
be3617b6f2b03e404bab89a3d829a7f882bec2e2c61b7dcf00c01d809ca192da07aaed5e0f54723dd3169fb9ad17b76be61ceabc2e06ae1b9f63736254d319a1
 DIST pymediainfo-2.1.5.tar.gz 421120 SHA256 
53616f5b87431d7fd0b4c7a2c2592c9071de923c5c0b167f1015905092a86915 SHA512 
ef7891bb8e55e11e211f5d7a222176ffea013c4876b2a524ee02af6bcaa3cef272c11e7e39f12790de37f9bc95aa71af049727632092dbaa4c30ea3d149ddf70
 WHIRLPOOL 
6272df6e234655bc30fe8af811ad644d9062dd5a86837561885144f5a51c6ad931566b9e0fac073c89d99df6b8c82e282655fded66c056315dc10a0b4d30810a
 DIST pymediainfo-2.1.9.tar.gz 420111 SHA256 
ca3620c3a99052a687c3b625f27693512814808c7b923709bb397930eb0d SHA512 
8bc3abe3146f57cb33b5a3bdd1d902a9ef82211b0755d70d9d33601c6eaeaf397b2dd2428edd72a1541cba3cad5f2a414fc1802cf2c5529ada747c9f3b8f280c
 WHIRLPOOL 
e6b220061892e064de7506be596023271c07e7d1d47fd093782123fd27e284a1cceed403b876910fca1f27a044d786c202126507d0de8df9d59ea42eef496435

diff --git a/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild 
b/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild
deleted file mode 100644
index 85d6bb33e27..000
--- a/dev-python/pymediainfo/pymediainfo-2.1.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="media-libs/libmediainfo"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   ${RDEPEND}
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   nosetests tests || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



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

2017-03-21 Thread Patrice Clement
commit: 1ec0041a0eef28e6a368f6f228e2472cf81daaf3
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Mar 21 22:42:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:11:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec0041a

dev-python/pymediainfo: version bump to 2.1.9 and add

Python 3.6 support.

Use py.test instead of nose in order to easily
exclude the new test which requires network access.

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4279

 dev-python/pymediainfo/Manifest |  1 +
 dev-python/pymediainfo/pymediainfo-2.1.9.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index 9b726603741..a468b4169cf 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,2 +1,3 @@
 DIST pymediainfo-2.1.4.tar.gz 420642 SHA256 
b4ce090a5bfa24bf5f54a0a16c41ef0c3a0e12d4dae97bdb8b237788664c0136 SHA512 
a82bb910ec76e11fb5120c224a804f6db1cef2cd4c6be0e3a5f5905d44594d35bf0abee629ea5092de2dbd7506a8c876735e53b0e2fd837dcadfabe2e8535dbb
 WHIRLPOOL 
be3617b6f2b03e404bab89a3d829a7f882bec2e2c61b7dcf00c01d809ca192da07aaed5e0f54723dd3169fb9ad17b76be61ceabc2e06ae1b9f63736254d319a1
 DIST pymediainfo-2.1.5.tar.gz 421120 SHA256 
53616f5b87431d7fd0b4c7a2c2592c9071de923c5c0b167f1015905092a86915 SHA512 
ef7891bb8e55e11e211f5d7a222176ffea013c4876b2a524ee02af6bcaa3cef272c11e7e39f12790de37f9bc95aa71af049727632092dbaa4c30ea3d149ddf70
 WHIRLPOOL 
6272df6e234655bc30fe8af811ad644d9062dd5a86837561885144f5a51c6ad931566b9e0fac073c89d99df6b8c82e282655fded66c056315dc10a0b4d30810a
+DIST pymediainfo-2.1.9.tar.gz 420111 SHA256 
ca3620c3a99052a687c3b625f27693512814808c7b923709bb397930eb0d SHA512 
8bc3abe3146f57cb33b5a3bdd1d902a9ef82211b0755d70d9d33601c6eaeaf397b2dd2428edd72a1541cba3cad5f2a414fc1802cf2c5529ada747c9f3b8f280c
 WHIRLPOOL 
e6b220061892e064de7506be596023271c07e7d1d47fd093782123fd27e284a1cceed403b876910fca1f27a044d786c202126507d0de8df9d59ea42eef496435

diff --git a/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild 
b/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild
new file mode 100644
index 000..6846d34175c
--- /dev/null
+++ b/dev-python/pymediainfo/pymediainfo-2.1.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo library"
+HOMEPAGE="https://github.com/sbraz/pymediainfo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="media-libs/libmediainfo"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   # requires network access
+   py.test tests/test.py -k "not MediaInfoURLTest" \
+   || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2017-03-21 Thread Patrice Clement
commit: ae03f83397d11adb361b7c0e46fffbda64d72283
Author: Sergey Shiryaev  shiryaev  pro>
AuthorDate: Mon Mar 20 08:50:59 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:07:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae03f833

net-im/mattermost-desktop-bin: version bump to 3.6.0.

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

 net-im/mattermost-desktop-bin/Manifest |  3 ++
 .../mattermost-desktop-bin-3.6.0.ebuild| 63 ++
 2 files changed, 66 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index d7829030f38..e387eac088b 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,3 +1,6 @@
 DIST mattermost-desktop-3.5.0-linux-ia32.tar.gz 48847084 SHA256 
116e2e5a8892de5b640da58b82eb593b98f62882486f972d015f623862e282b7 SHA512 
cdb363ca5c13090ec484976a55efdc398549d6cfaefe19619443433f0cd8382ef00b1a65dc3e82caf4b7b7535e903392e9a51abcece131d4ea9c31661c024e99
 WHIRLPOOL 
14dc96fdeda67ac8fcbfe1a2eb3fc785c9bb342a34179a7948b60876c962ab31d30777ff2f7940f217ff2c9ca0a6d9422b091cb71065cccdc4cb63152c15c9d5
 DIST mattermost-desktop-3.5.0-linux-x64.tar.gz 47617590 SHA256 
a00d98b1cb921e2584a78a75c7b86b936780b788dbb9898b3cba0405bfe33cec SHA512 
b9bd3a9c3e3c63fd45764916acbde863c9297b9c6a5fcf6f6321d19945709b6f8d50842bec880d003c0cabde0d46725a485557f8cbfb36fdf36875915f13
 WHIRLPOOL 
a5513503d6f756e9aebdb2ac7ec3c25db96254ea2004d4905071a8c09728874ca29d657438ceac5f4fadde7ccc624349b3e25db4109e13bb49602c52ed590d6d
+DIST mattermost-desktop-3.6.0-linux-ia32.tar.gz 48965181 SHA256 
e5e0edff7d7760ad1e56b632c48303f81290f775d6e4990e16ffbb052bff893e SHA512 
bfe521f7abb0883e9126f8aaa53adaa066d838f30a7c2a04eb120c04ce62e4cee30e23636b202f413bba8d7ea1289ebedc1bf4485098470aa3a9b07844a94bf3
 WHIRLPOOL 
a6536d452129b8db9c8edf7a40cc3243d05411dee3ad0b410d9219212a09b9f5816c4d4cb8e0ed2492ce9a569ae3ab9f3d2d700b7d63fae0651a2d1b493089c0
+DIST mattermost-desktop-3.6.0-linux-x64.tar.gz 47733150 SHA256 
2c3d4dab359f6f43b65dacf8778866015d208c6bef2df6b8f525efb578185f6f SHA512 
4f5226f666c798455f2f8702027269b02f72a581dc3d5759727dd70f7a974c9eb9aec418d0b89fdfe2fa3cdf208bd277dca8e684f2e158d2cdb95be9657fe9d1
 WHIRLPOOL 
b3e3471c7d17202de65e9118319bcceb17b1f45b0affe9e81a198d040576a08a06746648a94af9a93068d95ae51edb101a31ac44b57d57aaaf145f6f6d088505
 DIST mattermost-desktop-bin-3.5.0.tar.gz 763198 SHA256 
9948a5647906c6e759961072f838cebb38c5649a112fe9d053b90ec13e2c564c SHA512 
06924e4ce18cbe8fd50c0742a74b0a2ec732c7a419bb741c6991097a0a7be01afdfc4ce43125856508aa06750e35d12ce34d06a1e5d6eb6ddd14e81a0a6dffba
 WHIRLPOOL 
00e696a34a3c509cf3a15bdc7eb15043eb3141ef6f0aea0e7a2154485093260819e494c46c57d9d7c3a9a293991e35754cfdbb342657d3599d974d8c31f07d14
+DIST mattermost-desktop-bin-3.6.0.tar.gz 769891 SHA256 
4f85d81455f8d7f6948e0e997dd8df11936bdf6170f8882bcebaf0ef95fdff7a SHA512 
ef781d4d9823642b767705c4182a38414e457978f775c3042ab72a9cf71c82c7c557193e333d18bdfc69cdcc647c39d0a52a666d72aabfbb848940af2d400710
 WHIRLPOOL 
c78d6368f1518dfc3027b5bc21bf5f2c70433c30de85f519fdc2ac4ab1ddc478e48144c7e2604d9f5adc52a01095ee963e04a889a6b0ab3739c54461c63942a3

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-3.6.0.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-3.6.0.ebuild
new file mode 100644
index 000..71d5332674b
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-3.6.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils
+
+MY_PN="${PN%-*}"
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://about.mattermost.com/;
+
+SRC_URI="
+https://github.com/mattermost/desktop/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   amd64? ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-x64.tar.gz
 )
+   x86?   ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-ia32.tar.gz
 )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="mirror"
+
+S="${WORKDIR}/mattermost-desktop-${PV}"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+"
+
+src_install() {
+   insinto "/opt/${MY_PN}/locales"
+   doins locales/*.pak
+
+   insinto "/opt/${MY_PN}/resources"
+   doins resources/*.asar
+
+   insinto "/opt/${MY_PN}"
+   doins *.pak *.bin *.dat
+
+   exeinto "/opt/${MY_PN}"
+
+   doexe *.so "${MY_PN}"
+
+   dosym "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
+
+   newicon "${S}/icon.png" "${MY_PN}.png"
+   make_desktop_entry "${MY_PN}" Mattermost "${MY_PN}"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() 

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

2017-03-21 Thread Patrice Clement
commit: d1d5876d175135e4a816a817693da6f297ee78b8
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 21 23:00:41 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 23:00:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d5876d

dev-java/saxon: remove leading spaces.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/saxon/saxon-6.5.5-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/saxon/saxon-6.5.5-r2.ebuild 
b/dev-java/saxon/saxon-6.5.5-r2.ebuild
index e24231f7ff7..6ea74c42570 100644
--- a/dev-java/saxon/saxon-6.5.5-r2.ebuild
+++ b/dev-java/saxon/saxon-6.5.5-r2.ebuild
@@ -42,7 +42,7 @@ src_prepare() {
 }
 
 src_install() {
-default
-java-pkg-simple_src_install
-use examples && java-pkg_doexamples samples
+   default
+   java-pkg-simple_src_install
+   use examples && java-pkg_doexamples samples
 }



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

2017-03-21 Thread Patrice Clement
commit: 6db380358d69dad59f66a190151ee0060fe3c8c3
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 21 22:59:35 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 22:59:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db38035

dev-java/saxon: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/saxon/saxon-6.5.5-r1.ebuild | 59 
 dev-java/saxon/saxon-6.5.5.ebuild| 57 --
 2 files changed, 116 deletions(-)

diff --git a/dev-java/saxon/saxon-6.5.5-r1.ebuild 
b/dev-java/saxon/saxon-6.5.5-r1.ebuild
deleted file mode 100644
index 02d7e411228..000
--- a/dev-java/saxon/saxon-6.5.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc examples source"
-inherit java-pkg-2 java-ant-2 eutils versionator
-
-MY_P="${PN}$(replace_all_version_separators -)"
-DESCRIPTION="A collection of tools for processing XML documents: XSLT 
processor, XSL library, parser"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-HOMEPAGE="http://saxon.sourceforge.net/;
-
-LICENSE="MPL-1.1"
-SLOT="6.5"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEP="dev-java/jdom:0"
-
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   unpack ${A}
-
-   unzip -qq source.zip -d src || die "failed to unpack"
-
-   cp "${FILESDIR}/build-${PV}.xml" build.xml || die
-
-   rm -v *.jar || die
-   rm -rf doc/api || die
-   rm samples/java/*.class || die
-   mkdir lib && cd lib
-   java-pkg_jar-from jdom
-}
-
-src_compile() {
-   java-pkg_filter-compiler jikes
-
-   eant -Dproject.name=${PN} jar $(use_doc)
-}
-
-src_install() {
-   java-pkg_dojar dist/${PN}.jar
-
-   if use doc; then
-   java-pkg_dojavadoc dist/doc/api
-   dohtml -r doc/*
-   fi
-   use examples && java-pkg_doexamples samples
-   use source && java-pkg_dosrc src/*
-}

diff --git a/dev-java/saxon/saxon-6.5.5.ebuild 
b/dev-java/saxon/saxon-6.5.5.ebuild
deleted file mode 100644
index c0bb28bba2c..000
--- a/dev-java/saxon/saxon-6.5.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-JAVA_PKG_IUSE="doc examples source"
-inherit java-pkg-2 java-ant-2 eutils versionator
-
-MY_P="${PN}$(replace_all_version_separators -)"
-DESCRIPTION="A collection of tools for processing XML documents: XSLT 
processor, XSL library, parser"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-HOMEPAGE="http://saxon.sourceforge.net/;
-
-LICENSE="MPL-1.1"
-SLOT="6.5"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEP="~dev-java/jdom-1.0"
-
-RDEPEND=">=virtual/jre-1.4
-   ${COMMON_DEP}"
-
-DEPEND=">=virtual/jdk-1.4
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   unpack ${A}
-
-   unzip -qq source.zip -d src || die "failed to unpack"
-
-   cp "${FILESDIR}/build-${PV}.xml" build.xml || die
-
-   rm -v *.jar || die
-   rm -rf doc/api || die
-   rm samples/java/*.class || die
-   mkdir lib && cd lib
-   java-pkg_jar-from jdom-1.0
-}
-
-src_compile() {
-   java-pkg_filter-compiler jikes
-
-   eant -Dproject.name=${PN} jar $(use_doc)
-}
-
-src_install() {
-   java-pkg_dojar dist/${PN}.jar
-
-   if use doc; then
-   java-pkg_dojavadoc dist/doc/api
-   dohtml -r doc/*
-   fi
-   use examples && java-pkg_doexamples samples
-   use source && java-pkg_dosrc src/*
-}



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

2017-03-21 Thread Patrice Clement
commit: 32286bf4b4b21e55d286447ead935bce0d9fe3e8
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 21 22:59:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 21 22:59:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32286bf4

dev-java/saxon: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 dev-java/saxon/saxon-6.5.5-r2.ebuild | 48 
 1 file changed, 48 insertions(+)

diff --git a/dev-java/saxon/saxon-6.5.5-r2.ebuild 
b/dev-java/saxon/saxon-6.5.5-r2.ebuild
new file mode 100644
index 000..e24231f7ff7
--- /dev/null
+++ b/dev-java/saxon/saxon-6.5.5-r2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc examples source"
+
+inherit java-pkg-2 java-pkg-simple versionator
+
+MY_P="${PN}$(replace_all_version_separators -)"
+
+DESCRIPTION="Set of tools for processing XML documents"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+HOMEPAGE="http://saxon.sourceforge.net/;
+
+LICENSE="MPL-1.1"
+SLOT="6.5"
+KEYWORDS="amd64 x86"
+
+CDEPEND="dev-java/jdom:0"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6"
+
+JAVA_GENTOO_CLASSPATH="jdom"
+JAVA_ENCODING="ISO-8859-1"
+JAVA_SRC_DIR="src"
+
+src_unpack() {
+   unpack ${A}
+   unzip -qq source.zip -d src || die "failed to unpack"
+}
+
+src_prepare() {
+   default
+   java-pkg_clean
+}
+
+src_install() {
+default
+java-pkg-simple_src_install
+use examples && java-pkg_doexamples samples
+}



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

2017-03-21 Thread Andreas Sturmlechner
commit: d46441338a63bd8b5273a91b4ecc8704343336b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 18 22:40:21 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 22:39:28 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4644133

kde-apps/kdesdk-kioslaves: Frameworks merged to master+Applications/17.04

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../kdesdk-kioslaves-17.04.49..ebuild | 12 ++--
 .../kdesdk-kioslaves/kdesdk-kioslaves-5..ebuild   | 19 ---
 .../kdesdk-kioslaves/kdesdk-kioslaves-.ebuild | 12 ++--
 3 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.04.49..ebuild 
b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.04.49..ebuild
index 87f7cbf1fe..f90614946c 100644
--- a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.04.49..ebuild
+++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.04.49..ebuild
@@ -3,8 +3,16 @@
 
 EAPI=6
 
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="kioslaves from kdesdk package"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   dev-lang/perl
+"
+RDEPEND="${DEPEND}"

diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-5..ebuild 
b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-5..ebuild
deleted file mode 100644
index fa059607f0..00
--- a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-5..ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="kioslaves from kdesdk package"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   dev-lang/perl
-"
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-.ebuild 
b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-.ebuild
index 87f7cbf1fe..f90614946c 100644
--- a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-.ebuild
+++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-.ebuild
@@ -3,8 +3,16 @@
 
 EAPI=6
 
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="kioslaves from kdesdk package"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kio)
+   dev-lang/perl
+"
+RDEPEND="${DEPEND}"



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

2017-03-21 Thread Andreas Sturmlechner
commit: 9173b363554db8a5ff6897c458831f9d6837b03b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Mar  5 19:18:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 22:22:51 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9173b363

kde-apps/kopete: Add USE=cryptography

See also:
https://docs.kde.org/trunk4/en/kdenetwork/kopete/plugins.html#plugins-cryptography

Gentoo-bug: 613434

 kde-apps/kopete/kopete-17.04.49..ebuild | 23 +++
 kde-apps/kopete/kopete-.ebuild  | 23 +++
 kde-apps/kopete/metadata.xml|  1 +
 3 files changed, 31 insertions(+), 16 deletions(-)

diff --git a/kde-apps/kopete/kopete-17.04.49..ebuild 
b/kde-apps/kopete/kopete-17.04.49..ebuild
index be4a117b89..72c5b2f385 100644
--- a/kde-apps/kopete/kopete-17.04.49..ebuild
+++ b/kde-apps/kopete/kopete-17.04.49..ebuild
@@ -20,6 +20,7 @@ RESTRICT+=" test"
 #  alias: NO DEPS (disabled upstream)
 #  autoreplace: NO DEPS
 #  contactnotes: NO DEPS
+#  cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
 #  highlight: NO DEPS
 #  history: NO DEPS
 #  latex: virtual/latex as RDEPEND
@@ -33,9 +34,9 @@ RESTRICT+=" test"
 #  urlpicpreview: NO DEPS
 #  webpresence: libxml2 libxslt
 # NOTE: By default we enable all plugins that don't have any dependencies
-PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
-+nowlistening otr +pipes +privacy +statistics +texteffect +translator
-+urlpicpreview webpresence"
+PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
++history latex +nowlistening otr +pipes +privacy +statistics +texteffect
++translator +urlpicpreview webpresence"
 
 # Available protocols
 #
@@ -46,8 +47,8 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
 #  meanwhile: net-libs/meanwhile
 #  oscar: NO DEPS
-#   telepathy: net-libs/decibel
-#   testbed: NO DEPS
+#  telepathy: net-libs/decibel
+#  testbed: NO DEPS
 #  winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
@@ -55,9 +56,9 @@ PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
 testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
-#   telepathy: net-libs/decibel
-#   irc: NO DEPS
-#   msn: net-libs/libmsn
+#  telepathy: net-libs/decibel
+#  irc: NO DEPS
+#  msn: net-libs/libmsn
 #  qq: NO DEPS
 
 IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
@@ -73,6 +74,12 @@ COMMONDEPEND="
x11-libs/libX11
x11-libs/libXScrnSaver
)
+   cryptography? (
+   || (
+   $(add_kdeapps_dep kdepim-common-libs)
+   $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1)
+   )
+   )
gadu? ( >=net-libs/libgadu-1.8.0[threads] )
groupwise? ( app-crypt/qca:2[qt4(+)] )
jingle? (

diff --git a/kde-apps/kopete/kopete-.ebuild 
b/kde-apps/kopete/kopete-.ebuild
index be4a117b89..72c5b2f385 100644
--- a/kde-apps/kopete/kopete-.ebuild
+++ b/kde-apps/kopete/kopete-.ebuild
@@ -20,6 +20,7 @@ RESTRICT+=" test"
 #  alias: NO DEPS (disabled upstream)
 #  autoreplace: NO DEPS
 #  contactnotes: NO DEPS
+#  cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
 #  highlight: NO DEPS
 #  history: NO DEPS
 #  latex: virtual/latex as RDEPEND
@@ -33,9 +34,9 @@ RESTRICT+=" test"
 #  urlpicpreview: NO DEPS
 #  webpresence: libxml2 libxslt
 # NOTE: By default we enable all plugins that don't have any dependencies
-PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
-+nowlistening otr +pipes +privacy +statistics +texteffect +translator
-+urlpicpreview webpresence"
+PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
++history latex +nowlistening otr +pipes +privacy +statistics +texteffect
++translator +urlpicpreview webpresence"
 
 # Available protocols
 #
@@ -46,8 +47,8 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight 
+history latex
 #  jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
 #  meanwhile: net-libs/meanwhile
 #  oscar: NO DEPS
-#   telepathy: net-libs/decibel
-#   testbed: NO DEPS
+#  telepathy: net-libs/decibel
+#  testbed: NO DEPS
 #  winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
 #  yahoo: media-libs/jasper
 #  zeroconf (bonjour): NO DEPS
@@ -55,9 +56,9 @@ PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
 testbed winpopup +xmpp yahoo zeroconf"
 
 # disabled protocols
-#   telepathy: net-libs/decibel
-#   irc: NO DEPS
-#   msn: net-libs/libmsn
+#  telepathy: net-libs/decibel
+#  irc: NO DEPS
+#  msn: net-libs/libmsn
 #  qq: NO 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkleo/

2017-03-21 Thread Andreas Sturmlechner
commit: b55e1cdbeee4698c0183d7fbad4a6c298c2e123f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 22:19:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 22:19:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55e1cdb

kde-apps/libkleo: Remove stray src_prepare

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild 
b/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild
index e999bb5fd75..fc418a8c0af 100644
--- a/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild
+++ b/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild
@@ -23,8 +23,3 @@ KMSAVELIBS="true"
 KMEXTRACTONLY="kleopatra/"
 
 PATCHES=( "${FILESDIR}/${P}-install_headers.patch" )
-
-src_prepare() {
-   append-cxxflags -std=c++11
-   kde4-meta_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/libkleo/, kde-apps/libkleo/files/

2017-03-21 Thread Andreas Sturmlechner
commit: 0529597c04d9e2293c1ee5fdc5744f47717f2979
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Mar  5 19:12:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 22:14:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0529597c

kde-apps/libkleo: Install headers for kde-apps/kopete[cryptography]

Patch backported from 
kde-apps/kdepim-common-libs/files/kdepim-common-libs-install-headers.patch

 .../libkleo-4.4.2016.01-install_headers.patch  | 69 ++
 kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild | 30 ++
 2 files changed, 99 insertions(+)

diff --git a/kde-apps/libkleo/files/libkleo-4.4.2016.01-install_headers.patch 
b/kde-apps/libkleo/files/libkleo-4.4.2016.01-install_headers.patch
new file mode 100644
index 000..75e60fb6065
--- /dev/null
+++ b/kde-apps/libkleo/files/libkleo-4.4.2016.01-install_headers.patch
@@ -0,0 +1,69 @@
+Install headers needed by Kopete's cryptography plugin.
+
+--- /libkleo/CMakeLists.txt
 /libkleo/CMakeLists.txt
+@@ -118,3 +118,64 @@
+ install(TARGETS kleo ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+ install ( FILES libkleopatrarc.desktop DESTINATION ${CONFIG_INSTALL_DIR} 
RENAME libkleopatrarc )
++
++install( FILES
++kleo/abstractimportjob.h
++kleo/adduseridjob.h
++kleo/changeexpiryjob.h
++kleo/changeownertrustjob.h
++kleo/cryptobackend.h
++kleo/cryptobackendfactory.h
++kleo/cryptoconfig.h
++kleo/cryptplug.h
++kleo/cryptplugfactory.h
++kleo/cryptplugwrapper.h
++kleo/cryptplugwrapperlist.h
++kleo/decryptjob.h
++kleo/decryptverifyjob.h
++kleo/deletejob.h
++kleo/dn.h
++kleo/downloadjob.h
++kleo/encryptjob.h
++kleo/enum.h
++kleo/exportjob.h
++kleo/hierarchicalkeylistjob.h
++kleo/importfromkeyserverjob.h
++kleo/importjob.h
++kleo/job.h
++kleo/kconfigbasedkeyfilter.h
++kleo/keyfilter.h
++kleo/keyfiltermanager.h
++kleo/keygenerationjob.h
++kleo/keylistjob.h
++kleo/kleo_export.h
++kleo/multideletejob.h
++kleo/oidmap.h
++kleo/refreshkeysjob.h
++kleo/signencryptjob.h
++kleo/signjob.h
++kleo/signkeyjob.h
++kleo/specialjob.h
++kleo/verifydetachedjob.h
++kleo/verifyopaquejob.h
++DESTINATION ${INCLUDE_INSTALL_DIR}/kleo COMPONENT Devel)
++
++install ( FILES
++ui/adddirectoryservicedialogimpl.h
++ui/backendconfigwidget.h
++ui/cryptoconfigdialog.h
++ui/cryptoconfigmodule.h
++ui/cryptoconfigmodule_p.h
++ui/directoryserviceswidget.h
++ui/dnattributeorderconfigwidget.h
++ui/filenamerequester.h
++ui/kdhorizontalline.h
++ui/keyapprovaldialog.h
++ui/keylistview.h
++ui/keyrequester.h
++ui/keyselectiondialog.h
++ui/messagebox.h
++ui/messagebox_p.h
++ui/progressbar.h
++ui/progressdialog.h
++DESTINATION ${INCLUDE_INSTALL_DIR}/kleo/ui COMPONENT Devel)

diff --git a/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild 
b/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild
new file mode 100644
index 000..e999bb5fd75
--- /dev/null
+++ b/kde-apps/libkleo/libkleo-4.4.2016.01-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="KDE library for encryption handling"
+HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi;
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+   app-crypt/gpgme
+   $(add_kdeapps_dep kdepimlibs '' 4.6)
+"
+RDEPEND="${DEPEND}
+   app-crypt/gnupg
+"
+
+KMSAVELIBS="true"
+KMEXTRACTONLY="kleopatra/"
+
+PATCHES=( "${FILESDIR}/${P}-install_headers.patch" )
+
+src_prepare() {
+   append-cxxflags -std=c++11
+   kde4-meta_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/

2017-03-21 Thread Andreas Sturmlechner
commit: 00d8c65a2fedb7ff7d6fe4be3d20966397f07087
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sun Mar  5 19:18:28 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 22:15:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d8c65a

kde-apps/kopete: Add USE=cryptography

See also:
https://docs.kde.org/trunk4/en/kdenetwork/kopete/plugins.html#plugins-cryptography

Gentoo-bug: 613434

 kde-apps/kopete/kopete-16.12.3-r1.ebuild | 163 +++
 kde-apps/kopete/metadata.xml |   1 +
 2 files changed, 164 insertions(+)

diff --git a/kde-apps/kopete/kopete-16.12.3-r1.ebuild 
b/kde-apps/kopete/kopete-16.12.3-r1.ebuild
new file mode 100644
index 000..fb5807f9319
--- /dev/null
+++ b/kde-apps/kopete/kopete-16.12.3-r1.ebuild
@@ -0,0 +1,163 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE multi-protocol IM client"
+HOMEPAGE="https://kopete.kde.org 
https://www.kde.org/applications/internet/kopete;
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="debug ssl v4l"
+
+# tests hang, last checked for 4.2.96
+RESTRICT+=" test"
+
+# Available plugins
+#
+#  addbookmarks: NO DEPS
+#  alias: NO DEPS (disabled upstream)
+#  autoreplace: NO DEPS
+#  contactnotes: NO DEPS
+#  cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4
+#  highlight: NO DEPS
+#  history: NO DEPS
+#  latex: virtual/latex as RDEPEND
+#  nowlistening: NO DEPS
+#  otr: libotr
+#  pipes: NO DEPS
+#  privacy: NO DEPS
+#  statistics: dev-db/sqlite:3
+#  texteffect: NO DEPS
+#  translator: NO DEPS
+#  urlpicpreview: NO DEPS
+#  webpresence: libxml2 libxslt
+# NOTE: By default we enable all plugins that don't have any dependencies
+PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight
++history latex +nowlistening otr +pipes +privacy +statistics +texteffect
++translator +urlpicpreview webpresence"
+
+# Available protocols
+#
+#  gadu: net-libs/libgadu @since 4.3
+#  groupwise: app-crypt/qca:2
+#  irc: NO DEPS, probably will fail so inform user about it
+#  xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
+#  jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
+#  meanwhile: net-libs/meanwhile
+#  oscar: NO DEPS
+#  telepathy: net-libs/decibel
+#  testbed: NO DEPS
+#  winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
+#  yahoo: media-libs/jasper
+#  zeroconf (bonjour): NO DEPS
+PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
+testbed winpopup +xmpp yahoo zeroconf"
+
+# disabled protocols
+#  telepathy: net-libs/decibel
+#  irc: NO DEPS
+#  msn: net-libs/libmsn
+#  qq: NO DEPS
+
+IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
+
+COMMONDEPEND="
+   $(add_kdeapps_dep kdepimlibs)
+   dev-libs/libpcre
+   >=dev-qt/qtgui-4.4.0:4[mng]
+   kde-frameworks/kdelibs:4[zeroconf?]
+   media-libs/phonon[qt4]
+   media-libs/qimageblitz
+   !aqua? (
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   )
+   cryptography? (
+   || (
+   $(add_kdeapps_dep kdepim-common-libs)
+   $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1)
+   )
+   )
+   gadu? ( >=net-libs/libgadu-1.8.0[threads] )
+   groupwise? ( app-crypt/qca:2[qt4(+)] )
+   jingle? (
+   dev-libs/expat
+   dev-libs/openssl:0
+   >=media-libs/mediastreamer-2.3.0
+   media-libs/speex
+   net-libs/libsrtp:=
+   net-libs/ortp:=
+   )
+   meanwhile? ( net-libs/meanwhile )
+   otr? ( >=net-libs/libotr-4.0.0 )
+   statistics? ( dev-db/sqlite:3 )
+   v4l? ( media-libs/libv4l )
+   webpresence? (
+   dev-libs/libxml2
+   dev-libs/libxslt
+   )
+   xmpp? (
+   app-crypt/qca:2[qt4(+)]
+   dev-libs/qjson
+   net-dns/libidn
+   sys-libs/zlib
+   )
+   yahoo? ( media-libs/jasper )
+"
+RDEPEND="${COMMONDEPEND}
+   latex? (
+   virtual/imagemagick-tools
+   virtual/latex-base
+   )
+   ssl? ( app-crypt/qca:2[ssl] )
+   winpopup? ( net-fs/samba )
+"
+DEPEND="${COMMONDEPEND}
+   jingle? ( dev-libs/jsoncpp )
+   !aqua? ( x11-proto/scrnsaverproto )
+"
+
+src_configure() {
+   local x x2
+   # Handle common stuff
+   local mycmakeargs=(
+   -DWITH_GOOGLETALK=$(usex jingle)
+   -DWITH_LiboRTP=$(usex jingle)
+   -DWITH_Mediastreamer=$(usex jingle)
+   -DWITH_Speex=$(usex jingle)
+   -DDISABLE_VIDEOSUPPORT=$(usex !v4l)
+   )
+   # enable protocols
+   for x in 

[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/

2017-03-21 Thread Michał Górny
commit: 7a4e8ad7f60179f71b4e1684cfb31997cbd96dae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 20:18:27 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 22:03:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4e8ad7

sci-calculators/units: Fix shebang, convert to python-single-r1

Convert the ebuild to python-single-r1 to make it simpler (there is
really no need to use multi-impl for scripts). Correct the dependencies,
add missing REQUIRED_USE. Use python_is_python3 instead of some horrible
extglob logic. Disable Python at configure time instead of forcing it
off for make calls. Fix shebang on installed script.

 sci-calculators/units/units-2.14-r1.ebuild | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/sci-calculators/units/units-2.14-r1.ebuild 
b/sci-calculators/units/units-2.14-r1.ebuild
new file mode 100644
index 000..7050f31710f
--- /dev/null
+++ b/sci-calculators/units/units-2.14-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE="xml"
+inherit eutils python-single-r1
+
+DESCRIPTION="Unit conversion program"
+HOMEPAGE="https://www.gnu.org/software/units/units.html;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="FDL-1.3 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="+units_cur"
+
+RDEPEND="
+   sys-libs/readline:=
+   units_cur? (
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )"
+DEPEND=${RDEPEND}
+
+REQUIRED_USE="units_cur? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+   use units_cur && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   econf ac_cv_path_PYTHON=no
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc ChangeLog NEWS README
+
+   # we're intentionally delaying this since 'make install' would
+   # get confused if we shove 'units_cur' there, and there is no real
+   # need to add more complexity for it
+   if use units_cur; then
+   local pyver
+   python_is_python3 && pyver=3 || pyver=2
+   sed -e "/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" \
+   "units_cur${pyver}" > units_cur || die
+   python_doscript units_cur
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2017-03-21 Thread Andreas Sturmlechner
commit: c78ee555b6cdf9e1dcd5ea0f335d6458d7fd22f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 21:29:09 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 21:29:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78ee555

media-plugins/qmmp-plugin-pack: metadata.xml indentation

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/qmmp-plugin-pack/metadata.xml | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/media-plugins/qmmp-plugin-pack/metadata.xml 
b/media-plugins/qmmp-plugin-pack/metadata.xml
index f139e3334eb..0ee620e3f3f 100644
--- a/media-plugins/qmmp-plugin-pack/metadata.xml
+++ b/media-plugins/qmmp-plugin-pack/metadata.xml
@@ -1,14 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-hwoar...@gentoo.org
-Markos Chandras
-
-
-so...@gentoo.org
-Gentoo Sound project
-
-
-
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   so...@gentoo.org
+   Gentoo Sound project
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2017-03-21 Thread Andreas Sturmlechner
commit: f7578a5a1bad062bd7155b15b4e4f3a06fa077b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 21:18:27 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 21:18:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7578a5a

media-plugins/qmmp-plugin-pack: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild
deleted file mode 100644
index 7f2f27d22e9..000
--- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils versionator
-
-DESCRIPTION="A set of extra plugins for Qmmp"
-HOMEPAGE="http://qmmp.ylsoftware.com/;
-SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-libs/taglib-1.10
-   media-sound/mpg123
-   =media-sound/qmmp-$(get_version_component_range 1-2)*
-   dev-qt/qtgui:5
-   dev-qt/qtx11extras:5
-   dev-qt/qtwidgets:5"
-DEPEND="${RDEPEND}
-   dev-lang/yasm
-   dev-qt/linguist-tools:5"
-
-#PATCHES=( )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2017-03-21 Thread Andreas Sturmlechner
commit: 42d1df4a5ea6a62d7c19c0a5fe7da3f550a7d40f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 21:18:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 21:18:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d1df4a

media-plugins/qmmp-plugin-pack: Fix DEPENDs

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qmmp-plugin-pack-1.1.3-r1.ebuild   | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild
new file mode 100644
index 000..49e69f5a6e3
--- /dev/null
+++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.1.3-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils versionator
+
+DESCRIPTION="A set of extra plugins for Qmmp"
+HOMEPAGE="http://qmmp.ylsoftware.com/;
+SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsamplerate
+   >=media-libs/taglib-1.10
+   media-sound/mpg123
+   =media-sound/qmmp-$(get_version_component_range 1-2)*
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}
+   dev-lang/yasm
+   dev-qt/linguist-tools:5
+"



[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/files/, app-office/calligra/

2017-03-21 Thread Andreas Sturmlechner
commit: 371eb8a1679d3e33e57a6d7860d2cbe734875bf2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 14:19:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 20:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371eb8a1

app-office/calligra: Fix >=libwps-0.4 detection

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/calligra/calligra-2.9.11-r1.ebuild  |  1 +
 .../files/calligra-2.9.11-libwps-0.4.patch | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild 
b/app-office/calligra/calligra-2.9.11-r1.ebuild
index a28e2a28e24..a67a0fe9ec1 100644
--- a/app-office/calligra/calligra-2.9.11-r1.ebuild
+++ b/app-office/calligra/calligra-2.9.11-r1.ebuild
@@ -141,6 +141,7 @@ RESTRICT=test
 PATCHES=(
"${FILESDIR}"/${PN}-2.9.1-no-arch-detection.patch
"${FILESDIR}"/${P}-postgresql-9.6.patch
+   "${FILESDIR}"/${P}-libwps-0.4.patch
 )
 
 pkg_pretend() {

diff --git a/app-office/calligra/files/calligra-2.9.11-libwps-0.4.patch 
b/app-office/calligra/files/calligra-2.9.11-libwps-0.4.patch
new file mode 100644
index 000..79595d9f883
--- /dev/null
+++ b/app-office/calligra/files/calligra-2.9.11-libwps-0.4.patch
@@ -0,0 +1,46 @@
+Last-Update: 2015-06-17
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788969
+Origin: 
http://pkgs.fedoraproject.org/cgit/calligra.git/commit/?id=124c28df44584e08b00d4dbb859362af73c41070
+From: David Tardon 
+Description: adapt to libwps 0.4
+
+--- a/cmake/modules/FindLibWps.cmake
 b/cmake/modules/FindLibWps.cmake
+@@ -9,18 +9,18 @@
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ 
+ include(LibFindMacros)
+ libfind_package(LIBWPS LibWpd)
+-libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.3)
++libfind_pkg_check_modules(LIBWPS_PKGCONF libwps-0.4)
+ 
+ find_path(LIBWPS_INCLUDE_DIR
+ NAMES libwps/libwps.h
+ HINTS ${LIBWPS_PKGCONF_INCLUDE_DIRS} ${LIBWPS_PKGCONF_INCLUDEDIR}
+-PATH_SUFFIXES libwps-0.3
++PATH_SUFFIXES libwps-0.4
+ )
+ 
+ find_library(LIBWPS_LIBRARY
+-NAMES wps wps-0.3
++NAMES wps wps-0.4
+ HINTS ${LIBWPS_PKGCONF_LIBRARY_DIRS} ${LIBWPS_PKGCONF_LIBDIR}
+ )
+ 
+ set(LIBWPS_PROCESS_LIBS LIBWPS_LIBRARY LIBWPD_LIBRARIES)
+--- a/filters/words/works/import/WPSImport.cpp
 b/filters/words/works/import/WPSImport.cpp
+@@ -90,9 +90,11 @@
+ }
+ bool isSupportedFormat(librevenge::RVNGInputStream )
+ {
+ WPSKind kind = WPS_TEXT;
+-WPSConfidence confidence = WPSDocument::isFileFormatSupported(, 
kind);
++WPSCreator creator = WPS_MSWORKS;
++bool needsEncoding = false;
++WPSConfidence confidence = WPSDocument::isFileFormatSupported(, 
kind, creator, needsEncoding);
+ if (confidence == WPS_CONFIDENCE_NONE || kind != WPS_TEXT)
+ return false;
+ return true;
+ }



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

2017-03-21 Thread Ian Stakenvicius
commit: 2425e35912f0746c802043e6b7593cb1db4dbae6
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Mar 21 19:34:35 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Mar 21 19:45:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2425e359

www-client/firefox: re-add fix_hardened_pie_detection to 52.x patchset

This patch was dropped in the migration from 51 to 52 by maintainer error,
it has been added to the patchset to address and prevent future occurrences
of errors such as those in bug 613340

Bug: http://bugs.gentoo.org/613340

Package-Manager: portage-2.3.3

 www-client/firefox/Manifest | 2 +-
 www-client/firefox/firefox-52.0.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 99dc5ae409d..c0fb5880720 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -172,7 +172,7 @@ DIST firefox-45.8.0esr-xh.xpi 432918 SHA256 
d77e888447b44be1716f36f36f599823ea61
 DIST firefox-45.8.0esr-zh-CN.xpi 475797 SHA256 
295990f964e9926f20b6a5f06e06686a88a9199a7e4a48e9fa2132e6338cff0c SHA512 
5060fae862325558a1965c17d40fc5dd106da92b07fe1d9e89858597d3251737667166d4df073ca701f633b5ec5f4a3f8321abb59c85a5829f2bcb58b75f08df
 WHIRLPOOL 
00056c6e442134a0895da420ee18c07806d2c41658d396dea6e4917238cf2b7a1dc8cf51790dea46fa826b0b64c0cbe9a6fa0fca9600ae9160a6595dcafd9abf
 DIST firefox-45.8.0esr-zh-TW.xpi 466529 SHA256 
004c22566602ef5c3905f0d8818018fc77d9f8022c97e15bb9f2841c9711fde3 SHA512 
5cca12667ee2c283ed13912369c3cc20983c891be4e31a912c3167da7eaa9b6eee84d7ae2c67ae09c336d6e03360181d366575f89690d4c9761c5d80a9c7edc3
 WHIRLPOOL 
600d0e128284513b2e24bb951ce30769d27423290ac68b5e7309c46ac0c9fdb17bfc46317236e220145d950cb13c45ff02b808412496816750ef48a4e7dff889
 DIST firefox-45.8.0esr.source.tar.xz 185229628 SHA256 
7e28decd81f78070b433c69ebd7498f2e46e7cc5c5c6bff9a8cd7380d09da17a SHA512 
f7b5e0c659b2e824cee7f3784e2d72c562915af91c7e316ec1519305755d2126d91b74c47f96c8b4fc7377710f295545c58b2f989c65c268fc23677ef8cf5c85
 WHIRLPOOL 
75f04e3666cfca5eee698c1ee9724b6ffdc5fc71569e356385ddb9a161667b870f52f00dde5d914a81e39253a1db0574b31612507330d6c0f884db0b9a40732c
-DIST firefox-52.0-patches-07.tar.xz 9724 SHA256 
ce22325f43c3a7057f2cefb63ecc28ffdaa413a8b571d1aafe6e48f13c173e7f SHA512 
b3beea38a6f3ee61cf9341a53ecef196697d40d76bf4802dcefb4ee2ae143047ed2b6b7c7a686918363aa901e8cf3320dcd118187aa27c2a317063e41426e600
 WHIRLPOOL 
f5b031952f2c0c0088fa3de9368a431a2ac8367094a36b0360553ae96882b970e2855e23a9b5e03823c6a62f3f11cb5cdebedabe033d5323834b611e093b2472
+DIST firefox-52.0-patches-08.tar.xz 10084 SHA256 
2acdd54fd4268a1a1a12905fb3586981d55bad5269b8f380a54aa65fc4268a4f SHA512 
974edc753230429a52c820c82d8b78ea727b1e42a10fcd562b9e4173920f369a78550e6517e32cfea64d19a92c658ef1cebb29c59165fe8aaa587ec20107c835
 WHIRLPOOL 
ab2c1520bf795ef48e564fb81ce812e11e7f4f4a2fe472ad85b045011344f359c62ec0c4c83e4ad196d3d891eef8ef52b462a77b6f1485a75eeabc1487462410
 DIST firefox-52.0.1-ach.xpi 427638 SHA256 
029fc0651bd93f0cda2212c6c77dfdec492fe67c3e906719e08c0568c7910871 SHA512 
cded3a892ba35ab7f9ecd246f1cbd66eb6d5ba4843a407188912ae9462a1cd84b8ae73d75e8d073d81963e53a841452caee9c9a99d44398b2fbf980ae8c3e3b8
 WHIRLPOOL 
0d3ec4c6ea18448526f9573413e9abf241dc61837dd6c09346ce64c7a47543976e00a9d462d5147edaf5594c773e2ba5361ea2c863410e503aa0e64640751cb0
 DIST firefox-52.0.1-af.xpi 436821 SHA256 
2b2f70e6597ff17f73ff58de203aebcc95b96c0a342cd9197ec58019153ccf4a SHA512 
fa789488c724e9911b0f0d30693dcaf13dda8900e29657f4503a37c9cda79db5c4e021c7c1c3d52ad17b05915d5e71edcb881a25f5bd7896048206e9fe6eac18
 WHIRLPOOL 
ac46d527855239de7e73616fcea8a657cc16fca31c6a55b680beb12cd283ba4f36ef38c0a4d960795672835febe3aa3fbc05ca361c6a1866a49c8d7572947a8f
 DIST firefox-52.0.1-an.xpi 445141 SHA256 
20f2c073d1732638c52be2da43fcd2edfac05bc638bacbb1e1716d48866d9d8f SHA512 
d6abe533a66676377e705bc0e4835cd95e5855e99ea1f5b76b73cfbd31e58f4bb89fa3b40ab92f1f16d687891724b929f50b6b51cde86210d4a112c07b3c65d9
 WHIRLPOOL 
4c23f58436f22ee3d8c46f7561afd860eeb8c0d0a05cf564cfa4a31e145818ef191f0a353bd013ba8494695cd2474f5fb98e972a5e6af76cc7c20a02709f7f4c

diff --git a/www-client/firefox/firefox-52.0.1-r1.ebuild 
b/www-client/firefox/firefox-52.0.1-r1.ebuild
index dee4ffb1bda..be7c4ff24eb 100644
--- a/www-client/firefox/firefox-52.0.1-r1.ebuild
+++ b/www-client/firefox/firefox-52.0.1-r1.ebuild
@@ -24,7 +24,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
 fi
 
 # Patch version
-PATCH="${PN}-52.0-patches-07"
+PATCH="${PN}-52.0-patches-08"
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 
 MOZCONFIG_OPTIONAL_GTK2ONLY=1



[gentoo-commits] proj/mozilla:master commit in: eclass/, www-client/firefox/

2017-03-21 Thread Ian Stakenvicius
commit: 7b9108ac1812fc53d9dfc00d0cf0312bf3ee697b
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Mar 21 19:29:35 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Mar 21 19:29:35 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7b9108ac

bump ESR to firefox-52.0.1, integrate recent fixes from gentoo repo

 eclass/mozconfig-v6.52.eclass  |   5 +-
 www-client/firefox/Manifest| 273 ++-
 www-client/firefox/firefox-45.8.0.ebuild   | 369 -
 .../{firefox-52.0.ebuild => firefox-52.0.1.ebuild} |   7 +-
 4 files changed, 99 insertions(+), 555 deletions(-)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index 801d4c8..c260153 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -99,7 +99,7 @@ RDEPEND=">=app-text/hunspell-1.2:=
>=media-libs/mesa-10.2:*
media-libs/fontconfig
>=media-libs/freetype-2.4.10
-   kernel_linux? ( media-libs/alsa-lib )
+   kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
pulseaudio? ( media-sound/pulseaudio )
virtual/freedesktop-icon-theme
dbus? ( >=sys-apps/dbus-0.60
@@ -301,6 +301,9 @@ mozconfig_config() {
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
 
mozconfig_use_enable pulseaudio
+   if ! use pulseaudio ; then
+   mozconfig_annotate '-pulseaudio' --enable-alsa
+   fi
 
mozconfig_use_enable system-cairo
mozconfig_use_enable system-sqlite

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 3d1aecd..650d6d8 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,180 +1,93 @@
-DIST firefox-45.0-patches-12.tar.xz 22040 SHA256 
563d7bbe67aa4379ab0a9b460aa397aa2a8e9d1cadcf776490beb7349230c6c1 SHA512 
be9981818e549d79f8557427dd506b9c473922c0043384563c1fd92e4c6c96c91afb8bb01d4499a3a61b463ecf2875bc776fef0f279c0f2fc3625602cb47880b
 WHIRLPOOL 
4f100eadb5aae49731344d526ba482c97dfecebfd20de533e4986e3a0463ebe31853bf1f9faf914a6fcfab82936a52cbda2add84c019fd6ab15ea086115e5bef
-DIST firefox-45.8.0esr-ach.xpi 426530 SHA256 
e8337d1951aa8484bfade7a3157529a78a0d6882c4d332e880e1ac1063e028f1 SHA512 
d28c5bed4cc0fe07825859e6b0894c45de183be642a0a1152faea336e323428ebba201add73ff4e4e44f4a9255ef4e579372f7aac1d70a10bad99d082179e663
 WHIRLPOOL 
43a3d9d9e3cee0f371218e87eab80fa87bf60c2df7c6f556aca3f616cadba8e149eea2f7bf7aeba9a6ded69d9f3470e18b38c57d9ffcdf81a52757f6fc2d
-DIST firefox-45.8.0esr-af.xpi 439353 SHA256 
b0d0ff680ae288fca3f319fa54a2607f980845c0384e153523b764fcf4d475b4 SHA512 
262f715bd7e89a33a95755b79d84d446bdc1c614948129eeb82bc0c4314679e91309adf0e1c5a4a1b5eab19aafb15e738332113ff74b51a32f6a014b2c4980cd
 WHIRLPOOL 
8713b616c58feb07ffb7a38c45342bab1f02957dcc1da57fc6a6213804171a332686fd2f0b07619d39318f101db5ffafe0768c2d92adf3c881a3721fafad657e
-DIST firefox-45.8.0esr-an.xpi 449036 SHA256 
8897ebf779339512753770d00cafad01e514e8eec6f89e1887cde3c5c5256209 SHA512 
3c12373e2c3ff3aacf0a1e1ccc768ca62a14489d9350cb9a1fcf818570587b25c08cb9388f1425f7fd569d6dfa46c75a336e12ead6b50fe47887d221c543e7f8
 WHIRLPOOL 
e53e3827f728f1d73969d15ca75d83ec5fbab2f998ba4da16cbe614f77fb077ec92b31974b41b73c9562b22e57427fba57f354114045d555bf401695428d69a6
-DIST firefox-45.8.0esr-ar.xpi 474961 SHA256 
7a2142e9eee1f9d798070da889301b0750b7c80aaea511fac6dfa38dc1e2e873 SHA512 
2a685db116c88707b19077a03c966e0fd7e0b0d548c35c34c4c997133d757e58da10a438c840af712bbd7f04c10974b3ef0058a1370e62b717f914a5236f9047
 WHIRLPOOL 
c0de95563be2c88271fad35fecc6e85e7469f284ba0976b12434f398a724ead1831f50901c6b234dca09684d1c3633324ed62d79aae0f5cd88a7b231b6509300
-DIST firefox-45.8.0esr-as.xpi 483096 SHA256 
58a788699e8f2930085b72edbfa03939e82f170258db92bdc7d8b44a4ec695e6 SHA512 
f974f57a3e5668ddc9806968dd17efc27f51138bdfaade9eddb29b84252c729599972c63ec7392c7637f28d62c27004b22877e889c2f83b2bcebfeb8b63807a5
 WHIRLPOOL 
47bca8425dc4b6fca2306e898189143753a88c2f891bec1bb0296de7cb048e5c8be76b192ded07febcaa683f78bbe98835c6177634a957da6479955dd9238c1d
-DIST firefox-45.8.0esr-ast.xpi 419250 SHA256 
b0dabf6bd67b1bece44728ad600c919bfa0498bc593228b5a2ca46ad0574c7a5 SHA512 
adb5956de20b336778e044a3f1886a47fab94d0ed75cd22d3ff6ff7efecc4e5258a80cda751ea61eaab0b9374af53b20bc566b6ef898c44a40a2d7f10db33e7a
 WHIRLPOOL 
e18f7e644518d26867559222d455137e232295a156aa48a7c5630ba254710aa32c96669cb89fa1dabe16d96c44b57582fbc13e41410b189c47bf02de91e8959a
-DIST firefox-45.8.0esr-az.xpi 464018 SHA256 
e794b077c1a3e1d0c560dc95f69dcb90a03168032f34ab7822eb44c31ac5782a SHA512 
fae45159368a162582cb29dd55d21d8de918d1f5a0145a84a28b7fb9b9e2543bd3eb603989059f9f6fb33bac4c99d65db886ccff307fbe3c84ef42977da14274
 WHIRLPOOL 
03d3c4e3829c832272f229289f529673fe9ead6d6c26288fef74584a413f0842a6eda695b2a07f712463d49b0dda2406c0d451d8d8c4f6e216a12565c527
-DIST firefox-45.8.0esr-be.xpi 442619 SHA256 

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

2017-03-21 Thread Michael Orlitzky
commit: eb52e5fc00c55bb18c93beca65e3bf97a1f7ad45
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Mar 21 17:50:27 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Mar 21 19:27:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb52e5fc

dev-lang/php: new revisions to phase out PHP_INI_VERSION.

These three new revisions install the "production" version of php.ini
unconditionally. The changes between the two versions are minimal
anway, and the production version is safer for people who don't care.

A warning will be emitted for users who still have the variable set.

In addition, the 5.6 and 7.0 series will now cache their ./configure
test results. This is based on a similar change made in 7.1, and
should speed up the build a little.

Gentoo-Bug: 530002
Gentoo-Bug: 611214

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{php-5.6.30-r1.ebuild => php-5.6.30-r2.ebuild} | 44 +
 .../{php-7.0.17.ebuild => php-7.0.17-r1.ebuild}| 44 +
 .../php/{php-7.1.3.ebuild => php-7.1.3-r1.ebuild}  | 46 +-
 3 files changed, 55 insertions(+), 79 deletions(-)

diff --git a/dev-lang/php/php-5.6.30-r1.ebuild 
b/dev-lang/php/php-5.6.30-r2.ebuild
similarity index 96%
rename from dev-lang/php/php-5.6.30-r1.ebuild
rename to dev-lang/php/php-5.6.30-r2.ebuild
index fb4eafab0a7..bcd67542c27 100644
--- a/dev-lang/php/php-5.6.30-r1.ebuild
+++ b/dev-lang/php/php-5.6.30-r2.ebuild
@@ -177,27 +177,22 @@ REQUIRED_USE="
 
 PHP_MV="$(get_major_version)"
 
-# Allow users to install production version if they want to
-if [[ "${PHP_INI_VERSION}" == "production" ]]; then
-   PHP_INI_UPSTREAM="php.ini-production"
-else
-   PHP_INI_UPSTREAM="php.ini-development"
-fi
-
 php_install_ini() {
local phpsapi="${1}"
 
# work out where we are installing the ini file
php_set_ini_dir "${phpsapi}"
 
-   local phpinisrc="${PHP_INI_UPSTREAM}-${phpsapi}"
-   cp "${PHP_INI_UPSTREAM}" "${phpinisrc}" || die
+   # Always install the production INI file, bug 611214.
+   local phpinisrc="php.ini-production-${phpsapi}"
+   cp php.ini-production "${phpinisrc}" || die
 
# default to /tmp for save_path, bug #282768
sed -e 's|^;session.save_path .*$|session.save_path = 
"'"${EPREFIX}"'/tmp"|g' -i "${phpinisrc}" || die
 
# Set the extension dir
-   sed -e "s|^extension_dir .*$|extension_dir = ${extension_dir}|g" -i 
"${phpinisrc}" || die
+   sed -e "s|^extension_dir .*$|extension_dir = ${extension_dir}|g" \
+   -i "${phpinisrc}" || die
 
# Set the include path to point to where we want to find PEAR packages
sed -e 's|^;include_path = ".:/php/includes".*|include_path = 
".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i 
"${phpinisrc}" || die
@@ -227,8 +222,7 @@ php_install_ini() {
doins sapi/fpm/php-fpm.conf
fi
 
-   dodoc php.ini-development
-   dodoc php.ini-production
+   dodoc php.ini-{development,production}
 }
 
 php_set_ini_dir() {
@@ -473,6 +467,9 @@ src_configure() {
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
 
+   # Cache the ./configure test results between SAPIs.
+   our_conf+=( --cache-file="${T}/config.cache" )
+
# Support user-passed configuration parameters
our_conf+=( ${EXTRA_ECONF:-} )
 
@@ -744,20 +741,15 @@ pkg_postinst() {
   elog
fi
 
-   # Only mention PHP_INI_VERSION if the user doesn't have it set.
-   case "${PHP_INI_VERSION}" in
-   production|development)
-   ;;
-   *)
-   elog "This ebuild installed a version of php.ini based on"
-   elog "${PHP_INI_UPSTREAM}. You can choose which version of"
-   elog "php.ini to install by default by setting PHP_INI_VERSION"
-   elog "to either 'production' or 'development' in your 
make.conf."
-   elog "Both versions of php.ini can be found with the PHP docs 
in"
-   elog "${EPREFIX}/usr/share/doc/${PF}"
-   elog
-   ;;
-   esac
+   # Warn about the removal of PHP_INI_VERSION if the user has it set.
+   if [[ -n "${PHP_INI_VERSION}" ]]; then
+   ewarn 'The PHP_INI_VERSION variable has been phased out. You 
may'
+   ewarn 'remove it from your configuration at your convenience. 
See'
+   ewarn
+   ewarn '  https://bugs.gentoo.org/611214'
+   ewarn
+   ewarn 'for more information.'
+   fi
 
elog "For details on how version slotting works, please see"
elog "the wiki:"

diff --git a/dev-lang/php/php-7.0.17.ebuild b/dev-lang/php/php-7.0.17-r1.ebuild
similarity index 95%
rename from dev-lang/php/php-7.0.17.ebuild
rename to dev-lang/php/php-7.0.17-r1.ebuild
index 

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

2017-03-21 Thread Michael Orlitzky
commit: 4595bca09336718fdb3958cd3120d3ab374f2ce7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Mar 21 16:07:11 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Mar 21 19:27:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4595bca0

dev-lang/php: remove unused version 7.0.16.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/php/Manifest  |   1 -
 dev-lang/php/php-7.0.16.ebuild | 742 -
 2 files changed, 743 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 0a1f5510f4d..a944276e548 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,5 +1,4 @@
 DIST php-5.6.30.tar.xz 12449696 SHA256 
a363185c786432f75e3c7ff956b49c3369c3f6906a6b10459f8d1ddc22f70805 SHA512 
fdf503925c236a79cc09bc9e5c06ce5afa7497ccf20ab486389b818a7d84db1b84ac119523b35586f64fff7d198b6c20164910fbf33254b35ec2f41015d9feef
 WHIRLPOOL 
d3217dfd3de0a2b2f178f1b869d2e0fa39128c4518deaf20f6f79d81a938f3730bf4cfb1cc19ddd55797a9e43a2ebad76555ae08004cefbf2430fc6916c49bd3
 DIST php-7.0.15.tar.xz 12575116 SHA256 
300364d57fc4a6176ff7d52d390ee870ab6e30df121026649f8e7e0b9657fe93 SHA512 
1d233edb908f44fb895184dbfdfd5684d52e4c831dc3e8184b3e645137e6f44bdc7abd16ceaf2249b9288cf1f1893b7dcca955c6e1c3a6b4afbe03cec2a85033
 WHIRLPOOL 
4ac7bf2521eb242204fcd9e231a53d06879b16e47928c6cdf9e04c2f16b25b880b16378c0d9425b3c1a183127dce062f3905eb3dd0a6cd196f3decb9304e2b7a
-DIST php-7.0.16.tar.xz 12587920 SHA256 
244ac39bc657448962860aa7a590e4417f68513ad5e86ee2727b1328b0537309 SHA512 
7925971a4a01f00110bd9fd80d805adc9cdb0021e639e4d84a9f5d76d7d7aa02d79ed54292fa0947f47cc99854181e203f7ecf6f25d60b804e0bc447b169134f
 WHIRLPOOL 
0e5ab58097cd0e42b54af358b77c9694c22fcffd2b243230e94e3fafbf1d264567871e207c2a87249302ab11a2ae0efe3435a4d1d3fa8877c0a3e067c7dcb101
 DIST php-7.0.17.tar.xz 12588452 SHA256 
471c16fcdd6a5e1a37199e97bcaeea6117626229785185be7532aaa7c6ee04be SHA512 
9d8072a958046a554f242be1fa6f857b4d9605e383fc21078181249a37c24a1ea0ec70de808ac3e174b51e7ecd1e12bdc49da37a357610813388e5328c8c8816
 WHIRLPOOL 
323d934456a66af9f10f19d19299e66ff742e044e6b8a8ae1d0c2247559a42650dcc16d0462e3d2e0507823dcef75db45cb7942db281bfebbe509bca504de59d
 DIST php-7.1.3.tar.xz 12788560 SHA256 
e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0 SHA512 
0c5ad8c1c0fe4738ba55ca0e697b16259e8ad551f9002b569ceefd2ee6488b705434daa30ce51a0603294ab852ff027604a18e2fe553b9c9c8eabfc58aa4d1cd
 WHIRLPOOL 
f5ae85a54a3f40c74a6c6b58a312056a022f65e02886c6f8a1493ade220a2b6fcfa0b726cf07e008e726bfa939e8994ca06e2b1fade1725eeb1cfa320b70ac09

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

[gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/

2017-03-21 Thread Kristian Fiskerstrand
commit: d78e7d6198a91cfe59b41d7aca6f673db321957d
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Mar 21 19:19:23 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Mar 21 19:20:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78e7d61

net-p2p/deluge: Cleanup old versions

Gentoo-Bug: 612144

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/deluge/Manifest|   2 -
 net-p2p/deluge/deluge-1.3.12.ebuild|  87 
 net-p2p/deluge/deluge-1.3.13-r2.ebuild | 143 -
 net-p2p/deluge/metadata.xml|   2 -
 4 files changed, 234 deletions(-)

diff --git a/net-p2p/deluge/Manifest b/net-p2p/deluge/Manifest
index 83b07cd87e0..115a834eeab 100644
--- a/net-p2p/deluge/Manifest
+++ b/net-p2p/deluge/Manifest
@@ -1,3 +1 @@
-DIST deluge-1.3.12.tar.bz2 1772567 SHA256 
565745b2a3f0567fc007dbdfeea2aa96a6bebd7dbdda2ec932a3017c66613c93 SHA512 
bcb909f70d407ec766a609a1525f48b0f0ce18217049ff05dfd03b3681bdc021a446afa265b288181c644b1e47c710f41d17b1244c3b991818b947a51b97eb74
 WHIRLPOOL 
683e6d197ee617646ffc716738c58f479df5dc05cfc20d8295c283f9b98da309490ec582becf0d584c28a957d8bcbf1dc7b9ab4b06879d1fd338bc88a0bda29b
-DIST deluge-1.3.13.tar.bz2 1769747 SHA256 
37b3a22cea3ce8b87183f5d2d972d70db6e61825ea1c6bbc052e0120c49ee8c5 SHA512 
8ff904e55d0c058f456df16b8bf07ca3ead266e817435f123b34cd2a334ef1fe46baaeb95e1cce3be3f5a52768b8352ea3e61151308e9002bfb40ef872659703
 WHIRLPOOL 
b3804d3b5fcd632388aea19a3e9aa368748aa50b7abf482d293011bae3d4c78a3a3b2879b3bb6c0cb788721794d0c3146516f67364f6c89ed42cdb358c5d1807
 DIST deluge-1.3.14.tar.bz2 1774160 SHA256 
c38ab40d71bf5c1b500958b2679fdfd3c45121860f1fade69b654ebd94e1ed09 SHA512 
5bf37b647a84b31c4c5fa660a7a9b1f20eaac25dfe314dbc771d3ca40259e0f994ebfc6925e81902698b04291de1cae8efb0e246f1aca631bdbcdfda51b9ba42
 WHIRLPOOL 
76fc95acec3366f75f26e66207bb31a51f9ac55eb8882e106ca9086170973378bd796db55b2acdb70fa38467ff0f67c5822b7f0692218b4b603a2e77bf6b7ce7

diff --git a/net-p2p/deluge/deluge-1.3.12.ebuild 
b/net-p2p/deluge/deluge-1.3.12.ebuild
deleted file mode 100644
index 211adf6ab7f..000
--- a/net-p2p/deluge/deluge-1.3.12.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 eutils systemd
-
-DESCRIPTION="BitTorrent client with a client/server model"
-HOMEPAGE="http://deluge-torrent.org/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-2
-   EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
-   http://git.deluge-torrent.org/${PN};
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2;
-   KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="geoip gtk libnotify setproctitle sound webinterface"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-util/intltool"
-RDEPEND=">=net-libs/libtorrent-rasterbar-0.14.9[python]
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   >=dev-python/twisted-core-8.1[${PYTHON_USEDEP}]
-   >=dev-python/twisted-web-8.1[${PYTHON_USEDEP}]
-   geoip? ( dev-libs/geoip )
-   gtk? (
-   sound? ( dev-python/pygame[${PYTHON_USEDEP}] )
-   dev-python/pygobject:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-   gnome-base/librsvg
-   libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
-   )
-   setproctitle? ( dev-python/setproctitle[${PYTHON_USEDEP}] )
-   webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   local PATCHES=(
-   "${FILESDIR}"/${PN}-1.3.5-disable_libtorrent_internal_copy.patch
-   )
-
-   distutils-r1_python_prepare_all
-}
-
-esetup.py() {
-   # bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
-   # Override this call from the distutils-r1 eclass.
-   # This does not respect the distutils-r1 API. DONOT copy this example.
-   set -- "${PYTHON}" setup.py "$@"
-   echo "$@"
-   "$@" || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newinitd "${FILESDIR}"/deluged.init deluged
-   newconfd "${FILESDIR}"/deluged.conf deluged
-   systemd_dounit "${FILESDIR}"/deluged.service
-   systemd_dounit "${FILESDIR}"/deluge-web.service
-}
-
-pkg_postinst() {
-   elog
-   elog "If after upgrading it doesn't work, please remove the"
-   elog "'~/.config/deluge' directory and try again, but make a backup"
-   elog "first!"
-   elog
-   elog "To start the daemon either run 

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

2017-03-21 Thread Justin Lecher
commit: 02ad116c80f231b2fe27650f95a2c38ba8609239
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Mar 21 19:15:54 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Mar 21 19:17:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ad116c

sys-kernel/aufs-sources: Make EAPI=6 compliant

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

 sys-kernel/aufs-sources/aufs-sources-4.10.0.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.10.1.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.10.2.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.10.3.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.10.4.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.4.52.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.4.53.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.4.54.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.4.55.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.9.13.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.9.14.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.9.15.ebuild | 1 +
 sys-kernel/aufs-sources/aufs-sources-4.9.16.ebuild | 1 +
 13 files changed, 13 insertions(+)

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.10.0.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.10.0.ebuild
index 6553f35bbad..0e855824587 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.10.0.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.10.0.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.10.1.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.10.1.ebuild
index 3bcf4158567..8a8388f4c6f 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.10.1.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.10.1.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.10.2.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.10.2.ebuild
index 0944d4011ce..ad2828d73bc 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.10.2.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.10.2.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.10.3.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.10.3.ebuild
index 46d11ddfde9..83d10ed 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.10.3.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.10.3.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.10.4.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.10.4.ebuild
index 259b7503cc3..96ad702054d 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.10.4.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.10.4.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.4.52.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.4.52.ebuild
index 8a1b58daf2a..0c624c3789a 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.4.52.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.4.52.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.4.53.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.4.53.ebuild
index 24ee869d4ac..0d0665dd418 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.4.53.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.4.53.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if ! use module; then
sed -e 's:tristate:bool:g' -i "${WORKDIR}"/fs/aufs/Kconfig || 
die
fi

diff --git a/sys-kernel/aufs-sources/aufs-sources-4.4.54.ebuild 
b/sys-kernel/aufs-sources/aufs-sources-4.4.54.ebuild
index d7e121cdd8d..e49541f3476 100644
--- a/sys-kernel/aufs-sources/aufs-sources-4.4.54.ebuild
+++ b/sys-kernel/aufs-sources/aufs-sources-4.4.54.ebuild
@@ -54,6 +54,7 @@ src_unpack() {
 }
 
 src_prepare() {
+   kernel-2_src_prepare
if 

[gentoo-commits] proj/sci:master commit in: sci-mathematics/axel/files/2017.02.16/, sci-mathematics/axel/files/2017.03.21/, ...

2017-03-21 Thread Justin Lecher
commit: 99618a7b663bdb4a779401487845a094318d36c7
Author: Harald Weiner  users  noreply  github 
 com>
AuthorDate: Tue Mar 21 19:23:22 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Mar 21 19:23:22 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=99618a7b

sci-mathematics/gismo: version-bump (#757)

* sci-mathematics/axel: version bump

Package-manager: portage-2.3.3 repoman-2.3.1

* sci-mathematics/gismo: version bump

Package-manager: portage-2.3.3 repoman-2.3.1

 sci-libs/dtk/{dtk-2017.02.16.ebuild => dtk-2017.03.21.ebuild} | 0
 .../{axel-vtkview-2017.02.16.ebuild => axel-vtkview-2017.03.21.ebuild}| 0
 .../axel-vtkview/files/{2017.02.16 => 2017.03.21}/CMakeLists.txt.patch| 0
 .../files/{2017.02.16 => 2017.03.21}/axlVtkView-CMakeLists.txt.patch  | 0
 sci-mathematics/axel/{axel-2017.02.16.ebuild => axel-2017.03.21.ebuild}   | 0
 .../axel/files/{2017.02.16 => 2017.03.21}/AxelConfig.cmake.in.patch   | 0
 .../axel/files/{2017.02.16 => 2017.03.21}/CMakeLists.txt.patch| 0
 .../axel/files/{2017.02.16 => 2017.03.21}/install-AxelConfig.cmake.in | 0
 .../axel/files/{2017.02.16 => 2017.03.21}/install-axel-config.h.in.patch  | 0
 sci-mathematics/axel/files/{2017.02.16 => 2017.03.21}/main.cpp.patch  | 0
 .../gismo/{gismo-2017.02.16.ebuild => gismo-2017.03.21.ebuild}| 0
 11 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-libs/dtk/dtk-2017.02.16.ebuild 
b/sci-libs/dtk/dtk-2017.03.21.ebuild
similarity index 100%
rename from sci-libs/dtk/dtk-2017.02.16.ebuild
rename to sci-libs/dtk/dtk-2017.03.21.ebuild

diff --git a/sci-mathematics/axel-vtkview/axel-vtkview-2017.02.16.ebuild 
b/sci-mathematics/axel-vtkview/axel-vtkview-2017.03.21.ebuild
similarity index 100%
rename from sci-mathematics/axel-vtkview/axel-vtkview-2017.02.16.ebuild
rename to sci-mathematics/axel-vtkview/axel-vtkview-2017.03.21.ebuild

diff --git a/sci-mathematics/axel-vtkview/files/2017.02.16/CMakeLists.txt.patch 
b/sci-mathematics/axel-vtkview/files/2017.03.21/CMakeLists.txt.patch
similarity index 100%
rename from sci-mathematics/axel-vtkview/files/2017.02.16/CMakeLists.txt.patch
rename to sci-mathematics/axel-vtkview/files/2017.03.21/CMakeLists.txt.patch

diff --git 
a/sci-mathematics/axel-vtkview/files/2017.02.16/axlVtkView-CMakeLists.txt.patch 
b/sci-mathematics/axel-vtkview/files/2017.03.21/axlVtkView-CMakeLists.txt.patch
similarity index 100%
rename from 
sci-mathematics/axel-vtkview/files/2017.02.16/axlVtkView-CMakeLists.txt.patch
rename to 
sci-mathematics/axel-vtkview/files/2017.03.21/axlVtkView-CMakeLists.txt.patch

diff --git a/sci-mathematics/axel/axel-2017.02.16.ebuild 
b/sci-mathematics/axel/axel-2017.03.21.ebuild
similarity index 100%
rename from sci-mathematics/axel/axel-2017.02.16.ebuild
rename to sci-mathematics/axel/axel-2017.03.21.ebuild

diff --git a/sci-mathematics/axel/files/2017.02.16/AxelConfig.cmake.in.patch 
b/sci-mathematics/axel/files/2017.03.21/AxelConfig.cmake.in.patch
similarity index 100%
rename from sci-mathematics/axel/files/2017.02.16/AxelConfig.cmake.in.patch
rename to sci-mathematics/axel/files/2017.03.21/AxelConfig.cmake.in.patch

diff --git a/sci-mathematics/axel/files/2017.02.16/CMakeLists.txt.patch 
b/sci-mathematics/axel/files/2017.03.21/CMakeLists.txt.patch
similarity index 100%
rename from sci-mathematics/axel/files/2017.02.16/CMakeLists.txt.patch
rename to sci-mathematics/axel/files/2017.03.21/CMakeLists.txt.patch

diff --git a/sci-mathematics/axel/files/2017.02.16/install-AxelConfig.cmake.in 
b/sci-mathematics/axel/files/2017.03.21/install-AxelConfig.cmake.in
similarity index 100%
rename from sci-mathematics/axel/files/2017.02.16/install-AxelConfig.cmake.in
rename to sci-mathematics/axel/files/2017.03.21/install-AxelConfig.cmake.in

diff --git 
a/sci-mathematics/axel/files/2017.02.16/install-axel-config.h.in.patch 
b/sci-mathematics/axel/files/2017.03.21/install-axel-config.h.in.patch
similarity index 100%
rename from sci-mathematics/axel/files/2017.02.16/install-axel-config.h.in.patch
rename to sci-mathematics/axel/files/2017.03.21/install-axel-config.h.in.patch

diff --git a/sci-mathematics/axel/files/2017.02.16/main.cpp.patch 
b/sci-mathematics/axel/files/2017.03.21/main.cpp.patch
similarity index 100%
rename from sci-mathematics/axel/files/2017.02.16/main.cpp.patch
rename to sci-mathematics/axel/files/2017.03.21/main.cpp.patch

diff --git a/sci-mathematics/gismo/gismo-2017.02.16.ebuild 
b/sci-mathematics/gismo/gismo-2017.03.21.ebuild
similarity index 100%
rename from sci-mathematics/gismo/gismo-2017.02.16.ebuild
rename to sci-mathematics/gismo/gismo-2017.03.21.ebuild



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

2017-03-21 Thread Justin Lecher
commit: 77c8f39f7ce54d37cfa849e05027a1b8667f0d9f
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Mar 21 19:21:35 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Mar 21 19:21:35 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=77c8f39f

Add missing license

fixes GH:758

Signed-off-by: Justin Lecher  gentoo.org>

 licenses/AMD | 188 +++
 1 file changed, 188 insertions(+)

diff --git a/licenses/AMD b/licenses/AMD
new file mode 100644
index 0..c1ab25ebf
--- /dev/null
+++ b/licenses/AMD
@@ -0,0 +1,188 @@
+
+AMD Software End User License Agreement
+
+PLEASE  READ  THIS  LICENSE  CAREFULLY  BEFORE  USING   THE   SOFTWARE.   BY
+DOWNLOADING, INSTALLING, COPYING OR USING THE SOFTWARE, YOU ARE AGREEING  TO
+BE BOUND BY THE TERMS OF THIS LICENSE.  IF YOU ARE  ACCESSING  THE  SOFTWARE
+ELECTRONICALLY,  SIGNIFY  YOUR  AGREEMENT  BY  CLICKING  THE  "AGREE/ACCEPT"
+BUTTON.  IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE,  PROMPTLY  RETURN
+THE SOFTWARE TO THE PLACE WHERE YOU OBTAINED IT  AND  (IF  APPLICABLE)  YOUR
+MONEY WILL BE REFUNDED OR IF THE SOFTWARE WAS ACCESSED ELECTRONICALLY  CLICK
+"DISAGREE/DECLINE".
+
+1. License.  Advanced  Micro   Devices,  Inc.,  on  behalf  of  itself,  its  
+subsidiaries  and  licensors (referred  collectively as "AMD") grants to you  
+the  following  non-exclusive,  right  to  use  the  software   accompanying   
+this   License  (hereinafter  "Software") subject to the following terms and 
+limitations:
+
+
+(a)   Regardless of the media upon which it is distributed, the Software  is
+licensed to you for use solely in conjunction with AMD hardware products  to
+which the Software relates ("AMD Hardware").
+
+(b)   You own the medium on which the Software is recorded, but AMD and,  if
+applicable,  its  licensors  retain  title  to  the  Software  and   related
+documentation.
+
+(c)   You may:
+
+  i) use the Software solely in  connection  with  the  AMD  Hardware  on  a
+   single computer;
+
+  ii) make one copy of the Software  in  machine-readable  form  for  backup
+   purposes only. You must reproduce on such copy AMD's copyright notice and
+   any other proprietary legends that were  on  the  original  copy  of  the
+   Software;
+
+  iii) transfer all your license rights in the Software  provided  you  must
+   also transfer a copy of this License, the backup copy  of  the  Software,
+   the AMD Hardware and the related documentation  and  provided  the  other
+   party reads and agrees  to  accept  the  terms  and  conditions  of  this
+   License.  Upon such transfer your license rights are then terminated.
+
+(d)   In addition to the license terms above, with respect  to  portions  of
+the Software in source code or binary  form  designed  exclusively  for  use
+with the Linux operating system ("AMD Linux Code"), you  may  use,  display,
+modify, copy, distribute, allow others to  re-distribute,  package  and  re-
+package such AMD Linux Code  for  commercial  and  non-commercial  purposes,
+provided that:
+
+   i) all binary components of the AMD Linux Code are not  modified  in  any
+   way;
+
+   ii) the AMD Linux Code is only used  as  part  of  the  Software  and  in
+   connection with AMD Hardware;
+
+   iii) all copyright notices of AMD are reproduced and you refer  to  these
+   license terms;
+
+   iv) you  may  not  offer  or  impose any terms on the use  of  AMD  Linux
+   Code that alter or restrict this License; and
+
+   v) if you have modified the AMD Linux Code, such  modifications  will  be
+   made publicly available and are licensed under the  same  terms  provided
+   herein to AMD or any  other  third  party  without  further  restriction,
+   royalty or any other license requirement;
+
+   vi) to  the  extent  there  is  any AMD sample or  control  panel  source
+   code included in the AMD Linux Code, no rights are granted to modify such
+   code except for portions thereof that  may  be  subject  to  third  party
+   license terms that grant such rights; 
+   
+   vii) no rights are granted to distribute the binary form of the AMD Linux
+   Kernel Module made by linking the AMD Proprietary  Kernel Library and the 
+   AMD  Kernel  Compatibility  Layer  binary  compiled  using  Linux  kernel 
+   headers;
+
+   viii) AMD is not  obligated  to  provide  any  maintenance  or  technical 
+   support for any code resulting from AMD Linux Code.
+
+2.  Restrictions.  The Software contains copyrighted and patented  material,
+trade secrets and other proprietary material.  In  order  to  protect  them,
+and except as permitted by this license or applicable legislation,  you  may
+not:
+
+  a) decompile,  reverse  engineer,  disassemble  or  otherwise  reduce  the
+   Software to a human-perceivable form;
+
+  b) modify, network, rent, lend,  loan,  distribute  or  create  derivative
+   works based upon the Software in whole or in 

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

2017-03-21 Thread Justin Lecher
commit: 6f4207de311b5a420522dd738d96a2b2d8576f69
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Mar 21 19:18:45 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Mar 21 19:18:48 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f4207de

Update local USE description

Signed-off-by: Justin Lecher  gentoo.org>

 profiles/use.local.desc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 034de1a8c..f4769675b 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -66,6 +66,7 @@ sci-biology/discrover:rmathlib - Link to the standalone 
Rmathlib for statistical
 sci-biology/estscan:icc - Undocumented USE
 sci-biology/estscan:ifc - Undocumented USE
 sci-biology/exonerate-gff3:utils - Unknown
+sci-biology/imagej:plugins - Install additional plugins
 sci-biology/ncbi-blast+:boost - Undocumented USE
 sci-biology/ncbi-blast+:cppunit - Undocumented USE
 sci-biology/ncbi-blast+:freetype - Undocumented USE
@@ -188,7 +189,6 @@ sci-libs/gmsh:tetgen - Enable 3D delauny triangulation 
using tetgen lib
 sci-libs/gotoblas2:incblas - Build the CBLAS interface
 sci-libs/gotoblas2:int64 - Build the 64 bits integer library
 sci-libs/gsl:cblas-external - Link gsl with external cblas provided by 
(virtual/cblas) instead of shipped internal version
-sci-libs/gsl:int64 - Build the 64 bits integer library
 sci-libs/itk:itkv3compat - Enable compatibility with ITK version 3
 sci-libs/itk:review - Enable compilation of methods under review
 sci-libs/itk:vtkglue - PLEASE FIX MY DESCRIPTION



[gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/files/, sys-auth/elogind/

2017-03-21 Thread Andreas Sturmlechner
commit: c69127a348a81e7374e4746effd9add4299696c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 19:09:16 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 19:11:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69127a3

sys-auth/elogind: Backport sysmacros.h fix from systemd

Gentoo-bug: 613422

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-auth/elogind/elogind-226.4.ebuild|  5 +++-
 sys-auth/elogind/files/elogind-226.4-glibc.patch | 34 
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/sys-auth/elogind/elogind-226.4.ebuild 
b/sys-auth/elogind/elogind-226.4.ebuild
index 7b284e007ac..2570aaccad3 100644
--- a/sys-auth/elogind/elogind-226.4.ebuild
+++ b/sys-auth/elogind/elogind-226.4.ebuild
@@ -37,7 +37,10 @@ DEPEND="${COMMON_DEPEND}
 "
 PDEPEND="policykit? ( sys-auth/polkit )"
 
-PATCHES=( "${FILESDIR}/${P}-docs.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-docs.patch"
+   "${FILESDIR}/${P}-glibc.patch"
+)
 
 pkg_setup() {
local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK

diff --git a/sys-auth/elogind/files/elogind-226.4-glibc.patch 
b/sys-auth/elogind/files/elogind-226.4-glibc.patch
new file mode 100644
index 000..7b8a57da37a
--- /dev/null
+++ b/sys-auth/elogind/files/elogind-226.4-glibc.patch
@@ -0,0 +1,34 @@
+commit 27d13af71c3af6b2f9b60556d2c046dbb6e36e23
+Author: Mike Frysinger 
+Date:   Mon Mar 14 17:44:49 2016 -0400
+
+include sys/sysmacros.h in more places
+
+Since glibc is moving away from implicitly including sys/sysmacros.h
+all the time via sys/types.h, include the header directly in more
+places.  This seems to cover most makedev/major/minor usage.
+
+diff --git a/src/basic/macro.h b/src/basic/macro.h
+index c34441d75..b36a95675 100644
+--- a/src/basic/macro.h
 b/src/basic/macro.h
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #define _printf_(a,b) __attribute__ ((format (printf, a, b)))
+diff --git a/src/basic/util.h b/src/basic/util.h
+index e095254b5..286db0515 100644
+--- a/src/basic/util.h
 b/src/basic/util.h
+@@ -36,6 +36,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "macro.h"
+ #include "missing.h"



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

2017-03-21 Thread Michał Górny
commit: 0dd0ab208741f54f90b26b6e8642fa6af738237e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 16:02:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:22:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd0ab20

app-portage/eclass-manpages: Add a snapshot of today's manpages, #612424

Add a snapshot ebuild that fetches an archive of today's eclasses. This
has stable contents and as such can be keyworded properly. Furthermore,
any future snapshots added will ensure a clear upgrade path for users.

 app-portage/eclass-manpages/Manifest   |  1 +
 .../eclass-manpages-20170321.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/app-portage/eclass-manpages/Manifest 
b/app-portage/eclass-manpages/Manifest
new file mode 100644
index 000..f6fa513451b
--- /dev/null
+++ b/app-portage/eclass-manpages/Manifest
@@ -0,0 +1 @@
+DIST eclass-manpages-20170321.tar.xz 459596 SHA256 
47aaef9603822bf0a5e7f738b4f354c83bdcbb61b1639f66de02db24de2b4bc6 SHA512 
7ff2a48659382ae84944e4f4cf4bb8a73d51355d8bcd63f16fa155e3da3010430babe6f7d977327e5c7f14f0b5e6a23ee5659665e35b020bcd7772008ce3b3b0
 WHIRLPOOL 
656cb2a0867b6f10a2bba59dd26ffc19c75d8e753d150d4fec90ffe7d586192e98fd44af5aafeb2fee1e0209a10c916ad0dc677a71a14ba4796dd1795d6acb17

diff --git a/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild 
b/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild
new file mode 100644
index 000..d9ecedd40df
--- /dev/null
+++ b/app-portage/eclass-manpages/eclass-manpages-20170321.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+DESCRIPTION="collection of Gentoo eclass manpages"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+IUSE=""
+
+DEPEND="app-arch/xz-utils"
+
+src_compile() {
+   env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die
+}
+
+src_install() {
+   doman *.5
+}



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

2017-03-21 Thread Michał Górny
commit: 59bd5f61fa9715c0bf1b1c025e2dcea2cca19f6d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 18:21:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:22:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59bd5f61

app-portage/eclass-manpages: Add myself as co-maint

 app-portage/eclass-manpages/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-portage/eclass-manpages/metadata.xml 
b/app-portage/eclass-manpages/metadata.xml
index 5b81642e9ec..430fce10a0a 100644
--- a/app-portage/eclass-manpages/metadata.xml
+++ b/app-portage/eclass-manpages/metadata.xml
@@ -4,6 +4,10 @@

vap...@gentoo.org

+   
+   mgo...@gentoo.org
+   Michał Górny
+   

tools-port...@gentoo.org
Gentoo Portage tools team



[gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/files/

2017-03-21 Thread Michał Górny
commit: 9178bbd9f43529f0b31d24f0e1f581ea833826fe
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 15:54:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:22:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9178bbd9

app-portage/eclass-manpages: Do not include system paths in manpages

Replace the system paths in generated manpages with just the eclass
filename. This avoids depending on any particular system layout.

 app-portage/eclass-manpages/files/eclass-to-manpage.awk | 5 +
 app-portage/eclass-manpages/files/eclass-to-manpage.sh  | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk 
b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
index 02eb4c82581..0b65162c04e 100644
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
@@ -370,7 +370,7 @@ function handle_footer() {
print ".SH \"REPORTING BUGS\""
print reporting_bugs
print ".SH \"FILES\""
-   print ".BR " eclassdir "/" eclass
+   print ".BR " eclass
print ".SH \"SEE ALSO\""
print ".BR ebuild (5)"
print pre_text(gensub("@ECLASS@", eclass, 1, vcs_url))
@@ -381,9 +381,6 @@ function handle_footer() {
 #
 BEGIN {
state = "header"
-   if (ECLASSDIR == "")
-   ECLASSDIR = "/usr/portage/eclass"
-   eclassdir = ECLASSDIR
reporting_bugs = "Please report bugs via http://bugs.gentoo.org/;
vcs_url = 
"https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/@ECLASS@;
 }

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.sh 
b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
index 186a712e806..5f389390d60 100755
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.sh
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
@@ -25,7 +25,6 @@ ret=0
 for e in "$@" ; do
set -- \
${AWK} \
-   -vECLASSDIR="${ECLASSDIR}" \
-f "${FILESDIR}"/eclass-to-manpage.awk \
${e}
if [[ ${AWK} == "gawk" ]] ; then



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

2017-03-21 Thread Michał Górny
commit: 0e6856796a48e90ffe4ea97430b87ee4e708da58
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 15:46:03 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:22:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e685679

app-portage/eclass-manpages: Clearly indicate the live ebuild, #612422

The current eclass-manpages ebuild uses the live tree to generate
the manpages. The resulting manpages can therefore differ on each
rebuild, and the ebuild can trigger broken output at random points
in time depending on the current state of eclasses. Furthermore,
the package contents randomly become stale and the user needs to rebuild
it manually in order to obtain new contents.

All this considered, the current ebuild is in essence a live ebuild.
Following the policies for live ebuilds, rename it to version *
and remove all the keywords. Users wishing to use the live ebuild can
unmask it per the policy.

 ...{eclass-manpages-20170201.ebuild => eclass-manpages-.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild 
b/app-portage/eclass-manpages/eclass-manpages-.ebuild
similarity index 85%
rename from app-portage/eclass-manpages/eclass-manpages-20170201.ebuild
rename to app-portage/eclass-manpages/eclass-manpages-.ebuild
index bea1462cfc1..c71e840ba59 100644
--- a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild
+++ b/app-portage/eclass-manpages/eclass-manpages-.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/files/

2017-03-21 Thread Michał Górny
commit: feae936d4eed8e5294dca4048fe8d5a5b3650401
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 14 15:52:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:22:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feae936d

app-portage/eclass-manpages: Remove unused PORTDIR from the script

 app-portage/eclass-manpages/files/eclass-to-manpage.awk | 2 +-
 app-portage/eclass-manpages/files/eclass-to-manpage.sh  | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk 
b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
index 81241014ca3..02eb4c82581 100644
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk
@@ -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
 
 # This awk converts the comment documentation found in eclasses

diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.sh 
b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
index 7706afa7ae6..186a712e806 100755
--- a/app-portage/eclass-manpages/files/eclass-to-manpage.sh
+++ b/app-portage/eclass-manpages/files/eclass-to-manpage.sh
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-: ${PORTDIR:=/usr/portage}
 : ${ECLASSDIR:=${0%/*}/../../../eclass}
 : ${FILESDIR:=${ECLASSDIR}/../app-portage/eclass-manpages/files}
 
@@ -27,7 +26,6 @@ for e in "$@" ; do
set -- \
${AWK} \
-vECLASSDIR="${ECLASSDIR}" \
-   -vPORTDIR="${PORTDIR}" \
-f "${FILESDIR}"/eclass-to-manpage.awk \
${e}
if [[ ${AWK} == "gawk" ]] ; then



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

2017-03-21 Thread Matt Turner
commit: cafa165ec0a2fff3663d52e32c34a6b750485326
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:30:03 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafa165e

app-crypt/dieharder-3.31.1-r1: added ~sparc

 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild 
b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
index 68fad0b13f3..b8f3db28326 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="sci-libs/gsl"



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/13.0/

2017-03-21 Thread Matt Turner
commit: 2a78ec408fc6e2aeb0bf4b29b653b0b991b414b3
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:33:52 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a78ec40

profiles: Drop ia64's gnutls test-full package.use.mask

 profiles/default/linux/ia64/13.0/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/ia64/13.0/package.use.mask 
b/profiles/default/linux/ia64/13.0/package.use.mask
index 5887f1c3b66..204ee168038 100644
--- a/profiles/default/linux/ia64/13.0/package.use.mask
+++ b/profiles/default/linux/ia64/13.0/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Alon Bar-Lev  (01 Jan 2017)
-# unkeyworded
-net-libs/gnutls test-full
-
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch



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

2017-03-21 Thread Matt Turner
commit: c8e2b4bef0c3f25c1d801d7fe5196a984593b2d3
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:30:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e2b4be

app-crypt/dieharder-3.31.1-r1: added ~ia64

 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild 
b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
index 60c028b0d65..68fad0b13f3 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
 IUSE="doc"
 
 RDEPEND="sci-libs/gsl"



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

2017-03-21 Thread Matt Turner
commit: e5b33c9f30e13f5a634830c9be3f4038554ca1c7
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:32:55 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b33c9f

profiles: Drop alpha's gnutls test-full package.use.mask

 profiles/default/linux/alpha/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/alpha/package.use.mask 
b/profiles/default/linux/alpha/package.use.mask
index 1197579edd5..5b64a27123b 100644
--- a/profiles/default/linux/alpha/package.use.mask
+++ b/profiles/default/linux/alpha/package.use.mask
@@ -1,6 +1,2 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-
-# Alon Bar-Lev  (01 Jan 2017)
-# unkeyworded
-net-libs/gnutls test-full



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

2017-03-21 Thread Matt Turner
commit: 27ef905362c15a5e8dcd55a80aab5cb15e75b903
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:43:47 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ef9053

net-misc/socat-1.7.3.2: added ~ppc64

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

diff --git a/net-misc/socat/socat-1.7.3.2.ebuild 
b/net-misc/socat/socat-1.7.3.2.ebuild
index da366505760..63a28aec863 100644
--- a/net-misc/socat/socat-1.7.3.2.ebuild
+++ b/net-misc/socat/socat-1.7.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="bindist libressl ssl readline ipv6 tcpd"
 
 DEPEND="



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

2017-03-21 Thread Matt Turner
commit: 72b227ab93169ec9b40250868ff6f89039bfd9d6
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:34:29 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b227ab

profiles: Drop sparc's gnutls test-full package.use.mask

 profiles/default/linux/sparc/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/sparc/package.use.mask 
b/profiles/default/linux/sparc/package.use.mask
index 0c14a305309..b5800014c58 100644
--- a/profiles/default/linux/sparc/package.use.mask
+++ b/profiles/default/linux/sparc/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Alon Bar-Lev  (01 Jan 2017)
-# unkeyworded
-net-libs/gnutls test-full
-
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch



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

2017-03-21 Thread Matt Turner
commit: 380aa0fdb64fa4cf92daafae424e65dd06081303
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:34:06 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380aa0fd

profiles: Drop powerpc's gnutls test-full package.use.mask

 profiles/default/linux/powerpc/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/default/linux/powerpc/package.use.mask 
b/profiles/default/linux/powerpc/package.use.mask
index 0c14a305309..b5800014c58 100644
--- a/profiles/default/linux/powerpc/package.use.mask
+++ b/profiles/default/linux/powerpc/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Alon Bar-Lev  (01 Jan 2017)
-# unkeyworded
-net-libs/gnutls test-full
-
 # Fabian Groffen  (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch



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

2017-03-21 Thread Matt Turner
commit: 9259819d333cd382194c57ead390969ba424ed59
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:35:51 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9259819d

app-crypt/dieharder-3.31.1-r1: added ~ppc

 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild 
b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
index b8f3db28326..118de6488da 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="sci-libs/gsl"



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

2017-03-21 Thread Matt Turner
commit: 01699694751cfca828cad489659f99353ec57973
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:31:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01699694

profiles: Drop pkcs11 from sparc's use.mask

 profiles/arch/sparc/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index 4a58b4c66d3..02aea9c43af 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -135,7 +135,6 @@ ifp
 chipcard
 hbci
 lm_sensors
-pkcs11
 openct
 bluetooth
 dmraid



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

2017-03-21 Thread Matt Turner
commit: 41a26b5f097033efac4994419c785a9da9609287
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:35:52 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a26b5f

app-crypt/dieharder-3.31.1-r1: added ~ppc64

 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild 
b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
index 118de6488da..9ec1ce881eb 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND="sci-libs/gsl"



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

2017-03-21 Thread Matt Turner
commit: 1362ab9231500f913aacce143b36e44a90535d87
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:35:49 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1362ab92

dev-libs/softhsm-2.2.0-r3: added ~ppc

 dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index b324263dd5f..9f0cfa4f03e 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A software PKCS#11 implementation"
 HOMEPAGE="http://www.opendnssec.org/;
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"



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

2017-03-21 Thread Matt Turner
commit: 2a770fe14cfcb790484e1cfff2ee122c7d6681a1
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:30:00 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a770fe1

dev-libs/softhsm-2.2.0-r3: added ~sparc

 dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index cc45234b9d3..b324263dd5f 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A software PKCS#11 implementation"
 HOMEPAGE="http://www.opendnssec.org/;
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
 IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"



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

2017-03-21 Thread Matt Turner
commit: e882864b6aa32e558d11736970bca8e48f844430
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:29:54 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e882864b

dev-libs/softhsm-2.2.0-r3: added ~alpha

 dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index afe7fcf4305..3993fd1e3c3 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A software PKCS#11 implementation"
 HOMEPAGE="http://www.opendnssec.org/;
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"



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

2017-03-21 Thread Matt Turner
commit: 1369fdfcb1d6676f928b44b4f16ba9accbdf634e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:30:01 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1369fdfc

app-crypt/dieharder-3.31.1-r1: added ~alpha

 app-crypt/dieharder/dieharder-3.31.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild 
b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
index 7120c3470b4..60c028b0d65 100644
--- a/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
+++ b/app-crypt/dieharder/dieharder-3.31.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.phy.duke.edu/~rgb/General/${PN}/${P}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 IUSE="doc"
 
 RDEPEND="sci-libs/gsl"



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

2017-03-21 Thread Matt Turner
commit: 59f2aa020b1cd3be1e1de1e06d6b6f388126502d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:29:59 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f2aa02

dev-libs/softhsm-2.2.0-r3: added ~ia64

 dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index 3993fd1e3c3..cc45234b9d3 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A software PKCS#11 implementation"
 HOMEPAGE="http://www.opendnssec.org/;
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~x86"
 IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"



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

2017-03-21 Thread Matt Turner
commit: 729002452562e6b5a80588a72904e4458617ee91
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:30:48 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72900245

profiles: Drop pkcs11 from ia64's use.mask

 profiles/arch/ia64/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index cd4bea0f15a..3e77e969824 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -25,7 +25,6 @@ ipod
 lirc
 pcmcia
 pda
-pkcs11
 scanner
 sms
 v4l



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

2017-03-21 Thread Matt Turner
commit: f5ad8950687ab1c5438822681cb7ffb5e6605c53
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar 21 16:35:50 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 21 18:11:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ad8950

dev-libs/softhsm-2.2.0-r3: added ~ppc64

 dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index 9f0cfa4f03e..25bc17c6400 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="A software PKCS#11 implementation"
 HOMEPAGE="http://www.opendnssec.org/;
 SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz;
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="bindist libressl migration-tool test"
 SLOT="2"
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/pykde4/

2017-03-21 Thread Johannes Huber
commit: 634af0d528bf7560d2624fea59e1019ac2b8be95
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 21 18:10:41 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 21 18:10:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634af0d5

kde-apps/pykde4: Remove 4.14.3-r1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 kde-apps/pykde4/metadata.xml|   3 -
 kde-apps/pykde4/pykde4-4.14.3-r1.ebuild | 165 
 2 files changed, 168 deletions(-)

diff --git a/kde-apps/pykde4/metadata.xml b/kde-apps/pykde4/metadata.xml
index 5c0841267d7..2fdbf33d963 100644
--- a/kde-apps/pykde4/metadata.xml
+++ b/kde-apps/pykde4/metadata.xml
@@ -5,7 +5,4 @@
k...@gentoo.org
Gentoo KDE Project

-   
-   Compile bindings for Akonadi
-   
 

diff --git a/kde-apps/pykde4/pykde4-4.14.3-r1.ebuild 
b/kde-apps/pykde4/pykde4-4.14.3-r1.ebuild
deleted file mode 100644
index 9e255f0a8ed..000
--- a/kde-apps/pykde4/pykde4-4.14.3-r1.ebuild
+++ /dev/null
@@ -1,165 +0,0 @@
-# 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"
-OPENGL_REQUIRED="always"
-CMAKE_MAKEFILE_GENERATOR="emake"
-WEBKIT_REQUIRED="always"
-inherit python-r1 portability kde4-base multilib eutils
-
-DESCRIPTION="Python bindings for KDE SC 4"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="akonadi debug doc examples test"
-HOMEPAGE="https://techbase.kde.org/Development/Languages/Python;
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   
 /dev/null
-   echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \
-   -shared \
-   ${CFLAGS} ${CPPFLAGS} \
-   -DEPREFIX="\"${EPREFIX}\"" \
-   -DPLUGIN_DIR="\"/usr/$(get_libdir)/kde4\"" -c \
-   -o kpythonpluginfactorywrapper.lo \
-   kpythonpluginfactorywrapper.c
-   echo_and_run libtool --tag=CC --mode=link $(tc-getCC) \
-   -shared -module -avoid-version \
-   ${CFLAGS} ${LDFLAGS} \
-   -o kpythonpluginfactory.la \
-   -rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \
-   kpythonpluginfactorywrapper.lo \
-   $(dlopen_lib)
-   popd > /dev/null
-   fi
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir kde4-base_src_test
-}
-
-src_install() {
-   installation() {
-   emake DESTDIR="${D}" install
-
-   mkdir -p "${D%/}$(python_get_scriptdir)" || die
-   mv "${ED%/}/usr/bin/pykdeuic4-${EPYTHON/python/}" \
-   "${D%/}$(python_get_scriptdir)"/pykdeuic4 || die
-
-   python_fix_shebang "${D%/}$(python_get_scriptdir)"/pykdeuic4
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-
-   dosym ../lib/python-exec/python-exec2 /usr/bin/pykdeuic4
-
-   # As we don't call the eclass's src_install, we have to install the 
docs manually
-   DOCS=("${S}"/{AUTHORS,NEWS,README})
-   use doc && HTML_DOCS=("${S}/docs/html/")
-   einstalldocs
-
-   if ${have_python2}; then
-   pushd "${WORKDIR}/wrapper" > /dev/null
-   echo_and_run libtool --mode=install install 
kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
-   rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la"
-   popd > /dev/null
-   fi
-}
-
-pkg_postinst() {
-   kde4-base_pkg_postinst
-
-   if use examples; then
-   echo
-   elog "PyKDE4 examples have been installed to"
-   elog "${EPREFIX}/usr/share/apps/${PN}/examples"
-   echo
-   fi
-}



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

2017-03-21 Thread Johannes Huber
commit: cfc983d68b0f9bbe7e3729c9b7ed13a27c0c26d1
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 21 18:08:48 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 21 18:08:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc983d6

app-crypt/kencfs: Remove 1.6.2

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-crypt/kencfs/Manifest|  1 -
 app-crypt/kencfs/kencfs-1.6.2.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/app-crypt/kencfs/Manifest b/app-crypt/kencfs/Manifest
index 023f0260f1e..b4eeda38bc3 100644
--- a/app-crypt/kencfs/Manifest
+++ b/app-crypt/kencfs/Manifest
@@ -1,2 +1 @@
-DIST 134003-kencfs-1.6.2.tar.gz 229438 SHA256 
0bb719a55d8c19ccd03b3a945c5aa747072309673e3c7570c2f453926e05fd8b SHA512 
7a7c66e9e492e10239663b41a55161fcce32b25bbb2d4abe9bc5d853c71df41dd28af4ba695274ff0138708a5c50faeb45bccbe103ec571fbea8808b20807802
 WHIRLPOOL 
b58a82cd26beebf089bb6bdfa895be769489f3b7086dc02780b738b0a46ae2e3914655711c046e7106f043501da2304b47a2f08fb430dea76920087c38553e6e
 DIST kencfs-1.6.4.tar.gz 221386 SHA256 
3e88cd2bf0d11ce83746fb5b1e385f172ed506cde922ee2811f9cdbaaa80c4ca SHA512 
44dacd0a17194b61d2d73820851b496d6052dbab3893a030db2e63c1be0d1569d80cc75ce0c179381e98b60c5e27ccead8ee257f53f57dea508808616abb514d
 WHIRLPOOL 
8b7f372c8c8304f3a3249a74a565ea77c4c3f255c6db3cf66a2a62951be1b8010e9696dc5d5ac44ea1e39d189c63e4a1ccf562cd4886578e8a2383756e48d24b

diff --git a/app-crypt/kencfs/kencfs-1.6.2.ebuild 
b/app-crypt/kencfs/kencfs-1.6.2.ebuild
deleted file mode 100644
index ce306d9d21e..000
--- a/app-crypt/kencfs/kencfs-1.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="GUI frontend for encfs"
-HOMEPAGE="http://kde-apps.org/content/show.php?content=134003;
-SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   kde-frameworks/kdelibs:4
-"
-RDEPEND="${DEPEND}
-   kde-apps/kwalletd:4
-   sys-fs/encfs
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.4.0-encfs5.patch"
-   "${FILESDIR}/${PN}-1.6.2-desktop.patch"
-)
-
-src_prepare() {
-   default
-
-   sed -i ${PN}.pro -e "/^doc.path =/s/${PN}/${PF}/" \
-   || die "sed docdir failed"
-}
-
-src_configure() {
-   eqmake4
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/kcdemu/

2017-03-21 Thread Johannes Huber
commit: c4dce59a9e4245e74fee1ea579c0befdcec46bf8
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Mar 21 18:07:08 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Mar 21 18:07:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dce59a

app-cdr/kcdemu: Remove 0.5.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-cdr/kcdemu/Manifest|  1 -
 app-cdr/kcdemu/kcdemu-0.5.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-cdr/kcdemu/Manifest b/app-cdr/kcdemu/Manifest
index e1eaab95737..f1dbfb7d6bd 100644
--- a/app-cdr/kcdemu/Manifest
+++ b/app-cdr/kcdemu/Manifest
@@ -1,2 +1 @@
-DIST kcdemu-0.5.0.tar.gz 12251 SHA256 
d93744048cf7ae6b86861d26e2c38c27fafd4a7d6e5703e03ed09d776273303a SHA512 
25d81e466647456a28f0a100b16fc5c19a62119e08b3149a15dc653f3693993a3cdbb5a37f4a29c38cff0fb06efc1cc6faaf3a0817c85bd6ae2f99009926
 WHIRLPOOL 
5998b8a62011377d8961712f7fd523c9a1e505ec832262f22e0aa8ca74e0a943f150cd2dda01c788fdb1ecd97fad505f4a8d6b7ba53c6ab08a8d22e166c4ae87
 DIST kcdemu-0.7.2.tar.bz2 16408 SHA256 
7515dae30cd37a99804299d462a1bc8e9adef88524892071d85a9fb0717bbcbc SHA512 
9ffe5a2d42622cb7e7e072b29eb9977464dfa2517f0d3d2af5580da0dae2fc7e56be8aebcb1dc94aecdc279a12baa3a27fa999293a25c3ebd0316c92848516fa
 WHIRLPOOL 
cb42038a56bce63aaf8ea7b3504d461adf3fcd24800aa43a049e0c2a1de4a83cc5a2a92bc30f7c4163073385b35bf6b55d2fa503239771c23705c8d24b70a0c1

diff --git a/app-cdr/kcdemu/kcdemu-0.5.0.ebuild 
b/app-cdr/kcdemu/kcdemu-0.5.0.ebuild
deleted file mode 100644
index fa220d9e99d..000
--- a/app-cdr/kcdemu/kcdemu-0.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-KDE_LINGUAS="de es pl ro sv"
-MY_PN="kde_cdemu"
-
-inherit kde4-base
-
-DESCRIPTION="Frontend to cdemu daemon based on kdelibs"
-HOMEPAGE="https://www.linux-apps.com/p/998461/;
-SRC_URI="http://www.kde-apps.org/CONTENT/content-files/99752-${MY_PN}-${PV}.tar.bz2
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND=">=app-cdr/cdemu-2.0.0[cdemu-daemon]"
-
-S=${WORKDIR}/${MY_PN}
-
-DOCS=( ChangeLog )



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

2017-03-21 Thread Hans de Graaff
commit: 30ae55464303551ae961c4e7f6e9d4b8fe41f9c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Mar 21 16:54:40 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Mar 21 16:54:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ae5546

dev-ruby/uglifier: add 3.1.9

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/uglifier/Manifest  |  1 +
 dev-ruby/uglifier/uglifier-3.1.9.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index 609fe9daa2a..5a8d96326ed 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -4,3 +4,4 @@ DIST uglifier-3.1.1.tar.gz 98747 SHA256 
c82290a5e3a1eeb02f6394a88f79e2eabbe9
 DIST uglifier-3.1.3.tar.gz 99621 SHA256 
264d63ebec4887ac4112b8128f32ef961ebe3f3abb5ffb85ea5aaffa34abad55 SHA512 
d4e1421bd672c3140f0319a2130d3c127d49a2784c72c51cfd6d46376dd6c821ddc7878229797d60b5e28b944501f319ca53a5b09fcbeadfe0a3b87bd32d2715
 WHIRLPOOL 
208ce940f729e7598e99dc9b091c7e98131cb4559a6f041be7328552da2beb3c32fb9e68c2567c6f8d914de49458c576b7e31ce40833cfd46c501bc64be755dc
 DIST uglifier-3.1.6.tar.gz 100853 SHA256 
5cec8a824d94f156f86f5aa1e18d4500909faae97b033a7f71c580f71bdac3e3 SHA512 
ef84b95ce22ec8d69f789ef6119c17f1c99374f5055c1234b6fcff0af8822cd265221f23cccf2a3f202f20179d1d33b06c2bb634af465c6093174073767b69b4
 WHIRLPOOL 
93202195f85c33f2560aeefab869c77232a316ab795f037f5dbc02fc8e215b270ea4d1d5776fb039ad94bb04245356a8ccbcd9991c4f4fa4c637287e677306ff
 DIST uglifier-3.1.7.tar.gz 100911 SHA256 
25f47612af6d03ae39ea81dd941bbfbd475226c1322bdbf427fe4221dac57b54 SHA512 
62b46e1031c265a00653301eba4527435161bf867cd21e2212060ca8c429c3d7bcb0108137927ba28514e9492d7533f4e00a9e1990c400faca1a9a47e45ddac1
 WHIRLPOOL 
5e77006cb27a9949dabefb697b7f6c7d6f9193db0681ffdbe7146abad29f6c1fb2872c935dbc97d1c3081b8450bd38ac66fe8d17b3af4662d78078327831f933
+DIST uglifier-3.1.9.tar.gz 100907 SHA256 
3a73733de5cff0ce72b22f6d874c0633b804967ebaf660b27846d530238dd157 SHA512 
9bb7cc8aabd7d77c76e8b6f2ce148a5ebf9fb0cf0700d31daedb0098fa239ce71b1d6c105ee67018d25b5e6497dcaf30914165281f674d0eb99bc4f0f1eea935
 WHIRLPOOL 
dede93bac0fe84851cd8592eda465d75617b4f92d8d6746e0b2264d42f3160704ad294d51eb1d7b13740ba29604327acc417fe08d3a3f65b9fb130d003a3cdcb

diff --git a/dev-ruby/uglifier/uglifier-3.1.9.ebuild 
b/dev-ruby/uglifier/uglifier-3.1.9.ebuild
new file mode 100644
index 000..b23fff6c2bd
--- /dev/null
+++ b/dev-ruby/uglifier/uglifier-3.1.9.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
+HOMEPAGE="https://github.com/lautis/uglifier;
+SRC_URI="https://github.com/lautis/uglifier/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~amd64-linux"
+
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/execjs-0.3.0:*"
+
+ruby_add_bdepend "test? ( dev-ruby/sourcemap )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+}



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

2017-03-21 Thread Matt Thode
commit: 335d84aef07529a5ca2e855d4ce05dc24ffad79e
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 21 16:27:29 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 21 16:34:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335d84ae

dev-python/secretstorage: supports python 3.6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/secretstorage/secretstorage-2.3.1.ebuild 
b/dev-python/secretstorage/secretstorage-2.3.1.ebuild
index bd710bf9025..ce307bf9ed1 100644
--- a/dev-python/secretstorage/secretstorage-2.3.1.ebuild
+++ b/dev-python/secretstorage/secretstorage-2.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-03-21 Thread Matt Thode
commit: bd803389585057b4cde815aa7a52d0e172c13673
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 21 16:33:19 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 21 16:34:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd803389

app-admin/augeas: 1.9.0 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/augeas/Manifest|  1 +
 app-admin/augeas/augeas-1.8.0.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
index fb6c5f69098..38ebfe5333d 100644
--- a/app-admin/augeas/Manifest
+++ b/app-admin/augeas/Manifest
@@ -2,3 +2,4 @@ DIST augeas-1.3.0.tar.gz 1983656 SHA256 
80763031af76515a8ea66013ddc3c466742a15d2
 DIST augeas-1.5.0.tar.gz 2072169 SHA256 
223bb6e6fe3e9e92277dafd5d34e623733eb969a72a382998d204feab253f73f SHA512 
4683668c6562e14cd39bda69f2fa7f6db5f5a76386521a9b10c41fa2031c10ff158f682b56066d0525554c4229677c64e92f6453f75d185d367bc7481fc10695
 WHIRLPOOL 
e4bd492320cdfcf5c8470b8e4c0fb35077b1190bb8c18b245d54f532badc4975ac564fca97ec6f8f039a77a771b16d0354ef53d02ccd5c912ab9f91ca391d282
 DIST augeas-1.6.0.tar.gz 2076723 SHA256 
8ba0d9bf059e7ef52118826d1285f097b399fc7a56756ce28e053da0b3ab69b5 SHA512 
c07f8638b9d22ceedb2951d658eb578d5757376e0cda8d7d0e075ae0c3347ef98542fb99e18956d404588befe1c92702388cf7f4b4ee45f830d85c04b06d
 WHIRLPOOL 
39698ab73e2828e906b9a508643e25ed08beea1464821fb56012ed3c0b721aa8c2feacdfa6254f93eae1963d1d2ecdf2b3aeb75897722243f6b9662ecff8bf7f
 DIST augeas-1.7.0.tar.gz 2156168 SHA256 
b9315575d07f7ba28ca2f9f60b4987dfe77b5970c98b59dc6ca7873fc4979763 SHA512 
d2a5580ffa69c0229cfae85261cf7740b268ceac35f076aef6a7e8631497e5726530adfdb85f715ebb102f28af98861b4fa29d7e3eaa37a5dafff8eaf817befb
 WHIRLPOOL 
29a8aca382592a4492e0d5153525fe26998729f1a7a482dede5275af712dce49ee08f700549dc8f96790ec6031a0a32e5017e059cf4feea0067f1424b80021d5
+DIST augeas-1.8.0.tar.gz 2164146 SHA256 
515ce904138d99ff51d45ba7ed0d809bdee6c42d3bc538c8c820e010392d4cc5 SHA512 
bc7b450b7ef20b7c5bac1b500c89569673a164d32e0f29b5ca100657d0100fcdbb14027d559e206b5ada2c389ac3641181a97cc0c5dcceb1ae1e9932b2decf2c
 WHIRLPOOL 
5f5dffac092bc241bc81b853ce05dd57530aab54e83668007e67dd29ca95583d7dfaebae75f96a822d5231d6bfd16aca30dc17b5b4d7ee6c2096fb9b917a4536

diff --git a/app-admin/augeas/augeas-1.8.0.ebuild 
b/app-admin/augeas/augeas-1.8.0.ebuild
new file mode 100644
index 000..8d4207d3149
--- /dev/null
+++ b/app-admin/augeas/augeas-1.8.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools-utils
+
+DESCRIPTION="A library for changing configuration files"
+HOMEPAGE="http://augeas.net/;
+SRC_URI="http://download.augeas.net/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs test"
+
+RDEPEND="
+   dev-libs/libxml2
+   sys-libs/readline:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=app-doc/NaturalDocs-1.40
+   test? ( dev-lang/ruby )"
+
+src_prepare() {
+   if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
+   addwrite /usr/share/NaturalDocs/Config/Languages.txt
+   fi
+   if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
+   addwrite /usr/share/NaturalDocs/Config/Topics.txt
+   fi
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   # Needs to implemented
+   local myeconfargs=( --without-selinux )
+   autotools-utils_src_configure
+}
+
+AUTOTOOLS_IN_SOURCE_BUILD=1



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

2017-03-21 Thread Matt Thode
commit: 297a8eca2fb21cb641b76ed7ebe80291a135ba9e
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 21 16:28:53 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 21 16:34:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297a8eca

dev-python/keyring: 10.3.1 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-10.3.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 1462a73d9ad..7baee928877 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,5 +1,6 @@
 DIST keyring-10.0.2.tar.gz 36587 SHA256 
91c31fd805b3ce6343406c7c51437f7505f3e9abb6e14ccac8242ea1fc912d77 SHA512 
e9018415e99c50d806e2c1d4a057551afedbd91efef7163ceac150f2b0857244ba6ab7cb867596a94b96ea23eb6b0b765ccd62ce7283e52d1d926c15cf92f9ba
 WHIRLPOOL 
2be86bde3cf433a8129f34428206f0ce345a29de58ed229e1e074a5822dc922b5e0216a5748c75961a8df863ad7bf7554faf592cc6cde7f363c21b6b08baf944
 DIST keyring-10.1.tar.gz 37088 SHA256 
af7f02d8ad957523842651f1a2247ff178c387476f7d366880f04fd195468f2f SHA512 
955cc59eaef2f8fd690ee68e646196c1579fcae227c8df5012f3a884a7f596d964a8a2f1a37c17dc7f7c34a4aea88920e95e0adfbaf25a7a0f7474274696bae6
 WHIRLPOOL 
b827d42553175a06bdeb21e08a5e702d81b4debaed25f98ad16e7319d493c82e7f9541c39e97db1584a901a892096af8c2206f345321fd4f2da834db67714915
 DIST keyring-10.2.tar.gz 37110 SHA256 
bf49be09b31db401791bde1799da30d6926e7de2f0fb836c3dfc85aa5538a572 SHA512 
ee2bb8e612d542ed4cf28f911d436a4b27a04eda0407f8a638189098c729d5e2aa70205783f5320fbbd4a5cdd524f12796880e46f9d1369ff27d2346e5959040
 WHIRLPOOL 
889550e38e65af3b188037083fe4101169454fce374fe8bddd621e6beaf187943aa18c3d37bbcfb405db1b1de930a9578800744f6f26264acbf53c2a4503
+DIST keyring-10.3.1.tar.gz 38207 SHA256 
9a0b7780653a69ce058212ece2a58539c6fd1b06965823a6c1d97d7af0e267c7 SHA512 
9e3422b1edf8a1388cc105338e7d2b78ec4b8d57d0e3141891f5577eb1c8b45d1ea38949f133bc2283f786e45fdec993cd4e71ae9d173da5799b71d95420d6e6
 WHIRLPOOL 
cc35fd5d27dc955f54bbc72f3b7cf7a67d71c0810e2561f1eb0c1aecde695516007f9a866bbd921c0bf19aa7d7a7a7a1a37e22df66ced6bd9a7a90f5d7630647
 DIST keyring-10.3.tar.gz 38131 SHA256 
220a92af8119eb38e7f9afbdf8c2c93eef8186cc39e9ab2a0e4c80807df00e45 SHA512 
3f7408075724f5e299d0417ea9ee8e072c8dc28b6daa152ec69e6d6b254bd3af20e4656562fce49a68925b17a74e07e5241b362039b4b7eca64f317a6d464717
 WHIRLPOOL 
3fbdadf0bf0b58d0579893f65567d8ecfa0c344206af692c0658c708edb14fc3aa0dd0d0636cef7088c1a96dace5a786c487f109bcdb8b6544391cc335ee4cd4
 DIST keyring-9.3.1.tar.gz 40579 SHA256 
3be74f6568fcac1350b837d7e46bd3525e2e9fe2b78b3a3a87dc3b29f24a0c00 SHA512 
b899e45e479806e9d01cb490925e291608dfa32bdac212a09922c2fa11196bf18b3ccdefd05aa3777588df43f1dbc5352d6705b93cae23bc7525c727254a938c
 WHIRLPOOL 
5e0213331bafa0e387129f6ae705835cfb01aac3daadd2e142b3ebccc9b6bde1c2ebf7ba30610a89bbcffe728f1fc6efa42227ab2afccef81144ec3d0a7cc935

diff --git a/dev-python/keyring/keyring-10.3.1.ebuild 
b/dev-python/keyring/keyring-10.3.1.ebuild
new file mode 100644
index 000..4af7c17e91f
--- /dev/null
+++ b/dev-python/keyring/keyring-10.3.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   )"
+RDEPEND=""
+
+python_test() {
+   py.test -v -v || die "testsuite failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/files/, kde-plasma/khotkeys/files/, ...

2017-03-21 Thread Andreas Sturmlechner
commit: d5b01ef76733ee348536597058e67f6096eac312
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 16:29:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 16:29:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b01ef7

kde-plasma: Drop unused patches

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../khotkeys/files/khotkeys-5.8.5-kf-5.31.patch|  39 -
 .../plasma-desktop-5.7.90-baloo-optional.patch |  45 --
 .../files/plasma-desktop-5.8.5-crashfix.patch  |  57 ---
 ...esktop-5.8.5-folder-view-script-execution.patch |  28 
 .../files/plasma-desktop-5.8.5-hover-state.patch   |  33 
 .../plasma-desktop-5.8.5-taskman-memleak.patch |  43 -
 .../plasma-integration-5.8.5-filedialog.patch  |  71 -
 .../plasma-workspace-5.8.3-systray-cpuload.patch   | 177 -
 8 files changed, 493 deletions(-)

diff --git a/kde-plasma/khotkeys/files/khotkeys-5.8.5-kf-5.31.patch 
b/kde-plasma/khotkeys/files/khotkeys-5.8.5-kf-5.31.patch
deleted file mode 100644
index 6b2d7c79be6..000
--- a/kde-plasma/khotkeys/files/khotkeys-5.8.5-kf-5.31.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 617de4bd3fd080d43cce9bdc8af82963960d5c3a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= 
-Date: Wed, 18 Jan 2017 11:40:10 +0100
-Subject: Fix build with -fno-operator-names
-

- kcm_hotkeys/hotkeys_model.cpp| 2 +-
- libkhotkeysprivate/action_data/action_data_group.cpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/kcm_hotkeys/hotkeys_model.cpp b/kcm_hotkeys/hotkeys_model.cpp
-index 66ea747..8703f83 100644
 a/kcm_hotkeys/hotkeys_model.cpp
-+++ b/kcm_hotkeys/hotkeys_model.cpp
-@@ -486,7 +486,7 @@ QMimeData *KHotkeysModel::mimeData(const QModelIndexList 
) const
- 
- Q_FOREACH (const QModelIndex , indexes)
- {
--if (index.isValid() and index.column() == 0)
-+if (index.isValid() && index.column() == 0)
- {
- KHotKeys::ActionDataBase *element = indexToActionDataBase(index);
- // We use the pointer as id.
-diff --git a/libkhotkeysprivate/action_data/action_data_group.cpp 
b/libkhotkeysprivate/action_data/action_data_group.cpp
-index ddbe24e..f80f775 100644
 a/libkhotkeysprivate/action_data/action_data_group.cpp
-+++ b/libkhotkeysprivate/action_data/action_data_group.cpp
-@@ -83,7 +83,7 @@ Trigger::TriggerTypes ActionDataGroup::allowedTriggerTypes() 
const
- 
- bool ActionDataGroup::is_system_group() const
- {
--return _system_group != SYSTEM_NONE and _system_group != SYSTEM_ROOT;
-+return _system_group != SYSTEM_NONE && _system_group != SYSTEM_ROOT;
- }
- 
- 
--- 
-cgit v0.11.2
-

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.7.90-baloo-optional.patch 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.7.90-baloo-optional.patch
deleted file mode 100644
index 86fc43c502c..000
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.7.90-baloo-optional.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-commit 00cdef0f2b6e8e20661aef98074b8533103bbfdd
-Author: Andreas Sturmlechner 
-Date:   Thu Sep 15 00:39:43 2016 +0200
-
-Make KF5Baloo optional
-
-
https://mail.kde.org/pipermail/kde-frameworks-devel/2016-September/037734.html
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f15021a..613ca20 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -67,14 +67,10 @@ set_package_properties(PackageKitQt5 PROPERTIES 
DESCRIPTION "Software Manager in
-PURPOSE "Provides package management integration to 
the application launcher."
-   )
- 
--# Baloo is currently part of the KF5 namespace, but it is not
--# a proper framework. Hence the strange versioning.
--# This will be fixed with Plasma 5.2, as Baloo should have
--# become a framework by then
--find_package(KF5Baloo "5.1.90")
-+find_package(KF5Baloo)
- set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching"
--   TYPE REQUIRED
--   PURPOSE "Needed to build to File Search KCM"
-+   TYPE OPTIONAL
-+   PURPOSE "Needed to build the File Search KCM"
-   )
- 
- find_package(Fontconfig)
-diff --git a/kcms/CMakeLists.txt b/kcms/CMakeLists.txt
-index 53ca49a..3220bd3 100644
 a/kcms/CMakeLists.txt
-+++ b/kcms/CMakeLists.txt
-@@ -55,7 +55,9 @@ add_subdirectory(useraccount/pics)
- 
- 
- add_subdirectory(workspaceoptions)
--add_subdirectory(baloo)
-+if (KF5Baloo_FOUND)
-+   add_subdirectory(baloo)
-+endif()
- add_subdirectory(solid_actions)
- add_subdirectory(cursortheme)
- 

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.8.5-crashfix.patch 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.8.5-crashfix.patch
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze/, kde-plasma/plasma-meta/, kde-plasma/kwallet-pam/, ...

2017-03-21 Thread Andreas Sturmlechner
commit: eba6f7654dc4a41d17bcf876d770d107e679d5fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 16:21:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 16:22:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba6f765

kde-plasma: Drop KDE Plasma 5.9.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.9.3.ebuild|  40 -
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.9.3.ebuild|  30 
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.9.3.ebuild  |  22 ---
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.9.3.ebuild   |  26 
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.9.3.ebuild  |  76 --
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.9.3.ebuild |  36 -
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.9.3.ebuild   |  58 
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.9.3.ebuild |  57 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.9.3.ebuild|  17 ---
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.9.3.ebuild |  56 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.9.3.ebuild  |  26 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.9.3.ebuild  |  46 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.9.3.ebuild|  88 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.9.3.ebuild|  44 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.9.3.ebuild|  38 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.9.3.ebuild   |  89 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.9.3.ebuild|  49 ---
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.9.3.ebuild|  47 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.9.3.ebuild|  93 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.9.3.ebuild  |  22 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.9.3.ebuild  |  94 
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.9.3.ebuild|  23 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.9.3.ebuild  |  27 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.9.3.ebuild  |  53 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.9.3.ebuild|  29 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.9.3.ebuild  |  84 ---
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.9.3.ebuild | 154 ---
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.9.3.ebuild|  42 --
 kde-plasma/plasma-meta/plasma-meta-5.9.3.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.9.3.ebuild|  65 
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.9.3.ebuild|  29 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.9.3.ebuild  |  57 ---
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.9.3.ebuild   |  18 ---
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.9.3.ebuild | 163 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.9.3.ebuild |  30 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.9.3.ebuild  | 105 -
 kde-plasma/sddm-kcm/Manifest   |   1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.9.3.ebuild  |  41 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/files/, media-gfx/graphviz/

2017-03-21 Thread Michał Górny
commit: 05580a7d8816d031a44f52683d98b272d5a004aa
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 20:52:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 16:19:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05580a7d

media-gfx/graphviz: Drop old (python.eclass)

 media-gfx/graphviz/Manifest|   1 -
 .../files/graphviz-2.26.3-automake-1.11.2.patch|  35 
 .../files/graphviz-2.26.3-libtool-configure.patch  |  52 -
 .../graphviz/files/graphviz-2.26.3-libtool.patch   |  27 ---
 media-gfx/graphviz/graphviz-2.26.3-r4.ebuild   | 223 -
 5 files changed, 338 deletions(-)

diff --git a/media-gfx/graphviz/Manifest b/media-gfx/graphviz/Manifest
index c42f116e969..64a0ea90523 100644
--- a/media-gfx/graphviz/Manifest
+++ b/media-gfx/graphviz/Manifest
@@ -1,2 +1 @@
-DIST graphviz-2.26.3.tar.gz 17092429 SHA256 
f410996e69b1095237c2128deae5fc7b6ce99055b095271abb14447bc2f37fa1 SHA512 
6225141752318af0b50714d70d31dd1ef1bc414d134d22f066f159843991194215bb9bc4e8df38a194e1de67ebbf137d371e875948fa6a6eebfca9df1a414a6d
 WHIRLPOOL 
ca35d0ed9cb3751ae968e1c6d425efe42e8b681685eb66f975c0ff1b73e245fc3db6418ec69300331c94275fe3bfcdcd168b931b880c280f3dd63f1f03c4d4db
 DIST graphviz-2.38.0.tar.gz 25848858 SHA256 
81aa238d9d4a010afa73a9d2a704fc3221c731e1e06577c2ab3496bdef67859e SHA512 
0e51a97dae595f4e80bc9e4a12ba3c48485fab19941a28d522f5a0624b6a767e0ba720e9e55bff8efe8308dd1cd3793e2c99cb5fdfceb2d5cafb0cbee907e531
 WHIRLPOOL 
b59bb517c4aa690ffd23e1b4d448d5dbaae5594eb1059d574e0cb3bf2091beb9ed867bd4fa7e8ca0259863f24849c96d4d1da056091922bf33ace7da43c8b5d4

diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch 
b/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch
deleted file mode 100644
index 86280f2b05d..000
--- a/media-gfx/graphviz/files/graphviz-2.26.3-automake-1.11.2.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Install dir ( buiding with media-libs/ming ):
-/usr/$(get_libdir)/graphviz/Bitstream_Vera_Serif.fdb
-/usr/$(get_libdir)/graphviz/Bitstream_Vera_Sans.fdb
-/usr/include/graphviz/gv.cpp
-/usr/include/graphviz/gv.i
-
-Due to the following change, {pkglib,pkginclude}_DATA is invalid:
-
http://git.savannah.gnu.org/cgit/automake.git/commit/?id=9ca632642b006ac6b0fc4ce0ae5b34023faa8cbf
-

-diff --git a/plugin/ming/Makefile.am b/plugin/ming/Makefile.am
 a/plugin/ming/Makefile.am
-+++ b/plugin/ming/Makefile.am
-@@ -17,7 +17,8 @@ lib_LTLIBRARIES = libgvplugin_ming.la
- else
- pkglib_LTLIBRARIES = libgvplugin_ming.la
- endif
--pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
-+fdblibdir = $(libdir)/@PACKAGE@
-+fdblib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
- endif
- 
- libgvplugin_ming_C_la_SOURCES = \
-diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am
 a/tclpkg/gv/Makefile.am
-+++ b/tclpkg/gv/Makefile.am
-@@ -258,7 +258,7 @@ libgv_tcl_la_CPPFLAGS = $(BASECPPFLAGS) 
- gv_tcl.cpp: gv.i
-   $(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i
- 
--pkginclude_DATA = gv.i gv.cpp
-+pkginclude_HEADERS = gv.i gv.cpp
- pkglib_LTLIBRARIES = 
- man_MANS =
- pdf_DATA = 

diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch 
b/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch
deleted file mode 100644
index 142aea2843f..000
--- a/media-gfx/graphviz/files/graphviz-2.26.3-libtool-configure.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-backport newer libtool logic
-
-https://bugs.gentoo.org/539032
-
 a/configure.ac
-+++ b/configure.ac
-@@ -464,28 +464,15 @@
- dnl ---
- dnl libtool ltdl on-demand plugin loading
- 
--m4_ifdef([LT_INIT],
--[ #code that is for Libtool 2.x
--AM_PROG_LIBTOOL
--],
--[ #code that is for 1.5.x
--])
-+LT_INIT([dlopen])
-+LT_CONFIG_LTDL_DIR([libltdl])
-+LTDL_INIT
-+
- AC_ARG_ENABLE(ltdl,
-   [AS_HELP_STRING([--enable-ltdl],[support on-demand plugin loading])])
- if test "x$enable_ltdl" != "xno"; then
-   AC_DEFINE(ENABLE_LTDL,1,[Define if you want on-demand plugin loading])
--  AC_LIBTOOL_DLOPEN
--m4_ifdef([LT_INIT],
--[ #code that is for Libtool 2.x
--  LT_CONFIG_LTDL_DIR([libltdl])
--  LTDL_INIT
--],
--[ #code that is for 1.5.x
--  AC_CONFIG_SUBDIRS([libltdl])
--])
-   use_ltdl="Yes"
--  
--  AC_LIBLTDL_CONVENIENCE
-   if test "x$DARWIN9" = "xyes"; then
-  LIBLTDL_LDFLAGS="-Wl,-unexported_symbol,_lt_*"
-   fi
-@@ -494,12 +483,6 @@
- AC_SUBST(INCLTDL)
- AC_SUBST(LIBLTDL)
- AC_SUBST(LIBLTDL_LDFLAGS)
--m4_ifdef([LT_INIT],
--[ #code that is for Libtool 2.x
--],
--[ #code that is for 1.5.x
--AM_PROG_LIBTOOL
--])
- 
- # Checks for libraries.
- #AC_CHECK_LIB([ICE], [main])

diff --git a/media-gfx/graphviz/files/graphviz-2.26.3-libtool.patch 
b/media-gfx/graphviz/files/graphviz-2.26.3-libtool.patch
deleted file mode 100644
index f82312dbbeb..000
--- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/sddm-kcm/, kde-plasma/kinfocenter/, kde-plasma/user-manager/, ...

2017-03-21 Thread Andreas Sturmlechner
commit: cde1ce691658f42460c9cbc8964c9d18bdbf5afa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 16:16:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 16:16:12 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cde1ce69

kde-plasma: Drop 5.9.4, moved to tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/bluedevil/bluedevil-5.9.4.ebuild|  40 -
 kde-plasma/breeze-grub/breeze-grub-5.9.4.ebuild|  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.9.4.ebuild  |  22 ---
 .../breeze-plymouth/breeze-plymouth-5.9.4.ebuild   |  26 
 kde-plasma/breeze/breeze-5.9.4.ebuild  |  76 --
 .../kactivitymanagerd-5.9.4.ebuild |  36 -
 .../kde-cli-tools/kde-cli-tools-5.9.4.ebuild   |  58 
 .../kde-gtk-config/kde-gtk-config-5.9.4.ebuild |  57 ---
 kde-plasma/kdecoration/kdecoration-5.9.4.ebuild|  17 ---
 .../kdeplasma-addons/kdeplasma-addons-5.9.4.ebuild |  56 ---
 kde-plasma/kgamma/kgamma-5.9.4.ebuild  |  26 
 kde-plasma/khotkeys/khotkeys-5.9.4.ebuild  |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.9.4.ebuild|  91 
 kde-plasma/kmenuedit/kmenuedit-5.9.4.ebuild|  44 --
 kde-plasma/kscreen/kscreen-5.9.4.ebuild|  38 -
 .../kscreenlocker/kscreenlocker-5.9.4.ebuild   |  89 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.9.4.ebuild|  49 ---
 kde-plasma/ksysguard/ksysguard-5.9.4.ebuild|  47 --
 kde-plasma/kwallet-pam/kwallet-pam-5.9.4.ebuild|  93 
 .../kwayland-integration-5.9.4.ebuild  |  22 ---
 kde-plasma/kwin/kwin-5.9.4.ebuild  |  94 
 kde-plasma/kwrited/kwrited-5.9.4.ebuild|  23 ---
 kde-plasma/libkscreen/libkscreen-5.9.4.ebuild  |  27 
 kde-plasma/libksysguard/libksysguard-5.9.4.ebuild  |  56 ---
 kde-plasma/milou/milou-5.9.4.ebuild|  29 
 kde-plasma/oxygen/oxygen-5.9.4.ebuild  |  84 ---
 .../plasma-desktop/plasma-desktop-5.9.4.ebuild | 154 ---
 .../plasma-integration-5.9.4.ebuild|  42 --
 kde-plasma/plasma-meta/plasma-meta-5.9.4.ebuild|  64 
 kde-plasma/plasma-nm/plasma-nm-5.9.4.ebuild|  65 
 kde-plasma/plasma-pa/plasma-pa-5.9.4.ebuild|  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.9.4.ebuild  |  57 ---
 .../plasma-workspace-wallpapers-5.9.4.ebuild   |  18 ---
 .../plasma-workspace/plasma-workspace-5.9.4.ebuild | 163 -
 .../polkit-kde-agent/polkit-kde-agent-5.9.4.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.9.4.ebuild  |  82 ---
 kde-plasma/sddm-kcm/sddm-kcm-5.9.4.ebuild  |  41 --
 .../systemsettings/systemsettings-5.9.4.ebuild |  45 --
 kde-plasma/user-manager/user-manager-5.9.4.ebuild  |  26 
 39 files changed, 2092 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.9.4.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.9.4.ebuild
deleted file mode 100644
index 1b30c235b0..00
--- a/kde-plasma/bluedevil/bluedevil-5.9.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !kde-plasma/bluedevil:4
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.9.4.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.9.4.ebuild
deleted file mode 100644
index 70488d313e..00
--- a/kde-plasma/breeze-grub/breeze-grub-5.9.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Breeze theme for GRUB"
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-src_prepare() {
-   

[gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/elliptics-eblob/

2017-03-21 Thread Michał Górny
commit: 3263600af3935ac2d24163d9929bf6cc32244d64
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 20:45:43 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 16:12:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3263600a

net-misc/elliptics-eblob: Remove last-rited pkg, #599866

 net-misc/elliptics-eblob/Manifest  |  1 -
 .../elliptics-eblob/elliptics-eblob-0.22.16.ebuild | 40 --
 net-misc/elliptics-eblob/metadata.xml  | 11 --
 profiles/package.mask  |  1 -
 4 files changed, 53 deletions(-)

diff --git a/net-misc/elliptics-eblob/Manifest 
b/net-misc/elliptics-eblob/Manifest
deleted file mode 100644
index 1d5ff44eefb..000
--- a/net-misc/elliptics-eblob/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elliptics-eblob-0.22.16.zip 191321 SHA256 
a9b9c2160473e2faa73d0c0493522d1ca6e1f1e199b46aaf111a4bd0b5880dc2 SHA512 
bb8e00ecd8b111032a476cf4cdcbc4151f02c7166aebe0de3890c4d79d456249765e82ec70df38ffe1dcff3d6dd5ed7a2774aa5c21075e381ed39e2de00179a3
 WHIRLPOOL 
346ad194408ceac074e777e756cc3938f4117c790694e75ec7788b62668818d58231ef9ef35c533a33639b845a79090f531e7bed8699fb20c567df333efaa470

diff --git a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild 
b/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild
deleted file mode 100644
index 56aefab329e..000
--- a/net-misc/elliptics-eblob/elliptics-eblob-0.22.16.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1 flag-o-matic cmake-utils
-
-DESCRIPTION="The elliptics network - eblob backend"
-HOMEPAGE="http://www.ioremap.net/projects/elliptics;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="python"
-RDEPEND="
-   app-arch/snappy
-   dev-libs/openssl
-   dev-libs/boost[python]
-   dev-libs/handystats"
-DEPEND="${RDEPEND}"
-
-MY_PN="eblob"
-SRC_URI="https://github.com/reverbrain/eblob/archive/v${PV}.zip -> ${P}.zip"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_configure(){
-   # 'checking trying to link with boost::python... no' due 
'-Wl,--as-needed'
-   use python && filter-ldflags -Wl,--as-needed
-   cmake-utils_src_configure
-}
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_install() {
-   cd "${BUILD_DIR}" && emake DESTDIR="${D}" install
-   cd "${S}"
-}

diff --git a/net-misc/elliptics-eblob/metadata.xml 
b/net-misc/elliptics-eblob/metadata.xml
deleted file mode 100644
index 6243741ac58..000
--- a/net-misc/elliptics-eblob/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-   
-   reverbrain/eblob
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 9ea1a969edb..43e8723609c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -272,7 +272,6 @@ x11-misc/bbappconf
 # Also, the first ebuild blocks python.eclass removal, #599866,
 # and is one huge QA mystery. Removal in 30 days.
 net-misc/elliptics
-net-misc/elliptics-eblob
 
 # Andreas K. Hüttel  (19 Feb 2017)
 # Dead upstream for >3 years. Closed source. Bundles outdated



[gentoo-commits] repo/gentoo:master commit in: profiles/, net-misc/elliptics/, net-misc/elliptics/files/

2017-03-21 Thread Michał Górny
commit: f94edbfd75ac1a0ed9ea2a9cda14a1a35cf9b0bc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 20:46:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 16:12:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94edbfd

net-misc/elliptics: Remove last-rited pkg, #599866

 net-misc/elliptics/Manifest  |  1 -
 net-misc/elliptics/elliptics-2.19.2.6.ebuild | 70 
 net-misc/elliptics/files/elliptics.confd |  3 --
 net-misc/elliptics/files/elliptics.initd | 35 --
 net-misc/elliptics/metadata.xml  | 11 -
 profiles/package.mask|  7 ---
 6 files changed, 127 deletions(-)

diff --git a/net-misc/elliptics/Manifest b/net-misc/elliptics/Manifest
deleted file mode 100644
index 556592aa275..000
--- a/net-misc/elliptics/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elliptics-2.19.2.6.tar.gz 217118 SHA256 
33803bea4f1bce448abf0c3203b9b2828ccde8dbb4b2b1a234d187b1a73a5436 SHA512 
63670812fe422b2b02335e8ff248bdac19a0825a69118d3afa473c7775b177b469078c2dab47ace08643859e92576e1cdcdf44388489994b9560e96e7fbb400e
 WHIRLPOOL 
44c334b238d0fa6a5767815cb9ccaa9bef68279b4314f405e8c78ea53e40a6210d4dc4e31fc62e665886f25272c079eef4b94a8b75fd0a0c2d5a9d0815227088

diff --git a/net-misc/elliptics/elliptics-2.19.2.6.ebuild 
b/net-misc/elliptics/elliptics-2.19.2.6.ebuild
deleted file mode 100644
index ad40f5e53c1..000
--- a/net-misc/elliptics/elliptics-2.19.2.6.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-PYTHON_DEPEND="2"
-
-DESCRIPTION="Elliptics network is a fault tolerant key/value storage without 
dedicated metadata servers"
-HOMEPAGE="http://www.ioremap.net/projects/elliptics;
-LICENSE="GPL-2"
-SLOT="0"
-
-inherit user eutils python flag-o-matic cmake-utils
-
-KEYWORDS="~x86 ~amd64"
-IUSE="fastcgi python"
-RDEPEND="app-arch/snappy
-   dev-libs/openssl
-   fastcgi? ( dev-libs/fcgi )
-   net-misc/elliptics-eblob
-   dev-libs/boost[python]
-   dev-libs/libevent
-   dev-libs/leveldb
-   dev-libs/smack
-   dev-db/kyotocabinet
-   net-misc/cocaine-core
-   net-libs/zeromq"
-DEPEND="${RDEPEND}"
-
-SRC_URI="https://github.com/reverbrain/elliptics/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-pkg_setup() {
-   enewgroup elliptics
-   enewuser elliptics -1 -1 /dev/null elliptics
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_configure(){
-   use python && filter-ldflags -Wl,--as-needed
-   cmake-utils_src_configure
-}
-
-src_install(){
-   cmake-utils_src_install
-
-   use fastcgi && example/fcgi/lighttpd-fastcgi-elliptics.conf
-   dodoc doc/design_notes.txt \
-   doc/io_storage_backend.txt \
-   example/EXAMPLE \
-   example/ioserv.conf
-
-   # init script stuff
-   # too many changes since the old version, needs to be re-added
-   #newinitd "${FILESDIR}"/elliptics.initd elliptics || die
-   #newconfd "${FILESDIR}"/elliptics.confd elliptics || die
-
-   # tune default config
-   sed -i 's#log = /dev/stderr#log = syslog#' "${S}/example/ioserv.conf"
-   sed -i 's#root = /tmp/root#root = /var/spool/elliptics#' 
"${S}/example/ioserv.conf"
-   sed -i 's#daemon = 0#daemon = 1#' "${S}/example/ioserv.conf"
-   sed -i 's#history = /tmp/history#history = /var/run/elliptics#' 
"${S}/example/ioserv.conf"
-
-   # configs
-   insinto /etc/elliptics
-   doins "${S}/example/ioserv.conf"
-
-   keepdir /var/{spool,run}/elliptics
-   fowners elliptics:elliptics /var/{spool,run}/elliptics
-   fperms 0750 /var/{spool,run}/elliptics
-}

diff --git a/net-misc/elliptics/files/elliptics.confd 
b/net-misc/elliptics/files/elliptics.confd
deleted file mode 100644
index 70743c00411..000
--- a/net-misc/elliptics/files/elliptics.confd
+++ /dev/null
@@ -1,3 +0,0 @@
-ELLIPTICS_BIN=/usr/bin/dnet_ioserv
-ELLIPTICS_CONF=/etc/elliptics/ioserv.conf
-ELLIPTICS_USER=elliptics
\ No newline at end of file

diff --git a/net-misc/elliptics/files/elliptics.initd 
b/net-misc/elliptics/files/elliptics.initd
deleted file mode 100644
index bb06d1565ad..000
--- a/net-misc/elliptics/files/elliptics.initd
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/sbin/openrc-run
-
-opts="reload graceful"
-ELLIPTICS_PNAME=dnet-main
-
-depend() {
-need net
-use logger 
-after sshd
-}
-
-
-start() {
-ebegin "Starting dnet_ioserv"
-start-stop-daemon --start --user=${ELLIPTICS_USER} --exec 
${ELLIPTICS_BIN} -- -c "${ELLIPTICS_CONF}"
-eend $?
-}
-
-stop() {
-local rv=0
-ebegin "Stopping dnet_ioserv"
-killall -0 ${ELLIPTICS_PNAME} && /usr/bin/killall -w 
${ELLIPTICS_PNAME} || true
-eend $?
-}
-
-reload() {
-if ! service_started "${SVCNAME}" ; then
-

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

2017-03-21 Thread Michał Górny
commit: d1caf2f71be2ec72e107fc5f04b7998032c8d68b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 21:41:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 16:12:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1caf2f7

profiles/base: Mask media-gfx/nip2[graphviz]

 profiles/base/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ba2e61cfb3e..94179afe301 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -7,6 +7,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michał Górny  (18 Mar 2017)
+# Requires removed old version of media-gfx/graphviz.
+media-gfx/nip2 graphviz
+
 # Matt Turner  (04 Mar 2017)
 # Requires dev-util/cmdtest stabilization, bug 611052
 x11-apps/xauth test



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/khotkeys/, kde-plasma/kwayland-integration/, kde-plasma/plasma-nm/, ...

2017-03-21 Thread Andreas Sturmlechner
commit: 0e51cc3f8f18b46b0bc6d3fdaf8304c23e712c5f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 16:03:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 16:03:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e51cc3f

kde-plasma: Drop KDE Plasma 5.8.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.8.5.ebuild|  40 -
 kde-plasma/breeze-grub/Manifest|   1 -
 kde-plasma/breeze-grub/breeze-grub-5.8.5.ebuild|  30 
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.8.5.ebuild  |  22 ---
 kde-plasma/breeze-plymouth/Manifest|   1 -
 .../breeze-plymouth/breeze-plymouth-5.8.5.ebuild   |  26 
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.8.5.ebuild  |  75 -
 kde-plasma/kactivitymanagerd/Manifest  |   1 -
 .../kactivitymanagerd-5.8.5.ebuild |  36 -
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.8.5.ebuild   |  59 ---
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.8.5.ebuild |  59 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.8.5.ebuild|  17 ---
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.8.5.ebuild |  56 ---
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.8.5.ebuild  |  27 
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.8.5.ebuild  |  48 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.8.5.ebuild|  88 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.8.5.ebuild|  44 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.8.5.ebuild|  38 -
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.8.5.ebuild   |  87 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.8.5.ebuild|  49 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.8.5.ebuild|  47 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.8.5.ebuild|  93 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.8.5.ebuild  |  22 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.8.5.ebuild  |  95 
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.8.5.ebuild|  23 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.8.5.ebuild  |  27 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.8.5.ebuild  |  53 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.8.5.ebuild|  29 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.8.5.ebuild  |  83 --
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.8.5-r2.ebuild  | 165 
 kde-plasma/plasma-integration/Manifest |   1 -
 .../plasma-integration-5.8.5-r1.ebuild |  43 --
 kde-plasma/plasma-meta/plasma-meta-5.8.5.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.8.5.ebuild|  65 
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.8.5.ebuild|  29 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild  |  57 ---
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.8.5.ebuild   |  18 ---
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.8.5.ebuild | 169 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.8.5.ebuild |  30 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.8.5.ebuild  | 100 
 kde-plasma/sddm-kcm/Manifest   |   1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.8.5.ebuild  |  43 --
 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/user-manager/, kde-plasma/systemsettings/, kde-plasma/kscreenlocker/, ...

2017-03-21 Thread Andreas Sturmlechner
commit: cd8eec9f21cd570c8674d55761936a407df983c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 21 16:00:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 21 16:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8eec9f

kde-plasma: Add KDE Plasma 5.9.4 release

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.9.4.ebuild|  40 +
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.9.4.ebuild|  30 
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.9.4.ebuild  |  22 +++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.9.4.ebuild   |  26 
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.9.4.ebuild  |  76 ++
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.9.4.ebuild |  36 +
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.9.4.ebuild   |  58 
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.9.4.ebuild |  57 +++
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.9.4.ebuild|  17 +++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons/kdeplasma-addons-5.9.4.ebuild |  56 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.9.4.ebuild  |  26 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.9.4.ebuild  |  46 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.9.4.ebuild|  91 
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.9.4.ebuild|  44 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.9.4.ebuild|  38 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.9.4.ebuild   |  89 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.9.4.ebuild|  49 +++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.9.4.ebuild|  47 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.9.4.ebuild|  93 
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.9.4.ebuild  |  22 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.9.4.ebuild  |  94 
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.9.4.ebuild|  23 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.9.4.ebuild  |  27 
 kde-plasma/libksysguard/Manifest   |   1 +
 .../files/libksysguard-5.9.4-plasma-optional.patch |  88 +++
 kde-plasma/libksysguard/libksysguard-5.9.4.ebuild  |  56 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.9.4.ebuild|  29 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.9.4.ebuild  |  84 +++
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.9.4.ebuild | 154 +++
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.9.4.ebuild|  42 ++
 kde-plasma/plasma-meta/plasma-meta-5.9.4.ebuild|  64 
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.9.4.ebuild|  65 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.9.4.ebuild|  29 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.9.4.ebuild  |  57 +++
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.9.4.ebuild   |  18 +++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace/plasma-workspace-5.9.4.ebuild | 163 +
 kde-plasma/polkit-kde-agent/Manifest   |   1 +
 .../polkit-kde-agent/polkit-kde-agent-5.9.4.ebuild |  30 
 kde-plasma/powerdevil/Manifest |   1 +
 kde-plasma/powerdevil/metadata.xml |   3 +-
 kde-plasma/powerdevil/powerdevil-5.9.4.ebuild  |  

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Local/

2017-03-21 Thread Michael Haubenwallner
commit: 79797b419bb4cb7d15c5b223c5f7575fc9d4a801
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:34:24 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79797b41

virtual/perl-Time-Local: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-Time-Local/perl-Time-Local-1.230.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.230.0-r5.ebuild 
b/virtual/perl-Time-Local/perl-Time-Local-1.230.0-r5.ebuild
index 9d70438157e..50e9a6151e3 100644
--- a/virtual/perl-Time-Local/perl-Time-Local-1.230.0-r5.ebuild
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.230.0-r5.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Compress/

2017-03-21 Thread Michael Haubenwallner
commit: 2deb298fce2a2f43e92ac772296783d26e1e234f
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:33:30 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deb298f

virtual/perl-IO-Compress: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-IO-Compress/perl-IO-Compress-2.69.1_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.69.1_rc.ebuild 
b/virtual/perl-IO-Compress/perl-IO-Compress-2.69.1_rc.ebuild
index ec91a24183e..154c5219647 100644
--- a/virtual/perl-IO-Compress/perl-IO-Compress-2.69.1_rc.ebuild
+++ b/virtual/perl-IO-Compress/perl-IO-Compress-2.69.1_rc.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-03-21 Thread Michael Haubenwallner
commit: 9bc0c44f50af0b9ec5934db1e4af95a3ed2f2258
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:33:57 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc0c44f

virtual/perl-IO: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-IO/perl-IO-1.360.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO/perl-IO-1.360.100_rc.ebuild 
b/virtual/perl-IO/perl-IO-1.360.100_rc.ebuild
index b35b039cc40..7d3d038039b 100644
--- a/virtual/perl-IO/perl-IO-1.360.100_rc.ebuild
+++ b/virtual/perl-IO/perl-IO-1.360.100_rc.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2017-03-21 Thread Michael Haubenwallner
commit: 89e192aa2c93658b907db0ecc224423cbfbb88cf
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:34:10 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e192aa

virtual/perl-Storable: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild 
b/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
index d37af9f0651..c73271a2342 100644
--- a/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
+++ b/virtual/perl-Storable/perl-Storable-2.560.100_rc.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2017-03-21 Thread Michael Haubenwallner
commit: 50452637d53c719391e6a2cf59a626d7599b3895
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:34:37 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50452637

virtual/perl-XSLoader: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-XSLoader/perl-XSLoader-0.210.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.210.0-r1.ebuild 
b/virtual/perl-XSLoader/perl-XSLoader-0.210.0-r1.ebuild
index 075fd47baba..02818091811 100644
--- a/virtual/perl-XSLoader/perl-XSLoader-0.210.0-r1.ebuild
+++ b/virtual/perl-XSLoader/perl-XSLoader-0.210.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-03-21 Thread Michael Haubenwallner
commit: 10d8ad5e1ff6a42f548a368310a99c48db6e562e
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:33:04 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d8ad5e

virtual/perl-Encode: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild 
b/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
index 29d1c7e183a..201cc2daa5a 100644
--- a/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
+++ b/virtual/perl-Encode/perl-Encode-2.800.100_rc.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Socket-IP/

2017-03-21 Thread Michael Haubenwallner
commit: 76212d3161a231b6098ee9afa4c195260bb623b9
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:33:44 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76212d31

virtual/perl-IO-Socket-IP: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r2.ebuild 
b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r2.ebuild
index 36041032d7d..11698e91d89 100644
--- a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r2.ebuild
+++ b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-03-21 Thread Michael Haubenwallner
commit: a8366f5acaf8a046b57ea67c37f6043d32665d9a
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:21:29 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8366f5a

dev-libs/apr-util: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 dev-libs/apr-util/apr-util-1.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild 
b/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild
index 7a4fc82e857..9abee1937cd 100644
--- a/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild
+++ b/dev-libs/apr-util/apr-util-1.5.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://apache/apr/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb doc freetds gdbm ldap libressl mysql nss odbc openssl postgres 
sqlite static-libs"
 #RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/

2017-03-21 Thread Michael Haubenwallner
commit: 6f4186735fcf6dd35a00bad6e2d4c6d94e441116
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:32:11 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f418673

virtual/jpeg: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/jpeg/jpeg-0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r2.ebuild
index b98da0fda06..52226a8694c 100644
--- a/virtual/jpeg/jpeg-0-r2.ebuild
+++ b/virtual/jpeg/jpeg-0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="|| (



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

2017-03-21 Thread Michael Haubenwallner
commit: 6aab869b4e8e32e527d4f0b638accd768e2f
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:31:57 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aab8688

sys-devel/gdb: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 sys-devel/gdb/gdb-7.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild
index d47b1975d3f..cff59054cc5 100644
--- a/sys-devel/gdb/gdb-7.12.1.ebuild
+++ b/sys-devel/gdb/gdb-7.12.1.ebuild
@@ -57,7 +57,7 @@ LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
# alpha #562128
-   KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="-alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server test vanilla xml"
 REQUIRED_USE="



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

2017-03-21 Thread Michael Haubenwallner
commit: d23e234d9b063fee91349ab9aeb40cbc86497f33
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:30:33 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23e234d

media-libs/tiff: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

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

diff --git a/media-libs/tiff/tiff-4.0.7.ebuild 
b/media-libs/tiff/tiff-4.0.7.ebuild
index 816f831f300..582c4ac228b 100644
--- a/media-libs/tiff/tiff-4.0.7.ebuild
+++ b/media-libs/tiff/tiff-4.0.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test zlib"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )



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

2017-03-21 Thread Michael Haubenwallner
commit: fb558b1c6028234045f9c3b0a63b9faf1d025ccf
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:34:50 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb558b1c

virtual/perl-parent: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 virtual/perl-parent/perl-parent-0.234.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-parent/perl-parent-0.234.0-r1.ebuild 
b/virtual/perl-parent/perl-parent-0.234.0-r1.ebuild
index 075fd47baba..02818091811 100644
--- a/virtual/perl-parent/perl-parent-0.234.0-r1.ebuild
+++ b/virtual/perl-parent/perl-parent-0.234.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-03-21 Thread Michael Haubenwallner
commit: 4afa27218c6df5a80a60c7ad43b98e0559c3754c
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:28:25 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:42:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afa2721

dev-vcs/subversion: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

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

diff --git a/dev-vcs/subversion/subversion-1.9.5.ebuild 
b/dev-vcs/subversion/subversion-1.9.5.ebuild
index bef5dcee08f..b3f7ebe9b88 100644
--- a/dev-vcs/subversion/subversion-1.9.5.ebuild
+++ b/dev-vcs/subversion/subversion-1.9.5.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="Subversion GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kwallet nls perl python ruby sasl test vim-syntax"
 
 COMMON_DEPEND="



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

2017-03-21 Thread Michael Haubenwallner
commit: 2a5b65b47a1ca79789d810f0dcf435fd2a2d80f6
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Mar 21 15:31:14 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Mar 21 15:41:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5b65b4

sys-devel/autoconf-archive: add ~x64-cygwin keyword

Package-Manager: portage-2.3.3

 sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild 
b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
index 2e35b0199f3..25338196895 100644
--- a/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
+++ b/sys-devel/autoconf-archive/autoconf-archive-2016.09.16.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 # File collisions. #540246



  1   2   3   >