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

2016-08-18 Thread Michael Palimaka
commit: e1bf0e7af658768cb43cae69b8f27bad6607e207
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug 18 08:05:31 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:32:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bf0e7a

kde-base/kdelibs: Version bump to 4.14.23

Cleanup blockers, version dependencies and USE flag ops
Remove some configure warnings about unused flags

Package-Manager: portage-2.2.28

 kde-base/kdelibs/Manifest   |   1 +
 kde-base/kdelibs/kdelibs-4.14.23.ebuild | 301 
 2 files changed, 302 insertions(+)

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index a640fc8..c5de325 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,3 +1,4 @@
 DIST kdelibs-4.14.20.tar.xz 11632384 SHA256 
b77e9b3c5063563db00e2fd816794f438148609aee22c2f2ddb2588b9e8c3cb4 SHA512 
bcc52c959497ac229d21665113236428ac71e34cf5ac853b2d0200fd067f71db432aa29e1709ffcc2762764d1e973638e805a377ca4a254c0b3ded7f03228fbb
 WHIRLPOOL 
76058923f6dc50ebdbc0dd1bfebc12048ebfa2ed431dc78e34017707e90553c0eb5e25825c0f13cc892eb1cd601d702aee4f62235be0f449974af402c3eeb650
 DIST kdelibs-4.14.21.tar.xz 11634568 SHA256 
487f757168a4e57f004b2c68853a183447843425a0c310fdc2b18f3f7acb2242 SHA512 
fd1000d04520a9c382158e526f3bc9d8dd53b093317d9a394ea0afcaa9671202e44c446d034431a8705a3fc9550112bb392e30c3b5c1f56e08ecfbc613213d02
 WHIRLPOOL 
83118942d74f85406412a2214c3fc65eb63b12f9f8da15ce292ab5ec26706f32123272b3911eb05608f226a6b56b75679d867b56b724efb0dc5e6c08f399a394
 DIST kdelibs-4.14.22.tar.xz 11632176 SHA256 
f0caa5e99ec325d9392a68393aadf58898c269be7c41f878b2b1807cc931d567 SHA512 
9ea28cd541eb6ec46bd27b364c35ca7818a90651507beaed28f3a632fc17ec608e18643d1cfdb4a21661148f93ace0067a63dfd1328b66f271a1aa8d5c201609
 WHIRLPOOL 
59b6fdd92244b26a19dfa7d459cd4e5659e0f31d915febbe6173a9e2a8e9be9edf40969c395ebfc55446607b11416c9a5f2861e0307d38e27ca515c109f69b37
+DIST kdelibs-4.14.23.tar.xz 11633836 SHA256 
3afe6ecf2d735484d2c2e22efda45a2c5c6ff702e87f56c80e2bcb565db11fcd SHA512 
496d18e0764df7909bd4eeeb8d603bbca31cb7c1628e919588dd7a2b6c04fdd7feeb45e2597be1945c9d8afe34a6e479393e86211805c09301345a3f2d30a4a6
 WHIRLPOOL 
069ce8882cac94f51f3b502a90cfb671bf1b95084db2987a86b87d1220a2b587c70dd4f57d63b4cf125e3f723475c127dd11c0d632eb7179807f6b02080b94e4

diff --git a/kde-base/kdelibs/kdelibs-4.14.23.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.23.ebuild
new file mode 100644
index 000..8c8f9ec
--- /dev/null
+++ b/kde-base/kdelibs/kdelibs-4.14.23.ebuild
@@ -0,0 +1,301 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MIN_VERSION="3.3.1-r1"
+CPPUNIT_REQUIRED="optional"
+DECLARATIVE_REQUIRED="always"
+KDE_HANDBOOK="optional"
+OPENGL_REQUIRED="optional"
+WEBKIT_REQUIRED="optional"
+inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
+
+APPS_VERSION="16.08.0" # Don't forget to bump this
+
+DESCRIPTION="KDE libraries needed by all KDE programs"
+[[ ${KDE_BUILD_TYPE} != live ]] && \
+SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="cpu_flags_x86_3dnow acl altivec +bzip2 +crypt debug doc fam jpeg2k
+kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell
+cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
+
+REQUIRED_USE="
+   udisks? ( udev )
+   upower? ( udev )
+"
+
+# needs the kate regression testsuite from svn
+RESTRICT="test"
+
+COMMONDEPEND="
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xsl-stylesheets
+   >=dev-libs/libattica-0.4.2
+   dev-libs/libdbusmenu-qt[qt4]
+   dev-libs/libpcre[unicode]
+   dev-libs/libxml2
+   dev-libs/libxslt
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/giflib:=
+   media-libs/libpng:0=
+   media-libs/phonon[qt4]
+   sys-libs/zlib
+   virtual/jpeg:0
+   x11-misc/shared-mime-info
+   acl? ( virtual/acl )
+   !aqua? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   !kernel_SunOS? (
+   || (
+   sys-libs/libutempter
+   >=sys-freebsd/freebsd-lib-9.0
+   )
+   )
+   )
+   bzip2? ( app-arch/bzip2 )
+   crypt? ( app-crypt/qca:2[qt4] )
+   fam? ( virtual/fam )
+   jpeg2k? ( media-libs/jasper )
+ 

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

2016-08-18 Thread Michael Palimaka
commit: 7ab15b5487c822a74ab71d8fd47c58b819a81843
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug 18 11:05:43 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:32:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab15b54

kde-base/kdelibs: Drop old

Package-Manager: portage-2.2.28

 kde-base/kdelibs/Manifest   |   1 -
 kde-base/kdelibs/kdelibs-4.14.21.ebuild | 302 
 2 files changed, 303 deletions(-)

diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest
index c5de325..3b779e1 100644
--- a/kde-base/kdelibs/Manifest
+++ b/kde-base/kdelibs/Manifest
@@ -1,4 +1,3 @@
 DIST kdelibs-4.14.20.tar.xz 11632384 SHA256 
b77e9b3c5063563db00e2fd816794f438148609aee22c2f2ddb2588b9e8c3cb4 SHA512 
bcc52c959497ac229d21665113236428ac71e34cf5ac853b2d0200fd067f71db432aa29e1709ffcc2762764d1e973638e805a377ca4a254c0b3ded7f03228fbb
 WHIRLPOOL 
76058923f6dc50ebdbc0dd1bfebc12048ebfa2ed431dc78e34017707e90553c0eb5e25825c0f13cc892eb1cd601d702aee4f62235be0f449974af402c3eeb650
-DIST kdelibs-4.14.21.tar.xz 11634568 SHA256 
487f757168a4e57f004b2c68853a183447843425a0c310fdc2b18f3f7acb2242 SHA512 
fd1000d04520a9c382158e526f3bc9d8dd53b093317d9a394ea0afcaa9671202e44c446d034431a8705a3fc9550112bb392e30c3b5c1f56e08ecfbc613213d02
 WHIRLPOOL 
83118942d74f85406412a2214c3fc65eb63b12f9f8da15ce292ab5ec26706f32123272b3911eb05608f226a6b56b75679d867b56b724efb0dc5e6c08f399a394
 DIST kdelibs-4.14.22.tar.xz 11632176 SHA256 
f0caa5e99ec325d9392a68393aadf58898c269be7c41f878b2b1807cc931d567 SHA512 
9ea28cd541eb6ec46bd27b364c35ca7818a90651507beaed28f3a632fc17ec608e18643d1cfdb4a21661148f93ace0067a63dfd1328b66f271a1aa8d5c201609
 WHIRLPOOL 
59b6fdd92244b26a19dfa7d459cd4e5659e0f31d915febbe6173a9e2a8e9be9edf40969c395ebfc55446607b11416c9a5f2861e0307d38e27ca515c109f69b37
 DIST kdelibs-4.14.23.tar.xz 11633836 SHA256 
3afe6ecf2d735484d2c2e22efda45a2c5c6ff702e87f56c80e2bcb565db11fcd SHA512 
496d18e0764df7909bd4eeeb8d603bbca31cb7c1628e919588dd7a2b6c04fdd7feeb45e2597be1945c9d8afe34a6e479393e86211805c09301345a3f2d30a4a6
 WHIRLPOOL 
069ce8882cac94f51f3b502a90cfb671bf1b95084db2987a86b87d1220a2b587c70dd4f57d63b4cf125e3f723475c127dd11c0d632eb7179807f6b02080b94e4

diff --git a/kde-base/kdelibs/kdelibs-4.14.21.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.21.ebuild
deleted file mode 100644
index 92f0b61..000
--- a/kde-base/kdelibs/kdelibs-4.14.21.ebuild
+++ /dev/null
@@ -1,302 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CMAKE_MIN_VERSION="3.3.1-r1"
-CPPUNIT_REQUIRED="optional"
-DECLARATIVE_REQUIRED="always"
-KDE_HANDBOOK="optional"
-OPENGL_REQUIRED="optional"
-WEBKIT_REQUIRED="always"
-inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic
-
-EGIT_BRANCH="KDE/4.14"
-APPS_VERSION="16.04.2" # Don't forget to bump this
-
-DESCRIPTION="KDE libraries needed by all KDE programs"
-[[ ${KDE_BUILD_TYPE} != live ]] && \
-SRC_URI="mirror://kde/stable/applications/${APPS_VERSION}/src/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
-LICENSE="LGPL-2.1"
-IUSE="cpu_flags_x86_3dnow acl altivec +bzip2 +crypt debug doc fam jpeg2k
-kerberos libressl lzma cpu_flags_x86_mmx nls openexr +policykit spell
-cpu_flags_x86_sse cpu_flags_x86_sse2 ssl +udev +udisks +upower zeroconf"
-
-REQUIRED_USE="
-   udisks? ( udev )
-   upower? ( udev )
-"
-
-# needs the kate regression testsuite from svn
-RESTRICT="test"
-
-COMMONDEPEND="
-   app-text/docbook-xml-dtd:4.2
-   app-text/docbook-xsl-stylesheets
-   >=dev-libs/libattica-0.4.2
-   >=dev-libs/libdbusmenu-qt-0.3.2[qt4(+)]
-   dev-libs/libpcre[unicode]
-   dev-libs/libxml2
-   dev-libs/libxslt
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/giflib:=
-   media-libs/libpng:0=
-   media-libs/phonon[qt4]
-   sys-libs/zlib
-   virtual/jpeg:0
-   >=x11-misc/shared-mime-info-0.60
-   acl? ( virtual/acl )
-   !aqua? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXcursor
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   !kernel_SunOS? (
-   || (
-   sys-libs/libutempter
-   >=sys-freebsd/freebsd-lib-9.0
-   )
-   )
-   )
-   bzip2? ( app-arch/bzip2 )
-   crypt? ( app-crypt/qca:2[qt4(+)] )
-   fam? ( virtual/fam )
-   jpeg2k? ( media-libs/jasper )
-   kerberos? ( virtual/krb5 )
-   openexr? (
-   

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

2016-08-18 Thread Michael Palimaka
commit: efa363f501450b10d55a932a46432a1fbd2287cf
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug 18 08:04:27 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:32:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa363f5

kde-base/kdelibs: Backport fix for shared libs bug with gcc-6

Package-Manager: portage-2.2.28

 .../files/kdelibs-4.14.22-gcc6-visibility.patch| 26 ++
 kde-base/kdelibs/kdelibs-4.14.22.ebuild|  1 +
 2 files changed, 27 insertions(+)

diff --git a/kde-base/kdelibs/files/kdelibs-4.14.22-gcc6-visibility.patch 
b/kde-base/kdelibs/files/kdelibs-4.14.22-gcc6-visibility.patch
new file mode 100644
index 000..5a98d9c
--- /dev/null
+++ b/kde-base/kdelibs/files/kdelibs-4.14.22-gcc6-visibility.patch
@@ -0,0 +1,26 @@
+From: David Faure 
+Date: Tue, 16 Aug 2016 13:50:57 +
+Subject: Fix wrong value of __KDE_HAVE_GCC_VISIBILITY on systems with gcc 6.
+X-Git-Url: 
http://quickgit.kde.org/?p=kdelibs.git=commitdiff=e9b25c7c040d8526fe8675b97d1067c8ffa7249f
+---
+Fix wrong value of __KDE_HAVE_GCC_VISIBILITY on systems with gcc 6.
+
+Clearly the author of this regexp, in 2006, thought gcc would never
+hit version 6 :-)
+
+REVIEW: 128697
+---
+
+
+--- a/cmake/modules/FindKDE4Internal.cmake
 b/cmake/modules/FindKDE4Internal.cmake
+@@ -1221,7 +1221,7 @@
+# get the gcc version
+exec_program(${CMAKE_C_COMPILER} ARGS ${CMAKE_C_COMPILER_ARG1} --version 
OUTPUT_VARIABLE _gcc_version_info)
+ 
+-   string (REGEX MATCH "[345]\\.[0-9]\\.[0-9]" _gcc_version 
"${_gcc_version_info}")
++   string (REGEX MATCH "[3-9]\\.[0-9]\\.[0-9]" _gcc_version 
"${_gcc_version_info}")
+# gcc on mac just reports: "gcc (GCC) 3.3 20030304 ..." without the patch 
level, handle this here:
+if (NOT _gcc_version)
+   string (REGEX MATCH ".*\\(GCC\\).* ([34]\\.[0-9]) .*" "\\1.0" 
_gcc_version "${gcc_on_macos}")
+

diff --git a/kde-base/kdelibs/kdelibs-4.14.22.ebuild 
b/kde-base/kdelibs/kdelibs-4.14.22.ebuild
index f41ad2d..b31ebd6 100644
--- a/kde-base/kdelibs/kdelibs-4.14.22.ebuild
+++ b/kde-base/kdelibs/kdelibs-4.14.22.ebuild
@@ -135,6 +135,7 @@ PATCHES=(
"${FILESDIR}/${PN}-4.14.20-FindQt4.patch"
"${FILESDIR}/${PN}-4.14.20-strigi-optional.patch"
"${FILESDIR}/${PN}-4.14.22-webkit.patch"
+   "${FILESDIR}/${PN}-4.14.22-gcc6-visibility.patch"
 )
 
 pkg_pretend() {



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

2016-08-18 Thread Agostino Sarubbo
commit: 1fcfd788e26c0e84e334839e60afa655c5287546
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 14:52:15 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 14:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcfd788

app-crypt/gnupg: amd64 stable wrt bug #591536

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-crypt/gnupg/gnupg-1.4.21.ebuild 
b/app-crypt/gnupg/gnupg-1.4.21.ebuild
index a93fe77..d47c101 100644
--- a/app-crypt/gnupg/gnupg-1.4.21.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/

2016-08-18 Thread Agostino Sarubbo
commit: 0704be90a7d62bab143dff18f9e828163cd1f044
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 14:53:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 14:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0704be90

net-firewall/firewalld: amd64 stable wrt bug #591458

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/firewalld/firewalld-0.4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild 
b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
index ced9890..680d705 100644
--- a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
+++ b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="gui"
 
 RDEPEND="${PYTHON_DEPS}



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

2016-08-18 Thread Agostino Sarubbo
commit: e44a2214e870486a914192c73b704dc573d266e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 14:53:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 14:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44a2214

dev-libs/nettle: amd64 stable wrt bug #590484

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/nettle/nettle-3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nettle/nettle-3.2-r1.ebuild 
b/dev-libs/nettle/nettle-3.2-r1.ebuild
index 51be425..211e3c6 100644
--- a/dev-libs/nettle/nettle-3.2-r1.ebuild
+++ b/dev-libs/nettle/nettle-3.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6" # subslot = libnettle soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-5.0:0[${MULTILIB_USEDEP}] )"



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

2016-08-18 Thread Agostino Sarubbo
commit: b0162a5896624d2b68b7c5862d799c54dba7d09f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 14:53:46 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 14:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0162a58

dev-libs/libgcrypt: amd64 stable wrt bug #591534

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
index bdecc44..00dbaf8 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



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

2016-08-18 Thread Agostino Sarubbo
commit: 3c40ae0124dc8a44959f66ab7c88f85bd127b173
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Aug 18 14:53:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Aug 18 14:53:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c40ae01

dev-db/postgresql: amd64 stable wrt bug #591052

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/postgresql/postgresql-9.1.23.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.2.18.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.3.14.ebuild | 2 +-
 dev-db/postgresql/postgresql-9.4.9.ebuild  | 2 +-
 dev-db/postgresql/postgresql-9.5.4.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/postgresql/postgresql-9.1.23.ebuild 
b/dev-db/postgresql/postgresql-9.1.23.ebuild
index 3b4f859..a728f51 100644
--- a/dev-db/postgresql/postgresql-9.1.23.ebuild
+++ b/dev-db/postgresql/postgresql-9.1.23.ebuild
@@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.2.18.ebuild 
b/dev-db/postgresql/postgresql-9.2.18.ebuild
index a3c1e83..6eea742 100644
--- a/dev-db/postgresql/postgresql-9.2.18.ebuild
+++ b/dev-db/postgresql/postgresql-9.2.18.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.3.14.ebuild 
b/dev-db/postgresql/postgresql-9.3.14.ebuild
index b94387d..1c140af 100644
--- a/dev-db/postgresql/postgresql-9.3.14.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.14.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.4.9.ebuild 
b/dev-db/postgresql/postgresql-9.4.9.ebuild
index 52b0f60..df0924a 100644
--- a/dev-db/postgresql/postgresql-9.4.9.ebuild
+++ b/dev-db/postgresql/postgresql-9.4.9.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 

diff --git a/dev-db/postgresql/postgresql-9.5.4.ebuild 
b/dev-db/postgresql/postgresql-9.5.4.ebuild
index 10f5813..e58671f 100644
--- a/dev-db/postgresql/postgresql-9.5.4.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.4.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2016-08-18 Thread Michael Palimaka
commit: 278c47a8879d638cc9f9266611638ec6c24909aa
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug  4 18:59:57 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:50:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=278c47a8

kde-apps/ktouch: Fix HOMEPAGE

Package-Manager: portage-2.2.28

 kde-apps/ktouch/ktouch-16.07.90.ebuild  | 2 +-
 kde-apps/ktouch/ktouch-16.08.49..ebuild | 2 +-
 kde-apps/ktouch/ktouch-5..ebuild| 2 +-
 kde-apps/ktouch/ktouch-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktouch/ktouch-16.07.90.ebuild 
b/kde-apps/ktouch/ktouch-16.07.90.ebuild
index 8e07e88..8afa272 100644
--- a/kde-apps/ktouch/ktouch-16.07.90.ebuild
+++ b/kde-apps/ktouch/ktouch-16.07.90.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch;
+HOMEPAGE="https://www.kde.org/applications/education/ktouch/;
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="debug"
 

diff --git a/kde-apps/ktouch/ktouch-16.08.49..ebuild 
b/kde-apps/ktouch/ktouch-16.08.49..ebuild
index 0c18011..f6aa77c 100644
--- a/kde-apps/ktouch/ktouch-16.08.49..ebuild
+++ b/kde-apps/ktouch/ktouch-16.08.49..ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch;
+HOMEPAGE="https://www.kde.org/applications/education/ktouch/;
 KEYWORDS=""
 IUSE="debug"
 

diff --git a/kde-apps/ktouch/ktouch-5..ebuild 
b/kde-apps/ktouch/ktouch-5..ebuild
index 278cce2..3373f67 100644
--- a/kde-apps/ktouch/ktouch-5..ebuild
+++ b/kde-apps/ktouch/ktouch-5..ebuild
@@ -9,7 +9,7 @@ EGIT_BRANCH="frameworks"
 inherit kde5
 
 DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch;
+HOMEPAGE="https://www.kde.org/applications/education/ktouch/;
 KEYWORDS=""
 IUSE=""
 

diff --git a/kde-apps/ktouch/ktouch-.ebuild 
b/kde-apps/ktouch/ktouch-.ebuild
index 0c18011..f6aa77c 100644
--- a/kde-apps/ktouch/ktouch-.ebuild
+++ b/kde-apps/ktouch/ktouch-.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://edu.kde.org/applications/miscellaneous/ktouch;
+HOMEPAGE="https://www.kde.org/applications/education/ktouch/;
 KEYWORDS=""
 IUSE="debug"
 



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

2016-08-18 Thread Michael Palimaka
commit: 9b5ceb9f3f6b1297582f48d30166b22e0d822792
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Aug  4 18:58:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:50:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b5ceb9f

kde-apps/kdeedu-meta: Add USE=webkit for indirect qtwebkit:4 rdeps

Package-Manager: portage-2.2.28

 kde-apps/kdeedu-meta/kdeedu-meta-16.07.90.ebuild  | 8 +---
 kde-apps/kdeedu-meta/kdeedu-meta-16.08.49..ebuild | 8 +---
 kde-apps/kdeedu-meta/kdeedu-meta-.ebuild  | 8 +---
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-16.07.90.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-16.07.90.ebuild
index 44615a8..632ca21 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-16.07.90.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-16.07.90.ebuild
@@ -9,7 +9,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
 HOMEPAGE="https://edu.kde.org;
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="+webkit"
 
 RDEPEND="
$(add_kdeapps_dep analitza)
@@ -27,9 +27,7 @@ RDEPEND="
$(add_kdeapps_dep kiten)
$(add_kdeapps_dep klettres)
$(add_kdeapps_dep kmplot)
-   $(add_kdeapps_dep kqtquickcharts)
$(add_kdeapps_dep kstars)
-   $(add_kdeapps_dep ktouch)
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
@@ -38,4 +36,8 @@ RDEPEND="
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)
$(add_kdeapps_dep step)
+   webkit? (
+   $(add_kdeapps_dep kqtquickcharts)
+   $(add_kdeapps_dep ktouch)
+   )
 "

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-16.08.49..ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-16.08.49..ebuild
index 2abb028..83ce0f8 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-16.08.49..ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-16.08.49..ebuild
@@ -9,7 +9,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
 HOMEPAGE="https://edu.kde.org;
 KEYWORDS=""
-IUSE=""
+IUSE="+webkit"
 
 RDEPEND="
$(add_kdeapps_dep analitza)
@@ -27,9 +27,7 @@ RDEPEND="
$(add_kdeapps_dep kiten)
$(add_kdeapps_dep klettres)
$(add_kdeapps_dep kmplot)
-   $(add_kdeapps_dep kqtquickcharts)
$(add_kdeapps_dep kstars)
-   $(add_kdeapps_dep ktouch)
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
@@ -38,4 +36,8 @@ RDEPEND="
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)
$(add_kdeapps_dep step)
+   webkit? (
+   $(add_kdeapps_dep kqtquickcharts)
+   $(add_kdeapps_dep ktouch)
+   )
 "

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
index 2abb028..83ce0f8 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-.ebuild
@@ -9,7 +9,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
 HOMEPAGE="https://edu.kde.org;
 KEYWORDS=""
-IUSE=""
+IUSE="+webkit"
 
 RDEPEND="
$(add_kdeapps_dep analitza)
@@ -27,9 +27,7 @@ RDEPEND="
$(add_kdeapps_dep kiten)
$(add_kdeapps_dep klettres)
$(add_kdeapps_dep kmplot)
-   $(add_kdeapps_dep kqtquickcharts)
$(add_kdeapps_dep kstars)
-   $(add_kdeapps_dep ktouch)
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
@@ -38,4 +36,8 @@ RDEPEND="
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)
$(add_kdeapps_dep step)
+   webkit? (
+   $(add_kdeapps_dep kqtquickcharts)
+   $(add_kdeapps_dep ktouch)
+   )
 "



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

2016-08-18 Thread Michael Palimaka
commit: 53b41c2e553ee7dc1a80a0bfe8c2ff77f8672859
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Aug 13 09:19:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:52:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b41c2e

kde-apps/kdeedu-meta: Add USE=webkit for indirect qtwebkit:4 rdeps

Both dependencies require plasma-runtime which requires qtwebkit:4 and is
useful on Plasma-4 only.

See also 506200ff2329f9629ef42f2cb8e17c36ed0020d1

Package-Manager: portage-2.2.28

 kde-apps/kdeedu-meta/kdeedu-meta-16.04.3.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-16.04.3.ebuild 
b/kde-apps/kdeedu-meta/kdeedu-meta-16.04.3.ebuild
index 8768189..f4f4e69 100644
--- a/kde-apps/kdeedu-meta/kdeedu-meta-16.04.3.ebuild
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-16.04.3.ebuild
@@ -9,7 +9,7 @@ inherit kde5-meta-pkg
 DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived 
packages"
 HOMEPAGE="https://edu.kde.org;
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="+webkit"
 
 RDEPEND="
$(add_kdeapps_dep analitza)
@@ -27,9 +27,7 @@ RDEPEND="
$(add_kdeapps_dep kiten)
$(add_kdeapps_dep klettres)
$(add_kdeapps_dep kmplot)
-   $(add_kdeapps_dep kqtquickcharts)
$(add_kdeapps_dep kstars)
-   $(add_kdeapps_dep ktouch)
$(add_kdeapps_dep kturtle)
$(add_kdeapps_dep kwordquiz)
$(add_kdeapps_dep libkeduvocdocument)
@@ -38,4 +36,8 @@ RDEPEND="
$(add_kdeapps_dep parley)
$(add_kdeapps_dep rocs)
$(add_kdeapps_dep step)
+   webkit? (
+   $(add_kdeapps_dep kqtquickcharts)
+   $(add_kdeapps_dep ktouch)
+   )
 "



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdebase-runtime-meta/

2016-08-18 Thread Michael Palimaka
commit: 0a9e940c060f89b65c4721a1632784ca3d635e39
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Aug  9 21:13:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 14:52:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9e940c

kde-apps/kdebase-runtime-meta: Add USE=webkit for plasma-runtime RDEPEND

kde-apps/plasma-runtime has WEBKIT_REQUIRED=always so make it optional.

Package-Manager: portage-2.2.28

 kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild 
b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
index 1b4e337..ce3f070 100644
--- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="+oldwallet pam"
+IUSE="+oldwallet pam +webkit"
 
 RDEPEND="
$(add_kdeapps_dep kcmshell '' 16.04.3)
@@ -35,11 +35,11 @@ RDEPEND="
$(add_kdeapps_dep ktraderclient '' 16.04.3)
$(add_kdeapps_dep kurifilter-plugins '' 16.04.3)
$(add_kdeapps_dep phonon-kde '' 16.04.3)
-   $(add_kdeapps_dep plasma-runtime '' 16.04.3)
$(add_kdeapps_dep renamedlg-plugins '' 16.04.3)
$(add_kdeapps_dep solid-runtime '-bluetooth' 16.04.3)
oldwallet? (
$(add_kdeapps_dep kwalletd '' 16.04.3)
pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') 
kde-apps/kwalletd-pam:4 ) )
)
+   webkit? ( $(add_kdeapps_dep plasma-runtime '' 16.04.3) )
 "



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

2016-08-18 Thread Jeroen Roovers
commit: 1331fca87230955a9a7ceacd861bf789f4cd1c6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 22:42:39 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 22:42:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1331fca8

www-client/opera-beta: Version bump.

Package-Manager: portage-2.3.0

 www-client/opera-beta/Manifest |  2 +
 .../opera-beta/opera-beta-40.0.2308.15.ebuild  | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index a64c702..467ec59 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,6 @@
 DIST opera-beta_40.0.2308.11_amd64.deb 48262760 SHA256 
b1c52a582f5097a575008d480bc68158582746e981ae80fc8be942cabda5c596 SHA512 
87bb63cb1f4d24f8d41f30692cf6c244ef3ff04d9e3724b447537ea99f2542b6828c853b32c4b1a6238bf05106153de6d9d9cb2ef7300449170cc6819c676318
 WHIRLPOOL 
1ed9caafd22f9bd7c2be9baf04e4fbaf8f67df0dcfee3b05f09a9472fb59f98c6ad3537a3b3f939d11be33b887888a47e89278da2c77f48f774218887d50db58
 DIST opera-beta_40.0.2308.11_i386.deb 49359880 SHA256 
a250a87c779491290892cd4d036e38644d551a24dc760fa04f1fae9047befce9 SHA512 
e0ec340452eaee5724e9b79af151076391a0be2fa36c4e2a49e1f4762948b05d2047e793fa5a86068fed36c24d24155f512d5201b0c8c9ef590058a59efdb51d
 WHIRLPOOL 
fc43c0b4b1f65644c2b5265f6ce903d28cd4604bf637195e3f09d9efaacbe46376120245dd8212d5608d2a57aa1d72a7838b5961c066637c13a8a2966afa9c53
+DIST opera-beta_40.0.2308.15_amd64.deb 48257698 SHA256 
85bca35d641ce9c431b36fb5c9d3e75e1aa4c3264fb6ea3ca9e6ac9612feaa0d SHA512 
5a113e0348e3371bb9502a8c738e9d8ae84b8d4d889a233561bd1f3f22e0170b3c3c579656f5f4810a6450f71020b134828fdd2657c1980743ceb9955837
 WHIRLPOOL 
60bc4bbca6bcb1c20f1095ccf3ef8ac3bf653817a9b0ca87f42690cb7a3e0acb91fd91008be9bdbced3e33a87236347c92e53edc13b49783e2c9bb89c24f1237
+DIST opera-beta_40.0.2308.15_i386.deb 49314244 SHA256 
e7f5180b19a05ef6ea3714bbf53bad1e353edf97b8715f78e933feac3e95bad8 SHA512 
f4cf28113ff841fdc444888e21deca822bf17f8d9cfc68c76e157ae680476115e179a40aa85c1e2c4625586003b641d027bdfc3fcc49239ee84ba4bdc1567808
 WHIRLPOOL 
bd27829ed51b57bbc6b8e5186faf6728bda071706218055934649fdfbbc4d1a2f77dac9824c592cbbc0cd0cc9a9033915eac50a17df42fa5eded8465f339d4fe
 DIST opera-beta_40.0.2308.3_amd64.deb 48272008 SHA256 
a51609b065df9f5fcdf4224d07887a2038aa28c4b9ad3adae6f0bcda055f2b6e SHA512 
344bee524d20a3f312f7f6f7f2bbb177b25b7d538ebb7fb797deaf93a9baf50d978819a71cf7c2b33aabedb8ef755fcccd0612acfc0b506cda492b3a733da01a
 WHIRLPOOL 
97dfd744f36cf874d09d729885afd2217a840eaaa79f284883e3012f7f87b4de9fc3a4f62c43922ddcaf38eac8b77caa08dd93ca199e151ccdf2ec39b6ea0e11
 DIST opera-beta_40.0.2308.3_i386.deb 48746218 SHA256 
c551d043718c376fb5099619aee44971164465d300ec76e82b56d88d88b9f15b SHA512 
c658797cfa20bc02bce3e4fca6f2e9f8f576805b4aa27fc9d9290885a50242472a04f27a37883ed93a1f9e7473610d73738e48031bb4d53553144271d3d972ae
 WHIRLPOOL 
a25aa38bc03b2bd62e0b00c906d4cd2e1bb35dbf750ad3a3d40f43c42bb4b112c802ecaef13fd7acaeda29effcf1473303738081c509c5309888564b0ff3517a

diff --git a/www-client/opera-beta/opera-beta-40.0.2308.15.ebuild 
b/www-client/opera-beta/opera-beta-40.0.2308.15.ebuild
new file mode 100644
index 000..30ad38b
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-40.0.2308.15.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   af az be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr fy 
gd
+   he hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt-BR pt-PT ro 
ru
+   sk sr sv sw ta te th tr uk uz vi zh-CN zh-TW zu
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+   x86?( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb" )
+"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   

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

2016-08-18 Thread Jeroen Roovers
commit: f0ea6362fd5f3770760f5e3d261e267836a3a651
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:01:31 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:01:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ea6362

media-sound/ncmpcpp: Version bump.

Package-Manager: portage-2.3.0

 media-sound/ncmpcpp/Manifest |  1 +
 media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild | 70 
 2 files changed, 71 insertions(+)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index f79d7db..1cbc44c 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,3 +1,4 @@
 DIST ncmpcpp-0.7.3.tar.bz2 442209 SHA256 
2c8b29435ca4fd845400cee7c9fd50a731bee215e92fd7e98a7446c84136b212 SHA512 
6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732
 WHIRLPOOL 
f50986be48ee8032295da6b9b806e03762f574f889ebcb2b9e54aeb0ab8fbf372cb2d79152e37c870e4a39f27030087146bc14ba5d03ea20bbe87dd52e35eaf0
 DIST ncmpcpp-0.7.4.tar.bz2 442743 SHA256 
d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 SHA512 
e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918
 WHIRLPOOL 
57f771c83bbd9afcbeb8b7b8b7a50f0e3fbc95eb74b1ad6b199358431f5f80ed891d1c27902369cf29f9a29622fe88a83aa2fcf7053e0543afb7c23486413999
+DIST ncmpcpp-0.7.5.tar.bz2 443072 SHA256 
7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d SHA512 
5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8
 WHIRLPOOL 
c9fb96f91f308d9937bc832a85cc50293aedcb6fb2eb62e879d08f6ee334b2bb131bbeecd83608fe050c00a3facf025070d8c586796a4a05bc70665e53b47c19
 DIST ncmpcpp-0.7.tar.bz2 442319 SHA256 
50924ff0502c9b90ce1b679638769122defd03bc85eb8a95924c62c8d303ff77 SHA512 
00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112
 WHIRLPOOL 
2bc6ba5935bef72e46b568a98f49a87720d48c0d9699ab35abf3f2f7ed250bc331fc165372d3f352ed5f16ae16da614c3b6c1c6e309a2d1b8d94abefb5e66a0b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild
new file mode 100644
index 000..18f1f28
--- /dev/null
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.5.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
+HOMEPAGE="http://ncmpcpp.rybczak.net/;
+SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="clock curl outputs taglib unicode visualizer"
+
+RDEPEND="
+   !dev-libs/boost:0/1.57.0
+   >=media-libs/libmpdclient-2.1
+   dev-libs/boost:=[nls,threads]
+   sys-libs/ncurses:=[unicode?]
+   sys-libs/readline:*
+   curl? ( net-misc/curl )
+   taglib? ( media-libs/taglib )
+   unicode? (
+   dev-libs/boost:=[icu]
+   dev-libs/icu:=
+   )
+   visualizer? ( sci-libs/fftw:3.0= )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
+   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable clock) \
+   $(use_enable outputs) \
+   $(use_enable unicode) \
+   $(use_enable visualizer) \
+   $(use_with curl) \
+   $(use_with taglib) \
+   $(use_with visualizer fftw) \
+   --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+   default
+
+   dodoc doc/{bindings,config}
+}
+
+pkg_postinst() {
+   echo
+   elog "Example configuration files have been installed at"
+   elog "${ROOT}usr/share/doc/${PF}"
+   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
+   elog "as user configuration files."
+   echo
+   if use visualizer; then
+   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
+   echo
+   fi
+}



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

2016-08-18 Thread Jeroen Roovers
commit: 547934ae8ad5686ebf71cbfa3ded1d36b7086c87
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:02:19 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:02:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547934ae

media-sound/ncmpcpp: Old.

Package-Manager: portage-2.3.0

 media-sound/ncmpcpp/Manifest|  1 -
 media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/media-sound/ncmpcpp/Manifest b/media-sound/ncmpcpp/Manifest
index 1cbc44c..2e98c40 100644
--- a/media-sound/ncmpcpp/Manifest
+++ b/media-sound/ncmpcpp/Manifest
@@ -1,4 +1,3 @@
-DIST ncmpcpp-0.7.3.tar.bz2 442209 SHA256 
2c8b29435ca4fd845400cee7c9fd50a731bee215e92fd7e98a7446c84136b212 SHA512 
6314b97f36014ade92b3a73640bf529625d75d20a68fb9b2999de579095e37c46e1951b22b0a849bd8e23998e72cfa77f717cff914b7e20dccc0a918cb739732
 WHIRLPOOL 
f50986be48ee8032295da6b9b806e03762f574f889ebcb2b9e54aeb0ab8fbf372cb2d79152e37c870e4a39f27030087146bc14ba5d03ea20bbe87dd52e35eaf0
 DIST ncmpcpp-0.7.4.tar.bz2 442743 SHA256 
d70425f1dfab074a12a206ddd8f37f663bce2bbdc0a20f7ecf290ebe051f1e63 SHA512 
e5171bd095baefcdf1da1e4d3de3d14a22035584da9b7ec9f176c0fb32bee61a25d989c3405711e512333b10f38a5575e90ec733afeaf7aff995386396f3b918
 WHIRLPOOL 
57f771c83bbd9afcbeb8b7b8b7a50f0e3fbc95eb74b1ad6b199358431f5f80ed891d1c27902369cf29f9a29622fe88a83aa2fcf7053e0543afb7c23486413999
 DIST ncmpcpp-0.7.5.tar.bz2 443072 SHA256 
7e4f643020b36698462879013a8b16111f8c3a4c5819cf186aed78032a41e07d SHA512 
5f3b370a5a8fdc05e85a7b748debd960c0e76d5b9e43717efceaa985baa0c543d14d8b0fd7b09550111bff3aa66ec290d6cd2c0ec21de7a0caa10df1c68c99c8
 WHIRLPOOL 
c9fb96f91f308d9937bc832a85cc50293aedcb6fb2eb62e879d08f6ee334b2bb131bbeecd83608fe050c00a3facf025070d8c586796a4a05bc70665e53b47c19
 DIST ncmpcpp-0.7.tar.bz2 442319 SHA256 
50924ff0502c9b90ce1b679638769122defd03bc85eb8a95924c62c8d303ff77 SHA512 
00477a9044e46c5d0ce4687b16d59d81fc31323a9c23eeebb6701e20c2fe3c50e3e56030844b68bdcf319af04c1f1a3bd50d0732cc9b4614488a918165c2f112
 WHIRLPOOL 
2bc6ba5935bef72e46b568a98f49a87720d48c0d9699ab35abf3f2f7ed250bc331fc165372d3f352ed5f16ae16da614c3b6c1c6e309a2d1b8d94abefb5e66a0b

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild
deleted file mode 100644
index 2356397..000
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc"
-HOMEPAGE="http://ncmpcpp.rybczak.net/;
-SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ~ppc ppc64 ~sparc ~x86"
-IUSE="clock curl outputs taglib unicode visualizer"
-
-RDEPEND="
-   !dev-libs/boost:0/1.57.0
-   >=media-libs/libmpdclient-2.1
-   dev-libs/boost:=[nls,threads]
-   sys-libs/ncurses:=[unicode?]
-   sys-libs/readline:*
-   curl? ( net-misc/curl )
-   taglib? ( media-libs/taglib )
-   unicode? (
-   dev-libs/boost:=[icu]
-   dev-libs/icu:=
-   )
-   visualizer? ( sci-libs/fftw:3.0= )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   sed -i -e '/^docdir/d' {,doc/}Makefile{.am,.in} || die
-   sed -i -e 's|COPYING||g' Makefile{.am,.in} || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable clock) \
-   $(use_enable outputs) \
-   $(use_enable unicode) \
-   $(use_enable visualizer) \
-   $(use_with curl) \
-   $(use_with taglib) \
-   $(use_with visualizer fftw) \
-   --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-   default
-
-   dodoc doc/{bindings,config}
-}
-
-pkg_postinst() {
-   echo
-   elog "Example configuration files have been installed at"
-   elog "${ROOT}usr/share/doc/${PF}"
-   elog "${P} uses ~/.ncmpcpp/config and ~/.ncmpcpp/bindings"
-   elog "as user configuration files."
-   echo
-   if use visualizer; then
-   elog "If you want to use the visualizer, you need mpd with fifo 
enabled."
-   echo
-   fi
-}



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

2016-08-18 Thread Tim Harder
commit: 66e88a1dc854745bc4a4ccb056fc299323a292d1
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Aug 18 20:08:00 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 01:39:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e88a1d

dev-python/pafy: version bump to 0.5.2

 dev-python/pafy/Manifest  |  1 +
 dev-python/pafy/pafy-0.5.2.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/pafy/Manifest b/dev-python/pafy/Manifest
index 68976e4..f531a58 100644
--- a/dev-python/pafy/Manifest
+++ b/dev-python/pafy/Manifest
@@ -1 +1,2 @@
 DIST pafy-0.5.1.tar.gz 26295 SHA256 
1e1f6f841e87875004679e200389e751f7ae5f45efdebc257f5b8191d0572920 SHA512 
d18b04f0785124b516fc68eea3b11ede3c9cf6f59211f1536e3c936ccf8f0a3781a7af1c6f8f6c31651eb6dea30b6fc780916cb1c280d813a319b0687f9d4f4b
 WHIRLPOOL 
01914026a0dc56affe08dfc5eb3e3f791efc872c05f1610fab6e266f23c5db27bb66dd811507be53fe12e60d3de79be916e162f168bfd43bcfd1539af5d9
+DIST pafy-0.5.2.tar.gz 26343 SHA256 
11e0cb83bd9e636bc4d0d6f7d7ce964f4975c6f0e037fe285ef2acedafcf7bb2 SHA512 
bb292bdb0d7cf6312234fc4135d4ae5ecf5fcbc38ffc68cb1cc394a46430ab6681298591fa206eaf09eea9efbed90810453fcf973ec17f813bd82b3994401185
 WHIRLPOOL 
15ecd015a766c14791dc7990e17282e302382e65b67d4bc70831758248e780f1b494db4098aa07b5fff40c0a27e5a2fd62da59a9132ab1527dc95792c10fe36f

diff --git a/dev-python/pafy/pafy-0.5.2.ebuild 
b/dev-python/pafy/pafy-0.5.2.ebuild
new file mode 100644
index 000..61d4ff0
--- /dev/null
+++ b/dev-python/pafy/pafy-0.5.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+inherit distutils-r1
+
+DESCRIPTION="Python library to retrieve YouTube content and metadata"
+HOMEPAGE="http://np1.github.io/pafy/ https://pypi.python.org/pypi/pafy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="net-misc/youtube-dl[${PYTHON_USEDEP}]"



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

2016-08-18 Thread Jeroen Roovers
commit: 61d55bc8b348e51e9749566a16ffd4469e486ed3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:32:03 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d55bc8

app-crypt/gnupg: Stable for HPPA PPC64 (bug #591536).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/app-crypt/gnupg/gnupg-1.4.21.ebuild 
b/app-crypt/gnupg/gnupg-1.4.21.ebuild
index d47c101..a168d6b 100644
--- a/app-crypt/gnupg/gnupg-1.4.21.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.21.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib"
 
 COMMON_DEPEND="



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

2016-08-18 Thread Jeroen Roovers
commit: d85504a4803de99d429322f79629a0c0f357b546
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:30:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85504a4

dev-libs/libgcrypt: Stable for PPC64 (bug #591534).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
index 00dbaf8..963489e 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



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

2016-08-18 Thread Jeroen Roovers
commit: 7f6ec726efee3b15835e34e50cf41ac63c79e20d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 23:33:01 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 23:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6ec726

dev-libs/libgcrypt: Stable for HPPA (bug #591534).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
index 963489e..317f6a4 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.7.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/files/

2016-08-18 Thread Matt Thode
commit: 3fd25247a2740bf64477f851d1f3f4c278c26639
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 18 21:43:29 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 18 21:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd25247

app-emulation/cloud-init: fixing the /bin/ip thing in opennebula

Package-Manager: portage-2.2.28

 .../files/cloud-init-0.7.7-gentooinit.patch| 26 ++
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch 
b/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
index 8378810..ddb4f38 100644
--- a/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
+++ b/app-emulation/cloud-init/files/cloud-init-0.7.7-gentooinit.patch
@@ -1,13 +1,21 @@
+diff --git a/cloudinit/sources/DataSourceOpenNebula.py 
b/cloudinit/sources/DataSourceOpenNebula.py
+index 7b3a76b..635a836 100644
+--- a/cloudinit/sources/DataSourceOpenNebula.py
 b/cloudinit/sources/DataSourceOpenNebula.py
+@@ -407,7 +407,7 @@ def read_context_disk_dir(source_dir, asuser=None):
+ # http://opennebula.org/documentation:rel3.8:cong#network_configuration
+ for k in context:
+ if re.match(r'^ETH\d+_IP$', k):
+-(out, _) = util.subp(['/sbin/ip', 'link'])
++(out, _) = util.subp(['ip', 'link'])
+ net = OpenNebulaNetwork(out, context)
+ results['network-interfaces'] = net.gen_conf()
+ break
 diff --git a/setup.py b/setup.py
-index 4abbb67..4885cb5 100755
+index bbadd7b..1578a3d 100755
 --- a/setup.py
 +++ b/setup.py
-@@ -1,3 +1,4 @@
-+#!/usr/bin/env python
- # vi: ts=4 expandtab
- #
- #Distutils magic for ec2-init
-@@ -74,6 +75,7 @@ INITSYS_FILES = {
+@@ -74,6 +74,7 @@ INITSYS_FILES = {
  'sysvinit': [f for f in glob('sysvinit/redhat/*') if is_f(f)],
  'sysvinit_freebsd': [f for f in glob('sysvinit/freebsd/*') if is_f(f)],
  'sysvinit_deb': [f for f in glob('sysvinit/debian/*') if is_f(f)],
@@ -15,7 +23,7 @@ index 4abbb67..4885cb5 100755
  'systemd': [f for f in (glob('systemd/*.service') +
  glob('systemd/*.target')) if is_f(f)],
  'systemd.generators': [f for f in glob('systemd/*-generator') if is_f(f)],
-@@ -83,6 +85,7 @@ INITSYS_ROOTS = {
+@@ -83,6 +84,7 @@ INITSYS_ROOTS = {
  'sysvinit': '/etc/rc.d/init.d',
  'sysvinit_freebsd': '/usr/local/etc/rc.d',
  'sysvinit_deb': '/etc/init.d',
@@ -23,7 +31,7 @@ index 4abbb67..4885cb5 100755
  'systemd': pkg_config_read('systemd', 'systemdsystemunitdir'),
  'systemd.generators': pkg_config_read('systemd',
'systemdsystemgeneratordir'),
-@@ -203,7 +206,7 @@ setuptools.setup(
+@@ -205,7 +207,7 @@ setuptools.setup(
  author='Scott Moser',
  author_email='scott.mo...@canonical.com',
  url='http://launchpad.net/cloud-init/',



[gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/

2016-08-18 Thread Christoph Junghans
commit: 28116701d003c4edacb13418359e6170fdb3a95b
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Aug 18 23:28:57 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Aug 18 23:29:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28116701

sci-physics/hoomd-blue: remove old

Package-Manager: portage-2.2.28

 sci-physics/hoomd-blue/Manifest|  2 -
 sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild | 61 --
 sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild | 56 ---
 3 files changed, 119 deletions(-)

diff --git a/sci-physics/hoomd-blue/Manifest b/sci-physics/hoomd-blue/Manifest
index 35a8a7d..efdfd16 100644
--- a/sci-physics/hoomd-blue/Manifest
+++ b/sci-physics/hoomd-blue/Manifest
@@ -1,4 +1,2 @@
-DIST hoomd-blue-1.0.2.tar.bz2 2755462 SHA256 
bca7d377fa152b5f99047c5701db0fecb244f56a7861c35eef0ded6106c520d1 SHA512 
f9042e3afacc14e62490802d16a13a77592195befa61837703a39aeedf679e81f31aaafb377384d3b0a2f0e9e40dbce7ddd8b2673086706ba223fe265a2dff27
 WHIRLPOOL 
b72c12a88941899c7a51a0a8e78783bf8c108b85f3969663453b2048a9a9c43ab8d4fd3fbcefa0a6d3add47ac880a2462d92760dc9efc5dd7a822be0252bce19
-DIST hoomd-blue-2.0.1.tar.bz2 3208100 SHA256 
432cba74cde199f178dfadf7467738d356b83e1d5026c6c83c23880898c76019 SHA512 
1edb634fd714c07401df98e6897c37638ac0a7205c10f9063866b2e759a550f5655cef2a62911020d22c7d089a5ab84456f6f7e05677f82bc37532389693ded7
 WHIRLPOOL 
eb78fd60683591e913d0623f980486049cd69bb280724151f0158076863637b824bf29d522b03cb8a2ec9b246c5540553a5b3b65c9454a009529d261bd1a3130
 DIST hoomd-blue-2.0.2.tar.bz2 2942198 SHA256 
6ed0b7c28d4490a00081630fe9afd831a862cb895636679b89e2fb0a11637861 SHA512 
6480639bc1b8d0534c220c7512f742a6f9eba76ad25991153735cc7f4ff88345332be4c215abd94de85249e79e85a6970be1a74a96350d4693a2c1291fbbf689
 WHIRLPOOL 
e0a9e23a1a5aa8348496400140e4e288a3b79c5bd7f3c09675d592aebd02a781d4ef6cc9e5fe7ac9f671e1ff791ea75d70d3fa25189ade78d9229dfae6e9a21a
 DIST libgetar-0.5.0.tar.bz2 217067 SHA256 
8b03a352f63dcf8d14e88af758f65f71e5e4f92ed01c1566cda90164ab42 SHA512 
a27de8f7c976e5578142319684de15afca47c24953f590b34cad4ef88c3778aa47aa5eb9a1f83b1473aa49f4394e45dfaa4a8b5107264fa93101dea78ec5fa6b
 WHIRLPOOL 
d5dbb0bc51bdc7241ba4c51461da0a54eb57b0e9f76e1f0a7127010ccbd375146b4aae0bfd98a431f96595459913168097502edc9d7fe60f3180ca56fb44e91a

diff --git a/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild
deleted file mode 100644
index 63ea837..000
--- a/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit cmake-utils cuda python-single-r1
-
-DESCRIPTION="a general-purpose particle simulation toolkit"
-HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
-
-if [[ ${PV} =  ]]; then
-   EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
-   inherit git-r3
-   KEYWORDS=
-else
-   inherit vcs-snapshot
-   SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="hoomd-blue"
-SLOT="0"
-IUSE="cuda doc test mpi +zlib"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   mpi? ( virtual/mpi )
-   cuda? ( dev-util/nvidia-cuda-sdk )
-   zlib? ( sys-libs/zlib )
-   dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-src_prepare() {
-   use cuda && cuda_src_prepare
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_enable mpi MPI)
-   $(cmake-utils_use_enable doc DOXYGEN)
-   $(cmake-utils_use_enable cuda CUDA)
-   $(cmake-utils_use_enable zlib ZLIB)
-   $(cmake-utils_use_build test BUILD_TESTING)
-   -DPYTHON_SITEDIR=$(python_get_sitedir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
-   cmake-utils_src_install
-
-   sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die
-}

diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild
deleted file mode 100644
index 30fe9f3..000
--- a/sci-physics/hoomd-blue/hoomd-blue-2.0.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-CMAKE_MAKEFILE_GENERATOR="ninja"
-
-inherit cmake-utils cuda flag-o-matic python-single-r1
-
-DESCRIPTION="a general-purpose particle simulation toolkit"
-HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
-EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
-
-if [[ ${PV} =  ]]; then

[gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/

2016-08-18 Thread Christoph Junghans
commit: b099686b02b6acf5276ae6ed300d742d054acd94
Author: Christoph Junghans  gentoo  org>
AuthorDate: Thu Aug 18 21:50:28 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Thu Aug 18 23:29:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b099686b

sci-physics/hoomd-blue: version bump

Package-Manager: portage-2.2.28

 sci-physics/hoomd-blue/Manifest|  1 +
 sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/sci-physics/hoomd-blue/Manifest b/sci-physics/hoomd-blue/Manifest
index b6969d6..35a8a7d 100644
--- a/sci-physics/hoomd-blue/Manifest
+++ b/sci-physics/hoomd-blue/Manifest
@@ -1,3 +1,4 @@
 DIST hoomd-blue-1.0.2.tar.bz2 2755462 SHA256 
bca7d377fa152b5f99047c5701db0fecb244f56a7861c35eef0ded6106c520d1 SHA512 
f9042e3afacc14e62490802d16a13a77592195befa61837703a39aeedf679e81f31aaafb377384d3b0a2f0e9e40dbce7ddd8b2673086706ba223fe265a2dff27
 WHIRLPOOL 
b72c12a88941899c7a51a0a8e78783bf8c108b85f3969663453b2048a9a9c43ab8d4fd3fbcefa0a6d3add47ac880a2462d92760dc9efc5dd7a822be0252bce19
 DIST hoomd-blue-2.0.1.tar.bz2 3208100 SHA256 
432cba74cde199f178dfadf7467738d356b83e1d5026c6c83c23880898c76019 SHA512 
1edb634fd714c07401df98e6897c37638ac0a7205c10f9063866b2e759a550f5655cef2a62911020d22c7d089a5ab84456f6f7e05677f82bc37532389693ded7
 WHIRLPOOL 
eb78fd60683591e913d0623f980486049cd69bb280724151f0158076863637b824bf29d522b03cb8a2ec9b246c5540553a5b3b65c9454a009529d261bd1a3130
+DIST hoomd-blue-2.0.2.tar.bz2 2942198 SHA256 
6ed0b7c28d4490a00081630fe9afd831a862cb895636679b89e2fb0a11637861 SHA512 
6480639bc1b8d0534c220c7512f742a6f9eba76ad25991153735cc7f4ff88345332be4c215abd94de85249e79e85a6970be1a74a96350d4693a2c1291fbbf689
 WHIRLPOOL 
e0a9e23a1a5aa8348496400140e4e288a3b79c5bd7f3c09675d592aebd02a781d4ef6cc9e5fe7ac9f671e1ff791ea75d70d3fa25189ade78d9229dfae6e9a21a
 DIST libgetar-0.5.0.tar.bz2 217067 SHA256 
8b03a352f63dcf8d14e88af758f65f71e5e4f92ed01c1566cda90164ab42 SHA512 
a27de8f7c976e5578142319684de15afca47c24953f590b34cad4ef88c3778aa47aa5eb9a1f83b1473aa49f4394e45dfaa4a8b5107264fa93101dea78ec5fa6b
 WHIRLPOOL 
d5dbb0bc51bdc7241ba4c51461da0a54eb57b0e9f76e1f0a7127010ccbd375146b4aae0bfd98a431f96595459913168097502edc9d7fe60f3180ca56fb44e91a

diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild 
b/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
new file mode 100644
index 000..d7a2cd9
--- /dev/null
+++ b/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+inherit cmake-utils cuda python-r1
+
+DESCRIPTION="a general-purpose particle simulation toolkit"
+HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/;
+EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
+
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git;
+   inherit git-r3
+else
+   inherit vcs-snapshot
+   GETTAR_VER=0.5.0
+   SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> 
${P}.tar.bz2
+   
https://bitbucket.org/glotzer/libgetar/get/v${GETTAR_VER}.tar.bz2 -> 
libgetar-${GETTAR_VER}.tar.bz2"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="hoomd-blue"
+SLOT="0"
+IUSE="cuda test mpi"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   mpi? ( virtual/mpi )
+   cuda? ( dev-util/nvidia-cuda-sdk )
+   dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   [[ ${PV} =  ]] || mv ../libgetar-${GETTAR_VER}/* 
hoomd/extern/libgetar || die
+   use cuda && cuda_src_prepare
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   src_configure_internal() {
+   local mycmakeargs=(
+   -DENABLE_MPI=$(usex mpi)
+   -DENABLE_CUDA=$(usex cuda)
+   -DBUILD_TESTING=$(usex test)
+   -DUPDATE_SUBMODULES=OFF
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   -DCMAKE_INSTALL_PREFIX=$(python_get_sitedir)
+   )
+   cmake-utils_src_configure
+   }
+   python_foreach_impl src_configure_internal
+}
+
+src_compile() {
+   python_foreach_impl cmake-utils_src_make
+}
+
+src_test() {
+   python_foreach_impl cmake-utils_src_test
+}
+
+src_install() {
+   python_foreach_impl cmake-utils_src_install
+}



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

2016-08-18 Thread Tim Harder
commit: a70cc03e4dab8c2ac11db8c913b6cc8e57f897fd
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 01:43:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 01:43:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70cc03e

dev-util/byacc: version bump to 20160606

 dev-util/byacc/Manifest  |  1 +
 dev-util/byacc/byacc-20160606.ebuild | 19 +++
 dev-util/byacc/metadata.xml  |  5 -
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index e7e132d..28d7358 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,3 +1,4 @@
 DIST byacc-20140101.tgz 244706 SHA256 
78aea5a34ccb6c9f1ff673a94cd3e66b0f669b7a042c2fcfdada85f0f399421c SHA512 
83a2d20d3ffebd8019d9e35216d37cde6beee054aa9d0e4d5d2498069b920214cc0c866beabdf5b4ab2dd4399c7dbb3a2fc23209b80df02b1fe8f5f16def0a9c
 WHIRLPOOL 
6c6dbe6a7b8d495792d9eed0959ec734b56cd9cfcf793115cc9bc56e5e7e7ab84284a9ca9928ffd42bc9fee02612743301965e438934484bfc779ec33a6d36fc
 DIST byacc-20141128.tgz 710145 SHA256 
f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0 SHA512 
a41debde13d489e47c635bd61ce691e7b0a1470a91df3d16e43bd7c0985064708c4d69b8fabe2134ac4d06b17e484ea9c0b7efc7a624e7d8b7ed850e89afd71c
 WHIRLPOOL 
747b86f7292012c21204c6c7684dc5467465fd1073a0aa266d5a8cb31e131a129305dd4db519876fba97961614e29c7546efa27d7b47e053355b0fd381315c06
 DIST byacc-20150711.tgz 714438 SHA256 
c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248 SHA512 
348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9
 WHIRLPOOL 
212615a81bc70db84820259dd8a61e27efed28a796e037c61e5f13e310f64b5aa8cdfe7172de120b19dbeda176118c625f09a13c030d98ab8b6028d238ae4420
+DIST byacc-20160606.tgz 706191 SHA256 
cc8fdced486cb70cec7a7c9358de836bfd267d19d6456760bb4721ccfea5ac91 SHA512 
b8d2e9523aa615399dd6c3ed0efe90b4ac943dc8039b655958db8fd4ebd0bd920af9a7a5a4c8e525a0f04e4bfd76474e39bbfa861068851d230e4b4726ca3fea
 WHIRLPOOL 
61932d8984c4aabb511b9b74b6626eec4b055f08175ffae4f49f3185aa440efc6f2c5935f0cd09d78334dac0d9b29b0d4c4b951858dffb41a3606c5347361a52

diff --git a/dev-util/byacc/byacc-20160606.ebuild 
b/dev-util/byacc/byacc-20160606.ebuild
new file mode 100644
index 000..4e8eb6d
--- /dev/null
+++ b/dev-util/byacc/byacc-20160606.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="the best variant of the Yacc parser generator"
+HOMEPAGE="http://invisible-island.net/byacc/byacc.html;
+SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
+
+src_configure() {
+   econf --program-prefix=b
+}

diff --git a/dev-util/byacc/metadata.xml b/dev-util/byacc/metadata.xml
index 6f49eba..56c1244 100644
--- a/dev-util/byacc/metadata.xml
+++ b/dev-util/byacc/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+
+   base-sys...@gentoo.org
+   Gentoo Base System
+
 



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

2016-08-18 Thread Davide Pesavento
commit: 7279ab964057b941f83e69e2b4f95b5f4e8d3b69
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:57:15 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7279ab96

dev-qt/qt-docs: stabilize 5.6.1

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
index d9142ef..c73d4f7 100644
--- a/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
+++ b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${M
 
 LICENSE="FDL-1.3"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/p7zip"
 



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

2016-08-18 Thread Davide Pesavento
commit: a112c74d075db751b243b8f782cf293caca1c7cf
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:40:33 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a112c74d

dev-qt/qt-docs: 5.7.0 version bump

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/Manifest|  1 +
 dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index 17dd4a8..5a2fbb4 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -1,2 +1,3 @@
 DIST 5.5.1-0qt5_docs.7z 99268409 SHA256 
012b6e7fa6060f19e07a99777b6187b1be7597a94840fc051f0a08dd5ac79182 SHA512 
ce5054bc7978e5dec4fdc7fadff29e078a39e5463dffd0985fedc80216587d53166b88457e43dc11dd1e8fbe09e26c4a47669cd28983fd7e27e8fbaf182f8945
 WHIRLPOOL 
0df887a24157363ad269f5e302e0fc4d5a280ea2e22dc906d06d307c436ada6f26f85e33030515fa3d13d4402d282edec3dc9ad8b36d06a52776e6b284d161be
 DIST 5.6.1-0qt-everywhere-documentation-5.6.1.7z 125583367 SHA256 
94db176dcf795ff614c7c4e322bc6a8e41f740c3416a8f650608fb4eb8388bb4 SHA512 
ac5474d11be5508f277cb73f7d1bb49027b3dcfa98565af49f1a74ba2bf638c3e1dd349d039ddb5a5a83eee4c5e34339d83d5b3122f5cdfe01cb4fcfccd31b1f
 WHIRLPOOL 
a35b466b1d04f417299a39102c7032242adac7ccf53254fad789fae0f3b5ee45eb3cea081ba1891a94ae3faf7c3f8de9fee57f5bdf2a06b70b0419c0486fd6cc
+DIST 5.7.0-1qt-everywhere-documentation-5.7.0.7z 173871175 SHA256 
62311f5cb3eb85169230aafbc9ab5487eb68d9ade04de6918fd0e16bb3ba7fca SHA512 
074dea5b40811990461a349e768bff94513af1c59f680f5fc809cf2c2b2e73277dc4be00eadb0aff62b60438a63e34d999e12ac718b62b910ddcd21cfe6e7857
 WHIRLPOOL 
1b20d8335a5ac448e1b1a14b607e9ad585e64132e0584102466b6796669955cc076a395186ca22243f23560a21d365468af199d4ba0ec9b56d266a51db386d1f

diff --git a/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild 
b/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild
new file mode 100644
index 000..d9142ef
--- /dev/null
+++ b/dev-qt/qt-docs/qt-docs-5.7.0_p1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_PV=$(get_version_component_range 1)$(get_version_component_range 2)
+MY_P=${PV/_p/-}qt-everywhere-documentation-${PV%%_p*}
+
+DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools"
+HOMEPAGE="https://www.qt.io/;
+SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${MY_P}.7z;
+
+LICENSE="FDL-1.3"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/p7zip"
+
+S=${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)
+
+src_install() {
+   # ${PV} instead of ${PF} is intentional
+   local dest=/usr/share/doc/qt-${PV%%_p*}
+   insinto "${dest}"
+   doins -r *
+   docompress -x "${dest}"
+}



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

2016-08-18 Thread Davide Pesavento
commit: 794bb9c9fef27794ded3e01a6ffa7df57a8c6955
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:53:15 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:57:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794bb9c9

dev-qt/qt-docs: _p0 -> _p1 bump for 5.6.1

Package-Manager: portage-2.3.0

 dev-qt/qt-docs/Manifest | 2 +-
 dev-qt/qt-docs/{qt-docs-5.6.1_p0.ebuild => qt-docs-5.6.1_p1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qt-docs/Manifest b/dev-qt/qt-docs/Manifest
index 5a2fbb4..c4d4134 100644
--- a/dev-qt/qt-docs/Manifest
+++ b/dev-qt/qt-docs/Manifest
@@ -1,3 +1,3 @@
 DIST 5.5.1-0qt5_docs.7z 99268409 SHA256 
012b6e7fa6060f19e07a99777b6187b1be7597a94840fc051f0a08dd5ac79182 SHA512 
ce5054bc7978e5dec4fdc7fadff29e078a39e5463dffd0985fedc80216587d53166b88457e43dc11dd1e8fbe09e26c4a47669cd28983fd7e27e8fbaf182f8945
 WHIRLPOOL 
0df887a24157363ad269f5e302e0fc4d5a280ea2e22dc906d06d307c436ada6f26f85e33030515fa3d13d4402d282edec3dc9ad8b36d06a52776e6b284d161be
-DIST 5.6.1-0qt-everywhere-documentation-5.6.1.7z 125583367 SHA256 
94db176dcf795ff614c7c4e322bc6a8e41f740c3416a8f650608fb4eb8388bb4 SHA512 
ac5474d11be5508f277cb73f7d1bb49027b3dcfa98565af49f1a74ba2bf638c3e1dd349d039ddb5a5a83eee4c5e34339d83d5b3122f5cdfe01cb4fcfccd31b1f
 WHIRLPOOL 
a35b466b1d04f417299a39102c7032242adac7ccf53254fad789fae0f3b5ee45eb3cea081ba1891a94ae3faf7c3f8de9fee57f5bdf2a06b70b0419c0486fd6cc
+DIST 5.6.1-1qt-everywhere-documentation-5.6.1.7z 125597447 SHA256 
cf78e4f7dde039197c9962491fb13a99862fdc6eaf4c61b87388bf33e4071995 SHA512 
65a7afada70489b382fcd5c7417f3ddb3c184eaa954042370bce26f96de98f9b068258239a0c5f14c73c802ce5428e214a6be4fb16010033f03a62f8f370f28d
 WHIRLPOOL 
00ad1a4360f483dbdf8d6ce413c60fda0e4546c84fbdbb22de4d51a6ae9334e4c6de6bd402cb72cf088bb404d4836e87fa04147e784b373043fc6694c1162c07
 DIST 5.7.0-1qt-everywhere-documentation-5.7.0.7z 173871175 SHA256 
62311f5cb3eb85169230aafbc9ab5487eb68d9ade04de6918fd0e16bb3ba7fca SHA512 
074dea5b40811990461a349e768bff94513af1c59f680f5fc809cf2c2b2e73277dc4be00eadb0aff62b60438a63e34d999e12ac718b62b910ddcd21cfe6e7857
 WHIRLPOOL 
1b20d8335a5ac448e1b1a14b607e9ad585e64132e0584102466b6796669955cc076a395186ca22243f23560a21d365468af199d4ba0ec9b56d266a51db386d1f

diff --git a/dev-qt/qt-docs/qt-docs-5.6.1_p0.ebuild 
b/dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild
similarity index 100%
rename from dev-qt/qt-docs/qt-docs-5.6.1_p0.ebuild
rename to dev-qt/qt-docs/qt-docs-5.6.1_p1.ebuild



[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, dev-qt/qtxml/, dev-qt/qt3d/, dev-qt/qtlocation/, ...

2016-08-18 Thread Davide Pesavento
commit: 0b1d79c1b563f02d81228e173c1fa9bfb0046dde
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Aug 18 22:32:02 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Aug 18 22:32:02 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b1d79c1

dev-qt: add live ebuilds for the 5.8 branch

 dev-qt/assistant/assistant-5.8..ebuild |  38 +
 dev-qt/designer/designer-5.8..ebuild   |  41 +
 .../linguist-tools/linguist-tools-5.8..ebuild  |  36 +
 dev-qt/linguist/linguist-5.8..ebuild   |  29 
 dev-qt/pixeltool/pixeltool-5.8..ebuild |  27 
 dev-qt/qdbus/qdbus-5.8..ebuild |  26 +++
 dev-qt/qdbusviewer/qdbusviewer-5.8..ebuild |  28 
 dev-qt/qdoc/qdoc-5.8..ebuild   |  25 +++
 dev-qt/qt3d/qt3d-5.8..ebuild   |  22 +++
 dev-qt/qtbluetooth/qtbluetooth-5.8..ebuild |  34 
 dev-qt/qtcharts/qtcharts-5.8..ebuild   |  30 
 dev-qt/qtconcurrent/qtconcurrent-5.8..ebuild   |  24 +++
 dev-qt/qtcore/qtcore-5.8..ebuild   |  42 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.8..ebuild |  32 
 dev-qt/qtdbus/qtdbus-5.8..ebuild   |  39 +
 dev-qt/qtdeclarative/qtdeclarative-5.8..ebuild |  53 +++
 dev-qt/qtdiag/qtdiag-5.8..ebuild   |  26 +++
 .../qtgraphicaleffects-5.8..ebuild |  22 +++
 dev-qt/qtgui/qtgui-5.8..ebuild | 175 +
 dev-qt/qthelp/qthelp-5.8..ebuild   |  32 
 .../qtimageformats/qtimageformats-5.8..ebuild  |  24 +++
 dev-qt/qtlocation/qtlocation-5.8..ebuild   |  30 
 dev-qt/qtmultimedia/qtmultimedia-5.8..ebuild   |  77 +
 dev-qt/qtnetwork/qtnetwork-5.8..ebuild |  54 +++
 dev-qt/qtopengl/qtopengl-5.8..ebuild   |  35 +
 dev-qt/qtpaths/qtpaths-5.8..ebuild |  24 +++
 dev-qt/qtplugininfo/qtplugininfo-5.8..ebuild   |  24 +++
 dev-qt/qtpositioning/qtpositioning-5.8..ebuild |  35 +
 .../qtprintsupport/qtprintsupport-5.8..ebuild  |  43 +
 .../qtquickcontrols-5.8..ebuild|  33 
 .../qtquickcontrols2-5.8..ebuild   |  22 +++
 dev-qt/qtscript/qtscript-5.8..ebuild   |  37 +
 dev-qt/qtscxml/qtscxml-5.8..ebuild |  20 +++
 dev-qt/qtsensors/qtsensors-5.8..ebuild |  27 
 dev-qt/qtserialport/qtserialport-5.8..ebuild   |  28 
 dev-qt/qtsql/qtsql-5.8..ebuild |  54 +++
 dev-qt/qtsvg/qtsvg-5.8..ebuild |  24 +++
 dev-qt/qttest/qttest-5.8..ebuild   |  30 
 .../qttranslations/qttranslations-5.8..ebuild  |  20 +++
 dev-qt/qtwayland/qtwayland-5.8..ebuild |  41 +
 dev-qt/qtwebchannel/qtwebchannel-5.8..ebuild   |  27 
 dev-qt/qtwebengine/qtwebengine-5.8..ebuild |  92 +++
 dev-qt/qtwebkit/qtwebkit-5.8..ebuild   | 108 +
 dev-qt/qtwebsockets/qtwebsockets-5.8..ebuild   |  28 
 dev-qt/qtwidgets/qtwidgets-5.8..ebuild |  42 +
 dev-qt/qtx11extras/qtx11extras-5.8..ebuild |  22 +++
 dev-qt/qtxml/qtxml-5.8..ebuild |  26 +++
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.8..ebuild |  20 +++
 48 files changed, 1828 insertions(+)

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

diff --git a/dev-qt/designer/designer-5.8..ebuild 
b/dev-qt/designer/designer-5.8..ebuild
new file mode 100644
index 000..716dfbe
--- /dev/null
+++ b/dev-qt/designer/designer-5.8..ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+QT5_MODULE="qttools"
+inherit qt5-build
+
+DESCRIPTION="WYSIWYG tool for designing and 

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

2016-08-18 Thread Jeroen Roovers
commit: 60ec9cf5e4373293ef8986c113e9421976f48eef
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 18 22:41:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 18 22:41:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ec9cf5

profiles/desc: Add more locales

 profiles/desc/l10n.desc | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index fda1388..a92f9d8 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -52,6 +52,7 @@ dz - Dzongkha
 el - Modern Greek
 en - English
 en-GB - English (United Kingdom)
+en-US - English (United States)
 en-ZA - English (South Africa)
 eo - Esperanto
 es - Spanish
@@ -67,6 +68,7 @@ fi - Finnish
 fil - Filipino
 fo - Faroese
 fr - French
+fr-CA - French (Canada)
 fy - Western Frisian
 ga - Irish
 gd - Scottish Gaelic
@@ -94,13 +96,14 @@ ko - Korean
 kok - Konkani (macrolanguage)
 ks - Kashmiri
 ku - Kurdish
-ky - Kyrgyz (Kirghiz) locale
+ky - Kyrgyz (Kirghiz)
 la - Latin
 lb - Luxembourgish
 lo - Lao
 lt - Lithuanian
 lv - Latvian
 mai - Maithili
+me - Montenegrin (Crnogorski)
 mi - Maori
 mk - Macedonian
 ml - Malayalam
@@ -141,9 +144,9 @@ sl - Slovenian
 son - Songhai languages
 sq - Albanian
 sr - Serbian
-sr-ijekavsk - Serbian (Ijekavian pronunciation)
 sr-Latn - Serbian (Latin script)
 sr-Latn-ijekavsk - Serbian (Latin script, Ijekavian pronunciation)
+sr-ijekavsk - Serbian (Ijekavian pronunciation)
 ss - Swati
 st - Southern Sotho
 sv - Swedish



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/

2016-08-18 Thread Mike Gilbert
commit: 746c559118d7b3c95a1f78d4d7730d9ba4c8e4f6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Aug 19 01:49:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Aug 19 01:50:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746c5591

net-firewall/iptables: drop iptables.service

This unit really serves no real purpose. The utility of being able to call
"systemctl enable iptables" is questionable at best.

Given that iptables is not really a daemon but rather a kernel process, having
as single unit that persists with RemainAfterExit seems wrong as well.

Bug: https://bugs.gentoo.org/555920

Package-Manager: portage-2.3.0_p16

 .../iptables/{iptables-1.6.0.ebuild => iptables-1.6.0-r1.ebuild}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-firewall/iptables/iptables-1.6.0.ebuild 
b/net-firewall/iptables/iptables-1.6.0-r1.ebuild
similarity index 94%
rename from net-firewall/iptables/iptables-1.6.0.ebuild
rename to net-firewall/iptables/iptables-1.6.0-r1.ebuild
index d3c06aa..a8fe282 100644
--- a/net-firewall/iptables/iptables-1.6.0.ebuild
+++ b/net-firewall/iptables/iptables-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -101,9 +101,9 @@ src_install() {
newconfd "${FILESDIR}"/ip6tables-1.4.13.confd ip6tables
fi
 
-   systemd_dounit "${FILESDIR}"/systemd/iptables{,-{re,}store}.service
+   systemd_dounit "${FILESDIR}"/systemd/iptables-{re,}store.service
if use ipv6 ; then
-   systemd_dounit 
"${FILESDIR}"/systemd/ip6tables{,-{re,}store}.service
+   systemd_dounit 
"${FILESDIR}"/systemd/ip6tables-{re,}store.service
fi
 
# Move important libs to /lib #332175



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

2016-08-18 Thread Tim Harder
commit: e3a1a407c36e0a3751aab94c95cdf4c4a4f90380
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:18:18 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a1a407

media-sound/lilypond: fix alpha keywording

 media-sound/lilypond/lilypond-2.18.2-r2.ebuild | 2 +-
 media-sound/lilypond/lilypond-2.19.46.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
index e27ca36..ccd4ef1 100644
--- a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
+++ b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://lilypond.org/;
 
 LICENSE="GPL-3 FDL-1.3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
 IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/media-sound/lilypond/lilypond-2.19.46.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
index 2a3aaaf..83a3051 100644
--- a/media-sound/lilypond/lilypond-2.19.46.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
 else

SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~hppa ~x86"
+   KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2016-08-18 Thread Tim Harder
commit: 212ed5c8fa207d9b35269a1cc88c948110d0e7c5
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:19:13 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:19:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212ed5c8

media-sound/lilypond: keyword ~arm (bug #565880)

 media-sound/lilypond/lilypond-2.18.2-r2.ebuild | 2 +-
 media-sound/lilypond/lilypond-2.19.46.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
index ccd4ef1..4d11003 100644
--- a/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
+++ b/media-sound/lilypond/lilypond-2.18.2-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://lilypond.org/;
 
 LICENSE="GPL-3 FDL-1.3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
 IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/media-sound/lilypond/lilypond-2.19.46.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
index 83a3051..63535e7 100644
--- a/media-sound/lilypond/lilypond-2.19.46.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
 else

SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~hppa ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2016-08-18 Thread Tim Harder
commit: 531ba7b539caea9d3c5fa35c174f24f031504337
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:18:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:18:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531ba7b5

media-sound/lilypond: remove old

 media-sound/lilypond/Manifest  |   1 -
 media-sound/lilypond/lilypond-2.18.2-r1.ebuild | 132 
 media-sound/lilypond/lilypond-2.19.42.ebuild   | 137 -
 3 files changed, 270 deletions(-)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index 3ee..a80e41e 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1,3 +1,2 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 
329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 
0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
 WHIRLPOOL 
95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
-DIST lilypond-2.19.42.tar.gz 16870150 SHA256 
f925284e994a67712c9d57437f2ff4329a987793e071d6944bdf32d762b81c8c SHA512 
2f94656f20bae50797985657c0e557aca793044c8b9ae137ee6bbdee60cb4aa72cca0988d8ae19bf24cc4948d2ba73cb87ce9530a746daeb93632e0092ea5acf
 WHIRLPOOL 
887f4fa188f999474ab3b3240dafb1130861b38768bfbae18dd2096488bfb645b189ab47563f5d6de0dee81279d6fe84f5d2c9af690db0c0e767cf26dfb1fa72
 DIST lilypond-2.19.46.tar.gz 16899476 SHA256 
f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674 SHA512 
594921b784f6604bfb2210569fac03911cb5c4c11e2e9241f62153d7c012b5e10cd2cacd3ac3d69c1719c9b6fddc550d381a9fa9b96f22ada63019b38ef95de1
 WHIRLPOOL 
b77b1bc76ccdf6e17179fd9b1497beac96da2bd1ce83b7944a2a8f4a5d6274581c8e7f4c9e2de44b53912df702731456cd2658d96cccb186347f1a4577146a4d

diff --git a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild 
b/media-sound/lilypond/lilypond-2.18.2-r1.ebuild
deleted file mode 100644
index 6567168..000
--- a/media-sound/lilypond/lilypond-2.18.2-r1.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit elisp-common autotools eutils python-single-r1
-
-DESCRIPTION="GNU Music Typesetter"
-SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz;
-HOMEPAGE="http://lilypond.org/;
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
-LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
-IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND=">=app-text/ghostscript-gpl-8.15
-   >=dev-scheme/guile-1.8.2:12[deprecated,regex]
-   media-fonts/urw-fonts
-   media-libs/fontconfig
-   media-libs/freetype:2
-   >=x11-libs/pango-1.12.3
-   emacs? ( virtual/emacs )
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   app-text/t1utils
-   dev-lang/perl
-   dev-libs/kpathsea
-   >=dev-texlive/texlive-metapost-2013
-   || (
-   >=app-text/texlive-core-2013
-   >=dev-tex/metapost-1.803
-   )
-   virtual/pkgconfig
-   media-gfx/fontforge[png]
-   >=sys-apps/texinfo-4.11
-   >=sys-devel/bison-2.0
-   sys-devel/flex
-   sys-devel/gettext
-   sys-devel/make"
-
-# Correct output data for tests isn't bundled with releases
-RESTRICT="test"
-
-pkg_setup() {
-   # make sure >=metapost-1.803 is selected if it's installed, bug 498704
-   if [[ ${MERGE_TYPE} != binary ]] && has_version 
">=dev-tex/metapost-1.803" ; then
-   if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* 
]] ; then
-   einfo "Updating metapost symlink"
-   eselect mpost update || die
-   fi
-   fi
-
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch
-   epatch "${FILESDIR}"/${P}-fontforge.patch
-
-   if ! use vim-syntax ; then
-   sed -i 's/vim//' GNUmakefile.in || die
-   fi
-
-   # respect CFLAGS
-   sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
-
-   for lang in ${LANGS}; do
-   use linguas_${lang} || rm po/${lang}.po || die
-   done
-
-   # respect AR
-   sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make 
|| die
-
-   # remove bundled texinfo file (fixes bug #448560)
-   rm tex/texinfo.tex || die
-
-   epatch_user
-
-   eautoreconf
-}
-
-src_configure() {
-   # documentation generation currently not supported since it requires a 
newer
-   # version of texi2html than is currently in the tree
-
-   econf \
-   --with-ncsb-dir=/usr/share/fonts/urw-fonts \
-   

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

2016-08-18 Thread Tim Harder
commit: 0ed518df1af1e2ad4ae73ccda38e151b7b0c4259
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:34:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:34:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed518df

app-misc/byobu: version bump to 5.111

 app-misc/byobu/Manifest   |  1 +
 app-misc/byobu/byobu-5.111.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest
index 9412688..83497b2 100644
--- a/app-misc/byobu/Manifest
+++ b/app-misc/byobu/Manifest
@@ -1 +1,2 @@
+DIST byobu_5.111.orig.tar.gz 664384 SHA256 
b28c93f72cd9a62e1b1aa11abc8d8863f06c43da2c7089f6529683bbf13a50fc SHA512 
f4b20fd3ac01b4361a9ea02428326c3920a8bf728b03c309d491413daf603b3b2807ab1770274034f08299947d66a759777a1b2ddd087d7c9c19c67c7baec48a
 WHIRLPOOL 
32cddcc542137a438bffde637190663d7f56ba44de622110134b79f536b5f33ff3e80a28824d33b12ad792efd27e9bf898ee13e186df7923f46dce29d0a01b44
 DIST byobu_5.94.orig.tar.gz 660103 SHA256 
4917013f590110d25b18293a51af02bd1ebcd1c665474f62e2566fb9b8f62916 SHA512 
b4e07d7d197f8796c26f33aa08c1d61dab463ce5cd2d646bf32c4c5a4be17ffe2b8996cb305c999ca0be20a1fab81c24dbd0eae5588b74e8da1e7726c293b2e6
 WHIRLPOOL 
d2832c4ecac9d4d6907051d33efb8f51816866ce4bd0d75d5684322dd83a56d0a4717d2b6fd7736a0ca488d5e2e648a0e48a09de6a0bffcd779aa63cefd50c4c

diff --git a/app-misc/byobu/byobu-5.111.ebuild 
b/app-misc/byobu/byobu-5.111.ebuild
new file mode 100644
index 000..7bd23b5
--- /dev/null
+++ b/app-misc/byobu/byobu-5.111.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION="A set of profiles for the GNU Screen console window manager 
(app-misc/screen)"
+HOMEPAGE="http://byobu.co;
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="screen"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/newt[${PYTHON_USEDEP}]
+   screen? ( app-misc/screen )
+   !screen? ( app-misc/tmux )"
+
+src_prepare() {
+   default
+
+   python_fix_shebang .
+
+   # Set default system backend to screen
+   if use screen ; then
+   sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' 
etc/byobu/backend || die
+   fi
+}
+
+src_install() {
+   default
+
+   # Create symlinks for backends
+   dosym ${PN} /usr/bin/${PN}-screen
+   dosym ${PN} /usr/bin/${PN}-tmux
+
+   docompress -x /usr/share/doc/${PN}
+}



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

2016-08-18 Thread Tim Harder
commit: 6af5af5194e8eb7d06ac86c02acf2fa6c226ec62
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:29:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:29:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af5af51

media-sound/abcm2ps: stabilize 8.8.4

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

diff --git a/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
index d6c3832..86e11a8 100644
--- a/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
+++ b/media-sound/abcm2ps/abcm2ps-8.8.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://moinejf.free.fr/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples pango"
 
 RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"



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

2016-08-18 Thread Tim Harder
commit: 43643c69dca679c847d22be096ef411ae4343f8b
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:28:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:28:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43643c69

media-sound/abcm2ps: version bump to 8.12.1

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

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index 04b5c12..13cb671 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,4 +1,5 @@
 DIST abcm2ps-6.6.22.tar.gz 298108 SHA256 
be3dde653a349c8875dd1c98810c7a5263ddaaee9bc99085a41749c3e53ce560 SHA512 
fb7e526e7036456df8f8826c9d552de1ff9b007cdf5b5a623ac164a346cad9af07d26ed081d8693ff549cfde37fc541a02eea2d8cb45f4902b66ac05ab96f939
 WHIRLPOOL 
e7d82037462f60ec4c9f6a8411c109eaeebae09373169d5d3b751d789c2c221d88a7062a9b6750e25b8062f999ea213f0c3d031390ea750dcfe9868469424363
+DIST abcm2ps-8.12.1.tar.gz 237316 SHA256 
792eb95495f8b731d9487728a97778c7bcc2f3a389ad775e9dc0392fbb4bce60 SHA512 
2cd21cdc842ef000ce8c372842d0056b3df43c1741a80b4653dc584bcd1279196835917b5f16869896f3b0ad2c8f7bffaff0cf159547985607b251e37be7
 WHIRLPOOL 
8c572a5e0f74e624d7e39abf1871becc227ede2267b2d38a4d5b3430151472238e7c87e9fe07916615988ba544b6b4694ab64b02463ce822e08547610ca64f71
 DIST abcm2ps-8.5.2.tar.gz 231017 SHA256 
466446ef3007a3bbedf01667e647ba66fcdd81e3bc714bfe5b13a1c16f536c69 SHA512 
605ad9eed7470ab89ce87cb0192d58cdfce6dd481b787f58c829c8cfed999fb11ffccbc1fe0ad325a311eabf40405f1ae676c7c64ce84db0ecaf9d58b509b293
 WHIRLPOOL 
06ad4b92557cd65fcf18b80a40aae36b688137793397cf9aef8e286b73af1218cedacfcbaff8e6e4bd29ab78aac158ef174dfc3eb7cbe00ae560a54cd169636e
 DIST abcm2ps-8.8.3.tar.gz 238617 SHA256 
7a802a535ccb92e8ff0231ba70fdc9e522f9fbadf00d5a22c0a833853730db17 SHA512 
61e6ebbf822a48d558e78e876ed123a7ed5125d858aae6de30b16906c3023509caaa52eeea9123c59fed3128d079965fe0bc95b2603c444bb4d01cfda22d24b3
 WHIRLPOOL 
5c14ee3c86714c94a65ffea4b6397e891c954f771523df028691d034f549d96d63324e3a7b2f09bd8856ccfd2567a8163d632864d0e9ae4ded1caa3e7c71fa5e
 DIST abcm2ps-8.8.4.tar.gz 238574 SHA256 
961ba76372832bbff5e07eb89c8e9ff98817fa3d7f4d13b6eedd16937120937b SHA512 
f139f2bd324742a23ee9db3768746792974e6e8a78e65547cec527a7b10d4bcbacf1687dd7966791910efb8ea972042031186f89913d1051d52fb46787b34229
 WHIRLPOOL 
11f6287d2549d9a8d804eb9c363f505385552a5a6b3c80c676214890c0fdbd874124ff2f3cf5f4e4b72d4611e2805cea8c4a45e1ad7c65cc71b8d8a1783d3ca6

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



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

2016-08-18 Thread Tim Harder
commit: 2fad4baf4b9643645d256c1f4a400897f683799e
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:30:17 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:30:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fad4baf

media-sound/abcm2ps: remove old

 media-sound/abcm2ps/Manifest  |  3 --
 media-sound/abcm2ps/abcm2ps-6.6.22.ebuild | 44 ---
 media-sound/abcm2ps/abcm2ps-8.5.2.ebuild  | 49 ---
 media-sound/abcm2ps/abcm2ps-8.8.3.ebuild  | 49 ---
 4 files changed, 145 deletions(-)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index 13cb671..7bfbfd6 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,6 +1,3 @@
-DIST abcm2ps-6.6.22.tar.gz 298108 SHA256 
be3dde653a349c8875dd1c98810c7a5263ddaaee9bc99085a41749c3e53ce560 SHA512 
fb7e526e7036456df8f8826c9d552de1ff9b007cdf5b5a623ac164a346cad9af07d26ed081d8693ff549cfde37fc541a02eea2d8cb45f4902b66ac05ab96f939
 WHIRLPOOL 
e7d82037462f60ec4c9f6a8411c109eaeebae09373169d5d3b751d789c2c221d88a7062a9b6750e25b8062f999ea213f0c3d031390ea750dcfe9868469424363
 DIST abcm2ps-8.12.1.tar.gz 237316 SHA256 
792eb95495f8b731d9487728a97778c7bcc2f3a389ad775e9dc0392fbb4bce60 SHA512 
2cd21cdc842ef000ce8c372842d0056b3df43c1741a80b4653dc584bcd1279196835917b5f16869896f3b0ad2c8f7bffaff0cf159547985607b251e37be7
 WHIRLPOOL 
8c572a5e0f74e624d7e39abf1871becc227ede2267b2d38a4d5b3430151472238e7c87e9fe07916615988ba544b6b4694ab64b02463ce822e08547610ca64f71
-DIST abcm2ps-8.5.2.tar.gz 231017 SHA256 
466446ef3007a3bbedf01667e647ba66fcdd81e3bc714bfe5b13a1c16f536c69 SHA512 
605ad9eed7470ab89ce87cb0192d58cdfce6dd481b787f58c829c8cfed999fb11ffccbc1fe0ad325a311eabf40405f1ae676c7c64ce84db0ecaf9d58b509b293
 WHIRLPOOL 
06ad4b92557cd65fcf18b80a40aae36b688137793397cf9aef8e286b73af1218cedacfcbaff8e6e4bd29ab78aac158ef174dfc3eb7cbe00ae560a54cd169636e
-DIST abcm2ps-8.8.3.tar.gz 238617 SHA256 
7a802a535ccb92e8ff0231ba70fdc9e522f9fbadf00d5a22c0a833853730db17 SHA512 
61e6ebbf822a48d558e78e876ed123a7ed5125d858aae6de30b16906c3023509caaa52eeea9123c59fed3128d079965fe0bc95b2603c444bb4d01cfda22d24b3
 WHIRLPOOL 
5c14ee3c86714c94a65ffea4b6397e891c954f771523df028691d034f549d96d63324e3a7b2f09bd8856ccfd2567a8163d632864d0e9ae4ded1caa3e7c71fa5e
 DIST abcm2ps-8.8.4.tar.gz 238574 SHA256 
961ba76372832bbff5e07eb89c8e9ff98817fa3d7f4d13b6eedd16937120937b SHA512 
f139f2bd324742a23ee9db3768746792974e6e8a78e65547cec527a7b10d4bcbacf1687dd7966791910efb8ea972042031186f89913d1051d52fb46787b34229
 WHIRLPOOL 
11f6287d2549d9a8d804eb9c363f505385552a5a6b3c80c676214890c0fdbd874124ff2f3cf5f4e4b72d4611e2805cea8c4a45e1ad7c65cc71b8d8a1783d3ca6
 DIST transpose_abc.pl 21045 SHA256 
bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848 SHA512 
dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3
 WHIRLPOOL 
81e327bbd76b40826adab06f7756c79c60289b21432b792c848db3ba1354528fa4f1a074cba890b6087cfac6e712427c6cbb2c9e6679c8ced22c362f6ec005f3

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

diff --git a/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild 
b/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild
deleted file mode 100644
index 86e11a8..000
--- a/media-sound/abcm2ps/abcm2ps-8.5.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A program to convert abc files to Postscript files"
-HOMEPAGE="http://moinejf.free.fr/;
-SRC_URI="http://moinejf.free.fr/${P}.tar.gz
-   http://moinejf.free.fr/transpose_abc.pl;
-
-LICENSE="GPL-2"

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

2016-08-18 Thread Tim Harder
commit: 6225a89e0205cb0a80fcf7850037c21bb24f
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:26:13 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:26:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6225a89e

media-sound/abcmidi: version bump to 2016.07.20

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

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index c9506b1..fc2c3a7 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,2 +1,3 @@
 DIST abcMIDI-2015-08-25.zip 665906 SHA256 
614d8e7bac0d9092e08b69ec79066fe202e0dd5dd79a2d99b16e88dcda9f7c31 SHA512 
2253d13611c41d2faff6393497f15dbbda583ff99093df6c368942ce2227ac22f2c0f84a33eb96ba7e6553325c6363dd9f550d432571a253f83e9a94cd0ed12b
 WHIRLPOOL 
b36e3af032f298954630e3adc25397054c4b5c2ddde42b48d2bb92736f91b8a1ad6814446d9acb8688021ea743bd2d24c532702e54c1b1e59c5dfc227561a154
 DIST abcMIDI-2016.05.05.zip 671937 SHA256 
6000e11172552c3eb0194267c1acadca620514bd35e141978f85bc4ec47aa22b SHA512 
c3525ea399a5b71d7d0604cb04334e07e8d92613cd62313c8500143ed776a49c45b6ee22dd251d35a690b774ec807a2a8ba4533d81d33b1c146c3233d163aba0
 WHIRLPOOL 
3ef0ec16df40ae1dadbbda9b78c7561f29de394b70eaba950f6a0ad1cbf0f71060b64f273fe3f40c6c58a731f380b5791e9cc9afa702558152f35d3073f4bc2b
+DIST abcMIDI-2016.07.20.zip 672095 SHA256 
a5539c2c3b3b23aec75ac2b9bafa79ea26e70cc0de021096f021e47a0641e75e SHA512 
414ea0386747f26e3d1dabd5960e5f46e0da26e818671bfcf31621be9a60caf41ef49069ccff021a416125cbc2fe5cb4a61d60b579b03f5d6463408a63c0522f
 WHIRLPOOL 
3a02f8349eaf27a854534fd48555ef12d572fd0c934aa347b00453e95969952fd8854286027a286ab71d9143d1c69f8545b6b4562668bbd385ed4d9915544015

diff --git a/media-sound/abcmidi/abcmidi-2016.07.20.ebuild 
b/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
new file mode 100644
index 000..9d2ae4c
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html;
+SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
+   default
+
+   rm configure makefile || die
+   sed -i "s:-O2::" configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



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

2016-08-18 Thread Tim Harder
commit: f483df5353eeb7f0db8873232d9925bbb34ceb56
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:10:39 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:12:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f483df53

dev-libs/cdk: version bump to 5.0.20150928

 dev-libs/cdk/Manifest|  1 +
 dev-libs/cdk/cdk-5.0.20150928.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/cdk/Manifest b/dev-libs/cdk/Manifest
index f50709a..59fb8e0 100644
--- a/dev-libs/cdk/Manifest
+++ b/dev-libs/cdk/Manifest
@@ -1,2 +1,3 @@
 DIST cdk-5.0-20131107.tgz 495455 SHA256 
2b3670b95d330cce34ddd929f985c423cf86b05ba8a33bf5f217c4702131f565 SHA512 
93e0c78bfd12fb9c554b9b6996b9c93542201afb67ddd63ecea7330171ca079da73d81b3f3b2f27a28ecd3527ed6c7333203a9438ecd196a66d3bad78233f439
 WHIRLPOOL 
bedf5a441175436fb0eb54b216a61acd296d97dbbb2be1eb817b024778f58383f0ea00f6159c67c05f116f21ad6e0030a2d979aa8db2798a4f103f36f3e3198b
 DIST cdk-5.0-20141106.tgz 509310 SHA256 
d7ce8d9698b4998fa49a63b6e19309d3eb61cc3a019bfc95101d845ef03c4803 SHA512 
8a92363c8036acb61fe8dcfcf3690653f2573407123b8c684c0bf165d5b99b6a4c7e8bcded8773304ebc13108e90ae3488f0e74ed026f3bc69f6a5b007e651e4
 WHIRLPOOL 
d497624acb49bec7a1f18afe13c1279f5e8c06b71d4f904b88b9f639e01fae0b4d959ae90df169c477292e0f56f787944e5cffddb4416d30d85784155bde2dee
+DIST cdk-5.0-20150928.tgz 515214 SHA256 
028da75d5f777a1c4184f88e34918bd273bd83bbe3c959bc11710c4f0ea2e448 SHA512 
5774e28d91edd477854e30eb456b7725987e82ec27f5cf055c1d1e46581e11d2958bafbac408124f274bf7454be68476d18643a265df7c74b8f43eb1895bf19d
 WHIRLPOOL 
637cf7405139dedb82a21b3481f8673fd3c27289813e74da44afe739c258d6674fd4288f202166b9a624357ea686971010c06250f7770c2c37d538f0e7fbb12b

diff --git a/dev-libs/cdk/cdk-5.0.20150928.ebuild 
b/dev-libs/cdk/cdk-5.0.20150928.ebuild
new file mode 100644
index 000..e5e6802
--- /dev/null
+++ b/dev-libs/cdk/cdk-5.0.20150928.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+MY_P="${PN}-$(replace_version_separator 2 -)"
+DESCRIPTION="A library of curses widgets"
+HOMEPAGE="http://dickey.his.com/cdk/cdk.html;
+SRC_URI="ftp://invisible-island.net/cdk/${MY_P}.tgz;
+
+LICENSE="BSD"
+SLOT="0/6" # subslot = soname version
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="examples static-libs unicode"
+
+DEPEND=">=sys-libs/ncurses-5.2:0=[unicode?]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-5.0.20120323-parallel-make.patch )
+
+src_configure() {
+   econf \
+   --with-libtool \
+   --with-shared \
+   --with-ncurses$(usex unicode "w" "")
+}
+
+src_install() {
+   # parallel make installs duplicate libs
+   emake -j1 \
+   DESTDIR="${ED}" \
+   DOCUMENT_DIR="${ED}/usr/share/doc/${PF}" install
+
+   if use examples ; then
+   for x in include c++ demos examples cli cli/utils cli/samples; 
do
+   docinto $x
+   find $x -maxdepth 1 -mindepth 1 -type f -print0 | xargs 
-0 dodoc
+   done
+   fi
+
+   use static-libs || find "${ED}" \( -name '*.a' -or -name '*.la' \) 
-delete
+}



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

2016-08-18 Thread Michał Górny
commit: 58a659534b0c077698dff2ff33bb568e124d96bc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 19 05:09:22 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 19 05:10:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a65953

dev-lang/python: Backport gcc[-libffi(-)] blocker fix to all versions

 dev-lang/python/python-2.7.10-r1.ebuild | 2 +-
 dev-lang/python/python-2.7.11-r2.ebuild | 2 +-
 dev-lang/python/python-2.7.12.ebuild| 2 +-
 dev-lang/python/python-3.3.5-r3.ebuild  | 2 +-
 dev-lang/python/python-3.3.5-r8.ebuild  | 2 +-
 dev-lang/python/python-3.4.3-r1.ebuild  | 2 +-
 dev-lang/python/python-3.4.3-r7.ebuild  | 2 +-
 dev-lang/python/python-3.4.4.ebuild | 2 +-
 dev-lang/python/python-3.4.5.ebuild | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/python/python-2.7.10-r1.ebuild 
b/dev-lang/python/python-2.7.10-r1.ebuild
index aaf1b14..de85de7 100644
--- a/dev-lang/python/python-2.7.10-r1.ebuild
+++ b/dev-lang/python/python-2.7.10-r1.ebuild
@@ -61,7 +61,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND="app-eselect/eselect-python"

diff --git a/dev-lang/python/python-2.7.11-r2.ebuild 
b/dev-lang/python/python-2.7.11-r2.ebuild
index 9eeab0c..6954f3f 100644
--- a/dev-lang/python/python-2.7.11-r2.ebuild
+++ b/dev-lang/python/python-2.7.11-r2.ebuild
@@ -63,7 +63,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-2.7.12.ebuild 
b/dev-lang/python/python-2.7.12.ebuild
index 992882b..0856ef2 100644
--- a/dev-lang/python/python-2.7.12.ebuild
+++ b/dev-lang/python/python-2.7.12.ebuild
@@ -63,7 +63,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-3.3.5-r3.ebuild 
b/dev-lang/python/python-3.3.5-r3.ebuild
index 42477ed..bc6f2a0 100644
--- a/dev-lang/python/python-3.3.5-r3.ebuild
+++ b/dev-lang/python/python-3.3.5-r3.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${SLOT} )"
 PDEPEND="app-eselect/eselect-python"

diff --git a/dev-lang/python/python-3.3.5-r8.ebuild 
b/dev-lang/python/python-3.3.5-r8.ebuild
index e7f91bd..b39a7bb 100644
--- a/dev-lang/python/python-3.3.5-r8.ebuild
+++ b/dev-lang/python/python-3.3.5-r8.ebuild
@@ -57,7 +57,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )
doc? ( dev-python/python-docs:${PYVER} )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"

diff --git a/dev-lang/python/python-3.4.3-r1.ebuild 
b/dev-lang/python/python-3.4.3-r1.ebuild
index d7dab16..573a11e 100644
--- a/dev-lang/python/python-3.4.3-r1.ebuild
+++ b/dev-lang/python/python-3.4.3-r1.ebuild
@@ -49,7 +49,7 @@ RDEPEND="app-arch/bzip2
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
 PDEPEND="app-eselect/eselect-python"
 

diff --git a/dev-lang/python/python-3.4.3-r7.ebuild 
b/dev-lang/python/python-3.4.3-r7.ebuild
index 51a14db..22cd3b3 100644
--- a/dev-lang/python/python-3.4.3-r7.ebuild
+++ b/dev-lang/python/python-3.4.3-r7.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( app-misc/mime-types )"
 PDEPEND=">=app-eselect/eselect-python-20140125-r1"
 

diff --git a/dev-lang/python/python-3.4.4.ebuild 
b/dev-lang/python/python-3.4.4.ebuild
index a5ef671..39e9bcc 100644
--- a/dev-lang/python/python-3.4.4.ebuild
+++ b/dev-lang/python/python-3.4.4.ebuild
@@ -51,7 +51,7 @@ RDEPEND="app-arch/bzip2:0=
 DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-devel/autoconf-2.65
-   !sys-devel/gcc[libffi]"
+   !sys-devel/gcc[libffi(-)]"
 RDEPEND+=" !build? ( 

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

2016-08-18 Thread Tim Harder
commit: 06d4a39247b9b8d1f00badb87937fff3f80b71e1
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:36:45 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:36:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d4a392

app-misc/when: version bump to 1.1.36

 app-misc/when/Manifest   |  1 +
 app-misc/when/when-1.1.36.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/app-misc/when/Manifest b/app-misc/when/Manifest
index 3bac698..4503c72 100644
--- a/app-misc/when/Manifest
+++ b/app-misc/when/Manifest
@@ -1,2 +1,3 @@
 DIST when-1.1.33.tar.gz 49740 SHA256 
568a49e999363a018186e03c38d116c587b332f7fcf60820f9cfc34779050ab0 SHA512 
5c0934257133f75a7de984499f99f68dde5343d51051acf1b454f04dae82254c733e946a6c5ead546dc3c07cd113d938a48c95af39b80cbfc04ee6d748223c83
 WHIRLPOOL 
9bcbe73a4034b817fc34d302689a0b404563081163c692ee23e484fbb9ab993a90a5d468f2586e7f5327abad98f4033ebd7546255f682898e899a9fdd7629c97
 DIST when-1.1.35.tar.gz 51308 SHA256 
f880c0d80b1023a05df99690e36be133c46071657b9921fc9e8d16115fb13ae6 SHA512 
b9acd1e3ea69c3ea9672eb16bd291c79612bbd037b4b96f6350d44da1400729a62bfc320eed2637646a728c243abacd7e26f22e76b5b12006dbd0c70bcb4a7da
 WHIRLPOOL 
04ac240b99c5a0a3a2e0f80e7edd6ab0fd85939676016877f595d5698c8238d754ca4deb697eea507744bb936f64f6011548aa062751d99ffcc47a24362dbf4f
+DIST when-1.1.36.tar.gz 50926 SHA256 
3ff95c1881e8fe25c82943720a81c9b9b3bd4ac002cd8ffc2d25c588fe7d50b1 SHA512 
04b2efbcebae79325d8410a5aa5cdf59662fe42c06229ebc91f3b7163091d305a6ba91914a2a9117d86807d5ca0c875d48679dbc3545162a7263679bf605a52e
 WHIRLPOOL 
1e7ed8d6e2939eaf898e01acebcd74f340e33eff5af17613e60eed62b756e8dd4df300990194b3cbebec64751c2adc1cb44848f1aad3d0b840bc9fe7174ea144

diff --git a/app-misc/when/when-1.1.36.ebuild b/app-misc/when/when-1.1.36.ebuild
new file mode 100644
index 000..73272c1
--- /dev/null
+++ b/app-misc/when/when-1.1.36.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek 
who wants something minimalistic"
+HOMEPAGE="http://www.lightandmatter.com/when/when.html;
+SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/when_dist
+
+src_prepare() {
+   default
+
+   # Fix path for tests
+   sed -i 's,^ when,   ./when,' Makefile || die 'sed failed'
+}
+
+src_compile() { :; }
+
+src_test() {
+   # The when command requires these files, or attempts to run setup 
function.
+   mkdir "${HOME}"/.when || die 'mkdir failed'
+   touch "${HOME}"/.when/{calendar,preferences} || die 'touch failed'
+   emake test
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   dodoc README
+}



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

2016-08-18 Thread Tim Harder
commit: 4ae9bd0b6b3ecae0d7ff8c9a9748d15e34658eb7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:47:05 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:51:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae9bd0b

dev-libs/fstrm: version bump to 0.3.0

 dev-libs/fstrm/Manifest   |  1 +
 dev-libs/fstrm/fstrm-0.3.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/fstrm/Manifest b/dev-libs/fstrm/Manifest
index e88758c..21d16ad 100644
--- a/dev-libs/fstrm/Manifest
+++ b/dev-libs/fstrm/Manifest
@@ -1 +1,2 @@
 DIST fstrm-0.2.0.tar.gz 434627 SHA256 
ad5d39957a4b334a6c7fcc94f308dc7ac75e1997cc642e9bb91a18fc0f42a98a SHA512 
4425c3aa57f7c87dfa2a5cc6e3c9b7f8e293086c2092b57b5d227b13dba3ec23cb8460abbfaf153b2f3a27c6a613e31e7a805948cbc5d567707880f353453f42
 WHIRLPOOL 
25360591002a366bff79a626f6f1514155445eca9608163378e4be1278652c7581f9b893465e0f7bf1653ac140215104174c16e24ebbfeff033e9b0e079192b9
+DIST fstrm-0.3.0.tar.gz 185153 SHA256 
531ef29ed2a15dfe4993448eb4e8463c5ed8eebf1472a5608c6ac0a6f62b3a12 SHA512 
4134da0ed8579cb6784a419bba76b3be7487ec67b6fad65e0e662b40e668389010381176794d15da9c96339292f0faedc143f87b7ef3815b69bbc8b165af5c4d
 WHIRLPOOL 
5ff46b41a25c581b525b42db6e2926546768318f602c55ec0ccbd5fe0de055803629786ea14e465045d93459ad3ff3a3a07e10e1b598113b0348284610dddee3

diff --git a/dev-libs/fstrm/fstrm-0.3.0.ebuild 
b/dev-libs/fstrm/fstrm-0.3.0.ebuild
new file mode 100644
index 000..d37861d
--- /dev/null
+++ b/dev-libs/fstrm/fstrm-0.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools multilib-minimal
+
+DESCRIPTION="Frame Streams implementation in C"
+HOMEPAGE="https://github.com/farsightsec/fstrm;
+SRC_URI="https://github.com/farsightsec/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="static-libs utils"
+
+RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+src_prepare() {
+   default
+   eautoreconf
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable utils programs)
+}
+
+multilib_src_install_all() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/

2016-08-18 Thread Matthias Maier
commit: d4d698ee89d2dd6931f726dd77a710daad36b33c
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Aug 19 03:05:55 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Aug 19 04:17:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d698ee

sci-visualization/paraview: ver bump, enable openmp support, bug #590746

- version bump to 5.1.0
- add USE=openmp to control openmp support
- switch to OpenGL2 rendering engine.

Package-Manager: portage-2.2.28

 sci-visualization/paraview/Manifest  |   1 +
 sci-visualization/paraview/paraview-5.1.2.ebuild | 285 +++
 2 files changed, 286 insertions(+)

diff --git a/sci-visualization/paraview/Manifest 
b/sci-visualization/paraview/Manifest
index 1e11e68..897fb95 100644
--- a/sci-visualization/paraview/Manifest
+++ b/sci-visualization/paraview/Manifest
@@ -1,3 +1,4 @@
 DIST ParaView-v4.1.0-source.tar.gz 50460304 SHA256 
80ef898c158d7fd9ceb0bcd83be1f679eef06ce4f20514a2435330cc97a3fdf3 SHA512 
da91f7332a91746d60968a9d6cc1fe4878a3710f8e4a3d675dc65c337d6844f39df4c3e307d424ee0d2a832fd3c0f3d0c4da6a8b0a2aa6902920988fb53b9f7f
 WHIRLPOOL 
c3572d12f05b8443eb21a342c140d55e3c41e2af383aa850491aaeec412e62a45a4ee44e6d772dc9b6f141028911cb96b22a7818c6f15bc80bb8553d37008d96
 DIST ParaView-v4.4.0-source.tar.gz 58397252 SHA256 
c2dc334a89df24ce5233b81b74740fc9f10bc181cd604109fd13f6ad2381fc73 SHA512 
092dee4ca75b9f4e3b4a53c85ebc89f406a91f6dd9ac9a3deb65de776189c2582d15c2b1f8f0393ff4d7a438333f8801de22d2cf916b314d8b85d93cc5f4671e
 WHIRLPOOL 
722be36c45563066a2e91e7ea3e382d6928056a38c01920089f6e16a721259e1e8f99b26c982f136f9cfac8f1cb1d9f54ee0267cea79360ace4c00e81a47e61b
 DIST ParaView-v5.1.0.tar.gz 51613148 SHA256 
1ce345e9c5533c2854ad7e89cf4f90992bafee23707ae9f85d12b38405169f2a SHA512 
c9af27d8be03783c7353735718a41ee03732db0f2e4f6e2db5e1e72d3df01801bb77294713c2b96eaf17e75d1fd6a30e340b3c33f496f7e705d07badfa196e69
 WHIRLPOOL 
08cd669f02fd54b7fc4054f23f04a3dc274e4ba8ebdf54fb14caaa95bc0c9fb2e2e5551a9e74d88062f2230eb511b7e18d6cb75bb43f4291e19dbaa2ed53cd1f
+DIST ParaView-v5.1.2.tar.gz 51635420 SHA256 
ff02b7307a256b7c6e8ad900dee5796297494df7f9a0804fe801eb2f66e6a187 SHA512 
9204732ecbe5048c96536a2d63f37ec51f331416bab11c982797d07cd0233e1424193d1c8cac6dfe7e91696997f8aaf92c3a32d7b05674c0b176d93444672e40
 WHIRLPOOL 
1bbb95672279317304dde1f3123a51f3ca787f0f0b1a28ce09e53f0fbfdf685da89efeb2b13c0409982cbc5566e3984542eeeb519aa757bdd849186135c57a64

diff --git a/sci-visualization/paraview/paraview-5.1.2.ebuild 
b/sci-visualization/paraview/paraview-5.1.2.ebuild
new file mode 100644
index 000..38dc364
--- /dev/null
+++ b/sci-visualization/paraview/paraview-5.1.2.ebuild
@@ -0,0 +1,285 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils cmake-utils multilib python-single-r1 toolchain-funcs 
versionator
+
+MAIN_PV=$(get_major_version)
+MAJOR_PV=$(get_version_component_range 1-2)
+MY_P="ParaView-v${PV}"
+
+DESCRIPTION="ParaView is a powerful scientific data visualization application"
+HOMEPAGE="http://www.paraview.org;
+SRC_URI="http://www.paraview.org/files/v${MAJOR_PV}/${MY_P}.tar.gz;
+RESTRICT="mirror"
+
+LICENSE="paraview GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql 
nvcontrol openmp plugins python +qt5 sqlite tcl test tk"
+RESTRICT="test"
+
+REQUIRED_USE="python? ( mpi ${PYTHON_REQUIRED_USE} )
+   mysql? ( sqlite )" # "vtksqlite, needed by vtkIOSQL" and "vtkIOSQL, 
needed by vtkIOMySQL"
+
+RDEPEND="
+   dev-libs/expat
+   >=dev-libs/jsoncpp-0.10.1
+   dev-libs/libxml2:2
+   dev-libs/protobuf
+   media-libs/freetype
+   media-libs/libpng:0
+   media-libs/libtheora
+   media-libs/tiff:0=
+   sci-libs/hdf5[mpi=]
+   >=sci-libs/netcdf-4.2[hdf5]
+   >=sci-libs/netcdf-cxx-4.2:3
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   coprocessing? (
+   plugins? (
+   dev-python/PyQt5
+   dev-qt/qtgui:5
+   )
+   )
+   ffmpeg? ( virtual/ffmpeg )
+   mpi? ( virtual/mpi[cxx,romio] )
+   mysql? ( virtual/mysql )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   dev-python/twisted-core
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   mpi? ( dev-python/mpi4py )
+   qt5? ( dev-python/PyQt5[opengl,webkit,${PYTHON_USEDEP}] )
+   )
+   qt5? (
+   dev-qt/designer:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtopengl:5
+   

[gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/

2016-08-18 Thread Matthias Maier
commit: 10782c29927e4b46669a30df53784f25af6356f3
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Aug 19 02:26:08 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Aug 19 04:17:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10782c29

sci-visualization/paraview: add missing dependency on dev-qt/qttest:5, bug 
#591228

Thanks to Thomas Haschka

Package-Manager: portage-2.2.28

 sci-visualization/paraview/paraview-5.1.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild 
b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
index 772bb85..23fa295 100644
--- a/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
+++ b/sci-visualization/paraview/paraview-5.1.0-r1.ebuild
@@ -70,6 +70,7 @@ RDEPEND="
dev-qt/qthelp:5
dev-qt/qtopengl:5
dev-qt/qtsql:5
+   dev-qt/qttest:5
dev-qt/qtwebkit:5
dev-qt/qtx11extras:5
)



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

2016-08-18 Thread Hans de Graaff
commit: 6594762ea9326bccd768378141456beddbbde4c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:23:32 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6594762e

dev-ruby/bunny: add 2.5.1

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 95c50b3..00b0b81 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -2,3 +2,4 @@ DIST bunny-2.3.0.gem 184832 SHA256 
798d16dcecb47bbfea5226aa4a433e8aa4a530f0d1249
 DIST bunny-2.3.1.gem 185344 SHA256 
3e1f727d93b18b7b94fd7fe2023b281272895b2e5643ce65491c015ab20d3978 SHA512 
54a5b91904d8692febba8ec589320a41b4007f2c6fd5a809b81d78625a8d4567b911af393bd9fb7b3a6f62116824d54b51c4c5fc5d186b870686eabfc82b13bb
 WHIRLPOOL 
3613901312662059e9cc0a70a323f9135c8a94363ee2a325f359444e74bcad7e69fcc4c63e7b3aa12fd21aa206f663d26cdf0b943de0a538bd34818cb8b54dd4
 DIST bunny-2.4.0.gem 187392 SHA256 
bcce78445d163cbce9a55c122468f2d3470db16e011a23e793471dbe746a2655 SHA512 
d5fe6588045867ab773caa05adc66bfe52dcf8913b919843f9704cb715848d25fe65ff453daaee11438d6f1e9d4cd0b1cbc67a16c3ff3bc62f3dc2dcc7ad5902
 WHIRLPOOL 
ef4eb07bb2d62451a92b57484f4f804f74da8dfecce888c16c6a0ed72d42e1d62fe4d2a3c65454e0ca700e27e0b6bcceab3f69fcab6193bfef6d58416eea8ede
 DIST bunny-2.5.0.gem 188416 SHA256 
bae146f653e4e9ef75fddf34577c572bfe829b83f2cca272c159db5d9e8648a9 SHA512 
321ac85e5cfd0abe8111708ca149c779b5fc0694084b6e064c1fee90f7c9a4802e4dfa6cae0cc58d0ce9aaf3c59f736064267c9aeac3b8c795a1da5a434d8aff
 WHIRLPOOL 
5c54e82654d649b559da5472fd0c462e991549b28b843a307afc8b87ce3ebb8f1df139a1ddc655cf9a706aaf584c48b2d653973a439f9be0fb2a913cc4016e36
+DIST bunny-2.5.1.gem 188928 SHA256 
8a05fe5fe105545b2509fb941f069cd61904cf780374cc0aed7ab421893a1e59 SHA512 
a1d1a13f50d97fcef065b7f30841be1f7a3215ac3fef743a01ab0b7cc0582512a7baa1511eff930352bed02c60abba6e4ab3802cc5dc89d032cfafc92e34ff36
 WHIRLPOOL 
638fcb51c73dd9933190c7a91cf73b290f52a36fcd8eb5f6ee4df9ddc2515b12122a4369959efd509cdd82dda1f98d132b1a6efbe9013244c7b800525c98bd16

diff --git a/dev-ruby/bunny/bunny-2.5.1.ebuild 
b/dev-ruby/bunny/bunny-2.5.1.ebuild
new file mode 100644
index 000..6a98443
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.0.1:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



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

2016-08-18 Thread Hans de Graaff
commit: a265ddf47e0a14b4ae2a62b13b5ba35a5581d18e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:16:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a265ddf4

dev-ruby/bson: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/bson/Manifest  |  1 -
 dev-ruby/bson/bson-3.2.4.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 2bd86f9..89e7e2f 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,3 +1,2 @@
-DIST bson-3.2.4.tar.gz 51208 SHA256 
adcc339e4618fbd9bc8dc91677971118834adfd19bf6ae783d79308f2fb446b2 SHA512 
d7817d5ec068895e4a883921dc8495aa9d44401b7a66c77f29b71434428efaf417f1219ebbb1bd7065a8beebba41c0c461e7b9f5376bc9259ada695f6eb97715
 WHIRLPOOL 
670239430ec0ccfe01a4a50d843fbc871faea06b0d5cf7db4cf53d32ec7a6dcca7ef06497589d1e0f4ee8e20e451bff33b7d0bcfea298b71dead22716f07eab2
 DIST bson-3.2.6.tar.gz 51846 SHA256 
b7d848b93de622c32cc65cf6debf21aaa0e66d554d65cc7805dc8f76e56c55fb SHA512 
da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 WHIRLPOOL 
ece0e17aca10f684cdbea703702b5f886340fe93ede11045430c7711f2d546c5e2558003261d8252a29a55fc999664be0315f0ac693d02181a9dcf006d44a3c6
 DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 
84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 
725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6
 WHIRLPOOL 
c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0

diff --git a/dev-ruby/bson/bson-3.2.4.ebuild b/dev-ruby/bson/bson-3.2.4.ebuild
deleted file mode 100644
index f7eda92..000
--- a/dev-ruby/bson/bson-3.2.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="bson-ruby"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
-HOMEPAGE="http://www.mongodb.org/;
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-RUBY_S="bson-ruby-${PV}"
-
-LICENSE="APSL-2"
-SLOT="3"
-KEYWORDS="~amd64"
-IUSE="test doc"
-
-all_ruby_prepare() {
-   # Remove bundler support
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
-   # Remove project-specific rspec options
-   rm .rspec || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
-   cp ext/bson/*$(get_modname) lib/ || die
-}



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

2016-08-18 Thread Hans de Graaff
commit: bd57dcc4adb7c569173867f848bbf7095c3e1849
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Aug 18 19:20:07 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 19 05:07:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd57dcc4

dev-ruby/bson: add 4.1.1

Package-Manager: portage-2.2.28

 dev-ruby/bson/Manifest  |  1 +
 dev-ruby/bson/bson-4.1.1.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
index 89e7e2f..c77a4a1 100644
--- a/dev-ruby/bson/Manifest
+++ b/dev-ruby/bson/Manifest
@@ -1,2 +1,3 @@
 DIST bson-3.2.6.tar.gz 51846 SHA256 
b7d848b93de622c32cc65cf6debf21aaa0e66d554d65cc7805dc8f76e56c55fb SHA512 
da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2
 WHIRLPOOL 
ece0e17aca10f684cdbea703702b5f886340fe93ede11045430c7711f2d546c5e2558003261d8252a29a55fc999664be0315f0ac693d02181a9dcf006d44a3c6
+DIST bson-4.1.1.tar.gz 55417 SHA256 
965d0da14886e795230686168676784c74117c705b262ee468205c0066166f64 SHA512 
b98b568fe0a94e6430433a9bb57930c0a95c9b268d928a6fabb1ce6bd4343406e700de11db531f6a49bc270e449637c70ce0ad0a8f7f6cae7857f0ad627f1956
 WHIRLPOOL 
b7f0735cb0d3e49d257f805398368e397a70f87dd38460ce04064ca34fc0f9b60f6e776403955be0e2db9360b94bb0b09f48d5c3e7036a10d8393b715c455b41
 DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 
84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 
725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6
 WHIRLPOOL 
c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0

diff --git a/dev-ruby/bson/bson-4.1.1.ebuild b/dev-ruby/bson/bson-4.1.1.ebuild
new file mode 100644
index 000..d7874ba
--- /dev/null
+++ b/dev-ruby/bson/bson-4.1.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+GITHUB_USER="mongodb"
+GITHUB_PROJECT="bson-ruby"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based 
extension.)"
+HOMEPAGE="http://www.mongodb.org/;
+SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="bson-ruby-${PV}"
+
+LICENSE="APSL-2"
+SLOT="4"
+KEYWORDS="~amd64"
+IUSE="test doc"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+   # Remove project-specific rspec options
+   rm .rspec || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
+}
+
+each_ruby_compile() {
+   emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
+   cp ext/bson/*$(get_modname) lib/ || die
+}



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

2016-08-18 Thread Tim Harder
commit: 528787f76aa6effa5f757394462f3cc152cbe31a
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 05:32:22 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 05:32:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528787f7

media-libs/vigra: update HOMEPAGE

 media-libs/vigra/vigra-1.10.0.ebuild | 2 +-
 media-libs/vigra/vigra-1.9.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/vigra/vigra-1.10.0.ebuild 
b/media-libs/vigra/vigra-1.10.0.ebuild
index 1710741..f36dc51 100644
--- a/media-libs/vigra/vigra-1.10.0.ebuild
+++ b/media-libs/vigra/vigra-1.10.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads,xml"
 inherit cmake-utils python-r1
 
 DESCRIPTION="C++ computer vision library with emphasize on customizable 
algorithms and data structures"
-HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/;
+HOMEPAGE="https://ukoethe.github.io/vigra/;
 
SRC_URI="https://github.com/ukoethe/vigra/releases/download/Version-${MY_V}/${MY_P}.tar.gz;
 
 LICENSE="MIT"

diff --git a/media-libs/vigra/vigra-1.9.0.ebuild 
b/media-libs/vigra/vigra-1.9.0.ebuild
index 1ff5bca..0bc41dc 100644
--- a/media-libs/vigra/vigra-1.9.0.ebuild
+++ b/media-libs/vigra/vigra-1.9.0.ebuild
@@ -14,7 +14,7 @@ inherit cmake-utils eutils multilib python-single-r1
 MY_P=${P}-src
 
 DESCRIPTION="a C++ computer vision library with emphasis on customizability of 
algorithms and data structures"
-HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/;
+HOMEPAGE="https://ukoethe.github.io/vigra/;
 SRC_URI="http://hci.iwr.uni-heidelberg.de/${PN}/${MY_P}.tar.gz;
 
 LICENSE="MIT"



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

2016-08-18 Thread Tim Harder
commit: 329fdb7f5a54504f0a8672179ba5ddf40d053b24
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:14:10 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:15:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329fdb7f

media-sound/lilypond: version bump to 2.19.46

Also, fix build with guile2.

 media-sound/lilypond/Manifest  |  1 +
 ...ilypond-.ebuild => lilypond-2.19.46.ebuild} | 23 +-
 media-sound/lilypond/lilypond-.ebuild  | 23 +-
 3 files changed, 29 insertions(+), 18 deletions(-)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index dd9b0f9..3ee 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1,2 +1,3 @@
 DIST lilypond-2.18.2.tar.gz 16027977 SHA256 
329d733765b0ba7be1878ae3f457dbbb875cc2840d2b75af4afc48c9454fba07 SHA512 
0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
 WHIRLPOOL 
95db264992a1e425fd1ee53d980941eef554c1784a1adfc105750d82d11664f61207c2b1897b6e99448790131c0715f08401f45b663c420553925596c6fd4b1c
 DIST lilypond-2.19.42.tar.gz 16870150 SHA256 
f925284e994a67712c9d57437f2ff4329a987793e071d6944bdf32d762b81c8c SHA512 
2f94656f20bae50797985657c0e557aca793044c8b9ae137ee6bbdee60cb4aa72cca0988d8ae19bf24cc4948d2ba73cb87ce9530a746daeb93632e0092ea5acf
 WHIRLPOOL 
887f4fa188f999474ab3b3240dafb1130861b38768bfbae18dd2096488bfb645b189ab47563f5d6de0dee81279d6fe84f5d2c9af690db0c0e767cf26dfb1fa72
+DIST lilypond-2.19.46.tar.gz 16899476 SHA256 
f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674 SHA512 
594921b784f6604bfb2210569fac03911cb5c4c11e2e9241f62153d7c012b5e10cd2cacd3ac3d69c1719c9b6fddc550d381a9fa9b96f22ada63019b38ef95de1
 WHIRLPOOL 
b77b1bc76ccdf6e17179fd9b1497beac96da2bd1ce83b7944a2a8f4a5d6274581c8e7f4c9e2de44b53912df702731456cd2658d96cccb186347f1a4577146a4d

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-2.19.46.ebuild
similarity index 90%
copy from media-sound/lilypond/lilypond-.ebuild
copy to media-sound/lilypond/lilypond-2.19.46.ebuild
index f27ba36..2a3aaaf 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-2.19.46.ebuild
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
 # Correct output data for tests isn't bundled with releases
 RESTRICT="test"
 
-DOCS=( README.txt )
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
 
 pkg_setup() {
# make sure >=metapost-1.803 is selected if it's installed, bug 498704
@@ -67,6 +67,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
if ! use vim-syntax ; then
sed -i 's/vim//' GNUmakefile.in || die
fi
@@ -84,8 +86,6 @@ src_prepare() {
# remove bundled texinfo file (fixes bug #448560)
rm tex/texinfo.tex || die
 
-   eapply_user
-
eautoreconf
 }
 
@@ -93,13 +93,18 @@ src_configure() {
# documentation generation currently not supported since it requires a 
newer
# version of texi2html than is currently in the tree
 
-   econf \
-   --with-texgyre-dir=/usr/share/fonts/tex-gyre \
-   --disable-documentation \
-   --disable-optimising \
-   --disable-pipe \
-   $(use_enable debug debugging) \
+   local myeconfargs+=(
+   --with-texgyre-dir=/usr/share/fonts/tex-gyre
+   --disable-documentation
+   --disable-optimising
+   --disable-pipe
+   $(use_enable debug debugging)
$(use_enable profile profiling)
+   )
+
+   has_version ">=dev-scheme/guile-2" && myeconfargs+=( --enable-guile2 )
+
+   econf "${myeconfargs[@]}"
 }
 
 src_compile() {

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-.ebuild
index f27ba36..2a3aaaf 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-.ebuild
@@ -52,7 +52,7 @@ DEPEND="${RDEPEND}
 # Correct output data for tests isn't bundled with releases
 RESTRICT="test"
 
-DOCS=( README.txt )
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
 
 pkg_setup() {
# make sure >=metapost-1.803 is selected if it's installed, bug 498704
@@ -67,6 +67,8 @@ pkg_setup() {
 }
 
 src_prepare() {
+   default
+
if ! use vim-syntax ; then
sed -i 's/vim//' GNUmakefile.in || die
fi
@@ -84,8 +86,6 @@ src_prepare() {
# remove bundled texinfo file (fixes bug #448560)
rm tex/texinfo.tex || die
 
-   eapply_user
-
eautoreconf
 }
 
@@ -93,13 +93,18 @@ src_configure() {
# documentation generation currently not supported since it requires a 
newer
# version of texi2html than is currently in the tree
 
-   econf \
-   --with-texgyre-dir=/usr/share/fonts/tex-gyre \
-   

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

2016-08-18 Thread Tim Harder
commit: f40351886e86a5707e6c60e6746b877260309cc7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:55:47 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4035188

dev-python/ijson: remove old

 dev-python/ijson/Manifest |  4 
 dev-python/ijson/ijson-1.1.ebuild | 20 
 dev-python/ijson/ijson-2.0.ebuild | 20 
 dev-python/ijson/ijson-2.1.ebuild | 20 
 dev-python/ijson/ijson-2.2.ebuild | 24 
 5 files changed, 88 deletions(-)

diff --git a/dev-python/ijson/Manifest b/dev-python/ijson/Manifest
index d0aacab..222fded 100644
--- a/dev-python/ijson/Manifest
+++ b/dev-python/ijson/Manifest
@@ -1,5 +1 @@
-DIST ijson-1.1.tar.gz 8415 SHA256 
33d10eac83d6dd757e2861b4ce06b3467a828481d608017af3d0caeb023ba32a SHA512 
aebb3e46688b785a18366230b9f94c1b36d44f0764d8603b7ae50a2426b53eddad883c5d1fbda8f52d655d789880f1a7329bc6d1383ed963e9835d7ec40bdfdf
 WHIRLPOOL 
3921e6fa8f0f8a1b17aa234cdcdcf3fc0d3bb97fce78803b84502ac762f5526cc526ee5fc48d65ecf4e88cde90be71414ef4912bf95781070e5266b7b3809f7b
-DIST ijson-2.0.tar.gz 9560 SHA256 
85bfc06b2bb492f205bc5dd9531ff0e64d2e18e03e64665934715d58331c1dd8 SHA512 
8ea8b89766d3e3ccc3f0bf348ba9068cd80f24aa7648e7bfd2272e701430445f2ab81744280dce8dde9e18dd0582f0fde784aae61493479b4f5a44a5175d7fc7
 WHIRLPOOL 
495e023bc79b5ffe55e50975af3c6fb65993156b2a9a32e1b98b1891fc8235c739d854baf511625fba5b1806fcbef8944809e3de13e7feaaedfeb8489c6d7fe3
-DIST ijson-2.1.tar.gz 9859 SHA256 
bc69a512399db0469f5faabe34f9f7ce21964d1993c6a6720cc4cea911fb8a45 SHA512 
67773540c1d7df6aaaf22b064d0ea7660c8b69b4371a15ec9f46228f1ebbe604aa29b1d93821f62928b41841ecd411419d39c636aae7dddacffd2b8d881d865e
 WHIRLPOOL 
ede0bb85abad4023d06eeb036249ffeb2aaafb95774da9a280cb765e2ac0c5e40dfa3ca80a0f043616884391da97d95847ff727e4593ecc9c3db045606c1567b
-DIST ijson-2.2.tar.gz 10282 SHA256 
58aeeeda35c9d72061a34861ca7ff7b214e701e413b65f8e9ec06589c4aa2d30 SHA512 
bcfc3571ccf6b011e745a2bf84b50ba3793e999cbebb0a2d377d56fa68d5068ecf549457fd14de6849059bc909f2493d6def41c1df581e1283e2826eb1b789b4
 WHIRLPOOL 
72c0210500f64ec39dfffb9c6aa5f7dcb2b969981bf908af55c55487694bf0f68912281acdb019cc1beace31ea646c3aaf6bb34330d877ac3d1d1e83aa5f
 DIST ijson-2.3.tar.gz 11800 SHA256 
5db72cc5ebad786ee2cf85ae277ae068c14f965e0747fd8b65bf4d8d9c4c8395 SHA512 
4d6647cb72661b26a3b36addeabec79fbc047a6c3b86aa419c178dfb8ef09bcdefdf37ed729f26b4b6b176cec06230ef3dab53bdff4c4b401bbc835eb486d038
 WHIRLPOOL 
0f1bef3e7f3237d259839253cd0c433bdeafdef4314cc2f50d1965abb835179a4781c39f11a8fd4cdfdec1688c53f26bec7d051a94b40fa808ef71a7df6be5f9

diff --git a/dev-python/ijson/ijson-1.1.ebuild 
b/dev-python/ijson/ijson-1.1.ebuild
deleted file mode 100644
index 9cb0868..000
--- a/dev-python/ijson/ijson-1.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/ijson/ijson-2.0.ebuild 
b/dev-python/ijson/ijson-2.0.ebuild
deleted file mode 100644
index 6aec897..000
--- a/dev-python/ijson/ijson-2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ijson/ijson-2.1.ebuild 
b/dev-python/ijson/ijson-2.1.ebuild
deleted file mode 100644
index 40725ac..000
--- a/dev-python/ijson/ijson-2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Iterative JSON parser with a Pythonic interface"
-HOMEPAGE="https://github.com/isagalaev/ijson 
https://pypi.python.org/pypi/ijson/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/yajl"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/ijson/ijson-2.2.ebuild 
b/dev-python/ijson/ijson-2.2.ebuild
deleted 

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

2016-08-18 Thread Tim Harder
commit: 22f8272cbbea9f0e4363c25c0d01136f0c5af743
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 02:54:43 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 02:54:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8272c

dev-python/ijson: stabilize 2.3

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

diff --git a/dev-python/ijson/ijson-2.3.ebuild 
b/dev-python/ijson/ijson-2.3.ebuild
index bd73656..4ac6992 100644
--- a/dev-python/ijson/ijson-2.3.ebuild
+++ b/dev-python/ijson/ijson-2.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/isagalaev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-libs/yajl"
 DEPEND="${RDEPEND}



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

2016-08-18 Thread Mike Gilbert
commit: d0aadc2f1825bf4c8bbfa7b3ef4ec18e1daf2325
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Aug 19 03:05:20 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Aug 19 03:05:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aadc2f

www-client/chromium: beta channel bump (53.0.2785.70)

Package-Manager: portage-2.3.0_p16

 www-client/chromium/Manifest| 2 +-
 .../{chromium-53.0.2785.21.ebuild => chromium-53.0.2785.70.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 657788a..a61aced 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-52.0.2743.116.tar.xz 458156660 SHA256 
a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 SHA512 
c9a8b6d7a22d3b086f1761678f1fa047191a8e44bc6ebe8745e76ea92420b1330fc6e4134ca7bc22c0367e7a25df04900156d0ebb44eae3ef7f98d1deb5362e5
 WHIRLPOOL 
90cc620e9dab964690a24606ae456e20f1a9dc556301fef33f3599a395ec247cb03712c94522a681f20332b54163896e118463b1b402aff6153b513deb25c5cc
-DIST chromium-53.0.2785.21.tar.xz 460600312 SHA256 
68f4a97af24f0c1c964b668eab68ead815833b56ea9a9f925a5b3b35baef SHA512 
8ccc84506ca47f0d8c77f542b1c0fe7e8f5b8849ce8378ef49a0b7916822bdc622f4e6a4a53b7c5e2b51b68d191e71b6b6757d2258d732103bca507cfc799e90
 WHIRLPOOL 
30404088b6e8cd572c9c3715ee0ba75c9823e3acea464c956fcd2f7deee2e375eca35ee10cd254b866ecd91e6653ba876893c4d5b810fbd39f9a1caa470217e6
 DIST chromium-53.0.2785.34.tar.xz 460739532 SHA256 
261ba008c96b335a55feff18785b01484af2d678f85b58206008b31c9e9c372f SHA512 
99e0b7a30e34f70ec844ef50f02eadadead2b83f2a47ca7d5779cf0a90bf49e7d3efc1bbc98eb4d1294ed283edd04a993a639003a365e06ae8b2adf26cc1c865
 WHIRLPOOL 
dec533670c1664f88ea32fe253644e479b81fb93bd93f1bc5dbfe41c56979a7642afdfcd041ddf05ca3f0da8e1bedc7ddf48779be3b965038026f65ab199f344
+DIST chromium-53.0.2785.70.tar.xz 460838212 SHA256 
edd660ea30eeb1a3fccb1c18c725c96bf464b6ea34134c8210ef9dfa8cd35179 SHA512 
7029915f983f854ceb2e43b1bc896b2954eb2ca4f704a81070a837e2435ffd0f5a4e4128456826fc70e439997febb1eb715ed33b3336734f137952632f61dd7e
 WHIRLPOOL 
d6e51313b37c6408e6f41900b984f1cc835fb247dfb0371eaca9554425df5df2ae1d56e4efd31093c2ffcd0359b457338558ee8e66cd1a67f69528f5461cd5b2
 DIST chromium-54.0.2810.2.tar.xz 460923284 SHA256 
f038e72cbd8b7383d13c286329623fda8d6d48f45fa2d964e554b5565283ad71 SHA512 
069edcc27427dc7e3c6c3af1932b7d88d2070f8280c9e1881bcba3cbf13bd2d74fe13b79d1e89194c51b9edf71b8ff0f5e45a0a9727798cc723cb8237b95df8c
 WHIRLPOOL 
64b32d5b5c06f9a4d3e774d340da935b92c46bb1573923dfd4f5748af310214ff7295f1b1e101dd6cb50de383e36fd2813087af801bed47df889e69441a6a375
 DIST chromium-54.0.2824.0.tar.xz 459683224 SHA256 
7aae8ea2ae681b6971624c1dbcbf9cb56353456a20b91f369381488c8f2e0e94 SHA512 
4867661f78fe72c32e8cea5a476cedd5fee9586fe8df8a7bd79f793542caa15fe52596996f8615f66376e75d9bdd92aeaa8aa6241472503ae015ef761f6435a3
 WHIRLPOOL 
88baed0d7fb13b815df82ffcd5e511ac9ef6ee92d98dff571f5ba5115300859345490c27fa45dab7c3dc99e5cd44310bcaa502ae37808b8694ce1276293d3549

diff --git a/www-client/chromium/chromium-53.0.2785.21.ebuild 
b/www-client/chromium/chromium-53.0.2785.70.ebuild
similarity index 99%
rename from www-client/chromium/chromium-53.0.2785.21.ebuild
rename to www-client/chromium/chromium-53.0.2785.70.ebuild
index ad4ba42..1fa5fbb 100644
--- a/www-client/chromium/chromium-53.0.2785.21.ebuild
+++ b/www-client/chromium/chromium-53.0.2785.70.ebuild
@@ -439,7 +439,7 @@ src_configure() {
 
if [[ $(tc-getCC) == *clang* ]]; then
myconf_gyp+=" -Dclang=1"
-   myconf_gn+=" is_clang=true"
+   myconf_gn+=" is_clang=true clang_base_path=\"/usr\" 
clang_use_chrome_plugins=false"
else
myconf_gyp+=" -Dclang=0"
myconf_gn+=" is_clang=false"



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

2016-08-18 Thread Tim Harder
commit: 80e6ab4cba3ec14990eb9267c1905138509478af
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:04:35 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e6ab4c

dev-libs/libebml: version bump to 1.3.4

 dev-libs/libebml/Manifest |  1 +
 dev-libs/libebml/libebml-1.3.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/libebml/Manifest b/dev-libs/libebml/Manifest
index ecac6fd..a8e85df 100644
--- a/dev-libs/libebml/Manifest
+++ b/dev-libs/libebml/Manifest
@@ -3,3 +3,4 @@ DIST libebml-1.2.2.tar.bz2 60802 SHA256 
476b08c6436a96c024a53e788e7c945ce9b41cd8
 DIST libebml-1.3.0.tar.gz 70425 SHA256 
cd48a6d943905afe877e86f421647092956d71c7345dc9264a5123750ca8b158 SHA512 
804b8e9e29add421304ef104f48170ee434cc97d6063dc4338b7fd6ad559733ed1bffd8440146674b70b3d6906f45ded4cc482d606c94c8c04bf424fd85c366e
 WHIRLPOOL 
b5656fa835753bee8b4cfa995db220de85d69604d7332e793c6b45c13100e4041e0fee8517940bde600909b529d3eee959340d3f997b174b249f13c4183ed5cd
 DIST libebml-1.3.1.tar.bz2 599116 SHA256 
195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295 SHA512 
b42d198611e480a4938fe95b920f6ee6ca37453f9551990e4310ed82651f93284f1de1d871357b6280219634bbbf6a98d4ac988e25e7bd7b5bbf5c0ba5766334
 WHIRLPOOL 
10879d351eb66dce6e04b0a1635e370dc82a9215b1ee61ad4b300466257bb0b06219f3ea65b090e415aef354bb8e200e19e35859d25ec5d46fa3208501373801
 DIST libebml-1.3.3.tar.bz2 588607 SHA256 
35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 SHA512 
3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d
 WHIRLPOOL 
85e973177ba1d437c0b461d81fd3b82432f22db5b1462fb6285cde7a0d6d8528ad7c9e24b0d64aa53eba78d44aec64d3842a96f00a0b6d72b255946967de1b81
+DIST libebml-1.3.4.tar.bz2 606205 SHA256 
c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387 SHA512 
ebf5b71afe725e40ee6415463e51ca14810eecc2fef186caacd0269077f5febeb62623fd48674b21ea732f43a620d0c91603fa48d3f8d163284d1cf204642194
 WHIRLPOOL 
9502f132fea7d7d10add1c42da33bc2eac1a13b3b02f5b4eb331b1ab5f14a41a255503fedb16b579bb8defa94786d0f6fc5324cd55c06b6d7b5319de74a75e84

diff --git a/dev-libs/libebml/libebml-1.3.4.ebuild 
b/dev-libs/libebml/libebml-1.3.4.ebuild
new file mode 100644
index 000..72f0399
--- /dev/null
+++ b/dev-libs/libebml/libebml-1.3.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Extensible binary format library (kinda like XML)"
+HOMEPAGE="http://www.matroska.org/ https://github.com/Matroska-Org/libebml/;
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0/4" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="debug static-libs"
+
+src_prepare() {
+   default
+   sed -i '/^AM_CXXFLAGS += -g/d' Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-08-18 Thread Tim Harder
commit: 8f3dd06d8276a6623a077f7b925081e115767f2d
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:06:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3dd06d

media-libs/libmatroska: version bump to 1.4.5

 media-libs/libmatroska/Manifest |  1 +
 media-libs/libmatroska/libmatroska-1.4.5.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/media-libs/libmatroska/Manifest b/media-libs/libmatroska/Manifest
index 3c0fb7f..b7b2655 100644
--- a/media-libs/libmatroska/Manifest
+++ b/media-libs/libmatroska/Manifest
@@ -1,3 +1,4 @@
 DIST libmatroska-1.2.0.tar.bz2 80394 SHA256 
8b68ed72c4563363fc17517d0fe0862d6a51747870f51ee7d1bb362274a5d44f SHA512 
59fe80146dbd287f435fb477f2e589b8e5659fe5abb1a0869b1f6ca4b85e281431b7a18f1e3728d2b406b141039ab1b5e6a1a247a2bc23a7e64e7b5e67e29374
 WHIRLPOOL 
e6706ca647306784a4e056e49db86375b48968e05fe77b7bfbea54c3c2d22adf28c52b88a9604ea9f1251f9f050e3b34cedbe2d415a01b8b216a52064c1934e9
 DIST libmatroska-1.3.0.tar.bz2 80542 SHA256 
5231ec958571365e719a6fd3c220227af6cf0f14e0bd1bcf766ddbc068d18e69 SHA512 
adbb5f85b0e55e39b6a5f629bac82041fc8d1ac0cdf8aecc6ea9966320c35aee4fe9437ca620229b7e15d3d8f7c2d4cf1beb71280789e1e6700087b4d2ec0c8a
 WHIRLPOOL 
341e5b7568f1d609c98e1b164ca5eb4b1a27db33e1218982a48197975b66c46614a2d76b659a094d6a878f491a1a2400bef44ccceb19ca1fd10bdecc4a471fc2
 DIST libmatroska-1.4.4.tar.bz2 604396 SHA256 
d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7 SHA512 
19d16d5fb4e1a5f516c4b5774e278c35190af22b4adf7267b25ad933b5cf16e127919ae34fe3baa573ddf09429c42155fc24e3df818f854a45d21d927c1e7090
 WHIRLPOOL 
e37f526fce0e551d4ce8f6e495151ba92009ce6e9b27ac9c6232a83421d839955b0a8db0028a5a790fbdbf7806d4b0af8bb0354a755fa2b2b17fcc01682b1301
+DIST libmatroska-1.4.5.tar.bz2 612987 SHA256 
79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc SHA512 
94ce6fd920e5023b2846b629438a0bd42ff80f21b8f96e270d280311fba3619ab59f1cc6b73778c014ca2dbf060f3b119da052ea143f79aa1e83fac888799f3d
 WHIRLPOOL 
215636ed993bd4c93228204457b2c8989678929f6b78db4aec978eb79e084dd22b892a2a2551f8ce9c4933c0f483b071ddbed51d6c0d6e04f82ed9234e2b3e4d

diff --git a/media-libs/libmatroska/libmatroska-1.4.5.ebuild 
b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
new file mode 100644
index 000..2629ed4
--- /dev/null
+++ b/media-libs/libmatroska/libmatroska-1.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Extensible multimedia container format based on EBML"
+HOMEPAGE="http://www.matroska.org/ 
https://github.com/Matroska-Org/libmatroska/;
+SRC_URI="http://dl.matroska.org/downloads/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0/6" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libebml-1.3.4:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete
+}



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

2016-08-18 Thread Tim Harder
commit: 8660919a1a7b3fd9650f3b233de4af8c92632c4a
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:25:11 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:25:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8660919a

media-gfx/pngcrush: version bump to 1.8.4

 media-gfx/pngcrush/Manifest  |  2 ++
 media-gfx/pngcrush/pngcrush-1.8.4.ebuild | 41 
 2 files changed, 43 insertions(+)

diff --git a/media-gfx/pngcrush/Manifest b/media-gfx/pngcrush/Manifest
index ad7aa4f..e2674d2 100644
--- a/media-gfx/pngcrush/Manifest
+++ b/media-gfx/pngcrush/Manifest
@@ -2,3 +2,5 @@ DIST pngcrush-1.8.0-nolib.tar.xz 60224 SHA256 
baa7048351c341e3a0c4769db7093b3206
 DIST pngcrush-1.8.0.tar.xz 358772 SHA256 
94491583c625e284e580f102657f9c2b3036372ab486e08682112f6cbb66522c SHA512 
b572d6ee3aebffdf60836adffabff84b6ac12a50f9b33b5d6e7749af728f6aa441d53cb66926d40d988a94864524351f92edba72d3f0f55206746aa45037d653
 WHIRLPOOL 
2209a267cd54e6e6fde6e7f2e693065e83585e990801e4b704f3cfaf11d953abc44aa82626c6e7badf524214f5bc692831e72b7f7f0cb61b1f104a220d2f2925
 DIST pngcrush-1.8.2-nolib.tar.xz 61588 SHA256 
4a2b4a0445008f0d528cffebd143ca9b15ec41cbc5abb79ce244d6eedaf452b1 SHA512 
f0bfd95a84c9eef48abe624ca8ea4c2064862e9b6330776f91d7647b2796b1221a9edccf8de73fdbad7031cdee0d161072ce44063c60a6a7880a51130fb5c0f9
 WHIRLPOOL 
07e5566bb12e82e34472d72d96c8eb35a34c7a3282763e5fb8d13f4551d3f31b4dd651e1c3fd5fee9f779d8978c8be933455329ff0ea965e68579237ece2096e
 DIST pngcrush-1.8.2.tar.xz 361644 SHA256 
0fa49fdd8bbdc290aa6a9958ad9482ae60a7a229bb237bf35e7bcfe1ee216440 SHA512 
6f5abc419f3a0c8dad237d941183b58678752157076bf5392d41cef1ced937ba891d0443164e832142d8c7e5281032f5c10ab1545c870f2ccffa5a452f97b43b
 WHIRLPOOL 
da9baca97b449215068f67601ea467c2eee27fbd2c956b6be6ecc0b361ef4a91f7dbb29ad308a62fca4a2997c090bfb985c03b56d129a3716d2c9b3fc7baee9e
+DIST pngcrush-1.8.4-nolib.tar.xz 63548 SHA256 
4ef6d790677cf57f622db693337d841b60d62c044e8681299245c298bd56161a SHA512 
f246a62727d5ecfda72e4be544c857ff4e67673cc54ac80ba60db5b1b2bea68c22780dd3999d76ee0ccfde5b8ca001c828ee22f46431e1b22e972b37f88f3192
 WHIRLPOOL 
3cac34b5b982711abb3c58c064830b0bd319420cf590939c569552ac01c2ce8ac25af42f3e5ab5349a54b4d8186a6e43373e69f1f4bc764803fe5af7d56bcd91
+DIST pngcrush-1.8.4.tar.xz 366980 SHA256 
25cbdb0dec7fb9f6a1bddc172a807a3123ee88144cfe955f25502329ea620821 SHA512 
2e9919f82f07b98e341a4eb65f814514d0dc731a36677e5ef18486fb858694c7d6b9a0c80e1b2cab2a9354eb14239ce8169f53efd64ebb42405066f1fb175ef2
 WHIRLPOOL 
7a5e63994b5d198c8a7b8e02564a41319a7fd2ec2b980e93f7dffd61ad121909cb3d3d6e31e4b58af53d1884101b22bae96cdc2693e8e70310cdd3dad0e38fec

diff --git a/media-gfx/pngcrush/pngcrush-1.8.4.ebuild 
b/media-gfx/pngcrush/pngcrush-1.8.4.ebuild
new file mode 100644
index 000..d796850
--- /dev/null
+++ b/media-gfx/pngcrush/pngcrush-1.8.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
+HOMEPAGE="http://pmt.sourceforge.net/pngcrush/;
+SRC_URI="system-libs? ( mirror://sourceforge/pmt/${P}-nolib.tar.xz )
+   !system-libs? ( mirror://sourceforge/pmt/${P}.tar.xz )"
+
+LICENSE="pngcrush"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+IUSE="+system-libs"
+
+RDEPEND="
+   system-libs? (
+   media-libs/libpng:0=
+   sys-libs/zlib:=
+   )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils"
+
+pkg_setup() {
+   use system-libs && S+="-nolib"
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LD="$(tc-getCC)" \
+   CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc ChangeLog.html
+}



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

2016-08-18 Thread Tim Harder
commit: 93bd1896f03d2f68a4e24f786fbfce75e0b83e18
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 19 03:23:57 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 19 03:23:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd1896

sys-apps/moreutils: version bump to 0.60

 sys-apps/moreutils/Manifest  |  1 +
 sys-apps/moreutils/moreutils-0.60.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/sys-apps/moreutils/Manifest b/sys-apps/moreutils/Manifest
index b5d70ce..1009e26 100644
--- a/sys-apps/moreutils/Manifest
+++ b/sys-apps/moreutils/Manifest
@@ -1,3 +1,4 @@
+DIST moreutils-0.60.tar.gz 93137 SHA256 
a095e9647ccde72d43a4d39ee215c6ac59a00b2cd1da17ccbcaf70e3923ae011 SHA512 
b09b81606fc307abe26173fbd2e50ab3ee84db53b7242dc57a0747a83489088b1702435cfad5a171af00d56ab154b9d4c3062a3d4ac7c002dc03315c6fca0cab
 WHIRLPOOL 
9d0183cf422a408957ccf027f5f141cae11ab5b99eaeff2b3a5949b88d87544b865a3466286a2e2208103bda7a91728f3ec5078361940d6ce3bc058277ba568a
 DIST moreutils_0.50.tar.gz 46952 SHA256 
4df833f17c2c6781c1d500ac51455af1929db5aeb96d06e45b00489393b37714 SHA512 
d83a0552693cf32509b5ea2bf781e5f415d6a78470200234f1f18197d2d1f7ffefb0eed0a5cb09737211dc35009d175cf261651a7d9af99ead7df2b2161b9e54
 WHIRLPOOL 
ac74c23824d76e97b410bde0e345f358fa8817e55e94380bdb5b1906d4d737853885238bd346397cfbc4baa29e9e6a756c4c6b8c1c2af1e7a070da2d0841ab5a
 DIST moreutils_0.51.tar.gz 47404 SHA256 
579e1e61f874d105ec3b6cf898a3ce7e487a58773a44769ce34c2fc7315cb141 SHA512 
d81e2a51d5a7740590bebef7db929a0296f73fe3d58a58e3524cbe8392b3ba8c77769136327784bda0c23558a2b4109ec84c263a48abfa3a1fbdaeef12e877aa
 WHIRLPOOL 
7fbbae5937ca9e634ba888fa99090c534f7c43618ab227f06725d68f36294816ecbdb2e81bdb66db95d2486ca39135f7ea86220dd793e2bbd36f6a6d4e25e79e
 DIST moreutils_0.52.tar.gz 47511 SHA256 
c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb SHA512 
a2d9380bcaa1cefc1c1c744e71bf551fadeee4a76d7fac67051d4ca746e8f8df2a1c0a8e5721b430223958208189931168885777a5a0cb1ca66dc74421ef5b1b
 WHIRLPOOL 
e78fc1d9299e1dd2c333e895323566dac25cbe513d5ecddbfeee6104d1d925a4e67d3bcf1195dd4faf44b025e7619d15a4c257fc37150bc77bff42bfe9cb8b5a

diff --git a/sys-apps/moreutils/moreutils-0.60.ebuild 
b/sys-apps/moreutils/moreutils-0.60.ebuild
new file mode 100644
index 000..b58a14f
--- /dev/null
+++ b/sys-apps/moreutils/moreutils-0.60.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="a collection of tools that nobody thought to write when Unix was 
young"
+HOMEPAGE="http://joeyh.name/code/moreutils/;
+#SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
+SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE="+doc +perl"
+
+RDEPEND="
+   perl? (
+   dev-lang/perl
+   dev-perl/IPC-Run
+   dev-perl/Time-Duration
+   dev-perl/TimeDate
+   )"
+DEPEND="
+   doc? (
+   dev-lang/perl
+   >=app-text/docbook2X-0.8.8-r2
+   app-text/docbook-xml-dtd:4.4
+   )"
+
+src_prepare() {
+   # don't build manpages
+   if ! use doc ; then
+   sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
+   fi
+
+   # don't install perl scripts
+   if ! use perl ; then
+   sed -i -e '/PERLSCRIPTS/d' Makefile || die
+   fi
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl 
PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
+
+   # sys-process is more advanced than parallel from moreutils, rename it
+   if use doc; then
+   mv "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
+   fi
+   mv "${ED}"usr/bin/{,${PN}_}parallel || die
+}



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

2016-08-18 Thread Jeroen Roovers
commit: 87fc8eb96bc1613a0ac5f6cc85f743d467194058
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:08:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:08:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fc8eb9

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild | 94 
 2 files changed, 95 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index ed7dc1e..be7df61 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.08.12.tar.gz 2318468 SHA256 
fb5224b78cee45df9514d96441c4ec9d9934215e504c07fe8c9252285a33ea5e SHA512 
2bc1a32fd92df327588f4fdb2a8cadbb1d56349b28b037b85855cb8fcc0eb2277aaad8b8a62c2fb54d5d48bf0dfcb6287d8a31b94b6945e898133f4d05914a08
 WHIRLPOOL 
914b372624780bc84865e88aca5f8f0f49c5a024ae5828fc97be4a8aa0962dd5340c569cf4ce6bdf6b2d54d3c57cf676bbc71901079fe1321218fa9b9814ed21
 DIST youtube-dl-2016.08.13.tar.gz 2317746 SHA256 
b68b00744f5578c3225d1231d4001a39c79b5912a68de2da1c39c648e36dfeba SHA512 
5ab1ddfd31c469a9783125b860cc0cfcd9b0e97beabbf5b00cbb6c92e6f29f02ccc0bc6a6c0b2e8be781e1fb8ca379269bc6dfd8fd478815d18dacecd8ee245f
 WHIRLPOOL 
d0a0ce0110ba1b8f60580f8823be3597c563bae868088ed5a0d2461d4892d8cdda55e11dcef71e3ce3c6cd89ab0c48f4900d104c36b6e67d53cf981cfa6f8cd6
 DIST youtube-dl-2016.08.19.tar.gz 2329613 SHA256 
9094084dca47da3f8a3071c608b81e28f7c1e8c9b3e92da6b55aeeae961f SHA512 
db9e6301b28e0904bd1b002e06ae10cbd0ff54907af33f100220e58817ba68728ce28c60620a307228fed9d97e34e53ed25c2b7aad71e92fe1d99fc71d308378
 WHIRLPOOL 
a52048a65359d860c8ab23734ba004558d32f4813e3fd702606c753d23718194923373f984b7d52a2c5cbac116fe9a3c3e5e86c0ca8cb2596db24bb541248046

diff --git a/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild
deleted file mode 100644
index 9d7ca82..000
--- a/net-misc/youtube-dl/youtube-dl-2016.08.12.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="offensive test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   pornhub xhamster tnaflix
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py ' 

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

2016-08-18 Thread Jeroen Roovers
commit: e6f5a99aeec3d63c602e9554f5bfa1fe7c4b620a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Aug 19 01:08:07 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Aug 19 01:08:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f5a99a

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild | 94 
 2 files changed, 95 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 5eea2b3..ed7dc1e 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.08.12.tar.gz 2318468 SHA256 
fb5224b78cee45df9514d96441c4ec9d9934215e504c07fe8c9252285a33ea5e SHA512 
2bc1a32fd92df327588f4fdb2a8cadbb1d56349b28b037b85855cb8fcc0eb2277aaad8b8a62c2fb54d5d48bf0dfcb6287d8a31b94b6945e898133f4d05914a08
 WHIRLPOOL 
914b372624780bc84865e88aca5f8f0f49c5a024ae5828fc97be4a8aa0962dd5340c569cf4ce6bdf6b2d54d3c57cf676bbc71901079fe1321218fa9b9814ed21
 DIST youtube-dl-2016.08.13.tar.gz 2317746 SHA256 
b68b00744f5578c3225d1231d4001a39c79b5912a68de2da1c39c648e36dfeba SHA512 
5ab1ddfd31c469a9783125b860cc0cfcd9b0e97beabbf5b00cbb6c92e6f29f02ccc0bc6a6c0b2e8be781e1fb8ca379269bc6dfd8fd478815d18dacecd8ee245f
 WHIRLPOOL 
d0a0ce0110ba1b8f60580f8823be3597c563bae868088ed5a0d2461d4892d8cdda55e11dcef71e3ce3c6cd89ab0c48f4900d104c36b6e67d53cf981cfa6f8cd6
+DIST youtube-dl-2016.08.19.tar.gz 2329613 SHA256 
9094084dca47da3f8a3071c608b81e28f7c1e8c9b3e92da6b55aeeae961f SHA512 
db9e6301b28e0904bd1b002e06ae10cbd0ff54907af33f100220e58817ba68728ce28c60620a307228fed9d97e34e53ed25c2b7aad71e92fe1d99fc71d308378
 WHIRLPOOL 
a52048a65359d860c8ab23734ba004558d32f4813e3fd702606c753d23718194923373f984b7d52a2c5cbac116fe9a3c3e5e86c0ca8cb2596db24bb541248046

diff --git a/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild 
b/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild
new file mode 100644
index 000..9d7ca82
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2016.08.19.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="offensive test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
drtuber eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 pornhd pornotube pornovoisines pornoxo 
redtube
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav trutube
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   pornhub xhamster tnaflix
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' 

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

2016-08-18 Thread Michael Palimaka
commit: 7889f72c4853669b485043af4ac12bb30c80d67a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:17:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:17:42 2016 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7889f72c

travis: update

 .travis.yml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9196bf4..1640275 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,17 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.28"
+- PORTAGE_VER="2.3.0"
+before_install:
+- sudo apt-get -qq update
+- pip install lxml
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
+- wget 
"https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz; -O 
portage-${PORTAGE_VER}.tar.gz
 - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
 - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
 - chmod a+rwx spinner.sh
@@ -21,7 +24,7 @@ before_script:
 - echo "portage::250:portage,travis" >> /etc/group
 - mkdir -p /etc/portage /usr/portage/distfiles
 - wget "https://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
-- tar xzf portage-${PORTAGE_VER}.tar.gz
+- tar xzf portage-${PORTAGE_VER}.tar.gz && mv 
portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
@@ -29,7 +32,7 @@ before_script:
 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
 - cd travis-overlay
 script:
-- ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
+- ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman 
full -d"
 # You can append own scripts after this line
 notifications:
   irc:



[gentoo-commits] proj/mysql-extras:master commit in: /

2016-08-18 Thread Brian Evans
commit: 21b42c38bed537d2bc8d9af2df91ba668404d9e2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 17:19:50 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 17:19:50 2016 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=21b42c38

Respin elib patch for 10.2.1

 20006_all_cmake_elib-mariadb-10.2.1.patch | 188 ++
 1 file changed, 188 insertions(+)

diff --git a/20006_all_cmake_elib-mariadb-10.2.1.patch 
b/20006_all_cmake_elib-mariadb-10.2.1.patch
new file mode 100644
index 000..32ae3af
--- /dev/null
+++ b/20006_all_cmake_elib-mariadb-10.2.1.patch
@@ -0,0 +1,188 @@
+diff -ur mysql-old/cmake/install_layout.cmake mysql/cmake/install_layout.cmake
+--- mysql-old/cmake/install_layout.cmake   2014-01-18 22:28:40.431273470 
-0100
 mysql/cmake/install_layout.cmake   2014-01-18 22:40:48.646301163 -0100
+@@ -44,7 +44,8 @@
+ # - INSTALL_SYSCONFDIR(my.cnf config file. Usually /etc or 
nothing)
+ # - INSTALL_SYSCONF2DIR (additional config files, e.g. /etc/mysql/conf.d)
+ #
+-# - INSTALL_LIBDIR  (directory with client end embedded libraries)
++# - INSTALL_LIBDIR  (directory with client libraries)
++# - INSTALL_ELIBDIR (directory with embedded libraries)
+ # - INSTALL_PLUGINDIR   (directory for plugins)
+ #
+ # - INSTALL_INCLUDEDIR  (directory for MySQL headers)
+@@ -120,6 +121,7 @@
+ SET(INSTALL_SCRIPTDIR_STANDALONE"scripts")
+ #
+ SET(INSTALL_LIBDIR_STANDALONE   "lib")
++SET(INSTALL_ELIBDIR_STANDALONE  "lib")
+ SET(INSTALL_PLUGINDIR_STANDALONE"lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_STANDALONE   "include/mysql")
+@@ -150,9 +152,11 @@
+ #
+ IF(CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64")
+   SET(INSTALL_LIBDIR_RPM"lib64")
++  SET(INSTALL_ELIBDIR_RPM   "lib64")
+   SET(INSTALL_PLUGINDIR_RPM "lib64/mysql/plugin")
+ ELSE()
+   SET(INSTALL_LIBDIR_RPM"lib")
++  SET(INSTALL_ELIBDIR_RPM   "lib")
+   SET(INSTALL_PLUGINDIR_RPM "lib/mysql/plugin")
+ ENDIF()
+ #
+@@ -183,6 +187,7 @@
+ SET(INSTALL_SYSCONF2DIR_DEB "/etc/mysql/conf.d")
+ #
+ SET(INSTALL_LIBDIR_DEB  "lib")
++SET(INSTALL_ELIBDIR_DEB "lib")
+ SET(INSTALL_PLUGINDIR_DEB   "lib/mysql/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_DEB  "include/mysql")
+@@ -210,6 +215,7 @@
+ SET(INSTALL_SCRIPTDIR_SVR4  "scripts")
+ #
+ SET(INSTALL_LIBDIR_SVR4 "lib")
++SET(INSTALL_ELIBDIR_SVR4"lib")
+ SET(INSTALL_PLUGINDIR_SVR4  "lib/plugin")
+ #
+ SET(INSTALL_INCLUDEDIR_SVR4 "include/mysql")
+@@ -241,7 +247,7 @@
+ # Set INSTALL_FOODIR variables for chosen layout (for example, INSTALL_BINDIR
+ # will be defined  as ${INSTALL_BINDIR_STANDALONE} by default if STANDALONE
+ # layout is chosen)
+-FOREACH(var BIN SBIN LIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN 
SYSCONF SYSCONF2
++FOREACH(var BIN SBIN LIB ELIB MYSQLSHARE SHARE PLUGIN INCLUDE SCRIPT DOC MAN 
SYSCONF SYSCONF2
+ INFO MYSQLTEST SQLBENCH DOCREADME SUPPORTFILES MYSQLDATA UNIX_ADDR
+ SYSTEMD_UNIT)
+   SET(INSTALL_${var}DIR  ${INSTALL_${var}DIR_${INSTALL_LAYOUT}}
+diff -ur mysql-old/cmake/libutils.cmake mysql/cmake/libutils.cmake
+--- mysql-old/cmake/libutils.cmake 2014-01-18 22:28:40.430273470 -0100
 mysql/cmake/libutils.cmake 2014-01-18 22:28:52.801273941 -0100
+@@ -211,11 +211,12 @@
+ #  [linklib1  linklibN]
+ #  [EXPORTS exported_func1  exportedFuncN]
+ #  [OUTPUT_NAME output_name]
++#  [OUTPUT_DIR output_dir]
+ #)
+ MACRO(MERGE_LIBRARIES)
+   CMAKE_PARSE_ARGUMENTS(ARG
+ "STATIC;SHARED;MODULE;NOINSTALL"
+-"OUTPUT_NAME;COMPONENT;VERSION;SOVERSION"
++"OUTPUT_NAME;COMPONENT;VERSION;SOVERSION;OUTPUT_DIR"
+ "EXPORTS"
+ ${ARGN}
+   )
+@@ -274,7 +275,11 @@
+ IF(ARG_COMPONENT)
+   SET(COMP COMPONENT ${ARG_COMPONENT}) 
+ ENDIF()
+-MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++IF(ARG_OUTPUT_DIR)
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${ARG_OUTPUT_DIR}" ${COMP})
++ELSE()
++  MYSQL_INSTALL_TARGETS(${TARGET} DESTINATION "${INSTALL_LIBDIR}" ${COMP})
++ENDIF()
+   ENDIF()
+   SET_TARGET_PROPERTIES(${TARGET} PROPERTIES LINK_INTERFACE_LIBRARIES "")
+   IF(ARG_SHARED AND LINK_FLAG_NO_UNDEFINED)
+diff -ur mysql-old/libmysql/CMakeLists.txt mysql/libmysql/CMakeLists.txt
+--- mysql-old/libmysql/CMakeLists.txt  2014-01-18 22:28:40.429273470 -0100
 mysql/libmysql/CMakeLists.txt  2014-01-18 22:28:53.025273949 -0100
+@@ -327,9 +327,14 @@
+ 
+ SET(LIBS clientlib dbug strings vio mysys ${ZLIB_LIBRARY} ${SSL_LIBRARIES} 
${LIBDL})
+
++SET(INSTALL_STATIC_LIBS "")
++IF(NOT ENABLE_STATIC_LIBS)
++  SET(INSTALL_STATIC_LIBS "NOINSTALL")
++ENDIF()
++
+ # Merge several convenience libraries into one big mysqlclient
+ # and link them together into shared 

[gentoo-commits] proj/mysql-extras:master commit in: /

2016-08-18 Thread Brian Evans
commit: 009f5a042196fb7d379070aed3fd8852c919dd96
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 18 17:25:12 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 17:25:12 2016 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=009f5a04

Respin clientlibs patch for MariaDB 10.2.1

 ...l_mariadb-10.2.1-without-clientlibs-tools.patch | 114 +
 1 file changed, 114 insertions(+)

diff --git a/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch 
b/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch
new file mode 100644
index 000..92c3d37
--- /dev/null
+++ b/20018_all_mariadb-10.2.1-without-clientlibs-tools.patch
@@ -0,0 +1,114 @@
+diff -aurN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2015-06-17 10:54:11.0 -0400
 b/CMakeLists.txt   2015-06-24 10:34:17.314169100 -0400
+@@ -354,8 +354,6 @@
+ MYSQL_CHECK_ZLIB_WITH_COMPRESS()
+ # Add bundled yassl/taocrypt or system openssl.
+ MYSQL_CHECK_SSL()
+-# Add readline or libedit.
+-MYSQL_CHECK_READLINE()
+ 
+ SET(MALLOC_LIBRARY "system")
+ CHECK_JEMALLOC()
+@@ -394,22 +392,33 @@
+  CONFIGURE_PLUGINS()
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+ ADD_SUBDIRECTORY(mysys_ssl)
+ ADD_SUBDIRECTORY(libmysql)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(extra)
+ ADD_SUBDIRECTORY(libservices)
+ ADD_SUBDIRECTORY(sql/share)
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add readline or libedit.
++  MYSQL_CHECK_READLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(tests)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+-  IF(WITH_EMBEDDED_SERVER) 
++  IF(WITH_EMBEDDED_SERVER)
++   IF(WITHOUT_TOOLS)
++  MYSQL_CHECK_READLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
+--- a/extra/CMakeLists.txt 2015-06-17 10:54:11.0 -0400
 b/extra/CMakeLists.txt 2015-06-24 10:37:31.879169100 -0400
+@@ -54,12 +54,14 @@
+   DEPENDS 
+   ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp)
+ 
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
+-TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+-ADD_DEPENDENCIES(perror GenError)
+-TARGET_LINK_LIBRARIES(perror mysys)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++  ADD_DEPENDENCIES(perror GenError)
++  TARGET_LINK_LIBRARIES(perror mysys)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+ IF(UNIX)
+ MYSQL_ADD_EXECUTABLE(resolveip resolveip.c)
+diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+--- a/scripts/CMakeLists.txt   2015-06-24 10:28:12.800169100 -0400
 b/scripts/CMakeLists.txt   2015-06-24 10:42:49.682169100 -0400
+@@ -327,6 +327,5 @@
+   # On Unix, most of the files end up in the bin directory
+   SET(BIN_SCRIPTS
+ msql2mysql
+-mysql_config
+ mysql_fix_extensions
+ mysql_setpermission
+@@ -341,6 +340,12 @@
+ ${WSREP_BINARIES}
+ ${SYSTEMD_SCRIPTS}
+   )
++  IF(NOT WITHOUT_CLIENTLIBS)
++SET(BIN_SCRIPTS
++  ${BIN_SCRIPTS}
++  mysql_config
++)
++  ENDIF(NOT WITHOUT_CLIENTLIBS)
+   FOREACH(file ${BIN_SCRIPTS})
+ IF(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh)
+   CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file}.sh
+diff -aurN a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt
+--- a/libmysql/CMakeLists.txt  2015-06-24 12:32:11.606169100 -0400
 b/libmysql/CMakeLists.txt  2015-06-24 13:44:53.857169100 -0400
+@@ -440,12 +440,12 @@
+   SET(${OUTNAME} ${LIBNAME}${EXTENSION}${DOT_VERSION})
+ ENDIF() 
+   ENDMACRO()
+-  IF(ENABLE_STATIC_LIBS)
++  IF(ENABLE_STATIC_LIBS AND NOT WITHOUT_CLIENTLIBS)
+ INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient 
${INSTALL_LIBDIR} Development)
+   ENDIF()
+ ENDIF()
+ 
+-IF(NOT DISABLE_SHARED)
++IF(NOT DISABLE_SHARED AND NOT WITHOUT_CLIENTLIBS)
+   MERGE_LIBRARIES(libmysql SHARED ${LIBS}
+ EXPORTS ${CLIENT_API_FUNCTIONS} ${CLIENT_API_5_1_EXTRA} 
${CLIENT_API_5_5_EXTRA}
+ COMPONENT SharedLibraries)



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

2016-08-18 Thread Michael Palimaka
commit: 596eb2d3547e0c81253905f71287ed6caba541c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:14:41 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:14:58 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=596eb2d3

travis: update

 .travis.yml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4d63157..c192ae3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,14 +6,17 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.2.28"
+- PORTAGE_VER="2.3.0"
+before_install:
+- sudo apt-get -qq update
+- pip install lxml
 before_script:
 - mkdir travis-overlay
 - mv !(travis-overlay) travis-overlay/
 - mv .git travis-overlay/
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml; -O 
.travis.yml.upstream
 - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh;
-- wget "https://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz; 
-O portage-${PORTAGE_VER}.tar.gz
+- wget 
"https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz; -O 
portage-${PORTAGE_VER}.tar.gz
 - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz; -O 
portage-tree.tar.gz
 - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh
 - chmod a+rwx spinner.sh
@@ -21,7 +24,7 @@ before_script:
 - echo "portage::250:portage,travis" >> /etc/group
 - mkdir -p /etc/portage /usr/portage/distfiles
 - wget "https://www.gentoo.org/dtd/metadata.dtd; -O 
/usr/portage/distfiles/metadata.dtd
-- tar xzf portage-${PORTAGE_VER}.tar.gz
+- tar xzf portage-${PORTAGE_VER}.tar.gz && mv 
portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
@@ -29,7 +32,7 @@ before_script:
 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e 
"\e[31m !!! .travis.yml outdated! Update available 
https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
 - cd travis-overlay
 script:
-- ./../spinner.sh "python ../portage-${PORTAGE_VER}/bin/repoman full -d"
+- ./../spinner.sh "python ../portage-${PORTAGE_VER}/repoman/bin/repoman 
full -d"
 # You can append own scripts after this line
 notifications:
   irc:



[gentoo-commits] proj/kde:master commit in: app-cdr/k3b/

2016-08-18 Thread Michael Palimaka
commit: 8ad276cdc7344411bdd51c3d5e7304874e0c1923
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Aug 18 17:21:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 17:22:17 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ad276cd

app-cdr/k3b: trim description

Package-Manager: portage-2.3.0

 app-cdr/k3b/k3b-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/k3b/k3b-.ebuild b/app-cdr/k3b/k3b-.ebuild
index e7ebdb5..88750c1 100644
--- a/app-cdr/k3b/k3b-.ebuild
+++ b/app-cdr/k3b/k3b-.ebuild
@@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 inherit kde5
 
-DESCRIPTION="Full-featured CD/DVD/Blu-ray burning and ripping application 
based on KDE Frameworks"
+DESCRIPTION="Full-featured burning and ripping application based on KDE 
Frameworks"
 HOMEPAGE="http://www.k3b.org/;
 
 LICENSE="GPL-2 FDL-1.2"



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

2016-08-18 Thread Pacho Ramos
commit: 8f2938a48efdf12e2c766c2f7ea64b4de765466f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 17:33:26 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 17:33:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2938a4

app-cdr/dvd+rw-tools: Apply more Fedora patches fixing more bugs (#230648 also)

Package-Manager: portage-2.3.0

 app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild| 55 ++
 .../files/dvd+rw-tools-7.0-reload.patch| 12 +
 .../dvd+rw-tools-7.1-bluray_pow_freespace.patch| 14 ++
 .../files/dvd+rw-tools-7.1-bluray_srm+pow.patch| 12 +
 .../files/dvd+rw-tools-7.1-lastshort.patch | 12 +
 .../files/dvd+rw-tools-7.1-noevent.patch   | 19 
 6 files changed, 124 insertions(+)

diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild 
b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
new file mode 100644
index 000..4db8572
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.1-r3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A set of tools for DVD+RW/-RW drives"
+HOMEPAGE="http://fy.chalmers.se/~appro/linux/DVD+RW/;
+SRC_URI="http://fy.chalmers.se/~appro/linux/DVD+RW/tools/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/cdrtools"
+DEPEND="${RDEPEND}
+   sys-devel/m4"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0-sysmacros.patch
+   "${FILESDIR}"/${PN}-7.0-wctomb-r1.patch
+   "${FILESDIR}"/${PN}-7.0-glibc2.6.90.patch
+   "${FILESDIR}"/${PN}-7.0-dvddl-r1.patch
+   "${FILESDIR}"/${PN}-7.0-wexit.patch
+   "${FILESDIR}"/${PN}-7.0-reload.patch
+   "${FILESDIR}"/${PN}-7.1-noevent.patch
+   "${FILESDIR}"/${PN}-7.1-lastshort.patch
+   "${FILESDIR}"/${PN}-7.1-bluray_srm+pow.patch
+   "${FILESDIR}"/${PN}-7.1-bluray_pow_freespace.patch
+)
+
+src_prepare() {
+   # Linux compiler flags only include -O2 and are incremental.
+   sed -i '/FLAGS/s:-O2::' Makefile.m4 || die "failed to sed out FLAGS"
+   default
+}
+
+src_compile() {
+   emake SHELL="${EPREFIX}"/bin/bash CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+   emake SHELL="${EPREFIX}"/bin/bash prefix="${ED}/usr" install
+   dodoc index.html
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]] ; then
+   elog 'If you receive an error, "unable to anonymously mmap...'
+   elog 'Resource temporarily unavailable" when running growisofs,'
+   elog 'then you may need to run "ulimit -l unlimited".'
+   fi
+}

diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
new file mode 100644
index 000..49352e5
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.0-reload.patch
@@ -0,0 +1,12 @@
+diff -Nrup dvd+rw-tools-7.0/growisofs_mmc.cpp 
dvd+rw-tools-7.0_mod/growisofs_mmc.cpp
+--- dvd+rw-tools-7.0/growisofs_mmc.cpp 2006-09-23 20:45:49.0 +0800
 dvd+rw-tools-7.0_mod/growisofs_mmc.cpp 2007-11-19 18:20:46.0 
+0800
+@@ -138,7 +138,7 @@ int media_reload (char *name=NULL,struct
+   cmd[0] = 0x1B;  // START/STOP UNIT
+   cmd[4] = 0x2;   // "Eject"
+   cmd[5] = 0;
+-  if (cmd.transport()) return 1;
++  cmd.transport();
+   }
+ #if defined(__sun) || defined(sun)
+   else if (volmgt_running())

diff --git 
a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
new file mode 100644
index 000..3b56282
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_pow_freespace.patch
@@ -0,0 +1,14 @@
+diff -up wrk/growisofs_mmc.cpp.wrk wrk/growisofs_mmc.cpp
+--- wrk/growisofs_mmc.cpp.wrk  2014-11-14 13:22:49.579552118 +0100
 wrk/growisofs_mmc.cpp  2014-11-14 13:35:36.779730963 +0100
+@@ -410,7 +410,9 @@ static unsigned int get_2k_capacity (Scs
+   }
+ 
+   nwa = 0;
+-  if (buf[7]&1 && !bdr_plus_pow)  // NWA_V
++  //if (buf[7]&1 && !bdr_plus_pow)// NWA_V
++  //!bdr_plus_pow patched out for Fedora
++  if (buf[7]&1)   // NWA_V
+   {   nwa  = buf[12]<<24;
+   nwa |= buf[13]<<16;
+   nwa |= buf[14]<<8;

diff --git a/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch 
b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
new file mode 100644
index 000..8fc1a6d
--- /dev/null
+++ b/app-cdr/dvd+rw-tools/files/dvd+rw-tools-7.1-bluray_srm+pow.patch
@@ -0,0 +1,12 @@
+diff -up dvd+rw-tools-7.1/growisofs_mmc.cpp.wrk 

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

2016-08-18 Thread William Hubbs
commit: 1467fad32f91f90d3faad1fda14ea766ccc3c1a1
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Aug 18 17:25:33 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Aug 18 17:41:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1467fad3

app-emulation/containerd: 0.2.3 version bump

Package-Manager: portage-2.2.28

 app-emulation/containerd/Manifest|  1 +
 app-emulation/containerd/containerd-0.2.3.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 429b927..7529736 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,3 +1,4 @@
 DIST containerd-0.2.0.tar.gz 635248 SHA256 
1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 
381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518
 WHIRLPOOL 
d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
 DIST containerd-0.2.2.tar.gz 635882 SHA256 
a21efc7ea4bb97306ae9807caadca6782358679f38d3afd606cb599b6853bc52 SHA512 
db6111984ccce01e928d46f0a22aaeed8d0eb50c2578df4e0cd5f56f43f8bdea43aad3203c2afb743ccf82908bd5961792681eafe07818a4057ca5f5f31c5396
 WHIRLPOOL 
ce80bf79970faeacc3329cb4e365973a88539508904003da3d0f32afce9966e89bdf13a8894657e1fd983392cf2ab88b053393cbbc2018f509d9cbc57ab835cc
 DIST containerd-0.2.2_p20160622.tar.gz 989827 SHA256 
1bab9b392ae8905edae0e339d6cdff8a0cbad84f0c4803a21920851f27f4e125 SHA512 
5463c96c297f01e8f1d7c418d7acee0c279614bcf38d949b1410decddae03b41ff50cb75ebac085bb50547f38bd8154a82c8d90d9b882a3640a7b3072f050a62
 WHIRLPOOL 
96bfee570a2e0757973ab4d24b2c28c394782062e8e82651f641614e7414f1501cfe10d7a17b73c5212d745794ee50ddd1b1250b2eb9ee9b3c5a59a854b1efb0
+DIST containerd-0.2.3.tar.gz 997239 SHA256 
247c459179b451cb235354d3f23876ad1a326a6bda430608f9306beeb0364287 SHA512 
f850ea7558a3c772930d42352d7913ec00ec24536676720f8872153ec87b92785259645648d885bb5b27514ca01de7f207a931665c3074e787d8b74b48c51952
 WHIRLPOOL 
ac5f5f38ce874146571017bb5ac0229af43782ccf7eb378c6c39ecfb4725cf6941a12a1b05b9a6840a75c85599a881d429eaea030148356a36d2b401874e01e4

diff --git a/app-emulation/containerd/containerd-0.2.3.ebuild 
b/app-emulation/containerd/containerd-0.2.3.ebuild
new file mode 100644
index 000..583f678
--- /dev/null
+++ b/app-emulation/containerd/containerd-0.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN="github.com/docker/${PN}"
+
+if [[ ${PV} == * ]]; then
+   inherit golang-vcs
+else
+   MY_PV="${PV/_/-}"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~ppc64"
+   inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="A daemon to control runC"
+HOMEPAGE="https://containerd.tools;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+seccomp"
+
+DEPEND=""
+RDEPEND=">=app-emulation/runc-1.0.0_rc1
+   seccomp? ( sys-libs/libseccomp )"
+
+S=${WORKDIR}/${P}/src/${EGO_PN}
+
+src_compile() {
+   local options=( $(usex seccomp "seccomp") )
+   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
+   LDFLAGS= emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
+}
+
+src_install() {
+   dobin bin/containerd* bin/ctr
+}



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

2016-08-18 Thread William Hubbs
commit: 9bfda36276896716fa2dc262cea2455f5b0a25fd
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Aug 18 17:41:05 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Aug 18 17:41:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfda362

app-emulation/containerd: Remove temporary 0.2.2 snapshot

Package-Manager: portage-2.2.28

 app-emulation/containerd/Manifest  |  1 -
 .../containerd/containerd-0.2.2_p20160622.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-emulation/containerd/Manifest 
b/app-emulation/containerd/Manifest
index 7529736..ba23a88 100644
--- a/app-emulation/containerd/Manifest
+++ b/app-emulation/containerd/Manifest
@@ -1,4 +1,3 @@
 DIST containerd-0.2.0.tar.gz 635248 SHA256 
1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 
381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518
 WHIRLPOOL 
d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
 DIST containerd-0.2.2.tar.gz 635882 SHA256 
a21efc7ea4bb97306ae9807caadca6782358679f38d3afd606cb599b6853bc52 SHA512 
db6111984ccce01e928d46f0a22aaeed8d0eb50c2578df4e0cd5f56f43f8bdea43aad3203c2afb743ccf82908bd5961792681eafe07818a4057ca5f5f31c5396
 WHIRLPOOL 
ce80bf79970faeacc3329cb4e365973a88539508904003da3d0f32afce9966e89bdf13a8894657e1fd983392cf2ab88b053393cbbc2018f509d9cbc57ab835cc
-DIST containerd-0.2.2_p20160622.tar.gz 989827 SHA256 
1bab9b392ae8905edae0e339d6cdff8a0cbad84f0c4803a21920851f27f4e125 SHA512 
5463c96c297f01e8f1d7c418d7acee0c279614bcf38d949b1410decddae03b41ff50cb75ebac085bb50547f38bd8154a82c8d90d9b882a3640a7b3072f050a62
 WHIRLPOOL 
96bfee570a2e0757973ab4d24b2c28c394782062e8e82651f641614e7414f1501cfe10d7a17b73c5212d745794ee50ddd1b1250b2eb9ee9b3c5a59a854b1efb0
 DIST containerd-0.2.3.tar.gz 997239 SHA256 
247c459179b451cb235354d3f23876ad1a326a6bda430608f9306beeb0364287 SHA512 
f850ea7558a3c772930d42352d7913ec00ec24536676720f8872153ec87b92785259645648d885bb5b27514ca01de7f207a931665c3074e787d8b74b48c51952
 WHIRLPOOL 
ac5f5f38ce874146571017bb5ac0229af43782ccf7eb378c6c39ecfb4725cf6941a12a1b05b9a6840a75c85599a881d429eaea030148356a36d2b401874e01e4

diff --git a/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild 
b/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild
deleted file mode 100644
index aa33e5a..000
--- a/app-emulation/containerd/containerd-0.2.2_p20160622.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-EGO_PN="github.com/docker/${PN}"
-
-if [[ ${PV} == * ]]; then
-   inherit golang-vcs
-else
-   EGIT_COMMIT=14e7949
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-   inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="A daemon to control runC"
-HOMEPAGE="https://containerd.tools;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+seccomp"
-
-DEPEND=""
-RDEPEND=">=app-emulation/runc-1.0.0_rc1
-   seccomp? ( sys-libs/libseccomp )"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_prepare() {
-   eapply_user
-}
-
-src_compile() {
-   local options=( $(usex seccomp "seccomp") )
-   export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
-   LDFLAGS= emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
-}
-
-src_install() {
-   dobin bin/containerd* bin/ctr
-}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/ed2k_hash/, net-p2p/ed2k_hash/files/

2016-08-18 Thread Pacho Ramos
commit: 35c183ce3b6c41fbea8bdaafc01e5e12009b7724
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 17:40:43 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 17:43:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c183ce

net-p2p/ed2k_hash: fltk support is completely broken (#359643)

Package-Manager: portage-2.3.0

 net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild | 38 +
 net-p2p/ed2k_hash/files/ed2k_64bit.patch|  4 +--
 2 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild 
b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild
new file mode 100644
index 000..0d94638
--- /dev/null
+++ b/net-p2p/ed2k_hash/ed2k_hash-0.4.0-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit flag-o-matic
+
+DESCRIPTION="Tool for generating eDonkey2000 links"
+HOMEPAGE="http://ed2k-tools.sourceforge.net/ed2k_hash.shtml;
+RESTRICT="mirror"
+SRC_URI="mirror://sourceforge/ed2k-tools/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="" # fltk support is broken, bug #359643
+
+DEPEND=""
+RDEPEND=""
+#DEPEND="fltk? ( x11-libs/fltk:1 )"
+
+PATCHES=( "${FILESDIR}/ed2k_64bit.patch" )
+
+src_configure() {
+#  if use fltk; then
+#  append-ldflags "$(fltk-config --ldflags)"
+#  export CPPFLAGS="$(fltk-config --cxxflags)"
+#  else
+   export ac_cv_lib_fltk_main='no'
+#  fi
+
+   econf
+}
+
+src_install() {
+   emake install DESTDIR="${D}" mydocdir=/usr/share/doc/${PF}/html
+   einstalldocs
+}

diff --git a/net-p2p/ed2k_hash/files/ed2k_64bit.patch 
b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
index 7425bb0..3523b1f 100644
--- a/net-p2p/ed2k_hash/files/ed2k_64bit.patch
+++ b/net-p2p/ed2k_hash/files/ed2k_64bit.patch
@@ -1,5 +1,5 @@
 ed2k_hash-0.4.0/work/ed2k_hash-0.4.0/ed2k_hash/md4.h   2002-09-04 
18:24:37.0 +0100
-+++ ed2k_hash-0.4.0_orig/work/ed2k_hash-0.4.0/ed2k_hash/md4.h  2004-09-02 
21:13:49.900613616 +0100
+--- a/ed2k_hash/md4.h  2002-09-04 18:24:37.0 +0100
 b/ed2k_hash/md4.h  2004-09-02 21:13:49.900613616 +0100
 @@ -66,7 +66,8 @@
  typedef unsigned short int UINT2;
  



[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20160818-1822Z

2016-08-18 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 18 18:22:48 2016 +

New tag: mysql-extras-20160818-1822Z




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

2016-08-18 Thread Kristian Fiskerstrand
commit: 0b57f6b05e0ebdf9547c0176bf5d0bdd18e87ede
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Aug 18 08:11:53 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Aug 18 08:12:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b57f6b0

dev-libs/libgcrypt: Cleanup vulnerable version in 11/11

Package-Manager: portage-2.3.0

 dev-libs/libgcrypt/Manifest|  1 -
 dev-libs/libgcrypt/libgcrypt-1.5.4-r101.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index a557035..64b2f1a 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,4 +1,3 @@
-DIST libgcrypt-1.5.4.tar.bz2 1512982 SHA256 
d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33 SHA512 
fe7e1d07eb10ee4ea8054bc955c35dc4b2109db645a08a6fa7757bf1e77a612e03c0838f9766086f04270b3621f34ccae0d6333f117cff204ccad9018c8a7908
 WHIRLPOOL 
221082d028a90235a3ddcc774b1772a8b8daec989a24b341491849e653e2ecb5cb0e3c8989a3f426524e39b28ebbe1b48532d5d9de7c54f4bdc19b450e22e4dc
 DIST libgcrypt-1.5.5.tar.bz2 1552652 SHA256 
d8958203e786bca479cd7c903906925e8a7e033ccb959bf53317b57cf11a0655 SHA512 
867ee8050c46387a02b3c21a215c3799becfe366c408cab285e7574e52d9bcc916f73874a459885bdb54655281f466ec57a4f7ff07301aa0e4bc174c852815a0
 WHIRLPOOL 
db3f31753ca620a831e6df5bc021421ae817fef4ddf2a3d5b5e3733f8c642591351b71855c35813f8052f8a83420d5a806c72ac1f63cb4ac9f54f5a1075df2c5
 DIST libgcrypt-1.5.6.tar.bz2 1548918 SHA256 
301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79 SHA512 
2c16912de66bc83adfbf8f43a2a9f57e1afcc866b1774ec11a670e2a793a7c5f2029d134c0bda681c9cb95f7dcc166133782c124e520b7fbe246ec10a9e1c06a
 WHIRLPOOL 
d1d556268fafdf7cd19dc0442e25a24b732748b47ce4edd42ce03b039f42e0c409a4711af6759aa04bbcdd94d0dd1c64a20ede89731458d099ea7864c70c24b4
 DIST libgcrypt-1.6.5.tar.bz2 2549601 SHA256 
f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 SHA512 
1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4
 WHIRLPOOL 
e8272ca7d30a77f848a2e9663400c97ad39b0af4bdda44766d20436e8356be7a6e0b10c7a976764ca31ee667f2289d76cec61cac6f8055433393221f39c2ee89

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.4-r101.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.4-r101.ebuild
deleted file mode 100644
index 9848675..000
--- a/dev-libs/libgcrypt/libgcrypt-1.5.4-r101.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-multilib
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/;
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="11/11" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
-   !dev-libs/libgcrypt:0/11
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
-   )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.0-uscore.patch
-   "${FILESDIR}"/${PN}-multilib-syspath.patch
-   "${FILESDIR}"/${P}-clang-arm.patch
-   "${FILESDIR}"/${P}-CVE-2015-7511.patch
-)
-
-src_configure() {
-   local myeconfargs=(
-   --disable-padlock-support # bug 201917
-   --disable-dependency-tracking
-   --enable-noexecstack
-   --disable-O-flag-munging
-
-   # disabled due to various applications requiring privileges
-   # after libgcrypt drops them (bug #468616)
-   --without-capabilities
-
-   # http://trac.videolan.org/vlc/ticket/620
-   # causes bus-errors on sparc64-solaris
-   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-   )
-   autotools-multilib_src_configure
-}
-
-src_install() {
-   autotools-multilib_src_install
-
-   rm -r "${ED%/}"/usr/{bin,include,lib*/*.so,share} || die
-}



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

2016-08-18 Thread Lars Wendler
commit: fc2d7b9a093d9b685db0cc7cc9cad8d1d5b56903
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 18 07:54:58 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 18 07:54:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2d7b9a

net-fs/libnfs: Bump to version 1.10.0

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/libnfs/Manifest |  1 +
 net-fs/libnfs/libnfs-1.10.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/net-fs/libnfs/Manifest b/net-fs/libnfs/Manifest
index 07a2b62..816255c 100644
--- a/net-fs/libnfs/Manifest
+++ b/net-fs/libnfs/Manifest
@@ -1,3 +1,4 @@
+DIST libnfs-1.10.0.tar.gz 149108 SHA256 
7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272 SHA512 
9d1bdd2e193f189841dd915d5a4d0965cfd0c597372fa82b12377c4da1f6b5ec022bd0cddfe46dda1a4ac3de3f31eed73cb7dcf832469a4d292e05401b8fb247
 WHIRLPOOL 
8027757fcc64ce63b3673affdf179d8b17d221f6f934c19fc9c8fd703ac6aa2475a689c1fc53f2621b63ce4eacf8a7500a1ad7691ac27177c835c9e0a80ce540
 DIST libnfs-1.3.0.tgz 57936 SHA256 
0acda3029db699c3978684080843f71d222ad35b30a2ff0d220d144e98854948 SHA512 
95377bddc487f3c49db74878671115f40fdf59a2d8d63d3aed0b64b6420e5940897b7c4c515b6560e105131117aafe5c851849c44b611e35b12814c5adfde57f
 WHIRLPOOL 
947d08a056071c331b0736ac316eeae9c81f138a8823158cb6a7e001f46e151f8b655017dba20f3dd453205e13249ab3816488b67d44f8000ac5f4ef1baf4928
 DIST libnfs-1.5.0.tar.gz 787385 SHA256 
5663355dc18e75c893e09b133ca3ef70cf00754acfea863257f509922b5e5faa SHA512 
e7e1699ef6fd9209eec54da804dc02048de2bc968be35e8a01770bb3dae5559a73d7cf54c1bf14ebe25ef3f1953b34aa6d1fc2521835fb1044c23a585d5dcff1
 WHIRLPOOL 
55068877acfbadba3c976239a51a4f6106069f3a13d774f1f34f447d3380ab1c0f743b4030b2ff3628db9d0d9c9b1795687dbc244ef26d0a35869d1c4a083d53
 DIST libnfs-1.8.0.tar.gz 107529 SHA256 
e4d766efba85e79b04c18038070506d0a9df5b7e0f08aa54ab402892cd1542cc SHA512 
c04fe22ba8857c6f8e2b8ac0b1309e5f1d613dd8485b12950efb62123944bf920e25ff0661bfe28ddb566a213f51a414fbfe553c7a1921a0902d0beda0019b4c
 WHIRLPOOL 
0618950f2def241138c77b96fbf7abdcbab95e5904c7009de20e2fcdfe4b4ac45b96fddfeb8ff782d829b9305daf94b50a855d569203be28f45320e35791083d

diff --git a/net-fs/libnfs/libnfs-1.10.0.ebuild 
b/net-fs/libnfs/libnfs-1.10.0.ebuild
new file mode 100644
index 000..c60aaec
--- /dev/null
+++ b/net-fs/libnfs/libnfs-1.10.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+AUTOTOOLS_AUTORECONF="1"
+
+inherit eutils
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
+   inherit git-2 autotools-utils
+else
+   SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~x86"
+   inherit autotools-utils
+fi
+
+DESCRIPTION="Client library for accessing NFS shares over a network"
+HOMEPAGE="https://github.com/sahlberg/libnfs;
+
+LICENSE="LGPL-2.1 GPL-3"
+SLOT="0/8"  # sub-slot matches SONAME major
+IUSE="examples static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_install() {
+   autotools-utils_src_install
+   if use examples; then
+   # --enable-examples configure switch just compiles them
+   # better install sources instead
+   exeinto /usr/share/doc/${PF}/examples/
+   for program in $(grep PROGRAMS examples/Makefile.am | cut -d= 
-f2); do
+   doexe examples/${program}.c
+   done
+   fi
+}



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

2016-08-18 Thread Pacho Ramos
commit: 241c3d11ae974ac84d50972e7458c8a3c53ebf37
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:30:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 08:30:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241c3d11

media-gfx/splashutils: x86 stable, bug #567524

Package-Manager: portage-2.3.0

 media-gfx/splashutils/splashutils-1.5.4.4-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/splashutils/splashutils-1.5.4.4-r7.ebuild 
b/media-gfx/splashutils/splashutils-1.5.4.4-r7.ebuild
index 7991161..21afa90 100644
--- a/media-gfx/splashutils/splashutils-1.5.4.4-r7.ebuild
+++ b/media-gfx/splashutils/splashutils-1.5.4.4-r7.ebuild
@@ -34,7 +34,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
gpm? ( sys-libs/gpm[static-libs(+)] )



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2016-08-18 Thread Lars Wendler
commit: c314ff915956255027ecf45d839ce44ac81deba8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 18 08:45:00 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 18 08:45:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c314ff91

net-print/cups-filters: Bump to version 1.11.1

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 net-print/cups-filters/Manifest   |   1 +
 net-print/cups-filters/cups-filters-1.11.1.ebuild | 122 ++
 2 files changed, 123 insertions(+)

diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
index 417130c..74f752e 100644
--- a/net-print/cups-filters/Manifest
+++ b/net-print/cups-filters/Manifest
@@ -1,3 +1,4 @@
 DIST cups-filters-1.10.0.tar.xz 1399652 SHA256 
1f708a404164fb8eb341e5410e1b849b19cb47ce1bbe0d97c3673768db3401a1 SHA512 
93517fe81552cac0f1414b04876db54bf94475d3ceb443c4e104e381ea5141296237576f543db0184794ade952a892a4fa6f312c4c8a4e5769827567eb181e2a
 WHIRLPOOL 
ad924de8719c807e78c6c6c7c4a561c2cee279d99a10530d4353aae0ef4e8723d4ce81dc881c7320f174ccf8e6a25491918fec4e7311d3bf49d02fbe9e623132
+DIST cups-filters-1.11.1.tar.xz 1403392 SHA256 
a886497313ca7f405d3b2babb85b3a4edf5702803863df4e15c9450b83ed1274 SHA512 
be475126fb30690b86471733bcfd27a9696fdc0e1053e5c3ac99673608383ad446ecbc8f45ecdeced3ebe70918976f9253ea0097b54bcd01e79e9887c230c22f
 WHIRLPOOL 
752d5cd95c27b729fab6c47af3a1286b51b624d7aa7608e83758cc392e4fb3bf09790fe6ca4d8d668ad4560df7642f114458d051e84d3e92178782d30ad24312
 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 
f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 
81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7
 WHIRLPOOL 
4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
 DIST cups-filters-1.8.3.tar.xz 1373028 SHA256 
e1e786f1fbcd3a203d87ebb4106a0ba8d579953cbe22056d12d4ee8143f5341a SHA512 
5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4
 WHIRLPOOL 
0c0ff9b767f35a61f4b9b2f57392d1a6afce35decf9216e77f7503b62bd67da0fa05f9ed507518599e03d27de50458823499989bf6bfd8d3a3da162292819157

diff --git a/net-print/cups-filters/cups-filters-1.11.1.ebuild 
b/net-print/cups-filters/cups-filters-1.11.1.ebuild
new file mode 100644
index 000..06ee8f4
--- /dev/null
+++ b/net-print/cups-filters/cups-filters-1.11.1.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+GENTOO_DEPEND_ON_PERL=no
+
+inherit eutils perl-module systemd
+
+if [[ "${PV}" == "" ]] ; then
+   inherit bzr
+   EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
+else
+   SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+fi
+DESCRIPTION="Cups PDF filters"
+HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format;
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+IUSE="dbus +foomatic jpeg ldap perl png +postscript static-libs tiff zeroconf"
+
+RDEPEND="
+   postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
+   >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
+   >=app-text/qpdf-3.0.2:=
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype:2
+   media-libs/lcms:2
+   >=net-print/cups-1.7.3
+   !<=net-print/cups-1.5.
+   sys-devel/bc
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   foomatic? ( !net-print/foomatic-filters )
+   jpeg? ( virtual/jpeg:0 )
+   ldap? ( net-nds/openldap )
+   perl? ( dev-lang/perl:= )
+   png? ( media-libs/libpng:0= )
+   tiff? ( media-libs/tiff:0 )
+   zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+"
+
+src_configure() {
+   econf \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --localstatedir="${EPREFIX}"/var \
+   --with-cups-rundir="${EPREFIX}"/run/cups \
+   $(use_enable dbus) \
+   $(use_enable zeroconf avahi) \
+   $(use_enable static-libs static) \
+   $(use_enable foomatic) \
+   $(use_enable ldap) \
+   $(use_enable postscript ghostscript) \
+   $(use_enable postscript ijs) \
+   --with-fontdir="fonts/conf.avail" \
+   --with-pdftops=pdftops \
+   --enable-imagefilters \
+   $(use_with jpeg) \
+   $(use_with png) \
+   $(use_with tiff) \
+   --with-rcdir=no \
+   --with-browseremoteprotocols=DNSSD,CUPS \
+  

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

2016-08-18 Thread Kristian Fiskerstrand
commit: 4a397e35f52fe44cfb3abb55c0b2d14800a68816
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Aug 18 08:54:30 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Aug 18 08:55:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a397e35

sys-apps/inxi: Fix broken build

Proxied commit for jstein

Package-Manager: portage-2.3.0

 sys-apps/inxi/inxi-2.3.0_p20160807.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild 
b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
index af46895..8bf52b8 100644
--- a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
+++ b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
@@ -5,6 +5,7 @@
 EAPI=6
 
 MY_COMMIT=c2a22b3e2590d896d4b0a8fd298f505cc1d787f5 #because upstream refuses 
to tag commits with version numbers
+MY_SHORTCOMMIT=${MY_COMMIT:0:7}
 
 DESCRIPTION="Commandline script to print hardware information for irc and 
administration."
 
@@ -20,7 +21,7 @@ RDEPEND=">=app-shells/bash-3.0
sys-apps/pciutils
"
 
-S="${WORKDIR}/smxi-${PN}-${MY_COMMITID}"
+S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}"
 
 src_install() {
dobin ${PN}



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

2016-08-18 Thread Pacho Ramos
commit: df8fb81d50a68561d73eeeaa75e1b8e6a230d159
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:47:08 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8fb81d

app-misc/geoclue: Drop old

Package-Manager: portage-2.3.0

 app-misc/geoclue/Manifest |  1 -
 app-misc/geoclue/geoclue-2.4.1.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/app-misc/geoclue/Manifest b/app-misc/geoclue/Manifest
index 4d27fc6..a451eca 100644
--- a/app-misc/geoclue/Manifest
+++ b/app-misc/geoclue/Manifest
@@ -1,3 +1,2 @@
 DIST geoclue-0.12.99.tar.gz 608074 SHA256 
fe396c91cb52de4219281f4d9223156338fc03670d34700281e86d1399b80a72 SHA512 
32f946c9ee66cff2a6564b275d5f7bdf0d42832166c9fbeccb0aa55f3c3370fd8de114ad26477df6a2ee9d22250a5b104ec384032b28c3a62c356baea05d1bc2
 WHIRLPOOL 
fc7e96d6646a7fa527807db2a3375a714243fb935f064b9acbb84f8652cc64e19d2655979c053e2f1b433c69a47a393123bc4bb2f8f16395a3ecbba668c9f1bd
-DIST geoclue-2.4.1.tar.xz 388244 SHA256 
9a19fd00f6064d6f29e791ee28afb839431e280fed3ad851aa04a0ddae0d34d4 SHA512 
1afb5765ad5c3361771904eb2b0479f49655156b4ccee99c9ff46e8dd6e96a702844745c1473a9c3288b2c1c71f53cd599ee959bdf819acbbe30be14057b6145
 WHIRLPOOL 
82842040c9d0e9ec206df5b5f07ce1ea00c8e76a045b8de7acdf979d5ca221749caf10280dd148fd93d66c650ec2e9a479402e18595bd8091deed1b17b6568eb
 DIST geoclue-2.4.3.tar.xz 389260 SHA256 
ada9dba870dd79e1b21923aeda4d82b66cbda39e57978fbe3d83d356cc3c605e SHA512 
6e6fba4e04458d486e098898f13d3a5319d3bb185a9ac2801cac710639bae46b6512c82c61b2a666fa920abf664446d937e00018ff078a55ce05b8ebc026a01d
 WHIRLPOOL 
5658c1b0e89d9f7dbceaf149db06973d809e1ecdf88fbca2f484568353c1fd2539150f4b04081189dc14f941bd179135fa3d5bfd795e0714ee92d412968da656

diff --git a/app-misc/geoclue/geoclue-2.4.1.ebuild 
b/app-misc/geoclue/geoclue-2.4.1.ebuild
deleted file mode 100644
index 1369ef9..000
--- a/app-misc/geoclue/geoclue-2.4.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2 systemd user versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION="A geoinformation D-Bus service"
-HOMEPAGE="https://freedesktop.org/wiki/Software/GeoClue;
-SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz;
-
-LICENSE="LGPL-2"
-SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
-IUSE="+introspection +modemmanager zeroconf"
-
-RDEPEND="
-   >=dev-libs/glib-2.34:2
-   >=dev-libs/json-glib-0.14
-   >=net-libs/libsoup-2.42:2.4
-   sys-apps/dbus
-   introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
-   modemmanager? ( >=net-misc/modemmanager-1 )
-   zeroconf? ( >=net-dns/avahi-0.6.10 )
-   !

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

2016-08-18 Thread Pacho Ramos
commit: 3862a6d7a8f06635fd30a79a7e60355f08e44d7f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 09:06:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3862a6d7

app-office/gtimelog: Move to maintainer-needed

Package-Manager: portage-2.3.0

 app-office/gtimelog/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-office/gtimelog/metadata.xml b/app-office/gtimelog/metadata.xml
index 9767987..38e0c10 100644
--- a/app-office/gtimelog/metadata.xml
+++ b/app-office/gtimelog/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   

gtimelog




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

2016-08-18 Thread Kristian Fiskerstrand
commit: d266cee915c186a65e4ac94e9726744c37077cdf
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Aug 18 08:38:10 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Aug 18 08:38:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d266cee9

dev-libs/libgcrypt: Remove vulnerable 1.5.5 in 0/11 slot

This is the final package version in 0/11 slot

Gentoo-Bug: 567382
Gentoo-Bug: 591534

Package-Manager: portage-2.3.0

 dev-libs/libgcrypt/Manifest   |  1 -
 dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 64b2f1a..0d7d48f 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,4 +1,3 @@
-DIST libgcrypt-1.5.5.tar.bz2 1552652 SHA256 
d8958203e786bca479cd7c903906925e8a7e033ccb959bf53317b57cf11a0655 SHA512 
867ee8050c46387a02b3c21a215c3799becfe366c408cab285e7574e52d9bcc916f73874a459885bdb54655281f466ec57a4f7ff07301aa0e4bc174c852815a0
 WHIRLPOOL 
db3f31753ca620a831e6df5bc021421ae817fef4ddf2a3d5b5e3733f8c642591351b71855c35813f8052f8a83420d5a806c72ac1f63cb4ac9f54f5a1075df2c5
 DIST libgcrypt-1.5.6.tar.bz2 1548918 SHA256 
301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79 SHA512 
2c16912de66bc83adfbf8f43a2a9f57e1afcc866b1774ec11a670e2a793a7c5f2029d134c0bda681c9cb95f7dcc166133782c124e520b7fbe246ec10a9e1c06a
 WHIRLPOOL 
d1d556268fafdf7cd19dc0442e25a24b732748b47ce4edd42ce03b039f42e0c409a4711af6759aa04bbcdd94d0dd1c64a20ede89731458d099ea7864c70c24b4
 DIST libgcrypt-1.6.5.tar.bz2 2549601 SHA256 
f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 SHA512 
1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4
 WHIRLPOOL 
e8272ca7d30a77f848a2e9663400c97ad39b0af4bdda44766d20436e8356be7a6e0b10c7a976764ca31ee667f2289d76cec61cac6f8055433393221f39c2ee89
 DIST libgcrypt-1.7.1.tar.bz2 2843435 SHA256 
450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 SHA512 
08ca7de8b6324d1119935b1f400b0ef55e761d42178a4daa8077d36072e5f0987ec6e7834a98c62f1a06261b1b99edc45b3041a873e284a002d8486ffc3347f5
 WHIRLPOOL 
aa1ad0e53efb8215787520403758dfcfa8dc2eddcc6f8faedf4425d3449d712069d71af74f1a75b1d8c447b008ee7601e70c3850c85044d4eb97e44752df5f99

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.5.ebuild
deleted file mode 100644
index 3b530d8..000
--- a/dev-libs/libgcrypt/libgcrypt-1.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
-# $Id$
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-multilib
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/;
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/11" # subslot = soname major version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
-   !dev-libs/libgcrypt:11
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
-   )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.0-uscore.patch
-   "${FILESDIR}"/${PN}-multilib-syspath.patch
-   "${FILESDIR}"/${PN}-1.5.4-clang-arm.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/libgcrypt-config
-)
-
-src_configure() {
-   local myeconfargs=(
-   --disable-padlock-support # bug 201917
-   --disable-dependency-tracking
-   --enable-noexecstack
-   --disable-O-flag-munging
-   $(use_enable static-libs static)
-
-   # disabled due to various applications requiring privileges
-   # after libgcrypt drops them (bug #468616)
-   --without-capabilities
-
-   # http://trac.videolan.org/vlc/ticket/620
-   # causes bus-errors on sparc64-solaris
-   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-   )
-   autotools-multilib_src_configure
-}



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

2016-08-18 Thread Pacho Ramos
commit: cb8360f0eb25176b145a0985e1ebbd8725d4f55d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 09:10:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:10:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8360f0

dev-ruby/ruby-gstreamer: Move to ruby as we are not taking care of it for ages

Package-Manager: portage-2.3.0

 dev-ruby/ruby-gstreamer/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-ruby/ruby-gstreamer/metadata.xml 
b/dev-ruby/ruby-gstreamer/metadata.xml
index b4dd280..2eb590f 100644
--- a/dev-ruby/ruby-gstreamer/metadata.xml
+++ b/dev-ruby/ruby-gstreamer/metadata.xml
@@ -5,10 +5,6 @@
r...@gentoo.org
Gentoo Ruby Project

-   
-   gstrea...@gentoo.org
-   GStreamer package maintainers
-   

ruby-gnome2
ruby-gnome2



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

2016-08-18 Thread Yixun Lan
commit: 081a6b99489c18cbb1f0b3097750c2450853b99e
Author: Diogo Pereira  gmail  com>
AuthorDate: Thu Aug 18 01:19:26 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 18 06:42:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081a6b99

net-misc/remmina: bump to version 1.2.0_rc15

- Change license to GPL-2+
- Remove RDEPEND on xorg-server[kdrive] (optional runtime dependency)
- Remove 'debug' USE flag (unused)
- Remove 'vte' USE flag (now controlled by the 'ssh' USE flag)
- Add 'spice' USE flag (support for the SPICE remote-display protocol)

Gentoo-Bug: 591518
Package-Manager: portage-2.3.0

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

Signed-off-by: Yixun Lan  gentoo.org>

 net-misc/remmina/Manifest  |  1 +
 net-misc/remmina/metadata.xml  |  1 +
 net-misc/remmina/remmina-1.2.0_rc15.ebuild | 83 ++
 3 files changed, 85 insertions(+)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index f0109d6..cecce39 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,2 +1,3 @@
 DIST remmina-1.2.0_rc14.tar.gz 940432 SHA256 
00c854cd08438399f3788606bf5ee6e4fad48016bab25b3c853c93e85e371050 SHA512 
02d5db7c061b760d2b101e2e5b906015c8192b5cc30d75ce649c522e4d7f53ade2dff65324c244139bfce491d31a413342a330dfe0b217af5847e1adbb53935f
 WHIRLPOOL 
31ac11f07665d05e4d48712b8364670c8529a9a96a76809c28fa52327b5a75efff561b7ae4e38f70c8579e15356b7b8ab98ed8af30bc967a8a75c8b913bb7e3e
+DIST remmina-1.2.0_rc15.tar.gz 968958 SHA256 
cb26d7894cfe0da2998b3de1861c36265d02ab1f8dc5375081e69d66b0c7d615 SHA512 
58527e7e834fbd770cf841cfc8f23707f96b030d7e9e991bd2901f89d2ea4eb33afddc238bf70c4d80e03076b9276d62ff8e29e61fc3982b8355b5b7a62cbd5e
 WHIRLPOOL 
eb2c162bb68a26a59baa7901747cb04aa35ffce1fbfd0da0f716676f8af4b54b757f0c07ad7c19f837a1877f90ee08b97ef2f8249a00a3512ade11a8c2ffcd94
 DIST remmina-1.2.0_rc3.tar.gz 791812 SHA256 
bfe352cd87b031585d867d519c3a36ee117cca9cc79efb7c11cd11d0f9697208 SHA512 
e740cbeda40bfca96c846c77140120ff92803f1bf5fff15c3eb3ba90e7ebe9ccbfa04825ad3fca96c09a5440f496934711141dedc665572965bf0d9c32e053da
 WHIRLPOOL 
1686a4e029a9cd3019b2dc0b59c715cc67b66d6c75337c7032a72ee0228e1df7d7dfd8dc7fb7f51d6298a1c886b29d45b7352bf7a9e025ecb1cd184b08d385ed

diff --git a/net-misc/remmina/metadata.xml b/net-misc/remmina/metadata.xml
index 7ba5a91..3687ff4 100644
--- a/net-misc/remmina/metadata.xml
+++ b/net-misc/remmina/metadata.xml
@@ -21,6 +21,7 @@

Add support for the net-misc/freerdp 
application
Enable libsecret support to store login 
credentials
+   Support connecting to SPICE-enabled virtual 
machines
Enable support for SSH/SFTP protocol; see also 
'vte'
Enable telepathy support
Enable virtual terminal support (for SSH 
sessions)

diff --git a/net-misc/remmina/remmina-1.2.0_rc15.ebuild 
b/net-misc/remmina/remmina-1.2.0_rc15.ebuild
new file mode 100644
index 000..c47bbba
--- /dev/null
+++ b/net-misc/remmina/remmina-1.2.0_rc15.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+MY_PV="${PV//_rc/-rcgit.}"
+
+DESCRIPTION="A GTK+ RDP, VNC, XDMCP and SSH client"
+HOMEPAGE="http://remmina.org/;
+SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit 
zeroconf"
+
+RDEPEND="
+   >=dev-libs/glib-2.31.18:2
+   >=net-libs/libvncserver-0.9.8.2
+   x11-libs/libxkbfile
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   virtual/freedesktop-icon-theme
+   ayatana? ( dev-libs/libappindicator:3 )
+   crypt? ( dev-libs/libgcrypt:0= )
+   freerdp? ( >=net-misc/freerdp-2 )
+   gnome-keyring? ( app-crypt/libsecret )
+   spice? ( net-misc/spice-gtk[gtk3] )
+   ssh? ( net-libs/libssh[sftp]
+   x11-libs/vte:2.91 )
+   telepathy? ( net-libs/telepathy-glib )
+   webkit? ( net-libs/webkit-gtk:4 )
+   zeroconf? ( net-dns/avahi[gtk3] )
+"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+RDEPEND+="
+   !net-misc/remmina-plugins
+"
+
+DOCS=( README.md )
+
+S="${WORKDIR}/Remmina-${MY_PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_APPINDICATOR=$(usex ayatana)
+   -DWITH_GCRYPT=$(usex crypt)
+   -DWITH_FREERDP=$(usex freerdp)
+   -DWITH_LIBSECRET=$(usex gnome-keyring)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_TRANSLATIONS=$(usex nls)
+   -DWITH_SPICE=$(usex spice)
+   -DWITH_LIBSSH=$(usex ssh)
+   -DWITH_VTE=$(usex ssh)
+   

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

2016-08-18 Thread Amy Winston
commit: 9bce79b4939d567d90661949373952fe16017530
Author: Lorand Jakab  cisco  com>
AuthorDate: Wed Aug 17 22:16:08 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Aug 18 07:31:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bce79b4

sci-geosciences/josm: Require Java 8 for 9

Gentoo-Bug: 589970
Closes: #2099

 sci-geosciences/josm/josm-9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/josm/josm-9.ebuild 
b/sci-geosciences/josm/josm-9.ebuild
index 046af6e4..45c8282 100644
--- a/sci-geosciences/josm/josm-9.ebuild
+++ b/sci-geosciences/josm/josm-9.ebuild
@@ -22,8 +22,8 @@ SLOT="0"
 [[ ${PV} == "9" ]] || \
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=">=virtual/jdk-1.7"
-RDEPEND=">=virtual/jre-1.7"
+DEPEND=">=virtual/jdk-1.8"
+RDEPEND=">=virtual/jre-1.8"
 
 IUSE=""
 



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

2016-08-18 Thread Kristian Fiskerstrand
commit: 084dbc57853cea50dc3c68c064729121c542fde2
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu Aug 18 08:09:49 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu Aug 18 08:12:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084dbc57

dev-libs/libgcrypt: Security bump of 11/11 slot to 1.5.6

Package-Manager: portage-2.3.0

 dev-libs/libgcrypt/Manifest|  1 +
 dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index e18bd37..a557035 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,5 +1,6 @@
 DIST libgcrypt-1.5.4.tar.bz2 1512982 SHA256 
d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33 SHA512 
fe7e1d07eb10ee4ea8054bc955c35dc4b2109db645a08a6fa7757bf1e77a612e03c0838f9766086f04270b3621f34ccae0d6333f117cff204ccad9018c8a7908
 WHIRLPOOL 
221082d028a90235a3ddcc774b1772a8b8daec989a24b341491849e653e2ecb5cb0e3c8989a3f426524e39b28ebbe1b48532d5d9de7c54f4bdc19b450e22e4dc
 DIST libgcrypt-1.5.5.tar.bz2 1552652 SHA256 
d8958203e786bca479cd7c903906925e8a7e033ccb959bf53317b57cf11a0655 SHA512 
867ee8050c46387a02b3c21a215c3799becfe366c408cab285e7574e52d9bcc916f73874a459885bdb54655281f466ec57a4f7ff07301aa0e4bc174c852815a0
 WHIRLPOOL 
db3f31753ca620a831e6df5bc021421ae817fef4ddf2a3d5b5e3733f8c642591351b71855c35813f8052f8a83420d5a806c72ac1f63cb4ac9f54f5a1075df2c5
+DIST libgcrypt-1.5.6.tar.bz2 1548918 SHA256 
301826b5e521c867056fd630aad6f0a60e176d18a017da6bc24b1695df3abe79 SHA512 
2c16912de66bc83adfbf8f43a2a9f57e1afcc866b1774ec11a670e2a793a7c5f2029d134c0bda681c9cb95f7dcc166133782c124e520b7fbe246ec10a9e1c06a
 WHIRLPOOL 
d1d556268fafdf7cd19dc0442e25a24b732748b47ce4edd42ce03b039f42e0c409a4711af6759aa04bbcdd94d0dd1c64a20ede89731458d099ea7864c70c24b4
 DIST libgcrypt-1.6.5.tar.bz2 2549601 SHA256 
f49ebc5842d455ae7019def33eb5a014a0f07a2a8353dc3aa50a76fd1dafa924 SHA512 
1b76640a68514369da3b6be51d66e7040b64d03eba68d6b0d1b1ba88336c9da3ef41b21170a9eb641dae5a36a7c53cb167e15c8da964a5a6793aec947afe91f4
 WHIRLPOOL 
e8272ca7d30a77f848a2e9663400c97ad39b0af4bdda44766d20436e8356be7a6e0b10c7a976764ca31ee667f2289d76cec61cac6f8055433393221f39c2ee89
 DIST libgcrypt-1.7.1.tar.bz2 2843435 SHA256 
450d9cfcbf1611c64dbe3bd04b627b83379ef89f11406d94c8bba305e36d7a95 SHA512 
08ca7de8b6324d1119935b1f400b0ef55e761d42178a4daa8077d36072e5f0987ec6e7834a98c62f1a06261b1b99edc45b3041a873e284a002d8486ffc3347f5
 WHIRLPOOL 
aa1ad0e53efb8215787520403758dfcfa8dc2eddcc6f8faedf4425d3449d712069d71af74f1a75b1d8c447b008ee7601e70c3850c85044d4eb97e44752df5f99
 DIST libgcrypt-1.7.2.tar.bz2 2845301 SHA256 
3d35df906d6eab354504c05d749a9b021944cb29ff5f65c8ef9c3dd5f7b6689f SHA512 
3e5917c0f9094f59626983a256b68c1569cbd94fb9ec68650bc9815cf665a7825b6a0060a6a4a3c24744107a2d13c9baa8e8ffe64b743414fd461493e54987cf
 WHIRLPOOL 
5e4d425fca469f91ad3bde8a0909070042c140ae0b168d0b9908cfba1a247f7431ad72d0d714ab606187567ea79427531dcbdf385865be90d7ce36bcfad7c7c7

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild
new file mode 100644
index 000..6799573
--- /dev/null
+++ b/dev-libs/libgcrypt/libgcrypt-1.5.6-r101.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-multilib
+
+DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="11/11" # subslot = soname major version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
+   !dev-libs/libgcrypt:0/11
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
+   )"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.0-uscore.patch
+   "${FILESDIR}"/${PN}-multilib-syspath.patch
+   "${FILESDIR}"/${PN}-1.5.4-clang-arm.patch
+)
+
+src_configure() {
+   local myeconfargs=(
+   --disable-padlock-support # bug 201917
+   --disable-dependency-tracking
+   --enable-noexecstack
+   --disable-O-flag-munging
+
+   # disabled due to various applications requiring privileges
+   # after libgcrypt drops them (bug #468616)
+   --without-capabilities
+
+   # 

[gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/

2016-08-18 Thread Ulrich Müller
commit: a3e0f924a6e9c556386b4be177e14a96313610b5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Aug 18 09:00:31 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Aug 18 09:00:31 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a3e0f924

ebuild-maintenance:  rather than .

 ebuild-maintenance/text.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index 3e30933..0694a51 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -403,11 +403,11 @@ you still have problems, then commit with repoman 
-I and file a
 bug to the broken architecture, noting it in your git commit message.
 
 
-
+
 When committing, make sure that you reference any bugs in the
 commit message. Failing to do so is considered
 to be in very poor taste and may result in disciplinary action.
-
+
 
 
 



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

2016-08-18 Thread Pacho Ramos
commit: 52d764487fb21a4afbdfb5e3de16857d37648883
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:35:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 08:35:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d76448

media-gfx/splashutils: Drop old

Package-Manager: portage-2.3.0

 .../splashutils/splashutils-1.5.4.4-r5.ebuild  | 236 
 .../splashutils/splashutils-1.5.4.4-r6.ebuild  | 239 -
 2 files changed, 475 deletions(-)

diff --git a/media-gfx/splashutils/splashutils-1.5.4.4-r5.ebuild 
b/media-gfx/splashutils/splashutils-1.5.4.4-r5.ebuild
deleted file mode 100644
index ff0b899..000
--- a/media-gfx/splashutils/splashutils-1.5.4.4-r5.ebuild
+++ /dev/null
@@ -1,236 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils multilib toolchain-funcs
-
-MISCSPLASH="miscsplashutils-0.1.8"
-GENTOOSPLASH="splashutils-gentoo-1.0.17"
-V_JPEG="8a"
-V_PNG="1.4.3"
-V_ZLIB="1.2.3"
-V_FT="2.3.12"
-
-ZLIBSRC="libs/zlib-${V_ZLIB}"
-LPNGSRC="libs/libpng-${V_PNG}"
-JPEGSRC="libs/jpeg-${V_JPEG}"
-FT2SRC="libs/freetype-${V_FT}"
-
-RESTRICT="test"
-IUSE="hardened +png +truetype gpm fbcondecor"
-
-DESCRIPTION="Framebuffer splash utilities"
-HOMEPAGE="https://sourceforge.net/projects/fbsplash.berlios/;
-SRC_URI="
-   mirror://sourceforge/fbsplash.berlios/${PN}-lite-${PV}.tar.bz2
-   mirror://sourceforge/fbsplash.berlios/${GENTOOSPLASH}.tar.bz2
-   mirror://gentoo/${MISCSPLASH}.tar.bz2
-   mirror://sourceforge/libpng/libpng-${V_PNG}.tar.bz2
-   ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v${V_JPEG}.tar.gz
-   mirror://sourceforge/freetype/freetype-${V_FT}.tar.bz2
-   http://www.gzip.org/zlib/zlib-${V_ZLIB}.tar.bz2
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-RDEPEND="
-   gpm? ( sys-libs/gpm[static-libs(+)] )
-   truetype? (
-   >=media-libs/freetype-2[static-libs]
-   app-arch/bzip2[static-libs(+)]
-   sys-libs/zlib[static-libs(+)]
-   )
-   png? (
-   >=media-libs/libpng-1.4.3[static-libs]
-   sys-libs/zlib[static-libs(+)]
-   )
-   virtual/jpeg:0[static-libs]
-   app-arch/cpio
-   media-gfx/fbgrab
-   !sys-apps/lcdsplash"
-
-DEPEND="${RDEPEND}
-   >=dev-libs/klibc-1.5
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${P/_/-}"
-SG="${WORKDIR}/${GENTOOSPLASH}"
-SM="${WORKDIR}/${MISCSPLASH}"
-
-pkg_setup() {
-   if use hardened; then
-   ewarn "Due to problems with klibc, it is currently impossible 
to compile splashutils"
-   ewarn "with 'hardened' GCC flags. As a workaround, the package 
will be compiled with"
-   ewarn "-fno-stack-protector. Hardened GCC features will not be 
used while building"
-   ewarn "the splash kernel helper."
-   fi
-}
-
-src_prepare() {
-   mv 
"${WORKDIR}"/{libpng-${V_PNG},jpeg-${V_JPEG},zlib-${V_ZLIB},freetype-${V_FT}} 
"${S}/libs"
-
-   # We need to delete the Makefile and let it be rebuilt when splashutils
-   # is being configured. Either that, or we end up with a segfaulting 
kernel
-   # helper.
-   rm "${S}/libs/zlib-${V_ZLIB}/Makefile"
-
-   cd "${SG}"
-   epatch "${FILESDIR}/splashutils-1.5.4.4-gentoo-typo-fix.patch"
-   epatch "${FILESDIR}/splashutils-1.5.4.4-sys-queue.patch"
-
-   if use truetype ; then
-   cd "${SM}"
-   epatch "${FILESDIR}/splashutils-1.5.4.4-freetype-bz2.patch"
-   cd "${WORKDIR}"
-   epatch "${FILESDIR}/splashutils-1.5.4.4-ft25.patch"
-   fi
-
-   cd "${S}"
-   ln -sf "${S}/src" "${WORKDIR}/core"
-
-   epatch "${FILESDIR}/${P}-bzip2.patch"
-   epatch "${FILESDIR}/${P}-multi-keyboard.patch"
-
-   if ! tc-is-cross-compiler && \
-  has_version "sys-devel/gcc:$(gcc-version)[vanilla]" ; then
-   ewarn "Your GCC was built with the 'vanilla' flag set. If you 
can't compile"
-   ewarn "splashutils, you're on your own, as this configuration 
is not supported."
-   else
-   # This should make splashutils compile on systems with hardened 
GCC.
-   sed -e 's@K_CFLAGS =@K_CFLAGS = -fno-stack-protector@' -i 
"${S}/Makefile.in"
-   fi
-
-   if ! use truetype ; then
-   sed -i -e 's/fbtruetype kbd/kbd/' "${SM}/Makefile"
-   fi
-
-   # Latest version of klibc defined its own version of ferror, so there is
-   # not need for the hack in klibc_compat.h
-   if has_version ">=dev-libs/klibc-1.5.20"; then
-   echo > "libs/klibc_compat.h"
-   fi
-
-   rm -f m4/*
-   epatch_user
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-   cd "${SM}"
-   emake CC="${CC}" LIB=$(get_libdir) STRIP=true
-
-  

[gentoo-commits] repo/gentoo:master commit in: sys-power/suspend/

2016-08-18 Thread Pacho Ramos
commit: 6e5d64805d4c439d95688dc780eb224dd2ab78da
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:36:33 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 08:36:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5d6480

sys-power/suspend: x86 stable, bug #567376

Package-Manager: portage-2.3.0

 sys-power/suspend/suspend-1.0_p20150810.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/suspend/suspend-1.0_p20150810.ebuild 
b/sys-power/suspend/suspend-1.0_p20150810.ebuild
index 67d1919..24f16d9 100644
--- a/sys-power/suspend/suspend-1.0_p20150810.ebuild
+++ b/sys-power/suspend/suspend-1.0_p20150810.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ 
SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${PN}-${BASE_PV}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="crypt fbsplash +lzo threads"
 
 RDEPEND="



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

2016-08-18 Thread Pacho Ramos
commit: 16ba374d1bc80abdbec4cda89045a4c4f1012e65
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 09:07:27 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ba374d

app-office/gtimelog: Drop old

Package-Manager: portage-2.3.0

 app-office/gtimelog/Manifest  |  1 -
 app-office/gtimelog/gtimelog-0.8.0.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/app-office/gtimelog/Manifest b/app-office/gtimelog/Manifest
index 151913e..de4fd84 100644
--- a/app-office/gtimelog/Manifest
+++ b/app-office/gtimelog/Manifest
@@ -1,2 +1 @@
-DIST gtimelog-0.8.0.tar.gz 187323 SHA256 
2b061348ecb77fd974692251f7fe8e946a66955a37ce932de305adbdb8ce794d SHA512 
079ee86dbd19c661c6b70dd3cb434cf79d4eb9127cbe325273284e773aeb5eb77441a85a926fd5f39018438c1f24d44acd0933b473f9af5b2d01f8771e68495a
 WHIRLPOOL 
e19f33d7e87ae8c9791370d9b5aee0fc1124a82515df01606ef197b1da287cc872ff5324f7598d1c7b9623df8c308158aff398436ba2979a3920fbc5ff761620
 DIST gtimelog-0.8.1.tar.gz 188353 SHA256 
c61fb5aff929362b41ec2808b4cdf1fa55e38065f1adf45c2c8eea9a095f1a04 SHA512 
bec4e3182d08be1a75da79f30b58b76e77e1b678477b33edeba529fdf15d8f61d9913c0f43d7ed46cf39b571ab481a8620c5f20b60fb251e16f530aa6465ce98
 WHIRLPOOL 
74b70aec9872db92480147f6a31e6b618332eb1a56f028088990d23325df406f41dd609f235e44e338b2b9f6040fea146109cfd468eeeddd75835d3b34d89931

diff --git a/app-office/gtimelog/gtimelog-0.8.0.ebuild 
b/app-office/gtimelog/gtimelog-0.8.0.ebuild
deleted file mode 100644
index db32c90..000
--- a/app-office/gtimelog/gtimelog-0.8.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit eutils distutils virtualx
-
-DESCRIPTION="A small Gtk+ application for keeping track of your time"
-HOMEPAGE="http://mg.pov.lt/gtimelog/;
-LICENSE="GPL-2"
-SLOT="0"
-
-SRC_URI="https://launchpad.net/gtimelog/devel/${PV}/+download/${P}.tar.gz;
-
-KEYWORDS="amd64 x86"
-
-IUSE="ayatana test"
-
-# gnome-base/gnome-desktop provides gnome-week.png
-RDEPEND="dev-libs/gobject-introspection
-   dev-python/dbus-python
-   dev-python/pygobject:3
-   gnome-base/gnome-desktop:2
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-
-   ayatana? ( dev-libs/libappindicator:3[introspection] )"
-DEPEND="test? (
-   ${RDEPEND}
-   ayatana? ( dev-libs/libappindicator:3[introspection] ) )"
-
-DISTUTILS_SRC_TEST="setup.py"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-
-   DOCS="HACKING.txt NEWS.txt NOTES.txt README.txt"
-}
-
-src_prepare() {
-   python_convert_shebangs -r 2 .
-   # Support prefixed installation
-   sed -e "s:\"/usr:\"${EPREFIX}/usr:g" \
-   -i src/gtimelog/main.py || die "sed failed"
-   distutils_src_prepare
-}
-
-src_test() {
-   VIRTUALX_COMMAND=distutils_src_test virtualmake
-}
-
-src_install() {
-   domenu gtimelog.desktop
-   doicon src/gtimelog/gtimelog-*.png
-   insinto /usr/share/gtimelog
-   doins src/gtimelog/*.ui src/gtimelog/gtimelog.png
-   exeinto /usr/share/gtimelog/scripts
-   doexe scripts/*.py
-
-   distutils_src_install
-
-   # Don't install icons in /usr/lib/python*
-   find "${ED}/$(python_get_sitedir)" -regex '.*\(png\|ui\)$' -exec rm -f 
{} + || die
-}



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

2016-08-18 Thread Pacho Ramos
commit: 21f106b7a10fe508544aa0c8d9abae77349c57f5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:53:20 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f106b7

dev-libs/gmime: Drop old

Package-Manager: portage-2.3.0

 dev-libs/gmime/gmime-2.6.20-r1.ebuild | 69 ---
 1 file changed, 69 deletions(-)

diff --git a/dev-libs/gmime/gmime-2.6.20-r1.ebuild 
b/dev-libs/gmime/gmime-2.6.20-r1.ebuild
deleted file mode 100644
index 0239c3b..000
--- a/dev-libs/gmime/gmime-2.6.20-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_USE_DEPEND="vapigen"
-
-inherit eutils mono-env gnome2 vala
-
-DESCRIPTION="Utilities for creating and parsing messages using MIME"
-HOMEPAGE="http://spruce.sourceforge.net/gmime/ 
https://developer.gnome.org/gmime/stable/;
-
-SLOT="2.6"
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="doc mono static-libs vala"
-
-RDEPEND="
-   >=dev-libs/glib-2.18:2
-   sys-libs/zlib
-   >=app-crypt/gpgme-1.1.6
-   mono? (
-   dev-lang/mono
-   >=dev-dotnet/gtk-sharp-2.12.21:2 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.8
-   virtual/pkgconfig
-   doc? ( app-text/docbook-sgml-utils )
-   vala? (
-   $(vala_depend)
-   >=dev-libs/gobject-introspection-1.30.0 )
-"
-
-pkg_setup() {
-   use mono && mono-env_pkg_setup
-}
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --enable-cryptography \
-   --disable-strict-parser \
-   $(use_enable mono) \
-   $(use_enable static-libs static) \
-   $(use_enable vala)
-}
-
-src_compile() {
-   MONO_PATH="${S}" gnome2_src_compile
-   if use doc; then
-   emake -C docs/tutorial html
-   fi
-}
-
-src_install() {
-   GACUTIL_FLAGS="/root '${ED}/usr/$(get_libdir)' /gacdir 
'${EPREFIX}/usr/$(get_libdir)' /package ${PN}" \
-   gnome2_src_install
-
-   if use doc ; then
-   docinto tutorial
-   dodoc docs/tutorial/html/*
-   fi
-}



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

2016-08-18 Thread Pacho Ramos
commit: 693d4c4a73214c008c2fbbe71ac213b041d8e88b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 18 08:50:54 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 18 09:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693d4c4a

app-text/gtkspell: Drop old

Package-Manager: portage-2.3.0

 app-text/gtkspell/Manifest  |  1 -
 app-text/gtkspell/gtkspell-3.0.4.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest
index 1dbe40d..40eead8 100644
--- a/app-text/gtkspell/Manifest
+++ b/app-text/gtkspell/Manifest
@@ -1,3 +1,2 @@
 DIST gtkspell-2.0.16.tar.gz 351277 SHA256 
8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 SHA512 
7d3afb327c2e15608194e6ee6110107a0ce082e483788d831d636b2e579472304137373c09a966d8e5c0cd2f830bf2e0ee477c9b5fca7da6ee27fd1498915b9d
 WHIRLPOOL 
58dc258297412b99185f8d284fb4d2ab71ab834aa29e17a9dfb743e93271ae14d517fea2dc886112898f666104300df62b04082c307b3870de4a5d908bf2ae57
-DIST gtkspell3-3.0.4.tar.gz 420762 SHA256 
fabf8e670c99c1a91996e0e33fa78b7c023f77efb3e11355cf5aa9bcdc43e4a7 SHA512 
907b9321b4608ca13c55c1c3a07a648b2d5eb30f0e4a92dca1c27051af254d4ded2444fef1b941f03a96e29e389d868ee15daad4bd7016239cd0dc54bb0f4abb
 WHIRLPOOL 
fd07dfd1fc2b4d449083c6847bf2c69d8f11fce2da6a5198a505e75ce6b14b9bd0c66638b5a15c0f0ff8675914355e6f9bbafbbc2096e786f81870c6ab42c1da
 DIST gtkspell3-3.0.7.tar.gz 447648 SHA256 
13f2e6d3e2554cc24253ef592074b28c117db33b7a4465c98c69a3e0a4fa3cc2 SHA512 
121c32050a3f3fe6868d76ce7783cb4619a9cbca083b45b78e1279e4c86143fe414e60971fed4c505b066449743664b372a06589af9c3e8dd1bafae355f83e47
 WHIRLPOOL 
db0c04e6a6c01bf6929ef92c7f53f0852afab5216854d9dfd028749caa016b9cce94d8c41b0cca6d2e4a5e6005141bb080b1167e4dfeefa4acd0cd8196a8e112

diff --git a/app-text/gtkspell/gtkspell-3.0.4.ebuild 
b/app-text/gtkspell/gtkspell-3.0.4.ebuild
deleted file mode 100644
index c7842a3..000
--- a/app-text/gtkspell/gtkspell-3.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-
-inherit eutils gnome2 vala
-
-DESCRIPTION="Spell checking widget for GTK"
-HOMEPAGE="http://gtkspell.sourceforge.net/;
-MY_P="${PN}3-${PV}"
-SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="3/0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="+introspection vala"
-
-RDEPEND="
-   >=app-text/enchant-1.1.6
-   app-text/iso-codes
-   dev-libs/glib:2
-   x11-libs/gtk+:3[introspection?]
-   >=x11-libs/pango-1.8.0[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.30 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.17
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable vala)
-}



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

2016-08-18 Thread Lars Wendler
commit: 60ab074112a12d11236fc6337b5c00ea6ac6eeb6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 18 09:31:39 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 18 09:31:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ab0741

media-sound/pamix: Prepare live ebuild for next release.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/pamix/pamix-.ebuild | 15 +--
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/media-sound/pamix/pamix-.ebuild 
b/media-sound/pamix/pamix-.ebuild
index 97f3fe1..4c7c30f 100644
--- a/media-sound/pamix/pamix-.ebuild
+++ b/media-sound/pamix/pamix-.ebuild
@@ -4,7 +4,10 @@
 
 EAPI=6
 
-[[ "${PV}" ==  ]] && inherit autotools git-r3
+SCM=""
+[[ "${PV}" ==  ]] && SCM="git-r3"
+inherit autotools ${SCM}
+unset SCM
 
 DESCRIPTION="A PulseAudio NCurses mixer"
 HOMEPAGE="https://github.com/patroclos/PAmix;
@@ -24,15 +27,7 @@ RDEPEND="media-sound/pulseaudio
 DEPEND="virtual/pkgconfig
${RDEPEND}"
 
-src_unpack() {
-   [[ "${PV}" ==  ]] && git-r3_src_unpack
-   default
-}
-
 src_prepare() {
default
-   if [[ "${PV}" ==  ]] ; then
-   sed 's@^pamix_LDFLAGS@pamix_LDADD@' -i Makefile.am || die
-   eautoreconf
-   fi
+   eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-power/suspend/files/, sys-power/suspend/

2016-08-18 Thread Andrew Savchenko
commit: 440c8f9a2065b130a82e84f48c31fb56b7413c4a
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Thu Aug 18 09:35:09 2016 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Thu Aug 18 09:36:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440c8f9a

sys-power/suspend: remove old version depending on vulnerable libgcrypt

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko  gentoo.org>

 sys-power/suspend/Manifest |  1 -
 .../suspend/files/suspend-1.0-automake-1.13.patch  | 11 
 sys-power/suspend/files/suspend-1.0-bzip2.patch| 37 -
 sys-power/suspend/files/suspend-1.0-errno.patch| 10 
 sys-power/suspend/suspend-1.0.ebuild   | 60 --
 5 files changed, 119 deletions(-)

diff --git a/sys-power/suspend/Manifest b/sys-power/suspend/Manifest
index fc9083f..220e4a2 100644
--- a/sys-power/suspend/Manifest
+++ b/sys-power/suspend/Manifest
@@ -1,3 +1,2 @@
 DIST suspend-1.0_p20120915.tar.xz 111080 SHA256 
4fa7551ec5ce3ed5d7412ad14e01f5fbac3a541db9d94ad6adf20b87d9c32eca SHA512 
bb714b4a7c0f5749c4b711a5c38ca5d8cb5078176a75387957123f75cfe8348adc3aa4e96335eb65c14ad1dd2f99fd6dbca3b415525dd39b3c547f9b13b775be
 WHIRLPOOL 
6f5ea4a17572bc1e30d70258a0439b40a29ea67f0251cecec81bdd3dee92e7801645c37dbb868b0f498c093193bd574f361dc015810965c09f53d75cfb391e7f
 DIST suspend-1.0_p20150810.patch.xz 6172 SHA256 
5a07235c805dd3bb043ccc5ec1c18a3ca195912ea05fd3c007845825ebe3ed78 SHA512 
cb186bdb0619ed4852e2ba12d6048f26fa23c7556d7c95713f14a4258fbb014bbec2281edee6478ebf5916600b674d47d8ba53e7644391de933b03e9fd1b96e9
 WHIRLPOOL 
b1d9ba65f02ed4b507a586b5df71b897c147599db51905285cf55037e7c316f0392df432c81c99660abd7616dd60a816c4c2234bac3745eda84f6499cff7bdf4
-DIST suspend-utils-1.0.tar.bz2 408451 SHA256 
0206ba6332860b6da57acc79cc0f8604150ef0835ff9633fd42d59d181a6c85d SHA512 
481f7ab6e6d43b963cf7abf4d16a9911035dbce13d96e11eeadd50bbd2b9671c597eab0e3060536dcb0d6d848e30ac0e7ff534275fc2d66d2064b75066a4adb8
 WHIRLPOOL 
4321dcaeda4b5b7d822a1cade82b88094d8706d0daaa06b72d3c053a4bac14ed85b55a4681e0a52f116a63e3b8f4255c57e55fb43961f77149faf1b8aa918d58

diff --git a/sys-power/suspend/files/suspend-1.0-automake-1.13.patch 
b/sys-power/suspend/files/suspend-1.0-automake-1.13.patch
deleted file mode 100644
index 8aacea5..000
--- a/sys-power/suspend/files/suspend-1.0-automake-1.13.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 suspend-utils-1.0/configure.ac
-+++ suspend-utils-1.0/configure.ac
-@@ -9,7 +9,7 @@
- AC_PREREQ([2.59])
- AC_INIT([suspend-utils], [1.0])
- AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
--AM_CONFIG_HEADER([config.h])
-+AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_SRCDIR([suspend.c])
- 
- AC_CANONICAL_HOST

diff --git a/sys-power/suspend/files/suspend-1.0-bzip2.patch 
b/sys-power/suspend/files/suspend-1.0-bzip2.patch
deleted file mode 100644
index abe5afa..000
--- a/sys-power/suspend/files/suspend-1.0-bzip2.patch
+++ /dev/null
@@ -1,37 +0,0 @@
 a/Makefile.am  2011-03-07 00:24:15.0 +0100
-+++ b/Makefile.am  2012-05-22 10:52:49.023010001 +0200
-@@ -171,7 +171,8 @@
-   fbsplash_funcs.c \
-   fbsplash-test.c
- fbsplash_test_LDADD=\
--  $(FBSPLASH_LIBS)
-+  $(FBSPLASH_LIBS) \
-+  $(BZ2_LIBS)
- 
- whitelist.c: whitelist.csv
-   $(PERL) wlcsv2c.pl whitelist.csv whitelist.c
 a/configure.ac 2011-03-07 00:24:15.0 +0100
-+++ b/configure.ac 2012-05-22 10:52:37.918148832 +0200
-@@ -74,6 +74,22 @@
-   ,
-   [enable_fbsplash="no"]
- )
-+BZ2_LIBS=
-+AS_IF(
-+  [test "x${fbsplash}" = "xyes"],
-+  [
-+PKG_CHECK_MODULES(
-+  [FREETYPE2],
-+  [freetype2],
-+  ,
-+  [AC_MSG_ERROR([freetype was not found.])]
-+)
-+AC_CHECK_LIB([bz2], [BZ2_bzDecompress],
-+  [BZ2_LIBS="${BZ2_LIBS} -lbz2"],
-+  [AC_MSG_ERROR(['libbz2' library was not found.])]
-+)
-+  ]
-+)
- AC_ARG_WITH(
-   [devdir],
-   [AC_HELP_STRING([--with-devdir=DIR], [use if --enable-create-device, 
put devices in this directory, default /dev])],

diff --git a/sys-power/suspend/files/suspend-1.0-errno.patch 
b/sys-power/suspend/files/suspend-1.0-errno.patch
deleted file mode 100644
index ea8a378..000
--- a/sys-power/suspend/files/suspend-1.0-errno.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 swsusp.h.orig  2010-10-03 13:40:47.0 -0600
-+++ swsusp.h   2010-10-04 14:38:38.0 -0600
-@@ -11,6 +11,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #include "suspend_ioctls.h"
- #include "encrypt.h"

diff --git a/sys-power/suspend/suspend-1.0.ebuild 
b/sys-power/suspend/suspend-1.0.ebuild
deleted file mode 100644
index bec1c7e..000
--- a/sys-power/suspend/suspend-1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils
-
-DESCRIPTION="Userspace Software Suspend and S2Ram"

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

2016-08-18 Thread Alexis Ballier
commit: 265fe0042cff96226d486ccf3ed5c04f944c2840
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Aug 18 11:02:39 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Aug 18 11:02:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265fe004

dev-ml/ocaml-cstruct: bump to 2.3.0

Package-Manager: portage-2.3.0

 dev-ml/ocaml-cstruct/Manifest   |  1 +
 dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index b012b76..57292dc 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-cstruct-2.1.0.tar.gz 251162 SHA256 
fab6525753af5f726810b321a97b8a0b226bf0318a3ed594e2ed93f2f293c9a1 SHA512 
129650ec17d8c96d6e68fc6a814e2b44cecc6fc69dfd5327c48d842447caf172c36112ef4fe0fa85c7391172ba72e2f2d3c119f44075cf1240a89134830ec428
 WHIRLPOOL 
4daf175682710cc0b102858df5b66c8cc14caf0ab35d4d8430324ed65bcaab9d951f391bdb3c39c5b6edfca4fac50300f4c394a3adbae43269a31abf04955661
 DIST ocaml-cstruct-2.2.0.tar.gz 251257 SHA256 
9d605469131a8a704d123dbedff7dc7f68ccb7e28e76ddafda745017e58217e1 SHA512 
4aee07f2e0c6490eef564eff194fc3a9563b1e6020b2903bed3c18b46c6698f7593ab0e6f893d3f0781510a4a2e8a6bdac379db497d469d7d34b94b2047dfed8
 WHIRLPOOL 
4a2dd17d739509e7afd4871f788292d1abba19fcdfa1cec4f8a6d4675e9eeef4f2de0d6256d965ed988c27255e495570f3326b9b144ea132f376e83c60b679e0
+DIST ocaml-cstruct-2.3.0.tar.gz 253518 SHA256 
8b802e70c85879cd3b9bd4211d8c01e63f4dd4ac30288bd92d7a24d6c88b62eb SHA512 
dc1927f20f35c823960be1e3cc6214304d72f2bda6a50b5fbc4f321eb0ab99bc8d1569421e74c249a915d2829f9c8dda171d7426c0b5526189db724ea5e59f72
 WHIRLPOOL 
3380c660012aae58996f574aff7d31eb461e92b78b4b4ab72111fc40d8bbbf258d6d776431304854542f00dc9127845dd297ec9fbca293dfaf04b334a0d68627

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild
new file mode 100644
index 000..ec1f10a
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Map OCaml arrays onto C-like structs"
+HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="async +lwt +ppx"
+
+RDEPEND="
+   async? ( dev-ml/async:= )
+   lwt? ( dev-ml/lwt:= )
+   ppx? ( dev-ml/ppx_tools:= )
+   >=dev-lang/ocaml-4.01:=
+   dev-ml/ocplib-endian:=
+   dev-ml/sexplib:=
+   dev-ml/type-conv:=
+"
+DEPEND="
+   test? ( dev-ml/ounit )
+   ${RDEPEND}
+"
+
+src_configure() {
+   oasis_configure_opts="
+   $(use_enable lwt)
+   $(use_enable async)
+   $(use_enable ppx)
+   --enable-unix
+   " oasis_src_configure
+}
+
+DOCS=( CHANGES README.md TODO.md )



[gentoo-commits] repo/gentoo:master commit in: app-vim/bnf-syntax/

2016-08-18 Thread Patrice Clement
commit: a2ffa0135319731b75579fd1db5d885d733c7784
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 18 09:45:46 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 09:46:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ffa013

app-vim/bnf-syntax: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild 
b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
new file mode 100644
index 000..f125500
--- /dev/null
+++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: BNF file syntax highlighting"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=250;
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for BNF files."
+
+src_prepare() {
+   default
+   # fix hi link to use def, bug #101790.
+   sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed"
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/cvsmenu/

2016-08-18 Thread Patrice Clement
commit: ae8fe502eaa6939597452457d384aad2015a79be
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 18 08:24:52 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 09:46:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8fe502

app-vim/cvsmenu: Clean up old.

Package-Manager: portage-2.2.28

 app-vim/cvsmenu/cvsmenu-1.147.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/app-vim/cvsmenu/cvsmenu-1.147.ebuild 
b/app-vim/cvsmenu/cvsmenu-1.147.ebuild
deleted file mode 100644
index 06d922f..000
--- a/app-vim/cvsmenu/cvsmenu-1.147.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: CVS(NT) integration script"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1245;
-LICENSE="LGPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-# Note, this comes from CVS on sf.net
-# http://ezytools.cvs.sourceforge.net/*checkout*/ezytools/VimTools/cvsmenu.txt
-VIM_PLUGIN_HELPFILES="cvsmenu.txt"
-
-RDEPEND="dev-vcs/cvs"



[gentoo-commits] repo/gentoo:master commit in: app-vim/cvsmenu/

2016-08-18 Thread Patrice Clement
commit: ede1deb01f481f6ec8cbe499cde07b2852979113
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Aug 18 08:23:07 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 09:46:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede1deb0

app-vim/cvsmenu: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/cvsmenu/cvsmenu-1.147-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/cvsmenu/cvsmenu-1.147-r1.ebuild 
b/app-vim/cvsmenu/cvsmenu-1.147-r1.ebuild
index ceaca88..83dcff3 100644
--- a/app-vim/cvsmenu/cvsmenu-1.147-r1.ebuild
+++ b/app-vim/cvsmenu/cvsmenu-1.147-r1.ebuild
@@ -9,7 +9,7 @@ inherit vim-plugin
 DESCRIPTION="vim plugin: CVS(NT) integration script"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1245;
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 # Note, this comes from CVS on sf.net



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

2016-08-18 Thread Patrice Clement
commit: a6b1198415aa5ca4c7ccbb0397cb8a33011622e6
Author: Diogo Pereira  gmail  com>
AuthorDate: Thu Aug 18 12:25:53 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 12:46:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b11984

net-misc/remmina: fix Manifest

Gentoo-Bug: https://bugs.gentoo.org/591604
Closes: https://github.com/gentoo/gentoo/pull/2105

Signed-off-by: Patrice Clement  gentoo.org>

 net-misc/remmina/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index cecce39..76f435e 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,3 +1,3 @@
 DIST remmina-1.2.0_rc14.tar.gz 940432 SHA256 
00c854cd08438399f3788606bf5ee6e4fad48016bab25b3c853c93e85e371050 SHA512 
02d5db7c061b760d2b101e2e5b906015c8192b5cc30d75ce649c522e4d7f53ade2dff65324c244139bfce491d31a413342a330dfe0b217af5847e1adbb53935f
 WHIRLPOOL 
31ac11f07665d05e4d48712b8364670c8529a9a96a76809c28fa52327b5a75efff561b7ae4e38f70c8579e15356b7b8ab98ed8af30bc967a8a75c8b913bb7e3e
-DIST remmina-1.2.0_rc15.tar.gz 968958 SHA256 
cb26d7894cfe0da2998b3de1861c36265d02ab1f8dc5375081e69d66b0c7d615 SHA512 
58527e7e834fbd770cf841cfc8f23707f96b030d7e9e991bd2901f89d2ea4eb33afddc238bf70c4d80e03076b9276d62ff8e29e61fc3982b8355b5b7a62cbd5e
 WHIRLPOOL 
eb2c162bb68a26a59baa7901747cb04aa35ffce1fbfd0da0f716676f8af4b54b757f0c07ad7c19f837a1877f90ee08b97ef2f8249a00a3512ade11a8c2ffcd94
+DIST remmina-1.2.0_rc15.tar.gz 968892 SHA256 
ba3ab12d1701cf00c09edddbd65293c1b9024195297cce3e8812238e0b5b82f7 SHA512 
f899eb57688f1106c607fefc59e44be006e804259e681604747e8af1dcf8527dcae3ca8a1a3dd868a079f37870184100adfde33dc9181bab6a067491147d6aba
 WHIRLPOOL 
e79cca76c6585e8531ab4386ad3a6125dd98f917239369e88794d672661a0f188f680fe0aa5c09f09cb1d54c1b038120db4de2754e995fe58604b5638324f43d
 DIST remmina-1.2.0_rc3.tar.gz 791812 SHA256 
bfe352cd87b031585d867d519c3a36ee117cca9cc79efb7c11cd11d0f9697208 SHA512 
e740cbeda40bfca96c846c77140120ff92803f1bf5fff15c3eb3ba90e7ebe9ccbfa04825ad3fca96c09a5440f496934711141dedc665572965bf0d9c32e053da
 WHIRLPOOL 
1686a4e029a9cd3019b2dc0b59c715cc67b66d6c75337c7032a72ee0228e1df7d7dfd8dc7fb7f51d6298a1c886b29d45b7352bf7a9e025ecb1cd184b08d385ed



[gentoo-commits] proj/kde:master commit in: media-gfx/digikam/

2016-08-18 Thread Michael Palimaka
commit: 97cb59df6ff1000fe834c5b1dd26d61b3630fd40
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Aug 15 14:18:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug 18 12:45:38 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=97cb59df

media-gfx/digikam: Add USE=jpeg2k,opengl,openmp,panorama and sort DEPENDs

Also set some default USE flags.

Package-Manager: portage-2.2.28

 media-gfx/digikam/digikam-.ebuild | 34 --
 media-gfx/digikam/metadata.xml|  1 +
 2 files changed, 29 insertions(+), 6 deletions(-)

diff --git a/media-gfx/digikam/digikam-.ebuild 
b/media-gfx/digikam/digikam-.ebuild
index f453b0c..70a30ce 100644
--- a/media-gfx/digikam/digikam-.ebuild
+++ b/media-gfx/digikam/digikam-.ebuild
@@ -10,14 +10,14 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 CMAKE_MAKEFILE_GENERATOR="emake"
 CMAKE_MIN_VERSION="3.0"
-inherit kde5
+inherit kde5 toolchain-funcs
 
 DESCRIPTION="Digital photo management application"
 HOMEPAGE="https://www.digikam.org/;
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="addressbook gphoto2 kipi lensfun marble semantic-desktop mysql scanner 
video X"
+IUSE="addressbook gphoto2 jpeg2k +kipi +lensfun marble semantic-desktop mysql 
opengl openmp +panorama scanner video X"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 
@@ -61,8 +61,7 @@ COMMON_DEPEND="
$(add_qt_dep qtxml)
dev-libs/boost[threads]
dev-libs/expat
-   >=media-gfx/exiv2-0.24:=
-   media-libs/jasper
+   media-gfx/exiv2:=
media-libs/lcms:2
media-libs/liblqr
>=media-libs/libpgf-6.12.27
@@ -75,8 +74,8 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep kcontacts)
)
-   scanner? ( $(add_kdeapps_dep libksane) )
gphoto2? ( media-libs/libgphoto2:= )
+   jpeg2k? ( media-libs/jasper )
kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )
lensfun? ( media-libs/lensfun )
marble? (
@@ -84,8 +83,14 @@ COMMON_DEPEND="
$(add_frameworks_dep kitemmodels)
$(add_kdeapps_dep marble)
)
-   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
mysql? ( virtual/mysql )
+   opengl? (
+   $(add_qt_dep qtopengl)
+   virtual/opengl
+   )
+   panorama? ( $(add_frameworks_dep threadweaver) )
+   scanner? ( $(add_kdeapps_dep libksane) )
+   semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
video? ( $(add_qt_dep qtmultimedia 'widgets') )
X? (
$(add_qt_dep qtx11extras)
@@ -95,15 +100,28 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
dev-cpp/eigen:3
sys-devel/gettext
+   panorama? (
+   sys-devel/bison
+   sys-devel/flex
+   )
 "
 RDEPEND="${COMMON_DEPEND}
media-plugins/kipi-plugins:5
+   panorama? ( media-gfx/hugin )
!media-gfx/digikam:4
 "
 
 RESTRICT=test
 # bug 366505
 
+# FIXME: Unbundle libraw (libs/rawengine/libraw)
+pkg_pretend() {
+   if use openmp ; then
+   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
+   fi
+   kde5_pkg_pretend
+}
+
 src_prepare() {
if [[ ${KDE_BUILD_TYPE} != live ]]; then
# prepare the translations
@@ -133,9 +151,13 @@ src_configure() {
-DENABLE_MEDIAPLAYER=$(usex video)
-DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo 
yes || echo no)
$(cmake-utils_use_find_package gphoto2 Gphoto2)
+   $(cmake-utils_use_find_package jpeg2k Jasper)
$(cmake-utils_use_find_package kipi KF5Kipi)
$(cmake-utils_use_find_package lensfun LensFun)
$(cmake-utils_use_find_package marble Marble)
+   $(cmake-utils_use_find_package opengl OpenGL)
+   $(cmake-utils_use_find_package openmp OpenMP)
+   $(cmake-utils_use_find_package panorama KF5ThreadWeaver)
$(cmake-utils_use_find_package scanner KF5Sane)
$(cmake-utils_use_find_package X X11)
)

diff --git a/media-gfx/digikam/metadata.xml b/media-gfx/digikam/metadata.xml
index c178b90..faac150 100644
--- a/media-gfx/digikam/metadata.xml
+++ b/media-gfx/digikam/metadata.xml
@@ -13,6 +13,7 @@
Enable support for 
media-plugins/kipi-plugins
Enable support for 
media-libs/lensfun
Enable support for geolocation using 
kde-apps/marble
+   Build the panorama plugin which requires 
media-gfx/hugin
Enable 
kde-frameworks/kfilemetadata support
Enable video player support




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

2016-08-18 Thread Mike Gilbert
commit: ee57fd5473354c41e8f625481258ad21806a3fdf
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug 18 12:53:24 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug 18 13:00:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee57fd54

sys-boot/grub: remove old

Package-Manager: portage-2.3.0_p16

 sys-boot/grub/grub-2.02_beta2-r8.ebuild | 322 
 1 file changed, 322 deletions(-)

diff --git a/sys-boot/grub/grub-2.02_beta2-r8.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r8.ebuild
deleted file mode 100644
index 6d73c02..000
--- a/sys-boot/grub/grub-2.02_beta2-r8.ebuild
+++ /dev/null
@@ -1,322 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-GRUB_AUTOGEN=1
-
-if [[ -n ${GRUB_AUTOGEN} ]]; then
-   PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-   inherit python-any-r1
-fi
-
-inherit autotools-utils bash-completion-r1 eutils flag-o-matic mount-boot 
multibuild pax-utils toolchain-funcs versionator
-
-if [[ ${PV} !=  ]]; then
-   if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
-   # The quote style is to work with <=bash-4.2 and >=bash-4.3 
#503860
-   MY_P=${P/_/'~'}
-   SRC_URI="mirror://gnu-alpha/${PN}/${MY_P}.tar.xz
-   
https://dev.gentoo.org/~floppym/dist/${P}-gentoo-r3.tar.xz;
-   S=${WORKDIR}/${MY_P}
-   else
-   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   https://dev.gentoo.org/~floppym/dist/${P}.tar.xz;
-   S=${WORKDIR}/${P%_*}
-   fi
-   KEYWORDS="amd64 x86"
-else
-   inherit git-r3
-   EGIT_REPO_URI="git://git.sv.gnu.org/grub.git
-   http://git.savannah.gnu.org/r/grub.git;
-fi
-
-DEJAVU=dejavu-sans-ttf-2.34
-UNIFONT=unifont-7.0.06
-SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
-   themes? ( mirror://sourceforge/dejavu/${DEJAVU}.zip )"
-
-DESCRIPTION="GNU GRUB boot loader"
-HOMEPAGE="https://www.gnu.org/software/grub/;
-
-# Includes licenses for dejavu and unifont
-LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )"
-SLOT="2/${PVR}"
-IUSE="debug device-mapper doc efiemu +fonts mount multislot nls static sdl 
test +themes truetype libzfs"
-
-GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen )
-IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"
-
-REQUIRED_USE="
-   grub_platforms_coreboot? ( fonts )
-   grub_platforms_qemu? ( fonts )
-   grub_platforms_ieee1275? ( fonts )
-   grub_platforms_loongson? ( fonts )
-"
-
-# os-prober: Used on runtime to detect other OSes
-# xorriso (dev-libs/libisoburn): Used on runtime for mkrescue
-RDEPEND="
-   app-arch/xz-utils
-   >=sys-libs/ncurses-5.2-r5:0=
-   debug? (
-   sdl? ( media-libs/libsdl )
-   )
-   device-mapper? ( >=sys-fs/lvm2-2.02.45 )
-   libzfs? ( sys-fs/zfs )
-   mount? ( sys-fs/fuse )
-   truetype? ( media-libs/freetype:2= )
-   ppc? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils )
-   ppc64? ( sys-apps/ibm-powerpc-utils sys-apps/powerpc-utils )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   app-misc/pax-utils
-   sys-devel/flex
-   sys-devel/bison
-   sys-apps/help2man
-   sys-apps/texinfo
-   fonts? ( media-libs/freetype:2 )
-   grub_platforms_xen? ( app-emulation/xen-tools:= )
-   static? (
-   app-arch/xz-utils[static-libs(+)]
-   truetype? (
-   app-arch/bzip2[static-libs(+)]
-   media-libs/freetype[static-libs(+)]
-   sys-libs/zlib[static-libs(+)]
-   )
-   )
-   test? (
-   dev-libs/libisoburn
-   app-emulation/qemu
-   )
-   themes? (
-   app-arch/unzip
-   media-libs/freetype:2
-   )
-"
-RDEPEND+="
-   kernel_linux? (
-   grub_platforms_efi-32? ( sys-boot/efibootmgr )
-   grub_platforms_efi-64? ( sys-boot/efibootmgr )
-   )
-   !multislot? ( !sys-boot/grub:0 )
-   nls? ( sys-devel/gettext )
-"
-
-DEPEND+=" !!=media-libs/freetype-2.5.4"
-
-STRIP_MASK="*/grub/*/*.{mod,img}"
-RESTRICT="test"
-
-QA_EXECSTACK="
-   usr/bin/grub*-emu*
-   usr/lib*/grub/*/*.mod
-   usr/lib*/grub/*/*.module
-   usr/lib*/grub/*/kernel.exec
-   usr/lib*/grub/*/kernel.img
-"
-
-QA_WX_LOAD="
-   usr/lib*/grub/*/kernel.exec
-   usr/lib*/grub/*/kernel.img
-   usr/lib*/grub/*/*.image
-"
-
-QA_PRESTRIPPED="
-   usr/lib.*/grub/.*/kernel.img
-"
-
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   git-r3_src_unpack
-   fi
-   default_src_unpack
-}
-
-src_prepare() {
-   EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch
-
-   

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

2016-08-18 Thread Mike Gilbert
commit: 5768514fa55c889722d78cfc64993d31c3c67aac
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug 18 12:48:31 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug 18 13:00:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5768514f

sys-boot/grub: block sys-boot/grub-static when multislot is disabled

Bug: https://bugs.gentoo.org/591574

Package-Manager: portage-2.3.0_p16

 sys-boot/grub/grub-2.02_beta2-r9.ebuild | 2 +-
 sys-boot/grub/grub-2.02_beta3-r1.ebuild | 2 +-
 sys-boot/grub/grub-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-boot/grub/grub-2.02_beta2-r9.ebuild 
b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
index 1997e45..75d6dd1 100644
--- a/sys-boot/grub/grub-2.02_beta2-r9.ebuild
+++ b/sys-boot/grub/grub-2.02_beta2-r9.ebuild
@@ -102,7 +102,7 @@ RDEPEND+="
grub_platforms_efi-32? ( sys-boot/efibootmgr )
grub_platforms_efi-64? ( sys-boot/efibootmgr )
)
-   !multislot? ( !sys-boot/grub:0 )
+   !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
nls? ( sys-devel/gettext )
 "
 

diff --git a/sys-boot/grub/grub-2.02_beta3-r1.ebuild 
b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
index 1aecead..64dadcf 100644
--- a/sys-boot/grub/grub-2.02_beta3-r1.ebuild
+++ b/sys-boot/grub/grub-2.02_beta3-r1.ebuild
@@ -108,7 +108,7 @@ RDEPEND+="
grub_platforms_efi-32? ( sys-boot/efibootmgr )
grub_platforms_efi-64? ( sys-boot/efibootmgr )
)
-   !multislot? ( !sys-boot/grub:0 )
+   !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
nls? ( sys-devel/gettext )
 "
 

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index d83bd8f..faa6cec 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -105,7 +105,7 @@ RDEPEND+="
grub_platforms_efi-32? ( sys-boot/efibootmgr )
grub_platforms_efi-64? ( sys-boot/efibootmgr )
)
-   !multislot? ( !sys-boot/grub:0 )
+   !multislot? ( !sys-boot/grub:0 !sys-boot/grub-static )
nls? ( sys-devel/gettext )
 "
 



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

2016-08-18 Thread Mike Gilbert
commit: 4f1af4cdfe09f6e2296a30bb1f0e90ba08da1970
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Aug 18 12:51:30 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Aug 18 13:00:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1af4cd

sys-boot/grub: block sys-boot/grub:2[-multislot]

Bug: https://bugs.gentoo.org/591574

Package-Manager: portage-2.3.0_p16

 sys-boot/grub/grub-0.97-r16.ebuild | 3 ++-
 sys-boot/grub/grub-0.97-r17.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-boot/grub/grub-0.97-r16.ebuild 
b/sys-boot/grub/grub-0.97-r16.ebuild
index 9da0d0e..761da22 100644
--- a/sys-boot/grub/grub-0.97-r16.ebuild
+++ b/sys-boot/grub/grub-0.97-r16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,6 +37,7 @@ LIB_DEPEND="ncurses? ( 
>=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)]
 RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )"
 DEPEND="${RDEPEND}
static? ( ${LIB_DEPEND} )"
+RDEPEND+=" !sys-boot/grub:2[-multislot]"
 
 pkg_setup() {
case $(tc-arch) in

diff --git a/sys-boot/grub/grub-0.97-r17.ebuild 
b/sys-boot/grub/grub-0.97-r17.ebuild
index 790e6b2..6e27cbe 100644
--- a/sys-boot/grub/grub-0.97-r17.ebuild
+++ b/sys-boot/grub/grub-0.97-r17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -38,6 +38,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
static? ( ${LIB_DEPEND} )"
+RDEPEND+=" !sys-boot/grub:2[-multislot]"
 
 pkg_setup() {
case $(tc-arch) in



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

2016-08-18 Thread Lars Wendler
commit: 74c27b598d9a66ba77f0b9757d023a126981b13c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 18 13:49:15 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 18 13:49:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c27b59

media-libs/libmtp: Removed old.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libmtp/Manifest |  3 --
 media-libs/libmtp/libmtp-1.1.10.ebuild | 68 ---
 media-libs/libmtp/libmtp-1.1.8.ebuild  | 74 --
 media-libs/libmtp/libmtp-1.1.9.ebuild  | 68 ---
 4 files changed, 213 deletions(-)

diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest
index fa43668..54e96ea 100644
--- a/media-libs/libmtp/Manifest
+++ b/media-libs/libmtp/Manifest
@@ -1,5 +1,2 @@
-DIST libmtp-1.1.10.tar.gz 787654 SHA256 
1eee8d4c052fe29e58a408fedc08a532e28626fa3e232157abd8fca063c90305 SHA512 
7b0d06ac11a7476b6d8c84eb452c4abe08f8f61dafd8b1900e87f550665d5d3add182bbcba6d774426c8c9f6e978cef499a1f0d09283e5d6d02b812eb2eb3072
 WHIRLPOOL 
77df823382cb5756db4967e9131877888491eb11b9ef2ffdc8fecbb55a5f1df70223be54ef816899ddb0997bc73c8f445e25f2f8a22675da680d3017d2eb08df
 DIST libmtp-1.1.11.tar.gz 788911 SHA256 
15d96dff79a4f7ad14338894a4096d4ac584c6ad25fdcca955bc4726303287e9 SHA512 
966d5d831695dc02411fbe0a153873d9e5604a00e75bf0d4cc1a957887a2e7656c82209f5bf86150f7b9af037d66a96b3e3523e16d5b52ae013b835febf622c9
 WHIRLPOOL 
16e31709054de63d954c691b6396d7e1ad23c3327228188a5b918326a2ac9458d5701dabd73f86568dc5d7cd8512cbe2ddbaccb96d1e31d7e2c69ff0ac14b9a5
 DIST libmtp-1.1.12.tar.gz 776555 SHA256 
cdf59e816c6cda3e908a876c7fb42943f40b85669aea0029a1ca431c89afa1a0 SHA512 
2fff8f6653aa1fa6d7a545fc4f0ae8cb3e54fdb4486a0f065b733ffb5c33f994f66067a697ffe52fe65fb39ffe2bacc418543f84e504e18f443e3c563a116c4f
 WHIRLPOOL 
3825139caa3304be041f0a786e3c871000b47b568cfa0015edecb2ce9ff9e377817abceabe0a81fce368d76efa03e2e9dce2490d57dd9e41f133e94b86a29c67
-DIST libmtp-1.1.8.tar.gz 757109 SHA256 
3f9e87536aa40e560d0c153a505e38096b1df5ea15fad783691e9a8ca4dd2282 SHA512 
34952fbe1ae1dcee456f4fc0d6208cf18e3ced22891bb748350927f06ee433f806e8339d6275085e70b6fd09a43eb0f18ac617e564c8d8162671245ecf0b8904
 WHIRLPOOL 
5ab0df9b566b7fe3193b0a09a0792eb2634d0775a8ee9a9358d13b2aeba4c82816f5ecb5e5d7355ed338d6171259b7a5c9802b4bc8ea2b0de3d4bbbd1aa8050c
-DIST libmtp-1.1.9.tar.gz 760593 SHA256 
23f1d3c0b54107388bf2824d56415e9e087c980c86e5d179865652c022b6b189 SHA512 
6be9f14602b05830ec01defaeb0f237ac4d021f76f4003d7178eda00d8bf86d7fbbeba0053dc111d2ab9eb32f1603c2dc4f2bc128f4cbe4819228486b9b85513
 WHIRLPOOL 
d357c949907b69f3a40291a79e05cc75790d86abb7fa0ea787c5ef0cd666b7f9888f9441f9893824520345d25799142f70c0ba0b773267fb9b374bb0d8b833e6

diff --git a/media-libs/libmtp/libmtp-1.1.10.ebuild 
b/media-libs/libmtp/libmtp-1.1.10.ebuild
deleted file mode 100644
index 9cf6cbc..000
--- a/media-libs/libmtp/libmtp-1.1.10.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils udev user
-
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code"
-   inherit autotools git-r3
-else
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x86-fbsd"
-fi
-
-DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"
-HOMEPAGE="http://libmtp.sourceforge.net/;
-
-LICENSE="LGPL-2.1" # LGPL-2+ and LGPL-2.1+ ?
-SLOT="0/9" # Based on SONAME of libmtp shared library
-IUSE="+crypt doc examples static-libs"
-
-RDEPEND="virtual/libusb:1
-   crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-pkg_setup() {
-   DOCS="AUTHORS README TODO"
-   enewgroup plugdev
-}
-
-src_prepare() {
-   # ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
-   rm -f ChangeLog
-
-   if [[ ${PV} == * ]]; then
-   local crpthf=config.rpath
-   local crpthd=/usr/share/gettext/${crpthf}
-   if has_version '>sys-devel/gettext-0.18.3' && [[ -e ${crpthd} 
]]; then
-   cp "${crpthd}" .
-   else
-   touch ${crpthf} # This is from upstream autogen.sh
-   fi
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable doc doxygen) \
-   $(use_enable crypt mtpz) \
-   --with-udev="$(get_udevdir)" \
-   --with-udev-group=plugdev \
-   --with-udev-mode=0660
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-
-   if use examples; then
-   docinto examples
-   dodoc 

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

2016-08-18 Thread Lars Wendler
commit: bcf63a43853f76e44a11b31aa2c15cca74c049f8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Aug 18 13:48:16 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Aug 18 13:49:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf63a43

media-libs/libmtp: Bump to version 1.1.12 (bug #591612).

Bumped live ebuild to EAPI-6.

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libmtp/Manifest | 1 +
 media-libs/libmtp/{libmtp-.ebuild => libmtp-1.1.12.ebuild} | 9 ++---
 media-libs/libmtp/libmtp-.ebuild   | 9 ++---
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest
index 2dfd465..fa43668 100644
--- a/media-libs/libmtp/Manifest
+++ b/media-libs/libmtp/Manifest
@@ -1,4 +1,5 @@
 DIST libmtp-1.1.10.tar.gz 787654 SHA256 
1eee8d4c052fe29e58a408fedc08a532e28626fa3e232157abd8fca063c90305 SHA512 
7b0d06ac11a7476b6d8c84eb452c4abe08f8f61dafd8b1900e87f550665d5d3add182bbcba6d774426c8c9f6e978cef499a1f0d09283e5d6d02b812eb2eb3072
 WHIRLPOOL 
77df823382cb5756db4967e9131877888491eb11b9ef2ffdc8fecbb55a5f1df70223be54ef816899ddb0997bc73c8f445e25f2f8a22675da680d3017d2eb08df
 DIST libmtp-1.1.11.tar.gz 788911 SHA256 
15d96dff79a4f7ad14338894a4096d4ac584c6ad25fdcca955bc4726303287e9 SHA512 
966d5d831695dc02411fbe0a153873d9e5604a00e75bf0d4cc1a957887a2e7656c82209f5bf86150f7b9af037d66a96b3e3523e16d5b52ae013b835febf622c9
 WHIRLPOOL 
16e31709054de63d954c691b6396d7e1ad23c3327228188a5b918326a2ac9458d5701dabd73f86568dc5d7cd8512cbe2ddbaccb96d1e31d7e2c69ff0ac14b9a5
+DIST libmtp-1.1.12.tar.gz 776555 SHA256 
cdf59e816c6cda3e908a876c7fb42943f40b85669aea0029a1ca431c89afa1a0 SHA512 
2fff8f6653aa1fa6d7a545fc4f0ae8cb3e54fdb4486a0f065b733ffb5c33f994f66067a697ffe52fe65fb39ffe2bacc418543f84e504e18f443e3c563a116c4f
 WHIRLPOOL 
3825139caa3304be041f0a786e3c871000b47b568cfa0015edecb2ce9ff9e377817abceabe0a81fce368d76efa03e2e9dce2490d57dd9e41f133e94b86a29c67
 DIST libmtp-1.1.8.tar.gz 757109 SHA256 
3f9e87536aa40e560d0c153a505e38096b1df5ea15fad783691e9a8ca4dd2282 SHA512 
34952fbe1ae1dcee456f4fc0d6208cf18e3ced22891bb748350927f06ee433f806e8339d6275085e70b6fd09a43eb0f18ac617e564c8d8162671245ecf0b8904
 WHIRLPOOL 
5ab0df9b566b7fe3193b0a09a0792eb2634d0775a8ee9a9358d13b2aeba4c82816f5ecb5e5d7355ed338d6171259b7a5c9802b4bc8ea2b0de3d4bbbd1aa8050c
 DIST libmtp-1.1.9.tar.gz 760593 SHA256 
23f1d3c0b54107388bf2824d56415e9e087c980c86e5d179865652c022b6b189 SHA512 
6be9f14602b05830ec01defaeb0f237ac4d021f76f4003d7178eda00d8bf86d7fbbeba0053dc111d2ab9eb32f1603c2dc4f2bc128f4cbe4819228486b9b85513
 WHIRLPOOL 
d357c949907b69f3a40291a79e05cc75790d86abb7fa0ea787c5ef0cd666b7f9888f9441f9893824520345d25799142f70c0ba0b773267fb9b374bb0d8b833e6

diff --git a/media-libs/libmtp/libmtp-.ebuild 
b/media-libs/libmtp/libmtp-1.1.12.ebuild
similarity index 94%
copy from media-libs/libmtp/libmtp-.ebuild
copy to media-libs/libmtp/libmtp-1.1.12.ebuild
index 9cf6cbc..4ebffce 100644
--- a/media-libs/libmtp/libmtp-.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils udev user
 
 if [[ ${PV} == * ]]; then
@@ -26,12 +26,15 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
 
+DOCS="AUTHORS README TODO"
+
 pkg_setup() {
-   DOCS="AUTHORS README TODO"
enewgroup plugdev
 }
 
 src_prepare() {
+   default
+
# ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
rm -f ChangeLog
 

diff --git a/media-libs/libmtp/libmtp-.ebuild 
b/media-libs/libmtp/libmtp-.ebuild
index 9cf6cbc..4ebffce 100644
--- a/media-libs/libmtp/libmtp-.ebuild
+++ b/media-libs/libmtp/libmtp-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 inherit eutils udev user
 
 if [[ ${PV} == * ]]; then
@@ -26,12 +26,15 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
 
+DOCS="AUTHORS README TODO"
+
 pkg_setup() {
-   DOCS="AUTHORS README TODO"
enewgroup plugdev
 }
 
 src_prepare() {
+   default
+
# ChangeLog says "RETIRING THIS FILE ..pause..  GIT" (Last entry from 
start of 2011)
rm -f ChangeLog
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/

2016-08-18 Thread Patrice Clement
commit: 12aa13fe86ecdb08983e7365f36de30463705978
Author: Sergiy Borodych  gmail  com>
AuthorDate: Fri Aug 12 09:19:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 12:38:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12aa13fe

app-backup/rsnapshot: version bump to 1.4.2.

Also bump to EAPI version 6.

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-backup/rsnapshot/Manifest   |  1 +
 app-backup/rsnapshot/rsnapshot-1.4.2.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-backup/rsnapshot/Manifest b/app-backup/rsnapshot/Manifest
index ee003b7..c921a47 100644
--- a/app-backup/rsnapshot/Manifest
+++ b/app-backup/rsnapshot/Manifest
@@ -1,2 +1,3 @@
 DIST rsnapshot-1.3.1.tar.gz 215806 SHA256 
94b6c77e40628935f42a191bdc28ad93b1f132fde456ee76ee87763f1eddc75e SHA512 
a74ad0a21d213dd2e05cb577a47c491af90d8994df8f5a154195515345da438ac9c0d72b563aa02314883a0b3bb86e3c23f8b530a7078c2b55a9547a2d666c10
 WHIRLPOOL 
1d62658e11cbd2612b223336b5e3dbb44d1ec0b40a434bf8f65c09ff7b45c831f585046f8ef4e2ff79f034de8731435ccd2554e0d5ff4e2d1693a01b66113b00
 DIST rsnapshot-1.4.1.tar.gz 489481 SHA256 
fb4a1129a7d3805c41749fd0494debfe2ca2341eba0f8b50e4f54985efe448e8 SHA512 
a99e639bd706aafac82d2a4a40fc6c7fa026321c527ad5826a4fc7917cadea5962c4c7988c98efbe06833ef70db081605aa47a6d77c04dcf6077cc232c078cbf
 WHIRLPOOL 
79b7d438c336203298a4bce2d49fb7e6166428356d0d3ee93369244856970faa496528a673df44ab21c5ce6fa694d83df9fe45075d62436c24fb97f7a435
+DIST rsnapshot-1.4.2.tar.gz 487959 SHA256 
042a81c45b325296b21c363f417985d857f083f87c5c27f5a64677a052f24e16 SHA512 
621be52715a6c1f70ddb251d7f6103ba3487cd0c6c607411d744866547d3ced571862a8f6b5e40a1d050696703f3a15821bd6e829a3fca057848f04566d0e4a0
 WHIRLPOOL 
6b7256562cc15f6ce62d05515de4a933d986cef651e9f6a912e760a7feac9ac906c95ea8adef68561db02d494d9774a47f9192d5fdac83366a40b84739a21a03

diff --git a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild 
b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
new file mode 100644
index 000..802d154
--- /dev/null
+++ b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A filesystem backup utility based on rsync"
+HOMEPAGE="http://www.rsnapshot.org;
+SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=">=dev-lang/perl-5.8.2
+   dev-perl/Lchown
+   >=sys-apps/util-linux-2.12-r4
+   >=sys-apps/coreutils-5.0.91-r4
+   >=net-misc/openssh-3.7.1_p2-r1
+   >=net-misc/rsync-2.6.0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   # Change sysconfdir to install the template file as documentation
+   # rather than in /etc.
+   emake install DESTDIR="${D}" \
+   sysconfdir="${EPREFIX}/usr/share/doc/${PF}"
+
+   dodoc README.md AUTHORS ChangeLog \
+   docs/Upgrading_from_1.1
+
+   docinto utils
+   dodoc utils/{README,rsnaptar,*.sh,*.pl}
+
+   docinto utils/rsnapshotdb
+   dodoc utils/rsnapshotdb/*
+}
+
+pkg_postinst() {
+   elog "The template configuration file has been installed as"
+   elog "/usr/share/doc/${PF}/rsnapshot.conf.default"
+   elog "Copy and edit the the above file as /etc/rsnapshot.conf"
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/

2016-08-18 Thread Patrice Clement
commit: a05b967e47afe47f49c6accb86c796415a2131ba
Author: Sergiy Borodych  gmail  com>
AuthorDate: Fri Aug 12 12:20:43 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Aug 18 12:38:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b967e

app-backup/rsnapshot: fix post-install message.

Add mention about compression.

Gentoo-Bug: https://bugs.gentoo.org/551762

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

Signed-off-by: Patrice Clement  gentoo.org>

 app-backup/rsnapshot/rsnapshot-1.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild 
b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
index 802d154..ecdbbf3 100644
--- a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
+++ b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
@@ -37,7 +37,7 @@ src_install() {
 }
 
 pkg_postinst() {
-   elog "The template configuration file has been installed as"
-   elog "/usr/share/doc/${PF}/rsnapshot.conf.default"
+   elog "The template configuration file has been compressed and installed 
as"
+   elog "  /usr/share/doc/${PF}/rsnapshot.conf.default.[gz|bz2|etc]"
elog "Copy and edit the the above file as /etc/rsnapshot.conf"
 }



  1   2   >