[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3-for-spark/

2020-01-13 Thread Alfredo Tupone
commit: d53b71f85b0a0eac777c476cb523c7bc30d3e5da
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Tue Jan 14 07:51:42 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jan 14 07:51:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53b71f8

sci-mathematics/why3-for-spark: use ocaml-4.09

Closes: https://bugs.gentoo.org/705072
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone  gentoo.org>

 .../why3-for-spark/why3-for-spark-2019-r1.ebuild   | 78 ++
 1 file changed, 78 insertions(+)

diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild 
b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild
new file mode 100644
index 000..6df32dd7409
--- /dev/null
+++ b/sci-mathematics/why3-for-spark/why3-for-spark-2019-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MYP=why3-${PV}-20190517-197BB-src
+
+DESCRIPTION="Platform for deductive program verification"
+HOMEPAGE="http://why3.lri.fr/;
+SRC_URI="http://mirrors.cdn.adacore.com/art/5cdf915d31e87a8f1c967d54
+   -> ${MYP}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith 
zip"
+RESTRICT=strip
+
+DEPEND=">=dev-lang/ocaml-4.09.0[ocamlopt?]
+   >=dev-ml/ocamlbuild-0.14.0
+   dev-ml/menhir
+   dev-ml/num
+   coq? ( sci-mathematics/coq )
+   doc? ( dev-tex/rubber )
+   gtk? ( dev-ml/lablgtk[sourceview] )
+   emacs? ( >=app-editors/emacs-23.1:* )
+   html? ( dev-tex/hevea )
+   hypothesis-selection? ( dev-ml/ocamlgraph )
+   zarith? ( dev-ml/zarith )
+   zip? ( >=dev-ml/camlzip-1.07 )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+REQUIRED_USE="html? ( doc )"
+
+src_configure() {
+   econf \
+   --disable-pvs-libs \
+   --disable-isabelle-libs \
+   --enable-verbose-make \
+   $(use_enable coq coq-libs) \
+   $(use_enable doc) \
+   $(use_enable emacs emacs-compilation) \
+   $(use_enable gtk ide) \
+   $(use_enable html html-doc) \
+   $(use_enable hypothesis-selection) \
+   $(use_enable ocamlopt native-code) \
+   $(use_enable profiling) \
+   $(use_enable zarith) \
+   $(use_enable zip)
+}
+
+src_compile() {
+   emake -j1
+   if use ocamlopt; then
+   emake byte
+   fi
+   use doc && emake doc
+}
+
+src_install() {
+   emake DESTDIR="${D}" -j1 install
+   emake DESTDIR="${D}" -j1 install-lib
+   emake DESTDIR="${D}" install_spark2014_dev
+   dosym ../why3server /usr/$(get_libdir)/why3/commands/why3server
+   einstalldocs
+   docompress -x /usr/share/doc/${PF}/examples
+   dodoc -r examples
+   if use doc; then
+   dodoc doc/manual.pdf
+   use html && dodoc -r doc/html
+   fi
+}



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

2020-01-13 Thread Georgy Yakovlev
commit: b5f89348db309b15607123a06f0d7acfe21e6426
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 14 07:43:03 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 14 07:43:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f89348

sys-process/minicoredumper: keyword on ~arm64

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

 sys-process/minicoredumper/minicoredumper-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild 
b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
index 8795d2b0b94..d940519bfa4 100644
--- a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
+++ b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://linutronix.de/minicoredumper/files/${P}.tar.xz;
 
 LICENSE="BSD BSD-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



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

2020-01-13 Thread Hans de Graaff
commit: 667ad3850e81917163f11be1863c58866cf9a4ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:26:37 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667ad385

dev-ruby/rdiscount: add ruby27

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

 dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild 
b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
index a10151cda68..38c2e2a4187 100644
--- a/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
+++ b/dev-ruby/rdiscount/rdiscount-2.2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST="test:unit"
 



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

2020-01-13 Thread Hans de Graaff
commit: 13e8c826d3e1e0aec333fe21e0f4ea133dcfc263
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:32:46 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e8c826

dev-ruby/afm: add ruby27

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

 dev-ruby/afm/afm-0.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/afm/afm-0.2.2.ebuild b/dev-ruby/afm/afm-0.2.2.ebuild
index 4e59f7f284a..d40778d7720 100644
--- a/dev-ruby/afm/afm-0.2.2.ebuild
+++ b/dev-ruby/afm/afm-0.2.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"



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

2020-01-13 Thread Hans de Graaff
commit: ab6d264ec9d181c6f820b1b01d4529b8e7970c11
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:39:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6d264e

dev-ruby/ae: add ruby27

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

 dev-ruby/ae/ae-1.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ae/ae-1.8.2.ebuild b/dev-ruby/ae/ae-1.8.2.ebuild
index 8c2ca796a6a..534de2a5037 100644
--- a/dev-ruby/ae/ae-1.8.2.ebuild
+++ b/dev-ruby/ae/ae-1.8.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2020-01-13 Thread Hans de Graaff
commit: b6b3ce411bd4f3e32acd631795c4968e7bec42f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:25:02 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b3ce41

dev-ruby/maruku: add ruby27

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

 dev-ruby/maruku/maruku-0.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/maruku/maruku-0.7.3.ebuild 
b/dev-ruby/maruku/maruku-0.7.3.ebuild
index 4d62a01cd0d..a7ec7fdc4a4 100644
--- a/dev-ruby/maruku/maruku-0.7.3.ebuild
+++ b/dev-ruby/maruku/maruku-0.7.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-01-13 Thread Hans de Graaff
commit: 2dd2b5805557783a2eeb1ed33b79e9f8ccdc33cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:44:39 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd2b580

dev-ruby/ruby-rc4: add ruby27

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

 dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r2.ebuild 
b/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r2.ebuild
index 00467444711..024fbf1bc06 100644
--- a/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r2.ebuild
+++ b/dev-ruby/ruby-rc4/ruby-rc4-0.1.5-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2020-01-13 Thread Hans de Graaff
commit: d67a3be9672d3fabdace089859dd58c5e42af719
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:34:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67a3be9

dev-ruby/ascii85: add ruby27

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

 dev-ruby/ascii85/ascii85-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ascii85/ascii85-1.0.3.ebuild 
b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
index c0a7a24dc2d..ee44cde6950 100644
--- a/dev-ruby/ascii85/ascii85-1.0.3.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md History.txt"



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

2020-01-13 Thread Hans de Graaff
commit: ca839ce928659319511b2af58b3a0ab0762bc459
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:41:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca839ce9

dev-ruby/ansi: add ruby27

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

 dev-ruby/ansi/ansi-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ansi/ansi-1.5.0.ebuild b/dev-ruby/ansi/ansi-1.5.0.ebuild
index 4c6c100f965..ff18afb6bc2 100644
--- a/dev-ruby/ansi/ansi-1.5.0.ebuild
+++ b/dev-ruby/ansi/ansi-1.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2020-01-13 Thread Hans de Graaff
commit: 329a7d0be27e42df55debaa7e23867f31d0ce187
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:29:51 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a7d0b

dev-ruby/tidy-ext: add ruby27

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

 dev-ruby/tidy-ext/tidy-ext-0.1.14-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/tidy-ext/tidy-ext-0.1.14-r3.ebuild 
b/dev-ruby/tidy-ext/tidy-ext-0.1.14-r3.ebuild
index c955597093b..5cd26fbc43b 100644
--- a/dev-ruby/tidy-ext/tidy-ext-0.1.14-r3.ebuild
+++ b/dev-ruby/tidy-ext/tidy-ext-0.1.14-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_DOCDIR="rdoc"
 



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

2020-01-13 Thread Hans de Graaff
commit: f2a9b43f2b9034e08375fa6fce00b6e643f3094c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:52:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:53:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a9b43f

dev-ruby/ttfunk: add ruby27

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

 dev-ruby/ttfunk/ttfunk-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
index d62a7fee0b7..da4553e402f 100644
--- a/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
+++ b/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2020-01-13 Thread Joonas Niilola
commit: 9b233d69ee4b6e1487e90a65504ccf107e5ee1fa
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Jan 11 13:41:24 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan 14 06:46:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b233d69

dev-libs/libflatarray: Fix QA issue

Resolve the following QA warning:

 * One or more CMake variables were not used by the project:
 *   WITH_SILO

There is no WITH_SILO option. Remove it.

Closes: https://bugs.gentoo.org/659392
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>
Closes: https://github.com/gentoo/gentoo/pull/14331
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/libflatarray/libflatarray-0.2.0.ebuild | 3 +--
 dev-libs/libflatarray/libflatarray-0.3.0.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libflatarray/libflatarray-0.2.0.ebuild 
b/dev-libs/libflatarray/libflatarray-0.2.0.ebuild
index 35250d070a6..0f58f1ff81a 100644
--- a/dev-libs/libflatarray/libflatarray-0.2.0.ebuild
+++ b/dev-libs/libflatarray/libflatarray-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DWITH_CUDA=$(usex cuda)
-   -DWITH_SILO=false
)
cmake-utils_src_configure
 }

diff --git a/dev-libs/libflatarray/libflatarray-0.3.0.ebuild 
b/dev-libs/libflatarray/libflatarray-0.3.0.ebuild
index 27ca812593b..0f58f1ff81a 100644
--- a/dev-libs/libflatarray/libflatarray-0.3.0.ebuild
+++ b/dev-libs/libflatarray/libflatarray-0.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,6 @@ src_prepare() {
 src_configure() {
local mycmakeargs=(
-DWITH_CUDA=$(usex cuda)
-   -DWITH_SILO=false
)
cmake-utils_src_configure
 }



[gentoo-commits] data/api:master commit in: files/

2020-01-13 Thread Joonas Niilola
commit: f56dd3e3b9fd379bbd174de2f129d2c2aa6f1d48
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jan 14 06:17:59 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan 14 06:17:59 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=f56dd3e3

uid-gid.txt: request 114+115 for snapserver+snapclient

Signed-off-by: Joonas Niilola  gentoo.org>

 files/uid-gid.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 69bd32f..b414b62 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -149,6 +149,8 @@ plex103 103 acct
 lpadmin-   106 user.eclass
 rpc111 111 historical  Used by 
net-nds/portmap, removed in 
[36e60cce11d7](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e60cce11d780582196c42d6b692897455d7a27)
 unifi  113 113 acct
+snapserver 114 114 requested
+snapclient 115 115 requested
 mythtv 117 117 acct
 murmur 122 122 acct
 ntp123 123 acct



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

2020-01-13 Thread Hans de Graaff
commit: 4a39302f1959b87155b7fd58da077d81ee1b8bfc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:14:23 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:14:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a39302f

dev-ruby/tins: cleanup

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

 dev-ruby/tins/Manifest   |  2 --
 dev-ruby/tins/tins-1.21.0.ebuild | 28 
 dev-ruby/tins/tins-1.22.0.ebuild | 27 ---
 3 files changed, 57 deletions(-)

diff --git a/dev-ruby/tins/Manifest b/dev-ruby/tins/Manifest
index f5acfeba978..e5856cd4416 100644
--- a/dev-ruby/tins/Manifest
+++ b/dev-ruby/tins/Manifest
@@ -1,6 +1,4 @@
 DIST tins-1.20.2.gem 305664 BLAKE2B 
37d206664077aa1ba8bac395e076b448797c9d73f46950ff339834b55cb1eaa36e1cdd47a9795d783671a8ef393f6059578ed684240de377ec8824c2468f5014
 SHA512 
c6c7694ddadf0cf46176a1fabda8ffc2d6b098ca6ed4d568f30c66100a2f55c25ce83c09e8ba379ee6c49dd68d6f1572f17f70f928c1fe5225fcc9d7b788
 DIST tins-1.20.3.gem 305664 BLAKE2B 
26c78cf94acba6651c631b274a98cc7e19d3e215a450d255886d201c5bf94c343141edeb03456a178943cf70efbc9b75ea12cc2ccaec5c929fe5b2c08e918d2c
 SHA512 
f5f723402096e869a8e44e64db9dcd0be4620812f0b5cc291df79010fcb87774ad56298de328242c96ce9dca64f7313271b9fec8cff758a6b3b689bec17c965d
-DIST tins-1.21.0.gem 305664 BLAKE2B 
843b19b1208c3db8b9c21be6d249ca334bb3e8eb172a54623a7f6c6c1d6c62c2891e08cce5ec9a86fbc55637d7d8e2012925efe57fa23e68976bbd83c7f8cbda
 SHA512 
88de2c493ad4ded353d58fa9647844fc14043233e0baa33180218cc068ab34d6a86e8841f41106ffa67215af26ccf3207ac9ef58f7db80f14c59c96591bd4a85
 DIST tins-1.21.1.gem 305664 BLAKE2B 
1a86b55f0334d4e28fe4d4e67c12103ab4ed53056fb00d9d375ffc9b8213419bf277c37d23970e99c6bd7d3a2035cdde661dd63524b81082739d01271370be9c
 SHA512 
25288e3c8e633bc9cef11b988bf778e75a304a52146a4501cd3ebbeee4c845a6be795d4ce7d01b24ff4a9a122fc16afbc20d9d88f7b1559c9b433d8f9282e29d
-DIST tins-1.22.0.gem 306688 BLAKE2B 
d5a3549f8ce89b14df18e2affc70291af07323d63fc42feddc6d70fccf8ea1a032c851639e509c35dadf0cf5c6b9fdb28c6258e263142461b15f81959227a6d7
 SHA512 
4dc695a252cdc6d65514906de557ad21d5a4dfb0e8a7c6650d94a2a4e6da5f34f6c7ce6c48124bebb79268a4c2b840f63ef5421ef4ba3d847de42d17f459241b
 DIST tins-1.22.2.gem 306688 BLAKE2B 
c5b0aed29b763d37707de47a57419d9af934a0949417003707fd13a7e9e4a0d82fb905843ceac75a384c6ca9592471c15bc28ea63af4890ce54076f5c2f67d7c
 SHA512 
6b93242d9c63a84de690c381086fd454714cdb0e82ce6eda4deb5d66a8b9ca4bbc5e2c502c258045b06aecb76487eddd019ca267b872717df36cdaf840ae97e7

diff --git a/dev-ruby/tins/tins-1.21.0.ebuild b/dev-ruby/tins/tins-1.21.0.ebuild
deleted file mode 100644
index 19bbb25c440..000
--- a/dev-ruby/tins/tins-1.21.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library"
-HOMEPAGE="https://github.com/flori/tins;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}

diff --git a/dev-ruby/tins/tins-1.22.0.ebuild b/dev-ruby/tins/tins-1.22.0.ebuild
deleted file mode 100644
index 074a4469878..000
--- a/dev-ruby/tins/tins-1.22.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="All the stuff that isn't good enough for a real library"
-HOMEPAGE="https://github.com/flori/tins;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-each_ruby_test() {
-   ruby-ng_testrb-2 -Ilib tests/*_test.rb
-}



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

2020-01-13 Thread Hans de Graaff
commit: d1154c54e35c39fc3206edcea0325c70ca5ef6cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 14 06:10:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 14 06:10:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1154c54

dev-ruby/blankslate: add ruby27

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

 dev-ruby/blankslate/blankslate-3.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/blankslate/blankslate-3.1.3.ebuild 
b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
index 32bf3a514ae..2d77b053c9b 100644
--- a/dev-ruby/blankslate/blankslate-3.1.3.ebuild
+++ b/dev-ruby/blankslate/blankslate-3.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2020-01-13 Thread Mike Gilbert
commit: 94584c013f8a611cd5289a619f02734465cab130
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 05:42:29 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 05:42:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94584c01

dev-util/meson: 0.52.1 stable for all

Closes: https://bugs.gentoo.org/705164
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/meson/meson-0.52.1.ebuild 
b/dev-util/meson/meson-0.52.1.ebuild
index 63dcf5b648d..232e93978e1 100644
--- a/dev-util/meson/meson-0.52.1.ebuild
+++ b/dev-util/meson/meson-0.52.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~x64-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 fi
 
 inherit distutils-r1 toolchain-funcs



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

2020-01-13 Thread Mike Gilbert
commit: fe2d3549939e4eb047a80ae7ba6ade5af76446f0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 05:37:49 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 05:37:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2d3549

dev-util/meson: support python3.8

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-util/meson/meson-0.52.1.ebuild 
b/dev-util/meson/meson-0.52.1.ebuild
index 4c6121e02d3..63dcf5b648d 100644
--- a/dev-util/meson/meson-0.52.1.ebuild
+++ b/dev-util/meson/meson-0.52.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then

diff --git a/dev-util/meson/meson-0.53.0.ebuild 
b/dev-util/meson/meson-0.53.0.ebuild
index 75a6c3d5aed..c03f936be1b 100644
--- a/dev-util/meson/meson-0.53.0.ebuild
+++ b/dev-util/meson/meson-0.53.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index 42710544044..1cb26feeb18 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then



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

2020-01-13 Thread Mike Gilbert
commit: 99ff8d86b1a3df5d05f5c34e7e339db621c3303e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 05:27:45 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 05:27:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ff8d86

dev-util/meson: remove old

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/Manifest|  2 -
 dev-util/meson/meson-0.51.1.ebuild | 79 --
 dev-util/meson/meson-0.52.0.ebuild | 79 --
 3 files changed, 160 deletions(-)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index 90bfd069ec5..3871b790a19 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,5 +1,3 @@
-DIST meson-0.51.1.tar.gz 1451234 BLAKE2B 
8a925bfa3d622f75eb180226311a6531cde435a5a6573663f44ba67dbefa63f76b8bd17eb23d291594fe66a379ebc8aef5f1e680973a59b0b52c41fe09e4cdcf
 SHA512 
535fb7c73a7e721a25ce4a0b9771bbb2c07fcd8f7b8f43542a093663291761370044f99b9109853b19201189881e64db1ba5a67c724ecff21000b22ca79f182c
 DIST meson-0.51.2.tar.gz 1453328 BLAKE2B 
514995ba8db534ecd488e99fb1aed25d33de73ca65fdfaf18584bd8c113eca3602a73ac42f2ae5ddd4362f8989a02d3d3aa75487ba665706c75039e3f039056c
 SHA512 
332fa0801accd91dc8f3cc1e4e701b1139fdb17c4ae8371fab419e83305ef41534e5f367fbd9323936afb6912d5c3e7cffa9cef658550fad0861ccca9812d5b0
-DIST meson-0.52.0.tar.gz 1507218 BLAKE2B 
d3d869cf4a992ba89f150960ed742ac5da2b63b60a3583f2c4c7cce1e2a86f5101a90a05f59000af70c7ada00c119268df87aaadc55ccee50b85c24e308c1d5c
 SHA512 
b32206c5499580a74bb5442d21263b5328cc3302c3226452fb3a2434fdcf55d5fc16fc841102b09a85abc19dbd00e836a571f917833ef3d726d84524f89b2e1c
 DIST meson-0.52.1.tar.gz 1507764 BLAKE2B 
8daf43d84186905d5c32629ab6a250955bdffda502d2d79f99d0ae7e3a21b3f9bc09ef5258f709eee4e17b09c6f09e7685a72153efcf8daaaec2645eef8a
 SHA512 
fea3e85191782999de3a9431ec1d2cfacea32cf9598205443855042dca50ddac92eb3e74be4dd6a62bd80a606b73e76a04877b2c8efb275d9de5f87e3f9f8f41
 DIST meson-0.53.0.tar.gz 1548138 BLAKE2B 
42340645f3417930856e05da9b479e9352e1fe3ea567929215f433a04fe3b0216d6de8693428be058048d2bd9c8d21031b19d0d5599a99e8f61aa9b6da689bf7
 SHA512 
e79a093aba5df137d463ac1334199833b8374689b2aba1cfd935fc484fff524d84bf6c2b3fcd9371b67daade0e18d1fe5e47dccdb7cf416932e86b83f49fec73

diff --git a/dev-util/meson/meson-0.51.1.ebuild 
b/dev-util/meson/meson-0.51.1.ebuild
deleted file mode 100644
index cb9f77be1aa..000
--- a/dev-util/meson/meson-0.51.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2016-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-if [[ ${PV} = ** ]]; then
-   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv 
s390 sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-fi
-
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Open source build system"
-HOMEPAGE="http://mesonbuild.com/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   test? (
-   dev-libs/glib:2
-   dev-libs/gobject-introspection
-   dev-util/ninja
-   dev-vcs/git
-   sys-libs/zlib[static-libs(+)]
-   virtual/pkgconfig
-   )
-"
-
-python_prepare_all() {
-   # ASAN and sandbox both want control over LD_PRELOAD
-   # https://bugs.gentoo.org/673016
-   sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
-
-   # ASAN is unsupported on some targets
-   # https://bugs.gentoo.org/692822
-   sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
-
-   distutils-r1_python_prepare_all
-}
-
-src_test() {
-   tc-export PKG_CONFIG
-   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
-   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
-   else
-   # https://bugs.gentoo.org/687792
-   unset PKG_CONFIG
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   (
-   # test_meson_installed
-   unset PYTHONDONTWRITEBYTECODE
-
-   # test_cross_file_system_paths
-   unset XDG_DATA_HOME
-
-   ${EPYTHON} -u run_tests.py
-   ) || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto /usr/share/vim/vimfiles
-   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
-   insinto /usr/share/zsh/site-functions
-   doins data/shell-completions/zsh/_meson
-}

diff --git 

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

2020-01-13 Thread Mike Gilbert
commit: dccaf17cdb83a8d177c29c503085fcded61bb0f8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 05:26:28 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 05:26:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccaf17c

dev-util/meson: set DISTUTILS_USE_SETUPTOOLS=rdepend

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.51.2.ebuild | 4 ++--
 dev-util/meson/meson-0.52.1.ebuild | 4 ++--
 dev-util/meson/meson-0.53.0.ebuild | 4 ++--
 dev-util/meson/meson-.ebuild   | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/meson/meson-0.51.2.ebuild 
b/dev-util/meson/meson-0.51.2.ebuild
index cb9f77be1aa..f7c71e2ff81 100644
--- a/dev-util/meson/meson-0.51.2.ebuild
+++ b/dev-util/meson/meson-0.51.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -22,8 +23,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="
test? (
dev-libs/glib:2
dev-libs/gobject-introspection

diff --git a/dev-util/meson/meson-0.52.1.ebuild 
b/dev-util/meson/meson-0.52.1.ebuild
index 3b5f7e24d00..4c6121e02d3 100644
--- a/dev-util/meson/meson-0.52.1.ebuild
+++ b/dev-util/meson/meson-0.52.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -22,8 +23,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="
test? (
dev-libs/glib:2
dev-libs/gobject-introspection

diff --git a/dev-util/meson/meson-0.53.0.ebuild 
b/dev-util/meson/meson-0.53.0.ebuild
index c9252fd5abd..75a6c3d5aed 100644
--- a/dev-util/meson/meson-0.53.0.ebuild
+++ b/dev-util/meson/meson-0.53.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -22,8 +23,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="
test? (
dev-libs/glib:2
dev-libs/gobject-introspection

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index e7ca1f73f7b..42710544044 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson;
@@ -22,8 +23,7 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="
test? (
dev-libs/glib:2
dev-libs/gobject-introspection



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

2020-01-13 Thread Mike Gilbert
commit: f6f893c3222bf5c86d67f8df17db501a7cb624fc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 05:17:47 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 05:18:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f893c3

dev-util/meson: fix test_pkgconfig_gen_deps

Closes: https://bugs.gentoo.org/705352
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 .../files/0.52.1-test_pkgconfig_gen_deps.patch | 46 ++
 dev-util/meson/meson-0.52.1.ebuild |  4 ++
 dev-util/meson/meson-0.53.0.ebuild |  4 ++
 3 files changed, 54 insertions(+)

diff --git a/dev-util/meson/files/0.52.1-test_pkgconfig_gen_deps.patch 
b/dev-util/meson/files/0.52.1-test_pkgconfig_gen_deps.patch
new file mode 100644
index 000..ec753e00230
--- /dev/null
+++ b/dev-util/meson/files/0.52.1-test_pkgconfig_gen_deps.patch
@@ -0,0 +1,46 @@
+From 1ce668f9163e1c912382eeb0e6ae40d123c0cca9 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Mon, 13 Jan 2020 23:46:09 -0500
+Subject: [PATCH] test_pkgconfig_gen_deps: set
+ PKG_CONFIG_SYSTEM_LIBRARY_PATH=/usr/lib
+
+pkgconf automatically prunes "system library paths" from its output. The
+system library paths depend on the system toolchain. A common value on a
+64-bit system is as follows:
+
+/lib64:/usr/lib64:/usr/local/lib64
+
+So, if -L/usr/lib64 appears in the Libs section, it will be pruned from
+the output of pkg-config --libs.
+
+The pc files generated for this test contain something like this:
+
+libdir=/usr/lib
+Libs: -L${libdir} ...
+
+pkgconf may not consider /usr/lib to be a system library path, so it is
+not pruned as the test expects. To work around this, override the
+compiled-in list of paths via the PKG_CONFIG_SYSTEM_LIBRARY_PATH
+environment variable.
+
+Fixes: https://github.com/mesonbuild/meson/issues/6004
+---
+ run_unittests.py | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/run_unittests.py b/run_unittests.py
+index 898f05e54d..5a60b9b6a4 100755
+--- a/run_unittests.py
 b/run_unittests.py
+@@ -4832,7 +4832,10 @@ def test_pkgconfig_gen_deps(self):
+ privatedir2 = self.privatedir
+ 
+ os.environ
+-env = {'PKG_CONFIG_LIBDIR': os.pathsep.join([privatedir1, 
privatedir2])}
++env = {
++'PKG_CONFIG_LIBDIR': os.pathsep.join([privatedir1, privatedir2]),
++'PKG_CONFIG_SYSTEM_LIBRARY_PATH': '/usr/lib',
++}
+ self._run(['pkg-config', 'dependency-test', '--validate'], 
override_envvars=env)
+ 
+ # pkg-config strips some duplicated flags so we have to parse the

diff --git a/dev-util/meson/meson-0.52.1.ebuild 
b/dev-util/meson/meson-0.52.1.ebuild
index 85edd45c7d1..3b5f7e24d00 100644
--- a/dev-util/meson/meson-0.52.1.ebuild
+++ b/dev-util/meson/meson-0.52.1.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
 "
 
 python_prepare_all() {
+   local PATCHES=(
+   "${FILESDIR}"/0.52.1-test_pkgconfig_gen_deps.patch
+   )
+
# ASAN and sandbox both want control over LD_PRELOAD
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die

diff --git a/dev-util/meson/meson-0.53.0.ebuild 
b/dev-util/meson/meson-0.53.0.ebuild
index e7ca1f73f7b..c9252fd5abd 100644
--- a/dev-util/meson/meson-0.53.0.ebuild
+++ b/dev-util/meson/meson-0.53.0.ebuild
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
 "
 
 python_prepare_all() {
+   local PATCHES=(
+   "${FILESDIR}"/0.52.1-test_pkgconfig_gen_deps.patch
+   )
+
# ASAN and sandbox both want control over LD_PRELOAD
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die



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

2020-01-13 Thread Andreas K. Hüttel
commit: 3d4dba214c2ca968962be1c0720d376b33d043bf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 14 05:12:24 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jan 14 05:14:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4dba21

Revert "dev-python/typed-ast: Remove redundant versions"

Still needed for dev-python/mypy ...
This reverts commit 0278c9ef72411d1036ce0cbc3221a9b11252ae3c.

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-python/typed-ast/Manifest   |  3 +++
 dev-python/typed-ast/typed-ast-1.1.0.ebuild | 16 
 dev-python/typed-ast/typed-ast-1.2.0.ebuild | 18 ++
 dev-python/typed-ast/typed-ast-1.3.1.ebuild | 18 ++
 4 files changed, 55 insertions(+)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index 3c59673bf7d..d1cf53bd7b7 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,2 +1,5 @@
+DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 
09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf
 SHA512 
439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
+DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 
79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f
 SHA512 
801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
+DIST typed-ast-1.3.1.tar.gz 204285 BLAKE2B 
209911e0dc7291ec4b48ce7c5163d738ccd0978027d2bb1b64004c0f08feb7567d83ba8f04dfe48975ecc2116ee365a903f455dddcaf1bc07cf5deb08572f92c
 SHA512 
390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a
 DIST typed_ast-1.4.0.tar.gz 206620 BLAKE2B 
59d3ed516b63643e37d9530dcb82670dd0e36f436650880f9fb304d081c3a72ecd494646dbf8f62fe95d2e70742390a5be711bcb803f1f0b6524dec1bf43c8c3
 SHA512 
b74e7fc51cde16439eae7cf41f0bdb95b5998362eccb73cf736f343cdab64daab63bc0f95f05a4911b229761749bdd31ac83423b58f2f3e1e1dadc7e6015bc1c
 DIST typed_ast-1.4.1.tar.gz 208587 BLAKE2B 
db874caf459cb73345305051a7c4e97244e92b28e94e82f59b38bb91b7c6c69a2531a81c84d483eca8d641bc947f6aa1b98ba59cd880f7560fbdec55bce41787
 SHA512 
a3154fe723aeadf998694aba0faf516e5b9abb876e4c7d91843b3694474ff6911b3e77a6cb7366cfa8e5a573b331906b6a0b134b25627aaba0dcbe92c4e25590

diff --git a/dev-python/typed-ast/typed-ast-1.1.0.ebuild 
b/dev-python/typed-ast/typed-ast-1.1.0.ebuild
new file mode 100644
index 000..7c70025fe0f
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+inherit distutils-r1
+
+DESCRIPTION="A fork of Python 2 and 3 ast modules with type comment support"
+HOMEPAGE="https://github.com/python/typed_ast;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

diff --git a/dev-python/typed-ast/typed-ast-1.2.0.ebuild 
b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
new file mode 100644
index 000..439c03c60dc
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python typed-ast backported"
+HOMEPAGE="https://pypi.org/project/typed-ast/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/typed-ast/typed-ast-1.3.1.ebuild 
b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
new file mode 100644
index 000..c8a10e8068a
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python typed-ast backported"
+HOMEPAGE="https://pypi.org/project/typed-ast/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-01-13 Thread Andreas K. Hüttel
commit: 91a24384ea476fd38ea7db5e5621209c35543e28
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 14 04:59:18 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jan 14 05:04:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a24384

app-office/libreoffice-bin: Version bump 6.3.4.2 with boost 1.72.0

Bug: https://bugs.gentoo.org/704840
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin/Manifest|  12 +
 .../libreoffice-bin/libreoffice-bin-6.3.4.2.ebuild | 257 +
 2 files changed, 269 insertions(+)

diff --git a/app-office/libreoffice-bin/Manifest 
b/app-office/libreoffice-bin/Manifest
index 239d2cf7cef..13124b7f726 100644
--- a/app-office/libreoffice-bin/Manifest
+++ b/app-office/libreoffice-bin/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-bin-libreoffice-6.2.8.2.tar.xz 104308312 BLAKE2B 
417a04efdf839e27a63bf63bafccb57c4eec644f73a2e2651a11e8b61540c81e6a4235c4ae3f903ae155927876cf9ce23e8d12178527196cf44ad267b973e693
 SHA512 
bec10c3ca57cdef43e6ad580e1a69c7d419d523a4268d484497f067b3e6387e905dc8e98606fc749442c32ec6c36046576a0e237542acdccb9c2add679f2ab4b
+DIST amd64-bin-libreoffice-6.3.4.2.tar.xz 120383964 BLAKE2B 
2e03acd9de791650263609a370ea7c0ec2ae4af3086f937f9160f17523fe1f2ef9727e1e630875cac24bd28d30d91d88c8e6ea5c227b57705c3af8691ba624ee
 SHA512 
c369cd02b81fba3682080ad99a6f039bd2c99ffa7fe299b1b1e59eb998a712d0c9be1d96e953e37acebe1e1b9e7d94ed7ae143742ed1da4aeb68c5ec081be736
 DIST amd64-bin-libreoffice-gnome-6.2.8.2.xd3 811884 BLAKE2B 
56f33945bad7912cd0aeba5adb19c4086b96f1d01dc11d389da3758a77ddd229ba671ba779c8febe2887ab790e991c8ad44a885b34d8956e8bc41f17e3763ab2
 SHA512 
9b14f9db785ceb59cb8ff193bbcf59bae8ef52d5295c4f505aeed57e6d7d14f2ef2c805e145bb7a598e963dfbf1de6cfa1532c2d38e7ea6843fc808e8513cec2
+DIST amd64-bin-libreoffice-gnome-6.3.4.2.xd3 1044405 BLAKE2B 
f3e0822f7f6254fc63b5f794f89864d6609a08d3f708847bd0c2153a3910b481f042273a929bfd813d613ed7c84c862f6b00222f072393a7395b5f6dbfdc995a
 SHA512 
95113bd128851d3b61361fc2c0b4ef00e676fa9cec8607e08573bafa02c8a9034c590b2e56c5deba607659dc4ebcc0f27373969792f9db29f10f92fc5042ef77
 DIST amd64-bin-libreoffice-gnome-java-6.2.8.2.xd3 29523177 BLAKE2B 
c9104ade23ccfdeb4feeabf5ababd7de0c3609cf3c607e80c1226a75a3b7cc7b88f0e997592c6fabea05f6b5043cca7f118a1326f1eec2978b444584cf88e6f0
 SHA512 
ca4edac5a9c72b913a37ef09099a089546e450101cf87a56c5e65b959a67c02ce37c4167e5c1220bdfb0a181a2511f3df68d1ef36c4c0eb97d37fd56876b
+DIST amd64-bin-libreoffice-gnome-java-6.3.4.2.xd3 28710042 BLAKE2B 
d2ec91775f4225e38b424365d96b3b3be288a27b71f59f4b3fbdc6b6ac1304aa79c881dfa0c1119d519c697cf397504a9d57f383fd5afac158d4dc201f154cc6
 SHA512 
f4ef915a1eef9658ae1200adf2374646f5a8d117dba5f169920d0a662e8e16fa8e700f726bdd5cc9913973c0d5d55a61f303d2b13cd8c3372159ebb19308601b
 DIST amd64-bin-libreoffice-java-6.2.8.2.xd3 29390594 BLAKE2B 
301566a9fefcf8c0ffcff02df78598c066fde089e39cb13c7ebfdf82e6f7d294a013d2ec3758315bcbde0ed2466d645e0e096a9264cbc4caf77df5ab24e22e88
 SHA512 
c00f63a713ee32e941486ebe4573a11bd939fa91cfb618a4f66916b8aa6f82382d5b3db9ea6cf92fefdbaadb48c18ec4465418ab3806b8d2a8156d22e9471e3e
+DIST amd64-bin-libreoffice-java-6.3.4.2.xd3 28561387 BLAKE2B 
e4524e07151178167c4e60442b04d665fcf3d10e2a9ae1226d23cbe86e04a3ac2fb8026f2dc17723e747cba54684ebc525c23a0950a57fff7c77bb602f7d7307
 SHA512 
11cf85d0ef3fd88be747ff324b211cd3ae2e4432b1a8e6d54f4308d0e2f86df209fd26ce4e2309c8c406e655ee217852c817cc46bab1a1135e61020177081c7b
 DIST amd64-bin-libreoffice-kde-6.2.8.2.xd3 18180052 BLAKE2B 
487fcdd3560d0f3455d1418421492cdb87984c4cbea9ed0dcf021acd6e880fa867dc04ba2b3dd360e8f872ad2580ae8a9cab0c5d1958fd0b9b3df236389ff865
 SHA512 
4eb038394dc5b2cc9a65b1e2d254779294008e57cee1fb7663aef7b04bebde3e1633bec5f79a1bab70c5778fea01d78815dff37036212095c737249bc21cd945
+DIST amd64-bin-libreoffice-kde-6.3.4.2.xd3 17993497 BLAKE2B 
9be9c0190f0fe2ca56bc470d27938a6a199b384847252027e7b4573bd00370a57d685dcc45f62a30766d3a7f97366e8754a34f426f2cfee4c2669dfa0c37eebf
 SHA512 
7ef1be0c8d837e8ffb88ab03dbbbc0bfeb7442f81e695a7325b7c130e3175a3b8cf22aa71fbf8e175684fd0e39259c17621b6b0dac7f6681c63ca497888ba59c
 DIST amd64-bin-libreoffice-kde-java-6.2.8.2.xd3 29672937 BLAKE2B 
43cd3e217bacda3a049a9ffd818fbc6773c810d47e4052997ced8622741acea9fb749ce984b7cf7036e63b8ac25bbb16ab5d5fda871df10eb564c4fd993d2837
 SHA512 
fdea6190c8ef83935007377e9e25fc6bf8985606137d7d12575c45392ff6fadf60fbd0c027575114cd8755130549c1208c87225931618ac076aac1b74cfec923
+DIST amd64-bin-libreoffice-kde-java-6.3.4.2.xd3 28568852 BLAKE2B 
649a4d3d4191a8806c7ad047c5ef47f4516ffeaa111646b72dce5bc10a5a5aab9b5feec2c93c6cb2479031dd5d3d464869d63093a5c0254ac6e58feae6439e71
 SHA512 
c9c1c30ccb279351a00e2389a47dff6468abfe0d28fb2afb1a94e68631601bbb89f83192bddee55b8c155959e92259b1b171409e846b8be6f761041452196ede
 DIST x86-bin-libreoffice-6.2.8.2.tar.xz 106649560 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin-debug/

2020-01-13 Thread Andreas K. Hüttel
commit: 9e849d366afeb7ab0590d8d5d80fa0c6faeaddcc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jan 14 05:02:38 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jan 14 05:04:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e849d36

app-office/libreoffice-bin-debug: Version bump 6.3.4.2 with boost 1.72.0

Bug: https://bugs.gentoo.org/704840
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 app-office/libreoffice-bin-debug/Manifest  | 12 +++
 .../libreoffice-bin-debug-6.3.4.2.ebuild   | 87 ++
 2 files changed, 99 insertions(+)

diff --git a/app-office/libreoffice-bin-debug/Manifest 
b/app-office/libreoffice-bin-debug/Manifest
index 9c021bc915a..9457afba401 100644
--- a/app-office/libreoffice-bin-debug/Manifest
+++ b/app-office/libreoffice-bin-debug/Manifest
@@ -1,12 +1,24 @@
 DIST amd64-debug-libreoffice-6.2.8.2.tar.xz 1642014084 BLAKE2B 
40d13fbcc3ce16eb52ce88455c06d7252f4dd486704191f8a132dfd5532e96cb3fdb835137c1cc96ae7d7c62a01bc1c817b48e791ee52a2f52d7da9d3fccc212
 SHA512 
6e4fc5e3a2335403701d0589f8693507713eedb896bc3eb23dc2cc4ba5817362e8dd4a41bd705fbffd8df253a5b23c77e1cf603df53952bb8d9b541445bc45d5
+DIST amd64-debug-libreoffice-6.3.4.2.tar.xz 1581963020 BLAKE2B 
457d29040c129e4a9425b11c74437813be10f840291c0b675d687226f2f82030fb42140f2ed6828768f48b2574b18c5eb96423ce56ae6b29c5112ca442467b4f
 SHA512 
64bdf5fbb08276e5d34d0a5f7fea43f4ae07e443f48b64721dfef9ae7ac237aafcc043b4facbcc4d5fc93de1a1558c559add244661ed1b578dc61dbaae8bdf1e
 DIST amd64-debug-libreoffice-gnome-6.2.8.2.xd3 1609778 BLAKE2B 
dedb6cc6c2b05ec4514e3bedda54cbf2dc507a8ee85289b3f847aa6786bce46a916ddf6b63256e66fe55707ec8b960d90634feeb4a19668d015cd1f21610a5b3
 SHA512 
239efa94c35a7ff313d607d5aa237b387f55d72c958efc4819a8bd31bc986d931c7e6131317c8daf10f5be3b002d728fb3441b3442948d36c9c00dabfdd31cf0
+DIST amd64-debug-libreoffice-gnome-6.3.4.2.xd3 1634833 BLAKE2B 
125ec2babfa430940e1eedd02ac20ea5331ebdcc7e24175671c80848f1a5e388555b07afa0618c9a443247bbce6d852bf2ea5ff1c4fca515b623e3202e1ed935
 SHA512 
6cc6893bbe3d6c852e0d407c6a3e94b76910161e115b4f84f254f30ad2fc609571fc1af98822f30d2f54ca3a6e1c8f963e89868f17422a6c0278f6e80ba91d96
 DIST amd64-debug-libreoffice-gnome-java-6.2.8.2.xd3 858666487 BLAKE2B 
f70a02ef90049c1e209fd5f9847c538f726a52a893ee4f404731d4b5a154508d7739f70f2f221431d6df5518a4f19eb25c1c950d597c56ca621f50cd1062c71b
 SHA512 
bffcb1b9d0eea6d86489ec3cd72ffc5481b57e2b8ab2e79bd0c8a177e2c50a5f628bc55470678603c086a79876e0383d20e0daa55425394901d8ad5fa4b3185a
+DIST amd64-debug-libreoffice-gnome-java-6.3.4.2.xd3 783362580 BLAKE2B 
8d45422533ab257c5e6ad51cee7da492a23f7244f40146b55ad151422a9ccd43bf33c19f9c38e3362b629760125a8430d5175e7f85be377a258e4c481d6ed878
 SHA512 
fdb1adb08c7df3364ac0b90ee8f16e970a94d7e0bf981e338122250258fd4cc53a9913013d54361169f3e10dfae8e1ba590fd3529a71195c661c252267456f73
 DIST amd64-debug-libreoffice-java-6.2.8.2.xd3 857026842 BLAKE2B 
96ff47f0fc56ae09f9e3e081c4d0379301ea06a056da9be6d24400b2711ba14e07993d0d245917e45e81c4dbdc7e7cf02026686f6d1b00243adbb27e3e006550
 SHA512 
3bf2a8b8f49bc6b37d6ea1d7e78f1bb0dcc5232e3837b34029341a4fdbc13e79845afb31a0bd31b132c4dcc95320cad72f3b087cdacfe2e6fde5400e6c40f456
+DIST amd64-debug-libreoffice-java-6.3.4.2.xd3 781722382 BLAKE2B 
096a56ae8be46fc5b05f6d11deb4e4e33db6c50eb3f97720ddd30666a12d8b477c391855d3ba1b6780ba34a9fb1a1ed6d5bb68b0049b9eee09ec6b383d30c62a
 SHA512 
91c5641007cd37bbe26fd9ada674bae8f8d3c5cd182d2ec8b005acfe2cc895aae24174751f4a7c089f447bf5c26e654eb8404a47bc55fb344489374dade8e75c
 DIST amd64-debug-libreoffice-kde-6.2.8.2.xd3 462401347 BLAKE2B 
a3ced18dd28a95a3de37f0d45687c94e7f06854e3e5a17505d14e07e4799cb5c176fa0b472a6ed9bf0701337d19e899a3d23d5dbf60584bf6c4b3e2e40019796
 SHA512 
89f14e53e3371c512083612d9b2891c2f971301482aba4cae64ce2ebae87c7d4b2b521e25753cd8dd69313ceb34ab845a5696304c295ebcd56e7758c13aec340
+DIST amd64-debug-libreoffice-kde-6.3.4.2.xd3 480580759 BLAKE2B 
55fc612e56bfff7710216670af11e8b2711daacb1af6a9bf20e124f9efe3eb928dd543ab44a7ac3754d439040c12d445eb3921ea9d54484d9ffcf3ab85dceb36
 SHA512 
8dc2c5b53a8dccac789ad0fb4ea88fb3191348870b1f8d94800e3cbbb468d85dd6bc0eeedd1cec28f03e8c97eaf9fd0f980170dff80a8f14d3a1a5e0e5129478
 DIST amd64-debug-libreoffice-kde-java-6.2.8.2.xd3 862023938 BLAKE2B 
5c19e18aa0a96e54fd664c01102e2315c0c008d3fe6c030cc01f92f72364616183267dd8cc8febb05b7a8be5842dcff4a72c4b418395073d49292fddebc30b65
 SHA512 
2094f528396b85e20bbf40970e1ca762f820514d76f39175043e6d613036b4c4db941279cad19b0c1d4f89a65693d2d70ae9c65660e03b2d1f6cb7c16ffed40f
+DIST amd64-debug-libreoffice-kde-java-6.3.4.2.xd3 785403537 BLAKE2B 
13e20b78c161ab08cf6b4b8f065a9e21ae81ef8fe6e749909d7da639ff2eb7b881f39efb3e036fd450c8d9f579d645f7ee89ca880cb83d08d96f72b79e39aa74
 SHA512 
d2150ed588ae8ab8f45a44ff96725d9735437750a690e39a4b4b58c438f425c6b77cc97caf6c3d403016eb00cb6e13b6a6c5ad9c39a6ce29f3a0e9ab46b79b66
 DIST x86-debug-libreoffice-6.2.8.2.tar.xz 

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

2020-01-13 Thread Mike Gilbert
commit: 56d56c1b0441193d28b77902c92608d4d347a575
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 04:38:26 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 04:38:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d56c1b

dev-util/meson: remove "test cases/frameworks/1 boost"

This test requires python2, which conflicts with python_wrapper_setup.

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-util/meson/meson-0.52.1.ebuild | 3 +++
 dev-util/meson/meson-0.53.0.ebuild | 3 +++
 dev-util/meson/meson-.ebuild   | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/dev-util/meson/meson-0.52.1.ebuild 
b/dev-util/meson/meson-0.52.1.ebuild
index 1dda18d8a31..85edd45c7d1 100644
--- a/dev-util/meson/meson-0.52.1.ebuild
+++ b/dev-util/meson/meson-0.52.1.ebuild
@@ -43,6 +43,9 @@ python_prepare_all() {
# https://bugs.gentoo.org/692822
sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
 
+   # Requires python2
+   rm -r "test cases/frameworks/1 boost" || die
+
distutils-r1_python_prepare_all
 }
 

diff --git a/dev-util/meson/meson-0.53.0.ebuild 
b/dev-util/meson/meson-0.53.0.ebuild
index b70381e6157..e7ca1f73f7b 100644
--- a/dev-util/meson/meson-0.53.0.ebuild
+++ b/dev-util/meson/meson-0.53.0.ebuild
@@ -43,6 +43,9 @@ python_prepare_all() {
# https://bugs.gentoo.org/692822
sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
 
+   # Requires python2
+   rm -r "test cases/frameworks/1 boost" || die
+
distutils-r1_python_prepare_all
 }
 

diff --git a/dev-util/meson/meson-.ebuild b/dev-util/meson/meson-.ebuild
index b70381e6157..e7ca1f73f7b 100644
--- a/dev-util/meson/meson-.ebuild
+++ b/dev-util/meson/meson-.ebuild
@@ -43,6 +43,9 @@ python_prepare_all() {
# https://bugs.gentoo.org/692822
sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
 
+   # Requires python2
+   rm -r "test cases/frameworks/1 boost" || die
+
distutils-r1_python_prepare_all
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/files/, net-misc/apt-cacher-ng/

2020-01-13 Thread Jeroen Roovers
commit: b05498cbaa0342ca56feb1adbc3428c3cb998937
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 04:13:50 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 04:14:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05498cb

net-misc/apt-cacher-ng: Old

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

 net-misc/apt-cacher-ng/Manifest|   3 -
 .../apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild   | 129 
 .../apt-cacher-ng/apt-cacher-ng-3.3_p1-r1.ebuild   | 131 -
 net-misc/apt-cacher-ng/apt-cacher-ng-3.3_p1.ebuild | 129 
 .../files/apt-cacher-ng-3.2-flags.patch|  97 ---
 net-misc/apt-cacher-ng/files/confd |   2 -
 net-misc/apt-cacher-ng/files/initd-r1  |  33 --
 7 files changed, 524 deletions(-)

diff --git a/net-misc/apt-cacher-ng/Manifest b/net-misc/apt-cacher-ng/Manifest
index 3adcdfe507d..015b3ca868e 100644
--- a/net-misc/apt-cacher-ng/Manifest
+++ b/net-misc/apt-cacher-ng/Manifest
@@ -1,6 +1,3 @@
-DIST apt-cacher-ng_3.2-2.debian.tar.xz 48740 BLAKE2B 
ab2f6349aa66f39b778f346827767514761eeb8977d69a55940d7dd4c738b54ba20a9725387f769edf2cce454588746bc10361d4a174ed380a431a6ecf6b096d
 SHA512 
e5299432b91cdf6cb51934fcc440e62d24c1b4849ad3a0c3a5e47a256c874ebb85c7ba56b97da27c2e03e0621b4ae42b69592440d521e718f4f8725a6ff379d4
-DIST apt-cacher-ng_3.2.orig.tar.xz 319036 BLAKE2B 
576fc7a409556d34ee702edd57527c9c35eb033d0e8c8ea4f7b8a8a2dae86f75cd1ca3a7fb0e02845e70d6f8715692b638ff9d574ce1664b67fec9247b60fbc0
 SHA512 
7dfee4a8f38e7c5251c761a5faae063926c5001fe0b97136d938cdbff907e97fb0a20b89dcf685645a518e92be04fe5660d840e738960b4465408f04fe532cae
-DIST apt-cacher-ng_3.3-1.debian.tar.xz 48472 BLAKE2B 
9d7f531d84f470ada8236a5603d06e45d9b7acb7bdeb8bd639c250724013a0552819cabe67f1cee0a1f337d7725429932bdf179afae307242e4d45081854614e
 SHA512 
44a241791b92d6b9231caff8296ed1d9536ffcdc18263451d662da01f1b257b8ea4741e5cfb09c5cd90986c46fe1e91b3110379442d9ed20434e696c6cf645aa
 DIST apt-cacher-ng_3.3-2.debian.tar.xz 48496 BLAKE2B 
327d57cdf74798b99067cdd7153aaba4d3fb03c047203fb1d59fce730c68a28b6db2853f5f944843b96d8613f213c0399ba78aed1b3a186968f8767d03c0fd0c
 SHA512 
aa446b8147a42fa44fcd29754dabe388eedc9829cd908314ba97e0cacbd17d6a0222789015827196ab6fe3efd51ab08a2673ae7c04f5c0781705310e28ca44e7
 DIST apt-cacher-ng_3.3.1-1.debian.tar.xz 50912 BLAKE2B 
a873c4e718765a7161d9f87b68fc891202c6406e91252eb4b1aee6ca87f3497e6f4a1ca9353d3a86f3a8a24059339f2c370a707427f5baecb1e8b6d3977b445a
 SHA512 
b643d9b38891ffd6603239ddb8635dd3dcd7c31d7a32fa128e9b4d632fa08c95ca652e1bdbd2bb046895341bc4611c436e6ff4d997ae2050cdb84e56fb311078
 DIST apt-cacher-ng_3.3.1.orig.tar.xz 321996 BLAKE2B 
b630a31414ee86256f2e2ebe950b56d182d61dffd1603ce8387b5cd677d18fcda3ed17864bb99c253b11e2d29163b172c2d0bc91a3f5b14fb9f0ef321d656b40
 SHA512 
0d412e4a488fa4c55f1292c1fc7346bdf88228528455ce1d2ad20137ddb84df211a3bc5911c12662428335d8f624979d166b0ed31f74e466228df3ab108e67f3

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild
deleted file mode 100644
index 4e825f700ed..000
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild
+++ /dev/null
@@ -1,129 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake-utils toolchain-funcs user
-
-DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software 
packages"
-HOMEPAGE="
-   https://www.unix-ag.uni-kl.de/~bloch/acng/
-   https://packages.qa.debian.org/a/apt-cacher-ng.html
-"
-LICENSE="BSD-4 ZLIB public-domain"
-SLOT="0"
-SRC_URI="
-   mirror://debian/pool/main/a/${PN}/${PN}_${PV/_*}.orig.tar.xz
-   mirror://debian/pool/main/a/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
-"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="doc fuse systemd tcpd"
-
-COMMON_DEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   dev-libs/openssl:0=
-   sys-libs/zlib
-   systemd? (
-   sys-apps/systemd
-   )
-"
-BDEPEND="
-   ${COMMON_DEPEND}
-   dev-util/cmake
-   >sys-devel/gcc-4.8
-   virtual/pkgconfig
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-lang/perl
-   fuse? ( sys-fs/fuse )
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-PATCHES=(
-   "${WORKDIR}"/debian/patches/debian-changes
-   "${FILESDIR}"/${PN}-3.2-flags.patch
-)
-S=${WORKDIR}/${P/_*}
-
-pkg_pretend() {
-   if [[ $(gcc-major-version) -lt 4 ]]; then
-   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
-   elif [[ $(gcc-major-version) = 4 ]] && [[ $(gcc-minor-version) -lt 8 
]]; then
-   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
-   fi
-}
-
-pkg_setup() {
-   # add new user & group for daemon
-  

[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/files/, net-misc/apt-cacher-ng/

2020-01-13 Thread Jeroen Roovers
commit: 828edf401796143ad465f0d1f8313cc80e0d3e14
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 04:04:58 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 04:14:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828edf40

net-misc/apt-cacher-ng: Add live ebuild

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

 .../apt-cacher-ng/apt-cacher-ng-999.ebuild | 130 +
 .../files/apt-cacher-ng-999-flags.patch|  18 +++
 2 files changed, 148 insertions(+)

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-999.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-999.ebuild
new file mode 100644
index 000..8bde423cde0
--- /dev/null
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-999.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils git-r3 toolchain-funcs user
+
+DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software 
packages"
+HOMEPAGE="
+   https://www.unix-ag.uni-kl.de/~bloch/acng/
+   https://packages.qa.debian.org/a/apt-cacher-ng.html
+"
+LICENSE="BSD-4 ZLIB public-domain"
+SLOT="0"
+EGIT_REPO_URI="https://salsa.debian.org/blade/apt-cacher-ng.git;
+EGIT_BRANCH="upstream/sid"
+
+KEYWORDS=""
+IUSE="doc fuse systemd tcpd"
+
+COMMON_DEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   dev-libs/openssl:0=
+   sys-libs/zlib
+   systemd? (
+   sys-apps/systemd
+   )
+"
+BDEPEND="
+   ${COMMON_DEPEND}
+   dev-util/cmake
+   >sys-devel/gcc-4.8
+   virtual/pkgconfig
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-lang/perl
+   fuse? ( sys-fs/fuse )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-999-flags.patch
+)
+S=${WORKDIR}/${P/_*}
+
+pkg_pretend() {
+   if [[ $(gcc-major-version) -lt 4 ]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   elif [[ $(gcc-major-version) = 4 ]] && [[ $(gcc-minor-version) -lt 8 
]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   fi
+}
+
+pkg_setup() {
+   # add new user & group for daemon
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_configure(){
+   mycmakeargs=(
+   "-DCMAKE_INSTALL_PREFIX=/usr"
+   "-DCMAKE_SKIP_BUILD_RPATH=on"
+   )
+   if use fuse; then
+   mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
+   else
+   mycmakeargs+=( "-DHAVE_FUSE_25=no" )
+   fi
+   if use tcpd; then
+   mycmakeargs+=( "-DHAVE_LIBWRAP=yes" )
+   else
+   mycmakeargs+=( "-DHAVE_LIBWRAP=no" )
+   fi
+
+   cmake-utils_src_configure
+
+   sed -i -e '/LogDir/s|/var/tmp|/var/log/'"${PN}"'|g' 
"${BUILD_DIR}"/conf/acng.conf || die
+}
+
+src_install() {
+   pushd "${BUILD_DIR}" || die
+   dosbin ${PN} acngtool
+   dolib.so libsupacng.so
+   if use fuse; then
+   dobin acngfs
+   fi
+   popd || die
+
+   newinitd "${FILESDIR}"/initd-r2 ${PN}
+   newconfd "${FILESDIR}"/confd-r1 ${PN}
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/logrotate ${PN}
+
+   doman doc/man/${PN}*
+   if use fuse; then
+   doman doc/man/acngfs*
+   fi
+
+   # Documentation
+   dodoc doc/README TODO VERSION INSTALL ChangeLog
+   if use doc; then
+   dodoc doc/*.pdf
+
+   docinto html
+   dodoc doc/html/*
+
+   find conf -name '*.gz' -exec gzip -d {} \; || die
+   docinto examples/conf
+   dodoc conf/*
+   fi
+
+   # perl daily cron script
+   dosbin scripts/expire-caller.pl
+   exeinto /etc/cron.daily
+   newexe "${FILESDIR}"/cron.daily ${PN}
+
+   # default configuration
+   insinto /etc/${PN}
+   newins "${BUILD_DIR}"/conf/acng.conf ${PN}.conf
+   doins $( echo conf/* | sed 's|conf/acng.conf.in||g' )
+
+   keepdir /var/log/${PN}
+   # Some directories must exists
+   keepdir /var/log/${PN}
+   fowners -R ${PN}:${PN} \
+   /etc/${PN} \
+   /var/log/${PN}
+}

diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-999-flags.patch 
b/net-misc/apt-cacher-ng/files/apt-cacher-ng-999-flags.patch
new file mode 100644
index 000..8fe769ada32
--- /dev/null
+++ b/net-misc/apt-cacher-ng/files/apt-cacher-ng-999-flags.patch
@@ -0,0 +1,18 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -114,15 +114,6 @@
+ 
+ if(CMAKE_BUILD_TYPE MATCHES Debug)
+set(USE_LTO_DEFAULT off)
+-else()
+-   set(CMAKE_REQUIRED_FLAGS "-Wl,--gc-sections")
+-   CHECK_CXX_COMPILER_FLAG("-Os -fdata-sections -ffunction-sections 
-Wl,--gc-sections" 

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

2020-01-13 Thread Jeroen Roovers
commit: b74202b9cb91d86a84f0605d8d064753fd576822
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 03:58:30 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 04:14:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74202b9

app-misc/delay: Mark ~hppa

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

 app-misc/delay/delay-1.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/delay/delay-1.6-r2.ebuild 
b/app-misc/delay/delay-1.6-r2.ebuild
index 4527341b659..68548f2918c 100644
--- a/app-misc/delay/delay-1.6-r2.ebuild
+++ b/app-misc/delay/delay-1.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://onegeek.org/~tom/software/delay/dl/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2020-01-13 Thread Jeroen Roovers
commit: 59272cf931b7d2545d90b34d22d633ea361e2513
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 03:59:49 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 04:14:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59272cf9

net-misc/apt-cacher-ng: Version 3.3.1_p1

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

 net-misc/apt-cacher-ng/Manifest|   2 +
 .../apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild| 134 +
 2 files changed, 136 insertions(+)

diff --git a/net-misc/apt-cacher-ng/Manifest b/net-misc/apt-cacher-ng/Manifest
index c6ca7eceb43..3adcdfe507d 100644
--- a/net-misc/apt-cacher-ng/Manifest
+++ b/net-misc/apt-cacher-ng/Manifest
@@ -2,4 +2,6 @@ DIST apt-cacher-ng_3.2-2.debian.tar.xz 48740 BLAKE2B 
ab2f6349aa66f39b778f3468277
 DIST apt-cacher-ng_3.2.orig.tar.xz 319036 BLAKE2B 
576fc7a409556d34ee702edd57527c9c35eb033d0e8c8ea4f7b8a8a2dae86f75cd1ca3a7fb0e02845e70d6f8715692b638ff9d574ce1664b67fec9247b60fbc0
 SHA512 
7dfee4a8f38e7c5251c761a5faae063926c5001fe0b97136d938cdbff907e97fb0a20b89dcf685645a518e92be04fe5660d840e738960b4465408f04fe532cae
 DIST apt-cacher-ng_3.3-1.debian.tar.xz 48472 BLAKE2B 
9d7f531d84f470ada8236a5603d06e45d9b7acb7bdeb8bd639c250724013a0552819cabe67f1cee0a1f337d7725429932bdf179afae307242e4d45081854614e
 SHA512 
44a241791b92d6b9231caff8296ed1d9536ffcdc18263451d662da01f1b257b8ea4741e5cfb09c5cd90986c46fe1e91b3110379442d9ed20434e696c6cf645aa
 DIST apt-cacher-ng_3.3-2.debian.tar.xz 48496 BLAKE2B 
327d57cdf74798b99067cdd7153aaba4d3fb03c047203fb1d59fce730c68a28b6db2853f5f944843b96d8613f213c0399ba78aed1b3a186968f8767d03c0fd0c
 SHA512 
aa446b8147a42fa44fcd29754dabe388eedc9829cd908314ba97e0cacbd17d6a0222789015827196ab6fe3efd51ab08a2673ae7c04f5c0781705310e28ca44e7
+DIST apt-cacher-ng_3.3.1-1.debian.tar.xz 50912 BLAKE2B 
a873c4e718765a7161d9f87b68fc891202c6406e91252eb4b1aee6ca87f3497e6f4a1ca9353d3a86f3a8a24059339f2c370a707427f5baecb1e8b6d3977b445a
 SHA512 
b643d9b38891ffd6603239ddb8635dd3dcd7c31d7a32fa128e9b4d632fa08c95ca652e1bdbd2bb046895341bc4611c436e6ff4d997ae2050cdb84e56fb311078
+DIST apt-cacher-ng_3.3.1.orig.tar.xz 321996 BLAKE2B 
b630a31414ee86256f2e2ebe950b56d182d61dffd1603ce8387b5cd677d18fcda3ed17864bb99c253b11e2d29163b172c2d0bc91a3f5b14fb9f0ef321d656b40
 SHA512 
0d412e4a488fa4c55f1292c1fc7346bdf88228528455ce1d2ad20137ddb84df211a3bc5911c12662428335d8f624979d166b0ed31f74e466228df3ab108e67f3
 DIST apt-cacher-ng_3.3.orig.tar.xz 320884 BLAKE2B 
c4bda8de90f76e7cb8335fdb758571db030c1298881afceb865f84e506aeb82e4db69c5c091debfdcf6c85bc8d4e703b75725ae6b06f2e412ba4b4362d568a05
 SHA512 
01a09bc13d2a9d24ee3012a21ae954362715bc0b69ef021a3446ad7d78157209aaaf941fbb02b0e5323bfb0337a1e3d6450c07b680d42f7bf93855d7ac65c60f

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild
new file mode 100644
index 000..6fcc74573fc
--- /dev/null
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p1.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils toolchain-funcs user
+
+DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software 
packages"
+HOMEPAGE="
+   https://www.unix-ag.uni-kl.de/~bloch/acng/
+   https://packages.qa.debian.org/a/apt-cacher-ng.html
+"
+LICENSE="BSD-4 ZLIB public-domain"
+SLOT="0"
+SRC_URI="
+   mirror://debian/pool/main/a/${PN}/${PN}_${PV/_*}.orig.tar.xz
+   mirror://debian/pool/main/a/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
+"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fuse systemd tcpd"
+
+COMMON_DEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   dev-libs/openssl:0=
+   sys-libs/zlib
+   systemd? (
+   sys-apps/systemd
+   )
+"
+BDEPEND="
+   ${COMMON_DEPEND}
+   dev-util/cmake
+   >sys-devel/gcc-4.8
+   virtual/pkgconfig
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-lang/perl
+   fuse? ( sys-fs/fuse )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.3-flags.patch
+   "${WORKDIR}"/debian/patches/debian-changes
+)
+S=${WORKDIR}/${P/_*}
+
+pkg_pretend() {
+   if [[ $(gcc-major-version) -lt 4 ]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   elif [[ $(gcc-major-version) = 4 ]] && [[ $(gcc-minor-version) -lt 8 
]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   fi
+}
+
+pkg_setup() {
+   # add new user & group for daemon
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_configure(){
+   mycmakeargs=(
+   "-DCMAKE_INSTALL_PREFIX=/usr"
+   )
+   if use fuse; then
+   mycmakeargs+=( "-DHAVE_FUSE_25=yes" )
+   else
+   

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

2020-01-13 Thread Georgy Yakovlev
commit: b80df23c42a129155440203e3b98e80116399e9e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 14 03:47:26 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 14 03:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80df23c

sys-process/minicoredumper: new package

utility to process coredump files, similar to systemd-coredump

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

 sys-process/minicoredumper/Manifest|  1 +
 .../minicoredumper/files/60-minicoredumper.conf|  1 +
 sys-process/minicoredumper/metadata.xml| 13 ++
 .../minicoredumper/minicoredumper-2.0.1.ebuild | 47 ++
 4 files changed, 62 insertions(+)

diff --git a/sys-process/minicoredumper/Manifest 
b/sys-process/minicoredumper/Manifest
new file mode 100644
index 000..2654ac98b7c
--- /dev/null
+++ b/sys-process/minicoredumper/Manifest
@@ -0,0 +1 @@
+DIST minicoredumper-2.0.1.tar.xz 292088 BLAKE2B 
0286004b707b1c9559ef4078dbd1d39ac82123cf3a6ba194210674dff3462db1b922340705f9b5e30e821b84ed91429f6f86cb680d353363b8b6aac92885cba6
 SHA512 
1ffc8e763aa653e443b15d49ac229720afc5d7729d6c1edb728bee55a887cad3b780bca2e4ac7f34c2f36756b02bd15002286f65d8a21ba99778d722e5953bb2

diff --git a/sys-process/minicoredumper/files/60-minicoredumper.conf 
b/sys-process/minicoredumper/files/60-minicoredumper.conf
new file mode 100644
index 000..e862e20e9cc
--- /dev/null
+++ b/sys-process/minicoredumper/files/60-minicoredumper.conf
@@ -0,0 +1 @@
+kernel.core_pattern = |/usr/sbin/minicoredumper %P %u %g %s %t %h %e

diff --git a/sys-process/minicoredumper/metadata.xml 
b/sys-process/minicoredumper/metadata.xml
new file mode 100644
index 000..c514535249c
--- /dev/null
+++ b/sys-process/minicoredumper/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   minicoredumper is a program that handles the creation of core 
dump files on Linux.
+   It can produce much smaller core dump files by making use of 
sparse files, compression,
+   and allowing the user to configure what parts of the process 
memory image should be dumped. 
+   
+

diff --git a/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild 
b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
new file mode 100644
index 000..8795d2b0b94
--- /dev/null
+++ b/sys-process/minicoredumper/minicoredumper-2.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Core dump file processor"
+HOMEPAGE="https://linutronix.de/minicoredumper;
+SRC_URI="https://linutronix.de/minicoredumper/files/${P}.tar.xz;
+
+LICENSE="BSD BSD-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/json-c:=
+   virtual/libelf
+"
+
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   # TODO: regd daemon is disabled as there are no known consumers
+   local myconf=(
+   --runstatedir="${EPREFIX}/run"
+   --without-werror
+   --without-minicoredumper_trigger
+   --without-minicoredumper_regd
+   MCD_DUMP_PATH="${EPREFIX}/var/lib/${PN}"
+   )
+   econf ${myconf[@]}
+}
+
+src_install() {
+   default
+
+   keepdir /var/lib/minicoredumper
+
+   # systemd-coredump uses /usr/lib/sysctl.d/50-coredump.conf
+   insinto /usr/lib/sysctl.d
+   doins "${FILESDIR}"/60-minicoredumper.conf
+
+   # it installs some files/dirs we don't want
+   rmdir -v "${ED}/run" || die
+   rm -rv "${ED}"/etc/{init.d,default} || die
+}



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

2020-01-13 Thread Michał Górny
commit: 1a38011af7c95717f25b7505a61b868773247ab1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:14:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a38011a

xfce-base/libxfce4util: Bump to 4.15.0

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

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index b399068b9ff..a8b7c90ede6 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
+DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
new file mode 100644
index 000..0e8c6a84310
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-base/xfce4-panel/

2020-01-13 Thread Michał Górny
commit: 7d6d66c0dd997b126f78aa5c5d9e1f6c67c07f24
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:17:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6d66c0

xfce-base/xfce4-panel: Bump to 4.15.1

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

 profiles/package.mask   |  1 +
 xfce-base/xfce4-panel/Manifest  |  1 +
 xfce-base/xfce4-panel/xfce4-panel-4.15.1.ebuild | 66 +
 3 files changed, 68 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9f07e8e2e27..5b85047b854 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -749,6 +749,7 @@ net-wireless/bcm43xx-fwcutter
 # Testing version that breaks multiple plugins.  Let's keep it masked
 # until upstream releases fixed versions.
 ~xfce-base/xfce4-panel-4.15.0
+~xfce-base/xfce4-panel-4.15.1
 
 # Lars Wendler  (2019-10-16)
 # Depends on apache-2.2

diff --git a/xfce-base/xfce4-panel/Manifest b/xfce-base/xfce4-panel/Manifest
index 9218eb3bd14..700b5900da6 100644
--- a/xfce-base/xfce4-panel/Manifest
+++ b/xfce-base/xfce4-panel/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-panel-4.14.1.tar.bz2 1294087 BLAKE2B 
d88100d068348aab32f7a133ca98e17c1586f3d6c5ffcb53493e953930108d4d1ebd0972d84c4bd077ab58c4a3ae34303682084daff4e34a168c5c2f981597bf
 SHA512 
1c86362489677f2e04cf3b98dbc1a80b4998335c00a47d256e741446f00437ad04539041648848eca1f45fa1fa70974ca6cf65cb7f762a79a46c16484557e400
 DIST xfce4-panel-4.14.3.tar.bz2 1304748 BLAKE2B 
7e009e2afcc59b1d014fe776c439cd27c8ddb9b46215a9766f25f384802bc27a672201d0a73eff8aab3714822ee5f2c062806a60ccaf70cf6b5ec65f38f7e8a1
 SHA512 
c317741df1196a9f8d675c87732155f973022d1cb30a8815393980747d1569e8348c386253fc9056068c35fbdc13faefb4a0bef6678d072d51461c4aae909940
 DIST xfce4-panel-4.15.0.tar.bz2 1271290 BLAKE2B 
6062ed76d8372f5e1ab9def67bcc8c4006ef269309b47740c331c8afef8f320069478846e802c6a090c4a6aa465d79c75e028d52b8f09dd8e1dafa11c8d415ec
 SHA512 
3f4d9a097cb9b9a4ec4296b518e91b13394ca063664c78768dc3e2a964090177485c189c3ff3e118b179d58aafdb27d2edf67ddb49434290eaed157b449fc817
+DIST xfce4-panel-4.15.1.tar.bz2 1291026 BLAKE2B 
fe27e7238f3be3d53c42af185ceabfec133cac5f996af8d57eba456bb26c60e59d0e246d2d2f17b06eb35ad7fb08b009a453201b396021c34722d414c4c2034f
 SHA512 
b635168043b1b0714796fae7d9b102ebfaa35b06ebca686cd3ba9124f21288f02009cf186aa09a93c1fd3343c769f38e8865c6aba98bd01d108f41e3ff041f80

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.15.1.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.15.1.ebuild
new file mode 100644
index 000..9861259a3be
--- /dev/null
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.15.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala xdg-utils
+
+DESCRIPTION="Panel for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   >=x11-libs/cairo-1
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   x11-libs/libX11
+   x11-libs/libwnck:3
+   >=xfce-base/exo-0.11.2:=
+   >=xfce-base/garcon-0.5:=
+   >=xfce-base/libxfce4ui-4.15.1:=
+   >=xfce-base/libxfce4util-4.13:=[introspection?]
+   >=xfce-base/xfconf-4.13:=
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend) )
+   dev-lang/perl
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



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

2020-01-13 Thread Michał Górny
commit: 491fc8299b7b7f46101b0722d2f7a63c1aa637bf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:35:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491fc829

dev-python/hypothesis: Remove redundant version

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

 dev-python/hypothesis/Manifest|  1 -
 dev-python/hypothesis/hypothesis-5.1.3.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 191ed140a66..95a9dd19cb0 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -3,5 +3,4 @@ DIST hypothesis-python-4.47.5.tar.gz 6805022 BLAKE2B 
737a558c794f3ac428bef4b3885
 DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B 
f2c39cae3708fe88d1854cda97633ba420c32fda38093bb852ef45929762cade0f7f0d1ef696ff96f7ebe7460e8bf53f63de9c959bbbd9e8ec162196d307aac0
 SHA512 
8c77439fd029e2380afbc059d2edf977414997ba81ecdfde14dfe9dbe9515a92e701751d13879c6b879271f817e01926c2dc66945ae76eb141818da1775bc545
 DIST hypothesis-python-4.55.4.tar.gz 9004357 BLAKE2B 
93fe51581f044cf5f416d9b74b82ce2f9b42e7391beae8f67debdf50494e662f07bf109274d4e29fcf3a1c1c944597cde2a4ff9e7ca65a48f1244c3205f365af
 SHA512 
91d7d2cda32fd40d5368fdd1e60b990b8307573782d822113b6817a5c0b670610693a2f2b013f828913549946fa3dc15f45303bf7d3226bdc1e4527bc18981fb
 DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a109791d3acf3821852f8e170991b0be5b069f166e16bdacf7a82fbe49bd9db5188315cdec7cdb4592647571233949ec5732991
 SHA512 
28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952
-DIST hypothesis-python-5.1.3.tar.gz 8989332 BLAKE2B 
a86409b0620b3821aae8f23f0473be08ed1152140f05c2ebcb3f226cc133fdbbb617856c768bc6034bcf25e6603e9e72b1b885df116fb9dfce7164018792fb99
 SHA512 
dd854158c1e903562c7aa101fe7810837816102b1f5dd840ec3d5df9abd9c1463d05adab79ef428749ea2a5d1a425150971d23ae3259b71baf0e0e8a8a9a3bb8
 DIST hypothesis-python-5.1.4.tar.gz 8989696 BLAKE2B 
9d85cb1473654e36a235a07d2390fc967d6d7f2944e5294dedbca15ddb3c49901b04e9277ee80ff7591aa2b81ea0e2d537051f96b685900aefab5db70d135ac6
 SHA512 
25d0112f7b7a13221b8b68d553f4085344f1e8681c8795fac0bcfd714400a828539298d2919d3e638979eadd5daa65ef7ee8b0b946df076145e59c8bb7058a64

diff --git a/dev-python/hypothesis/hypothesis-5.1.3.ebuild 
b/dev-python/hypothesis/hypothesis-5.1.3.ebuild
deleted file mode 100644
index 97b51c53346..000
--- a/dev-python/hypothesis/hypothesis-5.1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
-SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
-S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.3[${PYTHON_USEDEP}]
-   !!

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

2020-01-13 Thread Michał Górny
commit: d08417952a3aaac5b694190fd4367d5342239a22
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:40:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0841795

dev-python/freezegun: Bump to 0.3.13

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

 dev-python/freezegun/Manifest|  1 +
 dev-python/freezegun/freezegun-0.3.13.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 6810f911570..e25a95658bf 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1,3 +1,4 @@
 DIST freezegun-0.3.10.tar.gz 20398 BLAKE2B 
971f4f3de565878b8a1e4671160f41cc7c558f5c848f5c79dfc48e3f3e3cb71ff9c71090705167d4252edbfee040ef52a7eafd33073011c07337311a7e0ec366
 SHA512 
64364459dc72484e2124a20a0a84d2b88617efd0578fba687adb51635d578a1e36a00cb119998082610c608e7b6c3589bff5424e38845bad026e85449c8065a5
 DIST freezegun-0.3.11.tar.gz 23382 BLAKE2B 
759cc0355c8600fc46124dfb73b46a771de5cae4e66f5826c175295da96190920d7ff45b6457a061276c0c698bd448e294f29f3b89a0ed8fe76db58e1180b080
 SHA512 
e8b392176641d52f6ed795c9af5fbc0a62892aeedf32b42375b56ab44a9ad7a5ecd3bb81363ed0ae65204aff2ef894cd7f2e17f42be72f31d3409b2bffa59ab8
 DIST freezegun-0.3.12.tar.gz 24346 BLAKE2B 
09d7c662a82d7b7fa6ae56c09bff0d73e2b63fba2b492620cd8e68ee06a15129a7e901418d1881e65b440babcfe0d014ad3574ab8dd2c7eab8486b3d868273ac
 SHA512 
f7d98ea84735b24380fa53e1e62622fe91be5a35cb75221ca4cb02418add9b0a4add9b2f691242be75acbc45d4745fef82ffe3c89890dcdffa4405940e527af4
+DIST freezegun-0.3.13.tar.gz 25419 BLAKE2B 
8334f921609463bcb18779b61b234bb80406924578ccd43ca1f4a10c65eddf87f399fa7fb285453808988c6f74331345a373cbdcb29f3bd412f3a9e472fce43c
 SHA512 
682f689c475ee574e7a466bfa102b96545cd8b7f095c4b5bdfda496ef667c712248db414d66c9f17fdb1a492c0deeb87a07d8b2a4128d7fdd771f89d5ea8277f

diff --git a/dev-python/freezegun/freezegun-0.3.13.ebuild 
b/dev-python/freezegun/freezegun-0.3.13.ebuild
new file mode 100644
index 000..c069ad36b75
--- /dev/null
+++ b/dev-python/freezegun/freezegun-0.3.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="https://github.com/spulec/freezegun;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   >dev-python/python-dateutil-2.0[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -r \
+   -e 's:(python-dateutil)>=2.0:\1:' \
+   -e "s:'(python-dateutil)>=[0-9.]+,.+':'\1':" \
+   -i setup.py
+
+   distutils-r1_python_prepare_all
+}
+
+python_prepare() {
+   # optional and only works with python3
+   if ! python_is_python3; then
+   rm freezegun/_async*.py || die
+   fi
+}



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

2020-01-13 Thread Michał Górny
commit: 61c57b6c3bf52f8d9175f4fdf374bdd4935f67af
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:32:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c57b6c

dev-python/typed-ast: Bump to 1.4.1

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

 dev-python/typed-ast/Manifest   |  1 +
 dev-python/typed-ast/typed-ast-1.4.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index 9e651ce8c49..3c59673bf7d 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1 +1,2 @@
 DIST typed_ast-1.4.0.tar.gz 206620 BLAKE2B 
59d3ed516b63643e37d9530dcb82670dd0e36f436650880f9fb304d081c3a72ecd494646dbf8f62fe95d2e70742390a5be711bcb803f1f0b6524dec1bf43c8c3
 SHA512 
b74e7fc51cde16439eae7cf41f0bdb95b5998362eccb73cf736f343cdab64daab63bc0f95f05a4911b229761749bdd31ac83423b58f2f3e1e1dadc7e6015bc1c
+DIST typed_ast-1.4.1.tar.gz 208587 BLAKE2B 
db874caf459cb73345305051a7c4e97244e92b28e94e82f59b38bb91b7c6c69a2531a81c84d483eca8d641bc947f6aa1b98ba59cd880f7560fbdec55bce41787
 SHA512 
a3154fe723aeadf998694aba0faf516e5b9abb876e4c7d91843b3694474ff6911b3e77a6cb7366cfa8e5a573b331906b6a0b134b25627aaba0dcbe92c4e25590

diff --git a/dev-python/typed-ast/typed-ast-1.4.1.ebuild 
b/dev-python/typed-ast/typed-ast-1.4.1.ebuild
new file mode 100644
index 000..9e391ae03a1
--- /dev/null
+++ b/dev-python/typed-ast/typed-ast-1.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Python typed-ast backported"
+HOMEPAGE="https://pypi.org/project/typed-ast/ 
https://github.com/python/typed_ast;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${P/-/_}"
+
+distutils_enable_tests pytest



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

2020-01-13 Thread Michał Górny
commit: cc7557a0aad403eb00784fe916121d5dc8639eb0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:36:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7557a0

dev-python/hypothesis: Bump to 5.1.5

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

 dev-python/hypothesis/Manifest|  1 +
 dev-python/hypothesis/hypothesis-5.1.5.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 95a9dd19cb0..1e90e764edd 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -4,3 +4,4 @@ DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B 
f2c39cae3708fe88d1854cda976
 DIST hypothesis-python-4.55.4.tar.gz 9004357 BLAKE2B 
93fe51581f044cf5f416d9b74b82ce2f9b42e7391beae8f67debdf50494e662f07bf109274d4e29fcf3a1c1c944597cde2a4ff9e7ca65a48f1244c3205f365af
 SHA512 
91d7d2cda32fd40d5368fdd1e60b990b8307573782d822113b6817a5c0b670610693a2f2b013f828913549946fa3dc15f45303bf7d3226bdc1e4527bc18981fb
 DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a109791d3acf3821852f8e170991b0be5b069f166e16bdacf7a82fbe49bd9db5188315cdec7cdb4592647571233949ec5732991
 SHA512 
28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952
 DIST hypothesis-python-5.1.4.tar.gz 8989696 BLAKE2B 
9d85cb1473654e36a235a07d2390fc967d6d7f2944e5294dedbca15ddb3c49901b04e9277ee80ff7591aa2b81ea0e2d537051f96b685900aefab5db70d135ac6
 SHA512 
25d0112f7b7a13221b8b68d553f4085344f1e8681c8795fac0bcfd714400a828539298d2919d3e638979eadd5daa65ef7ee8b0b946df076145e59c8bb7058a64
+DIST hypothesis-python-5.1.5.tar.gz 8989752 BLAKE2B 
e1dc2720fd8500436ff0ec0fadd8c7986f279be125f8cebf376349d6c6d1d28f9225cceb2fa54ab66e92c6750832dc6d157cf156980e7f58aa7251a1eff625fd
 SHA512 
89edc57116b3c503df2f0c6d4e60637ace6a7fc5c4ece6b426362b01a0be11e79be1e95784e24d849ac12165ff46efd78c6cb6b163aebcb2b5a8c8d4c8e1

diff --git a/dev-python/hypothesis/hypothesis-5.1.5.ebuild 
b/dev-python/hypothesis/hypothesis-5.1.5.ebuild
new file mode 100644
index 000..24078c547ce
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.1.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-4.3[${PYTHON_USEDEP}]
+   !!

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

2020-01-13 Thread Michał Górny
commit: 02a2d0189466e0c2a85d1c11d142bdacc73ac652
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:12:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a2d018

xfce-base/libxfce4ui: Bump to 4.15.1

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

 xfce-base/libxfce4ui/Manifest |  1 +
 xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index 11b92ed3de5..53ac974e0a7 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4ui-4.14.1.tar.bz2 756175 BLAKE2B 
d487cc0a04b6053ead6670eeb83cafe1c4098818d5ad6a94a81176720d78cfd65160156961cbb526baa1640ae66a5c6958f707b7078c412d81fcd24cc8cf4013
 SHA512 
f42f41da3a683a0c56c3b1e7ba420c4f50909d2613e681d053b09b50bc0eb7f750f44c892e94b0ee8b9207983a87c0cadbda1ad93d0df74ae351dc8812025407
 DIST libxfce4ui-4.15.0.tar.bz2 711299 BLAKE2B 
60e13f3ed415fb138b256f19ec81b13bafb3f1223a996b18ef93b847346b593246012e8bded9c88dc5a905f355eb838b2295c0c91c8eb6d0d966efe748a0e15f
 SHA512 
0a430d79dcc0088b061b020c78235775da5829b9c862e7201db4abca0d1753198c21f43ec0649e6c434ac9b382ff920a250895cb7ca38691a60f86e2e07fe6d0
+DIST libxfce4ui-4.15.1.tar.bz2 720332 BLAKE2B 
198a162c2dd47d83102da8aee0c7943c869d708e36f2e0806988f63fb1f88c84c0b9ee3b5a6b14279a5359fa2afc1dfe7f8faedaff281635e0a2299a3a06618c
 SHA512 
1b46109b79b849b38de7e8ebf0958ab5edace48cfc0a8b58c07d29d5f9b73998e078f6aa27650c0b30898cad5c251cdc45303e13982c1bb72101f9bc13d72f10

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild 
b/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild
new file mode 100644
index 000..d7598a86b7a
--- /dev/null
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.15.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils vala
+
+DESCRIPTION="Unified widget and session management libs for Xfce"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="debug glade introspection libgtop startup-notification vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   x11-libs/libX11
+   x11-libs/libICE
+   x11-libs/libSM
+   >=xfce-base/libxfce4util-4.12:=[introspection?]
+   >=xfce-base/xfconf-4.12:=
+   glade? ( dev-util/glade:3.10 )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libgtop? ( gnome-base/libgtop )
+   startup-notification? ( x11-libs/startup-notification )"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/perl
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable libgtop glibtop)
+   $(use_enable startup-notification)
+   $(use_enable vala)
+   $(use_enable glade gladeui2)
+   --with-vendor-info=Gentoo
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2020-01-13 Thread Michał Górny
commit: 0011e109047892e5e30e53b20c214c7433de36f1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:16:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0011e109

xfce-base/xfce4-settings: Bump to 4.15.0

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

 xfce-base/xfce4-settings/Manifest  |  1 +
 .../xfce4-settings/xfce4-settings-4.15.0.ebuild| 60 ++
 2 files changed, 61 insertions(+)

diff --git a/xfce-base/xfce4-settings/Manifest 
b/xfce-base/xfce4-settings/Manifest
index 9847526ce77..02605bceed2 100644
--- a/xfce-base/xfce4-settings/Manifest
+++ b/xfce-base/xfce4-settings/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-settings-4.14.1.tar.bz2 1187352 BLAKE2B 
797b685e583a142f6f23a743233853c52a0247747e31d90bc0bb07103482fbf0495739493cfc19e738f8965834d18deeb1f28e6e85a11849165ef948df682607
 SHA512 
d854ca93199ce99d63e83ad38d654b86d883ebef5fb62a5c444f08b481df8f29a7ff27c60053c071e887be8d7ea0c51e9691a6209ca515a4e396e2c7405593b5
 DIST xfce4-settings-4.14.2.tar.bz2 1194714 BLAKE2B 
ffcc17ca5c39837d8d60c3b5916cf6643218316e6f7a67f3d88c949ff814e98e1a7f46ccd4c9c1280e1fdade91f7c244e80080031b9b05060afa5546720ea03e
 SHA512 
5882e96504e2ad869504e7c8e6e62d1d04f61beef524ba85a3ed962ca689d6e72a4ed717173f9e2645c078c2c8757caed1f3395dd185a3b0b5dc8b27a1a3d2d1
+DIST xfce4-settings-4.15.0.tar.bz2 1199360 BLAKE2B 
add423dee8b5de6386aa5008c082d6266e0d4ffaf656ab960bca12798d03aedf6dcf98aae2200f4e855aec9749eaf69e4220c8f7d5ce5968edff469546afe614
 SHA512 
ef0d253ee5f79d57b62dc467223d23050fd21b99891fa7a3c8329d97261ba918a0f4b62a345916558685cae59bfee5da58b1e66a8a7f1b2219eb6cec2094fcbf

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild
new file mode 100644
index 000..5b919c30635
--- /dev/null
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.15.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+DESCRIPTION="Configuration system for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
+
+RDEPEND="
+   >=dev-libs/glib-2.24
+   media-libs/fontconfig
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   >=x11-libs/libXcursor-1.1
+   >=x11-libs/libXi-1.3
+   >=x11-libs/libXrandr-1.2
+   >=xfce-base/garcon-0.2:=
+   >=xfce-base/exo-0.11:=
+   >=xfce-base/libxfce4ui-4.15.1:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfconf-4.13:=
+   colord? ( x11-misc/colord:= )
+   libcanberra? ( >=media-libs/libcanberra-0.25[sound] )
+   input_devices_libinput? ( x11-drivers/xf86-input-libinput )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   upower? ( >=sys-power/upower-0.9.23 )
+   xklavier? ( >=x11-libs/libxklavier-5 )"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable upower upower-glib)
+   $(use_enable input_devices_libinput xorg-libinput)
+   $(use_enable libnotify)
+   $(use_enable colord)
+   $(use_enable xklavier libxklavier)
+   $(use_enable libcanberra sound-settings)
+   )
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-01-13 Thread Michał Górny
commit: 0278c9ef72411d1036ce0cbc3221a9b11252ae3c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:30:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0278c9ef

dev-python/typed-ast: Remove redundant versions

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

 dev-python/typed-ast/Manifest   |  3 ---
 dev-python/typed-ast/typed-ast-1.1.0.ebuild | 16 
 dev-python/typed-ast/typed-ast-1.2.0.ebuild | 18 --
 dev-python/typed-ast/typed-ast-1.3.1.ebuild | 18 --
 4 files changed, 55 deletions(-)

diff --git a/dev-python/typed-ast/Manifest b/dev-python/typed-ast/Manifest
index fac222b1bb7..9e651ce8c49 100644
--- a/dev-python/typed-ast/Manifest
+++ b/dev-python/typed-ast/Manifest
@@ -1,4 +1 @@
-DIST typed-ast-1.1.0.tar.gz 200587 BLAKE2B 
09dd6d65513a37a57ecb6df2a505100f5fc08a49a244f1cb83af363d20d9b1b76f127ec5da6ef115a56ae6dc560ab40dcaae4740385fdd9e305bfd2ec26fdbaf
 SHA512 
439e949082ee5cb9434fec99021c08401a46ec2ad16d96296c6440aa1fd8158f6605efbdfa55e536c3fddd4018bb0f4c5ee4d5a4a32954242b7902b9ce3463f2
-DIST typed-ast-1.2.0.tar.gz 202702 BLAKE2B 
79e919019763f4af0a2f24108cfa418693dc5a1d791a0045a49fb128d715f91ec5bcca6d4bb6812e19b7a5438bcb27d239f2aba7de8b859d4e8e73027c59665f
 SHA512 
801f59cdce48f7be3045c44d207a5a269bc1cd5ca9f0536d3d16f10ce82794a7e5cd5d3c83982927cebc52e1b1dbd47532140bcedca0ca4ace45b726aa0343ee
-DIST typed-ast-1.3.1.tar.gz 204285 BLAKE2B 
209911e0dc7291ec4b48ce7c5163d738ccd0978027d2bb1b64004c0f08feb7567d83ba8f04dfe48975ecc2116ee365a903f455dddcaf1bc07cf5deb08572f92c
 SHA512 
390547485878ccb7e3a168e24b8b63c1784888ecedfae980562c3c0c0073c73ebef27190feeac99745c205d18061ffe5e3eb0830068968176ef2a06fd3ae4b2a
 DIST typed_ast-1.4.0.tar.gz 206620 BLAKE2B 
59d3ed516b63643e37d9530dcb82670dd0e36f436650880f9fb304d081c3a72ecd494646dbf8f62fe95d2e70742390a5be711bcb803f1f0b6524dec1bf43c8c3
 SHA512 
b74e7fc51cde16439eae7cf41f0bdb95b5998362eccb73cf736f343cdab64daab63bc0f95f05a4911b229761749bdd31ac83423b58f2f3e1e1dadc7e6015bc1c

diff --git a/dev-python/typed-ast/typed-ast-1.1.0.ebuild 
b/dev-python/typed-ast/typed-ast-1.1.0.ebuild
deleted file mode 100644
index 7c70025fe0f..000
--- a/dev-python/typed-ast/typed-ast-1.1.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="A fork of Python 2 and 3 ast modules with type comment support"
-HOMEPAGE="https://github.com/python/typed_ast;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-python/typed-ast/typed-ast-1.2.0.ebuild 
b/dev-python/typed-ast/typed-ast-1.2.0.ebuild
deleted file mode 100644
index 439c03c60dc..000
--- a/dev-python/typed-ast/typed-ast-1.2.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/typed-ast/typed-ast-1.3.1.ebuild 
b/dev-python/typed-ast/typed-ast-1.3.1.ebuild
deleted file mode 100644
index c8a10e8068a..000
--- a/dev-python/typed-ast/typed-ast-1.3.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Python typed-ast backported"
-HOMEPAGE="https://pypi.org/project/typed-ast/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0 MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-01-13 Thread Mike Gilbert
commit: 46993e3e2bff3aa8298ec45f1ff00d9050a55f87
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 03:39:53 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 03:40:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46993e3e

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

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 0.3945.88.ebuild => chrome-binary-plugins-79.0.3945.117.ebuild} | 0
 ...6_beta.ebuild => chrome-binary-plugins-80.0.3987.42_beta.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-81.0.4021.2_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 99cc40e8388..9c3db5afebe 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_80.0.3987.16-1_amd64.deb 65561850 BLAKE2B 
bf013730dc0d12a72fe787a1647b20cb17006d2c0e8265282e6cb7653a09a23ca4117a2c005adf967284d207e488ea4588857b15be6a4e33dbabd3a7fdecf9c5
 SHA512 
19e934ef1159dd03969dff07631e8c0e8f9efc2e9abac683c75a7354c01cb39d7edda18c52b5ea06ccc310a067bceee1337bd13531987107a2de2e3cafefea41
-DIST google-chrome-stable_79.0.3945.88-1_amd64.deb 62181264 BLAKE2B 
974fdc7bc256e51df98dac933c10b1511c8772ae7c805447de3bf414860992b0baa7d75910e9b34e9b780c3d539f38698b1054f98402998a56d2a286d09a338a
 SHA512 
9aa01dbd05b5c61427f8448d9f410aeabcfc1cd1f5a3822ebf79f2ec9c7fd8c9870c057d0849d2e856afe1d471408a09bc4a5a942cbf7d8af43d2b0e3f1ef90f
-DIST google-chrome-unstable_81.0.4000.3-1_amd64.deb 65617992 BLAKE2B 
2b8409c77743522329d43796a2465981d84fdb996748639f641f99885fcdaa8959b20837c8dd0178006e4119ae00313067fa3f9c2b9ba1ba91b5fc7ce7e9
 SHA512 
b8c8c956b04b5b75c6edaaad60ff763d6a4410bb08508d3c1e4fa055d10659c2b3024c33f5a3b8ccae1f585f9d0feecec8fb2ba79058d69ed6aaf73ca6a54585
+DIST google-chrome-beta_80.0.3987.42-1_amd64.deb 65162438 BLAKE2B 
0acb40a879f13bf092777fdb7c27db69434405ee6eb5a3115dd619a6978efc864767c205d9afd3cde3f123e7c093c69bb32a08aa5f4a41da1ae951ec6302c79f
 SHA512 
510ca7e221b0b3df223064aa5e373f8fb8213db6f8b2adf1eb68a5dfab4868549addacc9e4760cef216379ffdad86d8a7645ba3142fee408f480d7000dc2fb55
+DIST google-chrome-stable_79.0.3945.117-1_amd64.deb 62204098 BLAKE2B 
d7d33da40edc70bdb71bd7920ee74c26d570c7e09f981431d615bc1ac642fb2ea9c20032876c9c32c38828c7217ca7dbb2a068acf41f0581a2c61296a6f05b17
 SHA512 
2d4f76202219a40e560477d79023fa4a847187a086278924a9d916dcd5fbefafdcf7dfd8879fae907b8276b244e71a3b8a1b00a88dee87b18738ce31134a6713
+DIST google-chrome-unstable_81.0.4021.2-1_amd64.deb 66080618 BLAKE2B 
1139cc4f121012568cc9cca09d4b24ec3ef8fb4c0c16595a8a265dc3e7385a0bccadd5b7b9acea51c49270764cf6188ce68db3a8840a0fd9de1fb96f9238760a
 SHA512 
e5efd74a4cdbb35f7d0bdbc985337f8c6db78ebbeda50ca438aab6fac37086d460d05c596694c3a55e95375f7c7264ea4c30e7d00291129cd996b3f5081b9396

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

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

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



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

2020-01-13 Thread Mike Gilbert
commit: 8ed8ea55cfa6afc0717210780d39ca32c4c7036c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 03:39:30 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 03:40:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed8ea55

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

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-80.0.3987.16.ebuild => google-chrome-beta-80.0.3987.42.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 054d37580e4..df71c386a04 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_80.0.3987.16-1_amd64.deb 65561850 BLAKE2B 
bf013730dc0d12a72fe787a1647b20cb17006d2c0e8265282e6cb7653a09a23ca4117a2c005adf967284d207e488ea4588857b15be6a4e33dbabd3a7fdecf9c5
 SHA512 
19e934ef1159dd03969dff07631e8c0e8f9efc2e9abac683c75a7354c01cb39d7edda18c52b5ea06ccc310a067bceee1337bd13531987107a2de2e3cafefea41
+DIST google-chrome-beta_80.0.3987.42-1_amd64.deb 65162438 BLAKE2B 
0acb40a879f13bf092777fdb7c27db69434405ee6eb5a3115dd619a6978efc864767c205d9afd3cde3f123e7c093c69bb32a08aa5f4a41da1ae951ec6302c79f
 SHA512 
510ca7e221b0b3df223064aa5e373f8fb8213db6f8b2adf1eb68a5dfab4868549addacc9e4760cef216379ffdad86d8a7645ba3142fee408f480d7000dc2fb55

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



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

2020-01-13 Thread Mike Gilbert
commit: 6023df68ca8f13ad218fd26255f45e480f639fcf
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 03:39:44 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 03:40:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6023df68

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

Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index ac85d0ffc36..e5937d7994b 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_81.0.4000.3-1_amd64.deb 65617992 BLAKE2B 
2b8409c77743522329d43796a2465981d84fdb996748639f641f99885fcdaa8959b20837c8dd0178006e4119ae00313067fa3f9c2b9ba1ba91b5fc7ce7e9
 SHA512 
b8c8c956b04b5b75c6edaaad60ff763d6a4410bb08508d3c1e4fa055d10659c2b3024c33f5a3b8ccae1f585f9d0feecec8fb2ba79058d69ed6aaf73ca6a54585
+DIST google-chrome-unstable_81.0.4021.2-1_amd64.deb 66080618 BLAKE2B 
1139cc4f121012568cc9cca09d4b24ec3ef8fb4c0c16595a8a265dc3e7385a0bccadd5b7b9acea51c49270764cf6188ce68db3a8840a0fd9de1fb96f9238760a
 SHA512 
e5efd74a4cdbb35f7d0bdbc985337f8c6db78ebbeda50ca438aab6fac37086d460d05c596694c3a55e95375f7c7264ea4c30e7d00291129cd996b3f5081b9396

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



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

2020-01-13 Thread Mike Gilbert
commit: edc1d8e11034b9282b7c33b57ee5ccc6634cc4e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 14 03:38:56 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 14 03:40:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc1d8e1

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

Closes: https://bugs.gentoo.org/705384
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 3cc5d86b5c9..9a66460b97e 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_79.0.3945.88-1_amd64.deb 62181264 BLAKE2B 
974fdc7bc256e51df98dac933c10b1511c8772ae7c805447de3bf414860992b0baa7d75910e9b34e9b780c3d539f38698b1054f98402998a56d2a286d09a338a
 SHA512 
9aa01dbd05b5c61427f8448d9f410aeabcfc1cd1f5a3822ebf79f2ec9c7fd8c9870c057d0849d2e856afe1d471408a09bc4a5a942cbf7d8af43d2b0e3f1ef90f
+DIST google-chrome-stable_79.0.3945.117-1_amd64.deb 62204098 BLAKE2B 
d7d33da40edc70bdb71bd7920ee74c26d570c7e09f981431d615bc1ac642fb2ea9c20032876c9c32c38828c7217ca7dbb2a068acf41f0581a2c61296a6f05b17
 SHA512 
2d4f76202219a40e560477d79023fa4a847187a086278924a9d916dcd5fbefafdcf7dfd8879fae907b8276b244e71a3b8a1b00a88dee87b18738ce31134a6713

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



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

2020-01-13 Thread Jeroen Roovers
commit: 43556fcd77fcb72201aa762971203af560a7e899
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 02:25:46 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 02:43:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43556fcd

app-admin/apachetop: Version 0.19.7

Uses pkg-config to find libncurses/libtinfo

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Bug: https://bugs.gentoo.org/690082
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/apachetop/Manifest|  1 +
 app-admin/apachetop/apachetop-0.19.7.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/apachetop/Manifest b/app-admin/apachetop/Manifest
index 75ab642f221..51160b4eeaf 100644
--- a/app-admin/apachetop/Manifest
+++ b/app-admin/apachetop/Manifest
@@ -1,3 +1,4 @@
 DIST apachetop-0.12.6.tar.gz 126930 BLAKE2B 
06d12cc72791920c959fa4ef8e18aa90f1f29a616389329685abf445f416cde9ce6edd2db5aaadaba51488033148e8109245200086a11422436ffe0aab1b4a40
 SHA512 
35081772f817c6a83a1fcf78790d2a288a9e4e48234c4b3163a09ad15f49a78d649b77f41aa002940fb9416c263cea159c5092a9b87285488eb450964c823c3a
 DIST apachetop-0.17.4.tar.gz 128153 BLAKE2B 
7601ce98618d041f6fc67e528775ce79b63a726b765ff298d1d74a1dd22a4451be6c36669c7ab9bf82fb8c120a6930d2bbf03823de02a216c558c358c53c07be
 SHA512 
b5115048f79c694344fd341631fe7739567ba3ce6e18514d0be250cb6f42e04c54d35cc023dea5258725fcbfbb6debdaa51b91d64ae3120e70f5b78a7989a330
 DIST apachetop-0.18.4.tar.gz 128849 BLAKE2B 
912f060984da326b2e005cc0e3eb99c28182bc6a0930e6781d5a0a990dbbe56b5dbfe871baea1c86a5ac2bc02faa1e583ca104d3c8bd00cc3617599601b2d8bd
 SHA512 
e32f94ab6223578aa5b8c11083de762e8f916ba6d057d93f99208333632a8362b421c41fff76bf60a52f0b377a70d69c17ed02abfb95f86474ad3719016e59f7
+DIST apachetop-0.19.7.tar.gz 132665 BLAKE2B 
248247c361d1585de68a0a9adae22f98db72991babfb4a75f01fa67ef28443a3c04cf1da9c1ea34ed923599955b58959528cc9e0a881fbb7b463b1d64c0cb7bd
 SHA512 
40d546facee23a9914483c06323940e219602518751d80f729d835c4dbf991c7d1dd9bcebcaa4ca6a2d64799d48c8a00d421bc324afc2959691c962113386969

diff --git a/app-admin/apachetop/apachetop-0.19.7.ebuild 
b/app-admin/apachetop/apachetop-0.19.7.ebuild
new file mode 100644
index 000..c55508cd46d
--- /dev/null
+++ b/app-admin/apachetop/apachetop-0.19.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A realtime Apache log analyzer"
+HOMEPAGE="https://github.com/tessus/apachetop;
+SRC_URI="https://github.com/tessus/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE="fam pcre"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   fam? ( virtual/fam )
+   pcre? ( dev-libs/libpcre )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --with-logfile="${EPREFIX}"/var/log/apache2/access_log \
+   --without-adns \
+   $(use_with fam) \
+   $(use_with pcre)
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/apachetop/, app-admin/apachetop/files/

2020-01-13 Thread Jeroen Roovers
commit: 73e2822bb656b80e296a1a2c18259a2988939f48
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 02:20:53 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 02:43:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e2822b

app-admin/apachetop: Fix building against sys-libs/ncurses[tinfo]

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Closes: https://bugs.gentoo.org/690082
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-admin/apachetop/apachetop-0.18.4.ebuild|  8 +---
 app-admin/apachetop/files/apachetop-0.18.4-tinfo.patch | 11 +++
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/app-admin/apachetop/apachetop-0.18.4.ebuild 
b/app-admin/apachetop/apachetop-0.18.4.ebuild
index 2f5954eb82b..c0a18315d1d 100644
--- a/app-admin/apachetop/apachetop-0.18.4.ebuild
+++ b/app-admin/apachetop/apachetop-0.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,8 +19,10 @@ RDEPEND="
sys-libs/readline:0=
fam? ( virtual/fam )
pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.18.4-tinfo.patch
+)
 
 src_prepare() {
default

diff --git a/app-admin/apachetop/files/apachetop-0.18.4-tinfo.patch 
b/app-admin/apachetop/files/apachetop-0.18.4-tinfo.patch
new file mode 100644
index 000..d975a430914
--- /dev/null
+++ b/app-admin/apachetop/files/apachetop-0.18.4-tinfo.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
 b/configure.ac
+@@ -133,7 +133,7 @@
+ AC_SEARCH_LIBS([socket], [socket])
+ AC_SEARCH_LIBS([inet_addr], [nsl])
+ AC_SEARCH_LIBS([attron], [ncurses])
+-AC_SEARCH_LIBS([tgetstr], [termcap])
++AC_SEARCH_LIBS([tgetstr], [tinfo termcap])
+ AC_SEARCH_LIBS([mvprintw], [curses ncurses] ,
+ [] ,
+ [



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

2020-01-13 Thread Jeroen Roovers
commit: ad1e7ec46d2fb0ddd79e57e284b93f7a7c03c443
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 01:54:21 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 02:01:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1e7ec4

net-analyzer/mk-livestatus: Revision bump for dependency change

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

 .../{mk-livestatus-1.5.0_p22.ebuild => mk-livestatus-1.5.0_p22-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild 
b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
similarity index 100%
rename from net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild
rename to net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild



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

2020-01-13 Thread Jeroen Roovers
commit: 3900a54ca7bb9076f96a54e18fdf9e6c081de1bc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jan 14 01:49:51 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jan 14 01:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3900a54c

net-analyzer/mk-livestatus: Depend on net-analyzer/rrdtool

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Closes: https://bugs.gentoo.org/705370
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild 
b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild
index 4ad850f4877..658d951078a 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
!sys-apps/ucspi-unix:0
+   net-analyzer/rrdtool:=
boost? ( dev-libs/boost )
perl? (
dev-lang/perl:0



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: b4bd0ae1a725d3bffdf8766ff80c2cff4c7639e9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 22:02:26 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:10:07 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=b4bd0ae1

gen_compile.sh: compile_kernel(): Improve error message when kernel binary 
wasn't found

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

 gen_compile.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gen_compile.sh b/gen_compile.sh
index 3b96f48..e5254d7 100755
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -312,11 +312,12 @@ compile_kernel() {
return
fi
 
-   local tmp_kernel_binary=$(find_kernel_binary 
${KERNEL_BINARY_OVERRIDE:-${KERNEL_BINARY}})
+   local 
tmp_kernel_binary_to_look_for="${KERNEL_BINARY_OVERRIDE:-${KERNEL_BINARY}}"
+   local tmp_kernel_binary=$(find_kernel_binary 
${tmp_kernel_binary_to_look_for})
local tmp_kernel_binary2=$(find_kernel_binary ${KERNEL_BINARY_2})
if [ -z "${tmp_kernel_binary}" ]
then
-   gen_die "Cannot locate kernel binary"
+   gen_die "Failed to locate kernel binary 
'${tmp_kernel_binary_to_look_for}' in '${KERNEL_OUTPUTDIR}'!"
fi
 
# if source != outputdir, we need this:



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: f9be31c0da7e7ec5b842a16ed6805ae66c0a1ca2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 21:59:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:17:45 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=f9be31c0

gen_configkernel.sh: config_kernel(): Make sure kernel supports set initramfs 
compression method

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

 gen_configkernel.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index ea7701f..d651b0c 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -301,6 +301,9 @@ config_kernel() {
print_info 2 "$(get_indent 1)>> CONFIG_INITRAMFS_SOURCE 
is already set; Unsetting to avoid clashing with --integrated-initramfs ..."
kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" 
"CONFIG_INITRAMFS_SOURCE" ""
fi
+   elif isTrue "${COMPRESS_INITRD}"
+   then
+   set_initramfs_compression_method "${KERNEL_OUTPUTDIR}/.config"
fi
 
# Force this on if we are using --genzimage



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: a6223abe3b87bc55f1b2ee51019084209181
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan 13 00:04:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan 13 23:36:56 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a6223abe

gen_initramfs.sh: append_splash(): Move check for splash_geninitramfs to 
determine_real_args()

This will allow us to fail early if splash_geninitramfs isn't available.

Bug: https://bugs.gentoo.org/705304
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gen_determineargs.sh | 8 
 gen_initramfs.sh | 5 -
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index 61521d6..fffb3e9 100755
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -848,6 +848,14 @@ determine_real_args() {
gen_die "--multipath requires --lvm but --no-lvm is 
set!"
fi
 
+   if isTrue "${SPLASH}"
+   then
+   if ! hash splash_geninitramfs &>/dev/null
+   then
+   gen_die "splash_geninitramfs is required for 
--splash but was not found!"
+   fi
+   fi
+
if isTrue "${SSH}"
then
local ssh_authorized_keys_file=$(expand_file 
"${SSH_AUTHORIZED_KEYS_FILE}")

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 783d9a7..0ff4759 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -996,11 +996,6 @@ append_splash() {
rm -r "${TDIR}" || gen_die "Failed to clean out existing 
'${TDIR}'!"
fi
 
-   if ! hash splash_geninitramfs &>/dev/null
-   then
-   gen_die "Unable to generate splash, 'splash_geninitramfs' was 
not found!"
-   fi
-
mkdir "${TDIR}" || gen_die "Failed to create '${TDIR}'!"
cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
 



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: 851a02a5006bb8603f1749f8995407c12ed81488
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 22:01:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:17:45 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=851a02a5

gen_configkernel.sh: config_kernel(): Make sure kernel supports initramfs

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

 gen_configkernel.sh | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index d651b0c..2f9a6a5 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -291,6 +291,12 @@ config_kernel() {
local -a required_kernel_options
[ -f "${KCONFIG_MODIFIED_MARKER}" ] && rm "${KCONFIG_MODIFIED_MARKER}"
 
+   # Ensure kernel supports initramfs
+   if isTrue "${BUILD_RAMDISK}"
+   then
+   kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" 
"CONFIG_BLK_DEV_INITRD" "y"
+   fi
+
# --integrated-initramfs handling
if isTrue "${INTEGRATED_INITRAMFS}"
then



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: 18ef4af6cc34289077b3c345d3cf05a6286d1501
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jan 13 21:52:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jan 13 23:36:56 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=18ef4af6

Makefile: Sort generated kernel config

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

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 87c758f..a3efcd2 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ distclean: clean
if grep -sq THIS_CONFIG_IS_BROKEN $< ; then \
cat $< >$@ ; \
else \
-   perl merge.pl $< $(BASE_KCONF) > $@ ; \
+   perl merge.pl $< $(BASE_KCONF) | sort > $@ ; \
fi ;
 
 %.8: doc/%.8.txt doc/asciidoc.conf Makefile genkernel



[gentoo-commits] proj/genkernel:master commit in: doc/, defaults/

2020-01-13 Thread Thomas Deutschmann
commit: fe50a5857ded294fef0d6f28e50616b84f99e111
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 22:04:10 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:09:32 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fe50a585

defaults/config.sh: Use --quiet-build=y in DEFAULT_MODULEREBUILD_CMD

--quiet-build=y instead of just --quiet will output error message in
case emerge failed. Because we catch output this will make genkernel.log
a single point of truth logfile without the need to consult any additional
logfile.

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

 defaults/config.sh  | 2 +-
 doc/genkernel.8.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaults/config.sh b/defaults/config.sh
index 678c0f9..694b3e9 100644
--- a/defaults/config.sh
+++ b/defaults/config.sh
@@ -34,7 +34,7 @@ DEFAULT_COMPRESS_INITRD_TYPE=best
 PORTAGE_MAKEOPTS="$(portageq envvar MAKEOPTS)"
 DEFAULT_MAKEOPTS="${PORTAGE_MAKEOPTS:- -j2}"
 
-DEFAULT_MODULEREBUILD_CMD="emerge --ignore-default-opts --quiet 
@module-rebuild"
+DEFAULT_MODULEREBUILD_CMD="emerge --ignore-default-opts --quiet-build=y 
@module-rebuild"
 
 DEFAULT_KERNEL_MAKE=make
 DEFAULT_UTILS_MAKE=make

diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index e9076a4..aebea03 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -196,7 +196,7 @@ specified.
 Copies or does not copy all kernel modules to the initrd.
 
 *--*[*no-*]*module-rebuild*::
-Runs, or does not run "emerge --ignore-default-opts --quiet 
@module-rebuild"
+Runs, or does not run "emerge --ignore-default-opts --quiet-build=y 
@module-rebuild"
 to build out-of-tree modules when possible, i.e. when non-static
 kernel and modules will be build, installed, no custom
 'INSTALL_MOD_PATH' is set, '/var/lib/module-rebuild/moduledb' exists



[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: d1331dbe7bbc3bfed1076e946bdda4a987fb3ab5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 21:56:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:17:25 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=d1331dbe

gen_initramfs.sh: create_initramfs(): Outsource compression method handling 
into set_initramfs_compression_method()

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

 gen_configkernel.sh | 67 +
 gen_initramfs.sh| 63 +
 2 files changed, 68 insertions(+), 62 deletions(-)

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 6943050..ea7701f 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -113,6 +113,73 @@ determine_kernel_config_file() {
fi
 }
 
+set_initramfs_compression_method() {
+   [[ ${#} -ne 1 ]] \
+   && gen_die "$(get_useful_function_stack "${FUNCNAME}")Invalid 
usage of ${FUNCNAME}(): Function takes exactly one argument (${#} given)!"
+
+   local kernel_config=${1}
+
+   local compress_config=NONE
+   local -a KNOWN_INITRAMFS_COMPRESSION_TYPES=()
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( NONE )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( GZIP )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( BZIP2 )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( LZMA )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( XZ )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( LZO )
+   KNOWN_INITRAMFS_COMPRESSION_TYPES+=( LZ4 )
+
+   case ${COMPRESS_INITRD_TYPE} in
+   gz)
+   compress_config='GZIP'
+   ;;
+   bz2)
+   compress_config='BZIP2'
+   ;;
+   lzma)
+   compress_config='LZMA'
+   ;;
+   xz|best|fastest)
+   compress_config='XZ'
+   ;;
+   lzop)
+   compress_config='LZO'
+   ;;
+   lz4)
+   compress_config='LZ4'
+   ;;
+   esac
+
+   local KNOWN_INITRAMFS_COMPRESSION_TYPE
+   local KOPTION_VALUE
+   for KNOWN_INITRAMFS_COMPRESSION_TYPE in 
"${KNOWN_INITRAMFS_COMPRESSION_TYPES[@]}"
+   do
+   KOPTION_VALUE=n
+   if [[ "${KNOWN_INITRAMFS_COMPRESSION_TYPE}" == 
"${compress_config}" ]]
+   then
+   KOPTION_VALUE=y
+   fi
+
+   if [ ${KV_NUMERIC} -ge 4010 ]
+   then
+   kconfig_set_opt "${kernel_config}" 
"CONFIG_INITRAMFS_COMPRESSION_${KNOWN_INITRAMFS_COMPRESSION_TYPE}" 
"${KOPTION_VALUE}"
+
+   if [[ "${KOPTION_VALUE}" == "y" && 
"${KNOWN_INITRAMFS_COMPRESSION_TYPE}" != "NONE" ]]
+   then
+   # Make sure that the kernel can decompress our 
initramfs
+   kconfig_set_opt "${kernel_config}" 
"CONFIG_RD_${KNOWN_INITRAMFS_COMPRESSION_TYPE}" "${KOPTION_VALUE}"
+   fi
+   else
+   [[ "${KNOWN_INITRAMFS_COMPRESSION_TYPE}" == "NONE" ]] 
&& continue
+
+   # In > --integrated-initramfs is set; 
Setting CONFIG_INITRAMFS_* options ..."
 
[ -f "${KCONFIG_MODIFIED_MARKER}" ] && rm 
"${KCONFIG_MODIFIED_MARKER}"
@@ -1901,34 +1867,7 @@ create_initramfs() {
kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" 
"CONFIG_INITRAMFS_ROOT_UID" "0"
kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" 
"CONFIG_INITRAMFS_ROOT_GID" "0"
 
-   local KNOWN_INITRAMFS_COMPRESSION_TYPE
-   local KOPTION_VALUE
-   for KNOWN_INITRAMFS_COMPRESSION_TYPE in 
"${KNOWN_INITRAMFS_COMPRESSION_TYPES[@]}"
-   do
-   KOPTION_VALUE=n
-   if [[ "${KNOWN_INITRAMFS_COMPRESSION_TYPE}" == 
"${compress_config}" ]]
-   then
-   KOPTION_VALUE=y
-   fi
-
-   if [ ${KV_NUMERIC} -ge 4010 ]
-   then
-   kconfig_set_opt "${KERNEL_OUTPUTDIR}/.config" 
"CONFIG_INITRAMFS_COMPRESSION_${KNOWN_INITRAMFS_COMPRESSION_TYPE}" 
"${KOPTION_VALUE}"
-
-   if [[ "${KOPTION_VALUE}" == "y" && 
"${KNOWN_INITRAMFS_COMPRESSION_TYPE}" != "NONE" ]]
-   then
-   # Make sure that the kernel can 
decompress our initramfs
-   kconfig_set_opt 
"${KERNEL_OUTPUTDIR}/.config" "CONFIG_RD_${KNOWN_INITRAMFS_COMPRESSION_TYPE}" 
"${KOPTION_VALUE}"
-   fi
-   else
-   [[ 

[gentoo-commits] proj/genkernel:master commit in: /

2020-01-13 Thread Thomas Deutschmann
commit: 18060700a1801a7b2bd9d46eccd06f01cdc2ef5c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jan 12 21:51:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jan 12 22:09:32 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=18060700

gen_funcs.sh: find_kernel_binary() refactored

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

 gen_funcs.sh | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gen_funcs.sh b/gen_funcs.sh
index a19cb88..821f150 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -1846,21 +1846,24 @@ expand_file() {
 }
 
 find_kernel_binary() {
-   local kernel_binary=$*
-   local curdir=$(pwd)
+   local kernel_binary=${*}
+   local kernel_binary_found=
 
-   cd "${KERNEL_OUTPUTDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
+   pushd "${KERNEL_OUTPUTDIR}" &>/dev/null || gen_die "Failed to chdir to 
'${KERNEL_OUTPUTDIR}'!"
+
+   local i
for i in ${kernel_binary}
do
if [ -e "${i}" ]
then
-   tmp_kernel_binary=${i}
+   kernel_binary_found=${i}
break
fi
done
 
-   cd "${curdir}" || gen_die "Failed to chdir to '${TDIR}'!"
-   echo "${tmp_kernel_binary}"
+   popd &>/dev/null || gen_die "Failed to chdir!"
+
+   echo "${kernel_binary_found}"
 }
 
 kconfig_get_opt() {



[gentoo-commits] repo/gentoo:master commit in: app-vim/editorconfig-vim/

2020-01-13 Thread Patrick McLean
commit: d5305cedc84143b69c23f83643df05558bf154bc
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jan 14 01:32:36 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 14 01:32:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5305ced

app-vim/editorconfig-vim-1.0.0_beta: Don't inherit cmake-utils

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

 app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild
index 5bf01abe322..7afd3f83e13 100644
--- a/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild
+++ b/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils vim-plugin
+inherit vim-plugin
 
 MY_PV="${PV//_/-}"
 MY_P="${PN}-${MY_PV}"



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

2020-01-13 Thread Jory Pratt
commit: bbfffb5355b47fe9e3ee3b95280dcc0470e5
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue Jan 14 01:05:49 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jan 14 01:05:49 2020 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bbfffb53

www-client/firefox: Version bump 73.0b4

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

 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-73.0_beta3.ebuild => firefox-73.0_beta4.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 76134e0..6b919a7 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,2 @@
 DIST firefox-73.0-patches-02.tar.xz 17092 BLAKE2B 
25978230da3d7592177bd8b59fdef2c6424798ee8dcdd8677dcf8e92f332fdbf5efc9f696564e82ec4368321debf0bb43c3330e479dd92d45e579cae8963059b
 SHA512 
bf68533b3ff8300cc6bb97fce948172411c4e7ba9dec1c5e69ad0f02dd77e98e838a88cf4b988da9a27cdda2052c7a8b1822d80264695654f61e14dae85ed44a
-DIST firefox-73.0b3.source.tar.xz 321841424 BLAKE2B 
5a381a78eee59e64e0dcf941ddb60afd8fbd8fe3f6f411cae63ee9888db0ceb3e59089f900b48402118eac809d4ddce1c55123c452c0bbd10f1afe25581be1b8
 SHA512 
f24f89d2457578cb59621d6a06ec9b7c0683b1c21177ad2a145713da57a28b85a175c94dd5e8ca0abd59dc0bd69cab8b9bd4787408d7a71d40d88c91357ace10
+DIST firefox-73.0b4.source.tar.xz 318952120 BLAKE2B 
69cf2b9fdd3404338860d39cf8ebca585502058ce5b5c774d343746bd4922b79f54f03728f7bc4febede47edd82ae375c27f07bb2da03179a6845b8b9ac22960
 SHA512 
0f9b30d6f53f044c9c68f3665371457c3db9589968f5dad975e32db565c62bd6ee042c9fd623fc5bc37c08491e57e9a7d3e35d14979b168c9975803ba5dc2873

diff --git a/www-client/firefox/firefox-73.0_beta3.ebuild 
b/www-client/firefox/firefox-73.0_beta4.ebuild
similarity index 100%
rename from www-client/firefox/firefox-73.0_beta3.ebuild
rename to www-client/firefox/firefox-73.0_beta4.ebuild



[gentoo-commits] repo/user/ssnb:master commit in: dev-util/idea-ultimate/, dev-util/rubymine/

2020-01-13 Thread Samuel Bernardo
commit: 72acb5511206c6580259a93b570d65412b4e6c18
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue Jan 14 00:36:01 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue Jan 14 00:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=72acb551

update idea-ultimate and rubymine

Signed-off-by: Samuel Bernardo  gmail.com>

 dev-util/idea-ultimate/Manifest|  2 +
 .../idea-ultimate-2019.3.1.193.5662.53.ebuild  | 68 ++
 dev-util/rubymine/Manifest |  2 +
 dev-util/rubymine/rubymine-2019.3.1.ebuild | 35 +++
 4 files changed, 107 insertions(+)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 5492d14..60a615e 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -11,6 +11,7 @@ DIST ideaIU-2019.1.3.tar.gz 705826359 BLAKE2B 
860015bc9a730c188748bc6b0af05b8a46
 DIST ideaIU-2019.1.4.tar.gz 706447952 BLAKE2B 
cd7a1fb70443bfe6917df8156e36102fe0725e66a37aad7544a676a1900e0a5d0852af366fcee560cc3f26272733703de8b107bed7a55f49c9f9bb3069a582bb
 SHA512 
aca7be55acd5d8986b9a48f69dd4ae40394604416fe99008e83cc8f256ff01467b3b1c0997793821341e93525b00927644e8e06d53210f7a6d12009565ae
 DIST ideaIU-2019.2.3.tar.gz 808787291 BLAKE2B 
2104a94d8d628714bfc12af46b0d97640583e1ddf1e8e84f38169521ea559de7aec1d904cb304488349e2fb2da7fe125ae706905f97ed08b1b37297feabc8dce
 SHA512 
a2d5380ced2ded56a4098bb5b9b280e98381fe7a7329159559edf78ca217a8e76c5853c991a4660545de5b6d2f3d7ac2f1184b42792f7e1c45ae8f64fc9c6989
 DIST ideaIU-2019.2.4.tar.gz 811629295 BLAKE2B 
9cb22faab17aea145fe41ac00bb3e8b85b17793008cbe98ffef229485afdf2aa71254ed282bc76e79f05e245017f4dc4b33778505ba17aec33128c9177a536f7
 SHA512 
5950051b12f195a50d13961f62230dddb5824ec02a707e33657bce6baf1a3c3a71c8a1773b30cdaed4e5a25dfc8db159806e229f09d9d9b3c4eac3a22a5543f5
+DIST ideaIU-2019.3.1.tar.gz 809193649 BLAKE2B 
3e61fa4efe2c9b7a9229455711d30e0dac382c4857ebe2fd0208389b5aab24ead10f49460e621077c06af8398ab129b1b4220174caa260c7ab321ef6ce52f555
 SHA512 
258269a8a317ca252c26ec25dbd1122254985e9402389429d5c5cf3fd29b04716d5744f2798d96297b1bf1f479c67adc479224b841b2c81b5364561c34870837
 DIST ideaIU-2019.3.tar.gz 795790818 BLAKE2B 
05396e642597b1f6c1341e2f3b4d02acc6fcf2254b93a00ae43c9be1afaef39db42bf894141bc9adc846ea7e8260a777c60563f928f2b73ddcb4d8f3e74c4ef2
 SHA512 
638f4a29720fc8b21593106295576c1a7db8fe67ad4eca5d8f98b1220264b074227f058af56225f10a13fb537a11ce12d415d463fba7891eba8138c6e9fb78e0
 EBUILD idea-ultimate-2018.2.5.182.4892.20.ebuild 2210 BLAKE2B 
310ab948edc44bb503adc282009c59b6287243f2df4a9681eb625b6d20e70f59398e6ea041d810f5ba90995e7e8c61b79472a7c0a1f34e731c34670bb90eabe3
 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 EBUILD idea-ultimate-2018.2.6.182.5107.16.ebuild 2210 BLAKE2B 
310ab948edc44bb503adc282009c59b6287243f2df4a9681eb625b6d20e70f59398e6ea041d810f5ba90995e7e8c61b79472a7c0a1f34e731c34670bb90eabe3
 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
@@ -26,5 +27,6 @@ EBUILD idea-ultimate-2019.1.4.191.8026.42.ebuild 1737 BLAKE2B 
0dcd0730dd47856eab
 EBUILD idea-ultimate-2019.2.3.192.6817.14.ebuild 1737 BLAKE2B 
0dcd0730dd47856eab797a66e88dfe5ce607f70a58b2197ca7610aed98ae4f0e20d33c6b3c4d6bc22475d45e8f48c845509434da0cba4063784651f95a0170d2
 SHA512 
aff28707eb4fdd62b2c608a9a91e8cea4eba3b1fe3041720a766c2a40802919402e1d18a576436929337b7be6a7eb3b948f2dab8f38444781c076253775e95e4
 EBUILD idea-ultimate-2019.2.4.192.7142.36.ebuild 1737 BLAKE2B 
0dcd0730dd47856eab797a66e88dfe5ce607f70a58b2197ca7610aed98ae4f0e20d33c6b3c4d6bc22475d45e8f48c845509434da0cba4063784651f95a0170d2
 SHA512 
aff28707eb4fdd62b2c608a9a91e8cea4eba3b1fe3041720a766c2a40802919402e1d18a576436929337b7be6a7eb3b948f2dab8f38444781c076253775e95e4
 EBUILD idea-ultimate-2019.3.0.193.5233.102.ebuild 1750 BLAKE2B 
6cd705ca9a833d8d758a22b55871680a6b4fc17a480618cc73fb7759bba05518ef869c40ff722a84a36de9bef8d58e9f449468b8dd8a658836b6203581824ff4
 SHA512 
1f7653a9fef35b124b67de029e7675b65291bb8cd07d9cc23503d32479461970c1f666d5be371732bb65c2cbcac1ecf9d9771ee0f10687e6f94a6a8824985bce
+EBUILD idea-ultimate-2019.3.1.193.5662.53.ebuild 1750 BLAKE2B 
62e3e1a0c342e8465a1af39b6f4180367a5518059b9dee5307eb2050fe2ed07e925e9183e95cada4a8570ddce93e570066857ea128b22ef8add9743db430af71
 SHA512 
f27985a3075afd4f1b31d83e01051f66a26d32dca4c382472a6e8d81320dd30d55009b85285df66332d833d9ec8ed47b22020663bde5d53a6f0160ce94e3
 MISC ChangeLog 142 BLAKE2B 
d6bb9a7ff30fcbf78573ea65cf495cdc21393b0e9e546f9b5df7f9b5d358b362e7741509b6625d1dee6ae4f6b7ea33e4a88fc7e6d53b34745c3234c377ba690d
 SHA512 
f66d54089ee757d3bc997f4edba58e6b6b91d47c6fca9f33edf4bfc9e03acabfc7af723c1238c313ccf6cde747c7b91274e67c15abc92da8dd6dd5ac58006b7b
 MISC metadata.xml 594 BLAKE2B 

[gentoo-commits] repo/user/ssnb:master commit in: net-misc/megasync/

2020-01-13 Thread Samuel Bernardo
commit: 10af0b72bf823bbc0913430c83103fa63725a5d3
Author: Samuel Bernardo  gmail  com>
AuthorDate: Tue Jan 14 00:19:43 2020 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Tue Jan 14 00:19:43 2020 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=10af0b72

Correct code bug when calling gcc-major-version function

Signed-off-by: Samuel Bernardo  gmail.com>

 net-misc/megasync/Manifest  | 2 +-
 .../megasync/{megasync-4.2.5-r1.ebuild => megasync-4.2.5-r2.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/megasync/Manifest b/net-misc/megasync/Manifest
index 9a53fbb..15a04ca 100644
--- a/net-misc/megasync/Manifest
+++ b/net-misc/megasync/Manifest
@@ -20,7 +20,7 @@ EBUILD megasync-4.0.2.ebuild 3478 BLAKE2B 
7c1e3e43bb883856a53b595cf5dea8b546bace
 EBUILD megasync-4.1.1.ebuild 3478 BLAKE2B 
7c1e3e43bb883856a53b595cf5dea8b546bace994c46653d4e1b144aae175122ea8be06d758a900c508af9bf9d9ae9e63cc02cdef085f74b571f14ee98a8ae49
 SHA512 
76761c259bbe503d0f5cfcda4116f3176162a46e5705e085e8fc7624d18c11d1a8b16d3c80566132e37abf6d04563446382e53ec21b7a1c4ced70f8a95e06ff7
 EBUILD megasync-4.2.0.ebuild 3917 BLAKE2B 
7295114af019c39c00e8d487c8cc6bfd9ad3480c83374779658325971da2c647ecaa9113b8e5a4646bf6fadbb4d882728f060c809d91aed52208a7a202b32669
 SHA512 
de032dc55d676bbf93d017b2495038c09e859b193fce0bf5ee20e559d0f61e6d49c7742c2dadf3879419915ad93488ca841ec7cf9cb07b0243fe331726c20b81
 EBUILD megasync-4.2.3.ebuild 3915 BLAKE2B 
ed8dca3c7f8062d12e17a5143a8bd5a6ee9b8d79c54b395d9e0502a4d277acd62443c36ed09572aff677842c22b879160a62f92fb7beda90c57d3d6fc14ee8f6
 SHA512 
eb027f7cbf263075f181645ebe2625997ed7a499c8a5e285f52cdb348ef3295ecadb03240ee446a9362895f96e9bfd11657a27aca9fb34ab9d5422cc68d847e9
-EBUILD megasync-4.2.5-r1.ebuild 4024 BLAKE2B 
e3278110e8d93afcb901e7595ff71024d0be2ca38f05dbf4870aace18dbd35075da9878ac23293fd442706aad429e9eac436e5b72ff956563594238014cf6ac0
 SHA512 
4b6f3f181afddd9dd0f0934c995712cee16553714eae398698f50e77d9f207ce486e692c6aad9919f88fc8b69a2c848ecf9b14bdd65917cf9420914453235ab1
+EBUILD megasync-4.2.5-r2.ebuild 4027 BLAKE2B 
cf745d60810047fcbf4392271263e99bb615019647dd4d52cb7b95b01e0a25005d25b551df418a46881f5f655f5e9114ab5b351fa9387c8fb027cb04ab0ccd18
 SHA512 
99c1cee8eb8f4e941569f2c4682bbd5ef55ff30b76f3f6dbcd759993c769f5651d88f3636d3b85046a6cfecca50826600ae2eacd31ddf7f3871cf7e6e7891040
 EBUILD megasync-4.2.5.ebuild 3915 BLAKE2B 
ed8dca3c7f8062d12e17a5143a8bd5a6ee9b8d79c54b395d9e0502a4d277acd62443c36ed09572aff677842c22b879160a62f92fb7beda90c57d3d6fc14ee8f6
 SHA512 
eb027f7cbf263075f181645ebe2625997ed7a499c8a5e285f52cdb348ef3295ecadb03240ee446a9362895f96e9bfd11657a27aca9fb34ab9d5422cc68d847e9
 EBUILD megasync-.ebuild 3637 BLAKE2B 
948364efa4ae9ce897da38659e669fbb509de374686832d4546caccc4f9333693749540c989f1bb074b9eb929b308978ed089f4b6be714dbf76c530e608b
 SHA512 
020ca96d8972f66cc79673bc31083af2fffacbb02dfeb12677d5d62f08605e1a4f9b29d55d5509231a416c39e7b1cd2e6b20d16c4af00a415cbaf4c133fa6c6d
 MISC metadata.xml 318 BLAKE2B 
ffc32715f0597b63ba78c242a5adfad13c921b43da17b5e07b4cca5e5ef69dbb3c89a7d110165dcea06ed317f873a5210db21be0ac5941dfb433185fdcb7a6e7
 SHA512 
e4930a21d6f75f5395e2e96436b42c792771fd7167abceeff0db7a9036616c6feeb6beee890afa6ff5e4584f5bb6938084316e60df57997aa1c20ba0a025514c

diff --git a/net-misc/megasync/megasync-4.2.5-r1.ebuild 
b/net-misc/megasync/megasync-4.2.5-r2.ebuild
similarity index 98%
rename from net-misc/megasync/megasync-4.2.5-r1.ebuild
rename to net-misc/megasync/megasync-4.2.5-r2.ebuild
index 0e12d47..1bd032b 100644
--- a/net-misc/megasync/megasync-4.2.5-r1.ebuild
+++ b/net-misc/megasync/megasync-4.2.5-r2.ebuild
@@ -125,7 +125,7 @@ src_configure(){
MEGA.pro
CONFIG+="release"
)
-   if [ gcc-major-version -eq "9" ]; then
+   if [ $(gcc-major-version) -eq "9" ]; then
myeqmakeargs+=(QMAKE_CXXFLAGS+="-fpermissive")
fi
if use qt5; then



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

2020-01-13 Thread Patrick McLean
commit: b3291df57d8799d94329600d7765c3c6fbd279a1
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jan 14 00:10:40 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 14 00:10:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3291df5

sys-cluster/ceph-14.2.6: Version bump

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

 sys-cluster/ceph/Manifest   | 2 +-
 sys-cluster/ceph/{ceph-14.2.5.ebuild => ceph-14.2.6.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index e4653529633..937f7dc60c9 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -4,4 +4,4 @@ DIST ceph-12.2.8.tar.gz 77243685 BLAKE2B 
37c34396a0c276b8d79735e14934ac70da02482
 DIST ceph-13.2.5.tar.gz 91006057 BLAKE2B 
68551e2f54d78aff7b0e9ec3c62e6a3394dd7c23e80924a5b400cd9666a05a42e5f22445deee4040f1b78201c6a6660b283109878d4c92d845821bff831c8a5e
 SHA512 
6daea524523f829e725609328ea71f416b2c3a9530fa8956720a7bc69dc08e55a169654f500704579dc9ba693f04eedd7e04614c0850e9ab1169cd45f19039f8
 DIST ceph-13.2.6.tar.gz 90808224 BLAKE2B 
cd7b4f4838eafc9dd580102cbb5247b86a153f90127f81355b556f32dbbacd2d7fb0144d15f99869a318a7148d2f50a9f995eb05aee056d7a5843830ede5702c
 SHA512 
1e9c08d16b14447bf6b8bb72144e053aa9d5cf390bb4a6e878869e38895d3698073502fe9c4f8b775a3da872b920444bd01260105d3a839e53cf90cd27c6ab9c
 DIST ceph-14.2.4.tar.gz 116371380 BLAKE2B 
2d2c78ec32a0749df16e9c527d2fd087a75daeb2ef26ac5f6aa641989eab62fa276eb320b873740e9eee3fd4f369da152c53c2389b1def1b6a45906ccc1bd1f1
 SHA512 
dc60321ed4dcaccacca711ab70c35011b5dfc6b8369016fb413a9976199ed4ba22c7dc87ba1ebaf1118513dee1a0c263c99ab137f27fc03c55e8a0625a3bdcc0
-DIST ceph-14.2.5.tar.gz 118629512 BLAKE2B 
d1e1e1a2981ab733a8233b6de504c626f9ee776f6a980de61c95b16c85d48f674c40b2013327ce4efb35a844b22a169f55500d45ae827d6fb42e9a5cbae87aea
 SHA512 
38da62a38960d3618e2689f0e882785d4d95358b4a3b3b5b83e54e227cff9e69f4cca0b63d2d55d69e3916055818e6cf9067f2c2eddeb221ef4bc64a13cfa22b
+DIST ceph-14.2.6.tar.gz 116645542 BLAKE2B 
520a95a6a8190c694f59cc2b811fccf56f93bb2015042a8f10b793b053bc34601f865e4973663c8ab63dbaabe4394a91d9e42595d0a72dfec38ac091bb3de9d0
 SHA512 
b864a228deb3f8ec64fd17ed1b56b7e100332b9f94109eb31bfe4af24d50a615671a4389f02148e55852df01e7cc965b2baf56624ea89192bda34d79223f97fe

diff --git a/sys-cluster/ceph/ceph-14.2.5.ebuild 
b/sys-cluster/ceph/ceph-14.2.6.ebuild
similarity index 100%
rename from sys-cluster/ceph/ceph-14.2.5.ebuild
rename to sys-cluster/ceph/ceph-14.2.6.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-vim/editorconfig-vim/files/, app-vim/editorconfig-vim/

2020-01-13 Thread Patrick McLean
commit: b2216e2b3182585f69c3864067a2a60377d5d46b
Author: Patrick McLean  sony  com>
AuthorDate: Mon Jan 13 21:39:36 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 14 00:06:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2216e2b

app-vim/editorconfig-vim: Version bump to 1.0.0_beta

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

 app-vim/editorconfig-vim/Manifest  |  1 +
 .../editorconfig-vim-1.0.0_beta.ebuild | 39 ++
 ...ditorconfig-vim-1.0.0_beta-wildcard-slash.patch | 22 
 3 files changed, 62 insertions(+)

diff --git a/app-vim/editorconfig-vim/Manifest 
b/app-vim/editorconfig-vim/Manifest
index c8518d7e778..5e8f5599689 100644
--- a/app-vim/editorconfig-vim/Manifest
+++ b/app-vim/editorconfig-vim/Manifest
@@ -1 +1,2 @@
 DIST editorconfig-vim-0.3.3.tar.gz 35395 BLAKE2B 
a7b65c1472024017dd408e5c4ac5048004d0bd55f44c7cfba49b5973cb445125ed89cc3d4363fb902a4c5fbb507f3ee5ed0ca48aece3fb6915e643bae0dbf70c
 SHA512 
2dd968cf6bb162db8e6242ffb60cc61fb05a8042804b6b46b9f9cd35be968f83b473f04797e47c5cff11d7c052ff523bf8ba1d568992d44b72b97b54a81425a1
+DIST editorconfig-vim-1.0.0-beta.tar.gz 31519 BLAKE2B 
2d5e8e55e8dccc0b45453b8da9ecad80867a84d1ea20146581886f793c093c201521a7d1d4451122ae441d30f58acec28d29aa20da9de737b5beb7f44d55c0ed
 SHA512 
159e3ca32a7ffe71853ba62a14d0469310b81345b0e704dd6a9f42c56f6f6b9a3f63502ccabcf43a15443acf4acefdaf078063ae747f49315b89f5518d7f9816

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild
new file mode 100644
index 000..5bf01abe322
--- /dev/null
+++ b/app-vim/editorconfig-vim/editorconfig-vim-1.0.0_beta.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils vim-plugin
+
+MY_PV="${PV//_/-}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="vim plugin: Support EditorConfig files "
+HOMEPAGE="https://editorconfig.org/;
+SRC_URI="https://github.com/${PN%-vim}/${PN}/archive/v${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2 PSF-2"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN%-vim}.txt"
+
+PATCHES=(
+   "${FILESDIR}/editorconfig-vim-1.0.0_beta-wildcard-slash.patch"
+)
+
+src_prepare() {
+   default
+
+   rm LICENSE LICENSE.PSF \
+   mkzip.sh .editorconfig \
+   .git{ignore,modules} \
+   .{travis,appveyor}.yml || die
+}
+
+src_install() {
+   # we don't want to install the tests
+   rm -r tests || die
+
+   vim-plugin_src_install
+}

diff --git 
a/app-vim/editorconfig-vim/files/editorconfig-vim-1.0.0_beta-wildcard-slash.patch
 
b/app-vim/editorconfig-vim/files/editorconfig-vim-1.0.0_beta-wildcard-slash.patch
new file mode 100644
index 000..d3dc81241a5
--- /dev/null
+++ 
b/app-vim/editorconfig-vim/files/editorconfig-vim-1.0.0_beta-wildcard-slash.patch
@@ -0,0 +1,22 @@
+From 8b533e933f1e4904daae72e9d84f939cd18ffca8 Mon Sep 17 00:00:00 2001
+From: Chris White 
+Date: Sat, 20 Jul 2019 13:14:57 -0400
+Subject: [PATCH] '?' wildcard does not match '/' (fixes #124)
+
+---
+ autoload/editorconfig_core/fnmatch.vim | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/autoload/editorconfig_core/fnmatch.vim 
b/autoload/editorconfig_core/fnmatch.vim
+index 14833bf0..6f60db5d 100644
+--- a/autoload/editorconfig_core/fnmatch.vim
 b/autoload/editorconfig_core/fnmatch.vim
+@@ -199,7 +199,7 @@ function! editorconfig_core#fnmatch#translate(pat, ...)
+ endif
+ 
+ elseif l:current_char ==# '?'
+-let l:result .= '\_.'
++let l:result .= '\_[^/]'
+ 
+ elseif l:current_char ==# '['
+ if l:in_brackets



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

2020-01-13 Thread Pacho Ramos
commit: c056b06ce3ce1de1477e9998b3b08a3435023faa
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Jan 13 23:17:00 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Jan 13 23:17:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c056b06c

app-arch/bloscpack: drop old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos  gentoo.org>

 app-arch/bloscpack/Manifest|  1 -
 app-arch/bloscpack/bloscpack-0.11.0.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/app-arch/bloscpack/Manifest b/app-arch/bloscpack/Manifest
index 372dfa8d906..4ea87053d80 100644
--- a/app-arch/bloscpack/Manifest
+++ b/app-arch/bloscpack/Manifest
@@ -1,2 +1 @@
-DIST bloscpack-0.11.0.tar.gz 89839 BLAKE2B 
466a0290e9ed95f2a77320ead61014b68a3f5869aebb90ea15d3b35e6de7bd1080a0c12521fe56673ee5297509208a7e9cf43604a0045bb16c506799c67d5a0a
 SHA512 
68e6c05a4404fbb2554acc0a5a93500c5fe3eab4d91621ba0ffc290383873509d38fbb5b9c5733640a2cc58bf3c508067a411ba16e563dbd4e485f3036a5ebc7
 DIST bloscpack-0.16.0.tar.gz 99059 BLAKE2B 
415894771d6b987170b6938fd20ad065d30075410ddf021bd6e65e3e02d12bff6f5bb22960cdd186d9e52666a1d934047e0383e5d74016c3ad2ba1eef06cafb6
 SHA512 
0608c795570961c2dc6ba5a6ea3c8c79b215609c2d141db797429abbceb8ee43843196a2d14fc94797d7df62d562abf5efdae10f093154d5d7a20b3b9bcd85ed

diff --git a/app-arch/bloscpack/bloscpack-0.11.0.ebuild 
b/app-arch/bloscpack/bloscpack-0.11.0.ebuild
deleted file mode 100644
index 71e7dc795ce..000
--- a/app-arch/bloscpack/bloscpack-0.11.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Command line interface for Blosc compression"
-HOMEPAGE="https://github.com/Blosc/bloscpack;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/blosc[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
-python_test() {
-   PYTHONPATH="${BUILD_DIR}"/lib nosetests -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2020-01-13 Thread Robin H. Johnson
commit: 8fcb42c9715793a65a020adc9df28f1fea28288a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Jan 13 21:54:30 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jan 13 21:54:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcb42c9

dev-vcs/git: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.25.0.ebuild | 728 ++
 2 files changed, 731 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 3cf9445e925..0e18697ce4b 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -4,15 +4,18 @@ DIST git-2.23.0.tar.xz 5707148 BLAKE2B 
a57642cfc297615c9510d9d746d83fc4174195bfe
 DIST git-2.23.1.tar.xz 5713672 BLAKE2B 
50db7bafbadcefbc5a56db478ea0464d289c45190a0454e0b8f3d99d48e6251071482df0240ee1ee8a1f733c91e9e46d34794bca8ca70d3c4ecc3b5da6d5d529
 SHA512 
708f8b9a7c65c1c9d3117b1b7ee9383044b66fe8a5c168a52ba561985670f659d514aa34988ea8ba85c127da6a23c39c511919a6d661bffc9cf782e30fd62373
 DIST git-2.24.0.tar.xz 5766056 BLAKE2B 
85c7cdcae01a71cc6e5d3d5985f4c54439879273ba981b73b732d6db10e348c812d7817001242976b67f78537f7fdf9c9298173b7393ad7ab5237cd9e3d9b5a2
 SHA512 
31c8c001fdea3b1e3e732cc42299979f1329d564f76d3950c90a0090afc1fa1ba50bdb7f86da92066843887986cc73a34c13dd651566d1af9036ecbe8aee42c3
 DIST git-2.24.1.tar.xz 5772304 BLAKE2B 
45e49325221cd0407968b4e2ff7bcab7ea021863119ae29fec5c7a9ff10461b5af0ea05f587647c7d4965c38e25f1140f194be72ff5f1bea8851c0485effbfa2
 SHA512 
010c13d4023c142876d0e075a394b74bef422944d8ca602325d0b2b47bf28b1d534283c7f295751113c83fdfcc0c91f97090e8f906560d44b04a94607fd8fcf7
+DIST git-2.25.0.tar.xz 5873532 BLAKE2B 
7e9e54677ac3c4d3295e9f92ba7e3f7f5b33620d6d0fb8105d5e57d609fe3ee499d1c1bc4a6d8832927a28f4948f4466a6ca4edf996b8a324279f91d25627660
 SHA512 
8bbada0451fe0a3314e1b9a43a74135115449aa41f5b3e7f960279e4a7fe6069c36e78825fc4b60d06806e3a6fa8158f327cb8a3801686ac22a35e3704244191
 DIST git-htmldocs-2.21.0.tar.xz 1234956 BLAKE2B 
d8ef32acbad7eeb8758f711e09c380dbf3ca72526067b3a86ed0865e37351c4fac1f0c7e845e7b0c27a1d955c64622f10c999389446b53191acdc05a44647847
 SHA512 
4537b3f67d03050e5daefaa6f274d3acdf6e116dc8c7f76566b33100e76a445c3e3894b5ff63b5ddb024e1c691a3bf08acea42dbec681da1b0f1de2e5736c9c4
 DIST git-htmldocs-2.21.1.tar.xz 1236408 BLAKE2B 
173892327d27d918cc0a15e982145d5f0f638deeda56be1cbf16c953b7b3454555ecf3e708c6117b1d4e781ca332199457d9c5b619c91735e0c6e85449be528f
 SHA512 
41819a75656afab0fd56407e7141c8176b708099546cdc7cdc5e765a35401e1148a7165c41bc12a68e124335532450748b27cc3f8c0e372d596f27a992e23e95
 DIST git-htmldocs-2.23.0.tar.xz 1294240 BLAKE2B 
7420eb836d582448a996d8302d1e4873316baadd3a1baae555935443028af6a9c9e1fa629d5e0667901b8c63cce19bbf5e46c5fcb09b50382751e6b2cbc3d514
 SHA512 
165c8989ed9c0c09125e2e99beeddd1f2bb4d00ecae4aa58bcbfb1f1a8cd5a6ad646035e984471484fd1e943437d5d42d917e8c32b1207c590a1fc7c9bebc2dc
 DIST git-htmldocs-2.23.1.tar.xz 1296144 BLAKE2B 
5be4a8afdd79234d220c119b8a4239e640486dc52236d980d08e6b3cad1be61b683c0e3dff6bdd67035a1e23f1d07858d3344f9f2ae90b44188395f34c22fea4
 SHA512 
c005be3baf129c9320893270d1d3b69e01546a29d482d29e5bc7baefbaab33e45d877c5c09e47312bbdb8b3dfcff27735c2427dcae9eb21fd3500ec30e214ae1
 DIST git-htmldocs-2.24.0.tar.xz 1306680 BLAKE2B 
fe3c9f2f56e8e6073be449d19336873ee06d1101eff12d2c5690bbe38510e7f60c3805fca3a46ce85be79d78161aea669b0ee595599aea816f42093f7c6f1a49
 SHA512 
61b8fbbc55cd66561b76866933de4478a526dd9428e419b8a8c046c323b26c780421e771b1ed7aa890962c3b90f9f3832b4a880fe1f67b1edb764f6d58db00ad
 DIST git-htmldocs-2.24.1.tar.xz 1307992 BLAKE2B 
80b39d2fcf47d20a584109572414ff8d275245afb80c3946e2fa62346fdaee3b1c873a0dccfb44af52290756d26d5e53021a1bf1ace7ada34e50e03244f05e92
 SHA512 
4da610ba1ee307e4f53414e324ef63ab25cf3945a74bf813aeacd4cf714710eab31776c2402c9567f1a3805e3d8576a158c78a72722c0178fb7c2dec2dcebf5a
+DIST git-htmldocs-2.25.0.tar.xz 1293644 BLAKE2B 
8966e7d57701543770a589aef4a4bb8e673c22987330095431da6cc6cff023f8e288ba13a43d388d9b6e4fb92bed5baaa983c72124f440ef9e6c966b03d920a4
 SHA512 
67e8c2cc458d81870c901b720800a49cf605b3815c63af91328419a1e543e296b348bd8f7126a4a3cefcb8e2e2c7b713bcfc38ee945c224bd34bbd1c3e4f45b2
 DIST git-manpages-2.21.0.tar.xz 440096 BLAKE2B 
6cbedf6e497b0d13c62003b166293a0d438d163255bce845eaf75e08a3eec49060c314e73d24c1c015101868d9149e9b0cd1c2e8cb3ce2245b8acae5701fe8ba
 SHA512 
61e01cd312dbade8aac0144e32edc5eea2708b274273c207889a291cea18d131c9c2d83cc405ba8a955d387fd1e6dd74b7bdae4003f2062501073a0844122d30
 DIST git-manpages-2.21.1.tar.xz 440316 BLAKE2B 
658232d29bbca3b55a6797d5008f2f6f82d0c04d22ae5af8c689d8cb00e35bfbbccf658d269b96dd868cf3e1cf8f3304eb97cfee428ff8c762f914d1cde4e4f4
 SHA512 
1a687e4cb2dc90854067b164d6142b88205ba40dbc283432296afafde4370afc900096c5aedc9a7a959b8aa910196d42c399c5c4eed7e2f1ce0f98d8005f3581
 DIST git-manpages-2.23.0.tar.xz 448272 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/

2020-01-13 Thread Jason A. Donenfeld
commit: d9e6f0967d0d4faf89b3a0cc35c0863c64e8b9a6
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Jan 13 20:19:20 2020 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Mon Jan 13 20:52:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e6f096

www-apps/cgit: version bump to 1.2.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 www-apps/cgit/Manifest  |  2 +
 www-apps/cgit/cgit-1.2.2.ebuild | 95 +
 2 files changed, 97 insertions(+)

diff --git a/www-apps/cgit/Manifest b/www-apps/cgit/Manifest
index adbbfd2694c..0f5c0eaaffa 100644
--- a/www-apps/cgit/Manifest
+++ b/www-apps/cgit/Manifest
@@ -1,2 +1,4 @@
 DIST cgit-1.2.1.tar.xz 89648 BLAKE2B 
c1dc2fe9af58cc00bef9e11c5f784c5696d108671456be61c46e971659df3274874e751b26d6e124c2b3e7b407bbad2878ec5d74f26a0469146bfc66a479501c
 SHA512 
c7380df9afbc3735ef9e4f196f4f5bbd26cf52e473fa6f435e7d0c00dc295cc8de6bee6bfb1857144025c8591d41a6a74efb1af551e8610848d90ac40fcfab36
+DIST cgit-1.2.2.tar.xz 90204 BLAKE2B 
de8c4c8cd96b3f12f914c5df9e5f1af408fc6f268a3cee185f5721696fe5a064340eb05243aa9b8536d096daaf794c3f74669388d029d21a12722917e0dc0903
 SHA512 
ac006db0b14ae84fc9304b4cb1b49c3445d229593071be39b2d6e2709b54d03b11efd0ac1b5daef8160278303a7611c897fb6cf1e008c66c3f2463151e650af9
 DIST git-2.18.0.tar.xz 5102264 BLAKE2B 
94a8469a0e489d517136233301f1af622a3e612967316620800a771721f4e558dfb9159f158ddd07d294fce3ceb256038483f5a8c1fe6a84f661710857945dce
 SHA512 
db19363c9c2042248322d49874a27c0614acfb912183725e5d4f0331d6b44cef66a9a7da6a49bd4a17e5d86d30c5fed6bef7527f386494184595a433c4060e46
+DIST git-2.25.0.tar.xz 5873532 BLAKE2B 
7e9e54677ac3c4d3295e9f92ba7e3f7f5b33620d6d0fb8105d5e57d609fe3ee499d1c1bc4a6d8832927a28f4948f4466a6ca4edf996b8a324279f91d25627660
 SHA512 
8bbada0451fe0a3314e1b9a43a74135115449aa41f5b3e7f960279e4a7fe6069c36e78825fc4b60d06806e3a6fa8158f327cb8a3801686ac22a35e3704244191

diff --git a/www-apps/cgit/cgit-1.2.2.ebuild b/www-apps/cgit/cgit-1.2.2.ebuild
new file mode 100644
index 000..a74743dfbc3
--- /dev/null
+++ b/www-apps/cgit/cgit-1.2.2.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+WEBAPP_MANUAL_SLOT="yes"
+
+inherit webapp eutils multilib user toolchain-funcs
+
+[[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
+
+GIT_V="2.25.0"
+
+DESCRIPTION="a fast web-interface for git repositories"
+HOMEPAGE="https://git.zx2c4.com/cgit/about;
+SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
+   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc +highlight libressl +lua +jit"
+
+RDEPEND="
+   dev-vcs/git
+   sys-libs/zlib
+   virtual/httpd-cgi
+   highlight? ( || ( dev-python/pygments app-text/highlight ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua:0 ) )
+"
+# ebuilds without WEBAPP_MANUAL_SLOT="yes" are broken
+DEPEND="${RDEPEND}
+   !=app-text/asciidoc-8.5.1 )
+"
+
+pkg_setup() {
+   webapp_pkg_setup
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_prepare() {
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+
+   echo "prefix = ${EPREFIX}/usr" >> cgit.conf
+   echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf
+   echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf
+   echo "CGIT_DATA_PATH = ${MY_HTDOCSDIR}" >> cgit.conf
+   echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> cgit.conf
+   echo "DESTDIR = ${D}" >> cgit.conf
+   if use lua; then
+   if use jit; then
+   echo "LUA_PKGCONFIG = luajit" >> cgit.conf
+   else
+   echo "LUA_PKGCONFIG = lua" >> cgit.conf
+   fi
+   else
+   echo "NO_LUA = 1" >> cgit.conf
+   fi
+}
+
+src_compile() {
+   emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" 
LDFLAGS="${LDFLAGS}"
+   use doc && emake V=1 doc-man
+}
+
+src_install() {
+   webapp_src_preinst
+
+   emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" 
LDFLAGS="${LDFLAGS}" install
+
+   insinto /etc
+   doins "${FILESDIR}"/cgitrc
+
+   dodoc README
+   use doc && doman cgitrc.5
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_src_install
+
+   keepdir "${CGIT_CACHEDIR}"
+   fowners ${PN}:${PN} "${CGIT_CACHEDIR}"
+   fperms 700 "${CGIT_CACHEDIR}"
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+   ewarn "If you intend to run cgit using web server's user"
+   ewarn "you should change ${CGIT_CACHEDIR} permissions."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/num/

2020-01-13 Thread Alfredo Tupone
commit: c91d12fc62834d8741294095a719ae187290a1b2
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jan 13 20:43:20 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jan 13 20:43:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d12fc

dev-ml/num: fix dependency

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

 dev-ml/num/num-1.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/num/num-1.3.ebuild b/dev-ml/num/num-1.3.ebuild
index 930c8cb5166..e8cffd40ddb 100644
--- a/dev-ml/num/num-1.3.ebuild
+++ b/dev-ml/num/num-1.3.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-lang/ocaml"
+DEPEND=">=dev-lang/ocaml-4.09.0
+   >=dev-ml/findlib-1.8.1"
 RDEPEND="${DEPEND}"
 BDEPEND="${DEPEND}"
 



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

2020-01-13 Thread Andreas Sturmlechner
commit: bf5139c1be23836a6e3a58fd601273a9c7a6efb9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 13 19:33:48 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 13 19:35:24 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf5139c1

kde-frameworks/kpeople: Drop unused DEPEND

Upstream commit fac77e1796e3ad09a9c0acd042cd30616811f7ba

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

 kde-frameworks/kpeople/kpeople-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kpeople/kpeople-.ebuild 
b/kde-frameworks/kpeople/kpeople-.ebuild
index e5250cb935..c1e18a01b8 100644
--- a/kde-frameworks/kpeople/kpeople-.ebuild
+++ b/kde-frameworks/kpeople/kpeople-.ebuild
@@ -20,7 +20,6 @@ DEPEND="
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/

2020-01-13 Thread Johannes Huber
commit: 037f916de1172c557cd4cc31bf51080dc93526ce
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jan 13 20:02:05 2020 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jan 13 20:08:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037f916d

x11-misc/polybar: Fix dependencies for use i3wm

Reported-by: Lineu Martins  linuxmail.org>
Closes: https://bugs.gentoo.org/705160
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Johannes Huber  gentoo.org>

 x11-misc/polybar/polybar-3.4.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/polybar/polybar-3.4.2.ebuild 
b/x11-misc/polybar/polybar-3.4.2.ebuild
index 43a60e76c0a..e9b811dc1f2 100644
--- a/x11-misc/polybar/polybar-3.4.2.ebuild
+++ b/x11-misc/polybar/polybar-3.4.2.ebuild
@@ -31,7 +31,10 @@ DEPEND="
x11-libs/xcb-util-xrm
alsa? ( media-libs/alsa-lib )
curl? ( net-misc/curl )
-   i3wm? ( dev-libs/jsoncpp )
+   i3wm? (
+   dev-libs/jsoncpp
+   || ( x11-wm/i3 x11-wm/i3-gaps )
+   )
mpd? ( media-libs/libmpdclient )
network? ( net-wireless/wireless-tools )
pulseaudio? ( media-sound/pulseaudio )



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

2020-01-13 Thread Andreas Sturmlechner
commit: 60d8340916915fa09cdfe4d75f0d93c296ac060e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 13 01:18:30 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 13 20:07:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d83409

media-libs/libqaccessibilityclient: Port to ecm.eclass and kde.org.eclass

Drop dead homepage.

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

 .../libqaccessibilityclient-0.4.1.ebuild | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild 
b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild
index fd12c42aff6..0350acacd33 100644
--- a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild
+++ b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.4.1.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-ECM_KDEINSTALLDIRS="false"
-KDE_TEST="true"
-KDE_EXAMPLES="true"
+ECM_EXAMPLES="true"
+ECM_TEST="true"
+QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
-inherit kde5
+inherit ecm kde.org
 
 DESCRIPTION="Library for writing accessibility clients such as screen readers"
-HOMEPAGE="https://accessibility.kde.org/ 
https://cgit.kde.org/libqaccessibilityclient.git;
+HOMEPAGE="https://cgit.kde.org/libqaccessibilityclient.git;
 SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
+SLOT="5"
 KEYWORDS="amd64 arm64 x86"
-IUSE=""
 
 DEPEND="
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/kronometer/

2020-01-13 Thread Andreas Sturmlechner
commit: 7ff5fe83062e1461c372ef99dcb7b877a38182c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 13 19:57:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 13 20:07:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff5fe83

x11-misc/kronometer: Port to ecm.eclass and kde.org.eclass

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

 x11-misc/kronometer/kronometer-2.2.3.ebuild | 32 +++--
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/x11-misc/kronometer/kronometer-2.2.3.ebuild 
b/x11-misc/kronometer/kronometer-2.2.3.ebuild
index 906074ce0a7..f4e6e80c584 100644
--- a/x11-misc/kronometer/kronometer-2.2.3.ebuild
+++ b/x11-misc/kronometer/kronometer-2.2.3.ebuild
@@ -1,31 +1,33 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
 VIRTUALX_REQUIRED="test"
-inherit kde5
+inherit ecm kde.org
 
 DESCRIPTION="Stopwatch application"
 HOMEPAGE="https://kde.org/applications/utilities/org.kde.kronometer 
https://userbase.kde.org/Kronometer;
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
+SLOT="5"
 KEYWORDS="amd64"
-IUSE=""
 
 DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"



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

2020-01-13 Thread Sebastian Pipping
commit: 919f36721e7212e386ec8fe77be61ecc23d373e3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan 13 19:50:44 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan 13 19:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919f3672

dev-python/alabaster: 0.7.12 + EAPI 7

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 dev-python/alabaster/Manifest|  1 +
 dev-python/alabaster/alabaster-0.7.12.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest
index a5a8e66c5b7..d44c71747c1 100644
--- a/dev-python/alabaster/Manifest
+++ b/dev-python/alabaster/Manifest
@@ -1,3 +1,4 @@
 DIST alabaster-0.7.10.tar.gz 10486 BLAKE2B 
fa4e08cc06a22830e7ad1a5cc5e2ead40d919158d200af2d7259c478d1999329ccd798594b1ee3302d5610a972438e771cd83c82544f0f1783bac345643737a9
 SHA512 
e2391079360e050e532f878619e70a120f141a3e84d1e213e508e4be25ff2ac704717fe8398dfaf016dfb6dd3ad1105a67e1d5438737f45064f7602a5ce5fda8
 DIST alabaster-0.7.11.tar.gz 10998 BLAKE2B 
93975fcb93cac425d6db903f89c862041dd4817a1a411adb2b8d0e9af754be6f1a9649934b183678290debd71722146a547ced7407a9da10741d88a806d5bec2
 SHA512 
3b3762cc9f0a04296d07bdadeb7e77ae007e307bfad81d8ddfa8e883dcf7577bf544957b3664ec4cc354749fa249627071474466dc771c5883c75571c86d8f3b
+DIST alabaster-0.7.12.tar.gz 11242 BLAKE2B 
5690d9c0b8aabfc2c95c4279183d174d6a5768f89732028f7ec6eb790531499a2017b9f3b9896442e298f3189f79070178b3e281b6d0bcfad3741625caa99c48
 SHA512 
e3bfd0c92ce01f08d5e6d9dc1ef0967ca1f54827e08756f4a0ba7be8d3b8bec7f2e53a169b831ff5ce2d2548f7f52c6e518bcc513e49bb3e4c38274293aebbac
 DIST alabaster-0.7.9.tar.gz 10485 BLAKE2B 
c3a22dd8b813f2dc717a1fb24d252db949f6336cb5b785603f933d4cf32236f9bdff117118d85ca3f6995e761e8d2689feb2c69be516ab681dc664323da43605
 SHA512 
b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8

diff --git a/dev-python/alabaster/alabaster-0.7.12.ebuild 
b/dev-python/alabaster/alabaster-0.7.12.ebuild
new file mode 100644
index 000..4a75a0efc16
--- /dev/null
+++ b/dev-python/alabaster/alabaster-0.7.12.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
+HOMEPAGE="https://github.com/bitprophet/alabaster;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-solaris"
+SLOT="0"



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

2020-01-13 Thread Sergei Trofimovich
commit: e7c51f8c8e301876d84c73207a7dd9000b532abe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:43:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c51f8c

dev-qt/designer: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/designer/designer-5.13.2.ebuild 
b/dev-qt/designer/designer-5.13.2.ebuild
index 2057cc12b54..d30c2363e69 100644
--- a/dev-qt/designer/designer-5.13.2.ebuild
+++ b/dev-qt/designer/designer-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils
 DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces 
with QtWidgets"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~x86"
 fi
 
 IUSE="declarative webkit"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialport/

2020-01-13 Thread Sergei Trofimovich
commit: cfc175a65f35e07b7d225639881320dba8429407
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc175a6

dev-qt/qtserialport: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtserialport/qtserialport-5.13.2.ebuild 
b/dev-qt/qtserialport/qtserialport-5.13.2.ebuild
index 84b8dfca053..95c11c68c1e 100644
--- a/dev-qt/qtserialport/qtserialport-5.13.2.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpaths/

2020-01-13 Thread Sergei Trofimovich
commit: 512c3508fcb2058ff74440fdb863f5a614abe2be
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512c3508

dev-qt/qtpaths: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtpaths/qtpaths-5.13.2.ebuild 
b/dev-qt/qtpaths/qtpaths-5.13.2.ebuild
index 171082a33f8..37178e0df2a 100644
--- a/dev-qt/qtpaths/qtpaths-5.13.2.ebuild
+++ b/dev-qt/qtpaths/qtpaths-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Command line client to QStandardPaths"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



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

2020-01-13 Thread Sergei Trofimovich
commit: 197520bda1f20fbbe1f7db7b305f342f0d13ccfe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197520bd

dev-qt/qtsql: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtsql/qtsql-5.13.2.ebuild b/dev-qt/qtsql/qtsql-5.13.2.ebuild
index 8a763339036..11dd296ac67 100644
--- a/dev-qt/qtsql/qtsql-5.13.2.ebuild
+++ b/dev-qt/qtsql/qtsql-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework"
 SLOT=5/$(ver_cut 1-3) # bug 639140
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="freetds mysql oci8 odbc postgres +sqlite"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtconcurrent/

2020-01-13 Thread Sergei Trofimovich
commit: 9139ef669b3867e4c994502c1ab2092d23d986d8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9139ef66

dev-qt/qtconcurrent: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild 
b/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild
index 667214fe3b9..fcc7a560718 100644
--- a/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild
+++ b/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtprintsupport/

2020-01-13 Thread Sergei Trofimovich
commit: 47f6889924da8e17dafd0d684695152878eaed08
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f68899

dev-qt/qtprintsupport: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.13.2.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.13.2.ebuild
index a442397138d..42ff7bd6b26 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.13.2.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Printing support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="cups gles2"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2020-01-13 Thread Sergei Trofimovich
commit: 5db7a43e86c834a5efb45bfb058a09b876ae418b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db7a43e

dev-qt/qtdeclarative: stable 5.13.2-r1 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild
index c8543b3f41d..ee3ba338042 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~x86"
 fi
 
 IUSE="gles2 +jit localstorage +widgets"



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

2020-01-13 Thread Sergei Trofimovich
commit: 1ba1fc2fe675f4ee28487df3edf7b0f327a3bb3c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 13 15:51:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba1fc2f

dev-python/hypothesis: keyworded 5.1.3 for hppa, bug #703174

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

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

diff --git a/dev-python/hypothesis/hypothesis-5.1.3.ebuild 
b/dev-python/hypothesis/hypothesis-5.1.3.ebuild
index 24078c547ce..97b51c53346 100644
--- a/dev-python/hypothesis/hypothesis-5.1.3.ebuild
+++ b/dev-python/hypothesis/hypothesis-5.1.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-01-13 Thread Sergei Trofimovich
commit: 7e2f6e1d15906703a231f1bc6418da365eec6946
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2f6e1d

dev-qt/qtcore: stable 5.13.2-r1 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtcore/qtcore-5.13.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.13.2-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.13.2-r1.ebuild
index 23e235ffcda..e2a2eab67b0 100644
--- a/dev-qt/qtcore/qtcore-5.13.2-r1.ebuild
+++ b/dev-qt/qtcore/qtcore-5.13.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="icu systemd"



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

2020-01-13 Thread Sergei Trofimovich
commit: 0954c0eb115ef0476aceb83f14233290ec5eb310
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jan 13 15:51:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0954c0eb

dev-python/sortedcontainers: keyworded 2.1.0 for hppa, bug #703174

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

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

diff --git a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild 
b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
index 6ca512b0731..344bf6d619a 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.1.0.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/

2020-01-13 Thread Sergei Trofimovich
commit: c7d8f051766f059dd9e5eec2e8b36a528b741252
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:43:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d8f051

dev-qt/linguist-tools: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild
index 07fbb71c9c1..c3c95ff4db1 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="qml"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpositioning/

2020-01-13 Thread Sergei Trofimovich
commit: 53ade0c3cdeed6363bd6f9a0f10a3f2706b21690
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ade0c3

dev-qt/qtpositioning: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtpositioning/qtpositioning-5.13.2.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.13.2.ebuild
index 6112dce0897..1d95d293105 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.13.2.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Physical position determination library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="geoclue +qml"



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

2020-01-13 Thread Sergei Trofimovich
commit: 28cbff1ac40ab23a75792c7a447fb8ef68ae5cba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cbff1a

dev-qt/qtquickcontrols: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.13.2.ebuild 
b/dev-qt/qtquickcontrols/qtquickcontrols-5.13.2.ebuild
index 44f052e334d..96b9f35c2c5 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.13.2.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Set of Qt Quick controls to create complete user interfaces 
(deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~x86"
 fi
 
 IUSE="+widgets"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/

2020-01-13 Thread Sergei Trofimovich
commit: afb29ad0dbf0882f660a33cf7ac0319248e0ab89
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:46:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb29ad0

dev-qt/qtsvg: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtsvg/qtsvg-5.13.2.ebuild b/dev-qt/qtsvg/qtsvg-5.13.2.ebuild
index dde124f1d73..1ae4ca7af06 100644
--- a/dev-qt/qtsvg/qtsvg-5.13.2.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="SVG rendering library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtopengl/

2020-01-13 Thread Sergei Trofimovich
commit: b5d355de0311e211fc03774742910b86bf6bcafb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:14 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d355de

dev-qt/qtopengl: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtopengl/qtopengl-5.13.2.ebuild 
b/dev-qt/qtopengl/qtopengl-5.13.2.ebuild
index 4cd8a78fc39..3ad08fae7de 100644
--- a/dev-qt/qtopengl/qtopengl-5.13.2.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="gles2"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qttest/

2020-01-13 Thread Sergei Trofimovich
commit: 44a22722b076078ddb4b0c8119d7249d0a6b917a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:46:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a22722

dev-qt/qttest: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qttest/qttest-5.13.2.ebuild 
b/dev-qt/qttest/qttest-5.13.2.ebuild
index 84dcbf245ce..4b4de7eddf6 100644
--- a/dev-qt/qttest/qttest-5.13.2.ebuild
+++ b/dev-qt/qttest/qttest-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Unit testing library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/

2020-01-13 Thread Sergei Trofimovich
commit: aa3f1147d8234bd547af68ad391d14b7f51cf036
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3f1147

dev-qt/qtscript: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtscript/qtscript-5.13.2.ebuild 
b/dev-qt/qtscript/qtscript-5.13.2.ebuild
index 86e27f2c043..9f19eea4e5e 100644
--- a/dev-qt/qtscript/qtscript-5.13.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="+jit scripttools"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgraphicaleffects/

2020-01-13 Thread Sergei Trofimovich
commit: 5c2d2c114132313a4512296ab6b82448042855b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2d2c11

dev-qt/qtgraphicaleffects: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild 
b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild
index 24d4ea6e8ee..db46772b4dd 100644
--- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild
+++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qthelp/

2020-01-13 Thread Sergei Trofimovich
commit: e73c1cbd364bba4cb23107e8e5a8cc1f1c5d9815
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73c1cbd

dev-qt/qthelp: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qthelp/qthelp-5.13.2.ebuild 
b/dev-qt/qthelp/qthelp-5.13.2.ebuild
index a27890b6753..2033f0faba7 100644
--- a/dev-qt/qthelp/qthelp-5.13.2.ebuild
+++ b/dev-qt/qthelp/qthelp-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for integrating online documentation into applications"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/

2020-01-13 Thread Sergei Trofimovich
commit: cccd6b4cbdff2be5cc64fb15074110f70f159d16
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 08:29:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccd6b4c

dev-qt/qtxmlpatterns: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.2.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.2.ebuild
index 0239a962758..304d6c36395 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.2.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="qml"



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

2020-01-13 Thread Sergei Trofimovich
commit: 1a55ccb3fadff1c4172a9a3affa38f4a23209ef3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a55ccb3

dev-qt/qtgui: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtgui/qtgui-5.13.2.ebuild b/dev-qt/qtgui/qtgui-5.13.2.ebuild
index 260ba818a01..a444969036e 100644
--- a/dev-qt/qtgui/qtgui-5.13.2.ebuild
+++ b/dev-qt/qtgui/qtgui-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 # TODO: linuxfb



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qdbus/

2020-01-13 Thread Sergei Trofimovich
commit: bc7ce0c13dc029e86b8f624a94b965010d75e46a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:48:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7ce0c1

dev-qt/qdbus: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qdbus/qdbus-5.13.2.ebuild b/dev-qt/qdbus/qdbus-5.13.2.ebuild
index fdd7f20fa3a..906f1b9981e 100644
--- a/dev-qt/qdbus/qdbus-5.13.2.ebuild
+++ b/dev-qt/qdbus/qdbus-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Interface to Qt applications communicating over D-Bus"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdbus/

2020-01-13 Thread Sergei Trofimovich
commit: 327a48daca625dcb28aa791cf4d1e7085f3b1ef9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:44:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327a48da

dev-qt/qtdbus: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtdbus/qtdbus-5.13.2.ebuild 
b/dev-qt/qtdbus/qtdbus-5.13.2.ebuild
index b645075e9de..52549f75539 100644
--- a/dev-qt/qtdbus/qtdbus-5.13.2.ebuild
+++ b/dev-qt/qtdbus/qtdbus-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Qt5 module for inter-process communication over the D-Bus 
protocol"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtnetwork/

2020-01-13 Thread Sergei Trofimovich
commit: 4aea04ccd539d751de6a9d3398437ec2f3aef9a0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aea04cc

dev-qt/qtnetwork: stable 5.13.2 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-qt/qtnetwork/qtnetwork-5.13.2.ebuild 
b/dev-qt/qtnetwork/qtnetwork-5.13.2.ebuild
index e018471ae82..c3a31edf5a5 100644
--- a/dev-qt/qtnetwork/qtnetwork-5.13.2.ebuild
+++ b/dev-qt/qtnetwork/qtnetwork-5.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Network abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="bindist connman libproxy networkmanager sctp +ssl"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/

2020-01-13 Thread Sergei Trofimovich
commit: d0a59f91d54329994b1afeb0379577e54de5c0c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 13 19:45:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 13 19:49:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0a59f91

dev-qt/qtmultimedia: stable 5.13.2-r1 for ppc, bug #699240

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild
index ea059262341..bbfe6b12678 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 
framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
 fi
 
 IUSE="alsa gles2 gstreamer openal pulseaudio qml widgets"



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

2020-01-13 Thread Sebastian Pipping
commit: 5874c4ca8a3823bd69011461cced86f303553d05
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Jan 13 19:33:28 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Jan 13 19:34:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5874c4ca

dev-python/redis-py: 3.3.11 + py38

Also drop dev-python/setuptools from DEPEND
as distutils-r1 already adds it (to BDEPEND) for us.
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20

 dev-python/redis-py/Manifest   |  1 +
 dev-python/redis-py/redis-py-3.3.11.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/redis-py/Manifest b/dev-python/redis-py/Manifest
index 3bc94237837..10df1a71498 100644
--- a/dev-python/redis-py/Manifest
+++ b/dev-python/redis-py/Manifest
@@ -1 +1,2 @@
 DIST redis-py-3.2.1.tar.gz 124692 BLAKE2B 
fc7a773ab0a7e13f034b9efa174806b024733f9263b962599ce72e9a0c88b11964c26081375b6ae2de49939b59a561c145ae1b69c262b801f9b887befe9dcc0a
 SHA512 
be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08
+DIST redis-py-3.3.11.tar.gz 131072 BLAKE2B 
6becafba3da22bae796a4a9ba55d11a61d9ed1a8b693a734d4ef3f0e463c0c39a05c01546225f69eb36a788779d6e45d0136e1a6d6856ec63c3dd07994b5db9a
 SHA512 
a32327fcebc6242367c0eda6c6dcd1a15d5d575527af2e9de0d76e05bc4afc7402566d9254e467663b81907a310731af3041236b6b135f3b8ff1429a502c1000

diff --git a/dev-python/redis-py/redis-py-3.3.11.ebuild 
b/dev-python/redis-py/redis-py-3.3.11.ebuild
new file mode 100644
index 000..42add4480b6
--- /dev/null
+++ b/dev-python/redis-py/redis-py-3.3.11.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+MY_PN="redis"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python client for Redis key-value store"
+HOMEPAGE="https://github.com/andymccurdy/redis-py;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=""
+DEPEND="test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.7.0[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   # Make sure that tests will be used from BUILD_DIR rather than cwd.
+   mv tests tests-hidden || die
+
+   # Correct local import patch syntax
+   sed \
+   -e 's:from .conftest:from conftest:' \
+   -e 's:from .test_pubsub:from test_pubsub:' \
+   -i tests-hidden/test_*.py \
+   || die
+}
+
+python_compile() {
+   distutils-r1_python_compile
+
+   if use test; then
+   cp -r tests-hidden "${BUILD_DIR}"/tests || die
+   fi
+}
+
+python_test() {
+   local sock="${T}/redis.sock"
+
+   "${EPREFIX}/usr/sbin/redis-server" - <<- EOF
+   daemonize yes
+   pidfile "${T}/redis.pid"
+   unixsocket ${sock}
+   EOF
+
+   PYTHONPATH="${S}:${S}/tests-hidden"
+   esetup.py test --verbose
+   kill $(<"${T}/redis.pid")
+}



[gentoo-commits] proj/policy-guide:master commit in: /

2020-01-13 Thread Michał Górny
commit: 8120b86795a077d97b8920412500392d161d8b10
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 13 19:33:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 13 19:33:06 2020 +
URL:https://gitweb.gentoo.org/proj/policy-guide.git/commit/?id=8120b867

Clean builds up

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

 Makefile | 5 ++---
 tox.ini  | 4 +++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 1c9d813..5168496 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,9 @@ SPHINXPROJ= GentooPolicyGuide
 SOURCEDIR = .
 BUILDDIR  = _build
 
-html:
-   @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+all: html
 
-.PHONY: html Makefile
+.PHONY: all Makefile
 
 # Catch-all target: route all unknown targets to Sphinx using the new
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).

diff --git a/tox.ini b/tox.ini
index 5913c11..1873355 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,8 @@ skipsdist = True
 [testenv]
 deps =
sphinx
+whitelist_externals =
+   make
 
 commands =
-   make html
+   make {posargs:html}



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

2020-01-13 Thread Richard Freeman
commit: af333a210fda1b8e791a52979aa3f058cd2e6265
Author: Richard Freeman  gentoo  org>
AuthorDate: Mon Jan 13 19:33:16 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Mon Jan 13 19:33:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af333a21

app-backup/duplicity: bump, cleanup test logic

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest|  1 +
 app-backup/duplicity/duplicity-0.8.09.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 770f337566f..07c65d3ac03 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.7.10.tar.gz 1543523 BLAKE2B 
a38c5310d6949d36f74620ef617f790943284d7219168e0e49ed13834ab72f5c0d057ef59454e58a25be3a9e28d9627d60c007aab373e150afca08248d79aab6
 SHA512 
d04273384749c88d0a4f46bc1dcdcbb945ec1a78fb21064f12f0ca6c92cc73ad36fc3149461dbe0a660cd752a1147b2fa5d2b4056a5414c7790747eb5983e0bd
 DIST duplicity-0.7.12.tar.gz 1552442 BLAKE2B 
4a7d0609748bffa147994a4abdb88bc0d62905c1423dc91caa4b8e5bb0c5953e26df72f647697685cfa3caed3741658d00d1a2b62b8c47bb1ac61da8973df9ca
 SHA512 
8a532e7bb548c170184666a0ba2b41a15f3002c14edd64b1b1eb4df862647fc6dfde797d6ecf38e326d7c160c31ff521baf351e520835495e1d0e2ddbdb19f0f
 DIST duplicity-0.7.19.tar.gz 1727321 BLAKE2B 
6441a2ce777b3b08c52ede8602a73080be372dec1c1788441c7e7135533aeeb3be48012db4bdfc2a78c7ca23d368637ccc7aa0f0361369ac9f42c00a1541e023
 SHA512 
26d1724a635c368e04f2a94f974ef6962c52b23345db59af3343e7221295caa0215ae119fff6ab44daa4622236683eb9d3dae742bf0d4cf08c02e3f63071001b
+DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a

diff --git a/app-backup/duplicity/duplicity-0.8.09.ebuild 
b/app-backup/duplicity/duplicity-0.8.09.ebuild
new file mode 100644
index 000..01193189c3e
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.09.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_6)
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="http://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 
1-2)-series/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/fasteners[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   elog "Duplicity has many optional dependencies to support various 
backends."
+   elog "Currently it's up to you to install them as necessary."
+}



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

2020-01-13 Thread Andreas Sturmlechner
commit: 001b200d2bc7ca12a9d3239d00a1bcae07465db9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 13 19:21:36 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 13 19:26:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001b200d

net-libs/libproxy: Drop USE python, python3 has a major runtime issue

Bug: https://bugs.gentoo.org/608886
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/libproxy/libproxy-0.4.15.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/net-libs/libproxy/libproxy-0.4.15.ebuild 
b/net-libs/libproxy/libproxy-0.4.15.ebuild
index 0e4f5379188..8f8f6a2ec5a 100644
--- a/net-libs/libproxy/libproxy-0.4.15.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.15.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-multilib flag-o-matic mono-env python-r1
+inherit cmake-multilib flag-o-matic mono-env
 
 DESCRIPTION="Library for automatic proxy configuration management"
 HOMEPAGE="https://github.com/libproxy/libproxy;
@@ -14,9 +13,8 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> ${P}.tar.g
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="gnome kde mono networkmanager perl python spidermonkey test webkit"
+IUSE="gnome kde mono networkmanager perl spidermonkey test webkit"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
@@ -27,7 +25,6 @@ DEPEND="
mono? ( dev-lang/mono )
networkmanager? ( sys-apps/dbus:0[${MULTILIB_USEDEP}] )
perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
spidermonkey? ( >=dev-lang/spidermonkey-52.0.0:= )
webkit? ( net-libs/webkit-gtk:4 )
 "
@@ -71,7 +68,7 @@ multilib_src_configure() {
-DWITH_NM=$(usex networkmanager)
$(multilib_is_native_abi && usex perl -DPERL_VENDORINSTALL=ON)
-DWITH_PERL=$(multilib_is_native_abi && usex perl || echo OFF)
-   -DWITH_PYTHON3=$(multilib_is_native_abi && usex python || echo 
OFF)
+   -DWITH_PYTHON3=OFF # Major issue: 
https://github.com/libproxy/libproxy/issues/65
-DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo OFF)
-DBUILD_TESTING=$(usex test)
-DWITH_WEBKIT3=$(multilib_is_native_abi && usex webkit || echo 
OFF)
@@ -82,11 +79,9 @@ multilib_src_configure() {
 src_configure() {
[[ ${CHOST} == *-solaris* ]] && append-libs -lsocket -lnsl
 
-   use python && python_setup
multilib-minimal_src_configure
 }
 
 multilib_src_install_all() {
doman "${FILESDIR}"/proxy.1
-   use python && python_foreach_impl python_domodule 
bindings/python/libproxy.py
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/files/, net-libs/libproxy/

2020-01-13 Thread Andreas Sturmlechner
commit: 0ff192d63f46225f557ec26daef552f2bda232bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  6 14:23:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 13 19:26:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff192d6

net-libs/libproxy: 0.4.15 version bump, EAPI-7 bump, python3 support

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

 net-libs/libproxy/Manifest |   1 +
 .../files/libproxy-0.4.15-avoid-nm-build-dep.patch |  63 +
 .../files/libproxy-0.4.15-mozjs-52-1.patch | 101 +
 .../files/libproxy-0.4.15-mozjs-52-2.patch |  23 +
 .../files/libproxy-0.4.15-python-3.7.patch |  23 +
 net-libs/libproxy/libproxy-0.4.15.ebuild   |  92 +++
 6 files changed, 303 insertions(+)

diff --git a/net-libs/libproxy/Manifest b/net-libs/libproxy/Manifest
index 39a629475f8..1e6520ca0b2 100644
--- a/net-libs/libproxy/Manifest
+++ b/net-libs/libproxy/Manifest
@@ -1 +1,2 @@
 DIST libproxy-0.4.13.tar.gz 89296 BLAKE2B 
05e1c6a56e562a9fc8c8123bead6f3a264589f97895079f3d90cd0edd03d980c9b2bb0a4a3c2d2c2aa553e0ed0450863bd74236c00d94b9c42930efe9c37bff1
 SHA512 
babbe5e9326cb2bfdf4504662533b314f72c3475687f8b57c235614698cb18e0ed31752b834cb1d33cc94ecd3af6589684b2846e73830f0be3557c465a1f1c42
+DIST libproxy-0.4.15.tar.gz 93084 BLAKE2B 
9aa86403eaf4e1791958013c2739e251c61f11da40e66b3296b33a7f380828895f621175add5efb3cd17222ff016941801c25c2d70c19ef3a6652510268a0b3d
 SHA512 
8f68bd56e44aeb3f553f4657bef82a5d14302780508dafa32454d6f724b724c884ceed6042f8df53a081d26ea0b05598cf35eab44823257c47c5ef8afb36442b

diff --git a/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch 
b/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch
new file mode 100644
index 000..0b9320a6dfd
--- /dev/null
+++ b/net-libs/libproxy/files/libproxy-0.4.15-avoid-nm-build-dep.patch
@@ -0,0 +1,63 @@
+From 518214ee85e10c5bc99d3b115ae7ac9cc3fc14fc Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev 
+Date: Mon, 29 Apr 2013 23:02:25 -0400
+Subject: [PATCH] Avoid build-time dependency on NetworkManager
+
+Needed to prevent a dependency loop:
+nm -> libsoup -> glib-networking -> libproxy -> nm
+
+https://bugs.gentoo.org/467696
+
+* ast...@gentoo.org: Rebased on top of 0.4.15
+---
+ libproxy/cmake/modules/network_networkmanager.cmk |  4 ++--
+ libproxy/modules/network_networkmanager.cpp   | 23 +--
+ 2 files changed, 19 insertions(+), 8 deletions(-)
+
+--- a/libproxy/cmake/modules/network_networkmanager.cmk2017-05-11 
11:33:33.0 +0200
 b/libproxy/cmake/modules/network_networkmanager.cmk2019-10-06 
15:17:37.881932672 +0200
+@@ -1,6 +1,6 @@
+ if (NOT WIN32 AND NOT APPLE)
+-  px_check_modules(NM libnm dbus-1)
++  px_check_modules(NM dbus-1)
+   if (NOT NM_FOUND)
+-px_check_modules(NMold NetworkManager dbus-1)
++px_check_modules(NMold dbus-1)
+   endif (NOT NM_FOUND)
+ endif()
+
+--- a/libproxy/modules/network_networkmanager.cpp  2017-05-11 
11:33:33.0 +0200
 b/libproxy/modules/network_networkmanager.cpp  2019-10-06 
15:24:21.621173178 +0200
+@@ -23,13 +23,24 @@
+ using namespace libproxy;
+ 
+ #include 
+-#include 
+ 
+-// Backwards compatibility: with the switch to libnm, NM_STATE_CONNECTED is no
+-// longer defined. NM_STATE_CONNECTED_GLOBAL appeared with NM 0.9 and was 
aliased
+-#ifndef NM_STATE_CONNECTED
+-  #define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL
+-#endif
++/*
++ * copy-pasted from NetworkManager-0.9.6.4's NetworkManager.h to prevent
++ * a circular dependency; https://bugs.gentoo.org/467696
++ */
++#define   NM_DBUS_PATH
"/org/freedesktop/NetworkManager"
++#define   NM_DBUS_INTERFACE   
"org.freedesktop.NetworkManager"
++typedef enum {
++  NM_STATE_UNKNOWN  = 0,
++  NM_STATE_ASLEEP   = 10,
++  NM_STATE_DISCONNECTED = 20,
++  NM_STATE_DISCONNECTING= 30,
++  NM_STATE_CONNECTING   = 40,
++  NM_STATE_CONNECTED_LOCAL  = 50,
++  NM_STATE_CONNECTED_SITE   = 60,
++  NM_STATE_CONNECTED_GLOBAL = 70
++} NMState;
++#define NM_STATE_CONNECTED NM_STATE_CONNECTED_GLOBAL
+ 
+ class networkmanager_network_extension : public network_extension {
+ public:
+-- 
+1.8.2.1

diff --git a/net-libs/libproxy/files/libproxy-0.4.15-mozjs-52-1.patch 
b/net-libs/libproxy/files/libproxy-0.4.15-mozjs-52-1.patch
new file mode 100644
index 000..c2d0257d437
--- /dev/null
+++ b/net-libs/libproxy/files/libproxy-0.4.15-mozjs-52-1.patch
@@ -0,0 +1,101 @@
+From f594720280b2e40d81fa6e286a0ef8868687ef7e Mon Sep 17 00:00:00 2001
+From: Pierre Lejeune 
+Date: Sat, 30 Jun 2018 21:10:06 +0200
+Subject: [PATCH] Build with mozjs-52
+
+Fixes #71
+---
+ libproxy/cmake/modules/pacrunner_mozjs.cmk |  2 +-
+ 

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

2020-01-13 Thread Hans de Graaff
commit: 8cfefbed0b9083c00df66bcab459c8a80507c9be
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 13 19:15:53 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 13 19:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfefbed

dev-ruby/rspec-core: add ruby27

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

 dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild | 22 --
 1 file changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild 
b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild
index 185e565a5fc..2f4744eb8f1 100644
--- a/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild
+++ b/dev-ruby/rspec-core/rspec-core-2.99.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_TEST="none"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
@@ -30,7 +30,6 @@ IUSE=""
 ruby_add_bdepend "test? (
>=dev-ruby/nokogiri-1.5.2
dev-ruby/syntax
-   >=dev-ruby/zentest-4.6.2
>=dev-ruby/rspec-expectations-2.14.0:2
>=dev-ruby/rspec-mocks-2.99.0:2
dev-ruby/rspec:2
@@ -60,15 +59,16 @@ all_ruby_prepare() {
 
# Remove minor functionality to remain compatible with rake 12
sed -i -e '/last_comment/ s:^:#:' lib/rspec/core/rake_task.rb || die
+
+   # Avoid autotest specs since this is no longer part of zentest
+   sed -i -e '/autotest/ s:^:#:' spec/spec_helper.rb || die
+   rm -rf spec/autotest || die
 }
 
 each_ruby_prepare() {
sed -i -e 's:ruby -e:'${RUBY}' -e:' spec/rspec/core_spec.rb || die
 
case ${RUBY} in
-   *ruby23)
-   sed -i -e 's/SAFE = 3/SAFE = 1/' 
spec/support/helper_methods.rb || die
-   ;;
*ruby24)
sed -i -e 's/SAFE = 3/SAFE = 1/' 
spec/support/helper_methods.rb || die
sed -i -e 's/Fixnum: 4/Integer: 4/' 
spec/rspec/core/memoized_helpers_spec.rb || die
@@ -92,6 +92,16 @@ each_ruby_prepare() {
sed -i -e '/is still a private method/,/end/ s:^:#:' 
spec/rspec/core/memoized_helpers_spec.rb || die
sed -i -e '/leaves a raised exception unmodified/,/^
  end/ s:^:#:' spec/rspec/core/example_spec.rb || die
;;
+   *ruby27)
+   sed -i -e 's/SAFE = 3/SAFE = 0/' 
spec/support/helper_methods.rb || die
+   sed -i -e 's/Fixnum: 4/Integer: 4/' 
spec/rspec/core/memoized_helpers_spec.rb || die
+   sed -i -e '/warns when HOME env var is not set/,/^  
end/ s:^:#:' spec/rspec/core/configuration_options_spec.rb || die
+   sed -i -e '/with mathn loaded/,/^  end/ s:^:#:' 
spec/rspec/core/formatters/html_formatter_spec.rb || die
+   sed -i -e '/with mathn loaded/,/^end/ s:^:#:' 
spec/rspec/core/formatters/helpers_spec.rb || die
+   sed -i -e '/is still a private method/,/end/ s:^:#:' 
spec/rspec/core/memoized_helpers_spec.rb || die
+   sed -i -e '/leaves a raised exception unmodified/,/^
  end/ s:^:#:' spec/rspec/core/example_spec.rb || die
+   sed -i -e '/PROC_HEX_NUMBER =/ s/@//' 
lib/rspec/core/filter_manager.rb || die
+   ;;
esac
 }
 



  1   2   3   >