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

2019-09-18 Thread Alfredo Tupone
commit: cea1a6b71819800630abacd686497056e8b25c56
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Sep 18 07:07:58 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 18 07:08:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea1a6b7

ada.eclass: add export of GNATBIND GNATLS GNATMAKE

Signed-off-by: Alfredo Tupone  gentoo.org>

 eclass/ada.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index 763ce92056e..dad3d9acce8 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -411,7 +411,7 @@ ada_setup() {
if [[ ${#_ADA_SUPPORTED_IMPLS[@]} -eq 1 ]]; then
if use "ada_target_${_ADA_SUPPORTED_IMPLS[0]}"; then
# Only one supported implementation, enable it 
explicitly
-   ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV GNAT
+   ada_export "${_ADA_SUPPORTED_IMPLS[0]}" EADA GCC_PV 
GNAT GNATBIND GNATLS GNATMAKE
ada_wrapper_setup
fi
else
@@ -427,7 +427,7 @@ ada_setup() {
die "More than one implementation in 
ADA_TARGET."
fi
 
-   ada_export "${impl}" EADA GCC_PV GNAT
+   ada_export "${impl}" EADA GCC_PV GNAT GNATBIND 
GNATLS GNATMAKE
ada_wrapper_setup
fi
done



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

2019-09-18 Thread Alfredo Tupone
commit: b87a69f76e66d70d65caec0764699fc6966ce2ff
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Sep 18 07:11:43 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 18 07:11:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87a69f7

dev-ada/gnat_util: use gnatmake wrapper to build

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

 dev-ada/gnat_util/gnat_util-2017-r2.ebuild | 2 +-
 dev-ada/gnat_util/gnat_util-2018-r2.ebuild | 2 +-
 dev-ada/gnat_util/gnat_util-2019-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild 
b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
index 21237961a5b..14bd222fea4 100644
--- a/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2017-r2.ebuild
@@ -29,7 +29,7 @@ S="${WORKDIR}"/${MYP}-src
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
-   emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+   emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static

diff --git a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild 
b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
index 227d6a882a6..5183ca27da9 100644
--- a/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2018-r2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-src
 PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
 
 src_compile() {
-   emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+   emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static

diff --git a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild 
b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
index 7a63a8b83b1..24096b6b28e 100644
--- a/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
+++ b/dev-ada/gnat_util/gnat_util-2019-r1.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}"/${MYP}-194CA-src
 PATCHES=( "${FILESDIR}"/${PN}-2017-gentoo.patch )
 
 src_compile() {
-   emake GNATMAKE="${GNATMAKE} ${ADAFLAGS}" \
+   emake GNATMAKE="gnatmake ${ADAFLAGS}" \
BUILDER="gprbuild -j$(makeopts_jobs)" generate_sources
if use static-libs; then
emake BUILDER="gprbuild -v -j$(makeopts_jobs)" build-static



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

2019-09-18 Thread Alfredo Tupone
commit: 05984f2ae53b603fb1bbeb086e30342f6fa5e517
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Sep 18 07:14:48 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 18 07:14:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05984f2a

dev-ada/gps-bin: fix symbolic link to gnat executable

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

 dev-ada/gps-bin/gps-bin-2016-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild 
b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
index 2ce82f7eeb6..e6a61befb17 100644
--- a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
+++ b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
@@ -55,8 +55,8 @@ src_install() {
insinto /opt/${P}/lib/
doins -r lib/python2.7
dosym ../../../usr/bin/gnatinspect /opt/${P}/bin/gnatinspect
-   dosym ../../../usr/bin/${GNATLS} /opt/${P}/bin/gnatls
-   dosym ../../../usr/bin/${GNATMAKE} /opt/${P}/bin/gnatmake
-   dosym ../../../usr/bin/${GNAT} /opt/${P}/bin/gnat
+   dosym ${GNATLS} /opt/${P}/bin/gnatls
+   dosym ${GNATMAKE} /opt/${P}/bin/gnatmake
+   dosym ${GNAT} /opt/${P}/bin/gnat
dosym ../../opt/${P}/bin/gps_exe /usr/bin/gps
 }



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

2019-09-18 Thread Manuel Rüger
commit: 4bcc51af8873db6cbdc9866e1aede2c148de4a9a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 18 07:23:59 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 18 07:23:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bcc51af

dev-db/etcd: Version bump to 3.4.1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 dev-db/etcd/Manifest  |  1 +
 dev-db/etcd/etcd-3.4.1.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 6474be05bd3..30e5e2ea967 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,2 +1,3 @@
 DIST etcd-3.3.15.tar.gz 6271373 BLAKE2B 
85786a2a4acaf144f80461a56775b8c91164e8f0c0034ef0741d98383ac400720ca69b855588a076dc174364330c0e12df73a36570983138e33a32cdbe69e22f
 SHA512 
9fbc02c4aacb000335d558e9c5d4df672194d1b1b8511918efa35a6123bcd7f1a06ecc527f7ff01af7c7f0e818b4809918e640fd596ec51898bf511849f0a2c5
 DIST etcd-3.4.0.tar.gz 8931860 BLAKE2B 
abeb78866b751a3a124f1aaba2b6709402a51d0c5f36a45c8386816e4059172206c7e3420865209a53cecf7452a8c8b510a6fd50b5c7a9fefaac577e5d3c4413
 SHA512 
8e130cc76a2284c98bb72e3832e10e25e45c6fbaa5da7c6a7a2dd14a069d4fea7659b13c1450b87b869e5936bdad47606d0c65292febb7257369531ff2658674
+DIST etcd-3.4.1.tar.gz 8931994 BLAKE2B 
4cfb8a87082be3323b9adb4290c91c4419b8c8d9b343196af07424f126afda4e702da7fed578d8fcd04d1c2c2e34524fb341734afc9c41d5e43ba103c865b262
 SHA512 
c5c0cd25ae12e02c162490d46ab726b4a1ab5a027435a884cf61b995d5dc290d58534ec271ed41efd7dd3a30b0bd040f74081d943e32928cce16e56484e3bfc5

diff --git a/dev-db/etcd/etcd-3.4.1.ebuild b/dev-db/etcd/etcd-3.4.1.ebuild
new file mode 100644
index 000..3dd3f34684e
--- /dev/null
+++ b/dev-db/etcd/etcd-3.4.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user systemd golang-vcs-snapshot
+
+KEYWORDS="~amd64"
+EGO_PN="go.etcd.io/etcd"
+GIT_COMMIT="a14579f"
+MY_PV="${PV/_rc/-rc.}"
+DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
+HOMEPAGE="https://github.com/etcd-io/etcd";
+SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc +server"
+DEPEND=">=dev-lang/go-1.12:="
+RDEPEND="!dev-db/etcdctl"
+
+src_prepare() {
+   default
+   sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\
+   -i "${S}"/src/${EGO_PN}/build || die
+   sed -e 's:\(for p in \)shellcheck :\1 :' \
+   -e 's:^ gofmt \\$:\\:' \
+   -e 's:^ govet \\$:\\:' \
+   -i "${S}"/src/${EGO_PN}/test || die
+   # missing ... in args forwarded to print-like function
+   sed -e 's:l\.Logger\.Panic(v):l.Logger.Panic(v...):' \
+   -i "${S}"/src/${EGO_PN}/raft/logger.go || die
+
+   # Avoid network-sandbox violations since go-1.13
+   rm src/${EGO_PN}/go.mod || die
+}
+
+pkg_setup() {
+   if use server; then
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   fi
+}
+
+src_compile() {
+   export -n GOCACHE XDG_CACHE_HOME #651934
+   export GOPATH=${S}
+   pushd src/${EGO_PN} || die
+   GO_BUILD_FLAGS=-v ./build || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin bin/etcdctl
+   use doc && dodoc -r Documentation
+   if use server; then
+   insinto /etc/${PN}
+   doins "${FILESDIR}/${PN}.conf"
+   dobin bin/etcd
+   dodoc README.md
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" 
${PN}.conf
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   keepdir /var/lib/${PN}
+   fowners ${PN}:${PN} /var/lib/${PN}
+   fperms 0700 /var/lib/${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+   fperms 755 /var/log/${PN}
+   fi
+   popd || die
+}
+
+src_test() {
+   pushd src/${EGO_PN} || die
+   GO111MODULES=off ./test || die
+   popd || die
+}



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

2019-09-18 Thread Manuel Rüger
commit: d5b56a49a16d01d56d05b204ef61f894fd315024
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 18 07:23:17 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 18 07:23:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b56a49

net-misc/kafkacat: Version bump to 1.5.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 net-misc/kafkacat/Manifest  |  1 +
 net-misc/kafkacat/kafkacat-1.5.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/net-misc/kafkacat/Manifest b/net-misc/kafkacat/Manifest
index 1e945563b81..9e0de27fdc2 100644
--- a/net-misc/kafkacat/Manifest
+++ b/net-misc/kafkacat/Manifest
@@ -1 +1,2 @@
 DIST kafkacat-1.3.1.tar.gz 52117 BLAKE2B 
feeecc7346f70b0193e3217e2aa4e1bc65fce8ddf03b24ec63d3513a586189e05774cbc1a45525bca4a82a828a82e7d3c1358559f2cbc7340466dd47a35d2b87
 SHA512 
98e51c7ad4a3bb1eda8587af5e4d9ce164d26a9511470799a8379e89d2462397eb51e80ccde6a5c9240b99b014f7ca2c6d494a576de3e0be65df744ebc56d758
+DIST kafkacat-1.5.0.tar.gz 124682 BLAKE2B 
392689ded1cd07268bba572273b2b18dbac0d0f4c2daf87c0a4c5fbbff2568df7ec5ca7b64aed34caa851b5e9b8629e246f9d19087496a882b8b55b2e2138f78
 SHA512 
57f75b26ef32df244043fa9fc17dc2d6fd93daeea4bc389aa78356ea6e45dea780ff9c3462ed27d2a7798560a21eef04f098bf7766c7305bcee4573f557651ad

diff --git a/net-misc/kafkacat/kafkacat-1.5.0.ebuild 
b/net-misc/kafkacat/kafkacat-1.5.0.ebuild
new file mode 100644
index 000..911a01bcf83
--- /dev/null
+++ b/net-misc/kafkacat/kafkacat-1.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Generic command line non-JVM Apache Kafka producer and consumer"
+HOMEPAGE="https://github.com/edenhill/kafkacat";
+SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+json"
+
+DEPEND=">=dev-libs/librdkafka-0.9.4
+   json? ( dev-libs/yajl )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   econf $(use_enable json) --cc=$(tc-getCC)
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2019-09-18 Thread Manuel Rüger
commit: 9e054e34716e8bd8247b45c13919b662deeb2b12
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Sep 18 07:24:46 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Sep 18 07:24:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e054e34

dev-db/etcd: Remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger  gentoo.org>

 dev-db/etcd/Manifest  |  1 -
 dev-db/etcd/etcd-3.4.0.ebuild | 81 ---
 2 files changed, 82 deletions(-)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index 30e5e2ea967..b2c7da66481 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,3 +1,2 @@
 DIST etcd-3.3.15.tar.gz 6271373 BLAKE2B 
85786a2a4acaf144f80461a56775b8c91164e8f0c0034ef0741d98383ac400720ca69b855588a076dc174364330c0e12df73a36570983138e33a32cdbe69e22f
 SHA512 
9fbc02c4aacb000335d558e9c5d4df672194d1b1b8511918efa35a6123bcd7f1a06ecc527f7ff01af7c7f0e818b4809918e640fd596ec51898bf511849f0a2c5
-DIST etcd-3.4.0.tar.gz 8931860 BLAKE2B 
abeb78866b751a3a124f1aaba2b6709402a51d0c5f36a45c8386816e4059172206c7e3420865209a53cecf7452a8c8b510a6fd50b5c7a9fefaac577e5d3c4413
 SHA512 
8e130cc76a2284c98bb72e3832e10e25e45c6fbaa5da7c6a7a2dd14a069d4fea7659b13c1450b87b869e5936bdad47606d0c65292febb7257369531ff2658674
 DIST etcd-3.4.1.tar.gz 8931994 BLAKE2B 
4cfb8a87082be3323b9adb4290c91c4419b8c8d9b343196af07424f126afda4e702da7fed578d8fcd04d1c2c2e34524fb341734afc9c41d5e43ba103c865b262
 SHA512 
c5c0cd25ae12e02c162490d46ab726b4a1ab5a027435a884cf61b995d5dc290d58534ec271ed41efd7dd3a30b0bd040f74081d943e32928cce16e56484e3bfc5

diff --git a/dev-db/etcd/etcd-3.4.0.ebuild b/dev-db/etcd/etcd-3.4.0.ebuild
deleted file mode 100644
index 97d43f62eaf..000
--- a/dev-db/etcd/etcd-3.4.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user systemd golang-vcs-snapshot
-
-KEYWORDS="~amd64"
-EGO_PN="go.etcd.io/etcd"
-GIT_COMMIT="898bd13"
-MY_PV="${PV/_rc/-rc.}"
-DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
-HOMEPAGE="https://github.com/etcd-io/etcd";
-SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc +server"
-DEPEND=">=dev-lang/go-1.12:="
-RDEPEND="!dev-db/etcdctl"
-
-src_prepare() {
-   default
-   sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\
-   -i "${S}"/src/${EGO_PN}/build || die
-   sed -e 's:\(for p in \)shellcheck :\1 :' \
-   -e 's:^ gofmt \\$:\\:' \
-   -e 's:^ govet \\$:\\:' \
-   -i "${S}"/src/${EGO_PN}/test || die
-   # missing ... in args forwarded to print-like function
-   sed -e 's:l\.Logger\.Panic(v):l.Logger.Panic(v...):' \
-   -i "${S}"/src/${EGO_PN}/raft/logger.go || die
-
-   # Avoid network-sandbox violations since go-1.13
-   rm src/${EGO_PN}/go.mod || die
-}
-
-pkg_setup() {
-   if use server; then
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
-   fi
-}
-
-src_compile() {
-   export -n GOCACHE XDG_CACHE_HOME #651934
-   export GOPATH=${S}
-   pushd src/${EGO_PN} || die
-   GO_BUILD_FLAGS=-v ./build || die
-   popd || die
-}
-
-src_install() {
-   pushd src/${EGO_PN} || die
-   dobin bin/etcdctl
-   use doc && dodoc -r Documentation
-   if use server; then
-   insinto /etc/${PN}
-   doins "${FILESDIR}/${PN}.conf"
-   dobin bin/etcd
-   dodoc README.md
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles.d.conf" 
${PN}.conf
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-   keepdir /var/lib/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN}
-   fperms 0700 /var/lib/${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-   fperms 755 /var/log/${PN}
-   fi
-   popd || die
-}
-
-src_test() {
-   pushd src/${EGO_PN} || die
-   GO111MODULES=off ./test || die
-   popd || die
-}



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

2019-09-18 Thread Fabian Groffen
commit: f6fcd67858690eca97c148d179625655d94f32f7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Sep 18 08:30:43 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Sep 18 08:31:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fcd678

net-analyzer/nmap: drop *-solaris, bug #396353

Closes: https://bugs.gentoo.org/396353
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 net-analyzer/nmap/nmap-7.70.ebuild | 2 +-
 net-analyzer/nmap/nmap-7.80.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nmap/nmap-7.70.ebuild 
b/net-analyzer/nmap/nmap-7.70.ebuild
index e9bc260c7a9..2158e6bff70 100644
--- a/net-analyzer/nmap/nmap-7.70.ebuild
+++ b/net-analyzer/nmap/nmap-7.70.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 IUSE="
ipv6 libressl libssh2 ncat ndiff nls nmap-update nping +nse ssl 
system-lua

diff --git a/net-analyzer/nmap/nmap-7.80.ebuild 
b/net-analyzer/nmap/nmap-7.80.ebuild
index b3ddc62aa35..0c3f096077e 100644
--- a/net-analyzer/nmap/nmap-7.80.ebuild
+++ b/net-analyzer/nmap/nmap-7.80.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
https://nmap.org/dist/${MY_P}.tar.bz2
https://dev.gentoo.org/~jer/nmap-logo-64.png
 "
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-09-18 Thread Jeroen Roovers
commit: 42b29ef07006b6ee16f65eb76adc68530760b49c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 08:01:54 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 08:58:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b29ef0

net-analyzer/wireshark: Old

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

 net-analyzer/wireshark/Manifest   |   1 -
 net-analyzer/wireshark/wireshark-3.0.1.ebuild | 246 --
 2 files changed, 247 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 604f21503cb..e1e08d420c3 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,4 +1,3 @@
-DIST wireshark-3.0.1.tar.xz 30903792 BLAKE2B 
583052691cc20e97511f2407a64fbdffae91c09275429c9c9a60dbafcfc91ce79270f09710e8fba7db053565f1afc9786caf22ef21e700dd0f97c2f38b139e31
 SHA512 
59c3f36e4e7a1a7ea8f926dbf8ca495f83346396e1df5edf6a1bb34823c84308f52a1b6d46be9675d3af9ce8718da4a574f63a4fb210d8fc52131f4534d8670d
 DIST wireshark-3.0.3.tar.xz 30923980 BLAKE2B 
05f29f55061d0bed9be284e145d260fca5e0051893c044b1389e1389f2c9865c7ec4c548ea040c6bd853d4fe1c482c5c86fdb23aa79d588ad34b91ed1901bcf0
 SHA512 
78d4aa68e47a72b641cb2a694028de743c195a41c42fb58f510402581a213c1239f63cad1f9163b13d64608fcedf64c7367a4888021b80613cb7e9a6ddbf8750
 DIST wireshark-3.0.4.tar.xz 30938336 BLAKE2B 
ab97cbfda4e326787639debb67f0d0b8509572fb85297385a461dbaf081691d59fc2cb16b4a69baee8ca0ef873503f85f0238bf0fbedfcb3e0755749d3df
 SHA512 
eb9ddc8ba3d78bc6c1f2e1d277e81c00939638793ed21b98999310231d13a0fc8a6149dc5e78f58026778b8137e954ad7f67069f8cb80465078ca2d9795b25d1
 DIST wireshark-3.1.0.tar.xz 31052040 BLAKE2B 
96ede4dcbb3f5c4ecf1d935737bb26dcaecabe24e0767b34914febd31a1402d2428580e8b26c145bc98a71ef01fddcfca6e4f5709d9a8d90634ea6ed4789bb20
 SHA512 
df7ca131d0e0f00ec00ef0934cf070c7f6d06e55830777e5ab62f4b1c5588b57bfb45e69009f8ab0c3f405f9dd730bf35671d09f46a9a846a09154ec47caffc9

diff --git a/net-analyzer/wireshark/wireshark-3.0.1.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.1.ebuild
deleted file mode 100644
index 32c6c317528..000
--- a/net-analyzer/wireshark/wireshark-3.0.1.ebuild
+++ /dev/null
@@ -1,246 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{5,6,7} )
-inherit cmake-utils fcaps flag-o-matic ltprune multilib python-r1 qmake-utils 
user xdg-utils
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/";
-SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="arm"
-IUSE="
-   adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
dpauxmon
-   +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink
-   nghttp2 +pcap +qt5 +randpkt +randpktdump +reordercap sbc selinux +sharkd
-   smi snappy spandsp sshdump ssl sdjournal +text2pcap tfshark +tshark
-   +udpdump zlib
-"
-
-S=${WORKDIR}/${P/_/}
-
-CDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgcrypt:0
-   adns? ( >=net-dns/c-ares-1.5 )
-   bcg729? ( media-libs/bcg729 )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( >=dev-lang/lua-5.1:* )
-   lz4? ( app-arch/lz4 )
-   maxminddb? ( dev-libs/libmaxminddb )
-   netlink? ( dev-libs/libnl:3 )
-   nghttp2? ( net-libs/nghttp2 )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   sdjournal? ( sys-apps/systemd )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
-   zlib? ( sys-libs/zlib )
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-   !

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

2019-09-18 Thread Jeroen Roovers
commit: 64f22dcf499e74fa829884239403677d05299b3c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 07:45:41 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 08:58:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f22dcf

net-analyzer/wireshark: Stable for amd64 hppa x86 too

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

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

diff --git a/net-analyzer/wireshark/wireshark-3.0.4.ebuild 
b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
index 924c16aa948..421c84a538e 100644
--- a/net-analyzer/wireshark/wireshark-3.0.4.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc64 x86"
 IUSE="
adns androiddump bcg729 +capinfos +captype ciscodump +dftest doc 
dpauxmon
+dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap +netlink



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

2019-09-18 Thread Alfredo Tupone
commit: 709682396918812d6983fd73740adf30c89be136
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Wed Sep 18 09:18:07 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Sep 18 09:26:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70968239

dev-ada/gprbuild: use wrapper for gcc and gnatmake

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

 dev-ada/gprbuild/gprbuild-2017-r2.ebuild | 6 +++---
 dev-ada/gprbuild/gprbuild-2019-r1.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-ada/gprbuild/gprbuild-2017-r2.ebuild 
b/dev-ada/gprbuild/gprbuild-2017-r2.ebuild
index 4f38907463f..dc676658391 100644
--- a/dev-ada/gprbuild/gprbuild-2017-r2.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2017-r2.ebuild
@@ -66,13 +66,13 @@ src_compile() {
incflags="-Isrc -Igpr/src -I${xmlada_src}/sax -I${xmlada_src}/dom \
-I${xmlada_src}/schema -I${xmlada_src}/unicode \
-I${xmlada_src}/input_sources"
-   ${GCC} -c ${CFLAGS} gpr/src/gpr_imports.c -o gpr_imports.o || die
+   gcc -c ${CFLAGS} gpr/src/gpr_imports.c -o gpr_imports.o || die
for bin in ${bin_progs}; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} $ADAFLAGS 
${bin}-main \
+   gnatmake -j$(makeopts_jobs) ${incflags} $ADAFLAGS ${bin}-main \
-o ${bin} -largs gpr_imports.o || die
done
for lib in $lib_progs; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} ${lib} $ADAFLAGS \
+   gnatmake -j$(makeopts_jobs) ${incflags} ${lib} $ADAFLAGS \
-largs gpr_imports.o || die
done
 }

diff --git a/dev-ada/gprbuild/gprbuild-2019-r1.ebuild 
b/dev-ada/gprbuild/gprbuild-2019-r1.ebuild
index 025a4ab8e39..f5ef22a5442 100644
--- a/dev-ada/gprbuild/gprbuild-2019-r1.ebuild
+++ b/dev-ada/gprbuild/gprbuild-2019-r1.ebuild
@@ -57,13 +57,13 @@ src_compile() {
incflags="-Isrc -Igpr/src -I${xmlada_src}/sax -I${xmlada_src}/dom \
-I${xmlada_src}/schema -I${xmlada_src}/unicode \
-I${xmlada_src}/input_sources"
-   ${GCC} -c ${CFLAGS} gpr/src/gpr_imports.c -o gpr_imports.o || die
+   gcc -c ${CFLAGS} gpr/src/gpr_imports.c -o gpr_imports.o || die
for bin in ${bin_progs}; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} $ADAFLAGS 
${bin}-main \
+   gnatmake -j$(makeopts_jobs) ${incflags} $ADAFLAGS ${bin}-main \
-o ${bin} -largs gpr_imports.o || die
done
for lib in $lib_progs; do
-   ${GNATMAKE} -j$(makeopts_jobs) ${incflags} ${lib} $ADAFLAGS \
+   gnatmake -j$(makeopts_jobs) ${incflags} ${lib} $ADAFLAGS \
-largs gpr_imports.o || die
done
 }



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/datamash/

2019-09-18 Thread Jeroen Roovers
commit: df64c57cb14d21d1b8cf4b8e7039b604a18981c7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 10:00:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 10:02:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df64c57c

sci-calculators/datamash: Version 1.5

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

 sci-calculators/datamash/Manifest|  1 +
 sci-calculators/datamash/datamash-1.5.ebuild | 32 
 sci-calculators/datamash/metadata.xml|  3 ++-
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/sci-calculators/datamash/Manifest 
b/sci-calculators/datamash/Manifest
index fec96d2166e..d724f7c5881 100644
--- a/sci-calculators/datamash/Manifest
+++ b/sci-calculators/datamash/Manifest
@@ -1 +1,2 @@
 DIST datamash-1.4.tar.gz 2013538 BLAKE2B 
7be0d146e24c9d5e4e739e4884dda30c52089410b39b77e80e2265f134aaf3fb4db097b2b138497ed117028191a8a1bd0b82d2754f96bb5473d79b7785e1e1af
 SHA512 
1c47d70c9d7fa5ab2fd2a8cb1d40817ca07e8501628997ae370884fd0a4e926c0718f49f54a5f91eb4db847296bc120db3dd19fc12a92bfe8d2e7d6f2ded5aec
+DIST datamash-1.5.tar.gz 2086985 BLAKE2B 
3b377d5886ac7de0066c30ffa7a8923230b928514274be10b213d1a0631709b1c940a4da07709d0cb67a6719f5da9b9f045b8a5bb519370b64a677d20547aa17
 SHA512 
9f7bff0858a7519ef8efc30ef39c3e99f17e81ed847f1edce6ff28e1191d52fbc173baa5d21d6852effbbf2af800604920d92d412f45519700a9b5809da0e8fa

diff --git a/sci-calculators/datamash/datamash-1.5.ebuild 
b/sci-calculators/datamash/datamash-1.5.ebuild
new file mode 100644
index 000..db1f765861f
--- /dev/null
+++ b/sci-calculators/datamash/datamash-1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="command-line program for basic numeric, textual and statistical 
operations"
+HOMEPAGE="https://www.gnu.org/software/datamash/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="linux-crypto nls openssl"
+
+CDEPEND="
+   openssl? ( dev-libs/openssl )
+"
+RDEPEND="
+   ${CDEPEND}
+   nls? ( virtual/libintl )
+"
+BDEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with openssl) \
+   $(use_with linux-crypto)
+}

diff --git a/sci-calculators/datamash/metadata.xml 
b/sci-calculators/datamash/metadata.xml
index 71dccc38c27..e792eaf68c5 100644
--- a/sci-calculators/datamash/metadata.xml
+++ b/sci-calculators/datamash/metadata.xml
@@ -5,6 +5,7 @@
 j...@gentoo.org
 
 
-Use dev-libs/openssl for cryptographic 
features
+Use Linux kernel cryptographic API
+Use dev-libs/openssl for hash routines instead 
of internal gnulib
 
 



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

2019-09-18 Thread Agostino Sarubbo
commit: da6493ebb0071454f467b9b0b9a412d892addcb9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 10:21:17 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 10:21:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6493eb

dev-tcltk/expect: amd64 stable wrt bug #694622

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

 dev-tcltk/expect/expect-5.45.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild 
b/dev-tcltk/expect/expect-5.45.4.ebuild
index df40a727a10..af1b32d577d 100644
--- a/dev-tcltk/expect/expect-5.45.4.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
 IUSE="debug doc threads"
 
 # We need dejagnu for src_test, but dejagnu needs expect



[gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/

2019-09-18 Thread Agostino Sarubbo
commit: 35f3306b0e68151b885ca537be783fbd35cc18d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 10:21:26 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 10:21:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f3306b

www-misc/monitorix: amd64 stable wrt bug #694782

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

 www-misc/monitorix/monitorix-3.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/monitorix/monitorix-3.11.0.ebuild 
b/www-misc/monitorix/monitorix-3.11.0.ebuild
index 7b47c6db0dc..758249ac792 100644
--- a/www-misc/monitorix/monitorix-3.11.0.ebuild
+++ b/www-misc/monitorix/monitorix-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.monitorix.org/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/Config-General



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

2019-09-18 Thread Agostino Sarubbo
commit: 03cb8cb9d2e09600850cfcfa1a2b4f8f222a0c62
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 11:14:44 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 11:14:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cb8cb9

dev-db/kyotocabinet: x86 stable wrt bug #694324

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild 
b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
index aa1c89309e6..124750cc55d 100644
--- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
+++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
 IUSE="debug doc examples +lzma +lzo static-libs"
 
 DEPEND="sys-libs/zlib[static-libs?]



[gentoo-commits] repo/gentoo:master commit in: net-news/snownews/

2019-09-18 Thread Agostino Sarubbo
commit: d0d632a4227c5c7ab35e574e6405591bdf84e3ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 11:14:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 11:14:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d632a4

net-news/snownews: x86 stable wrt bug #689870

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-news/snownews/snownews-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/snownews/snownews-1.6.10.ebuild 
b/net-news/snownews/snownews-1.6.10.ebuild
index e05f9d4fe08..41cdbd16921 100644
--- a/net-news/snownews/snownews-1.6.10.ebuild
+++ b/net-news/snownews/snownews-1.6.10.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/kouya/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
 COMMON_DEPEND="



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

2019-09-18 Thread Agostino Sarubbo
commit: 3594a75a1d249bd54b4e01fd0011769fe3725742
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 11:14:49 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 11:14:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3594a75a

dev-tcltk/expect: x86 stable wrt bug #694622

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tcltk/expect/expect-5.45.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild 
b/dev-tcltk/expect/expect-5.45.4.ebuild
index af1b32d577d..d4ace184ed9 100644
--- a/dev-tcltk/expect/expect-5.45.4.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
 IUSE="debug doc threads"
 
 # We need dejagnu for src_test, but dejagnu needs expect



[gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/

2019-09-18 Thread Agostino Sarubbo
commit: d4d898dbbe951ba9c57da2fdf7a5d4b2ce33fc38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 18 11:14:54 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 18 11:14:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d898db

www-misc/monitorix: x86 stable wrt bug #694782

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-misc/monitorix/monitorix-3.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/monitorix/monitorix-3.11.0.ebuild 
b/www-misc/monitorix/monitorix-3.11.0.ebuild
index 758249ac792..0b372b29d77 100644
--- a/www-misc/monitorix/monitorix-3.11.0.ebuild
+++ b/www-misc/monitorix/monitorix-3.11.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.monitorix.org/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-perl/Config-General



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/jiffy/

2019-09-18 Thread Hanno Boeck
commit: 0603375931f835fe86aabedab035d0805131f6ed
Author: Hanno  gentoo  org>
AuthorDate: Wed Sep 18 11:22:27 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Wed Sep 18 11:22:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06033759

dev-erlang/jiffy: Version bump.

>From Vampik's overlay.

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-erlang/jiffy/Manifest   |  1 +
 dev-erlang/jiffy/jiffy-1.0.1.ebuild | 20 
 dev-erlang/jiffy/metadata.xml   |  4 +++-
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/jiffy/Manifest b/dev-erlang/jiffy/Manifest
index 7625f3fd993..7c75e933eb5 100644
--- a/dev-erlang/jiffy/Manifest
+++ b/dev-erlang/jiffy/Manifest
@@ -1,2 +1,3 @@
 DIST jiffy-0.14.11.tar.gz 1878494 BLAKE2B 
e0240c0dcd81e1e505c41197772ecf659c76b7f91f1435c5a2debe558d9aa30291a6bd564b13fa617f801150dc4386d2d5f53ee6d64b1a7f8a59ea1e2f320d57
 SHA512 
0530958c04ecd3c479b432d15aa5c8c86ce9e39a828bf4e48eaa096a2a9b9c593b9cf07836346bf82e27ffcbaa6e923bc298e856701460e44c9c62a7c888028e
 DIST jiffy-0.14.9.tar.gz 1878413 BLAKE2B 
6df392a6849b012d6a635191fec90f116b729d2602342b85ff4e0585f5db7c1319bf2d622d74f1807476af879a117b8e7d7b45c1d834f81309d96f184cbe36dd
 SHA512 
2c8e7b2ea95c69cb0c6a7d02e341591e6807d0d81577050bf6f884dc7af7335e909f01cf7017ea27fae922d9a50ca4709fe0603b5de282b58d71afe4e06f7813
+DIST jiffy-1.0.1.tar.gz 1820182 BLAKE2B 
f2a3482cd1a8c3b713237e6564493cc480caafb730a058c3be0b1bc71f30d24733b94deb0b895071f3ac5b63c6dff03a52440406362aacba271c5decd9eddcb8
 SHA512 
cbfa148833ceaab42a970a4894f781f02bb214fbb2d042ccd22c8e04b53e47b53be51abdcb30ed7b143f0b72deb6d20878ca23d518090707c43f2b36431f7087

diff --git a/dev-erlang/jiffy/jiffy-1.0.1.ebuild 
b/dev-erlang/jiffy/jiffy-1.0.1.ebuild
new file mode 100644
index 000..4b1dcfb2aa0
--- /dev/null
+++ b/dev-erlang/jiffy/jiffy-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON NIFs for Erlang"
+HOMEPAGE="https://github.com/davisp/jiffy";
+SRC_URI="https://github.com/davisp/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )

diff --git a/dev-erlang/jiffy/metadata.xml b/dev-erlang/jiffy/metadata.xml
index e1cc1a9e9c4..0b084614449 100644
--- a/dev-erlang/jiffy/metadata.xml
+++ b/dev-erlang/jiffy/metadata.xml
@@ -1,7 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ha...@gentoo.org
+   

davisp/jiffy




[gentoo-commits] repo/gentoo:master commit in: dev-erlang/goldrush/

2019-09-18 Thread Hanno Boeck
commit: d98f373551dd5a3c4e9ea6a88b4089c78de056be
Author: Hanno  gentoo  org>
AuthorDate: Wed Sep 18 11:19:07 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Wed Sep 18 11:19:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98f3735

dev-erlang/goldrush: Version bump.

>From Vampik's overlay.

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-erlang/goldrush/Manifest  |  1 +
 dev-erlang/goldrush/goldrush-0.2.0.ebuild | 26 ++
 dev-erlang/goldrush/metadata.xml  |  4 +++-
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/goldrush/Manifest b/dev-erlang/goldrush/Manifest
index 6bc1703d671..53423a6a64b 100644
--- a/dev-erlang/goldrush/Manifest
+++ b/dev-erlang/goldrush/Manifest
@@ -1 +1,2 @@
 DIST goldrush-0.1.9.tar.gz 24548 BLAKE2B 
db1599ac8009a76558fbb451790f7d8d2fa0ab5a339edfa119afc8a8512160542061b363787599a4d1e5c69c70b35fd21160e73ac508589f1a55666978049d38
 SHA512 
3e1efcfd1ed26641dc054f4f0b4b6a8c40959c8462f6fac9d1bde4818d46700d64bf727c39e27e3428a5717d2ef917b9e35b5982e32546482451a403f0b206d3
+DIST goldrush-0.2.0.tar.gz 25887 BLAKE2B 
35a8202db212dabda1966d33d1972ed869ee44c5caac9720af6b05eb6fa71794b3c85d7341edcaa920b516c1cd22678aee9f815cb307c96b2d4d86cec07d2cde
 SHA512 
1a74f02c75e72f8a60366b9ba74b763eb98621da2ce6044ed97e836566caf8ce85fadeee62b3d24303df319e2c1333d1c544cd267a041b718b0ab36de53e7b1a

diff --git a/dev-erlang/goldrush/goldrush-0.2.0.ebuild 
b/dev-erlang/goldrush/goldrush-0.2.0.ebuild
new file mode 100644
index 000..69eb6fcdfe8
--- /dev/null
+++ b/dev-erlang/goldrush/goldrush-0.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Small Erlang app that provides fast event stream processing"
+HOMEPAGE="https://github.com/DeadZen/goldrush";
+SRC_URI="https://github.com/DeadZen/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.org )
+
+src_prepare() {
+   rebar_src_prepare
+   # 'priv' directory contains only edoc.css, but doc isn't going to be 
built.
+   rm -r "${S}/priv" || die
+}

diff --git a/dev-erlang/goldrush/metadata.xml b/dev-erlang/goldrush/metadata.xml
index 8b50205ff2e..d37cd055df3 100644
--- a/dev-erlang/goldrush/metadata.xml
+++ b/dev-erlang/goldrush/metadata.xml
@@ -1,7 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ha...@gentoo.org
+   

DeadZen/goldrush




[gentoo-commits] repo/gentoo:master commit in: dev-erlang/meck/

2019-09-18 Thread Hanno Boeck
commit: 902a796802d150e38660e6a388a5de17314d2d0a
Author: Hanno  gentoo  org>
AuthorDate: Wed Sep 18 11:25:39 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Wed Sep 18 11:25:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902a7968

dev-erlang/meck: Version bump.

>From Vampik's overlay.
Removes unneeded test dependency.

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-erlang/meck/Manifest   |  1 +
 dev-erlang/meck/meck-0.8.13.ebuild | 22 ++
 dev-erlang/meck/metadata.xml   |  4 +++-
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/meck/Manifest b/dev-erlang/meck/Manifest
index cdaf50dd233..6194d6d8b0c 100644
--- a/dev-erlang/meck/Manifest
+++ b/dev-erlang/meck/Manifest
@@ -1,2 +1,3 @@
 DIST meck-0.8.12.tar.gz 50998 BLAKE2B 
fc87c0472e5e5063b2247366654e8fd5d6310e8f16e3f324ad721cab35e88527f2bacd7eb0d686a44137ebe758d77a24357002c29ff2e979fb54efc82c8ff160
 SHA512 
d70c878474a300465c7b439f25d363362f376135f0bf5f9a1e74e2c620a59b20ceb0e47d2cf0dc44ae80ec5215c60f696084b21aa94d72220632d8012827147d
+DIST meck-0.8.13.tar.gz 50976 BLAKE2B 
614470a039ad46b49d2dfcc93ff560f4b05c7bab091502ccdf3ab41d82c77292dd19bb4c8b6a8110b94eedccbe39633820db59342ea3af2735b3a197ac1c59d2
 SHA512 
8207a0ae81362ffd4c6c57083226297fc3976e82dc9cd0503da147edefef3ee8453fa20ea98364359bec5487ed0e2fb26ddcb6588bda943e8d0ce73e6f2940d5
 DIST meck-0.8.4.tar.gz 234157 BLAKE2B 
0f8abb2bda2afa3c41e18d51ec8ba6add17e69343f298c595dc4c6e6edab05770c875e158ba73314e1f5289bf6692bc5bf1e779e0e9edbe7d39a88ba44724be0
 SHA512 
e6d8caf385e93daef70382f2efac59215628cc200dfaeb74437571d24131b49eb8328af452133ce3c9393d14a1f84b90c2432c83af25cf0cb17cd19a236373a7

diff --git a/dev-erlang/meck/meck-0.8.13.ebuild 
b/dev-erlang/meck/meck-0.8.13.ebuild
new file mode 100644
index 000..51e2eec93ba
--- /dev/null
+++ b/dev-erlang/meck/meck-0.8.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Mocking library for Erlang"
+HOMEPAGE="https://github.com/eproxus/meck";
+SRC_URI="https://github.com/eproxus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md NOTICE README.md )
+
+# Tests need rebar3. The build somewhat works with rebar2.
+RESTRICT="test"

diff --git a/dev-erlang/meck/metadata.xml b/dev-erlang/meck/metadata.xml
index 746deddd241..3201dae 100644
--- a/dev-erlang/meck/metadata.xml
+++ b/dev-erlang/meck/metadata.xml
@@ -1,7 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ha...@gentoo.org
+   

eproxus/meck




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

2019-09-18 Thread Hans de Graaff
commit: 69e6123fbb100060f3fe6fdd7e1c45ea019e8e28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 12:29:55 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 12:29:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e6123f

dev-lang/erlang: revision bump to propagate conf.d change

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-lang/erlang/{erlang-22.0.2-r1.ebuild => erlang-22.0.2-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-lang/erlang/erlang-22.0.2-r1.ebuild 
b/dev-lang/erlang/erlang-22.0.2-r2.ebuild
similarity index 100%
rename from dev-lang/erlang/erlang-22.0.2-r1.ebuild
rename to dev-lang/erlang/erlang-22.0.2-r2.ebuild



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

2019-09-18 Thread Hans de Graaff
commit: 7c85aa7d1c3268ed8a0f7e28ca5c81ff0a7a0d64
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 12:28:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 12:28:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c85aa7d

dev-lang/erlang: fix epmd conf.d default args

All epmd options start with a single dash. Use -daemon instead of
--daemon.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-lang/erlang/files/epmd.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/erlang/files/epmd.confd b/dev-lang/erlang/files/epmd.confd
index aa4dc3eb5ae..ea1deab6e27 100644
--- a/dev-lang/erlang/files/epmd.confd
+++ b/dev-lang/erlang/files/epmd.confd
@@ -1,2 +1,2 @@
 #arguments for run erlang
-command_args="--daemon -relaxed_command_check -address 127.0.0.1"
+command_args="-daemon -relaxed_command_check -address 127.0.0.1"



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

2019-09-18 Thread Louis Sautier
commit: 406ed01f4c43cbb0d1c468bade7c79c1f51382c3
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep 18 13:44:52 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep 18 13:45:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406ed01f

dev-python/pymediainfo: remove old

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

 dev-python/pymediainfo/Manifest   |  1 -
 dev-python/pymediainfo/pymediainfo-3.1.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index 5337b36b008..712a14d5753 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST pymediainfo-3.1.tar.gz 430689 BLAKE2B 
2abb8197ab8890617cb0cebf15001fefc5837c886c110f66852be56db6a2df851ec13b7dc76db40723cc920bf44ca87286446f451dc5c51b8998ee332a23cad8
 SHA512 
a2fd04977236190c18e62da9ec0110d9de9f31acaae448b40ce56f66d925d9e0e0d2015f7824d359ebbd8ec749c0ff812ee4ef77619827759c4c4fe708ab
 DIST pymediainfo-4.0.tar.gz 432284 BLAKE2B 
1159f48f28f0a3473327830e56a27fcd14dc9d9dceeac6f90d52a048229d87e97d3b88ef865eefe454c8cebf55148981b2e88127e863682e00992d56c2906048
 SHA512 
988f0d8a212bc5893925bd96a5b41a1a2c8e9508c747e7aa1106f3a065ad5707a7ed9de71264d74ba6637a2b8efbdeeed3677d779167bb90f643d40f81c5a74e
 DIST pymediainfo-4.1.tar.gz 432848 BLAKE2B 
e4bac2b43ee7c6ecb978bb08eb5c7070f458b7a00607c0a1d68a5e74d4f6393d7bb44d7e3471a4ab83bc45e19e4f3ab6b7779c28c16845c27a4895d76fa34d64
 SHA512 
08ffca0c3179aa6dff5b3007faaec1f1a2f372b2995824039021f41b2c772a2a13370c1dbd37d2408d023be497cff71dd6f46b09c8989f168976d75723cd7722

diff --git a/dev-python/pymediainfo/pymediainfo-3.1.ebuild 
b/dev-python/pymediainfo/pymediainfo-3.1.ebuild
deleted file mode 100644
index 0ab81a02292..000
--- a/dev-python/pymediainfo/pymediainfo-3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="A wrapper around the mediainfo library"
-HOMEPAGE="https://github.com/sbraz/pymediainfo";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   media-libs/libmediainfo
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   doc? (
-   dev-python/alabaster[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   )
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-
-python_compile_all() {
-   if use doc; then
-   sphinx-build docs docs/_build/html || die
-   HTML_DOCS=( docs/_build/html/. )
-   fi
-}
-
-python_test() {
-   # Skip a test which requires network access
-   pytest -vv tests/test_pymediainfo.py -k "not MediaInfoURLTest" \
-   || die "tests failed with ${EPYTHON}"
-}



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

2019-09-18 Thread Louis Sautier
commit: 28584ea0765ef9f2fcb59beaea768405c8cf11ae
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep 18 13:13:54 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep 18 13:45:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28584ea0

dev-python/pymediainfo: bump to 4.1

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

 dev-python/pymediainfo/Manifest   |  1 +
 dev-python/pymediainfo/pymediainfo-4.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pymediainfo/Manifest b/dev-python/pymediainfo/Manifest
index 2d0e0d32e57..5337b36b008 100644
--- a/dev-python/pymediainfo/Manifest
+++ b/dev-python/pymediainfo/Manifest
@@ -1,2 +1,3 @@
 DIST pymediainfo-3.1.tar.gz 430689 BLAKE2B 
2abb8197ab8890617cb0cebf15001fefc5837c886c110f66852be56db6a2df851ec13b7dc76db40723cc920bf44ca87286446f451dc5c51b8998ee332a23cad8
 SHA512 
a2fd04977236190c18e62da9ec0110d9de9f31acaae448b40ce56f66d925d9e0e0d2015f7824d359ebbd8ec749c0ff812ee4ef77619827759c4c4fe708ab
 DIST pymediainfo-4.0.tar.gz 432284 BLAKE2B 
1159f48f28f0a3473327830e56a27fcd14dc9d9dceeac6f90d52a048229d87e97d3b88ef865eefe454c8cebf55148981b2e88127e863682e00992d56c2906048
 SHA512 
988f0d8a212bc5893925bd96a5b41a1a2c8e9508c747e7aa1106f3a065ad5707a7ed9de71264d74ba6637a2b8efbdeeed3677d779167bb90f643d40f81c5a74e
+DIST pymediainfo-4.1.tar.gz 432848 BLAKE2B 
e4bac2b43ee7c6ecb978bb08eb5c7070f458b7a00607c0a1d68a5e74d4f6393d7bb44d7e3471a4ab83bc45e19e4f3ab6b7779c28c16845c27a4895d76fa34d64
 SHA512 
08ffca0c3179aa6dff5b3007faaec1f1a2f372b2995824039021f41b2c772a2a13370c1dbd37d2408d023be497cff71dd6f46b09c8989f168976d75723cd7722

diff --git a/dev-python/pymediainfo/pymediainfo-4.1.ebuild 
b/dev-python/pymediainfo/pymediainfo-4.1.ebuild
new file mode 100644
index 000..0ab81a02292
--- /dev/null
+++ b/dev-python/pymediainfo/pymediainfo-4.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A wrapper around the mediainfo library"
+HOMEPAGE="https://github.com/sbraz/pymediainfo";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-libs/libmediainfo
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Skip a test which requires network access
+   pytest -vv tests/test_pymediainfo.py -k "not MediaInfoURLTest" \
+   || die "tests failed with ${EPYTHON}"
+}



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

2019-09-18 Thread Ben Kohler
commit: 6a0e1371aca4b1932a5270b67c934605fab4a213
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 13:52:37 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 13:53:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0e1371

net-wireless/iwd: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/Manifest|   4 --
 net-wireless/iwd/iwd-0.17.ebuild | 112 ---
 net-wireless/iwd/iwd-0.18.ebuild | 139 ---
 net-wireless/iwd/iwd-0.19.ebuild | 139 ---
 net-wireless/iwd/iwd-0.20.ebuild | 139 ---
 5 files changed, 533 deletions(-)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index 92039e61c68..aa034ae69fa 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1,5 +1 @@
-DIST iwd-0.17.tar.xz 720500 BLAKE2B 
8bd931421663b71eb7bbdc4a72e10fe325ede4a3d075a8d477ee80040f23d3a8645f1c8c24f8c5f3e615049273968ea48687bcbc5480d05af3aabf135d0e7118
 SHA512 
fcec43cb9d470dec783fcafd8485e2e25f7c5ccc4283bc58c299fb816609b4e03ca241f1fe9f73025a08863e89ae8d7b7ceb6ae02524eb681a61079c5a28534a
-DIST iwd-0.18.tar.xz 738168 BLAKE2B 
b37bde01952542583d82439639c39c06a1a5b6c359bbd092e631be6d25975498eb9bad9f71f3eeaa4b571e9d195e6f1113b17f758f386d49e6ee2d2cf071387f
 SHA512 
0eb5558f7bafe521aaf80f24e5818c1fb0dfa6445c671c4454d3a4f67f97643a1232709b1e9c376cbe09dd7ba521651e1e46328cce0bfe1befe15668d6081cd6
-DIST iwd-0.19.tar.xz 777952 BLAKE2B 
6a3bc23c7260b6b199920275f83b89556df8557371920cd6537ef9456c057d52b8ebe4e97429da950304299dcff964118a163f913144b0204b99c11d1f7c7f52
 SHA512 
72be037974664260ba570affbb400b8261d1f7923877a9b03fd748ac1527c885f96fd70c8305300d81918a232a08ec7d71866bb3b9c4c86ac03b0b77fce85ade
-DIST iwd-0.20.tar.xz 785400 BLAKE2B 
ce918c328ae5247a5a66ad7db8d4f1e7ea505aca2a69c3676b31f92d668bd64c1dd02fe5b91818668c017836a639f02eb8cf9e47e3e6554806a33dcef3ce2e6c
 SHA512 
acfe77e96b4658c6efbfe1bab460593e2e15c9d54244deb1dd6e6bc0ec5bab7c0760257dda7b1218338b103daa9b5a422d48d7f5ae50a631bc46669bf14f8fcd
 DIST iwd-0.21.tar.xz 793432 BLAKE2B 
d82b90dbc83a2953d9de82e5e3a031f4db21f4e707d630cf2762475d34ed97fe78c4cc16bb6fed6ec7343af6bbf89672c37c76a06ed7181b57c657607859f4ab
 SHA512 
eca8847cb68bc52f33a2f50ce4cba9ee4cbd37ad989292a21d613afd3307b0dc974da56df49dc97aa65c9647e3497849d696d5a9fdc5c0d0443a141a0887b324

diff --git a/net-wireless/iwd/iwd-0.17.ebuild b/net-wireless/iwd/iwd-0.17.ebuild
deleted file mode 100644
index ea142e8b05d..000
--- a/net-wireless/iwd/iwd-0.17.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic linux-info systemd
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git";
-   inherit git-r3
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86"
-fi
-
-DESCRIPTION="Wireless daemon for linux"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+client +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
-
-RDEPEND="sys-apps/dbus
-   client? ( sys-libs/readline:0= )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   CONFIG_CHECK="
-   ~ASYMMETRIC_KEY_TYPE
-   ~ASYMMETRIC_PUBLIC_KEY_SUBTYPE
-   ~CRYPTO_AES
-   ~CRYPTO_ARC4
-   ~CRYPTO_CBC
-   ~CRYPTO_CMAC
-   ~CRYPTO_DES
-   ~CRYPTO_ECB
-   ~CRYPTO_HMAC
-   ~CRYPTO_MD4
-   ~CRYPTO_MD5
-   ~CRYPTO_RSA
-   ~CRYPTO_SHA1
-   ~CRYPTO_SHA256
-   ~CRYPTO_SHA512
-   ~CRYPTO_USER_API_HASH
-   ~CRYPTO_USER_API_SKCIPHER
-   ~KEY_DH_OPERATIONS
-   ~PKCS7_MESSAGE_PARSER
-   ~X509_CERTIFICATE_PARSER
-   "
-   if use amd64;then
-   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_X86_64 
~CRYPTO_DES3_EDE_X86_64"
-   WARNING_CRYPTO_AES_X86_64="CRYPTO_AES_X86_64: enable for 
increased performance"
-   WARNING_CRYPTO_DES3_EDE_X86_64="CRYPTO_DES3_EDE_X86_64: enable 
for increased performance"
-   fi
-
-   if use cpu_flags_x86_aes;then
-   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_NI_INTEL"
-   WARNING_CRYPTO_AES_NI_INTEL="CRYPTO_AES_NI_INTEL: enable for 
increased performance"
-   fi
-
-   if use cpu_flags_x86_ssse3; then
-   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_SHA1_SSSE3 
~CRYPTO_SHA256_SSSE3 ~CRYPTO_SHA512_SSSE3"
-   WARNING_CRYPTO_SHA1_SSSE3="CRYPTO_SHA1_SSSE3: enable for 
increased performance

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

2019-09-18 Thread Hans de Graaff
commit: 28f0b73178b043bc0abe9756dff0a3ab7af4e7a8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 13:52:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 13:54:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f0b731

dev-ruby/sshkit: amd64 stable

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sshkit/sshkit-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sshkit/sshkit-1.20.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.20.0.ebuild
index 9f2bf686460..9a29e10ccf7 100644
--- a/dev-ruby/sshkit/sshkit-1.20.0.ebuild
+++ b/dev-ruby/sshkit/sshkit-1.20.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/capistrano/sshkit";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 ruby_add_rdepend "



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

2019-09-18 Thread Hans de Graaff
commit: 021eb747a683737767ee35c396116278c4d5a2f5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 13:52:47 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 13:54:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021eb747

dev-ruby/airbrussh: amd64 stable

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/airbrussh/airbrussh-1.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/airbrussh/airbrussh-1.3.3.ebuild 
b/dev-ruby/airbrussh/airbrussh-1.3.3.ebuild
index 70f59a12905..3f9afd07016 100644
--- a/dev-ruby/airbrussh/airbrussh-1.3.3.ebuild
+++ b/dev-ruby/airbrussh/airbrussh-1.3.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/mattbrictson/airbrussh/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 ruby_add_rdepend ">dev-ruby/sshkit-1.7.0"



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

2019-09-18 Thread Hans de Graaff
commit: 15bce6c85129742d00893d3bcaa34f0e5f7cc9ba
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 13:54:11 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 13:54:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bce6c8

dev-ruby/capistrano: amd64 stable

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/capistrano/capistrano-3.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/capistrano/capistrano-3.11.0.ebuild 
b/dev-ruby/capistrano/capistrano-3.11.0.ebuild
index 7ff26349d38..24a5bb6af1e 100644
--- a/dev-ruby/capistrano/capistrano-3.11.0.ebuild
+++ b/dev-ruby/capistrano/capistrano-3.11.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://capistranorb.com/";
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 ruby_add_rdepend "



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

2019-09-18 Thread Jimi Huotari
commit: 2dc658022e54737f8365fda87c7ea01716905d02
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Sep 18 13:54:21 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Sep 18 13:54:21 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2dc65802

qt5-build.eclass: adjust configure options for >=5.15

Upstream has removed the -qt-xcb, -system-xcb, -xkb, -xcb-xinput
switches [1] in 5.15 and 6.0.

1. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.15&id=60588e1a

Signed-off-by: Jimi Huotari  gentoo.org>

 eclass/qt5-build.eclass | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index b2212410..88164d62 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -569,7 +569,11 @@ qt5_base_configure() {
-no-freetype -no-harfbuzz
-no-openssl -no-libproxy
-no-xcb-xlib
-   -no-xcb-xinput -no-xkbcommon # bug 672340
+
+   # bug 672340
+   -no-xkbcommon
+   $([[ ${QT5_MINOR_VERSION} -lt 15 ]] && echo -no-xcb-xinput)
+   $([[ ${QT5_MINOR_VERSION} -ge 15 ]] && echo 
-no-bundled-xcb-xinput)
 
# cannot use -no-gif because there is no way to override it 
later
#-no-gif
@@ -617,7 +621,7 @@ qt5_base_configure() {
 
# disable undocumented X11-related flags, override in qtgui
# (not shown in ./configure -help output)
-   -no-xkb
+   $([[ ${QT5_MINOR_VERSION} -lt 15 ]] && echo -no-xkb)
 
# always enable session management support: it doesn't need 
extra deps
# at configure time and turning it off is dangerous, see bug 
518262



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

2019-09-18 Thread Ben Kohler
commit: a820c7b8ad52764d4a8044adc39d6f3a98934a2c
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 14:23:40 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 14:23:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a820c7b8

net-misc/connman: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   |  1 -
 net-misc/connman/connman-1.35-r1.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 7168ba74958..5cfbde77be1 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.35.tar.xz 686092 BLAKE2B 
706d8333dc2fcbee8d0ef3849325c4975dfe312a7a542ee96859a1724e05b1302c244a0108ab70033b398301c235fb13cb9509e9147dc2bb049e900f3799cd98
 SHA512 
2234b4d18b038f9a33939035cddebd31c74ce962e5616c2c30b2912476612ef3f7d5b9edca64bf6e69fa358252ed432124e036ac3516b291b86695cb9a96c6a8
 DIST connman-1.37.tar.xz 707752 BLAKE2B 
ad8993764a444d205b0a8cf1ad38acc249a1a28014e6f4e5a89c8662194ad2e2ee6091b51445b88a885808461413b3aaf88eeb7b75a32f417b578d2da80a2e9f
 SHA512 
5d5363105aedd0c9d609dd5c64eb832d9ff80923a944d9d3738337a61f180ded227f2ae1ff7912bed8826b35f0cfd20488e3ffd3801f0e53e90f98498e19efb6

diff --git a/net-misc/connman/connman-1.35-r1.ebuild 
b/net-misc/connman/connman-1.35-r1.ebuild
deleted file mode 100644
index d0e35256607..000
--- a/net-misc/connman/connman-1.35-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit autotools systemd
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://01.org/connman";
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
-
-IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables l2tp nftables"
-IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr 
networkmanager"
-
-REQUIRED_USE="|| ( iptables nftables )"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   bluetooth? ( net-wireless/bluez )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.33-polkit-configure-check-fix.patch"
-   "${FILESDIR}/${PN}-1.33-resolv-conf-overwrite.patch"
-   "${FILESDIR}/${PN}-1.35-include-ifbridge-before-netinet.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable examples test) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wispr wispr builtin) \
-   $(use_enable debug) \
-   $(use_enable tools) \
-   $(use_enable networkmanager nmcompat) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-iwd \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}



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

2019-09-18 Thread Ben Kohler
commit: 4a4db54bc401f06d2ad2c4e9dc7a4fc06867b1a5
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 14:21:27 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 14:23:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4db54b

net-misc/connman: add new IUSE default to satisfy REQUIRED_USE

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/net-misc/connman/connman-1.37.ebuild 
b/net-misc/connman/connman-1.37.ebuild
index 3e0953084c9..9915aff03fe 100644
--- a/net-misc/connman/connman-1.37.ebuild
+++ b/net-misc/connman/connman-1.37.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 
-IUSE="${IUSE} bluetooth debug doc examples +ethernet iptables iwd l2tp 
nftables"
+IUSE="${IUSE} bluetooth debug doc examples +ethernet +iptables iwd l2tp 
nftables"
 IUSE="${IUSE} ofono openvpn openconnect pptp policykit tools vpnc +wifi wispr 
networkmanager"
 
 REQUIRED_USE="|| ( iptables nftables )"



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

2019-09-18 Thread Ben Kohler
commit: 36ffda964893c089e2de20758e45dd46033f80b4
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 14:25:45 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 14:25:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ffda96

net-misc/cmst: fix minor QA issue & drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/cmst/Manifest   |  1 -
 net-misc/cmst/cmst-2018.01.06.ebuild | 44 
 net-misc/cmst/cmst-2019.01.13.ebuild |  2 +-
 3 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index ba22f104ee3..b959455089b 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1,2 +1 @@
-DIST cmst-2018.01.06.tar.gz 2556728 BLAKE2B 
f718c85467bac2d7a42b478f1d51ba71b1453c5f00fa574884bf33d4efe669fd4558394b6132208f708f34ee7be2b7458dd5e8967edb557cb54c846914ca9e0f
 SHA512 
abf6b4cb81c91e2432e0891bd9e5481d2752833a1c7eda1abbbe1bf456b35d422d3f02e6f2db328aec888d9a92cbd41862faab46b8814f3efca843f0a1d4e02a
 DIST cmst-2019.01.13.tar.gz 2576200 BLAKE2B 
4b1c75c479651887a14d5b4266a99a36667c1d02f114c4a9886b5aaec445e320fc684d42793312d68e4eb3386ea8516aef3cecb705e37f8b9a88ea8bf5bcf512
 SHA512 
ba7cf94263b4908dc2a609216f82bd758ad727f623d65b2e876a02c1fd956b7090a8222e953a0cd2da9527eddaab918e9c735381c705b9943e9e8aaeeb00d835

diff --git a/net-misc/cmst/cmst-2018.01.06.ebuild 
b/net-misc/cmst/cmst-2018.01.06.ebuild
deleted file mode 100644
index 5f91edb4f15..000
--- a/net-misc/cmst/cmst-2018.01.06.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils qmake-utils
-
-DESCRIPTION="Qt GUI for Connman with system tray icon"
-HOMEPAGE="https://github.com/andrew-bibb/cmst";
-SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
-   net-misc/connman
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
-   eqmake5 DISTRO=gentoo
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   rm -r "${D}"/usr/share/licenses || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/net-misc/cmst/cmst-2019.01.13.ebuild 
b/net-misc/cmst/cmst-2019.01.13.ebuild
index d1d49322c14..7a747b0869c 100644
--- a/net-misc/cmst/cmst-2019.01.13.ebuild
+++ b/net-misc/cmst/cmst-2019.01.13.ebuild
@@ -6,7 +6,7 @@ inherit gnome2-utils qmake-utils
 
 DESCRIPTION="Qt GUI for Connman with system tray icon"
 HOMEPAGE="https://github.com/andrew-bibb/cmst";
-SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+SRC_URI="https://github.com/andrew-bibb/cmst/archive/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-irc/ircii/files/, net-irc/ircii/

2019-09-18 Thread Ben Kohler
commit: 42383b0341c4bfee133291ecb41742446ffec7c9
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 14:46:03 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 14:46:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42383b03

net-irc/ircii: 20190117 stable, drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-irc/ircii/Manifest |  3 --
 net-irc/ircii/files/ircii-20110228-glibc.patch | 29 
 net-irc/ircii/ircii-20110228.ebuild| 38 --
 net-irc/ircii/ircii-2015.ebuild| 34 ---
 net-irc/ircii/ircii-20170704.ebuild| 36 
 net-irc/ircii/ircii-20190117.ebuild|  2 +-
 6 files changed, 1 insertion(+), 141 deletions(-)

diff --git a/net-irc/ircii/Manifest b/net-irc/ircii/Manifest
index fa58d1b970e..7e2389987a2 100644
--- a/net-irc/ircii/Manifest
+++ b/net-irc/ircii/Manifest
@@ -1,4 +1 @@
-DIST ircii-20110228.tar.bz2 558483 BLAKE2B 
52c83503bf258aaf27635d5ac525da61894486681069f7ff56d571f387567ba964976770b1a1e647aae1b0b18416ccc37c7498bc7cfca5c1c26247796638654e
 SHA512 
df27f098ad9c134335b7d97a25a07ef5fd9d14063b2e079a707a472d2582a1451d7697f3123508296c76afdb78257ad6dc358a2ec5af584ab53872c765b01782
-DIST ircii-2015.tar.bz2 555731 BLAKE2B 
8715b5d84cbca98005b3c3bf426f632737be2f4a121f673c3d7d76a5f4204c603594779c15a9fe5e886fb33b96cfc149f690508b546752cd4f7c4f9ad8aaf36a
 SHA512 
6f282debbd27865414a2ef9148b23373f83a051b2917432d9fdc2f153c111f8e592286d42a5ad34fd0cdc155e39938094e140910fbf38be494e3ed3da4cd0b6e
-DIST ircii-20170704.tar.bz2 596535 BLAKE2B 
780b9bc74e80d622df3686d3234ce69c62c0d9ae43322addfc545de76854ba30ec25546921cff449556f9e6b14b7dc00f3b15437789bea8bfa9b3df44d5b7e6c
 SHA512 
a0cdc5603fab040fa2f7d2b3d7a564e9eeac4b402329cba5c6f1a97aa6e587a53ffc4141420dde97dc2cadf22581e74058a0357c6b4b0d0b03f5dea7fa8cbc3a
 DIST ircii-20190117.tar.bz2 606327 BLAKE2B 
f7ee5c98f6106f07fec8feb0840aba87a052e5927c5e591f34ea28a9a017fb64c711983e472ae001465cbe29b6b9d88ab65d67c4bb303b9e01dde853aba66bf4
 SHA512 
08ca96cd62bae35245b40791c8588752b96136b53e5c9434d0f7976d03841fca80e8c83cf8608aad79c381820b06e00167447c6dc0c6294c6b3dfd91a9fdb6d4

diff --git a/net-irc/ircii/files/ircii-20110228-glibc.patch 
b/net-irc/ircii/files/ircii-20110228-glibc.patch
deleted file mode 100644
index 291bf3219eb..000
--- a/net-irc/ircii/files/ircii-20110228-glibc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Nathan Phillip Brink 
-
-Support glibc systems where SIGRTMAX and SIGRTMIN macros can only be fully 
expanded at runtime.
-
 a/source/mksiginc.c
-+++ b/source/mksiginc.c
-@@ -191,12 +191,18 @@
-   signames[SIGRETRACT] = "RETRACT";
- #endif
- 
--#if defined(SIGRTMAX) && SIGRTMAX < MY_MAXSIG
--  signames[SIGRTMAX] = "RTMAX";
-+#if defined(SIGRTMAX)
-+  /*
-+   * In recent glibc, SIGRTMAX and SIGRTMIN macros are runtime
-+   * function calls into libc and must be evaluated at runtime.
-+   */
-+  if (SIGRTMAX < MY_MAXSIG)
-+  signames[SIGRTMAX] = "RTMAX";
- #endif
- 
--#if defined(SIGRTMIN) && SIGRTMIN < MY_MAXSIG
--  signames[SIGRTMIN] = "RTMIN";
-+#if defined(SIGRTMIN)
-+  if (SIGRTMIN < MY_MAXSIG)
-+  signames[SIGRTMIN] = "RTMIN";
- #endif
- 
- #if defined(SIGSAK) && SIGSAK < MY_MAXSIG

diff --git a/net-irc/ircii/ircii-20110228.ebuild 
b/net-irc/ircii/ircii-20110228.ebuild
deleted file mode 100644
index 30fe9cc6b75..000
--- a/net-irc/ircii/ircii-20110228.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="An IRC and ICB client that runs under most UNIX platforms"
-SRC_URI="ftp://ircii.warped.com/pub/ircII/${P}.tar.bz2";
-HOMEPAGE="http://www.eterna.com.au/ircii/";
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
-IUSE="ipv6"
-
-DEPEND="sys-libs/ncurses
-   virtual/libiconv"
-# This and irc-client both install /usr/bin/irc #247987
-RDEPEND="${DEPEND}
-   !!net-irc/irc-client"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-glibc.patch
-}
-
-src_configure() {
-   tc-export CC
-   use elibc_glibc || append-libs -liconv
-   econf $(use_enable ipv6)
-}
-
-src_install() {
-   emake -j1 DESTDIR="${D}" install
-
-   dodoc ChangeLog INSTALL NEWS README \
-   doc/Copyright doc/crypto doc/VERSIONS doc/ctcp
-}

diff --git a/net-irc/ircii/ircii-2015.ebuild 
b/net-irc/ircii/ircii-2015.ebuild
deleted file mode 100644
index 72b797c9b94..000
--- a/net-irc/ircii/ircii-2015.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolcha

[gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/

2019-09-18 Thread Ben Kohler
commit: e76e19075b59926767a194e162b59672b443814f
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 15:01:48 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 15:01:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76e1907

app-cdr/dumpet: revbump for minor fixes, drop old

Remove unneeded rpm inherit, and add RESTRICT value

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 app-cdr/dumpet/Manifest|  1 -
 app-cdr/dumpet/dumpet-2.1.ebuild   | 29 --
 ...40601.ebuild => dumpet-2.1_p20140601-r1.ebuild} |  3 ++-
 3 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/app-cdr/dumpet/Manifest b/app-cdr/dumpet/Manifest
index 67e7263a5c7..1b7448b08d2 100644
--- a/app-cdr/dumpet/Manifest
+++ b/app-cdr/dumpet/Manifest
@@ -1,2 +1 @@
-DIST dumpet-2.1-15.fc27.src.rpm 25268 BLAKE2B 
ae80875f08211a825bbc357e4051bf6fcd26d2726b9fc477b61593155080fb460ea3cb6b7c5af519a740436313fa588cfffda7afdba41179a620702693e82ff2
 SHA512 
bf4b7f2de48590f5ff71ec17a05e331def234a1e57e7e06254c00eb60e44ae8c712e33515e01c6f5fe0bcecbea6e596e4e452ad192823b81dfb7de781d0d4e55
 DIST dumpet-2.1_p20140601.tar.gz 20140 BLAKE2B 
def3e7948096e2543bf24324b17c3b3123b867e750971858cb403732efde6c217fcf1c04955a0dd4ed2f99fdaedecab1becdcc1027645e7a955ed1addf11daa1
 SHA512 
161911ae136aa81abff5a591593acf421a4101e3f80cb259c5b2190581d5cbd06641eefe4c873d40d1b2adabedb2e42ef7fdd0a6e39ec98e1927550ae8960eda

diff --git a/app-cdr/dumpet/dumpet-2.1.ebuild b/app-cdr/dumpet/dumpet-2.1.ebuild
deleted file mode 100644
index 965a359ba23..000
--- a/app-cdr/dumpet/dumpet-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rpm
-
-DESCRIPTION="A tool to dump and debug bootable CD-like images"
-HOMEPAGE="https://github.com/rhboot/dumpet";
-SRC_URI="http://dl.fedoraproject.org/pub/fedora/linux/releases/27/Everything/source/tree/Packages/d/dumpet-${PV}-15.fc27.src.rpm";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/libxml2
-   dev-libs/popt"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_setup(){
-   tc-export CC
-}
-
-src_prepare() {
-   use amd64 && eapply 
"${WORKDIR}"/0001-Manually-tell-it-we-ve-got-64-bit-files-because-32-b.patch
-   default
-}

diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild 
b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
similarity index 94%
rename from app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
rename to app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
index 27a98a38ba7..48ab8113b1e 100644
--- a/app-cdr/dumpet/dumpet-2.1_p20140601.ebuild
+++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit rpm vcs-snapshot
+inherit vcs-snapshot
 
 COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8"
 
@@ -15,6 +15,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-libs/libxml2
dev-libs/popt"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/

2019-09-18 Thread Ben Kohler
commit: cdb8008bd633f328ec218173e152be13a7a4f825
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 15:02:31 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 15:02:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb8008b

net-dialup/cutecom: fix homepage

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 net-dialup/cutecom/cutecom-0.51.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild 
b/net-dialup/cutecom/cutecom-0.51.0.ebuild
index 7a773960180..cb81505f985 100644
--- a/net-dialup/cutecom/cutecom-0.51.0.ebuild
+++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit cmake-utils eutils
 
 DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
-HOMEPAGE="https://gitlab.com/neundorf/CuteCom";
+HOMEPAGE="https://gitlab.com/cutecom/cutecom";
 
SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2";
 
 LICENSE="GPL-3+"



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

2019-09-18 Thread Craig Andrews
commit: bb505578b04cb17148bf43ede64594c5b1a53853
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Sep 18 15:03:23 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Sep 18 15:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb505578

net-libs/quiche: Include licenses for all bundled crates

Closes: https://bugs.gentoo.org/694498
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild | 10 +-
 net-libs/quiche/quiche-.ebuild   | 10 +-
 2 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild 
b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
index 0bced63bd9e..d72cf7b2112 100644
--- a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
+++ b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
@@ -140,7 +140,15 @@ else
KEYWORDS="~amd64"
 fi
 
-LICENSE="BSD-2"
+LICENSE="|| ( Apache-2.0 Boost-1.0 )
+   || ( Apache-2.0 MIT )
+   || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT )
+   BSD-2
+   BSD
+   ISC
+   MIT
+   || ( Unlicense MIT )
+   openssl"
 SLOT="0/0"
 IUSE=""
 DOCS=( CODEOWNERS  COPYING README.md )

diff --git a/net-libs/quiche/quiche-.ebuild 
b/net-libs/quiche/quiche-.ebuild
index c4c00329dee..0c71fee6d04 100644
--- a/net-libs/quiche/quiche-.ebuild
+++ b/net-libs/quiche/quiche-.ebuild
@@ -137,7 +137,15 @@ else
S="${WORKDIR}/${P//_/-}"
 fi
 
-LICENSE="BSD-2"
+LICENSE="|| ( Apache-2.0 Boost-1.0 )
+   || ( Apache-2.0 MIT )
+   || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT )
+   BSD-2
+   BSD
+   ISC
+   MIT
+   || ( Unlicense MIT )
+   openssl"
 SLOT="0/0"
 IUSE=""
 DOCS=( CODEOWNERS  COPYING README.md )



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

2019-09-18 Thread Hans de Graaff
commit: b5ab4393fa0d4743360015ed05a33b35e6e13de5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 15:57:26 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 15:57:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ab4393

dev-lang/erlang: add 22.0.7 and fix systemd support

Fixes: https://bugs.gentoo.org/692026
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-lang/erlang/Manifest |   1 +
 dev-lang/erlang/erlang-22.0.7.ebuild | 149 +++
 2 files changed, 150 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index e3b8e577a5c..6ad8b3fcc55 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,5 +1,6 @@
 DIST erlang-21.1.1.tar.gz 53854332 BLAKE2B 
32ab508b5a305eb92eac9f49bd513374c573966e7565d98aa6ba986ce42eb955a46130b9f33dbb415f48de5c179b308a8b06b345a844afcb2700f7e3f257f27e
 SHA512 
dc11aace126aad5411b0d583579fe95a7263be328612fdc9f9c02d917aef7ea7a128b1e54ddcf7a52232980d2c81fc8e90ae5a8806ee5ae6ea97f00a9cf3faab
 DIST erlang-22.0.2.tar.gz 54805264 BLAKE2B 
d30fd8a7a4ada892f4b8e14c82ab7e20f77caa78573774d0b591a1abcc26c63ae5e0a65ae5c30f0f5cc8a6e4c5e13d167929eb049cbb172fcf2899d61f5ec8dc
 SHA512 
6dbc3705a8b9ba5c8b6694e256c226c882521d87c3af4deb9212c33fff83b510191ea547888d15ced17dd66857fb1d7ba72d9fbd54a5c63091aa86680b960436
+DIST erlang-22.0.7.tar.gz 54814307 BLAKE2B 
0f44c225bd4d762a529b5c154a086636a3677d0ff44df619ce4cc17eb168b5fdc0d33e1a82c85e9f3daafa1313fede22d702021323252380c76dacde91a3f204
 SHA512 
cf84cc20b97ed46f9ab3c7f1d77bcf6254ac3ebbb5c1e4e5202f4d5ba3d9c3bf5542567b047edaa68c204bc67ca667b1d96eb8153ac660e628c78fe271b6a8d9
 DIST erlang_doc_html_21.1.tar.gz 32692731 BLAKE2B 
a7fa8ebe1c876ab7eecd2dd46ffd4d288db6d308e0f131d53c26ee4b67a92cb6fcb89b6c880ef34df395c7ad61fcdc81eac32e0fcf7336be7d517263218146bc
 SHA512 
0d659f55bfb01eecf140a310154724489ef56b6ccbe9ac30f6b053f598276721b80de7b5b3200707cf8a6e77b8854eae5453f655225f431fcc982550539f767f
 DIST erlang_doc_html_22.0.tar.gz 33737075 BLAKE2B 
f49aba36e9b84e5bc4422052e33aab5cb407dfcf2086ddb8a2370003dc63842acc79a67d9d453ee9e59d7b69416b23527e2d9f564b2d8a58d4c46bc3a93881c4
 SHA512 
89229a97fb5c78246ce9fa6a2d23446c6c3c2de15617911739e133b7e58714a91b1360af64bf61659d96808a816d84e4c410f8c8efe1e544930f88d73242b6e7
 DIST erlang_doc_man_21.1.tar.gz 1317726 BLAKE2B 
5e5c2b77a41da6ab9ae1264ba5824a9f3bda6d3b7a824b372e01356888db437ed9e45bf987d678aca3fd8d0f0e6dce25080c7a2aaa4e061936f1e6ac4717e843
 SHA512 
94c6191ba9f42bffeb398e865026fbc79f3b233389c7d471f0c680799aa3669e97ab5305cd53f26d6525aed33d738ebfc4eb79a8f1a0b29dc4b79a2a37a29a4f

diff --git a/dev-lang/erlang/erlang-22.0.7.ebuild 
b/dev-lang/erlang/erlang-22.0.7.ebuild
new file mode 100644
index 000..9b2c9019753
--- /dev/null
+++ b/dev-lang/erlang/erlang-22.0.7.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit eapi7-ver elisp-common java-pkg-opt-2 systemd wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="https://www.erlang.org/";
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_man_${UPSTREAM_V}.tar.gz
+   doc? ( http://erlang.org/download/otp_doc_html_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_html_${UPSTREAM_V}.tar.gz )"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
+IUSE="doc emacs +hipe java +kpoll libressl odbc sctp ssl systemd tk wxwidgets"
+
+RDEPEND="
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   emacs? ( virtual/emacs )
+   java? ( >=virtual/jdk-1.8:* )
+   odbc? ( dev-db/unixODBC )
+   sctp? ( net-misc/lksctp-tools )
+   ssl? (
+   !libressl? ( >=dev-libs/openssl-0.9.7d:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   systemd? ( sys-apps/systemd )
+   tk? ( dev-lang/tk:0 )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+"
+
+S="${WORKDIR}/otp-OTP-${PV}"
+
+PATCHES=(
+   "${FILESDIR}/18.2.1-wx3.0.patch"
+   "${FILESDIR}/${PN}-22.0-dont-ignore-LDFLAGS.patch"
+   "${FILESDIR}/${PN}-add-epmd-pid-file-creation-for-openrc.patch"
+)
+
+SITEFILE=50"${PN}"-gentoo.el
+
+src_prepare() {
+   default
+
+   ./otp_build autoconf
+}
+
+src_configure() {
+   use wxwidgets && setup-wxwidgets
+
+   local myconf=(
+   --disable-builtin-zlib
+   $(use_enable hipe)
+   $(use_

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

2019-09-18 Thread Hans de Graaff
commit: 46b18784e9b5a965e42ec839bfb877413e10e090
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 18 16:01:31 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 18 16:01:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b18784

dev-ruby/x25519: fix gemspec generation

Fixes: https://bugs.gentoo.org/694754
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/x25519/x25519-1.0.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/x25519/x25519-1.0.8.ebuild 
b/dev-ruby/x25519/x25519-1.0.8.ebuild
index bdc8cd16bb9..69c7f169907 100644
--- a/dev-ruby/x25519/x25519-1.0.8.ebuild
+++ b/dev-ruby/x25519/x25519-1.0.8.ebuild
@@ -24,6 +24,8 @@ IUSE=""
 
 all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#: ; /coverall/I s:^:#:' spec/spec_helper.rb 
|| die
+
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
 }
 
 each_ruby_configure() {



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

2019-09-18 Thread Thomas Deutschmann
commit: 0a2269249a606f23464351587c50cd649ae09904
Author: Christian Buchinger  guya  de>
AuthorDate: Wed Sep 18 15:59:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 18 16:02:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a226924

net-misc/anydesk: remove executable bit

Signed-off-by: Christian Buchinger  guya.de>
Closes: https://bugs.gentoo.org/694672
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/anydesk/files/anydesk.desktop | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/anydesk/files/anydesk.desktop 
b/net-misc/anydesk/files/anydesk.desktop
old mode 100755
new mode 100644



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

2019-09-18 Thread Joonas Niilola
commit: e0ff52c4ee2bf54d1c9c703ed5d973f61bc82b56
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Sep 13 19:21:12 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep 18 16:12:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ff52c4

app-benchmarks/geekbench: drop old version

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12917
Signed-off-by: Joonas Niilola  gentoo.org>

 app-benchmarks/geekbench/Manifest   |  1 -
 app-benchmarks/geekbench/geekbench-5.0.0.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/app-benchmarks/geekbench/Manifest 
b/app-benchmarks/geekbench/Manifest
index 093c86dc5f3..a801ca74f32 100644
--- a/app-benchmarks/geekbench/Manifest
+++ b/app-benchmarks/geekbench/Manifest
@@ -3,5 +3,4 @@ DIST Geekbench-2.4.3-Linux.tar.gz 3337551 BLAKE2B 
cb660f3c08cc812cb23374032490a1
 DIST Geekbench-3.4.2-Linux.tar.gz 9986039 BLAKE2B 
63d7e768d65bc033260a0d99da17df2e518750f19882e63dbc9bbe6ff0b52a8cddb35b9143e85c01838bf5d77a04599578fc0a57a3e6fd89e7aec8c8ffdd4f5b
 SHA512 
a61a5d5481682baefdce64f6054c3373900e8cd585dcbfa2feabbf386032986b40b603619c552102401a83e0b748831d00af5b5b5278e88ef42dee176adf06e9
 DIST Geekbench-4.3.3-Linux.tar.gz 71101735 BLAKE2B 
f7e784a624f558711e7ebc5fc502de0cae5be489154f3d7d20bfccb624269644ff90867c96ce9f8136609f4911b6764bcfb7ecfb037ebddac56e450b3baa2415
 SHA512 
8c4bdc51f215f6c84ef955d012d3ba81fab542716cb7dd9e2b05d15c68e678955817fd25032ec659028a769312b5bc04d2d3b9832c9f2fa46d55784446e31b49
 DIST Geekbench-4.4.1-Linux.tar.gz 71076124 BLAKE2B 
14c2b80c971798e7d2bb256e76c7ab9c48e8c1c389e2f7547a436f706ac4f21c1e52e564cd584893071ee2f9f0a4747cd03ea72cc728ff8e4f369d5cc794d77a
 SHA512 
fa687d33a7d7a2d09c544e3d17de93f41cfa77915c708cd1ef0743f84f7f83df9d3f8df2872a8f85ed2c4c872e3cd41932685ffeb19cdb0ea047ab5116713420
-DIST Geekbench-5.0.0-Linux.tar.gz 92109155 BLAKE2B 
5789ae929fbf47960939c3da79ea7cfe4efc9c5bfb9e158f0842d73e1a667a5e76d2c82952e0173aa4418d45a8d3314689e449e453ebe406a86da839229397e8
 SHA512 
dfec23335ffeef9b7cb089b164a5348fa4bb603169ba289d9995520b355c02815ce5b6619bb5d2ed090c21f21605d78238c1a285db41d75ce2afcc79835b57a5
 DIST Geekbench-5.0.1-Linux.tar.gz 92098694 BLAKE2B 
007439570830816d573897eb3fb56e0521e885fd241ad8606b6a6ca533a5ed490ac86465993ba4532d9278d09d03c78ca01bcf6cd932eb00eac00eb3a242
 SHA512 
82bd126c533764bdf6d25588d59b929be59deb4d0548ca0d414910fcea6a473918f4e62e9fed5fe644683b57819c868285ecaf92a6d123954ad92a93f989ed69

diff --git a/app-benchmarks/geekbench/geekbench-5.0.0.ebuild 
b/app-benchmarks/geekbench/geekbench-5.0.0.ebuild
deleted file mode 100644
index fd51c02afa3..000
--- a/app-benchmarks/geekbench/geekbench-5.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and 
Windows"
-HOMEPAGE="https://www.geekbench.com";
-SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz";
-
-KEYWORDS="-* ~amd64"
-LICENSE="geekbench"
-SLOT="5"
-
-RESTRICT="bindist fetch mirror strip"
-
-S="${WORKDIR}/Geekbench-${PV}-Linux"
-
-QA_PREBUILT="
-   opt/geekbench5/geekbench5
-   opt/geekbench5/geekbench_x86_64
-"
-
-pkg_nofetch() {
-   elog "Please download ${A} from ${HOMEPAGE}/download/linux"
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   exeinto /opt/geekbench5
-   doexe geekbench5 geekbench_x86_64
-
-   insinto /opt/geekbench5
-   doins geekbench.plar
-
-   dodir /opt/bin
-   dosym ../geekbench5/geekbench5 /opt/bin/geekbench5
-}
-
-pkg_postinst() {
-   elog "If you have purchased a commercial license, you can enter"
-   elog "your email address and your license key with the following 
command:"
-   elog "geekbench5 -r  "
-}



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

2019-09-18 Thread Joonas Niilola
commit: 251c331d65fd7b9c71ff4cd53926e59659944284
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Sep 13 19:18:27 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep 18 16:12:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251c331d

app-benchmarks/geekbench: bump to version 5.0.1

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-benchmarks/geekbench/Manifest   |  1 +
 app-benchmarks/geekbench/geekbench-5.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-benchmarks/geekbench/Manifest 
b/app-benchmarks/geekbench/Manifest
index 91990f8e872..093c86dc5f3 100644
--- a/app-benchmarks/geekbench/Manifest
+++ b/app-benchmarks/geekbench/Manifest
@@ -4,3 +4,4 @@ DIST Geekbench-3.4.2-Linux.tar.gz 9986039 BLAKE2B 
63d7e768d65bc033260a0d99da17df
 DIST Geekbench-4.3.3-Linux.tar.gz 71101735 BLAKE2B 
f7e784a624f558711e7ebc5fc502de0cae5be489154f3d7d20bfccb624269644ff90867c96ce9f8136609f4911b6764bcfb7ecfb037ebddac56e450b3baa2415
 SHA512 
8c4bdc51f215f6c84ef955d012d3ba81fab542716cb7dd9e2b05d15c68e678955817fd25032ec659028a769312b5bc04d2d3b9832c9f2fa46d55784446e31b49
 DIST Geekbench-4.4.1-Linux.tar.gz 71076124 BLAKE2B 
14c2b80c971798e7d2bb256e76c7ab9c48e8c1c389e2f7547a436f706ac4f21c1e52e564cd584893071ee2f9f0a4747cd03ea72cc728ff8e4f369d5cc794d77a
 SHA512 
fa687d33a7d7a2d09c544e3d17de93f41cfa77915c708cd1ef0743f84f7f83df9d3f8df2872a8f85ed2c4c872e3cd41932685ffeb19cdb0ea047ab5116713420
 DIST Geekbench-5.0.0-Linux.tar.gz 92109155 BLAKE2B 
5789ae929fbf47960939c3da79ea7cfe4efc9c5bfb9e158f0842d73e1a667a5e76d2c82952e0173aa4418d45a8d3314689e449e453ebe406a86da839229397e8
 SHA512 
dfec23335ffeef9b7cb089b164a5348fa4bb603169ba289d9995520b355c02815ce5b6619bb5d2ed090c21f21605d78238c1a285db41d75ce2afcc79835b57a5
+DIST Geekbench-5.0.1-Linux.tar.gz 92098694 BLAKE2B 
007439570830816d573897eb3fb56e0521e885fd241ad8606b6a6ca533a5ed490ac86465993ba4532d9278d09d03c78ca01bcf6cd932eb00eac00eb3a242
 SHA512 
82bd126c533764bdf6d25588d59b929be59deb4d0548ca0d414910fcea6a473918f4e62e9fed5fe644683b57819c868285ecaf92a6d123954ad92a93f989ed69

diff --git a/app-benchmarks/geekbench/geekbench-5.0.1.ebuild 
b/app-benchmarks/geekbench/geekbench-5.0.1.ebuild
new file mode 100644
index 000..fd51c02afa3
--- /dev/null
+++ b/app-benchmarks/geekbench/geekbench-5.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and 
Windows"
+HOMEPAGE="https://www.geekbench.com";
+SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz";
+
+KEYWORDS="-* ~amd64"
+LICENSE="geekbench"
+SLOT="5"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/Geekbench-${PV}-Linux"
+
+QA_PREBUILT="
+   opt/geekbench5/geekbench5
+   opt/geekbench5/geekbench_x86_64
+"
+
+pkg_nofetch() {
+   elog "Please download ${A} from ${HOMEPAGE}/download/linux"
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   exeinto /opt/geekbench5
+   doexe geekbench5 geekbench_x86_64
+
+   insinto /opt/geekbench5
+   doins geekbench.plar
+
+   dodir /opt/bin
+   dosym ../geekbench5/geekbench5 /opt/bin/geekbench5
+}
+
+pkg_postinst() {
+   elog "If you have purchased a commercial license, you can enter"
+   elog "your email address and your license key with the following 
command:"
+   elog "geekbench5 -r  "
+}



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

2019-09-18 Thread Matthew Thode
commit: bb50509712f0bb0e75bf375c8707aeeb552e1b99
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 18 16:07:04 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 18 16:16:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb505097

dev-python/os-vif: 1.15.2 bump

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

 dev-python/os-vif/Manifest |  1 +
 dev-python/os-vif/os-vif-1.15.2.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/os-vif/Manifest b/dev-python/os-vif/Manifest
index be0d36e7e31..03e0c53f777 100644
--- a/dev-python/os-vif/Manifest
+++ b/dev-python/os-vif/Manifest
@@ -1,2 +1,3 @@
 DIST os_vif-1.15.1.tar.gz 85731 BLAKE2B 
c0855be5204513fcb18c39341cae0a51ab6ad961d6a5f6d96988b14e43beddc4fa7f8c3e8a590eb5f657af8590603cc516a194af1c73234566047b8059cacfc1
 SHA512 
5fe7ba1bccba81e8b03884e951012f181c4b0cff433ff9211ce750868811ad4a3e5b1188396c466a286df6a9db824fd07a7abc62fda2c0c302d6d07108f419a8
+DIST os_vif-1.15.2.tar.gz 88591 BLAKE2B 
0a272332b238590f9a0cb5a457babe8a26b97196370c0e0f4c1e4d89e814e424dcc5f0e2786cfed3729bb5608434507966ab22d9c68b90e7deef0767381a8cb0
 SHA512 
36d7ff16fa5b7cecf738d9e867657ce7ff416a514cde2796306d2e21a1ae1985528dfcecc95498a24fcfc16687cfdbc898550520ac6e17d202ea554e8d8c7b1c
 DIST os_vif-1.9.1.tar.gz 63535 BLAKE2B 
b4c017b129c2540794f85292341a165761d00439d24727fe2f421c96a7e5d6e79e8572a217064e01e62bb137f136fcfd1d51ff089c48026de82d91a8b9a22386
 SHA512 
d7aeec1bd277a91a1f4fbda69e5408f5648ad49ffac17d1ca54148ec30c31bd64639151988355395166747df91cd89cbed1863a2668a5bce89a10d2aea55c288

diff --git a/dev-python/os-vif/os-vif-1.15.2.ebuild 
b/dev-python/os-vif/os-vif-1.15.2.ebuild
new file mode 100644
index 000..4a5e87d488c
--- /dev/null
+++ b/dev-python/os-vif/os-vif-1.15.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches"
+HOMEPAGE="https://github.com/openstack/os-vif";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os_vif-${PV}.tar.gz"
+S="${WORKDIR}/os_vif-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.28.0[${PYTHON_USEDEP}]
+   >=dev-python/ovsdbapp-0.12.1[${PYTHON_USEDEP}]
+   >=dev-python/pyroute2-0.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   sed -i '/^pbr/d' requirements.txt || die  # pbr should be uncapped in 
stable/ocata
+   distutils-r1_python_prepare_all
+}



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

2019-09-18 Thread Matthew Thode
commit: 11e9fcaa7d48b32fc0715d9ebcc64dea70574be9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 18 16:16:01 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 18 16:16:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e9fcaa

dev-ruby/facter: 3.14.4 bump

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

 dev-ruby/facter/Manifest |   1 +
 dev-ruby/facter/facter-3.14.4.ebuild | 112 +++
 2 files changed, 113 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 8969c6bfe89..4e289243e2b 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -1,3 +1,4 @@
 DIST facter-3.14.2.tar.gz 393499 BLAKE2B 
41e8c81668580f215eb597a2130b0d9830bed4067c76d6429f54d7389767f79ef7f059b8d14d8fdf5baeeb1abdce1fa7c0ae69fee4eb221facb1cc66b9a5049b
 SHA512 
83520da9b9739eb7f1fa72bea6765d02d92d09f20143b7c605b032cd5e720b239035c4ae9991711a0e1b9699ee074710506aa4de5f630c28c3d5c9c1a0682fb2
 DIST facter-3.14.3.tar.gz 395278 BLAKE2B 
bda071fb92d337e2d6e58faaa33a6b135b6dfd3b6f4077af3b872bd44191629810fe99a7a1f8d9e3b16c4ff45ba587730bccb0652dcd85f4562120def42c7f38
 SHA512 
abd7cb3e102bff7635d6b2c17e5650e0a7b7be5ed6b81003df17053f0c9c4887f7db948714daaa313c7569bcc788ab18b0361a57395cd5118a6be38d571794df
+DIST facter-3.14.4.tar.gz 395849 BLAKE2B 
e3a08f5c6e1f8d441ea50b41432f0fff3120923e7cb81e47586622e239d691c89c1e4bbf17fdbc744ae20cc44b5bf0adf4178ab7d8572dc44edef4f3b789e92b
 SHA512 
631eb10efdd51e2aab2f9d139c18bb659dffd0341141f2c094f46f27e54166527355be52e768e1f5e4f61ff3eb3bf099ec8626947d66cea71d36395d6551c7b9
 DIST facter-3.9.2.tar.gz 380883 BLAKE2B 
d2804664e0499715230e5696c5a9ebae933f5b43dfb37154251d47763c2c7f78cfa8d1413dd836e5a0c76ed67300d066fa5bb390f17f85cd4cb7a444eaf0d133
 SHA512 
bc040826311bbff40f5a151ade315d9d47ef1e0f3faa570805e48ca55405265e66308230118b9cd59f701ecd76a7b0fd4d9200dd4ace838521223a162b105374

diff --git a/dev-ruby/facter/facter-3.14.4.ebuild 
b/dev-ruby/facter/facter-3.14.4.ebuild
new file mode 100644
index 000..4c7110c0cf6
--- /dev/null
+++ b/dev-ruby/facter/facter-3.14.4.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git";
+   EGIT_BRANCH="master"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   dev-cpp/cpp-hocon"
+COMMON_DEPEND="
+   >=dev-libs/leatherman-1.0.0:=
+   dev-libs/openssl:0=
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54:=[nls]
+   =dev-cpp/yaml-cpp-0.5.1
+   ! 10.1.0/>= 10/' \
+   -e '/rspec/ s/2.11.0/2.11/' \
+   -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
+   # patches
+   default
+   cmake-utils_src_prepare
+}
+
+each_ruby_configure() {
+   # hack for correct calculation of relative path from facter.rb to
+   # libfacter.so
+   my_ruby_sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
+}
+
+src_configure() {
+   ruby-ng_src_configure
+
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+   -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   addpredict /proc/self/oom_score_adj
+   cmake-utils_src_compile
+}
+
+src_test() {
+   cmake-utils_src_test
+}
+
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
+src_install() {
+   cmake-utils_src_install
+   ruby-ng_src_install
+}



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

2019-09-18 Thread Matthew Thode
commit: cda4eb8f266c588c9ef5884dc92148bca94b45ac
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 18 16:14:00 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 18 16:16:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda4eb8f

dev-libs/leatherman: 1.7.2 bump

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

 dev-libs/leatherman/Manifest|  1 +
 dev-libs/leatherman/leatherman-1.7.2.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
index ab2c6eb8283..f3dd51de6eb 100644
--- a/dev-libs/leatherman/Manifest
+++ b/dev-libs/leatherman/Manifest
@@ -1,2 +1,3 @@
 DIST leatherman-1.3.0.tar.gz 434229 BLAKE2B 
e0c19bca2378afc4928554ac0862543504ba725aadc6cffd78220f7f7f1b725cad960fc6d9fdd2d54a43c233b35959ebcb9c71d1191a5535703599fa32e3301e
 SHA512 
5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b
 DIST leatherman-1.7.1.tar.gz 814579 BLAKE2B 
e29e8bbdb58800e35c4c790b833a512ead0e177e22f140f16ef725738336b49afa709976ab6062b7219b705e14a369f31eef0ded26d51240919ace2cba1de739
 SHA512 
753cb89f7511b6fbc66e49e9c1fc3ecf1a2d61781b65baea763666f49780cf84a20e0a90fb98e7146f6e11555f892cbfb9c3b4f0d84961af7cce7fc4a277a7f1
+DIST leatherman-1.7.2.tar.gz 815088 BLAKE2B 
d011d2ae8b75c2a6c10c35da0293624fac0a30dac35d5b7f8b2fee264140666996821f60c8f67eeafc351b669c8263d1a95a00ffcdcd28448b36852c607ca69f
 SHA512 
2976e8d56e603ba86bc22217c1c6b729fed62536ea56b0a74afed4d48a85429d2c79900652344e63905448a13d60d29440623980fd770d40e3db729af5d70ef3

diff --git a/dev-libs/leatherman/leatherman-1.7.2.ebuild 
b/dev-libs/leatherman/leatherman-1.7.2.ebuild
new file mode 100644
index 000..33542697140
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-1.7.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+IUSE="debug static-libs test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0/${PV}"
+
+RDEPEND="net-misc/curl"
+DEPEND=">=dev-libs/boost-1.54:=[nls]
+   net-misc/curl
+   >=sys-devel/gcc-4.8:*"
+
+PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   )
+   if ! use static-libs; then
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=ON
+   )
+   else
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=OFF
+   )
+   fi
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${WORKDIR}/${P}"_build/bin/leatherman_test
+}
+
+src_install() {
+   cmake-utils_src_install
+}



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

2019-09-18 Thread Matthew Thode
commit: 95f023dbcbb35ba151e8d069d83dde8d9e93d83b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 18 16:15:06 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 18 16:16:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f023db

net-misc/memcached: 1.5.18 bump

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

 net-misc/memcached/Manifest|  1 +
 net-misc/memcached/memcached-1.5.18.ebuild | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 56307b64b5e..a904a696437 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -1,3 +1,4 @@
 DIST memcached-1.5.14.tar.gz 485076 BLAKE2B 
729b4b708e921184bfedadbb02b0304eb09dcebbbd1420605deb608dcd7dea25a8982ca0f387f237a1a6412b4682372018c593396ef9bff5aa0fa901c0fdafd6
 SHA512 
d06083d971d0a40195b4dfb252a3bf7c3a0d20b2dcad56726ff9e0b87ba84024309300516dad40181f1b7af4d9c4f35924383977c5e1ff9b5f13d2ef05f684ed
 DIST memcached-1.5.16.tar.gz 487868 BLAKE2B 
b9889866b8adbbbf23785f0da35f6f6b3cd5c842c6167beab3dd5385d6ed53e4607a2ffc18cd815005f2a1d67a3a549c780411b93d34335c541f4999d793b8a0
 SHA512 
999872c4c68e0210feab76f74c9487fbfb652cf3e6b7fa347f882767aad41ea6d8ba3ee056494409c054d673fc209032d8a890605810b2c6c9048d26d50751a0
 DIST memcached-1.5.17.tar.gz 490891 BLAKE2B 
a971083ec29452755de953537ff9c23fc872496d4746420c9c20e91c226481bd3818c00495cb7a5d85f2bd38683061e57a9e92cbfe0e4cd28bcafde37f05cabf
 SHA512 
533c916015d738ff4c7ba8420654ae15b19370b3e959b89d43bc60cae1bda65d36906be05fad44a025ea1878570a8c1a36041c4e4c0cdf0cea84e6bb0e7ba325
+DIST memcached-1.5.18.tar.gz 502185 BLAKE2B 
a138dd2178906607fb75e76fa9806e41fe284cefd57a1be6b49f64ae4d3fd972c6996f1dedc161871e02271c9d3c42fbb4c957426f24c100f6024327fa03ba41
 SHA512 
00d12a97b6ae00814735491b31d1390a8dd15c99e971ae99547e70bf6b343023b88d6e26bb8404dea5f8636f26688e71cd39d8612d06902285b9be91786f9931

diff --git a/net-misc/memcached/memcached-1.5.18.ebuild 
b/net-misc/memcached/memcached-1.5.18.ebuild
new file mode 100644
index 000..8d046a22030
--- /dev/null
+++ b/net-misc/memcached/memcached-1.5.18.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic systemd user
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/";
+SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
+   https://www.memcached.org/files/old/${MY_P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4:=
+   dev-lang/perl
+   sasl? ( dev-libs/cyrus-sasl )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Harness 
>=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   epatch "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   epatch "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   epatch "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+
+   # Tweak upstream systemd unit to use Gentoo variables/envfile.
+   # As noted by bug #587440
+   sed -i -e '/^ExecStart/{
+   s,{USER},{MEMCACHED_RUNAS},g;
+   s,{CACHESIZE},{MEMUSAGE},g;
+   s,OPTIONS,MISC_OPTS,g;
+   };
+   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
+   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
+   ' \
+   "${S}"/scripts/memcached.service
+   default
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the -debug version with -DNDEBUG _WILL_ fail.
+   append-flags -UNDEBUG -pthread
+   emake testapp memcached-debug CFLAGS="${CFLAGS}"
+   filter-flags -UNDEBUG
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin scripts/memcached-tool
+   use debug && dobin memcached-debug
+

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

2019-09-18 Thread Joonas Niilola
commit: f06bda75d7f6c13c005538c76cbf18bd21a3f8ac
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Sep 18 16:19:25 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep 18 16:20:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06bda75

dev-libs/efl: bump to 1.22.5

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/Manifest  |   1 +
 dev-libs/efl/efl-1.22.5.ebuild | 281 +
 2 files changed, 282 insertions(+)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index c361e21d063..68164bd47b1 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,3 +1,4 @@
 DIST efl-1.22.2.tar.xz 71320272 BLAKE2B 
b1eb66228ec5a92f5d89bf38d95439f9bfb0b09a074e418094474d7c7d0de6a4ae998321a02273a5c9bbcfcba260a7ff3d8cef0af445293869c82c57dec2cca0
 SHA512 
7385b1fdeee0a4565a0765fedbe5cecca81b86b306ee95a703b3064a88427ab0b4967f6f075a92f5c1d5911cefc56a9c2d45c7347572480169e3f53348321734
 DIST efl-1.22.3.tar.xz 70620824 BLAKE2B 
b6a785ad1ebf9b7804eb2ea12dd78bcf1ee0647d24852c23955e10c59bb7a9a9d0b86cec7796382dacdef11ca164d87c02f186700dcc69bebe8ba6c62727fc6d
 SHA512 
d29022c27950adebab96266343c4f861801f445f36806c8bf0da67fe4ea75807932fa9f218d9cb084c2c3f6ccc212903992ef4b94b95253656e8550b11b42f83
 DIST efl-1.22.4.tar.xz 71364104 BLAKE2B 
66aa2cfad4b9474b4343e7c139a9d918e3c1b80944ca41414c62c2ec3468d84ebfe95e9834846b55f6ead0568b77e59cb115fd607f1653dd692baa8d9238ac5b
 SHA512 
0a9e5bd40dfeb10f4c17c64aae5c9af8f54be934b78216f6effecaf077b9f57fe704cb61ded4487472bd9451a3eeb6634b2c0d0d038e911177c2e33576ad6b6e
+DIST efl-1.22.5.tar.xz 71358856 BLAKE2B 
d1b9c8263608bca61760adb129eb5ad3d507caaa2d4e03847d9c06c99494d6dcaa0756368f700fde64d15dd33147a1f58f5391164902c1f9f586ef7307b14510
 SHA512 
87d10ab244778fc8452ea85cbf698a6b0ccd065964941f7c04d073cf7db9632b09d7956d86bd5c4e9fa102efceb1057269322e84504c70ee5f740176cd4bb26f

diff --git a/dev-libs/efl/efl-1.22.5.ebuild b/dev-libs/efl/efl-1.22.5.ebuild
new file mode 100644
index 000..2da0160a980
--- /dev/null
+++ b/dev-libs/efl/efl-1.22.5.ebuild
@@ -0,0 +1,281 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils xdg-utils
+
+DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
+HOMEPAGE="https://www.enlightenment.org";
+SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz";
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE="+bmp dds connman debug drm +eet elogind examples fbcon +fontconfig 
fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd 
pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff 
tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent 
zeroconf"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   ?? ( gles2 opengl )
+   fbcon? ( !tslib )
+   gles2? (
+   || ( wayland X )
+   !sdl
+   )
+   ibus? ( glib )
+   opengl? ( X )
+   pulseaudio? ( sound )
+   sdl? ( opengl )
+   vnc? ( fbcon X )
+   wayland? ( gles2 !opengl )
+   xim? ( X )
+   xpresent? ( X )
+"
+
+RDEPEND="
+   net-misc/curl
+   media-libs/libpng:0=
+   sys-apps/dbus
+   sys-apps/util-linux
+   virtual/jpeg:0=
+   connman? ( net-misc/connman )
+   drm? (
+   dev-libs/libinput
+   media-libs/mesa[gbm]
+   x11-libs/libdrm
+   x11-libs/libxkbcommon
+   )
+   elogind? ( sys-auth/elogind )
+   fontconfig? ( media-libs/fontconfig )
+   fribidi? ( dev-libs/fribidi )
+   gif? ( media-libs/giflib:= )
+   gles2? ( media-libs/mesa[egl,gles2] )
+   glib? ( dev-libs/glib:2 )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   harfbuzz? ( media-libs/harfbuzz )
+   hyphen? ( dev-libs/hyphen )
+   ibus? ( app-i18n/ibus )
+   jpeg2k? ( media-libs/openjpeg:= )
+   libuv? ( dev-libs/libuv )
+   luajit? ( dev-lang/luajit:= )
+   !luajit? ( dev-lang/lua:* )
+   pdf? ( app-text/poppler:=[cxx] )
+   physics? ( sci-physics/bullet:= )
+   postscript? ( app-text/libspectre )
+   pulseaudio? ( media-sound/pulseaudio )
+   raw? ( media-libs/libraw:= )
+   scim? ( app-i18n/scim )
+   sdl? (
+   media-libs/libsdl2
+   virtual/opengl
+   )
+   sound? ( media-libs/libsndfile )
+   ssl? (
+   gnutls? ( net-libs/gnutls:= )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0= )
+   lib

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

2019-09-18 Thread Joonas Niilola
commit: 95d8c5319590caccb22eff3a743c1d3ed6be1a1a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Sep 18 16:20:24 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Sep 18 16:20:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d8c531

dev-libs/efl: clean old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/Manifest  |   2 -
 dev-libs/efl/efl-1.22.3.ebuild | 281 -
 dev-libs/efl/efl-1.22.4.ebuild | 281 -
 3 files changed, 564 deletions(-)

diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest
index 68164bd47b1..41567e68e5d 100644
--- a/dev-libs/efl/Manifest
+++ b/dev-libs/efl/Manifest
@@ -1,4 +1,2 @@
 DIST efl-1.22.2.tar.xz 71320272 BLAKE2B 
b1eb66228ec5a92f5d89bf38d95439f9bfb0b09a074e418094474d7c7d0de6a4ae998321a02273a5c9bbcfcba260a7ff3d8cef0af445293869c82c57dec2cca0
 SHA512 
7385b1fdeee0a4565a0765fedbe5cecca81b86b306ee95a703b3064a88427ab0b4967f6f075a92f5c1d5911cefc56a9c2d45c7347572480169e3f53348321734
-DIST efl-1.22.3.tar.xz 70620824 BLAKE2B 
b6a785ad1ebf9b7804eb2ea12dd78bcf1ee0647d24852c23955e10c59bb7a9a9d0b86cec7796382dacdef11ca164d87c02f186700dcc69bebe8ba6c62727fc6d
 SHA512 
d29022c27950adebab96266343c4f861801f445f36806c8bf0da67fe4ea75807932fa9f218d9cb084c2c3f6ccc212903992ef4b94b95253656e8550b11b42f83
-DIST efl-1.22.4.tar.xz 71364104 BLAKE2B 
66aa2cfad4b9474b4343e7c139a9d918e3c1b80944ca41414c62c2ec3468d84ebfe95e9834846b55f6ead0568b77e59cb115fd607f1653dd692baa8d9238ac5b
 SHA512 
0a9e5bd40dfeb10f4c17c64aae5c9af8f54be934b78216f6effecaf077b9f57fe704cb61ded4487472bd9451a3eeb6634b2c0d0d038e911177c2e33576ad6b6e
 DIST efl-1.22.5.tar.xz 71358856 BLAKE2B 
d1b9c8263608bca61760adb129eb5ad3d507caaa2d4e03847d9c06c99494d6dcaa0756368f700fde64d15dd33147a1f58f5391164902c1f9f586ef7307b14510
 SHA512 
87d10ab244778fc8452ea85cbf698a6b0ccd065964941f7c04d073cf7db9632b09d7956d86bd5c4e9fa102efceb1057269322e84504c70ee5f740176cd4bb26f

diff --git a/dev-libs/efl/efl-1.22.3.ebuild b/dev-libs/efl/efl-1.22.3.ebuild
deleted file mode 100644
index 2da0160a980..000
--- a/dev-libs/efl/efl-1.22.3.ebuild
+++ /dev/null
@@ -1,281 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils xdg-utils
-
-DESCRIPTION="Enlightenment Foundation Libraries all-in-one package"
-HOMEPAGE="https://www.enlightenment.org";
-SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz";
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="+bmp dds connman debug drm +eet elogind examples fbcon +fontconfig 
fribidi gif gles2 glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k 
libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd 
pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff 
tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpm xpresent 
zeroconf"
-
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   ?? ( gles2 opengl )
-   fbcon? ( !tslib )
-   gles2? (
-   || ( wayland X )
-   !sdl
-   )
-   ibus? ( glib )
-   opengl? ( X )
-   pulseaudio? ( sound )
-   sdl? ( opengl )
-   vnc? ( fbcon X )
-   wayland? ( gles2 !opengl )
-   xim? ( X )
-   xpresent? ( X )
-"
-
-RDEPEND="
-   net-misc/curl
-   media-libs/libpng:0=
-   sys-apps/dbus
-   sys-apps/util-linux
-   virtual/jpeg:0=
-   connman? ( net-misc/connman )
-   drm? (
-   dev-libs/libinput
-   media-libs/mesa[gbm]
-   x11-libs/libdrm
-   x11-libs/libxkbcommon
-   )
-   elogind? ( sys-auth/elogind )
-   fontconfig? ( media-libs/fontconfig )
-   fribidi? ( dev-libs/fribidi )
-   gif? ( media-libs/giflib:= )
-   gles2? ( media-libs/mesa[egl,gles2] )
-   glib? ( dev-libs/glib:2 )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   harfbuzz? ( media-libs/harfbuzz )
-   hyphen? ( dev-libs/hyphen )
-   ibus? ( app-i18n/ibus )
-   jpeg2k? ( media-libs/openjpeg:= )
-   libuv? ( dev-libs/libuv )
-   luajit? ( dev-lang/luajit:= )
-   !luajit? ( dev-lang/lua:* )
-   pdf? ( app-text/poppler:=[cxx] )
-   physics? ( sci-physics/bullet:= )
-   postscript? ( app-text/libspectre )
-   pulseaudio? ( media-sound/pulseaudio )
-   raw? ( media-libs/libraw:= )
-   scim? ( app-i18n/scim )
-   sdl? (
-   media-libs/libsdl2
-   virtual/opengl
-   )
-   sound? ( media-libs/libsndfile )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? (
-   

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

2019-09-18 Thread Michał Górny
commit: a6e7afbaec56eb08f43682f6381c16b9f1e7198f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 16:17:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 16:23:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7afba

dev-python/twisted: Remove +x from files/trial

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

 dev-python/twisted/files/trial  | 0
 dev-python/twisted/twisted-16.6.0-r3.ebuild | 3 ++-
 dev-python/twisted/twisted-17.1.0-r2.ebuild | 3 ++-
 dev-python/twisted/twisted-17.9.0.ebuild| 3 ++-
 dev-python/twisted/twisted-18.4.0.ebuild| 3 ++-
 dev-python/twisted/twisted-18.7.0.ebuild| 3 ++-
 6 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-python/twisted/files/trial b/dev-python/twisted/files/trial
old mode 100755
new mode 100644

diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild 
b/dev-python/twisted/twisted-16.6.0-r3.ebuild
index cc2d554f402..61c95aa34aa 100644
--- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
+++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
@@ -112,7 +112,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment.  copy the old 16.3.2 start script
# to run the tests with
-   cp "${FILESDIR}"/trial "${TEST_DIR}"
+   cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+   chmod +x "${TEST_DIR}"/trial || die
 
pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild 
b/dev-python/twisted/twisted-17.1.0-r2.ebuild
index 7b72031402e..2c5297195b2 100644
--- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
+++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
@@ -113,7 +113,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment.  copy the old 16.3.2 start script
# to run the tests with
-   cp "${FILESDIR}"/trial "${TEST_DIR}"
+   cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+   chmod +x "${TEST_DIR}"/trial || die
 
pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-17.9.0.ebuild 
b/dev-python/twisted/twisted-17.9.0.ebuild
index d9ab3a98e0b..2af9dc59009 100644
--- a/dev-python/twisted/twisted-17.9.0.ebuild
+++ b/dev-python/twisted/twisted-17.9.0.ebuild
@@ -120,7 +120,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment.  copy the old 16.3.2 start script
# to run the tests with
-   cp "${FILESDIR}"/trial "${TEST_DIR}"
+   cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+   chmod +x "${TEST_DIR}"/trial || die
 
pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-18.4.0.ebuild 
b/dev-python/twisted/twisted-18.4.0.ebuild
index 05bc6ecafa7..62428e4db22 100644
--- a/dev-python/twisted/twisted-18.4.0.ebuild
+++ b/dev-python/twisted/twisted-18.4.0.ebuild
@@ -119,7 +119,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment.  copy the old 16.3.2 start script
# to run the tests with
-   cp "${FILESDIR}"/trial "${TEST_DIR}"
+   cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+   chmod +x "${TEST_DIR}"/trial || die
 
pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-18.7.0.ebuild 
b/dev-python/twisted/twisted-18.7.0.ebuild
index a3d79b03733..9b927dd62be 100644
--- a/dev-python/twisted/twisted-18.7.0.ebuild
+++ b/dev-python/twisted/twisted-18.7.0.ebuild
@@ -121,7 +121,8 @@ python_test() {
# workaround for the eclass not installing the entry points
# in the test environment.  copy the old 16.3.2 start script
# to run the tests with
-   cp "${FILESDIR}"/trial "${TEST_DIR}"
+   cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+   chmod +x "${TEST_DIR}"/trial || die
 
pushd "${TEST_DIR}" > /dev/null || die
 



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

2019-09-18 Thread Matt Turner
commit: 3d2de1225ac49743f1d47a079a40435502da847f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 16:35:27 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 16:35:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2de122

dev-db/kyotocabinet: Drop old versions

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

 dev-db/kyotocabinet/Manifest   |  1 -
 .../files/kyotocabinet-1.2.76-gcc6.patch   | 11 
 dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild  | 62 --
 3 files changed, 74 deletions(-)

diff --git a/dev-db/kyotocabinet/Manifest b/dev-db/kyotocabinet/Manifest
index 13b90276c1b..153fe26ce68 100644
--- a/dev-db/kyotocabinet/Manifest
+++ b/dev-db/kyotocabinet/Manifest
@@ -1,2 +1 @@
-DIST kyotocabinet-1.2.76.tar.gz 951930 BLAKE2B 
7d2b5e5c85e0a6f90c88cd3b6e1b41588dffeaa2a404aa2c83281e033fe4e1275fbbc15584d4998e97f166c5060ce43c9cee9567121edbe1f72a0d5f52f42b40
 SHA512 
278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a
 DIST kyotocabinet-1.2.77.tar.gz 949326 BLAKE2B 
faacde57e8c7fed3fb232ea6fd12b668f2d2ee352cd357d5e16e0d1740cd8f73e223964249efeae50f3ea5d0672117b2410b91ba557ebe1ac7ba4075ac28deab
 SHA512 
f38794c11faa3f4b64097a2e314307e1a6b75ddc495103647ebe52786a689336754496e7083697417ea90436e7fad681f16440975abec9ae917874aa25153e0f

diff --git a/dev-db/kyotocabinet/files/kyotocabinet-1.2.76-gcc6.patch 
b/dev-db/kyotocabinet/files/kyotocabinet-1.2.76-gcc6.patch
deleted file mode 100644
index 3bcc6a28e79..000
--- a/dev-db/kyotocabinet/files/kyotocabinet-1.2.76-gcc6.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/kcdbext.h
-+++ b/kcdbext.h
-@@ -1278,7 +1278,7 @@
- if (omode_ == 0) {
-   set_error(_KCCODELINE_, BasicDB::Error::INVALID, "not opened");
-   *sp = 0;
--  return false;
-+  return NULL;
- }
- if (!cache_) return db_.get(kbuf, ksiz, sp);
- size_t dvsiz = 0;

diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild 
b/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild
deleted file mode 100644
index 324be9e0b8a..000
--- a/dev-db/kyotocabinet/kyotocabinet-1.2.76-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune toolchain-funcs
-
-DESCRIPTION="A straightforward implementation of DBM"
-HOMEPAGE="http://fallabs.com/kyotocabinet/";
-SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
-IUSE="debug doc examples static-libs"
-
-DEPEND="sys-libs/zlib[static-libs?]
-   app-arch/xz-utils[static-libs?]"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/fix_configure-1.2.62.patch
-   "${FILESDIR}"/${PN}-1.2.76-configure-8-byte-atomics.patch
-   "${FILESDIR}"/${PN}-1.2.76-flags.patch
-   "${FILESDIR}"/${PN}-1.2.76-gcc6.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e "/DOCDIR/d" Makefile.in || die
-   tc-export AR
-
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable debug) \
-   $(use_enable static-libs static) \
-   $(use_enable !static-libs shared) \
-   --enable-lzma
-}
-
-src_test() {
-   emake -j1 check
-}
-
-src_install() {
-   default
-   prune_libtool_files
-
-   if use examples; then
-   insinto /usr/share/${PF}/example
-   doins example/*
-   fi
-
-   if use doc; then
-   insinto /usr/share/doc/${PF}
-   doins -r doc/*
-   fi
-}



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

2019-09-18 Thread Jimi Huotari
commit: 90cdb9eb83111b8190b0501ababfcca834c9d44d
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Sep 18 16:43:19 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Sep 18 16:43:19 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=90cdb9eb

dev-qt/qtgui: adjust xcb configure options for 5.15

0. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.15&id=60588e1a

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtgui/qtgui-5.15..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtgui/qtgui-5.15..ebuild 
b/dev-qt/qtgui/qtgui-5.15..ebuild
index aa6a1274..043c53c6 100644
--- a/dev-qt/qtgui/qtgui-5.15..ebuild
+++ b/dev-qt/qtgui/qtgui-5.15..ebuild
@@ -164,8 +164,8 @@ src_configure() {
$(qt_use png libpng system)
$(qt_use tslib)
$(qt_use udev libudev)
-   $(qt_use xcb xcb system)
-   $(usex xcb '-xcb-xlib -xcb-xinput -xkb' '')
+   $(qt_use xcb)
+   $(usex xcb '-xcb-xlib' '')
)
if use libinput || use xcb; then
myconf+=( -xkbcommon )



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

2019-09-18 Thread Michał Górny
commit: 1a3783e0179b091a163cd45b071e7b115cf70997
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 17:17:22 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 17:17:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a3783e0

net-nntp/sabnzbd: Make init.d -x

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

 net-nntp/sabnzbd/files/sabnzbd.initd | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-nntp/sabnzbd/files/sabnzbd.initd 
b/net-nntp/sabnzbd/files/sabnzbd.initd
old mode 100755
new mode 100644



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

2019-09-18 Thread Michał Górny
commit: b932816c6e5a1cad0116b63a02e0b440867f8254
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 17:26:50 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 17:27:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b932816c

sys-process/anacron: Remove meaningless +x from init.d

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

 sys-process/anacron/files/anacron.rc6 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-process/anacron/files/anacron.rc6 
b/sys-process/anacron/files/anacron.rc6
old mode 100755
new mode 100644



[gentoo-commits] repo/gentoo:master commit in: sys-boot/systemrescuecd-x86-grub/files/

2019-09-18 Thread Michał Górny
commit: aaec35d59a5492bd120a3d693757b35e6bf77e4e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 17:26:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 17:27:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaec35d5

sys-boot/systemrescuecd-x86-grub: Remove accidental +x from FILESDIR

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

 sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub-2 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub-2 
b/sys-boot/systemrescuecd-x86-grub/files/systemrescuecd.grub-2
old mode 100755
new mode 100644



[gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/

2019-09-18 Thread Ben Kohler
commit: 3bfb3419d1a6b58106be266fd7a9dbbeec7f32af
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 17:27:01 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 17:27:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfb3419

app-cdr/dumpet: stable (with restricted tests)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild 
b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
index 48ab8113b1e..7cd8392b5cf 100644
--- a/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
+++ b/app-cdr/dumpet/dumpet-2.1_p20140601-r1.ebuild
@@ -13,9 +13,10 @@ 
SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
-RESTRICT="!test? ( test )"
+#Restrict tests since required test file is unavailable
+RESTRICT="test"
 
 RDEPEND="dev-libs/libxml2
dev-libs/popt"



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

2019-09-18 Thread Michał Górny
commit: 78e837cf9b26ec47cbf10067c8d72d2752973c8b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 17:27:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 17:27:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e837cf

sys-process/dcron: Remove +x from init.d

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

 sys-process/dcron/files/dcron.init | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-process/dcron/files/dcron.init 
b/sys-process/dcron/files/dcron.init
old mode 100755
new mode 100644



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

2019-09-18 Thread Ben Kohler
commit: 79b028188f1d5e6ed5150b129218b5fde402c2c3
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Sep 18 15:07:27 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Sep 18 17:27:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b02818

app-admin/ps_mem: slightly adjust SRC_URI, drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ben Kohler  gentoo.org>

 app-admin/ps_mem/Manifest  |  1 -
 app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 28 
 app-admin/ps_mem/ps_mem-3.12.ebuild| 29 -
 app-admin/ps_mem/ps_mem-3.13.ebuild|  2 +-
 4 files changed, 1 insertion(+), 59 deletions(-)

diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 5bf18609caa..f61c651d0a7 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 
98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa
 SHA512 
aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4
 DIST ps_mem-3.13.tar.gz 18331 BLAKE2B 
a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1
 SHA512 
bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc

diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild 
b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
deleted file mode 100644
index 1a46a4d9b58..000
--- a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/${PN}";
-SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install() {
-   distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   doman ${PN}.1
-}

diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild 
b/app-admin/ps_mem/ps_mem-3.12.ebuild
deleted file mode 100644
index 56d2145f42b..000
--- a/app-admin/ps_mem/ps_mem-3.12.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="A utility to report core memory usage per program"
-HOMEPAGE="https://github.com/pixelb/${PN}";
-SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${PYTHON_DEPS}"
-
-python_install() {
-   distutils-r1_python_install --install-scripts="/usr/sbin"
-}
-
-src_install() {
-   distutils-r1_src_install
-   doman ${PN}.1
-}

diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild 
b/app-admin/ps_mem/ps_mem-3.13.ebuild
index b977cc31a56..b70d81dedb8 100644
--- a/app-admin/ps_mem/ps_mem-3.13.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.13.ebuild
@@ -11,7 +11,7 @@ COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
 
 DESCRIPTION="A utility to report core memory usage per program"
 HOMEPAGE="https://github.com/pixelb/${PN}";
-SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
+SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"



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

2019-09-18 Thread Zac Medico
commit: 330a90af2968c0c00828005b5c05e9e19af5a842
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 18 17:35:26 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 18 17:37:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330a90af

net-misc/drive: LICENSE: account for vendored software

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

 net-misc/drive/drive-0.3.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/drive/drive-0.3.9.1.ebuild 
b/net-misc/drive/drive-0.3.9.1.ebuild
index 7bd117f426a..996aee6541f 100644
--- a/net-misc/drive/drive-0.3.9.1.ebuild
+++ b/net-misc/drive/drive-0.3.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=6
@@ -6,7 +6,7 @@ EAPI=6
 KEYWORDS="amd64"
 DESCRIPTION="Google Drive client for the commandline"
 HOMEPAGE="https://github.com/odeke-em/drive";
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD MIT"
 SLOT="0"
 IUSE=""
 EGO_PN="${HOMEPAGE#*//}"



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

2019-09-18 Thread Jeroen Roovers
commit: 972387487c2e653fb9098a9f2ce81b1c31975d5d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 12:34:36 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:09:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97238748

dev-tcltk/expect: Stable for hppa too

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

 dev-tcltk/expect/expect-5.45.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/expect/expect-5.45.4.ebuild 
b/dev-tcltk/expect/expect-5.45.4.ebuild
index d4ace184ed9..37653655453 100644
--- a/dev-tcltk/expect/expect-5.45.4.ebuild
+++ b/dev-tcltk/expect/expect-5.45.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~m68k-mint ~x64-solaris ~x86-solaris"
 IUSE="debug doc threads"
 
 # We need dejagnu for src_test, but dejagnu needs expect



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

2019-09-18 Thread Andreas Sturmlechner
commit: 0015c415c46d2113e8c5e58356c55b40acc5a693
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 17 19:24:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0015c415

sys-libs/gwenhywfar: 4.20.2 version bump

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

 sys-libs/gwenhywfar/Manifest |   1 +
 sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild | 109 +++
 2 files changed, 110 insertions(+)

diff --git a/sys-libs/gwenhywfar/Manifest b/sys-libs/gwenhywfar/Manifest
index 3a6504b4db9..f71cd40ced7 100644
--- a/sys-libs/gwenhywfar/Manifest
+++ b/sys-libs/gwenhywfar/Manifest
@@ -1 +1,2 @@
 DIST gwenhywfar-4.20.0.tar.gz 2379537 BLAKE2B 
7e3439959f61c28d8845ee8355b21b71446f3108f5e344ee600eda58cdccb31cfe93a45cdc9ef8b682fbb3171d20658766918924b48150fea5f2abc1eaa76af1
 SHA512 
bc1d47c39654940198396f1bdb9f4a87ff4e0e6b07cb4525c10f7f8e6ce93445d5b9d85586a47c93c558e86eb826f7006eca29b93fad6371dfe72830bf9b88e1
+DIST gwenhywfar-4.20.2.tar.gz 2350327 BLAKE2B 
1209bc46fe16e4a76886327bdcc0c9dde7bc135851bea27caa1795f8d652b968842e5191817e255044034827fc2f7e8c392f45ce52c85eb4d9382609f7238e53
 SHA512 
9012b82b4aa5229576951ebc835621f18a19f817a689f149b120710fadf8cc3d60481a6724967db44fb04c5eedf3e96d7ec919933ff325c9b4b8dad9c7fe870b

diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild 
b/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild
new file mode 100644
index 000..b20b4023391
--- /dev/null
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.20.2.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="Multi-platform helper library for other libraries"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php";
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/108/${P}.tar.gz";
+
+LICENSE="LGPL-2.1"
+SLOT="0/60" # correspond with libgwenhywfar.so version
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug designer doc fox gtk libressl qml qt5 sensors serialport test 
webkit"
+
+REQUIRED_USE="designer? ( qt5 ) qml? ( qt5 ) sensors? ( qt5 ) serialport? ( 
qt5 ) webkit? ( qt5 )"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="
+   dev-libs/libgcrypt:0=
+   dev-libs/libgpg-error
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   net-libs/gnutls:=
+   virtual/libiconv
+   virtual/libintl
+   virtual/opengl
+   designer? ( dev-qt/designer:5 )
+   fox? ( x11-libs/fox:1.6 )
+   gtk? ( x11-libs/gtk+:3 )
+   qml? ( dev-qt/qtdeclarative:5 )
+   qt5? (
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtmultimedia:5[widgets]
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   dev-qt/qtxmlpatterns:5
+   )
+   sensors? ( dev-qt/qtsensors:5 )
+   serialport? ( dev-qt/qtserialport:5 )
+   test? ( dev-qt/qttest:5 )
+   webkit? ( dev-qt/qtwebkit:5 )
+"
+DEPEND="${RDEPEND}"
+
+# broken upstream, reported but got no reply
+RESTRICT="test"
+
+src_configure() {
+   disableQtModule() {
+   local module
+   for module in ${@}; do
+   sed -e "/qtHaveModule(${module})/s|^|#DONT|" -i 
configure || die
+   done
+   }
+
+   use designer || disableQtModule designer uitools
+   use qml || disableQtModule qml qmltest
+   use sensors || disableQtModule sensors
+   use serialport || disableQtModule serialport
+   use test || disableQtModule testlib
+   use webkit || disableQtModule webkit webkitwidgets
+
+   local guis=()
+   use fox && guis+=( fox16 )
+   use gtk && guis+=( gtk3 )
+   use qt5 && guis+=( qt5 )
+
+   local myeconfargs=(
+   --enable-ssl
+   $(use_enable debug)
+   $(use_enable doc full-doc)
+   --with-docpath="${EPREFIX}/usr/share/doc/${PF}/apidoc"
+   )
+   use qt5 && myeconfargs+=(
+   --with-qt5-moc="$(qt5_get_bindir)/moc"
+   --with-qt5-qmake="$(qt5_get_bindir)/qmake"
+   )
+
+   guis_config="--with-guis=${guis[@]}"
+   econf "${myeconfargs[@]}" "${guis_config}"
+}
+
+src_compile() {
+   emake
+   use doc && emake srcdoc
+}
+
+src_install() {
+   default
+   use doc && emake DESTDIR="${D}" install-srcdoc
+ 

[gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/

2019-09-18 Thread Andreas Sturmlechner
commit: 2476a04b61f3d2fef92af5bd188593dcc6ba6e5c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 18 18:11:41 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2476a04b

app-office/kmymoney: Re-add USE hbci

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

 app-office/kmymoney/kmymoney-5.0.6.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild 
b/app-office/kmymoney/kmymoney-5.0.6.ebuild
index 86b2bc4fc86..e7469b83564 100644
--- a/app-office/kmymoney/kmymoney-5.0.6.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild
@@ -20,7 +20,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -66,6 +66,10 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.8.2
+   >=sys-libs/gwenhywfar-4.20.2[qt5]
+   )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -99,8 +103,8 @@ src_configure() {
$(cmake-utils_use_find_package addressbook KF5Akonadi)
$(cmake-utils_use_find_package addressbook KF5Contacts)
$(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
-   -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
+   -DENABLE_KBANKING=$(usex hbci)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)



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

2019-09-18 Thread Andreas Sturmlechner
commit: 3e38ebebdc70b23750c6008e6c95d43be23d45c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 17 19:51:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e38ebeb

net-libs/aqbanking: 5.8.2 version bump

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

 net-libs/aqbanking/Manifest   |  1 +
 net-libs/aqbanking/aqbanking-5.8.2.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/net-libs/aqbanking/Manifest b/net-libs/aqbanking/Manifest
index f1b885542d1..f10c1c7ebe3 100644
--- a/net-libs/aqbanking/Manifest
+++ b/net-libs/aqbanking/Manifest
@@ -1 +1,2 @@
 DIST aqbanking-5.7.8.tar.gz 3818825 BLAKE2B 
6536b11251fda4977fd964f513f4b2bb23cd14d62adffdd18e7508afe85d660b86aa1aadc80fe4ba47c5b393659ba7139c65eaf342795f6f05599efdd2c3904d
 SHA512 
4078c3bc2c0b6f38f853fed064e37b6188c0b8158416ca6482756232ef8fe71e9cc1df0abe8c6bcbe8a7e818c24210f553c367f540d60cb7b7cf0161a9ca7117
+DIST aqbanking-5.8.2.tar.gz 3824997 BLAKE2B 
529867a9e814d0e46ff2aac1da25a369c9a8722f41364c6ef15dce0ed861b7a5bab104fb5b30a151c6e11071c0a067aa1192a4ceda67ee50698f80053ac8e33a
 SHA512 
2a8d87396fa8926fa338cf0a7744649512ecd773741fa24ad69a52bf65d4df881365c0fc31c3a14f718184032a7f1a596e74f63d6ffdaa05c29aac23e26bd4ae

diff --git a/net-libs/aqbanking/aqbanking-5.8.2.ebuild 
b/net-libs/aqbanking/aqbanking-5.8.2.ebuild
new file mode 100644
index 000..1c31017cf4d
--- /dev/null
+++ b/net-libs/aqbanking/aqbanking-5.8.2.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Generic Online Banking Interface"
+HOMEPAGE="https://www.aquamaniac.de/sites/aqbanking/index.php";
+SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/107/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="chipcard debug doc ebics examples ofx"
+
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="
+   app-misc/ktoblzcheck
+   dev-libs/gmp:0=
+   sys-libs/gwenhywfar:=
+   virtual/libintl
+   chipcard? ( >=sys-libs/libchipcard-5.0.2 )
+   ebics? ( dev-libs/xmlsec[gcrypt,gnutls] )
+   ofx? ( >=dev-libs/libofx-0.9.5 )
+"
+DEPEND="${RDEPEND}"
+
+# DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+MAKEOPTS="${MAKEOPTS} -j1" # 5.7.8 still fails with > -j1
+
+src_configure() {
+   local backends="aqhbci aqnone aqpaypal"
+   use ofx && backends="${backends} aqofxconnect"
+   use ebics && backends="${backends} aqebics"
+
+   econf \
+   $(use_enable debug) \
+   $(use_enable doc full-doc) \
+   --with-backends="${backends}" \
+   --with-docpath=/usr/share/doc/${PF}/apidoc
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   rm -rv "${ED}"/usr/share/doc/ || die
+
+   einstalldocs
+
+   newdoc src/plugins/backends/aqhbci/tools/aqhbci-tool/README \
+   README.aqhbci-tool
+
+   if use examples; then
+   docinto tutorials
+   dodoc tutorials/*.{c,h} tutorials/README
+   fi
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2019-09-18 Thread Andreas Sturmlechner
commit: 1c6e0593af245703205da5109eb46721cc0e542a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 17 16:15:09 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6e0593

dev-libs/libical: 3.0.6 version bump, add USE introspection,vala

Merge USE glib into introspection.

Bug: https://bugs.gentoo.org/689434
Closes: https://bugs.gentoo.org/694588
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libical/Manifest |  1 +
 dev-libs/libical/libical-3.0.6.ebuild | 94 +++
 2 files changed, 95 insertions(+)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index d9c3d48177c..370e00b64ca 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1 +1,2 @@
 DIST libical-3.0.5.tar.gz 881800 BLAKE2B 
64f95950cc6f128c9ea475129e54d9c58b26d9866f8183762d34c996934a1b2bcc528c47442357a12fb6444831caa8f39772a6810d81f8c0b6596fd724f0de6c
 SHA512 
9bf24b535864f66ea0b8d52d902d15fbfd20efbc480b5188ecd1b3d4aafdba063219763f99a8c30413964f7a024c7a902bade6bc40224bc59a438e672f65d656
+DIST libical-3.0.6.tar.gz 879939 BLAKE2B 
365e16cd7011df7e9e8bcf011035aeeb904a511c5a0ff76cde5b559a7c56049646108d1c2b499cd044e2784aef7bb1370ee3dbf88c24b745a349a0ee7c312157
 SHA512 
d1a3397071c2989983893e3bbaeb088f7cb9a3639dca39709e9422c334dd1e9a869bba9292a250f83eb2a5b6727bd91b73c8e420bd1814422d97aff9fc6b26fc

diff --git a/dev-libs/libical/libical-3.0.6.ebuild 
b/dev-libs/libical/libical-3.0.6.ebuild
new file mode 100644
index 000..04ea480f906
--- /dev/null
+++ b/dev-libs/libical/libical-3.0.6.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit cmake-utils python-any-r1 vala
+
+DESCRIPTION="An implementation of basic iCAL protocols"
+HOMEPAGE="https://github.com/libical/libical";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+IUSE="berkdb doc examples introspection static-libs test vala"
+REQUIRED_USE="vala? ( introspection )"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( ${PYTHON_DEPS} )
+"
+DEPEND="
+   dev-libs/icu:=
+   berkdb? ( sys-libs/db:= )
+   introspection? (
+   dev-libs/glib:2
+   dev-libs/gobject-introspection:=
+   dev-libs/libxml2:2
+   )
+   vala? ( $(vala_depend) )
+"
+RDEPEND="${DEPEND}
+   sys-libs/timezone-data
+"
+
+DOCS=(
+   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
+   doc/{AddingOrModifyingComponents,UsingLibical}.txt
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.4-tests.patch"
+   "${FILESDIR}/${PN}-3.0.5-pkgconfig-libdir.patch"
+)
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   use examples || cmake_comment_add_subdirectory examples
+   use vala && vala_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package berkdb BDB)
+   -DICAL_BUILD_DOCS=$(usex doc)
+   -DICAL_GLIB=$(usex introspection)
+   -DGOBJECT_INTROSPECTION=$(usex introspection)
+   -DSHARED_ONLY=$(usex !static-libs)
+   -DLIBICAL_BUILD_TESTING=$(usex test)
+   -DICAL_GLIB_VAPI=$(usex vala)
+   )
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile
+   use doc && cmake-utils_src_compile docs
+}
+
+src_test() {
+   local myctestargs=(
+   -E "(icalrecurtest|icalrecurtest-r)" # bug 660282
+   )
+
+   cmake-utils_src_test
+}
+
+src_install() {
+   use doc && HTML_DOCS=( "${BUILD_DIR}"/apidocs/html/. )
+
+   cmake-utils_src_install
+
+   if use examples; then
+   rm examples/CMakeLists.txt || die
+   dodoc -r examples
+   fi
+}



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

2019-09-18 Thread Andreas Sturmlechner
commit: 64d394aaceb8eae9f8e9ac72b556196b5aa2614f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 17 15:55:42 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:13:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d394aa

kde-frameworks/kio: 5.62.1 version bump

See also: https://mail.kde.org/pipermail/release-team/2019-September/011509.html

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

 kde-frameworks/kio/Manifest  |  1 +
 kde-frameworks/kio/kio-5.62.1.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index 5839e00dfc4..f67a5343e87 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,2 +1,3 @@
 DIST kio-5.60.0.tar.xz 3176868 BLAKE2B 
7eb6c7f6ed6f8fa7ba3646039683fc29d7bd985dc042c11467b67a188223752c3ad024e0e990c87a826421c55dd612d7ed8e67799ddb729301d500624f40df31
 SHA512 
2aa596e4fa62e5f1666adb1850331cfeb1874fd6019ad951a8efad165484ebf2bd093ffe06b0b433956ff4a7b763c121be82841562b707435d9e84460528fa91
 DIST kio-5.62.0.tar.xz 3191856 BLAKE2B 
04405299c21ca62f0bfd0ea04c4f595ca246940f47bebceca9cb3025abbdb1ed67423e307619fbd5e9ba148534e060b9bd3c88e0b9ff7f539749cc6c97ae9a26
 SHA512 
1f8ee878f18496b78a6efbfdb5719acda68c182d6ab945b3075df9fdc8439fc1cabddd491e0c51bde3d127fc16e7890ac616074345b0602b354c6aee41413231
+DIST kio-5.62.1.tar.xz 3191600 BLAKE2B 
36499aaad37354b2ff5193f8a4f15271be54e99a88095cd83413b0e524e2047dd60599aecc50c7731a03f6a3ba4db6a1dabdd2b8001469ba50df3d3f6b1e08ff
 SHA512 
fd6e1700c3ade7f59fc2cfa98ea90ec20cc606a435cff00c2c01b6802a9348e4ab3b02cd97b2c1964e51935ca04b1c5bedd359eb8a041ade786417d286a09dfa

diff --git a/kde-frameworks/kio/kio-5.62.1.ebuild 
b/kde-frameworks/kio/kio-5.62.1.ebuild
new file mode 100644
index 000..649d23dfa0c
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.62.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_DESIGNERPLUGIN="true"
+KDE_TEST="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework providing transparent file and data management"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="acl +handbook kerberos +kwallet X"
+
+# drop qtnetwork subslot operator when QT_MINIMAL >= 5.12.0
+RDEPEND="
+   $(add_frameworks_dep kauth)
+   $(add_frameworks_dep karchive)
+   $(add_frameworks_dep kbookmarks)
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kservice)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_frameworks_dep solid)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork 'ssl' '' '5=')
+   $(add_qt_dep qtscript)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtxml)
+   dev-libs/libxml2
+   dev-libs/libxslt
+   acl? (
+   sys-apps/attr
+   virtual/acl
+   )
+   handbook? ( $(add_frameworks_dep kdoctools) )
+   kerberos? ( virtual/krb5 )
+   kwallet? ( $(add_frameworks_dep kwallet) )
+   X? ( $(add_qt_dep qtx11extras) )
+"
+DEPEND="${RDEPEND}
+   $(add_qt_dep qtconcurrent)
+   test? ( sys-libs/zlib )
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libX11
+   x11-libs/libXrender
+   )
+"
+PDEPEND="
+   $(add_frameworks_dep kded)
+"
+
+# tests hang
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package acl ACL)
+   $(cmake-utils_use_find_package handbook KF5DocTools)
+   $(cmake-utils_use_find_package kerberos GSSAPI)
+   $(cmake-utils_use_find_package kwallet KF5Wallet)
+   $(cmake-utils_use_find_package X X11)
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2019-09-18 Thread Andreas Sturmlechner
commit: 2b0310f3718d4325d705ced6ecc24b2c1f9862c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 18 18:09:17 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 18 18:10:07 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2b0310f3

app-office/kmymoney: Re-add USE hbci

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

 app-office/kmymoney/kmymoney-5.0..ebuild | 12 ++--
 app-office/kmymoney/kmymoney-.ebuild | 12 ++--
 app-office/kmymoney/metadata.xml |  1 +
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-5.0..ebuild 
b/app-office/kmymoney/kmymoney-5.0..ebuild
index ccb82f062c..e7469b8356 100644
--- a/app-office/kmymoney/kmymoney-5.0..ebuild
+++ b/app-office/kmymoney/kmymoney-5.0..ebuild
@@ -20,14 +20,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
-#  hbci? (
-#  >=net-libs/aqbanking-5.8.1
-#  >=sys-libs/gwenhywfar-4.20.0[qt5]
-#  )
 BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -70,6 +66,10 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.8.2
+   >=sys-libs/gwenhywfar-4.20.2[qt5]
+   )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -103,8 +103,8 @@ src_configure() {
$(cmake-utils_use_find_package addressbook KF5Akonadi)
$(cmake-utils_use_find_package addressbook KF5Contacts)
$(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
-   -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
+   -DENABLE_KBANKING=$(usex hbci)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 9845c2b64f..caab8c9038 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -19,14 +19,10 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="activities addressbook calendar holidays ofx quotes webkit weboob"
+IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
 
 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
 
-#  hbci? (
-#  >=net-libs/aqbanking-5.8.1
-#  >=sys-libs/gwenhywfar-4.20.0[qt5]
-#  )
 BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
$(add_frameworks_dep karchive)
@@ -69,6 +65,10 @@ COMMON_DEPEND="
$(add_kdeapps_dep kidentitymanagement)
)
calendar? ( dev-libs/libical:= )
+   hbci? (
+   >=net-libs/aqbanking-5.8.2
+   >=sys-libs/gwenhywfar-4.20.2[qt5]
+   )
holidays? ( $(add_frameworks_dep kholidays) )
ofx? ( dev-libs/libofx )
webkit? (
@@ -102,8 +102,8 @@ src_configure() {
$(cmake-utils_use_find_package addressbook KF5Akonadi)
$(cmake-utils_use_find_package addressbook KF5Contacts)
$(cmake-utils_use_find_package addressbook 
KF5IdentityManagement)
-   -DENABLE_KBANKING=OFF
-DENABLE_LIBICAL=$(usex calendar)
+   -DENABLE_KBANKING=$(usex hbci)
$(cmake-utils_use_find_package holidays KF5Holidays)
-DENABLE_OFXIMPORTER=$(usex ofx)
-DENABLE_WEBENGINE=$(usex !webkit)

diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index c7ea7e741e..34cd0358c5 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -8,6 +8,7 @@

Enable 
kde-frameworks/kactivities integration
Enable kde-apps/akonadi 
contact integration
+   Enable HBCI support using 
net-libs/aqbanking
Enable 
kde-frameworks/kholidays integration
Enable Online Stock Quote retrieval
Enable import of online banking 
transactions extracted by www-client/weboob



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

2019-09-18 Thread Jeroen Roovers
commit: 64a6bd2c30947299ebe93d0bac148d00b31fcc1b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:19:02 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a6bd2c

www-client/opera: Stable

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

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

diff --git a/www-client/opera/opera-63.0.3368.94.ebuild 
b/www-client/opera/opera-63.0.3368.94.ebuild
index eec568e74cf..b28807261d0 100644
--- a/www-client/opera/opera-63.0.3368.94.ebuild
+++ b/www-client/opera/opera-63.0.3368.94.ebuild
@@ -25,7 +25,7 @@ SRC_URI+="
"${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
 "
 done
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
dev-libs/expat



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

2019-09-18 Thread Jeroen Roovers
commit: 040334f0c0c7af5ab6332f89fda167cdd0f4c9d1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:18:09 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040334f0

www-client/opera: Version 63.0.3368.94

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

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-63.0.3368.94.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 743245bc064..8fc2e32a924 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-stable_63.0.3368.66_amd64.deb 60668118 BLAKE2B 
b580a6e946c02bf4fb549a511b11a4c7f5edd18061428f154204e798d35e8c5488c441602a344895e06b4275c4d61c069566a022497499cbd12f9cef511376ec
 SHA512 
4877f8582afb0edbdee4e03adc60c586ca063f863b64139bbbac156800e9f3ca81505944f56434f6f227a6bff49eec68a25c7281174d482dbe34b474099d494b
 DIST opera-stable_63.0.3368.88_amd64.deb 61078938 BLAKE2B 
37b402e51f23304f4e67a66d5765b4db13940a50b317d24a50376f8cc1ef8b9fadfc58c70b498be5e04ad28ffa675bf5e7e33031f265bae791377647ec61b26b
 SHA512 
40743f01cc50dff851f303067d565f53757c4280d59fd2e9abf6de4c4016c9a0c3d1620dda06d9bbdcc40925c0f681960db43bb5a9fdd20d0d402153cdd7446b
+DIST opera-stable_63.0.3368.94_amd64.deb 61168824 BLAKE2B 
bf1c48f16486b4fbef77680540d2d5560600d4eef4ef3f7dc14af88f239fbce857adad1675e875dc62eabcedf24a92f3fa9c2e5fff56b71422d7d958f9889bfb
 SHA512 
20e28b0116920ae0a425a323958f5db9d3842de372c724acd1a67ce705f13a7bce28c7f59db792167e935e7c73f40198806e9d511b8d8c5a77216eee99e39bcd

diff --git a/www-client/opera/opera-63.0.3368.94.ebuild 
b/www-client/opera/opera-63.0.3368.94.ebuild
new file mode 100644
index 000..eec568e74cf
--- /dev/null
+++ b/www-client/opera/opera-63.0.3368.94.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
+"
+done
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   default
+
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   pushd "${OPERA_HOME}"/localization > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   rm "${OPERA_HOME}"/${PN}_autoupdate || die
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /"${OPERA_HOME}"/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}



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

2019-09-18 Thread Jeroen Roovers
commit: 0fb6d60d433c5d59a236656f500e8db9db66588c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:17:21 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb6d60d

www-client/vivaldi-snapshot: Old

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

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-2.8.1664.26_p1.ebuild | 115 -
 2 files changed, 118 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index d4a29d9cdd1..451ea2b1062 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot-2.8.1664.26_p1-amd64.deb 64481752 BLAKE2B 
818b0415d1f7dddeed82363e6864528a336d9b0eacdc18dd143916b56f82e9d910d99386d8f6a8a4904e1cac1da3a136dc4435a45e93befb6b44dd568924f2fc
 SHA512 
b5a5a07875e3964bfa5564da1646fddf4dade38fa195d79779cec1e7cecd948f021d23670cf851b5fc2e009c0cdf73afdbc14ec946e43e343d9fe5cdf5cb74ad
-DIST vivaldi-snapshot-2.8.1664.26_p1-arm64.deb 57661952 BLAKE2B 
50d62ef54be4a30947c2ade0cfada997dac793213794198e47f33d086b12a137b2bf32922357249ab3f92bb6ef8acd94a4c1b00cc221c629b13921e96fc7b10d
 SHA512 
d8b3edd88c20e26eb8abee623325d6823fe1fbff6dd05225c491d14276d5ba02f1b98b6e0a8a29f8ca8ee2ffae746aad2bc0bb711765089b0d2c588991f1aec0
-DIST vivaldi-snapshot-2.8.1664.26_p1-i386.deb 62744600 BLAKE2B 
803c6e27139be9ae976d58f903aedb491d4845f65eadd8cf9f22845b8d9005729284cf8b4a1a777daf58aed2b4c69e6607981606a4bce28443078c6301ed1805
 SHA512 
e9b22792f62a4c2eae9b3f64a35a03d6ae03ecc207dacffcfa25f2ca61920988cb7664aa4f9ed995ca5bb340672456bb1cc5fd90a6dfa76504be24badfaa
 DIST vivaldi-snapshot-2.8.1664.30_p1-amd64.deb 64467296 BLAKE2B 
a1c45f51d315501ab577bc9b9ec56c8e89713154fecbe62663a8efd3d2d9c37cb54138e96559ac9d2800026a80912cf730b510eecbcc862eae7a906eec955596
 SHA512 
53bb709a770fcf471068189b43015c09802f5f293468f2719d8ea90e07f100376e05194aa06dc111958dece3e5e14082ac013d8da87b91f9e604e4a10fc9b926
 DIST vivaldi-snapshot-2.8.1664.30_p1-arm64.deb 57664724 BLAKE2B 
07df61c87867e7cdf8fb7482625e29a97caa99e6453d5aa95e8c4af3eb3745abfba2da4c8846cbf0f3b2fca298c099b4e2a7c677f72b215be9b59d7bb8bed007
 SHA512 
e49a5e90e667eeaa98ed51c4870372dffcce9d860a52065784742d082627f72144fdc109c3c13a512cac689e4f9689de27a86ab1c7367fd05bbe9d36e35adf18
 DIST vivaldi-snapshot-2.8.1664.30_p1-i386.deb 62742736 BLAKE2B 
067b98fb0ba966d7ee35e522134747fe13f6ef4db0917f2a2e950a09e65c8c4c9e1ed24bc9fe4c3f7b4852c7900417b1056b63e3915137c9193c832cc31028ae
 SHA512 
ab618338ede0851503b1ca3179c9056e1ab2b82c937a4aa3eed98f7c2ec3ef3450cf20ba9521e324697c3e4c4daa63dfaae40f4821dd43a8f0aaf9100f9c3e8a

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.26_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.26_p1.ebuild
deleted file mode 100644
index 3777ea957e1..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.26_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu fa fi
-   fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv 
mk ml
-   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango[X]
-"
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desk

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

2019-09-18 Thread Jeroen Roovers
commit: ed52a06c37f3f148ac2aa67889a6b1727204c3f1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:20:28 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed52a06c

www-client/opera-developer: Version 65.0.3445.0

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-65.0.3445.0.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 6859af61c5e..9b6ac7e3377 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_65.0.3430.0_amd64.deb 66348184 BLAKE2B 
728ace2befaa4a252a2178db06ac1715483a732b4d3484c4322441eae4515a8ec6c126cfe8f7943361d64236211f81ec40fbd25adafa86ca21aa1086493c8f30
 SHA512 
dc8f4e03546eadbd3b7827c4ea976d03ea7f59b6def40a007933cee4ccc761c8c869471797263f39fd2fd5f24625b34fe4d55dd46309daa4d1cc77d0fbb99827
 DIST opera-developer_65.0.3437.0_amd64.deb 67898864 BLAKE2B 
464e41d39caf40b21292ef42f13c86ac603b5662da6f1fca82a8caa6eb8ea29b51941227cf9bb3cb4bc204c5786675ca5b410f4f176070bf2d88642a26510e40
 SHA512 
9d902b2d952be4b481b3bda4a4fc770ff974931310bff49911f4f600539a32ad95c370bf61a45ea8a349322a9f00a9e68188c566b897acbe16bf3d795b861bb5
+DIST opera-developer_65.0.3445.0_amd64.deb 67306400 BLAKE2B 
332d7effb7bdda78ee3d07e5f1b7316eb20ac9d20c53eabb0ffdecb6843fef9ba80e552c3db57497ca9c8a2011e92f3bd34fad5b674a21ff8aa43ceb34439683
 SHA512 
1c555be779fd8abc5523fb1f05e20ba1993e644910957b49626095b38f24d511dff5ec5be8423f7b5c1b424130a61545f7abcaf866b0281e6be320f6b1dcfa94

diff --git a/www-client/opera-developer/opera-developer-65.0.3445.0.ebuild 
b/www-client/opera-developer/opera-developer-65.0.3445.0.ebuild
new file mode 100644
index 000..132f88d2236
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-65.0.3445.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker xdg-utils
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="
+   https://download1.operacdn.com/pub/
+   https://download2.operacdn.com/pub/
+   https://download3.operacdn.com/pub/
+   https://download4.operacdn.com/pub/
+"
+SRC_URI="amd64? ("
+for uri in ${SRC_URI_BASE}; do
+SRC_URI+="
+   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
+"
+done
+SRC_URI+=")"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+pkg_setup() {
+   OPERA_HOME="usr/$(get_libdir)/${PN}"
+}
+
+src_prepare() {
+   default
+
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   gunzip usr/share/doc/${PF}/changelog.gz || die
+
+   rm usr/bin/${PN} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   xdg_mimeinfo_

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

2019-09-18 Thread Jeroen Roovers
commit: 2356f7a3d788f6b23854ed4d7df7b5c4e91a59f1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:16:09 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2356f7a3

www-client/vivaldi-snapshot: Version 2.8.1664.32_p1

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

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-2.8.1664.32_p1.ebuild | 115 +
 2 files changed, 118 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 556767ad45b..d4a29d9cdd1 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot-2.8.1664.26_p1-i386.deb 62744600 BLAKE2B 
803c6e27139be9ae9
 DIST vivaldi-snapshot-2.8.1664.30_p1-amd64.deb 64467296 BLAKE2B 
a1c45f51d315501ab577bc9b9ec56c8e89713154fecbe62663a8efd3d2d9c37cb54138e96559ac9d2800026a80912cf730b510eecbcc862eae7a906eec955596
 SHA512 
53bb709a770fcf471068189b43015c09802f5f293468f2719d8ea90e07f100376e05194aa06dc111958dece3e5e14082ac013d8da87b91f9e604e4a10fc9b926
 DIST vivaldi-snapshot-2.8.1664.30_p1-arm64.deb 57664724 BLAKE2B 
07df61c87867e7cdf8fb7482625e29a97caa99e6453d5aa95e8c4af3eb3745abfba2da4c8846cbf0f3b2fca298c099b4e2a7c677f72b215be9b59d7bb8bed007
 SHA512 
e49a5e90e667eeaa98ed51c4870372dffcce9d860a52065784742d082627f72144fdc109c3c13a512cac689e4f9689de27a86ab1c7367fd05bbe9d36e35adf18
 DIST vivaldi-snapshot-2.8.1664.30_p1-i386.deb 62742736 BLAKE2B 
067b98fb0ba966d7ee35e522134747fe13f6ef4db0917f2a2e950a09e65c8c4c9e1ed24bc9fe4c3f7b4852c7900417b1056b63e3915137c9193c832cc31028ae
 SHA512 
ab618338ede0851503b1ca3179c9056e1ab2b82c937a4aa3eed98f7c2ec3ef3450cf20ba9521e324697c3e4c4daa63dfaae40f4821dd43a8f0aaf9100f9c3e8a
+DIST vivaldi-snapshot-2.8.1664.32_p1-amd64.deb 64455104 BLAKE2B 
169802cf91877b35f038c0612c870f98a5498611c924ea90c09613235f6a97e0ba3fef66d52e42f7676c0bef6805029afcbdc3362c631e9fb37d6d2c3154f1ee
 SHA512 
d0847204ea0c54efe015b3f54580221909a00f40bd2cd1db421be094d534299595f1bcc999d10d516af592625a8ff30731836b0a116cd11d921a302fa509d8b1
+DIST vivaldi-snapshot-2.8.1664.32_p1-arm64.deb 57678736 BLAKE2B 
15193cb5d1c1a8cfd2aff7eb5fed5bff16b82e9ce35264d54799b59074a783272b33b5ff3039ae6060261a39c9f76b1248d66b50f351bf6b8f0e2c61d153cdf8
 SHA512 
dbd6a4313ed09b871208f45321a00ad12a31dfd0bc90dd83b87eebc8162960b78cd325d1164046b5b9d7e74fc616b0d17443ebdb6bc11ba8b1046079761c
+DIST vivaldi-snapshot-2.8.1664.32_p1-i386.deb 62764248 BLAKE2B 
02db5f3f762bc468bdec49d327dc377c2575ae02714d6fdf83d14c745d72d96312af0f0862f8fa6edbb4ba43184fad13fd45b9da95bb54882d6016ee05721f05
 SHA512 
dbd483268368221d3602a6b907427334cbf499e24f6c5431c0b48b83b20acc92bfddd730228b375792ea6e2e6f68071e290cdbc356f049d1408511e34d2e2a77

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.32_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.32_p1.ebuild
new file mode 100644
index 000..3777ea957e1
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.8.1664.32_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu fa fi
+   fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv 
mk ml
+   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+s

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

2019-09-18 Thread Jeroen Roovers
commit: 03765f2a075a18f85fe20ad544aa3ad2bc9fe456
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:19:33 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03765f2a

www-client/opera: Old

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

 www-client/opera/Manifest  |   2 -
 www-client/opera/opera-63.0.3368.66.ebuild | 111 -
 www-client/opera/opera-63.0.3368.88.ebuild | 111 -
 3 files changed, 224 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 8fc2e32a924..497096d1116 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1 @@
-DIST opera-stable_63.0.3368.66_amd64.deb 60668118 BLAKE2B 
b580a6e946c02bf4fb549a511b11a4c7f5edd18061428f154204e798d35e8c5488c441602a344895e06b4275c4d61c069566a022497499cbd12f9cef511376ec
 SHA512 
4877f8582afb0edbdee4e03adc60c586ca063f863b64139bbbac156800e9f3ca81505944f56434f6f227a6bff49eec68a25c7281174d482dbe34b474099d494b
-DIST opera-stable_63.0.3368.88_amd64.deb 61078938 BLAKE2B 
37b402e51f23304f4e67a66d5765b4db13940a50b317d24a50376f8cc1ef8b9fadfc58c70b498be5e04ad28ffa675bf5e7e33031f265bae791377647ec61b26b
 SHA512 
40743f01cc50dff851f303067d565f53757c4280d59fd2e9abf6de4c4016c9a0c3d1620dda06d9bbdcc40925c0f681960db43bb5a9fdd20d0d402153cdd7446b
 DIST opera-stable_63.0.3368.94_amd64.deb 61168824 BLAKE2B 
bf1c48f16486b4fbef77680540d2d5560600d4eef4ef3f7dc14af88f239fbce857adad1675e875dc62eabcedf24a92f3fa9c2e5fff56b71422d7d958f9889bfb
 SHA512 
20e28b0116920ae0a425a323958f5db9d3842de372c724acd1a67ce705f13a7bce28c7f59db792167e935e7c73f40198806e9d511b8d8c5a77216eee99e39bcd

diff --git a/www-client/opera/opera-63.0.3368.66.ebuild 
b/www-client/opera/opera-63.0.3368.66.ebuild
deleted file mode 100644
index b28807261d0..000
--- a/www-client/opera/opera-63.0.3368.66.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-
-"
-inherit chromium-2 multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb"
-"
-done
-KEYWORDS="amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   default
-
-   OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}-stable/copyright || die
-   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   pushd "${OPERA_HOME}"/localization > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   rm "${OPERA_HOME}"/${PN}_autoupdate || die
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /"${OPERA_HOME}"/opera_sandbox
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}

diff --git a/www-client/opera/opera-63.0.3368.88.ebuild 
b/www-client/opera/opera-63.0.3368

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

2019-09-18 Thread Jeroen Roovers
commit: 9cab266e56db2abe6ac68639a1210722d9a269ae
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 18 18:20:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 18 18:21:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cab266e

www-client/opera-developer: Old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-65.0.3430.0.ebuild | 115 -
 2 files changed, 116 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 9b6ac7e3377..a9e4e38b10c 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_65.0.3430.0_amd64.deb 66348184 BLAKE2B 
728ace2befaa4a252a2178db06ac1715483a732b4d3484c4322441eae4515a8ec6c126cfe8f7943361d64236211f81ec40fbd25adafa86ca21aa1086493c8f30
 SHA512 
dc8f4e03546eadbd3b7827c4ea976d03ea7f59b6def40a007933cee4ccc761c8c869471797263f39fd2fd5f24625b34fe4d55dd46309daa4d1cc77d0fbb99827
 DIST opera-developer_65.0.3437.0_amd64.deb 67898864 BLAKE2B 
464e41d39caf40b21292ef42f13c86ac603b5662da6f1fca82a8caa6eb8ea29b51941227cf9bb3cb4bc204c5786675ca5b410f4f176070bf2d88642a26510e40
 SHA512 
9d902b2d952be4b481b3bda4a4fc770ff974931310bff49911f4f600539a32ad95c370bf61a45ea8a349322a9f00a9e68188c566b897acbe16bf3d795b861bb5
 DIST opera-developer_65.0.3445.0_amd64.deb 67306400 BLAKE2B 
332d7effb7bdda78ee3d07e5f1b7316eb20ac9d20c53eabb0ffdecb6843fef9ba80e552c3db57497ca9c8a2011e92f3bd34fad5b674a21ff8aa43ceb34439683
 SHA512 
1c555be779fd8abc5523fb1f05e20ba1993e644910957b49626095b38f24d511dff5ec5be8423f7b5c1b424130a61545f7abcaf866b0281e6be320f6b1dcfa94

diff --git a/www-client/opera-developer/opera-developer-65.0.3430.0.ebuild 
b/www-client/opera-developer/opera-developer-65.0.3430.0.ebuild
deleted file mode 100644
index 132f88d2236..000
--- a/www-client/opera-developer/opera-developer-65.0.3430.0.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA hi hr hu id it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker xdg-utils
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="
-   https://download1.operacdn.com/pub/
-   https://download2.operacdn.com/pub/
-   https://download3.operacdn.com/pub/
-   https://download4.operacdn.com/pub/
-"
-SRC_URI="amd64? ("
-for uri in ${SRC_URI_BASE}; do
-SRC_URI+="
-   "${uri}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb"
-"
-done
-SRC_URI+=")"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-pkg_setup() {
-   OPERA_HOME="usr/$(get_libdir)/${PN}"
-}
-
-src_prepare() {
-   default
-
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-   gunzip usr/share/doc/${PF}/changelog.gz || die
-
-   rm usr/bin/${PN} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_upda

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

2019-09-18 Thread Zac Medico
commit: 3993b893d4788beaad945bc82df0f4efd91ce697
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 18 18:14:08 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 18 18:21:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3993b893

net-misc/drive: 0.3.9.1-r1 revbump for vendored dep refresh

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

 net-misc/drive/Manifest| 18 ++
 net-misc/drive/drive-0.3.9.1-r1.ebuild | 65 ++
 2 files changed, 83 insertions(+)

diff --git a/net-misc/drive/Manifest b/net-misc/drive/Manifest
index 372d8ec1729..d3fc0330cf3 100644
--- a/net-misc/drive/Manifest
+++ b/net-misc/drive/Manifest
@@ -1,20 +1,37 @@
 DIST drive-0.3.9.1.tar.gz 333217 BLAKE2B 
8cc3ef6f22f674ade50c7953812f881a1c5c460c61b39e7f891ed5cd13409051c24c1a864c546643b4b58c632cf5991f72a837f2ff1e6a422d32a300dd58e0be
 SHA512 
5d8f6aaf08ad600915bac4c30626998069d1c6fa676948eb1e03235562dfdf447c0f9f05dbf2c5ffbf6e3e05003b3cee180b9fd28ceb7e83746a52d6640dcfa1
 DIST 
github.com-GoogleCloudPlatform-gcloud-golang-a5e721bf760c8055ea3ae8b732da1dc6a10fc3f9.tar.gz
 846769 BLAKE2B 
0e9ba48fb3d5d026eee52642ab8f04df2b23bef28ef7d2c04ceb7f634ecd6325038572994966fa6273c174c430291dca4d83914791765ea45ce24cbc49752260
 SHA512 
85bf289a4daea998bbcdfc7c4da9539305c4847f005b5f180ca5f056288d6c6b1f4cee88ce7e91d594358b0dfec2f5cc8e0c9e0c9d436ff199fb217c7b86f835
 DIST github.com-boltdb-bolt-fa5367d20c994db73282594be0146ab221657943.tar.gz 
83957 BLAKE2B 
14c29a394454944dde249bc4a135395f4382500557aeae3d2ad63500acb0271c7cf41fcdbc2463fc73918f7cfc7cd8fdcbc573bef9a4ae17b150d8064a1b6da3
 SHA512 
d877c68da702a5bd0cbec5d7f7c2d2f6d58e1fe1dd0071b095d1ba1d12e5a9844e53dbef7d4855e56852e4669c976dc0705358ad8ee5466e49cc4a2a5ca5202a
+DIST github.com-boltdb-bolt-fd01fc79c553a8e99d512a07e8e0c63d4a3ccfc5.tar.gz 
83950 BLAKE2B 
04b9aa5632ccf231f319e8d25309f024a2a60c84e8eafac8b4bc16152fb7581d1a563903034e47668d7e9c61fdd6828294342c5b84d843e70367e578864ba4dd
 SHA512 
5effccc7dadb214ef5ce53092db48c04ae25a388962c58732190c34f4537b579ef645ae579df5d0de30645574ff753486a6f743bf4fd58ec1d2aff76ba537694
+DIST 
github.com-census-instrumentation-opencensus-go-65310139a05de5c10077b75ac45eac743aa01214.tar.gz
 160417 BLAKE2B 
f3279539f4ef60d5e895ba4813e082684bda0e9311fdb47439d01c2f07159858cd458078c588ee5d9115b08a1703489ebd5f9d31838a821afe29e0c3d340ebe6
 SHA512 
ae1a05f0d2938bb55d2f66be48c92b3717b4c0c29246736a26a87aa14cca50254b5e29801be9b4e3e53bf7a331be6d984eaf40ecd5e5e13b6f8d72febfba9a66
 DIST github.com-cheggaaa-pb-657164d0228d6bebe316fdf725c69f131a50fb10.tar.gz 
11372 BLAKE2B 
1b4b4094b1891fed8d3bd57bb062495cca1241868c9a127b9fc99b906b9b5454bb6e39a0e8d63e0ea443d45c76c5e1ded792c246c9b24c07a5deccb93ed82b79
 SHA512 
ef1d88b9cc4c939841680fa2a6ecc02de55c7c954224491ea9bba4c13c9c70e8c8a66524c748557b96b8998196f21c2fd712720a717a8e349f0e97d5ce9943c1
+DIST github.com-cheggaaa-pb-ca06a0216aa3e3429a8b9667219931c48417bced.tar.gz 
29243 BLAKE2B 
41effb6e4b048145a3a18c905394ef1fea11a93de7b4b1fb0cb146c3aeba766a0d9c2f41bfd88196fe50d78772d482a1ef6d9fab9cd84504120a81d2ef035b10
 SHA512 
e8c3dfb8087e5bf8c11cf6a839873537f6f4c2674f14de129940d40ecf77be5a12cbf2d5a6fb87d7e01a6dacd8ad06d1128da0933a2e4b9ae60209bd0722f6db
 DIST 
github.com-codegangsta-inject-33e0aa1cb7c019ccc3fbe049a8262a6403d30504.tar.gz 
5059 BLAKE2B 
52219f8424bfcaa4f4dfc2b68e38dd1be378ed05040457cc21bab932c4a509664c37d312394272577199acd416ff82c024ceb005dff3b94e410b653425ac75dd
 SHA512 
f6c062c41587e998020099888c370c5ece39a664c014bd809ad57533191dca5aa46d00cbe438588abb6f24d7275c3a3c86c7a6d37f9928fd530e1724741b2c1e
 DIST 
github.com-go-martini-martini-22fa46961aabd2665cf3f1343b146d20028f5071.tar.gz 
66063 BLAKE2B 
51fc1044718d0490d6af675ac173a9f1ecb73f336996dbb8c84f313d5ee549dda8941e77e5e915c567a1584987a79ddf0cf7ea1d771f4e5df75ccac92d80bd01
 SHA512 
f5b01ccd3045df4e3cfa92ae31540754f50fc5b29850341d6df3afb6db41cafdd3a0e0b4b78fce9361c7069b6ce6926270604565b8fec028c0a6b1911171585a
+DIST github.com-golang-crypto-227b76d455e791cb042b03e633e2f7fbcfdf74a5.tar.gz 
1693346 BLAKE2B 
70921e8cba675b687cc389777f1d264959aa8896606e294afb65a4f42b065e08fc1e55c30d78b4b3a32b7a02b963c81eb7196331c5d070b7340abf340b76
 SHA512 
108fe3b650756ea7218377dabe19f112980271f0a26f4260de6b420b38ad298d8b305c7c77203242f02c544ea352c7d3d5d47465f38b9ccc664828a0a90bd2d4
 DIST github.com-golang-crypto-faadfbdc035307d901e69eea569f5dda451a3ee3.tar.gz 
1432695 BLAKE2B 
2cfee911a611bb463007ed5709371fa68e673defe4af2500cefc1d2e8c04e94f725b7970275b192ed473e19e01629f5ea928867e396e0666d965073f9a3d9fce
 SHA512 
dc11930e69b5552559b8fb906bd6cd302468d397f4d43087f215ea2afc74aa4ab014a532d6005b0f4cf600887da51acc4584333077334204351200bfecb44adc
+DIST 
github.com-golang-groupcache-869f871628b6baa9cfbc11732cdf6546b17c1298.tar.gz 
26038 BLAKE2B 
154828b6d5f8be97ee9b462a766834e36f8012e7e15a8d7d30f0a5a8a3d1773aeb9b103b3dd1470f7553fb5a5ddff52860565dc6d47f0c49af608309d1be67b

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

2019-09-18 Thread Jimi Huotari
commit: 73e9c00613ce01c85c006a452a7a2fba9c2ba6a7
Author: Jimi Huotari  gentoo  org>
AuthorDate: Wed Sep 18 18:57:00 2019 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Wed Sep 18 18:57:00 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=73e9c006

dev-qt/qtwidgets: adjust xcb configure options for 5.15

0. https://code.qt.io/cgit/qt/qtbase.git/commit/?h=5.15&id=60588e1a

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jimi Huotari  gentoo.org>

 dev-qt/qtwidgets/qtwidgets-5.15..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15..ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
index 85ceaa9c..1ab36261 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15..ebuild
@@ -49,8 +49,8 @@ src_configure() {
-gui
$(qt_use png libpng system)
-widgets
-   $(qt_use xcb xcb system)
-   $(usex xcb '-xcb-xlib -xcb-xinput -xkb -xkbcommon' '')
+   $(qt_use xcb)
+   $(usex xcb '-xcb-xlib -xkbcommon' '')
)
qt5-build_src_configure
 }



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

2019-09-18 Thread Rafael Martins
commit: 71947fc0abaf0a80c68520b8be6cbd3a59771c92
Author: Rafael Martins  gentoo  org>
AuthorDate: Wed Sep 18 19:03:52 2019 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Wed Sep 18 19:05:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71947fc0

app-emulation/simplevirt: removed exec bit from initscript

bug #694812

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Rafael Martins  gentoo.org>

 app-emulation/simplevirt/files/simplevirtd.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/simplevirt/files/simplevirtd.initd 
b/app-emulation/simplevirt/files/simplevirtd.initd
old mode 100755
new mode 100644
index f7ba444d6d9..d8dfadbcb69
--- a/app-emulation/simplevirt/files/simplevirtd.initd
+++ b/app-emulation/simplevirt/files/simplevirtd.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 name="simplevirtd"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/files/

2019-09-18 Thread Sergei Trofimovich
commit: 63eb8ca21c16b206359852844db1f5023760e533
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep 18 19:06:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 18 19:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63eb8ca2

sys-devel/binutils-config: drop +x from files/, bug #694876

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/694876
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/binutils-config/files/binutils-config-5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-config/files/binutils-config-5 
b/sys-devel/binutils-config/files/binutils-config-5
old mode 100755
new mode 100644
index d4df601a74b..297ea01518c
--- a/sys-devel/binutils-config/files/binutils-config-5
+++ b/sys-devel/binutils-config/files/binutils-config-5
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Format of /etc/env.d/binutils/:



[gentoo-commits] proj/linux-patches:master commit in: /

2019-09-18 Thread Mike Pagano
commit: 107277b141052bc8f7fe406453cdb51e4bb0fc1d
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 18 19:35:00 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 18 19:35:00 2019 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=107277b1

select FILE_LOCKING for both non-systemd and systemd config

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

 4567_distro-Gentoo-Kconfig.patch | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 6ac8208..ecff093 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2018-12-28 10:40:34.08934 -0500
-+++ b/distro/Kconfig   2018-12-28 18:54:40.467970759 -0500
-@@ -0,0 +1,147 @@
+--- /dev/null  2019-09-18 03:31:42.730171526 -0400
 b/distro/Kconfig   2019-09-18 13:28:03.170769896 -0400
+@@ -0,0 +1,149 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -91,6 +91,7 @@
 +  depends on GENTOO_LINUX
 +
 +  select BINFMT_SCRIPT
++  select FILE_LOCKING
 +
 +  help
 +  The init system is the first thing that loads after the kernel 
booted.
@@ -123,6 +124,7 @@
 +  select EPOLL
 +  select FANOTIFY
 +  select FHANDLE
++  select FILE_LOCKING
 +  select INOTIFY_USER
 +  select IPV6
 +  select NET



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

2019-09-18 Thread Matt Turner
commit: 596dff7bf9f1ffb504daba2d87076d62feb90908
Author: Maik Freudenberg  gmx  de>
AuthorDate: Wed Sep 18 19:53:03 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:05:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=596dff7b

x11-base/xorg-server: Add libglvnd support

Closes: https://bugs.gentoo.org/692168
Signed-off-by: Maik Freudenberg  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.5.ebuild | 12 +---
 x11-base/xorg-server/xorg-server-.ebuild   | 12 +---
 2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.5.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.5.ebuild
index 1fbae4ec655..d6883094f9f 100644
--- a/x11-base/xorg-server/xorg-server-1.20.5.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.5.ebuild
@@ -15,9 +15,13 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux 
+suid systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl libglvnd minimal 
selinux +suid systemd +udev unwind xcsecurity"
 
-CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+CDEPEND="libglvnd? (
+   media-libs/libglvnd
+   !app-eselect/eselect-opengl
+   )
+   !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
>=x11-apps/iceauth-1.0.2
@@ -206,7 +210,9 @@ src_install() {
 pkg_postinst() {
if ! use minimal; then
# sets up libGL and DRI2 symlinks if needed (ie, on a fresh 
install)
-   eselect opengl set xorg-x11 --use-old
+   if ! use libglvnd; then
+   eselect opengl set xorg-x11 --use-old
+   fi
fi
 }
 

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 3547a7b0742..c45093888f5 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -14,9 +14,13 @@ if [[ ${PV} != * ]]; then
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
-IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl minimal selinux 
+suid systemd +udev unwind xcsecurity"
+IUSE="${IUSE_SERVERS} debug elogind +glamor ipv6 libressl libglvnd minimal 
selinux +suid systemd +udev unwind xcsecurity"
 
-CDEPEND=">=app-eselect/eselect-opengl-1.3.0
+CDEPEND="libglvnd? (
+   media-libs/libglvnd
+   !app-eselect/eselect-opengl
+   )
+   !libglvnd? ( >=app-eselect/eselect-opengl-1.3.0 )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
>=x11-apps/iceauth-1.0.2
@@ -201,7 +205,9 @@ src_install() {
 pkg_postinst() {
if ! use minimal; then
# sets up libGL and DRI2 symlinks if needed (ie, on a fresh 
install)
-   eselect opengl set xorg-x11 --use-old
+   if ! use libglvnd; then
+   eselect opengl set xorg-x11 --use-old
+   fi
fi
 }
 



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

2019-09-18 Thread Matt Turner
commit: eedff619c8f86cdf2729ba1ef708e069c5b245c6
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 19:58:07 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:05:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedff619

profiles: Move libglvnd mask to use.mask

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

 profiles/base/package.use.mask | 7 ---
 profiles/base/use.mask | 4 
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bb2dc3c5611..34da891f5c1 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -137,13 +137,6 @@ dev-db/mariadb-connector-c mysqlcompat
 # Not keyworded on non-x86 arches
 app-admin/conserver freeipmi
 
-# Matt Turner  (2019-03-03)
-# Mask for testing. Bug 606924
-# Jeroen Roovers  (2019-09-02)
-# Bug 692170
-media-libs/mesa libglvnd
-x11-drivers/nvidia-drivers libglvnd
-
 # Georgy Yakovlev  (2019-01-17)
 # Mask openjdk:8 for use as system java-vm until it's proven to work
 dev-java/openjdk:8 gentoo-vm

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index fff8836e1fd..fe8254ba5b7 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Matt Turner  (2019-03-03)
+# Mask for testing. Bug 606924
+libglvnd
+
 # Matt Turner  (2019-09-01)
 # app-office/texmacs is package.mask'd. Bug #436400
 texmacs



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

2019-09-18 Thread Matt Turner
commit: 378052578c7a89a49ecec89c8944c5f5c7190dda
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 19:26:23 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:09:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37805257

media-libs/libglvnd: Make X11 support optional

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

 media-libs/libglvnd/libglvnd-.ebuild | 18 +-
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-.ebuild
index 7c3c16d23be..be06e85ba9a 100644
--- a/media-libs/libglvnd/libglvnd-.ebuild
+++ b/media-libs/libglvnd/libglvnd-.ebuild
@@ -25,14 +25,17 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
+IUSE="X"
 
 RDEPEND="
!media-libs/mesa[-libglvnd(-)]
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   "
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   )"
 DEPEND="${PYTHON_DEPS}
-   ${RDEPEND}"
+   ${RDEPEND}
+   X? ( x11-base/xorg-proto )"
 
 src_prepare() {
default
@@ -40,7 +43,12 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-   ECONF_SOURCE=${S} econf
+   myconf=(
+   --disable-headers
+   $(use_enable X x11)
+   $(use_enable X glx)
+   )
+   ECONF_SOURCE=${S} econf "${myconf[@]}"
 }
 
 multilib_src_install() {



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

2019-09-18 Thread Matt Turner
commit: 178a6a0b5c7e20e6ae2ae61cf1bc62b95bf4448d
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 19:14:14 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:09:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178a6a0b

media-libs/libglvnd: Install pkg-config files

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

 ...-pkg-config-files-for-EGL-GL-GLES-and-GLX.patch | 219 +
 ...glvnd-1.1.1.ebuild => libglvnd-1.1.1-r1.ebuild} |   7 +-
 2 files changed, 225 insertions(+), 1 deletion(-)

diff --git 
a/media-libs/libglvnd/files/libglvnd-1.1.1-Add-pkg-config-files-for-EGL-GL-GLES-and-GLX.patch
 
b/media-libs/libglvnd/files/libglvnd-1.1.1-Add-pkg-config-files-for-EGL-GL-GLES-and-GLX.patch
new file mode 100644
index 000..02996f4f3d3
--- /dev/null
+++ 
b/media-libs/libglvnd/files/libglvnd-1.1.1-Add-pkg-config-files-for-EGL-GL-GLES-and-GLX.patch
@@ -0,0 +1,219 @@
+From 0dfaea2bcb7cdcc785f95e244223bd004a2d7fba Mon Sep 17 00:00:00 2001
+From: Kyle Brenneman 
+Date: Tue, 3 Sep 2019 08:13:34 -0600
+Subject: [PATCH] Add pkg-config files for EGL, GL, GLES, and GLX.
+
+This preserves the names from Mesa's gl, glesv1_cm, glesv2, and egl pkgconfig
+data, and for compatibility with that, gl.pc gives you libGL.
+
+Also added glx.pc and opengl.pc for libglvnd's libGLX and libOpenGL libraries.
+If newer applications want to explicitly depend on libGLX and the appropriate
+rendering API they can ask for the new pkgconfig names.
+
+Note that the version numbers in each file are the API versions that each
+library exposes, not the libglvnd package version.
+---
+ configure.ac   |  6 ++
+ src/EGL/Makefile.am|  3 +++
+ src/EGL/egl.pc.in  | 10 ++
+ src/GL/Makefile.am |  3 +++
+ src/GL/gl.pc.in| 10 ++
+ src/GLESv1/Makefile.am |  2 ++
+ src/GLESv1/glesv1_cm.pc.in | 10 ++
+ src/GLESv2/Makefile.am |  2 ++
+ src/GLESv2/glesv2.pc.in| 10 ++
+ src/GLX/Makefile.am|  2 ++
+ src/GLX/glx.pc.in  | 10 ++
+ src/OpenGL/Makefile.am |  2 ++
+ src/OpenGL/opengl.pc.in| 10 ++
+ 13 files changed, 80 insertions(+)
+ create mode 100644 src/EGL/egl.pc.in
+ create mode 100644 src/GL/gl.pc.in
+ create mode 100644 src/GLESv1/glesv1_cm.pc.in
+ create mode 100644 src/GLESv2/glesv2.pc.in
+ create mode 100644 src/GLX/glx.pc.in
+ create mode 100644 src/OpenGL/opengl.pc.in
+
+diff --git a/configure.ac b/configure.ac
+index cdbb138..7feec30 100644
+--- a/configure.ac
 b/configure.ac
+@@ -324,11 +324,17 @@ AC_CONFIG_FILES([Makefile
+  include/Makefile
+  src/Makefile
+  src/GL/Makefile
++ src/GL/gl.pc
++ src/OpenGL/opengl.pc
+  src/OpenGL/Makefile
++ src/GLESv1/glesv1_cm.pc
+  src/GLESv1/Makefile
++ src/GLESv2/glesv2.pc
+  src/GLESv2/Makefile
++ src/GLX/glx.pc
+  src/GLX/Makefile
+  src/EGL/Makefile
++ src/EGL/egl.pc
+  src/GLdispatch/Makefile
+  src/GLdispatch/vnd-glapi/Makefile
+  src/util/Makefile
+diff --git a/src/EGL/Makefile.am b/src/EGL/Makefile.am
+index 5c036dc..c55c83e 100644
+--- a/src/EGL/Makefile.am
 b/src/EGL/Makefile.am
+@@ -106,3 +106,6 @@ g_egldispatchstubs.c : $(GENERATE_DEPS)
+ g_egldispatchstubs.h : $(GENERATE_DEPS)
+   $(AM_V_GEN)$(PYTHON) $(GENERATE_DISPATCH_SCRIPT) header 
$(GENERATE_LIST_FILES) > $@
+ endif
++
++pkgconfigdir = $(libdir)/pkgconfig
++pkgconfig_DATA = egl.pc
+diff --git a/src/EGL/egl.pc.in b/src/EGL/egl.pc.in
+new file mode 100644
+index 000..ffae9e2
+--- /dev/null
 b/src/EGL/egl.pc.in
+@@ -0,0 +1,10 @@
++prefix=@prefix@
++exec_prefix=${prefix}
++libdir=@libdir@
++includedir=@includedir@
++
++Name: egl
++Description: EGL library and headers
++Version: 1.5
++Libs: -L${libdir} -lEGL
++Cflags: -I${includedir}
+diff --git a/src/GL/Makefile.am b/src/GL/Makefile.am
+index ecdcbd0..225fdcb 100644
+--- a/src/GL/Makefile.am
 b/src/GL/Makefile.am
+@@ -70,3 +70,6 @@ libGL_la_LIBADD += ../GLdispatch/libGLdispatch.la
+ libGL_la_LIBADD += ../GLdispatch/vnd-glapi/libglapi_gl.la
+ libGL_la_LIBADD += ../util/libutils_misc.la
+ libGL_la_LIBADD += @LIB_DL@
++
++pkgconfigdir = $(libdir)/pkgconfig
++pkgconfig_DATA = gl.pc
+diff --git a/src/GL/gl.pc.in b/src/GL/gl.pc.in
+new file mode 100644
+index 000..0eaa149
+--- /dev/null
 b/src/GL/gl.pc.in
+@@ -0,0 +1,10 @@
++prefix=@prefix@
++exec_prefix=${prefix}
++libdir=@libdir@
++includedir=@includedir@
++
++Name: gl
++Description: Legacy OpenGL and GLX library and headers
++Version: 1.2
++Libs: -L${libdir} -lGL
++Cflags: -I${includedir}
+diff --git a/src/GLESv1/Makefile.am b/src/GLESv1/Makefile.am
+index d20017d..88e07bc 100644
+--- a/src/GLESv1/Makefile.am
 b/src/GLESv1/Makefile.am
+@@

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

2019-09-18 Thread Matt Turner
commit: 539aa56700d8a196197c859913faaa9fcaacf2de
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 19:35:39 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:09:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539aa567

media-libs/libglvnd: Add blocker on  gentoo.org>

 media-libs/libglvnd/libglvnd-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-.ebuild
index be06e85ba9a..846bfd27931 100644
--- a/media-libs/libglvnd/libglvnd-.ebuild
+++ b/media-libs/libglvnd/libglvnd-.ebuild
@@ -29,6 +29,7 @@ IUSE="X"
 
 RDEPEND="
!media-libs/mesa[-libglvnd(-)]
+   !

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

2019-09-18 Thread Matt Turner
commit: d22dcd9928d4be0d43e83b951bde8a453cf20d1c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 20:09:46 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:09:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22dcd99

media-libs/libglvnd: Enable Python 3 support

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

 media-libs/libglvnd/libglvnd-1.1.1.ebuild | 2 +-
 media-libs/libglvnd/libglvnd-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libglvnd/libglvnd-1.1.1.ebuild 
b/media-libs/libglvnd/libglvnd-1.1.1.ebuild
index 89d10684b84..89b1d84e95e 100644
--- a/media-libs/libglvnd/libglvnd-1.1.1.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.1.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
 
 DESCRIPTION="The GL Vendor-Neutral Dispatch library"

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-.ebuild
index 494820dda94..7c3c16d23be 100644
--- a/media-libs/libglvnd/libglvnd-.ebuild
+++ b/media-libs/libglvnd/libglvnd-.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
 fi
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
 
 DESCRIPTION="The GL Vendor-Neutral Dispatch library"



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

2019-09-18 Thread Matt Turner
commit: e8c7db137f2c5cda62b4ea8ead89d4422030cd72
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 19:26:50 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:09:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c7db13

media-libs/libglvnd: Drop old versions

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

 media-libs/libglvnd/Manifest   |  1 -
 media-libs/libglvnd/libglvnd-1.1.0.20190213.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/media-libs/libglvnd/Manifest b/media-libs/libglvnd/Manifest
index e5661b6ca69..e8408ade024 100644
--- a/media-libs/libglvnd/Manifest
+++ b/media-libs/libglvnd/Manifest
@@ -1,2 +1 @@
-DIST libglvnd-1.1.0.20190213.tar.gz 829094 BLAKE2B 
cf977846693a5de3485e23fe8b4c8e2bc0472d994dc85530ecd85c685d71abd7aa69e815292141f60fd69a299cf39ac16dda5822128295747bfd42db3408df66
 SHA512 
772445cbb5574c1900109b3e0d8aab442b8c8d9790c4d91e1400fccdff4a53b653b59120e4fb631a45fc47af02949288924e62a22c3d877d4f741d5596736e37
 DIST libglvnd-1.1.1.tar.gz 1851222 BLAKE2B 
58a6e997b64bd22c4af0136fb37959f45df4a738bfcff205d7efb7ac08e7897a19164cb36f11d556c5a1bd3d46f0f1df3f89a36b7352b8a880c3570b2cf462cf
 SHA512 
9106ae3cd3bdce8f4def3c7e08645f76e1a65f51e184510088e79b834899061d357422376e0efd56e1bc9dc7d3150f74837f43bd3e6c4c44faa3859844ab21b7

diff --git a/media-libs/libglvnd/libglvnd-1.1.0.20190213.ebuild 
b/media-libs/libglvnd/libglvnd-1.1.0.20190213.ebuild
deleted file mode 100644
index c1e812ba70b..000
--- a/media-libs/libglvnd/libglvnd-1.1.0.20190213.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2018-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git";
-
-if [[ ${PV} = * ]]; then
-   GIT_ECLASS="git-r3"
-fi
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
-
-DESCRIPTION="The GL Vendor-Neutral Dispatch library"
-HOMEPAGE="https://github.com/NVIDIA/libglvnd";
-if [[ ${PV} = * ]]; then
-   SRC_URI=""
-else
-   KEYWORDS="~amd64"
-   COMMIT="f92208be88dd06a70b6f79a1cb95571e2762a9ec"
-   SRC_URI="https://github.com/NVIDIA/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   S=${WORKDIR}/${PN}-${COMMIT}
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   !media-libs/mesa[-libglvnd(-)]
-   x11-libs/libX11[${MULTILIB_USEDEP}]
-   "
-DEPEND="${PYTHON_DEPS}
-   ${RDEPEND}"
-
-src_unpack() {
-   default
-   [[ $PV = * ]] && git-r3_src_unpack
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf
-}
-
-multilib_src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-multilib_src_test() {
-   emake check
-}



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

2019-09-18 Thread Matt Turner
commit: 8c3fa77be32d2812a5c26588d5a8230af2171107
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 20:25:28 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:25:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3fa77b

profiles: mask >=media-libs/freeglut-3.2.0

Bug: https://bugs.gentoo.org/694774
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8466fc8d9bc..c0430a98b31 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2019-09-03)
+# Broken. Bug #694774
+>=media-libs/freeglut-3.2.0
+
 # Michał Górny  (2019-09-17)
 # Unmaintained EAPI 0 Apache modules + mod_access_dnsbl as a revdep.
 # Removal in 30 days.  Bug #694608.



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

2019-09-18 Thread Brian Evans
commit: 00d3d0f687e3d40c5794409157795534739c1aa9
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Sep 18 20:28:16 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Sep 18 20:28:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d3d0f6

dev-php/pecl-yaz: Drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Brian Evans  gentoo.org>

 dev-php/pecl-yaz/Manifest  |  1 -
 dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-php/pecl-yaz/Manifest b/dev-php/pecl-yaz/Manifest
index 4ab5fd83f95..965b1c9bf6e 100644
--- a/dev-php/pecl-yaz/Manifest
+++ b/dev-php/pecl-yaz/Manifest
@@ -1,3 +1,2 @@
-DIST yaz-1.2.1.tgz 20147 BLAKE2B 
fa6c4b8d8d55ff734093950d1ddd2f24375aacce9d34e52680925874dafed5b0be769cb5768f02d89af573c7a1d5f1aa8290bff2cbd1c8a23a5de011bebd930a
 SHA512 
92525e485e5499f8b4ef8b1e9b21a3fa7004206f545a3a5b300ee11e3c5ff10d335645d5c42fe3b7523a55fe58ffb0a671c67dfc627bc4bd36aeab63dfe42bf1
 DIST yaz-1.2.2.tgz 20131 BLAKE2B 
7aa0729ba6033870099ed7c0d4961eac02d74d5aed6c7a58c0ccf59f57401cd7b438594c388ffc7c7b9d73cfc9f1c466c718ad685cc638651a9ac4e605b38ed5
 SHA512 
cb90d4ac9fcdadcb9215f7b795657dd3fdff69f2b2d399beb2afa6327a0be733d2a563863e2ca861182eadcc2faccfbe64e72d108662afc68d393a6bc5cc4bb2
 DIST yaz-1.2.3.tgz 20059 BLAKE2B 
3fbf6d57e8519f6d363dbf308cb6ba259098521ae352f8886e8e12ca2a0d8119eaa31fc30301aea6979b32c6c321c4de0ad63ebe72e8f52cbb630d7f136f3e60
 SHA512 
5e6ebccac05fa44b0758b6817530e8cb436e45ead659f6a5029383515213bcce8c8cc7ceb8ef5ff4ec2335ad5c3009c6ccf8786116b115c24a013329d107bd7a

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild 
b/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild
deleted file mode 100644
index bc9e0744851..000
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="yaz"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( README )
-
-USE_PHP="php7-0 php5-6"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
-
-DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=dev-libs/yaz-3.0.2:0="
-RDEPEND="${DEPEND}"
-
-PHP_EXT_ECONF_ARGS="--with-yaz=/usr"



[gentoo-commits] repo/gentoo:master commit in: games-rpg/eternal-lands/

2019-09-18 Thread Matt Turner
commit: 5ef0a8a372a51e323974cab112ed471705c0
Author: Maik Freudenberg  gmx  de>
AuthorDate: Wed Sep 18 20:30:53 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:32:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef0a8a3

games-rpg/eternal-lands: Drop eselect-opengl dep

Closes: https://bugs.gentoo.org/692210
Signed-off-by: Maik Freudenberg  gmx.de>
Signed-off-by: Matt Turner  gentoo.org>

 games-rpg/eternal-lands/eternal-lands-1.9.5.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-rpg/eternal-lands/eternal-lands-1.9.5.3.ebuild 
b/games-rpg/eternal-lands/eternal-lands-1.9.5.3.ebuild
index 77263591394..9728e4e9815 100644
--- a/games-rpg/eternal-lands/eternal-lands-1.9.5.3.ebuild
+++ b/games-rpg/eternal-lands/eternal-lands-1.9.5.3.ebuild
@@ -31,7 +31,6 @@ RDEPEND="app-arch/unzip
x11-libs/libXdmcp
x11-libs/libXext"
 DEPEND="${RDEPEND}
-   app-eselect/eselect-opengl
media-libs/glew"
 BDEPEND="${DEPEND}
virtual/pkgconfig



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

2019-09-18 Thread Michał Górny
commit: 4876a4ebbab69f5319f5258da99b3c4f6d586871
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 18 20:35:49 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 18 20:38:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4876a4eb

package.mask: Last rite app-admin/systemrescuecd-x86 & revdep

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

 profiles/package.mask | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c0430a98b31..4e9b4be2fee 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,15 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-09-18)
+# Distributing an entire prebuilt distribution as a package turned out
+# to be a bad idea.  All current upstream versions contain vulnerable
+# packages and lack correct license information.  Upstream does not
+# provide a publicly accessible bug tracker, and does not reply to mail.
+# Removal in 30 days.  Bug #683724.
+app-admin/systemrescuecd-x86
+sys-boot/systemrescuecd-x86-grub
+
 # Matt Turner  (2019-09-03)
 # Broken. Bug #694774
 >=media-libs/freeglut-3.2.0
@@ -1272,12 +1281,6 @@ dev-db/postgresql:12
 =virtual/perl-threads-shared-1.510.0-r1
 =virtual/perl-version-0.991.600-r1
 
-# Michał Górny  (2019-04-18)
-# All current versions of SystemRescueCD contain vulnerable packages.
-# Bug #683724.
-app-admin/systemrescuecd-x86
-sys-boot/systemrescuecd-x86-grub
-
 # Georgy Yakovlev  (2019-04-17)
 # The Oracle JDK License has changed for releases starting 2019-04-16
 # While it may be fine to use for some usecases it's not comepletely clear



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-desktop/files/, gnome-base/gnome-desktop/

2019-09-18 Thread Mart Raudsepp
commit: 23c7a2ca71ab64f3307120ec497ab99e509676ce
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 18 20:33:39 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 18 20:40:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c7a2ca

gnome-base/gnome-desktop: bump to 3.32.2

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

 gnome-base/gnome-desktop/Manifest  |  2 +
 .../files/3.32.2-fix-tests-without-locale.patch| 82 ++
 .../files/3.32.2-optional-introspection.patch  | 48 +
 .../gnome-desktop/gnome-desktop-3.32.2.ebuild  | 79 +
 4 files changed, 211 insertions(+)

diff --git a/gnome-base/gnome-desktop/Manifest 
b/gnome-base/gnome-desktop/Manifest
index d348865c779..967e76c847f 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1,3 +1,5 @@
 DIST gnome-desktop-2.32.1.tar.bz2 1633847 BLAKE2B 
9c69504b0f904fe04bdaa2e2fd3c6fbdd0cdd67033bae6e21377cce2deb68f05ed85bc735547c036923978ebdb8952c262676a01a33f8d7acffb0b964f97366a
 SHA512 
b8084d08366dab661a7ee369cd03ba62beddbdfa9a36b988b7d13d207b33d6916f7fa8691717fba7b6a70d8276779e35360b1dc385e6ec876f30ea7b8b373c28
 DIST gnome-desktop-3.30.2.3-patchset.tar.xz 3568 BLAKE2B 
20d13d7e396d7cddcfb6f761815df7ce6a2d910be5e9588eac519ade536848cfc09d1aca0e4478f97177b8ee26f8049da21542d502b427973991b47c7097bbe3
 SHA512 
8b9eab01e79e3d67dec51ed07a086f04df1890e638a0c1696742cf5e3b6a42dccbd514fc3cfd3610791c4905346847af83e813845ad14e0b57b790fedd0ae8e0
 DIST gnome-desktop-3.30.2.3.tar.xz 1164500 BLAKE2B 
e78256bc3319ea9794b4666c82eb466a0c884fd43c3c776fd08aaf789905893ff93acec35a1fb6903c0049b3a169afe5b43a71ac1e93e8c63c013682c3316fa8
 SHA512 
36303de8fa70e65c40aeb7862156fa404b965d1724171ec5bb0a00cb1049efbfba79cdcff76278f53e4e27199f1ef9dcb574b0f465b0f4e04bb46c50d516ad0f
+DIST gnome-desktop-3.32.2-patchset.tar.xz 7404 BLAKE2B 
ecc821d3338957d0a123d625607d727019d9500915a76ff6d10d3000e1fc1e51fc7c0382374752582aef641d005cd73d39148466b08c53dc1ce9872e73a21215
 SHA512 
0471f0a6d9213ea60e867bd4f381575f6a94fa0fde57cc1a360e2d4ef98c11f2f973d3d95347db8f24aacb2249ba84ffc4e35e05bb595d9d3b6debe561ed88da
+DIST gnome-desktop-3.32.2.tar.xz 709128 BLAKE2B 
f0335d1ad583f0b000c47826cd4b6eb24624862b22b00e9d42759ed1cfcf3dba6f091dd85504c9c8da8b9789bf78cf53d284942ba6e2d3c630db028b4a0a69c6
 SHA512 
7dfa5c3e4b77637cc40e6244eb8ce8cb314cf92d865b64e36c5dffa8a699e91c81bd359f0a89a725c064eafec965d2b9d119aa05f1de103cd836a4bff9119a99

diff --git 
a/gnome-base/gnome-desktop/files/3.32.2-fix-tests-without-locale.patch 
b/gnome-base/gnome-desktop/files/3.32.2-fix-tests-without-locale.patch
new file mode 100644
index 000..bd4df1ca1a9
--- /dev/null
+++ b/gnome-base/gnome-desktop/files/3.32.2-fix-tests-without-locale.patch
@@ -0,0 +1,82 @@
+From 9ae847ec875efe443d51d584fa6c61966c7c3c7c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Javier=20Jard=C3=B3n?= 
+Date: Wed, 4 Sep 2019 22:09:26 +0100
+Subject: [PATCH] tests/wall*: Do not fail if some of the locales is missing
+
+---
+ tests/wall-clock.c| 14 ++
+ tests/wallclock-reftest.c |  5 +
+ 2 files changed, 19 insertions(+)
+
+diff --git a/tests/wall-clock.c b/tests/wall-clock.c
+index 4937ee66..23929ebd 100644
+--- a/tests/wall-clock.c
 b/tests/wall-clock.c
+@@ -48,6 +48,7 @@ test_utf8_character (const char *utf8_char,
+   /* In the C locale, make sure the time string is formatted with regular
+  * colons */
+   locale = newlocale (LC_ALL_MASK, "C", (locale_t) 0);
++  g_assert_true (locale != (locale_t)0);
+   save_locale = uselocale (locale);
+   clock = gnome_wall_clock_new ();
+   str = gnome_wall_clock_string_for_datetime (clock,
+@@ -60,6 +61,10 @@ test_utf8_character (const char *utf8_char,
+ 
+   /* In a UTF8 locale, we want ratio characters and no colons. */
+   locale = newlocale (LC_ALL_MASK, "en_US.utf8", locale);
++  if (locale == (locale_t)0) {
++  g_test_skip("en_US.utf8 locale not found, skipping");
++  return;
++  }
+   uselocale (locale);
+   clock = gnome_wall_clock_new ();
+   str = gnome_wall_clock_string_for_datetime (clock,
+@@ -73,6 +78,10 @@ test_utf8_character (const char *utf8_char,
+   /* ... and same thing with an RTL locale: should be formatted with
+  * ratio characters */
+   locale = newlocale (LC_ALL_MASK, "he_IL.utf8", locale);
++  if (locale == (locale_t)0) {
++  g_test_skip("he_IL.utf8 locale not found, skipping");
++  return;
++  }
+   uselocale (locale);
+   clock = gnome_wall_clock_new ();
+   str = gnome_wall_clock_string_for_datetime (clock,
+@@ -112,6 +121,10 @@ test_clock_format_setting (void)
+   const char *str;
+ 
+   locale = newlocale (LC_ALL_MASK, "en_US.utf8", (locale_t) 0);
++  if (locale == (locale_t)0) {
++  g_test_ski

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

2019-09-18 Thread Mart Raudsepp
commit: 6a13a154d0e499577a2622dfae4e33c1bb42b631
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 18 05:59:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 18 20:40:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a13a154

gnome-extra/gnome-color-manager: bump to 3.32.0

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

 gnome-extra/gnome-color-manager/Manifest   |  1 +
 .../gnome-color-manager-3.32.0.ebuild  | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/gnome-extra/gnome-color-manager/Manifest 
b/gnome-extra/gnome-color-manager/Manifest
index 183c5f24b11..eed6ae03ccb 100644
--- a/gnome-extra/gnome-color-manager/Manifest
+++ b/gnome-extra/gnome-color-manager/Manifest
@@ -1 +1,2 @@
 DIST gnome-color-manager-3.30.0.tar.xz 2611088 BLAKE2B 
2bbed2184d2c7afa9c4c4cd88470df3350f7deb2d776863dcd18ad6253538f1daee5f6397c598af8bdf1ce720980ede9280891139a9366edaffde3672d64b47a
 SHA512 
ec28179f1089317b5a1920757e81b6126ab42a087831a92cd47174ddfbe6093fa868747c2a1d1d70c23f3fb87bc1b839627160407bf85c936ab0a3b125932ccc
+DIST gnome-color-manager-3.32.0.tar.xz 2602104 BLAKE2B 
6219c3b7dd31ba49c671ef1f330d8ce561b7d8716a5cf5ef393dcf827c6bbc4e82b95c082e9297a27be7652d958a92c397fbafa8bd68f2c48b32533a3fe14483
 SHA512 
e5b0c6a39f9202fde79af1e966be65ef3d770fe4de777a281398ee68feef6c57dee95a1fcba496512f163bf561528ece840480b3c8612b5c3af2b7f550335f38

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



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

2019-09-18 Thread Matt Turner
commit: 41538b66b9a507c55f57672233444e48a838efc0
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Sep 18 20:49:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Sep 18 20:49:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41538b66

x11-base/xorg-server: Add libglvnd description

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

 x11-base/xorg-server/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/metadata.xml 
b/x11-base/xorg-server/metadata.xml
index 5c14eec54c8..b3f0d6f2cde 100644
--- a/x11-base/xorg-server/metadata.xml
+++ b/x11-base/xorg-server/metadata.xml
@@ -10,10 +10,11 @@
Use elogind to get control over framebuffer when 
running as regular user
Enable Glamor OpenGL 2D acceleration
Build the kdrive X servers
+   Use libglvnd for dispatch.
Enable libunwind usage for backtraces
Build Security extension
-   Build the Xnest server
Build the Xephyr server
+   Build the Xnest server
Build the Xorg X server (HIGHLY RECOMMENDED)
Build the Xvfb server
 



[gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/

2019-09-18 Thread Thomas Deutschmann
commit: 5983021d147257d420eb195c2ff479c186927ef8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 18 21:19:30 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 18 21:28:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5983021d

app-pda/usbmuxd: restore v1.0.8_p20140530

Fixes commit a82cb3bfaffb2442b26630a3bf6debfba8a7ce04 which deleted
last stable version.

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

 app-pda/usbmuxd/Manifest   |  1 +
 app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-pda/usbmuxd/Manifest b/app-pda/usbmuxd/Manifest
index 7e34f3e1521..c0da65d89c6 100644
--- a/app-pda/usbmuxd/Manifest
+++ b/app-pda/usbmuxd/Manifest
@@ -1 +1,2 @@
+DIST usbmuxd-1.0.8_p20140530.tar.xz 46988 BLAKE2B 
8efedee3231b134995316fc295fffd975271aa9d630aa6e3d96ccda472634422299aadb92acda09b6802cdcf9e99af0c165dcbed153d0a5027ffcc8f26126cdc
 SHA512 
200c9bd208ef9e8d5e0a9b2779ff260efe6319333ce27c93a0686ba924e6cfaa1a003072c3eabbe46d495a66bc47c3cd6e82482653fde5e1a7ae0edd9b838fac
 DIST usbmuxd-1.1.0.tar.bz2 321897 BLAKE2B 
3ca5d1da222e457ac01f3e87fb7573c6405e51fd5d270a2b3dab7601118f21be22232d5100b4d027273fc837e6a57f7a7d17d2c41ae59d7c5aa41f76bef5a03d
 SHA512 
66aa0c40e912bf596b819098b87d88e9cf30b2e6352e607eeb778bd4f23bf9bb123fb6a6ecca2d4e4be3171e35d66200d632d2c9c80b1f2462bb45be8aa6912d

diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild 
b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
new file mode 100644
index 000..17dd00ce82b
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils udev user
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://www.libimobiledevice.org/";
+#SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2";
+SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz";
+
+# src/utils.h is LGPL-2.1+, rest is found in COPYING*
+LICENSE="GPL-2 GPL-3 LGPL-2.1+"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+IUSE=""
+
+RDEPEND="
+   acct-group/plugdev
+   >=app-pda/libimobiledevice-1.1.6
+   >=app-pda/libplist-1.11
+   virtual/libusb:1"
+DEPEND="${RDEPEND}
+   virtual/os-headers
+   virtual/pkgconfig"
+
+pkg_setup() {
+   enewuser usbmux -1 -1 -1 "usb,plugdev"
+}
+
+src_install() {
+   autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d
+}



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

2019-09-18 Thread Thomas Deutschmann
commit: 56d0b2d1db6e43a7ab8b37d0d597758b3baf0e66
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 18 20:06:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 18 21:28:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d0b2d1

www-client/firefox: bump to v69.0.1

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

 www-client/firefox/Manifest|  92 +++
 .../firefox/files/firefox-69.0-lto-gcc-fix.patch   |  26 +
 www-client/firefox/firefox-69.0.1.ebuild   | 764 +
 3 files changed, 882 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 482ae14833e..8841a4e0a76 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -461,4 +461,96 @@ DIST firefox-69.0-vi.xpi 538589 BLAKE2B 
786e94a1d47097f49b028220bf2cb3503df44cdb
 DIST firefox-69.0-xh.xpi 465706 BLAKE2B 
726cc89eda553f96162c2636feb831f0b6972f4a64161ff503174b6688e4bc9c8afb97f49e01a3d14b7bb1dcbc814bed01083f06b6e8ea8bdfe193297b43670c
 SHA512 
47ed91bfa73fee745ef77c5f4491b1eec328d8aea5788cf9e5a41638108b3e5747a2773fa7006e671cf85460cc8f710d79e21d2d7218ee8311d839b4aade2d14
 DIST firefox-69.0-zh-CN.xpi 545781 BLAKE2B 
637af78c771cb15862d528cdb9f916d4f441c38aeda6f6c96ed07ff5362f7bd494a880ef2d03f7b99a5fb1090f97c5f105acabb844cd6ef5733d5afcb6deb1b7
 SHA512 
2be684fa390f9732f940b12d8921694953620a3f877d9c7671452745438b069ff9c1a45b24a91ac1c54c6e2ee5c9081803b15fc5624252b425dce3936bb0b7f0
 DIST firefox-69.0-zh-TW.xpi 545667 BLAKE2B 
d1f4117739c4a18712dec26725e2740b2e2d0a2e9d5fa049fe44b7530636911b61880c4e765d4896c45e05af87b9ee6ec6da770c03688e302ede791204fdf4a1
 SHA512 
2946c78c6faa8ca18330b91088698383002d278920e7d37b1c3cc98e99bf5fd540f00772e18256c885e91eae3abdb0ea5f1d129110cc263304a494cf55778850
+DIST firefox-69.0.1-ach.xpi 471474 BLAKE2B 
fd3fb5b4627f4f1a6e9bb9f9d0c06397d94c850765a99a4a395258079a1262060f9cda216e72f19681a2d48f799003e8c7d8d484c5c321e1d8e4b2e41f0f74d6
 SHA512 
c282228019b06ac238611a37a3b8e4a3807bdafa50aca5449b57bbd8e87a687b076962cec001422acd998b8c3b5fea24fb9fa1f9812c47237e7ed9158a63a0e6
+DIST firefox-69.0.1-af.xpi 449156 BLAKE2B 
8851703875c876d1cd7372f3e1af24f485da497d8942d4eca911f45647887bb8747313f4bbf10019f46c11a9fca45085941811caf510e11d9b5a26f37fa345de
 SHA512 
8e4183ede97df506bc7058db29228d44f7ccc2660c9adc19836b1a650a97e7bb8e20b0a2d6c0be80330541999ed0e8622210c98ce23e172a94c64acf90a8da8e
+DIST firefox-69.0.1-an.xpi 482718 BLAKE2B 
f9af07282c06f9af16feac831b5d1d5df28ed57490ba3ef28b50f98f3ed7c23c32481964e560aff1729bf87b5beac6bc31274dd7f1611150ce61964a12c4
 SHA512 
669470b4b5b97ff6dd2705109c45dd4fcb8cb5f22ddf9a4a0fd93ec0e738fc0df38c2476eaf82be3c2fd3bc7f537f6c6278d436751dba4b07d3c6828ea67026b
+DIST firefox-69.0.1-ar.xpi 541421 BLAKE2B 
8cfbe0c1cc2706131d0fe613b75875026f028920e3b76205911cb22b9775e8069c4542ecdeaa6fe1db23a1691d5d4bcadcd14335c4eeb1ba4b10194715bd172b
 SHA512 
919b51715d8dc1f3cdae1c7eb47177848ff087332acae47b459d4dd9778db4e3afb16b22b3a8aec65d2b0f080d7ade8b026f0a280ba9cfb4c0099215daaed74c
+DIST firefox-69.0.1-ast.xpi 479369 BLAKE2B 
702f29567a72eab20ec92f93918a1a08193604b84d040a6ade228460319d9b9f8432cc6fe2ffb7652c53e129b3d58d2516b20adc945961b390b113de5edbd893
 SHA512 
f9f24ebc8b4c6d4d33924b0f79039df41572e62adb86e1324c9b951d31be7fd6db762a7265cf52580674124713ab8af31481f878de66df62a7e9dcc418d63ea7
+DIST firefox-69.0.1-az.xpi 509589 BLAKE2B 
f1a4812168c389543bf4dd9f45fb34fbd13f952f74ed0691f81ec14e5919adc67f31e7ab3af67fdd84ac4db65a3fb90dfd8585e6d1e803bd33754b811c3aa920
 SHA512 
7c3aa4a657651aae7cfc038b91e4918298d86acc500f4b7286ad1195c85c2b3e4249b0e1a25f720411266b355617a3194d7fccb114c9bac0443b4bd9b8d0d032
+DIST firefox-69.0.1-be.xpi 594812 BLAKE2B 
3b95c2ffabfea1c0d274f181f7cb1b3e18aa41075be7c97d06d8d68dd97ab27e8d52d87e2c2f0f23d7839d6b0f022380ea9e4f56738158ea9621a1ffe9915f30
 SHA512 
62df2ad8b2b781e15eebd2de08f0601517566b655d89a754b2df28a142344533b6465df7c7ca46257673b97af3267b40134366e0bc1c1e12f2b10952b8b02e0b
+DIST firefox-69.0.1-bg.xpi 553022 BLAKE2B 
d6f1fde9a70c85ffb7c19d992f78eb3039e3b7520325cbe494f24f925d4bc3ae6ad0bcfbfd90faff43cd75298aaeb623edfdde2a5c0a44cfdf36844712127b6a
 SHA512 
755de1949c499e3695f5d7378c397af0e0f72ad92ee2bbe83b4c16e64124cfdae043e9a25ce6af3368a43251b1f05781b92fc0327dd67d317b6ca592c5988fa3
+DIST firefox-69.0.1-bn.xpi 572153 BLAKE2B 
1f088067eae7a4c1036ea2e706ad220e901bdb441cbd9c87edae37c9459d4794d8e6d3e06a9d82770aab726d4fc9937353034e7e321a98d3a97f08d17c09b215
 SHA512 
dea74590e6d1dcb528f3163e21b71df1ceb43863a30b91ad514842db844daec86a01ef5ce4e8e8ebfccf397685a9ce43e2f8dffe5298bb1aa33b03cccedc07bc
+DIST firefox-69.0.1-br.xpi 501731 BLAKE2B 
080fcec4048110877b018a845cc21458c4c13414ba818aadd52b9cf8e48249e13b59483b8b6db31e1f8446dc9109beea855625fa55b9d198fca370acd1c7d40f
 SHA512 
e6c7c78a4812dd90af3e431c6d2005df62bfe9998e23c28123f036375ee4a73a526819d7961a7b2bd400304ac96d351f3f6b18a1d946b0d04b29cef1e0fd854

[gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/

2019-09-18 Thread Thomas Deutschmann
commit: 9cc588ab23c7f57b7e042af423a8949a0734400a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 18 21:22:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 18 21:28:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc588ab

app-pda/libusbmuxd: restore v1.0.9

Fixes commit 9998a93ab8c86a06e8e9898b569ff5cfd789c694 which
deleted last stable version.

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

 app-pda/libusbmuxd/Manifest|  1 +
 app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-pda/libusbmuxd/Manifest b/app-pda/libusbmuxd/Manifest
index f64f038a972..5b46379db69 100644
--- a/app-pda/libusbmuxd/Manifest
+++ b/app-pda/libusbmuxd/Manifest
@@ -1 +1,2 @@
 DIST libusbmuxd-1.0.10.tar.bz2 292649 BLAKE2B 
7ec9a576cb20f7e87cf1f31e57e66100c496e5809142d225df9b3cc295a71546bed2d90f41df3144f7316ce0aec5f08fad850c528e27f336bf96e9578bcffd04
 SHA512 
180cde2e9d0860d07d29813e68abf8ca807f75e98424b50acfc1ce941ba4260922959e1047a7d2bc754470c08ed55d0a15c9367487bd41c635a52b4fbf8ff535
+DIST libusbmuxd-1.0.9.tar.bz2 265940 BLAKE2B 
fbdb5ac441a3bcda41b752737f6a5fa9975948d67abf5b1edd9b3e3f749ea65486892af3c679cfcfa5f8d9052f8d35c6a5b0a3a95d07c65385ca28ff7a2b8633
 SHA512 
f50ee580ac9b4c5e55ab596aabb0bdc09f710cc58edba9869948c44f2b2cf064792390f235b2221af494ce3233acda699652066b9297cc3cb4e9f8a1cfa4

diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild 
b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
new file mode 100644
index 000..5b33da7
--- /dev/null
+++ b/app-pda/libusbmuxd/libusbmuxd-1.0.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit autotools-utils
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://www.libimobiledevice.org/";
+SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2";
+
+# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0/2" # based on SONAME of libusbmuxd.so
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+IUSE="kernel_linux static-libs"
+
+RDEPEND=">=app-pda/libplist-1.11:=
+   virtual/libusb:1
+   !=app-pda/usbmuxd-1.0.9
+   !

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

2019-09-18 Thread Sergei Trofimovich
commit: 4af6607f04424cd164e0cd175429c15c4076a4e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep 18 22:11:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 18 22:12:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af6607f

dev-libs/capstone:guard tests building behind USE=test, bug #663006

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/663006
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/capstone/capstone-4.0.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-libs/capstone/capstone-4.0.1.ebuild 
b/dev-libs/capstone/capstone-4.0.1.ebuild
index e4931c690d0..77b9b960a58 100644
--- a/dev-libs/capstone/capstone-4.0.1.ebuild
+++ b/dev-libs/capstone/capstone-4.0.1.ebuild
@@ -16,7 +16,9 @@ LICENSE="BSD"
 SLOT="0/4" # libcapstone.so.4
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
-IUSE="python"
+RESTRICT="!test? ( test )"
+
+IUSE="python test"
 RDEPEND="python? ( ${PYTHON_DEPS} )"
 DEPEND="${RDEPEND}
python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
@@ -63,6 +65,11 @@ src_configure() {
EOF
} >> config.mk || die
 
+   if ! use test; then
+   # Don't build tests if not requested: bug #663006
+   sed -i tests/Makefile -e 's@all: $(BINARY)@all:@' || die
+   fi
+
wrap_python ${FUNCNAME}
 }
 



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

2019-09-18 Thread William Hubbs
commit: 505ee98b16eabfec2d870c0c9e13a1ba13c490f3
Author: William Hubbs  sony  com>
AuthorDate: Wed Sep 18 23:04:55 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Sep 18 23:06:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505ee98b

dev-lang/go: remove old version

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

 dev-lang/go/Manifest |   1 -
 dev-lang/go/go-1.12.8.ebuild | 246 ---
 2 files changed, 247 deletions(-)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index ff133b11987..48ebf9d5824 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -9,6 +9,5 @@ DIST go-linux-ppc64-bootstrap-1.8.tbz 52315782 BLAKE2B 
6be0a48e8bc4e5fed4d34f8aa
 DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 BLAKE2B 
7a28ec5a381369c4e9415c8360e904c2545380513afd328077c584e8af0bf6bd818aa03e5a58c350cbb98facc1c9dccb02b06adcb27233875497cf5d33265912
 SHA512 
6931d999dd0ee1ff44c4cec48acb27af061f57f87aa74802dcebab78553b46bc8ac732f07fe91e5074dbdd32c55b707994875934bfb12bb4276d71eb1d06c4ba
 DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 BLAKE2B 
920a176b8f4fc3a816e724324bbb30a383d599e31a0d2093d24797dbcd0e799a662a3589dbb87d2f5dd16df07c4cf8f1e444e87b540ec732746bb025dc9271f8
 SHA512 
d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a
 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 BLAKE2B 
0a45312f090d81ebf46fe5950cb65c059e2801394231e715e94145d1f918eb59b10472b2385e57ebd5cfb9eca0ad7290fb118436486b665520bb540970f971ab
 SHA512 
52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
-DIST go1.12.8.src.tar.gz 21978756 BLAKE2B 
65258c101d729bbd82f69ba4286ba8e64f9d3128be97243374d442dfcc4033f1238bb57530a34dc0142f55cc8f2692efab65452286c4769f24e8aa3a4a80abd1
 SHA512 
193a9b08752aa2479c19f5b56fdfe2296c7e6097e0c583290f0fce754ac7571e2ff345f66b69774d8e22f2caa147a3dc15658148017b09e5e7f49fd4569373d4
 DIST go1.12.9.src.tar.gz 21979950 BLAKE2B 
dca7e3afcabd513c4b8193e93c0a1ed1a2326dccfce9b909d97b3731fffbe7e26712ab164645e06a316baa949b1e0b14a2fea8d23e6f90fd5b72afa0d15b432b
 SHA512 
57041e7fb767f528aa9fc2592d205d3a7c120c73f92dc8d91f17f816e12aa6152c8421b333081800a5f50b1bb656f203a25faf8ed92c69a6ec164ce0a5619c13
 DIST go1.13.src.tar.gz 21621948 BLAKE2B 
dff6024287c0805ec735cb40aef4ffd872bdc17df6e0d531be3d16806292edde2a63299fe7b9b3c97a79f6f864ab0f95962a0cd2e1a0ba0216b3f4bc59bf4bcf
 SHA512 
c6346b1ab256cb743dd98625d8b16cdcc1365b186e039e99747d6c18041045daa065f6bdce17cca0a9800be2dbb34e90adf5518d5295693f80435c02fe5b2cd8

diff --git a/dev-lang/go/go-1.12.8.ebuild b/dev-lang/go/go-1.12.8.ebuild
deleted file mode 100644
index daee1d59a92..000
--- a/dev-lang/go/go-1.12.8.ebuild
+++ /dev/null
@@ -1,246 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-
-MY_PV=${PV/_/}
-
-inherit toolchain-funcs
-
-BOOTSTRAP_VERSION="bootstrap-1.8"
-BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist";
-BOOTSTRAP_URI="
-   ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz
-"
-
-case ${PV}  in
-**)
-   EGIT_REPO_URI="https://github.com/golang/go.git";
-   inherit git-r3
-   ;;
-*)
-   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
-   S="${WORKDIR}"/go
-   case ${PV} in
-   *_beta*|*_rc*) ;;
-   *)
-   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-   # The upstream tests fail under portage but pass if the build is
-   # run according to their documentation [1].
-   # I am restricting the tests on released versions until this is
-   # solved.
-   # [1] https://golang.org/issues/18442
-   RESTRICT="test"
-   ;;
-   esac
-esac
-
-# If gccgo or a previously installed version of dev-lang/go is not being
-# used to build Go, there is no way to know the architecture or operating 
system
-

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

2019-09-18 Thread Tim Harder
commit: 1acb303f69b69842c3e1222f9207d79563bd18e0
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 18 23:23:29 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 18 23:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acb303f

app-shells/zsh: fix BadInsIntoDir QA issues

Signed-off-by: Tim Harder  gentoo.org>

 app-shells/zsh/zsh-5.6.2.ebuild | 5 ++---
 app-shells/zsh/zsh-5.7.1.ebuild | 3 +--
 app-shells/zsh/zsh-.ebuild  | 3 +--
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/app-shells/zsh/zsh-5.6.2.ebuild b/app-shells/zsh/zsh-5.6.2.ebuild
index dbbb337d6e9..09315ecb9b2 100644
--- a/app-shells/zsh/zsh-5.6.2.ebuild
+++ b/app-shells/zsh/zsh-5.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -171,10 +171,9 @@ src_install() {
 
if use doc ; then
pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
+   dodoc Doc/zsh.{dvi,pdf}
docinto html
dodoc Doc/*.html
-   insinto /usr/share/doc/${PF}
-   doins Doc/zsh.{dvi,pdf}
popd >/dev/null
fi
 

diff --git a/app-shells/zsh/zsh-5.7.1.ebuild b/app-shells/zsh/zsh-5.7.1.ebuild
index 103eb4abf6a..03b1e1d4553 100644
--- a/app-shells/zsh/zsh-5.7.1.ebuild
+++ b/app-shells/zsh/zsh-5.7.1.ebuild
@@ -176,10 +176,9 @@ src_install() {
 
if use doc ; then
pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
+   dodoc Doc/zsh.{dvi,pdf}
docinto html
dodoc Doc/*.html
-   insinto /usr/share/doc/${PF}
-   doins Doc/zsh.{dvi,pdf}
popd >/dev/null
fi
 

diff --git a/app-shells/zsh/zsh-.ebuild b/app-shells/zsh/zsh-.ebuild
index 7455f193772..2d05ce7a473 100644
--- a/app-shells/zsh/zsh-.ebuild
+++ b/app-shells/zsh/zsh-.ebuild
@@ -175,10 +175,9 @@ src_install() {
 
if use doc ; then
pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null
+   dodoc Doc/zsh.{dvi,pdf}
docinto html
dodoc Doc/*.html
-   insinto /usr/share/doc/${PF}
-   doins Doc/zsh.{dvi,pdf}
popd >/dev/null
fi
 



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

2019-09-18 Thread Tim Harder
commit: 37b678fb748b4e636d74bb4cf02fff8926bf605e
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Sep 18 23:23:45 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Sep 18 23:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b678fb

app-shells/zsh: remove old

Signed-off-by: Tim Harder  gentoo.org>

 app-shells/zsh/Manifest  |   2 -
 app-shells/zsh/zsh-5.7-r1.ebuild | 220 ---
 2 files changed, 222 deletions(-)

diff --git a/app-shells/zsh/Manifest b/app-shells/zsh/Manifest
index b65727d06f4..e07488eaf13 100644
--- a/app-shells/zsh/Manifest
+++ b/app-shells/zsh/Manifest
@@ -1,6 +1,4 @@
 DIST zsh-5.6.2-doc.tar.xz 3198932 BLAKE2B 
7e701bb12e0114b7d9847caad1146fa3d538f8f6d859a765037660fb18341f1c79002811a42ec795e41eb2bbe899e12d4bcd055ea5c66e7b73bd488bdf8bbb55
 SHA512 
5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a
 DIST zsh-5.6.2.tar.xz 3077368 BLAKE2B 
8c6ce22436f9f51eff809c779efad02f4a0730b4431630ab305abc9f1ef722698f7c565d0aa421b0d94c21f2c830f9d529709fd62a4205be1a20acf0f94a845a
 SHA512 
f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2
-DIST zsh-5.7-doc.tar.xz 3062428 BLAKE2B 
1ee818fd3625c3c96add6fb8f0ccb42dd05eeb33b4f4513e4e436974f835465fdb9dd4092c652bcda24762bc39307946e14c4969e03038ae43f77c24871a5449
 SHA512 
4b5f256ed39c0594daf2fdb2f995c60944c70556438b986fcf6f4e40dbfdc58e70eb65691c841d5dbb973a20b30255abe55ed140482b7afd446e1911c4efd395
 DIST zsh-5.7.1-doc.tar.xz 3062112 BLAKE2B 
cb67aada97d79b4b5b1116fb0737294785a2a510c2f4396cf77b671b62631e778ee9d57a32dcd257e079a9e4c35acaeeb68c0ec951b6ae8d8d8b647c05ef365c
 SHA512 
e51bc8eb408bcb20bf8a4f0b8588f7803fdd433445efa282f598a3bec4575cba7feaad117cd2d5077f51150bf0ba41a673ffb925ade33c435db498f1d791cc8c
 DIST zsh-5.7.1.tar.xz 3126308 BLAKE2B 
4f1aa2d5aea0341ba7839cf05687020889b5ca6879654a376ce838986211af4bddb7ab521a8a35cc06701f730a75a9778c633726b447f31845f5c140ec1e8d80
 SHA512 
a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0
-DIST zsh-5.7.tar.xz 3124708 BLAKE2B 
6b3822d3bb647aaf1072b9d499dbe9a65dc6cec0b83fb7fb09050e26bcc71fc0fb2846a1b754f9f206b602632add39e52465c1092f131f9000a149dbd2b469de
 SHA512 
cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958

diff --git a/app-shells/zsh/zsh-5.7-r1.ebuild b/app-shells/zsh/zsh-5.7-r1.ebuild
deleted file mode 100644
index 113f397ad17..000
--- a/app-shells/zsh/zsh-5.7-r1.ebuild
+++ /dev/null
@@ -1,220 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic prefix
-
-if [[ ${PV} == * ]] ; then
-   inherit git-r3 autotools
-   EGIT_REPO_URI="https://git.code.sf.net/p/zsh/code";
-else
-   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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-   SRC_URI="https://www.zsh.org/pub/${P}.tar.xz
-   https://www.zsh.org/pub/old/${P}.tar.xz
-   mirror://sourceforge/${PN}/${P}.tar.xz
-   doc? (
-   https://www.zsh.org/pub/${P}-doc.tar.xz
-   mirror://sourceforge/${PN}/${P}-doc.tar.xz
-   )"
-fi
-
-DESCRIPTION="UNIX Shell similar to the Korn shell"
-HOMEPAGE="https://www.zsh.org/";
-
-LICENSE="ZSH gdbm? ( GPL-2 )"
-SLOT="0"
-IUSE="caps debug doc examples gdbm maildir pcre static unicode"
-
-RDEPEND="
-   >=sys-libs/ncurses-5.1:0=
-   static? ( >=sys-libs/ncurses-5.7-r4:0=[static-libs] )
-   caps? ( sys-libs/libcap )
-   pcre? (
-   >=dev-libs/libpcre-3.9
-   static? ( >=dev-libs/libpcre-3.9[static-libs] )
-   )
-   gdbm? ( sys-libs/gdbm:= )
-   ! Doc/zshall.1 || die
-
-   # add openrc specific options for init.d completion
-   eapply "${FILESDIR}"/${PN}-5.3-init.d-gentoo.diff
-   fi
-
-   default
-
-   if [[ ${PV} == * ]] ; then
-   sed -i "/^VERSION=/s/=.*/=${PV}/" Config/version.mk || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   local myconf=(
-   --bindir="${EPREFIX}"/bin
-   --libdir="${EPREFIX}"/usr/$(get_libdir)
-   --enable-etcdir="${EPREFIX}"/etc/zsh
-   --enable-runhelpdir="${EPREFIX}"/usr/share/zsh/${PV%_*}/help
-   --enable-fndir="${EPREFIX}"/usr/share/zsh/${PV%_*}/functions
-   --enable-site-fndir="${EPREFIX}"/usr/share/zsh/site-functions
-   --enable-function-subdirs
-   --with-tcsetpgrp
-   $

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

2019-09-18 Thread Zac Medico
commit: 3e1c64f993d82c7fa12aefc23ef702d34c633da0
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 19 00:00:17 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 19 00:00:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1c64f9

app-emulation/flannel: Remove old version 0.10.0

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

 app-emulation/flannel/Manifest  |  1 -
 app-emulation/flannel/flannel-0.10.0.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/app-emulation/flannel/Manifest b/app-emulation/flannel/Manifest
index 3c733a58ce1..236b7994970 100644
--- a/app-emulation/flannel/Manifest
+++ b/app-emulation/flannel/Manifest
@@ -1,2 +1 @@
-DIST flannel-0.10.0.tar.gz 4799262 BLAKE2B 
7341f34f72bf2d51aa727d03eb94f376fd9da825dea1865db9d0b46d5bcc0338569b8aa81c3442b101768cd7b58bef3957bea86a38e8c1cca921b7a03d1b2bf3
 SHA512 
b71fff80f7c4891279e82c6c430cdbff1eb3966cc4817d1c2c5ed7a731e9466f04e51532734244510ab47cba07557c052fbaa9a4a9ecced56fa1e37f6681b1c9
 DIST flannel-0.11.0.tar.gz 6443391 BLAKE2B 
5358e513a73fec6d8fcdb0182ec814fcf204eb12830f7d60acb3d4432f821ccc9e174fcc7adb57584ab1782c3f285e46b51bb0f76635fab9cf851cb2bd40c1b3
 SHA512 
72d18cd4ec58ede3848da3b94b7f3e33f8dda59d9fceb13864757998a24f0b312bc5b5d7927d3da8a805475efee469095ac09390fa632eb0c6ef9dd0f5d38a3b

diff --git a/app-emulation/flannel/flannel-0.10.0.ebuild 
b/app-emulation/flannel/flannel-0.10.0.ebuild
deleted file mode 100644
index 3fd362881d8..000
--- a/app-emulation/flannel/flannel-0.10.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot systemd user
-
-KEYWORDS="~amd64"
-DESCRIPTION="An etcd backed network fabric for containers"
-EGO_PN="github.com/coreos/flannel"
-HOMEPAGE="https://github.com/coreos/flannel";
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-RESTRICT="test"
-
-src_prepare() {
-   default
-   sed -e "s:^var Version =.*:var Version = \"${PV}\":" \
-   -i "${S}/src/${EGO_PN}/version/version.go" || die
-}
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"\
-   GOPATH="${WORKDIR}/${P}" \
-   go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
-   [[ -x bin/${PN} ]] || die
-}
-
-src_test() {
-   GOPATH="${WORKDIR}/${P}" \
-   go test -v -work -x "${EGO_PN}" || die
-}
-
-src_install() {
-   newbin "bin/${PN}" ${PN}d
-   cd "src/${EGO_PN}" || die
-   exeinto /usr/libexec/flannel
-   doexe dist/mk-docker-opts.sh
-   insinto /etc/systemd/system/docker.service.d
-   newins "${FILESDIR}/flannel-docker.conf" flannel.conf
-   newinitd "${FILESDIR}"/flanneld.initd flanneld
-   newconfd "${FILESDIR}"/flanneld.confd flanneld
-   keepdir /var/log/${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/flanneld.logrotated flanneld
-   systemd_newtmpfilesd "${FILESDIR}/flannel.tmpfilesd" flannel.conf
-   systemd_dounit "${FILESDIR}/flanneld.service"
-   dodoc README.md
-}



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

2019-09-18 Thread Zac Medico
commit: 8711441b5fa06d09913ebe5868c4b0c1f83ca753
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 19 00:22:11 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 19 00:26:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8711441b

app-emulation/flannel: LICENSE: account for vendored software

Reported-by: Michał Górny  gentoo.org>
Closes: https://bugs.gentoo.org/694904
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/flannel/flannel-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/flannel/flannel-0.11.0.ebuild 
b/app-emulation/flannel/flannel-0.11.0.ebuild
index 0753cf0bc62..921d9cf1928 100644
--- a/app-emulation/flannel/flannel-0.11.0.ebuild
+++ b/app-emulation/flannel/flannel-0.11.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="An etcd backed network fabric for containers"
 EGO_PN="github.com/coreos/flannel"
 HOMEPAGE="https://github.com/coreos/flannel";
 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD ISC LGPL-3 MIT"
 SLOT="0"
 IUSE="hardened"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine-kvm/

2019-09-18 Thread Zac Medico
commit: 94ed176ed2259b338d6bf86c24b12b94461b3653
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Sep 19 01:30:36 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Sep 19 01:31:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ed176e

app-emulation/docker-machine-kvm: LICENSE: account for vendored software

Reported-by: Michał Górny  gentoo.org>
Bug: https://bugs.gentoo.org/694890
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild 
b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
index b9a0908fcb3..9fe51b9af89 100644
--- a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
+++ b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
 DESCRIPTION="KVM driver for docker-machine"
 
 HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm";
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT ZLIB"
 SLOT="0"
 IUSE=""
 COMMON_DEPEND="app-emulation/libvirt:=[qemu,virt-network]"



  1   2   >