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

2020-06-02 Thread Yixun Lan
commit: 539abe6b27b67042f2067b3e495b30748411f79a
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  3 02:57:13 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  3 03:05:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539abe6b

dev-util/crash: respect CC/AR variables

Closes: https://bugs.gentoo.org/724262
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan  gentoo.org>

 dev-util/crash/crash-7.2.8-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-util/crash/crash-7.2.8-r1.ebuild 
b/dev-util/crash/crash-7.2.8-r1.ebuild
new file mode 100644
index 000..45bbff51590
--- /dev/null
+++ b/dev-util/crash/crash-7.2.8-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
+HOMEPAGE="https://people.redhat.com/anderson/;
+SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
+IUSE=""
+# there is no "make test" target, but there is a test.c so the automatic
+# make rules catch it and tests fail
+RESTRICT="test"
+
+src_prepare() {
+   sed -i -e "s|ar -rs|\${AR} -rs|g" Makefile || die
+   default
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}



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

2020-06-02 Thread Yixun Lan
commit: 6054c3a7e763a55bb63221af214bd1abba960dcd
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Jun  3 03:04:11 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  3 03:05:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6054c3a7

dev-util/crash: drop old

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

 dev-util/crash/Manifest   |  1 -
 dev-util/crash/crash-7.2.7.ebuild | 16 
 dev-util/crash/crash-7.2.8.ebuild | 16 
 3 files changed, 33 deletions(-)

diff --git a/dev-util/crash/Manifest b/dev-util/crash/Manifest
index bea69854cdc..df790de8604 100644
--- a/dev-util/crash/Manifest
+++ b/dev-util/crash/Manifest
@@ -1,2 +1 @@
-DIST crash-7.2.7.tar.gz 32249495 BLAKE2B 
410f851afc8b4f5a4685985b58236efb6f88ae82465dbe553c8f2133cc5ca14013dc8e0efd242b3fb1b8fdd6cf0de85fabb5308252306e8c9831f9f9eb6ad56e
 SHA512 
14e0c5842b752faa7f2c5667517c9cb214a172cea5b779df5cd38feec6472eb6fd6508346c1c4eec02d4565fd6dade270e851ebf571e778023f32ac7f82836b7
 DIST crash-7.2.8.tar.gz 32253097 BLAKE2B 
26a8a07749cb62947053992ba761b541ba5d06f0f3bf67312d8228c9d851f51edf1201e732574f7f2f2768d6087324b8dd1f843ea47916bd9f95e514df967589
 SHA512 
3269760a50b49f25af0e1c43d60432e603036793aa542f8ccfb0b8019376da45afa7c053d3860ae2130b6471f3ac72cff78f1096e9ffa8c6f1d34afb52208e70

diff --git a/dev-util/crash/crash-7.2.7.ebuild 
b/dev-util/crash/crash-7.2.7.ebuild
deleted file mode 100644
index d9bbae491a7..000
--- a/dev-util/crash/crash-7.2.7.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
-HOMEPAGE="https://people.redhat.com/anderson/;
-SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
-IUSE=""
-# there is no "make test" target, but there is a test.c so the automatic
-# make rules catch it and tests fail
-RESTRICT="test"

diff --git a/dev-util/crash/crash-7.2.8.ebuild 
b/dev-util/crash/crash-7.2.8.ebuild
deleted file mode 100644
index 47cd7b83509..000
--- a/dev-util/crash/crash-7.2.8.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="Red Hat crash utility; used for analyzing kernel core dumps"
-HOMEPAGE="https://people.redhat.com/anderson/;
-SRC_URI="https://people.redhat.com/anderson/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~ppc64 ~s390 ~x86"
-IUSE=""
-# there is no "make test" target, but there is a test.c so the automatic
-# make rules catch it and tests fail
-RESTRICT="test"



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

2020-06-02 Thread Matt Turner
commit: 0c7cdb57b0ed7f03b693b7d2c21744c042e33fad
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun  3 02:05:26 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun  3 02:05:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7cdb57

sys-boot/silo: Remove redundant long description

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

 sys-boot/silo/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-boot/silo/metadata.xml b/sys-boot/silo/metadata.xml
index a2966fc65e1..a77bae3ef85 100644
--- a/sys-boot/silo/metadata.xml
+++ b/sys-boot/silo/metadata.xml
@@ -5,9 +5,6 @@
sp...@gentoo.org
Gentoo Linux SPARC Development
 
-
-SILO is the SPARC/UltraSPARC Improved Loader, a boot loader for sparc similar 
to LILO.
-
 
Install only the tilo netboot tool
 



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

2020-06-02 Thread Matt Turner
commit: ffdc2a3d24da099fce0afb76f9f6d2c8d2a5a254
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jun  3 02:03:41 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun  3 02:05:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdc2a3d

sys-boot/silo: Version bump to 1.4.14_p20200602

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

 sys-boot/silo/Manifest |  1 +
 sys-boot/silo/metadata.xml |  3 ++
 sys-boot/silo/silo-1.4.14_p20200602.ebuild | 65 ++
 3 files changed, 69 insertions(+)

diff --git a/sys-boot/silo/Manifest b/sys-boot/silo/Manifest
index e0c4be194e0..70de039c957 100644
--- a/sys-boot/silo/Manifest
+++ b/sys-boot/silo/Manifest
@@ -1,3 +1,4 @@
 DIST silo-1.4.14_p20170829.tar.gz 183612 BLAKE2B 
88fb4b0ce4e9b8fa9518bcb6226f4fe9ec7011bf3f73d9f0f1562ff837217ca8d54ee783eed0b50096b009fc56527be8e4211623f5b0e4ef5372c38c0fe304f1
 SHA512 
bda31084ba2ee5b01d331fd390cbccf039dc812debe25f3af97dd5d2855668cbe7e160dee4ca45c16af1fa4aa86224daf3b474fd49b22a8b7f453584a12f3c2b
+DIST silo-1.4.14_p20200602.tar.gz 183668 BLAKE2B 
e229cdb9fbc5f0111aa49919f4b3b91c0770492fa06f91bda15c65af160b728b9409365c3ff0a93091b1e3011c60d0b0bec1101ffabaddbaef7e1083158830b1
 SHA512 
7a70fe25c1bb3ce655e4fbb85b00fe0d29fe0a6f98b80c1b8267b72bc9324ac0749cd050921163cc286e094f7d9bc81315d63ff02d2442b5c30ce350a537fcc1
 DIST silo_1.4.14+git20120819-1.diff.gz 10711 BLAKE2B 
c44a0204e3aece4eec8355f88b3a195c1ba7019c0aa648cc4e28ff6cb85fc6d96634bd282e5aaea9123dbc5835820acf2fc15054c91842d6b1040fc13cb0033b
 SHA512 
60719b672a0f1dd2a005e763efd232bbf7aeb00198e0b46827208b78f1b32acc3a730d43944382dec4b95fddfbb373b1eb69dc911ad28ec9d1d1e6c45d84db20
 DIST silo_1.4.14+git20120819.orig.tar.gz 755510 BLAKE2B 
f1185086671c12c901704c2aa1f582a4e983d2d4a2d5ec18194aebcd43a7bdf9e7ad329efebaf4911d40f8a417ff8c8566b61be4eac5fea13235ac44d0edf852
 SHA512 
2d1dd8f805fb0a272877b5e8e19e5a645aa9fe02cf2b5ef43b5d2894c0c6a5a82483a0e41556af50f01dc795dc5e43350ae92139485c19d64cda75c2aca01a38

diff --git a/sys-boot/silo/metadata.xml b/sys-boot/silo/metadata.xml
index fd1c35f8fbe..a2966fc65e1 100644
--- a/sys-boot/silo/metadata.xml
+++ b/sys-boot/silo/metadata.xml
@@ -8,4 +8,7 @@
 
 SILO is the SPARC/UltraSPARC Improved Loader, a boot loader for sparc similar 
to LILO.
 
+
+   Install only the tilo netboot tool
+
 

diff --git a/sys-boot/silo/silo-1.4.14_p20200602.ebuild 
b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
new file mode 100644
index 000..deeed7b293d
--- /dev/null
+++ b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mount-boot flag-o-matic toolchain-funcs vcs-snapshot
+
+MY_SNAPSHOT="${PN}-9277bfd433e398d0a6eabec79edead52d4cb8125"
+
+DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
+SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/davem/silo.git/snapshot/${MY_SNAPSHOT}.tar.gz
 -> ${P}.tar.gz"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/davem/silo.git;a=summary;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~sparc"
+IUSE="tilo-only"
+
+DEPEND="sys-fs/e2fsprogs
+   sys-apps/sparc-utils"
+RDEPEND=""
+
+src_prepare() {
+   default
+
+   # Set the correct version
+   sed -i -e "s/1.4.14/1.4.14_git20200602/g" Rules.make || die
+
+   # Fix build failure
+   sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing -mcpu=v9/g" 
Rules.make || die
+
+   # Don't strip ieee32.b during compile
+   sed -i -e '/^   $(STRIP) ieee32.b/d' first/Makefile || die
+}
+
+src_compile() {
+   filter-flags "-fstack-protector"
+
+   CC="$(tc-getCC)" \
+   STRIP="$(tc-getSTRIP)" \
+   NM="$(tc-getNM)" \
+   LD="$(tc-getLD)" \
+   emake $(usex tilo-only '-C tilo' '')
+}
+
+src_install() {
+   default
+
+   dodoc first-isofs/README.SILO_ISOFS docs/README*
+
+   # Fix maketilo manpage
+   rm "${D}"/usr/share/man/man1/maketilo.1
+   dosym tilo.1 /usr/share/man/man1/maketilo.1
+}
+
+pkg_postinst() {
+   use tilo-only && return
+
+   mount-boot_pkg_postinst
+   ewarn "NOTE: If this is an upgrade to an existing SILO install,"
+   ewarn "  you will need to re-run silo as the /boot/second.b"
+   ewarn "  file has changed, else the system will fail to load"
+   ewarn "  SILO at the next boot."
+   ewarn
+}



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

2020-06-02 Thread Thomas Deutschmann
commit: cd54b25b67a3b1842721c00f4e33f1d59c04ad54
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  3 00:26:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  3 00:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd54b25b

www-client/firefox-bin: bump to v77.0

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

 www-client/firefox-bin/Manifest|  93 
 www-client/firefox-bin/firefox-bin-77.0.ebuild | 296 +
 2 files changed, 389 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 42338938bb6..90be86e9057 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -446,13 +446,106 @@ DIST firefox-76.0.1-vi.xpi 588340 BLAKE2B 
4bc61cfa8c2e0a6bac591c098215a990b7e08c
 DIST firefox-76.0.1-xh.xpi 483087 BLAKE2B 
abdfcb0893fc8b07d53df7767819c05f5f5409d1169f378ddfa30f5959ac706cad807e814ed18f33a950dc17eb138b1dc3d2ce8e00dc7b5f1d4805bc4eb3967b
 SHA512 
d3ca2d970e68a81b04c104330afa184fcfeac9396d270a7a451b618c7c3d68aefc133ca9ffa4b3a11ccc742db4df1fd7b9a838f3c9e1233e8ed2e796f2a66145
 DIST firefox-76.0.1-zh-CN.xpi 595481 BLAKE2B 
593d929e6af40f814cbea9b6799dcfa5347e95efc1654920229c386f1f90da8258b644ac8b1f4865339b80c9dae64ec989aae0d14f50273052428536c16f50ac
 SHA512 
99b85bf8db9ed12b2c2f4d3394b1e384d4f8edbf88dfd77d4993f20d7a9f7c802274e5be3d53f07fe21b725cede717196b719cb004aa5816dbcfabf2e76161f1
 DIST firefox-76.0.1-zh-TW.xpi 593884 BLAKE2B 
7077379bac353dae92b962e9dd209d80670b7eff466a3fa98bc171e8e679c96f1f6bd96eb33bc28761ea062dd915aa783bf48a026574a771e1dace93e32125b9
 SHA512 
dd93fd2960bbd724f3a2dde4a38491a5571c3051adc933088c18db2fe1e53e9b3ba88b40d391d3843ed44b957066447ef06a964610f97dad6f903547f9bb4ede
+DIST firefox-77.0-ach.xpi 494099 BLAKE2B 
38f0622a69c856c9160ca714cd38666097bca7cc80b3c07a454687cea7b4eff5cd6ae1963c50b41bae6d5a5fae6ca49827c9b38240a78b47179092d893d76603
 SHA512 
722e3e53642c24d50d9f861eae9db548b169a0f088942cd121cb1613a2be4be8ca78466f0bea8bdb05bdc3ff75fa85b3368b01f33069d169b45bd513563239f8
+DIST firefox-77.0-af.xpi 442425 BLAKE2B 
0a44364a6aa85805cc3da7432b0fd1e74def2bc6bd3cb180f01e4f1cf1a69d12ff422fe51f223f4700b736446a8a5d0d94bd67798fe1008239515e9fdcd45ad8
 SHA512 
d83c606557648fc69748426efc34c54262b45b07e35e9a1505e5fdd22cf7e9d6bbab30c38185cdab87bea7e7fc47027520a1e1ae272d519cd25bb59a5543c13e
+DIST firefox-77.0-an.xpi 516654 BLAKE2B 
e3c782ec6827bc2772b8114d6c936f83fcba40bd54c9b2645dc0de0f8586d5bba9bb2559765ad025e6cf07bf9263efca9d7a8a7be29949b92e16823b59ffaec5
 SHA512 
c79aef14814932968d9b82393126baf1038ba8a6610fd65c2bc3f2d6458e12c7e4031ec6daa27f5f3884b6ab45e2a7d5e0df0c9a6fd9ce9abf2c942a2766e835
+DIST firefox-77.0-ar.xpi 594321 BLAKE2B 
49a7fa70f453e21e21e0bb2fa28243320ce332337b78ea06bab2a9088126f1ef374c528b27db688ab6522b81a4f1af2a1e9a246585703810650197221e896bcd
 SHA512 
d83a47347f7e98b9740adb6cebad1f8b30badb2282af6f06afd6dfb8f7d56ef692e50c4a72738114e6e4c8f602fa1e2d4f47367a214c5bc5304f4154ddecb436
+DIST firefox-77.0-ast.xpi 505450 BLAKE2B 
327375df01dc8d4277c49772603a23a17c7f204b5a89bfb028c629d318032836741631366f1dc846191ec4b8558ece0e9b6e720226311ba71d160b5f43bfd29f
 SHA512 
b471917cc6e2e49e313efa52cd58fcb84276e8fea8e29002d2527d718b8272fc50d16aa1aae3a544589a714d0e5468335c24413523ecd28abc645e5a768457f5
+DIST firefox-77.0-az.xpi 541962 BLAKE2B 
c8f68b2ff669de79d004b83202019e07a0f954118388b5d6ed210a1e3601cadc872ecf3bb7c842d6b2c54a4bdebf09fbb582c93403f3c87b1e740a7747a268c7
 SHA512 
5df74a9d34a5f16a5412ae88d3f74701a37f241b2d2f0c5e7217e8a8735d2bae82ab8576a4482b41dfc12bfb0bb807afc9129760c968369159a75bea148f198f
+DIST firefox-77.0-be.xpi 645165 BLAKE2B 
cae4b2e92f8b7c71eb7cb4f2c9b548b76fbb751c4894fb832b0669ff1520798dbefd7c97b388d6e86e359ec2b33af297e09db75e8318b7abbe91039337e5be43
 SHA512 
742d61afb8b55ce666c47deb7a48232b3326aaf4d22fa4748aa062eca87fd7e3937abad2168ee63ab77d7a130f6b1b186fcdfe8213dbf4b43698317ee4c0035b
+DIST firefox-77.0-bg.xpi 614862 BLAKE2B 
8ac08490f1874c8c8bc02048f1f99a4cd73acab1f516d64ff65c8872e3668e84be9a49d00a23956b316048a8980f2ca6aec84f0ee6f00af44faff15b34ccfc41
 SHA512 
04997726102c76b06914c987b7afd7ce397213d209d71d03e0380c854bfb5d45700f35ac37c510d132b7b7cc0bc3ac9b6c8b2223744a013d2fe2a86e682a6ce8
+DIST firefox-77.0-bn.xpi 637291 BLAKE2B 
edeed538b42df558b285da47de9a72e345e3377c4e1ba56a3bc90341e2cc0f714d30b088ba96aa9001dca0cf8023eaa6b9821646c87050d88eb5b63967be69a1
 SHA512 
475bc92534199b86177ac1cfb4a053d39a351c601d620099ffa5696e01555283c6e62ed073e960709205a42e1a5a1999662c51197c32d961342e2ca1620998cd
+DIST firefox-77.0-br.xpi 554361 BLAKE2B 
9540659962e73db593623ddfecc7c3637e4d2d182d86a221567ffb9f6b7d95d46c9f6d028661e605445cc46a6cdeffd6d17dedf9ea61740635693f2295f285bf
 SHA512 
583635758d6146ccffd8a9865ab00a1d1c80edcbca3e8df0c1289f8488c5c38ddf33d639308fed6b9f04aedaa171407fdb26c1735c5af6906511e3b3085c2a52
+DIST firefox-77.0-bs.xpi 513725 BLAKE2B 

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

2020-06-02 Thread Thomas Deutschmann
commit: 3071bd6f113c7e6cea52f54d996aa68b36bc69e8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  3 00:23:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  3 00:46:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3071bd6f

www-client/firefox-bin: bump to v68.9.0 ESR

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

 www-client/firefox-bin/Manifest  |  93 
 www-client/firefox-bin/firefox-bin-68.9.0.ebuild | 280 +++
 2 files changed, 373 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 651b8848013..42338938bb6 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -173,6 +173,97 @@ DIST firefox-68.8.0esr-vi.xpi 529131 BLAKE2B 
d74d7a0e94f7a7406d4ccd0f593e496720b
 DIST firefox-68.8.0esr-xh.xpi 470231 BLAKE2B 
2d9e369ea3f2cdb788f772840e31a972f0b962100852a1f6c01cb22faf64754f156894e5b81555b42796d2846c7810d9ac3652861df9b12971310ff8acbdceef
 SHA512 
b090d35be41d87420401537bbf5ab1d7186ce223a05848fe8fa76d1481e03c71ba9e499c6ccbd3af526806c7ae15482150825eac70933d0c14bb90dac38bb0b1
 DIST firefox-68.8.0esr-zh-CN.xpi 536431 BLAKE2B 
c5e4bfd0f2533d5d21aeed767180d36bb6affd379ef149b5106397829fed06856447924a8bbe13d404ec5df0575f7935488a1fe04123413d87732626681401fd
 SHA512 
3fa69bcf5023e6ab038fb57ffe24dd7526e614450e58d19c6297043a6d2e12866876c23da355c2d0280e3f1009071b7c303d17c7e02c53b7435b4ea12d5c21be
 DIST firefox-68.8.0esr-zh-TW.xpi 535851 BLAKE2B 
cce1d8402cc8c61f734d6a20f25d33c6710947f5b5c26cc0c60919e5a82dbcf8eee0ad7dc34d092cb5a8c7cb631957ee7ab31aaf3601070fe14b0011b746824f
 SHA512 
207208729b9ca9233523de9fffcd6bb45df795c21617783849b5d40251e84b33ad1cdb3a180053526363362634c4ec45f3cbaffb5123203114d88d090f4d0c9a
+DIST firefox-68.9.0esr-ach.xpi 471593 BLAKE2B 
143f07e25eafd8670c8cb993aacbe4b0b0c78c76bf039a5a775ea8c127af278e79cc7a9c7d25ba442e7260ebf64ecab30046defec59174f9a0be6aa03a3fb82c
 SHA512 
ded6298331fdb09dd56f8148e615cbcfdbd6f823ad9103c83f1857b09ea4db39d8370dfd7c9cf18f2295f015e6b7ab027ff8a58cafa80748e7eb426bbfe5417f
+DIST firefox-68.9.0esr-af.xpi 450300 BLAKE2B 
5a1856da3dd8ea324efce77e7602d8dde825ee8d879ca2a8cbe041b19326fcc27317dd29313d8186b0328064969d7008825aeda40f305131cb52b52fba2ce9dd
 SHA512 
d9811d5c447386a92c6a114bfe579c3b452b7ad07b4890bd7b68059581d7c8b270f45a2c9eff2df1186dbe55748bc78563a758f0f20b42b6453d5c331eef9ef1
+DIST firefox-68.9.0esr-an.xpi 482749 BLAKE2B 
061a50a7b20ad99179048af2e5402fd932800b046c6708575a8d882420bd32393f1c5c16b0dbdeda100ae3a61c89e3a3fc59036c265200f1c4d6263f609000ac
 SHA512 
fb97490519dfb891ae068f381ddfa2b2f606bec6552b6e756df220b4a0504b45b25c76a8e683b87ae2ff5c5963b8b88a61f976144c480dc540d682889c5948aa
+DIST firefox-68.9.0esr-ar.xpi 538828 BLAKE2B 
01ba9ed40d7e6bfda15620e26355b56cd94c852021e30216b4648af836ee2f09c8fd77912eef28f6fbdbe4cb898d7aade0fcce628963dc9e798a4f19ac488bc2
 SHA512 
fd64264f036aa84b85bb9c1e00faa3c46e7b61f0b1ae0d47d09545d872d67fbee41fbe11e61e197d68250696b0a73b3565eb3b9e9e3912fb55853142cd547846
+DIST firefox-68.9.0esr-ast.xpi 480472 BLAKE2B 
4b3614ac24277a27faec68b1f64a1c072ab574d3eabdfac9de1e52520fbbaee478c34659086aa5042b406a0009815182a1d427970e88d586d37eef025688d267
 SHA512 
739c1c65f4215c787a74feaecb04f77f84d0f45554a599637eef7338338bfc75c43db59a21d3c45c471947e1f5b226ecf28e9744e0bb211fd34e65142692336c
+DIST firefox-68.9.0esr-az.xpi 510014 BLAKE2B 
1691491985a6da2060b444c98a212b06d69780556e70dd26618a40a6968292b2344770f0aa0bf3941868db1dd092f124a4112e329e1ea94d5bbc1195c5b3b415
 SHA512 
55e95ebf70ce87c7a8b01aa668d8223e42bb735618d4eac615fd99aad15b22f7d9534d9cf07c54f41c586c984d0ec7ed00c603c200dfd1658c69f5c4477f9515
+DIST firefox-68.9.0esr-be.xpi 581919 BLAKE2B 
5c28f239437db235ba033f4bd80416a21fa8dfd53247b2d699f01886be0410439a51ffb576824481e8aa11adf8699f2ef6d43421751a8aeebf20295d5476f279
 SHA512 
c29bc9ea3ef33cf0fe8342cebd8acb84c83993a6b0ee9b181e524e6a492f618653795cc4a1d58eea4bce6f68bedd09f14dfe08b899c3b98b8ad7273de1113e3b
+DIST firefox-68.9.0esr-bg.xpi 545028 BLAKE2B 
53100b4d9f9f8b2c6dd017fa44a997fd6b32369d8960a14736e08acc7a5e4958bdacb768273ad69f37ac5ece0a0cf82c455db37f0f47b32e14ab247c268cc4f5
 SHA512 
36347a54ab0a284d591d2d7f0ee274ce85416e18771facbce4dfdf32eb887aa7380192c201cf141b1ea9d2b21524be3cfe4686ecd1a66c0535497cbbce49a6ae
+DIST firefox-68.9.0esr-bn.xpi 566412 BLAKE2B 
0a1cb0eaf9a128b9ae06e330cc234a8cf9f6dba390afc247f98654135d91c6daf502a16a0d653c08460b1417e007598d3ef73ff5001e52385aad81074ce5a4af
 SHA512 
404f20db8de9c88c5a96a2fec44bed546c2211c91937b00058ec0585dbc2a73a24a092864b404aeeefc9fda072de9615232c302b60b837c127d3093e014d3f1c
+DIST firefox-68.9.0esr-br.xpi 501484 BLAKE2B 
2e882a05479c38c876107139bf1f7a9701184966d6073f577ff8a583ef1aba5a3a4963c77f96b6ac5492c12080083eb6f2f0e7876119e02dc638cdbd7c90a93c
 SHA512 

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

2020-06-02 Thread Thomas Deutschmann
commit: a4db67e9902fdc819d9307eb0e508f840b5b4b70
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  2 23:32:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  3 00:46:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4db67e9

www-client/firefox: bump to v68.9.0 ESR

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

 www-client/firefox/Manifest  |  92 
 www-client/firefox/firefox-68.9.0.ebuild | 898 +++
 2 files changed, 990 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index ccad3764cd8..2a2111d6ef9 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -184,6 +184,98 @@ DIST firefox-68.8.0esr-xh.xpi 470231 BLAKE2B 
2d9e369ea3f2cdb788f772840e31a972f0b
 DIST firefox-68.8.0esr-zh-CN.xpi 536431 BLAKE2B 
c5e4bfd0f2533d5d21aeed767180d36bb6affd379ef149b5106397829fed06856447924a8bbe13d404ec5df0575f7935488a1fe04123413d87732626681401fd
 SHA512 
3fa69bcf5023e6ab038fb57ffe24dd7526e614450e58d19c6297043a6d2e12866876c23da355c2d0280e3f1009071b7c303d17c7e02c53b7435b4ea12d5c21be
 DIST firefox-68.8.0esr-zh-TW.xpi 535851 BLAKE2B 
cce1d8402cc8c61f734d6a20f25d33c6710947f5b5c26cc0c60919e5a82dbcf8eee0ad7dc34d092cb5a8c7cb631957ee7ab31aaf3601070fe14b0011b746824f
 SHA512 
207208729b9ca9233523de9fffcd6bb45df795c21617783849b5d40251e84b33ad1cdb3a180053526363362634c4ec45f3cbaffb5123203114d88d090f4d0c9a
 DIST firefox-68.8.0esr.source.tar.xz 312602308 BLAKE2B 
19be922cdadc705a267f35450e742cf9cf2f793a3e74dd9a397f898ff879cf9d7e59ccc148a9fa47f3c637c30887c205f01069e689f0586fb9ef82f4e6b160ce
 SHA512 
139a63dc85ae76a50da6be9a31425f97144e6c7e4a65b0f3009a84eb5c8c9566f6bb331e26590f8aecd5045c4d730ab4e848cf7220f3444a31147b5533c742b3
+DIST firefox-68.9.0esr-ach.xpi 471593 BLAKE2B 
143f07e25eafd8670c8cb993aacbe4b0b0c78c76bf039a5a775ea8c127af278e79cc7a9c7d25ba442e7260ebf64ecab30046defec59174f9a0be6aa03a3fb82c
 SHA512 
ded6298331fdb09dd56f8148e615cbcfdbd6f823ad9103c83f1857b09ea4db39d8370dfd7c9cf18f2295f015e6b7ab027ff8a58cafa80748e7eb426bbfe5417f
+DIST firefox-68.9.0esr-af.xpi 450300 BLAKE2B 
5a1856da3dd8ea324efce77e7602d8dde825ee8d879ca2a8cbe041b19326fcc27317dd29313d8186b0328064969d7008825aeda40f305131cb52b52fba2ce9dd
 SHA512 
d9811d5c447386a92c6a114bfe579c3b452b7ad07b4890bd7b68059581d7c8b270f45a2c9eff2df1186dbe55748bc78563a758f0f20b42b6453d5c331eef9ef1
+DIST firefox-68.9.0esr-an.xpi 482749 BLAKE2B 
061a50a7b20ad99179048af2e5402fd932800b046c6708575a8d882420bd32393f1c5c16b0dbdeda100ae3a61c89e3a3fc59036c265200f1c4d6263f609000ac
 SHA512 
fb97490519dfb891ae068f381ddfa2b2f606bec6552b6e756df220b4a0504b45b25c76a8e683b87ae2ff5c5963b8b88a61f976144c480dc540d682889c5948aa
+DIST firefox-68.9.0esr-ar.xpi 538828 BLAKE2B 
01ba9ed40d7e6bfda15620e26355b56cd94c852021e30216b4648af836ee2f09c8fd77912eef28f6fbdbe4cb898d7aade0fcce628963dc9e798a4f19ac488bc2
 SHA512 
fd64264f036aa84b85bb9c1e00faa3c46e7b61f0b1ae0d47d09545d872d67fbee41fbe11e61e197d68250696b0a73b3565eb3b9e9e3912fb55853142cd547846
+DIST firefox-68.9.0esr-ast.xpi 480472 BLAKE2B 
4b3614ac24277a27faec68b1f64a1c072ab574d3eabdfac9de1e52520fbbaee478c34659086aa5042b406a0009815182a1d427970e88d586d37eef025688d267
 SHA512 
739c1c65f4215c787a74feaecb04f77f84d0f45554a599637eef7338338bfc75c43db59a21d3c45c471947e1f5b226ecf28e9744e0bb211fd34e65142692336c
+DIST firefox-68.9.0esr-az.xpi 510014 BLAKE2B 
1691491985a6da2060b444c98a212b06d69780556e70dd26618a40a6968292b2344770f0aa0bf3941868db1dd092f124a4112e329e1ea94d5bbc1195c5b3b415
 SHA512 
55e95ebf70ce87c7a8b01aa668d8223e42bb735618d4eac615fd99aad15b22f7d9534d9cf07c54f41c586c984d0ec7ed00c603c200dfd1658c69f5c4477f9515
+DIST firefox-68.9.0esr-be.xpi 581919 BLAKE2B 
5c28f239437db235ba033f4bd80416a21fa8dfd53247b2d699f01886be0410439a51ffb576824481e8aa11adf8699f2ef6d43421751a8aeebf20295d5476f279
 SHA512 
c29bc9ea3ef33cf0fe8342cebd8acb84c83993a6b0ee9b181e524e6a492f618653795cc4a1d58eea4bce6f68bedd09f14dfe08b899c3b98b8ad7273de1113e3b
+DIST firefox-68.9.0esr-bg.xpi 545028 BLAKE2B 
53100b4d9f9f8b2c6dd017fa44a997fd6b32369d8960a14736e08acc7a5e4958bdacb768273ad69f37ac5ece0a0cf82c455db37f0f47b32e14ab247c268cc4f5
 SHA512 
36347a54ab0a284d591d2d7f0ee274ce85416e18771facbce4dfdf32eb887aa7380192c201cf141b1ea9d2b21524be3cfe4686ecd1a66c0535497cbbce49a6ae
+DIST firefox-68.9.0esr-bn.xpi 566412 BLAKE2B 
0a1cb0eaf9a128b9ae06e330cc234a8cf9f6dba390afc247f98654135d91c6daf502a16a0d653c08460b1417e007598d3ef73ff5001e52385aad81074ce5a4af
 SHA512 
404f20db8de9c88c5a96a2fec44bed546c2211c91937b00058ec0585dbc2a73a24a092864b404aeeefc9fda072de9615232c302b60b837c127d3093e014d3f1c
+DIST firefox-68.9.0esr-br.xpi 501484 BLAKE2B 
2e882a05479c38c876107139bf1f7a9701184966d6073f577ff8a583ef1aba5a3a4963c77f96b6ac5492c12080083eb6f2f0e7876119e02dc638cdbd7c90a93c
 SHA512 
7b83a11416a6fe8ec2fcea59281f7099426ccffcf61f3da53a9ba357a82405b1c5f78ada7d8d35d8878c75a51ee36ba8dee8ed7567b9f2525d77c5daec92ce5f
+DIST 

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

2020-06-02 Thread Andreas Sturmlechner
commit: c15842f13dc218913f6d9c65c90f844f5ec2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  3 00:09:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  3 00:10:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15842f1

app-emulation/virtualbox: Fix 6.0.20 build with Qt 5.15 too

Closes: https://bugs.gentoo.org/726154
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...-5.15.patch => virtualbox-6.0.20-qt-5.15.patch} | 10 ---
 .../files/virtualbox-6.1.6-qt-5.15.patch   | 82 --
 app-emulation/virtualbox/virtualbox-6.0.20.ebuild  |  2 +
 app-emulation/virtualbox/virtualbox-6.1.6.ebuild   |  3 +-
 4 files changed, 4 insertions(+), 93 deletions(-)

diff --git a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch 
b/app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch
similarity index 87%
copy from app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
copy to app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch
index 36f525593e0..7ba03f02259 100644
--- a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
+++ b/app-emulation/virtualbox/files/virtualbox-6.0.20-qt-5.15.patch
@@ -70,16 +70,6 @@
  #ifdef VBOX_WS_X11
  # include 
  #endif
 
a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:40:22.314155286 +0300
-+++ 
b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:41:56.544157111 +0300
-@@ -28,6 +28,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIGraphicsButton.h"
 --- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:40:34.375027462 +0300
 +++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:42:01.244107347 +0300
 @@ -18,6 +18,7 @@

diff --git a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch 
b/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
index 36f525593e0..6518f60d080 100644
--- a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
+++ b/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
@@ -1,75 +1,3 @@
 a/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:51:41.504432532 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:49:26.943858460 +0300
-@@ -17,6 +17,8 @@
- 
- /* Qt includes: */
- #include 
-+#include 
-+#include 
- 
- /* GUI include */
- #include "UIImageTools.h"
-
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:09:50.369275092 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:01:14.152354690 +0300
-@@ -24,6 +24,7 @@
- /* Qt includes: */
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UILibraryDefs.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:39:54.773447224 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:41:36.274371761 +0300
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIMenuToolBar.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:39:47.613523134 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:41:29.655441857 +0300
-@@ -29,6 +29,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef VBOX_WS_MAC
- # include 
- #endif
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:40:01.624374596 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:41:40.654325376 +0300
-@@ -23,6 +23,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIFilmContainer.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:40:08.844298062 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:41:44.594283652 +0300
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- /* GUI includes: */
- #include "UIPopupBox.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:40:16.064221530 +0300
-+++ b/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:41:52.014205079 +0300
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#include 
- #ifdef VBOX_WS_X11
- # include 
- #endif
 --- 
a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:40:22.314155286 +0300
 +++ 
b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:41:56.544157111 +0300
 @@ -28,6 +28,7 @@
@@ -80,13 +8,3 @@
  
  /* GUI includes: */
  #include "UIGraphicsButton.h"
 a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:40:34.375027462 +0300
-+++ 

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

2020-06-02 Thread Andreas Sturmlechner
commit: 3113b67fe5a4a983e3001162944beff55cd96512
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 20:07:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 20:12:50 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3113b67f

qt5-build.eclass: Drop dev branch support, closing with 5.15.

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

 eclass/qt5-build.eclass | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8531d129..cb385ea2 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -67,12 +67,7 @@ QT5_MINOR_VERSION=$(ver_cut 2)
 readonly QT5_MINOR_VERSION
 
 case ${PV} in
-   5.)
-   # git dev branch
-   QT5_BUILD_TYPE="live"
-   EGIT_BRANCH="dev"
-   ;;
-   5.?.|5.??.|5.???.)
+   5.??.)
# git stable branch
QT5_BUILD_TYPE="live"
EGIT_BRANCH=${PV%.}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtspeech/, dev-qt/qtgraphicaleffects/, dev-qt/qtbluetooth/, ...

2020-06-02 Thread Andreas Sturmlechner
commit: 88e35be47e2055361bfe9965498fdd54dd69a984
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 20:00:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 20:00:41 2020 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=88e35be4

dev-qt: Remove 5. dev branch ebuilds

Outdated and should be recreated as cmake-based Qt6 ebuilds.

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

 dev-qt/assistant/assistant-5..ebuild   |  55 ---
 dev-qt/designer/designer-5..ebuild |  57 ---
 dev-qt/linguist-tools/linguist-tools-5..ebuild |  35 
 dev-qt/linguist/linguist-5..ebuild |  48 --
 dev-qt/pixeltool/pixeltool-5..ebuild   |  25 ---
 dev-qt/qdbus/qdbus-5..ebuild   |  25 ---
 dev-qt/qdbusviewer/qdbusviewer-5..ebuild   |  45 --
 dev-qt/qdoc/qdoc-5..ebuild |  40 -
 dev-qt/qt3d/qt3d-5..ebuild |  34 
 dev-qt/qtbluetooth/qtbluetooth-5..ebuild   |  33 
 dev-qt/qtcharts/qtcharts-5..ebuild |  29 
 dev-qt/qtconcurrent/qtconcurrent-5..ebuild |  23 ---
 dev-qt/qtcore/qtcore-5..ebuild |  99 
 dev-qt/qtdatavis3d/qtdatavis3d-5..ebuild   |  31 
 dev-qt/qtdbus/qtdbus-5..ebuild |  43 -
 dev-qt/qtdeclarative/qtdeclarative-5..ebuild   |  53 --
 dev-qt/qtdiag/qtdiag-5..ebuild |  36 -
 dev-qt/qtgamepad/qtgamepad-5..ebuild   |  35 
 .../qtgraphicaleffects-5..ebuild   |  21 ---
 dev-qt/qtgui/qtgui-5..ebuild   | 179 -
 dev-qt/qthelp/qthelp-5..ebuild |  29 
 dev-qt/qtimageformats/qtimageformats-5..ebuild |  30 
 dev-qt/qtlocation/qtlocation-5..ebuild |  46 --
 dev-qt/qtmultimedia/qtmultimedia-5..ebuild |  68 
 dev-qt/qtnetwork/qtnetwork-5..ebuild   |  62 ---
 dev-qt/qtnetworkauth/qtnetworkauth-5..ebuild   |  20 ---
 dev-qt/qtopengl/qtopengl-5..ebuild |  34 
 dev-qt/qtpaths/qtpaths-5..ebuild   |  23 ---
 dev-qt/qtplugininfo/qtplugininfo-5..ebuild |  23 ---
 dev-qt/qtpositioning/qtpositioning-5..ebuild   |  40 -
 dev-qt/qtprintsupport/qtprintsupport-5..ebuild |  42 -
 .../qtquickcontrols/qtquickcontrols-5..ebuild  |  32 
 .../qtquickcontrols2-5..ebuild |  30 
 dev-qt/qtscript/qtscript-5..ebuild |  36 -
 dev-qt/qtscxml/qtscxml-5..ebuild   |  19 ---
 dev-qt/qtsensors/qtsensors-5..ebuild   |  28 
 dev-qt/qtserialbus/qtserialbus-5..ebuild   |  20 ---
 dev-qt/qtserialport/qtserialport-5..ebuild |  27 
 dev-qt/qtspeech/qtspeech-5..ebuild |  20 ---
 dev-qt/qtsql/qtsql-5..ebuild   |  55 ---
 dev-qt/qtsvg/qtsvg-5..ebuild   |  23 ---
 dev-qt/qttest/qttest-5..ebuild |  33 
 dev-qt/qttranslations/qttranslations-5..ebuild |  19 ---
 .../qtvirtualkeyboard-5..ebuild|  43 -
 dev-qt/qtwayland/qtwayland-5..ebuild   |  39 -
 dev-qt/qtwebchannel/qtwebchannel-5..ebuild |  26 ---
 dev-qt/qtwebengine/qtwebengine-5..ebuild   | 143 
 dev-qt/qtwebkit/qtwebkit-5..ebuild | 149 -
 dev-qt/qtwebsockets/qtwebsockets-5..ebuild |  27 
 dev-qt/qtwebview/qtwebview-5..ebuild   |  21 ---
 dev-qt/qtwidgets/qtwidgets-5..ebuild   |  57 ---
 dev-qt/qtx11extras/qtx11extras-5..ebuild   |  22 ---
 dev-qt/qtxml/qtxml-5..ebuild   |  29 
 dev-qt/qtxmlpatterns/qtxmlpatterns-5..ebuild   |  30 
 54 files changed, 2291 deletions(-)

diff --git a/dev-qt/assistant/assistant-5..ebuild 
b/dev-qt/assistant/assistant-5..ebuild
deleted file mode 100644
index 7f0b3ec1..
--- a/dev-qt/assistant/assistant-5..ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-QT5_MODULE="qttools"
-inherit desktop qt5-build xdg-utils
-
-DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
-fi
-
-IUSE="webkit"
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}:5=
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qthelp-${PV}
-   ~dev-qt/qtnetwork-${PV}
-   ~dev-qt/qtprintsupport-${PV}
-   ~dev-qt/qtsql-${PV}[sqlite]
-   ~dev-qt/qtwidgets-${PV}
-   webkit? ( >=dev-qt/qtwebkit-5.9.1:5 )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
-   src/assistant/assistant
-)
-

[gentoo-commits] repo/gentoo:master commit in: sci-libs/btf/

2020-06-02 Thread Mart Raudsepp
commit: 4f9316995adab9787842a0a9a4cbd9154e4be743
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:41:37 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f931699

sci-libs/btf: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/btf/btf-1.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/btf/btf-1.2.6.ebuild b/sci-libs/btf/btf-1.2.6.ebuild
index 085477593c5..6d1b0659d37 100644
--- a/sci-libs/btf/btf-1.2.6.ebuild
+++ b/sci-libs/btf/btf-1.2.6.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
 IUSE="static-libs"
 
 BDEPEND="virtual/pkgconfig"



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

2020-06-02 Thread Mart Raudsepp
commit: 864b63c58b0c95ec78aa4202b07cb9324605b086
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 22:36:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864b63c5

dev-python/pytest-mock: arm64 stable (bug #726358)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild 
b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
index 145bc659f1e..015b6f4cb15 100644
--- a/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-3.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-python/pytest-5[${PYTHON_USEDEP}]"



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

2020-06-02 Thread Mart Raudsepp
commit: a4b66a9c72332331c4e66d6357ad3862d2b58def
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 22:42:04 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b66a9c

dev-python/pickleshare: arm64 stable (bug #726438)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.5.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.5.ebuild
index fcc022d87e7..984b9b6fde5 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-02 Thread Mart Raudsepp
commit: bff28996d1427e94358d74750fcd2099432b958b
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Jun  2 01:23:51 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff28996

dev-python/numpy-python2: arm64 stable (bug #714384)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild 
b/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild
index 082803a63d1..41df0c3c675 100644
--- a/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild
+++ b/dev-python/numpy-python2/numpy-python2-1.16.6.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/spqr/

2020-06-02 Thread Mart Raudsepp
commit: fe9710042c21e3ff5d6b25efaf3673090602c498
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:42:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe971004

sci-libs/spqr: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/spqr/spqr-2.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/spqr/spqr-2.0.9.ebuild b/sci-libs/spqr/spqr-2.0.9.ebuild
index 342617b9434..b29415ba3f9 100644
--- a/sci-libs/spqr/spqr-2.0.9.ebuild
+++ b/sci-libs/spqr/spqr-2.0.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="doc partition static-libs tbb"
 
 BDEPEND="virtual/pkgconfig



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

2020-06-02 Thread Mart Raudsepp
commit: f388adfe302c43a59dcdc5a43aeeffdbe4fa1a2d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 18:06:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f388adfe

dev-libs/gdl: arm64 keyworded (bug #726746)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-libs/gdl/gdl-3.28.0.ebuild b/dev-libs/gdl/gdl-3.28.0.ebuild
index 2b38e3b527f..d3ce4fb72df 100644
--- a/dev-libs/gdl/gdl-3.28.0.ebuild
+++ b/dev-libs/gdl/gdl-3.28.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdl;
 LICENSE="LGPL-2.1+"
 SLOT="3/5" # subslot = libgdl-3 soname version
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
dev-libs/glib:2



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

2020-06-02 Thread Mart Raudsepp
commit: aa7c96af79923f3266c6cc05e11980f2436b9a5c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 15:55:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7c96af

dev-python/autobahn: arm64 keyworded (bug #721726)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/autobahn/autobahn-20.4.3.ebuild 
b/dev-python/autobahn/autobahn-20.4.3.ebuild
index 396e8da241b..0b82b3acf26 100644
--- a/dev-python/autobahn/autobahn-20.4.3.ebuild
+++ b/dev-python/autobahn/autobahn-20.4.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="crypt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/klu/

2020-06-02 Thread Mart Raudsepp
commit: ef4f10bdb1d00607064e792e3e447dd996a4f57c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:42:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4f10bd

sci-libs/klu: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/klu/klu-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/klu/klu-1.3.9.ebuild b/sci-libs/klu/klu-1.3.9.ebuild
index 42c4aa31b6d..3222f16c3e5 100644
--- a/sci-libs/klu/klu-1.3.9.ebuild
+++ b/sci-libs/klu/klu-1.3.9.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc static-libs"
 
 BDEPEND="virtual/pkgconfig



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

2020-06-02 Thread Mart Raudsepp
commit: e680b055b45390ee3fc514e061a1862d52e9bf42
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Jun  2 01:23:23 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e680b055

dev-python/numpy: arm64 stable (bug #714384)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/numpy/numpy-1.17.4-r3.ebuild 
b/dev-python/numpy/numpy-1.17.4-r3.ebuild
index c785601b1c7..d44e49e738e 100644
--- a/dev-python/numpy/numpy-1.17.4-r3.ebuild
+++ b/dev-python/numpy/numpy-1.17.4-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
)"
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc lapack test"
 RESTRICT="!test? ( test )"
 



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

2020-06-02 Thread Mart Raudsepp
commit: 0c726eba08708d5a0539c3fd4ed804b04578
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 14:49:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c726eba

dev-python/pytest-shutil: arm64 stable (bug #726586)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
index 9823bdbed0b..eb733e6a25d 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/suitesparse/

2020-06-02 Thread Mart Raudsepp
commit: d035cd72a6f0a356aaf2618dbe3751366b495031
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:43:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d035cd72

sci-libs/suitesparse: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/suitesparse/suitesparse-5.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/suitesparse/suitesparse-5.4.0.ebuild 
b/sci-libs/suitesparse/suitesparse-5.4.0.ebuild
index afae8da50f4..fc9edc66953 100644
--- a/sci-libs/suitesparse/suitesparse-5.4.0.ebuild
+++ b/sci-libs/suitesparse/suitesparse-5.4.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html;
 LICENSE="metapackage"
 SLOT="0"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="cuda doc lapack partition tbb"
 DEPEND=""
 RDEPEND="



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

2020-06-02 Thread Mart Raudsepp
commit: 2a48f873ad3582488a42519b87f10de1832a051e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 22:29:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a48f873

dev-python/wxpython: arm64 stable (bug #714566)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild 
b/dev-python/wxpython/wxpython-4.0.7.ebuild
index 6d49fa8e3eb..32ae9484d2b 100644
--- a/dev-python/wxpython/wxpython-4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
 
 LICENSE="wxWinLL-3"
 SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test webkit"
 RESTRICT="!test? ( test )"
 



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

2020-06-02 Thread Mart Raudsepp
commit: 249a00f0d98efae31bab30f97a4c7c394807eb19
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 15:54:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249a00f0

dev-python/flatbuffers: arm64 keyworded (bug #721726)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild 
b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
index f6e07681c31..b4fc7d6ebf2 100644
--- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-1.12.ebuild
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"



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

2020-06-02 Thread Mart Raudsepp
commit: 76198fd7a0a43e6114cc9fc51f6aedf13ba946e4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 18:06:38 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76198fd7

media-gfx/scour: arm64 keyworded (bug #726746)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/media-gfx/scour/scour-0.37.ebuild 
b/media-gfx/scour/scour-0.37.ebuild
index f32492ebaa6..385e5c4dbf2 100644
--- a/media-gfx/scour/scour-0.37.ebuild
+++ b/media-gfx/scour/scour-0.37.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2020-06-02 Thread Mart Raudsepp
commit: dde42f1569a771c7a06991b7de199b9a6393b43e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 14:48:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde42f15

dev-python/pytest-virtualenv: arm64 stable (bug #726586)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
index 5dc6df9f2e1..1084cc4a020 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]



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

2020-06-02 Thread Mart Raudsepp
commit: 814e2d54c758daa3398c3c46143ee73b9f98d7f7
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 14:50:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814e2d54

dev-python/termcolor: arm64 stable (bug #726586)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild 
b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index 3d8d5360b31..8ac4af342f8 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 
 # no tests...
 RESTRICT="test"



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

2020-06-02 Thread Mart Raudsepp
commit: deaddcfd415c72ce0ce8d8e96168dc9e610097ea
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 22:12:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaddcfd

app-misc/gnote: bump to 3.36.1

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

 app-misc/gnote/Manifest|  1 +
 app-misc/gnote/gnote-3.36.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/gnote/Manifest b/app-misc/gnote/Manifest
index ab5940e051d..e8f93da9b9e 100644
--- a/app-misc/gnote/Manifest
+++ b/app-misc/gnote/Manifest
@@ -1 +1,2 @@
 DIST gnote-3.30.0.tar.xz 4017364 BLAKE2B 
e53240162d4814a0f004863ca5d309dce0b428d8ce4f7e8dc64c0ce683a830ebedc4809191e55818dba98de7d968413ae080f86367abacf3e4f3a404bbd62157
 SHA512 
7c1348b9fdbc84ea8cc74e214de50b594a1585031a40406ba73a8635362ef1769a37dbce79347188983970debf72d3c0f81523739a48bf27823f0233cc6cfd2b
+DIST gnote-3.36.1.tar.xz 3512000 BLAKE2B 
00f5f8049085c855722f92fb3231684d53c4a15b96b7148a2a810d8fdd4c02b22510f4c4f9296fd7e2f4ba96e44d55215f71a2eb78ecb60170f8bb7ffbdef6ef
 SHA512 
4c0c9d469836366a7886928beb0b47c48e60ee41591de193b9af597214f373c2c14b25745f6238ccbede8df8e7d4d83f39a34aed1b155895479bba3e043d2cce

diff --git a/app-misc/gnote/gnote-3.36.1.ebuild 
b/app-misc/gnote/gnote-3.36.1.ebuild
new file mode 100644
index 000..95d5527ca52
--- /dev/null
+++ b/app-misc/gnote/gnote-3.36.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="Desktop note-taking application"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gnote;
+
+LICENSE="GPL-3+ FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# Automagic:
+# glib-2.32 dep
+# >=dev-libs/unittest++-1.5.1 (but not detected due to missing .pc)
+COMMON_DEPEND="
+   >=app-crypt/libsecret-0.8
+   >=app-text/gspell-1.6.0:=
+   >=dev-cpp/glibmm-2.62.0:2
+   >=dev-cpp/gtkmm-3.18:3.0
+   >=dev-libs/glib-2.32:2[dbus]
+   >=dev-libs/libxml2-2:2
+   dev-libs/libxslt
+   >=sys-apps/util-linux-2.16:=
+   >=x11-libs/gtk+-3.20:3
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+"
+DEPEND="${DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   >=dev-util/intltool-0.35.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Do not alter CFLAGS
+   sed 's/-DDEBUG -g/-DDEBUG/' -i configure.ac configure || die
+
+   gnome2_src_prepare
+
+   if has_version net-fs/wdfs; then
+   DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
+   synchronize notes."
+   else
+   DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
+   If you want to use that functionality just emerge net-fs/wdfs.
+   Gnote will automatically detect that you did and let you use 
it."
+   fi
+}
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_enable debug)
+}
+
+src_install() {
+   gnome2_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/ldl/

2020-06-02 Thread Mart Raudsepp
commit: c5f9f345a613c535edb439a7db2fc32bd33cbe4e
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:42:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f9f345

sci-libs/ldl: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/ldl/ldl-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/ldl/ldl-2.2.6.ebuild b/sci-libs/ldl/ldl-2.2.6.ebuild
index 6a1f2acf387..97dc7300636 100644
--- a/sci-libs/ldl/ldl-2.2.6.ebuild
+++ b/sci-libs/ldl/ldl-2.2.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="doc static-libs"
 
 BDEPEND="virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: sci-libs/cxsparse/

2020-06-02 Thread Mart Raudsepp
commit: 50c1537f1e4a9b80b2535c78c147e64aaab1254d
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 16:41:56 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c1537f

sci-libs/cxsparse: arm64 keyworded (bug #716982)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 sci-libs/cxsparse/cxsparse-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild 
b/sci-libs/cxsparse/cxsparse-3.2.0.ebuild
index 5c8ca14041e..0abd3b6775c 100644
--- a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild
+++ b/sci-libs/cxsparse/cxsparse-3.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-macos"
 IUSE="static-libs"
 
 BDEPEND="virtual/pkgconfig"



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

2020-06-02 Thread Mart Raudsepp
commit: c126f1d37760cc21ad1d45a89bea1e4ccad503d4
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Jun  1 21:22:12 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:21:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c126f1d3

dev-libs/flatbuffers: arm64 keyworded (bug #725912)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild 
b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
index 3b0fd0e17e7..4b2accd3e23 100644
--- a/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
+++ b/dev-libs/flatbuffers/flatbuffers-1.12.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"



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

2020-06-02 Thread Patrick McLean
commit: 17e0e5f755f73bbd8dfa1bc3a4b70b3f7dd03495
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jun  2 22:15:19 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  2 22:15:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0e5f7

dev-python/black: New package

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

 dev-python/black/Manifest  |  1 +
 dev-python/black/black-19.10_beta0.ebuild  | 63 ++
 .../files/black-19.10_beta0-setuptools_scm.patch   | 24 +
 dev-python/black/metadata.xml  |  8 +++
 4 files changed, 96 insertions(+)

diff --git a/dev-python/black/Manifest b/dev-python/black/Manifest
new file mode 100644
index 000..c2901bc64e1
--- /dev/null
+++ b/dev-python/black/Manifest
@@ -0,0 +1 @@
+DIST black-19.10b0.tar.gz 1008099 BLAKE2B 
e8a6e286e7a60f880f8b5d37a2b07278faeb4efffd15feb511764e449c36b4e54d5ac5b910f583a15948a2f92eb5e61ae210073be7a57251b2b01e69d2e5b373
 SHA512 
778909c26afa65548a77524451b50a2692a7b4e297fa52fc80567f7fea94dd5aae9e61cf0f1de718c28a733f1813c8e2c6974ab58e6b0e891de331bb4f245968

diff --git a/dev-python/black/black-19.10_beta0.ebuild 
b/dev-python/black/black-19.10_beta0.ebuild
new file mode 100644
index 000..5db71277f7f
--- /dev/null
+++ b/dev-python/black/black-19.10_beta0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit eutils distutils-r1
+
+MY_PV="${PV//_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="The uncompromising Python code formatter"
+HOMEPAGE="https://black.readthedocs.io/en/stable/ https://github.com/psf/black;
+SRC_URI="https://github.com/psf/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/typed-ast[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-python/pathspec[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+   test? (
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/aiohttp-cors[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/black-19.10_beta0-setuptools_scm.patch"
+)
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   local version_path
+   version_path="$(grep '"write_to"' setup.py | \
+   sed -r 's|[[:space:]]+"write_to": "([[:graph:]]+)",|\1|' \
+   || die "could not find path to write version to")"
+
+   [[ -e ${version_path} ]] && die "could not find path to write version 
to"
+   printf 'version = "%s"\n' "${MY_PV}" > "${version_path}" || die "error 
writing version"
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" tests/test_black.py -v || die "tests failed with 
${EPYTHON}"
+}
+
+pkg_postinst() {
+   optfeature "blackd - HTTP API for black" dev-python/aiohttp 
dev-python/aiohttp-cors
+}

diff --git a/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch 
b/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch
new file mode 100644
index 000..21f99648038
--- /dev/null
+++ b/dev-python/black/files/black-19.10_beta0-setuptools_scm.patch
@@ -0,0 +1,24 @@
+diff --git a/setup.py b/setup.py
+index 614a8d6..66946b2 100644
+--- a/setup.py
 b/setup.py
+@@ -1,6 +1,7 @@
+ # Copyright (C) 2018 Łukasz Langa
+ from setuptools import setup
+ import sys
++import os
+ 
+ assert sys.version_info >= (3, 6, 0), "black requires Python 3.6+"
+ from pathlib import Path  # noqa E402
+@@ -17,10 +18,7 @@ def get_long_description() -> str:
+ 
+ setup(
+ name="black",
+-use_scm_version={
+-"write_to": "_black_version.py",
+-"write_to_template": 'version = "{version}"\n',
+-},
++version=os.getenv("MY_PV"),
+ description="The uncompromising code formatter.",
+ long_description=get_long_description(),
+ long_description_content_type="text/markdown",

diff --git a/dev-python/black/metadata.xml b/dev-python/black/metadata.xml
new file mode 100644
index 000..56cae167d37
--- /dev/null
+++ b/dev-python/black/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chutz...@gentoo.org
+Patrick McLean
+  
+



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

2020-06-02 Thread Aaron Bauman
commit: 68028f770438817b2aca1ea1342c9fef666ec06d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun  2 22:12:40 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 22:12:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68028f77

profiles/package.mask: mask net-news/rawdog

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fba256b5452..a87fa31a0d4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,6 +37,7 @@
 # Masked for removal in 30 days
 app-misc/webcomics-collector
 net-misc/pytvshows
+net-news/rawdog
 
 # Andreas Sturmlechner  (2020-06-02)
 # libgnomeui revdeps with no sign of upstream porting away or doing anything.



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

2020-06-02 Thread Aaron Bauman
commit: b05d60d8e123c5cc9fff79616e200094e286bda8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun  2 22:08:16 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 22:09:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05d60d8

profiles/package.mask: mask net-misc/pytvshows

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 507aba2da79..fba256b5452 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,6 +36,7 @@
 # py2 only. dead upstream. m-n.
 # Masked for removal in 30 days
 app-misc/webcomics-collector
+net-misc/pytvshows
 
 # Andreas Sturmlechner  (2020-06-02)
 # libgnomeui revdeps with no sign of upstream porting away or doing anything.



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

2020-06-02 Thread Mart Raudsepp
commit: 8bd12eec9bfd28996e5fb73ee5fdec32e91566e1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 22:04:14 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 22:04:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd12eec

dev-libs/gjs: bump to 1.58.8

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

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.58.8.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index a38032d64b0..69411165717 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -1,4 +1,5 @@
 DIST gjs-1.56.2.tar.xz 701976 BLAKE2B 
77057e4a3a8958d6648c92bb56495b505b3ec49bc0eeff0fa5c9e3ae5a694a4b5643dc72d7aa673f9e66d42e9b0def7f9df0043f2690216bfc5c5109ea9eca51
 SHA512 
687b8e3795565b5c56fceebefb229c07b4c084a4f65c0035e0d185d12082920424632c0f896df8dc1cd5013a97b6e08274efaec4caeb564dc2070d26a5f974c5
 DIST gjs-1.58.6.tar.xz 637972 BLAKE2B 
553f29808723e48cee39c62e260d9c09f5db160756bf6c2fc45e532bee1d5c8babdd2bd5aee39fdff1300fc10de2c2a4e34d6b850e6e95c83ef217a8955379b6
 SHA512 
3e8fa8ccaabbbd07e74869fdc6188cffc19565798a6267fd3480d9320a2c9c5906c864e5d0c6e9e57f7bb79cc1706717b76b23c7cd89eb191477eb173b24aa74
 DIST gjs-1.58.7.tar.xz 638804 BLAKE2B 
eb9bb1ea0cd9b52b58a0c4497d5bb930ccb0c8451a94cf9e5e97a6cf1e7bd4dfa5f7a15c2c68fbba3c36a5d71e71df88f086b528e7c2e86d2a8374bfdeac8aa4
 SHA512 
0790cffd2f2230717b78266b356e88133b5fb816380bf96fc2bea0a039d96979796ad6455a4270dcde62ff2a023fbd73e2edc98428aa2a8b2fdf2cc6c8f8ecce
+DIST gjs-1.58.8.tar.xz 639372 BLAKE2B 
53be0d5353213e7fdc6009aeed16db79f61ee5b800d66cd79f87e577b44adbb05ae741d73550237027a902d2e038c8e8247d3269bf058b64622a1a261f5a2501
 SHA512 
373b400b884096b6746c1ac7f2c2915857aa888dfb8bbf19bb8469fb75e081e4df36dcab06723f03654c34354a5a69a7865727ab9e36d3fb0d2b2652713e5cd6
 DIST gjs-1.64.3.tar.xz 422436 BLAKE2B 
ade874085962f43fe7cd1412966557e4c40daf030b71a04b61f2b811b6056ae3abaff0cca04d9bf852dbb045a5a687dc27f5301c19235138f3d5d50be41f10c6
 SHA512 
9d92e52a7fef07853f3beb181798f89deb60b97b928d916cd827c99a6ab8f83abf7c352a1aa46be476a50e2efadfaf09befa54ccab0d51b0ac7127f2fe794801

diff --git a/dev-libs/gjs/gjs-1.58.8.ebuild b/dev-libs/gjs/gjs-1.58.8.ebuild
new file mode 100644
index 000..c0859f6c9be
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.58.8.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2 pax-utils virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples gtk readline +sysprof test"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.58.0
+   >=dev-libs/gobject-introspection-1.61.2:=
+
+   readline? ( sys-libs/readline:0= )
+   dev-lang/spidermonkey:60
+   dev-libs/libffi:=
+   cairo? ( x11-libs/cairo[X] )
+"
+DEPEND="${RDEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.33.2:3 )
+   virtual/pkgconfig
+   test? ( sys-apps/dbus
+   >=x11-libs/gtk+-3.20:3[introspection] )
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
+   # XXX: Do NOT enable coverage, completely useless for portage installs
+   gnome2_src_configure \
+   --disable-systemtap \
+   --disable-dtrace \
+   --disable-code-coverage \
+   $(use_with cairo cairo) \
+   $(use_enable sysprof profiler) \
+   $(use_enable readline) \
+   $(use_with test dbus-tests) \
+   $(use_with test gtk-tests) \
+   --disable-installed-tests
+}
+
+src_install() {
+   # installation sometimes fails in parallel, bug #???
+   gnome2_src_install -j1
+
+   if use examples; then
+   insinto /usr/share/doc/"${PF}"/examples
+   doins "${S}"/examples/*
+   fi
+
+   # Required for gjs-console to run correctly on PaX systems
+   pax-mark mr "${ED}/usr/bin/gjs-console"
+}
+
+src_test() {
+   virtx emake check
+}



[gentoo-commits] proj/netifrc:master commit in: net/, doc/

2020-06-02 Thread Robin H. Johnson
commit: 589d7374dc5c023304f6226cb458d5346bdd3a0b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jun  2 21:51:00 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun  2 21:53:50 2020 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=589d7374

net/iw: implement 802.11s mesh

Closes: https://bugs.gentoo.org/469296
Signed-off-by: Robin H. Johnson  gentoo.org>

 doc/net.example.Linux.in |  7 ++-
 net/iw.sh| 25 +
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 4fc603b..d88302b 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -231,7 +231,7 @@
 # do require the SSID to be set - do this here
 #essid_eth0="any"
 
-# Set the mode of the interface (managed, ad-hoc, master or auto)
+# Set the mode of the interface (managed, ad-hoc, master, mesh or auto)
 # The default is auto
 # If it's ad-hoc or master you also may need to specify the channel below
 #mode_eth0="auto"
@@ -409,6 +409,11 @@
 # NOTE: preferred_aps  list ignores blacklisted_aps - so if you have
 # the same SSID in both, well, you're a bit silly :p
 
+# 802.11s mesh support
+# Requires CONFIG_MAC80211_MESH in kernel and hardware support
+#mode_wlan0="mesh"
+#mesh_wlan0="MyMeshNetworkID"
+
 
 
 # wpa_supplicant

diff --git a/net/iw.sh b/net/iw.sh
index dcdbb79..029b9d6 100644
--- a/net/iw.sh
+++ b/net/iw.sh
@@ -5,6 +5,7 @@
 
 _config_vars="$_config_vars ssid mode associate_timeout sleep_scan"
 _config_vars="$_config_vars preferred_aps blacklist_aps"
+_config_vars="$_config_vars mesh"
 
 iw_depend()
 {
@@ -170,6 +171,26 @@ iw_setup_adhoc()
return 0
 }
 
+iw_setup_mesh()
+{
+   if [ -z "${MESH}" ]; then
+   eerror "${IFACE} requires a MESH to be set to operate in mesh 
mode"
+   eerror "adjust the mesh_${IFVAR} setting in /etc/conf.d/net"
+   return 1
+   fi
+
+   iw_set_mode 'mesh'
+
+   veinfo "Joining mesh '$MESH' with $IFACE"
+   iw ${IFACE} mesh join "${MESH}" || return 1
+
+   # Finally apply the user Config
+   iw_user_config
+
+   iw_report
+   return 0
+}
+
 iw_wait_for_association()
 {
local timeout= i=0
@@ -600,6 +621,10 @@ iw_configure()
managed)
# Fall through
;;
+   mesh)
+   iw_setup_mesh
+   return $?
+   ;;
*)
eerror "Only managed and ad-hoc are supported"
return 1



[gentoo-commits] proj/netifrc:master commit in: net/

2020-06-02 Thread Robin H. Johnson
commit: 1c846d9d8e23d94046df471c7ccbb88228537188
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jun  2 21:44:26 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun  2 21:44:57 2020 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=1c846d9d

net/iw: refactor iw mode setup

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

 net/iw.sh | 37 -
 1 file changed, 20 insertions(+), 17 deletions(-)

diff --git a/net/iw.sh b/net/iw.sh
index 82b9ba9..dcdbb79 100644
--- a/net/iw.sh
+++ b/net/iw.sh
@@ -585,27 +585,30 @@ iw_configure()
[ -z "${SSID}" ] && eval SSID=\$essid_${IFVAR}
 
# Setup ad-hoc mode?
-   eval x=\$mode_${IFVAR}
-   x=${x:-managed}
+   eval _mode=\$mode_${IFVAR}
+   _mode=${_mode:-managed}
 
-   if [ "${x}" = "master" ]; then
-   eerror "Please use hostapd to make this interface an access 
point"
-   return 1
-   fi
-
-   if [ "${x}" = "ad-hoc" ]; then
-   iw_setup_adhoc
-   return $?
-   fi
-
-   if [ "${x}" != "managed" ]; then
-   eerror "Only managed and ad-hoc are supported"
-   return 1
-   fi
+   case "${_mode}" in
+   master)
+   eerror "Please use hostapd to make this interface an 
access point"
+   return 1
+   ;;
+   ad-hoc|adhoc)
+   iw_setup_adhoc
+   return $?
+   ;;
+   managed)
+   # Fall through
+   ;;
+   *)
+   eerror "Only managed and ad-hoc are supported"
+   return 1
+   ;;
+   esac
 
# Has an SSID been forced?
if [ -n "${SSID}" ]; then
-   iw_set_mode "${x}"
+   iw_set_mode "${_mode}"
iw_associate && return 0
[ "${SSID}" = "any" ] && iw_force_preferred && return 0
 



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

2020-06-02 Thread Mart Raudsepp
commit: 1561d6f0f4f58aa5336bd328f440f5cf624cddab
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 21:52:09 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1561d6f0

media-sound/gnome-music: bump to 3.34.6

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

 media-sound/gnome-music/Manifest  |  1 +
 media-sound/gnome-music/gnome-music-3.34.6.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 349017d8738..0fe574ee6eb 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1 +1,2 @@
 DIST gnome-music-3.34.5.tar.xz 1415240 BLAKE2B 
3545541171b023da116ebee5d28a2b69b6b45677cde26c833ea0992ba9bc41d4792375dbf3617105da53f0e98d21576e166980e896527a60d47c92690b343a27
 SHA512 
c4f3c8cd7e8a6d24d3766672acfe3abc340d0cd305ba0d3d0a87c02b5a5f9e8c47bee9d8284e76ad28c51eeebe56e3163f4e5c34c89e294801d0047b8476f80f
+DIST gnome-music-3.34.6.tar.xz 1415360 BLAKE2B 
0b8f3a2b17242f41f3a77a9eeb60cf1f10cac57d983de6e7f44ba1a243526e0831ee2ad5baec17b726bbbe9df52e26b79dedc2b2abe4dba87c59cc4fcd4a083f
 SHA512 
76561adf8c6ce4342825eb976de11c98c2aa66cb08075dbe46d8c7787daf7fc77763d55c2fe475dd9c75536adc98f8afbdd90bfb2b64791d05cdf11e3ed00b03

diff --git a/media-sound/gnome-music/gnome-music-3.34.6.ebuild 
b/media-sound/gnome-music/gnome-music-3.34.6.ebuild
new file mode 100644
index 000..fde8cf28852
--- /dev/null
+++ b/media-sound/gnome-music/gnome-music-3.34.6.ebuild
@@ -0,0 +1,81 @@
+# 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 gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Music management for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Music;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.50:2
+   net-libs/gnome-online-accounts[introspection]
+   >=dev-libs/gobject-introspection-1.54:=
+   >=x11-libs/gtk+-3.24.7:3[introspection]
+   >=dev-libs/libdazzle-3.28.0[introspection]
+   >=media-libs/libmediaart-1.9.1:2.0[introspection]
+   net-libs/libsoup:2.4[introspection]
+   >=app-misc/tracker-2.2.0:=[introspection(+)]
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pycairo-1.14.0[${PYTHON_MULTI_USEDEP}]
+   ')
+   >=media-libs/grilo-0.3.9:0.3[introspection]
+   >=media-plugins/grilo-plugins-0.3.9:0.3
+"
+# xdg-user-dirs-update needs to be there to create needed dirs
+# https://bugzilla.gnome.org/show_bug.cgi?id=731613
+RDEPEND="${DEPEND}
+   || (
+   >=app-misc/tracker-miners-2.2.0[gstreamer]
+   >=app-misc/tracker-miners-2.2.0[ffmpeg]
+   )
+   x11-libs/libnotify[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/grilo-plugins:0.3[tracker]
+   x11-misc/xdg-user-dirs
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+RESTRICT="test" # only does desktop and appdata validation, and latter needs 
network to validate screenshot from https
+
+pkg_setup() {
+   python_setup
+}
+
+src_prepare() {
+   sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python 
fixup sed failed"
+   xdg_src_prepare
+}
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${D}"/usr/bin/gnome-music
+   python_optimize
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2020-06-02 Thread Andreas Sturmlechner
commit: 8507cc179dc91f1aa8803ee67e48018c7c6733b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 21:26:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 21:51:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8507cc17

app-emulation/virtualbox: Fix build with Qt 5.15

Thanks-to: cmvu  protonmail.com>
Closes: https://bugs.gentoo.org/726154
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/virtualbox-6.1.6-qt-5.15.patch   | 92 ++
 app-emulation/virtualbox/virtualbox-6.1.6.ebuild   |  2 +
 2 files changed, 94 insertions(+)

diff --git a/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch 
b/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
new file mode 100644
index 000..36f525593e0
--- /dev/null
+++ b/app-emulation/virtualbox/files/virtualbox-6.1.6-qt-5.15.patch
@@ -0,0 +1,92 @@
+--- a/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:51:41.504432532 +0300
 b/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp 2020-05-29 
23:49:26.943858460 +0300
+@@ -17,6 +17,8 @@
+ 
+ /* Qt includes: */
+ #include 
++#include 
++#include 
+ 
+ /* GUI include */
+ #include "UIImageTools.h"
+
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:09:50.369275092 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.h 2020-05-30 
00:01:14.152354690 +0300
+@@ -24,6 +24,7 @@
+ /* Qt includes: */
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UILibraryDefs.h"
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:39:54.773447224 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuToolBar.cpp 2020-05-30 
00:41:36.274371761 +0300
+@@ -21,6 +21,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UIMenuToolBar.h"
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:39:47.613523134 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UITabBar.cpp 2020-05-30 
00:41:29.655441857 +0300
+@@ -29,6 +29,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #ifdef VBOX_WS_MAC
+ # include 
+ #endif
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:40:01.624374596 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp 2020-05-30 
00:41:40.654325376 +0300
+@@ -23,6 +23,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UIFilmContainer.h"
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:40:08.844298062 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupBox.cpp 2020-05-30 
00:41:44.594283652 +0300
+@@ -22,6 +22,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UIPopupBox.h"
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:40:16.064221530 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp 2020-05-30 
00:41:52.014205079 +0300
+@@ -27,6 +27,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #ifdef VBOX_WS_X11
+ # include 
+ #endif
+--- 
a/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:40:22.314155286 +0300
 
b/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp 
2020-05-30 00:41:56.544157111 +0300
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UIGraphicsButton.h"
+--- a/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:40:34.375027462 +0300
 b/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupPane.cpp 2020-05-30 
00:42:01.244107347 +0300
+@@ -18,6 +18,7 @@
+ /* Qt includes: */
+ #include 
+ #include 
++#include 
+ 
+ /* GUI includes: */
+ #include "UIPopupPane.h"

diff --git a/app-emulation/virtualbox/virtualbox-6.1.6.ebuild 
b/app-emulation/virtualbox/virtualbox-6.1.6.ebuild
index 7ddbfdc4204..a359a7ca30f 100644
--- a/app-emulation/virtualbox/virtualbox-6.1.6.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.1.6.ebuild
@@ -207,6 +207,8 @@ src_prepare() {
eapply "${FILESDIR}"/virtualbox-5.2.8-paxmark-bldprogs.patch
fi
 
+   eapply "${FILESDIR}"/${P}-qt-5.15.patch # TODO: upstream, bug #726154
+
eapply "${WORKDIR}/patches"
 
eapply_user



[gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/, media-sound/mumble/files/

2020-06-02 Thread Andreas Sturmlechner
commit: 5923dcabd01b0fbf953faa4173d593f84ebf91b0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 21:03:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 21:51:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5923dcab

media-sound/mumble: Fix build with Qt 5.15

Thanks-to: Marco Genasci  gmail.com>
Closes: https://bugs.gentoo.org/726692
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../mumble/files/mumble-1.3.1_rc1-qt-5.15.patch| 28 ++
 media-sound/mumble/mumble-1.3.1_rc1.ebuild |  2 ++
 2 files changed, 30 insertions(+)

diff --git a/media-sound/mumble/files/mumble-1.3.1_rc1-qt-5.15.patch 
b/media-sound/mumble/files/mumble-1.3.1_rc1-qt-5.15.patch
new file mode 100644
index 000..4268d56e829
--- /dev/null
+++ b/media-sound/mumble/files/mumble-1.3.1_rc1-qt-5.15.patch
@@ -0,0 +1,28 @@
+From 4539fd92462b9dd1a99b4bfe307abae4e2d89045 Mon Sep 17 00:00:00 2001
+From: Marco Genasci 
+Date: Mon, 1 Jun 2020 21:01:00 +0200
+Subject: [PATCH] src/mumble/OverlayText.h: add missing 
+ include for Qt 5.15
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+../../release/.moc/mumble/../../../src/mumble/OverlayText.h:42:16: error: 
field ‘qpp’ has incomplete type ‘QPainterPath’
+   42 |   QPainterPath qpp;
+  |^~~
+---
+ src/mumble/OverlayText.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/mumble/OverlayText.h b/src/mumble/OverlayText.h
+index f06f2b63a8..c1cd9efdd7 100644
+--- a/src/mumble/OverlayText.h
 b/src/mumble/OverlayText.h
+@@ -6,6 +6,7 @@
+ #ifndef MUMBLE_MUMBLE_OVERLAYTEXT_H_
+ #define MUMBLE_MUMBLE_OVERLAYTEXT_H_
+ 
++#include 
+ #include 
+ #include 
+ 

diff --git a/media-sound/mumble/mumble-1.3.1_rc1.ebuild 
b/media-sound/mumble/mumble-1.3.1_rc1.ebuild
index 69f5d7055e0..f23f44786ac 100644
--- a/media-sound/mumble/mumble-1.3.1_rc1.ebuild
+++ b/media-sound/mumble/mumble-1.3.1_rc1.ebuild
@@ -64,6 +64,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}/${P}-qt-5.15.patch" ) # in git master; bug #726692
+
 # NB: qmake does not support multilib but it's fine to configure
 # for the native ABI here
 src_configure() {



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

2020-06-02 Thread Mart Raudsepp
commit: bebdda7f9a96b4e888ffce1ae64e88ac39ab4f13
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 21:46:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebdda7f

dev-lang/vala: bump to 0.40.23

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

 dev-lang/vala/Manifest|  1 +
 dev-lang/vala/vala-0.40.23.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index cfdd9bf4067..984333871a3 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -2,6 +2,7 @@ DIST vala-0.36.20.tar.xz 2918672 BLAKE2B 
9c2c46992444fafd173f767a4a10ac185b0c49d
 DIST vala-0.40.18.tar.xz 3429060 BLAKE2B 
113cebedfefec3a510085e6562012cefedcc6879f4a21eed835e779d850c39ea0c5d9ce5e5e036fa5d849c28f803fd80f1b4e55d4eb3db0fb0fa8f2706824823
 SHA512 
a58afc4ecf5a7c5c35d3f32d06947ed656f66672fd496d4963b5267d8be9ffecbbc0415af8ef15d35c92f986cb7861dc09d2ec35c2b6f77f3decc4adba24ced2
 DIST vala-0.40.20.tar.xz 3443256 BLAKE2B 
4cb53448ffabd29ea2c1411d019aa3749be113371e411d90803aa77a5ba19790d3766dae43af58a107680acc04870b30670fd53d4ce239de8d15dd79571cadfb
 SHA512 
767f156c85bd901e6e672439c2bf7fdfe60e4f7b088ca89f8787179e57b42904c92749ca8bd79c1e4319ec998e0e3f6bd6f13ed679be1f5240041f797657eb36
 DIST vala-0.40.22.tar.xz 3458916 BLAKE2B 
3a9516ea22f550ad4ee0bacb15c77be1f8fa971725cad30fb97ec6939c604406881ca6b2e981e6ed99a8cf6218bd55f54aff6b06e074bc09089d01c554ab817f
 SHA512 
913af4725ff56f330815fc76ac4bf7f7fb28182fe2764db1b9da5d2452dd264df071f84f62eef6c56719ef4abe595d88ba5d89c0fea15d9e1835e0fdb23668ce
+DIST vala-0.40.23.tar.xz 3462092 BLAKE2B 
49eb5f7205d59b0806e807fc0f99771ace4d188222be60f12ef2f503bf8da9116ee7eedb742a6e50400655ae86d1eeb383f3b8ac1832e82f2787b0162c2a4dc2
 SHA512 
9d5638d44d8a42124fefd02b66454d19cc5d24291ec1525e1fd9c1c8df814d55d2bdc6f5be0168639a8712766cb4828abf3ae70ebfc9e0a72393dd584c25853d
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
 DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76

diff --git a/dev-lang/vala/vala-0.40.23.ebuild 
b/dev-lang/vala/vala-0.40.23.ebuild
new file mode 100644
index 000..661aaba4756
--- /dev/null
+++ b/dev-lang/vala/vala-0.40.23.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2
+
+DESCRIPTION="Compiler for the GObject type system"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
+
+LICENSE="LGPL-2.1"
+SLOT="0.40"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+IUSE="test valadoc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/vala-common-${PV}
+   valadoc? ( >=media-gfx/graphviz-2.16 )
+"
+DEPEND="${RDEPEND}
+   !${CATEGORY}/${PN}:0
+   dev-libs/libxslt
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc
+   test? (
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.26:2
+   dev-libs/gobject-introspection )
+"
+
+PATCHES=(
+   # From master
+   "${FILESDIR}"/0.40-Allow-disabling-the-build-of-valadoc.patch
+   # Add missing bits to make valadoc parallel installable
+   "${FILESDIR}"/0.40-valadoc-doclets-data-parallel-installable.patch
+)
+
+src_configure() {
+   # weasyprint enables generation of PDF from HTML
+   gnome2_src_configure \
+   --disable-unversioned \
+   $(use_enable valadoc) \
+   VALAC=: \
+   WEASYPRINT=:
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



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

2020-06-02 Thread Mart Raudsepp
commit: 3007f744b20409784a5fd5d2cd30f09b61640e25
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 07:57:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3007f744

dev-libs/vala-common: bump to 0.46.10

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

 dev-libs/vala-common/Manifest   |  1 +
 dev-libs/vala-common/vala-common-0.46.10.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index ba0eaefdde8..405afd1ad70 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,4 +1,5 @@
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
+DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
 DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
 DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3

diff --git a/dev-libs/vala-common/vala-common-0.46.10.ebuild 
b/dev-libs/vala-common/vala-common-0.46.10.ebuild
new file mode 100644
index 000..ee55cfcad10
--- /dev/null
+++ b/dev-libs/vala-common/vala-common-0.46.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="vala"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for packages that use Vala"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   insinto /usr/share/aclocal
+   doins vala.m4 vapigen/vapigen.m4
+   insinto /usr/share/vala
+   doins vapigen/Makefile.vapigen
+}



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

2020-06-02 Thread Mart Raudsepp
commit: 7f087c553a64a74a329e6aed2cf2a30deb100309
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 07:55:44 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f087c55

dev-lang/vala: bump to 0.48.6

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

 dev-lang/vala/Manifest   |  1 +
 dev-lang/vala/vala-0.48.6.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index c2249e8665c..b5c752dba38 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -6,3 +6,4 @@ DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
 DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
 DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
+DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 
9c880cff885b934e1d82d21285839e040addecb0b3ce81936d5be118a951bd219eea2b8381ea42f13e6e858a1937a3789a3dee6d067735e5ee21eaced38b4646
 SHA512 
220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375

diff --git a/dev-lang/vala/vala-0.48.6.ebuild b/dev-lang/vala/vala-0.48.6.ebuild
new file mode 100644
index 000..1f7c05bd15c
--- /dev/null
+++ b/dev-lang/vala/vala-0.48.6.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Compiler for the GObject type system"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
+
+LICENSE="LGPL-2.1+"
+SLOT="0.48"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+IUSE="test valadoc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.48.0:2
+   >=dev-libs/vala-common-${PV}
+   valadoc? ( >=media-gfx/graphviz-2.16 )
+   != it, which 
would be bad
+# as the newer is not required with older vala when those are picked instead 
of 0.46.
+# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
+DEPEND="${RDEPEND}
+   dev-libs/libxslt
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc
+   test? (
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.26:2
+   dev-libs/gobject-introspection )
+"
+
+src_configure() {
+   # weasyprint enables generation of PDF from HTML
+   gnome2_src_configure \
+   --disable-unversioned \
+   $(use_enable valadoc) \
+   VALAC=: \
+   WEASYPRINT=:
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



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

2020-06-02 Thread Mart Raudsepp
commit: 5db6e14a63f00b3369805a4b7dbe4da6414a63a7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 21:49:23 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db6e14a

dev-libs/vala-common: remove old

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

 dev-libs/vala-common/Manifest  |  2 --
 dev-libs/vala-common/vala-common-0.46.9.ebuild | 30 --
 dev-libs/vala-common/vala-common-0.48.5.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index 405afd1ad70..171d8147b59 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -1,6 +1,4 @@
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
 DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
-DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
-DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
 DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 
9c880cff885b934e1d82d21285839e040addecb0b3ce81936d5be118a951bd219eea2b8381ea42f13e6e858a1937a3789a3dee6d067735e5ee21eaced38b4646
 SHA512 
220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375

diff --git a/dev-libs/vala-common/vala-common-0.46.9.ebuild 
b/dev-libs/vala-common/vala-common-0.46.9.ebuild
deleted file mode 100644
index ee55cfcad10..000
--- a/dev-libs/vala-common/vala-common-0.46.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   insinto /usr/share/aclocal
-   doins vala.m4 vapigen/vapigen.m4
-   insinto /usr/share/vala
-   doins vapigen/Makefile.vapigen
-}

diff --git a/dev-libs/vala-common/vala-common-0.48.5.ebuild 
b/dev-libs/vala-common/vala-common-0.48.5.ebuild
deleted file mode 100644
index ee55cfcad10..000
--- a/dev-libs/vala-common/vala-common-0.48.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GNOME_ORG_MODULE="vala"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for packages that use Vala"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
-   insinto /usr/share/aclocal
-   doins vala.m4 vapigen/vapigen.m4
-   insinto /usr/share/vala
-   doins vapigen/Makefile.vapigen
-}



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

2020-06-02 Thread Mart Raudsepp
commit: 50557f944265c6f52c8efe8bfaa619a84096d742
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 07:52:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50557f94

dev-libs/vala-common: bump to 0.48.6

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

 dev-libs/vala-common/Manifest  |  1 +
 dev-libs/vala-common/vala-common-0.48.6.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/vala-common/Manifest b/dev-libs/vala-common/Manifest
index ddc97c733c2..ba0eaefdde8 100644
--- a/dev-libs/vala-common/Manifest
+++ b/dev-libs/vala-common/Manifest
@@ -2,3 +2,4 @@ DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
 DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
 DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
+DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 
9c880cff885b934e1d82d21285839e040addecb0b3ce81936d5be118a951bd219eea2b8381ea42f13e6e858a1937a3789a3dee6d067735e5ee21eaced38b4646
 SHA512 
220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375

diff --git a/dev-libs/vala-common/vala-common-0.48.6.ebuild 
b/dev-libs/vala-common/vala-common-0.48.6.ebuild
new file mode 100644
index 000..ee55cfcad10
--- /dev/null
+++ b/dev-libs/vala-common/vala-common-0.48.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="vala"
+
+inherit gnome.org
+
+DESCRIPTION="Build infrastructure for packages that use Vala"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+BDEPEND=""
+
+src_configure() { :; }
+
+src_compile() { :; }
+
+src_install() {
+   insinto /usr/share/aclocal
+   doins vala.m4 vapigen/vapigen.m4
+   insinto /usr/share/vala
+   doins vapigen/Makefile.vapigen
+}



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

2020-06-02 Thread Mart Raudsepp
commit: ee012775e6e2f18d018afa4c300838454b1617d8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 09:06:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee012775

dev-lang/vala: bump to 0.46.10

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

 dev-lang/vala/Manifest|  1 +
 dev-lang/vala/vala-0.46.10.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index b5c752dba38..cfdd9bf4067 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -3,6 +3,7 @@ DIST vala-0.40.18.tar.xz 3429060 BLAKE2B 
113cebedfefec3a510085e6562012cefedcc687
 DIST vala-0.40.20.tar.xz 3443256 BLAKE2B 
4cb53448ffabd29ea2c1411d019aa3749be113371e411d90803aa77a5ba19790d3766dae43af58a107680acc04870b30670fd53d4ce239de8d15dd79571cadfb
 SHA512 
767f156c85bd901e6e672439c2bf7fdfe60e4f7b088ca89f8787179e57b42904c92749ca8bd79c1e4319ec998e0e3f6bd6f13ed679be1f5240041f797657eb36
 DIST vala-0.40.22.tar.xz 3458916 BLAKE2B 
3a9516ea22f550ad4ee0bacb15c77be1f8fa971725cad30fb97ec6939c604406881ca6b2e981e6ed99a8cf6218bd55f54aff6b06e074bc09089d01c554ab817f
 SHA512 
913af4725ff56f330815fc76ac4bf7f7fb28182fe2764db1b9da5d2452dd264df071f84f62eef6c56719ef4abe595d88ba5d89c0fea15d9e1835e0fdb23668ce
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
+DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
 DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
 DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3

diff --git a/dev-lang/vala/vala-0.46.10.ebuild 
b/dev-lang/vala/vala-0.46.10.ebuild
new file mode 100644
index 000..afe20bbc8ab
--- /dev/null
+++ b/dev-lang/vala/vala-0.46.10.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Compiler for the GObject type system"
+HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
+
+LICENSE="LGPL-2.1+"
+SLOT="0.46"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x86-linux"
+IUSE="test valadoc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.48.0:2
+   >=dev-libs/vala-common-${PV}
+   valadoc? ( >=media-gfx/graphviz-2.16 )
+   != it, which 
would be bad
+# as the newer is not required with older vala when those are picked instead 
of 0.46.
+# vala-0.45.91 ships a broken libsoup-2.4.vapi copy too, but that'll be fixed 
by 0.45.92
+DEPEND="${RDEPEND}
+   dev-libs/libxslt
+   sys-devel/flex
+   virtual/pkgconfig
+   virtual/yacc
+   test? (
+   dev-libs/dbus-glib
+   >=dev-libs/glib-2.26:2
+   dev-libs/gobject-introspection )
+"
+
+src_configure() {
+   # weasyprint enables generation of PDF from HTML
+   gnome2_src_configure \
+   --disable-unversioned \
+   $(use_enable valadoc) \
+   VALAC=: \
+   WEASYPRINT=:
+}
+
+src_install() {
+   default
+   find "${D}" -name "*.la" -delete || die
+}



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

2020-06-02 Thread Mart Raudsepp
commit: ed479782e65da8d2a02502937f9b02aef2d40fe9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 21:47:41 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 21:49:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed479782

dev-lang/vala: remove old

These versions are considered with a bad regression by upstream and
so we won't want to stabilize them. Fixes for the regression are
in the bumps for each release series.

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

 dev-lang/vala/Manifest|  3 ---
 dev-lang/vala/vala-0.40.22.ebuild | 54 ---
 dev-lang/vala/vala-0.46.9.ebuild  | 49 ---
 dev-lang/vala/vala-0.48.5.ebuild  | 49 ---
 4 files changed, 155 deletions(-)

diff --git a/dev-lang/vala/Manifest b/dev-lang/vala/Manifest
index 984333871a3..77230c18c72 100644
--- a/dev-lang/vala/Manifest
+++ b/dev-lang/vala/Manifest
@@ -1,11 +1,8 @@
 DIST vala-0.36.20.tar.xz 2918672 BLAKE2B 
9c2c46992444fafd173f767a4a10ac185b0c49db0ede3cb52dec10da08ab3370adb4445087b24c91c9126e8586418a149ac783b3de92cac6c4badd488f3dc56f
 SHA512 
21ca0573a2f9d945a362f7f15da7db25532fd7b19a0aa0442243b95df0568b7a88ae94d0659af44f6f57e364f4370de361102e7e46a070487985e7cb5d81277c
 DIST vala-0.40.18.tar.xz 3429060 BLAKE2B 
113cebedfefec3a510085e6562012cefedcc6879f4a21eed835e779d850c39ea0c5d9ce5e5e036fa5d849c28f803fd80f1b4e55d4eb3db0fb0fa8f2706824823
 SHA512 
a58afc4ecf5a7c5c35d3f32d06947ed656f66672fd496d4963b5267d8be9ffecbbc0415af8ef15d35c92f986cb7861dc09d2ec35c2b6f77f3decc4adba24ced2
 DIST vala-0.40.20.tar.xz 3443256 BLAKE2B 
4cb53448ffabd29ea2c1411d019aa3749be113371e411d90803aa77a5ba19790d3766dae43af58a107680acc04870b30670fd53d4ce239de8d15dd79571cadfb
 SHA512 
767f156c85bd901e6e672439c2bf7fdfe60e4f7b088ca89f8787179e57b42904c92749ca8bd79c1e4319ec998e0e3f6bd6f13ed679be1f5240041f797657eb36
-DIST vala-0.40.22.tar.xz 3458916 BLAKE2B 
3a9516ea22f550ad4ee0bacb15c77be1f8fa971725cad30fb97ec6939c604406881ca6b2e981e6ed99a8cf6218bd55f54aff6b06e074bc09089d01c554ab817f
 SHA512 
913af4725ff56f330815fc76ac4bf7f7fb28182fe2764db1b9da5d2452dd264df071f84f62eef6c56719ef4abe595d88ba5d89c0fea15d9e1835e0fdb23668ce
 DIST vala-0.40.23.tar.xz 3462092 BLAKE2B 
49eb5f7205d59b0806e807fc0f99771ace4d188222be60f12ef2f503bf8da9116ee7eedb742a6e50400655ae86d1eeb383f3b8ac1832e82f2787b0162c2a4dc2
 SHA512 
9d5638d44d8a42124fefd02b66454d19cc5d24291ec1525e1fd9c1c8df814d55d2bdc6f5be0168639a8712766cb4828abf3ae70ebfc9e0a72393dd584c25853d
 DIST vala-0.44.11.tar.xz 3370248 BLAKE2B 
c111b6175e6339148e30bedc77f62a9ef3ec912ad0621c9303fc5dba31694173b49ccc433d3681303d64a1e442ed9b7b064f27931369cb13fa028bfc25ffa3c9
 SHA512 
6111699039ed37084426d7603b82dfa9bd497c66ba7353ee22e8541bf15a2cbb634d315593c093f18c20bac877ae34884e5b570cd25237ce12aa73e941c4c540
 DIST vala-0.46.10.tar.xz 3417400 BLAKE2B 
2f78de3e198f994a148e7ed4c82ef2417b70c19af3ce1874ee80aa7d0160691a50db24ad4898a04520e91d67a41bb508d3854ac2f4d90d2507a5a6558854716c
 SHA512 
ae3734036f6a1b7088bac45083b75a49eee76947219f530493f81aa4ee60807cfa5424cf1b982d8d8f28f56119d66f06a9150b67884d80dd4b6724e152e32e62
 DIST vala-0.46.7.tar.xz 3402828 BLAKE2B 
c028875e2c6036a6657244bff62d3a2eec2104c06ec3c993f4d59371f2ec7947cfd36f577d41a2c4ba52f6dd7fb03251cad989e3b2787e2817bd988cc16030ca
 SHA512 
609694c2b773abdd8f47d0e9dd8e1dabac2053f7e0321eac7232b3931b15df30e095541dbb02965fc74f3a29b7562b7a326c56ce7c570e6528f8cfa480363c76
-DIST vala-0.46.9.tar.xz 3413264 BLAKE2B 
6bc14f9316b3d5a2c81b0fbaed48ca85ffec37c616746b1bf432c883838097938e13931d06efc1e4abd027441e31fe73b2e76ba9b578ea33948f4dbe38a18bf2
 SHA512 
64ce902a15de9a477d50e3b0a0f64007c1acea7ad620ad224ed49cecbb029ebf8c9fcd79df6f0c64f46c0fd25cbf34f94be145a937460329dc9c38087073f240
-DIST vala-0.48.5.tar.xz 3445096 BLAKE2B 
a41fd6b5b06526eb1a743c2e8681b4e3891b19a24213669f28407f9e8e29c3aa1a077458558491e0af05aed5659a7a6d4a0a18d711465d9c936e719245b944b1
 SHA512 
129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
 DIST vala-0.48.6.tar.xz 3451004 BLAKE2B 
9c880cff885b934e1d82d21285839e040addecb0b3ce81936d5be118a951bd219eea2b8381ea42f13e6e858a1937a3789a3dee6d067735e5ee21eaced38b4646
 SHA512 
220a916d42cbae3853afdd7c35a72afb446a92fca039d8c660a478fd793686a0c82cbaf90a7c94ae182c1f41eec6df1aedb804013ab38e6e4bcc6d26e40e5375

diff --git a/dev-lang/vala/vala-0.40.22.ebuild 
b/dev-lang/vala/vala-0.40.22.ebuild
deleted file mode 100644
index 661aaba4756..000
--- a/dev-lang/vala/vala-0.40.22.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2
-
-DESCRIPTION="Compiler for the GObject type system"
-HOMEPAGE="https://wiki.gnome.org/Projects/Vala;
-
-LICENSE="LGPL-2.1"
-SLOT="0.40"

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

2020-06-02 Thread Aaron Bauman
commit: d51c9fb656d1359450da88a91aff3566de3d8aff
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Jun  2 21:37:38 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Jun  2 21:37:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51c9fb6

profiles/package.mask: mask app-misc/webcomics-collector

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5c6f7b35937..507aba2da79 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Aaron Bauman  (2020-06-02)
+# py2 only. dead upstream. m-n.
+# Masked for removal in 30 days
+app-misc/webcomics-collector
+
 # Andreas Sturmlechner  (2020-06-02)
 # libgnomeui revdeps with no sign of upstream porting away or doing anything.
 # No maintainer. Bugs #726826, #726822. Masked for removal in 30 days.



[gentoo-commits] proj/netifrc:master commit in: doc/

2020-06-02 Thread Robin H. Johnson
commit: 51a7c4fae619a05b8f179f5f03b3e8a556df7205
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jun  2 21:35:31 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun  2 21:35:31 2020 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=51a7c4fa

doc/net.example.Linux: document !wireless better

Users that used layer2 wireless configuration external to netifrc and
had previously configured netifrc with:
`modules="!iwconfig !wpa_supplicant"`
were surprised by the introduction of the iw & iwd modules, because the
modules tries to auto-configure the wireless interfaces.

Document that `modules="!wireless"` is a better configuration knob for
this situation.

Bug: https://bugs.gentoo.org/717226
Signed-off-by: Robin H. Johnson  gentoo.org>

 doc/net.example.Linux.in | 21 -
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index 53d9e84..4fc603b 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -43,8 +43,20 @@
 # You can also specify which modules not to use - for example you may be
 # using a supplicant or linux-wlan-ng to control wireless configuration but
 # you still want to configure network settings per SSID associated with.
-#modules="!iwconfig !wpa_supplicant"
-# IMPORTANT: If you need the above, please disable modules in that order
+#
+# A common case here may be using hostapd or other external configuration of
+# the wireless hardware at layer 2, but leaving netifrc to configure the layer
+# 3 networking
+#
+# Best practice for this situation is to disable ALL netifrc wireless modules:
+#modules="!wireless"
+#
+# This supersedes older cases where each module was disabled seperately:
+# If new modules are introduced that provide wireless support, they may be used
+# automatically otherwise, causing situations like
+# https://bugs.gentoo.org/717226
+# Do not use a line like this anymore:
+#modules="!iwconfig !wpa_supplicant !iw !iwd"
 
 
 ##
@@ -435,9 +447,8 @@
 # won't have associated then)
 
 # If you're using anything else to configure wireless on your interface AND
-# you have installed wpa_supplicant, you need to disable wpa_supplicant
-#modules="!iwconfig !wpa_supplicant"
-#or
+# you have installed wpa_supplicant, you need to disable wpa_supplicant.
+# Please see the note about hostapd in the MODULES section.
 #modules="!wireless"
 
 ##



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

2020-06-02 Thread Jeroen Roovers
commit: e65f5af5552a2226f8a1e50f956aa921c5ecde96
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jun  2 21:29:36 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jun  2 21:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65f5af5

net-libs/nodejs: Version 14.4.0

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Bug: https://bugs.gentoo.org/show_bug.cgi?id=726836
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/Manifest |   1 +
 net-libs/nodejs/nodejs-14.4.0.ebuild | 200 +++
 2 files changed, 201 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 12eae07b4e2..8d981ed4a3d 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -6,4 +6,5 @@ DIST node-v12.16.3.tar.xz 23682432 BLAKE2B 
91b97c0de9c76f33d080f3f12a42a15140be6
 DIST node-v12.17.0.tar.xz 23702040 BLAKE2B 
4b35c6f7a3c16a7b737bc5b71f075fe6c66c9c4a5cd3ee240a0c1af9cfd4e10c61520d0489169a74354734083b7f7c68b97eefaa6f40e3320ec5b0126d36169f
 SHA512 
0fc8483c6ae8994ff4f4b2465f1b8b1d3c620c90222fb270fe3d317d967294cc9e6bdcc50277fbe0ab28cb3ce9e73ec122c19adf8a686ecc95de3268b82ca4f7
 DIST node-v14.2.0.tar.xz 32884616 BLAKE2B 
7bcb07cb7623c5e08c20267c320cdf23ad110f124c5ad1f2447ef8b76ab8dc44ed50dab7c5651424d9d3a36f7eeecdf3292b07c02cb2e22c3fbe4ed633c4b842
 SHA512 
47e5ec0b7a207082d43419a7e0a6ea9242ec43b4d7c2217eb66d0b45e2f4d5cb561b3f6fe35fdc41a8be95c182dc122ba262f696ebd12833596d71b372ec85d2
 DIST node-v14.3.0.tar.xz 32985344 BLAKE2B 
32ee357e109484422c3b22423ab9a593cd5d4611073c820f90c196dae4df2860573cdd06170879f675b738b01885eb2fe0f25c2328841838bf9367324cc981a7
 SHA512 
3afcc430bad57150baa8d1c0e5ef0f64691ef6549a052be654a86313fe28f31e7fdfeea4d2b3993798a7141bc6d7b1642747d1bc2636139e2f2fd79441580148
+DIST node-v14.4.0.tar.xz 33005312 BLAKE2B 
bc1462d897e24a6b842e6f8146971866c73b54ff5383d76cfc5728a73e2c135d28ced068744174b3fb5af4a6ec05ef1f115ea51c2d65517cbe18e1d733460d04
 SHA512 
f1a7c788a8a149b942ec2b90a4314baaa5355c381029eda45002728ce7209925c016323b0ec1e0dfe2359fddb24f494df125805d0d266b738a333dcddb3f59c3
 DIST node-v8.12.0.tar.xz 18310452 BLAKE2B 
79634fc57cd76a97e72bab4be37da91d5eff4d13cdaa2b48e83f013885fa3590ba4a28378baf036ed26b7304bf234753d1d4014f72571496f5bb6cd5b221e5f0
 SHA512 
665d2dba287d78bcd723d7b4d00a6897fb996f4aa69a541e010a3dfeb2614257892117fcce7123966b1ecaddc9269a6667e0e262df693baea1f476c96de55c42

diff --git a/net-libs/nodejs/nodejs-14.4.0.ebuild 
b/net-libs/nodejs/nodejs-14.4.0.ebuild
new file mode 100644
index 000..1d198e35d08
--- /dev/null
+++ b/net-libs/nodejs/nodejs-14.4.0.ebuild
@@ -0,0 +1,200 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="
+   https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz
+"
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm pax_kernel +snapshot 
+ssl +system-ssl systemtap test"
+REQUIRED_USE="
+   inspector? ( icu ssl )
+   npm? ( ssl )
+   system-ssl? ( ssl )
+"
+
+RDEPEND="
+   >=dev-libs/libuv-1.37.0:=
+   >=net-dns/c-ares-1.16.0
+   >=net-libs/nghttp2-1.41.0
+   sys-libs/zlib
+   icu? ( >=dev-libs/icu-65:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+   pax_kernel? ( sys-apps/elfix )
+"
+DEPEND="
+   ${RDEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
+)
+RESTRICT="test"
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+
+   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
+   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
+}
+
+src_prepare() {
+   tc-export CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # less verbose install output (stating the same as portage, basically)
+   sed -i -e "/print/d" tools/install.py || die
+
+   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
+   local LIBDIR=$(get_libdir)
+   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
+   sed -i -e "s/'lib'/'${LIBDIR}'/" 

[gentoo-commits] proj/netifrc:master commit in: init.d/, doc/, net/

2020-06-02 Thread Robin H. Johnson
commit: d3b5d78c5f3696aaf841d7900e69a37de29cfc25
Author: Daniel Solano Gómez  solanogomez  org>
AuthorDate: Sat Apr  6 00:13:12 2013 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun  2 21:24:24 2020 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=d3b5d78c

dhclientv6: Add DHCPv6 support via dhclient

This adds DHCPv6 support to OpenRC in Linux using dhclient as outlined
by Stuart Longland at 
.
The main place where the new support is added is via a modified copy of
the dhclient.sh script that:

- Renames functions using a 'v6' suffix
- Uses a different pid file
- Uses the '-6' argument when invoking dhclient
- Recognizes new DHCPv6-specific configuration variables with a fallback
  to the DHCP configuration variables.

Additionally:

1. The iproute2 and Linux ifconfig scripts have been ammended to be able
to return IPv6 addresses using new '_get_inet6_address' and
'_get_inet6_addresses' functions.

2. The 'net.lo' init script now has a '_show_address6' function.

3. The documentation in the Linux net.example now contains some DHCPv6
information.

Reported-by: Dustin C. Hatch  gmail.com>
X-Gentoo-Bug: 150908
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=150908
Signed-off-by: Robin H. Johnson  gentoo.org>
(cherry picked from commit bd7bd3a513c8ddc554e211316c990b5f98110982)
Closes: https://bugs.gentoo.org/450326
Signed-off-by: Robin H. Johnson  gentoo.org>

 doc/net.example.Linux.in | 35 +
 init.d/net.lo.in |  4 +++
 net/Makefile |  2 +-
 net/dhclientv6.sh| 82 
 net/ifconfig.sh.Linux.in | 26 +--
 net/iproute2.sh  | 19 +--
 6 files changed, 162 insertions(+), 6 deletions(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index a2993c0..53d9e84 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -518,6 +518,41 @@
 # You can use any combination of the above options - the default is not to
 # use any of them.
 
+#-
+# DHCPv6
+# DHCPv6 can be provided by dhclient
+#
+# dhclient: emerge net-misc/dhcp
+#
+# If you have more than one DHCP client installed, you should probably
+# explicitly use 'dhclient' to use dhclient for both DHCP and DHCPv6,
+# otherwise the default DHCP client will be used.  dhcpcd has some stateless
+# IPv6 autoconfiguration support which may clash with DHCPv6.
+#modules="dhclient" # to select dhclient over dhcpcd
+
+# Regardless of which DHCP client you prefer, you configure them the
+# same way using one of following depending on which interface modules
+# you're using.
+#config_eth0="dhcpv6"
+
+# You can also use both DHCP and DHCPv6 on a dual-stack network:
+#config_eth0="dhcp
+#dhcpv6"
+
+# To pass runtime arguments to dhclient for DHCPv6, you do it similarly to
+# setting runtime arguments for DHCP.  Note that you can set options for
+# DHCPv6 separately or in addition the dhclient arguments for DHCP.
+#dhclientv6_eth0="..." # options for DHCPv6 only
+#dhclient_eth0='..."   # options for DHCP (also for DHCPv6 when no
+#  # dhclientv6_eth0 is defined)
+
+# GENERIC DHCPv6 OPTIONS
+# Set generic DHCPv6 options just as with generic DHCP options.
+#dhcpv6_eth0="release nodns nontp nonis nogateway nosendhost"
+
+# If no generic DHCPv6 options are set, the default is to fall back to the
+# DHCP generic options.
+
 #-
 # For APIPA support, emerge net-misc/iputils or net-analyzer/arping
 

diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index a5ac0fe..3ab83b2 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -295,6 +295,10 @@ _get_errorhandler_behavior() {
echo "$value" && break
fi
done
+
+_show_address6()
+{
+   einfo "received address $(_get_inet6_address "${IFACE}")"
 }
 
 # Basically sorts our modules into order and saves the list

diff --git a/net/Makefile b/net/Makefile
index dab94f9..ee48294 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -14,7 +14,7 @@ INC-Linux=adsl.sh apipa.sh arping.sh bonding.sh 
br2684ctl.sh bridge.sh \
ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh 
\
ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh 
udhcpc.sh \
vlan.sh macvlan.sh ip6rd.sh firewalld.sh dummy.sh hsr.sh 
l2tp.sh \
-   iw.sh wireguard.sh veth.sh
+   iw.sh wireguard.sh veth.sh dhclientv6.sh
 
 SRCS-NetBSD= ifwatchd.sh.in
 INC-NetBSD=ifwatchd.sh

diff --git a/net/dhclientv6.sh b/net/dhclientv6.sh
new file mode 100644
index 000..f87ed4d
--- /dev/null
+++ b/net/dhclientv6.sh
@@ -0,0 +1,82 @@
+# Copyright (c) 2007-2008 Roy Marples 
+# Released under the 2-clause BSD license.
+

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

2020-06-02 Thread Sergei Trofimovich
commit: c262c05eab98c84c0358efb417b090a2a5fe9e3f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  2 20:27:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  2 21:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c262c05e

dev-python/pytest-shutil: stable 1.7.0 for sparc, bug #726586

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

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

diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild 
b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
index 0b738d3db8d..9823bdbed0b 100644
--- a/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
+++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-02 Thread Sergei Trofimovich
commit: 7daf6855badff1b303a17f75e5f99486a3a02969
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  2 20:22:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  2 21:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf6855

dev-python/twisted: stable 19.10.0 for hppa, bug #705488

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

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

diff --git a/dev-python/twisted/twisted-19.10.0.ebuild 
b/dev-python/twisted/twisted-19.10.0.ebuild
index 720e3b98f64..f5be6c1d466 100644
--- a/dev-python/twisted/twisted-19.10.0.ebuild
+++ b/dev-python/twisted/twisted-19.10.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="${SRC_URI}/${TWISTED_RELEASE}/${TWISTED_P}.tar.bz2
https://dev.gentoo.org/~mgorny/dist/twisted-regen-cache.gz;
 S=${WORKDIR}/${TWISTED_P}
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 
 LICENSE="MIT"
 SLOT="0"



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

2020-06-02 Thread Sergei Trofimovich
commit: bd8f77939a607411e41cb4d69015dc5936de60f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  2 20:18:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  2 21:20:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8f7793

dev-python/pytest-virtualenv: stable 1.7.0 for sparc, bug #726586

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

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

diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild 
b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
index 0a6a855ae23..5dc6df9f2e1 100644
--- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
+++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]



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

2020-06-02 Thread Sergei Trofimovich
commit: 0e0e48788aca76af04aaa6ca03262b11e580bd1d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jun  2 20:20:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  2 21:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0e4878

dev-python/termcolor: stable 1.1.0-r2 for sparc, bug #726586

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

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

diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild 
b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index 0b9b86a5da2..3d8d5360b31 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 
 # no tests...
 RESTRICT="test"



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

2020-06-02 Thread Thomas Deutschmann
commit: 4946862591fca24d3bcde8817205809b2a0e9658
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  2 20:52:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  2 20:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49468625

www-servers/nginx: downgrade HTTP LUA module

Bug: https://bugs.gentoo.org/726728
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-servers/nginx/Manifest| 1 -
 www-servers/nginx/{nginx-1.19.0.ebuild => nginx-1.19.0-r1.ebuild} | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest
index 2365b9621d9..6812c9900f4 100644
--- a/www-servers/nginx/Manifest
+++ b/www-servers/nginx/Manifest
@@ -14,7 +14,6 @@ DIST ngx_http_fancyindex-0.4.4.tar.gz 26292 BLAKE2B 
a1ed76cb31cd4f7a349bcbe63d75
 DIST ngx_http_geoip2_module-3.3.tar.gz 8509 BLAKE2B 
4841e1bdd13b9b85f34732d1eb7447638f62bb09e1bd480da0fa8b0085d3b2d90a740732ef534c355feb71d7db613c73f68a4e6e3624b47a0937be046dfa1f8d
 SHA512 
06963b598c54e22d75ce837fb222f5aa6c9494c29e558ff46f1205d7159fc305414bfac4ed3288c836dcbf7628d92f26458e1992d34fc2f4b73275a32847bdc0
 DIST ngx_http_headers_more-0.33.tar.gz 28130 BLAKE2B 
fe3097a7700ce5da087058f7bb44c95164b75137031187400473f6833bf0e33e5c4920807225a6ff94174fe7dbd6186cca176a33a629ca0911faab6804bdd12a
 SHA512 
13165b1b8d4be281b8bd2404fa48d456013d560bace094c81da08a35dc6a4f025a809a3ae3a42be6bbf67abbcbe41e0730aba06f905220f3baeb01e1192a7d37
 DIST ngx_http_lua-0.10.15.tar.gz 655110 BLAKE2B 
73bf8e2f157c93f3d4e54b5aa63deb266731a10e3e48b2257756efee8d752e86440ca9c27bd27bc1d90075a5ffb58772eecb7c445db44cd055d2b9e0b4bac082
 SHA512 
1feea538464275e6e571860592628ad639b2259c8aab7f38575b81c0b355f1ade32a91643267bc9ec16519e3bcf3d132511513dc8c949f74a3bff975c85d8ff7
-DIST ngx_http_lua-0.10.16rc5.tar.gz 646734 BLAKE2B 
a122bd16999fa45303dc9a860a992c22c31ad64f56df5ab9f90274b91a1c073cbb29e29a1befc347a11f1024926b51ee5f1cac154beff63359beeaafbc5b0fe3
 SHA512 
da98161be84a4f829cb105ee46e5c1e3c91d2d3b473b0bee26fb1c4dec00137c814f37996b83e52d898ec1ff43e3bd5178b1621cb6e3ec6bc1629896ac6e7110
 DIST ngx_http_naxsi-0.56.tar.gz 192120 BLAKE2B 
cdbfc278f346ccdc0d5407d70ddd4740816d9fe786d3d65189d47e6f3b030c02352a30ed86bf1650139a21a8408e74c1ec7d7aa3512df1428870279ab384dd15
 SHA512 
4660751849bce303af6010b7257532404710106a94817e78d4bc4b566f8019620f24f30207f1d4366b88132a5124e34b164dc67ed80b6710f4bad66115564cbd
 DIST ngx_http_push_stream-0.5.4.tar.gz 183493 BLAKE2B 
ccae3113071cee38fa6a7accd580922dc2fc9fa22af737f400c2c5f59352d93ca6cceb47f2aee70dfc111afdf98d27aeb64ddc5a4dbf617359ea4da09486ac7f
 SHA512 
467ae49409adb675979ff591f98df8c96d71ab5ebc2ef9b3c9430e38e7e84d311b4a98c2b1cb1886d895735223dd2a43370aab61b57b34adb1427c184e6b8c86
 DIST ngx_http_slowfs_cache-1.10.tar.gz 11809 BLAKE2B 
54ec1bd0d1cc43cdaafc93ebd46b33374c57351c7f022eae0351d6961680abb03d896e7f058e67c43c4fee300253354feccb92d00e62bf91250e251e1860ec03
 SHA512 
fbc9609a8d6913aeefe535f206b9e53477503f131934ead2ae5a6169e395af2f5fb54778704824d5eeb22a4ef40a11ebbcde580db62a631f70edcc2cfc06b15d

diff --git a/www-servers/nginx/nginx-1.19.0.ebuild 
b/www-servers/nginx/nginx-1.19.0-r1.ebuild
similarity index 99%
rename from www-servers/nginx/nginx-1.19.0.ebuild
rename to www-servers/nginx/nginx-1.19.0-r1.ebuild
index ab215dc844a..fafd960ce17 100644
--- a/www-servers/nginx/nginx-1.19.0.ebuild
+++ b/www-servers/nginx/nginx-1.19.0-r1.ebuild
@@ -59,7 +59,7 @@ 
HTTP_FANCYINDEX_MODULE_URI="https://github.com/aperezdc/ngx-fancyindex/archive/v
 
HTTP_FANCYINDEX_MODULE_WD="${WORKDIR}/ngx-fancyindex-${HTTP_FANCYINDEX_MODULE_PV}"
 
 # http_lua (https://github.com/openresty/lua-nginx-module, BSD license)
-HTTP_LUA_MODULE_PV="0.10.16rc5"
+HTTP_LUA_MODULE_PV="0.10.15"
 HTTP_LUA_MODULE_P="ngx_http_lua-${HTTP_LUA_MODULE_PV}"
 
HTTP_LUA_MODULE_URI="https://github.com/openresty/lua-nginx-module/archive/v${HTTP_LUA_MODULE_PV}.tar.gz;
 HTTP_LUA_MODULE_WD="${WORKDIR}/lua-nginx-module-${HTTP_LUA_MODULE_PV}"



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

2020-06-02 Thread Lars Wendler
commit: 83969940dab82d3e44003f659eaec0a4668bcb45
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jun  2 20:45:07 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jun  2 20:45:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83969940

net-libs/nghttp2: Security bump to version 1.41.0

Bug: https://bugs.gentoo.org/726834
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 net-libs/nghttp2/Manifest  |  1 +
 net-libs/nghttp2/nghttp2-1.41.0.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 54a08ac5870..c24d0d79ce5 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1 +1,2 @@
 DIST nghttp2-1.40.0.tar.xz 1637004 BLAKE2B 
7735ba06cd0655450a6379ea33cc79e557f73b5b4b2ba746564a53e6c305aa656b62da7c3b00dbb70472dffc471271f73af0bcbfadab99406d217d1989ad052a
 SHA512 
3f9b989c4bd9571b11bb9d59fe2dfd5596ba3962babfc836587d5047e780400a6cf46e43c602caa25ca83c03b84a1629953140d45223099b193df54a719745ce
+DIST nghttp2-1.41.0.tar.xz 1640712 BLAKE2B 
8dbd5f80bb9617d792e2eece09f6cae82907ad3a14a90084578b213191015c32ac38de87d9a39246651087b5d0e9c6c624ff806a0690973b5faa8624ee033d8f
 SHA512 
c92e8022ccc876fa311f21bc5bf5af75feff8232efb56a4b2ab198031e974d15b67c16c046188cc76552f75a1b2e7115925d6ce1e42d6f94ae482fe69727466d

diff --git a/net-libs/nghttp2/nghttp2-1.41.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
new file mode 100644
index 000..a740e69ea79
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.41.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# TODO: Add python support.
+
+EAPI=7
+
+inherit multilib-minimal
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git;
+   inherit autotools git-r3
+else
+   
SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+IUSE="cxx debug hpack-tools jemalloc libressl static-libs test +threads utils 
xml"
+
+RESTRICT="!test? ( test )"
+
+SSL_DEPEND="
+   !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist,${MULTILIB_USEDEP}] )
+   libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+"
+RDEPEND="
+   cxx? (
+   ${SSL_DEPEND}
+   dev-libs/boost:=[${MULTILIB_USEDEP},threads]
+   )
+   hpack-tools? ( >=dev-libs/jansson-2.5 )
+   jemalloc? ( dev-libs/jemalloc[${MULTILIB_USEDEP}] )
+   utils? (
+   ${SSL_DEPEND}
+   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   net-dns/c-ares:=[${MULTILIB_USEDEP}]
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-examples
+   --disable-failmalloc
+   --disable-python-bindings
+   --disable-werror
+   --without-cython
+   $(use_enable cxx asio-lib)
+   $(use_enable debug)
+   $(multilib_native_use_enable hpack-tools)
+   $(use_enable static-libs static)
+   $(use_enable threads)
+   $(multilib_native_use_enable utils app)
+   $(multilib_native_use_with jemalloc)
+   $(multilib_native_use_with xml libxml2)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   if ! use static-libs ; then
+   find "${ED}"/usr -name '*.la' -delete || die
+   fi
+}



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

2020-06-02 Thread Richard Freeman
commit: 6c3a2174fcbb4f2fd9dc18d2128cb19a9146da01
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun  2 20:32:54 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun  2 20:32:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3a2174

app-backup/duplicity: remove old versions

In particular, those with python migration issues...

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

 app-backup/duplicity/Manifest  |  2 -
 app-backup/duplicity/duplicity-0.8.09-r1.ebuild| 50 --
 .../duplicity/duplicity-0.8.11.1596-r1.ebuild  | 50 --
 app-backup/duplicity/duplicity-0.8.11.1596.ebuild  | 50 --
 app-backup/duplicity/duplicity-0.8.12.1612.ebuild  | 50 --
 5 files changed, 202 deletions(-)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 8381ff36811..cf9b876454e 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,4 +1,2 @@
-DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
-DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
 DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 
6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643
 SHA512 
eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951
 DIST duplicity-0.8.13.tar.gz 1463564 BLAKE2B 
31037b0a27e043937f80ee91939793e304c0f7b1c96ee4bc9fe7c06dde69f374a718028d9ae4a98cfd7f866af72e5ed0a8f679319a73428207a99961961e8d2d
 SHA512 
71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75

diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
deleted file mode 100644
index 6507cb77f9b..000
--- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( 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}]
-   dev-python/future[${PYTHON_USEDEP}]
-   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-docs.patch"
-)
-
-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."
-}

diff --git a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild 
b/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
deleted file mode 100644
index 3f789257f08..000
--- a/app-backup/duplicity/duplicity-0.8.11.1596-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
-
-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/$(ver_cut 
1-3)/+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}]
- 

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

2020-06-02 Thread Richard Freeman
commit: c8d81a2cce37e50194548bd990540b2cc0eeec82
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun  2 20:31:53 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun  2 20:31:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d81a2c

app-backup/duplicity: bump

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

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.13.ebuild   | 50 ++
 .../files/duplicity-0.8.13-fix-docs-cmd.patch  | 29 +
 3 files changed, 80 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index 496cf40ae17..8381ff36811 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,3 +1,4 @@
 DIST duplicity-0.8.09.tar.gz 1856764 BLAKE2B 
b5d0dd3270c237694000dc36a65a4293c43264edf933a195692d2847d008a898d5cf95c0b21b285503023ef8885278485cebabc2d2b7094ae65e13d277c80e5a
 SHA512 
e4045a1c1adbf0927ee5325f02b79e7c0b38034080be4b563f20f1af593c8c1943a772fe7f212730e60f7c7cee93756426fe769a62050d42651fd1af7f6ba50a
 DIST duplicity-0.8.11.1596.tar.gz 1872223 BLAKE2B 
ad3ee2536731d1a6e8fb3fd87bb69b8ce8b43bb90688fe957cfb2718ad44f57db98c3aec4805356a7d44bea681f6ec9603aa082dbf86e58684fbe8000d1676b5
 SHA512 
67940d73d8213559ba88ec21e1326aca0dd065888cbf2e3c68f0f515ba9246100fd6e6d0bd1f12cb678702559f2266b7905931506d2ff6fe6fd35c673593479b
 DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 
6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643
 SHA512 
eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951
+DIST duplicity-0.8.13.tar.gz 1463564 BLAKE2B 
31037b0a27e043937f80ee91939793e304c0f7b1c96ee4bc9fe7c06dde69f374a718028d9ae4a98cfd7f866af72e5ed0a8f679319a73428207a99961961e8d2d
 SHA512 
71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75

diff --git a/app-backup/duplicity/duplicity-0.8.13.ebuild 
b/app-backup/duplicity/duplicity-0.8.13.ebuild
new file mode 100644
index 000..d63a2b17069
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.13.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 
1-3)/+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}]
+   dev-python/future[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-docs-cmd.patch"
+)
+
+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."
+}

diff --git a/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
new file mode 100644
index 000..23b31e23fc0
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.13-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.13/setup.py  2020-06-02 16:19:25.127576334 -0400
 duplicity-0.8.13/setup.py  2020-06-02 16:20:33.730535892 -0400
+@@ -89,18 +89,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG',
+-u'Changelog.GNU',
+-u'COPYING',
+-u'README',
+-u'README-LOG',
+-u'README-REPO',
+-u'README-TESTING',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -319,7 +307,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BSCommand,
+ u"install": InstallCommand,
+ u"sdist": SdistCommand,
+ u"test": TestCommand,



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

2020-06-02 Thread Michał Górny
commit: b3a6f02f6c056f6f026f04cfdfa2f131cbc76cde
Author: ET-8  emiliatrollros  se>
AuthorDate: Tue Jun  2 13:32:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 20:29:42 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b3a6f02f

repositories: Add glarbs-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/281
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 62435c1..4b4d4ed 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1965,6 +1965,18 @@
 
 https://gitlab.awesome-it.de/overlays/gitlab.git
   
+  
+glarbs-overlay
+A Gentoo overlay used by GLARBS.
+Ett Gentoo överlägg som används av 
GLARBS.
+https://wiki.gentoo.org/wiki/User:Et-8/GLARBS
+
+  e...@emiliatrollros.se
+  Emilia Trollros
+
+https://gitlab.com/et-8/glarbs-overlay.git
+https://gitlab.com/et-8/glarbs-overlay/commits/master.atom
+  
   
 glicOne
 glicOne Overlay with non existing in layman 
utils



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

2020-06-02 Thread Andreas Sturmlechner
commit: 10fd86cff2ecb07d3349f5bbd3a34190942a52d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 19:18:55 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 19:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fd86cf

profiles: Mask app-misc/cbrpager and app-misc/ignuit for removal

Bug: https://bugs.gentoo.org/726822
Bug: https://bugs.gentoo.org/726826
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fc7c7211763..5c6f7b35937 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (2020-06-02)
+# libgnomeui revdeps with no sign of upstream porting away or doing anything.
+# No maintainer. Bugs #726826, #726822. Masked for removal in 30 days.
+app-misc/cbrpager
+app-misc/ignuit
+
 # Joonas Niilola  (2020-06-02)
 # Last snapshot is from 2+ years ago, which doesn't build. Latest 
 # upstream commit won't build with in-tree efl versions. Has a bug 



[gentoo-commits] proj/portage:prefix commit in: /

2020-06-02 Thread Fabian Groffen
commit: e8b395c0fdfdf896fb6d3168dd1cf9a130b20796
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jun  2 18:54:23 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jun  2 18:54:23 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e8b395c0

Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix

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

 .travis.yml|   7 +-
 MANIFEST.in|   5 +
 NEWS   |  17 +
 RELEASE-NOTES  | 122 +
 bin/ebuild-helpers/dosym   |  13 +-
 bin/ecompress  |  16 +-
 bin/isolated-functions.sh  |   4 +-
 bin/misc-functions.sh  |  12 +-
 bin/phase-functions.sh |   4 -
 bin/phase-helpers.sh   |  10 +-
 bin/socks5-server.py   |  36 +-
 cnf/make.globals   |   9 +-
 doc/api/.gitignore |   1 +
 doc/api/Makefile   |  32 ++
 doc/api/conf.py|  66 +++
 doc/api/index.rst  |  18 +
 doc/qa.docbook |  98 
 lib/_emerge/AbstractEbuildProcess.py   |   2 +-
 lib/_emerge/AbstractPollTask.py|   3 -
 lib/_emerge/AsynchronousTask.py|  75 +--
 lib/_emerge/CompositeTask.py   |   7 +-
 lib/_emerge/EbuildFetcher.py   |  12 +-
 lib/_emerge/EbuildMetadataPhase.py |   3 +-
 lib/_emerge/EbuildPhase.py |  66 ++-
 lib/_emerge/FifoIpcDaemon.py   |   3 -
 lib/_emerge/Scheduler.py   |  43 +-
 lib/_emerge/SequentialTaskQueue.py |  19 +-
 lib/_emerge/SubProcess.py  |  15 +-
 lib/_emerge/actions.py |  40 +-
 lib/_emerge/create_world_atom.py   |  11 +-
 lib/_emerge/depgraph.py|  65 ++-
 lib/portage/_compat_upgrade/binpkg_compression.py  |  40 ++
 lib/portage/_emirrordist/FetchTask.py  |   9 -
 lib/portage/_selinux.py|   9 +-
 lib/portage/cache/ebuild_xattr.py  |   5 +-
 lib/portage/cache/template.py  |   2 +-
 lib/portage/const.py   |   1 +
 lib/portage/data.py|  10 -
 lib/portage/dbapi/cpv_expand.py|   4 +-
 lib/portage/dbapi/porttree.py  |   9 +-
 lib/portage/dbapi/vartree.py   |   9 +-
 lib/portage/dep/dep_check.py   |  93 ++--
 lib/portage/dep/soname/SonameAtom.py   |   9 +-
 lib/portage/dispatch_conf.py   |   9 -
 lib/portage/emaint/modules/sync/sync.py|   2 +-
 lib/portage/locks.py   |  67 ++-
 .../package/ebuild/_config/KeywordsManager.py  |  16 +-
 .../package/ebuild/_config/special_env_vars.py |   6 +-
 .../package/ebuild/deprecated_profile_check.py |   2 +-
 lib/portage/package/ebuild/doebuild.py |  41 +-
 lib/portage/package/ebuild/fetch.py| 148 --
 lib/portage/package/ebuild/prepare_build_dirs.py   |  21 +-
 lib/portage/process.py |  29 +-
 lib/portage/tests/dbapi/test_auxdb.py  |  77 +++
 lib/portage/tests/dep/test_soname_atom_pickle.py   |  26 +
 lib/portage/tests/ebuild/test_doebuild_spawn.py|   4 +-
 lib/portage/tests/emerge/test_simple.py|  69 ++-
 lib/portage/tests/locks/test_lock_nonblock.py  |  16 +-
 lib/portage/tests/resolver/ResolverPlayground.py   |  99 ++--
 .../tests/resolver/test_circular_choices.py|  44 +-
 lib/portage/tests/resolver/test_depth.py   |  18 +-
 lib/portage/tests/resolver/test_multirepo.py   |   8 +-
 lib/portage/tests/resolver/test_or_choices.py  | 572 +++--
 .../tests/resolver/test_or_upgrade_installed.py|  70 +++
 .../resolver/test_slot_operator_reverse_deps.py|  93 +++-
 .../tests/util/futures/test_compat_coroutine.py|  29 +-
 .../util/futures/test_done_callback_after_exit.py  |  44 ++
 lib/portage/util/__init__.py   |   8 -
 lib/portage/util/_async/AsyncFunction.py   |   5 +-
 lib/portage/util/_async/FileDigester.py|   5 +-
 lib/portage/util/_desktop_entry.py |   8 -
 lib/portage/util/_dyn_libs/LinkageMapELF.py|  84 ++-
 lib/portage/util/_dyn_libs/NeededEntry.py  |   5 +
 lib/portage/util/_dyn_libs/soname_deps_qa.py   |  98 
 

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

2020-06-02 Thread Matthew Thode
commit: 464e73f3011d1b085ac818a7fd97d7c32e4ca415
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:13:34 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464e73f3

dev-python/oslo-upgradecheck: 1.0.1 bump

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

 dev-python/oslo-upgradecheck/Manifest  |  1 +
 .../oslo-upgradecheck-1.0.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/oslo-upgradecheck/Manifest 
b/dev-python/oslo-upgradecheck/Manifest
index 3cd8fcdd2f3..e597b23466f 100644
--- a/dev-python/oslo-upgradecheck/Manifest
+++ b/dev-python/oslo-upgradecheck/Manifest
@@ -1 +1,2 @@
 DIST oslo-upgradecheck-0.2.1.tar.gz 14624 BLAKE2B 
0b6e397c67df12f3162f4f05334b775e05ec253f642d707a262901b90120eedeef73764c04620426e62031f953096cba975dc3e8dc7da3e091c7ac8f2d57
 SHA512 
26c771b3bc07b9d13fea6638330c785ef82781e794084088bbf46ec811a615e58123d5a42d17a9e31685308a4c1d2ccb7b839c32d9f454e3934d5fb625b73816
+DIST oslo-upgradecheck-1.0.1.tar.gz 15636 BLAKE2B 
1247658ae351e11b3320415cd66bb5831bd018bced2e0440dc882d4c945dc8544b063fb78e4b812d50c21ef7bde3eee30f8f12724d00077a32a05bb308c2
 SHA512 
92a8cfe51e4ddcdd7a1e8cab7296e7702a1389cbc9df17d0c5da133b21413efb5a650495d1b3bd2e2a58c376dd8c844e96ae20d2d56d387c29de635918a96d30

diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.0.1.ebuild 
b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.0.1.ebuild
new file mode 100644
index 000..c3202a21255
--- /dev/null
+++ b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.0.1.ebuild
@@ -0,0 +1,36 @@
+# 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
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo i18n library"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   

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

2020-06-02 Thread Matthew Thode
commit: f277954e0e305765699e53a571ae4a59cb8236ae
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:34:58 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f277954e

dev-python/oslo-middleware: 4.0.2 bump

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

 dev-python/oslo-middleware/Manifest|  1 +
 .../oslo-middleware/oslo-middleware-4.0.2.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/oslo-middleware/Manifest 
b/dev-python/oslo-middleware/Manifest
index 00abe66e722..b93a070c128 100644
--- a/dev-python/oslo-middleware/Manifest
+++ b/dev-python/oslo-middleware/Manifest
@@ -1 +1,2 @@
 DIST oslo.middleware-3.37.1.tar.gz 56354 BLAKE2B 
e9b119d2163c3949eb98b7580b4d5aa4a4427b9a8b3a841549f282358d8daefe62cc3f0588535c744aab7b77b44d38691316f50b9d60e5c974e3a0714a367699
 SHA512 
1864b2c25602ac7e27e2b080617f7af5f38083705735893dde744e7535d127d62ab0f29a0ef2575ec53af22969544d83e454bc5913b5719c4eb7d312764fa5c0
+DIST oslo.middleware-4.0.2.tar.gz 56678 BLAKE2B 
5e548f35eccb896447337317dc68d2294c6cf9a064c8cf938c205dbea47af11107d98efdfbfa1829dd2c4f74bd6a9ab51854cdb267321c1b80dc8f9f5ccdf3ee
 SHA512 
8be5fcd85b3afcd0115f4c700f7b2e8846d5b23f0e93765e2cf693b2e0f982a9a8feee6648e261e36890a8a57c28dc550d2d65e5ebc209a4e709b463e5f8ce04

diff --git a/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild 
b/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
new file mode 100644
index 000..6ad72d5e342
--- /dev/null
+++ b/dev-python/oslo-middleware/oslo-middleware-4.0.2.ebuild
@@ -0,0 +1,36 @@
+# 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="Components injected into wsgi pipelines to intercept 
request/response flows."
+HOMEPAGE="https://pypi.org/project/oslo.middleware/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
+S="${WORKDIR}/oslo.middleware-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+RESTRICT=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/statsd-3.2.1[${PYTHON_USEDEP}]
+"



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

2020-06-02 Thread Matthew Thode
commit: e1b04a5beb5bf668e913fd838a557d4702679dfb
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:32:12 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b04a5b

dev-python/oslo-log: 4.1.2 bump

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

 dev-python/oslo-log/Manifest  |  1 +
 dev-python/oslo-log/oslo-log-4.1.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/oslo-log/Manifest b/dev-python/oslo-log/Manifest
index aa1747a6192..784a708e528 100644
--- a/dev-python/oslo-log/Manifest
+++ b/dev-python/oslo-log/Manifest
@@ -1 +1,2 @@
 DIST oslo.log-3.44.1.tar.gz 87427 BLAKE2B 
225f855c2539557d4d673c23fd58618c669864ea3d5c13f6ffdfc64b4926fd33ec45b6730671b4fe70a105aee39adea63af88a735dabbd5fe9588afb1fd9e2dc
 SHA512 
b8c655bbe2e49b1d69ba7a68c9f115f012d75f0bc0fa1d5583d692b01e65dc17c956fc738cf8092ebb90ac9605c644989526fab4132f23ddef92835ff433e1ca
+DIST oslo.log-4.1.2.tar.gz 87095 BLAKE2B 
20dd69c5002f33c288c7c04818435076ffba112b91e0f5726cb32674f10e162e378bce221278428714aa827cee81253cc21bb0588934cd024b7948b349e60a76
 SHA512 
f34ed66bd289fc88420d02d67ce59b498274d44f43d20b53cef1369699d715ec9706a5f62b81de3005010de1e1fa4c36aa935ee72f81160a75cbda3596a0d167

diff --git a/dev-python/oslo-log/oslo-log-4.1.2.ebuild 
b/dev-python/oslo-log/oslo-log-4.1.2.ebuild
new file mode 100644
index 000..fa80b804fb4
--- /dev/null
+++ b/dev-python/oslo-log/oslo-log-4.1.2.ebuild
@@ -0,0 +1,40 @@
+# 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="OpenStack logging config library, configuration for all openstack 
projects."
+HOMEPAGE="https://pypi.org/project/oslo.log/ 
https://github.com/openstack/oslo.log;
+SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
+S="${WORKDIR}/oslo.log-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+CDEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.25.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
+   >=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-1.4[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests oslo_log/tests || die "Tests fail with ${EPYTHON}"
+}



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

2020-06-02 Thread Matthew Thode
commit: 62248b8db91138b4e41b2e165c9d8a9084d0b8a1
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:37:53 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62248b8d

dev-python/oslo-serialization: 3.1.1 bump

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

 dev-python/oslo-serialization/Manifest |  1 +
 .../oslo-serialization-3.1.1.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/oslo-serialization/Manifest 
b/dev-python/oslo-serialization/Manifest
index 578696e8b39..e18628a334a 100644
--- a/dev-python/oslo-serialization/Manifest
+++ b/dev-python/oslo-serialization/Manifest
@@ -1 +1,2 @@
 DIST oslo-serialization-2.28.2.tar.gz 30807 BLAKE2B 
ff0ee4d4215943d0fa419d0d0989c093812d354da6727f5e87a27ff0562baf5e3a22c781c686ce5156fcff065e03c7481bcf3e16041a2296366a1f297060eff5
 SHA512 
78305f20392348b73eca244464cd4167177cd82ea74597641ee9de60b51182e5e3d75e5d748fe2c39ddb322a08f2ee5044c846bc969022b738a0b89874451337
+DIST oslo-serialization-3.1.1.tar.gz 32180 BLAKE2B 
5ce0db206732430b2553b0eb01d5df717069a07370a20ef452b77e83ed95f1cd0542eac287ba28d4fd2a3f66541823c362a925e48a3ed175abdbab2c1aa5b2f2
 SHA512 
5a551c33a001eeb73213dac1b4e4bc50db2ceb7dc2f9881c07abbab05cc8ccfda4d73cc9bdc673e26628aaa05c3d66f9c76ba4eb370c851990f3614b33233a95

diff --git a/dev-python/oslo-serialization/oslo-serialization-3.1.1.ebuild 
b/dev-python/oslo-serialization/oslo-serialization-3.1.1.ebuild
new file mode 100644
index 000..2b721387653
--- /dev/null
+++ b/dev-python/oslo-serialization/oslo-serialization-3.1.1.ebuild
@@ -0,0 +1,40 @@
+# 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
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Serialization library"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   # allow useage of renamed msgpack
+   sed -i '/^msgpack/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2020-06-02 Thread Matthew Thode
commit: 67dda52cb2342d97219858128ae3514885a1964f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:05:40 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dda52c

dev-python/oslo-db: 8.1.0 bump

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

 dev-python/oslo-db/Manifest |  1 +
 dev-python/oslo-db/oslo-db-8.1.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/oslo-db/Manifest b/dev-python/oslo-db/Manifest
index c5dcbc768fe..ee80f28f3e2 100644
--- a/dev-python/oslo-db/Manifest
+++ b/dev-python/oslo-db/Manifest
@@ -1 +1,2 @@
 DIST oslo.db-4.45.0.tar.gz 172505 BLAKE2B 
b280daf94dcdcaa21051bb1c8d611199725b7ad9017225f16ef2ae7342941a6b2bd474b1598cdb54e301f5143c985f250ec1b1f64cddf2ac3cb71a03d9acf589
 SHA512 
f976ff2aab1e39ce253618ed5669ee0b824ada03073028a990899784d96378eb7c5a2476e1a60ab9afa5a30fd8e34c84b0545d63a7f3c522cad9c7423208b1ba
+DIST oslo.db-8.1.0.tar.gz 171252 BLAKE2B 
dbf6f580d95ce06f0ab4a50cf289765a2fa55459c56b89f079cbe93b319c1ebdd4287c47a7b69e0bff1ff91149f2dc9c7b8d90769f17cca26f42a2d0a69e46d6
 SHA512 
3070561990c630a26c936f787be1cacc7747b915bf01178624047551891c9e44b3d17a8d818bfac259d7083a8bbadba1859ade4a15821c00316bdb3860056208

diff --git a/dev-python/oslo-db/oslo-db-8.1.0.ebuild 
b/dev-python/oslo-db/oslo-db-8.1.0.ebuild
new file mode 100644
index 000..216614e84cb
--- /dev/null
+++ b/dev-python/oslo-db/oslo-db-8.1.0.ebuild
@@ -0,0 +1,52 @@
+# 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="OpenStack Common DB Code"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.db/oslo.db-${PV}.tar.gz"
+S="${WORKDIR}/oslo.db-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+sqlite mysql postgres"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/alembic-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.2.0[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.2.0[sqlite,${PYTHON_USEDEP}]
+   )
+   postgres? (
+   >=dev-python/psycopg-2.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.2.0[sqlite,${PYTHON_USEDEP}]
+   )
+   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^testresources/d' requirements.txt || die
+   sed -i '/^testscenarios/d' requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2020-06-02 Thread Matthew Thode
commit: 790f363906035be44ab62740405a6d55bc83675a
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:29:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790f3639

dev-python/oslo-versionedobjects: 2.0.2 bump

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

 dev-python/oslo-versionedobjects/Manifest  |  1 +
 .../oslo-versionedobjects-2.0.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/oslo-versionedobjects/Manifest 
b/dev-python/oslo-versionedobjects/Manifest
index 8d20ac5759b..4dbfbbc9cda 100644
--- a/dev-python/oslo-versionedobjects/Manifest
+++ b/dev-python/oslo-versionedobjects/Manifest
@@ -1 +1,2 @@
 DIST oslo.versionedobjects-1.35.1.tar.gz 150347 BLAKE2B 
2b19ff4056eaa4106adb255b4ca0c3c2c4e07ee6a3839a079f6ac9891383c02b1a913833853e4c8e8c6d67f2880b9f2966b1e5d9d20e9093a8f37a1063cdccdf
 SHA512 
f115ef300d4274cca00fac938a5f62c920a8a44901fe40d7c016498718c1e0357cf8eb745213986a89455b33e9dfbfe10b0fcb76551ad815859e7204e5532307
+DIST oslo.versionedobjects-2.0.2.tar.gz 152102 BLAKE2B 
6b7d19d0a17d895e65eaa15ccf4fcbf71dab10ada019ba9c2d7701ba8d7b3111542bb5be6be9d4ebe9d659c4b74f6d406a354f9e1f5990983ad36c6576ef8e80
 SHA512 
0c544ef33c213f8823a7ec9c2714d3053e9db0a6bdc69f8c41654c0117a2f2b43c94bc6dcd2d6f98c8447e85694382be5df9d57fe21b4718cc811d9589582f66

diff --git 
a/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.0.2.ebuild 
b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.0.2.ebuild
new file mode 100644
index 000..f87856097ad
--- /dev/null
+++ b/dev-python/oslo-versionedobjects/oslo-versionedobjects-2.0.2.ebuild
@@ -0,0 +1,37 @@
+# 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="A library that provides a generic versioned and RPC-friendly  
object model."
+HOMEPAGE="http://docs.openstack.org/developer/oslo.versionedobjects;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.versionedobjects/oslo.versionedobjects-${PV}.tar.gz"
+S="${WORKDIR}/oslo.versionedobjects-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]"



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

2020-06-02 Thread Matthew Thode
commit: a9b254fbb9df8b488c487df528c33f1c56c5194c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:39:59 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b254fb

dev-python/oslo-cache: 2.3.0 bump

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

 dev-python/oslo-cache/Manifest|  1 +
 dev-python/oslo-cache/oslo-cache-2.3.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
index 05d4069412e..e2123a7248b 100644
--- a/dev-python/oslo-cache/Manifest
+++ b/dev-python/oslo-cache/Manifest
@@ -1 +1,2 @@
 DIST oslo-cache-1.33.3.tar.gz 56098 BLAKE2B 
b3d2ab549a2b2066ffdfc5d9b680da35501818719a8c6f460be1520c2d6342f1c41f0f1aa20ffdcc45958e83e242515a3ec8bf69ce1273ab47a8a26e648069c8
 SHA512 
7edc1d8ceb00f2989093ec1809120f2aa552de2d5ce6176c9af56278040d652fc0d627e0f7f427b9bacaaa24cec7b0fe24568316d90a4e52054357bc9b9e30e2
+DIST oslo-cache-2.3.0.tar.gz 57209 BLAKE2B 
aa34c4deb0206c86181e629b1ccedaa3b0b7a503f4648b9ffb23dcba84c98658017a720701176776652a2a58447c54662314dd4853ec6ccf6c2acebb4b559325
 SHA512 
c3ad9c326fa71985d4546bd20bcb8aa9508808c8eae2a9e3dac1c014d148bfa8f5a847eb2ca8d1a204cce07b6d640f9541491dd41c7c6169e993e408786358af

diff --git a/dev-python/oslo-cache/oslo-cache-2.3.0.ebuild 
b/dev-python/oslo-cache/oslo-cache-2.3.0.ebuild
new file mode 100644
index 000..617334205e5
--- /dev/null
+++ b/dev-python/oslo-cache/oslo-cache-2.3.0.ebuild
@@ -0,0 +1,42 @@
+# 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
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Caching around dogpile.cache"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.31.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2020-06-02 Thread Matthew Thode
commit: f29e96504bc6ee75d96e973853529b6ccb6f5641
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:19:23 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29e9650

dev-python/oslo-concurrency: 4.0.2 bump

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

 dev-python/oslo-concurrency/Manifest   |  1 +
 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index a6bb56ffd32..19e1dd9dc94 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1 +1,2 @@
 DIST oslo.concurrency-3.29.1.tar.gz 51785 BLAKE2B 
4035981fcff3cb4384209f3b640b928dfacd13e324c9df1dfebb0c5230727736ff803b478e506b08ac4bd7bd405763b93bdb951b01751a5e293daa33df860c8e
 SHA512 
f820b07dbb26be9170c7ded08ce96bebc8c8cbfa72a3be56e0cb0fd7a025160fe630ad256c8c5b1adc9059cd1608c3625513b3da311e5a611866280d2b65424e
+DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 
090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9
 SHA512 
ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
new file mode 100644
index 000..7d4e1b76c59
--- /dev/null
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="library for running  multi-thread, multi-process applications"
+HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
+S="${WORKDIR}/oslo.concurrency-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+RESTRICT=""
+
+CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
+"



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

2020-06-02 Thread Matthew Thode
commit: 9eafdc0def1f8bd78dfdd5640bf2371c8732ab2b
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:08:37 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eafdc0d

dev-python/oslo-config: 8.0.2 bump

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

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

diff --git a/dev-python/oslo-config/Manifest b/dev-python/oslo-config/Manifest
index 8909ae6a62d..7270bef2331 100644
--- a/dev-python/oslo-config/Manifest
+++ b/dev-python/oslo-config/Manifest
@@ -1 +1,2 @@
 DIST oslo-config-6.11.2.tar.gz 152842 BLAKE2B 
9217232e11252cd59bed9ae35ebad28fe8013f5608fe45544f7fb1d35cfb0a27c1172fd2f565f812ca3d9672d30df2962ac51de551cc50c8fefaae2266943959
 SHA512 
47e92c14d873a127e12fa734d975032bfa560a624111625b622d1b1896ce6e786ca661312afa894176941d4e8b13a2f6f5b44a05092e23f5fe1f8f78596498ae
+DIST oslo-config-8.0.2.tar.gz 148224 BLAKE2B 
5f3bc55857a01429063a0c7afbce041f48952ca1db7bd732e83d40d68f86951db9bcdb79a80926c5b7ec747fde574817cc6a562c217b441b0bb61381d70ca4b6
 SHA512 
675ec0602cc8850e7a25733d24ead104a85541f09983924d90b829687fde22c5fe3947a67e0b8a024927b3fd40973cc7c144b26ba751cd86650ca210686ea8e5

diff --git a/dev-python/oslo-config/oslo-config-8.0.2.ebuild 
b/dev-python/oslo-config/oslo-config-8.0.2.ebuild
new file mode 100644
index 000..ceaab62f165
--- /dev/null
+++ b/dev-python/oslo-config/oslo-config-8.0.2.ebuild
@@ -0,0 +1,47 @@
+# 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
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Configuration API"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/rfc3986-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   rm -rf .testrepository || die "could not remove '.testrepository' under 
${EPTYHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}



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

2020-06-02 Thread Matthew Thode
commit: 960918bd2037f01b5995cd701217c5c98f9830ae
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 18:23:02 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 18:40:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960918bd

dev-python/oslo-service: 2.1.1 bump

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

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

diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 9594d9b86d9..6e845341b7f 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1,2 @@
 DIST oslo.service-1.40.2.tar.gz 80334 BLAKE2B 
6000ba70c414ae6396f8be3911511b073f0f6a73a3a98e92e0c662b42a637b4cccbe684ceb1df2613aedad3fbd430ff588dca001997293563f39525efba05d99
 SHA512 
e412ae3d96e7e7f5f40238b3b9d9623a36347c3d8c6e06baa11133da71d4f5e55bd1ac2f43b45a2f84f725f84c59ec6870bc557fb623ab681bbeec27bffd086d
+DIST oslo.service-2.1.1.tar.gz 81030 BLAKE2B 
f6221d9e3d7624dccb614b2dbe6529937fd00495db80cddd9412c53fdacd4a5c5a5fe33468ab53c65e0cb741e82519de971f19d662e633f658641c978dcf0b2b
 SHA512 
8d2beba973444eb6ef32c011928376b6ba61388837178f9043105100f05644137d9bf6ae235c4c7260b05d956bfda42890dcd5727dd4d6f9559e7206f7139f95

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



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

2020-06-02 Thread Richard Freeman
commit: 766b65c46eff25bbb916b1286d608d570c04a4c2
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Jun  2 18:33:17 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Jun  2 18:33:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766b65c4

app-backup/dar: bump

Closes: https://bugs.gentoo.org/709684
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/dar/Manifest  |   1 +
 app-backup/dar/dar-2.6.10.ebuild | 107 +++
 2 files changed, 108 insertions(+)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 768ed97f4fa..252c032ada5 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,4 +1,5 @@
 DIST dar-2.5.11.tar.gz 1891928 BLAKE2B 
536a2533f7ddbc8b95972fe00e9c87a404481e6afbd7aa3634c00598403c18950eb876aefe71a818c3bf4df75bff5f3904dc69bd1d75880f6c8a349911a5
 SHA512 
36b90218a34ac7f41ce9ca0a2167cfb2fd243b23b8e84350153e8804f0faabf87291b4e4b061533bcb0ca079f087c074eeaa12a54ee8084dd386a072ac503847
 DIST dar-2.5.18.tar.gz 1931746 BLAKE2B 
3d47665a1ab955ab9467d8f10a686565c549e1be57e77a9bcf65f1ea25c9b70d6d148d4b9dc35112b3ca74f9df05505c74e3a7eaa211b6a8b466308121206a2f
 SHA512 
cde787bb4c3a3a1014efdb5e437b963d762eb87c512e1de1d60471035c535965e03adb5f75abc2bc95633bb6fb61226027d836a87fc903995e3a27a540632e69
+DIST dar-2.6.10.tar.gz 2140424 BLAKE2B 
840a7a3d33825658be541157468a15bc3a3082083a35c426ecbab1cd2e8026e0a4d15671a33472068e1256878d1f60d414c2c069a3223ab5050756b13c887b69
 SHA512 
2fceafba6c6851c5dd11c0d1a3fda8aeddac16f39cf0051027b178703a5e821fb769c42624063d8722d80ea62bb735f3b0c6c39538c1c939234df49d6b757428
 DIST dar-2.6.5.tar.gz 2104866 BLAKE2B 
c31e06abb384d03d0180d3dd99067916de96286838a1aef8748ae6119651ac142388633c7946d0c7864f41a42c555ac79b0811af7594c5d6370fb9c30b975bc9
 SHA512 
e646ac51c5c140ca3e573a4e63ba47af6fcf19c0aeaa0d4791dd7e781478c8981cd31e1a2418d2f1fd8ab92f2c9812f3b712bc0fcbbcdfbd131c8937100a4790
 DIST dar-2.6.9.tar.gz 2137419 BLAKE2B 
647dbd272832dabd8c6255ebc27040dceb428d7ea807146c5c4eabb7095eb7c57010a11a5bc3dfa73aa299c627e5230be9560ca5246b7591ed9705dac17181cd
 SHA512 
9ee4624fa1cfa0e523653e3dca032a8b7ac200b3318ba21869c19a9102dd11a923c979e5186591011161a2ed07f3c7668b572620b3be197d4bfaea903c259151

diff --git a/app-backup/dar/dar-2.6.10.ebuild b/app-backup/dar/dar-2.6.10.ebuild
new file mode 100644
index 000..607253da2b0
--- /dev/null
+++ b/app-backup/dar/dar-2.6.10.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="A full featured backup tool, aimed for disks"
+HOMEPAGE="http://dar.linux.free.fr/;
+SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
+IUSE="curl dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
+
+RESTRICT="test" # need to be run as root
+
+RDEPEND=">=sys-libs/zlib-1.2.3:=
+   !static? (
+   app-arch/bzip2:=
+   app-arch/xz-utils:=
+   sys-libs/libcap
+   curl? ( net-misc/curl )
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   gpg? ( app-crypt/gpgme )
+   lzo? ( dev-libs/lzo:= )
+   xattr? ( sys-apps/attr:= )
+   )"
+
+DEPEND="${RDEPEND}
+   static? (
+   app-arch/bzip2[static-libs]
+   app-arch/xz-utils[static-libs]
+   sys-libs/libcap[static-libs]
+   sys-libs/zlib[static-libs]
+   curl? ( net-misc/curl[static-libs] )
+   gcrypt? ( dev-libs/libgcrypt:0=[static-libs] )
+   gpg? (
+   app-crypt/gpgme[static-libs]
+   dev-libs/libassuan[static-libs]
+   dev-libs/libgpg-error[static-libs]
+   )
+   lzo? ( dev-libs/lzo[static-libs] )
+   xattr? ( sys-apps/attr[static-libs] )
+   )
+"
+BDEPEND="
+   nls? (
+   sys-devel/gettext
+   virtual/libintl
+   )
+   doc? ( app-doc/doxygen )
+"
+
+REQUIRED_USE="?? ( dar32 dar64 )
+   gpg? ( gcrypt )"
+
+#PATCHES=(
+#)
+
+src_configure() {
+   # configure.ac is totally funked up regarding the AC_ARG_ENABLE
+   # logic.
+   # For example "--enable-dar-static" causes configure to DISABLE
+   # static builds of dar.
+   # Do _not_ use $(use_enable) until you have verified that the
+   # logic has been fixed by upstream.
+   local myconf=(
+   --disable-python-binding
+   --disable-upx
+   $(usex curl '' --disable-libcurl-linking)
+   $(usex dar32 --enable-mode=32 '')
+   $(usex dar64 --enable-mode=64 '')
+   $(usex doc '' --disable-build-html)
+   #$(usex examples --enable-examples '')
+   $(usex gcrypt 

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

2020-06-02 Thread Andreas Sturmlechner
commit: 0b9ef9e9694409df3fa191ec57ced06b51a3890d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 18:20:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 18:20:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9ef9e9

kde-misc/kio-fuse: Restrict tests

Closes: https://bugs.gentoo.org/726810
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/kio-fuse/kio-fuse-4.95.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-misc/kio-fuse/kio-fuse-4.95.0.ebuild 
b/kde-misc/kio-fuse/kio-fuse-4.95.0.ebuild
index 62b097801e0..4edff21bbe3 100644
--- a/kde-misc/kio-fuse/kio-fuse-4.95.0.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-4.95.0.ebuild
@@ -30,3 +30,5 @@ DEPEND="
sys-fs/fuse:3
 "
 RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # depend on fuse kernel module



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

2020-06-02 Thread Patrick McLean
commit: e195aa8e1a95f5bdfd222ee234343cd85c1f3d44
Author: Patrick McLean  sony  com>
AuthorDate: Tue Jun  2 18:13:48 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  2 18:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e195aa8e

dev-python/responses-0.10.14: Version bump

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

 dev-python/responses/Manifest |  1 +
 dev-python/responses/responses-0.10.14.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/responses/Manifest b/dev-python/responses/Manifest
index 6956b89d582..2f9d784a090 100644
--- a/dev-python/responses/Manifest
+++ b/dev-python/responses/Manifest
@@ -1 +1,2 @@
+DIST responses-0.10.14.tar.gz 24782 BLAKE2B 
2c233ad41bfc1d9eeaaf84d2e8a98f5f808e39ffbb50c796aed6a3065827a0c33301c8d6ed1e7c4d88e6d0f7378796bdaba3816fd558f5797a725ea99835c54c
 SHA512 
f7edf64d4e6d62fa7295b6ac95d60bc30adbf0b141d9624ed7ca03efe02790973aa8ebd3f93187d0fdb41e323c1d87184717b77bba2ea70a7ae25f4d9237314f
 DIST responses-0.10.7.tar.gz 22666 BLAKE2B 
9f6d8ee0cc36ebb94bf6ac4284b474d30754af339f623a8a899061392321ba48a1f2d21593fb5bf2e6fac7c65ca6c252b6b7a1072e5548f91db489633aa3b686
 SHA512 
dcdbac1555090309b17eec1c02887eea5080321ff359afc42e6b558954caec2ab757e6009ae539e6e4d002cd06f2289d909a28ae583e6fa062a5df89c301e1ff

diff --git a/dev-python/responses/responses-0.10.14.ebuild 
b/dev-python/responses/responses-0.10.14.ebuild
new file mode 100644
index 000..fc75493f178
--- /dev/null
+++ b/dev-python/responses/responses-0.10.14.ebuild
@@ -0,0 +1,35 @@
+# 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 )
+
+inherit distutils-r1
+
+DESCRIPTION="Utility for mocking out the Python Requests library"
+HOMEPAGE="https://github.com/getsentry/responses;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
+   dev-python/cookies[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/responses-0.10.7-tests.patch"
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: games-board/gtkboard/files/, games-board/gtkboard/

2020-06-02 Thread Andreas Sturmlechner
commit: 814edc7a6629c2243d94ed9147d8cfc76e7da2e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 18:07:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 18:09:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814edc7a

games-board/gtkboard: EAPI-7 bump, drop IUSE=gnome, libgnomeui--

- Fix stack smashing bug
- Missing || die
- Use desktop.eclass instead of eutils.eclass
- Use HTML_DOCS for index.html doc

Debian-bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948527
Closes: https://bugs.gentoo.org/644324
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/gtkboard-0.11_pre0-stack-smash.patch | 32 +
 games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild  | 53 ++
 2 files changed, 85 insertions(+)

diff --git a/games-board/gtkboard/files/gtkboard-0.11_pre0-stack-smash.patch 
b/games-board/gtkboard/files/gtkboard-0.11_pre0-stack-smash.patch
new file mode 100644
index 000..412412eb62a
--- /dev/null
+++ b/games-board/gtkboard/files/gtkboard-0.11_pre0-stack-smash.patch
@@ -0,0 +1,32 @@
+From: Takahide Nojima 
+Date: Mon, 6 Jan 2020 02:01:42 +0900
+Subject: fixed-stack-smash
+
+Fix stack overflow in engine.c.
+It has 2 overflows.
+  -The 'linebuf' have 4096 bytes,but '\0' puts in 4097th.
+  -The last argument of g_io_channel_read should be
+   'unsigned long' not 'int'.
+
+See https://bugs.debian.org/948527
+---
+ src/engine.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/engine.c b/src/engine.c
+index 1b733fb..6ad3b9a 100644
+--- a/src/engine.c
 b/src/engine.c
+@@ -345,10 +345,10 @@ static gboolean process_line ()
+ 
+ static gboolean channel_process_input ()
+ {
+-  static char linebuf[4096];
++  static char linebuf[4096+1];
+   char *linep = linebuf;
+   char *line;
+-  int bytes_read;
++  gsize bytes_read;
+ #if GLIB_MAJOR_VERSION > 1
+   // we need to call this again because we will get new events before 
returning
+   // from this function

diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild 
b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild
new file mode 100644
index 000..2886f2c69ad
--- /dev/null
+++ b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${P/_}
+inherit desktop
+
+DESCRIPTION="Board games system"
+HOMEPAGE="http://gtkboard.sourceforge.net/indexold.html;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   virtual/pkgconfig"
+RDEPEND="
+   media-libs/libsdl:0[sound]
+   media-libs/sdl-mixer[vorbis]
+   x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+
+HTML_DOCS=( doc/index.html )
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc41.patch
+   "${FILESDIR}"/${P}-gcc45.patch
+   "${FILESDIR}"/${P}-stack-smash.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" src/Makefile.in 
|| die
+}
+
+src_configure() {
+   econf \
+   --enable-gtk2 \
+   --enable-sdl \
+   --disable-gnome
+}
+
+src_install() {
+   default
+   doicon pixmaps/${PN}.png
+   make_desktop_entry ${PN} Gtkboard
+}



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

2020-06-02 Thread Andreas Sturmlechner
commit: 6ab035e5162d8b0216906c4cdfa5aa8abaa3375a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 18:09:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 18:09:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab035e5

games-board/gtkboard: Drop 0.11_pre0-r1

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

 games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild | 50 ---
 1 file changed, 50 deletions(-)

diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild 
b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
deleted file mode 100644
index b7ae827bf8d..000
--- a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-MY_P=${P/_}
-DESCRIPTION="Board games system"
-HOMEPAGE="http://gtkboard.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND="x11-libs/gtk+:2
-   media-libs/libsdl:0[sound]
-   media-libs/sdl-mixer[vorbis]
-   gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gcc41.patch
-   "${FILESDIR}"/${P}-gcc45.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \
-   src/Makefile.in
-}
-
-src_configure() {
-   econf \
-   --enable-gtk2 \
-   --enable-sdl \
-   $(use_enable gnome)
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   doicon pixmaps/${PN}.png
-   make_desktop_entry ${PN} Gtkboard
-   dodoc AUTHORS ChangeLog TODO doc/index.html
-}



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

2020-06-02 Thread Matthew Thode
commit: 1cff54398d13ce884ca2d49e2a355b5aea4be604
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun  2 17:55:20 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun  2 17:55:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cff5439

app-emulation/diskimage-builder: 3.0.0 droppying py2 support

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-3.0.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 170e92ebed2..76b03b95339 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1 +1,2 @@
 DIST diskimage-builder-2.37.3.tar.gz 444207 BLAKE2B 
602a5063d54d3d4bce1a2b5a3e941ef5ad69709733c9aa9543c6b3f7e7ef1bd45399d0fd7e5b2f6dc3dc8f38fba1bf108473f89252c4b9b181f97c4dc02af18e
 SHA512 
fff684c348f5b2ba0d3ae5ce955be4b1d47cead934c96eddcd137b1568961661c949cb53d3134359d0fa8ab753c559b7f83dcb6dc8fbd121cb9d05a4a66a
+DIST diskimage-builder-3.0.0.tar.gz 434880 BLAKE2B 
1b51540c023852ef363788821844c34dacc33021412cf94aad5078adc526ff66693a1d7109610b4aeb0aecf3fbfa0725f7caecc471e7c6df56d266723d1411fe
 SHA512 
dd45f8dbfd8d3af3b5862564af1a5585adeb3536fc701cd186453eba82ef85d5b2f6a95abb820f658e0332b466fec097c52f041dfe61127d58da80a0c4d9e84c

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.0.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.0.0.ebuild
new file mode 100644
index 000..720474e33c4
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.0.0.ebuild
@@ -0,0 +1,39 @@
+# 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="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2020-06-02 Thread Patrick McLean
commit: ba43beb1575eff7d68d2bdeb937d8e0fab5f4b16
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jun  2 17:53:57 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  2 17:53:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba43beb1

app-vim/editorconfig-vim-1.1.1: Version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 app-vim/editorconfig-vim/Manifest  |  1 +
 .../editorconfig-vim/editorconfig-vim-1.1.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-vim/editorconfig-vim/Manifest 
b/app-vim/editorconfig-vim/Manifest
index 5e8f5599689..0581d9b1997 100644
--- a/app-vim/editorconfig-vim/Manifest
+++ b/app-vim/editorconfig-vim/Manifest
@@ -1,2 +1,3 @@
 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
+DIST editorconfig-vim-1.1.1.tar.gz 33287 BLAKE2B 
4c79ac3bf1f82ca6182480ab2f3c2ee24b8234f5845c63d90434bb57271981554a0651d8bc0314c718ad9700adf7903fed45f5e400d8ae8a0b6d42932e89e071
 SHA512 
7b94db4b2f641ecd2d2623bf55bf9b457c007b2b5c8553cba5b7a75bc34823d6995d3c9ed13febe0f59de6f87c52eb0367591213c43c6fcd7c331c529126f4d6

diff --git a/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild 
b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
new file mode 100644
index 000..300d91dcfbd
--- /dev/null
+++ b/app-vim/editorconfig-vim/editorconfig-vim-1.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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"
+
+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
+}



[gentoo-commits] proj/qa-scripts:master commit in: htdocs/

2020-06-02 Thread Michał Górny
commit: 9704d71bd285754f70d9847af83824720e9681ce
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 17:36:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 17:36:30 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=9704d71b

Join CI reports into base+badge-button

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

 htdocs/index.html | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/htdocs/index.html b/htdocs/index.html
index 97fc857..4cfd715 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -153,8 +153,12 @@
 Top 100 largest FILESDIRs
 Binary files in gentoo-x86
 Listing of packages that inherit an eclass
-Gentoo CI – QA check results
-Gentoo CI – QA check results 
(verbose)
+
+  Gentoo CI – QA check results
+  
+-v
+  
+
   
 
   Reverse dependencies



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

2020-06-02 Thread Rick Farina
commit: 740609a83d9b1126a66fe655dd70b9229fa801a4
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Jun  2 16:29:32 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Jun  2 17:36:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740609a8

net-wireless/gr-iio: fix QA issue

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

 ...{gr-iio-0.3_p20191219.ebuild => gr-iio-0.3_p20191219-r1.ebuild} | 7 ++-
 net-wireless/gr-iio/gr-iio-.ebuild | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild 
b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
similarity index 91%
rename from net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
rename to net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
index 62c62d5978c..b86aad9b816 100644
--- a/net-wireless/gr-iio/gr-iio-0.3_p20191219.ebuild
+++ b/net-wireless/gr-iio/gr-iio-0.3_p20191219-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
@@ -37,3 +37,8 @@ DEPEND="${RDEPEND}
sys-devel/bison:=
dev-util/cppunit:=
dev-lang/swig:0"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}

diff --git a/net-wireless/gr-iio/gr-iio-.ebuild 
b/net-wireless/gr-iio/gr-iio-.ebuild
index 62c62d5978c..b86aad9b816 100644
--- a/net-wireless/gr-iio/gr-iio-.ebuild
+++ b/net-wireless/gr-iio/gr-iio-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
 
 DESCRIPTION="GNU Radio IIO Blocks"
 HOMEPAGE="https://github.com/analogdevicesinc/gr-iio;
@@ -37,3 +37,8 @@ DEPEND="${RDEPEND}
sys-devel/bison:=
dev-util/cppunit:=
dev-lang/swig:0"
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}



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

2020-06-02 Thread Thomas Deutschmann
commit: 35c6a6c057ef9ecfa89353a0b5485693703cca4e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  2 17:27:45 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  2 17:27:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c6a6c0

app-misc/ca-certificates: amd64 stable, applying all arches policy

Closes: https://bugs.gentoo.org/726794
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild 
b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild
index 34b904b2117..42e6aad920a 100644
--- a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild
+++ b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild
@@ -59,7 +59,7 @@ fi
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
 IUSE=""
 ${PRECOMPILED} || IUSE+=" cacert"
 



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

2020-06-02 Thread Robin H. Johnson
commit: 617b767f5022f81117e028e258d8b0e008594a31
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Tue Jun  2 16:48:35 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Tue Jun  2 17:13:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617b767f

app-misc/ca-certificates: bump

Bump to unreleased latest Debian sources which haven't been formally
announced but are available via the Debian git systems.

Removes expired AddTrust External CA root causing problems with GnuTLS &
OpenSSL 1.0.

Closes: https://bugs.gentoo.org/726412
Bug: https://bugs.gentoo.org/show_bug.cgi?id=726650
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/ca-certificates/Manifest  |   1 +
 .../ca-certificates-20200601.3.53.ebuild   | 192 +
 2 files changed, 193 insertions(+)

diff --git a/app-misc/ca-certificates/Manifest 
b/app-misc/ca-certificates/Manifest
index b42b17c308c..e62e401ce09 100644
--- a/app-misc/ca-certificates/Manifest
+++ b/app-misc/ca-certificates/Manifest
@@ -1,4 +1,5 @@
 DIST ca-certificates_20190110.tar.xz 243472 BLAKE2B 
b63e541fcf611712634f8c7fd2da5f189b999c39118047a7e2fd43ddd5e0fbefeaa08788363482a02be55a347447d4cc95f1505bf869accf9cd847578ad2e879
 SHA512 
9ce2661018edb120d0ef5bd3ed52c0f73f577d7607d135a31730549f5eb4176db4865cdb8bde77a78dc3efb8968846da5e72af8a833a9da2a8a7deb4f1560372
+DIST ca-certificates_20200601.tar.xz 245668 BLAKE2B 
1249782dba046f52832d365e4770e02ed24c0b50bff4ceec5e5af932c807eb8120f8e3bc7858503e74789ecb2da577509819f3ffdf9bd1ec5cc22d61f2194ad5
 SHA512 
7bfd3122430be0a46bd10dcb0e0664561d1e0b2656b9f37677d89f71a1dcb0e668c25ffe08412888125fa9a53ee8245a4b3fc1004c419a15975b1241113c
 DIST nss-3.43.tar.gz 23466026 BLAKE2B 
1b43036daeedea1643a7fe1a8defa167097997efec529417c4857eaa29d453b6a588f462078f13662193d58dfd8f9566c22d729729591934ef154b9befb8f98d
 SHA512 
e9dfba5bd6f68c5ab58fc7a6fa1b16a035be1b1b7c436cf787bdc99257c5f54c78d73d94d015bffd29420df19b2a2818166c68fe592dd7208ab5605344827fb5
 DIST nss-3.53.tar.gz 81178428 BLAKE2B 
5e67b02bf0ba9390311d77ee4d7b86fd7339bd4f7d830b32563799e4eef126143f0b76b2933ad14c5c5d3da6cb3fa0e670aca7ce9654316123abadce25a728ec
 SHA512 
280edf24356b764584200bff949af4a7f88514ee8ac80bf5348a9a844a8b1eb263e9aa1d772644bd8bb1bd195c12b6cc173280cfc88cd97e56562e1c40e71503
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0

diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild 
b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild
new file mode 100644
index 000..34b904b2117
--- /dev/null
+++ b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# The Debian ca-certificates package merely takes the CA database as it exists
+# in the nss package and repackages it for use by openssl.
+#
+# The issue with using the compiled debs directly is two fold:
+# - they do not update frequently enough for us to rely on them
+# - they pull the CA database from nss tip of tree rather than the release
+#
+# So we take the Debian source tools and combine them with the latest nss
+# release to produce (largely) the same end result.  The difference is that
+# now we know our cert database is kept in sync with nss and, if need be,
+# can be sync with nss tip of tree more frequently to respond to bugs.
+
+# When triaging bugs from users, here's some handy tips:
+# - To see what cert is hitting errors, use openssl:
+#   openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME
+#   Focus on the errors written to stderr.
+#
+# - Look at the upstream log as to why certs were added/removed:
+#   https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
+#
+# - If people want to add/remove certs, tell them to file w/mozilla:
+#   
https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS=CA%20Certificates=trunk
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit eutils python-any-r1
+
+if [[ ${PV} == *.* ]] ; then
+   # Compile from source ourselves.
+   PRECOMPILED=false
+   inherit eapi7-ver
+
+   DEB_VER=$(ver_cut 1)
+   NSS_VER=$(ver_cut 2-)
+   RTM_NAME="NSS_${NSS_VER//./_}_RTM"
+else
+   # Debian precompiled version.
+   PRECOMPILED=true
+   inherit unpacker
+fi
+
+DESCRIPTION="Common CA Certificates PEM files"
+HOMEPAGE="https://packages.debian.org/sid/ca-certificates;
+NMU_PR=""
+if ${PRECOMPILED} ; then
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
+else
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
+  

[gentoo-commits] repo/proj/guru:master commit in: media-video/mpv-mpris/

2020-06-02 Thread Andrew Ammerlaan
commit: 99f678492d15f81466c38763b0fa2c48d0d6cc47
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 16:33:44 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 16:33:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99f67849

media-video/mpv-mpris: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/Manifest  |  1 +
 media-video/mpv-mpris/metadata.xml  | 15 +
 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 48 +
 media-video/mpv-mpris/mpv-mpris-.ebuild | 48 +
 4 files changed, 112 insertions(+)

diff --git a/media-video/mpv-mpris/Manifest b/media-video/mpv-mpris/Manifest
new file mode 100644
index 000..21feb4b
--- /dev/null
+++ b/media-video/mpv-mpris/Manifest
@@ -0,0 +1 @@
+DIST mpv-mpris-0.5.tar.gz 8559 BLAKE2B 
7eef231ab3855ed3f0a708484881f1df93152d9b79be491986ed0da2cd54870101d5fd90a35d95344b886a6af930c303b3f8c0bc480b55c8799ec8b96e7acdab
 SHA512 
9c28b4f3fdcd6bddf3824125f994807d7a31f8e7398178296dab9d4422d3cc71a0b798ae75fe68c890556c993fb04bf5d7ffa379676312840fdf219bf4a974f7

diff --git a/media-video/mpv-mpris/metadata.xml 
b/media-video/mpv-mpris/metadata.xml
new file mode 100644
index 000..b7574b8
--- /dev/null
+++ b/media-video/mpv-mpris/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+o.freyerm...@googlemail.com
+Oliver Freyermuth
+  
+  
+https://github.com/hoyon/mpv-mpris/issues
+hoyon/mpv-mpris
+  
+  
+Load plugin automatically
+  
+

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
new file mode 100644
index 000..290300d
--- /dev/null
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+SLOT="0"
+LICENSE="MIT"
+IUSE="+autoload"
+
+RDEPEND="media-video/mpv:=[cplugins]
+   dev-libs/glib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=(
+   README.md
+)
+
+src_install() {
+   insinto "/usr/$(get_libdir)/mpv"
+   doins mpris.so
+   use autoload && dosym "/usr/$(get_libdir)/mpv/mpris.so" 
"/etc/mpv/scripts/mpris.so"
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! use autoload; then
+   elog
+   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
+   elog "You have to activate it manually by passing"
+   elog " \"/usr/$(get_libdir)/mpv/mpris.so\" "
+   elog "as script option to mpv or symlinking the library to 
\"scripts/\" in your mpv"
+   elog "config directory."
+   elog "Alternatively, activate the autoload use flag."
+   elog
+   fi
+}

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
new file mode 100644
index 000..290300d
--- /dev/null
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+SLOT="0"
+LICENSE="MIT"
+IUSE="+autoload"
+
+RDEPEND="media-video/mpv:=[cplugins]
+   dev-libs/glib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=(
+   README.md
+)
+
+src_install() {
+   insinto "/usr/$(get_libdir)/mpv"
+   doins mpris.so
+   use autoload && dosym "/usr/$(get_libdir)/mpv/mpris.so" 
"/etc/mpv/scripts/mpris.so"
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! use autoload; then
+   elog
+   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
+   elog "You have to activate it manually by passing"
+   elog " \"/usr/$(get_libdir)/mpv/mpris.so\" "
+   elog "as script option to mpv or symlinking the library to 
\"scripts/\" in your mpv"
+   elog "config directory."
+   elog "Alternatively, activate the autoload use flag."
+   elog
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/cheat/

2020-06-02 Thread Andrew Ammerlaan
commit: 2b50b979373e726ba32df6cc64cbeaadcd861d6a
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Mon Jun  1 13:57:38 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jun  1 13:57:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b50b979

app-misc/cheat: bump minor to 3.10.1

this release officially adds support for 32bit systems.
`x86` keyword has been added but not tested.
It should work since Go supports well both architectures.
https://github.com/cheat/cheat/releases/tag/3.10.1

Package-Manager: Portage-2.3.89, Repoman 2.3.20
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 app-misc/cheat/Manifest | 6 +++---
 app-misc/cheat/{cheat-3.10.0.ebuild => cheat-3.10.1.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/cheat/Manifest b/app-misc/cheat/Manifest
index 98f3529..2abb09b 100644
--- a/app-misc/cheat/Manifest
+++ b/app-misc/cheat/Manifest
@@ -1,4 +1,4 @@
-DIST cheat-3.10.0.tar.gz 1529751 BLAKE2B 
03f1ce804b035c77987a8dc87932b0211feaeb8d6b217f3a204ec8ef0af795a7bec17b0cd0ea6e2af7eb7be89fb9f1a1a02c0a7511398d63213a5cc233de7ded
 SHA512 
61f72669ced43315bd01da92930c7664d2a83e44985d4106ed26073567b8fffbe40ea74727f37950984c4a7f39d56586d745196f9f6aae6008d81436ce409fbd
+DIST cheat-3.10.1.tar.gz 1529815 BLAKE2B 
ab88435b1e8c6aef4de056be8d3f9c7fdfa4e92c989f075abc784a730c926a0ef36183b442e67a97576e99c42dfef63212b500fce2a8b21edf2b5a9e5ad793fa
 SHA512 
aefd54df2837bad0897baff72a415720e1557696e5644e2725daa39d421a4cb6921da93810789d384e994e991cb73df7bf875e09b8c94b93dad23b494bb77400
 DIST 
github.com%2Falecthomas%2Fassert%2F@v%2Fv0.0.0-20170929043011-405dbfeb8e38.mod 
36 BLAKE2B 
d0745757255951a92d471fdb1eeaae2e118d367caf0fcea00a405536d7e30609f22276e7a453aac1ca38063635df798a0843f279c178d394a7cbef9c9f9b3c27
 SHA512 
87ff97fea3e25aa903503e56fe5afc337918f7253dd7175833adb144a7296451a7d4ebd76df504737a5b4c5237b1102920728d21a587957d5d25db5d38e1217b
 DIST 
github.com%2Falecthomas%2Fassert%2F@v%2Fv0.0.0-20170929043011-405dbfeb8e38.zip 
73310 BLAKE2B 
b0aaa346be477c14bd504f98219659c8a82ba08afdd94f1a5ffbb44cfcb6cc9b014c1ee35aec6071d4733134931e6d2a569940e9f1f06a5e69b00f56d82579e9
 SHA512 
adf9a3b8bda92edd028f497ca10648900a7aac4dae9372469b511afc74e79f8b990e448f375ab2a8df651a491bab5413196c06db531adc10358865f74de6f26b
 DIST github.com%2Falecthomas%2Fchroma%2F@v%2Fv0.7.3.mod 687 BLAKE2B 
b987855d98e0e6181e8f28c12976081b5e0699cffc79b0721c811eaf6962e6edc5a01135519f787eac6d38e742517aa4d6e061ac4e5ba986e5c5e0cbd2a19177
 SHA512 
bf5c7b4933d685d90882099aa8c5bc33f8ec58e5a35138180b58771185306b6119cfaab319a43ade929b4560be9746f9155c8d55d1755df12b177613982c7617
@@ -61,5 +61,5 @@ DIST 
gopkg.in%2Fyaml.v1%2F@v%2Fv1.0.0-20140924161607-9f9df34309c0.mod 24 BLAKE2B
 DIST gopkg.in%2Fyaml.v1%2F@v%2Fv1.0.0-20140924161607-9f9df34309c0.zip 67419 
BLAKE2B 
2cb2c937d62a330cddc757cc8b1de8a9831fdac7670bce11b83c34a0a25644e3286940406df1417d6194756bbbf28c601a1e438d2c29fd40fd186945da8f3edb
 SHA512 
f731b8df7820132eb2aef828af6c65fe5f43facdec9978807db2873477a1888cc3b0518676a316625bb12907a301bbc08b03c19c521ea20a9960d5264ff4a8d3
 DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.2.mod 95 BLAKE2B 
adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362
 SHA512 
916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
 DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.4.mod 95 BLAKE2B 
adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362
 SHA512 
916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
-DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.8.mod 95 BLAKE2B 
adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362
 SHA512 
916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
-DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.2.8.zip 80666 BLAKE2B 
ff3645b71cedd41b9fef6e5d01f3d89a2db6930f406aded7889530b04689ea34b53fa2a7af352c264681ee40b1d192c86ca2f7dcc33dca825d355694527e4dbf
 SHA512 
19f019e85b8c9a533c3cf2fd492b1813272f00cce06a56ffe43046935e49ccf6e191ce83f1d236f6355bae7126aa722016f05174687ff2faf54f121958266edf
+DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.3.0.mod 95 BLAKE2B 
adb3684980f1d8e6c23444e91028f8db55f1bc496114eb3508dbecf9917dbc8a0a4bed7c0d761123335a75b9ffe727e180f2d6aa5f84312edb05a798185c8362
 SHA512 
916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
+DIST gopkg.in%2Fyaml.v2%2F@v%2Fv2.3.0.zip 80765 BLAKE2B 
d6d8bfba5082aabb1a247add43b21ffa058b58fef60e8efbf973b724273cda2496ef0c9b226ad14bfea17f141f077d3bd98dfe3dbcf3c2938fd64570abd662b2
 SHA512 

[gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/

2020-06-02 Thread Andrew Ammerlaan
commit: f39dd7e6eb92f01695591c8cf44823b299224611
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Jun  2 09:33:43 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 09:33:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f39dd7e6

games-util/legendary: Delete old ebuilds.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/legendary/Manifest|  1 -
 games-util/legendary/legendary-0.0.15.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index eb2dbee..d283edd 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,3 +1,2 @@
-DIST legendary-0.0.15.tar.gz 71630 BLAKE2B 
2cc7292c73cbc490c31796766783a60ba55be78415eac6d2d06e1df3dc108901dba99373af0504319f2467b110dded1b5bc0d898ef62977d0716369c148deaeb
 SHA512 
60908b52b2d706e538b67a63f031e4c55ab1f9d88c84154994477eb79806b406d0ef4bae9ba431c5f854e1058f72c82d3cd3faeccef28a64fb74acf365ad8205
 DIST legendary-0.0.17.tar.gz 72469 BLAKE2B 
e7f068cda589c1188068be0e9b18bfc5346d92a2a91a804faadcd856a192c2a49e00f268621573915f4502552a686702be5bdbdb23f9b062f5f4c2ab618d5b74
 SHA512 
4dbdb5605edbf43c1a16161436007d4d050dd7dcbfae35ace0ec03460db08f7bbe099d184af0aba0c6d8d26a592d9b3f7ea436c99c61fb9c2386211fdee02c3f
 DIST legendary-0.0.18.tar.gz 73881 BLAKE2B 
de0f02a0691e1b7986793cfc67154122f8eef9a7de0ec416602cf1ea9d2257af8439ab77eb2cdee25fedb72196d9ccee9bf3de788e15c80950174c3ff6520c5f
 SHA512 
71a7b67420cca0063b05e59c33eeab8f7b9e884799b7e021e34a19faf2c7bab5fd6c4c9d928957dd141814e1e42317e1e0e146a1f5123e77664a4ad93e0b420b

diff --git a/games-util/legendary/legendary-0.0.15.ebuild 
b/games-util/legendary/legendary-0.0.15.ebuild
deleted file mode 100644
index 7310e06..000
--- a/games-util/legendary/legendary-0.0.15.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
-HOMEPAGE="https://github.com/derrod/legendary;
-SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   

[gentoo-commits] repo/proj/guru:master commit in: games-action/taisei/

2020-06-02 Thread Andrew Ammerlaan
commit: 61fb218f29c5fa928c7e4912e29c803c959d3b62
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 10:32:01 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 10:32:01 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61fb218f

games-action/taisei: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 games-action/taisei/Manifest|  1 +
 games-action/taisei/metadata.xml| 14 
 games-action/taisei/taisei-1.3.1.ebuild | 57 +
 games-action/taisei/taisei-.ebuild  | 57 +
 4 files changed, 129 insertions(+)

diff --git a/games-action/taisei/Manifest b/games-action/taisei/Manifest
new file mode 100644
index 000..f1112cb
--- /dev/null
+++ b/games-action/taisei/Manifest
@@ -0,0 +1 @@
+DIST taisei-v1.3.1.tar.xz 70763196 BLAKE2B 
ca1901ba0205f6771c087ee70222ceaa3c406a1c632a5f46df1fe4fe493c89af8b587e397551777cd956ab73b5104450356303d0ea0cb8d5cd1b6723ceb1d648
 SHA512 
5e6f364e67717091041a30103bf117bb5d7a6be76d3d9499b13e36fc190be8c2a0e7ceb582e1d106aa0c1acbb6e39b99a4873a0885af1ec2117ff6ff08e14e3c

diff --git a/games-action/taisei/metadata.xml b/games-action/taisei/metadata.xml
new file mode 100644
index 000..b3e78d8
--- /dev/null
+++ b/games-action/taisei/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+o.freyerm...@googlemail.com
+Oliver Freyermuth
+  
+  
+taisei-project/taisei
+  
+  
+Enable link time optimization
+  
+

diff --git a/games-action/taisei/taisei-1.3.1.ebuild 
b/games-action/taisei/taisei-1.3.1.ebuild
new file mode 100644
index 000..27ed838
--- /dev/null
+++ b/games-action/taisei/taisei-1.3.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
+else
+   
SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+inherit meson
+
+DESCRIPTION="A free and open-source Touhou Project clone and fangame"
+HOMEPAGE="https://taisei-project.org/;
+
+LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
+SLOT="0"
+IUSE="doc +lto"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.6
+   >=media-libs/sdl2-mixer-2.0.4
+   media-libs/freetype:2
+   >=media-libs/libpng-1.5
+   >=media-libs/libwebp-0.5
+   >=dev-libs/libzip-1.2
+   media-libs/opusfile
+   dev-libs/openssl
+   media-libs/shaderc
+   dev-util/spirv-tools"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/meson-0.49
+   >=dev-lang/python-3.5
+   doc? ( dev-python/docutils )"
+
+src_prepare() {
+   if use doc; then
+   # Fixup install path for documentation.
+   sed -i "s/doc_path = join_paths(datadir, 'doc', 
'taisei')/doc_path = join_paths(datadir, 'doc', '"${P}"')/" meson.build || die
+   fi
+   default
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc docs)
+   $(meson_use lto b_lto)
+   # Stips binary by default otherwise.
+   -Dstrip=false
+   )
+   meson_src_configure
+}

diff --git a/games-action/taisei/taisei-.ebuild 
b/games-action/taisei/taisei-.ebuild
new file mode 100644
index 000..27ed838
--- /dev/null
+++ b/games-action/taisei/taisei-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
+else
+   
SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+inherit meson
+
+DESCRIPTION="A free and open-source Touhou Project clone and fangame"
+HOMEPAGE="https://taisei-project.org/;
+
+LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
+SLOT="0"
+IUSE="doc +lto"
+
+RDEPEND="
+   >=media-libs/libsdl2-2.0.6
+   >=media-libs/sdl2-mixer-2.0.4
+   media-libs/freetype:2
+   >=media-libs/libpng-1.5
+   >=media-libs/libwebp-0.5
+   >=dev-libs/libzip-1.2
+   media-libs/opusfile
+   dev-libs/openssl
+   media-libs/shaderc
+   dev-util/spirv-tools"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/meson-0.49
+   >=dev-lang/python-3.5
+   doc? ( dev-python/docutils )"
+
+src_prepare() {
+   if use doc; then
+   # Fixup install path for documentation.
+   sed -i "s/doc_path = join_paths(datadir, 'doc', 
'taisei')/doc_path = join_paths(datadir, 'doc', '"${P}"')/" meson.build || 

[gentoo-commits] repo/proj/guru:master commit in: media-video/mpv-mpris/

2020-06-02 Thread Andrew Ammerlaan
commit: 9ef79e7cec50c7f1bb959cc797f31a313916d3dd
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 17:05:53 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 17:05:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef79e7c

media-video/mpv-mpris: Fix missing dep on media-video/mpv[libmpv].

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 2 +-
 media-video/mpv-mpris/mpv-mpris-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index 290300d..f9abd91 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 LICENSE="MIT"
 IUSE="+autoload"
 
-RDEPEND="media-video/mpv:=[cplugins]
+RDEPEND="media-video/mpv:=[cplugins,libmpv]
dev-libs/glib"
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
index 290300d..f9abd91 100644
--- a/media-video/mpv-mpris/mpv-mpris-.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 LICENSE="MIT"
 IUSE="+autoload"
 
-RDEPEND="media-video/mpv:=[cplugins]
+RDEPEND="media-video/mpv:=[cplugins,libmpv]
dev-libs/glib"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



[gentoo-commits] repo/proj/guru:master commit in: games-action/taisei/

2020-06-02 Thread Andrew Ammerlaan
commit: 1e5051ada86eedc0b027e1cd8a166647a8a23f72
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 12:20:40 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 12:20:40 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5051ad

games-action/taisei: Remove package again.

I missed it already exists as games-arcade/taisei,
and will now focus on improving the existing package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 games-action/taisei/Manifest|  1 -
 games-action/taisei/metadata.xml| 14 
 games-action/taisei/taisei-1.3.1.ebuild | 57 -
 games-action/taisei/taisei-.ebuild  | 57 -
 4 files changed, 129 deletions(-)

diff --git a/games-action/taisei/Manifest b/games-action/taisei/Manifest
deleted file mode 100644
index f1112cb..000
--- a/games-action/taisei/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST taisei-v1.3.1.tar.xz 70763196 BLAKE2B 
ca1901ba0205f6771c087ee70222ceaa3c406a1c632a5f46df1fe4fe493c89af8b587e397551777cd956ab73b5104450356303d0ea0cb8d5cd1b6723ceb1d648
 SHA512 
5e6f364e67717091041a30103bf117bb5d7a6be76d3d9499b13e36fc190be8c2a0e7ceb582e1d106aa0c1acbb6e39b99a4873a0885af1ec2117ff6ff08e14e3c

diff --git a/games-action/taisei/metadata.xml b/games-action/taisei/metadata.xml
deleted file mode 100644
index b3e78d8..000
--- a/games-action/taisei/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-o.freyerm...@googlemail.com
-Oliver Freyermuth
-  
-  
-taisei-project/taisei
-  
-  
-Enable link time optimization
-  
-

diff --git a/games-action/taisei/taisei-1.3.1.ebuild 
b/games-action/taisei/taisei-1.3.1.ebuild
deleted file mode 100644
index 27ed838..000
--- a/games-action/taisei/taisei-1.3.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   KEYWORDS=""
-   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
-else
-   
SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-inherit meson
-
-DESCRIPTION="A free and open-source Touhou Project clone and fangame"
-HOMEPAGE="https://taisei-project.org/;
-
-LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
-SLOT="0"
-IUSE="doc +lto"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.6
-   >=media-libs/sdl2-mixer-2.0.4
-   media-libs/freetype:2
-   >=media-libs/libpng-1.5
-   >=media-libs/libwebp-0.5
-   >=dev-libs/libzip-1.2
-   media-libs/opusfile
-   dev-libs/openssl
-   media-libs/shaderc
-   dev-util/spirv-tools"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/meson-0.49
-   >=dev-lang/python-3.5
-   doc? ( dev-python/docutils )"
-
-src_prepare() {
-   if use doc; then
-   # Fixup install path for documentation.
-   sed -i "s/doc_path = join_paths(datadir, 'doc', 
'taisei')/doc_path = join_paths(datadir, 'doc', '"${P}"')/" meson.build || die
-   fi
-   default
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use doc docs)
-   $(meson_use lto b_lto)
-   # Stips binary by default otherwise.
-   -Dstrip=false
-   )
-   meson_src_configure
-}

diff --git a/games-action/taisei/taisei-.ebuild 
b/games-action/taisei/taisei-.ebuild
deleted file mode 100644
index 27ed838..000
--- a/games-action/taisei/taisei-.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   KEYWORDS=""
-   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
-else
-   
SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-inherit meson
-
-DESCRIPTION="A free and open-source Touhou Project clone and fangame"
-HOMEPAGE="https://taisei-project.org/;
-
-LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
-SLOT="0"
-IUSE="doc +lto"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.6
-   >=media-libs/sdl2-mixer-2.0.4
-   media-libs/freetype:2
-   >=media-libs/libpng-1.5
-   >=media-libs/libwebp-0.5
-   >=dev-libs/libzip-1.2
-   media-libs/opusfile
-   dev-libs/openssl
-   media-libs/shaderc
-   dev-util/spirv-tools"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-util/meson-0.49
-   >=dev-lang/python-3.5
-   doc? ( dev-python/docutils )"
-
-src_prepare() {
-   if use doc; then
-   # Fixup install path for documentation.
-  

[gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/

2020-06-02 Thread Andrew Ammerlaan
commit: 7d6a1eb206f59a12fc155caa79b295f40770d61e
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Tue Jun  2 09:31:36 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 09:32:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d6a1eb2

games-util/legendary: Version bump 0.0.18.

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 games-util/legendary/Manifest|  1 +
 games-util/legendary/legendary-0.0.18.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index eee81e1..eb2dbee 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,2 +1,3 @@
 DIST legendary-0.0.15.tar.gz 71630 BLAKE2B 
2cc7292c73cbc490c31796766783a60ba55be78415eac6d2d06e1df3dc108901dba99373af0504319f2467b110dded1b5bc0d898ef62977d0716369c148deaeb
 SHA512 
60908b52b2d706e538b67a63f031e4c55ab1f9d88c84154994477eb79806b406d0ef4bae9ba431c5f854e1058f72c82d3cd3faeccef28a64fb74acf365ad8205
 DIST legendary-0.0.17.tar.gz 72469 BLAKE2B 
e7f068cda589c1188068be0e9b18bfc5346d92a2a91a804faadcd856a192c2a49e00f268621573915f4502552a686702be5bdbdb23f9b062f5f4c2ab618d5b74
 SHA512 
4dbdb5605edbf43c1a16161436007d4d050dd7dcbfae35ace0ec03460db08f7bbe099d184af0aba0c6d8d26a592d9b3f7ea436c99c61fb9c2386211fdee02c3f
+DIST legendary-0.0.18.tar.gz 73881 BLAKE2B 
de0f02a0691e1b7986793cfc67154122f8eef9a7de0ec416602cf1ea9d2257af8439ab77eb2cdee25fedb72196d9ccee9bf3de788e15c80950174c3ff6520c5f
 SHA512 
71a7b67420cca0063b05e59c33eeab8f7b9e884799b7e021e34a19faf2c7bab5fd6c4c9d928957dd141814e1e42317e1e0e146a1f5123e77664a4ad93e0b420b

diff --git a/games-util/legendary/legendary-0.0.18.ebuild 
b/games-util/legendary/legendary-0.0.18.ebuild
new file mode 100644
index 000..7310e06
--- /dev/null
+++ b/games-util/legendary/legendary-0.0.18.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
+HOMEPAGE="https://github.com/derrod/legendary;
+SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   

[gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/

2020-06-02 Thread Andrew Ammerlaan
commit: eee55ae2995fbed8258f126d8689789fb195e071
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 15:43:58 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jun  2 15:43:58 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eee55ae2

games-arcade/taisei: Add live ebuild, BDEPEND, doc/lto, LICENSE.

This adds:
- Me as additional maintainer (clarified with @lanodan).
- doc USE flag to build docs conditionally.
- lto USE flag (upstream has it default on).
- missing BDEPEND packages.
- A live ebuild.
- Fixes LICENSE.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 games-arcade/taisei/metadata.xml|  5 +++
 games-arcade/taisei/taisei-1.3.1.ebuild | 30 +-
 games-arcade/taisei/taisei-.ebuild  | 54 +
 3 files changed, 81 insertions(+), 8 deletions(-)

diff --git a/games-arcade/taisei/metadata.xml b/games-arcade/taisei/metadata.xml
index 3111344..8d7c68e 100644
--- a/games-arcade/taisei/metadata.xml
+++ b/games-arcade/taisei/metadata.xml
@@ -5,6 +5,10 @@
cont...@hacktivis.me
Haelwenn (lanodan) Monnier

+   
+   o.freyerm...@googlemail.com
+   Oliver Freyermuth
+   


https://github.com/taisei-project/taisei/issues
https://taisei-project.org/news.atom
@@ -14,6 +18,7 @@
Taisei is an open clone of the Touhou Project series. Touhou is 
a one-man project of shoot-em-up games set in an isolated world full of 
Japanese folklore.


+   Enable link time optimization
Enable loading of game data from ZIP packages 
via dev-libs/libzip

 

diff --git a/games-arcade/taisei/taisei-1.3.1.ebuild 
b/games-arcade/taisei/taisei-1.3.1.ebuild
index ef0458c..a8371fb 100644
--- a/games-arcade/taisei/taisei-1.3.1.ebuild
+++ b/games-arcade/taisei/taisei-1.3.1.ebuild
@@ -5,15 +5,22 @@ EAPI=7
 
 inherit meson
 
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
+else
+   
SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
 DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
 HOMEPAGE="https://taisei-project.org/;
-LICENSE="BSD"
+LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
 SLOT="0"
-SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
-KEYWORDS="~amd64"
-IUSE="zip"
 
-S="${WORKDIR}/${PN}-v${PV}"
+IUSE="doc +lto zip"
 
 DEPEND="
media-libs/freetype:2
@@ -24,17 +31,24 @@ DEPEND="
sys-libs/zlib
zip? ( dev-libs/libzip )
 "
+BDEPEND=">=dev-util/meson-0.49
+   >=dev-lang/python-3.5
+   doc? ( dev-python/docutils )"
 
 src_prepare() {
-   sed -i '/strip=true/d' meson.build || die "Failed removing 
auto-stripping"
-   sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', 
\'taisei-${PV}\')/" \
-   meson.build || die "Failed changing doc_path"
+   if use doc; then
+   sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, 
\'doc\', \'${P}\')/" \
+   meson.build || die "Failed changing doc_path"
+   fi
default
 }
 
 src_configure() {
local emesonargs=(
+   $(meson_use doc docs)
+   $(meson_use lto b_lto)
$(meson_use zip enable_zip)
+   -Dstrip=false
)
meson_src_configure
 }

diff --git a/games-arcade/taisei/taisei-.ebuild 
b/games-arcade/taisei/taisei-.ebuild
new file mode 100644
index 000..a8371fb
--- /dev/null
+++ b/games-arcade/taisei/taisei-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="https://github.com/taisei-project/taisei.git;
+else
+   
SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/${PN}-v${PV}.tar.xz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
+HOMEPAGE="https://taisei-project.org/;
+LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
+SLOT="0"
+
+IUSE="doc +lto zip"
+
+DEPEND="
+   media-libs/freetype:2
+   >=media-libs/libpng-1.5
+   media-libs/libsdl2
+   media-libs/sdl2-mixer
+   media-libs/libwebp
+   sys-libs/zlib
+   zip? ( dev-libs/libzip )
+"
+BDEPEND=">=dev-util/meson-0.49
+   >=dev-lang/python-3.5
+   doc? ( dev-python/docutils )"
+
+src_prepare() {
+   if use doc; then
+   sed -i "s/doc_path = 

[gentoo-commits] repo/proj/guru:dev commit in: media-video/mpv-mpris/

2020-06-02 Thread Oliver Freyermuth
commit: 9ef79e7cec50c7f1bb959cc797f31a313916d3dd
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 17:05:53 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Tue Jun  2 17:05:53 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef79e7c

media-video/mpv-mpris: Fix missing dep on media-video/mpv[libmpv].

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 2 +-
 media-video/mpv-mpris/mpv-mpris-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
index 290300d..f9abd91 100644
--- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 LICENSE="MIT"
 IUSE="+autoload"
 
-RDEPEND="media-video/mpv:=[cplugins]
+RDEPEND="media-video/mpv:=[cplugins,libmpv]
dev-libs/glib"
 DEPEND="${RDEPEND}
virtual/pkgconfig"

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
index 290300d..f9abd91 100644
--- a/media-video/mpv-mpris/mpv-mpris-.ebuild
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 LICENSE="MIT"
 IUSE="+autoload"
 
-RDEPEND="media-video/mpv:=[cplugins]
+RDEPEND="media-video/mpv:=[cplugins,libmpv]
dev-libs/glib"
 DEPEND="${RDEPEND}
virtual/pkgconfig"



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

2020-06-02 Thread Andreas Sturmlechner
commit: 61558dc96f8131620d7818dffc68a32092722c03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 16:42:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 16:42:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61558dc9

profiles: package.deprecated: Add libgnomeui-removal tracker bug no

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

 profiles/package.deprecated | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index d505ba13fdc..fc5f3e900df 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -48,7 +48,7 @@ dev-python/pytest-runner
 
 # Matt Turner  (2020-03-17)
 # Deprecated GNOME 2 era packages
-# Bugs #640022, #713010
+# Bugs #640022, #713010, #726784
 dev-python/pygobject:2
 gnome-base/gnome-vfs
 gnome-base/libbonobo



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

2020-06-02 Thread Andreas Sturmlechner
commit: 3ba39070dac35294170878b9fb92789d719e87bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 15:56:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 15:56:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba39070

media-sound/jack-rack: Drop USE gnome

Closes: https://bugs.gentoo.org/644328
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../jack-rack/jack-rack-1.4.8_rc1-r1.ebuild| 65 ++
 1 file changed, 65 insertions(+)

diff --git a/media-sound/jack-rack/jack-rack-1.4.8_rc1-r1.ebuild 
b/media-sound/jack-rack/jack-rack-1.4.8_rc1-r1.ebuild
new file mode 100644
index 000..f92eced8b10
--- /dev/null
+++ b/media-sound/jack-rack/jack-rack-1.4.8_rc1-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic toolchain-funcs
+
+MY_P=${PN}_${PV/_/\~}
+DEB_URI="mirror://debian/pool/main/j/${PN}"
+
+DESCRIPTION="JACK Rack is an effects rack for the JACK low latency audio API"
+HOMEPAGE="http://jack-rack.sourceforge.net/;
+SRC_URI="${DEB_URI}/${MY_P}.orig.tar.gz ${DEB_URI}/${MY_P}-1.debian.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE="alsa lash +xml"
+
+RDEPEND="
+   media-libs/ladspa-sdk
+   virtual/jack
+   virtual/libintl
+   x11-libs/gtk+:2
+   alsa? ( media-libs/alsa-lib:= )
+   lash? ( media-sound/lash:= )
+   xml? (
+   dev-libs/libxml2:=
+   media-libs/liblrdf:=
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-f9fb65d"
+
+PATCHES=(
+   "${WORKDIR}"/debian/patches/01-desktop_file.patch
+   "${WORKDIR}"/debian/patches/02-gcc45_binutils_gold.patch
+   "${WORKDIR}"/debian/patches/03-remove_midi_when_replacing_plugin.patch
+   "${FILESDIR}"/${PN}-1.4.6-noalsa.patch
+   "${FILESDIR}"/${PN}-1.4.7-disable_deprecated.patch
+   "${FILESDIR}"/${P}-noxml.patch
+   "${FILESDIR}"/${P}-underlinking.patch
+   "${FILESDIR}"/${P}-QA-fix-desktop-file.patch
+)
+
+src_prepare() {
+   default
+   eautopoint
+   eautoreconf
+}
+
+src_configure() {
+   # Use lrdf.pc to get -I/usr/include/raptor2 (lrdf.h -> raptor.h)
+   use xml && append-cppflags $($(tc-getPKG_CONFIG) --cflags lrdf)
+
+   econf \
+   $(use_enable alsa aseq) \
+   --disable-gnome \
+   $(use_enable lash) \
+   $(use_enable xml) \
+   $(use_enable xml lrdf)
+}



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

2020-06-02 Thread Andreas Sturmlechner
commit: 0385b979186d53a534c843cb9f17459d88215301
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 16:19:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 16:19:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0385b979

games-board/grhino: Drop 0.16.1-r1, libgnomeui--

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

 games-board/grhino/grhino-0.16.1-r1.ebuild | 47 --
 games-board/grhino/metadata.xml|  3 --
 2 files changed, 50 deletions(-)

diff --git a/games-board/grhino/grhino-0.16.1-r1.ebuild 
b/games-board/grhino/grhino-0.16.1-r1.ebuild
deleted file mode 100644
index 2697f40697f..000
--- a/games-board/grhino/grhino-0.16.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
-HOMEPAGE="http://rhino.sourceforge.net/;
-SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome gtp nls"
-
-RDEPEND="gnome? ( =gnome-base/libgnomeui-2* )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-
-   sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
-   Makefile.in || die
-}
-
-src_configure() {
-   if use gnome || use gtp; then
-   econf \
-   --localedir=/usr/share/locale \
-   $(use_enable gnome) \
-   $(use_enable gtp) \
-   $(use_enable nls)
-   else
-   econf \
-   --localedir=/usr/share/locale \
-   --enable-gtp \
-   --disable-gnome \
-   $(use_enable nls)
-   fi
-}
-
-src_install() {
-   default
-   use gnome && make_desktop_entry ${PN} GRhino
-}

diff --git a/games-board/grhino/metadata.xml b/games-board/grhino/metadata.xml
index 5a4a37d191d..08b07391781 100644
--- a/games-board/grhino/metadata.xml
+++ b/games-board/grhino/metadata.xml
@@ -8,9 +8,6 @@
   
 An Othello game with strong AI.
 
-  
-Install the GTP (Go/Game Text Protocol) frontend
-  
   
 rhino
   



[gentoo-commits] repo/proj/guru:dev commit in: media-video/mpv-mpris/

2020-06-02 Thread Oliver Freyermuth
commit: 99f678492d15f81466c38763b0fa2c48d0d6cc47
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Jun  2 16:33:44 2020 +
Commit: Oliver Freyermuth  googlemail  com>
CommitDate: Tue Jun  2 16:33:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99f67849

media-video/mpv-mpris: New package.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oliver Freyermuth  googlemail.com>

 media-video/mpv-mpris/Manifest  |  1 +
 media-video/mpv-mpris/metadata.xml  | 15 +
 media-video/mpv-mpris/mpv-mpris-0.5.ebuild  | 48 +
 media-video/mpv-mpris/mpv-mpris-.ebuild | 48 +
 4 files changed, 112 insertions(+)

diff --git a/media-video/mpv-mpris/Manifest b/media-video/mpv-mpris/Manifest
new file mode 100644
index 000..21feb4b
--- /dev/null
+++ b/media-video/mpv-mpris/Manifest
@@ -0,0 +1 @@
+DIST mpv-mpris-0.5.tar.gz 8559 BLAKE2B 
7eef231ab3855ed3f0a708484881f1df93152d9b79be491986ed0da2cd54870101d5fd90a35d95344b886a6af930c303b3f8c0bc480b55c8799ec8b96e7acdab
 SHA512 
9c28b4f3fdcd6bddf3824125f994807d7a31f8e7398178296dab9d4422d3cc71a0b798ae75fe68c890556c993fb04bf5d7ffa379676312840fdf219bf4a974f7

diff --git a/media-video/mpv-mpris/metadata.xml 
b/media-video/mpv-mpris/metadata.xml
new file mode 100644
index 000..b7574b8
--- /dev/null
+++ b/media-video/mpv-mpris/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+o.freyerm...@googlemail.com
+Oliver Freyermuth
+  
+  
+https://github.com/hoyon/mpv-mpris/issues
+hoyon/mpv-mpris
+  
+  
+Load plugin automatically
+  
+

diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild 
b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
new file mode 100644
index 000..290300d
--- /dev/null
+++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+SLOT="0"
+LICENSE="MIT"
+IUSE="+autoload"
+
+RDEPEND="media-video/mpv:=[cplugins]
+   dev-libs/glib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=(
+   README.md
+)
+
+src_install() {
+   insinto "/usr/$(get_libdir)/mpv"
+   doins mpris.so
+   use autoload && dosym "/usr/$(get_libdir)/mpv/mpris.so" 
"/etc/mpv/scripts/mpris.so"
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! use autoload; then
+   elog
+   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
+   elog "You have to activate it manually by passing"
+   elog " \"/usr/$(get_libdir)/mpv/mpris.so\" "
+   elog "as script option to mpv or symlinking the library to 
\"scripts/\" in your mpv"
+   elog "config directory."
+   elog "Alternatively, activate the autoload use flag."
+   elog
+   fi
+}

diff --git a/media-video/mpv-mpris/mpv-mpris-.ebuild 
b/media-video/mpv-mpris/mpv-mpris-.ebuild
new file mode 100644
index 000..290300d
--- /dev/null
+++ b/media-video/mpv-mpris/mpv-mpris-.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+SLOT="0"
+LICENSE="MIT"
+IUSE="+autoload"
+
+RDEPEND="media-video/mpv:=[cplugins]
+   dev-libs/glib"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=(
+   README.md
+)
+
+src_install() {
+   insinto "/usr/$(get_libdir)/mpv"
+   doins mpris.so
+   use autoload && dosym "/usr/$(get_libdir)/mpv/mpris.so" 
"/etc/mpv/scripts/mpris.so"
+   einstalldocs
+}
+
+pkg_postinst() {
+   if ! use autoload; then
+   elog
+   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
+   elog "You have to activate it manually by passing"
+   elog " \"/usr/$(get_libdir)/mpv/mpris.so\" "
+   elog "as script option to mpv or symlinking the library to 
\"scripts/\" in your mpv"
+   elog "config directory."
+   elog "Alternatively, activate the autoload use flag."
+   elog
+   fi
+}



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

2020-06-02 Thread Andreas Sturmlechner
commit: e62537832fce14144895baed0417ec6a592f9377
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 15:57:02 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 15:57:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6253783

media-sound/jack-rack: Drop 1.4.8_rc1

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

 media-sound/jack-rack/jack-rack-1.4.8_rc1.ebuild | 66 
 1 file changed, 66 deletions(-)

diff --git a/media-sound/jack-rack/jack-rack-1.4.8_rc1.ebuild 
b/media-sound/jack-rack/jack-rack-1.4.8_rc1.ebuild
deleted file mode 100644
index 002b6ccc6f6..000
--- a/media-sound/jack-rack/jack-rack-1.4.8_rc1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-MY_P=${PN}_${PV/_/\~}
-DEB_URI="mirror://debian/pool/main/j/${PN}"
-
-DESCRIPTION="JACK Rack is an effects rack for the JACK low latency audio API"
-HOMEPAGE="http://jack-rack.sourceforge.net/;
-SRC_URI="${DEB_URI}/${MY_P}.orig.tar.gz ${DEB_URI}/${MY_P}-1.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa gnome lash +xml"
-
-RDEPEND="
-   media-libs/ladspa-sdk
-   virtual/jack
-   virtual/libintl
-   x11-libs/gtk+:2
-   alsa? ( media-libs/alsa-lib:= )
-   gnome? ( gnome-base/libgnomeui:= )
-   lash? ( media-sound/lash:= )
-   xml? (
-   dev-libs/libxml2:=
-   media-libs/liblrdf:=
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-f9fb65d"
-
-PATCHES=(
-   "${WORKDIR}"/debian/patches/01-desktop_file.patch
-   "${WORKDIR}"/debian/patches/02-gcc45_binutils_gold.patch
-   "${WORKDIR}"/debian/patches/03-remove_midi_when_replacing_plugin.patch
-   "${FILESDIR}"/${PN}-1.4.6-noalsa.patch
-   "${FILESDIR}"/${PN}-1.4.7-disable_deprecated.patch
-   "${FILESDIR}"/${P}-noxml.patch
-   "${FILESDIR}"/${P}-underlinking.patch
-   "${FILESDIR}"/${P}-QA-fix-desktop-file.patch
-)
-
-src_prepare() {
-   default
-   eautopoint
-   eautoreconf
-}
-
-src_configure() {
-   # Use lrdf.pc to get -I/usr/include/raptor2 (lrdf.h -> raptor.h)
-   use xml && append-cppflags $($(tc-getPKG_CONFIG) --cflags lrdf)
-
-   econf \
-   $(use_enable alsa aseq) \
-   $(use_enable gnome) \
-   $(use_enable lash) \
-   $(use_enable xml) \
-   $(use_enable xml lrdf)
-}



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

2020-06-02 Thread Andreas Sturmlechner
commit: 44fb2f6870fa138cbcb871ee3822d0fe0900cda6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun  2 16:18:15 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun  2 16:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fb2f68

games-board/teg: Drop 0.11.2 (r0), EAPI-5--

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

 games-board/teg/teg-0.11.2.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/games-board/teg/teg-0.11.2.ebuild 
b/games-board/teg/teg-0.11.2.ebuild
deleted file mode 100644
index c4525b381ad..000
--- a/games-board/teg/teg-0.11.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2
-
-DESCRIPTION="Gnome Risk Clone"
-HOMEPAGE="http://teg.sourceforge.net/;
-SRC_URI="mirror://sourceforge/teg/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="nls"
-
-RDEPEND="dev-libs/glib:2
-   gnome-base/libgnomeui
-   gnome-base/libgnome
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   app-text/htmltidy
-   nls? ( sys-devel/gettext )"



[gentoo-commits] proj/qa-scripts:master commit in: cgi-bin/

2020-06-02 Thread Michał Górny
commit: bfa8601882f94b74f08971bc5ae0b7751f8ac3d5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 16:28:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 16:28:17 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=bfa86018

get-git-file: Replace / with : for apache's sake

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

 cgi-bin/get-git-file.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
index 09e0122..9451d1e 100755
--- a/cgi-bin/get-git-file.sh
+++ b/cgi-bin/get-git-file.sh
@@ -25,7 +25,8 @@ main() {
projects=--projects
;;
pkg=*)
-   filter_pkg="--pkg ${q#pkg=}"
+   pkgs=${q#pkg=}
+   filter_pkg="--pkg ${pkgs//://}"
;;
esac
[[ ${qs} == *\;* ]] && qs=${qs#*;} || qs=



[gentoo-commits] proj/qa-scripts:master commit in: cgi-bin/

2020-06-02 Thread Michał Górny
commit: 303638ac23747f92a44b0e7eaa6821ebcb147aee
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 16:19:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 16:19:03 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=303638ac

Fix silly thinko

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

 cgi-bin/get-git-file.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
index ef57a72..09e0122 100755
--- a/cgi-bin/get-git-file.sh
+++ b/cgi-bin/get-git-file.sh
@@ -25,7 +25,7 @@ main() {
projects=--projects
;;
pkg=*)
-   filter_pkg="--pkg ${pkg}"
+   filter_pkg="--pkg ${q#pkg=}"
;;
esac
[[ ${qs} == *\;* ]] && qs=${qs#*;} || qs=



[gentoo-commits] proj/qa-scripts:master commit in: cgi-bin/, /

2020-06-02 Thread Michał Górny
commit: ed8c6968a49e85d8da58425eb1eb946f01ab48e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  2 16:14:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  2 16:14:42 2020 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ed8c6968

Support package filtering & rev info in pkgcheck2html

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

 cgi-bin/get-git-file.sh | 8 +++-
 pkgcheck2html   | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/cgi-bin/get-git-file.sh b/cgi-bin/get-git-file.sh
index e899601..ef57a72 100755
--- a/cgi-bin/get-git-file.sh
+++ b/cgi-bin/get-git-file.sh
@@ -24,6 +24,9 @@ main() {
include-projects)
projects=--projects
;;
+   pkg=*)
+   filter_pkg="--pkg ${pkg}"
+   ;;
esac
[[ ${qs} == *\;* ]] && qs=${qs#*;} || qs=
done
@@ -64,6 +67,9 @@ main() {
fi
fi
 
+   local revarg=
+   [[ ${commit} != HEAD ]] && revarg="--revision ${commit}"
+
local ct
case "${file}" in
*.css) ct=text/css;;
@@ -81,7 +87,7 @@ main() {
| PYTHONIOENCODING=utf8 python \
"${topdir}"/pkgcheck2html/pkgcheck2html.py ${verbose} \
-x "${topdir}"/pkgcheck2html/excludes.json \
-   ${filter_maint} ${projects} -t "${ts}" -
+   ${filter_maint} ${projects} ${filter_pkg} -t "${ts}" -
else
git cat-file -p "${tree[2]}"
fi

diff --git a/pkgcheck2html b/pkgcheck2html
index a0d7dc5..4eb6fc5 16
--- a/pkgcheck2html
+++ b/pkgcheck2html
@@ -1 +1 @@
-Subproject commit a0d7dc5e8b7d6f2c3aef16020513440851cf8b9c
+Subproject commit 4eb6fc540e0d94badb23874be411ad2df894b08f



  1   2   >