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

2019-01-07 Thread Lars Wendler
commit: f493f720fd15826012e9a1c20f1ac7ff01e81b8d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  8 07:43:47 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  8 07:43:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f493f720

sys-apps/fwupd: Bump to version 1.2.3

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

 sys-apps/fwupd/Manifest   |   1 +
 sys-apps/fwupd/fwupd-1.2.3.ebuild | 131 ++
 2 files changed, 132 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index 8d856b7a399..b354619f0e7 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,2 +1,3 @@
 DIST fwupd-1.2.1.tar.gz 1754253 BLAKE2B 
96938766758db32b00437e29c1b93870411687f7535102703faf4a09189dc4e90fd232794812d964895c12b0f63c86d0023ff1abcf9848059f04c12812158db9
 SHA512 
ce86c7b5e5c1a45a561f6fc195c3db861e29f9cd435df9e41a41ade94e2f9891508b0e32906df09fe074d383b5d7b6ac824201949f67e2c86c6c905eae550d78
 DIST fwupd-1.2.2.tar.gz 1768003 BLAKE2B 
83d91761b7dc71296def8a88eb356df687906278ad6e351dffce246a1473de4a141e84e959dd4a785a36a846fc6884d4c83f512e8ea96d7f1b8f9c5dd438d784
 SHA512 
34221c905a75f4b6d9ee66bc08a2ceb0d65debb71771b8e0eeed26593dff4f29a4080b7c3164535e862f91f370bb519ae2761dc1f62c6b6de3c6c51ef5f0af65
+DIST fwupd-1.2.3.tar.gz 1768734 BLAKE2B 
898f0cf3d86295840ad3f5a3736d9b0aedb61f678ca10d93bbbd9240513ae09a2d8941e3d6844024a20652eec487c7237dea5e6813d8d7c969d2998a970d23c1
 SHA512 
fc4fbb3778f9ed82eec4f05905d611f34344fccd78d199348b9f8ca83fedc48d1503fc77eb0b85026d77f5f83de5f609d97d0a0c008f3280b0a97e942000ba59

diff --git a/sys-apps/fwupd/fwupd-1.2.3.ebuild 
b/sys-apps/fwupd/fwupd-1.2.3.ebuild
new file mode 100644
index 000..72cc697499b
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.2.3.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit meson python-single-r1 vala xdg-utils
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org;
+SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="colorhug dell doc +gpg +man nvme pkcs7 redfish systemd test thunderbolt 
uefi"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   dell? ( uefi )
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/gcab
+   app-arch/libarchive:=
+   dev-db/sqlite
+   >=dev-libs/glib-2.45.8:2
+   dev-libs/json-glib
+   dev-libs/libgpg-error
+   dev-libs/libgudev:=
+   >=dev-libs/libgusb-0.2.9[introspection]
+   >=dev-libs/libxmlb-0.1.5
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   >=net-libs/libsoup-2.51.92:2.4[introspection]
+   >=sys-auth/polkit-0.103
+   virtual/libelf:0=
+   colorhug? ( >=x11-misc/colord-1.2.12:0= )
+   dell? (
+   sys-libs/efivar
+   >=sys-libs/libsmbios-2.4.0
+   )
+   gpg? (
+   app-crypt/gpgme
+   dev-libs/libgpg-error
+   )
+   nvme? ( sys-libs/efivar )
+   pkcs7? ( >=net-libs/gnutls-3.4.4.1:= )
+   redfish? (
+   sys-libs/efivar
+   )
+   systemd? ( >=sys-apps/systemd-211 )
+   !systemd? ( >=sys-auth/consolekit-1.0.0 )
+   thunderbolt? ( sys-apps/thunderbolt-software-user-space )
+   uefi? (
+   media-libs/fontconfig
+   media-libs/freetype
+   sys-boot/gnu-efi
+   >=sys-libs/efivar-33
+   x11-libs/cairo
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   $(vala_depend)
+   x11-libs/pango[introspection]
+   doc? ( dev-util/gtk-doc )
+   man? ( app-text/docbook-sgml-utils )
+   nvme? ( >=sys-kernel/linux-headers-4.4 )
+   test? ( net-libs/gnutls[tools] )
+"
+
+BDEPEND="
+   >=dev-util/meson-0.47.0
+   virtual/pkgconfig
+"
+
+# required for fwupd daemon to run.
+# NOT a build time dependency. The build system does not check for dbus.
+PDEPEND="sys-apps/dbus"
+
+src_prepare() {
+   default
+   sed -e "s/'--create'/'--absolute-name', '--create'/" \
+   -i data/tests/builder/meson.build || die
+   sed -e "/'-Werror',/d" \
+   -i plugins/uefi/efi/meson.build || die
+   vala_src_prepare
+}
+
+src_configure() {
+   xdg_environment_reset
+   local emesonargs=(
+   --localstatedir "${EPREFIX}"/var
+   -Dconsolekit="$(usex systemd false true)"
+   -Dgpg="$(usex gpg true false)"
+   -Dgtkdoc="$(usex doc true false)"
+   -Dman="$(usex man true false)"
+   -Dpkcs7="$(usex pkcs7 true false)"
+   -Dplugin_dell="$(usex dell 

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

2019-01-07 Thread Lars Wendler
commit: a7cc97288d36f1fa60dfd46fd98940510dc26ee3
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan  8 07:45:08 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan  8 07:45:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cc9728

sys-apps/fwupd: Removed old.

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

 sys-apps/fwupd/Manifest   |   1 -
 sys-apps/fwupd/fwupd-1.2.1.ebuild | 124 --
 2 files changed, 125 deletions(-)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index b354619f0e7..ee20e104bcc 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,2 @@
-DIST fwupd-1.2.1.tar.gz 1754253 BLAKE2B 
96938766758db32b00437e29c1b93870411687f7535102703faf4a09189dc4e90fd232794812d964895c12b0f63c86d0023ff1abcf9848059f04c12812158db9
 SHA512 
ce86c7b5e5c1a45a561f6fc195c3db861e29f9cd435df9e41a41ade94e2f9891508b0e32906df09fe074d383b5d7b6ac824201949f67e2c86c6c905eae550d78
 DIST fwupd-1.2.2.tar.gz 1768003 BLAKE2B 
83d91761b7dc71296def8a88eb356df687906278ad6e351dffce246a1473de4a141e84e959dd4a785a36a846fc6884d4c83f512e8ea96d7f1b8f9c5dd438d784
 SHA512 
34221c905a75f4b6d9ee66bc08a2ceb0d65debb71771b8e0eeed26593dff4f29a4080b7c3164535e862f91f370bb519ae2761dc1f62c6b6de3c6c51ef5f0af65
 DIST fwupd-1.2.3.tar.gz 1768734 BLAKE2B 
898f0cf3d86295840ad3f5a3736d9b0aedb61f678ca10d93bbbd9240513ae09a2d8941e3d6844024a20652eec487c7237dea5e6813d8d7c969d2998a970d23c1
 SHA512 
fc4fbb3778f9ed82eec4f05905d611f34344fccd78d199348b9f8ca83fedc48d1503fc77eb0b85026d77f5f83de5f609d97d0a0c008f3280b0a97e942000ba59

diff --git a/sys-apps/fwupd/fwupd-1.2.1.ebuild 
b/sys-apps/fwupd/fwupd-1.2.1.ebuild
deleted file mode 100644
index 7f9b147acd1..000
--- a/sys-apps/fwupd/fwupd-1.2.1.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{4,5,6,7} )
-
-inherit meson python-single-r1 vala xdg-utils
-
-DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
-HOMEPAGE="https://fwupd.org;
-SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="colorhug dell doc +gpg +man nvme pkcs7 redfish systemd test thunderbolt 
uefi"
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   dell? ( uefi )
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   app-arch/gcab
-   app-arch/libarchive:=
-   dev-db/sqlite
-   >=dev-libs/glib-2.45.8:2
-   dev-libs/json-glib
-   dev-libs/libgpg-error
-   dev-libs/libgudev:=
-   >=dev-libs/libgusb-0.2.9[introspection]
-   >=dev-libs/libxmlb-0.1.5
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   >=net-libs/libsoup-2.51.92:2.4[introspection]
-   >=sys-auth/polkit-0.103
-   virtual/libelf:0=
-   colorhug? ( >=x11-misc/colord-1.2.12:0= )
-   dell? (
-   sys-libs/efivar
-   >=sys-libs/libsmbios-2.4.0
-   )
-   gpg? (
-   app-crypt/gpgme
-   dev-libs/libgpg-error
-   )
-   nvme? ( sys-libs/efivar )
-   pkcs7? ( >=net-libs/gnutls-3.4.4.1:= )
-   redfish? (
-   sys-libs/efivar
-   )
-   systemd? ( >=sys-apps/systemd-211 )
-   !systemd? ( >=sys-auth/consolekit-1.0.0 )
-   thunderbolt? ( sys-apps/thunderbolt-software-user-space )
-   uefi? (
-   media-libs/fontconfig
-   media-libs/freetype
-   sys-boot/gnu-efi
-   >=sys-libs/efivar-33
-   x11-libs/cairo
-   )
-"
-DEPEND="
-   ${RDEPEND}
-   $(vala_depend)
-   doc? ( dev-util/gtk-doc )
-   man? ( app-text/docbook-sgml-utils )
-   nvme? ( >=sys-kernel/linux-headers-4.4 )
-   test? ( net-libs/gnutls[tools] )
-"
-
-BDEPEND="
-   >=dev-util/meson-0.47.0
-   virtual/pkgconfig
-"
-
-# required for fwupd daemon to run.
-# NOT a build time dependency. The build system does not check for dbus.
-PDEPEND="sys-apps/dbus"
-
-src_prepare() {
-   default
-   sed -e "s/'--create'/'--absolute-name', '--create'/" \
-   -i data/tests/builder/meson.build || die
-   sed -e "/'-Werror',/d" \
-   -i plugins/uefi/efi/meson.build || die
-   vala_src_prepare
-}
-
-src_configure() {
-   xdg_environment_reset
-   local emesonargs=(
-   --localstatedir "${EPREFIX}"/var
-   -Dconsolekit="$(usex systemd false true)"
-   -Dgpg="$(usex gpg true false)"
-   -Dgtkdoc="$(usex doc true false)"
-   -Dman="$(usex man true false)"
-   -Dpkcs7="$(usex pkcs7 true false)"
-   -Dplugin_dell="$(usex dell true false)"
-   

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

2019-01-07 Thread Alon Bar-Lev
commit: c10f162d6ab7584a5d63fad45d81ba22d519386f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Jan  8 06:52:01 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Jan  8 06:52:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10f162d

net-libs/gnutls: add missing subslot operators

Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-libs/gnutls/gnutls-3.5.19-r1.ebuild | 8 
 net-libs/gnutls/gnutls-3.6.5.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild 
b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
index ab4f6ae4873..5917ea116d3 100644
--- a/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.19-r1.ebuild
@@ -23,12 +23,12 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
dev-libs/libunistring:=[${MULTILIB_USEDEP}]
>=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
>=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
+   tools? ( sys-devel/autogen:= )
dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] )
guile? ( >=dev-scheme/guile-2:=[networking] )
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+   nls? ( >=virtual/libintl-0-r1:=[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.23.1:=[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )
idn? ( >=net-dns/libidn2-0.16-r1:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
test? (

diff --git a/net-libs/gnutls/gnutls-3.6.5.ebuild 
b/net-libs/gnutls/gnutls-3.6.5.ebuild
index f8c04b90056..0e4f46b96b2 100644
--- a/net-libs/gnutls/gnutls-3.6.5.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.5.ebuild
@@ -23,11 +23,11 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
dev-libs/libunistring:=[${MULTILIB_USEDEP}]
>=dev-libs/nettle-3.4.1:=[gmp,${MULTILIB_USEDEP}]
>=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
+   tools? ( sys-devel/autogen:= )
dane? ( >=net-dns/unbound-1.4.20:=[${MULTILIB_USEDEP}] )
guile? ( >=dev-scheme/guile-2:=[networking] )
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
+   nls? ( >=virtual/libintl-0-r1:=[${MULTILIB_USEDEP}] )
+   pkcs11? ( >=app-crypt/p11-kit-0.23.1:=[${MULTILIB_USEDEP}] )
idn? ( >=net-dns/libidn2-0.16-r1:=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
test? (



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

2019-01-07 Thread Rick Farina
commit: 3b857e5323c89eaef8c5e2d4c2d6fc2b8e1dc963
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Jan  8 04:09:08 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Jan  8 04:10:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b857e53

net-wireless/sdrplay: fix deps

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 .../sdrplay/{sdrplay-2.13.1.ebuild => sdrplay-2.13.1-r1.ebuild}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-wireless/sdrplay/sdrplay-2.13.1.ebuild 
b/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
similarity index 93%
rename from net-wireless/sdrplay/sdrplay-2.13.1.ebuild
rename to net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
index 5528d10526f..fa57c1d27a1 100644
--- a/net-wireless/sdrplay/sdrplay-2.13.1.ebuild
+++ b/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,7 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="virtual/libusb
+   virtual/udev"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"



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

2019-01-07 Thread Rick Farina
commit: 19ef4d12e47e1d699d874492799043faa7a163c6
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Jan  8 04:10:11 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Jan  8 04:10:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ef4d12

net-wireless/sdrplay: please repoman

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild 
b/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
index fa57c1d27a1..0154f873ac5 100644
--- a/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
+++ b/net-wireless/sdrplay/sdrplay-2.13.1-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="virtual/libusb
+DEPEND="virtual/libusb:1
virtual/udev"
 RDEPEND="${DEPEND}"
 



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

2019-01-07 Thread Rick Farina
commit: 9b2cc2d2c199b0c61f385c3198721e9fbb84
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Jan  8 04:05:14 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Jan  8 04:10:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2c

net-wireless/soapysdrplay: bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapysdrplay/Manifest   | 1 +
 .../soapysdrplay/{soapysdrplay-.ebuild => soapysdrplay-0.2.0.ebuild} | 1 -
 net-wireless/soapysdrplay/soapysdrplay-.ebuild   | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-wireless/soapysdrplay/Manifest 
b/net-wireless/soapysdrplay/Manifest
index a1d30e79c62..ee25bcdcc60 100644
--- a/net-wireless/soapysdrplay/Manifest
+++ b/net-wireless/soapysdrplay/Manifest
@@ -1 +1,2 @@
 DIST soapysdrplay-0.1.0.tar.gz 11736 BLAKE2B 
746e01092d094cedb6b15b9c11ec0b828e18cd3c814e46cbe5cb9473cfd494d8342ab9618d8c5d945429b2b62178b02b81c2b000e20c53a7cb027d4b2a25c789
 SHA512 
28382b4ac79e27a0b84ed6edb4abeca99b90222ad2890041e1585cac21177518ca3fcea0a3e14f8502091d47e7b2a223913dd77c53b6c0360f0f3875328613da
+DIST soapysdrplay-0.2.0.tar.gz 13570 BLAKE2B 
c77342b091a3510986e4388911dc2e45d7bc0e54dfef7ebe1fe774d564193bc773509d46238c0a3ea87458ab0c7ea2447a877f083a72a26f2ca5e592386b1ba1
 SHA512 
7ed6e34ee42416b4d2eec76b66cdc0e9b40835ab3299a2b3a906492cf342bbdef7c92dd3e9e63b12fdceb897ca4fb2bb574b23d4aee121cc32fbfcddbb7b060a

diff --git a/net-wireless/soapysdrplay/soapysdrplay-.ebuild 
b/net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild
similarity index 98%
copy from net-wireless/soapysdrplay/soapysdrplay-.ebuild
copy to net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild
index 2d5febc0371..935b6c26999 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-0.2.0.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDRPlay;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git;
EGIT_CLONE_TYPE="shallow"
-   KEYWORDS=""
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"

diff --git a/net-wireless/soapysdrplay/soapysdrplay-.ebuild 
b/net-wireless/soapysdrplay/soapysdrplay-.ebuild
index 2d5febc0371..935b6c26999 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDRPlay;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git;
EGIT_CLONE_TYPE="shallow"
-   KEYWORDS=""
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"



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

2019-01-07 Thread Georgy Yakovlev
commit: e148cfa664113ec3145ad5e1ec047af1f3a62958
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan  8 03:51:42 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan  8 03:52:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e148cfa6

x11-terms/alacritty: bump to 0.2.5

removed USE-Controlled Optional wayland RDEPEND
install dev-libs/wayland if needed.

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-terms/alacritty/Manifest   |  71 ++
 x11-terms/alacritty/alacritty-0.2.5.ebuild | 386 +
 2 files changed, 457 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 54fd98dc4bc..0559527e9cb 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,21 +1,28 @@
+DIST MacTypes-sys-1.3.0.crate 8660 BLAKE2B 
be658a07190807280f0b2001b76da35c5489f742a8479eaad6c701b51b1d8bf2d0a11b04e97b91fe0122f49ca6a33f403a4a2f4561300730bdef98281d7231b2
 SHA512 
6897248581a01b47e2200f881abd15bb45e4855837b91a4f2c016848c6a9bb7ca22d0fe118cce9dd8397b2360dc93671a8512042ea4467166979c74b28e93453
 DIST adler32-1.0.3.crate 5734 BLAKE2B 
31cd43d1e13b5e854a195824084dc34a157ef59cccabaa335cfba2de532096046bbb66a9fce2430979b243509d608bfef752c46d80bdcc7e420e039269d575a3
 SHA512 
2128cc34abc74a363b18eec5abf414b95e4d84bfd99b6508ac807e13c026ad0e37e67b5a8c429212b85e78071f03e0df24ee70db5995772c4bc78acfb0234459
 DIST advapi32-sys-0.2.0.crate 7217 BLAKE2B 
ef3328a3405f51afe01b4bf0dec00def432a23935fb1d26a4c577b7f4716f1018ae44ba3d738275406512cc7085fb8be9f3795a56e84349acd2af64165ddef84
 SHA512 
8e6bc75fcb2b91d2b8fe281d165aa8281c8ecca9ba09552f5e4cdbadc03b91db5a98789233c4dc858ee9cf8a3488f28af5a742dac50b44f6397fd14478b77618
 DIST aho-corasick-0.6.9.crate 25979 BLAKE2B 
a1bbec11c322d20d435d8683151b144e31f04b07ca47fc1c8128464533256f4004c8d346fe59a1e1c41be5609fdf768fad5f1afa5df94d1a02ced5c4f02c4bac
 SHA512 
8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
 DIST alacritty-0.2.3.tar.gz 957500 BLAKE2B 
510d479e95ac2c4e11ec12d181ed034ab2ca5dd02cfe4feb32e845b06220bd469815b9f2623e8485ec7a1601332031147137b8c46018d7230473d11583ad3673
 SHA512 
ee663cd2bb405b12cd0395e98fcab04303a4fca23f691bae71aa36756a2c584247c9584948f0d7c480ebf07ab07b52fe916857b19bd6c6402e4969d0b7835997
 DIST alacritty-0.2.4.tar.gz 1014613 BLAKE2B 
6fe1f837c27df9da8bdf45471307dad60745930f8d252fe97d10137601a0b0772b17612638a171220cd73afb25d44077f5e20a6645b101edf744a1e55c0d5953
 SHA512 
1c52036b34f03e90f630bd220ecd98fea98cb3b1cd740577dc30c0b293a8fb6629cfe4ba085af0f13e5a21a43566d9fd665c9b167491b047097af99ef9abc669
+DIST alacritty-0.2.5.tar.gz 1029198 BLAKE2B 
3ddebe74ab469cbc6d2bebae5e55fbc380b99e1352f5e91b73b9c1bb6635780f3c333af569f8a3c4c6ba347aaa1099573b567d6b6421c734899d7845821b0d92
 SHA512 
0d98c87c8d7f04517dff9535968349031956c048f1ba7c5389678510b250457f237844c3dc190c359154988c55589485afb0df803b094b456c5921a1e50476ec
 DIST alacritty.png 25216 BLAKE2B 
c3b0bc28d7dfc17da4224b0544e2c83b17c63669db5c809ec84532a52d8e5921fdbc058267eabfa29c71f3b577756cee4c8f8077ab4ac7de16d9290f0a4c62bf
 SHA512 
afc37f92453dd5ab2fff353ce59b4e5c2e30f1d37836a5ddf43be82e67237b8646a5e6a88322b8918a2835ec19360d8f8fc388854ef74fcf8a5eea0dae291783
 DIST andrew-0.1.4.crate 8675 BLAKE2B 
25d335096c3ad509bff202eb347bf8c193146b90d488c671f0b3796e78520ae0ea1ac93f7e77343c79bc2207804bad8f5f326b1e63fdf011dd60728dfd13f814
 SHA512 
b96fccfe1cec13c5d45c275b0a7dd6bb619a8c40a9d9b689e1618fae24088c4908b4af542e8df1a8664110599d6cd218a986c032bf2f22ee9aed8264edf92c24
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST approx-0.1.1.crate 11204 BLAKE2B 
53a378a627aa6a8fa882113e6e23de6e35d8571704f135890dfef8644561bcf22c4eb0e4f34b380df9ac75c06263dc8a103dc8b462d1afd30f74e30911867a01
 SHA512 
6a5e9d2fa1e1bff689bf0dafe1e9a0fda1b3e54c46b4fa9d000d2e178bb2d709f899662e5189e53bfac25dea2fc448ec6a50b4d3d41f5dfddcb2b30c4411323d
 DIST approx-0.3.0.crate 13937 BLAKE2B 
4e470eb20dbd11ef4c0a7838ba3d4af64c0104410e769e086c517963fd79b32defea387b2bd451ab19b66c1de3a80119db9a86ad1ec8f73c87742d1b4041edca
 SHA512 
c9ddc84dc349d299bdd57532d2bc42294dbec40460b72b5b5c0d27926f8ffe030fd3bd54d78dd470742c65400e7e9dd48275de222b00e372067360cfa10d18b5
+DIST approx-0.3.1.crate 14133 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/, net-firewall/nftables/files/libexec/, ...

2019-01-07 Thread Matthew Thode
commit: 4ebf4b667f24cf4384e12413e73307766cec6413
Author: Francisco Blas (klondike) Izquierdo Riera  gentoo 
 org>
AuthorDate: Tue Jan  8 02:37:48 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jan  8 02:53:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebf4b66

net-firewall/nftables: Add atomic nftables updates for modern kernels

Signed-off-by: Francisco Blas Izquierdo Riera  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthew Thode  gentoo.org>

 net-firewall/nftables/files/libexec/nftables-mk.sh |  59 
 net-firewall/nftables/files/nftables-mk.confd  |  26 ++
 net-firewall/nftables/files/nftables-mk.init   | 104 +
 net-firewall/nftables/metadata.xml |   5 +
 net-firewall/nftables/nftables-0.9.0-r2.ebuild |  94 +++
 5 files changed, 288 insertions(+)

diff --git a/net-firewall/nftables/files/libexec/nftables-mk.sh 
b/net-firewall/nftables/files/libexec/nftables-mk.sh
new file mode 100644
index 000..b6ad37867b6
--- /dev/null
+++ b/net-firewall/nftables/files/libexec/nftables-mk.sh
@@ -0,0 +1,59 @@
+#!/bin/sh
+
+main() {
+   local NFTABLES_SAVE=${2:-'/var/lib/nftables/rules-save'}
+   case "$1" in
+   "check")
+   nft -c -f "${NFTABLES_SAVE}"
+   ;;
+   "clear")
+   nft flush ruleset
+   ;;
+   "list")
+   nft ${SAVE_OPTIONS} list ruleset
+   ;;
+   "load")
+   ( echo "flush ruleset;"; cat "${NFTABLES_SAVE}" ) | nft 
-f -
+   ;;
+   "panic")
+   panic hard | nft -f -
+   ;;
+   "soft_panic")
+   panic soft | nft -f -
+   ;;
+   "store")
+   local tmp_save="${NFTABLES_SAVE}.tmp"
+   umask 600;
+   (
+   echo "#!/sbin/nft -f"
+   echo "flush ruleset;"
+   nft ${SAVE_OPTIONS} list ruleset
+   ) > "$tmp_save" && mv ${tmp_save} ${NFTABLES_SAVE}
+   ;;
+   esac
+}
+
+panic() {
+   local erule;
+   [ "$1" = soft ] && erule="ct state established,related accept;" || 
erule="";
+   cat /dev/null ; then
+   eerror "Your kernel lacks nftables support, please load"
+   eerror "appropriate modules and try again."
+   return 1
+   fi
+   return 0
+}
+
+checkconfig() {
+   if [ -z "${NFTABLES_SAVE}" -o ! -f "${NFTABLES_SAVE}" ] ; then
+   eerror "Not starting nftables. First create some rules then 
run:"
+   eerror "/etc/init.d/${SVCNAME} save"
+   return 1
+   fi
+   return 0
+}
+
+start_pre() {
+   checkconfig || return 1
+   checkkernel || return 1
+   check || return 1
+}
+
+start() {
+   ebegin "Loading ${SVCNAME} state and starting firewall"
+   /usr/libexec/nftables/nftables.sh load "${NFTABLES_SAVE}"
+   eend $?
+}
+
+stop() {
+   if [ "${SAVE_ON_STOP}" = "yes" ] ; then
+   save || return 1
+   fi
+
+   ebegin "Stopping firewall"
+   if [ "${PANIC_ON_STOP}" = "hard" ]; then
+   /usr/libexec/nftables/nftables.sh panic
+   elif [ "${PANIC_ON_STOP}" = "soft" ]; then
+   /usr/libexec/nftables/nftables.sh soft_panic
+   else
+   /usr/libexec/nftables/nftables.sh clear
+   fi
+   eend $?
+}
+
+reload() {
+   start_pre || return 1
+   start
+}
+
+clear() {
+   ebegin "Clearing rules"
+   /usr/libexec/nftables/nftables.sh clear
+   eend $?
+}
+
+list() {
+   /usr/libexec/nftables/nftables.sh list
+}
+
+check() {
+   ebegin "Checking rules"
+   /usr/libexec/nftables/nftables.sh check "${NFTABLES_SAVE}"
+   eend $?
+}
+
+save() {
+   ebegin "Saving ${SVCNAME} state"
+   checkpath -q -d "$(dirname "${NFTABLES_SAVE}")"
+   checkpath -q -m 0600 -f "${NFTABLES_SAVE}"
+   /usr/libexec/nftables/nftables.sh store "${NFTABLES_SAVE}"
+   eend $?
+}
+
+panic() {
+   if service_started ${SVCNAME}; then
+   rc-service ${SVCNAME} zap
+   fi
+   ebegin "Dropping all packets"
+   /usr/libexec/nftables/nftables.sh panic
+   eend $?
+}
+
+soft_panic() {
+   if service_started ${SVCNAME}; then
+   rc-service ${SVCNAME} zap
+   fi
+   ebegin "Dropping new connections"
+   /usr/libexec/nftables/nftables.sh soft_panic
+   eend $?
+}

diff --git a/net-firewall/nftables/metadata.xml 
b/net-firewall/nftables/metadata.xml
index 1a891a6e533..dcc71d66d6f 100644
--- a/net-firewall/nftables/metadata.xml
+++ b/net-firewall/nftables/metadata.xml
@@ -9,7 +9,12 @@

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

2019-01-07 Thread Andreas Sturmlechner
commit: 27ad092ce22687970b4324432faa4795efb4a3e8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  8 00:44:35 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  8 00:44:35 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=27ad092c

kde5.eclass: Mark KDE Applications 18.12.1 unreleased

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 7a36bae0e2..fdabf26e85 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -165,7 +165,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-frameworks-5.54.0 )
+KDE_UNRELEASED=( kde-frameworks-5.54.0 kde-apps-18.12.1 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2019-01-07 Thread Andreas Sturmlechner
commit: e78c6ecf5cd6d4afe4e52dd77f973c33ac6389b7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  8 00:45:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  8 01:37:37 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e78c6ecf

profiles: Add kde-apps-18.12.1 package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-apps-18.12.1 | 238 +
 1 file changed, 238 insertions(+)

diff --git a/profiles/package.mask/kde-apps-18.12.1 
b/profiles/package.mask/kde-apps-18.12.1
new file mode 100644
index 00..d4781d473e
--- /dev/null
+++ b/profiles/package.mask/kde-apps-18.12.1
@@ -0,0 +1,238 @@
+# Andreas Sturmlechner  (08 Jan 2019)
+# KDE Applications 18.12.1 mask
+# Not released yet.
+~kde-apps/akonadi-18.12.1
+~kde-apps/akonadi-calendar-18.12.1
+~kde-apps/akonadiconsole-18.12.1
+~kde-apps/akonadi-contacts-18.12.1
+~kde-apps/akonadi-import-wizard-18.12.1
+~kde-apps/akonadi-mime-18.12.1
+~kde-apps/akonadi-notes-18.12.1
+~kde-apps/akonadi-search-18.12.1
+~kde-apps/akregator-18.12.1
+~kde-apps/analitza-18.12.1
+~kde-apps/ark-18.12.1
+~kde-apps/artikulate-18.12.1
+~kde-apps/audiocd-kio-18.12.1
+~kde-apps/baloo-widgets-18.12.1
+~kde-apps/blinken-18.12.1
+~kde-apps/bomber-18.12.1
+~kde-apps/bovo-18.12.1
+~kde-apps/calendarjanitor-18.12.1
+~kde-apps/calendarsupport-18.12.1
+~kde-apps/cantor-18.12.1
+~kde-apps/cervisia-18.12.1
+~kde-apps/dolphin-18.12.1
+~kde-apps/dolphin-plugins-bazaar-18.12.1
+~kde-apps/dolphin-plugins-dropbox-18.12.1
+~kde-apps/dolphin-plugins-git-18.12.1
+~kde-apps/dolphin-plugins-mercurial-18.12.1
+~kde-apps/dolphin-plugins-subversion-18.12.1
+~kde-apps/dragon-18.12.1
+~kde-apps/eventviews-18.12.1
+~kde-apps/ffmpegthumbs-18.12.1
+~kde-apps/filelight-18.12.1
+~kde-apps/granatier-18.12.1
+~kde-apps/grantlee-editor-18.12.1
+~kde-apps/grantleetheme-18.12.1
+~kde-apps/gwenview-18.12.1
+~kde-apps/incidenceeditor-18.12.1
+~kde-apps/juk-18.12.1
+~kde-apps/k3b-18.12.1
+~kde-apps/kaccounts-integration-18.12.1
+~kde-apps/kaccounts-providers-18.12.1
+~kde-apps/kaddressbook-18.12.1
+~kde-apps/kajongg-18.12.1
+~kde-apps/kalarm-18.12.1
+~kde-apps/kalarmcal-18.12.1
+~kde-apps/kalgebra-18.12.1
+~kde-apps/kalzium-18.12.1
+~kde-apps/kamera-18.12.1
+~kde-apps/kamoso-18.12.1
+~kde-apps/kanagram-18.12.1
+~kde-apps/kapman-18.12.1
+~kde-apps/kapptemplate-18.12.1
+~kde-apps/kate-18.12.1
+~kde-apps/katomic-18.12.1
+~kde-apps/kbackup-18.12.1
+~kde-apps/kblackbox-18.12.1
+~kde-apps/kblocks-18.12.1
+~kde-apps/kblog-18.12.1
+~kde-apps/kbounce-18.12.1
+~kde-apps/kbreakout-18.12.1
+~kde-apps/kbruch-18.12.1
+~kde-apps/kcachegrind-18.12.1
+~kde-apps/kcalc-18.12.1
+~kde-apps/kcalcore-18.12.1
+~kde-apps/kcalutils-18.12.1
+~kde-apps/kcharselect-18.12.1
+~kde-apps/kcolorchooser-18.12.1
+~kde-apps/kcontacts-18.12.1
+~kde-apps/kcron-18.12.1
+~kde-apps/kdav-18.12.1
+~kde-apps/kdeaccessibility-meta-18.12.1
+~kde-apps/kdeadmin-meta-18.12.1
+~kde-apps/kde-apps-meta-18.12.1
+~kde-apps/kdebase-meta-18.12.1
+~kde-apps/kdebugsettings-18.12.1
+~kde-apps/kdecore-meta-18.12.1
+~kde-apps/kde-dev-scripts-18.12.1
+~kde-apps/kde-dev-utils-18.12.1
+~kde-apps/kdeedu-data-18.12.1
+~kde-apps/kdeedu-meta-18.12.1
+~kde-apps/kdegames-meta-18.12.1
+~kde-apps/kdegraphics-meta-18.12.1
+~kde-apps/kdegraphics-mobipocket-18.12.1
+~kde-apps/kde-meta-18.12.1
+~kde-apps/kdemultimedia-meta-18.12.1
+~kde-apps/kdenetwork-filesharing-18.12.1
+~kde-apps/kdenetwork-meta-18.12.1
+~kde-apps/kdenlive-18.12.1
+~kde-apps/kdepim-addons-18.12.1
+~kde-apps/kdepim-apps-libs-18.12.1
+~kde-apps/kdepim-meta-18.12.1
+~kde-apps/kdepim-runtime-18.12.1
+~kde-apps/kdesdk-kioslaves-18.12.1
+~kde-apps/kdesdk-meta-18.12.1
+~kde-apps/kdesdk-thumbnailers-18.12.1
+~kde-apps/kdeutils-meta-18.12.1
+~kde-apps/kdf-18.12.1
+~kde-apps/kdialog-18.12.1
+~kde-apps/kdiamond-18.12.1
+~kde-apps/keditbookmarks-18.12.1
+~kde-apps/kfind-18.12.1
+~kde-apps/kfloppy-18.12.1
+~kde-apps/kfourinline-18.12.1
+~kde-apps/kgeography-18.12.1
+~kde-apps/kget-18.12.1
+~kde-apps/kgoldrunner-18.12.1
+~kde-apps/kgpg-18.12.1
+~kde-apps/khangman-18.12.1
+~kde-apps/khelpcenter-18.12.1
+~kde-apps/kidentitymanagement-18.12.1
+~kde-apps/kig-18.12.1
+~kde-apps/kigo-18.12.1
+~kde-apps/killbots-18.12.1
+~kde-apps/kimagemapeditor-18.12.1
+~kde-apps/kimap-18.12.1
+~kde-apps/kio-extras-18.12.1
+~kde-apps/kiriki-18.12.1
+~kde-apps/kiten-18.12.1
+~kde-apps/kitinerary-18.12.1
+~kde-apps/kjumpingcube-18.12.1
+~kde-apps/kldap-18.12.1
+~kde-apps/kleopatra-18.12.1
+~kde-apps/klettres-18.12.1
+~kde-apps/klickety-18.12.1
+~kde-apps/klines-18.12.1
+~kde-apps/kmag-18.12.1
+~kde-apps/kmahjongg-18.12.1
+~kde-apps/kmail-18.12.1
+~kde-apps/kmail-account-wizard-18.12.1
+~kde-apps/kmailtransport-18.12.1
+~kde-apps/kmbox-18.12.1
+~kde-apps/kmime-18.12.1
+~kde-apps/kmines-18.12.1
+~kde-apps/kmix-18.12.1
+~kde-apps/kmousetool-18.12.1
+~kde-apps/kmouth-18.12.1
+~kde-apps/kmplot-18.12.1
+~kde-apps/knavalbattle-18.12.1

[gentoo-commits] proj/kde:master commit in: kde-apps/gwenview/, kde-apps/gwenview/files/

2019-01-07 Thread Andreas Sturmlechner
commit: fbf59947c68f017aedc0d5dff30d823301261565
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  7 23:59:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 23:59:43 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fbf59947

kde-apps/gwenview: Fix build with exiv2-0.27

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/gwenview-18.12.1-exiv2-0.27.patch| 523 +
 kde-apps/gwenview/gwenview-18.12.49..ebuild|   4 +-
 2 files changed, 526 insertions(+), 1 deletion(-)

diff --git a/kde-apps/gwenview/files/gwenview-18.12.1-exiv2-0.27.patch 
b/kde-apps/gwenview/files/gwenview-18.12.1-exiv2-0.27.patch
new file mode 100644
index 00..66ed9ed834
--- /dev/null
+++ b/kde-apps/gwenview/files/gwenview-18.12.1-exiv2-0.27.patch
@@ -0,0 +1,523 @@
+From 61543b42289fc986e580f2e3443719f3334f17b5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
+Date: Sun, 30 Dec 2018 02:46:28 +0100
+Subject: [PATCH 1/2] Use forward declaration for Exiv2::Image, port to
+ std::unique_ptr
+
+Summary:
+Instead of the Exiv2::Image::AutoPtr typedef just use a forward declaration
+for Exiv2::Image, and use std::unique_ptr instead of std::auto_ptr.
+
+The forward declaration avoids pulling in Exiv2 declarations everywhere,
+e.g. via document.h.
+
+Although it would be possible to use std::auto_ptr, unique_ptr is
+preferable for two reasons:
+- ownership transfer is explicit (std::move, release()/reset())
+- Exiv2 0.28 will use std::unique_ptr as well, i.e. the code is forward
+compatible.
+
+Reviewers: #gwenview, cfeck, ngraham
+
+Reviewed By: #gwenview, ngraham
+
+Subscribers: lbeltrame, ngraham, asturmlechner, shubham
+
+Tags: #gwenview
+
+Differential Revision: https://phabricator.kde.org/D17872
+---
+ lib/cms/cmsprofile.cpp|  3 +++
+ lib/cms/cmsprofile.h  |  8 +---
+ lib/document/abstractdocumentimpl.cpp |  5 +++--
+ lib/document/abstractdocumentimpl.h   |  7 ++-
+ lib/document/document.cpp |  7 +--
+ lib/document/document.h   | 11 ---
+ lib/document/document_p.h | 10 +-
+ lib/document/loadingdocumentimpl.cpp  |  7 +--
+ lib/exiv2imageloader.cpp  | 13 ++---
+ lib/exiv2imageloader.h| 11 ---
+ lib/jpegcontent.cpp   | 10 +-
+ lib/timeutils.cpp |  8 +---
+ tests/auto/cmsprofiletest.cpp |  4 ++--
+ tests/auto/imagemetainfomodeltest.cpp |  9 +++--
+ 14 files changed, 77 insertions(+), 36 deletions(-)
+
+diff --git a/lib/cms/cmsprofile.cpp b/lib/cms/cmsprofile.cpp
+index 188b90a4..7d2b753e 100644
+--- a/lib/cms/cmsprofile.cpp
 b/lib/cms/cmsprofile.cpp
+@@ -42,6 +42,9 @@ extern "C" {
+ // lcms
+ #include 
+ 
++// Exiv2
++#include 
++
+ // X11
+ #ifdef HAVE_X11
+ #include 
+diff --git a/lib/cms/cmsprofile.h b/lib/cms/cmsprofile.h
+index a2a38a87..06c7672d 100644
+--- a/lib/cms/cmsprofile.h
 b/lib/cms/cmsprofile.h
+@@ -29,12 +29,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, 
Cambridge, MA 02110-1301, USA
+ #include 
+ #include 
+ 
+-// Exiv2
+-#include 
+-
+ class QByteArray;
+ class QString;
+ 
++namespace Exiv2
++{
++class Image;
++}
++
+ typedef void* cmsHPROFILE;
+ 
+ namespace Gwenview
+diff --git a/lib/document/abstractdocumentimpl.cpp 
b/lib/document/abstractdocumentimpl.cpp
+index d841ae5f..d3d0002c 100644
+--- a/lib/document/abstractdocumentimpl.cpp
 b/lib/document/abstractdocumentimpl.cpp
+@@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02110-1301, USA.
+ // Self
+ #include "abstractdocumentimpl.h"
+ 
++#include 
+ // Qt
+ 
+ // KDE
+@@ -77,9 +78,9 @@ void 
AbstractDocumentImpl::setDocumentKind(MimeTypeUtils::Kind kind)
+ d->mDocument->setKind(kind);
+ }
+ 
+-void AbstractDocumentImpl::setDocumentExiv2Image(Exiv2::Image::AutoPtr image)
++void 
AbstractDocumentImpl::setDocumentExiv2Image(std::unique_ptr image)
+ {
+-d->mDocument->setExiv2Image(image);
++d->mDocument->setExiv2Image(std::move(image));
+ }
+ 
+ void AbstractDocumentImpl::setDocumentDownSampledImage(const QImage& image, 
int invertedZoom)
+diff --git a/lib/document/abstractdocumentimpl.h 
b/lib/document/abstractdocumentimpl.h
+index 1f427e60..86e6bfd2 100644
+--- a/lib/document/abstractdocumentimpl.h
 b/lib/document/abstractdocumentimpl.h
+@@ -34,6 +34,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
MA 02110-1301, USA.
+ class QImage;
+ class QRect;
+ 
++namespace Exiv2
++{
++class Image;
++}
++
+ namespace Gwenview
+ {
+ 
+@@ -108,7 +113,7 @@ protected:
+ void setDocumentImageSize(const QSize& size);
+ void setDocumentKind(MimeTypeUtils::Kind);
+ void setDocumentFormat(const QByteArray& format);
+-void setDocumentExiv2Image(Exiv2::Image::AutoPtr);
++void 

[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/files/, app-office/calligra/

2019-01-07 Thread Andreas Sturmlechner
commit: e785021cfd5f1dba3d3ab7a11416960b322479f6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  8 01:12:51 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  8 01:47:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785021c

app-office/calligra: Fix build with poppler-0.72

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/calligra/calligra-3.1.0-r3.ebuild   |  1 +
 .../files/calligra-3.1.0-poppler-0.72.patch| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-office/calligra/calligra-3.1.0-r3.ebuild 
b/app-office/calligra/calligra-3.1.0-r3.ebuild
index f126c2aad96..766e2b2b60a 100644
--- a/app-office/calligra/calligra-3.1.0-r3.ebuild
+++ b/app-office/calligra/calligra-3.1.0-r3.ebuild
@@ -120,6 +120,7 @@ PATCHES=(
"${FILESDIR}"/${P}-stage-qt-5.11.patch
"${FILESDIR}"/${P}-poppler-0.69.patch
"${FILESDIR}"/${P}-poppler-0.71.patch
+   "${FILESDIR}"/${P}-poppler-0.72.patch # not upstreamable
"${FILESDIR}"/${P}-no-webkit.patch
 )
 

diff --git a/app-office/calligra/files/calligra-3.1.0-poppler-0.72.patch 
b/app-office/calligra/files/calligra-3.1.0-poppler-0.72.patch
new file mode 100644
index 000..3b2e690257b
--- /dev/null
+++ b/app-office/calligra/files/calligra-3.1.0-poppler-0.72.patch
@@ -0,0 +1,54 @@
+From 8f20ea906235cbee1d4aac4706e4eb03366875bf Mon Sep 17 00:00:00 2001
+From: "Tobias C. Berner" 
+Date: Mon, 7 Jan 2019 19:50:48 +0100
+Subject: [PATCH] Make compatible with poppler 0.72
+
+---
+ filters/karbon/pdf/SvgOutputDev.cpp | 13 +
+ 1 file changed, 13 insertions(+)
+
+diff --git a/filters/karbon/pdf/SvgOutputDev.cpp 
b/filters/karbon/pdf/SvgOutputDev.cpp
+index 4a1fad6bbcf..b1d4ea2d427 100644
+--- a/filters/karbon/pdf/SvgOutputDev.cpp
 b/filters/karbon/pdf/SvgOutputDev.cpp
+@@ -25,6 +25,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -409,7 +410,11 @@ void SvgOutputDev::drawString(GfxState * state, const 
GooString * s)
+ 
+ QString str;
+ 
++#if POPPLER_CHECK_VERSION(0,72,0)
++const char * p = s->c_str();
++#else
+ const char * p = s->getCString();
++#endif
+ int len = s->getLength();
+ CharCode code;
+ Unicode *u = nullptr;
+@@ -459,10 +464,18 @@ void SvgOutputDev::drawString(GfxState * state, const 
GooString * s)
+ *d->body << " y=\"" << y << "px\"";
+ 
+ if (font && font->getFamily()) {
++#if POPPLER_CHECK_VERSION(0,72,0)
++*d->body << " font-family=\"" << 
QString::fromLatin1(font->getFamily()->c_str()) << "\"";
++#else
+ *d->body << " font-family=\"" << 
QString::fromLatin1(font->getFamily()->getCString()) << "\"";
++#endif
+ //debugPdf << "font family:" << QString::fromLatin1( 
font->getFamily()->getCString() );
+ } else if (font && font->getName()) {
++#if POPPLER_CHECK_VERSION(0,72,0)
++*d->body << " font-family=\"" << 
QString::fromLatin1(font->getName()->c_str()) << "\"";
++#else
+ *d->body << " font-family=\"" << 
QString::fromLatin1(font->getName()->getCString()) << "\"";
++#endif
+ //debugPdf << "font name:" << QString::fromLatin1( 
font->getName()->getCString() );
+ }
+ *d->body << " font-size=\"" << qMax(state->getFontSize(), 
state->getTransformedFontSize()) << "px\"";
+-- 
+2.20.1



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/

2019-01-07 Thread Davide Pesavento
commit: f11c40750fff879e9c8269303c678f72c9863414
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 23:57:06 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 23:57:06 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f11c4075

dev-qt/qtsql: apparently upstream doesn't support libiodbc anymore

The configure test fails to detect it. Probably easy to fix, but
I doubt anyone cares, given that it's been broken since 5.8.0 and
no one complained.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtsql/qtsql-5.12.0.ebuild| 7 +++
 dev-qt/qtsql/qtsql-5.12..ebuild | 7 +++
 dev-qt/qtsql/qtsql-5..ebuild| 7 +++
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild
index 09b2d085..d5f86389 100644
--- a/dev-qt/qtsql/qtsql-5.12.0.ebuild
+++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,9 +23,9 @@ DEPEND="
freetds? ( dev-db/freetds )
mysql? ( virtual/libmysqlclient:= )
oci8? ( dev-db/oracle-instantclient-basic )
-   odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
+   odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
-   sqlite? ( >=dev-db/sqlite-3.8.10.2:3 )
+   sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"
 
@@ -51,7 +51,6 @@ src_configure() {
 
use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure

diff --git a/dev-qt/qtsql/qtsql-5.12..ebuild 
b/dev-qt/qtsql/qtsql-5.12..ebuild
index 2ce2c9a9..d5f86389 100644
--- a/dev-qt/qtsql/qtsql-5.12..ebuild
+++ b/dev-qt/qtsql/qtsql-5.12..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,9 +23,9 @@ DEPEND="
freetds? ( dev-db/freetds )
mysql? ( virtual/libmysqlclient:= )
oci8? ( dev-db/oracle-instantclient-basic )
-   odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
+   odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
-   sqlite? ( >=dev-db/sqlite-3.8.10.2:3 )
+   sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"
 
@@ -51,7 +51,6 @@ src_configure() {
 
use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure

diff --git a/dev-qt/qtsql/qtsql-5..ebuild b/dev-qt/qtsql/qtsql-5..ebuild
index 2ce2c9a9..d5f86389 100644
--- a/dev-qt/qtsql/qtsql-5..ebuild
+++ b/dev-qt/qtsql/qtsql-5..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,9 +23,9 @@ DEPEND="
freetds? ( dev-db/freetds )
mysql? ( virtual/libmysqlclient:= )
oci8? ( dev-db/oracle-instantclient-basic )
-   odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
+   odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
-   sqlite? ( >=dev-db/sqlite-3.8.10.2:3 )
+   sqlite? ( dev-db/sqlite:3 )
 "
 RDEPEND="${DEPEND}"
 
@@ -51,7 +51,6 @@ src_configure() {
 
use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use odbc && myconf+=("-I${EPREFIX}/usr/include/iodbc")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/

2019-01-07 Thread Davide Pesavento
commit: 176f0fbf1ff794f7770c9725aced16025579368a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jan  8 01:28:33 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jan  8 01:28:33 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=176f0fbf

dev-qt/qtsql: switch to dev-db/oracle-instantclient

Bug: https://bugs.gentoo.org/669274
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtsql/qtsql-5.12.0.ebuild| 2 +-
 dev-qt/qtsql/qtsql-5.12..ebuild | 2 +-
 dev-qt/qtsql/qtsql-5..ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild
index e46b3da3..92ce286d 100644
--- a/dev-qt/qtsql/qtsql-5.12.0.ebuild
+++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild
@@ -22,7 +22,7 @@ DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
mysql? ( dev-db/mysql-connector-c:= )
-   oci8? ( dev-db/oracle-instantclient-basic )
+   oci8? ( dev-db/oracle-instantclient:=[sdk] )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )

diff --git a/dev-qt/qtsql/qtsql-5.12..ebuild 
b/dev-qt/qtsql/qtsql-5.12..ebuild
index e46b3da3..92ce286d 100644
--- a/dev-qt/qtsql/qtsql-5.12..ebuild
+++ b/dev-qt/qtsql/qtsql-5.12..ebuild
@@ -22,7 +22,7 @@ DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
mysql? ( dev-db/mysql-connector-c:= )
-   oci8? ( dev-db/oracle-instantclient-basic )
+   oci8? ( dev-db/oracle-instantclient:=[sdk] )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )

diff --git a/dev-qt/qtsql/qtsql-5..ebuild b/dev-qt/qtsql/qtsql-5..ebuild
index e46b3da3..92ce286d 100644
--- a/dev-qt/qtsql/qtsql-5..ebuild
+++ b/dev-qt/qtsql/qtsql-5..ebuild
@@ -22,7 +22,7 @@ DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
mysql? ( dev-db/mysql-connector-c:= )
-   oci8? ( dev-db/oracle-instantclient-basic )
+   oci8? ( dev-db/oracle-instantclient:=[sdk] )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/

2019-01-07 Thread Davide Pesavento
commit: 2dabddfc4d3bcc8d6b73c1d0bd19d469356b655e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jan  8 00:15:39 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jan  8 00:15:39 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2dabddfc

dev-qt/qtsql: stop using deprecated virtual

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtsql/qtsql-5.12.0.ebuild| 3 +--
 dev-qt/qtsql/qtsql-5.12..ebuild | 3 +--
 dev-qt/qtsql/qtsql-5..ebuild| 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild
index d5f86389..ba13844c 100644
--- a/dev-qt/qtsql/qtsql-5.12.0.ebuild
+++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
 DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
@@ -49,7 +49,6 @@ src_configure() {
$(usex sqlite -system-sqlite '')
)
 
-   use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 

diff --git a/dev-qt/qtsql/qtsql-5.12..ebuild 
b/dev-qt/qtsql/qtsql-5.12..ebuild
index d5f86389..ba13844c 100644
--- a/dev-qt/qtsql/qtsql-5.12..ebuild
+++ b/dev-qt/qtsql/qtsql-5.12..ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
 DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
@@ -49,7 +49,6 @@ src_configure() {
$(usex sqlite -system-sqlite '')
)
 
-   use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 

diff --git a/dev-qt/qtsql/qtsql-5..ebuild b/dev-qt/qtsql/qtsql-5..ebuild
index d5f86389..ba13844c 100644
--- a/dev-qt/qtsql/qtsql-5..ebuild
+++ b/dev-qt/qtsql/qtsql-5..ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="
 DEPEND="
~dev-qt/qtcore-${PV}
freetds? ( dev-db/freetds )
-   mysql? ( virtual/libmysqlclient:= )
+   mysql? ( dev-db/mysql-connector-c:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( dev-db/unixODBC )
postgres? ( dev-db/postgresql:* )
@@ -49,7 +49,6 @@ src_configure() {
$(usex sqlite -system-sqlite '')
)
 
-   use mysql && myconf+=("-I${EPREFIX}/usr/include/mysql" 
"-L${EPREFIX}/usr/$(get_libdir)/mysql")
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsql/

2019-01-07 Thread Davide Pesavento
commit: 5ecb95fc789370b10bcee04ba4b3fdccd2fad189
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jan  8 00:48:02 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jan  8 00:48:02 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=5ecb95fc

dev-qt/qtsql: upstream learned to use pkg-config

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtsql/qtsql-5.12.0.ebuild| 1 -
 dev-qt/qtsql/qtsql-5.12..ebuild | 1 -
 dev-qt/qtsql/qtsql-5..ebuild| 1 -
 3 files changed, 3 deletions(-)

diff --git a/dev-qt/qtsql/qtsql-5.12.0.ebuild b/dev-qt/qtsql/qtsql-5.12.0.ebuild
index ba13844c..e46b3da3 100644
--- a/dev-qt/qtsql/qtsql-5.12.0.ebuild
+++ b/dev-qt/qtsql/qtsql-5.12.0.ebuild
@@ -50,7 +50,6 @@ src_configure() {
)
 
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure
 }

diff --git a/dev-qt/qtsql/qtsql-5.12..ebuild 
b/dev-qt/qtsql/qtsql-5.12..ebuild
index ba13844c..e46b3da3 100644
--- a/dev-qt/qtsql/qtsql-5.12..ebuild
+++ b/dev-qt/qtsql/qtsql-5.12..ebuild
@@ -50,7 +50,6 @@ src_configure() {
)
 
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure
 }

diff --git a/dev-qt/qtsql/qtsql-5..ebuild b/dev-qt/qtsql/qtsql-5..ebuild
index ba13844c..e46b3da3 100644
--- a/dev-qt/qtsql/qtsql-5..ebuild
+++ b/dev-qt/qtsql/qtsql-5..ebuild
@@ -50,7 +50,6 @@ src_configure() {
)
 
use oci8 && myconf+=("-I${ORACLE_HOME}/include" 
"-L${ORACLE_HOME}/$(get_libdir)")
-   use postgres && myconf+=("-I${EPREFIX}/usr/include/postgresql/pgsql")
 
qt5-build_src_configure
 }



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

2019-01-07 Thread Jeroen Roovers
commit: 1bf4f2f4f8c32e71277d185a2839a83339da0caa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  7 22:59:22 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan  8 00:37:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf4f2f4

app-admin/whowatch: Stable for AMD64 HPPA x86 too.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/whowatch/whowatch-1.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/whowatch/whowatch-1.8.6.ebuild 
b/app-admin/whowatch/whowatch-1.8.6.ebuild
index b29bc3afdbc..ba5febb05ef 100644
--- a/app-admin/whowatch/whowatch-1.8.6.ebuild
+++ b/app-admin/whowatch/whowatch-1.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/mtsuszycki/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
+KEYWORDS="amd64 ~arm hppa ~mips ~ppc x86"
 
 RDEPEND="
sys-libs/ncurses:0=



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/, app-office/libreoffice/files/

2019-01-07 Thread Andreas Sturmlechner
commit: 9005e78b82e88f88b1685d2453de977b20818e62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  8 00:16:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  8 00:17:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9005e78b

app-office/libreoffice: Fix build with poppler-0.71, poppler-0.72

Bug: https://bugs.gentoo.org/670692
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/libreoffice-6.2.0.1-poppler-0.71-1.patch | 164 +
 .../files/libreoffice-6.2.0.1-poppler-0.71-2.patch |  72 +
 .../files/libreoffice-6.2.0.1-poppler-0.72.patch   |  26 
 app-office/libreoffice/libreoffice-6.2..ebuild |   9 +-
 4 files changed, 270 insertions(+), 1 deletion(-)

diff --git 
a/app-office/libreoffice/files/libreoffice-6.2.0.1-poppler-0.71-1.patch 
b/app-office/libreoffice/files/libreoffice-6.2.0.1-poppler-0.71-1.patch
new file mode 100644
index 000..9899f5864ca
--- /dev/null
+++ b/app-office/libreoffice/files/libreoffice-6.2.0.1-poppler-0.71-1.patch
@@ -0,0 +1,164 @@
+From 5e8bdd9203dd642111c62a6668ee665a20d4ba19 Mon Sep 17 00:00:00 2001
+From: Mike Kaganski 
+Date: Tue, 20 Nov 2018 08:45:38 +0100
+Subject: poppler dropped GBool since 0.71
+
+See 
https://lists.freedesktop.org/archives/libreoffice/2018-November/081410.html
+
+Change-Id: I258e08894486a925bed50a3a4232b6e805af6784
+Reviewed-on: https://gerrit.libreoffice.org/63625
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+---
+ .../pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx   | 21 +++--
+ .../pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx   | 35 +-
+ 2 files changed, 31 insertions(+), 25 deletions(-)
+
+diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx 
b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+index 575a90a..ab74b36 100644
+--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
 b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx
+@@ -514,7 +514,7 @@ void PDFOutDev::printPath( GfxPath* pPath )
+ PDFOutDev::PDFOutDev( PDFDoc* pDoc ) :
+ m_pDoc( pDoc ),
+ m_aFontMap(),
+-m_pUtf8Map( new UnicodeMap("UTF-8", gTrue, ) ),
++m_pUtf8Map( new UnicodeMap("UTF-8", true, ) ),
+ m_bSkipImages(false)
+ {
+ }
+@@ -939,9 +939,9 @@ void PDFOutDev::endTextObject(GfxState*)
+ }
+ 
+ void PDFOutDev::drawImageMask(GfxState* pState, Object*, Stream* str,
+-  int width, int height, GBool invert,
+-  GBool /*interpolate*/,
+-  GBool /*inlineImg*/ )
++  int width, int height, poppler_bool invert,
++  poppler_bool /*interpolate*/,
++  poppler_bool /*inlineImg*/ )
+ {
+ if (m_bSkipImages)
+ return;
+@@ -969,8 +969,8 @@ void PDFOutDev::drawImageMask(GfxState* pState, Object*, 
Stream* str,
+ 
+ void PDFOutDev::drawImage(GfxState*, Object*, Stream* str,
+   int width, int height, GfxImageColorMap* colorMap,
+-  GBool /*interpolate*/,
+-  int* maskColors, GBool /*inlineImg*/ )
++  poppler_bool /*interpolate*/,
++  int* maskColors, poppler_bool /*inlineImg*/ )
+ {
+ if (m_bSkipImages)
+ return;
+@@ -1018,11 +1018,10 @@ void PDFOutDev::drawImage(GfxState*, Object*, Stream* 
str,
+ void PDFOutDev::drawMaskedImage(GfxState*, Object*, Stream* str,
+ int width, int height,
+ GfxImageColorMap* colorMap,
+-GBool /*interpolate*/,
++poppler_bool /*interpolate*/,
+ Stream* maskStr,
+ int maskWidth, int maskHeight,
+-GBool maskInvert
+-, GBool /*maskInterpolate*/
++poppler_bool maskInvert, poppler_bool 
/*maskInterpolate*/
+)
+ {
+ if (m_bSkipImages)
+@@ -1036,11 +1035,11 @@ void PDFOutDev::drawMaskedImage(GfxState*, Object*, 
Stream* str,
+ void PDFOutDev::drawSoftMaskedImage(GfxState*, Object*, Stream* str,
+ int width, int height,
+ GfxImageColorMap* colorMap,
+-GBool /*interpolate*/,
++poppler_bool /*interpolate*/,
+ Stream* maskStr,
+ int maskWidth, int maskHeight,
+ GfxImageColorMap* maskColorMap
+-, GBool /*maskInterpolate*/
++, poppler_bool /*maskInterpolate*/
+  

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2019-01-07 Thread Patrick McLean
commit: 030c87d27bca481566a44e7f8a891da41a46fcc6
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jan  8 00:12:48 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan  8 00:13:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030c87d2

sys-cluster/ceph: Version bump to 13.2.4

Also update init script to resolve bug #673554

Bug: https://bugs.gentoo.org/673554
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-cluster/ceph/Manifest |   1 +
 sys-cluster/ceph/ceph-13.2.4.ebuild   | 335 ++
 sys-cluster/ceph/files/ceph.initd-r11 | 115 
 3 files changed, 451 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 23aa8981d97..2e581c4d696 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -8,3 +8,4 @@ DIST ceph-13.2.1-frontend-node-modules.tar.xz 44352460 BLAKE2B 
0a0099e60f0b36d48
 DIST ceph-13.2.1.tar.gz 90786830 BLAKE2B 
e0884a039ff0e8a1705d8f31f4dcf4cd8ab8989d7c2fa703417038ff9a6cf7b0fbca09abceb901970fbb2dd9a1dc87c2500fec38a2bfca86a9a6dcaab15be991
 SHA512 
411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b
 DIST ceph-13.2.2-frontend-node-modules.tar.xz 45100632 BLAKE2B 
c3929a6c5e6ec3da5ff60967ae40b99377b2186f31e64af571d9be14889d90bc48b570489aea300ead8e99afc0e62db4438cf343686757a39d84889e772c7fa9
 SHA512 
93eabc2010c0977c2980c739e131d231a809e375c42120e81effc6cecdeaf0e50b4f8c88286993ef60f1ffaede94f637475104e09fd7af58a289350bd670bf2f
 DIST ceph-13.2.2.tar.gz 90840817 BLAKE2B 
db5933f358a1ae6888030bca7522e20545a2e107055dca44b371e295537c854568682fa558d3f90193e0dfe618947918ce21816b5e20795fff8a14bc837216bb
 SHA512 
37c4845ae52550428c7f1e0d77d9d671ea1d6f5cad5bce0713dce97b54f3abe7346daa2cbd44b76638fb74fe7bdc4797033a4bf808253cfc8bec0fa495ec7e03
+DIST ceph-13.2.4.tar.gz 90910119 BLAKE2B 
eb395f435552d91789869bd92fee2a8b2fef155205f13b118bd01be4ff78a8e1dde682425a24311822bb819ec8cf41a9d45245ffa3cb7a921d3269f6658bf920
 SHA512 
5055979067234ad7fd2774007d524ef4643d968bf7ce42fc8c3f8e469fd84cbd7afc163cd6ddda53584bd5677fdea2fecf8194a378d49724504f639b9f688ff7

diff --git a/sys-cluster/ceph/ceph-13.2.4.ebuild 
b/sys-cluster/ceph/ceph-13.2.4.ebuild
new file mode 100644
index 000..58a11edc773
--- /dev/null
+++ b/sys-cluster/ceph/ceph-13.2.4.ebuild
@@ -0,0 +1,335 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs bash-completion-r1 cmake-utils distutils-r1 flag-o-matic \
+   multiprocessing python-r1 udev user readme.gentoo-r1 
toolchain-funcs \
+   systemd
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace cephfs dpdk fuse jemalloc ldap lttng +mgr"
+IUSE+=" +radosgw +ssl static-libs +system-boost systemd +tcmalloc test"
+IUSE+=" xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   virtual/libudev:=
+   app-arch/bzip2:=[static-libs?]
+   app-arch/lz4:=[static-libs?]
+   app-arch/snappy:=[static-libs?]
+   app-arch/zstd:=[static-libs?]
+   app-misc/jq:=[static-libs?]
+   dev-libs/crypto++:=[static-libs?]
+   dev-libs/leveldb:=[snappy,static-libs?,tcmalloc?]
+   dev-libs/libaio:=[static-libs?]
+   dev-libs/libxml2:=[static-libs?]
+   dev-libs/nss:=
+   sys-auth/oath-toolkit:=
+   sys-apps/keyutils:=[static-libs?]
+   sys-apps/util-linux:=[static-libs?]
+   sys-libs/zlib:=[static-libs?]
+   babeltrace? ( dev-util/babeltrace )
+   ldap? ( net-nds/openldap:=[static-libs?] )
+   lttng? ( dev-util/lttng-ust:= )
+   fuse? ( sys-fs/fuse:0=[static-libs?] )
+   ssl? ( dev-libs/openssl:=[static-libs?] )
+   xfs? ( sys-fs/xfsprogs:=[static-libs?] )
+   zfs? ( sys-fs/zfs:=[static-libs?] )
+   mgr? (
+   net-libs/nodejs-8.10
+   )
+   radosgw? (
+   dev-libs/expat:=[static-libs?]
+   dev-libs/openssl:=[static-libs?]
+   net-misc/curl:=[curl_ssl_openssl,static-libs?]
+   )
+   system-boost? (
+   
>=dev-libs/boost-1.67:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]
+   )
+   jemalloc? ( 

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

2019-01-07 Thread Lars Wendler
commit: a859164baaf004448068f74b990565620537b9a6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 23:46:19 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 23:48:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a859164b

dev-libs/libsodium: Bump to version 1.0.17

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

 dev-libs/libsodium/Manifest|  1 +
 dev-libs/libsodium/libsodium-1.0.17.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index fb94526e0e5..bc9cb8f0dd0 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -2,3 +2,4 @@ DIST libsodium-1.0.11.tar.gz 1846782 BLAKE2B 
aadab6c89d11740dca72d7686d06cfeca6c
 DIST libsodium-1.0.14.tar.gz 1876526 BLAKE2B 
37e9b785cc397f58ab07e38eef9e6f3ed8a2dbfbfd1c865b64d8d9b9440db3f8aa32671065cebf4f73d449889e7abfacf63910add08f0e27582cd6fb32bfbacd
 SHA512 
46663b05aab13ec4003ecc32c89bdaedf60824703be522661eeaa3db8013140bda434c19a759dc38bcbce757e9673a03e701c0eac1526a31a4b7a15608ae8696
 DIST libsodium-1.0.15.tar.gz 1866057 BLAKE2B 
220e327f7803c6cf0b1260b313a225d7cc7a965b36920c744379c5939643e588687032478e3d7a79b4614c5fa57b0dd2afd216b2e23ca69ad16ea67764a840ca
 SHA512 
299a208f8342793d13498e95b23f1749f5b5b13ec276db3ec401130615e837ef475b6a1283b6e87a5f8227d23e70e38ca721073dadd5dc88fe4aff342aa64adc
 DIST libsodium-1.0.16.tar.gz 1910835 BLAKE2B 
d0d83730cfdb64a928c4597a3bcf4ae179d74bb9f850364bf0670547a12842009c0ca32d36d06053906fb649497406b1d7988e167772d5f1138d23798d8775f7
 SHA512 
eab917d599c9c1fe971a6ecf915b9a6476ccec2d46cf23cbfbf06dd3833089b422f192de4d55f17b93362f1251ba8d5ddeb95ced1a422a3a2631b4b82553907f
+DIST libsodium-1.0.17.tar.gz 1911910 BLAKE2B 
488079599f8448a75ac60b955bddc2a284bc09307ef6c3d1e12fef6316d3ddc354b0b60756487311ea8b50920009394e749ba0f6f159542716e0e864fc80646c
 SHA512 
7cc9e4f11e656008ce9dff735acea95acbcb91ae4936de4d26f7798093766a77c373e9bd4a7b45b60ef8a11de6c55bc8dcac13bebf8c23c671d0536430501da1

diff --git a/dev-libs/libsodium/libsodium-1.0.17.ebuild 
b/dev-libs/libsodium/libsodium-1.0.17.ebuild
new file mode 100644
index 000..dcfe073f575
--- /dev/null
+++ b/dev-libs/libsodium/libsodium-1.0.17.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
+HOMEPAGE="https://github.com/jedisct1/libsodium;
+SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/23"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   $(use_enable asm)
+   $(use_enable minimal)
+   $(use_enable !urandom blocking-random)
+   $(use_enable static-libs static)
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+   $(use_enable cpu_flags_x86_aes aesni)
+   )
+
+   # --disable-pie is needed on x86, see bug #512734
+   if [[ "${MULTILIB_ABI_FLAG}" == "abi_x86_32" ]]; then
+   myeconfargs+=( --disable-pie )
+   fi
+
+   ECONF_SOURCE="${S}" econf ${myeconfargs[@]}
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${ED}" -name "*.la" -delete || die
+}



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

2019-01-07 Thread Patrick McLean
commit: 867a5936c058db737907d1778d69d5cd37243bc4
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jan  7 23:40:34 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jan  7 23:40:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867a5936

sys-auth/pam-script: Remove old versions

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-auth/pam-script/Manifest|  2 --
 sys-auth/pam-script/pam-script-1.1.6.ebuild | 36 -
 sys-auth/pam-script/pam-script-1.1.7.ebuild | 36 -
 3 files changed, 74 deletions(-)

diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index e269b192fa5..56ab8b2cc10 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,4 +1,2 @@
-DIST pam-script-1.1.6.tar.gz 326758 BLAKE2B 
04d499d984fa217eafce41468ef71291caee0aca77627237abb2b99d8728aed5dbfab570cfb5f07ddcb2f80021bb4175e611d953cb9daa53a0fc22c5663d11e9
 SHA512 
4c0f03e4ee3ad062c0a6c71982c283e944cd595d3af656f149ea89b583568373f72478130a614cd851f12a1440976abcd51c8932c5fd4753858d13d91888728a
-DIST pam-script-1.1.7.tar.gz 328385 BLAKE2B 
7099d4a489a8f53c9cd811ef4cc354040d55e814b3b5b01d4fde59c64352a4e98cf834ddac2a078a6bdafdba6855572bf8b8f0ab294d730601e3637c8fdaa8c5
 SHA512 
c0e1df7d3b91cb5be4166fd4680556d5ee4f74df0de299f3629c91081b89ab58390d7b5d0dde5acf3509b30a62553d08e4b2fdf154bce064937f45e2ec08db35
 DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 
29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48
 SHA512 
c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543
 DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 
0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8
 SHA512 
319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537

diff --git a/sys-auth/pam-script/pam-script-1.1.6.ebuild 
b/sys-auth/pam-script/pam-script-1.1.6.ebuild
deleted file mode 100644
index e018fa38f2b..000
--- a/sys-auth/pam-script/pam-script-1.1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="PAM module for running scripts during authorization, password 
change and session"
-HOMEPAGE="https://sourceforge.net/projects/pam-script/ 
https://github.com/jeroennijhof/pam_script/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="virtual/pam"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf \
-   --libdir=/$(get_libdir)/security \
-   --sysconfdir=/etc/security/${PN}
-}
-
-src_install() {
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc etc/README.examples
-   exeinto /usr/share/doc/${PF}/examples
-   doexe etc/{logscript,tally}
-   docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
-   fi
-}

diff --git a/sys-auth/pam-script/pam-script-1.1.7.ebuild 
b/sys-auth/pam-script/pam-script-1.1.7.ebuild
deleted file mode 100644
index ccff348e33c..000
--- a/sys-auth/pam-script/pam-script-1.1.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="PAM module for running scripts during authorization, password 
change and session"
-HOMEPAGE="https://sourceforge.net/projects/pam-script/ 
https://github.com/jeroennijhof/pam_script/;
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="virtual/pam"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   econf \
-   --libdir=/$(get_libdir)/security \
-   --sysconfdir=/etc/security/${PN}
-}
-
-src_install() {
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc etc/README.examples
-   exeinto /usr/share/doc/${PF}/examples
-   doexe etc/{logscript,tally}
-   docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
-   fi
-}



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

2019-01-07 Thread Patrick McLean
commit: 10d91c51d8a18cd89df9f397f64a9417db3a1943
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jan  7 23:39:43 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Jan  7 23:40:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d91c51

sys-auth/pam-script: Version bump to 1.1.9 (bug #674614)

Closes: https://bugs.gentoo.org/674614
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 sys-auth/pam-script/Manifest|  1 +
 sys-auth/pam-script/pam-script-1.1.9.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest
index fdf60e5d8b0..e269b192fa5 100644
--- a/sys-auth/pam-script/Manifest
+++ b/sys-auth/pam-script/Manifest
@@ -1,3 +1,4 @@
 DIST pam-script-1.1.6.tar.gz 326758 BLAKE2B 
04d499d984fa217eafce41468ef71291caee0aca77627237abb2b99d8728aed5dbfab570cfb5f07ddcb2f80021bb4175e611d953cb9daa53a0fc22c5663d11e9
 SHA512 
4c0f03e4ee3ad062c0a6c71982c283e944cd595d3af656f149ea89b583568373f72478130a614cd851f12a1440976abcd51c8932c5fd4753858d13d91888728a
 DIST pam-script-1.1.7.tar.gz 328385 BLAKE2B 
7099d4a489a8f53c9cd811ef4cc354040d55e814b3b5b01d4fde59c64352a4e98cf834ddac2a078a6bdafdba6855572bf8b8f0ab294d730601e3637c8fdaa8c5
 SHA512 
c0e1df7d3b91cb5be4166fd4680556d5ee4f74df0de299f3629c91081b89ab58390d7b5d0dde5acf3509b30a62553d08e4b2fdf154bce064937f45e2ec08db35
 DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 
29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48
 SHA512 
c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543
+DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 
0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8
 SHA512 
319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537

diff --git a/sys-auth/pam-script/pam-script-1.1.9.ebuild 
b/sys-auth/pam-script/pam-script-1.1.9.ebuild
new file mode 100644
index 000..143addcfc1a
--- /dev/null
+++ b/sys-auth/pam-script/pam-script-1.1.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="PAM module for running scripts during authorization, password 
change and session"
+HOMEPAGE="https://github.com/jeroennijhof/pam_script/;
+SRC_URI="https://github.com/jeroennijhof/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="virtual/pam"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --libdir=/$(get_libdir)/security \
+   --sysconfdir=/etc/security/${PN}
+}
+
+src_install() {
+   default
+
+   if use examples ; then
+   docinto examples
+   dodoc etc/README.examples
+   exeinto /usr/share/doc/${PF}/examples
+   doexe etc/{logscript,tally}
+   docompress -x /usr/share/doc/${PF}/examples/{logscript,tally}
+   fi
+}



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

2019-01-07 Thread Mike Gilbert
commit: 9d57670ef57a5b07a1d95f6425b3828aba6d4ed8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan  7 23:31:56 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan  7 23:31:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d57670e

Drop sys-apps/man mask due to missing amd64-fbsd keyword on man-db

Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ebb2f28bf1c..5396608e0c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,13 +29,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Mike Gilbert  (07 Jan 2019)
-# Inactive upstream for many years.
-# Several open bugs.
-# Please migrate to sys-apps/man-db.
-# Removal in 30 days.
-sys-apps/man
-
 # Craig Andrews  (1 Jan 2019)
 # Requires dev-libs/openssl-1.1.1, Bug 674148
 dev-libs/gost-engine



[gentoo-commits] repo/gentoo:master commit in: virtual/man/

2019-01-07 Thread Mike Gilbert
commit: 4201808eaf84002959ff5ad156914308f44fb3f5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan  7 23:33:45 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan  7 23:33:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4201808e

virtual/man: drop keywords based on sys-apps/man and sys-apps/man-db

Package-Manager: Portage-2.3.53_p6, Repoman-2.3.12_p37
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/man/man-0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r1.ebuild
index e36a39623a5..22330a0b026 100644
--- a/virtual/man/man-0-r1.ebuild
+++ b/virtual/man/man-0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Virtual for man"
 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="|| ( sys-apps/man-db sys-apps/man )"



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

2019-01-07 Thread Mike Gilbert
commit: 1921a29f838ef8e4c6a3b964d1feb7c04eda0aca
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan  7 23:17:20 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan  7 23:18:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1921a29f

profiles: fix typo and add deadline for sys-apps/man removal

Signed-off-by: Mike Gilbert  gentoo.org>

 profiles/package.mask | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 06239921e1e..ebb2f28bf1c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,10 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
-# Mike Gilbert  (07 Jan 2019)
 # Inactive upstream for many years.
 # Several open bugs.
 # Please migrate to sys-apps/man-db.
+# Removal in 30 days.
 sys-apps/man
 
 # Craig Andrews  (1 Jan 2019)



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

2019-01-07 Thread Zac Medico
commit: 52c6dd6d34b16f1422977c34d81ccf828f9eb99e
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan  7 23:04:16 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan  7 23:14:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6dd6d

dev-util/ostree: add glib-utils dep for glib-mkenums

Reported-by: Toralf Förster  gentoo.org>
Closes: https://bugs.gentoo.org/674828
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/ostree/ostree-2018.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/ostree/ostree-2018.9.ebuild 
b/dev-util/ostree/ostree-2018.9.ebuild
index deeb95b146b..a0ebb8afb28 100644
--- a/dev-util/ostree/ostree-2018.9.ebuild
+++ b/dev-util/ostree/ostree-2018.9.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/lib${P}"
 COMMON_DEPEND="
app-arch/xz-utils:=
app-crypt/gpgme:=
-   dev-libs/glib:=
+   dev-libs/glib:2=
dev-libs/libassuan:=
dev-libs/libgpg-error:=
dev-libs/openssl:0=
@@ -42,6 +42,7 @@ DEPEND="
app-text/docbook-xsl-stylesheets
sys-devel/bison
dev-libs/libxslt
+   || ( dev-util/glib-utils 

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

2019-01-07 Thread Mike Gilbert
commit: 733a1195ac44fec67a82081f1f2cfb0e4f28ac8c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan  7 23:00:39 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan  7 23:12:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733a1195

profiles: mask sys-apps/man for removal

Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5396608e0c0..06239921e1e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Gilbert  (1 Jan 2019)
 # Requires dev-libs/openssl-1.1.1, Bug 674148
 dev-libs/gost-engine



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

2019-01-07 Thread Lars Wendler
commit: a2183713c540b7052f2bbf926be567adc7254ae3
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 23:05:48 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 23:07:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2183713

sys-libs/readline: Bump to version 8.0 (without KEYWORDS)

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

 sys-libs/readline/Manifest |   1 +
 sys-libs/readline/files/readline-8.0-headers.patch |  17 ++
 sys-libs/readline/readline-8.0.ebuild  | 173 +
 3 files changed, 191 insertions(+)

diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest
index 8a1588192c8..268cc05765b 100644
--- a/sys-libs/readline/Manifest
+++ b/sys-libs/readline/Manifest
@@ -2,6 +2,7 @@ DIST readline-4.3.tar.gz 961662 BLAKE2B 
a7267200b79c8010d08f8aaa4e0ed357eaddb970
 DIST readline-5.2.tar.gz 2037705 BLAKE2B 
df1012925f7cac8aa5d513097de97fa55c801993fbcf651e64468c0255cb27f7a2357613f8ab67791ab7799def57bde34376d3c41e65285689318f4b9cbedf84
 SHA512 
74318b32c56e888716bda2507228ecc374a24e85b2faeec4778227a9f04eb19de1fc8468c78746954c84f9e616a06dd0f8a4332ba4b438fefb7e222699baa379
 DIST readline-6.3.tar.gz 2468560 BLAKE2B 
24488ec141734c050ba985a93423692396f105619bae3ce5b109bc68a4f43862bcf3a6fb8d82fec1145d665cdb408765e179379bb35f008d09c441fa2e5739df
 SHA512 
f70efaf46d570b85c7637172b0ee2eb9a4aa73ba38a62bb45075e665929d9701b96fba0aea6c767fd9a2a0d39dfe8e70ab06da08f8524aee76a7c502f370a401
 DIST readline-7.0.tar.gz 2910016 BLAKE2B 
679b8aa7ce003017b729e6d8d4cb69d0f991578441a3e69005090079e61f6aa48b7ad4d0b1f34b6041528cf33254a1bf3ddb05b60db53a06e443d7922d49d0d4
 SHA512 
18243189d39bf0d4c8a76cddcce75243c1bae8824c686e9b6ba352667607e5b10c5feb79372a1093c1c388d821841670702e940df12eae94bcebdeed90047870
+DIST readline-8.0.tar.gz 2975937 BLAKE2B 
95e08b28cc46582f036379413810ca40c97d4d3bc59a9e03e04e57d531573abfbe955f6f1cb86e39c208bf6c3f4c618cff70a87bec596d0b9120909d6c5a2f69
 SHA512 
41759d27bc3a258fefd7f4ff3277fa6ab9c21abb7b160e1a75aa8eba547bd90b288514e76264bd94fb0172da8a4faa54aab2c07b68a0356918ecf7f1969e866f
 DIST readline43-001 1126 BLAKE2B 
42e7637b71936b59334dae72589b8b44256af7d3c79bec28490e13fa1fea954ce42afc1f51bb1d592da14c403d0c64565fa8823874d305ad385962b462536b5f
 SHA512 
1bfcaf9fd36d154230682ef66a9561281822f09629f9923acfbacbaafd650974b4d94267e1bf74ab4a66f0e2da95e64894c78373c82bee593bd9afbae4af58bc
 DIST readline43-002 738 BLAKE2B 
b4aca8deb8e32c94228c41e6a1e9dd2865e01662b6a8e28307e64b260f4a614d17949cab68aea0c4d2c9ca32a888f11a753cf6849a0a95fc5e9b315ea7e20a1d
 SHA512 
546a7bfab27dd0b77f8b0683b82358a295d47e4e249e01d2e49612a2f113c18580c8276b17451e1edab61a26ddcff0267457a804120d5e0052dfe8e88632ddd2
 DIST readline43-003 2202 BLAKE2B 
435bf8c01a2c8419e97550c421945e11ad0d6f3326181c2e9e9c66d8baf12b4dc30894bad590532f917bbf30568e93439b49054c7b023179d5dd95aa309a8f8d
 SHA512 
fbabbe5a11c2a17dd0cb47adfb40940c860069f0e99b1478546b0351471663094d032c8049e1a2ca060f4b51835bb6a824276e1864a627711e0805268386cb8e

diff --git a/sys-libs/readline/files/readline-8.0-headers.patch 
b/sys-libs/readline/files/readline-8.0-headers.patch
new file mode 100644
index 000..f19a3b136eb
--- /dev/null
+++ b/sys-libs/readline/files/readline-8.0-headers.patch
@@ -0,0 +1,17 @@
+Required by bash-5.0 or else compilation fails:
+
+ bashline.c:69:10: fatal error: readline/rlmbutil.h: No such file or directory
+  #include 
+   ^
+
+--- readline-8.0/Makefile.in
 readline-8.0/Makefile.in
+@@ -153,7 +153,7 @@
+ CREATED_TAGS = TAGS tags
+ 
+ INSTALLED_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h \
+-  rlstdc.h rlconf.h rltypedefs.h
++  rlstdc.h rlconf.h rltypedefs.h rlmbutil.h
+ 
+ OTHER_DOCS = $(srcdir)/CHANGES $(srcdir)/INSTALL $(srcdir)/README
+ OTHER_INSTALLED_DOCS = CHANGES INSTALL README

diff --git a/sys-libs/readline/readline-8.0.ebuild 
b/sys-libs/readline/readline-8.0.ebuild
new file mode 100644
index 000..8632bb9f9b2
--- /dev/null
+++ b/sys-libs/readline/readline-8.0.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic multilib-minimal toolchain-funcs
+
+# Official patches
+# See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/
+PLEVEL="${PV##*_p}"
+MY_PV="${PV/_p*}"
+MY_PV="${MY_PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   [[ ${PLEVEL} -eq 0 ]] && return 1
+   local opt=$1
+   eval set -- {1..${PLEVEL}}
+   set -- $(printf "${PN}${MY_PV/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${PN} ; do
+   printf "${u}/${PN}-${MY_PV}-patches/%s " "$@"
+   done
+  

[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2019-01-07 Thread Lars Wendler
commit: 05fa1daa47390a049e47e1a4950d80d9fad03cfd
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 23:07:09 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 23:08:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fa1daa

app-shells/bash: Bump to version 5.0 (without KEYWORDS)

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

 app-shells/bash/Manifest|   1 +
 app-shells/bash/bash-5.0.ebuild | 257 
 2 files changed, 258 insertions(+)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 5ea53545278..9c868e65700 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -7,6 +7,7 @@ DIST bash-4.1.tar.gz 6598300 BLAKE2B 
8ed70736071f7d946b939247dd43214059c7d545d99
 DIST bash-4.2.tar.gz 7009201 BLAKE2B 
52a4432ae401121ff187487a75a6541ce001c24d7d2251c3f0e33a58e93ff0c11b4c988003c6c740c13a51df0d752565023b8c39e79c96de52c73b49cc180523
 SHA512 
fdd3c230f4f7a687d36db1b8f7baab5e553cf55756e2d49a88ffaa4260c8cb949897dec9f48655e96608ef0093ac101b60c132060f06c711c0ab81aa3f148b5c
 DIST bash-4.3.tar.gz 7955839 BLAKE2B 
398461e90a1ab6fd726b1a9db41c4c2a1e184034e3b96029bd17097338f1f9869d1c2216bde0b5b3c8e561629824348a0da3045cc425914e8e024180a175efe4
 SHA512 
a852b8e46ee55568dce9d23a30a9dbd1c770c2d2a4bc91e1c3177d723b31b32c5d69d19704a93f165891b409b9dd2cc65723372044e2bd0ee49ed59a11512651
 DIST bash-4.4.tar.gz 9377313 BLAKE2B 
ac0e481dd4f2d5b91eea4f0156f1fc398ef8bd1ccd941366aa9b041be576114c51e1ff1431ec871e96fb72257c2a05a0ebcbd88c43c221610fef7dfdb2502fc0
 SHA512 
73de3b425faaac55e45456b0f6f6d8077b5dfa7bb76e0d1894a19361b4a2b6bd4fbbe182117ddbfe9b07b4d898fba03537c261badc9533dd3c0da891764c7f29
+DIST bash-5.0.tar.gz 10135110 BLAKE2B 
a6c4d79144aa0c0f4a9433d618085c0d46b792b1de429b161f9f0266b55c099e13e44416c0886758a6f29411f5ceb79bfb0ec4eda47473f2713ae0b8081d6d3e
 SHA512 
bb4519f06e278f271d08722b531e49d2e842cc3e0b02a6b3eee422e2efcb5b6226111af43f5e5eae56beb85ac8bfebcd6a4aacbabb8f609e529aa4d571890864
 DIST bash205b-001 1132 BLAKE2B 
0c5eef29777d54ef05957ea3d63b1556fb380bd20c238dc28993d822b37bc4e78ff4048ad069f6b8cd25da77ccdeb7aecd86c4349cb9d81e5e94c7001eeae5e6
 SHA512 
5ce4357468821b05e747201f3aa57225ad8f540c9e2c87051720490e039c30b478b9b662a68f14a0800fefe40184e4495e2645665200f9d75e9a115b2ac08071
 DIST bash205b-002 755 BLAKE2B 
6a6ed5679d451f02f8104b345c1722d11718ce3b4043b581c17786d40d8da69a34786fb56d0c363dba277b8e9dd33f12f70c9cc73a9fc39ba4a8319406f0458d
 SHA512 
46947b0229478d5c2cfeff68b8ebc00e4ef0c8b94e336ca12f72b4490ba3622c0240c01c17c1641c3b07adc2c64ec94d6d780365e8990768ecf3a9526883
 DIST bash205b-003 2356 BLAKE2B 
b7887d00d92fd298cd07a15e1c73b516dabd22ecd74c97091636dd97a0cd55024ed698e5cc924c4311d994dd326b1ad074bea35e7650cf9cf4e25c60d2713fa7
 SHA512 
74528ca5d165b812d299f1c69b47757bd677c0b22ce4217e155cd641708b02364a93c6709fb57b546b376b36da74429a61493921c7c199563da40ddcf1c1f399

diff --git a/app-shells/bash/bash-5.0.ebuild b/app-shells/bash/bash-5.0.ebuild
new file mode 100644
index 000..dcfccc608f9
--- /dev/null
+++ b/app-shells/bash/bash-5.0.ebuild
@@ -0,0 +1,257 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs multilib prefix
+
+# Official patchlevel
+# See ftp://ftp.cwru.edu/pub/bash/bash-4.4-patches/
+PLEVEL=${PV##*_p}
+MY_PV=${PV/_p*}
+MY_PV=${MY_PV/_/-}
+MY_P=${PN}-${MY_PV}
+is_release() {
+   case ${PV} in
+   *_alpha*|*_beta*|*_rc*) return 1 ;;
+   *) return 0 ;;
+   esac
+}
+[[ ${PV} != *_p* ]] && PLEVEL=0
+patches() {
+   local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
+   [[ ${plevel} -eq 0 ]] && return 1
+   eval set -- {1..${plevel}}
+   set -- $(printf "${pn}${pv/\.}-%03d " "$@")
+   if [[ ${opt} == -s ]] ; then
+   echo "${@/#/${DISTDIR}/}"
+   else
+   local u
+   for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
+   printf "${u}/${pn}-${pv}-patches/%s " "$@"
+   done
+   fi
+}
+
+# The version of readline this bash normally ships with.
+READLINE_VER="8.0"
+
+DESCRIPTION="The standard GNU Bourne again shell"
+HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html;
+if is_release ; then
+   SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
+else
+   SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
+
+DEPEND="
+   >=sys-libs/ncurses-5.2-r2:0=
+   readline? ( 

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

2019-01-07 Thread Andreas Sturmlechner
commit: 2407d56debd92e6e8ce7db1c8c1280949b5b2f70
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:08:47 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2407d56d

net-wireless/gr-baz: EAPI-7 bump

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

 net-wireless/gr-baz/gr-baz-.ebuild | 26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/net-wireless/gr-baz/gr-baz-.ebuild 
b/net-wireless/gr-baz/gr-baz-.ebuild
index 96b816847e0..e43cd434a9a 100644
--- a/net-wireless/gr-baz/gr-baz-.ebuild
+++ b/net-wireless/gr-baz/gr-baz-.ebuild
@@ -1,35 +1,41 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit cmake-utils git-r3 python-single-r1
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/balint256/gr-baz.git;
+else
+   KEYWORDS=""
+fi
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="Gnuradio baz"
-HOMEPAGE="http://wiki.spench.net/wiki/Gr-baz;
-EGIT_REPO_URI="https://github.com/balint256/gr-baz.git;
+HOMEPAGE="https://wiki.spench.net/wiki/Gr-baz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
 IUSE="armadillo doc rtlsdr uhd"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-libs/boost[threads,${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
+   dev-libs/boost:=[threads,${PYTHON_USEDEP}]
>=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}]
armadillo? ( sci-libs/armadillo )
rtlsdr? ( virtual/libusb:1 )
uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] )
-   ${PYTHON_DEPS}"
+"
 DEPEND="${RDEPEND}
+   virtual/pkgconfig
doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
+"
 
 src_configure() {
-   mycmakeargs=(
+   local mycmakeargs=(
-DPYTHON_EXECUTABLE="${PYTHON}"
)
cmake-utils_src_configure



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

2019-01-07 Thread Andreas Sturmlechner
commit: 5b4f0996e4aa19d825106112ef187d0b7cfd9b88
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:14:22 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4f0996

net-wireless/gr-rftap: EAPI-7 bump, missing cmake-utils_src_prepare

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

 net-wireless/gr-rftap/gr-rftap-.ebuild | 42 --
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/net-wireless/gr-rftap/gr-rftap-.ebuild 
b/net-wireless/gr-rftap/gr-rftap-.ebuild
index e0f9dc95c13..621dada2edb 100644
--- a/net-wireless/gr-rftap/gr-rftap-.ebuild
+++ b/net-wireless/gr-rftap/gr-rftap-.ebuild
@@ -1,44 +1,46 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
+EAPI=7
 
-DESCRIPTION="RFtap Module for GNU Radio"
-HOMEPAGE="https://github.com/rftap/gr-rftap;
+PYTHON_COMPAT=( python2_7 )
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rftap/gr-rftap.git;
+else
KEYWORDS=""
-#else
-#  SRC_URI=""
-#  KEYWORDS=""
 fi
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="RFtap Module for GNU Radio"
+HOMEPAGE="https://github.com/rftap/gr-rftap;
 
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 
-RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   dev-lang/swig:0"
+   >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/swig:0
+"
 #cppunit is listed in cmake, but only needed for tests and there are no tests
 #  dev-util/cppunit"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_prepare() {
+   cmake-utils_src_prepare
#although cppunit is not used, it fails if it isn't there, fix it
-   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt
-   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt
-   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt
+   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt || die
 }
 
 src_configure() {
-   mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
+   local mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/

2019-01-07 Thread Andreas Sturmlechner
commit: e72292d0cf0ec3ab9cf54d563901a18dff2f1d35
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:02:59 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72292d0

net-wireless/gr-air-modes: EAPI-7 bump

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

 net-wireless/gr-air-modes/gr-air-modes-.ebuild | 40 +-
 1 file changed, 24 insertions(+), 16 deletions(-)

diff --git a/net-wireless/gr-air-modes/gr-air-modes-.ebuild 
b/net-wireless/gr-air-modes/gr-air-modes-.ebuild
index fe5fbccf440..2f1f6b27be3 100644
--- a/net-wireless/gr-air-modes/gr-air-modes-.ebuild
+++ b/net-wireless/gr-air-modes/gr-air-modes-.ebuild
@@ -1,33 +1,41 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 cmake-utils git-r3
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git;
+   EGIT_BRANCH="master"
+else
+   KEYWORDS=""
+fi
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="This module implements a complete Mode S and ADS-B receiver for 
Gnuradio"
 HOMEPAGE="https://www.cgran.org/wiki/gr-air-modes;
 
-EGIT_REPO_URI="https://github.com/bistromath/gr-air-modes.git;
-EGIT_BRANCH="master"
-
-KEYWORDS=""
-
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="rtlsdr fgfs uhd"
-DEPEND=">=net-wireless/gnuradio-3.7.0:=
-   net-wireless/gr-osmosdr
+IUSE="fgfs rtlsdr uhd"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
dev-python/pyzmq[${PYTHON_USEDEP}]
-   fgfs? ( sci-libs/scipy
-   games-simulation/flightgear )
+   >=net-wireless/gnuradio-3.7.0:=
+   net-wireless/gr-osmosdr
+   fgfs? (
+   games-simulation/flightgear
+   sci-libs/scipy
+   )
rtlsdr? ( net-wireless/rtl-sdr )
uhd? ( >=net-wireless/uhd-3.4.0 )
-   ${PYTHON_DEPS}"
+"
 RDEPEND="${DEPEND}"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_compile() {
cmake-utils_src_compile -j1
 }



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

2019-01-07 Thread Andreas Sturmlechner
commit: c1691dcd4fe253a6d93a958d69909f04e95cb44f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:19:01 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1691dcd

net-wireless/gr-rds: EAPI-7 bump, add missing cmake-utils_src_prepare

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

 net-wireless/gr-rds/gr-rds-.ebuild | 42 ++
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/net-wireless/gr-rds/gr-rds-.ebuild 
b/net-wireless/gr-rds/gr-rds-.ebuild
index 39a3b5f3f6f..7a3bffd7a3f 100644
--- a/net-wireless/gr-rds/gr-rds-.ebuild
+++ b/net-wireless/gr-rds/gr-rds-.ebuild
@@ -1,44 +1,46 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
+EAPI=7
 
-DESCRIPTION="gnuradio FM RDS Receiver"
-HOMEPAGE="https://github.com/bastibl/gr-rds;
+PYTHON_COMPAT=( python2_7 )
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bastibl/${PN};
+else
KEYWORDS=""
-#else
-#  SRC_URI=""
-#  KEYWORDS=""
 fi
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="GNU Radio FM RDS Receiver"
+HOMEPAGE="https://github.com/bastibl/gr-rds;
 
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 
-RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   dev-lang/swig:0"
+   >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/swig:0
+"
 #cppunit is listed in cmake, but only needed for tests and there are no tests
 #  dev-util/cppunit"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_prepare() {
+   cmake-utils_src_prepare
#although cppunit is not used, it fails if it isn't there, fix it
-   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt
-   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt
-   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt
+   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt || die
 }
 
 src_configure() {
-   mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
+   local mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
cmake-utils_src_configure
 }



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

2019-01-07 Thread Andreas Sturmlechner
commit: d1fc92b9467515ccbd0c04cdd56f3508013763da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:11:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc92b9

net-wireless/gr-paint: EAPI-7 bump

Capital DESCRIPTION
Indentation
Sort DEPENDs

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

 net-wireless/gr-paint/gr-paint-.ebuild | 41 +-
 1 file changed, 23 insertions(+), 18 deletions(-)

diff --git a/net-wireless/gr-paint/gr-paint-.ebuild 
b/net-wireless/gr-paint/gr-paint-.ebuild
index 730dd1b1371..e61888f8ab7 100644
--- a/net-wireless/gr-paint/gr-paint-.ebuild
+++ b/net-wireless/gr-paint/gr-paint-.ebuild
@@ -1,39 +1,44 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit git-r3
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git;
+else
+   KEYWORDS=""
+fi
 inherit cmake-utils python-single-r1
 
-DESCRIPTION="paints monochrome images into the waterfall of a receiver"
+DESCRIPTION="Paints monochrome images into the waterfall of a receiver"
 HOMEPAGE="https://github.com/drmpeg/gr-paint;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/drmpeg/gr-paint.git;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS=""
 IUSE="doc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="${PYTHON_DEPS}
-   net-wireless/gnuradio:=[${PYTHON_USEDEP}]
-   dev-libs/boost:=[${PYTHON_USEDEP}]"
-RDEPEND="${COMMON_DEPEND}
-   media-gfx/imagemagick"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   dev-util/cppunit
+DEPEND="${PYTHON_DEPS}
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   net-wireless/gnuradio:=[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+   media-gfx/imagemagick
+"
+BDEPEND="
dev-lang/swig
-   doc? ( app-doc/doxygen )"
+   dev-util/cppunit
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
 
 src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use_enable doc DOXYGEN)
+   local mycmakeargs=(
+   -DENABLE_DOXYGEN=$(usex doc)
-DPYTHON_EXECUTABLE="${PYTHON}"
)
cmake-utils_src_configure



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

2019-01-07 Thread Andreas Sturmlechner
commit: 29c3f5492d1b4e4d15b9028b097d5d80408bf9b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 00:05:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c3f549

net-wireless/gr-foo: EAPI-7 bump, add missing cmake-utils_src_prepare

missing || die

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

 net-wireless/gr-foo/gr-foo-.ebuild | 39 +-
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/net-wireless/gr-foo/gr-foo-.ebuild 
b/net-wireless/gr-foo/gr-foo-.ebuild
index 79a25cbde95..b54cc9402c9 100644
--- a/net-wireless/gr-foo/gr-foo-.ebuild
+++ b/net-wireless/gr-foo/gr-foo-.ebuild
@@ -1,45 +1,46 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit cmake-utils python-single-r1
+EAPI=7
 
-DESCRIPTION="Some GNU Radio blocks that bastianbl uses"
-HOMEPAGE="https://github.com/rftap/gr-rftap;
+PYTHON_COMPAT=( python2_7 )
 
 if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bastibl/gr-foo.git;
+else
KEYWORDS=""
-#else
-#  SRC_URI=""
-#  KEYWORDS=""
 fi
+inherit cmake-utils python-single-r1
+
+DESCRIPTION="Some GNU Radio blocks that bastianbl uses"
+HOMEPAGE="https://github.com/rftap/gr-rftap;
 
 LICENSE="GPL-3"
 SLOT="0/${PV}"
 
-RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
dev-libs/boost:=[${PYTHON_USEDEP}]
+   >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}]
net-wireless/uhd:=[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}"
+"
 DEPEND="${RDEPEND}
-   dev-lang/swig:0"
+   dev-lang/swig:0
+"
 #cppunit is listed in cmake, but only needed for tests and there are no tests
 #  dev-util/cppunit"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 src_prepare() {
+   cmake-utils_src_prepare
#although cppunit is not used, it fails if it isn't there, fix it
-   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt
-   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt
-   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt
+   sed -i 's#FATAL_ERROR "CppUnit#MESSAGE "CppUnit#' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt || die
+   sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt || die
 }
 
 src_configure() {
-   mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
+   local mycmakeargs=( -DPYTHON_EXECUTABLE="${PYTHON}" )
cmake-utils_src_configure
 }



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

2019-01-07 Thread Andreas Sturmlechner
commit: dfcda8fcb1675e9279c31fea0ee23b49c74af432
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  1 01:06:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:59:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcda8fc

net-wireless/multimode: Drop 1.00-r2

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

 net-wireless/multimode/Manifest |  1 -
 net-wireless/multimode/multimode-1.00-r2.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/net-wireless/multimode/Manifest b/net-wireless/multimode/Manifest
index 8a629813c86..eef9dda6f5b 100644
--- a/net-wireless/multimode/Manifest
+++ b/net-wireless/multimode/Manifest
@@ -1,2 +1 @@
 DIST multimode-1.4_p20140831.tar.xz 7648 BLAKE2B 
1efec8c12e46b63f5501f1cf28f2e1f57d378c578656ecae771f0b98b873bbc1f119652a9f4607c9c0f3c5f3ca4f7109c48509f8339a1b22b8e3ef2af7214407
 SHA512 
891428e6c049cfd94787bd7580a59b3a9eb488dbf97cd21a1d82be04648e5423c3ce73983d38c5a3c280519ebea73c9572e9b0cdc7df453114e6aa220a58eaff
-DIST multimode-r1.00.tar.gz 13931 BLAKE2B 
cb6c147af3eb5cbded77446155b5322ba8df8cedc43b4891f730cb542e03df1acbe7905105d4c8c2acdc0ffafa797f0734194458b3617f3b7fe6713dbf33a0ca
 SHA512 
9c224794139592622bc441a8d17265963eda56d691f45ebc0220ee3e3907e53b113dae0c8452330753fafd94964663d70bad2dce43cbe05a3abcd477112f3c98

diff --git a/net-wireless/multimode/multimode-1.00-r2.ebuild 
b/net-wireless/multimode/multimode-1.00-r2.ebuild
deleted file mode 100644
index aaa5a053442..000
--- a/net-wireless/multimode/multimode-1.00-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="multimode radio decoder for rtl-sdr devices using gnuradio"
-HOMEPAGE="https://www.cgran.org/browser/projects/multimode/trunk;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-if [[ ${PV} == "" ]] ; then
-   ESVN_REPO_URI="https://www.cgran.org/svn/projects/multimode/trunk;
-   inherit subversion
-else
-   SRC_URI="http://www.sbrac.org/files/${PN}-r${PV}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S="${WORKDIR}"
-fi
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   >=net-wireless/gr-osmosdr-0.0.1
-   =net-wireless/rtl-sdr-0.5.0"
-
-src_compile() {
-   PYTHONPATH="${S}":"${PYTHONPATH}" emake
-}
-
-src_install() {
-   newbin ${PN}.py ${PN}
-   insinto $(python_get_sitedir)
-   doins ${PN}_helper.py
-   insinto /usr/share/${PN}
-   doins ${PN}.grc
-   python_fix_shebang "${ED}"/usr/bin
-}



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

2019-01-07 Thread Sebastian Pipping
commit: 320111d412d7715c522790eaa1ddb832e1877341
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan  7 22:56:28 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan  7 22:56:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320111d4

dev-util/cpptest: 2.0.0

Ping: https://github.com/cpptest/cpptest/issues/13
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-util/cpptest/Manifest |  1 +
 dev-util/cpptest/cpptest-2.0.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-util/cpptest/Manifest b/dev-util/cpptest/Manifest
index 264667cb736..f7b8c32798c 100644
--- a/dev-util/cpptest/Manifest
+++ b/dev-util/cpptest/Manifest
@@ -1 +1,2 @@
 DIST cpptest-1.1.2.tar.gz 458982 BLAKE2B 
dbb144196ec5726822f859397f5429e743bdc9bd840c2dab198f19512d2d0ff66b33e8b1018be2616944e300b0bc0e2fd247b7c7a5a290096f8d402592f1441b
 SHA512 
da1030c69a5886e752b9ae08b65c501334c7d2d4abd2174190209ce11ed351239a615b9f7c5019ee601289523b2c21a1205d2042e59aea6c2882d77d636fc57a
+DIST cpptest-2.0.0.tar.bz2 440323 BLAKE2B 
7d703a9a41c6fc355f97d2074b71fc5c700ee2483386984147c399c096eebeec7f2a980f0678e1a4d9979a7795d3f7ff7d70cbf8b483e055a420de985aa40f2e
 SHA512 
41b5f7989198a79dca29f7d579c4d3918e5c3bbc0f91f77317ae074af8daaa8e5ee8add7c29c8e345cb95b08524839cecc7659a8d95ee95712e205b8838c5029

diff --git a/dev-util/cpptest/cpptest-2.0.0.ebuild 
b/dev-util/cpptest/cpptest-2.0.0.ebuild
new file mode 100644
index 000..8369dad2328
--- /dev/null
+++ b/dev-util/cpptest/cpptest-2.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple but powerful unit testing framework for C++"
+HOMEPAGE="https://github.com/cpptest/cpptest;
+SRC_URI="https://github.com/cpptest/cpptest/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="1"  # for soversion 1.x.x
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( app-doc/doxygen )"
+RDEPEND="!dev-util/cpptest:0"
+
+DOCS=( AUTHORS BUGS NEWS README )
+
+src_configure() {
+   econf \
+   $(use_enable doc) \
+   --htmldir=/usr/share/doc/${PF}/html/
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-01-07 Thread Andreas Sturmlechner
commit: 0ac4da594371a7014ffd015b750de42c9e4ec4d2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  7 22:44:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:54:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac4da59

app-text/poppler: Subslot bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/poppler-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index a91d71770d6..009f393d9fd 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SLOT="0/83"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+   SLOT="0/84"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 
 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"



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

2019-01-07 Thread Andreas Sturmlechner
commit: a76e2e1230d975771648597f9f4420d8f985baf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  7 22:48:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:54:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76e2e12

app-text/poppler: EAPI-7 bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/poppler-.ebuild | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-text/poppler/poppler-.ebuild 
b/app-text/poppler/poppler-.ebuild
index 009f393d9fd..05c24b50807 100644
--- a/app-text/poppler/poppler-.ebuild
+++ b/app-text/poppler/poppler-.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
 
-if [[ "${PV}" == "" ]] ; then
+if [[ ${PV} == ** ]] ; then
inherit git-r3
EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
SLOT="0/"
@@ -24,7 +24,11 @@ IUSE="cairo cjk curl cxx debug doc +introspection +jpeg 
+jpeg2k +lcms nss png qt
 # No test data provided
 RESTRICT="test"
 
-COMMON_DEPEND="
+BDEPEND="
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+DEPEND="
media-libs/fontconfig
media-libs/freetype
sys-libs/zlib
@@ -46,11 +50,7 @@ COMMON_DEPEND="
)
tiff? ( media-libs/tiff:0 )
 "
-DEPEND="${COMMON_DEPEND}
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
cjk? ( app-text/poppler-data )
 "
 
@@ -70,11 +70,11 @@ src_prepare() {
# Clang doesn't grok this flag, the configure nicely tests that, but
# cmake just uses it, so remove it if we use clang
if [[ ${CC} == clang ]] ; then
-   sed -i -e 's/-fno-check-new//' 
cmake/modules/PopplerMacros.cmake || die
+   sed -e 's/-fno-check-new//' -i 
cmake/modules/PopplerMacros.cmake || die
fi
 
if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
-   sed '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \
+   sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 
OLD)' \
-i CMakeLists.txt || die
else
einfo "policy(SET CMP0002 OLD) - workaround can be removed"
@@ -119,7 +119,7 @@ src_install() {
cmake-utils_src_install
 
# live version doesn't provide html documentation
-   if use cairo && use doc && [[ ${PV} !=  ]]; then
+   if use cairo && use doc && [[ ${PV} != ** ]]; then
# For now install gtk-doc there
insinto /usr/share/gtk-doc/html/poppler
doins -r "${S}"/glib/reference/html/*



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

2019-01-07 Thread Andreas Sturmlechner
commit: 97cfb38fd7623cb94baff5e09a8a6b9088648886
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  7 22:49:46 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 22:54:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cfb38f

app-text/poppler: 0.73.0 version bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/Manifest  |   1 +
 app-text/poppler/poppler-0.73.0.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 017ccd81aed..7091647900a 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -2,3 +2,4 @@ DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 
01c8745d0c1fa5b412ec92295a8784f5c1def
 DIST poppler-0.68.0.tar.xz 1461052 BLAKE2B 
e95aa872230ff88f2caf9b8fef7da369b3115b1aabef2d57ebba3a13123ffe1cf1e200c6583a6da9e52bdb7708bec30e26f68e582bf99289abd572e42f712a5e
 SHA512 
98449ab96db1d17901ec44b1a71b0375ac83d0f13e059b83afb452939a3ae6375c4667ae029fa333fad3eed2d8315e5f1208f34d3548c5530f0ecc7a5841c27a
 DIST poppler-0.71.0.tar.xz 1480852 BLAKE2B 
be23100e44f73cd024d50727a632b749629b6e36ef41d2aee94f1998a8362dd0fa11e64bfb0f0f04f87265029abec32088ef2dad3b5aeb2733c7aaeb6817
 SHA512 
8e0ce95e7b58c37761c36a20f1282e63373a9557bf9f746ce2936562f12648506043d9559cf816944aa238814fc1b3f3a3c0a6cb002fd214b067e399bcc6ab1e
 DIST poppler-0.72.0.tar.xz 1492912 BLAKE2B 
6582b418031c52e5e9031e9f25b80841ba471c1308030bef2cdb13cd607ddd0ca51639d93c09f33e42d5f9378ee44b5ebe4dbac29254f952f7c2ec147799bc5e
 SHA512 
57dc98ff3e433cb8c7e3c31016c080e09586410622d70fb2fe1aa36c2a55017508dd5b5b253cfe987b86f9197bdd34345e038c89f542003cf021900c86614145
+DIST poppler-0.73.0.tar.xz 1507068 BLAKE2B 
d88a7595d0d8b779d623b56d8dc25c753f2cfc6f015092ec9d254a2b2d701d0e760a069324a15d3a03c65c9c85c3398ad142d7f8cc259e5455f53b4d391596d3
 SHA512 
6924a343032573504a0039c56a6263cd1183fa6aca75966fe1f084bd19da78553e455e541a3693896c1ed0c3865f11c11758a0f5a66b2f6cd48ac8a7eccf891a

diff --git a/app-text/poppler/poppler-0.73.0.ebuild 
b/app-text/poppler/poppler-0.73.0.ebuild
new file mode 100644
index 000..05c24b50807
--- /dev/null
+++ b/app-text/poppler/poppler-0.73.0.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
+   SLOT="0/"
+else
+   SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   SLOT="0/84"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
+fi
+
+DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
+HOMEPAGE="https://poppler.freedesktop.org/;
+
+LICENSE="GPL-2"
+IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
+
+# No test data provided
+RESTRICT="test"
+
+BDEPEND="
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+DEPEND="
+   media-libs/fontconfig
+   media-libs/freetype
+   sys-libs/zlib
+   cairo? (
+   dev-libs/glib:2
+   x11-libs/cairo
+   introspection? ( dev-libs/gobject-introspection:= )
+   )
+   curl? ( net-misc/curl )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
+   lcms? ( media-libs/lcms:2 )
+   nss? ( >=dev-libs/nss-3.19:0 )
+   png? ( media-libs/libpng:0= )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtxml:5
+   )
+   tiff? ( media-libs/tiff:0 )
+"
+RDEPEND="${DEPEND}
+   cjk? ( app-text/poppler-data )
+"
+
+DOCS=( AUTHORS NEWS README README-XPDF )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
+   "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
+   "${FILESDIR}/${PN}-0.71.0-respect-cflags.patch"
+   "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
+   "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
+)
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Clang doesn't grok this flag, the configure nicely tests that, but
+   # cmake just uses it, so remove it if we use clang
+   if [[ ${CC} == clang ]] ; then
+   sed -e 's/-fno-check-new//' -i 
cmake/modules/PopplerMacros.cmake || die
+   fi
+
+   if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
+   sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 
OLD)' \
+

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

2019-01-07 Thread Jeroen Roovers
commit: 572eadbcadcdca9caa3b18e225ca4763cd1be910
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  7 22:44:10 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan  7 22:44:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572eadbc

x11-drivers/nvidia-drivers: Old

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   6 -
 .../nvidia-drivers/nvidia-drivers-415.18.ebuild| 592 -
 .../nvidia-drivers/nvidia-drivers-415.23.ebuild| 592 -
 3 files changed, 1190 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 7611eaeecee..e168b660eda 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -17,8 +17,6 @@ DIST NVIDIA-FreeBSD-x86_64-390.87.tar.gz 63648591 BLAKE2B 
88aa38b11b64b2ad91f723
 DIST NVIDIA-FreeBSD-x86_64-396.54.tar.gz 60938322 BLAKE2B 
a23488b625a15703b0c40bc6871314b05d117d489f64a6f7c70ac3c934b02028b9623be10f0369c98c7d3b5e018e1eb6f1d2cde9d9e1b90be5065f06f6a646dd
 SHA512 
52df85364bfd45a23394078855859ce85de996f7990bb96ba63eb33e516c3cf8e72c4391af9817213f735286f2cf6444bc8ed00312365f12ae17373cfbdc3fc7
 DIST NVIDIA-FreeBSD-x86_64-410.78.tar.gz 61935486 BLAKE2B 
3bc85aacd0775b600c37cd285de49fe3d35bba04fd8d3db1ec75f1fdfbd93a9d5b3d34b67e6fd82b5056bff875ccbc44cd2f06fed9b66703b26057c85f750867
 SHA512 
30488f9e5e6a377a478c49f13d648fba77ac910f43c3e561ce7715380480ac8b3860fecfb5b745beefadb6abe0b4c4135684c468a69c5b71b56cd463698b931a
 DIST NVIDIA-FreeBSD-x86_64-410.93.tar.gz 61977979 BLAKE2B 
a662fa13866cfb36ef61a0b9dd459519e26ea93a6ad6ae7bf34075fae8e7622a91707d88cec8de0660513cb959c3596e8b6169357891c83e847870ecffd72928
 SHA512 
ecdd5270f9d5f32117d83cd3e3cf0376f0b37c748fe164e702c4230d225c6b28bdbbea4334555b6928d05f1a7cfaf87caf20dd2e7e06e1259c526f6bd50e4d0e
-DIST NVIDIA-FreeBSD-x86_64-415.18.tar.gz 62328268 BLAKE2B 
03b53907ba8eed8751b9270e472b05f21e3865a560a7c4b89b16df0d1981f8ee955d26f42ab51ff538898218caa32745ece0cfa562b8325ad29f866205ab0a68
 SHA512 
9a80f6e15f57d756f0286db5cbb1c520f6c7553368cdc26d9f062e1f5cd1c6080bf3934b3fd55cdc0b67702be8188dcd177f7aec80697ff978ebc90a6dccbb30
-DIST NVIDIA-FreeBSD-x86_64-415.23.tar.gz 62373237 BLAKE2B 
b18e96cf7fd2894a153ccb0e34b889d9658185ee0f1930f52f2d2f6555a1cf3d926002afe75a1f03c181fb22dbf08a83aa27fafdd973f0f1780435ea4599b56b
 SHA512 
c40835b89390b4d14977ef4c7d4740798c5ff73a3aee849f13f479c52c30a810869fba16b8f1719021e2367d83dbbe74296775877148ee96fde8822995e97b28
 DIST NVIDIA-FreeBSD-x86_64-415.25.tar.gz 62373961 BLAKE2B 
4c1ce36ad31933efdb7b9b3a5a530439cadb50c6ee29c0689a521308fbc213266a761765998c44643fd8511159ae96387a3a278accc4a0d00322b06b9b327232
 SHA512 
792f0cfafb1d6b2137db62c3a5a7e76217d89c3b18cee92ec8317d6c583fdc9676aa46efd55bc795aeaaf1532501f7b40d1d9609d782ffe63e55bb37d0d6db14
 DIST NVIDIA-Linux-armv7l-gnueabihf-375.82.run 26650801 BLAKE2B 
31446667065c56b48f6a3e737afe29a4517459d3462138136bffe383bc6fe514d6e80b49c391c27edc96b8abc3da3dd4d6ee3f3dca17f3c9a0f1cdf0e72cf099
 SHA512 
28554f1c24fe63c9257c0de3e84e4e739a45bf1c20ec7a53bc2c1b69b4e2355675061491ef5b03f3ae489cf623e553cfa68442f5536f137837327036d1c53d63
 DIST NVIDIA-Linux-armv7l-gnueabihf-378.13.run 26514235 BLAKE2B 
2b3c540704496a290be7ae3f1ff378487c75af2298c12488da8b3a1814446e5df02a1ed99afd8ee7fc459d950aab472155359eae0bf56ac83389711d70638152
 SHA512 
253786a821df85fa926ae842114321b3c70502f887ea7c2b6790dfe3836039ee5d390e6722ca8785904ec6487e465916923d3042dc6191b3b4522c3161b80cb0
@@ -45,8 +43,6 @@ DIST NVIDIA-Linux-x86_64-390.87.run 82690871 BLAKE2B 
b43a45a7d48160a72185417360a
 DIST NVIDIA-Linux-x86_64-396.54.run 86946680 BLAKE2B 
9b3ab39c9d09c663238d0fac6346c24feea6ecc44b0ecaf3de871522697685c1c474ec4cc83f3bab0a2bcfecc7c77acea0e6bfee6e8ca8e6883bd338fd6da8a2
 SHA512 
17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247
 DIST NVIDIA-Linux-x86_64-410.78.run 107944209 BLAKE2B 
f493efb4b61716ae1f7ac760d57b330e0160e8cd7a90e80dd00744c2277d0c8024f6704eac3a9f95ff13d66f362bf9eecdc8176edb429ea7e45c4622b52beca7
 SHA512 
0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d
 DIST NVIDIA-Linux-x86_64-410.93.run 107257681 BLAKE2B 
56e9b6a17ab4d2fe2f18d90b4e209fe048c53dc43846ee9c8bd0960999a06ef9d9b6ba7e4c242f77cc35cfc5b9a0e2ae24aa5f07f68cb7662bd5010de41a9b36
 SHA512 
1132884210e447d20768c4ae84ff572c9f6886fb9a082da4d229a03c13932a5c6ccc518cad3311a9302b6a0d9e9675e3a53199e7183e07c81282d46883d26105
-DIST NVIDIA-Linux-x86_64-415.18.run 107849060 BLAKE2B 
e4ffbec6a31f79d8c7f18bfbb4e256b94ef8e741526eb07032fd645da1b37751e867d72e998f6b8b773d55127e40bafeb53e8d5f9a4f8be4ce8a8d079e9c3341
 SHA512 

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

2019-01-07 Thread Jeroen Roovers
commit: 678222349c6876da9b5c293b8901493d30456a44
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  7 22:43:43 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan  7 22:44:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67822234

x11-drivers/nvidia-drivers: Stable for AMD64 too.

Package-Manager: Portage-2.3.53, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
index 86b6c9565d9..b4dd340c748 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-415.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/${PV%.*}"
-KEYWORDS="-* ~amd64 ~amd64-fbsd"
+KEYWORDS="-* amd64 ~amd64-fbsd"
 RESTRICT="bindist mirror"
 EMULTILIB_PKG="true"
 



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

2019-01-07 Thread Jeroen Roovers
commit: e56f0d6635e802d92ca52dde363336e98c7f3523
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan  7 22:42:54 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan  7 22:44:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56f0d66

x11-drivers/nvidia-drivers: Version 410.93

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   3 +
 .../nvidia-drivers/nvidia-drivers-410.93.ebuild| 592 +
 2 files changed, 595 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index d53f1880524..7611eaeecee 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -16,6 +16,7 @@ DIST NVIDIA-FreeBSD-x86_64-387.34.tar.gz 63387097 BLAKE2B 
53689ba098b4a4de08dca0
 DIST NVIDIA-FreeBSD-x86_64-390.87.tar.gz 63648591 BLAKE2B 
88aa38b11b64b2ad91f723ec84a2adb6829571136aabb1441a9119418395d5f143736487902f0c60b49ebc1284f3100fbd089e4c941cdd3519ab8511cc1d3261
 SHA512 
0865fef8b8a3be8f6d9fc81908b162fd6062ba0ea81fd00200e7b2a1e3149ef62408b46bc4ccb7a77f1ac943557a22b13a10cfdde084f0b76cf2b23432e57540
 DIST NVIDIA-FreeBSD-x86_64-396.54.tar.gz 60938322 BLAKE2B 
a23488b625a15703b0c40bc6871314b05d117d489f64a6f7c70ac3c934b02028b9623be10f0369c98c7d3b5e018e1eb6f1d2cde9d9e1b90be5065f06f6a646dd
 SHA512 
52df85364bfd45a23394078855859ce85de996f7990bb96ba63eb33e516c3cf8e72c4391af9817213f735286f2cf6444bc8ed00312365f12ae17373cfbdc3fc7
 DIST NVIDIA-FreeBSD-x86_64-410.78.tar.gz 61935486 BLAKE2B 
3bc85aacd0775b600c37cd285de49fe3d35bba04fd8d3db1ec75f1fdfbd93a9d5b3d34b67e6fd82b5056bff875ccbc44cd2f06fed9b66703b26057c85f750867
 SHA512 
30488f9e5e6a377a478c49f13d648fba77ac910f43c3e561ce7715380480ac8b3860fecfb5b745beefadb6abe0b4c4135684c468a69c5b71b56cd463698b931a
+DIST NVIDIA-FreeBSD-x86_64-410.93.tar.gz 61977979 BLAKE2B 
a662fa13866cfb36ef61a0b9dd459519e26ea93a6ad6ae7bf34075fae8e7622a91707d88cec8de0660513cb959c3596e8b6169357891c83e847870ecffd72928
 SHA512 
ecdd5270f9d5f32117d83cd3e3cf0376f0b37c748fe164e702c4230d225c6b28bdbbea4334555b6928d05f1a7cfaf87caf20dd2e7e06e1259c526f6bd50e4d0e
 DIST NVIDIA-FreeBSD-x86_64-415.18.tar.gz 62328268 BLAKE2B 
03b53907ba8eed8751b9270e472b05f21e3865a560a7c4b89b16df0d1981f8ee955d26f42ab51ff538898218caa32745ece0cfa562b8325ad29f866205ab0a68
 SHA512 
9a80f6e15f57d756f0286db5cbb1c520f6c7553368cdc26d9f062e1f5cd1c6080bf3934b3fd55cdc0b67702be8188dcd177f7aec80697ff978ebc90a6dccbb30
 DIST NVIDIA-FreeBSD-x86_64-415.23.tar.gz 62373237 BLAKE2B 
b18e96cf7fd2894a153ccb0e34b889d9658185ee0f1930f52f2d2f6555a1cf3d926002afe75a1f03c181fb22dbf08a83aa27fafdd973f0f1780435ea4599b56b
 SHA512 
c40835b89390b4d14977ef4c7d4740798c5ff73a3aee849f13f479c52c30a810869fba16b8f1719021e2367d83dbbe74296775877148ee96fde8822995e97b28
 DIST NVIDIA-FreeBSD-x86_64-415.25.tar.gz 62373961 BLAKE2B 
4c1ce36ad31933efdb7b9b3a5a530439cadb50c6ee29c0689a521308fbc213266a761765998c44643fd8511159ae96387a3a278accc4a0d00322b06b9b327232
 SHA512 
792f0cfafb1d6b2137db62c3a5a7e76217d89c3b18cee92ec8317d6c583fdc9676aa46efd55bc795aeaaf1532501f7b40d1d9609d782ffe63e55bb37d0d6db14
@@ -43,6 +44,7 @@ DIST NVIDIA-Linux-x86_64-387.34.run 82784271 BLAKE2B 
b7140d5d6a693892df50b3ad2e2
 DIST NVIDIA-Linux-x86_64-390.87.run 82690871 BLAKE2B 
b43a45a7d48160a72185417360a4ff4238922f6d77c7b58c0562f0e01c8aa33e89057e8a5d354e8d3c8e6fa86acf8908a6c2eab81e06158a92908eec18a9b02e
 SHA512 
f4883744f5e07150677918669eed03c7b87774f752112aabd52d903a09ae16351b34105075da2ff0fcb7a847cf66ec17e9797826859fcaecc44fdcd464a61805
 DIST NVIDIA-Linux-x86_64-396.54.run 86946680 BLAKE2B 
9b3ab39c9d09c663238d0fac6346c24feea6ecc44b0ecaf3de871522697685c1c474ec4cc83f3bab0a2bcfecc7c77acea0e6bfee6e8ca8e6883bd338fd6da8a2
 SHA512 
17139abe99d4f32ec87379ee57af2cc0fec7d24605b2be7e3cd6609d9fcdf871e3c1cb7414b3544e14eb32d2213fec7ac45b3261f27c8d6565d510ccb14a1247
 DIST NVIDIA-Linux-x86_64-410.78.run 107944209 BLAKE2B 
f493efb4b61716ae1f7ac760d57b330e0160e8cd7a90e80dd00744c2277d0c8024f6704eac3a9f95ff13d66f362bf9eecdc8176edb429ea7e45c4622b52beca7
 SHA512 
0bd7ed61dcfd4d7634ba450b106d7648fc274c256e7e4c4e51e544bd7779d68ffa08cba709ace5333679eeea1dbe4afa0c267361887eaa784d6f1369b717677d
+DIST NVIDIA-Linux-x86_64-410.93.run 107257681 BLAKE2B 
56e9b6a17ab4d2fe2f18d90b4e209fe048c53dc43846ee9c8bd0960999a06ef9d9b6ba7e4c242f77cc35cfc5b9a0e2ae24aa5f07f68cb7662bd5010de41a9b36
 SHA512 
1132884210e447d20768c4ae84ff572c9f6886fb9a082da4d229a03c13932a5c6ccc518cad3311a9302b6a0d9e9675e3a53199e7183e07c81282d46883d26105
 DIST NVIDIA-Linux-x86_64-415.18.run 107849060 BLAKE2B 
e4ffbec6a31f79d8c7f18bfbb4e256b94ef8e741526eb07032fd645da1b37751e867d72e998f6b8b773d55127e40bafeb53e8d5f9a4f8be4ce8a8d079e9c3341
 SHA512 
8e56b5a62f47b4bbe2b0c59e05e2b1a4beb204252aa2000e6dfc257a16f06d00862232d2a3f404192e47b73c3af9f6d6c92e3d530b977a6ecbe3f2d944a12f7e
 DIST NVIDIA-Linux-x86_64-415.23.run 109007128 BLAKE2B 

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

2019-01-07 Thread Mart Raudsepp
commit: 815b725e59d8b6ab9674f3c02d4fbd1043f663c6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:53:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 22:16:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815b725e

app-misc/ddate: arm64 stable (bug #670767)

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

 app-misc/ddate/ddate-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/ddate/ddate-0.2.2.ebuild 
b/app-misc/ddate/ddate-0.2.2.ebuild
index 1b2e3b4760d..1604d9f134c 100644
--- a/app-misc/ddate/ddate-0.2.2.ebuild
+++ b/app-misc/ddate/ddate-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -9,7 +9,7 @@ DESCRIPTION="Perpetual date converter from gregorian to poee 
calendar"
 HOMEPAGE="https://github.com/bo0ts/ddate;
 SRC_URI="https://github.com/bo0ts/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 LICENSE="public-domain"
 SLOT="0"
 



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

2019-01-07 Thread Mart Raudsepp
commit: db8482c8ecf7303412e3ee75fa4c06290067eaed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:55:14 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 22:16:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8482c8

app-admin/syslog-ng: arm64 stable (bug #670974)

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

 app-admin/syslog-ng/syslog-ng-3.17.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
index a8095fba3df..61895ed44e5 100644
--- a/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.17.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="amqp caps dbi geoip geoip2 http ipv6 json libressl mongodb pacct python 
redis smtp spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # unit tests require https://github.com/Snaipe/Criterion with additional deps



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

2019-01-07 Thread Mart Raudsepp
commit: a1b470465318b36d74346b6539b6111fcc18e567
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:53:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 22:16:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b47046

dev-libs/ivykis: arm64 stable (bug #670974)

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

 dev-libs/ivykis/ivykis-0.42.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild 
b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
index b4a2c42b742..bb7cc9b108c 100644
--- a/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
+++ b/dev-libs/ivykis/ivykis-0.42.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/buytenh/ivykis/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="static-libs"
 
 src_configure() {



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

2019-01-07 Thread Mart Raudsepp
commit: 15661e861d90e64d07ce9abcf746385c0cb0a8d2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 22:18:26 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 22:18:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15661e86

profiles/arch/arm64: update luajit use.mask description

Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/arch/arm64/use.mask | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 814305d3b52..e3797aaa766 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -26,6 +26,11 @@
 -neon
 -armvfp
 
+# Mart Raudsepp  (07 Jan 2019)
+# Does not work on arm64 until dev-lang/luajit-2.1
+# https://github.com/LuaJIT/LuaJIT/issues/26
+luajit
+
 # Michał Górny  (16 Jul 2018)
 # Python 3.7 support requires fresh versions of packages which are stuck
 # at keywordreqs.
@@ -38,10 +43,6 @@ python_single_target_python3_7
 # No OpenCL provider is available on arm64.
 opencl
 
-# Michał Górny  (03 Feb 2018)
-# dev-lang/luajit not tested here.
-luajit
-
 # Brian Evans  (02 Mar 2018)
 # dev-db/qdbm is net yet keyworded
 qdbm



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

2019-01-07 Thread Rick Farina
commit: b9dc7515ea2a0aad9616a056b974d97d6717b213
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 21:51:09 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 22:00:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dc7515

net-wireless/soapybladerf: bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapybladerf/Manifest | 1 +
 .../{soapybladerf-.ebuild => soapybladerf-0.4.0.ebuild}| 3 +--
 net-wireless/soapybladerf/soapybladerf-.ebuild | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapybladerf/Manifest 
b/net-wireless/soapybladerf/Manifest
index 6afdecd58fa..42cf7a6dfe9 100644
--- a/net-wireless/soapybladerf/Manifest
+++ b/net-wireless/soapybladerf/Manifest
@@ -1,2 +1,3 @@
 DIST soapybladerf-0.3.5.tar.gz 27937 BLAKE2B 
eb94e0deb97a376b2e45f41100ce64ed4a0718c9b2623b4270e27c23faa0c035d6568b2a8129308851a75ebef8f9f7e9ad519af23896493ca4616d271e0a2438
 SHA512 
af22703c16d8b40d58e966ce9ce705652e2661bd46d2c0dc2a2c0315a66f4283172d17de4dc3d080cf011cdde9c002107653fe5a02de27df19b47098235f40a7
 DIST soapybladerf-0.3.5_p20180908.tar.gz 29426 BLAKE2B 
0e6830e2c930178d995c104f22df6a6104a531ea53166c2c6b5e7c652ae6699a1a3c32b455af50f6c3990c868043d8d20edaac9acabc3a9340744ee6a66e6bb9
 SHA512 
fc0be84e8c1a51caf6e3a73b60cea998317924b041c578a507c4fc0bdab3f70115796a1fc932531466685dcefe47949283c4d4834092126b9b3e60ae237952cc
+DIST soapybladerf-0.4.0.tar.gz 29489 BLAKE2B 
6a0cea3d9b7825e6e1bfa18ec8653df3ae28b4999f6e43437a64a1a10da867819f8e9f72cd03c183380b2a12a2ace29819b1944537cf15f808accc3444550c00
 SHA512 
69347847e25239c8686506cc7101dd9263b57fa3d3b5f518c915d9a9e0cb7e3a5627ee87ad7afb3022751aa212aa3698d8dbb16b6cddcc597292c7d2f5f806d4

diff --git a/net-wireless/soapybladerf/soapybladerf-.ebuild 
b/net-wireless/soapybladerf/soapybladerf-0.4.0.ebuild
similarity index 92%
copy from net-wireless/soapybladerf/soapybladerf-.ebuild
copy to net-wireless/soapybladerf/soapybladerf-0.4.0.ebuild
index d712d0943f8..1ca79c8ea07 100644
--- a/net-wireless/soapybladerf/soapybladerf-.ebuild
+++ b/net-wireless/soapybladerf/soapybladerf-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyBladeRF;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz
 -> ${P}.tar.gz"

diff --git a/net-wireless/soapybladerf/soapybladerf-.ebuild 
b/net-wireless/soapybladerf/soapybladerf-.ebuild
index d712d0943f8..1ca79c8ea07 100644
--- a/net-wireless/soapybladerf/soapybladerf-.ebuild
+++ b/net-wireless/soapybladerf/soapybladerf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyBladeRF;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz
 -> ${P}.tar.gz"



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

2019-01-07 Thread Rick Farina
commit: c66d0c9b45a43d3bc6021dc672c8844aaef8117f
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 21:53:46 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 22:00:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66d0c9b

net-wireless/soapyrtlsdr: bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapyrtlsdr/Manifest  | 1 +
 .../soapyrtlsdr/{soapyrtlsdr-.ebuild => soapyrtlsdr-0.3.0.ebuild}  | 3 +--
 net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild   | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyrtlsdr/Manifest 
b/net-wireless/soapyrtlsdr/Manifest
index 544fddc4952..4780b79b3a3 100644
--- a/net-wireless/soapyrtlsdr/Manifest
+++ b/net-wireless/soapyrtlsdr/Manifest
@@ -1 +1,2 @@
 DIST soapyrtlsdr-0.2.5.tar.gz 14101 BLAKE2B 
3fc48e5cece291220a64ec1fd06492a94497e3e639c4fbdcb4c88d4b0431676bbf7a8d531123acc91d937380abe6a96a1b9df4cd7150203e31e17ba859da7113
 SHA512 
2e6343833d0ef48b11c6be6ea85c87276d58ab810b6b47fa2735b909beb6a758856ef2cbef3a0d478c27dd1fea829a049dd91252ae9807415f8ea66f15054a64
+DIST soapyrtlsdr-0.3.0.tar.gz 14386 BLAKE2B 
f1f54bbf0a18cf02924844933108d38fe5280b8a856ffc9c3f12f56fc1ace5fa2abcabbfa86263f77d31fcd28f0a32cc4b4a350fca539a4860c6e0deebc492d5
 SHA512 
ccc0b3a5174bb1b57a79ecd0395ccaa5c3fada8ea7dce08d35a07992e84fef2cb45d92744fb0064857df36ad8120f495c3841b0fdca1870b9ed2328fb639ac21

diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild 
b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild
similarity index 92%
copy from net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild
copy to net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild
index 1ae13f82616..7fc9a0e095c 100644
--- a/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild
+++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtlsdr-${PV}.tar.gz
 -> ${P}.tar.gz"

diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild 
b/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild
index 1ae13f82616..7fc9a0e095c 100644
--- a/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild
+++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyRTLSDR;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtlsdr-${PV}.tar.gz
 -> ${P}.tar.gz"



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

2019-01-07 Thread Rick Farina
commit: 08255b1205d893a554277348f943341b66db7f1b
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 21:52:29 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 22:00:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08255b12

net-wireless/soapyplutosdr: bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapyplutosdr/Manifest| 1 +
 .../{soapyplutosdr-.ebuild => soapyplutosdr-0.1.0.ebuild}  | 3 +--
 net-wireless/soapyplutosdr/soapyplutosdr-.ebuild   | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyplutosdr/Manifest 
b/net-wireless/soapyplutosdr/Manifest
index cae9271d95d..f31b3f8be04 100644
--- a/net-wireless/soapyplutosdr/Manifest
+++ b/net-wireless/soapyplutosdr/Manifest
@@ -1 +1,2 @@
 DIST soapyplutosdr-0.0_p20180825.tar.gz 17597 BLAKE2B 
d5b6205da7aa64406ccf84d198088094c10397ca874925926dfe2ee3134e045c3ab80b68db06ee84448ae8966e2d8edecb2517ef70b10bbddd9681fcbf09385a
 SHA512 
40cc7c83c13f1d81212c5b0b6028d49de6c9e0b4df9e479c5cb577f60a92b415f76e159d45ecf19aad2deac507f7bd779b7cce1f7bc5e6fd2ea9a3f24399dfe7
+DIST soapyplutosdr-0.1.0.tar.gz 17597 BLAKE2B 
d5b6205da7aa64406ccf84d198088094c10397ca874925926dfe2ee3134e045c3ab80b68db06ee84448ae8966e2d8edecb2517ef70b10bbddd9681fcbf09385a
 SHA512 
40cc7c83c13f1d81212c5b0b6028d49de6c9e0b4df9e479c5cb577f60a92b415f76e159d45ecf19aad2deac507f7bd779b7cce1f7bc5e6fd2ea9a3f24399dfe7

diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild 
b/net-wireless/soapyplutosdr/soapyplutosdr-0.1.0.ebuild
similarity index 92%
copy from net-wireless/soapyplutosdr/soapyplutosdr-.ebuild
copy to net-wireless/soapyplutosdr/soapyplutosdr-0.1.0.ebuild
index 0ebf43c8590..494237c9dd2 100644
--- a/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild
+++ b/net-wireless/soapyplutosdr/soapyplutosdr-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyPlutoSDR.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"
COMMIT="782650597b18f311cc97fbb7c6813539e6adef16"

diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild 
b/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild
index 0ebf43c8590..494237c9dd2 100644
--- a/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild
+++ b/net-wireless/soapyplutosdr/soapyplutosdr-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyPlutoSDR;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyPlutoSDR.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"
COMMIT="782650597b18f311cc97fbb7c6813539e6adef16"



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

2019-01-07 Thread Rick Farina
commit: 93fcb6eb4841ee7d404dd22dde3a5766db5dbcc8
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 21:56:55 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 22:01:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fcb6eb

net-wireless/soapyuhd: empty keyword cleanup

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild | 3 +--
 net-wireless/soapyuhd/soapyuhd-.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild 
b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
index 664cf268554..16bc1bdb9fb 100644
--- a/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-0.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyUHD;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz 
-> ${P}.tar.gz"

diff --git a/net-wireless/soapyuhd/soapyuhd-.ebuild 
b/net-wireless/soapyuhd/soapyuhd-.ebuild
index 664cf268554..16bc1bdb9fb 100644
--- a/net-wireless/soapyuhd/soapyuhd-.ebuild
+++ b/net-wireless/soapyuhd/soapyuhd-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapyUHD;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapyUHD.git;
inherit git-r3
-   KEYWORDS=""
 else
KEYWORDS="~amd64 ~x86"

SRC_URI="https://github.com/pothosware/SoapyUHD/archive/soapy-uhd-${PV}.tar.gz 
-> ${P}.tar.gz"



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

2019-01-07 Thread Rick Farina
commit: 5ad5f2724fd7a73a3762c76c385ea54f55cbfb1a
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 21:55:51 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 22:01:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad5f272

net-wireless/soapysdrplay: cleanup empty keywords

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild | 3 +--
 net-wireless/soapysdrplay/soapysdrplay-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild 
b/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
index cd6b8ca15cb..935b6c26999 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://github.com/pothosware/SoapySDRPlay;
 if [ "${PV}" = "" ]; then
EGIT_REPO_URI="https://github.com/pothosware/SoapySDRPlay.git;
EGIT_CLONE_TYPE="shallow"
-   KEYWORDS=""
inherit git-r3
 else
KEYWORDS="~amd64 ~x86"

diff --git a/net-wireless/soapysdrplay/soapysdrplay-.ebuild 
b/net-wireless/soapysdrplay/soapysdrplay-.ebuild
index cd6b8ca15cb..2d5febc0371 100644
--- a/net-wireless/soapysdrplay/soapysdrplay-.ebuild
+++ b/net-wireless/soapysdrplay/soapysdrplay-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2019-01-07 Thread Matthias Maier
commit: b24844a320efcce95686c90b053e9c241e1744d7
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 20:33:12 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24844a3

dev-lang/julia: fix live ebuild

Closes: https://bugs.gentoo.org/673980
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 .../julia/files/julia--fix_build_system.patch  | 67 --
 1 file changed, 48 insertions(+), 19 deletions(-)

diff --git a/dev-lang/julia/files/julia--fix_build_system.patch 
b/dev-lang/julia/files/julia--fix_build_system.patch
index 336d6e3e590..13cc8cb19da 100644
--- a/dev-lang/julia/files/julia--fix_build_system.patch
+++ b/dev-lang/julia/files/julia--fix_build_system.patch
@@ -1,8 +1,8 @@
 diff --git a/Make.inc b/Make.inc
-index 8cb2c1014..d3be9de8e 100644
+index e9cb241198..66f3e6afd7 100644
 --- a/Make.inc
 +++ b/Make.inc
-@@ -178,7 +178,7 @@ USE_GPL_LIBS ?= 1
+@@ -185,7 +185,7 @@ USE_GPL_LIBS ?= 1
  # Directories where said libraries get installed to
  prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
  bindir := $(prefix)/bin
@@ -11,7 +11,7 @@ index 8cb2c1014..d3be9de8e 100644
  libexecdir := $(prefix)/libexec
  datarootdir := $(prefix)/share
  docdir := $(datarootdir)/doc/julia
-@@ -410,7 +410,7 @@ ifneq ($(OS), WINNT)
+@@ -416,7 +416,7 @@ ifneq ($(OS), WINNT)
  JCXXFLAGS += -pedantic
  endif
  DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
@@ -20,7 +20,7 @@ index 8cb2c1014..d3be9de8e 100644
  endif
  
  ifeq ($(USECLANG),1)
-@@ -421,7 +421,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -427,7 +427,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS := -fasynchronous-unwind-tables
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -29,7 +29,7 @@ index 8cb2c1014..d3be9de8e 100644
  ifeq ($(OS), Darwin)
  ifeq ($(USE_LIBCPP), 1)
  MACOSX_VERSION_MIN := 10.8
-@@ -450,7 +450,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -456,7 +456,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS :=
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -38,11 +38,23 @@ index 8cb2c1014..d3be9de8e 100644
  endif
  
  ifeq ($(USECCACHE), 1)
+diff --git a/base/Makefile b/base/Makefile
+index acdd4bb9f8..4483149b2b 100644
+--- a/base/Makefile
 b/base/Makefile
+@@ -216,7 +216,6 @@ $(build_private_libdir)/libLLVM.dylib:
+   ln -sf "$$REALPATH" "$@"
+ ifneq ($(USE_SYSTEM_LLVM),0)
+ ifneq ($(USE_LLVM_SHLIB),0)
+-SYMLINK_SYSTEM_LIBRARIES += symlink_libLLVM
+ endif
+ endif
+ 
 diff --git a/doc/Makefile b/doc/Makefile
-index 89b79880d..c3125fde1 100644
+index 99e60ee665..2027fb5952 100644
 --- a/doc/Makefile
 +++ b/doc/Makefile
-@@ -29,7 +29,7 @@ deps: UnicodeData.txt
+@@ -30,7 +30,7 @@ deps: UnicodeData.txt
$(JLCHECKSUM) UnicodeData.txt
  
  clean:
@@ -52,24 +64,41 @@ index 89b79880d..c3125fde1 100644
  cleanall: clean
  
 diff --git a/src/Makefile b/src/Makefile
-index 257152d24..240a4a350 100644
+index e4da8c6357..85a411d9b7 100644
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -85,16 +85,7 @@ UV_HEADERS += uv/*.h
+@@ -50,33 +50,7 @@ ifeq ($(USEMSVC), 1)
+ SRCS += getopt
  endif
- PUBLIC_HEADER_TARGETS := $(addprefix $(build_includedir)/julia/,$(notdir 
$(PUBLIC_HEADERS)) $(UV_HEADERS))
  
+-LLVMLINK :=
+-
 -ifeq ($(JULIACODEGEN),LLVM)
--# In LLVM < 3.4, --ldflags includes both options and libraries, so use it 
both before and after --libs
--# In LLVM >= 3.4, --ldflags has only options, and --system-libs has the 
libraries.
--ifneq ($(USE_LLVM_SHLIB),1)
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) $(shell 
$(LLVM_CONFIG_HOST) --libs $(LLVM_LIBS)) $(shell $(LLVM_CONFIG_HOST) --ldflags) 
$(shell $(LLVM_CONFIG_HOST) --system-libs 2> /dev/null)
+-SRCS += codegen jitlayers disasm debuginfo llvm-simdloop llvm-ptls 
llvm-muladd \
+-  llvm-late-gc-lowering llvm-lower-handlers llvm-gc-invariant-verifier \
+-  llvm-propagate-addrspaces llvm-multiversioning llvm-alloc-opt cgmemmgr \
+-  llvm-api
+-FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --includedir)
+-LLVM_LIBS := all
+-ifeq ($(USE_POLLY),1)
+-LLVMLINK += -lPolly -lPollyISL
+-FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --src-root)/tools/polly/include
+-FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --obj-root)/tools/polly/include
+-FLAGS += -DUSE_POLLY
+-ifeq ($(USE_POLLY_OPENMP),1)
+-FLAGS += -fopenmp
+-endif
+-ifeq ($(USE_POLLY_ACC),1)
+-LLVMLINK += -lPollyPPCG -lGPURuntime
+-FLAGS += -DUSE_POLLY_ACC
+-FLAGS += -I$(shell $(LLVM_CONFIG_HOST) --src-root)/tools/polly/tools # 
Required to find GPURuntime/GPUJIT.h
+-endif
+-endif
 -else
--LLVMLINK += $(shell $(LLVM_CONFIG_HOST) --ldflags) -lLLVM

[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2019-01-07 Thread Matthias Maier
commit: c0cd790ea098aa3e787013d2cd7bb42af059ae81
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 20:37:22 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cd790e

dev-lang/julia: drop old 0.6* and 0.7 versions

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest|   3 -
 .../julia/files/julia-0.6.3-fix_build_system.patch |  96 --
 .../julia/files/julia-0.7.0-fix_build_system.patch |  86 -
 dev-lang/julia/julia-0.6.3-r1.ebuild   | 189 ---
 dev-lang/julia/julia-0.7.0.ebuild  | 201 -
 5 files changed, 575 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 860188c463e..41854360be4 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,6 +1,3 @@
-DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
-DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8
-DIST julia-0.7.0.tar.gz 7547849 BLAKE2B 
6721e980a5fd84f1a28838a91acdd95e8562dd971903e30776dfb90a6cc0ac1ffbedd22c2bfee45bd2fa616adead82680ebe30f9b86a1d968db2353233b32bc2
 SHA512 
296dbc71fe5238b0cbdc5c67f7002fbf05abea85dc4298784d74fbfef1c96890ab9cc1bbe874337c01f39ca08a6022f6abcde3a5e2ff1cdc25f2f7493ead1804
 DIST julia-1.0.3.tar.gz 7460268 BLAKE2B 
d9d42e0235f249fa8c1ced12c659091b97d338ec4a4662ea13ea6a107cb59e90d8385c51962199e47dae5f9770156be2db2d8bb2e3cc8f42aa7403b4f4ca7f04
 SHA512 
b61399c7b7ffae828264a6ec916b409b2cbc6b3b98d9a6d39b60b014a97a1f1ad75e1ed4860d9ab15d1e5ffec691c04d1b797c238953290770b7313790ae3f1d
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
 DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e

diff --git a/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch 
b/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch
deleted file mode 100644
index 41e64672adf..000
--- a/dev-lang/julia/files/julia-0.6.3-fix_build_system.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-diff --git a/Make.inc b/Make.inc
-index 7f3a37c..3560d93 100644
 a/Make.inc
-+++ b/Make.inc
-@@ -180,7 +180,7 @@ USE_GPL_LIBS ?= 1
- # Directories where said libraries get installed to
- prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
- bindir := $(prefix)/bin
--libdir := $(prefix)/lib
-+libdir := $(prefix)/GENTOOLIBDIR
- libexecdir := $(prefix)/libexec
- datarootdir := $(prefix)/share
- docdir := $(datarootdir)/doc/julia
-@@ -400,7 +400,7 @@ ifneq ($(OS), WINNT)
- JCXXFLAGS += -pedantic
- endif
- DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -ggdb2 -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECLANG),1)
-@@ -411,7 +411,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS := -fasynchronous-unwind-tables
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g
-+SHIPFLAGS := GENTOOCFLAGS
- ifeq ($(OS), Darwin)
- ifeq ($(USE_LIBCPP), 1)
- MACOSX_VERSION_MIN := 10.8
-@@ -440,7 +440,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS :=
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECCACHE), 1)
-diff --git a/deps/tools/jldownload b/deps/tools/jldownload
-index ab4fd69..e2c2408 100755
 a/deps/tools/jldownload
-+++ b/deps/tools/jldownload
-@@ -5,9 +5,9 @@
- 
- CACHE_HOST=https://cache.julialang.org
- 
--WGET=$(which wget 2>/dev/null)
--CURL=$(which curl 2>/dev/null)
--FETCH=$(which fetch 2>/dev/null)
-+WGET=/bin/true
-+CURL=/bin/true
-+FETCH=/bin/true
- 
- TIMEOUT=15 # seconds
- WGET_OPTS="--no-check-certificate 

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

2019-01-07 Thread Matthias Maier
commit: b3f5076cbb154f273ea52417f3a6542dc964cf49
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Mon Dec 24 18:05:27 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f5076c

dev-lang/julia-bin: new package

Bug: https://bugs.gentoo.org/665192
Closes: https://github.com/gentoo/gentoo/pull/10692
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeffrey Lin  icurse.nl>
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia-bin/Manifest   |  5 
 dev-lang/julia-bin/julia-bin-1.0.3.ebuild | 43 +++
 dev-lang/julia-bin/metadata.xml   | 31 ++
 3 files changed, 79 insertions(+)

diff --git a/dev-lang/julia-bin/Manifest b/dev-lang/julia-bin/Manifest
new file mode 100644
index 000..8ca65159df5
--- /dev/null
+++ b/dev-lang/julia-bin/Manifest
@@ -0,0 +1,5 @@
+DIST julia-1.0.3-freebsd-x86_64.tar.gz 79521844 BLAKE2B 
b635bd6d5bca4800433956c5be6151d34165c9780a55fa491298cfb1da97ec99e6108a44b0fb5fe79f48cc4342344bc480a3afe44c0abea7367670978fd10794
 SHA512 
36037443b53f1412841d6a56fc8fcc6b979bcc35b2f2de29984bd386d89f64daaf7d18512f8ac04dbadc531bdbc1a8966c1701008878792a10608cccb9b59635
+DIST julia-1.0.3-linux-aarch64.tar.gz 72764975 BLAKE2B 
148a434f0867bfb55be7417f85e539e6bb48c6a91d24951e983986091b3d418688202c7f2e6169c1f4b85328e3066d6418e8ec50093a590c26294a72f92a93d9
 SHA512 
a6a143c3709646ae30e9ca66a714b4226340f6de8cdd18e2b2d0f4ae612fec5136097f69b40554c4a39486a6c1222fba192a3bd304d195263e92152c20df0714
+DIST julia-1.0.3-linux-armv7l.tar.gz 78956998 BLAKE2B 
53ccdf59a5d9e898dc9310411e1d127b2acf8da89e8d539409a3c0e9df0eb804dff83116a4627e7883752f462834ad7a88973b787cb0f9360eb652f4f86414d4
 SHA512 
1e0145c2ca58eac5f5a1b92e5f7a72b04b468acb073e92635a6d3e7921431da1aa5ad01ef07d5df2bbe7637870a7e9986faca4f1d9fc815cf880ec85b1be630b
+DIST julia-1.0.3-linux-i686.tar.gz 84731342 BLAKE2B 
455c0eb57c5fecb38393664b922478f2e289024004e184eca8adee1093a64e88f1d281bcdbbdde1f29827ccc81b394487a4aa9761dd4922e0c774db5ebac
 SHA512 
166c563f41750cc21329791bf55ba52a12a10dcdd54aea6d8d67e763eba6237042cde03fdac404684b7952602212dac66262dba4703eba9921b86813b76110a3
+DIST julia-1.0.3-linux-x86_64.tar.gz 88732284 BLAKE2B 
616f483804394ae17e1845835b2a49f862c9c9144f4deee38696b56e3d5d26ceee41503c6b1fc9c9fedfa5275bc36c2ddb67e31faee9312a10e04a7c563c9898
 SHA512 
925b16dadb9c6be1d074b929be74815d38451efcdcadf94748edfe572b8f91c0bec72c4c8440673bf3c75987bc14970e6f4cb9799f0386b0e30fe4628e2cdeb3

diff --git a/dev-lang/julia-bin/julia-bin-1.0.3.ebuild 
b/dev-lang/julia-bin/julia-bin-1.0.3.ebuild
new file mode 100644
index 000..efee49f0bbe
--- /dev/null
+++ b/dev-lang/julia-bin/julia-bin-1.0.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+MY_PN=${PN/-bin/}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/;
+SRC_URI="
+   x86? ( 
https://julialang-s3.julialang.org/bin/linux/x86/1.0/${MY_P}-linux-i686.tar.gz )
+   amd64? ( 
https://julialang-s3.julialang.org/bin/linux/x64/1.0/${MY_P}-linux-x86_64.tar.gz
 )
+   arm? ( 
https://julialang-s3.julialang.org/bin/linux/armv7l/1.0/${MY_P}-linux-armv7l.tar.gz
 )
+   arm64? ( 
https://julialang-s3.julialang.org/bin/linux/aarch64/1.0/${MY_P}-linux-aarch64.tar.gz
 )
+   amd64-fbsd? ( 
https://julialang-s3.julialang.org/bin/freebsd/x64/1.0/${MY_P}-freebsd-x86_64.tar.gz
 )
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"
+IUSE="elibc_glibc elibc_FreeBSD"
+
+RDEPEND="!dev-lang/julia"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   insinto "/usr/$(get_libdir)/${MY_P}/"
+   doins -r ./etc
+   doins -r ./include
+   doins -r ./lib
+   doins -r ./share
+   dosym "../$(get_libdir)/${MY_P}/bin/julia" "${EPREFIX}/usr/bin/julia"
+
+   exeinto "/usr/$(get_libdir)/${MY_P}/bin"
+   doexe bin/julia
+
+   cat > 99julia-bin <<-EOF
+   LDPATH=${EROOT%/}/opt/${MY_P}
+   EOF
+   doenvd 99julia-bin
+}

diff --git a/dev-lang/julia-bin/metadata.xml b/dev-lang/julia-bin/metadata.xml
new file mode 100644
index 000..33f454aec98
--- /dev/null
+++ b/dev-lang/julia-bin/metadata.xml
@@ -0,0 +1,31 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   jeff...@icurse.nl
+   Jeffrey Lin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Julia is a high-level, high-performance dynamic programming 
language for
+   technical computing, with syntax that is familiar to users of 
other
+   technical computing environments. It provides a 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/files/, dev-lang/julia/

2019-01-07 Thread Matthias Maier
commit: c545f629a77bf34ddd9f2d357502f88d8064ed9d
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 21:04:48 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c545f629

dev-lang/julia: version bump to 1.1.0-rc1

 * give up and bundle llvm-6

Bug: https://bugs.gentoo.org/665192
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest|   3 +
 .../julia/files/julia-1.1.0-fix_build_system.patch |  53 ++
 dev-lang/julia/julia-1.1.0_rc1.ebuild  | 197 +
 3 files changed, 253 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 41854360be4..7ce323c26a2 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,5 +1,8 @@
 DIST julia-1.0.3.tar.gz 7460268 BLAKE2B 
d9d42e0235f249fa8c1ced12c659091b97d338ec4a4662ea13ea6a107cb59e90d8385c51962199e47dae5f9770156be2db2d8bb2e3cc8f42aa7403b4f4ca7f04
 SHA512 
b61399c7b7ffae828264a6ec916b409b2cbc6b3b98d9a6d39b60b014a97a1f1ad75e1ed4860d9ab15d1e5ffec691c04d1b797c238953290770b7313790ae3f1d
+DIST julia-1.1.0-rc1.tar.gz 7672785 BLAKE2B 
3c49e189bec2da8d6d3f4c689600aa42e8092fe4343175981f8d998407bc6ef6c1bee20d579dc21594c2e9f9469898fc59d28807202b394cf64678b497037e0e
 SHA512 
ceba088ef7abe103a34b1eb6f3b9660165bac038e62d4def22ba207c1c6fddb8a90625b3aa967c32dcad5c24dd83a8f25781347fc8b4078f40dcdffd07b554ce
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
+DIST julia-libuv-2348256acf5759a544e5ca7935f638d2bc091d60.tar.gz 1555710 
BLAKE2B 
31ce57d23765c142799dd985a5511751d63238cf7e082fd1ad5574bf62201e9d6cb53b8da5dcc724765ccb4abd63da3ca6d6cbd45e078310c2ffa3859d09b8e4
 SHA512 
c8bf3c736a60feb0c6994aa7cd1b80e1a45bd6096aa66db320ddfc27b59a0797d303338ea75978619173e4f0a680254f3db29c9f6d1b84361030cc11c7729c98
 DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e
 DIST julia-libwhich-81e9723c0273d78493dc8c8ed570f68d9ce7e89e.tar.gz 4183 
BLAKE2B 
c932e23b1b476d3fd16cf6f451efd5fc6d9c1ec2c53e8ac086340a100817d9b30dae3eff50b284a42c09b2bbae30b9e2fd38b2881f8cbf4974a89f3bd0c87599
 SHA512 
6fb77b715d70d9bc95a8546c3bf97bd3677c7ea344b88bb5bc3bbfac9dceabe8a8cde7a0f64dec884cde802e4a3000e30837d3f824b5a9242348c4fe061526a3
+DIST julia-llvm-6.0.1.src.tar.xz 25306628 BLAKE2B 
60232d4d22f8096b565cc8d81fea0639f24f14e8fc4f66ade69fa15479181f07f655f26dff3fa24bf105762b495da316c5c9352db234bd0af6b9c3fff6d4d881
 SHA512 
cbbb00eb99cfeb4aff623ee1a5ba075e7b5a76fc00c5f9f539ff28c108598f5708a0369d5bd92683def5a20c2fe60cab7827b42d628dbfcc79b57e0e91b84dd9
 DIST julia-utf8proc-97ef668b312b96382714dbb8eaac4affce0816e6.tar.gz 156361 
BLAKE2B 
e5e1485b758e959ed78f7fde8b211376da2365e5835708042de57c091b10b59755e1203a9f88c0d761687bf3d166207410de6ec203d80fef4dbdf06a50404cd1
 SHA512 
1c80dc6e71fdad187b142d02e561dfe1880857baaec08d36240ecb2f275d1bc5467aace84eebe5a10fd3f4c40b0035e65a5db3ec2a9ee6940920b0aad6221c55

diff --git a/dev-lang/julia/files/julia-1.1.0-fix_build_system.patch 
b/dev-lang/julia/files/julia-1.1.0-fix_build_system.patch
new file mode 100644
index 000..394f5900a90
--- /dev/null
+++ b/dev-lang/julia/files/julia-1.1.0-fix_build_system.patch
@@ -0,0 +1,53 @@
+diff --git a/Make.inc b/Make.inc
+index 81ff923..79e47f1 100644
+--- a/Make.inc
 b/Make.inc
+@@ -185,7 +185,7 @@ USE_GPL_LIBS ?= 1
+ # Directories where said libraries get installed to
+ prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
+ bindir := $(prefix)/bin
+-libdir := $(prefix)/lib
++libdir := $(prefix)/GENTOOLIBDIR
+ libexecdir := $(prefix)/libexec
+ datarootdir := $(prefix)/share
+ docdir := $(datarootdir)/doc/julia
+@@ -417,7 +417,7 @@ ifneq ($(OS), WINNT)
+ JCXXFLAGS += -pedantic
+ endif
+ DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -ggdb2 -falign-functions
++SHIPFLAGS := GENTOOCFLAGS
+ endif
+ 
+ ifeq ($(USECLANG),1)
+@@ -428,7 +428,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ JCPPFLAGS := -fasynchronous-unwind-tables
+ JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
+ DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -g
++SHIPFLAGS := GENTOOCFLAGS
+ ifeq ($(OS), Darwin)
+ ifeq ($(USE_LIBCPP), 1)
+ MACOSX_VERSION_MIN := 10.8
+@@ -457,7 +457,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2019-01-07 Thread Matthias Maier
commit: d1a0caaf5939890c733588263a110ece7a2900ac
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 20:32:01 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a0caaf

dev-lang/julia: version bump to 1.0.3

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest|   1 +
 .../julia/files/julia-1.0.3-fix_build_system.patch |  87 +
 dev-lang/julia/julia-1.0.3.ebuild  | 199 +
 3 files changed, 287 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 504424eb73b..b0c5dfe9bbf 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -2,6 +2,7 @@ DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c
 DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8
 DIST julia-0.7.0.tar.gz 7547849 BLAKE2B 
6721e980a5fd84f1a28838a91acdd95e8562dd971903e30776dfb90a6cc0ac1ffbedd22c2bfee45bd2fa616adead82680ebe30f9b86a1d968db2353233b32bc2
 SHA512 
296dbc71fe5238b0cbdc5c67f7002fbf05abea85dc4298784d74fbfef1c96890ab9cc1bbe874337c01f39ca08a6022f6abcde3a5e2ff1cdc25f2f7493ead1804
 DIST julia-1.0.1.tar.gz 7382328 BLAKE2B 
61ff64298f3740fb50a2cb9c5561e1d4594eea8edbecc4fde9771807be22f753b6c606a530eea9bf569aaccbb4c4a39664ba5d08793d8e127d0988cf7b0244f8
 SHA512 
41ca8c0280c4914e43f5a37ed09ce47174f991e3079703a705081265509d22cd6cb66a928dc1c41d473a3d8cc59bb6f74e25e3a960e828d6e469d85a8db58c18
+DIST julia-1.0.3.tar.gz 7460268 BLAKE2B 
d9d42e0235f249fa8c1ced12c659091b97d338ec4a4662ea13ea6a107cb59e90d8385c51962199e47dae5f9770156be2db2d8bb2e3cc8f42aa7403b4f4ca7f04
 SHA512 
b61399c7b7ffae828264a6ec916b409b2cbc6b3b98d9a6d39b60b014a97a1f1ad75e1ed4860d9ab15d1e5ffec691c04d1b797c238953290770b7313790ae3f1d
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
 DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e
 DIST julia-libwhich-81e9723c0273d78493dc8c8ed570f68d9ce7e89e.tar.gz 4183 
BLAKE2B 
c932e23b1b476d3fd16cf6f451efd5fc6d9c1ec2c53e8ac086340a100817d9b30dae3eff50b284a42c09b2bbae30b9e2fd38b2881f8cbf4974a89f3bd0c87599
 SHA512 
6fb77b715d70d9bc95a8546c3bf97bd3677c7ea344b88bb5bc3bbfac9dceabe8a8cde7a0f64dec884cde802e4a3000e30837d3f824b5a9242348c4fe061526a3

diff --git a/dev-lang/julia/files/julia-1.0.3-fix_build_system.patch 
b/dev-lang/julia/files/julia-1.0.3-fix_build_system.patch
new file mode 100644
index 000..98f4fc5c754
--- /dev/null
+++ b/dev-lang/julia/files/julia-1.0.3-fix_build_system.patch
@@ -0,0 +1,87 @@
+diff --git a/Make.inc b/Make.inc
+index e5c102f..c4c6640 100644
+--- a/Make.inc
 b/Make.inc
+@@ -181,7 +181,7 @@ USE_GPL_LIBS ?= 1
+ # Directories where said libraries get installed to
+ prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
+ bindir := $(prefix)/bin
+-libdir := $(prefix)/lib
++libdir := $(prefix)/GENTOOLIBDIR
+ libexecdir := $(prefix)/libexec
+ datarootdir := $(prefix)/share
+ docdir := $(datarootdir)/doc/julia
+@@ -413,7 +413,7 @@ ifneq ($(OS), WINNT)
+ JCXXFLAGS += -pedantic
+ endif
+ DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -ggdb2 -falign-functions
++SHIPFLAGS := GENTOOCFLAGS
+ endif
+ 
+ ifeq ($(USECLANG),1)
+@@ -424,7 +424,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ JCPPFLAGS := -fasynchronous-unwind-tables
+ JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
+ DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -g
++SHIPFLAGS := GENTOOCFLAGS
+ ifeq ($(OS), Darwin)
+ ifeq ($(USE_LIBCPP), 1)
+ MACOSX_VERSION_MIN := 10.8
+@@ -453,7 +453,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ JCPPFLAGS :=
+ JCXXFLAGS := -pipe $(fPIC) -fno-rtti
+ DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
+-SHIPFLAGS := -O3 -g -falign-functions
++SHIPFLAGS := GENTOOCFLAGS
+ endif
+ 
+ ifeq ($(USECCACHE), 1)
+diff --git a/base/Makefile b/base/Makefile
+index 21c7ad4..737e40d 100644
+--- a/base/Makefile
 b/base/Makefile
+@@ -207,7 +207,6 @@ 

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

2019-01-07 Thread Matthias Maier
commit: 6e6e68b6a5fbd71de9c54ef46b0ebd07cef8efce
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 21:38:06 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:38:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6e68b6

profiles: update dev-lang/julia package mask

Signed-off-by: Matthias Maier  gentoo.org>

 profiles/package.mask | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bb2e36c0c43..5396608e0c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -239,8 +239,7 @@ net-analyzer/mate-netspeed
 # Matthias Maier  (1 Sep 2018)
 # Mask 0.7.0 and  1.0.1 for the time being until a compatible LLVM version
 # made it into the tree, bug #665192
-~dev-lang/julia-0.7.0
-~dev-lang/julia-1.0.1
+~dev-lang/julia-1.0.3
 
 # Bernard Cafarelli  (13 Aug 2018)
 # Beta release with new features, masked for testing



[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2019-01-07 Thread Matthias Maier
commit: 5f93ba7b799fe4eaeb61cb315afe29595470382a
Author: Matthias Maier  gentoo  org>
AuthorDate: Mon Jan  7 20:32:43 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Mon Jan  7 21:35:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93ba7b

dev-lang/julia: drop old version 1.0.0

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest|   1 -
 .../julia/files/julia-1.0.0-fix_build_system.patch |  86 -
 dev-lang/julia/julia-1.0.1.ebuild  | 201 -
 3 files changed, 288 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index b0c5dfe9bbf..860188c463e 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,7 +1,6 @@
 DIST julia-0.6.3-bundled.tar.gz 2099258 BLAKE2B 
dea1f5d37477e0a612e3901d7d568e8c4b350496f9d2b344cd7e2c2043ae30b4dd26b567803a2cb96d1ec4dbe2ba514fb08b925c695589746691887334330dd2
 SHA512 
d04cd55ba0dde08f253db3a388cf5ebe87cec8ae321a5af4c1c92f2680aa6e6ef2ebfa771ec74f8f1ff96409e2c0645476acf577859e8718eac4a581f097639d
 DIST julia-0.6.3.tar.gz 5542642 BLAKE2B 
cccd1ee2eb4d9f59382a0d1f6466e77c84b0542456c405c05b718bc8a39ff537a09760a523ee572fc9eee6797158aa00010fc4c931a80deac645fb1e45061c87
 SHA512 
f529bb30a17989234061cf4c3d87aecc6da720eb494efaca7be4ec1ed5eda60d440896fb76a45b6cb30205030256e7de765e8944f873b31d96f7c9ecac542db8
 DIST julia-0.7.0.tar.gz 7547849 BLAKE2B 
6721e980a5fd84f1a28838a91acdd95e8562dd971903e30776dfb90a6cc0ac1ffbedd22c2bfee45bd2fa616adead82680ebe30f9b86a1d968db2353233b32bc2
 SHA512 
296dbc71fe5238b0cbdc5c67f7002fbf05abea85dc4298784d74fbfef1c96890ab9cc1bbe874337c01f39ca08a6022f6abcde3a5e2ff1cdc25f2f7493ead1804
-DIST julia-1.0.1.tar.gz 7382328 BLAKE2B 
61ff64298f3740fb50a2cb9c5561e1d4594eea8edbecc4fde9771807be22f753b6c606a530eea9bf569aaccbb4c4a39664ba5d08793d8e127d0988cf7b0244f8
 SHA512 
41ca8c0280c4914e43f5a37ed09ce47174f991e3079703a705081265509d22cd6cb66a928dc1c41d473a3d8cc59bb6f74e25e3a960e828d6e469d85a8db58c18
 DIST julia-1.0.3.tar.gz 7460268 BLAKE2B 
d9d42e0235f249fa8c1ced12c659091b97d338ec4a4662ea13ea6a107cb59e90d8385c51962199e47dae5f9770156be2db2d8bb2e3cc8f42aa7403b4f4ca7f04
 SHA512 
b61399c7b7ffae828264a6ec916b409b2cbc6b3b98d9a6d39b60b014a97a1f1ad75e1ed4860d9ab15d1e5ffec691c04d1b797c238953290770b7313790ae3f1d
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
 DIST julia-libuv-ed3700c849289ed01fe04273a7bf865340b2bd7e.tar.gz 1492695 
BLAKE2B 
ad03512dd1db2c7066b46b5a3a314645b925481d8ace09ac0a0ae23cf5b8a64338ad457f8df229aa82f1d45605b5366883f563f2e22756ce28bb6fb7607d7124
 SHA512 
1305035b1372bdf234e3c5e673ee4c8ab5bda83ff06bc27704786def52667c3143fe587fca8f6e0855ba0c8b6d4dd90b2faefd33736224173f459d751885683e

diff --git a/dev-lang/julia/files/julia-1.0.0-fix_build_system.patch 
b/dev-lang/julia/files/julia-1.0.0-fix_build_system.patch
deleted file mode 100644
index 028a2f7e08c..000
--- a/dev-lang/julia/files/julia-1.0.0-fix_build_system.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-diff --git a/Make.inc b/Make.inc
-index 8cb2c1014..d3be9de8e 100644
 a/Make.inc
-+++ b/Make.inc
-@@ -178,7 +178,7 @@ USE_GPL_LIBS ?= 1
- # Directories where said libraries get installed to
- prefix ?= $(BUILDROOT)/julia-$(JULIA_COMMIT)
- bindir := $(prefix)/bin
--libdir := $(prefix)/lib
-+libdir := $(prefix)/GENTOOLIBDIR
- libexecdir := $(prefix)/libexec
- datarootdir := $(prefix)/share
- docdir := $(datarootdir)/doc/julia
-@@ -410,7 +410,7 @@ ifneq ($(OS), WINNT)
- JCXXFLAGS += -pedantic
- endif
- DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -ggdb2 -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECLANG),1)
-@@ -421,7 +421,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS := -fasynchronous-unwind-tables
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g
-+SHIPFLAGS := GENTOOCFLAGS
- ifeq ($(OS), Darwin)
- ifeq ($(USE_LIBCPP), 1)
- MACOSX_VERSION_MIN := 10.8
-@@ -450,7 +450,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
- JCPPFLAGS :=
- JCXXFLAGS := -pipe $(fPIC) -fno-rtti
- DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
--SHIPFLAGS := -O3 -g -falign-functions
-+SHIPFLAGS := GENTOOCFLAGS
- endif
- 
- ifeq ($(USECCACHE), 1)
-diff --git a/doc/Makefile b/doc/Makefile
-index 89b79880d..c3125fde1 100644
 a/doc/Makefile
-+++ b/doc/Makefile
-@@ -29,7 +29,7 @@ deps: UnicodeData.txt
-   $(JLCHECKSUM) UnicodeData.txt
- 
- clean:
--  -rm -rf _build/* deps/* docbuild.log UnicodeData.txt
-+  

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

2019-01-07 Thread Mart Raudsepp
commit: 3a356f493db635274a420d1537f61c023428ce44
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:15:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 21:15:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a356f49

app-portage/eix: arm64 stable (bug #672144)

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

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

diff --git a/app-portage/eix/eix-0.33.5.ebuild 
b/app-portage/eix/eix-0.33.5.ebuild
index b0fe4ff8d0d..f39cd59bc55 100644
--- a/app-portage/eix/eix-0.33.5.ebuild
+++ b/app-portage/eix/eix-0.33.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



[gentoo-commits] repo/gentoo:master commit in: media-fonts/glass-tty-vt220/

2019-01-07 Thread Mart Raudsepp
commit: cc676775324256b5177dd98aacdc63c10b16c34c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:15:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 21:15:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc676775

media-fonts/glass-tty-vt220: arm64 stable (bug #669868)

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

 media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild 
b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
index a73acda6758..704b5cb1b0f 100644
--- a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
+++ b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Hacking with Style: TrueType VT220 Font"
 HOMEPAGE="http://sensi.org/~svo/glasstty/;
 SRC_URI="http://sensi.org/~svo/glasstty/Glass_TTY_VT220.ttf -> 
Glass_TTY_VT220-${PV}.ttf"
 
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 LICENSE="freedist"
 SLOT="0"
 



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

2019-01-07 Thread Mart Raudsepp
commit: eb7510978f46736aa557ce44b56554b25648c6bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  7 21:16:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  7 21:16:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb751097

sys-kernel/linux-headers: arm64 stable (bug #660364)

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

 sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
index dbd6e62cae4..aa4dc8f5b5e 100644
--- a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ PATCH_VER="1"
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



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

2019-01-07 Thread Georgy Yakovlev
commit: 6e22148aabeadc5ec480fc72513ee05781b5b7ff
Author: Till Schäfer  uni-dortmund  de>
AuthorDate: Fri Jan  4 21:55:40 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jan  7 21:05:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e22148a

app-text/nfoview: sync other ebuilds to 1.26

* exclude python_targets_python3_7 for non live ebuilds

Signed-off-by: Till Schäfer  uni-dortmund.de>

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

 app-text/nfoview/nfoview-1.23.ebuild | 10 +++---
 app-text/nfoview/nfoview-1.24.ebuild | 10 +++---
 app-text/nfoview/nfoview-.ebuild | 12 
 3 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/app-text/nfoview/nfoview-1.23.ebuild 
b/app-text/nfoview/nfoview-1.23.ebuild
index 5b1cf0483c6..9eb90a2288e 100644
--- a/app-text/nfoview/nfoview-1.23.ebuild
+++ b/app-text/nfoview/nfoview-1.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
 HOMEPAGE="https://otsaloma.io/nfoview/;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
 
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
media-fonts/terminus-font"
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update

diff --git a/app-text/nfoview/nfoview-1.24.ebuild 
b/app-text/nfoview/nfoview-1.24.ebuild
index 5b1cf0483c6..9eb90a2288e 100644
--- a/app-text/nfoview/nfoview-1.24.ebuild
+++ b/app-text/nfoview/nfoview-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
 HOMEPAGE="https://otsaloma.io/nfoview/;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
 
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
media-fonts/terminus-font"
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update

diff --git a/app-text/nfoview/nfoview-.ebuild 
b/app-text/nfoview/nfoview-.ebuild
index 5b1cf0483c6..fd688874d73 100644
--- a/app-text/nfoview/nfoview-.ebuild
+++ b/app-text/nfoview/nfoview-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 
 inherit distutils-r1 gnome2-utils xdg-utils
 
@@ -15,10 +15,10 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
 HOMEPAGE="https://otsaloma.io/nfoview/;
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 IUSE=""
 
@@ -26,10 +26,6 @@ DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
media-fonts/terminus-font"
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
xdg_desktop_database_update



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

2019-01-07 Thread Georgy Yakovlev
commit: 9ac727d83f9a2ea4aece3e76dc0f4a465e133f3f
Author: Till Schäfer  uni-dortmund  de>
AuthorDate: Fri Jan  4 21:54:02 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Jan  7 21:05:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac727d8

app-text/nfoview: bump to version 1.26

* remove pkg_preinst
* fix license
* capitalize description
* add python_targets_python3_7

Signed-off-by: Till Schäfer  uni-dortmund.de>

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10669
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-text/nfoview/Manifest|  1 +
 app-text/nfoview/nfoview-1.26.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index c529440fbf6..0db66da8ac0 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1,3 @@
 DIST nfoview-1.23.tar.gz 83337 BLAKE2B 
d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91
 SHA512 
b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
 DIST nfoview-1.24.tar.gz 86037 BLAKE2B 
5d565680864f1a73a64d9557e69eda0771dc164f12018ac8964fb1c2225005c1bb881c7b9035c7baed2021838e3a291e52fb5af84cf9c271c046cfddd684270c
 SHA512 
91ad1f9f972b7681655b429c0910475012bd2231e51c6db5659b19fb869779d1de10dadc1d6461fa7d577c051af9b74f1d463543a429e1dca438a4ff17ac2293
+DIST nfoview-1.26.tar.gz 117468 BLAKE2B 
7fec761774ee66f1f5845d2d49cf99644d522c6fe402bdfd578e12371b58b3ac5a80b77959c92531ff54362c2234d043fa219b50730158c91310ba67b491f729
 SHA512 
2e697e3a49aa85fe0865ad9f281ea830e692335682658061f21c5ed6ccb3dbd822dab244190ae0521ce237fbc3d91480da4c1229548f0fd5a74df712e336

diff --git a/app-text/nfoview/nfoview-1.26.ebuild 
b/app-text/nfoview/nfoview-1.26.ebuild
new file mode 100644
index 000..fd688874d73
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.26.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
+HOMEPAGE="https://otsaloma.io/nfoview/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   media-fonts/terminus-font"
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] proj/qt:master commit in: eclass/, dev-qt/qtgui/, dev-qt/qtcore/

2019-01-07 Thread Davide Pesavento
commit: 9f5cfe5f4abb8e97ac0231301e6c0bdb31d21796
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 20:47:42 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 20:47:42 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f5cfe5f

qt5-build.eclass: move the 's/optimize_full//' sed where it belongs

Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtcore/qtcore-5.12.0.ebuild| 3 +++
 dev-qt/qtcore/qtcore-5.12..ebuild | 3 +++
 dev-qt/qtcore/qtcore-5..ebuild| 3 +++
 dev-qt/qtgui/qtgui-5.12.0.ebuild  | 3 +++
 dev-qt/qtgui/qtgui-5.12..ebuild   | 3 +++
 dev-qt/qtgui/qtgui-5..ebuild  | 3 +++
 eclass/qt5-build.eclass   | 8 +---
 7 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.12.0.ebuild 
b/dev-qt/qtcore/qtcore-5.12.0.ebuild
index a77edf08..2aa86f3a 100644
--- a/dev-qt/qtcore/qtcore-5.12.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.12.0.ebuild
@@ -44,6 +44,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/corelib/corelib.pro || 
die
+
# fix missing qt_version_tag symbol w/ LTO, bug 674382
sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
 

diff --git a/dev-qt/qtcore/qtcore-5.12..ebuild 
b/dev-qt/qtcore/qtcore-5.12..ebuild
index a77edf08..2aa86f3a 100644
--- a/dev-qt/qtcore/qtcore-5.12..ebuild
+++ b/dev-qt/qtcore/qtcore-5.12..ebuild
@@ -44,6 +44,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/corelib/corelib.pro || 
die
+
# fix missing qt_version_tag symbol w/ LTO, bug 674382
sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
 

diff --git a/dev-qt/qtcore/qtcore-5..ebuild 
b/dev-qt/qtcore/qtcore-5..ebuild
index a77edf08..2aa86f3a 100644
--- a/dev-qt/qtcore/qtcore-5..ebuild
+++ b/dev-qt/qtcore/qtcore-5..ebuild
@@ -44,6 +44,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/corelib/corelib.pro || 
die
+
# fix missing qt_version_tag symbol w/ LTO, bug 674382
sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
 

diff --git a/dev-qt/qtgui/qtgui-5.12.0.ebuild b/dev-qt/qtgui/qtgui-5.12.0.ebuild
index a7e6c5ce..c8804eb3 100644
--- a/dev-qt/qtgui/qtgui-5.12.0.ebuild
+++ b/dev-qt/qtgui/qtgui-5.12.0.ebuild
@@ -123,6 +123,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die
+
# egl_x11 is activated when both egl and xcb are enabled
use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
 

diff --git a/dev-qt/qtgui/qtgui-5.12..ebuild 
b/dev-qt/qtgui/qtgui-5.12..ebuild
index 2d60029e..d0432526 100644
--- a/dev-qt/qtgui/qtgui-5.12..ebuild
+++ b/dev-qt/qtgui/qtgui-5.12..ebuild
@@ -123,6 +123,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die
+
# egl_x11 is activated when both egl and xcb are enabled
use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
 

diff --git a/dev-qt/qtgui/qtgui-5..ebuild b/dev-qt/qtgui/qtgui-5..ebuild
index 2d60029e..d0432526 100644
--- a/dev-qt/qtgui/qtgui-5..ebuild
+++ b/dev-qt/qtgui/qtgui-5..ebuild
@@ -123,6 +123,9 @@ QT5_GENTOO_PRIVATE_CONFIG=(
 )
 
 src_prepare() {
+   # don't add -O3 to CXXFLAGS, bug 549140
+   sed -i -e '/CONFIG\s*+=/s/optimize_full//' src/gui/gui.pro || die
+
# egl_x11 is activated when both egl and xcb are enabled
use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11:) || 
QT5_GENTOO_CONFIG+=(egl:egl_x11:)
 

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index c6c08a6b..d0a73287 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -178,9 +178,11 @@ qt5-build_src_prepare() {
sed -i -e "/^QMAKE_CONF_COMPILER=/ s:=.*:=\"$(tc-getCXX)\":" \
configure || die "sed failed (QMAKE_CONF_COMPILER)"
 
-   # Don't add -O3 to CXXFLAGS (bug 549140)
-   sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \
-   src/{corelib/corelib,gui/gui}.pro || die "sed failed 
(optimize_full)"
+   if [[ ${QT5_MINOR_VERSION} -lt 12 ]]; then
+   # Don't add -O3 to CXXFLAGS (bug 549140)
+   sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \
+   src/{corelib/corelib,gui/gui}.pro || die "sed 
failed (optimize_full)"
+   fi
 
# Respect 

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

2019-01-07 Thread Virgil Dupras
commit: 5017aebd8f4aaa096076cdde32a039188b6702b6
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Jan  7 20:44:33 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Jan  7 20:44:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5017aebd

dev-python/lxml: remove old

Bug: https://bugs.gentoo.org/672874
Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/lxml/Manifest   |  2 -
 .../lxml/files/lxml-3.6.4-fix-test_xmlschema.patch | 36 --
 dev-python/lxml/lxml-4.1.1.ebuild  | 80 -
 dev-python/lxml/lxml-4.2.6.ebuild  | 82 --
 4 files changed, 200 deletions(-)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index 6eedd3b84dc..a43d771a507 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,4 +1,2 @@
-DIST lxml-4.1.1.tar.gz 2380804 BLAKE2B 
4d3c4ef0472c7af7bb4185142a8274b596dd55a908d41f5295d0a78031a7efb3aef8893ca739f8db0675e44d4b0c346746a2758d31a54825c06a153203599ab9
 SHA512 
9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
 DIST lxml-4.2.5.tar.gz 4414081 BLAKE2B 
c1c75a0a0c33011e2becb729de2c15dd786dd12bddeba4f2f26032d0d17104f258b471f5f961cbf96340df66cbce3e874d7a16c59731af280a309132b669d1b9
 SHA512 
4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe
-DIST lxml-4.2.6.tar.gz 2398161 BLAKE2B 
3849a0a570b190a33bfb183507f81e106a1ab30352d959fdf5989c671d6f63f7286163bac3d141f80d34c43c4afef229145ba24da110f28b0ea279d050d9758e
 SHA512 
40ef47f8a647a299bad5ff9500ebfad057be7707287d271a6310e66169f598bd1248e5702a5dcda6b93c87775f25596c502fe9ab804bf9157bfcae977cfb5f43
 DIST lxml-4.3.0.tar.gz 2483162 BLAKE2B 
3f3646a47a0344af22bfb567a0985a27e8a46051850e99b5e82d0bc59c94c0e9b19ca93cf6d5d790599e81c9513686c3462ad6544ad658d0efd77ad431b07014
 SHA512 
49d122c8a6dafe50195bc8cfb3ea52780054a57762132c000cd976fdbdbabaab6bc8b95b77d124ae144f33c24d71793a2debbebf789d5ca866734a984edac8bb

diff --git a/dev-python/lxml/files/lxml-3.6.4-fix-test_xmlschema.patch 
b/dev-python/lxml/files/lxml-3.6.4-fix-test_xmlschema.patch
deleted file mode 100644
index 13f963ab2e2..000
--- a/dev-python/lxml/files/lxml-3.6.4-fix-test_xmlschema.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/src/lxml/tests/test_xmlschema.py 
b/src/lxml/tests/test_xmlschema.py
-index 26d8432..b41c097 100644
 a/src/lxml/tests/test_xmlschema.py
-+++ b/src/lxml/tests/test_xmlschema.py
-@@ -168,31 +168,6 @@ class ETreeXMLSchemaTestCase(HelperTestCase):
- self.assertEqual('ho', root[2].get('hardy'))
- self.assertEqual('hey', root[3].get('hardy'))
- 
--def test_xmlschema_parse_fixed_attributes(self):
--# does not work as of libxml2 2.7.3
--schema = self.parse('''
--http://www.w3.org/2001/XMLSchema;>
--  
--  
--
--  
--
--  
--  
--
--  
--
--''')
--schema = etree.XMLSchema(schema)
--parser = etree.XMLParser(schema=schema, attribute_defaults=True)
--
--tree_valid = self.parse('',
--parser=parser)
--root = tree_valid.getroot()
--self.assertEqual('hey', root[0].get('hardy'))
--self.assertEqual('hey', root[1].get('hardy'))
--self.assertEqual('hey', root[2].get('hardy'))
--
- def test_xmlschema_stringio(self):
- schema_file = BytesIO('''
- http://www.w3.org/2001/XMLSchema;>

diff --git a/dev-python/lxml/lxml-4.1.1.ebuild 
b/dev-python/lxml/lxml-4.1.1.ebuild
deleted file mode 100644
index c2534ff1fe5..000
--- a/dev-python/lxml/lxml-4.1.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1 eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="https://lxml.de/ https://pypi.org/project/lxml/ 
https://github.com/lxml/lxml;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD ElementTree GPL-2 PSF-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc examples +threads test"
-
-# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
-RDEPEND="
-   >=dev-libs/libxml2-2.9.2
-   >=dev-libs/libxslt-1.1.28"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
-   "
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
-
-   # This patch removes a testcase 

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

2019-01-07 Thread Virgil Dupras
commit: 816594f172dba98c987574a3c188f33047d56446
Author: Virgil Dupras  gentoo  org>
AuthorDate: Mon Jan  7 20:34:53 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Mon Jan  7 20:34:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816594f1

dev-python/lxml: bump to 4.3.0

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

 dev-python/lxml/Manifest  |  1 +
 dev-python/lxml/lxml-4.3.0.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/dev-python/lxml/Manifest b/dev-python/lxml/Manifest
index f8774880e1b..6eedd3b84dc 100644
--- a/dev-python/lxml/Manifest
+++ b/dev-python/lxml/Manifest
@@ -1,3 +1,4 @@
 DIST lxml-4.1.1.tar.gz 2380804 BLAKE2B 
4d3c4ef0472c7af7bb4185142a8274b596dd55a908d41f5295d0a78031a7efb3aef8893ca739f8db0675e44d4b0c346746a2758d31a54825c06a153203599ab9
 SHA512 
9542e5206f9b2f9e072c52ef8e6cf44d1aaae8ae3e7ca7e820c1fac12e716503308ccb3cebc52155b4c93799f3ebca247781fc491524d004378bd26f5cddb9d1
 DIST lxml-4.2.5.tar.gz 4414081 BLAKE2B 
c1c75a0a0c33011e2becb729de2c15dd786dd12bddeba4f2f26032d0d17104f258b471f5f961cbf96340df66cbce3e874d7a16c59731af280a309132b669d1b9
 SHA512 
4cf336d3e1471e8a26492760a143881517d12eb1c2dad82f8786540471bfabd68f8c795d97b7362166418c2be3c7996816638fdbd5a594536b9981478b90fdfe
 DIST lxml-4.2.6.tar.gz 2398161 BLAKE2B 
3849a0a570b190a33bfb183507f81e106a1ab30352d959fdf5989c671d6f63f7286163bac3d141f80d34c43c4afef229145ba24da110f28b0ea279d050d9758e
 SHA512 
40ef47f8a647a299bad5ff9500ebfad057be7707287d271a6310e66169f598bd1248e5702a5dcda6b93c87775f25596c502fe9ab804bf9157bfcae977cfb5f43
+DIST lxml-4.3.0.tar.gz 2483162 BLAKE2B 
3f3646a47a0344af22bfb567a0985a27e8a46051850e99b5e82d0bc59c94c0e9b19ca93cf6d5d790599e81c9513686c3462ad6544ad658d0efd77ad431b07014
 SHA512 
49d122c8a6dafe50195bc8cfb3ea52780054a57762132c000cd976fdbdbabaab6bc8b95b77d124ae144f33c24d71793a2debbebf789d5ca866734a984edac8bb

diff --git a/dev-python/lxml/lxml-4.3.0.ebuild 
b/dev-python/lxml/lxml-4.3.0.ebuild
new file mode 100644
index 000..38415295fbb
--- /dev/null
+++ b/dev-python/lxml/lxml-4.3.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1 eutils toolchain-funcs
+
+DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
+HOMEPAGE="https://lxml.de/ https://pypi.org/project/lxml/ 
https://github.com/lxml/lxml;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD ElementTree GPL-2 PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples +threads test"
+
+# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
+RDEPEND="
+   >=dev-libs/libxml2-2.9.5
+   >=dev-libs/libxslt-1.1.28"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]' python2_7 
'python3*')
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
+   "
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.5.0-cross-compile.patch
+)
+
+python_prepare_all() {
+   # avoid replacing PYTHONPATH in tests.
+   sed -i -e '/sys\.path/d' test.py || die
+
+   # apparently logs have changed with libxslt upgrade
+   # https://bugs.launchpad.net/lxml/+bug/1782078
+   sed -i -e '/assertEqual(4, len(log)/d' src/lxml/tests/test_threading.py 
|| die
+
+   # don't use some random SDK on Darwin
+   sed -i -e '/_ldflags =/s/=.*isysroot.*darwin.*None/= None/' \
+   setupinfo.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   if ! python_is_python3; then
+   local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   fi
+   tc-export PKG_CONFIG
+   distutils-r1_python_compile
+}
+
+python_test() {
+   cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
+   cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
+   ln -s "${S}"/doc "${BUILD_DIR}"/ || die
+
+   "${EPYTHON}" test.py -vv --all-levels -p || die "Test ${test} fails 
with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   local DOCS=( README.rst *.txt doc/*.txt )
+   local HTML_DOCS=( doc/html/. )
+   fi
+   if use examples; then
+   dodoc -r samples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "Support for BeautifulSoup as a parser backend" 
dev-python/beautifulsoup
+   optfeature "Translates CSS selectors to XPath 1.0 expressions" 
dev-python/cssselect
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtsensors/, dev-qt/qtpaths/, dev-qt/qttranslations/, dev-qt/qtserialport/, ...

2019-01-07 Thread Davide Pesavento
commit: 81c7ef72697898ada0c46282ff21496b889ad41e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 20:32:23 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 20:32:23 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=81c7ef72

dev-qt: sync KEYWORDS

Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/assistant/assistant-5.12.0.ebuild  | 2 +-
 dev-qt/assistant/assistant-5.12..ebuild   | 2 +-
 dev-qt/assistant/assistant-5..ebuild  | 2 +-
 dev-qt/linguist-tools/linguist-tools-5.12.0.ebuild| 2 +-
 dev-qt/linguist-tools/linguist-tools-5.12..ebuild | 2 +-
 dev-qt/linguist-tools/linguist-tools-5..ebuild| 2 +-
 dev-qt/pixeltool/pixeltool-5.12.0.ebuild  | 2 +-
 dev-qt/pixeltool/pixeltool-5.12..ebuild   | 2 +-
 dev-qt/pixeltool/pixeltool-5..ebuild  | 2 +-
 dev-qt/qdbus/qdbus-5.12.0.ebuild  | 2 +-
 dev-qt/qdbus/qdbus-5.12..ebuild   | 2 +-
 dev-qt/qdbus/qdbus-5..ebuild  | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.12.0.ebuild  | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5.12..ebuild   | 2 +-
 dev-qt/qdbusviewer/qdbusviewer-5..ebuild  | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.12.0.ebuild| 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5.12..ebuild | 2 +-
 dev-qt/qtconcurrent/qtconcurrent-5..ebuild| 2 +-
 dev-qt/qtdbus/qtdbus-5.12.0.ebuild| 2 +-
 dev-qt/qtdbus/qtdbus-5.12..ebuild | 2 +-
 dev-qt/qtdbus/qtdbus-5..ebuild| 2 +-
 dev-qt/qtdiag/qtdiag-5.12.0.ebuild| 2 +-
 dev-qt/qtdiag/qtdiag-5.12..ebuild | 2 +-
 dev-qt/qtdiag/qtdiag-5..ebuild| 2 +-
 dev-qt/qtgui/qtgui-5.12.0.ebuild  | 2 +-
 dev-qt/qtgui/qtgui-5.12..ebuild   | 2 +-
 dev-qt/qtgui/qtgui-5..ebuild  | 2 +-
 dev-qt/qthelp/qthelp-5.12.0.ebuild| 2 +-
 dev-qt/qthelp/qthelp-5.12..ebuild | 2 +-
 dev-qt/qthelp/qthelp-5..ebuild| 2 +-
 dev-qt/qtimageformats/qtimageformats-5.12.0.ebuild| 2 +-
 dev-qt/qtimageformats/qtimageformats-5.12..ebuild | 2 +-
 dev-qt/qtimageformats/qtimageformats-5..ebuild| 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.12.0.ebuild| 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5.12..ebuild | 2 +-
 dev-qt/qtmultimedia/qtmultimedia-5..ebuild| 2 +-
 dev-qt/qtnetwork/qtnetwork-5.12.0.ebuild  | 2 +-
 dev-qt/qtnetwork/qtnetwork-5.12..ebuild   | 2 +-
 dev-qt/qtnetwork/qtnetwork-5..ebuild  | 2 +-
 dev-qt/qtopengl/qtopengl-5.12.0.ebuild| 2 +-
 dev-qt/qtopengl/qtopengl-5.12..ebuild | 2 +-
 dev-qt/qtopengl/qtopengl-5..ebuild| 2 +-
 dev-qt/qtpaths/qtpaths-5.12.0.ebuild  | 2 +-
 dev-qt/qtpaths/qtpaths-5.12..ebuild   | 2 +-
 dev-qt/qtpaths/qtpaths-5..ebuild  | 2 +-
 dev-qt/qtpositioning/qtpositioning-5.12.0.ebuild  | 2 +-
 dev-qt/qtpositioning/qtpositioning-5.12..ebuild   | 2 +-
 dev-qt/qtpositioning/qtpositioning-5..ebuild  | 2 +-
 dev-qt/qtprintsupport/qtprintsupport-5.12.0.ebuild| 2 +-
 dev-qt/qtprintsupport/qtprintsupport-5.12..ebuild | 2 +-
 dev-qt/qtprintsupport/qtprintsupport-5..ebuild| 2 +-
 dev-qt/qtscript/qtscript-5.12.0.ebuild| 2 +-
 dev-qt/qtscript/qtscript-5.12..ebuild | 2 +-
 dev-qt/qtscript/qtscript-5..ebuild| 2 +-
 dev-qt/qtsensors/qtsensors-5.12.0.ebuild  | 2 +-
 dev-qt/qtsensors/qtsensors-5.12..ebuild   | 2 +-
 dev-qt/qtsensors/qtsensors-5..ebuild  | 2 +-
 dev-qt/qtserialport/qtserialport-5.12.0.ebuild| 2 +-
 dev-qt/qtserialport/qtserialport-5.12..ebuild | 2 +-
 dev-qt/qtserialport/qtserialport-5..ebuild| 2 +-
 dev-qt/qtsql/qtsql-5.12.0.ebuild  | 2 +-
 dev-qt/qtsql/qtsql-5.12..ebuild   | 2 +-
 dev-qt/qtsql/qtsql-5..ebuild  | 2 +-
 dev-qt/qtsvg/qtsvg-5.12.0.ebuild  | 2 +-
 dev-qt/qtsvg/qtsvg-5.12..ebuild   | 2 +-
 dev-qt/qtsvg/qtsvg-5..ebuild  | 2 +-
 dev-qt/qttest/qttest-5.12.0.ebuild| 2 +-
 dev-qt/qttest/qttest-5.12..ebuild | 2 +-
 dev-qt/qttest/qttest-5..ebuild| 2 +-
 dev-qt/qttranslations/qttranslations-5.12.0.ebuild| 2 +-
 dev-qt/qttranslations/qttranslations-5.12..ebuild | 2 +-
 dev-qt/qttranslations/qttranslations-5..ebuild| 2 +-
 dev-qt/qtwebsockets/qtwebsockets-5.12.0.ebuild| 2 +-
 dev-qt/qtwebsockets/qtwebsockets-5.12..ebuild | 2 +-
 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/

2019-01-07 Thread Davide Pesavento
commit: ffd4863f2536e76a6c855c7b6d82346299d4bd17
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 20:15:15 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 20:15:15 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffd4863f

dev-qt/qtcore: sync with 5.11.3-r2 in gentoo.git

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtcore/qtcore-5.12.0.ebuild| 10 +-
 dev-qt/qtcore/qtcore-5.12..ebuild | 10 +-
 dev-qt/qtcore/qtcore-5..ebuild| 10 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.12.0.ebuild 
b/dev-qt/qtcore/qtcore-5.12.0.ebuild
index f6a45867..a77edf08 100644
--- a/dev-qt/qtcore/qtcore-5.12.0.ebuild
+++ b/dev-qt/qtcore/qtcore-5.12.0.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="icu systemd"
@@ -43,8 +43,16 @@ QT5_GENTOO_PRIVATE_CONFIG=(
!:xml
 )
 
+src_prepare() {
+   # fix missing qt_version_tag symbol w/ LTO, bug 674382
+   sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
+
+   qt5-build_src_prepare
+}
+
 src_configure() {
local myconf=(
+   -no-feature-statx   # bug 672856
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)

diff --git a/dev-qt/qtcore/qtcore-5.12..ebuild 
b/dev-qt/qtcore/qtcore-5.12..ebuild
index f6a45867..a77edf08 100644
--- a/dev-qt/qtcore/qtcore-5.12..ebuild
+++ b/dev-qt/qtcore/qtcore-5.12..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="icu systemd"
@@ -43,8 +43,16 @@ QT5_GENTOO_PRIVATE_CONFIG=(
!:xml
 )
 
+src_prepare() {
+   # fix missing qt_version_tag symbol w/ LTO, bug 674382
+   sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
+
+   qt5-build_src_prepare
+}
+
 src_configure() {
local myconf=(
+   -no-feature-statx   # bug 672856
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)

diff --git a/dev-qt/qtcore/qtcore-5..ebuild 
b/dev-qt/qtcore/qtcore-5..ebuild
index f6a45867..a77edf08 100644
--- a/dev-qt/qtcore/qtcore-5..ebuild
+++ b/dev-qt/qtcore/qtcore-5..ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 fi
 
 IUSE="icu systemd"
@@ -43,8 +43,16 @@ QT5_GENTOO_PRIVATE_CONFIG=(
!:xml
 )
 
+src_prepare() {
+   # fix missing qt_version_tag symbol w/ LTO, bug 674382
+   sed -i -e 's/^gcc:ltcg/gcc/' src/corelib/global/global.pri || die
+
+   qt5-build_src_prepare
+}
+
 src_configure() {
local myconf=(
+   -no-feature-statx   # bug 672856
$(qt_use icu)
$(qt_use !icu iconv)
$(qt_use systemd journald)



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

2019-01-07 Thread Andreas Sturmlechner
commit: 3d424325aa7b1fc929f9c4569d1d25f3589f4745
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  7 20:05:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  7 20:29:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d424325

app-text/poppler: Drop 0.67.0

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/poppler/Manifest  |   1 -
 app-text/poppler/poppler-0.67.0.ebuild | 127 -
 2 files changed, 128 deletions(-)

diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 4a7219105b9..017ccd81aed 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,5 +1,4 @@
 DIST poppler-0.62.0.tar.xz 1423372 BLAKE2B 
01c8745d0c1fa5b412ec92295a8784f5c1deff8b9fa709d09a3236d630f78fecc6af23fe3302964478d6356562712726db422ef51fe59a8b42e13e08370a77ac
 SHA512 
91f7eae7b05965ae97a34e658bed2a676be8a6e4d34f82148ece6eb58932632dcf9a34d50c66412f93f560ce575abf5c608ed6b1e5184604b96024801886c706
-DIST poppler-0.67.0.tar.xz 1459412 BLAKE2B 
1c24908839fc9e3b3b2a1e0c014f7b6a1c6cc622157e161437ece91a86a20db0d5ae67b35783a5a4b712ab4ba0e43f141ca516fde10b5a549b9d36a98c5de25b
 SHA512 
36584c62970ae0ae7807687f9c0523560ae92ac323949be8916a0e8dc6e691633e55cdd76c6026253c337aed8a4b43a7759a3de74c9ec606654f65379fb0f206
 DIST poppler-0.68.0.tar.xz 1461052 BLAKE2B 
e95aa872230ff88f2caf9b8fef7da369b3115b1aabef2d57ebba3a13123ffe1cf1e200c6583a6da9e52bdb7708bec30e26f68e582bf99289abd572e42f712a5e
 SHA512 
98449ab96db1d17901ec44b1a71b0375ac83d0f13e059b83afb452939a3ae6375c4667ae029fa333fad3eed2d8315e5f1208f34d3548c5530f0ecc7a5841c27a
 DIST poppler-0.71.0.tar.xz 1480852 BLAKE2B 
be23100e44f73cd024d50727a632b749629b6e36ef41d2aee94f1998a8362dd0fa11e64bfb0f0f04f87265029abec32088ef2dad3b5aeb2733c7aaeb6817
 SHA512 
8e0ce95e7b58c37761c36a20f1282e63373a9557bf9f746ce2936562f12648506043d9559cf816944aa238814fc1b3f3a3c0a6cb002fd214b067e399bcc6ab1e
 DIST poppler-0.72.0.tar.xz 1492912 BLAKE2B 
6582b418031c52e5e9031e9f25b80841ba471c1308030bef2cdb13cd607ddd0ca51639d93c09f33e42d5f9378ee44b5ebe4dbac29254f952f7c2ec147799bc5e
 SHA512 
57dc98ff3e433cb8c7e3c31016c080e09586410622d70fb2fe1aa36c2a55017508dd5b5b253cfe987b86f9197bdd34345e038c89f542003cf021900c86614145

diff --git a/app-text/poppler/poppler-0.67.0.ebuild 
b/app-text/poppler/poppler-0.67.0.ebuild
deleted file mode 100644
index 26464a9c1dc..000
--- a/app-text/poppler/poppler-0.67.0.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git;
-   SLOT="0/"
-else
-   SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   SLOT="0/78"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
-fi
-
-DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
-HOMEPAGE="https://poppler.freedesktop.org/;
-
-LICENSE="GPL-2"
-IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png 
qt5 tiff +utils"
-
-# No test data provided
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=media-libs/fontconfig-2.6.0
-   >=media-libs/freetype-2.3.9
-   sys-libs/zlib
-   cairo? (
-   dev-libs/glib:2
-   >=x11-libs/cairo-1.10.0
-   introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
-   )
-   curl? ( net-misc/curl )
-   jpeg? ( virtual/jpeg:0 )
-   jpeg2k? ( media-libs/openjpeg:2= )
-   lcms? ( media-libs/lcms:2 )
-   nss? ( >=dev-libs/nss-3.19:0 )
-   png? ( media-libs/libpng:0= )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtxml:5
-   )
-   tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   cjk? ( >=app-text/poppler-data-0.4.7 )
-"
-
-DOCS=(AUTHORS NEWS README README-XPDF)
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
-   "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
-   "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
-   "${FILESDIR}/${PN}-0.62.0-openjpeg2.patch"
-   "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # Clang doesn't grok this flag, the configure nicely tests that, but
-   # cmake just uses it, so remove it if we use clang
-   if [[ ${CC} == clang ]] ; then
-  

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

2019-01-07 Thread Zac Medico
commit: 80388667e0423fc0fe2844405efdb109fa74e68d
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan  7 20:16:48 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan  7 20:17:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80388667

dev-db/etcd: move init script start_pre to start

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/files/etcd.initd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-db/etcd/files/etcd.initd b/dev-db/etcd/files/etcd.initd
index c9caecf7ff6..a2c67d0723d 100644
--- a/dev-db/etcd/files/etcd.initd
+++ b/dev-db/etcd/files/etcd.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 pidfile=/run/${RC_SVCNAME}.pid
@@ -23,7 +23,7 @@ depend() {
after bootmisc
 }
 
-start_pre() {
+start() {
if [ ! -d "${LOGPATH}" ] ; then
mkdir -p "${LOGPATH}"
chown "${command_user}:${command_user}" "${LOGPATH}"
@@ -32,4 +32,5 @@ start_pre() {
mkdir -p "${ETCD_DATA_DIR}"
chown "${command_user}:${command_user}" "${ETCD_DATA_DIR}"
fi
+   default_start
 }



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

2019-01-07 Thread Thomas Deutschmann
commit: 02b80009c952c48763130f160a4cd4f55940faae
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  7 20:14:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  7 20:16:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b80009

kernel-2.eclass: add linux 5.x support

Signed-off-by: Thomas Deutschmann  gentoo.org>

 eclass/kernel-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 8e595d581cf..48146b7284b 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -509,7 +509,7 @@ detect_version() {
 
# as of 12/5/2017, the rc patch is no longer offered as 
a compressed
# file, and no longer is it mirrored on kernel.org
-   if [[ ${KV_MAJOR} -ge 4 ]] && [[ ${KV_PATCH} -ge 12 ]]; 
then
+   if ver_test "${KV_MAJOR}.${KV_PATCH}" -ge "4.12"; then

KERNEL_URI="https://git.kernel.org/torvalds/p/v${KV_FULL}/v${OKV} -> 
patch-${KV_FULL}.patch

${KERNEL_BASE_URI}/linux-${OKV}.tar.xz"

UNIPATCH_LIST_DEFAULT="${DISTDIR}/patch-${CKV//_/-}.patch"



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

2019-01-07 Thread Thomas Deutschmann
commit: aa676aad8fbc47a298a8e97d3bca9fabc76cd354
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  7 20:16:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  7 20:16:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa676aad

sys-kernel/git-sources: bump to v5.0 RC1

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

 sys-kernel/git-sources/Manifest   |  2 ++
 sys-kernel/git-sources/git-sources-5.0_rc1.ebuild | 40 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 2bc619d6910..40834f5b5a2 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,5 @@
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
+DIST linux-4.20.tar.xz 104257836 BLAKE2B 
fb52cad2897da319299486fa8c3b9415cd0aee0842dbf353a5b269720dcb902db407bb55dd95a77b212dcb4a488c15363d561f3649d6bd16885561f2466d90b1
 SHA512 
e282399beea5da539701aed2bc131abd5bc74a970dcd344163e9d295106dfd700180e672ed546ae5e55bc6b9ac95efd5ca1de2039015c1b7a6fc9c01ea6583d4
 DIST patch-4.20-rc1.patch 48053133 BLAKE2B 
21b563b992bedb9d9eb0011804cc9d6c862f7e55194c02679e3ec540aa0913ecdfc2dd9769a34b8e2980427fc0e3116743b17516a1aa7607a984dd7ee4bca10e
 SHA512 
04bd50386208ff7f3aecf50c79702368a75aac1d356cc5020d379abd80aff821afd501d05e6fab42cca48bba0593f71442534d9fbc119f1cf0dd056999f78c22
 DIST patch-4.20-rc2.patch 48404086 BLAKE2B 
12646687c66d6374aaa5207770e39386b07bc0a4d445cb92a2cf563a326e49d2d5cf0eeaa805557aac1526b636762be97887a0b466cfcd9e71b02d38b9dd97b1
 SHA512 
f41189be7659962e451eedd7e057420fe7744ca82608260b2212bf97bcc2e59fd143c3c261e1f1a35e4fff80e500c2b436a46b50c209c7cdceb5ef5cc9fa628f
 DIST patch-4.20-rc3.patch 48529229 BLAKE2B 
2038039535eaf2e665b37b97d445f04c059a0111ec4d2da706b101f7a8b1dde00ea754f31266431c7bbe5d7a6fc5143b44486fc636c7b2e58181a88308838cd2
 SHA512 
4db0be60f09f19ae0cfa141bea43fd361bd307edafdd92d8c3418e3944120b01204b4e683c723f583318849336f4fe465309f9e854748b2c06c7330dfcb5a327
@@ -6,3 +7,4 @@ DIST patch-4.20-rc4.patch 48770023 BLAKE2B 
42f4c2d9e021752708587f582b4b72bfc2d01
 DIST patch-4.20-rc5.patch 49157710 BLAKE2B 
81a8c3fdb6b0e9a11e1d23c9f11dd9ab7e9fd021de4c1bc8331c3c07e6ac403111abe1921f69d7011e323f46b9e819e502c5cfb20b3358615b8a6116a5ff4b59
 SHA512 
1cac308f65df4b4627e836766d2faeb901cbbf4a7193a6097b796f5c179e02a1c07ceab9935a3c4d1d22ec75b46008321cb5e57862ba1bc43579fda2b826b337
 DIST patch-4.20-rc6.patch 49410279 BLAKE2B 
dc81a847dff97700a2fceff11371a8c98e900949467d930d9b602e68b78282fb818bfa527d722d8911fc0f4930f9b7defb2b9dd18ad56405e06ab6fa09288828
 SHA512 
72412e030699e7079e66062dc0d1ceb91b6ce59ca4b259c58b902bef7935697f5bfbbf4332246b3a082d13765fa7e5c32db114e999bd6011e93f8a9461d8bcec
 DIST patch-4.20-rc7.patch 49521430 BLAKE2B 
e0b5d51df948dd3baf510b05f062abce79e3a7a189767a8ec56b431b14dc3509064b78602a9537d88112c0ebf5b13197500c3799c8bc845441c01905eef84d1d
 SHA512 
58576ffb3016f6a5948af50bf39eb5ee565d5e0d2866671c08251df48542c819ff3eae4820b5d70286ca16592d32208c8c0bf51e68ea2d76dc7b7d636e39f9ad
+DIST patch-5.0-rc1.patch 41507244 BLAKE2B 
4d66bc2d6be0f84b02a3baaaba02276d3258d713f882ce48973fd93d1ffb3a99505692af61f7e80f18436ee847d542bb0e3fa9f2df727995bf310f08342676da
 SHA512 
811bf8534c4054fad7faa19e0b8513ce3d7f9d515f3e09c4f7767af0d66fba1995261df08ff0c16518e1ed1c966539d9d1e55501e7a89b46773e859241b8ad29

diff --git a/sys-kernel/git-sources/git-sources-5.0_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.0_rc1.ebuild
new file mode 100644
index 000..10cee793e44
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.0_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.20"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the 

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

2019-01-07 Thread Zac Medico
commit: b07a3c32ff4434204fc1d325497ec166d9c3b0d5
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan  7 20:09:01 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan  7 20:10:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07a3c32

app-emulation/libpod: add init script a logrotate config

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/libpod/files/podman.initd  | 17 +
 app-emulation/libpod/files/podman.logrotated |  7 +++
 app-emulation/libpod/libpod-0.12.1.2.ebuild  |  7 +++
 3 files changed, 31 insertions(+)

diff --git a/app-emulation/libpod/files/podman.initd 
b/app-emulation/libpod/files/podman.initd
new file mode 100644
index 000..b590be16a1b
--- /dev/null
+++ b/app-emulation/libpod/files/podman.initd
@@ -0,0 +1,17 @@
+#!/sbin/openrc-run
+# Copyright 2015-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Podman Remote API Service"
+LOG_PATH="/var/log/${RC_SVCNAME}"
+RUN_PATH="/run/${RC_SVCNAME}"
+pidfile="${RUN_PATH}/${RC_SVCNAME}.pid"
+command="/usr/bin/podman"
+command_args="--log-level debug varlink -t 0 unix:/run/podman/io.podman"
+command_background="true"
+start_stop_daemon_args="--stdout ${LOG_PATH}/${RC_SVCNAME}.log --stderr 
${LOG_PATH}/${RC_SVCNAME}.log"
+
+start() {
+   checkpath -d "${RUN_PATH}" "${LOG_PATH}"
+   default_start
+}

diff --git a/app-emulation/libpod/files/podman.logrotated 
b/app-emulation/libpod/files/podman.logrotated
new file mode 100644
index 000..b9d723451b0
--- /dev/null
+++ b/app-emulation/libpod/files/podman.logrotated
@@ -0,0 +1,7 @@
+/var/log/podman/podman.log {
+   missingok
+   size 5M
+   rotate 3
+   compress
+   copytruncate
+}

diff --git a/app-emulation/libpod/libpod-0.12.1.2.ebuild 
b/app-emulation/libpod/libpod-0.12.1.2.ebuild
index b3bc6469606..80dbb5f4f19 100644
--- a/app-emulation/libpod/libpod-0.12.1.2.ebuild
+++ b/app-emulation/libpod/libpod-0.12.1.2.ebuild
@@ -96,4 +96,11 @@ src_install() {
 
insinto /etc/containers
newins test/registries.conf registries.conf.example
+
+   newinitd "${FILESDIR}"/podman.initd podman
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/podman.logrotated" podman
+
+   keepdir /var/lib/containers
 }



[gentoo-commits] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/

2019-01-07 Thread Davide Pesavento
commit: 4ba62350c35ec3f19f21f2c3b5f05c97986bee8a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:57:20 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:57:20 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=4ba62350

dev-qt/qtvirtualkeyboard: tweak DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.0.ebuild| 4 ++--
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild | 4 ++--
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.0.ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.0.ebuild
index cbd166f7..c6f4faa3 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.0.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Virtual keyboard plugin for the Qt5 framework"
+DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
index cbd166f7..c6f4faa3 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Virtual keyboard plugin for the Qt5 framework"
+DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild 
b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild
index cbd166f7..c6f4faa3 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Virtual keyboard plugin for the Qt5 framework"
+DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtserialbus/

2019-01-07 Thread Davide Pesavento
commit: d683c19d5cf713099f7798eef3f87ca78a7f87be
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:52:36 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:52:36 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d683c19d

dev-qt/qtserialbus: tweak DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtserialbus/qtserialbus-5.12.0.ebuild| 4 ++--
 dev-qt/qtserialbus/qtserialbus-5.12..ebuild | 4 ++--
 dev-qt/qtserialbus/qtserialbus-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtserialbus/qtserialbus-5.12.0.ebuild 
b/dev-qt/qtserialbus/qtserialbus-5.12.0.ebuild
index 687bebc9..7a679090 100644
--- a/dev-qt/qtserialbus/qtserialbus-5.12.0.ebuild
+++ b/dev-qt/qtserialbus/qtserialbus-5.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Support for CAN and other serial buses"
+DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial 
buses and protocols"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"

diff --git a/dev-qt/qtserialbus/qtserialbus-5.12..ebuild 
b/dev-qt/qtserialbus/qtserialbus-5.12..ebuild
index c6a1fac1..7a679090 100644
--- a/dev-qt/qtserialbus/qtserialbus-5.12..ebuild
+++ b/dev-qt/qtserialbus/qtserialbus-5.12..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Support for CAN and other serial buses"
+DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial 
buses and protocols"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"

diff --git a/dev-qt/qtserialbus/qtserialbus-5..ebuild 
b/dev-qt/qtserialbus/qtserialbus-5..ebuild
index c6a1fac1..7a679090 100644
--- a/dev-qt/qtserialbus/qtserialbus-5..ebuild
+++ b/dev-qt/qtserialbus/qtserialbus-5..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Support for CAN and other serial buses"
+DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial 
buses and protocols"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"



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

2019-01-07 Thread Thomas Deutschmann
commit: 2c00aa56056878ddb20ecd9f171c155d76a875bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  7 19:51:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  7 19:53:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c00aa56

app-misc/ca-certificates: drop old

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

 app-misc/ca-certificates/Manifest  |   2 -
 .../ca-certificates-20170717.3.36.1.ebuild | 190 -
 .../ca-certificates-20180409.3.36.1-r1.ebuild  | 179 ---
 app-misc/ca-certificates/metadata.xml  |   3 -
 4 files changed, 374 deletions(-)

diff --git a/app-misc/ca-certificates/Manifest 
b/app-misc/ca-certificates/Manifest
index f871a29de34..f559af13ed9 100644
--- a/app-misc/ca-certificates/Manifest
+++ b/app-misc/ca-certificates/Manifest
@@ -1,5 +1,3 @@
-DIST ca-certificates_20170717.tar.xz 293028 BLAKE2B 
85076cd980841f32e2544c7be020fca9bcd5ef7066ae3cef195cbf9755f8b8e800a8e4076662fa1b7da600c2235e49048eb6e1166b0618fc7685221ab790fed3
 SHA512 
dfeb5a19bb33bcb127a159b73fcc63b41c99827d77eb4a6069def0cffc7ae8dd10dab97c1ddfdd5b70d0c93e650a51ed5dcd03908516e7ca8b3022bf46eeb7e6
 DIST ca-certificates_20180409.tar.xz 246908 BLAKE2B 
b553d4347f1a5b88fe59c7269dee617f61cde54d4df1a3aa4b3a7e9aa4b2ee81415e5c421352505ca4b2e0e480b053ccb04024bddfb51450d298d8fdd0567c36
 SHA512 
e0742da19416d367618547107cc0f1cc045d5ba62c30fb7238e0e36ec0d19ea48e2ffdee2c68a9f06954025c58db9a5376f149e221ede95a3a029cda39d86a53
-DIST nss-3.36.1.tar.gz 23026430 BLAKE2B 
76eaf5b24f8954a4e14cf556912250a3ddb7b333054a2ea4ee3d218493a8f12c77a37455aae354ef6ddd9bd55c33a269dad515806d70ef38727fa8a382d47fd4
 SHA512 
096fe4360b6d584a746ac6156830f8cff821fd173bd889d7a396238919328a227fa4ebb46f738970a4001773046f3dd4f4675b85ff6de8420a4a7657b3ba0c65
 DIST nss-3.37.tar.gz 23027581 BLAKE2B 
0ce7190a029321d5620dc8b9aedf1f4252c53dbef57149afbad432b6bc4b590db026505d23f5c766827d5c0179ab931b8a0435a2e9785eff3db515ed7211e512
 SHA512 
ad5175f126705f57092ac80421ac005bcc32bb18a4a44a527df25994fa90b3bc18af08506683564f619a22076f71232e2b3c9e6e25d6312d0bfed63684139103
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0

diff --git a/app-misc/ca-certificates/ca-certificates-20170717.3.36.1.ebuild 
b/app-misc/ca-certificates/ca-certificates-20170717.3.36.1.ebuild
deleted file mode 100644
index 4a23bdb1939..000
--- a/app-misc/ca-certificates/ca-certificates-20170717.3.36.1.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# The Debian ca-certificates package merely takes the CA database as it exists
-# in the nss package and repackages it for use by openssl.
-#
-# The issue with using the compiled debs directly is two fold:
-# - they do not update frequently enough for us to rely on them
-# - they pull the CA database from nss tip of tree rather than the release
-#
-# So we take the Debian source tools and combine them with the latest nss
-# release to produce (largely) the same end result.  The difference is that
-# now we know our cert database is kept in sync with nss and, if need be,
-# can be sync with nss tip of tree more frequently to respond to bugs.
-
-# When triaging bugs from users, here's some handy tips:
-# - To see what cert is hitting errors, use openssl:
-#   openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
-#   Focus on the errors written to stderr.
-#
-# - Look at the upstream log as to why certs were added/removed:
-#   https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
-#
-# - If people want to add/remove certs, tell them to file w/mozilla:
-#   
https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS=CA%20Certificates=trunk
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit eutils python-any-r1
-
-if [[ ${PV} == *.* ]] ; then
-   # Compile from source ourselves.
-   PRECOMPILED=false
-   inherit eapi7-ver
-
-   DEB_VER=$(ver_cut 1)
-   NSS_VER=$(ver_cut 2-)
-   RTM_NAME="NSS_${NSS_VER//./_}_RTM"
-else
-   # Debian precompiled version.
-   PRECOMPILED=true
-   inherit unpacker
-fi
-
-DESCRIPTION="Common CA Certificates PEM files"
-HOMEPAGE="https://packages.debian.org/sid/ca-certificates;
-NMU_PR=""
-if ${PRECOMPILED} ; then
-   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
-else
-   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
-   

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

2019-01-07 Thread Thomas Deutschmann
commit: ef40be898014a1bb6e98c8d70f025c0ae853abc0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan  7 19:49:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan  7 19:53:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40be89

app-misc/ca-certificates: x86 stable, apply ALLARCHES policy

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

 app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild 
b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
index 0c84a91f786..6dcf1e3837c 100644
--- a/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
+++ b/app-misc/ca-certificates/ca-certificates-20180409.3.37.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # The Debian ca-certificates package merely takes the CA database as it exists
@@ -59,7 +59,7 @@ fi
 
 LICENSE="MPL-1.1"
 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 ~x86-winnt"
+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 ~x86-winnt"
 IUSE=""
 ${PRECOMPILED} || IUSE+=" cacert"
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qtlocation/

2019-01-07 Thread Davide Pesavento
commit: 660d91a53b6a59118fb2bbf6b94a594cea24144f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:38:34 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:38:34 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=660d91a5

dev-qt/qtlocation: improve DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.12.0.ebuild| 4 ++--
 dev-qt/qtlocation/qtlocation-5.12..ebuild | 4 ++--
 dev-qt/qtlocation/qtlocation-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild 
b/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
index 78057b71..25dc50ab 100644
--- a/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The Location module for the Qt5 framework"
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-qt/qtlocation/qtlocation-5.12..ebuild 
b/dev-qt/qtlocation/qtlocation-5.12..ebuild
index 78057b71..25dc50ab 100644
--- a/dev-qt/qtlocation/qtlocation-5.12..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.12..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The Location module for the Qt5 framework"
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-qt/qtlocation/qtlocation-5..ebuild 
b/dev-qt/qtlocation/qtlocation-5..ebuild
index 78057b71..25dc50ab 100644
--- a/dev-qt/qtlocation/qtlocation-5..ebuild
+++ b/dev-qt/qtlocation/qtlocation-5..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The Location module for the Qt5 framework"
+DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtquickcontrols/

2019-01-07 Thread Davide Pesavento
commit: 74badefd34c88ed0ce48e0160364ae9f93ad30bc
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:46:21 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:46:21 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=74badefd

dev-qt/qtquickcontrols: update DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtquickcontrols/qtquickcontrols-5.12.0.ebuild| 4 ++--
 dev-qt/qtquickcontrols/qtquickcontrols-5.12..ebuild | 4 ++--
 dev-qt/qtquickcontrols/qtquickcontrols-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.0.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.0.ebuild
index 9c557760..918b4e49 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.0.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"
+DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.12..ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.12..ebuild
index e0dc9411..918b4e49 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.12..ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.12..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"
+DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5..ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5..ebuild
index e0dc9411..918b4e49 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5..ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="Set of controls used in conjunction with Qt Quick to build 
complete interfaces"
+DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/, net-wireless/kismet/files/

2019-01-07 Thread Rick Farina
commit: a9cddb7888fc5e917b7aeec7508b3f392ff20216
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 17:27:26 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 19:44:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cddb78

net-wireless/kismet: new beta

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/Manifest   |  1 +
 net-wireless/kismet/files/fix-setuptools4.patch| 91 ++
 ...met-.ebuild => kismet-2019.01_beta2.ebuild} | 15 ++--
 net-wireless/kismet/kismet-.ebuild | 15 ++--
 4 files changed, 104 insertions(+), 18 deletions(-)

diff --git a/net-wireless/kismet/Manifest b/net-wireless/kismet/Manifest
index fc94567a992..2e98cbd22de 100644
--- a/net-wireless/kismet/Manifest
+++ b/net-wireless/kismet/Manifest
@@ -1,2 +1,3 @@
 DIST kismet-2016-07-R1.tar.xz 709364 BLAKE2B 
5b667a02b517bd413d569f40df1f2a2e1158357c602fa807d712870543a7fade25077f449c07c023ad1d2150870352aa754484846d8c2a0d9f027113bb57c1fc
 SHA512 
88891a0cd5ef94a4815d259e433f946f52552c125e05a5d8ac447d04e6090f2bd92f8bd8573440f0dfe446b29233bef81d9889e53170757ad0116ddfc2cb8416
 DIST kismet-2018-08-BETA1.tar.xz 2043136 BLAKE2B 
f24af4250bb0238073380514413d9501e449cf40507d7a96ac868d76acb34af81b9bf4a49c9b6197b6b903ab33e2318bb5efa22876cc2070e3878ebf030d592c
 SHA512 
09eab9d648f011c95b8632c666990d79f9998465b051a65357f53af19a135a5d58df3025ec60f9ef9a7b7d9b5622d2332bb2defbffd21ca0e25e2e4090ceae2f
+DIST kismet-2019-01-BETA2.tar.xz 3096084 BLAKE2B 
77f0497721bb1a6c2af2dd91b5d2a895fae0012ccb7a9cf03a700c96562a5ae62530b1138f509df5f0af91362a9658eae7916a9c643cef6e1630fe616d949017
 SHA512 
1384630ea0ba12c157928696aab502406c5e521765e420459ab049e3205e7d7bfb472c6a1a88c1268fd8235b24b615a03ce4b91f0974adc24f47d00709ef9d4b

diff --git a/net-wireless/kismet/files/fix-setuptools4.patch 
b/net-wireless/kismet/files/fix-setuptools4.patch
new file mode 100644
index 000..c2db673529e
--- /dev/null
+++ b/net-wireless/kismet/files/fix-setuptools4.patch
@@ -0,0 +1,91 @@
+diff --git a/capture_freaklabs_zigbee/Makefile.in 
b/capture_freaklabs_zigbee/Makefile.in
+index cfbf99b0..c2e68453 100644
+--- a/capture_freaklabs_zigbee/Makefile.in
 b/capture_freaklabs_zigbee/Makefile.in
+@@ -6,7 +6,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+ 
+ clean:
+diff --git a/capture_sdr_rtl433/Makefile.in b/capture_sdr_rtl433/Makefile.in
+index e33f7de5..e1be587d 100644
+--- a/capture_sdr_rtl433/Makefile.in
 b/capture_sdr_rtl433/Makefile.in
+@@ -7,7 +7,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   # These are now part of the setup.py install
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) 
$(BIN)/$(MQTTMONITOR_BIN)
+diff --git a/capture_sdr_rtladsb/Makefile.in b/capture_sdr_rtladsb/Makefile.in
+index 8a4f7647..8239f434 100644
+--- a/capture_sdr_rtladsb/Makefile.in
 b/capture_sdr_rtladsb/Makefile.in
+@@ -7,7 +7,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) aircraft_db.csv 
$(ETC)/kismet_aircraft_db.csv
+   # These are now part of the setup.py install
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+diff --git a/capture_sdr_rtlamr/Makefile.in b/capture_sdr_rtlamr/Makefile.in
+index 1b780be1..3548adc5 100644
+--- a/capture_sdr_rtlamr/Makefile.in
 b/capture_sdr_rtlamr/Makefile.in
+@@ -7,7 +7,7 @@ all:
+   $(PYTHON2) ./setup.py build
+ 
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+   # These are now part of the setup.py install
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) 
$(BIN)/$(MQTTMONITOR_BIN)
+diff --git a/python_modules/KismetExternal/Makefile 
b/python_modules/KismetExternal/Makefile
+index 036541a0..fc660dfe 100644
+--- a/python_modules/KismetExternal/Makefile
 b/python_modules/KismetExternal/Makefile
+@@ -4,7 +4,7 @@ all:
+   $(PYTHON2) ./setup.py build
+   
+ install:
+-  $(PYTHON2) ./setup.py install
++  $(PYTHON2) ./setup.py install --root=$(DESTDIR)
+ 
+ protobuf:
+   $(PROTOCBIN) -I ../../protobuf_definitions 
--python_out=./KismetExternal ../../protobuf_definitions/*.proto
+diff --git a/python_modules/KismetLog/Makefile 
b/python_modules/KismetLog/Makefile
+index 

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

2019-01-07 Thread Rick Farina
commit: 02b5f9e0f8c9543d51d1856d739180e15142a342
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 19:43:50 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 19:45:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b5f9e0

net-wireless/kismet: fix git ebuild

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/kismet-2019.01_beta2.ebuild | 2 +-
 net-wireless/kismet/kismet-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/kismet/kismet-2019.01_beta2.ebuild 
b/net-wireless/kismet/kismet-2019.01_beta2.ebuild
index 5823d5c776b..2e5fd9c3d05 100644
--- a/net-wireless/kismet/kismet-2019.01_beta2.ebuild
+++ b/net-wireless/kismet/kismet-2019.01_beta2.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools eutils multilib user python-single-r1
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
+   EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
inherit git-r3
RESTRICT="strip"
 else

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 5823d5c776b..2e5fd9c3d05 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit autotools eutils multilib user python-single-r1
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://www.kismetwireless.net/${PN}.git;
+   EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
inherit git-r3
RESTRICT="strip"
 else



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

2019-01-07 Thread Rick Farina
commit: a7c9d79636746280836ea8d0033bbd81040fbef1
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  7 19:43:21 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  7 19:45:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c9d796

app-crypt/hashcat: bump

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Rick Farina  gentoo.org>

 app-crypt/hashcat/Manifest |  1 +
 app-crypt/hashcat/hashcat-5.1.0.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/app-crypt/hashcat/Manifest b/app-crypt/hashcat/Manifest
index 715ee764332..8d23660abb1 100644
--- a/app-crypt/hashcat/Manifest
+++ b/app-crypt/hashcat/Manifest
@@ -2,3 +2,4 @@ DIST hashcat-4.1.0.tar.gz 3956136 BLAKE2B 
f9d6f9322e4c50ee1e156c283da1257a24f0e2
 DIST hashcat-4.2.0.tar.gz 3965021 BLAKE2B 
ad208f2debe1e4ece893e4a277b199962aa98aab57a2e78aef1d4177dcf7fc03bf262657dfe0f51c2ae845c8ed92232de7131f909d63bdc91e9f14e0b9602bb6
 SHA512 
686975db24737a718b484dd84b66807dfbe9694f1832da648b3c3b9fc8b859cd5c4c4d0aebf04ae862de38656d92c989e4e9515a07bec19b3779d74350beb0bd
 DIST hashcat-4.2.1.tar.gz 3966264 BLAKE2B 
2034fff6aa8724cded0c8576cb4593d90f94eaea8f932e511ed82f2576ded2ffd6f686dac484e52a9ebb3029e90845469418ac414f2edf03e3fdc3350df8766f
 SHA512 
a2cfc7e19e82b237892bacc79ca1a62a3b2ea598e4e5f60d4e275a0c128d865945595d8f918e3bb93bf62376f11f448ff53257faa12fd051dfc64973fbb6ed1e
 DIST hashcat-5.0.0.tar.gz 4019964 BLAKE2B 
5d33bb2b0d82018d8ea6a906bee48375376879a47e5ca8f880d6fad6c6763d1ef90d44b228257021603e560acadf3d8fbfcbafdbd41dbad3733141d3c3957762
 SHA512 
090f07a011961a2c9a9bdf31e8a5efae4b443b6b205e964a6cd74bed6efe8fae2377f22ce7728ad7e732e9f943cf30da88066fe0990d085547f1e2ba000a3d95
+DIST hashcat-5.1.0.tar.gz 4266878 BLAKE2B 
677554fc5d6c5a93d0f4955c2e3cb6a40913ca2f7d00a89cf0c00bb48cadcaca94d3fdf55b853208f9fda4ce1bcc13fed865c5128a7c429223bcf8b4b825a15b
 SHA512 
90605c2bcd0ec275d2f6ec581899b95cdc320b1494613a19803192c8a08037a7829b3776ed42c58eb6551ec1a746f47f94ab5b273958ca74e0fc57315e209ece

diff --git a/app-crypt/hashcat/hashcat-5.1.0.ebuild 
b/app-crypt/hashcat/hashcat-5.1.0.ebuild
new file mode 100644
index 000..2b0f93496c2
--- /dev/null
+++ b/app-crypt/hashcat/hashcat-5.1.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils pax-utils multilib
+
+DESCRIPTION="World's fastest and most advanced password recovery utility"
+HOMEPAGE="https://github.com/hashcat/hashcat;
+LICENSE="MIT"
+SLOT="0"
+if [ "${PV}" = "" ]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hashcat/hashcat.git;
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64 ~x86"
+   SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+IUSE="brain video_cards_nvidia"
+DEPEND="virtual/opencl
+   app-arch/lzma
+   brain? ( dev-libs/xxhash )
+   video_cards_nvidia? ( >x11-drivers/nvidia-drivers-367.0 )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   #remove bundled stuff
+   rm -r deps/OpenCL-Headers || die "Failed to remove bundled OpenCL 
Headers"
+   rm -r deps/xxHash || die "Failed to remove bundled xxHash"
+   #rm -r deps/LZMA-SDK || die "Failed to remove bundled LZMA-SDK"
+   #rm -r deps || die "Failed to remove bundled deps"
+   #do not strip
+   sed -i "/LFLAGS  += -s/d" src/Makefile
+   #do not add random CFLAGS
+   sed -i "s/-O2//" src/Makefile || die
+   sed -i "#LZMA_SDK_INCLUDE#d" src/Makefile || die
+   export PREFIX=/usr
+   export LIBRARY_FOLDER="/usr/$(get_libdir)"
+   export DOCUMENT_FOLDER="/usr/share/doc/${P}"
+   eapply_user
+}
+
+src_compile() {
+   emake SHARED=1 PRODUCTION=1 ENABLE_BRAIN=$(usex brain 1 0) 
USE_SYSTEM_LZMA=0 USE_SYSTEM_OPENCL=1 USE_SYSTEM_XXHASH=1 VERSION_PURE="${PV}"
+   pax-mark -mr hashcat
+}
+
+src_test() {
+   if use video_cards_nvidia; then
+   addwrite /dev/nvidia0
+   addwrite /dev/nvidiactl
+   addwrite /dev/nvidia-uvm
+   if [ ! -w /dev/nvidia0 ]; then
+   einfo "To run these tests, portage likely must be in 
the video group."
+   einfo "Please run \"gpasswd -a portage video\" if the 
tests will fail"
+   fi
+   #elif use vidia_cards_fglrx; then
+   #   addwrite /dev/ati
+   fi
+   #this always exits with 255 despite success
+   #./hashcat -b -m 2500 || die "Test failed"
+   LD_PRELOAD=./libhashcat.so.${PV} ./hashcat -a 3 -m 1500 nQCk49SiErOgk 
|| die "Test failed"
+}
+
+src_install() {
+   emake DESTDIR="${ED}" SHARED=1 PRODUCTION=1 ENABLE_BRAIN=$(usex brain 1 
0) USE_SYSTEM_LZMA=0 USE_SYSTEM_OPENCL=1 USE_SYSTEM_XXHASH=1 
VERSION_PURE="${PV}" install
+}



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

2019-01-07 Thread Alexis Ballier
commit: 66b1d69aba54795c6f6339a9a23c21d2f4223284
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan  7 19:35:58 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan  7 19:35:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b1d69a

dev-python/simplekv: bump to 0.11.11

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/simplekv/Manifest|  1 +
 dev-python/simplekv/simplekv-0.11.11.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/simplekv/Manifest b/dev-python/simplekv/Manifest
index fd44d27e7ca..cb4644aa052 100644
--- a/dev-python/simplekv/Manifest
+++ b/dev-python/simplekv/Manifest
@@ -1,3 +1,4 @@
 DIST simplekv-0.11.10.tar.gz 19711 BLAKE2B 
9de8e7be32bf5322a93a49240b4ad99e294d3296af4ba67454805e1a4dcf2dd6c0f5afa092949d7061003c8c877c153502db714de310d06eee10d6530e2485af
 SHA512 
96936bcd6c2717412f5076326a87be1a37bf8cc7cf95adf412bf3a1874edaacb7b3a86759c2729a2fb2d126735fb87cbb569d42a015c0b5c697a09dd362f413b
+DIST simplekv-0.11.11.tar.gz 19708 BLAKE2B 
558475867f2a023af9cb6c1cfc7a161107db7ab6550d19bc4f9ab126c586808b15378a11f23966e2026ae142764533d7efa3960c4e929ea87edac48c52635434
 SHA512 
8b44e817213b90c05979ac0d4b2a7444a415eca6b4a1b565c41826f3c42370ec844ffef6c35d097de4349747b9d669ec7a8e57093685222709e228f1bc083505
 DIST simplekv-0.11.8.tar.gz 19387 BLAKE2B 
6df2a6288173e6e0faf4081e0e8f1ff7453bf8348e9a6525729c4f0536b6043047a1743f01a0485f1a893b22888c981ca0bcf859aa1aa6d24456c35ac4ee651f
 SHA512 
df3a02752c796d8567937701b39a3747e042260744d92c985bf84885147800a1a9aed7615c3f29b807717be15f838498a23c730804cd4bcf4ddca56ead57923e
 DIST simplekv-0.9.2.tar.gz 13750 BLAKE2B 
b3e64064ee8326a3e168cbb0ff7196e2b82ffd38c0388ca42d63c5f5ddf3078c071bf9ae2cb5b94bf7ef05a338800d567c9e61a4d560eb11f0e95b7eed8b1f9d
 SHA512 
cfa17cc0920d4a0513c56443c30ed07a77130f689d71130a058e2a46a5b9dbfc22b1fd21d6fee973fc00242c6b9391143a4db91f9c1937ea7f64daa898a8f045

diff --git a/dev-python/simplekv/simplekv-0.11.11.ebuild 
b/dev-python/simplekv/simplekv-0.11.11.ebuild
new file mode 100644
index 000..cf286bf9d6c
--- /dev/null
+++ b/dev-python/simplekv/simplekv-0.11.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="A key-value storage for binary data, support many backends."
+HOMEPAGE="https://pypi.org/project/simplekv/ https://github.com/mbr/simplekv;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""



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

2019-01-07 Thread Alexis Ballier
commit: 950107677e7ab5383ddce4622c720036dbfad586
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan  7 19:37:24 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan  7 19:37:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95010767

dev-python/rfc3987: bump to 1.3.8

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/rfc3987/Manifest |  1 +
 dev-python/rfc3987/rfc3987-1.3.8.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/rfc3987/Manifest b/dev-python/rfc3987/Manifest
index 8d8731d355c..29a0f15d4c4 100644
--- a/dev-python/rfc3987/Manifest
+++ b/dev-python/rfc3987/Manifest
@@ -1 +1,2 @@
 DIST rfc3987-1.3.7.tar.gz 20701 BLAKE2B 
234f3dc60d83e5615ae9fbbc14d063f9a993a532f5e7042144a8f5e995d44a27d88c284f7e12ff1f3f92d2440333438b3e1a0804ab43ca229305ce20ec4cb4f2
 SHA512 
c5fa8eb36358f7f42d12adc305031bfff7bd77e83316ad4458ed07acc6094c7d9109b95848b9296dcbc6677ce34aa59b1be8fd57dfcdc6be47eb92aeda51c518
+DIST rfc3987-1.3.8.tar.gz 20700 BLAKE2B 
0662a5f376680a18eb58c76b5d1d4df653f62df7175f8c3f828cf8a410f900ba8feb81faf4ce40fabeecb74047e6b1542e170fba946d3189b18c553f16eda1e4
 SHA512 
0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c

diff --git a/dev-python/rfc3987/rfc3987-1.3.8.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.8.ebuild
new file mode 100644
index 000..7e5f142779d
--- /dev/null
+++ b/dev-python/rfc3987/rfc3987-1.3.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+HOMEPAGE="https://github.com/dgerber/rfc3987 https://pypi.org/project/rfc3987/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="$(python_gen_cond_dep \
+   'dev-python/regex[${PYTHON_USEDEP}]' python2_7 'python3*' pypy)"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   ${EPYTHON} -m doctest -v "${S}/${PN}.py" || die
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qt3d/

2019-01-07 Thread Davide Pesavento
commit: 403859343e41e506fafe12c70f21392410c83049
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:25:43 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:25:43 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=40385934

dev-qt/qt3d: tweak DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qt3d/qt3d-5.12.0.ebuild| 4 ++--
 dev-qt/qt3d/qt3d-5.12..ebuild | 4 ++--
 dev-qt/qt3d/qt3d-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/qt3d/qt3d-5.12.0.ebuild b/dev-qt/qt3d/qt3d-5.12.0.ebuild
index 40cf9458..875c47d5 100644
--- a/dev-qt/qt3d/qt3d-5.12.0.ebuild
+++ b/dev-qt/qt3d/qt3d-5.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The 3D module for the Qt5 framework"
+DESCRIPTION="3D rendering module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"

diff --git a/dev-qt/qt3d/qt3d-5.12..ebuild 
b/dev-qt/qt3d/qt3d-5.12..ebuild
index e6563090..875c47d5 100644
--- a/dev-qt/qt3d/qt3d-5.12..ebuild
+++ b/dev-qt/qt3d/qt3d-5.12..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The 3D module for the Qt5 framework"
+DESCRIPTION="3D rendering module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"

diff --git a/dev-qt/qt3d/qt3d-5..ebuild b/dev-qt/qt3d/qt3d-5..ebuild
index e6563090..875c47d5 100644
--- a/dev-qt/qt3d/qt3d-5..ebuild
+++ b/dev-qt/qt3d/qt3d-5..ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit qt5-build
 
-DESCRIPTION="The 3D module for the Qt5 framework"
+DESCRIPTION="3D rendering module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~x86"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtchooser/

2019-01-07 Thread Davide Pesavento
commit: ffd7947ba02972bd7b1ead592cc9573a06a821dc
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:28:35 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:28:35 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=ffd7947b

dev-qt/qtchooser: sync with gentoo.git

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtchooser/qtchooser-.ebuild | 32 
 1 file changed, 4 insertions(+), 28 deletions(-)

diff --git a/dev-qt/qtchooser/qtchooser-.ebuild 
b/dev-qt/qtchooser/qtchooser-.ebuild
index 144fa7ab..ba405ef6 100644
--- a/dev-qt/qtchooser/qtchooser-.ebuild
+++ b/dev-qt/qtchooser/qtchooser-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit qmake-utils toolchain-funcs git-r3
 
-DESCRIPTION="Qt4/Qt5 version chooser"
+DESCRIPTION="Tool to quickly switch between multiple Qt installations"
 HOMEPAGE="https://code.qt.io/cgit/qtsdk/qtchooser.git/;
 EGIT_REPO_URI="https://code.qt.io/qtsdk/qtchooser.git;
 
@@ -18,31 +18,7 @@ DEPEND="test? (
dev-qt/qtcore:5
dev-qt/qttest:5
)"
-RDEPEND="
-   !

[gentoo-commits] proj/qt:master commit in: dev-qt/designer/

2019-01-07 Thread Davide Pesavento
commit: 3c7a7017ae79ca1baf1a84445b6c2e43a1e92d8c
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:09:33 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:09:33 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3c7a7017

dev-qt/designer: tweak DESCRIPTION

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/designer/designer-5.12.0.ebuild| 4 ++--
 dev-qt/designer/designer-5.12..ebuild | 4 ++--
 dev-qt/designer/designer-5..ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-qt/designer/designer-5.12.0.ebuild 
b/dev-qt/designer/designer-5.12.0.ebuild
index 96c64472..ba8d912c 100644
--- a/dev-qt/designer/designer-5.12.0.ebuild
+++ b/dev-qt/designer/designer-5.12.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 QT5_MODULE="qttools"
 inherit desktop gnome2-utils qt5-build
 
-DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
+DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces 
with QtWidgets"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/designer/designer-5.12..ebuild 
b/dev-qt/designer/designer-5.12..ebuild
index c561782d..ba8d912c 100644
--- a/dev-qt/designer/designer-5.12..ebuild
+++ b/dev-qt/designer/designer-5.12..ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 QT5_MODULE="qttools"
 inherit desktop gnome2-utils qt5-build
 
-DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
+DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces 
with QtWidgets"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"

diff --git a/dev-qt/designer/designer-5..ebuild 
b/dev-qt/designer/designer-5..ebuild
index c561782d..ba8d912c 100644
--- a/dev-qt/designer/designer-5..ebuild
+++ b/dev-qt/designer/designer-5..ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 QT5_MODULE="qttools"
 inherit desktop gnome2-utils qt5-build
 
-DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
+DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces 
with QtWidgets"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"



[gentoo-commits] proj/qt:master commit in: dev-qt/qtcanvas3d/

2019-01-07 Thread Davide Pesavento
commit: 13cae91d88fac7ae9639df3d37aaceca0ad63a30
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Jan  7 19:18:17 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Jan  7 19:18:17 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=13cae91d

dev-qt/qtcanvas3d: remove deprecated module

No point in adding a module that's already deprecated.

Signed-off-by: Davide Pesavento  gentoo.org>

 dev-qt/qtcanvas3d/Manifest|  1 -
 dev-qt/qtcanvas3d/metadata.xml| 17 -
 dev-qt/qtcanvas3d/qtcanvas3d-5.12.0.ebuild| 21 -
 dev-qt/qtcanvas3d/qtcanvas3d-5.12..ebuild | 21 -
 dev-qt/qtcanvas3d/qtcanvas3d-5..ebuild| 21 -
 5 files changed, 81 deletions(-)

diff --git a/dev-qt/qtcanvas3d/Manifest b/dev-qt/qtcanvas3d/Manifest
deleted file mode 100644
index 56f2628b..
--- a/dev-qt/qtcanvas3d/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtcanvas3d-everywhere-src-5.12.0.tar.xz 10914876 BLAKE2B 
16c2fb4f8cbcd2e4336e016a92d7be402328d05c67ac3a814cae382cc91ffa0c683a186eb1b18c0f898e7648465a107fd46da85c19e6113224324f69a72ebef4
 SHA512 
c4eab7c7f25710aa27ed5a0af25c69d9317288fb47f4b66c5b4eba653e2c6446277bec965d6b90df714e3151be2bf4f61e106469589be1e6f34f78d86f68d80a

diff --git a/dev-qt/qtcanvas3d/metadata.xml b/dev-qt/qtcanvas3d/metadata.xml
deleted file mode 100644
index 32568f62..
--- a/dev-qt/qtcanvas3d/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   q...@gentoo.org
-   Gentoo Qt Project
-   
-   
-   https://bugreports.qt.io/
-   https://doc.qt.io/
-   
-   
-   
-   Must only be used by packages that are known to use 
private parts of the Qt API.
-   
-   
-

diff --git a/dev-qt/qtcanvas3d/qtcanvas3d-5.12.0.ebuild 
b/dev-qt/qtcanvas3d/qtcanvas3d-5.12.0.ebuild
deleted file mode 100644
index 342000ac..
--- a/dev-qt/qtcanvas3d/qtcanvas3d-5.12.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Qt module to make WebGL-like 3D drawing calls from Qt Quick 
JavaScript"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   ~dev-qt/qtdeclarative-${PV}
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtnetwork-${PV}
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtcanvas3d/qtcanvas3d-5.12..ebuild 
b/dev-qt/qtcanvas3d/qtcanvas3d-5.12..ebuild
deleted file mode 100644
index ab9ec684..
--- a/dev-qt/qtcanvas3d/qtcanvas3d-5.12..ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Qt module to make WebGL-like 3D drawing calls from Qt Quick 
JavaScript"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   ~dev-qt/qtdeclarative-${PV}
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtnetwork-${PV}
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtcanvas3d/qtcanvas3d-5..ebuild 
b/dev-qt/qtcanvas3d/qtcanvas3d-5..ebuild
deleted file mode 100644
index ab9ec684..
--- a/dev-qt/qtcanvas3d/qtcanvas3d-5..ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Qt module to make WebGL-like 3D drawing calls from Qt Quick 
JavaScript"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   ~dev-qt/qtdeclarative-${PV}
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtnetwork-${PV}
-"
-RDEPEND="${DEPEND}"



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

2019-01-07 Thread Lars Wendler
commit: f57db9545d428d0f4a1f401f7f0ac92191288fac
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:28:11 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57db954

mail-filter/libdkim: Adjusted sub-slot dep on dev-libs/openssl

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

 mail-filter/libdkim/libdkim-1.0.21-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/libdkim/libdkim-1.0.21-r3.ebuild 
b/mail-filter/libdkim/libdkim-1.0.21-r3.ebuild
index 86a1e2d444f..d6a2a309bf8 100644
--- a/mail-filter/libdkim/libdkim-1.0.21-r3.ebuild
+++ b/mail-filter/libdkim/libdkim-1.0.21-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,7 +18,7 @@ KEYWORDS="amd64 x86"
 IUSE="libressl static-libs"
 
 DEPEND="
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
app-arch/unzip"
 RDEPEND="



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

2019-01-07 Thread Lars Wendler
commit: 9ce82c9e35a05d159aca6d8f83d5f47143990a9d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:24:06 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce82c9e

mail-filter/imapfilter: Adjusted (sub-)slot dep on dev-libs/openssl

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

 mail-filter/imapfilter/imapfilter-2.5.4.ebuild| 4 ++--
 mail-filter/imapfilter/imapfilter-2.5.6.ebuild| 4 ++--
 mail-filter/imapfilter/imapfilter-2.5.7-r1.ebuild | 4 ++--
 mail-filter/imapfilter/imapfilter-2.5.7.ebuild| 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail-filter/imapfilter/imapfilter-2.5.4.ebuild 
b/mail-filter/imapfilter/imapfilter-2.5.4.ebuild
index ef51fa3defe..78c29f25810 100644
--- a/mail-filter/imapfilter/imapfilter-2.5.4.ebuild
+++ b/mail-filter/imapfilter/imapfilter-2.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-RDEPEND="dev-libs/openssl
+RDEPEND="dev-libs/openssl:0=
dev-libs/libpcre
>=dev-lang/lua-5.1"
 DEPEND="${RDEPEND}"

diff --git a/mail-filter/imapfilter/imapfilter-2.5.6.ebuild 
b/mail-filter/imapfilter/imapfilter-2.5.6.ebuild
index 57e302b6f29..78c29f25810 100644
--- a/mail-filter/imapfilter/imapfilter-2.5.6.ebuild
+++ b/mail-filter/imapfilter/imapfilter-2.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 
-RDEPEND="dev-libs/openssl
+RDEPEND="dev-libs/openssl:0=
dev-libs/libpcre
>=dev-lang/lua-5.1"
 DEPEND="${RDEPEND}"

diff --git a/mail-filter/imapfilter/imapfilter-2.5.7-r1.ebuild 
b/mail-filter/imapfilter/imapfilter-2.5.7-r1.ebuild
index 65f21889150..e0489a8fead 100644
--- a/mail-filter/imapfilter/imapfilter-2.5.7-r1.ebuild
+++ b/mail-filter/imapfilter/imapfilter-2.5.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="libressl"
 
 RDEPEND="
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
dev-libs/libpcre
dev-lang/lua:*"

diff --git a/mail-filter/imapfilter/imapfilter-2.5.7.ebuild 
b/mail-filter/imapfilter/imapfilter-2.5.7.ebuild
index 3f0bcd1d9fc..790a2245433 100644
--- a/mail-filter/imapfilter/imapfilter-2.5.7.ebuild
+++ b/mail-filter/imapfilter/imapfilter-2.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-RDEPEND="dev-libs/openssl:0
+RDEPEND="dev-libs/openssl:0=
dev-libs/libpcre
dev-lang/lua:*"
 DEPEND="${RDEPEND}"



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

2019-01-07 Thread Lars Wendler
commit: dd6d75b331b6d39b0b5bad3cb363b94fe173876f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:44:41 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d75b3

mail-filter/spamdyke: Adjusted sub-slot dep on dev-libs/openssl

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

 mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild | 6 +++---
 mail-filter/spamdyke/spamdyke-4.3.0.ebuild| 4 ++--
 mail-filter/spamdyke/spamdyke-5.0.1.ebuild| 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild 
b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
index a91c7403a92..02c6a579d92 100644
--- a/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
+++ b/mail-filter/spamdyke/spamdyke-4.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,8 +16,8 @@ IUSE="libressl +ssl"
 
 DEPEND="
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
)"
 RDEPEND="${DEPEND}
virtual/qmail"

diff --git a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild 
b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
index 14564e0a21c..24eabfe0292 100644
--- a/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
+++ b/mail-filter/spamdyke/spamdyke-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+ssl"
 
-DEPEND="ssl? ( dev-libs/openssl )"
+DEPEND="ssl? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}
virtual/qmail"
 

diff --git a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild 
b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
index 9be8f12fbc6..c084bef6344 100644
--- a/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
+++ b/mail-filter/spamdyke/spamdyke-5.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,8 +16,8 @@ IUSE="libressl +ssl"
 
 DEPEND="
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
)"
 
 RDEPEND="



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

2019-01-07 Thread Lars Wendler
commit: 03fa4115b6dbc899fda0010d83860eb6f7c23f03
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:01:44 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fa4115

dev-libs/softhsm: Adjusted slot dependency on dev-libs/openssl

source-based packages should never depend on any other openssl slot
than slot 0.

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

 dev-libs/softhsm/softhsm-2.4.0.ebuild | 2 +-
 dev-libs/softhsm/softhsm-2.5.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/softhsm/softhsm-2.4.0.ebuild 
b/dev-libs/softhsm/softhsm-2.4.0.ebuild
index 1db7548275e..70b3e1b0f08 100644
--- a/dev-libs/softhsm/softhsm-2.4.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.4.0.ebuild
@@ -13,7 +13,7 @@ SLOT="2"
 LICENSE="BSD"
 
 RDEPEND="migration-tool? ( dev-db/sqlite:3 )
-   !libressl? ( dev-libs/openssl:=[bindist=] )
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
libressl? ( dev-libs/libressl )
!~dev-libs/softhsm-2.0.0:0"
 DEPEND="${RDEPEND}"

diff --git a/dev-libs/softhsm/softhsm-2.5.0.ebuild 
b/dev-libs/softhsm/softhsm-2.5.0.ebuild
index a23cda5d73e..c05dee21086 100644
--- a/dev-libs/softhsm/softhsm-2.5.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.5.0.ebuild
@@ -13,7 +13,7 @@ SLOT="2"
 LICENSE="BSD"
 
 RDEPEND="migration-tool? ( dev-db/sqlite:3= )
-   !libressl? ( dev-libs/openssl:=[bindist=] )
+   !libressl? ( dev-libs/openssl:0=[bindist=] )
libressl? ( dev-libs/libressl:= )
!~dev-libs/softhsm-2.0.0:0"
 DEPEND="${RDEPEND}"



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

2019-01-07 Thread Lars Wendler
commit: 1d32fdff7c65f7be11fbb6a81b5de21f81b81361
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:03:01 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d32fdff

dev-libs/tntnet: Adjusted (sub-)slot dep on dev-libs/openssl

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

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

diff --git a/dev-libs/tntnet/tntnet-2.2.1.ebuild 
b/dev-libs/tntnet/tntnet-2.2.1.ebuild
index 6102ea7fb03..bd46d16526d 100644
--- a/dev-libs/tntnet/tntnet-2.2.1.ebuild
+++ b/dev-libs/tntnet/tntnet-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/cxxtools-2.2.1
>=net-libs/gnutls-1.2.0
dev-libs/libgcrypt:0
)
-   !gnutls? ( dev-libs/openssl:* )
+   !gnutls? ( dev-libs/openssl:0= )
)"
 DEPEND="${RDEPEND}
virtual/pkgconfig



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

2019-01-07 Thread Lars Wendler
commit: 994b2637587b93854b7dc045079240382ef73a86
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:54:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994b2637

mail-mta/netqmail: Adjusted (sub-)slot dep on dev-libs/openssl

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

 mail-mta/netqmail/netqmail-1.06-r1.ebuild | 4 ++--
 mail-mta/netqmail/netqmail-1.06-r2.ebuild | 4 ++--
 mail-mta/netqmail/netqmail-1.06-r3.ebuild | 6 +++---
 mail-mta/netqmail/netqmail-1.06-r4.ebuild | 6 +++---
 mail-mta/netqmail/netqmail-1.06-r5.ebuild | 6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/mail-mta/netqmail/netqmail-1.06-r1.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r1.ebuild
index 1ae9ddbc91b..2241f6b302f 100644
--- a/mail-mta/netqmail/netqmail-1.06-r1.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -42,7 +42,7 @@ RESTRICT="test"
 DEPEND="
!mail-mta/qmail
net-mail/queue-repair
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
 "
 RDEPEND="
!mail-mta/courier

diff --git a/mail-mta/netqmail/netqmail-1.06-r2.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r2.ebuild
index 77aa72ee142..7ea91d79242 100644
--- a/mail-mta/netqmail/netqmail-1.06-r2.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -44,7 +44,7 @@ RESTRICT="test"
 DEPEND="
!mail-mta/qmail
net-mail/queue-repair
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0= )
sys-apps/groff
 "
 RDEPEND="

diff --git a/mail-mta/netqmail/netqmail-1.06-r3.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r3.ebuild
index d939d63049c..c75b1f3991f 100644
--- a/mail-mta/netqmail/netqmail-1.06-r3.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -45,8 +45,8 @@ DEPEND="
!mail-mta/qmail
net-mail/queue-repair
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
)
sys-apps/groff
 "

diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
index 71b8eb49f7c..04bb94458c0 100644
--- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -45,8 +45,8 @@ DEPEND="
!mail-mta/qmail
net-mail/queue-repair
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
)
sys-apps/gentoo-functions
sys-apps/groff

diff --git a/mail-mta/netqmail/netqmail-1.06-r5.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r5.ebuild
index 54751d00c83..b5fb32e8e3b 100644
--- a/mail-mta/netqmail/netqmail-1.06-r5.ebuild
+++ b/mail-mta/netqmail/netqmail-1.06-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -48,8 +48,8 @@ DEPEND="
!mail-mta/qmail
net-mail/queue-repair
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
)
sys-apps/gentoo-functions
sys-apps/groff



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

2019-01-07 Thread Lars Wendler
commit: 2c3a8df6ee40ba858dcd3f582e63e2f7af491b09
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:29:23 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3a8df6

mail-filter/opendkim: Removed old.

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

 mail-filter/opendkim/opendkim-2.10.3-r2.ebuild | 198 -
 mail-filter/opendkim/opendkim-2.10.3.ebuild| 195 
 2 files changed, 393 deletions(-)

diff --git a/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild 
b/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild
deleted file mode 100644
index 83fbee2e61f..000
--- a/mail-filter/opendkim/opendkim-2.10.3-r2.ebuild
+++ /dev/null
@@ -1,198 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools db-use eutils systemd user
-
-# for betas
-#MY_P=${P/_b/.B}
-#S=${WORKDIR}/${PN}-2.8.0
-#SRC_URI="mirror://sourceforge/opendkim/${MY_P}.tar.gz"
-
-DESCRIPTION="A milter-based application to provide DKIM signing and 
verification"
-HOMEPAGE="http://opendkim.org;
-SRC_URI="mirror://sourceforge/opendkim/${P}.tar.gz"
-
-LICENSE="Sendmail-Open-Source BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+berkdb gnutls ldap libressl lmdb lua memcached opendbx poll sasl 
selinux +ssl static-libs unbound"
-
-DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
-   dev-libs/libbsd
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   berkdb? ( >=sys-libs/db-3.2:* )
-   opendbx? ( >=dev-db/opendbx-1.4.0 )
-   lua? ( dev-lang/lua:* )
-   ldap? ( net-nds/openldap )
-   lmdb? ( dev-db/lmdb )
-   memcached? ( dev-libs/libmemcached )
-   sasl? ( dev-libs/cyrus-sasl )
-   unbound? ( >=net-dns/unbound-1.4.1:= net-dns/dnssec-root )
-   !unbound? ( net-libs/ldns )
-   gnutls? ( >=net-libs/gnutls-2.11.7 )"
-
-RDEPEND="${DEPEND}
-   sys-process/psmisc
-   selinux? ( sec-policy/selinux-dkim )
-"
-
-REQUIRED_USE="sasl? ( ldap )"
-
-pkg_setup() {
-   enewgroup milter
-   # mail-milter/spamass-milter creates milter user with this home 
directory
-   # For consistency reasons, milter user must be created here with this 
home directory
-   # even though this package doesn't need a home directory for this user 
(#280571)
-   enewuser milter -1 -1 /var/lib/milter milter
-}
-
-src_prepare() {
-   sed -i -e 's:/var/db/dkim:/etc/opendkim:g' \
-  -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
-  -e 's:/etc/mail:/etc/opendkim:g' \
-  -e 's:mailnull:milter:g' \
-  -e 's:^#[[:space:]]*PidFile.*:PidFile 
/run/opendkim/opendkim.pid:' \
-  opendkim/opendkim.conf.sample 
opendkim/opendkim.conf.simple.in \
-  stats/opendkim-reportstats{,.in} || die
-
-   sed -i -e 's:dist_doc_DATA:dist_html_DATA:' 
libopendkim/docs/Makefile.am \
-   || die
-
-   sed -i -e '/sock.*mt.getcwd/s:mt.getcwd():"/tmp":' opendkim/tests/*.lua
-   sed -i -e '/sock.*mt.getcwd/s:mt.getcwd():"/proc/self/cwd":' 
opendkim/tests/*.lua
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf
-   if use berkdb ; then
-   myconf=$(db_includedir)
-   myconf="--with-db-incdir=${myconf#-I}"
-   myconf+=" --enable-popauth"
-   myconf+=" --enable-query_cache"
-   myconf+=" --enable-stats"
-   fi
-   if use unbound; then
-   myconf+=" --with-unbound"
-   else
-   myconf+=" --with-ldns"
-   fi
-   if use ldap; then
-   myconf+=" $(use_with sasl)"
-   fi
-   econf \
-   $(use_with berkdb db) \
-   $(use_with opendbx odbx) \
-   $(use_with lua) \
-   $(use_enable lua rbl) \
-   $(use_with ldap openldap) \
-   $(use_with lmdb) \
-   $(use_enable poll) \
-   $(use_enable static-libs static) \
-   $(use_with gnutls) \
-   $(use_with memcached libmemcached) \
-   ${myconf} \
-   --docdir=/usr/share/doc/${PF} \
-   --htmldir=/usr/share/doc/${PF}/html \
-   --enable-filter \
-   --enable-atps \
-   --enable-identity_header \
-   --enable-rate_limit \
-   --enable-resign \
-   --enable-replace_rules \
-   --enable-default_sender \
-   --enable-sender_macro \
-   --enable-vbr \
-   --disable-live-testing
-   #--with-test-socket=/tmp/opendkim-$(echo ${RANDOM})-S
-   #--disable-rpath
-}
-
-src_install() {
-   emake DESTDIR="${D}" 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/sid-milter/

2019-01-07 Thread Lars Wendler
commit: ac9d7516a26f0ad3310f5e9d0d31a88d17ddac23
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:36:08 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9d7516

mail-filter/sid-milter: Adjusted sub-slot dep on dev-libs/openssl

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

 mail-filter/sid-milter/sid-milter-1.0.0-r7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-filter/sid-milter/sid-milter-1.0.0-r7.ebuild 
b/mail-filter/sid-milter/sid-milter-1.0.0-r7.ebuild
index 44343e54c35..9c8ac171f4b 100644
--- a/mail-filter/sid-milter/sid-milter-1.0.0-r7.ebuild
+++ b/mail-filter/sid-milter/sid-milter-1.0.0-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="ipv6 libressl"
 
 DEPEND="
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
>=sys-libs/db-3.2:*
|| ( mail-filter/libmilter mail-mta/sendmail )"
 RDEPEND="${DEPEND}



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

2019-01-07 Thread Lars Wendler
commit: 52270e757afdbb09c1222ffd69f14ae1940bf95f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:05:43 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52270e75

dev-python/vertex: Adjusted slot dependency on dev-libs/openssl

source-based packages should never depend on any other openssl slot
than slot 0.

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

 dev-python/vertex/vertex-0.3.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild 
b/dev-python/vertex/vertex-0.3.0-r1.ebuild
index 1cee997855b..b550fbcaed8 100644
--- a/dev-python/vertex/vertex-0.3.0-r1.ebuild
+++ b/dev-python/vertex/vertex-0.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="dev-libs/openssl
+DEPEND="dev-libs/openssl:0
>=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]"



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

2019-01-07 Thread Lars Wendler
commit: c20a8e563c0ead57492111548dc039af38d3065f
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:19:21 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20a8e56

mail-filter/gld: Adjusted sub-slot dep on dev-libs/openssl

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

 mail-filter/gld/gld-1.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/gld/gld-1.7-r3.ebuild 
b/mail-filter/gld/gld-1.7-r3.ebuild
index 24fe380c91f..90926c4222a 100644
--- a/mail-filter/gld/gld-1.7-r3.ebuild
+++ b/mail-filter/gld/gld-1.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="libressl postgres"
 # Not adding a mysql USE flag. The package defaults to it, so we will too.
 DEPEND="sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
!postgres? ( virtual/mysql )
postgres? ( dev-db/postgresql:*[server] )"



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

2019-01-07 Thread Lars Wendler
commit: d63faee519e540ce0d89f63169fdb97f7658250c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan  7 18:51:28 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan  7 19:15:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63faee5

mail-mta/courier: Adjusted slot dependency on dev-libs/openssl

source-based packages should never depend on any other openssl slot
than slot 0.

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

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

diff --git a/mail-mta/courier/courier-0.75.0.ebuild 
b/mail-mta/courier/courier-0.75.0.ebuild
index 460295cc4b0..3e048db1fd8 100644
--- a/mail-mta/courier/courier-0.75.0.ebuild
+++ b/mail-mta/courier/courier-0.75.0.ebuild
@@ -18,7 +18,7 @@ IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt 
norewrite \
 DEPEND="
>=net-libs/courier-authlib-0.66.3
>=net-libs/courier-unicode-1.3
-   !gnutls? ( dev-libs/openssl:= )
+   !gnutls? ( dev-libs/openssl:0= )
gnutls? ( net-libs/gnutls )
>=sys-libs/gdbm-1.8.0
dev-libs/libpcre



  1   2   >