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

2018-06-01 Thread Mikle Kolyada
commit: 034c23d5e72f173405b29ff240018e1af093c690
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  2 05:47:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  2 05:47:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034c23d5

sys-devel/binutils: amd64 stable wrt bug #655574

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/binutils/binutils-2.30-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.30-r2.ebuild 
b/sys-devel/binutils/binutils-2.30-r2.ebuild
index 1b44a0d4a1e..31336ee7d67 100644
--- a/sys-devel/binutils/binutils-2.30-r2.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r2.ebuild
@@ -35,7 +35,7 @@ case ${PV} in
;;
 esac
 SLOT="${BVER}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 #
 # The Gentoo patchset



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

2018-06-01 Thread Mikle Kolyada
commit: 3422528018847220efb8899c90b0ea8caacf57b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jun  2 05:48:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jun  2 05:48:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34225280

sys-libs/binutils-libs: amd64 stable wrt bug #655574

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/binutils-libs/binutils-libs-2.30-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.30-r2.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.30-r2.ebuild
index 03c2c5cc868..16d645ee02b 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.30-r2.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.30-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 # The shared lib SONAMEs use the ${PV} in them.
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="64-bit-bfd multitarget nls static-libs"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



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

2018-06-01 Thread Aric Belsito
commit: 5ea0ed7b2a426a6e7cedc21d742168d0ec1a2dae
Author: Aric Belsito  gmail  com>
AuthorDate: Sat Jun  2 01:17:47 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat Jun  2 01:17:47 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5ea0ed7b

media-libs/mesa: version bump to 18.1.0-r1

 media-libs/mesa/mesa-18.1.0-r1.ebuild | 538 ++
 1 file changed, 538 insertions(+)

diff --git a/media-libs/mesa/mesa-18.1.0-r1.ebuild 
b/media-libs/mesa/mesa-18.1.0-r1.ebuild
new file mode 100644
index 000..60501fc
--- /dev/null
+++ b/media-libs/mesa/mesa-18.1.0-r1.ebuild
@@ -0,0 +1,538 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   xa?  ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.91"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
+   >=x11-libs/libxcb-1.13:=[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
+   unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
+   llvm? (
+   video_cards_radeonsi? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_r600? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_radeon? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   )
+   opencl? (
+   app-eselect/eselect-opencl
+   dev-libs/libclc
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   openmax? (
+   >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
+   x11-misc/xdg-utils
+   )
+   vaapi? (
+   >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
+   video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
+   )
+   vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
+   wayland? (
+   >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.8
+ 

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

2018-06-01 Thread Aric Belsito
commit: c02a8ded3f09f25bba976a7f1831d9a6df2da54b
Author: Aric Belsito  gmail  com>
AuthorDate: Sat Jun  2 01:16:06 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sat Jun  2 01:16:06 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=c02a8ded

sys-apps/smartmontools: remove, fixed in tree

 sys-apps/smartmontools/Manifest|   1 -
 sys-apps/smartmontools/files/smartd-r1.rc  |  28 
 sys-apps/smartmontools/files/smartd.confd  |   4 -
 sys-apps/smartmontools/files/smartd.systemd|  11 --
 .../files/smartmontools-6.6-realpath.patch |  12 --
 .../files/smartmontools-update-drivedb |   3 -
 sys-apps/smartmontools/metadata.xml|  16 ---
 sys-apps/smartmontools/smartmontools-6.6.ebuild| 152 -
 8 files changed, 227 deletions(-)

diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest
deleted file mode 100644
index ee05dce..000
--- a/sys-apps/smartmontools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST smartmontools-6.6.tar.gz 903847 SHA256 
51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054 SHA512 
64bb533dac29f62ddd662a16a12c97df1af9cbac9ac526ce7af0b3bff9da49cf265a2030d91a7160452b56a67e80d7f34c9b4e45bbb320114f55695e2cb5cfaf
 WHIRLPOOL 
7a3977ae069ecf52f9de67077cf67d56a5888bec159ef7e2b19977f821fed8d8b5bca872c6df17cf12a9cb21c0df37dd9bbb44f295774ef93e93f9552bb3

diff --git a/sys-apps/smartmontools/files/smartd-r1.rc 
b/sys-apps/smartmontools/files/smartd-r1.rc
deleted file mode 100644
index 1aa2ece..000
--- a/sys-apps/smartmontools/files/smartd-r1.rc
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-pidfile="/run/smartd.pid"
-command="/usr/sbin/smartd"
-command_args="-p ${pidfile} ${SMARTD_OPTS}"
-extra_started_commands="reload"
-
-depend() {
-need localmount
-after bootmisc
-}
-
-start_pre() {
-   if [ ! -f "/etc/smartd.conf" ] ; then
-   eerror "You should setup your /etc/smartd.conf file!"
-   eerror "See the smartd.conf(5) manpage."
-   return 1
-   fi
-   return 0
-}
-
-reload() {
-   ebegin "Reloading configuration"
-   start-stop-daemon --signal HUP --pidfile ${pidfile} ${command##*/}
-   eend $?
-}

diff --git a/sys-apps/smartmontools/files/smartd.confd 
b/sys-apps/smartmontools/files/smartd.confd
deleted file mode 100644
index 4b7db4d..000
--- a/sys-apps/smartmontools/files/smartd.confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/conf.d/smartd: config file for /etc/init.d/smartd
-
-# Insert any other options needed
-SMARTD_OPTS=""

diff --git a/sys-apps/smartmontools/files/smartd.systemd 
b/sys-apps/smartmontools/files/smartd.systemd
deleted file mode 100644
index bdcbdbb..000
--- a/sys-apps/smartmontools/files/smartd.systemd
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Self Monitoring and Reporting Technology (SMART) Daemon
-Documentation=man:smartd(8) man:smartd.conf(5)
-
-[Service]
-ExecStart=/usr/sbin/smartd -n
-ExecReload=/bin/kill -HUP $MAINPID
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

diff --git a/sys-apps/smartmontools/files/smartmontools-6.6-realpath.patch 
b/sys-apps/smartmontools/files/smartmontools-6.6-realpath.patch
deleted file mode 100644
index 7a80f8a..000
--- a/sys-apps/smartmontools/files/smartmontools-6.6-realpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur smartmontools-6.6.orig/os_linux.cpp smartmontools-6.6/os_linux.cpp
 smartmontools-6.6.orig/os_linux.cpp2017-11-06 12:06:53.605654329 
-0800
-+++ smartmontools-6.6/os_linux.cpp 2017-11-06 12:07:41.881653464 -0800
-@@ -3176,7 +3176,7 @@
- {
-   char path[128];
-   snprintf(path, sizeof(path), "/sys/block/%s/device", name);
--  char * syshostpath = canonicalize_file_name(path);
-+  char * syshostpath = realpath(path, NULL);
-   if (!syshostpath)
- return false;
- 

diff --git a/sys-apps/smartmontools/files/smartmontools-update-drivedb 
b/sys-apps/smartmontools/files/smartmontools-update-drivedb
deleted file mode 100644
index 831f1e6..000
--- a/sys-apps/smartmontools/files/smartmontools-update-drivedb
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-/usr/sbin/update-smart-drivedb

diff --git a/sys-apps/smartmontools/metadata.xml 
b/sys-apps/smartmontools/metadata.xml
deleted file mode 100644
index cb72f51..000
--- a/sys-apps/smartmontools/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-   Build against sys-libs/libcap-ng to allow 
smartd to drop its privileges.
-   Install the monitoring daemon (smartd) and 
associated scripts.
-   Install a script to update the drivedb 
file.
-
-
-   smartmontools
-
-

diff --git a/sys-apps/smartmontools/smartmontools-6.6.ebuild 

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

2018-06-01 Thread Aaron Bauman
commit: d1ba3046bb4fc9b602d8d26af85af1e0fe4265cd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:37:10 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ba3046

media-radio/xlog: use HTTPs

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

 media-radio/xlog/xlog-2.0.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-radio/xlog/xlog-2.0.15.ebuild 
b/media-radio/xlog/xlog-2.0.15.ebuild
index b451488ef52..122b4ea8208 100644
--- a/media-radio/xlog/xlog-2.0.15.ebuild
+++ b/media-radio/xlog/xlog-2.0.15.ebuild
@@ -7,8 +7,8 @@ inherit autotools fdo-mime toolchain-funcs
 MY_P=${P/_}
 
 DESCRIPTION="An amateur radio logging program"
-HOMEPAGE="http://www.nongnu.org/xlog;
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
+HOMEPAGE="https://www.nongnu.org/xlog;
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"



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

2018-06-01 Thread Aaron Bauman
commit: 6d338cf38f49168637b0b782b6e3f5d0e77c2919
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:58:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d338cf3

sys-apps/gcp: use HTTPs

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

 sys-apps/gcp/gcp-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/gcp/gcp-0.1.3.ebuild b/sys-apps/gcp/gcp-0.1.3.ebuild
index 6c8ec4f3290..bc2f7a8a316 100644
--- a/sys-apps/gcp/gcp-0.1.3.ebuild
+++ b/sys-apps/gcp/gcp-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="File copying utility with progress and I/O indicator"
-HOMEPAGE="http://wiki.goffi.org/wiki/Gcp/en;
+HOMEPAGE="https://wiki.goffi.org/wiki/Gcp/en;
 SRC_URI="ftp://ftp.goffi.org/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-3"



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

2018-06-01 Thread Aaron Bauman
commit: 12000ccfd3fd7c0e8c401a1a4eecad617a89b229
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:35:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12000ccf

dev-db/rethinkdb: use HTTPs

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

 dev-db/rethinkdb/rethinkdb-2.3.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild 
b/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
index 75c166abc66..3c1b8ac0ee8 100644
--- a/dev-db/rethinkdb/rethinkdb-2.3.6.ebuild
+++ b/dev-db/rethinkdb/rethinkdb-2.3.6.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"
@@ -6,10 +6,10 @@ EAPI="6"
 inherit python-utils-r1 systemd user
 
 DESCRIPTION="The open-source database for the realtime web."
-HOMEPAGE="http://www.rethinkdb.com;
+HOMEPAGE="https://www.rethinkdb.com;
 LICENSE="AGPL-3"
 SLOT="0"
-SRC_URI="http://download.rethinkdb.com/dist/${P}.tgz;
+SRC_URI="https://download.rethinkdb.com/dist/${P}.tgz;
 
 KEYWORDS="~amd64 ~x86"
 IUSE="doc +jemalloc tcmalloc"



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

2018-06-01 Thread Aaron Bauman
commit: e113089b9680d314083edef976fa3e053ec9f513
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:32:33 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e113089b

app-vim/editorconfig-vim: use HTTPs

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

 app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
index af1907546c7..81a35dbb4e3 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.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
@@ -7,7 +7,7 @@ PYTHON_COMPAT=(python2_7 python3_4 python3_5 python3_6)
 inherit python-single-r1 vim-plugin
 
 DESCRIPTION="vim plugin: Support EditorConfig files "
-HOMEPAGE="http://editorconfig.org/;
+HOMEPAGE="https://editorconfig.org/;
 SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2"



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

2018-06-01 Thread Aaron Bauman
commit: 62afac75f12a50cd6fa2c140e7a257e4a2a05b94
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:27:46 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62afac75

dev-libs/libfastjson: use HTTPs

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

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

diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
index 97b560002f2..0001b9be630 100644
--- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
+++ b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit autotools
 
 DESCRIPTION="Fork of the json-c library, which is optimized for liblognorm 
processing"
-HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/;
+HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/;
 SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0/4.2.0"



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

2018-06-01 Thread Aaron Bauman
commit: fb72eaac847c34a51a2d26f55cb9eff6f2f4104b
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 17:50:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb72eaac

dev-libs/libusb: use HTTPs

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

 dev-libs/libusb/libusb-1.0.19-r1.ebuild | 2 +-
 dev-libs/libusb/libusb-1.0.20.ebuild| 2 +-
 dev-libs/libusb/libusb-1.0.21.ebuild| 2 +-
 dev-libs/libusb/libusb-1.0.22.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libusb/libusb-1.0.19-r1.ebuild 
b/dev-libs/libusb/libusb-1.0.19-r1.ebuild
index 4f564fca09e..4b991d0cc92 100644
--- a/dev-libs/libusb/libusb-1.0.19-r1.ebuild
+++ b/dev-libs/libusb/libusb-1.0.19-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="Userspace access to USB devices"
-HOMEPAGE="http://libusb.info/;
+HOMEPAGE="https://libusb.info/ https://github.com/libusb/libusb;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"

diff --git a/dev-libs/libusb/libusb-1.0.20.ebuild 
b/dev-libs/libusb/libusb-1.0.20.ebuild
index 4cb30544b99..d2db6a57dfb 100644
--- a/dev-libs/libusb/libusb-1.0.20.ebuild
+++ b/dev-libs/libusb/libusb-1.0.20.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="Userspace access to USB devices"
-HOMEPAGE="http://libusb.info/ https://github.com/libusb/libusb;
+HOMEPAGE="https://libusb.info/ https://github.com/libusb/libusb;
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"

diff --git a/dev-libs/libusb/libusb-1.0.21.ebuild 
b/dev-libs/libusb/libusb-1.0.21.ebuild
index 2dda5380e9e..bd9fd63444c 100644
--- a/dev-libs/libusb/libusb-1.0.21.ebuild
+++ b/dev-libs/libusb/libusb-1.0.21.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="Userspace access to USB devices"
-HOMEPAGE="http://libusb.info/ https://github.com/libusb/libusb;
+HOMEPAGE="https://libusb.info/ https://github.com/libusb/libusb;
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"

diff --git a/dev-libs/libusb/libusb-1.0.22.ebuild 
b/dev-libs/libusb/libusb-1.0.22.ebuild
index 9790ec477e2..277a0132b99 100644
--- a/dev-libs/libusb/libusb-1.0.22.ebuild
+++ b/dev-libs/libusb/libusb-1.0.22.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit ltprune toolchain-funcs multilib-minimal
 
 DESCRIPTION="Userspace access to USB devices"
-HOMEPAGE="http://libusb.info/ https://github.com/libusb/libusb;
+HOMEPAGE="https://libusb.info/ https://github.com/libusb/libusb;
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/

2018-06-01 Thread Aaron Bauman
commit: 527d800ce569ffbebb2411d9c200ec5a5c7ee465
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 17:46:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527d800c

www-misc/monitorix: use HTTPS, fix download link

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

 www-misc/monitorix/monitorix-3.10.0-r1.ebuild | 2 +-
 www-misc/monitorix/monitorix-3.10.1.ebuild| 4 ++--
 www-misc/monitorix/monitorix-3.5.1.ebuild | 6 +++---
 www-misc/monitorix/monitorix-3.8.1-r1.ebuild  | 4 ++--
 www-misc/monitorix/monitorix-3.9.0.ebuild | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/www-misc/monitorix/monitorix-3.10.0-r1.ebuild 
b/www-misc/monitorix/monitorix-3.10.0-r1.ebuild
index e381f42729a..65bcc53b45f 100644
--- a/www-misc/monitorix/monitorix-3.10.0-r1.ebuild
+++ b/www-misc/monitorix/monitorix-3.10.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit systemd user
 
 DESCRIPTION="A lightweight system monitoring tool"
-HOMEPAGE="http://www.monitorix.org/;
+HOMEPAGE="https://www.monitorix.org/;
 SRC_URI="https://github.com/mikaku/Monitorix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"

diff --git a/www-misc/monitorix/monitorix-3.10.1.ebuild 
b/www-misc/monitorix/monitorix-3.10.1.ebuild
index 4613e771aaa..f165098b319 100644
--- a/www-misc/monitorix/monitorix-3.10.1.ebuild
+++ b/www-misc/monitorix/monitorix-3.10.1.ebuild
@@ -6,8 +6,8 @@ EAPI="6"
 inherit systemd user
 
 DESCRIPTION="A lightweight system monitoring tool"
-HOMEPAGE="http://www.monitorix.org/;
-SRC_URI="http://www.monitorix.org/${P}.tar.gz;
+HOMEPAGE="https://www.monitorix.org/;
+SRC_URI="https://www.monitorix.org/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/www-misc/monitorix/monitorix-3.5.1.ebuild 
b/www-misc/monitorix/monitorix-3.5.1.ebuild
index 9f78f164355..196ac741219 100644
--- a/www-misc/monitorix/monitorix-3.5.1.ebuild
+++ b/www-misc/monitorix/monitorix-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,8 +6,8 @@ EAPI="5"
 inherit eutils systemd user
 
 DESCRIPTION="A lightweight system monitoring tool"
-HOMEPAGE="http://www.monitorix.org/;
-SRC_URI="http://www.${PN}.org/${P}.tar.gz;
+HOMEPAGE="https://www.monitorix.org/;
+SRC_URI="https://www.${PN}.org/old-versions/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/www-misc/monitorix/monitorix-3.8.1-r1.ebuild 
b/www-misc/monitorix/monitorix-3.8.1-r1.ebuild
index a65bc9ee53b..95b8748ea90 100644
--- a/www-misc/monitorix/monitorix-3.8.1-r1.ebuild
+++ b/www-misc/monitorix/monitorix-3.8.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 inherit systemd user
 
 DESCRIPTION="A lightweight system monitoring tool"
-HOMEPAGE="http://www.monitorix.org/;
+HOMEPAGE="https://www.monitorix.org/;
 SRC_URI="https://github.com/mikaku/Monitorix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/www-misc/monitorix/monitorix-3.9.0.ebuild 
b/www-misc/monitorix/monitorix-3.9.0.ebuild
index 5418de13539..d56a7fd6398 100644
--- a/www-misc/monitorix/monitorix-3.9.0.ebuild
+++ b/www-misc/monitorix/monitorix-3.9.0.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit systemd user
 
 DESCRIPTION="A lightweight system monitoring tool"
-HOMEPAGE="http://www.monitorix.org/;
+HOMEPAGE="https://www.monitorix.org/;
 SRC_URI="https://github.com/mikaku/Monitorix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"



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

2018-06-01 Thread Aaron Bauman
commit: 91a9c3fc4ada896825283c7e64faede6f2361630
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:55:52 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  2 00:56:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a9c3fc

sys-fs/bindfs: use HTTPs

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

 sys-fs/bindfs/bindfs-1.13.8.ebuild | 6 +++---
 sys-fs/bindfs/bindfs-1.13.9.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/bindfs/bindfs-1.13.8.ebuild 
b/sys-fs/bindfs/bindfs-1.13.8.ebuild
index 29e8f2b8b80..14f35b43597 100644
--- a/sys-fs/bindfs/bindfs-1.13.8.ebuild
+++ b/sys-fs/bindfs/bindfs-1.13.8.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=6
 
 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="http://bindfs.org/;
-SRC_URI="http://bindfs.org/downloads/${P}.tar.gz;
+HOMEPAGE="https://bindfs.org/;
+SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sys-fs/bindfs/bindfs-1.13.9.ebuild 
b/sys-fs/bindfs/bindfs-1.13.9.ebuild
index 29e8f2b8b80..14f35b43597 100644
--- a/sys-fs/bindfs/bindfs-1.13.9.ebuild
+++ b/sys-fs/bindfs/bindfs-1.13.9.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=6
 
 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
-HOMEPAGE="http://bindfs.org/;
-SRC_URI="http://bindfs.org/downloads/${P}.tar.gz;
+HOMEPAGE="https://bindfs.org/;
+SRC_URI="https://bindfs.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2018-06-01 Thread Thomas Deutschmann
commit: 6531b1f5fdf0a03d14cf8b14db65f9ce00ecc78f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jun  1 22:55:48 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jun  1 22:55:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6531b1f5

profiles: mask net-analyzer/wireshark[doc] on alpha

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

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index c0bc7052169..d46392a8977 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Thomas Deutschmann  (02 Jun 2018)
+# Needs dev-ruby/asciidoctor which has a lot of unstable deps
+net-analyzer/wireshark doc
+
 # Tobias Klausmann  (22 Mar 2018)
 # Masked due to missing deps. Some *could* have their deps keyworded,
 # but we're trying to keep the maintenance load low.



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

2018-06-01 Thread Robin H. Johnson
commit: 47d734b5d4acb322b1db5b57a45e59c936380b06
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jun  1 21:48:45 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Jun  1 21:51:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d734b5

net-misc/omnisync: fix bugs, allow multiple instances

Code bugs:
- Fix --help display
- Raise SHM unit limit
- getopt loop failed to apply stats_file setting.

Init improvement:
- allow multiple instances.
- write pidfile
- declare that we use DNS (in case it starts before local resolver)

Signed-off-by: Robin H. Johnson  gentoo.org>
Package-Manager: Portage-2.3.33, Repoman-2.3.9

 net-misc/omnisync/files/omnisync-1.0-help.patch| 16 
 net-misc/omnisync/files/omnisync-1.0-maxshm.patch  | 18 
 .../omnisync/files/omnisync-1.0-statfile.patch | 18 
 net-misc/omnisync/files/omnisync.initd | 11 -
 net-misc/omnisync/omnisync-1.0-r1.ebuild   | 48 ++
 5 files changed, 109 insertions(+), 2 deletions(-)

diff --git a/net-misc/omnisync/files/omnisync-1.0-help.patch 
b/net-misc/omnisync/files/omnisync-1.0-help.patch
new file mode 100644
index 000..47ff5201c03
--- /dev/null
+++ b/net-misc/omnisync/files/omnisync-1.0-help.patch
@@ -0,0 +1,16 @@
+main: fix help missing newline
+
+Signed-off-by: Robin H. Johnson 
+
+diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
+--- omnisync-1.0.orig/main.c   2009-01-02 01:03:20.0 -0800
 omnisync-1.0/main.c2018-06-01 14:31:25.720686155 -0700
+@@ -139,7 +139,7 @@
+   printf("-c x   community (snmp only)\n");
+   printf("-h x   host to connect to\n");
+   printf("-u x   ntpd shared memory unit\n");
+-  printf("-z x   do an initial step, to speed up syncing, parameter is 
number of samples");
++  printf("-z x   do an initial step, to speed up syncing, parameter is 
number of samples\n");
+   printf("-S x   write measurements to file x\n");
+   printf("-n do NOT submit to NTPd/set clock, query only (use in 
combination with -v and -f)\n");
+   printf("-f do not fork\n");

diff --git a/net-misc/omnisync/files/omnisync-1.0-maxshm.patch 
b/net-misc/omnisync/files/omnisync-1.0-maxshm.patch
new file mode 100644
index 000..678c6e0072d
--- /dev/null
+++ b/net-misc/omnisync/files/omnisync-1.0-maxshm.patch
@@ -0,0 +1,18 @@
+main: raise SHM unit limit
+
+Signed-off-by: Robin H. Johnson 
+
+diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
+--- omnisync-1.0.orig/main.c   2009-01-02 01:03:20.0 -0800
 omnisync-1.0/main.c2018-06-01 14:32:34.630066839 -0700
+@@ -346,8 +346,8 @@
+   unit_nr = atoi(optarg);
+   if (unit_nr < 0)
+   error_exit("-u requires a positive 
value\n");
+-  if (unit_nr > 3)
+-  error_exit("NTPd normally supports only 
4 shared memory devices, still continuing though\n");
++  if (unit_nr > 254)
++  error_exit("NTPd normally supports only 
254 shared memory devices\n");
+   break;
+ 
+   case 'v':

diff --git a/net-misc/omnisync/files/omnisync-1.0-statfile.patch 
b/net-misc/omnisync/files/omnisync-1.0-statfile.patch
new file mode 100644
index 000..972316a33bd
--- /dev/null
+++ b/net-misc/omnisync/files/omnisync-1.0-statfile.patch
@@ -0,0 +1,18 @@
+main: wire up stats_file variable
+
+Signed-off-by: Robin H. Johnson 
+
+diff -Nuar --exclude '*~' omnisync-1.0.orig/main.c omnisync-1.0/main.c
+--- omnisync-1.0.orig/main.c   2009-01-02 01:03:20.0 -0800
 omnisync-1.0/main.c2018-06-01 14:39:22.115229735 -0700
+@@ -358,6 +358,10 @@
+   version();
+   return 0;
+ 
++  case 'S':
++  stats_file = optarg;
++  break;
++
+   default:
+   help();
+   return 1;

diff --git a/net-misc/omnisync/files/omnisync.initd 
b/net-misc/omnisync/files/omnisync.initd
index 7820af6e94e..c71e63d4d3e 100644
--- a/net-misc/omnisync/files/omnisync.initd
+++ b/net-misc/omnisync/files/omnisync.initd
@@ -3,11 +3,18 @@
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
-   use net
+   use net dns
 }
 
+INSTANCE=${SVCNAME#*.}
+if [ -n "${INSTANCE}" ] && [ ${SVCNAME} != "omnisync" ]; then
+pidfile="/var/run/omnisync.${INSTANCE}.pid"
+else
+pidfile="/var/run/omnisync.pid"
+fi
+
 command="/usr/sbin/omnisync"
-command_args="-M ${OMNISYNC_MODE} ${OMNISYNC_ARGS}"
+command_args="-P ${pidfile} -M ${OMNISYNC_MODE} ${OMNISYNC_ARGS}"
 
 start_pre() {
if [ -z "${OMNISYNC_MODE}" ] 

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

2018-06-01 Thread Fabian Groffen
commit: 05e91ddb79908f0b52b42b7df6238e91ebec69ee
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jun  1 20:02:31 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jun  1 20:02:31 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=05e91ddb

dev-lang/python: ensure Python framework gets built without $D

On macOS when building native stuff, the Makefile uses DESTDIR in the
install_name of the framework.  This obviously causes install_name QA
checks to go off, so ensure we never use DESTDIR in the install_name by
removing it.

Package-Manager: Portage-2.3.40.1-prefix, Repoman-2.3.9

 dev-lang/python/python-2.7.14-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/python/python-2.7.14-r2.ebuild 
b/dev-lang/python/python-2.7.14-r2.ebuild
index 494beb6780..abe2442ccc 100644
--- a/dev-lang/python/python-2.7.14-r2.ebuild
+++ b/dev-lang/python/python-2.7.14-r2.ebuild
@@ -127,6 +127,8 @@ src_prepare() {
configure.ac configure || die
# we handle creation of symlinks in src_install
sed -i -e '/ln -fs .*PYTHONFRAMEWORK/d' Makefile.pre.in || die
+   # build the Python framework without DESTDIR in install_name
+   sed -i -e '/-install_name/s/$(DESTDIR)//' Makefile.pre.in || die
fi
# don't try to do fancy things on Darwin
sed -i -e 's/__APPLE__/__NO_MUCKING_AROUND__/g' Modules/readline.c || 
die



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

2018-06-01 Thread Brian Evans
commit: 0acfbd4877d75c0f94f06017e99c5dd228e4e26e
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jun  1 20:00:43 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jun  1 20:00:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acfbd48

dev-python/mysql-connector-python: Revbump for python 3.6

Compile tests OK

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../mysql-connector-python-2.1.7-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git 
a/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild 
b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild
new file mode 100644
index 000..00b4a6a06ca
--- /dev/null
+++ b/dev-python/mysql-connector-python/mysql-connector-python-2.1.7-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Python client library for MariaDB/MySQL"
+HOMEPAGE="https://dev.mysql.com/downloads/connector/python/;
+SRC_URI="https://dev.mysql.com/get/Downloads/Connector-Python/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~arm ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples test"
+
+# tests/mysqld.py does not like MariaDB version strings.
+# See the regex MySQLServerBase._get_version.
+DEPEND="test? ( dev-db/mysql[server(+)] )"
+
+# Tests currently fail.
+# mysql.connector.errors.DatabaseError: 1300 (HY000): Invalid utf8 character 
string: ''
+RESTRICT="test"
+
+DOCS=( README.txt CHANGES.txt docs/README_DOCS.txt )
+
+python_test() {
+   "${EPYTHON}" unittests.py --with-mysql="${EPREFIX%/}/usr" 
--unix-socket="${T}" --mysql-topdir="${T}"
+}
+
+python_install_all(){
+   distutils-r1_python_install_all
+   if use examples ; then
+   dodoc -r examples
+   fi
+}



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

2018-06-01 Thread Mike Auty
commit: 38ebb2937974e8e8f44fae32a3545a564c7eda5b
Author: Mike Auty  gentoo  org>
AuthorDate: Fri Jun  1 19:33:25 2018 +
Commit: Mike Auty  gentoo  org>
CommitDate: Fri Jun  1 19:33:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ebb293

app-crypt/ophcrack: Fix QA warning that repoman full didn't spot.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild 
b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
index 9165b752e55..47dd6396381 100644
--- a/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
+++ b/app-crypt/ophcrack/ophcrack-3.8.0.ebuild
@@ -17,7 +17,7 @@ CDEPEND="!libressl? ( dev-libs/openssl:0= )
 libressl? ( dev-libs/libressl:0= )
 net-libs/netwib
 qt5? ( dev-qt/qtcharts:5
-   dev-qt/qtgui:5 )"
+dev-qt/qtgui:5 )"
 DEPEND="app-arch/unzip
 virtual/pkgconfig
 ${CDEPEND}"



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

2018-06-01 Thread Doug Goldstein
commit: 9ee31dd3cc686a9c33af709d99e203be4a20e5c5
Author: stefson  yahoo  de>
AuthorDate: Fri Jun  1 04:46:09 2018 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Fri Jun  1 19:27:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee31dd3

dev-lang/rust-bin: enable arm hard- and softfloat

 dev-lang/rust-bin/Manifest   |  6 ++
 dev-lang/rust-bin/rust-bin-1.25.0.ebuild | 22 +-
 dev-lang/rust-bin/rust-bin-1.26.0.ebuild | 22 +-
 3 files changed, 48 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust-bin/Manifest b/dev-lang/rust-bin/Manifest
index 5125e6ff68b..743cdd56851 100644
--- a/dev-lang/rust-bin/Manifest
+++ b/dev-lang/rust-bin/Manifest
@@ -1,4 +1,10 @@
+DIST rust-1.25.0-arm-unknown-linux-gnueabi.tar.gz 152771389 BLAKE2B 
b163a41846233f08ba34ba325058843141b285758eede668e84d32751ace27d4b36fc5e8f963e1d13da1b46ae7cb48944987acc7ff36ced300bee154c7b22e68
 SHA512 
33a7bb3ed7a0b5b85e5dc0438ff620b67bc7bfe4d5e35bdcc9207a5dddf017a588a7de4877c4f1784f22f1d6e503ddd24d57f3d3af94d4bf00c781d4c378bb5f
+DIST rust-1.25.0-arm-unknown-linux-gnueabihf.tar.gz 152774994 BLAKE2B 
438fc55edcf80f1f292765c7d062c7c2e282c7798d0ca7312557262a7474f60341aae1c9a3f5bfe349576f7204fe1fa044dded933157b128e6c6015e23c89388
 SHA512 
688e8e0d2e5661f132033afe8020a93828a45d00a874155a1a7887c69590061a413db95f0443d43234fb65b5510dfd7bdb092c0cc7b3fde6abd5f386786d95ad
+DIST rust-1.25.0-armv7-unknown-linux-gnueabihf.tar.gz 150376603 BLAKE2B 
44aadf00b74d3d35039486289b319db5b1820dfb3b0fdbc03714ae2a8df78e09ee09fa41d9d8ec1377b91fb4a8f67cd7f4cdc99ceb39da4b48ba464ee1b73600
 SHA512 
a45312bec4c06b04d3c148d87a64aa55e14cc160eaaa6b712ce738590063137c8f9dd1030656071c1ac9a22cb852f34efdb98c435527c7371da381b802fb9104
 DIST rust-1.25.0-i686-unknown-linux-gnu.tar.gz 169267482 BLAKE2B 
8fb18c95adf7edd74cd305683ab2ee33d59cce1a0f515e9ba63dfd105ffaf9150444e281502747856fa5164f24707b4bbbe110a2b1b7a1cf65c96b883a6f2ede
 SHA512 
76bcd978b9b23b0fc6315f91bed153e59616aa62f520aae8e8d3587b5f5fae74fef15f8b0a749b02a69be56fad4df9a413019438135481917bca1fb1a7704de7
 DIST rust-1.25.0-x86_64-unknown-linux-gnu.tar.gz 178696930 BLAKE2B 
0f82e837494d394c86462583f3d65f1ad839a97eda00fbc00476d06255831088cb7e554cc14edbf9dd23fbebf75078dc78204bdbec4795781f7fae0cbb6de63d
 SHA512 
544e85bb69359d8ff6059d0f470b5995822f73e6d361be43f69f87d394b7252a11686f835336930bc257ba4347c0498abf5b1fbd751180d96bd9ca872b76d65c
+DIST rust-1.26.0-arm-unknown-linux-gnueabi.tar.xz 98262664 BLAKE2B 
1de2aeef6d035f9f5a4238ad0c730baabfa39944a0cc47ab31fb51b1dd7f606688a4e9c7cd323e7a4998601fce4ebd0102e2d011cfff3caa3a20f91579442cd4
 SHA512 
44fdff800a6da1929ccab717f544add5a0500856b4ae1edbd6202d5d8b9781bd336c75c857ddf40e6f7175916fb026210bc5ec2656f4b564dd69cc9189bda3d6
+DIST rust-1.26.0-arm-unknown-linux-gnueabihf.tar.xz 98490960 BLAKE2B 
ad4210bc39d11974f0a5032f6779b4c8ca04f705da8c15a755d5072d157724896a65fc149c16c6f9a479f0c61a6cb0a70d90e48543f6d72725de6baf25d4a94b
 SHA512 
3822303a7a8c567f3a917f4c934f1411fd606a335d5f6e574dd0be9d463e9fe27ff948c820b25a305e53d83b5d9fa0e1cbfca86451a0b3e11ff84ef7a82f65c8
+DIST rust-1.26.0-armv7-unknown-linux-gnueabihf.tar.xz 98788032 BLAKE2B 
3727effee1eaf89d979e27f339901ac938acc22d9dd8e664c20941e46db8250f349493f65598243d5234539bb2037e9dabd38f1a047dd8f9bbe20ae2c8270747
 SHA512 
5766dbba6f4faae3e8dfd1d98ea948e3835d5b1c28b8daf6c734afd7f27301aa857147eb28762462f77c9da539aae2a81319f194154245abd5cdae7067f24d6c
 DIST rust-1.26.0-i686-unknown-linux-gnu.tar.xz 143003764 BLAKE2B 
4c0b1872196c21bf9bc9d927455b4c8eb379e40281ef9fdd8a440b702b919628a00bf2e7b392084e8f41f30119c93bfa6e57ba47ee1adecb1d5cdda43778f821
 SHA512 
1257f9edefc49ee1742c3acd666d15f077c4d999a82dfe0d574df5c41981c3f716adf86b23d96cf9a6757508aea92abcbe06ad9e3bec2cb4ac19512d60ebba31
 DIST rust-1.26.0-x86_64-unknown-linux-gnu.tar.xz 139246408 BLAKE2B 
dc386c7b9e016bdcb8b2475d789b100922defc0bcd400476e4e618f51c338338edfc463428c9fa0fdcf8f051465a126d1c61030c5881d5c21888e80b8068bad8
 SHA512 
457503fea324251a92f25d0d45f1e2ac7d342a6a8f52d1abe93a579c7ae9b7f453a707d353e82614b37790747e8551f9762188ee25ff883495598cbf17b3f97e

diff --git a/dev-lang/rust-bin/rust-bin-1.25.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
index 056d9f3f6c2..edd1c8706d6 100644
--- a/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.25.0.ebuild
@@ -3,13 +3,18 @@
 
 EAPI=5
 
-inherit eutils bash-completion-r1
+inherit eutils bash-completion-r1 toolchain-funcs
 
 MY_P="rust-${PV}"
 
 DESCRIPTION="Systems programming language from Mozilla"
 HOMEPAGE="http://www.rust-lang.org/;
 SRC_URI="amd64? ( 
http://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux-gnu.tar.gz )
+   arm? (
+   
http://static.rust-lang.org/dist/${MY_P}-arm-unknown-linux-gnueabi.tar.gz
+   
http://static.rust-lang.org/dist/${MY_P}-arm-unknown-linux-gnueabihf.tar.gz
+   
http://static.rust-lang.org/dist/${MY_P}-armv7-unknown-linux-gnueabihf.tar.gz

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4/, profiles/arch/arm/armv4t/, profiles/arch/arm/armv5te/

2018-06-01 Thread Doug Goldstein
commit: ea04a1d2939affe00cea7dbf57dbbede5c1c6481
Author: stefson  yahoo  de>
AuthorDate: Fri Jun  1 04:49:20 2018 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Fri Jun  1 19:27:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea04a1d2

profiles: mask dev-lang/rust{-bin} for armv4 and armv5

 profiles/arch/arm/armv4/package.mask   | 4 
 profiles/arch/arm/armv4t/package.mask  | 3 +++
 profiles/arch/arm/armv5te/package.mask | 3 +++
 3 files changed, 10 insertions(+)

diff --git a/profiles/arch/arm/armv4/package.mask 
b/profiles/arch/arm/armv4/package.mask
index 356f2989cec..7a01f045703 100644
--- a/profiles/arch/arm/armv4/package.mask
+++ b/profiles/arch/arm/armv4/package.mask
@@ -1,3 +1,7 @@
 # Anthony Ryan  (21 Jan 2017)
 # This package states supports for arm >= v6
 dev-lang/nim
+
+# There is no prebuilt rustc for armv4 by upstream
+dev-lang/rust-bin
+dev-lang/rust

diff --git a/profiles/arch/arm/armv4t/package.mask 
b/profiles/arch/arm/armv4t/package.mask
index 8d61e72a31a..7a01f045703 100644
--- a/profiles/arch/arm/armv4t/package.mask
+++ b/profiles/arch/arm/armv4t/package.mask
@@ -2,3 +2,6 @@
 # This package states supports for arm >= v6
 dev-lang/nim
 
+# There is no prebuilt rustc for armv4 by upstream
+dev-lang/rust-bin
+dev-lang/rust

diff --git a/profiles/arch/arm/armv5te/package.mask 
b/profiles/arch/arm/armv5te/package.mask
index 8d61e72a31a..5f018a0c3e3 100644
--- a/profiles/arch/arm/armv5te/package.mask
+++ b/profiles/arch/arm/armv5te/package.mask
@@ -2,3 +2,6 @@
 # This package states supports for arm >= v6
 dev-lang/nim
 
+# There is no prebuilt rustc for armv5 by upstream
+dev-lang/rust-bin
+dev-lang/rust



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

2018-06-01 Thread Brian Evans
commit: 6eb170217d70df674dccf0973f6d933c8e88305a
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jun  1 19:10:14 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jun  1 19:10:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb17021

net-misc/omnisync: New package

Driver for NTPd for people who are firewall-challenged

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/omnisync/Manifest |  1 +
 net-misc/omnisync/files/omnisync.confd | 21 ++
 net-misc/omnisync/files/omnisync.initd | 20 +
 net-misc/omnisync/metadata.xml |  8 +++
 net-misc/omnisync/omnisync-1.0.ebuild  | 40 ++
 5 files changed, 90 insertions(+)

diff --git a/net-misc/omnisync/Manifest b/net-misc/omnisync/Manifest
new file mode 100644
index 000..176a959130c
--- /dev/null
+++ b/net-misc/omnisync/Manifest
@@ -0,0 +1 @@
+DIST omnisync-1.0.tgz 27725 BLAKE2B 
00e546e3a04c8483f4a3995207fe6715e25526ca639f517220725c31d50d1c01fe0d15927e11e84143f3b2c8aa80ede1317c818945f0249147548bb03d27f744
 SHA512 
742ffc0a85bd923b99ae7e4f50a6aaa29107eaa987039e902797c78a9673e914e1fa61b2484c6777f62b0caf8b3110a071fd103c8b18456083883df534a1ef4d

diff --git a/net-misc/omnisync/files/omnisync.confd 
b/net-misc/omnisync/files/omnisync.confd
new file mode 100644
index 000..c2ab3cc58f0
--- /dev/null
+++ b/net-misc/omnisync/files/omnisync.confd
@@ -0,0 +1,21 @@
+# REQUIRED, must be one of time/tcp time/udp daytime/tcp daytime/udp http https
+# snts irc icmp icmp snmp simpleptpl socks5sntp sntp
+OMNISYNC_MODE=""
+
+# Options to add
+# -F x   fudge factor (default: 0.00)  
  -m x   max. offset 
(default: 7200.00)
+# -p x   proxy-server (http/https/socks5sntp only)
+# -B x   bind to interface x (not for snmp)
+# -I x   username[:password] (irc/socks5 auth. only)
+# -c x   community (snmp only)
+# -h x   host to connect to
+# -u x   ntpd shared memory unit
+# -z x   do an initial step, to speed up syncing, parameter is number of 
samples-S x   write measurements to file x
+# -n do NOT submit to NTPd/set clock, query only (use in combination with 
-v and -f)
+# -f do not fork
+# -i x   check interval (default: 60)
+# -d x   timeout
+# -U x   set user to run as
+# -P x   write pid to file x
+# -v increase verbosity
+OMNISYNC_ARGS=""

diff --git a/net-misc/omnisync/files/omnisync.initd 
b/net-misc/omnisync/files/omnisync.initd
new file mode 100644
index 000..7820af6e94e
--- /dev/null
+++ b/net-misc/omnisync/files/omnisync.initd
@@ -0,0 +1,20 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   use net
+}
+
+command="/usr/sbin/omnisync"
+command_args="-M ${OMNISYNC_MODE} ${OMNISYNC_ARGS}"
+
+start_pre() {
+   if [ -z "${OMNISYNC_MODE}" ] ; then
+   eerror 'Configuration incomplete! OMNISYNC_MODE not set'
+   return 1
+   fi
+   return 0
+}
+
+# vim: filetype=gentoo-init-d sw=2 ts=2 sts=2 noet:

diff --git a/net-misc/omnisync/metadata.xml b/net-misc/omnisync/metadata.xml
new file mode 100644
index 000..b651dc535e3
--- /dev/null
+++ b/net-misc/omnisync/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   grkni...@gentoo.org
+   Brian Evans
+
+

diff --git a/net-misc/omnisync/omnisync-1.0.ebuild 
b/net-misc/omnisync/omnisync-1.0.ebuild
new file mode 100644
index 000..6c0ff7635dc
--- /dev/null
+++ b/net-misc/omnisync/omnisync-1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A driver for NTPd for people who are firewall-challenged"
+HOMEPAGE="https://www.vanheusden.com/time/omnisync;
+LICENSE="GPL-2"
+SRC_URI="https://www.vanheusden.com/time/${PN}/${P}.tgz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="dev-libs/openssl:0= net-analyzer/net-snmp:="
+DEPEND="${RDEPEND}"
+DOCS=( readme.txt Changes )
+
+src_prepare() {
+   default
+   tc-export CC
+   sed -i -e 's/-O2 -Wall/-Wall/' -e 's/-lsnmp/-lnetsnmp/' 
"${S%/}/Makefile" || die
+   use debug ||  sed -i -e 's/$(DEBUG)//' "${S%/}/Makefile" || die
+}
+
+src_install() {
+   dosbin omnisync
+   newinitd "${FILESDIR%/}/${PN}.initd" ${PN}
+   newconfd "${FILESDIR%/}/${PN}.confd" ${PN}
+   einstalldocs
+}
+
+pkg_postinst() {
+   local isConfigured=$(grep 'OMNISYNC_MODE=""' 
"${ROOT%/}/etc/conf.d/${PN}")
+   if [[ -n "${isConfigured}" ]] ; then
+   elog "Be sure to configure ${PN} in ${ROOT%/}/etc/conf.d before 
trying to start the service"
+   fi
+}



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

2018-06-01 Thread Matt Turner
commit: ce34c32165de1f375945d288c0abd1f92509ca86
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 16:16:59 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun  1 18:59:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce34c321

x11-misc/xtermcontrol: use HTTPs

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

 x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild | 6 +++---
 x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild 
b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
index 27c24745cf0..f950f851f91 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-3.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties"
-HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/;
-SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.thrysoee.dk/xtermcontrol/;
+SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild 
b/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
index d8d1c7b33fe..eb12b3b9f5f 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-3.4.ebuild
@@ -4,8 +4,8 @@
 EAPI=6
 
 DESCRIPTION="xtermcontrol enables dynamic control of XFree86 xterm properties"
-HOMEPAGE="http://www.thrysoee.dk/xtermcontrol/;
-SRC_URI="http://www.thrysoee.dk/${PN}/${P}.tar.gz;
+HOMEPAGE="https://www.thrysoee.dk/xtermcontrol/;
+SRC_URI="https://www.thrysoee.dk/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2018-06-01 Thread Matt Turner
commit: 45275ed039b088d95fe8d8a549368609872d29b0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Jun  1 17:48:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun  1 18:59:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45275ed0

sys-fs/hfsutils: use HTTPs

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

 sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild 
b/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
index e6aad9cbc5b..1d19c5f6f8e 100644
--- a/sys-fs/hfsutils/hfsutils-3.2.6-r5.ebuild
+++ b/sys-fs/hfsutils/hfsutils-3.2.6-r5.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
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="HFS FS Access utils"
-HOMEPAGE="http://www.mars.org/home/rob/proj/hfs/;
+HOMEPAGE="https://www.mars.org/home/rob/proj/hfs/;
 SRC_URI="ftp://ftp.mars.org/pub/hfs/${P}.tar.gz;
 
 LICENSE="GPL-2"



[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2018-06-01 Thread Fabian Groffen
commit: 770af4c6adfd69343cf13b112a2b72ec4fd633b5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jun  1 18:39:12 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jun  1 18:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=770af4c6

scripts/bootstrap-prefix: fix bootstrap on macOS to get past stage2

Recent Xcode have recent enough clang to bootstrap the latest clang,
which is installed in a non-standard place.  Add some more versions for
this and the future.

 scripts/bootstrap-prefix.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 735fd95f0e..75eaf07356 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -533,7 +533,7 @@ do_tree() {
 bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
-   local PV="20180528"
+   local PV="20180530"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else
@@ -1585,7 +1585,9 @@ bootstrap_stage2() {
# we're in a cross-ish situation (at least according to
# multilib.eclass -- can't blame it at this point really)
# do it ourselves here to make the bootstrap continue
-   ( cd "${ROOT}"/tmp/usr/bin && ln -s clang ${CHOST}-clang && ln 
-s clang++ ${CHOST}-clang++ )
+   if [[ -x "${ROOT}"/tmp/usr/bin/${CHOST}-clang ]] ; then
+   ( cd "${ROOT}"/tmp/usr/bin && ln -s clang 
${CHOST}-clang && ln -s clang++ ${CHOST}-clang++ )
+   fi
elif ! is-rap ; then
# make sure the EPREFIX gcc shared libraries are there
mkdir -p "${ROOT}"/usr/${CHOST}/lib/gcc
@@ -1634,7 +1636,7 @@ bootstrap_stage3() {
# stage3 tools should be used first.
# PORTAGE_TMPDIR, EMERGE_LOG_DIR, FEATURES=force-prefix are
# needed with host portage.
-   PREROOTPATH="${ROOT}"$(echo 
/{,tmp/}{usr/,}{,lib/llvm/5/}{s,}bin | sed "s, ,:${ROOT},g") \
+   PREROOTPATH="${ROOT}"$(echo 
/{,tmp/}{usr/,}{,lib/llvm/{10,9,8,7,6,5}/}{s,}bin | sed "s, ,:${ROOT},g") \
EPREFIX="${ROOT}" PORTAGE_TMPDIR="${PORTAGE_TMPDIR}" \
FEATURES="${FEATURES} force-prefix" \
EMERGE_LOG_DIR="${ROOT}"/var/log \



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

2018-06-01 Thread Michał Górny
commit: 179131d6d849203f828b13d16cb6f5eed24e08aa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  1 18:15:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  1 18:38:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179131d6

dev-python/llvmlite: Bump to 0.23.2

 dev-python/llvmlite/Manifest   |  1 +
 dev-python/llvmlite/llvmlite-0.23.2.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/llvmlite/Manifest b/dev-python/llvmlite/Manifest
index 308985953f7..7c564533ece 100644
--- a/dev-python/llvmlite/Manifest
+++ b/dev-python/llvmlite/Manifest
@@ -3,3 +3,4 @@ DIST llvmlite-0.20.0.tar.gz 96753 BLAKE2B 
ec9cfa554f44162c0d6e755628603c9afd8564
 DIST llvmlite-0.21.0.tar.gz 96462 BLAKE2B 
8458037ca49c2c7035cc65539c1dc933f26c694e07502bfb0f37adfa389c56d715b53310fa977461fa75d7f826384a9c408682bee942e7cda6a299b16192c183
 SHA512 
25fb0986faf558995e6405a77d675d1dfcda2f79f8e6f5183d66a16f7b1f323df7eefb54455d9a15412c4eb88cd2e160d9f45038b7d97da6fffe78d7adc0e296
 DIST llvmlite-0.22.0.gh.tar.gz 156077 BLAKE2B 
1b95a0636807fcf38955b32bd5c7c19784df2cc6708f23624c047f0e9caf4eb2fc26c7a1cb778d7cc7e42b8aeaee1ed43c92bcdaf7eb2e798c25f692b96b786a
 SHA512 
633ec4d294dc246ebff5c7931e9bea86efa28323242411f3f54bc34c99085ebaef477b5bfd8224080790a12b188308ff9662c284b360e1a2939f4fe9b84a9458
 DIST llvmlite-0.23.0.gh.tar.gz 167384 BLAKE2B 
f0f64f389004b8c07b40ad42bfe2aa10b06769c59c6ca84fd89c5c38e0f453bc079d435418fe19bdd5b97b9cac698eae5c537417bee181485390745b8d319fc8
 SHA512 
e4fa0096d73351a73b0509ca312dd79f8b4a50eeae03d7491761c68738e1c4f8204be1c2eefad71e10edfbcaef062dafa4270029e1b254febc580016aff2d3b9
+DIST llvmlite-0.23.2.gh.tar.gz 168206 BLAKE2B 
8ed2c2a84cdad80bcdba95e4e2d0f15b8c0a6cab2114b4c5f6eb32a303e29a9185629cf692acaec1455ac059227a755f621147397ece59343347434572186dff
 SHA512 
f5f0a27ff7d523d3ce9c183b60db1106ee89f2650dfaac9e745414dbf91e14cf3ba9056e694148d07f4caab4b9f9fdd1806aa67f580de1b8b317b906d2c4fe65

diff --git a/dev-python/llvmlite/llvmlite-0.23.2.ebuild 
b/dev-python/llvmlite/llvmlite-0.23.2.ebuild
new file mode 100644
index 000..e7d50fc0b39
--- /dev/null
+++ b/dev-python/llvmlite/llvmlite-0.23.2.ebuild
@@ -0,0 +1,55 @@
+# 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 distutils-r1 llvm
+
+DESCRIPTION="Python wrapper around the llvm C++ library"
+HOMEPAGE="http://llvmlite.pydata.org/;
+# upstream slacks in making pypi releases
+SRC_URI="https://github.com/numba/llvmlite/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+LLVM_MAX_SLOT=6
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=sys-devel/llvm-6.0.0-r1:${LLVM_MAX_SLOT}
+   sys-libs/zlib:0=
+   virtual/python-enum34[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+PATCHES=(
+   "${FILESDIR}"/llvmlite-0.15.0-use-system-six.patch
+)
+
+python_prepare_all() {
+   # disable -flto, we do not force it against user's wishes
+   # add -fPIC, needed to link against shared libraries
+   # plus use those vars to force our CXXFLAGS/LDFLAGS in...
+   export CXX_FLTO_FLAGS="${CXXFLAGS} -fPIC"
+   export LD_FLTO_FLAGS="${LDFLAGS} -fPIC"
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" runtests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2018-06-01 Thread Andreas Sturmlechner
commit: 3e7a4ed7932d8eec16081cf7ee88f370f6dbc79d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun  1 18:22:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun  1 18:22:48 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e7a4ed7

kde-plasma/kwin: Patch upstreamed (kinda)

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

 kde-plasma/kwin/kwin-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kde-plasma/kwin/kwin-.ebuild b/kde-plasma/kwin/kwin-.ebuild
index 554797835b..e8f125d774 100644
--- a/kde-plasma/kwin/kwin-.ebuild
+++ b/kde-plasma/kwin/kwin-.ebuild
@@ -86,8 +86,6 @@ PDEPEND="
 
 RESTRICT+=" test"
 
-PATCHES=( "${FILESDIR}/${PN}-5.10.95-test-optional.patch" )
-
 src_prepare() {
kde5_src_prepare
use multimedia || eapply "${FILESDIR}/${PN}-gstreamer-optional.patch"



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

2018-06-01 Thread Ulrich Müller
commit: 29f14f13e62491742d4e6562453535ce3328ec36
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun  1 18:18:51 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun  1 18:18:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f14f13

app-editors/emacs: Remove release candidate.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-editors/emacs/Manifest  |   1 -
 app-editors/emacs/emacs-26.1_rc1.ebuild | 380 
 2 files changed, 381 deletions(-)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 29cbef010bb..f15ec949952 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -7,5 +7,4 @@ DIST emacs-24.5-patches-4.tar.xz 13632 BLAKE2B 
99e70f4ee32c1ba3a66b934de692437aa
 DIST emacs-24.5.tar.xz 39759804 BLAKE2B 
aec253528038686822d1f8ed9a52dff276789ef7744053fc9b6176fceba4d4d8684fe979cf97e756b3feaf734d2377baef81f5efaa5450930a4e94d9f3bca355
 SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
 DIST emacs-25.3-patches-1.tar.xz 1252 BLAKE2B 
33c3c8e32b85f548201d4988d3aaf94e6440ab4727fced17aa26f00fd5665b755d3add254a764f579736bbfbc90716ff800e3ad5b8e7bd5d5c2370d31451e4b1
 SHA512 
09371a789a7c742b4e18f45a4c4e063a5392d0684899eb8be8c7415af9fe3c306083c62f18abc6a15c4fe76dd6ae3ac5c9b002c962971e59379cc187926a0c15
 DIST emacs-25.3.tar.xz 42854740 BLAKE2B 
4f4e2572bbef48b75c561497fc22046081e56099b6174725d79b15a5b16d5c886eaf8ff3f75cf561e989ebb092ab9e98ba7503e720a9db7560758b30d5116f23
 SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
-DIST emacs-26.1-rc1.tar.xz 44010228 BLAKE2B 
c7d8d19a8488a88f3eea4dbf4c545de75956b6a82735826d15b603568577fde8019d7655e936ab60bc61e397f3db074e26d5a1d58534714fcaef585fa63a7719
 SHA512 
bf5a9fac61f024406b050037505c14c83db95f24760c2e32aa8f7e53cc8c2781883af0c3ffe820b039a9444a10e7fdcae7635b7e3c383718de22d77e7ceabe83
 DIST emacs-26.1.tar.xz 44258932 BLAKE2B 
5b5ea6a506228507af18417c3f94c2d6ea482c25d13ec5e0bee9ec6a65e80c52c870162b4671e80a82f8310784c802924609f2f87d504b1a97617c44d859566f
 SHA512 
537c2cfdd281151b360002419dde6280c313e07a937ed96405c67f754b3401ec5541091a3c0aa6690929bc33dd79e8e0d8844e7a6b014b7798c63cb15de210c2

diff --git a/app-editors/emacs/emacs-26.1_rc1.ebuild 
b/app-editors/emacs/emacs-26.1_rc1.ebuild
deleted file mode 100644
index b0a58245197..000
--- a/app-editors/emacs/emacs-26.1_rc1.ebuild
+++ /dev/null
@@ -1,380 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp-common flag-o-matic multilib readme.gentoo-r1
-
-DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
-HOMEPAGE="https://www.gnu.org/software/emacs/;
-SRC_URI="mirror://gnu-alpha/emacs/pretest/emacs-${PV/_/-}.tar.xz"
-
-LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
-SLOT="26"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-IUSE="acl alsa aqua athena cairo dbus dynamic-loading games gconf gfile gif 
gpm gsettings gtk +gtk3 gzip-el imagemagick +inotify jpeg kerberos libxml2 
livecd m17n-lib mailutils motif png selinux sound source ssl svg systemd 
+threads tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm xwidgets zlib"
-REQUIRED_USE="?? ( aqua X )"
-
-RDEPEND="sys-libs/ncurses:0=
-   >=app-eselect/eselect-emacs-1.16
-   >=app-emacs/emacs-common-gentoo-1.5[games?,X?]
-   acl? ( virtual/acl )
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( sys-apps/dbus )
-   gpm? ( sys-libs/gpm )
-   !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( >=dev-libs/libxml2-2.2.0 )
-   mailutils? ( net-mail/mailutils[clients] )
-   !mailutils? ( net-libs/liblockfile )
-   selinux? ( sys-libs/libselinux )
-   ssl? ( net-libs/gnutls:0= )
-   systemd? ( sys-apps/systemd )
-   zlib? ( sys-libs/zlib )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-misc/xbitmaps
-   gconf? ( >=gnome-base/gconf-2.26.2 )
-   gsettings? ( >=dev-libs/glib-2.28.6 )
-   gif? ( media-libs/giflib:0= )
-   jpeg? ( virtual/jpeg:0= )
-   png? ( >=media-libs/libpng-1.4:0= )
-   svg? ( >=gnome-base/librsvg-2.0 )
-   tiff? ( media-libs/tiff:0 )
-   xpm? ( x11-libs/libXpm )
-   imagemagick? ( >=media-gfx/imagemagick-6.6.2:0= )
-   xft? (
-

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

2018-06-01 Thread Michał Górny
commit: 0dc015e269b2061080b449f0e4c39241c73aba44
Author: Ian Moone  chaoslab  org>
AuthorDate: Fri Jun  1 15:53:06 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  1 18:13:53 2018 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0dc015e2

repositories: Add chaoslab overlay

Actually, this overlay is the new home of the (already registered)
"frabjous" overlay. I decided to start fresh at gitlab.com with a
new name.

As soon this PR is accepted, I'll push a news item in the old
overlay, notifying potential users about the changes and requesting
them to migrate to the new overlay.

The old (frabjous) overlay will be removed in 30 days.

Closes: https://github.com/gentoo/api-gentoo-org/pull/132

 files/overlays/repositories.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 8e6332d..4b732b6 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -865,6 +865,17 @@ FIN
 git://github.com/chaoskagami/chaos-overlay.git
 
https://github.com/feeds/chaoskagami/commits/chaos-overlay/master
   
+  
+chaoslab
+Overlay for apps related to secure communication, 
cryptography, cryptocurrency, server-side stuff, etc.
+https://gitlab.com/chaoslab/chaoslab-overlay
+
+  gen...@chaoslab.org
+  Ian Moone
+
+https://gitlab.com/chaoslab/chaoslab-overlay.git
+
https://gitlab.com/chaoslab/chaoslab-overlay/commits/master.atom
+  
   
 chrisadr
 ChrisADR's personal overlay



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

2018-06-01 Thread Zac Medico
commit: e3844298086242c58e577d53c9a513b4e80b6bbb
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Jun  1 18:07:28 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Jun  1 18:07:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3844298

sys-apps/portage: remove old versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/portage/Manifest  |   3 -
 sys-apps/portage/portage-2.3.31.ebuild | 284 -
 sys-apps/portage/portage-2.3.36.ebuild | 284 -
 sys-apps/portage/portage-2.3.38.ebuild | 284 -
 4 files changed, 855 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 6e289f9447e..40f922cc43b 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,8 +1,5 @@
 DIST portage-2.3.13.tar.bz2 945477 BLAKE2B 
0ad44859f04db529713cc80a51e6dadc767ed6b6d0aef1d070650d82133c05e161eaa9fd1e208b3078c513ccf6f73136b8bf865542f0dc9396de9142bad1d32c
 SHA512 
71d9ea6c9a889572f60e7e501e9f8739db588cffd98a431303906eb90c1f7bb85c55f6779cbfb921630149d1b3174539fe2357fbeffbbe9857998907e3215ad3
 DIST portage-2.3.19.tar.bz2 954921 BLAKE2B 
e1bb3606ff2c5ba7b2123c61469b99f4d5d89f534a9af26065ac03bb2accd00cd363e4027e33546fc9b6d01b2fb65ca0d4311c6e2e8cc518c09030c979a69240
 SHA512 
94899bdfa4d22c846234bd28d4744613202cf67d3f32c242cb7fb60b17419419a2a29912e584ade7df52fba4c6a58774c5859148352221c978f34b4e7680981d
 DIST portage-2.3.24.tar.bz2 959266 BLAKE2B 
bc15f10599c694ad29f5a55264e929d0a04a9c5211e9cafd4f1a35de1d77e655d99df0ceb352fd431a8cefd40c733064422d8f41099edf7263aa36ef8cfd2ba8
 SHA512 
fca250d4afc1819a27b67daff770132ed4e88fb067038992a6b3f8aac63604536366ea628dd30c24f93db19ae55e88da372598ccc489bcf445038dfe860ce0ec
-DIST portage-2.3.31.tar.bz2 986684 BLAKE2B 
dc2a6e7da211da98320b872b26af46138791e2600d261fbff21823576804ea04dc77bc69c5f64d94a9bc3d0ec9cba0630b9093c12c426ae0561471092c837080
 SHA512 
7cca6aa6e8e6ce7ee3902686b437ea09c398630f46926d568a35f94b95be3c6ecc53a4ab6ee99d52c04755d5144900cc3aa84be24a49533518f8c50a9301ffb8
-DIST portage-2.3.36.tar.bz2 992242 BLAKE2B 
44b414495ab156214bfd27d10894a6b1ae020f503639f41d408670b440b5e389bd56c801138907992982db8964aaa2664e9f7f0aa99647d4eab1aa81167157ba
 SHA512 
765bb60fce2b6b84c5fde7b19c5abeeed0ba8036ea311c7f57dfcb2ed11395cafe7bdd07a2b46adce95792f4bf9f5401643e88780c90e792a8a4e4d1f2886167
-DIST portage-2.3.38.tar.bz2 993841 BLAKE2B 
a473d905a3caae4fc9e45486c4cbf75b10de396b40b4f84aef9012da12dab78ad14f8645bbb71adf058159dca6dacba7314d44664826c8402904d0e0e4c55e52
 SHA512 
e9fbfdcb5c3f4f8c001d0cd16e62c0cc7c23b92f9abca1b26f4c9e95b547e78cf126a9a7807b70beb9014514c1d32bd277bea9d0b91a7c912785b4178f77dede
 DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664202f3b16bf75821ff6226e85da823785ac87875fa82bd5cf1b953d638773819495f73f471c06ffd6926518df1ac
 SHA512 
ded128c1941664fab6bc95f05115ec08900fddaedd1b6f12afa48da024531ee8939134d49759e09995c76a95e41beafdbf5528a5b62d3bf21c826ab1ac0cd1c5
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8

diff --git a/sys-apps/portage/portage-2.3.31.ebuild 
b/sys-apps/portage/portage-2.3.31.ebuild
deleted file mode 100644
index accf849fff4..000
--- a/sys-apps/portage/portage-2.3.31.ebuild
+++ /dev/null
@@ -1,284 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(
-   pypy
-   python3_4 python3_5 python3_6
-   python2_7
-)
-PYTHON_REQ_USE='bzip2(+),threads(+)'
-
-inherit distutils-r1 systemd
-
-DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
-SLOT="0"
-IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
-
-DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
-   >=app-arch/tar-1.27
-   dev-lang/python-exec:2
-   >=sys-apps/sed-4.0.5 sys-devel/patch
-   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
-   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
-# Require sandbox-2.2 for bug #288863.
-# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
-# quite slow, so it's not considered in the dependencies as an alternative to
-# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
-# for now, don't pull in xattr deps for other kernels.
-# For whirlpool hash, require python[ssl] (bug #425046).
-# For compgen, require bash[readline] (bug #445576).
-# 

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

2018-06-01 Thread Ulrich Müller
commit: 9e025d71f8304db07e4e086fd8289f0d5e1789b5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun  1 16:51:24 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun  1 18:07:12 2018 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=9e025d71

elisp.eclass: Depend on virtual/emacs on the build system.

For byte-compilation, Emacs is required to run on the native
build system. Therefore BDEPEND on virtual/emacs in EAPI 7.

Reorganise EAPI conditionals to be more compact.

 eclass/elisp.eclass | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 9a66ec5..0f07a3e 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -65,24 +65,24 @@
 # files by dodoc in src_install().
 
 inherit elisp-common
+case ${EAPI:-0} in
+   0|1|2|3|4|5) inherit epatch ;;
+   6|7) ;;
+   *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
+esac
 
 case ${EAPI:-0} in
-   0|1)
-   inherit epatch
-   EXPORT_FUNCTIONS src_{unpack,compile,install} \
-   pkg_{setup,postinst,postrm} ;;
-   2|3|4|5)
-   inherit epatch
-   EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} 
\
+   0|1) EXPORT_FUNCTIONS src_{unpack,compile,install} \
pkg_{setup,postinst,postrm} ;;
-   6|7)
-   EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} 
\
+   *) EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} \
pkg_{setup,postinst,postrm} ;;
-   *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
 esac
 
-DEPEND=">=virtual/emacs-${NEED_EMACS:-23}"
-RDEPEND="${DEPEND}"
+RDEPEND=">=virtual/emacs-${NEED_EMACS:-23}"
+case ${EAPI:-0} in
+   0|1|2|3|4|5|6) DEPEND="${RDEPEND}" ;;
+   *) BDEPEND="${RDEPEND}" ;;
+esac
 
 # @FUNCTION: elisp_pkg_setup
 # @DESCRIPTION:



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

2018-06-01 Thread Ulrich Müller
commit: 5e996d0ccda6670266632a5af345607c2d6a6aae
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun  1 18:06:50 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun  1 18:06:50 2018 +
URL:https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=5e996d0c

elisp.eclass: Sync from gentoo repo.

 eclass/elisp.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 6745973..9a66ec5 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -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
 
 # @ECLASS: elisp.eclass
@@ -75,7 +75,7 @@ case ${EAPI:-0} in
inherit epatch
EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} 
\
pkg_{setup,postinst,postrm} ;;
-   6)
+   6|7)
EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} 
\
pkg_{setup,postinst,postrm} ;;
*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
@@ -137,14 +137,14 @@ elisp_src_prepare() {
fi
case ${EAPI:-0} in
0|1|2|3|4|5) epatch "${file}" ;;
-   6) eapply "${file}" ;;
+   *) eapply "${file}" ;;
esac
done
 
# apply any user patches
case ${EAPI:-0} in
0|1|2|3|4|5) epatch_user ;;
-   6) eapply_user ;;
+   *) eapply_user ;;
esac
 
if [[ -n ${ELISP_REMOVE} ]]; then



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

2018-06-01 Thread Andreas Sturmlechner
commit: b2dbe20a4d8c254547ea12b5cf647c10371abbf2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun  1 17:43:12 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun  1 17:44:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dbe20a

media-video/vlc: Drop USE=vcd and enable it unconditionally

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/vlc/{vlc-3.0.2.ebuild => vlc-3.0.2-r1.ebuild} | 5 ++---
 media-video/vlc/{vlc-3.0.3.ebuild => vlc-3.0.3-r1.ebuild} | 5 ++---
 media-video/vlc/vlc-3.0..ebuild   | 5 ++---
 media-video/vlc/vlc-.ebuild   | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.2.ebuild 
b/media-video/vlc/vlc-3.0.2-r1.ebuild
similarity index 98%
rename from media-video/vlc/vlc-3.0.2.ebuild
rename to media-video/vlc/vlc-3.0.2-r1.ebuild
index 02cd1ac9ad4..27977bca29e 100644
--- a/media-video/vlc/vlc-3.0.2.ebuild
+++ b/media-video/vlc/vlc-3.0.2-r1.ebuild
@@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses 
neon nfs ogg
omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 
rdp rtsp
run-as-root samba schroedinger sdl-image sftp shout sid skins soxr 
speex srt ssl svg
-   taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc 
vorbis vpx
+   taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc 
vorbis vpx
wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx 
cpu_flags_x86_sse
 "
 REQUIRED_USE="
@@ -194,7 +194,6 @@ RDEPEND="
upnp? ( net-libs/libupnp:= )
v4l? ( media-libs/libv4l:0 )
vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
-   vcd? ( >=dev-libs/libcdio-0.78.2:0 )
vdpau? ( x11-libs/libvdpau:0 )
vnc? ( net-libs/libvncserver:0 )
vorbis? ( media-libs/libvorbis:0 )
@@ -281,6 +280,7 @@ src_configure() {
--disable-update-check
--enable-fast-install
--enable-screen
+   --enable-vcd
--enable-vlc
$(use_enable a52)
$(use_enable alsa)
@@ -380,7 +380,6 @@ src_configure() {
$(use_enable upnp)
$(use_enable v4l v4l2)
$(use_enable vaapi libva)
-   $(use_enable vcd)
$(use_enable vdpau)
$(use_enable vnc)
$(use_enable vorbis)

diff --git a/media-video/vlc/vlc-3.0.3.ebuild 
b/media-video/vlc/vlc-3.0.3-r1.ebuild
similarity index 98%
rename from media-video/vlc/vlc-3.0.3.ebuild
rename to media-video/vlc/vlc-3.0.3-r1.ebuild
index e884279f947..848949599d6 100644
--- a/media-video/vlc/vlc-3.0.3.ebuild
+++ b/media-video/vlc/vlc-3.0.3-r1.ebuild
@@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses 
neon nfs ogg
omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 
rdp rtsp
run-as-root samba schroedinger sdl-image sftp shout sid skins soxr 
speex srt ssl svg
-   taglib theora tremor truetype twolame udev upnp vaapi v4l vcd vdpau vnc 
vorbis vpx
+   taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc 
vorbis vpx
wayland wma-fixed +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx 
cpu_flags_x86_sse
 "
 REQUIRED_USE="
@@ -194,7 +194,6 @@ RDEPEND="
upnp? ( net-libs/libupnp:= )
v4l? ( media-libs/libv4l:0 )
vaapi? ( x11-libs/libva:0=[drm,wayland?,X?] )
-   vcd? ( >=dev-libs/libcdio-0.78.2:0 )
vdpau? ( x11-libs/libvdpau:0 )
vnc? ( net-libs/libvncserver:0 )
vorbis? ( media-libs/libvorbis:0 )
@@ -282,6 +281,7 @@ src_configure() {
--disable-update-check
--enable-fast-install
--enable-screen
+   --enable-vcd
--enable-vlc
$(use_enable a52)
$(use_enable alsa)
@@ -381,7 +381,6 @@ src_configure() {
$(use_enable upnp)
$(use_enable v4l v4l2)
$(use_enable vaapi libva)
-   $(use_enable vcd)
$(use_enable vdpau)
$(use_enable vnc)
$(use_enable vorbis)

diff --git a/media-video/vlc/vlc-3.0..ebuild 
b/media-video/vlc/vlc-3.0..ebuild
index 9ee5edc366b..a80409c4a81 100644
--- a/media-video/vlc/vlc-3.0..ebuild
+++ b/media-video/vlc/vlc-3.0..ebuild
@@ -36,7 +36,7 @@ IUSE="a52 alsa altivec aom archive bidi bluray cddb 
chromaprint chromecast dbus
macosx-qtkit matroska microdns modplug mp3 mpeg mtp musepack ncurses 
neon nfs ogg
omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 
rdp rtsp

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

2018-06-01 Thread Christoph Junghans
commit: 6af00c88f8b6ecbfdabba748b9b9892cba5c53ea
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Jun  1 17:21:37 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jun  1 17:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af00c88

sys-cluster/legion: version bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-cluster/legion/Manifest  |  2 ++
 sys-cluster/legion/legion-18.02.0.ebuild | 40 
 sys-cluster/legion/legion-18.05.0.ebuild | 40 
 3 files changed, 82 insertions(+)

diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest
index ec49885ae0c..1d9bd405d1b 100644
--- a/sys-cluster/legion/Manifest
+++ b/sys-cluster/legion/Manifest
@@ -4,3 +4,5 @@ DIST legion-17.02.0.tar.gz 2690415 BLAKE2B 
6278b65c049e4909fdbe330f875e9649dfbca
 DIST legion-17.05.0.tar.gz 2783482 BLAKE2B 
aad4da51237b19504949c13e3f6e021468042186fe55a41dde44e51066504df98e07fd6abf531cb4f46e1d7f7f1cf05f471d0394f092d9504e47f78ae8675dc5
 SHA512 
51532f043eea1467a2b8ff17004f224c763f411eb5940d0a4dc5d8eb6503d758964aba26eb4977c68264c7344fcf269682a428e86a2c1a756f91cc9c50d04677
 DIST legion-17.08.0.tar.gz 2839522 BLAKE2B 
b9f9d814b319c69a1e29b108c7d78fcd04f87d58371baf1c102eb9eee8c435d0127aed507bbcbf096e2b78705f39e88400251b2e0d46931688ed30cb51f93e89
 SHA512 
5d97157f97e12149e5fdf3a75d2e6e8a41ebf97e09c35501e2c93437bd0a47643d261f68c6b4a83b47e64d706f35914acd3a852eb0c08a11696b05ba9ef7af87
 DIST legion-17.10.0.tar.gz 2975023 BLAKE2B 
772f666c0cd8fc96e1e460e4c8253289069eea2ed8820f091ad517228fb7b2d56bc8bedbe9bc4d5776869fc4f0250f71644bf773362f65a0bba6f96be51c32af
 SHA512 
c4be9b32b47b3c4ae38374606125867f963a109dd542a52ee20b2964e5849121207d78947f0ab6ea4ed5e8a027b26da7b1a3a61124f175c1b9f7323e56b8d9b2
+DIST legion-18.02.0.tar.gz 2967232 BLAKE2B 
5f22efe681ee036af95b3d84c104988acfea899b76684860c1a27dda27b757c7a444ea5c1cec70ce0a19ffaa8323c208997402971017f72415a12ff9aabadea5
 SHA512 
052026c6f7e3920bfe097ada83571e4f7d4ad74a59d4a84af4d35f089c5d1b216e90f4f8547ea894e4b53b138b81e594c60342c41557c985b64d08c4aca23794
+DIST legion-18.05.0.tar.gz 3009091 BLAKE2B 
86c113cad11e2fbdcf03233c09fe429ceff12aaac6621e0ae22ac141cf7a6c62f7df23f78861a826ba55a45c3eae46ca60b9e47339f9ed560797733b7d4e
 SHA512 
f7000b5a6b66d07d72de9be7ef0bcdfd7aa95f838bfc1ccb4b146cf0c4407682a5cde75b56311bb07abd808dc67527e02a3a3db10bca874028a7335b54e1120a

diff --git a/sys-cluster/legion/legion-18.02.0.ebuild 
b/sys-cluster/legion/legion-18.02.0.ebuild
new file mode 100644
index 000..51357e88417
--- /dev/null
+++ b/sys-cluster/legion/legion-18.02.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/;
+if [[ $PV =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+   gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+   hwloc? ( sys-apps/hwloc )
+   "
+
+src_configure() {
+   mycmakeargs=(
+   -DLegion_USE_HWLOC=$(usex hwloc)
+   -DLegion_USE_GASNet=$(usex gasnet)
+   -DLegion_ENABLE_TESTING=$(usex test)
+   -DBUILD_SHARED_LIBS=ON
+   -DLegion_BUILD_EXAMPLES=ON
+   -DLegion_BUILD_TESTS=ON
+   -DLegion_BUILD_TUTORIAL=ON
+   )
+   cmake-utils_src_configure
+}

diff --git a/sys-cluster/legion/legion-18.05.0.ebuild 
b/sys-cluster/legion/legion-18.05.0.ebuild
new file mode 100644
index 000..51357e88417
--- /dev/null
+++ b/sys-cluster/legion/legion-18.05.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A data-centric parallel programming system"
+HOMEPAGE="http://legion.stanford.edu/;
+if [[ $PV =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://StanfordLegion/${PN}.git 
https://github.com/StanfordLegion/${PN}.git;
+   KEYWORDS=""
+else
+   SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-${P}"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="gasnet +hwloc test"
+
+DEPEND="
+   gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 )
+   hwloc? ( sys-apps/hwloc )
+   "
+
+src_configure() {
+   mycmakeargs=(
+   -DLegion_USE_HWLOC=$(usex hwloc)
+   -DLegion_USE_GASNet=$(usex gasnet)
+   -DLegion_ENABLE_TESTING=$(usex test)
+   

[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/

2018-06-01 Thread Jason Donenfeld
commit: bd1258350895e8c44db5bbb16808c0da93c92098
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Jun  1 17:13:43 2018 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Jun  1 17:13:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd125835

net-vpn/wireguard: use toolchain's CC and LD explicitly

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-vpn/wireguard/wireguard-0.0.20180531.ebuild | 2 +-
 net-vpn/wireguard/wireguard-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-vpn/wireguard/wireguard-0.0.20180531.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20180531.ebuild
index b8f4649d874..3a4681c656a 100644
--- a/net-vpn/wireguard/wireguard-0.0.20180531.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20180531.ebuild
@@ -41,7 +41,7 @@ src_compile() {
BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}"
use module && linux-mod_src_compile
-   use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools
+   use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools 
CC="$(tc-getCC)" LD="$(tc-getLD)"
 }
 
 src_install() {

diff --git a/net-vpn/wireguard/wireguard-.ebuild 
b/net-vpn/wireguard/wireguard-.ebuild
index fdc71975143..3a4681c656a 100644
--- a/net-vpn/wireguard/wireguard-.ebuild
+++ b/net-vpn/wireguard/wireguard-.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
@@ -41,7 +41,7 @@ src_compile() {
BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}"
use debug && BUILD_PARAMS="CONFIG_WIREGUARD_DEBUG=y ${BUILD_PARAMS}"
use module && linux-mod_src_compile
-   use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools
+   use tools && emake RUNSTATEDIR="${EPREFIX}/run" -C src/tools 
CC="$(tc-getCC)" LD="$(tc-getLD)"
 }
 
 src_install() {



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

2018-06-01 Thread Hans de Graaff
commit: c5275f194c1676ada49f2a9823fccdd981225c6a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  1 17:10:44 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  1 17:11:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5275f19

dev-ruby/webmock: add ruby25

Package-Manager: Portage-2.3.36, Repoman-2.3.9

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

diff --git a/dev-ruby/webmock/webmock-3.4.1.ebuild 
b/dev-ruby/webmock/webmock-3.4.1.ebuild
index 49c52edbb44..c5652a996a1 100644
--- a/dev-ruby/webmock/webmock-3.4.1.ebuild
+++ b/dev-ruby/webmock/webmock-3.4.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
 



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

2018-06-01 Thread Hans de Graaff
commit: 4620539045ef40ae5c70e5196784517f01937700
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  1 07:48:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  1 17:11:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46205390

dev-ruby/crack: add ruby25 revision with new enough safe_yaml

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/crack/crack-0.4.3-r2.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/dev-ruby/crack/crack-0.4.3-r2.ebuild 
b/dev-ruby/crack/crack-0.4.3-r2.ebuild
new file mode 100644
index 000..e74082f18a4
--- /dev/null
+++ b/dev-ruby/crack/crack-0.4.3-r2.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_EXTRADOC="README.md History"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Really simple JSON and XML parsing, ripped from Merb and Rails"
+HOMEPAGE="https://github.com/jnunemaker/crack;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+ruby_add_rdepend ">=dev-ruby/safe_yaml-1.0.4-r4"
+
+each_ruby_prepare() {
+   # Remove tests which fail when run by portage but pass when run by hand
+   sed -i -e '/{"regex": \/foo.*\/}/d' test/json_test.rb || die
+   sed -i -e '/{"regex": \/foo.*\/i}/d' test/json_test.rb || die
+   sed -i -e '/{"regex": \/foo.*\/mix}/d' test/json_test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Itest -Ilib -e 'Dir["test/*_test.rb"].each { |f| load f }' || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/safe_yaml/, dev-ruby/safe_yaml/files/

2018-06-01 Thread Hans de Graaff
commit: de4854ce9f81f36efe97c189c5633b38ad6e9f5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun  1 07:29:01 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun  1 17:11:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4854ce

dev-ruby/safe_yaml: fix issue with missing DateTime constant

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../safe_yaml/files/safe_yaml-1.0.4-datetime.patch | 19 +++
 dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild   | 38 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch 
b/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch
new file mode 100644
index 000..92e5505985c
--- /dev/null
+++ b/dev-ruby/safe_yaml/files/safe_yaml-1.0.4-datetime.patch
@@ -0,0 +1,19 @@
+From 9dd1e8d9ad0396a8c9092c2e9f17d498c58e0208 Mon Sep 17 00:00:00 2001
+From: elifoster 
+Date: Tue, 5 Dec 2017 14:30:13 -0800
+Subject: [PATCH] Fix uninitialized constant DateTime Close #80
+
+---
+ lib/safe_yaml/parse/date.rb | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/safe_yaml/parse/date.rb b/lib/safe_yaml/parse/date.rb
+index cd3c62a..3a30a8b 100644
+--- a/lib/safe_yaml/parse/date.rb
 b/lib/safe_yaml/parse/date.rb
+@@ -1,3 +1,5 @@
++require 'time'
++
+ module SafeYAML
+   class Parse
+ class Date

diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild 
b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
new file mode 100644
index 000..5fe2d736f5e
--- /dev/null
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r4.ebuild
@@ -0,0 +1,38 @@
+# 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_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
+HOMEPAGE="https://dtao.github.com/safe_yaml;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+PATCHES=( "${FILESDIR}/${P}-datetime.patch" )
+
+ruby_add_bdepend "test? ( dev-ruby/hashie
+   dev-ruby/heredoc_unindent
+   dev-ruby/rspec:3 )"
+
+all_ruby_prepare() {
+   sed -i -e '/local timezone/askip "timezone"' 
spec/transform/to_date_spec.rb || die
+}
+
+each_ruby_test() {
+   # Run specs with monkeypatch
+   ${RUBY} -S rspec-3 spec --tag ~libraries || die
+
+   # Running specs without monkeypatch
+   ${RUBY} -S rspec-3 spec --tag libraries || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/edit-server/files/, app-emacs/edit-server/

2018-06-01 Thread Ulrich Müller
commit: 7f5e63e06219dde175cbfd1a856b2ccd5831396a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun  1 16:36:02 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun  1 16:55:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5e63e0

app-emacs/edit-server: Initial import.

Ebuild contributed by me.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/edit-server/Manifest  |  1 +
 app-emacs/edit-server/edit-server-1.15.ebuild   | 20 
 app-emacs/edit-server/files/50edit-server-gentoo.el |  2 ++
 app-emacs/edit-server/metadata.xml  | 19 +++
 4 files changed, 42 insertions(+)

diff --git a/app-emacs/edit-server/Manifest b/app-emacs/edit-server/Manifest
new file mode 100644
index 000..84c4eab4380
--- /dev/null
+++ b/app-emacs/edit-server/Manifest
@@ -0,0 +1 @@
+DIST emacs_chrome-1.15.tar.gz 315059 BLAKE2B 
12aee8ddabcaa2c843c6315e510f757a54495affcbdccc315199270270905b3c25409f6a0aee859e0d835e16f0c8c6dab18ee147cd82864d49a6f4e4942fb99e
 SHA512 
c91c6785d92607b2e7f6bba20176048fe8893ac7e672d860ba3befc910825bbae478104b7ba53cd8253a4f354eb26bc0a993f23fed5888c3b8c9cdf00e116c30

diff --git a/app-emacs/edit-server/edit-server-1.15.ebuild 
b/app-emacs/edit-server/edit-server-1.15.ebuild
new file mode 100644
index 000..50ca006ea9e
--- /dev/null
+++ b/app-emacs/edit-server/edit-server-1.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+MY_PN="emacs_chrome"
+DESCRIPTION="Service edit requests from a web browser for editing of textareas"
+HOMEPAGE="https://github.com/stsquad/emacs_chrome;
+SRC_URI="https://github.com/stsquad/${MY_PN}/archive/v${PV}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}/servers"
+ELISP_REMOVE="edit-server-ert.el"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README"

diff --git a/app-emacs/edit-server/files/50edit-server-gentoo.el 
b/app-emacs/edit-server/files/50edit-server-gentoo.el
new file mode 100644
index 000..42beafcc3e9
--- /dev/null
+++ b/app-emacs/edit-server/files/50edit-server-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'edit-server-start "edit-server" "Start the edit server." t)

diff --git a/app-emacs/edit-server/metadata.xml 
b/app-emacs/edit-server/metadata.xml
new file mode 100644
index 000..8e8d8067eae
--- /dev/null
+++ b/app-emacs/edit-server/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  gnu-em...@gentoo.org
+  Gentoo GNU Emacs project
+
+
+  Edit with Emacs is an addon for webextension compatible browsers
+  like Google's Chrome(ium), Opera or Firefox that allows you to edit
+  text areas on your browser in a more full featured editor. It does
+  this in conjunction with an "Edit Server" which services requests by
+  the browser. This is because extensions cannot spawn new processes
+  as a security measure. 
+
+  The extension packages a native elisp version that can be run inside
+  GNU Emacs itself.
+
+



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

2018-06-01 Thread Ulrich Müller
commit: 6886e6042eaf1b3b7b5b38608e56fb05a6838eb2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jun  1 16:35:09 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jun  1 16:55:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6886e604

elisp.eclass: Fix src_prepare() in EAPI 7.

 eclass/elisp.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 4447f12532c..9a66ec58ce5 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -137,14 +137,14 @@ elisp_src_prepare() {
fi
case ${EAPI:-0} in
0|1|2|3|4|5) epatch "${file}" ;;
-   6) eapply "${file}" ;;
+   *) eapply "${file}" ;;
esac
done
 
# apply any user patches
case ${EAPI:-0} in
0|1|2|3|4|5) epatch_user ;;
-   6) eapply_user ;;
+   *) eapply_user ;;
esac
 
if [[ -n ${ELISP_REMOVE} ]]; then



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

2018-06-01 Thread Matt Turner
commit: 8b2b73befeb3a6c4de1899d810366b625193ea56
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun  1 16:44:33 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun  1 16:45:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2b73be

media-libs/mesa: Version bump 18.1.1

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.1.1.ebuild | 531 +
 2 files changed, 532 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 3e0bde2c835..5652c66bcda 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,4 @@
 DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25d2a01ac4767ab12bee85fe5dae1492d5bb1df06b6e8c6b0fe960bbd5ea38691c75d08a6b4302c64377ce58e54
 SHA512 
83deffbc6b9823b8e93cccf57d7952106f3d55fea881e3924f9f9586f0e9347a6e3a1a36cc19c24af819f2fde3af9496652a6ff56132511a5618d5774404f63f
 DIST mesa-18.0.4.tar.xz 10939356 BLAKE2B 
6bbf19f4e547be3be7385f6e8b09fe78c0e1ac04d42f1e762ec92d83a53c06bae987b63a542553df4a8a1e17c0b3738e2db6faf356897f49b8d7efd5845c
 SHA512 
f9a14be46c209661ceb318add1611481445d13b47e95c7a5d2a5e5ecfdd5d2c3fa9c2b16b30035bbb8d61ccc7cb65bfa6698ac8b040273e5ab045a951a67752c
 DIST mesa-18.1.0.tar.xz 8776 BLAKE2B 
0da5486e96596b3f919f15d2db9cd12de825811a0fbb76859bb7d275914dda0cc19a518b269fa0745d52982b92d5d645b6da639a870709193db721262658
 SHA512 
8b26af2df8b94373cbc339521974cd568c1d4ff4204986ee7b439e4cf3ebe14d822ea081a7769b68eca9263b7bc6dbca01836b8bb0d6495d2e2614c4e3d601ad
+DIST mesa-18.1.1.tar.xz 0892 BLAKE2B 
05d48379109c1c3800d3d07b9f52e96b2cd4bc087517711ee752f89619afce0a0e09b7a9ede8b5d1807ceae3e2b506518657a0760c947f466121e2252f7eada3
 SHA512 
7783adc1ec7a1c3d092acfcca6b4ba19450c15a7f0d7f41fbf25e482236615d79ce24afe60959066ea7aa851df4f74fa3c569fa6d847ea79e6bfe046b8c65e90

diff --git a/media-libs/mesa/mesa-18.1.1.ebuild 
b/media-libs/mesa/mesa-18.1.1.ebuild
new file mode 100644
index 000..70702be097d
--- /dev/null
+++ b/media-libs/mesa/mesa-18.1.1.ebuild
@@ -0,0 +1,531 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/mesa.git;
+
+if [[ ${PV} =  ]]; then
+   GIT_ECLASS="git-r3"
+   EXPERIMENTAL="true"
+fi
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ $PV ==  ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!bindist? ( bindist )"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
+   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
+   vdpau vulkan wayland xvmc xa"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 gallium )
+   llvm?   ( gallium )
+   opencl? ( gallium llvm )
+   openmax? ( gallium )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vaapi? ( gallium )
+   vdpau? ( gallium )
+   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   xa?  ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.91"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   

[gentoo-commits] proj/sci:master commit in: sci-libs/lmfit/, sci-libs/lmfit/files/

2018-06-01 Thread Christoph Junghans
commit: 108ef0e63abf16a743faff1463c3c2adf7c9b147
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Jun  1 16:28:50 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jun  1 16:29:13 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=108ef0e6

sci-libs/lmfit: moved to gx86

 sci-libs/lmfit/files/lmfit-7.0-cmake.patch | 66 --
 sci-libs/lmfit/lmfit-5.1.ebuild| 24 ---
 sci-libs/lmfit/lmfit-6.4.ebuild| 24 ---
 sci-libs/lmfit/lmfit-7.0.ebuild| 25 ---
 sci-libs/lmfit/metadata.xml| 11 -
 5 files changed, 150 deletions(-)

diff --git a/sci-libs/lmfit/files/lmfit-7.0-cmake.patch 
b/sci-libs/lmfit/files/lmfit-7.0-cmake.patch
deleted file mode 100644
index 9ca4efb24..0
--- a/sci-libs/lmfit/files/lmfit-7.0-cmake.patch
+++ /dev/null
@@ -1,66 +0,0 @@
-From 4e66272e1f5ebb220af517ca4d8804936f7f465c Mon Sep 17 00:00:00 2001
-From: Christoph Junghans 
-Date: Thu, 31 May 2018 18:11:26 -0600
-Subject: [PATCH] cmake: minor distribution tweaks
-
-- Use GNUInstallDirs to allow to configure install dirs
-- Allow to disable injecting c flags
-
-Signed-off-by: Christoph Junghans 

- CMakeLists.txt | 7 +--
- lib/CMakeLists.txt | 4 ++--
- man/CMakeLists.txt | 2 +-
- 3 files changed, 8 insertions(+), 5 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f2d0bdf..75753d3 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -13,9 +13,12 @@ set(lmfit_VERSION ${lmfit_SOVERSION}.0) # lib version
- # --- Declare project-wide user flags, and set default values ---
- option(FITTEST "Build with FitTest" OFF)
- 
--set(destination ${CMAKE_INSTALL_PREFIX})
-+include(GNUInstallDirs)
- 
--set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -g -O2 -pedantic -Wall 
-Wno-sign-compare -Wno-unused-result -Wno-parentheses  -Wno-unknown-pragmas 
-Werror")
-+option(INJECT_C_FLAGS "Inject a bunch of useful c flags" ON)
-+if (INJECT_C_FLAGS)
-+set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -g -O2 -pedantic -Wall 
-Wno-sign-compare -Wno-unused-result -Wno-parentheses  -Wno-unknown-pragmas 
-Werror")
-+endif()
- 
- add_subdirectory(lib)
- add_subdirectory(demo)
-diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
-index 51b79bb..754f60f 100644
 a/lib/CMakeLists.txt
-+++ b/lib/CMakeLists.txt
-@@ -17,9 +17,9 @@ target_link_libraries(${library_name} m)
- 
- install(
- TARGETS ${library_name} LIBRARY
--DESTINATION ${destination}/lib
-+DESTINATION ${CMAKE_INSTALL_LIBDIR}
- COMPONENT Libraries)
- install(
- FILES ${inc_files}
--DESTINATION ${destination}/include
-+DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
- COMPONENT Headers)
-diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
-index a718d3d..4a15597 100644
 a/man/CMakeLists.txt
-+++ b/man/CMakeLists.txt
-@@ -15,7 +15,7 @@ function(one_page pname section)
- )
- install(
- FILES ${CMAKE_CURRENT_BINARY_DIR}/${pname}.${section}
--DESTINATION "${CMAKE_INSTALL_PREFIX}/man/man${section}"
-+DESTINATION "${CMAKE_INSTALL_MANDIR}/man${section}"
- )
- endfunction()
- 
--- 
-2.16.4
-

diff --git a/sci-libs/lmfit/lmfit-5.1.ebuild b/sci-libs/lmfit/lmfit-5.1.ebuild
deleted file mode 100644
index e2d9b300a..0
--- a/sci-libs/lmfit/lmfit-5.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="library for Levenberg-Marquardt least-squares minimization and 
curve fitting"
-HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/lmfit;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/sci-libs/lmfit/lmfit-6.4.ebuild b/sci-libs/lmfit/lmfit-6.4.ebuild
deleted file mode 100644
index 5cc8fa8bd..0
--- a/sci-libs/lmfit/lmfit-6.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="library for Levenberg-Marquardt least-squares minimization and 
curve fitting"
-HOMEPAGE="http://apps.jcns.fz-juelich.de/doku/sc/lmfit;
-SRC_URI="http://apps.jcns.fz-juelich.de/src/lmfit/old/${P}.tgz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/sci-libs/lmfit/lmfit-7.0.ebuild b/sci-libs/lmfit/lmfit-7.0.ebuild
deleted file mode 100644
index e895f1f06..0
--- a/sci-libs/lmfit/lmfit-7.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6

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

2018-06-01 Thread Matt Thode
commit: 11e1c7304e07cb659c07226de24450340ce0c460
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Jun  1 15:59:21 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun  1 16:05:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e1c730

app-admin/ansible: 2.5.4 bup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-2.5.4.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 7a85c435391..cae36392ed6 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -3,3 +3,4 @@ DIST ansible-2.4.3.0.tar.gz 655 BLAKE2B 
d43679c651f6aa5fd86c797a204645a8ee98
 DIST ansible-2.4.4.0.tar.gz 6512938 BLAKE2B 
51e397d2242209271a8aef211c3bdeb34a15e2061a202415749ecb4232e0521aff304d5585d536b1805f14ff476b0733d559eeabe6e44de7b273b8606b11b805
 SHA512 
f0dcf92f2c69931fa06e6dd3845c11592d5a7e44f19a99c4d6c361022708560170f2b74ad20eded61fa5812c90eed281b78396aa92e0b33717970afb5966dd72
 DIST ansible-2.5.2.tar.gz 10105800 BLAKE2B 
0d9080b666164c96c2a237f9a5f4b271a2fe9933d1999df85cd973df0cf85d850343bc33b8afb18c1bf0a7eecb2ab193e91c7a02c3e56e8a5e41338ce7a90081
 SHA512 
25568665b96ee9d7ca0888dadd90de178a9cc1da7dba07acb682ca4455ef91622344958ec2000eafbb4cfda87aec325be77d3d5b395aa4bbc2d180fad1a90a34
 DIST ansible-2.5.3.tar.gz 10138567 BLAKE2B 
ea79156f531db1586899f18babc72165b64e7e2d42690f3ef15d790d2d80c12c9f9e1b70ab5fc7b863538e9209a8e98368d0110fc2a79c70c42726449917255c
 SHA512 
74aa767118773aa557cd43f2a9e17322d7a6b45ea643a9175fe4f613fd4566453dc6f1859768fce179db3331b3beba103e89dfe4eae66ed82b1a83cd7d261269
+DIST ansible-2.5.4.tar.gz 10146881 BLAKE2B 
69aae30c39274ea6c082a995131054050942e334382ee6e815a0e54165c3daaf5f32e448e2d900259b39490460e0bd48c9e067fb9558276c5cea5c34027fc46b
 SHA512 
4e39547c5df38e407b06e5f20f7caa50e599fa6283693afdbc2c808565593e908b2067b71fb287c4ad0aab8f283c8bb29bea438d534f827a37ed416c7325ea82

diff --git a/app-admin/ansible/ansible-2.5.4.ebuild 
b/app-admin/ansible/ansible-2.5.4.ebuild
new file mode 100644
index 000..8f63e854644
--- /dev/null
+++ b/app-admin/ansible/ansible-2.5.4.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx html
+   fi
+}
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
+   distutils-r1_python_install_all
+
+   doman docs/man/man1/*.1
+   dodoc -r examples
+}



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

2018-06-01 Thread Matt Thode
commit: d838007b6e2310780b167eb0e4c7d3240e2ac8e6
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Fri Jun  1 03:35:39 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun  1 16:05:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d838007b

media-sound/spotify: version bump to 1.0.80

Closes: https://bugs.gentoo.org/657022
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/Manifest  |   1 +
 media-sound/spotify/spotify-1.0.80.ebuild | 124 ++
 2 files changed, 125 insertions(+)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index b36857d349b..c5ed305eb1d 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,4 @@
 DIST spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb 95135550 BLAKE2B 
ad4587dd6b3c64a0398e0790203a7826e290a27542fa39ebbd6c7198d8ad1fd3fb06e8b030b64e1e61e0624ef20aafda08189266486cd073cb779ebff62ef502
 SHA512 
51d60f7592e5f31ea4b7e67736a85271cb48d4108459630da61c4ab67d2a470038240c1d6ff577280cb4498cf44f14d7bc7e0312f63d34265bcd1e70cd13142f
 DIST spotify-client_1.0.77.338.g758ebd78-41_amd64.deb 96717978 BLAKE2B 
91a4e8099076e7ccb9f44e67f2ba4ee2899ef6c5c818093a62fafd7e31e84b3bd6f44aa1439d4c0c9b8818be89c6898067ca1694946bf92da19fd92ecde6d2e7
 SHA512 
c0c08d4f6af8ffef3d9784e176c6112975ce56c7eec961df11821f4ac52785dc090e794c25874fce004da5f3e42979402e921ef12fbe1cfc80f02034448724db
 DIST spotify-client_1.0.79.223.g92622cc2-21_amd64.deb 96544088 BLAKE2B 
084d0131911dff2c8913a8160375ae13f6b8c21927e533d88a16506455b6c52545d7cc426ec35bf855561328586e6d08c4b7f9bfc8aefb7ce39399ec0b9ac89e
 SHA512 
0a45594ab920fc963cf78a71d5b77c39648b77eb4437345a5220bce5f7ee760b6a970019b4bc8fba51856c8cbc27ba0c4ee5ac0f514894fa36a68fff5ccbcd4e
+DIST spotify-client_1.0.80.480.g51b03ac3-13_amd64.deb 97542898 BLAKE2B 
a89f3f607c9fb03327886fc1b6eb8d433b32913aa7ff32e95f626a8ef7710c4d6102721b76e9a83f1342d1ac6f6941d85376b4cb878cf641f42f3c3756582eb9
 SHA512 
a46b1d28e6c40dbe9a86a38794186f2cdf31341fff953eaa5a5fdbb37c27c00ffe14a918b2552df0996d2842f009e6700bf8683e0667fc671dfd5b343251f20e

diff --git a/media-sound/spotify/spotify-1.0.80.ebuild 
b/media-sound/spotify/spotify-1.0.80.ebuild
new file mode 100644
index 000..da910ba96d6
--- /dev/null
+++ b/media-sound/spotify/spotify-1.0.80.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils xdg-utils gnome2-utils pax-utils unpacker
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;
+SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/;
+BUILD_ID_AMD64="480.g51b03ac3-13"
+#BUILD_ID_X86=""
+#SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
+#  x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libnotify systray pax_kernel pulseaudio"
+RESTRICT="mirror strip"
+
+DEPEND=">=dev-util/patchelf-0.9_p20180129"
+# zenety needed for filepicker
+RDEPEND="
+   dev-libs/openssl:0
+   dev-libs/nss
+   gnome-base/gconf
+   gnome-extra/zenity
+   media-libs/alsa-lib
+   media-libs/harfbuzz
+   media-libs/fontconfig
+   media-libs/mesa
+   net-misc/curl[ssl]
+   net-print/cups[ssl]
+   x11-libs/gtk+:2
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   dev-python/pygobject:3
+   dev-python/dbus-python
+   libnotify? ( x11-libs/libnotify )
+   pulseaudio? ( media-sound/pulseaudio )
+   systray? ( gnome-extra/gnome-integration-spotify )"
+   #sys-libs/glibc
+
+S=${WORKDIR}/
+
+QA_PREBUILT="opt/spotify/spotify-client/spotify"
+
+src_prepare() {
+   # Fix desktop entry to launch spotify-dbus.py for systray integration
+   if use systray ; then
+   sed -i \
+   -e 's/spotify \%U/spotify-dbus.py \%U/g' \
+   usr/share/spotify/spotify.desktop || die "sed failed"
+   fi
+   default
+
+   # Spotify links against libcurl-gnutls.so.4, which does not exist in 
Gentoo.
+   patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 
usr/bin/spotify \
+   || die "failed to patch libcurl library dependency"
+}
+
+src_install() {
+   dodoc usr/share/doc/spotify-client/changelog.gz
+
+   SPOTIFY_PKG_HOME=usr/share/spotify
+   insinto /usr/share/pixmaps
+   doins ${SPOTIFY_PKG_HOME}/icons/*.png
+
+   # install in /opt/spotify
+   SPOTIFY_HOME=/opt/spotify/spotify-client
+   insinto ${SPOTIFY_HOME}
+   doins -r ${SPOTIFY_PKG_HOME}/*
+   fperms +x ${SPOTIFY_HOME}/spotify
+
+   dodir /usr/bin
+   cat <<-EOF >"${D}"/usr/bin/spotify || die
+   #! /bin/sh
+   

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

2018-06-01 Thread Matt Thode
commit: f91ea2e2d841e7ac2a36385701aef34662d3d1fb
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Fri Jun  1 03:38:09 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Jun  1 16:05:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91ea2e2

media-sound/spotify: delete 1.0.79

Upstream removed it from their server, making it unfetchable.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/Manifest  |   1 -
 media-sound/spotify/spotify-1.0.79.ebuild | 124 --
 2 files changed, 125 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index c5ed305eb1d..890c06d6df9 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,4 +1,3 @@
 DIST spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb 95135550 BLAKE2B 
ad4587dd6b3c64a0398e0790203a7826e290a27542fa39ebbd6c7198d8ad1fd3fb06e8b030b64e1e61e0624ef20aafda08189266486cd073cb779ebff62ef502
 SHA512 
51d60f7592e5f31ea4b7e67736a85271cb48d4108459630da61c4ab67d2a470038240c1d6ff577280cb4498cf44f14d7bc7e0312f63d34265bcd1e70cd13142f
 DIST spotify-client_1.0.77.338.g758ebd78-41_amd64.deb 96717978 BLAKE2B 
91a4e8099076e7ccb9f44e67f2ba4ee2899ef6c5c818093a62fafd7e31e84b3bd6f44aa1439d4c0c9b8818be89c6898067ca1694946bf92da19fd92ecde6d2e7
 SHA512 
c0c08d4f6af8ffef3d9784e176c6112975ce56c7eec961df11821f4ac52785dc090e794c25874fce004da5f3e42979402e921ef12fbe1cfc80f02034448724db
-DIST spotify-client_1.0.79.223.g92622cc2-21_amd64.deb 96544088 BLAKE2B 
084d0131911dff2c8913a8160375ae13f6b8c21927e533d88a16506455b6c52545d7cc426ec35bf855561328586e6d08c4b7f9bfc8aefb7ce39399ec0b9ac89e
 SHA512 
0a45594ab920fc963cf78a71d5b77c39648b77eb4437345a5220bce5f7ee760b6a970019b4bc8fba51856c8cbc27ba0c4ee5ac0f514894fa36a68fff5ccbcd4e
 DIST spotify-client_1.0.80.480.g51b03ac3-13_amd64.deb 97542898 BLAKE2B 
a89f3f607c9fb03327886fc1b6eb8d433b32913aa7ff32e95f626a8ef7710c4d6102721b76e9a83f1342d1ac6f6941d85376b4cb878cf641f42f3c3756582eb9
 SHA512 
a46b1d28e6c40dbe9a86a38794186f2cdf31341fff953eaa5a5fdbb37c27c00ffe14a918b2552df0996d2842f009e6700bf8683e0667fc671dfd5b343251f20e

diff --git a/media-sound/spotify/spotify-1.0.79.ebuild 
b/media-sound/spotify/spotify-1.0.79.ebuild
deleted file mode 100644
index 4d18560b4d8..000
--- a/media-sound/spotify/spotify-1.0.79.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils xdg-utils gnome2-utils pax-utils unpacker
-
-DESCRIPTION="Spotify is a social music platform"
-HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;
-SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/;
-BUILD_ID_AMD64="223.g92622cc2-21"
-#BUILD_ID_X86=""
-#SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
-#  x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
-SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
-LICENSE="Spotify"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libnotify systray pax_kernel pulseaudio"
-RESTRICT="mirror strip"
-
-DEPEND=">=dev-util/patchelf-0.9_p20180129"
-# zenety needed for filepicker
-RDEPEND="
-   dev-libs/openssl:0
-   dev-libs/nss
-   gnome-base/gconf
-   gnome-extra/zenity
-   media-libs/alsa-lib
-   media-libs/harfbuzz
-   media-libs/fontconfig
-   media-libs/mesa
-   net-misc/curl[ssl]
-   net-print/cups[ssl]
-   x11-libs/gtk+:2
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   dev-python/pygobject:3
-   dev-python/dbus-python
-   libnotify? ( x11-libs/libnotify )
-   pulseaudio? ( media-sound/pulseaudio )
-   systray? ( gnome-extra/gnome-integration-spotify )"
-   #sys-libs/glibc
-
-S=${WORKDIR}/
-
-QA_PREBUILT="opt/spotify/spotify-client/spotify"
-
-src_prepare() {
-   # Fix desktop entry to launch spotify-dbus.py for systray integration
-   if use systray ; then
-   sed -i \
-   -e 's/spotify \%U/spotify-dbus.py \%U/g' \
-   usr/share/spotify/spotify.desktop || die "sed failed"
-   fi
-   default
-
-   # Spotify links against libcurl-gnutls.so.4, which does not exist in 
Gentoo.
-   patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 
usr/bin/spotify \
-   || die "failed to patch libcurl library dependency"
-}
-
-src_install() {
-   dodoc usr/share/doc/spotify-client/changelog.gz
-
-   SPOTIFY_PKG_HOME=usr/share/spotify
-   insinto /usr/share/pixmaps
-   doins ${SPOTIFY_PKG_HOME}/icons/*.png
-
-   # install in /opt/spotify
-   SPOTIFY_HOME=/opt/spotify/spotify-client
-   insinto ${SPOTIFY_HOME}
-   doins -r ${SPOTIFY_PKG_HOME}/*
-   fperms +x ${SPOTIFY_HOME}/spotify
-
-   dodir /usr/bin
-   cat <<-EOF >"${D}"/usr/bin/spotify || die
-   

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

2018-06-01 Thread Christoph Junghans
commit: 3a6d48840c7cbad5e9d4943b634f366e46c796f2
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Jun  1 15:28:50 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jun  1 15:58:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6d4884

sys-cluster/libcircle: git-2->git-r3

Closes: https://github.com/gentoo/gentoo/pull/8671
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 5 ++---
 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild 
b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
index de01f31fa08..22e4e95e8f1 100644
--- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.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,8 +7,7 @@ inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
-   inherit git-2
-   KEYWORDS=""
+   inherit git-r3
 else
inherit vcs-snapshot
SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> 
${P}.tar.gz"

diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild 
b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
index de01f31fa08..22e4e95e8f1 100644
--- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
+++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.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,8 +7,7 @@ inherit autotools-utils
 
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
-   inherit git-2
-   KEYWORDS=""
+   inherit git-r3
 else
inherit vcs-snapshot
SRC_URI="https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz -> 
${P}.tar.gz"



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

2018-06-01 Thread Christoph Junghans
commit: 834ca3e028cfd563d98f2aab45add87d83a04c3a
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Jun  1 15:27:45 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jun  1 15:57:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ca3e0

net-misc/grive: git-2->git-r3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild | 4 ++--
 net-misc/grive/grive-0.4.0_pre20150905.ebuild| 4 ++--
 net-misc/grive/grive-0.4.0_pre20151011.ebuild| 4 ++--
 net-misc/grive/grive-0.5.1_pre20160114.ebuild| 4 ++--
 net-misc/grive/grive-0.5.1_pre20160706.ebuild| 4 ++--
 net-misc/grive/grive-0.5.1_pre20161004.ebuild| 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild 
b/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild
index 3aa16d50332..a371012753c 100644
--- a/net-misc/grive/grive-0.4.0_pre20150905-r1.ebuild
+++ b/net-misc/grive/grive-0.4.0_pre20150905-r1.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot
COMMIT="5dc7028c8aebb26d35ed31c4b07ac180cc1887c9"

diff --git a/net-misc/grive/grive-0.4.0_pre20150905.ebuild 
b/net-misc/grive/grive-0.4.0_pre20150905.ebuild
index 941ca8119a8..0c2271c2d93 100644
--- a/net-misc/grive/grive-0.4.0_pre20150905.ebuild
+++ b/net-misc/grive/grive-0.4.0_pre20150905.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot
COMMIT="5dc7028c8aebb26d35ed31c4b07ac180cc1887c9"

diff --git a/net-misc/grive/grive-0.4.0_pre20151011.ebuild 
b/net-misc/grive/grive-0.4.0_pre20151011.ebuild
index 1546398dab7..53516923c8b 100644
--- a/net-misc/grive/grive-0.4.0_pre20151011.ebuild
+++ b/net-misc/grive/grive-0.4.0_pre20151011.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot
COMMIT="44cb91f94e67bcdad77ca564b4d8083cedf72251"

diff --git a/net-misc/grive/grive-0.5.1_pre20160114.ebuild 
b/net-misc/grive/grive-0.5.1_pre20160114.ebuild
index 9e85ba1529d..c60351f4dda 100644
--- a/net-misc/grive/grive-0.5.1_pre20160114.ebuild
+++ b/net-misc/grive/grive-0.5.1_pre20160114.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot
COMMIT="cfb8ff08b300d1fa57e12cdc85f724e3e25c906d"

diff --git a/net-misc/grive/grive-0.5.1_pre20160706.ebuild 
b/net-misc/grive/grive-0.5.1_pre20160706.ebuild
index bd19981b730..7e7ac90236b 100644
--- a/net-misc/grive/grive-0.5.1_pre20160706.ebuild
+++ b/net-misc/grive/grive-0.5.1_pre20160706.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot
COMMIT="457d84974592ed3f123622b12f2a7a748cbc0668"

diff --git a/net-misc/grive/grive-0.5.1_pre20161004.ebuild 
b/net-misc/grive/grive-0.5.1_pre20161004.ebuild
index 5990f75e9ce..76c1a3633a9 100644
--- a/net-misc/grive/grive-0.5.1_pre20161004.ebuild
+++ b/net-misc/grive/grive-0.5.1_pre20161004.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
@@ -6,8 +6,8 @@ EAPI=5
 inherit cmake-utils
 
 if [[ ${PV} = * ]]; then
-   inherit git-2
EGIT_REPO_URI="https://github.com/vitalif/${PN}2.git;
+   inherit git-r3
 else
inherit vcs-snapshot

[gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/

2018-06-01 Thread Christoph Junghans
commit: 1641b913b6a760689fdd0726dcd9d99914591465
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Jun  1 15:19:36 2018 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Jun  1 15:57:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1641b913

app-laptop/tpacpi-bat: git-2->git-r3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild | 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild| 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild | 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.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
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "" ]; then
-   inherit git-2
+   inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-2.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
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "" ]; then
-   inherit git-2
+   inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
index 4a1fac9d20b..350f9db837c 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.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
@@ -6,7 +6,7 @@ EAPI=6
 inherit systemd
 
 if [ "${PV}" = "" ]; then
-   inherit git-2
+   inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild 
b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.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
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "" ]; then
-   inherit git-2
+   inherit git-r3
EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git;
KEYWORDS=""
 else



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2018-06-01 Thread Brian Evans
commit: 721beb40041eb9330261aa77dbace57fd598b81d
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Jun  1 14:45:20 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Jun  1 14:45:20 2018 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=721beb40

dev-db/mariadb: Add refactored ebuilds for testing

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mariadb/Manifest  |  34 +-
 dev-db/mariadb/mariadb-10.0.35-r1.ebuild | 844 
 dev-db/mariadb/mariadb-10.1.33-r1.ebuild | 879 +
 dev-db/mariadb/mariadb-10.2.15-r1.ebuild | 919 +++
 dev-db/mariadb/mariadb-10.2.6.ebuild | 398 -
 dev-db/mariadb/mariadb-10.2.7.ebuild | 401 --
 dev-db/mariadb/metadata.xml  |   3 +
 7 files changed, 2662 insertions(+), 816 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index b1fc702..57c7343 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -1,32 +1,32 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-DIST mariadb-10.2.6.tar.gz 67599197 SHA256 
c385c76e40d6e5f0577eba021805da5f494a30c9ef51884baefe206d5658a2e5 SHA512 
142628085f42ef15ceef6aca5e47ba56cc38cbfc0ac4f35f6b37512c14a60430ef4805e54fd51c47e101b7692781e174426bdb49cae6807c4c18cc3d876f8732
 WHIRLPOOL 
e5920a6f0833fa39b706b067037fb6e432e77ba4e7beee51300e408c92cf5962db91013b1958e649947006f0ac2775c70996d9c7f0dcd98d3b40e87ae5abc049
-DIST mariadb-10.2.7.tar.gz 67669554 SHA256 
225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc SHA512 
fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
 WHIRLPOOL 
d76d584924dac41fd787c1a02f79de90ae5334b217b66deb59756490a8c42b801fddac425542e371d68b04fa462a3f438626896749a1c12be70e9d22d857771e
+DIST mariadb-10.0.35.tar.gz 66551252 SHA256 
1b8368e9653570ccb555a07db3de3a8b7277e7587a916d176d2ec70d3c05c00e SHA512 
01fc8d48be3f3847bb222835436ab938c6c5b5ac8ba6cc87b3b6d2a2201b7ab4b152dc1f7d9749c89de90097d50052714ac08aafbbb117fffac32bfb47e74779
 WHIRLPOOL 
2b70e7d79196c3ce2df503a0a7d1d8eea075b98c9ab09e5ee72b3af567cccaa9d5e00d1dfb0320d36e6d6fc2217fe8ceb0321f93f24377060a0ba8df88feabc7
+DIST mariadb-10.1.33.tar.gz 65292094 SHA256 
94312c519f2c0c25e1964c64e22aff0036fb22dfb2685638f43a6b2211395d2d SHA512 
1d30e06d0c19e338bfbbe6815cf5eee8e1b839b525950f7f54c7cf8f89034658a284df4756f54719ab0f55875546d4713b03bab7dd094ec13291732b069f737e
 WHIRLPOOL 
95cd15f8eb63db01af4d2164c51e4026e31ddbc44a657eac0643a9b43279679d287d6a4424a38d1e957580d3f851efebf9ec530fdd6aa1fb7acf4ff1e0a1a0f8
+DIST mariadb-10.2.15.tar.gz 73329750 SHA256 
33de205158fc22fd8eb4e5770cc5ffa1cb4029f9c398dfd8c554ccb3e636ba11 SHA512 
7702af8787973b15784dc8a89f9d56765725a420e2e68f1924b67c88c134c7d83d324916707fa9e5f05ed747f813f16feefbb477e999a6698b1dcfb5a88f
 WHIRLPOOL 
9155656363232c2fd0a5f90d6883320fc41618a73a58c8b54512d3f7a81ef56b9ee2566bf0f4c19094cd25dd9fa9cf7f0623f90a4345e2192e87dc5f98014cdb
 DIST mariadb-5.1.67.tar.gz 25022999 SHA256 
33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8 SHA512 
de4a531027860c4226ec5e023b6f8573c2eb723bacaeb14279b9609ed033dcb58fc090aef3d9babcd4a4d0817ddf6ef75589c78f63075072d31ad0b7f7c17d7d
 WHIRLPOOL 
22696d27c3a510396c4b86db5f5a4b39bbcde89285a8460b175ef7c40b3b7541fc8f205c0b96da7f94504a7fd14bfe02efb45204efda524a2426cd25e08162ff
 DIST mariadb-5.2.14.tar.gz 25469828 SHA256 
8ab3db0535ce8728b03a34799da2334c18cff467e01d122293f23aad20613fe5 SHA512 
b0aded450355861bf01604ac5bd0012d0d06a699bc83017cdb6b8749ed161aca9fedb733301aab991c521b21f3c8b2fea4867a2fd038379475e720782c02e869
 WHIRLPOOL 
8c2dd7ee0c1df5696d6b9f5c4387b7f755258a710ac088559f0f9779b27d18e30f32de0d4212015a15b6a83de2abbdd5c4ec811fa87fe2aec547809dc0970607
 DIST mariadb-5.3.12.tar.gz 26880808 SHA256 
83a4598117cadde2bd7eac4c1398edbc86cc3aa8d3824bbee864d4b568a3a30c SHA512 
d53ea48745dad5693fd6a1fd5cf502852f12f8236b8a1fb7f81ad647301d2fd08d4f2944c74de580d0a4136d6c8b49f257124fa1b234ba8f2338f2047435ef94
 WHIRLPOOL 
b9caf1b241262b3b25728769116a94b480ae404ed3d49c8afd6eb4ad6071552e436e4b9483e7f5d0113bc3127eaf04ceaa80d455486e7a92d00820b6b298c460
 DIST mariadb-5.5.49.tar.gz 45738390 SHA256 
2c82f2af71b88a7940d5ff647498ed78922c92e88004942caa213131e20f4706 SHA512 
4eceb8ab4e1fb7144374f100440b83a8b3294fa9da61027086c27b02b8ff899e3f9d4511adbb02fb50ddab92a48bf6a39ad71ab9e00bc8be00022a4ea4e6fc2f
 WHIRLPOOL 
e757ff389b184fa235e39bebbfd4bd53e29a20da640a90a6a2454537a238edfff07f9a76da32e65a7756aa25421174d57f6f28d94924bb3ee0aa7ac6474d03c3
 DIST mysql-extras-20121101-2319Z.tar.bz2 1898358 SHA256 
ea5da082d3384bde67e005ebc39b78e7caadea80745333fb5a9cf47a4c4e4c5d SHA512 
6a49abb1beee012d87ab63071a568ee6d9d8e4ff7a76401b91f5bdc127860d1c504a3877cbadb81536b07afe5ff419c77c793b0fc14ba484f56765d1ca526614
 WHIRLPOOL 

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

2018-06-01 Thread Manuel Rüger
commit: f21cf0a7b9bbb72cbb3313538d675f47ece677ed
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Jun  1 14:31:09 2018 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Jun  1 14:31:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21cf0a7

app-emulation/img: Version bump to 0.3.9

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/img/Manifest |  1 +
 app-emulation/img/img-0.3.9.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-emulation/img/Manifest b/app-emulation/img/Manifest
index 4b5ebf49c7d..ff4269cc387 100644
--- a/app-emulation/img/Manifest
+++ b/app-emulation/img/Manifest
@@ -1 +1,2 @@
 DIST img-0.3.6.tar.gz 6043716 BLAKE2B 
982a6f470f4b79cd4cc2b06be4060f516786f700872510948a25d5ad313cccf402b0fe26c053f7505b66c170221274568ce44632729c16e1ade680b5dc007b0d
 SHA512 
911cf6a761741a04553d5e526399973c0e943cfda5eead7f94196969fed4f586134358b1e6f023c6cf07e755de802e498991eb320bd50af32649749622a26969
+DIST img-0.3.9.tar.gz 6153717 BLAKE2B 
b561ed349c2b08f0e3448886b6c979d86fd6d4f47af0f03d7dd479a12f078b99f39e10d6a6b3ba9caffe2a9966102e3f3069fa6eacb70bb36f9842314e8a8e7b
 SHA512 
23bf1e85cb9238742ffef44408bece52b5b0fefbeae9541a7740a4d798d1dc2c0f8efd02d8342842753925135dee843c4a7a20abe3a87ce1c475178461c9b8da

diff --git a/app-emulation/img/img-0.3.9.ebuild 
b/app-emulation/img/img-0.3.9.ebuild
new file mode 100644
index 000..661f9935215
--- /dev/null
+++ b/app-emulation/img/img-0.3.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/genuinetools/img"
+EGIT_COMMIT="v${PV}"
+GIT_COMMIT="e4a43d044778e3df56e0de3c6ca00706fcca8b50"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Standalone daemon-less unprivileged Dockerfile and OCI container 
image builder"
+HOMEPAGE="https://github.com/genuinetools/img;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="MIT"
+SLOT="0"
+IUSE="seccomp"
+
+RESTRICT="test"
+
+src_compile() {
+   local TAGS=$(usex seccomp 'seccomp' '')
+   pushd src/${EGO_PN} || die
+   GOPATH="${S}" go build -tags ${TAGS} -v -ldflags "-X 
${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" 
-o "${S}"/bin/img . || die
+   popd || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r src/${EGO_PN}/README.md
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/

2018-06-01 Thread Lars Wendler
commit: c423e0accff8ecf64926257e1eddc965c606a1a9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:20:03 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:20:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c423e0ac

x11-plugins/enigmail: Security bump to version 2.0.6

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

 x11-plugins/enigmail/Manifest  |  1 +
 x11-plugins/enigmail/enigmail-2.0.6.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index eef68644a12..b6100d708f3 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,3 +1,4 @@
 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55
 SHA512 
39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
 DIST enigmail-2.0.4.tar.gz 2533719 BLAKE2B 
9c3a38233df2c05e4bbbdfa2fd762b6362cc0bbc143b7a417cdabee44b3873bd73747a7b8d50317987f5d1750acf7badfae631cc2827718ed5702c5df2d10709
 SHA512 
eadcd6bfe42c43d8dd569a8085d82b7acf94f77e5fc2c7632e4148b9cc21389552de687a81a3e88e9b2639adad677c85d6db9b14a39f994f79c0524500de0b3b
 DIST enigmail-2.0.5.tar.gz 2534693 BLAKE2B 
ad5984b74df2bd1c563f89a23136d9c9742aa7ba94d5683b9046f93eb11c5f729231497e5bb6e8c002c03feb55f2e2a07b43063bc63de3c7c578ea5b4b136fd1
 SHA512 
9edf78f38dbdb73f16190cc6b08eb02dcc199c41026003d19ce302a48fb4d9a6be6e765bbb7a8ef7f1bc3eea1065182437850da23c3ef5b89d1d5c66c602480b
+DIST enigmail-2.0.6.tar.gz 2535125 BLAKE2B 
1fd0d220f7f1020bac9487a7b6ed234e2b3b9b5929a7997954e735e2aee08ab6276c58790b57d7f7cb29e284e9a1e50ca50a373ed4e75524fbd85349a31f8667
 SHA512 
d2d5b1a5d2ca99735ad40532a04a935235bb62b5eb2494ec5c5f2e17b271b40d43552895bb977e892d0a226cd3514c4314f541ac8eb1d610c3b20b183b18f229

diff --git a/x11-plugins/enigmail/enigmail-2.0.6.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.6.ebuild
new file mode 100644
index 000..9e8d0cbb395
--- /dev/null
+++ b/x11-plugins/enigmail/enigmail-2.0.6.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1
+
+DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
+HOMEPAGE="http://www.enigmail.net/;
+
+SLOT="0"
+LICENSE="MPL-2.0 GPL-3"
+IUSE=""
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source;
+   S="${WORKDIR}/${P}"
+else
+   if [[ ${PV} = *_beta* ]] ; then
+   SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
+   else
+   SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+   fi
+   S="${WORKDIR}/${PN}"
+fi
+
+RDEPEND="|| (
+   ( >=app-crypt/gnupg-2.0
+   || (
+   app-crypt/pinentry[gtk(-)]
+   app-crypt/pinentry[qt4(-)]
+   app-crypt/pinentry[qt5(-)]
+   )
+   )
+   =app-crypt/gnupg-1.4*
+   )
+   !/!d; s/.*\({.*}\).*/\1/; p; q' 
build/dist/install.rdf)
+   [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
+
+   mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI 
to match EM:ID'
+
+   # thunderbird
+   insinto 
"/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
+   doins build/"${emid}.xpi"
+
+   # seamonkey
+   insinto 
"/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
+   doins build/"${emid}.xpi"
+}
+
+pkg_postinst() {
+   local peimpl=$(eselect --brief --colour=no pinentry show)
+   case "${peimpl}" in
+   *gtk*|*qt*) ;;
+   *)  ewarn "The pinentry front-end currently selected is not one 
supported by thunderbird."
+   ewarn "You may be prompted for your password in an inaccessible 
shell!!"
+   ewarn "Please use 'eselect pinentry' to select either the gtk 
or qt front-end"
+   ;;
+   esac
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "Please restart thunderbird and/or seamonkey in order for 
them to use"
+   elog "the newly installed version of enigmail."
+   fi
+}



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

2018-06-01 Thread Lars Wendler
commit: 5f9e9eb4beb2950e16445c5bcaa69e6698bf7e09
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:16:00 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:16:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9e9eb4

media-video/smplayer: Bump to version 18.5.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-video/smplayer/Manifest   |   1 +
 media-video/smplayer/smplayer-18.5.0.ebuild | 134 
 2 files changed, 135 insertions(+)

diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest
index cafd365840f..3aeec5e9a7c 100644
--- a/media-video/smplayer/Manifest
+++ b/media-video/smplayer/Manifest
@@ -1,2 +1,3 @@
 DIST smplayer-18.3.0.tar.bz2 5037751 BLAKE2B 
74f8b2183dc5cbae212f68ac1c07c3ad28a40ee2119cb1716b4c8d893545ab9139df943b2445103cbb776a8f97a8ac1af0730c9fbacb1e1ad178c411e29ac82b
 SHA512 
cb0ff19c240bf8d92b12b096c9bf627b8365b690a0f9af126f6cda5436e4ed42510a511617fee6edee4cf1fbc79fb04bf05377585bbf93755b784d0471d2d6d4
 DIST smplayer-18.4.0.tar.bz2 5051804 BLAKE2B 
6aea3eb570e4073d5deeca432c4e453ef6dee8e01c00651434f49bed924d750b8b90fe0cbb4a226f5322c18349f2ea75aff573485d3602af280cbee94d93500d
 SHA512 
17d533465e841adbd94af24410bf0cf03fefcc8f5902577a54d3296bbe60b82cf295879b1b5d5407ef191b1609060e95dfe300f857b5d25bd970941a1be3d111
+DIST smplayer-18.5.0.tar.bz2 5040367 BLAKE2B 
18b1db622f11cb8c9a5f088071fae8b3d7deb43ff05b8d84c96a9e9717c03fd5e29fbec0f101ca2088c627838501bc83f5746b1290ad6110b5c35255c1293bd0
 SHA512 
0e5dfa0d4ef435156d93d3231deff9cea695adac1e6364db8af7f6c0bd6918062de8cd5fcacd8057d181644d2ad7b9dfd2c8241402e479ad6bf3c4db970bb1ba

diff --git a/media-video/smplayer/smplayer-18.5.0.ebuild 
b/media-video/smplayer/smplayer-18.5.0.ebuild
new file mode 100644
index 000..8b62e36f20f
--- /dev/null
+++ b/media-video/smplayer/smplayer-18.5.0.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="am ar_SY ar bg ca cs da de el en_GB en en_US es et eu fa fi fr gl
+he_IL hr hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt_BR pt ro_RO ru_RU
+sk sl_SI sq_AL sr sv th tr uk_UA uz vi_VN zh_CN zh_TW"
+PLOCALE_BACKUP="en_US"
+
+inherit gnome2-utils l10n qmake-utils toolchain-funcs xdg-utils
+
+DESCRIPTION="Great Qt GUI front-end for mplayer/mpv"
+HOMEPAGE="http://www.smplayer.eu/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
+IUSE="autoshutdown bidi debug mpris"
+
+COMMON_DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtscript:5
+   dev-qt/qtsingleapplication[X,qt5(+)]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-libs/zlib
+   autoshutdown? ( dev-qt/qtdbus:5 )
+   mpris? ( dev-qt/qtdbus:5 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+"
+RDEPEND="${COMMON_DEPEND}
+   || (
+   media-video/mplayer[bidi?,libass,png,X]
+   (
+   >=media-video/mpv-0.15.0[libass,X]
+   >=net-misc/youtube-dl-2014.11.26
+   )
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch" # 
bug 487544
+   "${FILESDIR}/${PN}-17.1.0-advertisement_crap.patch"
+   "${FILESDIR}/${PN}-18.2.0-jobserver.patch"
+   "${FILESDIR}/${PN}-18.3.0-disable-werror.patch"
+)
+
+src_prepare() {
+   use bidi || PATCHES+=( "${FILESDIR}"/${PN}-16.4.0-zero-bidi.patch )
+
+   default
+
+   # Upstream Makefile sucks
+   sed -i -e "/^PREFIX=/ s:/usr/local:${EPREFIX}/usr:" \
+   -e "/^DOC_PATH=/ s:packages/smplayer:${PF}:" \
+   -e '/\.\/get_svn_revision\.sh/,+2c\
+   cd src && $(DEFS) $(MAKE)' \
+   Makefile || die
+
+   # Turn off online update checker, bug #479902
+   sed -e 's:DEFINES += UPDATE_CHECKER:#&:' \
+   -e 's:DEFINES += CHECK_UPGRADED:#&:' \
+   -i src/smplayer.pro || die
+
+   # Turn off intrusive share widget
+   sed -e 's:DEFINES += SHARE_WIDGET:#&:' \
+   -i src/smplayer.pro || die
+
+   # Toggle autoshutdown option which pulls in dbus, bug #524392
+   if ! use autoshutdown ; then
+   sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#&:' \
+   -i src/smplayer.pro || die
+   fi
+
+   # Turn debug message flooding off
+   if ! use debug ; then
+   sed -e 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \
+   -i src/smplayer.pro || die
+   fi
+
+   # MPRIS2 pulls in dbus, bug #553710
+   if ! use mpris ; then
+   sed -e 's:DEFINES += MPRIS2:#&:' \
+   -i src/smplayer.pro || die
+   fi
+
+   # Commented out because it gives false positives
+   

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

2018-06-01 Thread Lars Wendler
commit: df44b485843e143166c58e8d47bb8afce168a294
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:13:55 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df44b485

media-sound/grip: Bump to version 3.8.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/grip/Manifest  |  1 +
 media-sound/grip/grip-3.8.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 8d26b4decb3..5eb910cb1c9 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -3,3 +3,4 @@ DIST grip-3.5.2.tar.gz 952153 BLAKE2B 
e82ccb50636e68ab9862d2004a4dbe59399372b76a
 DIST grip-3.6.3.tar.gz 960255 BLAKE2B 
9aad33c04e98f60e5f7871e36f2e4bf616a16486482e7363d165ae7d9fc5343a52583e490b9b9757d31b051e6e96165d35931370e2681d727db7abb0854db2d5
 SHA512 
f94c5dc24a1355a024833992d05a7c05d84367a004607c9d6c7aa6d4bc24dd93b11e0a061689eb521a8abe637472011a1a4c8e968c48ac8447457cffc4d2957d
 DIST grip-3.7.1.tar.gz 961428 BLAKE2B 
0c31b549577a1bbde17936e8e243d6fa573c6ac0c6035ea303c983c6ac26a0f7ddef193cea74a4148655f2305db97b3e74476bfe763fcbe77c656e012b4fe07a
 SHA512 
812c6d0715e18da78b8657722697cf7b39b345f2d94c5a3002c6a512ff0482d4e96b58910e0c2fd459ac707a24754c6c491e66eac7692c49ec69bb869079202c
 DIST grip-3.8.0.tar.gz 961876 BLAKE2B 
72f2bc01868b25f3722ba32b357c728935fef39f82b1c546c7930dc736c6a6c763b00864f41cd5d334bd5209098e5067b036f2c24731128cb7d75ae26074c6dd
 SHA512 
f7b727e5061711ed213638fc281eb399543a7bf0a89c7ad0ab48cdabdb93a8ce3f898bcee6bd0ddb99a04c1c39985935c173f1d908625045d7bbcef514dc93ba
+DIST grip-3.8.1.tar.gz 960857 BLAKE2B 
0d1323961eeb9593fb4644a31369852f8d40582b7ba00af3b2255f443a354cca74f5d60c80b135d09bc514d8302807191e6c8f38bf080d5a6237859ccfc90178
 SHA512 
9e1ebdf6de523c4b818f2b35f976ea0ceb83f7769e3355a7a5af8ea831c34be21ad0dd2106c3ddb8f61d31fe3f32e745ab806fd6aa125a06beda3d2bf381428e

diff --git a/media-sound/grip/grip-3.8.1.ebuild 
b/media-sound/grip/grip-3.8.1.ebuild
new file mode 100644
index 000..b664cc4ecb4
--- /dev/null
+++ b/media-sound/grip/grip-3.8.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils flag-o-matic toolchain-funcs libtool
+
+DESCRIPTION="GTK+ based Audio CD Player/Ripper"
+HOMEPAGE="https://sourceforge.net/projects/grip/;
+SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="vorbis"
+
+# lame and vorbis-tools are no real RDEPENDs. But without them
+# grip cannot convert ripped files to any format. So use them as
+# a sane default.
+RDEPEND="
+   gnome-base/libgnome
+   >=gnome-base/libgnomeui-2.2.0
+   >=media-libs/id3lib-3.8.3
+   media-sound/cdparanoia
+   media-sound/lame
+   net-misc/curl
+   >=x11-libs/gtk+-2.2:2
+   x11-libs/libX11
+   x11-libs/pango
+   x11-libs/vte:0
+   vorbis? ( media-sound/vorbis-tools )
+"
+# gnome-extra/yelp, see bug 416843
+DEPEND="
+   ${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+
+   sed '/^Icon/s@grip\b@gripicon@' -i grip.desktop || die
+}
+
+src_configure() {
+   # Bug #69536
+   [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
+
+   strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl 
pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
+
+   econf
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/

2018-06-01 Thread Lars Wendler
commit: 39c8f9063a10f65b56632a7498b97fa7ac964238
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:20:38 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:20:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c8f906

x11-plugins/enigmail: Removed old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/enigmail/Manifest  |  1 -
 x11-plugins/enigmail/enigmail-2.0.4.ebuild | 83 --
 2 files changed, 84 deletions(-)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index b6100d708f3..04842ae4e7e 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1,4 +1,3 @@
 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 
729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55
 SHA512 
39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
-DIST enigmail-2.0.4.tar.gz 2533719 BLAKE2B 
9c3a38233df2c05e4bbbdfa2fd762b6362cc0bbc143b7a417cdabee44b3873bd73747a7b8d50317987f5d1750acf7badfae631cc2827718ed5702c5df2d10709
 SHA512 
eadcd6bfe42c43d8dd569a8085d82b7acf94f77e5fc2c7632e4148b9cc21389552de687a81a3e88e9b2639adad677c85d6db9b14a39f994f79c0524500de0b3b
 DIST enigmail-2.0.5.tar.gz 2534693 BLAKE2B 
ad5984b74df2bd1c563f89a23136d9c9742aa7ba94d5683b9046f93eb11c5f729231497e5bb6e8c002c03feb55f2e2a07b43063bc63de3c7c578ea5b4b136fd1
 SHA512 
9edf78f38dbdb73f16190cc6b08eb02dcc199c41026003d19ce302a48fb4d9a6be6e765bbb7a8ef7f1bc3eea1065182437850da23c3ef5b89d1d5c66c602480b
 DIST enigmail-2.0.6.tar.gz 2535125 BLAKE2B 
1fd0d220f7f1020bac9487a7b6ed234e2b3b9b5929a7997954e735e2aee08ab6276c58790b57d7f7cb29e284e9a1e50ca50a373ed4e75524fbd85349a31f8667
 SHA512 
d2d5b1a5d2ca99735ad40532a04a935235bb62b5eb2494ec5c5f2e17b271b40d43552895bb977e892d0a226cd3514c4314f541ac8eb1d610c3b20b183b18f229

diff --git a/x11-plugins/enigmail/enigmail-2.0.4.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.4.ebuild
deleted file mode 100644
index c61c12f8ec4..000
--- a/x11-plugins/enigmail/enigmail-2.0.4.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-any-r1
-
-DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
-HOMEPAGE="http://www.enigmail.net/;
-
-SLOT="0"
-LICENSE="MPL-2.0 GPL-3"
-IUSE=""
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source;
-   S="${WORKDIR}/${P}"
-else
-   if [[ ${PV} = *_beta* ]] ; then
-   SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz;
-   else
-   SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-   fi
-   S="${WORKDIR}/${PN}"
-fi
-
-RDEPEND="|| (
-   ( >=app-crypt/gnupg-2.0
-   || (
-   app-crypt/pinentry[gtk(-)]
-   app-crypt/pinentry[qt4(-)]
-   app-crypt/pinentry[qt5(-)]
-   )
-   )
-   =app-crypt/gnupg-1.4*
-   )
-   !/!d; s/.*\({.*}\).*/\1/; p; q' 
build/dist/install.rdf)
-   [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
-
-   mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI 
to match EM:ID'
-
-   # thunderbird
-   insinto 
"/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
-   doins build/"${emid}.xpi"
-
-   # seamonkey
-   insinto 
"/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
-   doins build/"${emid}.xpi"
-}
-
-pkg_postinst() {
-   local peimpl=$(eselect --brief --colour=no pinentry show)
-   case "${peimpl}" in
-   *gtk*|*qt*) ;;
-   *)  ewarn "The pinentry front-end currently selected is not one 
supported by thunderbird."
-   ewarn "You may be prompted for your password in an inaccessible 
shell!!"
-   ewarn "Please use 'eselect pinentry' to select either the gtk 
or qt front-end"
-   ;;
-   esac
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "Please restart thunderbird and/or seamonkey in order for 
them to use"
-   elog "the newly installed version of enigmail."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/

2018-06-01 Thread Lars Wendler
commit: 038dbf3ffee6eb901497068b7fc47d32df5ffaae
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:01:24 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:10:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038dbf3f

games-strategy/wesnoth: Bump to version 1.14.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 games-strategy/wesnoth/Manifest  |   1 +
 games-strategy/wesnoth/wesnoth-1.14.2.ebuild | 114 +++
 2 files changed, 115 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 64a3d351e79..2a8b2573b38 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,2 +1,3 @@
 DIST wesnoth-1.12.6.tar.bz2 387869758 BLAKE2B 
53328f8ebbaaabb266064fea57c0d28779183ba1b77ae8522c4dbb01c4a9ad9068d76307b48cec6576648132bf34f9a45efdb93ad36e03d035ed06e84711c9b6
 SHA512 
12ca3b5de8fd385b05cc8e76604f7aed68127a7542599d6e97cce793e10636e00bd65dcb088701e20ccc7191f41b1d67a00b291f885df880fac00d13d6fbde7a
 DIST wesnoth-1.14.1.tar.gz 481355736 BLAKE2B 
2cc41a36706919bbc505a9a6726ea9b0fbfd5bfde677da937fdde2645587f4407fb6ed2f7271efaf1763f9ab69a57d153130291d5dc0a79862e554963dd37079
 SHA512 
0372eb9479d3d24dc4bf692a83fe310d5b4493989f18f0a23070ee19a4bee2672efd38babe1579b08a321e3acba1ede5823376619c8a90102f968e53cc6e3f02
+DIST wesnoth-1.14.2.tar.gz 489041516 BLAKE2B 
f38f3596edd97096e39ee1e87e13a3d0402d0f9f0f67f25ce1e4a28123abc62ca7b2410c8420a4091d505bf64219cdf92c1cfed562ae2f3705c37685d7c2c20e
 SHA512 
010dcdeaf03d3855192d2480facbfce134459b71acb06515196968dd66b5e1fc40bd75eeeb8b7dd7fc30c9b43af004784d9907893c4b1d61e57436457afc30bb

diff --git a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild 
b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild
new file mode 100644
index 000..5a1f6c5af2e
--- /dev/null
+++ b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils user
+
+DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
+HOMEPAGE="http://www.wesnoth.org
+   https://github.com/wesnoth/wesnoth;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE="dbus dedicated doc fribidi libressl nls openmp server"
+
+RDEPEND="
+   >=dev-libs/boost-1.50:=[nls,threads,icu]
+   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
+   !dedicated? (
+   dev-libs/glib:2
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=media-libs/fontconfig-2.4.1
+   >=media-libs/sdl2-image-2.0.0[jpeg,png]
+   >=media-libs/sdl2-mixer-2.0.0[vorbis]
+   >=media-libs/sdl2-ttf-2.0.12
+   media-libs/libvorbis
+   >=x11-libs/pango-1.22.0
+   >=x11-libs/cairo-1.10.0
+   sys-libs/readline:0
+   dbus? ( sys-apps/dbus )
+   fribidi? ( dev-libs/fribidi )
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-libs/libX11
+"
+
+pkg_setup() {
+   if use openmp; then
+   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
+   fi
+
+   enewgroup ${PN}
+   enewuser ${PN} -1 /bin/bash -1 ${PN}
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if ! use doc ; then
+   sed -i \
+   -e '/manual/d' \
+   doc/CMakeLists.txt || die
+   fi
+
+   # respect LINGUAS (bug #483316)
+   if [[ ${LINGUAS+set} ]] ; then
+   local langs
+   for lang in $(cat po/LINGUAS)
+   do
+   has $lang $LINGUAS && langs+="$lang "
+   done
+   echo "$langs" > po/LINGUAS || die
+   fi
+}
+
+src_configure() {
+   filter-flags -ftracer -fomit-frame-pointer
+   if [[ $(gcc-major-version) -eq 3 ]] ; then
+   filter-flags -fstack-protector
+   append-flags -fno-stack-protector
+   fi
+
+   # Work around eclass
+   append-flags -UNDEBUG
+
+   if use dedicated || use server ; then
+   mycmakeargs=(
+   -DENABLE_CAMPAIGN_SERVER="ON"
+   -DENABLE_SERVER="ON"
+   -DSERVER_UID="${PN}"
+   -DSERVER_GID="${PN}"
+   -DFIFO_DIR="/run/wesnothd"
+   )
+   else
+   mycmakeargs=(
+   -DENABLE_CAMPAIGN_SERVER="OFF"
+   -DENABLE_SERVER="OFF"
+   )
+   fi
+   mycmakeargs+=(
+   -Wno-dev
+   -DENABLE_GAME="$(usex !dedicated)"
+   -DENABLE_DESKTOP_ENTRY="$(usex !dedicated)"
+ 

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

2018-06-01 Thread Lars Wendler
commit: c518d28bcdba858f495de29c874ea425e7462e94
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:03:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:10:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c518d28b

media-libs/glm: Bump to version 0.9.9.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/glm/Manifest   |  1 +
 media-libs/glm/glm-0.9.9.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index f6a349547a4..35eee3c589a 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -2,3 +2,4 @@ DIST glm-0.9.6.1.zip 4232099 BLAKE2B 
ba8e9fc4a4401f9a78c46f6eebe5fdd6bd9af14f8c6
 DIST glm-0.9.7.6.tar.gz 3457100 BLAKE2B 
f9c0e481dbac76fa8922d4f58f2d4d60f0735a44a249b1136aa519f7638c21fa193e8c618c784b8b3adbbcf3838e9dbd6ff6a22a2708483bfc39bbea5a24494a
 SHA512 
d4e1e173405c11b5744df8dc12f0848cd84ab27b868434c0f8fc74f15110b78606564991f3063ccc97e68a0aa1c1cb4a1b40ba6ce7feffb0d1a23c3e5cff315a
 DIST glm-0.9.8.4.tar.gz 3769208 BLAKE2B 
f675d110d1ceb16ed8afe171fd537254bef68790eca010677a15db501f964e0f7ed7a2cacc93e17c71140e7e3cd9a36a1f0a40c908d01c405ae335be3016
 SHA512 
ff0e0651a695caebe9235882d14e09546d52b3cdf66cca8e2078f15b02a3fca4e47bd97d2807aa329f76aa633af3b4999501bd4d0b22ad44b00558d4917f39ed
 DIST glm-0.9.8.5.tar.gz 3756809 BLAKE2B 
41abc10e1c41c40ad68b7148a8ccbe9d2f4fc8a80c034c86341d12fedb17ab16f96114df28f56f52a12d8d60edecd26ecbcbffe6daa76f035711248240ef6616
 SHA512 
5a7e84ecc5a54320c74776c133bfdbeaf0d4496a7a7fdf2f4ccf89e66b3665a577a370a662ac97a350a2b1f717ce769cb0826057ebb3b13c9c2fee65f20ac7b4
+DIST glm-0.9.9.0.tar.gz 2716220 BLAKE2B 
fa48b318532cacd7d89325c615005b028e88b0702ed9248543f7d9a8e201dd6c130a63498d335289c452708dc627ebafc9654888b6db23ff238352fee638f236
 SHA512 
b7a6996cb98bc334130c33a339275b50ea28d8dfce300f3d14ac52edf0b5c38bf216d318f411e898edef428876c0b2d1f6a6e951f160f31425fe0852ad150421

diff --git a/media-libs/glm/glm-0.9.9.0.ebuild 
b/media-libs/glm/glm-0.9.9.0.ebuild
new file mode 100644
index 000..af2730d813f
--- /dev/null
+++ b/media-libs/glm/glm-0.9.9.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/;
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+   if use test; then
+   local mycmakeargs=(
+   -DGLM_TEST_ENABLE=ON
+   -DGLM_TEST_ENABLE_SIMD_SSE2="$(usex cpu_flags_x86_sse2 
ON OFF)"
+   -DGLM_TEST_ENABLE_SIMD_SSE3="$(usex cpu_flags_x86_sse3 
ON OFF)"
+   -DGLM_TEST_ENABLE_SIMD_AVX="$(usex cpu_flags_x86_avx ON 
OFF)"
+   -DGLM_TEST_ENABLE_SIMD_AVX2="$(usex cpu_flags_x86_avx2 
ON OFF)"
+   )
+   fi
+
+   cmake-utils_src_configure
+}



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

2018-06-01 Thread Lars Wendler
commit: 2b8d3f11dd00f16419b87fb9e130684b836b75b0
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 14:10:39 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 14:10:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8d3f11

media-libs/glm: Removed old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/glm/Manifest   |  3 ---
 media-libs/glm/glm-0.9.6.1.ebuild | 26 --
 media-libs/glm/glm-0.9.7.6.ebuild | 30 --
 media-libs/glm/glm-0.9.8.4.ebuild | 30 --
 4 files changed, 89 deletions(-)

diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index 35eee3c589a..736140c3301 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -1,5 +1,2 @@
-DIST glm-0.9.6.1.zip 4232099 BLAKE2B 
ba8e9fc4a4401f9a78c46f6eebe5fdd6bd9af14f8c65bfcac7b61988b551ba27bf8d28f3a50f3f619dad5a10e11adb6988f9408227d10d738ea6d809d81db0bf
 SHA512 
7f1468c5e60e65181f4685a2429fa8d70350a3576175a55b7c9e8597a03837cb84aeaeb88d311e1e1948c5bd90ad9cee9286433cb78fdee54b0fbe5313ce2f84
-DIST glm-0.9.7.6.tar.gz 3457100 BLAKE2B 
f9c0e481dbac76fa8922d4f58f2d4d60f0735a44a249b1136aa519f7638c21fa193e8c618c784b8b3adbbcf3838e9dbd6ff6a22a2708483bfc39bbea5a24494a
 SHA512 
d4e1e173405c11b5744df8dc12f0848cd84ab27b868434c0f8fc74f15110b78606564991f3063ccc97e68a0aa1c1cb4a1b40ba6ce7feffb0d1a23c3e5cff315a
-DIST glm-0.9.8.4.tar.gz 3769208 BLAKE2B 
f675d110d1ceb16ed8afe171fd537254bef68790eca010677a15db501f964e0f7ed7a2cacc93e17c71140e7e3cd9a36a1f0a40c908d01c405ae335be3016
 SHA512 
ff0e0651a695caebe9235882d14e09546d52b3cdf66cca8e2078f15b02a3fca4e47bd97d2807aa329f76aa633af3b4999501bd4d0b22ad44b00558d4917f39ed
 DIST glm-0.9.8.5.tar.gz 3756809 BLAKE2B 
41abc10e1c41c40ad68b7148a8ccbe9d2f4fc8a80c034c86341d12fedb17ab16f96114df28f56f52a12d8d60edecd26ecbcbffe6daa76f035711248240ef6616
 SHA512 
5a7e84ecc5a54320c74776c133bfdbeaf0d4496a7a7fdf2f4ccf89e66b3665a577a370a662ac97a350a2b1f717ce769cb0826057ebb3b13c9c2fee65f20ac7b4
 DIST glm-0.9.9.0.tar.gz 2716220 BLAKE2B 
fa48b318532cacd7d89325c615005b028e88b0702ed9248543f7d9a8e201dd6c130a63498d335289c452708dc627ebafc9654888b6db23ff238352fee638f236
 SHA512 
b7a6996cb98bc334130c33a339275b50ea28d8dfce300f3d14ac52edf0b5c38bf216d318f411e898edef428876c0b2d1f6a6e951f160f31425fe0852ad150421

diff --git a/media-libs/glm/glm-0.9.6.1.ebuild 
b/media-libs/glm/glm-0.9.6.1.ebuild
deleted file mode 100644
index 730a756af3b..000
--- a/media-libs/glm/glm-0.9.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/;
-SRC_URI="mirror://sourceforge/ogl-math/${P}.zip"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-src_install() {
-   dodoc readme.txt doc/${PN}.pdf
-   cd ${PN} || die
-   insinto /usr/include/${PN}
-   doins -r *.hpp detail gtc gtx
-   rm "${ED}"usr/include/${PN}/detail/*.cpp || die
-}

diff --git a/media-libs/glm/glm-0.9.7.6.ebuild 
b/media-libs/glm/glm-0.9.7.6.ebuild
deleted file mode 100644
index 434184d6146..000
--- a/media-libs/glm/glm-0.9.7.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/;
-SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( HappyBunny MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx 
cpu_flags_x86_avx2"
-
-RDEPEND="virtual/opengl"
-
-src_configure() {
-   if use test; then
-   local mycmakeargs=( -DGLM_TEST_ENABLE=ON )
-
-   use cpu_flags_x86_sse2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE2=ON )
-   use cpu_flags_x86_sse3 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_SSE3=ON )
-   use cpu_flags_x86_avx  && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX=ON )
-   use cpu_flags_x86_avx2 && mycmakeargs+=( 
-DGLM_TEST_ENABLE_SIMD_AVX2=ON )
-   fi
-
-   cmake-utils_src_configure
-}

diff --git a/media-libs/glm/glm-0.9.8.4.ebuild 
b/media-libs/glm/glm-0.9.8.4.ebuild
deleted file mode 100644
index c1f45f53b1a..000
--- a/media-libs/glm/glm-0.9.8.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="OpenGL Mathematics"
-HOMEPAGE="http://glm.g-truc.net/;
-SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( HappyBunny MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test cpu_flags_x86_sse2 

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

2018-06-01 Thread Aaron Bauman
commit: 5ec023ecbc3d2252a5452d36871399777c49d252
Author: dewostator <32709649+dewostator  users  noreply  
github  com>
AuthorDate: Fri Jun  1 09:41:47 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:10:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec023ec

Update recoll-1.23.3.ebuild

added eutils.class to inherit to fix postinst INFO
Closes: https://github.com/gentoo/gentoo/pull/8664

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

diff --git a/app-misc/recoll/recoll-1.23.3.ebuild 
b/app-misc/recoll/recoll-1.23.3.ebuild
index 753184453c3..36095b328a9 100644
--- a/app-misc/recoll/recoll-1.23.3.ebuild
+++ b/app-misc/recoll/recoll-1.23.3.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit linux-info python-single-r1 qmake-utils
+inherit eutils linux-info python-single-r1 qmake-utils
 
 DESCRIPTION="A personal full text search package"
 HOMEPAGE="http://www.lesbonscomptes.com/recoll/;



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

2018-06-01 Thread Aaron Bauman
commit: 639b90032f038d475b37047b1c7baaa818d33aac
Author: kuzetsa  gmail  com>
AuthorDate: Fri Jun  1 01:59:42 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639b9003

sys-kernel/ck-sources: genpatches-4.14-51

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.47.ebuild | 67 +
 2 files changed, 70 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index c5f65ee0e7f..4438b5e3202 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -29,6 +29,9 @@ DIST genpatches-4.14-48.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0da
 DIST genpatches-4.14-49.base.tar.xz 1263704 BLAKE2B 
ee928e64ea2fc44b7d7a4e9ae91cc133b53c6976a3861f9a92fc4edfbded92737967f1f7f6c4d292b41228a67479ff4260f7366387a7e4a7892fc4b930b3ed7d
 SHA512 
59cd1e3c873a78b088fb64baf92f84f6cfc1d3590e7b367ea881cfb41bf0264127f0056553a84bbb62fd69eca3d58ae29620ff9c52aec2ebab34ca370e371889
 DIST genpatches-4.14-49.experimental.tar.xz 5180 BLAKE2B 
fdcca0bdd975b24542eec8a67c3693ce8c27f889231025711d0a221a6e23a20256444f3b9320cdd58646c345e10dcb1817bb6e98528e5cc421d00b63a2b8a65d
 SHA512 
f2ef797aec3c6c0376e7e9a1a974db7d8f439988f82ee4af07984bc71ae88eee03d49f2e450f49120255d38f8087497c7fa92da16064992692d0460629af9c72
 DIST genpatches-4.14-49.extras.tar.xz 17500 BLAKE2B 
f4c4d640834c03b2d0543b12fc6b227ac994201f9b31872342c63d930d4280bd1f93625c148eefb126f9269fc1fea1872ac4920ba679938c6aec7d916449
 SHA512 
a32823c41c47b26110da59d63bd6104d8b38ae9ecac43e87ec03ecef726349475e40fe88354a1680bf816a12f6edd0dbfb1a2b2865be0a0716047b12d2cfbded
+DIST genpatches-4.14-51.base.tar.xz 1377292 BLAKE2B 
e438be087cc2f48fa174f568008687dc8f0352fc15352c5e9d59ab9b741fd836f5ef9adf3284b843a2dffea1d34c735e2f08bccee23ca93470dbb32bbda1750f
 SHA512 
a421da5d03d099808202f2c032c29a55967a8053177fa60b9181ef0668d1b38182440b7d5699696560f165b380e2d007cd6d9f9b8cf1ab6e91fb44826692155f
+DIST genpatches-4.14-51.experimental.tar.xz 5184 BLAKE2B 
bb7b10584d230d6295bd57e50eeacffab7044061ba09806e812c18e4d5926516ec5674cfd8925fc838304987b115509aaaea07f8f3af1c4822bae0df78476363
 SHA512 
b79937209b305e1738c857a8bbd46a1394cc4893fd5052eb5f037edc6c29d83b3ef013eecc2ff93da08b8a90cdebc169e277be0f81231c26468091ff33e6d9dd
+DIST genpatches-4.14-51.extras.tar.xz 17496 BLAKE2B 
115e99b501a0119809f2abe84c3bb8a66b2b450f53003441593654c23a4bb653c4b40da1ba31e53f7f4db69c99511b2dd41f53b4adf8bd377714b1ace8abd9e2
 SHA512 
a01c90e36504f17495c8691ba6fa99870fd03b65299730df57e767e2562a90b6a04da24c50983cb8ea12ac276e6805f3b5fdaa30ad175ae5ee28f147f75dc3ec
 DIST genpatches-4.15-20.base.tar.xz 464468 BLAKE2B 
b3c30e02819663b31b4ed83794d57c4521fe13015a4419088664f017f4753117bbc88a5600e310092d8eaf8b132b0757d59fb7b503abef046db0249ed7ae96e6
 SHA512 
cf79c85b65f3a68d3d721d2425fb6e498df808097bd8b1c610023d0c36c0378ec0f92d33ee0dc39592730d87f4a1df52931ea9608be2d56d5543a201f9d1d658
 DIST genpatches-4.15-20.experimental.tar.xz 5184 BLAKE2B 
96ab38624869b7ca2caddceea1be6701c6a9df489dda0be4736765a6546909d522f5b32a44506875270485606797357bf44e044ed61ee40f6171670a5956bdbb
 SHA512 
673083672ca1758f0b3dcc4507bd18c3ea1c024c86f1f8e0bcafe6117f33e226ad981fa123f1b3317858b93f5a17b5f56924e5e5eefb6c0980fc8572626010da
 DIST genpatches-4.15-20.extras.tar.xz 17492 BLAKE2B 
a610729f55d64e3ef6dee6129879f5ae27f31bb2738b0d8d3270f3502eaa19024323a741f0ac3325ba72342ae9e3c7fc9b4dbd56f8763a4be29e825d98a17b18
 SHA512 
304fa9e1f83f5b8e2fe10905799badc8bd8e9ac981fd59b3568f9d9d208dc671ec4dc1b88163351322d047596db4d2c8f9a261dbefa3351cf25f321b84beca9e

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.47.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.47.ebuild
new file mode 100644
index 000..71faebf94ba
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.47.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="51"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# Fix for: https://github.com/gentoo/gentoo/pull/6942

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

2018-06-01 Thread Aaron Bauman
commit: fa71f8137c866815de9b70acb410ea2ddfd92a31
Author: kuzetsa  gmail  com>
AuthorDate: Fri Jun  1 01:58:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa71f813

sys-kernel/ck-sources: genpatches-4.9-108

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8663

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.105.ebuild | 65 +
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 642e5ef765c..c5f65ee0e7f 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -65,6 +65,9 @@ DIST genpatches-4.9-105.extras.tar.xz 17356 BLAKE2B 
ee7a0b4ac672a9cadaf17899a102
 DIST genpatches-4.9-106.base.tar.xz 2030108 BLAKE2B 
05d2d255aaf66c38c5784dca14f290ec00dae931be0842ed68b0cac08e120fcc527d73ae16ab477d73ef0ea5500429db9faf5492d1d9760bdc0e56b932672155
 SHA512 
ed04925b252878d5c5b5ad91b2cdca3271be6977e9c4de88246848d4ee487bc6ee131c15bf13657f721968f29b9198a579e4b303a8cb0240ea833a85aa77aea5
 DIST genpatches-4.9-106.experimental.tar.xz 106404 BLAKE2B 
898ccdfb8fc8aedbc7633cb3239ab449e9467ab42c5a539e51853800eb11d11cc2d0a0ea5c80f1336f468e2fca4906f9eb0e36faf790f6e1aba9ce6fb907894a
 SHA512 
61e3b6d58ab3cbccaec586db1d7f5490214ad4ab4e85bcf48a732a4329bad182cae8bac69e873f03bc309646ebd575fec729aa87da0f7655e817b89099cc1570
 DIST genpatches-4.9-106.extras.tar.xz 17348 BLAKE2B 
9375cb4cc0ccd3a31ef41b7a5d9e4298459f8904fb440f6ab72fbed0339ea6127671a389e089d322ee1b296517631d884ee5102cde4b5ea393a5210f3c7eb144
 SHA512 
2b85991d0a949e5cab489851d836805f363f9a3ed6fa354592a307e97ab6f43a75860787c1be9fec22e4c31b82aebeeea19e6d803319dddb0e9a6d3ed0805a18
+DIST genpatches-4.9-108.base.tar.xz 2109320 BLAKE2B 
0b6090a5f84a6aea248f6e1ab784cde6e361deb38332486870625ad73d35e7bbb677d6dba2e423e0d946f0f896c6aca8833d9aa51dad6fcd2a18586ff267aecb
 SHA512 
831ca65141984839bee54a16e66b2f45f7f91197d7413b3c54167cab8e14aa52eb3199e2a39f4000d83ed22b601eebe05acc3503dff35e375e3467207cb04ae7
+DIST genpatches-4.9-108.experimental.tar.xz 106392 BLAKE2B 
9372c6e3674c0821afdad18b02ec96433e3d05f966a3258949ab15cce4bcb9318880a2c003a8e2b11e230051dfc4614c14c42a7195d492241f398a0ebf51d32f
 SHA512 
c04f80593307cf95f5042b31cd664bfd67dbdc20bc33357c6ec2da749183e34381c218ca9206beb4e962ac9c1aa3033c22c724717016c82be913d208968890c7
+DIST genpatches-4.9-108.extras.tar.xz 17348 BLAKE2B 
2c1b5ebbe4075a645b2f19bc516f41634e270c27294f71d6f44cba8009c8f29b39cff16c1ea59368c03c5e17f737bf2bf5e0917ae2c3fe4a53530f89d52dbe80
 SHA512 
7b55d30a37b234e9de1fd3d34ea0177d7913fbde1451d5b9232a72c096f5fe218aaefa73169fe3473d2e802e0f8c7785d0e9fa9a501a99b52e6e2fcfc95445c8
 DIST genpatches-4.9-96.base.tar.xz 1813704 BLAKE2B 
43236fbdf22137a2f98c617919e3a21208cf7269a5d5e51d705734610e348f443b57677e3c00aa1d75a73c68314de537252eb24bd23cf83e8d7de05c2f111526
 SHA512 
c8275aad26fce06c6f8286d4341964031aaa5308ee4e0396fde48f3abbc97fc47db6bcc67764ba424dbed6d93fcc935f07831c20c5dada21acdd9e2d9575a5d8
 DIST genpatches-4.9-96.experimental.tar.xz 106408 BLAKE2B 
a959d2df5d348d1dac693e9e99169f7f87a0234cd45e4a7b8f77e5d446cb844ed210ae64e7d5f50239e5d4e1d55da67ab740cf803d428a683d23ac481731ce80
 SHA512 
aa23d0364460a82382f6554416019ae1bec6fb61e3dc18ed2c9366b25f47fac447c30ba5316b5b627e041710cfd33d8411c998bba1e5e9ace722aca304ce9816
 DIST genpatches-4.9-96.extras.tar.xz 17352 BLAKE2B 
ab1643d3b767b33a4f0cf1d5de5fd373d7de89f2eec1d0c626cab8155b057d18667f614bc1cf29926e5c55538ed4570ef9c25aef171f13d8c86fb3aa130174d7
 SHA512 
7a56e5b5108ed398696e220c25859ac1a5a9e02afac6659977f1c38b8d0731ee9b8455654d3e5d03e50f188ea0eaf2e8714435eb241a4bb7fdc6f2b273859661

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.105.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.105.ebuild
new file mode 100644
index 000..5c78bd68d73
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.105.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"
+K_GENPATCHES_VER="108"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+# 

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

2018-06-01 Thread Aaron Bauman
commit: 131ba8bb1619ab1b633fea0a089b055bcd3e3a31
Author: kuzetsa  gmail  com>
AuthorDate: Fri Jun  1 02:00:35 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:07:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=131ba8bb

sys-kernel/ck-sources: genpatches-4.16-14

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.16.13.ebuild | 62 +
 2 files changed, 65 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 4438b5e3202..5212757ee0e 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -50,6 +50,9 @@ DIST genpatches-4.16-12.extras.tar.xz 17496 BLAKE2B 
c7fca4b94f96e36704f4f7aea0da
 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 BLAKE2B 
ef216bc2349f04ff2b9f6a0fff48c9b92d18c0a3c6fa343b8b5800131d18f0adb5b59320b478faed7eaae59c760800ca9e324bc82079a017f707771f82c247d2
 SHA512 
a0e4d0c7dcb4a4d19a37edae9fa4b79913fded0df8c9282e196dceeede283ac15ba59e9a0e4cd92d567fe12f1c5e3394ba1625168bf8d4207ccf4a99a65e894c
 DIST genpatches-4.16-9.base.tar.xz 196768 BLAKE2B 
25c4b6a22a9a07af643ddc73fea2cf6e997f5cca89f86cf8386286d1b63e0c0dd393f138f66f87773d9eba382bcaec3a2562d2a4c22140a61358cd2612e11d4f
 SHA512 
aab3c760270e8d72c892d58a88fac3db792150a8f7157a2fb656d52ecfb29c9f6a049783ec9583b98b9cfd09ae6f77f672ef375d6a260cb2cb4df8157e5398a7
 DIST genpatches-4.16-9.experimental.tar.xz 5164 BLAKE2B 
0e8c1ce1a65404faafe4c0c7163cf87ce4ba4195edec6caab0dcb5351c6b211b233b6b659a7521e48e11e0fcf726e23341728591e9dbf305a4cac4500175
 SHA512 
9b4003d7902152183e4a76c54e0d4d09da33c9956aadafef4b11cdde81f7539a0d7931f4ae7d4d7e02928bbd7c128eba5fda00319723c1f7c2a7abb34ecddc9c
 DIST genpatches-4.16-9.extras.tar.xz 17492 BLAKE2B 
2e9bb4e33e33f0b5ba923bc0036a3697abefcf7c439dfba68beb0c4d0a558dffde1c9224f56da6bbea560bec3664cb1025c0ce1c961037598523d1af0d0513fb
 SHA512 
e1ed8a1532488aa849969a90bf299eaf39233695eb9bda7b070a87906b8891e2332a06234d4b2c98338b04380020387b8fb212dc95072ae79cc58274e8118656

diff --git a/sys-kernel/ck-sources/ck-sources-4.16.13.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.16.13.ebuild
new file mode 100644
index 000..df1c1bb04dd
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.16.13.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="14"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Con Kolivas' high performance patchset and Gentoo's genpatches 
for Linux ${K_BRANCH_ID}"
+
+CK_VERSION="1"
+
+CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.xz"
+
+CK_BASE_URL="http://ck.kolivas.org/patches/4.0;
+CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+CK_URI="${CK_LVER_URL}/${CK_FILE}"
+
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} 

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

2018-06-01 Thread Aaron Bauman
commit: 2dff1897e537b6100e69315faf0244b9e9b42480
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:54:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dff1897

sys-cluster/openais: bump EAPI and drop base eclass

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/openais/openais-1.1.4-r1.ebuild | 22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/openais/openais-1.1.4-r1.ebuild 
b/sys-cluster/openais/openais-1.1.4-r1.ebuild
index bf42581c57c..7a6db5be9bb 100644
--- a/sys-cluster/openais/openais-1.1.4-r1.ebuild
+++ b/sys-cluster/openais/openais-1.1.4-r1.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="2"
+EAPI=6
 
-inherit autotools base
+inherit autotools
 
 DESCRIPTION="Open Application Interface Specification cluster framework"
 HOMEPAGE="http://www.openais.org/;
@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
 DOCS=( "${S}/AUTHORS" "${S}/README.amf" )
 
 src_prepare() {
+   default
+
# respect CFLAGS
sed -i -e "s/\$OPT_CFLAGS \$GDB_FLAGS//" configure.ac || die
# respect LDFLAGS
@@ -28,18 +30,22 @@ src_prepare() {
services/Makefile.am || die
# don't install docs
sed -i -e "/^dist_doc/d" Makefile.am || die
+
eautoreconf
 }
 
 src_configure() {
econf \
-   --disable-dependency-tracking \
-   --docdir=/usr/share/doc/${PF} \
-   --localstatedir=/var
+   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
+   --localstatedir="${EPREFIX}"/var
 }
 
 src_install() {
-   base_src_install
rm -rf "${D}"/etc/init.d/openais || die
-   use static-libs || rm -rf "${D}"/usr/$(get_libdir)/*.a || die
+
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -delete || die "Pruning failed"
+   fi
+
+   default
 }



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

2018-06-01 Thread Aaron Bauman
commit: f40b5170ed72a3b46874b1fb1c28c865013ecb29
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:42:37 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40b5170

sys-boot/lilo: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-boot/lilo/Manifest|   1 -
 sys-boot/lilo/lilo-23.2-r2.ebuild | 176 --
 2 files changed, 177 deletions(-)

diff --git a/sys-boot/lilo/Manifest b/sys-boot/lilo/Manifest
index ccf846f137f..f0ac2e56762 100644
--- a/sys-boot/lilo/Manifest
+++ b/sys-boot/lilo/Manifest
@@ -1,7 +1,6 @@
 DIST dolilo-0.5.tar.bz2 3777 BLAKE2B 
4f168e678c771ba964f141a0af04d6dcb13e0e98f37283c799b5d127547fd511826f941fdba12857b8629e8e6324f2117c618f2c15ed3e49e9aa220be77f79ac
 SHA512 
6bfd0181d922f01903c8c0cdc67fc087c74091d7ffec0ddfb263c18b3a2247fcfbd201995f1724f26f4eb21b91147f209fd7ed485a05c6b9e9f583ea2456baa9
 DIST dolilo-0.6.tar.bz2 3817 BLAKE2B 
35c41f5eac8e02d4381db517a9b230d037da184f9ae409bc76307e689ad6b82928ea3794db54c3137afe6c770db86ba0cde78c33d89e775ddea464905070bfd6
 SHA512 
1b59ea5f2e2ac52d62635c9f7d5fb5b2aff6757e6ea6c0950480d8a11832b872115907abe6d8fb3fa5436e2e8971d9a1dda103dc6a15db6fc310c8f4730ab936
 DIST lilo-22.8.src.tar.gz 437555 BLAKE2B 
319890a7760d8528192c9ba553295f9ba12b204a1512e8b8f62da146bc41ad2b453a853661d184dd31fc8d65f33523db63b9e1d3cf3f2391a64b05efa06c3bcb
 SHA512 
b8a22c73b5f6a0c7ddde7c7af6511f9e85d43bae98603bfa0656dfa0685018b3ed713cfd9932bfac33017b83f807c66a3e25d78a16ea9a15bbfddd0e806714cc
-DIST lilo-23.2.tar.gz 580758 BLAKE2B 
ad932a78edd671d19a9eb5899ca35902cc1f8450c66abbd7d95c065a7f3bb7dd639343681230e9a2f6d906397b7bc5f549359ab101390df3f84d111accfe1312
 SHA512 
fe6789d3643751128afcb2c9761623329e84ab05ec84d75d6b13eff991d10a6671617b65f4ab5ef414a6ca4bc530bcf33b96ddeee3f5dce78bb69b8db740f9c5
 DIST lilo-24.0.tar.gz 768631 BLAKE2B 
09f6520e16a90eab5f44af440f1e2c2d05abb56e954dbb0237700d8e99f017bab279fa8a5c535114ec58be7416123ea51e91311255ed3036199f3565eec5a3f7
 SHA512 
4158a0f7ab085da063938df2bc77356f9536aa78208a902561f9e61ec478fb17f204f68407f6809638aea9d2e0c88ffc701548291c1635ab40f5b18a7be6bae7
 DIST lilo-24.1.tar.gz 773223 BLAKE2B 
ceaeaf6696b7b15d95cc6c90c6de63ad731f4d0f6d9e42fea4a245219d446cbecdb7d372ef4cb31dce26c7e149723779244f0319939343edf971ac1a19ba5063
 SHA512 
d1375cac9654fcb3934e7e5e0533e126ff8700a48154eb5019cf62e4b89f14d2ce7a17b6324795d9b60b37ab7656bfb2c9467f6e9d3540095f5c294579e83883
 DIST lilo-24.2.tar.gz 777400 BLAKE2B 
71c74235d5df10eed65b67dc1ce2af21163651c752d799da419077025304abf9352535a70f3fb60d086609d8a1c25bf394e29453c338ab022cb2be3cb21af75f
 SHA512 
4437cae21345f483194a5dc95f686f3f3cb2beec78faae3fba959db25eae29fe2c56732e055c05f1d101682c5d442cdc9561fae8074f61f5537dde0413204c54

diff --git a/sys-boot/lilo/lilo-23.2-r2.ebuild 
b/sys-boot/lilo/lilo-23.2-r2.ebuild
deleted file mode 100644
index 2be5f25cd50..000
--- a/sys-boot/lilo/lilo-23.2-r2.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DOLILO_V="0.5"
-IUSE="static minimal pxeserial device-mapper"
-
-DESCRIPTION="Standard Linux boot loader"
-HOMEPAGE="https://alioth.debian.org/projects/lilo/;
-
-DOLILO_TAR="dolilo-${DOLILO_V}.tar.bz2"
-SRC_URI="
-   http://lilo.alioth.debian.org/ftp/sources/${P}.tar.gz
-   mirror://gentoo/${DOLILO_TAR}
-"
-
-SLOT="0"
-LICENSE="BSD GPL-2"
-KEYWORDS="-* amd64 x86"
-
-DEPEND=">=sys-devel/bin86-0.15.5"
-RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )"
-
-src_prepare() {
-   # this patch is needed when booting PXE and the device you're using
-   # emulates vga console via serial console.
-   # IE..  B.B.o.o.o.o.t.t.i.i.n.n.g.gl.l.i.i.n.n.u.u.x.x and stair 
stepping.
-   use pxeserial && epatch "${FILESDIR}/${PN}-22.8-novga.patch"
-
-   # Do not strip and have parallel make
-   # FIXME: images/Makefile does weird stuff
-   sed -i Makefile src/Makefile \
-   -e '/strip/d;s|^make|   $(MAKE)|g' \
-   -e '/images install/d' \
-   -e '/images all/d' \
-   || die "sed strip failed"
-}
-
-src_configure() {
-   if ! use device-mapper; then
-   sed -i make.vars -e 's|-DDEVMAPPER||g' || die
-   fi
-}
-
-src_compile() {
-   # lilo needs this. bug #140209
-   export LC_ALL=C
-
-   # we explicitly prevent the custom CFLAGS for stability reasons
-   if use static; then
-   local target=alles
-   else
-   local target=all
-   fi
-
-   emake CC="$(tc-getCC) ${LDFLAGS}" ${target} || die
-}
-
-src_install() {
-   keepdir /boot
-   emake DESTDIR="${D}" install || die
-
-   if use !minimal; then
-   into /
-   dosbin "${WORKDIR}"/dolilo/dolilo || die
-
- 

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

2018-06-01 Thread Aaron Bauman
commit: 82ad152de3c9db75510b1c47da10d9a97a9075c1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jun  1 14:00:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ad152d

net-p2p/tvrss: fix dobin

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/tvrss/tvrss-1.8_beta.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/tvrss/tvrss-1.8_beta.ebuild 
b/net-p2p/tvrss/tvrss-1.8_beta.ebuild
index 0448089ef81..14cc2962f0a 100644
--- a/net-p2p/tvrss/tvrss-1.8_beta.ebuild
+++ b/net-p2p/tvrss/tvrss-1.8_beta.ebuild
@@ -22,5 +22,5 @@ DEPEND="x11-libs/gtk+:2
dev-perl/Gtk2"
 
 src_install() {
-   dobin "${S}"/tvrss
+   dobin tvrss
 }



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

2018-06-01 Thread Aaron Bauman
commit: 8e3f7e4ab976ef3fea3714c9a75346c116a11bfa
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:02:41 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3f7e4a

net-misc/pedro: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/pedro/files/pedro-1.6-portage.patch |  4 ++--
 net-misc/pedro/pedro-1.6.ebuild  | 24 ++--
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/net-misc/pedro/files/pedro-1.6-portage.patch 
b/net-misc/pedro/files/pedro-1.6-portage.patch
index be1f9d3b213..b72a3251b89 100644
--- a/net-misc/pedro/files/pedro-1.6-portage.patch
+++ b/net-misc/pedro/files/pedro-1.6-portage.patch
@@ -1,5 +1,5 @@
 pedro-1.6.orig/configure   2011-08-23 11:01:21.0 +1200
-+++ pedro-1.6/configure2011-11-19 21:28:47.0 +1300
+--- a/configure
 b/configure
 @@ -10478,7 +10478,7 @@
  ac_config_headers="$ac_config_headers config.h"
  

diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild
index 00b9a3e6b9a..a3983f5619e 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Pedro is a subscription/notification communications system"
 HOMEPAGE="http://www.itee.uq.edu.au/~pjr/HomePages/PedroHome.html;
@@ -20,25 +18,23 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${P}
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-portage.patch
-}
+PATCHES=( "${FILESDIR}/${P}-portage.patch" )
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc AUTHORS README || die
+   default
 
if use doc ; then
-   dodoc "${WORKDIR}"/${PN}.pdf || die
+   dodoc "${WORKDIR}"/${PN}.pdf
fi
 
if use examples ; then
insinto /usr/share/doc/${PF}/examples
-   doins src/examples/*.{c,tcl} || die
+   doins src/examples/*.{c,tcl}
+
insinto /usr/share/doc/${PF}/examples/java_api
-   doins src/java_api/*.java || die
+   doins src/java_api/*.java
+
insinto /usr/share/doc/${PF}/examples/python_api
-   doins src/python_api/*.py || die
+   doins src/python_api/*.py
fi
 }



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

2018-06-01 Thread Aaron Bauman
commit: 70f4bc55d02006d61925fce9de3b24a63eaf2149
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:27:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f4bc55

net-p2p/tvrss: bump EAPI and drop versionator

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/tvrss/tvrss-1.8_beta.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-p2p/tvrss/tvrss-1.8_beta.ebuild 
b/net-p2p/tvrss/tvrss-1.8_beta.ebuild
index dfbd3277784..0448089ef81 100644
--- a/net-p2p/tvrss/tvrss-1.8_beta.ebuild
+++ b/net-p2p/tvrss/tvrss-1.8_beta.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=7
 
-inherit versionator
-
-MY_P="${PN}-$(replace_version_separator 2 '')"
+MY_P="${PN}-$(ver_rs 2 '')"
 S=${WORKDIR}/${MY_P}
 
 DESCRIPTION="TV RSS is a tool for automating torrent downloads"
 HOMEPAGE="http://tvtrss.sourceforge.net/;
 SRC_URI="mirror://sourceforge/tvtrss/${MY_P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
+
 DEPEND="x11-libs/gtk+:2
>=dev-lang/perl-5.8.6
dev-perl/XML-RAI
@@ -22,5 +22,5 @@ DEPEND="x11-libs/gtk+:2
dev-perl/Gtk2"
 
 src_install() {
-   dobin ${S}/tvrss
+   dobin "${S}"/tvrss
 }



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

2018-06-01 Thread Aaron Bauman
commit: cde7a352b16212e97b3cbc4563f65740544f584f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:41:23 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde7a352

sys-block/tw_cli: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-block/tw_cli/Manifest   |   2 -
 sys-block/tw_cli/tw_cli-10.2.ebuild | 106 
 2 files changed, 108 deletions(-)

diff --git a/sys-block/tw_cli/Manifest b/sys-block/tw_cli/Manifest
index 435eb7959f4..175a54ffede 100644
--- a/sys-block/tw_cli/Manifest
+++ b/sys-block/tw_cli/Manifest
@@ -3,9 +3,7 @@ DIST CLI_freebsd-from_the_10.2.2.1_9.5.5.1_codesets.zip 1531484 
BLAKE2B 6bd1a552
 DIST CLI_linux-from_the_10.2.2.1_9.5.5.1_codesets.zip 1878621 BLAKE2B 
628070e5f6dc4dbc75f029067298be278b696b84afb245d19761043183bc6232fcf48dfe46954ef61e027082d974905244f6b3e73b596fbbe8d7955375859be2
 SHA512 
e8a7f27401e7811d5f8533d839066bdf6d93eeb2cb1242b00af7fc559b0a34316f8e6dc80f68e869d97f44290ea32c9e65d1d857c1010009ad1a540252400e31
 DIST LSI-tw_cli 35638 BLAKE2B 
8267d311b7b09dd3f0e619fd7d5aadcaf5b24afa1958c99e838b9280b175b8f070dc58164622bf3ab54dc5ddfc24a4a4ea06971a919b17a3c2594541e43ea41f
 SHA512 
1a1d35395ffccf70004b0c111d8c4a7e408cf0c57503bb4d1fdd608f9b71d6ea4d7488307dd6806eaf6557d65badd9c43aeea3e7c1ddae1c56962c85c2b868c9
 DIST cli_freebsd_10.1.zip 1500092 BLAKE2B 
4e7d68a99cef9429aba1898a1b9340259e78a531a2b19140a05b1dc7fd031791fb1309a6196e746195bed9f18a7d12d890adc437ebd928b37a4b0db8e21a29ee
 SHA512 
b5463919975c53e191540b4b7c58d8b08ef45ad06f82fe61960f65a46c82230486bf53bc8c535a9fd8ef3e0698cc6676696a319f5e30b904211d7b614dd7a49d
-DIST cli_freebsd_10.2.zip 1467421 BLAKE2B 
e0f47087b7adf59e9bbfc4af46e7944a45a0af527951b4fe94e093eee9810580f8475f61201e85048452d3eb9510a8fb9c5820ec6404ac70bb16eb0761efe234
 SHA512 
2f47fd094b26415e71322ed1f1d0590988406a44fa5e7f09a45baae564ab1f391d3eb6f552a6d7c4e004ba10e707c8b415784445c379ad21ffc36ba2023006c8
 DIST cli_linux_10.1.zip 1845534 BLAKE2B 
41e9befd0cbc8e9cacccfa68f120eabe8959586728146863884dcf5027f1e831edf54b1a3b6ab38f176a5bea0f3b99be59525684a3545e66895879da9c594cb5
 SHA512 
8e424042f8892d4fb77664a444f2ee2a55406929013d19c79612e4d0347338b68ebf9e11cdcb2895544b53705ec9401f35581d27e34e6465e06c16a5cb60096e
-DIST cli_linux_10.2.zip 1813781 BLAKE2B 
10a3117e337b3fcdf42b8b8705fc43727116036fbf458be885e06b72702e2b34a28d11a035141c3900cdf479837787f9fa3e591e6bd96e31c71e7814ebba7d21
 SHA512 
ce3446c93405fd7fec69d6b982db678a08d083d7385f392c160c794ee40ec8ed329b16e85d03f69e547e6b4b9d40882e8852dc2463b945e33cdf8654efaa
 DIST tw_cli-freebsd-x86-9.5.2.tgz 785950 BLAKE2B 
dc8ab70f17446899dc7df8204a608e8809b2c33c7a6806d56181e2ea1d9f65c4ec58009917e741a47e0eb27ce7003330f9c8d8b459ef33a97c8fbe05c9c79440
 SHA512 
44181e6c2684637fe34cd4ad2143f713175d127bd2bc7fcf9c9a3563d939a3244da3e8b3620a123b2da173854bfc95bca91fe799261aee9913b5594a1569a8dd
 DIST tw_cli-freebsd-x86-9.5.3.tgz 793534 BLAKE2B 
d5dd84dab83b3d2838941989351000c64199e9ce99dd7d0e897801a15f3176973ce932636e9fbb67898339f1a01cbd8a8f28e7d7df3f2ece1692e9c3dc0f5a20
 SHA512 
ceeb072f2501c78ac5ec13bcf0edaf047be399b16cdbd5a29b68574e10070d91611c41eb36251ca924c7532ed9df3fa397fd90b251ebf8d8a1e0befbd4d6
 DIST tw_cli-linux-x86-9.2.1.1.tgz 709976 BLAKE2B 
9d3659bdcae50da62de0b97b1c049114a7198c8423fee6304253ded5c7027397d994ce6237cc3c053e8aed5ac3785e3b11030655d7eb7d7933ee9c6408b56c97
 SHA512 
c706b8c710500f700736e161b8cefc821b91a9f726d1b07e74ab1114bb7d91300ebdcd59d2c0af40d98819fa9c839a03e3f4ee991e65550b0655d395a8cbb3b7

diff --git a/sys-block/tw_cli/tw_cli-10.2.ebuild 
b/sys-block/tw_cli/tw_cli-10.2.ebuild
deleted file mode 100644
index 6913096d386..000
--- a/sys-block/tw_cli/tw_cli-10.2.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-DESCRIPTION="3ware SATA+PATA RAID controller Command Line Interface tool"
-HOMEPAGE="https://www.3ware.com/3warekb/article.aspx?id=14847;
-LICENSE="3ware"
-SLOT="0"
-# binary packages
-KEYWORDS="-* amd64 x86 ~x86-fbsd"
-IUSE=""
-# stripping seems to break this sometimes
-RESTRICT="strip primaryuri"
-# binary packages
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-# Upstream has _FUN_ naming these
-# We are mostly prepared for the FreeBSD binaries at this point
-# They just aren't yet enabled here
-PN_KERNEL="${ARCH/*fbsd-*/freebsd}"
-[ "${PN_KERNEL}" != 'freebsd' ] && PN_KERNEL='linux'
-PN_ARCH="${ARCH/*-}"
-PN_ARCH="${PN_ARCH/amd64/x86_64}"
-
-# The naming of <=9.5.0 for freebsd was weird,
-# but 9.5.0.1 has it sanely.
-MY_P="cli_${PN_KERNEL}_${PV}"
-
-# Upstream actually only releases newer versions for new hardware
-# and doesn't release new major versions for old hardware
-# however their backwards compatibility is excellent.
-# I personally test tw_cli on 5 cards:
-# 9550SXU-4LP on amd64
-# 

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

2018-06-01 Thread Aaron Bauman
commit: 1ee631bc2a821312256180e311f58761fa42800b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 20:49:32 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee631bc

net-misc/aggregate: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/8660

 net-misc/aggregate/aggregate-1.6.ebuild  | 15 +++
 net-misc/aggregate/files/aggregate-1.6-build-fixup.patch |  5 ++---
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/net-misc/aggregate/aggregate-1.6.ebuild 
b/net-misc/aggregate/aggregate-1.6.ebuild
index a8700cfabbd..8df22ac5119 100644
--- a/net-misc/aggregate/aggregate-1.6.ebuild
+++ b/net-misc/aggregate/aggregate-1.6.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit eutils toolchain-funcs
+EAPI=6
+
+inherit toolchain-funcs
 
 DESCRIPTION="Take a list of prefixes and perform two optimisations to reduce 
the length of the prefix list"
 HOMEPAGE="http://dist.automagic.org/;
@@ -16,9 +17,7 @@ IUSE=""
 RDEPEND="dev-lang/perl"
 DEPEND=""
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-build-fixup.patch
-}
+PATCHES=( "${FILESDIR}/${P}-build-fixup.patch" )
 
 src_configure() {
tc-export CC
@@ -26,7 +25,7 @@ src_configure() {
 }
 
 src_install() {
-   dobin aggregate aggregate-ios || die
+   dobin aggregate{,-ios}
doman aggregate{,-ios}.1
-   dodoc HISTORY
+   einstalldocs
 }

diff --git a/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch 
b/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch
index 51c9f9f9612..d16b62e12ed 100644
--- a/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch
+++ b/net-misc/aggregate/files/aggregate-1.6-build-fixup.patch
@@ -1,6 +1,5 @@
-diff -Nuar aggregate-1.6.orig/Makefile.in aggregate-1.6/Makefile.in
 aggregate-1.6.orig/Makefile.in 2002-03-06 08:59:37.0 -0800
-+++ aggregate-1.6/Makefile.in  2008-10-10 01:31:42.613937925 -0700
+--- a/Makefile.in
 b/Makefile.in
 @@ -25,8 +25,8 @@
  INSTALL = @INSTALL@
  DEFS = @DEFS@



[gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/

2018-06-01 Thread Aaron Bauman
commit: adffe0903316eba34dc4aee3e5c61f2d2d09be91
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:32:54 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adffe090

sci-libs/lrslib: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/lrslib/lrslib-042c-r1.ebuild | 52 ---
 1 file changed, 52 deletions(-)

diff --git a/sci-libs/lrslib/lrslib-042c-r1.ebuild 
b/sci-libs/lrslib/lrslib-042c-r1.ebuild
deleted file mode 100644
index b1fba3a5f34..000
--- a/sci-libs/lrslib/lrslib-042c-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit toolchain-funcs
-
-DESCRIPTION="self-contained ANSI C implementation of the reverse search 
algorithm"
-HOMEPAGE="http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
-SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gmp"
-
-DEPEND="gmp? ( dev-libs/gmp )"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
-   sed -i "s/gcc/$(tc-getCC)/g" makefile || die
-   sed -i "s/-O3/${CFLAGS} ${LDFLAGS}/g" makefile || die
-}
-
-src_compile () {
-   if use amd64 ; then
-   emake all64 || die "make failed"
-   else
-   emake || die "make failed"
-   fi
-   if use gmp ; then
-   emake gmp || die "make failed"
-   fi
-}
-
-src_install() {
-   dobin lrs redund redund1 || die
-   # Collides with sys-block/buffer
-   newbin buffer lrsbuffer || die
-   if use x86; then
-   dobin nash setupnash setupnash2 2nash || die
-   # Prevent clash with cddlib:
-   newbin fourier lrsfourier || die
-   fi
-   if use gmp; then
-   dobin glrs gredund gfourier || die
-   # Clash with www-plugins/gnash
-   newbin gnash lrsgnash || die
-   fi
-   dodoc readme || die
-   dohtml lrslib.html || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-sbin/

2018-06-01 Thread Aaron Bauman
commit: ae9f0d645ff77941d9275f6a042675b8b3dfd3bc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu May 31 21:59:22 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9f0d64

sys-freebsd/freebsd-sbin: drop EAPI=2 ebuild

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-freebsd/freebsd-sbin/Manifest|  7 --
 sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild | 94 
 2 files changed, 101 deletions(-)

diff --git a/sys-freebsd/freebsd-sbin/Manifest 
b/sys-freebsd/freebsd-sbin/Manifest
index 14763bea5d1..f3dcd89d595 100644
--- a/sys-freebsd/freebsd-sbin/Manifest
+++ b/sys-freebsd/freebsd-sbin/Manifest
@@ -1,8 +1 @@
-DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
-DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
-DIST freebsd-lib-9.1.tar.bz2 3206685 BLAKE2B 
67f93b7951fc03e877ee525d53b81ba49c8c1a70041c30aac97665d5dab7b3f2817fdb3bbb1475be66c33a7f996309e9020f1a3d1154fab8e2f6789f5ae0bb18
 SHA512 
40d0c36b6b889c404fa0e0afa38ba4e84a55bc88ffa2f98a70afbd7a32c4f32c158617ba770567d082a986d62c09b3ec8db3dc5ab853ee1c9bbe0b90bb82396e
-DIST freebsd-libexec-9.1.tar.bz2 304592 BLAKE2B 
994543ac910e4703d36682f6c0550596e340605754b9386770660f0ed0e70f8d437185f2010e6be795a8cc508aa7d69c90cc0a0df968c5dd8de4c5c4bb38e8c2
 SHA512 
7baa4160dda2610250dd52f445e24478e0f1ea10bce21fcd0e5d1b856f399b896adc334114de0c7f61a5637e4349bb1688fdbe5c72798d8568ae791114710b92
-DIST freebsd-sbin-9.1.tar.bz2 1273913 BLAKE2B 
c00fea446a19311020ae081ba00d6c7d0b3b0365ab2046ec24252c2b02d4b4079fb7bbbf0d17432e2a1efb0788b552d684b1b9105d2c1712a93380a89b49
 SHA512 
9f186602b7de96f268c352ca386986652fddf5570e7eca1afa8c0d2bdc83b57df1198efe47f36dd5c7a6abf4f9c935f1c8207a4a12a6b2153bd6c3c6292719dc
 DIST freebsd-src-11.1.tar.xz 147661560 BLAKE2B 
a9e6ba9d0e12c8b56ac58575d5f02931edbb6a3545d9dccae78810d2d0470a29b29dd7f724b03b8afafbca23717a71346e4cfbd3530e0f40118a23609c3f414e
 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
-DIST freebsd-sys-9.1.tar.bz2 32588103 BLAKE2B 
7f94a4735c6a17b39a86fa0fda0682924b18e4b466dc6319a5df889522aaeaffaa87e1b76582c48ae034df8c20169c8cea93bbd3d6e7abd0526716686f88dfe8
 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
-DIST freebsd-usbin-9.1.tar.bz2 2670916 BLAKE2B 
353c7e641c0cccf25b99cb454368bd3001cd6b85a15956b1ee2de1ab240c420602e04bf6d0389aca0bdd4f7d1206a6848516e58a17eda4881d849f078b71a139
 SHA512 
21c234312f70eb35cd2926519efc1f61592892f5d0940786dbeb959c3c5ec7819a51ae95c6e8a1a06aa01f669350fe0fd3dd7c4ec8a84dd6b90f24cb192356ca

diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild 
b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
deleted file mode 100644
index 85dc8c8e5a7..000
--- a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit bsdmk freebsd multilib
-
-DESCRIPTION="FreeBSD sbin utils"
-KEYWORDS="~amd64-fbsd ~x86-fbsd"
-SLOT="0"
-
-SRC_URI="mirror://gentoo/${SBIN}.tar.bz2
-   mirror://gentoo/${CONTRIB}.tar.bz2
-   mirror://gentoo/${LIB}.tar.bz2
-   mirror://gentoo/${LIBEXEC}.tar.bz2
-   mirror://gentoo/${USBIN}.tar.bz2
-   mirror://gentoo/${ETC}.tar.bz2
-   build? ( mirror://gentoo/${SYS}.tar.bz2 )"
-
-RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?]
-   =sys-freebsd/freebsd-libexec-${RV}*
-   >=dev-libs/expat-2.0.1
-   ssl? ( dev-libs/openssl )
-   >=dev-libs/libedit-20120311.3.0-r1
-   sys-libs/readline
-   || (
-   sys-process/cronie
-   sys-process/vixie-cron
-   )
-   atm? ( net-analyzer/bsnmp )"
-DEPEND="${RDEPEND}
-   !build? ( =sys-freebsd/freebsd-sources-${RV}* )
-   =sys-freebsd/freebsd-mk-defs-${RV}*"
-
-S="${WORKDIR}/sbin"
-
-IUSE="atm ipfilter +pf ipv6 build ssl +cxx netware"
-
-pkg_setup() {
-   use atm || mymakeopts="${mymakeopts} WITHOUT_ATM= "
-   use cxx || mymakeopts="${mymakeopts} WITHOUT_CXX="
-   use ipfilter || mymakeopts="${mymakeopts} WITHOUT_IPFILTER= "
-   use ipv6 || mymakeopts="${mymakeopts} WITHOUT_INET6= 
WITHOUT_INET6_SUPPORT="
-   use netware || 

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

2018-06-01 Thread Aaron Bauman
commit: a53cda5bbc27a242101047f27ac1fc86216720ca
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jun  1 13:59:47 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53cda5b

net-misc/pedro: insinto -> docinto; doins -> dodoc

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/pedro/pedro-1.6.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6.ebuild
index a3983f5619e..428ab0412b8 100644
--- a/net-misc/pedro/pedro-1.6.ebuild
+++ b/net-misc/pedro/pedro-1.6.ebuild
@@ -28,13 +28,13 @@ src_install() {
fi
 
if use examples ; then
-   insinto /usr/share/doc/${PF}/examples
-   doins src/examples/*.{c,tcl}
+   docinto /usr/share/doc/${PF}/examples
+   dodoc src/examples/*.{c,tcl}
 
-   insinto /usr/share/doc/${PF}/examples/java_api
-   doins src/java_api/*.java
+   docinto /usr/share/doc/${PF}/examples/java_api
+   dodoc src/java_api/*.java
 
-   insinto /usr/share/doc/${PF}/examples/python_api
-   doins src/python_api/*.py
+   docinto /usr/share/doc/${PF}/examples/python_api
+   dodoc src/python_api/*.py
fi
 }



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

2018-06-01 Thread Aaron Bauman
commit: 23573a7d0184545a1508451890e4a06d6713228f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Jun  1 14:01:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Jun  1 14:05:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23573a7d

sys-cluster/openais: drop econf docdir as it is default now;

Also, move default call up.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/openais/openais-1.1.4-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/openais/openais-1.1.4-r1.ebuild 
b/sys-cluster/openais/openais-1.1.4-r1.ebuild
index 7a6db5be9bb..e052e5a0af6 100644
--- a/sys-cluster/openais/openais-1.1.4-r1.ebuild
+++ b/sys-cluster/openais/openais-1.1.4-r1.ebuild
@@ -36,16 +36,15 @@ src_prepare() {
 
 src_configure() {
econf \
-   --docdir="${EPREFIX}"/usr/share/doc/${PF} \
--localstatedir="${EPREFIX}"/var
 }
 
 src_install() {
+   default
+
rm -rf "${D}"/etc/init.d/openais || die
 
if ! use static-libs; then
find "${D}" -name '*.la' -delete || die "Pruning failed"
fi
-
-   default
 }



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

2018-06-01 Thread Lars Wendler
commit: 7dfb2ff30bc4628e92fc1e46cd5342d6f61cf49e
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 13:43:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 13:48:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfb2ff3

dev-util/cmake: Removed old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/cmake/Manifest|   3 -
 dev-util/cmake/cmake-3.10.2.ebuild | 212 
 dev-util/cmake/cmake-3.11.0.ebuild | 217 -
 dev-util/cmake/cmake-3.11.1.ebuild | 217 -
 4 files changed, 649 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 82e4271b2bf..c266758b03e 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -1,7 +1,4 @@
-DIST cmake-3.10.2.tar.gz 7824452 BLAKE2B 
cc579f27d7d5668d1f375e7263e0b62212be1191735189d34b1f0aa921861ead5d3872388eebbb5136a72e3dec3920f1ebfb0bf45b642cf92eef02e4c8665d49
 SHA512 
f58fdd025285c9ff5396c0bd0d9573fc8a498fcbe5c11b336cb8ad6154ca6bc875c1a5e22d6654ba98596791ecf89ae8adffb83450839fa1275756b0af5bf82b
 DIST cmake-3.10.3.tar.gz 7825559 BLAKE2B 
1db8c21abdcfac2612fa914d49f9edcf199240b714104dba1d470c8e1e487d8e6cc5d486febae88d4a71eb9419064bcf94f9bb2c779771323221c1f117baa693
 SHA512 
1ba6381321cb34c3c050548a1346d3b92d590a196d8aff7435c079cd485d01f7a6cd650ad97d00931aff424fcdc195bbaa6d9d7db679bf02f72f586c7b528ae4
-DIST cmake-3.11.0.tar.gz 7948287 BLAKE2B 
c56da8645d87bc06735e2afb9b8481918acd0a43e3fc96b6f58c1a311fa6a7a270a9be8d13d2106b3fcde802f8c084314717262edd760c7c7f06bd8c07f1fe69
 SHA512 
03b058483d236d4f4427c93cc41af77068c243fc4b6f24aeaf2daf97af215bc664bc1b733195463af4cfc94ec70076710f425661859d752ddf3b9610adca9834
-DIST cmake-3.11.1.tar.gz 7951125 BLAKE2B 
157c2eac49900df554fb335c4a17484ca425a97e2c41b9539cf1f02cc09246e515d8c2b43549a7a395df378f1dd3f4757465edab6f1ea5d08d5835b6728b35d7
 SHA512 
d5df043453a9f9478a0e165ded6ce247a7b495fe8c4e56905bb523889a016fb8eb769455c2c2c5f6118c61bcffafe4e3e219ad99b2a85918323c2155f10089d8
 DIST cmake-3.11.2.tar.gz 7953913 BLAKE2B 
2979f360fdd3727f571d84181a9f1064246871d7176cda7ca60766722eccfe738121fba498e46e502355cb54b9f88b7ec2a1a63a81688846fdc959dd7c11681b
 SHA512 
c8ffa0885778ea942eb2533dab72da8719f67a212a33883913af047717c87368cb58e1d6c578b542d96d7dcc85d126abe81686214366c32174fd5553b399b69e
 DIST cmake-3.11.3.tar.gz 7954155 BLAKE2B 
949ee8c3dfae9d15eecdcd5c2a35fc278e84d1215858714112aea13aa5772f925a2a1b89bd39360e62b8638166038899e80ab48b6917e2c046876283d15d0218
 SHA512 
a91301bfb51bdf6a6c6ea71a26f05b6017eb375a4fc9c14934a83f2231d7af758bc67d8d9656111d1de56ec3df41dbcd61cb3cf50471bc0901f5bcccdf5267dc
 DIST cmake-3.9.6.tar.gz 7705400 BLAKE2B 
e0a5307af0a34863c50ea6aa9323025ef588b27e648107c3a81c362ee7ae4a1d2a07cc335d816b286ce4ddb249f9c6c08c3e8cf99856c7113f3724f47c62da43
 SHA512 
9fda2c9ac054ef8fb1bf3885fbdec02c518da89ade220eba06b5502ac3ff300f635ec0922e61f3b2d090644fb743b8f71a04c532ab66b2d890a180cc7da54e6c

diff --git a/dev-util/cmake/cmake-3.10.2.ebuild 
b/dev-util/cmake/cmake-3.10.2.ebuild
deleted file mode 100644
index 843a7d27071..000
--- a/dev-util/cmake/cmake-3.10.2.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CMAKE_MAKEFILE_GENERATOR="emake"
-CMAKE_REMOVE_MODULES="no"
-inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils 
toolchain-funcs versionator virtualx xdg-utils cmake-utils
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="Cross platform Make"
-HOMEPAGE="https://cmake.org/;
-SRC_URI="https://cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz"
-
-LICENSE="CMake"
-SLOT="0"
-[[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs system-jsoncpp ncurses qt5"
-
-RDEPEND="
-   app-crypt/rhash
-   >=app-arch/libarchive-3.0.0:=
-   >=dev-libs/expat-2.0.1
-   >=dev-libs/libuv-1.0.0:=
-   >=net-misc/curl-7.21.5[ssl]
-   sys-libs/zlib
-   virtual/pkgconfig
-   emacs? ( virtual/emacs )
-   ncurses? ( sys-libs/ncurses:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
-"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-SITEFILE="50${PN}-gentoo.el"
-
-PATCHES=(
-   # prefix
-   "${FILESDIR}"/${PN}-3.4.0_rc1-darwin-bundle.patch
-   "${FILESDIR}"/${PN}-3.9.0_rc2-prefix-dirs.patch
-   "${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
-
-   # handle gentoo packaging in find modules
-   "${FILESDIR}"/${PN}-3.9.0_rc2-FindImageMagick.patch
-   

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

2018-06-01 Thread Lars Wendler
commit: c257889c548118b35fa086cf0bb64d8ff3502135
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jun  1 13:40:47 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jun  1 13:47:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c257889c

dev-util/cmake: Bump to version 3.11.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/cmake/Manifest|   1 +
 dev-util/cmake/cmake-3.11.3.ebuild | 217 +
 2 files changed, 218 insertions(+)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index c39c4bc1ef9..82e4271b2bf 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -3,4 +3,5 @@ DIST cmake-3.10.3.tar.gz 7825559 BLAKE2B 
1db8c21abdcfac2612fa914d49f9edcf199240b
 DIST cmake-3.11.0.tar.gz 7948287 BLAKE2B 
c56da8645d87bc06735e2afb9b8481918acd0a43e3fc96b6f58c1a311fa6a7a270a9be8d13d2106b3fcde802f8c084314717262edd760c7c7f06bd8c07f1fe69
 SHA512 
03b058483d236d4f4427c93cc41af77068c243fc4b6f24aeaf2daf97af215bc664bc1b733195463af4cfc94ec70076710f425661859d752ddf3b9610adca9834
 DIST cmake-3.11.1.tar.gz 7951125 BLAKE2B 
157c2eac49900df554fb335c4a17484ca425a97e2c41b9539cf1f02cc09246e515d8c2b43549a7a395df378f1dd3f4757465edab6f1ea5d08d5835b6728b35d7
 SHA512 
d5df043453a9f9478a0e165ded6ce247a7b495fe8c4e56905bb523889a016fb8eb769455c2c2c5f6118c61bcffafe4e3e219ad99b2a85918323c2155f10089d8
 DIST cmake-3.11.2.tar.gz 7953913 BLAKE2B 
2979f360fdd3727f571d84181a9f1064246871d7176cda7ca60766722eccfe738121fba498e46e502355cb54b9f88b7ec2a1a63a81688846fdc959dd7c11681b
 SHA512 
c8ffa0885778ea942eb2533dab72da8719f67a212a33883913af047717c87368cb58e1d6c578b542d96d7dcc85d126abe81686214366c32174fd5553b399b69e
+DIST cmake-3.11.3.tar.gz 7954155 BLAKE2B 
949ee8c3dfae9d15eecdcd5c2a35fc278e84d1215858714112aea13aa5772f925a2a1b89bd39360e62b8638166038899e80ab48b6917e2c046876283d15d0218
 SHA512 
a91301bfb51bdf6a6c6ea71a26f05b6017eb375a4fc9c14934a83f2231d7af758bc67d8d9656111d1de56ec3df41dbcd61cb3cf50471bc0901f5bcccdf5267dc
 DIST cmake-3.9.6.tar.gz 7705400 BLAKE2B 
e0a5307af0a34863c50ea6aa9323025ef588b27e648107c3a81c362ee7ae4a1d2a07cc335d816b286ce4ddb249f9c6c08c3e8cf99856c7113f3724f47c62da43
 SHA512 
9fda2c9ac054ef8fb1bf3885fbdec02c518da89ade220eba06b5502ac3ff300f635ec0922e61f3b2d090644fb743b8f71a04c532ab66b2d890a180cc7da54e6c

diff --git a/dev-util/cmake/cmake-3.11.3.ebuild 
b/dev-util/cmake/cmake-3.11.3.ebuild
new file mode 100644
index 000..6bab5d7c8c2
--- /dev/null
+++ b/dev-util/cmake/cmake-3.11.3.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES="no"
+inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils 
toolchain-funcs versionator virtualx xdg-utils cmake-utils
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="https://cmake.org/;
+SRC_URI="https://cmake.org/files/v$(get_version_component_range 
1-2)/${MY_P}.tar.gz"
+
+LICENSE="CMake"
+SLOT="0"
+[[ "${PV}" = *_rc* ]] || \
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc emacs system-jsoncpp ncurses qt5"
+
+RDEPEND="
+   app-crypt/rhash
+   >=app-arch/libarchive-3.0.0:=
+   >=dev-libs/expat-2.0.1
+   >=dev-libs/libuv-1.0.0:=
+   >=net-misc/curl-7.21.5[ssl]
+   sys-libs/zlib
+   virtual/pkgconfig
+   emacs? ( virtual/emacs )
+   ncurses? ( sys-libs/ncurses:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
+"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+SITEFILE="50${PN}-gentoo.el"
+
+PATCHES=(
+   # prefix
+   "${FILESDIR}"/${PN}-3.4.0_rc1-darwin-bundle.patch
+   "${FILESDIR}"/${PN}-3.9.0_rc2-prefix-dirs.patch
+   "${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
+
+   # handle gentoo packaging in find modules
+   "${FILESDIR}"/${PN}-3.11.0_rc2-FindBLAS.patch
+   "${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch
+   "${FILESDIR}"/${PN}-3.5.2-FindQt4.patch
+
+   # respect python eclasses
+   "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
+   "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch
+
+   # upstream fixes (can usually be removed with a version bump)
+)
+
+cmake_src_bootstrap() {
+   # Cleanup args to extract only JOBS.
+   # Because bootstrap does not know anything else.
+   echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
+   if [ $? -eq 0 ]; then
+   par_arg=$(echo ${MAKEOPTS} | egrep -o 
'(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | tail -n1 | egrep -o 

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

2018-06-01 Thread Tobias Klausmann
commit: 486ca648d8346673f5bcf78fee819bfa37e2eb67
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jun  1 13:01:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jun  1 13:01:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486ca648

net-im/prosody: Add bumped versions 0.9.14 and 0.10.2

These new versions fix security bugs.

Gebtoo-Bug: https://bugs.gentoo.org/656998
Package-Manager: Portage-2.3.39, Repoman-2.3.9

 net-im/prosody/Manifest| 4 ++--
 net-im/prosody/{prosody-0.10.0-r1.ebuild => prosody-0.10.2.ebuild} | 2 +-
 net-im/prosody/{prosody-0.9.10.ebuild => prosody-0.9.14.ebuild}| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index 3f1513bdd9e..b422cffce06 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1,4 +1,4 @@
-DIST prosody-0.10.0.tar.gz 330461 BLAKE2B 
f1efc1750177253937fae122f5bcc3d928db8bef756d2cd92a0819bdf4ea68fb3c8c94b63d9ac058af38541993f99d3eb4c80dc84bbb2badf067507986d62b20
 SHA512 
ee66e240afba6a8cb286623da48d9b535798153fb65e32070cec93aafe360e91f7087eeb49dec0f7d145e24f04339ed0878e50835b52f682130b204e22990ce9
-DIST prosody-0.9.10.tar.gz 267380 BLAKE2B 
091f9f7ffa5abdd93eaa87652653516cd1fa662f9300b8095f15685fc51c71cebb67a13d9a59b5ce00292777baf56926f08c3b6cf264836007db6a2dbf3ef068
 SHA512 
4453fb596704b6a248a52dedc00cfc77edbee1fad502f1197b04c2148092389a294c152c3ba36203f51831d51ee2b915c15382ac86fcff4f35696ecacf926574
+DIST prosody-0.10.2.tar.gz 331874 BLAKE2B 
0e0af95a9168810263e6f60b825393d1088f69dba1faabf6c0c9dda3ef6b039a92f7edb9643cb9a60a3131a64038de5c3598f7076837b58ad196ac03fa98bfc4
 SHA512 
9fc05e34b45b0c16835ba94a73532fb3b4ee335f27d56bb9260e1b3e22614f89f44eb5d04b4e90d016db0b5bee6f5c7e7d099e1defb027e6823ee7667c1fe28f
 DIST prosody-0.9.11.tar.gz 267832 BLAKE2B 
f5992c7b34f02557338fec9f8c11c19dc5f31aaee326a33834fc28e06fd4bc41bb46cc79e6c7f206f34a074a52448cfdd98045ab49cf4188a93162cfc16da1ca
 SHA512 
9de11e130f88d1f9a830a4cd9ad90c0176d97977c81fd7a4405ce735f12d23eaa0bb0f124ce406102c2d072247133bddf371256d696e806cac9ef4bf0821684f
 DIST prosody-0.9.12.tar.gz 267869 BLAKE2B 
dff18a9fdf795afa2b6e5c6695bc1bbe64398351b6e600a85b4ca6d4ab5c866e897cacd0cb2ac4425ad7ccc630604fd7089d05a3cbb041262d84cd7027c9e8a9
 SHA512 
e87b5f3b3e327722cec9d8d0470684e2ec2788a1c5ae623c4f505a00572ef21f65afe84cd5b7de47d6a65fe8872506fe34e5e8886e20979ff84710669857ca76
+DIST prosody-0.9.14.tar.gz 268253 BLAKE2B 
0ae62ca3c8eb89feb34f1f67aa3d14aa1e6bf02cf10ff90a43fd7de8bd257d70508e36b10b3f159040c1fa5dcfb6ad8018e3411a5d6042992f71f643a13c11d4
 SHA512 
30116ebc20c719d88bae7f2f44c129604ec4477004581c3556ff548c75ee026a83dc519701a61a8c3f547776ba74c571e38c3e1e5240da9148dad35a5d1f67e3

diff --git a/net-im/prosody/prosody-0.10.0-r1.ebuild 
b/net-im/prosody/prosody-0.10.2.ebuild
similarity index 98%
rename from net-im/prosody/prosody-0.10.0-r1.ebuild
rename to net-im/prosody/prosody-0.10.2.ebuild
index d93d0e7b645..de5ae8dcbe8 100644
--- a/net-im/prosody/prosody-0.10.0-r1.ebuild
+++ b/net-im/prosody/prosody-0.10.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=5

diff --git a/net-im/prosody/prosody-0.9.10.ebuild 
b/net-im/prosody/prosody-0.9.14.ebuild
similarity index 97%
rename from net-im/prosody/prosody-0.9.10.ebuild
rename to net-im/prosody/prosody-0.9.14.ebuild
index f6dde4ed98c..32be3fa6449 100644
--- a/net-im/prosody/prosody-0.9.10.ebuild
+++ b/net-im/prosody/prosody-0.9.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://prosody.im/tmp/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="ipv6 libevent mysql postgres sqlite ssl zlib jit libressl"
 
 DEPEND="net-im/jabber-base



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

2018-06-01 Thread David Seifert
commit: 0456e59957c02e5018c82a06974010562b82633a
Author: David Seifert  gentoo  org>
AuthorDate: Thu May 31 07:58:09 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Jun  1 10:05:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0456e599

app-crypt/nitrokey-app: Remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-crypt/nitrokey-app/Manifest  |  1 -
 app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/app-crypt/nitrokey-app/Manifest b/app-crypt/nitrokey-app/Manifest
index 25eebe0b6ca..db04ebd999f 100644
--- a/app-crypt/nitrokey-app/Manifest
+++ b/app-crypt/nitrokey-app/Manifest
@@ -1,2 +1 @@
-DIST nitrokey-app-0.6.3.tar.gz 769503 BLAKE2B 
97b4f9951cb1ca1e3da1a2af32756b72a9a9e1f8b55d087115a6a95fe26a7aabde6c9503330f43308c3824211524dd1780e104ae6e28e3d60c38cc1b4158edeb
 SHA512 
23960b0ca740a4c9520a3d7043f396ffb6fb730ef28ad44b299aadbb0b7d2fa1a182c38a88fd684fe664c2079c5a03c5a6b8e6ceb7f8ca69a37fb64ef64237a6
 DIST nitrokey-app-1.3.tar.gz 1132479 BLAKE2B 
96a20ed4156137e13c0b0eb3f69edd537cf2a236781ba55d295b797a2a273ef3a412f27c2302c035569756146acb006752dd91d9176377f142e2a8c8108ef4a1
 SHA512 
b78830dee0957601b2e2de97ef267154e9b3444e9ef49e307f7aad5810e4184f1b5d5a278711431cac098e51217eda30d27425cd6a83040fb16bc27d6b1aec5b

diff --git a/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild 
b/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild
deleted file mode 100644
index fb7b2f7c6b9..000
--- a/app-crypt/nitrokey-app/nitrokey-app-0.6.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils udev
-
-DESCRIPTION="Cross platform personalization tool for the Nitrokey"
-HOMEPAGE="https://github.com/Nitrokey/nitrokey-app;
-SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig"
-
-mycmakeargs=( -DHAVE_LIBAPPINDICATOR=NO )
-
-src_prepare() {
-   cmake-utils_src_prepare
-   sed -i "s:DESTINATION lib/udev/rules.d:DESTINATION 
$(get_udevdir)/rules.d:" \
-   CMakeLists.txt || die
-}
-
-pkg_postinst() {
-   udev_reload
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2018-06-01 Thread Miroslav Šulc
commit: 29fe9fb9a38190ec03aa375d7e98c8ecf21c28a9
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 09:15:03 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 09:15:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29fe9fb9

dev-java/tomcat-servlet-api: version bumps

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/tomcat-servlet-api/Manifest   |  4 +++
 .../tomcat-servlet-api-7.0.88.ebuild   | 38 +
 .../tomcat-servlet-api-8.0.52.ebuild   | 35 +++
 .../tomcat-servlet-api-8.5.31.ebuild   | 39 ++
 .../tomcat-servlet-api-9.0.8.ebuild| 39 ++
 5 files changed, 155 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 6b2eb933ec5..cd96d354d2e 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -6,8 +6,12 @@ DIST apache-tomcat-6.0.45-src.tar.gz 3494054 BLAKE2B 
5dc7ac1c941b3b307ff6ccc53b5
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713b49bc1dfcff573bb3f4bd0ff5807c33a2a0fb991af618f6e11e5b3ce3fa55c589fc6569342cab5d5a00349c79bc7061d81e40
 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 DIST apache-tomcat-7.0.82-src.tar.gz 4697342 BLAKE2B 
1106ed04dc83e64e395de29f01a7752a0578b0c88046eb59614a7cfc0d8a98e3aebb698c8eb56763eea41620d9b42482971c5093304184b1028c6bd8f9770ada
 SHA512 
fc92388d81316de0246df4074c417ffa341eab55308c0694e9ea71c5497c863b42019cd1f38628ff640114c501a06c4e9c428cb2b6f1bc1c16fb337a286718db
 DIST apache-tomcat-7.0.85-src.tar.gz 4718223 BLAKE2B 
3067709eb143feee5cc1f31cdd8d41c58fb96ed1330560a4064ac3b3eeb030c76ff066c2a2f950d6f2c1576bde214f963f1a12342536a8e2ab8ac179dd166bfb
 SHA512 
f95383b2c77670845cce577161ecf326c3e0f49d456792a53305640289d049b0de80f4b6901bcda52bc4967895f97772591eee525affee1a1d07aac2e60d2044
+DIST apache-tomcat-7.0.88-src.tar.gz 4733229 BLAKE2B 
2e2009f64ae8f027e93bd7f3cec21f98fbb1f5c741b6525da1638c6188ebe44aa8b43d984abd769385992a997226392c59ec059e408873261a04d9e96a4603c3
 SHA512 
2ad5c11ec7c5e8e68fba6c0427b0479969a56e7ccb3f0b1ee6c6f139d5f2b718ee9c56f044e982013108ee6e06c43037d0061e539203e95453e9cae7cb38711d
 DIST apache-tomcat-8.0.50-src.tar.gz 5023017 BLAKE2B 
862799b7f6a227217c93e1b65aacc49a765b6d11886d0f2278a860c3f4e2b89692cfb724e323d3afe074ad3af3ef8cfd780e4be1ad2f55fee381e5054fbb1941
 SHA512 
c46efe03cfaadbc2b89063c05c5ec9f315a4eeacdfbf6dd43691c3d23a87d75b23b6679550518d825f8ec7ed853a899ca88cc54c61da9983b025ec7042c3bfff
+DIST apache-tomcat-8.0.52-src.tar.gz 5039683 BLAKE2B 
36318d0ae50fbca3f2a97e0210d0a8da8314f1ef79d0b047971bca30a5b0cc937faf013b5090f6e6b8aec4127b6185dc54ae589f5b57143b62c71c09f8bd5e9d
 SHA512 
6d846213db0b15f9add8d80f30f304afdaf879ab6d7f85d212183a93f4f360ebfeeb079813bdea83cbd13f507504473028bbf8279e89b800b6f150b83086fa56
 DIST apache-tomcat-8.5.23-src.tar.gz 5086043 BLAKE2B 
9bcad0d465aff6da1ba4a846042491bc8d5963283ed1d2530a26ab48289d14e8b85834d24ca476c95a75c1a5f51ee3ecd71c190b9609983cce56b56bc046b6d3
 SHA512 
2848331553f2c1bc51a4113960c6fe7e2beddf9146341dbfde1a27e2232802cfc364c8e8b988ae862371ca1a3be34665a56a28be9eadf80f8b317e0e2525cbef
 DIST apache-tomcat-8.5.30-src.tar.gz 5143270 BLAKE2B 
3bdcff663ca509efc3b2ee92ce140a3a22abf7fc0e32b5fa9a0ee713bdc1065ebde0b77cf624cedc2e0893194518d10e1f5df5b2f41edf76cb61157ac4d02862
 SHA512 
53729cfd1859872109f816df2642e3cd776a7faf8c55b1d50df0459f12958aacbf36debe6e8f10c19ab0a5bb2973fa63a2fec57f83ecaf19f4cf9d82e4a20265
+DIST apache-tomcat-8.5.31-src.tar.gz 5154531 BLAKE2B 
cce0388e5c8c5fb5fcb3dba3b5961dc21d9f19d9a2f6177660a41410bddf241f73dda1e52c3875e28cfa13041c85a458a92c9a23c509b645f042cfa472081fde
 SHA512 
659137ef4809af329ae4dd6f5825a603c1408ef3e48153abe7480a722e7f4bebef68a64af9cbef4a4ad9a7e8da76494f825035bbadbb983a097525f476f32f33
 DIST apache-tomcat-9.0.7-src.tar.gz 5106551 BLAKE2B 
b4552146a40c2e7cbb2e454fb5ec9169425db5c08cf269c391ec3144425ad388a2b6f003a7c05f59a9fd724fb5c848102890a24fcfd43d5fea3d881141aa7798
 SHA512 
cb7dc5547671d94f7c7fb0b58eeb94d05128349cdabf576fc8ad837a4bf3ea655a8eab3342245dfa84a9db23f1cbee2918846eedd48e3ca372eecebfef13c5b2
+DIST apache-tomcat-9.0.8-src.tar.gz 5115250 BLAKE2B 
8eaf0aa963711f90278d6d20986f4ba583c64e9e2b1f0b82ccc676a854a2078fe29c3b691d49af529074c9eea02ba78802cc9a4bb5cd7a3e561f6dfcb342c50b
 SHA512 
22a3c9a2c9f2fa87b218ec5deb50248af201e83111bbeb7fcfbb7dde5aba3e2d61b53bc40500b3e364a9fb94b576ad8a4683979534274af0f3bcdfb86aa045e7
 DIST jakarta-servletapi-src.tar.gz 65342 BLAKE2B 
03674ca65e0cc509b04a6255d5dd20d26aa5053ed54588e9ba655330c56c9c523c5b382804aee9816cb9aa2ac191ad288ed06b2af85ba535854bc72bed73
 SHA512 
7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084

diff --git 

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

2018-06-01 Thread Miroslav Šulc
commit: e4a71f65206a796ee020fbd6540da52faeadfe1f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 09:18:41 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 09:18:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a71f65

www-servers/tomcat: version bumps

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-servers/tomcat/Manifest |   3 +
 www-servers/tomcat/tomcat-7.0.88.ebuild | 147 +
 www-servers/tomcat/tomcat-8.0.52.ebuild | 158 
 www-servers/tomcat/tomcat-8.5.31.ebuild | 158 
 4 files changed, 466 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 61fd077a15f..f50dacf90f9 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,4 +1,7 @@
 DIST apache-tomcat-7.0.85-src.tar.gz 4718223 BLAKE2B 
3067709eb143feee5cc1f31cdd8d41c58fb96ed1330560a4064ac3b3eeb030c76ff066c2a2f950d6f2c1576bde214f963f1a12342536a8e2ab8ac179dd166bfb
 SHA512 
f95383b2c77670845cce577161ecf326c3e0f49d456792a53305640289d049b0de80f4b6901bcda52bc4967895f97772591eee525affee1a1d07aac2e60d2044
+DIST apache-tomcat-7.0.88-src.tar.gz 4733229 BLAKE2B 
2e2009f64ae8f027e93bd7f3cec21f98fbb1f5c741b6525da1638c6188ebe44aa8b43d984abd769385992a997226392c59ec059e408873261a04d9e96a4603c3
 SHA512 
2ad5c11ec7c5e8e68fba6c0427b0479969a56e7ccb3f0b1ee6c6f139d5f2b718ee9c56f044e982013108ee6e06c43037d0061e539203e95453e9cae7cb38711d
 DIST apache-tomcat-8.0.50-src.tar.gz 5023017 BLAKE2B 
862799b7f6a227217c93e1b65aacc49a765b6d11886d0f2278a860c3f4e2b89692cfb724e323d3afe074ad3af3ef8cfd780e4be1ad2f55fee381e5054fbb1941
 SHA512 
c46efe03cfaadbc2b89063c05c5ec9f315a4eeacdfbf6dd43691c3d23a87d75b23b6679550518d825f8ec7ed853a899ca88cc54c61da9983b025ec7042c3bfff
+DIST apache-tomcat-8.0.52-src.tar.gz 5039683 BLAKE2B 
36318d0ae50fbca3f2a97e0210d0a8da8314f1ef79d0b047971bca30a5b0cc937faf013b5090f6e6b8aec4127b6185dc54ae589f5b57143b62c71c09f8bd5e9d
 SHA512 
6d846213db0b15f9add8d80f30f304afdaf879ab6d7f85d212183a93f4f360ebfeeb079813bdea83cbd13f507504473028bbf8279e89b800b6f150b83086fa56
 DIST apache-tomcat-8.5.30-src.tar.gz 5143270 BLAKE2B 
3bdcff663ca509efc3b2ee92ce140a3a22abf7fc0e32b5fa9a0ee713bdc1065ebde0b77cf624cedc2e0893194518d10e1f5df5b2f41edf76cb61157ac4d02862
 SHA512 
53729cfd1859872109f816df2642e3cd776a7faf8c55b1d50df0459f12958aacbf36debe6e8f10c19ab0a5bb2973fa63a2fec57f83ecaf19f4cf9d82e4a20265
+DIST apache-tomcat-8.5.31-src.tar.gz 5154531 BLAKE2B 
cce0388e5c8c5fb5fcb3dba3b5961dc21d9f19d9a2f6177660a41410bddf241f73dda1e52c3875e28cfa13041c85a458a92c9a23c509b645f042cfa472081fde
 SHA512 
659137ef4809af329ae4dd6f5825a603c1408ef3e48153abe7480a722e7f4bebef68a64af9cbef4a4ad9a7e8da76494f825035bbadbb983a097525f476f32f33
 DIST apache-tomcat-9.0.7-src.tar.gz 5106551 BLAKE2B 
b4552146a40c2e7cbb2e454fb5ec9169425db5c08cf269c391ec3144425ad388a2b6f003a7c05f59a9fd724fb5c848102890a24fcfd43d5fea3d881141aa7798
 SHA512 
cb7dc5547671d94f7c7fb0b58eeb94d05128349cdabf576fc8ad837a4bf3ea655a8eab3342245dfa84a9db23f1cbee2918846eedd48e3ca372eecebfef13c5b2

diff --git a/www-servers/tomcat/tomcat-7.0.88.ebuild 
b/www-servers/tomcat/tomcat-7.0.88.ebuild
new file mode 100644
index 000..8ed5c13fa74
--- /dev/null
+++ b/www-servers/tomcat/tomcat-7.0.88.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source test"
+
+inherit eutils java-pkg-2 java-ant-2 prefix user
+
+MY_P="apache-${P}-src"
+
+DESCRIPTION="Tomcat Servlet-3.0/JSP-2.2 Container"
+HOMEPAGE="https://tomcat.apache.org/;
+SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="7"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="extra-webapps websockets"
+
+RESTRICT="test" # can we run them on a production system?
+
+ECJ_SLOT="4.5"
+SAPI_SLOT="3.0"
+
+COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT}
+   dev-java/tomcat-servlet-api:${SAPI_SLOT}"
+RDEPEND="${COMMON_DEP}
+   virtual/jre
+   !https://wiki.gentoo.org/wiki/Apache_Tomcat;
+
+   elog "To manage Tomcat instances, run:"
+   elog "  
${EPREFIX}/usr/share/${PN}-${SLOT}/gentoo/tomcat-instance-manager.bash --help"
+
+   ewarn "tomcat-dbcp.jar is not built at this time. Please fetch jar"
+   ewarn "from upstream binary if you need it. Gentoo Bug # 144276"
+
+   einfo "Please read https://wiki.gentoo.org/wiki/Apache_Tomcat and"
+   einfo "https://wiki.gentoo.org/wiki/Project:Java/Tomcat_6_Guide for 
more information."
+}

diff --git a/www-servers/tomcat/tomcat-8.0.52.ebuild 
b/www-servers/tomcat/tomcat-8.0.52.ebuild
new file mode 100644
index 000..46de488be6f
--- /dev/null
+++ b/www-servers/tomcat/tomcat-8.0.52.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License 

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

2018-06-01 Thread Miroslav Šulc
commit: 0d8853932ea119ba43e23e05b1bbf5aa97769002
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 08:25:41 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 08:25:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d885393

www-servers/tomcat: 7.0.85, 8.0.50, 8.5.30 and 9.0.7 amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-servers/tomcat/tomcat-7.0.85.ebuild | 2 +-
 www-servers/tomcat/tomcat-8.0.50.ebuild | 2 +-
 www-servers/tomcat/tomcat-8.5.30.ebuild | 2 +-
 www-servers/tomcat/tomcat-9.0.7.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-servers/tomcat/tomcat-7.0.85.ebuild 
b/www-servers/tomcat/tomcat-7.0.85.ebuild
index 8ed5c13fa74..e4334d29c49 100644
--- a/www-servers/tomcat/tomcat-7.0.85.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.85.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?

diff --git a/www-servers/tomcat/tomcat-8.0.50.ebuild 
b/www-servers/tomcat/tomcat-8.0.50.ebuild
index 46de488be6f..72dc86ded9b 100644
--- a/www-servers/tomcat/tomcat-8.0.50.ebuild
+++ b/www-servers/tomcat/tomcat-8.0.50.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?

diff --git a/www-servers/tomcat/tomcat-8.5.30.ebuild 
b/www-servers/tomcat/tomcat-8.5.30.ebuild
index 00cb33f8cfc..52f5424f793 100644
--- a/www-servers/tomcat/tomcat-8.5.30.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.30.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8.5"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?

diff --git a/www-servers/tomcat/tomcat-9.0.7.ebuild 
b/www-servers/tomcat/tomcat-9.0.7.ebuild
index 9cf24df3ac0..e3c61d5f22c 100644
--- a/www-servers/tomcat/tomcat-9.0.7.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.7.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="9"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2018-06-01 Thread Miroslav Šulc
commit: f2c2fcc103ecf0505a4073b4b5ce4dd273506ce5
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 08:31:08 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 08:31:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c2fcc1

dev-java/tomcat-servlet-api: removed obsolete ebuilds

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/tomcat-servlet-api/Manifest   |  6 
 .../tomcat-servlet-api-7.0.84.ebuild   | 38 -
 .../tomcat-servlet-api-8.0.48.ebuild   | 35 ---
 .../tomcat-servlet-api-8.0.49.ebuild   | 35 ---
 .../tomcat-servlet-api-8.5.11.ebuild   | 39 --
 .../tomcat-servlet-api-8.5.28.ebuild   | 39 --
 .../tomcat-servlet-api-9.0.5.ebuild| 39 --
 7 files changed, 231 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 8ef29f92ee3..6b2eb933ec5 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -5,15 +5,9 @@ DIST apache-tomcat-6.0.44-src.tar.gz 3447711 BLAKE2B 
7baf1fc24a7c9aba7e2ddac63fe
 DIST apache-tomcat-6.0.45-src.tar.gz 3494054 BLAKE2B 
5dc7ac1c941b3b307ff6ccc53b59ddcd141c5ece00424a89025272d170e00ed14462f9805be0e26750f60ff1eb223e2829e7d215502f526e800bf2aee30a
 SHA512 
d300e6b805bb70fc348133467b2aeac728dc0ae44f2fc1f309c3b2971987c1e46b81f156ebd7ddfda38f6746e90af1402c4e16a2d30bc7b081b761c87df8ffab
 DIST apache-tomcat-6.0.53-src.tar.gz 3522914 BLAKE2B 
054b097c16861abaa8bdbeba713b49bc1dfcff573bb3f4bd0ff5807c33a2a0fb991af618f6e11e5b3ce3fa55c589fc6569342cab5d5a00349c79bc7061d81e40
 SHA512 
915a0a18f5c2883625c9441eed6465973eff4f6bf41e08e925c7edaea89ef8f6ee9476d3e06fa38228d4bcb4decaf53e3a7bdb7ec7e899e6250db3e12a9f5f2c
 DIST apache-tomcat-7.0.82-src.tar.gz 4697342 BLAKE2B 
1106ed04dc83e64e395de29f01a7752a0578b0c88046eb59614a7cfc0d8a98e3aebb698c8eb56763eea41620d9b42482971c5093304184b1028c6bd8f9770ada
 SHA512 
fc92388d81316de0246df4074c417ffa341eab55308c0694e9ea71c5497c863b42019cd1f38628ff640114c501a06c4e9c428cb2b6f1bc1c16fb337a286718db
-DIST apache-tomcat-7.0.84-src.tar.gz 4713409 BLAKE2B 
3dc7766db1492413bbd3f878a2da7392dd4cfd1ca4c3e8a236e380cdfbc0c4ff075665d39871026e61f0bc88e0a84f372fbcef6914af9dc99e6dda05bafc6e48
 SHA512 
ca6b3f17f56a0b1befafd2efbfa07cbe094fb4ab022a3b5d704d249e551b44c6ef0d9691bd1b7c48ccda957efb43045209d11ca1a4aa0a7875e516e3a233cd74
 DIST apache-tomcat-7.0.85-src.tar.gz 4718223 BLAKE2B 
3067709eb143feee5cc1f31cdd8d41c58fb96ed1330560a4064ac3b3eeb030c76ff066c2a2f950d6f2c1576bde214f963f1a12342536a8e2ab8ac179dd166bfb
 SHA512 
f95383b2c77670845cce577161ecf326c3e0f49d456792a53305640289d049b0de80f4b6901bcda52bc4967895f97772591eee525affee1a1d07aac2e60d2044
-DIST apache-tomcat-8.0.48-src.tar.gz 5009969 BLAKE2B 
4b1db654d74b02f5fd589590197561496ecfb9b219e445fd18f2e967c78fb95f7fc71a21a6ed9ab5f8c6cee448b74a1729eb3627bcf1a59e2d2748c9c80cc76c
 SHA512 
c56aaa7335c4ef221b2e5de7a7d4946ae1221127f977da5f46a97b062d909abc918b0e6ceb887d98ea5f5b38a26bbe9a3de481972492be593636f6f7e6ef7841
-DIST apache-tomcat-8.0.49-src.tar.gz 5017328 BLAKE2B 
a3494c73fc6b9ffecfe7b09380f9fb3a632e167861f876ac827848e6ae5fd41dc9d3f8a0da9d484edd87b88532de05809c8019941d3a2639e925066ff0a8cc87
 SHA512 
36ae75d37874430ea6b567d8415a9249f104b57afdd8689621f659f6a2c0b229f207e63cdcdfacb1eabd13af567295ff1335cb052abbefe46efdccc20f2d5a73
 DIST apache-tomcat-8.0.50-src.tar.gz 5023017 BLAKE2B 
862799b7f6a227217c93e1b65aacc49a765b6d11886d0f2278a860c3f4e2b89692cfb724e323d3afe074ad3af3ef8cfd780e4be1ad2f55fee381e5054fbb1941
 SHA512 
c46efe03cfaadbc2b89063c05c5ec9f315a4eeacdfbf6dd43691c3d23a87d75b23b6679550518d825f8ec7ed853a899ca88cc54c61da9983b025ec7042c3bfff
-DIST apache-tomcat-8.5.11-src.tar.gz 4996153 BLAKE2B 
c529fc37a12c14c942f4be23751acc0b7fe91de0c84ef3ad7c5a451499a86572d36fd5973dc60bfc97d07cb7d82b4e9a2d36d55eb31cccf2f6b15b2b3fb5d7c7
 SHA512 
d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d
 DIST apache-tomcat-8.5.23-src.tar.gz 5086043 BLAKE2B 
9bcad0d465aff6da1ba4a846042491bc8d5963283ed1d2530a26ab48289d14e8b85834d24ca476c95a75c1a5f51ee3ecd71c190b9609983cce56b56bc046b6d3
 SHA512 
2848331553f2c1bc51a4113960c6fe7e2beddf9146341dbfde1a27e2232802cfc364c8e8b988ae862371ca1a3be34665a56a28be9eadf80f8b317e0e2525cbef
-DIST apache-tomcat-8.5.28-src.tar.gz 5128929 BLAKE2B 
fe862a44fe57a50502b95d6f31863567b5596b183355a75fb7b75827a697299878920cc5ca5c24ffcdabae885a893266f40f174c76c32f449bec31e7a1be489b
 SHA512 
55970e8babc1fde783e6e9f67a221012cae88e871391aa751e3c87c0fc7e58cd45662f025dc286dd529caced317dada48bb65786f87b44abbc9ce16f0d8fb0b5
 DIST apache-tomcat-8.5.30-src.tar.gz 5143270 BLAKE2B 

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

2018-06-01 Thread Miroslav Šulc
commit: 804a6e664a92e9d88605ecf9886f4529c9550ba3
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 08:22:17 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 08:22:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804a6e66

dev-java/tomcat-native-1.2.16: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/tomcat-native/tomcat-native-1.2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild 
b/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild
index 032c45a2396..bebd7610370 100644
--- a/dev-java/tomcat-native/tomcat-native-1.2.16.ebuild
+++ b/dev-java/tomcat-native/tomcat-native-1.2.16.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 @@ DESCRIPTION="Native APR library for Tomcat"
 SLOT="0"
 
SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
 HOMEPAGE="https://tomcat.apache.org/;
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="Apache-2.0"
 IUSE="static-libs test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2018-06-01 Thread Miroslav Šulc
commit: d6adf8f34477fe4f8d632655b5e93a0d0c95d86b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 08:24:44 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 08:24:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6adf8f3

dev-java/tomcat-servlet-api: 7.0.85, 8.0.50, 8.5.30 and 9.0.7 amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.85.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.50.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.30.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.7.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.85.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.85.ebuild
index f0304e00ca2..aeaf64e366f 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.85.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.85.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.50.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.50.ebuild
index be4a03387b4..8a7cc91ecee 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.50.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.50.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.30.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.30.ebuild
index c543bdd19c2..06c703b27fb 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.30.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.30.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.7.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.7.ebuild
index f00a9f12c2d..a0340d723de 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.7.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/files/, www-servers/tomcat/

2018-06-01 Thread Miroslav Šulc
commit: ced6930500287e808b5e21366223ab0b2aa595d6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jun  1 08:33:48 2018 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jun  1 08:33:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced69305

www-servers/tomcat: removed obsolete ebuilds

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-servers/tomcat/Manifest|   6 -
 .../tomcat/files/tomcat-7.0.82-build.xml.patch | 148 
 .../tomcat/files/tomcat-8.0.48-build.xml.patch | 256 -
 www-servers/tomcat/tomcat-7.0.82.ebuild| 149 
 www-servers/tomcat/tomcat-7.0.84.ebuild| 147 
 www-servers/tomcat/tomcat-8.0.48.ebuild| 158 -
 www-servers/tomcat/tomcat-8.0.49.ebuild| 158 -
 www-servers/tomcat/tomcat-8.5.28.ebuild| 158 -
 www-servers/tomcat/tomcat-9.0.5.ebuild | 158 -
 9 files changed, 1338 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 4b09c651281..61fd077a15f 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,10 +1,4 @@
-DIST apache-tomcat-7.0.82-src.tar.gz 4697342 BLAKE2B 
1106ed04dc83e64e395de29f01a7752a0578b0c88046eb59614a7cfc0d8a98e3aebb698c8eb56763eea41620d9b42482971c5093304184b1028c6bd8f9770ada
 SHA512 
fc92388d81316de0246df4074c417ffa341eab55308c0694e9ea71c5497c863b42019cd1f38628ff640114c501a06c4e9c428cb2b6f1bc1c16fb337a286718db
-DIST apache-tomcat-7.0.84-src.tar.gz 4713409 BLAKE2B 
3dc7766db1492413bbd3f878a2da7392dd4cfd1ca4c3e8a236e380cdfbc0c4ff075665d39871026e61f0bc88e0a84f372fbcef6914af9dc99e6dda05bafc6e48
 SHA512 
ca6b3f17f56a0b1befafd2efbfa07cbe094fb4ab022a3b5d704d249e551b44c6ef0d9691bd1b7c48ccda957efb43045209d11ca1a4aa0a7875e516e3a233cd74
 DIST apache-tomcat-7.0.85-src.tar.gz 4718223 BLAKE2B 
3067709eb143feee5cc1f31cdd8d41c58fb96ed1330560a4064ac3b3eeb030c76ff066c2a2f950d6f2c1576bde214f963f1a12342536a8e2ab8ac179dd166bfb
 SHA512 
f95383b2c77670845cce577161ecf326c3e0f49d456792a53305640289d049b0de80f4b6901bcda52bc4967895f97772591eee525affee1a1d07aac2e60d2044
-DIST apache-tomcat-8.0.48-src.tar.gz 5009969 BLAKE2B 
4b1db654d74b02f5fd589590197561496ecfb9b219e445fd18f2e967c78fb95f7fc71a21a6ed9ab5f8c6cee448b74a1729eb3627bcf1a59e2d2748c9c80cc76c
 SHA512 
c56aaa7335c4ef221b2e5de7a7d4946ae1221127f977da5f46a97b062d909abc918b0e6ceb887d98ea5f5b38a26bbe9a3de481972492be593636f6f7e6ef7841
-DIST apache-tomcat-8.0.49-src.tar.gz 5017328 BLAKE2B 
a3494c73fc6b9ffecfe7b09380f9fb3a632e167861f876ac827848e6ae5fd41dc9d3f8a0da9d484edd87b88532de05809c8019941d3a2639e925066ff0a8cc87
 SHA512 
36ae75d37874430ea6b567d8415a9249f104b57afdd8689621f659f6a2c0b229f207e63cdcdfacb1eabd13af567295ff1335cb052abbefe46efdccc20f2d5a73
 DIST apache-tomcat-8.0.50-src.tar.gz 5023017 BLAKE2B 
862799b7f6a227217c93e1b65aacc49a765b6d11886d0f2278a860c3f4e2b89692cfb724e323d3afe074ad3af3ef8cfd780e4be1ad2f55fee381e5054fbb1941
 SHA512 
c46efe03cfaadbc2b89063c05c5ec9f315a4eeacdfbf6dd43691c3d23a87d75b23b6679550518d825f8ec7ed853a899ca88cc54c61da9983b025ec7042c3bfff
-DIST apache-tomcat-8.5.28-src.tar.gz 5128929 BLAKE2B 
fe862a44fe57a50502b95d6f31863567b5596b183355a75fb7b75827a697299878920cc5ca5c24ffcdabae885a893266f40f174c76c32f449bec31e7a1be489b
 SHA512 
55970e8babc1fde783e6e9f67a221012cae88e871391aa751e3c87c0fc7e58cd45662f025dc286dd529caced317dada48bb65786f87b44abbc9ce16f0d8fb0b5
 DIST apache-tomcat-8.5.30-src.tar.gz 5143270 BLAKE2B 
3bdcff663ca509efc3b2ee92ce140a3a22abf7fc0e32b5fa9a0ee713bdc1065ebde0b77cf624cedc2e0893194518d10e1f5df5b2f41edf76cb61157ac4d02862
 SHA512 
53729cfd1859872109f816df2642e3cd776a7faf8c55b1d50df0459f12958aacbf36debe6e8f10c19ab0a5bb2973fa63a2fec57f83ecaf19f4cf9d82e4a20265
-DIST apache-tomcat-9.0.5-src.tar.gz 5077379 BLAKE2B 
db345767f6c35557054c33d789fc40b1d2071501130bec57df41bb3fdf6f8be5260c0faed317b9fe6fa40474f9de1f29c6a71039eb0b7d07fee4ee0109ac16e4
 SHA512 
4d0b24dcf26b94f4280382f64bcdeb74f24b69b86b1410ad40d4a0284d6787809485f7c2501b66126d778a73a5c3eb155856ac6d3b3e2a477d1742d8588c1e84
 DIST apache-tomcat-9.0.7-src.tar.gz 5106551 BLAKE2B 
b4552146a40c2e7cbb2e454fb5ec9169425db5c08cf269c391ec3144425ad388a2b6f003a7c05f59a9fd724fb5c848102890a24fcfd43d5fea3d881141aa7798
 SHA512 
cb7dc5547671d94f7c7fb0b58eeb94d05128349cdabf576fc8ad837a4bf3ea655a8eab3342245dfa84a9db23f1cbee2918846eedd48e3ca372eecebfef13c5b2

diff --git a/www-servers/tomcat/files/tomcat-7.0.82-build.xml.patch 
b/www-servers/tomcat/files/tomcat-7.0.82-build.xml.patch
deleted file mode 100644
index fa05cb73305..000
--- a/www-servers/tomcat/files/tomcat-7.0.82-build.xml.patch
+++ /dev/null
@@ -1,148 +0,0 @@
 a/build.xml
-+++ b/build.xml
-@@ -660,12 +660,14 @@
-   
- 
- 
-+
- 
-   
- 
-@@ -721,26 +723,32 @@
-   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
- 
- 
-+
- 
- 
-+
- 
- 
-+
- 
- 
- 

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

2018-06-01 Thread Amy Liffey
commit: ea266c6897a3e28ed9bd82d2ed46389b1631fc22
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Jun  1 06:53:05 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Jun  1 06:56:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea266c68

app-misc/khal: version bump 0.9.9

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/khal/Manifest  |  1 +
 app-misc/khal/khal-0.9.9.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-misc/khal/Manifest b/app-misc/khal/Manifest
index dad358cf210..75a8ca57c9f 100644
--- a/app-misc/khal/Manifest
+++ b/app-misc/khal/Manifest
@@ -1,2 +1,3 @@
 DIST khal-0.9.7.tar.gz 173401 BLAKE2B 
a0ab87f8ff4546f589b7cc05586c1aa36cf80760234df00241d9eaaced3bcf37bb8b4bb282c39491f69c9ad6fea0f89af3836c29e23294356847bb88fce645b8
 SHA512 
24fd1ee472971f029f998b061da719a0dfe4ee9584a5ea237b6cf0c886b5c45d7a7ee4bf9c23c41eb0dd0c5eba0bcabed7a5f05ae486a890150429031e215180
 DIST khal-0.9.8.tar.gz 173717 BLAKE2B 
d17a355bd4eddaaf3cf838bac6e66f6a4a72170d6e166aa9fe00d44295031d336651bbb74e2ab73a6ae85275f02f8bf035b6798e280055dd6e38dd139f30c6c8
 SHA512 
4c47bd18e7458ca7a6adf0684872923b4e49e6bfe481269cf9f77dee29dd47dbacf0d557890080618b4d3f08766fc8fae32de7682167642f0705e5b3b6b5dc01
+DIST khal-0.9.9.tar.gz 171830 BLAKE2B 
924df2bc8cfa8373ded88e9173e57a6017fd0c0d7ff507d79cd8ef8845d81e3962130d1def3a0070c6a68a00bf27a80d5b851bf79c23087f8513d1ae81222566
 SHA512 
cc38d8852e5bd47e266e23d48fbafa66aa1f84d67022780b7b0c8c8d4f54860be06a4d2675c49a48b4551fbdce1ec99762fd3b12a2ada69a0768d200697ef03e

diff --git a/app-misc/khal/khal-0.9.9.ebuild b/app-misc/khal/khal-0.9.9.ebuild
new file mode 100644
index 000..0046e13543f
--- /dev/null
+++ b/app-misc/khal/khal-0.9.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1
+
+DESCRIPTION="A CalDAV based calendar"
+HOMEPAGE="http://lostpackets.de/khal/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="zsh-completion"
+
+RDEPEND=">=dev-python/click-3.2[${PYTHON_USEDEP}]
+   >=dev-python/click-log-0.2.0[${PYTHON_USEDEP}]
+   >=dev-python/icalendar-3.11.7[${PYTHON_USEDEP}]
+   dev-python/urwid[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.6.1[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/atomicwrites-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/tzlocal-1.0[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   zsh-completion? ( app-shells/zsh )"
+DEPEND=">dev-python/setuptools_scm-1.12.0[${PYTHON_USEDEP}]
+   dev-python/freezegun"
+
+DOCS=( AUTHORS.txt CHANGELOG.rst CONTRIBUTING.rst README.rst khal.conf.sample )
+
+src_install() {
+   distutils-r1_src_install
+   if use zsh-completion; then
+   insinto /usr/share/zsh/site-functions
+   doins misc/__khal
+   fi
+}



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

2018-06-01 Thread Jeroen Roovers
commit: 2de66dc405bca6fd81339685153f7937a6a21dcd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun  1 06:51:20 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun  1 06:51:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de66dc4

dev-vcs/git: Stable for HPPA too.

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

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

diff --git a/dev-vcs/git/git-2.16.4.ebuild b/dev-vcs/git/git-2.16.4.ebuild
index 7468941e011..e675a47660d 100644
--- a/dev-vcs/git/git-2.16.4.ebuild
+++ b/dev-vcs/git/git-2.16.4.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2018-06-01 Thread Amy Liffey
commit: 0862dc3f96b0756cf68871d040c958bccb8653a5
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Jun  1 06:06:07 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Jun  1 06:07:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0862dc3f

dev-python/icalendar: version bump 3.11.7

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/icalendar/Manifest|  1 +
 dev-python/icalendar/icalendar-3.11.7.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index b794deff190..96cd6fff36c 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1 +1,2 @@
+DIST icalendar-3.11.7.tar.gz 78330 BLAKE2B 
e6186f58903d835ac3357db959b6fef79aba34bb9b692128b6209b9c8139f7ed2eda81fd5cc54b6f3186d055e611f1489fcb61b1a10f914ee4c79ba8b31bf67a
 SHA512 
445dc7b9c8c7ee2ad3345c5a4e4bca92633cdabae95f3cab63dacf549d48b7578242566d236cac8d5a9df4158387cadc0f09327e1b3e5038d223687365bec884
 DIST icalendar-3.9.2.tar.gz 66283 BLAKE2B 
487a8fdf04f028de30003762860640b8983df026aa7a5ba0efe3a57ddd09c51bb406a5e58792203d3a0ee3d44186b0b6dcaa7194fefcfed85c3ab714129f6b4d
 SHA512 
da50bba72f7a114263672ebd45cfcca5f7c2eca48538901f595b26ef18bb21a6290da4392c62cc27d1202083fcab7f5bfe6c9a463df38087de0ef764999f7eb1

diff --git a/dev-python/icalendar/icalendar-3.11.7.ebuild 
b/dev-python/icalendar/icalendar-3.11.7.ebuild
new file mode 100644
index 000..a785d641fa7
--- /dev/null
+++ b/dev-python/icalendar/icalendar-3.11.7.ebuild
@@ -0,0 +1,50 @@
+# 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 )
+
+inherit distutils-r1
+
+MY_PN="collective-${PN}"
+
+DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 
2445)"
+HOMEPAGE="https://github.com/collective/icalendar;
+SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE="doc test"
+DOCS="README.rst"
+
+RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/python-dateutil:0[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # reset conf.py to not read version from an installed instance
+   sed -e "s:pkg_resources.get_distribution('icalendar').version:'3.9.0':" 
\
+   -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   pushd docs > /dev/null
+   emake text
+   popd > /dev/null
+   DOCS=( ${DOCS} docs/_build/text/*.txt )
+   fi
+}
+
+python_test() {
+   # From tox.ini
+   coverage run --source=src/icalendar --omit=*/tests/* --module \
+   pytest src/icalendar || die "test failed under ${EPYTHON}"
+}