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

2018-07-02 Thread Mart Raudsepp
commit: 8714172dcf36e1b5017e47af67afaeca4ffb16e8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul  2 10:26:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul  2 10:26:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8714172d

dev-lang/vala: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lang/vala/Manifest|  2 --
 dev-lang/vala/vala-0.36.11.ebuild | 40 ---
 dev-lang/vala/vala-0.36.7.ebuild  | 40 ---
 3 files changed, 82 deletions(-)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index e7d7e1560fc..78b1d7cfd87 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -1,6 +1,4 @@
 DIST vala-0.32.1.tar.xz 2759528 BLAKE2B 
cce23844ee5769216ef5cccb20476f4bdd2cb809a226236dd8a6bd533bb8ceb5b87add1d4d1c9eec60e0a94e64cafafcd1f46b2b2ae12fc951515fe8571e2195
 SHA512 
d59db1bd9132f93f187c30ccabff9d21fe8685293a6494e5b009d883de4f844cc4b8dc5d3b6eb4e026a93490f2e4ff7ba83ff22a093c6f8f85e68d83f5fe1bb0
 DIST vala-0.34.16.tar.xz 2795676 BLAKE2B 
64428099c209e13a6aad09233af650f412efa191ff4873fae1dbfb9bcc252e13d4e152733c9f199cd23323872fd912807a685980f651c1f784bfaffae7bf4162
 SHA512 
6411d55524a6c717c2eaf5cc1231ac931400e3f66d151a8b8856910258eb5bd7affe3a90946de34feb51aabfafce721b8d57f61e0475095b275d20b73cc4bbec
 DIST vala-0.34.9.tar.xz 2783952 BLAKE2B 
e90728075ac546e8abc125886182abd5fc357be5138bfea1ed058f41bf07968e55e032469cc068cefdb6a4d53f1c029ca7e728c57b00f6b9845e32c4410e8258
 SHA512 
8128dfbb50d0db2317feb4a358310de972ecb6f4dccaceb4d55cf3a024f4d83422e3137c92238e1a0a0b4766367ad307909a1310445017c71944ac30fc68d01f
-DIST vala-0.36.11.tar.xz 2862788 BLAKE2B 
e6355669e1f70812ba3db12f3f9fa4f9eb7f8cfe2faa7496e850d93e6acaf74b1f25231acce32001e9e1697518b1e3ffe10646eaf10b62741758aa962dc38b92
 SHA512 
7b6a5b24be9b35cd3ad28cff9444600f3d4b15f39f1fefb14b35f441fdc7a4a0c439cd729af6064a0c55341ae5e616bd57c744635d394c4bf02d24f74be3e1cf
 DIST vala-0.36.13.tar.xz 2869616 BLAKE2B 
adb22fa45e34c2be2accde2bc928148d3115dc0757338d66feb111b4225879f21f2af5f49511eff53697127d3431d22736be827d3663ed8a5de6d8ac718b0cee
 SHA512 
7c9bb2e50f660ec28d55f755019ba81eb0358327967d8046a14691b5fe9c805f731c6277cbb732fc19af60322e2293bb25176387944ca2de709cde0c22b44d1f
-DIST vala-0.36.7.tar.xz 2854668 BLAKE2B 
2fcb528b26a56ee9f9d362ec1891c873ee26580132c052554a3d021fea32c0cee6dc6e8c6419f88798f5066a70d54084757893b2d46e3b286b441a51a4169c92
 SHA512 
7a6daac5be72240ae998b2c26e240a8b6bbc44c8bb6a036357fc0419cd7b40e14ea76c8125eb49a8d252627425613512410ba7868eb579b13d299e2ff0f4082b

diff --git a/dev-lang/vala/vala-0.36.11.ebuild 
b/dev-lang/vala/vala-0.36.11.ebuild
deleted file mode 100644
index 8e87c57c0b9..000
--- a/dev-lang/vala/vala-0.36.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0.36"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/vala-common-${PV}
-"
-DEPEND="${RDEPEND}
-   !${CATEGORY}/${PN}:0
-   dev-libs/libxslt
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   test? (
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.26:2
-   dev-libs/gobject-introspection )
-"
-
-src_configure() {
-   # bug 483134
-   export GIT_CEILING_DIRECTORIES="${WORKDIR}"
-
-   # weasyprint enables generation of PDF from HTML
-   gnome2_src_configure \
-   --disable-unversioned \
-   VALAC=: \
-   WEASYPRINT=:
-}

diff --git a/dev-lang/vala/vala-0.36.7.ebuild b/dev-lang/vala/vala-0.36.7.ebuild
deleted file mode 100644
index ff5ba10c583..000
--- a/dev-lang/vala/vala-0.36.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0.36"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/vala-common-${PV}
-"
-DEPEND="${RDEPEND}
-   !${CATEGORY}/${PN}:0
-   dev-libs/libxslt
-   sys-devel/flex
-   virtual/pkgconfig
-   virtual/yacc
-   test? (
-   dev-libs/dbus-glib
-   >=dev-libs/glib-2.26:2
-   dev-libs/gobject-introspection )
-"
-
-src_configure() {
-   # bug 483134
-   export 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/

2018-07-02 Thread Mart Raudsepp
commit: d71bf3b0cc69a4e18bd6831edd0c268f1b073a0e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul  2 10:37:55 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul  2 10:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71bf3b0

sys-fs/ncdu-1.13: arm64 stable (bug #658858)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/ncdu/ncdu-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/ncdu/ncdu-1.13.ebuild b/sys-fs/ncdu/ncdu-1.13.ebuild
index 74c913b9b04..71f698e8c14 100644
--- a/sys-fs/ncdu/ncdu-1.13.ebuild
+++ b/sys-fs/ncdu/ncdu-1.13.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos"
 
 RDEPEND="
sys-libs/ncurses:0=[unicode]



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

2018-07-02 Thread Mart Raudsepp
commit: 509da37d06f83bcbad61063d536f7dad48671bbe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul  2 10:45:18 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul  2 10:46:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509da37d

dev-libs/libgit2: remove old with security vulnerabilities

Bug: https://bugs.gentoo.org/656874
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libgit2/Manifest  |  2 -
 dev-libs/libgit2/libgit2-0.26.3.ebuild | 80 --
 dev-libs/libgit2/libgit2-0.27.0.ebuild | 80 --
 3 files changed, 162 deletions(-)

diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest
index 630236b7e0c..5339ad10287 100644
--- a/dev-libs/libgit2/Manifest
+++ b/dev-libs/libgit2/Manifest
@@ -1,5 +1,3 @@
-DIST libgit2-0.26.3.tar.gz 4728289 BLAKE2B 
b437732cb30d85487a7a1a16efd41d19fe7677635ae07393094cd2931a0fb6673f41b14122793a31dd317e27936df9844fcb2444ba916469e4673f42e9db04f6
 SHA512 
abcd3a904bed05c1f200be2ffbc2c44cebd1b548459ee834d5635c5eaf7bcd551a4993bcc1cb9fbeae9ea990c5ebc07655007ff4e623fa7c697f326c0ce12c3e
 DIST libgit2-0.26.4.tar.gz 4733342 BLAKE2B 
76dfacbf6df9128625e52f4c554814a971f446a44c9706a915200976f5a873a2add1869c0534360ccad821df11246faacfff43765f311162bcb6afca46088a77
 SHA512 
c65a0ef8e7ef2dc60d07bced36b8cfd26ce9c40f99978058fc67b30e5bbda8d6b15e26aec7b1277bb277123685e763d106bab175540fceb449bb5b50f776473a
-DIST libgit2-0.27.0.tar.gz 4761312 BLAKE2B 
4b39ab7609b8031751cff826523a6989872d2a8508b3928461680f03e5e5e2db0782f396e03c69d6d484568958d4eb018a41ebdd4502555c41bf5b7b9756cd82
 SHA512 
1304f0b6182e1e6e7fccbec1a568aefb662e144a1aea4fff5901f3c012ff0f3d28720f17d19b9a1bc6c892c32fe602766fe98a15538a94a468d65d3e4a1680ca
 DIST libgit2-0.27.1.tar.gz 4765926 BLAKE2B 
2eb34a621d61b1fb3b770081e27b92d662fd235750fc6ea580ddabeac5cfd20e40a70ce830d45144531c333239d173a322d0de343bb98cc02ce9bfb7822432bf
 SHA512 
4cdee4aec0f0c7b36226ee29276b8802d6b59817f95b1357f35225c23a8d6de70242b2dd9a5fb3b765c3242f4ed1848933e20fc24899071d8b443d46c43ce99d
 DIST libgit2-0.27.2.tar.gz 4770842 BLAKE2B 
8a46589a17c4bbd0e821412ad259099a77755073736c7ba469a593252160bb1e5601c8b91e1e26e17c11ae3fd6e3d2bf87d22b638b1d473371311487e96ca39b
 SHA512 
4fa2b6c1bb340d5dbc3106ababb630a4634cee2415d478be986d315ef9c659d772574a56f0b8fa77d26bd793aea92893fddf64b5f21d7c965069f928b9ce5cff

diff --git a/dev-libs/libgit2/libgit2-0.26.3.ebuild 
b/dev-libs/libgit2/libgit2-0.26.3.ebuild
deleted file mode 100644
index c94b6bca471..000
--- a/dev-libs/libgit2/libgit2-0.26.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~ppc-macos"
-fi
-
-DESCRIPTION="A linkable library for Git"
-HOMEPAGE="https://libgit2.github.com/;
-
-LICENSE="GPL-2-with-linking-exception"
-SLOT="0/26"
-IUSE="+curl examples gssapi libressl +ssh test +threads trace"
-
-RDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   sys-libs/zlib
-   net-libs/http-parser:=
-   curl? (
-   !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] )
-   libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] )
-   )
-   gssapi? ( virtual/krb5 )
-   ssh? ( net-libs/libssh2 )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md )
-
-src_prepare() {
-   # skip online tests
-   sed -i '/libgit2_clar/s/-ionline/-xonline/' CMakeLists.txt || die
-
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)"
-   -DBUILD_CLAR=$(usex test)
-   -DENABLE_TRACE=$(usex trace)
-   -DUSE_GSSAPI=$(usex gssapi)
-   -DUSE_SSH=$(usex ssh)
-   -DTHREADSAFE=$(usex threads)
-   -DCURL=$(usex curl)
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   if [[ ${EUID} -eq 0 ]] ; then
-   # repo::iterator::fs_preserves_error fails if run as root
-   # since root can still access dirs with  perms
-   ewarn "Skipping tests: non-root privileges are required for all 
tests to pass"
-   else
-   local TEST_VERBOSE=1
-   cmake-utils_src_test
-   fi
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   if use examples ; then
-   find examples -name '.gitignore' -delete || die
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}

diff --git 

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

2018-07-02 Thread Jeroen Roovers
commit: 8866ee9ebbed912406bec8af2896b3d0421254db
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  2 11:22:06 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  2 11:22:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8866ee9e

net-analyzer/netperf: Old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-analyzer/netperf/Manifest|  1 -
 net-analyzer/netperf/files/netperf-2.2-init  | 21 --
 net-analyzer/netperf/netperf-2.6.0-r1.ebuild | 62 ---
 net-analyzer/netperf/netperf-2.7.0.ebuild| 63 
 4 files changed, 147 deletions(-)

diff --git a/net-analyzer/netperf/Manifest b/net-analyzer/netperf/Manifest
index fa201cf029b..f378f80376d 100644
--- a/net-analyzer/netperf/Manifest
+++ b/net-analyzer/netperf/Manifest
@@ -1,2 +1 @@
-DIST netperf-2.6.0.tar.bz2 1032953 BLAKE2B 
c13e6c49b975273e2de97a32e1fbcc2265639b450b532f67aa07cf34a86ae23a34c1e4f90ad1d51c49e8aae5fdfcf97671bcd5969a0fd1bfc4333dd37021da88
 SHA512 
b3921d2e887088b14a8bbe5ace9b1cc0c8b29951eeaa7857ce3f324933397c8ff6b56eeacfe755181ce1a56c982fe431955f6db55bd20f2343324e22ee23c9b3
 DIST netperf-2.7.0.tar.bz2 1024430 BLAKE2B 
1263a2b3cee0790e4526245e522d29f8692a5a3e9d3b41468d1010bbee4d606a06904d9e0c4ac0af457bde562a476434be4c62a41e3c0dbf0e5c3aeb2ae5652a
 SHA512 
5fb37945bead831247de9c8ba86b33f134ba39e753b483df72de97f536d0846538dadf61acc2dee57f04ab5d16a92afab4890e79a5d7ffa863afd526267fffad

diff --git a/net-analyzer/netperf/files/netperf-2.2-init 
b/net-analyzer/netperf/files/netperf-2.2-init
deleted file mode 100644
index cd2fb35cdd2..000
--- a/net-analyzer/netperf/files/netperf-2.2-init
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-#
-# init.d script for net-analyzer/netperf's netserver
-#
-
-depend() {
-use net
-}
-
-start() {
-ebegin 'Starting netperf server (netserver)'
-start-stop-daemon --start --quiet --user nobody \
---exec /usr/sbin/netserver -- ${NETSERVER_ARGS} >/dev/null
-eend $?
-}
-
-stop() {
-ebegin 'Stopping netperf server (netserver)'
-start-stop-daemon --stop --quiet --exec /usr/sbin/netserver
-eend $?
-}

diff --git a/net-analyzer/netperf/netperf-2.6.0-r1.ebuild 
b/net-analyzer/netperf/netperf-2.6.0-r1.ebuild
deleted file mode 100644
index 869d878465b..000
--- a/net-analyzer/netperf/netperf-2.6.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="Network performance benchmark including tests for TCP, UDP, 
sockets, ATM and more"
-SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2;
-KEYWORDS="alpha amd64 arm64 hppa ia64 ppc ppc64 sparc x86"
-
-HOMEPAGE="http://www.netperf.org/;
-LICENSE="netperf"
-SLOT="0"
-IUSE="demo sctp"
-
-DEPEND=">=sys-apps/sed-4"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-fix-scripts.patch \
-   "${FILESDIR}"/${P}-log-dir.patch
-
-   # Fixing paths in scripts
-   sed -i \
-   -e 's:^\(NETHOME=\).*:\1"/usr/bin":' \
-   doc/examples/sctp_stream_script \
-   doc/examples/tcp_range_script \
-   doc/examples/tcp_rr_script \
-   doc/examples/tcp_stream_script \
-   doc/examples/udp_rr_script \
-   doc/examples/udp_stream_script \
-   || die
-
-   # netlib.c:2292:5: warning: implicit declaration of function 
‘sched_setaffinity’
-   # nettest_omni.c:2943:5: warning: implicit declaration of function 
‘splice’
-   append-cppflags -D_GNU_SOURCE
-}
-
-src_configure() {
-   econf \
-   $(use_enable demo) \
-   $(use_enable sctp)
-}
-
-src_install () {
-   default
-
-   # move netserver into sbin as we had it before 2.4 was released with its
-   # autoconf goodness
-   dodir /usr/sbin
-   mv "${D}"/usr/{bin,sbin}/netserver || die
-
-   # init.d / conf.d
-   newinitd "${FILESDIR}"/${PN}-2.2-init netperf
-   newconfd "${FILESDIR}"/${PN}-2.2-conf netperf
-
-   # documentation and example scripts
-   dodoc AUTHORS ChangeLog NEWS README Release_Notes
-   dodir /usr/share/doc/${PF}/examples
-   #Scripts no longer get installed by einstall
-   cp doc/examples/*_script "${D}"/usr/share/doc/${PF}/examples || die
-}

diff --git a/net-analyzer/netperf/netperf-2.7.0.ebuild 
b/net-analyzer/netperf/netperf-2.7.0.ebuild
deleted file mode 100644
index 7c1622c9fe9..000
--- a/net-analyzer/netperf/netperf-2.7.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="Network performance benchmark including tests for TCP, UDP, 
sockets, ATM and more"
-SRC_URI="ftp://ftp.netperf.org/${PN}/${P}.tar.bz2;

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

2018-07-02 Thread Jeroen Roovers
commit: e7fc5ffd7d2b63dc29ebb14d17d11b2ba50ff200
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  2 11:18:10 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  2 11:22:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7fc5ffd

media-libs/sdl2-mixer: Mark ~hppa too.

Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --ignore-arches

 media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild | 4 ++--
 media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild 
b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
index 3c1f734d85a..8fbeeb1f303 100644
--- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
+++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity tremor vorbis +wav"
 REQUIRED_USE="
midi? ( || ( timidity fluidsynth ) )

diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild 
b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
index d818f3bf9bb..53e5155abee 100644
--- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
+++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="flac fluidsynth mad midi mikmod mod modplug mp3 playtools smpeg 
static-libs timidity tremor vorbis +wav"
 REQUIRED_USE="
midi? ( || ( timidity fluidsynth ) )



[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2018-07-02 Thread Jeroen Roovers
commit: da9c7053ea38f7bc9905bf11fe046c6111aa2adc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  2 11:18:24 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  2 11:22:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9c7053

games-fps/eduke32: Mark ~hppa too.

Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --ignore-arches

 games-fps/eduke32/eduke32-20180508.6885.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/eduke32/eduke32-20180508.6885.ebuild 
b/games-fps/eduke32/eduke32-20180508.6885.ebuild
index c7c7bba616d..d0de4c73bf6 100644
--- a/games-fps/eduke32/eduke32-20180508.6885.ebuild
+++ b/games-fps/eduke32/eduke32-20180508.6885.ebuild
@@ -30,7 +30,7 @@ 
SRC_URI="http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}/${PN}_src
psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
${MY_PN_PSX}-${MY_PV_PSX}.zip )
sc-55? ( http://www.duke4.org/files/nightfright/music/${MY_PN_SC55}.zip 
-> ${MY_PN_SC55}-${MY_PV_SC55}.zip )"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 LICENSE="BUILDLIC GPL-2 HRP"
 SLOT="0"
 IUSE="cdinstall demo flac fluidsynth gtk hrp offensive opengl opl png psx 
sc-55 server sdk timidity tools vorbis vpx xmp"



[gentoo-commits] repo/gentoo:master commit in: media-sound/bluez-alsa/files/, media-sound/bluez-alsa/

2018-07-02 Thread Lars Wendler
commit: 6d06f1f17739c5d5b3d5f23a9f1339ffc1f8afef
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 11:28:07 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 11:28:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d06f1f1

media-sound/bluez-alsa: Sync with upstream changes.

Thanks-to: Arkadiusz Bokowy
Closes: https://bugs.gentoo.org/659838
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-sound/bluez-alsa/bluez-alsa-.ebuild  | 20 ++--
 media-sound/bluez-alsa/files/bluealsa-conf.d-2 |  4 
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/media-sound/bluez-alsa/bluez-alsa-.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-.ebuild
index 8b3787db68d..186e2b9681c 100644
--- a/media-sound/bluez-alsa/bluez-alsa-.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit autotools eutils multilib-minimal
+EAPI=7
+inherit autotools multilib-minimal
 
 DESCRIPTION="Bluetooth Audio ALSA Backend"
 HOMEPAGE="https://github.com/Arkq/bluez-alsa;
@@ -29,7 +29,6 @@ RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}]
sys-libs/ncurses:0=
)"
 DEPEND="${RDEPEND}
-   net-libs/ortp
virtual/pkgconfig"
 
 src_prepare() {
@@ -38,19 +37,20 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   ECONF_SOURCE="${S}" \
-   econf \
-   $(use_enable aac) \
-   $(use_enable debug) \
+   local myeconfargs=(
+   $(use_enable aac)
+   $(use_enable debug)
$(multilib_native_use_enable hcitop)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
 multilib_src_install_all() {
default
-   prune_libtool_files --modules
+   find "${ED}" -name "*.la" -delete || die
 
newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
-   newconfd "${FILESDIR}"/bluealsa-conf.d bluealsa
+   newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
 }
 
 pkg_postinst() {

diff --git a/media-sound/bluez-alsa/files/bluealsa-conf.d-2 
b/media-sound/bluez-alsa/files/bluealsa-conf.d-2
new file mode 100644
index 000..29d52f4a1fc
--- /dev/null
+++ b/media-sound/bluez-alsa/files/bluealsa-conf.d-2
@@ -0,0 +1,4 @@
+# Config file for /etc/init.d/bluealsa
+
+# Allow additional options to be set
+BLUEALSA_CONF=""



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

2018-07-02 Thread Lars Wendler
commit: 3633dc3571e79b995b2c0c59622c892458d237e7
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 07:37:32 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 07:40:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3633dc35

sys-apps/coreutils: Bump to version 8.30

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-apps/coreutils/Manifest  |   2 +
 sys-apps/coreutils/coreutils-8.30.ebuild | 205 +++
 2 files changed, 207 insertions(+)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 2c741976b98..276967e971b 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -3,3 +3,5 @@ DIST coreutils-8.28-patches-1.1.tar.xz 7336 BLAKE2B 
9cd5db3e1d5545da5cb38f919ae5
 DIST coreutils-8.28.tar.xz 5252336 BLAKE2B 
30e3c05311834b19a941ddaa6a405cb0033b0e3518211dd0d33e9a1aa91c60f4d597fca9419b467ade2b54e3bf81ba5149cebfc93a02fa1e546c1b0f71ee91c9
 SHA512 
1e592d0dd03b9227bf92af9a82bed6dc3bcbee46e984c7fb09833dea0962e86b309aa34d5e43823b73d4522c066bfa5cdc8ec694aa190910fb246ff32ceb63a1
 DIST coreutils-8.29-patches-1.0.tar.xz 5772 BLAKE2B 
8f05185404d527ad524684231f0b8bef3b65e7752527b6bf55371f474035b8a92cdcaa8349a321784d14c6700a0d49e9d10ee2e3a96b78e8f6423ee8c5b9ec02
 SHA512 
0f7db6744a6a6bad8d582bb2d32e1a0ad0ab5f48a53b54c371d27494967832ddec2570e45dbf7e66c7091496bcecd66aab21644f603d2c8878a87f51a1a9b1a2
 DIST coreutils-8.29.tar.xz 5286588 BLAKE2B 
cbb66d9054bdd2db5b9a6010876484b16d178f8f4d935836b1e42830178647fac4e0a75052a6e7e2fbc50e74e4e7ff6f8da43f1137b96d0c2d027c4ebac28a98
 SHA512 
546bbcd5741beae7a68e7c4ca14d6d634f7c8be87feecdeddd00e226f4865bb89d503437c3a95622ba7bb0cb70addbb5bdf3767fa18d0b7410ab90ee53b29dfd
+DIST coreutils-8.30-patches-01.tar.xz 5788 BLAKE2B 
a41511ce39ac570cb14b7f12d125eebef92217469a9490808719fa0665f5e5c0adb96fbd02c4bac4d280d1502295669575790a81dbc01afe2ca3a9d384cbefb0
 SHA512 
b1e1933637de4581d5f8c6ede4e80a012435d13f0cf5550a76ab5bbe9441e3c15ce19ef3f78a7ea3b8368d5e9a3bb17c1207c471d26171b59786f38adeba0454
+DIST coreutils-8.30.tar.xz 5359532 BLAKE2B 
b66ccd112a6c2c8b90e58ff1c3371e7f5827937035769329885e5bdae197466189f3715720b8f8cf0b5047fe16d6c86984dcee994117c2d3c7b8dbd597027255
 SHA512 
25bc132c0d89ce71c33e417f04649c9fcfce6c5ef8b19f093b2e9e2851bfde9b5a31e20499d9c427332228ba54b88d445ddb445551e1944bb8f5cbff5ffa4eda

diff --git a/sys-apps/coreutils/coreutils-8.30.ebuild 
b/sys-apps/coreutils/coreutils-8.30.ebuild
new file mode 100644
index 000..417a9b7195a
--- /dev/null
+++ b/sys-apps/coreutils/coreutils-8.30.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit eutils flag-o-matic python-any-r1 toolchain-funcs
+
+PATCH_VER="01"
+DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
+HOMEPAGE="https://www.gnu.org/software/coreutils/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
+   
https://dev.gentoo.org/~polynomial-c/dist/${P}-patches-${PATCH_VER}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~arm-linux ~x86-linux"
+IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
userland_BSD vanilla xattr"
+
+LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
+   caps? ( sys-libs/libcap )
+   gmp? ( dev-libs/gmp:=[static-libs] )
+   xattr? ( !userland_BSD? ( sys-apps/attr[static-libs] ) )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
+   selinux? ( sys-libs/libselinux )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+   app-arch/xz-utils
+   test? (
+   dev-lang/perl
+   dev-perl/Expect
+   !userland_BSD? (
+   dev-util/strace
+   )
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
+   )"
+RDEPEND+="
+   hostname? ( !sys-apps/net-tools[hostname] )
+   kill? (
+   !sys-apps/util-linux[kill]
+   !sys-process/procps[kill]
+   )
+   !app-misc/realpath
+   !https://bugs.gentoo.org/;
+   --enable-install-program="arch,$(usev hostname),$(usev kill)"
+   --enable-no-install-program="groups,$(usev !hostname),$(usev 
!kill),su,uptime"
+   --enable-largefile
+   $(usex caps '' --disable-libcap)
+   $(use_enable nls)
+   $(use_enable acl)
+   $(use_enable multicall single-binary)
+   $(use_enable xattr)
+   $(use_with gmp)
+   )
+   if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
+   export fu_cv_sys_stat_statfs2_bsize=yes #311569
+   export 

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

2018-07-02 Thread Agostino Sarubbo
commit: b8f866bddcf117187a7b965fb72475a34d47ffc5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul  2 07:40:36 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul  2 07:42:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f866bd

sys-kernel/git-sources: Automated version bump to 4.18_rc3.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-4.18_rc3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 23387987120..560cd65ad08 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-4.17.tar.xz 102165892 BLAKE2B 
b9e1fe2c063d2761b4d54594b841f6591fd6f5b634a402c07e0fa5518a2b271293d97c5a7a8e3c30c9c4d78df16bf20a4f0befe998c9a9393bb3290d2df1dda3
 SHA512 
4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
 DIST patch-4.18-rc1.patch 52274025 BLAKE2B 
8f3f9b01d981fbbdf4eb2b5857f8de305ccf434b3769d52bd029e98690f28ed82991001138bfbac38036b0c25bc491256647245b961ac90c1fedb693310ebbcb
 SHA512 
3bf7227d5fc39d01f4be7706febde0973c3d8761457728bd0a01adb844954a9ef223d5d3f7c9a09132f6966cee0fe58ea72951363a96e7e8b579cf86da1ec8c6
 DIST patch-4.18-rc2.patch 52841801 BLAKE2B 
b9d65a0f2afb2f75b34ca3886cb2599cf85aa60eff943d9afacb5d708b131dfdb8956b357e6e94dc5e82f21f60135d887d6a1845edac0f0b3da1b5216c5f2a16
 SHA512 
1fdd5360543080f53d0889ce644818672c29a27850e1cf54cddaa3d4037ff91c01ac582dbfc7bb9a7b1e265c35f1c202145c44830a03feccfd807b13654c0e66
+DIST patch-4.18-rc3.patch 53031653 BLAKE2B 
681fb4262705d4aaea58f43f050bbb781924c36adedbbf3c28768b1695e8bb22cf659d562dd6cd787dbe1007029646d575f10f228971d680526cc35bc1f48ce5
 SHA512 
ee568a9345d28a055a96a66681276ccb4240a159c57eb4d62c19ec640cf733a9be7e0b6536344be7c642cbc662ee5383399128bbc6210d627565a9f58c080a0e

diff --git a/sys-kernel/git-sources/git-sources-4.18_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-4.18_rc3.ebuild
new file mode 100644
index 000..25e1d9d7bdb
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.18_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.17"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2018-07-02 Thread Mikhail Pukhlikov
commit: 6a0e7c218f7977d8c09e96b12f1fffbbaa595754
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Mon Jul  2 06:47:22 2018 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Mon Jul  2 06:47:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0e7c21

dev-lang/mono: 5.12.0.226 Don't block against dev-lang/mono-basic

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/mono/mono-5.12.0.226.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/mono/mono-5.12.0.226.ebuild 
b/dev-lang/mono/mono-5.12.0.226.ebuild
index bdaa577ec62..4d520080eb6 100644
--- a/dev-lang/mono/mono-5.12.0.226.ebuild
+++ b/dev-lang/mono/mono-5.12.0.226.ebuild
@@ -29,7 +29,6 @@ DEPEND="${COMMONDEPEND}
virtual/yacc
pax_kernel? ( sys-apps/elfix )
dev-util/cmake
-   !dev-lang/mono-basic
 "
 
 PATCHES=(



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

2018-07-02 Thread Jeroen Roovers
commit: 8055b530b565fc7e5f2831d4bf0b85248500c9f6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  2 07:43:25 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  2 07:43:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8055b530

www-client/otter: Old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-client/otter/Manifest|  1 -
 www-client/otter/otter-0.9.98.ebuild | 86 
 2 files changed, 87 deletions(-)

diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest
index 36688bccb89..090d0f59613 100644
--- a/www-client/otter/Manifest
+++ b/www-client/otter/Manifest
@@ -1,3 +1,2 @@
-DIST otter-0.9.98.tar.gz 4678111 BLAKE2B 
c6e71b4e48ba47c4e86f60c6a7b04926052aad46bc03215ef7ff8588933b8a97d9a84973326d13d9bae8db73645112496b9e9f4d2e8a81a4a0ec5b58a0967691
 SHA512 
7b467db87ea512097a3d39fdf892917cb70e1575d1ca9bb1040e857313fa391a9faa51405f172e8ed8480bc088202b5f0881635a46d3bf98e9d627160b3250b8
 DIST otter-0.9.99.1.tar.gz 4815838 BLAKE2B 
466193891c13d1ac1837dbf4d845fe26fe1c2456afc20b31e75d5ae1d8579d0b80a87a5ac0cd8ae778a23db997dfcf438169634776da97d65a49e13d44a240d4
 SHA512 
333759ee0f846ce503d7a96ba7ce69fb7bfc4c08e8872b80f6230966d5d8f4c3d85b98b8e636500cc4e100f5c2d400ac7f622fbeb15ec1100614fe53fe73f88d
 DIST otter-0.9.99.tar.gz 4758228 BLAKE2B 
503f94bb341e4a1701b8935cb14d7b972f0a212a1c626743a2758e95d864be534737d320daf142738a983a95512c1985aa035afdd33ac62ac2947a68403c49dd
 SHA512 
7178dc9e7b7ecb9a1e9e4910616366f7e4186be592795cd6f9674238b1f94855cec2fa4065651491265f9d713ca8149aca225feff85fff62938580a050ca1afc

diff --git a/www-client/otter/otter-0.9.98.ebuild 
b/www-client/otter/otter-0.9.98.ebuild
deleted file mode 100644
index a354d54d965..000
--- a/www-client/otter/otter-0.9.98.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils cmake-utils gnome2-utils xdg-utils
-
-DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
-HOMEPAGE="http://otter-browser.org/;
-SRC_URI="https://github.com/OtterBrowser/${PN}-browser/archive/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="webengine +webkit spell"
-REQUIRED_USE="
-   || ( webengine webkit )
-"
-
-DEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtprintsupport:5
-   dev-qt/qtscript:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxmlpatterns:5
-   spell? ( kde-frameworks/sonnet )
-   webengine? ( >=dev-qt/qtwebengine-5.9:5[widgets] )
-   webkit? ( dev-qt/qtwebkit:5 )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-S=${WORKDIR}/${PN}-browser-${PV/_p/-dev}
-DOCS=( CHANGELOG CONTRIBUTING.md TODO )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   if [[ -n ${LINGUAS} ]]; then
-   local lingua
-   for lingua in resources/translations/*.qm; do
-   lingua=$(basename ${lingua})
-   lingua=${lingua/otter-browser_/}
-   lingua=${lingua/.qm/}
-   if ! has ${lingua} ${LINGUAS}; then
-   rm 
resources/translations/otter-browser_${lingua}.qm || die
-   fi
-   done
-   fi
-
-   if ! use spell; then
-   sed -i -e '/find_package(KF5Sonnet)/d' CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   mycmakeargs=(
-   -DENABLE_QTWEBENGINE="$(usex webengine)"
-   -DENABLE_QTWEBKIT="$(usex webkit)"
-   )
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-   domenu ${PN}-browser.desktop
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-   xdg_desktop_database_update
-}



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

2018-07-02 Thread Jeroen Roovers
commit: 5177fd561d6e5d3642011df0c9e891ed0c51a65f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  2 07:42:55 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  2 07:43:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5177fd56

www-client/otter: Version 0.9.99.1.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-client/otter/Manifest  |  1 +
 www-client/otter/otter-0.9.99.1.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest
index 2f9f2aa4929..36688bccb89 100644
--- a/www-client/otter/Manifest
+++ b/www-client/otter/Manifest
@@ -1,2 +1,3 @@
 DIST otter-0.9.98.tar.gz 4678111 BLAKE2B 
c6e71b4e48ba47c4e86f60c6a7b04926052aad46bc03215ef7ff8588933b8a97d9a84973326d13d9bae8db73645112496b9e9f4d2e8a81a4a0ec5b58a0967691
 SHA512 
7b467db87ea512097a3d39fdf892917cb70e1575d1ca9bb1040e857313fa391a9faa51405f172e8ed8480bc088202b5f0881635a46d3bf98e9d627160b3250b8
+DIST otter-0.9.99.1.tar.gz 4815838 BLAKE2B 
466193891c13d1ac1837dbf4d845fe26fe1c2456afc20b31e75d5ae1d8579d0b80a87a5ac0cd8ae778a23db997dfcf438169634776da97d65a49e13d44a240d4
 SHA512 
333759ee0f846ce503d7a96ba7ce69fb7bfc4c08e8872b80f6230966d5d8f4c3d85b98b8e636500cc4e100f5c2d400ac7f622fbeb15ec1100614fe53fe73f88d
 DIST otter-0.9.99.tar.gz 4758228 BLAKE2B 
503f94bb341e4a1701b8935cb14d7b972f0a212a1c626743a2758e95d864be534737d320daf142738a983a95512c1985aa035afdd33ac62ac2947a68403c49dd
 SHA512 
7178dc9e7b7ecb9a1e9e4910616366f7e4186be592795cd6f9674238b1f94855cec2fa4065651491265f9d713ca8149aca225feff85fff62938580a050ca1afc

diff --git a/www-client/otter/otter-0.9.99.1.ebuild 
b/www-client/otter/otter-0.9.99.1.ebuild
new file mode 100644
index 000..a354d54d965
--- /dev/null
+++ b/www-client/otter/otter-0.9.99.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5"
+HOMEPAGE="http://otter-browser.org/;
+SRC_URI="https://github.com/OtterBrowser/${PN}-browser/archive/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="webengine +webkit spell"
+REQUIRED_USE="
+   || ( webengine webkit )
+"
+
+DEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxmlpatterns:5
+   spell? ( kde-frameworks/sonnet )
+   webengine? ( >=dev-qt/qtwebengine-5.9:5[widgets] )
+   webkit? ( dev-qt/qtwebkit:5 )
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+S=${WORKDIR}/${PN}-browser-${PV/_p/-dev}
+DOCS=( CHANGELOG CONTRIBUTING.md TODO )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if [[ -n ${LINGUAS} ]]; then
+   local lingua
+   for lingua in resources/translations/*.qm; do
+   lingua=$(basename ${lingua})
+   lingua=${lingua/otter-browser_/}
+   lingua=${lingua/.qm/}
+   if ! has ${lingua} ${LINGUAS}; then
+   rm 
resources/translations/otter-browser_${lingua}.qm || die
+   fi
+   done
+   fi
+
+   if ! use spell; then
+   sed -i -e '/find_package(KF5Sonnet)/d' CMakeLists.txt || die
+   fi
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DENABLE_QTWEBENGINE="$(usex webengine)"
+   -DENABLE_QTWEBKIT="$(usex webkit)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   domenu ${PN}-browser.desktop
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2018-07-02 Thread Lars Wendler
commit: e19d1219bcdc81f846696167dc76399538ed6c9a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 08:09:03 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 08:22:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19d1219

app-text/qpdf: Bump to version 8.1.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/qpdf/Manifest  |  1 +
 app-text/qpdf/qpdf-8.1.0.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest
index ffc81b89f06..361bdbf2c47 100644
--- a/app-text/qpdf/Manifest
+++ b/app-text/qpdf/Manifest
@@ -2,3 +2,4 @@ DIST qpdf-7.0.0.tar.gz 7053781 BLAKE2B 
1abd54a3cdc24c3e56ac81cabaa56be8d2217961a
 DIST qpdf-7.1.1.tar.gz 7099282 BLAKE2B 
9658dd1cc6f8d0e3dd13137db147e0f954f747b5bb6b1577f70a236b1f67c5513713889dca77181a9b25f1a2054a8ec5cbfda60866e97b2d43e60b494752c9fd
 SHA512 
a75f988c7dd7ac174bdc981cd3696ca8b539ac6c581e3afecf601dc67277014cb4fe3f0e5cb75a67412cafa4eb645b2fc2d8a0ec203834464baf0c7e80baa0b4
 DIST qpdf-8.0.1.tar.gz 7948901 BLAKE2B 
90eed8fcb34be16e1648236468c3f78ab16d2b9debe2c06f9a68af77cab2aa524eeeba1f6beb354d201c77d308e5ebd7dacfab1c79d24612af44f9109e407c38
 SHA512 
cabcfeee760bcdf19696c7dda81c9cc4f3cf1e0f44f68b25070d6e33fad8ad746a5dc992a9792972c9cce7192db82cc49f1a1b94a327d41b49284ac3620b2982
 DIST qpdf-8.0.2.tar.gz 7952979 BLAKE2B 
a9c81f41d6b5e3e9f80dab8325fffbedb8740ae500efbf4f4d2c27aca1778b1e2c438b7aba7846bd62874e2ff4265bb50b3b3d3d32302fb3e4583ba0251bf8f4
 SHA512 
f6d062f011d87f3f1df44e96e5dec0cd4b1b5f800dc6c088bf1313b2c96922d2f3c1b6eb1109a6ef00c558144b85dc20aeb85f937b73a3b594633aa67104f5e3
+DIST qpdf-8.1.0.tar.gz 8243624 BLAKE2B 
6db64282353bedca91225f2f5a9bc2a568872209d9c6b392374412e561bcb37d8e17223ecb34b332ebc7a83aa826bf2e85fbb0b33f055b24f343a26eed9d
 SHA512 
1831bcaaed87dae268db5d61805d1483ec5c101f6ce594be660664c119597ae67cf011c2b50092964d785a814d5f6c780935127a89401fe37a1026ae4d3af15c

diff --git a/app-text/qpdf/qpdf-8.1.0.ebuild b/app-text/qpdf/qpdf-8.1.0.ebuild
new file mode 100644
index 000..4458411fa22
--- /dev/null
+++ b/app-text/qpdf/qpdf-8.1.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Command-line tool for structural, content-preserving 
transformation of PDF files"
+HOMEPAGE="http://qpdf.sourceforge.net/;
+SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 Artistic-2 )"
+
+# subslot = libqpdf soname version
+SLOT="0/21"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris"
+IUSE="doc examples perl static-libs test"
+
+CDEPEND="
+   sys-libs/zlib
+   virtual/jpeg:0=
+"
+DEPEND="${CDEPEND}
+   test? (
+   sys-apps/diffutils
+   media-libs/tiff
+   app-text/ghostscript-gpl[tiff]
+   )
+"
+# Only need perl for the installed tools.
+RDEPEND="${CDEPEND}
+   perl? ( >=dev-lang/perl-5.8 )
+"
+
+DOCS=( ChangeLog README.md TODO )
+
+src_configure() {
+   CONFIG_SHELL=/bin/bash econf \
+   $(use_enable static-libs static) \
+   $(use_enable test test-compare-images)
+}
+
+src_install() {
+   default
+
+   if ! use perl ; then
+   rm "${ED%/}"/usr/bin/fix-qdf || die
+   rm "${ED%/}"/usr/share/man/man1/fix-qdf.1 || die
+   fi
+
+   if use examples ; then
+   dobin examples/build/.libs/*
+   fi
+
+   find "${ED}" -name '*.la' -exec rm -f {} +
+}



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

2018-07-02 Thread Lars Wendler
commit: 1dae697d67e696fc9e6741eef0c69c099357ef96
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 08:09:38 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 08:22:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dae697d

app-text/qpdf: Removed old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/qpdf/Manifest  |  1 -
 app-text/qpdf/qpdf-8.0.1.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/app-text/qpdf/Manifest b/app-text/qpdf/Manifest
index 361bdbf2c47..6d7b04d4db4 100644
--- a/app-text/qpdf/Manifest
+++ b/app-text/qpdf/Manifest
@@ -1,5 +1,4 @@
 DIST qpdf-7.0.0.tar.gz 7053781 BLAKE2B 
1abd54a3cdc24c3e56ac81cabaa56be8d2217961abfc026cbd0c0141aea3efb6c75b9daf2fe9f6fc0f09efd224d241fa859bd37bcd972df4e4837318497d774e
 SHA512 
7b52d67b4d2c428a7b0c1cd03b03a23f05d38d7e3c81041079a137919019ea5158f12bf95fdcfcff6b43ffdefe93a85127ced2a363a6b4b380cbaa02a3840256
 DIST qpdf-7.1.1.tar.gz 7099282 BLAKE2B 
9658dd1cc6f8d0e3dd13137db147e0f954f747b5bb6b1577f70a236b1f67c5513713889dca77181a9b25f1a2054a8ec5cbfda60866e97b2d43e60b494752c9fd
 SHA512 
a75f988c7dd7ac174bdc981cd3696ca8b539ac6c581e3afecf601dc67277014cb4fe3f0e5cb75a67412cafa4eb645b2fc2d8a0ec203834464baf0c7e80baa0b4
-DIST qpdf-8.0.1.tar.gz 7948901 BLAKE2B 
90eed8fcb34be16e1648236468c3f78ab16d2b9debe2c06f9a68af77cab2aa524eeeba1f6beb354d201c77d308e5ebd7dacfab1c79d24612af44f9109e407c38
 SHA512 
cabcfeee760bcdf19696c7dda81c9cc4f3cf1e0f44f68b25070d6e33fad8ad746a5dc992a9792972c9cce7192db82cc49f1a1b94a327d41b49284ac3620b2982
 DIST qpdf-8.0.2.tar.gz 7952979 BLAKE2B 
a9c81f41d6b5e3e9f80dab8325fffbedb8740ae500efbf4f4d2c27aca1778b1e2c438b7aba7846bd62874e2ff4265bb50b3b3d3d32302fb3e4583ba0251bf8f4
 SHA512 
f6d062f011d87f3f1df44e96e5dec0cd4b1b5f800dc6c088bf1313b2c96922d2f3c1b6eb1109a6ef00c558144b85dc20aeb85f937b73a3b594633aa67104f5e3
 DIST qpdf-8.1.0.tar.gz 8243624 BLAKE2B 
6db64282353bedca91225f2f5a9bc2a568872209d9c6b392374412e561bcb37d8e17223ecb34b332ebc7a83aa826bf2e85fbb0b33f055b24f343a26eed9d
 SHA512 
1831bcaaed87dae268db5d61805d1483ec5c101f6ce594be660664c119597ae67cf011c2b50092964d785a814d5f6c780935127a89401fe37a1026ae4d3af15c

diff --git a/app-text/qpdf/qpdf-8.0.1.ebuild b/app-text/qpdf/qpdf-8.0.1.ebuild
deleted file mode 100644
index 4458411fa22..000
--- a/app-text/qpdf/qpdf-8.0.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Command-line tool for structural, content-preserving 
transformation of PDF files"
-HOMEPAGE="http://qpdf.sourceforge.net/;
-SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
-
-LICENSE="|| ( Apache-2.0 Artistic-2 )"
-
-# subslot = libqpdf soname version
-SLOT="0/21"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint ~sparc-solaris"
-IUSE="doc examples perl static-libs test"
-
-CDEPEND="
-   sys-libs/zlib
-   virtual/jpeg:0=
-"
-DEPEND="${CDEPEND}
-   test? (
-   sys-apps/diffutils
-   media-libs/tiff
-   app-text/ghostscript-gpl[tiff]
-   )
-"
-# Only need perl for the installed tools.
-RDEPEND="${CDEPEND}
-   perl? ( >=dev-lang/perl-5.8 )
-"
-
-DOCS=( ChangeLog README.md TODO )
-
-src_configure() {
-   CONFIG_SHELL=/bin/bash econf \
-   $(use_enable static-libs static) \
-   $(use_enable test test-compare-images)
-}
-
-src_install() {
-   default
-
-   if ! use perl ; then
-   rm "${ED%/}"/usr/bin/fix-qdf || die
-   rm "${ED%/}"/usr/share/man/man1/fix-qdf.1 || die
-   fi
-
-   if use examples ; then
-   dobin examples/build/.libs/*
-   fi
-
-   find "${ED}" -name '*.la' -exec rm -f {} +
-}



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

2018-07-02 Thread Lars Wendler
commit: 6555f7b8a36a43f166365fb8e95de33a12c9baf9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 08:21:50 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 08:22:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6555f7b8

media-libs/libraw: Bump to versions 0.18.13 and 0.19.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/libraw/Manifest  |  2 +
 media-libs/libraw/libraw-0.18.13.ebuild | 66 +
 media-libs/libraw/libraw-0.19.0.ebuild  | 57 
 3 files changed, 125 insertions(+)

diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest
index 4642e6036be..100f9a05b70 100644
--- a/media-libs/libraw/Manifest
+++ b/media-libs/libraw/Manifest
@@ -1,7 +1,9 @@
 DIST LibRaw-0.18.11.tar.gz 1283643 BLAKE2B 
cd217a0c40d0f30ff95968c5238ad349d32f6ae44aca3847b32c236e8e82e7ff25ba5d6bb0cffe8d73b288239830982d074a306b682160bfe8c73b0df9fcff09
 SHA512 
4d114bdb589c96d95f646b1d016cfb9546ea7a53b9f23af1dc5d0e38cb4d1b2aa7270f2d4dbe7c6c323fb7f21403914a0bb75afa7b6204d0a99c72ecf0c812c9
 DIST LibRaw-0.18.12.tar.gz 1283491 BLAKE2B 
a0e23bf58ecf331ef52e529be5dd27acf8458d1a6de700b36df6172b7cfde2da62561e29c197bc360237b12c7a427b1d07a0c64862fe1cead461a6989e488218
 SHA512 
8fcf1e24295457f09a654a14d77869ca401a21e9f4386d91fb0fd5bc9aa20a882bf490a64c183108e645b5fa70401f97868c83837a057cb707f58fa31a417d44
+DIST LibRaw-0.18.13.tar.gz 1287631 BLAKE2B 
cb335dd21b897222a80ae7b486d751a080dafe93d9c4ce72ad337bc724707831a70428323027f5f343c4b0ff08820b6f68553436240a85d115eaaa30b6b0c269
 SHA512 
80e6ca48b00176e7c4dd21d8249c60e71e987c01e719abc3bda8b859645301b9dee4bb365bbcb79cbe0067220d3b966add4757b35d4b6ada0a59bbdb29925254
 DIST LibRaw-0.18.4.tar.gz 1281104 BLAKE2B 
dc6c2b594f0897eea509d3122bd7f41bccd89182a5e294b331544ad626631f18637660e1de7ea1c8b5e1c0b59678189d06f9fd12e27016e2ea3ec736cabfbbe4
 SHA512 
e71db23a70f0cda745ae862f4cb6a0c51c968e4c7399f28e86de8beb894526fa76cd337c1406e2eaee3f287f15e8912d1a0f7217493c6444a491ca3329f63776
 DIST LibRaw-0.18.8.tar.gz 1281773 BLAKE2B 
755d17ee4c08e26b04d20cc6284f43e1a87d2bc1b41499d175c6ebfc39684732a4407b990115818553c7b815c66bb04ad451d478ed2c084c443871de8ea221e4
 SHA512 
48871a5e43c89a17962fae426a962d11a6ce40cb8e7d8abc90e98c899dc42b7e1711398c075901ddbc710fe7e916ba6d507bee7e18975779caa8f5d512b1d580
+DIST LibRaw-0.19.0.tar.gz 1300662 BLAKE2B 
f182f1fd7d02eaa34f8b8e2336cbc59cd8c3345cddeace2ed305d048d160bf8d6ecdf04129829b3202a16e70d987a5b2a83c036ec95d1b7b6c748dbb5b46271b
 SHA512 
33d0e9a031add901bdd10ffcde6a0f7837a4f4bec0bbbd21ad661e518dadcb1699133f17b3b2f6cd6cefe87ef3017cb7e1b816c4ce3dfebaaf5d9b2ff6b65238
 DIST LibRaw-demosaic-pack-GPL2-0.18.4.tar.gz 33129 BLAKE2B 
724501ae52bf83006dd1e7730f750c65f4a58ca385227a7c9d5c8ab2926ef2fb74a798bd09b78e6f9c1c5cdd39de712ec05a49412087f3b889f3ff76dbb0fbe8
 SHA512 
05bef76530f9237e1d1bfe08014f30de328b68319f88d126aaffa8baf3b89615d160bac36a6ad2cc38cab0faeb8c4bf86714dd568e7f01cfd1ee2513ac175a5d
 DIST LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz 30868 BLAKE2B 
30cef85c49e066fa4b1d86ee4d7bfd7bff07897f91edd57aa52428f7ecf2d6e930703e496d4e55e034c6da2f68735f8b20f493a1d7a00d51b0430a4b98e6ee45
 SHA512 
c34419cec055ea976a348c342f5ec2141e2686b5eb50dd23d7b9fd707eefd86779d331f06b4570dedb1682c33fcd6ac0446b3167ca1f3e3fd2566a0c66c6fd3d
 DIST LibRaw-demosaic-pack-GPL3-0.18.4.tar.gz 38622 BLAKE2B 
268085234335619487f52bf22739c28f077c24d02990e7a56a0a3e5b9a654227762adb366b0be5b3b0a9a1fe2553a798b4d5b120699c93cae16415f4aaf4ea4a
 SHA512 
158d951d0e1c35f1ebdde8849f0b51e23332c8b5b13a4b0ab0677a3d4a1682afd6e7c5dec4194072b4588699bf49a023591fa1b05d2a8f4c54cd1a44e65e3ad9

diff --git a/media-libs/libraw/libraw-0.18.13.ebuild 
b/media-libs/libraw/libraw-0.18.13.ebuild
new file mode 100644
index 000..6412dcbf97c
--- /dev/null
+++ b/media-libs/libraw/libraw-0.18.13.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal toolchain-funcs
+
+MY_PN=LibRaw
+MY_PV="${PV/_b/-B}"
+MY_P="${MY_PN}-${MY_PV}"
+# demosaic package sometimes doesn't get bumped.
+# Otherwise you can set it to ${PV}.
+DEMOSAIC_PV="0.18.8"
+
+DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital 
photo cameras"
+HOMEPAGE="https://www.libraw.org/ https://github.com/LibRaw/LibRaw;
+SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz
+   demosaic? (
+   
https://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-${DEMOSAIC_PV}.tar.gz
+   
https://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${DEMOSAIC_PV}.tar.gz
+   )"
+
+LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )"
+SLOT="0/16" # subslot = libraw soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
+
+RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   

[gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/

2018-07-02 Thread Georgy Yakovlev
commit: f28527cda49c22b211eb7687b6016e3b6299924a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul  2 08:20:35 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul  2 08:20:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f28527cd

app-shells/loksh: fix distfile name.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-shells/loksh/Manifest | 2 +-
 app-shells/loksh/loksh-6.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
index a1d2630d7b2..ea6bd4128b7 100644
--- a/app-shells/loksh/Manifest
+++ b/app-shells/loksh/Manifest
@@ -1 +1 @@
-DIST 6.3.tar.gz 249493 BLAKE2B 
1790b3c272d0ab3f0129ee199c46905850f87a9fc0815833d005ebedde53605701a8820e4ff40761e5742d4e4cac8969c9a4d7004a8fd995e6a4585f352790d7
 SHA512 
414d25c10096485bd1bb6574d0f91526f452ee0102924398aff0b1451128e5bf3d5d7344bcc746f574ad1acdefd39a92ee59d0b86b05f0c149418302c4d2d3fb
+DIST loksh-6.3.tar.gz 249493 BLAKE2B 
1790b3c272d0ab3f0129ee199c46905850f87a9fc0815833d005ebedde53605701a8820e4ff40761e5742d4e4cac8969c9a4d7004a8fd995e6a4585f352790d7
 SHA512 
414d25c10096485bd1bb6574d0f91526f452ee0102924398aff0b1451128e5bf3d5d7344bcc746f574ad1acdefd39a92ee59d0b86b05f0c149418302c4d2d3fb

diff --git a/app-shells/loksh/loksh-6.3.ebuild 
b/app-shells/loksh/loksh-6.3.ebuild
index 5bf72dc7736..c86fd24adc8 100644
--- a/app-shells/loksh/loksh-6.3.ebuild
+++ b/app-shells/loksh/loksh-6.3.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Linux port of OpenBSD's ksh"
 HOMEPAGE="https://github.com/dimkr/loksh;
-SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz;
+SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"



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

2018-07-02 Thread Pacho Ramos
commit: a4b47f08815c6bbebca2b1ffa5708098ccab23e8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Jul  2 07:00:48 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Jul  2 07:02:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b47f08

dev-python/bokeh: nbformat needed for tests, bug #659802

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/bokeh/bokeh-0.12.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild 
b/dev-python/bokeh/bokeh-0.12.6.ebuild
index 523b73a0222..e3483aea843 100644
--- a/dev-python/bokeh/bokeh-0.12.6.ebuild
+++ b/dev-python/bokeh/bokeh-0.12.6.ebuild
@@ -47,6 +47,7 @@ DEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/flexx[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]



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

2018-07-02 Thread Lars Wendler
commit: 242a0dcada7e8b30ec48b3753c14adbe31ee6e32
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 07:41:49 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 07:41:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242a0dca

sys-apps/coreutils: Removed old.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-apps/coreutils/coreutils-8.29.ebuild | 200 ---
 1 file changed, 200 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild 
b/sys-apps/coreutils/coreutils-8.29.ebuild
deleted file mode 100644
index 92f88849d77..000
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ /dev/null
@@ -1,200 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit eutils flag-o-matic python-any-r1 toolchain-funcs
-
-PATCH_VER="1.0"
-DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
-HOMEPAGE="https://www.gnu.org/software/coreutils/;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
-   mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz
-   
https://dev.gentoo.org/~whissi/dist/${PN}/${P}-patches-${PATCH_VER}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~arm-linux ~x86-linux"
-IUSE="acl caps gmp hostname kill multicall nls selinux static test 
userland_BSD vanilla xattr"
-
-LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
-   caps? ( sys-libs/libcap )
-   gmp? ( dev-libs/gmp:=[static-libs] )
-   xattr? ( !userland_BSD? ( sys-apps/attr[static-libs] ) )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
-   selinux? ( sys-libs/libselinux )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   static? ( ${LIB_DEPEND} )
-   app-arch/xz-utils
-   test? (
-   dev-lang/perl
-   dev-perl/Expect
-   !userland_BSD? (
-   dev-util/strace
-   )
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
-   )"
-RDEPEND+="
-   hostname? ( !sys-apps/net-tools[hostname] )
-   kill? (
-   !sys-apps/util-linux[kill]
-   !sys-process/procps[kill]
-   )
-   !app-misc/realpath
-   !https://bugs.gentoo.org/;
-   --enable-install-program="arch,$(usev hostname),$(usev kill)"
-   --enable-no-install-program="groups,$(usev !hostname),$(usev 
!kill),su,uptime"
-   --enable-largefile
-   $(use caps || echo --disable-libcap)
-   $(use_enable nls)
-   $(use_enable acl)
-   $(use_enable multicall single-binary)
-   $(use_enable xattr)
-   $(use_with gmp)
-   )
-   if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
-   export fu_cv_sys_stat_statfs2_bsize=yes #311569
-   export gl_cv_func_realpath_works=yes #416629
-   fi
-
-   export gl_cv_func_mknod_works=yes #409919
-   use static && append-ldflags -static && sed -i '/elf_sys=yes/s:yes:no:' 
configure #321821
-   use selinux || export 
ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
-   use userland_BSD && myconf+=( -program-prefix=g 
--program-transform-name=s/stat/nustat/ )
-   # kill/uptime - procps
-   # groups/su   - shadow
-   # hostname- net-tools
-   econf "${myconf[@]}"
-}
-
-src_test() {
-   # Known to fail with FEATURES=usersandbox (bug #439574):
-   #   -  tests/du/long-from-unreadable.sh} (bug #413621)
-   #   -  tests/rm/deep-2.sh (bug #413621)
-   #   -  tests/dd/no-allocate.sh (bug #629660)
-   if has usersandbox $FEATURES ; then
-   ewarn "You are emerging ${P} with 'usersandbox' enabled." \
-   "Expect some test failures or emerge with 
'FEATURES=-usersandbox'!"
-   fi
-
-   # Non-root tests will fail if the full path isn't
-   # accessible to non-root users
-   chmod -R go-w "${WORKDIR}"
-   chmod a+rx "${WORKDIR}"
-
-   # coreutils tests like to do `mount` and such with temp dirs
-   # so make sure /etc/mtab is writable #265725
-   # make sure /dev/loop* can be mounted #269758
-   mkdir -p "${T}"/mount-wrappers
-   mkwrap() {
-   local w ww
-   for w in "$@" ; do
-   ww="${T}/mount-wrappers/${w}"
-   cat <<-EOF > "${ww}"
-   #!${EPREFIX}/bin/sh
-   exec env 
SANDBOX_WRITE="\${SANDBOX_WRITE}:/etc/mtab:/dev/loop" $(type -P $w) "\$@"
-   EOF
-   chmod a+rx "${ww}"
-   done
-   }
-   mkwrap mount umount
-
-   addwrite /dev/full
-   #export 

[gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/

2018-07-02 Thread Georgy Yakovlev
commit: f8df6a8eaba29f8302c53ee9fcce29d797b36273
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jul  2 07:54:58 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jul  2 07:55:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8df6a8e

app-shells/loksh: new package, openbsd's ksh

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-shells/loksh/Manifest |  1 +
 app-shells/loksh/loksh-6.3.ebuild | 31 +++
 app-shells/loksh/metadata.xml | 14 ++
 3 files changed, 46 insertions(+)

diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
new file mode 100644
index 000..a1d2630d7b2
--- /dev/null
+++ b/app-shells/loksh/Manifest
@@ -0,0 +1 @@
+DIST 6.3.tar.gz 249493 BLAKE2B 
1790b3c272d0ab3f0129ee199c46905850f87a9fc0815833d005ebedde53605701a8820e4ff40761e5742d4e4cac8969c9a4d7004a8fd995e6a4585f352790d7
 SHA512 
414d25c10096485bd1bb6574d0f91526f452ee0102924398aff0b1451128e5bf3d5d7344bcc746f574ad1acdefd39a92ee59d0b86b05f0c149418302c4d2d3fb

diff --git a/app-shells/loksh/loksh-6.3.ebuild 
b/app-shells/loksh/loksh-6.3.ebuild
new file mode 100644
index 000..5bf72dc7736
--- /dev/null
+++ b/app-shells/loksh/loksh-6.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Linux port of OpenBSD's ksh"
+HOMEPAGE="https://github.com/dimkr/loksh;
+SRC_URI="https://github.com/dimkr/${PN}/archive/${PV}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="!app-shells/ksh"
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+src_install() {
+   emake \
+   BIN_DIR="${EROOT}/bin" \
+   DESTDIR="${D}" \
+   DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" \
+   install
+
+   dodoc NOTES
+}

diff --git a/app-shells/loksh/metadata.xml b/app-shells/loksh/metadata.xml
new file mode 100644
index 000..8f520c48ee8
--- /dev/null
+++ b/app-shells/loksh/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+  
+   
+   Small, interactive shell targeted at resource-constrained 
systems.
+   
+   
+   dimkr/loksh
+   
+



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2018-07-02 Thread Eray Aslan
commit: c364ffededddf80e816969985158496866aff614
Author: Eray Aslan  gentoo  org>
AuthorDate: Mon Jul  2 08:43:12 2018 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Mon Jul  2 08:43:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c364ffed

mail-mta/postfix: bump to 3.4_pre20180701

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.4_pre20180624.ebuild => postfix-3.4_pre20180701.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index c79003d3dcd..c278104bdd5 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -3,5 +3,5 @@ DIST postfix-3.1.6.tar.gz 4341308 BLAKE2B 
6a5ec763cf96770240f63b35b4532c555cc6e5
 DIST postfix-3.2.4.tar.gz 4390376 BLAKE2B 
132a6b467f9156d716a92cc7beae0f9a7c47e6a2045e83726a5e7305e6f9bf666ebcfb93a9ab1a96ec988431661059d62e926287bd13089eeb4bab3e8f4b9fc7
 SHA512 
6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
 DIST postfix-3.2.6.tar.gz 4395159 BLAKE2B 
2eef28f9189830725c02b98512ca7859770f090cbef3fe453b57fade967fd20f94cd3cd8e8955252dc230e674ed7827fc68ad910cd4fc63029dc2c92ea75f0af
 SHA512 
081751fe9af7612e7ee01a80ceffbc09db60764e12099d2a5e053205d0e7c70c6ef4f96526e1a98780965c43354e0ccd6ef61b4dbe93b249179890b81836c705
 DIST postfix-3.3.1.tar.gz 4420912 BLAKE2B 
065fd04cdfa343a6c50a629e8da47fad71465df790ca88adcad4efc7ab273330c39998c6bf503587b8bcba3d87bb98b1be6413e49449e2241258a99217473c11
 SHA512 
2307f50f8b7dab1db46ebe4ae30bc5682a25b9c49ae5ae65aa95b4620bb5450dd5929977c0f34b9e73a92ca6af36fd8e24167732420a1a2d89167c7a3b197276
-DIST postfix-3.4-20180624.tar.gz 4456884 BLAKE2B 
d9283f9d223af226807f57c6c2f28be3830518bf8e2d49bb36b35191020b4200a6c3beb26a5b7a96a1d516155bbf28a393b9c2c25122fb31efeaaa28c65c9f9b
 SHA512 
66da479b64527d94583d968fac06751b04d195a5ffa812a36980232a3599eb8b285caaede8604f68d3003d8604a3db483aeb06411c3bad240e64eecbec7ae858
+DIST postfix-3.4-20180701.tar.gz 4457032 BLAKE2B 
8e413da72318a149611e055d3c540b028de732d4de6962b7e47489d8dad7f39a0ed71b9f1b11ec8a3efa69f09dc44730ade8dcb860fcb6ef1190d20daf322da0
 SHA512 
ecc99f52c27c7e3fb2126237b8d77663423d74f9223575a95082c7d0068c658f3bc31f9bc7f715af67f22273da788a6545478442352aeeb6b59cc1ea0b40085e
 DIST postfix-vda-v13-2.10.0.patch 55701 BLAKE2B 
d8df041bb4ae7457cd066e71b6ae9470840d42edc9990a550ae51356cd62bfb08516250249030da26d1ef475619f0ebd609570d84ce57f8cdc347a2824b29536
 SHA512 
0b4b53a8cd28abf56eee3b2ed63ca1814251b60816e6ca1143249d25fd6ef7f905bec3134125ac6e851af685db8aae878012113693261529ae2ddbcf1bd93e62

diff --git a/mail-mta/postfix/postfix-3.4_pre20180624.ebuild 
b/mail-mta/postfix/postfix-3.4_pre20180701.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.4_pre20180624.ebuild
rename to mail-mta/postfix/postfix-3.4_pre20180701.ebuild



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

2018-07-02 Thread Sergei Trofimovich
commit: f0bafc8cd9bfa24628e51f2d50509e964bc633b7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jul  2 06:22:16 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 06:22:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bafc8c

dev-libs/xapian-bindings: stable 1.4.5 for ia64, bug #658876

Bug: https://bugs.gentoo.org/658876
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
index cbd1853230f..3cf7292e769 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.5.ebuild
@@ -23,7 +23,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ia64 ~mips ~ppc ppc64 ~sparc ~x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
python? ( ${PYTHON_REQUIRED_USE} )



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

2018-07-02 Thread Alfredo Tupone
commit: 9564faf6a428481c13f78d99d52c205036d7358b
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jul  2 07:05:15 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jul  2 07:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9564faf6

dev-ada/aws: Version bump to 2018

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/aws/Manifest|  1 +
 dev-ada/aws/aws-2018.ebuild | 51 +
 dev-ada/aws/metadata.xml|  1 +
 3 files changed, 53 insertions(+)

diff --git a/dev-ada/aws/Manifest b/dev-ada/aws/Manifest
index f4d60634e1e..c35bc25d4ba 100644
--- a/dev-ada/aws/Manifest
+++ b/dev-ada/aws/Manifest
@@ -1 +1,2 @@
 DIST aws-gpl-2017-src.tar.gz 12298806 BLAKE2B 
9c45d77dd44da11efe99c6e3128fc5920b39eaaf620e266b2dab394866c2d6a3cd1abe4eb01d9024960ef9046662c0df690f72c687fbe0a64b1021ed9c383828
 SHA512 
a7ddd332cbf3e699fdb7f734fba7dfabed2a92745bbc7fbd4ae5ea5da6a5e98c5434d7a9a3d7071d57b8294cc5c0c2a3802ded607e9402a1cf5e5bed8f5a8c35
+DIST aws-gpl-2018-src.tar.gz 4193276 BLAKE2B 
31fa99fc3324f2514799a33cbd282f68a26d133da14ee2a70d3f5091c3670e82a7b77f9f941e593e914a755dd54d5a1e352d201a9dc097991b7bd50aa9f54b3b
 SHA512 
62b85f70dd722148bbf3ad85bfd6cde2d0ab1d8029f673eb7ee42b0890c3dbf0f023c321e96eca99ccd2f0b235347ab577cfb558e7d81993d166683ec815dbe4

diff --git a/dev-ada/aws/aws-2018.ebuild b/dev-ada/aws/aws-2018.ebuild
new file mode 100644
index 000..f4d94c7b918
--- /dev/null
+++ b/dev-ada/aws/aws-2018.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multiprocessing
+
+MY_P=${PN}-gpl-${PV}-src
+
+DESCRIPTION="A complete Web development framework"
+HOMEPAGE="http://libre.adacore.com/tools/aws/;
+SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27abd
+   -> ${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnat_2016 gnat_2017 +gnat_2018"
+
+RDEPEND="dev-ada/xmlada[gnat_2016=,gnat_2017=,gnat_2018(-)=]
+   dev-ada/xmlada[shared,static-libs]"
+DEPEND="${RDEPEND}
+   dev-ada/asis[gnat_2016=,gnat_2017=,gnat_2018(-)=]
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018(-)=]"
+
+S="${WORKDIR}"/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-2016-gentoo.patch )
+
+src_configure() {
+   emake -j1 setup prefix=/usr ENABLE_SHARED=true
+}
+
+src_compile() {
+   if use gnat_2018; then
+   GCC_PV=7.3.1
+   elif use gnat_2017; then
+   GCC_PV=6.3.0
+   else
+   GCC_PV=4.9.4
+   fi
+   emake GCC=${CHOST}-gcc-${GCC_PV} \
+   PROCESSORS=$(makeopts_jobs) \
+   DEBUG=true \
+   GPRBUILD="/usr/bin/gprbuild -v"
+}
+
+src_install() {
+   emake DESTDIR="${D}" DEBUG=true install
+   einstalldocs
+}

diff --git a/dev-ada/aws/metadata.xml b/dev-ada/aws/metadata.xml
index 7662c41c5d1..d2da6346373 100644
--- a/dev-ada/aws/metadata.xml
+++ b/dev-ada/aws/metadata.xml
@@ -8,6 +8,7 @@

Compile with 
dev-lang/gnat-gpl-2016
Compile with 
dev-lang/gnat-gpl-2017
+   Compile with 
dev-lang/gnat-gpl-2018


AWS is a complete framework to develop Web based applications. 
The main part



[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/, app-shells/zsh/files/

2018-07-02 Thread Lars Wendler
commit: e544d4c60f846622daf1fffde0fede19dee03a7e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 07:47:58 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 07:48:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e544d4c6

app-shells/zsh: Security cleanup.

Bug: https://bugs.gentoo.org/651860
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-shells/zsh/Manifest|   4 -
 app-shells/zsh/files/zprofile-1|  42 ---
 app-shells/zsh/files/zprofile-2|  41 ---
 app-shells/zsh/zsh-5.3.1.ebuild| 217 -
 app-shells/zsh/zsh-5.4.2-r1.ebuild | 211 
 5 files changed, 515 deletions(-)

diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index 5e51ca0f300..194f7e89c16 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -1,7 +1,3 @@
-DIST zsh-5.3.1-doc.tar.xz 3161408 BLAKE2B 
dc14f7b6136b73d5cfe8462fe67e20b92ee04741ad8f8a0f8d40bd1f8658261569722b156a075d7b723f2d38d41fc725e227c995eefebde433ea172399b90210
 SHA512 
27f9d50094c21a77b36fe3309a9ab81a2ccf6570139b11038bbebe9fff2d0701f0bccf9163f5bf47d51ce7b978df621a4cb9089c33e9179a61636fcc94a9fb9c
-DIST zsh-5.3.1.tar.xz 2928832 BLAKE2B 
b561629f8641dac70a5b35e12333fb3b214c83ebd90d432c302e8b8e6fb1baa288ec4d32fdb7f917c2f1a845b96a6c676ab4e15a014a8b9474792cb77e2afea0
 SHA512 
25f723c76d2779c3cb53de2e0dbb1163ec289f76282bec49757880d0ce32bf64a001a6b40c54c290d342aa09f92319af5c597bff99de8dbd1fc895c11836f304
-DIST zsh-5.4.2-doc.tar.xz 3198880 BLAKE2B 
9ef3c6690251025b669a1cb46d3903d26a7407bc9fc0463c6d3678db57180b690f11302b202346a67afde16f6177fc8a597edca53bf55aaa835a5208e205b75e
 SHA512 
5dcf561380ec46358754a0a03224152cb0db197d8a1558c6457342a6fd0ec6ea43bc3c1c1a79390a2a6034e09e0e668466962462ab14e90807170436a36f82b7
-DIST zsh-5.4.2.tar.gz 4482413 BLAKE2B 
c3b9eb2b1458d88d8849898fa468a5e8575ac06f7859c809e741410b672a61c877027d4d5057b8c2295e6f15ce1f2fed9c0ca3eacf4024b8478b9e1d287c0378
 SHA512 
5eaa2ff3dc8052dfb50d2be19bfeed1856b00f7c2dc698129c95c2373a516ee61dba5b42ded390ac20b171abe352b1875f177a4dda8fdc15a4f2a05bb7a024e2
 DIST zsh-5.5-doc.tar.xz 3216400 BLAKE2B 
3d07b336222b08d7deff0ded6f603a47bcdcec978e6ad9c244b25f5249e07c22768ba30e67f02c8ebf4a0a8104997d0aa8959de7e3c39a428dca0b013c56e9b1
 SHA512 
0bde166bc4a4b8ea7512bd9d3ede53478959cb76ded65488b9a8993734cf2a8ffedcd38254fbf6ff73a5841289cb65715579744b10748afb038c9d93a01f987b
 DIST zsh-5.5.1-doc.tar.xz 3216632 BLAKE2B 
ef1274799604d74eb9cec3c29927703c98bb63bde3aa5ce4880eda45420fe1eb79c54a693fe529c9e79161f924a76bc2a650253216c7b1e565af65f1ac3c0d91
 SHA512 
e240f6c6aa2efb941c2baaaf749c66c9e304ba54ce2be90586671ba47e380aac89315516e5dce41fa0ae1d8fccfc36f61ed1400b6aab3382927e2715a77d62e6
 DIST zsh-5.5.1.tar.gz 4578700 BLAKE2B 
b58fc763bc64e8ed6de0db2e0fd454aef995fcc86b18c2ffd4b39e037ce1cdeb04e6e2a44b2495ca89218af41ad1dd7d29e429d21fbab39377d95e62d249732e
 SHA512 
c4f7327a3f5480bd9a169fb07e34812e0106fa9de3b5f7d38bb0db85a3e4d01b9a4a8f35553da03a15d7d819108305cfaa2811c945273e2cac84512219e69ebb

diff --git a/app-shells/zsh/files/zprofile-1 b/app-shells/zsh/files/zprofile-1
deleted file mode 100644
index e78ec265bf5..000
--- a/app-shells/zsh/files/zprofile-1
+++ /dev/null
@@ -1,42 +0,0 @@
-# @GENTOO_PORTAGE_EPREFIX@/etc/zsh/zprofile
-
-# Load environment settings from profile.env, which is created by
-# env-update from the files in /etc/env.d
-if [ -e "@GENTOO_PORTAGE_EPREFIX@"/etc/profile.env ] ; then
-   . "@GENTOO_PORTAGE_EPREFIX@"/etc/profile.env
-fi
-
-# You should override these in your ~/.zprofile (or equivalent) for per-user
-# settings.  For system defaults, you can add a new file in /etc/profile.d/.
-export EDITOR=${EDITOR:-/bin/nano}
-export PAGER=${PAGER:-/usr/bin/less}
-
-# 077 would be more secure, but 022 is generally quite realistic
-umask 022
-
-# Set up PATH depending on whether we're root or a normal user.
-# There's no real reason to exclude sbin paths from the normal user,
-# but it can make tab-completion easier when they aren't in the
-# user's PATH to pollute the executable namespace.
-#
-# It is intentional in the following line to use || instead of -o.
-# This way the evaluation can be short-circuited and calling whoami is
-# avoided.
-if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
-   
@ZSH_NOPREFIX@PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
-   
@ZSH_PREFIX@PATH="@GENTOO_PORTAGE_EPREFIX@/usr/sbin:@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/sbin:@GENTOO_PORTAGE_EPREFIX@/bin:${ROOTPATH}:/usr/sbin:/usr/bin:/sbin:/bin"
-else
-   @ZSH_NOPREFIX@PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
-   
@ZSH_PREFIX@PATH="@GENTOO_PORTAGE_EPREFIX@/usr/bin:@GENTOO_PORTAGE_EPREFIX@/bin:${PATH}:/usr/bin:/bin"
-fi
-export PATH
-unset ROOTPATH
-
-shopts=$-
-setopt nullglob
-for sh in "@GENTOO_PORTAGE_EPREFIX@"/etc/profile.d/*.sh ; do
-   [ -r "$sh" ] && . "$sh"
-done
-unsetopt 

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

2018-07-02 Thread Tobias Klausmann
commit: 2a668a408eae6de4f0fca1f9dc0a8e8b45bbb6dd
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul  2 08:42:33 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul  2 08:42:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a668a40

www-apps/grafana-bin: Bump to v5.2.1

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 www-apps/grafana-bin/Manifest   | 2 +-
 .../grafana-bin/{grafana-bin-5.2.0.ebuild => grafana-bin-5.2.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 37a3114b421..ecc79910068 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,2 +1,2 @@
 DIST grafana-bin-5.1.3.tar.gz 52436314 BLAKE2B 
e5ff613a6d65018b6c205a88a520b5f07ea32955cb8f4b75d1eef05946d93c50272edecf80c8a4a6b8b4a70fbae7c90c71f1b833a31ff56ed71c59dda3007b4c
 SHA512 
3d0fcc2015d95a5334d571f4ea61fa1bb7ead1b4131342e3bf167c832c0f951ae6669049da73a8d954117d54b5422be9203505db19b370ec337c481900d7fea5
-DIST grafana-bin-5.2.0.tar.gz 54295475 BLAKE2B 
30d17fa3bf1c5f802fdbc6e0fc651afe793f30e81fce137baac3ab1d979cb9d656e97a49636b4a59b4388534115680b16d7c0979ceca59f1c61891c9a512ad4d
 SHA512 
d87bb727f3e90aa89ba46d50ab1a9293292270fc5633caa2932418ca8fe28355863e71f5550e279be4a916a4d0d22c34e39bdab1cce4908d968de859952cd9fa
+DIST grafana-bin-5.2.1.tar.gz 54294991 BLAKE2B 
ca60a8e90f5333482c2f364193a431c58bee89db6bbc08424a49c4b444e5655d1d3a21fc9cc177ed73847eb3240c0429a7891c7dafe34b8b8764155a17d20860
 SHA512 
5f97b2dde1625c51743aeb52b2f323d578401c42379791b49978224e98b5f9de542ff8b10698aa84c04f4de1c08458ad6b0dad8dcd2258dee1b14b55e7ae2952

diff --git a/www-apps/grafana-bin/grafana-bin-5.2.0.ebuild 
b/www-apps/grafana-bin/grafana-bin-5.2.1.ebuild
similarity index 100%
rename from www-apps/grafana-bin/grafana-bin-5.2.0.ebuild
rename to www-apps/grafana-bin/grafana-bin-5.2.1.ebuild



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

2018-07-02 Thread Lars Wendler
commit: 58cca99bf78438fca556d24e7ee2b38b68f2acb2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 09:42:26 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 09:42:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cca99b

app-emulation/virtualbox: New patchset to fix qt-5.11 build issues

Closes: https://bugs.gentoo.org/654872
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-emulation/virtualbox/Manifest | 1 +
 app-emulation/virtualbox/virtualbox-5.2.12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/Manifest 
b/app-emulation/virtualbox/Manifest
index 86b0ecb635b..5771237128a 100644
--- a/app-emulation/virtualbox/Manifest
+++ b/app-emulation/virtualbox/Manifest
@@ -4,3 +4,4 @@ DIST VirtualBox-5.2.10.tar.bz2 118575607 BLAKE2B 
46360d63cf6d1b8744016cbb2c1eee1
 DIST VirtualBox-5.2.12.tar.bz2 118612426 BLAKE2B 
685c400ef82de14891d9cc42e94e8c0de270a57d6e69820d45cf7fda0ef32d78d4c2670b4a2b89003d58035ee50d648d7906e58d99a96d40c24ee2fa51a317c9
 SHA512 
083219501d0103d1060cd470cad5a29a348341abf92c1caccf10e7fcfcf0db163e95d6624614d327dda7500d638d3038634fa8a3c1c441a6ee8de9e4f51325d2
 DIST virtualbox-5.1.32-patches-01.tar.xz 2464 BLAKE2B 
28f461634ac7f200b74d961e56f56aea486445bdb8d149bd34393b4873ee058d1dc9db6c32084921bd7d51a92be1e38b1b098385f443f41b9231c1489829
 SHA512 
08782c8eecc0cbb370f21fb3951af449ed1c8174a7184210de376a7d4ca5d64b14b2619d121aacef1c85982c8b485e545e260d3c0fc1f95769093efa23cd2cd2
 DIST virtualbox-5.2.0-patches-01.tar.xz 2460 BLAKE2B 
d3f973dc7ee0557c360f801c3bf84065a7e7bc9960984398b8f86d71fab32c59774e970c6cf873be07bcb9666af168570e8a78705a5999b1fc5d863dbbc6e538
 SHA512 
b91278dd81a50e412f5a281c72949f591a1c53303080549b74b28763cab9e3948948afb0256e0453d17736683cca3372a8e9c6d63f02f3eff3ef92c2a1ea332b
+DIST virtualbox-5.2.12-patches-01.tar.xz 2616 BLAKE2B 
5731484d185414d83588ee227bbc1eef266451d1a3a710adf1b769cd6404ef1750dba7a60549f2ab9f3fb81ef15809db9ea0190127caefc72d7bc9bb8b741fb0
 SHA512 
712b55392a8e8357e95abb42ea4f8dac3391ecbf9cbecf27c7dbf674c40f42a1eb19d227a1b3adcf621384a9f64a6438d20fb43866c736189097fb5770c5c654

diff --git a/app-emulation/virtualbox/virtualbox-5.2.12.ebuild 
b/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
index 9286de0063a..6b5234faaad 100644
--- a/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
+++ b/app-emulation/virtualbox/virtualbox-5.2.12.ebuild
@@ -13,7 +13,7 @@ MY_P=VirtualBox-${MY_PV}
 DESCRIPTION="Family of powerful x86 virtualization products for enterprise and 
home use"
 HOMEPAGE="https://www.virtualbox.org/;
 SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2
-   
https://dev.gentoo.org/~polynomial-c/${PN}/patchsets/${PN}-5.2.0-patches-01.tar.xz;
+   
https://dev.gentoo.org/~polynomial-c/${PN}/patchsets/${PN}-5.2.12-patches-01.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-07-02 Thread Lars Wendler
commit: b743707ba1ffdfbf44f1bd9ad0accd61334a
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 09:48:12 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 09:48:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b743707b

app-office/dia: Use pkg-config instead of freetype-config

Commit permission kindly granted by leio.

Closes: https://bugs.gentoo.org/654814
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-office/dia/dia-0.97.3.ebuild   |  3 +-
 .../dia/files/dia-0.97.3-freetype_pkgconfig.patch  | 66 ++
 2 files changed, 68 insertions(+), 1 deletion(-)

diff --git a/app-office/dia/dia-0.97.3.ebuild b/app-office/dia/dia-0.97.3.ebuild
index 844a72f7b20..a8a9ae6b6c0 100644
--- a/app-office/dia/dia-0.97.3.ebuild
+++ b/app-office/dia/dia-0.97.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -54,6 +54,7 @@ src_prepare() {
 
epatch "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159381 , upstream 
#470812 #558690
epatch "${FILESDIR}"/${PN}-0.97.2-underlinking.patch #420685, upstream 
#678761
+   epatch "${FILESDIR}"/${PN}-0.97.3-freetype_pkgconfig.patch #654814, 
upstream https://gitlab.gnome.org/GNOME/dia/merge_requests/1
 
if use python; then
python_fix_shebang .

diff --git a/app-office/dia/files/dia-0.97.3-freetype_pkgconfig.patch 
b/app-office/dia/files/dia-0.97.3-freetype_pkgconfig.patch
new file mode 100644
index 000..c48b5ba66fb
--- /dev/null
+++ b/app-office/dia/files/dia-0.97.3-freetype_pkgconfig.patch
@@ -0,0 +1,66 @@
+--- dia-0.97.3/configure.in
 dia-0.97.3/configure.in
+@@ -62,43 +62,26 @@
+ 
+ AC_ARG_WITH(freetype,
+ [  --without-freetypecompile without FreeType 
support],,with_freetype=yes)
+-if test "x$with_freetype" = "xyes"; then
+-PKG_CHECK_MODULES(PANGOFT2,pangoft2,have_pangoft2=true,have_pangoft2=false)
+-if test "$have_pangoft2" = "true"; then
+-  dnl On Solaris with Forte C, at least, need to link app/dia with -lfreetype.
+-  dnl It's not enough that -lpangoft2 implicitly pulls it in.
+-  have_freetype=false
+-  
AC_CHECK_LIB(freetype,FT_Init_FreeType,have_freetype=true,have_freetype=false,`freetype-config
 --libs`)
+-  if test "$have_freetype" = "true"; then
+-dnl Need 2.0.9, as a bug was fixed for us there.
+-dnl However, freetype-config doesn't give a meaningful version, so we must
+-dnl do it like this.
+-AC_MSG_CHECKING([if FreeType version is 2.0.9 or higher])
+-old_CPPFLAGS="$CPPFLAGS"
+-CPPFLAGS="$CPPFLAGS `freetype-config --cflags`"
+-AC_TRY_CPP([#include 
+-#include FT_FREETYPE_H
+-#if (FREETYPE_MAJOR*1000+FREETYPE_MINOR)*1000+FREETYPE_PATCH < 209
+-#error Freetype version too low.
+-#endif
+-],
+-[AC_MSG_RESULT(yes)
+-   FREETYPE_LIBS=`freetype-config --libs`
+-   AC_SUBST(FREETYPE_LIBS)
+-   FREETYPE_CFLAGS=`freetype-config --cflags`
+-   AC_SUBST(FREETYPE_CFLAGS)
+-   GTK_MODULES="$GTK_MODULES pangoft2"
+-   AC_DEFINE(HAVE_FREETYPE,1,[Define if you have the FreeType2 library])]
+-,
+-  [AC_MSG_ERROR([Need FreeType library version 2.0.9 or higher])])
+-CPPFLAGS="$old_CPPFLAGS"
+-  else
+-AC_MSG_ERROR(Can't find FreeType library)
+-  fi
+-else
+-  AC_MSG_ERROR(Can't find PangoFT2 library)
+-fi
+-fi
++AS_IF([test "x$with_freetype" = "xyes"],[
++  dnl freetype2.pc uses the libtool specific version number and not the
++  dnl package version. See
++  dnl 
https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/VERSIONS.TXT
++  dnl Let's raise minimum dependency to freetype-2.4.0 because that's the
++  dnl lowest freetype libtool version I could find.
++  dnl freetype-2.4.0 is from July 2010 and should be reasonably old
++  dnl enough.
++  PKG_CHECK_MODULES(FREETYPE, freetype2 >= 11.0.5,
++  [
++  CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
++  AC_DEFINE(HAVE_FREETYPE,1,[Define if you have the 
FreeType2 library])
++  ],
++  AC_MSG_ERROR([Need FreeType library version 2.4.0 or higher])
++  )
++  PKG_CHECK_MODULES(PANGOFT2,pangoft2,
++  GTK_MODULES="$GTK_MODULES pangoft2",
++  AC_MSG_ERROR(Can't find PangoFT2 library)
++  )
++])
+ AM_CONDITIONAL(WITH_FREETYPE, test "x$with_freetype" != "xno")
+ 
+ CFLAGS="$FREETYPE_CFLAGS $CFLAGS"



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

2018-07-02 Thread Lars Wendler
commit: f1e4f11d035dfe3c4c2abc27357bbe15a04eb18f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jul  2 12:55:57 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jul  2 12:55:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e4f11d

dev-libs/ell: Dependecies must be multilib compliant.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/ell/ell-0.5.ebuild | 2 +-
 dev-libs/ell/ell-0.6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ell/ell-0.5.ebuild b/dev-libs/ell/ell-0.5.ebuild
index 1eb5d54cc95..6289d4e1b4e 100644
--- a/dev-libs/ell/ell-0.5.ebuild
+++ b/dev-libs/ell/ell-0.5.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="glib pie"
 
 RDEPEND="
-   glib? ( dev-libs/glib:2 )
+   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}"
 

diff --git a/dev-libs/ell/ell-0.6.ebuild b/dev-libs/ell/ell-0.6.ebuild
index 1eb5d54cc95..6289d4e1b4e 100644
--- a/dev-libs/ell/ell-0.6.ebuild
+++ b/dev-libs/ell/ell-0.6.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="glib pie"
 
 RDEPEND="
-   glib? ( dev-libs/glib:2 )
+   glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-gentoo-release/

2018-07-02 Thread Michał Górny
commit: a3a84d712de660a294475a8a9bded2daac99f961
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  2 13:08:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  2 13:55:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a84d71

app-crypt/openpgp-keys-gentoo-release: Bump to 20180702

 app-crypt/openpgp-keys-gentoo-release/Manifest   |  1 +
 .../openpgp-keys-gentoo-release-20180702.ebuild  | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-crypt/openpgp-keys-gentoo-release/Manifest 
b/app-crypt/openpgp-keys-gentoo-release/Manifest
index 5ac8a9e81bf..68ce963d4dc 100644
--- a/app-crypt/openpgp-keys-gentoo-release/Manifest
+++ b/app-crypt/openpgp-keys-gentoo-release/Manifest
@@ -1,2 +1,3 @@
 DIST gentoo-release.asc.20180323.gz 40546 BLAKE2B 
7fed70d734a73368e4772cbca7810e8d61ad3b483e0e0c115072de9f96332b0c8c3c9f091b0ee1cdd056c775db1121deee77d6a629e0b99a4c67d485ccacdfe6
 SHA512 
31ffdf1e23ea6a36c5f4ab6bd49b9c0323b6b03627a9001589030b2b10e95459b959ee931762bcd43fb94b28eaba5d5ede290b1a41ce3ec0ad1b7b8b0f98d48a
 DIST gentoo-release.asc.20180530.gz 47465 BLAKE2B 
de37e8e84570debd8b39003bc65ada276f730e8a792b8990c87f4ffd7bbefd2cf49e44b53d3554fc6ecc302da65c8fc480821fd6e9f11324d5ed08a5fac861ef
 SHA512 
63fcb06ae84657cde66fa74bd2b499936906d7aef36c46d19439c72a8c0f199cdc273d7e25004c60b23c50684365192b2a304f26c2b173564a216316eb22f66a
+DIST gentoo-release.asc.20180702.gz 34312 BLAKE2B 
02a186bea6da43a3ee23f24508915252ae6e6a75e3e31c77684d25b96088598fc0e9b5c51afb79ff1dc93d114ebbd5660465580b69be7f6285a5305c04a818df
 SHA512 
49864cb940958402870ce4bbd831b8cf49a8df3273f8f038aca9c8f524f6bdf2b38bddf8b2f2abeacc9499de9f6121cd3ae7b2203cfbe0fc63c017f6648036fa

diff --git 
a/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180702.ebuild
 
b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180702.ebuild
new file mode 100644
index 000..8d339d4fb13
--- /dev/null
+++ 
b/app-crypt/openpgp-keys-gentoo-release/openpgp-keys-gentoo-release-20180702.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="OpenPGP keys used for Gentoo releases (snapshots, stages)"
+HOMEPAGE="https://www.gentoo.org/downloads/signatures/;
+SRC_URI="https://dev.gentoo.org/~mgorny/dist/openpgp-keys/gentoo-release.asc.${PV}.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+S=${WORKDIR}
+
+src_install() {
+   insinto /usr/share/openpgp-keys
+   newins "gentoo-release.asc.${PV}" gentoo-release.asc
+}



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

2018-07-02 Thread Michael Haubenwallner
commit: 35470d5b1108131584d611fcc7697090eb7de0cd
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Mon Jul  2 17:00:59 2018 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Mon Jul  2 17:01:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35470d5b

prefix/cygwin: p.mask gettext-0.19.8.1 for now

 profiles/prefix/windows/cygwin/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/prefix/windows/cygwin/package.mask 
b/profiles/prefix/windows/cygwin/package.mask
index 3b9f839a32c..d31399b7dbc 100644
--- a/profiles/prefix/windows/cygwin/package.mask
+++ b/profiles/prefix/windows/cygwin/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michael Haubenwallner  (02 Jul 2018)
+# Need to import Cygwin upstream patches still.
+~sys-devel/gettext-0.19.8.1
+
 # Michael Haubenwallner  (20 May 2016)
 # Does not work with Cygwin.
 sys-apps/man-db



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

2018-07-02 Thread Matt Thode
commit: 7e330b5a31138759c36a9ca4083f3669b166fc1a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul  2 17:22:22 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jul  2 17:22:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e330b5a

app-emulation/diskimage-builder: 2.15.1 stable amd64 and x86

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/diskimage-builder/diskimage-builder-2.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.15.1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.15.1.ebuild
index 1495264437f..8cf50cda77f 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.15.1.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.15.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-07-02 Thread Hans de Graaff
commit: 36c5a23d4d53f39644d25d74b064213902adedb8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 18:22:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:06:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5a23d

dev-ruby/ruby-pango: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-pango/ruby-pango-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-pango/ruby-pango-3.1.1.ebuild 
b/dev-ruby/ruby-pango/ruby-pango-3.1.1.ebuild
index c6f989568ce..6c54a4d0618 100644
--- a/dev-ruby/ruby-pango/ruby-pango-3.1.1.ebuild
+++ b/dev-ruby/ruby-pango/ruby-pango-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby Pango bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 DEPEND+=" >=x11-libs/pango-1.2.1"
 RDEPEND+=" >=x11-libs/pango-1.2.1"



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

2018-07-02 Thread Hans de Graaff
commit: 68bb9ed1b1158c0da862538358c679356e2ca99b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 18:11:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:06:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb9ed1

dev-ruby/rcairo: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rcairo/rcairo-1.15.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rcairo/rcairo-1.15.11.ebuild 
b/dev-ruby/rcairo/rcairo-1.15.11.ebuild
index 546f37e69e4..8ebaa5b814c 100644
--- a/dev-ruby/rcairo/rcairo-1.15.11.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.15.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_NAME="cairo"
 



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

2018-07-02 Thread Anthony G. Basile
commit: 2ae0d255b9d2741ce9e0dfd50e867913aa7a49fb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jul  2 19:07:32 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jul  2 19:08:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae0d255

dev-util/gperf: stable on amd64, bug #656752

Bug: https://bugs.gentoo.org/656752
Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-util/gperf/gperf-3.1.ebuild b/dev-util/gperf/gperf-3.1.ebuild
index 1002bf0a3ee..e5f0e1674c5 100644
--- a/dev-util/gperf/gperf-3.1.ebuild
+++ b/dev-util/gperf/gperf-3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2018-07-02 Thread Hans de Graaff
commit: 4a7fd14d59b85691deba82606aa4adfdf54ce49c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 18:28:47 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:06:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7fd14d

dev-ruby/ruby-cairo-gobject: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.1.1.ebuild 
b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.1.1.ebuild
index 0ab780b23cc..a8560dbe798 100644
--- a/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.1.1.ebuild
+++ b/dev-ruby/ruby-cairo-gobject/ruby-cairo-gobject-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit ruby-ng-gnome2
 RUBY_S="ruby-gnome2-all-${PV}/cairo-gobject"
 
 DESCRIPTION="Ruby cairo-gobject bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND+=" x11-libs/cairo"



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

2018-07-02 Thread Hans de Graaff
commit: 3120b4457557db70919d16dc8cc22bce5d1c5a3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 17:45:02 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:06:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3120b445

dev-ruby/ruby-gobject-introspection: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../ruby-gobject-introspection-3.1.1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild
index 9781c969f6f..b3e30f27311 100644
--- 
a/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild
+++ 
b/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit ruby-ng-gnome2
 RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
 
 DESCRIPTION="Ruby GObjectIntrospection bindings"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND+=" dev-libs/gobject-introspection"



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

2018-07-02 Thread Hans de Graaff
commit: eed35b4439f876ab4984aa959da954cef9ff47fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 18:04:57 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:06:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed35b44

dev-ruby/rcairo: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/rcairo/rcairo-1.15.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rcairo/rcairo-1.15.11.ebuild 
b/dev-ruby/rcairo/rcairo-1.15.11.ebuild
index cbe486328ee..546f37e69e4 100644
--- a/dev-ruby/rcairo/rcairo-1.15.11.ebuild
+++ b/dev-ruby/rcairo/rcairo-1.15.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,7 +24,7 @@ IUSE=""
 
 SLOT="0"
 LICENSE="|| ( Ruby GPL-2 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="${RDEPEND}
>=x11-libs/cairo-1.2.0[svg]"



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

2018-07-02 Thread Andreas Sturmlechner
commit: 17972773c81f4a21a9e974b8baef73a27ad23a74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  2 20:18:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 20:23:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17972773

profiles: x86: Mask broken app-office/libreoffice[kde]

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

 profiles/arch/x86/package.use.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 10c8ff58fd6..c0d59e4c2d2 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -13,7 +13,8 @@ dev-util/catalyst -system-bootloader
 media-video/mpv -vulkan
 
 # Andreas K. Hüttel  (21 May 2018)
-# LO kde support on x86 is broken, see bug 523496
+# LO kde support on x86 is broken, see bug 650208
+=app-office/libreoffice-6.0* kde
 =app-office/libreoffice-bin-6.0* kde
 =app-office/libreoffice-bin-debug-6.0* kde
 



[gentoo-commits] proj/kde-sunset:master commit in: kde-misc/strigiapplet/, app-office/scribus/, kde-misc/kdocker/, ...

2018-07-02 Thread Andreas Sturmlechner
commit: 8b7d9bed539b7db393758544f79d1813c2ba0b4a
Author: Gregory M. Tuner  be-evil  net>
AuthorDate: Sat Nov 23 01:13:27 2013 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 30 13:29:50 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8b7d9bed

*/*: Attempt to resolve issues with "EAPI [01] is not supported"

 app-office/scribus/scribus-1.3.3.11.ebuild  | 21 ++---
 app-office/scribus/scribus-1.3.3.12-r1.ebuild   | 15 ---
 app-office/scribus/scribus-1.3.3.13.ebuild  | 13 +
 app-office/scribus/scribus-1.3.4-r1.ebuild  | 18 +-
 .../libopensync-plugin-kdepim-0.21.ebuild   |  7 +--
 .../libopensync-plugin-kdepim-0.22.ebuild   |  7 +--
 .../libopensync-plugin-kdepim-0.35.ebuild   |  2 +-
 .../libopensync-plugin-kdepim-0.36.ebuild   |  2 +-
 .../libopensync-plugin-kdepim-.ebuild   |  2 +-
 kde-misc/kdocker/kdocker-1.3.ebuild | 10 --
 kde-misc/strigiapplet/strigiapplet-0.5.7.ebuild |  8 +---
 .../gtk-engines-qt/gtk-engines-qt-0.8-r4.ebuild |  4 ++--
 12 files changed, 44 insertions(+), 65 deletions(-)

diff --git a/app-office/scribus/scribus-1.3.3.11.ebuild 
b/app-office/scribus/scribus-1.3.3.11.ebuild
index f3bc937..462d3cc 100644
--- a/app-office/scribus/scribus-1.3.3.11.ebuild
+++ b/app-office/scribus/scribus-1.3.3.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.3.11.ebuild,v 1.7 
2008/07/27 19:54:02 carlo Exp $
 
-EAPI=1
+EAPI=5
 
 inherit qt3 eutils
 
@@ -21,28 +21,19 @@ DEPEND="dev-qt/qt-meta:3
>=media-libs/libart_lgpl-2.3.8
>=sys-devel/gcc-3.0.0
>=dev-libs/libxml2-2.6.0
-   cairo? ( >=x11-libs/cairo-1.0 )"
+   cairo? ( >=x11-libs/cairo-1.0[X] )"
 
 RDEPEND="${DEPEND}
app-text/ghostscript-gpl"
 
-pkg_setup() {
-   if use cairo && ! built_with_use 'x11-libs/cairo' 'X' ; then
-   eerror "You must build cairo with X support"
-   die "x11-libs/cairo built without X"
-   fi
-}
+DOCS=( AUTHORS ChangeLog README TODO )
 
-src_compile() {
-   econf `use_enable cairo` || die
-   emake || die
+src_configure() {
+   econf $(use_enable cairo)
 }
 
 src_install() {
-   einstall || die
-
-   dodoc AUTHORS ChangeLog README TODO
-
+   default
domenu scribus.desktop
doicon scribus/icons/scribusicon.png
 }

diff --git a/app-office/scribus/scribus-1.3.3.12-r1.ebuild 
b/app-office/scribus/scribus-1.3.3.12-r1.ebuild
index bcfffa1..5b81693 100644
--- a/app-office/scribus/scribus-1.3.3.12-r1.ebuild
+++ b/app-office/scribus/scribus-1.3.3.12-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.3.12-r1.ebuild,v 1.5 
2008/11/21 13:30:04 hanno Exp $
 
-EAPI=1
+EAPI=5
 
 inherit qt3 eutils cmake-utils
 
@@ -25,22 +25,15 @@ DEPEND="dev-qt/qt-meta:3
dev-python/imaging
media-libs/fontconfig
cups? ( net-print/cups )
-   cairo? ( >=x11-libs/cairo-1.4.10 )"
+   cairo? ( >=x11-libs/cairo-1.4.10[X,svg] )"
 
 RDEPEND="${DEPEND}
app-text/ghostscript-gpl"
 
-pkg_setup() {
-   if ! built_with_use 'x11-libs/cairo' 'X' 'svg'; then
-   eerror "You must build cairo with X and svg support"
-   die "x11-libs/cairo built without X and/or svg"
-   fi
-}
-
-src_compile() {
+src_configure() {
local mycmakeargs="$(cmake-utils_use_want cairo CAIRO) \
$(cmake-utils_use_enable cups)"
-   cmake-utils_src_compile || die "compile failed"
+   cmake-utils_src_configure
 }
 
 src_install() {

diff --git a/app-office/scribus/scribus-1.3.3.13.ebuild 
b/app-office/scribus/scribus-1.3.3.13.ebuild
index 096d071..49cb768 100644
--- a/app-office/scribus/scribus-1.3.3.13.ebuild
+++ b/app-office/scribus/scribus-1.3.3.13.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: 
/var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.3.13.ebuild,v 1.1 
2009/07/30 19:09:14 hanno Exp $
 
-EAPI=2
+EAPI=5
 
 inherit qt3 eutils cmake-utils
 
@@ -30,19 +30,16 @@ DEPEND="dev-qt/qt-meta:3
 RDEPEND="${DEPEND}
app-text/ghostscript-gpl"
 
-src_prepare() {
-   epatch "${FILESDIR}/${P}-cheaders.diff" || die
-}
+PATCHES=( "${FILESDIR}/${P}-cheaders.diff" )
 
-src_compile() {
+src_configure() {
local mycmakeargs="$(cmake-utils_use_want cairo CAIRO) \
$(cmake-utils_use_enable cups)"
-   cmake-utils_src_compile || die "compile failed"
+   cmake-utils_src_configure
 }
 
 src_install() {
cmake-utils_src_install
-
domenu scribus.desktop
-   doicon scribus/icons/scribus.png || die "doicon failed"
+   doicon 

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

2018-07-02 Thread Andreas Sturmlechner
commit: 9ef261deceedec6630abfe4f231995b811b06383
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jul  2 20:46:15 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 20:46:15 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9ef261de

profiles: Add games-kids to categories

 profiles/categories | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/categories b/profiles/categories
index 7be50f8..057985d 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -24,6 +24,7 @@ dev-qt
 dev-util
 dev-vcs
 games-emulation
+games-kids
 games-puzzle
 games-util
 kde-apps



[gentoo-commits] repo/user/superposition:master commit in: games-roguelike/gnomoria/

2018-07-02 Thread Philip Miess
commit: 3cfa70275a6c89ef70ae51370800c8595f2dae11
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Jul  2 21:39:04 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Jul  2 21:39:04 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=3cfa7027

recursive doins for lib folders

 games-roguelike/gnomoria/Manifest  |  2 +-
 games-roguelike/gnomoria/gnomoria-1.ebuild | 22 --
 2 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/games-roguelike/gnomoria/Manifest 
b/games-roguelike/gnomoria/Manifest
index 1983ac4..3d84ec2 100644
--- a/games-roguelike/gnomoria/Manifest
+++ b/games-roguelike/gnomoria/Manifest
@@ -1,3 +1,3 @@
 DIST gnomoria-022316-bin 189578890 BLAKE2B 
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
 SHA512 
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
-EBUILD gnomoria-1.ebuild 2209 BLAKE2B 
e84a1e3d9d393ea16d5f46b7c23a7daa118359ae05cdf63e811c9d4b34133fce8b659f124421bf460ef8c46626989d87ef96592404533a667fc5fc01190cb262
 SHA512 
d6c8603965d9bb3e9111e22dc93fbf60e9c90b85e90c6a59fca7a8d758a072fce8992d62d7c2097cc5ce26b89fa040cc6d463caa0a1049a1166fd42207a81ed4
+EBUILD gnomoria-1.ebuild 1979 BLAKE2B 
1d76c0afdbd2a4a7d0328ae6df51ef2207535821315dc39c5713d039e2a370eb386a9c9e2d8a994d3df2d35f2842599fc37e0893a61cadbd11b05cb025c2d11b
 SHA512 
e1dcea3d5d78845e6d5b0d8febb2f2f4c5cd3f83bfebc5bc2685229de8e3e44fb42f0b2509bb2af63d2f1a0e369b44371f3750281ad58f9725d75e3a928c28a6
 MISC metadata.xml 1293 BLAKE2B 
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
 SHA512 
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6

diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild 
b/games-roguelike/gnomoria/gnomoria-1.ebuild
index 8564f02..02c92d7 100644
--- a/games-roguelike/gnomoria/gnomoria-1.ebuild
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -52,18 +52,7 @@ src_install() {
dodoc Linux.README
 
doexe  "Gnomoria.bin.${arch}"
-
-   doins -r  "Content"
-   einfo "installed Content"
-   doins FNA.dll
-   einfo "installed FNA.dll"
-   doins FNA.dll.config
-   einfo "installed FNA.dll.config"
-   doins -r "Mod Files"
-   einfo "installed Mod Files"
-   doins gnomorialib.dll
-   einfo "gnomorialib.dll"
-
+   doins -r  "Content" FNA.dll   FNA.dll.config  "Mod Files"   
gnomorialib.dll
if use system-libs ; then
if use amd64 ; then
mv lib64 lib64.orig
@@ -79,14 +68,11 @@ src_install() {
doins lib
fi
else
-   doins Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll
-   einfo "copied single files"
-   doins -r mono
-   einfo "copied mono folder"
+   doins -r  Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll mono
if use amd64 ; then
-   doins lib64
+   doins -r lib64
else
-   doins lib
+   doins -r lib
fi
fi
 



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

2018-07-02 Thread Andreas Sturmlechner
commit: 4b146a22f9e565500789000f4db6ca2a28e4701c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  2 21:16:25 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 21:16:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b146a22

profiles: base: Drop obsolete x11-libs/qwt[qt4] p.use.mask

 profiles/base/package.use.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index abb186fa2f0..ed235414678 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,8 +8,7 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Andreas Sturmlechner  (18 Jun 2018)
-# Qt4 is dead and going away. Bugs #655382, #638260
-x11-libs/qwt qt4
+# Qt4 is dead and going away. Bug #638260
 sci-libs/ViSP qt4
 
 # Andreas Sturmlechner  (18 Jun 2018)



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

2018-07-02 Thread Sergei Trofimovich
commit: 493acdafb200ea1d1049305a094161145eb9804a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:26:52 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493acdaf

dev-python/u-msgpack: stable 2.4.1 for hppa/sparc

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa sparc"

 dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild 
b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
index cd010e33b5c..6f0bb2d1b08 100644
--- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
+++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND=""



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

2018-07-02 Thread Sergei Trofimovich
commit: 081b331014aa32ce8d42d4839894a1a39d9e6025
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:28:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081b3310

dev-python/html5lib: stable 1.0.1 for sparc

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild 
b/dev-python/html5lib/html5lib-1.0.1.ebuild
index 4dac745c36f..1f00265e859 100644
--- a/dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x64-macos"
 IUSE="test"
 
 RDEPEND=">=dev-python/six-1.9[${PYTHON_USEDEP}]



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

2018-07-02 Thread Sergei Trofimovich
commit: ea8c05a9a328b892ec16475cd790815854f30c20
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:29:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8c05a9

dev-python/pygments: stable 2.2.0 for sparc

Bug: https://bugs.gentoo.org/641298
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-python/pygments/pygments-2.2.0.ebuild 
b/dev-python/pygments/pygments-2.2.0.ebuild
index 856b4051e57..07dcfb61841 100644
--- a/dev-python/pygments/pygments-2.2.0.ebuild
+++ b/dev-python/pygments/pygments-2.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-07-02 Thread Sergei Trofimovich
commit: cadc28623f91e65767ed194f6f005c9602a5632b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:28:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cadc2862

dev-python/webencodings: stable 0.5.1 for hppa/sparc

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa sparc"

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

diff --git a/dev-python/webencodings/webencodings-0.5.1.ebuild 
b/dev-python/webencodings/webencodings-0.5.1.ebuild
index 38625e9e3ce..6b07f5c88ae 100644
--- a/dev-python/webencodings/webencodings-0.5.1.ebuild
+++ b/dev-python/webencodings/webencodings-0.5.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 
 RDEPEND=""



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

2018-07-02 Thread Sergei Trofimovich
commit: 82ecd88d6d5cd82fd26ddc8eeeff727c79b08f76
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:27:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ecd88d

dev-python/pytest-expect: stable 1.1.0 for hppa/sparc

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa sparc"

 dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 582d495f246..60178110414 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/user/superposition:master commit in: games-roguelike/gnomoria/

2018-07-02 Thread Philip Miess
commit: 92ff297543a4b57f703a3bd4db76ae1a271e12a2
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Jul  2 21:33:54 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Jul  2 21:33:54 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=92ff2975

install linux doc, split and einfo for each doins to debug

 games-roguelike/gnomoria/Manifest  |  2 +-
 games-roguelike/gnomoria/gnomoria-1.ebuild | 20 ++--
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/games-roguelike/gnomoria/Manifest 
b/games-roguelike/gnomoria/Manifest
index 663bd26..1983ac4 100644
--- a/games-roguelike/gnomoria/Manifest
+++ b/games-roguelike/gnomoria/Manifest
@@ -1,3 +1,3 @@
 DIST gnomoria-022316-bin 189578890 BLAKE2B 
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
 SHA512 
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
-EBUILD gnomoria-1.ebuild 1952 BLAKE2B 
1dd3ec8c9e97bff3573090f61c681242d1ecec422b1a547f9da18774cd2d2f7fda5961efd14a461df218c82ad7ee7d8b7a89aa5b3c9679a1be1553220c0bc53b
 SHA512 
9fd33f9546dc854588893de718eac61dab6beffde24d30e70d84128e554754bfec21d40366f0a2423be7fe041958c23ca306e41513aa3b4d8e458cdc06f0cf00
+EBUILD gnomoria-1.ebuild 2209 BLAKE2B 
e84a1e3d9d393ea16d5f46b7c23a7daa118359ae05cdf63e811c9d4b34133fce8b659f124421bf460ef8c46626989d87ef96592404533a667fc5fc01190cb262
 SHA512 
d6c8603965d9bb3e9111e22dc93fbf60e9c90b85e90c6a59fca7a8d758a072fce8992d62d7c2097cc5ce26b89fa040cc6d463caa0a1049a1166fd42207a81ed4
 MISC metadata.xml 1293 BLAKE2B 
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
 SHA512 
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6

diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild 
b/games-roguelike/gnomoria/gnomoria-1.ebuild
index 0b4bf20..8564f02 100644
--- a/games-roguelike/gnomoria/gnomoria-1.ebuild
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -49,8 +49,21 @@ src_install() {
 
insinto ${MYGAMEDIR}
exeinto ${MYGAMEDIR}
+   dodoc Linux.README
+
doexe  "Gnomoria.bin.${arch}"
-   doins -r  "Content" FNA.dll   FNA.dll.config  "Mod Files"   
gnomorialib.dll
+
+   doins -r  "Content"
+   einfo "installed Content"
+   doins FNA.dll
+   einfo "installed FNA.dll"
+   doins FNA.dll.config
+   einfo "installed FNA.dll.config"
+   doins -r "Mod Files"
+   einfo "installed Mod Files"
+   doins gnomorialib.dll
+   einfo "gnomorialib.dll"
+
if use system-libs ; then
if use amd64 ; then
mv lib64 lib64.orig
@@ -66,7 +79,10 @@ src_install() {
doins lib
fi
else
-   doins -r  Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll mono
+   doins Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll
+   einfo "copied single files"
+   doins -r mono
+   einfo "copied mono folder"
if use amd64 ; then
doins lib64
else



[gentoo-commits] repo/user/superposition:master commit in: games-roguelike/gnomoria/

2018-07-02 Thread Philip Miess
commit: e4952cc283cc0b564bca3b93f0f1b95ba141388b
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Jul  2 22:02:38 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Jul  2 22:02:38 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e4952cc2

more cases of not recursively coping directories, default to use system-libs

 games-roguelike/gnomoria/Manifest  | 2 +-
 games-roguelike/gnomoria/gnomoria-1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-roguelike/gnomoria/Manifest 
b/games-roguelike/gnomoria/Manifest
index 5c1a177..e8fe167 100644
--- a/games-roguelike/gnomoria/Manifest
+++ b/games-roguelike/gnomoria/Manifest
@@ -1,3 +1,3 @@
 DIST gnomoria-022316-bin 189578890 BLAKE2B 
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
 SHA512 
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
-EBUILD gnomoria-1.ebuild 1992 BLAKE2B 
4e9c92ba932f585349ca43f2018e32ada4907313c47dd37264df0d5c46a489af1034a421ecacbac99ef281d650ccb1470d61410e63291c018d71c643313570e5
 SHA512 
975cf01da1563bae196f5033769a5e7166af9ef942c725e31342e231071b39fcca76b4a68a7ece30450103856efdb3175584209af2df101479f13ba8b7609bdc
+EBUILD gnomoria-1.ebuild 1999 BLAKE2B 
3e031bdf885fb0d6ccd7a110452b3485b4e1facac91c5ef1e53dc0a108a5a266b75748413c3de58cc43e0f287e93190471749acf3e827e1f292b1fd8c2da0e82
 SHA512 
301f574c758cc37ee6b4bfe2cbae0a065c4e5a7298cb473c668594b00acec274c0c0fedf97610e6c264066ca9877246ef3fc94e35f1c7b9d7460b0d39f6a3bc5
 MISC metadata.xml 1293 BLAKE2B 
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
 SHA512 
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6

diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild 
b/games-roguelike/gnomoria/gnomoria-1.ebuild
index 233f9c5..1625ec4 100644
--- a/games-roguelike/gnomoria/gnomoria-1.ebuild
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="gnomoria-022316-bin"
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="system-libs"
+IUSE="+system-libs"
 RESTRICT="bindist fetch"
 
 MYGAMEDIR=/opt/${PN}
@@ -59,13 +59,13 @@ src_install() {
mkdir lib64
mv lib64.orig/libmojoshader.so lib64
ln -s /usr/bin/7za lib64/7za
-   doins lib64
+   doins -r lib64
else
mv lib lib.orig
mkdir lib
mv lib.orig/libmojoshader.so lib
ln -s /usr/bin/7za lib/7za
-   doins lib
+   doins -r lib
fi
else
doins -r  Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll mono



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

2018-07-02 Thread Thomas Deutschmann
commit: 12d29e46359700c563ed2f064bb895535d76a749
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  2 22:35:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 22:35:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d29e46

net-misc/openssh: fix libexec directory in ldap wrapper

Reported-by: Sergey Popov  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../{openssh-7.7_p1-r102.ebuild => openssh-7.7_p1-r103.ebuild}   | 5 +
 1 file changed, 5 insertions(+)

diff --git a/net-misc/openssh/openssh-7.7_p1-r102.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r103.ebuild
similarity index 98%
rename from net-misc/openssh/openssh-7.7_p1-r102.ebuild
rename to net-misc/openssh/openssh-7.7_p1-r103.ebuild
index 83b9dd34711..3a2abed912e 100644
--- a/net-misc/openssh/openssh-7.7_p1-r102.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r103.ebuild
@@ -393,6 +393,11 @@ src_install() {
if use ldap && [[ -n ${LDAP_PATCH} ]] ; then
insinto /etc/openldap/schema/
doins openssh-lpk-{sun,openldap}.schema
+
+   # Set the same libexec directory as in src_configure
+   sed -i \
+   -e "s:libexec/openssh:$(get_libdir)/misc:" \
+   "${ED%/}/usr/$(get_libdir)/misc/ssh-ldap-wrapper" || die
fi
 
doman contrib/ssh-copy-id.1



[gentoo-commits] repo/user/superposition:master commit in: games-roguelike/gnomoria/

2018-07-02 Thread Philip Miess
commit: cd5693aaa4519d70a344330f70694589645889f4
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Jul  2 21:05:01 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Jul  2 21:05:01 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=cd5693aa

add gnomoria

 games-roguelike/gnomoria/Manifest  |  3 +
 games-roguelike/gnomoria/gnomoria-1.ebuild | 95 ++
 games-roguelike/gnomoria/metadata.xml  | 22 +++
 3 files changed, 120 insertions(+)

diff --git a/games-roguelike/gnomoria/Manifest 
b/games-roguelike/gnomoria/Manifest
new file mode 100644
index 000..663bd26
--- /dev/null
+++ b/games-roguelike/gnomoria/Manifest
@@ -0,0 +1,3 @@
+DIST gnomoria-022316-bin 189578890 BLAKE2B 
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
 SHA512 
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
+EBUILD gnomoria-1.ebuild 1952 BLAKE2B 
1dd3ec8c9e97bff3573090f61c681242d1ecec422b1a547f9da18774cd2d2f7fda5961efd14a461df218c82ad7ee7d8b7a89aa5b3c9679a1be1553220c0bc53b
 SHA512 
9fd33f9546dc854588893de718eac61dab6beffde24d30e70d84128e554754bfec21d40366f0a2423be7fe041958c23ca306e41513aa3b4d8e458cdc06f0cf00
+MISC metadata.xml 1293 BLAKE2B 
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
 SHA512 
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6

diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild 
b/games-roguelike/gnomoria/gnomoria-1.ebuild
new file mode 100644
index 000..0b4bf20
--- /dev/null
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit unpacker eutils gnome2-utils
+
+DESCRIPTION="Gnomoria is a sandbox village management game"
+HOMEPAGE="http://www.gnomoria.com;
+SRC_URI="gnomoria-022316-bin"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="system-libs"
+RESTRICT="bindist fetch"
+
+MYGAMEDIR=/opt/${PN}
+DEPEND="app-arch/unzip"
+RDEPEND="${DEPEND}
+system-libs? (
+   app-arch/p7zip
+   dev-lang/mono
+   media-libs/libsdl2[sound]
+   media-libs/sdl2-image[jpeg,png]
+   media-libs/openal
+   media-libs/libvorbis
+   media-libs/libtheora
+)"
+
+S="${WORKDIR}/data"
+
+pkg_nofetch() {
+   einfo "Please buy & download ${SRC_URI} from:"
+   einfo "  https://www.humblebundle.com/store;
+   einfo "and move it to ${DISTDIR}"
+}
+
+src_unpack() {
+   unpack_zip ${A}
+}
+
+src_configure() { :; }
+src_compile() { :; }
+
+src_install() {
+   local arch=x86
+   use amd64 && arch=x86_64
+
+   insinto ${MYGAMEDIR}
+   exeinto ${MYGAMEDIR}
+   doexe  "Gnomoria.bin.${arch}"
+   doins -r  "Content" FNA.dll   FNA.dll.config  "Mod Files"   
gnomorialib.dll
+   if use system-libs ; then
+   if use amd64 ; then
+   mv lib64 lib64.orig
+   mkdir lib64
+   mv lib64.orig/libmojoshader.so lib64
+   ln -s /usr/bin/7za lib64/7za
+   doins lib64
+   else
+   mv lib lib.orig
+   mkdir lib
+   mv lib.orig/libmojoshader.so lib
+   ln -s /usr/bin/7za lib/7za
+   doins lib
+   fi
+   else
+   doins -r  Mono.Posix.dll System.Core.dll System.Drawing.dll 
System.Xml.dll mscorlib.dll Mono.Security.dll System.Configuration.dll 
System.Data.dll System.Security.dll System.dll mono
+   if use amd64 ; then
+   doins lib64
+   else
+   doins lib
+   fi
+   fi
+
+   newicon -s 512 Gnomoria.png ${PN}.png
+   make_wrapper ${PN} "${MYGAMEDIR}/Gnomoria.bin.${arch}" "${MYGAMEDIR}"
+   make_desktop_entry "${PN}" "Gnomoria" "${PN}" "Game"
+
+   domenu ${PN}
+
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/games-roguelike/gnomoria/metadata.xml 
b/games-roguelike/gnomoria/metadata.xml
new file mode 100644
index 000..543c928
--- /dev/null
+++ b/games-roguelike/gnomoria/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+phil_mi...@mail.yahoo.com
+
+
+Gnomoria is a sandbox village management game where you help lead a small 
group of gnomes, who have set out on their own, to thrive into a bustling 
kingdom! Anything you see can be broken down and rebuilt elsewhere. Craft 
items, build structures, set traps and dig deep 

[gentoo-commits] repo/user/superposition:master commit in: games-roguelike/gnomoria/

2018-07-02 Thread Philip Miess
commit: 1c50e33786c2e0e02c239a6238bcb6691dede7d7
Author: Philip Miess  yahoo  com>
AuthorDate: Mon Jul  2 21:51:56 2018 +
Commit: Philip Miess  yahoo  com>
CommitDate: Mon Jul  2 21:51:56 2018 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=1c50e337

Gnomoria linux program needs Gnormoria.exe

 games-roguelike/gnomoria/Manifest  | 2 +-
 games-roguelike/gnomoria/gnomoria-1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-roguelike/gnomoria/Manifest 
b/games-roguelike/gnomoria/Manifest
index 3d84ec2..5c1a177 100644
--- a/games-roguelike/gnomoria/Manifest
+++ b/games-roguelike/gnomoria/Manifest
@@ -1,3 +1,3 @@
 DIST gnomoria-022316-bin 189578890 BLAKE2B 
f6b41968a0842ee7b9c47798fbcbc37aef1dc96937744d244edc140f0396cff49bf82d0f0e0539040c989bae2562a307fd28a14a2b6d1879fb5f854e10831bad
 SHA512 
42ee53e31ab8b89d016dc7a0e38c34373c20f81beef6de21ba87d2a5e302d20f96b27bee2fcd5b20a25ac16e2d7d274f9c4cc15513e392b9edf2b96fa7585b47
-EBUILD gnomoria-1.ebuild 1979 BLAKE2B 
1d76c0afdbd2a4a7d0328ae6df51ef2207535821315dc39c5713d039e2a370eb386a9c9e2d8a994d3df2d35f2842599fc37e0893a61cadbd11b05cb025c2d11b
 SHA512 
e1dcea3d5d78845e6d5b0d8febb2f2f4c5cd3f83bfebc5bc2685229de8e3e44fb42f0b2509bb2af63d2f1a0e369b44371f3750281ad58f9725d75e3a928c28a6
+EBUILD gnomoria-1.ebuild 1992 BLAKE2B 
4e9c92ba932f585349ca43f2018e32ada4907313c47dd37264df0d5c46a489af1034a421ecacbac99ef281d650ccb1470d61410e63291c018d71c643313570e5
 SHA512 
975cf01da1563bae196f5033769a5e7166af9ef942c725e31342e231071b39fcca76b4a68a7ece30450103856efdb3175584209af2df101479f13ba8b7609bdc
 MISC metadata.xml 1293 BLAKE2B 
3abd67f650e73d476b04e6daf4ac20e1ac70212c8dcf4880f560232cdf3d1815edea53d63c660cf3559ecba3c24c98e52ff0eb593ccbe8f2c0391b74b6a57f44
 SHA512 
608545a9b490bff07614133944e0aab93399759eb007a5ea3b3396798a461dd50922a68cca7a19df87794084f505fdde23ac875f189883c0e5c153dcec9929f6

diff --git a/games-roguelike/gnomoria/gnomoria-1.ebuild 
b/games-roguelike/gnomoria/gnomoria-1.ebuild
index 02c92d7..233f9c5 100644
--- a/games-roguelike/gnomoria/gnomoria-1.ebuild
+++ b/games-roguelike/gnomoria/gnomoria-1.ebuild
@@ -52,7 +52,7 @@ src_install() {
dodoc Linux.README
 
doexe  "Gnomoria.bin.${arch}"
-   doins -r  "Content" FNA.dll   FNA.dll.config  "Mod Files"   
gnomorialib.dll
+   doins -r  "Content" FNA.dll   FNA.dll.config  "Mod Files"   
gnomorialib.dll Gnomoria.exe
if use system-libs ; then
if use amd64 ; then
mv lib64 lib64.orig



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

2018-07-02 Thread Aric Belsito
commit: 7d43f387228fd9f04fa931f68bd74db2f3cd0984
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jul  2 17:48:37 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jul  2 17:48:37 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7d43f387

sys-devel/gdb: version bump to 8.1-r2

 sys-devel/gdb/gdb-8.1-r1.ebuild| 16 +---
 sys-devel/gdb/{gdb-8.1-r1.ebuild => gdb-8.1-r2.ebuild} | 15 ---
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r1.ebuild
index 97c2a07..51b9541 100644
--- a/sys-devel/gdb/gdb-8.1-r1.ebuild
+++ b/sys-devel/gdb/gdb-8.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit flag-o-matic eutils python-single-r1
+inherit eutils flag-o-matic python-single-r1
 
 export CTARGET=${CTARGET:-${CHOST}}
 if [[ ${CTARGET} == ${CHOST} ]] ; then
@@ -20,7 +20,7 @@ case ${PV} in
 *)
# live git tree
EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
-   inherit git-2
+   inherit git-r3
SRC_URI=""
;;
 *.*.50.2???)
@@ -53,15 +53,14 @@ PATCH_DEV="slyfox"
 DESCRIPTION="GNU debugger"
 HOMEPAGE="https://sourceware.org/gdb/;
 SRC_URI="${SRC_URI}
-   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz}
-   ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}
+   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
+   ${PATCH_VER:+mirror://gentoo/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
 "
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   # alpha #562128
-   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~mips ppc x86"
 fi
 IUSE="+client lzma multitarget nls +python +server test vanilla xml"
 REQUIRED_USE="
@@ -69,7 +68,9 @@ REQUIRED_USE="
|| ( client server )
 "
 
-RDEPEND="server? ( !dev-util/gdbserver )
+RDEPEND="
+   dev-libs/mpfr:=
+   server? ( !dev-util/gdbserver )
client? (
>=sys-libs/ncurses-5.2-r2:0=
sys-libs/readline:0=
@@ -123,6 +124,7 @@ src_configure() {
local myconf=(
--with-pkgversion="$(gdb_branding)"
--with-bugurl='https://bugs.gentoo.org/'
+   --with-mpfr
--disable-werror
# Disable modules that are in a combined binutils/gdb tree. 
#490566
--disable-{binutils,etc,gas,gold,gprof,ld}

diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r2.ebuild
similarity index 96%
copy from sys-devel/gdb/gdb-8.1-r1.ebuild
copy to sys-devel/gdb/gdb-8.1-r2.ebuild
index 97c2a07..6e7b8df 100644
--- a/sys-devel/gdb/gdb-8.1-r1.ebuild
+++ b/sys-devel/gdb/gdb-8.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
-inherit flag-o-matic eutils python-single-r1
+inherit eutils flag-o-matic python-single-r1
 
 export CTARGET=${CTARGET:-${CHOST}}
 if [[ ${CTARGET} == ${CHOST} ]] ; then
@@ -20,7 +20,7 @@ case ${PV} in
 *)
# live git tree
EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
-   inherit git-2
+   inherit git-r3
SRC_URI=""
;;
 *.*.50.2???)
@@ -53,15 +53,14 @@ PATCH_DEV="slyfox"
 DESCRIPTION="GNU debugger"
 HOMEPAGE="https://sourceware.org/gdb/;
 SRC_URI="${SRC_URI}
-   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz}
-   ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}
+   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
+   ${PATCH_VER:+mirror://gentoo/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
 "
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   # alpha #562128
-   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
 fi
 IUSE="+client lzma multitarget nls +python +server test vanilla xml"
 REQUIRED_USE="
@@ -69,8 +68,10 @@ REQUIRED_USE="
|| ( client server )
 "
 
-RDEPEND="server? ( !dev-util/gdbserver )
+RDEPEND="
+   server? ( !dev-util/gdbserver )
client? (
+   dev-libs/mpfr:0=
>=sys-libs/ncurses-5.2-r2:0=
sys-libs/readline:0=
lzma? ( app-arch/xz-utils )



[gentoo-commits] proj/musl:master commit in: sys-devel/gdb/, sys-devel/gdb/files/

2018-07-02 Thread Aric Belsito
commit: 11fb6886774dd39d979c9bf5e404f0c85d17e430
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jul  2 17:49:48 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jul  2 17:49:48 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=11fb6886

sys-devel/gdb: remove old versions

8.1-r1 is marked stable

 sys-devel/gdb/Manifest   |   5 -
 sys-devel/gdb/files/gdb-linux_nat.patch  |  26 ---
 sys-devel/gdb/files/gdb-missing-stat_h.patch |  11 --
 sys-devel/gdb/gdb-7.10.1.ebuild  | 239 -
 sys-devel/gdb/gdb-7.12.1.ebuild  | 239 -
 sys-devel/gdb/gdb-8.0.1-r1.ebuild| 255 ---
 sys-devel/gdb/gdb-8.0.1.ebuild   | 251 --
 sys-devel/gdb/gdb-8.0.ebuild | 247 --
 sys-devel/gdb/gdb-8.1.ebuild | 255 ---
 9 files changed, 1528 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 1f8119e..a06dce4 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1,7 +1,2 @@
-DIST gdb-7.10.1.tar.xz 18531436 BLAKE2B 
b50a1b6b5b867e4a52943fdc4992c654ceec180099771381df78de5ba79086e822264356a762c61b89e986407d6f0cce336be216276545591e637131dc02f4a8
 SHA512 
17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010
-DIST gdb-7.12.1.tar.xz 19225392 BLAKE2B 
2e4b7fe69c3cb11c04b505d1e110bf0a9ca65b6178f3e6a6ccc11fde1e8750b595016baf64adb2c22903d346cec1dab15574681de812ac8d260aebf4152a3027
 SHA512 
0ac8d0a495103611ef41167a08313a010dce6ca4c6d827cbe8558a0c1a1a8a6bfa53f1b7704251289cababbfaaf9e075550cdf741a54d6cd9ca3433d910efcd8
-DIST gdb-8.0.1-patches-1.tar.xz 8620 BLAKE2B 
8595017a881c41cbe78846fae9f50460aa6a4aa8d3863b17e4b9119d886600ee086b642c44b427a2de29c5f3fd4697df838e85e23aafeac05a6ce3291546f099
 SHA512 
912ad1a51207ca1ec9d3c46e32b07d78a5d3368b617f277532f8a81e40875cc9ec5af8b62f9b1de67aa6d09520c6cc6ad32f48bd44415985d8ad03aa4a1bca7d
-DIST gdb-8.0.1.tar.xz 19583920 BLAKE2B 
c22e314a0fe3ccb84cef6eca66c51af60914160ac9760cbe517628079dfb15ec73a623badf070b3162d4bd9e44937f717fd44e1d569edba4532853c82b31ac1d
 SHA512 
5eb328910033f0918058be2f92caebf1e8dfc6caa3c730d99d621627e53de3c1b43761c2f683d53555893253c2f06768cbf56cdea051a3d291ffb6cfae87b5e1
-DIST gdb-8.0.tar.xz 19588616 BLAKE2B 
148965e33a42787b5fa39650c2b6c48e28895930e36f11b44e8391366be1cc3bd4265ea7df932a7d650291fb20e3f66956c7dff1923025f889e5c035d3bf4207
 SHA512 
e4044bdd162cbf95044ec1eaa44d2fa62a33e051bdbbacbc97afd4dfb07bae1bea514381fc1966aede89d6796ef2377a15748a93d95e2ad494c8497db489e886
 DIST gdb-8.1-patches-1.tar.xz 8768 BLAKE2B 
792ceddcb8eafd028db23d69ad5d9eb00223722520c6ff0a23a24fee1a33dceb02f05e61a1d6c3700835c480b38d66f43f71ef3c4af406d4ae1147eaaf8f311e
 SHA512 
87a5c9d9207817245e1ffd07fdad2cb566de4fc11725aa0e49e58268c3ab1ae3b4b9f4b9faa55acc8cb4c3c7cb5a3875ea7da02abeb8f775953a8aed2e2c6403
 DIST gdb-8.1.tar.xz 20095080 BLAKE2B 
9332058b8b723261ba215124f42a2d6ba916219efdfb3c23ae1f48fecf131c801bbd31b345f2c8339b23d74da690be0260ac31f8f2e79549b62f0880199bfdec
 SHA512 
ffd82f415d7652d62dad1716c307836f594217a363429609beb7d70239e8bf06b73b393345b0e000796228e56681ed7656ac3c8be05e91d6d652ab0d5b1dc357

diff --git a/sys-devel/gdb/files/gdb-linux_nat.patch 
b/sys-devel/gdb/files/gdb-linux_nat.patch
deleted file mode 100644
index 6a7276c..000
--- a/sys-devel/gdb/files/gdb-linux_nat.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 ./gdb/linux-nat.c.orig
-+++ ./gdb/linux-nat.c
-@@ -169,6 +169,10 @@
- #define O_LARGEFILE 0
- #endif
- 
-+#ifndef W_STOPCODE
-+#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
-+#endif
-+
- /* The single-threaded native GNU/Linux target_ops.  We save a pointer for
-the use of the multi-threaded target.  */
- static struct target_ops *linux_ops;
-@@ -4875,10 +4879,10 @@
-  fortunately they don't change!  */
- 
-   if (restart == 0)
--restart = __SIGRTMIN;
-+restart = SIGRTMIN;
- 
-   if (cancel == 0)
--cancel = __SIGRTMIN + 1;
-+cancel = SIGRTMIN + 1;
- 
-   sigaddset (set, restart);
-   sigaddset (set, cancel);

diff --git a/sys-devel/gdb/files/gdb-missing-stat_h.patch 
b/sys-devel/gdb/files/gdb-missing-stat_h.patch
deleted file mode 100644
index ffac2f2..000
--- a/sys-devel/gdb/files/gdb-missing-stat_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur gdb-7.10.1.orig/gdb/gdbserver/target.h 
gdb-7.10.1/gdb/gdbserver/target.h
 gdb-7.10.1.orig/gdb/gdbserver/target.h 2015-12-05 10:16:45.0 
-0500
-+++ gdb-7.10.1/gdb/gdbserver/target.h  2016-02-11 19:21:48.039659882 -0500
-@@ -21,6 +21,7 @@
- #ifndef TARGET_H
- #define TARGET_H
- 
-+#include 
- #include "target/target.h"
- #include "target/resume.h"
- #include "target/wait.h"

diff --git a/sys-devel/gdb/gdb-7.10.1.ebuild b/sys-devel/gdb/gdb-7.10.1.ebuild
deleted file mode 100644
index 066bc19..000
--- 

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

2018-07-02 Thread Anthony G. Basile
commit: d115260a036c552483a19ce9d540952491574f08
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jul  2 17:48:42 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jul  2 17:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d115260a

dev-libs/xapian: version bump to 1.4.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/xapian/Manifest|  1 +
 dev-libs/xapian/xapian-1.4.6.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/dev-libs/xapian/Manifest b/dev-libs/xapian/Manifest
index c622f225314..6008dd0b604 100644
--- a/dev-libs/xapian/Manifest
+++ b/dev-libs/xapian/Manifest
@@ -2,3 +2,4 @@ DIST xapian-core-1.2.24.tar.xz 3210192 BLAKE2B 
062f0c15ce87fb64b0eec5e5e54b76c44
 DIST xapian-core-1.2.25.tar.xz 3253292 BLAKE2B 
a130e26188c949d0433d017e8d13e7ecf6241a232d00125699ba8ed63eab9cb1651e02182fcc152f960f4e122709958632779daaaf5760fe50953a3b5b07a243
 SHA512 
a15b5d9b5770337519f671732f53f0642b31f08206824500d589ba309c9e91a05a30353d66ebf70a4c1cb1824b44e1c7b7630e799de3b15d645cf951a6017bfe
 DIST xapian-core-1.4.4.tar.xz 2807952 BLAKE2B 
92f30c063dca4bd7806c1ab025d6b75564acc3a33a129bdc2cbf496518897addb2b63bd772b648a7a199041ea7b90534fb5c4692e94e1e3ef0a7f20301e28e8e
 SHA512 
dc88bab1d82c68b29d51c2113319ddb5d16840f3544b9d5fcc7a3671f97d58f16ddff58b865ad3521ea778cbaacf73fe7346bb514a1275f1f739283a4128d001
 DIST xapian-core-1.4.5.tar.xz 2810612 BLAKE2B 
7784e69e3ca064751d829173949fcde65661c2c2070fdc8392cf2b6d40874a3e5b1265e61f25dd39b33e179b3fe3842b67f33a55523c3a18e9b65528e6a23a1e
 SHA512 
cff97a856a406583ca81164ddb704a0eeae7d8d6f94ce3b3f53d5208d657423e87dd06bdc7acb5e5904765bce1cefbc98365cde315c1d46f7b18cfba7b022ae6
+DIST xapian-core-1.4.6.tar.xz 2839964 BLAKE2B 
ab35e3098d8cf99656539968171073683811dc9a98b7d26e389c0cb1e8d1b70f9007e0ba61defe496713cb0f304a0fed7afa253174e900c0756084ab40721573
 SHA512 
f08168eba26a24ea00c2219d2cdfac1d904b51162fdd98d437564786375245e00010986a7d6e9c8c7548ae19aab80434b5cb0051252f902b40db2976b1008fe2

diff --git a/dev-libs/xapian/xapian-1.4.6.ebuild 
b/dev-libs/xapian/xapian-1.4.6.ebuild
new file mode 100644
index 000..564cf8ba016
--- /dev/null
+++ b/dev-libs/xapian/xapian-1.4.6.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit eutils multilib-minimal
+
+MY_P="${PN}-core-${PV}"
+
+DESCRIPTION="Xapian Probabilistic Information Retrieval library"
+HOMEPAGE="http://www.xapian.org/;
+SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0/30" # ABI version of libxapian.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x64-solaris"
+IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert 
+inmemory"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="inmemory? ( chert )"
+
+S="${WORKDIR}/${MY_P}"
+
+multilib_src_configure() {
+   local myconf=""
+
+   if use cpu_flags_x86_sse2; then
+   myconf="${myconf} --enable-sse=sse2"
+   else
+   if use cpu_flags_x86_sse; then
+   myconf="${myconf} --enable-sse=sse"
+   else
+   myconf="${myconf} --disable-sse"
+   fi
+   fi
+
+   myconf="${myconf} $(use_enable static-libs static)"
+
+   use glass || myconf="${myconf} --disable-backend-glass"
+   use chert || myconf="${myconf} --disable-backend-chert"
+   use inmemory || myconf="${myconf} --disable-backend-inmemory"
+
+   myconf="${myconf} --enable-backend-remote --program-suffix="
+
+   ECONF_SOURCE=${S} econf $myconf
+}
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/xapian/postingsource.h
+   /usr/include/xapian/attributes.h
+   /usr/include/xapian/valuesetmatchdecider.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/version.h
+   /usr/include/xapian/types.h
+   /usr/include/xapian/positioniterator.h
+   /usr/include/xapian/registry.h
+)
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+}
+
+multilib_src_install_all() {
+   # bug #573466
+   ln -sf "${D}usr/bin/xapian-config" "${D}usr/bin/xapian-config-1.3"
+
+   use doc || rm -rf "${D}usr/share/doc/xapian-core-${PV}"
+
+   dodoc AUTHORS HACKING PLATFORMS README NEWS
+
+   prune_libtool_files --all
+}
+
+multilib_src_test() {
+   emake check VALGRIND=
+}



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

2018-07-02 Thread José María Alonso
commit: e833280c0d646c4a3de86df2a53248ef913d17f4
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Jul  2 19:33:08 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Jul  2 19:33:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e833280c

dev-lisp/sbcl: Bump version to 1.4.9

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-lisp/sbcl/Manifest  |   1 +
 dev-lisp/sbcl/sbcl-1.4.9.ebuild | 246 
 2 files changed, 247 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index 10453f66a1b..09a4abf114f 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -21,3 +21,4 @@ DIST sbcl-1.4.7-source.tar.bz2 6031614 BLAKE2B 
b98d8c3891e4f3180624ef0ccc1e81146
 DIST sbcl-1.4.7-x86-64-linux-binary.tar.bz2 10380734 BLAKE2B 
0d39cc7b0873e938e85182b687b0a1be9200c4ebe67c7175b7c9c6393b27c8f78bd2afa201b7ca91c39bcaeed4456f2578901518850b1db0975cddd55e9b0210
 SHA512 
517b6935e51ea56ee2c67692980fe7fa7382a2e4501437c7ec00a52aefeebd5e442f4bb8dbfdbe32e43a301fc5f0c584604027e7889ebb8ba269cafe866d6381
 DIST sbcl-1.4.8-source.tar.bz2 6040563 BLAKE2B 
e4d16993cec80a8d40bad9071c6ce0a9ce80aae4d49f682fc58d4a8124dd14200229dc063cb653af753afece1ca98d77b600d2c7f80d17e6b9fd8af33a5297f3
 SHA512 
f8bd6b4126b19de4e73557319118aa03999caf84c8913bdd51ce18b8ddba14944f3d1daf08f852b72ae862ae0e613dbfbfdddca3750f4464c1be924d685ccc9d
 DIST sbcl-1.4.8-x86-64-linux-binary.tar.bz2 10353701 BLAKE2B 
5b56f46fbdb87f015ed1fe103b6caaf43d2d424b45e2574e306b3d3cbc3c7bdfa48847a2e6d7d819e6bf4b59fa02ea01f9ce6b023802ae6f91fc7f56e5a260de
 SHA512 
f3cb3c30dec1b7e6ac0c1b67de26192723871f8a8d543a41d7c4d04b0813fd7da1043433237b648a2c23f73169fe38f2ec3a3c2bd412eb4c9d36ed929c40f27d
+DIST sbcl-1.4.9-source.tar.bz2 6051607 BLAKE2B 
8abcaf73233ea1a23d47987b16554636dcf94acfbc7ab731f0730fdb4a8176593fb3ab52d9b25b3dd56753cd984f7e0eddb1585a142eb7ad1aa5e3e03d7b0ca9
 SHA512 
e0248f460f9737d47653dd520732062d2637813b550df356ecc90aa6d21fbdd74f03182d1e890c09c1da742f7d57b4fbd04a4e6dc36999aca51bb6c2952ac236

diff --git a/dev-lisp/sbcl/sbcl-1.4.9.ebuild b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
new file mode 100644
index 000..f07d8939edf
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.4.3
+BV_AMD64=1.4.8
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.3.12
+BV_ARM64=1.4.2
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_PPC_MACOS=1.0.47
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+BV_SPARC_SOLARIS=1.0.23
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   arm64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
+
+# Disable warnings about executable stacks, as this won't be fixed soon by 
upstream
+QA_EXECSTACK="usr/bin/sbcl"
+
+CONFIG="${S}/customize-target-features.lisp"
+ENVD="${T}/50sbcl"
+
+# Prevent ASDF from using the system libraries
+CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)"

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

2018-07-02 Thread Markus Meier
commit: b492e1f088303e43f383c33f5fe4f707e55df5df
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul  2 18:25:56 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul  2 18:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b492e1f0

app-portage/repoman: arm stable, bug #657058

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/app-portage/repoman/repoman-2.3.9.ebuild 
b/app-portage/repoman/repoman-2.3.9.ebuild
index 4a4d38837bd..cd3bc0292ad 100644
--- a/app-portage/repoman/repoman-2.3.9.ebuild
+++ b/app-portage/repoman/repoman-2.3.9.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]]; then
S="${WORKDIR}/${P}/repoman"
 else
SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"



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

2018-07-02 Thread Markus Meier
commit: 778e27da25da18baeb67ce4789c36c73208eb95b
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul  2 18:25:24 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul  2 18:25:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778e27da

media-gfx/fontforge: arm stable, bug #656792

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 media-gfx/fontforge/fontforge-20170731-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20170731-r4.ebuild 
b/media-gfx/fontforge/fontforge-20170731-r4.ebuild
index af30c3058c7..f0072048fd0 100644
--- a/media-gfx/fontforge/fontforge-20170731-r4.ebuild
+++ b/media-gfx/fontforge/fontforge-20170731-r4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforg
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="cairo truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode X"
 
 RESTRICT="!test? ( test )"



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

2018-07-02 Thread Alfredo Tupone
commit: 82f78752873de6412ef24612ef6714e27c69b5b9
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jul  2 19:02:53 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jul  2 19:02:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f78752

dev-ada/gtkada: Version bump to 2018

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ada/gtkada/Manifest   |  1 +
 dev-ada/gtkada/gtkada-2018.ebuild | 70 +++
 dev-ada/gtkada/metadata.xml   |  1 +
 3 files changed, 72 insertions(+)

diff --git a/dev-ada/gtkada/Manifest b/dev-ada/gtkada/Manifest
index 7922c993824..c7ff0856e14 100644
--- a/dev-ada/gtkada/Manifest
+++ b/dev-ada/gtkada/Manifest
@@ -1 +1,2 @@
 DIST gtkada-gpl-2017-src.tgz 11952333 BLAKE2B 
2a333452ff271bba0521235598afdb1abebc4ceeab0f915f173862329ae0986b0fc4f654d3df28eac73af075db224c0b12340c3acd1e4ed0ffc965e4365f8b40
 SHA512 
f5bbb9ebdd966e70b3edcaaf359cb9e75edba3c3f4f8febfa7de9f634f8e96cd0dd1482fb16ad852b1c9f9b0e2c16eb3a437120d37f0638d90af20f09f3f
+DIST gtkada-gpl-2018-src.tgz 11958880 BLAKE2B 
4946918b52de5e15efc77411927812910d84d13cea66b86b1162b987c7849ba7fbb6da487881762f64005dc32a74fa73c9d759d25bb9ac0241d1d76cd4becbfb
 SHA512 
9000de7675f8ee688b1c9cd93cf35b32f698aca8fc22d3b4e695d7c6b34feb60118cc687cf35432cd5ed9af7825eda7e20575a9fad4523a7b59cb0322bce0762

diff --git a/dev-ada/gtkada/gtkada-2018.ebuild 
b/dev-ada/gtkada/gtkada-2018.ebuild
new file mode 100644
index 000..1a6fabc1866
--- /dev/null
+++ b/dev-ada/gtkada/gtkada-2018.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multiprocessing
+
+MYP=${PN}-gpl-${PV}
+
+DESCRIPTION="A complete Ada graphical toolkit"
+HOMEPAGE="http://libre.adacore.com//tools/gtkada/;
+SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cf840c7a4475261f97ced
+   -> ${MYP}-src.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs"
+
+RDEPEND="gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
+   gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )
+   gnat_2018? ( dev-lang/gnat-gpl:7.3.1 )
+   dev-libs/atk
+   dev-libs/glib:2
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/pango"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018(-)=]"
+
+REQUIRED_USE="^^ ( gnat_2016 gnat_2017 gnat_2018 )"
+
+S="${WORKDIR}"/${MYP}-src
+
+PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
+
+src_prepare() {
+   default
+   mv configure.{in,ac}
+   eautoreconf
+}
+
+src_configure() {
+   if use gnat_2018; then
+   GCC_PV=7.3.1
+   elif use gnat_2017; then
+   GCC_PV=6.3.0
+   else
+   GCC_PV=4.9.4
+   fi
+   GCC=${CHOST}-gcc-${GCC_PV}
+   econf \
+   --prefix="${D}/usr" \
+   $(use_enable static-libs static) \
+   $(use_enable shared) \
+   --without-GL
+}
+
+src_compile() {
+   GNATPREP=${CHOST}-gnatprep-${GCC_PV}
+   GCC=${GCC} emake -j1 GNATPREP=${GNATPREP} PROCESSORS=$(makeopts_jobs)
+}
+
+src_install() {
+   emake -j1 install
+   einstalldocs
+}

diff --git a/dev-ada/gtkada/metadata.xml b/dev-ada/gtkada/metadata.xml
index e26ee639a2d..0373a027e23 100644
--- a/dev-ada/gtkada/metadata.xml
+++ b/dev-ada/gtkada/metadata.xml
@@ -8,6 +8,7 @@

Compile with 
dev-lang/gnat-gpl-2016
Compile with 
dev-lang/gnat-gpl-2017
+   Compile with 
dev-lang/gnat-gpl-2018
Build gtkada as shared library





[gentoo-commits] proj/kde-sunset:master commit in: games-kids/crayon-physics/

2018-07-02 Thread Andreas Sturmlechner
commit: 6d6f7ca448cd58389df85f5181914b2471e1290b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jul  2 20:43:31 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 20:44:40 2018 +
URL:https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=6d6f7ca4

games-kids/crayon-physics: Import from Gentoo ebuild repository

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../crayon-physics/crayon-physics-55-r1.ebuild | 81 ++
 games-kids/crayon-physics/metadata.xml | 10 +++
 2 files changed, 91 insertions(+)

diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild 
b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
new file mode 100644
index 000..4b44d84
--- /dev/null
+++ b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop gnome2-utils
+
+DESCRIPTION="2D physics puzzle/sandbox game with drawing"
+HOMEPAGE="http://www.crayonphysics.com/;
+SRC_URI="crayon_physics_deluxe-linux-release${PV}.tar.gz"
+
+LICENSE="CRAYON-PHYSICS"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="bundled-libs"
+RESTRICT="bindist fetch splitdebug"
+
+MYGAMEDIR="/opt/${PN}"
+QA_PREBUILT="${MYGAMEDIR#/}/crayon
+   ${MYGAMEDIR#/}/lib32/*"
+
+RDEPEND="
+   dev-qt/qtcore:4[abi_x86_32(-)]
+   dev-qt/qtgui:4[abi_x86_32(-)]
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x86? (
+   !bundled-libs? (
+   media-libs/libmikmod
+   media-libs/libsdl:0[X,sound,video,opengl,joystick]
+   media-libs/libvorbis
+   media-libs/sdl-image[png,jpeg,tiff]
+   media-libs/sdl-mixer[vorbis,wav]
+   media-libs/smpeg[X,opengl]
+   media-libs/tiff:0
+   virtual/jpeg:0
+   )
+   )"
+
+DOCS=( changelog.txt linux_hotfix_notes.txt )
+HTML_DOCS=( readme.html )
+
+S=${WORKDIR}/CrayonPhysicsDeluxe
+
+pkg_nofetch() {
+   einfo "Please buy & download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to ${DISTDIR}"
+   einfo
+}
+
+src_prepare() {
+   default
+
+   if use bundled-libs ; then
+   mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die
+   fi
+}
+
+src_install() {
+   insinto "${MYGAMEDIR}"
+   use bundled-libs && doins -r lib32
+   doins -r cache data crayon autoexec.txt version.xml
+
+   newicon -s 256 icon.png ${PN}.png
+   make_desktop_entry ${PN}
+   make_wrapper ${PN} "./crayon" "${MYGAMEDIR}" "${MYGAMEDIR}/lib32"
+
+   einstalldocs
+
+   fperms +x "${MYGAMEDIR}"/crayon
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/games-kids/crayon-physics/metadata.xml 
b/games-kids/crayon-physics/metadata.xml
new file mode 100644
index 000..eaaa6c7
--- /dev/null
+++ b/games-kids/crayon-physics/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   
+   Use the upstream provided bundled libraries.
+   
+   
+



[gentoo-commits] repo/gentoo:master commit in: games-kids/crayon-physics/, profiles/

2018-07-02 Thread Andreas Sturmlechner
commit: e8e0eadd519745e09261cd2efed40dc710f93635
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  1 16:36:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 20:48:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e0eadd

games-kids/crayon-physics: Remove last-rited

 games-kids/crayon-physics/Manifest |  1 -
 .../crayon-physics/crayon-physics-55-r1.ebuild | 82 --
 games-kids/crayon-physics/metadata.xml | 13 
 profiles/package.mask  |  4 --
 4 files changed, 100 deletions(-)

diff --git a/games-kids/crayon-physics/Manifest 
b/games-kids/crayon-physics/Manifest
deleted file mode 100644
index f1a885b4c98..000
--- a/games-kids/crayon-physics/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 BLAKE2B 
6e0a98abda292184b1fd122157491e9fe63bc41f1f73932c109b39b8f4728923a61cfe3f59f2597b4ea9025b288026893991976eee7924a89fe844bb60402082
 SHA512 
1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb

diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild 
b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
deleted file mode 100644
index 7b3146fa7e1..000
--- a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils
-
-DESCRIPTION="2D physics puzzle/sandbox game with drawing"
-HOMEPAGE="http://www.crayonphysics.com/;
-SRC_URI="crayon_physics_deluxe-linux-release${PV}.tar.gz"
-
-LICENSE="CRAYON-PHYSICS"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libs"
-RESTRICT="bindist fetch splitdebug"
-
-MYGAMEDIR="/opt/${PN}"
-QA_PREBUILT="${MYGAMEDIR#/}/crayon
-   ${MYGAMEDIR#/}/lib32/*"
-
-RDEPEND="
-   dev-qt/qtcore:4[abi_x86_32(-)]
-   dev-qt/qtgui:4[abi_x86_32(-)]
-   virtual/glu[abi_x86_32(-)]
-   virtual/opengl[abi_x86_32(-)]
-   x11-libs/libX11[abi_x86_32(-)]
-   x86? (
-   !bundled-libs? (
-   media-libs/libmikmod
-   media-libs/libsdl:0[X,sound,video,opengl,joystick]
-   media-libs/libvorbis
-   media-libs/sdl-image[png,jpeg,tiff]
-   media-libs/sdl-mixer[vorbis,wav]
-   media-libs/smpeg[X,opengl]
-   media-libs/tiff:0
-   virtual/jpeg:0
-   )
-   )"
-
-S=${WORKDIR}/CrayonPhysicsDeluxe
-
-pkg_nofetch() {
-   einfo "Please buy & download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to ${DISTDIR}"
-   einfo
-}
-
-src_prepare() {
-   default
-
-   if use bundled-libs ; then
-   mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die
-   fi
-}
-
-src_install() {
-   insinto "${MYGAMEDIR}"
-   use bundled-libs && doins -r lib32
-   doins -r cache data crayon autoexec.txt version.xml
-
-   newicon -s 256 icon.png ${PN}.png
-   make_desktop_entry ${PN}
-   make_wrapper ${PN} "./crayon" "${MYGAMEDIR}" "${MYGAMEDIR}/lib32"
-
-   dodoc changelog.txt linux_hotfix_notes.txt
-   dohtml readme.html
-
-   fperms +x "${MYGAMEDIR}"/crayon
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/games-kids/crayon-physics/metadata.xml 
b/games-kids/crayon-physics/metadata.xml
deleted file mode 100644
index b878aaa1812..000
--- a/games-kids/crayon-physics/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   
-   Use the upstream provided bundled libraries.
-   
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 006ffb241df..a09da8f077b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -577,10 +577,6 @@ virtual/jre:9
 # (<0.6) that have been punted from the tree.
 net-misc/cocaine-core
 
-# Andreas Sturmlechner  (03 Dec 2017)
-# Depends on dead Qt4, upstream porting inquiry pending. Bug #631788
-games-kids/crayon-physics
-
 # Andreas Sturmlechner  (16 Nov 2017)
 # Depends on dead Qt4. Last-rites on hold for chance of Qt5-port. Bug #620702
 

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

2018-07-02 Thread Andreas Sturmlechner
commit: 85fb1ef164ab69d33245120b87a8efa3d5ff6404
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jul  2 20:37:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  2 20:37:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fb1ef1

profiles: Drop mask of dev-libs/libical-3

Closes: https://bugs.gentoo.org/658224

 profiles/package.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index eae5d913e12..006ffb241df 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -565,10 +565,6 @@ sys-libs/uclibc
 # Do not remove the mask until newer version gets stable
 >=sci-electronics/pcb-2000
 
-# Andreas Sturmlechner  (21 Dec 2017)
-# Masked for testing
-~dev-libs/libical-3.0.3
-
 # James Le Cuirot  (17 Dec 2017)
 # Java 9 is not yet fully supported on Gentoo. Packages cannot depend
 # on it so these virtuals are not yet required. If you wish to use



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

2018-07-02 Thread Justin Bronder
commit: 23b7208df6462dbaa575c02ab76bf5fa6511412f
Author: Justin Bronder  gentoo  org>
AuthorDate: Mon Jul  2 17:05:33 2018 +
Commit: Justin Bronder  gentoo  org>
CommitDate: Mon Jul  2 17:05:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b7208d

sys-cluster/openmpi: bump 3.1.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/openmpi/Manifest   | 2 +-
 sys-cluster/openmpi/{openmpi-3.1.0.ebuild => openmpi-3.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest
index 6eb12de3f15..4a35ddd1706 100644
--- a/sys-cluster/openmpi/Manifest
+++ b/sys-cluster/openmpi/Manifest
@@ -10,4 +10,4 @@ DIST openmpi-2.0.2.tar.bz2 8311215 BLAKE2B 
8dd0d7b95c396e9a0f05760136bbf62defd35
 DIST openmpi-2.0.4.tar.bz2 8272983 BLAKE2B 
7d0a392fbc8c896cdccefb9bf0ff83fbd8db8a42d17f06cb23ac88ba896e2c75e1b1b7a79559d0ce3c2b881f197f54ce1bd8967c889bafe2b97f95fb6b957501
 SHA512 
2cccb83847d44f6282ec24f7bc12ab51b84dc5ac1a2a919ef0761847ff7cdcb31cfb1f38dca33df7063a98c27a64575a108002716d207cbba3a54773b999e6c5
 DIST openmpi-2.1.3.tar.bz2 8311304 BLAKE2B 
a6a2d0d759a7207e4e9e9bb1526825ce5b0c9acd22c113f71712381fd7cab55228e78294533a5af6ef2b243803d789c5c71c6d59dd7a8ebbf10b2aa5d99296fd
 SHA512 
61ecf53d840feb4cad1e792225c7fb07a8c4cb849f21693051359cde2cf1b5060de3a9d00ba3b55ded20b5b93bc5ac439951b4fe5cb1a74d4e800f26c979feba
 DIST openmpi-3.0.2.tar.bz2 9195169 BLAKE2B 
46ab8149435797faa9ebd6ec4c69bea01096e5f57fed0f5cb92456a0bb2c3df828414901892e082935b56cb9d1da0426a1601849aefe1b36f94c6f3d666ec497
 SHA512 
2255d6c693243bf283d2b3af1cd8155ab0b2c904cb1ac61708f7950935bab8ff85968ca2c75a0fd091284e1c14f0c93be1423090ffdde9ac92b48980fc067b64
-DIST openmpi-3.1.0.tar.bz2 9443759 BLAKE2B 
7670b2cec327bad1bf348e08def3d39ea0b971c9534ec3e462a56719c4a1ebc8ceaf4a76556d0213cc2b7610c26f849d881f84ceaaaf54645ffbcefbd0273663
 SHA512 
23a43a16683c4b56f96c711fe009d992f3bd4e10cf9ef55091865a5b1aed195cc1de6a87720564f70d3b60a2441966bab39cda8969293aeb118cda10aead3dee
+DIST openmpi-3.1.1.tar.bz2 9478633 BLAKE2B 
553107fdd453fc0bca651f619e1a6821732ace1a72b9b62cbfe116b041fe3d066e040869007dd4bef682b8e8764a5a77f80fd682c151240b4e61a184c1e9
 SHA512 
d0e16676727fdc69cbd732be8475ffe2a9142a2b69b41d51d1da30c245d4ad1912c26029a1305d4221781d2b8dfb89edbb84185fefc65b9070727ed85133f117

diff --git a/sys-cluster/openmpi/openmpi-3.1.0.ebuild 
b/sys-cluster/openmpi/openmpi-3.1.1.ebuild
similarity index 100%
rename from sys-cluster/openmpi/openmpi-3.1.0.ebuild
rename to sys-cluster/openmpi/openmpi-3.1.1.ebuild



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

2018-07-02 Thread Anthony G. Basile
commit: 3471297f43cdbcbe191db3bd049ae1aa5a69fbc4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jul  2 18:44:19 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jul  2 18:44:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3471297f

dev-libs/xapian-bindings: version bump to 1.4.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/xapian-bindings/Manifest  |   1 +
 .../xapian-bindings/xapian-bindings-1.4.6.ebuild   | 305 +
 2 files changed, 306 insertions(+)

diff --git a/dev-libs/xapian-bindings/Manifest 
b/dev-libs/xapian-bindings/Manifest
index e863175d7b2..a1acf851067 100644
--- a/dev-libs/xapian-bindings/Manifest
+++ b/dev-libs/xapian-bindings/Manifest
@@ -2,3 +2,4 @@ DIST xapian-bindings-1.2.24.tar.xz 886148 BLAKE2B 
b3ed571022f24754b21e64479b7d83
 DIST xapian-bindings-1.2.25.tar.xz 1711860 BLAKE2B 
66367dbc50c4f59da8bb5bd4885fe9678aace45365573bac8e0e8e2c712795af2021ff52de9eeabb91f65a2f0447d1963424b1ae6558be95b737d1279e98
 SHA512 
5d27b2ae2722409ea99a1b9e6bf3f5c61ed9195b67121c090f1533340d3b11c546014985d0989a0725b60a07b392b9705bce054495f423bd3a7c99835aa336c7
 DIST xapian-bindings-1.4.4.tar.xz 1117140 BLAKE2B 
2240ecbe136443e9beea8871731a720a7382f0b59533ecb50983ff3cf8142500aaf762e4d1282be26de9f7e862c1071e21fa3cd67c50203d7bbc687fb202fb6d
 SHA512 
006e771b3ea654130b4f76f1a1caee576fd5a3fa6317ca44f1e5483671e8c83073ecbde4f3fc7f84c75590eec53acb59701af4cf9bcd72355ed9d53924492b53
 DIST xapian-bindings-1.4.5.tar.xz 1118884 BLAKE2B 
507b06f0121e5a56224250bfe7b19795eb9fd2fba977d12022d054e7b832fd70af70085ad576dab41efcde261f9ecd48179646f1ea67aaa266fb6272358eb69a
 SHA512 
e39ece495e25077990db3d06554306567c52c6f45ad55a65005cb97e18086ee18947e41d0d612157b891b61e015881385bcb082a03aa0c6452565e90d09e8275
+DIST xapian-bindings-1.4.6.tar.xz 1121532 BLAKE2B 
ecac35f9510fadb39f260c1ebd03220ebe01131e4a5fcc2842778adccdf9bf3e3ae6161dd66dc75774bfb1643f1dccc99a3bbb99894e49dbbdd65f838f827a4d
 SHA512 
e1d8d4c79ef8eb1b890be955b14eca7e9c7aafc6051cf9080d67948455f82ed68ab518343f532cde2a1c9e07d94b3aae8b8f5130db158c6badc9b6d118ceb733

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.6.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.6.ebuild
new file mode 100644
index 000..863e7f5c434
--- /dev/null
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.6.ebuild
@@ -0,0 +1,305 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="threads(+)"
+
+USE_PHP="php5-6 php7-0 php7-1 php7-2"
+
+PHP_EXT_NAME="xapian"
+PHP_EXT_INI="yes"
+PHP_EXT_OPTIONAL_USE="php"
+
+USE_RUBY="ruby22 ruby23 ruby24"
+RUBY_OPTIONAL="yes"
+
+inherit java-pkg-opt-2 mono-env multibuild php-ext-source-r3 python-r1 ruby-ng 
toolchain-funcs
+
+DESCRIPTION="SWIG and JNI bindings for Xapian"
+HOMEPAGE="http://www.xapian.org/;
+SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="java lua mono perl php python ruby tcl"
+REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( || ( $(ruby_get_use_targets) ) )"
+
+COMMONDEPEND=">=dev-libs/xapian-1.4.6:0/30
+   lua? ( dev-lang/lua:= )
+   perl? ( dev-lang/perl:= )
+   python? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   ${PYTHON_DEPS}
+   )
+   ruby? ( $(ruby_implementations_depend) )
+   tcl? ( dev-lang/tcl:= )
+   mono? ( dev-lang/mono )"
+DEPEND="${COMMONDEPEND}
+   virtual/pkgconfig
+   java? ( >=virtual/jdk-1.6 )"
+RDEPEND="${COMMONDEPEND}
+   java? ( >=virtual/jre-1.6 )"
+
+S="${WORKDIR}/${P}"
+
+has_basic_bindings() {
+   # Update this list if new bindings are added that are not built
+   # multiple times for multiple versions like php, python and ruby are
+   return $(use mono || use java || use lua || use perl || use tcl)
+}
+
+php_copy_sources() {
+   local MULTIBUILD_VARIANTS=($(php_get_slots))
+   multibuild_copy_sources
+}
+
+php_foreach_impl() {
+   local MULTIBUILD_VARIANTS=($(php_get_slots))
+   multibuild_foreach_variant "$@"
+}
+
+ruby_copy_sources() {
+   local MULTIBUILD_VARIANTS=($(ruby_get_use_implementations))
+   multibuild_copy_sources
+}
+
+ruby_foreach_impl() {
+   local MULTIBUILD_VARIANTS=($(ruby_get_use_implementations))
+   multibuild_foreach_variant "$@"
+}
+
+pkg_setup() {
+   use mono && mono-env_pkg_setup
+   use java && java-pkg-opt-2_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   if use php; then
+   local php_slot
+   for php_slot in $(php_get_slots); do
+   # Unfortunately required for 
php-ext-source-r3_createinifiles().
+   mkdir "${WORKDIR}/${php_slot}"
+   done

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

2018-07-02 Thread Anthony G. Basile
commit: ab896c4762df350f74083a91e7ec488a17c8d222
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jul  2 18:47:32 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jul  2 18:47:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab896c47

app-text/xapian-omega: version bump to 1.4.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/xapian-omega/Manifest  |  1 +
 app-text/xapian-omega/xapian-omega-1.4.6.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/app-text/xapian-omega/Manifest b/app-text/xapian-omega/Manifest
index 44950d3d8b8..d40f1a03d55 100644
--- a/app-text/xapian-omega/Manifest
+++ b/app-text/xapian-omega/Manifest
@@ -2,3 +2,4 @@ DIST xapian-omega-1.2.24.tar.xz 438104 BLAKE2B 
d2b26ad007849ac7a0a8daea919fb215c
 DIST xapian-omega-1.2.25.tar.xz 440224 BLAKE2B 
1e67cff0ed1796349df5da7d33c07febba2d8c79906fd98c66becd59d7d387174728551785ca42db1f69662cc157bbfc35c0e29f96958ddb76670797d9a4bcf7
 SHA512 
f412538cd50c82d7af28f2620c1e377afd3f03186259a145f9a37cd64d05837b7cc6f205627a3c8e4c25ec19efc2a81a6fe3a415d00b7a6f4df847d6ff2d453c
 DIST xapian-omega-1.4.4.tar.xz 501712 BLAKE2B 
d46a463c323bf75db6d426e0ac2057f4cd6ad16ea097eeb189f00356df484af52ba0c8b09d81a0262fe833b784d2bce9df20dd3d36b6f74c17c0e7337a30e2af
 SHA512 
927c6afe24f8a13018fcc233e874c71c0912cb6200094f7246c12b4175bc48d752312e57128a314e7674a948a50ef092dd7f2dc8910db7df8f3ccf9c44f38533
 DIST xapian-omega-1.4.5.tar.xz 502820 BLAKE2B 
3077a9a4fd177daa7f8470bea0b8dde25402235fee280118a90930888543b2da7821ad7d30143d04d35dccfb0de6c375231f2db4a4f4dcbaeeaf5d4e54045cfc
 SHA512 
895da1e1a3ddf2e5e8576fd41853cc5cb7c6e4f0223a0d25f6303fd01ca26f64c8e41616d6d66b2309a4ca5763b2b20b208dbf6054f0498411f2678422c07893
+DIST xapian-omega-1.4.6.tar.xz 510012 BLAKE2B 
2c6d3479fe02eb3b44ef0995b0dfc2ce47012104bc860532967f234ccb7bb2a3357337419fbf5b79b42d0f598608fe9a071edca2195e4f025fb69760091c78ec
 SHA512 
9376145c9c7c728bf444f5891777fe946bc574a4c91ef65779aae4cd2f40c76b33cde1231f654f23de32df8a4eea4aa0c69868d269ec79fba3abad2567ffb80d

diff --git a/app-text/xapian-omega/xapian-omega-1.4.6.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.6.ebuild
new file mode 100644
index 000..69bb116aaa8
--- /dev/null
+++ b/app-text/xapian-omega/xapian-omega-1.4.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI 
search frontend"
+SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz;
+HOMEPAGE="https://xapian.org/;
+S="${WORKDIR}/xapian-omega-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/xapian:0/30
+   dev-lang/perl
+   dev-libs/libpcre
+   sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_install () {
+   emake DESTDIR="${D}" install
+
+   # Protect /etc/omega.conf
+   echo "CONFIG_PROTECT=\"/etc/omega.conf\"" > "${T}"/20xapian-omega
+   doenvd "${T}"/20xapian-omega
+   dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+
+   # Directory containing Xapian databases:
+   keepdir /var/lib/omega/data
+
+   # Directory containing OmegaScript templates:
+   keepdir /var/lib/omega/templates
+   mv "${S}"/templates/* "${D}"/var/lib/omega/templates || die
+
+   # Directory to write Omega logs to:
+   keepdir /var/log/omega
+
+   # Directory containing any cdb files for the $lookup OmegaScript 
command:
+   keepdir /var/lib/omega/cdb
+}



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-07-02 Thread Richard Farina
commit: 2b684f7d8cb5281867cce1f53ebb22e9f687dcce
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Mon Jul  2 18:54:08 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Jul  2 18:54:08 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2b684f7d

add more slack and catch error

I have no idea why we are running out of space in the efi boot image,
but for right now I'm just going to detect the failure and blindly add
more slack.

 targets/support/create-iso.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 607a89aa..323179f5 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -124,7 +124,7 @@ case ${clst_hostarch} in
then
iaSizeTemp=$(du -sk "${clst_target_path}/boot" 
2>/dev/null)
iaSizeB=$(echo ${iaSizeTemp} | cut '-d ' -f1)
-   iaSize=$((${iaSizeB}+32)) # Add slack
+   iaSize=$((${iaSizeB}+64)) # Add slack
 
dd if=/dev/zero of="${clst_target_path}/gentoo.efimg" 
bs=1k \
count=${iaSize}
@@ -136,7 +136,7 @@ case ${clst_hostarch} in
 
echo '>> Populating EFI image...'
cp -rv "${clst_target_path}"/boot/* \
-   "${clst_target_path}/gentoo.efimg.mountPoint"
+   "${clst_target_path}/gentoo.efimg.mountPoint" 
|| die "Failed to populate EFI image"
 
umount "${clst_target_path}/gentoo.efimg.mountPoint"
rmdir "${clst_target_path}/gentoo.efimg.mountPoint"



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

2018-07-02 Thread Aric Belsito
commit: 5351f94431d4071a40e390e5221ad674d5bd478c
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jul  2 18:54:37 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jul  2 18:54:37 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5351f944

app-emulation/wine-vanilla: fix missing quote

 app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
index 1f7d659..eecec64 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.3.ebuild
@@ -136,7 +136,7 @@ PATCHES=(
"${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
"${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611
"${PATCHDIR}/patches/${MY_PN}-2.0-rearrange-manpages.patch" #469418 
#617864
-   "${FILESDIR}/${MY_PN}-2.0-musl-dlclose.patch
+   "${FILESDIR}/${MY_PN}-2.0-musl-dlclose.patch"
 )
 PATCHES_BIN=()
 



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

2018-07-02 Thread Thomas Deutschmann
commit: 9337c48173601c68ffc1eb99a2208ade1f0f4c8e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  2 19:39:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 19:39:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9337c481

dev-libs/efl: drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/efl/efl-1.18.4.ebuild | 288 -
 1 file changed, 288 deletions(-)

diff --git a/dev-libs/efl/efl-1.18.4.ebuild b/dev-libs/efl/efl-1.18.4.ebuild
deleted file mode 100644
index ba90b1c3f86..000
--- a/dev-libs/efl/efl-1.18.4.ebuild
+++ /dev/null
@@ -1,288 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_P=${P/_/-}
-
-if [[ "${PV}" == "" ]] ; then
-   EGIT_SUB_PROJECT="core"
-   EGIT_URI_APPEND="${PN}"
-elif [[ *"${PV}" == *"_pre"* ]] ; then
-   MY_P=${P%%_*}
-   SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz;
-else
-   
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-fi
-
-inherit enlightenment pax-utils
-
-DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl physics 
pixman +png postscript +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff 
tslib unwind v4l valgrind wayland webp X xim xine xpm"
-
-REQUIRED_USE="
-   pulseaudio? ( sound )
-   opengl? ( || ( X sdl wayland ) )
-   gles?   ( || ( X wayland ) )
-   gles?   ( !sdl )
-   gles?   ( egl )
-   sdl?( opengl )
-   wayland?( egl !opengl gles )
-   xim?( X )
-"
-
-RDEPEND="
-   drm? (
-   >=dev-libs/libinput-0.8
-   media-libs/mesa[gbm]
-   >=x11-libs/libdrm-2.4
-   >=x11-libs/libxkbcommon-0.3.0
-   )
-   fontconfig? ( media-libs/fontconfig )
-   fribidi? ( dev-libs/fribidi )
-   gif? ( media-libs/giflib )
-   glib? ( dev-libs/glib:2 )
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   harfbuzz? ( media-libs/harfbuzz )
-   ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:0 )
-   !oldlua? ( >=dev-lang/luajit-2.0.0 )
-   oldlua? ( dev-lang/lua:* )
-   physics? ( >=sci-physics/bullet-2.80 )
-   pixman? ( x11-libs/pixman )
-   postscript? ( app-text/libspectre )
-   png? ( media-libs/libpng:0= )
-   pulseaudio? ( media-sound/pulseaudio )
-   raw? ( media-libs/libraw )
-   scim? ( app-i18n/scim )
-   sdl? (
-   media-libs/libsdl2
-   virtual/opengl
-   )
-   sound? ( media-libs/libsndfile )
-   systemd? ( sys-apps/systemd )
-   tiff? ( media-libs/tiff:0= )
-   tslib? ( x11-libs/tslib )
-   unwind? ( sys-libs/libunwind )
-   valgrind? ( dev-util/valgrind )
-   wayland? (
-   >=dev-libs/wayland-1.8.0
-   >=x11-libs/libxkbcommon-0.3.1
-   media-libs/mesa[gles2,wayland]
-   )
-   webp? ( media-libs/libwebp )
-   X? (
-   x11-libs/libXcursor
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libXScrnSaver
-
-   opengl? (
-   x11-libs/libX11
-   x11-libs/libXrender
-   virtual/opengl
-   )
-
-   gles? (
-   x11-libs/libX11
-   x11-libs/libXrender
-   virtual/opengl
-   )
-   )
-   xine? ( >=media-libs/xine-lib-1.1.1 )
-   xpm? ( x11-libs/libXpm )
-
-   sys-apps/dbus
-   >=sys-apps/util-linux-2.20.0
-   sys-libs/zlib
-   virtual/jpeg:0=
-
-   !dev-libs/ecore
-   !dev-libs/edbus
-   !dev-libs/eet
-   !dev-libs/eeze
-   !dev-libs/efreet
-   !dev-libs/eina
-   !dev-libs/eio
-   !dev-libs/embryo
-   !dev-libs/eobj
-   !dev-libs/ephysics
-   !media-libs/edje
-   

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

2018-07-02 Thread Thomas Deutschmann
commit: e3c0938dd173950b64cb68153af43a92294d2e87
Author: Joonas Niilola  gmail  com>
AuthorDate: Mon Jul  2 15:25:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 19:39:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c0938d

dev-libs/efl: add 'pdf' use flag for 1.18.4 & revbump

Closes: https://bugs.gentoo.org/659788
Closes: https://bugs.gentoo.org/615326
Package-Manager: Portage[mgorny]-2.3.36.1
RepoMan-Options: --force

 dev-libs/efl/efl-1.18.4-r1.ebuild | 290 ++
 1 file changed, 290 insertions(+)

diff --git a/dev-libs/efl/efl-1.18.4-r1.ebuild 
b/dev-libs/efl/efl-1.18.4-r1.ebuild
new file mode 100644
index 000..5a1c8ec239a
--- /dev/null
+++ b/dev-libs/efl/efl-1.18.4-r1.ebuild
@@ -0,0 +1,290 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_P=${P/_/-}
+
+if [[ "${PV}" == "" ]] ; then
+   EGIT_SUB_PROJECT="core"
+   EGIT_URI_APPEND="${PN}"
+elif [[ *"${PV}" == *"_pre"* ]] ; then
+   MY_P=${P%%_*}
+   SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz;
+else
+   
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz;
+   KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+fi
+
+inherit enlightenment pax-utils
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+IUSE="+bmp debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls 
gstreamer harfbuzz +ico ibus jpeg2k libressl neon oldlua opengl ssl pdf physics 
pixman +png postscript +ppm +psd pulseaudio raw scim sdl sound systemd tga tiff 
tslib unwind v4l valgrind wayland webp X xim xine xpm"
+
+REQUIRED_USE="
+   pulseaudio? ( sound )
+   opengl? ( || ( X sdl wayland ) )
+   gles?   ( || ( X wayland ) )
+   gles?   ( !sdl )
+   gles?   ( egl )
+   sdl?( opengl )
+   wayland?( egl !opengl gles )
+   xim?( X )
+"
+
+RDEPEND="
+   drm? (
+   >=dev-libs/libinput-0.8
+   media-libs/mesa[gbm]
+   >=x11-libs/libdrm-2.4
+   >=x11-libs/libxkbcommon-0.3.0
+   )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gif? ( media-libs/giflib )
+   glib? ( dev-libs/glib:2 )
+   gnutls? ( net-libs/gnutls )
+   !gnutls? (
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl )
+   )
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   harfbuzz? ( media-libs/harfbuzz )
+   ibus? ( app-i18n/ibus )
+   jpeg2k? ( media-libs/openjpeg:0 )
+   !oldlua? ( >=dev-lang/luajit-2.0.0 )
+   oldlua? ( dev-lang/lua:* )
+   pdf? ( app-text/poppler[cxx] )
+   physics? ( >=sci-physics/bullet-2.80 )
+   pixman? ( x11-libs/pixman )
+   postscript? ( app-text/libspectre )
+   png? ( media-libs/libpng:0= )
+   pulseaudio? ( media-sound/pulseaudio )
+   raw? ( media-libs/libraw )
+   scim? ( app-i18n/scim )
+   sdl? (
+   media-libs/libsdl2
+   virtual/opengl
+   )
+   sound? ( media-libs/libsndfile )
+   systemd? ( sys-apps/systemd )
+   tiff? ( media-libs/tiff:0= )
+   tslib? ( x11-libs/tslib )
+   unwind? ( sys-libs/libunwind )
+   valgrind? ( dev-util/valgrind )
+   wayland? (
+   >=dev-libs/wayland-1.8.0
+   >=x11-libs/libxkbcommon-0.3.1
+   media-libs/mesa[gles2,wayland]
+   )
+   webp? ( media-libs/libwebp )
+   X? (
+   x11-libs/libXcursor
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXScrnSaver
+
+   opengl? (
+   x11-libs/libX11
+   x11-libs/libXrender
+   virtual/opengl
+   )
+
+   gles? (
+   x11-libs/libX11
+   x11-libs/libXrender
+   virtual/opengl
+   )
+   )
+   xine? ( >=media-libs/xine-lib-1.1.1 )
+   xpm? ( x11-libs/libXpm )
+
+   sys-apps/dbus
+   >=sys-apps/util-linux-2.20.0
+   sys-libs/zlib
+   virtual/jpeg:0=
+
+   !dev-libs/ecore
+   !dev-libs/edbus
+   !dev-libs/eet
+   !dev-libs/eeze
+   

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

2018-07-02 Thread Thomas Deutschmann
commit: 8daa47c75dd589001fa1a6e69bbf4ffbdc957c4f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  2 19:37:05 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 19:39:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8daa47c7

dev-libs/efl: metadata.xml: inconsistent use of tabs and spaces fixed

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/efl/metadata.xml | 80 +++
 1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml
index e5cc7ce78fe..bf607843979 100644
--- a/dev-libs/efl/metadata.xml
+++ b/dev-libs/efl/metadata.xml
@@ -1,44 +1,44 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   juip...@gmail.com
-
-
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-
-
-   Enable WBMP image loader
-   Enable DDS image loader
-   Enable DRM engine
-   Enable Eet image loader
-   Enable EGL rendering
-   Enable bidirectional text support
-   Enable the OpenGL ES GL implementation
-   Enable dev-libs/glib support
-   Enable complex text shaping and layout 
support
-   Enable text hyphenation support
-   Enable Intelligent Input Bus
-   Enable Ico image loader
-   Enable ivi-shell support
-   Enable dev-libs/libuv support
-   USE dev-lang/lua instead of 
dev-lang/luajit
-   USE dev-lang/lua instead of 
dev-lang/luajit
-   Enable Bullet physics effects and support
-   Enable PixMan for software rendering
-   Enable PMAPS image loader
-   Enable PSD image loader
-   Enable Smart Common Input Method
-   Enable Tga image loader
-   Enable TGV image loader
-   Enable x11-libs/tslib for touchscreen 
events
-   Enable debug support via 
sys-libs/libunwind
-   Enable usage of dev-util/valgrind in 
debug
-   Enable media-video/vlc support
-   Enable WebP image loader
-   Enable XCF image loader
-   Enable X Input Method
-   Enable x11-libs/libXpresent 
support
-
+   
+   juip...@gmail.com
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Enable WBMP image loader
+   Enable DDS image loader
+   Enable DRM engine
+   Enable Eet image loader
+   Enable EGL rendering
+   Enable bidirectional text support
+   Enable the OpenGL ES GL implementation
+   Enable dev-libs/glib support
+   Enable complex text shaping and layout 
support
+   Enable text hyphenation support
+   Enable Intelligent Input Bus
+   Enable Ico image loader
+   Enable ivi-shell support
+   Enable dev-libs/libuv 
support
+   USE dev-lang/lua instead of 
dev-lang/luajit
+   USE dev-lang/lua instead of 
dev-lang/luajit
+   Enable Bullet physics effects and 
support
+   Enable PixMan for software rendering
+   Enable PMAPS image loader
+   Enable PSD image loader
+   Enable Smart Common Input Method
+   Enable Tga image loader
+   Enable TGV image loader
+   Enable x11-libs/tslib for 
touchscreen events
+   Enable debug support via 
sys-libs/libunwind
+   Enable usage of 
dev-util/valgrind in debug
+   Enable media-video/vlc 
support
+   Enable WebP image loader
+   Enable XCF image loader
+   Enable X Input Method
+   Enable x11-libs/libXpresent 
support
+   
 



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

2018-07-02 Thread Matthias Maier
commit: 9d22aa9b066d661eb7a1b9b75645879bda0dd612
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jul  2 19:32:15 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jul  2 19:48:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d22aa9b

app-crypt/gkeys: replace git:// /with https://

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-crypt/gkeys/gkeys-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/gkeys/gkeys-.ebuild 
b/app-crypt/gkeys/gkeys-.ebuild
index e79d59e06bc..7ab5b3f5830 100644
--- a/app-crypt/gkeys/gkeys-.ebuild
+++ b/app-crypt/gkeys/gkeys-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -10,7 +10,7 @@ EGIT_BRANCH="master"
 
 inherit distutils-r1 git-r3
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoo-keys.git"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-keys.git;
 
 DESCRIPTION="An OpenPGP/GPG key management tool and python libs"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Gentoo-keys;



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

2018-07-02 Thread Hans de Graaff
commit: 826b631456ad475f73c943c36d305f07b3f989bc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul  2 19:15:19 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul  2 19:15:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826b6314

dev-ruby/ruby-gio2: fix dconf warnings during tests

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild 
b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
index 3d47790a293..c208c579977 100644
--- a/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
+++ b/dev-ruby/ruby-gio2/ruby-gio2-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,5 +26,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-   dbus-launch ${RUBY} test/run-test.rb || die
+   XDG_RUNTIME_DIR=${T} dbus-launch ${RUBY} test/run-test.rb || die
 }



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

2018-07-02 Thread Sebastian Pipping
commit: 9a2b2979f8e1a0b533050d0ab15f64e0224dc6cb
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jul  2 19:39:19 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jul  2 19:45:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2b2979

dev-python/setuptools: Bump to 38.6.1 for x11-misc/safeeyes-2.0.6

Bug: https://bugs.gentoo.org/659318
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-38.6.1.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 2e0905b8328..e37de692d08 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -2,3 +2,4 @@ DIST setuptools-34.0.2.zip 617839 BLAKE2B 
c06ef384a42430ec8f4d956723d21f70fdcf99
 DIST setuptools-36.0.1.zip 711296 BLAKE2B 
c58a4efd8d3a2d574ff6ba5cd01a196fc7ad61a238119ac95714239965875d91e4613d08439c63ab3b9a0794b04ead5c6e8de09839e0306e4d29f47c2c7a7c58
 SHA512 
cbcd2591d0d8a7591c5d9a1d4173814afa0b984af29f2e34d26a37c357474b043f371978ac224cea12f50834d91babd9f14b137488c4edcd62594e91aff903d8
 DIST setuptools-36.7.2.zip 726758 BLAKE2B 
8821d3142f2149fbdea4d231052c3990fa7a14c57c421309683c6a65102ce4911850acd5d492087aa0f14a0026da732e47eb9bf971030443fc1b57f9f909
 SHA512 
746dce135dbacb65565787a20a2611388605e2371c94f0f8803e7712e515e69c270751d16a21f381bf6e8ddc0a1b39494db7d0c67bb32e6230a90c5d517e78f9
 DIST setuptools-38.5.1.zip 737995 BLAKE2B 
9772d39928c6633ca529292d646c1c8e96a5a77ed06545af950cc249922837c13722d97de702c1e104581d56e1f808ec3d077041212517f5a51b23aa2e95e734
 SHA512 
bd04186a6e73cf24440e82aee10fff09889cab53e2e2fbf178bdb1360accf4f787abf8d8421d5e0fcb41005254c091f62d714e8b317ecf68911e2eed87b9fcc4
+DIST setuptools-38.6.1.zip 738985 BLAKE2B 
73e5258b9fe2587b5662e80267e59bbc23484815d997a808c83e030e2dffa9a499fa1bed7e9e127cf3b92cb09451e70e590dd2e71135941124fe9d3383f7dc24
 SHA512 
38685b97a7c4cdfb67846f910afce5faf60ef1519ccb70acdfd2da83ddbfe1a56b5b03e0b8ce5dbc80dcec14847f716d7b23777e2be0ea7e6afd6da3b645b3ef

diff --git a/dev-python/setuptools/setuptools-38.6.1.ebuild 
b/dev-python/setuptools/setuptools-38.6.1.ebuild
new file mode 100644
index 000..60944fe5362
--- /dev/null
+++ b/dev-python/setuptools/setuptools-38.6.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/pypa/setuptools.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
+fi
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.org/project/setuptools/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+"
+DEPEND="${RDEPEND}
+   app-arch/unzip
+   test? (
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.1.0[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   >=dev-python/backports-unittest-mock-1.2[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst 
docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   if [[ ${PV} == "" ]]; then
+   python_setup
+   ${EPYTHON} bootstrap.py || die
+   fi
+
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2018-07-02 Thread Sebastian Pipping
commit: 080fe36a24e06f16ef7c7f0134272387c16a76fe
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jul  2 19:41:19 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jul  2 19:45:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080fe36a

x11-misc/safeeyes: Fix setuptools depndency

Bug: https://bugs.gentoo.org/659318
Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild 
b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
index ebf1e7c7347..9aae9642548 100644
--- a/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
+++ b/x11-misc/safeeyes/safeeyes-2.0.6.ebuild
@@ -17,7 +17,7 @@ IUSE="portaudio"
 
 CDEPEND="${PYTHON_DEPS}"
 DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}]
"
 RDEPEND="${CDEPEND}
dev-libs/libappindicator:3



[gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/

2018-07-02 Thread Pacho Ramos
commit: 083aeb207ba0cd60f14bf27bc6fa275b709a1af0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Jul  2 18:57:05 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Jul  2 18:57:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083aeb20

app-pda/libimobiledevice: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../libimobiledevice/libimobiledevice-1.2.0.ebuild | 99 --
 1 file changed, 99 deletions(-)

diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild 
b/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild
deleted file mode 100644
index af97f9a81f9..000
--- a/app-pda/libimobiledevice/libimobiledevice-1.2.0.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit eutils python-r1
-
-DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch 
devices"
-HOMEPAGE="http://www.libimobiledevice.org/;
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2;
-
-# While COPYING* doesn't mention 'or any later version', all the headers do, 
hence use +
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0/6" # based on SONAME of libimobiledevice.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="gnutls python static-libs"
-
-RDEPEND=">=app-pda/libplist-1.11:=
-   >=app-pda/libusbmuxd-1.0.9:=
-   gnutls? (
-   dev-libs/libgcrypt:0
-   >=dev-libs/libtasn1-1.1
-   >=net-libs/gnutls-2.2.0
-   )
-   !gnutls? ( dev-libs/openssl:0 )
-   python? (
-   ${PYTHON_DEPS}
-   app-pda/libplist[python(-),${PYTHON_USEDEP}]
-   )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( AUTHORS NEWS README )
-
-BUILD_DIR="${S}_build"
-
-src_prepare() {
-   epatch "${FILESDIR}/gnutls-3.4.patch"
-}
-
-src_configure() {
-   local ECONF_SOURCE=${S}
-
-   local myeconfargs=( $(use_enable static-libs static) )
-   use gnutls && myeconfargs+=( --disable-openssl )
-
-   do_configure() {
-   mkdir -p "${BUILD_DIR}" || die
-   pushd "${BUILD_DIR}" >/dev/null || die
-   econf "${myeconfargs[@]}" "${@}"
-   popd >/dev/null || die
-   }
-
-   do_configure_python() {
-   # Bug 567916
-   PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
-   }
-
-   do_configure --without-cython
-   use python && python_foreach_impl do_configure_python
-}
-
-src_compile() {
-   python_compile() {
-   emake -C "${BUILD_DIR}"/cython -j1 \
-   VPATH="${S}/cython:${native_builddir}/cython" \
-   
imobiledevice_la_LIBADD="${native_builddir}/src/libimobiledevice.la"
-   }
-
-   local native_builddir=${BUILD_DIR}
-   pushd "${BUILD_DIR}" >/dev/null || die
-   emake -j1
-   use python && python_foreach_impl python_compile
-   popd >/dev/null || die
-}
-
-src_install() {
-   python_install() {
-   emake -C "${BUILD_DIR}/cython" -j1 \
-   VPATH="${S}/cython:${native_builddir}/cython" \
-   DESTDIR="${D}" install
-   }
-
-   local native_builddir=${BUILD_DIR}
-   pushd "${BUILD_DIR}" >/dev/null || die
-   emake -j1 DESTDIR="${D}" install
-   use python && python_foreach_impl python_install
-   popd >/dev/null || die
-
-   dodoc docs/html/*
-   if use python; then
-   insinto /usr/include/${PN}/cython
-   doins cython/imobiledevice.pxd
-   fi
-   prune_libtool_files --all
-}



[gentoo-commits] data/glep: New branch: glep-general-resolution

2018-07-02 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  2 18:56:42 2018 +

New branch: glep-general-resolution




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

2018-07-02 Thread Mike Pagano
commit: d1bdfed1da0c09123c55e5374d1963e692f2c37f
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jul  2 20:16:50 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jul  2 20:17:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bdfed1

sys-kernel/gentoo-sources: Cleanup of 4.16.X kernel.

Please upgrade as 4.16.X is EOL.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/gentoo-sources/Manifest | 21 
 .../gentoo-sources/gentoo-sources-4.16.11.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.12.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.13.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.14.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.15.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.16.ebuild   | 28 --
 .../gentoo-sources/gentoo-sources-4.16.17.ebuild   | 28 --
 8 files changed, 217 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b076977c968..b203a0bb7b9 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,27 +25,6 @@ DIST genpatches-4.14-56.extras.tar.xz 17492 BLAKE2B 
f993363b6205021049a653828ee3
 DIST genpatches-4.14-57.base.tar.xz 1472016 BLAKE2B 
1905e983d34220a97bda5eb7b1fff09d7ac42dc129b722611c079418133231d6d41f871c20df94a3db5440c8b1374d09ae3303be9e2cb8b70f5d92b61382f3ed
 SHA512 
bace21a042f6e45512a8ffe3cb329c70b3f3548142fbaddbd76b2be50f50276db8f4cc410a7d05915c30c443cc82934893203d3025cd4653387ff6fd64f0b4ae
 DIST genpatches-4.14-57.experimental.tar.xz 5216 BLAKE2B 
ac751059eb363f1327b8cc6a9ad6c993cc56e3a57010f6a7d8b30220a401ec2b607b7eda601b39f1d6480fddb45f7a980ba7ffe7cf808ae382a57cc57a785f39
 SHA512 
efb2bf34ea83789437388b6becb4c51564c885355dffdfe0f902ded0cd0a9dbc534a891a8eddde76418a651f0da41d8a7402e672688b2cccaae5897ce0bfb744
 DIST genpatches-4.14-57.extras.tar.xz 17488 BLAKE2B 
6dbe6859eafa2a61d2139572a28046a1278a965aa6a82518b5658c61f18ece4054175116b5907436bc40bd4c32458752fc381cb29806d9e25550a17f81684eab
 SHA512 
49d7a27075e7e113ef39f2da651e9302b51c66d46c4d2960acc648dcd0eb4b608118584dbcbf169d73cf1ed4e105fbae9125f06dda46d346a63f0f35bf23bb4e
-DIST genpatches-4.16-12.base.tar.xz 262212 BLAKE2B 
95d70087d1e17fa59498be09fb5f73b26843627e0f858979914123d5ed38c48c3d0b6cc8fdcddb0d0a145342f5664032784793a9076692fe0c260b40299c0fc6
 SHA512 
3d029c80a1b00dc90f4781c778815bbacae1713f0b5e2af3c9351ee6d56996efc1e048ef2509c8e002fc8c633158886c5abc24a8663eb7daa97bbe2cf0f9363c
-DIST genpatches-4.16-12.experimental.tar.xz 5168 BLAKE2B 
a65e3d51f96010dc20c5937bdc2d1984c519af9633a2e460a161b2640293ddbec38f2581e0ba6278397d06d9cd9154c8880eb6f31a02ce2f25123ad6b1ff12bd
 SHA512 
1691f82a02d153d5d6f98c53e03db5692693f6e01487b17d025193f973904f488bbe48a73a8e7c9e35ef5f9dfe37e4f3c1087713b891791fad714f18a6a82c49
-DIST genpatches-4.16-12.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0daac855515544d54a286dc90791e8318ef172771665ce132872351da9e26a0231f0b3e356cf9380c59ea52358ece117a23157e
 SHA512 
eba699a9b0615b096358e967c1ee68989f1374ba9a4f281f232aca8ea459b30446551346a081b4a61067a4e94fedfbe2e470708801a4e9bc3049b69f6558fa14
-DIST genpatches-4.16-13.base.tar.xz 310996 BLAKE2B 
6d87d807dbb17b2c132279849798c16ffe844e7f9f46e5adfcb5ecf1356ae60ed95d94469db8016d91d1a396aa4ae806fa8ae30a7cf17a9a8229c9546fdd5022
 SHA512 
450ec9c39cd88e995324b70cd58092f8f588f359cbada6d3c097cfc98c05d15a705c41ed4d9b48d9c2b4b15c79188c172a68a094c2e76b4aa44d83631fe8a486
-DIST genpatches-4.16-13.experimental.tar.xz 5168 BLAKE2B 
3c137d43673f5a2eb0169d521c029c160f8f85bbcca212b2b7a0cfdcec48a93ed31c4c0fc0393581d106565db1b65d4e656c3a0b315c98ad7cddd06ac83a64be
 SHA512 
bb5dd9dcee179c3384002f2b6abb3ffb937f8ea19dfe804acc9e248dd056535b03e2fc2655a11d1b0bbd1e3cfcc6d154ad1bb73a73dfd7ca4e517b476d0b1346
-DIST genpatches-4.16-13.extras.tar.xz 17476 BLAKE2B 
72ebf7259d9157612350f0e7565cf15c9ca20d993413a81891ad09e4eaad4f8d2cf94cd35ba1439717820cb812a30b964bcb7b6346dbefd138ddcfb568f378c5
 SHA512 
aab9b7ccc1cde0374ae5c6f364ef89ab2ceb15484307db8cf8157da3066147835d0a0cff06392b4440c59762527065f933586b43b1fe53fe5510ed9514436987
-DIST genpatches-4.16-14.base.tar.xz 387692 BLAKE2B 
4dad10e5bdacc39015381129508e15b1c30b6f191b3b3d5e7d66e89f8e7e3f9c40c81fb8596d38ca846c3747cc1ed722ac59a2bfa7984540c6466fe96a419f67
 SHA512 
70514f91e7575a87121dd7b5c8b2cf545d60253174eb8eef520e57beefc0d5c516fb1d48d963cebd60c85994744c5bb62576844feb9d1fc05aec9a21830aee9e
-DIST genpatches-4.16-14.experimental.tar.xz 5168 BLAKE2B 
08bac33d41aeff4e675590484c5bc682cb420b38b3041e055b6c9b12d466b16dfafc5f8186e05b7797eecefaee7357a2a2b5729757a6880cfeb038d62624cbb8
 SHA512 
74da59061bdcafe29f8fa7142c132896f55597d992ee2ca365998af3f23c0ae48828664c1e435f7ea2d7e8b93682411f8c00cda3aaf79cd6535f5e8bf6ce62d5
-DIST genpatches-4.16-14.extras.tar.xz 17488 

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

2018-07-02 Thread Mark Wright
commit: c13cb5aef5770ba3e947fb4891b955ce1ebd6b71
Author: Mark Wright  gentoo  org>
AuthorDate: Mon Jul  2 11:28:58 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul  3 00:47:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13cb5ae

dev-lang/R: Bump to 3.5.1 RC

Thanks to Neil for reporting, John Dough and Daniel M. Weeks for commenting.
Bug: https://bugs.gentoo.org/632364
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lang/R/Manifest  |   1 +
 dev-lang/R/R-3.5.1_rc.ebuild | 207 +++
 2 files changed, 208 insertions(+)

diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest
index bf671c6578e..d69ac509af6 100644
--- a/dev-lang/R/Manifest
+++ b/dev-lang/R/Manifest
@@ -3,3 +3,4 @@ DIST R-3.2.2.tar.gz 29772864 BLAKE2B 
f3f7ff9b9bd3cf685712e8997dd5a511a47e56ed261
 DIST R-3.3.2.tar.gz 29440670 BLAKE2B 
37308fb0caf19c33196b496d5b6f2f1b5b6f75e3ed985f2f0c4b0633d6191181de7f4cbd1ec986d76089a101d8895493cfe3b8563cfbc36f0b72a1ea14c748c5
 SHA512 
06a98687c0b180cb0bfd57440ea26088212d9f48948d503136475bf54b42d72cfec5bea7e333c0cedd60733bd614dd0f8c2eced7e24478b6c89f48e8d0c43482
 DIST R-3.4.1.tar.gz 30200109 BLAKE2B 
03602e9a48759caee8ce047fa6273df7a54af089de4489e21953c0e3fc7bfdf720d924f1e0167d3dbf65f63ed42ac10dea8b45289b921cda1c0e6d25a0063ebb
 SHA512 
19bd50c87dc001ef947c15c1760f27ac8986ff6b43c6d90d3093ae184e42963027ef06faf31ec57ac9e519af7a35a2f53f8ea23ef75d800ebbd02945cedc4651
 DIST R-78d6830e28ea90a046da79a9b4f70c39594bb6d6.bash_completion 13596 BLAKE2B 
53338e4a1c4f68beb69247216e553dbcac47f660fbf032bfebf7a660e32d2cff5b11ed35411c52de7e1fd6e00bbf5b5ea19369a325fa0a38bd93d63dc3288cbd
 SHA512 
9ccd19bb1b0c18a2f13035ccd6809447429e197e298fb4d1df808ef345d723b42f75a1b91c349f6dbb46e4a82e59ef33e11300c495d79b63d670d0c0f2b16a06
+DIST R-patched_2018-06-29.tar.gz 29775566 BLAKE2B 
905f2cacd01d151f4d35f1dcba5cdc850958f1dae2ecb334932ec652dad5f964ed861c54878dfee2b6c2880d4ea7894e1e71384975d90a2653f9289fa94e6f82
 SHA512 
2dafcd57e7821f5ccbce44915e312d24f13de35e6c9ece13185c941de1f4c71e52151a44dc0ad801fac90e0955a26d5c6b47d89656c07cddf4959b34a935d0f9

diff --git a/dev-lang/R/R-3.5.1_rc.ebuild b/dev-lang/R/R-3.5.1_rc.ebuild
new file mode 100644
index 000..c77d3ebacb4
--- /dev/null
+++ b/dev-lang/R/R-3.5.1_rc.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 autotools eutils flag-o-matic fortran-2 multilib 
versionator toolchain-funcs
+
+# latest git commit for R bash completion: 
https://github.com/deepayan/rcompletion
+BCPV=78d6830e28ea90a046da79a9b4f70c39594bb6d6
+
+DESCRIPTION="Language and environment for statistical computing and graphics"
+HOMEPAGE="http://www.r-project.org/;
+# This release candidate is not on the CRAN mirrors
+SRC_URI="
+   https://stat.ethz.ch/R/daily/R-patched_2018-06-29.tar.gz
+   
https://raw.githubusercontent.com/deepayan/rcompletion/${BCPV}/bash_completion/R
 -> ${PN}-${BCPV}.bash_completion"
+
+LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix 
profile readline static-libs tiff tk X"
+REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( 
cairo X ) )"
+
+CDEPEND="
+   app-arch/bzip2:0=
+   app-arch/xz-utils:0=
+   app-text/ghostscript-gpl
+   >=dev-libs/libpcre-8.35:3=
+   net-misc/curl
+   virtual/blas:0
+   || ( >=sys-apps/coreutils-8.15 sys-freebsd/freebsd-bin 
app-misc/realpath )
+   cairo? ( x11-libs/cairo:0=[X] x11-libs/pango:0= )
+   icu? ( dev-libs/icu:= )
+   jpeg? ( virtual/jpeg:0 )
+   lapack? ( virtual/lapack:0 )
+   perl? ( dev-lang/perl )
+   png? ( media-libs/libpng:0= )
+   readline? ( sys-libs/readline:0= )
+   tiff? ( media-libs/tiff:0= )
+   tk? ( dev-lang/tk:0= )
+   X? ( x11-libs/libXmu:0= x11-misc/xdg-utils )"
+
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   doc? (
+   virtual/latex-base
+   dev-texlive/texlive-fontsrecommended
+   )"
+
+RDEPEND="${CDEPEND}
+   >=sys-libs/zlib-1.2.5.1-r2:0[minizip]
+   java? ( >=virtual/jre-1.5 )"
+
+RESTRICT="minimal? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.4.1-parallel.patch
+   "${FILESDIR}"/${PN}-3.4.1-rmath-shared.patch
+)
+
+S="${WORKDIR}/R-rc"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
+   if ! tc-check-openmp; then
+   ewarn "OpenMP is not available in your current selected 
compiler"
+   die "need openmp capable compiler"
+   fi
+   FORTRAN_NEED_OPENMP=1
+   fi
+   

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

2018-07-02 Thread Mark Wright
commit: 4cb53f7ed2eb54271af2d97c426c9375d795f6f9
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Jul  3 02:02:29 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul  3 02:02:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb53f7e

dev-libs/mathjax: Bump to 2.7.4

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/mathjax/Manifest |  1 +
 dev-libs/mathjax/mathjax-2.7.4.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/mathjax/Manifest b/dev-libs/mathjax/Manifest
index 496072083fa..60e9420aa42 100644
--- a/dev-libs/mathjax/Manifest
+++ b/dev-libs/mathjax/Manifest
@@ -1 +1,2 @@
 DIST mathjax-2.7.0.tar.gz 24594403 BLAKE2B 
7cadfe7565a7ebba3569fb298a097f07081926b843a06c3c32447757eb0a5d463d654f20c42821010c81c59819bb14fdc5e84a39e87106bb6808bd6c9ca52bb7
 SHA512 
2a7c2b4a4991485c18f78dda4115da05a31c1a2d952c403726e99d22fd26f166298199238ad482e53b63b5414be687f325b586f5ebe4e2d552447c929415b350
+DIST mathjax-2.7.4.tar.gz 25355532 BLAKE2B 
0bed5224356757c64989de8b9355f5c2505f1fa951456c52caf1cc0a9b5a864633ce5299cc9b67b1e5c743e39bcb6aee787a76d6871fc998b614d62e12499f6f
 SHA512 
cddc4c64c188620307f0ede3b0bc7ba071f78702ba6315426d8c83129543a6b81a3a9a115f88017e23b5094b7aefd934c39aeec9688419830e33f9fd0fb1de7e

diff --git a/dev-libs/mathjax/mathjax-2.7.4.ebuild 
b/dev-libs/mathjax/mathjax-2.7.4.ebuild
new file mode 100644
index 000..5aaff104875
--- /dev/null
+++ b/dev-libs/mathjax/mathjax-2.7.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
+HOMEPAGE="http://www.mathjax.org/;
+SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples"
+
+RESTRICT="binchecks strip"
+
+S=${WORKDIR}/MathJax-${PV}
+
+make_webconf() {
+   # web server config file - should we really do this?
+   cat > $1 <<-EOF
+   Alias /MathJax/ ${EPREFIX}${webinstalldir}/
+   Alias /mathjax/ ${EPREFIX}${webinstalldir}/
+
+   
+   Options None
+   AllowOverride None
+   Order allow,deny
+   Allow from all
+   
+   EOF
+}
+
+src_prepare() {
+   default
+   egit_clean
+}
+
+src_install() {
+   local DOCS=( README* )
+   use doc && local HTML_DOCS=( docs/html/* )
+   default
+   if use examples; then
+   insinto /usr/share/${PN}/examples
+   doins -r test/*
+   fi
+   rm -r test docs LICENSE README* || die
+
+   webinstalldir=/usr/share/${PN}
+   insinto ${webinstalldir}
+   doins -r *
+
+   make_webconf MathJax.conf
+   insinto /etc/httpd/conf.d
+   doins MathJax.conf
+}



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

2018-07-02 Thread Mark Wright
commit: bc782ac254bf543b5946571ccb71a3bba332ced5
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Jul  3 01:58:54 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul  3 01:58:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc782ac2

dev-libs/mathjax: Drop old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/mathjax/Manifest |  3 --
 dev-libs/mathjax/mathjax-2.2.ebuild   | 56 ---
 dev-libs/mathjax/mathjax-2.4.0.ebuild | 56 ---
 dev-libs/mathjax/mathjax-2.5.3.ebuild | 56 ---
 4 files changed, 171 deletions(-)

diff --git a/dev-libs/mathjax/Manifest b/dev-libs/mathjax/Manifest
index ed6f4c8dd55..496072083fa 100644
--- a/dev-libs/mathjax/Manifest
+++ b/dev-libs/mathjax/Manifest
@@ -1,4 +1 @@
-DIST mathjax-2.2.tar.gz 8974100 BLAKE2B 
3947579fe5c02a66a68a276c2cdf8e3c8efd79c600c46e7ed0d5b88af5d4b6d10ba60a8c319a973799282cf735405bfc2d6bc1baa83a7c84babc403f54693e73
 SHA512 
11987a959a7b154ea8df4ad93ce6193eed930affcfbfd2ba3fd965356c3ea957ef73a3ea6830a841bbe81f64ed0d9a78ab9fd74d0cbf011671b7d174cdc1f80c
-DIST mathjax-2.4.0.tar.gz 23048567 BLAKE2B 
02958eb1c6d60db127c9fe6edca0aeaea765a879e6a7a629aa260a593080251d356abb24f9edf294f61525096644b6ed4696d548b4e7ae1f6a22e368ad5c1338
 SHA512 
1f1cd590d0d584e38a51920e1d92e7dd1e0b8a0660b1ad29b522a5ced4d6c1f7d00074500d726aeee04c04f10c963944d1ef6aa2a662d7b53df609f9270b8de0
-DIST mathjax-2.5.3.tar.gz 23257294 BLAKE2B 
2aac6c058315976266964c81096032a5bc6b1e533fdb9e1c8234fc5f67fd12f095462f679af4dcc6ee15d40062f3d7a8c67c5a92824986b5a606636128f9463d
 SHA512 
007b3d4e7d4224746ea8996838f6d208ee6dd04a6c2e3dc38b6e7ad83421732d4f5c5b9b6714183d0a25a46fdc1a9cd73a6ca769f29dbe3f36c79a5ca0ee1178
 DIST mathjax-2.7.0.tar.gz 24594403 BLAKE2B 
7cadfe7565a7ebba3569fb298a097f07081926b843a06c3c32447757eb0a5d463d654f20c42821010c81c59819bb14fdc5e84a39e87106bb6808bd6c9ca52bb7
 SHA512 
2a7c2b4a4991485c18f78dda4115da05a31c1a2d952c403726e99d22fd26f166298199238ad482e53b63b5414be687f325b586f5ebe4e2d552447c929415b350

diff --git a/dev-libs/mathjax/mathjax-2.2.ebuild 
b/dev-libs/mathjax/mathjax-2.2.ebuild
deleted file mode 100644
index 135d39f3fac..000
--- a/dev-libs/mathjax/mathjax-2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
-HOMEPAGE="http://www.mathjax.org/;
-SRC_URI="https://github.com/mathjax/MathJax/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RESTRICT="binchecks"
-
-S=${WORKDIR}/MathJax-${PV}
-
-make_webconf() {
-   # web server config file - should we really do this?
-   cat > $1 <<-EOF
-   Alias /MathJax/ ${EPREFIX}${webinstalldir}/
-   Alias /mathjax/ ${EPREFIX}${webinstalldir}/
-
-   
-   Options None
-   AllowOverride None
-   Order allow,deny
-   Allow from all
-   
-   EOF
-}
-
-src_prepare() {
-   egit_clean
-}
-
-src_install() {
-   dodoc README*
-   use doc && dohtml -r docs/html/*
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins -r test/*
-   fi
-   rm -rf test docs LICENSE README* || die
-
-   webinstalldir=/usr/share/${PN}
-   insinto ${webinstalldir}
-   doins -r *
-
-   make_webconf MathJax.conf
-   insinto /etc/httpd/conf.d
-   doins MathJax.conf
-}

diff --git a/dev-libs/mathjax/mathjax-2.4.0.ebuild 
b/dev-libs/mathjax/mathjax-2.4.0.ebuild
deleted file mode 100644
index 9af94c27634..000
--- a/dev-libs/mathjax/mathjax-2.4.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="JavaScript display engine for LaTeX, MathML and AsciiMath"
-HOMEPAGE="http://www.mathjax.org/;
-SRC_URI="https://github.com/mathjax/MathJax/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RESTRICT="binchecks strip"
-
-S=${WORKDIR}/MathJax-${PV}
-
-make_webconf() {
-   # web server config file - should we really do this?
-   cat > $1 <<-EOF
-   Alias /MathJax/ ${EPREFIX}${webinstalldir}/
-   Alias /mathjax/ ${EPREFIX}${webinstalldir}/
-
-   
-   Options None
-   AllowOverride None
-   Order allow,deny
-   Allow from all
-   
-   EOF
-}
-
-src_prepare() {
-   egit_clean
-}
-
-src_install() {
-  

[gentoo-commits] proj/musl:master commit in: sys-libs/libunwind/, sys-libs/libunwind/files/

2018-07-02 Thread Jory Pratt
commit: 43af8594ee1e3ac8e1507c73a0610470f9bccec8
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Jul  2 23:43:08 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jul  2 23:43:08 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=43af8594

sys-libs/libunwind: change committed in main tree

 sys-libs/libunwind/Manifest|   1 -
 .../files/libunwind-1.2-coredump-regs.patch|  16 
 .../files/libunwind-1.2-ia64-missing.patch |  93 ---
 .../files/libunwind-1.2-ia64-ptrace-coredump.patch |  34 ---
 .../files/libunwind-1.2-ia64-undwarf.patch |  17 
 .../files/libunwind-1.2.1-fix_version_macros.patch |  13 ---
 2.1-only-include-execinfo_h-if-avaliable.patch |  52 ---
 sys-libs/libunwind/libunwind-1.2.1-r1.ebuild   | 103 -
 sys-libs/libunwind/metadata.xml|  12 ---
 9 files changed, 341 deletions(-)

diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest
deleted file mode 100644
index 4155a10..000
--- a/sys-libs/libunwind/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libunwind-1.2.1.tar.gz 780774 BLAKE2B 
a5be4142e1e4932231023bdec2ab3ecd6b707faf2d32d2b571239252a1d0fb6a273a6a46c4a107db63f74f7b54c0c54cf252b8b79ad53216333ba7bcf63147a1
 SHA512 
af7c280d2a963779a4a2711887618bc96383011e4e5d52e4085aa7fb351e55e357468f6ff85e66a216f1c6826538f498335a917a5970575c93be74c96316319b

diff --git a/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch 
b/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch
deleted file mode 100644
index 3ddc610..000
--- a/sys-libs/libunwind/files/libunwind-1.2-coredump-regs.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/586092
-
-this might not be correct, but at least it builds, and doesn't crash
-
 a/src/coredump/_UCD_access_reg_linux.c
-+++ b/src/coredump/_UCD_access_reg_linux.c
-@@ -51,6 +51,9 @@ _UCD_access_reg (unw_addr_space_t as,
- #elif defined(UNW_TARGET_TILEGX)
-   if (regnum < 0 || regnum > UNW_TILEGX_CFA)
- goto badreg;
-+#elif defined(UNW_TARGET_IA64) || defined(UNW_TARGET_HPPA) || 
defined(UNW_TARGET_PPC32) || defined(UNW_TARGET_PPC64)
-+  if (regnum < 0 || regnum >= ARRAY_SIZE(ui->prstatus->pr_reg))
-+goto badreg;
- #else
- #if defined(UNW_TARGET_MIPS)
-   static const uint8_t remap_regs[] =

diff --git a/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch 
b/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch
deleted file mode 100644
index e15250b..000
--- a/sys-libs/libunwind/files/libunwind-1.2-ia64-missing.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-Original libunwind release is missing a few ia64-specific files in tarball.
-diff --git a/src/ia64/mk_Gcursor_i.c b/src/ia64/mk_Gcursor_i.c
-new file mode 100644
-index 000..67b14d5
 /dev/null
-+++ b/src/ia64/mk_Gcursor_i.c
-@@ -0,0 +1,65 @@
-+/* libunwind - a platform-independent unwind library
-+   Copyright (C) 2003 Hewlett-Packard Co
-+Contributed by David Mosberger-Tang 
-+
-+This file is part of libunwind.
-+
-+Permission is hereby granted, free of charge, to any person obtaining
-+a copy of this software and associated documentation files (the
-+"Software"), to deal in the Software without restriction, including
-+without limitation the rights to use, copy, modify, merge, publish,
-+distribute, sublicense, and/or sell copies of the Software, and to
-+permit persons to whom the Software is furnished to do so, subject to
-+the following conditions:
-+
-+The above copyright notice and this permission notice shall be
-+included in all copies or substantial portions of the Software.
-+
-+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
-+
-+/* Utility to generate cursor_i.h.  */
-+
-+#include "libunwind_i.h"
-+
-+#ifdef offsetof
-+# undef offsetof
-+#endif
-+
-+#define offsetof(type,field)((char *) &((type *) 0)->field - (char *) 0)
-+
-+#define OFFSET(sym, offset) \
-+asm volatile("\n->" #sym " %0" : : "i" (offset))
-+
-+int
-+main (void)
-+{
-+  OFFSET("IP_OFF",   offsetof (struct cursor, ip));
-+  OFFSET("PR_OFF",   offsetof (struct cursor, pr));
-+  OFFSET("BSP_OFF",  offsetof (struct cursor, bsp));
-+  OFFSET("PSP_OFF",  offsetof (struct cursor, psp));
-+  OFFSET("PFS_LOC_OFF",  offsetof (struct cursor, loc[IA64_REG_PFS]));
-+  OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
-+  OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]));
-+  OFFSET("LC_LOC_OFF",   offsetof (struct cursor, 

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

2018-07-02 Thread Patrick McLean
commit: daffe111e4a2c1fa43bf64c73d0e7ae1d74ea435
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jul  3 00:09:19 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jul  3 00:09:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daffe111

sys-cluster/ceph: NSS is apparently mandatory in 13.2.0

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-cluster/ceph/ceph-13.2.0.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/ceph/ceph-13.2.0.ebuild 
b/sys-cluster/ceph/ceph-13.2.0.ebuild
index 036cfc442fc..41559adb200 100644
--- a/sys-cluster/ceph/ceph-13.2.0.ebuild
+++ b/sys-cluster/ceph/ceph-13.2.0.ebuild
@@ -28,7 +28,7 @@ SLOT="0"
 
 CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
 
-IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr mgr-frontend nss"
+IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr mgr-frontend"
 IUSE+=" +radosgw +ssl static-libs +system-boost systemd +tcmalloc test"
 IUSE+=" xfs zfs"
 IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
@@ -47,6 +47,7 @@ COMMON_DEPEND="
dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
dev-libs/libaio:=[static-libs?]
dev-libs/libxml2:=[static-libs?]
+   dev-libs/nss:=
sys-auth/oath-toolkit:=
sys-apps/keyutils:=[static-libs?]
sys-apps/util-linux:=[static-libs?]
@@ -54,7 +55,6 @@ COMMON_DEPEND="
babeltrace? ( dev-util/babeltrace )
ldap? ( net-nds/openldap:=[static-libs?] )
lttng? ( dev-util/lttng-ust:= )
-   nss? ( dev-libs/nss:= )
fuse? ( sys-fs/fuse:0=[static-libs?] )
ssl? ( dev-libs/openssl:=[static-libs?] )
xfs? ( sys-fs/xfsprogs:=[static-libs?] )
@@ -116,7 +116,6 @@ REQUIRED_USE="
${PYTHON_REQUIRED_USE}
|| ( $(python_gen_useflags 'python3*') )
mgr-frontend? ( mgr || ( $(python_gen_useflags 'python2*') ) )
-   ?? ( ssl nss )
?? ( jemalloc tcmalloc )
"
 
@@ -203,7 +202,6 @@ ceph_src_configure() {
-DWITH_LTTNG=$(usex lttng)
-DWITH_MGR=$(usex mgr)
-DWITH_MGR_DASHBOARD_FRONTEND=$(usex mgr-frontend)
-   -DWITH_NSS=$(usex nss)
-DWITH_OPENLDAP=$(usex ldap)
-DWITH_RADOSGW=$(usex radosgw)
-DWITH_SSL=$(usex ssl)



[gentoo-commits] proj/catalyst:master commit in: targets/support/

2018-07-02 Thread Richard Farina
commit: c7c2db9d5487d5a0c4e620c32d703f78951fd16b
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Tue Jul  3 01:33:44 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jul  3 01:33:44 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c7c2db9d

bigger slack, catch issues

 targets/support/create-iso.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 323179f5..2091d918 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -272,7 +272,7 @@ case ${clst_hostarch} in
# prepare gentoo.efimg from clst_target_path 
/boot/EFI dir
iaSizeTemp=$(du -sk 
"${clst_target_path}/boot/EFI" 2>/dev/null)
iaSizeB=$(echo ${iaSizeTemp} | cut '-d ' -f1)
-   iaSize=$((${iaSizeB}+32)) # Add slack
+   iaSize=$((${iaSizeB}+64)) # add slack, tested 
near minimum for overhead
echo "Creating loopback file of size 
${iaSize}kB"
dd if=/dev/zero 
of="${clst_target_path}/gentoo.efimg" bs=1k \
count=${iaSize}
@@ -286,7 +286,7 @@ case ${clst_hostarch} in
 
echo "Populating EFI image file from 
${clst_target_path}/boot/EFI"
cp -rv "${clst_target_path}"/boot/EFI/ \
-   
"${clst_target_path}/gentoo.efimg.mountPoint"
+   
"${clst_target_path}/gentoo.efimg.mountPoint" || die "Failed to populate EFI 
image file"
 
umount 
"${clst_target_path}/gentoo.efimg.mountPoint"
rmdir 
"${clst_target_path}/gentoo.efimg.mountPoint"



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

2018-07-02 Thread Matt Thode
commit: 3858c664e6e8d5cfb35e9d7e920c29af12f83a26
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul  3 02:08:40 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jul  3 02:08:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3858c664

app-arch/p7zip: remove old

Bug: https://bugs.gentoo.org/655270
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-arch/p7zip/p7zip-16.02-r1.ebuild | 159 -
 app-arch/p7zip/p7zip-16.02-r2.ebuild | 163 --
 app-arch/p7zip/p7zip-16.02-r3.ebuild | 164 ---
 3 files changed, 486 deletions(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r1.ebuild 
b/app-arch/p7zip/p7zip-16.02-r1.ebuild
deleted file mode 100644
index 9f3c5aac923..000
--- a/app-arch/p7zip/p7zip-16.02-r1.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0"
-
-inherit toolchain-funcs wxwidgets
-
-DESCRIPTION="Port of 7-Zip archiver for Unix"
-HOMEPAGE="http://p7zip.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
-
-LICENSE="LGPL-2.1 rar? ( unRAR )"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
-IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
-
-REQUIRED_USE="kde? ( wxwidgets )"
-
-RDEPEND="wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}
-   abi_x86_x32? ( >=dev-lang/yasm-1.2.0-r1 )
-   amd64? ( dev-lang/yasm )
-   x86? ( dev-lang/nasm )"
-
-S=${WORKDIR}/${PN}_${PV}
-
-DOCS=( ChangeLog README TODO )
-
-PATCHES=( "${FILESDIR}"/${P}-darwin.patch )
-
-src_prepare() {
-   default
-
-   if ! use pch; then
-   sed "s:PRE_COMPILED_HEADER=StdAfx.h.gch:PRE_COMPILED_HEADER=:g" 
-i makefile.* || die
-   fi
-
-   sed \
-   -e 's:-m32 ::g' \
-   -e 's:-m64 ::g' \
-   -e 's:-pipe::g' \
-   -e '/ALLFLAGS/s:-s ::' \
-   -e "/OPTFLAGS=/s:=.*:=${CXXFLAGS}:" \
-   -i makefile* || die
-
-   # remove non-free RAR codec
-   if use rar; then
-   ewarn "Enabling nonfree RAR decompressor"
-   else
-   sed \
-   -e '/Rar/d' \
-   -e '/RAR/d' \
-   -i makefile* CPP/7zip/Bundles/Format7zFree/makefile || 
die
-   rm -rf CPP/7zip/Compress/Rar || die
-   fi
-
-   if use abi_x86_x32; then
-   sed -i -e "/^ASM=/s:amd64:x32:" makefile* || die
-   cp -f makefile.linux_amd64_asm makefile.machine || die
-   elif use amd64; then
-   cp -f makefile.linux_amd64_asm makefile.machine || die
-   elif use x86; then
-   cp -f makefile.linux_x86_asm_gcc_4.X makefile.machine || die
-   elif [[ ${CHOST} == *-darwin* ]] ; then
-   # Mac OS X needs this special makefile, because it has a non-GNU
-   # linker, it doesn't matter so much for bitwidth, for it doesn't
-   # do anything with it
-   cp -f makefile.macosx_llvm_64bits makefile.machine
-   # bundles have extension .bundle but don't die because USE=-rar
-   # removes the Rar directory
-   sed -i -e '/strcpy(name/s/\.so/.bundle/' \
-   CPP/Windows/DLL.cpp || die
-   sed -i -e '/^PROG=/s/\.so/.bundle/' \
-   CPP/7zip/Bundles/Format7zFree/makefile.list \
-   $(use rar && echo CPP/7zip/Compress/Rar/makefile.list) 
|| die
-   elif use x86-fbsd; then
-   # FreeBSD needs this special makefile, because it hasn't -ldl
-   sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine
-   fi
-
-   if use static; then
-   sed -i -e '/^LOCAL_LIBS=/s/LOCAL_LIBS=/&-static /' 
makefile.machine || die
-   fi
-
-   if use kde || use wxwidgets; then
-   need-wxwidgets unicode
-   einfo "Preparing dependency list"
-   emake depend
-   fi
-}
-
-src_compile() {
-   emake CC=$(tc-getCC) CXX=$(tc-getCXX) all3
-   if use kde || use wxwidgets; then
-   emake CC=$(tc-getCC) CXX=$(tc-getCXX) -- 7zG
-#  emake -- 7zFM
-   fi
-}
-
-src_test() {
-   emake test test_7z test_7zr
-}
-
-src_install() {
-   # this wrappers can not be symlinks, p7zip should be called with full 
path
-   make_wrapper 7zr "/usr/$(get_libdir)/${PN}/7zr"
-   make_wrapper 7za "/usr/$(get_libdir)/${PN}/7za"
-   make_wrapper 7z "/usr/$(get_libdir)/${PN}/7z"
-
-   if use kde || use wxwidgets; then
-   make_wrapper 7zG "/usr/$(get_libdir)/${PN}/7zG"
-#  make_wrapper 7zFM "/usr/$(get_libdir)/${PN}/7zFM"
-
-#   

[gentoo-commits] proj/musl:master commit in: sys-apps/pciutils/files/

2018-07-02 Thread Jory Pratt
commit: 3c40cf0049ff686bc61aec0b548ef04ca9e6a04f
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Mon Jul  2 23:41:16 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jul  2 23:41:16 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3c40cf00

Use proper patch which includes a description of the change

 .../pciutils/files/pciutils-3.6.0-realpath.patch| 21 +
 1 file changed, 17 insertions(+), 4 deletions(-)

diff --git a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch 
b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
index b8c64b7..d65f719 100644
--- a/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
+++ b/sys-apps/pciutils/files/pciutils-3.6.0-realpath.patch
@@ -1,7 +1,17 @@
-diff -Naur pciutils-3.6.0.orig/lib/sysfs.c pciutils-3.6.0/lib/sysfs.c
 pciutils-3.6.0.orig/lib/sysfs.c2018-07-02 11:24:47.874595946 -0700
-+++ pciutils-3.6.0/lib/sysfs.c 2018-07-02 11:25:30.453595183 -0700
-@@ -133,7 +133,7 @@
+From 64716d37e2bed00e06fb3463214d979ca6b3e9c0 Mon Sep 17 00:00:00 2001
+From: 
+Date: Mon, 2 Jul 2018 18:22:29 -0500
+Subject: [PATCH] canonicalize_file_name only avaliable on glibc systems
+
+---
+ lib/sysfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/sysfs.c b/lib/sysfs.c
+index 1adb50f..c909d0c 100644
+--- a/lib/sysfs.c
 b/lib/sysfs.c
+@@ -133,7 +133,7 @@ sysfs_deref_link(struct pci_dev *d, char *link_name)
sysfs_obj_name(d, "", path);
strcat(path, rel_path);
  
@@ -10,3 +20,6 @@ diff -Naur pciutils-3.6.0.orig/lib/sysfs.c 
pciutils-3.6.0/lib/sysfs.c
  }
  
  static int
+-- 
+2.18.0
+



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

2018-07-02 Thread Thomas Deutschmann
commit: 4ee082b9af10bea9ccea2986a77a1d494f5aac49
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  2 23:59:09 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 23:59:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee082b9

dev-libs/librelp: update certificate used in test suite

Closes: https://bugs.gentoo.org/659874
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../librelp-1.2.16-add-new-test-certificate.patch  | 362 +
 dev-libs/librelp/librelp-1.2.16.ebuild |   5 +-
 2 files changed, 366 insertions(+), 1 deletion(-)

diff --git 
a/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch 
b/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch
new file mode 100644
index 000..e08ee1a8049
--- /dev/null
+++ b/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch
@@ -0,0 +1,362 @@
+Backport of
+
+commit 8491c8a0bcbb89c03875f128ed29baf9c05c4e79
+Author: Andre Lorbach 
+AuthorDate: Mon Jun 18 09:42:26 2018 +0200
+Commit: Andre Lorbach 
+CommitDate: Mon Jun 18 09:54:37 2018 +0200
+
+testbench: added new ssl test certs (100+ years valid)
+
+diff --git a/tests/tls-basic-vg.sh b/tests/tls-basic-vg.sh
+index 2e005bc..e73a900 100755
+--- a/tests/tls-basic-vg.sh
 b/tests/tls-basic-vg.sh
+@@ -12,13 +12,13 @@ fi
+ 
+ TESTPORT=20514
+ echo 'Start Receiver...'
+-valgrind ./receive -p $TESTPORT -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog" > 
librelp.out.log &
++valgrind ./receive -p $TESTPORT -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog-client" 
> librelp.out.log &
+ PID=$!
+ 
+ sleep 1
+ 
+ echo 'Send Message...'
+-valgrind ./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog"
++valgrind ./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog-client"
+ 
+ echo 'Stop Receiver...'
+ kill $PID
+diff --git a/tests/tls-basic.sh b/tests/tls-basic.sh
+index 8b53b1e..b4128c3 100755
+--- a/tests/tls-basic.sh
 b/tests/tls-basic.sh
+@@ -1,9 +1,9 @@
+ #!/bin/bash
+ . ${srcdir}/test-framework.sh
+-startup_receiver -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog"
++startup_receiver -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog-client"
+ 
+ echo 'Send Message...'
+-./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog"
++./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog-client"
+ 
+ stop_receiver
+ check_output "testmessage"
+diff --git a/tests/tls-certs/ca.pem b/tests/tls-certs/ca.pem
+index 6324c7d..99925c4 100644
+--- a/tests/tls-certs/ca.pem
 b/tests/tls-certs/ca.pem
+@@ -1,15 +1,29 @@
+ -BEGIN CERTIFICATE-
+-MIICYjCCAc2gAwIBAgIBATALBgkqhkiG9w0BAQUwWDELMAkGA1UEBhMCREUxHTAb
+-BgNVBAoTFHJzeXNsb2cgdGVzdCByb290IENBMQswCQYDVQQLEwJDQTEdMBsGA1UE
+-AxMUcnN5c2xvZy10ZXN0LXJvb3QtY2EwHhcNMDgwNTIwMTI1ODEyWhcNMTgwNTE4
+-MTI1ODI0WjBYMQswCQYDVQQGEwJERTEdMBsGA1UEChMUcnN5c2xvZyB0ZXN0IHJv
+-b3QgQ0ExCzAJBgNVBAsTAkNBMR0wGwYDVQQDExRyc3lzbG9nLXRlc3Qtcm9vdC1j
+-YTCBnDALBgkqhkiG9w0BAQEDgYwAMIGIAoGAw2s+V+WCK7jx9MLpDD4pO8SCqq6Q
+-nK/BptvKM+YeBrV9ud3lq6YgbpNmv3/wig43rqpolqk7PdDxTW/mdXPmM72oKr/N
+-Fc2cAyOEXK8JTWiqwc//V4qMAnKFfLOxr1dr7WRD0k4Tc8+BWJMQjL2zmGXiSGEF
+-YWYIFHLmnX4ZgyMCAwEAAaNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8E
+-BQMDBwYAMB0GA1UdDgQWBBQzYQQgUm0YLNdarJnc2c1LxYVClDALBgkqhkiG9w0B
+-AQUDgYEAuGWtH7Jkpa0n/izqQ5ddDQP/LT6taivCwlpEYEU9aumpQPWWxtYywKaP
+-RfM1JTMLAiYd8MS7TJ8TYRvvR32Y02Y+OhXn11xERkWvBT2M9yzqX6hDfRueN7RT
+-fPWsfm/NBTVojzjaECcTFenZid7PC5JiFbcU6PSUMZ49/JPhxAo=
++MIIE9jCCA16gAwIBAgIIWxfM+RyuD1EwDQYJKoZIhvcNAQELBQAwgYsxEzARBgNV
++BAMTCnJzeXNsb2cgY2ExEDAOBgNVBAsTB0FkaXNjb24xFTATBgNVBAoTDEFkaXNj
++b24gR21iSDEYMBYGA1UEBxMPR3Jvc3NyaW5kZXJmZWxkMQswCQYDVQQIEwJCVzEL
++MAkGA1UEBhMCREUxFzAVBgoJkiaJk/IsZAEZFgdyc3lzbG9nMCAXDTE4MDYwNjEy
++MDA1OFoYDzIxMTgwNTEzMTIwMTA1WjCBizETMBEGA1UEAxMKcnN5c2xvZyBjYTEQ
++MA4GA1UECxMHQWRpc2NvbjEVMBMGA1UEChMMQWRpc2NvbiBHbWJIMRgwFgYDVQQH
++Ew9Hcm9zc3JpbmRlcmZlbGQxCzAJBgNVBAgTAkJXMQswCQYDVQQGEwJERTEXMBUG
++CgmSJomT8ixkARkWB3JzeXNsb2cwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGK
++AoIBgQDHA1CeNI30en7OKGJ/pWyNSH9rnw8z6egDxdTjtOIichA2/LVPaGZYecI0
++GH/UtkRgM69kFuo6dRaWvr0yp+XPfGlAcFcPg6cYKEoYyb18HsTReyuAcdBcYQYg
++2ZdmAqtqeHAqcb7wSEB8XuXLdD2Flsco3GaT3zFNv7t7QFDW1b2tT/92w+QGtI1T

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

2018-07-02 Thread Richard Farina
commit: 421c2d47de22ffcb26bafabe0ad332909665b363
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jul  3 02:04:24 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jul  3 02:05:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421c2d47

dev-util/catalyst: more correct deps

building cdtar on the fly requires a bit more

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

diff --git a/dev-util/catalyst/catalyst-.ebuild 
b/dev-util/catalyst/catalyst-.ebuild
index e3bf4c22c44..32ee71fab19 100644
--- a/dev-util/catalyst/catalyst-.ebuild
+++ b/dev-util/catalyst/catalyst-.ebuild
@@ -46,6 +46,8 @@ RDEPEND="
 "
 PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
sys-boot/grub:2
+   amd64? ( 
sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
+   x86? ( sys-boot/grub[grub_platforms_efi-32] )
sys-boot/syslinux
sys-boot/shim )"
 



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

2018-07-02 Thread Richard Farina
commit: d2d36038da568570f75452437f68260f132015c4
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jul  3 02:05:38 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jul  3 02:05:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d36038

profiles/arch/amd64/package.use.mask: fix an old typo in my own work

 profiles/arch/amd64/package.use.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 0ea0ff75273..17a74679451 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -56,7 +56,7 @@ net-wireless/pyrit cuda
 
 # Rick Farina  (11 May 2017)
 # nexpose and openvas work on amd64
-net-analyzer/metasploit nexpose openvas
+net-analyzer/metasploit -nexpose -openvas
 
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on amd64



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/, sci-mathematics/rstudio/files/

2018-07-02 Thread Mark Wright
commit: 07ba37d27c35a88152a5f413289892c47b8325c6
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Jul  3 02:09:07 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul  3 02:38:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba37d2

sci-mathematics/rstudio: Bump to 1.1.453

Thanks to John Dough for reporting 652116.
Thanks to Harris Landgarten for reporting 626056.
Closes https://bugs.gentoo.org/652116
Closes https://bugs.gentoo.org/626056

 sci-mathematics/rstudio/Manifest   |   1 +
 .../files/rstudio-1.1.453-boost-1.67.0.patch   |  38 
 .../rstudio/files/rstudio-1.1.453-core.patch   | 143 
 sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 249 +
 4 files changed, 431 insertions(+)

diff --git a/sci-mathematics/rstudio/Manifest b/sci-mathematics/rstudio/Manifest
index 68418950fa6..77cc3217237 100644
--- a/sci-mathematics/rstudio/Manifest
+++ b/sci-mathematics/rstudio/Manifest
@@ -6,6 +6,7 @@ DIST packrat-0.98.1000.tar.gz 97677 BLAKE2B 
282fe33dc5ba366ceea05a222ae2d018bc3a
 DIST rmarkdown-0.98.1000.tar.gz 1423820 BLAKE2B 
eac8c9cf438c9b44ddfe954602dd67a83764b0c988b3ba571877c986b0d5d237059ed6643a86bb404428857ec8c346bfecd12f7cd15cde301cb0ce331f842b7f
 SHA512 
df3540c24c87930fe55bff2ffe67c86c219800cb00ed72ba9451ecd0d0cad411548a78c1a04b9a2e301e853616dcb77e09129c4e48ade6f16d3f14b7ea7e4852
 DIST rsconnect_0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0.tar.gz 197051 
BLAKE2B 
1f3f9fe71d7b50ab5108dfdbd3cc0b882bcc935ee58e8a9145b07a18bb86c39bc45e321a13add24df99492bc30548df716775c339bcbf4efc2bfe158299ae55a
 SHA512 
208dc349f4aa7613ecf94939aba60d22d3a06972344b526c9b6c951015571f5922927bca08db571a7b8a268e42609a4f558f01278c9685f6da2ffc66a1f95ade
 DIST rstudio-1.1.383.tar.gz 20196702 BLAKE2B 
5164230a92618e4252269ad0016b200294d1e7fa502cc49aa694486cda098ee7ffc65e6c74a87d891d0532f5cc15d1552aa86d04047d07b4f275cbc4d2758647
 SHA512 
3f637f9bce2c1ad1a4ed3e74287da722190a4e12b0cace6ffcca271977d49dcecca9365f2064366aad94e87851593cab83fa9361e9a9222a9f67fe9451f31ed2
+DIST rstudio-1.1.453.tar.gz 20200360 BLAKE2B 
560b89e53b04356ecf9a02dd8a7e72ad8d6c30bf406fbe7e22a82cc6d33d40e84bececf5ecda9cf086360b2bd2fa64d6b33c2dd675ef5f605f9e825d7ca2dc84
 SHA512 
f2be0866f645007a6f80959109928820c89480057c3660d23e790591797d4f4c371733f49290dae9c81bfc2715821528e2a105e7a66d4d9ffbfc7ee2a596976c
 DIST selenium-java-2.37.0.zip 24625928 BLAKE2B 
b369a805ae96f0d0913c4be42888d9c2a1e213ff982f9daefe73fadb705baa80ab0186ab50ed52609e83697cffaf8d617d06d75405cb8e1c3fe8e7c5b81dba25
 SHA512 
68624e82dbc751a25c50fad72702a98eb30d77fd4337d2a969f8e06bcc49e5f8c835cd27ec53772f3375014ddde1d5636936e966b75f3594a9f86aa18ba4e779
 DIST selenium-server-standalone-2.37.0.jar 34730734 BLAKE2B 
3899b1d4c5f9153c1f9f13bec66f7c1456ea2e0f34db7d8e54a1ce9063c33a05b3cf95216c2ae06bb40504f72f343a4b9ba6c8553fbbc340e7c18a5b612dde5c
 SHA512 
b215446d42d2d1f69664349b6ae6dc53a532d3624c91254f0f4183d0ad764648792e5cc1126a55a1e60d9687d55200fed01d6d2f46cc3d853b1fa6ee38111018
 DIST shinyapps-0.98.1000.tar.gz 910095 BLAKE2B 
4f9364692348bb52cbd12cc6ee447841cb0c805327f2518b2a9545920b602b954a98dea68ccb3daf32d2c3bab6464fb15402844d93277193315f1ae7b3ca5190
 SHA512 
3162317c4c20cfc1497e952a8235867084d629ae88407e6c465b3e208adb1dc97abfe6b9922e0374ddf4c8e38a76e112942bd312c54a66f74e6f2a3fe4c0a07c

diff --git a/sci-mathematics/rstudio/files/rstudio-1.1.453-boost-1.67.0.patch 
b/sci-mathematics/rstudio/files/rstudio-1.1.453-boost-1.67.0.patch
new file mode 100644
index 000..760c9b56105
--- /dev/null
+++ b/sci-mathematics/rstudio/files/rstudio-1.1.453-boost-1.67.0.patch
@@ -0,0 +1,38 @@
+--- rstudio-1.1.453-orig/src/cpp/core/DateTime.cpp 2018-05-15 
04:19:30.0 +1000
 rstudio-1.1.453/src/cpp/core/DateTime.cpp  2018-07-02 16:19:21.335703471 
+1000
+@@ -65,7 +65,7 @@
+using namespace boost::posix_time;
+ 
+ptime time_t_epoch(date(1970,1,1));
+-   return time_t_epoch + seconds(sec);
++   return time_t_epoch + seconds(static_cast(sec));
+ }
+ 
+ boost::posix_time::ptime timeFromMillisecondsSinceEpoch(int64_t ms)
+--- rstudio-1.1.453-orig/src/cpp/core/file_lock/FileLock.cpp   2018-05-15 
04:19:30.0 +1000
 rstudio-1.1.453/src/cpp/core/file_lock/FileLock.cpp2018-07-02 
17:00:35.915695201 +1000
+@@ -133,11 +133,11 @@
+ 
+// timeout interval
+double timeoutInterval = getFieldPositive(settings, "timeout-interval", 
kDefaultTimeoutInterval);
+-   FileLock::s_timeoutInterval = boost::posix_time::seconds(timeoutInterval);
++   FileLock::s_timeoutInterval = 
boost::posix_time::seconds(static_cast(timeoutInterval));
+
+// refresh rate
+double refreshRate = getFieldPositive(settings, "refresh-rate", 
kDefaultRefreshRate);
+-   FileLock::s_refreshRate = boost::posix_time::seconds(refreshRate);
++   FileLock::s_refreshRate = 
boost::posix_time::seconds(static_cast(refreshRate));
+
+// logging
+bool loggingEnabled = 

[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/

2018-07-02 Thread Mark Wright
commit: d9c2dbc923a64ce929596357f22f9d04c16250ac
Author: Mark Wright  gentoo  org>
AuthorDate: Tue Jul  3 02:37:21 2018 +
Commit: Mark Wright  gentoo  org>
CommitDate: Tue Jul  3 02:38:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c2dbc9

sci-mathematics/rstudio: Add USE libressl

Thanks to Fernando Canales for the fix for 655408.
Thanks Harris Landgarten, Volkmar Glauche, sobham and
yuri.from.spb  gmail.com for reporting that 1.0.153 failed to
build with R 3.4.1, this should be fixed in 1.1383 and
later.
Closes: https://bugs.gentoo.org/655408
Closes: https://bugs.gentoo.org/626062
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild 
b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
index 35c991b9bd1..b69961db0c9 100644
--- a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
+++ b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
@@ -45,7 +45,7 @@ SRC_URI="
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dedicated server"
+IUSE="dedicated libressl server"
 
 QT_VER=5.4
 QT_SLOT=5
@@ -55,7 +55,6 @@ RDEPEND="
>=dev-lang/R-2.11.1
>=dev-libs/boost-1.63:=
>=dev-libs/mathjax-2.7.4
-   dev-libs/openssl:0
sys-apps/util-linux
>=sys-devel/clang-3.5.0:*
sys-libs/zlib
@@ -81,7 +80,9 @@ RDEPEND="
>=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
server? ( virtual/pam )
)
-   dedicated? ( virtual/pam )"
+   dedicated? ( virtual/pam )
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl:0 )"
 DEPEND="${RDEPEND}
app-arch/unzip
dev-java/ant-core



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

2018-07-02 Thread Aaron Bauman
commit: 0695cf40aac27e797742c96270d81044cdf418cc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jul  3 03:11:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jul  3 03:11:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0695cf40

app-arch/p7zip: amd64 stable

Bug: https://bugs.gentoo.org/655270
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-arch/p7zip/p7zip-16.02-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r4.ebuild 
b/app-arch/p7zip/p7zip-16.02-r4.ebuild
index 5f1f2513c4d..c6c4458768a 100644
--- a/app-arch/p7zip/p7zip-16.02-r4.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~s390 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 
 REQUIRED_USE="kde? ( wxwidgets )"



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

2018-07-02 Thread Hans de Graaff
commit: 31f2dab8f5e8ad114a0c04f48e40cc8129900ea9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 04:57:46 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 04:57:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f2dab8

dev-ruby/simple_oauth: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild 
b/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
index e0be3fdcc17..9deedd12dca 100644
--- a/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
+++ b/dev-ruby/simple_oauth/simple_oauth-0.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2018-07-02 Thread Hans de Graaff
commit: 56c8f8cc006c9910fc99443f2d020bd444205907
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 05:01:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 05:01:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c8f8cc

dev-ruby/equalizer: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/equalizer/equalizer-0.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/equalizer/equalizer-0.0.11.ebuild 
b/dev-ruby/equalizer/equalizer-0.0.11.ebuild
index 338124a95a1..de464915a0b 100644
--- a/dev-ruby/equalizer/equalizer-0.0.11.ebuild
+++ b/dev-ruby/equalizer/equalizer-0.0.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md"
 RUBY_FAKEGEM_TASK_DOC=""



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

2018-07-02 Thread Hans de Graaff
commit: a47a3ac039e063b4ef780e9f3014128587de9151
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 05:25:51 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 05:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47a3ac0

dev-ruby/pdf-core: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/pdf-core/pdf-core-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild
index 50cf1a76a97..f7573e884f2 100644
--- a/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild
+++ b/dev-ruby/pdf-core/pdf-core-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-07-02 Thread Hans de Graaff
commit: e9cbdbdc1bf07cb400384ecb3670088087528201
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 04:23:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 04:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cbdbdc

dev-ruby/uglifier: add 4.1.14

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/uglifier/Manifest b/dev-ruby/uglifier/Manifest
index e1dd349a771..4c8396ccd09 100644
--- a/dev-ruby/uglifier/Manifest
+++ b/dev-ruby/uglifier/Manifest
@@ -3,4 +3,5 @@ DIST uglifier-3.2.0.tar.gz 169273 BLAKE2B 
b0263853c882859db8cc04c19e7f7f4bcbcef9
 DIST uglifier-4.1.10.tar.gz 199064 BLAKE2B 
e7acc4fc2548798fdd673e2b559a7039c8455854f451d6bc1c45d4cdcde7a9d96205e43e16df10717414eff6829c37a58e36a38081410533408e70d3ac297700
 SHA512 
4e3cd4e11c0f4eb019aa03231fcc7ea11a63f7598f07b21a0040219ef618972fcecbfed63ed77300ee32f36f95533c443f48d71bf069488392fec99362a180ed
 DIST uglifier-4.1.11.tar.gz 199761 BLAKE2B 
abbd696fead7dc22d76c3088934b713f3aefc609d5b5f3e0b3b54b68d6c9c832fc695423647c6ca8571142db8864093a533f4d654bb32525f0a7d9e2b04b7665
 SHA512 
bc4b735ef41093e245022d94448f3c1fc6a4e69fad664372924a8770576bbf6ae776863f8c440eaa356f7917643b8c22321fa0154d9d9507ef84f258311c8114
 DIST uglifier-4.1.12.tar.gz 199867 BLAKE2B 
858cd1b04880775815a36515fa34077a59899a58ded15b25aa52f9fd6e232ae7576319ee67e299291f9bbb5b5a03aa883025fd133736328b11cc1e47636bb295
 SHA512 
cef2dcda1c7195e2af50ed94e808ddbf1ec2b95ca27cedea86180e68451d5354029d2995407150c8ee5c5e702353fcf05e205cb81cdd63e0c89bd8c8e48e5a82
+DIST uglifier-4.1.14.tar.gz 200188 BLAKE2B 
ef75c4e678987cc7b640cd2efd003352da978d6bc18c688670cbe08101475f3eec26880a764eb30e1c1f1694b2fdaeee3b13c825c79c0d09940824d2e6876674
 SHA512 
5f9c4f608e2e76e8eebaeec9dc90a100f367db79ca4a559cceb11984fc030360861fd8796cbfc67b2346b0d6b344eda647e14fa9ae29dd246a1a9b76a8d59c42
 DIST uglifier-4.1.9.tar.gz 198621 BLAKE2B 
3d2534b111e451daca5592559af999185b056fb61efa9ba2e22ef855479fd1ce316a58bbd48138c35c7f5b04813c24235616beb6d6dc0b6b8927a19c6bd8a7b3
 SHA512 
9daa50017f05a4637e2d3eba08500f2d967211c5155e6672e0e64bce713ccbb68ded04e471bd200336d972931ffd7affe50d2c22c6ae8d09d1cd17b080684f81

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



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

2018-07-02 Thread Hans de Graaff
commit: 5b3d819f9cab414e8750c0fd21d2a5587f98f3a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 04:17:28 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 04:17:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3d819f

dev-ruby/ruby_smb: add 1.0.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby_smb/Manifest  |  1 +
 dev-ruby/ruby_smb/ruby_smb-1.0.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/ruby_smb/Manifest b/dev-ruby/ruby_smb/Manifest
index b86b2525f74..8d53cc5840c 100644
--- a/dev-ruby/ruby_smb/Manifest
+++ b/dev-ruby/ruby_smb/Manifest
@@ -1,2 +1,3 @@
 DIST ruby_smb-0.0.23.gem 149504 BLAKE2B 
fe9e8dab2d0437cff691293b71473c5bbbc697952e1ce2ca52176922a7fffdeecf05e38ec139ee6f5f8c6615b2f80e6ded3b6c50390b9a7c7d06c777ce738491
 SHA512 
eaa779a3e9e3858142ed5581fddf5afd1f05106257e314c8811ca05fc80ce50c7944c8cbc147d652aad4c8fc4b3247c97f9f57eed44887de47abd51fe576e5e1
 DIST ruby_smb-0.0.24.gem 150016 BLAKE2B 
bd9af5646e151dd61d89057c325f4246dd2bed686fffc56cc1d281615093223a71dc3f2cb67d8e2f6ddacdbfafd4121e46b4109de652f90363451cb905fee2be
 SHA512 
bef4a57edd906f84eaa46072d508578e23834e08d0f66b28feaf3f7c861474bbfc763b9f4e117537d635165fa6f0d1d2430a9e4dadf23bbf99485893ce735cc2
+DIST ruby_smb-1.0.2.gem 150016 BLAKE2B 
4d661a12fee0430be8e071069d8457d4a11f197087bd1cf208f206e705285ea236a445a9396d13868335ef67c4ad7972890ffa22fe2efc3c98ef0d3503474033
 SHA512 
e8c1314d34e282bb117ea5587b18a41c25315c515cc5141d1a4bc98b423c25ac923e5c8836eda039f201204f82587bfc3d2ee89193277231424b99f512b27a59

diff --git a/dev-ruby/ruby_smb/ruby_smb-1.0.2.ebuild 
b/dev-ruby/ruby_smb/ruby_smb-1.0.2.ebuild
new file mode 100644
index 000..bb1733e03cf
--- /dev/null
+++ b/dev-ruby/ruby_smb/ruby_smb-1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
+HOMEPAGE="https://github.com/rapid7/ruby_smb;
+
+LICENSE="BSD"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/bindata:*
+   dev-ruby/rubyntlm
+   dev-ruby/windows_error"
+
+all_ruby_prepare() {
+   sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
+   sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
+   -e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
+   sed -i '/TRAVIS/d' spec/spec_helper.rb
+   sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
+}



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

2018-07-02 Thread Hans de Graaff
commit: c26669975abbd9dded1e73f33a9cbdea60c7883d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 04:56:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 04:56:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2666997

dev-ruby/naught: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/naught/naught-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/naught/naught-1.1.0.ebuild 
b/dev-ruby/naught/naught-1.1.0.ebuild
index df20ad028ad..1dd68bddc31 100644
--- a/dev-ruby/naught/naught-1.1.0.ebuild
+++ b/dev-ruby/naught/naught-1.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2018-07-02 Thread Hans de Graaff
commit: c8cfc92e147a9be0edf8c7adf600f59a407e5327
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 04:59:33 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 04:59:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cfc92e

dev-ruby/memoizable: add ruby25, use rspec 3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/memoizable/memoizable-0.4.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/memoizable/memoizable-0.4.2.ebuild 
b/dev-ruby/memoizable/memoizable-0.4.2.ebuild
index a12ec669f94..79d7564e507 100644
--- a/dev-ruby/memoizable/memoizable-0.4.2.ebuild
+++ b/dev-ruby/memoizable/memoizable-0.4.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 



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

2018-07-02 Thread Hans de Graaff
commit: 7b24e96b19e13de3d7281eec325bfd1cb1a88212
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul  3 05:14:32 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul  3 05:14:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b24e96b

dev-ruby/pdf-reader: fix gemspec and parallel slot install

Closes: https://bugs.gentoo.org/659910
Closes: https://bugs.gentoo.org/610922
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/pdf-reader/pdf-reader-1.4.1-r2.ebuild | 49 ++
 dev-ruby/pdf-reader/pdf-reader-2.1.0-r1.ebuild | 49 ++
 2 files changed, 98 insertions(+)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r2.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r2.ebuild
new file mode 100644
index 000..6d0fc36b2a9
--- /dev/null
+++ b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+GITHUB_USER=yob
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc TODO"
+
+RUBY_FAKEGEM_GEMSPEC="pdf-reader.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="PDF parser conforming as much as possible to the PDF 
specification from Adobe"
+HOMEPAGE="https://github.com/yob/pdf-reader/;
+
+# We cannot use the gem distributions because they don't contain the
+# tests' data, we have to rely on the git tags.
+SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/afm-0.2.1
+   =dev-ruby/ascii85-1*
+   =dev-ruby/hashery-2*
+   dev-ruby/ttfunk:*
+   dev-ruby/ruby-rc4"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/* || die
+}

diff --git a/dev-ruby/pdf-reader/pdf-reader-2.1.0-r1.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-2.1.0-r1.ebuild
new file mode 100644
index 000..d03629ca327
--- /dev/null
+++ b/dev-ruby/pdf-reader/pdf-reader-2.1.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GITHUB_USER=yob
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO"
+
+RUBY_FAKEGEM_GEMSPEC="pdf-reader.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PDF parser conforming as much as possible to the PDF 
specification from Adobe"
+HOMEPAGE="https://github.com/yob/pdf-reader/;
+
+# We cannot use the gem distributions because they don't contain the
+# tests' data, we have to rely on the git tags.
+SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND+=" !!=dev-ruby/afm-0.2.1 =dev-ruby/afm-0.2*
+   =dev-ruby/ascii85-1*
+   =dev-ruby/hashery-2*
+   dev-ruby/ttfunk:*
+   dev-ruby/ruby-rc4"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc examples/* || die
+}



[gentoo-commits] proj/musl:master commit in: sys-apps/pciutils/files/, sys-apps/pciutils/

2018-07-02 Thread Aric Belsito
commit: fc162ea0dc49426a8a3db756b8f0183435d20c1c
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jul  2 18:27:30 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jul  2 18:27:30 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fc162ea0

sys-apps/pciutils: add latest version

needs a patch for canonicalize_file_name

 sys-apps/pciutils/Manifest |   1 +
 sys-apps/pciutils/files/conf.d-pciparm |  28 +
 sys-apps/pciutils/files/init.d-pciparm |  79 ++
 .../pciutils/files/pciutils-3.1.9-static-pc.patch  |  13 +++
 .../pciutils/files/pciutils-3.6.0-realpath.patch   |  12 ++
 sys-apps/pciutils/metadata.xml |  13 +++
 sys-apps/pciutils/pciutils-3.6.0.ebuild| 121 +
 7 files changed, 267 insertions(+)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
new file mode 100644
index 000..7dc8d96
--- /dev/null
+++ b/sys-apps/pciutils/Manifest
@@ -0,0 +1 @@
+DIST pciutils-3.6.0.tar.gz 454912 BLAKE2B 
1f37307ba21085d5f49dd908781ce34dff98a1e4d818158800a1fbdc1fc689e1b868ee9c762378a8cd28ab17cbaaf1e9255da94c44029bfa2f4a8b5d9fd4b273
 SHA512 
e59cb5685f1dee2673368c90fdf1f5b7689de9fa45f249ce472258f278288da7a81644c76d1ecb7cc857f8029d3d70c367fe62190caf55328143b51017cc5c6f

diff --git a/sys-apps/pciutils/files/conf.d-pciparm 
b/sys-apps/pciutils/files/conf.d-pciparm
new file mode 100644
index 000..f036b15
--- /dev/null
+++ b/sys-apps/pciutils/files/conf.d-pciparm
@@ -0,0 +1,28 @@
+# PCI tweaking article:
+# http://www.gentoo.org/doc/en/articles/hardware-stability-p2.xml
+#
+# Apply to all devices:
+# PCIPARM_ALL=""
+# Cards also can be addressed by vid:pid or by bus:slot.func
+# (see setpci man page relative to -d and -s options)
+# PCIPARM_(BUS|VENDOR)_#=""
+# Where # is sequentially numbered from zero.
+
+# Examples:
+# "open up" the PCI bus by allowing fairly long bursts
+# for all devices, increasing performance
+# (equivalent to: setpci -v -d *:* latency_timer=b0)
+#PCIPARM_ALL="latency_timer=b0"
+
+# maximize latency timers for network and audio,
+# allowing them to transmit more data per burst,
+# preventing buffer over/under-run conditions
+#PCIPARM_BUS_0="00:04.0 latency_timer=ff"
+#PCIPARM_BUS_1="01:04.0 latency_timer=ff"
+#PCIPARM_VENDOR_0="1057:3410 latency_timer=ff"
+
+# -v : whether to be verbose about changes
+# -D : dry-run, no commit
+# -f : do not warn if the change is already set
+# (see the setpci manpage for more advanced options)
+SETPCI_OPT="-f"

diff --git a/sys-apps/pciutils/files/init.d-pciparm 
b/sys-apps/pciutils/files/init.d-pciparm
new file mode 100644
index 000..734ca99
--- /dev/null
+++ b/sys-apps/pciutils/files/init.d-pciparm
@@ -0,0 +1,79 @@
+#!/sbin/openrc-run
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   before bootmisc hdparm
+   after localmount
+}
+
+checkconfig() {
+   if [ ! -f /etc/conf.d/pciparm ]; then
+   ewarn "/etc/conf.d/pciparm does not exist, skipping"
+   return 1
+   fi
+
+   if [ -z "${PCIPARM_ALL}" -a -z "${PCIPARM_BUS_0}" -a  -z 
"${PCIPARM_VENDOR_0}" ]; then
+   ewarn "None of PCIPARM_ALL, PCIPARM_BUS_* or PCIPARM_VENDOR_* 
set in /etc/conf.d/pciparm"
+   return 1
+   fi
+}
+
+do_setpci() {
+   #ewarn "do_setpci: /usr/sbin/setpci $SETPCI_OPT $@"
+   SWITCH=$1
+   SPEC_ID=$2
+   shift 2
+   case "$SWITCH" in
+   -d) DESC=vendor ;;
+   -s) DESC=bus ;;
+   *) eerror "Unknown setpci type: $SWITCH" ; return 1 ;;
+   esac
+
+   if [ -z "$SPEC_ID" ]; then
+   eerror "Missing device specifier!"
+   return 1
+   fi
+   if [ -z "$*" ]; then
+   eerror "Missing configuration to set for ($DESC) $SPEC_ID!"
+   return 1
+   fi
+
+   ebegin "Setting PCI params for ($DESC) $SPEC_ID to $@"
+   /usr/sbin/setpci $SETPCI_OPT $SWITCH $SPEC_ID "$@"
+   rc=$?
+   eend $rc
+   return $rc
+}
+
+do_setpci_array() {
+   name=$1
+   shift
+   i=0
+   while true; do
+   eval opt="\$${name}_$i"
+   # End of loop
+   [ -z "${opt}" ] && break
+   # Pass in all other parameters here, in case we want to use 
multiple
+   # arguments later.
+   do_setpci "$@" $opt #|| return 1
+   i=$(($i+1))
+   done
+}
+
+start() {
+   if get_bootparam "nopciparm" ; then
+   ewarn "Skipping pciparm init as requested in kernel cmdline"
+   return 0
+   fi
+
+   checkconfig || return 1
+   
+   # We do not exit after any errors presently, because it might be a
+   # stability-related fix after a failure.
+   [ -n "$PCIPARM_ALL" ] && \
+   do_setpci -d '*:*' $PCIPARM_ALL 

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

2018-07-02 Thread Markus Meier
commit: f2615b30958d2c723cac55e8376d32f753642e37
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul  2 18:26:47 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul  2 18:26:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2615b30

net-libs/rpcsvc-proto: arm stable, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
index 5c21d2dc597..c3b42dd016e 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
sparc x86"
 IUSE=""
 
 RDEPEND="!

  1   2   >