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

2019-10-20 Thread Alfredo Tupone
commit: f3337cee38d12d44fc90c8ae494090a853902bb9
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:52:22 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:52:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3337cee

ada.eclass: add export of GNAT

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

 eclass/ada.eclass | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/ada.eclass b/eclass/ada.eclass
index dad3d9acce8..361ffb65cd1 100644
--- a/eclass/ada.eclass
+++ b/eclass/ada.eclass
@@ -355,7 +355,7 @@ ada_wrapper_setup() {
mkdir -p "${workdir}"/bin || die
 
local GCC GNATMAKE GNATLS GNATBIND GNATCHOP GNATPREP
-   ada_export "${impl}" GCC GNATMAKE GNATLS GNATCHOP GNATBIND 
GNATPREP
+   ada_export "${impl}" GCC GNAT GNATMAKE GNATLS GNATCHOP GNATBIND 
GNATPREP
 
# Ada compiler
cat > "${workdir}/bin/gcc" <<-_EOF_ || die
@@ -388,6 +388,11 @@ ada_wrapper_setup() {
exec "${GNATPREP}" "\${@}"
_EOF_
chmod a+x "${workdir}/bin/gnatprep" || die
+   cat > "${workdir}/bin/gnat" <<-_EOF_ || die
+   #!/bin/sh
+   exec "${GNAT}" "\${@}"
+   _EOF_
+   chmod a+x "${workdir}/bin/gnat" || die
fi
 
# Now, set the environment.



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

2019-10-20 Thread Alfredo Tupone
commit: 935abcf2ecaec5140c6d4aeae5ea8f716e527f5d
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:43:35 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:43:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935abcf2

dev-ada/gps-bin: Stable version

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild 
b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
index e6a61befb17..e8bf0f90aee 100644
--- a/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
+++ b/dev-ada/gps-bin/gps-bin-2016-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5739cefdc7a447658e0b016b -> ${MY_P}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="${ADA_DEPS}"



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

2019-10-20 Thread Alfredo Tupone
commit: e37baa917ae7eb2ba9cbc5ed884fc20558763684
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:42:22 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:42:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37baa91

dev-ada/libadalang-tools: Stable version

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

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

diff --git a/dev-ada/libadalang-tools/libadalang-tools-2018.ebuild 
b/dev-ada/libadalang-tools/libadalang-tools-2018.ebuild
index a412e2338ad..65d07091482 100644
--- a/dev-ada/libadalang-tools/libadalang-tools-2018.ebuild
+++ b/dev-ada/libadalang-tools/libadalang-tools-2018.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819dfc7a447df26c27a59 ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018"
 
 RDEPEND=""

diff --git a/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild 
b/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild
index 9dea7561bf5..3b28c79a0dc 100644
--- a/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild
+++ b/dev-ada/libadalang-tools/libadalang-tools-2019-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8f4e31e87a8f1d42509f ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="${ADA_DEPS}"

diff --git a/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild 
b/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild
index 279ba91a174..b32836a551f 100644
--- a/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild
+++ b/dev-ada/libadalang-tools/libadalang-tools-2019.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8f4e31e87a8f1d42509f ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 gnat_2018 +gnat_2019"
 
 RDEPEND=""



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

2019-10-20 Thread Alfredo Tupone
commit: 298ec5fad36952296affdceab931bf04e7a9c899
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:41:15 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:41:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298ec5fa

dev-ada/libadalang: Stable version

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

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

diff --git a/dev-ada/libadalang/libadalang-2017-r2.ebuild 
b/dev-ada/libadalang/libadalang-2017-r2.ebuild
index b210eddac8f..7896a4c5e03 100644
--- a/dev-ada/libadalang/libadalang-2017-r2.ebuild
+++ b/dev-ada/libadalang/libadalang-2017-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed042
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="${ADA_DEPS}

diff --git a/dev-ada/libadalang/libadalang-2018-r1.ebuild 
b/dev-ada/libadalang/libadalang-2018-r1.ebuild
index 1fff1c6e5bf..21136132a52 100644
--- a/dev-ada/libadalang/libadalang-2018-r1.ebuild
+++ b/dev-ada/libadalang/libadalang-2018-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cf9adc7a4475263382c18
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2017 +gnat_2018 gnat_2019 +shared static-libs"
 
 RDEPEND="dev-python/pyyaml

diff --git a/dev-ada/libadalang/libadalang-2018-r2.ebuild 
b/dev-ada/libadalang/libadalang-2018-r2.ebuild
index 15d30be1cca..6c587d89b91 100644
--- a/dev-ada/libadalang/libadalang-2018-r2.ebuild
+++ b/dev-ada/libadalang/libadalang-2018-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0cf9adc7a4475263382c18
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared static-libs"
 
 RDEPEND="dev-python/pyyaml

diff --git a/dev-ada/libadalang/libadalang-2019-r1.ebuild 
b/dev-ada/libadalang/libadalang-2019-r1.ebuild
index 45c76b0563d..a19f499cfc2 100644
--- a/dev-ada/libadalang/libadalang-2019-r1.ebuild
+++ b/dev-ada/libadalang/libadalang-2019-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8f3331e87a8f1c967d27
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared static-libs"
 
 RDEPEND="dev-python/pyyaml

diff --git a/dev-ada/libadalang/libadalang-2019.ebuild 
b/dev-ada/libadalang/libadalang-2019.ebuild
index b9b7080104d..b82f0de8e74 100644
--- a/dev-ada/libadalang/libadalang-2019.ebuild
+++ b/dev-ada/libadalang/libadalang-2019.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8f3331e87a8f1c967d27
 
 LICENSE="GPL-3 gcc-runtime-library-exception-3.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2018 +gnat_2019 +shared static-libs"
 
 RDEPEND="dev-python/pyyaml



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

2019-10-20 Thread Alfredo Tupone
commit: 88ee150df86553f09e9683499cc271acd247d286
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:39:35 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:39:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ee150d

dev-ada/aws: Stable version

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

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

diff --git a/dev-ada/aws/aws-2018-r1.ebuild b/dev-ada/aws/aws-2018-r1.ebuild
index 8cdf9346bfd..8df40c75b3a 100644
--- a/dev-ada/aws/aws-2018-r1.ebuild
+++ b/dev-ada/aws/aws-2018-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27abd
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 +gnat_2018 gnat_2019"
 
 
RDEPEND="dev-ada/xmlada[gnat_2016(-)?,gnat_2017(-)?,gnat_2018(-)?,gnat_2019(-)?]

diff --git a/dev-ada/aws/aws-2018-r2.ebuild b/dev-ada/aws/aws-2018-r2.ebuild
index f8ec2e23ee5..db8d0fb6fa7 100644
--- a/dev-ada/aws/aws-2018-r2.ebuild
+++ b/dev-ada/aws/aws-2018-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5b0819e0c7a447df26c27abd
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-ada/xmlada[${ADA_USEDEP},shared,static-libs]"

diff --git a/dev-ada/aws/aws-2019-r1.ebuild b/dev-ada/aws/aws-2019-r1.ebuild
index c45e75c885b..536310bea46 100644
--- a/dev-ada/aws/aws-2019-r1.ebuild
+++ b/dev-ada/aws/aws-2019-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf85a031e87aa2cdf16b19
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-ada/xmlada[${ADA_USEDEP},shared,static-libs]"

diff --git a/dev-ada/aws/aws-2019.ebuild b/dev-ada/aws/aws-2019.ebuild
index 88b39e74d91..6096f1148c3 100644
--- a/dev-ada/aws/aws-2019.ebuild
+++ b/dev-ada/aws/aws-2019.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf85a031e87aa2cdf16b19
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+gnat_2019"
 
 RDEPEND="dev-ada/xmlada[gnat_2019]



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

2019-10-20 Thread Alfredo Tupone
commit: fce0cf8c01ea0d8a9675ca84ff132769a3cf581c
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:37:50 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:37:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce0cf8c

dev-ada/asis: stable version

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

 dev-ada/asis/asis-2016-r1.ebuild | 2 +-
 dev-ada/asis/asis-2019-r1.ebuild | 2 +-
 dev-ada/asis/asis-2019.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ada/asis/asis-2016-r1.ebuild b/dev-ada/asis/asis-2016-r1.ebuild
index 657ae8d7558..acbf13c1d35 100644
--- a/dev-ada/asis/asis-2016-r1.ebuild
+++ b/dev-ada/asis/asis-2016-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/57399029c7a447658e0aff71
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-ada/gnat_util[${ADA_USEDEP}]

diff --git a/dev-ada/asis/asis-2019-r1.ebuild b/dev-ada/asis/asis-2019-r1.ebuild
index dce0c2b4463..b55e5b3ed45 100644
--- a/dev-ada/asis/asis-2019-r1.ebuild
+++ b/dev-ada/asis/asis-2019-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf849031e87aa2cdf16b10
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="

diff --git a/dev-ada/asis/asis-2019.ebuild b/dev-ada/asis/asis-2019.ebuild
index a38ee8f2dd6..7477d83c7a8 100644
--- a/dev-ada/asis/asis-2019.ebuild
+++ b/dev-ada/asis/asis-2019.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf849031e87aa2cdf16b10
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2017 gnat_2018 +gnat_2019"
 
 RDEPEND="



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

2019-10-20 Thread Alfredo Tupone
commit: c4ea0c86195148058452c83fad6ccf9c4420c7cf
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:34:32 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:34:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ea0c86

dev-ada/gnatcoll-bindings: Stable version

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

 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild | 2 +-
 dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild
index f19b591f643..fae30e62e54 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8afa31e87a8f1d425054
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gmp iconv python readline +shared static-libs static-pic syslog"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )

diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019.ebuild 
b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019.ebuild
index d4e00b70793..a9df5354e77 100644
--- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019.ebuild
+++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-2019.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8afa31e87a8f1d425054
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 gnat_2018 +gnat_2019 gmp iconv python readline 
+shared
static-libs static-pic syslog"
 



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

2019-10-20 Thread Alfredo Tupone
commit: ba7de1b18f0fa6cf9837c80d94805e7dc06fb8f6
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:36:12 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:36:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7de1b1

dev-ada/gnatcoll-db: Stable version

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

 dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild 
b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild
index 0f1fd1c1c4d..e061c4cf6a6 100644
--- a/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild
+++ b/dev-ada/gnatcoll-db/gnatcoll-db-2019.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/AdaCore/${PN}/archive/${commitId}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="db2ada gnatinspect postgres
+shared sql sqlite static-libs static-pic xref"
 



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

2019-10-20 Thread Alfredo Tupone
commit: 759c56cfc25746fd1a2c0d8fcb6526091e9cd05e
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:33:11 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:33:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759c56cf

dev-ada/gnatcoll-core: Stable version

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

 dev-ada/gnatcoll-core/gnatcoll-core-2019-r1.ebuild | 2 +-
 dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2019-r1.ebuild 
b/dev-ada/gnatcoll-core/gnatcoll-core-2019-r1.ebuild
index bba7d969b9e..7fe63c00507 100644
--- a/dev-ada/gnatcoll-core/gnatcoll-core-2019-r1.ebuild
+++ b/dev-ada/gnatcoll-core/gnatcoll-core-2019-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8ae231e87a8f1d425052
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared static-libs static-pic"
 
 RDEPEND="

diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild 
b/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild
index e1a9570911f..b5e4f695b3c 100644
--- a/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild
+++ b/dev-ada/gnatcoll-core/gnatcoll-core-2019.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf8ae231e87a8f1d425052
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnat_2016 gnat_2017 gnat_2018 +gnat_2019 +shared static-libs static-pic"
 
 RDEPEND="



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

2019-10-20 Thread Alfredo Tupone
commit: e8aa7597c951daf3c8516475880704195577b08b
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Oct 21 06:31:43 2019 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Oct 21 06:31:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aa7597

dev-ada/gnatcoll: Stable version

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

 dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild 
b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
index 551b448c6c2..07ae2ebc26a 100644
--- a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
+++ b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed016
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gmp gtk iconv postgres pygobject projects readline
+shared sqlite static-libs syslog tools"
 



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

2019-10-20 Thread Hans de Graaff
commit: 59ad6f45cb56705fef11c9c793c88c7d1b209da5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 21 05:34:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 21 05:34:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ad6f45

profiles/package.mask: unmask dev-ruby/vcard

There is still a need for this package and upstream appears responsive.

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 38b76ea3c7b..d1d6ee74e1f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -64,7 +64,6 @@ dev-ruby/escape_utils
 dev-ruby/ruby-beautify
 dev-ruby/termcolor
 dev-ruby/terrapin
-dev-ruby/vcard
 www-servers/thin
 
 # Michał Górny  (2019-10-20)



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

2019-10-20 Thread Yixun Lan
commit: ca0e5c519703efe5b0acd72d6404b33bbdfb857f
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct 21 01:36:17 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct 21 01:39:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0e5c51

dev-util/crash: drop trailing line to make CI happy

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

 dev-util/crash/crash-7.2.7.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-util/crash/crash-7.2.7.ebuild 
b/dev-util/crash/crash-7.2.7.ebuild
index de5c30a966d..d9bbae491a7 100644
--- a/dev-util/crash/crash-7.2.7.ebuild
+++ b/dev-util/crash/crash-7.2.7.ebuild
@@ -3,8 +3,6 @@
 
 EAPI="7"
 
-inherit eutils
-
 DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
 HOMEPAGE="https://people.redhat.com/anderson/";
 SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz";



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

2019-10-20 Thread Yixun Lan
commit: 6853874c1dcb82f5f5b8c55f8b8017f33f8c41c8
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Oct 21 01:38:57 2019 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Oct 21 01:39:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6853874c

net-misc/ofono: version bump, 1.30

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

 net-misc/ofono/Manifest  |  1 +
 net-misc/ofono/ofono-1.30.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/net-misc/ofono/Manifest b/net-misc/ofono/Manifest
index eee7058157a..0dd6fed1abb 100644
--- a/net-misc/ofono/Manifest
+++ b/net-misc/ofono/Manifest
@@ -1,3 +1,4 @@
 DIST ofono-1.16.tar.xz 854296 BLAKE2B 
4ee8f895e21903b8181fe14f5a91fea466eb3a2f66c8a5ab270a8dd81c601dc5e2a1beae368cf0f14b556f0dfb8301439d40d93bfd1d058d43ce864cdd1f0788
 SHA512 
21887e1bc3b8af18881f9456f950b97885b567164e28ebe2ab6fc5a3042c439891a20b5034a8fa0c7a78567286ac53c1b8a72122f428fbcf5da8bf139423b913
 DIST ofono-1.28.tar.xz 1016308 BLAKE2B 
0aec5bc6c845c0906548f62bda95bfee5ca5ef17bc2defd60fe4b0967b9f58fcbbbfeb9593aa33f6852360266ea4ea025a87a07ac95ef50829b592accfb5bc72
 SHA512 
963471fac89db746d0e99fee805413342203be0d200bc14f0e56c5ec3053e25ea8112943657c88c57c539ae485ac11eb5f80052aad12443c24f6e6a4114e
 DIST ofono-1.29.tar.xz 1019512 BLAKE2B 
e073f324c58fee1beac31ba685d92ee85814ccb072aaedc0fa2d0d25419d60449557fcabd0e1b3e5aad6c349582a2abe6fb69094f36b61dbea0f94ed0f8dff4e
 SHA512 
14c3cd3a7ee134dd85f286e3ce47914a10c48a9a2bbbebd0d2715334f233a9b7e4e01bae5a151e4f4b3fb3e98eab96ba345f3fb2c2960d2f9c0645f36c218a99
+DIST ofono-1.30.tar.xz 1030428 BLAKE2B 
94248b7eb7b48000333fdee38eaecf13c259adf2ca71946a25c06463abc052c568974981b0116ef5e006a6bd9f106a0bf2a5d2b1f9ad06beaffceff6cb3bbde4
 SHA512 
e65c5af7f09eef31c1e8c2b8202315b1bfeeb18e6e3cca07e3758ee693e51f8d8007211cba9e0da17656b063f362858a51234908c89a2bfd1ef0e057d538bda5

diff --git a/net-misc/ofono/ofono-1.30.ebuild b/net-misc/ofono/ofono-1.30.ebuild
new file mode 100644
index 000..406ed49a7a3
--- /dev/null
+++ b/net-misc/ofono/ofono-1.30.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils multilib systemd
+
+DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon"
+HOMEPAGE="https://01.org/ofono";
+SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem 
+phonesim +provision +qmimodem tools +udev upower"
+
+REQUIRED_USE="dundee? ( bluetooth )"
+
+RDEPEND=">=sys-apps/dbus-1.4
+   >=dev-libs/glib-2.32
+   net-misc/mobile-broadband-provider-info
+   bluetooth? ( >=net-wireless/bluez-4.99 )
+   udev? ( virtual/udev )
+   examples? ( dev-python/dbus-python )
+   tools? ( virtual/libusb:1 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS )
+
+src_configure() {
+   econf \
+   $(use_enable udev) \
+   $(use_enable isimodem) \
+   $(use_enable atmodem) \
+   $(use_enable cdmamodem) \
+   $(use_enable datafiles) \
+   $(use_enable dundee) \
+   $(use_enable bluetooth) \
+   $(use_enable phonesim) \
+   $(use_enable provision) \
+   $(use_enable qmimodem) \
+   $(use_enable tools) \
+   $(use_enable examples test) \
+   $(use_enable upower) \
+   --disable-maintainer-mode \
+   --disable-rilmodem
+   --localstatedir=/var \
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   if use tools ; then
+   dobin tools/auto-enable \
+   tools/huawei-audio \
+   tools/lookup-provider-name \
+   tools/lookup-apn \
+   tools/get-location \
+   tools/tty-redirector
+   fi
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   use doc && dodoc doc/*.txt
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-time-out-plugin/

2019-10-20 Thread Thomas Deutschmann
commit: 9da78e93b021203f21a932206afce40d49c9d29e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 21 01:29:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 21 01:29:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da78e93

xfce-extra/xfce4-time-out-plugin: fix ebuild name

Fixes 78a2edb ("xfce-extra/xfce4-time-out-plugin: Revbump post dep change")

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

 ...e-out-plugin-1.0.3-r12ebuild => xfce4-time-out-plugin-1.0.3-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.3-r12ebuild 
b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.3-r2.ebuild
similarity index 100%
rename from 
xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.3-r12ebuild
rename to xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.3-r2.ebuild



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

2019-10-20 Thread Jory Pratt
commit: d186bede3da7aa4555f349fc7fe79751e3881ed4
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Oct 21 00:57:04 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Oct 21 00:57:04 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d186bede

mail-client/thunderbird: sync with tree

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 mail-client/thunderbird/Manifest   | 108 ++---
 ...ird-68.1.1.ebuild => thunderbird-68.1.2.ebuild} |   2 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index cf862c7..82ee6bf 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,57 +1,57 @@
 DIST firefox-68.0-patches-12.tar.xz 17476 BLAKE2B 
bd788e24820f902f4ca908b0cf7a49a4c57e058915af1eb87233d19d91271092676c1ee4c67e88df2411ecccea47c4e735efdf95945954f2d9aac5cc2f9051f2
 SHA512 
8033a3c445eaddd28188b338534da16a4130b679a5f6673b3094524e47435890e6d454d7b67f81bbe21f80ef1b65fa7e6c27d71191ba70dd8ea87fc68463f9a7
 DIST gdata-provider-4.4.1.tar.xz 78728 BLAKE2B 
bfe04d714334c38c932d2186ffd859583176ef455b283534c5f8f9e1ab7dc13bdfb8c15db6007de482ab015afc2b8524aad725380bec75ee5f59ea81d6307ba9
 SHA512 
6c9b5ac41a1064bd1799d2a2f633c3064b27f1294ac3c8908cdef6c1d2eea7b602f2f7bf240b71f507fe9ad286588f030e12f49a41b3bed7bbcc99f3021369f9
 DIST lightning-6.2.5.tar.xz 1745976 BLAKE2B 
31e237f8d34ab2a2ac522767460467257d1f49d15fbe24f5b80dde9fb709ffafd0c0442d99c6643ce434cf7bdf0d670447f86da9fcdadc7ada6814431ef41e8a
 SHA512 
1e997bb91d484908f225cc6e971874d308e8a8e2451a3e678f8a74bcb9e360babbd1f8aebcafb3e628ef5b10eb697ee47af2bfedbc956fee71d99084c8816235
-DIST thunderbird-68.1.1-ar.xpi 617172 BLAKE2B 
6f993edac7b6002602c28d42419ea94a7ffa8d8eca8b808dd904106c65cf1f3e20f9f5e69a605997be9b53dbbf8374f4120577ad7651c98332d40654cc1dd6b2
 SHA512 
fd40a8273777368ba6aec4f0bf6363cd223284fda5e56bd6611639bbfff1484313bde514c1f57c510b7d9cbbbca1995b7e802d2fdb769ce31d72be864efd60c9
-DIST thunderbird-68.1.1-ast.xpi 551304 BLAKE2B 
6c581a2b3b225924ea3c9dbf9dc1469510ad760ae98a11598f498b8c158f2db91787fef76081fa8ae302894bbafa335f934fcf4bd8b95a6b527c52698831c689
 SHA512 
5cc2b589d7b4f5c5e00e09323417271cf08d505e12fc3b76cb9686d433bb0e7f2c4615e5f0f9d99edccd156ac63eab210037bce306cc1adf91b624b1a0eb0c3f
-DIST thunderbird-68.1.1-be.xpi 646286 BLAKE2B 
e1c3650d6033b9d684c728cfdad6834a6bd6c65b9d54bb5d36dd953ed12633e9cc610567eb25551a21822e5138d4e9add70d39011b8c7b396ad534767ab46996
 SHA512 
473615b00eba96ad530625d945d1eb997fe6c63264d5d6cfa0c54a359aef3ea3d41ece726388cae52514006156419aecc986803fe62d0e90bbd0185f1b90e617
-DIST thunderbird-68.1.1-bg.xpi 646232 BLAKE2B 
d0a7dd7972df80bb775b02c675c83944837a49c6ab60654a8c9d68a568272743ec1f5e96aead8c2c7bf1624e8d0b67574749739fd8f3e167532fc550cdf102e5
 SHA512 
073070545db4b3ea43cf2d87490873acd3d193c4657635600ea761cd90206ec7d0e77618a92524729391c0d36167945ac406be51f44e6b1711e830bcb2b2aecd
-DIST thunderbird-68.1.1-br.xpi 574857 BLAKE2B 
15dac462709b24dbcc89d36fb5e4156a73f0d61a166fb470a0a98ca993004cc5be8bd2bd1d39fb0326820e682a3ad79484531c2f6027ae2a0ff78c97f0999b3c
 SHA512 
a5e48e25e81d85082f9bf5e77d8788eb08c16473dd1bfa8d778bbfde5e36fa26c6194919f87f04d5ca50a8524c9ffc5027f708441eb3519ac1db4a5c8be546ec
-DIST thunderbird-68.1.1-ca.xpi 578444 BLAKE2B 
d6ce3e565b0b0f165f315c8b9fd7107e2f26fd02cdbedf2f42402ac7652505ed6c9ca6a6e2cdd7a743732a3abcbfec7dea99fdbe590603265b6a8caffe0fe94f
 SHA512 
cdf78901cd803c4b3931bc5d93d64a444d92ac8d9979b92f8ae80a7e9316ce8fdd725ae647b7b1d6053c0bb72f9764b615bbfcb72de4e6c92bf3186bbec0130b
-DIST thunderbird-68.1.1-cs.xpi 603047 BLAKE2B 
d5512055f429ec6d2607c40e928a23b5712945f0a127abfb122111668482516fa81d6371c6abfebc43341d09a31bdd33caa126e8b79edd348faecbe88073a078
 SHA512 
d6908a99cf69ed5dcd90b4a3a7bf6ccffc2264c093f3626a41e4fcf95a6ce6c5900bbbe4657f02041c1a511474941d26f8bcc775ac8ee732c4e0eeb995a484bf
-DIST thunderbird-68.1.1-cy.xpi 589907 BLAKE2B 
bb2e827690f571d2d25b967f448e6737a36e9d634bae9253b034b29e3e6091820fc25c9e5c01ef0d1d623d7d4f514d878831215a6af1fc579abf453fb40319c8
 SHA512 
7c9a4a7278db44edbb407de693be56e223ea857be58a801b7ae1fc23996ca82a117e7cd405b3398fb1397497e0b927114ac77ce8149b0fbca4576aae97f10a21
-DIST thunderbird-68.1.1-da.xpi 588355 BLAKE2B 
07c232302dfe6dc32080ee0f8acf653ff9df3b3b73d3a7c39059ac1681ca3513fa9b9502d62727f5cd70016b6f5d80a8f260db9a483b5838f9d3765cc4be279e
 SHA512 
9cbd1b7b21f89d5b17f305efc6d09e733ba7dbc2e97028a9eccc1ec1b3836dc80a2a13c51ae1a1f65f8da32b4bd7802d43a6f8ffbe624a357efc64317eb0c050
-DIST thunderbird-68.1.1-de.xpi 597809 BLAKE2B 
793d1c87744d49de27603fb1bf8890ec88f2aca3984a8962f0d7c8d0e150d1900c31ef0bbf5dda82d1e8650eb5d42dadc23e74a0f655e9b0cd52289249256f96
 SHA512 
8ec2df0f97f79d34344c07009a48ff85c656efb37f4dcd31696a35183f4dceb7d3b42d596ac724f0c20d4f8f35d077c69918cf029ae4cbf1434d9da51f370f5f
-DIST thunderbird-68.1.1-el.xpi 699227 BLAKE2B 
eb40fbd7c52261ee14cc3f00cd588fd74

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

2019-10-20 Thread Matthew Thode
commit: b447965dccadfe1e597a4f8d83af81fb5c98f246
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:29:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:31:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b447965d

profiles/package_mask: mask openstack-guest-agents-unix

Bug: https://bugs.gentoo.org/611580
Fixes: https://bugs.gentoo.org/619886

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f623bc3564c..38b76ea3c7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Matthew Thode  (2019-10-20)
+# defunct upstream, removal in 30 days. Bug #611580
+app-emulation/openstack-guest-agents-unix
+
 # Michał Górny  (2019-10-20)
 # Fails to build.  Last release in 2009.  The stable version is EAPI 0.
 # Removal in 30 days.  Bug #698162.



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/

2019-10-20 Thread Matthew Thode
commit: dc2bbe1808985f060cef3dc4d1d3a08941d0e7c9
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:22:10 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:22:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2bbe18

sys-cluster/openstack-meta: fixing deps to be hard locked

Fixes: https://bugs.gentoo.org/696922
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 .../openstack-meta/openstack-meta-2019.2.0.ebuild| 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
index 001c620bda9..fc968b7fb15 100644
--- a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
+++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
@@ -16,12 +16,12 @@ fi
 
 DEPEND=""
 RDEPEND="
-   keystone? ( ~sys-auth/keystone-16.0.0 )
-   swift? ( ~sys-cluster/swift-2.23.0 )
-   neutron? ( ~sys-cluster/neutron-15.0.0 )
-   glance? ( ~app-admin/glance-19.0.0 )
-   cinder? ( ~sys-cluster/cinder-15.0.0 )
-   nova? ( ~sys-cluster/nova-20.0.0 )
-   heat? ( ~sys-cluster/heat-13.0.0 )
-   placement? ( ~sys-cluster/placement-2.0.0 )
+   keystone? ( =sys-auth/keystone-16.0.0 )
+   swift? ( =sys-cluster/swift-2.23.0 )
+   neutron? ( =sys-cluster/neutron-15.0.0 )
+   glance? ( =app-admin/glance-19.0.0 )
+   cinder? ( =sys-cluster/cinder-15.0.0 )
+   nova? ( =sys-cluster/nova-20.0.0 )
+   heat? ( =sys-cluster/heat-13.0.0 )
+   placement? ( =sys-cluster/placement-2.0.0 )
 "



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2019-10-20 Thread Matthew Thode
commit: d15513c2988012d00aa421ecc16cdbf2aa1d7b54
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:14:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15513c2

sys-cluster/heat: 13.0.0 TRAIN

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

 sys-cluster/heat/Manifest|   3 +
 sys-cluster/heat/heat-13.0.0.ebuild  | 165 +++
 sys-cluster/heat/heat-2019.2..ebuild | 165 +++
 3 files changed, 333 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index ee553fc9fd2..d7b576d092a 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,6 +1,9 @@
 DIST heat.conf.sample-11.0.2 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-12.0.0 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST heat.conf.sample-13.0.0 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2019.1. 74064 BLAKE2B 
8ed905ab27d0478a8ff7f705cddb00e1331e52570f799d0d7dda91563fc3a8567a76d50110403ce9e4810efb8c61e9e07fe4871953d66f6bbdcfe90ce3bae772
 SHA512 
aa4f4d0a306cff8a56b043c3891c5aaa2ec3582ab253adc2c0d4ed51f79086fdbe0286faa22cf57f87029e0f6895f12cd56db6feb51308679d42fcb956ea7b8c
+DIST heat.conf.sample-2019.2. 75054 BLAKE2B 
294313cc94bea784536030f7b4cd6b87d8b1624cf842ad98c47451541745d0d0874cccd8167362722b18d9f6cd000dc42ff512ff97a9f40dd31985327a27dbc2
 SHA512 
53f7c8be06006f81316468144376cb8b6fefcd4d149609735ce491e677d2aca88337801598f2366f2b279d52e4c2f7a8422ec7fd0b8aae0ef21dd70553a289ec
 DIST openstack-heat-11.0.2.tar.gz 2320284 BLAKE2B 
0bb16840cf0637dfd4783cf837f0b9eb8806275f9e292fcde54b18d14058004ce8382a17e433a785027c74653761412c3851a737c30b7a3e7100d6ef34a4f13e
 SHA512 
fdc9dbdfd6c927c9df681a9d1213cd5ea8191d5efeb07c172f87baedad00a16687a074137f88d1d2dcce4081ca23f53cc7afbee8cb3c2a6add6fd01560684cdf
 DIST openstack-heat-12.0.0.tar.gz 2366052 BLAKE2B 
53c44cb20be0383c1dc7df6edea35bfc3547cb9ca652645879b7156a87fa645b74f3317ac28ce15587cee281bb0ba219ddacc2f03cfc56e528156412a104ce5e
 SHA512 
2fcc42de118e2abf380c1b8c2637812f0f3dcaaad0f9ddcf349bd372e9880d2b45bc09ab349faa5c2d2c9384aba73d7679f6e80ba6b143a52b669e13d56fe0e9
+DIST openstack-heat-13.0.0.tar.gz 2342125 BLAKE2B 
1fe46924ff491301f69d91979e3e1be9297a4b499e1dbf5004b1e37633afee1167fcd5e8bb79a2b87d7cf54c50ba9accfa6f3a56874555a3640e22ad69ccb4dc
 SHA512 
b122cb864982730fa3ae5db0b41aa4f9cc0d2cf93c439595c85ed5946cdb25483b30d9dfaf066f4450d5cb4a9613b5527810dd2535f9090e568c5eb63c6e60a4

diff --git a/sys-cluster/heat/heat-13.0.0.ebuild 
b/sys-cluster/heat/heat-13.0.0.ebuild
new file mode 100644
index 000..e2d5eb4e2b2
--- /dev/null
+++ b/sys-cluster/heat/heat-13.0.0.ebuild
@@ -0,0 +1,165 @@
+# 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 eutils linux-info user
+
+DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
+HOMEPAGE="https://launchpad.net/heat";
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/heat.git";
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.train
 -> heat.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+mysql +memcached postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-

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

2019-10-20 Thread Matthew Thode
commit: 0c6716f132a1a24cb8bb75362eb7bb6ea062b3d9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:36:51 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6716f1

dev-python/neutron-lib: 1.29.1 bump

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

 dev-python/neutron-lib/Manifest  |  1 +
 dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/neutron-lib/Manifest b/dev-python/neutron-lib/Manifest
index 139219a4036..8dd6e7f9cfc 100644
--- a/dev-python/neutron-lib/Manifest
+++ b/dev-python/neutron-lib/Manifest
@@ -1,2 +1,3 @@
 DIST neutron-lib-1.18.0.tar.gz 395616 BLAKE2B 
4970a7254eb3d94e06f332a9ac75d371db370fe1348497d86a535e3a12fb9f56652b319d23e9d6e5b83aa0fef30ff9c903704e00747e1176097572a7a0ec2a19
 SHA512 
8b20fab0f2b0a7c4ffedc0012fe80a0b1a972233fd4a4f1b5c68c77f4dcafb67df3074573453961a087481a821c2df4696a1e186adbffc09f55172cecdc1c132
 DIST neutron-lib-1.25.0.tar.gz 434978 BLAKE2B 
5e7687862a8e02b1b7cb1e10135f7940c5e42c96f652ed3e694d8ffd12a55528637928ce31c6511367b80251feb609fcc6b1c92ea73c3ecc27902798d68f63bd
 SHA512 
79614d391e6b812875312970b1cd020bcd3fb6c9135935b8f3e7a2c611d1948a9ddfa33a5f625cd6badc80c1a2fc37549add85a09dfeaad0422353b7e641e9e9
+DIST neutron-lib-1.29.1.tar.gz 454760 BLAKE2B 
21dc2059d7e34e8fb155620d176da999e839019915d6d37bfc0caced305964402a38ecc8f4cac59c1e9c89db9a57a6116082253d8359835ad0460e828c447a6f
 SHA512 
b6f646806a137cd0114663c5f192b9b20ee72af30d453a19218a00f25cd48389f0888ddec13082838cf1c88cb6c9204a08f73b0605f82801b9f4abd610ab6798

diff --git a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild 
b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild
new file mode 100644
index 000..05b744b8a26
--- /dev/null
+++ b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild
@@ -0,0 +1,52 @@
+# 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="Neutron shared routines and utilities."
+HOMEPAGE="https://github.com/openstack/neutron-lib";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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/sqlalchemy-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pecan-1.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pecan-1.0.2[${PYTHON_USEDEP}]
+   !~dev-python/pecan-1.0.3[${PYTHON_USEDEP}]
+   !~dev-python/pecan-1.0.4[${PYTHON_USEDEP}]
+   !~dev-python/pecan-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/os-ken-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.37.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
+   >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
+   >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/placement/

2019-10-20 Thread Matthew Thode
commit: c4e740c4fe3e3d9e764498a0c42e19f90efb3d57
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:09:50 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e740c4

sys-cluster/placement: 2.0.0 bump TRAIN

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

 sys-cluster/placement/Manifest |  3 +
 sys-cluster/placement/placement-2.0.0.ebuild   | 94 ++
 sys-cluster/placement/placement-2019.2..ebuild | 94 ++
 3 files changed, 191 insertions(+)

diff --git a/sys-cluster/placement/Manifest b/sys-cluster/placement/Manifest
index 42ba5d9fe8d..83301096e34 100644
--- a/sys-cluster/placement/Manifest
+++ b/sys-cluster/placement/Manifest
@@ -1,3 +1,6 @@
 DIST openstack-placement-1.0.0.tar.gz 428179 BLAKE2B 
342997d848f134de747e4fa7ac0c38c07c3ff0840b529a8664a0733aa9700592b00c9ef72ae27e3b0ce892c44a14eebc2c32edf078e1c1a77885be4655fc8bf4
 SHA512 
50c93d35868b0ee78a6f753e174b2c22742fed1287dfa5801db28692033fa92e21dbce8fe22d16eb8e3e1dbd798fb80e6c9631ac838455f8b91c3e4ba01e5fff
+DIST openstack-placement-2.0.0.tar.gz 500804 BLAKE2B 
5747245c746ca28a3c77c10e5f979765b85972f3eef9583318245ded994c97ef84f3ee0d2c08f9205a3682b8c6a9d391454cae7ef655a1b06bbabde9556b811f
 SHA512 
0964fcdd690c660168ce1f8a11b09a2f237613e81f6850f30b36f826fe51a967bf85ed632b7e4ee9faea1634346f9e0ecc8a79b1b5cc039ce97317a263b33d7c
 DIST placement.conf.sample-1.0.0 19383 BLAKE2B 
0088bffd3755ff589026856c977f241a1d98d151966ad7ece7b11e6fb382b1cc49fd606c66d857defba52db1927b6255f74144ce61d86e806e014baf97e6af1f
 SHA512 
ea3c842145870fc51cf9d118734cab07498691fabc5313297e8956e2c8547eddfd0ef99b8529a8ad5e4d7b98e708276c3bed6549158b5ea774c39ef16777d1d3
+DIST placement.conf.sample-2.0.0 25512 BLAKE2B 
ddc802d500bc7f5b8627740ab5d8905fbf0c4629b18810907cee74dbe82a55b2440d89a4ddba496196627373c3f109daec33dd2841e73b8b1dbadb6407daa8f0
 SHA512 
3d4f81a00a2f98bfdb25b6a15f2db94c06547b4f98f22d503123475f9e73cdb65252c5958ba5e954cfcddfa64c60de362768fca88b83a4215ec462d9995ac1fc
 DIST placement.conf.sample-2019.1. 19383 BLAKE2B 
0088bffd3755ff589026856c977f241a1d98d151966ad7ece7b11e6fb382b1cc49fd606c66d857defba52db1927b6255f74144ce61d86e806e014baf97e6af1f
 SHA512 
ea3c842145870fc51cf9d118734cab07498691fabc5313297e8956e2c8547eddfd0ef99b8529a8ad5e4d7b98e708276c3bed6549158b5ea774c39ef16777d1d3
+DIST placement.conf.sample-2019.2. 25512 BLAKE2B 
ddc802d500bc7f5b8627740ab5d8905fbf0c4629b18810907cee74dbe82a55b2440d89a4ddba496196627373c3f109daec33dd2841e73b8b1dbadb6407daa8f0
 SHA512 
3d4f81a00a2f98bfdb25b6a15f2db94c06547b4f98f22d503123475f9e73cdb65252c5958ba5e954cfcddfa64c60de362768fca88b83a4215ec462d9995ac1fc

diff --git a/sys-cluster/placement/placement-2.0.0.ebuild 
b/sys-cluster/placement/placement-2.0.0.ebuild
new file mode 100644
index 000..82a01ec98a9
--- /dev/null
+++ b/sys-cluster/placement/placement-2.0.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 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 user
+
+DESCRIPTION="A HTTP service for managing, selecting, and claiming cloud 
resources."
+HOMEPAGE="https://github.com/openstack/placement";
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/train/placement.conf.sample
 -> placement.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/placement.git";
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/train/placement.conf.sample
 -> placement.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/openstack-${P}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="mysql postgres sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND="
+   >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   sqlite? (
+   >=dev-python/sq

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

2019-10-20 Thread Matthew Thode
commit: 1d3b30496286617dbfc941576100507f3e7c8779
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 22:21:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3b3049

app-admin/glance: 19.0 and TRAIN

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

 app-admin/glance/Manifest  |   1 +
 app-admin/glance/glance-19.0.0.ebuild  | 150 +
 app-admin/glance/glance-2019.2..ebuild | 150 +
 3 files changed, 301 insertions(+)

diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest
index 01abd68fae0..f4b769604c7 100644
--- a/app-admin/glance/Manifest
+++ b/app-admin/glance/Manifest
@@ -1,2 +1,3 @@
 DIST glance-17.0.0.tar.gz 1961137 BLAKE2B 
ff649ce366739320bcc5073cb60cc24ab09e098bd6808374007f89808d6caf020a77f711a714b34f8a1ef5b0754220aab7c35c02fbdc0d3d0f44e24185a8cdc4
 SHA512 
cd10bd2d3e98ab1a80ec4f09b5954dbc334079a36d3dfc0d27c5a4f40e5920e0a6fb91c0fc5430c9e625a375e44a8d886568f2a712190dc0f80df10b4998e9af
 DIST glance-18.0.0.tar.gz 1987182 BLAKE2B 
1e30d1897b360a8691e79e5e4eda290148146dd55103ea44c5f2cc96990dde0d2cf6bdf785913b5712dc0dda4a79ff0a2cf9bac1a58f5195fe5f5cc22116cae6
 SHA512 
79129c6ee1cce0fec0c5e656a97278ae275aa8ba33690ac62959f317c4e6b2f548ab0c97f0905dcda2500594acb3f5c05644064bdd3cccb443c593513522d274
+DIST glance-19.0.0.tar.gz 1942312 BLAKE2B 
b4b3e6cd86385dfe19d4a3b2e9c96aed984457da71433ea1608b177702f1f0cc5c5057f475f7c0024d18fd196b48a774514511534cf6d325d5c9ccc1cb2d
 SHA512 
7c72f988f2baebd6af17cd7de8e5daaa0ec889d8f210e3bb5cf45bd4d9296b45f1dd2dbbd1709705d0e2b6203bad60faaa11a56328124d47b95328b6678827a6

diff --git a/app-admin/glance/glance-19.0.0.ebuild 
b/app-admin/glance/glance-19.0.0.ebuild
new file mode 100644
index 000..11dd5885623
--- /dev/null
+++ b/app-admin/glance/glance-19.0.0.ebuild
@@ -0,0 +1,150 @@
+# 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 user
+
+DESCRIPTION="Services for discovering, registering, and retrieving VM images"
+HOMEPAGE="https://launchpad.net/glance";
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openstack/glance.git";
+   EGIT_BRANCH="stable/train"
+else
+   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc mysql postgres +sqlite +swift"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+#note to self, wsgiref is a python builtin, no need to package it
+#>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   postgres? (
+   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
+   )
+   >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.8.1[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/alembic-0.8.10[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-

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

2019-10-20 Thread Matthew Thode
commit: 942056047f019a68499f748bd062d4357aca0a4f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:04:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94205604

dev-python/os-resource-classes: 0.5.0 bump

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

 dev-python/os-resource-classes/Manifest|  1 +
 .../os-resource-classes-0.5.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/os-resource-classes/Manifest 
b/dev-python/os-resource-classes/Manifest
index e0334fd6f4c..993f2c21cb4 100644
--- a/dev-python/os-resource-classes/Manifest
+++ b/dev-python/os-resource-classes/Manifest
@@ -1 +1,2 @@
 DIST os-resource-classes-0.3.0.tar.gz 15371 BLAKE2B 
93d9f97cc3ea546e56384684da086e284c6d4c575e8232ddb2655a98fc1cc37e6cf454f50890bffccc625342cb7bbc020df8f2a2a262a2888b854425ae2ac6f3
 SHA512 
6b347fde11dd0d11784a6e80ff148385b33e3f31545d6379693af611cd1d65d5cb54721c7fa599fc49b1f8e6a07ecf85ee33c30d09dc647da07fd4f67f6c5813
+DIST os-resource-classes-0.5.0.tar.gz 15949 BLAKE2B 
7cef19c63a27723fdf0037224205c9df545f24c2ada020d196928707945a7acbca7619a98ca6e9585edb92b1ebb7259ea5c9811ae6d1daf18a90a92ce60661ce
 SHA512 
112548db1daf0c31fe4304cac3834d588e531102620f0e55f648cca81724ec05acce4cdf3fd468b38a44dbbecea43152903c1df3a809103a7f1b947b9cd7

diff --git a/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild 
b/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild
new file mode 100644
index 000..ab121613543
--- /dev/null
+++ b/dev-python/os-resource-classes/os-resource-classes-0.5.0.ebuild
@@ -0,0 +1,29 @@
+# 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="A list of standardized resource classes for OpenStack."
+HOMEPAGE="https://github.com/openstack/os-resource-classes";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-20 Thread Matthew Thode
commit: d79891a7957d30cbd5319d2ea7880b06c7ffc9b3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:04:33 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79891a7

dev-python/oslo-privsep: 1.33.3 bump

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

 dev-python/oslo-privsep/Manifest   |  1 +
 dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest
index dc81b63c489..e2ae4b28562 100644
--- a/dev-python/oslo-privsep/Manifest
+++ b/dev-python/oslo-privsep/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.privsep-1.29.2.tar.gz 34376 BLAKE2B 
aab2807ec44cb984f7b304f46ffae39d2965dbfb876f08e3a6fbf24e9e70d5f0ae7a2aed9d47b126c48641c56004195bcc4ff015865e97b966e7f6b172f9f5a3
 SHA512 
8130700578cc1b54530011da259c795b6eb24ceba959f927934cf21e439d1412d393dee9f7bcb804ac52a4ae716284df8950677d5386905ac68bd6c37adfabbc
 DIST oslo.privsep-1.32.1.tar.gz 35671 BLAKE2B 
06a793386b39a1899daf87ec7a9668821baf66d04cd785298d15b3ab1a1ed5fce2366b529e6d0eef0eaa64f35a4f41000a3b779648909737d6fe5a651aada631
 SHA512 
250c80a9654fb3ed503742cf867b36b09721c97b428684ba42542bcc8cccdf5c821156177360973594697135a7181c37ccb05f873746c241e0d78a14a15f7b05
+DIST oslo.privsep-1.33.3.tar.gz 38774 BLAKE2B 
f2d2db494e7af1ace672734dad89fcccb9d78d446d646fb25446db2f788bf2b762e85a14e7da6bb0be382289cc1f43b448bf506f8932ede53f87cd4f5e6ade58
 SHA512 
5a4ef7cc8b04689f544eababb76b4c5070ce9105eaa3f04d80c5976ec1358ce8b6f13fef7f968b4dd2131aff666264be00749f630651b7e39c93aad96a772bbd

diff --git a/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild 
b/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild
new file mode 100644
index 000..5cbae42dc21
--- /dev/null
+++ b/dev-python/oslo-privsep/oslo-privsep-1.33.3.ebuild
@@ -0,0 +1,41 @@
+# 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 library for privilege separation."
+HOMEPAGE="https://pypi.org/project/oslo.privsep/";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.privsep/oslo.privsep-${PV}.tar.gz"
+S="${WORKDIR}/oslo.privsep-${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="
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/cffi-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.5.0[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   # allow useage of renamed msgpack
+   sed -i '/^msgpack/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-20 Thread Matthew Thode
commit: 262c4032d6b001f4bf6e6c68c07648b6543c6e76
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:05:42 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262c4032

dev-python/oslo-service: 1.40.2 bump

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

 dev-python/oslo-service/Manifest   |  1 +
 dev-python/oslo-service/oslo-service-1.40.2.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 2e14295c118..bc0be327fab 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1,2 +1,3 @@
 DIST oslo.service-1.31.8.tar.gz 72731 BLAKE2B 
d0460fa76df75b691dd85bed07b2bff5f8574feb84f324736769156fb1d9c74f181d8267ed69b6f8a371bd9eae3db17d5fc8588bd706da30f3cd065e8d35f80b
 SHA512 
af4f1fc011dce56935d8ce09902172fe3c93f4907023d04c3aacb3e06631b5d5fc891ec55ee3c42acb8e29754a7519d12a38d1264935636284aee9134ce6f84f
 DIST oslo.service-1.38.0.tar.gz 78671 BLAKE2B 
3291b20a60d57a251045701f890a1dc4077bec070330c4fc86e2bfaa82612e4795d0bc8b1cd8c5d8b70c7be0f45fe6db25c98b263e0a5a7bc4335bd4ae0995d9
 SHA512 
c2bce20abe535b12f98eea808cc95a687b226c16507ed2a4cc5f7143439f7f1a9137489ae82dc09e175165784046f6103bede3350bd6419ba5d4c134cf6aa361
+DIST oslo.service-1.40.2.tar.gz 80334 BLAKE2B 
6000ba70c414ae6396f8be3911511b073f0f6a73a3a98e92e0c662b42a637b4cccbe684ceb1df2613aedad3fbd430ff588dca001997293563f39525efba05d99
 SHA512 
e412ae3d96e7e7f5f40238b3b9d9623a36347c3d8c6e06baa11133da71d4f5e55bd1ac2f43b45a2f84f725f84c59ec6870bc557fb623ab681bbeec27bffd086d

diff --git a/dev-python/oslo-service/oslo-service-1.40.2.ebuild 
b/dev-python/oslo-service/oslo-service-1.40.2.ebuild
new file mode 100644
index 000..ebd99afbb9d
--- /dev/null
+++ b/dev-python/oslo-service/oslo-service-1.40.2.ebuild
@@ -0,0 +1,47 @@
+# 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="Library for running OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.service/";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
+S="${WORKDIR}/oslo.service-${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[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.40.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/yappi-1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-10-20 Thread Matthew Thode
commit: 21237ffd4b4f0c4a443c6be9bf330c8518223a51
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:45:56 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21237ffd

dev-python/openstacksdk: 0.36.0 bump

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

 dev-python/openstacksdk/Manifest   |  1 +
 dev-python/openstacksdk/openstacksdk-0.36.0.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
index 715f407e8c7..a6d08d41af2 100644
--- a/dev-python/openstacksdk/Manifest
+++ b/dev-python/openstacksdk/Manifest
@@ -1,4 +1,5 @@
 DIST openstacksdk-0.11.3.tar.gz 693350 BLAKE2B 
6e5edc27a2c2d35682827fa9cf15a93bdc7cc5b5fcd440d15f7448a52fbf8fbbdb0f0f528828b23cc9585b72bde2d1537745c0176c8d117ed6fe7d40c6a01c56
 SHA512 
140d69d853e7e1049f2c539267f9199058b6f5a9452a80b8a6361efe70f42f07a91d94935ef75e43591a5cf70e8102aed31570c559fc89d83ce86ce26fb54d44
 DIST openstacksdk-0.17.2.tar.gz 735020 BLAKE2B 
01cd0be40c2b7c95678e03d50d74125674cc70a190b6db90d6769aebb7e662df1e6cd0ad12f92fb617e0109655cf673ec0d21f19a040dffb4f72350f1fe8948e
 SHA512 
c6608df8a618730f4542a7e01708acbe116729042730e2c7adf15c3e1186192b5b6a7fd39b74694290245d31b58c40214df73ca231547ca409a768c44f80750c
 DIST openstacksdk-0.27.0.tar.gz 818981 BLAKE2B 
6ad4bdd75e9b6af8da256afaff4003b233164336edef1edcc13fef66bfc25eaa17f02cd2fc1cd57cc27076cc05d63dd646200fbbc809ccff48c5477bcf8178e1
 SHA512 
3eb2b26dfa37713967d533b66abb27ac107524bc48c5fa7d475fbcc58291e7531518226acdb1e0c20537a24fc6008e287545d61b40e3f1104c80a04df014d566
+DIST openstacksdk-0.36.0.tar.gz 887545 BLAKE2B 
8a207e5d3a2c6989a1e7c881beaa35dca4617569eeb2efec5f917f4310a6e49549b3ddc9f8106566b7b1e620b2aab38507f92063f68e326f234166a5ea7b267b
 SHA512 
e95cb7c626f8bdd0064ed69d767dc1d53742d9d7a0d6196058453113ddcab3bdd903a1ef7455a2f9fe4335733793c927a00fe333099ba142ef69945a287d3983
 DIST openstacksdk-0.9.17.tar.gz 335611 BLAKE2B 
2f1ac157c957cc90d53d97dad1930a2cab7dc40c15cb76f22394762eefffa402480a8fa4b9fd30358690b401e2d362b4f7e29b8a17d0e7ef87885256d1d62bcf
 SHA512 
4699e80ad68896cea709c861b013404234b1d6acf2fcd8bc4e8b21b8841f8c204e693c4e631a85906b5b415404cf50f35f395df6206e471920c68d2f26726696

diff --git a/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
new file mode 100644
index 000..f6d1f62d216
--- /dev/null
+++ b/dev-python/openstacksdk/openstacksdk-0.36.0.ebuild
@@ -0,0 +1,40 @@
+# 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="A collection of libraries for building applications to work with 
OpenStack."
+HOMEPAGE="https://github.com/openstack/python-openstacksdk";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonpatch-1.16[${PYTHON_USEDEP}]
+   !~dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.16.0[${PYTHON_USEDEP}]
+   >=dev-python/munch-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openstack-meta/

2019-10-20 Thread Matthew Thode
commit: f76172d6ccf2d3066f64eb9b5a5e14f3b85fb0cf
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:18:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76172d6

sys-cluster/openstack-meta: TRAIN bump

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

 .../openstack-meta/openstack-meta-2019.2.0.ebuild  | 27 ++
 .../openstack-meta-2019.2..ebuild  | 27 ++
 2 files changed, 54 insertions(+)

diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
new file mode 100644
index 000..001c620bda9
--- /dev/null
+++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A openstack meta-package for installing the various openstack 
pieces"
+HOMEPAGE="https://openstack.org";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cinder glance heat keystone neutron nova placement swift"
+
+if [[ ${PV} != * ]];then
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND=""
+RDEPEND="
+   keystone? ( ~sys-auth/keystone-16.0.0 )
+   swift? ( ~sys-cluster/swift-2.23.0 )
+   neutron? ( ~sys-cluster/neutron-15.0.0 )
+   glance? ( ~app-admin/glance-19.0.0 )
+   cinder? ( ~sys-cluster/cinder-15.0.0 )
+   nova? ( ~sys-cluster/nova-20.0.0 )
+   heat? ( ~sys-cluster/heat-13.0.0 )
+   placement? ( ~sys-cluster/placement-2.0.0 )
+"

diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2..ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2019.2..ebuild
new file mode 100644
index 000..b17a0a59978
--- /dev/null
+++ b/sys-cluster/openstack-meta/openstack-meta-2019.2..ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A openstack meta-package for installing the various openstack 
pieces"
+HOMEPAGE="https://openstack.org";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="cinder glance heat keystone neutron nova placement swift"
+
+if [[ ${PV} != * ]];then
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND=""
+RDEPEND="
+   keystone? ( ~sys-auth/keystone-${PV} )
+   swift? ( ~sys-cluster/swift-${PV} )
+   neutron? ( ~sys-cluster/neutron-${PV} )
+   glance? ( ~app-admin/glance-${PV} )
+   cinder? ( ~sys-cluster/cinder-${PV} )
+   nova? ( ~sys-cluster/nova-${PV} )
+   heat? ( ~sys-cluster/heat-${PV} )
+   placement? ( ~sys-cluster/placement-${PV} )
+"



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

2019-10-20 Thread Matthew Thode
commit: b9c472c9f606378d3d600640104ef356081b0049
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 22:22:29 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c472c9

sys-auth/keystone: 16.0.0 bump

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

 sys-auth/keystone/Manifest   |   2 +
 sys-auth/keystone/keystone-16.0.0.ebuild | 165 +++
 2 files changed, 167 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 3c23a236a2c..a13bae67afe 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,7 +1,9 @@
 DIST keystone-14.1.0.tar.gz 1467270 BLAKE2B 
ed4bd8a109fe80577d210a09ddb1e49d61cee329f52ded02dfa36d7996089b62b7570bdea3d4afd69d51e91183f6011b6ab69842d4b0463efc22e5140be7e02b
 SHA512 
ab2462f7d4bec19b37e0a482f19fd6cac3559d3fcb2422488646f18590a955bf324c260ca69f34c192508833378bba56c5ef21ee44c653dec50e3dc6e7b65425
 DIST keystone-15.0.0.tar.gz 1620138 BLAKE2B 
35a8800bb25e40f01837624058d62bf829e50eefe20953785dbbb9afc646c0178031b3d8b7a02e6f9b2b273294f1acdb7ac2c17e8200929cf8dbaac5dbf284ed
 SHA512 
b88f4ca95167a8cf0d1ed5891d692de43d43e95706b6efe8317ecc7356ee69eef85580d6f37dc9a31279c2127db946528fcd2b3612b43ccf6b952f88be097b01
+DIST keystone-16.0.0.tar.gz 1671648 BLAKE2B 
172ce385a009c4c5fb83fa6fb7fa06d5be98e72064e21d4b5a62bb61bcbdfdce3702847820b71837ff54077b7b454fc0d2b95eabcbb2150f2919c7f9d3fc7299
 SHA512 
af4c977c4ef0fdcc89e94929c026daa1175caef96332f9dcb71a559659d8361467b2a40174847a8e7d7b70e1a151002cfe846a1be5fc7c5bfd1a8aeae3975397
 DIST keystone.conf.sample-14.1.0 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-15.0.0 109344 BLAKE2B 
72542b4d42594bb86ba0afa4179705059c10f4d6978ae7081ba45762a4725c9340f8096099e0db6f6afc84e2b1d328b257f2f08cf25285f41032289458dfb92f
 SHA512 
b73c232e7a58f1bdaf7c50fb6fa6e75edc14742c7e74f70a44fe8be55ac673ae851015ed24c31891647bbddfd9a6c67b57bba4ce2dc368c5cee63e9ab72c8ce9
+DIST keystone.conf.sample-16.0.0 104552 BLAKE2B 
35ec8deb13239ba3d46c5ca78ea41372065a867e2715be3fb17cd43d65f1902f02d79d7bc6c6cb5c6aec19a3833d17e9dda12e8e0605919d3a28b6300d3f2cf3
 SHA512 
535c47e3ec39d454818c883599cf6fc304044208b71b822bdb67099728306235b2ad06ee60cfce9033375ae7b2338b03a0488267af65e900e80ed68e4fee8c5a
 DIST keystone.conf.sample-2018.2. 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-2019.1. 109344 BLAKE2B 
72542b4d42594bb86ba0afa4179705059c10f4d6978ae7081ba45762a4725c9340f8096099e0db6f6afc84e2b1d328b257f2f08cf25285f41032289458dfb92f
 SHA512 
b73c232e7a58f1bdaf7c50fb6fa6e75edc14742c7e74f70a44fe8be55ac673ae851015ed24c31891647bbddfd9a6c67b57bba4ce2dc368c5cee63e9ab72c8ce9
 DIST keystone.conf.sample-2019.2. 104552 BLAKE2B 
35ec8deb13239ba3d46c5ca78ea41372065a867e2715be3fb17cd43d65f1902f02d79d7bc6c6cb5c6aec19a3833d17e9dda12e8e0605919d3a28b6300d3f2cf3
 SHA512 
535c47e3ec39d454818c883599cf6fc304044208b71b822bdb67099728306235b2ad06ee60cfce9033375ae7b2338b03a0488267af65e900e80ed68e4fee8c5a

diff --git a/sys-auth/keystone/keystone-16.0.0.ebuild 
b/sys-auth/keystone/keystone-16.0.0.ebuild
new file mode 100644
index 000..fd20d46baf1
--- /dev/null
+++ b/sys-auth/keystone/keystone-16.0.0.ebuild
@@ -0,0 +1,165 @@
+# 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 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone";
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/train/keystone.conf.sample
 -> keystone.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/keystone.git";
+   EGIT_BRANCH="stable/train"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/train/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/

2019-10-20 Thread Matthew Thode
commit: 64bfd375d8f6a8bd9c48bc09ad5562fa168fd94a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:48:19 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bfd375

sys-cluster/neutron: 15.0.0 TRAIN bump

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

 sys-cluster/neutron/Manifest   |   5 +
 sys-cluster/neutron/neutron-15.0.0.ebuild  | 233 +
 sys-cluster/neutron/neutron-2019.2..ebuild | 233 +
 3 files changed, 471 insertions(+)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 9093197a8bc..936f09b1418 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,10 +1,15 @@
 DIST neutron-13.0.4.tar.gz 10609216 BLAKE2B 
4e9da9796d66ac5f9b7be98f29338a9191a12c93ff2d5dcb6f98358fe491262d4f874b4defbdbb572319d0226f2bf4ea21af485aec404a7c76d879139aa6483b
 SHA512 
a8276fba604ed7c2a047cb3a9c16286d760b17191cd650b8bbc2153f49a68ac3a16edde35c6631f538807d463cbd91d4d722a081b373eca0f34d0883624c1bc6
 DIST neutron-14.0.2.tar.gz 10734311 BLAKE2B 
fea60def53a82bddf0815701d0f4998a51acc1e8fea6c589761852605c3a30b0f9c31656dc251f53698fe633befe40eb6eb32225e1ea6412f71fc6550d3698b5
 SHA512 
ab58e0fdf501e279532b78f02326e56722a81a8baa0800e2c28bf2d46ef7d9f20fc4516a8b8f84f2738aaaef83997b096223d3abbc07c6f712ca4d4fd587c731
+DIST neutron-15.0.0.tar.gz 10512007 BLAKE2B 
a0cbd9a9279daf89ac6c162063c1e1f706335a53c24d9cdc946be2f44c42fc62c4755ad0c8414b5c67c26c916656491e24dcf398c670588815155a498a0cee56
 SHA512 
911cddb5521b8f3758895f91f638f28adeda8e5b2154376dd99eb78e189f8fd77074fbec8b9805b75db7002a71442630380f0aa37cd8a2e3c13d38c10f9dbcef
 DIST neutron-configs-13.0.4.tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
 DIST neutron-configs-14.0.2.tar.gz 22973 BLAKE2B 
f454ccc2569ec1e586d88b410d3acbe557f25894c5f4d06558aa242f3d14971b791eca0d827f22400ef02db9899fdb2a501b1b745a531c0f6577318a28c58278
 SHA512 
dce4a1fd8880d9ffbde9014dffdbb67f69a798a834f9cc6ac6ccd34d520c21b468b16093b3c54fbb472ded501305775b0b31da3c62a860cf19c4486a30c1da2b
+DIST neutron-configs-15.0.0.tar.gz 23401 BLAKE2B 
cb3280e17ee58a8afffafc6d6db8011b4959751e4bbba4429c0a4bfca5d83c2f651504c326facf0c24ec1f9fe27f12d5183431c2040f9d00dfdc7b02f89f58b5
 SHA512 
2a423f8d963eea464ca6a16cc53f2d726b89920745874ab87a5dfb2bd661e711875c063214e2fe1baf212e66e5c2be0f5fee9972b8af529b671d80dc2530353e
 DIST neutron-configs-2018.2..tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
 DIST neutron-configs-2019.1..tar.gz 22973 BLAKE2B 
f454ccc2569ec1e586d88b410d3acbe557f25894c5f4d06558aa242f3d14971b791eca0d827f22400ef02db9899fdb2a501b1b745a531c0f6577318a28c58278
 SHA512 
dce4a1fd8880d9ffbde9014dffdbb67f69a798a834f9cc6ac6ccd34d520c21b468b16093b3c54fbb472ded501305775b0b31da3c62a860cf19c4486a30c1da2b
+DIST neutron-configs-2019.2..tar.gz 23401 BLAKE2B 
cb3280e17ee58a8afffafc6d6db8011b4959751e4bbba4429c0a4bfca5d83c2f651504c326facf0c24ec1f9fe27f12d5183431c2040f9d00dfdc7b02f89f58b5
 SHA512 
2a423f8d963eea464ca6a16cc53f2d726b89920745874ab87a5dfb2bd661e711875c063214e2fe1baf212e66e5c2be0f5fee9972b8af529b671d80dc2530353e
 DIST neutron-ml2-plugins-13.0.4.tar.gz 7068 BLAKE2B 
fa27bd84c1d67bd36c7c7e47b6e8f98dd100e09c7a3bfa7aec615ed24e3dadf240f8ef44874c868ff92f79452afbf4a21fba46b1b9aec191bad53a62767b1861
 SHA512 
add4697c78c592dfe5ebadd3b0cf9b9c2a2c33bd05130a8e1422abf7456d8a0cc926a0d46f6b49ceee87017304d7c9c3486c975086e46f178e3bc142844f836f
 DIST neutron-ml2-plugins-14.0.2.tar.gz 8642 BLAKE2B 
71d945504f3e2185bffddb94956f019fa38bdd4a8782e936de2b8753e2a934374b6f0ed11ea0cdc9d454a80544b2e225e70ff987acbb971d756ae940cf4d7d16
 SHA512 
399e3f0cd8daaaf18e36d47aa105cf71d70e3ed5f707093e2292e480e3a0868818ee0ee68ca7a8eeb8e28cec51721e2508ed75815f04a415eb42dfe56708fce2
+DIST neutron-ml2-plugins-15.0.0.tar.gz 8669 BLAKE2B 
3c34a857c0e7dd4e5313f5f9a1bb22384aeae6d1e43e719c50eab8dc3e842e98f202eb12cbb788127603931292deeed802f0592bad232e6a05121939e3b26fe0
 SHA512 
0e6858425ee3d3e2233c8ebf19aa8e62b5ff849532a2fdceb953f384f3b33432137537afbb2878f23ec5eb57e185eda36a6d6ff71d8be5f32b43abcb5c186082
 DIST neutron-ml2-plugins-2018.2..tar.gz 7068 BLAKE2B 
fa27bd84c1d67bd36c7c7e47b6e8f98dd100e09c7a3bfa7aec615ed24e3dadf240f8ef44874c868ff92f79452afbf4a21fba46b1b9aec191bad53a62767b1861
 SHA512 
add4697c78c592dfe5ebadd3b0cf9b9c2a2c33bd05130a8e1422abf7456d8a0cc926a0d46f6b49ceee87017304d7c9c3486c

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/

2019-10-20 Thread Matthew Thode
commit: 1c85a6974061180a39930eb28a1bcdb5bf1f9cef
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Oct 21 00:06:50 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:19:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c85a697

sys-cluster/nova: 20.0.0 TRAIN bump

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

 sys-cluster/nova/Manifest|   3 +
 sys-cluster/nova/nova-20.0.0.ebuild  | 220 +++
 sys-cluster/nova/nova-2019.2..ebuild | 220 +++
 3 files changed, 443 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 1a7587b12f0..a11d71dca73 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -2,9 +2,12 @@ DIST nova-18.2.2.tar.gz 11441554 BLAKE2B 
7d92017bbf6370bf99358e5992aaf7f1a667d74
 DIST nova-18.2.3.tar.gz 11450952 BLAKE2B 
1e0b0afefe8281ab9024394194697d3aea81169da7a003a07890dfc11bd38511d39315152dab1b9a1d17b2d1c8109102112b245957e727d053de7fd67ad0c757
 SHA512 
1dcb3fa2ea80afcd5739efad01f3d65723a754fc8d79639e54cd3fbd6e4e4125593799a123b4572c63f8c074a10c244d91814f15d2c7135066d55cd2a991f7fc
 DIST nova-19.0.2.tar.gz 11629406 BLAKE2B 
026c123fc8ac98b6852a5fc8dfdeac7b46c913064e23723c4d322350d121dc2fb8258e24336eadab75f3da31cbac33e57ec2bb5d5e7bac0107dafb05420f21fb
 SHA512 
a9bbdda3433a0f503029cc00a05d002088f3a8ac974c2775bfd77b0145ad2d4b76c07cacda3f21b40e5b2f1658718004b3bc5c276d2c8f9a10a52c10b8a7f9e3
 DIST nova-19.0.3.tar.gz 11646820 BLAKE2B 
31aa6ef44609f5698f24168fc79cd9c6d5dd2c5b0da5eed277ccd8d1aa4ee7d6a07a1318bd7f964dd141dbca8f0297a2d677ad2fdf949fcc7a72970d099197e9
 SHA512 
4869d705c165a909e13b27ac383b7be52f9d5925fbe9d8779f773d0b1ce87b6ae7642c4551e01f57c24221e6fe120a3e2b5de41d73dfdcd73f82252b48a2af39
+DIST nova-20.0.0.tar.gz 11585568 BLAKE2B 
950fe23bfae72f9c960ef8f3929c077293fdf55f9e0400e6567643c418df648495223d0ac7f736d6c64c2c44f88939d689a6069a4ddf78705c11d250022c8211
 SHA512 
8d1a961a4ec4e2567de6b16d35fa008472759d4e3d29d06927b1bd23e928478bf40f90619c950e70f38203f75eec7b024c7336bab24a7dad4892ce5111fb1f37
 DIST nova.conf.sample-18.2.2 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-18.2.3 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-19.0.2 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
 DIST nova.conf.sample-19.0.3 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
+DIST nova.conf.sample-20.0.0 220110 BLAKE2B 
af98687c895ee091cc2e8d668eb50b52cc94618081f8a50b544faebed29b2b3a5dfa38309da70dcc6d0083792605b810081b50c15a6c960947e0c782f25717ab
 SHA512 
cc6cce95943b06d60dfc1f85b87d527662eeb57388dca4a6037078b517302b86fd7f752c6e9e43c59c10be83ac5955f21c08284bbc946ffe2171f5bfa6edff38
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2019.1. 387769 BLAKE2B 
2b4668e78765469c5ee518a8c340a09407a8f7e9bf3f87a6919b820db0ce2f38499827dbea58994490c8db3a648eef2c95521f7c62b3ae37606bb249492b4b12
 SHA512 
4facb96c111945f472654788e1ac3d52808b0c45e36c87b873cd1355d36b71922fa94b11d66ec5a8b250739072ecdec394dd4f852a8eb57dbd900c61c71ba770
+DIST nova.conf.sample-2019.2. 220110 BLAKE2B 
af98687c895ee091cc2e8d668eb50b52cc94618081f8a50b544faebed29b2b3a5dfa38309da70dcc6d0083792605b810081b50c15a6c960947e0c782f25717ab
 SHA512 
cc6cce95943b06d60dfc1f85b87d527662eeb57388dca4a6037078b517302b86fd7f752c6e9e43c59c10be83ac5955f21c08284bbc946ffe2171f5bfa6edff38

diff --git a/sys-cluster/nova/nova-20.0.0.ebuild 
b/sys-cluster/nova/nova-20.0.0.ebuild
new file mode 100644
index 000..01dac558c9c
--- /dev/null
+++ b/sys-cluster/nova/nova-20.0.0.ebuild
@@ -0,0 +1,220 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General 

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

2019-10-20 Thread Matthew Thode
commit: 10ebbf3b0d681124b3d03ec8ac0ff88780f1a0be
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:43:22 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ebbf3b

dev-python/os-service-types: 1.7.0 bump

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

 dev-python/os-service-types/Manifest|  1 +
 .../os-service-types/os-service-types-1.7.0.ebuild  | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/os-service-types/Manifest 
b/dev-python/os-service-types/Manifest
index 42dead1bb01..46587c8cfff 100644
--- a/dev-python/os-service-types/Manifest
+++ b/dev-python/os-service-types/Manifest
@@ -1,2 +1,3 @@
 DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 
6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c
 SHA512 
6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1
 DIST os-service-types-1.6.0.tar.gz 23412 BLAKE2B 
9e475b3905c81b2c480c98b17fb804766312d32573c8d84d27aec66cca60b0b4b6065a12b73c6546f60a266e1cdd3f9499c409c031580a323ee7bd87472cbcd1
 SHA512 
5269f54568304e038510542c5c29aefedb00449807a424426a03d450db6822b3c7d850da50b6804a9ee435298c0e56da31a031cdd09fc758780655f92de28662
+DIST os-service-types-1.7.0.tar.gz 24474 BLAKE2B 
8adf1cf29d61cc37d08e7282d5b07312345a59ed94898da71f13702f51d4f3651b18d34cb51789fbc560a10c5dfeb8d760aca0fe25f630c7c00fbfd0fd4072c1
 SHA512 
d73f826134ce9d26720e027a352d8a91a8a029ac92bbcf0ace022a041f3c0aaea900a4e50fa00027f699a793b53ecc538bad5ec3bd8e2efbbe8b18540322ee57

diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild 
b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
new file mode 100644
index 000..48917eb701a
--- /dev/null
+++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
@@ -0,0 +1,21 @@
+# 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="A library to handle official service types for OpenStack and it's 
aliases."
+HOMEPAGE="https://github.com/openstack/os-service-types";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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="${CDEPEND}"
+RDEPEND="${CDEPEND}"



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

2019-10-20 Thread Matthew Thode
commit: 442ed65d1943b9ae294c85d5bdb3f6d2d0ec116f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:45:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442ed65d

dev-python/keystoneauth: 3.17.1 bump

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

 dev-python/keystoneauth/Manifest   |  1 +
 dev-python/keystoneauth/keystoneauth-3.17.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 189cae56e3a..5757e30e68d 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,4 +1,5 @@
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
 DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 
92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d
 SHA512 
ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
+DIST keystoneauth1-3.17.1.tar.gz 253985 BLAKE2B 
4df40a5cb993d6bec3972152d7557c03b9283621f58f4c6d29b680eafabaa0ee4ec60dc52851738f22c6f3182339e6bb0554e6a4ce9ace30473a902b74a57b52
 SHA512 
ca2f5a46450ed9a772bfbf882ab23ac4f251b2209ad038190fca41af0626616ae4f607ae03fb837b1e7bd87c2c239dfae64bc122ffc8db551451d95353743016
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
new file mode 100644
index 000..8e79f6d1abd
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.17.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${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/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



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

2019-10-20 Thread Matthew Thode
commit: 7901b23d63bd9338ef7c7147a67a9f68eb7aa0fe
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 23:07:59 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7901b23d

dev-python/os-traits: 0.16.0 bump

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

 dev-python/os-traits/Manifest|  1 +
 dev-python/os-traits/os-traits-0.16.0.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest
index 5bfe6cc0542..4aae11bba46 100644
--- a/dev-python/os-traits/Manifest
+++ b/dev-python/os-traits/Manifest
@@ -1,2 +1,3 @@
 DIST os-traits-0.11.0.tar.gz 20362 BLAKE2B 
843c1a874dc5e7ee5066263a7dfd9491157c692a5489e53f9467d85589ce25570995cb25715409a49d81400a39bbf4c5ba0e616706e7462c4497f3613dd95599
 SHA512 
570fdc23ab3ae1920cbe0520bf2c007bd10c8372d83bb129993324a9a6de4462a9b5a86b816295dde9039f55cb8f125cb38653b4bfdb29630577327ec47c7d0c
+DIST os-traits-0.16.0.tar.gz 24583 BLAKE2B 
8f81c4ae3cd88f74b7b44033800af4475c2e76cf4ca402504bb5c3952fa97a2871336bcdd4a5ed870e423c1201fe0ca658d663d19286098641efd88bc060
 SHA512 
93ff4c066e0819cacf3a8cc8b80b05960e7a4b7c31af1d249f61f95eac1f37ea21f0f1ddb6e6dbc5b9c023394e10db88a105bbfbbfaf10afc57078040838a8f7
 DIST os-traits-0.5.0.tar.gz 15775 BLAKE2B 
288db72d500a3187a8520b9674982f3233f8644a537ec04971453ece394344b7310cbf133785dfee7122e1aeadebee7fd91d18f57a6ccecf0f176fd569b2bfae
 SHA512 
2dd9019b13fc3394bf97fa9ff6c82d02d26dc6ca8ba8b32e619e9f88a9fdee0d3082e3818ca6a51eea9eb45997dfb48eee6976190b27dff6ab5b892747ce2a54

diff --git a/dev-python/os-traits/os-traits-0.16.0.ebuild 
b/dev-python/os-traits/os-traits-0.16.0.ebuild
new file mode 100644
index 000..3ba218ddd66
--- /dev/null
+++ b/dev-python/os-traits/os-traits-0.16.0.ebuild
@@ -0,0 +1,29 @@
+# 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="os-traits is a library containing standardized trait strings."
+HOMEPAGE="https://github.com/openstack/os-traits";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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/six-1.10.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/

2019-10-20 Thread Matthew Thode
commit: ccde9a59bd4c8dd549589b1899bb6542aa93c8ed
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 22:38:44 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccde9a59

sys-cluster/cinder: 15.0.0 TRAIN bump

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

 sys-cluster/cinder/Manifest  |   3 +
 sys-cluster/cinder/cinder-15.0.0.ebuild  | 214 +++
 sys-cluster/cinder/cinder-2019.2..ebuild | 214 +++
 3 files changed, 431 insertions(+)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index e178b48173a..4f3f5fdabd9 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,8 +1,11 @@
 DIST cinder-13.0.6.tar.gz 5474090 BLAKE2B 
564cace126d1b4ae9b08852d294b3a1a8acacebdb40530b24ef51a445c250c0ca290ea0edc7b517bbb46f785b029e284b6d4651b47a92ad59a07e288a6653776
 SHA512 
03ed956fe906969f9064692cd0bda9e966287245f7f038024024a9b0dc32c5ddf7b8cf91ec503a35c3628d1126c2522f74cdfe686067b8893c800df2ec53dfd3
 DIST cinder-13.0.7.tar.gz 5477179 BLAKE2B 
210abb3b1e961eae43edb598deaeddee8ac2ff948519cacf8410d42d306b7e3476e46ecd0acc9392453647ca886bea512c5b7c48f8ae83e2ddf012c4556a8d18
 SHA512 
4ae3939b5b43ede09d36aeafc623baa4b2dd55b801b22d95230ff3fa2130c84cd2891351d14caf5516982294fcbcab7fd5f4f59a63e8e46e63d5493ba94f9d98
 DIST cinder-14.0.1.tar.gz 5504153 BLAKE2B 
1f895cd93a433e93907e5c8eb69675084f3d2f4f3fd5e605e1bbc505795bd853bca15acc1e6af86a0dea88063e9ee5d95dad17dc62abf2ee2a8a4db8efe962b3
 SHA512 
f2ba53f67fe15216c4f7296fbf5135e9289ead41e6ca94d1b9a003d21000cf0b178c156b100868796c6f36a4bb2bc1cf081fca5c30e6d4cc3ee36d396a3d53f3
+DIST cinder-15.0.0.tar.gz 5515047 BLAKE2B 
c7b62dc424bda2a86b9369f283fae4d891f5598dc2c05206cee67bb7553b75b98e86f8d90035d0566baddad28a76aa4ca454fb4e003eaff346d2bb49a699
 SHA512 
f80705782976ec778681ef65f5da79ee2028a8dccbe9a14150b3577354882beedbde73f562b40ec395427e23766688299e07bf173476627c579bc812eec065fa
 DIST cinder.conf.sample-13.0.6 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
 DIST cinder.conf.sample-13.0.7 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
 DIST cinder.conf.sample-14.0.1 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
+DIST cinder.conf.sample-15.0.0 183153 BLAKE2B 
fb86b82c711568c89a445c5876a1d5e890714d4dd957d4aa5b3158a3c85150e75d8d0055a93bf6a937d8a6f5a3c4042c5ddb4b4da2dd006d77d8eb8ec8a19fc5
 SHA512 
95a2076970184bc34c9c293371f72a791f16600c4933572b8d51291c506a7c1ef3bd2ea185f1f4dafeff6c85a237f4453f8ee6c1df6af7f603afe1ddfd63cd3a
 DIST cinder.conf.sample-2018.2. 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
 DIST cinder.conf.sample-2019.1. 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
+DIST cinder.conf.sample-2019.2. 183153 BLAKE2B 
fb86b82c711568c89a445c5876a1d5e890714d4dd957d4aa5b3158a3c85150e75d8d0055a93bf6a937d8a6f5a3c4042c5ddb4b4da2dd006d77d8eb8ec8a19fc5
 SHA512 
95a2076970184bc34c9c293371f72a791f16600c4933572b8d51291c506a7c1ef3bd2ea185f1f4dafeff6c85a237f4453f8ee6c1df6af7f603afe1ddfd63cd3a

diff --git a/sys-cluster/cinder/cinder-15.0.0.ebuild 
b/sys-cluster/cinder/cinder-15.0.0.ebuild
new file mode 100644
index 000..7d0be5d94d5
--- /dev/null
+++ b/sys-cluster/cinder/cinder-15.0.0.ebuild
@@ -0,0 +1,214 @@
+# 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 eutils linux-info user
+
+DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
+HOMEPAGE="https://launchpad.net/cinder";
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~

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

2019-10-20 Thread Matthew Thode
commit: 9a4d5310013cbb2e19ed238f01c9aea333b82c2d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 20 22:19:13 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Oct 21 00:18:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4d5310

dev-python/glance_store: 1.0.1 bump

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

 dev-python/glance_store/Manifest   |  4 +-
 dev-python/glance_store/glance_store-0.22.0.ebuild | 47 ---
 dev-python/glance_store/glance_store-0.23.0.ebuild | 53 --
 ...ore-0.26.1.ebuild => glance_store-1.0.1.ebuild} |  8 ++--
 4 files changed, 4 insertions(+), 108 deletions(-)

diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
index d354bfe2f0f..5ecbb40133e 100644
--- a/dev-python/glance_store/Manifest
+++ b/dev-python/glance_store/Manifest
@@ -1,4 +1,2 @@
-DIST glance_store-0.22.0.tar.gz 130377 BLAKE2B 
7dc46dde1dbccddbbabf0e0d1d4033429e4ffa3d6dec6fe379b6f7aabcaa5eeed639aa2c76e5b85ccf3444f4e76ec894251bdb8ae573b094e657fe61acb7887b
 SHA512 
3de073fd4926513674b87afb15a2d4485c4a98f76c7d36cd0957a9cd848399bfb1fc6b3b40550522b712e9bbddf8efec5c3fc629a944fe447543d35eb7184168
-DIST glance_store-0.23.0.tar.gz 140917 BLAKE2B 
764510b2d24b633a9120d4c39e66100a75de23c0bd7ef633bff4d381369c67d6a21b4f16019432ac02c6ed1b995c5c6373014dd9a5bd4df4981721146ced4145
 SHA512 
ee3d1187ac47427981af294604bd4742a12b60bdf406039a86c5eb33645e1407bc077ae079ea07b9c031922d9350b0e2eb7eaba70f51854c288faf90f9cd7b41
-DIST glance_store-0.26.1.tar.gz 183314 BLAKE2B 
dd8cfa2b3e41016b0cb8e3cc6aba0c8288524f7ac3bbd42d23c2ecbc8df49a620d310ac2ccd155852b5731ba6c1cf071d8f0aca376d0ea888e474fe562b3a258
 SHA512 
ebaa8ad311e071972e2b9f4d8813b930cb6241ef4527d0cd1a6449d169f23b2ff5830d4a99009c15d62e4d767f5dafc8567631f1eaab28256cc4bffc33518509
 DIST glance_store-0.28.0.tar.gz 183622 BLAKE2B 
327bbb498d9cc1e446361d026f2dac4d4cd057745790fdcf032583ef0869c302a453e1331028a47bdff34f4bda9f1c27d9c26a005febeecbe5e4d786d08cbcf1
 SHA512 
3ff1bf64c75c069f6bb22ad72438fcb97e569d8de10cb85065ee0f1f8f9e948cf6b895a184460080f90f091e082deafcee70730b8dd954a6b026a1796b70ea09
+DIST glance_store-1.0.1.tar.gz 185244 BLAKE2B 
4841bf9db07df06fe4f0dedc9f06e6aa768118aa363946b3145c90f7d58f452c3b1f419bd3545681161481d88566922f8c3f4eb0612c77a0679729fc460d6169
 SHA512 
77144f41996e8fcc7b5ec3e4246305e6887082a8f62a84c73d0b546c9f635e8f43b95e45a5e3303e504c01ed3608de6358398eeffee226f640035df2f792dc8d

diff --git a/dev-python/glance_store/glance_store-0.22.0.ebuild 
b/dev-python/glance_store/glance_store-0.22.0.ebuild
deleted file mode 100644
index f385937f118..000
--- a/dev-python/glance_store/glance_store-0.22.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for glance"
-HOMEPAGE="https://github.com/openstack/glance_store";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/glance_store/glance_store-0.23.0.ebuild 
b/dev-python/glance_store/glance_store-0.23.0.ebuild
deleted file mode 100644
index 78938bbffd3..000
--- a/dev-python/glance_store/glance_store-0.23.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library for glance"
-

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

2019-10-20 Thread Thomas Deutschmann
commit: 515ecff32f1f06fe2179e192a8e82b3056dc8228
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 21 00:01:00 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 21 00:01:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515ecff3

dev-util/crash: remove trailing blank line

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

 dev-util/crash/crash-7.2.7.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/crash/crash-7.2.7.ebuild 
b/dev-util/crash/crash-7.2.7.ebuild
index f8eeec87116..de5c30a966d 100644
--- a/dev-util/crash/crash-7.2.7.ebuild
+++ b/dev-util/crash/crash-7.2.7.ebuild
@@ -16,4 +16,3 @@ IUSE=""
 # there is no "make test" target, but there is a test.c so the automatic
 # make rules catch it and tests fail
 RESTRICT="test"
-



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

2019-10-20 Thread Andreas Sturmlechner
commit: 5ad47fcc5bf2d656dd7fc55a62be6755d9b9a1df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 20 23:07:50 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 20 23:08:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad47fcc

kde-plasma/plasma-thunderbolt: New package

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

 kde-plasma/plasma-thunderbolt/Manifest |  1 +
 kde-plasma/plasma-thunderbolt/metadata.xml |  8 ++
 .../plasma-thunderbolt-5.17.0.ebuild   | 29 ++
 3 files changed, 38 insertions(+)

diff --git a/kde-plasma/plasma-thunderbolt/Manifest 
b/kde-plasma/plasma-thunderbolt/Manifest
new file mode 100644
index 000..934e8b5df42
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/Manifest
@@ -0,0 +1 @@
+DIST plasma-thunderbolt-5.17.0.tar.xz 47060 BLAKE2B 
d12516e971fca0d81b2cfd390ed58eaf59cc525c25b1e48ba5a2bd46ec020f85dffb91c004c6c05003e23f78b93b91d7cb0c72bd685b91196a8ea2bfc687dff6
 SHA512 
447684dd9c02a7c1691b7da7fc5d1011894e25f7ac2196e482dff8e8af80dd6f5234cd3d8d534220acbe7d1adbcf4112b91b2ff701395ff5c8d135d5ec0dad62

diff --git a/kde-plasma/plasma-thunderbolt/metadata.xml 
b/kde-plasma/plasma-thunderbolt/metadata.xml
new file mode 100644
index 000..2fdbf33d963
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild
new file mode 100644
index 000..b2bd661947e
--- /dev/null
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.17.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
+HOMEPAGE="https://cgit.kde.org/plasma-thunderbolt.git";
+
+LICENSE="|| ( GPL-2 GPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep knotifications)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}
+   sys-apps/bolt
+"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/ipsec-tools/, net-vpn/ipsec-tools/files/

2019-10-20 Thread Anthony G. Basile
commit: acc6dc9f604440116bdbf328a62046f51cae837f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Oct 20 23:04:32 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Oct 20 23:04:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc6dc9f

net-vpn/ipsec-tools: fix bug #674460

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

 .../ipsec-tools-add-openssl-1.1.x-support.patch| 1096 
 net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild|4 +-
 2 files changed, 1098 insertions(+), 2 deletions(-)

diff --git 
a/net-vpn/ipsec-tools/files/ipsec-tools-add-openssl-1.1.x-support.patch 
b/net-vpn/ipsec-tools/files/ipsec-tools-add-openssl-1.1.x-support.patch
new file mode 100644
index 000..5d55c59cbd8
--- /dev/null
+++ b/net-vpn/ipsec-tools/files/ipsec-tools-add-openssl-1.1.x-support.patch
@@ -0,0 +1,1096 @@
+From 071fec7181255b9234add44865a435dfdefee520 Mon Sep 17 00:00:00 2001
+In-Reply-To: <20180528120513.560-1-cote2004-git...@yahoo.com>
+References: <20180528120513.560-1-cote2004-git...@yahoo.com>
+From: Eneas U de Queiroz 
+Date: Wed, 30 May 2018 15:42:20 -0300
+Subject: [PATCH v2 1/1] ipsec-tools: add openssl 1.1 support
+To: equei...@troianet.com.br
+
+This patch updates the calls to openssl 1.1 API, and adds a
+compatibility layer so it compiles with (at least) openssl 1.0.2, I
+haven't tested it with lower versions, but all that's needed is to edit
+the openssl_compat.* files and add the missing functions there--they're
+usually trivial.
+
+Signed-off-by: Eneas U de Queiroz 
+---
+ src/racoon/Makefile.am  |  10 +--
+ src/racoon/algorithm.c  |   6 +-
+ src/racoon/cfparse.y|   2 +-
+ src/racoon/crypto_openssl.c | 197 +---
+ src/racoon/crypto_openssl.h |   2 +-
+ src/racoon/eaytest.c|   7 +-
+ src/racoon/ipsec_doi.c  |   2 +-
+ src/racoon/openssl_compat.c | 213 
+ src/racoon/openssl_compat.h |  45 ++
+ src/racoon/plainrsa-gen.c   |  41 +
+ src/racoon/prsa_par.y   |  28 --
+ src/racoon/rsalist.c|   5 +-
+ 12 files changed, 431 insertions(+), 127 deletions(-)
+ create mode 100644 src/racoon/openssl_compat.c
+ create mode 100644 src/racoon/openssl_compat.h
+
+diff --git a/src/racoon/Makefile.am b/src/racoon/Makefile.am
+index dbaded9..4c585f3 100644
+--- a/src/racoon/Makefile.am
 b/src/racoon/Makefile.am
+@@ -4,7 +4,7 @@ sbin_PROGRAMS = racoon racoonctl plainrsa-gen
+ noinst_PROGRAMS = eaytest
+ include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
+   schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
+-  isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
++  isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h openssl_compat.h
+ lib_LTLIBRARIES = libracoon.la
+ 
+ adminsockdir=${localstatedir}/racoon
+@@ -32,7 +32,7 @@ racoon_SOURCES = \
+   gssapi.c dnssec.c getcertsbyname.c privsep.c \
+   pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \
+   policy.c localconf.c remoteconf.c crypto_openssl.c algorithm.c \
+-  proposal.c sainfo.c strnames.c \
++  openssl_compat.c proposal.c sainfo.c strnames.c \
+   plog.c logger.c schedule.c str2val.c \
+   safefile.c backupsa.c genlist.c rsalist.c \
+   cftoken.l cfparse.y prsa_tok.l prsa_par.y 
+@@ -51,12 +51,12 @@ libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c
+ libracoon_la_CFLAGS = -DNOUSE_PRIVSEP $(AM_CFLAGS)
+ 
+ plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \
+-  crypto_openssl.c logger.c 
++  crypto_openssl.c logger.c openssl_compat.c
+ EXTRA_plainrsa_gen_SOURCES = $(MISSING_ALGOS)
+ plainrsa_gen_LDADD = $(CRYPTOBJS) vmbuf.o misc.o
+ plainrsa_gen_DEPENDENCIES = $(CRYPTOBJS) vmbuf.o misc.o
+ 
+-eaytest_SOURCES = eaytest.c plog.c logger.c
++eaytest_SOURCES = eaytest.c plog.c logger.c openssl_compat.c
+ EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c
+ eaytest_LDADD =   crypto_openssl_test.o vmbuf.o str2val.o misc_noplog.o \
+   $(CRYPTOBJS)
+@@ -75,7 +75,7 @@ noinst_HEADERS = \
+   debugrm.h isakmp.h  misc.h  sainfo.h \
+   dhgroup.h isakmp_agg.h  netdb_dnssec.h  schedule.h \
+   isakmp_cfg.h  isakmp_xauth.h isakmp_unity.h isakmp_frag.h \
+-  throttle.hprivsep.h \
++  throttle.hprivsep.h openssl_compat.h \
+   cfparse_proto.h   cftoken_proto.h genlist.h rsalist.h \
+   missing/crypto/sha2/sha2.h missing/crypto/rijndael/rijndael_local.h \
+   missing/crypto/rijndael/rijndael-api-fst.h \
+diff --git a/src/racoon/algorithm.c b/src/racoon/algorithm.c
+index 3fd50f6..66c874b 100644
+--- a/src/racoon/algorithm.c
 b/src/racoon/algorithm.c
+@@ -128,7 +128,7 @@ static struct enc_algorithm oakley_encdef[] = {
+ { "aes",  algtype_aes,OAKLEY_ATTR_ENC_ALG_AES,16,
+   eay_

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

2019-10-20 Thread Thomas Deutschmann
commit: bea0f1bcec092ca1867ec54089b37c1737ace590
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 22:47:07 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 22:54:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea0f1bc

profiles/package.mask: unmask dev-ruby/http-form_data:1.0

dev-ruby/http-form_data:1.0 still needed by current stable dev-ruby/http.

Fixes 52e32d1 ("profiles/package.mask: mask ruby24-only packages for removal")
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f24a34786fb..f623bc3564c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -57,7 +57,6 @@ app-office/ooextras
 dev-ruby/cocaine
 dev-ruby/debugger-linecache
 dev-ruby/escape_utils
-dev-ruby/http-form_data:1.0
 dev-ruby/ruby-beautify
 dev-ruby/termcolor
 dev-ruby/terrapin



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2019-10-20 Thread Thomas Deutschmann
commit: 55e50089973eab9295690b1dcf8d584ef7cc9b4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 22:54:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 22:54:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e50089

x11-libs/libxkbcommon: add missing license

x11 packages normally get license through xorg-* eclass. However,
this version doesn't inherit xorg eclass anymore and is therefore
lacking default LICENSE.

This commit will add missing LICENSE to ebuild.

Fixes 128f587 ("x11-libs/libxkbcommon: Version bump to 0.9.0")

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

 x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
index 8f50a19eb11..be655c7b43b 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
@@ -15,6 +15,7 @@ inherit meson multilib-minimal ${GIT_ECLASS}
 
 DESCRIPTION="keymap handling library for toolkits and window systems"
 HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/";
+LICENSE="MIT"
 IUSE="X doc test"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2019-10-20 Thread David Seifert
commit: b89b85dc29d8a13b7ccd3d4880215ea32ed48c5d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Oct 20 22:47:25 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Oct 20 22:47:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89b85dc

sys-apps/gnome-disk-utility: Add subslot operators on media-libs/libdvdread

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild | 2 +-
 sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
index 048a0185727..a5810d668f9 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.30.2-r1.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND="
>=app-crypt/libsecret-0.7
>=dev-libs/libpwquality-1.0.0
>=media-libs/libcanberra-0.1[gtk3]
-   >=media-libs/libdvdread-4.2.0
+   >=media-libs/libdvdread-4.2.0:0=
>=x11-libs/libnotify-0.7:=
>=app-arch/xz-utils-5.0.5
elogind? ( >=sys-auth/elogind-209 )

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
index bdc871e209f..fd2f998c9c9 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.32.1.ebuild
@@ -21,7 +21,7 @@ COMMON_DEPEND="
>=app-crypt/libsecret-0.7
>=dev-libs/libpwquality-1.0.0
>=media-libs/libcanberra-0.1[gtk3]
-   >=media-libs/libdvdread-4.2.0
+   >=media-libs/libdvdread-4.2.0:0=
>=x11-libs/libnotify-0.7:=
>=app-arch/xz-utils-5.0.5
elogind? ( >=sys-auth/elogind-209 )



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

2019-10-20 Thread David Seifert
commit: d2595664991d5f14ef6c237df660191da29cddf6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Oct 20 22:39:22 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Oct 20 22:40:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2595664

Revert "dev-util/colm: Remove old"

This reverts commit 53707ea55172afd09d5356f1b12f5c5dc4e73556.

Signed-off-by: David Seifert  gentoo.org>

 dev-util/colm/Manifest |  2 ++
 dev-util/colm/colm-0.13.0.4.ebuild | 16 
 dev-util/colm/colm-0.13.0.5.ebuild | 15 +++
 dev-util/colm/colm-0.13.0.6.ebuild | 15 +++
 4 files changed, 48 insertions(+)

diff --git a/dev-util/colm/Manifest b/dev-util/colm/Manifest
index 2ce077d6cb8..e72892a52d9 100644
--- a/dev-util/colm/Manifest
+++ b/dev-util/colm/Manifest
@@ -1 +1,3 @@
+DIST colm-0.13.0.4.tar.gz 707983 BLAKE2B 
a6b03f24ebe8bf44dbb17b6bd3f545a33b58883fae403d927cd30a81dd2376ae0fd4271c308008d64865697e63cb7cc988465c28b22e56c2136cbd533b32e999
 SHA512 
4684a315f3fef7cd6ff0982e357b59b110c02dfc2ce00a207d5d16dd9475f41790f3cfec9ddb5347d20da879cb0beebc03d3c56c325ce2ef22438555fcf60402
+DIST colm-0.13.0.5.tar.gz 736026 BLAKE2B 
75fb1748495ead2ac5527ce040efb76de264e10b6562c4af734735f5aa25f53fc12260cbe52f019ff04c5117155aeb96358771f20b3e02012639a08527a54d98
 SHA512 
c5a1228260327d65c2cb5821fbc583608e2a308927b04cb0e7dbc84bced60d0d62892b4e30aa2228fee0d08f6828dc58d88788340433bc5bba9d503977883fc9
 DIST colm-0.13.0.6.tar.gz 739981 BLAKE2B 
e5b00bc276fa3414cc9ec557a6e4ca93194f86cd6b3b1ad11611352962da1ef68aa1acd4aa62d47495ba04313dcc52e2a17588fefabf51572d19826c7bb70fe8
 SHA512 
5bcf2d7ff78e523385294f338a8c057807b416b2922e002311fcd8027132504f1aa99bc4dde2c4ea7ddbbc8806fddefda57f8a16f6d5c91a9c47566f86339c81

diff --git a/dev-util/colm/colm-0.13.0.4.ebuild 
b/dev-util/colm/colm-0.13.0.4.ebuild
new file mode 100644
index 000..d193b2407b6
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-util/colm/colm-0.13.0.5.ebuild 
b/dev-util/colm/colm-0.13.0.5.ebuild
new file mode 100644
index 000..4292b617eac
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="app-text/asciidoc"

diff --git a/dev-util/colm/colm-0.13.0.6.ebuild 
b/dev-util/colm/colm-0.13.0.6.ebuild
new file mode 100644
index 000..4292b617eac
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND="app-text/asciidoc"



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

2019-10-20 Thread David Seifert
commit: fdce6d04465e2e25a6915f286965521b702ded70
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Oct 20 22:20:08 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Oct 20 22:36:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdce6d04

dev-util/colm: various fixes

* EAPI 7
* license fix
* do not install static library

Closes: https://bugs.gentoo.org/698066
Closes: https://github.com/gentoo/gentoo/pull/13293
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Alessandro Barbieri  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 dev-util/colm/colm-0.13.0.6-r1.ebuild | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/dev-util/colm/colm-0.13.0.6-r1.ebuild 
b/dev-util/colm/colm-0.13.0.6-r1.ebuild
new file mode 100644
index 000..24c79169a62
--- /dev/null
+++ b/dev-util/colm/colm-0.13.0.6-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="COmputer Language Manipulation"
+HOMEPAGE="https://www.colm.net/open-source/colm/";
+SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="app-text/asciidoc"
+
+src_configure() {
+   econf --disable-static
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-10-20 Thread David Seifert
commit: 53707ea55172afd09d5356f1b12f5c5dc4e73556
Author: David Seifert  gentoo  org>
AuthorDate: Sun Oct 20 22:35:45 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Oct 20 22:37:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53707ea5

dev-util/colm: Remove old

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 dev-util/colm/Manifest |  2 --
 dev-util/colm/colm-0.13.0.4.ebuild | 16 
 dev-util/colm/colm-0.13.0.5.ebuild | 15 ---
 dev-util/colm/colm-0.13.0.6.ebuild | 15 ---
 4 files changed, 48 deletions(-)

diff --git a/dev-util/colm/Manifest b/dev-util/colm/Manifest
index e72892a52d9..2ce077d6cb8 100644
--- a/dev-util/colm/Manifest
+++ b/dev-util/colm/Manifest
@@ -1,3 +1 @@
-DIST colm-0.13.0.4.tar.gz 707983 BLAKE2B 
a6b03f24ebe8bf44dbb17b6bd3f545a33b58883fae403d927cd30a81dd2376ae0fd4271c308008d64865697e63cb7cc988465c28b22e56c2136cbd533b32e999
 SHA512 
4684a315f3fef7cd6ff0982e357b59b110c02dfc2ce00a207d5d16dd9475f41790f3cfec9ddb5347d20da879cb0beebc03d3c56c325ce2ef22438555fcf60402
-DIST colm-0.13.0.5.tar.gz 736026 BLAKE2B 
75fb1748495ead2ac5527ce040efb76de264e10b6562c4af734735f5aa25f53fc12260cbe52f019ff04c5117155aeb96358771f20b3e02012639a08527a54d98
 SHA512 
c5a1228260327d65c2cb5821fbc583608e2a308927b04cb0e7dbc84bced60d0d62892b4e30aa2228fee0d08f6828dc58d88788340433bc5bba9d503977883fc9
 DIST colm-0.13.0.6.tar.gz 739981 BLAKE2B 
e5b00bc276fa3414cc9ec557a6e4ca93194f86cd6b3b1ad11611352962da1ef68aa1acd4aa62d47495ba04313dcc52e2a17588fefabf51572d19826c7bb70fe8
 SHA512 
5bcf2d7ff78e523385294f338a8c057807b416b2922e002311fcd8027132504f1aa99bc4dde2c4ea7ddbbc8806fddefda57f8a16f6d5c91a9c47566f86339c81

diff --git a/dev-util/colm/colm-0.13.0.4.ebuild 
b/dev-util/colm/colm-0.13.0.4.ebuild
deleted file mode 100644
index d193b2407b6..000
--- a/dev-util/colm/colm-0.13.0.4.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="https://www.colm.net/open-source/colm/";
-SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/dev-util/colm/colm-0.13.0.5.ebuild 
b/dev-util/colm/colm-0.13.0.5.ebuild
deleted file mode 100644
index 4292b617eac..000
--- a/dev-util/colm/colm-0.13.0.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="https://www.colm.net/open-source/colm/";
-SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="app-text/asciidoc"

diff --git a/dev-util/colm/colm-0.13.0.6.ebuild 
b/dev-util/colm/colm-0.13.0.6.ebuild
deleted file mode 100644
index 4292b617eac..000
--- a/dev-util/colm/colm-0.13.0.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="COmputer Language Manipulation"
-HOMEPAGE="https://www.colm.net/open-source/colm/";
-SRC_URI="https://www.colm.net/files/${PN}/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="app-text/asciidoc"



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

2019-10-20 Thread Mike Pagano
commit: fb2cead45d8f03745e97d9224f9f989aad1c8229
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Oct 20 20:29:50 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Oct 20 22:24:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2cead4

sys-kernel/git-sources: Linux patch 5.4-rc4

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-5.4_rc4.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f6022a41898..4c8bf35e862 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -2,3 +2,4 @@ DIST linux-5.3.tar.xz 108558876 BLAKE2B 
0d08eed879d05734e4542f0c93823d43f8dc042a
 DIST patch-5.4-rc1.patch 64078480 BLAKE2B 
98ed781b61c9e35e8f78939ca0d2ff93d4a1cbad835955226bedb2c12a9b74564cc09a89a6b26d8932b4d1c36f1c6c455faa185d7d2c7eca71b80c927d4cfcd4
 SHA512 
f9771a13b3179033cd015bfa243ce13acce6d62ace8cc3184182d72933afe6c2928c85cba325b75040e03948b8bdde494ca5bb2b54edc0bc08345ef3470b3d3f
 DIST patch-5.4-rc2.patch 64354864 BLAKE2B 
864d97e1ed5986448fdb1bc8782e1be236b7023ea9273a0ea589591df79726ddcf26d4241f498b550304d2edfc473af6c73a66eb06e3bceb35f47343e49e83f6
 SHA512 
b0fd0861c636e49b4e97d0954f966f82d0b8de5e117fd8f2f30b8f92b2e0f93ced475b37272ea37de038cf87cfe70cf6f7e951ef1aa4ef0ed483986a3fab04ec
 DIST patch-5.4-rc3.patch 64816978 BLAKE2B 
792d0a5149c03ee81c82a1a59b54f64339c5fada49a81115e303deda82a07b3f5f6f5a38205ad01490fc24e7bf7d4d3937e4dd597b6d367e9ddc5f81728a5f27
 SHA512 
a370c3093d8bfcb6fc6bacaca9e5eff44c32d14f5b49c534298407f1e2625802f93afd407e3f2c002f86adbb64ef3a97a7d29ced09b79600238029e0375c7b4b
+DIST patch-5.4-rc4.patch 65188215 BLAKE2B 
b21830779c7e941ba794fe574a705b292615a83fc59632a6d6bb40cb30dbb51af38879c65e0e8c7cbe8e2b3393f273866b737b86ae79c327f369e6289e082103
 SHA512 
7f7efd9b0a26c55974e6ce7f979ee1eabce8e9bdf4f5a2392d9c61e8a9a1f00045ddf683c1574e0fb6849dbca8fc79397e7dc2fbeac3d72b68162c8e1f4d0f11

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



[gentoo-commits] proj/musl:master commit in: dev-lang/perl/files/, dev-lang/perl/, dev-lang/perl/files/5.26/

2019-10-20 Thread Jory Pratt
commit: da7866f92129029404fc798cd4c2decfd937628c
Author: stefson  yahoo  de>
AuthorDate: Sun Oct 20 14:04:21 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Oct 20 22:11:51 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=da7866f9

dev-lang/perl: removal of old and masked perl-5.26

only hppa and sparc still depend upon it, nothing musl overlay can be helpfull 
with

Closes: https://github.com/gentoo/musl/pull/269
Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 dev-lang/perl/Manifest   |   3 -
 dev-lang/perl/files/5.26/perl-5.26.3-part1.patch |  75 ---
 dev-lang/perl/files/5.26/perl-5.26.3-part2.patch |  27 -
 dev-lang/perl/files/5.26/perl-5.26.3-part3.patch |  88 ---
 dev-lang/perl/files/5.26/perl-5.26.3-part4.patch | 103 
 dev-lang/perl/files/5.26/perl-5.26.3-part5.patch |  35 --
 dev-lang/perl/files/perl-5.26.2-hppa.patch   | 105 
 dev-lang/perl/metadata.xml   |  14 -
 dev-lang/perl/perl-5.26.3.ebuild | 649 ---
 9 files changed, 1099 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
deleted file mode 100644
index ad86139..000
--- a/dev-lang/perl/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST perl-5.26.2-patches-1.tar.xz 17100 BLAKE2B 
681239e438945285e006ee1d1e2a9eb888fc9b425e6fbd4822e65e1fe1ced2216de76485b9792d3fee28783a588c09e1d34c294ef43d81055c4566af37fe9b6c
 SHA512 
2a274150d2dba406c6efb67ec236f67032a51ff1788b30ea556e74b2f02fab68f5029ebd4b9d4daeb16b3a63fa7aa1744d323bf637a9d21946f19f33b69da245
-DIST perl-5.26.3.tar.xz 11957032 BLAKE2B 
3cd5332a0bede16608b1626b0b9903d71105784411c7acf2fd8c0e7637a2ab5049e650bdaba574584ed51a70cc21dfbee5557963717d52c4af9c8bd8e8ef80a1
 SHA512 
1126ead4f9cc313548e875b6dc9cd1f56f6fef4406f3fd1c108c5cad0db92c8cd0f9bde5b82d78d8f2bd67709c438e87dd45f26b98f327ba31b05b39acc3b299
-DIST perl-cross-1.1.9.tar.gz 102939 BLAKE2B 
438ea75a14c4d60fdf3cb2f3671c736d229a83af210ba4fe6e79b989c6c4b45500d0221ec65bc71e1d43d234ec1daa20b3a19be6ceb01e638810900dbe3664a7
 SHA512 
002441012bd31f1ea71341707d91f89b76266c187c9d28f947ed5eddbcc6e3155e8dfd4b1814331561c3557764fea25bf6a938f08bcd4adfb5895361ad5a269a

diff --git a/dev-lang/perl/files/5.26/perl-5.26.3-part1.patch 
b/dev-lang/perl/files/5.26/perl-5.26.3-part1.patch
deleted file mode 100644
index 5ac0e85..000
--- a/dev-lang/perl/files/5.26/perl-5.26.3-part1.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From ca152fd8207cf53816b1407d5f54f6ea160a3ef8 Mon Sep 17 00:00:00 2001
-From: Andy Dougherty 
-Date: Tue, 22 Jan 2019 14:17:05 -0500
-Subject: [PATCH] Improve Configure detection of memmem() [perl #133760].
-
-Linux systems have memmem, but the header prototype is only visible if
-the C library, but didn't check if the correct prototype is available.
-This patch compiles & runs a test program that will fail if the prototype
-is needed but not available.
-
-This does not completely close [perl #133760].  The tests for strlcat()
-and strlcpy() may also need to be similarly changed.  Also, this patch
-does not change whether _GNU_SOURCE is defined or not.  Presumably that
-would be done separately in the linux hints file.

- Configure | 43 +--
- 1 file changed, 41 insertions(+), 2 deletions(-)
-
-diff --git a/Configure b/Configure
-index 6041b0bbb0..a83cbdf2f8 100755
 a/Configure
-+++ b/Configure
-@@ -16155,8 +16155,47 @@ set mbtowc d_mbtowc
- eval $inlibc
- 
- : see if memmem exists
--set memmem d_memmem
--eval $inlibc
-+echo " "
-+echo "Checking if you have a working memmem()" >&4
-+$cat >try.c <
-+#include 
-+#include 
-+#include 
-+int main(int argc, char **argv)
-+{
-+char *big = "abcdefghiabcdefghi";
-+char *little = "def";
-+char *rtn;
-+ptrdiff_t diff;
-+rtn = (char *) memmem(big, strlen(big), little, strlen(little));
-+diff = rtn - big;
-+exit(diff == 3 ?  EXIT_SUCCESS : EXIT_FAILURE);
-+}
-+EOCP
-+set try
-+if eval $compile; then
-+`$run ./try`
-+rc=$?
-+case "$rc" in
-+0)  echo "Yes, you do." >&4
-+val="$define"
-+;;
-+*)  echo "Well, you have memmem, but it isn't working." >&4
-+val="$undef"
-+;;
-+esac
-+else
-+echo "No, you do not." >&4
-+val="$undef"
-+fi
-+set d_memmem
-+eval $setvar
-+$rm_try
- 
- : see if memrchr exists
- set memrchr d_memrchr
--- 
-2.15.1-424-g9478a660812
-

diff --git a/dev-lang/perl/files/5.26/perl-5.26.3-part2.patch 
b/dev-lang/perl/files/5.26/perl-5.26.3-part2.patch
deleted file mode 100644
index c2c49b6..000
--- a/dev-lang/perl/files/5.26/perl-5.26.3-part2.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 63c1fa6a98bc60234a21de83dd191cd581a5d073 Mon Sep 17 00:00:00 2001
-From: Andy Dougherty 
-Date: Wed, 23 Jan 2019 21:12:29 -0500
-Subject: [PATCH] Add ability to include literal text in the prototype check.
-
-This is the same technique as in the metaconfig unit

[gentoo-commits] proj/musl:master commit in: x11-libs/vte/

2019-10-20 Thread Jory Pratt
commit: 4c1bed5e8e9c8bdaff55bf03567ceef20e0c7f8e
Author: stefson  yahoo  de>
AuthorDate: Sun Oct 20 20:26:24 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Oct 20 22:14:08 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4c1bed5e

x11-libs/vte: remove old, mark stable for arm and ppc

Closes: https://github.com/gentoo/musl/pull/271
Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 x11-libs/vte/Manifest  |  1 -
 x11-libs/vte/vte-0.54.2.ebuild | 91 --
 x11-libs/vte/vte-0.54.4.ebuild |  2 +-
 3 files changed, 1 insertion(+), 93 deletions(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index d527ed5..b385803 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,4 +1,3 @@
 DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9
 SHA512 
d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
 DIST vte-0.54.1-command-notify.patch.xz 3428 BLAKE2B 
75b0c22720276300be2e49e8444aa68fed77fb7a6cc6b0e93a5c2d41257626bd60ff1084d68579769cb3d85e7ec567927591746de48e860b138d0c1f24f64cc7
 SHA512 
a53da569f8168c8e9e21e186dcfc00bf9fdb78a0c767ba35033c1c1e4f836406b4d9bf70ee3e071f6c749fd6f72101a6960d201617bd0bc23021e1eeaac6fd0c
-DIST vte-0.54.2.tar.xz 1087628 BLAKE2B 
9e613ff514beef395f88677ebb25d278df3107b90af07f5d7cbebc44f93d5a6784d65b56cca2c3c020bbf20b0f406a933b97678004bbb586e1485f4aeda08aa9
 SHA512 
214ec69110d6ad6caa9bc41fb741874bfcf27f20f34d3ae745b13903c574f9c854f7e0dadbae3dbc8ce04c5a6eb818a433c50569c1ef802501a9a078385f23fc
 DIST vte-0.54.4.tar.xz 1087748 BLAKE2B 
65fb762414e832930ce1519dc99fe306b3c9c3860bf8116c29e66b758178d1f0a52705cd6f7ab1be30374fb2956a01aaccc8f6859d0af971f2037809421bb502
 SHA512 
7e0f4140a4c474fad9a48eaf0e4c29f83e7bf50719087983c238b362c6303824836c34485eb2ca135be0961fa4b83a318d08ef70d4cf0dab0d37dc2e36710c41

diff --git a/x11-libs/vte/vte-0.54.2.ebuild b/x11-libs/vte/vte-0.54.2.ebuild
deleted file mode 100644
index 581faf4..000
--- a/x11-libs/vte/vte-0.54.2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
-
-inherit autotools gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE";
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=dev-libs/libpcre2-10.21
-   >=x11-libs/gtk+-3.16:3[introspection?]
-   >=x11-libs/pango-1.22.0
-
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-
-   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
-   glade? ( >=dev-util/glade-3.9:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   vala? ( $(vala_depend) )
-"
-RDEPEND="${RDEPEND}
-   !x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-   if ! use vanilla; then
-   # First half of 
http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
-   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
-   eapply "${WORKDIR}"/${PN}-0.54.1-command-notify.patch
-   fi
-
-   eapply "${FILESDIR}/${P}-musl-remove-W_EXITCODE.patch"
-   eautoreconf
-
-   use vala && vala_src_prepare
-
-   # build fails because of -Werror with gcc-5.x
-   sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-
-   if [[ ${CHOST} == *-interix* ]]; then
-   myconf="${myconf} --disable-Bsymbolic"
-
-   # interix stropts.h is empty...
-   export ac_cv_header_stropts_h=no
-   fi
-
-   gnome2_src_configure \
-   --disable-static \
-   --with-gtk=3.0 \
-   --with-iconv \
-   $(use_enable debug) \
-   $(use_enable glade glade-catalogue) \
-   $(use_with crypt gnutls) \
-   $(use_enable introspection) \
-   $(use_enable vala) \
-   ${myconf}
-}
-
-src_install() {
-   gnome2_src_install
-  

[gentoo-commits] proj/musl:master commit in: dev-libs/glib/

2019-10-20 Thread Jory Pratt
commit: a7769ff706b3176e49138bd3101f6e6800fd0da7
Author: stefson  yahoo  de>
AuthorDate: Sun Oct 20 13:57:30 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Oct 20 22:13:34 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=a7769ff7

dev-libs/glib: add new stable v2.60.6

the in tree version does compile, but we still have to carry the ebuild as 
there are various segfaults
with that unpatched version. upstream does know about this and chose to ignore 
it.

Closes: https://github.com/gentoo/musl/pull/268
Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

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

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index f28decd..1fd2300 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -2,4 +2,5 @@ DIST glib-2.56.2.tar.xz 8041756 BLAKE2B 
1af5bb37378856e959602bcb9299266bba46b990
 DIST glib-2.56.4.tar.xz 7029768 BLAKE2B 
21cf840128e468151eeac55f0323f8f643973422b70bb65655e24c0a6b2f7ee72d5ae879bfae73df84fa2281fc425cc98328597910ba8fd99d7a52024e1b3ab6
 SHA512 
280a46c2af13283a08c15ff0b4f5492659c2884521930600ad45310ed181c44a878ad8f9b36bae68ed6e7d92db6f1630f7bf015148c513dc317d25807f13abb0
 DIST glib-2.58.2.tar.xz 4862612 BLAKE2B 
e94d3dfc5d4b6d100c2425fda34c90fdf643fdb71b8bd65df691e34d11bfaf79fdc4c844eb215df24b0f680991fb0d0c08c3bb3dea61f5157ccd8bec200e2059
 SHA512 
4017ae308f2ef6313abbff2eb9b21ec6f8fa38935007491ca0cb4d1ffac6fedab6f50e911ac088995d6212323ba1767399f18529a2620d60378ecade193b4b1a
 DIST glib-2.58.3.tar.xz 4863648 BLAKE2B 
4269bd6e80869f39d567917438f750561debb1b45d40ecea487d2e76e2468e07dc8d80a23678699f7b8f7778c2ed9d29e866ae5e33770f51ed00709dd5fe97eb
 SHA512 
1e1cb5b607367dcbadb95563d463e81702cf396b28f1173f6d933707f4f3d5595a70225423e918807a05994a24f16fa3ac87d2ec67e4b670244ea99836634cce
+DIST glib-2.60.6.tar.xz 4589516 BLAKE2B 
33546aea288dee4aa8c04bda610a65ce75705c0e2b98284e787d42576c61eccbd33788084b092e030fe26c50ff08e398782227d1f2ac39ef9754b91af1ab1aa1
 SHA512 
2e079d2268e0cd4dd234501c03e7784a69258ea2303e62baa4869ff7a442d121c2ffdc742467e3b0b46ad953b831962e1dd847463d66b2b28745ba0f0bfd28d9
 DIST pkg-config-0.28.tar.gz 1931203 BLAKE2B 
bafdd4e838623965c6bd454421ddd9051fc43fc29948e1615b49fef463c3c3a18807aabe6416f96cfdf58d6b1c9e114d77f97bd985facee7c14284a8a64a768b
 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320

diff --git a/dev-libs/glib/glib-2.60.6.ebuild b/dev-libs/glib/glib-2.60.6.ebuild
new file mode 100644
index 000..3974ff5
--- /dev/null
+++ b/dev-libs/glib/glib-2.60.6.ebuild
@@ -0,0 +1,281 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
+
+inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib 
multilib-minimal python-any-r1 toolchain-funcs xdg
+
+DESCRIPTION="The GLib library of C routines"
+HOMEPAGE="https://www.gtk.org/";
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs systemtap test utils xattr"
+
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+
+# * libelf isn't strictly necessary, but makes gresource tool more useful, and
+# the check is automagic in gio/meson.build. gresource is not a multilib tool
+# right now, thus it doesn't matter if non-native ABI libelf exists or not
+# (non-native binary is overwritten, it doesn't matter if libelf was linked 
to).
+# * Technically static-libs is needed on zlib, util-linux and perhaps more, but
+# these are used by GIO, which glib[static-libs] consumers don't really seem
+# to need at all, thus not imposing the deps for now and once some consumers
+# are actually found to static link libgio-2.0.a, we can revisit and either add
+# them or just put the (build) deps in that rare consumer instead of recursive
+# RDEPEND here (due to lack of recursive DEPEND).
+RDEPEND="
+   !=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/libpcre-8.31:3[${MULTILIB_USEDEP},static-libs?]
+   >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]
+   kernel_linux? ( >=sys-apps/util-linux-2.23[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r5[${MULTILIB_USEDEP}] )
+   xattr? ( !elibc_glibc? ( >=sys-apps/attr-2.4.47-r1[${MULTILIB_USEDEP}] 
) )
+   virtual/libelf:0=
+   fam? ( >=virtual/fam-0-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+# libxml2 used for optional tests that get automatically skipped
+BDEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   gt

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

2019-10-20 Thread Jory Pratt
commit: 3679d1f346ac7d37f44d2c9d695aecc401f30ac8
Author: stefson  yahoo  de>
AuthorDate: Sun Oct 20 14:17:21 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Oct 20 22:10:28 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=3679d1f3

media-libs/mesa: add stable v19.1.7, remove old

Closes: https://github.com/gentoo/musl/pull/270

Signed-off-by: Steffen Kuhn  yandex.com>
Signed-off-by: Jory Pratt  gentoo.org>

 media-libs/mesa/Manifest   |   3 +-
 .../mesa/files/mesa-19.1.4-musl-upstream-fix.patch | 227 -
 media-libs/mesa/mesa-19.0.8.ebuild | 535 -
 .../{mesa-19.1.4.ebuild => mesa-19.1.7.ebuild} |   3 +-
 4 files changed, 2 insertions(+), 766 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index d5e1046..4bd3cb8 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,2 @@
-DIST mesa-19.0.8.tar.xz 11967592 BLAKE2B 
91a46b67bdb8cb3ab4c7337be7c2b0dc6ab5ec8cc126afc2d8af8d056bff0392a5b443c26304bf4c68472eb6ba16d29ca248c1fc0c0f2dd6af03d3e10d3ec1b3
 SHA512 
fbddc3a74f223564343027380af776b3fa5d63fe1af4e34121273235d1c6eced96439f601eb19bf658eb927aff3965b520f0329fcbd4650f3112167303e1746d
-DIST mesa-19.1.4.tar.xz 10938008 BLAKE2B 
4745fc7e844397378fe1adf61bcd5b54aad11ec0b375ced85fd80ced01227432b491ad8b7ba7d9013190cfbb451bc11cdb7c8af0e1f298dd5d793d3ce43aa92b
 SHA512 
234032d917c9b378c3f6ceb921677b64e549344c3957331810b50fd73e0dccd2f4f62e2bd39e619590f389bc58fdab10fab4b88f7c117557cbeb1dda049b9fc5
+DIST mesa-19.1.7.tar.xz 10941152 BLAKE2B 
6be14ddac404668bdd8b7b8756388019c3610ac41b65a7723a419b97b7eccbca666ad6d904f4cde186c4b171e056636a8a6a5727e30963c8fa177d7861bd6cfb
 SHA512 
0865b5f91e5daa00e1da2b3d8b65fe5d2ff6332372bf8fec7d671d05d8d64ec5a7abea1858cdfc506c76b7226d2bea0af3426565f156b796d8e0f949ea33dc15
 DIST mesa-19.2.1.tar.xz 11468492 BLAKE2B 
9f6a1a5426343213a19dccb07917326b887ddc6ec02426b0604bea35a529f33c18ca46e2db09eb44c5b4a3b6e70da5f8fc7e049b1a0febd35d0de8f2ec4d2641
 SHA512 
decd74976fe866bf67fac4ae55a62d8e33ad24278dd58effe533e7d258b249f0ead848360e7e71444265184c6d9d9b04361caf0c6df99504e33599e7a0cd6c5d

diff --git a/media-libs/mesa/files/mesa-19.1.4-musl-upstream-fix.patch 
b/media-libs/mesa/files/mesa-19.1.4-musl-upstream-fix.patch
deleted file mode 100644
index 5c02abd..000
--- a/media-libs/mesa/files/mesa-19.1.4-musl-upstream-fix.patch
+++ /dev/null
@@ -1,227 +0,0 @@
-From 9c411e020d164563fb6fcd92a28a435277bf0745 Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Wed, 24 Jul 2019 18:26:49 -0700
-Subject: [PATCH 1/5] util: Drop preprocessor guards for glibc-2.12
-
-glibc-2.12 was released in 2010. No one is building new Mesa against 9
-year old glibc, and removing these checks allows the code to work on
-other C libraries like musl.
-
-Acked-by: Eric Engestrom 

- src/util/u_thread.h | 7 ---
- 1 file changed, 7 deletions(-)
-
-diff --git a/src/util/u_thread.h b/src/util/u_thread.h
-index a46c18d3db2..8c8cc803199 100644
 a/src/util/u_thread.h
-+++ b/src/util/u_thread.h
-@@ -61,11 +61,7 @@ static inline thrd_t u_thread_create(int (*routine)(void 
*), void *param)
- static inline void u_thread_setname( const char *name )
- {
- #if defined(HAVE_PTHREAD)
--#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
--  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12)) && \
--  defined(__linux__)
-pthread_setname_np(pthread_self(), name);
--#  endif
- #endif
-(void)name;
- }
-@@ -150,10 +146,7 @@ u_thread_get_time_nano(thrd_t thread)
- static inline bool u_thread_is_self(thrd_t thread)
- {
- #if defined(HAVE_PTHREAD)
--#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
--  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
-return pthread_equal(pthread_self(), thread);
--#  endif
- #endif
-return false;
- }
--- 
-2.21.0
-
-
-From 9cc4311d86a797bba26448bcaf24db4887c6ec8d Mon Sep 17 00:00:00 2001
-From: Matt Turner 
-Date: Wed, 24 Jul 2019 18:28:38 -0700
-Subject: [PATCH 2/5] st/nine: Drop preprocessor guards for glibc-2.12
-
-Same rationale as the previous patch, but additionally these checks just
-seem entirely unnecessary. pthread_self() has been used in Mesa since at
-least 1999.
-
-Acked-by: Eric Engestrom 

- src/gallium/state_trackers/nine/nine_debug.c | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/src/gallium/state_trackers/nine/nine_debug.c 
b/src/gallium/state_trackers/nine/nine_debug.c
-index 904a40fde83..784d535d213 100644
 a/src/gallium/state_trackers/nine/nine_debug.c
-+++ b/src/gallium/state_trackers/nine/nine_debug.c
-@@ -73,11 +73,8 @@ _nine_debug_printf( unsigned long flag,
- }
- 
- #if defined(HAVE_PTHREAD)
--#  if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && 
defined(__GLIBC_MINOR__) && \
--  (__GLIBC__ >= 3 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 12))
- if (dbg_flags & DBG

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/files/9.0.0/, sys-libs/compiler-rt/

2019-10-20 Thread Michał Górny
commit: 8f49ee2a7f534503415b56cf67babc40598bf2ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 20:46:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 21:10:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f49ee2a

sys-libs/compiler-rt: Backport crt*.o fix

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

 ...rt-9.0.0.ebuild => compiler-rt-9.0.0-r1.ebuild} |  6 
 ...-crt-make-test-case-nontrivial-in-check_c.patch | 41 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild
similarity index 94%
rename from sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
rename to sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild
index bfb57a66738..d371193d71d 100644
--- a/sys-libs/compiler-rt/compiler-rt-9.0.0.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild
@@ -37,6 +37,12 @@ BDEPEND="
 # least intrusive of all
 CMAKE_BUILD_TYPE=RelWithDebInfo
 
+PATCHES=(
+   # Fix building broken crtbegin/crtend
+   # https://bugs.gentoo.org/698086
+   
"${FILESDIR}"/9.0.0/0001-compiler-rt-crt-make-test-case-nontrivial-in-check_c.patch
+)
+
 pkg_pretend() {
if ! use clang && ! tc-is-clang; then
ewarn "Building using a compiler other than clang may result in 
broken atomics"

diff --git 
a/sys-libs/compiler-rt/files/9.0.0/0001-compiler-rt-crt-make-test-case-nontrivial-in-check_c.patch
 
b/sys-libs/compiler-rt/files/9.0.0/0001-compiler-rt-crt-make-test-case-nontrivial-in-check_c.patch
new file mode 100644
index 000..ccae96cad98
--- /dev/null
+++ 
b/sys-libs/compiler-rt/files/9.0.0/0001-compiler-rt-crt-make-test-case-nontrivial-in-check_c.patch
@@ -0,0 +1,41 @@
+From 155a43edb0c161bb5122ad4991b43a0278bc Mon Sep 17 00:00:00 2001
+From: Jian Cai 
+Date: Mon, 16 Sep 2019 21:47:47 +
+Subject: [PATCH] [compiler-rt][crt]  make test case nontrivial in
+ check_cxx_section_exists
+
+Summary:
+.init_array gets optimized away when building with -O2 and as a result,
+check_cxx_section_exists failed to pass -DCOMPILER_RT_HAS_INITFINI_ARRAY
+when building crtbegin.o and crtend.o, which causes binaries linked with
+them encounter segmentation fault. See https://crbug.com/855759 for
+details. This change prevents .init_array section to be optimized away
+even with -O2 or higher optimization level.
+
+Subscribers: dberris, mgorny, #sanitizers, llvm-commits
+
+Tags: #sanitizers, #llvm
+
+Differential Revision: https://reviews.llvm.org/D67628
+
+llvm-svn: 372038
+---
+ lib/crt/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/crt/CMakeLists.txt b/lib/crt/CMakeLists.txt
+index 34c368f7ca4..90e94b93db4 100644
+--- a/lib/crt/CMakeLists.txt
 b/lib/crt/CMakeLists.txt
+@@ -70,7 +70,7 @@ function(check_cxx_section_exists section output)
+ endfunction()
+ 
+ check_cxx_section_exists(".init_array" COMPILER_RT_HAS_INITFINI_ARRAY
+-  SOURCE "__attribute__((constructor)) void f() {}\nint main() { return 0; 
}\n")
++  SOURCE "volatile int x;\n__attribute__((constructor)) void f() {x = 
0;}\nint main() { return 0; }\n")
+ 
+ append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 CRT_CFLAGS)
+ append_list_if(COMPILER_RT_HAS_INITFINI_ARRAY -DCRT_HAS_INITFINI_ARRAY 
CRT_CFLAGS)
+-- 
+2.23.0
+



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-getting-started-docs/

2019-10-20 Thread Mart Raudsepp
commit: 089146bb349ac8f39cf035c2ecd7217ae54fd2c8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 20:08:45 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 20:57:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089146bb

gnome-extra/gnome-getting-started-docs: bump to 3.32.2

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

 gnome-extra/gnome-getting-started-docs/Manifest   |  1 +
 .../gnome-getting-started-docs-3.32.2.ebuild  | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/gnome-extra/gnome-getting-started-docs/Manifest 
b/gnome-extra/gnome-getting-started-docs/Manifest
index 1421ed1b2f7..e5b16d3a94c 100644
--- a/gnome-extra/gnome-getting-started-docs/Manifest
+++ b/gnome-extra/gnome-getting-started-docs/Manifest
@@ -1 +1,2 @@
 DIST gnome-getting-started-docs-3.30.0.tar.xz 110244480 BLAKE2B 
91acfa8731a60bb98c88ffb23bf46ba5bc83feee51ed8a6ae75d5e7c7c5695db9fe715d54ffaa7b1cbe2fbc9c0dcae86b577f81deec6acb7bb57d92f788f
 SHA512 
15d7db0aba5c4ce056700ff6f1d5c23ad5cad5c113ed9c83aa0e569262d6c489bb48eedc697d25e25d3cfae7df3b8da039b84c612b9eba9346b4b4c2b4494952
+DIST gnome-getting-started-docs-3.32.2.tar.xz 110300936 BLAKE2B 
214e9896c0b3c3a4886cf24cbd5448d27a47cc14f0729e7c790eedd8a1edb3bd11dacae76b16f7b940bed81b74168927a0d708f6ab9e74ceab1c22dc22a7c651
 SHA512 
19b9c8fa9f03799287989c7cffb74bdb17b12d7045a61dd9d3d2921e8f06071f5f01b2d9ec956cede159208fd7ca4f367e11ef9820224e9a5f611100962c21fc

diff --git 
a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.32.2.ebuild
 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.32.2.ebuild
new file mode 100644
index 000..43fe7ff7f4c
--- /dev/null
+++ 
b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.32.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Help a new user get started in GNOME"
+HOMEPAGE="https://help.gnome.org/";
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="gnome-extra/gnome-user-docs"
+DEPEND="dev-util/itstool"
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2019-10-20 Thread Mart Raudsepp
commit: 6cb4bb7bf1aefdda662747d7939da81123c782d1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 20:03:06 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 20:57:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb4bb7b

net-libs/gnome-online-accounts: bump to 3.32.1

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

 net-libs/gnome-online-accounts/Manifest|  1 +
 .../gnome-online-accounts-3.32.1.ebuild| 82 ++
 2 files changed, 83 insertions(+)

diff --git a/net-libs/gnome-online-accounts/Manifest 
b/net-libs/gnome-online-accounts/Manifest
index 106606db067..deff3506aa1 100644
--- a/net-libs/gnome-online-accounts/Manifest
+++ b/net-libs/gnome-online-accounts/Manifest
@@ -1 +1,2 @@
 DIST gnome-online-accounts-3.30.2.tar.xz 921284 BLAKE2B 
9dc503f73ddda64411f73ac865a0355f318ad13789fac0cf7e7a91d16e53b03dee33acca6752060ce54936cfd5050adb8fadfd121158c0496a3f516e35e8fa45
 SHA512 
3555421adbfec0e7da1c8f3a47415f6c5bc3eaf8b246cf08eb6ee420286a4b40d11bc6e2514bca937b022b95068c9862438fa632d3385503aba2647a4a57976b
+DIST gnome-online-accounts-3.32.1.tar.xz 863252 BLAKE2B 
69345a5e7a9ccfef231cb012a1e3240a31db898f32b654f6275fd18e027eebe5cda07b4a0f8fea1447ca33ac120d8476aea7d2c824238b327c0c207009fcae7c
 SHA512 
548e6c983899bc1f4093fcf0b7b08819f2803182f52c2cdfb4cffa8bfb00e513322973fdfce2aeadeb52b0cd43c7c1e3941cff187927577cefb4fba51f4fda5b

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
new file mode 100644
index 000..d35a99d2acd
--- /dev/null
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.32.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome2 vala
+
+DESCRIPTION="GNOME framework for accessing online accounts"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="debug gnome +introspection kerberos +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+# pango used in goaeditablelabel
+# libsoup used in goaoauthprovider
+# goa kerberos provider is incompatible with app-crypt/heimdal, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=692250
+# json-glib-0.16 needed for bug #485092
+RDEPEND="
+   >=dev-libs/glib-2.52:2
+   >=app-crypt/libsecret-0.5
+   >=dev-libs/json-glib-0.16
+   dev-libs/libxml2:2
+   >=net-libs/libsoup-2.42:2.4
+   net-libs/rest:0.7
+   >=net-libs/webkit-gtk-2.12.0:4
+   >=x11-libs/gtk+-3.19.12:3
+   x11-libs/pango
+
+   introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+   kerberos? (
+   app-crypt/gcr:0=[gtk]
+   app-crypt/mit-krb5 )
+"
+#  telepathy? ( net-libs/telepathy-glib )
+# goa-daemon can launch gnome-control-center
+PDEPEND="gnome? ( 
>=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
+
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend) )
+   dev-libs/libxslt
+   >=dev-util/gtk-doc-am-1.3
+   >=dev-util/gdbus-codegen-2.30.0
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+
+   dev-libs/gobject-introspection-common
+   gnome-base/gnome-common
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # TODO: Give users a way to set the G/FB/Windows Live secrets
+   gnome2_src_configure \
+   --disable-static \
+   --enable-backend \
+   --enable-documentation \
+   --enable-exchange \
+   --enable-facebook \
+   --enable-flickr \
+   --enable-foursquare \
+   --enable-imap-smtp \
+   --enable-lastfm \
+   --enable-media-server \
+   --enable-owncloud \
+   --enable-pocket \
+   --enable-windows-live \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable kerberos) \
+   $(use_enable introspection) \
+   $(use_enable vala)
+}



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

2019-10-20 Thread Mart Raudsepp
commit: 6aa701d16016f761ddc7bb3db3af91328246eb27
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 20:14:58 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 20:57:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa701d1

gnome-extra/gnome-clocks: 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-clocks/Manifest  |  1 +
 .../gnome-clocks/gnome-clocks-3.32.0.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/gnome-clocks/Manifest 
b/gnome-extra/gnome-clocks/Manifest
index 7337e3d4a0b..be573701f6d 100644
--- a/gnome-extra/gnome-clocks/Manifest
+++ b/gnome-extra/gnome-clocks/Manifest
@@ -1 +1,2 @@
 DIST gnome-clocks-3.30.1.tar.xz 798904 BLAKE2B 
58ffb56191cfb07912c1575291f752aadb5549ae5e369cb4c8904756d1ab5e666591ead6756992090921741abbfcf751e2d3ff76ed82d688caf135c7c091c888
 SHA512 
62fc817a3ea3155b650865f6d5056ba3370da319389206d921e315be878159ff26d0b3063a2c31c85af7447ead10c5fb62bf1dfe4613e2bfac1d01b0ca7b8b3c
+DIST gnome-clocks-3.32.0.tar.xz 505368 BLAKE2B 
54952a9c0340d30e042ac4b947e6a0a8dac9823d8df2c7cb5871a6dca1e259d18a9e212d37d46901b41f1f1e41ce09fa86fb02d9ea90f23bc23bc8d9f159e994
 SHA512 
061d867cffd3d8fcd09e125f8d053b847f2b197a4354f330e8b6c43d7aa5e0cf2bb51b342545c79c352f9dfbddd1667f3e64a40c1e117e6fc63f54289cf7cd2f

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.32.0.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-3.32.0.ebuild
new file mode 100644
index 000..ecafd9e7f21
--- /dev/null
+++ b/gnome-extra/gnome-clocks/gnome-clocks-3.32.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Clocks application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Clocks";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.44:2
+   >=dev-libs/libgweather-3.27.2:2=
+   >=gnome-base/gnome-desktop-3.8:3=
+   >=media-libs/gsound-0.98
+   >=sci-geosciences/geocode-glib-1
+   >=app-misc/geoclue-2.4:2.0
+   >=x11-libs/gtk+-3.20:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   dev-libs/libgweather:2[vala]
+   media-libs/gsound[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+src_configure() {
+   meson_src_configure -Dprofile=default
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2019-10-20 Thread Sergei Trofimovich
commit: 7ad3c1ca7c0726c3f3ceebf562bb9d1379c52223
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 20 20:41:56 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 20 20:41:56 2019 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=7ad3c1ca

7.4..0: drop unappliable 23_all-pgo.patch

Repored-by: Samuel Bernardo
Bug: https://bugs.gentoo.org/698130
Signed-off-by: Sergei Trofimovich  gentoo.org>

 7.4.0/gentoo/23_all-pgo.patch | 59 ---
 7.4.0/gentoo/README.history   |  3 +++
 2 files changed, 3 insertions(+), 59 deletions(-)

diff --git a/7.4.0/gentoo/23_all-pgo.patch b/7.4.0/gentoo/23_all-pgo.patch
deleted file mode 100644
index b11c72f..000
--- a/7.4.0/gentoo/23_all-pgo.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-https://bugs.gentoo.org/677724
-
-From 332446ac24e5b37f441f7c9cb0b97fc36f9f0aa3 Mon Sep 17 00:00:00 2001
-From: hubicka 
-Date: Sat, 15 Dec 2018 10:31:37 +
-Subject: [PATCH]   * ipa.c (cgraph_build_static_cdtor_1): Add
- OPTIMIZATION and TARGET   parameters. (cgraph_build_static_cdtor):
- Update.   (build_cdtor): Use OPTIMIZATION and TARGET of the first real
- cdtor callsed.
-
-git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267168 
138bc75d-0d04-0410-961f-82ee72b054a4

- gcc/ipa.c | 12 +---
-
 a/gcc/ipa.c
-+++ b/gcc/ipa.c
-@@ -831,7 +831,9 @@ ipa_discover_variable_flags (void)
-be produced. */
- 
- static void
--cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final)
-+cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final,
-+   tree optimization,
-+   tree target)
- {
-   static int counter = 0;
-   char which_buf[16];
-@@ -862,6 +864,8 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
- 
-   TREE_STATIC (decl) = 1;
-   TREE_USED (decl) = 1;
-+  DECL_FUNCTION_SPECIFIC_OPTIMIZATION (decl) = optimization;
-+  DECL_FUNCTION_SPECIFIC_TARGET (decl) = target;
-   DECL_ARTIFICIAL (decl) = 1;
-   DECL_IGNORED_P (decl) = 1;
-   DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1;
-@@ -911,7 +915,7 @@ cgraph_build_static_cdtor_1 (char which, tree body, int 
priority, bool final)
- void
- cgraph_build_static_cdtor (char which, tree body, int priority)
- {
--  cgraph_build_static_cdtor_1 (which, body, priority, false);
-+  cgraph_build_static_cdtor_1 (which, body, priority, false, NULL, NULL);
- }
- 
- /* When target does not have ctors and dtors, we call all constructor
-@@ -993,7 +997,9 @@ build_cdtor (bool ctor_p, const vec &cdtors)
-   gcc_assert (body != NULL_TREE);
-   /* Generate a function to call all the function of like
-priority.  */
--  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true);
-+  cgraph_build_static_cdtor_1 (ctor_p ? 'I' : 'D', body, priority, true,
-+ DECL_FUNCTION_SPECIFIC_OPTIMIZATION 
(cdtors[0]),
-+ DECL_FUNCTION_SPECIFIC_TARGET (cdtors[0]));
- }
- }
- 
--- 
-2.20.1
-

diff --git a/7.4.0/gentoo/README.history b/7.4.0/gentoo/README.history
index 05000ee..f91f788 100644
--- a/7.4.0/gentoo/README.history
+++ b/7.4.0/gentoo/README.history
@@ -1,3 +1,6 @@
+1.4TODO
+   - 23_all-pgo.patch
+
 1.31 Jun 2019
+ 23_all-pgo.patch
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2019-10-20 Thread Sergei Trofimovich
commit: e751f9bd6ff7c6571884ad35902db632c7aaeced
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 20 20:41:07 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 20 20:41:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e751f9bd

sys-devel/gcc: 7.4.0: drop unappliable 23_all-pgo.patch

23_all-pgo.patch used not to apply due to mis-named patch.

commit bd758f25a8246 ("toolchain.eclass: isolate 'epatch'
into 'tc_apply_patches'") started applying all patches
unconditionall and exposed the problem.

The change reverts back to previous patches (misses exactly
that patch).

Reported-by: Samuel Bernardo
Closes: https://bugs.gentoo.org/698130
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-devel/gcc/Manifest| 1 -
 sys-devel/gcc/gcc-7.4.0-r2.ebuild | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 3b2efebbdc1..7e767851589 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -73,7 +73,6 @@ DIST gcc-7.3.0-patches-1.4.tar.bz2 8238 BLAKE2B 
72a5dcb046558c8f5c3a75040fe24ce1
 DIST gcc-7.3.0-patches-1.8.tar.bz2 14435 BLAKE2B 
3e5c1abad56ccd6e0aa7739cb7cd651ec07ef9bf25be554343f1fa0444f251de41bde5fe6f8bb9e85e3f7a5cf8b2b83515647d93d62f338fa7843581fcaff2f8
 SHA512 
4d9d76b3d47f1af4f23cae15278d165b22065a3d1512323d1e31b5e0cb47e4654733dc43fa11906a3bd18e827621c9a5ec62b73563f8e5ead663c29f7d0d7345
 DIST gcc-7.3.0.tar.xz 62462388 BLAKE2B 
dc8f132b21bd0543c3d9dd17557038aafe65675aa73c540954234a3c972b4c31c939149bd50183d072ab6c8d16919e19daeaaffd619ce2ccd62dbdf9a5bb3302
 SHA512 
ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19c19921b0cdf6d05483faede8287bb9ea120c0d1559449a70e602c8d4
 DIST gcc-7.4.0-patches-1.2.tar.bz2 9380 BLAKE2B 
a9608c7993b875f1c8d81e2aa15c46e10f91e6f37a723d7c09dd29dff7bb169a58597afc483dd46ffb3ce24944f824d746aa49d1a59924036e04aa855ca875aa
 SHA512 
7959126eee11c10d9c3bbc867f6a74273dbd6e8f2d896d65b3fe1de73f0d8e09fbb62c7ff02ba8d1798206251ad1059c4490cdefa8adff09212eb23403923642
-DIST gcc-7.4.0-patches-1.3.tar.bz2 10437 BLAKE2B 
a344341e431b3430fdbbde2821920277289d88ea8b70ece8ac4369f430f6e1e2516d6b03a180f397339c2a210e64095785251d3efb40b6e4ba19ad2015e8272d
 SHA512 
955fcb57ea3ef9231a30adfb8f999e406cca23fff0c57a097ac5d15c28d62fe630df9db2af06a0fedb330003d84e36a6856368460a5b747cda47f96ab0ce8d32
 DIST gcc-7.4.0.tar.xz 62601888 BLAKE2B 
df91ec680d5389736d3a37a2d85cf2e12fbe87b642fdf4b332e67a043e00944aca00243cc6709f86abd92115cb5a78502146636395571d1ea4899531e15d5d0e
 SHA512 
8864d8e4b97c2e1a4f17422f6e68120172ebefeab97b1757734f7185ca68a6b9a89011c6833c03fa454c17b0ac35b15e1d284881e6971035948ac6100f3aa45e
 DIST gcc-8.2.0-patches-1.6.tar.bz2 17138 BLAKE2B 
edbeba9c41972836de072955c0db51406603aaf0dbb5f84ac1c5d8d2d61a8df6d725356655b69e3678950a0dc6dacc1bc2bf56f3620d685fe5c32045b3893f96
 SHA512 
32e7bddb5ec288def1e5c79d58023d90e29d77e83b70e3f21a22f4da78061cc49184d92c43807bdfd56a5067cbb9a8cfbfcb514016662aa1a24d791c7bd87b6b
 DIST gcc-8.2.0-patches-1.7.tar.bz2 18166 BLAKE2B 
2aff918d253d76c9b7d76b2d82e85c42f2ab8717e73831965b3a0fcc92b1ceacd7aa0b433dd0c180ad16906cfe059c020b256d01271ef95a6e56b08d41f4acfe
 SHA512 
5110b610a4c9116ecd91490f66e570c09217c6b4d18bf46af5e1a51ed043df188ce313bdae6ba670b8800842387c98c1b83b7e1e0c396cbce71e6726d81f589c

diff --git a/sys-devel/gcc/gcc-7.4.0-r2.ebuild 
b/sys-devel/gcc/gcc-7.4.0-r2.ebuild
index 877220de3de..34581720fac 100644
--- a/sys-devel/gcc/gcc-7.4.0-r2.ebuild
+++ b/sys-devel/gcc/gcc-7.4.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PATCH_VER="1.3"
+PATCH_VER="1.2"
 
 inherit toolchain
 



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

2019-10-20 Thread Michał Górny
commit: 52199d465ab8f1bc480308e24bef478962ffb706
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 20:37:35 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 20:37:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52199d46

package.mask: Last rite net-analyzer/nagios-sap-ccms-plugin

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b0865a396b6..f24a34786fb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-10-20)
+# Fails to build.  Last release in 2009.  The stable version is EAPI 0.
+# Removal in 30 days.  Bug #698162.
+net-analyzer/nagios-sap-ccms-plugin
+
 # Michał Górny  (2019-10-20)
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.



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

2019-10-20 Thread Michał Górny
commit: 45dfe33b5ca1647c006b42516087053f88cf5171
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 20:30:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 20:33:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45dfe33b

package.mask: Mask xfce4-panel-4.15.0, pending revdep fixes

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9187df72b19..b0865a396b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-10-20)
+# Testing version that breaks multiple plugins.  Let's keep it masked
+# until upstream releases fixed versions.
+~xfce-base/xfce4-panel-4.15.0
+
 # Michał Górny  (2019-10-20)
 # The XFCE GTK+ engines have been abandoned upstream.  They do not work
 # well with modern GTK+ versions, and have no seen any updates



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2019-10-20 Thread Mikle Kolyada
commit: 8e2dcab16c0c3b8432ff6605c218c11dd8a64e61
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 20:26:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 20:27:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2dcab1

sys-cluster/slurm: Add slashes

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

 sys-cluster/slurm/slurm-19.05.3.2.ebuild | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/slurm/slurm-19.05.3.2.ebuild 
b/sys-cluster/slurm/slurm-19.05.3.2.ebuild
index 58a1775accb..9487d67f72c 100644
--- a/sys-cluster/slurm/slurm-19.05.3.2.ebuild
+++ b/sys-cluster/slurm/slurm-19.05.3.2.ebuild
@@ -177,7 +177,7 @@ src_install() {
fi
if use torque; then
emake DESTDIR="${D}" -C contribs/torque
-   rm -f "${ED}/usr/bin/mpiexec" || die
+   rm -f "${D}"/usr/bin/mpiexec || die
fi
use static-libs || find "${ED}" -name '*.la' -exec rm {} +
# install sample configs
@@ -221,7 +221,7 @@ src_install() {
 
 pkg_preinst() {
if use munge; then
-   sed -i 's,\(SLURM_USE_MUNGE=\).*,\11,' "${ED}"etc/conf.d/slurm 
|| die
+   sed -i 's,\(SLURM_USE_MUNGE=\).*,\11,' "${D}"/etc/conf.d/slurm 
|| die
fi
 }
 
@@ -233,11 +233,11 @@ create_folders_and_fix_permissions() {
 
 pkg_postinst() {
paths=(
-   "${EROOT}"var/${PN}/checkpoint
-   "${EROOT}"var/${PN}
-   "${EROOT}"var/spool/${PN}/slurmd
-   "${EROOT}"var/spool/${PN}
-   "${EROOT}"var/log/${PN}
+   "${EROOT}"/var/${PN}/checkpoint
+   "${EROOT}"/var/${PN}
+   "${EROOT}"/var/spool/${PN}/slurmd
+   "${EROOT}"/var/spool/${PN}
+   "${EROOT}"/var/log/${PN}
/var/tmp/${PN}/${PN}d
/var/tmp/${PN}
/run/${PN}



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

2019-10-20 Thread Thomas Deutschmann
commit: feee12c78443442b06b0489c1075b502af2c6849
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 20:20:25 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 20:20:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feee12c7

net-vpn/strongswan: bump to v5.8.1

Closes: https://bugs.gentoo.org/697898
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-vpn/strongswan/Manifest|   1 +
 net-vpn/strongswan/strongswan-5.8.1.ebuild | 308 +
 2 files changed, 309 insertions(+)

diff --git a/net-vpn/strongswan/Manifest b/net-vpn/strongswan/Manifest
index ab09edc1212..a4d64485f65 100644
--- a/net-vpn/strongswan/Manifest
+++ b/net-vpn/strongswan/Manifest
@@ -1 +1,2 @@
 DIST strongswan-5.7.2.tar.bz2 4997818 BLAKE2B 
e5a160ea8d31ae14c9731e414e42653ecb12f259fbe76ec7289f44afe5687f4123d89750a8f57c9ea006aec7f0be28e0f0c56d6c0a4bc96f0e1ba69c29da904f
 SHA512 
e2169dbbc0c03737e34af90d7bc07e08c5e2ac1f81764eeccbac8b142b984ce9ed512a89071075a930e0997632267f6912aa5b352eee2edbd551b5a64e7e
+DIST strongswan-5.8.1.tar.bz2 4517921 BLAKE2B 
07a82309515a054b267a063fc0e2f49fd03d16b221b1ee26a33c8d367df140797320e1ef7007a39074e40c472022d941656b3ae93d2eb860152cdc5a5d3dbc8a
 SHA512 
630d24643b3d61e931bb25cdd083ad3c55f92fe41f3fcd3198012eee486fb3b1a16dc3f80936162afb7da9e471d45d92b7d183a00153a558babb2a79e5f6813f

diff --git a/net-vpn/strongswan/strongswan-5.8.1.ebuild 
b/net-vpn/strongswan/strongswan-5.8.1.ebuild
new file mode 100644
index 000..58ef88965e7
--- /dev/null
+++ b/net-vpn/strongswan/strongswan-5.8.1.ebuild
@@ -0,0 +1,308 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit linux-info systemd user
+
+DESCRIPTION="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
+HOMEPAGE="https://www.strongswan.org/";
+SRC_URI="https://download.strongswan.org/${P}.tar.bz2";
+
+LICENSE="GPL-2 RSA DES"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
+
+STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"
+STRONGSWAN_PLUGINS_OPT="aesni blowfish ccm chapoly ctr forecast gcm ha 
ipseckey newhope ntru padlock rdrand save-keys unbound whitelist"
+for mod in $STRONGSWAN_PLUGINS_STD; do
+   IUSE="${IUSE} +strongswan_plugins_${mod}"
+done
+
+for mod in $STRONGSWAN_PLUGINS_OPT; do
+   IUSE="${IUSE} strongswan_plugins_${mod}"
+done
+
+COMMON_DEPEND="!net-misc/openswan
+   gmp? ( >=dev-libs/gmp-4.1.5:= )
+   gcrypt? ( dev-libs/libgcrypt:0 )
+   caps? ( sys-libs/libcap )
+   curl? ( net-misc/curl )
+   ldap? ( net-nds/openldap )
+   openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist] )
+   mysql? ( dev-db/mysql-connector-c:= )
+   sqlite? ( >=dev-db/sqlite-3.3.1 )
+   systemd? ( sys-apps/systemd )
+   networkmanager? ( net-misc/networkmanager )
+   pam? ( sys-libs/pam )
+   strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )"
+DEPEND="${COMMON_DEPEND}
+   virtual/linux-sources
+   sys-kernel/linux-headers"
+RDEPEND="${COMMON_DEPEND}
+   virtual/logger
+   sys-apps/iproute2
+   !net-vpn/libreswan
+   selinux? ( sec-policy/selinux-ipsec )"
+
+UGID="ipsec"
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   elog "Linux kernel version: ${KV_FULL}"
+
+   if ! kernel_is -ge 2 6 16; then
+   eerror
+   eerror "This ebuild currently only supports ${PN} with the"
+   eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16."
+   eerror
+   fi
+
+   if kernel_is -lt 2 6 34; then
+   ewarn
+   ewarn "IMPORTANT KERNEL NOTES: Please read carefully..."
+   ewarn
+
+   if kernel_is -lt 2 6 29; then
+   ewarn "[ < 2.6.29 ] Due to a missing kernel feature, 
you have to"
+   ewarn "include all required IPv6 modules even if you 
just intend"
+   ewarn "to run on IPv4 only."
+   ewarn
+   ewarn "This has been fixed with kernels >= 2.6.29."
+   ewarn
+   fi
+
+   if kernel_is -lt 2 6 33; then
+   ewarn "[ < 2.6.33 ] Kernels prior to 2.6.33 include a 
non-standards"
+   ewarn "compliant implementation for SHA-2 HMAC support 
in ESP and"
+   ewarn "miss SHA384 and SHA512 HMAC support altogether."
+   ewarn
+   ewarn "If you need any of those features, please use 
kernel >= 2.6.33."
+   ewarn
+   fi
+
+   if kernel_is -lt 2 6 34; then
+   ewarn "[ < 2.6.34 ] Support for the AE

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

2019-10-20 Thread Michał Górny
commit: ba38cac24be43445fcafbddfe7b8d7657938f74b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 20:18:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 20:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba38cac2

package.mask: Last rite x11-themes/gtk-engines-xfce

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f05fa1044b..9187df72b19 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2019-10-20)
+# The XFCE GTK+ engines have been abandoned upstream.  They do not work
+# well with modern GTK+ versions, and have no seen any updates
+# since 2015.
+# Removal in 30 days.  Bug #577252.
+x11-themes/gtk-engines-xfce
+
 # Andreas Sturmlechner  (2019-10-20)
 # Full of ancient StarOffice era templates, last updated in 2006.
 # Removal in 30 days. Bug #697400



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

2019-10-20 Thread Matt Turner
commit: 11c342da47658d065a6fd3b8fcfc5134bf57c785
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 20 19:47:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 20 20:17:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c342da

dev-libs/libinput: Version bump to 1.14.2

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

 dev-libs/libinput/Manifest   |  1 +
 dev-libs/libinput/libinput-1.14.2.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/dev-libs/libinput/Manifest b/dev-libs/libinput/Manifest
index cbac55ec15d..47bf2f9c6f2 100644
--- a/dev-libs/libinput/Manifest
+++ b/dev-libs/libinput/Manifest
@@ -1 +1,2 @@
 DIST libinput-1.14.1.tar.xz 564412 BLAKE2B 
185cede0e5d74dc27f544996aa003d50556ef50f432c73a45a1cffeac921ecc0a5c5c82158292bcd18a692d745fed552545e5ab60bcc29fb1451529cbdc7a57e
 SHA512 
8416bab51ba1aab924fa1b41360bc2ad101fb60d3a82c73584bb1e2454554524716673e3eac7f08c18bd6a1ecdfa52ea3cfe09c7a866c59fcd47d75960e82d4c
+DIST libinput-1.14.2.tar.xz 566976 BLAKE2B 
498b7032122b2d757e691663bde9ca0025af92d33a5e4b03bf9ce87ec8a4d4c47fe07939583d7450626208ca761efde2de14a327e0fcd794699cc9b72b928e79
 SHA512 
932949a78bf95a7a05f50170cfc7dc109c99e1e3e70e63797566c0c3a3003632cad56e9b9ca2a180880f5e2ec1060613066d068b384096f37785fe70ac30c1eb

diff --git a/dev-libs/libinput/libinput-1.14.2.ebuild 
b/dev-libs/libinput/libinput-1.14.2.ebuild
new file mode 100644
index 000..c6c5651aad4
--- /dev/null
+++ b/dev-libs/libinput/libinput-1.14.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2014-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit meson python-any-r1 udev
+
+DESCRIPTION="Library to handle input devices in Wayland"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ 
https://gitlab.freedesktop.org/libinput/libinput";
+SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0/10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="doc input_devices_wacom"
+# Tests require write access to udev rules directory which is a no-no for live 
system.
+# Other tests are just about logs, exported symbols and autotest of the test 
library.
+RESTRICT="test"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   $(python_gen_any_dep '
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   dev-python/recommonmark[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]
+   ')
+   >=app-doc/doxygen-1.8.3
+   >=media-gfx/graphviz-2.38.0
+   )
+"
+#  test? ( dev-util/valgrind )
+RDEPEND="
+   input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
+   >=dev-libs/libevdev-1.3
+   >=sys-libs/mtdev-1.1
+   virtual/libudev:=
+   virtual/udev
+"
+DEPEND="${RDEPEND}"
+#  test? ( >=dev-libs/check-0.9.10 )
+
+python_check_deps() {
+   has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \
+   has_version "dev-python/sphinx[${PYTHON_USEDEP}]" && \
+   has_version ">=dev-python/sphinx_rtd_theme-0.2.4[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # gui can be built but will not be installed
+   local emesonargs=(
+   -Ddebug-gui=false
+   $(meson_use doc documentation)
+   $(meson_use input_devices_wacom libwacom)
+   -Dtests=false # tests are restricted
+   -Dudev-dir="$(get_udevdir)"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   if use doc ; then
+   docinto html
+   dodoc -r "${BUILD_DIR}"/Documentation/.
+   fi
+}
+
+pkg_postinst() {
+   udevadm hwdb --update --root="${ROOT}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2019-10-20 Thread Matt Turner
commit: 128f58737a80461cbbb6ae63a71a45a55077fb2f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 20 19:43:50 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 20 20:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128f5873

x11-libs/libxkbcommon: Version bump to 0.9.0

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

 x11-libs/libxkbcommon/Manifest  |  1 +
 x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/x11-libs/libxkbcommon/Manifest b/x11-libs/libxkbcommon/Manifest
index d673e2160f9..74b4fa16dca 100644
--- a/x11-libs/libxkbcommon/Manifest
+++ b/x11-libs/libxkbcommon/Manifest
@@ -1 +1,2 @@
 DIST libxkbcommon-0.8.4.tar.xz 648592 BLAKE2B 
6205ca08f1ccb6d85320428317e9d023e2f2a56dcaa77e34a9f9ea42bbf67c9ee27a3123dd8e880ead3fa92c4cd7718bde55a255c52f16fef8d33c395c2511a9
 SHA512 
dbd441d0d7d5ba4fb352d64d150d163d4cdcf8340059457c291dc1fc69d1606ff6589732cb41a7fcfe106af0192977b243d7d68c4d95b90ece7abb620df360e3
+DIST libxkbcommon-0.9.0.tar.xz 376160 BLAKE2B 
9a349a7ce9dcd1e9475f4a3b2365c11e91dcf4833d53c99b7231c1a757a410b4e347f90c77013d2a3a2a724765c1f2187d8c1fe96ad4441d34772f62ec081620
 SHA512 
7e3b03f1fa5abca31574c02e8308be9d5a6e2bdd369e808faeaa62e63a3d3592158cc695df55828275fc10219d79e1915e4f7331f1967aed0c9c54025272e9c4

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
new file mode 100644
index 000..8f50a19eb11
--- /dev/null
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.9.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = ** ]]; then
+   GIT_ECLASS="git-r3"
+   EGIT_REPO_URI="https://github.com/xkbcommon/${PN}";
+else
+   SRC_URI="https://xkbcommon.org/download/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+fi
+
+inherit meson multilib-minimal ${GIT_ECLASS}
+
+DESCRIPTION="keymap handling library for toolkits and window systems"
+HOMEPAGE="https://xkbcommon.org/ https://github.com/xkbcommon/libxkbcommon/";
+IUSE="X doc test"
+SLOT="0"
+
+BDEPEND="
+   sys-devel/bison
+   doc? ( app-doc/doxygen )"
+RDEPEND="X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP},xkb] )"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dxkb-config-root="${EPREFIX}/usr/share/X11/xkb"
+   -Denable-wayland=false # Demo applications
+   $(meson_use X enable-x11)
+   $(meson_use doc enable-docs)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libdrm/

2019-10-20 Thread Matt Turner
commit: b8d4f9bd07522075253d752d71a753b96de22860
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 20 19:43:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 20 20:17:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d4f9bd

x11-libs/libdrm: Version bump to 2.4.100

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

 x11-libs/libdrm/Manifest  |  1 +
 x11-libs/libdrm/libdrm-2.4.100.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/x11-libs/libdrm/Manifest b/x11-libs/libdrm/Manifest
index e04389eb08d..e42ffcdd90d 100644
--- a/x11-libs/libdrm/Manifest
+++ b/x11-libs/libdrm/Manifest
@@ -1 +1,2 @@
+DIST libdrm-2.4.100.tar.bz2 855793 BLAKE2B 
ba2c631de860b8e2a8bb34d8ac0ba2ed11c05cc98a156bb81ffafa0395e22f79878b9936efd1ae33c31049c2a5cc281586a867a974eeb4018dd713a8481ed269
 SHA512 
4d3a5556e650872944af52f49de395e0ce8ac9ac58530e39a34413e94dc56c231ee71b8b8de9fb944263515a922b3ebbf7ddfebeaaa91543c2604f9bcf561247
 DIST libdrm-2.4.99.tar.bz2 853659 BLAKE2B 
66fb3f757ab468b6f6285ae740f67d6c38473f3866b57c6a1e24b322bdd46f2d21132b5ea7a737f1d3fa8dcf55162d4c904f181f17227c239b3322c0af50181c
 SHA512 
04702eebe8dca97fac61653623804fdcb0b8b3714bdc6f5e72f0dfdce9c9524cf16f69d37aa9feac79ddc1c11939be44a216484563a612414668ea5eaeadf191

diff --git a/x11-libs/libdrm/libdrm-2.4.100.ebuild 
b/x11-libs/libdrm/libdrm-2.4.100.ebuild
new file mode 100644
index 000..7178075e743
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.100.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git";
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson multilib-minimal
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="https://dri.freedesktop.org/ https://gitlab.freedesktop.org/mesa/drm";
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms valgrind"
+RESTRICT="test" # see bug #236845
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="elibc_FreeBSD? ( 
>=dev-libs/libpthread-stubs-0.4:=[${MULTILIB_USEDEP}] )
+   video_cards_intel? ( 
>=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   valgrind? ( dev-util/valgrind )"
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   # Udev is only used by tests now.
+   -Dudev=false
+   -Dcairo-tests=false
+   -Damdgpu=$(usex video_cards_amdgpu true false)
+   -Dexynos=$(usex video_cards_exynos true false)
+   -Dfreedreno=$(usex video_cards_freedreno true false)
+   -Dintel=$(usex video_cards_intel true false)
+   -Dnouveau=$(usex video_cards_nouveau true false)
+   -Domap=$(usex video_cards_omap true false)
+   -Dradeon=$(usex video_cards_radeon true false)
+   -Dtegra=$(usex video_cards_tegra true false)
+   -Dvc4=$(usex video_cards_vc4 true false)
+   -Detnaviv=$(usex video_cards_vivante true false)
+   -Dvmwgfx=$(usex video_cards_vmware true false)
+   -Dlibkms=$(usex libkms true false)
+   # valgrind installs its .pc file to the pkgconfig for the 
primary arch
+   -Dvalgrind=$(usex valgrind auto false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



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

2019-10-20 Thread Mart Raudsepp
commit: 9d0ba7ce428fab3cd1cbcb970280bb89aa040ace
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 19:48:21 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 19:49:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0ba7ce

gnome-base/gnome: bump to 3.32.2

Bug: https://bugs.gentoo.org/680274
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome/gnome-3.32.2.ebuild | 51 
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome/gnome-3.32.2.ebuild 
b/gnome-base/gnome/gnome-3.32.2.ebuild
new file mode 100644
index 000..51d62096788
--- /dev/null
+++ b/gnome-base/gnome/gnome-3.32.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package for GNOME 3, merge this package to install"
+HOMEPAGE="https://www.gnome.org/";
+
+LICENSE="metapackage"
+SLOT="2.0" # Cannot be installed at the same time as gnome-2
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64"
+
+IUSE="accessibility +bluetooth +classic cups +extras"
+
+S=${WORKDIR}
+
+# TODO: check accessibility completeness
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
+
+   >=gnome-base/gdm-3.32.0
+
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV}[bluetooth?]
+   >=media-fonts/cantarell-0.111
+
+   >=x11-themes/gnome-backgrounds-3.32.0
+   x11-themes/sound-theme-freedesktop
+
+   accessibility? (
+   >=app-accessibility/at-spi2-atk-2.32.0
+   >=app-accessibility/at-spi2-core-2.32.1
+   >=app-accessibility/orca-3.32.0
+   >=gnome-extra/mousetweaks-3.32.0 )
+   classic? ( >=gnome-extra/gnome-shell-extensions-3.32.1 )
+   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
+"
+PDEPEND=">=gnome-base/gvfs-1.40.1[udisks]"
+
+DEPEND=""
+BDEPEND=""
+
+pkg_postinst() {
+   # Remind people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME";
+   elog "for information about the project and documentation."
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2019-10-20 Thread Mart Raudsepp
commit: 9549715b897b6c23baadff870d7c8478dc6c84fb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 18:49:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 19:49:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9549715b

app-accessibility/orca: bump to 3.32.0

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

 app-accessibility/orca/Manifest   |  1 +
 app-accessibility/orca/orca-3.32.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index b8c045b8454..2e8affb379f 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1 +1,2 @@
 DIST orca-3.30.2.tar.xz 2493112 BLAKE2B 
06ac902f67c66d5098be1829aa7cb7a160663a3a713d407a5245a95215c309f3b374937e4b70acbf9750f6e0e270ed8ab5516ca3cb6b0a19f347ee72a01a325b
 SHA512 
146a132ce06f7f36d6d9397c507ea767be5df6c47a5c7485c35c325868ebc0b3ff7b3653572be82f6d5ed937033cd6d68a08700056a63e5691aed4c9171b3485
+DIST orca-3.32.0.tar.xz 2512032 BLAKE2B 
eae6c726e5e7361b7d60f0907f8c62c476895d681cf424940586e6308bcde147094a9557243aae6ecffef142bd556cb3cb30839955403e0958f123672400bf0a
 SHA512 
015aa26ddaffa53d646e5d708ffed9e771beebbe925c27b963cbd3c3a2b36f730c0668cac6b89a371cd81cf8a570eb591711ba923fa4d013e00e31667749cf20

diff --git a/app-accessibility/orca/orca-3.32.0.ebuild 
b/app-accessibility/orca/orca-3.32.0.ebuild
new file mode 100644
index 000..62a38fbeb25
--- /dev/null
+++ b/app-accessibility/orca/orca-3.32.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_REQ_USE="threads"
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Orca";
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-atk-2.32:2
+   >=app-accessibility/at-spi2-core-2.32:2[introspection]
+   >=dev-libs/atk-2.32
+   >=dev-libs/glib-2.28:2
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
+   media-libs/gstreamer:1.0[introspection]
+   >=x11-libs/gtk+-3.6.2:3[introspection]
+   braille? (
+   >=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
+   dev-libs/liblouis[python,${PYTHON_USEDEP}] )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
+   dev-libs/atk[introspection]
+   >=dev-python/pyatspi-2.32[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   x11-libs/libwnck:3[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   virtual/pkgconfig
+"
+#  app-text/yelp-tools
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_with braille liblouis)
+}



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

2019-10-20 Thread Mart Raudsepp
commit: bb6efd94c3f986dda63f32e9a7bcc58ea1c6855e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 19:42:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 19:49:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6efd94

gnome-extra/mousetweaks: bump to 3.32.0

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

 gnome-extra/mousetweaks/Manifest  |  1 +
 gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/gnome-extra/mousetweaks/Manifest b/gnome-extra/mousetweaks/Manifest
index 46af20887cd..6044e040f22 100644
--- a/gnome-extra/mousetweaks/Manifest
+++ b/gnome-extra/mousetweaks/Manifest
@@ -1 +1,2 @@
 DIST mousetweaks-3.12.0.tar.xz 287236 BLAKE2B 
e0036131b3f6066b0fdb8dfb92531d1e1c1c1366c14f6016a8c41333892d85b6c7f11a754d82d0f3227b57b80d7bb72f3e0f0264c422fcda5451205ee3fc75a8
 SHA512 
9e2180ad6ba1abec34a4e2846c31d9195c835a60657be146f2d9526a9c08b1fa4d5b42003203d7c94ec38066a99f10bcd37057d113c4c57f3e401199138de1c0
+DIST mousetweaks-3.32.0.tar.xz 372088 BLAKE2B 
59e6dbafe9d8ec2cd0578cd1a01ff9e7d575fdac2381998653f1a91ab4493e02a0cf99a187a47b39bd277726df912e32d5572a39df27858de0929fa3999a699e
 SHA512 
3711c2aa1bc40f80a75857bf8a35dbe24443f8040cf8131e32818c797da44f2bb54d58f804ec8df7a95f66ff2e5db8c48067fca97c16ffa59239ecdf101c4a52

diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild 
b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
new file mode 100644
index 000..f12093f2c3f
--- /dev/null
+++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.25.9:2
+   >=x11-libs/gtk+-3:3[X]
+   >=gnome-base/gsettings-desktop-schemas-0.1
+
+   x11-libs/libX11
+   x11-libs/libXtst
+   x11-libs/libXfixes
+   x11-libs/libXcursor
+"
+DEPEND="${RDEPEND}
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"



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

2019-10-20 Thread Sebastian Pipping
commit: f16d5eb585dbc7994fa54e93614ee09633d6eaeb
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Oct 20 19:33:40 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Oct 20 19:36:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16d5eb5

media-plugins/ladspa-bs2b: EAPI 7 + SRC_URI fix

Closes: https://bugs.gentoo.org/697278
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16

 ...ladspa-bs2b-0.9.1.ebuild => ladspa-bs2b-0.9.1-r1.ebuild} | 13 -
 media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild  |  2 +-
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild 
b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
similarity index 54%
copy from media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
copy to media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
index 44046793079..8fb9247457d 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1-r1.ebuild
@@ -1,23 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI="7"
 
 DESCRIPTION="LADSPA plugin for bs2b headphone filter"
 HOMEPAGE="http://bs2b.sourceforge.net/";
-SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="media-libs/ladspa-sdk
>=media-libs/libbs2b-3.1.0"
 
 RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS THANKS
-}

diff --git a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild 
b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
index 44046793079..ca23f87ab9f 100644
--- a/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
+++ b/media-plugins/ladspa-bs2b/ladspa-bs2b-0.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=0
 
 DESCRIPTION="LADSPA plugin for bs2b headphone filter"
 HOMEPAGE="http://bs2b.sourceforge.net/";
-SRC_URI="mirror://sourceforge/bs2b/LADSPA%20splugin/${PV}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/bs2b/plugins/LADSPA%20plugin/${PV}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2019-10-20 Thread Mikle Kolyada
commit: 808db2cfe02cd63deb0eb563b8778faa9b006e7a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 19:35:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 19:35:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808db2cf

sys-cluster/slurm: Version bump (v19.05.3.2)

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

 sys-cluster/slurm/Manifest   |   1 +
 sys-cluster/slurm/metadata.xml   |   1 +
 sys-cluster/slurm/slurm-19.05.3.2.ebuild | 271 +++
 3 files changed, 273 insertions(+)

diff --git a/sys-cluster/slurm/Manifest b/sys-cluster/slurm/Manifest
index d61e5c59422..1ec305f1dbd 100644
--- a/sys-cluster/slurm/Manifest
+++ b/sys-cluster/slurm/Manifest
@@ -1 +1,2 @@
 DIST slurm-18.08.7.tar.bz2 6186006 BLAKE2B 
a5458f72cbe93bc1103c2c7f3d428ae14239cb092edad2c683e448dda35f3e108fef0d9a3a86599da6058c9c98a86dafed9a087ffe6e8d7425db9cdb879954b3
 SHA512 
d0047086f1b716877cc5bb39539bf96a8fd08b1851c85fd85112c6432c1ce2a0f29fc9dd8803094c8fa44d063cec5f417e6bed231b6d338934ff4b48424a5a93
+DIST slurm-19.05.3-2.tar.bz2 6233270 BLAKE2B 
be59d157e99353340f9801f0adac21cfb8c3051f8d6a1bd94ad76fc05d0f83d1f933f72bf4e33b603521ec94cc859185bf56ecbcab674fcbff526164dd39d3cc
 SHA512 
15d63f1ba693458b220ece5512210f1dba52273946809b338e33d684b9daadecd3cc77fda84c1b3bf8b03bc0fe8b8be0f429a96a1bf72a8b5c8cf169e0e1f5bb

diff --git a/sys-cluster/slurm/metadata.xml b/sys-cluster/slurm/metadata.xml
index c588bb7a952..f4298bcbe29 100644
--- a/sys-cluster/slurm/metadata.xml
+++ b/sys-cluster/slurm/metadata.xml
@@ -24,5 +24,6 @@
Add Infiniband support via ofed
Install SQL server for slurmdbd
Enable perl scripts that emulates pbs 
(qstat, qsub etc.)
+   Enable Unified Communication X library 
support

 

diff --git a/sys-cluster/slurm/slurm-19.05.3.2.ebuild 
b/sys-cluster/slurm/slurm-19.05.3.2.ebuild
new file mode 100644
index 000..58a1775accb
--- /dev/null
+++ b/sys-cluster/slurm/slurm-19.05.3.2.ebuild
@@ -0,0 +1,271 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/SchedMD/slurm.git";
+   INHERIT_GIT="git-r3"
+   SRC_URI=""
+   KEYWORDS=""
+   MY_P="${P}"
+else
+   if [[ ${PV} == *pre* || ${PV} == *rc* ]]; then
+   MY_PV=$(ver_rs '-0.') # pre-releases or release-candidate
+   else
+   MY_PV=$(ver_rs 3 '-') # stable releases
+   fi
+   MY_P="${PN}-${MY_PV}"
+   INHERIT_GIT=""
+   SRC_URI="https://download.schedmd.com/slurm/${MY_P}.tar.bz2";
+   KEYWORDS="~amd64 ~x86"
+fi
+
+inherit autotools bash-completion-r1 pam perl-module prefix toolchain-funcs 
systemd ${INHERIT_GIT}
+
+DESCRIPTION="A Highly Scalable Resource Manager"
+HOMEPAGE="https://www.schedmd.com";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug hdf5 html ipmi json lua multiple-slurmd +munge mysql netloc numa 
ofed pam perl slurmdbd ssl static-libs ucx torque X"
+
+COMMON_DEPEND="
+   !sys-cluster/torque
+   !net-analyzer/slurm
+   !net-analyzer/sinfo
+   || ( sys-cluster/pmix[-pmi] >=sys-cluster/openmpi-2.0.0 )
+   mysql? (
+   || ( dev-db/mariadb-connector-c dev-db/mysql-connector-c )
+   slurmdbd? ( || ( dev-db/mariadb dev-db/mysql ) )
+   )
+   munge? ( sys-auth/munge )
+   pam? ( sys-libs/pam )
+   ssl? ( dev-libs/openssl:0= )
+   lua? ( dev-lang/lua:0= )
+   !lua? ( !dev-lang/lua )
+   ipmi? ( sys-libs/freeipmi )
+   json? ( dev-libs/json-c:= )
+   amd64? ( netloc? ( sys-apps/netloc ) )
+   hdf5? ( sci-libs/hdf5:= )
+   numa? ( sys-process/numactl )
+   ofed? ( sys-fabric/ofed )
+   ucx? ( sys-cluster/ucx )
+   X? ( net-libs/libssh2 )
+   >=sys-apps/hwloc-1.1.1-r1
+   sys-libs/ncurses:0=
+   app-arch/lz4:0=
+   sys-libs/readline:0="
+DEPEND="${COMMON_DEPEND}
+   html? ( sys-apps/man2html )"
+RDEPEND="${OMMON_DEPEND}
+   acct-user/slurm
+   acct-group/slurm
+   dev-libs/libcgroup"
+
+REQUIRED_USE="torque? ( perl )"
+
+S="${WORKDIR}/${MY_P}"
+
+LIBSLURM_PERL_S="${WORKDIR}/${MY_P}/contribs/perlapi/libslurm/perl"
+LIBSLURMDB_PERL_S="${WORKDIR}/${MY_P}/contribs/perlapi/libslurmdb/perl"
+
+RESTRICT="test"
+
+src_unpack() {
+   if [[ ${PV} == ** ]]; then
+   git-r3_src_unpack
+   else
+   default
+   fi
+}
+
+src_prepare() {
+   tc-ld-disable-gold
+   default
+
+   # pids should go to /var/run/slurm
+   sed \
+   -e 's:/tmp:/var/tmp:g' \
+   -e 
"s:/var/run/slurmctld.pid:${EPREFIX}/run/slurm/slurmctld.pid:g" \
+   -e "s:/var/run/slurmd.pid:${EPREFIX}/run/slurm/slurmd.pid:g" \
+   -e 
"s:StateSaveLocation=.*:StateSaveL

[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2019-10-20 Thread Sebastian Pipping
commit: 0b09b635900d9fdd27fc3311ead29353f546a7bb
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Oct 20 19:13:05 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Oct 20 19:13:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b09b635

app-misc/resolve-march-native: 0.9.3 + Python 3

Closes: https://bugs.gentoo.org/695454
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16

 app-misc/resolve-march-native/Manifest|  1 +
 .../resolve-march-native-0.9.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/app-misc/resolve-march-native/Manifest 
b/app-misc/resolve-march-native/Manifest
index 3456d60699d..85c38a2aa45 100644
--- a/app-misc/resolve-march-native/Manifest
+++ b/app-misc/resolve-march-native/Manifest
@@ -1,2 +1,3 @@
 DIST resolve-march-native-0.9.2.tar.gz 7729 BLAKE2B 
21cd69ee529b732f48db37616291757235792648d1b800a8091b091c83f4ccb523ec4e4576a4a34f6d85d91899c4890431cf41bae5c8641de06fbbd4fde301fc
 SHA512 
918290cf0858c16f4a3730aa169768782af9f329a901e70db944172bc47c78ea18c07c448742a0c0c611951a3f50dee85cd6ffe8aba407cd40eef6f5e28c5b29
+DIST resolve-march-native-0.9.3.tar.gz 7780 BLAKE2B 
db86a0fe9ff92fc0bc45b94ff36bb4474b27f49098ff6f861fff5e6bb11c8a66a5f277fc0751abf444aeeea4eaae7e512a69215137e0562002b0c829980fd230
 SHA512 
045d7ab3cb31e309b0db8f5bf3d304334eb35841af05a9ca7694bf7077e693f923955cbcc16955b0cef68ad315b29615c6921a741b311157a3101eb8608ee5e3
 DIST resolve-march-native-0.9.tar.gz 7688 BLAKE2B 
78ef662691071b480fd382a30024f9fc73ed8f7b22b3a814237c99139d3ba6d22f348ead7c413d199875ed74768618ac97d897204a7f633977a5c5bd8726154a
 SHA512 
2079153a1d7f8f352baa1ad9e120d976bca8cef2a81dde85ba1689a260fb899c8b6d97f9cd79dda41c5b67b9fe76bfdf0fc5bc88ef09d2915a29f3ed33e2

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild
new file mode 100644
index 000..c2761b473b9
--- /dev/null
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+inherit distutils-r1
+
+DESCRIPTION="Resolve GCC flag -march=native"
+HOMEPAGE="https://github.com/hartwork/resolve-march-native";
+SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=sys-devel/gcc-4.2"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2019-10-20 Thread Mikle Kolyada
commit: 75377bdf192a71ab1c742c59706eec073179d5b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 18:35:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 18:35:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75377bdf

sys-cluster/slurm: remove EnvironmentFile from systemd units

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

 sys-cluster/slurm/slurm-18.08.7.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/sys-cluster/slurm/slurm-18.08.7.ebuild 
b/sys-cluster/slurm/slurm-18.08.7.ebuild
index b260ae6e392..69c7fcf16db 100644
--- a/sys-cluster/slurm/slurm-18.08.7.ebuild
+++ b/sys-cluster/slurm/slurm-18.08.7.ebuild
@@ -216,6 +216,12 @@ src_install() {
# install systemd files
systemd_newtmpfilesd "${FILESDIR}/slurm.tmpfiles" slurm.conf
systemd_dounit etc/slurmd.service etc/slurmctld.service 
etc/slurmdbd.service
+
+   cd "${D}"/lib/systemd/system || die
+
+   for file in slurm*; do
+   sed -i -e '/^EnvironmentFile=.*/d' ${file} || die
+   done
 }
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/files/, app-arch/file-roller/

2019-10-20 Thread Mart Raudsepp
commit: 6832754dd100108646518ca18fc5a33f2d9644fe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 18:20:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 18:20:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6832754d

app-arch/file-roller-3.32: update packages.match mapping

If new decompressors support gets added, then packages.match needs
updating too, not just the README.gentoo message. Upstream package
uses that to actually suggest what package to install, when it
encounters something the package for isn't installed.
So update it (and add unsquashfs too, which was missed in 3.30), and
fix space vs tab mixup in the readme-gentoo added entry.

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

 ...-3.32.2.ebuild => file-roller-3.32.2-r1.ebuild} |  5 ++--
 app-arch/file-roller/files/3.32-packages.match | 34 ++
 2 files changed, 36 insertions(+), 3 deletions(-)

diff --git a/app-arch/file-roller/file-roller-3.32.2.ebuild 
b/app-arch/file-roller/file-roller-3.32.2-r1.ebuild
similarity index 95%
rename from app-arch/file-roller/file-roller-3.32.2.ebuild
rename to app-arch/file-roller/file-roller-3.32.2-r1.ebuild
index 40854a846ce..cc5f90b3046 100644
--- a/app-arch/file-roller/file-roller-3.32.2.ebuild
+++ b/app-arch/file-roller/file-roller-3.32.2-r1.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
 inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
 
 DESCRIPTION="Archive manager for GNOME"
@@ -44,7 +43,7 @@ and install the relevant package. For example:
 7-zip   - app-arch/p7zip
 ace - app-arch/unace
 arj - app-arch/arj
-brotli - app-arch/brotli
+brotli  - app-arch/brotli
 cpio- app-arch/cpio
 deb - app-arch/dpkg
 iso - app-cdr/cdrtools
@@ -59,7 +58,7 @@ zoo - app-arch/zoo"
 
 src_prepare() {
# File providing Gentoo package names for various archivers
-   cp -v "${FILESDIR}"/3.22-packages.match data/packages.match || die
+   cp -v "${FILESDIR}"/3.32-packages.match data/packages.match || die
 
xdg_src_prepare
 }

diff --git a/app-arch/file-roller/files/3.32-packages.match 
b/app-arch/file-roller/files/3.32-packages.match
new file mode 100644
index 000..09f1513968e
--- /dev/null
+++ b/app-arch/file-roller/files/3.32-packages.match
@@ -0,0 +1,34 @@
+[Package Matches]
+arj=app-arch/arj
+binutils=sys-devel/binutils
+brotli=app-arch/brotli
+bzip2=app-arch/bzip2
+cpio=app-arch/cpio
+dpkg=app-arch/dpkg
+genisoimage=virtual/cdrtools
+gzip=app-arch/gzip
+lha=app-arch/lha
+lrzip=app-arch/lrzip
+lz4=app-arch/lz4
+lzip=app-arch/lzip
+lzma=app-arch/xz-utils
+lzop=app-arch/lzop
+ncompress=app-arch/ncompress
+p7zip=app-arch/p7zip
+p7zip-full=
+p7zip-rar=
+rar=app-arch/rar
+rpm=app-arch/rpm
+rzip=app-arch/rzip
+zip=app-arch/zip
+zoo=app-arch/zoo
+tar=app-arch/tar
+unace=app-arch/unace
+unalz=
+unarchiver=app-arch/unar
+unrar=app-arch/unrar
+unsquashfs=sys-fs/squashfs-tools
+unstaff=
+unzip=app-arch/unzip
+xz=app-arch/xz-utils
+



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

2019-10-20 Thread Justin Lecher
commit: cce79e5976308ffd3117a27b3175f4fba6cf70a9
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Oct 20 18:16:57 2019 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 20 18:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce79e59

sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Justin Lecher  gentoo.org>

 sys-kernel/aufs-sources/Manifest   | 12 
 .../aufs-sources/aufs-sources-4.14.150.ebuild  | 84 ++
 .../aufs-sources/aufs-sources-4.19.80.ebuild   | 84 ++
 sys-kernel/aufs-sources/aufs-sources-5.3.7.ebuild  | 84 ++
 4 files changed, 264 insertions(+)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index f3bd177a87c..2433db95686 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -1,7 +1,10 @@
 DIST aufs-sources-4.14.73+_p20190909.tar.xz 187192 BLAKE2B 
f448c94cbd99fcfd28883565cf0e8a293fee766f8cb65a2b968d93e43e2b554267a4de49601e2364343df1d5216e5c67f192b67d04489577328d4cfed4e983a7
 SHA512 
5c46310d4788534ce07eb2575d3be9c8b71cbc1ca648c980d5587011985e887e47740c43f4d8d71ba377eef26ee5ef43c24331d4f80733c23c431167b52667ce
+DIST aufs-sources-4.14.73+_p20191021.tar.xz 187192 BLAKE2B 
f448c94cbd99fcfd28883565cf0e8a293fee766f8cb65a2b968d93e43e2b554267a4de49601e2364343df1d5216e5c67f192b67d04489577328d4cfed4e983a7
 SHA512 
5c46310d4788534ce07eb2575d3be9c8b71cbc1ca648c980d5587011985e887e47740c43f4d8d71ba377eef26ee5ef43c24331d4f80733c23c431167b52667ce
 DIST aufs-sources-4.19.63+_p20190909.tar.xz 186872 BLAKE2B 
cf4f7ef619e9263dfd1117dcb94367c2d5cdf967c357abfeebd46bd75d3868b2b70e83de71243c1f696a5edbe1d96a156c170cc5ecb01002e359cf3239076580
 SHA512 
c5295949a95e12da7a1e2bb654fba9272edd9395042a0fa0feffb5668da8a825a2fcc46113c14279ff2fb2057e42dd14677ab4d19f4507b65fa5b7bce4d6c40b
+DIST aufs-sources-4.19.63+_p20191021.tar.xz 186908 BLAKE2B 
090882954d35cdee6ed3c2ac9ac8b33f17330609fe85b4e3c20deaa084e13347252e7b18126b63c12d6abad440e5a4fa2abf2fbb55abebbff1a50478cc3af013
 SHA512 
335a86a566f5cbd6abd61d41452615057272f971c39606b1288c37ae05242e1bfe90ef9fa19880032253160f0621d24287f428f2e40d1e7ecf63288ab5565baf
 DIST aufs-sources-5.2.5+_p20190909.tar.xz 186040 BLAKE2B 
5cf52cb5b4e91bf8df61277a696e729cd4bc89353181a07faffd8a925ed7778733fd72af25793355f3def43dc3e4ab5e82d08d53996bb75ac1885d620d019e54
 SHA512 
d05e9a2ed2cefcc6b53e591c361b1517c2b3bdd11af054058cf7c1121ab5de07cf7aeb9526027d74ac07e67f9323adedf96458136c7dd287d163f6544c313195
 DIST aufs-sources-5.3_p20190909.tar.xz 186056 BLAKE2B 
725c534609ea3e03de01ff0e5fddce68f5a1bdb53c866d7b8d8d5a6bcb529d2968dc0c73cee13506b01e57604fd05b2599f934d1be4786dc70b5be55e20f9b55
 SHA512 
f2a3c564e990196d253ebf00d1eb83a7c47ff4f87e2d160b180c988ab5e55510b8a9bd714b0b83639081e1c8dbad35deb5319383896b16d9cbf68b4ad0581279
+DIST aufs-sources-5.3_p20191021.tar.xz 186136 BLAKE2B 
f7f2d6e9cc04482ed006e2dd261c6fd28468d274de9f709ac71c3e4bab3378fde80edf379bd6b8e98ba27366682e2542e82c5eda92c7ce2dc18ee596216c7fcb
 SHA512 
02a19d48f2032084574a842079784d4ad343916f870e84f75d1a907824921548c2d0086b05ae6933fb59b8bb9a83de1d96129a3105ab1db04d28ad5bb0d0f9f3
 DIST genpatches-4.14-147.base.tar.xz 3141476 BLAKE2B 
4ec8af5006a8e722c5d2bae755a1f040d299f46731293ec04d647474da52c3e7654e686543f0a44eee14a299eb537aba9bca49da60e3adb011d7d2968bfb3a75
 SHA512 
8257b08efc29064122900ed62bee3213e6bba0a8a55300353a8f696339ce7332061bf4fff1ef9e05eec7f6d13ff5a8ec18a759b954441e4d7de516a2f1609863
 DIST genpatches-4.14-147.experimental.tar.xz 5220 BLAKE2B 
7946b31c5633841562a0a393ba478da1e7b06477146ddc368b6665e84412063f2a6376b97e0f0a9c02ad4597e2fc0ff47e18fd52e0b94b1991fa722243bf3342
 SHA512 
81a9bab041e8c19ff658ebbb7c525eae78554cbb2538eb73212829f3fb2787f6196bed7d6fb4a4495e0e207f83efec70e1149a3a6de044f1581f12b8f63d1106
 DIST genpatches-4.14-147.extras.tar.xz 17496 BLAKE2B 
fa2d6d25a3a906cf7962b311776792f20b1c02b11964e60ec31f2c46f7f248ef3de6fa50e04fa395b7797abb11746aa7f081caea9ed81c5b2a50db47a09bde85
 SHA512 
5bd378b9cc763395b42038755b56e09b6a2cbf4882c2b99c08ffb44a69648f77505a0ce0a66b36f0ad6d23a2b7c9e30f1bdcca23380487e5acb862ee5ff85e9e
@@ -26,6 +29,9 @@ DIST genpatches-4.14-157.extras.tar.xz 17500 BLAKE2B 
5e4dfd4e925d3d9eb737ef2f93c
 DIST genpatches-4.14-158.base.tar.xz 3296784 BLAKE2B 
6c643f8518a1f720a874f2c1f81ad60b8eb29396fd05606ca5c089ef609080a0f9ca3f6c2e002526d0727894d6dfd1946675b8825963ec9bb141930a2603c069
 SHA512 
ae8edcbf238f0966afc73e9740b8b467c46813452821622b36418eb951aa23a6dec9ecbb7e85a314a690a5917e4db68ae072ce935c145fe8f71b67924389318d
 DIST genpatches-4.14-158.experimental.tar.xz 5932 BLAKE2B 
0816a80002dcaa792983151fd91d55ea1325f31559a7ee1428c605641cdbb06027c8cc19a0e4d3aa63166fdc55bb841f1d72422a1c1489c5a92e53b13caafe27
 SHA512 
6c3c8d1270508ddbedad27050f0e64c5c739a89686e8d9317a372229e65d89ab20637718a0c5943ee18bf60ae806e170654dadf965a55a

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

2019-10-20 Thread Thomas Deutschmann
commit: 3cbc7eabe1e9e126f1264f32a7804415b260951e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 18:09:20 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 18:09:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbc7eab

sys-libs/timezone-data: move stable keywords

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

 sys-libs/timezone-data/timezone-data-2019c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2019c.ebuild 
b/sys-libs/timezone-data/timezone-data-2019c.ebuild
index e1f454ccb94..7d7b49503a9 100644
--- a/sys-libs/timezone-data/timezone-data-2019c.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2019c.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
 IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"



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

2019-10-20 Thread Thomas Deutschmann
commit: 70427dd5f5cb6056d6239a5cbecf7368365c0907
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 18:10:15 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 18:10:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70427dd5

sys-libs/timezone-data: drop old

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

 sys-libs/timezone-data/Manifest   |   4 -
 sys-libs/timezone-data/timezone-data-2018i.ebuild | 178 --
 sys-libs/timezone-data/timezone-data-2019a.ebuild | 178 --
 3 files changed, 360 deletions(-)

diff --git a/sys-libs/timezone-data/Manifest b/sys-libs/timezone-data/Manifest
index de5da557c25..d555b63529a 100644
--- a/sys-libs/timezone-data/Manifest
+++ b/sys-libs/timezone-data/Manifest
@@ -1,8 +1,4 @@
-DIST tzcode2018i.tar.gz 242962 BLAKE2B 
682a23c324b6d8e1a0d63c6140c82ca3a24017c0972e7f915ecad5e0838f8f57743ffa2c5d9cc9744739a0e7d791ddb21947618cd11635767800ac99307c9548
 SHA512 
1a3d53043f20b8252f7598f547d78e7294d9e0cf1fcdd2159354d9769f824c8c8a03cef9cbb7fa579345fdb41372335117d2ef782ecd9c107dd0526e59492d9d
-DIST tzcode2019a.tar.gz 246449 BLAKE2B 
c54b72baf1c2471e96fa7f68693e047b71a80e0f2c116e14b42ac561c45c3e84bf7324a4fbc124b70ac5470e9a3b224e708a9864092f35070d7c592e65cbd7c9
 SHA512 
7cc76ce6be4a67c3e1bcb632d2de9dabb76899793a938f87a1d4bb20e462cabdae9e3b986aaabaa400795370510095d236dbad5aff4c192d0887f0ecedf5
 DIST tzcode2019b.tar.gz 251196 BLAKE2B 
73ed8d44675a25e0497b77cc20ca3cc5b137297e48ce679cb6e8d809f4f25d73631064e0f1c2d917b986baa10bad9369bac42d583573519e7f3a94c864b18886
 SHA512 
bcfb417fe3b7c39e702da0090291db0489744f733010ae183007fce5e441bfce885fb25ed11730cf7f363572e107d7ff0c4b38691bb99def2d8cf7017c05720f
 DIST tzcode2019c.tar.gz 253560 BLAKE2B 
62552e7e78ebb50c111f9a99119843fe9b5dad9e1abb5ba0f1cf0a931cf00fc49684a6b378f5ea4cb31aca8af5b0c3b697b87048ef36a445536ec2fc5b943440
 SHA512 
61ef36385f501c338c263081486de0d1fccd454b86f8777b0dbad4ea3f21bbde059d0a91c23e207b167ed013127d3db8b7528f0188814a8b44d1f946b19d9b8b
-DIST tzdata2018i.tar.gz 377009 BLAKE2B 
fa28fdac145756368d4760c418742efd558e63fd9900fc4649971b683b162df5e566c6214a79ec46b48fc65af488a7e0e95ddb6176a4f9adb5b39bc634426143
 SHA512 
6afcacb377842190648ed26f01abcf3db37aa2e7c63d8c509c29b4bc0078b7ff2d4e5375291b9f53498215b9e2f04936bc6145e2f651ae0be6d8166d8d336f6a
-DIST tzdata2019a.tar.gz 378961 BLAKE2B 
f8ab67f1fac34ab81fa9995cd70399728e6755303354e29e90ef8c3c513806c2849f5332d170f52f99554ba387ea2cf2667cf70be6b85b68e25061d93879e3cd
 SHA512 
d8eb5b2b68abee08bd2b0d2134bce85b5c0aee85168e9697a607604ed5be7d1539ac60fda9b37e0c9c793ef6251978bc250563a0af59497fde775499964bb5aa
 DIST tzdata2019b.tar.gz 384667 BLAKE2B 
c045d137cbb09e1109916dfdb1265ceb560d589ded9b05aa0cfe75f5fcb19057ded4d4f12f47c895020ed02bc4138de995eadac497eb3663579b094164d7e3ad
 SHA512 
c0104078d994e501d80a41bea31364b1390a75c2fbf42968a8343a090e2ac2eddbc58770ca470b192ea19dec89fcc634141a1de703ea2ffa0325176a64afe1fc
 DIST tzdata2019c.tar.gz 392087 BLAKE2B 
d7a21e57391d321b5c84e1ba2286ff0dd154c435d40015d999c8c6f2f1bea3c13d832c0752af313c9aa4dafe6a261e1e92bfd79523448fcd585188a53454e31a
 SHA512 
2921cbb2fd44a6b8f7f2ed42c13fbae28195aa5c2eeefa70396bc97cdbaad679c6cc3c143da82cca5b0279065c02389e9af536904288c12886bf345baa8c6565

diff --git a/sys-libs/timezone-data/timezone-data-2018i.ebuild 
b/sys-libs/timezone-data/timezone-data-2018i.ebuild
deleted file mode 100644
index d8b9ee541e0..000
--- a/sys-libs/timezone-data/timezone-data-2018i.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs flag-o-matic
-
-code_ver=${PV}
-data_ver=${PV}
-DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities 
(tzselect/zic/zdump)"
-HOMEPAGE="https://www.iana.org/time-zones";
-SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.tar.gz
-   
https://www.iana.org/time-zones/repository/releases/tzcode${code_ver}.tar.gz";
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
-IUSE="nls leaps-timezone elibc_FreeBSD"
-
-DEPEND="nls? ( virtual/libintl )"
-RDEPEND="${DEPEND}
-   !sys-libs/glibc[vanilla(+)]"
-
-S=${WORKDIR}
-
-src_prepare() {
-   default
-
-   # check_web contacts validator.w3.org
-   sed -i -e 's/check_tables check_web/check_tables/g' \
-   Makefile || die "Failed to disable check_web"
-
-   tc-is-cross-compiler && cp -pR "${S}" "${S}"-native
-}
-
-src_configure() {
-   tc-export CC
-
-   append-lfs-flags #471102
-
-   if use elibc_FreeBSD || use elibc_Darwin ; then
-   append-cppflags -DSTD_INSPIRED #138251
-   fi
-
-   append-cppflags -DHAVE_GETTEXT=$(usex nls 1 0) -

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

2019-10-20 Thread Thomas Deutschmann
commit: a684169f25d64d5b660a3fc72f378c43039bff62
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 20 17:43:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 20 18:00:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a684169f

app-arch/unrar: bump to v5.8.3

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

 app-arch/unrar/Manifest   |  1 +
 app-arch/unrar/unrar-5.8.3.ebuild | 70 +++
 2 files changed, 71 insertions(+)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index 883727fb0a7..b863e44d4dd 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -1,3 +1,4 @@
 DIST unrar-5.7.5.tar.gz 228818 BLAKE2B 
2bd9cfaed07802147af9a3457cea3f78f464cc26e2e20ef2c15817fffb7dc275fd326fd96b089257a8044982c0ae130ca3dc42126356d973ee6a8afd43e28df0
 SHA512 
101a21a20d8e30ca21605e332579064d362feacb36e9d4a7cd5218585298dcb48ec2805ff9523ae9b25e8e3d3e7557b73ea457702c6cb6d8c50d324ea1f4
 DIST unrar-5.8.1.tar.gz 228917 BLAKE2B 
4b34fd35a371ea2784af0968a95270b04afbefd4968c74c44e88d7b79598fe05b01c331ce730cbfd2535d5a713049e7f4dfbd38d28266e957ae9995cf8ce54b3
 SHA512 
31303df575e8a5ed9fc03e20d0482306536c3496894a39788052c5c9dfde61eb7f5ca29b8c48354581622a020aa446f108af956ab43024a48731a12233155612
 DIST unrar-5.8.2.tar.gz 229116 BLAKE2B 
88bcc90e36d231dd35b066495967a116571ce25b6cc6ee73e84ded5a56fd74662e0c9da10a7e7025d2cecbdd1e47d84f303207b6a466c1488168f523e7fb23fd
 SHA512 
09f12f141925aa99d74d4a0a0f3bacdd5b53d174473346de317cf95c1f560ef4bad445f14d81d313f8a34e8400df6a76709d068b9cd23433d1f638935185ab0d
+DIST unrar-5.8.3.tar.gz 229162 BLAKE2B 
1515af301fdcbbe02d1ebf487b1a0ab7849919e0065f223ec78e69cf5fb9436778f184c9cdead927c37d41ddf779bc7c539259cc60b1e9db19225762af17ed27
 SHA512 
32ab5cd9135d968f2e908975e72e716f5aa8911ee53fbcade6cf9783eb22330dc0114baf5db148c223015498d28fa4c60446e0ccd8108856c6d089117a147669

diff --git a/app-arch/unrar/unrar-5.8.3.ebuild 
b/app-arch/unrar/unrar-5.8.3.ebuild
new file mode 100644
index 000..7fce116316f
--- /dev/null
+++ b/app-arch/unrar/unrar-5.8.3.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic multilib toolchain-funcs
+
+MY_PN="${PN}src"
+
+DESCRIPTION="Uncompress rar files"
+HOMEPAGE="https://www.rarlab.com/rar_add.htm";
+SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="unRAR"
+# subslot = soname version
+SLOT="0/5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
+
+S="${WORKDIR}/unrar"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.5.5-build.patch
+   "${FILESDIR}"/${PN}-5.5.5-honor-flags.patch
+)
+
+src_prepare() {
+   default
+
+   local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed_args+=( -e "s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
+   else
+   sed_args+=( -e "s:-shared:& -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}):" )
+   fi
+   sed -i "${sed_args[@]}" makefile || die
+}
+
+src_configure() {
+   mkdir -p build-{lib,bin}
+   printf 'VPATH = ..\ninclude ../makefile' > build-lib/Makefile || die
+   cp build-{lib,bin}/Makefile || die
+}
+
+src_compile() {
+   unrar_make() {
+   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
+   }
+
+   unrar_make CXXFLAGS+=" -fPIC" -C build-lib lib
+   ln -s libunrar$(get_libname ${PV%.*.*}) 
build-lib/libunrar$(get_libname) || die
+   ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV}) || die
+
+   unrar_make -C build-bin
+}
+
+src_install() {
+   dobin build-bin/unrar
+   dodoc readme.txt
+
+   dolib.so build-lib/libunrar*
+
+   insinto /usr/include/libunrar${PV%.*.*}
+   doins *.hpp
+   dosym libunrar${PV%.*.*} /usr/include/libunrar
+
+   find "${ED}" -type f -name "*.a" -delete || die
+}



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

2019-10-20 Thread Mart Raudsepp
commit: 7116780256ba1bf5a294ad8b08c53a8c30d506fb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 17:50:02 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:50:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71167802

gnome-extra/gnome-calculator: ebuild touchups, restrict to <=vala:0.44

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

 .../gnome-calculator/gnome-calculator-3.32.2.ebuild| 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild
index a24f55501a2..94ee7af829f 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+VALA_MAX_API_VERSION="0.44"
 inherit gnome.org gnome2-utils meson vala xdg
 
 DESCRIPTION="A calculator application for GNOME"
@@ -15,35 +16,36 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh 
~sparc ~x86 ~amd64-lin
 # gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
 # altogether, thus we need them installed by gtksourceview[vala]
 RDEPEND="
-   >=dev-libs/glib-2.40:2
+   >=dev-libs/glib-2.40.0:2
>=x11-libs/gtk+-3.19.3:3
-   x11-libs/gtksourceview:4[vala]
+   >=x11-libs/gtksourceview-4.0.2:4
>=net-libs/libsoup-2.42:2.4
dev-libs/libxml2:2
dev-libs/mpc:=
dev-libs/mpfr:0=
 "
-DEPEND="${RDEPEND}
-   $(vala_depend)
+DEPEND="${RDEPEND}"
+BDEPEND="
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
+   $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   x11-libs/gtksourceview:4[vala]
 "
 
 src_prepare() {
-   vala_src_prepare
xdg_src_prepare
+   vala_src_prepare
 }
 
 pkg_postinst() {
xdg_pkg_postinst
-   gnome2_icon_cache_update
gnome2_schemas_update
 }
 
 pkg_postrm() {
xdg_pkg_postrm
-   gnome2_icon_cache_update
gnome2_schemas_update
 }



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

2019-10-20 Thread Mart Raudsepp
commit: 846eec2363115026afea60658629eec84be70124
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 19 20:37:11 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846eec23

media-sound/pulseaudio: remove old

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

 media-sound/pulseaudio/pulseaudio-12.2.ebuild | 349 --
 1 file changed, 349 deletions(-)

diff --git a/media-sound/pulseaudio/pulseaudio-12.2.ebuild 
b/media-sound/pulseaudio/pulseaudio-12.2.ebuild
deleted file mode 100644
index 35e17253e50..000
--- a/media-sound/pulseaudio/pulseaudio-12.2.ebuild
+++ /dev/null
@@ -1,349 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit bash-completion-r1 flag-o-matic gnome2-utils linux-info systemd user 
udev multilib-minimal
-
-DESCRIPTION="A networked sound server with an advanced plugin system"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/";
-SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz";
-
-# libpulse-simple and libpulse link to libpulse-core; this is daemon's
-# library and can link to gdbm and other GPL-only libraries. In this
-# cases, we have a fully GPL-2 package. Leaving the rest of the
-# GPL-forcing USE flags for those who use them.
-LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux"
-
-# +alsa-plugin as discussed in bug #519530
-IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer gconf 
+gdbm
-+glib gtk ipv6 jack libsamplerate libressl lirc native-headset neon 
ofono-headset
-+orc oss qt5 realtime selinux sox ssl systemd system-wide tcpd test +udev
-+webrtc-aec +X zeroconf"
-
-# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac
-REQUIRED_USE="
-   bluetooth? ( dbus )
-   equalizer? ( dbus )
-   ofono-headset? ( bluetooth )
-   native-headset? ( bluetooth )
-   realtime? ( dbus )
-   udev? ( || ( alsa oss ) )
-"
-
-# libpcre needed in some cases, bug #472228
-CDEPEND="
-   || (
-   elibc_glibc? ( virtual/libc )
-   elibc_uclibc? ( virtual/libc )
-   dev-libs/libpcre
-   )
-   >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}]
-   X? (
-   >=x11-libs/libX11-1.4.0[${MULTILIB_USEDEP}]
-   >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}]
-   x11-libs/libSM[${MULTILIB_USEDEP}]
-   x11-libs/libICE[${MULTILIB_USEDEP}]
-   x11-libs/libXtst[${MULTILIB_USEDEP}]
-   )
-   caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] )
-   libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 )
-   alsa? ( >=media-libs/alsa-lib-1.0.19 )
-   glib? ( >=dev-libs/glib-2.26.0:2[${MULTILIB_USEDEP}] )
-   zeroconf? ( >=net-dns/avahi-0.6.12[dbus] )
-   jack? ( virtual/jack )
-   tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
-   lirc? ( app-misc/lirc )
-   dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] )
-   gtk? ( x11-libs/gtk+:3 )
-   bluetooth? (
-   >=net-wireless/bluez-5
-   >=sys-apps/dbus-1.0.0
-   media-libs/sbc
-   )
-   asyncns? ( net-libs/libasyncns[${MULTILIB_USEDEP}] )
-   udev? ( >=virtual/udev-143[hwdb(+)] )
-   equalizer? ( sci-libs/fftw:3.0 )
-   ofono-headset? ( >=net-misc/ofono-1.13 )
-   orc? ( >=dev-lang/orc-0.4.15 )
-   sox? ( >=media-libs/soxr-0.1.1 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   media-libs/speexdsp
-   gdbm? ( sys-libs/gdbm:= )
-   webrtc-aec? ( >=media-libs/webrtc-audio-processing-0.2 )
-   systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] )
-   dev-libs/libltdl:0
-   selinux? ( sec-policy/selinux-pulseaudio )
-" # libltdl is a valid RDEPEND, libltdl.so is used for native abi in pulsecore 
and daemon
-
-RDEPEND="${CDEPEND}
-   realtime? ( sys-auth/rtkit )
-   gconf? ( >=gnome-base/gconf-3.2.6 )
-"
-
-DEPEND="${RDEPEND}
-   sys-devel/m4
-   doc? ( app-doc/doxygen )
-   test? ( >=dev-libs/check-0.9.10 )
-   X? (
-   x11-base/xorg-proto
-   >=x11-libs/libXtst-1.0.99.2[${MULTILIB_USEDEP}]
-   )
-   dev-libs/libatomic_ops
-   virtual/pkgconfig
-   system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) )
-   dev-util/intltool
-   >=sys-devel/gettext-0.18.1
-"
-# This is a PDEPEND to avoid a circular dep
-PDEPEND="
-   alsa? ( alsa-plugin? ( 
>=media-plugins/alsa-plugins-1.0.27-r1[pulseaudio,${MULTILIB_USEDEP}] ) )
-"
-
-# alsa-utils dep is for the alsasound init.d script (see bug #155707)
-# bluez dep is for the 

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2019-10-20 Thread Mart Raudsepp
commit: bb68f6ec38d9cee844e723656e23c9a0d5b67ada
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 08:55:58 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb68f6ec

games-puzzle/gnome-sudoku: bump to 3.34.1

Depend on vala:0.40 or newer instead of applying a compatibility sed,
as time has passed and we don't need it working with old vala anymore.

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

 games-puzzle/gnome-sudoku/Manifest |  1 +
 .../gnome-sudoku/gnome-sudoku-3.34.1.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/gnome-sudoku/Manifest 
b/games-puzzle/gnome-sudoku/Manifest
index ae61944b83b..1152f6564d7 100644
--- a/games-puzzle/gnome-sudoku/Manifest
+++ b/games-puzzle/gnome-sudoku/Manifest
@@ -1 +1,2 @@
 DIST gnome-sudoku-3.30.0.tar.xz 430480 BLAKE2B 
ddf5462ae9e37d1428ca96468dc8fc5f6a157c541f79cac2a96fbbcc082d4bda8adc3539add48f7cb248caa722c21bc14bdabce54a94ae6cfbfd62d2be18c500
 SHA512 
ca1b830279b89bb35c281eec275af758cae32c0caec7b09a02790efc272701fa03aafb61000dcabc0ac78c7b04d886290c75bd79d6a3d8a89565dc0b122862c4
+DIST gnome-sudoku-3.34.1.tar.xz 355424 BLAKE2B 
fcf8a175e1b2dbbb4498d185ee4b628766fe4c112c5126d253ecf16430a8e1b647fd9b4779b8dea24fb6bd8460d2b8824f087b077c7b91d8764ddfae97d72d46
 SHA512 
a1967098d10a28fd5e49e6e63c9c0aec7f2c80dbe5973ef4fafe175f39e3d885c4c428953e528ee0fa3eea05c644f0aafea133b195acdf7e495314fe3d8d090c

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild
new file mode 100644
index 000..b006bda16d9
--- /dev/null
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.34.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Test your logic skills in this number grid puzzle"
+HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libgee:0.8=[introspection]
+   >=x11-libs/gtk+-3.19.0:3[introspection]
+   dev-libs/json-glib
+   >=dev-libs/qqwing-1.3.4
+   x11-libs/gdk-pixbuf:2[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-10-20 Thread Mart Raudsepp
commit: c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 11:00:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dcd6cc

games-puzzle/lightsoff: bump to 3.34.0

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

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.34.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index acfdff9d76f..7ed46ec77c1 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 
9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7
 SHA512 
b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2
+DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B 
bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe
 SHA512 
dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9

diff --git a/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild
new file mode 100644
index 000..d7b3433cde3
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+inherit gnome.org gnome2-utils meson xdg vala
+
+DESCRIPTION="Turn off all the lights"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2019-10-20 Thread Mart Raudsepp
commit: 1c30991e131bd6e3bf14580698cc931b94e996da
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 12:12:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c30991e

dev-libs/libmanette: New package - a game controller library

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

 dev-libs/libmanette/Manifest   |   1 +
 .../files/0.2.3-optional-introspection-vapi.patch  | 114 +
 dev-libs/libmanette/libmanette-0.2.3.ebuild|  44 
 dev-libs/libmanette/metadata.xml   |   8 ++
 4 files changed, 167 insertions(+)

diff --git a/dev-libs/libmanette/Manifest b/dev-libs/libmanette/Manifest
new file mode 100644
index 000..09715d3fa9c
--- /dev/null
+++ b/dev-libs/libmanette/Manifest
@@ -0,0 +1 @@
+DIST libmanette-0.2.3.tar.xz 33620 BLAKE2B 
ec811e0a939713e99eb931a2aa0c1b67a2de1fad4c4e399e47975b795da7672ab56a217cda94f4642f749aed1ff4379c67b58da349f8ac8434c95a80c7909980
 SHA512 
23d3feae3b0ba81deb75b0ff911eb37f3d0d767a0ae65815d34cadf69f78ca7f081177a2161105ea3979ba9222b3641e6b776bf4fcf3e46a9de716bdce475df6

diff --git a/dev-libs/libmanette/files/0.2.3-optional-introspection-vapi.patch 
b/dev-libs/libmanette/files/0.2.3-optional-introspection-vapi.patch
new file mode 100644
index 000..15558b47be3
--- /dev/null
+++ b/dev-libs/libmanette/files/0.2.3-optional-introspection-vapi.patch
@@ -0,0 +1,114 @@
+From b561bd29d8797ae2e72d45df8fc122164fc88b6c Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Sun, 20 Oct 2019 14:57:43 +0300
+Subject: [PATCH] build: Support disabling introspection and vapi generation
+
+---
+ meson_options.txt | 14 +++
+ src/meson.build   | 64 ++-
+ 2 files changed, 49 insertions(+), 29 deletions(-)
+
+diff --git a/meson_options.txt b/meson_options.txt
+index a7ce738..c794d4b 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -4,3 +4,17 @@ option (
+   description: 'Find devices via udev',
+   value: 'auto'
+ )
++
++option (
++  'introspection',
++  type: 'boolean',
++  description: 'Generate introspection data (requires gobject-introspection)',
++  value: true
++)
++
++option (
++  'vapi',
++  type: 'boolean',
++  description: 'Generate vapi data (requires vapigen and introspection 
option)',
++  value: true
++)
+diff --git a/src/meson.build b/src/meson.build
+index 7ac916b..50cad92 100644
+--- a/src/meson.build
 b/src/meson.build
+@@ -90,39 +90,45 @@ if gudev.found()
+   libmanette_gir_includes += [ 'GUdev-1.0' ]
+ endif
+ 
+-libmanette_gir = gnome.generate_gir(
+-  libmanette_lib,
+-  extra_args: libmanette_gir_args,
+-  export_packages: libmanette_module,
+-  sources: libmanette_headers + libmanette_sources,
+-  nsversion: api_version,
+-  namespace: 'Manette',
+-  identifier_prefix: 'Manette',
+-  includes: libmanette_gir_includes,
+-  header: libmanette_main_header,
+-  install: true,
+-  symbol_prefix: 'manette',
+-)
+-
+-libmanette_vapi_packages = [
+-  'gobject-2.0',
+-  'gio-2.0',
+-]
+-
+-if gudev.found()
+-  libmanette_vapi_packages += [ 'gudev-1.0' ]
++built_girs = []
++if get_option('introspection')
++  libmanette_gir = gnome.generate_gir(
++libmanette_lib,
++extra_args: libmanette_gir_args,
++export_packages: libmanette_module,
++sources: libmanette_headers + libmanette_sources,
++nsversion: api_version,
++namespace: 'Manette',
++identifier_prefix: 'Manette',
++includes: libmanette_gir_includes,
++header: libmanette_main_header,
++install: true,
++symbol_prefix: 'manette',
++  )
++  built_girs += [ libmanette_gir ]
++
++  if get_option('vapi')
++libmanette_vapi_packages = [
++  'gobject-2.0',
++  'gio-2.0',
++]
++
++if gudev.found()
++  libmanette_vapi_packages += [ 'gudev-1.0' ]
++endif
++
++gnome.generate_vapi(
++  libmanette_module,
++  install: true,
++  packages: libmanette_vapi_packages,
++  sources: libmanette_gir[0],
++)
++  endif
+ endif
+ 
+-gnome.generate_vapi(
+-  libmanette_module,
+-  install: true,
+-  packages: libmanette_vapi_packages,
+-  sources: libmanette_gir[0],
+-)
+-
+ libmanette_dep = declare_dependency(
+   link_with: libmanette_lib,
+-  sources: libmanette_gir,
++  sources: built_girs,
+   include_directories: confinc,
+   dependencies: libmanette_deps,
+ )
+-- 
+2.20.1
+

diff --git a/dev-libs/libmanette/libmanette-0.2.3.ebuild 
b/dev-libs/libmanette/libmanette-0.2.3.ebuild
new file mode 100644
index 000..d7f54324a44
--- /dev/null
+++ b/dev-libs/libmanette/libmanette-0.2.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Simple GObject game controller library"
+HOMEPAGE="https://gitlab.gnome.o

[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2019-10-20 Thread Mart Raudsepp
commit: d5eb6daf41f5ac952677a2323140b80e04fa2cdc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 08:47:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eb6daf

games-arcade/gnome-robots: bump to 3.32.0

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

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.32.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index be2d4430a48..bd1fef65183 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 
2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3
 SHA512 
d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399
+DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7

diff --git a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
new file mode 100644
index 000..30873147281
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/gtk+-3.15:3
+   >=dev-libs/glib-2.32:2
+   >=gnome-base/librsvg-2.36.2:2
+   dev-libs/libgnome-games-support:1=
+   >=media-libs/libcanberra-0.26[gtk3]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/

2019-10-20 Thread Mart Raudsepp
commit: d4f0cf3a43d4b07d27d602675a96ff8c50ab58a0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 09:09:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f0cf3a

games-puzzle/gnome-taquin: bump to 3.32.0

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.32.0.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 223ca7aa154..d6067e70750 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.30.0.tar.xz 4553892 BLAKE2B 
f397dddb8d8564fc403b971f044e1d39bd779af370670f45469490aa0f9f8da857d6b216f8378346d835d9b13c57d47bd960a993cc1eb3d33e705f82b5474f30
 SHA512 
77c500c7871440abd18cc34d64bfba1b89d7067557cfd12306f887ea1a8138dc040b00203ae6515755ec3bb13beed8a523b039c00112fce7f8e80f3ab34398f2
+DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
new file mode 100644
index 000..2492a98105b
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/tali/

2019-10-20 Thread Mart Raudsepp
commit: afb623bad83effac45002416f329eb46f3331a6c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 11:30:19 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb623ba

games-board/tali: bump to 3.32.1

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

 games-board/tali/Manifest   |  1 +
 games-board/tali/tali-3.32.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest
index a0bf0c7b167..15eefabbbfb 100644
--- a/games-board/tali/Manifest
+++ b/games-board/tali/Manifest
@@ -1 +1,2 @@
 DIST tali-3.22.0.tar.xz 1716728 BLAKE2B 
74420b49f9b7c44220fce4a4e692a35a6cd9c566eac6bc96615aba184c8bd05001871dc5973da1ad14db81bcbe9f7f45cc4c25f884304c6a8b89989c56dcd226
 SHA512 
63b50e6a27115fa9502fb86112ac02a987faff40e3eec8f0dc654bea2f001c0a252a6e1331ee3515d7194befe4e27dcde6d704a0f8a777d29e813c454a583ed0
+DIST tali-3.32.1.tar.xz 1636032 BLAKE2B 
2d8ea2bac7c0a74833a3cd6768bb5cd394c4b02ee5a7fad151d662f417a536b5cc4784ad4338435d80bdc9db025da2a258c05cbb54b7edd038a37b0c990889ca
 SHA512 
78abdfca84a86100be94a1509f0bd00bb84d9f97bfed87f6378e55adedb0c8d7349a9ebead6d8eac8b9c52b52ae6e7b2a868ac9a2262dffafc4e5ad23a455e7d

diff --git a/games-board/tali/tali-3.32.1.ebuild 
b/games-board/tali/tali-3.32.1.ebuild
new file mode 100644
index 000..8bff3188340
--- /dev/null
+++ b/games-board/tali/tali-3.32.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Beat the odds in a poker-style dice game"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tali";
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/glib:2
+   >=x11-libs/gtk+-3.16:3
+"
+RDEPEND="${DEPEND}
+   >=gnome-base/librsvg-2.32:2
+"
+DEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/

2019-10-20 Thread Mart Raudsepp
commit: 50cb316f3abebb700e272c1d9b0515840f0fe3cb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 10:35:27 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cb316f

games-puzzle/hitori: bump to 3.34.0

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

 games-puzzle/hitori/Manifest |  1 +
 games-puzzle/hitori/hitori-3.34.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest
index 0e978192f91..9e0934e783a 100644
--- a/games-puzzle/hitori/Manifest
+++ b/games-puzzle/hitori/Manifest
@@ -1 +1,2 @@
 DIST hitori-3.22.4.tar.xz 471136 BLAKE2B 
e9581f9588ab307fba781b3907c1e5d5a34db462a9fa050cf6b2438efbae76ed74fc69623de28a2ec59c4340f487df68156dee453a314adab7cb6846edc347ef
 SHA512 
8c75824d29918c096f3a33283dcb2e49e227c8259d37a4ae5e77d420d4a18a2760f789e12f32cfb8ffc16bfdf19e4aca26d93719d6b762c15b9ac4dbfca93e1a
+DIST hitori-3.34.0.tar.xz 163152 BLAKE2B 
a52446fe62c2d09e9f1f97e77dc82a2902c05013e6c13d64ef58c4b9fcb500cc8533ea094bc91c1c933f5923e3dc889b5db23b1050d8809c0f405ba81917bfe2
 SHA512 
f4c67da619fdefe03492dacee81bb7972ec40e003c51a1363c19b6eb2690505a0a14e7402ddb61ef0487605d91a7674654ecc470e01febe649b25e173a889354

diff --git a/games-puzzle/hitori/hitori-3.34.0.ebuild 
b/games-puzzle/hitori/hitori-3.34.0.ebuild
new file mode 100644
index 000..e668a7d1294
--- /dev/null
+++ b/games-puzzle/hitori/hitori-3.34.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Logic puzzle game for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Hitori";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=x11-libs/gtk+-3.22.0:3
+   >=x11-libs/cairo-1.4
+"
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/quadrapassel/

2019-10-20 Thread Mart Raudsepp
commit: 1598eca28c527bae9a31249a797d106150c43848
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 15:47:55 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598eca2

games-puzzle/quadrapassel: bump to 3.32.0

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

 games-puzzle/quadrapassel/Manifest |  1 +
 .../quadrapassel/quadrapassel-3.32.0.ebuild| 49 ++
 2 files changed, 50 insertions(+)

diff --git a/games-puzzle/quadrapassel/Manifest 
b/games-puzzle/quadrapassel/Manifest
index fc7ca04345e..a3129ebea83 100644
--- a/games-puzzle/quadrapassel/Manifest
+++ b/games-puzzle/quadrapassel/Manifest
@@ -1 +1,2 @@
 DIST quadrapassel-3.22.0.tar.xz 1737252 BLAKE2B 
fb3d611f59b4b42d1e3278e562b5d537bbd3fa5de9d433d8445c291971a777b674ec384d7faf6c3b09fd6187555fc448fb38d2a379ea3c2bb7f7b321e6a9346a
 SHA512 
82cbac9b8bc1e7d0bc7958807037893c2dd0286fdc63c2f35ffc7fdcfd839cc6ddd115bada057aa9a3694fbb2736c0c7b852e0156be6fd59a85f6eb06f6f9a84
+DIST quadrapassel-3.32.0.tar.xz 478332 BLAKE2B 
c685ecdc542ea29dea145fb93409d951a058a7451cc0f6795a6c7e61387d891f6941e8569f4e61b4f473f72b4045d348669920d5847ba6165e891fac58bfa42c
 SHA512 
c618d4b35888122fcdecb6085773d30198907d09dd234283650c96f1e7a5994f51e1ef33f7df2732c1ab28cf73f5fb3a4e35bd8780e782714c3faeb0eb46d24d

diff --git a/games-puzzle/quadrapassel/quadrapassel-3.32.0.ebuild 
b/games-puzzle/quadrapassel/quadrapassel-3.32.0.ebuild
new file mode 100644
index 000..2863b0047f8
--- /dev/null
+++ b/games-puzzle/quadrapassel/quadrapassel-3.32.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Fit falling blocks together"
+HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libcanberra-0.26[gtk3]
+   media-libs/cogl:1.0=
+   >=media-libs/clutter-1:1.0
+   >=media-libs/clutter-gtk-0.91.6:1.0
+   >=x11-libs/gtk+-3.12.0:3
+   >=dev-libs/libmanette-0.2.0
+   x11-libs/pango
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   dev-libs/libmanette[vala]
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/

2019-10-20 Thread Mart Raudsepp
commit: 0b4d88d2956aeffc17875fccec18c6c57b76ddf9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 19 20:35:24 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4d88d2

net-voip/telepathy-haze: remove old

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

 .../telepathy-haze/telepathy-haze-0.8.0-r1.ebuild  | 42 --
 1 file changed, 42 deletions(-)

diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild 
b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
deleted file mode 100644
index ccf350d7d57..000
--- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-single-r1
-
-DESCRIPTION="Telepathy connection manager providing libpurple supported 
protocols"
-HOMEPAGE="https://telepathy.freedesktop.org 
https://developer.pidgin.im/wiki/TelepathyHaze";
-SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-#IUSE="test"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests failing, see upstream: https://bugs.freedesktop.org/34577
-RESTRICT="test"
-
-RDEPEND="${PYTHON_DEPS}
-   >=net-im/pidgin-2.7
-   >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}]
-   >=dev-libs/glib-2.30:2
-   >=dev-libs/dbus-glib-0.73
-"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   virtual/pkgconfig"
-#  test? ( dev-python/twisted-words )"
-
-src_prepare() {
-   # contact-list: Don't crash if a contact is already in the roster
-   # (fixed in next version)
-   epatch "${FILESDIR}"/${P}-crash.patch
-
-   # Fix compat with newer pidgin versions, bug #572296
-   epatch "${FILESDIR}"/${P}-pidgin-2.10.12-compat.patch
-}



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

2019-10-20 Thread Mart Raudsepp
commit: 0b8536d0ce15fd9c90c9d588fbc08e490038ed5d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 17:32:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8536d0

gnome-base/gnome-extra-apps: bump to 3.32.2

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

 .../gnome-extra-apps-3.32.2.ebuild | 75 ++
 1 file changed, 75 insertions(+)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild
new file mode 100644
index 000..a14d5a66acb
--- /dev/null
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.32.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the applications of GNOME 3"
+HOMEPAGE="https://www.gnome.org/";
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+games share +shotwell +tracker"
+
+KEYWORDS="~amd64"
+
+# Note to developers:
+# This is a wrapper for the extra apps integrated with GNOME 3
+# Keep pkg order within a USE flag as upstream releng versions file
+# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, 
vinagre, vino; replace gucharmap with gnome-characters?
+# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 3.26 it 
required newer tracker than we had at the time)
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}
+
+   >=sys-apps/baobab-3.32.0
+   >=media-video/cheese-3.32.1
+   >=www-client/epiphany-${PV}
+   >=app-arch/file-roller-3.32.1
+   >=gnome-extra/gnome-calculator-3.32.1
+   >=gnome-extra/gnome-calendar-3.32.1
+   >=gnome-extra/gnome-characters-3.32.1
+   >=sys-apps/gnome-disk-utility-3.32.1
+   >=media-gfx/gnome-font-viewer-3.32.0
+   >=media-gfx/gnome-screenshot-3.32.0
+   >=gnome-extra/gnome-system-monitor-3.32.1
+   >=gnome-extra/gnome-weather-3.32.2
+   >=gnome-extra/gucharmap-12.0.1:2.90
+   >=gnome-extra/sushi-3.32.0
+   >=media-sound/sound-juicer-3.24.0
+   >=net-misc/vino-3.22.0
+
+   >=gnome-base/dconf-editor-3.32.0
+   >=app-dicts/gnome-dictionary-3.26.1
+   >=mail-client/evolution-${PV}
+   >=gnome-extra/gnome-tweaks-3.32.0
+   >=gnome-extra/nautilus-sendto-3.8.6
+   >=net-misc/vinagre-3.22.0
+
+   games? (
+   >=games-puzzle/five-or-more-3.32.0
+   >=games-board/four-in-a-row-3.32.0
+   >=games-board/gnome-chess-3.32.0
+   >=games-puzzle/gnome-klotski-3.32.0
+   >=games-board/gnome-mahjongg-3.32.0
+   >=games-board/gnome-mines-3.32.2
+   >=games-arcade/gnome-nibbles-3.32.0
+   >=games-arcade/gnome-robots-3.32.0
+   >=games-puzzle/gnome-sudoku-3.32.0
+   >=games-puzzle/gnome-taquin-3.32.0
+   >=games-puzzle/gnome-tetravex-3.32.0
+   >=games-puzzle/hitori-3.32.0
+   >=games-board/iagno-3.32.0
+   >=games-puzzle/lightsoff-3.32.0
+   >=games-puzzle/quadrapassel-3.32.0
+   >=games-puzzle/swell-foop-3.32.0
+   >=games-board/tali-3.32.0
+   )
+   share? ( >=gnome-extra/gnome-user-share-3.32.0.1 )
+   shotwell? ( >=media-gfx/shotwell-0.30.7 )
+   tracker? (
+   >=app-misc/tracker-2.2.2
+   >=app-misc/tracker-miners-2.2.2
+   >=media-gfx/gnome-photos-3.32.0
+   >=media-sound/gnome-music-3.32.2 )
+"
+DEPEND=""
+BDEPEND=""
+S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-tetravex/

2019-10-20 Thread Mart Raudsepp
commit: b41125545dd6f8b582f7fe95cb1c431ccfa04437
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 10:18:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4112554

games-puzzle/gnome-tetravex: bump to 3.34.1

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

 games-puzzle/gnome-tetravex/Manifest   |  1 +
 .../gnome-tetravex/gnome-tetravex-3.34.1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/games-puzzle/gnome-tetravex/Manifest 
b/games-puzzle/gnome-tetravex/Manifest
index c525bfdc5a4..50c8b168988 100644
--- a/games-puzzle/gnome-tetravex/Manifest
+++ b/games-puzzle/gnome-tetravex/Manifest
@@ -1 +1,2 @@
 DIST gnome-tetravex-3.22.0.tar.xz 2170464 BLAKE2B 
43ee2d93a8d8b2a1f9515ee23a85a77be3f30b299652f2b5192d5f97bf3064d6a636f10e78438aee329ad91d1f0b7fed6ec2109593397b7c849c36ec727692d2
 SHA512 
d4497fae7e2c95f6d6e26b72690c86ec12250ccc6136f02436a53fa285215415a471d91f2ded10690faced6f6f856218750eb76313d368863a7a31afd02a9d2d
+DIST gnome-tetravex-3.34.1.tar.xz 914192 BLAKE2B 
2bf9dd70d3c8bd71d7f6f4cc8412ad0ef1f89191890910253b8986b633a8d02660867d4be088d27ff50551c5de14448f4026689230984de213cd2c46d69a091b
 SHA512 
bdf39318b093b10e4a018cd7ef4d8acc65013325bb5406347024f870be2758a42b6b9cdd01d6098d06372cef8967eb948857453f951f8fb54f469bb534642059

diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild 
b/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild
new file mode 100644
index 000..4eb1559137a
--- /dev/null
+++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.34.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Complete the puzzle by matching numbered tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tetravex";
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=x11-libs/gtk+-3.14:3
+"
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2019-10-20 Thread Mart Raudsepp
commit: d9428baf138cf7e1463622661ff74d853484fe61
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 10:47:32 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9428baf

games-board/iagno: bump to 3.32.0

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.32.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index bb5343150eb..551b437482b 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.30.0.tar.xz 750432 BLAKE2B 
073353cb1dd732b07949536410d2746fc15462bb1ab9f0174d0a3e22a7b221ba8a13a57eb197192384f83e9d1e4c9373fef88e42e8aa1a454c30748294719ec9
 SHA512 
8acbcb6c03f46cd59555cd759d4291db671de76ca365416d21b6a0a7b3796fc03aeb4a4d2ef1fb69c17f8941262bb9e8403b19fd526e22e9ed2dc2e854834ca1
+DIST iagno-3.32.0.tar.xz 500636 BLAKE2B 
0c2995bcec9a1861ef0822fc71917b54a2633384279b547269174e262837d2a4b0cd4537b8cffd7d655e7e7f13a1dfca62cef41f7f3e76ef6b293a7640ad6da1
 SHA512 
596e8a0bc7afcb711b77da7ee1c6acdd45fdf2c845af393f5173362ae5ca53c029190b21918e50ed1715a2701fcabc1ce169417760a2424093d219a44fd9960b

diff --git a/games-board/iagno/iagno-3.32.0.ebuild 
b/games-board/iagno/iagno-3.32.0.ebuild
new file mode 100644
index 000..b31292aa8d4
--- /dev/null
+++ b/games-board/iagno/iagno-3.32.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=dev-libs/glib-2.40.0:2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+BDEPEND="
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/

2019-10-20 Thread Mart Raudsepp
commit: b5c435f3845c06be0a475f38c12b2b25c7b50e75
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 19 21:09:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c435f3

games-board/gnome-mines: bump to 3.34.0

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

 games-board/gnome-mines/Manifest  |  1 +
 games-board/gnome-mines/gnome-mines-3.34.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/games-board/gnome-mines/Manifest b/games-board/gnome-mines/Manifest
index 5f86ae0308e..fd29dc6ceb7 100644
--- a/games-board/gnome-mines/Manifest
+++ b/games-board/gnome-mines/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-mines-3.20.1.tar.xz 3147092 BLAKE2B 
899a66905a95a41f007f0b74f8b4054c505b4b46eff6c0ebbefaf1826d36093307a9bbc55e42b6c1abd8a0f9a419a3d1822deb113414bd5eadcba1c3a9896614
 SHA512 
cdde771736b9110a416ec68d6e4ce2ce10e3de36915b57905f6f5d86a937c75a2dbfafd1ecc0c5f31dd5e267d13444a8a95d38815f400d4597e2fe73a908bd13
 DIST gnome-mines-3.30.1.1.tar.xz 369132 BLAKE2B 
0b773ff7198335256a5133410458e16ead8596f930b9cd1efa7aa806fc3a19521eb2ca235e522ce03437925ffbc4a816d6b36414c618b83bd50c8b66fd399c72
 SHA512 
796a17b63cb5cec6fab8b7b5a5c995ac940cc49e1cb1254bab32598b0cd7fb4da03e7a80db117977a78cee94a79f0d8cf3222de5e63424348666c65b51045d6f
+DIST gnome-mines-3.34.0.tar.xz 272448 BLAKE2B 
9c290293117ff7a843794636f5af90bc0a9956d39c4cfd5fa516b8f699165d60cc93bf0e7c5fa1b92c4c0e8c4a9c6801d5f9ad9fda5e4d151949d6c530a8
 SHA512 
90486f28427d51b9c1a4f959bd3f0f41087c881486d9cd3e130fd3371a4375c844ca650d9850c43878da6e95d366137ca99003b5a9ae7699f17e1d7719f81ce1

diff --git a/games-board/gnome-mines/gnome-mines-3.34.0.ebuild 
b/games-board/gnome-mines/gnome-mines-3.34.0.ebuild
new file mode 100644
index 000..ab9be1d1c23
--- /dev/null
+++ b/games-board/gnome-mines/gnome-mines-3.34.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Clear hidden mines from a minefield"
+HOMEPAGE="https://wiki.gnome.org/Apps/Mines";
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   dev-libs/libgee:0.8
+   >=x11-libs/gtk+-3.12:3
+   dev-libs/libgnome-games-support:1=
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/swell-foop/

2019-10-20 Thread Mart Raudsepp
commit: 1d7e82b9f1ebc6a3511f7b9215e7db85919a92fe
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 11:19:53 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7e82b9

games-puzzle/swell-foop: bump to 3.34.1

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

 games-puzzle/swell-foop/Manifest |  1 +
 games-puzzle/swell-foop/swell-foop-3.34.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index ca3d020e675..8b4ebbd1c0d 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1 +1,2 @@
 DIST swell-foop-3.30.0.tar.xz 1117832 BLAKE2B 
4cbf829140bd3ff14c09c83b8ebf8a82a00e97d8f73f82ad3fe11220d9ef89a1bdd116ec28235e5ae02bf258021ff6fceb968f1e39598ea606a4c613e0a43f8f
 SHA512 
233ffd2acec9590e97d410a4084e2fa6f9e1b9dc80aec643c8a20de008410930a3cbda901dee63180c6ea469c91db489d513d9bc34edc4e3448cc53a3c76e029
+DIST swell-foop-3.34.1.tar.xz 732008 BLAKE2B 
e41527ce485fc7d41b3b8667fba1100fc79a1683adbe7948ecb0f73b418f5e8bcd8c5eeb15c1083cfcbb0237294016ea49510ae6103e2cfc6bc93b508a61a02f
 SHA512 
53625882a755959349f259f5527a48f926e6b8e0493eb81ac257fed6869b87d48e789e4a2141bee7aa8910fb061ca9d7541ceef7f3bdb7a5138068cc6dd16b81

diff --git a/games-puzzle/swell-foop/swell-foop-3.34.1.ebuild 
b/games-puzzle/swell-foop/swell-foop-3.34.1.ebuild
new file mode 100644
index 000..ca8ce00c843
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.34.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop";
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.36:2
+   >=x11-libs/gtk+-3.12:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.0:1.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-wavelan-plugin/

2019-10-20 Thread Michał Górny
commit: 5f2a5277977f0eabffc407d9eef2fc4b58bc1b40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 17:33:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 17:34:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2a5277

xfce-extra/xfce4-wavelan-plugin: Fix build w/ panel 4.15

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

 xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
index 9648eca0c01..ee23f4668d6 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.1.ebuild
@@ -21,6 +21,14 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
+src_prepare() {
+   # fix build failure w/ xfce4-panel-4.15.0
+   # 
https://git.xfce.org/panel-plugins/xfce4-wavelan-plugin/commit/?id=c0033c32ec28bbdd5f735f9b52d212e881eb2219
+   sed -i -e 
's@@@' \
+   panel-plugin/wavelan.c || die
+   default
+}
+
 src_install() {
default
find "${D}" -name '*.la' -delete || die



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2019-10-20 Thread Mikle Kolyada
commit: 7ec89166df69e1978f9542e1c076001fc3c36bc2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 17:25:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 17:25:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec89166

sys-cluster/slurm: remove primaryuri

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

 sys-cluster/slurm/slurm-18.08.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/slurm/slurm-18.08.7.ebuild 
b/sys-cluster/slurm/slurm-18.08.7.ebuild
index 78a580e9b30..b260ae6e392 100644
--- a/sys-cluster/slurm/slurm-18.08.7.ebuild
+++ b/sys-cluster/slurm/slurm-18.08.7.ebuild
@@ -67,7 +67,7 @@ REQUIRED_USE="torque? ( perl )"
 LIBSLURM_PERL_S="${WORKDIR}/${MY_P}/contribs/perlapi/libslurm/perl"
 LIBSLURMDB_PERL_S="${WORKDIR}/${MY_P}/contribs/perlapi/libslurmdb/perl"
 
-RESTRICT="primaryuri test"
+RESTRICT="test"
 
 PATCHES=(
"${FILESDIR}"/${P}-disable-sview.patch



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

2019-10-20 Thread 罗百科
commit: 90fae2db1a43c1fc0530b97e82f927bae68645e5
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Oct 20 17:17:04 2019 +
Commit: 罗百科  gentoo  org>
CommitDate: Sun Oct 20 17:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fae2db

dev-db/pgbouncer: Bump

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/pgbouncer/Manifest|  1 +
 dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch | 18 +
 dev-db/pgbouncer/pgbouncer-1.11.0.ebuild | 86 
 3 files changed, 105 insertions(+)

diff --git a/dev-db/pgbouncer/Manifest b/dev-db/pgbouncer/Manifest
index 8336f7b1320..3b82c47d939 100644
--- a/dev-db/pgbouncer/Manifest
+++ b/dev-db/pgbouncer/Manifest
@@ -1,2 +1,3 @@
 DIST pgbouncer-1.10.0.tar.gz 480571 BLAKE2B 
a0c1dadc48f38cfe0ba2641791b4734da84cfe6674198bb2a8014bc92543850e909d7b4649b99e78d58febaa0f89f62b6694f6333bcbd62ff2f22741984d
 SHA512 
8ec9f102b57ca5f92fb689588ec090056ac29f21825400ec67bca413fe076ad50e0b491e65c4cfebc488cc245eb3c88c36db2ee0ba1cb737f35404be0983dd1d
+DIST pgbouncer-1.11.0.tar.gz 571414 BLAKE2B 
044d7cdf57b352b5b87547a8b96af1eca87e46b1f761bbd31d28a0d5158b52e438325db051ab51849f4e683f6211d0156a5081cc99a1109846085c84be7f72a6
 SHA512 
2373157f952a39dbb5d9afad7db2eba7459c28bcc302487c3bf15b64dca98940f65c9f7a1d142237f7053b6d2b290eaec15f930a341025f1665b501a26919115
 DIST pgbouncer-1.9.0.tar.gz 469300 BLAKE2B 
466f171a49ec9ce9be9a9d3208780cfbff956da7c74ec4332c7104ea537cb47a5cfdc0d80bbd96d233769b6f430f1ad99b623caefa2dc93af7ba336dd0f49514
 SHA512 
b127f4cb60ca5cdf339da76727918f0a3797a3e0a89f8ed6fdcaa80f3391d2c5bb51e19731915775210c0e5070dd611ee2e410c9a947624e45b5cf11aecdacf9

diff --git a/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch 
b/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch
new file mode 100644
index 000..3dd40537252
--- /dev/null
+++ b/dev-db/pgbouncer/files/pgbouncer-1.11-dirs.patch
@@ -0,0 +1,18 @@
+diff --git a/etc/pgbouncer.ini b/etc/pgbouncer.ini
+index fed4a9f..5f2ed8e 100644
+--- a/etc/pgbouncer.ini
 b/etc/pgbouncer.ini
+@@ -55,9 +55,9 @@ listen_port = 6432
+
+ ;; Unix socket is also used for -R.
+ ;; On Debian it should be /var/run/postgresql
+-;unix_socket_dir = /tmp
+-;unix_socket_mode = 0777
+-;unix_socket_group =
++unix_socket_dir = /run/postgresql
++unix_socket_mode = 0777
++unix_socket_group = postgres
+
+ ;;;
+ ;;; TLS settings for accepting clients
+

diff --git a/dev-db/pgbouncer/pgbouncer-1.11.0.ebuild 
b/dev-db/pgbouncer/pgbouncer-1.11.0.ebuild
new file mode 100644
index 000..1492a74c6e8
--- /dev/null
+++ b/dev-db/pgbouncer/pgbouncer-1.11.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit user
+
+DESCRIPTION="Lightweight connection pooler for PostgreSQL"
+HOMEPAGE="https://pgbouncer.github.io";
+SRC_URI="https://pgbouncer.github.io/downloads/files/${PV}/${P}.tar.gz";
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+c-ares debug doc pam ssl -udns"
+
+# At-most-one-of, one can be enabled but not both
+REQUIRED_USE="?? ( c-ares udns )"
+
+RDEPEND="
+   >=dev-libs/libevent-2.0
+   >=sys-libs/glibc-2.10
+   c-ares? ( >=net-dns/c-ares-1.10 )
+   ssl? ( >=dev-libs/openssl-1.0.1:=[-bindist] )
+   udns? ( >=net-libs/udns-0.1 )
+"
+
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   enewgroup postgres 70
+   enewuser postgres 70 /bin/bash /var/lib/postgresql postgres
+
+   enewuser pgbouncer -1 -1 -1 postgres
+}
+
+src_prepare() {
+   eapply "${FILESDIR}/pgbouncer-1.11-dirs.patch"
+
+   default
+}
+
+src_configure() {
+   # --enable-debug is only used to disable stripping
+   econf \
+   --docdir=/usr/share/doc/${PF} \
+   --enable-debug \
+   $(use_with c-ares cares) \
+   $(use_enable debug cassert) \
+   $(use_with pam) \
+   $(use_with ssl openssl) \
+   $(use_with udns)
+}
+
+src_test() {
+   cd "${S}/test"
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc AUTHORS
+   use doc && dodoc doc/*.rst
+
+   newconfd "${FILESDIR}/${PN}.confd-r1" "${PN}"
+   newinitd "${FILESDIR}/${PN}.initd-r2" "${PN}"
+
+   insinto /etc
+   doins etc/pgbouncer.ini
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotate" pgbouncer
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   einfo "Please read the config.txt for Configuration Directives"
+   einfo
+   einfo "For Administration Commands, see:"
+   einfo "man pgbouncer"
+   einfo
+   einfo "By default, PgBouncer does not have access to any 
database."
+   einfo "GRANT the permissions needed for your application and 
make sure that it"
+   einfo "e

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

2019-10-20 Thread Mikle Kolyada
commit: 780631adde5c43c700a9c0d0f56466d882807cab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 16:46:40 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 16:50:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780631ad

sys-cluster/slurm: Drop old

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

 sys-cluster/slurm/Manifest |   1 -
 .../files/slurm-17.11.13.2-disable-sview.patch |  99 
 sys-cluster/slurm/slurm-17.11.13.2.ebuild  | 278 -
 3 files changed, 378 deletions(-)

diff --git a/sys-cluster/slurm/Manifest b/sys-cluster/slurm/Manifest
index 5d692ad2b82..d61e5c59422 100644
--- a/sys-cluster/slurm/Manifest
+++ b/sys-cluster/slurm/Manifest
@@ -1,2 +1 @@
-DIST slurm-17.11.13-2.tar.bz2 6261416 BLAKE2B 
bca7a06e703799371da11a7427ce009784c7236569f4b24b278078231192bb0e90604fb90a61f8269881ccacd154cbf03174b3e4600410a8c726beccf4aefd18
 SHA512 
d419984bfa1bf1be20d3439672eaf868e3e0c45549b8d696bb6f588a57e1bc1e765dbca8a9a62c54bf27c3dfbbd0f165f573459a22ef87d976bc511c22fde639
 DIST slurm-18.08.7.tar.bz2 6186006 BLAKE2B 
a5458f72cbe93bc1103c2c7f3d428ae14239cb092edad2c683e448dda35f3e108fef0d9a3a86599da6058c9c98a86dafed9a087ffe6e8d7425db9cdb879954b3
 SHA512 
d0047086f1b716877cc5bb39539bf96a8fd08b1851c85fd85112c6432c1ce2a0f29fc9dd8803094c8fa44d063cec5f417e6bed231b6d338934ff4b48424a5a93

diff --git a/sys-cluster/slurm/files/slurm-17.11.13.2-disable-sview.patch 
b/sys-cluster/slurm/files/slurm-17.11.13.2-disable-sview.patch
deleted file mode 100644
index f7e2c5b2673..000
--- a/sys-cluster/slurm/files/slurm-17.11.13.2-disable-sview.patch
+++ /dev/null
@@ -1,99 +0,0 @@
- configure.ac | 39 ---
- doc/man/man1/Makefile.am |  8 
- src/Makefile.am  |  3 +--
- 3 files changed, 1 insertion(+), 49 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2f177ec..ff4d69b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -238,44 +238,6 @@ AC_SUBST(HAVE_SOME_CURSES)
- PKG_CHECK_MODULES([CHECK], [check >= 0.9.8], [ac_have_check="yes"], 
[ac_have_check="no"])
- AM_CONDITIONAL(HAVE_CHECK, test "x$ac_have_check" = "xyes")
- 
--#
--#  Tests for GTK+
--#
--
--# use the correct libs if running on 64bit
--if test -d "/usr/lib64/pkgconfig"; then
--PKG_CONFIG_PATH="/usr/lib64/pkgconfig/:$PKG_CONFIG_PATH"
--fi
--
--if test -d "/opt/gnome/lib64/pkgconfig"; then
--PKG_CONFIG_PATH="/opt/gnome/lib64/pkgconfig/:$PKG_CONFIG_PATH"
--fi
--
--AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], 
[gthread])
--
--if test ${glib_config_minor_version=0} -ge 32 ; then
--   AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or 
higher])
--fi
--
--AM_PATH_GTK_2_0([2.7.1], [ac_gtk_test="yes"], [ac_gtk_test="no"], [gthread])
--if test ${gtk_config_minor_version=0} -ge 10 ; then
--   AC_DEFINE([GTK2_USE_RADIO_SET], 1, [Define to 1 if using gtk+-2.10.0 
or higher])
--fi
--
--if test ${gtk_config_minor_version=0} -ge 12 ; then
--   AC_DEFINE([GTK2_USE_TOOLTIP], 1, [Define to 1 if using gtk+-2.12.0 or 
higher])
--fi
--
--if test ${gtk_config_minor_version=0} -ge 14 ; then
--   AC_DEFINE([GTK2_USE_GET_FOCUS], 1, [Define to 1 if using gtk+-2.14.0 
or higher])
--fi
--
--if test "x$ac_glib_test" != "xyes" -o "x$ac_gtk_test" != "xyes"; then
--  AC_MSG_WARN([cannot build sview without gtk library]);
--fi
--
--AM_CONDITIONAL(BUILD_SVIEW, [test "x$ac_glib_test" = "xyes"] && [test 
"x$ac_gtk_test" = "xyes"])
--
- dnl Cray ALPS/Basil support depends on mySQL
- X_AC_CRAY
- 
-@@ -477,7 +439,6 @@ AC_CONFIG_FILES([Makefile
-src/sshare/Makefile
-src/sstat/Makefile
-src/strigger/Makefile
--   src/sview/Makefile
-src/plugins/Makefile
-src/plugins/accounting_storage/Makefile
-src/plugins/accounting_storage/common/Makefile
-diff --git a/doc/man/man1/Makefile.am b/doc/man/man1/Makefile.am
-index 246f16d..ba39af2 100644
 a/doc/man/man1/Makefile.am
-+++ b/doc/man/man1/Makefile.am
-@@ -29,10 +29,6 @@ if WITH_BLCR
- man1_MANS += srun_cr.1
- endif
- 
--if BUILD_SVIEW
--man1_MANS += sview.1
--endif
--
- EXTRA_DIST = $(man1_MANS)
- 
- if HAVE_MAN2HTML
-@@ -65,10 +61,6 @@ if WITH_BLCR
- html_DATA += srun_cr.html
- endif
- 
--if BUILD_SVIEW
--html_DATA += sview.html
--endif
--
- MOSTLYCLEANFILES = ${html_DATA}
- 
- EXTRA_DIST += $(html_DATA)
-diff --git a/src/Makefile.am b/src/Makefile.am
-index bcd5aa7..a8cbf17 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -28,5 +28,4 @@ SUBDIRS =\
-   srun_cr \
-   sshare  \
-   sstat   \
--  strigger\
--  sview
-+  strigger

diff --git a/sys-cluster/slurm/slurm-17.11.13.2.ebuild 
b/sys-cluster/slurm/slurm-17.11.13.2.ebuild
deleted file mode 100644
index 1f9e31

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/

2019-10-20 Thread Mikle Kolyada
commit: 666d7ba16d2dc714e798fa756ed361e25dc31fbb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 20 16:49:44 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 20 16:50:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666d7ba1

sys-cluster/slurm: respect CFLAGS

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

 sys-cluster/slurm/slurm-18.08.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/slurm/slurm-18.08.7.ebuild 
b/sys-cluster/slurm/slurm-18.08.7.ebuild
index b8797d5c132..78a580e9b30 100644
--- a/sys-cluster/slurm/slurm-18.08.7.ebuild
+++ b/sys-cluster/slurm/slurm-18.08.7.ebuild
@@ -115,7 +115,6 @@ src_prepare() {
 }
 
 src_configure() {
-   use debug || myconf+=( --disable-debug )
local myconf=(
--sysconfdir="${EPREFIX}/etc/${PN}"
--with-hwloc="${EPREFIX}/usr"
@@ -126,6 +125,7 @@ src_configure() {
use mysql || myconf+=( --without-mysql_config )
use amd64 && myconf+=( $(use_with netloc) )
econf "${myconf[@]}" \
+   $(use_enable debug) \
$(use_enable pam) \
$(use_enable X x11) \
$(use_with ssl) \



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

2019-10-20 Thread Andreas Sturmlechner
commit: 425506b2913065f43fe7051bdcc016adae5a7307
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct 20 16:43:52 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct 20 16:45:08 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=425506b2

qt5-build.eclass: Drop EAPI-6 support

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

 eclass/qt5-build.eclass | 28 
 1 file changed, 12 insertions(+), 16 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 88164d62..cde05162 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: qt5-build.eclass
@@ -6,18 +6,17 @@
 # q...@gentoo.org
 # @AUTHOR:
 # Davide Pesavento 
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 7
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
-# Requires EAPI 6.
+# Requires EAPI 7.
 
 if [[ ${CATEGORY} != dev-qt ]]; then
die "qt5-build.eclass is only to be used for building Qt 5"
 fi
 
 case ${EAPI} in
-   6)  inherit eapi7-ver ;;
7)  : ;;
*)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
 esac
@@ -118,9 +117,6 @@ BDEPEND="
dev-lang/perl
virtual/pkgconfig
 "
-case ${EAPI} in
-   6) DEPEND+=" ${BDEPEND}" ;;
-esac
 if [[ ${PN} != qttest ]]; then
DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
 fi
@@ -288,7 +284,7 @@ qt5-build_src_install() {
qt5_install_module_config
 
# prune libtool files
-   find "${D}" -name '*.la' -delete || die
+   find "${D}" -name '*.la' -type f -delete || die
 }
 
 # @FUNCTION: qt5-build_pkg_postinst
@@ -815,18 +811,18 @@ qt5_install_module_config() {
 qt5_regenerate_global_configs() {
einfo "Regenerating gentoo-qconfig.h"
 
-   find "${ROOT%/}${QT5_HEADERDIR}"/Gentoo \
+   find "${ROOT}${QT5_HEADERDIR}"/Gentoo \
-name '*-qconfig.h' -a \! -name 'gentoo-qconfig.h' -type f \
-execdir cat '{}' + | sort -u > "${T}"/gentoo-qconfig.h
 
[[ -s ${T}/gentoo-qconfig.h ]] || ewarn "Generated gentoo-qconfig.h is 
empty"
-   mv -f "${T}"/gentoo-qconfig.h 
"${ROOT%/}${QT5_HEADERDIR}"/Gentoo/gentoo-qconfig.h \
+   mv -f "${T}"/gentoo-qconfig.h 
"${ROOT}${QT5_HEADERDIR}"/Gentoo/gentoo-qconfig.h \
|| eerror "Failed to install new gentoo-qconfig.h"
 
einfo "Updating QT_CONFIG in qconfig.pri"
 
-   local qconfig_pri=${ROOT%/}${QT5_ARCHDATADIR}/mkspecs/qconfig.pri
-   local 
qconfig_pri_orig=${ROOT%/}${QT5_ARCHDATADIR}/mkspecs/gentoo/qconfig-qtcore.pri
+   local qconfig_pri=${ROOT}${QT5_ARCHDATADIR}/mkspecs/qconfig.pri
+   local 
qconfig_pri_orig=${ROOT}${QT5_ARCHDATADIR}/mkspecs/gentoo/qconfig-qtcore.pri
if [[ -f ${qconfig_pri} ]]; then
local x qconfig_add= qconfig_remove=
local qt_config new_qt_config=
@@ -839,7 +835,7 @@ qt5_regenerate_global_configs() {
# generate list of QT_CONFIG entries from the existing list,
# appending QCONFIG_ADD and excluding QCONFIG_REMOVE
eshopts_push -s nullglob
-   for x in 
"${ROOT%/}${QT5_ARCHDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do
+   for x in 
"${ROOT}${QT5_ARCHDATADIR}"/mkspecs/gentoo/*-qconfig.pri; do
qconfig_add+=" $(sed -n 's/^QCONFIG_ADD=\s*//p' "${x}")"
qconfig_remove+=" $(sed -n 's/^QCONFIG_REMOVE=\s*//p' 
"${x}")"
done
@@ -859,8 +855,8 @@ qt5_regenerate_global_configs() {
 
einfo "Updating QT.global_private in qmodule.pri"
 
-   local qmodule_pri=${ROOT%/}${QT5_ARCHDATADIR}/mkspecs/qmodule.pri
-   local 
qmodule_pri_orig=${ROOT%/}${QT5_ARCHDATADIR}/mkspecs/gentoo/qmodule-qtcore.pri
+   local qmodule_pri=${ROOT}${QT5_ARCHDATADIR}/mkspecs/qmodule.pri
+   local 
qmodule_pri_orig=${ROOT}${QT5_ARCHDATADIR}/mkspecs/gentoo/qmodule-qtcore.pri
if [[ -f ${qmodule_pri} && -f ${qmodule_pri_orig} ]]; then
local x
local qprivateconfig_enabled= qprivateconfig_disabled=
@@ -871,7 +867,7 @@ qt5_regenerate_global_configs() {
qprivateconfig_orig_enabled="$(sed -n 
's/^QT.global_private.enabled_features\s=\s*//p' "${qmodule_pri_orig}")"
qprivateconfig_orig_disabled="$(sed -n 
's/^QT.global_private.disabled_features\s=\s*//p' "${qmodule_pri_orig}")"
eshopts_push -s nullglob
-   for x in 
"${ROOT%/}${QT5_ARCHDATADIR}"/mkspecs/gentoo/*-qmodule.pri; do
+   for x in 
"${ROOT}${QT5_ARCHDATADIR}"/mkspecs/gentoo/*-qmodule.pri; do
qprivateconfig_enabled+=" $(sed -n 
's/^QT.global_private.enabled_features\s=\s*//p' "

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

2019-10-20 Thread Mike Gilbert
commit: 9aea35d6d535995ad9d53b32af592299e5a585e8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct 20 16:43:57 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct 20 16:43:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aea35d6

www-plugins/chrome-binary-plugins: automated update (78.0.3904.63)

Package-Manager: Portage-2.3.77_p5, Repoman-2.3.17_p81
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...04.50_beta.ebuild => chrome-binary-plugins-78.0.3904.63_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 7009e3feddf..02e11fab378 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_78.0.3904.50-1_amd64.deb 64518778 BLAKE2B 
3f41a7ec429ab7447fdab4d6b9fd434d0eb1875bdd4a481684a8f77c1796117f686a8d664f0fcf9ee992749f8ca296ca67126940323aefe23987211bcc48e96e
 SHA512 
6994da44680b9b58d00d7b35b8bdcbda9dff33dbbc3654e26d7686c5fac38c0fd40a2e728af44a826dc0a3a0ba32c8629819b7a6955faedd9b1e3adfbc6d8f74
+DIST google-chrome-beta_78.0.3904.63-1_amd64.deb 65182608 BLAKE2B 
1be42ad496d89a1412b47ec4007d667371bac3807c82cb204f28c3ba3ecc2e3decf1ec4443b73e9cc438e64e69b193bb2a109bf0ef09fcba3e446134a500e56d
 SHA512 
5b1fb11e7563d85bcee6e474854a3c8dffe73b0bcb210b5b2d1c5962ec2848a4cdcbf580c93b92311bcece8ad50eb6df75734551361c234d5e05ae19adfe509b
 DIST google-chrome-stable_77.0.3865.120-1_amd64.deb 61063428 BLAKE2B 
00027ec599a331f662187206f147ecbebea03ef5d77aff6fa5ab3ada25731de254647df41abe592b68de7ff50671fea6bed9a64edb9203889155d5deff6a7921
 SHA512 
5df8ce8270197d6531ddd4372fd370bccaee0a95edb85887aea010fe55bfb415039bcd2b9c234906b23b7d81a3b97ea4d9199f03b48b9c6c4303f1ae2c7f9818
 DIST google-chrome-unstable_79.0.3938.0-1_amd64.deb 65411420 BLAKE2B 
5d478bf212a1815b3f6e6dc7b1f2c33b20f50001acec500a1345c60a88c0e8d5f1c4c17f68d3b720cf045fd506217a0f83b518d5ce345d703e8eb033c75a9caa
 SHA512 
bb8d34cecc4af86042da69eba6dea30c594f611666a4d7f8c75096dba3c6879b6ebff355cfa114629147fcc7e2b525372268fd74855039f540a2a22d622831fc

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



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

2019-10-20 Thread Mike Gilbert
commit: 453bd8c1d85f7b2daeb83cf1573f7673e7fc2482
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct 20 16:43:46 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct 20 16:43:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453bd8c1

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

Package-Manager: Portage-2.3.77_p5, Repoman-2.3.17_p81
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 37842f8a6e4..58e7bb41b01 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_78.0.3904.50-1_amd64.deb 64518778 BLAKE2B 
3f41a7ec429ab7447fdab4d6b9fd434d0eb1875bdd4a481684a8f77c1796117f686a8d664f0fcf9ee992749f8ca296ca67126940323aefe23987211bcc48e96e
 SHA512 
6994da44680b9b58d00d7b35b8bdcbda9dff33dbbc3654e26d7686c5fac38c0fd40a2e728af44a826dc0a3a0ba32c8629819b7a6955faedd9b1e3adfbc6d8f74
+DIST google-chrome-beta_78.0.3904.63-1_amd64.deb 65182608 BLAKE2B 
1be42ad496d89a1412b47ec4007d667371bac3807c82cb204f28c3ba3ecc2e3decf1ec4443b73e9cc438e64e69b193bb2a109bf0ef09fcba3e446134a500e56d
 SHA512 
5b1fb11e7563d85bcee6e474854a3c8dffe73b0bcb210b5b2d1c5962ec2848a4cdcbf580c93b92311bcece8ad50eb6df75734551361c234d5e05ae19adfe509b

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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2019-10-20 Thread Michał Górny
commit: 17a05e6022b399d404c44375c90af1815a00347d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 16:42:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 16:42:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a05e60

xfce-extra/xfce4-whiskermenu-plugin: Correct HOMEPAGE (redirect)

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
index 5e60422461e..530eae19a64 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit cmake-utils xdg-utils
 
 DESCRIPTION="Alternate application launcher for Xfce"
-HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin";
+HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/";
 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-whiskermenu-plugin/

2019-10-20 Thread Michał Górny
commit: d31d43da685a5f657cd171953d417c43c5b4cec0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 16:34:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 16:42:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31d43da

xfce-extra/xfce4-whiskermenu-plugin: Fix build w/ panel 4.15.0

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

 .../xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git 
a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild 
b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
index 2f57d6b0535..5e60422461e 100644
--- a/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
+++ b/xfce-extra/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.3.3.ebuild
@@ -31,6 +31,13 @@ BDEPEND="
virtual/pkgconfig
 "
 
+src_prepare() {
+   # fix build failure w/ xfce4-panel-4.15.0
+   sed -i -e 
's@@@' \
+   panel-plugin/register-plugin.c || die
+   cmake-utils_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DENABLE_AS_NEEDED=OFF



  1   2   3   4   >