[gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/files/, net-fs/nfs-utils/

2018-06-18 Thread Mike Frysinger
commit: 0fd435f4846f33b0e98d869f5e1881d77b5d3727
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 05:56:55 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 05:58:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd435f4

net-fs/nfs-utils: drop -Werror flags from build #656984

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

 .../files/nfs-utils-2.3.2-no-werror.patch  | 53 ++
 net-fs/nfs-utils/nfs-utils-2.3.2.ebuild|  1 +
 2 files changed, 54 insertions(+)

diff --git a/net-fs/nfs-utils/files/nfs-utils-2.3.2-no-werror.patch 
b/net-fs/nfs-utils/files/nfs-utils-2.3.2-no-werror.patch
new file mode 100644
index 000..d06fc4ce8b8
--- /dev/null
+++ b/net-fs/nfs-utils/files/nfs-utils-2.3.2-no-werror.patch
@@ -0,0 +1,53 @@
+https://bugs.gentoo.org/656984
+
+Don't build with -Werror flags.
+
+--- a/configure.ac
 b/configure.ac
+@@ -544,45 +544,11 @@
+ AC_SUBST(LDFLAGS_FOR_BUILD)
+ 
+ my_am_cflags="\
+- -pipe \
+  -Wall \
+  -Wextra \
+- -Werror=strict-prototypes \
+- -Werror=missing-prototypes \
+- -Werror=missing-declarations \
+- -Werror=format=2 \
+- -Werror=undef \
+- -Werror=missing-include-dirs \
+- -Werror=strict-aliasing=2 \
+- -Werror=init-self \
+- -Werror=implicit-function-declaration \
+- -Werror=return-type \
+- -Werror=switch \
+- -Werror=overflow \
+- -Werror=parentheses \
+- -Werror=aggregate-return \
+- -Werror=unused-result \
+  -fno-strict-aliasing \
+ "
+-
+-AC_DEFUN([CHECK_CCSUPPORT], [
+-  my_save_cflags="$CFLAGS"
+-  CFLAGS=$1
+-  AC_MSG_CHECKING([whether CC supports $1])
+-  AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
+-[AC_MSG_RESULT([yes])]
+-[$2+=$1],
+-[AC_MSG_RESULT([no])]
+-  )
+-  CFLAGS="$my_save_cflags"
+-])
+-
+-CHECK_CCSUPPORT([-Werror=format-overflow=2], [flg1])
+-CHECK_CCSUPPORT([-Werror=int-conversion], [flg2])
+-CHECK_CCSUPPORT([-Werror=incompatible-pointer-types], [flg3])
+-CHECK_CCSUPPORT([-Werror=misleading-indentation], [flg4])
+-
+-AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4"])
++AC_SUBST([AM_CFLAGS], ["$my_am_cflags"])
+ 
+ # Make sure that $ACLOCAL_FLAGS are used during a rebuild
+ AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \$(ACLOCAL_FLAGS)"])

diff --git a/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild 
b/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild
index 16a7c4fd9ce..553fb8c8b2d 100644
--- a/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.3.2.ebuild
@@ -67,6 +67,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch
"${FILESDIR}"/${PN}-1.2.8-cross-build.patch
"${FILESDIR}"/${PN}-2.3.2-junction_libs.patch
+   "${FILESDIR}"/${PN}-2.3.2-no-werror.patch
 )
 
 src_prepare() {



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

2018-06-18 Thread Jason Zaman
commit: e9423224749658cd38c46397c046ec89afd57d7d
Author: Stephen Shkardoon  ss23  geek  nz>
AuthorDate: Mon Jun 18 23:46:37 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 19 05:37:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9423224

net-p2p/rtorrent: resolve ncurses compile failure

Adds a patch to ensure tinfo is correctly linked.
This only occurs when ncurses is built with the "tinfo" useflag.
Closes: https://bugs.gentoo.org/658390
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/rtorrent/files/rtorrent-0.9.7-tinfo.patch | 31 +++
 net-p2p/rtorrent/rtorrent-0.9.7.ebuild|  4 +++
 2 files changed, 35 insertions(+)

diff --git a/net-p2p/rtorrent/files/rtorrent-0.9.7-tinfo.patch 
b/net-p2p/rtorrent/files/rtorrent-0.9.7-tinfo.patch
new file mode 100644
index 000..8bb009eb676
--- /dev/null
+++ b/net-p2p/rtorrent/files/rtorrent-0.9.7-tinfo.patch
@@ -0,0 +1,31 @@
+--- a/configure.ac 2018-06-06 23:25:24.0 -0500
 b/configure.ac 2018-06-18 15:19:52.398995740 -0500
+@@ -32,17 +32,23 @@
+ TORRENT_WITHOUT_STATFS
+ 
+ AX_PTHREAD([], AC_MSG_ERROR([requires pthread]))
+-AX_WITH_CURSES
+-
+-if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" != xyes; then
+-  AC_MSG_ERROR([requires either NcursesW or Ncurses library])
+-fi
++PKG_CHECK_MODULES([CURSES],[ncursesw],[
++   AC_DEFINE(HAVE_NCURSESW_CURSES_H, 1)
++   ],
++   [PKG_CHECK_MODULES([CURSES],[ncurses],[
++   AC_DEFINE(HAVE_NCURSES_H, 1)
++   ],
++   [AX_WITH_CURSES()
++   if test "x$ax_cv_ncursesw" != xyes && test "x$ax_cv_ncurses" 
!= xyes; then
++   AC_MSG_ERROR([requires either NcursesW or Ncurses 
library])
++   fi])
++   ])
+ 
+ PKG_CHECK_MODULES([LIBCURL], [libcurl], , [LIBCURL_CHECK_CONFIG])
+ PKG_CHECK_MODULES([CPPUNIT], [cppunit],, [no_cppunit="yes"])
+ PKG_CHECK_MODULES([DEPENDENCIES], [libtorrent >= 0.13.7])
+ 
+-LIBS="$PTHREAD_LIBS $CURSES_LIB $CPPUNIT_LIBS $LIBCURL $LIBCURL_LIBS 
$DEPENDENCIES_LIBS $LIBS"
++LIBS="$PTHREAD_LIBS $CURSES_LIB $CURSES_LIBS $CPPUNIT_LIBS $LIBCURL 
$LIBCURL_LIBS $DEPENDENCIES_LIBS $LIBS"
+ CFLAGS="$CFLAGS $PTHREAD_CFLAGS $CPPUNIT_CFLAGS $LIBCURL_CPPFLAGS 
$LIBCURL_CFLAGS $DEPENDENCIES_CFLAGS $CURSES_CFLAGS"
+ CXXFLAGS="$CXXFLAGS $PTHREAD_CFLAGS $CPPUNIT_CFLAGS $LIBCURL_CPPFLAGS 
$LIBCURL_CFLAGS $DEPENDENCIES_CFLAGS $CURSES_CFLAGS"

diff --git a/net-p2p/rtorrent/rtorrent-0.9.7.ebuild 
b/net-p2p/rtorrent/rtorrent-0.9.7.ebuild
index f621ce1a181..3b1b5da0040 100644
--- a/net-p2p/rtorrent/rtorrent-0.9.7.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.9.7.ebuild
@@ -29,6 +29,10 @@ DEPEND="${COMMON_DEPEND}
 
 DOCS=( doc/rtorrent.rc )
 
+PATCHES=(
+   "${FILESDIR}/${PN}-0.9.7-tinfo.patch"
+)
+
 pkg_setup() {
if ! linux_config_exists || ! linux_chkconfig_present IPV6; then
ewarn "rtorrent will not start without IPv6 support in your 
kernel"



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

2018-06-18 Thread Hans de Graaff
commit: 1f73b9d72377a090b0341f143ed45ff20f53afc2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 19 04:56:15 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 19 05:12:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f73b9d7

dev-ruby/settingslogic: add ruby25

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild 
b/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild
index b8be802e5fa..7bfaa86f84f 100644
--- a/dev-ruby/settingslogic/settingslogic-2.0.9.ebuild
+++ b/dev-ruby/settingslogic/settingslogic-2.0.9.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
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2018-06-18 Thread Jason Zaman
commit: 782f1c18ce7a21f9d78097e48d7ff12d4c17e62a
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Jun 19 05:10:07 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Jun 19 05:10:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782f1c18

sci-libs/tensorflow: bump to 1.9.0_rc1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/tensorflow/Manifest|   1 +
 sci-libs/tensorflow/tensorflow-1.9.0_rc1.ebuild | 363 
 2 files changed, 364 insertions(+)

diff --git a/sci-libs/tensorflow/Manifest b/sci-libs/tensorflow/Manifest
index 4e0f9fea773..e12b57b0739 100644
--- a/sci-libs/tensorflow/Manifest
+++ b/sci-libs/tensorflow/Manifest
@@ -48,6 +48,7 @@ DIST sqlite-amalgamation-3230100.zip 2183147 BLAKE2B 
af25542f81ac0592d143695466d
 DIST swig-3.0.8.tar.gz 7937213 BLAKE2B 
38f17631a36f178a478bf77f1a7ea77b50b91ed95ca0363f0f75d86bf7da6d855db314c1b7e67634b0e6e1438a0d141d0241595987142154ee356d60955248bc
 SHA512 
85605bd98bf2b56f5bfca23ae23d76d764d76a174b05836c8686825e912d6326c370e9cf2134c0bf4f425560be103b16bf9c9d075077f52e713a69082616e906
 DIST tensorflow-1.8.0.tar.gz 22649439 BLAKE2B 
7384c2cf742fb5a8b4e266e95080ae2513c1b112ab97f74839fa8e81bd91bd24645be8afb02e4447ad5fba9f47c4d146f59aa12085937cd3a364ec34c99590f3
 SHA512 
7280e65d26fb3f15d95f7217ee3bc08d1424cd144cf25bf638fa114fa835b2505dfaf457c55700067d24f485b77120973d094ec568e6d1b1054857402f9c352d
 DIST tensorflow-1.9.0_rc0.tar.gz 23632522 BLAKE2B 
2049f97edb18fe34963c2706dc7249102204bacbd568c7a1ae880d9d94ba2a24b47f577ef71b6bf40e55b4c42537a2184e0ab2ad8e27cdbfcc9508cfa70515a8
 SHA512 
55b165882ce965c8b46ebb91e26b5828c3b71d6c07b8d5a321e890e9b5c00e896de511fc1d9e9b2f7f4f33311da6add32c7f7b55631eab8fedcc2167186649e3
+DIST tensorflow-1.9.0_rc1.tar.gz 23639406 BLAKE2B 
94f7254b67ebbcf7a6c46f194bf00ecb4e386cf90b74ef436febdbe1f4e9b4e206aeaabd9392f1023d8486ffd91b9e7814a64f8c7275a198a3040a76181d282e
 SHA512 
3354738c6f6e3c8336bd7186379dc8ef02e12aa83db4b65a93a644f5435254fc253f897dfd2b307b2fe77b1dbe6f506f1fccc4d0ea6e04cdf3e3eb9a52ca81fd
 DIST tensorflow-python-license.txt 45132 BLAKE2B 
1f572a06eeb4a58a5563b87a2db381a6e9eb0195cf1d006bda0d3da158e62a1e67e889a7d3d0da83d8609c0d048887bcbbd0d7056fd8e4f56b654047f36936fa
 SHA512 
1b8c2f9733fcf27d560879418c366b5c3e44420d42adb3b857ee741793ddc75ad18324b016909457e5311f2143593392ce4404d12962f076e62f6036afbb521e
 DIST termcolor-1.1.0.tar.gz 3912 BLAKE2B 
8d661a708eff02894b6e390befddaef1c9d14f78f0c7d10ac332fa149f7892109f77bd279c9a488a3aa4070569c92f0ce847e3911d419ff549a10555b34534fb
 SHA512 
4bd06bf4405a9ef6c005cd4d159ef602f7fc7fccb3e57586da1187c402f4d0b9051ef930cae423065c51ff4be8a22ceae556a61a6b3c8c519d623c066c340b53
 DIST zlib-1.2.11.tar.gz 607698 BLAKE2B 
6bfc4bca5dcadba8a0d4121a2b3ed0bfe440c261003521862c8e6381f1a6f0a72d3fc037351d30afd7ef321e8e8d2ec817c046ac749f2ca0c97fbdc2f7e840b7
 SHA512 
73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae

diff --git a/sci-libs/tensorflow/tensorflow-1.9.0_rc1.ebuild 
b/sci-libs/tensorflow/tensorflow-1.9.0_rc1.ebuild
new file mode 100644
index 000..207901b8834
--- /dev/null
+++ b/sci-libs/tensorflow/tensorflow-1.9.0_rc1.ebuild
@@ -0,0 +1,363 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+MY_PV=${PV/_rc/-rc}
+MY_P=${PN}-${MY_PV}
+
+inherit distutils-r1 multiprocessing toolchain-funcs
+
+DESCRIPTION="Computation framework using data flow graphs for scalable machine 
learning"
+HOMEPAGE="https://www.tensorflow.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cuda jemalloc mpi +python"
+CPU_USE_FLAGS_X86="sse sse2 sse3 sse4_1 sse4_2 avx avx2 fma3 fma4"
+for i in $CPU_USE_FLAGS_X86; do
+   IUSE+=" cpu_flags_x86_$i"
+done
+
+# distfiles that bazel uses for the workspace, will be copied to basel-distdir
+bazel_external_uris="
+   http://pilotfiber.dl.sourceforge.net/project/giflib/giflib-5.1.4.tar.gz
+   
http://pkgs.fedoraproject.org/repo/pkgs/nasm/nasm-2.12.02.tar.bz2/d15843c3fb7db39af80571ee27ec6fad/nasm-2.12.02.tar.bz2
+   http://www.kurims.kyoto-u.ac.jp/~ooura/fft.tgz -> oourafft-20061228.tgz
+   https://bitbucket.org/eigen/eigen/get/6913f0cf7d06.tar.gz -> 
eigen-6913f0cf7d06.tar.gz
+   https://github.com/LMDB/lmdb/archive/LMDB_0.9.19.tar.gz
+   
https://github.com/abseil/abseil-cpp/archive/9613678332c976568272c8f4a78631a29159271d.tar.gz
 -> abseil-cpp-9613678332c976568272c8f4a78631a29159271d.tar.gz
+   
https://github.com/bazelbuild/rules_closure/archive/dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz
 -> bazelbuild-rules_closure-dbb96841cc0a5fb2664c37822803b06dab20c7d1.tar.gz
+   https://github.com/glennrp/libpng/archive/v1.6.34.tar.gz -> 
libpng-v1.6.34.tar.gz
+   

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

2018-06-18 Thread Matt Turner
commit: a1d998b88ecbd6726b574e5df711779c964f5769
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 19 05:03:51 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 05:07:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d998b8

x11-libs/libXaw3d: Version bump 1.6.3

Also add xpm USE flag.

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

 x11-libs/libXaw3d/Manifest  |  1 +
 x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/x11-libs/libXaw3d/Manifest b/x11-libs/libXaw3d/Manifest
index 5d7bd6c055d..19b6473e7e5 100644
--- a/x11-libs/libXaw3d/Manifest
+++ b/x11-libs/libXaw3d/Manifest
@@ -1 +1,2 @@
 DIST libXaw3d-1.6.2.tar.bz2 551851 BLAKE2B 
13a03eba7af518fcaa33e89e0cf7c0955c175866348d314210f15a291590fdea98e1b5b9628252932826069bb3a3e89b2377dd80f1adfe3a2bb06e6f82f85408
 SHA512 
11b15884e47efc139aa019f0a76086913535767fb2e20fcd837d810d3b6b4a7bda3408be5fa0cbe90ae16eeaebe5db9b0ec77a0e2b5767590662ef3a7c9c96ea
+DIST libXaw3d-1.6.3.tar.bz2 561594 BLAKE2B 
85f3fb6d39a9a0ccb7d2c529eff84a4a9e85bf81be16487f2119da0a670e40c2d328e17b06ca237f69029e8d43daf6eeba8488029e6e4d2f56bc1093a2f305ad
 SHA512 
f79f997ff8442563c74f38c7d76fab2c9253691743ca3143047ce698adb4c126d02dc968be7bdc79ab3052b785fd705375d2f01171e3a3266736beb531c91424

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
new file mode 100644
index 000..b92be978bab
--- /dev/null
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org Xaw3d library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="unicode xpm"
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/yacc
+   x11-base/xorg-proto"
+
+pkg_setup() {
+   XORG_CONFIGURE_OPTIONS=(
+   $(use_enable unicode internationalization)
+   $(use_enable xpm multiplane-bitmaps)
+   --enable-arrow-scrollbars
+   --enable-gray-stipples
+   )
+
+   xorg-2_pkg_setup
+}



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

2018-06-18 Thread Matt Thode
commit: e64c884efaf7aeba10fac49b2a0cca455f339a76
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun 19 04:50:04 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jun 19 04:50:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64c884e

sys-cluster/neutron: 11.0.5 bup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-cluster/neutron/Manifest  |   3 +
 sys-cluster/neutron/neutron-11.0.5.ebuild | 255 ++
 2 files changed, 258 insertions(+)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 6548fbdbd34..29d143f7742 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,12 +1,15 @@
 DIST neutron-11.0.4.tar.gz 10501915 BLAKE2B 
656b2e5c852462bdf3a37ce3a5b50e2e9c5fafca192af368483ca2b12c07f4cebe69e643948f85315a54c3ae01870b5439aa0b928b07d1b049bc5e38d56c2606
 SHA512 
9cf433c32fb7f2a63db393ee84f7e955d0abc8aa44bfc4e0be54d1874b1136068f24850bfb3f5d17197d8e3e6fa17bdea6e090537f340c30479876dd665ee8d4
+DIST neutron-11.0.5.tar.gz 10508647 BLAKE2B 
f1a44d78bf3464c825f104411e5fb388f464fb7ddc0c4a4607a32233a9ec820196b0efbb6d143c428dea301d5eb4ecc97bc7c8120190a9b4a590f872745e2f8e
 SHA512 
73f31156b9771aa404a116b7a3b8a8f9a6b97adf155fc9790b405a7b75cc4c9c6693b5984bcdd10453f85b63a1081fb28262cba4cf09de34a1e24017a920337f
 DIST neutron-12.0.2.tar.gz 10436003 BLAKE2B 
5e4eae5a25fd80114700b4a8145c582c834a8f123be0943c08dc8b05bd2fd9c7c1df46c5e06c17fe122396c06caddc98970ebd1fd29521efae2afb1361b3beda
 SHA512 
d32af882eefc00fe13cfad41e116c4e300c5c0266952e8f2dcb1a0228311521d78ab6a280bfa5be1794728d3d6f15f4bf6836ed07c878e56bd0e2e13fbcb31ec
 DIST neutron-12.0.3.tar.gz 10443832 BLAKE2B 
d5761b3d3599f8cd638784b9a84e846eb589f5164939d08ba23fd9ccac8d12928842461d7903f398b841ae89af2204b51419924b9735c4e7e5a4073efa7761e7
 SHA512 
bfb423b383d52dc919a3bdf01ccf39beab32c9de8b6995f78d6badff0628bdf975e4ae52ad41d61b8bb674270739f38de8374c5a894ed0d06e02909fda813498
 DIST neutron-configs-11.0.4.tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
+DIST neutron-configs-11.0.5.tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
 DIST neutron-configs-12.0.2.tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-12.0.3.tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-2017.2..tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
 DIST neutron-configs-2018.1..tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-ml2-plugins-11.0.4.tar.gz 6885 BLAKE2B 
c953d7222932d09c545dcfe01923f77cbc9e76157f78e5cb85a8e3bb03c8f3b4ab2bcc7eb2fc213578f71cf70543c4182c98bc6e5947fc1a0cbffe3d845bce20
 SHA512 
e5acaed2fc370e99c9c8b54040cdc994cd35bfbd3d74682d3c03c381568c89b316a6a87356aa6ae538a19c2ae83b6b3c512095afcc778525c2885b9b6bef04bd
+DIST neutron-ml2-plugins-11.0.5.tar.gz 6885 BLAKE2B 
c953d7222932d09c545dcfe01923f77cbc9e76157f78e5cb85a8e3bb03c8f3b4ab2bcc7eb2fc213578f71cf70543c4182c98bc6e5947fc1a0cbffe3d845bce20
 SHA512 
e5acaed2fc370e99c9c8b54040cdc994cd35bfbd3d74682d3c03c381568c89b316a6a87356aa6ae538a19c2ae83b6b3c512095afcc778525c2885b9b6bef04bd
 DIST neutron-ml2-plugins-12.0.2.tar.gz 7060 BLAKE2B 
7690218233971ab50623900e01fe4311e2b599661838a232616cdc4b56bff1a7fd6e6c3b7fe77f79c78c024eb571525b0e21a306c18fd884bd0dfdd6b814f2b4
 SHA512 
259db5513c014c6dda97432834f90744dec3732292a2de71d488e537f0f660959ea09890cf3dd3d22206295b259dad83440a60ee28e84a5b125547f869e0016b
 DIST neutron-ml2-plugins-12.0.3.tar.gz 7060 BLAKE2B 

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

2018-06-18 Thread Matt Turner
commit: cacbc05410eab981b574b655a56f360703cc7cb5
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 18 15:21:10 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:44:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacbc054

x11-libs/libXfont: Remove

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

 x11-libs/libXfont/Manifest  |  1 -
 x11-libs/libXfont/libXfont-1.5.4.ebuild | 33 -
 x11-libs/libXfont/metadata.xml  | 15 ---
 3 files changed, 49 deletions(-)

diff --git a/x11-libs/libXfont/Manifest b/x11-libs/libXfont/Manifest
deleted file mode 100644
index 96073c85846..000
--- a/x11-libs/libXfont/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libXfont-1.5.4.tar.bz2 528883 BLAKE2B 
d94a91dfa64e6b78bb4cb7f5ce59300b1cf31826308f3b3d29d495e166403ef57ddb8467033c08ea2b7a4fb0b160d25380f49aed79cd6b72a305eab07a0be25a
 SHA512 
864edbaff45c44bd92bc4b06275c73fdf584a9b88bc523a297d4c75c01ca253f438463e929af70d753ddecfa648bb0b9bcf0ec72267db9f2b1704f7afa906cb3

diff --git a/x11-libs/libXfont/libXfont-1.5.4.ebuild 
b/x11-libs/libXfont/libXfont-1.5.4.ebuild
deleted file mode 100644
index 564cae8622c..000
--- a/x11-libs/libXfont/libXfont-1.5.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xfont library"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="bzip2 ipv6 truetype"
-
-RDEPEND="sys-libs/zlib
-   x11-base/xorg-proto
-   x11-libs/libfontenc
-   x11-libs/xtrans
-   bzip2? ( app-arch/bzip2 )
-   truetype? ( >=media-libs/freetype-2 )
-   !
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   x...@gentoo.org
-   X11
-   
-   
-   Support bzip2 compressed PCF fonts.
-   Use media-libs/freetype for font 
rasterization.
-   
-   
-   cpe:/a:x.org:libxfont
-   
-



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-mouse/

2018-06-18 Thread Matt Turner
commit: fabacb3ecfdc2ee8b002d9098f0bb4bb041bad6b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 19 04:42:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:44:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabacb3e

x11-drivers/xf86-input-mouse: Version bump 1.9.3

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

 x11-drivers/xf86-input-mouse/Manifest  |  1 +
 x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild | 13 +
 2 files changed, 14 insertions(+)

diff --git a/x11-drivers/xf86-input-mouse/Manifest 
b/x11-drivers/xf86-input-mouse/Manifest
index b5ff91cf182..570bc237b16 100644
--- a/x11-drivers/xf86-input-mouse/Manifest
+++ b/x11-drivers/xf86-input-mouse/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-mouse-1.9.2.tar.bz2 377685 BLAKE2B 
b51d5fa14ba3ac56b75c108376d5605dc927f3000ce1da63da0f8469d5af7851bca3c646bc60597e801322374e771ed3b15f90ce80d2e6daa7c38da094c9305a
 SHA512 
30fdc4f699d434e2fb4a9f8d2f4f980538d646a6e4d2d572737fc5498c0bce0fb1ba080173ea0aa3480f574dde3f58d5a7ac837afdb29640ccb092b3f18ff209
+DIST xf86-input-mouse-1.9.3.tar.bz2 382013 BLAKE2B 
d4b9b006c7f8d12fd460677020031dc0957cb1f31af7cef81eeb051a5e0375ddc5a5094a5d28a14a49a00bb1166a79ff832c42652fd4084904313f3e72abd61d
 SHA512 
d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f

diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild 
b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild
new file mode 100644
index 000..995741242ac
--- /dev/null
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.3.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org driver for mouse input devices"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.7"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fbiterm/files/, app-i18n/fbiterm/

2018-06-18 Thread Matt Turner
commit: 0db0d7d60861c3018e075ca8f81c5d4078b87125
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 18 15:20:20 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:44:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db0d7d6

app-i18n/fbiterm: Remove

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

 app-i18n/fbiterm/Manifest |  1 -
 app-i18n/fbiterm/fbiterm-0.5-r2.ebuild| 62 ---
 app-i18n/fbiterm/files/fbiterm-0.5-cflags.patch   | 13 -
 app-i18n/fbiterm/files/fbiterm-0.5-r2-gentoo.diff | 28 --
 app-i18n/fbiterm/metadata.xml |  8 ---
 5 files changed, 112 deletions(-)

diff --git a/app-i18n/fbiterm/Manifest b/app-i18n/fbiterm/Manifest
deleted file mode 100644
index 30b048d4334..000
--- a/app-i18n/fbiterm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST iterm-0.5.tar.gz 608170 BLAKE2B 
8a53f291af6625930230c28ce718743ad6c03a8185190c5d3da8bb64dea9cf03ffbb398834e508f24684e9e0d70b7df4afd29c5f1e1be5cd1ba731ab24dda8f3
 SHA512 
5b25abe9320fe3317e69048ee49b80e8b341952ac89df83d14ba2bd3893396b4348c257e0dd64ca00914485efc622dac2fbb6d2546b6360774777872a71a3695

diff --git a/app-i18n/fbiterm/fbiterm-0.5-r2.ebuild 
b/app-i18n/fbiterm/fbiterm-0.5-r2.ebuild
deleted file mode 100644
index cddb50fd4e6..000
--- a/app-i18n/fbiterm/fbiterm-0.5-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils eutils multilib
-
-IUSE=""
-
-DESCRIPTION="Framebuffer internationalized terminal emulator"
-HOMEPAGE="http://www-124.ibm.com/linux/projects/iterm/;
-SRC_URI="http://www-124.ibm.com/linux/projects/iterm/releases/iterm-${PV}.tar.gz;
-
-LICENSE="CPL-0.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="x11-libs/libXfont
-   >=media-libs/freetype-2
-   x11-libs/libiterm-mbt
-   sys-libs/zlib"
-RDEPEND="${DEPEND}
-   media-fonts/font-sony-misc
-   media-fonts/unifont"
-
-PATCHES=(
-   "${FILESDIR}"/${PF}-gentoo.diff
-   "${FILESDIR}"/${P}-cflags.patch
-)
-DOCS=( AUTHORS ChangeLog README{,.jp,.zh_CN} )
-AUTOTOOLS_AUTORECONF=1
-
-S="${WORKDIR}/iterm/unix/fbiterm"
-
-src_configure() {
-   local myeconfargs=(
-   --x-includes=/usr/include
-   --x-libraries=/usr/$(get_libdir)
-   )
-   autotools-utils_src_configure
-}
-
-pkg_postinst() {
-   elog
-   elog "1. If you haven't created your locale, run localedef."
-   elog "# localedef -v -c -i en_GB -f UTF-8 en_GB.UTF-8"
-   elog "(If you want to use other locales such as Japanese, replace"
-   elog "en_GB with ja_JP and en_GB.UTF-8 with ja_JP.UTF-8, respectively)"
-   elog
-   elog "2. Set enviroment variable."
-   elog "% export LC_CTYPE=en_GB.UTF-8 (sh, bash, zsh, ...)"
-   elog "> setenv LC_CTYPE en_GB.UTF-8 (csh, tcsh, ...)"
-   elog "(Again, if you want to use Japanese locale, create ja_JP.UTF-8"
-   elog " locale by localedef and set LC_CTYPE to ja_JP.UTF-8)"
-   elog
-   elog "3. Run unicode_start."
-   elog "% unicode_start"
-   elog
-   elog "4. Run fbiterm."
-   elog "% fbiterm"
-   elog
-}

diff --git a/app-i18n/fbiterm/files/fbiterm-0.5-cflags.patch 
b/app-i18n/fbiterm/files/fbiterm-0.5-cflags.patch
deleted file mode 100644
index ae738c81420..000
--- a/app-i18n/fbiterm/files/fbiterm-0.5-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/unix/fbiterm/src/Makefile.am b/unix/fbiterm/src/Makefile.am
-index 4ffe3da..53f12f4 100644
 a/unix/fbiterm/src/Makefile.am
-+++ b/unix/fbiterm/src/Makefile.am
-@@ -17,7 +17,7 @@ fbiterm_SOURCES = \
- fbiterm_LDADD = \
-   -L$(libdir) @X_LIBS@ -lm -lXfont -literm -lfreetype
- 
--CFLAGS = -I$(includedir) @X_CFLAGS@ -I$(top_srcdir)/include 
-I/usr/local/include $(EXTRA_CFLAGS)
-+CFLAGS += -I$(includedir) @X_CFLAGS@ -I$(top_srcdir)/include 
-I/usr/local/include $(EXTRA_CFLAGS)
- 
- install-exec-hook:
-   chmod u+s $(DESTDIR)$(bindir)/fbiterm

diff --git a/app-i18n/fbiterm/files/fbiterm-0.5-r2-gentoo.diff 
b/app-i18n/fbiterm/files/fbiterm-0.5-r2-gentoo.diff
deleted file mode 100644
index 7a63ebce786..000
--- a/app-i18n/fbiterm/files/fbiterm-0.5-r2-gentoo.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Naur fbiterm.orig/src/Makefile.am fbiterm/src/Makefile.am
 fbiterm.orig/src/Makefile.am   2002-12-17 16:39:43.0 +0900
-+++ fbiterm/src/Makefile.am2008-11-25 01:35:18.0 +0900
-@@ -15,7 +15,7 @@
-   vt.c VTScreenView.c fbiterm.h palette.h VTScreenView.h
- 
- fbiterm_LDADD = \
--  -L$(libdir) @X_LIBS@ -lXfont -literm
-+  -L$(libdir) @X_LIBS@ -lm -lXfont -literm -lfreetype
- 
- CFLAGS = -I$(includedir) @X_CFLAGS@ -I$(top_srcdir)/include 
-I/usr/local/include $(EXTRA_CFLAGS)
- 
-diff -Naur fbiterm.orig/src/fbiterm.h fbiterm/src/fbiterm.h
 fbiterm.orig/src/fbiterm.h 2002-10-24 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2018-06-18 Thread Matt Turner
commit: bce0cc013d230bac00cde771727319639ad2f3fe
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 19 04:46:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce0cc01

x11-terms/xterm: Drop x11@ maintainership

xterm isn't part of the core set of X applications and libraries from
FreeDesktop.org.

 x11-terms/xterm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-terms/xterm/metadata.xml b/x11-terms/xterm/metadata.xml
index 717e3b6fdfa..6563e54a2c0 100644
--- a/x11-terms/xterm/metadata.xml
+++ b/x11-terms/xterm/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@gentoo.org
-X11
-  
+  
   
 Use openpty() in preference to posix_openpt()
 Enable the xterm toolbar to be built



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

2018-06-18 Thread Matt Turner
commit: 0639f76e6a6d8d47c83a9be5726c5d57edce570e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun 18 15:21:52 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:44:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0639f76e

profiles: Drop app-i18n/fbiterm and x11-libs/libXfont masks

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 492919fa13d..3084dcd00c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -354,15 +354,6 @@ kde-frameworks/kdelibs
 kde-frameworks/kdelibs-env
 kde-plasma/qguiplatformplugin_kde
 
-# Matt Turner  (20 May 2018)
-# Removal in 30 days. Bug #655102
-x11-libs/libXfont
-
-# Matt Turner  (20 May 2018)
-# Unmaintained. Dead homepage. Depends on dead libXfont.
-# Removal in 30 days. Bug #655104
-app-i18n/fbiterm
-
 # Joonas Niilola  (18 May 2018)
 # Unmaintained, bugs open without activity, makes users
 # install ancient version of enlightenment by typing



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/

2018-06-18 Thread Matt Turner
commit: 601ea38d0cebc22a6e440c63004fecca63a4f2e5
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun 19 04:44:02 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jun 19 04:44:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601ea38d

x11-base/xorg-drivers: Bump xf86-input-mouse dependency

 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 2 +-
 x11-base/xorg-drivers/xorg-drivers-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
index 33b13355384..47b3879276c 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.20.ebuild
@@ -63,7 +63,7 @@ PDEPEND="
input_devices_joystick?( >=x11-drivers/xf86-input-joystick-1.6.3 )
input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
input_devices_libinput?( >=x11-drivers/xf86-input-libinput-0.27.1 )
-   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
+   input_devices_mouse?   ( >=x11-drivers/xf86-input-mouse-1.9.3 )
input_devices_tslib?   ( x11-drivers/xf86-input-tslib )
input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
input_devices_void?( x11-drivers/xf86-input-void )

diff --git a/x11-base/xorg-drivers/xorg-drivers-.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-.ebuild
index a64c5928679..4e994a9b950 100644
--- a/x11-base/xorg-drivers/xorg-drivers-.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-.ebuild
@@ -63,7 +63,7 @@ PDEPEND="
input_devices_joystick?( >=x11-drivers/xf86-input-joystick-1.6.3 )
input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
input_devices_libinput?( >=x11-drivers/xf86-input-libinput-0.27.1 )
-   input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
+   input_devices_mouse?   ( >=x11-drivers/xf86-input-mouse-1.9.3 )
input_devices_tslib?   ( x11-drivers/xf86-input-tslib )
input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
input_devices_void?( x11-drivers/xf86-input-void )



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

2018-06-18 Thread Hans de Graaff
commit: 68579e81c8f48ddf34315f01392464db46d4cfe1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun 19 04:26:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun 19 04:26:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68579e81

dev-ruby/autoprefixer-rails: add 8.6.3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/autoprefixer-rails/Manifest   |  1 +
 .../autoprefixer-rails-8.6.3.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index efc601fa699..4e841c19cfc 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -2,3 +2,4 @@ DIST autoprefixer-rails-7.2.6.gem 196608 BLAKE2B 
0f9224fbf765877b1b7414c68fc39a6
 DIST autoprefixer-rails-8.4.1.gem 200704 BLAKE2B 
b95f1567fba64f51f35d7a8bb57ca470347ebbae5067244ab50f402f2c596e142b7bd1e90931af4b78a9d3477adbc7b3fbb16ea76d12409f9460b6a6ac58dbf5
 SHA512 
0e57adf4a52997317d7faacaf409290b441a3806cbebc351c876f08046fca397919f2e1b8a63f58149c2667a48787cb56039cf993803892897f5e74fbc53c840
 DIST autoprefixer-rails-8.5.0.gem 202240 BLAKE2B 
881c958c88485e92144d2cd0342b6587b2ec6a96f5a7e6e78c271e07c6071a7544b3acc0d0491fb16094fcedd057878ce9e384599e8301a1b60029e0629e5325
 SHA512 
19e6737b4d38bac5915bc657de76b4bf2ac593ba754aa6f7f18b3e6e183d21a1a59e0383b071b4767713053258ed2e4214c047199f72cdb92ebb011ba8951092
 DIST autoprefixer-rails-8.6.0.gem 203264 BLAKE2B 
23ca172f6c862cb43fa3609ffe1fe02f9d70cd5fdaaa4eece8882aa812327f5a4b8b4b039e898a1800589447463f35832afbceae8c3d59b84c0acf64c897d97d
 SHA512 
7bc5d6991f309aa0f0c6487d5a51fdc30b6ce852f4a3345cc82cdd2b1a6afb19a266cba5c46829cb1defbcc0d88af6b638b8114ab303316bbc844ea75b0181a5
+DIST autoprefixer-rails-8.6.3.gem 208384 BLAKE2B 
a373a18b43fefafd5e29b9da78b7ec2b276738729b748244d34684429b5081c34516512794234526af7f952218973f20ef6245772436c4cfc4fd511dedd80e92
 SHA512 
db7bd3737d5356adcd91edfd35623459ba67541ffb615eeb85155de9ec7b2c7bdf69518b9258dbf97a1a8a82a22a27da5eda2e445cbdf305a726f31dbf296f0d

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild
new file mode 100644
index 000..f623a7c290e
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
+HOMEPAGE="https://github.com/ai/autoprefixer-rails;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="8"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs:*"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rails
+   dev-ruby/rake
+   dev-ruby/rspec-rails
+)"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+   sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die
+   rm spec/rails_spec.rb spec/compass_spec.rb || die
+}



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

2018-06-18 Thread Mike Frysinger
commit: 96ccdb3f96dd28fc0dd35e0c11b2cb1031fd9776
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 03:43:58 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 03:43:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ccdb3f

sys-apps/attr: fix multilib header install #658452

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

 sys-apps/attr/attr-2.4.48-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/attr/attr-2.4.48-r1.ebuild 
b/sys-apps/attr/attr-2.4.48-r1.ebuild
index be842d2be85..5eb5ee5fc07 100644
--- a/sys-apps/attr/attr-2.4.48-r1.ebuild
+++ b/sys-apps/attr/attr-2.4.48-r1.ebuild
@@ -49,11 +49,11 @@ multilib_src_install() {
if multilib_is_native_abi; then
# we install attr into /bin, so we need the shared lib with it
gen_usr_ldscript -a attr
-
-   # Add a wrapper until people upgrade.
-   insinto /usr/include/attr
-   newins "${FILESDIR}"/xattr-shim.h xattr.h
fi
+
+   # Add a wrapper until people upgrade.
+   insinto /usr/include/attr
+   newins "${FILESDIR}"/xattr-shim.h xattr.h
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/acl/files/, sys-apps/acl/

2018-06-18 Thread Mike Frysinger
commit: 30c7d03ef886dbda32c89ffa21b5a523340d6b22
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 03:35:15 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 03:37:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c7d03e

sys-apps/acl: version bump to 2.2.53

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

 profiles/package.mask  |   5 -
 sys-apps/acl/Manifest  |   1 +
 .../{acl-2.2.52-r2.ebuild => acl-2.2.53.ebuild}|  32 +---
 sys-apps/acl/files/acl-2.2.52-xattr_header.patch   | 201 -
 4 files changed, 8 insertions(+), 231 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4d9b131d270..492919fa13d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -531,11 +531,6 @@ sys-libs/uclibc
 # mpv >= 0.28.0 requires currently masked ffmpeg >= 4.0.
 >=media-video/mpv-0.28.0
 
-# Lars Wendler  (10 Jan 2018)
-# Mask followup bugfixes for =sys-apps/attr-2.4.48 as well until proper
-# testing has been conducted.
-=sys-apps/acl-2.2.52-r2
-
 # Matthias Maier  (26 Dec 2017)
 # gcc depends on mpfr and this version changes soname. Spare users with
 # FEATURES=-preserve-libs from completely frying their system.

diff --git a/sys-apps/acl/Manifest b/sys-apps/acl/Manifest
index 2f67ab6e8d3..83b57f7e451 100644
--- a/sys-apps/acl/Manifest
+++ b/sys-apps/acl/Manifest
@@ -1 +1,2 @@
 DIST acl-2.2.52.src.tar.gz 386604 BLAKE2B 
e8b7b555cec93f84579aac846ce64235e356d73770844e88898564d1742fcf3d7c314511f0321aefbad33bdd85800406102178e8ab6414bc9c883891442d3188
 SHA512 
59973199d371cd0b2368e95bc829a1b47f04e808a174fefba4c6854e766158bd19a71d9dbcc8d6fdc1573a1f971cdda39c453f7fa243bce02c1ab97c6e7c72e7
+DIST acl-2.2.53.tar.gz 524300 BLAKE2B 
a4c602b18ab1a7932dce38c8dacf3a3026a3100a8a7e61f0740886ec7154a7738ca641953dc1253b5574580815d7f547a99bdd0cc0ee87238a1995abe97eb9d8
 SHA512 
176b7957fe0e7618e0b7bf2ac5071f7fa29417df718cce977661a576fa184e4af9d303b591c9d556b6ba8923e799457343afa401f5a9f7ecd9022185a4e06716

diff --git a/sys-apps/acl/acl-2.2.52-r2.ebuild b/sys-apps/acl/acl-2.2.53.ebuild
similarity index 56%
rename from sys-apps/acl/acl-2.2.52-r2.ebuild
rename to sys-apps/acl/acl-2.2.53.ebuild
index 4bc0d2945f1..0d59f681b46 100644
--- a/sys-apps/acl/acl-2.2.52-r2.ebuild
+++ b/sys-apps/acl/acl-2.2.53.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 
-inherit eutils libtool ltprune toolchain-funcs multilib-minimal
+inherit libtool ltprune toolchain-funcs multilib-minimal
 
 DESCRIPTION="access control list utilities, libraries and headers"
 HOMEPAGE="https://savannah.nongnu.org/projects/acl;
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.src.tar.gz;
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -20,41 +20,23 @@ RDEPEND="
 DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
 
-PATCHES=(
-   "${FILESDIR}/${P}-xattr_header.patch"
-)
-
 src_prepare() {
default
-
-   sed -i \
-   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-   -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \
-   include/builddefs.in \
-   || die
-   strip-linguas po
elibtoolize #580792
-
-   # same as https://savannah.nongnu.org/bugs/index.php?39736
-   multilib_copy_sources
 }
 
 multilib_src_configure() {
-   unset PLATFORM #184564
-   export OPTIMIZER=${CFLAGS}
-   export DEBUG=-DNDEBUG
-
local myeconfargs=(
--bindir="${EPREFIX}"/bin
-   --enable-shared $(use_enable static-libs static)
+   $(use_enable static-libs static)
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   $(use_enable nls gettext)
+   $(use_enable nls)
)
-   econf "${myeconfargs[@]}"
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }
 
 multilib_src_install() {
-   emake DIST_ROOT="${D}" install install-dev install-lib
+   default
 
# move shared libs to /
gen_usr_ldscript -a acl

diff --git a/sys-apps/acl/files/acl-2.2.52-xattr_header.patch 
b/sys-apps/acl/files/acl-2.2.52-xattr_header.patch
deleted file mode 100644
index 052941f92c8..000
--- a/sys-apps/acl/files/acl-2.2.52-xattr_header.patch
+++ /dev/null
@@ -1,201 +0,0 @@
-Backported from:
-http://git.savannah.nongnu.org/cgit/acl.git/commit/?id=79f563779b9b9ba89cc2352d70e3cdf27acff513
-
 acl-2.2.52/libacl/acl_delete_def_file.c
-+++ acl-2.2.52/libacl/acl_delete_def_file.c
-@@ -20,11 +20,11 @@
- */
- 
- #include 
--#include 
-+#include 
- #include "byteorder.h"
- #include "acl_ea.h"
- #include "config.h"
--
-+#include "libacl.h"
- 
- /* 23.4.8 */
- int
 acl-2.2.52/libacl/acl_extended_fd.c
-+++ acl-2.2.52/libacl/acl_extended_fd.c
-@@ -20,13 +20,12 @@
- */
- 
- #include 

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

2018-06-18 Thread Mike Frysinger
commit: a4a542937ca4306ed8ba5f1ce0e11328f1cb009a
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 03:36:01 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 03:37:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a54293

sys-apps/attr: move to official upstream tarball

Now that upstream has a tarball for the release, switch to it.

 sys-apps/attr/Manifest  | 2 +-
 sys-apps/attr/attr-2.4.48-r1.ebuild | 9 ++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/sys-apps/attr/Manifest b/sys-apps/attr/Manifest
index 40cfb328172..c9dc8c8d3ea 100644
--- a/sys-apps/attr/Manifest
+++ b/sys-apps/attr/Manifest
@@ -1,2 +1,2 @@
 DIST attr-2.4.47.src.tar.gz 343692 BLAKE2B 
af4d509f156cb2e693f0faebf1a6cfb4a27cbdd3fd7f8b436cc01419c905ff9ac36214ada2ca8269e49c2e276917b1178dcda97050cf25cecd65382f22bdf9bb
 SHA512 
2a333f63655758298650cf8f89c175efdc0112dcc4013e8d023e2a9a69f177e4bcb1f1d10bd6f2027dca4dec0833d54749952ab153d28367e1a72e6e2831
-DIST attr-2.4.48.tar.xz 346292 BLAKE2B 
eeffc17bf485749b5d0a1fce4ac3702c33a0bacce3ad635400e8b0b52981f14c5e750ef570f8fd19657e460e51e6e09f972134ef8a3e6efc15c2a7203682df75
 SHA512 
78b8160303aec9e01f63b5cf725a9e16432ff1d4a6e0065ce1a52715ae1266572e0c01f9be25c938c484deea288fdff2ce27981c3aea578753ad854084957e8b
+DIST attr-2.4.48.tar.gz 467840 BLAKE2B 
8fa6a5013b927850868b6913d026f23f116b75da3925d5da5eea007e14f5d9e309f98290b7ffaa6c62f620ff8f3ec7bfb3a1fcb04f3c0c072fca5feacaf804c0
 SHA512 
75f870a0e6e19b8975f3fdceee786fbaff3eadaa9ab9af01996ffa8e50fe5b2bba6e4c22c44a6722d11b55feb9e89895d0151d6811c1d2b475ef4ed145f0c923

diff --git a/sys-apps/attr/attr-2.4.48-r1.ebuild 
b/sys-apps/attr/attr-2.4.48-r1.ebuild
index 96c88984f87..be842d2be85 100644
--- a/sys-apps/attr/attr-2.4.48-r1.ebuild
+++ b/sys-apps/attr/attr-2.4.48-r1.ebuild
@@ -7,19 +7,14 @@ inherit libtool ltprune toolchain-funcs multilib-minimal
 
 DESCRIPTION="Extended attributes tools"
 HOMEPAGE="https://savannah.nongnu.org/projects/attr;
-# Self-hosting as savannah does not provide a tarball on their download
-# area and the tarball in their git repo requires autoreconf to be run.
-SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz;
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="debug nls static-libs"
 
-DEPEND="
-   sys-devel/autoconf
-   nls? ( sys-devel/gettext )
-"
+DEPEND="nls? ( sys-devel/gettext )"
 
 PATCHES=(
"${FILESDIR}/${P}-perl-5.26.patch"



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

2018-06-18 Thread Richard Farina
commit: 5a011fe958e8db4f8677209480a0521e6f5097f9
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jun 19 03:09:29 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jun 19 03:09:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a011fe9

sys-boot/shim: fix src_uri

duplicate a line so amd64 also gets x86 version but arm64 does not.
some bios makers save money by putting a 32 bit uefi on a 64 bit system

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-boot/shim/shim-15.5.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-boot/shim/shim-15.5.ebuild b/sys-boot/shim/shim-15.5.ebuild
index 704138381a9..e946b3ad5dc 100644
--- a/sys-boot/shim/shim-15.5.ebuild
+++ b/sys-boot/shim/shim-15.5.ebuild
@@ -8,9 +8,10 @@ inherit rpm
 DESCRIPTION="Fedora's signed UEFI shim"
 HOMEPAGE="https://apps.fedoraproject.org/packages/shim/;
 MY_PV="${PV/./-}"
-SRC_URI="amd64? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
 )
+SRC_URI="amd64? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
+   
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm
 )
arm64? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/aarch64/shim-aa64-${MY_PV}.aarch64.rpm
 )
-   
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm;
+   x86? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm
 )"
 
 LICENSE="BSD"
 SLOT="0"



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

2018-06-18 Thread Richard Farina
commit: e635fb1a92428c291737544019d9ba4e3e0bc012
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Jun 19 02:58:19 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Jun 19 02:58:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e635fb1a

sys-boot/shim: initial commit, seems to work

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-boot/shim/Manifest |  3 +++
 sys-boot/shim/metadata.xml | 10 ++
 sys-boot/shim/shim-15.5.ebuild | 26 ++
 3 files changed, 39 insertions(+)

diff --git a/sys-boot/shim/Manifest b/sys-boot/shim/Manifest
new file mode 100644
index 000..1271dd5a569
--- /dev/null
+++ b/sys-boot/shim/Manifest
@@ -0,0 +1,3 @@
+DIST shim-aa64-15-5.aarch64.rpm 397028 BLAKE2B 
4e89dd2029238e9b455c469b2857610bfa0d686c43a6f93b7daa70625317c68552967e6761e2c4912b098880c2ccf04278736ca51b7c2e95bcfc700a716bf69d
 SHA512 
1d27ec70bf8b18777bb38cec6769172bd56aa72e9f910e9fa21039dc1c133ebf789fe46fbfe079df6167c3982f6c47bdcad26d3175d6cf9494f89dc9a8a0c823
+DIST shim-ia32-15-5.x86_64.rpm 1026312 BLAKE2B 
42f01463b0da1edbb2ae7379e63b79cea84208ef7ce069c3753bad2f232cb156d73e16864da279c31e8f8f25daa01d6ccc16a6fd13daa286d88460232f9b
 SHA512 
a5d297265480b6a77f05050ecb31b31d2275df0b2f9bfa5ef1a4851163501f295fb81c142aa9fd30826b9e001f876c3d864b3d7b2f89575e6839f3939bca4755
+DIST shim-x64-15-5.x86_64.rpm 669944 BLAKE2B 
25d7fb6a4869212610158313f9b8d55f102d6d4e8fc562a43b4654e29fcdb6cef4ba4421d56afb1ad98b7df1c7fe121558a757f06db86cc391ea0ad3e2f9982e
 SHA512 
4888e9422d71f4f8f05343e8dc161f8e48a31ba28469fe3671ce20283e5f7fced656f2d0583d76532dddecc49c2a8504a504b5da951a1e2c6302bf38fac5048e

diff --git a/sys-boot/shim/metadata.xml b/sys-boot/shim/metadata.xml
new file mode 100644
index 000..f513208bf39
--- /dev/null
+++ b/sys-boot/shim/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   
+

diff --git a/sys-boot/shim/shim-15.5.ebuild b/sys-boot/shim/shim-15.5.ebuild
new file mode 100644
index 000..704138381a9
--- /dev/null
+++ b/sys-boot/shim/shim-15.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rpm
+
+DESCRIPTION="Fedora's signed UEFI shim"
+HOMEPAGE="https://apps.fedoraproject.org/packages/shim/;
+MY_PV="${PV/./-}"
+SRC_URI="amd64? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-x64-${MY_PV}.x86_64.rpm
 )
+   arm64? ( 
https://kojipkgs.fedoraproject.org//packages/shim/15/5/aarch64/shim-aa64-${MY_PV}.aarch64.rpm
 )
+   
https://kojipkgs.fedoraproject.org//packages/shim/15/5/x86_64/shim-ia32-${MY_PV}.x86_64.rpm;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/boot/efi/EFI"
+
+src_install() {
+   insinto /usr/share/${PN}
+   doins BOOT/BOOT*.EFI
+   doins fedora/mm*.efi
+}



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

2018-06-18 Thread Mike Frysinger
commit: d137c82c355454ab80699b27e51e7fb50519f9e8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 02:32:45 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 02:32:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d137c82c

sys-apps/attr: resture USE=nls support to 2.4.48

 sys-apps/attr/attr-2.4.48.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-apps/attr/attr-2.4.48.ebuild b/sys-apps/attr/attr-2.4.48.ebuild
index 378bc2b6cd4..0de153129df 100644
--- a/sys-apps/attr/attr-2.4.48.ebuild
+++ b/sys-apps/attr/attr-2.4.48.ebuild
@@ -14,11 +14,11 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="debug static-libs"
+IUSE="debug nls static-libs"
 
 DEPEND="
sys-devel/autoconf
-   sys-devel/gettext
+   nls? ( sys-devel/gettext )
 "
 
 PATCHES=(
@@ -40,6 +40,7 @@ multilib_src_configure() {
local myeconfargs=(
--bindir="${EPREFIX}"/bin
--enable-shared $(use_enable static-libs static)
+   $(use_enable nls)
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable debug)
)



[gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/attr/files/, sys-apps/attr/

2018-06-18 Thread Mike Frysinger
commit: 90944e2f1fc0f02157d17280f5810a413bccd656
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 02:50:24 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 02:50:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90944e2f

sys-apps/attr: add attr/xattr.h include shim #648864

This will let us upgrade attr while other packages get around to
fixing their source.

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

 profiles/package.mask   |  6 --
 sys-apps/attr/{attr-2.4.48.ebuild => attr-2.4.48-r1.ebuild} |  9 +++--
 sys-apps/attr/files/attr-2.4.48-perl-5.26.patch | 10 +++---
 sys-apps/attr/files/xattr-shim.h|  6 ++
 4 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6bbaea0ad1c..4d9b131d270 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -531,12 +531,6 @@ sys-libs/uclibc
 # mpv >= 0.28.0 requires currently masked ffmpeg >= 4.0.
 >=media-video/mpv-0.28.0
 
-# Richard Freeman  (09 Jan 2018)
-# Bug 644048 - temp QA mask until it can get sorted out
-# Lars Wendler  (26 Feb 2018)
-# See also tracker bug: https://bugs.gentoo.org/648864
-~sys-apps/attr-2.4.48
-
 # Lars Wendler  (10 Jan 2018)
 # Mask followup bugfixes for =sys-apps/attr-2.4.48 as well until proper
 # testing has been conducted.

diff --git a/sys-apps/attr/attr-2.4.48.ebuild 
b/sys-apps/attr/attr-2.4.48-r1.ebuild
similarity index 89%
rename from sys-apps/attr/attr-2.4.48.ebuild
rename to sys-apps/attr/attr-2.4.48-r1.ebuild
index 0de153129df..96c88984f87 100644
--- a/sys-apps/attr/attr-2.4.48.ebuild
+++ b/sys-apps/attr/attr-2.4.48-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 
 inherit libtool ltprune toolchain-funcs multilib-minimal
 
@@ -39,7 +39,8 @@ multilib_src_configure() {
 
local myeconfargs=(
--bindir="${EPREFIX}"/bin
-   --enable-shared $(use_enable static-libs static)
+   --enable-shared
+   $(use_enable static-libs static)
$(use_enable nls)
--libexecdir="${EPREFIX}"/usr/$(get_libdir)
$(use_enable debug)
@@ -53,6 +54,10 @@ multilib_src_install() {
if multilib_is_native_abi; then
# we install attr into /bin, so we need the shared lib with it
gen_usr_ldscript -a attr
+
+   # Add a wrapper until people upgrade.
+   insinto /usr/include/attr
+   newins "${FILESDIR}"/xattr-shim.h xattr.h
fi
 }
 

diff --git a/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch 
b/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch
index 6f3d2a22c14..49b4c1a5766 100644
--- a/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch
+++ b/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch
@@ -1,13 +1,17 @@
+From 406eab7aa09da9df787a964d3c152c0bda6e23c4 Mon Sep 17 00:00:00 2001
+From: Troy Dawson 
+Date: Mon, 24 Jul 2017 14:42:06 +0200
+Subject: [PATCH attr] test: escape left brace in a regex in test/run
+
 ... to fix test-suite failure with perl-5.26.0
 
 Bug: https://bugzilla.redhat.com/1473853
-Upstream: http://lists.nongnu.org/archive/html/acl-devel/2017-07/msg1.html
 ---
  test/run | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/test/run b/test/run
-index 4b1f8d0..07e916c 100755
+index 4b1f8d0d6134..07e916c41947 100755
 --- a/test/run
 +++ b/test/run
 @@ -106,7 +106,7 @@ for (;;) {
@@ -20,4 +24,4 @@ index 4b1f8d0..07e916c 100755
if (defined $line) {
  if ($line =~ s/^\s*< ?//) {
 -- 
-2.13.0
\ No newline at end of file
+2.16.1

diff --git a/sys-apps/attr/files/xattr-shim.h b/sys-apps/attr/files/xattr-shim.h
new file mode 100644
index 000..818b4c1690c
--- /dev/null
+++ b/sys-apps/attr/files/xattr-shim.h
@@ -0,0 +1,6 @@
+/* Small shim until we update all packages. */
+#ifndef __XATTR_H__
+#define __XATTR_H__
+#include 
+#warning "Please change your  includes to "
+#endif



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

2018-06-18 Thread Mike Frysinger
commit: da335a02b1605a7c8d79a82638fd5e979c462adf
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 01:33:02 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 02:08:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da335a02

sys-devel/binutils-config: drop pointless blocker on older binutils versions

 sys-devel/binutils-config/binutils-config-5.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild 
b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
index 116cb5abf0d..6e76dea 100644
--- a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
@@ -16,9 +16,7 @@ IUSE=""
 
 # We also RDEPEND on sys-apps/findutils which is in base @system
 RDEPEND="sys-apps/gentoo-functions
-   !

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

2018-06-18 Thread Mike Frysinger
commit: 094cf0fb9aad9f499200418c662f6ce89e6f04ed
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 01:23:49 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 02:08:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094cf0fb

sys-kernel/linux-headers: version bump to 4.17

 sys-kernel/linux-headers/Manifest  |  2 +
 sys-kernel/linux-headers/linux-headers-4.17.ebuild | 57 ++
 2 files changed, 59 insertions(+)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index b3a85878bdf..9bc55665078 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -3,6 +3,7 @@ DIST gentoo-headers-4.13-1.tar.xz 4096 BLAKE2B 
a0506c6aec14d8d710863cc3f7b5ce6cc
 DIST gentoo-headers-4.14-1.tar.xz 4080 BLAKE2B 
5d8bb4453d3b0b739922a86e0e45120fe5ad57c3310ff6a94830a3a7561fb3b5eef7805ff171bdf0d5582fc91848fad948162e63ec4922280c8ed68ba58d50e1
 SHA512 
e0f806db641c99f3f71e27fde29705685745c9c03b901c943cab5af84e2e9c3af96f5d2d10d8f5328ec7e4dba28b378f534317bf1bee597d429557b981f0a865
 DIST gentoo-headers-4.15-1.tar.xz 4068 BLAKE2B 
fc99b99637a11dc0cc6b4d79be3e32242f4b4f3c86a4618b3a51839e902ebad045b335f531ca41c10a6a597111f2cf77a0ae17518fb17a8441b26f1bd98c19e7
 SHA512 
cb973625381ac0115344d9aa1ddd927d75f0c11961526844a9da6a0aebcd28b488a7af3b423ac8358808d998d9d00d51156780905a04c01c6c512215cad6de7d
 DIST gentoo-headers-4.16-1.tar.xz 4044 BLAKE2B 
c35efb14266d7d7f06de79f584c6e13a700c38793d7df399e668d5de269088d8a441a10e9d0b7acc5b6d1a116343d516aba58a4823cf51845fe9913dea81cb76
 SHA512 
a1fdf775bc27e5db2ccf1f86f12e78a25a4127673eb0a87639d548dc6246b81e5df0e8d56c0314ba833fe82d2825f8620addd408782e2f5152fb0b056b870d7c
+DIST gentoo-headers-4.17-1.tar.xz 4072 BLAKE2B 
7de125ac87b0344a5ff7dfbbe3d15d62cd3364116750e35b72d9e404512267a497df1ce8c52df0ba97c836df68287fe239bf29fec25d43b11be67aa17833c097
 SHA512 
0a837b227b7e923232438f1961535fc9becb6ed4c95290da76631489ce318a875bd3cd12ec110dedf77026c5cb9761cf8ae5c9fcf2abd736f0f7b7249228efdd
 DIST gentoo-headers-4.4-1.tar.xz 6624 BLAKE2B 
9cdf0c22520e413f175942c4994dd90b0fed8f72c67332a05e7ed72b901ee04594f4e4a3c0252e0a6e057d9c08c4d653387dc36cda82ce9ef8a16e7317ba9ea0
 SHA512 
dd8a5c627a9cd373022d7afa1beb126f15694f80452821f31fc5c1a3439635814d205bcbc873a5869946472d86cdec872a44f4870751b96d42e89893fca1b983
 DIST gentoo-headers-4.9-1.tar.xz 5416 BLAKE2B 
2538870b340d4e4b260ada37b0571ba770a4bf93b0f0cf78819b4bf68b8ddc43c314d7fc5d12a78bc71c9bb12306d986ae0ae74159ec7edc7deea371f6b5f015
 SHA512 
1069f50c58f25ceb8a13c8e53dce6a21e352e2a624da3b9a6d139939e7613e9a97226eb0173fa060ee69443c6a50b53b6d5c6d752dcaebffbe2a78f06cfbe2b6
 DIST gentoo-headers-base-3.18.tar.xz 3776668 BLAKE2B 
837a675ecf05ec270549d0ba6b9dcb98fb0e40f22007ebfa3e430152b7149dcfa29c8bbe38c737add07f75642234f1633c1d5ae0170788e8d4f765faf00bbdbe
 SHA512 
6615c604e5e618d26fff5a61691f7827bb05be9790db6c9f8e16e3842bce8f056f9928f85ae5714710b75743b0d0804faba4ba9c76e934e1de22dc03ef6d5535
@@ -11,5 +12,6 @@ DIST gentoo-headers-base-4.14.tar.xz 8017944 BLAKE2B 
e967a3f26fa002f62af72c165cf
 DIST gentoo-headers-base-4.15.tar.xz 8199628 BLAKE2B 
79a4f694a8335ed4bf1df94ab7829f41d3476165d0ce822a13e47461d7e3ee4cdb5e88acb9960a92ba1142adeb9951c19e17405c37b80d461b8577c7d1dfa37a
 SHA512 
7698ae90e356cb6105d3b1fc5351264774428b5caa405e8695925965ab2ff3a08c0dfe3587a69a87405ecc45c6cd3040c3a9f751d6e6dc8eddf8b28ded4e2584
 DIST gentoo-headers-base-4.16-r1.tar.xz 8227040 BLAKE2B 
95b2d64a614430e49d849ab54c58cbc3a850faea1bb5d9f7f43733d7b745ceb5ea3d1f8cc4dbb36c20797ae7d10bd736b99d17f5bfd0cdb90ecedb4eeb0f8610
 SHA512 
9b7cc82a322bd43dbf07c63d465200c87b838252e449028a363f3ff10921fe3889b503f20184168c7413d792c3d33b4324d89c89b95c8143a4a3c9c3e7e2d28e
 DIST gentoo-headers-base-4.16.tar.xz 856 BLAKE2B 
a5065cb49b549ea5eff33bc3a60ed070511cc463258666c30681aceaba97a108be059e4fc175bd6ba4dd0b27cf8bab14e0a8225346811eaacb4ddf8b2ba5a147
 SHA512 
2a5beadc61532d23f999c24101f3ab6db5d184a7327fa26330e318ac6b5b38b14c0e73ead2f550707b4e24c1f4f1a11c306c97608d98d530978fdeb43b4d58d9
+DIST gentoo-headers-base-4.17.tar.xz 7908432 BLAKE2B 
b0f39145db10dba1998e3facfb0565dd240ba26ce4b2744cfaaca8cfa2890f70a69cf65464163e053a05b0bf4d464f251d90f1cc266de604da2f8dc0889b34c3
 SHA512 
4d1f8f7a392a8ffdd1144c1d3126473f91cddfe1f750e9c7916e75aec4c571c1c3d2508c0967db12d8ed3e27623c8b2a5e2a47ff1710d55fbba91a84ec8434d4
 DIST gentoo-headers-base-4.4.tar.xz 3911752 BLAKE2B 
5031ecd48b99cb0c9c35ca935fa6a62cc36c076bab193ec397fc0d543170f29c6d5a0827a2ea5517eb68fc838819cbe3e5abd125bb920992492369d5e5c1e7cb
 SHA512 
1cd3de58ff790c3730bea38138c7a45ef95d04288c69ffeabebb884fab3add13bd9c99785ddd87a3ee467a0e1b1cdc457bbd28da349e7c178b4d2374c5fb78a3
 DIST gentoo-headers-base-4.9.tar.xz 4052748 BLAKE2B 
e279954c56170fbfa4ebae8dade731825b3d5f0cd5d73a5b33cd93a9c8f5fa140e14edf0d5ac26a452fe8a61b16fdcc851f5329f56e4c8dcf4472a995de44c4c
 SHA512 

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.17: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 00_all_0002-netfilter-pull-in-limits.h.patch 00_all_0003-convert-PAGE_SIZE-u

2018-06-18 Thread Mike Frysinger (vapier)
vapier  18/06/19 02:06:57

  Added:   
00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
00_all_0002-netfilter-pull-in-limits.h.patch
00_all_0003-convert-PAGE_SIZE-usage.patch

00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch
00_all_0005-unifdef-drop-unused-errno.h-include.patch

00_all_0006-x86-do-not-build-relocs-tool-when-installing-headers.patch

00_all_0007-netlink-drop-int-cast-on-length-arg-in-NLMSG_OK.patch
00_all_0008-uapi-fix-System-V-buf-header-includes.patch
  Log:
  initial 4.17 patchset based on last 4.16 patchset

Revision  ChangesPath
1.1  
src/patchsets/gentoo-headers/4.17/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=text/plain

Index: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
===
>From 1f4498530090a5fe7f6b2c46f2beb8818d7cb27b Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 29 Dec 2008 06:52:59 -0500
Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks

Only check __KERNEL__ so we don't assume the C library is glibc.

Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
index 7b35e98d3c58..eb7474652d27 100644
--- a/include/uapi/linux/stat.h
+++ b/include/uapi/linux/stat.h
@@ -4,7 +4,7 @@
 
 #include 
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
+#if defined(__KERNEL__)
 
 #define S_IFMT  0017
 #define S_IFSOCK 014
-- 
2.16.1




1.1  
src/patchsets/gentoo-headers/4.17/00_all_0002-netfilter-pull-in-limits.h.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=text/plain

Index: 00_all_0002-netfilter-pull-in-limits.h.patch
===
>From 0e43763b07e10e2c3cb517349ac2d541bcb62e5a Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 9 May 2009 17:30:35 -0400
Subject: [PATCH] netfilter: pull in limits.h

A few netfilter sub-headers use INT_MAX which is in limits.h.

URL: http://bugs.gentoo.org/246160
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/netfilter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index cca10e767cd8..de6d76399cd7 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -6,6 +6,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /* Responses from hook functions. */
 #define NF_DROP 0
-- 
2.16.1




1.1  
src/patchsets/gentoo-headers/4.17/00_all_0003-convert-PAGE_SIZE-usage.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.17/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
>From 25f2bcfa6c8a9e7cee2b92a823495479fe0ccc92 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 13 Feb 2010 03:09:23 -0500
Subject: [PATCH] convert PAGE_SIZE usage

The size of a page may change at runtime or based on kernel settings, so
a static value at compile time doesn't work.  More importantly, no one
exports PAGE_SIZE to user space anymore.

URL: http://bugs.gentoo.org/301431
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/binfmts.h  | 3 ++-
 include/uapi/linux/resource.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
index 4abad03a8853..3e98cfc84d1c 100644
--- a/include/uapi/linux/binfmts.h
+++ b/include/uapi/linux/binfmts.h
@@ -2,6 +2,7 @@
 #ifndef _UAPI_LINUX_BINFMTS_H
 #define _UAPI_LINUX_BINFMTS_H
 
+#include 
 #include 
 
 struct pt_regs;
@@ -12,7 +13,7 @@ struct pt_regs;
  * prevent the kernel from being unduly impacted by misaddressed pointers.
  * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  */
-#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
+#define MAX_ARG_STRLEN (sysconf(_SC_PAGESIZE) * 32)
 #define MAX_ARG_STRINGS 0x7FFF
 
 /* 

[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2018-06-18 Thread Mike Frysinger
commit: a0ea402f42a5367f22085853ec0f7993c94ec2bb
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Jun 19 00:29:09 2018 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Jun 19 01:23:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ea402f

net-dialup/ppp: clean up pkg-config usage for glib & openssl

 net-dialup/ppp/ppp-2.4.7-r6.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/net-dialup/ppp/ppp-2.4.7-r6.ebuild 
b/net-dialup/ppp/ppp-2.4.7-r6.ebuild
index 5e0743255bf..ed2dfd4c8c2 100644
--- a/net-dialup/ppp/ppp-2.4.7-r6.ebuild
+++ b/net-dialup/ppp/ppp-2.4.7-r6.ebuild
@@ -86,11 +86,19 @@ src_prepare() {
sed -i -e '/+= radius/s:^:#:' pppd/plugins/Makefile.linux || die
fi
 
+   # Respect our pkg-config settings.
+   sed -i \
+   -e 's:pkg-config:$(PKG_CONFIG):' \
+   contrib/pppgetpass/Makefile.linux || die
+   sed -i \
+   -e '/^LIBS/{s:-L/usr/local/ssl/lib::;s:-lcrypto:`$(PKG_CONFIG) 
--libs libcrypto`:}' \
+   pppd/Makefile.linux || die
+
eapply_user #549588
 }
 
 src_compile() {
-   tc-export AR CC
+   tc-export AR CC PKG_CONFIG
emake COPTS="${CFLAGS} -D_GNU_SOURCE"
 
# build pppgetpass



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

2018-06-18 Thread Jory Pratt
commit: d786158dbadb65561d25a7c33be92959586b9da9
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jun 19 01:14:22 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jun 19 01:14:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d786158d

www-client/firefox: Fix llvm/clang detection for build, bug #658402 Thanks
 alexander  tsoy.me for his contribution.

 www-client/firefox/firefox-60.0.2.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/firefox-60.0.2.ebuild 
b/www-client/firefox/firefox-60.0.2.ebuild
index 61c634ee758..e6ad0fecb10 100644
--- a/www-client/firefox/firefox-60.0.2.ebuild
+++ b/www-client/firefox/firefox-60.0.2.ebuild
@@ -29,8 +29,8 @@ MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 
 MOZCONFIG_OPTIONAL_WIFI=1
 
-inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v6.60 \
-   pax-utils xdg-utils autotools mozlinguas-v2
+inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \
+   mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2
 
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="http://www.mozilla.com/firefox;
@@ -78,6 +78,10 @@ if [[ -z $GMP_PLUGIN_LIST ]]; then
GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm )
 fi
 
+llvm_check_deps() {
+   has_version "sys-devel/clang:${LLVM_SLOT}"
+}
+
 pkg_setup() {
moz_pkgsetup
 
@@ -99,6 +103,8 @@ pkg_setup() {
fi
 
addpredict /proc/self/oom_score_adj
+
+   llvm_pkg_setup
 }
 
 pkg_pretend() {



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

2018-06-18 Thread Jory Pratt
commit: deb4d681084047f6086d5b5a6d81328cda3720a1
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jun 19 01:06:15 2018 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jun 19 01:06:15 2018 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=deb4d681

www-client/firefox: Fix llvm/clang detection for build, bug #658402
Thanks alexander  tsoy.me for his contribution.

 www-client/firefox/Manifest| 184 ++---
 ...firefox-60.0.1.ebuild => firefox-60.0.2.ebuild} |  10 +-
 www-client/firefox/firefox-61.0_beta14.ebuild  |  10 +-
 3 files changed, 108 insertions(+), 96 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 5cbd2cf..329d4bb 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,96 +1,96 @@
 DIST firefox-60.0-patches-02.tar.xz 111088 BLAKE2B 
9564d55b243c5e759a83b6d48076d3de9060c7bd99498df3ced477077b5ce2e2582452979872f0707ee681633d04a9761e2887282d69cced7e20bf39efc38c2c
 SHA512 
919ffdb0624f1fa68a7e457f5270833e69c8f29e1764a46edfc345056c4e8ada1e85e53de3766fd9a0b2afc1a959c15762e27f43e29f5945176f9ade362407ac
-DIST firefox-60.0.1-ach.xpi 496056 BLAKE2B 
5bc684c3b4550c5ffd956efe13c41d59b15c89a04f3f7b7b75f5396b59c23f4c31b68a284144bc642f52528da5cf488bb6381659a56cbc5b6c4cac9bbf8b
 SHA512 
e20bac51e42a10624dcd65135b156c7cdbd9ad2b745be10d88f3bbbf26495081d091d7fde91946f4d159416db7fff1ad66d1fca05e3a50385b1cc1c9f742d817
-DIST firefox-60.0.1-af.xpi 486534 BLAKE2B 
3a73f48c3144de2eec7b87591107851bd2d7c0ccde98432abe844d08f3a958eae26bca9cabb5487be59205b8c841991372068d78e07dba36eef973241a4e9b8f
 SHA512 
45ee0d111318fbd48254bc835f40dd5b07670c44a57f8c4b3987181e550bd29b56a91b8bb2fabf3e04a855041172dab4f36cc64c4d8c7209086e6c8f89591b00
-DIST firefox-60.0.1-an.xpi 519725 BLAKE2B 
01a33db80716913bbc2f93cf8159b5017c32ab65917a0f2468cbb5d010e4f15add77f7d645e63d9804553cbcdd11e0c4c60b2b9789a8cfbceb0bb4f5d64294fe
 SHA512 
53aff6cb9a4115e4df2de8620d5f93695ce7f9aac86597d9901c2d74f6c146b4871f2cc8c70b93c5494031d05a18a91076c8172e486a602831028fe9f7307774
-DIST firefox-60.0.1-ar.xpi 546952 BLAKE2B 
76bf3665f1ae870e5e1d6952ea8aa1c8295af342b15849345be3f9524e952d5c9ad43d7d613da886e841b346ea8f7354d3d745ad4d008444aa508b6a9b1c78c3
 SHA512 
f47e4a56053bf625c388afc2e7798e1d035407699c281d10cd7dac6ebee692318bbca2474b07c2af7c28f7f2c5aa9fcf83b5e8b8fcb7cf1fad89798f98ff2378
-DIST firefox-60.0.1-as.xpi 529948 BLAKE2B 
d0ef5f84b3d0ec92c15eb17cb451d19a147b3ebfcda2d89727f912a7a88937f810e4f2359134870db1e1f31223524dde3e7c2de3672a5385f7dd91ed2e3fb7b9
 SHA512 
5cde4d7931d384dc18b874ed4ddbe9aa21a6d2421f27541ac87456408a5b34a5dfd7584886cf847ad5412e0317c1af20a373a6407bd8ba72aeac3dd0c2206ee0
-DIST firefox-60.0.1-ast.xpi 507867 BLAKE2B 
e34ef307adcb4a01c35258aaf30fe61712fa27a146e7faca4f49cbfd0368fa0dbb863abfeeba7310c31876711b383b1ba04b35b6a185d0f0096889964583e97a
 SHA512 
2d947a8bee70241f4022b5f8d4ad3a71e5cf08467019a49f275ba2220197bb66c5b731cda3aa645627a7c71649032f4ce289bbd72a5aec361d1ecf6b41b7e98f
-DIST firefox-60.0.1-az.xpi 523976 BLAKE2B 
6d35380fb255042b2e3415afde0ee5ed548824cc4a3ba696139d446cb7707f6322fb43c9631b7d94d8b98f1f338cc8b65f3eb916ddfe20b311ad0e690290548c
 SHA512 
6c75236ceea3fb821ba2748f73873143b2b849e8bd2db41b75e458f57cec5d32a0e48d0046b6e6a4205f7db90cca941702e8037effed9e9ee25b93147efbfd77
-DIST firefox-60.0.1-bg.xpi 573077 BLAKE2B 
96b54c39f5fe43b1c0f5288e9661a1636fdcbc501dc531b89f2adc237e00864925d0ed6be5b5ecc66e8a5b787f09e45daf6440a61ccb32d99610b579fb9be483
 SHA512 
59168d9b8126c4787bdd893452c84598922001ee0ceca2f26c2a1840d78b3bafa3f2b94f43b4d0c07f92cb75c6f2042034b612a394d0d933992848ffb1f96120
-DIST firefox-60.0.1-bn-BD.xpi 589632 BLAKE2B 
6f58abb4ef1f849ecf70c605075c1b36f5fa3fcb7f1978d13592e4c3423d2055c5a4ddcc869fa6e63c7940c15df283797cf7509a6a5e12aacc01a84b5ab6d2f6
 SHA512 
f2aa7388e22e05182f6a2b96bbb6fe88f7db2ac4a2fcae5a50f81d7202995c5907280dc379fa699ece3417ea8a526ad31176d5234bc844eb087113464693a53f
-DIST firefox-60.0.1-bn-IN.xpi 570080 BLAKE2B 
61829121d5bc7ceaf5e93bc0e33f36117473d35be8012911d9fff18ce2242ad6d80031cea4e12b9ed5a4e1905b4e7573b91ddf844ebd8987aa7d7b52af5d6c7c
 SHA512 
35c825790ffd4bfa4a31c0cf7d484f5a72bd84d8b91626b184838e9ae564aefef388c73efc46bce319cb95401aea7e5fc993847a96b82d2f71ce0324aa54f2a8
-DIST firefox-60.0.1-br.xpi 511250 BLAKE2B 
09315f97f84639b4a9d6ec8e7114ff918cdd650bd2fa0a8849f9970bfc5f122a7012caad988458a53f969247be97cdb6e0d359d9cbd4e97b04b2c7a89a1cc927
 SHA512 
269dffaf4b52cac41a8baef6cb4569a3a2b1b73dee655150a38cabd987a1beec0612f4305e25132a7a42f4be8a200fa6566974789bf6376a0ca1fa100b09f27d
-DIST firefox-60.0.1-bs.xpi 513932 BLAKE2B 
70741fef505bf0b468edc5849e341bcd8c8d2dfa3ebe1ffa108d7fb48a5f2d5fce64de50dbd66ac57fbef6ab1214a7128f2eb39848b3a403c85dfe825a73507e
 SHA512 
1457a328398d22c17ae93607a123b3e5812f90d2b25b92e1e96f35fc08e0902bafac7eb92c1cd50a6dd46451a10a693786ef2c634f6990b0f8f513bfb7a09afb
-DIST firefox-60.0.1-ca.xpi 524483 BLAKE2B 

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

2018-06-18 Thread Georgy Yakovlev
commit: 2323d1b0ac53b5b4cdf52663cb5b7b6e784fb833
Author: William Pettersson  gmail  com>
AuthorDate: Mon Jun 18 09:23:52 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jun 19 00:49:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2323d1b0

dev-python/logfury: new package

Logfury is a boilerplate method-call logging library for python

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

 dev-python/logfury/Manifest |  1 +
 dev-python/logfury/logfury-0.1.2.ebuild | 22 ++
 dev-python/logfury/metadata.xml | 16 
 3 files changed, 39 insertions(+)

diff --git a/dev-python/logfury/Manifest b/dev-python/logfury/Manifest
new file mode 100644
index 000..9ab08d758bc
--- /dev/null
+++ b/dev-python/logfury/Manifest
@@ -0,0 +1 @@
+DIST logfury-0.1.2.tar.gz 17222 BLAKE2B 
b304ae68b345a5a262243063823354b00c72ac4301dcb34ceb56c44c0a0bc8f37ae447fb024e7d4b86469cf5412630c3b0d37370d492f7aab207f947b89d1577
 SHA512 
72e3e41047d3617420ece1a76a859635af42eb17d77cac0331d65144f750b5a5b8eff119a28fdda543b75cb75a2c8078492f2164dccb8c2dc9ba354e80a249ca

diff --git a/dev-python/logfury/logfury-0.1.2.ebuild 
b/dev-python/logfury/logfury-0.1.2.ebuild
new file mode 100644
index 000..003491edcde
--- /dev/null
+++ b/dev-python/logfury/logfury-0.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Boilerplate library for logging method calls"
+HOMEPAGE="https://github.com/ppolewicz/logfury 
https://pypi.org/project/logfury/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/logfury/metadata.xml b/dev-python/logfury/metadata.xml
new file mode 100644
index 000..959691b531c
--- /dev/null
+++ b/dev-python/logfury/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+will...@ewpettersson.se
+William Pettersson
+  
+  
+proxy-ma...@gentoo.org
+Proxy maintainers
+  
+  
+logfury
+ppolewicz/logfury
+  
+



[gentoo-commits] proj/musl:master commit in: dev-lang/rust/

2018-06-18 Thread Aric Belsito
commit: ae2bbabe03edabdc1947428e58d3e9a3f1a8ed28
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Jun 19 00:46:48 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Jun 19 00:46:48 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=ae2bbabe

dev-lang/rust: fix typo in install phase

 dev-lang/rust/rust-1.26.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/rust/rust-1.26.2.ebuild b/dev-lang/rust/rust-1.26.2.ebuild
index 314db78..54b0444 100644
--- a/dev-lang/rust/rust-1.26.2.ebuild
+++ b/dev-lang/rust/rust-1.26.2.ebuild
@@ -309,8 +309,8 @@ src_install() {
rm "${D}/usr/$(get_libdir)/rustlib/manifest-rustfmt-preview" || 
die
fi
 
-   rm "${D}/usr/share/doc/${P}/LICENSE-APACHE{,.old}" || die
-   rm "${D}/usr/share/doc/${P}/LICENSE-MIT{,.old}" || die
+   rm "${D}/usr/share/doc/${P}"/LICENSE-APACHE{,.old} || die
+   rm "${D}/usr/share/doc/${P}"/LICENSE-MIT{,.old} || die
 
docompress "/usr/share/${P}/man"
 



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

2018-06-18 Thread Anthony G. Basile
commit: 24fbfc8bae85954873e8edcb141a3eddf6004cc4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jun 19 00:02:31 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jun 19 00:02:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fbfc8b

net-libs/mbedtls: version bumps to 2.7.4 and 2.11.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/mbedtls/Manifest  |  2 +
 net-libs/mbedtls/mbedtls-2.11.0.ebuild | 93 ++
 net-libs/mbedtls/mbedtls-2.7.4.ebuild  | 93 ++
 3 files changed, 188 insertions(+)

diff --git a/net-libs/mbedtls/Manifest b/net-libs/mbedtls/Manifest
index 6d49624dea5..58022f1eae9 100644
--- a/net-libs/mbedtls/Manifest
+++ b/net-libs/mbedtls/Manifest
@@ -1,5 +1,7 @@
 DIST mbedtls-2.10.0.tar.gz 2190139 BLAKE2B 
f4e6da0bc433992a79088a86c7bad48564e5d8eca110633960c8197becf1fb64b77e36f2bd63e241ff0a3eb86aae1b6b538de2043e1bb6626b9b18fa9951db91
 SHA512 
a1dcb46d3e27c93b511a0dc846b5ed6dc35992cdcf04fce6ad83f5a92440d11d60a07e0fec64f9d6c5e2f27365bdd7a557a35af4ff250b342adbde6193240a95
+DIST mbedtls-2.11.0.tar.gz 2224911 BLAKE2B 
adbcdb9e002fc2d84e345aec00aaae1cbef67f686895a45e6263339f0d7c9d0453d81d6bf4b30c31d6c4db96ab9d631918fc93e5d361e0b305053462b7fbf64e
 SHA512 
301ddc6757be32aaa8ddbfd6c665a1d78c4869007a5aff954b54479c26f90d25bbfcb8c866dd6ae73a8222123928355e84ca5b59d24512d2bfdf1cdc41050e29
 DIST mbedtls-2.7.2.tar.gz 2127772 BLAKE2B 
d66c65f0d974baf97ae361e64db5028af6c402ea248a785009b422d993deaa4facee98dd338ee4b5d36087fd07e679069fc4fb57cce548097d1f788cedb825fa
 SHA512 
52455b68744a3c220aed7346d19c7b9bebd3a065406242b446816a3b02325d72005b5c381b158bfff90e2fe5854064629b297fbec95fea3ad203bfae51a15cab
 DIST mbedtls-2.7.3.tar.gz 2145554 BLAKE2B 
442d840f7046ae63508528fe76e9a12d438f14eb0468a2617cc18df8223105aa696c0b676193891359c8fbd56771acc2690760259a9ab6345883c63cc634c6dd
 SHA512 
f1eb1ec4d4cdbe26434df6d17d4af72ef5bd2f370177f5ce787ab86ae6bcf200f221ddfdc5948f87e7da9f9e04ffddf8b68e83e203de2f8c0dca8c8594414b23
+DIST mbedtls-2.7.4.tar.gz 2147905 BLAKE2B 
74473f53f241969485db0941339b1340f92d4c676d99f92734b9f5b64e76c2849b9a0f1def24e1569af8c78680fd2d26af68cac04f8d3ea916a67251bd6c3094
 SHA512 
530e2bb7d8dcd0dfcfb1c645f25bab6ca4c2004f988449e189e83452e237f2ed86b901814c5c80d380701c151e160faea6d7c20cbeb198fe0908c8e534fe
 DIST mbedtls-2.8.0.tar.gz 2132562 BLAKE2B 
ac0a67c51e4aeb59e947d16039b20de680ccd7daf372652c0a7d1a6694ce8fe213f959b47a4335cda236575d8f491c84a413ae2f408e86600519ac66a31f8c1a
 SHA512 
baa2024e26cb1d772a525348cdcc84e2b5eabf58642d8c792fe88cf6c539b36f14e80d592e85bc474f6be036513ed4b8bc86f5808ad4f5b08f25ca7e43dc3921
 DIST mbedtls-2.9.0.tar.gz 2163543 BLAKE2B 
b47e6242b5bad4f571bd900960e20ec0266e6f9f25c96df85c7d983dfa3d71f8b842b90f112eb69a09bf99ed3ef7c059c2c2d522ba66e92f4c9097754985323a
 SHA512 
5490822aae18dfb3eb2cc94e673a575daf0cdaf9a4867ff84f0df9749376ea5c54a3f67902b4b86e2a853508af0585684618f9edac8bd92352cd3ca4461bda1c

diff --git a/net-libs/mbedtls/mbedtls-2.11.0.ebuild 
b/net-libs/mbedtls/mbedtls-2.11.0.ebuild
new file mode 100644
index 000..3172e24a392
--- /dev/null
+++ b/net-libs/mbedtls/mbedtls-2.11.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib-minimal
+
+DESCRIPTION="Cryptographic library for embedded systems"
+HOMEPAGE="https://tls.mbed.org/;
+SRC_URI="https://github.com/ARMmbed/mbedtls/archive/${P}.tar.gz;
+S=${WORKDIR}/${PN}-${P}
+
+LICENSE="Apache-2.0"
+SLOT="0/11" # slot for libmbedtls.so
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="cpu_flags_x86_sse2 doc havege libressl programs test threads zlib"
+
+RDEPEND="
+   programs? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen media-gfx/graphviz )
+   test? ( dev-lang/perl )"
+
+enable_mbedtls_option() {
+   local myopt="$@"
+   # check that config.h syntax is the same at version bump
+   sed -i \
+   -e "s://#define ${myopt}:#define ${myopt}:" \
+   include/mbedtls/config.h || die
+}
+
+src_prepare() {
+   use cpu_flags_x86_sse2 && enable_mbedtls_option MBEDTLS_HAVE_SSE2
+   use zlib && enable_mbedtls_option MBEDTLS_ZLIB_SUPPORT
+   use havege && enable_mbedtls_option MBEDTLS_HAVEGE_C
+   use threads && enable_mbedtls_option MBEDTLS_THREADING_C
+   use threads && enable_mbedtls_option MBEDTLS_THREADING_PTHREAD
+
+   cmake-utils_src_prepare
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PROGRAMS=$(multilib_native_usex programs)
+   -DENABLE_ZLIB_SUPPORT=$(usex zlib)
+   

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

2018-06-18 Thread Thomas Deutschmann
commit: e1a1048cb7a8810473fbead4eca8cd963be976d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun 18 23:30:43 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun 18 23:33:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a1048c

net-misc/openssh: bump to address multiple issues

- Fix building on x86 due to undefined socketcall when "hpn" USE
  flag was set. [Bug 658232]

- Fix segfault when using sshd with "sctp" USE flag. [Bug 658308]

Closes: https://bugs.gentoo.org/658232
Closes: https://bugs.gentoo.org/658308
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --force

 net-misc/openssh/Manifest | 4 ++--
 .../{openssh-7.7_p1-r100.ebuild => openssh-7.7_p1-r101.ebuild}| 4 ++--
 .../openssh/{openssh-7.7_p1-r4.ebuild => openssh-7.7_p1-r5.ebuild}| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index c673bcf6687..5c547da1d81 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -6,10 +6,10 @@ DIST openssh-7.6_p1-sctp.patch.xz 6996 BLAKE2B 
4a857afdc8fa5cb2bfb9dd1805ac6343e
 DIST openssh-7.6p1+x509-11.2.diff.gz 466657 BLAKE2B 
3f4f108e2d97eb292c215bc3a6e2c64ae6b9e49704f46f46a21496a71d5ebd051ab648446bf71ef141e2114f4a03363d8cd043f5813f957c2c5f2e2eb193931d
 SHA512 
1c0fea91037bfcaed7aa3f0cb01d262410a99d3e1b98a25a012db5d683f3275ab52f78f1e446bd7e543c78f9d406b1dce2bb3997214534ae94e11c254658080f
 DIST openssh-7.6p1-hpnssh14v12-r1.tar.xz 15440 BLAKE2B 
e140852a3ce63e4f744ed4b18b474cf88d09ca55509e5a16d26eef5cf8574466b472073eef56e19467932959d9ba7e941ab561d9ea0704dfee3fd08a6ba7ba8c
 SHA512 
9d0450ec99fe550d790e471cb7815d0863788cf9c41dfef653d102f02be3d38a09e5103e537658279216a5815c1a075ded9f011e05ce216beee2c7daeea8c75a
 DIST openssh-7.6p1.tar.gz 1489788 BLAKE2B 
938bfeeff0a0aaa2fc7e4c345f04561c6c071c526e354a7d344a08742cb70ab1f4a41d325b31720f2fba5c4afa4db11f3fc87055c8c9c8bea37b29cc11dc8f39
 SHA512 
de17fdcb8239401f76740c8d689a8761802f6df94e68d953f3c70b9f4f8bdb403617c48c1d01cc8c368d88e9d50aee540bf03d5a36687dfb39dfd28d73029d72
-DIST openssh-7.7p1-hpnssh14v15-gentoo1.patch.xz 22060 BLAKE2B 
81a7f3d1346718c154b39920c126eb0b00ae43f1369d882b8a1bd0b885668805639d869581fb49a8e7c67b61d72a904fde45841e4396af426b136d6d2f0a0dc3
 SHA512 
7b437bc061677aeabe561ad74bb19bc6f85369119ad8a92fb430fb5c1394c2bb3afd472ee66b285362b2041f871c56633dc94fec33cb062c6b1817d63c1d4a78
+DIST openssh-7.7p1-hpnssh14v15-gentoo2.patch.xz 22060 BLAKE2B 
9ee654f689d4b90bd0fe4f71d57b4a8d9d957012be3a23ff2baa6c45ae99e2f1e4daf5de24479a6a3eb761ee6847deb3c6c3021d4cbabc9089f605d8d7270efc
 SHA512 
856d28ac89c14d01c40c7d7e93cfaebd74b091188b5b469550eb62aa5445177aec1a5f47c1e2f7173013712e98e5f9f5e46bbb3dbd4ec7c5ee8256ef45cda0f8
 DIST openssh-7.7p1-ldap-20180327.patch.xz 19760 BLAKE2B 
f316ea65de3415b9ee19a621f36c5ce7e4bda7e1fe06e9edbc1e96e9d7296facf1a59dc79822939035c333a07b04a21d33c116fb74f36f1a93ac6849a4182166
 SHA512 
6439057839341169f9a198b25fdcbbddd50b0db0834aa762c16fb9b9b2e6b95b4ee9b4c6ad1cf2723750aacded4e6cba7f6036cdd91cf8d5e88eb21ea83790dd
 DIST openssh-7.7p1-patches-1.1.tar.xz 16476 BLAKE2B 
fca2885a9e29faec40700ece37a995ba83e40bd2a6875129a5327770d8ee43663a7c063de33b4653994ed7332adb03730f613c047550d874190b95c66e2e9efa
 SHA512 
aa5e33ce4bb4be16abf27ac1bade1dc85c51d82002be546402e0b8b0685de3ec7029f0f56bf1295ec346eb3960a6bed7cfc882722e57957a19a732f3174b3039
-DIST openssh-7.7p1-sctp-1.0.patch.xz 7380 BLAKE2B 
6ad40972ece131ff148ede6ba94d63bffc606e0bcabb959d4c9056196cb6f4fddc285f97d7b49b73fde7ee84e3c981c07bddb058ad88eb7c7c2fe716e657c630
 SHA512 
bc5f50805ba25415f93f61b6654e5bcbaef673b0af48d339116ca9c94b6152afae294c5a9144adeb40190da97c2fc73b43e3ac7ac34feb4a647628327a7cac0a
+DIST openssh-7.7p1-sctp-1.1.patch.xz 7548 BLAKE2B 
3b960c2377351955007005de560c2a3e8d0d059a0435e5beda14c63e444dad8b4357edaccd1cfe446c6268514f152b2bcfa7fa3612f1ae1324a31fecb0e85ac5
 SHA512 
093605865262a2b972db8c92990a49ed6178ed4567fb2626518c826c8472553d9be99a9e6052a6f5e545d81867b4118e9fd8a2c0c26a2739f1720b0f13282cba
 DIST openssh-7.7p1-x509-11.3.1.patch.xz 362672 BLAKE2B 
55b8b0ef00dc4d962a0db1115406b7b1e84110870c74198e9e4cb081b2ffde8daca67cb281c69d73b4c5cbffde361429d62634be194b57e888a0b434a0f42a37
 SHA512 
f84744f6d2e5a15017bce37bfa65ebb47dbafeac07ea9aab46bdc780b4062ff70687512d9d512cab81e3b9c701adb6ce17c5474f35cb4b49f57db2e2d45ac9ac
 DIST openssh-7.7p1.tar.gz 1536900 BLAKE2B 
7aee360f2cea5bfa3f8426fcbd66fde2568f05f9c8e623326b60f03b7c5f8abf223e178aa1d5958015b51627565bf5b1ace35b57f309638c908f5a7bf5500d21
 SHA512 
597252cb48209a0cb98ca1928a67e8d63e4275252f25bc37269204c108f034baade6ba0634e32ae63422fddd280f73096a6b31ad2f2e7a848dde75ca30e14261
 DIST openssh-lpk-7.5p1-0.3.14.patch.xz 17040 BLAKE2B 
5b2204316dd244bb8dd11db50d5bc3a194e2cc4b64964a2d3df68bbe54c53588f15fc5176dbc3811e929573fa3e41cf91f412aa2513bb9a4b6ed02c2523c1e24
 SHA512 

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

2018-06-18 Thread Louis Sautier
commit: 414fad074eb457efb3766d07aa6b5b5aca746337
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jun 18 22:52:38 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 22:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414fad07

dev-python/pygal: link to an upstream issue re. pytest-runner

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pygal/pygal-2.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pygal/pygal-2.4.0.ebuild 
b/dev-python/pygal/pygal-2.4.0.ebuild
index 2a15528e4bb..cb453601e91 100644
--- a/dev-python/pygal/pygal-2.4.0.ebuild
+++ b/dev-python/pygal/pygal-2.4.0.ebuild
@@ -39,6 +39,7 @@ DOCS=( docs/changelog.rst README.md )
 python_prepare_all() {
sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die
# Not actually required unless we want to do setup.py test
+   # https://github.com/Kozea/pygal/issues/430
sed -i "s/'pytest-runner'\(,\)\?//" setup.py || die
distutils-r1_python_prepare_all
 }



[gentoo-commits] proj/releng:master commit in: tools-systemd/portage.amd64/package.use/, ...

2018-06-18 Thread Anthony G. Basile
commit: 7689550ee1abb97506de9ac118e2161d5eec1e17
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 18 22:31:40 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 18 22:31:40 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=7689550e

tools-systemd: add static-libs for util-linux

 tools-systemd/portage.amd64/package.use/util-linux | 1 +
 tools-systemd/portage.i686/package.use/util-linux  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tools-systemd/portage.amd64/package.use/util-linux 
b/tools-systemd/portage.amd64/package.use/util-linux
new file mode 100644
index ..2c80720e
--- /dev/null
+++ b/tools-systemd/portage.amd64/package.use/util-linux
@@ -0,0 +1 @@
+sys-apps/util-linux static-libs

diff --git a/tools-systemd/portage.i686/package.use/util-linux 
b/tools-systemd/portage.i686/package.use/util-linux
new file mode 100644
index ..2c80720e
--- /dev/null
+++ b/tools-systemd/portage.i686/package.use/util-linux
@@ -0,0 +1 @@
+sys-apps/util-linux static-libs



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

2018-06-18 Thread Louis Sautier
commit: 5ace34150b61d55161796d966d41925b678a8720
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jun 18 22:10:17 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 22:10:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ace3415

dev-python/plyvel: bump to 1.0.4, add PyPy 3 support

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/plyvel/Manifest|  1 +
 dev-python/plyvel/plyvel-1.0.4.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/plyvel/Manifest b/dev-python/plyvel/Manifest
index 7271bed75b3..65d9d5a9229 100644
--- a/dev-python/plyvel/Manifest
+++ b/dev-python/plyvel/Manifest
@@ -1 +1,2 @@
 DIST plyvel-0.9.tar.gz 121513 BLAKE2B 
78aa0dc3565a9e2298978ea4f2014670cbaa376e35f21be6b3c26a39db2c560d08667c385894bc3df6ae33da266eabf9cf72b81156759a28d75856760ca7cf73
 SHA512 
21a3bf0bff075e429fef63418c2a2578b22a4904cc2f4f66fc5fbccec22c762d918bea0622a22dcbeee2e60f8d35210ae8f1e63b6d37405f0fdf29ca2fe80586
+DIST plyvel-1.0.4.tar.gz 338470 BLAKE2B 
dbc33ac9962ed3b74d83158e973ac956bd9fa81c7e1980c1d79187f6e629d0605d821debe4bfd4532120f343b87ee3acd825514884d78b471d3717364837ce42
 SHA512 
ee397d4f7e2dac4e7b382841559895184dc0356b84da4ff4ccdad43c32aebcb1dcc5020230a5564c875ed5d4401cc8b009438ca3b2e0b50e6467e384f0366171

diff --git a/dev-python/plyvel/plyvel-1.0.4.ebuild 
b/dev-python/plyvel/plyvel-1.0.4.ebuild
new file mode 100644
index 000..8cac70ffdf3
--- /dev/null
+++ b/dev-python/plyvel/plyvel-1.0.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Tests fail with PyPy: https://github.com/wbolster/plyvel/issues/38
+PYTHON_COMPAT=( pypy3 python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to LevelDB"
+HOMEPAGE="https://github.com/wbolster/plyvel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND=">=dev-libs/leveldb-1.20:="
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile() {
+   # https://wiki.gentoo.org/wiki/Project:Python/Strict_aliasing
+   python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} 
-fno-strict-aliasing"
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build doc doc/_build/html || die
+   HTML_DOCS=( doc/_build/html/. )
+   fi
+}
+
+python_test() {
+   # We need to copy the extension to the package folder
+   local ext="$(ls "${BUILD_DIR}/lib/${PN}/"*.so | head -n1 || die)"
+   ln -s "${ext}" "${PN}" || die
+   py.test || die "tests failed with ${EPYTHON}"
+   rm "${PN}/$(basename "${ext}")" || die
+}



[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.17: - New directory

2018-06-18 Thread Mike Frysinger (vapier)
vapier  18/06/18 22:22:49

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/gentoo-headers/4.17 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.16: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 00_all_0002-netfilter-pull-in-limits.h.patch 00_all_0003-convert-PAGE_SIZE-u

2018-06-18 Thread Mike Frysinger (vapier)
vapier  18/06/18 22:15:23

  Added:   
00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
00_all_0002-netfilter-pull-in-limits.h.patch
00_all_0003-convert-PAGE_SIZE-usage.patch

00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch
00_all_0005-unifdef-drop-unused-errno.h-include.patch

00_all_0006-x86-do-not-build-relocs-tool-when-installing-headers.patch

00_all_0007-netlink-drop-int-cast-on-length-arg-in-NLMSG_OK.patch
00_all_0008-uapi-fix-System-V-buf-header-includes.patch
  Log:
  import 4.16 headers that were released based on 4.15

Revision  ChangesPath
1.1  
src/patchsets/gentoo-headers/4.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1=text/plain

Index: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
===
>From eaef093137c922417fbfb5cea2589dd2953bb751 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 29 Dec 2008 06:52:59 -0500
Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks

Only check __KERNEL__ so we don't assume the C library is glibc.

Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
index 7b35e98d3c58..eb7474652d27 100644
--- a/include/uapi/linux/stat.h
+++ b/include/uapi/linux/stat.h
@@ -4,7 +4,7 @@
 
 #include 
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
+#if defined(__KERNEL__)
 
 #define S_IFMT  0017
 #define S_IFSOCK 014
-- 
2.16.1




1.1  
src/patchsets/gentoo-headers/4.16/00_all_0002-netfilter-pull-in-limits.h.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1=text/plain

Index: 00_all_0002-netfilter-pull-in-limits.h.patch
===
>From 7789b768b7aa1f69626c894f2b6d729622a75bbd Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 9 May 2009 17:30:35 -0400
Subject: [PATCH] netfilter: pull in limits.h

A few netfilter sub-headers use INT_MAX which is in limits.h.

URL: http://bugs.gentoo.org/246160
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/netfilter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index cca10e767cd8..de6d76399cd7 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -6,6 +6,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /* Responses from hook functions. */
 #define NF_DROP 0
-- 
2.16.1




1.1  
src/patchsets/gentoo-headers/4.16/00_all_0003-convert-PAGE_SIZE-usage.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.16/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
>From e685bbb40026037d5bbd223f22305497d7363eb5 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 13 Feb 2010 03:09:23 -0500
Subject: [PATCH] convert PAGE_SIZE usage

The size of a page may change at runtime or based on kernel settings, so
a static value at compile time doesn't work.  More importantly, no one
exports PAGE_SIZE to user space anymore.

URL: http://bugs.gentoo.org/301431
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/binfmts.h  | 3 ++-
 include/uapi/linux/resource.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
index 4abad03a8853..3e98cfc84d1c 100644
--- a/include/uapi/linux/binfmts.h
+++ b/include/uapi/linux/binfmts.h
@@ -2,6 +2,7 @@
 #ifndef _UAPI_LINUX_BINFMTS_H
 #define _UAPI_LINUX_BINFMTS_H
 
+#include 
 #include 
 
 struct pt_regs;
@@ -12,7 +13,7 @@ struct pt_regs;
  * prevent the kernel from being unduly impacted by misaddressed pointers.
  * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
  */
-#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
+#define MAX_ARG_STRLEN (sysconf(_SC_PAGESIZE) * 32)
 #define MAX_ARG_STRINGS 0x7FFF
 
 

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

2018-06-18 Thread Michael Orlitzky
commit: 1d242cda4faf962263102dd58504121851cf28ad
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Jun 18 21:51:13 2018 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Jun 18 21:56:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d242cda

net-analyzer/monitoring-plugins: remove "unused" versions 2.1.2 and 2.2.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/monitoring-plugins/Manifest   |   1 -
 .../monitoring-plugins-2.1.2.ebuild| 100 -
 .../monitoring-plugins-2.2.ebuild  | 100 -
 3 files changed, 201 deletions(-)

diff --git a/net-analyzer/monitoring-plugins/Manifest 
b/net-analyzer/monitoring-plugins/Manifest
index 1fee2b2ce31..8576df0da90 100644
--- a/net-analyzer/monitoring-plugins/Manifest
+++ b/net-analyzer/monitoring-plugins/Manifest
@@ -1,2 +1 @@
-DIST monitoring-plugins-2.1.2.tar.gz 2613060 BLAKE2B 
ea352b283166a183b993c474d7318b218e8ba75d2cca91ae1901046e6c4bc2075c21217038a649aaf1355f04d6133a623ee1439fa0d1548c8ec6d03fb8952854
 SHA512 
845eb7636691aa5402119384c3d4256969e959fbc29ef5257c24fc4c21536cad3dade30747f36c9ad998cb37df0f325df66ea679d3d5b96c2993b59a9a325fed
 DIST monitoring-plugins-2.2.tar.gz 2461548 BLAKE2B 
0f68b492e089c6dfd09db6aab78ab4490f2e8983677c70dda4c3800a06380c066865587536a44f135d0e314006ed81a757cbfbd918f53e009f9d2c50b8e58db0
 SHA512 
5f8cfa132891d6d96e69bee3f2c26f7d4546f572be6a18f25ea5d9069f162cb2e424361289a5c26bec60d7b63d28a269437fd6f25645903a1c142fdcbbf77f27

diff --git a/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild 
b/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild
deleted file mode 100644
index e48fdba5314..000
--- a/net-analyzer/monitoring-plugins/monitoring-plugins-2.1.2.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib user
-
-DESCRIPTION="50+ standard plugins for Icinga, Naemon, Nagios, Shinken, Sensu"
-HOMEPAGE="https://www.monitoring-plugins.org/;
-SRC_URI="https://www.monitoring-plugins.org/download/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="gnutls ipv6 ldap libressl mysql dns fping game postgres samba snmp ssh 
+ssl"
-
-# Most of the plugins use automagic dependencies, i.e. the plugin will
-# get built if the binary it uses is installed. For example, check_snmp
-# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
-# installed. End result: most of our runtime dependencies are required
-# at build time as well.
-#
-# REAL_DEPEND contains the dependencies that are actually needed to
-# build. DEPEND contains those plus the automagic dependencies.
-#
-REAL_DEPEND="dev-lang/perl
-   ldap? ( net-nds/openldap )
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql:= )
-   ssl? (
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   gnutls? ( net-libs/gnutls )
-   )"
-
-DEPEND="${REAL_DEPEND}
-   dns? ( net-dns/bind-tools )
-   game? ( games-util/qstat )
-   fping? ( net-analyzer/fping )
-   samba? ( net-fs/samba )
-   ssh? ( net-misc/openssh )
-   snmp? ( dev-perl/Net-SNMP
-   net-analyzer/net-snmp[-minimal] )"
-
-# Basically everything collides with nagios-plugins.
-RDEPEND="${DEPEND}
-   !net-analyzer/nagios-plugins"
-
-# At least one test is interactive.
-RESTRICT="test"
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-
-   # Use an array to prevent econf from mangling the ping args.
-   local myconf=()
-
-   if use ssl; then
-   myconf+=( $(use_with !gnutls openssl /usr)
- $(use_with gnutls gnutls /usr) )
-   else
-   myconf+=( --without-openssl )
-   myconf+=( --without-gnutls )
-   fi
-
-   # The autodetection for these two commands can hang if localhost is
-   # down or ICMP traffic is filtered. Bug #468296.
-   myconf+=( --with-ping-command="/bin/ping -n -U -w %d -c %d %s" )
-
-   if use ipv6; then
-   myconf+=( --with-ping6-command="/bin/ping6 -n -U -w %d -c %d 
%s" )
-   fi
-
-   econf \
-   $(use_with mysql) \
-   $(use_with ipv6) \
-   $(use_with ldap) \
-   $(use_with postgres pgsql /usr) \
-   "${myconf[@]}" \
-   --libexecdir="/usr/$(get_libdir)/nagios/plugins" \
-   --sysconfdir="/etc/nagios"
-}
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ \
-   NEWS README REQUIREMENTS SUPPORT THANKS )
-
-pkg_preinst() {
-   enewgroup nagios
-   enewuser nagios -1 /bin/bash /var/nagios/home nagios
-}
-
-pkg_postinst() {
-   elog 

[gentoo-commits] proj/musl:master commit in: dev-lang/rust/

2018-06-18 Thread Aric Belsito
commit: 5cfbb5336eb480a1efb549f4fb7ddcbdc57aec56
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jun 18 21:57:09 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jun 18 21:57:09 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5cfbb533

dev-lang/rust: fix metadata.xml

 dev-lang/rust/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
index c03ce15..697c365 100644
--- a/dev-lang/rust/metadata.xml
+++ b/dev-lang/rust/metadata.xml
@@ -8,6 +8,8 @@
   
 Build and install rls, rustfmt and cargo
 alongside the compiler and stdlib
+Use system sys-devel/llvm in
+place of the bundled one
 Use dev-libs/jemalloc as the
 standard memory allocator
 Build support for the wasm32-unknown-unknown



[gentoo-commits] proj/musl:master commit in: dev-lang/rust/files/1.26.2/, dev-lang/rust/

2018-06-18 Thread Aric Belsito
commit: 7db92da7f962789831783ca8f67f501fcc6a1267
Author: Aric Belsito  gmail  com>
AuthorDate: Mon Jun 18 21:55:10 2018 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon Jun 18 21:55:10 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7db92da7

dev-lang/rust: version bump to 1.26.2

Some testing required!!

 dev-lang/rust/Manifest |   1 +
 ...-nostdlib-and-musl_root-from-musl-targets.patch | 381 +
 .../0008-Don-t-pass-CFLAGS-to-the-C-compiler.patch |  23 ++
 dev-lang/rust/metadata.xml |   6 +-
 dev-lang/rust/rust-1.26.2.ebuild   | 353 +++
 5 files changed, 761 insertions(+), 3 deletions(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 0424663..7815bff 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -9,3 +9,4 @@ DIST rust-1.25.0-i686-unknown-linux-musl.tar.xz 100253196 
BLAKE2B 2bc6d9d2a1dfab
 DIST rust-1.25.0-x86_64-unknown-linux-gnu.tar.xz 111059260 BLAKE2B 
ae982976a735c2b5226722207a983bb638cb7c0cb0ceb6b438456d54fac86a5d1892b535f01ac463157205c0ae27ae876482f6ac1fa269a9ec3e1177be0cef2e
 SHA512 
aea93ff64f620a1dd6b48d07ec3dcbc126b2f5c17b4697c096ec8cd02a3c7dfec7ae7d5df70a55eceb372897ad12f3d01c67d5aaea0167a80270931c61323f78
 DIST rust-1.25.0-x86_64-unknown-linux-musl.tar.xz 97724224 BLAKE2B 
ad0accfb670acf2a02f9bb1c8e6a80ab7be2d1e0f01bc2da13744ab164774cc318255d78a657b84ad0f97ab1ee3fc4a53b4cf1ee71ba52984cbcd52bd64f2387
 SHA512 
ee250193db5e20edb80fe864609b1c16ca5da5f2ca16700f5f938195d43dd5d3de8cd138f64feebd73f77fbf4f61196459c13420ba6c4f451b9db266db92219a
 DIST rustc-1.25.0-src.tar.xz 56108536 BLAKE2B 
c4a5e56b0e345b5ccde699f68659ac10793670047d2806bdab856d56aa5b960a0df5b947f7c0a7dadfcb7edbe4f9c1a71a94c5f240e91c93296a90d232030645
 SHA512 
45b47d8b6433f61b1a6f2637d8f4fe013b534a8a94365025dfcf786815c95111b9bd3beb2544ba8587fb4c8b38431765c4d68bc9c19285da4ccf7c7eeda2
+DIST rustc-1.26.2-src.tar.xz 54613640 BLAKE2B 
f361b7a0ed40ccb026750b4a70b99931f1abf52024e907b588e339902de2fbbd15501d237ac048d0537005834b0a2f49935f654a8c75d40ed95c65894f611481
 SHA512 
a598858ddce0e05d1d431be383400f44fc551eb2e368f37b01670c0b65ea5da6a7d5b2b68bb6ef806d2107cfa0d5007008442ad4d5ddb17d18d04e0ab31600b0

diff --git 
a/dev-lang/rust/files/1.26.2/0002-Remove-nostdlib-and-musl_root-from-musl-targets.patch
 
b/dev-lang/rust/files/1.26.2/0002-Remove-nostdlib-and-musl_root-from-musl-targets.patch
new file mode 100644
index 000..53de567
--- /dev/null
+++ 
b/dev-lang/rust/files/1.26.2/0002-Remove-nostdlib-and-musl_root-from-musl-targets.patch
@@ -0,0 +1,381 @@
+diff -Naur rustc-1.26.2-src.orig/config.toml.example 
rustc-1.26.2-src/config.toml.example
+--- rustc-1.26.2-src.orig/config.toml.example  2018-06-16 11:22:33.396391832 
-0700
 rustc-1.26.2-src/config.toml.example   2018-06-16 11:22:53.998391463 
-0700
+@@ -385,12 +385,6 @@
+ # only use static libraries. If unset, the target's default linkage is used.
+ #crt-static = false
+ 
+-# The root location of the MUSL installation directory. The library directory
+-# will also need to contain libunwind.a for an unwinding implementation. Note
+-# that this option only makes sense for MUSL targets that produce statically
+-# linked binaries
+-#musl-root = "..."
+-
+ # Used in testing for configuring where the QEMU images are located, you
+ # probably don't want to use this.
+ #qemu-rootfs = "..."
+diff -Naur rustc-1.26.2-src.orig/src/bootstrap/bin/rustc.rs 
rustc-1.26.2-src/src/bootstrap/bin/rustc.rs
+--- rustc-1.26.2-src.orig/src/bootstrap/bin/rustc.rs   2018-06-16 
11:22:29.172391908 -0700
 rustc-1.26.2-src/src/bootstrap/bin/rustc.rs2018-06-16 
11:23:27.848390857 -0700
+@@ -30,7 +30,6 @@
+ extern crate bootstrap;
+ 
+ use std::env;
+-use std::ffi::OsString;
+ use std::io;
+ use std::path::PathBuf;
+ use std::process::Command;
+@@ -119,15 +118,6 @@
+ cmd.arg("-Cprefer-dynamic");
+ }
+ 
+-// Help the libc crate compile by assisting it in finding the MUSL
+-// native libraries.
+-if let Some(s) = env::var_os("MUSL_ROOT") {
+-let mut root = OsString::from("native=");
+-root.push();
+-root.push("/lib");
+-cmd.arg("-L").arg();
+-}
+-
+ // Override linker if necessary.
+ if let Ok(target_linker) = env::var("RUSTC_TARGET_LINKER") {
+ cmd.arg(format!("-Clinker={}", target_linker));
+diff -Naur rustc-1.26.2-src.orig/src/bootstrap/cc_detect.rs 
rustc-1.26.2-src/src/bootstrap/cc_detect.rs
+--- rustc-1.26.2-src.orig/src/bootstrap/cc_detect.rs   2018-06-16 
11:22:29.173391907 -0700
 rustc-1.26.2-src/src/bootstrap/cc_detect.rs2018-06-16 
11:24:29.726389749 -0700
+@@ -87,7 +87,7 @@
+ if let Some(cc) = config.and_then(|c| c.cc.as_ref()) {
+ cfg.compiler(cc);
+ } else {
+-set_compiler( cfg, Language::C, target, config, build);
++

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

2018-06-18 Thread Amy Liffey
commit: 1e4b82793695e46eb67dfc8afaaff66288d0628a
Author: pini  tuxfamily  org>
AuthorDate: Sun Jun  3 10:31:07 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Jun 18 21:52:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4b8279

dev-scheme/racket: add readline support to REPL

Racket REPL supports readline by searching for libedit.

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

 dev-scheme/racket/{racket-6.11.ebuild => racket-6.11-r1.ebuild} | 3 ++-
 dev-scheme/racket/{racket-6.12.ebuild => racket-6.12-r1.ebuild} | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/racket/racket-6.11.ebuild 
b/dev-scheme/racket/racket-6.11-r1.ebuild
similarity index 95%
rename from dev-scheme/racket/racket-6.11.ebuild
rename to dev-scheme/racket/racket-6.11-r1.ebuild
index 6fefcbd3de3..0ce238ca01b 100644
--- a/dev-scheme/racket/racket-6.11.ebuild
+++ b/dev-scheme/racket/racket-6.11-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="minimal? ( 
http://download.racket-lang.org/installers/${PV}/${PN}-minim
 LICENSE="GPL-3+ LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc +futures +jit minimal +places +threads +X"
+IUSE="doc +futures +jit minimal +places +readline +threads +X"
 REQUIRED_USE="futures? ( jit )"
 
 RDEPEND="dev-db/sqlite:3
@@ -20,6 +20,7 @@ RDEPEND="dev-db/sqlite:3
x11-libs/pango[X?]
virtual/libffi
virtual/jpeg:0
+   readline? ( dev-libs/libedit )
X? ( x11-libs/gtk+[X?] )"
 RDEPEND="${RDEPEND} !dev-tex/slatex"
 

diff --git a/dev-scheme/racket/racket-6.12.ebuild 
b/dev-scheme/racket/racket-6.12-r1.ebuild
similarity index 95%
rename from dev-scheme/racket/racket-6.12.ebuild
rename to dev-scheme/racket/racket-6.12-r1.ebuild
index 6fefcbd3de3..0ce238ca01b 100644
--- a/dev-scheme/racket/racket-6.12.ebuild
+++ b/dev-scheme/racket/racket-6.12-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="minimal? ( 
http://download.racket-lang.org/installers/${PV}/${PN}-minim
 LICENSE="GPL-3+ LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc +futures +jit minimal +places +threads +X"
+IUSE="doc +futures +jit minimal +places +readline +threads +X"
 REQUIRED_USE="futures? ( jit )"
 
 RDEPEND="dev-db/sqlite:3
@@ -20,6 +20,7 @@ RDEPEND="dev-db/sqlite:3
x11-libs/pango[X?]
virtual/libffi
virtual/jpeg:0
+   readline? ( dev-libs/libedit )
X? ( x11-libs/gtk+[X?] )"
 RDEPEND="${RDEPEND} !dev-tex/slatex"
 



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

2018-06-18 Thread Mikle Kolyada
commit: 92df0a280a494ed146ae981da939edb29a48dbf8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 18 21:15:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 18 21:17:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92df0a28

app-arch/tar: amd64 stable wrt bug #658392

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-arch/tar/tar-1.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.30.ebuild b/app-arch/tar/tar-1.30.ebuild
index d141e112216..bf37c56a075 100644
--- a/app-arch/tar/tar-1.30.ebuild
+++ b/app-arch/tar/tar-1.30.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-06-18 Thread Georgy Yakovlev
commit: f2be10f30c5019a1d7654086245a23fc1e60b207
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 18 21:13:25 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 18 21:13:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2be10f3

sys-fs/zfs-kmod: add myself to metadata.xml

Acked-by: Richard Yao  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/zfs-kmod/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-fs/zfs-kmod/metadata.xml b/sys-fs/zfs-kmod/metadata.xml
index 51cfee84a29..bbbcb3977c7 100644
--- a/sys-fs/zfs-kmod/metadata.xml
+++ b/sys-fs/zfs-kmod/metadata.xml
@@ -9,6 +9,10 @@
fearedbl...@gentoo.org
Jonathan Vasquez

+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   

Install zfs-shutdown script to support 
exporting a pool containing rootfs




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

2018-06-18 Thread Georgy Yakovlev
commit: 8774960d19505eda645cccaa2664117dedcc047c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 18 21:15:24 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 18 21:15:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8774960d

sys-kernel/spl: add myself to metadata.xml

Acked-by: Richard Yao  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/spl/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-kernel/spl/metadata.xml b/sys-kernel/spl/metadata.xml
index 38d0d1b63f4..74c883804eb 100644
--- a/sys-kernel/spl/metadata.xml
+++ b/sys-kernel/spl/metadata.xml
@@ -9,6 +9,10 @@
fearedbl...@gentoo.org
Jonathan Vasquez

+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   

zfsonlinux/spl




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

2018-06-18 Thread Georgy Yakovlev
commit: 4a5fe8a8a32bb34fe5d3d055152116e7ba789901
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Jun 18 21:10:04 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jun 18 21:11:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5fe8a8

sys-fs/zfs: add myself to metadata.xml

Acked-by: Richard Yao  gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/zfs/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
index 75b863399dd..d3167065338 100644
--- a/sys-fs/zfs/metadata.xml
+++ b/sys-fs/zfs/metadata.xml
@@ -9,6 +9,10 @@
fearedbl...@gentoo.org
Jonathan Vasquez

+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   

Disable dependency on 
sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source 
tree
Enable dependencies required for booting 
off a pool containing a rootfs



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

2018-06-18 Thread Louis Sautier
commit: b48847a629594c45b2a4140b2c074f318e8c728f
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jun 18 20:45:45 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 20:55:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48847a6

dev-python/pygal: fix build when pytest-runner isn't installed

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

 dev-python/pygal/pygal-2.4.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/pygal/pygal-2.4.0.ebuild 
b/dev-python/pygal/pygal-2.4.0.ebuild
index 43ff035e62b..2a15528e4bb 100644
--- a/dev-python/pygal/pygal-2.4.0.ebuild
+++ b/dev-python/pygal/pygal-2.4.0.ebuild
@@ -38,6 +38,8 @@ DOCS=( docs/changelog.rst README.md )
 
 python_prepare_all() {
sed -i "/sphinx.ext.intersphinx/d" docs/conf.py || die
+   # Not actually required unless we want to do setup.py test
+   sed -i "s/'pytest-runner'\(,\)\?//" setup.py || die
distutils-r1_python_prepare_all
 }
 



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

2018-06-18 Thread Mikle Kolyada
commit: d13f097c1a4d1d53fa0e2d312d30ea4b1e136a72
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 18 20:52:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 18 20:53:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13f097c

dev-libs/opencryptoki: readd s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild 
b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
index f0786c997b5..c2724bc8d3e 100644
--- a/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
+++ b/dev-libs/opencryptoki/opencryptoki-3.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/opencryptoki/${PV}/${PN}-v${PV}.tgz"
 # token sources are under CPL-1.0 already.
 LICENSE="CPL-0.5"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~s390 ~x86"
 IUSE="debug libressl +tpm"
 
 RDEPEND="tpm? ( app-crypt/trousers )



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

2018-06-18 Thread Louis Sautier
commit: 7edef12a28ae5ce32fc1cb89629a1e31d346bc41
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Jun 18 13:02:54 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Mon Jun 18 20:40:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edef12a

dev-python/plyvel: update metadata.xml

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/plyvel/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/plyvel/metadata.xml b/dev-python/plyvel/metadata.xml
index 12025afe4d5..73166464dee 100644
--- a/dev-python/plyvel/metadata.xml
+++ b/dev-python/plyvel/metadata.xml
@@ -7,7 +7,7 @@


plyvel
-   wbolster/plyvel
wbolster/plyvel
+   https://github.com/wbolster/plyvel/issues

 



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

2018-06-18 Thread Ulrich MĂ¼ller
commit: 053c004ddce7a4ff113405d078d6b0e9359f6fc6
Author: Ulrich MĂ¼ller  gentoo  org>
AuthorDate: Mon Jun 18 20:11:23 2018 +
Commit: Ulrich MĂ¼ller  gentoo  org>
CommitDate: Mon Jun 18 20:22:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053c004d

app-doc/pms: Add stabilize-allarches to metadata.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-doc/pms/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/pms/metadata.xml b/app-doc/pms/metadata.xml
index 53e7110fe54..3e38fe6abb6 100644
--- a/app-doc/pms/metadata.xml
+++ b/app-doc/pms/metadata.xml
@@ -5,6 +5,7 @@
   p...@gentoo.org
   Package Manager Specification
 
+
 
   Download pre-built files instead of building
 from sources



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

2018-06-18 Thread Tobias Klausmann
commit: 5d804381ef9d29484e689ca287af15dd88d00526
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:35 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d804381

sys-devel/binutils-2.30-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655574

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

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



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

2018-06-18 Thread Tobias Klausmann
commit: 68c96e778c7489611b21f0ac6ee37ed03026f68a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:35 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c96e77

sys-libs/binutils-libs-2.30-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655574

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

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



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

2018-06-18 Thread Tobias Klausmann
commit: 1cbf5631ffef08d92a9abf545fe8e6e23192cf6b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cbf5631

net-libs/libssh2-1.8.0-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651590

 net-libs/libssh2/libssh2-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild 
b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
index 88ba4dabf36..8abb95e667b 100644
--- a/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
+++ b/net-libs/libssh2/libssh2-1.8.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.${PN}.org/download/${P}.tar.gz;
 
 LICENSE="BSD"
 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-solaris"
+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-solaris"
 IUSE="gcrypt libressl static-libs test zlib"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mysql/

2018-06-18 Thread Tobias Klausmann
commit: 46488207f92e442a761cacec13dce12153b4fa08
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46488207

sys-auth/pam_mysql-0.8.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651724

 sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild 
b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
index f23d4b5b7d6..2299051c21a 100644
--- a/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
+++ b/sys-auth/pam_mysql/pam_mysql-0.8.1.ebuild
@@ -17,7 +17,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~sparc x86"
 IUSE="openssl"
 S="${WORKDIR}/pam-MySQL-${PV}"
 



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

2018-06-18 Thread Tobias Klausmann
commit: eb8aeeabd12802d14c2312c02558b82c4847acd0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:27 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8aeeab

app-admin/apache-tools-2.4.33-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651406

 app-admin/apache-tools/apache-tools-2.4.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.33.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.33.ebuild
index 5460b83bb68..1bdddea4e67 100644
--- a/app-admin/apache-tools/apache-tools-2.4.33.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.33.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 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 ~m68k-mint ~sparc64-solaris ~x64-solaris"
+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 ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2018-06-18 Thread Tobias Klausmann
commit: f01b313128b712cd2ce788eca9b9fc0937ca1c79
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:35 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01b3131

net-vpn/openvpn-2.4.6-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654028

 net-vpn/openvpn/openvpn-2.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild 
b/net-vpn/openvpn/openvpn-2.4.6.ebuild
index 957fe13513c..08fc9b97779 100644
--- a/net-vpn/openvpn/openvpn-2.4.6.ebuild
+++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://openvpn.net/;
 
 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 ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
 
 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
 IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"



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

2018-06-18 Thread Tobias Klausmann
commit: 706660681188a54d1fb9b19cb299866e3e2e296f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70666068

app-arch/lzip-1.20-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651508

 app-arch/lzip/lzip-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lzip/lzip-1.20.ebuild b/app-arch/lzip/lzip-1.20.ebuild
index f833a174478..926bf3315d2 100644
--- a/app-arch/lzip/lzip-1.20.ebuild
+++ b/app-arch/lzip/lzip-1.20.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases-noredirect/${PN}/${P/_/-}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 S="${WORKDIR}/${P/_/-}"
 



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

2018-06-18 Thread Tobias Klausmann
commit: cfffa26c1da8a24c60a136e09d97f4aa5093630c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:34 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfffa26c

www-servers/apache-2.4.33-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/651406

 www-servers/apache/apache-2.4.33-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.33-r1.ebuild 
b/www-servers/apache/apache-2.4.33-r1.ebuild
index 13fbf91148b..005f9553ac4 100644
--- a/www-servers/apache/apache-2.4.33-r1.ebuild
+++ b/www-servers/apache/apache-2.4.33-r1.ebuild
@@ -130,7 +130,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.
 IUSE="${IUSE/apache2_modules_http2/+apache2_modules_http2}"



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

2018-06-18 Thread Tobias Klausmann
commit: 365cc9086d0d0be14db05539dc8587667380f18a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:35 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365cc908

net-libs/loudmouth-1.5.3-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/653156

 net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild 
b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
index 4235c662202..11e1b243281 100644
--- a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~ppc-macos"
 
 IUSE="asyncns ssl openssl static-libs test"
 



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

2018-06-18 Thread Tobias Klausmann
commit: b4853bacd718eb001e319d2c4b8e9d0401fb2667
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 20:21:35 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 20:21:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4853bac

media-libs/libraw-0.18.11-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/654376

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

diff --git a/media-libs/libraw/libraw-0.18.11.ebuild 
b/media-libs/libraw/libraw-0.18.11.ebuild
index 7daababc6e6..0d2503c6f2e 100644
--- a/media-libs/libraw/libraw-0.18.11.ebuild
+++ b/media-libs/libraw/libraw-0.18.11.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz
 
 LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )"
 SLOT="0/16" # subslot = libraw soname version
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



[gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /

2018-06-18 Thread Ulrich MĂ¼ller
commit: e7aefd1aeb43dfb6ebe23638fa7c0adcda80a8ed
Author: Ulrich MĂ¼ller  gentoo  org>
AuthorDate: Mon Jun 18 19:48:22 2018 +
Commit: Ulrich MĂ¼ller  gentoo  org>
CommitDate: Mon Jun 18 19:48:22 2018 +
URL:
https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=e7aefd1a

Makefile: Fix conditional.

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

diff --git a/Makefile b/Makefile
index 649478c..68f9585 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ DTDS = book.dtd gleps.dtd glsa.dtd guide.dtd metadata.dtd 
metadoc.dtd   \
 DTDDEPS = $(patsubst %.dtd,%.dep,$(DTDS))
 RNCS = $(patsubst %.dtd,%.rnc,$(DTDS))
 
-ifdef ($(PV),)
+ifneq ($(PV),)
 PN=nxml-gentoo-schemas-$(PV)
 else
 PN=nxml-gentoo-schemas-$(shell date '+%Y%m%d')



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

2018-06-18 Thread Jeroen Roovers
commit: 217f299e2c60d0046c787b4d05f7a838286350dd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 18 19:46:25 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 18 19:46:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217f299e

www-client/vivaldi: Old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/vivaldi/Manifest   |   3 -
 www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild | 127 --
 2 files changed, 130 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 3dad789de4f..c7faa8d4513 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-1.15.1147.42_p1-amd64.deb 52832888 BLAKE2B 
f978b6a4bc9b7d987da5bb918223f1949cd2e69db123cd39b2a429ad3ebe25c74156243619607c792193c7ff1a60ba63e3efc88e726bf436b92d5c2e044f9251
 SHA512 
c50e323b38fc885abe2af2768657fa509f3be10ce65921b180025257b8e703d641b65c8ae8c38de059f13b6885b8f9a29fc36c97cd33410abeeb12f528d26c0e
-DIST vivaldi-1.15.1147.42_p1-armhf.deb 46821578 BLAKE2B 
bbd764ade5139578df67d026baf61eda81a24931df531b7f400532d1d472ab1a1d5e69b7d031f63606f7d168d2f7261d3c78e45d88b25abaabee3c91b39e3354
 SHA512 
f6c27871c4c142f20fbcb23a65890d58472b58139fbf99a1ada47dd51ec2f9ec3134401cd2512c60614bb1b315d00d8f00aa89acd8932a04ff14461df33ce245
-DIST vivaldi-1.15.1147.42_p1-i386.deb 52494812 BLAKE2B 
69ed16baf62567465f6fee14f7920203330c1ab7479ac6be7a97c2532f0d52922667cd33bc3ac1eaf061bb47951c4b317b377460b74ca39d25a7e7b49f52322b
 SHA512 
8ea4527a76e7980333ab8077df1b00480213dc6c5e033eece8f5650f61e20e2da31f086e2a2ad734930e6daff167eb28b9f9877d88f17d18f0a6831a555a
 DIST vivaldi-1.15.1147.47_p1-amd64.deb 52835714 BLAKE2B 
eae1baf7199bd308c3a3e82526dc9e9347129225ae9f8fbb1a77e46bdcda4b03148e2ce94195ff53d74ec04048686b3754951194eb1c224fca655f45aaad2a2d
 SHA512 
eac2c37228fb1054b3abc286c6b415812f360fd6e02ebc5775992147f8deb51f4f81026e5090f913776f789cee9da4b40f839b909edb67f24d412e2703da6adc
 DIST vivaldi-1.15.1147.47_p1-armhf.deb 46838822 BLAKE2B 
0e7287782eb8eae4ffd1d43538facd126d5814d0f78bd5f0787613edeb9710a6420c3f11a1e63bd876122bf448c92d312f986a62ebfbc3ccc451dc09dc249e89
 SHA512 
b05ab74cff9eee8c6cd85104c6fabc5937fd7f76d5f7af4897711dd4c7b74ff88b22004de9792a7bf2ba40f1f193b33302d2762dfc2086fedb41a49f5ca32b13
 DIST vivaldi-1.15.1147.47_p1-i386.deb 52488994 BLAKE2B 
240782f45f00c0b5b85eedeb731318844521d0c2f8642d157599118818e773e1388399fd692ebe775c6faa9607268d72f85c00e5590f4c4e60006925e98e
 SHA512 
121b9fcb4f102cdb4a96d6407114c07d914f2d5251e47ff0be3caf2e12c53e37dd367ee66ace2e313633117443cd05ccb376e51e6552960548431517dc8bc4bd

diff --git a/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild
deleted file mode 100644
index 142fc99ee0f..000
--- a/www-client/vivaldi/vivaldi-1.15.1147.42_p1.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
-   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
-   sw ta te th tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
-
-#VIVALDI_BRANCH="snapshot"
-
-VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
-VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
-VIVALDI_HOME="opt/${VIVALDI_BIN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* amd64 ~arm x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
-   mv "${T}"/${VIVALDI_PN}.desktop 

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

2018-06-18 Thread Jeroen Roovers
commit: 89c0a278ae6df4fa672e5ca0d7f06a3b3780de63
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 18 19:44:52 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 18 19:46:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c0a278

www-client/vivaldi: Version 1.15.1147.47_p1.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/vivaldi/Manifest   |   3 +
 www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild | 127 ++
 2 files changed, 130 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index d490dc51ed2..3dad789de4f 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,3 +1,6 @@
 DIST vivaldi-1.15.1147.42_p1-amd64.deb 52832888 BLAKE2B 
f978b6a4bc9b7d987da5bb918223f1949cd2e69db123cd39b2a429ad3ebe25c74156243619607c792193c7ff1a60ba63e3efc88e726bf436b92d5c2e044f9251
 SHA512 
c50e323b38fc885abe2af2768657fa509f3be10ce65921b180025257b8e703d641b65c8ae8c38de059f13b6885b8f9a29fc36c97cd33410abeeb12f528d26c0e
 DIST vivaldi-1.15.1147.42_p1-armhf.deb 46821578 BLAKE2B 
bbd764ade5139578df67d026baf61eda81a24931df531b7f400532d1d472ab1a1d5e69b7d031f63606f7d168d2f7261d3c78e45d88b25abaabee3c91b39e3354
 SHA512 
f6c27871c4c142f20fbcb23a65890d58472b58139fbf99a1ada47dd51ec2f9ec3134401cd2512c60614bb1b315d00d8f00aa89acd8932a04ff14461df33ce245
 DIST vivaldi-1.15.1147.42_p1-i386.deb 52494812 BLAKE2B 
69ed16baf62567465f6fee14f7920203330c1ab7479ac6be7a97c2532f0d52922667cd33bc3ac1eaf061bb47951c4b317b377460b74ca39d25a7e7b49f52322b
 SHA512 
8ea4527a76e7980333ab8077df1b00480213dc6c5e033eece8f5650f61e20e2da31f086e2a2ad734930e6daff167eb28b9f9877d88f17d18f0a6831a555a
+DIST vivaldi-1.15.1147.47_p1-amd64.deb 52835714 BLAKE2B 
eae1baf7199bd308c3a3e82526dc9e9347129225ae9f8fbb1a77e46bdcda4b03148e2ce94195ff53d74ec04048686b3754951194eb1c224fca655f45aaad2a2d
 SHA512 
eac2c37228fb1054b3abc286c6b415812f360fd6e02ebc5775992147f8deb51f4f81026e5090f913776f789cee9da4b40f839b909edb67f24d412e2703da6adc
+DIST vivaldi-1.15.1147.47_p1-armhf.deb 46838822 BLAKE2B 
0e7287782eb8eae4ffd1d43538facd126d5814d0f78bd5f0787613edeb9710a6420c3f11a1e63bd876122bf448c92d312f986a62ebfbc3ccc451dc09dc249e89
 SHA512 
b05ab74cff9eee8c6cd85104c6fabc5937fd7f76d5f7af4897711dd4c7b74ff88b22004de9792a7bf2ba40f1f193b33302d2762dfc2086fedb41a49f5ca32b13
+DIST vivaldi-1.15.1147.47_p1-i386.deb 52488994 BLAKE2B 
240782f45f00c0b5b85eedeb731318844521d0c2f8642d157599118818e773e1388399fd692ebe775c6faa9607268d72f85c00e5590f4c4e60006925e98e
 SHA512 
121b9fcb4f102cdb4a96d6407114c07d914f2d5251e47ff0be3caf2e12c53e37dd367ee66ace2e313633117443cd05ccb376e51e6552960548431517dc8bc4bd

diff --git a/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild
new file mode 100644
index 000..76b37c30559
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome2-utils multilib unpacker toolchain-funcs 
xdg-utils
+
+#VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${VIVALDI_PN}.desktop > 
"${T}"/${VIVALDI_PN}.desktop || die
+   mv 

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

2018-06-18 Thread Jeroen Roovers
commit: cc193e1bb7b297feba36e9028a08ea96dcdfc7fd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 18 19:45:45 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 18 19:46:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc193e1b

www-client/vivaldi: Stable for AMD64 x86 too.

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

 www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild
index 76b37c30559..142fc99ee0f 100644
--- a/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-1.15.1147.47_p1.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~x86"
+KEYWORDS="-* amd64 ~arm x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2018-06-18 Thread Ulrich MĂ¼ller
commit: 8b788fb6dfc6d2502fe528238cedf1fc84205fe9
Author: Ulrich MĂ¼ller  gentoo  org>
AuthorDate: Thu Jun 14 16:28:20 2018 +
Commit: Ulrich MĂ¼ller  gentoo  org>
CommitDate: Mon Jun 18 19:34:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b788fb6

latex-package.eclass: Support EAPI 7.

 eclass/latex-package.eclass | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index f42b6fdd25d..3402c94cc08 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -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
 
 # @ECLASS: latex-package.eclass
@@ -54,13 +54,16 @@
 
 case ${EAPI:-0} in
0|1|2|3|4|5) inherit base eutils ;;
-   6) ;;
-   *) die "Unknown EAPI ${EAPI} for ${ECLASS}" ;;
 esac
 
 RDEPEND="virtual/latex-base"
 DEPEND="${RDEPEND}
>=sys-apps/texinfo-4.2-r5"
+case ${EAPI:-0} in
+   0|1|2|3|4|5|6) ;;
+   7) BDEPEND="${DEPEND}"; DEPEND="" ;;
+   *) die "${ECLASS}: Unknown EAPI ${EAPI}" ;;
+esac
 HOMEPAGE="http://www.tug.org/;
 TEXMF="/usr/share/texmf-site"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/live/

2018-06-18 Thread Andreas Sturmlechner
commit: 720d3fe1e20ea26136d5329678fb1423f35c65c3
Author: ernsteiswuerfel  mailbox  org>
AuthorDate: Sun Jun 17 23:32:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 18 19:05:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720d3fe1

media-plugins/live: stable 2017.10.28 for ppc, bug #648068

Bug: https://bugs.gentoo.org/648068
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8883

 media-plugins/live/live-2017.10.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/live/live-2017.10.28.ebuild 
b/media-plugins/live/live-2017.10.28.ebuild
index 7216e69c3e1..982da4ec241 100644
--- a/media-plugins/live/live-2017.10.28.ebuild
+++ b/media-plugins/live/live-2017.10.28.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz
mirror://gentoo/${P/-/.}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="examples static-libs"
 DOCS=( "live-shared/README" )
 



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

2018-06-18 Thread Andreas Sturmlechner
commit: b9f2bbc176b1de74137f22e3c321c0991a9ad23e
Author: ernsteiswuerfel  mailbox  org>
AuthorDate: Mon Jun 18 01:41:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 18 19:05:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f2bbc1

dev-libs/double-conversion: stable 3.0.0 for ppc, bug #649508

Bug: https://bugs.gentoo.org/649508
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/8884

 dev-libs/double-conversion/double-conversion-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/double-conversion/double-conversion-3.0.0.ebuild 
b/dev-libs/double-conversion/double-conversion-3.0.0.ebuild
index 8c84f53934e..d7e52cc7fc7 100644
--- a/dev-libs/double-conversion/double-conversion-3.0.0.ebuild
+++ b/dev-libs/double-conversion/double-conversion-3.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ~ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~amd64-linux ~x86-linux"
 IUSE="test"
 
 src_configure() {



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

2018-06-18 Thread Andreas Sturmlechner
commit: ca4835e1c57f47b393e6dec06402508274bd44c4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 18 19:04:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 18 19:05:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4835e1

app-backup/rdiff-backup: Fix USE=examples

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

 app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
index 91f164ac7c3..213035e6e08 100644
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
@@ -32,6 +32,6 @@ PATCHES=(
 
 python_install_all() {
local HTML_DOCS=( FAQ.html )
-   use examples && local EXAMPLES=( examples.html )
+   use examples && HTML_DOCS+=( examples.html )
distutils-r1_python_install_all
 }



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

2018-06-18 Thread Andreas Sturmlechner
commit: c72d9275af8006440c00f20b9507448e4a3ac35d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 18 16:30:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 18 19:05:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72d9275

sci-libs/ignition-math: EAPI-6 bump, obsolete eclass

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../ignition-math/ignition-math-4.0.0-r1.ebuild| 22 ++
 1 file changed, 22 insertions(+)

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild 
b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
new file mode 100644
index 000..522811b8b00
--- /dev/null
+++ b/sci-libs/ignition-math/ignition-math-4.0.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=RelWithDebInfo
+inherit cmake-multilib vcs-snapshot
+
+DESCRIPTION="A small, fast, and high performance math library for robot 
applications"
+HOMEPAGE="https://ignitionrobotics.org/libraries/math;
+SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2;
+
+LICENSE="Apache-2.0"
+SLOT="4/4"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}/${PN}4_${PV}"



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

2018-06-18 Thread Andreas Sturmlechner
commit: 928ce9a004c75f0cbddb79467701da56767c0c92
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 18 16:30:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun 18 19:05:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928ce9a0

sci-libs/ignition-math: Drop 4.0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-libs/ignition-math/ignition-math-4.0.0.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild 
b/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
deleted file mode 100644
index 03d5e2d9fbb..000
--- a/sci-libs/ignition-math/ignition-math-4.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib vcs-snapshot flag-o-matic
-
-DESCRIPTION="A small, fast, and high performance math library for robot 
applications"
-HOMEPAGE="https://ignitionrobotics.org/libraries/math;
-SRC_URI="https://bitbucket.org/ignitionrobotics/ign-math/get/${PN}4_${PV}.tar.bz2;
-
-LICENSE="Apache-2.0"
-SLOT="4/4"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-util/ignition-cmake[${MULTILIB_USEDEP}]"
-S="${WORKDIR}/${PN}4_${PV}"
-CMAKE_BUILD_TYPE=RelWithDebInfo



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

2018-06-18 Thread Mike Pagano
commit: d2cfdf5fd9db37677421c900f330d58a8674de13
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun 18 18:54:29 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun 18 18:56:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2cfdf5f

kernel-2.eclass:

Fix the unapplying of fbcondecor for sparc and include check
for K_WANT_GENPATCHES. Closes bug #652152.

 eclass/kernel-2.eclass | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index c60340234f5..a7501e936ca 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1257,12 +1257,14 @@ unipatch() {
# bug #272676
if [[ "$(tc-arch)" = "sparc" || "$(tc-arch)" = "sparc64" ]]; then
if [[ ${KV_MAJOR} -ge 3 || ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} 
> 2.6.28 ]]; then
-   UNIPATCH_DROP="${UNIPATCH_DROP} 
*_fbcondecor-0.9.6.patch"
-   echo
-   ewarn "fbcondecor currently prevents sparc/sparc64 from 
booting"
-   ewarn "for kernel versions >= 2.6.29. Removing 
fbcondecor patch."
-   ewarn "See 
https://bugs.gentoo.org/show_bug.cgi?id=272676 for details"
-   echo
+   if [[ ! -z ${K_WANT_GENPATCHES} ]] ; then
+   UNIPATCH_DROP="${UNIPATCH_DROP} 
*_fbcondecor*.patch"
+   echo
+   ewarn "fbcondecor currently prevents 
sparc/sparc64 from booting"
+   ewarn "for kernel versions >= 2.6.29. Removing 
fbcondecor patch."
+   ewarn "See 
https://bugs.gentoo.org/show_bug.cgi?id=272676 for details"
+   echo
+   fi
fi
fi
 



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

2018-06-18 Thread Andrey Utkin
commit: cb699123000788d3c96ec220463e6eb058d4d571
Author: Andrey Utkin  gentoo  org>
AuthorDate: Mon Jun 18 17:57:38 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jun 18 18:51:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb699123

Revert "sys-power/acpid: add ~arm, bug #657332"

This reverts commit 41dbda492829e663829f56c44875ac00a47b0707.

acpid daemon starts successfully on ARM, despite ACPI appears not
available on this platform. ACPI is supported by Linux only on amd64,
arm64, ia64, x86, according to drivers/acpi/Kconfig.

Bug: https://bugs.gentoo.org/657332
Acked-by: Markus Meier  gentoo.org>

 sys-power/acpid/acpid-2.0.29-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild 
b/sys-power/acpid/acpid-2.0.29-r1.ebuild
index d625388e973..f751df7c4bc 100644
--- a/sys-power/acpid/acpid-2.0.29-r1.ebuild
+++ b/sys-power/acpid/acpid-2.0.29-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ia64 x86"
+KEYWORDS="amd64 ~arm64 ia64 x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-apm )"



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

2018-06-18 Thread Andrey Utkin
commit: a5da23844ce1f99f3e4a2cd57fd151734f34e5e3
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Jun 13 15:14:01 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Mon Jun 18 18:51:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5da2384

profiles: arch/arm: use.mask acpi

Bug: https://bugs.gentoo.org/657332
Signed-off-by: Andrey Utkin  gentoo.org>

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

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index b5359fbb501..5066dd8050f 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -5,6 +5,10 @@
 -cpu_flags_arm_iwmmxt
 -iwmmxt
 
+# Andrey Utkin  (13 Jun 2018)
+# No ACPI support on arm. Bug #657332
+acpi
+
 # Michael Palimaka  (03 Jun 2017)
 # Unmask elogind since it is keyworded here.
 -elogind



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

2018-06-18 Thread Jonas Stein
commit: 3aa4b05c22fd87899fd5458579422bc140f938e6
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 18 18:38:13 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 18 18:48:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa4b05c

app-backup/rdiff-backup: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-backup/rdiff-backup/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-backup/rdiff-backup/metadata.xml 
b/app-backup/rdiff-backup/metadata.xml
index 9bcbf6a5ed1..6bdb30e6227 100644
--- a/app-backup/rdiff-backup/metadata.xml
+++ b/app-backup/rdiff-backup/metadata.xml
@@ -1,15 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   axelge...@gmail.com
-   Alessandro Calorì
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

sol1/rdiff-backup

 
+



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-it/

2018-06-18 Thread Jonas Stein
commit: dbb6c2945b2e6b3e69ab464f006f61d2b77c20c3
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 18 18:44:26 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 18 18:48:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb6c294

app-i18n/man-pages-it: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/man-pages-it/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/app-i18n/man-pages-it/metadata.xml 
b/app-i18n/man-pages-it/metadata.xml
index cc4b21dcf7a..2caf37121cf 100644
--- a/app-i18n/man-pages-it/metadata.xml
+++ b/app-i18n/man-pages-it/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   axelge...@gmail.com
-   Alessandro Calorì
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


giu...@pluto.it
@@ -19,3 +12,4 @@
A somewhat comprehensive collection of Italian Linux man pages.

 
+



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

2018-06-18 Thread Jonas Stein
commit: 014d48112a54a8acce794112812a99871c0feae9
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 18 18:48:09 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 18 18:48:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014d4811

net-libs/librsync: Maintainer retired

Proxied maintainer retired via mail.
Closes: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/librsync/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-libs/librsync/metadata.xml b/net-libs/librsync/metadata.xml
index 7dc64e2fde1..d8042eb3ef4 100644
--- a/net-libs/librsync/metadata.xml
+++ b/net-libs/librsync/metadata.xml
@@ -1,16 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   axelge...@gmail.com
-   Alessandro Calorì
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

librsync
librsync/librsync

 
+



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

2018-06-18 Thread Jonas Stein
commit: 24db7554e7d4253d65ddd3455e5593dac57f131a
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 18 18:45:19 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 18 18:48:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24db7554

sys-power/acpi: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-power/acpi/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/sys-power/acpi/metadata.xml b/sys-power/acpi/metadata.xml
index 97dee5e7b9e..8d20350fbfa 100644
--- a/sys-power/acpi/metadata.xml
+++ b/sys-power/acpi/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   axelge...@gmail.com
-   Alessandro Calorì
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

acpiclient

@@ -18,3 +11,4 @@
support ACPI suspending, only displays information about ACPI 
devices.

 
+



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

2018-06-18 Thread Jonas Stein
commit: e2a83fbac7f02e3bcb8883a9019ca6fa75c13682
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jun 18 18:46:08 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jun 18 18:48:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a83fba

media-gfx/pinta: Maintainer retired

Proxied maintainer retired.
Bug: https://bugs.gentoo.org/633014
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/pinta/metadata.xml | 10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/media-gfx/pinta/metadata.xml b/media-gfx/pinta/metadata.xml
index 71170bb5085..9f6f43064df 100644
--- a/media-gfx/pinta/metadata.xml
+++ b/media-gfx/pinta/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   axelge...@gmail.com
-   Alessandro Calorì
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   


cameronwhit...@gmail.com
@@ -25,3 +18,4 @@
way to draw and manipulate images on Linux, Mac, and Windows.

 
+



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

2018-06-18 Thread Sergei Trofimovich
commit: d4fe0fc35d71ea7d85ffcffa4c27e719586c0dff
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:27:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe0fc3

dev-libs/libassuan: stable 2.5.1 for sparc

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

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

diff --git a/dev-libs/libassuan/libassuan-2.5.1.ebuild 
b/dev-libs/libassuan/libassuan-2.5.1.ebuild
index 00a754425af..a91e146f7a0 100644
--- a/dev-libs/libassuan/libassuan-2.5.1.ebuild
+++ b/dev-libs/libassuan/libassuan-2.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2018-06-18 Thread Sergei Trofimovich
commit: 17de8448c8d997451d4ac0ef663eb9ddf1f5bae1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 17:02:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17de8448

app-arch/tar: stable 1.30 for sparc

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

 app-arch/tar/tar-1.30.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/tar/tar-1.30.ebuild b/app-arch/tar/tar-1.30.ebuild
index a06f678cc89..d141e112216 100644
--- a/app-arch/tar/tar-1.30.ebuild
+++ b/app-arch/tar/tar-1.30.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 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl elibc_glibc minimal nls selinux static userland_GNU xattr"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-06-18 Thread Sergei Trofimovich
commit: d4dfef1590ec8ccd55bce908368f62f3248465eb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:26:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dfef15

dev-libs/libgpg-error: stable 1.29 for sparc

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

 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
index b17c03acd07..f7280d9b28c 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2018-06-18 Thread Sergei Trofimovich
commit: 7bbeb00ba4ff3e9d35fec18deb05597c3ee09b67
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:29:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbeb00b

app-crypt/mit-krb5: stable 1.16-r2 for sparc

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

 app-crypt/mit-krb5/mit-krb5-1.16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.16-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.16-r2.ebuild
index 2940175e9ed..4ebb3adf4df 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.16-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.16-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz;
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="doc +keyutils libressl nls openldap +pkinit selinux +threads test xinetd"
 
 # Test suite require network access



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

2018-06-18 Thread Sergei Trofimovich
commit: a5e0e302bcc16f62a4d0d58669c46ee3719fd092
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:31:23 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e0e302

app-portage/repoman: stable 2.3.9 for sparc

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

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

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



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

2018-06-18 Thread Sergei Trofimovich
commit: de999fba9469259f5b111b4e8df41011bfec4932
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:26:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de999fba

app-crypt/gnupg: stable 2.2.8 for sparc

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

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

diff --git a/app-crypt/gnupg/gnupg-2.2.8.ebuild 
b/app-crypt/gnupg/gnupg-2.2.8.ebuild
index b49dfbb36af..0a54791d181 100644
--- a/app-crypt/gnupg/gnupg-2.2.8.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls readline selinux +smartcard ssl tofu tools usb 
wks-server"
 
 COMMON_DEPEND_LIBS="



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

2018-06-18 Thread Sergei Trofimovich
commit: edbb0d92c07600a6202c7f6d1e434cdcc185ec38
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:30:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbb0d92

app-arch/p7zip: stable 16.02-r2 for sparc

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

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

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



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

2018-06-18 Thread Sergei Trofimovich
commit: 951bbf10a8e55473c2ebd9735b77a398fb4f3834
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun 18 16:33:00 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun 18 18:30:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951bbf10

sys-apps/portage: stable 2.3.40-r1 for sparc

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

 sys-apps/portage/portage-2.3.40-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-2.3.40-r1.ebuild 
b/sys-apps/portage/portage-2.3.40-r1.ebuild
index fd63d281a27..f9d3a1be19e 100644
--- a/sys-apps/portage/portage-2.3.40-r1.ebuild
+++ b/sys-apps/portage/portage-2.3.40-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 s390 ~sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-fbsd"
 SLOT="0"
 IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
 



[gentoo-commits] proj/musl:master commit in: sys-boot/syslinux/files/, sys-boot/syslinux/

2018-06-18 Thread Anthony G. Basile
commit: 5e3ff44c52b30a73aa2efb5ba713f478bf8ea663
Author: S. Lockwood-Childs  vctlabs  com>
AuthorDate: Mon May 28 09:52:49 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 18 18:24:33 2018 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5e3ff44c

sys-boot/syslinux: add package

needs musl patch to handle undefined __uint8 etc

 sys-boot/syslinux/Manifest |   1 +
 .../syslinux/files/syslinux-6.03-sysmacros.patch   |  34 +++
 sys-boot/syslinux/files/syslinux-musl.patch|  22 
 sys-boot/syslinux/metadata.xml |  11 ++
 sys-boot/syslinux/syslinux-6.04_pre1.ebuild| 113 +
 5 files changed, 181 insertions(+)

diff --git a/sys-boot/syslinux/Manifest b/sys-boot/syslinux/Manifest
new file mode 100644
index 000..10c5556
--- /dev/null
+++ b/sys-boot/syslinux/Manifest
@@ -0,0 +1 @@
+DIST syslinux-6.04-pre1.tar.xz 5283272 BLAKE2B 
800e5977ed13b26a1756c33d8625e850631b642e26a86e3328196ddd998596693c3a26db0ada4c0ba78a4ba692a1cc01886b6eb693d877ddafcfb325ecdeb639
 SHA512 
7927dd39be8e2dcf4138a6fea33def67d19d938379d694f15b48fdd2f5924c028b7a9e7bd71d0c7c6630c203e9e2a54296628e530632ad5e6f55b1ebefe8fc98

diff --git a/sys-boot/syslinux/files/syslinux-6.03-sysmacros.patch 
b/sys-boot/syslinux/files/syslinux-6.03-sysmacros.patch
new file mode 100644
index 000..af464fe
--- /dev/null
+++ b/sys-boot/syslinux/files/syslinux-6.03-sysmacros.patch
@@ -0,0 +1,34 @@
+https://bugs.gentoo.org/579928
+
+From d84db34dbe39d55b4d7e868764c056689aa0793b Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Tue, 19 Apr 2016 01:56:41 -0400
+Subject: [PATCH] extlinux: pull in sys/sysmacros.h for major/minor/makedev
+
+These functions are defined in sys/sysmacros.h, so add the include to
+main.c.  This is already handled correctly in mountinfo.c.  Otherwise
+we get build failures like:
+
+main.o: In function 'find_device_sysfs':
+extlinux/main.c:1131: undefined reference to 'minor'
+
+Signed-off-by: Mike Frysinger 
+---
+ extlinux/main.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/extlinux/main.c b/extlinux/main.c
+index a7ebd49..ebff7ea 100644
+--- a/extlinux/main.c
 b/extlinux/main.c
+@@ -38,6 +38,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+-- 
+2.7.4
+

diff --git a/sys-boot/syslinux/files/syslinux-musl.patch 
b/sys-boot/syslinux/files/syslinux-musl.patch
new file mode 100644
index 000..ba89d3b
--- /dev/null
+++ b/sys-boot/syslinux/files/syslinux-musl.patch
@@ -0,0 +1,22 @@
+--- syslinux-6.04-pre1/efi/wrapper.h.orig  2018-05-28 09:29:03.313673979 
+
 syslinux-6.04-pre1/efi/wrapper.h   2018-05-28 09:22:27.546908344 +
+@@ -26,6 +26,19 @@
+ #define __packed  __attribute__((packed))
+ #define OFFSETOF(t,m) ((size_t)&((t *)0)->m)
+ 
++#ifndef __uint8_t
++#define __uint8_t uint8_t
++#endif
++#ifndef __uint16_t
++#define __uint16_t uint16_t
++#endif
++#ifndef __uint32_t
++#define __uint32_t uint32_t
++#endif
++#ifndef __uint64_t
++#define __uint64_t uint64_t
++#endif
++
+ struct header {
+   __uint16_t msdos_signature;
+   __uint8_t _pad1[0x16];

diff --git a/sys-boot/syslinux/metadata.xml b/sys-boot/syslinux/metadata.xml
new file mode 100644
index 000..dbe176c
--- /dev/null
+++ b/sys-boot/syslinux/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   chith...@gentoo.org
+
+
+   base-sys...@gentoo.org
+   Gentoo Base System
+
+

diff --git a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild 
b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild
new file mode 100644
index 000..7356e25
--- /dev/null
+++ b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders"
+HOMEPAGE="http://www.syslinux.org/;
+# Final releases in 6.xx/$PV.tar.* (literal "xx")
+# Testing releases in Testing/$PV/$PV.tar.*
+SRC_URI_DIR=${PV:0:1}.xx
+SRC_URI_TESTING=Testing/${PV:0:4}
+[[ ${PV/_alpha} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_beta} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_pre} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+[[ ${PV/_rc} != $PV ]] && SRC_URI_DIR=$SRC_URI_TESTING
+SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${SRC_URI_DIR}/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+IUSE="custom-cflags"
+
+RDEPEND="sys-fs/mtools
+   dev-perl/Crypt-PasswdMD5
+   dev-perl/Digest-SHA1"
+DEPEND="${RDEPEND}
+   dev-lang/nasm
+   >=sys-boot/gnu-efi-3.0u
+   virtual/os-headers"
+
+S=${WORKDIR}/${P/_/-}
+
+# This ebuild is a departure from the old way of rebuilding everything in 
syslinux
+# This departure is necessary since hpa doesn't support the rebuilding of 
anything other
+# than the 

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

2018-06-18 Thread Zac Medico
commit: 6398be9a4c3eab06f5b27dc8d930153fd3eb2157
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 18 18:22:53 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 18 18:22:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6398be9a

sys-apps/yarn: version bump to 1.8.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.8.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 194a160f622..2de076b81cd 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -4,3 +4,4 @@ DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce23
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
 DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
 DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495
+DIST yarn-v1.8.0.tar.gz 953127 BLAKE2B 
b290c4e6a5800afd8706954dab424f7cf0c784c0dade705f10a06803dfe64b83206f534dbb41e3e804593a17d722ddc3253377465413be571bb2b29639f99ea6
 SHA512 
12919a27d0845644992a60c87a919ef2776e5959c43d1c31767021475b8cbb591f5f6ff2b214eaddc11d520f91d758bee439abe077717a7348eb387813dbefb6

diff --git a/sys-apps/yarn/yarn-1.8.0.ebuild b/sys-apps/yarn/yarn-1.8.0.ebuild
new file mode 100644
index 000..b4b5ee7ead8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



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

2018-06-18 Thread Zac Medico
commit: 8c069fe8db42c7805177359683ffef4c8b803560
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun 18 18:16:39 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun 18 18:20:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c069fe8

sys-apps/yarn: version bump to 1.7.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.7.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 11bcca690bd..194a160f622 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -3,3 +3,4 @@ DIST yarn-v1.2.1.tar.gz 885691 BLAKE2B 
ba7a291e4b071cd285e890fbd8af2a1adf78bc7a6
 DIST yarn-v1.3.2.tar.gz 886500 BLAKE2B 
224503241b646bd6befe6571022e1081c4e9cce2371ce0c111704a6f0ceb7c4b4f0267c9c37d05feec60311cc7804706fb47d130ca64e6182590e88d8476b386
 SHA512 
d488ae56b60884bb42e5e2ac8a0359c6947e234ed8b5bba12a93f24abb4419b4a6fef708c35df8caa9e68edca3fe570d1dcda9295d29438e45a32ef5d029aedf
 DIST yarn-v1.5.1.tar.gz 936225 BLAKE2B 
b35631ba0fef692797c83431fb673c0286dbd29a5a3e5819111bcc189a136d7059afd7e1901a249204e1a14ff4c7a7321207d7fe1c057d4e585184424f9c26dc
 SHA512 
b58b712ee395d4cfec5271e02e8cf77489438815aeebea1c6844866eb6161be9ae078f62f726e44eeb704d0195b94339d1e89991ce56de8690d613d4bab5f548
 DIST yarn-v1.6.0.tar.gz 941806 BLAKE2B 
c3f225dae625e6404cf2bc363e695adeb43c3738a4a501c88415bee20810085dbf63abbaa7ef64200cfbdfc8a1a21e463af2c035c37e21dae49d5bff18d2d5fe
 SHA512 
073adcb75dff799ac68a5e0adbdc8f8343d3ada3e356dd0e5dad4254b21e0337bc76201163d037eb01e7c5365f15085ef38df171d77ee36cd58557a175e3f713
+DIST yarn-v1.7.0.tar.gz 944751 BLAKE2B 
468ee9fbc94e5ae74137f9232929e78213ee435a30b6c22a9bc4378fbf28ce1f4f1358d745f2f298767e98d9cded64d8c61a2f8e4705999bd194aaa21b3505e7
 SHA512 
1de75fbb48c49ef9c39eab434b3f27b669a8e74f9305e5f03fe3ca30cf6ca00b4b94f8445621474089681bb74f4813c0595633a45c16c4469bab08187ce94495

diff --git a/sys-apps/yarn/yarn-1.7.0.ebuild b/sys-apps/yarn/yarn-1.7.0.ebuild
new file mode 100644
index 000..b4b5ee7ead8
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path shebang
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+
+   while read -r -d '' path; do
+   read -r shebang < ${path} || die
+   [[ "${shebang}" == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0 || die)
+}



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

2018-06-18 Thread Tobias Klausmann
commit: 19bb9d56ca9551e20c02eb72fd4446a0f74e5149
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bb9d56

dev-ruby/mime-types-2.99.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

 dev-ruby/mime-types/mime-types-2.99.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-2.99.2.ebuild 
b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
index 1164a6ad5e8..43b96b1bc48 100644
--- a/dev-ruby/mime-types/mime-types-2.99.2.ebuild
+++ b/dev-ruby/mime-types/mime-types-2.99.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types;
 
 LICENSE="MIT Artistic GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"



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

2018-06-18 Thread Tobias Klausmann
commit: 0a44c8d2078a3035987f316aa86d689b04cdc3ba
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a44c8d2

sys-kernel/genkernel-3.5.3.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/641774

 sys-kernel/genkernel/genkernel-3.5.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild 
b/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
index 609d187a39a..40a59291385 100644
--- a/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.3.3.ebuild
@@ -43,7 +43,7 @@ then
 else
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
-   KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+   KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 fi
 
 DESCRIPTION="Gentoo automatic kernel building scripts"



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

2018-06-18 Thread Tobias Klausmann
commit: dce2d98d2ce41064b069a6bed6031bc970ac3416
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce2d98d

dev-util/aruba-0.6.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

 dev-util/aruba/aruba-0.6.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/aruba/aruba-0.6.2-r1.ebuild 
b/dev-util/aruba/aruba-0.6.2-r1.ebuild
index 05b5da859d1..da7f7709567 100644
--- a/dev-util/aruba/aruba-0.6.2-r1.ebuild
+++ b/dev-util/aruba/aruba-0.6.2-r1.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Cucumber steps for driving out command line 
applications"
 HOMEPAGE="https://github.com/cucumber/aruba;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2018-06-18 Thread Tobias Klausmann
commit: ef655b2cb06c1346d1c1cecc02596f83b9a7fe75
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef655b2c

dev-util/cucumber-2.4.0-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild 
b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
index 7dd7fb70ea7..86915e9f5a7 100644
--- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
+++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2018-06-18 Thread Tobias Klausmann
commit: 5acae640073e41180ab62cb5953ce382b7683b8f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acae640

media-sound/vorbis-tools-1.4.0-r5: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/537422

 media-sound/vorbis-tools/vorbis-tools-1.4.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r5.ebuild 
b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r5.ebuild
index db2e90e0989..ef25add662d 100644
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r5.ebuild
+++ b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="flac kate nls +ogg123 speex"
 
 RDEPEND="



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

2018-06-18 Thread Tobias Klausmann
commit: e654d934151f336273bf29c916324bd4f12dd6a2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654d934

dev-util/cucumber-wire-0.0.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

 dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
index 61795e63fd9..54901eb9650 100644
--- a/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-0.0.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



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

2018-06-18 Thread Tobias Klausmann
commit: 15065eec83a2aeb773516a80fe4487121f9f6795
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:25 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15065eec

dev-util/cucumber-core-1.5.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

 dev-util/cucumber-core/cucumber-core-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
index 70caf942ed2..0e0b55d4e91 100644
--- a/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-1.5.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE="test"
 



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

2018-06-18 Thread Tobias Klausmann
commit: a56261da01807cc076c9bb6ce02708596decce2b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:23 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56261da

dev-ruby/gherkin-4.1.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

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

diff --git a/dev-ruby/gherkin/gherkin-4.1.3.ebuild 
b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
index 4376c615b73..37c735886d3 100644
--- a/dev-ruby/gherkin/gherkin-4.1.3.ebuild
+++ b/dev-ruby/gherkin/gherkin-4.1.3.ebuild
@@ -19,6 +19,6 @@ DESCRIPTION="Fast Gherkin lexer and parser"
 HOMEPAGE="https://github.com/cucumber/gherkin;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="4"
 IUSE=""



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

2018-06-18 Thread Tobias Klausmann
commit: c6d0c94b240449263d3f6052de24df4b2fbf0d71
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:23 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d0c94b

dev-lang/ghc-8.0.2-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/631138

 dev-lang/ghc/ghc-8.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index b3b16202e37..6e573c0fff3 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -71,7 +71,7 @@ BUMP_LIBRARIES=(
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ia64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ia64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc ghcbootstrap ghcmakebinary +gmp +profile"
 IUSE+=" binary"
 



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

2018-06-18 Thread Tobias Klausmann
commit: 1cdaa67371b9813e72702535353466351d822fb5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdaa673

dev-ruby/nanotest-0.9.4.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

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

diff --git a/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild 
b/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
index cbf00c0bd58..52b03ad3f66 100644
--- a/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
+++ b/dev-ruby/nanotest/nanotest-0.9.4.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Extremely mynymal test framework"
 HOMEPAGE="https://github.com/mynyml/nanotest;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



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

2018-06-18 Thread Tobias Klausmann
commit: 20981f9df212bafcf01f3d19b6d4a7525f6648e7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:23 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20981f9d

media-sound/sox-14.4.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/634814

 media-sound/sox/sox-14.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sox/sox-14.4.2-r1.ebuild 
b/media-sound/sox/sox-14.4.2-r1.ebuild
index 112f0b57160..6e2fa4e27ed 100644
--- a/media-sound/sox/sox-14.4.2-r1.ebuild
+++ b/media-sound/sox/sox-14.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sox/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack"
 
 RDEPEND="



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

2018-06-18 Thread Tobias Klausmann
commit: fc96a4b45d68c4587f0304c4b92cc4251cb32449
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 18 11:03:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 18 18:07:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc96a4b4

dev-ruby/unindent-1.0-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/636568

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

diff --git a/dev-ruby/unindent/unindent-1.0.ebuild 
b/dev-ruby/unindent/unindent-1.0.ebuild
index 6804fc61054..5b4a3ed06b2 100644
--- a/dev-ruby/unindent/unindent-1.0.ebuild
+++ b/dev-ruby/unindent/unindent-1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Ruby method to unindent strings"
 HOMEPAGE="https://github.com/mynyml/unindent;
 LICENSE="MIT"
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/

2018-06-18 Thread Mart Raudsepp
commit: 31457d0770ab9faba603901282093a9bab94bed2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun 18 16:33:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun 18 17:18:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31457d07

media-plugins/gst-plugins-vaapi: fix license

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild | 2 +-
 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild
index 58e71298710..1227c4df21b 100644
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Hardware accelerated video decoding through 
VA-API plugin for GStre
 HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi;
 SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="1.0"
 KEYWORDS="amd64 ~arm64 x86"
 

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.1.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.1.ebuild
index 46ecb750160..6f51d379aec 100644
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.1.ebuild
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.14.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Hardware accelerated video decoding through 
VA-API plugin for GStre
 HOMEPAGE="https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi;
 SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz;
 
-LICENSE="LGPL-2.1" # TODO: Check for "or later"
+LICENSE="LGPL-2.1+"
 SLOT="1.0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+drm +egl gles2 +opengl wayland +X" # Keep default enabled IUSE in sync 
with gst-plugins-base and libva



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-rtsp-server/

2018-06-18 Thread Mart Raudsepp
commit: b824d3cc2985b66db8ccb8a037da448c8c18c497
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun 18 16:27:35 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun 18 17:18:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b824d3cc

media-libs/gst-rtsp-server: fix license

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/gst-rtsp-server/gst-rtsp-server-1.12.4.ebuild | 2 +-
 media-libs/gst-rtsp-server/gst-rtsp-server-1.14.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.12.4.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.12.4.ebuild
index 96aa4e06f21..08505584cfe 100644
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.12.4.ebuild
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.12.4.ebuild
@@ -8,7 +8,7 @@ inherit eutils gstreamer
 DESCRIPTION="A GStreamer based RTSP server"
 HOMEPAGE="https://people.freedesktop.org/~wtay/;
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 KEYWORDS="amd64 x86"
 IUSE="examples +introspection static-libs test"
 

diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.1.ebuild 
b/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.1.ebuild
index 71397223a38..cb2eb36b50e 100644
--- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.1.ebuild
+++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.14.1.ebuild
@@ -8,7 +8,7 @@ inherit eutils gstreamer
 DESCRIPTION="A GStreamer based RTSP server"
 HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html;
 
-LICENSE="LGPL-2"
+LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples +introspection static-libs test"
 



  1   2   >