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

2018-11-20 Thread Fabian Groffen
commit: 0d4dc796d45e0ed74fde3c0b630034f15e8cd6b4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 08:21:33 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 08:21:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4dc796

dev-python/enum34: marked ~*-solaris

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/enum34/enum34-1.1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/enum34/enum34-1.1.6.ebuild 
b/dev-python/enum34/enum34-1.1.6.ebuild
index e8abb317f92..2edcd4a2718 100644
--- a/dev-python/enum34/enum34-1.1.6.ebuild
+++ b/dev-python/enum34/enum34-1.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-11-20 Thread Fabian Groffen
commit: c483b51d5ad6a03843ca7011740b2bdefc344825
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 08:34:54 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 08:34:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c483b51d

profiles/profiles.desc: add macOS 10.14 Mojave profiles

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/profiles.desc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 1288c494e3f..8466457f6ba 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -422,6 +422,8 @@ x86-macos   prefix/darwin/macos/10.12/x86   
exp
 x64-macos  prefix/darwin/macos/10.12/x64   exp
 x86-macos  prefix/darwin/macos/10.13/x86   exp
 x64-macos  prefix/darwin/macos/10.13/x64   exp
+x86-macos  prefix/darwin/macos/10.14/x86   exp
+x64-macos  prefix/darwin/macos/10.14/x64   exp
 
 # Solaris Profiles
 sparc-solaris  prefix/sunos/solaris/5.9/sparc  exp



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/10.14/, profiles/prefix/darwin/macos/10.14/x64/, ...

2018-11-20 Thread Fabian Groffen
commit: 2b515e789d53e91add94ee09cec55c2209a86dca
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 08:33:35 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 08:34:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b515e78

profiles/prefix/darwin/macos: add 10.14 (darwin18) Mojave profile

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/10.14/eapi|  1 +
 profiles/prefix/darwin/macos/10.14/make.defaults   |  8 ++
 profiles/prefix/darwin/macos/10.14/package.mask|  7 +
 profiles/prefix/darwin/macos/10.14/package.unmask  |  7 +
 .../prefix/darwin/macos/10.14/package.use.mask |  7 +
 profiles/prefix/darwin/macos/10.14/parent  |  1 +
 profiles/prefix/darwin/macos/10.14/profile.bashrc  |  4 +++
 profiles/prefix/darwin/macos/10.14/x64/eapi|  1 +
 .../prefix/darwin/macos/10.14/x64/make.defaults|  5 
 .../prefix/darwin/macos/10.14/x64/package.mask |  2 ++
 .../darwin/macos/10.14/x64/package.use.force   |  6 +
 .../prefix/darwin/macos/10.14/x64/package.use.mask |  4 +++
 profiles/prefix/darwin/macos/10.14/x64/parent  |  2 ++
 profiles/prefix/darwin/macos/10.14/x64/use.mask| 30 ++
 profiles/prefix/darwin/macos/10.14/x86/eapi|  1 +
 .../prefix/darwin/macos/10.14/x86/make.defaults|  5 
 .../prefix/darwin/macos/10.14/x86/package.mask |  9 +++
 .../darwin/macos/10.14/x86/package.use.force   |  6 +
 .../prefix/darwin/macos/10.14/x86/package.use.mask |  4 +++
 profiles/prefix/darwin/macos/10.14/x86/parent  |  2 ++
 profiles/prefix/darwin/macos/10.14/x86/use.mask| 30 ++
 21 files changed, 142 insertions(+)

diff --git a/profiles/prefix/darwin/macos/10.14/eapi 
b/profiles/prefix/darwin/macos/10.14/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/prefix/darwin/macos/10.14/make.defaults 
b/profiles/prefix/darwin/macos/10.14/make.defaults
new file mode 100644
index 000..927e5a2027b
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/make.defaults
@@ -0,0 +1,8 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+MACOSX_DEPLOYMENT_TARGET="10.14"
+
+# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
+# but it generates problems, #456234
+#FEATURES="sandbox"

diff --git a/profiles/prefix/darwin/macos/10.14/package.mask 
b/profiles/prefix/darwin/macos/10.14/package.mask
new file mode 100644
index 000..2cf5fcb331d
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/package.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Fabian Groffen  (30 Sep 2012)
+# Requires XQuartz, since Apple dropped much of X-support in 10.8
+# (a.k.a. Mountain Lion), bug #431182
+media-libs/opengl-apple

diff --git a/profiles/prefix/darwin/macos/10.14/package.unmask 
b/profiles/prefix/darwin/macos/10.14/package.unmask
new file mode 100644
index 000..727c96477d3
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# James Le Cuirot  (29 Jul 2015)
+# Recent releases are supported in >10.10.
+dev-java/oracle-jdk-bin
+dev-java/oracle-jre-bin

diff --git a/profiles/prefix/darwin/macos/10.14/package.use.mask 
b/profiles/prefix/darwin/macos/10.14/package.use.mask
new file mode 100644
index 000..b3a7b21107e
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Fabian Groffen  (10 Apr 2011)
+# as long as util-linux installs uuid.h which breaks the system headers
+# (hence we don't) we can't do uuid support here
+x11-libs/libSM -uuid

diff --git a/profiles/prefix/darwin/macos/10.14/parent 
b/profiles/prefix/darwin/macos/10.14/parent
new file mode 100644
index 000..f3229c5b987
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/parent
@@ -0,0 +1 @@
+..

diff --git a/profiles/prefix/darwin/macos/10.14/profile.bashrc 
b/profiles/prefix/darwin/macos/10.14/profile.bashrc
new file mode 100644
index 000..7af8f2ea264
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/profile.bashrc
@@ -0,0 +1,4 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+export MACOSX_DEPLOYMENT_TARGET=10.14

diff --git a/profiles/prefix/darwin/macos/10.14/x64/eapi 
b/profiles/prefix/darwin/macos/10.14/x64/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/prefix/darwin/macos/10.14/x64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/prefix/darwin/macos/10.14

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

2018-11-20 Thread Fabian Groffen
commit: 7b447d8c44a11f40342d312ffa3e0ab2b06b12cf
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 08:37:16 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 08:37:16 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7b447d8c

scripts/bootstrap-prefix: support macOS 10.14 Mojave (darwin18)

Bug: https://bugs.gentoo.org/671546
Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index dc3f37bf78..cdcb8346d1 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -384,11 +384,11 @@ bootstrap_setup() {
rev=${CHOST##*darwin}
profile="prefix/darwin/macos/10.$((rev - 4))/x86"
;;
-   i*86-apple-darwin1[01234567])
+   i*86-apple-darwin1[012345678])
rev=${CHOST##*darwin}
profile="prefix/darwin/macos/10.$((rev - 4))/x86"
;;
-   x86_64-apple-darwin9|x86_64-apple-darwin1[01234567])
+   x86_64-apple-darwin9|x86_64-apple-darwin1[012345678])
rev=${CHOST##*darwin}
profile="prefix/darwin/macos/10.$((rev - 4))/x64"
;;



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

2018-11-20 Thread Fabian Groffen
commit: 72f9bcd5979e3869528111763a443f15337562d4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 09:17:30 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 09:17:30 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=72f9bcd5

sys-apps/sed: drop installing charset.alias

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.40.3-prefix, Repoman-2.3.9

 sys-apps/sed/sed-4.5.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/sys-apps/sed/sed-4.5.ebuild b/sys-apps/sed/sed-4.5.ebuild
index a1cd293024..593258ac36 100644
--- a/sys-apps/sed/sed-4.5.ebuild
+++ b/sys-apps/sed/sed-4.5.ebuild
@@ -69,3 +69,9 @@ src_configure() {
)
econf "${myconf[@]}"
 }
+
+src_install() {
+   default
+   # don't want charset.alias, installed by libiconv
+   rm -f "${ED}"/lib/charset.alias
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/util/futures/

2018-11-20 Thread Zac Medico
commit: 74d2509c99fbcb43e018ead4950b938e41e524e5
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Nov 20 10:06:57 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Nov 20 10:24:12 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=74d2509c

compat_corouting._GeneratorTask: save throw return (bug 671472)

According to PEP 342, the generator.throw() method returns a value if
the exception is caught. The return value must be sent to the generator
in order fufill the generator protocol. This is relevant in the
portdbapi.async_xmatch() method, since it catches an exception thrown
with the generator.throw() method.

Bug: https://bugs.gentoo.org/671472
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/util/futures/compat_coroutine.py | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/portage/util/futures/compat_coroutine.py 
b/lib/portage/util/futures/compat_coroutine.py
index b5ff92faf..b745fd845 100644
--- a/lib/portage/util/futures/compat_coroutine.py
+++ b/lib/portage/util/futures/compat_coroutine.py
@@ -106,13 +106,11 @@ class _GeneratorTask(object):
if previous is None:
future = next(self._generator)
elif previous.cancelled():
-   self._generator.throw(asyncio.CancelledError())
-   future = next(self._generator)
+   future = 
self._generator.throw(asyncio.CancelledError())
elif previous.exception() is None:
future = self._generator.send(previous.result())
else:
-   self._generator.throw(previous.exception())
-   future = next(self._generator)
+   future = 
self._generator.throw(previous.exception())
 
except asyncio.CancelledError:
self._result.cancel()



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

2018-11-20 Thread Lars Wendler
commit: 5b53606d6f85788dde83829d3013ec720bfca150
Author: Henning Schild  hennsch  de>
AuthorDate: Tue Nov  6 20:48:15 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 10:46:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b53606d

net-misc/icaclient: drop PATH from env.d we have a wrapper

The wrapper makes sure that the application gets launched from the right
place, no need to mess up the PATH.

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/10350
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/icaclient/files/10ICAClient| 1 -
 .../{icaclient-13.10.0.20.ebuild => icaclient-13.10.0.20-r1.ebuild} | 2 +-
 ...nt-13.8.0.10299729-r1.ebuild => icaclient-13.8.0.10299729-r2.ebuild} | 2 +-
 .../{icaclient-13.9.1.6.ebuild => icaclient-13.9.1.6-r1.ebuild} | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-misc/icaclient/files/10ICAClient 
b/net-misc/icaclient/files/10ICAClient
index 31be24e3380..e5c2c73d62f 100644
--- a/net-misc/icaclient/files/10ICAClient
+++ b/net-misc/icaclient/files/10ICAClient
@@ -1,3 +1,2 @@
-PATH=/opt/Citrix/ICAClient
 ROOTPATH=/opt/Citrix/ICAClient
 ICAROOT=/opt/Citrix/ICAClient

diff --git a/net-misc/icaclient/icaclient-13.10.0.20.ebuild 
b/net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild
similarity index 99%
rename from net-misc/icaclient/icaclient-13.10.0.20.ebuild
rename to net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild
index 09f7c5ef1a8..61cc8640bf3 100644
--- a/net-misc/icaclient/icaclient-13.10.0.20.ebuild
+++ b/net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild 
b/net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild
similarity index 99%
rename from net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild
rename to net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild
index 6de1b07173b..62b8aea1e8d 100644
--- a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild
+++ b/net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/net-misc/icaclient/icaclient-13.9.1.6.ebuild 
b/net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild
similarity index 99%
rename from net-misc/icaclient/icaclient-13.9.1.6.ebuild
rename to net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild
index adccfce74fe..40ff3a9ec71 100644
--- a/net-misc/icaclient/icaclient-13.9.1.6.ebuild
+++ b/net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/files/, gnome-extra/gnome-color-manager/

2018-11-20 Thread Gilles Dartiguelongue
commit: bf4127b1c9b0b0e84c06e3554dc36fa59161afef
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov 20 10:49:26 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 20 10:51:58 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bf4127b1

gnome-extra/gnome-color-manager: 3.30 in ::gentoo

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 .../files/3.26-remove-unwanted-check.patch | 24 
 .../gnome-color-manager-3.26.0.ebuild  | 66 --
 2 files changed, 90 deletions(-)

diff --git 
a/gnome-extra/gnome-color-manager/files/3.26-remove-unwanted-check.patch 
b/gnome-extra/gnome-color-manager/files/3.26-remove-unwanted-check.patch
deleted file mode 100644
index 30658f2e..
--- a/gnome-extra/gnome-color-manager/files/3.26-remove-unwanted-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From dd43972782c34fe4d8925d52ae82d69add00493a Mon Sep 17 00:00:00 2001
-From: Gilles Dartiguelongue 
-Date: Sun, 27 May 2018 19:27:51 +0200
-Subject: [PATCH] Fix unwanted exiv check in packagekit option handling
-

- meson.build | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index dd0be0b..0721028 100644
 a/meson.build
-+++ b/meson.build
-@@ -101,7 +101,6 @@ if get_option('enable-exiv')
- endif
- 
- if get_option('enable-packagekit')
--  libexiv = dependency('exiv2')
-   conf.set('HAVE_PACKAGEKIT', '1')
- endif
- 
--- 
-2.17.0
-

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild
deleted file mode 100644
index 9c49479f..
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome-meson virtualx
-
-DESCRIPTION="Color profile manager for the GNOME desktop"
-HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="packagekit raw test"
-
-# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
-# vte could be made optional
-RDEPEND="
-   >=dev-libs/glib-2.31.10:2
-   >=media-libs/lcms-2.2:2
-   >=media-libs/libcanberra-0.10[gtk3]
-   media-libs/libexif
-   media-libs/tiff:0=
-
-   >=x11-libs/gtk+-3.3.8:3
-   >=x11-libs/vte-0.25.1:2.91
-   >=x11-misc/colord-1.3.1:0=
-   >=x11-libs/colord-gtk-0.1.20
-
-   packagekit? ( app-admin/packagekit-base )
-   raw? ( media-gfx/exiv2:0= )
-"
-# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
-DEPEND="${RDEPEND}
-   app-text/docbook-sgml-dtd:4.1
-   app-text/docbook-sgml-utils
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   # https://bugzilla.gnome.org/show_bug.cgi?id=796428
-   "${FILESDIR}"/3.26-remove-unwanted-check.patch
-)
-
-src_configure() {
-   # Always enable tests since they are check_PROGRAMS anyway
-   gnome-meson_src_configure \
-   $(meson_use raw enable-exiv) \
-   $(meson_use packagekit enable-packagekit) \
-   $(meson_use test enable-tests)
-}
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   gnome-meson_pkg_postinst
-
-   if ! has_version media-gfx/argyllcms ; then
-   elog "If you want to do display or scanner calibration, you 
will need to"
-   elog "install media-gfx/argyllcms"
-   fi
-}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-color-manager/

2018-11-20 Thread Gilles Dartiguelongue
commit: b92eb1efb6698235d4a000fb8a56254914c53089
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov 20 10:50:30 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 20 10:51:58 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b92eb1ef

gnome-extra/gnome-color-manager: sync with ::gentoo

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 .../gnome-color-manager-.ebuild| 30 +-
 1 file changed, 23 insertions(+), 7 deletions(-)

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-.ebuild
index 55635ddf..0c190077 100644
--- a/gnome-extra/gnome-color-manager/gnome-color-manager-.ebuild
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit git-r3 gnome-meson virtualx
+inherit git-r3 gnome.org gnome2-utils meson virtualx xdg
 
 DESCRIPTION="Color profile manager for the GNOME desktop"
 HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager";
@@ -46,12 +46,22 @@ PATCHES=(
"${FILESDIR}"/-remove-unwanted-check.patch
 )
 
+src_prepare() {
+   xdg_src_prepare
+
+   # Fix hard-coded package name
+   # https://gitlab.gnome.org/GNOME/gnome-color-manager/issues/3
+   sed 's:argyllcms:media-gfx/argyllcms:' src/gcm-utils.h || die
+}
+
 src_configure() {
# Always enable tests since they are check_PROGRAMS anyway
-   gnome-meson_src_configure \
-   $(meson_use raw enable-exiv) \
-   $(meson_use packagekit enable-packagekit) \
-   $(meson_use test enable-tests)
+   local emesonargs=(
+   $(meson_use raw exiv)
+   $(meson_use packagekit)
+   $(meson_use test tests)
+   )
+   meson_src_configure
 }
 
 src_test() {
@@ -59,10 +69,16 @@ src_test() {
 }
 
 pkg_postinst() {
-   gnome-meson_pkg_postinst
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
 
if ! has_version media-gfx/argyllcms ; then
elog "If you want to do display or scanner calibration, you 
will need to"
elog "install media-gfx/argyllcms"
fi
 }
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-clocks/

2018-11-20 Thread Gilles Dartiguelongue
commit: 1b1fb00976185aefa688b85f889c1d0782e054f9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Nov 19 22:59:31 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 20 10:51:58 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1b1fb009

gnome-extra/gnome-clocks: moved to gentoo repository

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 .../gnome-clocks/gnome-clocks-3.26.1.ebuild| 37 --
 gnome-extra/gnome-clocks/metadata.xml  |  8 -
 2 files changed, 45 deletions(-)

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
deleted file mode 100644
index fbbc811b..
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.26"
-inherit gnome-meson vala
-
-DESCRIPTION="Clocks application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Clocks";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-misc/geoclue-2.3.1:2.0
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/libgweather-3.14:2=[vala]
-   >=gnome-base/gnome-desktop-3.8:3=
-   >=media-libs/gsound-0.98[vala]
-   >=sci-geosciences/geocode-glib-1
-   >=app-misc/geoclue-2.4
-   >=x11-libs/gtk+-3.20:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/itstool
-   >=dev-util/meson-0.41.0
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome-meson_src_prepare
-}

diff --git a/gnome-extra/gnome-clocks/metadata.xml 
b/gnome-extra/gnome-clocks/metadata.xml
deleted file mode 100644
index 39980802..
--- a/gnome-extra/gnome-clocks/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-color-manager/, gnome-extra/gnome-color-manager/files/

2018-11-20 Thread Gilles Dartiguelongue
commit: a4a7ed3424bef25c191325dae5dc1420a09e92af
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov 20 10:47:56 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 20 10:52:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a7ed34

gnome-extra/gnome-color-manager: 3.24.0 → 3.30.0

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 gnome-extra/gnome-color-manager/Manifest   |  1 +
 .../files/3.28-remove-unwvanted-check.patch| 24 +++
 .../gnome-color-manager-3.30.0.ebuild  | 82 ++
 3 files changed, 107 insertions(+)

diff --git a/gnome-extra/gnome-color-manager/Manifest 
b/gnome-extra/gnome-color-manager/Manifest
index 1d4960ae725..0bf1d30ff2d 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1 +1,2 @@
 DIST gnome-color-manager-3.24.0.tar.xz 2857120 BLAKE2B 
c73c3718f77517a41fc74c12347101c57b9939101b2c816cc6390185fb0b21f87d16ed30b17a94f7bd03e28abb4bd5f5d411c086d350659f6686cfffb7e88cf2
 SHA512 
e145caf4e885ea6e9c4ee5a5b4d800d70af338e26d3bfcda81e20c6144e36d0581638d07099302d30787d6d30e9d58f2b8373f6585ae3788df825d6d24f5b003
+DIST gnome-color-manager-3.30.0.tar.xz 2611088 BLAKE2B 
2bbed2184d2c7afa9c4c4cd88470df3350f7deb2d776863dcd18ad6253538f1daee5f6397c598af8bdf1ce720980ede9280891139a9366edaffde3672d64b47a
 SHA512 
ec28179f1089317b5a1920757e81b6126ab42a087831a92cd47174ddfbe6093fa868747c2a1d1d70c23f3fb87bc1b839627160407bf85c936ab0a3b125932ccc

diff --git 
a/gnome-extra/gnome-color-manager/files/3.28-remove-unwvanted-check.patch 
b/gnome-extra/gnome-color-manager/files/3.28-remove-unwvanted-check.patch
new file mode 100644
index 000..a9d3ad465a6
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/files/3.28-remove-unwvanted-check.patch
@@ -0,0 +1,24 @@
+From 534eed4f8664c9f263d666ed78144c37dc05bf90 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue 
+Date: Sun, 27 May 2018 19:27:51 +0200
+Subject: [PATCH] Fix unwanted exiv check in packagekit option handling
+
+---
+ meson.build | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 9e179fb..08a0f79 100644
+--- a/meson.build
 b/meson.build
+@@ -108,7 +108,6 @@ if get_option('exiv')
+ endif
+ 
+ if get_option('packagekit')
+-  libexiv = dependency('exiv2')
+   conf.set('HAVE_PACKAGEKIT', '1')
+ endif
+ 
+-- 
+2.19.1
+

diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0.ebuild 
b/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0.ebuild
new file mode 100644
index 000..96714fa094c
--- /dev/null
+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.30.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Color profile manager for the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-color-manager";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="packagekit raw test"
+
+# Need gtk+-3.3.8 for https://bugzilla.gnome.org/show_bug.cgi?id=673331
+# vte could be made optional
+RDEPEND="
+   >=dev-libs/glib-2.31.10:2
+   >=media-libs/lcms-2.2:2
+   >=media-libs/libcanberra-0.10[gtk3]
+   media-libs/libexif
+   media-libs/tiff:0=
+
+   >=x11-libs/gtk+-3.3.8:3
+   >=x11-libs/vte-0.25.1:2.91
+   >=x11-misc/colord-1.3.1:0=
+   >=x11-libs/colord-gtk-0.1.20
+
+   packagekit? ( app-admin/packagekit-base )
+   raw? ( media-gfx/exiv2:0= )
+"
+# docbook-sgml-{utils,dtd:4.1} needed to generate man pages
+DEPEND="${RDEPEND}
+   app-text/docbook-sgml-dtd:4.1
+   app-text/docbook-sgml-utils
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   # https://bugzilla.gnome.org/show_bug.cgi?id=796428
+   "${FILESDIR}"/3.28-remove-unwvanted-check.patch
+)
+
+src_prepare() {
+   xdg_src_prepare
+
+   # Fix hard-coded package name
+   # https://gitlab.gnome.org/GNOME/gnome-color-manager/issues/3
+   sed 's:argyllcms:media-gfx/argyllcms:' src/gcm-utils.h || die
+}
+
+src_configure() {
+   # Always enable tests since they are check_PROGRAMS anyway
+   local emesonargs=(
+   $(meson_use raw exiv)
+   $(meson_use packagekit)
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+
+   if ! has_version media-gfx/argyllcms ; then
+   elog "If you want to do display or scanner calibration, you 
will need to"
+   elog "install media-gfx/argyllcms"
+   fi
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gn

[gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/, app-emulation/cloud-init/files/

2018-11-20 Thread Gilles Dartiguelongue
commit: e98de08886fcfdc46109c1d38048247174a9e0ac
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov 20 11:12:16 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov 20 11:13:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98de088

app-emulation/cloud-init: update gentoo fixes

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 ...-init-.ebuild => cloud-init-18.4-r1.ebuild} | 20 
 app-emulation/cloud-init/cloud-init-.ebuild|  5 ++
 .../18.4-add-support-for-package_upgrade.patch | 54 ++
 .../18.4-fix-filename-for-storing-locale.patch | 30 
 .../18.4-fix-update_package_sources-function.patch | 26 +++
 ...it-18.4-gentoo-support-upstream-templates.patch | 10 ++--
 6 files changed, 132 insertions(+), 13 deletions(-)

diff --git a/app-emulation/cloud-init/cloud-init-.ebuild 
b/app-emulation/cloud-init/cloud-init-18.4-r1.ebuild
similarity index 77%
copy from app-emulation/cloud-init/cloud-init-.ebuild
copy to app-emulation/cloud-init/cloud-init-18.4-r1.ebuild
index 0b0b7bcaac9..34fd8b7e077 100644
--- a/app-emulation/cloud-init/cloud-init-.ebuild
+++ b/app-emulation/cloud-init/cloud-init-18.4-r1.ebuild
@@ -4,15 +4,15 @@
 EAPI=6
 PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Cloud instance initialisation magic"
 HOMEPAGE="https://launchpad.net/cloud-init";
-EGIT_REPO_URI="https://git.launchpad.net/cloud-init";
+SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 CDEPEND="
@@ -47,15 +47,19 @@ RDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-18.4-fix-packages-module.patch
-   "${FILESDIR}"/${PN}-18.4-gentoo-support-upstream-templates.patch
+   # Fix Gentoo support
+   # 
https://code.launchpad.net/~gilles-dartiguelongue/cloud-init/+git/cloud-init/+merge/358777
+   "${FILESDIR}"/${P}-fix-packages-module.patch
+   "${FILESDIR}"/${P}-gentoo-support-upstream-templates.patch
+   "${FILESDIR}"/${PV}-fix-filename-for-storing-locale.patch
+   "${FILESDIR}"/${PV}-fix-update_package_sources-function.patch
+   "${FILESDIR}"/${PV}-add-support-for-package_upgrade.patch
 )
 
-python_prepare_all() {
+src_prepare() {
# Fix location of documentation installation
sed -i "s:USR + '/share/doc/cloud-init:USR + '/share/doc/${PF}:" 
setup.py || die
-   sed -i 's/version=get_version(),/version=,/g' setup.py || die
-   distutils-r1_python_prepare_all
+   distutils-r1_src_prepare
 }
 
 python_test() {

diff --git a/app-emulation/cloud-init/cloud-init-.ebuild 
b/app-emulation/cloud-init/cloud-init-.ebuild
index 0b0b7bcaac9..141eb23c883 100644
--- a/app-emulation/cloud-init/cloud-init-.ebuild
+++ b/app-emulation/cloud-init/cloud-init-.ebuild
@@ -47,8 +47,13 @@ RDEPEND="
 "
 
 PATCHES=(
+   # Fix Gentoo support
+   # 
https://code.launchpad.net/~gilles-dartiguelongue/cloud-init/+git/cloud-init/+merge/358777
"${FILESDIR}"/${PN}-18.4-fix-packages-module.patch
"${FILESDIR}"/${PN}-18.4-gentoo-support-upstream-templates.patch
+   "${FILESDIR}"/18.4-fix-filename-for-storing-locale.patch
+   "${FILESDIR}"/18.4-fix-update_package_sources-function.patch
+   "${FILESDIR}"/18.4-add-support-for-package_upgrade.patch
 )
 
 python_prepare_all() {

diff --git 
a/app-emulation/cloud-init/files/18.4-add-support-for-package_upgrade.patch 
b/app-emulation/cloud-init/files/18.4-add-support-for-package_upgrade.patch
new file mode 100644
index 000..9c542cfc077
--- /dev/null
+++ b/app-emulation/cloud-init/files/18.4-add-support-for-package_upgrade.patch
@@ -0,0 +1,54 @@
+From 7868b97507d0dd7d7721ad5c4539e22c67635f92 Mon Sep 17 00:00:00 2001
+From: Gilles Dartiguelongue 
+Date: Wed, 14 Nov 2018 15:58:30 +0100
+Subject: [PATCH 5/5] gentoo: add support for package_upgrade
+
+---
+ cloudinit/distros/gentoo.py | 25 ++---
+ 1 file changed, 14 insertions(+), 11 deletions(-)
+
+diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
+index 7b838e82..22ad2cf3 100644
+--- a/cloudinit/distros/gentoo.py
 b/cloudinit/distros/gentoo.py
+@@ -189,23 +189,26 @@ class Distro(distros.Distro):
+ distros.set_etc_timezone(tz=tz, tz_file=self._find_tz_file(tz))
+ 
+ def package_command(self, command, args=None, pkgs=None):
+-if pkgs is None:
+-pkgs = []
+-
+ cmd = ['emerge']
+ # Redirect output
+ cmd.append("--quiet")
+ 
+-if args and isinstance(args, str):
+-cmd.append(args)
+-elif args and isinstance(args, list):
+-cmd.extend(args)
++if command == "upgrade":
++cmd.extend(["--update", "world"])
++else:
++if 

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

2018-11-20 Thread Thomas Deutschmann
commit: 2c0a35a0214d93ebbe7c3b327eff588be32ac2ed
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 20 11:15:38 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 20 11:15:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0a35a0

www-plugins/adobe-flash: bump to v31.0.0.153

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-plugins/adobe-flash/Manifest  | 8 
 ...dobe-flash-31.0.0.148.ebuild => adobe-flash-31.0.0.153.ebuild} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 3bb21429e52..b596e003e29 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,4 +1,4 @@
-DIST adobe-flash-31.0.0.148-npapi.i386.tar.gz 8529825 BLAKE2B 
3b73bb3f4d1a235f02c6a1819253e9a60489bd388aa00370d7a98d49127f8f666bb99f03a33fbdd9d0ccf12033b38d87d3ecbada13cf3dec185bcc8a988d4a85
 SHA512 
16dc46da7c71e159845cbd862490fd682ff0c1e97467e42a56ace172fcba07326ed87272f250e9c96b5d3057b08dbb980973567cdc8fe24b0c5463f465056819
-DIST adobe-flash-31.0.0.148-npapi.x86_64.tar.gz 9046263 BLAKE2B 
359b08d6bfd3725211bac32fddd28dd18654133c99cdd761879fd48eae1697ab06b6f8d5a22aba98ce44ec484e5fc7b669d13066d0bc90d312aab54fd109edd8
 SHA512 
79b5a170d63e84d88c74b9ccdbe55a2ec517a28cd69df60eea9c0255ed95d4c0fb8db3a56f7343256b58c4e0aebdb0e421714d92feba494826d06c95f53a54ea
-DIST adobe-flash-31.0.0.148-ppapi.i386.tar.gz 8565088 BLAKE2B 
b700cc95c8328acbe54b2754afb697dec20287ade78d3b0db687c4dc04c0587c15d6f247a93d74035cb896cc044c28bd85815975b4b5c26399e26e7480d79948
 SHA512 
695c7df7d224bfd90458980e4e8e12385a12fe6b4586abd1043563a7bc96ae2cc8569ec979c2f6305dd4a99e9373ec1deb210cbf762391122427828b652b3de3
-DIST adobe-flash-31.0.0.148-ppapi.x86_64.tar.gz 9482344 BLAKE2B 
4de2c9b9c1580d5badc3b01ec1457d27bb935254b24aa5bbf1cc846a158b8a2f2c08ab7bcd839f9d25cb7ec31be982c1ab9e0fae634855bc6ffbed120cf6442d
 SHA512 
5c0bcd5d2530bc1930d8b2900601b863102a9f22acfcd0a02f29883c43a0e1663d67cfd1065e27a613428829c92c3806824ebc6cf85c83a992755074eed4d82f
+DIST adobe-flash-31.0.0.153-npapi.i386.tar.gz 8529821 BLAKE2B 
3a465808b09f8b1f0b3f6960b2685b8cb10bfa5c22078e6b70ae8886705bb8ccb85efeb29fe85c5f65427319bc2013da8f27384ad7f3d1b4ec3bd38c9c3913a4
 SHA512 
a32c66ad335a115df4cc99fd69ba2b52ae5487f2132e5ec0d1685a221ee653c9b4219e5322b7e1439a37d19baf36145732f7fd93e72df071d25ec6eef7c2f891
+DIST adobe-flash-31.0.0.153-npapi.x86_64.tar.gz 9045870 BLAKE2B 
ff8d75fc30569c5076d28ae41eda038a1cd75aa85329309b54bd7fd260b81de98127a97f26d173b678e9263df1509771fd4df99ed7448245c944a1b5d47a53f6
 SHA512 
32813eb27feb3a3fe4e2f1c88671468f3d264c9ecca7b8f5e9abaa772fb91077ba8d479ab1e19c8a8d74203c6b37584a69faf2a9e7849f16cebe11fa96a71b6b
+DIST adobe-flash-31.0.0.153-ppapi.i386.tar.gz 8564354 BLAKE2B 
08ae4a7417428e52c307c599a17ce931d717d09c347473950e78bfd2ca44183f6536c523c4c32178660c7f86342189e866ad58e21f0aefbeada6279c351bb50b
 SHA512 
2efdb4c771e73325b93f9f20a282051734df9d9b4c103a3235c5db56b397fce23cbda69798439d7ec2a370f15196d976844d85a3fb594d8a846b622157575910
+DIST adobe-flash-31.0.0.153-ppapi.x86_64.tar.gz 9482489 BLAKE2B 
0fba22570fcb6fb9501d9a167733c0f761f193280c1de6f99836d23aa2de0353528ca12680d7b2dc133fbac7f8f0f6e2a4080dcaf0e2480d2d37f435bdb2a88c
 SHA512 
205a1a215d87e319ba53429b583ffa3be34fec9960121505a3cedb758c9ae518c3781fd2f6f99e2e6599c3cac74c169a14ba8565525da610c141d76c6369

diff --git a/www-plugins/adobe-flash/adobe-flash-31.0.0.148.ebuild 
b/www-plugins/adobe-flash/adobe-flash-31.0.0.153.ebuild
similarity index 100%
rename from www-plugins/adobe-flash/adobe-flash-31.0.0.148.ebuild
rename to www-plugins/adobe-flash/adobe-flash-31.0.0.153.ebuild



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

2018-11-20 Thread Lars Wendler
commit: 05158cdb90c65d6bc91d7b1823f41683c22981f2
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 11:35:04 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 11:37:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05158cdb

media-libs/libwebp: Bump to version 1.0.1. Removed old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libwebp/Manifest   | 2 +-
 media-libs/libwebp/{libwebp-1.0.1_rc2.ebuild => libwebp-1.0.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libwebp/Manifest b/media-libs/libwebp/Manifest
index 6715fb40756..5711627a297 100644
--- a/media-libs/libwebp/Manifest
+++ b/media-libs/libwebp/Manifest
@@ -1,4 +1,4 @@
 DIST libwebp-0.5.2.tar.gz 1221153 BLAKE2B 
bf8f20c9dd45f70e68dda4eb1104b511be07b4e7bf13850e376c6fff32cf18048f46c718c900fedd6150b010b4a33d96dbcb602e1b0cd693c13dcec7954a2234
 SHA512 
f0d798e0ef8b58bc159c53214a62b29dff4309ced9efd7c5f0e6f837877906db8318c4c3453f92725ef6f2b069b931ce3e7961ca26db723a31eedc7b52988de2
 DIST libwebp-0.6.1.tar.gz 3990217 BLAKE2B 
680dcc56bd10797e93d09dc64ed04fd2ffb0b8131aa0c0f1497054c50f5cff73b7ee2aa96df4f7ca760640b636f6f5265ae26e7874a77a86d39d2c74197c93b7
 SHA512 
fece551d8fabdd8d7ba6807baa54a69a345f8690be4415dd0c0dea54002d78fe893a5d5aacfc13800300edd462b969d596709ac3213f6bc90f8e3698b2490d5f
 DIST libwebp-1.0.0.tar.gz 4023549 BLAKE2B 
10286182ddc1f3561d01edf095ba8921b932b950175c45bbc86400318f9a88237c7623b0bcdd0dfecea6efb085e84e029c82a61396cb784d778d59902353d2b4
 SHA512 
2af7036957722a3f1533fa2da0da15c76d7eb8ac98ec4ad5cf71dd4262f3d7c9897fb6b50befab83b7de22f0abceeb2c0ff52d60927513d40f8a41aa6a9abd99
-DIST libwebp-1.0.1-rc2.tar.gz 4030402 BLAKE2B 
1ccc5e810add63bd8fa3690e389e84fcc7d5f5f67726911976484b0a3852e05d7c98a8631933456174951f64a87c0a4378fb818d4adf0796c9c8b6bb1c470668
 SHA512 
fa48901ccabc5cd4a4178f488167653d91d05a89adfe168d43789de98ecb18a8ba378996d6f55fcf099a74bb8449949b2b11bccbfac643829f96322c3185e0ce
+DIST libwebp-1.0.1.tar.gz 4030276 BLAKE2B 
4ea3b31bac14c61fbedad14ed675adb4cc0deaed83f8c58f8d589ab2453a8cff33d7832acba39c673aa31cbb3d5c6b487151173d162f92a3698115833b03b694
 SHA512 
44e0c278b4569c03c39a1e047bccd7b4270bda12feae0dadc54f8a61fd6a66be011229f1e7e853f64749bcd9ea9e8146989e2b632459b67a4aaea4a8033a1361

diff --git a/media-libs/libwebp/libwebp-1.0.1_rc2.ebuild 
b/media-libs/libwebp/libwebp-1.0.1.ebuild
similarity index 91%
rename from media-libs/libwebp/libwebp-1.0.1_rc2.ebuild
rename to media-libs/libwebp/libwebp-1.0.1.ebuild
index 0249cafc917..910b976e833 100644
--- a/media-libs/libwebp/libwebp-1.0.1_rc2.ebuild
+++ b/media-libs/libwebp/libwebp-1.0.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://downloads.webmproject.org/releases/webp/${MY_P}.tar.gz";
 LICENSE="BSD"
 SLOT="0/7" # subslot = libwebp soname version
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~m68k-mint"
 IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png 
static-libs swap-16bit-csp tiff"
 
 # TODO: dev-lang/swig bindings in swig/ subdirectory



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

2018-11-20 Thread Lars Wendler
commit: 6f3e7b7e8a268f7ceaaecd82d988666d82c13d7f
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 11:36:41 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 11:37:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3e7b7e

sys-apps/less: Removed old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/less/Manifest|  1 -
 sys-apps/less/less-541.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index 404e172a9a1..0cfec6ef570 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -1,5 +1,4 @@
 DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d907808744b89581edeb4d8c2118ba455d024a23850902cac4d2c34d1e7b9897e02769584315c0e67ef667e
 SHA512 
8d83a18b5648c4fe85921a563aa2c40bcf495aeb611098c83cd167b1e2f706649846cdf457c8506ae2683ab362ad970a0b261747349673020894bccdb9acbc10
 DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
-DIST less-541.tar.gz 342956 BLAKE2B 
aaefc6b1486c220405a2c9288d3aa78099356468ee695991f4ea05a1431444dc1fd46ca92a65625dc33662f6ce669319e3d12d297e068efb24d252229d775ff9
 SHA512 
384f79b4acbdbf1b7d4de128a9ede405302633d78e5c057a8a4e568022072f0a73172f7bb7f2f9e45508cc8a0f4f0fa353945445a5bc59ee978dede1299e7b48
 DIST less-542.tar.gz 343847 BLAKE2B 
3f7a6eaa2f16c3f93145c23642dc7ffb2658f1d0aa4cc5e1c57fde4d06abeebd1addb614b2ae955efe99ccc05c2ca1a914166e5b55193d9cf318475ee3278904
 SHA512 
7d19d03c1367bad09cf15d612f7b0b2d328be11d4c9e0dbbfa2e685ef436fd48ab43e86ac91c93c33f53f5d0a9eb2b20d343e9a469a6f06c0363aefb32ca485f
 DIST less-544.tar.gz 344126 BLAKE2B 
82226e32605028c1914bd95be83813ef7986199f798557f4795c9148f7dfd723e9b1916f34ea6dc51fb58966e8fd97781152e26f2c3939c841b261942e9ba351
 SHA512 
bcb6c3875b79eddd6b0dc4b8b4ba9047d88e6660322e08917591f6c1a40e68b3bc5a043d00d8e41ee02235b511774995a2b828ca7b213d9d62fde2f732b69cf8

diff --git a/sys-apps/less/less-541.ebuild b/sys-apps/less/less-541.ebuild
deleted file mode 100644
index 3bc3bf38932..000
--- a/sys-apps/less/less-541.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Excellent text file viewer"
-HOMEPAGE="http://www.greenwoodsoftware.com/less/";
-SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
-
-LICENSE="|| ( GPL-3 BSD-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="pcre unicode"
-
-DEPEND=">=app-misc/editor-wrapper-3
-   >=sys-libs/ncurses-5.2:0=
-   pcre? ( dev-libs/libpcre2 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
-   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
-   local myeconfargs=(
-   --with-regex=$(usex pcre pcre2 posix)
-   --with-editor="${EPREFIX}"/usr/libexec/editor
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   newbin "${FILESDIR}"/lesspipe.sh lesspipe
-   newenvd "${FILESDIR}"/less.envd 70less
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
-   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
-   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
-   elog "Colorization support has been dropped.  If you want that, 
check out"
-   elog "the new app-text/lesspipe package."
-   fi
-}



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

2018-11-20 Thread Lars Wendler
commit: 31306fd9f4e5a11350b0a0df587d1ad7a743df52
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 11:36:12 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 11:37:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31306fd9

sys-apps/less: Bump to version 544

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/less/Manifest|  1 +
 sys-apps/less/less-544.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-apps/less/Manifest b/sys-apps/less/Manifest
index ef1b703c33c..404e172a9a1 100644
--- a/sys-apps/less/Manifest
+++ b/sys-apps/less/Manifest
@@ -2,3 +2,4 @@ DIST less-530.tar.gz 339723 BLAKE2B 
9321548b06330c0b1b5b5a36147f5b9348619ff15d90
 DIST less-531.tar.gz 340466 BLAKE2B 
6ac75b623fce478114d18cff429659499fedf4ef1a7bb067465ace91c28a7968efb224a4994a1e376a8cf40b110492f10ecda634628029107b38187044a0cd1e
 SHA512 
180b665f194d7cc40d4bbb37bd64b10be463c0705e81795bef84b20dbba1c61825bb3e3da8bcd79f9176bb3af7b1f4e4c3dfe0829a5a2195a11f5b42294daca1
 DIST less-541.tar.gz 342956 BLAKE2B 
aaefc6b1486c220405a2c9288d3aa78099356468ee695991f4ea05a1431444dc1fd46ca92a65625dc33662f6ce669319e3d12d297e068efb24d252229d775ff9
 SHA512 
384f79b4acbdbf1b7d4de128a9ede405302633d78e5c057a8a4e568022072f0a73172f7bb7f2f9e45508cc8a0f4f0fa353945445a5bc59ee978dede1299e7b48
 DIST less-542.tar.gz 343847 BLAKE2B 
3f7a6eaa2f16c3f93145c23642dc7ffb2658f1d0aa4cc5e1c57fde4d06abeebd1addb614b2ae955efe99ccc05c2ca1a914166e5b55193d9cf318475ee3278904
 SHA512 
7d19d03c1367bad09cf15d612f7b0b2d328be11d4c9e0dbbfa2e685ef436fd48ab43e86ac91c93c33f53f5d0a9eb2b20d343e9a469a6f06c0363aefb32ca485f
+DIST less-544.tar.gz 344126 BLAKE2B 
82226e32605028c1914bd95be83813ef7986199f798557f4795c9148f7dfd723e9b1916f34ea6dc51fb58966e8fd97781152e26f2c3939c841b261942e9ba351
 SHA512 
bcb6c3875b79eddd6b0dc4b8b4ba9047d88e6660322e08917591f6c1a40e68b3bc5a043d00d8e41ee02235b511774995a2b828ca7b213d9d62fde2f732b69cf8

diff --git a/sys-apps/less/less-544.ebuild b/sys-apps/less/less-544.ebuild
new file mode 100644
index 000..3bc3bf38932
--- /dev/null
+++ b/sys-apps/less/less-544.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Excellent text file viewer"
+HOMEPAGE="http://www.greenwoodsoftware.com/less/";
+SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz";
+
+LICENSE="|| ( GPL-3 BSD-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="pcre unicode"
+
+DEPEND=">=app-misc/editor-wrapper-3
+   >=sys-libs/ncurses-5.2:0=
+   pcre? ( dev-libs/libpcre2 )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   export ac_cv_lib_ncursesw_initscr=$(usex unicode)
+   export ac_cv_lib_ncurses_initscr=$(usex !unicode)
+   local myeconfargs=(
+   --with-regex=$(usex pcre pcre2 posix)
+   --with-editor="${EPREFIX}"/usr/libexec/editor
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   newbin "${FILESDIR}"/lesspipe.sh lesspipe
+   newenvd "${FILESDIR}"/less.envd 70less
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-483-r1" ; then
+   elog "The lesspipe.sh symlink has been dropped.  If you are 
still setting"
+   elog "LESSOPEN to that, you will need to update it to 
'|lesspipe %s'."
+   elog "Colorization support has been dropped.  If you want that, 
check out"
+   elog "the new app-text/lesspipe package."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-POM-View-Restructured/

2018-11-20 Thread Andreas K. Hüttel
commit: a3f034f2dbdbc19c2da1b48704e098179291f240
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Nov 20 11:37:33 2018 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Nov 20 11:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f034f2

dev-perl/Pod-POM-View-Restructured: New package

Needed for Github PR 10454

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Pod-POM-View-Restructured/Manifest|  1 +
 .../Pod-POM-View-Restructured-1.0.1.ebuild | 28 ++
 dev-perl/Pod-POM-View-Restructured/metadata.xml|  8 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Pod-POM-View-Restructured/Manifest 
b/dev-perl/Pod-POM-View-Restructured/Manifest
new file mode 100644
index 000..e3be478c00a
--- /dev/null
+++ b/dev-perl/Pod-POM-View-Restructured/Manifest
@@ -0,0 +1 @@
+DIST Pod-POM-View-Restructured-1.01.tar.gz 18830 BLAKE2B 
7b09f1e5324a1f4a109b2b2a004d284e6f1dc60904ee78b22a3952e39b9e69b61e0b1e2e2272c2022f624db74eece3e803b5170e65407d11c6335549d91de549
 SHA512 
5c2eee8cf20713f0aba80dda01d61b792999086c30a49c48c8168d750d990de7d4f11e55ce84d022c32458e7969631bf73f04404f2780b1a8176670761ab4177

diff --git 
a/dev-perl/Pod-POM-View-Restructured/Pod-POM-View-Restructured-1.0.1.ebuild 
b/dev-perl/Pod-POM-View-Restructured/Pod-POM-View-Restructured-1.0.1.ebuild
new file mode 100644
index 000..8f708b48296
--- /dev/null
+++ b/dev-perl/Pod-POM-View-Restructured/Pod-POM-View-Restructured-1.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ALEXM
+DIST_VERSION=1.01
+inherit perl-module
+
+DESCRIPTION="View for Pod::POM that outputs reStructuredText"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Getopt-Long
+   dev-perl/Pod-POM
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Pod-POM-View-Restructured/metadata.xml 
b/dev-perl/Pod-POM-View-Restructured/metadata.xml
new file mode 100644
index 000..f53c778e0d3
--- /dev/null
+++ b/dev-perl/Pod-POM-View-Restructured/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+p...@gentoo.org
+Gentoo Perl Project
+
+



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

2018-11-20 Thread Thomas Deutschmann
commit: a36343ef2beec21b1f5875e507872df1c8b23300
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 20 12:11:06 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 20 12:11:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36343ef

dev-libs/libmspack: bump to v0.9.1 alpha

No changes, upstream just re-released tarball with updated docs.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/libmspack/Manifest | 2 +-
 .../{libmspack-0.9_alpha.ebuild => libmspack-0.9.1_alpha.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmspack/Manifest b/dev-libs/libmspack/Manifest
index 04905a437d0..b30d47a2ead 100644
--- a/dev-libs/libmspack/Manifest
+++ b/dev-libs/libmspack/Manifest
@@ -1,4 +1,4 @@
 DIST libmspack-0.6alpha.tar.gz 476992 BLAKE2B 
3ff510e108e12741b661a4960f204ce268572f79917d4ec18e105d09cee3f515d76e02a2432717ad6c2118c7eb191b51902ce86e3c5b441ee269740816b2a392
 SHA512 
7ba4a584d335c2d703628a3c179bc0d323574632357cdfe04622f960dcc4ef970b5739799397b6802d44a312f7ed9d589b4be223facf044bbfdbfd76d9c7405d
 DIST libmspack-0.7.1alpha.tar.gz 486840 BLAKE2B 
f97abba7b261cced6e5c500c50243920c44ae8bc245e54386c4568e17989f2bad2c3316d83ebbd75220b50b09ed4ded156965e9aa430bd207aaa6b7c6218d800
 SHA512 
e903629a34c29099a261a108e4eb9cda485ab999bbc3383e3cd6a39715077d00b26a1c641b0f3df0eef60d2e15a7ef623379df0cfe25b99d4eda080529ffec7b
 DIST libmspack-0.8alpha.tar.gz 488869 BLAKE2B 
346609f86e1668f012794c89704991d9e1c206f73f47febcc6c32b6523819f00bf13aeafb250611b73ab8eb25764a6ada0cecaf138452ece64674784aeaeaedd
 SHA512 
d178afc4d2eded204594c81af1c91be17d3be4f1a09829e08c103023aa7badc6b2595e9ec13cc7f77e3262d2cd874ed40ce6da01695c5c839682562740d2bf0a
-DIST libmspack-0.9alpha.tar.gz 489861 BLAKE2B 
cebb8a0b985ed5efcd7ce9ef75241cec0529f1e2e5bf6ee1479bd36aa2b75dd5c2eae1e13ed6947cfc929174e4c420aecd2f1ab906017d84b67946cb260bc006
 SHA512 
19f3a39626f2fb54512acc6b18e8a8ccbff0bbfeacb852807bb307c5a18ccf8e955d6d3b652d68bdcded7b545dc476aa8412150645cce124ac2649a67faf117b
+DIST libmspack-0.9.1alpha.tar.gz 494651 BLAKE2B 
4543215efbcac9cd2703cd56f2297645463831cc2dfa6b38d87c5f48f39676347bb20739e0e389e021983d910b9be99bfd369fb30d36090f3f72f09532d6bd1d
 SHA512 
4e39c2be8768c5c0b0d0798c9322ff022173f5e05af1636c18541bbc9f58c1ae1af59252d5631340fca601495c5b1e5abed0ad83481387421d2df5efb75cd49a

diff --git a/dev-libs/libmspack/libmspack-0.9_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.9.1_alpha.ebuild
similarity index 100%
rename from dev-libs/libmspack/libmspack-0.9_alpha.ebuild
rename to dev-libs/libmspack/libmspack-0.9.1_alpha.ebuild



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

2018-11-20 Thread Guilherme Amadio
commit: afc36ff6b20e1cc10e55e428e89290003314c467
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Mon Nov 19 16:32:02 2018 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Nov 20 12:32:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc36ff6

dev-libs/vc: version bump to 1.4.1

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-libs/vc/Manifest | 2 +-
 dev-libs/vc/{vc-1.4.0.ebuild => vc-1.4.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/vc/Manifest b/dev-libs/vc/Manifest
index 023cafa0a70..595155e21a7 100644
--- a/dev-libs/vc/Manifest
+++ b/dev-libs/vc/Manifest
@@ -28,4 +28,4 @@ DIST vc-1.3.3-reference-log2-sp.dat 1200200 BLAKE2B 
01a3124c9717187485e0d6d172be
 DIST vc-1.3.3-reference-sincos-dp.dat 360 BLAKE2B 
2f3a4d208d8b87c6f84a9f7d6a0920c98735382fcf37cc28efef5199b7e216cae9402a3c631d5a445739d8bafd782bdb80ef205146169e5d10ab9d6dfcff
 SHA512 
92f5cbe61cc79188759cc7d03e28df1644405bf2249fc59bb84f567bca6937053c5e2c1f7b0674e745d6656da6772703305118040b9c7a272da1d8bc52d49858
 DIST vc-1.3.3-reference-sincos-sp.dat 180 BLAKE2B 
c0993d43ec2c88edcbab2ade63f1a960ed64ccfd78fb5355aa0a6940b3860669dfafee75190a67e77f53d6005f9cf7e9e82abdd270e171606ebbb143b7326907
 SHA512 
0760409ae093c7d897e6ac0b689fea5c1cf9cf58e3c39e2880fcacf56398e9c3ceb897f725ef54730b95847f11ca73a05fd96e108aa153ba6d22c21f7104c009
 DIST vc-1.3.3.tar.gz 781361 BLAKE2B 
8e98cd983e7ef132e8d2a74f53d95e1ae7ba52b90da8878512ee4df33751ddce40dca6e70c8384048a86e495c6387d425db6cc5df0b7d15afd14f0fee94eb2b7
 SHA512 
dbc6f5bc723c52d3116301798b600b08bde510cff9e6777312d1970c61ad1b71fd83335ce65e9993a9f582a20b9de73984d553039452908ef229c4bde3b334f2
-DIST vc-1.4.0.tar.gz 628333 BLAKE2B 
be9ff9e34ce4859db96044f409a44c5b551ba6e31b317132944e70e61b58fb5a0c7d9c27aab6307be6d6213e8bd57a1964a857d96b52851cd356d6615ff1e197
 SHA512 
7924d6f3dd066b0258781c51ec527add7e4adbadb2b755face240a88aed2026fb6b0bf77e7008a0dc4c425f0e3ee7a8b1e40781397f4417979cc41d8a9d09a18
+DIST vc-1.4.1.tar.gz 638797 BLAKE2B 
38feab898a4ce2b15c4db508369426a6b470f24b81e6676ad0e667cc08efaf30e96ed1455c667372104192fe6eb2340fdbd367298fa68e3168350c2e134cc0b8
 SHA512 
dd17e214099796c41d70416d365ea038c00c5fda285b05e48d7ee4fe03f4db2671d2be006ca7b98b0d4133bfcb57faf04cecfe35c29c3b006cd91c9a185cc04a

diff --git a/dev-libs/vc/vc-1.4.0.ebuild b/dev-libs/vc/vc-1.4.1.ebuild
similarity index 100%
rename from dev-libs/vc/vc-1.4.0.ebuild
rename to dev-libs/vc/vc-1.4.1.ebuild



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

2018-11-20 Thread Agostino Sarubbo
commit: 5830d121f5577dabecc75eddee9bbb98ad09c1ab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 20 12:45:12 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 20 12:45:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5830d121

dev-db/mariadb: amd64 stable wrt bug #670388

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-db/mariadb/mariadb-10.0.37.ebuild | 2 +-
 dev-db/mariadb/mariadb-10.1.37.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.0.37.ebuild 
b/dev-db/mariadb/mariadb-10.0.37.ebuild
index f31a98f93a1..df42e8fc203 100644
--- a/dev-db/mariadb/mariadb-10.0.37.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.37.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mariadb/mariadb-10.1.37.ebuild 
b/dev-db/mariadb/mariadb-10.1.37.ebuild
index bbbd396a290..e273028ef3a 100644
--- a/dev-db/mariadb/mariadb-10.1.37.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.37.ebuild
@@ -40,7 +40,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-11-20 Thread Matthew Thode
commit: 3fbb508c286c857b29d0e5d6a481efd6a922ef51
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov 20 12:47:55 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov 20 12:48:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbb508c

dev-python/python-openstackclient: 3.14.3 and 3.16.2 bump

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

 dev-python/python-openstackclient/Manifest |  2 ++
 .../python-openstackclient-3.14.3.ebuild   | 38 ++
 .../python-openstackclient-3.16.2.ebuild   | 38 ++
 3 files changed, 78 insertions(+)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index f1c660049c9..c6e1da68887 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,2 +1,4 @@
 DIST python-openstackclient-3.14.2.tar.gz 668307 BLAKE2B 
32bcd033f856e29d5ce7c190025b15017427f2ffa0fd5d311ddf57567184ae7565c50f618346476afdc8802a6d50d3578338e436a28e18494351b982b5b803d9
 SHA512 
118053f339577832b2c7bd9e62da67ad631ce2ca514009e767538be99d14580f066e6efdac8a93ad4df8cee1d19c41ecfa5fc7b2b9ca3fe0f1d664abedf39a42
+DIST python-openstackclient-3.14.3.tar.gz 670217 BLAKE2B 
1b9b9f2a1ae4f4fda943cd0ead35de27446e6b6e616f196094f6a6870c657e0569ceea904ff31cef26d6af35186e5a8a5a64724156a0a82001543c34410fc7a2
 SHA512 
b3f81272fca1e47f241d95901081f711633ac984377e1ae8c5ff32b1fb256a1e409a404c92a8d933425ec98eb15594667556b3e97c4ba7398ea83becc5cff893
 DIST python-openstackclient-3.16.1.tar.gz 693759 BLAKE2B 
fe4cea827eb88ef2aee105c6fcfaa282a57579a78c894c783330ce1515877f803215c937789e161de32836476bbe30052cec1fbc2dd7d5df2a817f24a0cbd7fe
 SHA512 
e51806cc0bb2caa88090f518b592695d14190b2e14c0e647b69b977b30f288a8038be87aafee8332fe1ec707dc4598db7661668f0eb863f6c43c2f1d11e75d26
+DIST python-openstackclient-3.16.2.tar.gz 697555 BLAKE2B 
11a911d8b11912d70c5e05df51b1d405c4e6a36b20378e89c8bda26dc7802d33fb4ca6b4e9a16b92bd6d0c33dc681b7540fc9af84742d42f69dd17d568558ceb
 SHA512 
4966dc35e80c8b477629bd06c8f25c14ec32240669469c1b61b971654b0a62a43f5da7601343c40362b19f91c3c5a1e45b34c0c7c94da89e1503247d5dd80b56

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-3.14.3.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-3.14.3.ebuild
new file mode 100644
index 000..5e54abf190d
--- /dev/null
+++ b/dev-python/python-openstackclient/python-openstackclient-3.14.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack APIs"
+HOMEPAGE="https://github.com/openstack/python-openstackclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.9.19[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
+"

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-3.16.2.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-3.16.2.ebuild
new file mode 100644
index 000..2ad16368392
--- /dev/null
+++ b/dev-python/python-openstackclient/python-openstackclient-3.16.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack APIs"
+HOMEPAGE="https://github.com/openstack/python-openstackclient";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[$

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

2018-11-20 Thread Louis Sautier
commit: 20828f1f2f34eac38b4806f7db9adb6ecad70399
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Nov 20 13:43:51 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Nov 20 13:43:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20828f1f

dev-python/ipython: also enforce prompt_toolkit-2 dep. for 6.1.0

Bug: https://bugs.gentoo.org/669926
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 .../ipython/{ipython-6.1.0-r1.ebuild => ipython-6.1.0-r2.ebuild}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipython/ipython-6.1.0-r1.ebuild 
b/dev-python/ipython/ipython-6.1.0-r2.ebuild
similarity index 97%
rename from dev-python/ipython/ipython-6.1.0-r1.ebuild
rename to dev-python/ipython/ipython-6.1.0-r2.ebuild
index d89e54743ec..cf2d06ab049 100644
--- a/dev-python/ipython/ipython-6.1.0-r1.ebuild
+++ b/dev-python/ipython/ipython-6.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,6 +23,7 @@ CDEPEND="
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pickleshare[${PYTHON_USEDEP}]
>=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/files/, net-firewall/iptables/

2018-11-20 Thread Lars Wendler
commit: 070fae35cc6d85cdb9c35b92b476394e17c8c144
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 13:53:28 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 13:54:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070fae35

net-firewall/iptables: Removed old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-firewall/iptables/Manifest |   1 -
 .../iptables/files/iptables-1.4.21-configure.patch |  34 ---
 .../iptables-1.4.21-static-connlabel-config.patch  |  77 ---
 net-firewall/iptables/iptables-1.4.21-r1.ebuild|  93 --
 net-firewall/iptables/iptables-1.4.21-r5.ebuild| 104 -
 5 files changed, 309 deletions(-)

diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index 8808dd33a3a..2d94c7883a8 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -1,4 +1,3 @@
-DIST iptables-1.4.21.tar.bz2 547439 BLAKE2B 
e30f25581a118b91781dcc02761d4c8c420fb19876ec9e8ade3aff22b574931065f9a1c1ec31983a444c406dd928c47673d02698553da85c3db4f31484b1597d
 SHA512 
dd4baccdb080284d8620e6ed59beafc2677813f3e099051764b07f8e394f6d94ca11861b181f3cce7c55c66de64c1e2add13dc1a0b64e24050cd9fb7aea0689b
 DIST iptables-1.6.1.tar.bz2 620890 BLAKE2B 
b45ac26e1fb7e8b17a6df0afab3b6c0e2f0a5df9191367548136b3ce9aadc1bcb875b8bc0403e6f12fcf487054e96418f4ef34da827af8989fd4dcf83cd3cd8d
 SHA512 
12280db6e6ef8e68da2537e9da59fc601790fd02b1ba38a37c90dbb56272018329dccb8be995f96ecd5d94fafa6043204f3e8f8ee96531685d9e3c55359d2ee8
 DIST iptables-1.6.2.tar.bz2 639785 BLAKE2B 
3d129756fd33c8c73d56d57e3c5595896db86ded14834a45db21b964d82840b62216ce3cea4ae4960e8c5f0671df3cc6bfb222f68d29cf3a8c99e0eee14bf017
 SHA512 
04f22e969c794246b9aa28055b202638081cfb0bb4a5625c049a30c48ac84cdd41db12a53c5831398cfe47c8f5691aa02b30b0ae3b5afe0f20ec48cf86a799c0
 DIST iptables-1.8.1.tar.bz2 678706 BLAKE2B 
671e7329cc07dae0fbc54c1f6061bc148c4823e1f675369ee36a7cd2346cc1a9a516d5aa2e8a3506d5400027c1ba306cbe426940894117710bc61aacd256fccd
 SHA512 
96a896b6dd26c2d0b4e1672d428ea3c3aab0a3c9e56a896af3a2b8428c4212d7378ba555e0be198b0ccb3fd370bca529466ab8b4edc1777eb7deed600d3f0e11

diff --git a/net-firewall/iptables/files/iptables-1.4.21-configure.patch 
b/net-firewall/iptables/files/iptables-1.4.21-configure.patch
deleted file mode 100644
index e827885f168..000
--- a/net-firewall/iptables/files/iptables-1.4.21-configure.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://bugs.gentoo.org/557586
-
-From b24e59fba39120bfdb9e521bbd0af8f33a60466e Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Sat, 15 Aug 2015 14:12:39 -0400
-Subject: [PATCH] configure: fix 3rd arg w/AC_ARG_ENABLE
-
-The 3rd arg is used when --{enable,disable}-foo are passed in, not when
-the feature is enabled.  Use the existing $enableval instead.
-
-Signed-off-by: Mike Frysinger 

- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
 a/configure
-+++ b/configure
-@@ -11898,14 +11898,14 @@ fi
- 
- # Check whether --enable-bpf-compiler was given.
- if test "${enable_bpf_compiler+set}" = set; then :
--  enableval=$enable_bpf_compiler; enable_bpfc="yes"
-+  enableval=$enable_bpf_compiler; enable_bpfc="$enableval"
- else
-   enable_bpfc="no"
- fi
- 
- # Check whether --enable-nfsynproxy was given.
- if test "${enable_nfsynproxy+set}" = set; then :
--  enableval=$enable_nfsynproxy; enable_nfsynproxy="yes"
-+  enableval=$enable_nfsynproxy; enable_nfsynproxy="$enableval"
- else
-   enable_nfsynproxy="no"
- fi

diff --git 
a/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch 
b/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch
deleted file mode 100644
index a4183d6d402..000
--- a/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-https://bugs.gentoo.org/558234
-http://git.netfilter.org/iptables/commit/?id=825fbda5482a7d5ec5a6619c81fe07ff865c7d6e
-
-From 825fbda5482a7d5ec5a6619c81fe07ff865c7d6e Mon Sep 17 00:00:00 2001
-From: Florian Westphal 
-Date: Fri, 5 Sep 2014 20:45:56 +0200
-Subject: [PATCH] extensions: libxt_connlabel: do not open config file from
- _init hook
-
-else, static builds will print this for every iptables invocation,
-even 'iptables -L'.  Delay open until we need to translate a mapping.
-
-Reported-by: Thomas De Schampheleire 
-Signed-off-by: Florian Westphal 

- extensions/libxt_connlabel.c | 27 ---
- 1 file changed, 20 insertions(+), 7 deletions(-)
-
-diff --git a/extensions/libxt_connlabel.c b/extensions/libxt_connlabel.c
-index c84a167..1f83095 100644
 a/extensions/libxt_connlabel.c
-+++ b/extensions/libxt_connlabel.c
-@@ -29,11 +29,26 @@ static const struct xt_option_entry connlabel_mt_opts[] = {
-   XTOPT_TABLEEND,
- };
- 
-+/* cannot do this via _init, else static builds might spew error message

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2018-11-20 Thread Craig Andrews
commit: 69c55fe81421d26d44bbfe5ee23011f5ef7e6f61
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Nov 20 14:17:26 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Nov 20 14:18:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c55fe8

media-plugins/kodi-inputstream-adaptive: 2.3.11 version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.3.11.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 31f2b2d2811..4df645ea88e 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -3,6 +3,7 @@ DIST kodi-inputstream-adaptive-2.0.19.tar.gz 881342 BLAKE2B 
afa1341e9f45d5b97338
 DIST kodi-inputstream-adaptive-2.0.20.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.0.25.tar.gz 881743 BLAKE2B 
210b23fe42a262696b2dc10efeee5303b3c859a5d1cb4a94cb3628f6d2ca17fb29d170c728a51e1ea6767ecaa79b2c56831169d960da569fe71f18fc474cb2d5
 SHA512 
51d65fc83f50f7544198666123eb82bcd55a6524b7bbbec403375013264d24ecf8c3f326c815df98f77458af121dc4d81e863cd5f6b9ae49a1fcd50207a37bbe
 DIST kodi-inputstream-adaptive-2.3.10.tar.gz 484101 BLAKE2B 
f811933ad283ef824a6b663aed2752dee4fa5da9851e9919c99157ab0d8a760ed7f8db23f6b8d473433d57bb20d44f53992e8ce938c19cab97bd1e88ea89e215
 SHA512 
bb18d61b134ceafc94879d3fbde5b0f8bff86af70283786d45cf8ab5e77f9b0610a347405dc8f5761e58c218dc26282f9091cde96284e37683f2e9792141b0dd
+DIST kodi-inputstream-adaptive-2.3.11.tar.gz 484770 BLAKE2B 
23a19540ec911e254b5ea65180e548d59a4e2852be76e9493284138b0036651dac31dc35159dc8e56dc14e1a09f68eab1e637518c9f900e4d6bd346c3285df86
 SHA512 
a5371b92c688095947f5b3dd34e9c0c80b981b67151dd8b88c16ca2f47383c1274c39f3b2854e4518dcf6d075c740bc2ee94e49486c89733a913641949463129
 DIST kodi-inputstream-adaptive-2.3.7.tar.gz 482344 BLAKE2B 
40b3b70799ba57c36c11a0dbd29e2a0938e9cfc356994005fc894a8454f310c3fc454e024f96cacee031cb141d0c7697cf852f7e604693d495e43a6232ad0c5e
 SHA512 
ae344350b0df188a1adfbd5e7d72a473d6dbac35a4f71cba2646d2190009dcaff0ec7a802d368a0a15fa69b2d08130664cb5985b19cd65938c36c756b113919b
 DIST kodi-inputstream-adaptive-2.3.8.tar.gz 483567 BLAKE2B 
603c56662cadbb95afca8b7cb7dd7902082e27814148580389c3d58c626ce1b65635ea0f17636af2dc654cb7691bd431888d37880d2c87d55f4dea47da15c3a7
 SHA512 
277535556bbb9f430b04a4ef80a519f18e4a6082b197cceee0a8c10a4b35b8d3eed5d9f30d1a15743a4637d93ffcf43f50aa9b484d59ec86ba6a922a0c0acb80
 DIST kodi-inputstream-adaptive-2.3.9.tar.gz 483983 BLAKE2B 
98c7862c66dde1a8f72ce140cd3c5b290f898b9f5a75060ff3c00bb36ce4daf1704726b58e102b6b78ce67f66b01b4ca91779297cf65426323430a28be02b12b
 SHA512 
8875162308aa5a9e259695d5dc0059725eeaa565baf3309470a87e6795e78aea7d0485eaee6aaa48247a8e0d9ebb3fa9e81b2d1e06c024bea5d6cf66e732bbee

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.11.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.11.ebuild
new file mode 100644
index 000..4c3d3f943e5
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.3.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git";
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git";
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-18*
+   =media-libs/kodi-platform-18*
+   =dev-libs/libplatform-2*
+   "
+RDEPEND="
+   ${DEPEND}
+   "



[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/files/, net-firewall/iptables/

2018-11-20 Thread Lars Wendler
commit: 7ed84d5b5c472c3251c4acb752d9fed6880bf973
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 14:21:32 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 14:22:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed84d5b

Revert "net-firewall/iptables: Removed old."

This reverts commit 070fae35cc6d85cdb9c35b92b476394e17c8c144.

Signed-off-by: Lars Wendler  gentoo.org>

 net-firewall/iptables/Manifest |   1 +
 .../iptables/files/iptables-1.4.21-configure.patch |  34 +++
 .../iptables-1.4.21-static-connlabel-config.patch  |  77 +++
 net-firewall/iptables/iptables-1.4.21-r1.ebuild|  93 ++
 net-firewall/iptables/iptables-1.4.21-r5.ebuild| 104 +
 5 files changed, 309 insertions(+)

diff --git a/net-firewall/iptables/Manifest b/net-firewall/iptables/Manifest
index 2d94c7883a8..8808dd33a3a 100644
--- a/net-firewall/iptables/Manifest
+++ b/net-firewall/iptables/Manifest
@@ -1,3 +1,4 @@
+DIST iptables-1.4.21.tar.bz2 547439 BLAKE2B 
e30f25581a118b91781dcc02761d4c8c420fb19876ec9e8ade3aff22b574931065f9a1c1ec31983a444c406dd928c47673d02698553da85c3db4f31484b1597d
 SHA512 
dd4baccdb080284d8620e6ed59beafc2677813f3e099051764b07f8e394f6d94ca11861b181f3cce7c55c66de64c1e2add13dc1a0b64e24050cd9fb7aea0689b
 DIST iptables-1.6.1.tar.bz2 620890 BLAKE2B 
b45ac26e1fb7e8b17a6df0afab3b6c0e2f0a5df9191367548136b3ce9aadc1bcb875b8bc0403e6f12fcf487054e96418f4ef34da827af8989fd4dcf83cd3cd8d
 SHA512 
12280db6e6ef8e68da2537e9da59fc601790fd02b1ba38a37c90dbb56272018329dccb8be995f96ecd5d94fafa6043204f3e8f8ee96531685d9e3c55359d2ee8
 DIST iptables-1.6.2.tar.bz2 639785 BLAKE2B 
3d129756fd33c8c73d56d57e3c5595896db86ded14834a45db21b964d82840b62216ce3cea4ae4960e8c5f0671df3cc6bfb222f68d29cf3a8c99e0eee14bf017
 SHA512 
04f22e969c794246b9aa28055b202638081cfb0bb4a5625c049a30c48ac84cdd41db12a53c5831398cfe47c8f5691aa02b30b0ae3b5afe0f20ec48cf86a799c0
 DIST iptables-1.8.1.tar.bz2 678706 BLAKE2B 
671e7329cc07dae0fbc54c1f6061bc148c4823e1f675369ee36a7cd2346cc1a9a516d5aa2e8a3506d5400027c1ba306cbe426940894117710bc61aacd256fccd
 SHA512 
96a896b6dd26c2d0b4e1672d428ea3c3aab0a3c9e56a896af3a2b8428c4212d7378ba555e0be198b0ccb3fd370bca529466ab8b4edc1777eb7deed600d3f0e11

diff --git a/net-firewall/iptables/files/iptables-1.4.21-configure.patch 
b/net-firewall/iptables/files/iptables-1.4.21-configure.patch
new file mode 100644
index 000..e827885f168
--- /dev/null
+++ b/net-firewall/iptables/files/iptables-1.4.21-configure.patch
@@ -0,0 +1,34 @@
+https://bugs.gentoo.org/557586
+
+From b24e59fba39120bfdb9e521bbd0af8f33a60466e Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 15 Aug 2015 14:12:39 -0400
+Subject: [PATCH] configure: fix 3rd arg w/AC_ARG_ENABLE
+
+The 3rd arg is used when --{enable,disable}-foo are passed in, not when
+the feature is enabled.  Use the existing $enableval instead.
+
+Signed-off-by: Mike Frysinger 
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/configure
 b/configure
+@@ -11898,14 +11898,14 @@ fi
+ 
+ # Check whether --enable-bpf-compiler was given.
+ if test "${enable_bpf_compiler+set}" = set; then :
+-  enableval=$enable_bpf_compiler; enable_bpfc="yes"
++  enableval=$enable_bpf_compiler; enable_bpfc="$enableval"
+ else
+   enable_bpfc="no"
+ fi
+ 
+ # Check whether --enable-nfsynproxy was given.
+ if test "${enable_nfsynproxy+set}" = set; then :
+-  enableval=$enable_nfsynproxy; enable_nfsynproxy="yes"
++  enableval=$enable_nfsynproxy; enable_nfsynproxy="$enableval"
+ else
+   enable_nfsynproxy="no"
+ fi

diff --git 
a/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch 
b/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch
new file mode 100644
index 000..a4183d6d402
--- /dev/null
+++ b/net-firewall/iptables/files/iptables-1.4.21-static-connlabel-config.patch
@@ -0,0 +1,77 @@
+https://bugs.gentoo.org/558234
+http://git.netfilter.org/iptables/commit/?id=825fbda5482a7d5ec5a6619c81fe07ff865c7d6e
+
+From 825fbda5482a7d5ec5a6619c81fe07ff865c7d6e Mon Sep 17 00:00:00 2001
+From: Florian Westphal 
+Date: Fri, 5 Sep 2014 20:45:56 +0200
+Subject: [PATCH] extensions: libxt_connlabel: do not open config file from
+ _init hook
+
+else, static builds will print this for every iptables invocation,
+even 'iptables -L'.  Delay open until we need to translate a mapping.
+
+Reported-by: Thomas De Schampheleire 
+Signed-off-by: Florian Westphal 
+---
+ extensions/libxt_connlabel.c | 27 ---
+ 1 file changed, 20 insertions(+), 7 deletions(-)
+
+diff --git a/extensions/libxt_connlabel.c b/extensions/libxt_connlabel.c
+index c84a167..1f83095 100644
+--- a/extensions/libxt_connlabel.c
 b/extensions/libxt_connlabel.c
+@@ -29,11 +29,26 @@ static const struct xt_option_entry connlabel_mt_opts[] = {
+   XTOPT_TABLEEND,
+ };
+ 
++/* cannot do this via _init, else static builds might sp

[gentoo-commits] proj/portage-utils:master commit in: /

2018-11-20 Thread Fabian Groffen
commit: 2e83b5bd31ee989b79fbed7d2a9882f98c2771a5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Nov 20 14:24:33 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Nov 20 14:24:33 2018 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=2e83b5bd

qdepends: match reverse deps without SLOT if not given

Continuation of bug #668418, atom_compare is strict about SLOT matches.

Bug: https://bugs.gentoo.org/668418
Signed-off-by: Fabian Groffen  gentoo.org>

 qdepends.c | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/qdepends.c b/qdepends.c
index 3ff0ebb..e6b9bcf 100644
--- a/qdepends.c
+++ b/qdepends.c
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2018 Gentoo Foundation
+ * Copyright 2005-2018 Gentoo Authors
  * Distributed under the terms of the GNU General Public License v2
  *
  * Copyright 2005-2010 Ned Ludd- 
  * Copyright 2005-2014 Mike Frysinger  - 
+ * Copyright 2018- Fabian Groffen  - 
  */
 
 #ifdef APPLET_qdepends
@@ -486,6 +487,7 @@ qdepends_vdb_deep_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv)
depend_atom *as;
depend_atom *ac;
char firstmatch = 0;
+   char *sslot;
 
if (!q_vdb_pkg_eat(pkg_ctx, state->depend_file, &depend, &depend_len))
return 0;
@@ -569,7 +571,13 @@ qdepends_vdb_deep_cb(q_vdb_pkg_ctx *pkg_ctx, void *priv)
ptr + match.rm_so);
ac = atom_explode(qbuf);
 
+   /* drop SLOT when not present in aq so we can match atoms
+* regardless */
+   sslot = ac->SLOT;
+   if (aq->SLOT == NULL && ac->SLOT != NULL)
+   ac->SLOT = NULL;
ret = atom_compare(ac, aq);
+   ac->SLOT = sslot;
if (ret != EQUAL) {
atom_implode(ac);
break;



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

2018-11-20 Thread Lars Wendler
commit: b28e60d76c3f7a1f4ff4322acd6aa006364f9de7
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Nov 20 14:45:17 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Nov 20 14:45:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28e60d7

dev-libs/openssl: Security bump to versions 1.0.2q, 1.1.0j and 1.1.1a

Removed old.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 dev-libs/openssl/Manifest  |  21 ++--
 .../files/openssl-1.1.0i-CVE-2018-0734.patch   | 131 -
 .../files/openssl-1.1.0i-CVE-2018-0735.patch   |  44 ---
 .../files/openssl-1.1.1-CVE-2018-0734.patch| 131 -
 .../files/openssl-1.1.1-CVE-2018-0735.patch|  44 ---
 ...enssl-1.1.1-r3.ebuild => openssl-1.0.2q.ebuild} | 128 +++-
 ...nssl-1.1.0i-r3.ebuild => openssl-1.1.0j.ebuild} |   2 -
 ...enssl-1.1.1-r3.ebuild => openssl-1.1.1a.ebuild} |   5 -
 8 files changed, 85 insertions(+), 421 deletions(-)

diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index 6586b888cd9..830b54cf634 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -1,17 +1,22 @@
 DIST openssl-0.9.8zh.tar.gz 3818524 BLAKE2B 
610bb4858900983cf4519fa8b63f1e03b3845e39e68884fd8bebd738cd5cd6c2c75513643af49bf9e2294adc446a6516480fe9b62de55d9b6379bf9e7c5cd364
 SHA512 
b97fa2468211f86c0719c68ad1781eff84f772c479ed5193d6da14bac086b4ca706e7d851209d9df3f0962943b5e5333ab0def00110fb2e517caa73c0c6674c6
+DIST openssl-1.0.2-patches-1.5.tar.xz 12404 BLAKE2B 
6c1b8c28f339f539b2ab8643379502a24cf62bffde00041dce54d5dd9e8d2620b181362ee5464b0ab32ba4948e209697bfabadbea2944a409a1009100d298f24
 SHA512 
5725e2d9d1ee8cc074bcef3bed61c71bdab2ff1c114362110c3fb8da11ad5bc8f2ff28e90a293f5f3a5cf96ecda54dffdb7ab3fb3f8b23ef6472250dc3037659
 DIST openssl-1.0.2-patches-1.6.tar.xz 16004 BLAKE2B 
28c7e9a8c8b09a34aa6ed21dec18b04c1d6140276e319cfa99b63db5ae188ca7837c444e8352748ffc86e6df7676534aef2f28788e825ee8207c0f876efb5b7b
 SHA512 
eac9bbbebd8d942707ef385ee466929045bb4698985f7a0fb16f529f2101a246735cc2e654bfbdaa8a178224bb5ac564478a7587e6156cfcbdfe62a719bfb0a3
 DIST openssl-1.0.2p.tar.gz 5338192 BLAKE2B 
fe4c0e2bf75d47a76e7377c7977be7bcaaa532061ab89ee989786eeb6495295711a29a88bf026c85d9ed55c97e71b0e9c8cf4c29b6e58a3dc56bcff518666823
 SHA512 
958c5a7c3324bbdc8f07dfb13e11329d9a1b4452c07cf41fbd2d42b5fe29c95679332a3476d24c2dc2b88be16e4a24744aba675a05a388c0905756c77a8a2f16
 DIST openssl-1.0.2p_ec_curve.c 17254 BLAKE2B 
d40d8d6e770443f07abe70e2c4ddda6aec1cc8e37dc1f226a3fdd9ed5d228f09c6d372e8956b1948b55ee1d57d1429493e7288d0f54d9466a37fec805c85aacb
 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15
 DIST openssl-1.0.2p_ectest.c 30735 BLAKE2B 
95333a27f1cf0a4305a3cee7f6d46b9d4673582ca9acfcf5ba2a0d9d317ab6219cd0d2ff0ba3a55a317c8f5819342f05cc17ba80ec2c92b2b4cab9a3552382e1
 SHA512 
f2e4d34327b490bc8371f0845c69df3f9fc51ea16f0ea0de0411a0c1fa9d49bb2b6fafc363eb3b3cd919dc7c24e4a0d075c6ff878c01d70dae918f2540874c19
 DIST openssl-1.0.2p_hobble-openssl 1302 BLAKE2B 
647caa6a0f4c53a2e77baa3b8e5961eaef3bb0ff38e7d5475eab8deef3439f7fe49028ec9ed0406f3453870b62cac67c496b3a048ee4c9ff4c6866d520235960
 SHA512 
3d757a4708e74a03dd5cb9b8114dfe442ed9520739a6eca693be4c4265771696f1449ea06d1c9bcfc6e94fc9b0dd0c10e153f1c3b0334831c0550b36cd63326e
+DIST openssl-1.0.2q.tar.gz 5345604 BLAKE2B 
c03dd92de1cc8941a7f3e4d9f2fe6f8e4ea89eccc58743d7690491fc22cc54a9783311699b008aeb4a0d37cd3172154e67623c8ada6fc8dde57e80a5cd3c5fc1
 SHA512 
403e6cad42db3ba860c3fa4fa81c1b7b02f0b873259e5c19a7fc8e42de0854602555f1b1ca74f4e3a7737a4cbd3aac063061e628ec86534586500819fae7fec0
+DIST openssl-1.0.2q_ec_curve.c 17254 BLAKE2B 
d40d8d6e770443f07abe70e2c4ddda6aec1cc8e37dc1f226a3fdd9ed5d228f09c6d372e8956b1948b55ee1d57d1429493e7288d0f54d9466a37fec805c85aacb
 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15
+DIST openssl-1.0.2q_ectest.c 30735 BLAKE2B 
95333a27f1cf0a4305a3cee7f6d46b9d4673582ca9acfcf5ba2a0d9d317ab6219cd0d2ff0ba3a55a317c8f5819342f05cc17ba80ec2c92b2b4cab9a3552382e1
 SHA512 
f2e4d34327b490bc8371f0845c69df3f9fc51ea16f0ea0de0411a0c1fa9d49bb2b6fafc363eb3b3cd919dc7c24e4a0d075c6ff878c01d70dae918f2540874c19
+DIST openssl-1.0.2q_hobble-openssl 1302 BLAKE2B 
647caa6a0f4c53a2e77baa3b8e5961eaef3bb0ff38e7d5475eab8deef3439f7fe49028ec9ed0406f3453870b62cac67c496b3a048ee4c9ff4c6866d520235960
 SHA512 
3d757a4708e74a03dd5cb9b8114dfe442ed9520739a6eca693be4c4265771696f1449ea06d1c9bcfc6e94fc9b0dd0c10e153f1c3b0334831c0550b36cd63326e
 DIST openssl-1.1.0-build.patch 3001 BLAKE2B 
8f0ac4be6409b4ec50bec171697da2aebe2688e8ae06bd0dfac8b0c74661d38ebeb0a12bde0ef941b213eee9b85965262213b140636060285dcfb02a3bd14961
 SHA512 
ec6710e9669ac19e4c6f1286c89a383e7d276a773a2740037f98a8f2dbf18305614e7d30d9ed530923a0e7d1

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

2018-11-20 Thread Mike Gilbert
commit: bc734b4aba11ab82572063b5f0423e1fbd51f6cd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Nov 20 15:11:29 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov 20 15:11:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc734b4a

dev-util/ninja: remove old

Package-Manager: Portage-2.3.51_p14, Repoman-2.3.12_p5
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/ninja/Manifest   |   1 -
 dev-util/ninja/ninja-1.7.2.ebuild | 132 --
 2 files changed, 133 deletions(-)

diff --git a/dev-util/ninja/Manifest b/dev-util/ninja/Manifest
index 400f6e8bd92..acfcd0990c7 100644
--- a/dev-util/ninja/Manifest
+++ b/dev-util/ninja/Manifest
@@ -1,4 +1,3 @@
-DIST ninja-1.7.2.tar.gz 180611 BLAKE2B 
9e0b5faaed9dd0c01b3cb22e5927668e985f897c4a448871b3147d4383d562b91f4e4fe304cb61a31d5ee096b58f0c4e4a7c1907ed9637658faa1eafb31cdd72
 SHA512 
29900d07364d87ad8b9614b82bc1b0afda5ca6522563ab73fb228f206ed6b29b70cf034a3caf5a9b2c0b105d1e076c6b425d93b5d14aa3ca3730d75611212a64
 DIST ninja-1.8.2.g3bbbe.kitware.dyndep-1.jobserver-1.tar.gz 203848 BLAKE2B 
a6002abcfe4003dd5c9ccb8fd504b98736a6bc249323ca7afabc042a5091b9e7f0c0c19853cd7a270e00b0825ea14a7ba47c1b35d15f725c7b4866de1a79c07a
 SHA512 
74f42181a2a712653450b0ab7ce5ad93b5ec010f4ab8411c732f682be5a6a991a7481ae1649ad70a7b903c45427b1e238b001aef29702f0896a1ae393ee22bec
 DIST ninja-1.8.2.g81279.kitware.dyndep-1.jobserver-1.tar.gz 204539 BLAKE2B 
cee66a5d6ad7fd1254e68cf7be1e97eb796ec3103bdb9e869dc66757a96ce1d6e946018aa048855e70d6a3698ae609f75740809a8e9183057da16769f07e1fa6
 SHA512 
ae5f9c4c76114cabc4ec06056edccfa4027d514c4ae0f3ab08bbcd3ce2322e9ff08b8f90fe69fab989707adb6ecc78f226b65e223b41535aa5c0db5b6c61117a
 DIST ninja-1.8.2.tar.gz 185226 BLAKE2B 
c464c50829a0e9f0f6fd4b860946b14bf07f752adb8e7857d4072a1c1f06977eda283f633041929065c9164377ca769b3293b04fc9ceab583371708a9c4e8f2a
 SHA512 
1650bf9e3eddeb0b0fbb415c2b8e0a7c094421e991fa8139fd77fae0f6ee7ee980b7cf5e98d883c3a884f99abcb06fa26e3980af3a3a5bb6dd655124755782c2

diff --git a/dev-util/ninja/ninja-1.7.2.ebuild 
b/dev-util/ninja/ninja-1.7.2.ebuild
deleted file mode 100644
index a314bc0103f..000
--- a/dev-util/ninja/ninja-1.7.2.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ninja-build/ninja.git";
-else
-   SRC_URI="https://github.com/ninja-build/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-fi
-
-DESCRIPTION="A small build system similar to make"
-HOMEPAGE="https://ninja-build.org/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="doc emacs test vim-syntax zsh-completion"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   dev-util/re2c
-   doc? (
-   app-text/asciidoc
-   app-doc/doxygen
-   dev-libs/libxslt
-   )
-   test? ( dev-cpp/gtest )
-"
-RDEPEND="
-   emacs? ( virtual/emacs )
-   vim-syntax? (
-   || (
-   app-editors/vim
-   app-editors/gvim
-   )
-   )
-   zsh-completion? ( app-shells/zsh )
-   ! 
"${T}/${PN}.vim"
-   insinto /usr/share/vim/vimfiles/ftdetect
-   doins "${T}/${PN}.vim"
-   fi
-
-   if use zsh-completion; then
-   insinto /usr/share/zsh/site-functions
-   newins misc/zsh-completion _ninja
-   fi
-
-   if use emacs; then
-   cd misc || die
-   elisp-install ${PN} ninja-mode.el* || die
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
-}



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

2018-11-20 Thread Mike Gilbert
commit: 15ae64bfc8ffd6047e48596c0f820a1b2152700f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Nov 20 15:10:32 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov 20 15:10:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ae64bf

dev-util/ninja: install zsh completions unconditionally

Closes: https://bugs.gentoo.org/671544
Package-Manager: Portage-2.3.51_p14, Repoman-2.3.12_p5
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/ninja/ninja-1.8.2-r1.ebuild |  9 +++--
 dev-util/ninja/ninja-1.8.2-r2.ebuild |  9 +++--
 dev-util/ninja/ninja-1.8.2.ebuild| 11 ---
 dev-util/ninja/ninja-.ebuild | 11 ---
 4 files changed, 14 insertions(+), 26 deletions(-)

diff --git a/dev-util/ninja/ninja-1.8.2-r1.ebuild 
b/dev-util/ninja/ninja-1.8.2-r1.ebuild
index 84c7f67ce66..767546f3c05 100644
--- a/dev-util/ninja/ninja-1.8.2-r1.ebuild
+++ b/dev-util/ninja/ninja-1.8.2-r1.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://ninja-build.org/";
 LICENSE="Apache-2.0"
 SLOT="0"
 
-IUSE="doc emacs test vim-syntax zsh-completion"
+IUSE="doc emacs test vim-syntax"
 
 DEPEND="
${PYTHON_DEPS}
@@ -44,7 +44,6 @@ RDEPEND="
app-editors/gvim
)
)
-   zsh-completion? ( app-shells/zsh )
!https://ninja-build.org/";
 LICENSE="Apache-2.0"
 SLOT="0"
 
-IUSE="doc emacs test vim-syntax zsh-completion"
+IUSE="doc emacs test vim-syntax"
 
 DEPEND="
${PYTHON_DEPS}
@@ -44,7 +44,6 @@ RDEPEND="
app-editors/gvim
)
)
-   zsh-completion? ( app-shells/zsh )
!https://ninja-build.org/";
 LICENSE="Apache-2.0"
 SLOT="0"
 
-IUSE="doc emacs test vim-syntax zsh-completion"
+IUSE="doc emacs test vim-syntax"
 
 DEPEND="
${PYTHON_DEPS}
@@ -41,7 +41,6 @@ RDEPEND="
app-editors/gvim
)
)
-   zsh-completion? ( app-shells/zsh )
!https://ninja-build.org/";
 LICENSE="Apache-2.0"
 SLOT="0"
 
-IUSE="doc emacs test vim-syntax zsh-completion"
+IUSE="doc emacs test vim-syntax"
 
 BDEPEND="
${PYTHON_DEPS}
@@ -41,7 +41,6 @@ RDEPEND="
app-editors/gvim
)
)
-   zsh-completion? ( app-shells/zsh )
!

[gentoo-commits] repo/gentoo:master commit in: net-firewall/iptables/files/, net-firewall/iptables/

2018-11-20 Thread Thomas Deutschmann
commit: cdc003118830087bbb409761fe4e0e2c19ea103a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Nov 20 15:36:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Nov 20 15:36:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc00311

net-firewall/iptables: multiple fixes for runscript

- We are now passing iptables "--wait" option to every iptables
  command which needs to aquire a lock. [Bug 501710]

- In addition, "--wait" (IPTABLES_LOCK_WAIT_TIME) and "--wait-interval"
  (IPTABLES_LOCK_WAIT_INTERVAL) is now configurable via
  /etc/conf.d/{iptables,ip6tables}.

- We are now only installing one runscript and now using a symlink
  for the ip6tables runscript.

- Error detection improved/added.

Closes: https://bugs.gentoo.org/501710
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-firewall/iptables/files/ip6tables-r1.confd |  27 +
 net-firewall/iptables/files/iptables-r1.confd  |  27 +
 net-firewall/iptables/files/iptables-r1.init   | 159 +
 net-firewall/iptables/iptables-1.8.2-r1.ebuild | 129 
 4 files changed, 342 insertions(+)

diff --git a/net-firewall/iptables/files/ip6tables-r1.confd 
b/net-firewall/iptables/files/ip6tables-r1.confd
new file mode 100644
index 000..e608f41d1ea
--- /dev/null
+++ b/net-firewall/iptables/files/ip6tables-r1.confd
@@ -0,0 +1,27 @@
+# /etc/conf.d/ip6tables
+
+# Set wait option for xtables lock in seconds
+# DEFAULT: 60
+#IPTABLES_LOCK_WAIT_TIME="60"
+
+# Set wait interval option for xtables lock in microseconds
+# DEFAULT: 1000
+#IPTABLES_LOCK_WAIT_INTERVAL="1000"
+
+# Location in which ip6tables initscript will save set rules on
+# service shutdown
+IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
+
+# Options to pass to ip6tables-save and ip6tables-restore 
+SAVE_RESTORE_OPTIONS="-c"
+
+# Save state on stopping ip6tables
+SAVE_ON_STOP="yes"
+
+# If you need to log ip6tables messages as soon as ip6tables starts,
+# AND your logger does NOT depend on the network, then you may wish
+# to uncomment the next line.
+# If your logger depends on the network, and you uncomment this line
+# you will create an unresolvable circular dependency during startup.
+# After commenting or uncommenting this line, you must run 'rc-update -u'.
+#rc_use="logger"

diff --git a/net-firewall/iptables/files/iptables-r1.confd 
b/net-firewall/iptables/files/iptables-r1.confd
new file mode 100644
index 000..d5055e0a5d2
--- /dev/null
+++ b/net-firewall/iptables/files/iptables-r1.confd
@@ -0,0 +1,27 @@
+# /etc/conf.d/iptables
+
+# Set wait option for xtables lock in seconds
+# DEFAULT: 60
+#IPTABLES_LOCK_WAIT_TIME="60"
+
+# Set wait interval option for xtables lock in microseconds
+# DEFAULT: 1000
+#IPTABLES_LOCK_WAIT_INTERVAL="1000"
+
+# Location in which iptables initscript will save set rules on
+# service shutdown
+IPTABLES_SAVE="/var/lib/iptables/rules-save"
+
+# Options to pass to iptables-save and iptables-restore 
+SAVE_RESTORE_OPTIONS="-c"
+
+# Save state on stopping iptables
+SAVE_ON_STOP="yes"
+
+# If you need to log iptables messages as soon as iptables starts,
+# AND your logger does NOT depend on the network, then you may wish
+# to uncomment the next line.
+# If your logger depends on the network, and you uncomment this line
+# you will create an unresolvable circular dependency during startup.
+# After commenting or uncommenting this line, you must run 'rc-update -u'.
+#rc_use="logger"

diff --git a/net-firewall/iptables/files/iptables-r1.init 
b/net-firewall/iptables/files/iptables-r1.init
new file mode 100755
index 000..708dcce6d3c
--- /dev/null
+++ b/net-firewall/iptables/files/iptables-r1.init
@@ -0,0 +1,159 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="check save panic"
+extra_started_commands="reload"
+
+iptables_lock_wait_time=${IPTABLES_LOCK_WAIT_TIME:-"60"}
+iptables_lock_wait_interval=${IPTABLES_LOCK_WAIT_INTERVAL:-"1000"}
+
+iptables_name=${SVCNAME}
+case ${iptables_name} in
+   iptables|ip6tables) ;;
+   *) iptables_name="iptables" ;;
+esac
+
+iptables_bin="/sbin/${iptables_name}"
+case ${iptables_name} in
+   iptables)  iptables_proc="/proc/net/ip_tables_names"
+  iptables_save=${IPTABLES_SAVE};;
+   ip6tables) iptables_proc="/proc/net/ip6_tables_names"
+  iptables_save=${IP6TABLES_SAVE};;
+esac
+
+depend() {
+   need localmount #434774
+   before net
+}
+
+set_table_policy() {
+   local has_errors=0 chains table=$1 policy=$2
+   case ${table} in
+   nat)chains="PREROUTING POSTROUTING OUTPUT";;
+   mangle) chains="PREROUTING INPUT FORWARD OUTPUT POSTROUTING";;
+   filter) chains="INPUT FORWARD OUTPUT";;
+   *)  chains="";;
+   esac
+
+   local chain
+  

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/, dev-ada/gnatcoll-core/files/

2018-11-20 Thread Alfredo Tupone
commit: cb73be55c4b5055df9c9233766f0f6f0a81d5f8b
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Nov 20 17:49:12 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Nov 20 17:49:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb73be55

dev-ada/gnatcoll-core: Stabilize

Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ada/gnatcoll-core/files/gnatcoll-core-2018-gentoo.patch | 10 --
 dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild | 12 ++--
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/dev-ada/gnatcoll-core/files/gnatcoll-core-2018-gentoo.patch 
b/dev-ada/gnatcoll-core/files/gnatcoll-core-2018-gentoo.patch
index cedf710c036..dcbe89df783 100644
--- a/dev-ada/gnatcoll-core/files/gnatcoll-core-2018-gentoo.patch
+++ b/dev-ada/gnatcoll-core/files/gnatcoll-core-2018-gentoo.patch
@@ -1,13 +1,3 @@
 a/gnatcoll.gpr 2018-06-12 21:37:42.66476 +0200
-+++ b/gnatcoll.gpr 2018-06-12 21:38:07.96536 +0200
-@@ -115,6 +115,7 @@
- 
-   for Switches ("gnatcoll_support.c") use
-  Compiler'Switches ("C") & Extra_Switches;
-+  for Driver ("C") use External ("GCC", "gcc");
- 
-end Compiler;
- 
 --- a/src/gnatcoll-projects.ads.old2017-11-25 14:50:06.919939453 +0100
 +++ b/src/gnatcoll-projects.ads2017-11-25 14:50:38.932387204 +0100
 @@ -1917,7 +1917,8 @@

diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild 
b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
index 88fa2a1f45a..37d1058f21c 100644
--- a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
+++ b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a99
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs static-pic"
 
 RDEPEND="
@@ -23,14 +23,14 @@ RDEPEND="
 DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
 
-REQUIRED_USE="!gnat_2016"
-
 S="${WORKDIR}"/${MYP}-src
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_prepare() {
-   if use gnat_2017; then
+   if use gnat_2016; then
+   GCC_PV=4.9.4
+   elif use gnat_2017; then
GCC_PV=6.3.0
else
GCC_PV=7.3.1
@@ -48,7 +48,7 @@ src_configure() {
 
 src_compile() {
build () {
-   GCC=${CHOST}-gcc-${GCC_PV} gprbuild -p -m -j$(makeopts_jobs) \
+   gprbuild -p -m -j$(makeopts_jobs) \
-XBUILD=PROD -v -XGNATCOLL_VERSION=${PV} \
-XLIBRARY_TYPE=$1 -XXMLADA_BUILD=$* -XGPR_BUILD=$1 \
gnatcoll.gpr -cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} 
|| die



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/, dev-ada/gnatcoll-bindings/files/

2018-11-20 Thread Alfredo Tupone
commit: feacdf5c7913b66d15914b8ec7200fb9c6ae4cb0
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Nov 20 17:50:37 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Nov 20 17:50:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feacdf5c

dev-ada/gnatcoll-bindings: Stabilize

Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/gnatcoll-bindings-2018-gentoo.patch  | 32 --
 .../gnatcoll-bindings-2018.ebuild  | 17 
 2 files changed, 6 insertions(+), 43 deletions(-)

diff --git 
a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch 
b/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch
deleted file mode 100644
index 79729c22842..000
--- a/dev-ada/gnatcoll-bindings/files/gnatcoll-bindings-2018-gentoo.patch
+++ /dev/null
@@ -1,32 +0,0 @@
 a/gmp/gnatcoll_gmp.gpr 2018-06-18 21:48:15.289991113 +0200
-+++ b/gmp/gnatcoll_gmp.gpr 2018-06-18 21:48:46.869507399 +0200
-@@ -65,7 +65,7 @@
- for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ");
- for Switches ("C") use ("-O2", "-Wunreachable-code");
-   end case;
--
-+  for Driver ("C") use External ("GCC", "gcc");
-end Compiler;
- 
-package Binder is
 a/iconv/gnatcoll_iconv.gpr 2018-10-10 08:24:48.654714484 +0200
-+++ b/iconv/gnatcoll_iconv.gpr 2018-10-10 08:24:16.926237733 +0200
-@@ -70,7 +70,7 @@
- for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ");
- for Switches ("C") use ("-O2", "-Wunreachable-code");
-   end case;
--
-+  for Driver ("C") use External ("GCC", "gcc");
-end Compiler;
- 
-package Binder is
 a/python/gnatcoll_python.gpr   2018-10-10 08:28:04.700481915 +0200
-+++ b/python/gnatcoll_python.gpr   2018-10-10 08:27:33.880990030 +0200
-@@ -75,6 +75,7 @@
- for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ");
- for Switches ("C") use ("-O2", "-Wunreachable-code") & 
Split(Python_CFLAGS, " ");
-   end case;
-+  for Driver ("C") use External ("GCC", "gcc");
-end Compiler;
- 
-package Binder is

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
index 8c6d81608c0..5d7f13c2235 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2018.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0ce9cfc7a4475261f97ca5
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 gmp iconv python readline +shared
static-libs static-pic syslog"
 
@@ -26,20 +26,14 @@ RDEPEND="python? ( ${PYTHON_DEPS} )
 DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) !gnat_2016"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 S="${WORKDIR}"/${MYP}-src
 
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
 src_compile() {
-   if use gnat_2017; then
-   GCC_VER=6.3.0
-   else
-   GCC_VER=7.3.1
-   fi
build () {
-   GCC=${CHOST}-gcc-${GCC_VER} gprbuild -j$(makeopts_jobs) -m -p 
-v \
+   gprbuild -j$(makeopts_jobs) -m -p -v \
+   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
-XLIBRARY_TYPE=$2 -P $1/gnatcoll_$1.gpr -XBUILD="PROD" \
-XGNATCOLL_ICONV_OPT= 
-XGNATCOLL_PYTHON_CFLAGS="-I$(python_get_includedir)" \
-XGNATCOLL_PYTHON_LIBS=$(python_get_library_path) \
@@ -61,6 +55,7 @@ src_compile() {
 src_install() {
build () {
gprinstall -p -f -XBUILD=PROD --prefix="${D}"/usr 
-XLIBRARY_TYPE=$2 \
+   -XGPR_BUILD=$2 -XGNATCOLL_CORE_BUILD=$2 \
-XGNATCOLL_ICONV_OPT= -P $1/gnatcoll_$1.gpr 
--build-name=$2
}
for kind in shared static-libs static-pic ; do



[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-db/files/, dev-ada/gnatcoll-db/

2018-11-20 Thread Alfredo Tupone
commit: 32f323a0bb67c3a8db2c686d3b2aad9e265ffa88
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Nov 20 17:52:12 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Nov 20 17:52:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f323a0

dev-ada/gnatcoll-db: Stabilize

Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch | 10 --
 dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild |  7 ++-
 2 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch 
b/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch
index e6d5119aed4..9d95a9bfc1c 100644
--- a/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch
+++ b/dev-ada/gnatcoll-db/files/gnatcoll-db-2018-gentoo.patch
@@ -9,13 +9,3 @@
  
 Thread_Lib := ();
  
 a/postgres/gnatcoll_postgres.gpr   2018-06-24 16:39:56.345322365 +0200
-+++ b/postgres/gnatcoll_postgres.gpr   2018-06-24 16:40:30.737772583 +0200
-@@ -81,6 +81,7 @@
- for Switches ("Ada") use ("-O2", "-gnatn", "-gnatwaCJ");
- for Switches ("C") use ("-O2", "-Wunreachable-code") & PQP_Flag;
-   end case;
-+  for Driver ("C") use External ("GCC", "gcc");
-end Compiler;
- 
-package Binder is

diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild 
b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
index 48085f33267..b954b8f7327 100644
--- a/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
+++ b/dev-ada/gnatcoll-db/gnatcoll-db-2018.ebuild
@@ -29,8 +29,7 @@ 
RDEPEND="dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,gnat_2018=]
 DEPEND="${RDEPEND}
dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=]"
 
-REQUIRED_USE="!gnat_2016
-   gnatinspect? ( xref )
+REQUIRED_USE="gnatinspect? ( xref )
xref? ( sqlite )
sqlite? ( sql )
gnatcoll_db2ada? ( sql )"
@@ -40,10 +39,8 @@ S="${WORKDIR}"/${MYP}-src
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
-   GCC_PV=7.3.1
build () {
-   GCC=${CHOST}-gcc-${GCC_PV} \
-   GPR_PROJECT_PATH="${S}/sql":"${S}/sqlite":"${S}/xref" \
+   GPR_PROJECT_PATH="${S}/sql":"${S}/sqlite":"${S}/xref" \
gprbuild -p -m -v -j$(makeopts_jobs) 
-XGNATCOLL_SQLITE=external \
-XGNATCOLL_VERSION=2018 \
-XBUILD=PROD -XLIBRARY_TYPE=$2 -XXMLADA_BUILD=$2 
-XGPR_BUILD=$2 \



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

2018-11-20 Thread Alfredo Tupone
commit: f95b233c9def50937a3687072d1bf601b148d5b1
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Nov 20 17:54:26 2018 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Nov 20 17:54:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95b233c

dev-ada/asis: use gnatcoll-core

Signed-off-by: Alfredo Tupone  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ada/asis/asis-2016.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-ada/asis/asis-2016.ebuild b/dev-ada/asis/asis-2016.ebuild
index 70735545b32..99754dfea3c 100644
--- a/dev-ada/asis/asis-2016.ebuild
+++ b/dev-ada/asis/asis-2016.ebuild
@@ -16,13 +16,11 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+gnat_2016 gnat_2017"
 
-DEPEND="dev-ada/gnat_util[gnat_2016=,gnat_2017=]
-   dev-ada/gnatcoll[gnat_2016=,gnat_2017=,projects,shared]
-   dev-ada/gprbuild[gnat_2016=,gnat_2017=]
-   dev-ada/xmlada[gnat_2016=,gnat_2017=]
-   gnat_2016? ( dev-lang/gnat-gpl:4.9.4 )
-   gnat_2017? ( dev-lang/gnat-gpl:6.3.0 )"
-RDEPEND="${RDEPEND}"
+RDEPEND="dev-ada/gnat_util[gnat_2016=,gnat_2017=]
+   dev-ada/gnatcoll-core[gnat_2016=,gnat_2017=,shared]"
+DEPEND="${RDEPEND}
+   dev-ada/gprbuild[gnat_2016=,gnat_2017=]"
+
 REQUIRED_USE="^^ ( gnat_2016 gnat_2017 )"
 
 S="${WORKDIR}"/${MYP}



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

2018-11-20 Thread Mikle Kolyada
commit: a5d4224de36d89f26dfbc04861b85ec56d6642b7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Nov 20 18:06:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Nov 20 18:06:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d4224d

dev-db/mysql: amd64 stable wrt bug #671516

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-db/mysql/mysql-5.6.42.ebuild | 2 +-
 dev-db/mysql/mysql-5.7.24.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql/mysql-5.6.42.ebuild b/dev-db/mysql/mysql-5.6.42.ebuild
index ded156469a8..5ae48d703ed 100644
--- a/dev-db/mysql/mysql-5.6.42.ebuild
+++ b/dev-db/mysql/mysql-5.6.42.ebuild
@@ -37,7 +37,7 @@ RESTRICT="libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase

diff --git a/dev-db/mysql/mysql-5.7.24.ebuild b/dev-db/mysql/mysql-5.7.24.ebuild
index 4ae808728ef..a0174aac124 100644
--- a/dev-db/mysql/mysql-5.7.24.ebuild
+++ b/dev-db/mysql/mysql-5.7.24.ebuild
@@ -34,7 +34,7 @@ RESTRICT="libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2018-11-20 Thread Andrew Savchenko
commit: 652c41ec35ddb298e1acf29f8c0969a8f8178854
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov 20 19:59:32 2018 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov 20 19:59:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652c41ec

sys-power/suspend: drop old

Signed-off-by: Andrew Savchenko  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-power/suspend/metadata.xml |  1 -
 sys-power/suspend/suspend-1.0_p20150810.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/sys-power/suspend/metadata.xml b/sys-power/suspend/metadata.xml
index 959bb49c8fc..e7ac10aee5e 100644
--- a/sys-power/suspend/metadata.xml
+++ b/sys-power/suspend/metadata.xml
@@ -10,7 +10,6 @@
Andrew Savchenko


-   Add support for framebuffer splash
Allows suspend and resume from encrypted 
disk



diff --git a/sys-power/suspend/suspend-1.0_p20150810.ebuild 
b/sys-power/suspend/suspend-1.0_p20150810.ebuild
deleted file mode 100644
index 6d53161ba3b..000
--- a/sys-power/suspend/suspend-1.0_p20150810.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-BASE_PV="1.0_p20120915"
-
-DESCRIPTION="Userspace Software Suspend and S2Ram"
-HOMEPAGE="http://suspend.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${PN}-${BASE_PV}.tar.xz
-   https://dev.gentoo.org/~bircoph/patches/${P}.patch.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="crypt fbsplash +lzo threads"
-
-RDEPEND="
-   dev-libs/libx86
-   crypt? (
-   >=dev-libs/libgcrypt-1.6.3:0[static-libs]
-   dev-libs/libgpg-error[static-libs] )
-   fbsplash? ( >=media-gfx/splashutils-1.5.4.4-r6 )
-   lzo? ( >=dev-libs/lzo-2[static-libs] ) "
-DEPEND="${RDEPEND}
-   >=dev-lang/perl-5.10
-   >=sys-apps/pciutils-2.2.4
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   epatch "${WORKDIR}/${P}.patch"
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --docdir="/usr/share/doc/${PF}" \
-   $(use_enable crypt encrypt) \
-   $(use_enable fbsplash) \
-   $(use_enable lzo compress) \
-   $(use_enable threads)
-}
-
-src_install() {
-   dodir etc
-   emake DESTDIR="${D}" install
-   rm "${D}/usr/share/doc/${PF}"/COPYING* || die
-}
-
-pkg_postinst() {
-   elog "In order to make this package work with genkernel see:"
-   elog "https://bugs.gentoo.org/show_bug.cgi?id=156445";
-}



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

2018-11-20 Thread Dirkjan Ochtman
commit: 3ffd0a77e2ebe3f8f4c8a7eceff0ab0403f8e808
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Tue Nov 20 20:17:19 2018 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Tue Nov 20 20:17:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffd0a77

dev-lang/rust: only run llvm_pkg_setup when using system-llvm

Fixes: https://bugs.gentoo.org/671526
Signed-off-by: Dirkjan Ochtman  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-lang/rust/rust-1.30.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.30.1-r1.ebuild 
b/dev-lang/rust/rust-1.30.1-r1.ebuild
index 5133dec80f5..3984df3686b 100644
--- a/dev-lang/rust/rust-1.30.1-r1.ebuild
+++ b/dev-lang/rust/rust-1.30.1-r1.ebuild
@@ -87,7 +87,9 @@ pkg_pretend() {
 pkg_setup() {
pre_build_checks
python-any-r1_pkg_setup
-   llvm_pkg_setup
+   if use system-llvm; then
+   llvm_pkg_setup
+   fi
 }
 
 src_prepare() {



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

2018-11-20 Thread Sergei Trofimovich
commit: 3b90749ab17533819b7b63ff28a972f30f8cc749
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 20 20:40:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 20 20:40:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b90749a

dev-libs/elfutils: bump up to 0.175, bug #671560

Reported-by: Lars Wendler (Polynomial-C)
Closes: https://bugs.gentoo.org/671560
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/elfutils/Manifest  |  1 +
 dev-libs/elfutils/elfutils-0.175.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 3fdccdea984..9b133c08197 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1,3 +1,4 @@
 DIST elfutils-0.170.tar.bz2 8358001 BLAKE2B 
03ea3ba7d3feaac43065312c475f4a3cd9083a6c56c9982fa00c0ed02b28440f6a37bbeca4be18db13749647ea1c8a6f00dae7efcb1c70235110e60ad7d56d06
 SHA512 
aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
 DIST elfutils-0.172.tar.bz2 8601066 BLAKE2B 
7d4cb9944bfc258ba46312e8a4dde491f9d8fb4fa27837f6df0993107256f76e79ce02ea5872475a70ff9ebe9093e39bddf1c807be2af4bf0f6f5429f446a1ce
 SHA512 
b2f491e976ef3067fe33ad22b3ef1952c47557571747899e94aee601bfeb95e8e1a91daad80a7950bee7feb42192769663db32eb65734ea5ffbc0b87cdad76b2
 DIST elfutils-0.173.tar.bz2 8684782 BLAKE2B 
c5905bb864059bdfb2699a0681a0ec576b6b8da444b0641e8184f58735084588910930bcca14583db6be75b24a0e374413911ded5ba2ca893798404fbe7374eb
 SHA512 
7f38e4ce2098b685f15030bf01f0a66a74aa32fbfcead0304c1d0e0a929b348a72f99e685cd4605465f4337393382112f64b8847e6c2f7cc1a57a4fd03d03eb3
+DIST elfutils-0.175.tar.bz2 8786600 BLAKE2B 
d6d4ade37741da788c6c2eec9688c6f8ac9707e0b17e0518398972dab3cf77a70cc82346c2e37b41f0ea414b9a1e925a7567567fcf43d504d75c92971ab25f5d
 SHA512 
2c3168a34bbc8f22425faa263fc24ec50df39258a4f9ace4e6cd88e9764c435fee70c1a82db8273dbab70a75e5216a200bebf05af1d3ea77e444e35d71a4ed84

diff --git a/dev-libs/elfutils/elfutils-0.175.ebuild 
b/dev-libs/elfutils/elfutils-0.175.ebuild
new file mode 100644
index 000..bd9d2f1dac7
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.175.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib-minimal
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
+HOMEPAGE="http://elfutils.org/";
+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 ~x86-linux"
+IUSE="bzip2 lzma nls static-libs test +threads +utils"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
+   !dev-libs/libelf"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   >=sys-devel/flex-2.5.4a
+   sys-devel/m4"
+
+PATCHES=("${FILESDIR}"/${PN}-0.118-PaX-support.patch)
+
+src_prepare() {
+   default
+
+   if ! use static-libs; then
+   sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
+   fi
+   sed -i 's:-Werror::' */Makefile.in || die
+}
+
+src_configure() {
+   use test && append-flags -g #407135
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable nls) \
+   $(use_enable threads thread-safety) \
+   --program-prefix="eu-" \
+   --with-zlib \
+   $(use_with bzip2 bzlib) \
+   $(use_with lzma)
+}
+
+multilib_src_test() {
+   env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
+   LC_ALL="C" \
+   emake check VERBOSE=1
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc NOTES
+   # These build quick, and are needed for most tests, so don't
+   # disable their building when the USE flag is disabled.
+   if ! use utils; then
+   rm -rf "${ED}"/usr/bin || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/files/, sys-devel/autogen/

2018-11-20 Thread Sergei Trofimovich
commit: 9b91d2d1cd183610dcfee1abea744485ac0d34f6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov 20 21:24:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov 20 21:25:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b91d2d1

sys-devel/autogen: bump up to 5.18.16, bug #671564

Reported-by: Lars Wendler (Polynomial-C)
Closes: https://bugs.gentoo.org/671564
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/autogen/Manifest |  1 +
 sys-devel/autogen/autogen-5.18.16.ebuild   | 39 ++
 .../autogen/files/autogen-5.18.16-no-werror.patch  | 14 
 3 files changed, 54 insertions(+)

diff --git a/sys-devel/autogen/Manifest b/sys-devel/autogen/Manifest
index c07217346bd..0a8ed2be0e2 100644
--- a/sys-devel/autogen/Manifest
+++ b/sys-devel/autogen/Manifest
@@ -1,3 +1,4 @@
 DIST autogen-5.18.10.tar.xz 1017960 BLAKE2B 
3869abb5b0b97f480d4b50b205f25d54da2b9c5227c13a55e11754b5ceff4afd74576efc17a748d40762b7345e3c02c60fa38f6d20893671089e9de48b0e0240
 SHA512 
cfb06566aebe2aa833f2a032c513aa1d57a803eee82f03d6f6fe3806a0f570d5dbf8331015d2afde89a3d4e4c967b6a367d3e2820addb3ff6a5ac6d481a058be
 DIST autogen-5.18.12.tar.xz 1018412 BLAKE2B 
f8ac1efbd6c6afdaa248e3063cf43fe0d32da6bd1160397f8bf736970f15047c70772a6e21d6010c8103aecce6ea2c3d90a63b9c5cbd6199a97c82384630a341
 SHA512 
46de5910e2786a9b0ec96989d3e11be3ed12e5600f01d6fa9291bfbfae42a66994aeca2949837b471827ae3285ec4caafb42bc19ca91146cd7ea7a355aaffd03
+DIST autogen-5.18.16.tar.xz 1046276 BLAKE2B 
23f9e0948f24ada715fb2bcbbfecba768cf51d169ea3ff4724a97b18f598d2d7fb2ffa7e23919ec8dcc0e352f9d3280f3740dab279a0af1412919cf10c6cb0bf
 SHA512 
5f12c982dbe27873f5649a96049bf019ff183c90cc0c8a9196556b0ca02e72940cd422f6d6601f68cc7d8763b1124f2765c3b1a6335fc92ba07f84b03d2a53a1
 DIST autogen-5.18.4.tar.xz 1017936 BLAKE2B 
bc2b4d7143642baa923c49bfe37d60c0d3a0a3a09a9af504c5dc865f1054e4d510ca3144737c2098a75189a7335bc560ec26318689ebf6d1291969d5a081cfa2
 SHA512 
a02363484de5019bd90fb6f2cf52b1b9556d6cf310c62a68830d0b2408ea4870d3c262fe5d1c27e3586ed3af4a7487d7422ad117760ac2a01ef3cfcfc1f2bfb6

diff --git a/sys-devel/autogen/autogen-5.18.16.ebuild 
b/sys-devel/autogen/autogen-5.18.16.ebuild
new file mode 100644
index 000..fc70a815c93
--- /dev/null
+++ b/sys-devel/autogen/autogen-5.18.16.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Program and text file generation"
+HOMEPAGE="https://www.gnu.org/software/autogen/";
+SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE="libopts static-libs"
+
+RDEPEND=">=dev-scheme/guile-2.0:=
+   dev-libs/libxml2"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.18.16-no-werror.patch
+)
+
+src_configure() {
+   # suppress possibly incorrect -R flag
+   export ag_cv_test_ldflags=
+
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+
+   if ! use libopts ; then
+   rm "${ED}"/usr/share/autogen/libopts-*.tar.gz || die
+   fi
+}

diff --git a/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch 
b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch
new file mode 100644
index 000..7f9f36428e1
--- /dev/null
+++ b/sys-devel/autogen/files/autogen-5.18.16-no-werror.patch
@@ -0,0 +1,14 @@
+--- a/configure
 b/configure
+@@ -18926,3 +18926,3 @@ test "X${GCC}" = Xyes && {
+   CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing"
+-  WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes 
\
++  WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \
+   -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
+--- a/configure.ac
 b/configure.ac
+@@ -200,3 +200,3 @@ test "X${GCC}" = Xyes && {
+   CFLAGS="$CFLAGS -Wno-format-contains-nul -fno-strict-aliasing"
+-  WARN_CFLAGS="$CFLAGS "`echo -Wall -Werror -Wcast-align -Wmissing-prototypes 
\
++  WARN_CFLAGS="$CFLAGS "`echo -Wall -Wcast-align -Wmissing-prototypes \
+   -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \



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

2018-11-20 Thread Matt Turner
commit: 95bb5d90023a3e388a15b7f93b871a3272ebc197
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 20 21:29:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Nov 20 21:29:47 2018 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=95bb5d90

create-iso.sh: Call xorriso instead of xorrisofs

And correct its argument: -alpha-boot instead of --alpha-boot=.

Signed-off-by: Matt Turner  gentoo.org>
Signed-off-by: Tobias Klausmann  gentoo.org>

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

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 14c92f4b..1637c2ea 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -8,7 +8,7 @@ source ${clst_shdir}/support/filesystem-functions.sh
 # Check for our CD ISO creation tools
 case ${clst_hostarch} in
alpha)
-   cdmaker="xorrisofs"
+   cdmaker="xorriso"
cdmakerpkg="dev-libs/libisoburn"
;;
mips)
@@ -111,8 +111,8 @@ run_mkisofs() {
 # Here we actually create the ISO images for each architecture
 case ${clst_hostarch} in
alpha)
-   echo ">> xorrisofs -as genisofs --alpha-boot=boot/bootlx -R -l 
-J ${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o ${1} 
${clst_target_path}"
-   xorrisofs -as genisofs --alpha-boot=boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o "${1}" 
"${clst_target_path}" || die "Cannot make ISO image"
+   echo ">> xorriso -as genisofs -alpha-boot boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o \"${1}\" 
\"${clst_target_path}\""
+   xorriso -as genisofs -alpha-boot boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o "${1}" 
"${clst_target_path}" || die "Cannot make ISO image"
;;
arm)
;;



[gentoo-commits] repo/user/ssnb:master commit in: dev-java/nexus-oss-bin/files/, dev-java/nexus-oss-bin/

2018-11-20 Thread Samuel Bernardo
commit: 6c28119fa4fc57bc62e43f1c9d016a2c3459410b
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue Nov 20 22:41:51 2018 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue Nov 20 22:41:51 2018 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=6c28119f

correct systemd service configuration and add some missing configurations

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-java/nexus-oss-bin/Manifest|  4 +-
 .../files/nexus-oss-bin_run_as_user.patch  |  8 ++
 dev-java/nexus-oss-bin/files/nexus-oss.service |  6 +-
 .../nexus-oss-bin/nexus-oss-bin-3.14.0-r1.ebuild   | 88 ++
 4 files changed, 103 insertions(+), 3 deletions(-)

diff --git a/dev-java/nexus-oss-bin/Manifest b/dev-java/nexus-oss-bin/Manifest
index 45605b0..1566a00 100644
--- a/dev-java/nexus-oss-bin/Manifest
+++ b/dev-java/nexus-oss-bin/Manifest
@@ -1,6 +1,8 @@
-AUX nexus-oss.service 293 BLAKE2B 
10e0fd9e5bb995bf434cbb4c4a522961acb5c0da792ccf310fbabb8bebe1d79738404d0f003aebc9dd39448d1d8bb837df290128c8a1e3e5175d1b40cde371ff
 SHA512 
f65e51d0c1cee2516ddb15c99e9c1b287276de5f965cb2abbe221f8d6d2f6ce598754c8bacb8dc116531de50429befb8e7cdff80bf96547ff453d4b91008b462
+AUX nexus-oss-bin_run_as_user.patch 248 BLAKE2B 
665accd3fbbcac5ffae37c50d03df0d59d445e8cd1ab6753f6e4d497d35d349c05e42e65fd3d7e516d151ef26c140fe712bb8645970b093ac2b43d898aa1304a
 SHA512 
bbc15de98c51e4d6ba43a916bd18d23837bf40ac509222a9e5b539b5ef1ee7f735913130671b8f21d9c003cf7f20d9fdaf1744df6e0c80fb15dced4726c91ab1
+AUX nexus-oss.service 329 BLAKE2B 
68098e91b78caabeafbf7a2ea4b4e604ff4ac00ab9757d65f2a414feffb50ea67c00480c6e8118c28bbb4fdb53a2c1869b94ed1954d4bc06f0e8e6b6c1caacbe
 SHA512 
7a6b3c67bf54e1ae79a3af3587b0de214aa6bb5fdf0ed8a428c0e2ba51028e7ace11a0dcbe865d296a9696b88257f29aef60405ecaa85c916b8889fe41d88b27
 DIST nexus-3.14.0-04-unix.tar.gz 125423547 BLAKE2B 
06b58fe430c72f253ed0d49965aef69860141eca380ccaa76af2ffd12343e8a5cf2ac276e43810cc07a6a5c5fe75768ce908971aec4443caea0a8684fa1ba01e
 SHA512 
2f4ce0bf4b1fdc6854713610892d20850004517b40176c025279c31323b1b81611d8ca109cfd765108640cff26b1a721a5c9d7704d03957521621f615a51b420
 DIST nexus-3.7.0-04-unix.tar.gz 112670551 BLAKE2B 
b158d5ca666199bb7a205c127fad9a1547585d8ccc52ea858957a0aa64a6d3340bfc9476440e245af534df2f31f81871fc3b1e448d789039c616cbcac836e317
 SHA512 
78bca14e145e5c7878c755d74343496d78061ea4d53d75be75f3ba524df2796d7b323d94135ea4442ae297b12cd18f5096467cc765c0209a3ccd4652eabf478a
+EBUILD nexus-oss-bin-3.14.0-r1.ebuild 2400 BLAKE2B 
a0d201503890cda5e673b48f40465ee0d5b854d3294f8d0b448bb4d7f6e62d3125c51357965e711957cc9f91d78a0bce692a21d15cb8ee8ee5f7f2e0a8d0e552
 SHA512 
d38f02b4a63750011c60754823f1f4e857b323e4bd961d68448445bf330af61d58f073fd15903f4b7278a9943c626f165d74b295669a423a3903d2a634a137f9
 EBUILD nexus-oss-bin-3.14.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
 EBUILD nexus-oss-bin-3.7.0.ebuild 1777 BLAKE2B 
3450826df52f0ac0b32c33e0f4bf19fba0938d095a7070eaabe686a3de4bf439a100e94620284603310cdb92c7eeb5479b69513061276bd07688d2056bbd83b0
 SHA512 
c119453ad1a5de4211b3749de6b73e20d48d946237bf8f11e1ad60bfe867d0a279b6095bb2feb15a11f08943afb585f232b5faea53d8c0be16506b939cb7e8a0
 MISC metadata.xml 1392 BLAKE2B 
deda1cf98f75673bfede9344e3344a522e3bdd974fb19dc62a8185a39b51a80c28ebf6a47d75e5a091563fdc6e412f9b3dfeff67f8f842833bf30625c4415a34
 SHA512 
86204a863173c7d491cdf361f78be360bd8c192ebfdb51d1205439742967b62c196bbe99c20580e05fa2414786787ecdd896ee304ac29c17e28d0d85b3966523

diff --git a/dev-java/nexus-oss-bin/files/nexus-oss-bin_run_as_user.patch 
b/dev-java/nexus-oss-bin/files/nexus-oss-bin_run_as_user.patch
new file mode 100644
index 000..1eedb53
--- /dev/null
+++ b/dev-java/nexus-oss-bin/files/nexus-oss-bin_run_as_user.patch
@@ -0,0 +1,8 @@
+diff -Naur a/bin/nexus.rc b/bin/nexus.rc
+--- a/bin/nexus.rc 2018-10-12 05:00:40.0 +0100
 b/bin/nexus.rc 2018-11-20 19:53:52.961818623 +
+@@ -1 +1,2 @@
+-#run_as_user=""
+\ No newline at end of file
++#run_as_user=""
++run_as_user="nexus"

diff --git a/dev-java/nexus-oss-bin/files/nexus-oss.service 
b/dev-java/nexus-oss-bin/files/nexus-oss.service
index 4943ab4..71909b3 100644
--- a/dev-java/nexus-oss-bin/files/nexus-oss.service
+++ b/dev-java/nexus-oss-bin/files/nexus-oss.service
@@ -3,12 +3,14 @@ Description=Sonatype Nexus 3.x
 After=network.target
 
 [Service]
+Type=forking
+LimitNOFILE=65536
 ExecStart=/opt/nexus-oss/bin/nexus start
 ExecStop=/opt/nexus-oss/bin/nexus stop
 ExecReload=/opt/nexus-oss/bin/nexus restart
-PIDFile=/opt/nexus-oss/run/nexus.pid
-Type=forking
+#PIDFile=/opt/nexus-oss/run/nexus.pid
 User=nexus
+Restart=on-abort
 
 [Install]
 WantedBy=multi-user.target

diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.14

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

2018-11-20 Thread Patrice Clement
commit: c3db90f4dd65c1b376cd7b065eb01e77535f7817
Author: Karl Linden  gmail  com>
AuthorDate: Mon Nov 19 09:01:41 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 20 22:58:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3db90f4

dev-python/python-ly: remove old.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Karl Linden  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/10447
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/python-ly/Manifest   |  1 -
 dev-python/python-ly/python-ly-0.9.4.ebuild | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/dev-python/python-ly/Manifest b/dev-python/python-ly/Manifest
index 031a1d77995..d0a1aab5f59 100644
--- a/dev-python/python-ly/Manifest
+++ b/dev-python/python-ly/Manifest
@@ -1,2 +1 @@
-DIST python-ly-0.9.4.tar.gz 175768 BLAKE2B 
29a0d55b94f7fa3c62cd1e32297d212fc66b5cb97f20fbee3cb2cc39739f66fe85ad98cd167d2c6d54a445312984ee171cc7169e678177a700a6bdef4f0e6739
 SHA512 
0d94001d6e4d4eb750a974a67cdce1d3b2f09f693b74cb18fa9dc20dac986373380a58e138ab1f7a427bcc3d2de6343e664a6d58ce8bb23b3804fef68a8a9069
 DIST python-ly-0.9.5.tar.gz 174780 BLAKE2B 
9cac626f5f363a3239e0c60772db864ae5764a9c3556a484182f18a407b3171d796ddb3549debbb4ce91129b9956a224870ba4b63d8e98228905de3ae4abc3d9
 SHA512 
f43aa4fce0af970dd64b0cfb75caef57749048d4eb088de6e08e820935c359203de9e99134a0248f7dc26067d0e4eaf2b373a5a2b746e09dea7997437f99812b

diff --git a/dev-python/python-ly/python-ly-0.9.4.ebuild 
b/dev-python/python-ly/python-ly-0.9.4.ebuild
deleted file mode 100644
index 0c61c6370a7..000
--- a/dev-python/python-ly/python-ly-0.9.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool and library for manipulating LilyPond files"
-HOMEPAGE="https://github.com/wbsoft/python-ly 
https://pypi.org/project/python-ly/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/

2018-11-20 Thread Patrice Clement
commit: 4611f9381002748b31188daf0109df4aca400c6d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov 20 23:14:23 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 20 23:14:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4611f938

dev-perl/Gentoo-App-Pram: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild | 33 ++
 dev-perl/Gentoo-App-Pram/Manifest  |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild 
b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
new file mode 100644
index 000..e7fb6b5176c
--- /dev/null
+++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONSIEURP
+DIST_VERSION=0.20
+
+inherit perl-module
+
+DESCRIPTION="Utility to merge PRs from the Gentoo Github repository"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram";
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   dev-vcs/git
+   virtual/perl-Encode
+   dev-perl/File-Which
+   dev-perl/Net-SSLeay
+   dev-perl/IO-Socket-SSL
+   virtual/perl-File-Temp
+   virtual/perl-HTTP-Tiny
+   virtual/perl-Getopt-Long
+   virtual/perl-Term-ANSIColor"
+
+DEPEND="
+   ${RDEPEND}
+   dev-perl/Module-Build-Tiny
+   test? (
+   virtual/perl-Test-Simple
+   )"

diff --git a/dev-perl/Gentoo-App-Pram/Manifest 
b/dev-perl/Gentoo-App-Pram/Manifest
index 1bc2bb1f54c..12954d6cf34 100644
--- a/dev-perl/Gentoo-App-Pram/Manifest
+++ b/dev-perl/Gentoo-App-Pram/Manifest
@@ -1 +1,2 @@
 DIST Gentoo-App-Pram-0.100200.tar.gz 12893 BLAKE2B 
e88903f941c72607d7e367231f7c4c8f4bb58cde85c43f7a8c3f3a8b4a058313b08cabdaeee972d0fca3c56839d5cc34f001d86fe5002461712faac3bfba21d8
 SHA512 
e2f452b187005dc4ba8d98db9cd9257e6c9a90dbaa0c83c19698b996f5cac273529f6ac98c4d1bde0a3e8401389ba6703cf8c3525b65ed7494b1a986f15cd492
+DIST Gentoo-App-Pram-0.20.tar.gz 13061 BLAKE2B 
783c50954f3936bc2dbae4d0db0baf52d5a7ecbdd576ada75e1c183816432a09059e1712b337fd1b7ae79dd774242ac684a0e8bea26a90424458ed35de523209
 SHA512 
90f82400de8ff6afc56ee6c66394188bb0b9aedd584879588f8bab6ffad60de109e91a2d223593e2c78b21754957110718a7fba0cf76050c79cc823d505a



[gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/

2018-11-20 Thread Maciej Mrozowski
commit: 0d3e650a43e6cccf365cb7b2a575449cfaceea13
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Wed Nov 21 00:24:29 2018 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Wed Nov 21 00:24:29 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d3e650a

dev-util/kdevelop: block dev-util/kdevelop-clang-tidy, intergrated in master

Signed-off-by: Maciej Mrozowski  gentoo.org>

 dev-util/kdevelop/kdevelop-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/kdevelop/kdevelop-.ebuild 
b/dev-util/kdevelop/kdevelop-.ebuild
index 7e85423a1d..04e05b7c00 100644
--- a/dev-util/kdevelop/kdevelop-.ebuild
+++ b/dev-util/kdevelop/kdevelop-.ebuild
@@ -84,6 +84,7 @@ RDEPEND="${COMMON_DEPEND}
cvs? ( dev-vcs/cvs )
reviewboard? ( $(add_kdeapps_dep ktp-accounts-kcm) )
!dev-util/kdevelop-clang
+   !dev-util/kdevelop-clang-tidy
!dev-util/kdevelop-cppcheck
!dev-util/kdevelop-qmake
!dev-util/kdevelop-qmljs



[gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-new/

2018-11-20 Thread Craig Andrews
commit: aeffb0da0983d2fa61c3e8e61471dd835f91355c
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Nov 21 02:14:08 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Nov 21 02:14:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeffb0da

mail-filter/amavisd-new: Fix installed systemd service filename

Closes: https://bugs.gentoo.org/671598
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 .../amavisd-new/amavisd-new-2.11.1-r1.ebuild   | 190 +
 1 file changed, 190 insertions(+)

diff --git a/mail-filter/amavisd-new/amavisd-new-2.11.1-r1.ebuild 
b/mail-filter/amavisd-new/amavisd-new-2.11.1-r1.ebuild
new file mode 100644
index 000..d436def3bdb
--- /dev/null
+++ b/mail-filter/amavisd-new/amavisd-new-2.11.1-r1.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit systemd user
+
+DESCRIPTION="High-performance interface between the MTA and content checkers"
+HOMEPAGE="https://gitlab.com/amavis/amavis";
+SRC_URI="${HOMEPAGE}/-/archive/${P}/amavis-${P}.tar.gz"
+PORTAGE_DOHTML_WARN_ON_SKIPPED_FILES=yes
+
+LICENSE="GPL-2 BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="clamav courier dkim ldap mysql postgres qmail razor snmp spamassassin 
zmq"
+
+DEPEND=">=sys-apps/sed-4
+   >=dev-lang/perl-5.10.0"
+
+RDEPEND="${DEPEND}
+   >=sys-apps/coreutils-5.0-r3
+   app-arch/cpio
+   app-arch/gzip
+   app-arch/bzip2
+   app-arch/arc
+   app-arch/cabextract
+   app-arch/freeze
+   app-arch/lha
+   app-arch/lrzip
+   app-arch/lzop
+   app-arch/ncompress
+   app-arch/p7zip
+   app-arch/pax
+   app-arch/unarj
+   app-arch/unrar
+   app-arch/xz-utils
+   app-arch/zoo
+   net-mail/ripole
+   >=dev-perl/Archive-Zip-1.14
+   >=virtual/perl-IO-Compress-1.35
+   >=virtual/perl-Compress-Raw-Zlib-2.017
+   net-mail/tnef
+   virtual/perl-MIME-Base64
+   >=dev-perl/MIME-tools-5.415
+   >=dev-perl/MailTools-1.58
+   >=dev-perl/Net-Server-0.91
+   virtual/perl-Digest-MD5
+   dev-perl/IO-stringy
+   virtual/perl-IO-Socket-IP
+   >=virtual/perl-Time-HiRes-1.49
+   dev-perl/Unix-Syslog
+   dev-perl/Net-LibIDN
+   dev-perl/File-LibMagic
+   >=sys-libs/db-4.4.20
+   dev-perl/BerkeleyDB
+   dev-perl/Convert-BinHex
+   >=dev-perl/Mail-DKIM-0.31
+   virtual/perl-File-Temp
+   dev-perl/Net-SSLeay
+   dev-perl/IO-Socket-SSL
+   virtual/mta
+   clamav? ( app-antivirus/clamav )
+   ldap? ( >=dev-perl/perl-ldap-0.33 )
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+   razor? ( mail-filter/razor )
+   snmp? ( net-analyzer/net-snmp[perl] )
+   spamassassin? ( mail-filter/spamassassin dev-perl/Image-Info )
+   zmq? ( dev-perl/ZMQ-LibZMQ3 )"
+
+AMAVIS_ROOT="/var/amavis"
+S="${WORKDIR}/amavis-${P}"
+
+pkg_setup() {
+   # Create the user beforehand so that we can install the config file
+   # (and some directories) with group "amavis" in src_install().
+   enewgroup amavis
+   enewuser amavis -1 -1 "${AMAVIS_ROOT}" amavis
+}
+
+src_prepare() {
+   # amavisd-new version 2.11.0 breaks DKIM signing of outbound mail,
+   # see https://bugs.gentoo.org/603582
+   eapply "${FILESDIR}/amavisd-2.11.0-dkim.patch"
+
+   if use courier ; then
+   eapply -p0 amavisd-new-courier.patch
+   fi
+
+   if use qmail ; then
+   eapply -p0 amavisd-new-qmqpqq.patch
+   fi
+
+   sed -i  \
+   -e '/daemon/s/vscan/amavis/' \
+   -e "s:'/var/virusmails':\"\$MYHOME/quarantine\":" \
+   "${S}/amavisd.conf" "${S}/amavis-mc"  || die "missing conf file"
+
+   if ! use dkim ; then
+   sed -i -e '/enable_dkim/s/1/0/' "${S}/amavisd.conf" \
+   || die "missing conf file - dkim"
+   fi
+
+   if use zmq ; then
+   sed -i -e '/enable_zmq/s/# //' "${S}/amavisd.conf" \
+   || die "missing conf file - zmq"
+   fi
+
+   if ! use spamassassin ; then
+   sed -i -e \
+   
"/^#[[:space:]]*@bypass_spam_checks_maps[[:space:]]*=[[:space:]]*(1)/s/^#//" \
+   "${S}/amavisd.conf" || die "missing conf file - sa"
+   fi
+
+   eapply_user
+}
+
+src_install() {
+   dosbin amavisd amavisd-agent amavisd-nanny amavisd-release \
+   amavisd-signer amavisd-status
+   dobin p0f-analyzer.pl amavisd-submit
+
+   if use snmp ; then
+   dosbin amavisd-snmp-subagent
+   use zmq && dosbin amavisd-snmp-subagent-zmq
+   dodoc AMAVIS-MIB.txt
+   newinitd "${FILESDIR}"/amavisd-snmp.initd amavisd-snmp
+   fi
+
+   if use zmq ; then
+  

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

2018-11-20 Thread Zac Medico
commit: ef23d0461d59c5e9c5627bf1c1e10cf120ae411b
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Nov 21 04:53:16 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Nov 21 05:04:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef23d046

sys-apps/portage: revbump to 2.3.51-r1 for bug 671472

Add trivial fix for an annoying regression in handling of
broken ebuilds.

Reported-by: Reinis Danne  gmail.com>
Closes: https://bugs.gentoo.org/671472
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/Manifest  | 1 +
 .../portage/{portage-2.3.51.ebuild => portage-2.3.51-r1.ebuild}| 7 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index bd15bdfe9da..b17057cee05 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -5,3 +5,4 @@ DIST portage-2.3.49.tar.bz2 1010414 BLAKE2B 
be8e0194855eda8e8a617ee4415d702199e1
 DIST portage-2.3.51.tar.bz2 1013015 BLAKE2B 
f7f5e6c9e627db5a9e4bfcc9a6cbebb40fda910d3cc928922870b295c706a9f669d3d812e726b220610efe6b182460811eb9420d6fa5b8756481df64a88fe2b9
 SHA512 
6c22b97959d4b5be263b9a1de6bb343b1f8300e989f37c7334a9d5d6fb65fe2390958e222bc5379ec95099124fc51a049ecca6e1bfc18f0a6c57e4601342bb94
 DIST portage-2.3.52.tar.bz2 1014660 BLAKE2B 
22fab75c4c9a12752bbdea960c9d4f583c3add4896ed94eea5e5e9ea03fd9838545f9c0075f279d81ac9ae0cfeca09fe44d18eac89f29c95d2be99a822da8446
 SHA512 
cd9fc6dc6f4d52886c41dd48694f290f30462111709a61a9814d5ae02519a0dd31d8fc5305c767e2a3b78d7b7d0cc8ab4c1d4273e95baec7b6d405bd9fb3f548
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8
+DIST portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch 1584 
BLAKE2B 
452cd4cb25e42dcfa05c4f9da2bd3cc279556b9cd87037d0d965d39678f347b701dac0eaa59bfdebee9e3715abb506bf3744900ebefafa8fa729a1eb442889b9
 SHA512 
5bbe163e8eec00ece831c113676e87f0cf61a40f30a75a0de548490eeb789479336feec5bf81868a284bf32bafa00209176156cfb9ce557390d0f4a2ab6d1c1a

diff --git a/sys-apps/portage/portage-2.3.51.ebuild 
b/sys-apps/portage/portage-2.3.51-r1.ebuild
similarity index 96%
rename from sys-apps/portage/portage-2.3.51.ebuild
rename to sys-apps/portage/portage-2.3.51-r1.ebuild
index c4988870428..c4a71aae5fa 100644
--- a/sys-apps/portage/portage-2.3.51.ebuild
+++ b/sys-apps/portage/portage-2.3.51-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 systemd
+inherit distutils-r1 epatch systemd
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
@@ -86,7 +86,8 @@ prefix_src_archives() {
 
 TARBALL_PV=${PV}
 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
+   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)
+   
https://github.com/gentoo/portage/commit/74d2509c99fbcb43e018ead4950b938e41e524e5.patch
 -> portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch"
 
 pkg_setup() {
use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
@@ -95,6 +96,8 @@ pkg_setup() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   epatch 
"${DISTDIR}/portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch"
+
if use gentoo-dev; then
einfo "Disabling --dynamic-deps by default for gentoo-dev..."
sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \



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

2018-11-20 Thread Zac Medico
commit: ec4b54c4b0406d7f259dae34876da0b77d19fe3a
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Nov 21 04:53:16 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Nov 21 05:04:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4b54c4

sys-apps/portage: revbump to 2.3.52-r1 for bug 671472

Add trivial fix for an annoying regression in handling of
broken ebuilds.

Reported-by: Reinis Danne  gmail.com>
Closes: https://bugs.gentoo.org/671472
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 .../portage/{portage-2.3.52.ebuild => portage-2.3.52-r1.ebuild}| 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.52.ebuild 
b/sys-apps/portage/portage-2.3.52-r1.ebuild
similarity index 96%
rename from sys-apps/portage/portage-2.3.52.ebuild
rename to sys-apps/portage/portage-2.3.52-r1.ebuild
index 9fc9f28ea21..aaf1fd8969f 100644
--- a/sys-apps/portage/portage-2.3.52.ebuild
+++ b/sys-apps/portage/portage-2.3.52-r1.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 systemd
+inherit distutils-r1 epatch systemd
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
@@ -86,7 +86,8 @@ prefix_src_archives() {
 
 TARBALL_PV=${PV}
 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
-   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
+   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)
+   
https://github.com/gentoo/portage/commit/74d2509c99fbcb43e018ead4950b938e41e524e5.patch
 -> portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch"
 
 pkg_setup() {
use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
@@ -95,6 +96,8 @@ pkg_setup() {
 python_prepare_all() {
distutils-r1_python_prepare_all
 
+   epatch 
"${DISTDIR}/portage-74d2509c99fbcb43e018ead4950b938e41e524e5-bug-671472.patch"
+
if use gentoo-dev; then
einfo "Disabling --dynamic-deps by default for gentoo-dev..."
sed -e 's:\("--dynamic-deps", \)\("y"\):\1"n":' \



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

2018-11-20 Thread Zac Medico
commit: 2b19fa96d8c1f20712f93aade619ef727c76f0e9
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Nov 21 04:39:26 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Nov 21 05:04:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b19fa96

dev-util/bcc: version bump to 0.7.0

Reported-by: Andy Dalton  gmail.com>
Closes: https://bugs.gentoo.org/671604
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/bcc/Manifest |  1 +
 dev-util/bcc/bcc-0.7.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/bcc/Manifest b/dev-util/bcc/Manifest
index 0eba5f3d0ac..d199a94a968 100644
--- a/dev-util/bcc/Manifest
+++ b/dev-util/bcc/Manifest
@@ -1,2 +1,3 @@
 DIST bcc-0.5.0_p20171230.tar.gz 1773522 BLAKE2B 
bc5ec32570cf230f071c10d2925a8c8a777c60c22d31bbf72f3cad1718e59dacd604e45a326ff2a941aa519a2b3544bc7376dd40ceafe154c497b488e0ec1b9b
 SHA512 
d8e810768b5801c0beef98a13ee23eb8aa756f7f8a3e35f6a391958e30affc5a8622a9b75c785f66d86761105045cb2b1c7ce284f3ac3b482a4605987bea9f30
 DIST bcc-0.6.0.tar.gz 1986593 BLAKE2B 
514c2c781eb94d99560232d8050b5664ce3565622b236e78cd111be27b3482849965600a1d574f59243917672f00bb3cef65cab63103f6c4a5cf62024c683d9b
 SHA512 
1a8edf6da22f3119a74cf43f03ec83b97ed2f6fc18828d750d8a695ac1451b6b3209e5d2cf48bc87f53fa9447e8813a018a58d31588d477e4aa364a2d0217e80
+DIST bcc-0.7.0.tar.gz 2009289 BLAKE2B 
370b553521289d983d1165633e76a5e405250b9b09dbf3e78c127d232908e73facce06097ce4dbf0bbccda929b6715a9b7460affe123556087c8ca00b8d62c0b
 SHA512 
ebe6c4cbecba2d587c69af71ddc8cb451b2b8e1d49ef887f291c813320c2c60d49357500fc2751d5b418df2be1d02763c385d89de6efa6e10f049c25acf01b4e

diff --git a/dev-util/bcc/bcc-0.7.0.ebuild b/dev-util/bcc/bcc-0.7.0.ebuild
new file mode 100644
index 000..9d90ec40225
--- /dev/null
+++ b/dev-util/bcc/bcc-0.7.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit cmake-utils linux-info python-single-r1 python-utils-r1
+
+DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, 
and more"
+HOMEPAGE="https://iovisor.github.io/bcc/";
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+RESTRICT="test"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND=">=dev-libs/elfutils-0.166:=
+   sys-devel/clang:=
+   >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
+   ${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
+
+pkg_pretend() {
+   local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
+   ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL"
+
+   check_extra_config
+}
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DREVISION=${PV%%_*}
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   python_fix_shebang "${ED}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/

2018-11-20 Thread Amy Liffey
commit: e78fb2d070f4d937f3dff13605debce687c25d02
Author: Robert Siebeck  r123  de>
AuthorDate: Sat Nov 17 18:07:38 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Nov 21 06:01:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78fb2d0

net-im/signal-desktop-bin: add new version 1.18.0

Closes: https://github.com/gentoo/gentoo/pull/10438
Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Amy Liffey  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-1.18.0.ebuild   | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index d805d97fd49..506101ed783 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_1.16.3_amd64.deb 72171054 BLAKE2B 
b488ba95dcd26b87582c41cc51433b46ab9dcfcce4cbe002c87e9cee5b5d07c554093aab5b9b2cae42621bcaa8c63ae2d39e4f362a77f5292bc9786b1d76e920
 SHA512 
62bd8b6608c48b8a57471fd9aa5d2662634697aae7e9244c841d729fe8c25f18a2362593fcc522d97adce894209c4dac9379facd1b58b1dd380bb061cd08c4a6
+DIST signal-desktop_1.18.0_amd64.deb 72190608 BLAKE2B 
6d2fb700a23f65d9581b65b2186d52923403a6a9f7a0613d8620f8ab34661e27ea14c7ed40d5f266ec2250228c5be39dbe94810bedc705f0ddfb0eff155aa65a
 SHA512 
60b877130fad54e61543ccf899079c1fce28a8a4ba588a3600b3ff100f41736d046957686b7b423fc56c72761367cd3ce3c1f75b2f71f261f317e5cb0d9340cf

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.18.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-1.18.0.ebuild
new file mode 100644
index 000..e4a362f0ca5
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.18.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/-bin/}"
+
+inherit gnome2-utils pax-utils unpacker xdg-utils
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/WhisperSystems/Signal-Desktop";
+SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE=""
+
+RDEPEND="
+   gnome-base/gconf:2
+   dev-libs/nss
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   net-print/cups
+   "
+
+QA_PREBUILT="opt/Signal/signal-desktop
+   opt/Signal/libnode.so
+   opt/Signal/libffmpeg.so"
+
+S="${WORKDIR}"
+
+src_prepare(){
+   default
+   sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop
+   pax-mark m opt/Signal/signal-desktop
+
+   dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/releng: New branch: bug-670458

2018-11-20 Thread Robin H. Johnson
commit: 
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov 21 07:07:15 2018 +

New branch: bug-670458