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

2018-04-07 Thread Michał Górny
commit: 6c2ffa50b71a0f24f22dec3ea0ca9e0d04221a6c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  7 07:09:50 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  7 07:13:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2ffa50

dev-python/discogs-client: Tested on python3*

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

 dev-python/discogs-client/discogs-client-2.2.1.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/discogs-client/discogs-client-2.2.1.ebuild 
b/dev-python/discogs-client/discogs-client-2.2.1.ebuild
index 62c0629bb3b..0b6a6c19032 100644
--- a/dev-python/discogs-client/discogs-client-2.2.1.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.2.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-# Not py3 capable due to oauth2 supports py2 pypy only
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 
@@ -20,10 +19,9 @@ RDEPEND="
dev-python/oauth2[${PYTHON_USEDEP}]
dev-python/oauthlib[${PYTHON_USEDEP}]
"
-# It's either this or make a test use flag to add RDEPEND behind it. Both work
 DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+   dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-   "${PYTHON}" -m unittest discover || die "Tests failed under ${EPYTHON}"
+   "${PYTHON}" -m unittest discover -v || die "Tests failed under 
${EPYTHON}"
 }



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

2018-04-07 Thread Jeroen Roovers
commit: 385f71967eb71c937128e3ad5c1498fd35877c84
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:04:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 10:13:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385f7196

dev-libs/ivykis: Mark ~hppa too.

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

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

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index 2b310b4758f..e221d289209 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"



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

2018-04-07 Thread Jeroen Roovers
commit: 0ca0c15cb0146e62559dff29eee937673620bb21
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:13:04 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 10:13:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca0c15c

app-admin/syslog-ng: Mark ~hppa too.

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

 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild | 2 +-
 app-admin/syslog-ng/syslog-ng-3.14.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
index 3f5de6d23d4..eb613b29398 100644
--- a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ia64 sparc x86"
+KEYWORDS="amd64 ~hppa ia64 sparc x86"
 IUSE="amqp caps dbi geoip http ipv6 json libressl mongodb pacct python redis 
smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="test"

diff --git a/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
index cde6394672d..505c43eac60 100644
--- a/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="amqp caps dbi geoip http ipv6 json libressl mongodb pacct python redis 
smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="test"



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

2018-04-07 Thread Sergei Trofimovich
commit: 05663070a8588ac39b87c95e2eb4b8e4f1e9aefa
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Apr  7 08:09:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 10:42:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05663070

media-libs/libvorbis: stable 1.3.6 for sparc

Bug: https://bugs.gentoo.org/650654
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
index 7112a64c0de..022b249dfdd 100644
--- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~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"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~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="static-libs"
 
 RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]



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

2018-04-07 Thread Sergei Trofimovich
commit: b023986de7d466d361798bae98f45f8ba7a42e8a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 10:40:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 10:42:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b023986d

sys-devel/binutils: fix ldscrips ${CTARGET} search path, bug #147155

This change fixes long-standing search path issue in Gentoo's binutils:

Before the change search path was the following:
/usr/${CTARGET}/lib/ldscripts
Note: it points to $SYSROOT, not to native cross-tools.

After the change search path is the following:
/usr/${CHOST}/${CTARGET}/lib/ldscripts

Added two notes to the ebuild on how things are supposed to work:
- Note [slotting support]
- Note [tooldir hack for ldscripts]

Applied change to 2.30-r1 and live ebuilds.

Reported-by: Heiko Rosemann
Closes: https://bugs.gentoo.org/147155
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...inutils-.ebuild => binutils-2.30-r1.ebuild} | 41 +++---
 sys-devel/binutils/binutils-.ebuild| 36 +--
 2 files changed, 70 insertions(+), 7 deletions(-)

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
similarity index 85%
copy from sys-devel/binutils/binutils-.ebuild
copy to sys-devel/binutils/binutils-2.30-r1.ebuild
index f0c8730c819..145bbe7e290 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -19,6 +19,8 @@ IUSE="+cxx doc multitarget +nls static-libs test"
 #  for the patchsets
 #  Default: dilfridge :)
 
+PATCH_VER=1
+
 case ${PV} in
)
BVER="git"
@@ -29,10 +31,11 @@ case ${PV} in
;;
*)
BVER=${PV}
-   SRC_URI="mirror://gnu/binutils/binutils-${BVER}.tar.xz"
+   SRC_URI="mirror://gnu/binutils/binutils-${BVER}.tar.xz 
https://sourceware.org/pub/binutils/releases/binutils-${BVER}.tar.xz;
;;
 esac
 SLOT="${BVER}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 #
 # The Gentoo patchset
@@ -146,10 +149,11 @@ src_configure() {
INCPATH=${LIBPATH}/include
DATAPATH=/usr/share/binutils-data/${CTARGET}/${BVER}
if is_cross ; then
-   BINPATH=/usr/${CHOST}/${CTARGET}/binutils-bin/${BVER}
+   TOOLPATH=/usr/${CHOST}/${CTARGET}
else
-   BINPATH=/usr/${CTARGET}/binutils-bin/${BVER}
+   TOOLPATH=/usr/${CTARGET}
fi
+   BINPATH=${TOOLPATH}/binutils-bin/${BVER}
 
# Make sure we filter $LINGUAS so that only ones that
# actually work make it through #42033
@@ -251,7 +255,8 @@ src_configure() {
 
 src_compile() {
cd "${MY_BUILDDIR}"
-   emake all
+   # see Note [tooldir hack for ldscripts]
+   emake tooldir="${EPREFIX}${TOOLPATH}" all
 
# only build info pages if the user wants them
if use doc ; then
@@ -272,6 +277,7 @@ src_install() {
local x d
 
cd "${MY_BUILDDIR}"
+   # see Note [tooldir hack for ldscripts]
emake DESTDIR="${D}" tooldir="${EPREFIX}${LIBPATH}" install
rm -rf "${ED}"/${LIBPATH}/bin
use static-libs || find "${ED}" -name '*.la' -delete
@@ -380,3 +386,30 @@ pkg_postrm() {
binutils-config ${CTARGET}-${BVER}
fi
 }
+
+# Note [slotting support]
+# ---
+# Gentoo's layout for binutils files is non-standard as Gentoo
+# supports slotted installation for binutils. But many tools
+# still expect binutils to reside in known locations.
+# binutils-config package restores symlinks into known locations,
+# like:
+#/usr/bin/${CTARGET}-
+#/usr/bin/${CHOST}/${CTARGET}/lib/ldscrips
+#/usr/include/
+#
+# Note [tooldir hack for ldscripts]
+# -
+# Build system does not ./configure to tweak evey location we need
+# for slotting binutils. This note is about SCRIPTDIR define.
+#
+# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
+# and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
+# Thus we can't just move files around after compilation finished.
+#
+# Our goal is the following:
+# - at build-time set scriptdir to point to symlinked location:
+#   ${TOOLPATH}: /usr/${CHOST} (or /usr/${CHOST}/${CTARGET} for cross-case)
+# - at install-time set scriptdir to point to slotted location:
+#   ${LIBPATH}: /usr/$(get_libdir)/binutils/${CTARGET}/${BVER}

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index f0c8730c819..1c3f3623a94 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -146,10 +146,11 @@ src_configure() {

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

2018-04-07 Thread Sergei Trofimovich
commit: c684ab8846a927d79a9cd0bf4c2c0e94cea34595
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 11:21:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 11:21:04 2018 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=c684ab88

crossdev: don't try to delete files from /usr/${CTARGET}/bin/

Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index 0f64235..ae26995 100755
--- a/crossdev
+++ b/crossdev
@@ -538,7 +538,7 @@ uninstall() {
gcc-{ar,nm,ranlib} gccbug gcov-{dump,tool} gprof ld nm \
objcopy objdump ranlib readelf size strings strip windmc windres
do
-   rm -f "${EPREFIX}"/usr/bin/${CTARGET}-${f} 
"${EPREFIX}"/usr/${CTARGET}/bin/${f}
+   rm -f "${EPREFIX}"/usr/bin/${CTARGET}-${f}
done
rm -f "${EPREFIX}"/usr/${CTARGET}/{sys-include,usr}
rmdir "${EPREFIX}"/usr/${CTARGET}/{include/asm,include} 2>/dev/null



[gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/, app-editors/qemacs/files/

2018-04-07 Thread Ulrich Müller
commit: b5c07195e5ac3ec9bb7da86b7d3d0795cafc225d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Apr  7 11:52:11 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Apr  7 11:53:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c07195

app-editors/qemacs: Remove old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-editors/qemacs/Manifest|  1 -
 .../files/qemacs-0.3.2_pre20070226-tty_utf8.patch  | 43 
 .../files/qemacs-0.4.0_pre20080605-Makefile.patch  | 35 --
 .../qemacs-0.4.0_pre20080605-make_backup.patch | 68 ---
 .../files/qemacs-0.4.0_pre20090420-nostrip.patch   | 36 --
 .../qemacs/qemacs-0.4.0_pre20090420-r1.ebuild  | 76 --
 6 files changed, 259 deletions(-)

diff --git a/app-editors/qemacs/Manifest b/app-editors/qemacs/Manifest
index 41d0dd3d054..16ed5004d09 100644
--- a/app-editors/qemacs/Manifest
+++ b/app-editors/qemacs/Manifest
@@ -1,3 +1,2 @@
-DIST qemacs-0.4.0_pre20090420.tar.bz2 1393436 BLAKE2B 
73cc34e711957db31d765e07712b5fb0ec94523c8d3a175beec95ca244929335088c69156a0f9f8c4875868c1add52a1c5f76e74a07f70d89f2c1c5d80917669
 SHA512 
4595e34d3a83cbd7f25514dd96b7578976b30de80eb19b1391448ecdb9c06d2400978961e5abb94b3f715057e7563ae0976d704bc5afaaf83e62a67e8dd4
 DIST qemacs-0.4.1_pre20150916.tar.xz 1136592 BLAKE2B 
aff8875b81bd51f77bebcb4dfe60ed0d4396a05af1f42e6b8765e15f9e04e00162924c3514a9ea1e8cb8c0b9ecd2a4112b9d7a46b7d156c032d37d381f2ae0f0
 SHA512 
e9775ff3dfef6d6b6b263029a620e6575f9f4718b94c0acfcddc8e5da8cd835e57dfbd5fbd948778135b609ae0588924fc9a727b2e763a25148aa27886a9f467
 DIST qemacs-0.4.1_pre20170225.tar.xz 1147408 BLAKE2B 
369f3c5ff1b1f7b22bbd1f70f0c150e425a5b68828e62db427e4b41c58c8ee9ae0449a83693e9354d88fc482691d7a5f3661360ef602aeaba963776c4725b894
 SHA512 
a17c8901c917f91401e16b4f857735957ab0d3533d9dcc7a0decf768f453b68023f45e1241225a84d35ba793beb69754e0f2caa857165f8223882d5041d56c99

diff --git a/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch 
b/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch
deleted file mode 100644
index 1f51ada5c2b..000
--- a/app-editors/qemacs/files/qemacs-0.3.2_pre20070226-tty_utf8.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-utf8 input in tty.c
-http://lists.gnu.org/archive/html/qemacs-devel/2004-03/msg0.html
-http://bugs.gentoo.org/62829
-
 qemacs-orig/tty.c  2007-02-08 00:27:33.0 +0100
-+++ qemacs/tty.c   2007-02-26 15:07:41.0 +0100
-@@ -78,7 +78,6 @@
- /* input handling */
- enum InputState input_state;
- int input_param;
--int utf8_state;
- int utf8_index;
- unsigned char buf[10];
- char *term_name;
-@@ -374,15 +373,19 @@
- 
- /* charset handling */
- if (s->charset == _utf8) {
--if (ts->utf8_state == 0) {
--const char *p;
--p = (const char *)ts->buf;
--ch = utf8_decode();
--} else {
--ts->utf8_state = utf8_length[ts->buf[0]] - 1;
--ts->utf8_index = 0;
--return;
--}
-+  /* Make sure utf8 input works correctly 20040314 
 */
-+  ts->utf8_index++;
-+
-+  if (utf8_length[ts->buf[0]] == ts->utf8_index) {;
-+  const char *p;
-+  p = (const char *)ts->buf;
-+  ch = utf8_decode();
-+  ts->utf8_index = 0;
-+  }
-+  else {
-+  return;
-+  }
-+
- } else {
- ch = ts->buf[0];
- }

diff --git a/app-editors/qemacs/files/qemacs-0.4.0_pre20080605-Makefile.patch 
b/app-editors/qemacs/files/qemacs-0.4.0_pre20080605-Makefile.patch
deleted file mode 100644
index 73c3f68b13a..000
--- a/app-editors/qemacs/files/qemacs-0.4.0_pre20080605-Makefile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
 Makefile.orig  2009-03-07 21:27:48.0 +0100
-+++ Makefile   2009-03-07 21:28:43.0 +0100
-@@ -19,32 +19,6 @@
- 
- include config.mak
- 
--ifeq ($(CC),gcc)
--  CFLAGS   := -Wall -g -O2 -funsigned-char
--  # do not warn about zero-length formats.
--  CFLAGS   += -Wno-format-zero-length
--  LDFLAGS  := -g
--endif
--
--#include local compiler configuration file
---include cflags.mk
--
--ifdef TARGET_GPROF
--  CFLAGS   += -p
--  LDFLAGS  += -p
--endif
--
--TLDFLAGS := $(LDFLAGS)
--
--ifdef TARGET_ARCH_X86
--  #CFLAGS+=-fomit-frame-pointer
--  ifeq ($(GCC_MAJOR),2)
--CFLAGS+=-m386 -malign-functions=0
--  else
--CFLAGS+=-march=i386 -falign-functions=0
--  endif
--endif
--
- DEFINES=-DHAVE_QE_CONFIG_H
- 
- 

diff --git 
a/app-editors/qemacs/files/qemacs-0.4.0_pre20080605-make_backup.patch 
b/app-editors/qemacs/files/qemacs-0.4.0_pre20080605-make_backup.patch
deleted file mode 100644
index cdfe4c439db..000
--- 

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gwave/

2018-04-07 Thread Matt Turner
commit: 912ac1ca1ac28ea57ba2d4450fdd4b82b87eace1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 06:27:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 06:32:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912ac1ca

sci-electronics/gwave: dropped ppc keywords, bug 647114

 sci-electronics/gwave/gwave-20090213-r1.ebuild | 2 +-
 sci-electronics/gwave/gwave-20120229.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/gwave/gwave-20090213-r1.ebuild 
b/sci-electronics/gwave/gwave-20090213-r1.ebuild
index 14779b8361a..22101b0a0ea 100644
--- a/sci-electronics/gwave/gwave-20090213-r1.ebuild
+++ b/sci-electronics/gwave/gwave-20090213-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 HOMEPAGE="http://gwave.sourceforge.net;
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="gnuplot plotutils"
 SLOT="0"
 

diff --git a/sci-electronics/gwave/gwave-20120229.ebuild 
b/sci-electronics/gwave/gwave-20120229.ebuild
index 2409fa2235f..acd8cfe9181 100644
--- a/sci-electronics/gwave/gwave-20120229.ebuild
+++ b/sci-electronics/gwave/gwave-20120229.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
 HOMEPAGE="http://gwave.sourceforge.net;
 
SRC_URI="https://sourceforge.net/code-snapshots/svn/g/gw/gwave/code/gwave-code-${rev}-trunk.zip;
 
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnuplot plotutils"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gui/

2018-04-07 Thread Matt Turner
commit: 8653bdaf13ce8dca2c7ea6eb2b93ef193dbed9c3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 06:28:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 06:32:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8653bdaf

dev-scheme/guile-gui: dropped ppc keywords, bug 647114

 dev-scheme/guile-gui/guile-gui-0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/guile-gui/guile-gui-0.2-r1.ebuild 
b/dev-scheme/guile-gui/guile-gui-0.2-r1.ebuild
index f615f3d831f..16f86466ad0 100644
--- a/dev-scheme/guile-gui/guile-gui-0.2-r1.ebuild
+++ b/dev-scheme/guile-gui/guile-gui-0.2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.ossau.uklinux.net/guile/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-scheme/guile



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

2018-04-07 Thread Matt Turner
commit: 5d658860a3789bbd372cc263e3281d9aac37f004
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 06:29:17 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 06:32:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d658860

x11-libs/guile-gtk: dropped ppc keywords, bug 647114

 x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild | 2 +-
 x11-libs/guile-gtk/guile-gtk-2.1-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild 
b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild
index d22ebfa6bb2..0b766606e53 100644
--- a/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/guile-gtk/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="

diff --git a/x11-libs/guile-gtk/guile-gtk-2.1-r3.ebuild 
b/x11-libs/guile-gtk/guile-gtk-2.1-r3.ebuild
index 07190dfdcdc..66fb90b3a5a 100644
--- a/x11-libs/guile-gtk/guile-gtk-2.1-r3.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-2.1-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/guile-gtk/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-04-07 Thread Jonas Stein
commit: 6b8e2b539ecbd69911e5a990611e22bb41af614c
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr  7 09:22:06 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Apr  7 09:22:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8e2b53

media-gfx/splashutils: Maintainer retired

Proxied maintainer was retired due to inactivity.
Closes: https://bugs.gentoo.org/633086
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-gfx/splashutils/metadata.xml | 8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-gfx/splashutils/metadata.xml 
b/media-gfx/splashutils/metadata.xml
index 384553ab750..c3a139b7fba 100644
--- a/media-gfx/splashutils/metadata.xml
+++ b/media-gfx/splashutils/metadata.xml
@@ -1,13 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   asaf.g...@gmail.com
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+


Support for the fbcondecor kernel patch.



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

2018-04-07 Thread Jeroen Roovers
commit: 6f372d54562d8b1c0bc42a9fc6cf744d33819c6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:21:56 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 10:21:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f372d54

app-admin/syslog-ng: No need to run rm verbosely.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild | 2 +-
 app-admin/syslog-ng/syslog-ng-3.14.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
index eb613b29398..5c661f9 100644
--- a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
@@ -59,7 +59,7 @@ src_prepare() {
use python && python_fix_shebang .
 
# remove bundled libs
-   rm -rv lib/ivykis modules/afmongodb/mongo-c-driver 
modules/afamqp/rabbitmq-c || die
+   rm -r lib/ivykis modules/afmongodb/mongo-c-driver 
modules/afamqp/rabbitmq-c || die
 
# drop scl modules requiring json
if use !json; then

diff --git a/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
index 505c43eac60..d7961f4b8c3 100644
--- a/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.14.1.ebuild
@@ -64,7 +64,7 @@ src_prepare() {
use python && python_fix_shebang .
 
# remove bundled libs
-   rm -rv lib/ivykis modules/afmongodb/mongo-c-driver 
modules/afamqp/rabbitmq-c || die
+   rm -r lib/ivykis modules/afmongodb/mongo-c-driver 
modules/afamqp/rabbitmq-c || die
 
# drop scl modules requiring json
if use !json; then



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

2018-04-07 Thread Jeroen Roovers
commit: 7836e00e0c7c06a845a313cce6b487dd00fb45d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 11:20:10 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:20:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7836e00e

net-libs/nodejs: Raise net-libs/http-parser version requirement.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-libs/nodejs/nodejs-8.11.1.ebuild   | 2 +-
 net-libs/nodejs/nodejs-9.10.1.ebuild   | 2 +-
 net-libs/nodejs/nodejs-9.11.1.ebuild   | 2 +-
 net-libs/nodejs/nodejs-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/nodejs/nodejs-8.11.1.ebuild 
b/net-libs/nodejs/nodejs-8.11.1.ebuild
index da6d42a8cea..7d376f899ef 100644
--- a/net-libs/nodejs/nodejs-8.11.1.ebuild
+++ b/net-libs/nodejs/nodejs-8.11.1.ebuild
@@ -24,7 +24,7 @@ REQUIRED_USE="
 
 RDEPEND="
>=dev-libs/libuv-1.19.1:=
-   >=net-libs/http-parser-2.7.0:=
+   >=net-libs/http-parser-2.8.0:=
>=net-libs/nghttp2-1.25.0
sys-libs/zlib
icu? ( >=dev-libs/icu-60.1:= )

diff --git a/net-libs/nodejs/nodejs-9.10.1.ebuild 
b/net-libs/nodejs/nodejs-9.10.1.ebuild
index e73e3ad0251..482fd71177c 100644
--- a/net-libs/nodejs/nodejs-9.10.1.ebuild
+++ b/net-libs/nodejs/nodejs-9.10.1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
 
 RDEPEND="
>=dev-libs/libuv-1.19.2:=
-   >=net-libs/http-parser-2.7.0:=
+   >=net-libs/http-parser-2.8.0:=
>=net-libs/nghttp2-1.29.0
sys-libs/zlib
icu? ( >=dev-libs/icu-60.1:= )

diff --git a/net-libs/nodejs/nodejs-9.11.1.ebuild 
b/net-libs/nodejs/nodejs-9.11.1.ebuild
index 265cdd75e34..068d8fdcddd 100644
--- a/net-libs/nodejs/nodejs-9.11.1.ebuild
+++ b/net-libs/nodejs/nodejs-9.11.1.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
 
 RDEPEND="
>=dev-libs/libuv-1.19.2:=
-   >=net-libs/http-parser-2.7.0:=
+   >=net-libs/http-parser-2.8.0:=
>=net-libs/nghttp2-1.29.0
sys-libs/zlib
icu? ( >=dev-libs/icu-61.1:= )

diff --git a/net-libs/nodejs/nodejs-.ebuild 
b/net-libs/nodejs/nodejs-.ebuild
index d8169ecd7dc..1e76d8f64f6 100644
--- a/net-libs/nodejs/nodejs-.ebuild
+++ b/net-libs/nodejs/nodejs-.ebuild
@@ -23,7 +23,7 @@ REQUIRED_USE="
 
 RDEPEND="
>=dev-libs/libuv-1.19.2:=
-   >=net-libs/http-parser-2.7.0:=
+   >=net-libs/http-parser-2.8.0:=
>=net-libs/nghttp2-1.29.0
sys-libs/zlib
icu? ( >=dev-libs/icu-61.1:= )



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gnome-platform/

2018-04-07 Thread Matt Turner
commit: b34e7c458acf63f65911cf47ad0296a97a11616d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 06:42:12 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 06:42:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34e7c45

dev-scheme/guile-gnome-platform: dropped ppc keywords, bug 648236

 dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild | 2 +-
 dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild 
b/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild
index 0155310f4da..cb8d91a9a8d 100644
--- a/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild
+++ b/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://ftp.gnu.org/pub/gnu/guile-gnome/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="

diff --git a/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.2.ebuild 
b/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.2.ebuild
index 1ddcb0e7b35..ee22dd2fc05 100644
--- a/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.2.ebuild
+++ b/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://ftp.gnu.org/pub/gnu/guile-gnome/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-irc/epic5/

2018-04-07 Thread Hans de Graaff
commit: 4e61d05c9aecb3eee317fc1b12b3397f44d0ca91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  7 08:38:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  7 08:38:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e61d05c

net-irc/epic5: fix ruby support, bug 650342

Switch to ruby-single.eclass. This fixes bug 650342 but also simplifies
ruby dependency handling. Remove the REQUIRED_USE since this will always
be a blocker for most people and simply build against the currently
selected ruby version provided by ruby-single. This is in effect what
the ebuild was doing before anyway.

Include correct slot for ncurses.

Use EAPI=6.

Closes: https://bugs.gentoo.org/650342
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/epic5/epic5-1.1.10-r2.ebuild | 77 
 1 file changed, 77 insertions(+)

diff --git a/net-irc/epic5/epic5-1.1.10-r2.ebuild 
b/net-irc/epic5/epic5-1.1.10-r2.ebuild
new file mode 100644
index 000..323296c7006
--- /dev/null
+++ b/net-irc/epic5/epic5-1.1.10-r2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby22 ruby23"
+
+inherit autotools eutils multilib ruby-single toolchain-funcs
+
+DESCRIPTION="Epic5 IRC Client"
+SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.bz2;
+HOMEPAGE="http://epicsol.org/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="archive ipv6 perl tcl ruby socks5 valgrind"
+
+RDEPEND="
+   >=dev-libs/openssl-0.9.8e-r3:0
+   >=sys-libs/ncurses-5.6-r2:0
+   virtual/libiconv
+   archive? ( app-arch/libarchive )
+   perl? ( >=dev-lang/perl-5.8.8-r2 )
+   tcl? ( dev-lang/tcl:0 )
+   socks5? ( net-proxy/dante )
+   ruby? ( ${RUBY_DEPS} )"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+
+S=${WORKDIR}/${P}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${PN}-1.1.2-libarchive-automagic.patch \
+   "${FILESDIR}"/${P}-ruby-automagic-as-needed.patch \
+   "${FILESDIR}"/${P}-tcl-automagic-as-needed.patch \
+   "${FILESDIR}"/${PN}-1.1.2-perl-automagic-as-needed.patch \
+   "${FILESDIR}"/${P}-without-localdir.patch \
+   "${FILESDIR}"/${P}-socks5-libsocks.patch
+
+   eapply_user
+
+   eautoconf
+}
+
+src_configure() {
+   # Because of our REQUIRED_USE constraints above, we know that
+   # ruby_get_use_implementations will only ever return one ruby
+   # implementation.
+   econf \
+   --libexecdir="${EPREFIX}"/usr/lib/misc \
+   $(use_with archive libarchive) \
+   $(use_with ipv6) \
+   $(use_with perl) \
+   $(use_with ruby) \
+   $(use_with socks5) \
+   $(use_with tcl tcl "${EPREFIX}"/usr/$(get_libdir)/tclConfig.sh) 
\
+   $(use_with valgrind valgrind)
+}
+
+src_compile() {
+   # parallel build failure
+   emake -j1
+}
+
+src_install () {
+   default
+
+   dodoc BUG_FORM COPYRIGHT EPIC4-USERS-README README KNOWNBUGS VOTES
+
+   cd "${S}"/doc || die
+   docinto doc
+   dodoc \
+   *.txt colors EPIC* IRCII_VERSIONS missing \
+   nicknames outputhelp README.SSL SILLINESS TS4
+}



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

2018-04-07 Thread Jeroen Roovers
commit: 1ad001576dfbd921f8d746c22ae119cd4e90703b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 11:00:34 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:02:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad00157

dev-libs/libbson: Stable for HPPA too.

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

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

diff --git a/dev-libs/libbson/libbson-1.8.2.ebuild 
b/dev-libs/libbson/libbson-1.8.2.ebuild
index afa64c6c904..2a781b8d31c 100644
--- a/dev-libs/libbson/libbson-1.8.2.ebuild
+++ b/dev-libs/libbson/libbson-1.8.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
+KEYWORDS="amd64 hppa ~ppc x86"
 IUSE="debug examples static-libs"
 
 src_configure() {



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

2018-04-07 Thread Jeroen Roovers
commit: e5459ebe18da30de2f9f270788b05902f4f18bd9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 10:58:31 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:02:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5459ebe

dev-libs/ivykis: Stable for HPPA too.

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

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

diff --git a/dev-libs/ivykis/ivykis-0.42.2.ebuild 
b/dev-libs/ivykis/ivykis-0.42.2.ebuild
index e221d289209..3530fb1257a 100644
--- a/dev-libs/ivykis/ivykis-0.42.2.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.2.ebuild
@@ -9,4 +9,4 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 hppa ia64 ~ppc ~ppc64 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/mongo-c-driver/

2018-04-07 Thread Jeroen Roovers
commit: f56708279dae8443bf7db2fb8e78bb6b8b5faa33
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 11:01:49 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:02:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5670827

dev-libs/mongo-c-driver: Stable for HPPA too.

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

 dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild 
b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
index 1ea4eb35a6d..d034808158e 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.8.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/mongodb/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 hppa x86"
 IUSE="debug examples libressl sasl ssl static-libs test"
 
 RDEPEND="app-arch/snappy:=



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

2018-04-07 Thread Jeroen Roovers
commit: 0d5194881cd53c391d5642f9af5104a4aecdcfaa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Apr  7 11:02:42 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Apr  7 11:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d519488

app-admin/syslog-ng: Stable for HPPA too.

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

 app-admin/syslog-ng/syslog-ng-3.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
index 5c661f9..90ffc3bf337 100644
--- a/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.13.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 sparc x86"
+KEYWORDS="amd64 hppa ia64 sparc x86"
 IUSE="amqp caps dbi geoip http ipv6 json libressl mongodb pacct python redis 
smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="test"



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

2018-04-07 Thread Sergei Trofimovich
commit: 1698c7bd870697e2aca55b7c45a46f42a28c5867
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:06:56 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:06:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1698c7bd

www-client/w3m: stable 0.5.3_p20180125 for ppc64, bug #645714

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 84ac3178476..2960721b3b1 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



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

2018-04-07 Thread Sergei Trofimovich
commit: 35ad8f4d5c33b478e4cea984bf6c1d949121f80b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad8f4d

dev-libs/libtasn1: stable 4.13 for ppc, bug #647012

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-libs/libtasn1/libtasn1-4.13.ebuild 
b/dev-libs/libtasn1/libtasn1-4.13.ebuild
index 51d99a5e196..2a6960892d9 100644
--- a/dev-libs/libtasn1/libtasn1-4.13.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~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 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc static-libs valgrind"
 
 DEPEND=">=dev-lang/perl-5.6



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

2018-04-07 Thread Sergei Trofimovich
commit: 160ea48a2c487b970e6c7958d62f6d1796696cdd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160ea48a

www-client/w3m: stable 0.5.3_p20180125 for ppc, bug #645714

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 www-client/w3m/w3m-0.5.3_p20180125.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3m/w3m-0.5.3_p20180125.ebuild 
b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
index 81525631178..84ac3178476 100644
--- a/www-client/w3m/w3m-0.5.3_p20180125.ebuild
+++ b/www-client/w3m/w3m-0.5.3_p20180125.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/tats/${PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.g
 
 LICENSE="w3m"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="X fbcon gdk-pixbuf gpm imlib l10n_de l10n_ja libressl lynxkeymap nls 
nntp ssl unicode xface"
 
 RDEPEND="dev-libs/boehm-gc:=



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

2018-04-07 Thread Sergei Trofimovich
commit: 4afdf5ed90fb0ccbff008d6546edbc6c0ef15d59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afdf5ed

media-libs/lensfun: stable 0.3.2-r1 for ppc, bug #647060

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 14f85f0b818..cc4ef4da7f4 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



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

2018-04-07 Thread Sergei Trofimovich
commit: 923de5a5e99c0e8a42aad00981ca97e171d5e6b6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923de5a5

media-libs/jpeg: stable 9c for ppc, bug #646984

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 media-libs/jpeg/jpeg-9c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/jpeg/jpeg-9c.ebuild b/media-libs/jpeg/jpeg-9c.ebuild
index 7daec2c0e30..107e31a3d4d 100644
--- a/media-libs/jpeg/jpeg-9c.ebuild
+++ b/media-libs/jpeg/jpeg-9c.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz
 
 LICENSE="IJG"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 DEPEND=""



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

2018-04-07 Thread Jason Zaman
commit: 985f1d5ffcbcda616fec335d11f495df336f98ee
Author: Jason Zaman  gentoo  org>
AuthorDate: Sat Apr  7 06:06:24 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sat Apr  7 06:07:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985f1d5f

dev-util/android-studio: bump to 3.1.0.16

Closes: https://bugs.gentoo.org/652714
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/android-studio/Manifest   |   1 +
 .../android-studio-3.1.0.16.173.4670197.ebuild | 108 +
 2 files changed, 109 insertions(+)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 249a6de7849..e1bf46c5ce9 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1 +1,2 @@
 DIST android-studio-ide-171.4443003-linux.zip 773670325 BLAKE2B 
b8cff0b85cf20f9d181b4f5c29dc75385539ca2d8e2677211c6c42fcb115616c4208faa5df8cc8a8210c4e9e869d00ae42e7c9dd212756608ff9d4f47bdc8943
 SHA512 
ba91309c59e4f258222f5b5978bc9ea048476bab4d0662235c7900590f9d58716dc77e937464fab0e57752ee18353a13c163ee98615474f48d0b99e04dae1d34
+DIST android-studio-ide-173.4670197-linux.zip 894043298 BLAKE2B 
fe8f5175a4a6fa66bffc351e0af3ab5241f0876ba531d6db6cfee28deab1cf00e9a162f4089d87be2e582c4e77908e428fc707e42166688da80d86901548c57c
 SHA512 
2b5b2e84c980036a82a345e57a8ee4ae670db6c3f20e13c4a6fe5860aa74d4a8ac6b9902742455be43c78347dde71c087cbdb21a497bd0b13c6b1a15f9bc135b

diff --git a/dev-util/android-studio/android-studio-3.1.0.16.173.4670197.ebuild 
b/dev-util/android-studio/android-studio-3.1.0.16.173.4670197.ebuild
new file mode 100644
index 000..10d45b8040b
--- /dev/null
+++ b/dev-util/android-studio/android-studio-3.1.0.16.173.4670197.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils java-pkg-2 versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
+   opt/${PN}/bin/fsnotifier*
+   opt/${PN}/lib/libpty/linux/x86*/libpty.so
+   opt/${PN}/plugins/android/lib/libwebp_jni*.so
+   opt/${PN}/plugins/android/resources/perfa/*/libperfa.so
+   opt/${PN}/plugins/android/resources/perfd/*/perfd
+   opt/${PN}/plugins/android/resources/simpleperf/*/simpleperf"
+
+if [[ $(get_version_component_count) -eq 6 ]]; then
+   STUDIO_V=$(get_version_component_range 1-4)
+   BUILD_V=$(get_version_component_range 5-6)
+else
+   STUDIO_V=$(get_version_component_range 1-3)
+   BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html;
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip
+   dev-java/commons-logging:0
+   dev-java/log4j:0"
+
+#  dev-java/guava:18
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4
+   dev-java/commons-logging:0
+   dev-java/log4j:0
+   >=dev-libs/expat-2.1.0-r3
+   >=dev-libs/libffi-3.0.13-r1
+   >=media-libs/fontconfig-2.10.92
+   >=media-libs/freetype-2.5.5
+   >=media-libs/libpng-1.2.51
+   >=media-libs/mesa-10.2.8
+   || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage 
x11-libs/libnotify )
+   >=sys-libs/ncurses-5.9-r3:5/5[tinfo]
+   >=sys-libs/zlib-1.2.8-r1
+   >=x11-libs/libX11-1.6.2
+   >=x11-libs/libXau-1.0.7-r1
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXdmcp-1.1.1-r1
+   >=x11-libs/libXext-1.3.2
+   >=x11-libs/libXfixes-5.0.1
+   >=x11-libs/libXrender-0.9.8
+   >=x11-libs/libXxf86vm-1.1.3
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libxcb-1.9.1
+   >=x11-libs/libxshmfence-1.1"
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   eapply_user
+   # This is really a bundled jdk not a jre
+   rm -R "${S}/jre" || die "Could not remove bundled jdk"
+
+   # Replace bundled jars with system
+   # has problems with newer jdom:0 not updated to jdom:2
+   cd "${S}/lib" || die
+   local JARS="commons-logging log4j"
+   local j
+   for j in ${JARS}; do
+   rm -v ${j/:*/}*.jar || die
+   java-pkg_jar-from ${j}
+   done
+
+   cd "${S}" || die
+
+   # bug 629404
+   echo "-Djdk.util.zip.ensureTrailingSlash=false" >> 
bin/studio64.vmoptions || die
+   echo "-Djdk.util.zip.ensureTrailingSlash=false" >> bin/studio.vmoptions 
|| die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   # Replaced bundled jre with system vm/jdk
+   # This is really a bundled jdk not a jre
+   doins -r *
+
+   rm -rf "${D}${dir}/jre" || die
+   dosym 

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

2018-04-07 Thread Sergei Trofimovich
commit: 0df39675bc7412e755b147174c7f28b7669eb1d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 07:27:28 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 07:27:28 2018 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=0df39675

README: fixed typo s/rinning/running/

Reported-by: Marty E. Plummer
Signed-off-by: Sergei Trofimovich  gentoo.org>

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 4924258..65703cb 100644
--- a/README
+++ b/README
@@ -117,7 +117,7 @@ Unfortunately todays' toolchains have loops in their 
build-time dependencies:
 - and libc for  needs a cross-comiler because it's written in C
 
 That's where crossdev comes in useful. It unties this vicious compiler<->libc
-circle by carefully rinning the following emerge commands (assume s390x-linux
+circle by carefully running the following emerge commands (assume s390x-linux
 example).
 
 Here is what crossdev actually does:



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

2018-04-07 Thread Sergei Trofimovich
commit: cb22827620f16f8e29fdeb3654a7e5a846af517e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 10:51:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 10:51:11 2018 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=cb228276

crossdev: revert ldscripts hack

Commit 03640757f2af1471324fc3e305f899f377d6409d
("add one more avr-specific hack")
added ${EPREFIX}/usr/${CTARGET}/lib/ldscripts symlink for avr targets.

The bug was not avr-specific but manifested only on avr ecause it's one
of rare targets that don't embed default inker scripts intofinal ld executable.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b023986de7d466d361798bae98f45f8ba7a42e8a
fixed search path in binutils ebuild and we are safe to revert this change.

Bug: https://bugs.gentoo.org/147155
Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 12 
 1 file changed, 12 deletions(-)

diff --git a/crossdev b/crossdev
index a646158..0f64235 100755
--- a/crossdev
+++ b/crossdev
@@ -232,7 +232,6 @@ parse_target() {
  MULTILIB_USE="yes" #377039
  BUSE+=" cxx"
  STAGE_DEFAULT=${STAGE_LIBC}
- MAKE_SYMLINK="yes"
  WITH_DEF_HEADERS="no";;
 
# Has no glibc support yet (or even ABI defined). Can
@@ -549,7 +548,6 @@ uninstall() {
# clean out files from crossdev itself
[[ -e ${EPREFIX}/var/db/pkg/cross-${CTARGET} ]] && rmdir 
"${EPREFIX}"/var/db/pkg/cross-${CTARGET}
rm -f "${EPREFIX}"/usr/bin/${CTARGET}-{emerge,fix-root,pkg-config} 
"${EPREFIX}"/usr/bin/emerge-${CTARGET}
-   [[ -h ${EPREFIX}/usr/${CTARGET}/lib/ldscripts ]] && rm 
"${EPREFIX}"/usr/${CTARGET}/lib/ldscripts
 
for f in make.{conf,globals,profile} ; do
f="${EPREFIX}/usr/${CTARGET}/etc/${f}"
@@ -1395,16 +1393,6 @@ if ! ex_fast ; then
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2
fi
-
-   # this is to make sure that avr linker can find its a**, er, ldscripts
-   if [[ ${MAKE_SYMLINK} == "yes" ]] ; then
-   case ${CTARGET} in
-   avr*)   ( ! [[ -h 
${EPREFIX}/usr/${CTARGET}/lib/ldscripts ]] && [[ -d 
${EPREFIX}/usr/${CTARGET}/lib ]] ) && \
-   ln -s 
${EPREFIX}/usr/${HCHOST}/${CTARGET}/lib/ldscripts ${EPREFIX}/usr/${CTARGET}/lib/
-   ;;
-   *)  ;;
-   esac
-   fi
 fi
 
 # all the extra things (like debuggers)



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

2018-04-07 Thread Sergei Trofimovich
commit: 545feed42700a71cc0ae9665f01d67a082dc7b32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:15:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:15:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545feed4

dev-python/pycairo: stable 1.16.3-r1 for ia64, bug #652262

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild 
b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
index 87b0b45f90e..f0bb8ede66c 100644
--- a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
+++ b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 RDEPEND="



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

2018-04-07 Thread Lars Wendler
commit: 8a662d7010c43b90deea5e3a4b81bf4aed5d1f59
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Apr  7 08:56:57 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Apr  7 09:16:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a662d70

sys-fs/btrfs-progs: Bump to version 4.16. Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-fs/btrfs-progs/Manifest | 2 +-
 .../{btrfs-progs-4.16_rc1.ebuild => btrfs-progs-4.16.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-progs/Manifest b/sys-fs/btrfs-progs/Manifest
index 8d1640454c9..6884e75ff66 100644
--- a/sys-fs/btrfs-progs/Manifest
+++ b/sys-fs/btrfs-progs/Manifest
@@ -4,6 +4,6 @@ DIST btrfs-progs-v4.1.2.tar.xz 1123080 BLAKE2B 
4b6395080c1456321d6923609544da066
 DIST btrfs-progs-v4.10.2.tar.xz 1508304 BLAKE2B 
d2540b27f4405d43ea60e0f6d31fae1794641d81db066ffab57a8f8cc9f6671c3bc01df5efc6309967e88af418e62eed61b7837863bc222bf371ce24b7d63cea
 SHA512 
1a21ca29d03c8d0e697ce075b841e38b021771a67da20087c80ab84bb87c5f56ea80695f9b2a25a2a159fba8b01d74a364435f5462545ec00ebd6f335d3fcd6f
 DIST btrfs-progs-v4.14.1.tar.xz 1926492 BLAKE2B 
35575946c1de9cb81f1aed2a5be2433149b6aae5e8602cef4c892f7e5fa1160e4b8bbed354bf36c90d3a6a4d6856b57cb10e632a9fba47b1f0b312098a6393da
 SHA512 
e01a52a84bc0de81e7173fda46c12fbd451b5117014008033e16c7bf48165065c6362d812a95ade17c01f62f66755b4c7ab11dd22804eb3bdfc56346a161e2a6
 DIST btrfs-progs-v4.15.1.tar.xz 1931820 BLAKE2B 
00c4b9f6ec2039ad680cd625e5ece1cd306b8eaa4572f262cd2272c9d1e03923834ec7af7e59afc9e931cf95d224aea883cc544ba8e26de03119d85c67f19b64
 SHA512 
6e6a9799f6716bbf772d5f0c8069579815060db20d30807e12948e7274448bca09a12c385ea05a95afc23722d12067a8d99623ea0091dca8ae75ea646aa84b88
-DIST btrfs-progs-v4.16-rc1.tar.xz 1979224 BLAKE2B 
ba14c80b987afc7ddba41dc78c0d54ef7fcf23baf2adb1104ccfe188c38bc960db5d76c39de961fdb30f1af2b9de48644ab68b16f905bed9835f48b2f873b9e1
 SHA512 
e8bc0aebe36fba02b61dcb7d42c463ac2184d4097c8232a52d0e6c9ffe41700d8366b28ee14082d47a7489c1def309dd208a180059897b63f525229bc1e5284a
+DIST btrfs-progs-v4.16.tar.xz 1980420 BLAKE2B 
979dffe990ea92f44582fa29f634ba4fa8e75917c9907ae4d4c5a72f6623450b29b6b0f3c40423711bc11856bc7d7775fb134fc5210e092d2c61ebe2165352cc
 SHA512 
3d794f890a7772c27c285410892b9de4c0629f6de6cd96e42d1e25c9263dd519d14428eaba75a3595f2d03a1154ffbbfe6a02449d7527a2ab6a1911a8736358e
 DIST btrfs-progs-v4.4.1.tar.xz 1173248 BLAKE2B 
8bf07a3bc3d24a3f641c2dc7a6353f186ebd98f7a633bdbc2689359e6204b3f1db76accee3e648634f319e26b57e6376c13fa31d39413908d0b2308e0ae28d0e
 SHA512 
3086e2e0385d9e14edcfa25e1aee1ed98087dd5b91a66aa450786c932d79841b5c4ee3f9a40b8fdecee0ba1e386196b89679d28e58e4924ce66cd78c5e3c0d4a
 DIST btrfs-progs-v4.9.1.tar.xz 1476524 BLAKE2B 
3fdd1c040fdf8083fcf5d4106db22112aaba59dd9a6ab8ad164302ec153a83151fbf88d84181dc849c296bb96ad883d4f7329bff111c67c19fdb814db5073fb2
 SHA512 
143f5c8863f3b9eff2e4ca2c750bb80ffe62f66d0c15d23e6f5bf75dab0133dcd3ff4d4c722360560de24b73e3da1222f265230d18de06d7bccd85ad2cb9a6a5

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.16_rc1.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.16.ebuild
similarity index 100%
rename from sys-fs/btrfs-progs/btrfs-progs-4.16_rc1.ebuild
rename to sys-fs/btrfs-progs/btrfs-progs-4.16.ebuild



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

2018-04-07 Thread Lars Wendler
commit: b2f38dc4b220945f7541beda593257e7f1bce2cd
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Apr  7 09:12:22 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Apr  7 09:16:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f38dc4

dev-vcs/subversion: Bump to version 1.10.0_rc2. Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-vcs/subversion/Manifest | 2 +-
 .../{subversion-1.10.0_rc1.ebuild => subversion-1.10.0_rc2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 737c70c4a74..004a38b49f5 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -1,4 +1,4 @@
-DIST subversion-1.10.0-rc1.tar.bz2 8346944 BLAKE2B 
4d7594af685b74b18e8834449b33128102e49d6806881203e4e2a3a0e073d043ec2c6ee375bd70db722ebecc38b6bcc503734809ef6a0bda089bc88ed15af24c
 SHA512 
b31bdbdc2ddd927e5ccc0ead8baebe641682eed58b7aee00bb775f0b5397a326eb25249b1138adfa92ac2724839b7a71012d77cf6be74edaaf13afd3fea76007
+DIST subversion-1.10.0-rc2.tar.bz2 8369167 BLAKE2B 
a93dec8779c6c14c6e8d4bce41212b0a75d45904f500b5135574bef5882ecfb9773972ea93fa1108b8e5efbcc1d3adf4840a9a5bd191e8a25113a6c6c26e7ffc
 SHA512 
42e604f4888f801236a280a6ac6f27a5c4b158d87c81a50d235ec7915bf29ebe05cdd716b6b1f6851f326ffb8c9c4d608b06f20114e690d81eb91b6869083307
 DIST subversion-1.10.0_rc1-patches-1.tar.xz 2984 BLAKE2B 
7c9619b95ca6b433a58dc5baf3a1e1b14ef0017f714af81762b975d50a37b743788a4da65cf7f9eb8e633cbc813ad8dd974b530a19ec2d3fc74b75921f8f0c17
 SHA512 
aa7a25a253ea2da99520399d292d3e1602985392bae6dc5582003fdb9719d654638754b6e370b68b184ee6729ba3833bd511c09b2cb36f8f476b42063f55fbb2
 DIST subversion-1.8.18-patchset.tar.bz2 7407 BLAKE2B 
dc3b6d80dfdf4c6cc30f1663c8cee3eebc4f42d433c3965d8b309f9cc79c31b566a74cf43b3b04037c2498b6a2bffe2c60953c5cfb25aec61a8e4a7e928efcae
 SHA512 
b5c207ed7b6923f1259290563409b2e946a512cc052e4e5d8a061abf3f0909dbbb15c0525a1fca618f1ec5e4abbbc8b49f3f0f714c9dd100f1d6c7e6d88442b2
 DIST subversion-1.9.7.tar.bz2 7881909 BLAKE2B 
004a180780e00f5af80e14586dee799bae07dccde7f240a51594590b1a084f3054b5b4d917d5e47e0b6ffb11097ecfb97fff490f6d31c0532f2aae8cd9d10031
 SHA512 
a55efd3edaddbc099450d849fcc6fe5a8d20b85ece966d8ac2fd73ee9cb4255a0349bbcfceb4e9fca6daf054ce7c648eff8d273c6873f5dade6e62dcea7eeb2b

diff --git a/dev-vcs/subversion/subversion-1.10.0_rc1.ebuild 
b/dev-vcs/subversion/subversion-1.10.0_rc2.ebuild
similarity index 100%
rename from dev-vcs/subversion/subversion-1.10.0_rc1.ebuild
rename to dev-vcs/subversion/subversion-1.10.0_rc2.ebuild



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

2018-04-07 Thread Sergei Trofimovich
commit: 236cd2ff24ac2b6d380233b951fd1cda973e5743
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:07:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:07:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236cd2ff

media-libs/libnjb: stable 2.2.7 for ppc64, bug #648278

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/libnjb/libnjb-2.2.7.ebuild 
b/media-libs/libnjb/libnjb-2.2.7.ebuild
index 2e62ffdc63f..e1285c049c4 100644
--- a/media-libs/libnjb/libnjb-2.2.7.ebuild
+++ b/media-libs/libnjb/libnjb-2.2.7.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd"
 IUSE="doc static-libs"
 
 RDEPEND="virtual/libusb:0"



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

2018-04-07 Thread Sergei Trofimovich
commit: 666f67951694ab4e0aba07d6ffd63a2764c365a1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:07:04 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666f6795

media-libs/spandsp: stable 0.0.6 for ppc64, bug #648282

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild 
b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 794c9c06bef..11cbb7db0ce 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.soft-switch.org/downloads/spandsp/${P/_}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
 IUSE="doc fixed-point cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 static-libs"
 
 RDEPEND="media-libs/tiff



[gentoo-commits] repo/gentoo:master commit in: app-doc/mkdoxy/

2018-04-07 Thread Sergei Trofimovich
commit: b45b7622c086593c505bc8f2a88b0728a341d8e8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:06:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:06:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45b7622

app-doc/mkdoxy: stable 1.0.0-r1 for ppc, bug #647382

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild 
b/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
index da5050b66f1..98ce30fe032 100644
--- a/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
+++ b/app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ppc sparc x86"
 IUSE=""
 
 RDEPEND=""



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

2018-04-07 Thread Sergei Trofimovich
commit: 9e6bcb59e0e8ebc2efb8be35627521cbfca2e951
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:07:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:07:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6bcb59

app-misc/away: stable 0.9.5-r2 for ppc, bug #647384

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/away/away-0.9.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/away/away-0.9.5-r2.ebuild 
b/app-misc/away/away-0.9.5-r2.ebuild
index 879e37460c9..daf7c44d333 100644
--- a/app-misc/away/away-0.9.5-r2.ebuild
+++ b/app-misc/away/away-0.9.5-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 
 RDEPEND=">=sys-libs/pam-0.75"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/prefix:master commit in: sys-devel/binutils-config/files/, sys-devel/binutils-config/

2018-04-07 Thread Fabian Groffen
commit: e3db9ab7035d02c9e902615b8745b86cd2360638
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Apr  7 19:43:06 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Apr  7 19:43:06 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e3db9ab7

sys-devel/binutils-config: stop breaking our gcc installs

Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

 sys-devel/binutils-config/Manifest |  2 -
 .../binutils-config/binutils-config-5-r03.1.ebuild | 78 --
 ...r03.2.ebuild => binutils-config-5-r03.5.ebuild} |  9 +--
 sys-devel/binutils-config/files/binutils-config-5  |  7 +-
 4 files changed, 10 insertions(+), 86 deletions(-)

diff --git a/sys-devel/binutils-config/Manifest 
b/sys-devel/binutils-config/Manifest
index 290abb8cfc..a28d45bba6 100644
--- a/sys-devel/binutils-config/Manifest
+++ b/sys-devel/binutils-config/Manifest
@@ -1,3 +1 @@
-DIST binutils-config-ldwrapper-5.3.1.c 8342 BLAKE2B 
18658a8188acfcd7494981bd60f53590f5610c7ffd9173f223da740c09acd9ed40aaf911faa6f9a517e5e8779cbaaea9d4398679b7a3037655a7994d9c319345
 SHA512 
af21c1b9bb465990e8490641023403ec27e31bd69f94fc86572392285a540ddc25d59fd8f682c0cb2d2a84c5e33fea08bd0ec2cb52861147075ccfd5e18067b0
-DIST binutils-config-ldwrapper-5.3.2.c 11791 BLAKE2B 
7284c1f201b581b87a3dccfd9c572e0e03fa81af1c72fcd4edce15c53c04329316aa20a1135f7b728e35b3551ebb418eacc599da6a4803924dfddf7fbccaf1be
 SHA512 
5e0917d50ba1cb0daee71bdd225809579bfc0a129c7bed234346f17a21aec6a0cddde35d5bc598924e840c45d6f9e738fd09f969904ca5df6041d38e5e0f0c2e
 DIST binutils-config-ldwrapper-5.3.4.c 13467 BLAKE2B 
132c497c59c1315c4d9e85c842fa5636aac5d96aa2db69e1f677c31cd8a509653589c178058285c4e2e72d5095734f6849969f9ff99edfe1794c69733b60047c
 SHA512 
cd4f33e37b2cd9e66d2e80aec28bec56e3d5383f15018b20c1afccd00e74d5f8ac2c6c2d8dde0de4be36aeec1237e2cc9b07326bceb24b2ca819e54c65ae6478

diff --git a/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild 
b/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild
deleted file mode 100644
index c42663d6d1..00
--- a/sys-devel/binutils-config/binutils-config-5-r03.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils prefix
-
-DESCRIPTION="Utility to change the binutils version being used"
-HOMEPAGE="https://www.gentoo.org/;
-GIT_REV="d469b099b5e8aed45ff2edf78f91822b805440d3"
-WRAPPER_REV="${PV}.3.1"
-SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV}
 -> ${PN}-ldwrapper-${WRAPPER_REV}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-# We also RDEPEND on sys-apps/findutils which is in base @system
-RDEPEND="sys-apps/gentoo-functions
-   !https://www.gentoo.org/;
-GIT_REV="e30f557eb73bff37366a44ebbbf4efdc0c616c58"
-WRAPPER_REV="${PV}.3.2"
+GIT_REV="edc0d44f70c27daebcc080ac5d08e8e191bccd95"
+WRAPPER_REV="${PV}.3.4"
 
SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV}
 -> ${PN}-ldwrapper-${WRAPPER_REV}.c"
 
 LICENSE="GPL-2"
@@ -29,6 +29,7 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-5-ldwrapper.patch"
fi
eprefixify ${PN}
+   eapply_user
 }
 
 src_configure() {

diff --git a/sys-devel/binutils-config/files/binutils-config-5 
b/sys-devel/binutils-config/files/binutils-config-5
index e6c5fac002..46eb2b21c4 100755
--- a/sys-devel/binutils-config/files/binutils-config-5
+++ b/sys-devel/binutils-config/files/binutils-config-5
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # Format of /etc/env.d/binutils/:
@@ -159,7 +159,10 @@ switch_profile() {
mkdir -p "${dstlib}"
rm -rf "${ROOT}/${BINPATH_LINKS}"/ldscripts
atomic_ln "${LIBPATH}/ldscripts" "${dstlib}" "ldscripts"
-   find -L "${dstlib}" -xtype l -name 'lib*' -exec rm -f {} +
+   # PREFIX LOCAL: we have gcc under dstlib here, and wiping symlinks
+   # is a very bad idea there, or our symlinked sonames disappear!
+   find -L "${dstlib}"/ldscripts -xtype l -name 'lib*' -exec rm -f {} +
+   # END PREFIX LOCAL
 
#
# Clean out old generated include symlinks



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

2018-04-07 Thread Daniel Pielmeier
commit: 14ec26ce8f5f6b58adf834087b4ae1f2ba1bf83c
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Sat Apr  7 13:33:45 2018 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Sat Apr  7 13:33:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ec26ce

net-print/hplip: Version bump.

Fixes bug #647674. Thanks to Manuel Rüger for the report.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-print/hplip/Manifest|   2 +
 net-print/hplip/hplip-3.18.3.ebuild | 268 
 2 files changed, 270 insertions(+)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index 27f88e65d01..2dceaa43e49 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,2 +1,4 @@
 DIST hplip-3.17.10.tar.gz 23878364 BLAKE2B 
0165bcb00159572a16277624db0de4b2ca8421d5cf42418bf406548dd68a7d5087142a74a0e6ca332936b006f6ffeaa4d9202c5332fd1f971923bb142adb244f
 SHA512 
0c1c78730d269ec41f95bbde887a490aebb4c9c3dcb9784052a1c3b537c12093cbc426e1f79266c63dd5e7adecdda0735b9bf964ddc1307b2c6603f3fa0462a8
 DIST hplip-3.17.9-patches-1.tar.xz 8484 BLAKE2B 
3a1f25d0554af5597266eb5ed3ff9f594560671784a89ade6246e9287661bf17fa16c555391c3f685e59aec8c548560911065a9c4188906c2f00c755f503fe49
 SHA512 
125f9cfd1c3cad662ce33954b8ab9ab1898368b449c4ad78dfe99f29de8025183773272b9865cd22b976a30c502e38254ce0ac59d685299dff7f9314927d546a
+DIST hplip-3.18.3-patches-1.tar.xz 8752 BLAKE2B 
140dd3490b8a06be1c64755ce927320c4620fd8407f9a0fd7051e03f6be5ff5838b4f177abe3664d4cf46ef7700c73adaa5823584538d03f84832b6aca5e94db
 SHA512 
f842233fde24a430ef3cc222b74cdec6355301e7a3f8b72b19c57d70e18636d18bd689274e632d9950f7ad2d95d6860ac8aeab3272b0f5d0f4c650d1f21426b6
+DIST hplip-3.18.3.tar.gz 22178733 BLAKE2B 
2d5c30d884cd04314ef3727e88abd1a2621e39916c0fa9a558e72ed2d040a5d11847cd82237da33efccd41b23eeb0fad69c84b36fbb736af3def4aa60f00ba71
 SHA512 
cb51e357cc9def3c087231b01752941b469e5fc4508ec83c6f5875352694249ef72339f2f20c4a6831c49ace7c1f6b902cc11a961c0e1f43ce098b2bf800728f

diff --git a/net-print/hplip/hplip-3.18.3.ebuild 
b/net-print/hplip/hplip-3.18.3.ebuild
new file mode 100644
index 000..fe86e7d5b57
--- /dev/null
+++ b/net-print/hplip/hplip-3.18.3.ebuild
@@ -0,0 +1,268 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_REQ_USE="threads,xml"
+
+# 14 and 15 spit out a lot of warnings about subdirs
+WANT_AUTOMAKE="1.13"
+
+inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
+
+DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
+HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
+SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
+   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.18.3-patches-1.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
+
+# dependency on dev-python/notify-python dropped due to python 3 
incompatibility
+# possible replacement notify2 (https://pypi.python.org/pypi/notify2/0.3) not 
in tree
+
+COMMON_DEPEND="
+   net-print/cups
+   virtual/jpeg:0
+   hpijs? ( net-print/cups-filters[foomatic] )
+   !minimal? (
+   ${PYTHON_DEPS}
+   sys-apps/dbus
+   !libusb0? ( virtual/libusb:1 )
+   libusb0? ( virtual/libusb:0 )
+   scanner? ( media-gfx/sane-backends )
+   snmp? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   net-analyzer/net-snmp
+   )
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+"
+RDEPEND="${COMMON_DEPEND}
+   app-text/ghostscript-gpl
+   !minimal? (
+   >=dev-python/dbus-python-1.2.0-r1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'dev-python/pygobject:2[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]' 'python3*')
+   fax? ( dev-python/reportlab[${PYTHON_USEDEP}] )
+   kernel_linux? ( virtual/udev )
+   qt5? ( 
>=dev-python/PyQt5-5.5.1[dbus,gui,widgets,${PYTHON_USEDEP}] )
+   scanner? (
+   >=dev-python/reportlab-3.2[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.1.1[${PYTHON_USEDEP}]
+   X? ( || (
+   kde? ( kde-misc/skanlite )
+   media-gfx/xsane
+   media-gfx/sane-frontends
+   ) )
+   )
+   )
+   policykit? ( sys-auth/polkit )
+"
+
+REQUIRED_USE="!minimal? ( ${PYTHON_REQUIRED_USE} )"
+
+PATCHES=(
+   "${WORKDIR}/patches"
+)
+
+CONFIG_CHECK="~PARPORT ~PPDEV"

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

2018-04-07 Thread Fabio Rossi
commit: 5bab945744230c594b8c54357a69a6cfd46ebedb
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 16:45:40 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 16:45:40 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=5bab9457

Merge branch 'master' of git+ssh://git.gentoo.org/proj/vmware

 eclass/vmware-bundle.eclass | 86 +
 metadata/layout.conf|  2 +-
 2 files changed, 87 insertions(+), 1 deletion(-)



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/

2018-04-07 Thread Fabio Rossi
commit: 36fd29329d87f8885e7dc422b88693d8ea70d955
Author: Fabio Rossi  inwind  it>
AuthorDate: Sat Apr  7 14:59:49 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Sat Apr  7 14:59:49 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=36fd2932

remove from manifest unpublished versions

 app-emulation/vmware-player/Manifest  | 1 -
 app-emulation/vmware-workstation/Manifest | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-emulation/vmware-player/Manifest 
b/app-emulation/vmware-player/Manifest
index cdd4e2c..aaad18a 100644
--- a/app-emulation/vmware-player/Manifest
+++ b/app-emulation/vmware-player/Manifest
@@ -1,4 +1,3 @@
 DIST VMware-Player-12.5.9-7535481.x86_64.bundle.tar 134686720 BLAKE2B 
d8b867151a688d33a7ba9f57300d2576ddeee28afd8ac4a47e2f5d974052e392384c5c917b27a3a4310aafdda1575e0290bd9fb29e6a264972d368936a31e816
 SHA512 
6c64d87aa965c07eca53189ca8f8ab4c9177666a4dbc1414e39262e56a6acf633ad8cca2c928b83eece52fd4da24ccc0e82e3b27fe179e2d56b90804f0fafd2c
-DIST VMware-Player-14.0.0-6661328.x86_64.bundle.tar 115527680 BLAKE2B 
a1aaf1d06ef4b4bb681665007696ff68d4f7f3c62dbe9cebd4476f8ca53eb0a8d2cf546c2278ac5f0667f73b8fd7d090cbdcc1f788a51a637174f3014fbf09ab
 SHA512 
ed1427debada993e2d74bf63cb88a2ccaba9a6f8195d451e94d3491274b4e1630e1808dc1afe8db9518cdfef12f105c9de4f79e8bf3f458bc88b1fd7bfe0e918
 DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 BLAKE2B 
5e7ae90dfe5ff72d49eec1d990b8f0eee117ad54186ce2ffbfd54e386bc3dc279f6d7fc0f2c991df4d5c4bcfdadaf54fa91ae96d7eca5ac14560fd661d88297c
 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
 DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42

diff --git a/app-emulation/vmware-workstation/Manifest 
b/app-emulation/vmware-workstation/Manifest
index 7168d0b..67f9c80 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -1,4 +1,3 @@
 DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 BLAKE2B 
bda41d66b81acfccb15211177e12c7ed9cf225319ded3680f64a272456f6d5615e894deb69aef0025620cd2fc7d7ec94d04869aee4e058380f8979c0e0f3c211
 SHA512 
57aa62d53b4eae08c281959b559635e28877e7f8c5b6c0909dcec16129ae4ea130175410e698724b6164cbfb9d08f6bbf8a48f2d78471d6232868ff4bed23cca
 DIST VMware-Workstation-12.5.9-7535481.x86_64.bundle.tar 166492160 BLAKE2B 
f37ab5950efa076297c71fe3fc8e57bd223907c3547081943abf3edea36a06bb91445ea54c8ba0c6c6836cc831585de13e5a6ef623d038339d2a2efce2c40dfd
 SHA512 
9985265159dbe4d2e53f3e9b152331bc3c927330f25fa4c89be977b8a97c453a13f79c6906cc3682896a071a97c4972bd22f7ae13cce5fa1a05a945d29497267
-DIST VMware-Workstation-14.0.0-6661328.x86_64.bundle.tar 146001920 BLAKE2B 
a7a04737781c11e1d8675506d7f6b89200d4cca932473394fa46f09a96ef6b0bcdd3c80163eac52dfd533cf9058c2096cfad5e88ad3222346ee2cdd842112c0b
 SHA512 
e57f34d3a7b43155a5ac811c2782056c6ca26ac2de2d34d92ae8f50c1f641912573602641b52679e21eb581894d4acad2af4bf3276fd9c4b542ea7c3f21b96d0
 DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-modules/files/

2018-04-07 Thread Fabio Rossi
commit: 78376a3171e9d29c9d132929159d22628fe86776
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 16:43:04 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 16:43:04 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=78376a31

app-emulation/vmware-modules: add support to kernel 4.16-rc2

The changes are due to kernel commit ae5e165d855dd978a461b22175531b07f54fb61f,
there is a new API to access inode->i_version

 .../files/308-4.16-00-vmblock-iversion.patch   | 25 ++
 .../vmware-modules/vmware-modules-308.5.8.ebuild   |  1 +
 2 files changed, 26 insertions(+)

diff --git 
a/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch 
b/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch
new file mode 100644
index 000..42efdb9
--- /dev/null
+++ b/app-emulation/vmware-modules/files/308-4.16-00-vmblock-iversion.patch
@@ -0,0 +1,25 @@
+--- ./vmblock-only/linux/inode.c   2018-02-20 16:33:44.296417858 +0100
 ./vmblock-only/linux/inode.c.new   2018-02-20 17:33:24.525618051 +0100
+@@ -30,6 +30,10 @@
+ #include 
+ #include 
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 16, 0)
++#include 
++#endif
++
+ #include "vmblockInt.h"
+ #include "filesystem.h"
+ #include "block.h"
+@@ -155,7 +159,11 @@
+ 
+inode->i_mode = S_IFLNK | S_IRWXUGO;
+inode->i_size = INODE_TO_IINFO(inode)->nameLen;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 16, 0)
++   inode_set_iversion(inode, 1);
++#else
+inode->i_version = 1;
++#endif
+inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
+ #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0)
+inode->i_uid = inode->i_gid = 0;

diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild 
b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
index e6f2999..17264ed 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
@@ -115,6 +115,7 @@ src_prepare() {
kernel_is ge 4 14 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.14-00-vmmon-global-page-state.patch"
kernel_is ge 4 14 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.14-01-deprecated-asm-uaccess.patch"
kernel_is ge 4 15 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.15-00-init_timer.patch"
+   kernel_is ge 4 16 0 && epatch 
"${FILESDIR}/${PV_MAJOR}-4.16-00-vmblock-iversion.patch"
 
# Allow user patches so they can support RC kernels and whatever else
epatch_user



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/, app-emulation/vmware-workstation/, ...

2018-04-07 Thread Fabio Rossi
commit: bbf6adcc2928c8bf6096cb4e363b1e3202b72053
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:06:09 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:06:09 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=bbf6adcc

Added latest version 12.5.9.7535481 in 12.5 series.

 .../{vmware-modules-308.5.8.ebuild => vmware-modules-308.5.9.ebuild}  | 0
 ...e-player-12.5.8.7098237.ebuild => vmware-player-12.5.9.7535481.ebuild} | 0
 ...ion-12.5.8.7098237.ebuild => vmware-workstation-12.5.9.7535481.ebuild} | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild 
b/app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild
similarity index 100%
rename from app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild
rename to app-emulation/vmware-modules/vmware-modules-308.5.9.ebuild

diff --git a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild 
b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
similarity index 100%
rename from app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild
rename to app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild

diff --git 
a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild 
b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
similarity index 100%
rename from 
app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild
rename to 
app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild



[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-player/, app-emulation/vmware-workstation/

2018-04-07 Thread Fabio Rossi
commit: 18455e62a0139e3675084455d135016b691fb086
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:30:52 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:30:52 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=18455e62

Forgot to update manifest

 app-emulation/vmware-player/Manifest  | 7 ---
 app-emulation/vmware-workstation/Manifest | 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-emulation/vmware-player/Manifest 
b/app-emulation/vmware-player/Manifest
index 4c7b831..cdd4e2c 100644
--- a/app-emulation/vmware-player/Manifest
+++ b/app-emulation/vmware-player/Manifest
@@ -1,3 +1,4 @@
-DIST VMware-Player-12.5.8-7098237.x86_64.bundle.tar 134686720 SHA256 
78c7f28d6705a52f77d491081abc3e8629186ca667f098657e3afb7af3235a93 SHA512 
6064e752e17189cbe9c6499376719c57d2774b6bda8cb8975a1a4f6e2ece3d64ff215c81f2662417f835998ea74fdbc84195437062d4eaa5c7a725c09de8494e
 WHIRLPOOL 
b34419f44425c91d50ff9d13f37354420a2cfaa26f9f2053f589bb3014f498afab7ec87d3099f4528467413a9b1caddf1c2f018462867b49e2084174aad63656
-DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 SHA256 
11cbff16f4f6d48bf182d2155e0b3f261acd6bd1a2472dc9a25f86546885e059 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
 WHIRLPOOL 
b70e1d9e2d07661fefe1f1f841b29111b73ded1c6d103efc0f9e61ac05b947ce04b73e14221b081dc311c498ffd68c2f931bf82bc312191631576aab3036d36a
-DIST vmware-systemd-gentoo-02.tgz 14064 SHA256 
7ab23cb41bb8fbeca43bfd3baee35928731177620ae374ebb3b19b827d1a3210 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42
 WHIRLPOOL 
dd7ac934584894f4a0ae86a9122080c49a4d09924011bc12dc1530ac6b5ee11fac6d55d6e5b306bb24d749a509236d3e39870b4d6b2ff5de37f6e54707ff8bb6
+DIST VMware-Player-12.5.9-7535481.x86_64.bundle.tar 134686720 BLAKE2B 
d8b867151a688d33a7ba9f57300d2576ddeee28afd8ac4a47e2f5d974052e392384c5c917b27a3a4310aafdda1575e0290bd9fb29e6a264972d368936a31e816
 SHA512 
6c64d87aa965c07eca53189ca8f8ab4c9177666a4dbc1414e39262e56a6acf633ad8cca2c928b83eece52fd4da24ccc0e82e3b27fe179e2d56b90804f0fafd2c
+DIST VMware-Player-14.0.0-6661328.x86_64.bundle.tar 115527680 BLAKE2B 
a1aaf1d06ef4b4bb681665007696ff68d4f7f3c62dbe9cebd4476f8ca53eb0a8d2cf546c2278ac5f0667f73b8fd7d090cbdcc1f788a51a637174f3014fbf09ab
 SHA512 
ed1427debada993e2d74bf63cb88a2ccaba9a6f8195d451e94d3491274b4e1630e1808dc1afe8db9518cdfef12f105c9de4f79e8bf3f458bc88b1fd7bfe0e918
+DIST VMware-Player-7.1.4-3848939.x86_64.bundle.tar 211374080 BLAKE2B 
5e7ae90dfe5ff72d49eec1d990b8f0eee117ad54186ce2ffbfd54e386bc3dc279f6d7fc0f2c991df4d5c4bcfdadaf54fa91ae96d7eca5ac14560fd661d88297c
 SHA512 
332f0f667d0b95cbf1de5ff2cc95b9302f88d3a9c7e69e13abb58dd7131d6997b2307bc8588111e3fb35717fcf59ed9cd3052873c72bd968c3f6eb68b31dabc0
+DIST vmware-systemd-gentoo-02.tgz 14064 BLAKE2B 
24ac2c2f295130f4aadad867ec88d652bd292cc60e6b471bb2e01069fe01d84dac3d8b0ca7690ebf218d663adfe0c1dc889d3f4f53cf3178b68291461260748b
 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42

diff --git a/app-emulation/vmware-workstation/Manifest 
b/app-emulation/vmware-workstation/Manifest
index b241701..7168d0b 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -1,3 +1,4 @@
-DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 SHA256 
3f48c42154a1b4687eb448abf7f9e15a7771977858388127df4ef78935658f3b SHA512 
57aa62d53b4eae08c281959b559635e28877e7f8c5b6c0909dcec16129ae4ea130175410e698724b6164cbfb9d08f6bbf8a48f2d78471d6232868ff4bed23cca
 WHIRLPOOL 
d663a7901f153f0e6e1432b7047077b4b6bf8542926ccf0ac4ad4eeae42359096050cfe04e811fc044b45e85153eb91fddf704a43ea3de8a2cdc113cca0a6ba5
-DIST VMware-Workstation-12.5.8-7098237.x86_64.bundle.tar 166492160 SHA256 
d955db3cc9ee0b2b10b3809c0f070f4beead0666fc7da62848fa2d604ac4d77f SHA512 
b8acb5e746585d2b83194ce4a232bc01e01503e7a0e44430589a80ceb77a84077b8f2c41c14eab60ffb4ad4af573d1e46a451440673f97020b37deddce25384b
 WHIRLPOOL 
447eb014d9b5f50566423e0a5f62f259bde09954d4bba5956d9c302f0d87059ad4af5634c095c834564a18195c52d89d5695299611df7bd6b3dcd3774bf9589d
-DIST vmware-systemd-gentoo-02.tgz 14064 SHA256 
7ab23cb41bb8fbeca43bfd3baee35928731177620ae374ebb3b19b827d1a3210 SHA512 
3a382bfd5f1eb2b218d8012588ea55c1f22786dba35a1fc0fdfdb4e40b05e0e735ed09c6961684f6442e863c3ed72024ce01f19113bbd9ca47c32e3f43c55f42
 WHIRLPOOL 
dd7ac934584894f4a0ae86a9122080c49a4d09924011bc12dc1530ac6b5ee11fac6d55d6e5b306bb24d749a509236d3e39870b4d6b2ff5de37f6e54707ff8bb6
+DIST VMware-Workstation-11.1.4-3848939.x86_64.bundle.tar 259563520 BLAKE2B 
bda41d66b81acfccb15211177e12c7ed9cf225319ded3680f64a272456f6d5615e894deb69aef0025620cd2fc7d7ec94d04869aee4e058380f8979c0e0f3c211
 SHA512 

[gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/, app-emulation/vmware-player/

2018-04-07 Thread Fabio Rossi
commit: 027bd4b8f2310267d2d20fe4439526742838b058
Author: Fabio Rossi  inwind  it>
AuthorDate: Tue Feb 20 23:11:39 2018 +
Commit: Fabio Rossi  inwind  net>
CommitDate: Tue Feb 20 23:11:39 2018 +
URL:https://gitweb.gentoo.org/proj/vmware.git/commit/?id=027bd4b8

Migrated to xdg-utils.eclass

 .../vmware-player/vmware-player-12.5.9.7535481.ebuild  | 10 ++
 .../vmware-workstation-12.5.9.7535481.ebuild   | 10 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild 
b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
index f23711c..9dd9629 100644
--- a/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
+++ b/app-emulation/vmware-player/vmware-player-12.5.9.7535481.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pax-utils 
systemd vmware-bundle
+inherit eutils versionator readme.gentoo-r1 gnome2-utils pax-utils systemd 
vmware-bundle xdg-utils
 
 MY_PN="VMware-Player"
 MY_PV=$(get_version_component_range 1-3)
@@ -362,7 +362,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
readme.gentoo_print_elog
 
@@ -378,6 +379,7 @@ pkg_prerm() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }

diff --git 
a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild 
b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
index f49a91e..8fe02b9 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.9.7535481.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils versionator readme.gentoo-r1 fdo-mime gnome2-utils pam systemd 
vmware-bundle
+inherit eutils versionator readme.gentoo-r1 gnome2-utils pam systemd 
vmware-bundle xdg-utils
 
 MY_PN="VMware-Workstation"
 MY_PV=$(get_version_component_range 1-3)
@@ -573,7 +573,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
readme.gentoo_print_elog
 
@@ -589,6 +590,7 @@ pkg_prerm() {
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/localepurge/files/, app-admin/localepurge/

2018-04-07 Thread Andreas Sturmlechner
commit: 2fa99908795c6b9bd4248b461dba8070a65122d9
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr  6 12:31:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa99908

app-admin/localepurge: EAPI bump, epatch->eapply

Removed eutils and switched epatch's to PATCH=() array.

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

 .../files/localepurge-0.5.4-directorysum.patch  |  4 ++--
 .../files/localepurge-0.5.4-evaltotal.patch |  4 ++--
 .../files/localepurge-0.5.4-parentdir.patch |  4 ++--
 .../files/localepurge-0.5.4-prefix.patch|  4 ++--
 app-admin/localepurge/localepurge-0.5.4-r2.ebuild   | 21 +++--
 5 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
index f837d2845d5..ebca3b755ae 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-04 23:15:29.422756767 +0100
-+++ localepurge2012-12-04 23:16:13.313756491 +0100
+--- a/localepurge
 b/localepurge
 @@ -198,7 +198,7 @@
  
  if [ "$SHOWFREEDSPACE" = "enabled" ]; then

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
index df80a7f9c8a..aed40828334 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
@@ -1,5 +1,5 @@
 localepurge.original   2012-12-02 18:32:35.0 +0400
-+++ localepurge2013-01-14 19:31:35.327821252 +0400
+--- a/localepurge
 b/localepurge
 @@ -254,7 +254,7 @@
  
  # Calculating and reporting total disk space freed:

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
index 2b052ddf4d9..2d8d6dac572 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-04 23:08:17.754765708 +0100
-+++ localepurge2012-12-04 23:09:02.397765264 +0100
+--- a/localepurge
 b/localepurge
 @@ -165,7 +165,14 @@
  ${ACTION} `find ${REMOVEPATH} -type f -o -type l`
  

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
index 66ebbf09ac9..488871381ae 100644
--- a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
+++ b/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
@@ -1,5 +1,5 @@
 localepurge.orig   2012-12-02 19:56:18.0 +0100
-+++ localepurge2012-12-02 20:00:38.0 +0100
+--- a/localepurge
 b/localepurge
 @@ -1,14 +1,14 @@
 -#!/bin/bash
 +#!@GENTOO_PORTAGE_EPREFIX@/bin/bash

diff --git a/app-admin/localepurge/localepurge-0.5.4-r2.ebuild 
b/app-admin/localepurge/localepurge-0.5.4-r2.ebuild
index cb6dca5900a..2375b29b4a0 100644
--- a/app-admin/localepurge/localepurge-0.5.4-r2.ebuild
+++ b/app-admin/localepurge/localepurge-0.5.4-r2.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=4
+EAPI=6
 
-inherit eutils prefix
+inherit prefix
 
 DESCRIPTION="Script to recover diskspace on unneeded locale files & localized 
man pages"
 HOMEPAGE="https://gentoo.org
@@ -20,14 +20,15 @@ RDEPEND="app-shells/bash"
 
 S=${WORKDIR}/${PN}
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.4-prefix.patch
+   "${FILESDIR}"/${PN}-0.5.4-directorysum.patch # 164544
+   "${FILESDIR}"/${PN}-0.5.4-parentdir.patch #445910
+   "${FILESDIR}"/${PN}-0.5.4-evaltotal.patch #452208
+)
+
 src_prepare() {
-   epatch "${FILESDIR}"/${P}-prefix.patch
-   # 164544
-   epatch "${FILESDIR}"/${P}-directorysum.patch
-   # 445910
-   epatch "${FILESDIR}"/${P}-parentdir.patch
-# 452208
-   epatch "${FILESDIR}"/${P}-evaltotal.patch
+   default
eprefixify ${PN}
 }
 



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

2018-04-07 Thread Andreas Sturmlechner
commit: c9526cde161497cd43721f89c6d8aa23328be8e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 18 14:06:40 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9526cde

app-text/poppler: Cleanup vulnerable

Bug: https://bugs.gentoo.org/644388
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/poppler/Manifest  |   2 -
 .../files/poppler-0.26.0-qt5-dependencies.patch|  31 ---
 .../poppler/files/poppler-0.33.0-openjpeg2.patch   |  15 --
 app-text/poppler/files/poppler-0.40-FindQt4.patch  |  31 ---
 .../files/poppler-0.53.0-respect-cflags.patch  |  52 -
 .../files/poppler-0.57.0-CVE-2017-14517.patch  |  27 ---
 .../files/poppler-0.57.0-CVE-2017-14518.patch  |  27 ---
 .../files/poppler-0.57.0-CVE-2017-14519.patch  | 100 
 .../files/poppler-0.57.0-CVE-2017-14520.patch  |  24 --
 .../files/poppler-0.57.0-CVE-2017-14617.patch  |  31 ---
 .../files/poppler-0.57.0-CVE-2017-14926.patch  |  36 ---
 .../files/poppler-0.57.0-CVE-2017-14927.patch  |  32 ---
 .../files/poppler-0.57.0-CVE-2017-14928.patch  |  69 --
 .../files/poppler-0.57.0-CVE-2017-14929.patch  | 252 -
 .../files/poppler-0.57.0-CVE-2017-15565.patch  |  28 ---
 app-text/poppler/poppler-0.57.0-r1.ebuild  | 158 -
 app-text/poppler/poppler-0.61.1.ebuild | 145 
 17 files changed, 1060 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index b0c5d45b7c7..2a44f3b9a7f 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,4 +1,2 @@
-DIST poppler-0.57.0.tar.xz 1703300 BLAKE2B 
e4126dff2e0ee140fa4c5c30d5a57da5aff38d4c1f566e4ace22d3fe625949db3a662a8513881702cd5c5c302845998dd462048b5158abaf1d119650c997c84c
 SHA512 
197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f
-DIST poppler-0.61.1.tar.xz 1433696 BLAKE2B 
6749466223d3bb0e891c6b26c7f1faa5c774dd47ac94c22474efe4a52af228aeb2abbb8ab268667acaa83fb41293246266124a111740df764eeedbe229fa70aa
 SHA512 
780ebf07ad757635f3f71c7b1f61ad0849526f99f0dc514c3290c4e8db7000a68dfe50c17253d4c086aec5c5390055102478eba96699088179822f3be5ce278d
 DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 
01c8745d0c1fa5b412ec92295a8784f5c1deff8b9fa709d09a3236d630f78fecc6af23fe3302964478d6356562712726db422ef51fe59a8b42e13e08370a77ac
 SHA512 
91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706
 DIST poppler-0.63.0.tar.xz 1439552 BLAKE2B 
9bf5cff7f5fec93ec7d49d1745aadb2b03a68d38216003e4bff54a5d264c9dda10265da79a755af1f31b582602d034cfefb16b807185d674a2cfe0d20e5de277
 SHA512 
a151d08480e9940a02191355ef5e7499d6494cff05f22f49de2bb8223512f5e5c9bb9b33651943ded30b4cd7096a2423fb7a01fa62228fbcd1d3a221b885cfe9

diff --git a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch 
b/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
deleted file mode 100644
index bf1effd4377..000
--- a/app-text/poppler/files/poppler-0.26.0-qt5-dependencies.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 95f6a96e390830233d953f8afa37817499912b35 Mon Sep 17 00:00:00 2001
-From: Johannes Huber 
-Date: Sat, 10 May 2014 15:00:48 +0200
-Subject: [PATCH] [Qt5] Drop unused dependencies
-

- CMakeLists.txt | 6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fbafc4e..073f39b 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -106,12 +106,10 @@ 
if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_
-   find_package(Qt5Core)
-   find_package(Qt5Gui)
-   find_package(Qt5Xml)
--  find_package(Qt5Widgets)
--  find_package(Qt5Test)
--  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND AND Qt5Widgets_FOUND 
AND Qt5Test_FOUND)
-+  if (Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Xml_FOUND)
- set(QT5_FOUND true)
-   else ()
--message("-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test 
not found")
-+message("-- Package Qt5Core or Qt5Gui or Qt5Xml not found")
- set(QT5_FOUND false)
-   endif()
- else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} 
VERSION_GREATER 2.8.7)
--- 
-1.9.2
-

diff --git a/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch 
b/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch
deleted file mode 100644
index af1a72fe9aa..000
--- a/app-text/poppler/files/poppler-0.33.0-openjpeg2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Sadly the CMake side of openjpeg slotting in Gentoo is broken.
-To reliably find openjpeg:2 we need to use pkg-config.
-
-diff -ruN poppler-0.33.0.orig/CMakeLists.txt poppler-0.33.0/CMakeLists.txt
 poppler-0.33.0.orig/CMakeLists.txt 2015-05-14 20:22:31.0 +0200
-+++ 

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

2018-04-07 Thread Andreas Sturmlechner
commit: 7969333b794418e6a57f064f731f1d923390e6ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 18 15:01:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  7 15:35:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7969333b

app-text/texlive-core: Drop 2017-r2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/texlive-core/Manifest|   1 -
 app-text/texlive-core/texlive-core-2017-r2.ebuild | 358 --
 2 files changed, 359 deletions(-)

diff --git a/app-text/texlive-core/Manifest b/app-text/texlive-core/Manifest
index f5be33acb1a..083833781db 100644
--- a/app-text/texlive-core/Manifest
+++ b/app-text/texlive-core/Manifest
@@ -4,7 +4,6 @@ DIST texlive-20170524-source.tar.xz 63483372 BLAKE2B 
44669d1228f5be27e9d93672a4f
 DIST texlive-core-patches-52.tar.xz 3376 BLAKE2B 
57cea2599e4c59e0dd7dc8b078b79e8b3ad4b310fd7d7749c39c9fecec872307ca5d3e0ec826b8c63bc050ac0eb195b2c2bc2a2b514e0db7f4ac02cdf3df1c80
 SHA512 
fbc84217911d797373ad03e3da3bcb2277d74edf3a9fd77a5bf67bed7fb207d1cd3d9c9c7947c906ee10989fe6ceb6c263a4002a592217bce7e873db813dc367
 DIST texlive-core-patches-65.1.tar.xz 12080 BLAKE2B 
b6a51d733198e42c06bc896bb55786166b9b034ae3025c3a9a5c3e81e3aafac4732515088248c0e195bf0b9fb88e67b2a0d4a94e4173aecdaf307fedb0d269d9
 SHA512 
fa4de81cb694050728146ad7ca9a2a0247af7b1aef16efcfccebf9d0beac11ddcc334f333e1e1267658743b16b666a285dab902c3e75aa3b21c60946a82871f5
 DIST texlive-core-patches-65.tar.xz 4108 BLAKE2B 
da1f7f870c56fa7bf21186f6acdd495c0e1314e92fee9d546e3ef502307e68fc4482c362edd3bfa73aa9d0faec5363f90c2b2dd1ddefd2fc9085a046bfd6eefb
 SHA512 
71ec54cce052ed60bd0d3c836901d5b2fdc8ab6190536056d617652953009b4645896e7d22ccb9d4ebf177aaefcdca30269600e0cb16daa8d395b036c679971c
-DIST texlive-core-patches-68.tar.xz 5140 BLAKE2B 
830a8da64151169cb68e55daaf8c3843980a9dcb85120862d0dec31a42508ff7eec24df1f2069a96a5a4ae7e9b8011ffdb50548f5f6ae722a23132624a77ea22
 SHA512 
225e7019c132b7e8185343c409cc2b6f418cb062127e916aa3b70db0c6f19d7957415056f2b526f1ea7b7ad13d4367822f34bb710f85ab7cc6bc757b21871d20
 DIST texlive-core-patches-70.tar.xz 13068 BLAKE2B 
011cf51af10d28ac9df7c9b9d7aea2cac3e562d393dcf09d57b3c2832fe6816cf926458417577f7c9d9414639a291c09240444145bdbb3d132170f51a8a16980
 SHA512 
fd26b92a03cd0446007728d0c16a8c7301e254515b997e6a0bd9b325db162bf3f2a2e96be0cb185f042038205c4b4dacf1785a216c8326328682f1c42da9079e
 DIST texlive-module-a2ping-2015.tar.xz 31124 BLAKE2B 
fc68b6bea215d2d9fec9f18d18ac2a3735adc46fd856a55d085ea6b36e3a3bf99539bb491b90a016b384af301f22133236f7e9b4601fa974f7e1977eb3c07409
 SHA512 
aabf99f37183a27b2f8d13b1aabbd59ed0c78237d3432bb0ce85ed97855e6ee09026aaeff2733296b5d1438195995b63ae33c803088b07732e74aed2407547c8
 DIST texlive-module-a2ping-2016.tar.xz 31136 BLAKE2B 
cc0d2cb780711a2a423fa26135845fa1f2cbbac76485d64a0b3184e338e7a60cdcfeaca129e6251f72110b0069c32164f9c4904d7f7c9c2edc6306f50411
 SHA512 
4711f184222fd95498a6d3ee94db19209c7836e6b775303926766d97921f2e8324b0aa2252a958fb619dbeca50729d2be4851a2add5503e7e8f4e713fc993e41

diff --git a/app-text/texlive-core/texlive-core-2017-r2.ebuild 
b/app-text/texlive-core/texlive-core-2017-r2.ebuild
deleted file mode 100644
index c9ceadb3c5b..000
--- a/app-text/texlive-core/texlive-core-2017-r2.ebuild
+++ /dev/null
@@ -1,358 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-#TL_UPSTREAM_PATCHLEVEL="1"
-PATCHLEVEL="68"
-TL_SOURCE_VERSION=20170524
-
-inherit eutils flag-o-matic toolchain-funcs libtool texlive-common
-
-MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source
-
-DESCRIPTION="A complete TeX distribution"
-HOMEPAGE="http://tug.org/texlive/;
-SLOT="0"
-LICENSE="GPL-2 LPPL-1.3c TeX"
-
-SRC_URI="mirror://gentoo/${MY_PV}.tar.xz"
-
-# Fetch patches
-SRC_URI="${SRC_URI} mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.xz"
-#  
mirror://gentoo/texlive-core-upstream-patches-${TL_UPSTREAM_PATCHLEVEL}.tar.xz"
-
-TL_CORE_BINEXTRA_MODULES="
-   a2ping adhocfilelist arara asymptote bundledoc checklistings ctan_chk
-   ctanify ctanupload ctie cweb de-macro dtl dtxgen dvi2tty dviasm dvicopy
-   dvidvi dviljk dvipos findhyph fragmaster hook-pre-commit-pkg hyphenex
-   installfont lacheck latex-git-log latex-papersize latex2man latex2nemeth
-   latexfileversion latexpand latexindent ltxfileinfo ltximg listings-ext 
make4ht
-   match_parens mflua mkjobtexmf patgen pdfbook2 pdfcrop pdflatexpicscale 
pdftools
-   pdfxup pfarrei pkfix pkfix-helper purifyeps seetexk srcredact sty2dtx
-   synctex tex4ebook texcount texdef texdiff texdirflatten texdoc texfot
-   texliveonfly texloganalyser texosquery texware tie tpic2pdftex 
typeoutfileinfo
-   web collection-binextra
-   "
-TL_CORE_BINEXTRA_DOC_MODULES="
-   a2ping.doc adhocfilelist.doc arara.doc asymptote.doc bundledoc.doc
-   checklistings.doc ctan_chk.doc ctanify.doc ctanupload.doc 

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

2018-04-07 Thread Fabian Groffen
commit: 1ef7ed6d2fa96eabbc5d8ade7132fc096578b69f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Apr  7 15:59:03 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Apr  7 15:59:03 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=1ef7ed6d

sys-apps/coreutils: fix sed not to produce invalid code

Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

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

diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild 
b/sys-apps/coreutils/coreutils-8.29.ebuild
index 6c8a9c89a4..a7ce6492fd 100644
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ b/sys-apps/coreutils/coreutils-8.29.ebuild
@@ -73,7 +73,7 @@ src_prepare() {
# we need replacement libs from libcoreutils.a here in 
order
# to finish the linking
sed -i \
-   -e 
"/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \
+   -e "/src_libstdbuf_so_LDADD/s:$: 
lib/libcoreutils.a:" \
Makefile.in \
|| die
fi



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

2018-04-07 Thread Sergei Trofimovich
commit: 1b764468842e3d805d767ffb8e4e5069c2a7e17c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 17:50:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 17:50:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b764468

sys-apps/dbus: stable 1.10.24 for ppc64, bug #648306

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/sys-apps/dbus/dbus-1.10.24.ebuild 
b/sys-apps/dbus/dbus-1.10.24.ebuild
index 52f0e9e46ae..7a299357cfe 100644
--- a/sys-apps/dbus/dbus-1.10.24.ebuild
+++ b/sys-apps/dbus/dbus-1.10.24.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz;
 
 LICENSE="|| ( AFL-2.1 GPL-2 )"
 SLOT="0"
-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 ~x86-solaris"
+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 ~x86-solaris"
 IUSE="debug doc elogind selinux static-libs systemd test user-session X"
 
 #RESTRICT="test"



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

2018-04-07 Thread Sergei Trofimovich
commit: bcab49022f23201eb970383cda56842c028f4622
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 19:48:05 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 19:48:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcab4902

sys-devel/binutils: fix typos and add accidentally words

Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r1.ebuild | 9 +
 sys-devel/binutils/binutils-.ebuild| 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
index 145bbe7e290..1940638068c 100644
--- a/sys-devel/binutils/binutils-2.30-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -390,7 +390,7 @@ pkg_postrm() {
 # Note [slotting support]
 # ---
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -400,10 +400,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # -
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index 1c3f3623a94..2c6b66e54bb 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -387,7 +387,7 @@ pkg_postrm() {
 # Note [slotting support]
 # ---
 # Gentoo's layout for binutils files is non-standard as Gentoo
-# supports slotted installation for binutils. But many tools
+# supports slotted installation for binutils. Many tools
 # still expect binutils to reside in known locations.
 # binutils-config package restores symlinks into known locations,
 # like:
@@ -397,10 +397,11 @@ pkg_postrm() {
 #
 # Note [tooldir hack for ldscripts]
 # -
-# Build system does not ./configure to tweak evey location we need
-# for slotting binutils. This note is about SCRIPTDIR define.
+# Build system does not allow ./configure to tweak every location
+# we need for slotting binutils hence annd the shuffling in
+# src_install(). This note is about SCRIPTDIR define handling.
 #
-# SCRIPDIR defines 'ldscripts/' directory location. SCRIPDIR value
+# SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value
 # is set at build-time in ld/Makefile.am as: 'scriptdir = $(tooldir)/lib'
 # and hardcoded as -DSCRIPTDIR='"$(scriptdir)"' at compile time.
 # Thus we can't just move files around after compilation finished.



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

2018-04-07 Thread Sergei Trofimovich
commit: 7c60f4480178f682a84a451c42fee5f1efec702f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:07:08 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:07:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c60f448

app-misc/calendar: stable 0.9.1-r1 for ppc, bug #647386

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild 
b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index ceb410dac85..0f07c38b782 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 
 DOCS=( README )
 



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

2018-04-07 Thread Sergei Trofimovich
commit: e25c9a89c7e9629e66c384efae346738cc950078
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 18:06:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 18:06:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25c9a89

mail-mta/exim: stable 4.90.1 for ppc, bug #647240

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 mail-mta/exim/exim-4.90.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/exim/exim-4.90.1.ebuild b/mail-mta/exim/exim-4.90.1.ebuild
index cd09df930e6..9bc64560b94 100644
--- a/mail-mta/exim/exim-4.90.1.ebuild
+++ b/mail-mta/exim/exim-4.90.1.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="http://www.exim.org/;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~x86-solaris"
 
 COMMON_DEPEND=">=sys-apps/sed-4.0.5
>=sys-libs/db-3.2:=



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

2018-04-07 Thread Sergei Trofimovich
commit: e1e764680bc329188cf0daa515e3741b7e5d0c50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 20:03:15 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 20:03:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e76468

sys-devel/binutils: fix s/annd/all/ typo

Reported-by: [Arfrever]
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/binutils/binutils-2.30-r1.ebuild | 2 +-
 sys-devel/binutils/binutils-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils/binutils-2.30-r1.ebuild 
b/sys-devel/binutils/binutils-2.30-r1.ebuild
index 1940638068c..3666a095749 100644
--- a/sys-devel/binutils/binutils-2.30-r1.ebuild
+++ b/sys-devel/binutils/binutils-2.30-r1.ebuild
@@ -401,7 +401,7 @@ pkg_postrm() {
 # Note [tooldir hack for ldscripts]
 # -
 # Build system does not allow ./configure to tweak every location
-# we need for slotting binutils hence annd the shuffling in
+# we need for slotting binutils hence all the shuffling in
 # src_install(). This note is about SCRIPTDIR define handling.
 #
 # SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value

diff --git a/sys-devel/binutils/binutils-.ebuild 
b/sys-devel/binutils/binutils-.ebuild
index 2c6b66e54bb..bab46c55f2e 100644
--- a/sys-devel/binutils/binutils-.ebuild
+++ b/sys-devel/binutils/binutils-.ebuild
@@ -398,7 +398,7 @@ pkg_postrm() {
 # Note [tooldir hack for ldscripts]
 # -
 # Build system does not allow ./configure to tweak every location
-# we need for slotting binutils hence annd the shuffling in
+# we need for slotting binutils hence all the shuffling in
 # src_install(). This note is about SCRIPTDIR define handling.
 #
 # SCRIPTDIR defines 'ldscripts/' directory location. SCRIPTDIR value



[gentoo-commits] proj/portage:master commit in: pym/portage/util/_eventloop/

2018-04-07 Thread Zac Medico
commit: db3d216676831d8b6c184fb25f94dc54f8710a11
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Apr  7 20:19:26 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr  7 20:20:15 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=db3d2166

GlibEventLoop: remove (unused and unmaintained)

 pym/portage/util/_eventloop/GlibEventLoop.py | 23 ---
 pym/portage/util/_eventloop/global_event_loop.py |  1 -
 2 files changed, 24 deletions(-)

diff --git a/pym/portage/util/_eventloop/GlibEventLoop.py 
b/pym/portage/util/_eventloop/GlibEventLoop.py
deleted file mode 100644
index f2f5c5e64..0
--- a/pym/portage/util/_eventloop/GlibEventLoop.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-class GlibEventLoop(object):
-
-   # TODO: Support multiprocessing by using a separate glib.MainContext
-   # instance for each process.
-   supports_multiprocessing = False
-
-   def __init__(self):
-   import gi.repository.GLib as glib
-   self.IO_ERR = glib.IO_ERR
-   self.IO_HUP = glib.IO_HUP
-   self.IO_IN = glib.IO_IN
-   self.IO_NVAL = glib.IO_NVAL
-   self.IO_OUT = glib.IO_OUT
-   self.IO_PRI = glib.IO_PRI
-   self.iteration = glib.main_context_default().iteration
-   self.child_watch_add = glib.child_watch_add
-   self.idle_add = glib.idle_add
-   self.io_add_watch = glib.io_add_watch
-   self.timeout_add = glib.timeout_add
-   self.source_remove = glib.source_remove

diff --git a/pym/portage/util/_eventloop/global_event_loop.py 
b/pym/portage/util/_eventloop/global_event_loop.py
index 502dab882..e2c7d71ea 100644
--- a/pym/portage/util/_eventloop/global_event_loop.py
+++ b/pym/portage/util/_eventloop/global_event_loop.py
@@ -6,7 +6,6 @@ import os
 from .EventLoop import EventLoop
 
 _default_constructor = EventLoop
-#from .GlibEventLoop import GlibEventLoop as _default_constructor
 
 # If _default_constructor doesn't support multiprocessing,
 # then _multiprocessing_constructor is used in subprocesses.



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

2018-04-07 Thread Matt Turner
commit: 46ac6a99f4c09d95efc614bd62406ab464841a0e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 04:57:49 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 04:57:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ac6a99

media-libs/libvorbis-1.3.6: ppc stable, bug 650654

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

diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
index 022b249dfdd..1f02e646e59 100644
--- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~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"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~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="static-libs"
 
 RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]



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

2018-04-07 Thread Matt Turner
commit: 7ebb440629959cdcf0db2e639ab94c6063daf99a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 04:54:36 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 04:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebb4406

net-analyzer/nmap-7.70: ppc stable, bug 651118

 net-analyzer/nmap/nmap-7.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.70.ebuild 
b/net-analyzer/nmap/nmap-7.70.ebuild
index 1d627ed723e..8b370276511 100644
--- a/net-analyzer/nmap/nmap-7.70.ebuild
+++ b/net-analyzer/nmap/nmap-7.70.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="
ipv6 libressl libssh2 ncat ndiff nls nmap-update nping +nse ssl 
system-lua



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

2018-04-07 Thread Matt Turner
commit: 592f72868433c3d322b8e072d272886229d477c3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 04:57:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 04:57:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f7286

media-libs/libvorbis-1.3.6: ppc64 stable, bug 650654

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

diff --git a/media-libs/libvorbis/libvorbis-1.3.6.ebuild 
b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
index 1f02e646e59..6f1334ceae9 100644
--- a/media-libs/libvorbis/libvorbis-1.3.6.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.xiph.org/releases/vorbis/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~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"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~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="static-libs"
 
 RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]



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

2018-04-07 Thread Matt Turner
commit: 01d1d03575636d6aee7fe276fa82f426c5ea2388
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 04:54:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 04:54:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d1d035

net-analyzer/nmap-7.70: ppc64 stable, bug 651118

 net-analyzer/nmap/nmap-7.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nmap/nmap-7.70.ebuild 
b/net-analyzer/nmap/nmap-7.70.ebuild
index 8b370276511..a649c0dacfc 100644
--- a/net-analyzer/nmap/nmap-7.70.ebuild
+++ b/net-analyzer/nmap/nmap-7.70.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 
 IUSE="
ipv6 libressl libssh2 ncat ndiff nls nmap-update nping +nse ssl 
system-lua



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

2018-04-07 Thread Matthias Maier
commit: 4059eb3986e2813de01c7d18b8726911d84ffb82
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun Apr  8 05:02:40 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun Apr  8 05:03:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4059eb39

sci-visualization/paraview: fix QA issues for 5.4.1

Closes: https://bugs.gentoo.org/652698
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-visualization/paraview/paraview-5.4.1.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sci-visualization/paraview/paraview-5.4.1.ebuild 
b/sci-visualization/paraview/paraview-5.4.1.ebuild
index ebd30586b09..acefd924bae 100644
--- a/sci-visualization/paraview/paraview-5.4.1.ebuild
+++ b/sci-visualization/paraview/paraview-5.4.1.ebuild
@@ -114,6 +114,7 @@ pkg_setup() {
 
 src_prepare() {
default
+   cmake-utils_src_prepare
 
# lib64 fixes
sed -i \
@@ -152,7 +153,6 @@ src_configure() {
-DOPENGL_glu_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libGLU.so
-DBUILD_SHARED_LIBS=ON
-DCMAKE_COLOR_MAKEFILE=TRUE
-   -DCMAKE_USE_PTHREADS=ON
-DCMAKE_VERBOSE_MAKEFILE=ON
-DVTK_Group_StandAlone=ON
-DVTK_RENDERING_BACKEND=OpenGL2
@@ -161,7 +161,6 @@ src_configure() {
# -DVTK_USE_SYSTEM_AUTOBAHN once we transitioned to Python 3...
-DVTK_USE_SYSTEM_CGNS=ON
-DVTK_USE_SYSTEM_PUGIXML=ON
-   -DVTK_USE_SYSTEM_PYGMENTS=ON
-DVTK_USE_SYSTEM_EXPAT=ON
-DVTK_USE_SYSTEM_FREETYPE=ON
-DVTK_USE_SYSTEM_GL2PS=OFF # doesn't compile, requires modified 
sources
@@ -173,18 +172,14 @@ src_configure() {
-DVTK_USE_SYSTEM_LIBHARU=OFF # doesn't compile, requires 
modified sources
-DVTK_USE_SYSTEM_LIBXML2=ON
-DVTK_USE_SYSTEM_LZ4=ON
-   -DVTK_USE_SYSTEM_MPI4PY=ON
-DVTK_USE_SYSTEM_NETCDF=ON
-DVTK_USE_SYSTEM_OGGTHEORA=ON
-DVTK_USE_SYSTEM_PNG=ON
-DVTK_USE_SYSTEM_PROTOBUF=ON
-   -DVTK_USE_SYSTEM_SIX=ON
-DVTK_USE_SYSTEM_TIFF=ON
-DVTK_USE_SYSTEM_XDMF2=ON
-   -DVTK_USE_SYSTEM_TWISTED=ON
-DVTK_USE_SYSTEM_XDMF2=OFF
-DVTK_USE_SYSTEM_ZLIB=ON
-   -DVTK_USE_SYSTEM_ZOPE=ON
# force this module due to incorrect build system deps
# wrt bug 460528
-DModule_vtkUtilitiesProcessXML=ON



[gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/

2018-04-07 Thread Alon Bar-Lev
commit: 1638f06c9a4f61fbbfb554346987c1ff76f62fe3
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Apr  7 21:59:06 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Apr  7 21:59:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1638f06c

net-dns/openresolv: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/openresolv/Manifest|  1 -
 net-dns/openresolv/openresolv-3.8.1.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/net-dns/openresolv/Manifest b/net-dns/openresolv/Manifest
index 68417c02f45..a95699af176 100644
--- a/net-dns/openresolv/Manifest
+++ b/net-dns/openresolv/Manifest
@@ -1,2 +1 @@
-DIST openresolv-3.8.1.tar.xz 18396 BLAKE2B 
bddfb919728cb49baba6df6226abe2f893d36770643e735b41717dfd98edf17255d8b293f01b335d6ae31c7075884ea65aa150ebac9d34f252be724aa0a695ec
 SHA512 
390bf30bb85b071839104e5c7e276b402f6f485edc038e38da389730d82e614bb11b0dde44a55aa2ca5e790b374671a9c89cc07b053633401a608150eebbf2c8
 DIST openresolv-3.9.0.tar.xz 18844 BLAKE2B 
0aa2125d79305aab04a8d052d56328493d51aa6ff5b44fdfe08e96ccc78ae1d84f2115e5d59940e7e1cedf7e4fe7dc36a461839bcef8fc2c5b2e21242e441f36
 SHA512 
4498db60f0b5a762194dd3651b94cc8b01a349a8cfb891e10d040cd6b8e22fa0e9897909517831591787ad22ffad97c78d3281e32296aa1ee67de5dff9bf765e

diff --git a/net-dns/openresolv/openresolv-3.8.1.ebuild 
b/net-dns/openresolv/openresolv-3.8.1.ebuild
deleted file mode 100644
index cc55e3160f1..000
--- a/net-dns/openresolv/openresolv-3.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A framework for managing DNS information"
-HOMEPAGE="https://roy.marples.name/projects/openresolv;
-SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="selinux"
-
-DEPEND="!net-dns/resolvconf-gentoo
-   !

[gentoo-commits] repo/gentoo:master commit in: net-dns/openresolv/files/

2018-04-07 Thread Alon Bar-Lev
commit: 24ae17840823e38aa1a8f0e8176461d7846053ad
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sun Apr  8 05:02:44 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sun Apr  8 05:02:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ae1784

net-dns/openresolv: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-dns/openresolv/files/3.8.1-restore-newline.patch | 16 
 1 file changed, 16 deletions(-)

diff --git a/net-dns/openresolv/files/3.8.1-restore-newline.patch 
b/net-dns/openresolv/files/3.8.1-restore-newline.patch
deleted file mode 100644
index 2522710bf94..000
--- a/net-dns/openresolv/files/3.8.1-restore-newline.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 a/libc.in
-+++ b/libc.in
-@@ -214,11 +214,11 @@
- # If the old file does not have our signature, back it up.
- # If the new file just has our signature, restore the backup.
- if $backup; then
-   if [ "$newconf" = "$signature$NL" ]; then
-   if [ -e "$resolv_conf.bak" ]; then
--  newconf="$(cat "$resolv_conf.bak")"
-+  newconf="$(cat "$resolv_conf.bak")$NL"
-   fi
-   elif [ -e "$resolv_conf" ]; then
-   read line <"$resolv_conf"
-   if [ "$line" != "$signature" ]; then
-   cp "$resolv_conf" "$resolv_conf.bak"
-



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

2018-04-07 Thread Matt Turner
commit: 61b7e9dc40f3d806b5f3023847211ee242e6ecc8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 05:01:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 05:04:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7e9dc

media-libs/exempi-2.4.5: ppc64 stable, bug 650714

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

diff --git a/media-libs/exempi/exempi-2.4.5.ebuild 
b/media-libs/exempi/exempi-2.4.5.ebuild
index 9fde73ec988..237e4f528ce 100644
--- a/media-libs/exempi/exempi-2.4.5.ebuild
+++ b/media-libs/exempi/exempi-2.4.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="examples static-libs test"
 
 RDEPEND="



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

2018-04-07 Thread Matt Turner
commit: b150d66cab2370d47fc27001817467adffc28f96
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  8 05:01:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  8 05:04:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b150d66c

media-libs/exempi-2.4.5: ppc stable, bug 650714

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

diff --git a/media-libs/exempi/exempi-2.4.5.ebuild 
b/media-libs/exempi/exempi-2.4.5.ebuild
index 73f4defb62a..9fde73ec988 100644
--- a/media-libs/exempi/exempi-2.4.5.ebuild
+++ b/media-libs/exempi/exempi-2.4.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://libopenraw.freedesktop.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="examples static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_parser/

2018-04-07 Thread Alexis Ballier
commit: 3f0cc50481066624082ec61d42653dee40e7e975
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:53:59 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0cc504

dev-ros/kdl_parser: bump to 1.13.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/kdl_parser/Manifest   | 1 +
 .../{kdl_parser-.ebuild => kdl_parser-1.13.0.ebuild}  | 8 
 dev-ros/kdl_parser/kdl_parser-.ebuild | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-ros/kdl_parser/Manifest b/dev-ros/kdl_parser/Manifest
index 02a80abc446..66f74d8646b 100644
--- a/dev-ros/kdl_parser/Manifest
+++ b/dev-ros/kdl_parser/Manifest
@@ -1 +1,2 @@
 DIST kdl_parser-1.12.10.tar.gz 950156 BLAKE2B 
5e125c236888459e7ea4cdb6a556961e4f9008a99b9f76ec9cd243bdcc85994d07dc8d2a004b101bdab99f4b62e5a004793956d44edd5f8a2cd2fdfbbd56dc4a
 SHA512 
a0d8046c65cc575cbf6ca5ab926997a4faae2f5fc0ecb7c8ab16c8145b655a1d2b516bfb6b834740fff758f76e2afc0d2aa1b3f612f7345d84a8e87cd5693ddb
+DIST kdl_parser-1.13.0.tar.gz 950647 BLAKE2B 
7a87cc5f4b2c1bd870bee1b19a7be55e52c4d7c7ca44d1e3f3ef68419f7f775fef0fbec0a19651d37c479af6f8b41b085e86a9666211a7e030442854adbec7fd
 SHA512 
f9b962ecc6e0f3c408619bc9c57f278a2e95228e735f452b9a45ce970752f6df37cbb5f331914412f04ebf31cf2862a056893d302fc2dad8af31cf538d717a9a

diff --git a/dev-ros/kdl_parser/kdl_parser-.ebuild 
b/dev-ros/kdl_parser/kdl_parser-1.13.0.ebuild
similarity index 81%
copy from dev-ros/kdl_parser/kdl_parser-.ebuild
copy to dev-ros/kdl_parser/kdl_parser-1.13.0.ebuild
index 5944ea9f217..c135325db1b 100644
--- a/dev-ros/kdl_parser/kdl_parser-.ebuild
+++ b/dev-ros/kdl_parser/kdl_parser-1.13.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
@@ -18,9 +18,9 @@ RDEPEND="
dev-libs/boost:=
dev-ros/roscpp
dev-ros/rosconsole
-   dev-ros/urdf
-   sci-libs/orocos_kdl
-   dev-libs/tinyxml
+   >=dev-ros/urdf-1.13
+   sci-libs/orocos_kdl:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/kdl_parser/kdl_parser-.ebuild 
b/dev-ros/kdl_parser/kdl_parser-.ebuild
index 5944ea9f217..c135325db1b 100644
--- a/dev-ros/kdl_parser/kdl_parser-.ebuild
+++ b/dev-ros/kdl_parser/kdl_parser-.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
@@ -18,9 +18,9 @@ RDEPEND="
dev-libs/boost:=
dev-ros/roscpp
dev-ros/rosconsole
-   dev-ros/urdf
-   sci-libs/orocos_kdl
-   dev-libs/tinyxml
+   >=dev-ros/urdf-1.13
+   sci-libs/orocos_kdl:=
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/

2018-04-07 Thread Alexis Ballier
commit: 094751695b3ee89a12cbe3ee96974dce630cb0d6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:32:48 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09475169

dev-ros/pluginlib: bump to 1.12.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/pluginlib/Manifest   | 1 +
 dev-ros/pluginlib/{pluginlib-.ebuild => pluginlib-1.12.0.ebuild} | 4 ++--
 dev-ros/pluginlib/pluginlib-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
index c1443be2bcc..3ffe40dd06e 100644
--- a/dev-ros/pluginlib/Manifest
+++ b/dev-ros/pluginlib/Manifest
@@ -1,2 +1,3 @@
 DIST pluginlib-1.11.2.tar.gz 22844 BLAKE2B 
3f3090b2b41754c0989cbc2c0f31333cf404aca00c481c3062955b01274b1cddb76eef41a0bce9a01058b461a293d42beae7c9337e8780d1e9503968196f0a98
 SHA512 
579aeb2ae82d6607c62007a5be6ccc402856c135e69a500d530ce5569c4f77526a63fee8b948db997db2face37bdac929b58911b5245c6ad641d19af055e46c0
 DIST pluginlib-1.11.3.tar.gz 23465 BLAKE2B 
64725b7bd3896362168db324dbbdc9a0de24d6c79b77d3b21e6d6a95091bfe7bca35fe93617200ed993a20aa8ce5604b90eadf546ca0d3ab5cca79dd47e182a0
 SHA512 
5d0acadf69362137041b6f08724ef0c0b0209ca901d1d082df38224e08ad990e43133979e9462128f0b9fb313ad4c9398bf5c075e5669a1cd3cd8dd715e9355b
+DIST pluginlib-1.12.0.tar.gz 20298 BLAKE2B 
9d6e5adb6bd64f02d237fa1992402cb016266071c0fa0447709880f90550f36f9e280163a3e054594235d0102f7fb22f4b98a56216b0db9ebaa200b99d018570
 SHA512 
fcd51908c6c7223bbe50eb43733ba6d00e11419b26d2b9a05aaaf6498020fcd44bacc19313c3a4dd7524bf69d4f54aec27e05b1f88ee578191484c53c1e3f767

diff --git a/dev-ros/pluginlib/pluginlib-.ebuild 
b/dev-ros/pluginlib/pluginlib-1.12.0.ebuild
similarity index 90%
copy from dev-ros/pluginlib/pluginlib-.ebuild
copy to dev-ros/pluginlib/pluginlib-1.12.0.ebuild
index d72ce338bb9..5efd9ee147b 100644
--- a/dev-ros/pluginlib/pluginlib-.ebuild
+++ b/dev-ros/pluginlib/pluginlib-1.12.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,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/pluginlib;
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR="${PN}"
 
 inherit ros-catkin
 
@@ -20,7 +21,6 @@ RDEPEND="
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-libs/tinyxml2:=
-   dev-ros/cmake_modules
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"

diff --git a/dev-ros/pluginlib/pluginlib-.ebuild 
b/dev-ros/pluginlib/pluginlib-.ebuild
index d72ce338bb9..5efd9ee147b 100644
--- a/dev-ros/pluginlib/pluginlib-.ebuild
+++ b/dev-ros/pluginlib/pluginlib-.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,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/pluginlib;
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+ROS_SUBDIR="${PN}"
 
 inherit ros-catkin
 
@@ -20,7 +21,6 @@ RDEPEND="
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-libs/tinyxml2:=
-   dev-ros/cmake_modules
 "
 DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/eigen_conversions/

2018-04-07 Thread Alexis Ballier
commit: b1d293d88a8e9af24e50b415cb9267d88a4449c5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:58:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d293d8

dev-ros/eigen_conversions: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/eigen_conversions/Manifest |  2 --
 .../eigen_conversions-1.11.7.ebuild| 24 --
 .../eigen_conversions-1.11.8.ebuild| 24 --
 3 files changed, 50 deletions(-)

diff --git a/dev-ros/eigen_conversions/Manifest 
b/dev-ros/eigen_conversions/Manifest
index 5ec30179011..1fa4b0d345a 100644
--- a/dev-ros/eigen_conversions/Manifest
+++ b/dev-ros/eigen_conversions/Manifest
@@ -1,3 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 BLAKE2B 
c3f3056aec96c8605941abf4c6928aa3987e51548dd94f486cdf83ab52f6f96911b38d4cafc0ae8fc73b7c811dcea01fe194eca448787a3c2b9ec93462e82434
 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B 
f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879
 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c

diff --git a/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild
deleted file mode 100644
index 3a9dc27b059..000
--- a/dev-ros/eigen_conversions/eigen_conversions-1.11.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between Eigen and KDL and Eigen and 
geometry_msgs"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/cmake_modules
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild
deleted file mode 100644
index 3a9dc27b059..000
--- a/dev-ros/eigen_conversions/eigen_conversions-1.11.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between Eigen and KDL and Eigen and 
geometry_msgs"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-ros/cmake_modules
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_state_publisher/

2018-04-07 Thread Alexis Ballier
commit: cdb35ae21fe1bb9b604d3140fc10863bbe24eefe
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:56:39 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb35ae2

dev-ros/robot_state_publisher: add := dep on orocos

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...e_publisher-1.13.6.ebuild => robot_state_publisher-1.13.6-r1.ebuild} | 2 +-
 dev-ros/robot_state_publisher/robot_state_publisher-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.6.ebuild 
b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.6-r1.ebuild
similarity index 96%
rename from dev-ros/robot_state_publisher/robot_state_publisher-1.13.6.ebuild
rename to dev-ros/robot_state_publisher/robot_state_publisher-1.13.6-r1.ebuild
index b1afbf65973..760d6df668f 100644
--- a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.6.ebuild
+++ b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.6-r1.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
dev-ros/kdl_parser
dev-cpp/eigen:3
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-ros/roscpp
dev-ros/rosconsole
dev-ros/rostime

diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild 
b/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
index b1afbf65973..760d6df668f 100644
--- a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
+++ b/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 RDEPEND="
dev-ros/kdl_parser
dev-cpp/eigen:3
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-ros/roscpp
dev-ros/rosconsole
dev-ros/rostime



[gentoo-commits] repo/gentoo:master commit in: dev-ros/class_loader/

2018-04-07 Thread Alexis Ballier
commit: 13b821242af110bf2f2ef2419753056ea8e4fcd0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 14:06:02 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b82124

dev-ros/class_loader: bump to 0.4.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/class_loader/Manifest | 1 +
 .../{class_loader-.ebuild => class_loader-0.4.0.ebuild}   | 4 ++--
 dev-ros/class_loader/class_loader-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ros/class_loader/Manifest b/dev-ros/class_loader/Manifest
index ad2a10126d1..9f07bef330b 100644
--- a/dev-ros/class_loader/Manifest
+++ b/dev-ros/class_loader/Manifest
@@ -1,2 +1,3 @@
 DIST class_loader-0.3.8.tar.gz 30726 BLAKE2B 
0f2b8eef574b5a5f8010a00562a9879e892f30b37a3ca776e1067500f6a304ae453fc8f84c1b25d895a3eddcb65be334d5101ad8cb3671c3abd21581e707a55d
 SHA512 
d2e7ebad6057cca135a95ba0382adc1b91e987bc2a8eefe16011e4fdbab41e77489724f4dcfcae4fbb15034ec7601af91aba9e179085d5a9027246ffc3b1f499
 DIST class_loader-0.3.9.tar.gz 32311 BLAKE2B 
7398825fe0ff4f113c6f48711d600dcf342ed7b77804e6778beae0b519a2154275a7e7cedd39c14fb7414be400311a6883a72cde8ebc8c06902bc7e3f5386bba
 SHA512 
3434a63fc7e89d18724f5bf6c2b27251f07bde83d62e3496644772f73f96675489d994150686315876a9666aa4acc1c12bbde2b66d4348d05bbf3a7ad482d4ee
+DIST class_loader-0.4.0.tar.gz 32163 BLAKE2B 
f86e3903628cc797e935bb83b49d3f3baf1330bf6431402e7c4c38be802596a6e26767ea7089fa3f1a833f3e22b49f8a72b24675c2502810efb2a6d9104cb611
 SHA512 
3d07ba3a85b0c2b2153776ca55fe6b83a14c39fe7f62e4d7e6b66e1000fb0365f967e0a04c0c918ee99d730ea0b4fff6bec63ac00ad04d8c1574008297390346

diff --git a/dev-ros/class_loader/class_loader-.ebuild 
b/dev-ros/class_loader/class_loader-0.4.0.ebuild
similarity index 86%
copy from dev-ros/class_loader/class_loader-.ebuild
copy to dev-ros/class_loader/class_loader-0.4.0.ebuild
index 1b4cdea4967..bd6d17ac0ef 100644
--- a/dev-ros/class_loader/class_loader-.ebuild
+++ b/dev-ros/class_loader/class_loader-0.4.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
@@ -10,7 +10,7 @@ inherit ros-catkin
 
 DESCRIPTION="ROS-independent package for loading plugins"
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/melodic"
 IUSE=""
 
 RDEPEND="dev-libs/poco

diff --git a/dev-ros/class_loader/class_loader-.ebuild 
b/dev-ros/class_loader/class_loader-.ebuild
index 1b4cdea4967..bd6d17ac0ef 100644
--- a/dev-ros/class_loader/class_loader-.ebuild
+++ b/dev-ros/class_loader/class_loader-.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 @@ inherit ros-catkin
 
 DESCRIPTION="ROS-independent package for loading plugins"
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/melodic"
 IUSE=""
 
 RDEPEND="dev-libs/poco



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_conversions/

2018-04-07 Thread Alexis Ballier
commit: 2ef0eebf1ae79812d76c68c1d82555d19d2edca0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:57:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef0eebf

dev-ros/kdl_conversions: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/kdl_conversions/Manifest|  2 --
 .../kdl_conversions/kdl_conversions-1.11.7.ebuild   | 21 -
 .../kdl_conversions/kdl_conversions-1.11.8.ebuild   | 21 -
 3 files changed, 44 deletions(-)

diff --git a/dev-ros/kdl_conversions/Manifest b/dev-ros/kdl_conversions/Manifest
index 5ec30179011..1fa4b0d345a 100644
--- a/dev-ros/kdl_conversions/Manifest
+++ b/dev-ros/kdl_conversions/Manifest
@@ -1,3 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 BLAKE2B 
c3f3056aec96c8605941abf4c6928aa3987e51548dd94f486cdf83ab52f6f96911b38d4cafc0ae8fc73b7c811dcea01fe194eca448787a3c2b9ec93462e82434
 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B 
f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879
 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c

diff --git a/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild
deleted file mode 100644
index 21b09e98fb7..000
--- a/dev-ros/kdl_conversions/kdl_conversions-1.11.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between KDL and geometry_msgs types"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild
deleted file mode 100644
index 21b09e98fb7..000
--- a/dev-ros/kdl_conversions/kdl_conversions-1.11.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions between KDL and geometry_msgs types"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
-"
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib/

2018-04-07 Thread Alexis Ballier
commit: af64b2505c2e0a0f261f15f327fcbd5b09dadaf2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 14:07:12 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af64b250

dev-ros/pluginlib: better deps

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../pluginlib/{pluginlib-1.12.0.ebuild => pluginlib-1.12.0-r1.ebuild}   | 2 +-
 dev-ros/pluginlib/pluginlib-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/pluginlib/pluginlib-1.12.0.ebuild 
b/dev-ros/pluginlib/pluginlib-1.12.0-r1.ebuild
similarity index 94%
rename from dev-ros/pluginlib/pluginlib-1.12.0.ebuild
rename to dev-ros/pluginlib/pluginlib-1.12.0-r1.ebuild
index 5efd9ee147b..5346810670b 100644
--- a/dev-ros/pluginlib/pluginlib-1.12.0.ebuild
+++ b/dev-ros/pluginlib/pluginlib-1.12.0-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   >=dev-ros/class_loader-0.3.5
+   >=dev-ros/class_loader-0.3.5:=
dev-ros/rosconsole
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=

diff --git a/dev-ros/pluginlib/pluginlib-.ebuild 
b/dev-ros/pluginlib/pluginlib-.ebuild
index 5efd9ee147b..5346810670b 100644
--- a/dev-ros/pluginlib/pluginlib-.ebuild
+++ b/dev-ros/pluginlib/pluginlib-.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   >=dev-ros/class_loader-0.3.5
+   >=dev-ros/class_loader-0.3.5:=
dev-ros/rosconsole
dev-ros/roslib[${PYTHON_USEDEP}]
dev-libs/boost:=



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

2018-04-07 Thread Alexis Ballier
commit: 5e6cacaaffb7f4259d4d9188b6ddc798dc8d7b61
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:37:42 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6cacaa

dev-python/python_orocos_kdl: bump to 1.4.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/python_orocos_kdl/Manifest | 1 +
 .../{python_orocos_kdl-.ebuild => python_orocos_kdl-1.4.0.ebuild} | 4 ++--
 dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/python_orocos_kdl/Manifest 
b/dev-python/python_orocos_kdl/Manifest
index 79956d17a9a..40912926d34 100644
--- a/dev-python/python_orocos_kdl/Manifest
+++ b/dev-python/python_orocos_kdl/Manifest
@@ -1 +1,2 @@
 DIST orocos_kinematics_dynamics-1.3.1.tar.gz 202471 BLAKE2B 
46b7bdb62c09e9077b84d914b4d780995f27d486d9c734ef2ee1f8b8c2219265cdba5e63830225e2435b5760b79f00d478670e95b71666959afa773f8bcfe5ce
 SHA512 
93abd9dd5aef3710f784f9db8eea4738458bffa5295923993e2d77656c18f7354559412fb7eb5f1e9da7112de19aa36d3f0f68f149852f955bce960fd3b719e7
+DIST orocos_kinematics_dynamics-1.4.0.tar.gz 215004 BLAKE2B 
02ca44195af2ae2bd5c2293869893c56846501e2055ca1cacef602ffdd44824fc618ed528d351ee2212b7c087ff5e69438ab87e9fb8813d8a4eb4c143fdbfd27
 SHA512 
7156465e2aff02f472933617512069355836a03a02d4587cfe03c1b1d667a9762a4e3ed6e055b2a44f1fce1b6746179203c7204389626a7b458dcab1b28930d8

diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild 
b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0.ebuild
similarity index 93%
copy from dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild
copy to dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0.ebuild
index b251ab8dc3b..2e5a5dca48e 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 SCM=""
 if [ "${PV#}" != "${PV}" ] ; then

diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild 
b/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild
index b251ab8dc3b..2e5a5dca48e 100644
--- a/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild
+++ b/dev-python/python_orocos_kdl/python_orocos_kdl-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 SCM=""
 if [ "${PV#}" != "${PV}" ] ; then



[gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/

2018-04-07 Thread Alexis Ballier
commit: 48b4841820c915128fd76f235f97b1d4f9453d17
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:52:49 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b48418

dev-ros/urdf_parser_plugin: bump to 1.13.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/urdf_parser_plugin/Manifest   | 1 +
 dev-ros/urdf_parser_plugin/metadata.xml   | 2 +-
 ...rdf_parser_plugin-.ebuild => urdf_parser_plugin-1.13.1.ebuild} | 4 ++--
 dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-ros/urdf_parser_plugin/Manifest 
b/dev-ros/urdf_parser_plugin/Manifest
index 86b1a63004b..502fcb8fc97 100644
--- a/dev-ros/urdf_parser_plugin/Manifest
+++ b/dev-ros/urdf_parser_plugin/Manifest
@@ -1 +1,2 @@
 DIST robot_model-1.12.11.tar.gz 277822 BLAKE2B 
3bdd2b931ddfd062594ccb2be4ce6d4863a5fa66f538c3ee48c3600b3be249d267f9d03aa9a701bc6ab22c4297d659a24da668fedcd25c75fe128c43cc781be0
 SHA512 
8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde
+DIST urdf-1.13.1.tar.gz 43326 BLAKE2B 
dce42216cc21595b91964b970d45bbc79d8c144ee331f72e9c3d31f024f3c0f18e59563055df7c4e4337f5bf1361a838a07c80dabb100b7522999a0949384639
 SHA512 
8a27b0bff40cb42d5eeb62422c371a48c25e3f4513711b86752192b618ceec308bcebb1d52aa3d058448d30c6724cc2cc337f815b9043874793e82e6404d6648

diff --git a/dev-ros/urdf_parser_plugin/metadata.xml 
b/dev-ros/urdf_parser_plugin/metadata.xml
index ceef7c794c1..05f17b2ac35 100644
--- a/dev-ros/urdf_parser_plugin/metadata.xml
+++ b/dev-ros/urdf_parser_plugin/metadata.xml
@@ -6,6 +6,6 @@
Gentoo ROS Project


-   ros/robot_model
+   ros/urdf

 

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
similarity index 74%
copy from dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
copy to dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
index 59d4f5b39ed..4e2a5c3c756 100644
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
+++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.13.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
+ROS_REPO_URI="https://github.com/ros/urdf;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
index 59d4f5b39ed..4e2a5c3c756 100644
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
+++ b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
+ROS_REPO_URI="https://github.com/ros/urdf;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf/

2018-04-07 Thread Alexis Ballier
commit: 8f3afceb489054f9f5bb77ad7bb657bae37d30b5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:48:17 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3afceb

dev-ros/urdf: bump to 1.13.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/urdf/Manifest | 1 +
 dev-ros/urdf/metadata.xml | 2 +-
 dev-ros/urdf/{urdf-.ebuild => urdf-1.13.1.ebuild} | 7 +++
 dev-ros/urdf/urdf-.ebuild | 7 +++
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-ros/urdf/Manifest b/dev-ros/urdf/Manifest
index 86b1a63004b..502fcb8fc97 100644
--- a/dev-ros/urdf/Manifest
+++ b/dev-ros/urdf/Manifest
@@ -1 +1,2 @@
 DIST robot_model-1.12.11.tar.gz 277822 BLAKE2B 
3bdd2b931ddfd062594ccb2be4ce6d4863a5fa66f538c3ee48c3600b3be249d267f9d03aa9a701bc6ab22c4297d659a24da668fedcd25c75fe128c43cc781be0
 SHA512 
8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde
+DIST urdf-1.13.1.tar.gz 43326 BLAKE2B 
dce42216cc21595b91964b970d45bbc79d8c144ee331f72e9c3d31f024f3c0f18e59563055df7c4e4337f5bf1361a838a07c80dabb100b7522999a0949384639
 SHA512 
8a27b0bff40cb42d5eeb62422c371a48c25e3f4513711b86752192b618ceec308bcebb1d52aa3d058448d30c6724cc2cc337f815b9043874793e82e6404d6648

diff --git a/dev-ros/urdf/metadata.xml b/dev-ros/urdf/metadata.xml
index ceef7c794c1..05f17b2ac35 100644
--- a/dev-ros/urdf/metadata.xml
+++ b/dev-ros/urdf/metadata.xml
@@ -6,6 +6,6 @@
Gentoo ROS Project


-   ros/robot_model
+   ros/urdf

 

diff --git a/dev-ros/urdf/urdf-.ebuild b/dev-ros/urdf/urdf-1.13.1.ebuild
similarity index 80%
copy from dev-ros/urdf/urdf-.ebuild
copy to dev-ros/urdf/urdf-1.13.1.ebuild
index eaa16e63ded..ab97666057c 100644
--- a/dev-ros/urdf/urdf-.ebuild
+++ b/dev-ros/urdf/urdf-1.13.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
+ROS_REPO_URI="https://github.com/ros/urdf;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )
@@ -20,12 +20,11 @@ RDEPEND="
dev-libs/urdfdom_headers
dev-ros/urdf_parser_plugin
dev-ros/pluginlib
-   dev-libs/tinyxml2:=
dev-ros/rosconsole_bridge
dev-libs/console_bridge:=
dev-ros/roscpp
dev-libs/tinyxml
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
-   dev-ros/cmake_modules
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"

diff --git a/dev-ros/urdf/urdf-.ebuild b/dev-ros/urdf/urdf-.ebuild
index eaa16e63ded..ab97666057c 100644
--- a/dev-ros/urdf/urdf-.ebuild
+++ b/dev-ros/urdf/urdf-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
+ROS_REPO_URI="https://github.com/ros/urdf;
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
 PYTHON_COMPAT=( python2_7 )
@@ -20,12 +20,11 @@ RDEPEND="
dev-libs/urdfdom_headers
dev-ros/urdf_parser_plugin
dev-ros/pluginlib
-   dev-libs/tinyxml2:=
dev-ros/rosconsole_bridge
dev-libs/console_bridge:=
dev-ros/roscpp
dev-libs/tinyxml
+   dev-libs/tinyxml2:=
 "
 DEPEND="${RDEPEND}
-   dev-ros/cmake_modules
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"



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

2018-04-07 Thread Alexis Ballier
commit: e952c4a041908c42b44f8a0928515a0ff074f4e2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:38:16 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e952c4a0

sci-libs/orocos_kdl: addsubslot

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild | 2 +-
 sci-libs/orocos_kdl/orocos_kdl-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild 
b/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild
index 7ea47c627d7..aa74627a9e4 100644
--- a/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild
+++ b/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild
@@ -22,7 +22,7 @@ fi
 DESCRIPTION="Kinematics and Dynamics Library (KDL)"
 HOMEPAGE="http://www.orocos.org/kdl;
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/14"
 IUSE="doc test examples models"
 
 RDEPEND="dev-cpp/eigen:3"

diff --git a/sci-libs/orocos_kdl/orocos_kdl-.ebuild 
b/sci-libs/orocos_kdl/orocos_kdl-.ebuild
index e2fe4f9b475..aa74627a9e4 100644
--- a/sci-libs/orocos_kdl/orocos_kdl-.ebuild
+++ b/sci-libs/orocos_kdl/orocos_kdl-.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
@@ -22,7 +22,7 @@ fi
 DESCRIPTION="Kinematics and Dynamics Library (KDL)"
 HOMEPAGE="http://www.orocos.org/kdl;
 LICENSE="LGPL-2.1"
-SLOT="0"
+SLOT="0/14"
 IUSE="doc test examples models"
 
 RDEPEND="dev-cpp/eigen:3"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf_conversions/

2018-04-07 Thread Alexis Ballier
commit: 3c71bfa7156787e381d7c4fb2db11d0a26359bd8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:59:15 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c71bfa7

dev-ros/tf_conversions: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/tf_conversions/Manifest|  2 --
 .../tf_conversions/tf_conversions-1.11.7.ebuild| 27 --
 .../tf_conversions/tf_conversions-1.11.8.ebuild| 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-ros/tf_conversions/Manifest b/dev-ros/tf_conversions/Manifest
index 5ec30179011..1fa4b0d345a 100644
--- a/dev-ros/tf_conversions/Manifest
+++ b/dev-ros/tf_conversions/Manifest
@@ -1,3 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 BLAKE2B 
c3f3056aec96c8605941abf4c6928aa3987e51548dd94f486cdf83ab52f6f96911b38d4cafc0ae8fc73b7c811dcea01fe194eca448787a3c2b9ec93462e82434
 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
-DIST geometry-1.11.8.tar.gz 186749 BLAKE2B 
f4d2579586221014ae50a649aa8cc19fdf975184091e9f50912494f3f3d4a2963160c63bbf9ee9466ae3f26aed533b5fba35c20663681009a69b71dbb595f879
 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c

diff --git a/dev-ros/tf_conversions/tf_conversions-1.11.7.ebuild 
b/dev-ros/tf_conversions/tf_conversions-1.11.7.ebuild
deleted file mode 100644
index 7982f1b93fe..000
--- a/dev-ros/tf_conversions/tf_conversions-1.11.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions to convert common tf datatypes into 
identical datatypes used by other libraries"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/kdl_conversions
-   dev-ros/tf[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/rospy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/tf_conversions/tf_conversions-1.11.8.ebuild 
b/dev-ros/tf_conversions/tf_conversions-1.11.8.ebuild
deleted file mode 100644
index 7982f1b93fe..000
--- a/dev-ros/tf_conversions/tf_conversions-1.11.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry;
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Conversion functions to convert common tf datatypes into 
identical datatypes used by other libraries"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/kdl_conversions
-   dev-ros/tf[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
-   dev-cpp/eigen:3
-   dev-ros/rospy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_conversions/

2018-04-07 Thread Alexis Ballier
commit: c79cab31e047b62897b996f3c57eccd2e00d3dce
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:57:57 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79cab31

dev-ros/kdl_conversions: add := dep on orocos

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...kdl_conversions-1.11.9.ebuild => kdl_conversions-1.11.9-r1.ebuild} | 4 ++--
 dev-ros/kdl_conversions/kdl_conversions-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/kdl_conversions/kdl_conversions-1.11.9.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-1.11.9-r1.ebuild
similarity index 86%
rename from dev-ros/kdl_conversions/kdl_conversions-1.11.9.ebuild
rename to dev-ros/kdl_conversions/kdl_conversions-1.11.9-r1.ebuild
index cff15ad3746..0f4679e87a7 100644
--- a/dev-ros/kdl_conversions/kdl_conversions-1.11.9.ebuild
+++ b/dev-ros/kdl_conversions/kdl_conversions-1.11.9-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
@@ -16,6 +16,6 @@ IUSE=""
 
 RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/kdl_conversions/kdl_conversions-.ebuild 
b/dev-ros/kdl_conversions/kdl_conversions-.ebuild
index 21b09e98fb7..0f4679e87a7 100644
--- a/dev-ros/kdl_conversions/kdl_conversions-.ebuild
+++ b/dev-ros/kdl_conversions/kdl_conversions-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,6 +16,6 @@ IUSE=""
 
 RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf2_kdl/

2018-04-07 Thread Alexis Ballier
commit: e04fa99c69f71110c4905bc3938090f973a4d086
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 14:03:21 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04fa99c

dev-ros/tf2_kdl: better deps

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/tf2_kdl/{tf2_kdl-0.6.1.ebuild => tf2_kdl-0.6.1-r1.ebuild} | 2 +-
 dev-ros/tf2_kdl/tf2_kdl-.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild
similarity index 96%
rename from dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild
rename to dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild
index f82f2ff4e47..e5c441b6527 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-0.6.1.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-0.6.1-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
dev-ros/tf2
dev-ros/tf2_ros
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-ros/tf2_msgs[${PYTHON_USEDEP}]
dev-ros/cmake_modules
 "

diff --git a/dev-ros/tf2_kdl/tf2_kdl-.ebuild 
b/dev-ros/tf2_kdl/tf2_kdl-.ebuild
index 5f196cdc9d7..e5c441b6527 100644
--- a/dev-ros/tf2_kdl/tf2_kdl-.ebuild
+++ b/dev-ros/tf2_kdl/tf2_kdl-.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
@@ -19,7 +19,7 @@ RDEPEND="
dev-ros/tf2
dev-ros/tf2_ros
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-ros/tf2_msgs[${PYTHON_USEDEP}]
dev-ros/cmake_modules
 "



[gentoo-commits] repo/gentoo:master commit in: ros-meta/robot_model/

2018-04-07 Thread Alexis Ballier
commit: ba085152bc3ec726e1e57d11e35caeb66905bb2d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 14:04:01 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba085152

ros-meta/robot_model: remove urdf that has been split

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/robot_model/robot_model-.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ros-meta/robot_model/robot_model-.ebuild 
b/ros-meta/robot_model/robot_model-.ebuild
index 27439945b38..96b1489b0bf 100644
--- a/ros-meta/robot_model/robot_model-.ebuild
+++ b/ros-meta/robot_model/robot_model-.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
@@ -15,7 +15,5 @@ IUSE=""
 
 RDEPEND="
dev-ros/joint_state_publisher
-   dev-ros/urdf
-   dev-ros/urdf_parser_plugin
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_parser_plugin/

2018-04-07 Thread Alexis Ballier
commit: f51aeedfbaeff7a226628803efcc3d5b46c302d8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:51:38 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51aeedf

dev-ros/urdf_parser_plugin: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/urdf_parser_plugin/Manifest |  4 
 .../urdf_parser_plugin-1.12.10.ebuild   | 17 -
 .../urdf_parser_plugin/urdf_parser_plugin-1.12.7.ebuild | 17 -
 .../urdf_parser_plugin/urdf_parser_plugin-1.12.8.ebuild | 17 -
 .../urdf_parser_plugin/urdf_parser_plugin-1.12.9.ebuild | 17 -
 5 files changed, 72 deletions(-)

diff --git a/dev-ros/urdf_parser_plugin/Manifest 
b/dev-ros/urdf_parser_plugin/Manifest
index c7d9e3a8c20..86b1a63004b 100644
--- a/dev-ros/urdf_parser_plugin/Manifest
+++ b/dev-ros/urdf_parser_plugin/Manifest
@@ -1,5 +1 @@
-DIST robot_model-1.12.10.tar.gz 277362 BLAKE2B 
48c81b3ed4e8b1d9d94f487fd750f9b1ecb6b555c162d0ee8a90f464589bf30a4c37d80d169f13ec3029715ddd910b3f1bd2bcb5f879d3ee39e44ece35ca3f63
 SHA512 
cf81bbb63472804f6302d009785b36230e19e17472666332a2b6de40f4365b736c77d766540a471c42f9f98d8ba8b68753c3aadb7e052838fcdb5b4ac6595984
 DIST robot_model-1.12.11.tar.gz 277822 BLAKE2B 
3bdd2b931ddfd062594ccb2be4ce6d4863a5fa66f538c3ee48c3600b3be249d267f9d03aa9a701bc6ab22c4297d659a24da668fedcd25c75fe128c43cc781be0
 SHA512 
8dea6fc72e9beaddbf9a82cb177561cb89c69ef8f58f0c4882598f6cc33a0e10564d9696f07b6f4e3e3404d3f1f5236e54eea4b8d249be0a216cd3ce12a03cde
-DIST robot_model-1.12.7.tar.gz 1296028 BLAKE2B 
a1952910b9d97f96171a3965ad3fb2785662ec787e467338c7495b0eeecf6f58e9019781ad34dda087dd83c05d61ded4b92eb3ef6fa331c8c04974f26a4ff4fd
 SHA512 
bc1901473f890b7200ef67db891ca9269c867ee1cf67a316948587d27549c6d58ce8c0b4a0d9255a5419a235ead3b19065b135486188efc21cbb6594d1863291
-DIST robot_model-1.12.8.tar.gz 1297591 BLAKE2B 
ae2bfdc428a273befe6bf68d7d970ef37a2b4f816150ec74767187f65bf8cb3eff9b27c90ae279c891e6e16272afb2e0d46aa4c7ef8abadac93858d73737389a
 SHA512 
0e3ce1fe7c143c15581fa262dc01ccc04dd9313d022b9f0f254451db80415b558f339063debc5712590f846690d957848ba977f2175d2a4cda72b2102914
-DIST robot_model-1.12.9.tar.gz 1298115 BLAKE2B 
4f17a06dd6afa574cac3a34cc286d66c0ae63328d509c6c3a89baad07c0eeaf83d7e66679f7a8910772c6bc86cc3b92e1c5fa855d6903c0f41eab58801d13f22
 SHA512 
fe1da6fd290af012d53cd2875cdfa5e746bfb964a6cf4ca91786218b33603858d478f49a8e18c9581ba52d9e1d68409f919ec19997de7549b3fb2bc4a3686121

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.10.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.10.ebuild
deleted file mode 100644
index b711fa9ab4b..000
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.10.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ base class for URDF parsers"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/urdfdom_headers"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.7.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.7.ebuild
deleted file mode 100644
index b711fa9ab4b..000
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.7.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ base class for URDF parsers"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/urdfdom_headers"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.8.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.8.ebuild
deleted file mode 100644
index b711fa9ab4b..000
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model;
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="C++ base class for URDF parsers"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/urdfdom_headers"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.9.ebuild 
b/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.9.ebuild
deleted file mode 100644
index b711fa9ab4b..000
--- a/dev-ros/urdf_parser_plugin/urdf_parser_plugin-1.12.9.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/

2018-04-07 Thread Alexis Ballier
commit: 101f5566a96edc026dfe4c7f1b8e793ffb1374af
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:27:14 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=101f5566

dev-ros/xacro: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/xacro/Manifest|  2 --
 dev-ros/xacro/xacro-1.12.0.ebuild | 22 --
 dev-ros/xacro/xacro-1.12.1.ebuild | 22 --
 3 files changed, 46 deletions(-)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 9e95628ab4a..3df3d542408 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,3 +1 @@
-DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 
537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c
 SHA512 
f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42
-DIST xacro-1.12.1.tar.gz 80708 BLAKE2B 
21c9521f0e7cfd4373746546da330b32ebe98a9bbce84ed5a940861e5845ca2fadef5aa49f40d923746e8e2cbcedfd08a462d18a2ee5839f2ecbe3b3ad531bc7
 SHA512 
04883d3f8ad16896bfe9ef57443805477b1979a53b35f0331515ec69b4a765b4a6d78506d527fc31bb85028003c8d1d79c26f7df90a3cba87203469cbdf53f3f
 DIST xacro-1.13.0.tar.gz 80831 BLAKE2B 
e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b
 SHA512 
f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa

diff --git a/dev-ros/xacro/xacro-1.12.0.ebuild 
b/dev-ros/xacro/xacro-1.12.0.ebuild
deleted file mode 100644
index 78e761763db..000
--- a/dev-ros/xacro/xacro-1.12.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/xacro;
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_USEDEP}] 
dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-   dev-ros/roslaunch[${PYTHON_USEDEP}]"

diff --git a/dev-ros/xacro/xacro-1.12.1.ebuild 
b/dev-ros/xacro/xacro-1.12.1.ebuild
deleted file mode 100644
index a7b93c3df7f..000
--- a/dev-ros/xacro/xacro-1.12.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/xacro;
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="XML macro language"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? ( dev-ros/rostest[${PYTHON_USEDEP}] 
dev-python/nose[${PYTHON_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-   dev-ros/roslaunch[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_state_publisher/

2018-04-07 Thread Alexis Ballier
commit: 21173a62c13ebd00ba30e6a2d00de8807be0aeed
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:29:07 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21173a62

dev-ros/robot_state_publisher: bump to 1.13.6

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/robot_state_publisher/Manifest   | 1 +
 ...ate_publisher-.ebuild => robot_state_publisher-1.13.6.ebuild} | 5 ++---
 dev-ros/robot_state_publisher/robot_state_publisher-.ebuild  | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-ros/robot_state_publisher/Manifest 
b/dev-ros/robot_state_publisher/Manifest
index 394bb14aff7..0207afd4de3 100644
--- a/dev-ros/robot_state_publisher/Manifest
+++ b/dev-ros/robot_state_publisher/Manifest
@@ -1 +1,2 @@
 DIST robot_state_publisher-1.13.5.tar.gz 25346 BLAKE2B 
bdc7ed15178cdd8a8571796236b5273666f58486b831374254b45b79549d8b224097cb78c4585cb136f74bd4fee8309dfdef6dbaa03038acc126b35a4e2899dc
 SHA512 
2ce97e35a64f9c6f8539780d2dabf416906da8144b579b07214b55e935aec3105f2087c90796ceb896f8766c46c2c2b72aaf9fdc4cfc80dd1b3f06b477acf778
+DIST robot_state_publisher-1.13.6.tar.gz 25885 BLAKE2B 
0d673ef6cce53ff66a522de02ddeb93876d168a65cf102de2c0384f69911d9dfedf1cadba67e7251ed0ccdc7bf07b545c2ded5620419a970bbcf6fb63c9fcd15
 SHA512 
c0dbdd9149a1b308c29de1509641691d488aa0cd6b325d1245cbb16b537bbd3abf0c5e85ecd1c24a78117b6e45a833a45769c6619a22bfc7a1f5f7709071b21a

diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild 
b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.6.ebuild
similarity index 85%
copy from dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
copy to dev-ros/robot_state_publisher/robot_state_publisher-1.13.6.ebuild
index 508dcb8c0b0..b1afbf65973 100644
--- a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
+++ b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.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=5
@@ -29,6 +29,5 @@ RDEPEND="
dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
-   dev-ros/rostest[${PYTHON_USEDEP}]
-   test? ( dev-cpp/gtest )
+   test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )
 "

diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild 
b/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
index 508dcb8c0b0..b1afbf65973 100644
--- a/dev-ros/robot_state_publisher/robot_state_publisher-.ebuild
+++ b/dev-ros/robot_state_publisher/robot_state_publisher-.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
@@ -29,6 +29,5 @@ RDEPEND="
dev-libs/boost:=
 "
 DEPEND="${RDEPEND}
-   dev-ros/rostest[${PYTHON_USEDEP}]
-   test? ( dev-cpp/gtest )
+   test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )
 "



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

2018-04-07 Thread Alexis Ballier
commit: 6b89e025288ea1720b27da71e42d8224436f70c1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:36:29 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b89e025

sci-libs/orocos_kdl: bump to 1.4.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/orocos_kdl/Manifest|  1 +
 sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/sci-libs/orocos_kdl/Manifest b/sci-libs/orocos_kdl/Manifest
index 79956d17a9a..40912926d34 100644
--- a/sci-libs/orocos_kdl/Manifest
+++ b/sci-libs/orocos_kdl/Manifest
@@ -1 +1,2 @@
 DIST orocos_kinematics_dynamics-1.3.1.tar.gz 202471 BLAKE2B 
46b7bdb62c09e9077b84d914b4d780995f27d486d9c734ef2ee1f8b8c2219265cdba5e63830225e2435b5760b79f00d478670e95b71666959afa773f8bcfe5ce
 SHA512 
93abd9dd5aef3710f784f9db8eea4738458bffa5295923993e2d77656c18f7354559412fb7eb5f1e9da7112de19aa36d3f0f68f149852f955bce960fd3b719e7
+DIST orocos_kinematics_dynamics-1.4.0.tar.gz 215004 BLAKE2B 
02ca44195af2ae2bd5c2293869893c56846501e2055ca1cacef602ffdd44824fc618ed528d351ee2212b7c087ff5e69438ab87e9fb8813d8a4eb4c143fdbfd27
 SHA512 
7156465e2aff02f472933617512069355836a03a02d4587cfe03c1b1d667a9762a4e3ed6e055b2a44f1fce1b6746179203c7204389626a7b458dcab1b28930d8

diff --git a/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild 
b/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild
new file mode 100644
index 000..7ea47c627d7
--- /dev/null
+++ b/sci-libs/orocos_kdl/orocos_kdl-1.4.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics;
+fi
+
+inherit ${SCM} cmake-utils
+
+if [ "${PV#}" != "${PV}" ] ; then
+   KEYWORDS=""
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm ~x86"
+   
SRC_URI="https://github.com/orocos/orocos_kinematics_dynamics/archive/v${PV}.tar.gz
 -> orocos_kinematics_dynamics-${PV}.tar.gz"
+fi
+
+DESCRIPTION="Kinematics and Dynamics Library (KDL)"
+HOMEPAGE="http://www.orocos.org/kdl;
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="doc test examples models"
+
+RDEPEND="dev-cpp/eigen:3"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cppunit )
+   doc? ( app-doc/doxygen )"
+REQUIRED_USE="examples? ( models )"
+
+DOCS=( README )
+
+if [ "${PV#}" != "${PV}" ] ; then
+   S=${WORKDIR}/${P}/orocos_kdl
+else
+   S=${WORKDIR}/orocos_kinematics_dynamics-${PV}/orocos_kdl
+fi
+
+src_configure() {
+   local mycmakeargs=(
+   "$(cmake-utils_use_enable test TESTS)"
+   "$(cmake-utils_use_enable examples EXAMPLES)"
+   "-DBUILD_MODELS=$(usex models ON OFF)"
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   cd "${BUILD_DIR}"
+   use doc && emake docs
+}
+
+src_test() {
+   cd "${BUILD_DIR}"
+   emake check
+}
+
+src_install() {
+   cmake-utils_src_install
+   cd "${BUILD_DIR}"
+   use doc && dohtml -r doc/api/html/*
+   use examples && dobin 
"${BUILD_DIR}/examples/"{geometry,trajectory_example,chainiksolverpos_lma_demo}
+
+   # Need to have package.xml in our custom gentoo path
+   insinto /usr/share/ros_packages/${PN}
+   doins "${ED}/usr/share/${PN}/package.xml"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/collada_parser/

2018-04-07 Thread Alexis Ballier
commit: 7c4010335d1b3de3ea2e4663ee261a3d3de9762e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 14:08:02 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c401033

dev-ros/collada_parser: better deps

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...ollada_parser-1.12.10-r2.ebuild => collada_parser-1.12.10-r3.ebuild} | 2 +-
 dev-ros/collada_parser/collada_parser-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/collada_parser/collada_parser-1.12.10-r2.ebuild 
b/dev-ros/collada_parser/collada_parser-1.12.10-r3.ebuild
similarity index 95%
rename from dev-ros/collada_parser/collada_parser-1.12.10-r2.ebuild
rename to dev-ros/collada_parser/collada_parser-1.12.10-r3.ebuild
index e300d9bb66a..cd21973f675 100644
--- a/dev-ros/collada_parser/collada_parser-1.12.10-r2.ebuild
+++ b/dev-ros/collada_parser/collada_parser-1.12.10-r3.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
dev-libs/boost:=
>=dev-ros/urdf_parser_plugin-1.12.6
dev-ros/roscpp
-   dev-ros/class_loader
+   dev-ros/class_loader:=
dev-libs/urdfdom_headers
dev-libs/collada-dom:=
>=dev-ros/urdf-1.12.6

diff --git a/dev-ros/collada_parser/collada_parser-.ebuild 
b/dev-ros/collada_parser/collada_parser-.ebuild
index e300d9bb66a..cd21973f675 100644
--- a/dev-ros/collada_parser/collada_parser-.ebuild
+++ b/dev-ros/collada_parser/collada_parser-.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
dev-libs/boost:=
>=dev-ros/urdf_parser_plugin-1.12.6
dev-ros/roscpp
-   dev-ros/class_loader
+   dev-ros/class_loader:=
dev-libs/urdfdom_headers
dev-libs/collada-dom:=
>=dev-ros/urdf-1.12.6



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf_conversions/

2018-04-07 Thread Alexis Ballier
commit: 50b41b063d06a6e63b703da63e99e343a791d239
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:59:46 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b41b06

dev-ros/tf_conversions: better deps

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../{tf_conversions-1.11.9.ebuild => tf_conversions-1.11.9-r1.ebuild} | 4 ++--
 dev-ros/tf_conversions/tf_conversions-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/tf_conversions/tf_conversions-1.11.9.ebuild 
b/dev-ros/tf_conversions/tf_conversions-1.11.9-r1.ebuild
similarity index 91%
rename from dev-ros/tf_conversions/tf_conversions-1.11.9.ebuild
rename to dev-ros/tf_conversions/tf_conversions-1.11.9-r1.ebuild
index a4a7d1bf8bf..9e9aa0f339c 100644
--- a/dev-ros/tf_conversions/tf_conversions-1.11.9.ebuild
+++ b/dev-ros/tf_conversions/tf_conversions-1.11.9-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
@@ -19,7 +19,7 @@ RDEPEND="

dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/kdl_conversions
dev-ros/tf[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-cpp/eigen:3
dev-ros/rospy[${PYTHON_USEDEP}]
 "

diff --git a/dev-ros/tf_conversions/tf_conversions-.ebuild 
b/dev-ros/tf_conversions/tf_conversions-.ebuild
index 7982f1b93fe..9e9aa0f339c 100644
--- a/dev-ros/tf_conversions/tf_conversions-.ebuild
+++ b/dev-ros/tf_conversions/tf_conversions-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,7 +19,7 @@ RDEPEND="

dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/kdl_conversions
dev-ros/tf[${PYTHON_USEDEP}]
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-cpp/eigen:3
dev-ros/rospy[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/

2018-04-07 Thread Alexis Ballier
commit: 9dbcf712a9dcca91442586a34ec0268db58e9c80
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:26:59 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbcf712

dev-ros/xacro: bump to 1.13.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/xacro/Manifest|  1 +
 dev-ros/xacro/xacro-1.13.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index 2a75050c91a..9e95628ab4a 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1,2 +1,3 @@
 DIST xacro-1.12.0.tar.gz 78767 BLAKE2B 
537ceaa1b0c795ff57e4774fba6b76f599a77ec427955a46891712f87e8a68cbd99aad2891c6ad10118596b99a333279f8d5dfae68372a0770dd1e89c237d02c
 SHA512 
f6af679942e5ff6d57288df2e9c7896282827420b766e43fc4609b8a633763b7c42bcc69cf3a2afa5d740c6038a5a90da97e7bcf433d3cc47a45a1769fd71d42
 DIST xacro-1.12.1.tar.gz 80708 BLAKE2B 
21c9521f0e7cfd4373746546da330b32ebe98a9bbce84ed5a940861e5845ca2fadef5aa49f40d923746e8e2cbcedfd08a462d18a2ee5839f2ecbe3b3ad531bc7
 SHA512 
04883d3f8ad16896bfe9ef57443805477b1979a53b35f0331515ec69b4a765b4a6d78506d527fc31bb85028003c8d1d79c26f7df90a3cba87203469cbdf53f3f
+DIST xacro-1.13.0.tar.gz 80831 BLAKE2B 
e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b
 SHA512 
f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa

diff --git a/dev-ros/xacro/xacro-1.13.0.ebuild 
b/dev-ros/xacro/xacro-1.13.0.ebuild
new file mode 100644
index 000..a7b93c3df7f
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.13.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/xacro;
+KEYWORDS="~amd64"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-ros/rostest[${PYTHON_USEDEP}] 
dev-python/nose[${PYTHON_USEDEP}] )
+"
+RDEPEND="${RDEPEND}
+   dev-ros/roslaunch[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/eigen_conversions/

2018-04-07 Thread Alexis Ballier
commit: 2775d28967f8e96f5c1ad79ed4bca4c934918fe0
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:58:52 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2775d289

dev-ros/eigen_conversions: better deps

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...n_conversions-1.11.9.ebuild => eigen_conversions-1.11.9-r1.ebuild} | 4 ++--
 dev-ros/eigen_conversions/eigen_conversions-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/eigen_conversions/eigen_conversions-1.11.9.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-1.11.9-r1.ebuild
similarity index 88%
rename from dev-ros/eigen_conversions/eigen_conversions-1.11.9.ebuild
rename to dev-ros/eigen_conversions/eigen_conversions-1.11.9-r1.ebuild
index e97c1b85453..4065fd42f09 100644
--- a/dev-ros/eigen_conversions/eigen_conversions-1.11.9.ebuild
+++ b/dev-ros/eigen_conversions/eigen_conversions-1.11.9-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
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-cpp/eigen:3
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]

diff --git a/dev-ros/eigen_conversions/eigen_conversions-.ebuild 
b/dev-ros/eigen_conversions/eigen_conversions-.ebuild
index 3a9dc27b059..4065fd42f09 100644
--- a/dev-ros/eigen_conversions/eigen_conversions-.ebuild
+++ b/dev-ros/eigen_conversions/eigen_conversions-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   sci-libs/orocos_kdl
+   sci-libs/orocos_kdl:=
dev-cpp/eigen:3
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-ros/kdl_parser_py/

2018-04-07 Thread Alexis Ballier
commit: d3d64da71049000ebf9489907de0ddbf21fcbfdc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr  7 13:55:07 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr  7 14:08:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d64da7

dev-ros/kdl_parser_py: bump to 1.13.0

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ros/kdl_parser_py/Manifest| 1 +
 .../{kdl_parser_py-.ebuild => kdl_parser_py-1.13.0.ebuild}| 4 ++--
 dev-ros/kdl_parser_py/kdl_parser_py-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ros/kdl_parser_py/Manifest b/dev-ros/kdl_parser_py/Manifest
index 02a80abc446..66f74d8646b 100644
--- a/dev-ros/kdl_parser_py/Manifest
+++ b/dev-ros/kdl_parser_py/Manifest
@@ -1 +1,2 @@
 DIST kdl_parser-1.12.10.tar.gz 950156 BLAKE2B 
5e125c236888459e7ea4cdb6a556961e4f9008a99b9f76ec9cd243bdcc85994d07dc8d2a004b101bdab99f4b62e5a004793956d44edd5f8a2cd2fdfbbd56dc4a
 SHA512 
a0d8046c65cc575cbf6ca5ab926997a4faae2f5fc0ecb7c8ab16c8145b655a1d2b516bfb6b834740fff758f76e2afc0d2aa1b3f612f7345d84a8e87cd5693ddb
+DIST kdl_parser-1.13.0.tar.gz 950647 BLAKE2B 
7a87cc5f4b2c1bd870bee1b19a7be55e52c4d7c7ca44d1e3f3ef68419f7f775fef0fbec0a19651d37c479af6f8b41b085e86a9666211a7e030442854adbec7fd
 SHA512 
f9b962ecc6e0f3c408619bc9c57f278a2e95228e735f452b9a45ce970752f6df37cbb5f331914412f04ebf31cf2862a056893d302fc2dad8af31cf538d717a9a

diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-.ebuild 
b/dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild
similarity index 83%
copy from dev-ros/kdl_parser_py/kdl_parser_py-.ebuild
copy to dev-ros/kdl_parser_py/kdl_parser_py-1.13.0.ebuild
index 94dd3f304a6..def1545942d 100644
--- a/dev-ros/kdl_parser_py/kdl_parser_py-.ebuild
+++ b/dev-ros/kdl_parser_py/kdl_parser_py-1.13.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
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/urdf[${PYTHON_USEDEP}]
+   >=dev-ros/urdf-1.13[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"

diff --git a/dev-ros/kdl_parser_py/kdl_parser_py-.ebuild 
b/dev-ros/kdl_parser_py/kdl_parser_py-.ebuild
index 94dd3f304a6..def1545942d 100644
--- a/dev-ros/kdl_parser_py/kdl_parser_py-.ebuild
+++ b/dev-ros/kdl_parser_py/kdl_parser_py-.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
@@ -15,7 +15,7 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/urdf[${PYTHON_USEDEP}]
+   >=dev-ros/urdf-1.13[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"



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

2018-04-07 Thread Patrice Clement
commit: 4d3984c9cc720e77234af0d0f4012e43d75a762c
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 07:05:46 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:18:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3984c9

lxde-base/lxrandr: improve HOMEPAGE and use HTTPS.

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

 lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild | 2 +-
 lxde-base/lxrandr/lxrandr-0.3.1.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
index 8ade7e9fef0..06bb4e51b5d 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild
@@ -12,7 +12,7 @@ PLOCALE_BACKUP="en_GB"
 inherit l10n
 
 DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXRandR;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"

diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild 
b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
index e9a1e018cb3..74a652865ae 100644
--- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
+++ b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="LXDE GUI interface to RandR extention"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXRandR;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2018-04-07 Thread Patrice Clement
commit: f9e03e19d51f6b981e0ad1039a704590452d3c98
Author: Muhammad Herdiansyah  netc  eu>
AuthorDate: Thu Apr  5 23:12:43 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:42:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e03e19

app-misc/neofetch: remove old.

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

 app-misc/neofetch/Manifest  |  1 -
 app-misc/neofetch/neofetch-3.0.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-misc/neofetch/Manifest b/app-misc/neofetch/Manifest
index 315f75845de..38b7a9a01b4 100644
--- a/app-misc/neofetch/Manifest
+++ b/app-misc/neofetch/Manifest
@@ -1,4 +1,3 @@
-DIST neofetch-3.0.1.tar.gz 66571 BLAKE2B 
e11b39d851359fa1d83778b3b96bc4016bd42d42848c6a37c70aff0ff48f48f52fcdd7b2e5076933dc64dedad8d8727975bab488b2270af2c45d835aba12939d
 SHA512 
e9353d61226dcb4f8161556ba07156ea13737d6cde05f00b39a85e4a2f54716db833e8be076c56168b7003230ef42dfa9b9223c0ab930456a664a9a2c31cf2ad
 DIST neofetch-3.1.0.tar.gz 68930 BLAKE2B 
4809b972f0cb3ea641cbda00e617808891d4ae12ddfd52670d8ee490f4659540faf55b994d212e047d5926349dbe8478dc7e3caccf0f22c2b97b57cb9cdc
 SHA512 
0a13acadf1841c1e714c07f9643028446a1f4df6a79e7c3189c4c11d8854813dfbb983784d62dc59a9209893ee2339ca5642fe413d1066a5cb6e9e167ae74975
 DIST neofetch-3.2.0.tar.gz 71331 BLAKE2B 
073eeaa74691b3d262fcd0da8da76d9264dc012fda89ce045b4ccdbfead490049bd551d3ff95042a21fb0d6073d1120170f889492ec4ee50c57c3ecd786cb9e4
 SHA512 
790dd282b99437a416f25a895d5a3359be31d162447e2f59863c635c144045a6b81672e4469ca9b6eeba56fc927e787a67f0a317309bbc0f52500b0f9e072764
 DIST neofetch-3.3.0.tar.gz 76325 BLAKE2B 
c7bd860dd1f89f4b0e64a5a4dcc6551d548103abbdda0606fdbfa5edbe27d91da053198f219e223af56571a87d3af4b93f8f8d615ad4f377b1754da4bee50526
 SHA512 
aa220f3d177a3f58e7cb665209e6bd70334eb3d2daccf7ec9cb32353b8c23f53e000f7d412422c8d5fcf1132b39f4a9dc51141ed7359f45c1f0f7a189853baf0

diff --git a/app-misc/neofetch/neofetch-3.0.1.ebuild 
b/app-misc/neofetch/neofetch-3.0.1.ebuild
deleted file mode 100644
index ed8aa03c69f..000
--- a/app-misc/neofetch/neofetch-3.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Simple information system script"
-HOMEPAGE="https://github.com/dylanaraps/neofetch;
-SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz;
-LICENSE="MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="sys-apps/pciutils
-   X? (
-   x11-apps/xprop
-   x11-apps/xwininfo
-   x11-apps/xrandr
-   www-client/w3m[imlib]
-   media-libs/imlib2
-   media-gfx/imagemagick
-   )"
-
-pkg_postinst() {
-   ewarn "A lot of things have changed in neofetch 3.0, and we cannot"
-   ewarn "guarantee that your config will work in neofetch 3.0. As such,"
-   ewarn "we recommend you to use a new config. You can delete your 
current"
-   ewarn "config from $HOME/.config/neofetch"
-
-   einfo "The system-wide config has been moved from 
/usr/share/neofetch/config"
-   einfo "to /etc/neofetch/config."
-}



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

2018-04-07 Thread Patrice Clement
commit: 407bfc6f65518dbc49360673997d68e2b3d1b5ba
Author: charIes17  arcor  de>
AuthorDate: Sat Apr  7 06:56:25 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Apr  7 16:09:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407bfc6f

lxde-base/lxsession: improve HOMEPAGE and use HTTPS.

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

 lxde-base/lxsession/lxsession-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxsession/lxsession-0.5.2.ebuild 
b/lxde-base/lxsession/lxsession-0.5.2.ebuild
index cbfa54102c4..acb3e77566e 100644
--- a/lxde-base/lxsession/lxsession-0.5.2.ebuild
+++ b/lxde-base/lxsession/lxsession-0.5.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit vala autotools
 
 DESCRIPTION="LXDE session manager"
-HOMEPAGE="http://lxde.org/;
+HOMEPAGE="https://wiki.lxde.org/en/LXSession;
 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"



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

2018-04-07 Thread Mart Raudsepp
commit: c86af8db8bb374ceca9b1e673ca0fe51639fcfa2
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:23:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86af8db

dev-perl/Specio: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Specio/Specio-0.420.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Specio/Specio-0.420.0.ebuild 
b/dev-perl/Specio/Specio-0.420.0.ebuild
index a101f9002b4..e0329faadc0 100644
--- a/dev-perl/Specio/Specio-0.420.0.ebuild
+++ b/dev-perl/Specio/Specio-0.420.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: ead94fb5fd504be6c2ead319893643aea547d950
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:49:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead94fb5

dev-perl/File-ShareDir-Install: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild 
b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
index 944e2566f82..45a60a6c4a8 100644
--- a/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.0.ebuild
+++ b/dev-perl/File-ShareDir-Install/File-ShareDir-Install-0.110.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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Install shared files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 PERL_RM_FILES=( "Build.PL" ) # Using MBTiny is stupid this high up



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

2018-04-07 Thread Mart Raudsepp
commit: f3a9c067d6d137683738a2d9df7dd32a46d0e4c2
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:56:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a9c067

dev-perl/Scope-Guard: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild 
b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
index 3eed8d5b750..e647b13568b 100644
--- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lexically scoped resource management"
 
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~mips ppc x86 ~ppc-aix ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2018-04-07 Thread Mart Raudsepp
commit: 0f05238beeacb5d83f1d8730c3d9eea9c88da0bc
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:58:05 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f05238b

dev-perl/Exception-Class: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild 
b/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
index 3f0d17f1e27..1fbdec7a145 100644
--- a/dev-perl/Exception-Class/Exception-Class-1.430.0.ebuild
+++ b/dev-perl/Exception-Class/Exception-Class-1.430.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=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module that allows you to declare real exception classes in 
Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: db1e01904daf4d0f8bcd25c4931d7907dd1a2949
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:04:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1e0190

dev-perl/File-Copy-Recursive: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild 
b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
index 26a9015140d..efc69f94689 100644
--- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0-r1.ebuild
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.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=5
@@ -10,6 +10,6 @@ inherit perl-module
 DESCRIPTION="uses File::Copy to recursively copy dirs"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 SRC_TEST="do"



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

2018-04-07 Thread Mart Raudsepp
commit: e5b51c07a90e28a0fb3ecc1c5bb375c0095677b3
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:06:26 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b51c07

dev-perl/Test-File-ShareDir: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild 
b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
index 0be95790b77..f49a0130442 100644
--- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
+++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit perl-module
 
 DESCRIPTION="Create a Fake ShareDir for your modules for testing."
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp



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

2018-04-07 Thread Mart Raudsepp
commit: 6e1c5fa0b6a4f660e7e372ec1043f57b3c568ddf
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:21:45 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c5fa0

dev-perl/Sub-Quote: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild 
b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
index df4eba2b55f..be2a7765a08 100644
--- a/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
+++ b/dev-perl/Sub-Quote/Sub-Quote-2.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Efficient generation of subroutines via string eval"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: 86d365fb3f921665b39428b1be99d02365930b96
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:51:15 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d365fb

dev-perl/File-ShareDir: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
index 3b9b15d155c..b21ca9de397 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.104.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Andrey Utkin
commit: ae4f183c118118bf3fd617cd44df318649a30fb2
Author: Andrey Utkin  gentoo  org>
AuthorDate: Sat Apr  7 17:20:21 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Sat Apr  7 17:21:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4f183c

net-wireless/hostapd: correct license

Since 2.0 release, hostapd is BSD only, according to changelog.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-wireless/hostapd/hostapd-2.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r1.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r1.ebuild
index 6b492e80327..8a0d613bea7 100644
--- a/net-wireless/hostapd/hostapd-2.6-r1.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-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"
@@ -11,7 +11,7 @@ DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
 HOMEPAGE="http://hostap.epitest.fi;
 SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz;
 
-LICENSE="|| ( GPL-2 BSD )"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~mips ppc x86"
 IUSE="ipv6 logwatch netlink sqlite +ssl +wps +crda"



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

2018-04-07 Thread Mart Raudsepp
commit: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr  7 14:33:11 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 14:33:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e6f9a

dev-vcs/gitg: add python3.6 compat

Works as well as with python3.4 (read: fails to actually import GitgExt override
with an assert failure). I would outright remove the python override support, as
there are no consumers of it, but that's a too big change for this revision and
we need to do something soon about libgit2-0.27 compat anyways..

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
index f438d41513f..c9365256aab 100644
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
 
 inherit gnome2 pax-utils python-r1 vala



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

2018-04-07 Thread Mart Raudsepp
commit: 1afb4d5ad5b913ab576982cd4ef93cefc92428af
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 14:29:24 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afb4d5a

dev-perl/DateTime-Locale: added ~arm64 keyword (Bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild 
b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
index 804d776354f..578643c0533 100644
--- a/dev-perl/DateTime-Locale/DateTime-Locale-1.160.0.ebuild
+++ b/dev-perl/DateTime-Locale/DateTime-Locale-1.160.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=6
@@ -12,7 +12,7 @@ DESCRIPTION="Localization support for DateTime"
 
 LICENSE="|| ( Artistic GPL-2+ ) unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-07 Thread Mart Raudsepp
commit: 19dbcec323b49551269e24802c9daedcb3e0115b
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Apr  7 13:42:53 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr  7 15:13:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dbcec3

dev-perl/Class-Tiny: added ~arm64 keyword (bug 652718)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild 
b/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
index 423df986af5..d47a9fe4ae6 100644
--- a/dev-perl/Class-Tiny/Class-Tiny-1.6.0.ebuild
+++ b/dev-perl/Class-Tiny/Class-Tiny-1.6.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=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Minimalist class construction"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="Apache-2.0"
 IUSE="test minimal"
 



  1   2   3   >