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

2019-03-27 Thread Mikle Kolyada
commit: ad8fc960b870de6fabece2354a847eab5b9d92fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 28 06:57:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 28 06:57:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8fc960

www-client/firefox: amd64 stable wrt bug #681836

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 www-client/firefox/firefox-60.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-60.6.1.ebuild 
b/www-client/firefox/firefox-60.6.1.ebuild
index 2100eed34b1..a40c6d0137f 100644
--- a/www-client/firefox/firefox-60.6.1.ebuild
+++ b/www-client/firefox/firefox-60.6.1.ebuild
@@ -40,7 +40,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils llvm \
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox";
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2019-03-27 Thread Mikle Kolyada
commit: ec9cd3fb55ea97db5bf77fd8f397a928906927ba
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 28 06:48:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 28 06:48:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9cd3fb

app-misc/nnn: Version bump (v2.4)

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

 app-misc/nnn/Manifest   |  1 +
 app-misc/nnn/nnn-2.4.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-misc/nnn/Manifest b/app-misc/nnn/Manifest
index 9dfb0003191..6fd1047d969 100644
--- a/app-misc/nnn/Manifest
+++ b/app-misc/nnn/Manifest
@@ -3,3 +3,4 @@ DIST nnn-2.0.tar.gz 45791 BLAKE2B 
dd6eb88302d39b1d5f321b3fa3a19f97c70477178f7c56
 DIST nnn-2.1.tar.gz 48481 BLAKE2B 
cbf5dbcb2548e21996f3fa5b5399a56644d1e7aed6023c4ca4c2b960b2bab8833b9f8f1bfafb6d2cc2257730ebe1b3a80e0a253d81f154580888517fbfc50341
 SHA512 
4ce20944df613706545cffb70896b9c494ed0304a591b1ffdae4886ac3783c2c1ab321b336b9873bd8b1382bc9c6ae8e0226f7abb98fb461ed64b28e1302d8f2
 DIST nnn-2.2.tar.gz 50955 BLAKE2B 
010b68c20e7ce4ccc8df65192d7be0a76cb5a84973093dc97bd853a7f525904157d59f5db96ab0dd690c7fd340a90e8aab222003d51ceb8de8febebe62ba1c49
 SHA512 
0144c9f9c29c2ff3818cf14532354e8182f872580ce7c5a06ab8595b4354edc3a4ede3afc667cd0561a3de4d2f34965a9c057f7ac9555d86feff83abaaca5793
 DIST nnn-2.3.tar.gz 56286 BLAKE2B 
cc1d79ccf467ba47fc4b50f335e7f2a9b1962555afacc4996c986c9b962950c1f645ce9b0f0e7555a842f429dfc80a24522613d5f447c5edff13111baa57df02
 SHA512 
416eb08a40534ff4b92b8757c75d8e599d2ea1cbfe7cdedaccac42fd819b1f15e3da839181b232036b1d63dd8bf7c82df801cb4c456e8917fbe47a9a25fae361
+DIST nnn-2.4.tar.gz 62510 BLAKE2B 
40a445bcf840afd4dcd5c4e94d1ca3af9aad6a8b8c801d97420a4f5f237bbc41cc7157bc43cd3c9ce83b04af3dbd7c6ecf467cf690922cfe36cfeff5f87ef365
 SHA512 
b285b14bb73e81a8480b19be7adf0b6efebc632cae82cddf9f040e644dd07dfef4e5c27df2e318aaa21eb1ac4d9e20b6d89f66b8e9b481160bc49f1302806722

diff --git a/app-misc/nnn/nnn-2.4.ebuild b/app-misc/nnn/nnn-2.4.ebuild
new file mode 100644
index 000..8caa1e33b70
--- /dev/null
+++ b/app-misc/nnn/nnn-2.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 toolchain-funcs
+
+DESCRIPTION="The missing terminal file browser for X"
+HOMEPAGE="https://github.com/jarun/nnn";
+SRC_URI="https://github.com/jarun/nnn/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/ncurses:0=
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   tc-export CC
+   sed -i -e '/strip/d' Makefile || die "sed failed"
+
+}
+
+src_install() {
+   emake PREFIX="/usr" DESTDIR="${D}" install
+
+   newbashcomp scripts/auto-completion/bash/nnn-completion.bash nnn
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins scripts/auto-completion/fish/nnn.fish
+
+   insinto /usr/share/zsh/site-functions
+   doins scripts/auto-completion/zsh/_nnn
+
+   einstalldocs
+}



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

2019-03-27 Thread Georgy Yakovlev
commit: ed3ae2a477cf543dd1b32f2a73670cfa800b939f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Mar 28 05:30:50 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Mar 28 06:44:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3ae2a4

app-editors/sublime-text: fix dep on gtk+

bump eapi to 7
migrate to xdg-utils
install 16x16 icons

Closes: https://bugs.gentoo.org/680332
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 ...-text-3_p3200.ebuild => sublime-text-3_p3200-r1.ebuild} | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/sublime-text/sublime-text-3_p3200.ebuild 
b/app-editors/sublime-text/sublime-text-3_p3200-r1.ebuild
similarity index 87%
rename from app-editors/sublime-text/sublime-text-3_p3200.ebuild
rename to app-editors/sublime-text/sublime-text-3_p3200-r1.ebuild
index 5fd7944da80..d059f42e93d 100644
--- a/app-editors/sublime-text/sublime-text-3_p3200.ebuild
+++ b/app-editors/sublime-text/sublime-text-3_p3200-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit desktop gnome2-utils
+inherit desktop xdg-utils
 
 # get the major version from PV
 MV=${PV:0:1}
@@ -23,7 +23,7 @@ RESTRICT="bindist mirror strip"
 
 RDEPEND="
dev-libs/glib:2
-   x11-libs/gtk+:2
+   x11-libs/gtk+:3
x11-libs/libX11
dbus? ( sys-apps/dbus )"
 
@@ -43,7 +43,7 @@ src_install() {
dosym ../../opt/${PN}${MV}/sublime_text /usr/bin/subl
 
local size
-   for size in 32 48 128 256; do
+   for size in 16 32 48 128 256; do
dosym 
../../../../../../opt/${PN}${MV}/Icon/${size}x${size}/sublime-text.png \
/usr/share/icons/hicolor/${size}x${size}/apps/subl.png
done
@@ -52,13 +52,13 @@ src_install() {
"TextEditor;IDE;Development" "StartupNotify=true"
 
# needed to get WM_CLASS lookup right
-   mv "${ED%/}"/usr/share/applications/subl{-sublime-text,}.desktop || die
+   mv "${ED}"/usr/share/applications/subl{-sublime-text,}.desktop || die
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: media-fonts/ibm-plex/

2019-03-27 Thread Mikle Kolyada
commit: 83deace087d219da9afa83f4030c40255b717557
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 28 06:43:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 28 06:44:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83deace0

media-fonts/ibm-plex: Version bump (v1.3.1)

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

 media-fonts/ibm-plex/Manifest  |  1 +
 media-fonts/ibm-plex/ibm-plex-1.3.1.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-fonts/ibm-plex/Manifest b/media-fonts/ibm-plex/Manifest
index 5c74e62ca68..2bea52398bd 100644
--- a/media-fonts/ibm-plex/Manifest
+++ b/media-fonts/ibm-plex/Manifest
@@ -1,2 +1,3 @@
 DIST ibm-plex-1.2.3.tar.gz 64032367 BLAKE2B 
e99f6af7bbeb511c7204d2563f8cea5e21971e2e352d00c2180bae1cea6215d6622bcd811d3350de1c03bcfbdeedd4dc8f45475c12d7367989951b45569e5000
 SHA512 
9462b693bd4602d60f97435e18361c0896eb0ab00c6773ab590d85e44961de4348429bd6975522e120e56799937843f29b6f677fa6978b62525f5c4d8db5f5b8
 DIST ibm-plex-1.3.0.tar.gz 71637173 BLAKE2B 
91c48f07fe65b3c94f53cfd2430ea5eee81cefd723d3c7211dfac3c8a827cf63fc94a6f4173c5cf77c9ccf4ed3965be9f23ded15ac21c778476c19e97aafa900
 SHA512 
464d1a29580f31dad744c43e9765dd21d832b7f2299e0785d3846e6bc5fcc06ff0f8a7b29dec13f136195776151dc4b80704f2660632b6ccd78d89a2ee4727e4
+DIST ibm-plex-1.3.1.tar.gz 71638165 BLAKE2B 
085abc1bfa84e0e3066cf52fa03192b361142bf63adf7f08e247f78d788ef51dc7e9d16f00e7d4b59237b1287505ae4e961c4a9d58a6b58f78997bf0b2c58d9c
 SHA512 
c30bbab7e0d83598f4d2e14f6fe7da8ac51c88e971b519db29a5c603d7df0d459268ec0bcb93d82a75552e1ff5ef092e5886ad498d05821c61183f70cb34c671

diff --git a/media-fonts/ibm-plex/ibm-plex-1.3.1.ebuild 
b/media-fonts/ibm-plex/ibm-plex-1.3.1.ebuild
new file mode 100644
index 000..c3e8eb6357e
--- /dev/null
+++ b/media-fonts/ibm-plex/ibm-plex-1.3.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit font
+
+DESCRIPTION="The package of IBM's typeface"
+HOMEPAGE="https://github.com/IBM/plex";
+SRC_URI="https://github.com/IBM/plex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="otf +ttf"
+
+REQUIRED_USE="^^ ( otf ttf )"
+
+S="${WORKDIR}/${P/ibm-}"
+
+DOCS=( README.md )
+
+FONT_SUFFIX=""
+
+src_install() {
+
+if use otf; then
+
+   FONT_SUFFIX+="otf"
+
+   FONT_S="
+   "${S}"/IBM-Plex-Arabic/fonts/complete/otf
+   "${S}"/IBM-Plex-Devanagari/fonts/complete/otf
+   "${S}"/IBM-Plex-Mono/fonts/complete/otf
+   "${S}"/IBM-Plex-Sans-Condensed/fonts/complete/otf
+   "${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/otf
+   "${S}"/IBM-Plex-Sans/fonts/complete/otf
+   "${S}"/IBM-Plex-Serif/fonts/complete/otf
+   "${S}"/IBM-Plex-Thai/fonts/complete/otf"
+fi
+
+if use ttf; then
+
+   FONT_SUFFIX+="ttf"
+
+   FONT_S="
+   "${S}"/IBM-Plex-Arabic/fonts/complete/ttf
+   "${S}"/IBM-Plex-Devanagari/fonts/complete/ttf
+   "${S}"/IBM-Plex-Mono/fonts/complete/ttf
+   "${S}"/IBM-Plex-Sans-Condensed/fonts/complete/ttf
+   "${S}"/IBM-Plex-Sans-Hebrew/fonts/complete/ttf
+   "${S}"/IBM-Plex-Sans/fonts/complete/ttf
+   "${S}"/IBM-Plex-Serif/fonts/complete/ttf
+   "${S}"/IBM-Plex-Thai/fonts/complete/ttf"
+fi
+
+font_src_install
+
+}



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

2019-03-27 Thread Lars Wendler
commit: 7f9da8fcf6e316115d83ae5b9dcbae4120e6cbd6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Mar 28 01:59:17 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar 28 06:40:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9da8fc

net-libs/libpsl: Add build-time dependency on Python.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Closes: https://bugs.gentoo.org/681902
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/libpsl/libpsl-0.20.2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild 
b/net-libs/libpsl/libpsl-0.20.2.ebuild
index f6ca2dc10d0..80c11e68aac 100644
--- a/net-libs/libpsl/libpsl-0.20.2.ebuild
+++ b/net-libs/libpsl/libpsl-0.20.2.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=(python{2_7,3_{5,6,7}})
 
-inherit multilib-minimal
+inherit multilib-minimal python-any-r1
 
 DESCRIPTION="C library for the Public Suffix List"
 HOMEPAGE="https://github.com/rockdaboot/libpsl";
@@ -26,6 +27,7 @@ DEPEND="
${RDEPEND}
 "
 BDEPEND="
+   ${PYTHON_DEPS}
dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig



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

2019-03-27 Thread Mikle Kolyada
commit: 827f0e57fa14073bb469700f639a4526d3da8d6a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Mar 28 06:35:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Mar 28 06:35:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827f0e57

net-irc/iroffer-dinoex: Version bump (v3.32)

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

 net-irc/iroffer-dinoex/Manifest   |   1 +
 net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild | 121 ++
 2 files changed, 122 insertions(+)

diff --git a/net-irc/iroffer-dinoex/Manifest b/net-irc/iroffer-dinoex/Manifest
index c2972b6816e..a414aafd6c0 100644
--- a/net-irc/iroffer-dinoex/Manifest
+++ b/net-irc/iroffer-dinoex/Manifest
@@ -1,2 +1,3 @@
 DIST iroffer-dinoex-3.30.tar.gz 541131 BLAKE2B 
ea61113dffcd14b162153aa03c55a203d8ccd99e8f81de53a9ab8543bd91e948509281f753a8f332445eec102b6bd2b51972ff8bedb8b574b55b9325f6969269
 SHA512 
e45dc3dd901cbb73a9d59cd5a672834c7b6527864eb3385121856af562680a0f91e8846e8690fc60a6349dc4c4fc1cf190d3ac01813c6c045ef18147d61b7d4d
 DIST iroffer-dinoex-3.31.tar.gz 527712 BLAKE2B 
8e57058af9aad9537d29a15140ab59c921d2549eb9e7a2ce9145fc1c27a4307bea882927012b04fc9f0737a8853d927c79cc0f3156dfa311072c59589fe0221f
 SHA512 
677aa03a33b99d8062db077bba47fb18b2e9279243691981bbd09cb2859fcb4792e1383225b9698edb23370ce0f60667a09480644d31171e9a8234d80052dd80
+DIST iroffer-dinoex-3.32.tar.gz 1321125 BLAKE2B 
3a124d16911d97d0ec937b86c9e0ad513ebdcea5e09e4cb1a53753c03d5e13347d0bf1116bf9abe0137fb7a05bbc7a8e31c2c0da5c15cc4e0b55e067d62b1461
 SHA512 
03d662cf7eb3093b1f050eda8777011d6e7a833dc2fcf65d29ef0294a0d6ce4e2cea273e2d4e6ee6ba2364c088890ac6338a3aa8e6477d5e2a1a990a6e4e9603

diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild 
b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
new file mode 100644
index 000..2f525ffe3ff
--- /dev/null
+++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="de en fr it"
+PLOCALE_BACKUP="en"
+
+inherit l10n toolchain-funcs user
+
+DESCRIPTION="IRC fileserver using DCC"
+HOMEPAGE="http://iroffer.dinoex.net/";
+SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz
+   http://iroffer.dinoex.net/HISTORY/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http kqueue +memsave 
ruby ssl +telnet upnp"
+
+REQUIRED_USE="
+   admin? ( http )
+   gnutls? ( ssl )
+"
+
+RDEPEND="chroot? ( dev-libs/nss )
+   curl? (
+   net-misc/curl[ssl?]
+   gnutls? ( net-misc/curl[curl_ssl_gnutls] )
+   !gnutls? ( ssl? ( net-misc/curl[curl_ssl_openssl] ) )
+   )
+   geoip? ( dev-libs/geoip )
+   gnutls? ( net-libs/gnutls )
+   ruby? ( dev-lang/ruby:* )
+   ssl? ( !gnutls? ( dev-libs/openssl:0= ) )"
+
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   enewgroup iroffer
+   enewuser iroffer -1 -1 -1 iroffer
+}
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-3.31-config.patch"
+   eapply "${FILESDIR}/${PN}-Werror.patch"
+
+   eapply_user
+
+   l10n_find_plocales_changes "" 'help-admin-' '.txt'
+}
+
+do_configure() {
+   echo ./Configure $*
+   ./Configure $* || die "configure phase failed"
+}
+
+src_configure() {
+   do_configure \
+   PREFIX="${EPREFIX}/usr"\
+   $(usex debug '-profiling' '' '' '')\
+   $(usex debug '-debug' '' '' '')\
+   $(usex geoip '-geoip' '' '' '')\
+   $(usex chroot '' '-no-chroot' '' '')\
+   $(usex curl '-curl' '' '' '' )\
+   $(usex gnutls  '-tls' '' '' '' '')\
+   $(usex upnp '-upnp' '' '' '')\
+   $(usex ruby '-ruby' '' '' '')\
+   $(usex kqueue '-kqueue' '' '' '')\
+   $(usex blowfish '' '-no-blowfish' '' '')\
+   $(usex ssl '' '-no-openssl' '' '')\
+   $(usex http '' '-no-http' '' '')\
+   $(usex admin '' '-no-admin' '' '')\
+   $(usex telnet '' '-no-telnet' '' '')\
+   $(usex memsave '' '-no-memsave' '' '')
+}
+
+src_compile() {
+   # TODO: default compile targets always include chrooted target, which 
is not good
+   emake CC="$(tc-getCC)" $(l10n_get_locales)
+}
+
+myloc() {
+   emake DESTDIR="${D}" install-${1}
+
+   dodoc help-admin-${1}.txt
+   use http && dodoc doc/INSTALL-linux-${1}.html
+
+   insinto /etc/${PN}
+   case ${1} in
+   "de")
+   doins beispiel.config;;
+   "fr")
+   doins exemple.config;;
+   *)
+   doins sample.config;;
+   esac
+}
+
+src_install() {
+   l10n_for_each_locale_do myloc
+
+   dodoc README* THANKS TODO
+   doman iroffer.1 xdcc.7
+
+   newinitd "${FILESDIR}/${PN}.init" ${P

[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_dotfile/, sys-auth/pam-pgsql/, sys-auth/pam_abl/, sys-auth/pam_p11/, ...

2019-03-27 Thread Michał Górny
commit: 7fefc74a22da5151f1475d91a0e36b5396823700
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 28 06:05:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 28 06:05:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fefc74a

*/*: Remove pam-bugs@ from maintainers

Bug: https://bugs.gentoo.org/627640
Signed-off-by: Michał Górny  gentoo.org>

 sys-apps/shadow/metadata.xml | 6 +-
 sys-auth/pam-afs-session/metadata.xml| 5 +
 sys-auth/pam-pgsql/metadata.xml  | 4 +---
 sys-auth/pam_abl/metadata.xml| 5 +
 sys-auth/pam_blue/metadata.xml   | 5 +
 sys-auth/pam_chroot/metadata.xml | 5 +
 sys-auth/pam_dotfile/metadata.xml| 4 +---
 sys-auth/pam_fprint/metadata.xml | 4 +---
 sys-auth/pam_krb5/metadata.xml   | 3 ---
 sys-auth/pam_ldap/metadata.xml   | 4 +---
 sys-auth/pam_mktemp/metadata.xml | 4 
 sys-auth/pam_p11/metadata.xml| 4 
 sys-auth/pam_passwdqc/metadata.xml   | 4 +---
 sys-auth/pam_radius/metadata.xml | 5 +
 sys-auth/pam_skey/metadata.xml   | 4 
 sys-auth/pam_ssh/metadata.xml| 4 +---
 sys-auth/pam_ssh_agent_auth/metadata.xml | 4 +---
 sys-auth/pambase/metadata.xml| 3 ---
 sys-auth/passwdqc/metadata.xml   | 4 +---
 sys-libs/pam/metadata.xml| 4 
 virtual/pam/metadata.xml | 3 ---
 21 files changed, 14 insertions(+), 74 deletions(-)

diff --git a/sys-apps/shadow/metadata.xml b/sys-apps/shadow/metadata.xml
index 2cabe8fe4fe..623e134e275 100644
--- a/sys-apps/shadow/metadata.xml
+++ b/sys-apps/shadow/metadata.xml
@@ -1,14 +1,10 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd";>
 

base-sys...@gentoo.org
Gentoo Base System

-   
-   pam-b...@gentoo.org
-   Pluggable Authentication Method maintenance
-   


cpe:/a:debian:shadow

diff --git a/sys-auth/pam-afs-session/metadata.xml 
b/sys-auth/pam-afs-session/metadata.xml
index e9ec3bb7c5a..6f49eba8f49 100644
--- a/sys-auth/pam-afs-session/metadata.xml
+++ b/sys-auth/pam-afs-session/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   pam-b...@gentoo.org
-   Pluggable Authentication Method maintenance
-
+
 

diff --git a/sys-auth/pam-pgsql/metadata.xml b/sys-auth/pam-pgsql/metadata.xml
index 1e2946263ff..0ec9a9ce141 100644
--- a/sys-auth/pam-pgsql/metadata.xml
+++ b/sys-auth/pam-pgsql/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pam-b...@gentoo.org
-   
+   

pam-pgsql


diff --git a/sys-auth/pam_abl/metadata.xml b/sys-auth/pam_abl/metadata.xml
index b508e81a148..e9b96cda5de 100644
--- a/sys-auth/pam_abl/metadata.xml
+++ b/sys-auth/pam_abl/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pam-b...@gentoo.org
-Pluggable Authentication Method maintenance
-  
+  
   
 PAM module that provides auto blacklisting of hosts and users responsible for 
repeated failed authentication attempts.
 Once a host is blacklisted it is guaranteed to fail authentication even if the 
correct credentials are provided.

diff --git a/sys-auth/pam_blue/metadata.xml b/sys-auth/pam_blue/metadata.xml
index 8136bc51b0f..49d269ca87a 100644
--- a/sys-auth/pam_blue/metadata.xml
+++ b/sys-auth/pam_blue/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pam-b...@gentoo.org
-Pluggable Authentication Method maintenance
-  
+  
   
 Bluepam is an extension for the common pam modules, give the user the
 ability for authenticaten via a bluetooth compatible device like a cell

diff --git a/sys-auth/pam_chroot/metadata.xml b/sys-auth/pam_chroot/metadata.xml
index 52068ed770c..6e423105838 100644
--- a/sys-auth/pam_chroot/metadata.xml
+++ b/sys-auth/pam_chroot/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pam-b...@gentoo.org
-Pluggable Authentication Method maintenance
-  
+  
   
 pam-chroot
   

diff --git a/sys-auth/pam_dotfile/metadata.xml 
b/sys-auth/pam_dotfile/metadata.xml
index 4561c22b658..fa83785f58d 100644
--- a/sys-auth/pam_dotfile/metadata.xml
+++ b/sys-auth/pam_dotfile/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pam-b...@gentoo.org
-   
+   

gentoo/pam_dotfile


diff --git a/sys-auth/pam_fprint/metadata.xml b/sys-auth/pam_fprint/metadata.xml
index 91fe149662b..25c54caae4b 100644
--- a/sys-auth/pam_fprint/metadata.xml
+++ b/sys-auth/pam_fprint/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pam-b...@gentoo.org
-   
+   

fprint


diff --git a/sys-auth/pam

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

2019-03-27 Thread Michał Górny
commit: e7e2a601e277bbede4f3f4aaf05cc1e49392458c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 28 06:00:05 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 28 06:00:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e2a601

sys-auth/pambase: Add zlogene as primary maint

Signed-off-by: Michał Górny  gentoo.org>

 sys-auth/pambase/metadata.xml | 186 +-
 1 file changed, 95 insertions(+), 91 deletions(-)

diff --git a/sys-auth/pambase/metadata.xml b/sys-auth/pambase/metadata.xml
index 7cd2dea5abe..ac1a717271f 100644
--- a/sys-auth/pambase/metadata.xml
+++ b/sys-auth/pambase/metadata.xml
@@ -1,95 +1,99 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pam-b...@gentoo.org
-  
-  
-
-  Enable pam_cracklib module on system authentication stack. This
-  produces warnings when changing password to something easily
-  crackable. It requires the same USE flag to be enabled on
-  sys-libs/pam or system login might be impossible.
-
-
-  Enable pam_ck_connector module on local system logins. This
-  allows for console logins to make use of ConsoleKit
-  authorization.
-
-
-  Use pam_elogind module to register user sessions with elogind.
-
-
-  Use pam_systemd module to register user sessions in the systemd
-  control group hierarchy.
-
-
-  Enable pam_gnome_keyring module on system login stack. This
-  enables proper Gnome Keyring access to logins, whether they are
-  done with the login shell, a Desktop Manager or a remote login
-  systems such as SSH.
-
-
-  Enable debug information logging on syslog(3) for all the
-  modules supporting this in the system authentication and system
-  login stacks.
-
-
-  Enable pam_passwdqc module on system auth stack for password
-  quality validation. This is an alternative to pam_cracklib
-  producing warnings, rejecting or providing example passwords
-  when changing your system password. It is used by default by
-  OpenWall GNU/*/Linux and by FreeBSD.
-
-
-  Enable pam_mktemp module on system auth stack for session
-  handling. This module creates a private temporary directory for
-  the user, and sets TMP and TMPDIR accordingly.
-
-
-  Enable pam_ssh module on system auth stack for authentication
-  and session handling. This module will accept as password the
-  passphrase of a private SSH key (one of ~/.ssh/id_rsa,
-  ~/.ssh/id_dsa or ~/.ssh/identity), and will spawn an ssh-agent
-  instance to cache the open key.
-
-
-  Switch Linux-PAM's pam_unix module to use sha512 for passwords
-  hashes rather than MD5. This option requires
-  sys-libs/pam version 1.0.1 built against
-  sys-libs/glibc version 2.7, if it's built against an
-  earlier version, it will silently be ignored, and MD5 hashes
-  will be used. All the passwords changed after this USE flag is
-  enabled will be saved to the shadow file hashed using SHA512
-  function. The password previously saved will be left
-  untouched. Please note that while SHA512-hashed passwords will
-  still be recognised if the USE flag is removed, the shadow file
-  will not be compatible with systems using an earlier glibc
-  version.
-
-
-  Enable pam_krb5 module on system auth stack, as an alternative
-  to pam_unix. If Kerberos authentication succeed, only pam_unix
-  will be ignore, and all the other modules will proceed as usual,
-  including Gnome Keyring and other session modules. It requires
-  sys-libs/pam as PAM implementation.
-
-
-  Disables the standard PAM modules that provide extra information
-  to users on login; this includes pam_tally (and pam_tally2 for
-  Linux PAM 1.1 and later), pam_lastlog, pam_motd and other
-  similar modules. This might not be a good idea on a multi-user
-  system but could reduce slightly the overhead on single-user
-  non-networked systems.
-
-
-  Enable the nullok option with the pam_unix module. This allows
-  people to login with blank passwords.
-
-
-  Enable pam_securetty module in the login stack. Not generally
-  relevant anymore as the login stack only refers to local logins
-  and local terminals imply secure access in the first place.
-
-  
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   
+   
+   pam-b...@gentoo.org
+   
+   
+   
+   Enable pam_cracklib module on system authentication 
stack. This
+   produces warnings when changing password to something 
easily
+   crackable. It requires the same USE flag to be enabled 
on
+   sys-libs/pam or system login might be 
impossible.
+

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

2019-03-27 Thread Michał Górny
commit: c6f69df2fbc858596cab922d3a1eaee837188862
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 28 06:00:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 28 06:00:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f69df2

virtual/pam: Add zlogene as primary maint

Signed-off-by: Michał Górny  gentoo.org>

 virtual/pam/metadata.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/virtual/pam/metadata.xml b/virtual/pam/metadata.xml
index 8a45446cbbc..dc56c2ceae4 100644
--- a/virtual/pam/metadata.xml
+++ b/virtual/pam/metadata.xml
@@ -1,7 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+
+   zlog...@gentoo.org
+   Mikle Kolyada
+
 
-  pam-b...@gentoo.org
+   pam-b...@gentoo.org
 
 



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

2019-03-27 Thread Markus Meier
commit: e5393e6476fa9c6df85d8b7f48ab2ba51b12ef86
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:48:45 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:48:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5393e64

mail-filter/libmilter: arm stable, bug #390947

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 mail-filter/libmilter/libmilter-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/libmilter/libmilter-1.0.2.ebuild 
b/mail-filter/libmilter/libmilter-1.0.2.ebuild
index ab4dc7bac49..a804150cb01 100644
--- a/mail-filter/libmilter/libmilter-1.0.2.ebuild
+++ b/mail-filter/libmilter/libmilter-1.0.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${SENDMAIL_VER}.tar.gz";
 
 LICENSE="Sendmail"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="ipv6 poll"
 
 DEPEND="!mail-mta/sendmail



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

2019-03-27 Thread Markus Meier
commit: 4db8e304391f812868235d5c37de0adaf14c3388
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:50:06 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db8e304

media-sound/alsa-utils: arm stable, bug #681368

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-sound/alsa-utils/alsa-utils-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild
index 605f21a1f76..39874af1a0e 100644
--- a/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild
+++ b/media-sound/alsa-utils/alsa-utils-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0.9"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86"
 IUSE="bat doc +libsamplerate +ncurses nls selinux"
 
 CDEPEND=">=media-libs/alsa-lib-${PV}



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

2019-03-27 Thread Markus Meier
commit: cc6b1fd701530a1496251441c3159122af2279b2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:50:00 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:50:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6b1fd7

media-plugins/alsa-plugins: arm stable, bug #681368

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild 
b/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild
index 7c242221913..58c2bfd65ce 100644
--- a/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild
+++ b/media-plugins/alsa-plugins/alsa-plugins-1.1.8.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://alsaproject/plugins/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux"
 IUSE="arcam_av debug ffmpeg jack libav libsamplerate +mix oss pulseaudio speex 
+usb_stream"
 
 RDEPEND="



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

2019-03-27 Thread Markus Meier
commit: dafb5067afa1eeefdef50770242d21f90d8c6056
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:49:23 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:49:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafb5067

dev-db/mariadb: arm stable, bug #670808

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 dev-db/mariadb/mariadb-10.2.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2019-03-27 Thread Markus Meier
commit: b0d9a34297fef29abdcc1c8488d2c5f91caaf810
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:49:48 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:49:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d9a342

media-libs/alsa-lib: arm stable, bug #681368

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/alsa-lib/alsa-lib-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild
index 78de5e12e59..802ee5fac83 100644
--- a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="alisp debug doc elibc_uclibc python +thread-safety"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"



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

2019-03-27 Thread Markus Meier
commit: 4af183f384a6c0d6433b6ef8a58d24c1e4d74378
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:49:28 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:49:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af183f3

dev-db/mysql-init-scripts: arm stable, bug #670808

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
index 46472b3ef1d..e595a095c1c 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2019-03-27 Thread Markus Meier
commit: 775a3bb35ec152ca18f57fd54b116a05a1d25811
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar 28 05:49:54 2019 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar 28 05:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775a3bb3

media-libs/alsa-oss: arm stable, bug #681368

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/alsa-oss/alsa-oss-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild 
b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild
index 6cbe32a04cf..aa46e9a34f2 100644
--- a/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild
+++ b/media-libs/alsa-oss/alsa-oss-1.1.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="static-libs"
 
 RDEPEND=">=media-libs/alsa-lib-${PV}[${MULTILIB_USEDEP}]"



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

2019-03-27 Thread Yixun Lan
commit: 0320a73d9fc3430c02420fcbf71fa9153c0b8169
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar 28 05:41:18 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar 28 05:41:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0320a73d

app-emulation/xen-tools: drop old vulnerables

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-tools/Manifest   |   3 -
 app-emulation/xen-tools/files/gentoo-patches.conf  |  10 -
 app-emulation/xen-tools/xen-tools-4.10.2-r1.ebuild | 456 
 app-emulation/xen-tools/xen-tools-4.10.3-r1.ebuild | 464 -
 4 files changed, 933 deletions(-)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 9233cee6df2..7b9fd93efb0 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -1,13 +1,10 @@
 DIST ovmf-20170321.tar.xz 22141096 BLAKE2B 
79e991c8f9deb297865c319e88b6e6d46b1d08067d3fd639c83f2a379670779ecc60c74c2671ea4eb4a6659fe08ac2d7d4ff337b010b42a908a50829a2d18eeb
 SHA512 
f65dabde3df967224e2072817211786ee4fc3994ee31f8f9d6f67fd74e3479e1da459c720169dd81020cdc1777e4600e531bb124b4625c2ded42c6005bdc802a
 DIST seabios-1.10.0.tar.gz 588213 BLAKE2B 
254eb4572a1dac06020a545820efb53a130a027aaab035cd916009b424475f89bd151f82f1bc5103c01c4657d09da3219d2fbcc7728add473011dcfc7bff7410
 SHA512 
f1b83ce37b59070b488e19f98c95ca9f413cf4969663331b631c3ccb884c90b2db793d32a779ef05cead538c2fd123be4b73391ad2fa20c900a1f14237178d8c
 DIST seabios-1.12.0.tar.gz 613542 BLAKE2B 
f145c2db716996bfa9e5c014086ccfaa8ae96ebc158f34303b122b7bf209408c567665d8691364df8d8e886f63e0e72a3f3cd319dfa86ef581023201b5d94e53
 SHA512 
e52c5363e5bb37b5286e55545aa06bd126218f9d0e3a06ac2e189de68fe3de3256c11ca1bb13357a9c384d7e3af6284083ff3aa587688b5de04ef11b97bdfa27
-DIST xen-4.10.2-upstream-patches-1.tar.xz 31768 BLAKE2B 
9205e5fa011426ae3eeaa19694d14ca233805be1e60326d53ec319de1fa28e3b30e7949d7d694ccc8f0e5ea77df580bb6cf22652ae1fd023fdc49b2d37dbce0a
 SHA512 
38c2286d8c1e39d42c266c76d97b5321ca5fb931ebe33ff01c5210fdda4d64ccb39eb6463e756c5178ab7d1c8433a56668abf1dabf4b5b5e85823817d927cd33
-DIST xen-4.10.2.tar.gz 24697204 BLAKE2B 
b331d3ad8d7842446f7d2da5dd31560f636aa1408dd3cc8798dff35b868ef5a609d17e97ef4355e1e5aa825a5abc74103796f9a8015037f0a564ffcebd825722
 SHA512 
2e301b4d6eb106fcb52203bc1208c8fd1fc7bb5d795166c0f86e4085227050301f7daa6f21db440c47bc2ca2c7f87d9b96753cfdf3fa724e0416b5679b84c163
 DIST xen-4.10.3-upstream-patches-1.tar.xz 24064 BLAKE2B 
ec9339d00afd4057738a78165a82dbebbab73eb561984a049daff84dfb115c0550e67796bfa775d5e5a3a4576c4ea7db408d491fe745a68c412f93a04719c58d
 SHA512 
b3761acdb7a581d172e1e2b1e09406c4748eda3e25c81c19bb53b38e005d27e10ac64109870b47ce72372dc7b7c63ec3eca6156389c174f28ab4ad1c2b9e5634
 DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 
50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906
 SHA512 
030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412
 DIST xen-4.11.1-upstream-patches-0.tar.xz 45416 BLAKE2B 
3990dbf338c2aebe1cd601d7caccc6919352cc1f937677d447c3d2626143710bdfda7f1977e2ad7112abff9cad6bb660bc1b0993ca74b2eff51da6d4f4365813
 SHA512 
ecbc13e607581a6f9b4e318145afaa92ce641bda6fb12585408f61bcf24fa9b245004ad22150e109db5d38fcea38e6bdaf6bb2d6eaaf8e5d5fa8816b5a19e456
 DIST xen-4.11.1.tar.gz 25152217 BLAKE2B 
a8dfbeb3d490787725c589e1ce82dcbbcd0be7fb4743b38daf3a8704dffda34d1faabb07d74e01d2fab1572ce0b730c21192469317545e8b3edb3fae1130ef8c
 SHA512 
c1655c5decdaed95a2b9a99652318cfc72f6cfdae957cfe60d635f7787e8850f33e8fafc4c4b8d61fb579c9b9d93028a6382903e71808a0418b931e76d72a649
 DIST xen-4.12.0-rc5.tar.gz 26514850 BLAKE2B 
41985dc33175bee8bddc4da0ec3b4da9f8cf3ebe580406011db47a27a8740566c1ace6e906d3385f73fee9b6cd572b0f3292381ac72a696fc15d020eb982ad02
 SHA512 
3d7fb254503c412a3c37782f7c75d093a1d43553dc110338d8dc00df0c6be4c8825cebf7f0519731e49263cef38d07ef48c18f073926d7eaf30abe64b13c52cb
-DIST xen-gentoo-patches-14.tar.xz 36244 BLAKE2B 
94b751df0ae9a49d1c52ec5fa835d4a040ccb6a4a0f63ef6ef628191163ce7dbd47d4e3b2dbb1cf6cf6c8b368bea4267ff989754482c4794209a80eae9313c25
 SHA512 
8a23aeddbcf80c049da36e3ef9d797c16996b45be21b56f46f3c9c3833a7c1028fd9ed56fc8053faeb78db21076608de2eb32908e1ae1285f4f200ace40c8c2d
 DIST xen-gentoo-patches-16.tar.xz 36980 BLAKE2B 
a59fcb221a915e39fbbc463fa8b1ca1ef7654936cc17f64853d91737478a6f78480a3e459b07b8c3ddcc81ab9400beb9ea3906750ba69864d1b97db349d2
 SHA512 
7727e5c7f4ef997eea830618bc26b26f3a99539a1c702264132401e41a328b384346a06b6721f18e3056fc91a2d2d2bf6320e0ae3c79432c7458a24a0d269c56
 DIST xen-ovmf-patches-3.tar.xz 4208 BLAKE2B 
0df8f85667a33c91cbfd86c59aec2ae65eca892b45d66eed76f793a52e2748989bc2785861f8bfdf94235ef7a6c0be6572c6e6cce9695469e40f0facd0ce3947
 SHA512 
abe001053ca702138bbcdd6bea14e2daae5c785f862d6a15001ca894c8ed8617f0c5dc439c6f54a414

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

2019-03-27 Thread Yixun Lan
commit: 4889b9b51133c37a7fa07b1a8a577705c3893e4b
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar 28 05:43:10 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar 28 05:43:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4889b9b5

app-emulation/xen-pvgrub: drop old version

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen-pvgrub/Manifest |   1 -
 app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild | 163 --
 2 files changed, 164 deletions(-)

diff --git a/app-emulation/xen-pvgrub/Manifest 
b/app-emulation/xen-pvgrub/Manifest
index db8f2563a58..dddb5629e41 100644
--- a/app-emulation/xen-pvgrub/Manifest
+++ b/app-emulation/xen-pvgrub/Manifest
@@ -3,7 +3,6 @@ DIST lwip-1.3.0.tar.gz 398933 BLAKE2B 
3567a593eec3d247213db57d9456c9cae50329
 DIST newlib-1.16.0.tar.gz 12024353 BLAKE2B 
26d3308148fb99baf8ad02eee4cc699cfac690100ea63aaa4be03b86d12dade238478342514bd083cbc3d27964ac42eb8dae3873fdac5ff2c593fc4fb39b2309
 SHA512 
40eb96bbc6736a16b6399e0cdb73e853d0d90b685c967e77899183446664d64570277a633fdafdefc351b46ce210a99115769a1d9f47ac749d7e82837d4d1ac3
 DIST pciutils-2.2.9.tar.bz2 212265 BLAKE2B 
014b664e90c64e7255c9e21fc25a2cc60d57f47ce282fc0331a0481a460b237783bd3774dd0689e1596d4a0be0d2889faad904da01a6f02147464bce1d1b1bc0
 SHA512 
2b3d98d027e46d8c08037366dde6f0781ca03c610ef2b380984639e4ef39899ed8d8b8e4cd9c9dc54df101279b95879bd66bfd4d04ad07fef41e847ea7ae32b5
 DIST polarssl-1.1.4-gpl.tgz 611340 BLAKE2B 
613da06dda9e4b86db5a4d616a0a0afee98c907c3c6b352eed3d9e500fc5739e62eb4f6fc32ff02579c6a6de9bd49fcd2c8bd8b2d158a5050cbaa82118d61ef0
 SHA512 
88da614e4d3f4409c4fd3bb3e44c7587ba051e3fed4e33d526069a67e8180212e1ea22da984656f50e290049f60ddca65383e5983c0f8884f648d71f698303ad
-DIST xen-4.10.2.tar.gz 24697204 BLAKE2B 
b331d3ad8d7842446f7d2da5dd31560f636aa1408dd3cc8798dff35b868ef5a609d17e97ef4355e1e5aa825a5abc74103796f9a8015037f0a564ffcebd825722
 SHA512 
2e301b4d6eb106fcb52203bc1208c8fd1fc7bb5d795166c0f86e4085227050301f7daa6f21db440c47bc2ca2c7f87d9b96753cfdf3fa724e0416b5679b84c163
 DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 
50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906
 SHA512 
030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412
 DIST xen-4.11.1.tar.gz 25152217 BLAKE2B 
a8dfbeb3d490787725c589e1ce82dcbbcd0be7fb4743b38daf3a8704dffda34d1faabb07d74e01d2fab1572ce0b730c21192469317545e8b3edb3fae1130ef8c
 SHA512 
c1655c5decdaed95a2b9a99652318cfc72f6cfdae957cfe60d635f7787e8850f33e8fafc4c4b8d61fb579c9b9d93028a6382903e71808a0418b931e76d72a649
 DIST xen-4.12.0-rc5.tar.gz 26514850 BLAKE2B 
41985dc33175bee8bddc4da0ec3b4da9f8cf3ebe580406011db47a27a8740566c1ace6e906d3385f73fee9b6cd572b0f3292381ac72a696fc15d020eb982ad02
 SHA512 
3d7fb254503c412a3c37782f7c75d093a1d43553dc110338d8dc00df0c6be4c8825cebf7f0519731e49263cef38d07ef48c18f073926d7eaf30abe64b13c52cb

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild
deleted file mode 100644
index 6309f6f7a8a..000
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE='xml,threads'
-
-inherit flag-o-matic multilib python-single-r1 toolchain-funcs
-
-XEN_EXTFILES_URL="http://xenbits.xensource.com/xen-extfiles";
-LIBPCI_URL=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci
-GRUB_URL=mirror://gnu-alpha/grub
-
-UPSTREAM_VER=
-[[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P/-pvgrub/}-upstream-patches-${UPSTREAM_VER}.tar.xz";
-
-SRC_URI="
-   
https://downloads.xenproject.org/release/xen/${PV}/xen-${PV}.tar.gz
-   $GRUB_URL/grub-0.97.tar.gz
-   $XEN_EXTFILES_URL/zlib-1.2.3.tar.gz
-   $LIBPCI_URL/pciutils-2.2.9.tar.bz2
-   $XEN_EXTFILES_URL/lwip-1.3.0.tar.gz
-   $XEN_EXTFILES_URL/newlib/newlib-1.16.0.tar.gz
-   $XEN_EXTFILES_URL/polarssl-1.1.4-gpl.tgz
-   ${UPSTREAM_PATCHSET_URI}"
-
-S="${WORKDIR}/xen-${PV}"
-
-DESCRIPTION="allows to boot Xen domU kernels from a menu.lst laying inside 
guest filesystem"
-HOMEPAGE="https://www.xenproject.org";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="custom-cflags"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="sys-devel/gettext
-   sys-devel/bin86
-   sys-apps/texinfo
-   x11-libs/pixman"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-emulation/xen-tools-${PV}"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-retar

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

2019-03-27 Thread Yixun Lan
commit: 57566503adf785f1b2bc3d90cd33161580101908
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Mar 28 05:36:07 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Mar 28 05:36:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57566503

app-emulation/xen: drop old vulnerable

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Yixun Lan  gentoo.org>

 app-emulation/xen/Manifest |   2 -
 app-emulation/xen/xen-4.10.2-r2.ebuild | 171 -
 2 files changed, 173 deletions(-)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index dda039512ee..22834c78b91 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -1,5 +1,3 @@
-DIST xen-4.10.2-upstream-patches-2.tar.xz 37800 BLAKE2B 
ecf4c1a97a1d76eef925e79fd25a654695a954f81bf8a5884cd4b1007714c888d6d7e19839556c457cf49a2f20ee88d5689a0287ffd7b16487dac676b3386daf
 SHA512 
e9212efd65827286b729b08eded4bd6deda4a9f0b72af26bf0d106a1111b56e51154d3e2a2ee4b38fcf4e8a81f30ffe2a6b711b9261e50e5954447d30e60
-DIST xen-4.10.2.tar.gz 24697204 BLAKE2B 
b331d3ad8d7842446f7d2da5dd31560f636aa1408dd3cc8798dff35b868ef5a609d17e97ef4355e1e5aa825a5abc74103796f9a8015037f0a564ffcebd825722
 SHA512 
2e301b4d6eb106fcb52203bc1208c8fd1fc7bb5d795166c0f86e4085227050301f7daa6f21db440c47bc2ca2c7f87d9b96753cfdf3fa724e0416b5679b84c163
 DIST xen-4.10.3-upstream-patches-1.tar.xz 24064 BLAKE2B 
ec9339d00afd4057738a78165a82dbebbab73eb561984a049daff84dfb115c0550e67796bfa775d5e5a3a4576c4ea7db408d491fe745a68c412f93a04719c58d
 SHA512 
b3761acdb7a581d172e1e2b1e09406c4748eda3e25c81c19bb53b38e005d27e10ac64109870b47ce72372dc7b7c63ec3eca6156389c174f28ab4ad1c2b9e5634
 DIST xen-4.10.3.tar.gz 24695778 BLAKE2B 
50a9e31fb4cf587eeedb357fc710405a1cd4506174a38eb9b032a0cdd9b7f7343d98624ecb07cf605b1403664c7117cdc8f011290309caa18ca9604b4008b906
 SHA512 
030d23109ce4c0ebf50ade6841d5525a39032bcf8fd0599ccaa9502ff301c1f61f9c5f49233b41a5934a71228958febc1e529a9fc6822ba401a0c18c490ad412
 DIST xen-4.11.1-upstream-patches-0.tar.xz 45416 BLAKE2B 
3990dbf338c2aebe1cd601d7caccc6919352cc1f937677d447c3d2626143710bdfda7f1977e2ad7112abff9cad6bb660bc1b0993ca74b2eff51da6d4f4365813
 SHA512 
ecbc13e607581a6f9b4e318145afaa92ce641bda6fb12585408f61bcf24fa9b245004ad22150e109db5d38fcea38e6bdaf6bb2d6eaaf8e5d5fa8816b5a19e456

diff --git a/app-emulation/xen/xen-4.10.2-r2.ebuild 
b/app-emulation/xen/xen-4.10.2-r2.ebuild
deleted file mode 100644
index bc238c68ed1..000
--- a/app-emulation/xen/xen-4.10.2-r2.ebuild
+++ /dev/null
@@ -1,171 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-
-if [[ $PV == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
-   SRC_URI=""
-else
-   KEYWORDS="amd64 ~arm -x86"
-   UPSTREAM_VER=2
-   SECURITY_VER=
-   GENTOO_VER=
-
-   [[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
-   
https://github.com/hydrapolic/gentoo-dist/raw/master/xen/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz";
-   [[ -n ${SECURITY_VER} ]] && \
-   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.xz";
-   [[ -n ${GENTOO_VER} ]] && \
-   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz";
-   
SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/${MY_P}.tar.gz
-   ${UPSTREAM_PATCHSET_URI}
-   ${SECURITY_PATCHSET_URI}
-   ${GENTOO_PATCHSET_URI}"
-fi
-
-DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="https://www.xenproject.org";
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="custom-cflags debug efi flask"
-
-DEPEND="${PYTHON_DEPS}
-   efi? ( >=sys-devel/binutils-2.22[multitarget] )
-   !efi? ( >=sys-devel/binutils-2.22 )"
-RDEPEND=""
-PDEPEND="~app-emulation/xen-tools-${PV}"
-
-# no tests are available for the hypervisor
-# prevent the silliness of /usr/lib/debug/usr/lib/debug files
-# prevent stripping of the debug info from the /usr/lib/debug/xen-syms
-RESTRICT="test splitdebug strip"
-
-# Approved by QA team in bug #144032
-QA_WX_LOAD="boot/xen-syms-${PV}"
-
-REQUIRED_USE="arm? ( debug )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-   if [[ -z ${XEN_TARGET_ARCH} ]]; then
-   if use amd64; then
-   export XEN_TARGET_ARCH="x86_64"
-   elif use arm; then
-   export XEN_TARGET_ARCH="arm32"
-   elif use arm64; then
-   export XEN_TARGET_ARCH="arm64"
-   else
-   di

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

2019-03-27 Thread Matt Turner
commit: be542cccd3ab6a1dcdfb954829c1717ddd8685e0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 28 03:55:40 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 28 03:59:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be542ccc

sys-power/powertop: Use pregenerated tarball

The SRC_URI in v2.9 didn't work for v2.10 so I mistakely thought they'd
just switched to github-generated tarballs.

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

 sys-power/powertop/Manifest |  2 +-
 sys-power/powertop/powertop-2.10.ebuild | 10 +++---
 sys-power/powertop/powertop-.ebuild | 10 +++---
 3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/sys-power/powertop/Manifest b/sys-power/powertop/Manifest
index 97496d051b4..a75203dd1ab 100644
--- a/sys-power/powertop/Manifest
+++ b/sys-power/powertop/Manifest
@@ -1,3 +1,3 @@
-DIST powertop-2.10.tar.gz 296409 BLAKE2B 
50a8881e8fedd66d144b6929bf077710050da264d1ff02f38bf5497b80d1038ee55434e3f731a970b92748ce3130a226ec85daf2f105fb10dcebd40355294c79
 SHA512 
ce7b5c4a5c80596c6a78f1c00c107a13dd3f0d9051c7c44333d18a0f0c050c8e148c8b251d59bd49341f20a6a19eb1f956902e8c57110251e9e4f608e0542357
 DIST powertop-2.8.tar.gz 67 BLAKE2B 
4259f462d36fe0cbb157859d6e1d3e1face67f7232fe8d4112d77f844b545f49e9cf486e21bcbc34f64ffb0c891c1864141784dde14e3a96647d6535641a840a
 SHA512 
253d0e15f0972cf8639735c510f4884d49a0da76c31dd2f39603e2297e6c6f0b9fa283c7b3cb04a431c91f8296275c0adaecc4c3e9ea132c0c31064f7f432c80
+DIST powertop-v2.10.tar.gz 722992 BLAKE2B 
573f1f0ed40705d3463f6e6f76c67ae99127ab2541b851143dafa707ef1c2dab4127d27811b63ad27e6b002ea4efd39417297a0227996ad9b01141b6de733d41
 SHA512 
4219e7aadbeebdf6932c04f784434e4dd0f540bf4941d43c1830b1b5cad1f3928769b13897e24dd956b6bdee65fb1fbe902ee30685bca229b71e140d65367837
 DIST powertop-v2.9.tar.gz 718763 BLAKE2B 
bb6ce789614397b02f0e9f1cb71585cb456c1428cc43e9fe1c4b3bc9f96171fede4c587410e78e58ad8d0b0f772549a93f454bcd1b521e6dd3c809a85dc3cf30
 SHA512 
783af538c44e3fae7215a5b4247eb32a72e02150b3f297e6b9777a450823dd30aca014601892c0e80937a366eed95b42b622c68161d53e905ad4fbcb574b26f5

diff --git a/sys-power/powertop/powertop-2.10.ebuild 
b/sys-power/powertop/powertop-2.10.ebuild
index 200e2c08f9f..27089b70cb7 100644
--- a/sys-power/powertop/powertop-2.10.ebuild
+++ b/sys-power/powertop/powertop-2.10.ebuild
@@ -9,8 +9,10 @@ if [[ ${PV} == "" ]] ; then
GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://01.org/sites/default/files/downloads/${PN}-v${PV}.tar.gz";
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+   MY_P="${PN}-v${PV}"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 inherit autotools ${GIT_ECLASS} linux-info
@@ -106,8 +108,10 @@ src_prepare() {
# Bug 599114
sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' 
configure.ac || die
 
-   chmod +x scripts/version || die "Failed to make 'scripts/version' 
executable"
-   scripts/version || die "Failed to extract version information"
+   if [[ ${PV} == "" ]] ; then
+   chmod +x scripts/version || die "Failed to make 
'scripts/version' executable"
+   scripts/version || die "Failed to extract version information"
+   fi
 
eautoreconf
 }

diff --git a/sys-power/powertop/powertop-.ebuild 
b/sys-power/powertop/powertop-.ebuild
index bf3642c77e9..165318e3ddd 100644
--- a/sys-power/powertop/powertop-.ebuild
+++ b/sys-power/powertop/powertop-.ebuild
@@ -9,8 +9,10 @@ if [[ ${PV} == "" ]] ; then
GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   
SRC_URI="https://01.org/sites/default/files/downloads/${PN}-v${PV}.tar.gz";
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+   MY_P="${PN}-v${PV}"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 inherit autotools ${GIT_ECLASS} linux-info
@@ -102,8 +104,10 @@ src_prepare() {
# Bug 599114
sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' 
configure.ac || die
 
-   chmod +x scripts/version || die "Failed to make 'scripts/version' 
executable"
-   scripts/version || die "Failed to extract version information"
+   if [[ ${PV} == "" ]] ; then
+   chmod +x scripts/version || die "Failed to make 
'scripts/version' executable"
+   scripts/version || die "Failed to extract version information"
+   fi
 
eautoreconf
 }



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

2019-03-27 Thread Matthew Marlowe
commit: 5a8814249336054eb0dbcd3710ae4c57a3a05130
Author: Matthew Marlowe  gentoo  org>
AuthorDate: Thu Mar 28 03:14:50 2019 +
Commit: Matthew Marlowe  gentoo  org>
CommitDate: Thu Mar 28 03:16:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a881424

net-analyzer/zabbix: Bump zabbix 3.0.26

Signed-off-by: Matthew Marlowe  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-analyzer/zabbix/Manifest   | 2 +-
 net-analyzer/zabbix/{zabbix-3.0.25.ebuild => zabbix-3.0.26.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 47ea3842d3b..12a0064cee6 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -5,7 +5,7 @@ DIST zabbix-3.0.19.tar.gz 15642128 BLAKE2B 
b9b84f21371db1eb8efdfb547e2b4a9216e9f
 DIST zabbix-3.0.20.tar.gz 15653766 BLAKE2B 
4c36611e6fa26f9f5a8e3201eea0f08f3c2945542284be0a823751ad39f51deffc450e1994bc685c6179d7e72bd3dd58e0071071cd02446d6d733cddf8d7f916
 SHA512 
06832600f31f13781b42083a56b8bca18f6a2034b6641b6809e338e374fa08dabbae6c9d54ee711b3dd2ac5017203fea3e0cbf7f70a1a1da60dda43c7e1af00c
 DIST zabbix-3.0.21.tar.gz 15658030 BLAKE2B 
8a943f015ba137c7a161439a31d09bf023bd02bf6ad420c8b02f316adedccf3b23df3775ecea7b27c5b4c893e881f2689cab1c28a4e6c1fe5b79ec08d5d86f43
 SHA512 
bffe02dac6f009ba8929e0d9ba222ae4bb9da05550f9eaff034fe444ee1c866bd231bb8aa814b7dedc01a5338171b40d461567a7bf619bfccfc523362db579a1
 DIST zabbix-3.0.22.tar.gz 15669417 BLAKE2B 
bef6a757324e68d61df8d892c94853ae7044cd66442cfaf2356e6f855af5d177b583aceaed14c31beb0c82e4134d089bfd7c4847c68e2c739f4e9e09a6cfb278
 SHA512 
fba82d22560c2aa1025b7d89a6ef50a02bda4c7f2408572f1b9624e8a703a798bf3188f9e8def261e564b8e74e63d4a5973e50f93d49058429d51b9699d110a8
-DIST zabbix-3.0.25.tar.gz 15595593 BLAKE2B 
7ee9f4b1ba07abbc3ec79b06244f5814d6638b5fba36b91f07852ba5779a506e6bf6414d3ed2be30fdb6798299b9441bee05a9127f85215badd9d3c375a93044
 SHA512 
40b0941f44bfeb8ad7b8d1e285e4f8796139e93815e8dd253c04170bbdb57cd46d9ebb7be7701ea8419ded8446cfed2b072e54ee67a5babc88744d87a713c897
+DIST zabbix-3.0.26.tar.gz 14724426 BLAKE2B 
d887f0dd77cf051e2b6ae16221c02c20aa3a7b8bee07eaff5a0837eb25962a4d0b42a9adace4d68d5e141fcd89a0896e3e2f64b6af5e28b2e63109a89791ced3
 SHA512 
de3ebee12a4be3b81d64fd0ce718866d55c9696da97f54c546c882f0e70656066c825c9383caf80fdf5ea6a6ac4801cb8ae88c1a83d9be051935111a72e31917
 DIST zabbix-3.2.11.tar.gz 16099820 BLAKE2B 
7038679ecc9ae1b6684d65b3dd0019865e587c82e5a3ffe55610c057f8516ebe34978101065ac31628e6fd54077877c447d64cb1d169e0ad7402e727c7e65d76
 SHA512 
a14e0af4b183c8deb524c8965700c2988c0c131844f7fbc748aa8d1703b9dad73c2cf6d77663799fbd455adf58fdd1ce8dc5fd6404a9269c1a42160ad0e33e6e
 DIST zabbix-3.4.10.tar.gz 17300622 BLAKE2B 
1b4c275d271ae4d4607400cb6e5f955ba624bf19cd116728e7a71a1b4adc0fbbde8cf91e6b0a71c5d48bf5c38b2ebe0db79f00ba3a42cc4213a0e310d56d5e29
 SHA512 
25e85cbe7a93a088fa0132ed6f3f75ad1aadedb839d745be38e180f0f9b858e32045b9d057b10cab4d3a8aa770b22b631aa0894fe5f1c3ca4ca62a000934bf94
 DIST zabbix-3.4.11.tar.gz 17517171 BLAKE2B 
72f7d1cad3e8cb7972cb9c3698d35f70c45de1244c14a87f403a0c2c9b1825d679fa32e54dc4b2aae80a24acb7723ce489e0d409fb027c1afc8bb4eccecf9867
 SHA512 
1360e1de02fbbda30539e0f1dbe9d4aee57bc693f597db011cdefe7e7c4acaa6e3452813ee29e0e614794336e7fc9210ff3458f3761fcec90db66fb4a2275373

diff --git a/net-analyzer/zabbix/zabbix-3.0.25.ebuild 
b/net-analyzer/zabbix/zabbix-3.0.26.ebuild
similarity index 99%
rename from net-analyzer/zabbix/zabbix-3.0.25.ebuild
rename to net-analyzer/zabbix/zabbix-3.0.26.ebuild
index 2af6f3cd634..4b96b6154b1 100644
--- a/net-analyzer/zabbix/zabbix-3.0.25.ebuild
+++ b/net-analyzer/zabbix/zabbix-3.0.26.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle 
postgres proxy server ssh ssl snmp sqlite odbc static"
 REQUIRED_USE="|| ( agent frontend proxy server )
proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )



[gentoo-commits] repo/gentoo:master commit in: media-radio/fsync-mdc1200-decode/

2019-03-27 Thread Rick Farina
commit: 6f583461ad516c5cc2a8142514c20f247db11614
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Mar 28 01:39:07 2019 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Mar 28 01:39:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f583461

media-radio/fsync-mdc1200-decode: add tagged release

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

 media-radio/fsync-mdc1200-decode/Manifest | 1 +
 ...ync-mdc1200-decode-.ebuild => fsync-mdc1200-decode-1.0.ebuild} | 4 ++--
 media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-radio/fsync-mdc1200-decode/Manifest 
b/media-radio/fsync-mdc1200-decode/Manifest
new file mode 100644
index 000..3c867ee5380
--- /dev/null
+++ b/media-radio/fsync-mdc1200-decode/Manifest
@@ -0,0 +1 @@
+DIST fsync-mdc1200-decode-1.0.tar.gz 19791 BLAKE2B 
86000b3b6a71895c211ae123eedfd54ba0dfa9bfc8619a28effb1f5187349aa33968acf6a24fd4e7b10e07a5693cf3410d5242d9719f34bec0a847794098196a
 SHA512 
94525b88800f285816d6c76f0474854543a805f85a3156cd516a3c952ce05e40c9c845dfb799eb5aea9cd2e659713c468e35407804b42db98981dff91d08fb92

diff --git a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild 
b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0.ebuild
similarity index 84%
copy from media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild
copy to media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0.ebuild
index 00ae9f5dee3..eaf4b75afef 100644
--- a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild
+++ b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-1.0.ebuild
@@ -15,8 +15,8 @@ if [ "${PV}" =  ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/russinnes/fsync-mdc1200-decode.git";
 else
-   KEYWORDS=""
-   SRC_URI=""
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/russinnes/fsync-mdc1200-decode/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 
 IUSE=""

diff --git a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild 
b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild
index 00ae9f5dee3..eaf4b75afef 100644
--- a/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild
+++ b/media-radio/fsync-mdc1200-decode/fsync-mdc1200-decode-.ebuild
@@ -15,8 +15,8 @@ if [ "${PV}" =  ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/russinnes/fsync-mdc1200-decode.git";
 else
-   KEYWORDS=""
-   SRC_URI=""
+   KEYWORDS="~amd64 ~x86"
+   
SRC_URI="https://github.com/russinnes/fsync-mdc1200-decode/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 
 IUSE=""



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/

2019-03-27 Thread Thomas Deutschmann
commit: 8d8a611530bda320e7116c1a8ec38f0aa8a23314
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 28 00:52:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 28 00:52:35 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=8d8a6115

mail-client/thunderbird: synchronize with Gentoo repository

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

 mail-client/thunderbird/Manifest  | 2 +-
 mail-client/thunderbird/thunderbird-60.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 8581ec4..39f6214 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,4 +1,4 @@
-DIST firefox-60.6-patches-01.tar.xz 14548 BLAKE2B 
412059a6db015fff0985e637768426f877b33bb6b649c54f1292780b9d871f8fe9bf8e6b150ec36ab3647b4501fa6aec821c089a5d6fa861402f05e948f1a9d4
 SHA512 
b97da7a7b65bbf53cb6b9f48fc6c07a32cefa9d4b4a79ce57df047f941f5269e21bf09fa56a5f31bbf757ed2d76f8a1fe01d2306c92d20cab979e0a21f895e64
+DIST firefox-60.6-patches-02.tar.xz 15788 BLAKE2B 
1be3fab620fcfa0e59d1ba4519577600e7cec4e1fe285bdce9a70e0c4464cb205850d39f8007b7ea1cb4eb3c019170fb66ec17911fcbaf26c50370a14e9bf087
 SHA512 
092ccdac1198eb775dc3dab05cd5e852b6b0c5d6557d58e54f86515f876f8ae025d872969331c482cd77317a8813a9f5926ea37d08af9d433246e2b5864d7cea
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-6.2.5.tar.xz 1745976 BLAKE2B 
31e237f8d34ab2a2ac522767460467257d1f49d15fbe24f5b80dde9fb709ffafd0c0442d99c6643ce434cf7bdf0d670447f86da9fcdadc7ada6814431ef41e8a
 SHA512 
1e997bb91d484908f225cc6e971874d308e8a8e2451a3e678f8a74bcb9e360babbd1f8aebcafb3e628ef5b10eb697ee47af2bfedbc956fee71d99084c8816235
 DIST thunderbird-60.0-patches-0.tar.xz 10292 BLAKE2B 
a81ac6708389baff21aac1511c1fc372324cac8bb3ee0f3b5d2a0690b6e22ef658b41c887b99168b43c4ea4bb0947d3e48ad9b7e80db558db22c976df868
 SHA512 
1dae465676b2ff4faae08ebf69e6bac46552bc0331659bf5f444c45b026e4c8d2fc46cd3758e3bd121716aa85d5dcc56de6483919f7f0077b9d9720574dbd1aa

diff --git a/mail-client/thunderbird/thunderbird-60.6.1.ebuild 
b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
index 2b69502..a39f40b 100644
--- a/mail-client/thunderbird/thunderbird-60.6.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
@@ -22,7 +22,7 @@ MOZ_PV="${PV/_beta/b}"
 
 # Patches
 PATCHTB="thunderbird-60.0-patches-0"
-PATCHFF="firefox-60.6-patches-01"
+PATCHFF="firefox-60.6-patches-02"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 



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

2019-03-27 Thread Thomas Deutschmann
commit: 9cca7b9dc9be495df2c60e6023ad8e70f9cbaeb8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 28 00:53:17 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 28 00:53:17 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=9cca7b9d

www-client/firefox: synchronize with Gentoo repository

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

 www-client/firefox/Manifest| 186 ++---
 ...firefox-66.0.1.ebuild => firefox-66.0.2.ebuild} |   2 +-
 2 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index df34cd8..870e89d 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,93 +1,93 @@
-DIST firefox-66.0-patches-07.tar.xz 21764 BLAKE2B 
5b1dae29c83e8c3d0b2a9327895200ae4d2ee715f12d41ead49b495bd4201a7bf3f5856096577c022b3fd6359e48c16812470969a488cd98f851319839ef32ac
 SHA512 
7129c32207f9ffc8d59c35f0861c470ab16b9852df2544c7c9b3a88bc7a5bfde1c0437dffb1f1d1cf26b0f4037d6222c9196afd6c71b48715e7955e984c9b08f
-DIST firefox-66.0.1-ach.xpi 454628 BLAKE2B 
de58912f217b10833c02d682a73b9f790735fb42411180e9e9a4b91d3aa3e7ecd0a953ea5a5fcbf5abbb96613f6db5c494849ebc9ccb4515cd3eafcea20315fc
 SHA512 
5c17f87bd60b08e0f8a6dbb35eb9834718de6418299760097b9ce5baeb38b364c64d7a03fc63a8f643917a609e9f64d541998797dafb4e5186f23dd3db00424e
-DIST firefox-66.0.1-af.xpi 447406 BLAKE2B 
2ba5c783e8a1833e42dda81409af01ccef630f2ac05024f2562af08c6f14d5325496f5a70f4cc8293b35d3cd977c0e77362ec1ddef7bc125cfeb44140530
 SHA512 
a504708bdf574b37cbc7e5d2d5ece2a1ad5e685d9c0906a77074a329424e5fe85e675d7eb03251518e46be67f51af4dd7016b6f3422e15492e3add34b214e26b
-DIST firefox-66.0.1-an.xpi 472356 BLAKE2B 
c7917e3c11caa057a258160cd78d63138e46241bc9e0ab791aec30cc4c61de53f74b3e8400cb703db060b6cf4b8c70ce842fca0767982f24fb4da5f76e0711df
 SHA512 
dc4954c6d82161bf3d97cc4e6d76a2a71c5a3e7c49ffa3b18a81cfb03727ff3ee075e76c61d4d2201e28e6c8f0ad50a16f6a5ad1c702a4b04e74084dbf8c3a5c
-DIST firefox-66.0.1-ar.xpi 516885 BLAKE2B 
3511fd7d0c162cf97f4851fac798409f2abd085054c2a121c35b55c71fd43451295dcac83413033b5403303eba98d62a81023c8355cc87b8879cf52a424ae7a8
 SHA512 
a0638738622c785245d555b54ab8b99b374742492faa39b12dd82d86f13aeea5d9403f5d4869408b636feed35986c536066a9eb407240df9d4c75ba5191d1222
-DIST firefox-66.0.1-as.xpi 479965 BLAKE2B 
0b810a85df90bd17f2bdfa56fb234c94ce4c6202407becd6ec4ad9b98bfb64ff3a3f250cdd63380fe4acd317d9badd3903727ddb7122936dc85e13529fd3ae82
 SHA512 
b9ad0d7701c895b7c376bcfc6b9c942d8f853193db94618de9ee4c07df14e1e39469d6ccf12229c4f79325a8b4cb057bdc3a8dd8118f36533122ed0cb7b95941
-DIST firefox-66.0.1-ast.xpi 471754 BLAKE2B 
701e7d0332a75204a8a813940055433772eab54a0b55b40f60bf85cca6b094772fe524f2e98473820919aa451d96948768bbbf0850459d8e122737c996ff2e21
 SHA512 
2d0533058ab1bf7ac50b03dc6b31d18d6b912f2ead9632cf9ee1baefb41fba921ad4187b4ea09115a8f3dba5b7ec457083e96310761f19956e82ab35468a3b3f
-DIST firefox-66.0.1-az.xpi 494096 BLAKE2B 
4641eda863470050ce307cf67d33c142494c58d3594f758767751a960ade9cb68d7b0c039be98630145f8fe3e1fc84e183e4318fdd183423bc926db191c51eee
 SHA512 
0baeb4568ec21583afa2a39e0a6e3d6f377cd848c07034698ec21987288d17d25aef9c47fb40ec582b19ebfebde4f71aff1b6c0f6fc36b85f487e27f6dcc73ff
-DIST firefox-66.0.1-bg.xpi 527810 BLAKE2B 
43b27e4b4bbd2a901b989b73c977b45e3647fe33659e45a6524efc40c6f808f368bf6d16431bdcabcc1b0f92dcc8ee4a566222bace38b0b19f12a69f916a9aa5
 SHA512 
4805fbb86a7472e35f5eb4ed07764caff9004a397e1be8b766f40ef8eddffa5e127205a70e93eda4aa8c4352abbbd802c19d6c99e605d159e757439098055091
-DIST firefox-66.0.1-bn-BD.xpi 547084 BLAKE2B 
2b66d7794ca102c439636c23ff2458530503f2a356a0de2e9bd1af8b33be1d55ed5df98df962be31f3f5cdb866203e1ae0bf41d81a976d4d069f5afc001a48df
 SHA512 
ddb91a9c7dc928935d154a5d301609e2beda563735d835836c6a1edb279a637d297b10dc13b9f3bef487866f5843243bc5b3dc62c0c8b40c1afc748b5a754f9a
-DIST firefox-66.0.1-bn-IN.xpi 537452 BLAKE2B 
0fa333ce78465d45d692655e9bbcc104ccfd2145bfd818efafbd41b71b21da261694f8d0a9dbb665dc97d2204d706e8363b407fd939bda4899e5a8674c5188fc
 SHA512 
f3d7c27121950be4ddd326637b9ad9b1ed14b314e2f672d0dccc7cf08e565c1ae02bfb0ed54dcefdfd6dbd3fe50b7cb3131f949dd85db2370a880cf314729656
-DIST firefox-66.0.1-br.xpi 476665 BLAKE2B 
f1179c0109c60d15441d8e8b5f9298764a32f9f6065f164065765266ea60148df515b5e0dd76d504b803ec68b9c6f4a815a198237f2bc39672f44547e36efd4f
 SHA512 
1e28c204e642a49daadc290494d899bb92cb047b6085655bada1a3b03fb3c317fa2f3c82c669c1bf533592318f17a3763d77ddff74f1a241a42a95cdb5f1994a
-DIST firefox-66.0.1-bs.xpi 469378 BLAKE2B 
fc9ac5816a09c45bed2dd608e384be5014c125046ef755c26bffeaf33251fe1daf84e5111e0bbb819bc2af3d6bba12185d9dc24abdd7f02a4a1505bbbc832b68
 SHA512 
2e3799b1d7ad733061734bfc329eb5b59e8438042320435a692b4735a35a386e1b7176fc80fdbf21b30b71a0f4abf467312e13f5634633b1c5ddb5ea72a536da
-DIST firefox-66.0.1-ca.xpi 477758 BLAKE2B 
ce0ed0b59060a6801c1002ab73a851f80b062c079f37f1d65fee541a95

[gentoo-commits] repo/gentoo:master commit in: mail-filter/procmail/files/, mail-filter/procmail/

2019-03-27 Thread Thomas Deutschmann
commit: 038c9f3140b69054f3de9cb4f1a6ccf292510952
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 28 00:44:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 28 00:44:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038c9f31

mail-filter/procmail: re-add security fix with crash fix

Bug: https://bugs.gentoo.org/638108
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../procmail/files/procmail-3.22-crash-fix.patch   |  58 ++
 mail-filter/procmail/procmail-3.22-r13.ebuild  | 125 +
 2 files changed, 183 insertions(+)

diff --git a/mail-filter/procmail/files/procmail-3.22-crash-fix.patch 
b/mail-filter/procmail/files/procmail-3.22-crash-fix.patch
new file mode 100644
index 000..8563ea3d1d4
--- /dev/null
+++ b/mail-filter/procmail/files/procmail-3.22-crash-fix.patch
@@ -0,0 +1,58 @@
+diff --git a/src/cstdio.c b/src/cstdio.c
+index 7b6fe6d..0a0bd5b 100644
+--- a/src/cstdio.c
 b/src/cstdio.c
+@@ -144,7 +144,7 @@ int getbl(p,end)char*p,*end;   
  /* my gets */
+   { case '\n':case EOF:*q='\0';
+  return overflow?-1:p!=q;  /* did we read anything at all? */
+   }
+- if(q==end)   /* check here so that a trailing backslash won't be 
lost */
++ if(q>=end)   /* check here so that a trailing backslash won't be 
lost */
+   q=p,overflow=1;
+  *q++=i;
+}
+@@ -199,7 +199,7 @@ int getlline(target,end)char*target,*end;
+  if(*(target=strchr(target,'\0')-1)=='\\')
+   { if(chp2!=target)/* non-empty line? */
+target++;/* then preserve the backslash */
+-if(target>end-2)/* space enough for getbl? */
++if(target>=end-2)   /* space enough for getbl? */
+target=end-linebuf,overflow=1; /* toss what we have */
+ continue;
+   }
+diff --git a/src/formail.c b/src/formail.c
+index 1f5c9dd..49b9967 100644
+--- a/src/formail.c
 b/src/formail.c
+@@ -219,7 +219,8 @@ static 
char*getsender(namep,fldp,headreply)char*namep;struct field*fldp;
+   if(i>=0&&(i!=maxindex(sest)||fldp==rdheader)) /* found 
anything? */
+{ char*saddr;char*tmp;  /* determine the weight */
+  
nowm=areply&&headreply?headreply==1?sest[i].wrepl:sest[i].wrrepl:i;chp+=j;
+- tmp=malloc(j=fldp->Tot_len-j);tmemmove(tmp,chp,j);(chp=tmp)[j-1]='\0';
++ tmp=malloc((j=fldp->Tot_len-j) + 
1);tmemmove(tmp,chp,j);(chp=tmp)[j-1]='\0';
++ chp[j]='\0';
+  if(sest[i].head==From_)
+   { char*pastad;
+   if(strchr(saddr=chp,'\n'))   /* multiple From_ lines */
+@@ -364,7 +365,7 @@ static PROGID;
+ 
+ int main(lastm,argv)int lastm;const char*const argv[];
+ { int i,split=0,force=0,bogus=1,every=0,headreply=0,digest=0,nowait=0,keepb=0,
+-   minfields=(char*)progid-(char*)progid,conctenate=0,babyl=0,babylstart,
++   minfields=(char*)progid-(char*)progid,conctenate=0,babyl=0,babylstart=0,
+berkeley=0,forgetclen;
+   long maxlen,ctlength;FILE*idcache=0;pid_t thepid;
+   size_t j,lnl,escaplen;char*chp,*namep,*escap=ESCAP;
+diff --git a/src/formisc.c b/src/formisc.c
+index c48df52..5c2869d 100644
+--- a/src/formisc.c
 b/src/formisc.c
+@@ -66,7 +66,7 @@ inc:start++;
+ retz:   *target='\0';
+ ret:return start;
+   }
+- if(*start=='\\')
++ if(*start=='\\' && *(start + 1))
+ *target++='\\',start++;
+  hitspc=2;
+  goto normal;   /* normal word */

diff --git a/mail-filter/procmail/procmail-3.22-r13.ebuild 
b/mail-filter/procmail/procmail-3.22-r13.ebuild
new file mode 100644
index 000..9597d1ca647
--- /dev/null
+++ b/mail-filter/procmail/procmail-3.22-r13.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs prefix
+
+DESCRIPTION="Mail delivery agent/filter"
+HOMEPAGE="http://www.procmail.org/";
+SRC_URI="http://www.procmail.org/${P}.tar.gz";
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x86-solaris"
+IUSE="mbox selinux"
+
+DEPEND="virtual/mta"
+RDEPEND="selinux? ( sec-policy/selinux-procmail )"
+
+src_prepare() {
+   # disable flock, using both fcntl and flock style locking
+   # doesn't work with NFS with 2.6.17+ kernels, bug #156493
+
+   sed -e "s:/\*#define NO_flock_LOCK:#define NO_flock_LOCK:" \
+   -i config.h || die "sed failed"
+
+   if ! use mbox ; then
+   echo "# Use maildir-style mailbox in user's home directory" > 

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

2019-03-27 Thread Thomas Deutschmann
commit: 5c55ece4eee17a954740b8ecc03b1cb8ed58c123
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 28 00:32:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 28 00:33:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c55ece4

sys-devel/patch: add patches for CVE-2018-{6951,6952}, CVE-2018-1000156

Bug: https://bugs.gentoo.org/647792
Bug: https://bugs.gentoo.org/647794
Bug: https://bugs.gentoo.org/652710
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../patch/files/patch-2.7.6-CVE-2018-1000156.patch | 150 +
 .../patch/files/patch-2.7.6-CVE-2018-6951.patch|  29 
 .../patch/files/patch-2.7.6-CVE-2018-6952.patch|  30 +
 ...-files-to-be-missing-for-ed-style-patches.patch |  25 
 sys-devel/patch/patch-2.7.6-r3.ebuild  |  40 ++
 5 files changed, 274 insertions(+)

diff --git a/sys-devel/patch/files/patch-2.7.6-CVE-2018-1000156.patch 
b/sys-devel/patch/files/patch-2.7.6-CVE-2018-1000156.patch
new file mode 100644
index 000..c0324d082fc
--- /dev/null
+++ b/sys-devel/patch/files/patch-2.7.6-CVE-2018-1000156.patch
@@ -0,0 +1,150 @@
+From 123eaff0d5d1aebe128295959435b9ca5909c26d Mon Sep 17 00:00:00 2001
+From: Andreas Gruenbacher 
+Date: Fri, 6 Apr 2018 12:14:49 +0200
+Subject: Fix arbitrary command execution in ed-style patches
+ (CVE-2018-1000156)
+
+* src/pch.c (do_ed_script): Write ed script to a temporary file instead
+of piping it to ed: this will cause ed to abort on invalid commands
+instead of rejecting them and carrying on.
+* tests/ed-style: New test case.
+* tests/Makefile.am (TESTS): Add test case.
+
+
+Without test to avoid automake due to @system package.
+---
+
+diff --git a/src/pch.c b/src/pch.c
+index 0c5cc26..4fd5a05 100644
+--- a/src/pch.c
 b/src/pch.c
+@@ -33,6 +33,7 @@
+ # include 
+ #endif
+ #include 
++#include 
+ 
+ #define INITHUNKMAX 125   /* initial dynamic allocation 
size */
+ 
+@@ -2389,24 +2390,28 @@ do_ed_script (char const *inname, char const *outname,
+ static char const editor_program[] = EDITOR_PROGRAM;
+ 
+ file_offset beginning_of_this_line;
+-FILE *pipefp = 0;
+ size_t chars_read;
++FILE *tmpfp = 0;
++char const *tmpname;
++int tmpfd;
++pid_t pid;
++
++if (! dry_run && ! skip_rest_of_patch)
++  {
++  /* Write ed script to a temporary file.  This causes ed to abort on
++ invalid commands such as when line numbers or ranges exceed the
++ number of available lines.  When ed reads from a pipe, it rejects
++ invalid commands and treats the next line as a new command, which
++ can lead to arbitrary command execution.  */
++
++  tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0);
++  if (tmpfd == -1)
++pfatal ("Can't create temporary file %s", quotearg (tmpname));
++  tmpfp = fdopen (tmpfd, "w+b");
++  if (! tmpfp)
++pfatal ("Can't open stream for file %s", quotearg (tmpname));
++  }
+ 
+-if (! dry_run && ! skip_rest_of_patch) {
+-  int exclusive = *outname_needs_removal ? 0 : O_EXCL;
+-  if (inerrno != ENOENT)
+-{
+-  *outname_needs_removal = true;
+-  copy_file (inname, outname, 0, exclusive, instat.st_mode, true);
+-}
+-  sprintf (buf, "%s %s%s", editor_program,
+-   verbosity == VERBOSE ? "" : "- ",
+-   outname);
+-  fflush (stdout);
+-  pipefp = popen(buf, binary_transput ? "wb" : "w");
+-  if (!pipefp)
+-pfatal ("Can't open pipe to %s", quotearg (buf));
+-}
+ for (;;) {
+   char ed_command_letter;
+   beginning_of_this_line = file_tell (pfp);
+@@ -2417,14 +2422,14 @@ do_ed_script (char const *inname, char const *outname,
+   }
+   ed_command_letter = get_ed_command_letter (buf);
+   if (ed_command_letter) {
+-  if (pipefp)
+-  if (! fwrite (buf, sizeof *buf, chars_read, pipefp))
++  if (tmpfp)
++  if (! fwrite (buf, sizeof *buf, chars_read, tmpfp))
+   write_fatal ();
+   if (ed_command_letter != 'd' && ed_command_letter != 's') {
+   p_pass_comments_through = true;
+   while ((chars_read = get_line ()) != 0) {
+-  if (pipefp)
+-  if (! fwrite (buf, sizeof *buf, chars_read, pipefp))
++  if (tmpfp)
++  if (! fwrite (buf, sizeof *buf, chars_read, tmpfp))
+   write_fatal ();
+   if (chars_read == 2  &&  strEQ (buf, ".\n"))
+   break;
+@@ -2437,13 +2442,49 @@ do_ed_script (char const *inname, char const *outname,
+   break;
+   }
+ }
+-if (!pipefp)
++if (!tmpfp)
+   return;
+-if (fwrite ("w\nq\n", sizeof (char), (size_t) 4, pipefp) == 0
+-  || fflush (pipefp) != 0)
++if (f

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

2019-03-27 Thread Aaron Bauman
commit: 1feae41f192d3cd313fcf93454bff5a2bcf11a2d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Mar 28 00:05:48 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Mar 28 00:07:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1feae41f

dev-libs/uriparser: ppc stable wrt bug #674354

thanks to ernsteiswuerfel!

Signed-off-by: Aaron Bauman  gentoo.org>

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

diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild 
b/dev-libs/uriparser/uriparser-0.9.1.ebuild
index 0d094b0a451..42ceadef9be 100644
--- a/dev-libs/uriparser/uriparser-0.9.1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc qt5 test unicode"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/

2019-03-27 Thread Aaron Bauman
commit: 5a73ccb22b2c9f366b930d4f921f52e9e5f11afc
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Mar 28 00:06:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Mar 28 00:07:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a73ccb2

dev-cpp/gtest: ppc stable wrt bug #674354

thanks to ernsteiswuerfel!

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-cpp/gtest/gtest-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtest/gtest-1.8.1.ebuild b/dev-cpp/gtest/gtest-1.8.1.ebuild
index fbc3eea8b77..7c94971afdc 100644
--- a/dev-cpp/gtest/gtest-1.8.1.ebuild
+++ b/dev-cpp/gtest/gtest-1.8.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/google/googletest";
 else

SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"/googletest-release-${PV}
 fi
 



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

2019-03-27 Thread Thomas Deutschmann
commit: 07ec5a4c06ae6ea67f7fc450550ed142ca5c3869
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 28 00:01:54 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 28 00:02:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ec5a4c

dev-lang/php: security cleanup

Bug: https://bugs.gentoo.org/681074
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/php/Manifest  |   6 -
 dev-lang/php/php-5.6.40.ebuild | 785 -
 dev-lang/php/php-7.1.26.ebuild | 736 --
 dev-lang/php/php-7.2.14.ebuild | 748 ---
 dev-lang/php/php-7.2.15.ebuild | 748 ---
 dev-lang/php/php-7.3.1.ebuild  | 748 ---
 dev-lang/php/php-7.3.2.ebuild  | 749 ---
 7 files changed, 4520 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 259404b9ddd..4a1e7c15617 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,11 +1,5 @@
-DIST php-5.6-openssl-1.1-compatibility.patch 42559 BLAKE2B 
b7f13866cd8545543143932930f31bcd928fa0b4b36ef63f04798b9ef4699f12b4f4227772ac9e6e5c498aaeacf7b106abcfa48031a12214e123de4b79d3a4cd
 SHA512 
eed695a3dd7ce27e8651b4a4b96ccd0514f256e7d2f0214fac899e9eeea6412aa24f863f1b5d13305bcac50667ccb62709597fb34da1002b005ebf411dd2f5df
 DIST php-5.6.40.tar.xz 12472236 BLAKE2B 
f41147eaec9b15e965540f9e871691cc88848dd619bae6af85e7bba0130b71ce91bad5cdbbadbb537c42df83369f5c731007339a9d9e21e689e913c135201afc
 SHA512 
997b5a952a60cf9166671cc91fcc34c674dd62bfd5cb0a9cdf3fdf2d088b5d19943d94c1cf193f8ab71fc4957d9a9a4c7c2fb8826f937501c1c0a0858f10e329
-DIST php-7.1.26.tar.xz 12206956 BLAKE2B 
af78f764349a05905d7db22260c8a6415a2755b29e0dd01225160235b3b38ea76c8910d79c69798aa2de3fc6d4d41e45ab951161b54e62753111f81ac9d85bc2
 SHA512 
3c80dce2d5dcbf6f253ca4ca4e4ce01fdd3a3d31a6e6045f539fefadc1ea3c391d4d4995600a4ff758ab0361e0ec2244e2eaa6591ecb3e9b8e8a9c44f67a5b32
 DIST php-7.1.27.tar.xz 12219868 BLAKE2B 
9de4902504e50b53aab28eac2252aa79302541352b1323a17e68cc58e22cd3b6108b3f7d6ba4779a7f87a561442cf3c44c5660418a354d3b48b6df270a761f8b
 SHA512 
a7019788b02f624e19f804cb0c34578443fc2e0a582a32e72d1340f3cd7bb866631497fe61d18f31f92bad5aa7667847e21bd3916fcdd6f04a3b8f88c805f544
-DIST php-7.2.14.tar.xz 12156460 BLAKE2B 
88727241ca3fd68238ce50dcb4c12868f8e6df54213b04dba7650c5f98c3f18a3d02e0a191c0ebd13d85c83cc686fef60135f69ca7cc3e425bd5d7f80035fdd7
 SHA512 
13f2c97b730e3e872bd24bcc004c6cff5e2cc633c37a4eb60b8b5d1d4454bc5985f7d52943448d61cf4a227c64be770edc5eadd2c9612b297d71c0840b4b1259
-DIST php-7.2.15.tar.xz 12164460 BLAKE2B 
16ab89c1deee7fcb1edd49b5227456f6bcf40a43668b5e1ffbab41a9f4c48a24fd318122886521838a687a52e36cb77258f6ca266046605441b835904c2dde23
 SHA512 
feecabb6ee1ec4bc98cf1aa868190c758ee57e5f2d80c91376a2d91082d01f481b0a2e3d7dbae4822d6cfbafe8bccffed15335ff561f8b239e16028ed6bdbee7
 DIST php-7.2.16.tar.xz 12166372 BLAKE2B 
c59ac69b717a8ee88f229baa94c43f9ee1d9c7161c767a95c3a9719ee70cdc9b61aaff75504aca09bba10d224d9a717cb7c985060b6912491857a003e6cbc349
 SHA512 
cd2ea3c68d7ed20317800f4b838b0dd9ae2fde508c79662b296dacdacf6c7e35b6ef30a6564516d7b22e82749a6e9e2ffcfd95b05cd79a9f227fbfaf9e25bc31
-DIST php-7.3.1.tar.xz 11944376 BLAKE2B 
55b3192774c08b1e4c6621e16176a1e352ff6ba5540794a5d769b6416929723638f1409f2f8224c7fe3db99c9b020fa51db7b78d50eaa00e790308562a0a5334
 SHA512 
0663d90537fe3901cad00ba1056782050b8a61e8edb49f01851add4992df21d23aee3e9468e32b76b7f53ffd513f1ba10c9513c549e247d796416ed176355348
-DIST php-7.3.2.tar.xz 11966760 BLAKE2B 
bb913e754e86ebbbef641d0516eb1fff7dfd7d7fe54776d4de0312175cdbc292694addd60e8ad863726796d482517e9312d83754eb70201de1a8a21e892cd87e
 SHA512 
e49eaf1f0811098910beddc407d5047e09a0f528baf4b62f2a42e8faba9d3d7a0ae82a0fd7a5bec265e22ef1bcf0cdcc4e9f0a521258412405923800798cba66
 DIST php-7.3.3.tar.xz 11972184 BLAKE2B 
e6404d8af6d0196f27a8939e995e317307287e2110b3cdc436659eb074087ac545a4253d86c4ee7374dffbe4348004bd257ec0e2b7169e8c125e664c56f9dfe7
 SHA512 
bad5fa35f5962fa23dbe01fe85f76ce80e431cf2f9719284c082bb1fa32af26407407a97d3bf999165a6158f83a9669e3dd641f6d70028ec644b74a414fb803d
 DIST php-patches-20190307-r1.tar.xz 20796 BLAKE2B 
251f0d8b222e4a6a339a3b1d4aff39fab8bd7203ec34295b7316a366a7d0015bb9e6665614005949da9decbca53aa9ac0aab63845638a6b4d3d462eabff4ea35
 SHA512 
d7a412ec1bc6002c458c6bc3cb53faf4e95a852a6cdad337f6a81a978dd56ba72801cccbe866857d6c5b7e95dfe558878133e44a4e9f9b6efd38e679acc82af9

diff --git a/dev-lang/php/php-5.6.40.ebuild b/dev-lang/php/php-5.6.40.ebuild
deleted file mode 100644
index 9a30559ff1a..000
--- a/dev-lang/php/php-5.6.40.ebuild
+++ /dev/null
@@ -1,785 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools flag-o-matic systemd
-
-DESCRIPTION="The PHP lan

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

2019-03-27 Thread Patrice Clement
commit: 16f6f818b57fc67e0995b5ce09e27a9f75e70ba3
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 27 23:52:28 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 27 23:56:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f6f818

dev-python/neovim-python-client: update DEPEND/RDEPEND.

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

 ...lient-0.3.1.ebuild => neovim-python-client-0.3.1-r1.ebuild} |  4 ++--
 .../neovim-python-client/neovim-python-client-0.3.1.ebuild |  4 ++--
 ...lient-0.3.1.ebuild => neovim-python-client-0.3.2-r1.ebuild} | 10 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
similarity index 89%
copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
copy to dev-python/neovim-python-client/neovim-python-client-0.3.1-r1.ebuild
index 751a436d4fd..5e5ba983bf6 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.3.1-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
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
virtual/python-greenlet[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
 

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
index 751a436d4fd..9c534e297e6 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.3.1.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
@@ -21,7 +21,7 @@ DEPEND="
 
 RDEPEND="
${DEPEND}
-   >=app-editors/neovim-0.2.1"
+   app-editors/neovim"
 
 S="${WORKDIR}/pynvim-${PV}"
 

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
similarity index 79%
copy from dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
copy to dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
index 751a436d4fd..52c62c1ef2d 100644
--- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
+++ b/dev-python/neovim-python-client/neovim-python-client-0.3.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 inherit distutils-r1
 
 DESCRIPTION="Python client for Neovim"
@@ -15,13 +15,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
virtual/python-greenlet[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
 
 RDEPEND="
${DEPEND}
-   >=app-editors/neovim-0.2.1"
+   app-editors/neovim"
 
 S="${WORKDIR}/pynvim-${PV}"
 



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

2019-03-27 Thread Patrice Clement
commit: 4e4c0bfa02e7fbf53df4c328d1b4af80ed974f5e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Mar 27 06:03:39 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 27 23:56:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4c0bfa

media-libs/tiff: remove unused patches.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11513
Signed-off-by: Patrice Clement  gentoo.org>

 .../tiff/files/tiff-3.9.7-CVE-2012-4447.patch  | 191 
 .../tiff/files/tiff-3.9.7-CVE-2012-4564.patch  |  77 ---
 .../tiff/files/tiff-3.9.7-CVE-2012-5581.patch  | 245 -
 .../tiff/files/tiff-3.9.7-printdir-width.patch |  36 ---
 .../tiff/files/tiff-3.9.7-tiffinfo-exif.patch  |  59 -
 5 files changed, 608 deletions(-)

diff --git a/media-libs/tiff/files/tiff-3.9.7-CVE-2012-4447.patch 
b/media-libs/tiff/files/tiff-3.9.7-CVE-2012-4447.patch
deleted file mode 100644
index 6c28dc6ec9a..000
--- a/media-libs/tiff/files/tiff-3.9.7-CVE-2012-4447.patch
+++ /dev/null
@@ -1,191 +0,0 @@
-Upstream patch for CVE-2012-4447.  This also covers an out-of-bounds-read
-possibility in the same file, which wasn't given a separate CVE.
-
-
-diff -Naur tiff-3.9.4.orig/libtiff/tif_pixarlog.c 
tiff-3.9.4/libtiff/tif_pixarlog.c
 tiff-3.9.4.orig/libtiff/tif_pixarlog.c 2010-06-08 14:50:42.0 
-0400
-+++ tiff-3.9.4/libtiff/tif_pixarlog.c  2012-12-10 15:50:14.421538317 -0500
-@@ -117,9 +117,9 @@
- if (n >= stride) {
-   mask = CODE_MASK;
-   if (stride == 3) {
--  t0 = ToLinearF[cr = wp[0]];
--  t1 = ToLinearF[cg = wp[1]];
--  t2 = ToLinearF[cb = wp[2]];
-+  t0 = ToLinearF[cr = (wp[0] & mask)];
-+  t1 = ToLinearF[cg = (wp[1] & mask)];
-+  t2 = ToLinearF[cb = (wp[2] & mask)];
-   op[0] = t0;
-   op[1] = t1;
-   op[2] = t2;
-@@ -136,10 +136,10 @@
-   op[2] = t2;
-   }
-   } else if (stride == 4) {
--  t0 = ToLinearF[cr = wp[0]];
--  t1 = ToLinearF[cg = wp[1]];
--  t2 = ToLinearF[cb = wp[2]];
--  t3 = ToLinearF[ca = wp[3]];
-+  t0 = ToLinearF[cr = (wp[0] & mask)];
-+  t1 = ToLinearF[cg = (wp[1] & mask)];
-+  t2 = ToLinearF[cb = (wp[2] & mask)];
-+  t3 = ToLinearF[ca = (wp[3] & mask)];
-   op[0] = t0;
-   op[1] = t1;
-   op[2] = t2;
-@@ -183,9 +183,9 @@
- if (n >= stride) {
-   mask = CODE_MASK;
-   if (stride == 3) {
--  t0 = ToLinearF[cr = wp[0]] * SCALE12;
--  t1 = ToLinearF[cg = wp[1]] * SCALE12;
--  t2 = ToLinearF[cb = wp[2]] * SCALE12;
-+  t0 = ToLinearF[cr = (wp[0] & mask)] * SCALE12;
-+  t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
-+  t2 = ToLinearF[cb = (wp[2] & mask)] * SCALE12;
-   op[0] = CLAMP12(t0);
-   op[1] = CLAMP12(t1);
-   op[2] = CLAMP12(t2);
-@@ -202,10 +202,10 @@
-   op[2] = CLAMP12(t2);
-   }
-   } else if (stride == 4) {
--  t0 = ToLinearF[cr = wp[0]] * SCALE12;
--  t1 = ToLinearF[cg = wp[1]] * SCALE12;
--  t2 = ToLinearF[cb = wp[2]] * SCALE12;
--  t3 = ToLinearF[ca = wp[3]] * SCALE12;
-+  t0 = ToLinearF[cr = (wp[0] & mask)] * SCALE12;
-+  t1 = ToLinearF[cg = (wp[1] & mask)] * SCALE12;
-+  t2 = ToLinearF[cb = (wp[2] & mask)] * SCALE12;
-+  t3 = ToLinearF[ca = (wp[3] & mask)] * SCALE12;
-   op[0] = CLAMP12(t0);
-   op[1] = CLAMP12(t1);
-   op[2] = CLAMP12(t2);
-@@ -247,9 +247,9 @@
- if (n >= stride) {
-   mask = CODE_MASK;
-   if (stride == 3) {
--  op[0] = ToLinear16[cr = wp[0]];
--  op[1] = ToLinear16[cg = wp[1]];
--  op[2] = ToLinear16[cb = wp[2]];
-+  op[0] = ToLinear16[cr = (wp[0] & mask)];
-+  op[1] = ToLinear16[cg = (wp[1] & mask)];
-+  op[2] = ToLinear16[cb = (wp[2] & mask)];
-   n -= 3;
-   while (n > 0) {
-   wp += 3;
-@@ -260,10 +260,10 @@
-   op[2] = ToLinear16[(cb += wp[2]) & mask];
-   }
-   } else if (stride == 4) {
--  op[0] = ToLinear16[cr = wp[0]];
--  op[1] = ToLinear16[cg = wp[1]];
--  op[2] = ToLinear16[cb = wp[2]];
--  op[3] = ToLinear16[ca = wp[3]];
-+  op[0] = ToLinear16[cr = (wp[0] & mask)];
-+  op[1] = ToLinear16[cg = (wp[1] & mask)];
-+  op[2] = ToLinear16[cb = (wp[2] & mask)];
-+  op[3] = ToLinear16[ca = (wp[3] & mask)];
-   n -= 4;
-   while (n > 0) {
-   wp += 4;
-@@ -342,9 +342,9 @@
- if (n >= stride) {
-   mask = CODE_MASK;
-   if (stride == 3) {
--  op[0] = ToLinear8[cr = wp[0]];
--  op[1] = ToLinear8[cg = wp[1]];
--  op[2] = ToLinear8[cb = wp[2]];
-+  op[0] = ToLinear8[cr = (wp[0] & mas

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

2019-03-27 Thread Patrice Clement
commit: 1388b8c43db145b80039e1989346866ae552d937
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 27 23:53:23 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 27 23:56:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1388b8c4

dev-python/neovim-python-client: clean up old.

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

 dev-python/neovim-python-client/Manifest   |  1 -
 .../neovim-python-client-0.2.6.ebuild  | 32 --
 .../neovim-python-client-0.3.1.ebuild  | 32 --
 .../neovim-python-client-0.3.2.ebuild  | 32 --
 4 files changed, 97 deletions(-)

diff --git a/dev-python/neovim-python-client/Manifest 
b/dev-python/neovim-python-client/Manifest
index f717eecd750..16d006019fe 100644
--- a/dev-python/neovim-python-client/Manifest
+++ b/dev-python/neovim-python-client/Manifest
@@ -1,3 +1,2 @@
-DIST neovim-python-client-0.2.6.tar.gz 50170 BLAKE2B 
d241ae0019bb8a4f08abf11866d7c964425d96756452e7bafb95fbce1795657c6911cf6bb706f5efa46ac3f5bd2c4af23ade9b9677d8f1f94905d72a39ddfde5
 SHA512 
a493c1e6be6a196d35e69e6b6b6a7752e939a254ed423079468c0e13ce40c2646ee8d65482648ea37a9d9c53b4f2c50cdd5e6c8dc130e63a7e40f424c4f4a9c0
 DIST neovim-python-client-0.3.1.tar.gz 51626 BLAKE2B 
80e68d02d41c7891fb88e9386866f87a1c78acc9e279de4ce4c7022333f8da3b68ffe7c598c84ff9c6386458639b6ffb4aecbfe72288866dc147ffc6197e94e2
 SHA512 
9c1599aabce9f0e1133364f8e91dd1b57cee107a11d400f530218ec7ad157c2f58134c1e7e8fc27649b4d8953e27c51bf6e4f0e7565d8c3dab94788759eea229
 DIST neovim-python-client-0.3.2.tar.gz 51954 BLAKE2B 
8e0a5eb510797db260ab501b751921f5c98551a06cf874eecff270f5f92da5d24539b857b4cc08494be9dfed139fd3bcab1cdea75ee87d99cece8e1f48f7a1c5
 SHA512 
c6d7c1a2955c63ac2f59bc57e190886fe0ee0238951ac26205b537d394b2ce2fee3611e8651ae1da5e6e7b3a1bd3bea36912b918b26e01bbb3354ddc2fbd77fc

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.2.6.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.2.6.ebuild
deleted file mode 100644
index fba1505898d..000
--- a/dev-python/neovim-python-client/neovim-python-client-0.2.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for Neovim"
-HOMEPAGE="https://github.com/neovim/python-client";
-SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-   virtual/python-greenlet[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
-
-RDEPEND="
-   ${DEPEND}
-   >=app-editors/neovim-0.2.1"
-
-S="${WORKDIR}/python-client-${PV}"
-
-python_prepare_all() {
-   # allow useage of renamed msgpack
-   sed -i '/^msgpack/d' setup.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
deleted file mode 100644
index 9c534e297e6..000
--- a/dev-python/neovim-python-client/neovim-python-client-0.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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}} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for Neovim"
-HOMEPAGE="https://github.com/neovim/pynvim";
-SRC_URI="https://github.com/neovim/pynvim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-   virtual/python-greenlet[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' 
python2_7)"
-
-RDEPEND="
-   ${DEPEND}
-   app-editors/neovim"
-
-S="${WORKDIR}/pynvim-${PV}"
-
-python_prepare_all() {
-   # allow useage of renamed msgpack
-   sed -i '/^msgpack/d' setup.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/neovim-python-client/neovim-python-client-0.3.2.ebuild 
b/dev-python/neovim-python-client/neovim-python-client-0.3.2.ebuild
deleted file mode 100644
index 6956edc96bf..000
--- a/dev-python/neovim-python-client/neovim-python-client-0.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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,5,6,7}} )
-inherit distutils-r1
-
-DESCRIPTION="Python client for Neovim"
-HOMEPAGE="https://github.com/neovim/pynvim";
-SRC_URI="https://github.com/neovim/pynvim/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-L

[gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/

2019-03-27 Thread Patrice Clement
commit: e85345d0b5467de0df6f71800b97e4ef6e30e90e
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 27 23:40:30 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 27 23:56:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85345d0

app-editors/neovim: version bump.

Closes: https://bugs.gentoo.org/678798
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-editors/neovim/Manifest|  1 +
 app-editors/neovim/neovim-0.3.4.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/app-editors/neovim/Manifest b/app-editors/neovim/Manifest
index 0fc4785958e..13b58915811 100644
--- a/app-editors/neovim/Manifest
+++ b/app-editors/neovim/Manifest
@@ -4,3 +4,4 @@ DIST neovim-0.3.0.tar.gz 8903630 BLAKE2B 
44936f0042be1771725a42168865d65f9afe048
 DIST neovim-0.3.1.tar.gz 8937900 BLAKE2B 
05de31d194a69b9cecd34210ecfe7460968f4255c850b9bb93b8ab8f5721463c434dd9249a43153c6e65584192bbe0a2720a474c5d8b3b73776148179d18943b
 SHA512 
42c541608509dc0335203ee1c008045f0eaeebce8e18dffc554ab22a029da700bba9b8c721bd9d68337ddb4a56f8cf034fad2a3eb88d36baf8295e6648fce506
 DIST neovim-0.3.2.tar.gz 9230960 BLAKE2B 
c9d0ee2f679f411c3ece2aa186e31d0143479f6ec19d4d54c34cd4be519a92e9f213fc821b347a0e3af6817b6ce745cdff523af41d5b558940b76d9df726253b
 SHA512 
1192d9330da3ab543dcb39bdff517637c7a52be558ad07a60de27bbf051432064edc230b46ddd9cdcae006ba1340550128e4d4ced7105f1aab57b13c2c4479ae
 DIST neovim-0.3.3.tar.gz 9231632 BLAKE2B 
96bffabcc7c7c2edca79f64e51348954b550910d71c55d00dd3d91d9c51a75742e5a4b919701c24c00de1d372a4269b491028e61afcce45375360dc35f3b943e
 SHA512 
2e2910e0dafdff69d2d9f54376c6d7c64e0f172bda02f85281fe6e694e7d81365e682793e454a0ca6f6c1b8a4ed9120bbfe574afa1fd0e6368e06af743d7d147
+DIST neovim-0.3.4.tar.gz 9231575 BLAKE2B 
92e727264442794ae27642451c90381262f9882e26d9865a2ff6c1bc4060b070ab49cd11194c3a88dafecda5bc1909963b2cc8b382198dc7c117ba056b7a4ebe
 SHA512 
fbf22ccffbb36c082bfe9a66b3d0180a78581102732a44ab7a5417aef517c88b69406491854613a1cf347ddab6fc6e277f959887556d2c0068cf181e4d88c36b

diff --git a/app-editors/neovim/neovim-0.3.4.ebuild 
b/app-editors/neovim/neovim-0.3.4.ebuild
new file mode 100644
index 000..2782b277689
--- /dev/null
+++ b/app-editors/neovim/neovim-0.3.4.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="Vim-fork focused on extensibility and agility."
+HOMEPAGE="https://neovim.io";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/neovim/neovim.git";
+else
+   SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0 vim"
+SLOT="0"
+IUSE="+clipboard +luajit +nvimpager python remote ruby +tui +jemalloc"
+
+CDEPEND="
+   dev-libs/libuv:0=
+   dev-libs/msgpack:0=
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? (
+   dev-lang/lua:=
+   dev-lua/LuaBitOp
+   )
+   tui? (
+   dev-libs/libtermkey
+   >=dev-libs/unibilium-2.0.0:0=
+   )
+   dev-libs/libvterm
+   dev-lua/lpeg[luajit=]
+   dev-lua/mpack[luajit=]
+   jemalloc? ( dev-libs/jemalloc )
+   net-libs/libnsl"
+
+DEPEND="
+   ${CDEPEND}
+   dev-util/gperf
+   virtual/libiconv
+   virtual/libintl"
+
+RDEPEND="
+   ${CDEPEND}
+   python? ( dev-python/neovim-python-client )
+   ruby? ( dev-ruby/neovim-ruby-client )
+   remote? ( dev-python/neovim-remote )
+   clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )"
+
+CMAKE_BUILD_TYPE=Release
+
+src_prepare() {
+   # use our system vim dir
+   sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
+   -i src/nvim/globals.h || die
+
+   # add eclass to bash filetypes
+   sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DFEAT_TUI=$(usex tui)
+   -DENABLE_JEMALLOC=$(usex jemalloc)
+   -DPREFER_LUA=$(usex luajit no yes)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # install a default configuration file
+   insinto /etc/vim
+   doins "${FILESDIR}"/sysinit.vim
+
+   # conditionally install a symlink for nvimpager
+   if use nvimpager; then
+   dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
+   fi
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2019-03-27 Thread Göktürk Yüksek
commit: 52badf36e1b241b34eb47865247343c25e4aff81
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Mar 27 23:44:20 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Wed Mar 27 23:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52badf36

media-sound/playerctl: bump to 2.0.2

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 media-sound/playerctl/Manifest   |  1 +
 media-sound/playerctl/playerctl-2.0.2.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/media-sound/playerctl/Manifest b/media-sound/playerctl/Manifest
index 3618b0787e7..2a8eacbf771 100644
--- a/media-sound/playerctl/Manifest
+++ b/media-sound/playerctl/Manifest
@@ -2,3 +2,4 @@ DIST playerctl-0.5.0.tar.gz 17015 BLAKE2B 
5da1d0fd4e442ac5f124bd693ae14222624c52
 DIST playerctl-0.6.0.tar.gz 22124 BLAKE2B 
6bb90586c56e21a00b5e6e1769248b9782a8211b01dacf590857fe4fe199d6d3fa7aa46a36cba9a8e198a1aad0bf17973fc15140db11c484edfb0275971d3d08
 SHA512 
8023b5704ca2a428510df6228850b616061289764cc3c4190c0c46f79d6a20e499495f2d773bd821357653ba63bca40eac70f7cc3a11251da3c6a4f7781db739
 DIST playerctl-0.6.1.tar.gz 22921 BLAKE2B 
d2f5874280e1a99b318bc83c40a38ee31d9c68426cb63e1e16e8ded26bac1a894d78a929f46d45d631af70e37476a4151c520eb69c94e80026689a12c682f0ad
 SHA512 
07c302eb06a96bf3b8aa180e68e85ef6f9fdb5933b80fbce8ee5f9a36c1d961eaf5638e319ff0b26475984acc57a447a4aa8e705667f77e4bd393364cdbfb284
 DIST playerctl-2.0.1.tar.gz 43700 BLAKE2B 
9df01bdb5f71a589a40462ed807b0f150d8c90921d1e0ef96bf99f20d9e58345307af35b39cc95e8ab37fcf9e5686935d856e050b61210188008b65281e63557
 SHA512 
6a5807abc79358bab0ad30a11897a8109121d5eb7d9e17d2c695221ef83942c3c7235fc738ab27c9dd2d3364c04737355e9c88ec5d49f999565565fb4494f720
+DIST playerctl-2.0.2.tar.gz 44241 BLAKE2B 
3a1d5f59fdb0067f1147f4ef95990ae0755a372469c0f03491b4f3aec8d0cf754bb4d3057063211ee810532967ace0d35fa6a7f3f8cee8d7a5c09031cb5b11c9
 SHA512 
ad588f81d42c8000ccd2d2dedacfcd82887a958189b354ad6285545f7ed59e885febe0c3f9e3da915ae0fd0af4bfb4cefda54f17f0560fc4c00b1be6e92f3ac0

diff --git a/media-sound/playerctl/playerctl-2.0.2.ebuild 
b/media-sound/playerctl/playerctl-2.0.2.ebuild
new file mode 100644
index 000..6f909ea8d41
--- /dev/null
+++ b/media-sound/playerctl/playerctl-2.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson xdg-utils
+
+DESCRIPTION="A CLI utility to control media players over MPRIS"
+HOMEPAGE="https://github.com/acrisci/playerctl";
+SRC_URI="https://github.com/acrisci/playerctl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc introspection"
+
+RDEPEND="
+   dev-libs/glib:2
+   introspection? ( dev-libs/gobject-introspection:= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   doc? ( dev-util/gtk-doc )
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc gtk-doc)
+   $(meson_use introspection)
+   )
+
+   xdg_environment_reset # 596166
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   docinto examples
+   dodoc -r "${S}"/examples/.
+   docompress -x "/usr/share/doc/${PF}/examples"
+}



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

2019-03-27 Thread Thomas Deutschmann
commit: 8622084ae68da014f00c3654b366978450546403
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:29:33 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:29:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8622084a

dev-lang/go: x86 stable (bug #680240)

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

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

diff --git a/dev-lang/go/go-1.12.1.ebuild b/dev-lang/go/go-1.12.1.ebuild
index 1426dfb091d..292a2af5619 100644
--- a/dev-lang/go/go-1.12.1.ebuild
+++ b/dev-lang/go/go-1.12.1.ebuild
@@ -37,7 +37,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is



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

2019-03-27 Thread Thomas Deutschmann
commit: 043a60e8b8bfeda86d11fc5ef36e136ebfc5ee5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:25:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:25:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043a60e8

app-backup/burp: x86 stable (bug #641842)

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

 app-backup/burp/burp-2.1.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/burp/burp-2.1.32-r1.ebuild 
b/app-backup/burp/burp-2.1.32-r1.ebuild
index 88cb9a1f63f..18bb33408e5 100644
--- a/app-backup/burp/burp-2.1.32-r1.ebuild
+++ b/app-backup/burp/burp-2.1.32-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="acl ipv6 libressl test xattr"
 
 CDEPEND="dev-libs/uthash



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

2019-03-27 Thread Thomas Deutschmann
commit: 11c365964a0c876e8f2b8537f7e2e61beb5b9fca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:36:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:36:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c36596

dev-lang/php: x86 stable (bug #681074)

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

 dev-lang/php/php-5.6.40-r1.ebuild | 2 +-
 dev-lang/php/php-7.1.27.ebuild| 2 +-
 dev-lang/php/php-7.2.16.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/php/php-5.6.40-r1.ebuild 
b/dev-lang/php/php-5.6.40-r1.ebuild
index 5c61838add8..60bc5be0940 100644
--- a/dev-lang/php/php-5.6.40-r1.ebuild
+++ b/dev-lang/php/php-5.6.40-r1.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"

diff --git a/dev-lang/php/php-7.1.27.ebuild b/dev-lang/php/php-7.1.27.ebuild
index d57c8531f1a..84292498c63 100644
--- a/dev-lang/php/php-7.1.27.ebuild
+++ b/dev-lang/php/php-7.1.27.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"

diff --git a/dev-lang/php/php-7.2.16.ebuild b/dev-lang/php/php-7.2.16.ebuild
index ba3c09127e9..dc25d150df8 100644
--- a/dev-lang/php/php-7.2.16.ebuild
+++ b/dev-lang/php/php-7.2.16.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2019-03-27 Thread Thomas Deutschmann
commit: d5cbac54c469bb5204125a6d126be12b23dcd73b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:29:05 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:29:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cbac54

www-client/firefox: x86 stable (bug #681836)

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

 www-client/firefox/firefox-60.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-60.6.1.ebuild 
b/www-client/firefox/firefox-60.6.1.ebuild
index 92c267b88dd..2100eed34b1 100644
--- a/www-client/firefox/firefox-60.6.1.ebuild
+++ b/www-client/firefox/firefox-60.6.1.ebuild
@@ -40,7 +40,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils 
gnome2-utils llvm \
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox";
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2019-03-27 Thread Thomas Deutschmann
commit: d197365f44d17601be0c5da3ef5939244a8ff180
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:30:12 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:30:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d197365f

media-libs/libexif: x86 stable (bug #679418)

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

 media-libs/libexif/libexif-0.6.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libexif/libexif-0.6.21-r3.ebuild 
b/media-libs/libexif/libexif-0.6.21-r3.ebuild
index 0c6721fd583..bea3c7d35f4 100644
--- a/media-libs/libexif/libexif-0.6.21-r3.ebuild
+++ b/media-libs/libexif/libexif-0.6.21-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="doc nls static-libs"
 
 RDEPEND="nls? ( virtual/libintl )"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/

2019-03-27 Thread Thomas Deutschmann
commit: e705f691e4dd7ba077992999b56979e040a63d12
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:41:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:41:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e705f691

dev-cpp/gtest: x86 stable (bug #674354)

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

 dev-cpp/gtest/gtest-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtest/gtest-1.8.1.ebuild b/dev-cpp/gtest/gtest-1.8.1.ebuild
index c50b42abcd0..fbc3eea8b77 100644
--- a/dev-cpp/gtest/gtest-1.8.1.ebuild
+++ b/dev-cpp/gtest/gtest-1.8.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/google/googletest";
 else

SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"/googletest-release-${PV}
 fi
 



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

2019-03-27 Thread Thomas Deutschmann
commit: 14db29213fbbb512d24cd5bea7825712eb58d7d4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:33:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:33:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14db2921

dev-db/mariadb: x86 stable (bug #679024)

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

 dev-db/mariadb/mariadb-10.0.38.ebuild| 2 +-
 dev-db/mariadb/mariadb-10.1.38-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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



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

2019-03-27 Thread Thomas Deutschmann
commit: 7ecfc4026578116bfdc59f98a98ebd6edca3541f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:36:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:36:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecfc402

dev-php/smarty: x86 stable (bug #666440)

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

 dev-php/smarty/smarty-3.1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/smarty/smarty-3.1.33.ebuild 
b/dev-php/smarty/smarty-3.1.33.ebuild
index e08863838f5..810acceff13 100644
--- a/dev-php/smarty/smarty-3.1.33.ebuild
+++ b/dev-php/smarty/smarty-3.1.33.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="doc"
 
 BDEPEND="doc? ( app-arch/unzip )"



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

2019-03-27 Thread Thomas Deutschmann
commit: fd4e670c66721ce709f18f84b480199586b56bfb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:24:27 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:24:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd4e670c

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/

2019-03-27 Thread Thomas Deutschmann
commit: 8f3cca073afd0d7f20d02bd8765ea0197c75da79
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:30:52 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:30:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3cca07

net-mail/mailman: x86 stable (bug #662902)

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

 net-mail/mailman/mailman-2.1.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mailman/mailman-2.1.29.ebuild 
b/net-mail/mailman/mailman-2.1.29.ebuild
index 17fb0f30728..93a1812879a 100644
--- a/net-mail/mailman/mailman-2.1.29.ebuild
+++ b/net-mail/mailman/mailman-2.1.29.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.list.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2019-03-27 Thread Thomas Deutschmann
commit: 59cec262fce7f6be7c9f460b2b88ec6f060e591e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:27:45 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:27:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cec262

net-analyzer/ettercap: x86 stable (bug #612226)

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

 net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
index 9d5312c34e9..30c3cc905c0 100644
--- a/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.2-r2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git";
 else
SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz" #mirror does not work
-   KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc ~x86 ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd"
 fi
 
 IUSE="doc gtk ipv6 libressl ncurses +plugins test"



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

2019-03-27 Thread Thomas Deutschmann
commit: a274522270ebac3743854ca7ce583a1cad156b33
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:42:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:42:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2745222

app-emulation/xen-tools: x86 stable (bug #679580)

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

 app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild 
b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
index f0965d4e365..f58f83d8863 100644
--- a/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.10.3-r2.ebuild
@@ -16,7 +16,7 @@ if [[ $PV == * ]]; then
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
UPSTREAM_VER=1
SECURITY_VER=
# xen-tools's gentoo patches tarball



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

2019-03-27 Thread Thomas Deutschmann
commit: 17faed9965f5d5eca68e3590b12faf7ec2e5052d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:40:46 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:40:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17faed99

dev-libs/uriparser: x86 stable (bug #674354)

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

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

diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild 
b/dev-libs/uriparser/uriparser-0.9.1.ebuild
index ba66b045e7d..0d094b0a451 100644
--- a/dev-libs/uriparser/uriparser-0.9.1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc qt5 test unicode"
 
 RDEPEND=""



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

2019-03-27 Thread Thomas Deutschmann
commit: 5e22faef829135eb08f767eb6468f5e8014b4b5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:38:43 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:38:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e22faef

mail-client/thunderbird: x86 stable (bug #681834)

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

 mail-client/thunderbird/thunderbird-60.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-60.6.1.ebuild 
b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
index a39f40b598a..037f0af279b 100644
--- a/mail-client/thunderbird/thunderbird-60.6.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
@@ -39,7 +39,7 @@ inherit check-reqs flag-o-matic toolchain-funcs gnome2-utils 
llvm mozcoreconf-v6
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird";
 
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist clang dbus debug hardened jack lightning neon pulseaudio



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

2019-03-27 Thread Thomas Deutschmann
commit: ee95f8adb291f733350d416803cd74ddb860385f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:40:05 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:40:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee95f8ad

app-arch/zstd: x86 stable (bug #669948)

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

 app-arch/zstd/zstd-1.3.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zstd/zstd-1.3.7-r1.ebuild 
b/app-arch/zstd/zstd-1.3.7-r1.ebuild
index 3f9887506fb..34571ad42ff 100644
--- a/app-arch/zstd/zstd-1.3.7-r1.ebuild
+++ b/app-arch/zstd/zstd-1.3.7-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="lz4 static-libs"
 
 RDEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/

2019-03-27 Thread Thomas Deutschmann
commit: cf96c9b8f01ba7538a0c08d6f80c221e0efd432a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:26:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:26:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf96c9b8

app-antivirus/clamav: x86 stable (bug #660820)

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

 app-antivirus/clamav/clamav-0.100.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-antivirus/clamav/clamav-0.100.1-r1.ebuild 
b/app-antivirus/clamav/clamav-0.100.1-r1.ebuild
index f86c5fdd38d..89955613a3e 100644
--- a/app-antivirus/clamav/clamav-0.100.1-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.100.1-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,7 @@ 
SRC_URI="https://www.clamav.net/downloads/production/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api 
selinux static-libs system-libmspack test uclibc"
 
 CDEPEND="bzip2? ( app-arch/bzip2 )



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

2019-03-27 Thread Thomas Deutschmann
commit: 08a6f770f73955a82d54ab74ae3993d89b98c124
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:23:05 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:23:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a6f770

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

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

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

diff --git a/app-admin/apache-tools/apache-tools-2.4.38.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
index 137c26414d5..2500dfa20b8 100644
--- a/app-admin/apache-tools/apache-tools-2.4.38.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.38.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2019-03-27 Thread Thomas Deutschmann
commit: 587ee14c9724e9b1d36c4c456bf34b0f3bf6836a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:37:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:37:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ee14c

app-arch/tar: x86 stable (bug #681728)

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

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

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



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

2019-03-27 Thread Thomas Deutschmann
commit: 856e0afc9d263c7881336ee322c20d0a767f3590
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:39:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:39:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856e0afc

media-libs/tiff: x86 stable (bug #669948)

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

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

diff --git a/media-libs/tiff/tiff-4.0.10.ebuild 
b/media-libs/tiff/tiff-4.0.10.ebuild
index 987581a9d3a..e08446404d1 100644
--- a/media-libs/tiff/tiff-4.0.10.ebuild
+++ b/media-libs/tiff/tiff-4.0.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-03-27 Thread Thomas Deutschmann
commit: 4ad879473ee623e8fe3d3d6d3ef0302e7ad8645a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:43:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:43:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad87947

app-emulation/xen-pvgrub: x86 stable (bug #679580)

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

 app-emulation/xen-pvgrub/xen-pvgrub-4.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.3.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.3.ebuild
index e227750d514..f2ffbddfdde 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.10.3.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.10.3.ebuild
@@ -33,7 +33,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="https://www.xenproject.org";
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2019-03-27 Thread Thomas Deutschmann
commit: d9a4ec65197a6f35305fb393006651aaa6541659
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:10:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a4ec65

www-client/firefox: add rust-1.33 support

Bug: https://bugs.gentoo.org/679656
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest  | 1 +
 www-client/firefox/firefox-60.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 47e3687ff48..9e4af5bc156 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -185,6 +185,7 @@ DIST firefox-60.5.2esr-zh-CN.xpi 543583 BLAKE2B 
ab3e8475c24d481b78ddcca79b909f39
 DIST firefox-60.5.2esr-zh-TW.xpi 541912 BLAKE2B 
b0342b11b9de43d40e75961ea4a402e3acceef0e5ff46d3c745a83cf2459a9fbd5d9dc8bac99aeb3bd2af860594c74d89d8ff6120b95a6a03348bda5120c8859
 SHA512 
f2c0b65afd97a50cf2fc69496d3132343c15754fd22625072516b4039c61660a37877ebbfb6a53a1b3c941901d310dc284a92e0ff010db01ed2e64fcfa6d3637
 DIST firefox-60.5.2esr.source.tar.xz 268056844 BLAKE2B 
96191080f9b89fdff3b851acedd63255b3b4daf3f96c8159db14badf5e865e2969bcdf940ace6d5bb9365664d10bbd70fc808d6b9d66539f7c25249942b2b937
 SHA512 
5be7e5aefcd038b83a6859004042e796fee5adb48d1a010547ba5fb6eb9c69b11267d56ae9f55ea8f9e7859ea8d600fb93e03e3712f6f9c023370b53c0f5efcd
 DIST firefox-60.6-patches-01.tar.xz 14548 BLAKE2B 
412059a6db015fff0985e637768426f877b33bb6b649c54f1292780b9d871f8fe9bf8e6b150ec36ab3647b4501fa6aec821c089a5d6fa861402f05e948f1a9d4
 SHA512 
b97da7a7b65bbf53cb6b9f48fc6c07a32cefa9d4b4a79ce57df047f941f5269e21bf09fa56a5f31bbf757ed2d76f8a1fe01d2306c92d20cab979e0a21f895e64
+DIST firefox-60.6-patches-02.tar.xz 15788 BLAKE2B 
1be3fab620fcfa0e59d1ba4519577600e7cec4e1fe285bdce9a70e0c4464cb205850d39f8007b7ea1cb4eb3c019170fb66ec17911fcbaf26c50370a14e9bf087
 SHA512 
092ccdac1198eb775dc3dab05cd5e852b6b0c5d6557d58e54f86515f876f8ae025d872969331c482cd77317a8813a9f5926ea37d08af9d433246e2b5864d7cea
 DIST firefox-60.6.0esr-ach.xpi 500921 BLAKE2B 
8ea6d36be3b1592fe30674537231da071f9356584f97c4ef7f47d9490644a6d00d7a715b9d959e6a8cbe13dfed40c432ae763d6f80dbaee0e830716647d7cbb6
 SHA512 
4a327f794f0b46fd9bd70f44f638bc394c29444fe31afa0aee331639fd584ac64c5fde3d8c5612ca6dea303d284b16d6ff5cc90250489adc372daf982bd66c34
 DIST firefox-60.6.0esr-af.xpi 491389 BLAKE2B 
27fad45680ee4563a298d94064e30bd900a8d05d0b7527ae6cec4d52f33d2ad28685005239f617d5801124c13db71d1088800404b9afaeff5c57c35541c1d991
 SHA512 
3f5d040c46e5c64333777f34b76efff11e386c628a492470d09f3f98de8295d684f961bb7977fefdd4fbfe88893ba70cad2523a8f1a996dd2d1b79519ae49ada
 DIST firefox-60.6.0esr-an.xpi 524585 BLAKE2B 
c95aae86e2cdb7fb3f3aaa158210c6b7db0196a61eba8f4d417092a2f21fc4a3c66de62900437f9e735fbecd82d13fcb804b5ce31900060f8bb1f16370b07791
 SHA512 
41105e0c66906e8f806d9df043d55cc15a442caea62445d9375cce2296403a95eaf88b68cc10806147d952a9eb897205dc2737a8696be987ad676ad63483f3c2

diff --git a/www-client/firefox/firefox-60.6.1.ebuild 
b/www-client/firefox/firefox-60.6.1.ebuild
index f27995778c8..92c267b88dd 100644
--- a/www-client/firefox/firefox-60.6.1.ebuild
+++ b/www-client/firefox/firefox-60.6.1.ebuild
@@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
 fi
 
 # Patch version
-PATCH="${PN}-60.6-patches-01"
+PATCH="${PN}-60.6-patches-02"
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 
 MOZCONFIG_OPTIONAL_WIFI=1



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

2019-03-27 Thread Thomas Deutschmann
commit: f23defd2e638a4d2b86003c2c01c5c2dff971946
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:16:02 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23defd2

www-client/firefox-bin: bump to v66.0.2

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

 www-client/firefox-bin/Manifest| 172 ++---
 ...bin-66.0.1.ebuild => firefox-bin-66.0.2.ebuild} |   0
 2 files changed, 86 insertions(+), 86 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index c0f140f7fb1..1735fb79d90 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,93 +166,93 @@ DIST firefox-60.6.1esr-vi.xpi 543907 BLAKE2B 
9c7360a1e244a626670848e75778c2650c3
 DIST firefox-60.6.1esr-xh.xpi 527565 BLAKE2B 
6b357e8887f61aed2ed513efb9beb034d126c3ef9b73959b6f10c25f221f73f334a8bc87ffa6f983df956a5fd54f66c6185f9f87825be2b00759d4b6e38ad4f8
 SHA512 
5bb60ffb6598987953fec0bc555d2a37c4233a8ae98e738eb1dd5fb3432a4ed39f6b2ef0bdb6e7af2570506460b0319830a9ce9a21b8a8f2fa37f1d6c3f0
 DIST firefox-60.6.1esr-zh-CN.xpi 559980 BLAKE2B 
cee4fab650cd87bd8e1c4bd14500c4036d54fdcd6524fd24d5e67f08a6926ebae10a70f0a961942a2ce752e8017cad965bf9e45ec32e825f35e5605539e30a86
 SHA512 
d5d63cad9411d615c0aa0814beca1f48cc033327ae989641a9e4930a8f6e7e5e6a4cbcb875b26fa5e82b631aa9a99aa35ad3710308933cbfbb0a15b9686094de
 DIST firefox-60.6.1esr-zh-TW.xpi 558304 BLAKE2B 
94736adc0f3c74466f560ccfbab45ad6cdf436f2987cba65d25995dda15838109f5189e4d4bc87bd64f8a232d953ad69cdbe56cfc3ca3562b780a465180f0eae
 SHA512 
dc2359c2d7245592034b58558357f986e612c119b54ba2b979ce1df0e7dab2a5a0a1422fad6958349a03832c96e9cf1df32bd55be167025a0c8eab5f14a27146
-DIST firefox-66.0.1-ach.xpi 454628 BLAKE2B 
de58912f217b10833c02d682a73b9f790735fb42411180e9e9a4b91d3aa3e7ecd0a953ea5a5fcbf5abbb96613f6db5c494849ebc9ccb4515cd3eafcea20315fc
 SHA512 
5c17f87bd60b08e0f8a6dbb35eb9834718de6418299760097b9ce5baeb38b364c64d7a03fc63a8f643917a609e9f64d541998797dafb4e5186f23dd3db00424e
-DIST firefox-66.0.1-af.xpi 447406 BLAKE2B 
2ba5c783e8a1833e42dda81409af01ccef630f2ac05024f2562af08c6f14d5325496f5a70f4cc8293b35d3cd977c0e77362ec1ddef7bc125cfeb44140530
 SHA512 
a504708bdf574b37cbc7e5d2d5ece2a1ad5e685d9c0906a77074a329424e5fe85e675d7eb03251518e46be67f51af4dd7016b6f3422e15492e3add34b214e26b
-DIST firefox-66.0.1-an.xpi 472356 BLAKE2B 
c7917e3c11caa057a258160cd78d63138e46241bc9e0ab791aec30cc4c61de53f74b3e8400cb703db060b6cf4b8c70ce842fca0767982f24fb4da5f76e0711df
 SHA512 
dc4954c6d82161bf3d97cc4e6d76a2a71c5a3e7c49ffa3b18a81cfb03727ff3ee075e76c61d4d2201e28e6c8f0ad50a16f6a5ad1c702a4b04e74084dbf8c3a5c
-DIST firefox-66.0.1-ar.xpi 516885 BLAKE2B 
3511fd7d0c162cf97f4851fac798409f2abd085054c2a121c35b55c71fd43451295dcac83413033b5403303eba98d62a81023c8355cc87b8879cf52a424ae7a8
 SHA512 
a0638738622c785245d555b54ab8b99b374742492faa39b12dd82d86f13aeea5d9403f5d4869408b636feed35986c536066a9eb407240df9d4c75ba5191d1222
-DIST firefox-66.0.1-as.xpi 479965 BLAKE2B 
0b810a85df90bd17f2bdfa56fb234c94ce4c6202407becd6ec4ad9b98bfb64ff3a3f250cdd63380fe4acd317d9badd3903727ddb7122936dc85e13529fd3ae82
 SHA512 
b9ad0d7701c895b7c376bcfc6b9c942d8f853193db94618de9ee4c07df14e1e39469d6ccf12229c4f79325a8b4cb057bdc3a8dd8118f36533122ed0cb7b95941
-DIST firefox-66.0.1-ast.xpi 471754 BLAKE2B 
701e7d0332a75204a8a813940055433772eab54a0b55b40f60bf85cca6b094772fe524f2e98473820919aa451d96948768bbbf0850459d8e122737c996ff2e21
 SHA512 
2d0533058ab1bf7ac50b03dc6b31d18d6b912f2ead9632cf9ee1baefb41fba921ad4187b4ea09115a8f3dba5b7ec457083e96310761f19956e82ab35468a3b3f
-DIST firefox-66.0.1-az.xpi 494096 BLAKE2B 
4641eda863470050ce307cf67d33c142494c58d3594f758767751a960ade9cb68d7b0c039be98630145f8fe3e1fc84e183e4318fdd183423bc926db191c51eee
 SHA512 
0baeb4568ec21583afa2a39e0a6e3d6f377cd848c07034698ec21987288d17d25aef9c47fb40ec582b19ebfebde4f71aff1b6c0f6fc36b85f487e27f6dcc73ff
-DIST firefox-66.0.1-bg.xpi 527810 BLAKE2B 
43b27e4b4bbd2a901b989b73c977b45e3647fe33659e45a6524efc40c6f808f368bf6d16431bdcabcc1b0f92dcc8ee4a566222bace38b0b19f12a69f916a9aa5
 SHA512 
4805fbb86a7472e35f5eb4ed07764caff9004a397e1be8b766f40ef8eddffa5e127205a70e93eda4aa8c4352abbbd802c19d6c99e605d159e757439098055091
-DIST firefox-66.0.1-bn-BD.xpi 547084 BLAKE2B 
2b66d7794ca102c439636c23ff2458530503f2a356a0de2e9bd1af8b33be1d55ed5df98df962be31f3f5cdb866203e1ae0bf41d81a976d4d069f5afc001a48df
 SHA512 
ddb91a9c7dc928935d154a5d301609e2beda563735d835836c6a1edb279a637d297b10dc13b9f3bef487866f5843243bc5b3dc62c0c8b40c1afc748b5a754f9a
-DIST firefox-66.0.1-bn-IN.xpi 537452 BLAKE2B 
0fa333ce78465d45d692655e9bbcc104ccfd2145bfd818efafbd41b71b21da261694f8d0a9dbb665dc97d2204d706e8363b407fd939bda4899e5a8674c5188fc
 SHA512 
f3d7c27121950be4ddd326637b9ad9b1ed14b314e2f672d0dccc7cf08e565c1ae02bfb0ed54dcefdfd6dbd3fe50b7cb3131f949dd85db2370a880cf314729656
-DIS

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

2019-03-27 Thread Thomas Deutschmann
commit: 5f1462820b95e68cd9fa572f5183fc85587b424b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:09:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f146282

www-client/firefox: bump to v66.0.2

- drop 6004_revert-bug1497976_bug1507655.patch which causes build
  problems for some users. [Bug 681548]

- TerminalLoggingHandler patched to allow non-ascii characters. [Bug 666948]

- Add rust-1.33+ support. [Bug 679656]

Bug: https://bugs.gentoo.org/679656
Closes: https://bugs.gentoo.org/666948
Closes: https://bugs.gentoo.org/681548
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest| 185 +++--
 ...firefox-66.0.1.ebuild => firefox-66.0.2.ebuild} |   2 +-
 2 files changed, 94 insertions(+), 93 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 93275a5f43e..47e3687ff48 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -531,6 +531,7 @@ DIST firefox-66.0-nn-NO.xpi 456715 BLAKE2B 
f285e3a64f09835d3f99c0ccf2879c2bace73
 DIST firefox-66.0-or.xpi 475191 BLAKE2B 
a19ed91cd73b60d81966cff7d3ef567d3d6da3218c167cb49dc38fb7071b197ae49687ba7c0451bfee90e702c8ab75988f8033bcc4aec1ed09e8f3d8725b48b2
 SHA512 
5808127560a60a880053785399d28753efb6487c7087a3ed34c3714a0fbfdce7bef83a388b93132a2ff30d3da5813091e0a1ecce74e2546176aac1aa53faae59
 DIST firefox-66.0-pa-IN.xpi 508856 BLAKE2B 
525bb2d36d2857e084e00b8fb6a3d65681b9a1c18075822a82e599da73e6f1fe80ddf4a1366b94958b8007ad30228bafa76595c7cec19d82c6dda4acacc02da3
 SHA512 
a97f68306bebca157c28218ad2fb633f91ae92a9233bb31a09caa6d6bb1268f30bef0d7088fbba264b7304a63f142d3a5dac59af0c1135fbb286e3aafd72b151
 DIST firefox-66.0-patches-07.tar.xz 21764 BLAKE2B 
5b1dae29c83e8c3d0b2a9327895200ae4d2ee715f12d41ead49b495bd4201a7bf3f5856096577c022b3fd6359e48c16812470969a488cd98f851319839ef32ac
 SHA512 
7129c32207f9ffc8d59c35f0861c470ab16b9852df2544c7c9b3a88bc7a5bfde1c0437dffb1f1d1cf26b0f4037d6222c9196afd6c71b48715e7955e984c9b08f
+DIST firefox-66.0-patches-08.tar.xz 145820 BLAKE2B 
324ad672e66e81f81c76d17d94d210518b0b1285607b533f747adefe5b2e30f14239c97fd373c4b5c85b084379e49e37e7b9e6d5c85fe88e1a58bccafc68b26e
 SHA512 
a70b599d995858cecec200b1d348ca25dd92b4140912230c1485f007544aa4a5946cc6de20a2b4c7c95669d8008f1ae67fd381c9456b12c144e5814babf63abb
 DIST firefox-66.0-pl.xpi 442205 BLAKE2B 
c23501dd0d78fca453baa655de2379afa837743620d6c8f31481e3a735c7749b6d151d9527d7b8d307f35b18f5c71857ec7f9b14374122bd04b83ed84d742603
 SHA512 
8bb603e00b5d9ba1c1bbe1a88eaaf8db2a4eb8f5d2a0077edf7bd73b7d592e3b3670f0bd7056785a2141c6193665631c02ccc3aaa8fd0d00cdea06952ab27877
 DIST firefox-66.0-pt-BR.xpi 459333 BLAKE2B 
f38077ce286090ea915477691bfdf2a90cb7fd46fa32365d80aa1f5beb036ff839908c72d6d2af47772b72a76e21bbb9b23413f1211d2147ef80c21b0cddb686
 SHA512 
71aa445f6880f28f756ecffd427b68210d3b8f778794e648b60016e7101f36d9374aa4514e6e349874eded9aa3b4929549c4021de5802c0a0a2c38ef6bddbe69
 DIST firefox-66.0-pt-PT.xpi 469364 BLAKE2B 
4036f2ec8bcdbfe50715990ba2447693fd56cd56784ac264a77d7d1871c413c0ccb56d519ffd36ed5c85006afce1a6b66d8f1473753b460d487c8d2c585935e3
 SHA512 
849bd7e2eddc38d46f7e97e4b9b78cfeb4e2d66238e7d0e897479248fb33054afb1f8f37776f83513c76515f893e284c234504f181b74e16aff4819ce869ddc2
@@ -554,96 +555,96 @@ DIST firefox-66.0-vi.xpi 482936 BLAKE2B 
d82e78f9a3c35dfc79a78ad7b5e2a1ddbbc058ad
 DIST firefox-66.0-xh.xpi 452135 BLAKE2B 
09dd72714bd117c129ade1d5b98d81ebe1ef704da819b193088b2e0f37c42903f90e8c8a2b6ee864aa54c2e734049f5e05cd50230da0b0f5b1fdd3a174828b83
 SHA512 
b1d526e81a7b804ac0094f8e952c14d19556733aae5cbfca36966ed7a8c2d66445583ee7c220a7a82411b5e9ce496fee19525a3fb9ee0d8f673e470d48670064
 DIST firefox-66.0-zh-CN.xpi 490019 BLAKE2B 
9756229aa131c57d99a33ae5e483b0d32d2634d1f92854bcd728e614ee347ded2eaa707e074b4a965fbfa4d8641af98289bb42315a7b431cadce10d5806e4f78
 SHA512 
d07379d65d80575e4a60adeef98303064d50409edb1a73d139d17d4aaf511cc1c4d71b5f7b3a5c94adc199ed7ce74f42336cbeebebc2c4fc26c84ff1ac84c9a5
 DIST firefox-66.0-zh-TW.xpi 487831 BLAKE2B 
591ecbafe83c706df8388b070dc25c47e4507e0f91aea60419637e28477f11195389e64a02119618b38dbac7a70144ad2b4b30a1b463fb6f3311e5eb7c4cce90
 SHA512 
e50251ef64cb4acb284b37e9d6ada03de0d7b682e673d21f2f817623e405be693f60861b71bca7c70988ec3778f69c9bd99aec3e0ad99faa0038a31834cb7150
-DIST firefox-66.0.1-ach.xpi 454628 BLAKE2B 
de58912f217b10833c02d682a73b9f790735fb42411180e9e9a4b91d3aa3e7ecd0a953ea5a5fcbf5abbb96613f6db5c494849ebc9ccb4515cd3eafcea20315fc
 SHA512 
5c17f87bd60b08e0f8a6dbb35eb9834718de6418299760097b9ce5baeb38b364c64d7a03fc63a8f643917a609e9f64d541998797dafb4e5186f23dd3db00424e
-DIST firefox-66.0.1-af.xpi 447406 BLAKE2B 
2ba5c783e8a1833e42dda81409af01ccef630f2ac05024f2562af08c6f14d5325496f5a70f4cc8293b35d3cd977c0e77362ec1ddef7bc125cfeb44140530
 SHA512 
a504708bdf574b37cbc7e5d2d5

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

2019-03-27 Thread Thomas Deutschmann
commit: fd7bddcf11ab66d34ea28c532b507846ace73af2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:17:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7bddcf

mail-client/thunderbird: bump firefox patch set for >=rust-1.33 support

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

 mail-client/thunderbird/Manifest  | 1 +
 mail-client/thunderbird/thunderbird-60.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 72237e9de67..d33f2f59587 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,6 +1,7 @@
 DIST firefox-52.5-patches-02.tar.xz 15084 BLAKE2B 
538dd61dbb7b290add4782b323a62f9ab4dbc57326a9a085710d207752118c504eb030a8741c1eed2e281c8d18e5453210b1905d71439250caa588137bbc37d0
 SHA512 
b80f9acaf49226cd5c2864714826c5b0e7e918e94c31ec81521b90c47edbb88ea85faa34fc22791efefbcd3867ddc413c563de58ca0f8ce21e10a3858899efce
 DIST firefox-60.5-patches-01.tar.xz 13332 BLAKE2B 
53308d415369c6814504697ed9692023e636c42b58053867fd14e8edd94baa2777ed9f33e147f796d6fcd5f30c1d2258f9fd3247392e37a921a53f41a6903e92
 SHA512 
de24544c5aa8ade35e4e3e0fac10399f8eb44ea4bb9063b85bbcf2db12280d23ccc5fd29032f33f3723c0a0c3c2381429e2c19bd631e90615908b4f68f745a21
 DIST firefox-60.6-patches-01.tar.xz 14548 BLAKE2B 
412059a6db015fff0985e637768426f877b33bb6b649c54f1292780b9d871f8fe9bf8e6b150ec36ab3647b4501fa6aec821c089a5d6fa861402f05e948f1a9d4
 SHA512 
b97da7a7b65bbf53cb6b9f48fc6c07a32cefa9d4b4a79ce57df047f941f5269e21bf09fa56a5f31bbf757ed2d76f8a1fe01d2306c92d20cab979e0a21f895e64
+DIST firefox-60.6-patches-02.tar.xz 15788 BLAKE2B 
1be3fab620fcfa0e59d1ba4519577600e7cec4e1fe285bdce9a70e0c4464cb205850d39f8007b7ea1cb4eb3c019170fb66ec17911fcbaf26c50370a14e9bf087
 SHA512 
092ccdac1198eb775dc3dab05cd5e852b6b0c5d6557d58e54f86515f876f8ae025d872969331c482cd77317a8813a9f5926ea37d08af9d433246e2b5864d7cea
 DIST gdata-provider-3.3.tar.xz 85628 BLAKE2B 
2ccde620b181a2d8678f50d7107373886f3b2e7d1d1e8861c4e42602cedb02108d28e0bf5e5cd9e31474356b70cb99baa7870e20436bc72e25cd8a8fc1353d14
 SHA512 
ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-5.4.9.tar.xz 1891752 BLAKE2B 
90b777814db2962ff669430cea5a29ba1612a842fbb0edaca597539e6e2d728a9d90114ec6196fe0d4758a4738a15bc0c985a345e1062cb125617eb84ecf79e1
 SHA512 
8e54865d50118154c3918d5dec5dade4fb026c24bc697ad2e360db9741509cbdbb71ba9477508a9b209be6c8a8190fb0b5e03d2e8fedcc2cae18f5c9e5a3a496

diff --git a/mail-client/thunderbird/thunderbird-60.6.1.ebuild 
b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
index 2b695022bfb..a39f40b598a 100644
--- a/mail-client/thunderbird/thunderbird-60.6.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.6.1.ebuild
@@ -22,7 +22,7 @@ MOZ_PV="${PV/_beta/b}"
 
 # Patches
 PATCHTB="thunderbird-60.0-patches-0"
-PATCHFF="firefox-60.6-patches-01"
+PATCHFF="firefox-60.6-patches-02"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 



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

2019-03-27 Thread Thomas Deutschmann
commit: f983efbbc6b65e9e53d7a16713ead23348dd50d6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:13:35 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f983efbb

package.mask: drop >=rust-1.33 mask

Mask is no longer needed, we added patches to firefox.

Closes: https://bugs.gentoo.org/679656
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 04ddfda7284..18031d48c75 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -577,15 +577,6 @@ app-arch/star
 # Masked for removal in 30 days.
 media-sound/karlyriceditor
 
-# Georgy Yakovlev  (06 Mar 2019)
-# Mask rust 1.33.0 & co because it breaks firefox simd
-# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
-# https://bugs.gentoo.org/679656
->=dev-lang/rust-1.33.0
->=dev-lang/rust-bin-1.33.0
->=virtual/rust-1.33.0
->=virtual/cargo-1.33.0
-
 # Mikle Kolyada  (04 Mar 2019)
 # Mask Squid-4.x for testing
 =net-proxy/squid-4*



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

2019-03-27 Thread Thomas Deutschmann
commit: f80299ade7ba1a06f9cb5a5e002db9198cc8030a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 27 23:12:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 27 23:17:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80299ad

www-client/firefox: security cleanup

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

 www-client/firefox/Manifest   | 186 
 www-client/firefox/firefox-65.0.2.ebuild  | 731 -
 www-client/firefox/firefox-66.0-r1.ebuild | 746 --
 3 files changed, 1663 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 9e4af5bc156..0d7962c3cf2 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -370,192 +370,7 @@ DIST firefox-60.6.1esr-xh.xpi 527565 BLAKE2B 
6b357e8887f61aed2ed513efb9beb034d12
 DIST firefox-60.6.1esr-zh-CN.xpi 559980 BLAKE2B 
cee4fab650cd87bd8e1c4bd14500c4036d54fdcd6524fd24d5e67f08a6926ebae10a70f0a961942a2ce752e8017cad965bf9e45ec32e825f35e5605539e30a86
 SHA512 
d5d63cad9411d615c0aa0814beca1f48cc033327ae989641a9e4930a8f6e7e5e6a4cbcb875b26fa5e82b631aa9a99aa35ad3710308933cbfbb0a15b9686094de
 DIST firefox-60.6.1esr-zh-TW.xpi 558304 BLAKE2B 
94736adc0f3c74466f560ccfbab45ad6cdf436f2987cba65d25995dda15838109f5189e4d4bc87bd64f8a232d953ad69cdbe56cfc3ca3562b780a465180f0eae
 SHA512 
dc2359c2d7245592034b58558357f986e612c119b54ba2b979ce1df0e7dab2a5a0a1422fad6958349a03832c96e9cf1df32bd55be167025a0c8eab5f14a27146
 DIST firefox-60.6.1esr.source.tar.xz 269197532 BLAKE2B 
1c108366aa5a6a2994ef8dd70dd70da79ca54cc5a619243ff304ba87450ca261c203cf67f426ccaa2bf6d1be35bcb71e5a2ce9859c8f227ad48b83ed5895897b
 SHA512 
a1683e9ad551c2aa6b84013216393fe1f7107728c253ed8e5700d419cf0956513110ed4e1b5dbac3e3bc23930e3024706f1b24d405b6edcdf8c175b03ab241ed
-DIST firefox-65.0-patches-04.tar.xz 16096 BLAKE2B 
2c591c54ced34e32307330df19fa205ce274c94519f32205b726183b55d2050b132a30301c6c9ea9b4a63e292a45d1581fd712c9ffa4730fb5b7fb2708673da7
 SHA512 
fc3e6dcf5fb14caae9e6d9ddfded17edcf7eb138a1ff024320a9820e052d6414874db22c641355e197cd5ba8dc60e4747f16caba4ba686ae7dadf8f9d61fa6e6
-DIST firefox-65.0.2-ach.xpi 447470 BLAKE2B 
1f2b8b663512e98fdb613c56830ef65d06fb5d259e96dd103f2a4c72eab8d4a128876116443f63af95210b5a60955db4d3fd3a96d30bb8c202a1fe18b8293804
 SHA512 
c32336203c7ed25d022cb761453981bc68cfe468cbb61db8ab6a19e8396c8bfc3adfd93907721830dc7f9f4eb82e04b3c2f1fc8f88fdf7a45ce3660d98792ff5
-DIST firefox-65.0.2-af.xpi 437795 BLAKE2B 
d12ba066c0ec11db1f6210852bad9e5476e560ec3d8b7239cbd5cf90bf0368cb341de1802eb2903c55342bdc4da29d540e765fb1532fadef2ed05b924182be65
 SHA512 
b1d0bf5dfd6b949f6614b0def28422d0b10788d0719eb9037dc3d2fe34f33ed5cb59d6083a12a5853601246fe53d1eef785992b86178295a8d9d6a7a9697052d
-DIST firefox-65.0.2-an.xpi 465018 BLAKE2B 
109307b789d3d6e8c104e109782362190500550c1ce1e5161df13d72da15030cefbe715e0d48fac5e8b5d1ff977785ae08e90f8b2bafb10775ecf8c128ca311b
 SHA512 
60fb7a83be7d50ab9ef3f036b9b35fe0cfea01460f9e9ceb5be758ee2d762870d662dd128afc44e766db69035fb571332e51eb7ecb96246116383cdcaa391f1e
-DIST firefox-65.0.2-ar.xpi 509028 BLAKE2B 
5c99113f3521b3653c072db3c9c599f7f9821920b30ce666f87444633ea661bacf61c541e99bb8550d04fc4cf99c84af9c9f4466fbe1f951588866b3a8f9196e
 SHA512 
f8252bd3930d17e2349a72b06dbe1a2a150adc380488a4d6b09a26a76179b07da51219a8387a692ee5a761a8e7086da79d5f9a7f0009c4996b6ae724ba4d6d22
-DIST firefox-65.0.2-as.xpi 472926 BLAKE2B 
eafcc1076ea570aec593e9da20dc7014dd3d3c92eca8062cac4e27ea2df33db802d58938aa18d1c711c6a9f223056f693ffefc24a4363b32af02b4e4ed9b7774
 SHA512 
ffd9779fc092b2f23a2623a7a365611be226a1f6c9cbabbc47676822e309db40124122bab314ca9256e8f640f02d923ff7927411a8bef03bd4e468e4076d4d62
-DIST firefox-65.0.2-ast.xpi 462348 BLAKE2B 
ea558559caaa529b1b08e02496caf0e94d6bc22ddeda7af5345307874d39480830117cce2145f1775bc2296cc6fff8d317abd83c4ea214051a3f0a56a0761459
 SHA512 
2152f8498a36e36e87aa922f3300659902932e91837081bbd3518044bb3a93660dfc5cad24f2731ac6bec567cca4ff7598adb6be309fed42eec2c8b6117561e5
-DIST firefox-65.0.2-az.xpi 488826 BLAKE2B 
d294f09795e7b0843b50e0b97f3aca7ea69962102b21a235a2f03f4c7b56d6296a12deaafededf403ae44847f9a1adbaf665340755f7f3bb24eaba6a2a2aec36
 SHA512 
fc35f127d10b3254d3a2005e5231a3fff595e65cd479eacbef295b65b5b12167f5033af52c142ae52f3b85440a6ae88ede9b09198044ac61496bc0c4157c8c0d
-DIST firefox-65.0.2-bg.xpi 521967 BLAKE2B 
c30be554d68582e548a1a3caa36b624bcd883330b66b67ea111c5efbabf05a0d91daab907c13e95d9200eba3db6ba6a0d5b03685259e948587d6d89ec9e81d4c
 SHA512 
8673d404c0573144f4c2bbec193dc9c60fbe755ad67536e5e1c6f1efbc0b027e7c4ab1d3d294bd644db3faab1d11d17ada0218c9c64afabc8358aa127b11f92c
-DIST firefox-65.0.2-bn-BD.xpi 536547 BLAKE2B 
7f974f37ec8119302f31b1b5755c7f9ef09017a04b74143427ccbc00b8d60b9204ef1ef02799f81a7f5ecbaf19303aac637186ef4eecbbc87caa986eef37acd6
 SHA512 
0369e3b4988fe2f9a94d817b2ac08ed4c088d9fdbde5d44db42e1569b35be9ebe5da2a48ba

[gentoo-commits] proj/sci:master commit in: sci-biology/bowtie/files/, sci-biology/bowtie/

2019-03-27 Thread Martin Mokrejs
commit: 2b44f30b60c65d2485250cb71e7dabe10a2694a6
Author: Martin Mokrejs  fold  natur  cuni  cz>
AuthorDate: Wed Mar 27 22:45:47 2019 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Mar 27 22:45:47 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2b44f30b

sci-biology/bowtie: patch --interleaved, add KEYWORDS

Do not unset contents of CFLAGS and CXXFLAGS.
Thanks to ch4rr0 at
https://github.com/BenLangmead/bowtie2/issues/239

Add deemed patch from
https://github.com/BenLangmead/bowtie2/issues/240

Added KEYWORDS.

Closes: https://bugs.gentoo.org/649824
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs  fold.natur.cuni.cz>

 .../bowtie/{bowtie-2.3.5.ebuild => bowtie-2.3.5-r1.ebuild}  |  5 ++---
 sci-biology/bowtie/files/bowtie-2.3.5-fix-interleaved.patch | 13 +
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/sci-biology/bowtie/bowtie-2.3.5.ebuild 
b/sci-biology/bowtie/bowtie-2.3.5-r1.ebuild
similarity index 94%
rename from sci-biology/bowtie/bowtie-2.3.5.ebuild
rename to sci-biology/bowtie/bowtie-2.3.5-r1.ebuild
index dd4d8be66..f79dcb9cb 100644
--- a/sci-biology/bowtie/bowtie-2.3.5.ebuild
+++ b/sci-biology/bowtie/bowtie-2.3.5-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/BenLangmead/${PN}2/releases/download/v${PV}/${PN}2-$
 
 LICENSE="GPL-3"
 SLOT="2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 IUSE="examples cpu_flags_x86_sse2 +tbb"
 
@@ -27,6 +27,7 @@ S="${WORKDIR}/${PN}2-${PV}"
 DOCS=( AUTHORS NEWS TUTORIAL )
 HTML_DOCS=( doc/{manual.html,style.css} )
 #PATCHES=( "${FILESDIR}/${P}-fix-c++14.patch" ) # needs 2.3.4.3 update
+PATCHES=( "${FILESDIR}"/bowtie-2.3.5-fix-interleaved.patch )
 
 pkg_pretend() {
if ! use cpu_flags_x86_sse2 ; then
@@ -40,8 +41,6 @@ src_compile() {
CC="$(tc-getCC)" \
CPP="$(tc-getCXX)" \
CXX="$(tc-getCXX)" \
-   CFLAGS="" \
-   CXXFLAGS="" \
EXTRA_FLAGS="${LDFLAGS}" \
RELEASE_FLAGS="${CXXFLAGS} -msse2" \
WITH_TBB="$(usex tbb 1 0)"

diff --git a/sci-biology/bowtie/files/bowtie-2.3.5-fix-interleaved.patch 
b/sci-biology/bowtie/files/bowtie-2.3.5-fix-interleaved.patch
new file mode 100644
index 0..b2f24a7fa
--- /dev/null
+++ b/sci-biology/bowtie/files/bowtie-2.3.5-fix-interleaved.patch
@@ -0,0 +1,13 @@
+diff --git bowtie-2.3.5/bt2_search.cpp b/bt2_search.cpp
+index 1d53741..c59e39c 100644
+--- bowtie-2.3.5/bt2_search.cpp
 bowtie-2.3.5/bt2_search.cpp
+@@ -1673,7 +1673,7 @@ static void parseOptions(int argc, const char **argv) {
+<< "sequences must be specified with -1 and -2." << endl;
+   throw 1;
+   }
+-  if(interleaved && (format != FASTA || format != FASTQ)) {
++  if(interleaved && (format != FASTA && format != FASTQ)) {
+   cerr << "Error: --interleaved only works in combination with 
FASTA (-f) and FASTQ (-q) formats." << endl;
+   throw 1;
+   }



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

2019-03-27 Thread Matt Turner
commit: 8f60dc88c3835a6fe889c48fa82f268f9cbe1582
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 21:53:29 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 21:55:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f60dc88

sys-power/powertop: Version bump to 2.10

Closes: https://bugs.gentoo.org/679394
Signed-off-by: Matt Turner  gentoo.org>

 sys-power/powertop/Manifest |   1 +
 sys-power/powertop/powertop-2.10.ebuild | 118 
 2 files changed, 119 insertions(+)

diff --git a/sys-power/powertop/Manifest b/sys-power/powertop/Manifest
index c0cd2b6155f..97496d051b4 100644
--- a/sys-power/powertop/Manifest
+++ b/sys-power/powertop/Manifest
@@ -1,2 +1,3 @@
+DIST powertop-2.10.tar.gz 296409 BLAKE2B 
50a8881e8fedd66d144b6929bf077710050da264d1ff02f38bf5497b80d1038ee55434e3f731a970b92748ce3130a226ec85daf2f105fb10dcebd40355294c79
 SHA512 
ce7b5c4a5c80596c6a78f1c00c107a13dd3f0d9051c7c44333d18a0f0c050c8e148c8b251d59bd49341f20a6a19eb1f956902e8c57110251e9e4f608e0542357
 DIST powertop-2.8.tar.gz 67 BLAKE2B 
4259f462d36fe0cbb157859d6e1d3e1face67f7232fe8d4112d77f844b545f49e9cf486e21bcbc34f64ffb0c891c1864141784dde14e3a96647d6535641a840a
 SHA512 
253d0e15f0972cf8639735c510f4884d49a0da76c31dd2f39603e2297e6c6f0b9fa283c7b3cb04a431c91f8296275c0adaecc4c3e9ea132c0c31064f7f432c80
 DIST powertop-v2.9.tar.gz 718763 BLAKE2B 
bb6ce789614397b02f0e9f1cb71585cb456c1428cc43e9fe1c4b3bc9f96171fede4c587410e78e58ad8d0b0f772549a93f454bcd1b521e6dd3c809a85dc3cf30
 SHA512 
783af538c44e3fae7215a5b4247eb32a72e02150b3f297e6b9777a450823dd30aca014601892c0e80937a366eed95b42b622c68161d53e905ad4fbcb574b26f5

diff --git a/sys-power/powertop/powertop-2.10.ebuild 
b/sys-power/powertop/powertop-2.10.ebuild
new file mode 100644
index 000..200e2c08f9f
--- /dev/null
+++ b/sys-power/powertop/powertop-2.10.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/fenrus75/powertop.git";
+
+if [[ ${PV} == "" ]] ; then
+   GIT_ECLASS="git-r3"
+   SRC_URI=""
+else
+   SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+inherit autotools ${GIT_ECLASS} linux-info
+
+DESCRIPTION="tool to diagnose issues with power consumption and power 
management"
+HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="nls unicode X"
+
+DEPEND="
+   dev-libs/libnl:3
+   sys-apps/pciutils
+   sys-libs/ncurses:=[unicode?]
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   sys-devel/gettext
+"
+RDEPEND="
+   ${DEPEND}
+   X? ( x11-apps/xset )
+   virtual/libintl
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8-ncurses_tinfo.patch
+)
+
+pkg_setup() {
+   CONFIG_CHECK="
+   ~X86_MSR
+   ~DEBUG_FS
+   ~PERF_EVENTS
+   ~TRACEPOINTS
+   ~NO_HZ_IDLE
+   ~HIGH_RES_TIMERS
+   ~HPET_TIMER
+   ~CPU_FREQ_STAT
+   ~CPU_FREQ_GOV_ONDEMAND
+   ~FTRACE
+   ~BLK_DEV_IO_TRACE
+   ~TRACING
+   "
+   ERROR_KERNEL_X86_MSR="X86_MSR is not enabled in the kernel, you almost 
certainly need it"
+   ERROR_KERNEL_DEBUG_FS="DEBUG_FS is not enabled in the kernel, you 
almost certainly need it"
+   ERROR_KERNEL_PERF_EVENTS="PERF_EVENTS should be enabled in the kernel 
for full powertop function"
+   ERROR_KERNEL_TRACEPOINTS="TRACEPOINTS should be enabled in the kernel 
for full powertop function"
+   ERROR_KERNEL_NO_HZ_IDLE="NO_HZ_IDLE should be enabled in the kernel for 
full powertop function"
+   ERROR_KERNEL_HIGH_RES_TIMERS="HIGH_RES_TIMERS should be enabled in the 
kernel for full powertop function"
+   ERROR_KERNEL_HPET_TIMER="HPET_TIMER should be enabled in the kernel for 
full powertop function"
+   ERROR_KERNEL_CPU_FREQ_STAT="CPU_FREQ_STAT should be enabled in the 
kernel for full powertop function"
+   ERROR_KERNEL_CPU_FREQ_GOV_ONDEMAND="CPU_FREQ_GOV_ONDEMAND should be 
enabled in the kernel for full powertop function"
+   ERROR_KERNEL_FTRACE="FTRACE needs to be turned on to enable 
BLK_DEV_IO_TRACE"
+   ERROR_KERNEL_BLK_DEV_IO_TRACE="BLK_DEV_IO_TRACE needs to be turned on 
to enable other config options"
+   ERROR_KERNEL_TRACING="TRACING should be enabled in the kernel for full 
powertop function"
+   linux-info_pkg_setup
+   if linux_config_exists; then
+   if kernel_is -lt 3 7 0; then
+   if linux_chkconfig_present SND_HDA_INTEL; then
+   CONFIG_CHECK="~SND_HDA_POWER_SAVE"
+   
ERROR_KERNEL_SND_HDA_POWER_SAVE="SND_HDA_POWER_SAVE should be enabled in the 
kernel for full 

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

2019-03-27 Thread Matt Turner
commit: a9e004a57c1635db4ac86a643800a18b7d27a227
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 21:51:30 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 21:55:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e004a5

sys-power/powertop: Take over maintainership

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

 sys-power/powertop/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys-power/powertop/metadata.xml b/sys-power/powertop/metadata.xml
index 1c481a1d6de..3046769ffad 100644
--- a/sys-power/powertop/metadata.xml
+++ b/sys-power/powertop/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-zeroch...@gentoo.org
-Rick Farina
-  
+   
+   matts...@gentoo.org
+   Matt Turner
+   
+   
+   fenrus75/powertop
+   
 



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

2019-03-27 Thread Matt Turner
commit: b28ddfaf282019d7af0d35f17aa80daf576fe7a2
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 21:48:11 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 21:55:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28ddfaf

sys-power/powertop: Port to EAPI 7

Also fix bug 599114
(https://mail.gnome.org/archives/commits-list/2016-November/msg01707.html
helped figure it out)

Closes: https://bugs.gentoo.org/599114
Signed-off-by: Matt Turner  gentoo.org>

 sys-power/powertop/powertop-.ebuild | 41 ++---
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/sys-power/powertop/powertop-.ebuild 
b/sys-power/powertop/powertop-.ebuild
index 62872e31be8..bf3642c77e9 100644
--- a/sys-power/powertop/powertop-.ebuild
+++ b/sys-power/powertop/powertop-.ebuild
@@ -1,39 +1,39 @@
-# 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
+
+EGIT_REPO_URI="https://github.com/fenrus75/powertop.git";
 
-inherit eutils linux-info
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/fenrus75/powertop.git";
-   inherit git-r3 autotools
+   GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   MY_P="${PN}-v${PV}"
-   
SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${MY_P}"
+   SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
-DESCRIPTION="tool that helps you find what software is using the most power"
-HOMEPAGE="https://01.org/powertop/";
+inherit autotools ${GIT_ECLASS} linux-info
+
+DESCRIPTION="tool to diagnose issues with power consumption and power 
management"
+HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/";
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="nls unicode X"
 
-COMMON_DEPEND="
+DEPEND="
dev-libs/libnl:3
sys-apps/pciutils
sys-libs/ncurses:=[unicode?]
 "
 
-DEPEND="${COMMON_DEPEND}
+BDEPEND="
virtual/pkgconfig
sys-devel/gettext
 "
 RDEPEND="
-   ${COMMON_DEPEND}
+   ${DEPEND}
X? ( x11-apps/xset )
virtual/libintl
 "
@@ -98,11 +98,14 @@ pkg_setup() {
 
 src_prepare() {
default
-   if [[ ${PV} == "" ]] ; then
-   chmod +x scripts/version || die "Failed to make 
'scripts/version' executable"
-   scripts/version || die "Failed to extract version information"
-   eautoreconf
-   fi
+
+   # Bug 599114
+   sed -i '1s|^|AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX_11])|' 
configure.ac || die
+
+   chmod +x scripts/version || die "Failed to make 'scripts/version' 
executable"
+   scripts/version || die "Failed to extract version information"
+
+   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] proj/musl:master commit in: media-libs/mesa/

2019-03-27 Thread Jory Pratt
commit: d6376ba76af1ea83fe4bff0a20648f18a2aa2de2
Author: Jory Pratt  gentoo  org>
AuthorDate: Wed Mar 27 21:33:37 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Mar 27 21:33:37 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=d6376ba7

media-libs/mesa: Version bump to 19.0.1 for ~arch users

Signed-off-by: Jory Pratt  gentoo.org>

 media-libs/mesa/{mesa-19.0.0.ebuild => mesa-19.0.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-libs/mesa/mesa-19.0.0.ebuild 
b/media-libs/mesa/mesa-19.0.1.ebuild
similarity index 100%
rename from media-libs/mesa/mesa-19.0.0.ebuild
rename to media-libs/mesa/mesa-19.0.1.ebuild



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

2019-03-27 Thread Andrey Utkin
commit: a9ce269f43c7f3f26387e39867b22cee7993e3ad
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 21:24:01 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 21:29:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ce269f

dev-python/botocore: drop old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/botocore/Manifest|  2 -
 dev-python/botocore/botocore-1.10.19.ebuild | 57 
 dev-python/botocore/botocore-1.10.35.ebuild | 57 
 dev-python/botocore/botocore-1.12.4.ebuild  | 58 -
 4 files changed, 174 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index e75490d8a08..55e2f18ae27 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,3 @@
-DIST botocore-1.10.19.tar.gz 4372030 BLAKE2B 
cf4782e603c3483583edc2bd0a310781a00678524b4966b504e34db24b0f177d2d63cc76a5b2f1efa2d831c8ca3bc93f6628344da944a59b784cbd2e3062
 SHA512 
450f66d182f0262ae5fe040fc45c640c13fc2b9b1e4331e3be18ebd7b52b0008cb39f7293e243b101797a84b390399c09952f82880d925ebc076672282334577
-DIST botocore-1.10.35.tar.gz 4451806 BLAKE2B 
1161e5dc23a2a540b9fa237eb5c3029c6822bf76cc833be44366385482617ed64458a04ecd67ea9884d8b8a5b74e4b2a6232fb2f8d960118fba70860526fb4f0
 SHA512 
ea9e4bba6be53696fc4e3cf68e67f9e6eeaeda813c48d725e20f7170228f1cf8b55a023dd5fdb020290f5d6ecd10f75217e9327c928edacf8723dbd4050188d5
 DIST botocore-1.12.122.tar.gz 5492931 BLAKE2B 
05371245cd0de404713f920d0651f9bbdcabe9508c5e27f692adc4cda7ac2f7fba24b2b95a26b788e4960b01553c1746f08b9db4f38e4629c5703fd6872893be
 SHA512 
f92581ac6b8a46d4af8b55b391e6e75c452f83a4ffde6c940c9f85b2215a3eda44e8b2672f469769b4d9a0d7ac2823540f45c1822279b6264d016986f2b06c53
 DIST botocore-1.12.4.tar.gz 4800384 BLAKE2B 
121019d3c33872fdd874ddba36ecc8612a6354068ce7b759cbe7f35a9787e84c34d3a71ef3fdd2d721d3c3973a7600e4398cb7cd2a3ba698464c15137845bdf3
 SHA512 
8d196984f5623df403a8a23a9b7e7061e59c0ca56103f89d749d6ad7d92168ccae267f85312f2949cee322776d7948f1ecfda3d9d2783e8ba92fde7a178e8cac
 DIST botocore-1.12.81.tar.gz 5383717 BLAKE2B 
0bafd6038cf4a5d1fa4f0597024b09eca48ab95d071cccd09b1910ccf839719114166fab7d78bd2b30dec4b4993a0751d9504260636174df5f76f02495e79960
 SHA512 
d3be22af53a8c6dd55be3fa0b84a55cdce22d30d6e6f04b0bb69539b8107c86de6b5494079e3af40f9b5285ef10c21e69c85295e5cd7c6dc5ab5be91718a2ea9

diff --git a/dev-python/botocore/botocore-1.10.19.ebuild 
b/dev-python/botocore/botocore-1.10.19.ebuild
deleted file mode 100644
index e10e6f885dc..000
--- a/dev-python/botocore/botocore-1.10.19.ebuild
+++ /dev/null
@@ -1,57 +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 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc test"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/botocore";
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit 
tests failed under ${EPYTHON}"
-   PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die 
"functional tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/botocore/botocore-1.10.35.ebuild 
b/dev-python/botocore/botocore-1.10.35.ebuild
deleted file mode 100644
index 5771ab5e96d..000
--- a/dev-python/botocore/botocore-1.10.35.ebuild
+++ /dev/null
@@ -1,57 +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 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore";
-

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

2019-03-27 Thread Andrey Utkin
commit: 04e872b2f39e47fcaf227106bf63fa7b760b85ac
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 21:28:49 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 21:29:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e872b2

dev-python/s3transfer: drop old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/s3transfer/Manifest |  1 -
 dev-python/s3transfer/s3transfer-0.1.11.ebuild | 37 --
 dev-python/s3transfer/s3transfer-0.1.13.ebuild | 35 
 3 files changed, 73 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index 3e1cfa8394d..5aae4673bf0 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,3 +1,2 @@
-DIST s3transfer-0.1.11.tar.gz 9 BLAKE2B 
404a058ad371161d2f7d44b3fdf835b6641e6f299ec3660b322afcbd0036860a658e641479f0214b67b6e96d1b652d2b2fd888bc84473e8827f907bdcc5c6477
 SHA512 
83b85dadb696df9dfcd28719ccadba8aa0e8f36b0fe4ce4f61dfe00460617bae74307cbe6ba924a8de86fe527e18a34d66acb72f7a3d9001e670d76dfc8b60a2
 DIST s3transfer-0.1.13.tar.gz 103335 BLAKE2B 
bbc6e76647a9b531f0ef70912ddd17a186a5bbe4ecc9ed21de4674cdc20d39150be3212065bcdf6145c0721644c59d157fd528b79039bb091d750f28085bb476
 SHA512 
90aca5cacefa19cb8cb21b7b82c5f3383bc0478503557de9c2277db2f39d98f6e11ad74bf56ec84a1fc8c4a920337b0bcb34bfcf509a49f347144b7f13afb37c
 DIST s3transfer-0.2.0.tar.gz 118361 BLAKE2B 
0cb0a29e6dfa82762084396db1950a9e1baf4de1d9c8b9f0db3dbf1e274636f60a89ceb959d55cc22fe41c4ce175ab53f414c5c44f08624cc43f0d289f768863
 SHA512 
2e37a13da67cdabb49deeb177fd9f8d6393128e757e6c9bd93c99eb95a3edbd14736025e284f3173e8247d23239abae3700d894ba0d138f970ceaff748aa6e9e

diff --git a/dev-python/s3transfer/s3transfer-0.1.11.ebuild 
b/dev-python/s3transfer/s3transfer-0.1.11.ebuild
deleted file mode 100644
index eda0e7e539b..000
--- a/dev-python/s3transfer/s3transfer-0.1.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="An Amazon S3 Transfer Manager"
-HOMEPAGE="https://github.com/boto/s3transfer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="
-   >=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
-   =dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
-   $(python_gen_cond_dep 'https://github.com/boto/s3transfer";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="
-   dev-python/botocore[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 
'python2_7')
-"
-# Pin mock to 1.3.0 if testing failures due to mock occur.
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${CDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="${CDEPEND}"
-
-python_test() {
-   nosetests -v tests/unit/ tests/functional/ || die "tests failed under 
${EPYTHON}"
-}



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

2019-03-27 Thread Andrey Utkin
commit: db4763e6a247e95408115cdef776215f1bee6372
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 21:25:43 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 21:29:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4763e6

dev-python/boto3: drop old versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/boto3/Manifest|  2 --
 dev-python/boto3/boto3-1.7.19.ebuild | 53 
 dev-python/boto3/boto3-1.7.35.ebuild | 53 
 dev-python/boto3/boto3-1.9.4.ebuild  | 53 
 4 files changed, 161 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 95cf45b1d73..75e53cb21ad 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,2 @@
-DIST boto3-1.7.19.tar.gz 226568 BLAKE2B 
3f56b738d49cd8da02621b5f00160e8a6bc06fa785b870cf0a413c0c9ba2e04dd772f4246fe943dc9fd7dc14f1c587377e3ffba77c2b1a092247958dbc573fdb
 SHA512 
80975e234caabb0f9c0166cc00a3bf88d61ff1df386fa4df83599245a04d323d10b770e1f4171e7f856ea91edd325d1207caf023a2f43e5dca23236fc48bcb6d
-DIST boto3-1.7.35.tar.gz 228201 BLAKE2B 
ae164f4eb8a77d15ea142f0a88422645b306f83c54d094abafd73e46e0615fb7cde9756781d4150fa6ef408738481fbbd959afee0ca125cb1f2b8f82189f86b4
 SHA512 
c007317bcfd167fc78ae216ea2db5a9ae76dcd4e76cd80bc2e4bef11e4525f1b0c87d6f14cf66dff49bb5e0c4c22b2062a514e8f47c83cf1a1bbd592f6aa7658
 DIST boto3-1.9.122.tar.gz 258061 BLAKE2B 
68903edd97e10693675e4c2fa77c2c54f2d3aab79307ee0a856f43aabe256f7782d027b0a23f433c593962c90f7364c26a87c27fe8770e67b5052e4ced73a9bc
 SHA512 
31b8d8c2369b9076d825196d400c8a8b5579c38f87c7f41634eedbdaf6c2be01072018312e90e25d81b850c51f7c22a13fa565cd4e8b7672c238bad61e6a0810
 DIST boto3-1.9.4.tar.gz 237313 BLAKE2B 
20ab73dd02864b455a2bcc567b6303ef8b0503c4dd80efb442bf7ad8167329c938dcd41cbc61d4ab50fd02cbf8758c10aadb9b13d9c795330fe1faf9a1f7352b
 SHA512 
7f0eb3b5537aed598d75a05474439819dee8c0030dd1eb685281e963ec465699ff9120394170f1ac7b53493de9b8702ec789863839eb3710ff3d60e2dfc1f1ac

diff --git a/dev-python/boto3/boto3-1.7.19.ebuild 
b/dev-python/boto3/boto3-1.7.19.ebuild
deleted file mode 100644
index 5b910efcf46..000
--- a/dev-python/boto3/boto3-1.7.19.ebuild
+++ /dev/null
@@ -1,53 +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 python3_5 python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/boto3";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc test"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-   >=dev-python/botocore-1.10.19[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/s3transfer[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/build/html/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/boto3/boto3-1.7.35.ebuild 
b/dev-python/boto3/boto3-1.7.35.ebuild
deleted file mode 100644
index a7373938984..000
--- a/dev-python/boto3/boto3-1.7.35.ebuild
+++ /dev/null
@@ -1,53 +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 python3_5 python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/boto3";
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc test"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-   >=dev-python/botocore-1.10.35[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/s3transfer[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
-   dev-python/s

[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/

2019-03-27 Thread Sergei Trofimovich
commit: 9126e33522b6b9af475638657cea6e22f7db9c13
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 27 19:21:06 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 27 21:22:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9126e335

dev-tcltk/iwidgets: stable 4.1.1 for sparc, bug #677358

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild 
b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
index 728e7f8d175..e4123cd7a89 100644
--- a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild
+++ b/dev-tcltk/iwidgets/iwidgets-4.1.1.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
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="HPND Old-MIT tcltk"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/

2019-03-27 Thread Sergei Trofimovich
commit: 9877972c0f3522feba7b7b18c1ab44f92835525e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 27 19:20:12 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 27 21:22:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9877972c

dev-tcltk/itk: stable 4.1.0 for sparc, bug #677358

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-tcltk/itk/itk-4.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/itk/itk-4.1.0.ebuild b/dev-tcltk/itk/itk-4.1.0.ebuild
index dacfecf0fd0..3d8c42f051d 100644
--- a/dev-tcltk/itk/itk-4.1.0.ebuild
+++ b/dev-tcltk/itk/itk-4.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=7
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/incrtcl/%5Bincr%20Tcl_Tk%5D-4-source/itk%2
 IUSE=""
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-lang/tk-8.6:=



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

2019-03-27 Thread William Hubbs
commit: ebdcb2e24c910b0012c20960067b77ed9fcbe9df
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 20:57:21 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdcb2e2

dev-python/django-taggit: remove python2_7

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-taggit/django-taggit-0.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-taggit/django-taggit-0.24.0.ebuild 
b/dev-python/django-taggit/django-taggit-0.24.0.ebuild
index 82fb91bb055..7f27c6e5d3a 100644
--- a/dev-python/django-taggit/django-taggit-0.24.0.ebuild
+++ b/dev-python/django-taggit/django-taggit-0.24.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="simple tagging for django"



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

2019-03-27 Thread William Hubbs
commit: 52a02b92580ec76f3725cfdb02d13a2ca33ce9ba
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Mar 27 21:05:54 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a02b92

dev-python/djangorestframework: Remove python2_7

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild 
b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild
index 745e84b017a..dcfdf435c87 100644
--- a/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Web APIs with django made easy"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/

2019-03-27 Thread William Hubbs
commit: 7eb4744d063b2e3fe89ca22fefbe5b6f370fb4fd
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 20:32:33 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb4744d

dev-python/django-cors-headers: remove python2_7

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
index 0d7334af7fa..11942054873 100644
--- a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers 
to responses"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-timezone-field/

2019-03-27 Thread William Hubbs
commit: 202cbfb1f06f890ea189ce3adaa8d308987dc388
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 21:02:14 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202cbfb1

dev-python/django-timezone-field: remove python2_7

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-timezone-field/django-timezone-field-3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild 
b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
index 9385b768fc8..d045284b761 100644
--- a/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
+++ b/dev-python/django-timezone-field/django-timezone-field-3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="A Django app providing database and form fields for pytz timezone 
objects"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-taggit-serializer/

2019-03-27 Thread William Hubbs
commit: 0e66b620bc136163fcf8fc27e454e4dba927cb0f
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 20:46:55 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e66b620

dev-python/django-taggit-serializer: remove python2_7

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 .../django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild 
b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
index 0336b6ed105..8d2105e4338 100644
--- a/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
+++ b/dev-python/django-taggit-serializer/django-taggit-serializer-0.1.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="the django taggit serializer for the django rest framework"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-debug-toolbar/

2019-03-27 Thread William Hubbs
commit: 2d2b09fbdad8ae01cb846906e6254a1618a9d0da
Author: William Hubbs  sony  com>
AuthorDate: Wed Mar 27 20:38:58 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Mar 27 21:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2b09fb

dev-python/django-debug-toolbar: remove python2_7 from 1.11

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild 
b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
index 08bd4b0acde..6ce87590e4a 100644
--- a/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
+++ b/dev-python/django-debug-toolbar/django-debug-toolbar-1.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2019-03-27 Thread Andrey Utkin
commit: 9bd95e3eb00c301eb7e1b14751d541a467b52cc9
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 18:48:29 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd95e3e

dev-python/s3transfer: add new version 0.2.0

Cloned from 0.1.3-r1, only changes being
* copyright line update,
* all stable keywords downgraded to testing.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/s3transfer/Manifest|  1 +
 dev-python/s3transfer/s3transfer-0.2.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index a441809a39b..3e1cfa8394d 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,2 +1,3 @@
 DIST s3transfer-0.1.11.tar.gz 9 BLAKE2B 
404a058ad371161d2f7d44b3fdf835b6641e6f299ec3660b322afcbd0036860a658e641479f0214b67b6e96d1b652d2b2fd888bc84473e8827f907bdcc5c6477
 SHA512 
83b85dadb696df9dfcd28719ccadba8aa0e8f36b0fe4ce4f61dfe00460617bae74307cbe6ba924a8de86fe527e18a34d66acb72f7a3d9001e670d76dfc8b60a2
 DIST s3transfer-0.1.13.tar.gz 103335 BLAKE2B 
bbc6e76647a9b531f0ef70912ddd17a186a5bbe4ecc9ed21de4674cdc20d39150be3212065bcdf6145c0721644c59d157fd528b79039bb091d750f28085bb476
 SHA512 
90aca5cacefa19cb8cb21b7b82c5f3383bc0478503557de9c2277db2f39d98f6e11ad74bf56ec84a1fc8c4a920337b0bcb34bfcf509a49f347144b7f13afb37c
+DIST s3transfer-0.2.0.tar.gz 118361 BLAKE2B 
0cb0a29e6dfa82762084396db1950a9e1baf4de1d9c8b9f0db3dbf1e274636f60a89ceb959d55cc22fe41c4ce175ab53f414c5c44f08624cc43f0d289f768863
 SHA512 
2e37a13da67cdabb49deeb177fd9f8d6393128e757e6c9bd93c99eb95a3edbd14736025e284f3173e8247d23239abae3700d894ba0d138f970ceaff748aa6e9e

diff --git a/dev-python/s3transfer/s3transfer-0.2.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
new file mode 100644
index 000..0d4881796d6
--- /dev/null
+++ b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+inherit distutils-r1
+
+DESCRIPTION="An Amazon S3 Transfer Manager"
+HOMEPAGE="https://github.com/boto/s3transfer";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND="
+   dev-python/botocore[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 
'python2_7')
+"
+# Pin mock to 1.3.0 if testing failures due to mock occur.
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${CDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+PATCHES=( "${FILESDIR}/s3transfer-0.1.13-tests.patch" )
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "tests failed under 
${EPYTHON}"
+}



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

2019-03-27 Thread Andrey Utkin
commit: 4951bb461845a12df9fb49d83f16b5b39497a750
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 19:04:02 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4951bb46

dev-python/botocore: : update copyright line

To avoid extra diff hunk after cloning into release ebuilds.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

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

diff --git a/dev-python/botocore/botocore-.ebuild 
b/dev-python/botocore/botocore-.ebuild
index 822a910e36e..ecf27830116 100644
--- a/dev-python/botocore/botocore-.ebuild
+++ b/dev-python/botocore/botocore-.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=7



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

2019-03-27 Thread Andrey Utkin
commit: ed7ed47398fec1a615c6a9210be1916fcbba2180
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 20:18:58 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7ed473

dev-python/s3transfer: 0.2.0: drop upstreamed patch

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/s3transfer/s3transfer-0.2.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/s3transfer/s3transfer-0.2.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
index 0d4881796d6..d4f198cef9e 100644
--- a/dev-python/s3transfer/s3transfer-0.2.0.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.2.0.ebuild
@@ -30,7 +30,6 @@ DEPEND="
 "
 RDEPEND="${CDEPEND}"
 
-PATCHES=( "${FILESDIR}/s3transfer-0.1.13-tests.patch" )
 python_test() {
nosetests -v tests/unit/ tests/functional/ || die "tests failed under 
${EPYTHON}"
 }



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

2019-03-27 Thread Andrey Utkin
commit: 3a7287f17ed699a7c33873e7334ff4e29330aea9
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 19:07:03 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7287f1

dev-python/botocore: add new version 1.12.122

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.12.122.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 822b8f32c26..e75490d8a08 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,5 @@
 DIST botocore-1.10.19.tar.gz 4372030 BLAKE2B 
cf4782e603c3483583edc2bd0a310781a00678524b4966b504e34db24b0f177d2d63cc76a5b2f1efa2d831c8ca3bc93f6628344da944a59b784cbd2e3062
 SHA512 
450f66d182f0262ae5fe040fc45c640c13fc2b9b1e4331e3be18ebd7b52b0008cb39f7293e243b101797a84b390399c09952f82880d925ebc076672282334577
 DIST botocore-1.10.35.tar.gz 4451806 BLAKE2B 
1161e5dc23a2a540b9fa237eb5c3029c6822bf76cc833be44366385482617ed64458a04ecd67ea9884d8b8a5b74e4b2a6232fb2f8d960118fba70860526fb4f0
 SHA512 
ea9e4bba6be53696fc4e3cf68e67f9e6eeaeda813c48d725e20f7170228f1cf8b55a023dd5fdb020290f5d6ecd10f75217e9327c928edacf8723dbd4050188d5
+DIST botocore-1.12.122.tar.gz 5492931 BLAKE2B 
05371245cd0de404713f920d0651f9bbdcabe9508c5e27f692adc4cda7ac2f7fba24b2b95a26b788e4960b01553c1746f08b9db4f38e4629c5703fd6872893be
 SHA512 
f92581ac6b8a46d4af8b55b391e6e75c452f83a4ffde6c940c9f85b2215a3eda44e8b2672f469769b4d9a0d7ac2823540f45c1822279b6264d016986f2b06c53
 DIST botocore-1.12.4.tar.gz 4800384 BLAKE2B 
121019d3c33872fdd874ddba36ecc8612a6354068ce7b759cbe7f35a9787e84c34d3a71ef3fdd2d721d3c3973a7600e4398cb7cd2a3ba698464c15137845bdf3
 SHA512 
8d196984f5623df403a8a23a9b7e7061e59c0ca56103f89d749d6ad7d92168ccae267f85312f2949cee322776d7948f1ecfda3d9d2783e8ba92fde7a178e8cac
 DIST botocore-1.12.81.tar.gz 5383717 BLAKE2B 
0bafd6038cf4a5d1fa4f0597024b09eca48ab95d071cccd09b1910ccf839719114166fab7d78bd2b30dec4b4993a0751d9504260636174df5f76f02495e79960
 SHA512 
d3be22af53a8c6dd55be3fa0b84a55cdce22d30d6e6f04b0bb69539b8107c86de6b5494079e3af40f9b5285ef10c21e69c85295e5cd7c6dc5ab5be91718a2ea9

diff --git a/dev-python/botocore/botocore-1.12.122.ebuild 
b/dev-python/botocore/botocore-1.12.122.ebuild
new file mode 100644
index 000..ecf27830116
--- /dev/null
+++ b/dev-python/botocore/botocore-1.12.122.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit 
tests failed under ${EPYTHON}"
+   PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die 
"functional tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2019-03-27 Thread Andrey Utkin
commit: 75a3c45719f4755884b3fd9bc885a49681852adc
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 19:16:05 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a3c457

dev-python/boto3: add new version 1.9.122

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.9.122.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 93fda97a1a1..95cf45b1d73 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.7.19.tar.gz 226568 BLAKE2B 
3f56b738d49cd8da02621b5f00160e8a6bc06fa785b870cf0a413c0c9ba2e04dd772f4246fe943dc9fd7dc14f1c587377e3ffba77c2b1a092247958dbc573fdb
 SHA512 
80975e234caabb0f9c0166cc00a3bf88d61ff1df386fa4df83599245a04d323d10b770e1f4171e7f856ea91edd325d1207caf023a2f43e5dca23236fc48bcb6d
 DIST boto3-1.7.35.tar.gz 228201 BLAKE2B 
ae164f4eb8a77d15ea142f0a88422645b306f83c54d094abafd73e46e0615fb7cde9756781d4150fa6ef408738481fbbd959afee0ca125cb1f2b8f82189f86b4
 SHA512 
c007317bcfd167fc78ae216ea2db5a9ae76dcd4e76cd80bc2e4bef11e4525f1b0c87d6f14cf66dff49bb5e0c4c22b2062a514e8f47c83cf1a1bbd592f6aa7658
+DIST boto3-1.9.122.tar.gz 258061 BLAKE2B 
68903edd97e10693675e4c2fa77c2c54f2d3aab79307ee0a856f43aabe256f7782d027b0a23f433c593962c90f7364c26a87c27fe8770e67b5052e4ced73a9bc
 SHA512 
31b8d8c2369b9076d825196d400c8a8b5579c38f87c7f41634eedbdaf6c2be01072018312e90e25d81b850c51f7c22a13fa565cd4e8b7672c238bad61e6a0810
 DIST boto3-1.9.4.tar.gz 237313 BLAKE2B 
20ab73dd02864b455a2bcc567b6303ef8b0503c4dd80efb442bf7ad8167329c938dcd41cbc61d4ab50fd02cbf8758c10aadb9b13d9c795330fe1faf9a1f7352b
 SHA512 
7f0eb3b5537aed598d75a05474439819dee8c0030dd1eb685281e963ec465699ff9120394170f1ac7b53493de9b8702ec789863839eb3710ff3d60e2dfc1f1ac

diff --git a/dev-python/boto3/boto3-1.9.122.ebuild 
b/dev-python/boto3/boto3-1.9.122.ebuild
new file mode 100644
index 000..20d001cd0c8
--- /dev/null
+++ b/dev-python/boto3/boto3-1.9.122.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-1.12.4[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/s3transfer[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/guzzle_sphinx_theme[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2019-03-27 Thread Andrey Utkin
commit: a8f2e1c10cb858c48c321041501b24fd8beb0697
Author: Andrey Utkin  gentoo  org>
AuthorDate: Wed Mar 27 19:10:12 2019 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Wed Mar 27 20:59:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f2e1c1

dev-python/boto3: : update copyright line

To avoid extra diff hunk after cloning into release ebuilds.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

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

diff --git a/dev-python/boto3/boto3-.ebuild 
b/dev-python/boto3/boto3-.ebuild
index c4a2a220409..20d001cd0c8 100644
--- a/dev-python/boto3/boto3-.ebuild
+++ b/dev-python/boto3/boto3-.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] proj/portage-utils:master commit in: /

2019-03-27 Thread Fabian Groffen
commit: 8a3e762753c3a17fc74fb56cb11c27d9fec82b2d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 20:52:12 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 20:52:12 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=8a3e7627

q: silence warning on Darwin

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

 q.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/q.c b/q.c
index 1e180de..d50056a 100644
--- a/q.c
+++ b/q.c
@@ -15,6 +15,10 @@
 #include 
 #include 
 
+#if defined(__MACH__)
+#include 
+#endif
+
 #include "atom.h"
 #include "basename.h"
 #include "cache.h"



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

2019-03-27 Thread Fabian Groffen
commit: 5afa37bd046ea35d9c68f43a1a28233bd0dbc7a7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 20:36:39 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 20:36:39 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5afa37bd

qgrep: squash truncation warning on Solaris

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

 qgrep.c | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/qgrep.c b/qgrep.c
index fdabf9c..a2b6a98 100644
--- a/qgrep.c
+++ b/qgrep.c
@@ -449,6 +449,7 @@ int qgrep_main(int argc, char **argv)
if ((p = strchr(ebuild, '\n')) != NULL)
*p = '\0';
if (show_name || (include_atoms != NULL)) {
+   size_t l;
/* cut ".ebuild" */
if (p == NULL)
p = ebuild + strlen(ebuild);
@@ -460,8 +461,11 @@ int qgrep_main(int argc, char **argv)
/* find head of the ebuild basename */
if ((p = strchr(p, '/')) == NULL)
continue;
-   /* find start of the pkg name */
-   snprintf(name, sizeof(name), "%s/%s", 
ebuild, (p+1));
+   /* find start of the pkg name, break up 
in two to
+* avoid warning about possible 
truncation (very
+* unlikely) */
+   l = snprintf(name, sizeof(name), "%s", 
ebuild);
+   snprintf(name + l, sizeof(name) - l, 
"%s", p);
/* restore the filepath */
*p = '/';
*(p + strlen(p)) = '.';



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

2019-03-27 Thread Fabian Groffen
commit: 3cf77d19bd7f3abd323e4f148f73575cee8ac85b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 20:18:20 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 20:18:20 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3cf77d19

q: fix various issues on Linux systems

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

 libq/contents.c |  1 +
 libq/xpak.c |  2 +-
 libq/xsystem.c  |  7 +--
 main.c  |  4 ++--
 main.h  |  1 +
 q.c |  1 +
 qcache.c|  2 +-
 qgrep.c | 15 ++-
 qlop.c  |  1 +
 qmerge.c| 10 +-
 qpkg.c  |  4 ++--
 qsearch.c   |  1 +
 qtegrity.c  |  3 +++
 quse.c  |  1 +
 14 files changed, 35 insertions(+), 18 deletions(-)

diff --git a/libq/contents.c b/libq/contents.c
index 41929d0..3e719a6 100644
--- a/libq/contents.c
+++ b/libq/contents.c
@@ -11,6 +11,7 @@
 
 #include 
 #include 
+#include 
 
 #include "contents.h"
 

diff --git a/libq/xpak.c b/libq/xpak.c
index 09b58bd..2785899 100644
--- a/libq/xpak.c
+++ b/libq/xpak.c
@@ -258,7 +258,7 @@ _xpak_add_file(
/* the xpak format can only store files whose size is a 32bit int
 * so we have to make sure we don't store a big file */
if (in_len != st->st_size) {
-   warnf("File is too big: %"PRIu64, (uint64_t)st->st_size);
+   warnf("File is too big: %zu", (size_t)st->st_size);
fclose(fin);
goto fake_data_len;
}

diff --git a/libq/xsystem.c b/libq/xsystem.c
index 1cc5cad..e11172e 100644
--- a/libq/xsystem.c
+++ b/libq/xsystem.c
@@ -6,12 +6,15 @@
  */
 
 #include "main.h"
-#include "xasprintf.h"
-#include "xsystem.h"
 
 #include 
 #include 
 #include 
+#include 
+#include 
+
+#include "xasprintf.h"
+#include "xsystem.h"
 
 void xsystem(const char *command)
 {

diff --git a/main.c b/main.c
index 1da04fe..7e56101 100644
--- a/main.c
+++ b/main.c
@@ -448,7 +448,7 @@ read_portage_env_file(const char *configroot, const char 
*file, env_vars vars[])
if ((dentslen = scandir(buf, &dents, NULL, alphasort)) > 0) {
int di;
struct dirent *d;
-   char npath[_Q_PATH_MAX];
+   char npath[_Q_PATH_MAX * 2];
 
/* recurse through all files */
for (di = 0; di < dentslen; di++) {
@@ -858,7 +858,7 @@ initialize_flat(const char *overlay, int cache_type, bool 
force)
if (pkg_cnt < 0)
continue;
for (c = 0; c < pkg_cnt; c++) {
-   char de[_Q_PATH_MAX];
+   char de[_Q_PATH_MAX * 2];
 
snprintf(de, sizeof(de), "%s/%s",
category[i]->d_name, pn[c]->d_name);

diff --git a/main.h b/main.h
index 958efa6..32c995f 100644
--- a/main.h
+++ b/main.h
@@ -15,6 +15,7 @@
 #endif
 
 #include 
+#include 
 #include 
 #include 
 #include 

diff --git a/q.c b/q.c
index a4a943e..1e180de 100644
--- a/q.c
+++ b/q.c
@@ -10,6 +10,7 @@
 #include "main.h"
 #include "applets.h"
 
+#include 
 #include 
 #include 
 #include 

diff --git a/qcache.c b/qcache.c
index 29b10af..f3252d7 100644
--- a/qcache.c
+++ b/qcache.c
@@ -805,7 +805,7 @@ qcache_stats(qcache_data *data)
 #endif
{
struct stat s;
-   char spath[_Q_PATH_MAX];
+   char spath[_Q_PATH_MAX * 2];
snprintf(spath, sizeof(spath), "%s/%s", 
catpath, de->d_name);
if (lstat(spath, &s) != 0)
continue;

diff --git a/qgrep.c b/qgrep.c
index da38f40..fdabf9c 100644
--- a/qgrep.c
+++ b/qgrep.c
@@ -223,7 +223,12 @@ qgrep_print_before_context(qgrep_buf_t *current, const 
char num_lines_before,
 
 /* Yield the path of one of the installed ebuilds (from VDB). */
 static char *
-get_next_installed_ebuild(char *ebuild_path, DIR *vdb_dir, struct dirent 
**cat_dirent_pt, DIR **cat_dir_pt)
+get_next_installed_ebuild(
+   char *ebuild_path,
+   size_t ebuild_path_len,
+   DIR *vdb_dir,
+   struct dirent **cat_dirent_pt,
+   DIR **cat_dir_pt)
 {
struct dirent *pkg_dirent = NULL;
if (*cat_dirent_pt == NULL || *cat_dir_pt == NULL)
@@ -233,7 +238,7 @@ get_next_ebuild_from_category:
goto get_next_category;
if (pkg_dirent->d_name[0] == '.')
goto get_next_ebuild_from_category;
-   snprintf(ebuild_path, _Q_PATH_MAX, "%s/%s/%s.ebuild",
+   snprintf(ebuild_path, ebuild_path_len, "%s/%s/%s.ebuild",
(*cat_dirent_pt)->d_name, pkg_dirent->d_name, 
pkg_dirent->d_name);
return ebuild_path;
 get_next_category:
@@ -260,7 +265,7 @@ int qgrep_main(int argc, char **argv)
DIR *vdb_dir = NULL;
DIR *cat_di

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

2019-03-27 Thread Fabian Groffen
commit: 8313efaff478fdec6b736a6cdef31e37ce00be9c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 19:40:46 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 19:40:46 2019 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=8313efaf

configure: ignore expansion undefined warnings for gnulib

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

 configure| 75 
 configure.ac |  5 
 2 files changed, 80 insertions(+)

diff --git a/configure b/configure
index e538b3e..ec5426d 100755
--- a/configure
+++ b/configure
@@ -34929,6 +34929,81 @@ else
 fi
 
 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler 
accepts -Wno-format-nonliteral" >&5
+$as_echo_n "checking whether C compiler accepts -Wno-format-nonliteral... " 
>&6; }
+if ${ax_cv_check_cflags___Wno_format_nonliteral+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+
+  ax_check_save_flags=$CFLAGS
+  CFLAGS="$CFLAGS  -Wno-format-nonliteral"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ax_cv_check_cflags___Wno_format_nonliteral=yes
+else
+  ax_cv_check_cflags___Wno_format_nonliteral=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  CFLAGS=$ax_check_save_flags
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 
$ax_cv_check_cflags___Wno_format_nonliteral" >&5
+$as_echo "$ax_cv_check_cflags___Wno_format_nonliteral" >&6; }
+if test "x$ax_cv_check_cflags___Wno_format_nonliteral" = xyes; then :
+  as_fn_append CFLAGS " -Wno-format-nonliteral"
+else
+  :
+fi
+
+
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler 
accepts -Wno-expansion-to-defined" >&5
+$as_echo_n "checking whether C compiler accepts -Wno-expansion-to-defined... " 
>&6; }
+if ${ax_cv_check_cflags___Wno_expansion_to_defined+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+
+  ax_check_save_flags=$CFLAGS
+  CFLAGS="$CFLAGS  -Wno-expansion-to-defined"
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  ax_cv_check_cflags___Wno_expansion_to_defined=yes
+else
+  ax_cv_check_cflags___Wno_expansion_to_defined=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+  CFLAGS=$ax_check_save_flags
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 
$ax_cv_check_cflags___Wno_expansion_to_defined" >&5
+$as_echo "$ax_cv_check_cflags___Wno_expansion_to_defined" >&6; }
+if test "x$ax_cv_check_cflags___Wno_expansion_to_defined" = xyes; then :
+  as_fn_append CFLAGS " -Wno-expansion-to-defined"
+else
+  :
+fi
+
+
+# gnulib triggers this a lot, just to silence:
+# -Wno-format-nonliteral
+# -Wno-expansion-to-defined
 
 ac_config_files="$ac_config_files Makefile libq/Makefile 
autotools/gnulib/Makefile tests/atom_explode/Makefile tests/copy_file/Makefile 
tests/mkdir/Makefile tests/rmspace/Makefile"
 

diff --git a/configure.ac b/configure.ac
index c7f6e69..902071d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,9 +46,14 @@ m4_foreach_w([flag], [
-Wsequence-point
-Wold-style-definition
-Wextra
+   -Wno-format-nonliteral
+   -Wno-expansion-to-defined
 ], [
AX_CHECK_COMPILE_FLAG(flag, AS_VAR_APPEND([CFLAGS], " flag"))
 ])
+# gnulib triggers this a lot, just to silence:
+# -Wno-format-nonliteral
+# -Wno-expansion-to-defined
 
 AC_CONFIG_FILES([
Makefile



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

2019-03-27 Thread Lars Wendler
commit: e7d9616fe68c6027becad6f2bda82e94209417d5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 27 20:04:33 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 27 20:04:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d9616f

media-sound/bluez-alsa: drop upstreamed patch

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

 media-sound/bluez-alsa/bluez-alsa-.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/media-sound/bluez-alsa/bluez-alsa-.ebuild 
b/media-sound/bluez-alsa/bluez-alsa-.ebuild
index 6c33c4f7d93..cc736065095 100644
--- a/media-sound/bluez-alsa/bluez-alsa-.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-.ebuild
@@ -33,10 +33,6 @@ RDEPEND=">=dev-libs/glib-2.26[dbus,${MULTILIB_USEDEP}]
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-ldac_pkgconfig_checks.patch
-)
-
 src_prepare() {
default
eautoreconf



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

2019-03-27 Thread Agostino Sarubbo
commit: c1712d41ddf2320db896d0b4ff9f62ac6e0c4201
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:04:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:04:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1712d41

dev-libs/uriparser: amd64 stable wrt bug #674354

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

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

diff --git a/dev-libs/uriparser/uriparser-0.9.1.ebuild 
b/dev-libs/uriparser/uriparser-0.9.1.ebuild
index 7fcaa4b0557..ba66b045e7d 100644
--- a/dev-libs/uriparser/uriparser-0.9.1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc qt5 test unicode"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/

2019-03-27 Thread Agostino Sarubbo
commit: 7352eb5537958a46c1cfba840eed353cc90caae9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:04:20 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:04:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7352eb55

dev-cpp/gtest: amd64 stable wrt bug #674354

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

 dev-cpp/gtest/gtest-1.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/gtest/gtest-1.8.1.ebuild b/dev-cpp/gtest/gtest-1.8.1.ebuild
index 7a444173666..c50b42abcd0 100644
--- a/dev-cpp/gtest/gtest-1.8.1.ebuild
+++ b/dev-cpp/gtest/gtest-1.8.1.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"
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/google/googletest";
 else

SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"/googletest-release-${PV}
 fi
 



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

2019-03-27 Thread Agostino Sarubbo
commit: 609857e101ede756f4a79783efad2508f1935ba6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:03:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:03:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609857e1

app-backup/burp: amd64 stable wrt bug #641842

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

 app-backup/burp/burp-2.1.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/burp/burp-2.1.32-r1.ebuild 
b/app-backup/burp/burp-2.1.32-r1.ebuild
index 2a1ef667c7a..88cb9a1f63f 100644
--- a/app-backup/burp/burp-2.1.32-r1.ebuild
+++ b/app-backup/burp/burp-2.1.32-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="acl ipv6 libressl test xattr"
 
 CDEPEND="dev-libs/uthash



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

2019-03-27 Thread Agostino Sarubbo
commit: c677d10bf3e616e68d532acddf6a535e81dded27
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:04:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:04:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c677d10b

media-libs/tiff: amd64 stable wrt bug #669948

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

 media-libs/tiff/tiff-4.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/tiff/tiff-4.0.10.ebuild 
b/media-libs/tiff/tiff-4.0.10.ebuild
index a41a3102657..987581a9d3a 100644
--- a/media-libs/tiff/tiff-4.0.10.ebuild
+++ b/media-libs/tiff/tiff-4.0.10.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=7
@@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-cygwin ~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 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd"
 
 RDEPEND="



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

2019-03-27 Thread Agostino Sarubbo
commit: 80b71c0a3821290705ad1d324e79ab572087dfe0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:04:07 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:04:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b71c0a

app-arch/zstd: amd64 stable wrt bug #669948

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

 app-arch/zstd/zstd-1.3.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/zstd/zstd-1.3.7-r1.ebuild 
b/app-arch/zstd/zstd-1.3.7-r1.ebuild
index 51e41cc42c0..3f9887506fb 100644
--- a/app-arch/zstd/zstd-1.3.7-r1.ebuild
+++ b/app-arch/zstd/zstd-1.3.7-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="lz4 static-libs"
 
 RDEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailman/

2019-03-27 Thread Agostino Sarubbo
commit: 868c71d58c4fde66941955dc2ace3cce01d97c3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 27 20:04:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 27 20:04:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=868c71d5

net-mail/mailman: amd64 stable wrt bug #662902

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

 net-mail/mailman/mailman-2.1.29.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailman/mailman-2.1.29.ebuild 
b/net-mail/mailman/mailman-2.1.29.ebuild
index daf50c80c71..17fb0f30728 100644
--- a/net-mail/mailman/mailman-2.1.29.ebuild
+++ b/net-mail/mailman/mailman-2.1.29.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
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.list.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/files/, media-libs/freeglut/

2019-03-27 Thread Matt Turner
commit: b50fc04a3397c0d43f97e3ffc852e1066790d1b1
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 19:53:18 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 19:54:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50fc04a

media-libs/freeglut: Pull in BSD support patches from upstream

Closes: https://bugs.gentoo.org/544614
Signed-off-by: Matt Turner  gentoo.org>

 .../files/freeglut-3.0.0-bsd-usb-joystick.patch| 753 +
 media-libs/freeglut/freeglut-3.0.0.ebuild  |   1 +
 2 files changed, 754 insertions(+)

diff --git a/media-libs/freeglut/files/freeglut-3.0.0-bsd-usb-joystick.patch 
b/media-libs/freeglut/files/freeglut-3.0.0-bsd-usb-joystick.patch
new file mode 100644
index 000..505b3467ec4
--- /dev/null
+++ b/media-libs/freeglut/files/freeglut-3.0.0-bsd-usb-joystick.patch
@@ -0,0 +1,753 @@
+From 5908c36a4a3964cdc8db5c7bfdfd4381ec0996df Mon Sep 17 00:00:00 2001
+From: dcnieho 
+Date: Wed, 12 Jul 2017 20:44:35 +
+Subject: [PATCH] Fix build on NetBSD.
+
+(cherry picked from commit 06e1d815cf9abda49b845754ff420734446eb95b)
+
+(cherry picked from commit c4294ad59093c27159ea6028d33e3c9581df5354)
+
+git-svn-id: 
http://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1829 
7f0cb862-5218-0410-a997-914c9d46530a
+---
+ src/fg_joystick.c |  5 ++---
+ src/x11/fg_joystick_x11.c | 10 +-
+ 2 files changed, 7 insertions(+), 8 deletions(-)
+
+diff --git a/src/fg_joystick.c b/src/fg_joystick.c
+index 6f6771c..b73d7e7 100644
+--- a/src/fg_joystick.c
 b/src/fg_joystick.c
+@@ -46,21 +46,20 @@
+ 
+ #ifdef HAVE_USB_JS
+ #if defined(__NetBSD__)
+-/* XXX The below hack is done until freeglut's autoconf is updated. */
+-#define HAVE_USBHID_H 1
+ #ifdef HAVE_USBHID_H
+ #include 
+ #else
+ #include 
+ #endif
++#include 
+ #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ #ifdef HAVE_USBHID_H
+ #include 
+ #else
+ #include 
+ #endif
++#include 
+ #endif
+-#include 
+ #include 
+ 
+ /* Compatibility with older usb.h revisions */
+diff --git a/src/x11/fg_joystick_x11.c b/src/x11/fg_joystick_x11.c
+index a37388b..04bc373 100644
+--- a/src/x11/fg_joystick_x11.c
 b/src/x11/fg_joystick_x11.c
+@@ -50,7 +50,7 @@ void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* 
buttons, float* axes )
+ {
+ int status;
+ 
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+ int len;
+ 
+ if ( joy->pJoystick.os->is_analog )
+@@ -215,7 +215,7 @@ void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* 
buttons, float* axes )
+ 
+ void fgPlatformJoystickOpen( SFG_Joystick* joy )
+ {
+-#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__) || defined( 
__NetBSD__ )
++#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__)
+   int i = 0;
+char *cp;
+ #endif
+@@ -229,7 +229,7 @@ void fgPlatformJoystickOpen( SFG_Joystick* joy )
+ #  endif
+ #endif
+ 
+-#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__) || defined( 
__NetBSD__ )
++#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__)
+ for( i = 0; i < _JS_MAX_AXES; i++ )
+ joy->pJoystick.os->cache_axes[ i ] = 0.0f;
+ 
+@@ -409,7 +409,7 @@ void fgPlatformJoystickOpen( SFG_Joystick* joy )
+ 
+ void fgPlatformJoystickInit( SFG_Joystick *fgJoystick[], int ident )
+ {
+-#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__) || defined( 
__NetBSD__ )
++#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__)
+ fgJoystick[ ident ]->id = ident;
+ fgJoystick[ ident ]->error = GL_FALSE;
+ 
+@@ -436,7 +436,7 @@ void fgPlatformJoystickInit( SFG_Joystick *fgJoystick[], 
int ident )
+ 
+ void fgPlatformJoystickClose ( int ident )
+ {
+-#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__) || defined( 
__NetBSD__ )
++#if defined( __FreeBSD__ ) || defined(__FreeBSD_kernel__)
+ if( fgJoystick[ident]->pJoystick.os )
+ {
+ if( ! fgJoystick[ ident ]->error )
+-- 
+2.19.2
+
+From c0f0f1e0903a5dd848825db0fe1f01d5db37c4e1 Mon Sep 17 00:00:00 2001
+From: dcnieho 
+Date: Wed, 12 Jul 2017 20:44:47 +
+Subject: [PATCH] some whitespace cleanup
+
+(cherry picked from commit 2dd5aa4aa1b5c19392f9abd00e0f6893907df205)
+
+git-svn-id: 
http://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1830 
7f0cb862-5218-0410-a997-914c9d46530a
+---
+ src/fg_init.c |  32 ++--
+ src/fg_joystick.c |   8 +-
+ src/fg_main.c |  14 +-
+ src/freeglutdll.def.in| 312 +-
+ src/mswin/fg_joystick_mswin.c |   2 +-
+ src/mswin/fg_main_mswin.c | 160 -
+ 6 files changed, 264 insertions(+), 264 deletions(-)
+
+diff --git a/src/fg_j

[gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/files/, media-libs/freeglut/

2019-03-27 Thread Matt Turner
commit: 27083133bfb71b4fe269d35b4158e553859d81fe
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 19:36:24 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 19:54:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27083133

media-libs/freeglut: Drop linking with unnecessary X11 libs

Many thanks go to Christian  ch-sc.de> for tracking down and
fixing the bug!

Closes: https://bugs.gentoo.org/557286
Closes: https://bugs.gentoo.org/647326
Closes: https://bugs.gentoo.org/658936
Signed-off-by: Matt Turner  gentoo.org>

 .../freeglut-3.0.0-drop-unnecessary-x11-libs.patch | 30 ++
 media-libs/freeglut/freeglut-3.0.0.ebuild  |  4 +++
 2 files changed, 34 insertions(+)

diff --git 
a/media-libs/freeglut/files/freeglut-3.0.0-drop-unnecessary-x11-libs.patch 
b/media-libs/freeglut/files/freeglut-3.0.0-drop-unnecessary-x11-libs.patch
new file mode 100644
index 000..761a6bfce7c
--- /dev/null
+++ b/media-libs/freeglut/files/freeglut-3.0.0-drop-unnecessary-x11-libs.patch
@@ -0,0 +1,30 @@
+From bbdaa724ef363e34bd19fb2308739e59a9e8ddc8 Mon Sep 17 00:00:00 2001
+From: jtsiomb 
+Date: Tue, 26 Mar 2019 18:55:42 +
+Subject: [PATCH] Applied Christian's change to drop unnecessary dependency to
+ X11 libraries we don't actually use, by asking cmake to link with X11_X11_LIB
+ instead of the catch-all X11_LIBRARIES.
+
+git-svn-id: 
http://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1845 
7f0cb862-5218-0410-a997-914c9d46530a
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d1c20e8..e324a02 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -312,8 +312,8 @@ ENDIF(CMAKE_COMPILER_IS_GNUCC)
+ INCLUDE(CheckIncludeFiles)
+ IF(UNIX AND NOT(ANDROID OR BLACKBERRY OR FREEGLUT_WAYLAND))
+ FIND_PACKAGE(X11 REQUIRED)
+-INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR})
+-LIST(APPEND LIBS ${X11_LIBRARIES})
++INCLUDE_DIRECTORIES(${X11_X11_INCLUDE_PATH})
++LIST(APPEND LIBS ${X11_X11_LIB})
+ IF(X11_Xrandr_FOUND)
+ SET(HAVE_X11_EXTENSIONS_XRANDR_H TRUE)
+ LIST(APPEND LIBS ${X11_Xrandr_LIB})
+-- 
+2.19.2
+

diff --git a/media-libs/freeglut/freeglut-3.0.0.ebuild 
b/media-libs/freeglut/freeglut-3.0.0.ebuild
index 2a60b23ef11..95ec4c4bca8 100644
--- a/media-libs/freeglut/freeglut-3.0.0.ebuild
+++ b/media-libs/freeglut/freeglut-3.0.0.ebuild
@@ -29,6 +29,10 @@ DEPEND="${RDEPEND}
 
 HTML_DOCS=( doc/. )
 
+PATCHES=(
+   "${FILESDIR}"/${P}-drop-unnecessary-x11-libs.patch
+)
+
 src_configure() {
local mycmakeargs=(
"-DFREEGLUT_GLES=OFF"



[gentoo-commits] repo/gentoo:master commit in: app-text/docbook-xml-dtd/

2019-03-27 Thread Fabian Groffen
commit: 74e77b0f22f5a7cd4a65ae118ea227dc0ea393dc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 19:25:28 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 19:28:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e77b0f

app-text/docbook-xml-dtd: marked ~sparc64-solaris

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

 app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild 
b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild
index 6aa08b4abbf..ee9889a21e9 100644
--- a/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.ebuild
+++ b/app-text/docbook-xml-dtd/docbook-xml-dtd-4.1.2-r6.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=0
@@ -12,7 +12,7 @@ SRC_URI="http://www.docbook.org/xml/${PV}/${MY_P}.zip";
 
 LICENSE="docbook"
 SLOT="${PV}"
-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 ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=app-text/docbook-xsl-stylesheets-1.65



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

2019-03-27 Thread Fabian Groffen
commit: b765dab3da2279d7122ca5a5ca49e9cb04f4265d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 27 19:24:24 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 27 19:28:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b765dab3

dev-perl/Locale-gettext: marked ~sparc64-solaris

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

 dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild 
b/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild
index 843167e5524..eb145d89438 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for accessing the GNU locale utilities"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-devel/gettext"



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

2019-03-27 Thread Matt Turner
commit: 7bac6aee439749428317311f18b4c625c9f53392
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 27 19:13:29 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 27 19:14:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bac6aee

media-libs/mesa: Version bump to 19.0.1

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-19.0.1.ebuild | 525 +
 2 files changed, 526 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 537cb90f5d0..091a29a1744 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -2,3 +2,4 @@ DIST mesa-18.2.8.tar.xz 11385224 BLAKE2B 
c6fbf71e2ab6837f91dfa996cf7e89e9cae22e2
 DIST mesa-18.3.4.tar.xz 11875224 BLAKE2B 
81d34349c644cc93b3ca525046cdd63a5aa2a16d8f6b841830a138c8e9e375fb0f75a17bd80b4c48ed573f4976dd6612b0773305a3bec982540914365c9925ff
 SHA512 
e4ead944ba053aa05425e9e199d633f576dfa424976253fc32438e8db6da5e8d381122e4c4b7fb18f94177421f208bab5567cfec8d2692d104e266483ca02a99
 DIST mesa-18.3.5.tar.xz 11882012 BLAKE2B 
88279fe2f24c2a47c8857ad34382b7c8b64119632f1ec7ce8d0fe2afe669e01d2e071726f01e28b001be353d8d9ec1f0ef46d3ba1e64239d63221b100745e8ee
 SHA512 
f229ac122eafee98d1a40c54adeb019eb4458cb67063db9ba760b265da0634fe77247c3c8cb5c5de5fd40f8545e35d45000a74af9257ebf4e2028156add8644c
 DIST mesa-19.0.0.tar.xz 11959360 BLAKE2B 
e58144bb22f296175d7feb59d2c7940ca795dd417b0b014735d8842a29292cf07a6197184942febfdc85ad062267a55059e0ebd1532a886610dabf888cc68b8f
 SHA512 
5759b85275bcd145513cf14a9ef7505595766fb33b82c53738f74ede462e5850580d48ab4af326b41209e7f4b05aab75539f2bfebf67c3098a4680ea95c37591
+DIST mesa-19.0.1.tar.xz 11962308 BLAKE2B 
29abd27c4daa3b2ea3e10cbab4a0491c0bbbf6985ee39c84dd4dfa5fd5cf35ae32201b0cc312bd40cad8602ecc42b9d5ed586133bde83dd023b3d2fdb0fd8249
 SHA512 
13afade840dfc44198b08298c9ebeb24c626c98bfff3ec6d08daaaea690ea9d47af466c877146f9afa3b45035e02c1e21fdc4b53a79c99e38dfc6126efe8ece5

diff --git a/media-libs/mesa/mesa-19.0.1.ebuild 
b/media-libs/mesa/mesa-19.0.1.ebuild
new file mode 100644
index 000..f3f7b57f517
--- /dev/null
+++ b/media-libs/mesa/mesa-19.0.1.ebuild
@@ -0,0 +1,525 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 python3_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git";
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_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 ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 +gles2 +libglvnd 
+llvm
+   lm_sensors opencl osmesa pax_kernel pic selinux test unwind vaapi 
valgrind
+   vdpau vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 || ( video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.97"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/

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

2019-03-27 Thread Amy Liffey
commit: 10d772e73318e729c0e31962715edce0ed07eacb
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Mar 27 18:51:08 2019 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Mar 27 18:54:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d772e7

dev-python/parametrized: New package 0.1

Signed-off-by: Amy Liffey  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-python/parametrized/Manifest|  1 +
 dev-python/parametrized/metadata.xml|  7 +++
 dev-python/parametrized/parametrized-0.1.ebuild | 19 +++
 3 files changed, 27 insertions(+)

diff --git a/dev-python/parametrized/Manifest b/dev-python/parametrized/Manifest
new file mode 100644
index 000..d821cf07cf1
--- /dev/null
+++ b/dev-python/parametrized/Manifest
@@ -0,0 +1 @@
+DIST parametrized-0.1.tar.gz 2246 BLAKE2B 
2d6296434aaed324c3b15492d212a9bae025ab0614d349cd1ddc621189a91e593ab84b7a7c4089d6245bf4b91dd48586cdb0d9eb562b99d8de697e66c19a2713
 SHA512 
ee9543b1c2f4e313ea3a74d91b97b6339770101b70317754006fde7568292d3f175d923896742339302d5e1e625b2c0f2beb05863c659ac3b81869a3f574f25b

diff --git a/dev-python/parametrized/metadata.xml 
b/dev-python/parametrized/metadata.xml
new file mode 100644
index 000..f728eac91cc
--- /dev/null
+++ b/dev-python/parametrized/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   amy...@gentoo.org
+   
+

diff --git a/dev-python/parametrized/parametrized-0.1.ebuild 
b/dev-python/parametrized/parametrized-0.1.ebuild
new file mode 100644
index 000..37a5a5ee670
--- /dev/null
+++ b/dev-python/parametrized/parametrized-0.1.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=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parameterized testing with any Python test framework"
+HOMEPAGE="https://github.com/wolever/parameterized";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2019-03-27 Thread Anthony G. Basile
commit: e0295f9ff9104d4ea968a8ad4618c961c195a348
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Mar 27 18:52:40 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Mar 27 18:52:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0295f9f

net-libs/mbedtls: version bump to 2.16.1 and 2.17.0

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/net-libs/mbedtls/Manifest b/net-libs/mbedtls/Manifest
index 5940b631d19..969d6c47668 100644
--- a/net-libs/mbedtls/Manifest
+++ b/net-libs/mbedtls/Manifest
@@ -4,3 +4,5 @@ DIST mbedtls-2.13.1.tar.gz 2345612 BLAKE2B 
0b78a04407076016fb7f74b635cd2fc86119a
 DIST mbedtls-2.14.1.tar.gz 2374523 BLAKE2B 
bab8e2a6b988627ae634aa26d6bf778ee1b923c9e2b17b2fd62c889120ab0dd5a9362ce6c0b8817c97dc1bbcda892b3a9ea7113c73240345e6e7bc4470a047aa
 SHA512 
e8c953f4335a0cbdf4e713b646fcc1ee5302953b4279c6f21c15a6a8216d805d113354c1448c8df3617dbdfcd4e8a82157cd5630c37662d0db6b02865d4bd8e0
 DIST mbedtls-2.15.1.tar.gz 2662140 BLAKE2B 
9b1f3f6e522445c187ebfe38a35bb934d72d638d1b0fa59852c7e0b1c1094302efd4328038a2e0c8427b2d08d791179d0b33ffd20e7809cd4ac9dac1b480866b
 SHA512 
361bac49bc179c020855a59140a3e9e31ec9e89ebde9d630e9f3491cdfdf466c8dc2313276d6b257a7728784f5478bdcfd14d26e81f90d432bad2e9a94151fc2
 DIST mbedtls-2.16.0.tar.gz 2412091 BLAKE2B 
7fae9fa1ffa8ae7e7958af6fbac98299135e5b7c524ad3944f0ae7b5aa7f2574253950583a77bd1b9fa175b513032110565406b5d4a85c56c65c5c2e50e87928
 SHA512 
15e8df96c16b0b6f7b100ca76d85dae77f8e6a6644fc41262dc28e11440b9238e837193991ba5942864ed9f58542f96967c2d1e18a5ae270571f6d364bcc33b1
+DIST mbedtls-2.16.1.tar.gz 2426992 BLAKE2B 
11915bc2feb27b16ad20c3079905081093dad100bba02b06ccf30ce708d3528445bc153ed81e6e11e7c8d15060a47bf6419252f934bd6950fe3a7867e0da6aa2
 SHA512 
d9333abd463350bfeceec4edd605e93326578ca646053b0c6f6c51567237273fa88f602b065706fdd699a2a06e667cc54ca3919bb71b2c4656fbc620b967bc01
+DIST mbedtls-2.17.0.tar.gz 2738368 BLAKE2B 
efcf2a6c84a85afdca0205bd9e8bcf039074c5e6f40e0814f835cf26c2d13dce87bd140aa0b803eea6a683e31b79680a3ea8ba72417e7ec26f206e0b027b014a
 SHA512 
6ab52d116cb9f755871f2fd196ec1b352dbbe59f2ecedeb5551237e4e672da77205ef0c2f80ec746ba1fd94cab1995ab1729c8adb0f29d10f3c74a67f5327493

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

  1   2   >