[gentoo-commits] data/glep:master commit in: /

2019-03-02 Thread Michał Górny
commit: 4a42e869d1517cf77fdc897fbac75ba7b8f3df6a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 24 14:11:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  3 07:16:15 2019 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=4a42e869

GLEP 79: Gentoo OpenPGP Authority Keys

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

 glep-0079.rst | 359 ++
 1 file changed, 359 insertions(+)

diff --git a/glep-0079.rst b/glep-0079.rst
new file mode 100644
index 000..3a7eacb
--- /dev/null
+++ b/glep-0079.rst
@@ -0,0 +1,359 @@
+---
+GLEP: 79
+Title: Gentoo OpenPGP Authority Keys
+Author: Michał Górny 
+Type: Standards Track
+Status: Draft
+Version: 1
+Created: 2019-02-24
+Last-Modified: 2019-03-03
+Post-History: 2019-02-24
+Content-Type: text/x-rst
+Requires: 63
+---
+
+Abstract
+
+This GLEP proposes using Authority Keys to provide developer key
+validity proofs that are compatible with web of trust.  The signatures
+on ``@gentoo.org`` UIDs are automatically maintained, and user can
+follow the current set of valid keys by importing and trusting a single
+Authority Key.  The system operates within standard features of GnuPG
+and requires only minimal setup from the user.
+
+
+Motivation
+==
+All the recent efforts on improving OpenPGP usage in Gentoo were focused
+on internal usage and distribution.  The existing policies and tooling
+are sufficient to account for verify specific usage, including commit
+signing (with both internal and user-oriented verification via custom
+tools) or release media verification.  However, they do not provide
+for rapid OpenPGP deployment for secure communications usage.
+
+The Gentoo webservers distribute both convenient key bundles
+and individual keys via Web Key Directory.  While in both cases
+the transfer is secured via HTTPS, providing authenticity verification
+via PKI/DNSSEC, those channels are meant to *distribute* the keys
+and not provide implicit guarantees on their *validity*.  For example,
+they provide no guarantees that the user identifiers on the keys are
+legitimate.  [#KEY-BUNDLES]_
+
+Internally, Gentoo's LDAP directory serves as the canonical source
+of information on key validity.  It stores a list of key fingerprints
+for each Gentoo developers, and therefore allows the system to establish
+which keys are acceptable in context of a specific developer.  However,
+the LDAP directory is not available to the public and therefore is only
+suitable for internal infrastructure use.  [#LDAP-GUIDE]_
+
+The Gentoo website is focused on service keys and not individual
+developer keys.  While it could easily be amended with full fingerprints
+of all developer keys, the necessity of manually verifying such a large
+number of keys would be inconvenient to the end user.
+[#WWW-SIGNATURES]_
+
+The key package provided in the Gentoo repository is also focused
+on service keys, and has limited value in verifying key validity
+(currently, it assumes all UIDs on all keys in the keyring are valid).
+Providing a package with developer keys would both require frequent
+semi-manual updates, and establishing a more precise validity model.
+[#KEY-PACKAGE]_
+
+Gentoo-keys project provides so-called seed files that carry enough
+information to establish key validity, and are authenticated via HTTPS.
+However, they rely on installing custom software that does not integrate
+well with regular use of GnuPG e.g. in mail clients, and that is not
+easily usable in other systems.  [#GENTOO-KEYS]_
+
+The Authority Key proposal aims to provide a more standard way of
+establishing validity of Gentoo developer keys.  It builds upon the web
+of trust model, requiring no special software and minimal setup from end
+users.
+
+
+Specification
+=
+Purpose and usage
+-
+The purpose of the Authority Keys is to provide an automatically issued
+signatures on Gentoo developer OpenPGP keys, based on the information
+provided internally in the Gentoo LDAP directory.  The service
+is provided for all active Gentoo developers, from the moment of their
+recruitment.
+
+Whenever a developer account is created, reactivated, renamed or has
+a new key fingerprint added, a signature is automatically created
+on the appropriate ``@gentoo.org`` UIDs and pushed to the keyservers.
+Whenever an old signature expires, a new one is automatically created.
+Whenever a developer account is disabled, renamed or has a fingerprint
+removed, the signatures from obsolete UIDs are automatically revoked.
+
+The signatures are issued only on the UIDs matching the Gentoo
+developer's ``@gentoo.org`` mailbox address, on keys whose primary key
+fingerprints are listed in Gentoo LDAP ``gpgfingerprint`` records.  Keys
+missing such an UID are ignored.  **Names on the relevant user
+identifiers are not verified**.  The signatures are issued with
+an expiration d

[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gnucap/

2019-03-02 Thread Mikle Kolyada
commit: 0844bb0431e8999c979cce65d30cb6e6f8cb4525
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:49:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:49:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0844bb04

sci-electronics/gnucap: amd64 stable wrt bug #678892

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

 sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild 
b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
index 74a3a4eab19..aa2182dda71 100644
--- a/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
+++ b/sci-electronics/gnucap/gnucap-0.35.20091207-r1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="http://www.gnucap.org/";
 IUSE="examples"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND=""
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gnucap/

2019-03-02 Thread Mikle Kolyada
commit: 7c86c6d7d529f72749a1d341fff7a3926b187b1d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:50:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:50:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86c6d7

sci-electronics/gnucap: Drop old (EAPI=2)

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

 sci-electronics/gnucap/gnucap-0.35.20091207.ebuild | 81 --
 1 file changed, 81 deletions(-)

diff --git a/sci-electronics/gnucap/gnucap-0.35.20091207.ebuild 
b/sci-electronics/gnucap/gnucap-0.35.20091207.ebuild
deleted file mode 100644
index ef828018d8f..000
--- a/sci-electronics/gnucap/gnucap-0.35.20091207.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib toolchain-funcs flag-o-matic
-
-SNAPSHOTDATE="${P##*.}"
-MY_PV="${PN}-${SNAPSHOTDATE:0:4}-${SNAPSHOTDATE:4:2}-${SNAPSHOTDATE:6:2}"
-
-DESCRIPTION="GNUCap is the GNU Circuit Analysis Package"
-SRC_URI="http://www.gnucap.org/devel/${MY_PV}.tar.gz
-   http://www.gnucap.org/devel/${MY_PV}-models-bsim.tar.gz
-   http://www.gnucap.org/devel/${MY_PV}-models-jspice3-2.5.tar.gz
-   http://www.gnucap.org/devel/${MY_PV}-models-ngspice17.tar.gz
-   http://www.gnucap.org/devel/${MY_PV}-models-spice3f5.tar.gz";
-HOMEPAGE="http://www.gnucap.org/";
-
-IUSE="examples"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PV}"
-
-src_prepare() {
-   # No need to install COPYING and INSTALL
-   sed -i \
-   -e 's: COPYING INSTALL::' \
-   -e 's:COPYING history INSTALL:history:' \
-   doc/Makefile.in || die "sed failed"
-
-   if ! use examples ; then
-   sed -i \
-   -e 's:examples modelgen:modelgen:' \
-   Makefile.in || die "sed failed"
-   fi
-
-   sed -i -e 's:CFLAGS = -O2 -g:CPPFLAGS +=:' \
-   -e '/CCFLAGS =/i\CFLAGS += $(CPPFLAGS)' \
-   -e 's:CCFLAGS = $(CFLAGS):CXXFLAGS += $(CPPFLAGS):' \
-   -e 's:LDFLAGS = :LDFLAGS += :' \
-   -e 's:CCFLAGS:CXXFLAGS:' \
-   -e "s:../Gnucap:${S}/src:" \
-   models-*/Make2 || die "sed failed"
-
-   sed -i -e "s:strchr(str2, '|'):const_cast(strchr(str2, '|')):" \
-   {src,modelgen}/ap_match.cc || die "sed failed"
-
-   tc-export CC CXX
-   append-cxxflags -std=gnu++98
-}
-
-src_compile () {
-   emake || die "Compilation failed"
-   for PLUGIN_DIR in models-* ; do
-   cd "${S}/${PLUGIN_DIR}"
-   emake CC=$(tc-getCC) CCC=$(tc-getCXX) || die "Compilation 
failed in ${PLUGIN_DIR}"
-   done
-}
-
-src_install () {
-   emake DESTDIR="${D}" install || die "Installation failed"
-   insopts -m0755
-   for PLUGIN_DIR in models-* ; do
-   insinto /usr/$(get_libdir)/gnucap/${PLUGIN_DIR}
-   cd "${S}/${PLUGIN_DIR}"
-   for PLUGIN in */*.so ; do
-   newins ${PLUGIN} ${PLUGIN##*/} \
-   || die "Installation of ${PLUGIN_DIR}/${PLUGIN} failed"
-   done
-   done
-}
-
-pkg_postinst() {
-   elog "Documentation for development releases is now available at :"
-   elog "http://wiki.gnucap.org/dokuwiki/doku.php?id=gnucap:manual";
-}



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

2019-03-02 Thread Mikle Kolyada
commit: 538942dfd24612560a994252d94410fc6d822c55
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:40:47 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:40:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538942df

media-fonts/mplus-fonts: s390 stable wrt bug #677362

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

 media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild 
b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
index b07d8137956..55c0ac5bda8 100644
--- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
+++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz"
 
 LICENSE="mplus-fonts"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="X"
 
 DEPEND="x11-apps/mkfontdir



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

2019-03-02 Thread Mikle Kolyada
commit: db5a6d976bcf9dfe7de7e6bfc2759f8e2e6661e4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:41:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:41:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5a6d97

media-fonts/mplus-fonts: arm stable wrt bug #677362

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

 media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild 
b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
index 55c0ac5bda8..9f709d6ff0d 100644
--- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
+++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz"
 
 LICENSE="mplus-fonts"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="X"
 
 DEPEND="x11-apps/mkfontdir



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

2019-03-02 Thread Mikle Kolyada
commit: 0bbb2850666a2b30db065454e9cd3938e0528e0b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:41:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:41:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbb2850

media-fonts/mplus-fonts: alpha stable wrt bug #677362

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

 media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild 
b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
index 9f709d6ff0d..18816888a20 100644
--- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
+++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz"
 
 LICENSE="mplus-fonts"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="X"
 
 DEPEND="x11-apps/mkfontdir



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

2019-03-02 Thread Mikle Kolyada
commit: 4dc5b4943da10ec139644262888cbd538221a1da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:39:54 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:39:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b494

media-fonts/mplus-fonts: amd64 stable wrt bug #677362

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

 media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild 
b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
index afa0caa0e22..b07d8137956 100644
--- a/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
+++ b/media-fonts/mplus-fonts/mplus-fonts-2.2.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/5030/${MY_P}.tar.gz"
 
 LICENSE="mplus-fonts"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd"
 IUSE="X"
 
 DEPEND="x11-apps/mkfontdir



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

2019-03-02 Thread Mikle Kolyada
commit: 143dd2757587bb849ce24d367182fed808388242
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:36:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:36:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143dd275

media-gfx/graphite2: arm stable wrt bug #676956

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

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

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index 965dfae904c..51e0e6c17c9 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="perl test"
 
 RDEPEND="



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

2019-03-02 Thread Mikle Kolyada
commit: de2f7372a730575c4bd3b0279e8b7bf558251373
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:33:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:33:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2f7372

media-gfx/graphite2: s390 stable wrt bug #676956

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

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

diff --git a/media-gfx/graphite2/graphite2-1.3.13.ebuild 
b/media-gfx/graphite2/graphite2-1.3.13.ebuild
index 88f3b483c18..965dfae904c 100644
--- a/media-gfx/graphite2/graphite2-1.3.13.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="perl test"
 
 RDEPEND="



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

2019-03-02 Thread Mikle Kolyada
commit: 359d50baf46ffcbfe9379ec9a2858fbcee476b46
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:31:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:31:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359d50ba

dev-libs/libxml2: s390 stable wrt bug #618110

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

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

diff --git a/dev-libs/libxml2/libxml2-2.9.9.ebuild 
b/dev-libs/libxml2/libxml2-2.9.9.ebuild
index 34a61803435..424522b3623 100644
--- a/dev-libs/libxml2/libxml2-2.9.9.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.9.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xmlsoft.org/";
 
 LICENSE="MIT"
 SLOT="2"
-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="debug examples icu ipv6 lzma python readline static-libs test"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2019-03-02 Thread Mikle Kolyada
commit: 9e509aed7d2f8005f1d33f5e39cbcb4aff1818ff
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:29:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e509aed

dev-python/future: amd64 stable wrt bug #676622

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

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

diff --git a/dev-python/future/future-0.17.0.ebuild 
b/dev-python/future/future-0.17.0.ebuild
index 0c12a2ae38f..cdf881a1c1a 100644
--- a/dev-python/future/future-0.17.0.ebuild
+++ b/dev-python/future/future-0.17.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/

2019-03-02 Thread Mikle Kolyada
commit: fa3efcbda4a7014bfe4e61091016040860e60b4e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:29:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:29:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3efcbd

dev-python/sphinx-bootstrap-theme: amd64 stable wrt bug #676622

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

 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild 
b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
index cdf7755afe3..83f25017a9b 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.6.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux 
~x86-linux"
 IUSE=""
 
 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-03-02 Thread Mikle Kolyada
commit: a16d59364be5aa00379e8a8e4d3cd13a557fc48a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:27:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16d5936

dev-python/requests: s390 stable wrt bug #668716

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

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

diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild 
b/dev-python/requests/requests-2.21.0-r1.ebuild
index f22df335756..c46e90b98a9 100644
--- a/dev-python/requests/requests-2.21.0-r1.ebuild
+++ b/dev-python/requests/requests-2.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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 ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="socks5 +ssl"
 
 RDEPEND="



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

2019-03-02 Thread Mikle Kolyada
commit: a73aa93eb9ef4802e8b90779a05c9c1b76dab864
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:27:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73aa93e

dev-python/requests: m68k stable wrt bug #668716

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

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

diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild 
b/dev-python/requests/requests-2.21.0-r1.ebuild
index c46e90b98a9..7009406d7c4 100644
--- a/dev-python/requests/requests-2.21.0-r1.ebuild
+++ b/dev-python/requests/requests-2.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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 ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="socks5 +ssl"
 
 RDEPEND="



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

2019-03-02 Thread Mikle Kolyada
commit: 5d93ee2e9c136cd670d187bcf054e885457a1d61
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:26:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:28:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d93ee2e

dev-python/requests: sh stable wrt bug #668716

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

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

diff --git a/dev-python/requests/requests-2.21.0-r1.ebuild 
b/dev-python/requests/requests-2.21.0-r1.ebuild
index d801f4c8275..f22df335756 100644
--- a/dev-python/requests/requests-2.21.0-r1.ebuild
+++ b/dev-python/requests/requests-2.21.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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 ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="socks5 +ssl"
 
 RDEPEND="



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

2019-03-02 Thread Hans de Graaff
commit: 8e7eb90c59e419c9467ce902243cb3fd3cd0f339
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  1 17:29:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  3 06:02:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7eb90c

dev-ruby/fakeweb: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/fakeweb/files/fakeweb-ruby22.patch | 24 
 dev-ruby/fakeweb/files/fakeweb-ruby23.patch | 27 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/fakeweb/files/fakeweb-ruby22.patch 
b/dev-ruby/fakeweb/files/fakeweb-ruby22.patch
deleted file mode 100644
index 7c44aef6892..000
--- a/dev-ruby/fakeweb/files/fakeweb-ruby22.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 1647ca210691429a75eb159814f42e68c3c1ce4c Mon Sep 17 00:00:00 2001
-From: Josef Stribny 
-Date: Thu, 19 Mar 2015 09:32:50 +0100
-Subject: [PATCH] Fix tests by expecting TypeError for Ruby 2.2
-

- test/test_fake_web.rb | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/test/test_fake_web.rb b/test/test_fake_web.rb
-index f344612..682c43d 100644
 a/test/test_fake_web.rb
-+++ b/test/test_fake_web.rb
-@@ -35,7 +35,9 @@ def test_response_for_with_wrong_number_of_arguments
-   end
- 
-   def test_register_uri_without_domain_name
--assert_raises URI::InvalidURIError do
-+# Ruby 2.1 and lower raises URI::InvalidURIError
-+# Ruby 2.2 and higher raises TypeError
-+assert_raises URI::InvalidURIError, TypeError do
-   FakeWeb.register_uri(:get, 'test_example2.txt', 
fixture_path("test_example.txt"))
- end
-   end

diff --git a/dev-ruby/fakeweb/files/fakeweb-ruby23.patch 
b/dev-ruby/fakeweb/files/fakeweb-ruby23.patch
deleted file mode 100644
index 0a1c6db6b3e..000
--- a/dev-ruby/fakeweb/files/fakeweb-ruby23.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From c42a354eda2f6bfe8dc7c1176e085dda6867f4d0 Mon Sep 17 00:00:00 2001
-From: Christian Hofstaedtler 
-Date: Thu, 3 Mar 2016 17:42:30 -0300
-Subject: [PATCH] Fix tests for ruby 2.3 (new connect_nonblock call)
-
-Applies on top of the changes for 2.2 (#53).

- test/test_helper.rb | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/test/test_helper.rb b/test/test_helper.rb
-index e9a36af..8ce492d 100644
 a/test/test_helper.rb
-+++ b/test/test_helper.rb
-@@ -119,7 +119,11 @@ def setup_expectations_for_real_request(options = {})
-   
OpenSSL::SSL::SSLSocket.expects(:===).with(socket).returns(true).at_least_once
-   OpenSSL::SSL::SSLSocket.expects(:new).with(socket, 
instance_of(OpenSSL::SSL::SSLContext)).returns(socket).at_least_once
-   socket.stubs(:sync_close=).returns(true)
--  socket.expects(:connect).with().at_least_once
-+  if RUBY_VERSION >= "2.3.0"
-+socket.expects(:connect_nonblock).with(:exception => 
false).at_least_once
-+  else
-+socket.expects(:connect).with().at_least_once
-+  end
-   if RUBY_VERSION >= "2.0.0" && RUBY_PLATFORM != "java"
- socket.expects(:session).with().at_least_once
-   end



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

2019-03-02 Thread Hans de Graaff
commit: 0507c366627d39b75059a07ff6291058a0f94503
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Mar  1 17:29:43 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar  3 06:03:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0507c366

dev-ruby/rdoc: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch 
b/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
deleted file mode 100644
index 5159125c85f..000
--- a/dev-ruby/rdoc/files/rdoc-3.0.1-bin-require.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Make sure the right version of the code is loaded. Without this the
-rdoc version bundled with ruby is always loaded instead. Reported
-upstream but won't be fixed because rubygems has slightly different
-behavior.
-
-http://rubyforge.org/tracker/index.php?func=detail&aid=28758&group_id=627&atid=2472
-
-
-Index: trunk/bin/rdoc
-===
 trunk/bin/rdoc (revision 650)
-+++ trunk/bin/rdoc (working copy)
-@@ -8,6 +8,7 @@
- #
- #  $Revision: 1.1 $
- 
-+$:.unshift(File.dirname(__FILE__) + '/../lib') unless 
$:.include?(File.dirname(__FILE__) + '/../lib')
- require 'rdoc/rdoc'
- 
- begin



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

2019-03-02 Thread Mikle Kolyada
commit: 8fa075a11224558a8d90f3d0ed9ba0804044cb2d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 06:00:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 06:00:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa075a1

dev-libs/libpcre: alpha stable wrt bug #678646

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

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

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



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

2019-03-02 Thread Mikle Kolyada
commit: 3cbb81a568ebf733963d3ff5c432e967c95fe9b9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:51:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:51:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbb81a5

mail-filter/pypolicyd-spf: amd64 stable wrt bug #678718

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

 mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild 
b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
index 8d1c4211862..f5bb05b2fbd 100644
--- a/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
+++ b/mail-filter/pypolicyd-spf/pypolicyd-spf-2.0.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/pyspf[${PYTHON_USEDEP}]"



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

2019-03-02 Thread Mikle Kolyada
commit: 6bc43008e4cc344efcad7c8a2d08b5e2d1af4f4b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:48:01 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:48:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc43008

app-antivirus/clamav-unofficial-sigs: amd64 stable wrt bug #678714

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

 .../clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild 
b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild
index 6ea6ef3fbe4..567334ab267 100644
--- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild
+++ b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-5.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # The script relies on either net-misc/socat, or Perl's



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xinit/

2019-03-02 Thread Matt Turner
commit: 78925d7a2cdac37e74219558419b862d81e6a9c5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 05:44:12 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 05:45:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78925d7a

x11-apps/xinit: Only print postinst messages first time

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

 x11-apps/xinit/xinit-1.4.0-r1.ebuild | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/x11-apps/xinit/xinit-1.4.0-r1.ebuild 
b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
index a8b0150bc16..f8dedbb1ce7 100644
--- a/x11-apps/xinit/xinit-1.4.0-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.4.0-r1.ebuild
@@ -56,12 +56,15 @@ src_install() {
 
 pkg_postinst() {
xorg-2_pkg_postinst
-   ewarn "If you use startx to start X instead of a login manager like 
gdm/kdm,"
-   ewarn "you can set the XSESSION variable to anything in 
/etc/X11/Sessions/ or"
-   ewarn "any executable. When you run startx, it will run this as the 
login session."
-   ewarn "You can set this in a file in /etc/env.d/ for the entire system,"
-   ewarn "or set it per-user in ~/.bash_profile (or similar for other 
shells)."
-   ewarn "Here's an example of setting it for the whole system:"
-   ewarn "echo XSESSION=\"Gnome\" > /etc/env.d/90xsession"
-   ewarn "env-update && source /etc/profile"
+
+   if ! has_version 'x11-apps/xinit'; then
+   ewarn "If you use startx to start X instead of a login manager 
like gdm/kdm,"
+   ewarn "you can set the XSESSION variable to anything in 
/etc/X11/Sessions/ or"
+   ewarn "any executable. When you run startx, it will run this as 
the login session."
+   ewarn "You can set this in a file in /etc/env.d/ for the entire 
system,"
+   ewarn "or set it per-user in ~/.bash_profile (or similar for 
other shells)."
+   ewarn "Here's an example of setting it for the whole system:"
+   ewarn "echo XSESSION=\"Gnome\" > /etc/env.d/90xsession"
+   ewarn "env-update && source /etc/profile"
+   fi
 }



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

2019-03-02 Thread Mikle Kolyada
commit: f5bbb7dd82679ebfb089add49c1d52283a6a3914
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:44:07 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:44:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bbb7dd

dev-python/pyquery: amd64 stable wrt bug #675160

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

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

diff --git a/dev-python/pyquery/pyquery-1.4.0.ebuild 
b/dev-python/pyquery/pyquery-1.4.0.ebuild
index 63e4792e299..ec28a49fefa 100644
--- a/dev-python/pyquery/pyquery-1.4.0.ebuild
+++ b/dev-python/pyquery/pyquery-1.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2019-03-02 Thread Mikle Kolyada
commit: 7e694ceff630a1d0a8c85ff2815f3eca27c836e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:44:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:44:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e694cef

net-mail/courier-imap: amd64 stable wrt bug #676732

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

 net-mail/courier-imap/courier-imap-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/courier-imap/courier-imap-4.18.2.ebuild 
b/net-mail/courier-imap/courier-imap-4.18.2.ebuild
index 3e89f9e7b3b..67527a22a9c 100644
--- a/net-mail/courier-imap/courier-imap-4.18.2.ebuild
+++ b/net-mail/courier-imap/courier-imap-4.18.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86"
 
 IUSE="berkdb debug fam +gdbm gnutls ipv6 libressl selinux trashquota"
 REQUIRED_USE="|| ( berkdb gdbm )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/

2019-03-02 Thread Mikle Kolyada
commit: c088e67e531d55a1d536dc7b4134397d9d8b70a8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:42:30 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:42:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c088e67e

app-i18n/ibus: amd64 stable wrt bug #676300

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

 app-i18n/ibus/ibus-1.5.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild
index 97ba67c8cf8..3fbfb9f1be6 100644
--- a/app-i18n/ibus/ibus-1.5.19.ebuild
+++ b/app-i18n/ibus/ibus-1.5.19.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+X +emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python 
test +unicode vala wayland"
 REQUIRED_USE="emoji? ( gtk )
gtk2? ( gtk )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/

2019-03-02 Thread Mikle Kolyada
commit: 74e26b88724adddf93dfcd74b6887d01b44f8bbf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 05:41:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 05:41:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e26b88

kde-misc/latte-dock: amd64 stable wrt bug #678704

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

 kde-misc/latte-dock/latte-dock-0.8.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/latte-dock/latte-dock-0.8.7.ebuild 
b/kde-misc/latte-dock/latte-dock-0.8.7.ebuild
index 26b346676da..343e6784ec3 100644
--- a/kde-misc/latte-dock/latte-dock-0.8.7.ebuild
+++ b/kde-misc/latte-dock/latte-dock-0.8.7.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Elegant dock, based on KDE Frameworks"



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

2019-03-02 Thread Matt Turner
commit: 494bbc016c7220a6dd67df63f72370326ea840b9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 05:38:19 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 05:38:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494bbc01

x11-base/xorg-server: Don't eselect opengl if USE=minimal

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

 x11-base/xorg-server/xorg-server-1.20.4.ebuild | 6 --
 x11-base/xorg-server/xorg-server-.ebuild   | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
index 47206c7a1a7..6a9a3eb1cea 100644
--- a/x11-base/xorg-server/xorg-server-1.20.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.4.ebuild
@@ -196,8 +196,10 @@ src_install() {
 }
 
 pkg_postinst() {
-   # sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
-   eselect opengl set xorg-x11 --use-old
+   if ! use minimal; then
+   # sets up libGL and DRI2 symlinks if needed (ie, on a fresh 
install)
+   eselect opengl set xorg-x11 --use-old
+   fi
 }
 
 pkg_postrm() {

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index a34a734b15d..187e506211e 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -191,8 +191,10 @@ src_install() {
 }
 
 pkg_postinst() {
-   # sets up libGL and DRI2 symlinks if needed (ie, on a fresh install)
-   eselect opengl set xorg-x11 --use-old
+   if ! use minimal; then
+   # sets up libGL and DRI2 symlinks if needed (ie, on a fresh 
install)
+   eselect opengl set xorg-x11 --use-old
+   fi
 }
 
 pkg_postrm() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontdir/

2019-03-02 Thread Matt Turner
commit: 5ace325f4884f4d3322f00fec1b6ede0b360e62c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 05:02:31 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 05:13:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ace325f

x11-apps/mkfontdir: Version bump to 1.2.0

This is an empty package, because the mkfontdir script has been merged
into mkfontscale-1.2.0. x11-apps/mkfontdir will be removed once all
dependencies have been transitioned to mkfontscale-1.2.0.

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

 x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild 
b/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild
new file mode 100644
index 000..106e3bb6bed
--- /dev/null
+++ b/x11-apps/mkfontdir/mkfontdir-1.2.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="create an index of X font files in a directory"
+HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/";
+
+LICENSE="MIT"
+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 ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=x11-apps/mkfontscale-1.2.0"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/

2019-03-02 Thread Matt Turner
commit: 436a97fb1c9b5a33cba4c22e6354be69a2602db5
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 05:11:31 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 05:13:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436a97fb

x11-apps/mkfontscale: Drop old versions

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

 x11-apps/mkfontscale/Manifest |  2 --
 x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild | 22 --
 x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild | 24 
 3 files changed, 48 deletions(-)

diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 94309575577..0709e5eac89 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,4 +1,2 @@
-DIST mkfontscale-1.1.1.tar.bz2 139923 BLAKE2B 
441aef79b2f1db18c56c5235afb83711c5ed43b16f8046750ab89abbe8eae58f01b7cd5b7a3565bcb10ac8a859ca2bc24b0bdd17ed15caa97f00915c9b2359f2
 SHA512 
7a6da239b2f166c6283090c219889e998be9332ee1e8eb4d84bbdf0cb58125a3773fe7ee97774d86f2cd5385dc49636a797c7b9c25c6c8bbe24b898329f97220
-DIST mkfontscale-1.1.2.tar.bz2 141728 BLAKE2B 
e15dea8a22fb59ad21a63a907dc0c30869480d26fa2721ecfd1ba65c81425b3ebf4709f89d4105a8f14d2d5c6e924754122713a244b58789227ad469a2d09d60
 SHA512 
5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
 DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 
8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420
 SHA512 
509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
 DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 
7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626
 SHA512 
3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f

diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
deleted file mode 100644
index 958d59ad053..000
--- a/x11-apps/mkfontscale/mkfontscale-1.1.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="create an index of scalable font files for X"
-
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libfontenc
-   media-libs/freetype:2"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   app-arch/gzip
-   app-arch/bzip2"
-
-XORG_CONFIGURE_OPTIONS=(
-   --with-bzip2
-)

diff --git a/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
deleted file mode 100644
index 75972e49b61..000
--- a/x11-apps/mkfontscale/mkfontscale-1.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="create an index of scalable font files for X"
-
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libfontenc
-   media-libs/freetype:2
-   sys-libs/zlib
-   app-arch/bzip2"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-misc/util-macros
-   app-arch/gzip"
-
-XORG_CONFIGURE_OPTIONS=(
-   --with-bzip2
-)



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mkfontscale/

2019-03-02 Thread Matt Turner
commit: 45e356b659ea9e07f2ccb29d7448bb658e13d654
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 05:06:23 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 05:13:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e356b6

x11-apps/mkfontscale: Version bump to 1.2.0

Note that the mkfontdir script is now part of this package.

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

 x11-apps/mkfontscale/Manifest |  1 +
 x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/x11-apps/mkfontscale/Manifest b/x11-apps/mkfontscale/Manifest
index 320e8968cb9..94309575577 100644
--- a/x11-apps/mkfontscale/Manifest
+++ b/x11-apps/mkfontscale/Manifest
@@ -1,3 +1,4 @@
 DIST mkfontscale-1.1.1.tar.bz2 139923 BLAKE2B 
441aef79b2f1db18c56c5235afb83711c5ed43b16f8046750ab89abbe8eae58f01b7cd5b7a3565bcb10ac8a859ca2bc24b0bdd17ed15caa97f00915c9b2359f2
 SHA512 
7a6da239b2f166c6283090c219889e998be9332ee1e8eb4d84bbdf0cb58125a3773fe7ee97774d86f2cd5385dc49636a797c7b9c25c6c8bbe24b898329f97220
 DIST mkfontscale-1.1.2.tar.bz2 141728 BLAKE2B 
e15dea8a22fb59ad21a63a907dc0c30869480d26fa2721ecfd1ba65c81425b3ebf4709f89d4105a8f14d2d5c6e924754122713a244b58789227ad469a2d09d60
 SHA512 
5c3331f66cd523afe95347aa36440655ba8fdbc716c5987a24ad624c1fbd718c4a8d67aa36330f6d5ab2eb5a6195a409a041954568c0a3375c0e2aeb6a955601
 DIST mkfontscale-1.1.3.tar.bz2 144386 BLAKE2B 
8cf4a61472b9357888ef355e89c3087102c4928884ecc6b5671202ad09284a2dc188b81faba6b1727b1a28ccaa6c3c36649c53659faf7a3fae4a2b32ab5a2420
 SHA512 
509e2f9cd55cf87cc3968c8767bf3f2386016278db8b7be75b7df34bf61f52519dd2778f3b9881ffbe30cc2fe26089c0a5b2c33af46bc7727f46dad83f030a62
+DIST mkfontscale-1.2.0.tar.bz2 150646 BLAKE2B 
7f4a0b279f0759b2d8faac584603488c9e405b92b43457b301aa6ba252bdef2cbfe65f58a1fb837e61113cfea139b6fcde1084450333864175e2cc4da84b6626
 SHA512 
3d02db7e031fe6730a07ed481d2a744592a7d542d75fedf55a4f5ad50d03d92e3534b4105af09d0a8f863bdc0321758222baf5b943de77ce4972978d86a5013f

diff --git a/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild 
b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
new file mode 100644
index 000..c0f737d6f42
--- /dev/null
+++ b/x11-apps/mkfontscale/mkfontscale-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="create an index of scalable font files for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+COMMON_DEPEND="
+   x11-libs/libfontenc
+   media-libs/freetype:2
+   sys-libs/zlib
+   app-arch/bzip2"
+DEPEND="x11-base/xorg-proto"
+RDEPEND="${COMMON_DEPEND}
+   ${DEPEND}
+   !

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

2019-03-02 Thread Thomas Deutschmann
commit: 40935d5171a88ca21159ee9db7c2d780b4473a22
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar  3 02:46:29 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar  3 02:46:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40935d51

net-misc/openssh: add some patches, including CVE-2019-6111

Bug: https://bugs.gentoo.org/show_bug.cgi?id=675522
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/openssh/Manifest |   2 +
 net-misc/openssh/openssh-7.9_p1-r3.ebuild | 468 ++
 2 files changed, 470 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index e0c1d3402c2..42d69025fbd 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -12,7 +12,9 @@ DIST openssh-7.8p1-sctp-1.1.patch.xz 7548 BLAKE2B 
d74010028f097812f554f9e788aa5e
 DIST openssh-7.8p1.tar.gz 1548026 BLAKE2B 
938428408596d24d497f245e3662a0cff3d462645683bf75cd29a0ea56fa6c280e7fa866bedf0928dd5bc4085b82d5a4ce74b7eea0b45b86f879b69f74db1642
 SHA512 
8e5b0c8682a9243e4e8b7c374ec989dccd1a752eb6f84e593b67141e8b23dcc8b9a7322b1f7525d18e2ce8830a767d0d9793f997486339db201a57986b910705
 DIST openssh-7.9p1+x509-11.5.diff.gz 594995 BLAKE2B 
2c44df224e4114da0473cbbdfdcc4bd84b0b0235f80b43517d70fe1071f219d2631f784015ab1470eebcf8f3b6b5f8744862acebb22f217c6e76f79e6a49c099
 SHA512 
4d2fd950dee9721add822fdb54ff8c20fd18da85081ce8a2bd2a1050d3ff7900a7213782c479691de9dcfe4e2f91061e124d34b365edb3831e8bfe4aef3744f9
 DIST openssh-7.9p1+x509-11.6.diff.gz 655819 BLAKE2B 
f442bb993f89782b74b0cd28906c91edfcf5b1d42a4c8135a5ccf5045e7eb000eb7aa301685b748f707506ba20e3b842d684db436872ed82b6d9b9c086879515
 SHA512 
0ff6ed2822aaa43cf352134b90975fb663662c5ea3d73b690601f24342ea207aecda8cdb9c1bdc3e3656fb059d842dfb3bf22646b626c303240808286103d8bc
+DIST openssh-7.9p1-patches-1.0.tar.xz 9080 BLAKE2B 
c14106a875b6ea0672a03f6cb292386daba96da23fed4ebd04a75f712e252bc88a25116b0b3b27446421aadf112451cb3b8a96d2f7d437e6728fe782190bc69e
 SHA512 
7903cdb4ce5be0f1b1b741788fb372e68b0c9c1d6da0d854d8bc62e4743ad7cd13101b867b541828d3786b0857783377457e5e87ba9b63bfd9afcdbfd93ac103
 DIST openssh-7.9p1-sctp-1.1.patch.xz 7552 BLAKE2B 
0eeda7c8a50c0c98433b5ee0734b9f79043067be376a9ca724d574d4a595c3f7aed0626342300467b73ad9003392e22fda8abe778158ba5be5a50a57eeef79f8
 SHA512 
6cad32c40dd3901c4eadb0c463a35ec2d901e61220c333d3df7759f672259f66fc83e2b1ace8b0ef84cbc1a65397f00f9c670ffa23726d8309fa5060512d2c21
+DIST openssh-7.9p1-sctp-1.2.patch.xz 7360 BLAKE2B 
60e209371ecac24d0b60e48459d4d4044c0f364a2eea748cc4edd1501faec69a3c5b9e0b7db336968399ec684b6c8aceeac9196ba1ecf563ae3d660682cbc9a0
 SHA512 
d4d37a49cd43a3b9b7b173b0935267b84133b9b0954b7f71714ba781a6129c6d424f8b7a528dd7d4f287784c5517d57b1d6d7c6df8b5d738e34eb6dc7eae7191
 DIST openssh-7.9p1.tar.gz 1565384 BLAKE2B 
de15795e03d33d4f9fe4792f6b14500123230b6c00c1e5bd7207bb6d6bf6df0b2e057c1b1de0fee709f58dd159203fdd69fe1473118a6baedebaa0c1c4c55b59
 SHA512 
0412c9c429c9287f0794023951469c8e6ec833cdb55821bfa0300dd90d0879ff60484f620cffd93372641ab69bf0b032c2d700ccc680950892725fb631b7708e
 DIST openssh-7_8_P1-hpn-AES-CTR-14.16.diff 29231 BLAKE2B 
e25877c5e22f674e6db5a0bc107e5daa2509fe762fb14ce7bb2ce9a115e8177a93340c1d19247b6c2c854b7e1f9ae9af9fd932e5fa9c0a6b2ba438cd11a42991
 SHA512 
1867fb94c29a51294a71a3ec6a299757565a7cda5696118b0b346ed9c78f2c81bb1b888cff5e3418776b2fa277a8f070c5eb9327bb005453e2ffd72d35cdafa7
 DIST openssh-7_8_P1-hpn-DynWinNoneSwitch-14.16.diff 43356 BLAKE2B 
776fa140d64a16c339b46a7c773258d2f4fe44e48b16abccad1a8757a51cb6362722fc5f42c39159af12849f5c88cf574de64815085c97157e16653f18d4909b
 SHA512 
53f2752b7aa02719c8dfe0fe0ef16e874101ba2ba87924aa1122cd445ece218ca09c22abaa3377307f25d459579bc28d3854e2402c71b794db65d58cdd1ebc08

diff --git a/net-misc/openssh/openssh-7.9_p1-r3.ebuild 
b/net-misc/openssh/openssh-7.9_p1-r3.ebuild
new file mode 100644
index 000..ce31e554fdf
--- /dev/null
+++ b/net-misc/openssh/openssh-7.9_p1-r3.ebuild
@@ -0,0 +1,468 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user flag-o-matic multilib autotools pam systemd
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+#HPN_PV="${PV^^}"
+HPN_PV="7.8_P1"
+
+HPN_VER="14.16"
+HPN_PATCHES=(
+   ${PN}-${HPN_PV/./_}-hpn-DynWinNoneSwitch-${HPN_VER}.diff
+   ${PN}-${HPN_PV/./_}-hpn-AES-CTR-${HPN_VER}.diff
+)
+
+SCTP_VER="1.2" SCTP_PATCH="${PARCH}-sctp-${SCTP_VER}.patch.xz"
+X509_VER="11.6" X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"
+
+PATCH_SET="openssh-7.9p1-patches-1.0"
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="https://www.openssh.com/";
+SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   https://dev.gentoo.org/~whissi/dist/${PN}/${PATCH_SET}.tar.xz
+   ${SCTP_PATCH:+sctp? ( 
https://dev.gentoo.org/~whissi/dist/openssh/${SCTP_PA

[gentoo-commits] repo/proj/libressl:master commit in: app-admin/sudo/

2019-03-02 Thread Stefan Strogin
commit: 03d06c7ba9388d0eb030e711f7b350419f2c6b85
Author: Stefan Strogin  gmail  com>
AuthorDate: Sun Mar  3 02:35:00 2019 +
Commit: Stefan Strogin  gmail  com>
CommitDate: Sun Mar  3 02:35:00 2019 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=03d06c7b

app-admin/sudo: drop; fixed in gentoo.git

Bug: https://bugs.gentoo.org/67
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin  gmail.com>

 app-admin/sudo/Manifest |   2 -
 app-admin/sudo/metadata.xml |  24 
 app-admin/sudo/sudo-1.8.23-r1.ebuild| 234 --
 app-admin/sudo/sudo-1.8.23.ebuild   | 227 -
 app-admin/sudo/sudo-1.8.25_p1-r1.ebuild | 245 
 5 files changed, 732 deletions(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
deleted file mode 100644
index 6843d0a..000
--- a/app-admin/sudo/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sudo-1.8.23.tar.gz 3150674 BLAKE2B 
11b1c7bfa372005cda8baf651c4662f6fd15e94ca77f7705b23ca6573424796d5c1f8e47e2874c4b54017141d01a632885ac60c92346d932537048373cad0ede
 SHA512 
a9d61850a4857bfd075547a13efb13b054e4736e3ebe3c8a98a90a090b1d9b9688354ec9725fc99d1d256999b6f9c6ae6215ce9770fcdebd7f24731107b48342
-DIST sudo-1.8.25p1.tar.gz 3189951 BLAKE2B 
ebfedaad62e60f625db8c46a5c8f19977a5ec0a86bab3b34d91096c08e8b8ece056ba312f9fecd4cdd704fc17d49a36681b41cd40269df7c67cd66d80c0d8efb
 SHA512 
b1445be688d3c1dd7efbdfab68977a7a9b6fd6887191dc99ca717117eec0a550492642556cd55ca5873d054ddc5ccc2b87b2c34602e1ffc729ab6fbc4e523a72

diff --git a/app-admin/sudo/metadata.xml b/app-admin/sudo/metadata.xml
deleted file mode 100644
index 66a7847..000
--- a/app-admin/sudo/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   base-sys...@gentoo.org
-   Gentoo Base System
-   
-   
-   Sudo (superuser do) allows a system administrator to give 
certain
-   users (or groups of users) the ability to run some (or all)
-   commands as root or another user while logging the commands and
-   arguments.
-   
-   
-   Use SHA2 from dev-libs/libgcrypt 
instead of sudo's internal SHA2
-   Let sudo print insults when the user 
types the wrong password
-   Use SHA2 from dev-libs/openssl 
instead of sudo's internal SHA2
-   Allow sudo to send emails with 
sendmail
-   Add System Security Services Daemon 
support
-   
-   
-   cpe:/a:todd_miller:sudo
-   
-

diff --git a/app-admin/sudo/sudo-1.8.23-r1.ebuild 
b/app-admin/sudo/sudo-1.8.23-r1.ebuild
deleted file mode 100644
index 942..000
--- a/app-admin/sudo/sudo-1.8.23-r1.ebuild
+++ /dev/null
@@ -1,234 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils pam multilib libtool
-
-MY_P=${P/_/}
-MY_P=${MY_P/beta/b}
-
-uri_prefix=
-case ${P} in
-   *_beta*|*_rc*) uri_prefix=beta/ ;;
-esac
-
-DESCRIPTION="Allows users or groups to run commands as other users"
-HOMEPAGE="https://www.sudo.ws/";
-SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
-   ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";
-
-# Basic license is ISC-style as-is, some files are released under
-# 3-clause BSD license
-LICENSE="ISC BSD"
-SLOT="0"
-if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris"
-fi
-IUSE="gcrypt ldap libressl nls pam offensive openssl sasl selinux +sendmail 
skey"
-
-CDEPEND="
-   gcrypt? ( dev-libs/libgcrypt:= )
-   openssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   pam? ( virtual/pam )
-   sasl? ( dev-libs/cyrus-sasl )
-   skey? ( >=sys-auth/skey-1.1.5-r1 )
-   ldap? (
-   >=net-nds/openldap-2.1.30-r1
-   dev-libs/cyrus-sasl
-   )
-   sys-libs/zlib
-"
-RDEPEND="
-   ${CDEPEND}
-   selinux? ( sec-policy/selinux-sudo )
-   ldap? ( dev-lang/perl )
-   pam? ( sys-auth/pambase )
-   >=app-misc/editor-wrapper-3
-   virtual/editor
-   sendmail? ( virtual/mta )
-"
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-"
-
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="
-   pam? ( !skey )
-   skey? ( !pam )
-   ?? ( gcrypt openssl )
-"
-
-MAKEOPTS+=" SAMPLES="
-
-src_prepare() {
-   default
-   elibtoolize
-}
-
-set_secure_path() {
-   # FIXME: secure_path is a compile time setting. using PATH or
-   # ROOTPATH is not perfect, env-update may invalidate this, but until it
-   # is available as a sudoers setting this will have to do.
-   einfo "Settin

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

2019-03-02 Thread Matt Turner
commit: 34622c9be3f1feebd52af739ef9d00b89b0935b3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:32 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34622c9b

dev-python/more-itertools-4.2.0-r1: ia64 stable, bug 676592

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

 dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild 
b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
index 33b0de3eab1..ffdb6615d35 100644
--- a/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
+++ b/dev-python/more-itertools/more-itertools-4.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 ~amd64-fbsd"
 IUSE="doc test"
 
 RDEPEND="

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

2019-03-02 Thread Matt Turner
commit: 71c7b3a1536e2343a65f1ff1e02884c7048c672a
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:36 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c7b3a1

dev-python/scandir-1.9.0: ia64 stable, bug 676592

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

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

diff --git a/dev-python/scandir/scandir-1.9.0.ebuild 
b/dev-python/scandir/scandir-1.9.0.ebuild
index 056edf12903..3681895ca1a 100644
--- a/dev-python/scandir/scandir-1.9.0.ebuild
+++ b/dev-python/scandir/scandir-1.9.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2019-03-02 Thread Matt Turner
commit: e4adde5d58e3754bf9e90c12fa9c8e3a8c511634
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4adde5d

dev-python/pytest-3.10.1: ia64 stable, bug 676592

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

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

diff --git a/dev-python/pytest/pytest-3.10.1.ebuild 
b/dev-python/pytest/pytest-3.10.1.ebuild
index b67ddfaf227..6b8a1f1fd8d 100644
--- a/dev-python/pytest/pytest-3.10.1.ebuild
+++ b/dev-python/pytest/pytest-3.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version



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

2019-03-02 Thread Matt Turner
commit: 69f24335f14c9c50d7857121fcc579a3ae51ea7d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:34 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f24335

dev-python/pluggy-0.7.1: ia64 stable, bug 676592

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

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

diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild 
b/dev-python/pluggy/pluggy-0.7.1.ebuild
index 6e8dfa81f65..98355b86a04 100644
--- a/dev-python/pluggy/pluggy-0.7.1.ebuild
+++ b/dev-python/pluggy/pluggy-0.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=""



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

2019-03-02 Thread Matt Turner
commit: efd8f7db8d66debd1e32e1100a8a5c64bdc16f94
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:31 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd8f7db

dev-python/atomicwrites-1.1.5-r3: ia64 stable, bug 676592

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

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

diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild 
b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
index 45d6f2e94da..aed19583b1f 100644
--- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="doc test"
 
 DEPEND="



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

2019-03-02 Thread Matt Turner
commit: 833735a0dd9dd852f82037ec5c9ae2915fdb545e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 02:10:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:10:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833735a0

dev-python/pathlib2-2.3.2: ia64 stable, bug 676592

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

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

diff --git a/dev-python/pathlib2/pathlib2-2.3.2.ebuild 
b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
index cdddfbf60b5..874664f6953 100644
--- a/dev-python/pathlib2/pathlib2-2.3.2.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/files/, x11-apps/xdm/

2019-03-02 Thread Matt Turner
commit: 9eab4843656a9d806f902602ccb19584f8863792
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar  3 00:27:58 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar  3 02:09:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eab4843

x11-apps/xdm: Version bump to 1.1.2

Various changes, addressing multiple bugs (in some cases partially):
- Depend on x11-apps/xsm (bug 329833)
- Drop IUSE=xdm-auth (bug 445662)
- Add IUSE=xinerama (bug 384371)
- Add IUSE=truetype (bug 608840)
- Add IUSE=xpm
- Add IUSE=systemd
- Port to EAPI=7 and xorg-3.eclass

Bug: https://bugs.gentoo.org/329833
Bug: https://bugs.gentoo.org/445662
Closes: https://bugs.gentoo.org/384371
Closes: https://bugs.gentoo.org/608840
Signed-off-by: Matt Turner  gentoo.org>

 x11-apps/xdm/Manifest  |   1 +
 x11-apps/xdm/files/xdm-1.1.12-consolekit.patch | 269 +
 .../files/xdm-1.1.12-make-xinerama-optional.patch  |  34 +++
 x11-apps/xdm/xdm-1.1.12.ebuild |  84 +++
 4 files changed, 388 insertions(+)

diff --git a/x11-apps/xdm/Manifest b/x11-apps/xdm/Manifest
index 0911b632ce9..ae11f03d02d 100644
--- a/x11-apps/xdm/Manifest
+++ b/x11-apps/xdm/Manifest
@@ -1 +1,2 @@
 DIST xdm-1.1.11.tar.bz2 446612 BLAKE2B 
ce9bed568e036a882ecc56d75f7ce8646d14ae00c754d6e5542ea5b186c3ef1ce8499e2d70190b4fbc4b344e0c70fd36deab5aacc5f1f55501db709300aee520
 SHA512 
fe6f2b7817c0f7f07a1f5f497edcdfa15b93986fd87f314daa472dac8625327ef46ebbf40d27fe8d4a8a2f8d5af8a01c4438a29356740e0eb350f2bd0c7ec0d5
+DIST xdm-1.1.12.tar.bz2 512074 BLAKE2B 
a82d124f4b7ce3185d703fca3aade92e86094602aec5343566ba8c91c54b70cdedbaea2fa6fee330d7ed48d9138b04a998aa2dae06db2683bfcce6c7693edc82
 SHA512 
1a4be0a070ced5db8fda6fc74794c9f9ed0cb37fa440fda6a3a7652aff62dfc3d7ba68b9facf054671ebf0f4db2a0eec29d0aa3716e3407ccd5529bac3553bdb

diff --git a/x11-apps/xdm/files/xdm-1.1.12-consolekit.patch 
b/x11-apps/xdm/files/xdm-1.1.12-consolekit.patch
new file mode 100644
index 000..232d10d94db
--- /dev/null
+++ b/x11-apps/xdm/files/xdm-1.1.12-consolekit.patch
@@ -0,0 +1,269 @@
+http://bugs.gentoo.org/360987
+http://projects.archlinux.org/svntogit/packages.git/plain/trunk/xdm-consolekit.patch?h=packages/xorg-xdm
+http://lists.x.org/archives/xorg-devel/2011-February/019615.html
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615020
+---
+ configure.ac   |  20 --
+ include/dm.h   |   3 ++
+ man/xdm.man|   6 +++
+ xdm/resource.c |  13 ++-
+ xdm/session.c  | 102 +
+ 5 files changed, 140 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index d110809..db973f7 100644
+--- a/configure.ac
 b/configure.ac
+@@ -168,15 +168,15 @@ AS_IF([test "x$with_systemdsystemunitdir" != "xno"], [
+ AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$with_systemdsystemunitdir" != "xno"])
+ 
+ # Check whether to enable systemd startup notification.
+-# This requires libsystemd-daemon.
++# This requires libsystemd.
+ AC_ARG_WITH([systemd-daemon], AS_HELP_STRING([--with-systemd-daemon],
+   [Add support for systemd startup notification (default is 
autodetected)]),
+   [USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto])
+ AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [
+-PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon],
++PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd],
+   [AC_DEFINE(USE_SYSTEMD_DAEMON,1,[Use systemd startup notification])],
+   [AS_IF([test "x$USE_SYSTEMD_DAEMON" = "xyes"],
+-  [AC_MSG_ERROR([systemd startup notification support requested, but 
libsystemd-daemon not found.])]
++  [AC_MSG_ERROR([systemd startup notification support requested, but 
libsystemd not found.])]
+   )]
+ )
+ ])
+@@ -395,6 +395,20 @@ PKG_CHECK_MODULES(DMCP, xdmcp)
+ PKG_CHECK_MODULES(XLIB, x11)
+ PKG_CHECK_MODULES(AUTH, xau)
+ 
++# ConsoleKit support
++AC_ARG_WITH(consolekit, AC_HELP_STRING([--with-consolekit], [Use ConsoleKit]),
++  [USE_CONSOLEKIT=$withval], [USE_CONSOLEKIT=yes])
++if test x"$USE_CONSOLEKIT" != xno; then
++  PKG_CHECK_MODULES(CK_CONNECTOR, ck-connector,
++  [USE_CONSOLEKIT=yes], [USE_CONSOLEKIT=no])
++  if test x"$USE_CONSOLEKIT" = xyes; then
++  AC_DEFINE([USE_CONSOLEKIT], 1, [Define to 1 to use ConsoleKit])
++  XDM_CFLAGS="$XDM_CFLAGS $CK_CONNECTOR_CFLAGS -DUSE_CONSOLEKIT"
++  XDM_LIBS="$XDM_LIBS $CK_CONNECTOR_LIBS"
++  fi
++fi
++dnl AM_CONDITIONAL(USE_CONSOLEKIT, test$USE_CONSOLEKIT = xyes)
++
+ #
+ # Greeter
+ #
+diff --git a/include/dm.h b/include/dm.h
+index 9116d6f..27fdd71 100644
+--- a/include/dm.h
 b/include/dm.h
+@@ -327,6 +327,9 @@ extern char*randomFile;
+ extern char   *prngdSocket;
+ extern intprngdPort;
+ # endif
++#ifdef USE_CONSOLEKIT
++extern intuse_consolekit;
++#endif
+ 
+ extern char   *greeterLib;
+ extern

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

2019-03-02 Thread Louis Sautier
commit: 31cbd149b087f323dd75bd0c4db9fefae47a084b
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Feb 27 11:21:43 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Mar  3 00:51:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cbd149

net-analyzer/monitoring-plugins: make 'check_ping -4' call 'ping -4'

Currently, when calling 'check_ping -4' on a host that has both A and 
records, the  record is used. This is because the IPv4 ping command
is set to 'ping' at configure-time, when it should be 'ping -4'.

For consistency, this commit also changes the IPv6 ping command from
'ping6' to 'ping -6'.

The upstream issue is
https://github.com/monitoring-plugins/monitoring-plugins/issues/898.
Changing the ping command at configure-time was proposed in
https://github.com/monitoring-plugins/monitoring-plugins/pull/1531.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11169

 .../monitoring-plugins-2.2-r4.ebuild   | 104 +
 1 file changed, 104 insertions(+)

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

[gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/

2019-03-02 Thread Louis Sautier
commit: 61f955aad03c22077d6e842bc3201365263c6bb4
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Mar  3 00:43:35 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Mar  3 00:47:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f955aa

net-nntp/nzbget: remove old init script

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

 net-nntp/nzbget/files/nzbget.initd | 28 
 1 file changed, 28 deletions(-)

diff --git a/net-nntp/nzbget/files/nzbget.initd 
b/net-nntp/nzbget/files/nzbget.initd
deleted file mode 100644
index 06f75596e43..000
--- a/net-nntp/nzbget/files/nzbget.initd
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_started_commands="reload"
-
-start() {
-   ebegin "Starting ${RC_SVCNAME}"
-   checkpath -d -m 0755 -o "${NZBGET_USER}":"${NZBGET_GROUP}" /run/nzbget
-   start-stop-daemon --quiet --start --user "${NZBGET_USER}" \
-   --group "${NZBGET_GROUP}" --exec /usr/bin/nzbget -- \
-   --configfile "${NZBGET_CONFIGFILE}" --daemon \
-   ${NZBGET_OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping ${RC_SVCNAME}"
-   start-stop-daemon --stop --exec /usr/bin/nzbget -- \
-   --configfile "${NZBGET_CONFIGFILE}" --daemon \
-   ${NZBGET_OPTS}
-}
-
-reload() {
-   ebegin "Reloading ${RC_SVCNAME}"
-   /usr/bin/nzbget --configfile "${NZBGET_CONFIGFILE}" --reload >/dev/null
-   eend $?
-}



[gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/files/

2019-03-02 Thread Louis Sautier
commit: 8c454c0d6376d45cc8313a1c94cfb4e68c998a11
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar  2 11:59:37 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Mar  3 00:47:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c454c0d

net-nntp/nzbget: remove unused patch

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11213
Signed-off-by: Louis Sautier  gentoo.org>

 net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch | 18 --
 1 file changed, 18 deletions(-)

diff --git a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch 
b/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch
deleted file mode 100644
index e6cd13f6ffc..000
--- a/net-nntp/nzbget/files/nzbget-14.0_pre1145-tinfo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -46,6 +46,7 @@
- AC_PATH_PROG(MAKE, make, $FALSE)
- AC_PROG_INSTALL
- 
-+PKG_PROG_PKG_CONFIG()
- 
- dnl
- dnl Do all tests with c++ compiler.
-@@ -291,6 +292,7 @@
-   if test "$FOUND" = "no"; then
-   AC_MSG_ERROR([Couldn't find curses headers (ncurses.h or 
curses.h)])
-   fi
-+  PKG_CHECK_MODULES(ncurses,ncurses,LIBS="$LIBS $ncurses_LIBS",)
-   AC_SEARCH_LIBS([refresh], [ncurses curses],, 
-   AC_ERROR([Couldn't find curses library]))
- else



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

2019-03-02 Thread Michael Orlitzky
commit: 07763440a00e2fda8a66c2a78f2427d9e62b8807
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Mar  3 00:10:14 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Mar  3 00:10:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07763440

net-misc/haeredes: new version 0.5.1.

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

 net-misc/haeredes/Manifest |  2 +-
 .../{haeredes-0.4.4.ebuild => haeredes-0.5.1.ebuild}   | 14 ++
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/net-misc/haeredes/Manifest b/net-misc/haeredes/Manifest
index ae73e2328e4..64bedd22e44 100644
--- a/net-misc/haeredes/Manifest
+++ b/net-misc/haeredes/Manifest
@@ -1 +1 @@
-DIST haeredes-0.4.4.tar.gz 19382 BLAKE2B 
8e84246a73ba5e9fa2badf93378a2a3a7bf36cceb5f4b806bd51e7dab9f026499bbe8b5bb5167425777c7ed753438fb1fb992f46d9547b3bec5d275d165c0740
 SHA512 
4e8da1141daafe9ba2190f28d14eb19c8bf929c2ea225a06b7961ad378d688f8a191a8304c8390574e9ca7a28ec9b0a265ca2ef6f736dec0d245ab4baed0a57a
+DIST haeredes-0.5.1.tar.gz 20590 BLAKE2B 
8ae474451a83695a259ea90babc912d58c2c52988d5858c0540b8447f91bb91403a0404970771f65dea79b3d38d23df5cbdcead6630043bbd6bb465d1ca9fe64
 SHA512 
54351734df35bffec96fa664c4e2458c929fc9a7d63c77dc35ba545b814741e1191019ca663579940af8f39fc5f85cd7dc1db313671b149b9af08facf600fde5

diff --git a/net-misc/haeredes/haeredes-0.4.4.ebuild 
b/net-misc/haeredes/haeredes-0.5.1.ebuild
similarity index 71%
rename from net-misc/haeredes/haeredes-0.4.4.ebuild
rename to net-misc/haeredes/haeredes-0.5.1.ebuild
index 92c316ab0de..3807f1b5e13 100644
--- a/net-misc/haeredes/haeredes-0.4.4.ebuild
+++ b/net-misc/haeredes/haeredes-0.5.1.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-# ebuild generated by hackport 0.4.6
+EAPI=6
 
 CABAL_FEATURES="bin test-suite"
 inherit haskell-cabal
 
 DESCRIPTION="Confirm delegation of NS and MX records"
-HOMEPAGE="http://michael.orlitzky.com/code/haeredes.php";
+HOMEPAGE="http://michael.orlitzky.com/code/haeredes.xhtml";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="AGPL-3"
@@ -17,20 +15,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-# The only test suite requires network access.
+# The test suite requires network access.
 RESTRICT="test"
 
 RDEPEND=">=dev-haskell/cmdargs-0.10:=
>=dev-haskell/dns-1.4:=
>=dev-haskell/iproute-1.2:=
-   >=dev-haskell/missingh-1.2:=
>=dev-haskell/parallel-io-0.3:=
>=dev-lang/ghc-7.6.1:=
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
test? ( >=dev-haskell/doctest-0.9
-   >=dev-haskell/filemanip-0.3.6 )
+   >=dev-haskell/filemanip-0.3.6
+   dev-util/shelltestrunner )
 "
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2019-03-02 Thread Mike Gilbert
commit: 9eee917a1cc51d5372bd45358f08a8b848a1d6ba
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar  2 23:53:56 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar  2 23:53:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eee917a

www-client/google-chrome-beta: automated update (73.0.3683.56)

Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-73.0.3683.39.ebuild => google-chrome-beta-73.0.3683.56.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 9b242114b05..5fc545cd4b8 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_73.0.3683.39-1_amd64.deb 58736852 BLAKE2B 
9a89e2ae51b66190fb4bbb32bba302620905fd09afd60c060766fb46bcfd5a44d11698b1913cee9111c4c9d5f1257204eb05c93ce9c113eb1ca839ced4e819aa
 SHA512 
be55420f0984a0e39766548943b4803981c397f44d0fa2ecfa2988aabb596e94c149e3e115b77e6c665a27490b21750328acf15aa0c44fd8f09087589d66463c
+DIST google-chrome-beta_73.0.3683.56-1_amd64.deb 58799266 BLAKE2B 
b169e7b52bec52e29679bea01d73d7d4703dc6c13f83fd9e55edc1112ddd0349d4888ecead7fc383d7850f6a4d3e3676a5a31877d74dfd244b25283c7d0a653a
 SHA512 
18731b77a2d086233e20c737cfee2fc73c83390052302748ee622ccbb7f2aff6977509b2c389efde04bc9637df9bd825def14e8974aebea430a9ca673ddb044a

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-73.0.3683.39.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-73.0.3683.56.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-73.0.3683.39.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-73.0.3683.56.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2019-03-02 Thread Mike Gilbert
commit: e968725ff7d0dc96757b13725c039f437fc002c1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar  2 23:54:17 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar  2 23:54:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e968725f

www-plugins/chrome-binary-plugins: automated update

Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 ...0.3626.109.ebuild => chrome-binary-plugins-72.0.3626.121.ebuild} | 0
 ...9_beta.ebuild => chrome-binary-plugins-73.0.3683.56_beta.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-74.0.3717.0_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 1393deb4580..58a9a6c1edd 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_73.0.3683.39-1_amd64.deb 58736852 BLAKE2B 
9a89e2ae51b66190fb4bbb32bba302620905fd09afd60c060766fb46bcfd5a44d11698b1913cee9111c4c9d5f1257204eb05c93ce9c113eb1ca839ced4e819aa
 SHA512 
be55420f0984a0e39766548943b4803981c397f44d0fa2ecfa2988aabb596e94c149e3e115b77e6c665a27490b21750328acf15aa0c44fd8f09087589d66463c
-DIST google-chrome-stable_72.0.3626.109-1_amd64.deb 57273356 BLAKE2B 
c99fb96e19dc6c57663863a11d23b38923321e2a723c602de853a74f819decfa8a6127944841616cbe39f85b0e4a940fb408106b56301c934e7f367966d561ff
 SHA512 
b506d494de70c54c4c6edd24575a8587002529ef4e3f1804c8e76fb7e2e657b4ceeef6b417a793438b79f3fa1c6e395243fde09c8012478a4b23640a497de7bf
-DIST google-chrome-unstable_74.0.3710.0-1_amd64.deb 59244894 BLAKE2B 
077344268986ccf30853ebce2cc98fff60e751a950f2187f8f7886d6b15e303ae4a4fa7055748a0ab13ab9d0b5f895d881e56c15cfe20616bf10237de32c
 SHA512 
da65a9312af8b05f77e60cfc99b70c3fe332afdf9c642e6dfa519273851faf7e1ed0b8ba8044f18e1ca6fc51de85b3e1887a2d39661a139ca2122ef31538167a
+DIST google-chrome-beta_73.0.3683.56-1_amd64.deb 58799266 BLAKE2B 
b169e7b52bec52e29679bea01d73d7d4703dc6c13f83fd9e55edc1112ddd0349d4888ecead7fc383d7850f6a4d3e3676a5a31877d74dfd244b25283c7d0a653a
 SHA512 
18731b77a2d086233e20c737cfee2fc73c83390052302748ee622ccbb7f2aff6977509b2c389efde04bc9637df9bd825def14e8974aebea430a9ca673ddb044a
+DIST google-chrome-stable_72.0.3626.121-1_amd64.deb 57295524 BLAKE2B 
04bd058939baccf7cfb3452058e3aba4a55469d457295e9a672a4bea1f8b2c75a7240a1930977d931c5aa321d09a09b78572330be07b50f0909079419d447cdb
 SHA512 
b700048a0effe16ba1cc58c4105a3502f3f47f1aaa95c95bc24eae155e92d4750e6e8e2b49439ae46e5e59e9ae0bfda0556d5da810e982e681c33e93cde9b447
+DIST google-chrome-unstable_74.0.3717.0-1_amd64.deb 59160494 BLAKE2B 
cc59bd613e0edef169cf2d62705bd05332240f42bf3811307810a5f0cf55614b6d0c4bec6765954a7b0f12479a483d9a90752a8da6243447120fabc2bcdf1399
 SHA512 
e09ad834039fa046d1021512fd29e061bf4a6f4d92f94b1a4350dcf78a4f06db4e528edbccecfb79c194d51b931199e02e750aa8657230de32f6e9deadb7af88

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.109.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.121.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.109.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-72.0.3626.121.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.39_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.56_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.39_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.56_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3710.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3717.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3710.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3717.0_alpha.ebuild



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

2019-03-02 Thread Mike Gilbert
commit: 5b9f26f0c7ab2c48860793b4aa2c55c7cf5c6995
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar  2 23:53:38 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar  2 23:53:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9f26f0

www-client/google-chrome: automated update (72.0.3626.121)

Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-72.0.3626.109.ebuild => google-chrome-72.0.3626.121.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 9fb1508e16f..8fcfbf50447 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_72.0.3626.109-1_amd64.deb 57273356 BLAKE2B 
c99fb96e19dc6c57663863a11d23b38923321e2a723c602de853a74f819decfa8a6127944841616cbe39f85b0e4a940fb408106b56301c934e7f367966d561ff
 SHA512 
b506d494de70c54c4c6edd24575a8587002529ef4e3f1804c8e76fb7e2e657b4ceeef6b417a793438b79f3fa1c6e395243fde09c8012478a4b23640a497de7bf
+DIST google-chrome-stable_72.0.3626.121-1_amd64.deb 57295524 BLAKE2B 
04bd058939baccf7cfb3452058e3aba4a55469d457295e9a672a4bea1f8b2c75a7240a1930977d931c5aa321d09a09b78572330be07b50f0909079419d447cdb
 SHA512 
b700048a0effe16ba1cc58c4105a3502f3f47f1aaa95c95bc24eae155e92d4750e6e8e2b49439ae46e5e59e9ae0bfda0556d5da810e982e681c33e93cde9b447

diff --git a/www-client/google-chrome/google-chrome-72.0.3626.109.ebuild 
b/www-client/google-chrome/google-chrome-72.0.3626.121.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-72.0.3626.109.ebuild
rename to www-client/google-chrome/google-chrome-72.0.3626.121.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2019-03-02 Thread Mike Gilbert
commit: f4e434976b84cf5407c55abd71d4359d0823e9cd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar  2 23:54:10 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar  2 23:54:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e43497

www-client/google-chrome-unstable: automated update (74.0.3717.0)

Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-74.0.3710.0.ebuild => google-chrome-unstable-74.0.3717.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 8b6f0c06f26..ebb1354b49e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_74.0.3710.0-1_amd64.deb 59244894 BLAKE2B 
077344268986ccf30853ebce2cc98fff60e751a950f2187f8f7886d6b15e303ae4a4fa7055748a0ab13ab9d0b5f895d881e56c15cfe20616bf10237de32c
 SHA512 
da65a9312af8b05f77e60cfc99b70c3fe332afdf9c642e6dfa519273851faf7e1ed0b8ba8044f18e1ca6fc51de85b3e1887a2d39661a139ca2122ef31538167a
+DIST google-chrome-unstable_74.0.3717.0-1_amd64.deb 59160494 BLAKE2B 
cc59bd613e0edef169cf2d62705bd05332240f42bf3811307810a5f0cf55614b6d0c4bec6765954a7b0f12479a483d9a90752a8da6243447120fabc2bcdf1399
 SHA512 
e09ad834039fa046d1021512fd29e061bf4a6f4d92f94b1a4350dcf78a4f06db4e528edbccecfb79c194d51b931199e02e750aa8657230de32f6e9deadb7af88

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-74.0.3710.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-74.0.3717.0.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-74.0.3710.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-74.0.3717.0.ebuild



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

2019-03-02 Thread Matthias Maier
commit: 7a00afd1eeef23c21cb934e879c59e7978fc0ef7
Author: Han Han  gmail  com>
AuthorDate: Sun Jan  6 17:03:57 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar  2 23:46:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a00afd1

app-emulation/libvirt: Add use flag iscsi-direct

Since libvirt-4.7, a new storage pool backend iscsi-direct that uses
libiscsi instead of iscsiadm was added. The use flag iscsi-direct will
enable it.

Closes: https://github.com/gentoo/gentoo/pull/10750
Signed-off-by: Han Han  gmail.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/libvirt-4.10.0.ebuild | 8 +---
 app-emulation/libvirt/libvirt-4.9.0.ebuild  | 8 +---
 app-emulation/libvirt/libvirt-.ebuild   | 8 +---
 app-emulation/libvirt/metadata.xml  | 3 +++
 4 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-4.10.0.ebuild 
b/app-emulation/libvirt/libvirt-4.10.0.ebuild
index 4ee860eb76c..72cf7a3a010 100644
--- a/app-emulation/libvirt/libvirt-4.10.0.ebuild
+++ b/app-emulation/libvirt/libvirt-4.10.0.ebuild
@@ -28,9 +28,9 @@ DESCRIPTION="C toolkit to manipulate virtual machines"
 HOMEPAGE="http://www.libvirt.org/";
 LICENSE="LGPL-2.1"
 IUSE="
-   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
-   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
-   +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
+   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct
+   +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp
+   policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
wireshark-plugins xen zeroconf zfs
 "
 
@@ -81,6 +81,7 @@ RDEPEND="
fuse? ( >=sys-fs/fuse-2.8.6:= )
glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
iscsi? ( sys-block/open-iscsi )
+   iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
nfs? ( net-fs/nfs-utils )
@@ -257,6 +258,7 @@ src_configure() {
$(use_with glusterfs)
$(use_with glusterfs storage-gluster)
$(use_with iscsi storage-iscsi)
+   $(use_with iscsi-direct storage-iscsi-direct)
$(use_with libvirtd)
$(use_with libssh)
$(use_with lvm storage-lvm)

diff --git a/app-emulation/libvirt/libvirt-4.9.0.ebuild 
b/app-emulation/libvirt/libvirt-4.9.0.ebuild
index fb60857d3dc..15e0499ef87 100644
--- a/app-emulation/libvirt/libvirt-4.9.0.ebuild
+++ b/app-emulation/libvirt/libvirt-4.9.0.ebuild
@@ -28,9 +28,9 @@ DESCRIPTION="C toolkit to manipulate virtual machines"
 HOMEPAGE="http://www.libvirt.org/";
 LICENSE="LGPL-2.1"
 IUSE="
-   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
-   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
-   +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
+   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct
+   +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp
+   policykit +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
wireshark-plugins xen zeroconf zfs
 "
 
@@ -76,6 +76,7 @@ RDEPEND="
fuse? ( >=sys-fs/fuse-2.8.6:= )
glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
iscsi? ( sys-block/open-iscsi )
+   iscsi-direct? ( >=net-libs/libiscsi-1.18.0 )
libssh? ( net-libs/libssh )
lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
nfs? ( net-fs/nfs-utils )
@@ -252,6 +253,7 @@ src_configure() {
$(use_with glusterfs)
$(use_with glusterfs storage-gluster)
$(use_with iscsi storage-iscsi)
+   $(use_with iscsi-direct storage-iscsi-direct)
$(use_with libvirtd)
$(use_with libssh)
$(use_with lvm storage-lvm)

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 52082872960..18c56b58956 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -28,9 +28,9 @@ DESCRIPTION="C toolkit to manipulate virtual machines"
 HOMEPAGE="http://www.libvirt.org/";
 LICENSE="LGPL-2.1"
 IUSE="
-   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
-   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
-   +qemu rbd sasl selinux +udev +vepa virtualbox virt-network
+   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi iscsi-direct
+   +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz parted pcap phyp
+   policykit +qemu rbd sasl selinux +udev +vepa virtualbox virt-network
wireshark-plugins xen zeroconf zfs
 "
 
@@ -75,6 +75,7 @@ RDEPEND=

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

2019-03-02 Thread Matthias Maier
commit: fc4e79427dd222b580c677b7b57d30d037b60242
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar  2 23:45:28 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar  2 23:46:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4e7942

dev-util/cloc: mark stable for x86, amd64, using ALLARCHES

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

 dev-util/cloc/cloc-1.76-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cloc/cloc-1.76-r1.ebuild 
b/dev-util/cloc/cloc-1.76-r1.ebuild
index 70dda680961..157bd9ba48e 100644
--- a/dev-util/cloc/cloc-1.76-r1.ebuild
+++ b/dev-util/cloc/cloc-1.76-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/AlDanial/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="dev-lang/perl"
 RDEPEND="${DEPEND}



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

2019-03-02 Thread Matthias Maier
commit: 2d77eab1ffd0076f700684a8ce3ff38a6491e59f
Author: Nikos Chantziaras  gmail  com>
AuthorDate: Wed Feb 27 13:22:58 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar  2 23:46:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d77eab1

dev-util/cloc: bump version to 1.80 and EAPI to 7

Closes: https://bugs.gentoo.org/678922
Closes: https://github.com/gentoo/gentoo/pull/11170
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nikos Chantziaras  gmail.com>
Signed-off-by: Matthias Maier  gentoo.org>

 dev-util/cloc/Manifest |  1 +
 dev-util/cloc/cloc-1.80.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 77296f4e53e..5f3082bdef8 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,3 +1,4 @@
 DIST cloc-1.72.tar.gz 347245 BLAKE2B 
8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b
 SHA512 
e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
 DIST cloc-1.74.tar.gz 396192 BLAKE2B 
632d2e4764a7bec9b6bb45edaac80da65f5ea23ec682c3246beb2add011fa5ac6860671b45981e9eec374872c691e66467bc0d4709b725fa53ec88efc7ce3a05
 SHA512 
456ff10c50673326e0b80d2e0b5965fba19c5c868e880108647d5182e048e62bdd734ce485386a561163d8dab81551101cbc5dcc13088400fe0a14ad500e1cbf
 DIST cloc-1.76.tar.gz 419678 BLAKE2B 
bb9ddee89a3efe6d7ea913ddf04a28e4120da82df93ef611f7b19bc9662664787b54a2b063139f8d17db3c69a27f74ff4d2c6263100d68b8d2b92c50ddd2f360
 SHA512 
3f16f084be1828557e4120a8e41b276336ac240c5de4dc765066277d848ce9af20f31b36ec4beb863066d8b3e9287ea0e0b2a8f1abd15532957f53d2d3935ecd
+DIST cloc-1.80.tar.gz 453965 BLAKE2B 
63032d0ebff7536a4c0cb07ab7791177310b8544cd878093cc89b753997707768198ed59ff451e6de72bbdd4a9ffd3bf84b113243534c466f6a91befc4593014
 SHA512 
3f41a0e2bd4becbb393e24834c45d9998217443d5c6d0478be5ce4f9506bb8dcb44088ce4a2c75c06cb6af47b4432f3dc58db9009f9a350a00dd80802109117f

diff --git a/dev-util/cloc/cloc-1.80.ebuild b/dev-util/cloc/cloc-1.80.ebuild
new file mode 100644
index 000..19fd2288e57
--- /dev/null
+++ b/dev-util/cloc/cloc-1.80.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Count Lines of Code"
+HOMEPAGE="https://github.com/AlDanial/cloc";
+SRC_URI="https://github.com/AlDanial/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   dev-perl/Algorithm-Diff
+   dev-perl/Parallel-ForkManager
+   dev-perl/Regexp-Common
+   virtual/perl-Digest-MD5
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long"
+
+src_compile() {
+   pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
+}
+
+src_install() {
+   doman "${PN}.1"
+   dobin "Unix/${PN}"
+}



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

2019-03-02 Thread Matthias Maier
commit: dbb15173c46e954a9474e7a3a109abe8cb2caa2c
Author: Michal Privoznik  redhat  com>
AuthorDate: Sat Mar  2 08:43:13 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar  2 23:46:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb15173

app-emulation/qemu-: Drop --with-sdlabi configure argument

The upstream qemu dropped this in 0015ca5cbabe0b31d31.

Signed-off-by: Michal Privoznik  redhat.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/qemu/qemu-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 41fd6e7737b..36a3408c93b 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -484,7 +484,6 @@ qemu_src_configure() {
conf_opts+=(
--audio-drv-list="${audio_opts}"
)
-   use sdl && conf_opts+=( --with-sdlabi=2.0 )
fi
 
case ${buildtype} in



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

2019-03-02 Thread Matthias Maier
commit: fac43bf9961924c79c23c32c758b5f096b1c3548
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Mar  2 23:45:48 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Mar  2 23:46:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac43bf9

dev-util/cloc: drop old

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

 dev-util/cloc/Manifest |  1 -
 dev-util/cloc/cloc-1.74.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index 5f3082bdef8..cb79ce40f8c 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,4 +1,3 @@
 DIST cloc-1.72.tar.gz 347245 BLAKE2B 
8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b
 SHA512 
e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
-DIST cloc-1.74.tar.gz 396192 BLAKE2B 
632d2e4764a7bec9b6bb45edaac80da65f5ea23ec682c3246beb2add011fa5ac6860671b45981e9eec374872c691e66467bc0d4709b725fa53ec88efc7ce3a05
 SHA512 
456ff10c50673326e0b80d2e0b5965fba19c5c868e880108647d5182e048e62bdd734ce485386a561163d8dab81551101cbc5dcc13088400fe0a14ad500e1cbf
 DIST cloc-1.76.tar.gz 419678 BLAKE2B 
bb9ddee89a3efe6d7ea913ddf04a28e4120da82df93ef611f7b19bc9662664787b54a2b063139f8d17db3c69a27f74ff4d2c6263100d68b8d2b92c50ddd2f360
 SHA512 
3f16f084be1828557e4120a8e41b276336ac240c5de4dc765066277d848ce9af20f31b36ec4beb863066d8b3e9287ea0e0b2a8f1abd15532957f53d2d3935ecd
 DIST cloc-1.80.tar.gz 453965 BLAKE2B 
63032d0ebff7536a4c0cb07ab7791177310b8544cd878093cc89b753997707768198ed59ff451e6de72bbdd4a9ffd3bf84b113243534c466f6a91befc4593014
 SHA512 
3f41a0e2bd4becbb393e24834c45d9998217443d5c6d0478be5ce4f9506bb8dcb44088ce4a2c75c06cb6af47b4432f3dc58db9009f9a350a00dd80802109117f

diff --git a/dev-util/cloc/cloc-1.74.ebuild b/dev-util/cloc/cloc-1.74.ebuild
deleted file mode 100644
index d227ea30905..000
--- a/dev-util/cloc/cloc-1.74.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Count Lines of Code"
-HOMEPAGE="https://github.com/AlDanial/cloc";
-SRC_URI="https://github.com/AlDanial/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
-   dev-perl/Algorithm-Diff
-   dev-perl/Regexp-Common
-   virtual/perl-Digest-MD5
-   virtual/perl-Getopt-Long
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp"
-
-src_compile() {
-   pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die
-}
-
-src_install() {
-   doman "${PN}.1"
-   dobin "Unix/${PN}"
-}



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

2019-03-02 Thread Thomas Deutschmann
commit: eb035795152cf6d91278595358acb335c830af55
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 23:40:26 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 23:42:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb035795

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

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

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

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



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/

2019-03-02 Thread Thomas Deutschmann
commit: f93f393bed3fc33412c458b75c37255c96151c6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 23:40:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 23:42:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93f393b

app-benchmarks/geekbench: x86 stable (bug #679016)

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

 app-benchmarks/geekbench/geekbench-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/geekbench/geekbench-4.3.3.ebuild 
b/app-benchmarks/geekbench/geekbench-4.3.3.ebuild
index e9e4197b56b..dd08b31e553 100644
--- a/app-benchmarks/geekbench/geekbench-4.3.3.ebuild
+++ b/app-benchmarks/geekbench/geekbench-4.3.3.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, 
Linux, MacOS and Windo
 HOMEPAGE="https://www.geekbench.com";
 SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz";
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 LICENSE="geekbench"
 SLOT="4"
 



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

2019-03-02 Thread Thomas Deutschmann
commit: e57337d90bc11d1a23735279dc97ce18856d25a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 23:41:49 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 23:42:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57337d9

dev-python/pyquery: x86 stable (bug #675160)

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

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

diff --git a/dev-python/pyquery/pyquery-1.4.0.ebuild 
b/dev-python/pyquery/pyquery-1.4.0.ebuild
index 9bf1439e941..63e4792e299 100644
--- a/dev-python/pyquery/pyquery-1.4.0.ebuild
+++ b/dev-python/pyquery/pyquery-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="test"
 
 RDEPEND="



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

2019-03-02 Thread Thomas Deutschmann
commit: 2d55bfc4bd293ad7d93f922cfd7f91acdc83c6bf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 23:41:04 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 23:42:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d55bfc4

net-libs/loudmouth: x86 stable (bug #679180)

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

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

diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild 
b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
index 25a4c0a16d5..34272dbb80d 100644
--- a/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.3-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://mcabber.com/files/${PN}/${P}.tar.bz2";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ia64 ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ia64 ppc ~ppc64 ~sparc x86 ~ppc-macos"
 
 IUSE="asyncns ssl openssl static-libs test"
 



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

2019-03-02 Thread Mike Gilbert
commit: a89525ece37bbabb5e73f122352c973ccf5456db
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Mar  2 23:38:51 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar  2 23:38:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89525ec

dev-util/meson: revert non-working qt tests fix

Bug: https://bugs.gentoo.org/678664
Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.49.2.ebuild | 5 -
 dev-util/meson/meson-.ebuild   | 5 -
 2 files changed, 10 deletions(-)

diff --git a/dev-util/meson/meson-0.49.2.ebuild 
b/dev-util/meson/meson-0.49.2.ebuild
index 033c61abb64..c7cd92e8d1f 100644
--- a/dev-util/meson/meson-0.49.2.ebuild
+++ b/dev-util/meson/meson-0.49.2.ebuild
@@ -42,11 +42,6 @@ python_prepare_all() {
 }
 
 src_test() {
-   # This is needed because upstream doesn't support installing qtcore
-   # without qtgui in the test suite.
-   # https://bugs.gentoo.org/show_bug.cgi?id=678664
-   has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
-   rm -r "test cases/frameworks/4 qt" || die
distutils-r1_src_test
 }
 

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 033c61abb64..c7cd92e8d1f 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -42,11 +42,6 @@ python_prepare_all() {
 }
 
 src_test() {
-   # This is needed because upstream doesn't support installing qtcore
-   # without qtgui in the test suite.
-   # https://bugs.gentoo.org/show_bug.cgi?id=678664
-   has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
-   rm -r "test cases/frameworks/4 qt" || die
distutils-r1_src_test
 }
 



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

2019-03-02 Thread Thomas Deutschmann
commit: 575229471327a3b98dfc0fe36c4832be60ce3644
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 23:30:48 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 23:34:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57522947

dev-python/numpy: bump to v1.16.1

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

 dev-python/numpy/Manifest|   4 +
 dev-python/numpy/numpy-1.16.1.ebuild | 146 +++
 2 files changed, 150 insertions(+)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index 64f688658aa..990af89ef52 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -2,23 +2,27 @@ DIST numpy-1.10.4.tar.gz 4069996 BLAKE2B 
9f315d1fca4415b148d4b3bff6f223930bab3d0
 DIST numpy-1.13.3.zip 5021189 BLAKE2B 
5a2890a8e08425a2d537667cb2c621a57e1d442951d0b06aee2a9a153bf76652e9c4cbaa11716697a85c580e1f30043d5eef10fc24245074e6431a873ff80c34
 SHA512 
b77969372c8463879b452dc54830afabb719e6814a2bb1ee0062b463155ac709d1cd48839b28b74aacaee8aced7ee35870ba43d59293ff54f90bc0f717ca7737
 DIST numpy-1.14.5.zip 4904624 BLAKE2B 
14d266bf1139b9539e39d08a6537e2b772e80bf46a0769cbb06b63ba54858c9284f6d0e8a19627a4d99f2c2638e9a4031bf4d4aaf773eaf34b7203d131636dc0
 SHA512 
e131f9fa815084e334b59c5d9abd8de0088ad1dfefecf8615ad7deca0b54b0dfa0446c8de99c90670ea9fcabea9980bd171618a5b9032c1937b597a5ce363c5b
 DIST numpy-1.15.4.zip 4473522 BLAKE2B 
c030ef4a06c84091eec11b6602422468bd0674489a2c7fea1230132cd3a3ca1b10ec87eeb6788f2f263943f9ac43026dc1e7f0f5f1d52e9d1cc6934a5d361090
 SHA512 
9e0516da04368f0353fb7e3cc2c72e1ec936042908309732a298405bd7111e712899627b82f3674295b611e0ebfd74ef91d693f065fe9cb03dc7de23d1e72676
+DIST numpy-1.16.1.zip 5070040 BLAKE2B 
0429d27d88ec97e207822c9c7fa759453bbef97d1d5fdf3e68dab21ca098a6321e2e57d85561dd99084d190b8ed6fce20f00b421c8d14a249fc45dc1ea09569e
 SHA512 
e4adce4f40a3cb6ac482f82db9fcd079179b03b0e878920cfc7d98b9f622adab997c68af892b209f417d5f31b4123a1c5ff5c07cf5b0aaa496d8be6c8354bde8
 DIST numpy-1.8.2.tar.gz 3792998 BLAKE2B 
00d22c72ab6f919626d3fba0edc477fb9c19f9c299f78cff6102e1860e3d1baec8f3b17aa23be797e9a34630428174de3f3b630c3f05c5340024dc6314fad8cd
 SHA512 
996e6b8e2d42f223e44660f56bf73eb8ab124f400d89218f8f5e4d7c9860ada44a4d7c54526137b0695c7a10f36e8834fbf0d42b7cb20bcdb5d5c245d673385c
 DIST numpy-1.9.2.tar.gz 3986067 BLAKE2B 
e5ae6717badac01186a5b0f36729c1c01dda1fb4238978858c778f08f17512c5d1f3902d551cb0c67a77c1246ce238e588556188e7e6466c27ebdde09879782d
 SHA512 
70470ebb9afef5dfd0c83ceb7a9d5f1b7a072b1a9b54b04f04f5ed50fbaedd5b4906bd500472268d478f94df9e749a88698b1ff30f2d80258e7f3fec040617d9
 DIST numpy-html-1.10.1.zip 9663942 BLAKE2B 
436ab4185212f8eeaa3d61e29c2c547c9f24bf0869984cc674e66a7360177e999cc70a6573316711e478db62057d5cee90f85b978d095c6b47f1dc3832ffbdf7
 SHA512 
9d1f3619b801c88604a0495290da4ae8cfb4800257d549214363c554c1dc09a736425d594ed88f492afee6ae7c68fe5c166b9b3a8f24637ea41d67fd23b9d9f9
 DIST numpy-html-1.13.0.zip 10324817 BLAKE2B 
e16357e615b30249a4c41582b46b194e2c3113996260f0ff60e5b64ce9b344a05a5f372095a9f1187e8474bda4078f41ad8372c801637278d3478176de455eaa
 SHA512 
2dd769ec0d4967ba1797339170b0f9bf694a0a304cffb8482a037ba043a3bd3a9207e63a1ffed2d7ae96205d3a1a72fa1b15eeac4bd2e565544363dd9742f542
 DIST numpy-html-1.14.5.zip 11197881 BLAKE2B 
00cac3c5be07f644328acd9ed155a6fc07ed7d7380584732bb3ac03562c8705cd152612f461d5dc251dabe0be4ba45593165a961496e351110e1aa7598c37370
 SHA512 
578d31660de4e1f57310b3a2137cefea17228f40046eef1689fb6d9302f0fe0fda5aaf473c3b8c69ae781049950022321593ec891a5640e3c36c886ab3bf4383
 DIST numpy-html-1.15.4.zip 11158615 BLAKE2B 
eb264cd51fd61b389e858300d96be63f8e2eeaa0b7346beac571b62d96867d6820c19d5043a6f81088dc52b1e4d7f3f295e02ff5ff90351b0feccf657ce90001
 SHA512 
1cad60013f374f456bbb1fb6161545a94e252205c28054f9b33cde65330772ab243339289517a8825957a21e210455d33bcc0b9c588052c49c88257b1b04facb
+DIST numpy-html-1.16.1.zip 12132467 BLAKE2B 
050a8cba160e36a4c547f1b67b8ab2b9220c9841a9f8343dce6f3221313505530a1687efa2116384a03d3bc9172a0298b4ea5ece2f423841d595e45f565ccbc2
 SHA512 
5af356313363e00f05db560902cc7578162c7d2ab9c1ef0f3713854682b63d76297d55eb9aac0dfc7f4b687ccea93a53462e2082ef1270e29e19680e1222b34d
 DIST numpy-html-1.8.1.zip 9703711 BLAKE2B 
1f9d9cb4e65fc2f03d07da9bc34de9c8c4f93f5267689abccb0e2383b23babfed52ae6c3969738e78eeca7b32f49c90f9f7bb92dd432a6b87e082b67c1f214a5
 SHA512 
1d52c657931f4eebb5325159444aedd969b201f5098855058f1ef632dc8677372d632291154ebc3db9869cdb8abf7eb820eade1a9edba2d6be1ae918cb38c071
 DIST numpy-html-1.9.1.zip 9839137 BLAKE2B 
84b4c15ee20d8a1e6514baf47b96ac770690357278ff22b48c427509534c41df9e14165483f625955a7c6c087b0b5e13e68bf3d06951352a8511d6e03cc65d9f
 SHA512 
647a6be9f93995aca14185e283a2b412678c6e8080fe4f14e7cc9ee63c28eebb64dea6bbe28f30ef6850a5565dd1e06928fd660ac762e9a91454d309eff96ed4
 DIST numpy-ref-1.10.1.pdf 5382006 BLAKE2B 
c360d40c6ac3d2975a760dcf32ed312f30e9ee6b096020e0513bb22a

[gentoo-commits] repo/gentoo:master commit in: kde-apps/kmix/

2019-03-02 Thread Andreas Sturmlechner
commit: 1cff033d081c91e8cbe6e047e2c101e827387a3f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 16:43:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cff033d

kde-apps/kmix: added ~arm64

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

 kde-apps/kmix/kmix-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmix/kmix-18.12.2.ebuild 
b/kde-apps/kmix/kmix-18.12.2.ebuild
index 0e274cd5a5e..49bfeec6272 100644
--- a/kde-apps/kmix/kmix-18.12.2.ebuild
+++ b/kde-apps/kmix/kmix-18.12.2.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Plasma mixer gui"
 HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/";
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="alsa pulseaudio"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2019-03-02 Thread Andreas Sturmlechner
commit: f8c27bfa5e6fc4a0e3e077947f2cf2a32ceb645f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:47:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c27bfa

kde-plasma/plymouth-kcm: added ~arm64

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

 kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild
index 173968f02fa..f2284630056 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.15.2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="KDE Plasma control module for Plymouth"
 HOMEPAGE="https://cgit.kde.org/plymouth-kcm.git";
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



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

2019-03-02 Thread Andreas Sturmlechner
commit: 795a7ce131e0e585aff40c2235ad8c06893edbe5
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 20:23:34 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795a7ce1

x11-drivers/xf86-input-synaptics: added ~arm64

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

 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild 
b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild
index f9182bd3397..251c1f4e071 100644
--- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild
+++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.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=5
@@ -8,7 +8,7 @@ inherit linux-info xorg-2
 DESCRIPTION="Driver for Synaptics touchpads"
 HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/";
 
-KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
 IUSE="kernel_linux"
 
 RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 )



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/modemmanager-qt/

2019-03-02 Thread Andreas Sturmlechner
commit: 269010a463f122319a51dc20e749800d4c1b4f3c
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:18:19 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269010a4

kde-frameworks/modemmanager-qt: added ~arm64

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

 kde-frameworks/modemmanager-qt/modemmanager-qt-5.55.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.55.0.ebuild 
b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.55.0.ebuild
index 3a78c79897c..a1b06901606 100644
--- a/kde-frameworks/modemmanager-qt/modemmanager-qt-5.55.0.ebuild
+++ b/kde-frameworks/modemmanager-qt/modemmanager-qt-5.55.0.ebuild
@@ -7,7 +7,7 @@ inherit kde5
 
 DESCRIPTION="ModemManager bindings for Qt"
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 BDEPEND="



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

2019-03-02 Thread Andreas Sturmlechner
commit: b4091b3c5d87de4894099fd6c26f9a4f958a5b70
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 21:00:43 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4091b3c

dev-libs/libxmlb: added ~arm64

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

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

diff --git a/dev-libs/libxmlb/libxmlb-0.1.6.ebuild 
b/dev-libs/libxmlb/libxmlb-0.1.6.ebuild
index 41ccaaf93e9..487a34f0da4 100644
--- a/dev-libs/libxmlb/libxmlb-0.1.6.ebuild
+++ b/dev-libs/libxmlb/libxmlb-0.1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="doc introspection stemmer test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2019-03-02 Thread Andreas Sturmlechner
commit: 589316276940e69d34688d49805471207432ef9a
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 20:40:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58931627

kde-plasma/plasma-desktop: added ~arm64

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

 kde-plasma/plasma-desktop/plasma-desktop-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.15.2.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.15.2.ebuild
index 3e844f81cff..2a43bf48fc0 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.15.2.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.15.2.ebuild
@@ -9,7 +9,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="KDE Plasma desktop"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="appstream +fontconfig ibus +mouse scim +semantic-desktop touchpad"
 
 COMMON_DEPEND="



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

2019-03-02 Thread Andreas Sturmlechner
commit: aef0e2270d54cf44921631877f62fda42c8416e6
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 16:49:55 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef0e227

media-plugins/gst-plugins-libpng: added ~arm64

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

 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild 
b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild
index e49a3e11e84..b8f73aab951 100644
--- a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild
+++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.14.4.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="PNG image encoder/decoder plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kfloppy/

2019-03-02 Thread Andreas Sturmlechner
commit: b54b27a2c02d98cb1d3c616d66d85a8620d66779
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 17:04:29 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54b27a2

kde-apps/kfloppy: added ~arm64

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

 kde-apps/kfloppy/kfloppy-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kfloppy/kfloppy-18.12.2.ebuild 
b/kde-apps/kfloppy/kfloppy-18.12.2.ebuild
index edde33a1e9c..611e3c2c648 100644
--- a/kde-apps/kfloppy/kfloppy-18.12.2.ebuild
+++ b/kde-apps/kfloppy/kfloppy-18.12.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="
https://utils.kde.org/projects/kfloppy/
 "
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeutils-meta/

2019-03-02 Thread Andreas Sturmlechner
commit: 46c1df9e417111327267efe3fbe5335be76944f4
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 17:08:08 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c1df9e

kde-apps/kdeutils-meta: added ~arm64

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

 kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild 
b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild
index 42e4e28760a..790711b1dea 100644
--- a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild
+++ b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities 
https://utils.kde.org";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="7zip cups floppy lrz rar"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2019-03-02 Thread Andreas Sturmlechner
commit: 22571e95b24e55d71a5ada9dac273f49d9150bcf
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:52:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22571e95

kde-plasma/plasma-sdk: added ~arm64

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

 kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
index a90ef7ddbe9..370965cfc72 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.15.2.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kgamma/

2019-03-02 Thread Andreas Sturmlechner
commit: 96fdea5ffa77f37aef6fc19ee052658df7465cdd
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 19:57:31 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fdea5f

kde-plasma/kgamma: added ~arm64

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

 kde-plasma/kgamma/kgamma-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kgamma/kgamma-5.15.2.ebuild 
b/kde-plasma/kgamma/kgamma-5.15.2.ebuild
index 6e295efedc5..63ac5289c98 100644
--- a/kde-plasma/kgamma/kgamma-5.15.2.ebuild
+++ b/kde-plasma/kgamma/kgamma-5.15.2.ebuild
@@ -8,7 +8,7 @@ KMNAME="${PN}5"
 inherit kde5
 
 DESCRIPTION="Screen gamma values kcontrol module"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kamoso/

2019-03-02 Thread Andreas Sturmlechner
commit: 737f212cae876cdb990a98203f67321527394310
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 16:51:18 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737f212c

kde-apps/kamoso: added ~arm64

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

 kde-apps/kamoso/kamoso-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kamoso/kamoso-18.12.2.ebuild 
b/kde-apps/kamoso/kamoso-18.12.2.ebuild
index e7317cc8065..597fbb02569 100644
--- a/kde-apps/kamoso/kamoso-18.12.2.ebuild
+++ b/kde-apps/kamoso/kamoso-18.12.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Application to take pictures and videos from 
your webcam by KDE"
 HOMEPAGE="https://userbase.kde.org/Kamoso";
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kwave/

2019-03-02 Thread Andreas Sturmlechner
commit: d9ab6f66f9d6fb3220d7b5a678313d49d068f343
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 16:46:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ab6f66

kde-apps/kwave: added ~arm64

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

 kde-apps/kwave/kwave-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kwave/kwave-18.12.2.ebuild 
b/kde-apps/kwave/kwave-18.12.2.ebuild
index 596d1239199..21f30f88901 100644
--- a/kde-apps/kwave/kwave-18.12.2.ebuild
+++ b/kde-apps/kwave/kwave-18.12.2.ebuild
@@ -12,7 +12,7 @@ LICENSE="CC-BY-SA-3.0 CC0-1.0 GPL-2+ LGPL-2+
handbook? ( FDL-1.2 )
opus? ( BSD-2 )
 "
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis"
 
 BDEPEND="



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

2019-03-02 Thread Andreas Sturmlechner
commit: 993ceecb3e5de31d9f5a5217e0657eb20c6efc8c
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:33:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993ceecb

sys-boot/plymouth: added ~arm64

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

 sys-boot/plymouth/plymouth-0.9.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild 
b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
index e8e81bbdf96..a44e91d017d 100644
--- a/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
+++ b/sys-boot/plymouth/plymouth-0.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth";
 else
SRC_URI="${SRC_URI} 
https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 
 inherit autotools readme.gentoo-r1 systemd toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-grub/

2019-03-02 Thread Andreas Sturmlechner
commit: e252e0042a73d09f7cf9ba95dffef0805ecb2af8
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 20:54:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e252e004

kde-plasma/breeze-grub: added ~arm64

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

 kde-plasma/breeze-grub/breeze-grub-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.15.2.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.15.2.ebuild
index dabb7d6ad55..5bd1b8ebfea 100644
--- a/kde-plasma/breeze-grub/breeze-grub-5.15.2.ebuild
+++ b/kde-plasma/breeze-grub/breeze-grub-5.15.2.ebuild
@@ -9,7 +9,7 @@ inherit kde5
 
 DESCRIPTION="Breeze theme for GRUB"
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 src_prepare() { default; }



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

2019-03-02 Thread Andreas Sturmlechner
commit: 6088aae99035ef138aa1118b35fcfab0cf30cfff
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 21:56:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6088aae9

net-vpn/networkmanager-openconnect: added ~arm64

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

 .../networkmanager-openconnect-1.2.4-r1.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.4-r1.ebuild 
b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.4-r1.ebuild
index 8f36b8bad8c..22e99755b27 100644
--- 
a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.4-r1.ebuild
+++ 
b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gtk"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2019-03-02 Thread Andreas Sturmlechner
commit: a14a35885623c4d70070bee68aea1a5e81c61cea
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:55:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14a3588

kde-plasma/plasma-pa: ~arm64

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

 kde-plasma/plasma-pa/plasma-pa-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.15.2.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.15.2.ebuild
index f7facbf7ed5..58e2347df23 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.15.2.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.15.2.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdegraphics-meta/

2019-03-02 Thread Andreas Sturmlechner
commit: fa15ced29cd58a2c1e6419809789c23075b7cf24
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 15:51:20 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa15ced2

kde-apps/kdegraphics-meta: added ~arm64

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

 kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild 
b/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild
index 967a31c31da..3f6c04eb757 100644
--- a/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild
+++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.kde.org/applications/graphics/";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="scanner"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim/

2019-03-02 Thread Andreas Sturmlechner
commit: 29a2539e30184359528bd4afb2af1b7e53820a33
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 20:29:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a2539e

app-i18n/scim: added ~arm64

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

 app-i18n/scim/scim-1.4.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/scim/scim-1.4.18.ebuild b/app-i18n/scim/scim-1.4.18.ebuild
index 922de943bbe..83286500070 100644
--- a/app-i18n/scim/scim-1.4.18.ebuild
+++ b/app-i18n/scim/scim-1.4.18.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/scim-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="doc gtk3"
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdemultimedia-meta/

2019-03-02 Thread Andreas Sturmlechner
commit: 6107cdd441927aa57a41af5b4861fae27081bd83
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 16:52:28 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6107cdd4

kde-apps/kdemultimedia-meta: added ~arm64

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

 kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild 
b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild
index cc98ab9fcaa..b8a733c73c3 100644
--- a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+cdrom +ffmpeg gstreamer"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2019-03-02 Thread Andreas Sturmlechner
commit: 1b750a45eae5890c8befb4df9aad91c562cc2d2f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:27:03 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b750a45

kde-plasma/plasma-nm: added ~arm64

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

 kde-plasma/plasma-nm/plasma-nm-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.15.2.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.15.2.ebuild
index fc11f804643..995f4b6b6b8 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.15.2.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.15.2.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="KDE Plasma applet for NetworkManager"
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-plymouth/

2019-03-02 Thread Andreas Sturmlechner
commit: 30e398d88d0c0a52fed0196152d5b0e6ec8c0dd5
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 22:37:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e398d8

kde-plasma/breeze-plymouth: added ~arm64

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

 kde-plasma/breeze-plymouth/breeze-plymouth-5.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.2.ebuild 
b/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.2.ebuild
index 799cddf5a61..41a505dcab0 100644
--- a/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.2.ebuild
+++ b/kde-plasma/breeze-plymouth/breeze-plymouth-5.15.2.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Breeze theme for Plymouth"
 LICENSE="GPL-2+ GPL-3+"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 BDEPEND="$(add_frameworks_dep extra-cmake-modules)"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/

2019-03-02 Thread Andreas Sturmlechner
commit: c3c4ec50cb7570123247963e683fd885b83544ea
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 20:37:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c4ec50

kde-frameworks/qqc2-desktop-style: added ~arm64

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.55.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.55.0.ebuild 
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.55.0.ebuild
index 744dd4e9250..a2b2911b13f 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.55.0.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.55.0.ebuild
@@ -7,7 +7,7 @@ KDE_QTHELP="false"
 inherit kde5
 
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for 
painting"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/

2019-03-02 Thread Andreas Sturmlechner
commit: 33b57ba24c0bc9cd753ef21463451dd04179b30e
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 15:47:00 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b57ba2

kde-apps/kdecore-meta: added ~arm64

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

 kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
index 6ca6a229728..986a61d26db 100644
--- a/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
+++ b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.kde.org/";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+handbook +webengine webkit"
 
 RDEPEND="



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

2019-03-02 Thread Andreas Sturmlechner
commit: b0647a1c8966d1ec0c96fbcd4f198f8c54d13b3f
Author: Roy Bamford  gentoo  org>
AuthorDate: Sat Mar  2 17:06:56 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 23:28:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0647a1c

app-arch/lrzip: added ~arm64

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

 app-arch/lrzip/lrzip-0.631-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lrzip/lrzip-0.631-r1.ebuild 
b/app-arch/lrzip/lrzip-0.631-r1.ebuild
index 198bfeec9a8..a7f80ad61a5 100644
--- a/app-arch/lrzip/lrzip-0.631-r1.ebuild
+++ b/app-arch/lrzip/lrzip-0.631-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=7
@@ -9,7 +9,7 @@ SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/lzo



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

2019-03-02 Thread William Hubbs
commit: 098740100ba7034cc9d8849e9c6d642dc9e2372e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  2 23:20:40 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  2 23:21:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09874010

dev-util/meson: die if unable to remove qt framework

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

 dev-util/meson/meson-0.49.2.ebuild | 2 +-
 dev-util/meson/meson-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/meson/meson-0.49.2.ebuild 
b/dev-util/meson/meson-0.49.2.ebuild
index 31d9ff7f79e..033c61abb64 100644
--- a/dev-util/meson/meson-0.49.2.ebuild
+++ b/dev-util/meson/meson-0.49.2.ebuild
@@ -46,7 +46,7 @@ src_test() {
# without qtgui in the test suite.
# https://bugs.gentoo.org/show_bug.cgi?id=678664
has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
-   rm -rf "test cases/frameworks/4 qt"
+   rm -r "test cases/frameworks/4 qt" || die
distutils-r1_src_test
 }
 

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 31d9ff7f79e..033c61abb64 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -46,7 +46,7 @@ src_test() {
# without qtgui in the test suite.
# https://bugs.gentoo.org/show_bug.cgi?id=678664
has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
-   rm -rf "test cases/frameworks/4 qt"
+   rm -r "test cases/frameworks/4 qt" || die
distutils-r1_src_test
 }
 



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

2019-03-02 Thread Matt Turner
commit: 886144de68c78b7f7ddd4a97eb1426ebff68bf19
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 22:45:07 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 23:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886144de

dev-python/setuptools-40.6.3: ia64 stable, bug 676562

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

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

diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild 
b/dev-python/setuptools/setuptools-40.6.3.ebuild
index c4782847a9c..534ffa062c1 100644
--- a/dev-python/setuptools/setuptools-40.6.3.ebuild
+++ b/dev-python/setuptools/setuptools-40.6.3.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of extensions to Distutils"



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

2019-03-02 Thread Matt Turner
commit: 36eed94cd527e763a2d3ed552ec04e0a84fec894
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 22:45:09 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 23:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eed94c

dev-python/attrs-18.2.0: ia64 stable, bug 669630

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

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

diff --git a/dev-python/attrs/attrs-18.2.0.ebuild 
b/dev-python/attrs/attrs-18.2.0.ebuild
index 501e922e718..6fb12785e63 100644
--- a/dev-python/attrs/attrs-18.2.0.ebuild
+++ b/dev-python/attrs/attrs-18.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2019-03-02 Thread Matt Turner
commit: df7ef9d6783573ade71f1adfb4143138d31658f7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 22:45:08 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 23:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7ef9d6

virtual/python-futures-1: ia64 stable, bug 676562

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

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

diff --git a/virtual/python-futures/python-futures-1.ebuild 
b/virtual/python-futures/python-futures-1.ebuild
index 690a752fd84..52b851f7767 100644
--- a/virtual/python-futures/python-futures-1.ebuild
+++ b/virtual/python-futures/python-futures-1.ebuild
@@ -9,7 +9,7 @@ inherit python-r1
 
 DESCRIPTION="A virtual for the Python concurrent.futures module"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}



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

2019-03-02 Thread Matt Turner
commit: 9361dfdba059779538c28652fde80ab12d6c8daa
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 22:45:11 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 23:21:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9361dfdb

dev-python/pytest-3.4.2: ia64 stable, bug 669630

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

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

diff --git a/dev-python/pytest/pytest-3.4.2.ebuild 
b/dev-python/pytest/pytest-3.4.2.ebuild
index 906a6a78664..02114693793 100644
--- a/dev-python/pytest/pytest-3.4.2.ebuild
+++ b/dev-python/pytest/pytest-3.4.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 # When bumping, please check setup.py for the proper py version



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

2019-03-02 Thread Matt Turner
commit: 7c3a6701e663378e9b3e654a568a99d035a8bcf8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  2 22:45:10 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  2 23:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3a6701

dev-python/py-1.5.4: ia64 stable, bug 669630

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

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

diff --git a/dev-python/py/py-1.5.4.ebuild b/dev-python/py/py-1.5.4.ebuild
index 947b0c475ad..fbcafbd8de3 100644
--- a/dev-python/py/py-1.5.4.ebuild
+++ b/dev-python/py/py-1.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/

2019-03-02 Thread Mart Raudsepp
commit: 7ad78f8523d53cc17e192b1e674972bd935ecb79
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  2 22:51:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  2 23:12:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad78f85

gnome-base/gvfs: bump to 1.38.1

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

 gnome-base/gvfs/Manifest   |   2 +
 gnome-base/gvfs/gvfs-1.38.1.ebuild | 136 +
 gnome-base/gvfs/metadata.xml   |  11 +--
 3 files changed, 144 insertions(+), 5 deletions(-)

diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
index bc73af668c4..61f9f27a52b 100644
--- a/gnome-base/gvfs/Manifest
+++ b/gnome-base/gvfs/Manifest
@@ -2,3 +2,5 @@ DIST gvfs-1.32.2-patchset.tar.xz 22152 BLAKE2B 
46371e4da9f3259ae1be6e7900aa9c3fa
 DIST gvfs-1.32.2.tar.xz 1820100 BLAKE2B 
a12209f8d1f1350edfc470bb8181d68172580909764899a20b248e5dca673e5904aef0562f3244336dd8eff66cbae926d4fb2eb30125328e15aeb622b481
 SHA512 
2fecb7103917f976528a75d317ddb6c9a71c2787cd1bd442c42a40177b74a026e37c9794117f802ebf608091d446ac58eb80d1a618df619180bb3920a98a9457
 DIST gvfs-1.34.2.1-patchset.tar.xz 2608 BLAKE2B 
1041815fa35e052219df561325bab4a96e9e36c5b3afac70c6bf16f21fe3d72b70edbc59fb9df4b5b266748f6fdeb7358182bffd0eb61572d86c369a57a49bb9
 SHA512 
1baafda67997265ae5ad0facbdaf1d274fb400fffa3059aad40a9239b20c1362bcaa58e3a751dc575b46c5e71f94e245e625e2b12c2f178acff7d3b0dbf7c3c7
 DIST gvfs-1.34.2.1.tar.xz 1822700 BLAKE2B 
2de1e86bf9dfe6567c59c7d1e2032f9e749daef0a1deb27963c0b5122be5925256c02a90dae5371bed9e037137400cca8e3461f415b3bed36de4310757bced62
 SHA512 
ff8d2ebff220e8432584d13640747d54c78c7350c0b8b9ed8544eb311fb4211897fb8473375b246cc1271df507f5ae2dd4edc6d5fd5d2061792377f3f37ebdb1
+DIST gvfs-1.38.1-patchset.tar.xz 37140 BLAKE2B 
72174e97097c7ea05569a6a4f0bc29490572bc0215b12dd83014fb742e777b786d22a7da3a0a8404635c83e3094e8f187f568b6cb480ee5b14f0cdd9e6f10d50
 SHA512 
b14544a0be8d534d32b633cace8dc458dfddcfa2ff6e2076bfd486eda0c5fe3bb9443ddb7b2083a776eab76e93f2266c9d35b45ac0a70a0d31878b284fb3bcd2
+DIST gvfs-1.38.1.tar.xz 1203224 BLAKE2B 
42c239163f5040e30c66598afa91ba995267c746792357b93077a84da760ec1242ce7091cedb991712ccf056e8950e92108142c5c4d1b18976f6756bb6100362
 SHA512 
69b186c9dd2129636109dd46e7b7c34767400266af53fcd701bd1332886ae0be4bb4a72d4543873e7db0dda19f325b384219dff935f749b62cec0a6b36aa3de7

diff --git a/gnome-base/gvfs/gvfs-1.38.1.ebuild 
b/gnome-base/gvfs/gvfs-1.38.1.ebuild
new file mode 100644
index 000..b89255e7cab
--- /dev/null
+++ b/gnome-base/gvfs/gvfs-1.38.1.ebuild
@@ -0,0 +1,136 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Virtual filesystem implementation for GIO"
+HOMEPAGE="https://wiki.gnome.org/Projects/gvfs";
+SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz";
+
+LICENSE="LGPL-2+"
+SLOT="0"
+
+IUSE="afp archive bluray cdda elogind fuse google gnome-keyring 
gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test 
+udev udisks zeroconf"
+# elogind/systemd only relevant to udisks (in v1.38.1)
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   cdda? ( udev )
+   google? ( gnome-online-accounts )
+   gphoto2? ( udev )
+   mtp? ( udev )
+   udisks? ( udev )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-libs/glib-2.57.2:2
+   afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
+   sys-apps/dbus
+   app-crypt/gcr:=
+   policykit? (
+   >=sys-auth/polkit-0.114
+   sys-libs/libcap )
+   http? (
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42.0:2.4 )
+   zeroconf? ( >=net-dns/avahi-0.6 )
+   udev? ( >=virtual/libgudev-147:= )
+   fuse? ( >=sys-fs/fuse-2.8.0:0 )
+   udisks? ( >=sys-fs/udisks-1.97:2 )
+   systemd? ( >=sys-apps/systemd-206:0= )
+   elogind? ( >=sys-auth/elogind-229:0= )
+   ios? (
+   >=app-pda/libimobiledevice-1.2:=
+   >=app-pda/libplist-1:= )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= )
+   gnome-keyring? ( app-crypt/libsecret )
+   bluray? ( media-libs/libbluray:= )
+   mtp? (
+   >=dev-libs/libusb-1.0.21
+   >=media-libs/libmtp-1.1.15 )
+   samba? ( >=net-fs/samba-4[client] )
+   archive? ( app-arch/libarchive:= )
+   cdda? (
+   dev-libs/libcdio:0=
+   >=dev-libs/libcdio-paranoia-0.78.2 )
+   google? ( >=dev-libs/libgdata-0.17.9:=[crypt,gnome-online-accounts] )
+   gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
+   nfs? ( >=net-fs/libnfs-1.9.8 )
+   net-misc/openssh
+"
+DEPEND="${RDEP

[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/

2019-03-02 Thread Mart Raudsepp
commit: 67fc623e47f7ce3ec183c63e5d64b7295d4e3bf4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar  2 22:56:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar  2 23:12:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fc623e

gnome-base/gnome-core-libs: bump to 3.28.2

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

 .../gnome-core-libs/gnome-core-libs-3.28.2.ebuild  | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild
new file mode 100644
index 000..b5704669093
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.28.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+HOMEPAGE="https://www.gnome.org/";
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME 3
+RDEPEND="
+   >=dev-libs/glib-2.56.1:2
+   >=x11-libs/gdk-pixbuf-2.36.12:2
+   >=x11-libs/pango-1.42.1
+   >=x11-libs/gtk+-3.22.30:3[cups?]
+   >=dev-libs/atk-2.29.1
+   >=gnome-base/librsvg-2.40.20
+   >=gnome-base/gnome-desktop-${PV}:3
+   >=x11-libs/startup-notification-0.12
+
+   >=gnome-base/gvfs-1.36.2
+   >=gnome-base/dconf-0.28.0
+
+   >=media-libs/gstreamer-1.14.4:1.0
+   >=media-libs/gst-plugins-base-1.14.4:1.0
+   >=media-libs/gst-plugins-good-1.14.4:1.0
+
+   python? ( >=dev-python/pygobject-3.28.2:3 )
+"
+DEPEND=""
+
+# >=x11-libs/libwnck-3.24.1:3 - not used by core packages anymore
+# librsvg kept back on non-rust version; should move on at some point for 
non-exotic arches.
+
+S="${WORKDIR}"



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

2019-03-02 Thread William Hubbs
commit: 01f3512592d5830c0d1442a4df3043cec905fc02
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  2 23:11:39 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  2 23:11:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f35125

dev-util/meson: sync live

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

 dev-util/meson/meson-.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 6149ebc1ee5..31d9ff7f79e 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -42,12 +42,11 @@ python_prepare_all() {
 }
 
 src_test() {
-   if tc-is-gcc; then
-   # LTO fails for static libs because the bfd plugin in missing.
-   # Remove this workaround after sys-devel/gcc-config-2.0 is 
stable.
-   # https://bugs.gentoo.org/672706
-   tc-getPROG AR gcc-ar >/dev/null
-   fi
+   # This is needed because upstream doesn't support installing qtcore
+   # without qtgui in the test suite.
+   # https://bugs.gentoo.org/show_bug.cgi?id=678664
+   has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
+   rm -rf "test cases/frameworks/4 qt"
distutils-r1_src_test
 }
 



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

2019-03-02 Thread William Hubbs
commit: 444110f1ded243ffe62e98f2fbc23b2423443708
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Mar  2 23:04:02 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Mar  2 23:06:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444110f1

dev-util/meson: fix qt tests

Upstream only supports the qt tests if both qtcore and qtgui are
installed, so if only qtcore is installed, skip the tests.

Closes: https://bugs.gentoo.org/678664
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs  gentoo.org>

 dev-util/meson/meson-0.49.2.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-util/meson/meson-0.49.2.ebuild 
b/dev-util/meson/meson-0.49.2.ebuild
index 6149ebc1ee5..31d9ff7f79e 100644
--- a/dev-util/meson/meson-0.49.2.ebuild
+++ b/dev-util/meson/meson-0.49.2.ebuild
@@ -42,12 +42,11 @@ python_prepare_all() {
 }
 
 src_test() {
-   if tc-is-gcc; then
-   # LTO fails for static libs because the bfd plugin in missing.
-   # Remove this workaround after sys-devel/gcc-config-2.0 is 
stable.
-   # https://bugs.gentoo.org/672706
-   tc-getPROG AR gcc-ar >/dev/null
-   fi
+   # This is needed because upstream doesn't support installing qtcore
+   # without qtgui in the test suite.
+   # https://bugs.gentoo.org/show_bug.cgi?id=678664
+   has_version 'dev-qt/qtcore' && ! has_version 'dev-qt/qtgui' &&
+   rm -rf "test cases/frameworks/4 qt"
distutils-r1_src_test
 }
 



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

2019-03-02 Thread Thomas Deutschmann
commit: 885d5f81e25739a1b088e0d69369d2db992454cc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Mar  2 22:57:21 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Mar  2 22:57:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885d5f81

dev-python/numpy: drop parallel build workaround

Cannot reproduce with >numpy-1.13.3 anymore.

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

 dev-python/numpy/numpy-1.14.5.ebuild | 4 +---
 dev-python/numpy/numpy-1.15.4.ebuild | 2 --
 dev-python/numpy/numpy-.ebuild   | 2 --
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/dev-python/numpy/numpy-1.14.5.ebuild 
b/dev-python/numpy/numpy-1.14.5.ebuild
index dc3d6dfd540..630b5d21ec6 100644
--- a/dev-python/numpy/numpy-1.14.5.ebuild
+++ b/dev-python/numpy/numpy-1.14.5.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
@@ -114,8 +114,6 @@ python_prepare_all() {
 }
 
 python_compile() {
-   export MAKEOPTS=-j1 # bug #660754
-
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
distutils-r1_python_compile \

diff --git a/dev-python/numpy/numpy-1.15.4.ebuild 
b/dev-python/numpy/numpy-1.15.4.ebuild
index f25c715339b..321b3a2e672 100644
--- a/dev-python/numpy/numpy-1.15.4.ebuild
+++ b/dev-python/numpy/numpy-1.15.4.ebuild
@@ -109,8 +109,6 @@ python_prepare_all() {
 }
 
 python_compile() {
-   export MAKEOPTS=-j1 # bug #660754
-
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
distutils-r1_python_compile \

diff --git a/dev-python/numpy/numpy-.ebuild 
b/dev-python/numpy/numpy-.ebuild
index b2a2c5ad27e..baa28ab5889 100644
--- a/dev-python/numpy/numpy-.ebuild
+++ b/dev-python/numpy/numpy-.ebuild
@@ -104,8 +104,6 @@ python_prepare_all() {
 }
 
 python_compile() {
-   export MAKEOPTS=-j1 # bug #660754
-
distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
 }
 



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

2019-03-02 Thread Sergei Trofimovich
commit: a5b3543d44f04c1e560ea622efa883f0196eee69
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar  2 21:59:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar  2 22:27:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b3543d

toolchain.eclass: add support for EAPI=6

This is s small incremental change over EAPI=5.
For example epatch() is still heavily used, we'll sort
it out for EAPI=7.

Signed-off-by: Sergei Trofimovich  gentoo.org>

 eclass/toolchain.eclass | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 68cf63887f2..be94db869d5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Maintainer: Toolchain Ninjas 
-# @SUPPORTED_EAPIS: 5
+# @SUPPORTED_EAPIS: 5 6
 
 DESCRIPTION="The GNU Compiler Collection"
 HOMEPAGE="https://gcc.gnu.org/";
@@ -26,7 +26,7 @@ FEATURES=${FEATURES/multilib-strict/}
 
 case ${EAPI:-0} in
0|1|2|3|4*) die "Need to upgrade to at least EAPI=5" ;;
-   5*) inherit eapi7-ver ;;
+   5*|6) inherit eapi7-ver ;;
*) die "I don't speak EAPI ${EAPI}." ;;
 esac
 EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare src_configure \
@@ -535,7 +535,12 @@ toolchain_src_prepare() {
do_gcc_HTB_patches
do_gcc_PIE_patches
do_gcc_CYGWINPORTS_patches
-   epatch_user
+
+   case ${EAPI:-0} in
+   5*) epatch_user;;
+   6) eapply_user ;;
+   *) die "Update toolchain_src_prepare() for ${EAPI}." ;;
+   esac
 
if ( tc_version_is_at_least 4.8.2 || use_if_iuse hardened ) && ! use 
vanilla ; then
make_gcc_hard



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

2019-03-02 Thread Nick Sarnie
commit: 893ceb28f6b846ee2eb030d24ff4e40d83e47814
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Mar  2 22:12:13 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  2 22:12:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893ceb28

dev-util/spirv-tools: Fix dependency

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

 dev-util/spirv-tools/spirv-tools-2019.1.ebuild | 2 +-
 dev-util/spirv-tools/spirv-tools-.ebuild   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2019.1.ebuild 
b/dev-util/spirv-tools/spirv-tools-2019.1.ebuild
index bbe6b80e4af..d59ad889f8b 100644
--- a/dev-util/spirv-tools/spirv-tools-2019.1.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2019.1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND=""
-DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
+DEPEND=">=dev-util/spirv-headers-1.3.4_pre20190302"
 EGIT_COMMIT="2297d4a3dfcbfd2a8b4312fab055ae26e3289fd3"
 S="${WORKDIR}/SPIRV-Tools-${PV}"
 

diff --git a/dev-util/spirv-tools/spirv-tools-.ebuild 
b/dev-util/spirv-tools/spirv-tools-.ebuild
index 20c4b28437a..1df290d2083 100644
--- a/dev-util/spirv-tools/spirv-tools-.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-.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
@@ -17,7 +17,7 @@ SLOT="0"
 RESTRICT="test"
 
 RDEPEND=""
-DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
+DEPEND=">=dev-util/spirv-headers-1.3.4_pre20190302"
 
 multilib_src_configure() {
local mycmakeargs=(



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

2019-03-02 Thread Nick Sarnie
commit: cd7a1d13ca0f70d07ed2f4fdb9f11dbb0adc636e
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Mar  2 22:09:36 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  2 22:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7a1d13

media-libs/vulkan-layers: Fix dependency

Fixes: https://bugs.gentoo.org/679270
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.1.101.ebuild | 2 +-
 media-libs/vulkan-layers/vulkan-layers-.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.1.101.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.1.101.ebuild
index ff5bd36f59d..9ac4ea00384 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.1.101.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.1.101.ebuild
@@ -26,7 +26,7 @@ IUSE="X wayland"
 
 DEPEND="${PYTHON_DEPS}
>=dev-util/glslang-7.10.2984:=[${MULTILIB_USEDEP}]
-   >=dev-util/spirv-tools-2018.5:=[${MULTILIB_USEDEP}]
+   >=dev-util/spirv-tools-2019.1:=[${MULTILIB_USEDEP}]
>=dev-util/vulkan-headers-1.1.101
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-.ebuild
index 0797840f189..f11a1d33e59 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-.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
@@ -26,7 +26,7 @@ IUSE="X wayland"
 
 DEPEND="${PYTHON_DEPS}
>=dev-util/glslang-7.10.2984:=[${MULTILIB_USEDEP}]
-   >=dev-util/spirv-tools-2018.2-r1:=[${MULTILIB_USEDEP}]
+   >=dev-util/spirv-tools-2019.1:=[${MULTILIB_USEDEP}]
>=dev-util/vulkan-headers-1.1.92.0
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (



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

2019-03-02 Thread Nick Sarnie
commit: f3f970826e37de6392454a7f810209501bd9af04
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Mar  2 22:02:47 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  2 22:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f97082

dev-util/spirv-headers: Update snapshot

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

 dev-util/spirv-headers/Manifest |  1 +
 .../spirv-headers-1.3.4_pre20190302.ebuild  | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/spirv-headers/Manifest b/dev-util/spirv-headers/Manifest
index a4a03bfab7e..d0fe1f0a491 100644
--- a/dev-util/spirv-headers/Manifest
+++ b/dev-util/spirv-headers/Manifest
@@ -1,3 +1,4 @@
 DIST spirv-headers-1.3.1_pre20180710.tar.gz 281382 BLAKE2B 
9e38c7779af97cae27c595f816d1e1cc99eb29e086dd4b6cb76cb4696f73f1e05f92f022b77639f5a80f517df75996fdbd10d7bb11cc6eccad8144a7b8b776d5
 SHA512 
5f0c174ea07dccefdd10242f5122e10b11f8975d2fb36f77975497050b10841fcb4a7f19d90c9ef5853a81dabc8d93b91621d07175a1cf3ab8ba7f6c16fe51fe
 DIST spirv-headers-1.3.4_pre20180917.tar.gz 283733 BLAKE2B 
6bf0f5c00ae827f8a4b560dcbbe4c42d810cebefe0beecd3e7a022dc1f04bc2ed77f03ec2c0d0e6bf141ab1e4f058362f307c672cf92d83a8d1ceac2a200e659
 SHA512 
1fab471d07c9e85e75a3de08dccdd4ff7296ffd2cb265cb6cf7038e654c9d2afd8a2ee923eacfd2c47e02c5b139ab49271e489ce1b94f719b063be8910274598
+DIST spirv-headers-1.3.4_pre20190302.tar.gz 333676 BLAKE2B 
7ac46ed9d369164d187564e12438001ebc77c912385b4ef8a5de4ff26942f27ce88486f980b69111e804c6aad5a7f4724913833f0dfd6246bf070dc5023df7df
 SHA512 
d1e6ce59764ad03228cc12fedb1e16fca8c3ab5827882e1f3dec9c3d735125dddbd06fa4955ac3358bec2de8211164511e2d16205f175484e070b2bd87262c51
 DIST spirv-headers-1.3.tar.gz 279415 BLAKE2B 
77e36c02d072daa3aff7eceda53a5d6cd060564f494986a9a99c52d80605e67c6f8ba2968d656b955f188da2c0bea18b11c834d11ed334f5c33eb14b4e9c
 SHA512 
c612c4fcffefc3a277a9713712150c7e6b696eb676737b4968809784ef32c004820d9abd22389082203fc0853a87f920754b7c9b6b43d85131e750d09e267036

diff --git a/dev-util/spirv-headers/spirv-headers-1.3.4_pre20190302.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.3.4_pre20190302.ebuild
new file mode 100644
index 000..d87068f988d
--- /dev/null
+++ b/dev-util/spirv-headers/spirv-headers-1.3.4_pre20190302.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Machine-readable files for the SPIR-V Registry"
+HOMEPAGE="https://www.khronos.org/registry/spir-v/";
+EGIT_COMMIT="d3752ea20886d2fceb6cecda3c2b146a8f22d214"
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2019-03-02 Thread Nick Sarnie
commit: 135704a8afca153fbfffb6cdf6374aa7d90fc651
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Mar  2 21:57:30 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Mar  2 22:10:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135704a8

dev-util/spirv-tools: Bump to v2019.1

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

 dev-util/spirv-tools/Manifest  |  1 +
 dev-util/spirv-tools/spirv-tools-2019.1.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-util/spirv-tools/Manifest b/dev-util/spirv-tools/Manifest
index eafd1165d40..1c3cbefec4f 100644
--- a/dev-util/spirv-tools/Manifest
+++ b/dev-util/spirv-tools/Manifest
@@ -1,2 +1,3 @@
 DIST spirv-tools-2018.4.tar.gz 1327904 BLAKE2B 
1ed01edf0dd5e8c3ac0d1a866d27f2e2ef377e9c082579291f8e755592ff3ea4f44a597e3e7694977500b9434889b0f741e03d566e777bb0f9af5e2e59374d61
 SHA512 
6b982efb30529e7f7776d7702f563bb4f874b9be3a7b0d838d77a15813f4177da99c152f40f11854fc3d60791ecf4026e006ff25a216bb44194dfd921c50920d
 DIST spirv-tools-2018.5.tar.gz 1354299 BLAKE2B 
a2f74ac52cbcb3881009274c41cf8be48ae91d2d62d9e687d28719e65bb7cd5c0a5104a967e995fc5da066c1e6a278df4bf285fa9bf617660072bd0ee535b9bb
 SHA512 
068a39e15111f24ad2a6b27e7ada786b3124b239aa8b13e187a4d512044db57a8e6a0fccadd0451155e1f57c96c8dec91a2338996c59fc883007cf7be07f2cad
+DIST spirv-tools-2019.1.tar.gz 1493682 BLAKE2B 
823b6435fd59a732075073bcecfbfa3081248a2fff21a1375502b812b30a1f988bb32afc41d2f6a6244b4bf37aa9fee2fab710f2cf6d051170e3622d8adf632f
 SHA512 
c528046e1495d58ff0aca773b3b8fa091f943414853cf0344d8e690d868e0df5b1aa66bddbab245c5e52cc2fbaf0a2032a3be518fb8ada7f89b8023fa89776b4

diff --git a/dev-util/spirv-tools/spirv-tools-2019.1.ebuild 
b/dev-util/spirv-tools/spirv-tools-2019.1.ebuild
new file mode 100644
index 000..bbe6b80e4af
--- /dev/null
+++ b/dev-util/spirv-tools/spirv-tools-2019.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib cmake-utils
+
+DESCRIPTION="Provides an API and commands for processing SPIR-V modules"
+HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools";
+SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Tests fail upon finding symbols that do not match a regular expression
+# in the generated library. Easily hit with non-standard compiler flags
+RESTRICT="test"
+
+RDEPEND=""
+DEPEND=">=dev-util/spirv-headers-1.3.4_pre20180917"
+EGIT_COMMIT="2297d4a3dfcbfd2a8b4312fab055ae26e3289fd3"
+S="${WORKDIR}/SPIRV-Tools-${PV}"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   "-DSPIRV-Headers_SOURCE_DIR=/usr/"
+   "-DSPIRV_WERROR=OFF"
+   )
+
+   cmake-utils_src_configure
+}
+
+multilib_src_install() {
+   cmake-utils_src_install
+   echo "${EGIT_COMMIT}" > "${PN}-commit.h" || die
+   insinto /usr/include/"${PN}"
+   doins  "${PN}-commit.h"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jvyamlb/

2019-03-02 Thread Patrice Clement
commit: f961b748bb7b39f5148c92d281bd5e335a487711
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar  2 22:02:38 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar  2 22:08:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f961b748

dev-java/jvyamlb: clean up old.

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

 dev-java/jvyamlb/Manifest |  1 -
 dev-java/jvyamlb/jvyamlb-0.2.5.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-java/jvyamlb/Manifest b/dev-java/jvyamlb/Manifest
index 449611139fd..83024eaa411 100644
--- a/dev-java/jvyamlb/Manifest
+++ b/dev-java/jvyamlb/Manifest
@@ -1,2 +1 @@
 DIST jvyamlb-0.2.5.tar.gz 526052 BLAKE2B 
8b55748eb4e9b03b1e5ca78fd41145456d1329a3edb0a7d02c6b5e37a15c4a25e93cae9337ee9aeedb6611ee87ba09157e00ef4a55ed4a8202f8282e287b56dc
 SHA512 
28d707255ca7447ad00f29bf1215e28fa485557e76795c47cbf309a5b1b97ba4c901ddc7b1507d06301b4f544bfc437c4926f457516832f953aff6b29b01b711
-DIST jvyamlb-src-0.2.5.tar.gz 1767828 BLAKE2B 
d87a31ce4cbba1ad039afaa067b0430d488abe5ed82fa53a14b4971c236e6ed77bcc652bdca4e9ff2d465d9468927f1dd5113bb44c63abba80caf50b272c60d1
 SHA512 
1e853ff957b888d706a4d264aac4573cf4aced02604e2679d5871f3a92c016136a7fb73adf5d5c0be0cea9f28b4bc6faf11abc0334fe2f96a251a7d9cc228711

diff --git a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild 
b/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild
deleted file mode 100644
index 89d7ee44b2d..000
--- a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-JAVA_PKG_IUSE="source test"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JvYAMLb, YAML processor extracted from JRuby"
-HOMEPAGE="https://github.com/olabini/jvyamlb";
-SRC_URI="https://jvyamlb.googlecode.com/files/jvyamlb-src-${PV}.tar.gz";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-CDEPEND="dev-java/bytelist:0
-   dev-java/jcodings:0
-   dev-java/joda-time:0"
-
-RDEPEND=">=virtual/jre-1.4
-   ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.4
-   test? ( dev-java/ant-junit )
-   ${CDEPEND}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="bytelist jcodings joda-time"
-
-java_prepare() {
-   rm -fv lib/*.jar || die
-
-   # Don't do tests unnecessarily.
-   sed -i 's:depends="test":depends="compile":' build.xml
-}
-
-src_install() {
-   java-pkg_newjar lib/${P}.jar
-   use source && java-pkg_dosrc src/*
-   dodoc CREDITS README || die
-}
-
-src_test() {
-   ANT_TASKS="ant-junit" eant test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/jvyamlb/

2019-03-02 Thread Patrice Clement
commit: db802bc4e5c2880f9b9f65cb4fe69a875d718259
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Mar  2 22:02:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Mar  2 22:08:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db802bc4

dev-java/jvyamlb: EAPI 6 bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --force

 dev-java/jvyamlb/Manifest|  1 +
 dev-java/jvyamlb/jvyamlb-0.2.5-r1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-java/jvyamlb/Manifest b/dev-java/jvyamlb/Manifest
index a2e5f3283d0..449611139fd 100644
--- a/dev-java/jvyamlb/Manifest
+++ b/dev-java/jvyamlb/Manifest
@@ -1 +1,2 @@
+DIST jvyamlb-0.2.5.tar.gz 526052 BLAKE2B 
8b55748eb4e9b03b1e5ca78fd41145456d1329a3edb0a7d02c6b5e37a15c4a25e93cae9337ee9aeedb6611ee87ba09157e00ef4a55ed4a8202f8282e287b56dc
 SHA512 
28d707255ca7447ad00f29bf1215e28fa485557e76795c47cbf309a5b1b97ba4c901ddc7b1507d06301b4f544bfc437c4926f457516832f953aff6b29b01b711
 DIST jvyamlb-src-0.2.5.tar.gz 1767828 BLAKE2B 
d87a31ce4cbba1ad039afaa067b0430d488abe5ed82fa53a14b4971c236e6ed77bcc652bdca4e9ff2d465d9468927f1dd5113bb44c63abba80caf50b272c60d1
 SHA512 
1e853ff957b888d706a4d264aac4573cf4aced02604e2679d5871f3a92c016136a7fb73adf5d5c0be0cea9f28b4bc6faf11abc0334fe2f96a251a7d9cc228711

diff --git a/dev-java/jvyamlb/jvyamlb-0.2.5-r1.ebuild 
b/dev-java/jvyamlb/jvyamlb-0.2.5-r1.ebuild
new file mode 100644
index 000..9a0b11e6951
--- /dev/null
+++ b/dev-java/jvyamlb/jvyamlb-0.2.5-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+JAVA_PKG_IUSE="source test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="JvYAMLb, YAML processor extracted from JRuby"
+HOMEPAGE="https://github.com/olabini/jvyamlb";
+SRC_URI="https://github.com/olabini/jvyamlb/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+CDEPEND="
+   dev-java/bytelist:0
+   dev-java/jcodings:0
+   dev-java/joda-time:0"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.4
+   test? ( dev-java/ant-junit )"
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+EANT_GENTOO_CLASSPATH="bytelist jcodings joda-time"
+
+DOCS=( CREDITS README )
+
+src_prepare() {
+   default
+
+   java-pkg_clean
+
+   sed -i 's:depends="test":depends="compile":' build.xml || die
+}
+
+src_install() {
+   einstalldocs
+   java-pkg_newjar lib/${P}.jar
+   use source && java-pkg_dosrc src/*
+}
+
+src_test() {
+   ANT_TASKS="ant-junit" eant test
+}



  1   2   3   4   >