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

2016-09-14 Thread Thomas Deutschmann
commit: e504abf4a0212775c1a3857c01c10d5820eb4d83
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 14 20:20:10 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 14 20:20:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e504abf4

sys-libs/libfaketime: Add myself as maintainer

Package-Manager: portage-2.3.0

 sys-libs/libfaketime/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libfaketime/metadata.xml 
b/sys-libs/libfaketime/metadata.xml
index ce73adb..e4f0f0f 100644
--- a/sys-libs/libfaketime/metadata.xml
+++ b/sys-libs/libfaketime/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   whi...@gentoo.org
+       Thomas Deutschmann
+   

The Fake Time Preload Library (FTPL, a.k.a. libfaketime) 
intercepts
various system calls which programs use to retrieve the current 
date and time.



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

2016-09-14 Thread Thomas Deutschmann
commit: 865f020073a88e02f11133b9129cd8cb6429da2f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 14 19:32:44 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 14 20:20:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865f0200

dev-libs/libestr: Dropping old version.

Package-Manager: portage-2.3.0

 dev-libs/libestr/Manifest |  1 -
 dev-libs/libestr/libestr-0.1.9.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-libs/libestr/Manifest b/dev-libs/libestr/Manifest
index 3112f72..a042c20 100644
--- a/dev-libs/libestr/Manifest
+++ b/dev-libs/libestr/Manifest
@@ -1,2 +1 @@
 DIST libestr-0.1.10.tar.gz 336122 SHA256 
bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c SHA512 
477b06e2b6ea9b2e34fe0d91328c9191a678b173751e595359c05772db50a4d348ac132bec0c926fba91ceccc013e15cd4cc57a6b734874c06073bf23151bac7
 WHIRLPOOL 
b3b278e28c93bac59541d337b348a049458fea1e0b0e06bfc80a06b3d66b01e965025e0f83e0fb82abb090ef70ee05eb3b30181072244437571271f510665b7b
-DIST libestr-0.1.9.tar.gz 330114 SHA256 
822c6e2d01eaca1e72201f403a2ca01f3e86410b880e508e5204e3c2694d751a SHA512 
17e1a62d2d4cb7e33dc14d4368b507fff1676c5a2cb24001078ff2a6f15236f9674dc47a599900c94ae2bd0e58dbe56b084d01d5a17174e5a54884d1f4c7616c
 WHIRLPOOL 
63a4493e2c808877bb1dafa1e42bb249795fcebf8b53bffe0726afaa1f7f10511992395d67dc5182b3004bc3732a095148a8bcd3350374b9ee3917e12a15f919

diff --git a/dev-libs/libestr/libestr-0.1.9.ebuild 
b/dev-libs/libestr/libestr-0.1.9.ebuild
deleted file mode 100644
index a93e157..
--- a/dev-libs/libestr/libestr-0.1.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Library for some string essentials"
-HOMEPAGE="http://libestr.adiscon.com/";
-SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm hppa x86"
-IUSE="debug static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure(){
-   econf $(use_enable debug) $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/files/, sys-libs/cracklib/

2016-09-14 Thread Thomas Deutschmann
commit: aac5b4f4a65ce70854e77014fa096b7bd2d34e43
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 14 20:55:05 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 14 20:57:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac5b4f4

sys-libs/cracklib: Revision bump to address CVE-2016-6318 and another buffer 
overflow

Signed-off-by: Lars Wendler  gentoo.org>
Gentoo-Bug: https://bugs.gentoo.org/591456

Package-Manager: portage-2.3.0

 sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 108 +
 .../files/cracklib-2.9.6-CVE-2016-6318.patch   | 108 +
 ...acklib-2.9.6-fix-long-word-bufferoverflow.patch |  43 
 3 files changed, 259 insertions(+)

diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild 
b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
new file mode 100644
index ..3767e64
--- /dev/null
+++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_OPTIONAL=1
+
+inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs
+
+MY_P=${P/_}
+DESCRIPTION="Password Checking Library"
+HOMEPAGE="https://github.com/cracklib/cracklib/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
+IUSE="nls python static-libs test zlib"
+
+RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   )"
+RDEPEND="${RDEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r6
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+do_python() {
+   multilib_is_native_abi || return 0
+   use python || return 0
+   pushd python > /dev/null || die
+   distutils-r1_src_${EBUILD_PHASE}
+   popd > /dev/null
+}
+
+pkg_setup() {
+   # workaround #195017
+   if has unmerge-orphans ${FEATURES} && has_version 
"<${CATEGORY}/${PN}-2.8.10" ; then
+   eerror "Upgrade path is broken with FEATURES=unmerge-orphans"
+   eerror "Please run: FEATURES=-unmerge-orphans emerge cracklib"
+   die "Please run: FEATURES=-unmerge-orphans emerge cracklib"
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/cracklib-2.9.6-CVE-2016-6318.patch
+   epatch "${FILESDIR}"/cracklib-2.9.6-fix-long-word-bufferoverflow.patch
+
+   elibtoolize #269003
+   do_python
+}
+
+multilib_src_configure() {
+   export ac_cv_header_zlib_h=$(usex zlib)
+   export ac_cv_search_gzopen=$(usex zlib -lz no)
+   # use /usr/lib so that the dictionary is shared between ABIs
+   ECONF_SOURCE=${S} \
+   econf \
+   --with-default-dict='/usr/lib/cracklib_dict' \
+   --without-python \
+   $(use_enable nls) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_compile() {
+   default
+   do_python
+}
+
+multilib_src_test() {
+   do_python
+}
+
+python_test() {
+   nosetests -w "${S}"/python || die "Tests fail with ${EPYTHON}"
+}
+
+multilib_src_install() {
+   default
+   # move shared libs to /
+   gen_usr_ldscript -a crack
+
+   do_python
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+   rm -r "${ED}"/usr/share/cracklib
+
+   insinto /usr/share/dict
+   doins dicts/cracklib-small || die
+}
+
+pkg_postinst() {
+   if [[ ${ROOT} == "/" ]] ; then
+   ebegin "Regenerating cracklib dictionary"
+   create-cracklib-dict "${EPREFIX}"/usr/share/dict/* > /dev/null
+   eend $?
+   fi
+}

diff --git a/sys-libs/cracklib/files/cracklib-2.9.6-CVE-2016-6318.patch 
b/sys-libs/cracklib/files/cracklib-2.9.6-CVE-2016-6318.patch
new file mode 100644
index ..bc47734
--- /dev/null
+++ b/sys-libs/cracklib/files/cracklib-2.9.6-CVE-2016-6318.patch
@@ -0,0 +1,108 @@
+From 47e5dec521ab6243c9b249dd65b93d232d90d6b1 Mon Sep 17 00:00:00 2001
+From: Jan Dittberner 
+Date: Thu, 25 Aug 2016 17:13:49 +0200
+Subject: [PATCH] Apply patch to fix CVE-2016-6318
+
+This patch fixes an issue with a stack-based buffer overflow whne
+parsing large GECOS field. See
+ht

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

2016-09-16 Thread Thomas Deutschmann
commit: 9ba6c0d353dd2ad3936fe35095588648b472f188
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Sep 16 12:36:11 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Sep 16 12:37:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba6c0d3

sys-apps/lm_sensors: Version bump to snapshot release from 2016-07-25; Package 
now uses module-load service

Changes:

 - Based on latest unreleased changes (snapshot release from 2016-07-25;
   updated/added detection for Fintek F81768, Nuvoton NCT6793D, Microchip
   MCP9808 and Mark F71868A chips; various fixes for sensors-detect, see
   https://git.io/v6Wig for all changes)

 - sensors-detect now writes to "/etc/modules-load.d/lm_sensors.conf" and
   uses a config file protection mechanism like known from emerge (i.e.
   after making changes you have to call tools such as dispatch-conf,
   cfg-update or etc-update to merge the changes;
   new "--no-gentoo-config-protect" parameter will disable config file
   protection)

 - Due to previous change lm_service service no longer loads modules. You
   have to use mechanism your init system provides to do that (i.e. make
   sure your init system's modules-load service is enabled).

 - Ebuild is now multilib compatible (see bug 529684)

 - Runscripts no longer passes config file as argument. While this removes
   the possibility to use different configurations per default services it
   allows you to use "/etc/sensors.d" (see bug 490502 and bug 307249)

 - Runscripts improved in general. I.e. if you start fancontrol service
   without a valid config (so that fancontrol doesn't start and exit with
   an error) you will now know at least, that the service didn't start.
   Now you will also have reliable status functions to know service state.

Gentoo-Bug: https://bugs.gentoo.org/592916
Gentoo-Bug: https://bugs.gentoo.org/529684
Gentoo-Bug: https://bugs.gentoo.org/490502
Gentoo-Bug: https://bugs.gentoo.org/307249

Package-Manager: portage-2.3.0

 sys-apps/lm_sensors/Manifest   |   1 +
 sys-apps/lm_sensors/files/fancontrol.confd |  16 +
 sys-apps/lm_sensors/files/fancontrol.initd |  22 ++
 sys-apps/lm_sensors/files/fancontrol.service-r1|   9 +
 .../lm_sensors-3.4.0-sensors-detect-gentoo.patch   | 342 +
 sys-apps/lm_sensors/files/lm_sensors.confd |   4 +
 sys-apps/lm_sensors/files/lm_sensors.initd |  22 ++
 sys-apps/lm_sensors/files/sensord.confd|  19 ++
 sys-apps/lm_sensors/files/sensord.initd|  20 ++
 sys-apps/lm_sensors/files/sensord.service-r1   |   9 +
 .../lm_sensors/lm_sensors-3.4.0_p20160725.ebuild   | 211 +
 sys-apps/lm_sensors/metadata.xml   |  25 +-
 12 files changed, 692 insertions(+), 8 deletions(-)

diff --git a/sys-apps/lm_sensors/Manifest b/sys-apps/lm_sensors/Manifest
index f398311..c9e6ed7 100644
--- a/sys-apps/lm_sensors/Manifest
+++ b/sys-apps/lm_sensors/Manifest
@@ -1,3 +1,4 @@
 DIST lm_sensors-3.3.4.tar.bz2 172226 SHA256 
b4608610cb5de4b24e3fe1ae357712e8633a8a929bbb42df5eecc4ccee6ba76d SHA512 
a375f747a1687da0fe743d731893156f7983e001725c2d7cd284cefd3e8922deb3dfe542d3c901e3da8fff321633d64180a637d780b5e1bb3f1e9a254c16b7e6
 WHIRLPOOL 
4011264a56c36ffcfe28d357ceae1929fdf8a21c27bfaba928c9a7b48ef2b8422cd6650981a4c8f220900cc45526ca4bbfda9810b54db0efaf15cdaad4599838
 DIST lm_sensors-3.3.5.tar.bz2 173609 SHA256 
5dae6a665e1150159a93743c4ff1943a7efe02cd9d3bb12c4805e7d7adcf4fcf SHA512 
0874084c3dd40b93ed05e1955f76e35e78ac3ac2343341d8ab5412fd941ea300b3a4b1320bec3a5bfb07309e82f42cc5dac0a728cdfddac4053d4fdb96dc12e7
 WHIRLPOOL 
f82d0d1a4b7647cf9076f16861024dd65fd97bd34a7498fcc06e851913f5b71805689d915b67a628b6cd7aea2b46225d64df8833550c785236311c9980ac8ed1
 DIST lm_sensors-3.4.0.tar.bz2 175802 SHA256 
e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f SHA512 
993064bd14b855c1ae8c057e89313df5b3d5efe441fb2e8c3e508f42bb15658564df2563fac8fabbdb0d650dfdbc694037736c748d45cb9d85dfb8fb5a3d1ea9
 WHIRLPOOL 
82ed9b922a352702d974ea075222894c69a081da1fca9e026e3176266bb6a8911fd8fc0cd73f2d9ab3524cd30cfe2e688a015032829cf32d844592debaf9924d
+DIST lm_sensors-3.4.0_p20160725.tar.gz 206868 SHA256 
c3bb872cabcf3fa4b597bc1a8d6ee277a80b28c811125a45341e0874a97ac102 SHA512 
abae5c4ba2ed0b763fda918e2ededb2148a3edd1d33709a34b91a33398a64e8988d14c5d16a5c756bf55beaa383e661c76e1a7b5ef858aa772e96878131b
 WHIRLPOOL 
4d7620f74ea46f559b6b293a7cb20f0296277f7c10f54b368fd63bef2d1496b3769f39066cc4f980337d99b3a1dbb51af8e9eed724605f153a08cfa9fd28739b

diff --git a/sys-apps/lm_sensors/files/fancontrol.confd 
b/sys-apps/lm_sensors/files/fancontrol.confd
new file mode 100644
index ..a716958
--- /dev/null
+++ b/sys-apps/lm_sensors/files/fancontrol.confd
@@ -0,0 +1,16 @@
+# /etc/conf.d/fancontrol
+
+# Configuration file
+#FANCONTROL_CONFIGFILE="/etc/fancontrol"
+
+# You can us

[gentoo-commits] repo/gentoo:master commit in: sys-fs/owfs/, sys-fs/owfs/files/

2016-09-21 Thread Thomas Deutschmann
commit: 2574a982584646c67e6abc8c4429acbf8a5dc047
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 21 14:30:10 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 21 14:30:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2574a982

sys-fs/owfs: Bump to v3.1.p4

Changes:

 - Disabled autodetection of libftdi and libavahi; These configure flags
   will now only be enabled when the user has the the appropriate USE
   flags.

 - Fixed missing sys/sysmacros.h includes (bug #580922)

 - Fixed systemd detection (bug #576648)

Gentoo-Bug: https://bugs.gentoo.org/580922
Gentoo-Bug: https://bugs.gentoo.org/576648

Package-Manager: portage-2.3.1

 sys-fs/owfs/Manifest |   1 +
 sys-fs/owfs/files/owfs-3.1p4-sysmacros.patch |  78 +++
 sys-fs/owfs/metadata.xml |   5 +
 sys-fs/owfs/owfs-3.1_p4.ebuild   | 191 +++
 4 files changed, 275 insertions(+)

diff --git a/sys-fs/owfs/Manifest b/sys-fs/owfs/Manifest
index cb7f4e3..549445d 100644
--- a/sys-fs/owfs/Manifest
+++ b/sys-fs/owfs/Manifest
@@ -1,2 +1,3 @@
 DIST owfs-2.7p21.tar.gz 1247466 SHA256 
070a3368e9400e900618f8a704f487baf3671f6764715b4de04b151c66d3306d SHA512 
ec6d372d32ebf59278c2c68d5fbed42664f52bc1702f4ea8e5506457594943413e37801d341102029cb48a9d8c3d6b3d68615a1dd517c93aa0a475a1bb06c4cf
 WHIRLPOOL 
31901ae07a7431a368cdb4fa0a30a1885da29f55187dc601b53f2e9ebf4e11aba73de93d7f6308671ecb3afa8433548b41a2e79a9a0cc4771adee93a5a6a1ddd
 DIST owfs-3.1p1.tar.gz 1400962 SHA256 
e69421ae534565c1f8530a2447f583401f4d0d4b1cf3cb8cf399a57133ed7f81 SHA512 
f5c2694ce1076969cf4a6970a07b2c2edee42cfbc6886c1790d777d650cc0afe42cf3282328f8832d5286a0aa5827c48e3d4657412ba3391db5e26adfa890cf5
 WHIRLPOOL 
2a3a4ebeb3eebaf0d370a7dcc8a9a5fb95defa3e218039f9203b996e4ac2272c2a16323bb8e43da39df9a389dbd057e49c936f40bdc08de201076fbd8d2fdba4
+DIST owfs-3.1p4.tar.gz 1455420 SHA256 
83ea34ede9f44665c5bef4e46fd9bbc087ad8a76c533bcbf03b436b7601e1e54 SHA512 
9d04b466fc64761f53dc5fb11b4eb71d10154be5eb335174e8a9002a944bb3f2fbfe1cea3cf5962aa794486830e78d7ba5a7a87c68e3a4d32ab1a95e7ca59cdb
 WHIRLPOOL 
0a1790e111e01bd66237899311ae348bd347f6446094fe7a33d36f2f86db5c18211abd13f76c7e080398f3daf3f20184542f083c818f028ec6f2ca695accebd4

diff --git a/sys-fs/owfs/files/owfs-3.1p4-sysmacros.patch 
b/sys-fs/owfs/files/owfs-3.1p4-sysmacros.patch
new file mode 100644
index ..dcb67a6
--- /dev/null
+++ b/sys-fs/owfs/files/owfs-3.1p4-sysmacros.patch
@@ -0,0 +1,78 @@
+From 6565314e775232cf1682b35720b8b1b207a16f3e Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Wed, 21 Sep 2016 15:38:52 +0200
+Subject: [PATCH] configure: Add AC_HEADER_MAJOR to find where major() is
+ defined
+
+glibc currently pulls sys/sysmacros.h into sys/types.h, but this may
+change in a future release.
+
+https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
+
+Gentoo-Bug: https://bugs.gentoo.org/580922
+---
+ configure.ac| 4 +++-
+ module/owlib/src/include/ow.h   | 7 +--
+ module/ownet/c/src/include/ow.h | 8 ++--
+ 3 files changed, 14 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index c1e3d77..3b32fbe 100644
+--- a/configure.ac
 b/configure.ac
+@@ -180,10 +180,12 @@ m4_include([src/scripts/m4/acx_pthread.m4])
+ # Checks for header files.
+ AC_HEADER_DIRENT
+ AC_HEADER_STDC
+-AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/mkdev.h 
sys/socket.h sys/time.h sys/times.h sys/types.h sys/param.h sys/uio.h 
feature_tests.h fcntl.h netinet/in.h stdlib.h string.h strings.h sys/file.h 
syslog.h termios.h unistd.h limits.h stdint.h features.h getopt.h resolv.h 
semaphore.h])
++AC_CHECK_HEADERS([asm/types.h arpa/inet.h sys/ioctl.h sys/socket.h sys/time.h 
sys/times.h sys/types.h sys/param.h sys/uio.h feature_tests.h fcntl.h 
netinet/in.h stdlib.h string.h strings.h sys/file.h syslog.h termios.h unistd.h 
limits.h stdint.h features.h getopt.h resolv.h semaphore.h])
+ AC_CHECK_HEADERS([linux/limits.h linux/types.h netdb.h dlfcn.h])
+ AC_CHECK_HEADERS(sys/event.h sys/inotify.h)
+ 
++AC_HEADER_MAJOR
++
+ # Test if debugging out enabled
+ ENABLE_DEBUG="true"
+ AC_MSG_CHECKING([if debug-output is enabled])
+diff --git a/module/owlib/src/include/ow.h b/module/owlib/src/include/ow.h
+index 9dbec5f..2a6050d 100644
+--- a/module/owlib/src/include/ow.h
 b/module/owlib/src/include/ow.h
+@@ -188,9 +188,12 @@
+ #include /* for getaddrinfo */
+ #endif/* HAVE_NETDB_H 
*/
+ 
+-#ifdef HAVE_SYS_MKDEV_H
++#ifdef MAJOR_IN_MKDEV
+ #include /* for major() */
+-#endif/* 
HAVE_SYS_MKDEV_H */
++#endif/* 
MAJOR_IN_MKDEV */
++#ifdef MAJOR_IN_SYSMACROS
++#include /* for maj

[gentoo-commits] repo/gentoo:master commit in: app-admin/collectd/files/, app-admin/collectd/, profiles/arch/amd64/, ...

2016-09-21 Thread Thomas Deutschmann
commit: 26b428cbf35e52dde7e530fc81ae3652e3fe8d48
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 21 23:55:38 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 21 23:58:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b428cb

app-admin/collectd: Bump to v5.6.0

New plugins:
 - chrony
 - cpusleep
 - gps
 - lua
 - mqtt
 - notify_nagios
 - xencpu

Package-Manager: portage-2.3.1

 app-admin/collectd/Manifest|   1 +
 app-admin/collectd/collectd-5.6.0.ebuild   | 495 +
 .../files/collectd-5.6.0-fix-apache-plugin.patch   |  26 ++
 .../collectd/files/collectd-5.6.0-gentoo.patch | 153 +++
 .../collectd/files/collectd-5.6.0-issue-1896.patch |  76 
 app-admin/collectd/metadata.xml|   7 +
 profiles/arch/amd64/package.use.mask   |   4 +
 profiles/arch/x86/package.use.mask |   4 +
 profiles/base/package.use.mask |   4 +
 9 files changed, 770 insertions(+)

diff --git a/app-admin/collectd/Manifest b/app-admin/collectd/Manifest
index c5865d3..31a5a53 100644
--- a/app-admin/collectd/Manifest
+++ b/app-admin/collectd/Manifest
@@ -1 +1,2 @@
 DIST collectd-5.5.2.tar.bz2 1800476 SHA256 
017f3a4062187e594d8ab6af685655fb82a8a942dc574668e68242bdb8ba820f SHA512 
9d311db4f3677b95e3a47c03af01bdf1127957f6fccb6c601455632d0ea3b39e3f4cd9a6f8f510083e208714bbb0da2e04aaa574a90b0ad6fe984506675475b3
 WHIRLPOOL 
98ed4fb29eec0ae660d3e1651380a3f17f7bf7f22e687633c4a44974bc84e49cf8de11fd6fea349bfe24809ac3c29a407459a1203b72bcf741e1587c6c0b1773
+DIST collectd-5.6.0.tar.bz2 1818470 SHA256 
f0ffbbd91fac3682bd324a74b9b4c9eabe781394b303b5cfd457c4cfbe748623 SHA512 
5eecd7fe1619850b29e7853e0ab8f9eb7688d0fdf5687cf04930c75a94181c53d7dc0601a1dfa02417bdeb63cccf09b87acd7129e7f155b8d11147ec46982ed8
 WHIRLPOOL 
690e50f16318e9df39eac62010f8b0a57059356deeedd72505cc4a980876261a198edac095317f97b03913167dcfc49bf9f3b46986bbc3653628856e3a005111

diff --git a/app-admin/collectd/collectd-5.6.0.ebuild 
b/app-admin/collectd/collectd-5.6.0.ebuild
new file mode 100644
index ..e64baa9
--- /dev/null
+++ b/app-admin/collectd/collectd-5.6.0.ebuild
@@ -0,0 +1,495 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+JAVA_PKG_OPT_USE="collectd_plugins_java"
+
+inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
+
+DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
+
+HOMEPAGE="https://collectd.org/";
+SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
+
+# The plugin lists have to follow here since they extend IUSE
+
+# Plugins that don't build (e.g. dependencies not in Gentoo)
+# apple_sensors: Requires libIOKit
+# aquaero:   Requires aerotools-ng/libaquaero5
+# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
+# grpc:  Requires libgrpc
+# lpar:  Requires libperfstat (AIX only)
+# mic:   Requires Intel Many Integrated Core Architecture API
+#(part of Intel's  Xeon Phi software)
+# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
+# pf:Requires BSD packet filter
+# pinba: Requires MySQL Pinba engine (http://pinba.org/)
+# tape:  Requires libkstat (Solaris only)
+# write_mongodb: https://github.com/collectd/collectd/issues/492
+# write_riemann: Requires riemann-c-client
+# xmms:  Requires libxmms (v1)
+# zone:  Solaris only...
+COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer grpc lpar mic
+   netapp pf pinba tape write_kafka write_mongodb write_riemann xmms
+   zone"
+
+# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
+COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
+   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
+   csv curl curl_json curl_xml dbi df disk dns drbd email entropy
+   ethstat exec fhcount filecount fscache gmond gps hddtemp interface
+   ipc ipmi iptables ipvs irq java lua load logfile log_logstash lvm
+   madwifi match_empty_counter match_hashed match_regex match_timediff
+   match_value mbmon md memcachec memcached memory modbus mqtt
+   multimeter mysql netlink network network nfs nginx notify_desktop
+   notify_email notify_nagios ntpd numa nut olsrd onewire openldap
+   openvpn oracle perl ping postgresql powerdns processes protocols
+   python python redis routeros rrdcached rrdtool s

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

2016-09-21 Thread Thomas Deutschmann
commit: a7eab628e51515fc91489b4084813714704d2bdf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 22 00:09:44 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 22 00:09:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7eab628

app-admin/collectd: Fix systemd unit name

Package-Manager: portage-2.3.1

 app-admin/collectd/collectd-5.6.0.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-admin/collectd/collectd-5.6.0.ebuild 
b/app-admin/collectd/collectd-5.6.0.ebuild
index e64baa9..8bd0762 100644
--- a/app-admin/collectd/collectd-5.6.0.ebuild
+++ b/app-admin/collectd/collectd-5.6.0.ebuild
@@ -280,12 +280,10 @@ src_prepare() {
 
# There's some strange prefix handling in the default config file, 
resulting in
# paths like "/usr/var/..."
-   #sed -i -e "s:@prefix@/var:/var:g" src/collectd.conf.in || die
-
-   #sed -i -e "s:/etc/collectd/collectd.conf:/etc/collectd.conf:g" 
contrib/collectd.service || die
+   sed -i -e "s:@prefix@/var:/var:g" src/collectd.conf.in || die
 
# fix installdirs for perl, bug 444360
-   #sed -i -e 's/INSTALL_BASE=$(DESTDIR)$(prefix) //' bindings/Makefile.am 
|| die
+   sed -i -e 's/INSTALL_BASE=$(DESTDIR)$(prefix) //' bindings/Makefile.am 
|| die
 
if use collectd_plugins_java; then
# Set javac -source and -target flags according to (R)DEPEND.
@@ -450,7 +448,7 @@ src_install() {
 
newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
-   systemd_dounit "contrib/systemd.${PN}.service"
+   systemd_newunit "contrib/systemd.${PN}.service" ${PN}.service
 
insinto /etc/logrotate.d
newins "${FILESDIR}/${PN}.logrotate" ${PN}



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

2016-09-22 Thread Thomas Deutschmann
commit: 58dd266b403128484921b2630b08286e50481874
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 22 21:52:36 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 22 21:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd266b

dev-db/percona-server: Bump to v5.6.32-78.1

Link: 
https://www.percona.com/blog/2016/09/21/percona-server-5-6-32-78-1-is-now-available/

Package-Manager: portage-2.3.1

 dev-db/percona-server/Manifest |   2 +
 .../percona-server-5.6.32.78.1.ebuild  | 216 +
 2 files changed, 218 insertions(+)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 98c1ba4..30bca75 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,2 +1,4 @@
 DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 
a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 
d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f
 WHIRLPOOL 
f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
+DIST mysql-extras-20160818-1822Z.tar.bz2 302657 SHA256 
7e4f42ea0754af120d2ad6b4a3e40dd9bd5a769913ac141453a2c53419bd6c05 SHA512 
19bd509fd1a37c537ae28919516406735cdf3d3fbc66583f765b64b3d296bd041cf2bc2291004b7274604a2fda3cb399141d6c672ae5d6f8aced3d019ac81826
 WHIRLPOOL 
46b4e3c7f415b2de1440aa9d190805dfbc49a8f4a6ed26be5e4bb3e3e9553885cc7e7e13c83c49fadf71a6081bb8fd9d28d5f4d8372540c89a649f2d913fdd9b
 DIST percona-server-5.6.32-78.0.tar.gz 55120585 SHA256 
b3f9191dd8660ba4f825c5fa8fa470e66417335ad8455e31bbc2d5f2cac1a923 SHA512 
958cc27351c507410fe2a0a7a126ec36a25d1ced19ec6b2a4996a011c65c4f0e42d6a3235e21511f38677762dd8e0efe436fee67a5bf3db64b2c8b25520c43e5
 WHIRLPOOL 
ef821cf1f9a5e3377bda96159d04f179f8ee9e8ef75ccfaed3512626ec51baf197e425b9fe39a300e7898824d7e76187d22314c07b1535bd7e7e00626fde2923
+DIST percona-server-5.6.32-78.1.tar.gz 55115483 SHA256 
d94d73bf12459c57fcc8fa8018d7a08775d45ba718999a4ef0a09f543c654778 SHA512 
77788932e83c3e3e4bbaa143844a11c809e0cbd87afbdc0f76ea12c462581d7438246d61984f82fe5174c2a099ea38274aa61957b05c6fc5a101a52028477b41
 WHIRLPOOL 
87561c8ce13809518b0a4fb2429cac9ef6667eedf0dad742f349e8f15736cf8249e4955eb1f49f579ab7cac550409603171b9003bf523c87603b3a2f38fd4ac0

diff --git a/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild 
b/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild
new file mode 100644
index ..1d4c2ef
--- /dev/null
+++ b/dev-db/percona-server/percona-server-5.6.32.78.1.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+MY_EXTRAS_VER="20160818-1822Z"
+SUBSLOT="18"
+PYTHON_COMPAT=( python2_7 )
+inherit linux-info python-any-r1 mysql-multilib-r1
+
+IUSE="numa pam tokudb tokudb-backup-plugin"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
+HOMEPAGE="http://www.percona.com/software/percona-server";
+DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+COMMON_DEPEND="numa? ( sys-process/numactl:= )
+   server? ( pam? ( virtual/pam:0= ) )
+   tokudb? ( app-arch/snappy )
+   tokudb-backup-plugin? ( dev-util/valgrind )
+   "
+
+DEPEND="${COMMON_DEPEND}
+   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
+   test? ( $(python_gen_any_dep 
'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
+RDEPEND="${COMMON_DEPEND}"
+
+REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
+
+MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
+
+PATCHES=(
+   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
+   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
+   "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
+   "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.29.patch
+   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
+   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
+   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
+   
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
+)
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+pkg_pretend() 

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

2016-09-22 Thread Thomas Deutschmann
commit: b3ae687988d49123628757aa8c5422bdd3b444fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep 22 21:54:13 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 22 21:54:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ae6879

dev-db/percona-server: Drop old version

Package-Manager: portage-2.3.1

 dev-db/percona-server/Manifest |   2 -
 .../percona-server-5.6.32.78.0.ebuild  | 216 -
 2 files changed, 218 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 30bca75..cf89977 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,4 +1,2 @@
-DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 
a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 
d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f
 WHIRLPOOL 
f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
 DIST mysql-extras-20160818-1822Z.tar.bz2 302657 SHA256 
7e4f42ea0754af120d2ad6b4a3e40dd9bd5a769913ac141453a2c53419bd6c05 SHA512 
19bd509fd1a37c537ae28919516406735cdf3d3fbc66583f765b64b3d296bd041cf2bc2291004b7274604a2fda3cb399141d6c672ae5d6f8aced3d019ac81826
 WHIRLPOOL 
46b4e3c7f415b2de1440aa9d190805dfbc49a8f4a6ed26be5e4bb3e3e9553885cc7e7e13c83c49fadf71a6081bb8fd9d28d5f4d8372540c89a649f2d913fdd9b
-DIST percona-server-5.6.32-78.0.tar.gz 55120585 SHA256 
b3f9191dd8660ba4f825c5fa8fa470e66417335ad8455e31bbc2d5f2cac1a923 SHA512 
958cc27351c507410fe2a0a7a126ec36a25d1ced19ec6b2a4996a011c65c4f0e42d6a3235e21511f38677762dd8e0efe436fee67a5bf3db64b2c8b25520c43e5
 WHIRLPOOL 
ef821cf1f9a5e3377bda96159d04f179f8ee9e8ef75ccfaed3512626ec51baf197e425b9fe39a300e7898824d7e76187d22314c07b1535bd7e7e00626fde2923
 DIST percona-server-5.6.32-78.1.tar.gz 55115483 SHA256 
d94d73bf12459c57fcc8fa8018d7a08775d45ba718999a4ef0a09f543c654778 SHA512 
77788932e83c3e3e4bbaa143844a11c809e0cbd87afbdc0f76ea12c462581d7438246d61984f82fe5174c2a099ea38274aa61957b05c6fc5a101a52028477b41
 WHIRLPOOL 
87561c8ce13809518b0a4fb2429cac9ef6667eedf0dad742f349e8f15736cf8249e4955eb1f49f579ab7cac550409603171b9003bf523c87603b3a2f38fd4ac0

diff --git a/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild 
b/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild
deleted file mode 100644
index 0d5e6ce..
--- a/dev-db/percona-server/percona-server-5.6.32.78.0.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-MY_EXTRAS_VER="20160307-1854Z"
-SUBSLOT="18"
-PYTHON_COMPAT=( python2_7 )
-inherit linux-info python-any-r1 mysql-multilib-r1
-
-IUSE="numa pam tokudb tokudb-backup-plugin"
-
-# REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd ~x86-linux"
-HOMEPAGE="http://www.percona.com/software/percona-server";
-DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
-
-# When MY_EXTRAS is bumped, the index should be revised to exclude these.
-EPATCH_EXCLUDE=''
-
-COMMON_DEPEND="numa? ( sys-process/numactl:= )
-   server? ( pam? ( virtual/pam:0= ) )
-   tokudb? ( app-arch/snappy )
-   tokudb-backup-plugin? ( dev-util/valgrind )
-   "
-
-DEPEND="${COMMON_DEPEND}
-   || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
-   test? ( $(python_gen_any_dep 
'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
-RDEPEND="${COMMON_DEPEND}"
-
-REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
-
-MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
-
-PATCHES=(
-   "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
-   "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
-   "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
-   "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.29.patch
-   "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
-   "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
-   "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
-   
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
-)
-
-# Please do not add a naive src_unpack to this ebuild
-# If you want to add a single patch, copy the ebuild to an overlay
-# and create your own mysql-extras tarball, looking at 000_index.txt
-
-pkg_pretend() {
-   mysql-multilib-r1_pkg_pretend
-
-   if use numa; then
-   local CONFI

[gentoo-commits] repo/gentoo:master commit in: app-admin/collectd/, profiles/desc/

2016-09-25 Thread Thomas Deutschmann
commit: 91273049a72fe478a8207be6cfda8e1638ab95aa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 25 22:31:50 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 25 22:34:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91273049

app-admin/collectd: Move collectd_plugins_* flags from metadata.xml to 
collectd_plugins.desc

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

Package-Manager: portage-2.3.1

 app-admin/collectd/metadata.xml | 130 --
 profiles/desc/collectd_plugins.desc | 137 
 2 files changed, 137 insertions(+), 130 deletions(-)

diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml
index 250736f..565ba3c 100644
--- a/app-admin/collectd/metadata.xml
+++ b/app-admin/collectd/metadata.xml
@@ -24,136 +24,6 @@
collectd/collectd


-   Build the aggregation 
plugin (aggregates multiplte values into a single value)
-   Build the AMQP output plugin 
(transmits or receives values collected by collectd via the Advanced Message 
Queuing Protocol (AMQP))
-   Build the apache input 
plugin (collects statistics from Apache's mod_status module)
-   Build the apcups input 
plugin (reads various statistics about a connected uninterruptible power supply 
(UPS))
-   Build the ascent input 
plugin (reads and parses the statistics page of Ascent)
-   Build the battery input 
plugin (collects the battery's charge, the drawn current and the battery's 
voltage)
-   Build the bind input plugin 
(collects statistics from bind instances)
-   Build the Ceph input plugin 
(collects statistics from the Ceph distributed storage system)
-   Build the cgroups input 
plugin (collects CPU accounting information for processes in a cgroup)
-   Build the chrony input 
plugin (collects statistics from a chrony NTP server)
-   Build the conntrack 
input plugin (tracks the number of entries in Linux's connection tracking 
table)
-   Build the 
contextswitch input plugin (collects the number of context switches done by the 
operating system)
-   Build the cpu input plugin 
(collects the amount of time spent by the CPU in various states)
-   Build the cpufreq input 
plugin (collects the current CPU's frequency)
-   Build the cpusleep input 
plugin (measures time spent by CPU in deep sleep mode)
-   Build the csv output plugin 
(writes to comma separated values (CSV) files)
-   Build the curl input plugin 
(reads streams using net-misc/curl and then parses them according to 
the configuration)
-   Build the curl_json 
input plugin (queries JavaScript Object Notation (JSON) data using 
net-misc/curl and parses it according to the user's configuration 
using dev-libs/yajl)
-   Build the curl_xml input 
plugin (reads files using net-misc/curl and parses it as Extensible 
Markup Language (XML))
-   Build the dbi input plugin 
(executes SQL statements on databases and reads back the result)
-   Build the df input plugin 
(collects file system usage information, i. e. basically how much space on a 
mounted partition is used and how much is available)
-   Build the disk input plugin 
(collects performance statistics of disks and, where supported, 
partitions)
-   Build the dns input plugin 
(collects statistics of your DNS traffic on port udp/53 using 
net-libs/libpcap)
-   Build the Linux's 
Distributed Replicated Block Device (DRBD) input plugin (reads Linux's DRBD 
statistics)
-   Build the email input 
plugin (opens a UNIX domain socket and starts accepting connections on that 
socket)
-   Build the entropy input 
plugin (collects the available entropy on a system)
-   Build the ethstat input 
plugin (reads performance statistics directly from ethernet cards)
-   Build the exec input/output 
plugin (executes scripts / applications and reads values back)
-   Build the file handles 
input plugin (reports the number of used file handles)
-   Build the filecount 
input plugin (counts the number of files in a directory and all its 
subdirectories)
-   Build the fscache input 
plugin (collects information about the file-system based caching infrastructure 
for network file-systems and other slow media)
-   Build the GenericJMX 
input plugin (reads Managed Beans (MBeans) from an MBeanServer using JMX input 
plugin; Requires JAVA)
-   Build the gmond input 
plugin (receives data from gmond, the client daemon of the Ganglia 
project)
-   Build the gps input plugin 
(collects number of satellites seen

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

2016-09-26 Thread Thomas Deutschmann
commit: 30e68615830631059a72b52682ab81bb8b3ca153
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 26 13:56:16 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 26 14:04:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e68615

media-libs/openjpeg: Bump to snapshot release based on v2.1.1 from 2016-09-22

Ebuild-releated changes:

 - EAPI bumped to v6

 - Test suite re-enabled and fixed (bug #409263)

Gentoo-Bug: https://bugs.gentoo.org/409263
Gentoo-Bug: https://bugs.gentoo.org/577608
Gentoo-Bug: https://bugs.gentoo.org/572430
Gentoo-Bug: https://bugs.gentoo.org/560632
Gentoo-Bug: https://bugs.gentoo.org/594740

Package-Manager: portage-2.3.1

 media-libs/openjpeg/Manifest   |   2 +
 .../openjpeg/openjpeg-2.1.1_p20160922.ebuild   | 135 +
 2 files changed, 137 insertions(+)

diff --git a/media-libs/openjpeg/Manifest b/media-libs/openjpeg/Manifest
index 42a49bc..2e14ed3 100644
--- a/media-libs/openjpeg/Manifest
+++ b/media-libs/openjpeg/Manifest
@@ -1,3 +1,5 @@
 DIST openjpeg-1.5.2.tar.gz 1385702 SHA256 
15df7b194a5d8dba0052cd21c17a4dc761149a770a907d73fffb972078c28a87 SHA512 
b945cf4f8b5e3227a0c07120c94b0ed5bf30c901de73059ee1d47975f46744fb62bbe84cdb2917c6431128f400020874eb07160af870b5448ced897998b08862
 WHIRLPOOL 
4ca974b411baa1fad7821b3ea88ad5c6a39643098af32bd8e92f66ccaa534d36ef15f55711eba489e91254f667d5f917febdb09539ac9698709c00bf680d45fe
 DIST openjpeg-2.0.0.tar.gz 1770392 SHA256 
334df538051555381ee3bbbe3a804c9c028a021401ba2960d6f35da66bf605d8 SHA512 
4ef6b3b6933190c845cc376efbfe8bf655954668eb35c2b878c572107fb5d620fc2fc4df0e7de177c8798bee031f33350715c6da44ef07978df29762d89f29a6
 WHIRLPOOL 
cfcc567a292c0a42d618c9f37b8665f98c580b768a74f63caa9f50b0747fed927c1fafe0b1bb86772ff56768c7a102e645792b960051a44da7a556ba4b41195d
 DIST openjpeg-2.1.0.tar.gz 1789675 SHA256 
1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03 SHA512 
3da84d7828a82c738f6ea5fe776c989283ba257cc6884aebfc090cee7e33c88471dee1a93f4a87a300b11f43b98f6624b838171f06227add24afcb1d57208df1
 WHIRLPOOL 
547dc65906a5dd6d34148675ec2be869ed18b0fef99f7f8632ebca0843e8764e575ca16ea1f7f839576f6de9464d29154171ca2187141e8141239f46468c8c2f
+DIST openjpeg-2.1.1_p20160922.tar.gz 2004620 SHA256 
85e609feaa1cab7ce4f2dd427b0623a2fcc792c02c575d2d556c173e58ce8f9d SHA512 
e4e40297ab36188bf6d375648d4ca1d96946f30fb86bc6a0fc18f7e19c02a08b77503acef25cdb086562a273c77d94391b715cc364fdba2c8480d3c5fd1d
 WHIRLPOOL 
cc229e50a622249b53b03378188a7a6dc441cc940ce7c1864d923465208b3f1806790ec175910ef83b66f409b0a1a24536116cec18b242479134b40e111f234d
+DIST openjpeg-data_20160921.tar.gz 401771303 SHA256 
a483c0c81e82c9e8d2e41a550b70aa0e016cdfb13571b3caac596c147fa36e0d SHA512 
58521c14f49c546b24a0c7b17ebdb3dfecf6ffdcc814b3c59a79a1325e5adf88047b2bd8a4ae608c5d106b584f08efc4e6c66f03254119763e01abee2da7d027
 WHIRLPOOL 
c9a112887bea64b12f9bfdc0feb7d899a87689dcb002defd0582f9a8592e0e012380ec9b808771919147c3f5878425e76c27d2ff96dbbcc3698f6e94fa63f8c4

diff --git a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild 
b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
new file mode 100644
index ..5fa0dcb
--- /dev/null
+++ b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit multilib cmake-multilib
+
+# Make sure that test data are not newer than release;
+# otherwise we will see "Found-But-No-Test" test failures!
+MY_TESTDATA_COMMIT="cc09dc4e43850b725a2aaf6e1d58cbf45bc2322c"
+
+MY_P_COMMIT="fac916f72a162483a4d6d804fd070fdf32f402ed"
+
+DESCRIPTION="An open-source JPEG 2000 library"
+HOMEPAGE="https://github.com/uclouvain/openjpeg";
+SRC_URI="https://github.com/uclouvain/${PN}/archive/${MY_P_COMMIT}.tar.gz -> 
${P}.tar.gz
+   test? ( 
https://github.com/uclouvain/openjpeg-data/archive/${MY_TESTDATA_COMMIT}.tar.gz 
-> ${PN}-data_20160921.tar.gz )"
+
+LICENSE="BSD-2"
+SLOT="2/7" # based on SONAME
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc static-libs test"
+
+RDEPEND="media-libs/lcms:2=
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   doc? ( app-doc/doxygen )"
+
+DOCS=( AUTHORS.md CHANGELOG.md NEWS.md README.md THANKS.md )
+
+S="${WORKDIR}/${PN}-${MY_P_COMMIT}"
+
+src_prepare() {
+   if use test; then
+   mv "${WORKDIR}"/openjpeg-data-${MY_TESTDATA_COMMIT} 
"${WORKDIR}"/data || die "Faile

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

2016-09-26 Thread Thomas Deutschmann
commit: a78af2a7dca599bb3aaa4570300abec9424dae4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 26 18:37:44 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 26 18:38:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78af2a7

media-libs/openjpeg: Fix static builds

 - Use same DBUILD_TESTING logic

 - CODEC must be enabled when tests are enabled

Package-Manager: portage-2.3.1

 media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild 
b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
index 5fa0dcb..94dacc4 100644
--- a/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.1.1_p20160922.ebuild
@@ -59,9 +59,9 @@ multilib_src_configure() {
if use static-libs; then
mycmakeargs=(
-DOPENJPEG_INSTALL_LIB_DIR="$(get_libdir)"
-   $(cmake-utils_use_build test TESTING)
+   -DBUILD_TESTING="$(usex test)"
-DBUILD_SHARED_LIBS=OFF
-   -DBUILD_CODEC=OFF
+   -DBUILD_CODEC="$(usex test)"
)
BUILD_DIR=${BUILD_DIR}_static cmake-utils_src_configure
fi



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

2016-09-26 Thread Thomas Deutschmann
commit: 58d95ca48419704686b7ad7115b609a98d2adea9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 26 18:48:50 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 26 18:48:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d95ca4

mysql-multilib-r1.eclass: Fix password reading from my.cnf

We are reading multiple sections from my.cnf at once from my.cnf when
looking for the password for the mysql root user in
mysql-multilib-r1_pkg_config().

If each section has set a password option this will result in the following
invalid password value (with "set -x"):

 ++ local extra_options=
 ++ //usr/bin/my_print_defaults client mysql
 ++ sed -n '/^--password=/s,--password=,,gp'
 + MYSQL_ROOT_PASSWORD='*
 *'
 + [[ *
 * == \*\*\*\*\* ]]
 + set +x

Like you can see the two passwords are concatenated via newline in one
string which is not what we want.

With this commit we will no longer read all sections at once instead we
read section per section. We are now also telling the user where we are
looking for the password and where we found one. In addition this commit
adds a sanity check for newline to catch scenarios where the user for
example has inadvertently set multiple password options in one section
which we can't handle: In that case it is better to prompt for a password
like no password was set in my.cnf instead of initializing mysqld with a
mysql root password the user is not expecting.

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

 eclass/mysql-multilib-r1.eclass | 22 --
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 3f7372c..ebf89f2 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -817,11 +817,29 @@ mysql-multilib-r1_pkg_config() {
local maxtry=15
 
if [ -z "${MYSQL_ROOT_PASSWORD}" ]; then
-   MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 'client 
mysql' password)"
+   local tmp_mysqld_password_source=
+
+   for tmp_mysqld_password_source in mysql client; do
+   einfo "Trying to get password for mysql 'root' user 
from '${tmp_mysqld_password_source}' section ..."
+   MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 
"${tmp_mysqld_password_source}" password)"
+   if [[ -n "${MYSQL_ROOT_PASSWORD}" ]]; then
+   if [[ ${MYSQL_ROOT_PASSWORD} == *$'\n'* ]]; then
+   ewarn "Ignoring password from 
'${tmp_mysqld_password_source}' section due to newline character (do you have 
multiple password options set?)!"
+   MYSQL_ROOT_PASSWORD=
+   continue
+   fi
+
+   einfo "Found password in 
'${tmp_mysqld_password_source}' section!"
+   break
+   fi
+   done
+
# Sometimes --show is required to display passwords in some 
implementations of my_print_defaults
if [[ "${MYSQL_ROOT_PASSWORD}" == '*' ]]; then
-   MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 
'client mysql' password --show)"
+   MYSQL_ROOT_PASSWORD="$(mysql-multilib-r1_getoptval 
"${tmp_mysqld_password_source}" password --show)"
fi
+
+   unset tmp_mysqld_password_source
fi
MYSQL_TMPDIR="$(mysql-multilib-r1_getoptval mysqld tmpdir)"
# These are dir+prefix



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

2016-09-26 Thread Thomas Deutschmann
commit: c4da82b024f7606e773e4de982f2865dd8316f4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Sep 26 18:46:34 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Sep 26 18:46:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4da82b0

mysql-multilib-r1.eclass: Use *_is_at_least from versionator eclass

Since dev-db/percona-server was bumped to EAPI=6 usage mysql_fx eclass is
no longer inherited [Link1] which results in an error like

 > # emerge --config dev-db/percona-server
 >
 >   Configuring pkg...
 >
 >   * Creating the mysql database and setting proper permissions on it ...
 >   /var/tmp/portage/dev-db/percona-server-5.6.32.78.0/temp/environment: line 
 > 4697: mysql_version_is_at_least: command not found

To fix this problem I replaced the call to "mysql_version_is_at_least"
function from mysql_fx eclass with a call to "version_is_at_least" function
from versionator eclass we are already inheriting [Link2].

Link1: 
https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mysql-multilib-r1.eclass?id=b3ae687988d49123628757aa8c5422bdd3b444fb#n46

Link2: 
https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/mysql-multilib-r1.eclass?id=b3ae687988d49123628757aa8c5422bdd3b444fb#n43

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

 eclass/mysql-multilib-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass
index 858b9b6..3f7372c 100644
--- a/eclass/mysql-multilib-r1.eclass
+++ b/eclass/mysql-multilib-r1.eclass
@@ -918,7 +918,7 @@ mysql-multilib-r1_pkg_config() {
 
local cmd
local initialize_options
-if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] && 
mysql_version_is_at_least "5.7.6" ; then
+if [[ ${PN} == "mysql" || ${PN} == "percona-server" ]] && 
version_is_at_least "5.7.6" ; then
# --initialize-insecure will not set root password
# --initialize would set a random one in the log which we don't 
need as we set it ourselves
cmd="${EROOT}usr/sbin/mysqld"



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

2016-11-15 Thread Thomas Deutschmann
commit: 8ac89065bebe43ae243a8ad0865b3ac512e9d63a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 15 21:48:07 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 15 21:48:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac89065

www-servers/nginx: Cleanup old.

Package-Manager: portage-2.3.2

 www-servers/nginx/Manifest |   2 -
 .../nginx/files/http-sticky-nginx-1.11.2.patch |  64 --
 www-servers/nginx/nginx-1.10.1-r3.ebuild   | 776 
 www-servers/nginx/nginx-1.10.1-r4.ebuild   | 776 
 www-servers/nginx/nginx-1.11.4.ebuild  | 789 -
 5 files changed, 2407 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 9c0b9aa..f950922 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -1,7 +1,6 @@
 DIST modsecurity-2.9.1.tar.gz 4261212 SHA256 
958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SHA512 
374733cbfc26e53d95b78c8f268a4e465d838163e9893fc24e33a9d272b114f1b287147bab6d0289575074cbbd94f48983e23fa59832cbcb32950046cea59269
 WHIRLPOOL 
5f41bebf032f8a269412d104b7632a06af4d4c495658c9cd1ebf69b82c10ce1bbcb34b9dd159a7b00e57348714a5e93ad3db19701dda51479accd3a9dc79a9cb
 DIST nginx-1.10.1.tar.gz 909077 SHA256 
1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SHA512 
fa1329d40e83340380332dd5e2ed66f08dd59cc7f7582dd0e0193c493353ba550e80dc80e5165c225d70532d4197abc49cc8c760e8ab72e48f630cb57c2803e1
 WHIRLPOOL 
6942f70c3279a28bd8d664d085dee68bf0d0526c8dcb636f3258c9de598268efc984af72e527efd86889bd13911b38b0bdb2de1e92eef69cabd02f7080f64eb6
 DIST nginx-1.10.2.tar.gz 910812 SHA256 
1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 SHA512 
f2d5a4fbabaf9333bae46461bcbe3dbcc5ff7e8f8c7a5dead3063e3d59c9ec15dc85262a23ca7d693db45a50ec98a70fb216b3da9872ee23d57b6bfaf064876e
 WHIRLPOOL 
7e819f43a68de49d3cceb3e5ec81eef6872859df0abca2be00fb73c8779c2716b6997ea5f8cadb93af195d9f4d07a4404f51e0752dd881628de93a0c0289aea7
-DIST nginx-1.11.4.tar.gz 949793 SHA256 
06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b SHA512 
c6a03c440a274576434aa74932b3fa7cd49174d9e2d8c6e480838637f33f158e31b6f25cac97e158f386bb92f62ff9636c2d3ac1a552e27a860eb9448e2f3f94
 WHIRLPOOL 
53c371cb34bc55f28d0a0915e08a4fdeffcfcbc8571628db086e0a75627c926693f2faba8608f0c444bc79df244b7f321e6017eda0eb7710d2ccb6f25aac8b75
 DIST nginx-1.11.5.tar.gz 956517 SHA256 
223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6 SHA512 
f41b21b5d8c6b7fe7f8713e96fb6b1c40da49bf64ebb790fb5aa38f036a37b36fcf048ff72c2216552b2f75366b30c5fcdef26312bd4e5515b2476a1cd944b8c
 WHIRLPOOL 
fba49ae277ec2114b06eb0fdce87161ac7bd3e0ca90387dc58caf327c5f12056be07eeba677ff37c59e7d759054ec276ce4db647250774c57588619a1803592c
 DIST nginx-1.11.6.tar.gz 960331 SHA256 
3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd SHA512 
1969f527d4554a976d14e82c2297c519a0d0d82a9fbd3cc703ab42a23067c7fcf101ddf16f1abff374c71f37969fd7c58d2a344c57566538b821acc32cd3d979
 WHIRLPOOL 
67ed24c25b20f6d94f3a0602946f750b4efafd79d3a093a35fdf370a20377abcc2a54c00fcd5e7bc54305515da9234fb2f192c744a7fb59c4bbdee2ba0c0f626
 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 
SHA256 3c11c32f05da04f1a4647dc4e35dd8d8aeacd5a2e763ba349feba3dba8663132 SHA512 
323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92
 WHIRLPOOL 
ad65e8182b2634db5fa06055ef7d91c7d8aabd0fa986d8402a4845977354d6edb329621b6f9f96c90ce2d158cff20e42ae50fba06a088a84de3e3f414205dbc2
@@ -35,4 +34,3 @@ DIST ngx_metrics-0.1.1.tar.gz 2964 SHA256 
1c62ebb31e3caafad91720962770b0e7a4287f
 DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 SHA256 
7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SHA512 
b8cb7eaf6274f4e2247dbcb39db05072d2b2d4361256a325fafab5533d7ce0c4ae9e2905b954dfcfa4789c9cab5cccf2ac1c3a1f02f6a327ed95b562d7773ed1
 WHIRLPOOL 
64c9b11ad938e6dbe5ba31298f1cd46f6e6bb4ba039c96b1e43bd85919d1606326f74b677f789ecabe0b0f4e0f08ac5aaf8148bf820de65aaa1e9966a28b9f61
 DIST ngx_rtmp-1.1.10.tar.gz 519877 SHA256 
f9491dd24390b0d5d70dfe3553edf3d14efeb7c7a81b4d4a20c5cfeaefc1141c SHA512 
bcc0aee3308af7c61bf01a5530fcf1dae938e6778306f6e3eb5995e6d0529f43d33b7ee2acb813d5a39acc92e4853d207a01e8e41b766a6e0dd07aade60cd98f
 WHIRLPOOL 
655f4dcb02f928698ae14d29e5b7f60ad3fd71c757d67f1930c695a3501054d124a92f7ada7d4e605204f1e73e0779cad0b60102bc98d64764535581db0b1867
 DIST ngx_rtmp-1.1.7.tar.gz 519735 SHA256 
7922b0e3d5f3d9c4b275e4908cfb8f5fb1bfb3ac2df77f4c262cda56df21aab3 SHA512 
9883462a04683f1e7af175da04b86d259ff6d677864667588fb073143f7130969eb2a5a5a48ddceda7a555b908580f179bdcacb7f0111413d51db5bfe43b396e
 WHIRLPOOL 
e9c1fc9c3c965ae7047657f76e0997d5da107aff7dd9e5cf3ddb5a2d8f388efd8439b82923e199dc36def449567b8529e06c80f69c36f42128236ac0be5719d5
-DIST ngx_rtmp-1.1.9.tar.gz 519807 

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

2016-11-15 Thread Thomas Deutschmann
commit: 91414fcbaefc2c8c9cb7f4db7fdeda9127452257
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 15 21:33:48 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 15 21:48:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91414fcb

www-servers/nginx: Bump to v1.11.6 mainline

Ebuild changes:
===
 - ngx_headers_more module updated to v0.32

 - LUA module updated to v0.10.7

 - Patch for ngx_memc added to solve a build issue with
   latest nginx [Link 1]

Link 1: https://github.com/openresty/memc-nginx-module/issues/26

Package-Manager: portage-2.3.2

 www-servers/nginx/Manifest |   3 +
 .../nginx/files/http_memc-0.17-issue_26.patch  |  40 +
 www-servers/nginx/nginx-1.11.6.ebuild  | 815 +
 3 files changed, 858 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index b76141c..9c0b9aa 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -3,6 +3,7 @@ DIST nginx-1.10.1.tar.gz 909077 SHA256 
1fd35846566485e03c0e318989561c135c598323f
 DIST nginx-1.10.2.tar.gz 910812 SHA256 
1045ac4987a396e2fa5d0011daf8987b612dd2f05181b67507da68cbe7d765c2 SHA512 
f2d5a4fbabaf9333bae46461bcbe3dbcc5ff7e8f8c7a5dead3063e3d59c9ec15dc85262a23ca7d693db45a50ec98a70fb216b3da9872ee23d57b6bfaf064876e
 WHIRLPOOL 
7e819f43a68de49d3cceb3e5ec81eef6872859df0abca2be00fb73c8779c2716b6997ea5f8cadb93af195d9f4d07a4404f51e0752dd881628de93a0c0289aea7
 DIST nginx-1.11.4.tar.gz 949793 SHA256 
06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b SHA512 
c6a03c440a274576434aa74932b3fa7cd49174d9e2d8c6e480838637f33f158e31b6f25cac97e158f386bb92f62ff9636c2d3ac1a552e27a860eb9448e2f3f94
 WHIRLPOOL 
53c371cb34bc55f28d0a0915e08a4fdeffcfcbc8571628db086e0a75627c926693f2faba8608f0c444bc79df244b7f321e6017eda0eb7710d2ccb6f25aac8b75
 DIST nginx-1.11.5.tar.gz 956517 SHA256 
223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6 SHA512 
f41b21b5d8c6b7fe7f8713e96fb6b1c40da49bf64ebb790fb5aa38f036a37b36fcf048ff72c2216552b2f75366b30c5fcdef26312bd4e5515b2476a1cd944b8c
 WHIRLPOOL 
fba49ae277ec2114b06eb0fdce87161ac7bd3e0ca90387dc58caf327c5f12056be07eeba677ff37c59e7d759054ec276ce4db647250774c57588619a1803592c
+DIST nginx-1.11.6.tar.gz 960331 SHA256 
3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd SHA512 
1969f527d4554a976d14e82c2297c519a0d0d82a9fbd3cc703ab42a23067c7fcf101ddf16f1abff374c71f37969fd7c58d2a344c57566538b821acc32cd3d979
 WHIRLPOOL 
67ed24c25b20f6d94f3a0602946f750b4efafd79d3a093a35fdf370a20377abcc2a54c00fcd5e7bc54305515da9234fb2f192c744a7fb59c4bbdee2ba0c0f626
 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 
SHA256 3c11c32f05da04f1a4647dc4e35dd8d8aeacd5a2e763ba349feba3dba8663132 SHA512 
323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92
 WHIRLPOOL 
ad65e8182b2634db5fa06055ef7d91c7d8aabd0fa986d8402a4845977354d6edb329621b6f9f96c90ce2d158cff20e42ae50fba06a088a84de3e3f414205dbc2
 DIST nginx-auth-ldap-dbcef31bebb2d54b6120422d0b178bbf78bc48f7.tar.gz 16998 
SHA256 35c8f29581823be0f8bdbcf237d7fa5518c45eabe0ab9a695b131d32c8f1c264 SHA512 
f47a9a6c5f93daa9260825261d2069bca5fc528221f94fc8ec98462f61774a36bce0238d931f8d0690544fd0144a83f942b6673c8376fe03f7834f8da971
 WHIRLPOOL 
26a2f67e715d13f785932f00e642c0864b5b7059d120f7fe7458017dbe02203f4873d1cfc4f0dd262834465438ad2b00ef4b49295e18a8e246abda6f7694ac70
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 SHA256 
6f9102321d8c68df6d67e9bde145a8de3f45f99f6cb47c08735a86f003234d31 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
 WHIRLPOOL 
38abe56e177e22dad68ac7d6570425ecd763d2e891627a75156a6f39bd7edc54f664c3d2f638e1ea57c743dadc6a8c9889be087abbdb4c98b5641c299f7fbc07
@@ -17,8 +18,10 @@ DIST ngx_http_fancyindex-0.4.0.tar.gz 18419 SHA256 
152cc2cf082c23cbc7b0fc76f14af
 DIST ngx_http_fancyindex-0.4.1.tar.gz 21130 SHA256 
2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 SHA512 
ce0043ad4a2b638c5d99244d6caaa65ad142cea78884084a9aeca5a9593c68dbe508c9e4dd85dc5722eb63ef386612bffc48d4b6fc1487df244fbcb7a73bffe1
 WHIRLPOOL 
4a885afbadf64bbd25df6580a099472ae48836d9dddfe1dee6ac6a6f97bfb0cf7120ff10dd69fceca7085fab590bec3a4b4b5be5644f2352375316885ddc3cac
 DIST ngx_http_headers_more-0.30.tar.gz 27793 SHA256 
2aad309a9313c21c7c06ee4e71a39c99d4d829e31c8b3e7d76f8c964ea8047f5 SHA512 
378f2c4b4fbf580e59c8ad3ef5fcb617e4669b7b506a0ae87e4e0bc920d34e16fe55565e48dd57e7b6c37ae8b407646ca64f5d84a2fbbe2d41d719c7643c1a82
 WHIRLPOOL 
f50bb5c2e23fb63d98904163a873edf947f65e57dc0f73489024243c1d5b04e0677015a075d315585e535e226b8dad659bada563778b8ddf4d060e918fc37ace
 DIST ngx_http_headers_more-0.31.tar.gz 27941 SHA256 
b2e8162cce2d24861b1ed5bbb30fc51d5215e3f4bb9d01f53fc344904d5911e7 

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

2016-11-15 Thread Thomas Deutschmann
commit: c0ed68db3717a8b594e37e690a036723dfea8a5c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 15 21:40:35 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 15 21:48:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed68db

www-servers/nginx: Bump to v1.10.2-r2 stable

Ebuild changes:
===
 - ngx_headers_more module updated to v0.32

 - LUA module updated to v0.10.7

 - Patch for ngx_memc added to solve a build issue with
   latest nginx [Link 1]

Link 1: https://github.com/openresty/memc-nginx-module/issues/26

Package-Manager: portage-2.3.2

 www-servers/nginx/nginx-1.10.2-r2.ebuild | 802 +++
 1 file changed, 802 insertions(+)

diff --git a/www-servers/nginx/nginx-1.10.2-r2.ebuild 
b/www-servers/nginx/nginx-1.10.2-r2.ebuild
new file mode 100644
index ..c71ba25
--- /dev/null
+++ b/www-servers/nginx/nginx-1.10.2-r2.ebuild
@@ -0,0 +1,802 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# Maintainer notes:
+# - http_rewrite-independent pcre-support makes sense for matching locations 
without an actual rewrite
+# - any http-module activates the main http-functionality and overrides 
USE=-http
+# - keep the following requirements in mind before adding external modules:
+#  * alive upstream
+#  * sane packaging
+#  * builds cleanly
+#  * does not need a patch for nginx core
+# - TODO: test the google-perftools module (included in vanilla tarball)
+
+# prevent perl-module from adding automagic perl DEPENDs
+GENTOO_DEPEND_ON_PERL="no"
+
+# devel_kit (https://github.com/simpl/ngx_devel_kit, BSD license)
+DEVEL_KIT_MODULE_PV="0.3.0"
+DEVEL_KIT_MODULE_P="ngx_devel_kit-${DEVEL_KIT_MODULE_PV}-r1"
+DEVEL_KIT_MODULE_URI="https://github.com/simpl/ngx_devel_kit/archive/v${DEVEL_KIT_MODULE_PV}.tar.gz";
+DEVEL_KIT_MODULE_WD="${WORKDIR}/ngx_devel_kit-${DEVEL_KIT_MODULE_PV}"
+
+# http_uploadprogress 
(https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
+HTTP_UPLOAD_PROGRESS_MODULE_PV="0.9.2"
+HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_http_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}-r1"
+HTTP_UPLOAD_PROGRESS_MODULE_URI="https://github.com/masterzen/nginx-upload-progress-module/archive/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}.tar.gz";
+HTTP_UPLOAD_PROGRESS_MODULE_WD="${WORKDIR}/nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
+
+# http_headers_more (https://github.com/agentzh/headers-more-nginx-module, BSD 
license)
+HTTP_HEADERS_MORE_MODULE_PV="0.32"
+HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}"
+HTTP_HEADERS_MORE_MODULE_URI="https://github.com/agentzh/headers-more-nginx-module/archive/v${HTTP_HEADERS_MORE_MODULE_PV}.tar.gz";
+HTTP_HEADERS_MORE_MODULE_WD="${WORKDIR}/headers-more-nginx-module-${HTTP_HEADERS_MORE_MODULE_PV}"
+
+# http_cache_purge (http://labs.frickle.com/nginx_ngx_cache_purge/, 
https://github.com/FRiCKLE/ngx_cache_purge, BSD-2 license)
+HTTP_CACHE_PURGE_MODULE_PV="2.3"
+HTTP_CACHE_PURGE_MODULE_P="ngx_http_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}"
+HTTP_CACHE_PURGE_MODULE_URI="http://labs.frickle.com/files/ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}.tar.gz";
+HTTP_CACHE_PURGE_MODULE_WD="${WORKDIR}/ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}"
+
+# http_slowfs_cache (http://labs.frickle.com/nginx_ngx_slowfs_cache/, BSD-2 
license)
+HTTP_SLOWFS_CACHE_MODULE_PV="1.10"
+HTTP_SLOWFS_CACHE_MODULE_P="ngx_http_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}"
+HTTP_SLOWFS_CACHE_MODULE_URI="http://labs.frickle.com/files/ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}.tar.gz";
+HTTP_SLOWFS_CACHE_MODULE_WD="${WORKDIR}/ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}"
+
+# http_fancyindex (https://github.com/aperezdc/ngx-fancyindex, BSD license)
+HTTP_FANCYINDEX_MODULE_PV="0.4.1"
+HTTP_FANCYINDEX_MODULE_P="ngx_http_fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"
+HTTP_FANCYINDEX_MODULE_URI="https://github.com/aperezdc/ngx-fancyindex/archive/v${HTTP_FANCYINDEX_MODULE_PV}.tar.gz";
+HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"
+
+# http_lua (https://github.com/openresty/lua-nginx-module, BSD license)
+HTTP_LUA_MODULE_PV="0.10.7"
+HTTP_LUA_MODULE_P="ngx_http_lua-${HTTP_LUA_MODULE_PV}"
+HTTP_LUA_MODULE_URI="https://github.com/openresty/lua-nginx-module/archive/v${HTTP_LUA_MODULE_PV}.tar.gz";
+HTTP_LUA_MODULE_WD="${WORKDIR}/lua-nginx-module-${HTTP_LUA_MODULE_PV}"
+
+# http_auth_pam (https://github.com/stogh/ngx_http_auth_pam_module/, 
http://web.iti.upv.es/~sto/nginx/, BSD-2 license)
+HTTP_AUTH_PAM_MO

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

2016-11-17 Thread Thomas Deutschmann
commit: c98dc7aba113cad4e1af2396f58b10d91fd533ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 17 21:55:23 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 17 22:00:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98dc7ab

app-admin/rsyslog: Dropped old.

Package-Manager: portage-2.3.2

 app-admin/rsyslog/Manifest  |   2 -
 app-admin/rsyslog/rsyslog-8.21.0.ebuild | 450 
 2 files changed, 452 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 7983f5f..f490617 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,10 +1,8 @@
 DIST rsyslog-8.16.0.tar.gz 2132012 SHA256 
4fe4f97c10899086d98b9401d7e8d2bcff61c7c3f7cde8627891e36fc6ec1b76 SHA512 
e45acc16078d83937edd7e22f916fe050b62aa057ca4dd980823850f2195213c12db36f759c528b5fe6f1b061a61e2117fca6086245bc248392cc4e61b2383dc
 WHIRLPOOL 
809035873565645cea5896fb19882239a0d70776ea0b948739440f7a28baf6df4bf4e958de7506d289355eadc26e1fba7e9cd8df315339f18f89acaecc462eaa
 DIST rsyslog-8.19.0.tar.gz 2279714 SHA256 
3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e SHA512 
77c40c9d76591ed3561ec76242be2c647848533df5599320ea988cbc200614c47930e0b63f190d31a0c1cec2443d57ca374f07e0909f11eba8a4bd4b8eee0e44
 WHIRLPOOL 
3f7d7134a0c6a475453828440a87d0fa68e7afc583ef12556f3b60f3e07621011b4f48e8c4dfbe46cef2bf2decee3827c42bd4ba481611e7cb76a695dcec5c7b
-DIST rsyslog-8.21.0.tar.gz 2290993 SHA256 
bdb1fde87b75107b58d1cd5d00408822fb15b9f3efb8d9dbb93a1dee128339ab SHA512 
f56b4227d535a6d354082e2c138feb1d1bb1010a3a780cf23d54e882cfaa893cd7d90f29da29b925957192d3e3c617cadede8938c3e1b162bfc4c6cf65a592a9
 WHIRLPOOL 
f1ab94924e21a5dfa29d29f29b95e2bb9892e8a4ad23452753decfc69bffaef3bfd448edee8fd733f54858c189e2c6b9504da5f2dda8a6296f6a6a11d1b2a60e
 DIST rsyslog-8.22.0.tar.gz 2259652 SHA256 
06e2884181333dccecceaca82827ae24ca7a258b4fbf7b1e07a80d4caae640ca SHA512 
105c7a81bd96c6b68b9e9f4d1ae06e63bf531afe4dfd91efb73b2a96e8264270579ccacc6a1bf77ad284913fb7f4bac55f83c5b38f7fa7675f6c4a6fa9b2f3ca
 WHIRLPOOL 
22cb36592654adf67124f31417ad332163d72c852b7d6e471d58f3a45aa8123d1ce701c4853b4e884927587e26dac3645cbe6ffcf291b22c7f789f9513df81a5
 DIST rsyslog-8.23.0.tar.gz 2338318 SHA256 
244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b SHA512 
4e4832287f02d4b0435b3711241d58cad9f393ce14318bbccce7b89dceeed01205960e7df4b2629831429e550c0865407374eb6a5548ecb47a3aea90c7d7df2d
 WHIRLPOOL 
a4ac676faa6ad09b3e7cf0fbc9c6f827d96a4c14106c3692b523ffc9b90f74745bab7edff2b0c914c160db1f3f83c5f5589203ad8c7cec718c7be8dc2fd0ab66
 DIST rsyslog-doc-8.16.0.tar.gz 4174347 SHA256 
03033d264b29fd791299d5d618bd061853c008ac8087f3b6c4870e1b8f6abc39 SHA512 
746e4de102f15ea10085ca21eeed74dd8264742ba7029cb54caf87b72070ab6a73e79af46d97717323be1e68d9d1fa78807d5d4446d15524aa4c565650f7b0d0
 WHIRLPOOL 
ff8dfcc3dd7e87a7316f94a3b8f199cd902cbf99772bb97147b9af37b8c6941f13341438450b3dbf3139d5518488e74df6b77c1eec3182e92a9476ccb951ec5b
 DIST rsyslog-docs-8.19.0.tar.gz 4271094 SHA256 
f76958d2fbcbb3a2db531ec3878d6d9a8c4a622e457b9c97b7c7dcca0ddd6512 SHA512 
120f229a641119649fc897948fb0934039a95d0ef63e68b10ab635620d84988d794fd5dc33617353028e786513a86b3a1cd0c4fef9c755dab5bedd8e0246532e
 WHIRLPOOL 
fc0642eef4e686fc653db6a654f96fd9037e083a02e06d64b7b2a2e0292d745ca6e24821df3b9825e0eba2c4808b2755dfaeb90b62a49662ab22a171ffe2e63b
-DIST rsyslog-docs-8.21.0.tar.gz 4289500 SHA256 
0a98557083e5f9ce92dbd5ea3d6f4b7d1fa123e181c9597c344cc1be064c93af SHA512 
ff1bfb5f3816ff30d8584d9afce0195b76adccb230c705be79b99f889e35bfd41d9079ff457866a474b023352108c67af85add1dad46ebc2e20be3a3c99ed907
 WHIRLPOOL 
5efa5561377cfc3d35958cb1b71c0b96e210b9f9bc6213774294d22714c1928d7e0bc0eac1f96632554011a6522b009bdfee440fe59fe1f8306f54f2006e1ce7
 DIST rsyslog-docs-8.22.0.tar.gz 4307880 SHA256 
4367e52dddcaca111c40585aa632a9dc68f27ae2e5a51685a08dbabf4e1d2c59 SHA512 
e1d09182d564985ede4826b7366e183d75abf67b24e3aa65d607fc080cf6901612dbbb32188c640b69a4562b2bee2018b4116c6d0fa18ceb1575b9b700e85481
 WHIRLPOOL 
0f5aa06ce8b4c1c5aabbe378c67052ca54c730709736025b70c553cb4caaf7c9e257ea4146f3cc40d59ec3d3f34ef38df2683421fcffb89dc95fd65644eb2ee2
 DIST rsyslog-docs-8.23.0.tar.gz 4316852 SHA256 
c2b23952e5878af334a7b71de76fc6bd432e90dff968da545d3bd73f8a4a147f SHA512 
5c57159e17c728e0fcada5cd03dfe45edca2f9b6554628729387eedb94936c0ef16254f5b0e3524dd6ce732d57e42994e1293478bd28b51747a49f725f148bc0
 WHIRLPOOL 
8cb566131a9ae491a2839450b58a67ad3dd2fda41aad93d265b11dc1d33b7f765f65ef82166c79f2588fc4543f1aac570921242b61c226849218649bf6b943b3

diff --git a/app-admin/rsyslog/rsyslog-8.21.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.21.0.ebuild
deleted file mode 100644
index 0dda832..
--- a/app-admin/rsyslog/rsyslog-8.21.0.ebuild
+++ /dev/null
@@ -1,450 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools eutils

[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/

2016-11-17 Thread Thomas Deutschmann
commit: bb7670f0cbadf22199f990b6f9d87ea1ee961e9d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 16 21:37:53 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 17 22:00:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7670f0

sys-process/fcron: Add myself as maintainer

Package-Manager: portage-2.3.2

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

diff --git a/sys-process/fcron/metadata.xml b/sys-process/fcron/metadata.xml
index f1b77af..0a8d8d7 100644
--- a/sys-process/fcron/metadata.xml
+++ b/sys-process/fcron/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   whi...@gentoo.org
+       Thomas Deutschmann
+   

cron-b...@gentoo.org
Gentoo Cron Project



[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/, sys-process/fcron/files/

2016-11-17 Thread Thomas Deutschmann
commit: 531e27c45e1f413da44d8a51ece0f59e454586fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 17 21:51:33 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 17 22:00:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531e27c4

sys-process/fcron: Bumped to v3.2.1

EBuild changes:
===
 - Migrated to EAPI=6.

 - Automagic on sys-process/audit removed. (Bug #540446)

 - Previously we did only install cronjobs which remove lastrun lock files
   however we did not install a cronjob which actually called "run-crons"
   in the default systab when using USE=-system-crontab with the result
   that we never actually executed any cronjob from
   /etc/cron.{hourly,daily,weekly,monthly}. This was fixed by adding the
   missing job. (Bug #464278)

 - Default systab rewritten to clarify the purpose of /etc/crontab when the
   package was built with USE=system-crontab. (Bug #466900, #467316)

 - Systab commands are now using absolute path. (Bug #525242)

 - OpenRC runscript updated

  - Shebang updated to use openrc-run. (Bug #573846)

  - Multi instance support fixed which was broken due to missing quotes in
getconfig(). (Bug #520264, #533786)

  - Runscript now "use clock" instead of "need clock". (Bug #546138)

  - Runscript is now more reliable because it waits 1000ms per default to
ensure that fcron daemon is really up and running and has not
terminated due to a problem.

Gentoo-Bug: https://bugs.gentoo.org/464278
Gentoo-Bug: https://bugs.gentoo.org/466900
Gentoo-Bug: https://bugs.gentoo.org/467316
Gentoo-Bug: https://bugs.gentoo.org/520264
Gentoo-Bug: https://bugs.gentoo.org/525242
Gentoo-Bug: https://bugs.gentoo.org/533786
Gentoo-Bug: https://bugs.gentoo.org/540446
Gentoo-Bug: https://bugs.gentoo.org/546138
Gentoo-Bug: https://bugs.gentoo.org/573846

Package-Manager: portage-2.3.2

 sys-process/fcron/Manifest |   1 +
 sys-process/fcron/fcron-3.2.1.ebuild   | 254 +
 sys-process/fcron/files/crontab.2  |  26 +++
 ...3.2.1-configure-fix-audit-parameter-check.patch |  30 +++
 sys-process/fcron/files/fcron.init.4   |  73 ++
 5 files changed, 384 insertions(+)

diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest
index 8f3512a..a27e279 100644
--- a/sys-process/fcron/Manifest
+++ b/sys-process/fcron/Manifest
@@ -1,3 +1,4 @@
 DIST fcron-3.1.1.src.tar.gz 597094 SHA256 
449e21f09f80bd419d87165ba15dad94ad8ab215b7946fcf805b5340f019e952 SHA512 
ce20f0aee72521f809af2be13ba797e0f6ac65f12f7797e67a4db56c3b111d24c499c135ec1c948d8385ded415da25a258daf90051a75f603f7322c23dbca945
 WHIRLPOOL 
e3f4d056dd9926629c7ea36de2d5d768f510f256c6cdf0b051baaf5fda776d6295dd8a3213c32765d871cd6bdfc8bbb0bc7b5b0ab1da42c78441e19458594abe
 DIST fcron-3.1.2.src.tar.gz 592409 SHA256 
1c9299baab86e2b141031193c98ccd2e1b52d97a023b45a9e80266372ab11a5d SHA512 
14aec35031449bb8abb81bee781215a09a6cd1d8e08a002ca391ea84c05b9c1cd07ef383e4fc3ee4ae928b60ad75f3f91114a41336110283a07fab64dc770503
 WHIRLPOOL 
0ec40e9921c187d87247a2bd5b0f807dda6a780e313608ba5c0933d1c470313b9db7f6d5b0ff15b7a853e966bb738c4bbac1c80a54541f402c2c51044f53cca9
 DIST fcron-3.2.0.src.tar.gz 595408 SHA256 
eb13b86ed96805d117e19847f1da30b834f1990f7ef4c38f5007234d44679564 SHA512 
97b200dfec02ca0aba76abf3cf71f54608fbadf46aa29d81d7316920fb1bebbba81d0118925f658cd9062f362b6075467c7f595e736b47616995a95958ae776b
 WHIRLPOOL 
58cd9e7484181354518a53b99a2465608ba94001cf5908342b0e195b7436c0296b6a60a428f6d4136c65ce02644fa568e3a706962d76f6e59fcbe948b4bf0afc
+DIST fcron-3.2.1.src.tar.gz 601142 SHA256 
6114d0a39a32853669c0c0ba0f96d92920e7cabca3ff1edf37d25750403e5f6a SHA512 
ddfd3e3a297b843c924aacccffaa5c1c6b300497f39daa1cdb90dc4cf4bc757042b0b2c1f055c119c8128c64d830ee0e8757091610432f5ffcacca25d369e5cd
 WHIRLPOOL 
39b44f88b09be40705ca5d1f421aa4bff6d9a00fbcb572b9012fb1dd65a24c3b1b746196e722bc544a6c0db062625d9981c60956a7fb7c34e6cb630202bd5a2b

diff --git a/sys-process/fcron/fcron-3.2.1.ebuild 
b/sys-process/fcron/fcron-3.2.1.ebuild
new file mode 100644
index ..f3988dc
--- /dev/null
+++ b/sys-process/fcron/fcron-3.2.1.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+WANT_AUTOMAKE=none
+
+inherit cron pam flag-o-matic user autotools versionator systemd
+
+DESCRIPTION="A command scheduler with extended capabilities over cron and 
anacron"
+HOMEPAGE="http://fcron.free.fr/";
+SRC_URI="http://fcron.free.fr/archives/${P}.src.tar.gz";
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="audit debug pam selinux l10n_fr +mta +system-crontab readline"
+
+DEPEND="audit? ( sys-process/audit )
+   pam? ( virtual/pam )
+   readline? ( sys-libs/readline:

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

2016-11-17 Thread Thomas Deutschmann
commit: e962773584cb6d84545b93d968e64c7c7dac2ecb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 17 21:54:41 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 17 22:00:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9627735

app-admin/rsyslog: Bumped to v8.23.0

Package-Manager: portage-2.3.2

 app-admin/rsyslog/Manifest  |   2 +
 app-admin/rsyslog/rsyslog-8.23.0.ebuild | 450 
 2 files changed, 452 insertions(+)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 43833dd..7983f5f 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -2,7 +2,9 @@ DIST rsyslog-8.16.0.tar.gz 2132012 SHA256 
4fe4f97c10899086d98b9401d7e8d2bcff61c7
 DIST rsyslog-8.19.0.tar.gz 2279714 SHA256 
3379b30f2e6ef05a0f1c7327c73923fa5877a80b984506cdf48ed068c94a575e SHA512 
77c40c9d76591ed3561ec76242be2c647848533df5599320ea988cbc200614c47930e0b63f190d31a0c1cec2443d57ca374f07e0909f11eba8a4bd4b8eee0e44
 WHIRLPOOL 
3f7d7134a0c6a475453828440a87d0fa68e7afc583ef12556f3b60f3e07621011b4f48e8c4dfbe46cef2bf2decee3827c42bd4ba481611e7cb76a695dcec5c7b
 DIST rsyslog-8.21.0.tar.gz 2290993 SHA256 
bdb1fde87b75107b58d1cd5d00408822fb15b9f3efb8d9dbb93a1dee128339ab SHA512 
f56b4227d535a6d354082e2c138feb1d1bb1010a3a780cf23d54e882cfaa893cd7d90f29da29b925957192d3e3c617cadede8938c3e1b162bfc4c6cf65a592a9
 WHIRLPOOL 
f1ab94924e21a5dfa29d29f29b95e2bb9892e8a4ad23452753decfc69bffaef3bfd448edee8fd733f54858c189e2c6b9504da5f2dda8a6296f6a6a11d1b2a60e
 DIST rsyslog-8.22.0.tar.gz 2259652 SHA256 
06e2884181333dccecceaca82827ae24ca7a258b4fbf7b1e07a80d4caae640ca SHA512 
105c7a81bd96c6b68b9e9f4d1ae06e63bf531afe4dfd91efb73b2a96e8264270579ccacc6a1bf77ad284913fb7f4bac55f83c5b38f7fa7675f6c4a6fa9b2f3ca
 WHIRLPOOL 
22cb36592654adf67124f31417ad332163d72c852b7d6e471d58f3a45aa8123d1ce701c4853b4e884927587e26dac3645cbe6ffcf291b22c7f789f9513df81a5
+DIST rsyslog-8.23.0.tar.gz 2338318 SHA256 
244e79552d37a5729f3f53786062828adc16fd080eeb0de6507bff55ed21693b SHA512 
4e4832287f02d4b0435b3711241d58cad9f393ce14318bbccce7b89dceeed01205960e7df4b2629831429e550c0865407374eb6a5548ecb47a3aea90c7d7df2d
 WHIRLPOOL 
a4ac676faa6ad09b3e7cf0fbc9c6f827d96a4c14106c3692b523ffc9b90f74745bab7edff2b0c914c160db1f3f83c5f5589203ad8c7cec718c7be8dc2fd0ab66
 DIST rsyslog-doc-8.16.0.tar.gz 4174347 SHA256 
03033d264b29fd791299d5d618bd061853c008ac8087f3b6c4870e1b8f6abc39 SHA512 
746e4de102f15ea10085ca21eeed74dd8264742ba7029cb54caf87b72070ab6a73e79af46d97717323be1e68d9d1fa78807d5d4446d15524aa4c565650f7b0d0
 WHIRLPOOL 
ff8dfcc3dd7e87a7316f94a3b8f199cd902cbf99772bb97147b9af37b8c6941f13341438450b3dbf3139d5518488e74df6b77c1eec3182e92a9476ccb951ec5b
 DIST rsyslog-docs-8.19.0.tar.gz 4271094 SHA256 
f76958d2fbcbb3a2db531ec3878d6d9a8c4a622e457b9c97b7c7dcca0ddd6512 SHA512 
120f229a641119649fc897948fb0934039a95d0ef63e68b10ab635620d84988d794fd5dc33617353028e786513a86b3a1cd0c4fef9c755dab5bedd8e0246532e
 WHIRLPOOL 
fc0642eef4e686fc653db6a654f96fd9037e083a02e06d64b7b2a2e0292d745ca6e24821df3b9825e0eba2c4808b2755dfaeb90b62a49662ab22a171ffe2e63b
 DIST rsyslog-docs-8.21.0.tar.gz 4289500 SHA256 
0a98557083e5f9ce92dbd5ea3d6f4b7d1fa123e181c9597c344cc1be064c93af SHA512 
ff1bfb5f3816ff30d8584d9afce0195b76adccb230c705be79b99f889e35bfd41d9079ff457866a474b023352108c67af85add1dad46ebc2e20be3a3c99ed907
 WHIRLPOOL 
5efa5561377cfc3d35958cb1b71c0b96e210b9f9bc6213774294d22714c1928d7e0bc0eac1f96632554011a6522b009bdfee440fe59fe1f8306f54f2006e1ce7
 DIST rsyslog-docs-8.22.0.tar.gz 4307880 SHA256 
4367e52dddcaca111c40585aa632a9dc68f27ae2e5a51685a08dbabf4e1d2c59 SHA512 
e1d09182d564985ede4826b7366e183d75abf67b24e3aa65d607fc080cf6901612dbbb32188c640b69a4562b2bee2018b4116c6d0fa18ceb1575b9b700e85481
 WHIRLPOOL 
0f5aa06ce8b4c1c5aabbe378c67052ca54c730709736025b70c553cb4caaf7c9e257ea4146f3cc40d59ec3d3f34ef38df2683421fcffb89dc95fd65644eb2ee2
+DIST rsyslog-docs-8.23.0.tar.gz 4316852 SHA256 
c2b23952e5878af334a7b71de76fc6bd432e90dff968da545d3bd73f8a4a147f SHA512 
5c57159e17c728e0fcada5cd03dfe45edca2f9b6554628729387eedb94936c0ef16254f5b0e3524dd6ce732d57e42994e1293478bd28b51747a49f725f148bc0
 WHIRLPOOL 
8cb566131a9ae491a2839450b58a67ad3dd2fda41aad93d265b11dc1d33b7f765f65ef82166c79f2588fc4543f1aac570921242b61c226849218649bf6b943b3

diff --git a/app-admin/rsyslog/rsyslog-8.23.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.23.0.ebuild
new file mode 100644
index ..e768213
--- /dev/null
+++ b/app-admin/rsyslog/rsyslog-8.23.0.ebuild
@@ -0,0 +1,450 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils linux-info systemd
+
+DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
+HOMEPAGE="http://www.rsyslog.com/";
+
+BRANCH="8-stable"
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="
+   git://github.com/rsyslog/$

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

2016-11-17 Thread Thomas Deutschmann
commit: 10026c030a7b2a8f67195b09e03c6ee50413161d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 17 21:59:16 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 17 22:00:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10026c03

dev-libs/liblognorm: Bumped to v2.0.2

Package-Manager: portage-2.3.2

 dev-libs/liblognorm/Manifest|  1 +
 dev-libs/liblognorm/liblognorm-2.0.2.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/dev-libs/liblognorm/Manifest b/dev-libs/liblognorm/Manifest
index 1b34ce6..9cc3b38 100644
--- a/dev-libs/liblognorm/Manifest
+++ b/dev-libs/liblognorm/Manifest
@@ -1,3 +1,4 @@
 DIST liblognorm-1.1.0.tar.gz 499355 SHA256 
2ddff2ee893c9268e19868f19dc4d8037e3d266c0d001436c33c9429fcbb3030 SHA512 
f694d47c8e60871f0f3ce1fe8092b2596850beea618760c289d9cec6068fb8e8e260f4abb3faf20b931864d91ed18f640c65235fd693f6c67ce232fa11006107
 WHIRLPOOL 
b03347d89e86d858d98a2237b6319f1646c995b5a725b486a9288de9a1cfc243b826c822a22f9e5a2a6f3c13c68a2e408ee8d5a68f2c361aeb40bc1b7d8af644
 DIST liblognorm-1.1.2.tar.gz 547224 SHA256 
935a112fb5310877aaa5046ac8bd2ec7d0e9fed03e2fffccb84b6f93b92a536c SHA512 
d0dc206ac2f34174ec1a7e05ae4f84520ae67f49b5540bf9b957378418d6e32384fddd40aaa26dfbdec868a6e7d7a0b677af5201dcbf4f0d4b177934a260ff00
 WHIRLPOOL 
616fb1b951139576579389141253651b79dd215e742b14b0add81341c2cbeed5411544cf3c92221b4d3f4b459e51d55e59dd789b2cc3ad6fe19afb61ec02d0b6
 DIST liblognorm-2.0.1.tar.gz 657390 SHA256 
6a7fda0da2791a87c808fbfde1af20e6463e3ff73496aae7756e3440f3bc5b75 SHA512 
557ba4180d764c04edabe6292a44f5340c5b1f7ac2390a4068711be4ad6da7429e651bc2230d6ff9cc6c58cd6a6c59149f20083de8cf4d8239d95f86db39565f
 WHIRLPOOL 
ae89d7f34b673f14103574966e72b508d69a00e7f8d13eb5e9665c83303606da729001d7bb0712f96de8c4df63b3c75df90f52ec937b793a503d0062912acd6a
+DIST liblognorm-2.0.2.tar.gz 658976 SHA256 
1689453feb4fa5343475cc08379d9e3f0f4c767a3669aa6adb553905d14447db SHA512 
7cb1e20c895859072b9d6f0b3c2dd89874192dce6d11878a4c3eb0b0d9f1691d97205a61290e9cd07deeaa71c58f5fb6a4c1f14bd206119d690cf84c107ccbe4
 WHIRLPOOL 
46484771236067fd903d71ab17f25a513378f5aba0f59a8b3f563873aa5b56908f23ff668dfe2a4f30ade415cc7dc26b12934ccf2bad5d2521bcf6505d45a8e8

diff --git a/dev-libs/liblognorm/liblognorm-2.0.2.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild
new file mode 100644
index ..10f3367
--- /dev/null
+++ b/dev-libs/liblognorm/liblognorm-2.0.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="Fast samples-based log normalization library"
+HOMEPAGE="http://www.liblognorm.com";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="
+   git://github.com/rsyslog/${PN}.git
+   https://github.com/rsyslog/${PN}.git
+   "
+
+   inherit git-r3
+else
+   SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux"
+fi
+
+LICENSE="LGPL-2.1 Apache-2.0"
+SLOT="0/5.0.0"
+IUSE="debug doc static-libs test"
+
+RDEPEND="
+   >=dev-libs/libestr-0.1.3
+   >=dev-libs/libfastjson-0.99.2:=
+"
+
+DEPEND="
+   ${RDEPEND}
+   >=sys-devel/autoconf-archive-2015.02.04
+   virtual/pkgconfig
+   doc? ( >=dev-python/sphinx-1.2.2 )
+"
+
+DOCS=( ChangeLog )
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   # regexp disabled due to 
https://github.com/rsyslog/liblognorm/issues/143
+   local myeconfargs=(
+   --enable-compile-warnings=yes
+   --disable-Werror
+   $(use_enable doc docs)
+   $(use_enable test testbench)
+   $(use_enable debug)
+   $(use_enable static-libs static)
+   --disable-regexp
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_test() {
+   # When adding new tests via patches we have to make them executable
+   einfo "Adjusting permissions of test scripts ..."
+   find "${S}"/tests -type f -name '*.sh' \! -perm -111 -exec chmod a+x 
'{}' \; || \
+   die "Failed to adjust test scripts permission"
+
+   emake --jobs 1 check
+}
+
+src_install() {
+   default
+
+   find "${ED}"usr/lib* -name '*.la' -delete || die
+}



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

2016-11-19 Thread Thomas Deutschmann
commit: 574c5385652099a0587e8607c3e46ed8d2965a54
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 19 16:44:55 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 19 16:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574c5385

net-im/jabberd2: Drop old vulnerable versions (bug #539534)

Package-Manager: portage-2.3.2

 net-im/jabberd2/Manifest |   2 -
 net-im/jabberd2/jabberd2-2.3.1-r2.ebuild | 156 --
 net-im/jabberd2/jabberd2-2.3.2-r2.ebuild | 157 ---
 3 files changed, 315 deletions(-)

diff --git a/net-im/jabberd2/Manifest b/net-im/jabberd2/Manifest
index 6398f31..6d37dbc 100644
--- a/net-im/jabberd2/Manifest
+++ b/net-im/jabberd2/Manifest
@@ -1,4 +1,2 @@
-DIST jabberd-2.3.1.tar.xz 1460088 SHA256 
feba2eea2c6f003a3e35e49ff301b7346d88660039ba08521dcb1351431afdb0 SHA512 
93a594ac4a39643c66e330ef4912ecee8071fdc3e3f460514d0bff60b2031caa2ef5eaad00dede59e4a4d6f7b8e5b52d56daa3959f3b341082933d175cb49b2c
 WHIRLPOOL 
667c576cf7915dc80b2b044e0e0483ef9ef5268daec069542013accf7089acf1428310521f4b1dd144b2a3ebde7a5ec2d70b50a065c76588c8e7de7d9da50136
-DIST jabberd-2.3.2.tar.xz 1473436 SHA256 
ceb1f427fde5bf3d1acf2275a2ea3c8c680470ee1aa2be2dda66092d60cd3d50 SHA512 
10b00dc4409b59dd30ab85a3c42e4b7b10d1d733d0e73eac5984c6b0bb1edbbca29e3a5e56f86d9a0b94acd3f582ab0575db9387abd345edb154fe5ac7765e03
 WHIRLPOOL 
42a88b8a53dd8fb22b3157103f307c2d2635953b530536777e35a2e1a46a03351e54c93e192b793f276a98fc6b1699628ca2f8a1284a2f2f4d9db3210f579183
 DIST jabberd-2.3.3.tar.xz 1457340 SHA256 
c6c2f34d0811e90c5c791143018bb5b07ecbe2ea5d8cc10140235d25815cb030 SHA512 
c3c8d6829c3bc61555280d90edc1bef0228e4cec2684ba283373075883ef64bfa5e9118dad96d7a1193bb2afb6b2e7c78e24267e6feb6e7b191138bf8c79a7da
 WHIRLPOOL 
0c590d79905ff95d2e18362065e0ba4e2341fdc95a61d3e157993d7d16976480b81f2f4b0479516538b1c5c0c9b496b446383da89c2e17539f8f9cb59db62463
 DIST jabberd-2.3.4.tar.xz 1482736 SHA256 
9a17fae72460dd4454814edb48a7a1af7071cf331dabc2b0b6029661a36bb671 SHA512 
593c1a80de52447fa18e448627bdbf85605e8a406129808cd2081576c26d65df3315c5fc91b37d5e832e1a89b4083d873b2db1e65d6ad76fa5b9b4f125786b7f
 WHIRLPOOL 
67a0e96a872a08975d981e1697fab5cf154b4cbea4c698d41d250c1314bc7303a3c15e871fc8b3c4f3769acd91773734ef61b880900132e435d17f9bde587b08

diff --git a/net-im/jabberd2/jabberd2-2.3.1-r2.ebuild 
b/net-im/jabberd2/jabberd2-2.3.1-r2.ebuild
deleted file mode 100644
index 17cab15..
--- a/net-im/jabberd2/jabberd2-2.3.1-r2.ebuild
+++ /dev/null
@@ -1,156 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit db-use eutils flag-o-matic pam
-
-DESCRIPTION="Open Source Jabber Server"
-HOMEPAGE="http://jabberd2.org";
-SRC_URI="https://github.com/jabberd2/jabberd2/releases/download/jabberd-${PV}/jabberd-${PV}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE="berkdb debug ldap memdebug mysql pam postgres sqlite ssl test zlib"
-REQUIRED_USE="memdebug? ( debug )"
-
-# broken
-RESTRICT="test"
-
-DEPEND="dev-libs/expat
-   net-libs/udns
-   net-dns/libidn
-   virtual/gsasl
-   berkdb? ( >=sys-libs/db-4.1.25 )
-   ldap? ( net-nds/openldap )
-   mysql? ( virtual/mysql )
-   pam? ( virtual/pam )
-   postgres? ( dev-db/postgresql )
-   ssl? ( >=dev-libs/openssl-1.0.1:0 )
-   sqlite? ( dev-db/sqlite:3 )
-   zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}
-   >=net-im/jabber-base-0.01"
-DEPEND="${DEPEND}
-   app-arch/xz-utils
-   virtual/pkgconfig
-   test? ( dev-libs/check )"
-
-DOCS=( AUTHORS README )
-
-S=${WORKDIR}/jabberd-${PV}
-
-src_prepare() {
-   # Fix some default directory locations
-   sed -i \
-   -e 's,@localstatedir@/@package@/pid/,/var/run/@package@/,g' \
-   -e 
's,@localstatedir@/@package@/run/pbx,/var/run/@package@/pbx,g' \
-   -e 's,@localstatedir@/@package@/log/,/var/log/@package@/,g' \
-   -e 
's,@localstatedir@/lib/jabberd2/fs,@localstatedir@/@package@/fs,g' \
-   -e 's,@localstatedir@,/var/spool,g' \
-   -e 's,@package@,jabber,g' \
-   etc/{sm,router,c2s,s2s}.xml.dist.in || die "fixing default 
directory locations failed!"
-
-   # If the package wasn't merged with sqlite then default to use berkdb
-   use sqlite ||
-   sed -i \
-   -e 's,<\(module\|driver\)>sqlite<\/\1>,<\1>db,g' \
-   etc/{c2s,sm}.xml.dist.in || die "setting berkdb as 
default failed!"
-
-   # avoid file collision with x11-misc/screen-message wrt #453994
-   sed -i \
-  

[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/files/, sys-process/fcron/

2016-11-19 Thread Thomas Deutschmann
commit: d493c1ced55419c1b3a1b40e3a16d824c6d33f26
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 19 18:55:42 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 19 18:56:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d493c1ce

sys-process/fcron: Bashism in runscript removed

With the previous bump 531e27c45e1 I have accidentally introduced bashisms into
the runscript which are now removed. (Bug #600228)

This revision also introduces a sanity check for multi instances to make sure
that they don't use the default values so that they don't clash with the default
instance.

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

Package-Manager: portage-2.3.2

 .../{fcron-3.2.1.ebuild => fcron-3.2.1-r1.ebuild}  |  0
 sys-process/fcron/files/fcron.init.4   | 36 +++---
 2 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/sys-process/fcron/fcron-3.2.1.ebuild 
b/sys-process/fcron/fcron-3.2.1-r1.ebuild
similarity index 100%
rename from sys-process/fcron/fcron-3.2.1.ebuild
rename to sys-process/fcron/fcron-3.2.1-r1.ebuild

diff --git a/sys-process/fcron/files/fcron.init.4 
b/sys-process/fcron/files/fcron.init.4
index e2441ee..25fafc1 100644
--- a/sys-process/fcron/files/fcron.init.4
+++ b/sys-process/fcron/files/fcron.init.4
@@ -5,7 +5,7 @@
 
 FCRON_INSTANCE="${SVCNAME##*.}"
 
-if [[ -n "${FCRON_INSTANCE}" && "${SVCNAME}" != "fcron" ]]; then
+if [ -n "${FCRON_INSTANCE}" -a "${SVCNAME}" != "fcron" ]; then
FCRON_CONFIGFILE="/etc/fcron/fcron.${FCRON_INSTANCE}.conf"
 else
FCRON_CONFIGFILE="/etc/fcron/fcron.conf"
@@ -20,11 +20,11 @@ getconfig() {
value="$(service_get_value ${key})"
fi
 
-   if [[ -z "${value}" && -r "${FCRON_CONFIGFILE}" ]]; then
+   if [ -z "${value}" -a -r "${FCRON_CONFIGFILE}" ]; then
value="$(sed -n -e 's:^'"${key}"'[ \t]*=[ \t]*::p' 
"${FCRON_CONFIGFILE}")"
fi
 
-   if [[ -z "${value}" ]]; then
+   if [ -z "${value}" ]; then
# Value not explicitly set in the configfile or configfile does 
not exist
# or is not readable
echo "${value_default}"
@@ -42,7 +42,7 @@ depend() {
need hostname
 
# provide the cron service if we are the main instance
-   [[ "${SVCNAME}" == "fcron" ]] && provide cron
+   [ "${SVCNAME}" = "fcron" ] && provide cron
 }
 
 command="/usr/libexec/fcron"
@@ -50,6 +50,7 @@ command_args="-c \"${FCRON_CONFIGFILE}\""
 start_stop_daemon_args=${FCRON_SSDARGS:-"--wait 1000"}
 pidfile="$(getconfig pidfile /run/fcron.pid)"
 fcrontabs="$(getconfig fcrontabs /var/spool/fcron)"
+fifofile="$(getconfig fifofile /run/fcron.fifo)"
 required_files="${FCRON_CONFIGFILE}"
 
 extra_started_commands="reload"
@@ -59,9 +60,33 @@ reload() {
 }
 
 start_pre() {
+   if [ "${SVCNAME}" != "fcron" ]; then
+   local _has_invalid_instance_cfg=0
+
+   if [ "${pidfile}" = "/run/fcron.pid" ]; then
+   eerror "You cannot use the same pidfile like the 
default instance!"
+   eerror "Please adjust your 'pidfile' setting in 
'${FCRON_CONFIGFILE}'."
+   _has_invalid_instance_cfg=1
+   fi
+
+   if [ "${fcrontabs}" = "/var/spool/fcron" ]; then
+   eerror "You cannot use the same fcrontabs location like 
the default instance!"
+   eerror "Please adjust your 'fcrontabs' setting in 
'${FCRON_CONFIGFILE}'."
+   _has_invalid_instance_cfg=1
+   fi
+
+   if [ "${fifofile}" = "/run/fcron.fifo" ]; then
+   eerror "You cannot use the same fifo file like the 
default instance!"
+   eerror "Please adjust your 'fifofile' setting in 
'${FCRON_CONFIGFILE}'."
+   _has_invalid_instance_cfg=1
+   fi
+
+   [ ${_has_invalid_instance_cfg} -ne 0 ] && return 1
+   fi
+
checkpath --file "${FCRON_CONFIGFILE}" --owner root:fcron --mode 0640
 
-   if [[ ! -d "${fcrontabs}" ]]; then
+   if [ ! -d "${fcrontabs}" ]; then
ebegin "Creating missing spooldir '${fcrontabs}'"
${command} --newspooldir "${fcrontabs}"
eend $?
@@ -70,4 +95,5 @@ start_pre() {
 
 start_post() {
service_set_value fcrontabs "${fcrontabs}"
+   service_set_value fifofile "${fifofile}"
 }



[gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/files/

2016-11-19 Thread Thomas Deutschmann
commit: 9dcd5b2da7816a3c5431bddd28a926f135a85fe2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 19 20:48:49 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 19 20:49:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd5b2d

sys-process/fcron: runscript: Make shellcheck happy

Further POSIX improvements.

Package-Manager: portage-2.3.2

 sys-process/fcron/files/fcron.init.4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-process/fcron/files/fcron.init.4 
b/sys-process/fcron/files/fcron.init.4
index 25fafc1..9b7765f 100644
--- a/sys-process/fcron/files/fcron.init.4
+++ b/sys-process/fcron/files/fcron.init.4
@@ -5,7 +5,7 @@
 
 FCRON_INSTANCE="${SVCNAME##*.}"
 
-if [ -n "${FCRON_INSTANCE}" -a "${SVCNAME}" != "fcron" ]; then
+if [ -n "${FCRON_INSTANCE}" ] && [ "${SVCNAME}" != "fcron" ]; then
FCRON_CONFIGFILE="/etc/fcron/fcron.${FCRON_INSTANCE}.conf"
 else
FCRON_CONFIGFILE="/etc/fcron/fcron.conf"
@@ -17,10 +17,10 @@ getconfig() {
local value=
 
if service_started; then
-   value="$(service_get_value ${key})"
+   value="$(service_get_value "${key}")"
fi
 
-   if [ -z "${value}" -a -r "${FCRON_CONFIGFILE}" ]; then
+   if [ -z "${value}" ] && [ -r "${FCRON_CONFIGFILE}" ]; then
value="$(sed -n -e 's:^'"${key}"'[ \t]*=[ \t]*::p' 
"${FCRON_CONFIGFILE}")"
fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/, sys-apps/net-tools/files/

2016-11-23 Thread Thomas Deutschmann
commit: 4090447b0cb0064a77db6725deb8213bb5138eff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Nov 23 16:05:02 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Nov 23 16:06:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4090447b

sys-apps/net-tools: Fix building w/ gentoo.org>
Gentoo-Bug: https://bugs.gentoo.org/599542

Package-Manager: portage-2.3.2

 ...235919-fix-building-w-older-linux-headers.patch | 33 ++
 .../net-tools-1.60_p20161110235919.ebuild  |  4 +++
 2 files changed, 37 insertions(+)

diff --git 
a/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
 
b/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
new file mode 100644
index ..5e330ac
--- /dev/null
+++ 
b/sys-apps/net-tools/files/net-tools-1.60_p20161110235919-fix-building-w-older-linux-headers.patch
@@ -0,0 +1,33 @@
+From ea3935bd7c0f36c86c40e5785326698fa3336c6a Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Mon, 14 Nov 2016 22:48:42 -0500
+Subject: [PATCH] iptunnel: fix building w/older linux headers
+
+While linux-4.8+ headers work, older ones are missing includes.
+Dropping netinet/ip.h uncovered that mess, so add linux/ip.h.
+
+URL: https://bugs.gentoo.org/599542
+Reported-by: Conrad Kostecki 
+---
+ iptunnel.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+diff --git a/iptunnel.c b/iptunnel.c
+index 247ae10..d6e47e6 100644
+--- a/iptunnel.c
 b/iptunnel.c
+@@ -29,7 +29,12 @@
+ #include 
+ #include 
+ #include 
++/* We only care about linux/if_tunnel.h.  Unfortunately, older Linux headers
++ * (pre linux-4.8) did not include all the proper headers leading to missing
++ * structs and types.
++ */
+ #include 
++#include 
+ #include 
+ 
+ #include "config.h"
+-- 
+2.9.0

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
index 1337b63..b13fa82 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
@@ -62,6 +62,10 @@ set_opt() {
config.in || die
 }
 
+src_prepare() {
+   epatch "${FILESDIR}/${P}-fix-building-w-older-linux-headers.patch"
+}
+
 src_configure() {
# Clear out env vars from the user. #599602
unset BASEDIR BINDIR SBINDIR



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

2016-11-23 Thread Thomas Deutschmann
commit: 666974d248b0a80f137ddb2effa827851a371732
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:00:04 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666974d2

dev-db/innotop: Bump to v1.11.1

First version without Google Code SRC_URI.

Package-Manager: portage-2.3.2

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.11.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 6ba004e..4ed8359 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,2 +1,3 @@
+DIST innotop-1.11.1.tar.gz 178295 SHA256 
c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 WHIRLPOOL 
5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
 DIST innotop-1.9.0.tar.gz 143179 SHA256 
bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 
a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17
 WHIRLPOOL 
76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
 DIST innotop-1.9.1.tar.gz 147677 SHA256 
117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 
5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5
 WHIRLPOOL 
b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
new file mode 100644
index ..46dee5b
--- /dev/null
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit perl-module
+
+DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+HOMEPAGE="https://github.com/innotop/innotop";
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



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

2016-11-23 Thread Thomas Deutschmann
commit: 092b619572cc503cf5dbeaa6ccfbd8c8139f79b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:03:50 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b6195

dev-db/innotop: DESCRIPTION updated to make repoman happy

Package-Manager: portage-2.3.2

 dev-db/innotop/innotop-1.11.1.ebuild   | 2 +-
 dev-db/innotop/innotop-1.9.0-r1.ebuild | 4 ++--
 dev-db/innotop/innotop-1.9.1.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
index 46dee5b..83fbf27 100644
--- a/dev-db/innotop/innotop-1.11.1.ebuild
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop";
 SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild 
b/dev-db/innotop/innotop-1.9.0-r1.ebuild
index afd5ff2..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
+++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop";
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz";
 

diff --git a/dev-db/innotop/innotop-1.9.1.ebuild 
b/dev-db/innotop/innotop-1.9.1.ebuild
index c372db8..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.1.ebuild
+++ b/dev-db/innotop/innotop-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop";
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz";
 



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

2016-11-23 Thread Thomas Deutschmann
commit: 0e0eafba82bba0fa9144acdcd97c1936a3b9d6ab
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 01:49:49 2016 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 01:50:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0eafba

net-wireless/hostapd: Allow users to apply patches to src/drivers

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=596306#c5

Package-Manager: portage-2.3.2

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

diff --git a/net-wireless/hostapd/hostapd-2.6.ebuild 
b/net-wireless/hostapd/hostapd-2.6.ebuild
index 019ff13..121ed83 100644
--- a/net-wireless/hostapd/hostapd-2.6.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6.ebuild
@@ -30,7 +30,11 @@ RDEPEND="${DEPEND}"
 S="${S}/${PN}"
 
 src_prepare() {
+   # Allow users to apply patches to src/drivers for example,
+   # i.e. anything outside ${S}/${PN}
+   pushd ../ >/dev/null || die
default
+   popd >/dev/null || die
 
sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
"${S}/hostapd.conf" || die



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

2017-07-10 Thread Thomas Deutschmann
commit: 2a3669293572805871150b450238a31c923c46cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 10 15:02:22 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 10 15:33:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a366929

sys-block/storcli: amd64 stable

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-block/storcli/storcli-1.21.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/storcli/storcli-1.21.06.ebuild 
b/sys-block/storcli/storcli-1.21.06.ebuild
index f9ebfbf1a8c..1cb1e0a4d97 100644
--- a/sys-block/storcli/storcli-1.21.06.ebuild
+++ b/sys-block/storcli/storcli-1.21.06.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-cont
 
 LICENSE="Avago LSI BSD"
 SLOT="0/6.13"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-07-10 Thread Thomas Deutschmann
commit: 5c15d7e9bf18a8a8b561174a1af538088c01499e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 10 15:33:14 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 10 15:33:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c15d7e9

sys-block/storcli: Bump to v1.23.02

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-block/storcli/Manifest   |  2 +
 sys-block/storcli/storcli-1.23.02.ebuild | 80 
 2 files changed, 82 insertions(+)

diff --git a/sys-block/storcli/Manifest b/sys-block/storcli/Manifest
index e487aeb08a5..a27b8675e28 100644
--- a/sys-block/storcli/Manifest
+++ b/sys-block/storcli/Manifest
@@ -2,3 +2,5 @@ DIST storcli-1.19.04.zip 41606377 SHA256 
026456cf30e1f14f33a42eb5804dcf9fb6d3b79
 DIST storcli-1.20.15.zip 47065136 SHA256 
04272ebe0978f22d065193988561a128215f7797854b23ad0cdf741f2b234ae6 SHA512 
8d0bd39c005b26ad0eb3db045ae8f303eb36333b569c1be9d1e599c0845b2427f473015c4f75859dd283f8ec5072a3037f1a0810c9ad54b6b552a9c08bfdba05
 WHIRLPOOL 
b19cb84252b65b44b3fde752cf6bc9cf890554ed105a965e2a8917ccfaac2a58620062b08774be4271d4ca3aa12a0b53840cc02551aea3d63ad274cdde59b8e6
 DIST storcli-1.21.06.zip 48578520 SHA256 
499e4c26d7ddcc37ccf198816444f4cc2e68724d01762aef36eda360e6ef5b0f SHA512 
714d8588566d2baf51cd67e958c9dfdb3f2eb0776a7fa2a9cb46ddad74b8e8a5e1515bf6e3746184b70187c83323b040bf902a2a357e928ad7d3525d3005c71e
 WHIRLPOOL 
e56aa67c0044949614b62920e2c1fbdb491cfe3d89d12a88460554397e5f44d8ca139266f8eaa523298ea4bc315a6583cefffa60f7d66a37c85a30e20aa2d747
 DIST storcli-1.21.06_readme.txt 199925 SHA256 
30ebccb7a8fefa14514510ca2bd26ca7b67628958c18af697e128da498be3dcd SHA512 
78524212b5d95bd62ef692bb715f6ae977811fd5522498915a4dbbd74a5d783d176fe318c0a0b7aad1b23419c78d205267f19b55790519dcc6d7e1d873498bad
 WHIRLPOOL 
bde52e5da198fd73943f455a9f85100d0fc2220e2a7f56e4277acf473278ef756374d841206e8763126f4c3f8f5bee88e9243e313dbc497676fe761dda97
+DIST storcli-1.23.02.zip 48778476 SHA256 
d7cd07b7af93cbeb5735f5d4754fb5cb0fa92af3965017c6642e5273e10eb8ff SHA512 
2018c8b40d7371077f01bbe586ed1135d683823b9d243fde14d45404c8bab8328f36e19ac91eb87a174a7cce7e95a2a75485f70681460cda4c9b65d4d579
 WHIRLPOOL 
ed010dd3120d32ca8a6b75a474dde27d02221c230243c5df1e69114e52aa29b8662b4acdda9d77a1b43a7defc4c8183f2444eb37ad144b60afbe315267f3a069
+DIST storcli-1.23.02_readme.txt 201906 SHA256 
7b8d5e63b80634ace0993c3ee40ac9c564e09473ac5d2c017ecbd0f08a002e55 SHA512 
9eefe69aee1a65339d2360759ba574f632a21bd3d13ba9d4cb0a86980e652addf5f7d2b650588f659caaa8ee302c48bc27b9f3ad7455e65d34dbcff0a8188e03
 WHIRLPOOL 
23bde95444fca8433868a4232417abdee9b914b4d8a6cf244e90b7c5f187854194445f9cff43c51a8874792f43491124a064cb465b33e8ae79f190265c24aba6

diff --git a/sys-block/storcli/storcli-1.23.02.ebuild 
b/sys-block/storcli/storcli-1.23.02.ebuild
new file mode 100644
index 000..5d1cf5644ce
--- /dev/null
+++ b/sys-block/storcli/storcli-1.23.02.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit pax-utils
+
+# Upstream messed up packaging:
+# This is v1.21.06 according to "storcli -v" but ZIP is named v1.21.16..
+# Also, README is isn't included in archive.
+MY_PV="1.23.02"
+
+DESCRIPTION="MegaRAID StorCLI (successor of the MegaCLI)"
+HOMEPAGE="https://www.broadcom.com/support/download-search?dk=storcli";
+SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/${MY_PV}_StorCLI.zip
 -> ${P}.zip
+   
https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/${PV}_StorCLI.txt
 -> ${P}_readme.txt"
+
+LICENSE="Avago LSI BSD"
+SLOT="0/6.14"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+DOCS=( readme.txt license.txt )
+
+MY_STORCLI_BASEDIR="/opt/lsi/storcli"
+
+QA_PRESTRIPPED="${MY_STORCLI_BASEDIR:1}/storcli"
+
+src_unpack() {
+   local _src_file
+
+   for _src_file in ${A}; do
+   if [[ ${_src_file} == *.txt ]]; then
+   cp "${DISTDIR}/${_src_file}" "${WORKDIR}" || die 
"Failed to copy '${_src_file}' to '${WORKDIR}'!"
+   else
+   unpack ${_src_file}
+   fi
+   done
+
+   unpack "${WORKDIR}"/storcli_All_OS.zip
+
+   mv storcli_All_OS/Ubuntu/storcli_*.deb "${WORKDIR}" || die "Failed to 
move storclli_*.deb"
+
+   # Unpack Ubuntu package which will be our $S content
+   unpack "${WORKDIR}"/storcli_*.deb
+   rm -f storcli_*.deb || die "Failed to cleanup storcli_*.deb package"
+   unpack "${WORKDIR}"/data.tar.gz
+
+   mkdir "${S}" || die "Failed to c

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

2017-07-10 Thread Thomas Deutschmann
commit: ec339cf0b0383ecde9c88245f162f2540662dc6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul 10 15:02:42 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul 10 15:33:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec339cf0

sys-block/storcli: x86 stable

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-block/storcli/storcli-1.21.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/storcli/storcli-1.21.06.ebuild 
b/sys-block/storcli/storcli-1.21.06.ebuild
index 1cb1e0a4d97..bec8d6bb429 100644
--- a/sys-block/storcli/storcli-1.21.06.ebuild
+++ b/sys-block/storcli/storcli-1.21.06.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-cont
 
 LICENSE="Avago LSI BSD"
 SLOT="0/6.13"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND=""



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

2017-07-11 Thread Thomas Deutschmann
commit: d195ea6ec9933d558fecdfb30edebca2ea413c13
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul 11 16:28:36 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul 11 16:28:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d195ea6e

www-servers/nginx: Security bump for CVE-2017-7529 (bug #624552)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-servers/nginx/Manifest|3 +
 www-servers/nginx/nginx-1.12.1.ebuild | 1015 +
 www-servers/nginx/nginx-1.13.3.ebuild | 1015 +
 3 files changed, 2033 insertions(+)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 8650aa4f9ae..b4746ce02a1 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -3,9 +3,11 @@ DIST nginx-1.10.3.tar.gz 911509 SHA256 
75020f1364cac459cb733c4e1caed2d00376e40ea
 DIST nginx-1.11.10.tar.gz 967773 SHA256 
778b3cabb07633f754cd9dee32fc8e22582bce22bfa407be76a806abd935533d SHA512 
b6437d8305547a834a0f3ad076ac591b90189eb922f48759094efaa9618e39fc249600ab13650113fe841fc9af0b736acc61a9b9baba7bacd35224c34df1bbc9
 WHIRLPOOL 
f9535d4fabad7603cc384dda13aca51be77c7901d099190f9d5a187e517128a56a28cb851408b93091f8d99ce118678857ec08fba16bec4c2e2ed2d75ab543bd
 DIST nginx-1.11.13.tar.gz 980784 SHA256 
360b601ef8ed2998c80fa56a27bf3cd745c3ce18c5fb10892e6595467b1415d3 SHA512 
6546a1d96e5234c9512217559c22bc4be0e5f793d6082a9a3acaa1724c91c656b36a976cb452195b256915dc0d21fd433f539cd6c06d73c8dbb0233220d54fa8
 WHIRLPOOL 
53b3e0b8767ea93d4a3daaf5cfcd489dd83d9f60f53f985c677dfb328b7e6aee13114290bed22b268bca12d2e63fbb142b2357ef7dd8166e8da9eac4c931289a
 DIST nginx-1.12.0.tar.gz 980831 SHA256 
b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30 SHA512 
e2e930b61491d91090090d4716740895fc7812e8e266c427ac2b40c5a70493150e5c81e769c6b7563baf5f0e15b32fae8f2b11fd5699e468e1cc40706defb8ee
 WHIRLPOOL 
0f4819cccd965837f1dcc5217de6c98cfd2d83e406fedb4840096d8ccacaac77767ae02551f2f927f2dc4a9413944206d8a26cf8eff8e425a53ba0ce425c5657
+DIST nginx-1.12.1.tar.gz 981093 SHA256 
8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb SHA512 
3a2ad2a559b366dda92dd58c0fe40ee84dd60a3eaf72071454110e032c3e9a03f2a63b28fe3a615b527950521eeb533c687a2cc4c87524e1d8f3a0a5f043fdb6
 WHIRLPOOL 
17e91044636839f0c8c476879227f2de1633679199787157e5ed47c306dcb9597646c5be96957d51e38d96ddbb0346ec9f72b87c37023e19e572fa404ef0fd1f
 DIST nginx-1.13.0.tar.gz 982592 SHA256 
79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 SHA512 
54745876db546cc4d42ef048159bf6f9584278989f03e7e3451597eacbaad7713f9bf9bf93fc540a1be13380281d499f4aa4f27dcdfd3e860bc1203c9cde314b
 WHIRLPOOL 
535f646b1da1193d1d40ae6e2fda12ab6480f863d98f7e358f561e96acb28255a1f44996ac3865236a664622e8dba2afd1d6219806d1c0765ee1a53e5df9
 DIST nginx-1.13.1.tar.gz 984142 SHA256 
a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776 SHA512 
09ed3aa700965061d70edef732fccb2e32b9ace9eedbd86c8ad8d152748caf2d779ba2b06c3108ca0ad32f16e1a2e3551dbd1dc123c7dc1b64d672357dbd97ea
 WHIRLPOOL 
a5684393746e44777a1b8aa69de607c9cc6ebf227fac122a70b12888931939d992ffbc2bbfa44f063b69e1e8c06cdb15289c2d9ac0a1301f57aca1b1d3686e87
 DIST nginx-1.13.2.tar.gz 985802 SHA256 
d77f234d14989d273a363f570e1d892395c006fef2ec04789be90f41a1919b70 SHA512 
b07a0a6e8201979dbcec5ecdec9dd1210f35d5e861ff149b3a59f7d1d36f15ec195ef41c6d82a3bf618e9f044dbae06bb45d7f0369574cde97bd74b750dea905
 WHIRLPOOL 
46de82a5554a78249079a200720ec6184ff2e52a5609c12e365bdbc7f052486c3991eee3fac8bab71d75068e132a2eb112b4a99211a6365d991273a44e5d8ec2
+DIST nginx-1.13.3.tar.gz 985931 SHA256 
5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 SHA512 
4a8924b1edd0b8476437680ea548a0bc983d360e73f2d5797f60cebc3ef7d6fb64e56b6aaf5a4fc1707d24519dc70d466a7bf1d336c463651928d65c2f7b5380
 WHIRLPOOL 
9cb1f77a60945d9c1df6e2589116406f31939882131759d3aa95b25edfe86bc5fe712a517a3b0f77a5fca2b3706884984b90e293a4e791faa824bbf0e964518e
 DIST nginx-auth-ldap-49a8b4d28fc4a518563c82e0b52821e5f37db1fc.tar.gz 17159 
SHA256 3c11c32f05da04f1a4647dc4e35dd8d8aeacd5a2e763ba349feba3dba8663132 SHA512 
323abd0ca8e90f5afcaf81a8ff1a8abe3dfcbff3d69f0dd4a1c005fe6436acbf3076c4c57a4df877b3d8e388cbea085d46301bb2df9c0752e2567817ff7cca92
 WHIRLPOOL 
ad65e8182b2634db5fa06055ef7d91c7d8aabd0fa986d8402a4845977354d6edb329621b6f9f96c90ce2d158cff20e42ae50fba06a088a84de3e3f414205dbc2
 DIST nginx_http_sticky_module_ng-1.2.6-10-g08a395c66e42.tar.bz2 124047 SHA256 
6f9102321d8c68df6d67e9bde145a8de3f45f99f6cb47c08735a86f003234d31 SHA512 
6c1bfdcf89884b2855d51ae7da0f6e53a4ca3629e1aaf58433b70c07dcb2af797ba6e87d9b3eb4fe2fb6d4d697e862f2b4c2f8d8b3fdaea201740c97ec936529
 WHIRLPOOL 
38abe56e177e22dad68ac7d6570425ecd763d2e891627a75156a6f39bd7edc54f664c3d2f638e1ea57c743dadc6a8c9889be087abbdb4c98b5641c299f7fbc07
 DIST ngx_devel_kit-0.3.0-r1.tar.gz 66455 SHA256 
88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619 

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

2017-07-11 Thread Thomas Deutschmann
commit: f1b74d8a66aaed6b3f1cc6ae5306a773891027c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jul 11 19:18:25 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jul 11 19:18:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b74d8a

dev-ruby/rack-test: Restore rack-test-0.6.3 keywords

This partially reverts b12008f4cc905a6e6d1311ae5fe98eb1167a2c22

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ruby/rack-test/rack-test-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-test/rack-test-0.6.3.ebuild 
b/dev-ruby/rack-test/rack-test-0.6.3.ebuild
index 5d3686252f4..52a80be0b3f 100644
--- a/dev-ruby/rack-test/rack-test-0.6.3.ebuild
+++ b/dev-ruby/rack-test/rack-test-0.6.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/brynary/rack-test";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/rack-1.0:*"



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/, sys-firmware/intel-microcode/files/

2017-07-12 Thread Thomas Deutschmann
commit: 9bd08f12708f4e323910f7f1be17b26bfe7bed57
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jul 12 21:55:09 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jul 12 21:55:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd08f12

sys-firmware/intel-microcode: Bump to v20170707 (bug #624556)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-firmware/intel-microcode/Manifest  |   1 +
 .../files/intel-microcode2ucode.c-r1   | 166 +
 .../intel-microcode-20170707.ebuild|  48 ++
 3 files changed, 215 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index 4ce2cad6897..197db19058f 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -7,3 +7,4 @@ DIST microcode-20160607.tgz 1236385 SHA256 
db821eb47af2caa39613caee0eb89a9584b2e
 DIST microcode-20160714.tgz 1239344 SHA256 
f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e SHA512 
f9e09b6669a86aafcc77642d6e33acf9326109c3a2bc3e0d62b45a062b9ecbde6605b5a0ae31d4a3ad2b0ed3c6d3aadbd18088431fb72216bfc31fc452b0e342
 WHIRLPOOL 
d62bbce555adc1973465d81463d9ef51cc64f5f0937b555a0b616458afc47823b2512a60eb498d4658e96244430e47bde5f36b2e49d202d41e61914bee6a3a9c
 DIST microcode-20161104.tgz 1290125 SHA256 
70154ca62ff9b3da6291dfdecc90daaeb399d7290c0d308d719df16dff5ee3d1 SHA512 
73a7310c1da5bec7ce82bce5cf7c2aafa3d0189e7524bdebd20e1ea3568cf8242be39d9041fa055fe06e759f98703c5d0a631e57ff185aae3ba3c91dbe83cf7a
 WHIRLPOOL 
e811315facf6b7dc80c4a99555d909e1c26aa7904d1f2608de633f7e49f691f5bf6c47973381cd72e4cb8c3b4355651a4c64564c79539ddfa41a007b8f05b5ca
 DIST microcode-20170511.tgz 2143617 SHA256 
2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3 SHA512 
4e2066096d56430c2df73631f15cf16f2317c1d8ff745d7b7cdd784ebccc2b797565eb52703cce9b4238774dbfdcaecacd892d729b7869fdfd7644008ce74a60
 WHIRLPOOL 
492e5e5962696636bfb2e181964893ba59798873b71cb9f5d11b1dcb9a1b32acb9e11634b71d880e05f9b71eb4f45dbc72e7a48e1ac4f38dfec816dbecf79b0d
+DIST microcode-20170707.tgz 2908882 SHA256 
4fd44769bf52a7ac11e90651a307aa6e56ca6e1a814e50d750ba8207973bee93 SHA512 
2f0643c332318e9c818b9a23a996b59086e86e80e649589e43dbab19f13083d6d9505b8557f67b45ce56de0da043c753a14bb146e597b6669f24fe543656c65f
 WHIRLPOOL 
bafae318d350bae1ebb6aeb5611e9ffab7d52d2ca836c7b65cb6b86bae9da7ee2c41945e0252cbe1797de4737507948b5260bbe3996d1d7e3fd2489e32452456

diff --git a/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1 
b/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1
new file mode 100644
index 000..4b3ba4b48ed
--- /dev/null
+++ b/sys-firmware/intel-microcode/files/intel-microcode2ucode.c-r1
@@ -0,0 +1,166 @@
+/*
+ * Convert Intel microcode.dat into individual ucode files
+ * named: intel-ucode/$family-$model-$stepping
+ *
+ * The subdir intel-ucode/ is created in the current working
+ * directory. We get multiple ucodes in the same file, so they
+ * are appended to an existing file. Make sure the directory
+ * is empty before every run of the converter.
+ *
+ * Kay Sievers 
+ */
+
+
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+struct microcode_header_intel {
+   unsigned int hdrver;
+   unsigned int rev;
+   unsigned int date;
+   unsigned int sig;
+   unsigned int cksum;
+   unsigned int ldrver;
+   unsigned int pf;
+   unsigned int datasize;
+   unsigned int totalsize;
+   unsigned int reserved[3];
+};
+
+union mcbuf {
+   struct microcode_header_intel hdr;
+   unsigned int i[0];
+   char c[0];
+};
+
+int main(int argc, char *argv[])
+{
+   char *filename = "/lib/firmware/microcode.dat";
+   FILE *f;
+   char line[LINE_MAX];
+   char buf[400];
+   union mcbuf *mc;
+   size_t bufsize, count, start;
+   int rc = EXIT_SUCCESS;
+
+   if (argv[1] != NULL)
+   filename = argv[1];
+
+   count = 0;
+   mc = (union mcbuf *) buf;
+   f = fopen(filename, "re");
+   if (f == NULL) {
+   printf("open %s: %m\n", filename);
+   rc = EXIT_FAILURE;
+   goto out;
+   }
+
+   while (fgets(line, sizeof(line), f) != NULL) {
+   if (sscanf(line, "%x, %x, %x, %x",
+   &mc->i[count],
+   &mc->i[count + 1],
+   &mc->i[count + 2],
+   &mc->i[count + 3]) != 4)
+   continue;
+   count += 4;
+   }
+   fclose(f);
+
+   bufsize = count * sizeof(int);
+   printf("%s: %lu(%luk) bytes, %zu integers\n",
+  filename,
+  bufsize,
+  bufsize / 1024,

[gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/, dev-python/httplib2/files/

2017-07-13 Thread Thomas Deutschmann
commit: 4ebc6fc6c47249c50409be161e37d5584ee51c87
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul 13 11:03:19 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul 13 11:03:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebc6fc6

dev-python/httplib2: Use system certificate store (bug #624476)

Closes: https://github.com/gentoo/gentoo/pull/5092
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/httplib2-use-system-cacerts.patch| 59 ++
 dev-python/httplib2/httplib2-0.10.3-r1.ebuild  | 40 +++
 2 files changed, 99 insertions(+)

diff --git a/dev-python/httplib2/files/httplib2-use-system-cacerts.patch 
b/dev-python/httplib2/files/httplib2-use-system-cacerts.patch
new file mode 100644
index 000..cff65bb75ea
--- /dev/null
+++ b/dev-python/httplib2/files/httplib2-use-system-cacerts.patch
@@ -0,0 +1,59 @@
+From 437b5bba5dac2e43815a900dbc6ee093c675bb4c Mon Sep 17 00:00:00 2001
+From: Marc Deslauriers 
+Date: Thu, 8 Oct 2015 12:15:44 -0700
+Subject: Use system ca certificates, not the bundled ones
+
+Forwarded: not-needed
+Bug-Ubuntu: https://launchpad.net/bugs/882027
+
+Patch-Name: use_system_cacerts.patch
+---
+ python2/httplib2/__init__.py | 5 ++---
+ python3/httplib2/__init__.py | 5 ++---
+ setup.py | 1 -
+ 3 files changed, 4 insertions(+), 7 deletions(-)
+
+diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py
+index 6fa3cc6..e996d01 100644
+--- a/python2/httplib2/__init__.py
 b/python2/httplib2/__init__.py
+@@ -190,9 +190,8 @@ try:
+ import ca_certs_locater
+ CA_CERTS = ca_certs_locater.get()
+ except ImportError:
+-# Default CA certificates file bundled with httplib2.
+-CA_CERTS = os.path.join(
+-os.path.dirname(os.path.abspath(__file__ )), "cacerts.txt")
++# Use system CA certificates
++CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
+ 
+ # Which headers are hop-by-hop headers by default
+ HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 
'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
+diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py
+index 3ce019e..8383cc4 100644
+--- a/python3/httplib2/__init__.py
 b/python3/httplib2/__init__.py
+@@ -123,9 +123,8 @@ DEFAULT_MAX_REDIRECTS = 5
+ # Which headers are hop-by-hop headers by default
+ HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 
'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
+ 
+-# Default CA certificates file bundled with httplib2.
+-CA_CERTS = os.path.join(
+-os.path.dirname(os.path.abspath(__file__ )), "cacerts.txt")
++# Use system CA certificates
++CA_CERTS = "/etc/ssl/certs/ca-certificates.crt"
+ 
+ def _get_end2end_headers(response):
+ hopbyhop = list(HOP_BY_HOP)
+diff --git a/setup.py b/setup.py
+index fb00ed2..2c31f44 100755
+--- a/setup.py
 b/setup.py
+@@ -61,7 +61,6 @@ A comprehensive HTTP client library, ``httplib2`` supports 
many features left ou
+ """,
+ package_dir=pkgdir,
+ packages=['httplib2'],
+-package_data={'httplib2': ['*.txt']},
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Environment :: Web Environment',

diff --git a/dev-python/httplib2/httplib2-0.10.3-r1.ebuild 
b/dev-python/httplib2/httplib2-0.10.3-r1.ebuild
new file mode 100644
index 000..ed28cff1b4b
--- /dev/null
+++ b/dev-python/httplib2/httplib2-0.10.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A comprehensive HTTP client library"
+HOMEPAGE="https://pypi.python.org/pypi/httplib2 
https://github.com/jcgregorio/httplib2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="app-misc/ca-certificates"
+
+# tests connect to random remote sites
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${PN}-use-system-cacerts.patch )
+
+python_prepare_all() {
+   chmod o+r */*egg*/* || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   if [[ ${EPYTHON} == python2.7 ]] ; then
+   cd python2 || die
+   else
+   cd python3 || die
+   fi
+
+   "${PYTHON}" httplib2test.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/, net-libs/zeromq/files/

2017-07-15 Thread Thomas Deutschmann
commit: 1eccba62f0f71438a1db0838c54c7fc5947cacc1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 15 12:08:22 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 15 12:09:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eccba62

net-libs/zeromq: make 'sys-libs/libunwind' an optional depend

Closes: https://github.com/gentoo/gentoo/pull/5105
Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/zeromq-4.2.2-optional-libunwind.patch| 70 ++
 net-libs/zeromq/zeromq-4.2.2-r2.ebuild | 59 ++
 2 files changed, 129 insertions(+)

diff --git a/net-libs/zeromq/files/zeromq-4.2.2-optional-libunwind.patch 
b/net-libs/zeromq/files/zeromq-4.2.2-optional-libunwind.patch
new file mode 100644
index 000..36a5f66bbc9
--- /dev/null
+++ b/net-libs/zeromq/files/zeromq-4.2.2-optional-libunwind.patch
@@ -0,0 +1,70 @@
+Accepted upstream as: https://github.com/zeromq/libzmq/pull/2625
+
+From 88487e7da3e0412abde30af2855a667ab973f9fc Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Fri, 14 Jul 2017 21:44:30 +0100
+Subject: [PATCH] configure.ac: allow user to disable libunwind discovery via
+ --disable-libunwind
+
+on ia64 architecture libunwind comes with gcc. Unfortunately
+libunwind is not directly usable as-is and fails at link time:
+
+```
+ia64-unknown-linux-gnu-g++ -o perf/.libs/local_lat perf/local_lat.o 
src/.libs/libzmq.so -lsodium -lrt -lpthread -ldl
+src/.libs/libzmq.so: undefined reference to `_ULia64_step'
+```
+
+The change adds --{enable,disable}-libunwind flag to control
+automatic dependency. The default is unchanged: use if available.
+
+Signed-off-by: Sergei Trofimovich 
+---
+ configure.ac | 32 ++--
+ 1 file changed, 22 insertions(+), 10 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index c10f8445..ad193871 100644
+--- a/configure.ac
 b/configure.ac
+@@ -721,16 +721,28 @@ else
+ AC_SUBST(pkg_config_defines, "")
+ fi
+ 
+-PKG_CHECK_MODULES(LIBUNWIND, [libunwind],
+-[
+-AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be used])
+-AC_SUBST([LIBUNWIND_CFLAGS])
+-AC_SUBST([LIBUNWIND_LIBS])
+-AC_CHECK_LIB([dl], [dladdr])
+-],
+-[
+-AC_MSG_WARN([Cannot find libunwind])
+-])
++AC_ARG_ENABLE([libunwind],
++[AS_HELP_STRING([--enable-libunwind],
++[enable libunwind [default=auto]])],
++[enable_libunwind=$enableval],
++[enable_libunwind="auto"])
++
++if test "x$enable_libunwind" != "xno"; then
++PKG_CHECK_MODULES(LIBUNWIND, [libunwind],
++[
++AC_DEFINE(HAVE_LIBUNWIND, 1, [The libunwind library is to be 
used])
++AC_SUBST([LIBUNWIND_CFLAGS])
++AC_SUBST([LIBUNWIND_LIBS])
++AC_CHECK_LIB([dl], [dladdr])
++],
++[
++if test "x$enable_libunwind" = "xyes"; then
++AC_MSG_ERROR([Cannot find libunwind])
++else
++AC_MSG_WARN([Cannot find libunwind])
++fi
++])
++fi
+ 
+ # Subst LIBZMQ_EXTRA_CFLAGS & CXXFLAGS & LDFLAGS
+ AC_SUBST(LIBZMQ_EXTRA_CFLAGS)
+-- 
+2.13.3
+

diff --git a/net-libs/zeromq/zeromq-4.2.2-r2.ebuild 
b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
new file mode 100644
index 000..5a7e6a8072b
--- /dev/null
+++ b/net-libs/zeromq/zeromq-4.2.2-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools
+
+DESCRIPTION="A brokerless kernel"
+HOMEPAGE="http://www.zeromq.org/";
+SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="LGPL-3"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+IUSE="pgm +sodium static-libs test unwind elibc_Darwin"
+
+RDEPEND="
+   !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) )
+   sodium? ( dev-libs/libsodium:= )
+   pgm? ( =net-libs/openpgm-5.2.122 )"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   app-text/xmlto
+   !elibc_Darwin? ( sys-apps/util-linux )
+   pgm? ( virtual/pkgconfig )"
+
+PATCHES=( 
"${FILESDIR}"/${PN}-4.2.1-disable-experimental-zmq_poll-implementation.patch
+   "${FILESDIR}"/${PN}-4.2.2-optional-libunwind.patch )
+
+src_prepare() {
+   sed \
+   -e '/libzmq_werror=/s:yes:no:g' \
+   -i configure.ac || die
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-shared
+   $(use_enable static-libs static)
+   $(use_enable u

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

2017-07-15 Thread Thomas Deutschmann
commit: 7af4cac21aab50ddcfe66b0186e8c17190968839
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 15 23:47:33 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 15 23:49:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af4cac2

media-gfx/potrace: Respect CC (bug #610098)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --force

 media-gfx/potrace/potrace-1.13.ebuild | 5 +++--
 media-gfx/potrace/potrace-1.14.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-gfx/potrace/potrace-1.13.ebuild 
b/media-gfx/potrace/potrace-1.13.ebuild
index 3ae135e1745..87359f05c2e 100644
--- a/media-gfx/potrace/potrace-1.13.ebuild
+++ b/media-gfx/potrace/potrace-1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit autotools-utils
+inherit autotools-utils toolchain-funcs
 
 DESCRIPTION="Transforming bitmaps into vector graphics"
 HOMEPAGE="http://potrace.sourceforge.net/";
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
 DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
+   tc-export CC # bug 610098
local myeconfargs=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--enable-zlib

diff --git a/media-gfx/potrace/potrace-1.14.ebuild 
b/media-gfx/potrace/potrace-1.14.ebuild
index 8cd7b1955ec..f8bf164ed65 100644
--- a/media-gfx/potrace/potrace-1.14.ebuild
+++ b/media-gfx/potrace/potrace-1.14.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit autotools-utils
+inherit autotools-utils toolchain-funcs
 
 DESCRIPTION="Transforming bitmaps into vector graphics"
 HOMEPAGE="http://potrace.sourceforge.net/";
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
 DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
+   tc-export CC # bug 610098
local myeconfargs=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--enable-zlib



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

2017-07-15 Thread Thomas Deutschmann
commit: 2e80093bec92f7adb4c95fea515e71aa2a02e1ac
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 15 23:33:36 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 15 23:49:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e80093b

media-gfx/imagemagick: Drop dependency media-gfx/autotrace on (bug #620806)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild| 5 ++---
 media-gfx/imagemagick/imagemagick-6.9.8.3.ebuild| 5 ++---
 media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild| 5 ++---
 media-gfx/imagemagick/imagemagick-7.0.5.7-r1.ebuild | 5 ++---
 media-gfx/imagemagick/metadata.xml  | 1 -
 5 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild
index 1db6d7dfaee..75214f37c6e 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.7.4.ebuild
@@ -14,13 +14,12 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 LICENSE="imagemagick"
 SLOT="0/${PV}"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q64 q8 
raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"
 
 RDEPEND="
dev-libs/libltdl:0
-   autotrace? ( >=media-gfx/autotrace-0.31.1 )
bzip2? ( app-arch/bzip2 )
corefonts? ( media-fonts/corefonts )
djvu? ( app-text/djvu )
@@ -112,7 +111,7 @@ src_configure() {
$(use_with bzip2 bzlib) \
$(use_with X x) \
$(use_with zlib) \
-   $(use_with autotrace) \
+   --without-autotrace
$(use_with postscript dps) \
$(use_with djvu) \
--with-dejavu-font-dir="${EPREFIX}"/usr/share/fonts/dejavu \

diff --git a/media-gfx/imagemagick/imagemagick-6.9.8.3.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.8.3.ebuild
index c1082ae7128..f89bead8132 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.8.3.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.8.3.ebuild
@@ -14,13 +14,12 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 LICENSE="imagemagick"
 SLOT="0/${PV}"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"
 
 RDEPEND="
dev-libs/libltdl:0
-   autotrace? ( >=media-gfx/autotrace-0.31.1 )
bzip2? ( app-arch/bzip2 )
corefonts? ( media-fonts/corefonts )
djvu? ( app-text/djvu )
@@ -111,7 +110,7 @@ src_configure() {
$(use_with bzip2 bzlib) \
$(use_with X x) \
$(use_with zlib) \
-   $(use_with autotrace) \
+   --without-autotrace \
$(use_with postscript dps) \
$(use_with djvu) \
--with-dejavu-font-dir="${EPREFIX}"/usr/share/fonts/dejavu \

diff --git a/media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild
index df1817d711c..f470e02b1ff 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild
@@ -14,13 +14,12 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 LICENSE="imagemagick"
 SLOT="0/${PV}"
 KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png p

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

2017-07-15 Thread Thomas Deutschmann
commit: 4d2aa58a4810e7bf7e4340579549f237ce3665d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 15 23:52:08 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 15 23:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2aa58a

package.mask: Last rite media-gfx/autotrace, #620802

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5966e5b4b50..e8c1f68ba9c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (16 Jul 2017)
+# Discontinued project with multiple vulnerabilities, removal in a month 
(#620802)
+media-gfx/autotrace
+
 # Pacho Ramos  (14 Jul 2017)
 # Not usable, dead since 2003, removal in a month (#24706)
 app-mobilephone/esms



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

2017-07-15 Thread Thomas Deutschmann
commit: 3a8df69639a82439e5cee5f5a01a12201d76a34d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul 15 23:40:51 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul 15 23:49:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8df696

app-text/mftrace: Drop dependency on media-gfx/autotrace (bug #620804)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --force

 app-text/mftrace/{mftrace-1.2.18-r2.ebuild => mftrace-1.2.18-r3.ebuild} | 2 +-
 app-text/mftrace/{mftrace-1.2.19.ebuild => mftrace-1.2.19-r1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/mftrace/mftrace-1.2.18-r2.ebuild 
b/app-text/mftrace/mftrace-1.2.18-r3.ebuild
similarity index 94%
rename from app-text/mftrace/mftrace-1.2.18-r2.ebuild
rename to app-text/mftrace/mftrace-1.2.18-r3.ebuild
index 80ff5020095..059796f95a3 100644
--- a/app-text/mftrace/mftrace-1.2.18-r2.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r3.ebuild
@@ -19,7 +19,7 @@ IUSE="test truetype"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=app-text/t1utils-1.25
-   || ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
+   media-gfx/potrace
truetype? ( media-gfx/fontforge )
virtual/latex-base
${PYTHON_DEPS}"

diff --git a/app-text/mftrace/mftrace-1.2.19.ebuild 
b/app-text/mftrace/mftrace-1.2.19-r1.ebuild
similarity index 94%
rename from app-text/mftrace/mftrace-1.2.19.ebuild
rename to app-text/mftrace/mftrace-1.2.19-r1.ebuild
index 499626546e9..fedb8709080 100644
--- a/app-text/mftrace/mftrace-1.2.19.ebuild
+++ b/app-text/mftrace/mftrace-1.2.19-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="test truetype"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND=">=app-text/t1utils-1.25
-   || ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
+   media-gfx/potrace
truetype? ( media-gfx/fontforge )
virtual/latex-base
${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2017-07-16 Thread Thomas Deutschmann
commit: 88da74f57a97d87fbae51288dd689b979955cb98
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jul 16 20:28:39 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 16 20:28:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88da74f5

www-plugins/adobe-flash: Security bump to v26.0.0.137 (bug #624620)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-plugins/adobe-flash/Manifest   |   4 +
 .../adobe-flash/adobe-flash-26.0.0.137.ebuild  | 133 +
 2 files changed, 137 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 994ad696873..fd1a9a1bef8 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -2,3 +2,7 @@ DIST adobe-flash-26.0.0.131-npapi.i386.tar.gz 8490534 SHA256 
ae301d3885c96a07d34
 DIST adobe-flash-26.0.0.131-npapi.x86_64.tar.gz 9003017 SHA256 
1ca9a708413a418f94c912ac240b33d9229191df7f7e6c415ba5a630ca24ff29 SHA512 
2f984b75374bba1335e3a3e386d87d1ef4b8c550acd7565d23a73aed0c33d13816c10b32d146e0d4e75481fb2d9b810a1926a66f5e9691da96ea43283711a16b
 WHIRLPOOL 
ec0c57c5b8a5f64e55931aa929d7cd36d2c22c3ebe39dfc746e223cf5c7b7c92ecf0f0757d7f36f4f24585d974796992018f615b6967427e2f27b9e0263d6dea
 DIST adobe-flash-26.0.0.131-ppapi.i386.tar.gz 8536468 SHA256 
25497127c725442ab327c6f5bd63b8c44696c9e1427ce7f249f89de86416142f SHA512 
99f57751877572615587a7928f61f3c24cff094067e49114126ef01c166f7f063206a29840c85c5c9dc973dc08d0e1aa89d0e0e87b6baa9b269994e22d389627
 WHIRLPOOL 
8d81024d8393de359613d957ed00afadba92cd96f2bef115f5e7508df7dd10eab8e074a9d8bc750d761c235e9ae1870140eec741a6449f1685b8374462fe8bef
 DIST adobe-flash-26.0.0.131-ppapi.x86_64.tar.gz 9449172 SHA256 
de696e2bc2cc3025d0158b8d3d74908eb5740ba4cd33d3f2841f0146933b076c SHA512 
97739726cd93306eccefb5fc896cee9efd4f6c3cdd8196937b5b90af0cc714dcc0e43e04c0fa2d581b5215ebf3b9f50b2ea880a035a27d39dc492e03d3c1bb10
 WHIRLPOOL 
a106837968be072d206890f2b80389a3798490008b5323dba27a2ffaffd807fdff77aaf95888518ef25f3b79726f64cbff770abf59f6327e773dffbd113ed918
+DIST adobe-flash-26.0.0.137-npapi.i386.tar.gz 8490349 SHA256 
bc703c55973fe79c32a9968450d46162d1db04663b099529c8fe0ec342baa6ba SHA512 
b53a6d4ef3ff1c1d2b0b17c1c445f1af01407b181961a50ec29b1b8195fca7828ee6bba5a2020c8514e3d884fdb223bd7ac9d6fbf03fc56d41cda2c7edef65ac
 WHIRLPOOL 
296b66d4149dd09cbe9a81bce6312ac3c71ff1e9b687a659ddb2a5f80bbdca133e56215f91ca55418e653a05ab58b1c2d6efeb71fc7cbcf42dcd5a75610a6dd0
+DIST adobe-flash-26.0.0.137-npapi.x86_64.tar.gz 9002947 SHA256 
9af20d48fe0f05cead8f6de6c3464e5dfbb1e3d296be69044ee71eaa306b6635 SHA512 
c3db9bbf1e4d448f44ac484ee8492d9a041cc9b3a9f883084ec40f95eafe1a9815622316e28d85a2d37d05dcd067fea899014e7f62e8e1fc76f7d24f456d193f
 WHIRLPOOL 
2c86c9c6c737cfa087d3a23823d3a340286ba2343717e0a525261fa7afe748cfa792cc353b4e846144e4d414dbedec88d34cd65565829721e23568b9fc60117a
+DIST adobe-flash-26.0.0.137-ppapi.i386.tar.gz 8536466 SHA256 
68a4b486e6e127df5bb006667086a0168d9bfa8c2583b9e4136e157cd7e12967 SHA512 
3de31779aac262395951b2a2c2a837705f78a3db4b0345e1fb9ad897f62ea352898400ecef02080e58dd423dfe3009eb22aa40e9dd976f0244015f5b3322bed5
 WHIRLPOOL 
5ed3e31a10dea3a336ca576221b3b9f20e150e818cf759019ff5ad61d0e1ec4c8e7548ac9f381052d1ba304187d41204a10a9c1e9fe26d40c9ef1f64a5aa597d
+DIST adobe-flash-26.0.0.137-ppapi.x86_64.tar.gz 9449400 SHA256 
4fc8ce66561a39fdcffbcd72f6129ebc3fd1f9ab05324d898f6676bdf2c6cde8 SHA512 
637573c0f021c1968aa8aa5cc9c527c191581076bf03b395768144936f3f74228534c1ba5692eeb72f3076cd958bf2e7899e82d67281703745d4b460e5b35c99
 WHIRLPOOL 
3640cd3997f8f57b2604f5a2042a277746629d971c28a9ac05ed4f247424bc7de346be014c53332d4f29fe7e6ac2031c81d4475dac62edfb1701568ea182019f

diff --git a/www-plugins/adobe-flash/adobe-flash-26.0.0.137.ebuild 
b/www-plugins/adobe-flash/adobe-flash-26.0.0.137.ebuild
new file mode 100644
index 000..d8189defa27
--- /dev/null
+++ b/www-plugins/adobe-flash/adobe-flash-26.0.0.137.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit nsplugins multilib multilib-minimal
+
+DESCRIPTION="Adobe Flash Player"
+HOMEPAGE="
+   http://www.adobe.com/products/flashplayer.html
+   http://get.adobe.com/flashplayer/
+   https://helpx.adobe.com/security/products/flash-player.html
+"
+
+AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc/${PV}";
+AF_NP_32_URI="${AF_URI}/flash_player_npapi_linux.i386.tar.gz -> 
${P}-npapi.i386.tar.gz"
+AF_NP_64_URI="${AF_URI}/flash_player_npapi_linux.x86_64.tar.gz -> 
${P}-npapi.x86_64.tar.gz"
+AF_PP_32_URI="${AF_URI}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}-ppapi.i386.tar.gz"
+AF_PP_64_URI="${AF_URI}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}-ppapi.x86_64.tar.gz"
+
+IUSE="+nsplugin +ppapi"
+REQUIRED_USE="
+  

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

2017-07-16 Thread Thomas Deutschmann
commit: fb783bc49c404ec6cc0405f872126b6bc2e78e31
Author: Nils Freydank  posteo  de>
AuthorDate: Sun Jul 16 20:58:37 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 16 21:02:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb783bc4

games-fps/urbanterror: Cleanup old unused patches

Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../files/urbanterror-4.2.023-build.patch  | 75 --
 .../files/urbanterror-4.2.023-nocurl.patch | 16 -
 2 files changed, 91 deletions(-)

diff --git a/games-fps/urbanterror/files/urbanterror-4.2.023-build.patch 
b/games-fps/urbanterror/files/urbanterror-4.2.023-build.patch
deleted file mode 100644
index daa7e324a67..000
--- a/games-fps/urbanterror/files/urbanterror-4.2.023-build.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-Author: hasufell 
-Date:   Wed Jul 10 01:25:27 2013 +0200
-
-respect CFLAGS/LDFLAGS
-
 a/Makefile
-+++ b/Makefile
-@@ -213,7 +213,7 @@
-   endif
-   endif
- 
--  BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes 
-pipe
-+  BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes
- 
-   ifeq ($(USE_OPENAL),1)
- BASE_CFLAGS += -DUSE_OPENAL=1
-@@ -239,19 +239,15 @@
- BASE_CFLAGS += -I/usr/X11R6/include
-   endif
- 
--  OPTIMIZE = -O3 -ffast-math -funroll-loops -fomit-frame-pointer
-+  OPTIMIZE =
- 
-   ifeq ($(ARCH),x86_64)
--OPTIMIZE = -O3 -fomit-frame-pointer -ffast-math -funroll-loops \
--  -falign-loops=2 -falign-jumps=2 -falign-functions=2 \
--  -fstrength-reduce
-+OPTIMIZE =
- # experimental x86_64 jit compiler! you need GNU as
- HAVE_VM_COMPILED = true
-   else
-   ifeq ($(ARCH),i386)
--OPTIMIZE = -O3 -march=i586 -fomit-frame-pointer -ffast-math \
--  -funroll-loops -falign-loops=2 -falign-jumps=2 \
--  -falign-functions=2 -fstrength-reduce
-+OPTIMIZE =
- HAVE_VM_COMPILED=true
-   else
-   ifeq ($(ARCH),ppc)
-@@ -265,7 +261,7 @@
- BASE_CFLAGS += -DNO_VM_COMPILED
-   endif
- 
--  DEBUG_CFLAGS = $(BASE_CFLAGS) -g -O0
-+  DEBUG_CFLAGS = $(BASE_CFLAGS) $(OPTIMIZE)
- 
-   RELEASE_CFLAGS=$(BASE_CFLAGS) -DNDEBUG $(OPTIMIZE)
- 
-@@ -274,7 +270,7 @@
-   SHLIBLDFLAGS=-shared $(LDFLAGS)
- 
-   THREAD_LDFLAGS=-lpthread
--  LDFLAGS=-ldl -lm
-+  LDFLAGS+=-ldl -lm
- 
-   ifeq ($(USE_SDL),1)
- CLIENT_LDFLAGS=$(shell sdl-config --libs)
-@@ -1158,13 +1154,13 @@
- 
- $(B)/Quake3-UrT.$(ARCH)$(BINEXT): $(Q3OBJ) $(Q3POBJ) $(LIBSDLMAIN)
-   $(echo_cmd) "LD $@"
--  $(Q)$(CC) -o $@ $(Q3OBJ) $(Q3POBJ) $(CLIENT_LDFLAGS) \
--  $(LDFLAGS) $(LIBSDLMAIN)
-+  $(Q)$(CC) $(CFLAGS) -o $@ $(Q3OBJ) $(Q3POBJ) \
-+  $(LDFLAGS) $(CLIENT_LDFLAGS) $(LIBSDLMAIN)
- 
- $(B)/Quake3-UrT-smp.$(ARCH)$(BINEXT): $(Q3OBJ) $(Q3POBJ_SMP) $(LIBSDLMAIN)
-   $(echo_cmd) "LD $@"
--  $(Q)$(CC) -o $@ $(Q3OBJ) $(Q3POBJ_SMP) $(CLIENT_LDFLAGS) \
--  $(THREAD_LDFLAGS) $(LDFLAGS) $(LIBSDLMAIN)
-+  $(Q)$(CC) $(CFLAGS) -o $@ $(Q3OBJ) $(Q3POBJ_SMP) \
-+  $(LDFLAGS) $(THREAD_LDFLAGS) $(CLIENT_LDFLAGS) $(LIBSDLMAIN)
- 
- ifneq ($(strip $(LIBSDLMAIN)),)
- ifneq ($(strip $(LIBSDLMAINSRC)),)

diff --git a/games-fps/urbanterror/files/urbanterror-4.2.023-nocurl.patch 
b/games-fps/urbanterror/files/urbanterror-4.2.023-nocurl.patch
deleted file mode 100644
index b7d1f310642..000
--- a/games-fps/urbanterror/files/urbanterror-4.2.023-nocurl.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-fix building when USE=-curl is specified (bug #572074)
-
 ./code/client/cl_main.c.orig
-+++ ./code/client/cl_main.c
-@@ -1872,7 +1872,11 @@
- }
- 
- qboolean CL_IsDownloading(void) {
-+#if USE_CURL
-   return clc.cURLUsed;
-+#else
-+  return qfalse;
-+#endif
- }
- 
- /*



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

2017-07-16 Thread Thomas Deutschmann
commit: 323ec64aab4a3850580e569403e75c5c932f3830
Author: Nils Freydank  posteo  de>
AuthorDate: Sun Jul 16 21:00:40 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jul 16 21:02:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323ec64a

games-fps/urbanterror: Bump to v4.3.2_p20170713

Closes: https://github.com/gentoo/gentoo/pull/5111
Signed-off-by: Thomas Deutschmann  gentoo.org>
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-fps/urbanterror/Manifest |   1 +
 .../urbanterror/urbanterror-4.3.2_p20170713.ebuild | 152 +
 2 files changed, 153 insertions(+)

diff --git a/games-fps/urbanterror/Manifest b/games-fps/urbanterror/Manifest
index 6264ada02b5..89c3757cd59 100644
--- a/games-fps/urbanterror/Manifest
+++ b/games-fps/urbanterror/Manifest
@@ -1 +1,2 @@
 DIST urbanterror-4.3.2_p20170426.tar.gz 10058308 SHA256 
8009516332e1f77eae3681b436e099fdd42ffa55d2691694eedc0ca94b194878 SHA512 
e8107ab44fdb40bc14a548239185905a01120bbe960b8713e5959df18330fd845761350c5e8e5efd5fbfec10ad62ff9fef68420406cc4cfbe2af69ee66eff1f3
 WHIRLPOOL 
6aac15e44b0695501195ae172133f4b6788b9dffa5442af20d11626ad27ffd597c7f070c0fb95b0e0e8b8b3d6cf0e1bfc40b0a16abaa27c8f932ee90f19a1824
+DIST urbanterror-4.3.2_p20170713.tar.gz 9984763 SHA256 
cf1784a3bd00451fe1bda3267235ea3eee93da65880f15fd13c07681952b4859 SHA512 
09fd2232c3cbdde001b8d037f2667a55a584378615f2da10c6815797748028f36b75c899ca4fd1d7d97a33f4b3ddbaa4d271b36b5eabf3bf9e81852ef15864a4
 WHIRLPOOL 
2bed79adc1dc338d74212263105c03bad51391f8c9e9e543ad54f6d6006cea4a8ebfc0e601400338b941d799dc0f642f71478dc68ad84a50718043f06f042290

diff --git a/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild 
b/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild
new file mode 100644
index 000..d608be174ef
--- /dev/null
+++ b/games-fps/urbanterror/urbanterror-4.3.2_p20170713.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hollywood tactical shooter based on the ioquake3 engine"
+HOMEPAGE="http://urbanterror.info";
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mickael9/ioq3.git";
+   EGIT_BRANCH="urt"
+else
+   COMMIT_ID="8eb3e10163c62331b77171a71ca6102d3d63c3e7"
+   SRC_URI="https://github.com/mickael9/ioq3/archive/${COMMIT_ID}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/ioq3-${COMMIT_ID}"
+   KEYWORDS="~amd64 ~x86"
+
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+altgamma +client +curl debug mumble openal +opus server voip vorbis"
+REQUIRED_USE=" || ( client server )"
+
+PATCHES=( "${FILESDIR}"/${PN}-4.3-respect_CFLAGS.patch )
+
+RDEPEND="
+   client? (
+   media-libs/libsdl2[X,sound,joystick,opengl,video]
+   mumble? ( media-sound/mumble )
+   openal? ( media-libs/openal )
+   opus? ( media-libs/opusfile )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   )
+   curl? ( net-misc/curl )
+   ~games-fps/urbanterror-data-4.3.2
+   sys-libs/zlib[minizip]
+   virtual/jpeg:0
+"
+
+DEPEND="${RDEPEND}"
+
+pkg_pretend() {
+   if use client; then
+   if ! use openal && ! use opus && ! use vorbis; then
+   ewarn
+   ewarn "No sound implementation selected. Enable 
'openal', 'opus' or 'vorbis' USE flag to get sound!"
+   fi
+   fi
+}
+
+src_compile() {
+   buildit() { use $1 && echo 1 || echo 0 ; }
+   nobuildit() { use $1 && echo 0 || echo 1 ; }
+
+   # Workaround for used zlib macro, wrt bug #44951
+   append-flags "-DOF=_Z_OF"
+
+   emake \
+   ARCH=$(usex amd64 "x86_64" "i386") \
+   DEFAULT_BASEDIR="/usr/share/urbanterror" \
+   BUILD_CLIENT=$(buildit client) \
+   BUILD_SERVER=$(buildit server) \
+   BUILD_BASEGAME=1 \
+   BUILD_MISSIONPACK=0 \
+   BUILD_GAME_SO=0 \
+   BUILD_GAME_QVM=0 \
+   BUILD_STANDALONE=1 \
+   SERVERBIN="Quake3-UrT-Ded" \
+   CLIENTBIN="Quake3-UrT" \
+   USE_RENDERER_DLOPEN=0 \
+   USE_YACC=0 \
+   BASEGAME="q3ut4"\
+   BASEGAME_CFLAGS="${CFLAGS}" \
+   USE_OPENAL=$(buildit openal) \
+   USE_OPENAL_DLOPEN=$(buildit openal) \
+   USE_CURL=$(buildit curl) \
+   

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

2017-07-21 Thread Thomas Deutschmann
commit: 278c7ac27c81fab5d91bc27f5e0e816eef554c14
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:47:43 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278c7ac2

dev-lang/php: Add sub slot operator on dev-libs/oniguruma atom

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-lang/php/php-5.6.30.ebuild | 2 +-
 dev-lang/php/php-5.6.31.ebuild | 2 +-
 dev-lang/php/php-7.0.15.ebuild | 2 +-
 dev-lang/php/php-7.0.19.ebuild | 2 +-
 dev-lang/php/php-7.0.21.ebuild | 2 +-
 dev-lang/php/php-7.1.7.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/php/php-5.6.30.ebuild b/dev-lang/php/php-5.6.30.ebuild
index 0dd5527d5e9..c38661fc0f7 100644
--- a/dev-lang/php/php-5.6.30.ebuild
+++ b/dev-lang/php/php-5.6.30.ebuild
@@ -113,7 +113,7 @@ COMMON_DEPEND="
!gd? (
virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
)
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
vpx? ( media-libs/libvpx )
wddx? ( >=dev-libs/libxml2-2.6.8 )
xml? ( >=dev-libs/libxml2-2.6.8 )

diff --git a/dev-lang/php/php-5.6.31.ebuild b/dev-lang/php/php-5.6.31.ebuild
index 0548b46abbe..761ac0b507a 100644
--- a/dev-lang/php/php-5.6.31.ebuild
+++ b/dev-lang/php/php-5.6.31.ebuild
@@ -113,7 +113,7 @@ COMMON_DEPEND="
!gd? (
virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
)
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
vpx? ( media-libs/libvpx )
wddx? ( >=dev-libs/libxml2-2.6.8 )
xml? ( >=dev-libs/libxml2-2.6.8 )

diff --git a/dev-lang/php/php-7.0.15.ebuild b/dev-lang/php/php-7.0.15.ebuild
index 9d14cd817c2..6ed185cdfb8 100644
--- a/dev-lang/php/php-7.0.15.ebuild
+++ b/dev-lang/php/php-7.0.15.ebuild
@@ -107,7 +107,7 @@ COMMON_DEPEND="
!gd? (
virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
)
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
wddx? ( >=dev-libs/libxml2-2.6.8 )
webp? ( media-libs/libwebp )
xml? ( >=dev-libs/libxml2-2.6.8 )

diff --git a/dev-lang/php/php-7.0.19.ebuild b/dev-lang/php/php-7.0.19.ebuild
index 6d0d49263b1..5c186fae63c 100644
--- a/dev-lang/php/php-7.0.19.ebuild
+++ b/dev-lang/php/php-7.0.19.ebuild
@@ -107,7 +107,7 @@ COMMON_DEPEND="
!gd? (
virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
)
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
wddx? ( >=dev-libs/libxml2-2.6.8 )
webp? ( media-libs/libwebp )
xml? ( >=dev-libs/libxml2-2.6.8 )

diff --git a/dev-lang/php/php-7.0.21.ebuild b/dev-lang/php/php-7.0.21.ebuild
index 04e4ebd73e4..d1bd7e905ca 100644
--- a/dev-lang/php/php-7.0.21.ebuild
+++ b/dev-lang/php/php-7.0.21.ebuild
@@ -107,7 +107,7 @@ COMMON_DEPEND="
!gd? (
virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
)
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
wddx? ( >=dev-libs/libxml2-2.6.8 )
webp? ( media-libs/libwebp )
xml? ( >=dev-libs/libxml2-2.6.8 )

diff --git a/dev-lang/php/php-7.1.7.ebuild b/dev-lang/php/php-7.1.7.ebuild
index 912f760a4e0..054f5bdb63e 100644
--- a/dev-lang/php/php-7.1.7.ebuild
+++ b/dev-lang/php/php-7.1.7.ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
)
tidy? ( || ( app-text/tidy-html5 app-text/htmltidy ) )
truetype? ( =media-libs/freetype-2* )
-   unicode? ( dev-libs/oniguruma )
+   unicode? ( dev-libs/oniguruma:= )
wddx? ( >=dev-libs/libxml2-2.6.8 )
webp? ( media-libs/libwebp )
xml? ( >=dev-libs/libxml2-2.6.8 )



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

2017-07-21 Thread Thomas Deutschmann
commit: 197ab6ed4c6c9521412536da2f6f2956e57e1b94
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:44:17 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197ab6ed

dev-libs/oniguruma: Add sub slot

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/oniguruma/metadata.xml | 3 +++
 dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild | 2 +-
 dev-libs/oniguruma/oniguruma-6.4.0.ebuild   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/oniguruma/metadata.xml b/dev-libs/oniguruma/metadata.xml
index b9955e3e293..355bf476488 100644
--- a/dev-libs/oniguruma/metadata.xml
+++ b/dev-libs/oniguruma/metadata.xml
@@ -11,6 +11,9 @@
 expression object can be specified.  (Supported character encodings:
 ASCII, UTF-8, EUC-JP, Shift_JIS)
   
+  
+Reflect ABI of libonig.so.
+  
   
 
   enable combination explosion check

diff --git a/dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild 
b/dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild
index d99146dd4f5..7fb47e7f69f 100644
--- a/dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild
+++ b/dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/kkos/oniguruma";
 SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
-SLOT="0"
+SLOT="0/2" # sub-slot matches SONAME major
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 

diff --git a/dev-libs/oniguruma/oniguruma-6.4.0.ebuild 
b/dev-libs/oniguruma/oniguruma-6.4.0.ebuild
index 9453f68b71c..5388b8aa7c2 100644
--- a/dev-libs/oniguruma/oniguruma-6.4.0.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/kkos/oniguruma";
 SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz";
 
 LICENSE="BSD-2"
-SLOT="0"
+SLOT="0/4" # sub-slot matches SONAME major
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 



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

2017-07-21 Thread Thomas Deutschmann
commit: c70ebda59680d639c54d5aa98dd56df301305e19
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:16:26 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70ebda5

net-fs/libnfs: Bump to v2.0.0

Ebuild changes:
===
 - epatch_user support added

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/libnfs/Manifest|  1 +
 net-fs/libnfs/libnfs-2.0.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/net-fs/libnfs/Manifest b/net-fs/libnfs/Manifest
index 610bd08f652..a35ad14712c 100644
--- a/net-fs/libnfs/Manifest
+++ b/net-fs/libnfs/Manifest
@@ -3,3 +3,4 @@ DIST libnfs-1.11.0.tar.gz 152239 SHA256 
fc2e45df14d8714ccd07dc2bbe919e45a2e36318
 DIST libnfs-1.9.5.tar.gz 141162 SHA256 
dd99ffa02a3d9fc936976e199614e0d0e2516bd27ead5639c063b8504008a393 SHA512 
fee676503b3655f3710342f5f6944f598b1e404f0a00891387d36d41f55f25f27254cbe061b8d8b00ee445a1bfd51df9c2cbccd72f3cdb0f7e8925691fcb2a4b
 WHIRLPOOL 
631000670b9b7f5a1084e182aa793a70b844945d8e96ac3bcb6d035cd92c0a3aa304b8421d7d1ff998134ad991c3f258ff78f85861ce92b481fccd7826633860
 DIST libnfs-1.9.7.tar.gz 145925 SHA256 
7c2e088f5fd85b791ab644a5221b717894208bc5fb8b8a5a49633802ecaa0990 SHA512 
0dec9a6eee61bcab5a406b6f8bd50d15ffa257bc0fae7079e25a3e0ecb1177845514c232d699c67c59a3f1a269099a46225959d413301bf4550aa37504e2f492
 WHIRLPOOL 
bc3e37b4c6174a1d9d14c9e6722cf03c1610e3c39b020ad0d9e8dfdeda7b2e06e7c0287a5b789d89d4d4434b46192f662e1d48cec2e1d666e647ef8e5f75d31d
 DIST libnfs-1.9.8.tar.gz 148757 SHA256 
e95af693e763a504eee72dacf3dc6c1001d83e40b807e7e1d0be2eaf48af779c SHA512 
2a0e11dde5a2c4d25fcf1040d04ad984fe3b2e2ce5f544d602becb55aebdabbfe29a3b961d3db7d034c918862b540d3a03735bbbad0606ff3a128c50c2dad666
 WHIRLPOOL 
2df1b66c2788fb9a676884504e0c1f10c9c0c697a0c52cd6df493a51eebcc0e55fa5c6587e7009f815b1a23981e52ece2a480b17d2e06da3232d45515ae0e648
+DIST libnfs-2.0.0.tar.gz 200932 SHA256 
7ea6cd8fa6c461d01091e584d424d28e137d23ff4b65b95d01a3fd0ef95d120e SHA512 
701dd5317b0395523be89123d473f4da5c3ff53c2e30004a922f649f0dbbd97546ee39ab34fce06278a8148c13200ca383726a0822d09846fad6e308f29e42c7
 WHIRLPOOL 
e52a1d8b286ce1e10a710bbbcff083e2791f17ccc210c4aeaa1246bb8e3f867a96b7854ff9a640913a66dd9ae42b25b0514a172f5706c114882399b43f49fabf

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



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

2017-07-21 Thread Thomas Deutschmann
commit: 91a41fe8c9405eac2e11f2310890fe9e80b6c2c6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:19:55 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a41fe8

net-fs/libnfs: Changes from v2.0.0 bump integrated into live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-fs/libnfs/libnfs-.ebuild | 21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/net-fs/libnfs/libnfs-.ebuild b/net-fs/libnfs/libnfs-.ebuild
index 8c3007a32be..267c88a3ab4 100644
--- a/net-fs/libnfs/libnfs-.ebuild
+++ b/net-fs/libnfs/libnfs-.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 AUTOTOOLS_AUTORECONF="1"
 
-inherit eutils
+inherit eutils autotools autotools-utils
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://github.com/sahlberg/libnfs.git"
-   inherit git-2 autotools-utils
+   EGIT_REPO_URI="https://github.com/sahlberg/libnfs.git";
+   inherit git-2
 else
SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86"
-   inherit autotools-utils
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~x86"
 fi
 
 DESCRIPTION="Client library for accessing NFS shares over a network"
 HOMEPAGE="https://github.com/sahlberg/libnfs";
 
 LICENSE="LGPL-2.1 GPL-3"
-SLOT="0/8"  # sub-slot matches SONAME major
+SLOT="0/11"  # sub-slot matches SONAME major
 IUSE="examples static-libs"
 
 RDEPEND=""
@@ -28,6 +27,14 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${PN}-${P}"
 
+src_prepare() {
+   default
+
+   epatch_user
+
+   eautoreconf
+}
+
 src_install() {
autotools-utils_src_install
if use examples; then



[gentoo-commits] repo/gentoo:master commit in: mail-client/sylpheed/

2017-07-21 Thread Thomas Deutschmann
commit: 3e3ea7912f36fd3428986420cf0b90d7f996cecc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:53:20 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3ea791

mail-client/sylpheed: Add sub slot operator on dev-libs/oniguruma atom

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 mail-client/sylpheed/sylpheed-3.4.2.ebuild | 4 ++--
 mail-client/sylpheed/sylpheed-3.5.1.ebuild | 2 +-
 mail-client/sylpheed/sylpheed-3.6.0.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-client/sylpheed/sylpheed-3.4.2.ebuild 
b/mail-client/sylpheed/sylpheed-3.4.2.ebuild
index 48039a061a4..c601b068378 100644
--- a/mail-client/sylpheed/sylpheed-3.4.2.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,7 +18,7 @@ CDEPEND="x11-libs/gtk+:2
crypt? ( app-crypt/gpgme )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
-   oniguruma? ( dev-libs/oniguruma )
+   oniguruma? ( dev-libs/oniguruma:= )
pda? ( app-pda/jpilot )
spell? ( app-text/gtkspell:2 )
ssl? ( dev-libs/openssl:0 )"

diff --git a/mail-client/sylpheed/sylpheed-3.5.1.ebuild 
b/mail-client/sylpheed/sylpheed-3.5.1.ebuild
index fb4e2c843bf..bb7b65bdda8 100644
--- a/mail-client/sylpheed/sylpheed-3.5.1.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.5.1.ebuild
@@ -18,7 +18,7 @@ CDEPEND="x11-libs/gtk+:2
crypt? ( app-crypt/gpgme )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
-   oniguruma? ( dev-libs/oniguruma )
+   oniguruma? ( dev-libs/oniguruma:= )
pda? ( app-pda/jpilot )
spell? ( app-text/gtkspell:2 )
ssl? (

diff --git a/mail-client/sylpheed/sylpheed-3.6.0.ebuild 
b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
index aa8d3e87a7b..5ff58b054cb 100644
--- a/mail-client/sylpheed/sylpheed-3.6.0.ebuild
+++ b/mail-client/sylpheed/sylpheed-3.6.0.ebuild
@@ -19,7 +19,7 @@ CDEPEND="net-libs/liblockfile
crypt? ( app-crypt/gpgme )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )
-   oniguruma? ( dev-libs/oniguruma )
+   oniguruma? ( dev-libs/oniguruma:= )
pda? ( app-pda/jpilot )
spell? (
app-text/gtkspell:2



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

2017-07-21 Thread Thomas Deutschmann
commit: 8838c56c927bb4255946c115b9afc14f61ca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:51:15 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8838

sys-libs/slang: Add sub slot operator on dev-libs/oniguruma atom

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-libs/slang/slang-2.3.0.ebuild  | 2 +-
 sys-libs/slang/slang-2.3.1a.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/slang/slang-2.3.0.ebuild 
b/sys-libs/slang/slang-2.3.0.ebuild
index fbbbee39036..3589c61994e 100644
--- a/sys-libs/slang/slang-2.3.0.ebuild
+++ b/sys-libs/slang/slang-2.3.0.ebuild
@@ -18,7 +18,7 @@ IUSE="cjk pcre png readline static-libs zlib"
 RDEPEND="sys-libs/ncurses:0=
pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] )
+   cjk? ( >=dev-libs/oniguruma-5.9.5:=[${MULTILIB_USEDEP}] )
readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? (

diff --git a/sys-libs/slang/slang-2.3.1a.ebuild 
b/sys-libs/slang/slang-2.3.1a.ebuild
index 36e885d5821..96347bb2b78 100644
--- a/sys-libs/slang/slang-2.3.1a.ebuild
+++ b/sys-libs/slang/slang-2.3.1a.ebuild
@@ -18,7 +18,7 @@ IUSE="cjk pcre png readline static-libs zlib"
 RDEPEND="sys-libs/ncurses:0=
pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
-   cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] )
+   cjk? ( >=dev-libs/oniguruma-5.9.5:=[${MULTILIB_USEDEP}] )
readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? (



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

2017-07-21 Thread Thomas Deutschmann
commit: 869ddfbb384f06052129a88f6b4b304e90f6295f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul 21 17:52:16 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul 21 17:53:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ddfbb

app-misc/jq: Add sub slot operator on dev-libs/oniguruma atom

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-misc/jq/jq-1.5-r2.ebuild | 2 +-
 app-misc/jq/jq-1.5-r3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/jq/jq-1.5-r2.ebuild b/app-misc/jq/jq-1.5-r2.ebuild
index d1939a55b20..81ae0b13a12 100644
--- a/app-misc/jq/jq-1.5-r2.ebuild
+++ b/app-misc/jq/jq-1.5-r2.ebuild
@@ -17,7 +17,7 @@ IUSE="oniguruma static-libs test"
 DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
-   oniguruma? ( dev-libs/oniguruma[static-libs?] )
+   oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
test? ( dev-util/valgrind )
 "
 RDEPEND="

diff --git a/app-misc/jq/jq-1.5-r3.ebuild b/app-misc/jq/jq-1.5-r3.ebuild
index 0d2d67b5b72..01e5a6d1543 100644
--- a/app-misc/jq/jq-1.5-r3.ebuild
+++ b/app-misc/jq/jq-1.5-r3.ebuild
@@ -17,7 +17,7 @@ IUSE="oniguruma static-libs test +valgrind"
 DEPEND="
>=sys-devel/bison-3.0
sys-devel/flex
-   oniguruma? ( dev-libs/oniguruma[static-libs?] )
+   oniguruma? ( dev-libs/oniguruma:=[static-libs?] )
test? ( valgrind? ( dev-util/valgrind ) )
 "
 RDEPEND="



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

2017-07-03 Thread Thomas Deutschmann
commit: ca541dc7b1f790bbe504c3e82de0a5b65c554cb4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  3 15:17:13 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  3 15:17:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca541dc7

net-firewall/shorewall: Bump to v5.1.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-firewall/shorewall/Manifest   |   7 +
 net-firewall/shorewall/shorewall-5.1.5.ebuild | 456 ++
 2 files changed, 463 insertions(+)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index d870089c639..5be60d4c751 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,14 +1,21 @@
 DIST shorewall-5.0.15.6.tar.bz2 525827 SHA256 
17ae4613eac68a62d4cd520af8c63b54b36ae79aac4e22fc57c74929a968ef46 SHA512 
d1665a30a9b1273e3cfdb7e8001a679beb3d09e75e8fd21caadcd528d3912cceca5525c6ef7c8191865e8e62d1abaa894480a403cc2e8ef6545301ca36f83b32
 WHIRLPOOL 
1e2e613de27e6caf449b8f3127526dc68971d08693b7235a7f504abc8cf2afcdda244f910b726e37e2554080830f13eb197424995a0a5155b73d5c538042ce5d
 DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 
fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f SHA512 
14c7a8cb750b37b72adba28ae00619d4e27fdc73801f1462705754ddbb47727d60425021018bdefdef6c373f2310a774569a88728125e52fd59cf10d94ee4aea
 WHIRLPOOL 
0ef8b315f577c4c8612ad5f842dc8b5e3f4248445cda56136f733fc78d8217d6b5607ff9ed17d43cdd81109b3e493b640ce7bf7e9d33750eaff1cd0effac5c37
+DIST shorewall-5.1.5.tar.bz2 519297 SHA256 
8604f07fcfde07afc6215988d47229a135d1a30da412974fda127af13aef3899 SHA512 
54c02d34f3d79aa210ca18c99de5f51dc404b1104f0456dfc12d0917bcabb4bf76bd6ff98ba78ee36a7e35adfcc37c6bbe9d0c878a96f4380b0ab5b3e59946b6
 WHIRLPOOL 
9825cf31b1144cc1c47d7e6a6b1a75c3a897db122d2fd49039ac75a57db5aabc5575e4f838b3fe32247d83983ef20d124db4ff7f4e3efc3484ec83937bf6ae4b
 DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 
6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 
5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119
 WHIRLPOOL 
1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd
 DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 
e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 
24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a
 WHIRLPOOL 
1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b
+DIST shorewall-core-5.1.5.tar.bz2 76964 SHA256 
7ad44b91342538e10be438a2e2bfc987789191865ff57c61bb24e35bdb6b8301 SHA512 
b9e18f853187d8e382fe1993d7094cc2ca4e982d12bf765c7a521f7d45fe002a5456816787d27107b38be3b9091f8fc20e3f6e0d5844593673677835ab09b571
 WHIRLPOOL 
22c253d442c1d2f8dc35ca86988104b9838154c55ddf3ef6fee518209cbca2cf14276817192ea330bad7026d56dab1c7e957e8ebfdef7b98c3ff17637bfc4f4c
 DIST shorewall-docs-html-5.0.15.6.tar.bz2 4290931 SHA256 
e6b253591fd9df7d00bf0bbcfd9c563f4248013119e13b22b34d947b244ce4e4 SHA512 
e1304ea2b0e05645654b04ea825d255de70e02edc5f183dcf9eba88641aaeda8cd9781bf46a84b98628a7ed148bf1450e37e7871ef2a577e54ffd3707d7d85c3
 WHIRLPOOL 
f1c038886f1428480c1f6b6be688717cee11717a8ae2b31ea35aef915245d2e46f7934e5bc0e54aaca7a9c83b0328cb3e96c949ed96730bada25896d85fbbf4a
 DIST shorewall-docs-html-5.1.4.4.tar.bz2 4280886 SHA256 
892d704fe4b15b4f8fe5cd7bee8d456122bfc25f8d514d6efdb767b071e9991a SHA512 
15c66e82c40de0a0edad798dc0acda45323160720d806a2759dd82816270e175a5891270b0198f1533f4092b8744629b3c8389f0093869a63d66af2a1d7ff9f1
 WHIRLPOOL 
20cf5de986eb07e0693671454904f87d2cbf4a66895029d94e96f3ed4d3ef312e69ce4ecbdd8fb876ef02b982803f6042848ed807ad4ee240eac67d4b6c64782
+DIST shorewall-docs-html-5.1.5.tar.bz2 4210862 SHA256 
a1b6c59edff3f0222ed7eafbfd0d8f7873caa06316d4a1c28174e133051b8640 SHA512 
0635f57916a71a823ee9e05ac6099447af6e1aaab1c6478b9800d15cfc57a0928ceed17a3347037a7cf4bf02cec25af6089f7a6e201cc158affac272d70fbd93
 WHIRLPOOL 
3598986c4fe1c98cbe95bb829ff240dc92d69e9f8f3892ef49749681f53841b1d202abb39601ff0cc9231bb994ee654796f52a87b4c2bc0afad0d60ebc9f6f8b
 DIST shorewall-init-5.0.15.6.tar.bz2 42934 SHA256 
c7afa1aff586186c4ce0cbe0f4e0fc06a84e936349f3dc69c84ef97c815fc6c1 SHA512 
11c639b20992005e74ccd4aaa855a519fe6f96b030f171e91d68ec4ba1ca5ff5f73c6a1c823c5ffc88e3ad8e3cc2809dd24a91e0c892ab1f71d6c957113367e9
 WHIRLPOOL 
c1190c31f5c2556fa7e73385856c8bbeb3b0cadb5ebed834e9b2138eee90059a864d85301095d3accdf537b6b4347cffe213d26c6a2201e040887647c65f4291
 DIST shorewall-init-5.1.4.4.tar.bz2 31258 SHA256 
7ba1d2910fdb5dea4078aae96b469e228e20934e3637d6d3d7f6a5f89f535eb2 SHA512 
b49bb7787a3c0a748af15d5d98b63beaaea4f4b8448e48b2064a10197a74d087107d6bdd70dcfd9211ddb2e58d6e97991591c2f617648b87401bc53f76e3a5ea
 WHI

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

2017-07-03 Thread Thomas Deutschmann
commit: ce563e9b5cc41c2ca2459c66d213e3e31691653a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  3 15:15:21 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  3 15:15:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce563e9b

net-firewall/shorewall: Cleanup old versions

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-firewall/shorewall/Manifest |  21 --
 net-firewall/shorewall/shorewall-5.1.4.1.ebuild | 456 
 net-firewall/shorewall/shorewall-5.1.4.2.ebuild | 456 
 net-firewall/shorewall/shorewall-5.1.4.3.ebuild | 456 
 4 files changed, 1389 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index 2f681aed287..d870089c639 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,35 +1,14 @@
 DIST shorewall-5.0.15.6.tar.bz2 525827 SHA256 
17ae4613eac68a62d4cd520af8c63b54b36ae79aac4e22fc57c74929a968ef46 SHA512 
d1665a30a9b1273e3cfdb7e8001a679beb3d09e75e8fd21caadcd528d3912cceca5525c6ef7c8191865e8e62d1abaa894480a403cc2e8ef6545301ca36f83b32
 WHIRLPOOL 
1e2e613de27e6caf449b8f3127526dc68971d08693b7235a7f504abc8cf2afcdda244f910b726e37e2554080830f13eb197424995a0a5155b73d5c538042ce5d
-DIST shorewall-5.1.4.1.tar.bz2 510816 SHA256 
c561dd91c4b88ef087a6d172bafb4ac5d01c0055c47b855568536a0c422ff232 SHA512 
4650e2ec73dcf6c38cf2992fefdbd2e302a34a9687a933d8a375d227df2621db96c9a2e54ebbfac50014152caffc0736a7bc1192f479c69c56f78f7874bc09b3
 WHIRLPOOL 
065cbd0f4e07a09e5326968680919de7fb988db092a406b0e809335374e8c5e68c0c8e4abeb4b8bd7dbb727869bcb7e0dc65bc38c33d783ff355943966183287
-DIST shorewall-5.1.4.2.tar.bz2 511131 SHA256 
df3ff7199c2fdf031030221b9aa23d2b80e4cafa1fe663ddedeaf901b6d013b1 SHA512 
ccbc000341e21a82e22157717f8356b785f166928f26c63b5b35deadfd7e8c9674b2c4d47b2a1e67cad37b1bdb3080f2a27add05135fa4f1cdbc860b988bc90b
 WHIRLPOOL 
e12d3968f7d34cd41ead3a15f13092668743a4a488f242368feb843b8751bb13a3bb90a2094c76f3137de649fd5329dc6f9f1a34398d0301b6885380217255c4
-DIST shorewall-5.1.4.3.tar.bz2 511450 SHA256 
29238dfc996353acbfdb039f485e2acf22c7c039f8b9ab28a2d7ce827c935d3e SHA512 
623b4e266b4ea5aaedb6fa05fb190e64ea8c94a32382b1548dc6c80dd251e5a9695c39fb14316b24dd07eda728b864bbff575e759ba4fcd70e82cabd9f046f77
 WHIRLPOOL 
66c07064ef491a2a336bd0832498fc1b18b17f3660f5f2b0efd6361c1405d93e816c809f3572f92b1ab678305f459a5f6065b380bdca6f5233113037bfc98f89
 DIST shorewall-5.1.4.4.tar.bz2 511611 SHA256 
fe71c2a2efdc45b594ecc097115322c2203fe31b3098efa4023eff429ff2c55f SHA512 
14c7a8cb750b37b72adba28ae00619d4e27fdc73801f1462705754ddbb47727d60425021018bdefdef6c373f2310a774569a88728125e52fd59cf10d94ee4aea
 WHIRLPOOL 
0ef8b315f577c4c8612ad5f842dc8b5e3f4248445cda56136f733fc78d8217d6b5607ff9ed17d43cdd81109b3e493b640ce7bf7e9d33750eaff1cd0effac5c37
 DIST shorewall-core-5.0.15.6.tar.bz2 65272 SHA256 
6b1c461494922f207397ce2d9ed12b0a105d82ee3528a02a4448bc6c028623b8 SHA512 
5e33ef55c4ca43a5c49747d5b3f40c9f43b0696e7084a6db56df73810551d216bd313860eb5354f50b1f9849c4d332f665e3f4832ff1cf3a9542bb6a43a73119
 WHIRLPOOL 
1b66e763e0d37b78b0343c8ad4964d46459347114bbebfeb965af075d73bbf71a8c695310f051f4160e5dd1cc7033e32545a5404538acce7d0452aa1618af4cd
-DIST shorewall-core-5.1.4.1.tar.bz2 75813 SHA256 
3d1446f7e437104c8f8c7257ccdbddfc0dc7df3ea68b80274c11dd94cc1c8629 SHA512 
118378698e0fa1216b52ace92fe9eae0f7d32c39becbc50837a895d7367674b2c973b1633c8919045d9d16dd2a5fdbedb9d62ff1513547ee4770a2e9116d8b1e
 WHIRLPOOL 
02ef5428faeb68f2ca3cf6c1e00ab15d0146d5ad931942528ba1832ce96e490df67976a40ed576014f30f06e2e4869ba691c1606d57b22364ab2e6b7ed32a019
-DIST shorewall-core-5.1.4.2.tar.bz2 75953 SHA256 
19a8790fcd60a5ea77e306f219d68920bb3f9287610cd53825776153df13bba0 SHA512 
049463e094d8d8229f4ce13c75de5c8be46947ffea3a0bfbb12888a8dea606dfe8191fc32f1d2f7cdae40569a9d9967d790c0699d038353d3065cbc118a1aad1
 WHIRLPOOL 
5b665b2dae433961421594f95456583f44253f7e24379c1cbc81ad0871f2e1f432dd54d759f4f4a16f9317e6ca4a73c5c5d5d9b51a897bb053309bfee91fa8e1
-DIST shorewall-core-5.1.4.3.tar.bz2 76112 SHA256 
6d283b8b380db5d94c39325cf44fe9b71cb2f5bb0e4ea8941aef33e802b1e5d6 SHA512 
d6969fbe579c20918ca132111cf2ba8f2db4b397afe5d47b1fab796571203ea96b423379ab5403354aac5a7b6d83aeb1f5160124c2cdb33993fa3160fe156097
 WHIRLPOOL 
76b650a42c40a35fa3c30b02ae02bc0ca8f607be093e43357f491686aca75941266cb195650c8711232d13b6e5dd9c86c555d38c59a094ef3578ce86d0139086
 DIST shorewall-core-5.1.4.4.tar.bz2 76206 SHA256 
e5fddd7f25b717bce6cc3a9e50d72cb172335d113c58aaef4496004297db6a13 SHA512 
24a9a0176d3b1c3dede7428393b9e04a37329053fff95f15102a04d97fb95b30a11c7e0d550a457a29b07291c9347c9b96969ea1b03b68858b3e022f29fd908a
 WHIRLPOOL 
1ff57177c352bd828a0f113267ea154ff5288eb83caa556b07fe85784de896e227f89bae47e7eaaecb76f1a2dbd0fdc87c95f20f8706ef480504a2c5cba0ad2b
 DIST shorewall-docs-html-5.0.15.6.tar.bz2 4290931 SHA256 
e6b253591fd9df7d00bf0bbcfd9c563f4248013119e13b22b34d947b244ce4e4 

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

2017-07-03 Thread Thomas Deutschmann
commit: 960d586c1d269e2ad3a6d13521d6d73f462f93ff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  3 15:14:17 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  3 15:14:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960d586c

net-firewall/shorewall: mark stable for the remaining arches using the 
ALLARCHES policy

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-firewall/shorewall/shorewall-5.1.4.4.ebuild 
b/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
index 39baf6313a8..20be5c54927 100644
--- a/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
+++ b/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
 fi
 
 SRC_URI="



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

2017-07-03 Thread Thomas Deutschmann
commit: 4dbef38a5aa0873e952fbb41ebe3fa9dd305c95f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  3 15:12:48 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  3 15:12:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbef38a

net-firewall/shorewall: amd64 stable

Stabilized by maintainer

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-firewall/shorewall/shorewall-5.1.4.4.ebuild 
b/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
index ea2ef11ce09..39baf6313a8 100644
--- a/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
+++ b/net-firewall/shorewall/shorewall-5.1.4.4.ebuild
@@ -66,7 +66,7 @@ if [[ ${MY_PV} = *-Beta* ]] || [[ ${MY_PV} = *-RC* ]]; then
unset _tmp_last_index
unset _tmp_suffix
 else
-   KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 SRC_URI="



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

2017-07-08 Thread Thomas Deutschmann
commit: 6f6fb84b7a8f233604e465d352fce40ae8ff8ec5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul  8 13:37:26 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul  8 13:38:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6fb84b

app-arch/rar: Bump to v5.5.0 Beta 5 from 2017-07-06

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/Manifest |   3 +
 app-arch/rar/rar-5.5.0_beta5_p20170706.ebuild | 109 ++
 2 files changed, 112 insertions(+)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index 76970ea96d8..4f1b89e6609 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,3 +1,6 @@
 DIST rarlinux-5.5.0_beta4_p20170628.tar.gz 544409 SHA256 
08c76882c42352ce36dd7cc78ce629a875889dbed41c713af078dbc4fe721073 SHA512 
41c1da62995fab00421f788cb65dda3c5e1eb265fe1f4cd6a3bf4f9c28c63c39e4a0aa654f93ae444833c5c17397ee0beb98a6e02a515371ae245ac215d618b6
 WHIRLPOOL 
e7c9c3a47deb1524aad46063fae486adadfd36850c42929494a83c05c86108e0c7da496da13114f72cbe32ca7791545cb43c1bff53b0fcd789357eda901e2511
+DIST rarlinux-5.5.0_beta5_p20170706.tar.gz 546152 SHA256 
d94cfc792b3bf7ad90c428d3a2749f9f267a7809a5de33de11a99386631089d5 SHA512 
6440c0bf17e11370216114c8fab3994779930b10a813fe3c4195cee9d23bce239cb4575ccfee319842059688c744e91496b7e9de98eae98d98beb4884e8e84ad
 WHIRLPOOL 
668de3befd4fac0f2be6a307c7161a57cff3bc7915d4bb796bf32c24c9278ed1eb4734e645d2668555bdb566f5ec60c11eb1cd7cbcafdd36d94651a6e19611b3
 DIST rarlinux-x64-5.5.0_beta4_p20170628.tar.gz 534501 SHA256 
5efa3b24b9f4b5aff2538f13c4d6ecae766a54badeb06d12387cbbcc1ca85608 SHA512 
630033f9a5201d53ecb8796651b89caf7351b09e37087e071fc14c4c683fd32404322e80a71f6f1e6e449f264c0209d8ce7ad554c37420dfb764f091188ced2e
 WHIRLPOOL 
17904bffb07da1670d2fc0359c0dfc116330ce938cb6dd150e6d9608e89723875d05322e26f2a803946da2a7eaae0ae8c693750964b908061be405d1da3a68a3
+DIST rarlinux-x64-5.5.0_beta5_p20170706.tar.gz 535846 SHA256 
68f2dbae2b0fd714a5c9a73369af26c8a186f910c4c7d094e39c456543eabe3c SHA512 
09ce316774b6a0a4a54cd2db5fd87f266d203cc97a893ba88ed9573df3a0e068408e0715267121a9434bea4be9c6187bfe51d114b086d4bb792f26644ae8ec86
 WHIRLPOOL 
751926132a81fba209898d197146ef57afd7d6e698af02fb755c8f5fc191ac02de2fe6a90e0c298413e6e0610a3c1579276115bab5762010488a650b2e374ea2
 DIST winrar-x64-5.5.0_beta4_p20170628.exe 2212800 SHA256 
bf4dcf7c42ecb9028a2106297ebd6739fb75194c262e1f0ea7823ceaceccc8c8 SHA512 
5a452d5a4f96dc240b1a04d690ced1ed6395857e1eafce8bcb91a3fe1feb60a54376b36c1d4117e6660556947bda6cf550e9a495842bdba4d6029ddeb17116c1
 WHIRLPOOL 
5f91b1b9eb8a0563c969b09027ad7197cc0d5586f8cddae0b0ce44a1d45489ba3461792f639a86c7829f7437b0dc9f0e14019cb5029f854ac65ff51f111eb79a
+DIST winrar-x64-5.5.0_beta5_p20170706.exe 2215544 SHA256 
3e566c006b4941318597f9e47c3b5161ee4e944cd12b4ec9a38622f96e1af0a8 SHA512 
c64ca0b992245ab402872b44b037ba499e00d452dae695ad6b49bf6cb497b24154171b1b2bd8978c32c740d59c0da89fe0c1e56bb95714afe7ac529264371ab8
 WHIRLPOOL 
610acf4ebb67100a335bc7a70be2c69cf8a828df84a0ac90392451efd760e2e0f701a795993b43520763c5d1c9e0556426feabdebfb7841b589604b95256fa3b

diff --git a/app-arch/rar/rar-5.5.0_beta5_p20170706.ebuild 
b/app-arch/rar/rar-5.5.0_beta5_p20170706.ebuild
new file mode 100644
index 000..c824db2197b
--- /dev/null
+++ b/app-arch/rar/rar-5.5.0_beta5_p20170706.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="RAR compressor/uncompressor"
+HOMEPAGE="http://www.rarsoft.com/";
+URI_x86="https://mirror.whissi.de/distfiles/rar/rarlinux-${PV}.tar.gz";
+URI_amd64="https://mirror.whissi.de/distfiles/rar/rarlinux-x64-${PV}.tar.gz";
+URI_w64="https://mirror.whissi.de/distfiles/rar/winrar-x64-${PV}.exe";
+SRC_URI="x86? ( ${URI_x86} )
+   amd64? ( ${URI_amd64} )
+   all_sfx? (
+   ${URI_x86}
+   ${URI_amd64}
+   ${URI_w64}
+   )"
+
+LICENSE="RAR BSD BSD-2"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="all_sfx"
+RESTRICT="mirror bindist"
+
+DEPEND="all_sfx? ( app-arch/unrar )"
+RDEPEND="sys-libs/glibc"
+
+S="${WORKDIR}/${PN}"
+
+QA_FLAGS_IGNORED="opt/rar/default.sfx
+   opt/rar/default-elf32.sfx
+   opt/rar/default-elf64.sfx
+   opt/rar/default-win32.sfx
+   opt/rar/default-win64.sfx
+   opt/rar/WinCon.SFX
+   opt/rar/WinCon64.SFX
+   opt/rar/Zip.SFX
+   opt/rar/Zip64.SFX
+   opt/rar/unrar
+   opt/rar/rar"
+QA_PRESTRIPPED=${QA_FLAGS_IGNORED}
+
+src_unpack() {
+   local _file
+
+   for _file in ${A}; do
+   if [[ "${_file}" == rarli* ]]; then
+   if [[ "${_file}" =~ x64 ]]; then
+   if ! use amd64; then
+

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

2017-07-08 Thread Thomas Deutschmann
commit: 7558417b09b71302aae28fe2b871e73693e43253
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jul  8 13:31:56 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jul  8 13:38:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7558417b

app-arch/rar: Security cleanup (bug #622382)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/Manifest|   3 --
 app-arch/rar/rar-5.4.0-r1.ebuild | 110 ---
 2 files changed, 113 deletions(-)

diff --git a/app-arch/rar/Manifest b/app-arch/rar/Manifest
index e658b9b24c6..76970ea96d8 100644
--- a/app-arch/rar/Manifest
+++ b/app-arch/rar/Manifest
@@ -1,6 +1,3 @@
-DIST rarlinux-5.4.0-r1.tar.gz 541123 SHA256 
ea4ec74f1692ceff09e890a427eed3257400124a1e0c173f53737a37993ade6e SHA512 
fa6d5abb02c22eeb5c75b6ec84be7247e5629f4d278a7a836265e21e13626d16a00e60793bc8cfb58a1efaf0d8d717e0cbd43a250f64b03ea366d78a21dcc686
 WHIRLPOOL 
e3d9553baabf496e73fee6314b5d06b73f5261ba5fc18d9bb90230a83bb590616899c8d1e747a1718171cf8933fe4aa8ad955f3f211533c71d6f47b96e4c11fd
 DIST rarlinux-5.5.0_beta4_p20170628.tar.gz 544409 SHA256 
08c76882c42352ce36dd7cc78ce629a875889dbed41c713af078dbc4fe721073 SHA512 
41c1da62995fab00421f788cb65dda3c5e1eb265fe1f4cd6a3bf4f9c28c63c39e4a0aa654f93ae444833c5c17397ee0beb98a6e02a515371ae245ac215d618b6
 WHIRLPOOL 
e7c9c3a47deb1524aad46063fae486adadfd36850c42929494a83c05c86108e0c7da496da13114f72cbe32ca7791545cb43c1bff53b0fcd789357eda901e2511
-DIST rarlinux-x64-5.4.0-r1.tar.gz 531782 SHA256 
264b7f09270c44ee9be5f0e8e8cab48781822c9d3aa6caf078af01719511b6de SHA512 
8b6b83bebfb8421bf9f1c25313ffa985683309fecafb07260b1a3bd889e2aa922d3a137ff97f47638dac4c2299e76c00e28c27e3e40b413e7d40280e61af9e47
 WHIRLPOOL 
0a2b2d3ae2e750c0a624d55edc10191536d32d963d1bc1298da349709b6a98032a033f034970d1f2fbb1c2dae0537681186b8fb9c1b1409dae023c8351fb1303
 DIST rarlinux-x64-5.5.0_beta4_p20170628.tar.gz 534501 SHA256 
5efa3b24b9f4b5aff2538f13c4d6ecae766a54badeb06d12387cbbcc1ca85608 SHA512 
630033f9a5201d53ecb8796651b89caf7351b09e37087e071fc14c4c683fd32404322e80a71f6f1e6e449f264c0209d8ce7ad554c37420dfb764f091188ced2e
 WHIRLPOOL 
17904bffb07da1670d2fc0359c0dfc116330ce938cb6dd150e6d9608e89723875d05322e26f2a803946da2a7eaae0ae8c693750964b908061be405d1da3a68a3
 DIST winrar-x64-5.5.0_beta4_p20170628.exe 2212800 SHA256 
bf4dcf7c42ecb9028a2106297ebd6739fb75194c262e1f0ea7823ceaceccc8c8 SHA512 
5a452d5a4f96dc240b1a04d690ced1ed6395857e1eafce8bcb91a3fe1feb60a54376b36c1d4117e6660556947bda6cf550e9a495842bdba4d6029ddeb17116c1
 WHIRLPOOL 
5f91b1b9eb8a0563c969b09027ad7197cc0d5586f8cddae0b0ce44a1d45489ba3461792f639a86c7829f7437b0dc9f0e14019cb5029f854ac65ff51f111eb79a
-DIST winrar-x64-540-r1.exe 2179856 SHA256 
d73cc6a97c3edde637c7d952ee2e0efc5b09937e5300cb0ecaffda70f4efdef0 SHA512 
27082f2aa1fde0b82611360bece85b984258a3e81fb20249122a643ae1d6d9878ca248e854899a7ceffa4363aa032fc5360eba80c19e700292b5a261040d75c0
 WHIRLPOOL 
62bd28cb0ef7c4b5294f44cf15d697f15a69898865b006d3ff3984378cb688907481dab738e2f25737cec9fe199dc157b48b66f28ae6a66fb1dd27018d7b

diff --git a/app-arch/rar/rar-5.4.0-r1.ebuild b/app-arch/rar/rar-5.4.0-r1.ebuild
deleted file mode 100644
index b7a54ecb95f..000
--- a/app-arch/rar/rar-5.4.0-r1.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-MY_PV="${PV/0_beta/b}"
-DESCRIPTION="RAR compressor/uncompressor"
-HOMEPAGE="http://www.rarsoft.com/";
-URI_x86="http://www.rarsoft.com/rar/rarlinux-${MY_PV}.tar.gz -> 
rarlinux-${MY_PV}-r1.tar.gz"
-URI_amd64="http://www.rarsoft.com/rar/rarlinux-x64-${MY_PV}.tar.gz -> 
rarlinux-x64-${MY_PV}-r1.tar.gz"
-URI_w64="http://www.rarsoft.com/rar/winrar-x64-${MY_PV//.}.exe -> 
winrar-x64-${MY_PV//.}-r1.exe"
-SRC_URI="x86? ( ${URI_x86} )
-   amd64? ( ${URI_amd64} )
-   all_sfx? (
-   ${URI_x86}
-   ${URI_amd64}
-   ${URI_w64}
-   )"
-
-LICENSE="RAR BSD BSD-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="all_sfx"
-RESTRICT="mirror bindist"
-
-DEPEND="all_sfx? ( app-arch/unrar )"
-RDEPEND="sys-libs/glibc"
-
-S="${WORKDIR}/${PN}"
-
-QA_FLAGS_IGNORED="opt/rar/default.sfx
-   opt/rar/default-elf32.sfx
-   opt/rar/default-elf64.sfx
-   opt/rar/default-win32.sfx
-   opt/rar/default-win64.sfx
-   opt/rar/WinCon.SFX
-   opt/rar/WinCon64.SFX
-   opt/rar/Zip.SFX
-   opt/rar/Zip64.SFX
-   opt/rar/unrar
-   opt/rar/rar"
-QA_PRESTRIPPED=${QA_FLAGS_IGNORED}
-
-src_unpack() {
-   local _file
-
-   for _file in ${A}; do
-   if [[ "${_file}" == rarli* ]]; then
-   if [[ "${_file}" =~ x64 ]]; then
-   if 

[gentoo-commits] repo/gentoo:master commit in: dev-python/dbusmock/, profiles/arch/x86/

2017-08-16 Thread Thomas Deutschmann
commit: 4c2f1d4036e75a00414aaf689b0d73f80074080a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 16 08:41:33 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 16 08:46:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f1d40

dev-python/dbusmock: x86 keyworded (bug #620024)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/dbusmock/dbusmock-0.16.9.ebuild | 2 +-
 profiles/arch/x86/package.use.mask | 4 
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/dbusmock/dbusmock-0.16.9.ebuild 
b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
index f232c0a9d8c..23325f8ccdb 100644
--- a/dev-python/dbusmock/dbusmock-0.16.9.ebuild
+++ b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 04d772e731a..e9026d44337 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,10 +3,6 @@
 
 # This file requires >=portage-2.1.1
 
-# Gilles Dartiguelongue  (16 Aug 2017)
-# missing keyword on dev-python/dbusmock, bug #620024
->=gnome-base/gnome-settings-daemon-3.24 test
-
 # Michał Górny  (07 Aug 2017)
 # Requires USE=cuda that is masked in this profile.
 media-gfx/blender opensubdiv



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

2017-08-18 Thread Thomas Deutschmann
commit: 0f7e732850e0f3cab982e56cb710d8fb5363b8ef
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:10:34 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:10:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7e7328

app-arch/unrar: x86 & amd64 stable (bug #628182)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-arch/unrar/unrar-5.5.8.ebuild 
b/app-arch/unrar/unrar-5.5.8.ebuild
index 769495f55ba..c79fb0fa21c 100644
--- a/app-arch/unrar/unrar-5.5.8.ebuild
+++ b/app-arch/unrar/unrar-5.5.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2017-08-18 Thread Thomas Deutschmann
commit: 0bb53ca8b7f86fb212b83b11222d17614f401a4a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:12:44 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:12:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb53ca8

dev-libs/libpcre: x86 stable (bug #614052)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/libpcre/libpcre-8.41.ebuild 
b/dev-libs/libpcre/libpcre-8.41.ebuild
index 397cbd7f417..0a4d53e8814 100644
--- a/dev-libs/libpcre/libpcre-8.41.ebuild
+++ b/dev-libs/libpcre/libpcre-8.41.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~sparc-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="bzip2 +cxx +jit libedit pcre16 pcre32 +readline +recursion-limit 
static-libs unicode zlib"
 REQUIRED_USE="readline? ( !libedit )
libedit? ( !readline )"



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

2017-08-18 Thread Thomas Deutschmann
commit: bfebfb1d978fbb521dfdae53447cf172dde05f23
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:13:34 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:13:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfebfb1d

dev-libs/libpcre2: x86 stable (bug #617944)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/libpcre2/libpcre2-10.30.ebuild 
b/dev-libs/libpcre2/libpcre2-10.30.ebuild
index a94857246af..6a140c60b4c 100644
--- a/dev-libs/libpcre2/libpcre2-10.30.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.30.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-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 ~sparc-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="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: ef78699285002e55661d71bef9734b33c3dad0bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:11:31 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:11:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef786992

app-arch/rar: x86 & amd64 stable (bug #628184)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-arch/rar/rar-5.5.0_p20170811.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rar/rar-5.5.0_p20170811.ebuild 
b/app-arch/rar/rar-5.5.0_p20170811.ebuild
index c824db2197b..05ff5abaad7 100644
--- a/app-arch/rar/rar-5.5.0_p20170811.ebuild
+++ b/app-arch/rar/rar-5.5.0_p20170811.ebuild
@@ -18,7 +18,7 @@ SRC_URI="x86? ( ${URI_x86} )
 
 LICENSE="RAR BSD BSD-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="all_sfx"
 RESTRICT="mirror bindist"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: cf2ac24eda82a57cb36993566da7a56f34d62782
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:35:21 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:43:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2ac24e

net-analyzer/munin: x86 stable (bug #610602)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-analyzer/munin/munin-2.0.33.ebuild 
b/net-analyzer/munin/munin-2.0.33.ebuild
index a9f8467760c..c8ae2dd8614 100644
--- a/net-analyzer/munin/munin-2.0.33.ebuild
+++ b/net-analyzer/munin/munin-2.0.33.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~mips ~ppc x86"
 IUSE="asterisk irc java memcached minimal mysql postgres selinux ssl test cgi 
ipv6 syslog ipmi http dhcpd doc apache"
 REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: 16d0fd8f7580bda4c72ee04232c706e244485b76
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:37:35 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:43:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d0fd8f

media-sound/mpg123: x86 stable (bug #623786)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/media-sound/mpg123/mpg123-1.25.2.ebuild 
b/media-sound/mpg123/mpg123-1.25.2.ebuild
index ee98477d586..ab67948d0da 100644
--- a/media-sound/mpg123/mpg123-1.25.2.ebuild
+++ b/media-sound/mpg123/mpg123-1.25.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-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="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio 
int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl 
cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2017-08-18 Thread Thomas Deutschmann
commit: 0b078c66d8acc640f2151beab12751a4d233c7b5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:23:01 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:42:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b078c66

app-admin/apache-tools: x86 stable (bug #624868)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-admin/apache-tools/apache-tools-2.4.27.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.27.ebuild
index 1b33d25d4db..06d0fe684d2 100644
--- a/app-admin/apache-tools/apache-tools-2.4.27.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.27.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 ~sparc-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 ~sparc-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-misc/memcached/

2017-08-18 Thread Thomas Deutschmann
commit: d99b59e96d1704f37f26f2f66d2d928ae3eb3816
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:18:00 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:42:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99b59e9

net-misc/memcached: x86 stable (bug #625494)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/memcached/memcached-1.4.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/memcached/memcached-1.4.39.ebuild 
b/net-misc/memcached/memcached-1.4.39.ebuild
index 80c2625cda3..25e45858ec2 100644
--- a/net-misc/memcached/memcached-1.4.39.ebuild
+++ b/net-misc/memcached/memcached-1.4.39.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



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

2017-08-18 Thread Thomas Deutschmann
commit: 094d4e3f5cb9202de51f7d4bdf410ecebbf876bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:24:20 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 19:43:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094d4e3f

www-servers/apache: x86 stable (bug #624868)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/www-servers/apache/apache-2.4.27.ebuild 
b/www-servers/apache/apache-2.4.27.ebuild
index 9c58e22d2d7..f4e6dd3ad93 100644
--- a/www-servers/apache/apache-2.4.27.ebuild
+++ b/www-servers/apache/apache-2.4.27.ebuild
@@ -127,7 +127,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 ~sparc-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 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: ca517677ff391fc05f7c1b0c923b7daecc636dfa
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:55:02 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:08:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca517677

net-irc/irssi: x86 stable (bug #624100)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/irssi/irssi-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi/irssi-1.0.4.ebuild b/net-irc/irssi/irssi-1.0.4.ebuild
index d8cb42b1c9b..bf0d876de62 100644
--- a/net-irc/irssi/irssi-1.0.4.ebuild
+++ b/net-irc/irssi/irssi-1.0.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~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 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+perl selinux socks5 +proxy libressl"
 
 CDEPEND="



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

2017-08-18 Thread Thomas Deutschmann
commit: db77f7469835c5bc50a2d1b130b8df1bf5474a69
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:00:05 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:08:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db77f746

media-libs/openh264: x86 stable (bug #604420)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/media-libs/openh264/openh264-1.7.0.ebuild 
b/media-libs/openh264/openh264-1.7.0.ebuild
index 5e6a20d6b0e..f5496420c03 100644
--- a/media-libs/openh264/openh264-1.7.0.ebuild
+++ b/media-libs/openh264/openh264-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/cisco/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz
https://github.com/mozilla/gmp-api/archive/Firefox${MOZVER}.tar.gz -> 
gmp-api-Firefox${MOZVER}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 x86"
 IUSE="+plugin utils"
 
 RESTRICT="bindist"



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

2017-08-18 Thread Thomas Deutschmann
commit: c7434db112acceb38adbd1a985a36effb44a8b14
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:58:16 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:08:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7434db1

sys-apps/shadow: x86 stable (bug #627044)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/sys-apps/shadow/shadow-4.5.ebuild 
b/sys-apps/shadow/shadow-4.5.ebuild
index 0044fa22718..3fdddba4d15 100644
--- a/sys-apps/shadow/shadow-4.5.ebuild
+++ b/sys-apps/shadow/shadow-4.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="acl audit cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )



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

2017-08-18 Thread Thomas Deutschmann
commit: 9a65ac9d24f231522c1fcbe4ab0bd43242413965
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 19:53:29 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:08:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a65ac9d

media-sound/vorbis-tools: x86 stable (bug #559170)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild 
b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild
index a21389ff25a..5ef931c725c 100644
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild
+++ b/media-sound/vorbis-tools/vorbis-tools-1.4.0-r3.ebuild
@@ -10,7 +10,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=">=media-libs/libvorbis-1.3.0



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

2017-08-18 Thread Thomas Deutschmann
commit: dc86b1871d86b24aa2a9b657a2f7b692ce5e0f83
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:10:22 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:10:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc86b187

media-video/ffmpeg: x86 stable (bug #622912)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/ffmpeg/ffmpeg-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index d0fe0453d6e..0969268ce8f 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jre-bin/

2017-08-18 Thread Thomas Deutschmann
commit: a59b7143bd291c1c5c38c44d24922ea43476faf4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:19:38 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:19:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59b7143

dev-java/oracle-jre-bin: x86 stable (bug #625602)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild
index 289a78e08e3..0829cfb55ff 100644
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild
+++ b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.144.ebuild
@@ -33,7 +33,7 @@ SRC_URI="
 
 LICENSE="Oracle-BCLA-JavaSE"
 SLOT="1.8"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa commercial cups +fontconfig headless-awt javafx jce nsplugin 
selinux"
 
 RESTRICT="fetch preserve-libs strip"



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

2017-08-18 Thread Thomas Deutschmann
commit: 29896540604a59ada3a09f96291bedf1f53f2880
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:24:52 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:24:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29896540

dev-db/mysql: x86 stable (bug #625626)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/mysql/mysql-5.6.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.6.37.ebuild b/dev-db/mysql/mysql-5.6.37.ebuild
index e3ed7c8615e..6ad5dbaf7d0 100644
--- a/dev-db/mysql/mysql-5.6.37.ebuild
+++ b/dev-db/mysql/mysql-5.6.37.ebuild
@@ -16,7 +16,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
 RDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2017-08-18 Thread Thomas Deutschmann
commit: 9f4001de388decd7b4aaa791696961b67c487e27
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:19:05 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 20:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4001de

dev-java/oracle-jdk-bin: x86 stable (bug #625602)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild
index 76977db7359..1e25bc987ce 100644
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild
+++ b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.144.ebuild
@@ -59,7 +59,7 @@ SRC_URI+=" jce? ( ${JCE_FILE} )"
 
 LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
 SLOT="1.8"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc64-solaris ~x64-solaris"
 IUSE="alsa commercial cups derby doc examples +fontconfig headless-awt javafx 
jce nsplugin selinux source visualvm"
 REQUIRED_USE="javafx? ( alsa fontconfig )"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: bba0b1a20fbc80349a0dd278c157b7006f7d5fcf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:35:45 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 21:02:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba0b1a2

media-gfx/imagemagick: x86 stable (bug #625404)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-gfx/imagemagick/imagemagick-6.9.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.9.0.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.9.0.ebuild
index 5c6ad5b44f6..3ccac66bd96 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.9.0.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg 
jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw 
static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2017-08-18 Thread Thomas Deutschmann
commit: de7009358a3adb0a9eee1e89fe92918161895922
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:44:09 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 21:02:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de700935

dev-libs/elfutils: x86 stable (bug #618004)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
index dc24cab3c4c..9a85fc27714 100644
--- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2017-08-18 Thread Thomas Deutschmann
commit: c4c4ae74981dfbb65593b02e4f5f4923385bdbae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:28:19 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 21:02:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c4ae74

app-emulation/spice: x86 stable (bug #624632)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/spice/spice-0.13.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/spice/spice-0.13.3-r2.ebuild 
b/app-emulation/spice/spice-0.13.3-r2.ebuild
index bbe9362b49d..557c17470c3 100644
--- a/app-emulation/spice/spice-0.13.3-r2.ebuild
+++ b/app-emulation/spice/spice-0.13.3-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="libressl lz4 sasl smartcard static-libs gstreamer"
 
 # the libspice-server only uses the headers of libcacard



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

2017-08-18 Thread Thomas Deutschmann
commit: 36af3b84d2cacdf4bc99c28e2fd3260edab72c1d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:40:33 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 21:02:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36af3b84

app-crypt/heimdal: x86 stable (bug #624674)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-crypt/heimdal/heimdal-7.4.0.ebuild 
b/app-crypt/heimdal/heimdal-7.4.0.ebuild
index 904c328745c..6170cfab892 100644
--- a/app-crypt/heimdal/heimdal-7.4.0.ebuild
+++ b/app-crypt/heimdal/heimdal-7.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd"
 IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit selinux ssl static-libs test 
X"
 
 CDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )



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

2017-08-18 Thread Thomas Deutschmann
commit: d07a363d3797c1c9ee28101d56bf8fefdbe95bb0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 20:42:12 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 21:02:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07a363d

net-dns/c-ares: x86 stable (bug #622278)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/c-ares/c-ares-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/c-ares/c-ares-1.13.0.ebuild 
b/net-dns/c-ares/c-ares-1.13.0.ebuild
index b41d87f241d..2041e46ad24 100644
--- a/net-dns/c-ares/c-ares-1.13.0.ebuild
+++ b/net-dns/c-ares/c-ares-1.13.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://c-ares.haxx.se/";
 SRC_URI="http://${PN}.haxx.se/download/${P}.tar.gz";
 
 LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc64-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 ~x86-macos 
~sparc64-solaris"
 IUSE="static-libs"
 
 # Subslot = SONAME of libcares.so.2



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

2017-08-18 Thread Thomas Deutschmann
commit: 6f5f4601019aab6b9988c1b5c478be35a0b9c7c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:39:19 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5f4601

net-libs/liboping: x86 stable (bug #624460)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/liboping/liboping-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/liboping/liboping-1.10.0.ebuild 
b/net-libs/liboping/liboping-1.10.0.ebuild
index f091b4b58f2..b88e223a175 100644
--- a/net-libs/liboping/liboping-1.10.0.ebuild
+++ b/net-libs/liboping/liboping-1.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://noping.cc/files/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1 GPL-2"
 SLOT="0/0.3"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="+filecaps ncurses perl"
 
 DEPEND="ncurses? ( sys-libs/ncurses:0= )"



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

2017-08-18 Thread Thomas Deutschmann
commit: 0bfeda1c05d5b05f0a05b17821b85aaf9a92e4a7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:38:08 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfeda1c

app-arch/dpkg: x86 stable (bug #606980)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/app-arch/dpkg/dpkg-1.18.18.ebuild 
b/app-arch/dpkg/dpkg-1.18.18.ebuild
index cca1367ac31..47c43b50cee 100644
--- a/app-arch/dpkg/dpkg-1.18.18.ebuild
+++ b/app-arch/dpkg/dpkg-1.18.18.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
 IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
 
 RDEPEND="



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

2017-08-18 Thread Thomas Deutschmann
commit: 53f27ce47017a1733a505ed907a029f6f125e413
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:41:31 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f27ce4

net-vpn/libreswan: x86 stable (bug #626582)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/net-vpn/libreswan/libreswan-3.20.ebuild 
b/net-vpn/libreswan/libreswan-3.20.ebuild
index 41a8951ee98..11837d0212d 100644
--- a/net-vpn/libreswan/libreswan-3.20.ebuild
+++ b/net-vpn/libreswan/libreswan-3.20.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit systemd toolchain-funcs
 
 SRC_URI="https://download.libreswan.org/${P}.tar.gz";
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DESCRIPTION="IPsec implementation for Linux, fork of Openswan"
 HOMEPAGE="https://libreswan.org/";



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

2017-08-18 Thread Thomas Deutschmann
commit: 7f4b5381c30b23dcb86938a5b29da6ca922c81cd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:45:04 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:26:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4b5381

dev-libs/nettle: x86 stable (bug #626010)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/nettle/nettle-3.3-r2.ebuild 
b/dev-libs/nettle/nettle-3.3-r2.ebuild
index 38dd8421fd2..5e70d042297 100644
--- a/dev-libs/nettle/nettle-3.3-r2.ebuild
+++ b/dev-libs/nettle/nettle-3.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
 SLOT="0/6.1" # subslot = libnettle soname version, .1 as broke ABI bug#601512
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc +gmp neon static-libs test cpu_flags_x86_aes"
 
 DEPEND="gmp? ( >=dev-libs/gmp-5.0:0=[${MULTILIB_USEDEP}] )"



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

2017-08-18 Thread Thomas Deutschmann
commit: d81e44473d763f54a5820c81ef4f402a59cfe2a8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 21:24:19 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81e4447

app-text/evince: x86 stable (bug #624876)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/evince/evince-3.22.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/evince/evince-3.22.1-r1.ebuild 
b/app-text/evince/evince-3.22.1-r1.ebuild
index 06671c73f6a..7ce30ec41a4 100644
--- a/app-text/evince/evince-3.22.1-r1.ebuild
+++ b/app-text/evince/evince-3.22.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
 IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin 
+postscript t1lib tiff xps"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 
 # atk used in libview
 # gdk-pixbuf used all over the place



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

2017-08-18 Thread Thomas Deutschmann
commit: af01a42d46ef7e33908cf1c3658cae6482554ec1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 23:00:34 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:26:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af01a42d

dev-db/sqlite: x86 stable (bug #624174)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/sqlite/sqlite-3.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.19.3.ebuild 
b/dev-db/sqlite/sqlite-3.19.3.ebuild
index cdfc535066d..1a76cdffbda 100644
--- a/dev-db/sqlite/sqlite-3.19.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.19.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2017/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~sparc-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="debug doc icu +readline secure-delete static-libs tcl test tools"
 
 RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )



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

2017-08-18 Thread Thomas Deutschmann
commit: 14954ce50719a194ff6ff8c116cd7bdd98960881
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:43:35 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14954ce5

net-dns/libidn2: x86 stable (bug #624600)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dns/libidn2/libidn2-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/libidn2/libidn2-2.0.2.ebuild 
b/net-dns/libidn2/libidn2-2.0.2.ebuild
index d27619a6855..0559da70b7f 100644
--- a/net-dns/libidn2/libidn2-2.0.2.ebuild
+++ b/net-dns/libidn2/libidn2-2.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~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-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-08-18 Thread Thomas Deutschmann
commit: 08b6aad21a44716565f711b4d1f0407b642b9eb4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:36:45 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b6aad2

dev-libs/kpathsea: x86 stable (bug #624172)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild 
b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
index d34db2ea2bc..6769ee34e6b 100644
--- a/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
+++ b/dev-libs/kpathsea/kpathsea-6.2.3_p20170524.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0/${PV%_p*}"
-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 ~sparc-solaris ~x64-solaris ~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-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source static-libs"
 
 DEPEND="!

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

2017-08-18 Thread Thomas Deutschmann
commit: 087c7bb21d4759c2688c2930dc81d57bfd3b1b88
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:42:28 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087c7bb2

media-libs/libpng: x86 stable (bug #624548)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/media-libs/libpng/libpng-1.6.29.ebuild 
b/media-libs/libpng/libpng-1.6.29.ebuild
index 564b5e3dbe1..42231299332 100644
--- a/media-libs/libpng/libpng-1.6.29.ebuild
+++ b/media-libs/libpng/libpng-1.6.29.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
 
 LICENSE="libpng"
 SLOT="0/16"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~x86-winnt"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~x86-winnt"
 IUSE="apng cpu_flags_x86_sse neon static-libs"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}]



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

2017-08-18 Thread Thomas Deutschmann
commit: a5afafdef54403aa09463bffdf775d7f0339abd4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 22:40:06 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Fri Aug 18 23:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5afafde

net-irc/znc: x86 stable (bug #625332)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-irc/znc/znc-1.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/znc/znc-1.6.5.ebuild b/net-irc/znc/znc-1.6.5.ebuild
index aa178a8332e..23d86965db2 100644
--- a/net-irc/znc/znc-1.6.5.ebuild
+++ b/net-irc/znc/znc-1.6.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz
test? ( ${GTEST_URL} )
 "
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 
 HOMEPAGE="http://znc.in";
 LICENSE="Apache-2.0"



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

2017-08-18 Thread Thomas Deutschmann
commit: 6bfc0d5fbc317beb83cf64fbd40a4bc57a9325a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:00:47 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfc0d5f

dev-vcs/guilt: x86 stable (bug #617594)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-vcs/guilt/guilt-0.36.ebuild b/dev-vcs/guilt/guilt-0.36.ebuild
index 10bdef0bae6..af5998c3b1a 100644
--- a/dev-vcs/guilt/guilt-0.36.ebuild
+++ b/dev-vcs/guilt/guilt-0.36.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz ->
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 # Since we need to build the man pages anyway, I don't think it makes



[gentoo-commits] repo/gentoo:master commit in: sci-misc/nco/

2017-08-18 Thread Thomas Deutschmann
commit: f6f3678d230203d0916fe3761fd280ec2e10f314
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 23:39:13 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f3678d

sci-misc/nco: x86 stable (bugs #607728)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-misc/nco/nco-4.5.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-misc/nco/nco-4.5.1-r2.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild
index 44765a583dc..5d7f0ce120a 100644
--- a/sci-misc/nco/nco-4.5.1-r2.ebuild
+++ b/sci-misc/nco/nco-4.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://nco.sf.net/src/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
 
 RDEPEND="



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

2017-08-18 Thread Thomas Deutschmann
commit: a7930fa5ab42a774e85d3ba4bc1836d07424d548
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:22:05 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7930fa5

dev-python/rebulk: x86 stable (bug #625414)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/rebulk/rebulk-0.9.0.ebuild 
b/dev-python/rebulk/rebulk-0.9.0.ebuild
index 712c0f8e7a6..4fbf9cb372d 100644
--- a/dev-python/rebulk/rebulk-0.9.0.ebuild
+++ b/dev-python/rebulk/rebulk-0.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2017-08-18 Thread Thomas Deutschmann
commit: c57761bed672af36475d60d07f9bfe3f215e767f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:22:37 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57761be

dev-python/guessit: x86 stable (bug #625414)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/guessit/guessit-2.1.4.ebuild 
b/dev-python/guessit/guessit-2.1.4.ebuild
index c5384cf41f4..98774b23712 100644
--- a/dev-python/guessit/guessit-2.1.4.ebuild
+++ b/dev-python/guessit/guessit-2.1.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="



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

2017-08-18 Thread Thomas Deutschmann
commit: 021420299a1cc0e4ff0e19e211fccbd07b4e7bac
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 23:54:22 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02142029

dev-libs/check: x86 stable (bug #595364)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/check/check-0.10.0-r1.ebuild 
b/dev-libs/check/check-0.10.0-r1.ebuild
index c6241d7a06b..33798f356d2 100644
--- a/dev-libs/check/check-0.10.0-r1.ebuild
+++ b/dev-libs/check/check-0.10.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs subunit"
 
 RDEPEND="subunit? ( >=dev-python/subunit-0.0.10-r1[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/terminus-font/

2017-08-18 Thread Thomas Deutschmann
commit: dd62b513ab22b9c84e2ea0bf38f42417416686d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:12:58 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd62b513

media-fonts/terminus-font: x86 stable (bug #625398)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-fonts/terminus-font/terminus-font-4.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/terminus-font/terminus-font-4.40.ebuild 
b/media-fonts/terminus-font/terminus-font-4.40.ebuild
index e3356688b3a..7afca47a78b 100644
--- a/media-fonts/terminus-font/terminus-font-4.40.ebuild
+++ b/media-fonts/terminus-font/terminus-font-4.40.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}/${P}.tar.gz"
 
 LICENSE="OFL-1.1 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="a-like-o +center-tilde distinct-l +pcf +pcf-unicode-only +psf quote
raw-font-data ru-dv +ru-g ru-i ru-k"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: 6caf4a03da8502a1fd37c2abe8f47be8841b1a1b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:09:14 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6caf4a03

net-libs/webkit-gtk: x86 stable (bug #626142)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
index 43cee459381..44c39f36968 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.16.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection +jit libnotify nsplugin +opengl spell wayland +webgl X"
 



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

2017-08-18 Thread Thomas Deutschmann
commit: 791e19b761e2db8aa6292db0a7926b9bad2543d7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Aug 18 23:41:09 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791e19b7

media-sound/apulse: x86 stable (bug #624260)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/media-sound/apulse/apulse-0.1.10.ebuild 
b/media-sound/apulse/apulse-0.1.10.ebuild
index 9d0db07cf2e..c9c55450de0 100644
--- a/media-sound/apulse/apulse-0.1.10.ebuild
+++ b/media-sound/apulse/apulse-0.1.10.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}]
media-libs/alsa-lib[${MULTILIB_USEDEP}]"



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

2017-08-18 Thread Thomas Deutschmann
commit: 1bb6de44b771f9dd66a8594225f11017a99435be
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:26:46 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb6de44

dev-util/geany: x86 stable (bug #622002)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-util/geany/geany-1.30.1.ebuild 
b/dev-util/geany/geany-1.30.1.ebuild
index 21207f955e3..1dd2a15a692 100644
--- a/dev-util/geany/geany-1.30.1.ebuild
+++ b/dev-util/geany/geany-1.30.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.geany.org/${P}.tar.bz2";
 
 LICENSE="GPL-2+ HPND"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="gtk3 +vte"
 
 RDEPEND=">=dev-libs/glib-2.32:2



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

2017-08-18 Thread Thomas Deutschmann
commit: ca42a08129d6bef218335dc2afa3c3519b34e4db
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 19 00:28:47 2017 +
Commit:     Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 19 00:30:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca42a081

dev-db/couchdb: x86 stable (bug #625498)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/couchdb/couchdb-1.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/couchdb/couchdb-1.6.1-r3.ebuild 
b/dev-db/couchdb/couchdb-1.6.1-r3.ebuild
index f3c1f34da35..cb3841fb455 100644
--- a/dev-db/couchdb/couchdb-1.6.1-r3.ebuild
+++ b/dev-db/couchdb/couchdb-1.6.1-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="libressl selinux test"
 
 RDEPEND=">=dev-libs/icu-4.3.1:=



  1   2   3   4   5   6   7   8   9   10   >