[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-05-07 Thread Hans de Graaff
commit: fc43c93052184f27eee1e02c621b958086c3a653
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  8 05:41:40 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  8 05:42:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc43c930

games-misc/lolcat: add 100.0.1

Closes: https://bugs.gentoo.org/634546
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff  gentoo.org>

 games-misc/lolcat/Manifest  |  1 +
 games-misc/lolcat/lolcat-100.0.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/games-misc/lolcat/Manifest b/games-misc/lolcat/Manifest
index 3f3ede37f1f..a08b66e3ee1 100644
--- a/games-misc/lolcat/Manifest
+++ b/games-misc/lolcat/Manifest
@@ -1 +1,2 @@
+DIST lolcat-100.0.1.gem 121344 BLAKE2B 
0105987695990c93e2676babd238f10b586c8f742d40d35281cdf131b1db8ec019cd9c9c2cf1e6d8c248a9e9d2a7d5194aecc5b2fe09d04a11c7358b7d63bb61
 SHA512 
b257d264f8059e6722eaa66125b990414a77e8d67b47472a8e974418408bcf5fbc0a7c7f1e42517660280202ee2d669c3d3850d546356bd2f5e2e84e61af33ff
 DIST lolcat-90.8.8.gem 56832 BLAKE2B 
51bcd05f5bd277ae372b224d3ec8c0a041007ea70dc12261388655a6de8172017d88a1c58f58135181dfbfbc1ec63ab762a28db477618d1e80cf31d328885211
 SHA512 
2517a2e903c52d16c9773a32fae000917741a0b323abc19cdf4cad68f9ba873f059cda5790819e0d2cb057239dca9ac39a191f9e05417a91ef99f2232e8af3dd

diff --git a/games-misc/lolcat/lolcat-100.0.1.ebuild 
b/games-misc/lolcat/lolcat-100.0.1.ebuild
new file mode 100644
index 000..43a1f78591e
--- /dev/null
+++ b/games-misc/lolcat/lolcat-100.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Rainbows and unicorns!"
+HOMEPAGE="https://github.com/busyloop/lolcat;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_rdepend "
+   dev-ruby/optimist:3
+   >=dev-ruby/paint-2.1:0"
+
+all_ruby_prepare() {
+   sed -e '/manpages/ s:^:#:' \
+   -e 's/git ls-files --/echo/' \
+   -e 's/git ls-files/find/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   doman man/lolcat.6
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/lolcat/

2020-05-07 Thread Hans de Graaff
commit: 15d8494e67e0d394d92f6e58b05a23d0d69849f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  8 05:22:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  8 05:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d8494e

games-misc/lolcat: cleanup

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

 games-misc/lolcat/lolcat-90.8.8.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/games-misc/lolcat/lolcat-90.8.8.ebuild 
b/games-misc/lolcat/lolcat-90.8.8.ebuild
deleted file mode 100644
index 9945e314222..000
--- a/games-misc/lolcat/lolcat-90.8.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="lolcat.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Rainbows and unicorns!"
-HOMEPAGE="https://github.com/busyloop/lolcat;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-ruby_add_rdepend "
-   >=dev-ruby/trollop-2.1.2:2
-   >=dev-ruby/paint-2.0.0"



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

2020-05-07 Thread Hans de Graaff
commit: 459a9c80b5ac8da5757620d5595177af1b9379c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May  8 05:22:17 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May  8 05:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459a9c80

dev-ruby/trollop: add 2.9.10

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

 dev-ruby/trollop/Manifest  |  1 +
 dev-ruby/trollop/trollop-2.9.10.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest
index 563a9380b8e..4bf1987e96a 100644
--- a/dev-ruby/trollop/Manifest
+++ b/dev-ruby/trollop/Manifest
@@ -1 +1,2 @@
 DIST trollop-2.1.3.gem 30208 BLAKE2B 
a5fd19679821c55459cf7792f3ec26b8580732e84107f7a3519dcbcf1729ce48567ca2d35346b3e27d3083a3b6cae160ded8c18a118cb04a7a6e60c82bd91e78
 SHA512 
4d172c6d75f40edb36c353d2e32afce10b012f02927772fa201256126f88c62adce39400225434a80fd678e1cad703e3d3f32cdeddd150287a44ff81a2fca819
+DIST trollop-2.9.10.gem 29696 BLAKE2B 
f69b1ab8ce166f9fe6198e177266ee86e38f3bed4c3a55529705aedc4518cc04a48b9bee4463887fc4ac1cd04cad98d35c298265ad1433ced11e0ff5bc1f50ce
 SHA512 
21a0db09d480353ff846a1311b118e0b0db4ca13a559dd1749c1478eff7080dd04e5308dbf1807215eadb68e276c991970b23357e9a3497acb9f705f7f77253c

diff --git a/dev-ruby/trollop/trollop-2.9.10.ebuild 
b/dev-ruby/trollop/trollop-2.9.10.ebuild
new file mode 100644
index 000..5a12cb71049
--- /dev/null
+++ b/dev-ruby/trollop/trollop-2.9.10.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Trollop is a commandline option parser for Ruby"
+HOMEPAGE="https://manageiq.github.io/trollop/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+SLOT="2"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/chronic )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundle/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   MUTANT=true ${RUBY} -S rake test || die "Tests failed."
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/e-flat-theme/

2020-05-07 Thread Joonas Niilola
commit: 1910716daf27584ae1b132d0773f3ce52046ae3b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri May  8 05:33:44 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May  8 05:35:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1910716d

x11-themes/e-flat-theme: remove old

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

 x11-themes/e-flat-theme/Manifest   |  1 -
 .../e-flat-theme/e-flat-theme-0_pre20200401.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/x11-themes/e-flat-theme/Manifest b/x11-themes/e-flat-theme/Manifest
index 811a7ffeea9..677570794f1 100644
--- a/x11-themes/e-flat-theme/Manifest
+++ b/x11-themes/e-flat-theme/Manifest
@@ -1,2 +1 @@
-DIST e-flat-theme-0_pre20200401.edj 45838952 BLAKE2B 
1f4180b120141c732a3ffacda6075eddb42e23ebf65a89e4f0efa904d52e1dc396c97eb0bd220fbf66d9847c866fd310aefbd48ed1360dbcbe537b5bacef
 SHA512 
20bed0c1630375a83db57c9019b8ddfa6302168c66d632b26eb25730cd916dcf5a621c962b4ffe659e8bcb90b555e7eec6a106e8d091e450cf1b58ac3c06a64f
 DIST e-flat-theme-0_pre20200427.edj 45737040 BLAKE2B 
2cc6637da79452eb986d256c12037fec32ce86688e634268bf2c01f0507c2778b737fce2f6d92e13ba39a5a249004881f1a3171d2af8506774394459c0a38de6
 SHA512 
ad96572523c124db4093812eeac539ab2003c4d588b87ed037b52ba1894e47466005634dd3bdd9f2148d0f64f125a86ca5be66a671d03d7cf8829828cb8ee71c

diff --git a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild 
b/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild
deleted file mode 100644
index 1ce5c3e1bab..000
--- a/x11-themes/e-flat-theme/e-flat-theme-0_pre20200401.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A modern, flat theme for Enlightenment WM"
-HOMEPAGE="https://www.enlightenment.org/ https://phab.enlightenment.org/T6726;
-SRC_URI="https://dev.gentoo.org/~juippis/distfiles/${P}.edj;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-
-RDEPEND="x11-wm/enlightenment"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   default
-
-   # doins doesn't allow installing straight from DISTDIR.
-   cp "${DISTDIR}"/${P}.edj . || die "Failed to prepare theme file."
-}
-
-src_configure() { :; }
-src_compile() { :; }
-
-src_install() {
-   insinto /usr/share/elementary/themes/
-   newins ${P}.edj flat-0.edj
-}
-
-pkg_postinst() {
-   elog "You'll find e-flat-theme under System themes in theme selector."
-
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   ewarn ""
-   ewarn "You're updating flat-0 theme. Please reload 
Enlightenment"
-   ewarn "through Menu -> Enlightenment -> Restart, or by issuing"
-   ewarn "  enlightenment -restart"
-   ewarn ""
-   fi
-}



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

2020-05-07 Thread Joonas Niilola
commit: e551a66921a73e1fa22e30eada127fba693b8e86
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri May  8 05:34:22 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May  8 05:35:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e551a669

media-gfx/eom: fix manifest

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

 media-gfx/eom/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 6d59d3492ce..6fcaa9ba8a6 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,4 +1,3 @@
-DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 
5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698
 SHA512 
1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
 DIST eom-1.22.1.tar.xz 2142132 BLAKE2B 
c68f6d6ee4284de7dea3f3d9761f4b67a2edc0a169b3c3ac04ac6efd13e9f1044cf0be023e36891672b31ff73815d7ce765d8db656bbeb69f324e0ee412eb231
 SHA512 
f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
 DIST eom-1.22.2.tar.xz 2158376 BLAKE2B 
88d8b635af5b37f1ee4a36c08eb6f4a50cada86f605ab5927b031458f7f36191fa76457263ce38a9f8a02b7ba59308655b5df7039a73083192bf89c15fbee32f
 SHA512 
1045c6bb98056ad707b0acf509c12e0400c21238482bf801abc6b69252f2ffe9687f7fda8b7e09c6338bc80794b104cbb42c1ea89ff1f169c45fdc1fcbdbeabe
 DIST eom-1.24.0.tar.xz 2433420 BLAKE2B 
58f99ba3cf0df3594c459af691cc6ab281657facb49bc3b6101bec1718b165b72b882aabd9abac3c4981b547157aa64d2f24f174fccae06cdaa685728e49740c
 SHA512 
17d26a9341cde0a86f8d8b65008f554398111d80f5d131441654bd9e907df9c9d696038e678aca8d7f4bd2923ff593f626735a3cc30451118818cdbebceb87ab



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

2020-05-07 Thread Joonas Niilola
commit: 1a7d18f23403cefa32f8e06b25607f8886b6d1fd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri May  8 05:33:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May  8 05:35:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7d18f2

sys-process/uksmd: remove old

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

 sys-process/uksmd/Manifest |  1 -
 ...ksmd-0_pre20190726-respect-cflags-ldflags.patch | 15 --
 sys-process/uksmd/uksmd-0_pre20200420.ebuild   | 34 --
 3 files changed, 50 deletions(-)

diff --git a/sys-process/uksmd/Manifest b/sys-process/uksmd/Manifest
index 009da647990..ef1d7d35405 100644
--- a/sys-process/uksmd/Manifest
+++ b/sys-process/uksmd/Manifest
@@ -1,2 +1 @@
-DIST uksmd-0_pre20200420.tar.bz2 13464 BLAKE2B 
717bb4c54ce3d56ec89ff08e0a60ff3e1f2f260c3e63f7821842f7c1216aeee4efb1cad693db4f9c03000dbde7c47b880356f175cb35b9c3861f3511090e4f32
 SHA512 
ed1d44c41f2f8731d1dad8a13c17cf412a6f735a68087969cb667f85945705b93ac716f010aae24825c0b32d43c38dad5661c7a36fc59fa89d553471d806d1ee
 DIST uksmd-0_pre20200504.tar.bz2 13919 BLAKE2B 
abda5df86a2592f2e1299f23a94389c7c4af36a37e38e9f618860b5ce0b7fc796eb3b0f248bda7e3522643f5d3a3219fd5d1c66e5a21f32f8bda2a6942f6339b
 SHA512 
9b69b3fea603aab2af27a3542e6b217de31c227581779602ae67d352917e79626530fd6ad769a8a7c147f2883926458757fbca7502b4034550292c7e6e14f2f0

diff --git 
a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch 
b/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
deleted file mode 100644
index 7e92204d403..000
--- a/sys-process/uksmd/files/uksmd-0_pre20190726-respect-cflags-ldflags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/Makefile b/Makefile
 a/Makefile 2019-05-19 16:36:31.0 +0300
-+++ b/Makefile 2019-07-24 18:12:29.444896030 +0300
-@@ -1,8 +1,8 @@
- PROG = uksmd
- OBJS = uksmd.o
--PREFIX ?= /usr/local
--CFLAGS = -O3 -Wall -Wextra -pedantic -pipe -fstack-protector-strong -fno-plt
--LDFLAGS = -lprocps
-+PREFIX ?= /usr
-+CFLAGS += -Wextra -pedantic -fstack-protector-strong -fno-plt
-+LDFLAGS += -lprocps
- 
- all: build
- 

diff --git a/sys-process/uksmd/uksmd-0_pre20200420.ebuild 
b/sys-process/uksmd/uksmd-0_pre20200420.ebuild
deleted file mode 100644
index c90b24e862e..000
--- a/sys-process/uksmd/uksmd-0_pre20200420.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd
-
-MY_COMMIT="9b6a6e55e07c524ba0a36eb25c869b47655010ee"
-MY_P="${PN}-${MY_COMMIT}"
-
-DESCRIPTION="Userspace KSM helper daemon"
-HOMEPAGE="https://gitlab.com/post-factum/uksmd;
-SRC_URI="https://gitlab.com/post-factum/uksmd/-/archive/${MY_COMMIT}/${MY_P}.tar.bz2
 -> ${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="sys-process/procps:="
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~KSM"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/uksmd-0_pre20190726-respect-cflags-ldflags.patch" )
-
-src_install() {
-   default
-   einstalldocs
-
-   newinitd "${FILESDIR}/uksmd.init" uksmd
-   systemd_dounit distro/uksmd.service
-}



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

2020-05-07 Thread Matt Turner
commit: 34d6bc41a9e5fb8417b3a63f9391057717406a23
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May  8 05:32:50 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May  8 05:32:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d6bc41

profile: Mask x11-libs/libXxf86misc for removal

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 1e40c21a9c5..339422ede6e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Matt Turner  (2020-05-08)
+# Client-side library for an X extension that has not been supported by Xorg
+# for about a decade. Masked for removal in 30 days. Bug #720150
+x11-libs/libXxf86misc
+
 # Andreas Sturmlechner  (2020-05-03)
 # Last release in 2015, not compatible with >=media-gfx/gimp-2.10.0
 # Masked for removal in 30 days.



[gentoo-commits] proj/sci:master commit in: sci-libs/pybids/

2020-05-07 Thread Horea Christian
commit: 44f1e176100adf8de5b8dcb9c460f23f2d70b3f6
Author: Horea Christian  chymera  eu>
AuthorDate: Fri May  8 05:07:01 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri May  8 05:07:01 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=44f1e176

sci-libs/pybids: updated PYTHON_COMPAT

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Horea Christian  chymera.eu>

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

diff --git a/sci-libs/pybids/pybids-0.6.5.ebuild 
b/sci-libs/pybids/pybids-0.6.5.ebuild
index 1a3e5aa5f..4aec991e7 100644
--- a/sci-libs/pybids/pybids-0.6.5.ebuild
+++ b/sci-libs/pybids/pybids-0.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/releng:master commit in: tools/

2020-05-07 Thread Robin H. Johnson
commit: 77b29c8686fa5aa681163ab7b38958347b329308
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri May  8 04:59:19 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri May  8 04:59:19 2020 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=77b29c86

tools/catalyst-auto: permit OTHER flags in /etc/resolv.conf

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

 tools/catalyst-auto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 0cd9275f..27ba3700 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -244,7 +244,7 @@ verify_dnssec() {
exit 1
fi
 
-   if ! grep -q '^options \' /etc/resolv.conf; then
+   if ! grep -q '^options\>.*\' /etc/resolv.conf; then
echo "DNSSEC is not enabled in /etc/resolv.conf"
exit 1
fi



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme-faenza/

2020-05-07 Thread Adam Feldman
commit: f0071ee3af87e0c5f33a9154fd1fe80701a37508
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:16:05 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0071ee3

x11-themes/mate-icon-theme-faenza: Stabilize 1.20.0 for amd64,x86

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

 x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.20.0.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.20.0.ebuild
index d349b663378..b344d2f7a3e 100644
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.20.0.ebuild
+++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.20.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"



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

2020-05-07 Thread Adam Feldman
commit: 360c5f3286f1bd9b5f557d6b54607d4e4180bcd1
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:11:12 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360c5f32

media-gfx/eom: Stabilize 1.22.2 for amd64,x86

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

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

diff --git a/media-gfx/eom/eom-1.22.2.ebuild b/media-gfx/eom/eom-1.22.2.ebuild
index cd0a1d6937c..42ba95e06f2 100644
--- a/media-gfx/eom/eom-1.22.2.ebuild
+++ b/media-gfx/eom/eom-1.22.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="The MATE image viewer"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/, mate-extra/mate-utils/files/

2020-05-07 Thread Adam Feldman
commit: cbce202a5db01cfb0246b26bdc430a2459df3e11
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:34:50 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbce202a

mate-extra/mate-utils: Drop old

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

 mate-extra/mate-utils/Manifest |   2 -
 .../mate-utils-1.22.1-make-inkscape-optional.patch | 192 -
 mate-extra/mate-utils/mate-utils-1.22.0.ebuild |  65 ---
 mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild  |  68 
 4 files changed, 327 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index cd12a5d7a11..3f092304965 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,4 +1,2 @@
-DIST mate-utils-1.22.0.tar.xz 7300112 BLAKE2B 
8a613b6dcb99e652ad6b44bd64ad9b2f9c809713b5fb904059b64234b51e2a06b2290dcf14d7dde82e8011be2ca395fe74d87bcae5b903b196d55bb50e8fdf07
 SHA512 
248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70
-DIST mate-utils-1.22.1.tar.xz 7284496 BLAKE2B 
83e7e39a0daadae595ab2cc90ad250f61a294afc896df28bf17259cec619af4b0c9d1927c07b03a0cdd7449174af258227678299823169e2cb4d9c4d3ec98c92
 SHA512 
0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d
 DIST mate-utils-1.22.2.tar.xz 7306448 BLAKE2B 
0fb28f85e39ac58c1e78e6f5f4c6d01e72a2b8c32197739b93ec3f17617b4676fdfe251b81e3b5b01c44f69136d9bfc8d12d64fff832d5a9f1c30591b2facebb
 SHA512 
bf33019ebd1dc4ff6010ba0824981334b7065a62dfc7a73170487df5f165ad20831a900ef4e4e0641ca130aa618f82aa27606f0a48c2cb9907ea7ef118f02a60
 DIST mate-utils-1.24.0.tar.xz 7930068 BLAKE2B 
0e2c82afbc2d8a90b8c31d56d9bfbb3a477b1e9cd67108e52c96f4087d09336ed9e6980551e39b43797743b9ef86cc2beabfa84fd7a5820e38122e0d0a7c968d
 SHA512 
d8945c85936a55d22f3ed94c9858ba84cadf552a63cdd2d9eec9120111ad71526ac88772f8e4b7a6a460b691574534e52706fba35a0395b1d894b27eece9e92c

diff --git 
a/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch 
b/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch
deleted file mode 100644
index 57d984b91cc..000
--- a/mate-extra/mate-utils/files/mate-utils-1.22.1-make-inkscape-optional.patch
+++ /dev/null
@@ -1,192 +0,0 @@
-From 563dec11a51f4c6517509642e335a1fd64cd4ec4 Mon Sep 17 00:00:00 2001
-From: rbuj 
-Date: Thu, 2 May 2019 20:51:09 +0200
-Subject: [PATCH] Make inkscape and rsvg-convert optional
-
-TEST on Fedora:
-inkscape, librsvg2-tools package are not installed on system: The user can 
build, install and distribute the package:
-
-  $ sudo dnf remove inkscape librsvg2-tools -y
-  $ ./configure --prefix=/usr
-  $ make
-  $ sudo make install
-  $ make distcheck
-
-logview/data/icons:
-
-Can not run build-png-icons target if inkscape package is not installed on 
system:
-
-  $ make -C logview/data/icons clean-png-icons
-make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
-rm -f hicolor_apps_16x16_mate-system-log.png 
hicolor_apps_22x22_mate-system-log.png hicolor_apps_32x32_mate-system-log.png 
hicolor_apps_48x48_mate-system-log.png hicolor_apps_256x256_mate-system-log.png
-make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
-  $ make -C logview/data/icons build-png-icons
-make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
-make: *** No rule to make target 'hicolor_apps_16x16_mate-system-log.png', 
needed by 'build-png-icons'.  Stop.
-make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
-
-Can run build-png-icons target if inkscape package is installed on system:
-
-  $ sudo dnf install inkscape -y
-  $ ./configure --prefix=/usr
-  $ make -C logview/data/icons build-png-icons
-make: Entering directory '/home/robert/devel/mate-utils/logview/data/icons'
-Background RRGGBBAA: ff00 Area 303:65:319:81 exported to 16 x 16 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_16x16_mate-system-log.png
-Background RRGGBBAA: ff00 Area 303:101:325:123 exported to 22 x 22 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_22x22_mate-system-log.png
-Background RRGGBBAA: ff00 Area 304:142:336:174 exported to 32 x 32 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_32x32_mate-system-log.png
-Background RRGGBBAA: ff00 Area 296:202:344:250 exported to 48 x 48 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_48x48_mate-system-log.png
-Background RRGGBBAA: ff00 Area 33:11:289:267 exported to 256 x 256 pixels 
(96 dpi) Bitmap saved as: hicolor_apps_256x256_mate-system-log.png
-make: Nothing to be done for 'build-png-icons'.
-make: Leaving directory '/home/robert/devel/mate-utils/logview/data/icons'
-
-baobab/pixmaps:
-
-Can not run build-png-icons target if 

[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-05-07 Thread Adam Feldman
commit: b4ef8f17bc15597dc07e107c31d9cb0a0077b2ca
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:23:04 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4ef8f17

mate-extra/mate-indicator-applet: Drop old

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

 mate-extra/mate-indicator-applet/Manifest  |  1 -
 .../mate-indicator-applet-1.22.0.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index f6576911344..5cefa4644db 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,3 +1,2 @@
-DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
 DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 
665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7
 SHA512 
2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db
 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
deleted file mode 100644
index 02aae41238c..000
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate eapi7-ver
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE indicator applet"
-LICENSE="GPL-3 GPL-3+ LGPL-2+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/libindicator-0.4:3
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig"



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

2020-05-07 Thread Adam Feldman
commit: 3eabdfbce8ea066481c769870be37c5269fcf432
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:13:35 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eabdfbc

mate-base/mate-applets: Stabilize 1.22.2-r1 for amd64,x86

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

 mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
index 97fbd7bd56c..a92aa889f8a 100644
--- a/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
+++ b/mate-base/mate-applets/mate-applets-1.22.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Applets for the MATE Desktop and Panel"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/

2020-05-07 Thread Adam Feldman
commit: 063f9f07b829404d5fb36567323ff9e3ca7ae89f
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:28:46 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063f9f07

x11-terms/mate-terminal: Stabilize 1.22.1 for amd64,x86

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

 x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
index 8eb018b4fbc..cc113ab0ab4 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="The MATE Terminal"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/

2020-05-07 Thread Adam Feldman
commit: 01a21506b0b2596195710677b10304ea97cd250c
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 03:05:35 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a21506

mate-extra/caja-extensions: Stabilize 1.22.1 for amd64,x86

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

 mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
index da783c5b662..3f9edda48e1 100644
--- a/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
+++ b/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Several Caja extensions"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eom/, mate-extra/mate-netbook/

2020-05-07 Thread Adam Feldman
commit: cecfbcbb7bc1c3d070883a7c6b7da39780fd82ff
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:24:13 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecfbcbb

mate-extra/mate-netbook: Stabilize 1.22.2 for amd64,x86

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

 mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild |  2 +-
 media-gfx/eom/eom-1.22.0.ebuild| 62 --
 2 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
index f7ce5d624a4..f440977f066 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="MATE utilities for netbooks"

diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
deleted file mode 100644
index 9e84c4ed3c3..000
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
-
-RDEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libpeas-1.8.0[gtk]
-   >=dev-libs/libxml2-2:2
-   gnome-base/dconf
-   >=mate-base/mate-desktop-1.17.0
-   sys-libs/zlib
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   x11-libs/libX11
-   >=x11-misc/shared-mime-info-0.20
-   virtual/libintl
-   exif? (
-   >=media-libs/libexif-0.6.14
-   virtual/jpeg:0
-   )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( >=media-libs/exempi-1.99.5:2 )
-   !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   mate_src_configure \
-   $(use_enable debug) \
-   $(use_enable introspection) \
-   $(use_with X x) \
-   $(use_with exif libexif) \
-   $(use_with jpeg libjpeg) \
-   $(use_with lcms cms) \
-   $(use_with svg librsvg) \
-   $(use_with xmp)
-}



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

2020-05-07 Thread Adam Feldman
commit: ff7573f4b3c5e1b5989800c5ef42d998569319c4
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:06:21 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7573f4

app-arch/engrampa:  Stabilize 1.22.3-r1 for amd64,x86

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

 app-arch/engrampa/engrampa-1.22.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/engrampa/engrampa-1.22.3-r1.ebuild 
b/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
index 92299844e0f..c611a9963d8 100644
--- a/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit eutils mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Engrampa archive manager for MATE"



[gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/

2020-05-07 Thread Adam Feldman
commit: 086b618720182ea8bbf3ee0e3c027eabe0b03cbb
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:41:50 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086b6187

app-editors/pluma: Drop old

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

 app-editors/pluma/Manifest|  2 -
 app-editors/pluma/pluma-1.22.0.ebuild | 78 ---
 app-editors/pluma/pluma-1.22.1.ebuild | 78 ---
 3 files changed, 158 deletions(-)

diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
index 7076b889416..577b723d718 100644
--- a/app-editors/pluma/Manifest
+++ b/app-editors/pluma/Manifest
@@ -1,4 +1,2 @@
-DIST pluma-1.22.0.tar.xz 3235612 BLAKE2B 
a0cda23a6ee73e562cb32c3f1430590042248b6a6e7cbf021103db507450b2a594506f3d8283eeed08e2ba5006ff51376eb6db5e94ea5ac9d5707b29e0efc2c4
 SHA512 
7c74c2ce0a89ec3813c936449d3114957e7b319433875ef567ecc508a28a1d3ddc3d0da418b2eb1278b6dc9dbaa3c75a279524f5a061b5aecb52955edcf28f51
-DIST pluma-1.22.1.tar.xz 3236724 BLAKE2B 
f571ccb79ffac11122dad1888a9804fdb1671f2c73b28c216e0ec593ffc4dac3fec3053b83fd1503e0c951e032f6e4c22fb4f3d6a1d23477a54e06de2659222e
 SHA512 
0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a
 DIST pluma-1.22.2.tar.xz 3262288 BLAKE2B 
0a7af4318ec11aa6a01dd14ed071975b6a961747c1abda9120912244f3fd530c5c06e2fc9dad6ad23175c119e35c1380e88be4b9bc1e331485b646dee87af8e1
 SHA512 
a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992
 DIST pluma-1.24.0.tar.xz 3717544 BLAKE2B 
fd9375fd05566c11c24d5bdf55ab0d4619143127a5e48c4e91d18421f50340775d58c3e2264382aa3bbd8aad0569c559e87381a9ece07ce1592d1bc1a5315db1
 SHA512 
390bf2949549baa0e3dc706526217fbc1513e2f9778917710da806e58cdfb0b7a36e95ed2186442490996cf76783acd4e0f4b8f1fedacee9ba356c0d466510be

diff --git a/app-editors/pluma/pluma-1.22.0.ebuild 
b/app-editors/pluma/pluma-1.22.0.ebuild
deleted file mode 100644
index 8760273f0a9..000
--- a/app-editors/pluma/pluma-1.22.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1 virtualx
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Pluma text editor for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+introspection spell"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests require gvfs sftp fs mounted and schema's installed. Disable tests.
-# https://github.com/mate-desktop/mate-text-editor/issues/33
-RESTRICT="test"
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libpeas-1.2.0[gtk]
-   >=dev-libs/libxml2-2.5:2
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   >=x11-libs/gtksourceview-3.0.0:3.0
-   x11-libs/libICE
-   x11-libs/libX11
-   >=x11-libs/libSM-1.0
-   x11-libs/pango
-   virtual/libintl
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   spell? (
-   >=app-text/enchant-1.2:=
-   >=app-text/iso-codes-0.35
-   )
-   !!app-editors/mate-text-editor"
-
-RDEPEND="${PYTHON_DEPS}
-   ${COMMON_DEPEND}
-   >=mate-base/mate-desktop-1.9[introspection?]"
-
-DEPEND="${COMMON_DEPEND}
-   ~app-text/docbook-xml-dtd-4.1.2
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.50.1
-   >=sys-devel/libtool-2.2.6:2
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig"
-
-src_configure() {
-   mate_src_configure \
-   $(use_enable introspection) \
-   $(use_enable spell)
-}
-
-src_test() {
-   # FIXME: This should be handled at eclass level.
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-
-   unset DBUS_SESSION_BUS_ADDRESS
-
-   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
-}

diff --git a/app-editors/pluma/pluma-1.22.1.ebuild 
b/app-editors/pluma/pluma-1.22.1.ebuild
deleted file mode 100644
index f1278f5501c..000
--- a/app-editors/pluma/pluma-1.22.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1 virtualx
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Pluma text editor for the MATE desktop"
-LICENSE="FDL-1.1+ 

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

2020-05-07 Thread Adam Feldman
commit: 2d23d74ef84a5be3ee1447d1efd76cb669795f09
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:37:32 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d23d74e

x11-misc/mozo: Drop old

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

 x11-misc/mozo/Manifest   |  2 --
 x11-misc/mozo/mozo-1.22.0.ebuild | 66 
 x11-misc/mozo/mozo-1.22.1.ebuild | 66 
 3 files changed, 134 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 932df418331..65afca0ef6c 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,4 +1,2 @@
-DIST mozo-1.22.0.tar.xz 178924 BLAKE2B 
6cc74cbdb7342d926483948391798cc9b0be66b63bba758b7ec8cea3fae01f1ecf279053612ed060a283076bdac1a9ef8bd15e3cfe61d96685aeee168ae0
 SHA512 
f3d60e94d9bf5fdd435320856563622f0687cc2844a3d51473bcef5c442f4938a4030533271ead2fd88fb0ce805c16b40d629e5a69fc642e7e670a1afd5745db
-DIST mozo-1.22.1.tar.xz 171976 BLAKE2B 
c4a1166b605d3fed68b71987dbf70b7f908aabc2c7266415b0d7ce4c8ccb93ad690c72ce83a708f9d3518cfba66128d2cd4bc5413432133299595cf4d2c5a43c
 SHA512 
6cd4ed04d43ae064077fc78ed59644bf6efe4c65c26995742166c57333d470fbe95ca4f4037e786f16dc076e75d938868948e8c2e5c662f35d971b36992f1a9b
 DIST mozo-1.22.2.tar.xz 172644 BLAKE2B 
15e643cfdceb1d62f7fd1499a42bb92a4dd8485adc764d304a2b3f31ffac962fa48f2af402564a6c1598fc97ae19288f4281bc19e9ba6855aeb329ec09bbe4ab
 SHA512 
c5122b37036291ea7a2ecdb2a2ca37bf63d88404f8fb608c45917a28f4e5996d862764ea5e33544027f8f1f144387de40e204aa69b07d5a590b76aca29e1ad71
 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193

diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild
deleted file mode 100644
index 5acaed059cd..000
--- a/x11-misc/mozo/mozo-1.22.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   mate_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir mate_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-src_install() {
-   installing() {
-   mate_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}

diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild
deleted file mode 100644
index 3c7cb640e7b..000
--- a/x11-misc/mozo/mozo-1.22.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   mate_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   

[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme-faenza/

2020-05-07 Thread Adam Feldman
commit: 0bedd9a2dfcd9671c178946b85452ea830b66ac1
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:16:30 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bedd9a2

x11-themes/mate-icon-theme-faenza: Drop old

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

 x11-themes/mate-icon-theme-faenza/Manifest |  1 -
 .../mate-icon-theme-faenza-1.18.1.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/x11-themes/mate-icon-theme-faenza/Manifest 
b/x11-themes/mate-icon-theme-faenza/Manifest
index 3bdd17eed15..356f1080a97 100644
--- a/x11-themes/mate-icon-theme-faenza/Manifest
+++ b/x11-themes/mate-icon-theme-faenza/Manifest
@@ -1,2 +1 @@
-DIST mate-icon-theme-faenza-1.18.1.tar.xz 19330596 BLAKE2B 
dc7dfb5ac21b4caf19a7d4672d8ec39b9d6f4fd0762c40dd598ad98c446059d53aa6d7a291a391126e18bfb3d16369415a06d91d11ba34d3e336ad1c9a30daa1
 SHA512 
16ddccf5b69c69a8a6c8167c38ef4603c997b756e222e61d7b2d1540598efabde01cafbc1248082054e92d078dcc792f2afd1c68ceedcbf15846cdbe6241875b
 DIST mate-icon-theme-faenza-1.20.0.tar.xz 19327552 BLAKE2B 
ce6162080d2dc1d3476970a17b37e200f3669e4c482b1e257a4b47d8a7329888966edbdf805fb360927b0eece72c4597ee5b4f2a7ee5a429f7908310199e946e
 SHA512 
361de34fde13c6a14fdac5aa1af90aa784f639d64c0bf332c18b580cb6b4d1a10d7d188fa6b19ecda125c8bbb1fc5c63ab1d5e9ae31c512f2ec3eea288aa023d

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild
deleted file mode 100644
index ee48d278624..000
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="minimal"
-
-RDEPEND="x11-themes/hicolor-icon-theme:0
-   !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
-
-RESTRICT="binchecks strip"
-
-# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
-MATE_FORCE_AUTORECONF=true
-
-src_prepare() {
-   # Remove broken libreoffice icons (dangling symlinks).
-   rm matefaenza/apps/16/*libreoffice* || die
-
-   mate_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/

2020-05-07 Thread Adam Feldman
commit: 5ae8a7cb0a9edcddc9fd77a2f46e988dfcf4234e
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:30:33 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae8a7cb

mate-extra/mate-user-share: Stabilize 1.22.1 for amd64,x86

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

 mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
index 4d22498948d..3373fa4c543 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Personal file sharing for the MATE desktop"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/

2020-05-07 Thread Adam Feldman
commit: 936280f2bb980ab75e8f9a653ba63e4e1039c77e
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 03:07:09 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936280f2

mate-extra/caja-extensions: Drop old

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

 mate-extra/caja-extensions/Manifest|  1 -
 .../caja-extensions/caja-extensions-1.22.0.ebuild  | 74 --
 2 files changed, 75 deletions(-)

diff --git a/mate-extra/caja-extensions/Manifest 
b/mate-extra/caja-extensions/Manifest
index 29431e77d92..ff363a9e59f 100644
--- a/mate-extra/caja-extensions/Manifest
+++ b/mate-extra/caja-extensions/Manifest
@@ -1,3 +1,2 @@
-DIST caja-extensions-1.22.0.tar.xz 444704 BLAKE2B 
d14f14e2ab18e9e6ea9c039d675e2948c309d470b1532e0585915f324bcf52a8e8425fdf0b6e725014e8813eefad77300172843c2118d098811b2b349d218fd1
 SHA512 
19fd287123b8d2ba67b636066e9f8910aadd47d375eb1d52136d9b808b48abacade81dde490ce3edb6fc4a9d2ddfd39d9abf294a58aed8bcaf620c1eff03e761
 DIST caja-extensions-1.22.1.tar.xz 439516 BLAKE2B 
2135e5a30c86b6f83396b9f80ff474355fe02c652cd898728431eddef22a6804e7a4ea15579b03c0984417e81f8ba89ff856aa384e94d5168b6a883e678b683a
 SHA512 
4c0fb47a251d4118c83a985732d8a549355907519b746a68eb8843c84328d868eec1535b68484c46e3d0bf4b42f0e0340fe178714f50b5f7cc8434c0e1883906
 DIST caja-extensions-1.24.0.tar.xz 548828 BLAKE2B 
0492e1f0ca7277737102f71fd195dd585614010b80c2aafd730aacd1d817b03fe0377c430615a3e4bd4a643558c02c9c4fdb2d451079a3b213fe0e6b9d4e02de
 SHA512 
f05a7d83f16aebacb04f75b76ca86e44c1a01d9ad6c2aefeac19398c4d9da8385e6852fa0118c763aee630e7eb6c7c81d77e0c9452200aee9cf4f058487c4dbf

diff --git a/mate-extra/caja-extensions/caja-extensions-1.22.0.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.22.0.ebuild
deleted file mode 100644
index 3f9edda48e1..000
--- a/mate-extra/caja-extensions/caja-extensions-1.22.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Several Caja extensions"
-LICENSE="GPL-2+"
-SLOT="0"
-
-SENDTO="cdr gajim +mail pidgin upnp"
-IUSE="image-converter +open-terminal share +wallpaper xattr ${SENDTO}"
-
-COMMON_DEPEND=">=dev-libs/glib-2.50:2
-   >=mate-base/caja-1.21.3
-   virtual/libintl
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   gajim? (
-   >=dev-libs/dbus-glib-0.60
-   >=sys-apps/dbus-1
-   )
-   open-terminal? ( >=mate-base/mate-desktop-1.17.0 )
-   pidgin? ( >=dev-libs/dbus-glib-0.60 )
-   upnp? ( >=net-libs/gupnp-0.13:0/4 )
-   xattr? ( sys-apps/attr )"
-
-RDEPEND="${COMMON_DEPEND}
-   cdr? ( >=app-cdr/brasero-2.32.1:= )
-   gajim? ( net-im/gajim )
-   image-converter? (
-   || (
-   media-gfx/imagemagick
-   media-gfx/graphicsmagick[imagemagick]
-   )
-   )
-   pidgin? ( net-im/pidgin )"
-
-DEPEND="${COMMON_DEPEND}
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.18:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !!mate-extra/mate-file-manager-open-terminal
-   !!mate-extra/mate-file-manager-sendto
-   !!mate-extra/mate-file-manager-image-converter
-   !!mate-extra/mate-file-manager-share"
-
-src_configure() {
-   local sendto_plugins="removable-devices"
-   use cdr && sendto_plugins+=",caja-burn"
-   use mail && sendto_plugins+=",emailclient"
-   use pidgin && sendto_plugins+=",pidgin"
-   use gajim && sendto_plugins+=",gajim"
-   use upnp && sendto_plugins+=",upnp"
-
-   mate_src_configure \
-   --enable-sendto \
-   --with-sendto-plugins=${sendto_plugins}\
-   --disable-gksu \
-   $(use_enable image-converter) \
-   $(use_enable open-terminal) \
-   $(use_enable share) \
-   $(use_enable wallpaper) \
-   $(use_enable xattr xattr-tags)
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/

2020-05-07 Thread Adam Feldman
commit: 2756c287e4caaf5ab56bedad1f0856fb1eaaa009
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:33:53 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2756c287

mate-extra/mate-utils: Stabilize 1.22.2-r1 for amd64,x86

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

 mate-extra/mate-utils/mate-utils-1.22.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.22.2-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.22.2-r1.ebuild
index 63022e807b7..b58cd086c83 100644
--- a/mate-extra/mate-utils/mate-utils-1.22.2-r1.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.22.2-r1.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Utilities for the MATE desktop"



[gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/

2020-05-07 Thread Adam Feldman
commit: 4b6771a43dbce67e8c359c3cd920de15150a8cdc
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:41:14 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6771a4

app-editors/pluma: Stabilize 1.22.2 for amd64,x86

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

 app-editors/pluma/pluma-1.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/pluma/pluma-1.22.2.ebuild 
b/app-editors/pluma/pluma-1.22.2.ebuild
index f1278f5501c..1ed9fe55328 100644
--- a/app-editors/pluma/pluma-1.22.2.ebuild
+++ b/app-editors/pluma/pluma-1.22.2.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit mate python-single-r1 virtualx
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Pluma text editor for the MATE desktop"



[gentoo-commits] repo/gentoo:master commit in: app-text/atril/

2020-05-07 Thread Adam Feldman
commit: 6deb5ee1bdf855faad7287fdb89cc60f62b18259
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 03:03:49 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6deb5ee1

app-text/atril: Drop old

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

 app-text/atril/Manifest|  1 -
 app-text/atril/atril-1.22.1.ebuild | 90 --
 2 files changed, 91 deletions(-)

diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
index c4442d648a8..3af59acb68d 100644
--- a/app-text/atril/Manifest
+++ b/app-text/atril/Manifest
@@ -1,3 +1,2 @@
-DIST atril-1.22.1.tar.xz 1766980 BLAKE2B 
0b7b1a7dfff13c5d803fed4140596940b20a322fce54c9f0faecd8e80bdc1e5e498603851a10a88763b20444377bcf4e7b124ac08953ab6aa4b3b2cce021a46c
 SHA512 
838ae397c868ac417c9266e4a06525d66214650cf8647e91c1472d83d50c8954f6dbb29411384892a98f0929e1fbac9947118bd0db10d50400fc0d5270a3619d
 DIST atril-1.22.3.tar.xz 1798396 BLAKE2B 
1f06585393e1a9a6d51b7cc50c52bd61e8e115aa3985ffca0233c2e09219a88c3a30b4ddbcc70bfb9ddf663810e6cc67e968f8a32bfd4a3f07b4646e896a7f18
 SHA512 
f4a83702818e1fb32279c67f1727c01480d27fe756f3fc0ff9dcd42584ce74ce10ac7ee81c0149f3756b6eb08f2a011ede28706ab54ff16a51c544a1af3b103f
 DIST atril-1.24.0.tar.xz 2062468 BLAKE2B 
374c7769f5c9753b1d9a6143c796a317914aebbb638b6f0a85b732b43b0e9ad2fff1374a5f3f4dc1abc8c265ce003bfef2cddc47cdb18ddc7f24c4905ef5232c
 SHA512 
dfdd5ed82ba76c4f0a446a95b0a6201bedf8b4d00ff46ce697a5b937251f6d7a1888ca76eef623eb84dcddb425c7ad662e179f593686bba064b7491d4d940293

diff --git a/app-text/atril/atril-1.22.1.ebuild 
b/app-text/atril/atril-1.22.1.ebuild
deleted file mode 100644
index c5b3e71e514..000
--- a/app-text/atril/atril-1.22.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Atril document viewer for MATE"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript 
t1lib tiff xps"
-
-REQUIRED_USE="t1lib? ( dvi )"
-
-RDEPEND="
-   >=app-text/poppler-0.22[cairo]
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   x11-libs/libICE
-   >=x11-libs/libSM-1:0
-   x11-libs/libX11
-   >=x11-libs/cairo-1.9.10
-   x11-libs/pango
-   caja? ( >=mate-base/caja-1.17.1[introspection?] )
-   djvu? ( >=app-text/djvu-3.5.17:0 )
-   dvi? (
-   virtual/tex-base
-   t1lib? ( >=media-libs/t1lib-5:5 )
-   )
-   epub? (
-   dev-libs/mathjax
-   >=net-libs/webkit-gtk-2.4.3:4
-   )
-   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
-   postscript? ( >=app-text/libspectre-0.2 )
-   tiff? ( >=media-libs/tiff-3.6:0 )
-   xps? ( >=app-text/libgxps-0.2.1 )
-   !!app-text/mate-document-viewer"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/rarian
-   app-text/yelp-tools
-   >=app-text/scrollkeeper-dtd-1:1.0
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-# Tests use dogtail which is not available on Gentoo.
-RESTRICT="test"
-
-src_configure() {
-   # Passing --disable-help would drop offline help, that would be 
inconsistent
-   # with helps of the most of GNOME apps that doesn't require network for 
that.
-   mate_src_configure \
-   --disable-tests \
-   --enable-comics \
-   --enable-pdf \
-   --enable-pixbuf \
-   --enable-previewer \
-   --enable-thumbnailer \
-   $(use_with gnome-keyring keyring) \
-   $(use_enable caja) \
-   $(use_enable dbus) \
-   $(use_enable debug) \
-   $(use_enable djvu) \
-   $(use_enable dvi) \
-   $(use_enable epub) \
-   $(use_enable introspection) \
-   $(use_enable postscript ps) \
-   $(use_enable t1lib) \
-   $(use_enable tiff) \
-   $(use_enable xps)
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-netbook/

2020-05-07 Thread Adam Feldman
commit: 0832762269da8a8acf2334799bf9ff1da91f4a00
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:25:06 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08327622

mate-extra/mate-netbook: Drop old

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

 mate-extra/mate-netbook/Manifest   |  1 -
 mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
index e7ee4111bad..22c997fe723 100644
--- a/mate-extra/mate-netbook/Manifest
+++ b/mate-extra/mate-netbook/Manifest
@@ -1,3 +1,2 @@
-DIST mate-netbook-1.22.1.tar.xz 307776 BLAKE2B 
8d10de7926023d1c0e9a92c2a55306db797e156948096936864332a79f0bdf91406df2ecf523b951eb6b1d0770dfbe705d913d75c74043bc78f765615af76bdf
 SHA512 
d0ba10d798e779e89b656a5bab2f5524c36755d58b877ba18482171c7673c5217ecf39b8098ff7b258634fbae62638d70bdf11e17f02f47c68ca96058f0ebb03
 DIST mate-netbook-1.22.2.tar.xz 308168 BLAKE2B 
5b73d3299dc725d6f342535599bc38047c4d90f2e6aa953f07e81b9f2f71723124b0cf6574b44f96644b5c5804e8a8319d9870c491210dc4714f6d2c40d0a472
 SHA512 
caaa841857b86592dd7417fa77e8211d1527f8234cd248a00a3a74b2b1487bd1c06a4bfde44818e1c3b0a64350b94e47d8bfdbcd545d787365dfd76c3af2ff71
 DIST mate-netbook-1.24.0.tar.xz 356072 BLAKE2B 
843e90753e660e531377cc25880a1bbab8a8f200c293bd05454fbb2d27f333684cd1429bfa5596c308c039505752d53156bd83fc09e6eba955eea7267eb502ac
 SHA512 
fd2efbfaa3fb53f96bf9bff28eba70d3cd46b723a63e6748af0cb8314821cbafdc8d0122d402e89ac2742247685e630544f3d98149514114de5a3e38f7fbe471

diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild
deleted file mode 100644
index f440977f066..000
--- a/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="MATE utilities for netbooks"
-LICENSE="LGPL-2+ GPL-3"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.50:2
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libfakekey
-   x11-libs/libwnck:3
-   x11-libs/libXtst
-   x11-libs/libX11
-   x11-libs/cairo
-   virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-user-share/

2020-05-07 Thread Adam Feldman
commit: 059a6caf8fa5b9883f57a801aca8e385b2b6f6f7
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:31:18 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059a6caf

mate-extra/mate-user-share: Drop old

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

 mate-extra/mate-user-share/Manifest|  1 -
 .../mate-user-share/mate-user-share-1.22.0.ebuild  | 50 --
 2 files changed, 51 deletions(-)

diff --git a/mate-extra/mate-user-share/Manifest 
b/mate-extra/mate-user-share/Manifest
index 499d1c901f4..7feeaa3fc92 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,3 +1,2 @@
-DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B 
a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2
 SHA512 
151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
 DIST mate-user-share-1.22.1.tar.xz 921944 BLAKE2B 
dfa3b304bc81c82abf9a2354ede94b08672f2e8cd28b4def0f0dad0f6389c762d68ddb1924918c89eee40374eedfff312ffc4a9c65d3766be240ede182072837
 SHA512 
afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894
 DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 
0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0
 SHA512 
15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664

diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
deleted file mode 100644
index 3373fa4c543..000
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.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
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+"
-SLOT="0"
-
-IUSE="X"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.70
-   >=dev-libs/glib-2.50:2
-   >=mate-base/caja-1.17.1
-   media-libs/libcanberra[gtk3]
-   >=sys-apps/dbus-1.1.1
-   >=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libX11
-   x11-libs/pango
-   >=x11-libs/libnotify-0.7
-   virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}
-   >=www-apache/mod_dnssd-0.6
-   
>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
-   >=dev-util/intltool-0.35
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   mate_src_configure \
-   --with-httpd=apache2 \
-   --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
-   --disable-bluetooth \
-   $(use_with X x)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/

2020-05-07 Thread Adam Feldman
commit: 4b52dc94bd1b86f6649ae969f9447d6ce5c14729
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:29:16 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b52dc94

x11-terms/mate-terminal: Drop old

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

 x11-terms/mate-terminal/Manifest   |  1 -
 .../mate-terminal/mate-terminal-1.22.0.ebuild  | 39 --
 2 files changed, 40 deletions(-)

diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 52ab4fe9e4b..f3bb348c483 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,3 +1,2 @@
-DIST mate-terminal-1.22.0.tar.xz 1538540 BLAKE2B 
490ff1e2a0d8c93b2ab2479c8a735867f55585d82d353cd7a150f1fd5e4e1319dc25832628b464572734efc2fa4917b49b7d4fe5d63b78ce6ea5601e4611
 SHA512 
45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645
 DIST mate-terminal-1.22.1.tar.xz 1543900 BLAKE2B 
9c5d92525391603f3dd06444c07d892bbae43c03da7f09414901ee31ce8497e65dfca9f184c8186bead91c27c99c69a528ad2021983ad074023781b275e2b748
 SHA512 
b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534
 DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 
82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79
 SHA512 
2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76

diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild
deleted file mode 100644
index 8fda2f9a7d1..000
--- a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE Terminal"
-LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=gnome-base/dconf-0.13.4
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/pango
-   >=x11-libs/gtk+-3.22:3[X]
-   >=x11-libs/vte-0.46:2.91"
-
-RDEPEND="${COMMON_DEPEND}
-   >=mate-base/mate-desktop-1.6"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/

2020-05-07 Thread Adam Feldman
commit: 11e3e0bcc3e02df39ddf37e42d92c197fc6cad37
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:22:10 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e3e0bc

mate-extra/mate-indicator-applet: Stabilize 1.22.1 for amd64,x86

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

 mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
index c554bb2e477..02aae41238c 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



[gentoo-commits] repo/gentoo:master commit in: app-text/atril/

2020-05-07 Thread Adam Feldman
commit: cc371225534261b771c30c50e5f0e19c1591ad06
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 02:58:57 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc371225

app-text/atril: Stabilize 1.22.3 for amd64,x86

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

 app-text/atril/atril-1.22.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/atril/atril-1.22.3.ebuild 
b/app-text/atril/atril-1.22.3.ebuild
index db8529d7bdb..c5b3e71e514 100644
--- a/app-text/atril/atril-1.22.3.ebuild
+++ b/app-text/atril/atril-1.22.3.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Atril document viewer for MATE"



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

2020-05-07 Thread Adam Feldman
commit: aa845d243747cdc15fcf015933059df25fb3395f
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:36:58 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa845d24

x11-misc/mozo: Stabilize 1.22.2 for amd64,x86

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

 x11-misc/mozo/mozo-1.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/mozo/mozo-1.22.2.ebuild b/x11-misc/mozo/mozo-1.22.2.ebuild
index 950b638c809..2aef03eb2fc 100644
--- a/x11-misc/mozo/mozo-1.22.2.ebuild
+++ b/x11-misc/mozo/mozo-1.22.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit python-r1 mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Mozo menu editor for MATE"



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

2020-05-07 Thread Adam Feldman
commit: c5aea2fef492a7c4e2521e9638d906e20aa39b32
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:07:17 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aea2fe

app-arch/engrampa: Drop old

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

 app-arch/engrampa/Manifest  |  1 -
 app-arch/engrampa/engrampa-1.22.1-r1.ebuild | 75 -
 2 files changed, 76 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index 2d82dcf79f7..d0956f39d9d 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,3 +1,2 @@
-DIST engrampa-1.22.1.tar.xz 1363488 BLAKE2B 
0f71e94af50443f9f562b0eed461ca1160fab0a5a3cd02c845fac09ee2466cb8634a458a6a4488ff5ac6674b0f525eccf754b8b1cc7e3f1729d4eb6ac224e025
 SHA512 
111eeb470555ae8edb7754159bb2e70b03cbbc7b1c9d61c253d9d67e50d84ff0e0654e16547883c39aeeb223e8ba58201d45b50819784fc6cf7a21f0cf176c70
 DIST engrampa-1.22.3.tar.xz 1407412 BLAKE2B 
d6963da4c18137600c26cff01b2a42d2aaf9a8a435779593b7712e6f7ff920fd25b5fa462edd3d321d63f131b3e4a4486a6f795f2392f6679ae3ef9b343fe8e1
 SHA512 
fd110b2bc188207645985a6f788b8e618cb4910a275950dfb17c0bcc42eff8765a4c7a36760dec2636485685a7a2f4adefb8e2c83537d1b3a819582e3878c9db
 DIST engrampa-1.24.0.tar.xz 1678920 BLAKE2B 
c40ba6a77d667f25853f6ae8cef51a54b32402e9446d6712bcfe8b6cfbddcc39e076604fad6ead1717bcedc52716be028ac9bf912c5762fa204e3ee5d6be10bb
 SHA512 
b6996e224ef52d8fd7102e4498193faa62056e8c22aa260ab5c6361533744f78755d500536ec0e03fd8b42b71da56d3f58d9d760809d20b572bee02fdee07cce

diff --git a/app-arch/engrampa/engrampa-1.22.1-r1.ebuild 
b/app-arch/engrampa/engrampa-1.22.1-r1.ebuild
deleted file mode 100644
index dbd3baf302e..000
--- a/app-arch/engrampa/engrampa-1.22.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate readme.gentoo-r1
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Engrampa archive manager for MATE"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="caja magic packagekit"
-
-RDEPEND="
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/json-glib-0.14
-   virtual/libintl
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3[X]
-   x11-libs/pango
-   caja? ( >=mate-base/caja-1.17.1 )
-   magic? ( sys-apps/file )
-   packagekit? ( app-admin/packagekit-base )
-   !!app-arch/mate-file-archiver"
-
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want
-support for a particular archive format,install the relevant package:
-
-7-zip   : emerge app-arch/p7zip
-ace : emerge app-arch/unace
-arj : emerge app-arch/arj
-cpio: emerge app-arch/cpio
-deb : emerge app-arch/dpkg
-iso : emerge app-cdr/cdrtools
-jar,zip : emerge app-arch/zip  or  emerge app-arch/unzip
-lha : emerge app-arch/lha
-lzma: emerge app-arch/xz-utils
-lzop: emerge app-arch/lzop
-rar : emerge app-arch/unrar
-rpm : emerge app-arch/rpm
-unstuff : emerge app-arch/stuffit
-zoo : emerge app-arch/zoo"
-
-src_configure() {
-   mate_src_configure \
-   --disable-run-in-place \
-   $(use_enable caja caja-actions) \
-   $(use_enable magic) \
-   $(use_enable packagekit)
-}
-
-src_install() {
-   mate_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   mate_pkg_postinst
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2020-05-07 Thread Adam Feldman
commit: 53818829a0af53a5ec1975e9fdd6cd8fd746471e
Author: Adam Feldman  gentoo  org>
AuthorDate: Fri May  8 04:14:18 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri May  8 04:44:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53818829

mate-base/mate-applets: Drop old

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

 mate-base/mate-applets/Manifest|  2 -
 .../files/mate-applets-1.22.0-cpupower.patch   | 53 -
 mate-base/mate-applets/mate-applets-1.22.0.ebuild  | 86 --
 mate-base/mate-applets/mate-applets-1.22.1.ebuild  | 85 -
 4 files changed, 226 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index d953a28a8e2..9bfa42e070b 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,4 +1,2 @@
-DIST mate-applets-1.22.0.tar.xz 7739668 BLAKE2B 
dc3768d2f5eb987907f1ffb1a049dff990140c66c51427dc9095298be92b17b2b1e9695f3c35dae73433e1e50d05477e94aad1697b2bf15706515c16150096d7
 SHA512 
2f3e17414171ec5ab6967b76b1291d99783c3091b51127788f99148f46d5f2068edf7d890c3ebca1a59c29cbda4a06be11c852e5e88d4dc58e9981d906c9e34c
-DIST mate-applets-1.22.1.tar.xz 7602112 BLAKE2B 
22dc076d188cddf9c5160d7ecaddb14ecc41a575abac91b72959054f3fe1c961c80b1aa9171150e7c4ce61ccee0783572726386319312dc97f64d4f9266c1a6d
 SHA512 
d132c8b5e433a557785745032235a5792d04edd7c249269d9a4066fb345b76955bdca71164f7b321f41f566803694d85d9cd7690fbd699daa54788572f0eb986
 DIST mate-applets-1.22.2.tar.xz 7648744 BLAKE2B 
85235f12c1436c3caaa6429aabd16822ae34c5c4bd7a575aa9be2c2e9080734b39180e34b22fdf265a64b5ebffb24071d8768b99f55736631403da02882e45fe
 SHA512 
a57ed37d6ddef303e40cbd8f811d1c6be47378a5b56c5eb280d7dba10668678bf9203425f735fb3b356f4ec33eb2369867aa3ab4b446748fe36b80194e8f
 DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B 
cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42
 SHA512 
345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e

diff --git a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch 
b/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
deleted file mode 100644
index 9c1a80e9375..000
--- a/mate-base/mate-applets/files/mate-applets-1.22.0-cpupower.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index b49d127..6b87389 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -370,6 +370,8 @@ fi
- AM_CONDITIONAL(HAVE_LIBCPUFREQ, test x$have_libcpufreq = xyes)
- AC_SUBST(LIBCPUFREQ_LIBS)
- 
-+AC_CHECK_HEADERS([cpupower.h])
-+
- build_cpufreq_applet=no
- 
- if test x$disable_cpufreq = xno; then
-diff --git a/cpufreq/src/cpufreq-monitor-libcpufreq.c 
b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-index 4fa9d4c..ba52fde 100644
 a/cpufreq/src/cpufreq-monitor-libcpufreq.c
-+++ b/cpufreq/src/cpufreq-monitor-libcpufreq.c
-@@ -19,12 +19,16 @@
-  * Authors : Carlos Garc�a Campos 
-  */
- 
-+#include 
-+
- #include 
- #include 
- 
- #include 
--#include 
- #include 
-+#ifdef HAVE_CPUPOWER_H
-+#include 
-+#endif
- #include "cpufreq-monitor-libcpufreq.h"
- #include "cpufreq-utils.h"
-
-@@ -98,7 +102,7 @@
- return CPUFREQ_MONITOR (monitor);
- }
- 
--#if LINUX_VERSION_CODE > KERNEL_VERSION(4, 7, 0)
-+#ifndef HAVE_CPUPOWER_H
- extern int cpupower_is_cpu_online (unsigned int cpu);
- #endif
-  
-@@ -115,7 +119,7 @@
-   /* Check whether it failed because
-* cpu is not online.
-*/
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 7, 0)
-+#ifndef HAVE_CPUPOWER_H
-   if (!cpufreq_cpu_exists (cpu)) {
- #else
-   if (cpupower_is_cpu_online (cpu)) {

diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
deleted file mode 100644
index 077a17c344d..000
--- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X ipv6 policykit +upower"
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/dbus-glib-0.74
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libmateweather-1.17.0
-   >=dev-libs/libxml2-2.5:2
-   dev-python/pygobject:3
-   >=gnome-base/libgtop-2.12.0:2=
-   >=gnome-extra/gucharmap-3.0:2.90
-   >=mate-base/mate-panel-1.17.0
-   >=net-wireless/wireless-tools-28_pre9:0
-   >=sys-apps/dbus-1.1.2
-   sys-power/cpupower
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   

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

2020-05-07 Thread Robin H. Johnson
commit: a6536e1226c20495cd281fd3b08d4c396c3bd822
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri May  8 04:36:02 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri May  8 04:36:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6536e12

dev-vcs/git-tools: bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/git-tools/Manifest |  1 +
 dev-vcs/git-tools/git-tools-2019.11.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/git-tools/Manifest b/dev-vcs/git-tools/Manifest
index 38d383b8c74..270fa4cf04a 100644
--- a/dev-vcs/git-tools/Manifest
+++ b/dev-vcs/git-tools/Manifest
@@ -1 +1,2 @@
 DIST git-tools-2017.10.tar.gz 28049 BLAKE2B 
64b5f90468226dbeb4222f0f7be77846deffa836d6743e970c9bffced699c563712c24851e112a922faf3ae4b56ecc8daf0f5f772936c43a95c3907a244a6efa
 SHA512 
60b3006de64a4c26f00241b60d45ef8258999dabfc0a8ad1c7d6d6b386dc56caf8c3b6cd0edbce5e27277c8f900b736fe1e26c6a68ee2179f563d00d65fd7cfe
+DIST git-tools-2019.11.tar.gz 28769 BLAKE2B 
97dc7dd238b921075cd82cce9a0368309c9cbfd946715063cc05d0638987c81ae81dda10a6a24f8753a6e84bd558c86efea0bbc743d0a63265187924b66536d7
 SHA512 
091186d78f69bbc5c7b4673d1a3018d642aaf1b6820d7d995712bb41e9da861576f1ad780c5d2380ba75f80843e7cf101bc9e2409bd36f7dcbdb78fe923a8736

diff --git a/dev-vcs/git-tools/git-tools-2019.11.ebuild 
b/dev-vcs/git-tools/git-tools-2019.11.ebuild
new file mode 100644
index 000..37ed8e1ea2d
--- /dev/null
+++ b/dev-vcs/git-tools/git-tools-2019.11.ebuild
@@ -0,0 +1,29 @@
+# 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 python-r1
+
+DESCRIPTION="Assorted git-related scripts"
+HOMEPAGE="https://github.com/MestreLion/git-tools;
+SRC_URI="https://github.com/MestreLion/git-tools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   >=dev-vcs/git-2.5
+   >=app-shells/bash-4.0"
+
+src_install() {
+   dobin git-branches-rename git-clone-subset git-find-uncommitted-repos
+   dobin git-rebase-theirs git-strip-merge
+   python_foreach_impl python_doscript git-restore-mtime
+   doman man1/*.1
+   einstalldocs
+}



[gentoo-commits] proj/eselect:extern commit in: modules/, /

2020-05-07 Thread Mike Gilbert
commit: f473cb298779981b8ec6c522165f41562d67548a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  8 04:28:39 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  8 04:30:03 2020 +
URL:https://gitweb.gentoo.org/proj/eselect.git/commit/?id=f473cb29

iptables.eselect: new module

Bug: https://bugs.gentoo.org/698746
Signed-off-by: Mike Gilbert  gentoo.org>

 AUTHORS  |   3 +
 modules/iptables.eselect | 175 +++
 2 files changed, 178 insertions(+)

diff --git a/AUTHORS b/AUTHORS
index 77f5bdb..ded9cae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -36,3 +36,6 @@ Ben de Groot 
 
 Alexandre Rostovtsev 
 Modules:gnome-shell-extensions
+
+Chris Pritchard 
+Modules:iptables

diff --git a/modules/iptables.eselect b/modules/iptables.eselect
new file mode 100644
index 000..f94b25c
--- /dev/null
+++ b/modules/iptables.eselect
@@ -0,0 +1,175 @@
+# -*-eselect-*-  vim: ft=eselect
+# Copyright 2005-2020 Gentoo Authors
+# Distributed under the terms of the GNU GPL version 2 or later
+
+DESCRIPTION="Manage the iptables and ip6tables symlink"
+AUTHOR="ch...@christopherpritchard.co.uk"
+MAINTAINER="base-sys...@gentoo.org"
+VERSION="20200319"
+
+IPTABLES_TARGETS=("iptables" "iptables-restore" "iptables-save")
+IP6TABLES_TARGETS=("ip6tables" "ip6tables-restore" "ip6tables-save")
+
+# find a list of xtables symlink targets
+find_targets() {
+   local f
+   for f in "${EROOT}"/sbin/xtables-*-multi; do
+   [[ -f ${f} ]] && basename "${f}"
+   done
+}
+
+# remove the iptables symlink
+remove_symlinks() {
+   local ipt
+   for ipt in "${IPTABLES_TARGETS[@]}"; do
+   rm -f "${EROOT}/sbin/${ipt}" &>/dev/null
+   done
+   if [[ -n ${ipv6} && -n ${ipv6_remove} ]]; then
+   local ip6t
+   for ip6t in "${IP6TABLES_TARGETS[@]}"; do
+   rm -f "${EROOT}/sbin/${ip6t}" &>/dev/null
+   done
+   fi
+}
+
+# set the iptables symlink
+set_symlinks() {
+   local target="${1}"
+
+   if is_number "${target}" && [[ ${target} -ge 1 ]]; then
+   local -a targets
+   readarray -t targets <<< "$(find_targets)"
+   target=${targets[$((target-1))]}
+   fi
+
+   if [[ -z ${target} || ! -f ${EROOT}/sbin/${target} ]]; then
+   die -q "Target \"${target}\" doesn't appear to be valid!"
+   fi
+
+   local ipt
+   for ipt in "${IPTABLES_TARGETS[@]}"; do
+ ln -s "${target}" "${EROOT}/sbin/${ipt}"
+   done
+   
+   if [[ -n ${ipv6} ]]; then
+   local ip6t
+   for ip6t in "${IP6TABLES_TARGETS[@]}"; do
+   ln -s "${target}" "${EROOT}/sbin/${ip6t}"
+   done
+   fi
+}
+
+### show action ###
+
+describe_show() {
+   echo "Show the current iptables symlink"
+}
+
+do_show() {
+   local ipv6
+   if [[ -d ${EROOT}/var/lib/ip6tables ]]; then
+   ipv6=1
+   fi
+   write_list_start "Current iptables symlinks:"
+   local ipt all_unset=1
+   for ipt in "${IPTABLES_TARGETS[@]}"; do
+   if [[ -L ${EROOT}/sbin/${ipt} ]]; then
+   local ipta
+   ipta=$(canonicalise "${EROOT}/sbin/${ipt}")
+   write_kv_list_entry "${ipt}" "${ipta%/}"
+   all_unset=0
+   else
+   write_kv_list_entry "${ipt}" "(unset)"
+ fi
+   done
+   if [[ ${ipv6} -eq 1 ]]; then
+   write_list_start "Current ip6tables symlinks:"
+   local ip6t
+   for ip6t in "${IP6TABLES_TARGETS[@]}"; do
+   if [[ -L ${EROOT}/sbin/${ip6t} ]]; then
+   local ipta
+   ipta=$(canonicalise "${EROOT}/sbin/${ip6t}")
+   write_kv_list_entry "${ip6t}" "${ipta%/}"
+   all_unset=0
+   else
+   write_kv_list_entry "${ip6t}" "(unset)"
+   fi
+   done
+   fi
+   return "${all_unset}"
+}
+### list action ###
+
+describe_list() {
+   echo "List available iptables symlink targets"
+}
+
+do_list() {
+   local ipv6
+   local -a targets
+   readarray -t targets <<< "$(find_targets)"
+   if [[ -L ${EROOT}/var/lib/ip6tables ]]; then
+   ipv6=1
+   fi
+   write_list_start "Available iptables symlink targets:"
+   local i
+   for (( i = 0; i < ${#targets[@]}; i++ )); do
+   # highlight the target where the symlink is pointing to
+   [[ ${targets[i]} = \
+   $(basename "$(canonicalise "${EROOT}/sbin/iptables")") 
]] \
+   && targets[i]=$(highlight_marker "${targets[i]}")
+   done
+   write_numbered_list -m "(none found)" "${targets[@]}"

[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/files/10.1.0/, sys-devel/gcc/

2020-05-07 Thread Jory Pratt
commit: 09baa54449dcda1e6f26777015e80de19fd3cc2d
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri May  8 03:47:07 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri May  8 03:47:07 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=09baa544

sys-devel/gcc: bump up to 10.1.0

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

 sys-devel/gcc/Manifest |  2 ++
 sys-devel/gcc/files/10.1.0/cpu_indicator.patch | 46 ++
 sys-devel/gcc/gcc-10.1.0.ebuild| 27 +++
 3 files changed, 75 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index d4de0ae..798807f 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,2 +1,4 @@
+DIST gcc-10.1.0-patches-1.tar.bz2 13432 BLAKE2B 
2f0517778eb012288ae305a91f84eb31a5f08f842c504201f1a8085afd42ed4c9b4a5b15f7553982c926735e8ea57307a1749004e679880ef47abad7d4596115
 SHA512 
cc513d8b68dcf484d37c51961c809fc6c470a8341f068b4029430ca4677e7b49155c3d964b3b9ab50c69835b32db98bcb9a91f14de14417e4611521059192118
+DIST gcc-10.1.0.tar.xz 74591240 BLAKE2B 
d64cf01beaaff7af9e7d5b1d5e6fdfb37cce5667b4455c1c9bbfd190e631f03555d63d52d31e7be5ac232256be11058f89d5bc7d0dcb01de44e90a52645ad87f
 SHA512 
0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096
 DIST gcc-9.3.0-patches-2.tar.bz2 13230 BLAKE2B 
d37859c753864be2c4b8c98847f6e51d9c2b1c091304971c31cf680d6f2194131bac3dfd625077117ca452d6f4416e72c7892d19ccc5880eac7a6bcbe5b2a286
 SHA512 
c5f7c9d4350879e5ca61e97897e37e4cfea56d0c961aad8df09041e6b1fededad0d7ed89387836d0779b947bdfe7696009d5c61c73630c45f09ca1f3ec3b163c
 DIST gcc-9.3.0.tar.xz 70533868 BLAKE2B 
21efb1432aefad5ed9b9b395e88ef2adfda3a8ea6e3e808cd151da6e66df9fed1bafdc8b8ff055d4b2272ac786d8b7ddc4293bb6b51c55c40a261a0eda0e7cb4
 SHA512 
4b9e3639eef6e623747a22c37a904b4750c93b6da77cf3958d5047e9b5ebddb7eebe091cc16ca0a227c0ecbd2bf3b984b221130f269a97ee4cc18f9cf6c444de

diff --git a/sys-devel/gcc/files/10.1.0/cpu_indicator.patch 
b/sys-devel/gcc/files/10.1.0/cpu_indicator.patch
new file mode 100644
index 000..6141a83
--- /dev/null
+++ b/sys-devel/gcc/files/10.1.0/cpu_indicator.patch
@@ -0,0 +1,46 @@
+From d16a8ceb1c3c8a7ec381090b4c316ff4c55661c0 Mon Sep 17 00:00:00 2001
+From: 
+Date: Thu, 7 May 2020 21:14:11 -0500
+Subject: [PATCH] convert "__cpu_indicator_init" to
+ "__cpu_indicator_init_local"
+
+---
+ gcc/config/i386/i386-expand.c | 4 ++--
+ libgcc/config/i386/cpuinfo.c  | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/gcc/config/i386/i386-expand.c b/gcc/config/i386/i386-expand.c
+index 48f00c5fc..78650b202 100644
+--- a/gcc/config/i386/i386-expand.c
 b/gcc/config/i386/i386-expand.c
+@@ -10941,10 +10941,10 @@ ix86_expand_builtin (tree exp, rtx target, rtx 
subtarget,
+ {
+ case IX86_BUILTIN_CPU_INIT:
+   {
+-  /* Make it call __cpu_indicator_init in libgcc. */
++  /* Make it call __cpu_indicator_init_local in libgcc. */
+   tree call_expr, fndecl, type;
+ type = build_function_type_list (integer_type_node, NULL_TREE); 
+-  fndecl = build_fn_decl ("__cpu_indicator_init", type);
++  fndecl = build_fn_decl ("__cpu_indicator_init_local", type);
+   call_expr = build_call_expr (fndecl, 0); 
+   return expand_expr (call_expr, target, mode, EXPAND_NORMAL);
+   }
+diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c
+index 00322c586..f42bbb8af 100644
+--- a/libgcc/config/i386/cpuinfo.c
 b/libgcc/config/i386/cpuinfo.c
+@@ -508,7 +508,7 @@ __cpu_indicator_init (void)
+   return 0;
+ }
+ 
+-#if defined SHARED && defined USE_ELF_SYMVER
+-__asm__ (".symver __cpu_indicator_init, __cpu_indicator_init@GCC_4.8.0");
+-__asm__ (".symver __cpu_model, __cpu_model@GCC_4.8.0");
++#ifndef SHARED
++int __cpu_indicator_init_local (void)
++  __attribute__ ((weak, alias ("__cpu_indicator_init")));
+ #endif
+-- 
+2.26.2
+

diff --git a/sys-devel/gcc/gcc-10.1.0.ebuild b/sys-devel/gcc/gcc-10.1.0.ebuild
new file mode 100644
index 000..2212fc4
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_VER="1"
+
+inherit toolchain
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+
+RDEPEND=""
+DEPEND=">=${CATEGORY}/binutils-2.20"
+
+src_prepare() {
+   toolchain_src_prepare
+
+   if use elibc_musl || [[ ${CATEGORY} = cross-*-musl* ]]; then
+   eapply "${FILESDIR}"/10.1.0/cpu_indicator.patch
+   eapply "${FILESDIR}"/7.1.0/posix_memalign.patch
+   case $(tc-arch) in
+   amd64|arm64|ppc64) eapply 
"${FILESDIR}"/8.3.0/gcc-pure64.patch ;;
+   esac
+   fi
+
+   eapply_user
+}



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

2020-05-07 Thread Mike Gilbert
commit: 92957d0a4e66217194d92beb864ef7b9f2c04cbb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  8 03:34:55 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  8 03:34:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92957d0a

net-libs/socket_wrapper: enable unit tests

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

 .../socket_wrapper/files/1.2.4-tests-pid.patch | 47 ++
 .../socket_wrapper/socket_wrapper-1.2.3.ebuild | 14 ++-
 2 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/net-libs/socket_wrapper/files/1.2.4-tests-pid.patch 
b/net-libs/socket_wrapper/files/1.2.4-tests-pid.patch
new file mode 100644
index 000..49aca70becd
--- /dev/null
+++ b/net-libs/socket_wrapper/files/1.2.4-tests-pid.patch
@@ -0,0 +1,47 @@
+From a70e32fa9d60adde861618c91618a3be80f07c22 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Thu, 7 May 2020 23:28:50 -0400
+Subject: [PATCH] tests: do not truncate pid to 16 bits
+
+On Linux, pid_t is a 32-bit type, and the kernel permits pids up to 22
+bits in length.
+
+Signed-off-by: Mike Gilbert 
+---
+ tests/torture.c | 10 --
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/tests/torture.c b/tests/torture.c
+index e55ebcf..8524138 100644
+--- a/tests/torture.c
 b/tests/torture.c
+@@ -255,8 +255,7 @@ void torture_teardown_socket_dir(void **state)
+ void torture_teardown_echo_srv(void **state)
+ {
+   struct torture_state *s = *state;
+-  char buf[8] = {0};
+-  long int tmp;
++  char buf[11] = {0};
+   ssize_t rc;
+   pid_t pid;
+   int fd;
+@@ -277,13 +276,12 @@ void torture_teardown_echo_srv(void **state)
+ 
+   buf[sizeof(buf) - 1] = '\0';
+ 
+-  tmp = strtol(buf, NULL, 10);
+-  if (tmp == 0 || tmp > 0x || errno == ERANGE) {
++  errno = 0;
++  pid = strtol(buf, NULL, 10);
++  if (pid == 0 || errno != 0) {
+   goto done;
+   }
+ 
+-  pid = (pid_t)(tmp & 0x);
+-
+   for (count = 0; count < 10; count++) {
+   /* Make sure the daemon goes away! */
+   kill(pid, SIGTERM);
+-- 
+2.26.2
+

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.2.3.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.2.3.ebuild
index a34e9de9815..6f4bafee216 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.2.3.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.2.3.ebuild
@@ -14,5 +14,15 @@ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc 
x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+BDEPEND="test? ( >=dev-util/cmocka-1.1.0 )"
+
+PATCHES=(
+   "${FILESDIR}"/1.2.4-tests-pid.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DUNIT_TESTING=$(usex test ON OFF)
+   )
+   cmake-multilib_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/positional/, dev-python/rackspace-novaclient/, dev-python/repoze-who/, ...

2020-05-07 Thread Matthew Thode
commit: 1d73c13da8f20bc3ca4928d3a3dac10f6269e154
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May  8 02:58:08 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri May  8 02:59:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d73c13d

profiles/package.mask: remove rackspace-novaclient related packages

Closes: https://bugs.gentoo.org/718996
Signed-off-by: Matthew Thode  gentoo.org>

 .../ip-associations-python-novaclient-ext/Manifest |  1 -
 ...p-associations-python-novaclient-ext-0.2.ebuild | 20 -
 .../metadata.xml   | 15 ---
 dev-python/nose-testconfig/Manifest|  1 -
 dev-python/nose-testconfig/metadata.xml| 12 --
 .../nose-testconfig/nose-testconfig-0.10.ebuild| 29 -
 .../os-networksv2-python-novaclient-ext/Manifest   |  1 -
 .../metadata.xml   | 15 ---
 ...os-networksv2-python-novaclient-ext-0.26.ebuild | 20 -
 .../Manifest   |  1 -
 .../metadata.xml   | 15 ---
 ...-interfacesv2-python-novaclient-ext-0.20.ebuild | 20 -
 dev-python/osc-placement/Manifest  |  1 -
 dev-python/osc-placement/metadata.xml  | 19 -
 .../osc-placement/osc-placement-1.3.0.ebuild   | 27 -
 dev-python/positional/Manifest |  1 -
 dev-python/positional/metadata.xml | 15 ---
 dev-python/positional/positional-1.1.2.ebuild  | 21 --
 dev-python/posix_ipc/Manifest  |  1 -
 dev-python/posix_ipc/metadata.xml  | 18 -
 dev-python/posix_ipc/posix_ipc-0.9.8.ebuild| 22 --
 dev-python/rackspace-auth-openstack/Manifest   |  1 -
 dev-python/rackspace-auth-openstack/metadata.xml   | 16 
 .../rackspace-auth-openstack-1.3.ebuild| 18 -
 .../rackspace-auth-openstack-.ebuild   | 19 -
 dev-python/rackspace-novaclient/Manifest   |  1 -
 dev-python/rackspace-novaclient/metadata.xml   | 15 ---
 .../rackspace-novaclient-2.1.ebuild| 31 --
 .../Manifest   |  1 -
 .../metadata.xml   | 15 ---
 ...etwork-flags-python-novaclient-ext-0.4.0.ebuild | 20 -
 .../Manifest   |  1 -
 .../metadata.xml   | 15 ---
 ...duled-images-python-novaclient-ext-0.3.1.ebuild | 20 -
 dev-python/repoze-who/Manifest |  1 -
 dev-python/repoze-who/metadata.xml | 18 -
 dev-python/repoze-who/repoze-who-2.2-r1.ebuild | 47 --
 dev-python/repoze-who/repoze-who-2.2.ebuild| 29 -
 dev-python/tablib/Manifest |  1 -
 .../tablib/files/tablib-0.12.1-no-ujson.patch  | 16 
 dev-python/tablib/metadata.xml | 11 -
 dev-python/tablib/tablib-0.12.1-r1.ebuild  | 47 --
 dev-python/zake/Manifest   |  1 -
 dev-python/zake/metadata.xml   | 19 -
 dev-python/zake/zake-0.2.1.ebuild  | 30 --
 profiles/package.mask  | 18 -
 46 files changed, 686 deletions(-)

diff --git a/dev-python/ip-associations-python-novaclient-ext/Manifest 
b/dev-python/ip-associations-python-novaclient-ext/Manifest
deleted file mode 100644
index 82528f755a1..000
--- a/dev-python/ip-associations-python-novaclient-ext/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ip_associations_python_novaclient_ext-0.2.tar.gz 2362 BLAKE2B 
59f36ea7db01a3157bb1c20cb4740bdc660751aa005d826189cca132e56faa903c0075d8f03646740dc9233172d804666364bd3f34a5832b19fc7760d31c51d8
 SHA512 
533910e50508f45dab14c4000c26b9f66311a14554df0358c3fee5bb8e22296dabfe10afd56f2d79ea6015122c4172829a2a38ae4656924563e064f180d7056a

diff --git 
a/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild
 
b/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild
deleted file mode 100644
index e625a3f79e8..000
--- 
a/dev-python/ip-associations-python-novaclient-ext/ip-associations-python-novaclient-ext-0.2.ebuild
+++ /dev/null
@@ -1,20 +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="Disk Config extension for python-novaclient"
-HOMEPAGE="https://github.com/rackspace/ip_associations_python_novaclient_ext;
-SRC_URI="mirror://pypi/${PN:0:1}/ip_associations_python_novaclient_ext/ip_associations_python_novaclient_ext-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-

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

2020-05-07 Thread Mike Gilbert
commit: 3ce65a2136c8f0c14ca1db4bb6d75e1795da0322
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May  8 02:39:31 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May  8 02:39:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce65a21

net-vpn/ocserv: depend on net-vpn/openconnect for testing

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

 net-vpn/ocserv/ocserv-1.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-vpn/ocserv/ocserv-1.0.1.ebuild 
b/net-vpn/ocserv/ocserv-1.0.1.ebuild
index 321389528dd..b74db9451c7 100644
--- a/net-vpn/ocserv/ocserv-1.0.1.ebuild
+++ b/net-vpn/ocserv/ocserv-1.0.1.ebuild
@@ -20,6 +20,7 @@ BDEPEND="
test? (
net-libs/gnutls[tools(+)]
net-libs/socket_wrapper
+   net-vpn/openconnect
sys-libs/nss_wrapper
sys-libs/uid_wrapper
)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/

2020-05-07 Thread Kent Fredric
commit: 8afadc83a47748676225404c398d82107b363259
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri May  8 02:21:29 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri May  8 02:21:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afadc83

dev-perl/Cache-FastMmap: Bump to version 1.490.0

- EAPI7

Upstream:
- Fix syntax for 5.8 compat
- use NOPAGE constant instead of -1
- Use 64bit offsets to support caches >4G

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

 dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild | 19 +++
 dev-perl/Cache-FastMmap/Manifest  |  1 +
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild 
b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
new file mode 100644
index 000..b9bdfcbd667
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.49
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 23c9c02..bc876767203 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
 DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B 
dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855
 SHA512 
20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
+DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B 
a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5
 SHA512 
686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CSS-Squish/

2020-05-07 Thread Kent Fredric
commit: 351c91b9d63d1198d3e399985eab4e769f3b246f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri May  8 01:42:15 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri May  8 01:42:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351c91b9

dev-perl/CSS-Squish: -r bump for EAPI7

- EAPI7
- Parallel tests
- Strip useless tests
- Add license note re bug https://bugs.gentoo.org/718946

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

 dev-perl/CSS-Squish/CSS-Squish-0.100.0-r2.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r2.ebuild 
b/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r2.ebuild
new file mode 100644
index 000..969b95954ab
--- /dev/null
+++ b/dev-perl/CSS-Squish/CSS-Squish-0.100.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TSIBLEY
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Compact many CSS files into one big file"
+# License note: "perl 5.8.3 or later" bug https://bugs.gentoo.org/718946
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-Scalar-List-Utils
+   dev-perl/URI
+"
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   ${RDEPEND}
+   dev-perl/Test-LongString
+   )
+"
+PERL_RM_FILES=(
+   "t/99-pod-coverage.t"
+   "t/99-pod.t"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CSS-Packer/

2020-05-07 Thread Kent Fredric
commit: defca11c841dde3efa30b9581cfbda9d91659d4c
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri May  8 01:07:09 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri May  8 01:10:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defca11c

dev-perl/CSS-Packer: Bump to version 2.70.0

- EAPI7
- Prune more useless tests

Upstream:
- Add option to define indentation level
- Fix minification of data URLs with newlines

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

 dev-perl/CSS-Packer/CSS-Packer-2.70.0.ebuild | 28 
 dev-perl/CSS-Packer/Manifest |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/CSS-Packer/CSS-Packer-2.70.0.ebuild 
b/dev-perl/CSS-Packer/CSS-Packer-2.70.0.ebuild
new file mode 100644
index 000..a98408d704c
--- /dev/null
+++ b/dev-perl/CSS-Packer/CSS-Packer-2.70.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=LEEJO
+DIST_VERSION=2.07
+inherit perl-module
+
+DESCRIPTION="Another CSS minifier"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Regexp-RegGrp-1.1.1_rc
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-File-Contents
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=(
+   "t/changes.t"
+   "t/pod.t"
+)

diff --git a/dev-perl/CSS-Packer/Manifest b/dev-perl/CSS-Packer/Manifest
index c454dba5d9d..b1685d5cf2d 100644
--- a/dev-perl/CSS-Packer/Manifest
+++ b/dev-perl/CSS-Packer/Manifest
@@ -1 +1,2 @@
 DIST CSS-Packer-2.05.tar.gz 9666 BLAKE2B 
9367cb025ecfc1781b213f2c002d9a51c8a5c843830cc6ad41b44ce9c51214c52e82c9eda43b0cfb9c8d3a990631f88aacf3ca989e3f2081808a3050a8a4729c
 SHA512 
332c6d73ba23eb399df8052d318851eb5d7ce0f1f5a2972e3dd48f0da754b846e0d0e095306087393ed282ade701343c11007915f6215b3244cf8c5d456c3228
+DIST CSS-Packer-2.07.tar.gz 9360 BLAKE2B 
e0e9233e3217d8f75a26f0a811cb71f0f8fd9c391518966737adbd91b27ef4c8e801c1ba42130825bd7233472ba0dce6bf96bf216a015a8d054b8b9814a11c5e
 SHA512 
adeca2ec7dd28ad04eeda01b1f42ac0c586bd4c167f385950d4a297b95f1f66c938972bd3e34d6cfe323a3b24190b6ca1a90c898e77f86360ea84324eab01374



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

2020-05-07 Thread Anthony G. Basile
commit: b8454d13b44ab58dcdf6108d4b14eee7498d5847
Author: Alexey Sokolov  google  com>
AuthorDate: Fri May  8 00:39:20 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri May  8 00:49:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8454d13

net-misc/stunnel: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-misc/stunnel/stunnel-5.50-r1.ebuild | 2 +-
 net-misc/stunnel/stunnel-5.55.ebuild| 2 +-
 net-misc/stunnel/stunnel-5.56-r1.ebuild | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/stunnel/stunnel-5.50-r1.ebuild 
b/net-misc/stunnel/stunnel-5.50-r1.ebuild
index 7b5858d832f..7a02d027adc 100644
--- a/net-misc/stunnel/stunnel-5.50-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.50-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit ssl-cert multilib systemd user
 
 DESCRIPTION="TLS/SSL - Port Wrapper"
-HOMEPAGE="http://www.stunnel.org/index.html;
+HOMEPAGE="https://www.stunnel.org/index.html;
 SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

diff --git a/net-misc/stunnel/stunnel-5.55.ebuild 
b/net-misc/stunnel/stunnel-5.55.ebuild
index f1faaae643f..aa852ad7823 100644
--- a/net-misc/stunnel/stunnel-5.55.ebuild
+++ b/net-misc/stunnel/stunnel-5.55.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 inherit ssl-cert multilib systemd user
 
 DESCRIPTION="TLS/SSL - Port Wrapper"
-HOMEPAGE="http://www.stunnel.org/index.html;
+HOMEPAGE="https://www.stunnel.org/index.html;
 SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

diff --git a/net-misc/stunnel/stunnel-5.56-r1.ebuild 
b/net-misc/stunnel/stunnel-5.56-r1.ebuild
index 667f8f56738..10f5581fa01 100644
--- a/net-misc/stunnel/stunnel-5.56-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.56-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -6,7 +6,7 @@ EAPI="7"
 inherit ssl-cert multilib systemd
 
 DESCRIPTION="TLS/SSL - Port Wrapper"
-HOMEPAGE="http://www.stunnel.org/index.html;
+HOMEPAGE="https://www.stunnel.org/index.html;
 SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz

http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz



[gentoo-commits] repo/proj/guru:dev commit in: app-emacs/vterm/

2020-05-07 Thread Alessandro Barbieri
commit: 230bb550166c8e88c5b4481fd297fa62dc199e13
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:45:30 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:45:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=230bb550

app-emacs/vterm: no executable files

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-emacs/vterm/vterm-20200504.544-r1.ebuild | 63 
 1 file changed, 63 insertions(+)

diff --git a/app-emacs/vterm/vterm-20200504.544-r1.ebuild 
b/app-emacs/vterm/vterm-20200504.544-r1.ebuild
new file mode 100644
index 000..468cada
--- /dev/null
+++ b/app-emacs/vterm/vterm-20200504.544-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp cmake
+
+DESCRIPTION="Emacs libvterm integration"
+HOMEPAGE="https://github.com/akermu/emacs-libvterm;
+SRC_URI="https://melpa.org/packages/${PN}-${PV}.tar -> ${P}.tar"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-editors/emacs[dynamic-loading]
+   dev-libs/libvterm
+"
+
+ELISP_REMOVE="${PN}-pkg.el"
+SITEFILE="50${PN}-gentoo.el"
+
+src_configure() {
+   elisp-make-autoload-file
+
+   local mycmakeargs=(
+   "USE_SYSTEM_LIBVTERM=yes"
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   elisp_src_compile
+
+   cmake_src_compile
+}
+
+src_install() {
+   elisp_src_install
+
+   dodoc README.md
+
+   # install vterm module
+   elisp-install "${PN}" *.so
+
+   # add shell config files
+   if has_version app-shells/bash; then
+   elog "Adding configuration for bash."
+   insinto /etc/bash/bashrc.d/
+   newins "${FILESDIR}/bashrc" bash-emacs-vterm.sh
+   fi
+   if has_version app-shells/zsh; then
+   elog "Adding configuration for zsh."
+   insinto /etc/profile.d/
+   newins "${FILESDIR}/zshrc" zsh-emacs-vterm.sh
+   fi
+   if has_version app-shells/fish; then
+   elog "Adding configuration for fish."
+   insinto /etc/fish/conf.d/
+   newins "${FILESDIR}/config.fish" emacs-vterm.fish
+   fi
+}



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

2020-05-07 Thread Sergei Trofimovich
commit: 4d6a0f4d77c7bd56b885ba8931a9e83464aaa7f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 20:56:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 00:30:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a0f4d

sys-devel/gcc: switch live versions to BDEPEND-style deps

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

 sys-devel/gcc/gcc-10.1.1_pre.ebuild | 2 +-
 sys-devel/gcc/gcc-11.0.0_pre.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc/gcc-10.1.1_pre.ebuild 
b/sys-devel/gcc/gcc-10.1.1_pre.ebuild
index 4ebe3090315..aaebb18cace 100644
--- a/sys-devel/gcc/gcc-10.1.1_pre.ebuild
+++ b/sys-devel/gcc/gcc-10.1.1_pre.ebuild
@@ -12,7 +12,7 @@ inherit toolchain
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
 
 RDEPEND=""
-DEPEND="${CATEGORY}/binutils"
+BDEPEND="${CATEGORY}/binutils"
 
 src_prepare() {
local p ignore_patches=(

diff --git a/sys-devel/gcc/gcc-11.0.0_pre.ebuild 
b/sys-devel/gcc/gcc-11.0.0_pre.ebuild
index ab32e32d34a..8d31708b6ee 100644
--- a/sys-devel/gcc/gcc-11.0.0_pre.ebuild
+++ b/sys-devel/gcc/gcc-11.0.0_pre.ebuild
@@ -14,7 +14,7 @@ inherit toolchain
 EGIT_BRANCH=master
 
 RDEPEND=""
-DEPEND="${CATEGORY}/binutils"
+BDEPEND="${CATEGORY}/binutils"
 
 src_prepare() {
local p ignore_patches=(



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

2020-05-07 Thread Sergei Trofimovich
commit: 32258c6414a31898ff5592893678a3910d2c5c75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 20:55:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 00:30:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32258c64

sys-devel/gcc: bump up to 10.1.0

10.1.0 patchset is a copy/refresh of patches from 9.3.0:

Changes are:
2 upstreamed patches are removed:
- 12_all_pr55930-dependency-tracking.patch
- 25_all_ia64-bootstrap.patch

1 patch is updated:
- 11_all_extra-options.patch is split in two:
  + 27_all_EXTRA_OPTIONS-z-now.patch
  + 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch

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

 sys-devel/gcc/Manifest  |  2 ++
 sys-devel/gcc/gcc-10.1.0.ebuild | 13 +
 2 files changed, 15 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index a9b95557eaa..6fd2cd27721 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -2,6 +2,8 @@ DIST bounds-checking-gcc-3.3.6-1.00-r2.patch.bz2 829688 BLAKE2B 
5a33cf9ecf04df64
 DIST bounds-checking-gcc-3.4.4-1.00.1.patch.bz2 815566 BLAKE2B 
b202610cbc3e5a902a2bd9f3d217d224ea5f3ee68247557af907736cff577cd720065ab1567046d89f6d87cc433b3edbd1a24a3c8ef2ced97af9782ce49cab26
 SHA512 
da11cb354d5ec95c74081c2cbb29bcb49817a1f9d6875587b4a27f1c9fdea8f07eec8147b739bd18a4fa2365e5da50e4bca7d7531612fbf2514c50516d225ac2
 DIST ecj-4.3.jar 1377431 BLAKE2B 
1d6a8ae1cef0fc4ee325f935873e4a2e560c34cac929bc4190c7dd47e1ca4480ad608f0b7a5d00f2bde30ff2dc78f74ccb0effa48db1df9358a6e35ebce32100
 SHA512 
c4be72186d81747f1adce5a50de303c24bd6ed9f401bfa8871b1b864fe7591392218b1937b10d0e76014de8e0b6a1d5c4280475976218141cd1878c4a35217ff
 DIST ecj-4.5.jar 1470676 BLAKE2B 
793c10ba09fd8040c0e1181204141aea16780c9c9088e07126e00da2b510af2ad6f58d876357d7e98cbb02d783a3be434469d5de1df134ccb8cc508e45028d80
 SHA512 
d4e1bf7538ace56e3d69fa91da5bbd16c272923b4de0a9d8dee23ea2b75f9f38c603de72fc4061df49285c450b63f3df211cee5270e9fffc5447445d1a9c9e4e
+DIST gcc-10.1.0-patches-1.tar.bz2 13432 BLAKE2B 
2f0517778eb012288ae305a91f84eb31a5f08f842c504201f1a8085afd42ed4c9b4a5b15f7553982c926735e8ea57307a1749004e679880ef47abad7d4596115
 SHA512 
cc513d8b68dcf484d37c51961c809fc6c470a8341f068b4029430ca4677e7b49155c3d964b3b9ab50c69835b32db98bcb9a91f14de14417e4611521059192118
+DIST gcc-10.1.0.tar.xz 74591240 BLAKE2B 
d64cf01beaaff7af9e7d5b1d5e6fdfb37cce5667b4455c1c9bbfd190e631f03555d63d52d31e7be5ac232256be11058f89d5bc7d0dcb01de44e90a52645ad87f
 SHA512 
0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096
 DIST gcc-3.3.6-patches-3.tar.bz2 52952 BLAKE2B 
e4e52b96f67eb8f09ff814b54c60e92b424c38ea4b699a81d37ca9d97551ac665579a624ddffe6498a39a92c2598fe886c9e1203dbf5002252c2edbefe577739
 SHA512 
a3b35fb0c9faa765c136d4b10023fdffd0d99d256bfffce1a72be778e972bcde1e14804ddb3abbce3b99875968241cc518308a70e9070b6da20f34cc1fdc3605
 DIST gcc-3.3.6-uclibc-patches-1.1.tar.bz2 27261 BLAKE2B 
3e6874419f33ff95f166f5bc8aaa0d015340f025562e432794941fc5bcee7190266c414ff1482fbdea36ff90e9886dd7fa6174d0a3482034a661b27b1511c012
 SHA512 
8e487053ac00153c3670280a977da019eabb6d1c3fde83b964c37ef09c2f7249159f1768e619554fa3e48323ebd7ca2474629f3fbca156f6448cffb6991ec210
 DIST gcc-3.3.6.tar.bz2 23972413 BLAKE2B 
e7b33edcdbbb13b0be41a41156bf6fb6dcfe4f5ad75c41de86cb37f854be6b7a6a8dda0e65d331461469848cd912e25920e8aa2dcb142cb661731ba571cb5de1
 SHA512 
576b88e2fa675314a79a85f180684fe5af370c596476a0bf02e33e8ae0e2be838417ea80675ce4194a8213792cf7ada50cae5131149e4b890ab61e0b8d50d0ed

diff --git a/sys-devel/gcc/gcc-10.1.0.ebuild b/sys-devel/gcc/gcc-10.1.0.ebuild
new file mode 100644
index 000..e41dc5822d4
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.1.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PATCH_VER="1"
+
+inherit toolchain
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"



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

2020-05-07 Thread Sergei Trofimovich
commit: 62d97ab552f6957af0611ab30c592277d1ac5d73
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 20:53:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 00:30:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d97ab5

profiles/arch/riscv/package.use.mask: mask gcc[zstd]

app-arch/zstd has no rsicv keywords yet

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

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

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e1c7c4fe544..0c5b8009715 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sergei Trofimovich  (2020-05-07)
+# Mask until app-arch/zstd is keyworded
+sys-devel/gcc zstd
+
 # Zac Medico  (2020-05-07)
 # Mask until app-arch/zstd is keyworded
 sys-apps/portage binpkg-zstd



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

2020-05-07 Thread Sergei Trofimovich
commit: 65da7f0a88b3b6a4df0ff8a7e82a64d2c3a540bd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 22:07:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 00:31:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65da7f0a

sys-devel/kgcc64: bump up to 10.1.0

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

 sys-devel/kgcc64/Manifest |  2 ++
 sys-devel/kgcc64/kgcc64-10.1.0.ebuild | 42 +++
 2 files changed, 44 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 818f980822c..46da3d0fa86 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -1,3 +1,5 @@
+DIST gcc-10.1.0-patches-1.tar.bz2 13432 BLAKE2B 
2f0517778eb012288ae305a91f84eb31a5f08f842c504201f1a8085afd42ed4c9b4a5b15f7553982c926735e8ea57307a1749004e679880ef47abad7d4596115
 SHA512 
cc513d8b68dcf484d37c51961c809fc6c470a8341f068b4029430ca4677e7b49155c3d964b3b9ab50c69835b32db98bcb9a91f14de14417e4611521059192118
+DIST gcc-10.1.0.tar.xz 74591240 BLAKE2B 
d64cf01beaaff7af9e7d5b1d5e6fdfb37cce5667b4455c1c9bbfd190e631f03555d63d52d31e7be5ac232256be11058f89d5bc7d0dcb01de44e90a52645ad87f
 SHA512 
0cb2a74c793face751f42bc580960b00e2bfea785872a0a2155f1f1dbfaa248f9591b67f4322db0f096f8844aca9243bc02732bda106c3b6e43b02bb67eb3096
 DIST gcc-4.1.2-patches-1.0.1.tar.bz2 43294 BLAKE2B 
e8040fb94925a622e5fffee820cb1094989210decab95175844ce729216a439b730381fa457e3a607f124c4b9d249427bfdd85fa9e62cb96199a911509c06736
 SHA512 
79f1d47d364462325a927b35b66bbdc68c100dbb6c86a6dd524d0e1cd09b7135c3789e80b71539cec63befbeea1a0e9b456b53ab0a5580b64509f78231d3fdc5
 DIST gcc-4.1.2.tar.bz2 39707720 BLAKE2B 
966b6a64c118456c7fb66eb2ad0dd84b1d53ad88dcbd146f446ef097a6975f5d6a7f1bcbbc4bfcd4e48b00eeb8054728e412db3d9818cff1f195e37859a4e510
 SHA512 
b97d3b72a3b0355611d5090b2c715b7a774f0e466a89326a0226c2809d12dfafb2d7c5a7af54bd5e00c135bbb6596f535e1a484740f7f1f691e8a57e6f0425cc
 DIST gcc-4.2.4-patches-1.0.tar.bz2 21809 BLAKE2B 
5ae6eddeeb6f39fc6364f093d7ec166d053dce33d25d0f0d128dcdb95de6a203b993b60302b56bb347e76fbb50f932642e64ae0dadcc7d824600056e1e26432b
 SHA512 
20eb3fa790e5cc1bd66c9ad1915c73c20ae8977d6789addaf4863184e6d5c25ab9b0f2c40e3ad08a6859825b2e97bf0839e0a616730362072aa35e8ae158a427

diff --git a/sys-devel/kgcc64/kgcc64-10.1.0.ebuild 
b/sys-devel/kgcc64/kgcc64-10.1.0.ebuild
new file mode 100644
index 000..e0c1432958e
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-10.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+TOOLCHAIN_ALLOWED_LANGS="c"
+GCC_TARGET_NO_MULTILIB=true
+
+PATCH_VER="1"
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all other archs, refer to bug #228115
+KEYWORDS="~hppa ~mips"
+
+# unlike every other target, hppa has not unified the 32/64 bit
+# ports in binutils yet
+DEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+
+pkg_postinst() {
+   toolchain_pkg_postinst
+
+   cd "${ROOT}"/usr/bin
+   local x
+   for x in gcc cpp ; do
+   cat <<-EOF >${CTARGET%%-*}-linux-${x}
+   #!/bin/sh
+   exec ${CTARGET}-${x} "\$@"
+   EOF
+   chmod a+rx ${CTARGET%%-*}-linux-${x}
+   done
+}



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

2020-05-07 Thread Sergei Trofimovich
commit: 8ff1ffb283bb4377e463f5e9e2608ff7c98185e2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 21:01:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 00:30:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff1ffb2

sys-devel/gcc: use gcc-10.1.0 patchset against live ebuilds

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

 sys-devel/gcc/gcc-10.1.1_pre.ebuild | 19 ++-
 sys-devel/gcc/gcc-11.0.0_pre.ebuild | 19 ++-
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/sys-devel/gcc/gcc-10.1.1_pre.ebuild 
b/sys-devel/gcc/gcc-10.1.1_pre.ebuild
index aaebb18cace..ff3ea350967 100644
--- a/sys-devel/gcc/gcc-10.1.1_pre.ebuild
+++ b/sys-devel/gcc/gcc-10.1.1_pre.ebuild
@@ -3,8 +3,8 @@
 
 EAPI="7"
 
-PATCH_GCC_VER="9.3.0" # reuse subset of patches for latest for live ebuilds gcc
-PATCH_VER="2"
+PATCH_GCC_VER="10.1.0" # reuse subset of patches for latest for live ebuilds 
gcc
+PATCH_VER="1"
 
 inherit toolchain
 
@@ -13,18 +13,3 @@ inherit toolchain
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"
-
-src_prepare() {
-   local p ignore_patches=(
-   11_all_extra-options.patch # needs a port
-   27_all_default_ssp-buffer-size.patch # needs a port
-
-   12_all_pr55930-dependency-tracking.patch # upstreamed
-   25_all_ia64-bootstrap.patch # upstreamed
-   )
-   for p in "${ignore_patches[@]}"; do
-   mv -v "${WORKDIR}"/patch/"${p}" 
"${WORKDIR}"/patch/"${p}"_disabled || die "failed to disable '${p}'"
-   done
-
-   toolchain_src_prepare
-}

diff --git a/sys-devel/gcc/gcc-11.0.0_pre.ebuild 
b/sys-devel/gcc/gcc-11.0.0_pre.ebuild
index 8d31708b6ee..12a6ad6eb62 100644
--- a/sys-devel/gcc/gcc-11.0.0_pre.ebuild
+++ b/sys-devel/gcc/gcc-11.0.0_pre.ebuild
@@ -3,8 +3,8 @@
 
 EAPI="7"
 
-PATCH_GCC_VER="9.3.0" # reuse subset of patches for latest for live ebuilds gcc
-PATCH_VER="2"
+PATCH_GCC_VER="10.1.0" # reuse subset of patches for latest for live ebuilds 
gcc
+PATCH_VER="1"
 
 inherit toolchain
 
@@ -15,18 +15,3 @@ EGIT_BRANCH=master
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"
-
-src_prepare() {
-   local p ignore_patches=(
-   11_all_extra-options.patch # needs a port
-   27_all_default_ssp-buffer-size.patch # needs a port
-
-   12_all_pr55930-dependency-tracking.patch # upstreamed
-   25_all_ia64-bootstrap.patch # upstreamed
-   )
-   for p in "${ignore_patches[@]}"; do
-   mv -v "${WORKDIR}"/patch/"${p}" 
"${WORKDIR}"/patch/"${p}"_disabled || die "failed to disable '${p}'"
-   done
-
-   toolchain_src_prepare
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/

2020-05-07 Thread Alessandro Barbieri
commit: 3f7e6c7fd1bebaae9c7254401a7a1393ab2610b0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:03:26 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f7e6c7f

dev-R/ellipsis: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/ellipsis/Manifest  |  1 +
 dev-R/ellipsis/ellipsis-0.3.0.ebuild | 21 +
 dev-R/ellipsis/metadata.xml  | 33 +
 3 files changed, 55 insertions(+)

diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest
new file mode 100644
index 000..99cb46e
--- /dev/null
+++ b/dev-R/ellipsis/Manifest
@@ -0,0 +1 @@
+DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B 
c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3
 SHA512 
85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea

diff --git a/dev-R/ellipsis/ellipsis-0.3.0.ebuild 
b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
new file mode 100644
index 000..6f1dd4c
--- /dev/null
+++ b/dev-R/ellipsis/ellipsis-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Tools for Working with ...'
+HOMEPAGE="
+   https://ellipsis.r-lib.org
+   https://github.com/r-lib/ellipsis
+   https://cran.r-project.org/package=ellipsis
+"
+SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz;
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"
+DEPEND="
+   >=dev-lang/R-3.2
+   >=dev-R/rlang-0.3.0
+"

diff --git a/dev-R/ellipsis/metadata.xml b/dev-R/ellipsis/metadata.xml
new file mode 100644
index 000..2505476
--- /dev/null
+++ b/dev-R/ellipsis/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   The ellipsis is a powerful tool for extending functions. 
Unfortunately this power comes at a cost: misspelled arguments will be silently 
ignored. The ellipsis package provides a collection of functions to catch 
problems and alert the user.
+   
+   
+   
+   https://github.com/r-lib/ellipsis/issues
+   
+   
+   
https://cran.r-project.org/web//packages/ellipsis/ellipsis.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/ellipsis/news/news.html
+   
+   
+   
+   Hadley Wickham
+   
+   
+   had...@rstudio.com
+   
+   
+   
+   r-lib/ellipsis
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/crayon/

2020-05-07 Thread Alessandro Barbieri
commit: 5b11bdae3cb1da75ea33c28082160bec17c7423c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 23:46:31 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:21 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b11bdae

dev-R/crayon: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/crayon/Manifest|  1 +
 dev-R/crayon/crayon-1.3.4.ebuild | 16 
 dev-R/crayon/metadata.xml| 30 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-R/crayon/Manifest b/dev-R/crayon/Manifest
new file mode 100644
index 000..6c17a13
--- /dev/null
+++ b/dev-R/crayon/Manifest
@@ -0,0 +1 @@
+DIST crayon_1.3.4.tar.gz 658694 BLAKE2B 
6afaa0a7ee5bd2727ddf10d5a2a0741919e89531aa1ec1ce04373299d308df374979e097e986d122c83ee1b5cebbd92b3ae63147a8dd549211df3cf85844c842
 SHA512 
201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18

diff --git a/dev-R/crayon/crayon-1.3.4.ebuild b/dev-R/crayon/crayon-1.3.4.ebuild
new file mode 100644
index 000..1d0a3ce
--- /dev/null
+++ b/dev-R/crayon/crayon-1.3.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Colored Terminal Output'
+HOMEPAGE="
+   https://github.com/r-lib/crayon
+   https://cran.r-project.org/package=crayon
+"
+SRC_URI="http://cran.r-project.org/src/contrib/crayon_1.3.4.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/crayon/metadata.xml b/dev-R/crayon/metadata.xml
new file mode 100644
index 000..caab7c7
--- /dev/null
+++ b/dev-R/crayon/metadata.xml
@@ -0,0 +1,30 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Colored terminal output on terminals that support 'ANSI' color 
and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is 
automatically detected. Colors and highlighting can be combined and nested. New 
styles can also be created easily. This package was inspired by the 'chalk' 
'JavaScript' project.
+   
+   
+   
+   https://github.com/r-lib/crayon/issues
+   
+   
+   
https://cran.r-project.org/web//packages/crayon/crayon.pdf
+   
+   
+   
+   Gábor Csárdi
+   
+   
+   csardi.ga...@gmail.com
+   
+   
+   
+   r-lib/crayon
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/rlang/

2020-05-07 Thread Alessandro Barbieri
commit: 1d9717bf61e9051dd73bc45060ed1c6a1cf5471c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:00:14 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d9717bf

dev-R/rlang: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/rlang/Manifest   |  1 +
 dev-R/rlang/metadata.xml   | 33 +
 dev-R/rlang/rlang-0.4.6.ebuild | 18 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-R/rlang/Manifest b/dev-R/rlang/Manifest
new file mode 100644
index 000..0619d75
--- /dev/null
+++ b/dev-R/rlang/Manifest
@@ -0,0 +1 @@
+DIST rlang_0.4.6.tar.gz 835198 BLAKE2B 
3b6f2ce9250a0fc390e4664606b1a8a3d9f1d3e9fbf1c3691a97183e04f6c1c7b9b97e363e3225bf294eaa25362d2fea743afff9d57b325471898ea971938f1e
 SHA512 
d128a49a098de75d672d9f7bada3234aa2a2bdced69fd680822b9d2320431f01ec95440a3925038aabd493c83834a8d1f53b6dadac66974ad0e13d0ab3f1aec1

diff --git a/dev-R/rlang/metadata.xml b/dev-R/rlang/metadata.xml
new file mode 100644
index 000..f03eca4
--- /dev/null
+++ b/dev-R/rlang/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   A toolbox for working with base types, core R features like the 
condition system, and core 'Tidyverse' features like tidy evaluation.
+   
+   
+   
+   https://github.com/r-lib/rlang/issues
+   
+   
+   https://cran.r-project.org/web//packages/rlang/rlang.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/rlang/news/news.html
+   
+   
+   
+   Lionel Henry
+   
+   
+   lio...@rstudio.com
+   
+   
+   
+   r-lib/rlang
+   
+   
+

diff --git a/dev-R/rlang/rlang-0.4.6.ebuild b/dev-R/rlang/rlang-0.4.6.ebuild
new file mode 100644
index 000..f5e1bf5
--- /dev/null
+++ b/dev-R/rlang/rlang-0.4.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Functions for Base Types and Core R and Tidyverse Features'
+SRC_URI="http://cran.r-project.org/src/contrib/rlang_0.4.6.tar.gz;
+LICENSE='GPL-3'
+HOMEPAGE="
+   http://rlang.r-lib.org
+   https://github.com/r-lib/rlang
+   https://cran.r-project.org/package=rlang
+"
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.2.0"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/utf8/

2020-05-07 Thread Alessandro Barbieri
commit: b238d06bd4c77167229bcf22eb0c861fd5d040dc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:14:09 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b238d06b

dev-R/utf8: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/utf8/Manifest  |  1 +
 dev-R/utf8/metadata.xml  | 33 +
 dev-R/utf8/utf8-1.1.4.ebuild | 16 
 3 files changed, 50 insertions(+)

diff --git a/dev-R/utf8/Manifest b/dev-R/utf8/Manifest
new file mode 100644
index 000..15857ee
--- /dev/null
+++ b/dev-R/utf8/Manifest
@@ -0,0 +1 @@
+DIST utf8_1.1.4.tar.gz 218882 BLAKE2B 
360e5010be9b4df755cf10b165e4de613aaa6e2420d28974522aafc7d99464cbf2c025b2a93a3319e3d4bb6dd85f998563ffa1780eacc1281aec9da49adc0fa5
 SHA512 
c45308500417e820285edaba54d5e6f3f2ab599dc388457a85cff0112b454ff09a9e18710762a93fc21239d84440ab844a1a7b134af6111a3cf0e3fa25ed95eb

diff --git a/dev-R/utf8/metadata.xml b/dev-R/utf8/metadata.xml
new file mode 100644
index 000..c77e99b
--- /dev/null
+++ b/dev-R/utf8/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Process and print 'UTF-8' encoded international text (Unicode). 
Input, validate, normalize, encode, format, and display.
+   
+   
+   
+   https://github.com/patperry/r-utf8/issues
+   
+   
+   https://cran.r-project.org/web//packages/utf8/utf8.pdf
+   
+   
+   https://cran.r-project.org/web//packages/utf8/NEWS
+   
+   
+   
+   Patrick O. Perry
+   
+   
+   patpe...@gmail.com
+   
+   
+   
+   patperry/r-utf8
+   
+   
+

diff --git a/dev-R/utf8/utf8-1.1.4.ebuild b/dev-R/utf8/utf8-1.1.4.ebuild
new file mode 100644
index 000..be6c3e9
--- /dev/null
+++ b/dev-R/utf8/utf8-1.1.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+HOMEPAGE="
+   https://github.com/patperry/r-utf8
+   https://cran.r-project.org/package=utf8
+"
+DESCRIPTION='Unicode Text Processing'
+SRC_URI="http://cran.r-project.org/src/contrib/utf8_1.1.4.tar.gz;
+LICENSE='Apache-2.0'
+
+IUSE="${IUSE-}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/

2020-05-07 Thread Alessandro Barbieri
commit: 91df3709b3425eeab232a37eac8ac299b2c4e8ac
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:07:32 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91df3709

dev-R/lifecycle: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/lifecycle/Manifest   |  1 +
 dev-R/lifecycle/lifecycle-0.2.0.ebuild | 23 +++
 dev-R/lifecycle/metadata.xml   | 33 +
 3 files changed, 57 insertions(+)

diff --git a/dev-R/lifecycle/Manifest b/dev-R/lifecycle/Manifest
new file mode 100644
index 000..3e7e9a0
--- /dev/null
+++ b/dev-R/lifecycle/Manifest
@@ -0,0 +1 @@
+DIST lifecycle_0.2.0.tar.gz 164455 BLAKE2B 
9b6899716625eee5e74200a84fec473b79d97c57bc17510259efd39e814b2ddbfd5bf92ce789b543bd42578e7496ce69d92d2386d10c61464d5af7fe2272a53f
 SHA512 
f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5

diff --git a/dev-R/lifecycle/lifecycle-0.2.0.ebuild 
b/dev-R/lifecycle/lifecycle-0.2.0.ebuild
new file mode 100644
index 000..fc5b32f
--- /dev/null
+++ b/dev-R/lifecycle/lifecycle-0.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Manage the Life Cycle of your Package Functions'
+HOMEPAGE="
+   https://lifecycle.r-lib.org
+   https://github.com/r-lib/lifecycle
+   https://cran.r-project.org/package=lifecycle
+"
+SRC_URI="http://cran.r-project.org/src/contrib/lifecycle_0.2.0.tar.gz;
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"
+DEPEND="
+   >=dev-lang/R-3.2
+   dev-R/glue
+   >=dev-R/rlang-0.4.0
+"
+RDEPEND="${DEPEND-}"

diff --git a/dev-R/lifecycle/metadata.xml b/dev-R/lifecycle/metadata.xml
new file mode 100644
index 000..617c5c7
--- /dev/null
+++ b/dev-R/lifecycle/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Manage the life cycle of your exported functions with shared 
conventions, documentation badges, and non-invasive deprecation warnings. The 
'lifecycle' package defines four development stages (experimental, maturing, 
stable, and questioning) and three deprecation stages (soft-deprecated, 
deprecated, and defunct). It makes it easy to insert badges corresponding to 
these stages in your documentation. Usage of deprecated functions are signalled 
with increasing levels of non-invasive verbosity.
+   
+   
+   
+   https://github.com/r-lib/lifecycle/issues
+   
+   
+   
https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/lifecycle/news/news.html
+   
+   
+   
+   Lionel Henry
+   
+   
+   lio...@rstudio.com
+   
+   
+   
+   r-lib/lifecycle
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/vctrs/

2020-05-07 Thread Alessandro Barbieri
commit: bb28238c7e1a7bdb4b9a10a426156e75a5e93512
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:25:32 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:23 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb28238c

dev-R/vctrs: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/vctrs/Manifest   |  1 +
 dev-R/vctrs/metadata.xml   | 33 +
 dev-R/vctrs/vctrs-0.2.4.ebuild | 24 
 3 files changed, 58 insertions(+)

diff --git a/dev-R/vctrs/Manifest b/dev-R/vctrs/Manifest
new file mode 100644
index 000..6ecf329
--- /dev/null
+++ b/dev-R/vctrs/Manifest
@@ -0,0 +1 @@
+DIST vctrs_0.2.4.tar.gz 787455 BLAKE2B 
bcf86164566c4d70ec9d64e670eaf12dc80c5b115fa0320b79ee13b79113ef1b372dd728af6d3610680f124ff87f2c83268baed234a75ba6277e69a313dc2512
 SHA512 
2d23a58d407b1eff2162883d6906684ab0f3ec8a4ca2be7274bc82f29b2a846bce7d288d20b47ceb912846f4ee743556955b569b655efbd1d7d3d0da897e76ac

diff --git a/dev-R/vctrs/metadata.xml b/dev-R/vctrs/metadata.xml
new file mode 100644
index 000..eaeb354
--- /dev/null
+++ b/dev-R/vctrs/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Defines new notions of prototype and size that are used to 
provide tools for consistent and well-founded type-coercion and size-recycling, 
and are in turn connected to ideas of type- and size-stability useful for 
analysing function interfaces.
+   
+   
+   
+   https://github.com/r-lib/vctrs/issues
+   
+   
+   https://cran.r-project.org/web//packages/vctrs/vctrs.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/vctrs/news/news.html
+   
+   
+   
+   Hadley Wickham
+   
+   
+   had...@rstudio.com
+   
+   
+   
+   r-lib/vctrs
+   
+   
+

diff --git a/dev-R/vctrs/vctrs-0.2.4.ebuild b/dev-R/vctrs/vctrs-0.2.4.ebuild
new file mode 100644
index 000..ae67774
--- /dev/null
+++ b/dev-R/vctrs/vctrs-0.2.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Vector Helpers'
+HOMEPAGE="
+   https://github.com/r-lib/vctrs
+   https://cran.r-project.org/package=vctrs
+"
+SRC_URI="http://cran.r-project.org/src/contrib/vctrs_0.2.4.tar.gz;
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"
+DEPEND="
+   >=dev-lang/R-3.2
+   dev-R/digest
+   >=dev-R/ellipsis-0.2.0
+   dev-R/glue
+   >=dev-R/rlang-0.4.5
+"
+RDEPEND="${DEPEND-}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/digest/

2020-05-07 Thread Alessandro Barbieri
commit: 4cc9c4c4fc675c0580c515650cd38fa10e982346
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri May  8 00:22:06 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:23 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cc9c4c4

dev-R/digest: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/digest/Manifest |  1 +
 dev-R/digest/digest-0.6.25.ebuild | 18 ++
 dev-R/digest/metadata.xml | 33 +
 3 files changed, 52 insertions(+)

diff --git a/dev-R/digest/Manifest b/dev-R/digest/Manifest
new file mode 100644
index 000..8945aeb
--- /dev/null
+++ b/dev-R/digest/Manifest
@@ -0,0 +1 @@
+DIST digest_0.6.25.tar.gz 145642 BLAKE2B 
f7947399dde2e53820049f972b4e48f2685f65dbdb686ba05fa4e903aee87aee04767f8d247f1c537fe5c3cad2188f122e085fc11011152638649b94bbc5aba7
 SHA512 
5fb3683a3d20740aee0c98bdd52e60ebad3e7c7ca8db770d360aebf138b81f1623b70cdb382b2b32c5b7b59dbeef529cc2a75a7c5421c8be90c08c5a46bb1bc1

diff --git a/dev-R/digest/digest-0.6.25.ebuild 
b/dev-R/digest/digest-0.6.25.ebuild
new file mode 100644
index 000..f08e151
--- /dev/null
+++ b/dev-R/digest/digest-0.6.25.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Create Compact Hash Digests of R Objects'
+HOMEPAGE="
+   http://dirk.eddelbuettel.com/code/digest.html
+   https://github.com/eddelbuettel/digest
+"
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz;
+LICENSE='GPL-2+'
+
+IUSE="${IUSE-}"
+RDEPEND=">=dev-lang/R-3.1.0"
+DEPEND="${RDEPEND}"

diff --git a/dev-R/digest/metadata.xml b/dev-R/digest/metadata.xml
new file mode 100644
index 000..4aee549
--- /dev/null
+++ b/dev-R/digest/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   Implementation of a function 'digest()' for the creation of 
hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 
'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) permitting easy 
comparison of R language objects, as well as functions such as'hmac()' to 
create hash-based message authentication code. Please note that this package is 
not meant to be deployed for cryptographic purposes for which more 
comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
+   
+   
+   
+   https://github.com/eddelbuettel/digest/issues
+   
+   
+   
https://cran.r-project.org/web//packages/digest/digest.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/digest/ChangeLog
+   
+   
+   
+   Dirk Eddelbuettel
+   
+   
+   e...@debian.org
+   
+   
+   
+   eddelbuettel/digest
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/assertthat/

2020-05-07 Thread Alessandro Barbieri
commit: 13929f2872d6b8ab102746e68f876628bc41b929
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 23:38:41 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:21 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13929f28

dev-R/assertthat: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/assertthat/Manifest|  1 +
 dev-R/assertthat/assertthat-0.2.1.ebuild | 13 +
 dev-R/assertthat/metadata.xml| 18 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-R/assertthat/Manifest b/dev-R/assertthat/Manifest
new file mode 100644
index 000..460d9c3
--- /dev/null
+++ b/dev-R/assertthat/Manifest
@@ -0,0 +1 @@
+DIST assertthat_0.2.1.tar.gz 12742 BLAKE2B 
831657a08c7e41a4a0fdb9695b8ccaa802aeeaf1f8d7df501b9810b6a367f8c77e05a75c3345ad9042b60a2956d049b823ac673023df93b5345250d8b44124dc
 SHA512 
e8dbcb9b7c638f7133dea70443debbf739d35df1eb5ef19d5ae2ad7e9669f06184af43477ee061e15d253b3fa32ec203dbe28a4585c2027d4e567c2eb2195337

diff --git a/dev-R/assertthat/assertthat-0.2.1.ebuild 
b/dev-R/assertthat/assertthat-0.2.1.ebuild
new file mode 100644
index 000..2eed54a
--- /dev/null
+++ b/dev-R/assertthat/assertthat-0.2.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Easy Pre and Post Assertions'
+HOMEPAGE="https://cran.r-project.org/package=assertthat;
+SRC_URI="http://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz;
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"

diff --git a/dev-R/assertthat/metadata.xml b/dev-R/assertthat/metadata.xml
new file mode 100644
index 000..17213dd
--- /dev/null
+++ b/dev-R/assertthat/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+An extension to stopifnot() that makes it easy to declare the pre and post 
conditions that you code should satisfy, while also producing friendly error 
messages so that your users know what's gone wrong.
+  
+  
+https://cran.r-project.org/web/packages/assertthat/assertthat.pdf
+
+  Hadley Wickham
+  had...@rstudio.com
+
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/cli/

2020-05-07 Thread Alessandro Barbieri
commit: 32ae3b653997e67230360b50f775ccfd6acab071
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 23:55:25 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32ae3b65

dev-R/cli: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/cli/Manifest |  1 +
 dev-R/cli/cli-2.0.2.ebuild | 23 +++
 dev-R/cli/metadata.xml | 33 +
 3 files changed, 57 insertions(+)

diff --git a/dev-R/cli/Manifest b/dev-R/cli/Manifest
new file mode 100644
index 000..360bfbb
--- /dev/null
+++ b/dev-R/cli/Manifest
@@ -0,0 +1 @@
+DIST cli_2.0.2.tar.gz 116357 BLAKE2B 
a6eba3e12e63ea37dcd139c1e70d318f0478e6b3ce39c6172d85fe64d622366c58878c6d80da0afe52ce2823e156f5007c33576e937418f3460260528788a515
 SHA512 
c5a398a35bfbc43b618b97477ef97785c674c1aad03fcbf20786f1eab057cd5f21da430ffa69161d14a331b2e538d8dc75b6a3a2699db799b1441dce31d3761e

diff --git a/dev-R/cli/cli-2.0.2.ebuild b/dev-R/cli/cli-2.0.2.ebuild
new file mode 100644
index 000..1439403
--- /dev/null
+++ b/dev-R/cli/cli-2.0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Helpers for Developing Command Line Interfaces'
+HOMEPAGE="
+   https://github.com/r-lib/cli
+   https://cran.r-project.org/package=cli
+"
+SRC_URI="http://cran.r-project.org/src/contrib/cli_2.0.2.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+DEPEND="
+   dev-R/assertthat
+   >=dev-R/crayon-1.3.4
+   dev-R/fansi
+   dev-R/glue
+"
+RDEPEND="${DEPEND-}"

diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml
new file mode 100644
index 000..8a26b07
--- /dev/null
+++ b/dev-R/cli/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   A suite of tools to build attractive command line interfaces 
('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. 
Supports custom themes via a 'CSS'-like language. It also contains a number of 
lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 
'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' 
terminal colors.
+   
+   
+   
+   https://github.com/r-lib/cli/issues
+   
+   
+   https://cran.r-project.org/web//packages/cli/cli.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/cli/news/news.html
+   
+   
+   
+   Gábor Csárdi
+   
+   
+   csardi.ga...@gmail.com
+   
+   
+   
+   r-lib/cli
+   
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/glue/

2020-05-07 Thread Alessandro Barbieri
commit: ae9f96f7e580b9619bee95104d7e20a68c17fffc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  7 23:51:08 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri May  8 00:27:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae9f96f7

dev-R/glue: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/glue/Manifest  |  1 +
 dev-R/glue/glue-1.4.0.ebuild | 18 ++
 dev-R/glue/metadata.xml  | 33 +
 3 files changed, 52 insertions(+)

diff --git a/dev-R/glue/Manifest b/dev-R/glue/Manifest
new file mode 100644
index 000..f29033a
--- /dev/null
+++ b/dev-R/glue/Manifest
@@ -0,0 +1 @@
+DIST glue_1.4.0.tar.gz 98619 BLAKE2B 
3c79c8b0f7f47c38c7216d0f9c4136acaf701e2424e9cf4d5be64595a9c6912292270efe00b9806a12c3357c974f6714c8dac155b67b9e425de534d13bcca0f3
 SHA512 
f06fd0953644e6ac33cf86dbc40e45c7bd94df1b69f797cf0d71d2c8e2eb89ae75e7642a754d33c7d45669a8f1b34b19b5527b4fbb8542a518d9b6d25aafb4f0

diff --git a/dev-R/glue/glue-1.4.0.ebuild b/dev-R/glue/glue-1.4.0.ebuild
new file mode 100644
index 000..f7e15c3
--- /dev/null
+++ b/dev-R/glue/glue-1.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Interpreted String Literals'
+HOMEPAGE="
+   https://glue.tidyverse.org
+   https://github.com/tidyverse/glue
+   https://cran.r-project.org/package=glue
+"
+SRC_URI="http://cran.r-project.org/src/contrib/glue_1.4.0.tar.gz;
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.1"

diff --git a/dev-R/glue/metadata.xml b/dev-R/glue/metadata.xml
new file mode 100644
index 000..2926723
--- /dev/null
+++ b/dev-R/glue/metadata.xml
@@ -0,0 +1,33 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   An implementation of interpreted string literals, inspired by 
Python's Literal String Interpolation, Docstrings and Julia's Triple-Quoted 
String Literals
+   
+   
+   
+   https://github.com/tidyverse/glue/issues
+   
+   
+   https://cran.r-project.org/web//packages/glue/glue.pdf
+   
+   
+   
https://cran.r-project.org/web//packages/glue/news/news.html
+   
+   
+   
+   Jim Hester
+   
+   
+   james.f.hes...@gmail.com
+   
+   
+   
+   tidyverse/glue
+   
+   
+



[gentoo-commits] proj/musl:master commit in: sys-libs/ldb/files/, sys-libs/ldb/

2020-05-07 Thread Jory Pratt
commit: 5b79aeba24ffaae7709624fef87d758ce13b4eec
Author: Stijn Tintel  linux-ipv6  be>
AuthorDate: Mon May  4 17:37:01 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri May  8 00:02:16 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5b79aeba

sys-libs/ldb: add missing include of fcntl.h

Fixes #305.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Stijn Tintel  linux-ipv6.be>
Signed-off-by: Jory Pratt  gentoo.org>

 sys-libs/ldb/files/ldb-2.0.8-include-fcntl.h-for-pid_t.patch | 10 ++
 sys-libs/ldb/ldb-2.0.8.ebuild|  1 +
 2 files changed, 11 insertions(+)

diff --git a/sys-libs/ldb/files/ldb-2.0.8-include-fcntl.h-for-pid_t.patch 
b/sys-libs/ldb/files/ldb-2.0.8-include-fcntl.h-for-pid_t.patch
new file mode 100644
index 000..d1e0ed1
--- /dev/null
+++ b/sys-libs/ldb/files/ldb-2.0.8-include-fcntl.h-for-pid_t.patch
@@ -0,0 +1,10 @@
+--- a/include/ldb.h
 b/include/ldb.h
+@@ -46,6 +46,7 @@
+ #define _LDB_H_ 1
+ /*! \endcond */
+ 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/sys-libs/ldb/ldb-2.0.8.ebuild b/sys-libs/ldb/ldb-2.0.8.ebuild
index dbd9db1..06ee854 100644
--- a/sys-libs/ldb/ldb-2.0.8.ebuild
+++ b/sys-libs/ldb/ldb-2.0.8.ebuild
@@ -47,6 +47,7 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
 PATCHES=(
"${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
"${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
+   "${FILESDIR}"/${P}-include-fcntl.h-for-pid_t.patch
 )
 
 pkg_setup() {



[gentoo-commits] proj/musl:master commit in: sys-libs/tevent/, sys-libs/tevent/files/

2020-05-07 Thread Jory Pratt
commit: 5ed6fc71bb14219636557eb69693a7ffdc62f7b4
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu May  7 23:57:14 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu May  7 23:57:14 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5ed6fc71

sys-libs/tevent: add missing sys/types.h header for pid_t

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

 sys-libs/tevent/Manifest   |  1 +
 .../tevent/files/tevent-add-missing-header.patch   | 25 +++
 sys-libs/tevent/metadata.xml   | 12 
 sys-libs/tevent/tevent-0.10.2.ebuild   | 76 ++
 4 files changed, 114 insertions(+)

diff --git a/sys-libs/tevent/Manifest b/sys-libs/tevent/Manifest
new file mode 100644
index 000..09de55d
--- /dev/null
+++ b/sys-libs/tevent/Manifest
@@ -0,0 +1 @@
+DIST tevent-0.10.2.tar.gz 800731 BLAKE2B 
5ea6b83378b04dbe1666432db0dbd4c0df2e6b0bf5ebcc8ec4ec9bdeb834efec75c87b2019dc78c691aba6c4f6467394101febd6010f106046a1fb8848e27405
 SHA512 
1da8f28898f35daab515892b880d1de601062cc3e2b2570cd62e6913df17b0195a05acb7b484c628cddc0eb8b0cde893105ede3feb32bc5764e7d25684f332ba

diff --git a/sys-libs/tevent/files/tevent-add-missing-header.patch 
b/sys-libs/tevent/files/tevent-add-missing-header.patch
new file mode 100644
index 000..9f4a448
--- /dev/null
+++ b/sys-libs/tevent/files/tevent-add-missing-header.patch
@@ -0,0 +1,25 @@
+From 63ba9622d49270a1f9795da9aab8f9934c6e088b Mon Sep 17 00:00:00 2001
+From: Jory Pratt 
+Date: Thu, 7 May 2020 18:50:57 -0500
+Subject: [PATCH] tevent.h needs sys/types.h for pid_t
+
+Signed-off-by: Jory Pratt 
+---
+ tevent.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tevent.h b/tevent.h
+index 3c3e3cc..011e1ad 100644
+--- a/tevent.h
 b/tevent.h
+@@ -31,6 +31,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ struct tevent_context;
+-- 
+2.26.2
+

diff --git a/sys-libs/tevent/metadata.xml b/sys-libs/tevent/metadata.xml
new file mode 100644
index 000..00dd5f3
--- /dev/null
+++ b/sys-libs/tevent/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   patr...@gentoo.org
+   Patrick Lauer
+   
+
+   sa...@gentoo.org
+   Samba
+   
+

diff --git a/sys-libs/tevent/tevent-0.10.2.ebuild 
b/sys-libs/tevent/tevent-0.10.2.ebuild
new file mode 100644
index 000..b0b256c
--- /dev/null
+++ b/sys-libs/tevent/tevent-0.10.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit waf-utils multilib-minimal python-single-r1
+
+DESCRIPTION="Samba tevent library"
+HOMEPAGE="https://tevent.samba.org/;
+SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
+IUSE="elibc_glibc python"
+
+RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
+   >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
+   python? ( ${PYTHON_DEPS} )"
+
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   elibc_glibc? (
+   net-libs/libtirpc[${MULTILIB_USEDEP}]
+   || (
+   net-libs/rpcsvc-proto
+   

[gentoo-commits] repo/gentoo:master commit in: x11-wm/amiwm/, x11-wm/amiwm/files/

2020-05-07 Thread James Le Cuirot
commit: 1c794609d902a5f054580dbf597a557e32a2e197
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 26 21:05:15 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May  7 22:24:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c794609

x11-wm/amiwm: Drop old 0.21_p2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/amiwm/Manifest  |   1 -
 x11-wm/amiwm/amiwm-0.21_p2.ebuild  |  62 
 .../amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch |  31 
 x11-wm/amiwm/files/amiwm-0.21_p2-gentoo.diff   | 160 -
 x11-wm/amiwm/files/amiwm-0.21_p2-implicts.patch|  73 --
 5 files changed, 327 deletions(-)

diff --git a/x11-wm/amiwm/Manifest b/x11-wm/amiwm/Manifest
index 39acc8033f5..d2c039c17bb 100644
--- a/x11-wm/amiwm/Manifest
+++ b/x11-wm/amiwm/Manifest
@@ -1,2 +1 @@
 DIST amiwm-0.22.01_p20200826.tar.gz 153787 BLAKE2B 
eebd61436bff6c063c0946f61632f5a56ba01d62f01e2761de62fed1c2c5049a191dbbaf836ac0b0771b38a84dc6f52a40ee53b9c73666855cfe03b6a829f9a8
 SHA512 
a4329eb8ea98b631611a6e069f27a6c640bfac94aa5a2c3591c9c35c4b08ea6f123fadcd56597353b27ec67bc079e8268e1b700fe85c0d545c9bb93439362c1b
-DIST amiwm0.21pl2.tar.gz 195128 BLAKE2B 
de7c843e6b756797b7a72a8e0b6fde6d4c02893e3eae8262d85d4417a7ad6309c10add802c04dde2d092bc7c8a604edbc96c4a9fc3c7f1166897a7933a978ccb
 SHA512 
6504a4fd4c30a571b0c501b46fdc442fcc993c27b4595753f7bfa12a38c0b997a01d939c7a35e6c499aa0f8972bc0fda7cc88a9fe77091f363f8cd5a9e8d50de

diff --git a/x11-wm/amiwm/amiwm-0.21_p2.ebuild 
b/x11-wm/amiwm/amiwm-0.21_p2.ebuild
deleted file mode 100644
index 0fba9046d07..000
--- a/x11-wm/amiwm/amiwm-0.21_p2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils multilib toolchain-funcs
-
-MY_P=${PN}${PV/_p/pl}
-DESCRIPTION="Windowmanager ala Amiga(R) Workbench(R)"
-HOMEPAGE="http://www.lysator.liu.se/~marcus/amiwm.html;
-SRC_URI="ftp://ftp.lysator.liu.se/pub/X11/wm/${PN}/${MY_P}.tar.gz;
-
-LICENSE="amiwm"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-COMMON_DEPEND="x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXext"
-
-RDEPEND="${COMMON_DEPEND}
-   media-gfx/xloadimage
-   x11-apps/xrdb
-   x11-apps/xsetroot
-   x11-terms/xterm"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-gentoo.diff"
-   "${FILESDIR}/${P}-implicts.patch"
-   "${FILESDIR}/${P}-flex-2.6.3-fix.patch"
-)
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_prepare() {
-   default
-   sed -e "s:\$(exec_prefix)/lib:\$(exec_prefix)/$(get_libdir):" \
-   -e '/^STRIPFLAG/s@-s@@' \
-   -e '/$(LN_S)/s@$(DESTDIR)$(AMIWM_HOME)@../..$(AMIWM_HOME)@' \
-   -i Makefile.in || die
-   sed -i -e "s:/bin/ksh:/bin/sh:g" Xsession{,2}.in || die
-
-   cat <<- EOF > "${T}"/amiwm
-   #!/bin/sh
-   exec /usr/bin/amiwm
-   EOF
-}
-
-src_install() {
-   local DOCS=( README* )
-   default
-
-   exeinto /etc/X11/Sessions
-   doexe "${T}"/amiwm
-}

diff --git a/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch 
b/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch
deleted file mode 100644
index ae89aafdae8..000
--- a/x11-wm/amiwm/files/amiwm-0.21_p2-flex-2.6.3-fix.patch
+++ /dev/null
@@ -1,31 +0,0 @@
 amiwm0.21pl2/lex.l
-+++ amiwm0.21pl2/lex.l
-@@ -1,5 +1,6 @@
-+%option noyywrap
- %{
- #include 
- #include "gram.h"
- extern char *progname;
- extern int ParseError;
 amiwm0.21pl2/kbdlexer.l
-+++ amiwm0.21pl2/kbdlexer.l
-@@ -1,5 +1,6 @@
-+%option noyywrap
- %{
- #include 
- #include 
- 
- #include "libami.h"
-@@ -134,12 +135,9 @@ int parse_keyword(char *str, YYSTYPE *va
- 
- .   { fprintf(stderr, "%s: illegal character \"%s\" ignored\n",
-   progname, yytext); }
- %%
- 
--#ifndef yywrap
--int yywrap() { return 1; }
--#endif
- #undef input
- #define input() ((*inptr)?(*inptr++):0)
- #undef unput
- #define unput(c) (*--inptr=c)

diff --git a/x11-wm/amiwm/files/amiwm-0.21_p2-gentoo.diff 
b/x11-wm/amiwm/files/amiwm-0.21_p2-gentoo.diff
deleted file mode 100644
index fa875a4a43b..000
--- a/x11-wm/amiwm/files/amiwm-0.21_p2-gentoo.diff
+++ /dev/null
@@ -1,160 +0,0 @@
-Fix parallel build, don't strip binaries, respect CC LDFLAGS, fix install dirs
-Fix incompatible implicit declaration of built-in function 
{strlen,memset,strcpy}
-
-http://bugs.gentoo.org/show_bug.cgi?id=248680
-http://bugs.gentoo.org/show_bug.cgi?id=299918
-
 a/Makefile.in
-+++ b/Makefile.in
-@@ -14,7 +14,7 @@
- exec_prefix = @exec_prefix@
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
--mandir = $(prefix)/man
-+mandir = $(prefix)/share/man
- INSTALL = @INSTALL@
- LN_S = @LN_S@
- 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/amiwm/

2020-05-07 Thread James Le Cuirot
commit: baca96a6b736494967f3f0ca386b34204c8222ea
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 26 21:01:04 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May  7 22:24:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baca96a6

x11-wm/amiwm: Take over as maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/amiwm/metadata.xml | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/x11-wm/amiwm/metadata.xml b/x11-wm/amiwm/metadata.xml
index 722041341d0..06ced70e47f 100644
--- a/x11-wm/amiwm/metadata.xml
+++ b/x11-wm/amiwm/metadata.xml
@@ -1,10 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-   amiwm is an X window manager that tries to make your display look and 
-   feel like an Amiga Workbench screen. It is fully functional and can do 
-   all the usual window manager stuff, like moving and resizing windows.
+   
+   ch...@gentoo.org
+   James Le Cuirot
+   
+   
+   amiwm is an X window manager that tries to make your display 
look and
+   feel like an Amiga Workbench screen. It is fully functional and 
can do
+   all the usual window manager stuff, like moving and resizing 
windows.
  
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/amiwm/

2020-05-07 Thread James Le Cuirot
commit: fcb7da7fe90babb7bc6d2a7bc98cfb75f9f99476
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Apr 26 21:04:26 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May  7 22:24:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb7da7f

x11-wm/amiwm: Version bump to 0.22.01_p20200826 snapshot

It has a new (but somewhat dead) upstream. I sent a bunch of patches
to fix all the build issues though.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/amiwm/Manifest   |  1 +
 x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/x11-wm/amiwm/Manifest b/x11-wm/amiwm/Manifest
index f22c0a66448..39acc8033f5 100644
--- a/x11-wm/amiwm/Manifest
+++ b/x11-wm/amiwm/Manifest
@@ -1 +1,2 @@
+DIST amiwm-0.22.01_p20200826.tar.gz 153787 BLAKE2B 
eebd61436bff6c063c0946f61632f5a56ba01d62f01e2761de62fed1c2c5049a191dbbaf836ac0b0771b38a84dc6f52a40ee53b9c73666855cfe03b6a829f9a8
 SHA512 
a4329eb8ea98b631611a6e069f27a6c640bfac94aa5a2c3591c9c35c4b08ea6f123fadcd56597353b27ec67bc079e8268e1b700fe85c0d545c9bb93439362c1b
 DIST amiwm0.21pl2.tar.gz 195128 BLAKE2B 
de7c843e6b756797b7a72a8e0b6fde6d4c02893e3eae8262d85d4417a7ad6309c10add802c04dde2d092bc7c8a604edbc96c4a9fc3c7f1166897a7933a978ccb
 SHA512 
6504a4fd4c30a571b0c501b46fdc442fcc993c27b4595753f7bfa12a38c0b997a01d939c7a35e6c499aa0f8972bc0fda7cc88a9fe77091f363f8cd5a9e8d50de

diff --git a/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild 
b/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
new file mode 100644
index 000..7e7eaed103a
--- /dev/null
+++ b/x11-wm/amiwm/amiwm-0.22.01_p20200826.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+COMMIT="8b8c956a904fa73edb02d4dc6d45bc0358bff3b3"
+DESCRIPTION="Amiga Workbench inspired window manager for Xorg"
+HOMEPAGE="https://github.com/redsPL/amiwm;
+SRC_URI="https://github.com/chewi/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="amiwm"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+COMMON_DEPEND="
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXext
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   media-fonts/font-misc-misc[nls,X]
+   x11-apps/xrdb
+   x11-apps/xsetroot
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_prepare() {
+   default
+   eautoconf
+}
+
+src_install() {
+   emake install DESTDIR="${D}" STRIPFLAG=
+   einstalldocs
+
+   exeinto /etc/X11/Sessions
+   newexe - ${PN} <<-EOF
+   #!/bin/sh
+   exec ${PN}
+   EOF
+}



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

2020-05-07 Thread Mikle Kolyada
commit: cd78677e0333f71d081d71610b0c87ad188244b5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 22:01:30 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 22:01:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd78677e

dev-util/vint: mark stable``

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

 dev-util/vint/Manifest   |  2 --
 dev-util/vint/vint-0.3.18.ebuild | 44 
 dev-util/vint/vint-0.3.19.ebuild | 34 ---
 dev-util/vint/vint-0.3.21.ebuild |  2 +-
 4 files changed, 1 insertion(+), 81 deletions(-)

diff --git a/dev-util/vint/Manifest b/dev-util/vint/Manifest
index b146fad7a21..816b3a75321 100644
--- a/dev-util/vint/Manifest
+++ b/dev-util/vint/Manifest
@@ -1,3 +1 @@
-DIST vint-0.3.18.tar.gz 95865 BLAKE2B 
0f7e61b720aa0998091b9b40118b199392fbf1aeace8801d683e8249179cd3d792e15b42df6d34c567c4df1830629a80e6043e87092f37dc46a0e57c6a56cf53
 SHA512 
1d3e04527a8f5ffae29395010a88258c1771aff2798143eff6572400eaf96323cad04353a7fcee68d9407afde5808446f515fd3d7e8e62de4bef28edf214ebdd
-DIST vint-0.3.19.tar.gz 96755 BLAKE2B 
0b03807a4286b3e030e00c112dd0e879fa39e0d2333d46ea159555de50b30098d9a8b2345da8e18b7e1e5c814f10678df2e64398a615bf381186faa0036939f5
 SHA512 
b9024ed1cd8a18a916798e691ba0db31985034b2420e33c094459a48254c7c8f6fe89a1a64858a67ff95b0b48e67a780cf975940646af2685d2b95640e8121f9
 DIST vint-0.3.21.tar.gz 96747 BLAKE2B 
926b46493030dc0daa477ded3cb70f2b825b4eb8054c14a4b824b97e7df60d0141cf1bcf4c33893afd870f51308b7156fb6e5870f320f8c9449fdca8fe78774f
 SHA512 
47e832d382952cb16bcc233eefa1f06ca74f95eb445d7f96d6804391b91a2c8a8e7b749b7f33f65aed9d3bdc1ff5e5332a62c3935969395f16a854f0f66e383b

diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild
deleted file mode 100644
index 6039b4556fb..000
--- a/dev-util/vint/vint-0.3.18.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Lint tool for Vim script language"
-HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.org/project/vim-vint/;
-SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
-   >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
-   )
-"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # Don't try to use an installed vint executable.
-   # See https://github.com/Kuniwak/vint/issues/22
-   sed -i -e "s|'vint'|'bin/vint'|" test/acceptance/test_cli{,_vital}.py 
|| die
-}
-
-python_test() {
-   py.test -v || die "Test suite failed with ${EPYTHON}"
-}

diff --git a/dev-util/vint/vint-0.3.19.ebuild b/dev-util/vint/vint-0.3.19.ebuild
deleted file mode 100644
index 79f99c6519d..000
--- a/dev-util/vint/vint-0.3.19.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Lint tool for Vim script language"
-HOMEPAGE="https://github.com/Kuniwak/vint https://pypi.org/project/vim-vint/;
-SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]
-   >=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.11[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-python/pytest-3.3.2[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   pytest -vv || die "Test suite failed with ${EPYTHON}"
-}

diff --git a/dev-util/vint/vint-0.3.21.ebuild b/dev-util/vint/vint-0.3.21.ebuild
index 6f3784ee936..00521d56eba 100644
--- a/dev-util/vint/vint-0.3.21.ebuild
+++ b/dev-util/vint/vint-0.3.21.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Kuniwak/vint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
>=dev-python/ansicolor-0.2.4[${PYTHON_USEDEP}]



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

2020-05-07 Thread Mikle Kolyada
commit: 2a082d8ffd3c9219fcf8505a09badd99b8038b2d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  7 21:58:44 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  7 21:59:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a082d8f

dev-python/ansicolor: marge stable keywords

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

 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild |  2 +-
 dev-python/ansicolor/ansicolor-0.2.6.ebuild| 19 ---
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
index 25c10321fe6..744f7665ed0 100644
--- a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
+++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
distutils_enable_tests pytest
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Produce ansi color output and colored highlighting and diffing"

diff --git a/dev-python/ansicolor/ansicolor-0.2.6.ebuild 
b/dev-python/ansicolor/ansicolor-0.2.6.ebuild
deleted file mode 100644
index 866117da949..000
--- a/dev-python/ansicolor/ansicolor-0.2.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Produce ansi color output and colored highlighting and diffing"
-HOMEPAGE="https://github.com/numerodix/ansicolor 
https://pypi.org/project/ansicolor/;
-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=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/

2020-05-07 Thread Andreas Sturmlechner
commit: ea86ff88c494c3551724324f4f48d0cc5b79d595
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 21:19:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 21:20:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea86ff88

dev-embedded/esptool: Drop 2.1 and 2.6, py36-only

No maintainer, no more stable.

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

 dev-embedded/esptool/Manifest   |  2 --
 dev-embedded/esptool/esptool-2.1.ebuild | 29 --
 dev-embedded/esptool/esptool-2.6.ebuild | 37 -
 3 files changed, 68 deletions(-)

diff --git a/dev-embedded/esptool/Manifest b/dev-embedded/esptool/Manifest
index 61a54ed7024..9aabd42d1b8 100644
--- a/dev-embedded/esptool/Manifest
+++ b/dev-embedded/esptool/Manifest
@@ -1,3 +1 @@
-DIST esptool-2.1.tar.gz 68974 BLAKE2B 
4aaddc9bf22a624de18e7d58b35a42f6fa27cf8bdfff119a270b9531f1e19ecb3f4d7eebad319a799068a19941bf0c843fc464fd5ae891d8e03e1a2bad54dd68
 SHA512 
be657df04a345d2c91bbe3a9cbb93cd7bb0bc68e61388ff4d134c88d514c74fe3f2c5e7c64f4100264bc5973b1d3e66251cdb16a77894fb9e116d9c6a54a8dc3
-DIST esptool-2.6.tar.gz 4336261 BLAKE2B 
1da9ea1ed24d1bf91e2bbac079016c4813012946977ca6da7f6b4eac52ea77f501f4185efca39a636cab438720f0a14ca2faf49920228656fcb4786690824208
 SHA512 
dd2e1815df07a491d5b41b709aafecb642f5b642c83b11e309986ba0ad827257e6b7bb93f4decd7ee37fd10a1ee7b36c836598c0c2e1e60118bf96397c187dfd
 DIST esptool-2.8.tar.gz 5399875 BLAKE2B 
c2c27dc44cec1921f2d800347682bb198be76f7a122fd6a0c9964fb189350980557aa85bd6cb8fb2d63c8c7ccdd18e1860b65ca85c8777145ec1da07da886be1
 SHA512 
14528197e760779f3bf50e2a44d477979675dd42451fa405e2ae87502158b21f999fb94561980c9eb0634d2d1fd3729779b78266403de858ed1d32e8d29604cc

diff --git a/dev-embedded/esptool/esptool-2.1.ebuild 
b/dev-embedded/esptool/esptool-2.1.ebuild
deleted file mode 100644
index 3b19277c6fe..000
--- a/dev-embedded/esptool/esptool-2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to communicate with the ROM bootloader in Espressif 
ESP8266 and ESP32"
-HOMEPAGE="https://github.com/espressif/esptool;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   >=dev-python/pyserial-2.5[${PYTHON_USEDEP}]"
-
-RESTRICT="test" # Uses a device connected to the serial port
-
-python_test() {
-   ${EPYTHON} test/test_esptool.py || die
-}

diff --git a/dev-embedded/esptool/esptool-2.6.ebuild 
b/dev-embedded/esptool/esptool-2.6.ebuild
deleted file mode 100644
index 3b0512e262a..000
--- a/dev-embedded/esptool/esptool-2.6.ebuild
+++ /dev/null
@@ -1,37 +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="Utility to communicate with the ROM bootloader in Espressif 
ESP8266 and ESP32"
-HOMEPAGE="https://github.com/espressif/esptool;
-SRC_URI="https://github.com/espressif/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="
-   dev-python/ecdsa[${PYTHON_USEDEP}]
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   >=dev-python/pyserial-3.0[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   test? ( ${RDEPEND}
-   dev-python/pyelftools[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   ${EPYTHON} test/test_imagegen.py || die "imagegen test failed with 
${EPYTHON}"
-   ${EPYTHON} test/test_espsecure.py || die "espsecure test failed with 
${EPYTHON}"
-}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/files/, kde-plasma/plasma-desktop/

2020-05-07 Thread Andreas Sturmlechner
commit: 33d7abaf3de642b84fa915586a8afd8e38ae08d6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 19:48:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 19:52:03 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=33d7abaf

kde-plasma/plasma-desktop: Update override-include-dirs.patch

...to cover new FindXorgServer.cmake module.

Upstream commit 82e7a6b68d81ca2be0fdc3fc13cd5ca5f5e03e81

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

 ...sma-desktop-5.18.5-override-include-dirs.patch} | 35 ++
 .../plasma-desktop/plasma-desktop-.ebuild  |  3 +-
 2 files changed, 31 insertions(+), 7 deletions(-)

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-override-include-dirs.patch
 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-override-include-dirs.patch
similarity index 71%
rename from 
kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-override-include-dirs.patch
rename to 
kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-override-include-dirs.patch
index 3118913e08..ffbf2b6442 100644
--- 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.4.1-override-include-dirs.patch
+++ 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-override-include-dirs.patch
@@ -1,19 +1,19 @@
-From b11915786a97f55074b7bfe4eec6f3c5cc08ae78 Mon Sep 17 00:00:00 2001
+From 6971b5eac2088d263527b2b4a85bb08b1a2dc792 Mon Sep 17 00:00:00 2001
 From: Andreas Sturmlechner 
 Date: Mon, 6 Apr 2020 00:41:07 +0200
-Subject: [PATCH 1/2] cmake modules: Allow include dir overrides for various
- input drivers
+Subject: [PATCH] cmake modules: Allow include dir overrides for various input
+ drivers
 
 FindEvdev - evdev-properties.h
 FindSynaptics - synaptics-properties.h
 FindXorgLibinput - libinput-properties.h
-
-Hint: Dependency for touchpad (Synaptics): xserver-properties.h (xorg-server)
+FindXorgServer - xserver-properties.h
 ---
  cmake/modules/FindEvdev.cmake| 4 
  cmake/modules/FindSynaptics.cmake| 4 
  cmake/modules/FindXorgLibinput.cmake | 4 
- 3 files changed, 12 insertions(+)
+ cmake/modules/FindXorgServer.cmake   | 4 
+ 4 files changed, 16 insertions(+)
 
 diff --git a/cmake/modules/FindEvdev.cmake b/cmake/modules/FindEvdev.cmake
 index 153128a90..c19c31a96 100644
@@ -81,5 +81,28 @@ index 1550751ae..5b7af5e79 100644
  include(FindPackageHandleStandardArgs)
  find_package_handle_standard_args(XorgLibinput REQUIRED_VARS 
XORGLIBINPUT_INCLUDE_DIRS)
  
+diff --git a/cmake/modules/FindXorgServer.cmake 
b/cmake/modules/FindXorgServer.cmake
+index 5248c6d25..9de16dba0 100644
+--- a/cmake/modules/FindXorgServer.cmake
 b/cmake/modules/FindXorgServer.cmake
+@@ -31,6 +31,8 @@
+ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ # SUCH DAMAGE.
+ 
++if(NOT XORGSERVER_INCLUDE_DIRS)
++
+ find_package(PkgConfig)
+ pkg_check_modules(PC_XORGSERVER xorg-server)
+ 
+@@ -39,6 +41,8 @@ find_path(XORGSERVER_INCLUDE_DIRS
+ HINTS ${PC_XORGSERVER_INCLUDE_DIRS} ${PC_XORGSERVER_INCLUDEDIR}
+ )
+ 
++endif()
++
+ include(FindPackageHandleStandardArgs)
+ find_package_handle_standard_args(XORGSERVER REQUIRED_VARS 
XORGSERVER_INCLUDE_DIRS)
+ 
 -- 
 2.26.2
+

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 37923f2037..a56f7a6f47 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -135,7 +135,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}-5.18.4.1-override-include-dirs.patch" # downstream 
patch
+   "${FILESDIR}/${PN}-5.18.5-override-include-dirs.patch" # downstream 
patch
 )
 
 src_unpack() {
@@ -165,6 +165,7 @@ src_configure() {
$(cmake_use_find_package fontconfig Fontconfig)
-DEvdev_INCLUDE_DIRS="${WORKDIR}"/include
-DXORGLIBINPUT_INCLUDE_DIRS="${WORKDIR}"/include
+   -DXORGSERVER_INCLUDE_DIRS="${WORKDIR}"/include
-DSynaptics_INCLUDE_DIRS="${WORKDIR}"/include
$(cmake_use_find_package scim SCIM)
$(cmake_use_find_package semantic-desktop KF5Baloo)



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

2020-05-07 Thread William Hubbs
commit: b47c2b767419cdf7e49ef9c6079bfe383b733c80
Author: William Hubbs  gentoo  org>
AuthorDate: Thu May  7 20:58:19 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May  7 20:58:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47c2b76

dev-vcs/python-gitlab: 2.2.0 bump

Signed-off-by: William Hubbs  gentoo.org>

 dev-vcs/python-gitlab/Manifest   |  1 +
 dev-vcs/python-gitlab/python-gitlab-2.2.0.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-vcs/python-gitlab/Manifest b/dev-vcs/python-gitlab/Manifest
index 61ebc53c3f2..0db9a63f483 100644
--- a/dev-vcs/python-gitlab/Manifest
+++ b/dev-vcs/python-gitlab/Manifest
@@ -2,3 +2,4 @@ DIST python-gitlab-1.13.0.tar.gz 121434 BLAKE2B 
f8a9af4f389b4759891e26de305c48a7
 DIST python-gitlab-1.7.0.tar.gz 110657 BLAKE2B 
1003d3373d3ef5474b1d5c10b1c6af57e7467cec432fc1eb75b4e1ba7766361641f25461ac2bf1b7692dab855d4e5cbc204240ede3568e71ed1af75682807fb0
 SHA512 
ad50d989e27948ff5188f4191ad3b7f1e1b45608627b2042bf02d635b2aa8da0a24f6b0383f483a01df54e4ab14576e7e4252576b9c2bdf67a187ae6aad69d53
 DIST python-gitlab-1.8.0.tar.gz 115603 BLAKE2B 
8ebebc1735e5531b4f95d82122b6ecf78fd541bce503f0cdf8c47b2ec2edab89efcad6c0ab39d82b57ffb8c3e341cb2160916b7df6c4886465e90557db3141c3
 SHA512 
4843aefb7cd363520e9065cfc08b81ec2c5c2c9cbdb5d6adbd35ec0f615bafd40e66746739c910b5e7e041f06e2aa9dc8beb8a884a714e6837cd5fb6fefb53be
 DIST python-gitlab-1.9.0.tar.gz 116460 BLAKE2B 
f0a0d9679e4e742d966c678f8dcc6b2464e5ae8a013038221b3c484e6bb6ae23c166f82fec85c3560ebbce3cf80bc23657b1b906d8c6f284a64589545acdb035
 SHA512 
cb0d58896f55837f7088ab08551f2e9f9f82e8a04c19979a69bc042c95cdb2d04174dec49a236ddcf1344c50e9ffc6f929750b008bf6e619225c80bf9490afaa
+DIST python-gitlab-2.2.0.tar.gz 136178 BLAKE2B 
23f04638ba34f63048143e834342ea81e8a8cacdbc0502490543bc5b6de9fea6a58c884bc4111aea0fb27a343d22b9dfc62d5000b873ab90105f6aa5a80b7ff5
 SHA512 
bdf34e4b9e45f5767faf81d52caf1b800d931a105940bb80b1e58cc8efc34a319196a6aa437d49215f0f4ff24359cc2497853486698a23413b2bb3dfe169e5e3

diff --git a/dev-vcs/python-gitlab/python-gitlab-2.2.0.ebuild 
b/dev-vcs/python-gitlab/python-gitlab-2.2.0.ebuild
new file mode 100644
index 000..fb687ff4c2f
--- /dev/null
+++ b/dev-vcs/python-gitlab/python-gitlab-2.2.0.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} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Python command line interface to gitlab API"
+HOMEPAGE="https://github.com/python-gitlab/python-gitlab/;
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/python-gitlab/python-gitlab;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="test"
+
+BDEPEND="test? (
+   dev-python/httmock[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}] )"
+
+RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   dodoc -r *.rst docs
+}



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

2020-05-07 Thread Sergei Trofimovich
commit: 48b3e04f8e6a5906ef0a36f1cac58a3ecdc020e7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu May  7 18:35:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May  7 18:35:26 2020 +
URL:https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=48b3e04f

10.1.0: copy patches frm 9.3.0 and refresh them

Changes are:
2 upstreamed patches are removed:
- 12_all_pr55930-dependency-tracking.patch
- 25_all_ia64-bootstrap.patch

1 patch is updated:
- 11_all_extra-options.patch is split in two:
  + 27_all_EXTRA_OPTIONS-z-now.patch
  + 28_all_EXTRA_OPTIONS-fstack-clash-protection.patch

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

 10.1.0/gentoo/01_all_default-fortify-source.patch  |  22 
 .../02_all_default-warn-format-security.patch  |  22 
 .../gentoo/03_all_default-warn-trampolines.patch   |  13 ++
 10.1.0/gentoo/04_all_nossp-on-nostdlib.patch   |  27 
 10.1.0/gentoo/05_all_alpha-mieee-default.patch |  39 ++
 10.1.0/gentoo/06_all_ia64_note.GNU-stack.patch |  92 +
 .../gentoo/07_all_i386_libgcc_note.GNU-stack.patch |  54 
 10.1.0/gentoo/08_all_libiberty-asprintf.patch  |  18 +++
 10.1.0/gentoo/09_all_libiberty-pic.patch   |  10 ++
 10.1.0/gentoo/10_all_nopie-all-flags.patch |  18 +++
 10.1.0/gentoo/11_all_sh-drop-sysroot-suffix.patch  |  32 +
 10.1.0/gentoo/12_all_ia64-TEXTREL.patch|  22 
 .../gentoo/13_all_disable-systemtap-switch.patch   | 122 ++
 10.1.0/gentoo/14_all_m68k-textrel-on-libgcc.patch  |  93 ++
 10.1.0/gentoo/15_all_respect-build-cxxflags.patch  |  39 ++
 10.1.0/gentoo/16_all_libgfortran-Werror.patch  |  20 +++
 10.1.0/gentoo/17_all_libgomp-Werror.patch  |  20 +++
 10.1.0/gentoo/18_all_libitm-Werror.patch   |  19 +++
 10.1.0/gentoo/19_all_libatomic-Werror.patch|  19 +++
 10.1.0/gentoo/20_all_libbacktrace-Werror.patch |  17 +++
 10.1.0/gentoo/21_all_libsanitizer-Werror.patch |  17 +++
 10.1.0/gentoo/22_all_libstdcxx-no-vtv.patch|  61 +
 10.1.0/gentoo/23_all_disable-riscv32-ABIs.patch|  53 
 10.1.0/gentoo/24_all_default_ssp-buffer-size.patch |  14 ++
 10.1.0/gentoo/25_all_hppa-faster-synth_mult.patch  |  44 +++
 10.1.0/gentoo/26_all_libcpp-ar.patch   | 143 +
 10.1.0/gentoo/27_all_EXTRA_OPTIONS-z-now.patch |  26 
 ...all_EXTRA_OPTIONS-fstack-clash-protection.patch |  65 ++
 10.1.0/gentoo/README.history   |  29 +
 29 files changed, 1170 insertions(+)

diff --git a/10.1.0/gentoo/01_all_default-fortify-source.patch 
b/10.1.0/gentoo/01_all_default-fortify-source.patch
new file mode 100644
index 000..d307474
--- /dev/null
+++ b/10.1.0/gentoo/01_all_default-fortify-source.patch
@@ -0,0 +1,22 @@
+Taken Debian's patch and removed docs matches:
+https://salsa.debian.org/toolchain-team/gcc.git
+Also see https://bugs.gentoo.org/621036 where
+initially Gentoo used too complicated macro.
+
+# DP: Turn on -D_FORTIFY_SOURCE=2 by default for C, C++, ObjC, ObjC++,
+# DP: if the optimization level is > 0
+--- a/gcc/c-family/c-cppbuiltin.c
 b/gcc/c-family/c-cppbuiltin.c
+@@ -951,6 +951,12 @@ c_cpp_builtins (cpp_reader *pfile)
+   builtin_define_with_value ("__REGISTER_PREFIX__", REGISTER_PREFIX, 0);
+   builtin_define_with_value ("__USER_LABEL_PREFIX__", user_label_prefix, 0);
+ 
++#if !defined(ACCEL_COMPILER)
++  /* Fortify Source enabled by default for optimization levels > 0 */
++  if (optimize)
++builtin_define_with_int_value ("_FORTIFY_SOURCE", 2);
++#endif
++
+   /* Misc.  */
+   if (flag_gnu89_inline)
+ cpp_define (pfile, "__GNUC_GNU_INLINE__");

diff --git a/10.1.0/gentoo/02_all_default-warn-format-security.patch 
b/10.1.0/gentoo/02_all_default-warn-format-security.patch
new file mode 100644
index 000..f809abd
--- /dev/null
+++ b/10.1.0/gentoo/02_all_default-warn-format-security.patch
@@ -0,0 +1,22 @@
+Enable -Wformat and -Wformat-security by default.
+
+--- a/gcc/c-family/c.opt   2016-03-23 18:51:56.0 +0100
 b/gcc/c-family/c.opt   2016-04-28 23:45:54.063351272 +0200
+@@ -459,7 +459,7 @@ C ObjC C++ ObjC++ Var(warn_format_nonlit
+ Warn about format strings that are not literals.
+ 
+ Wformat-security
+-C ObjC C++ ObjC++ Var(warn_format_security) Warning LangEnabledBy(C ObjC C++ 
ObjC++,Wformat=, warn_format >= 2, 0)
++C ObjC C++ ObjC++ Var(warn_format_security) Init(1) Warning LangEnabledBy(C 
ObjC C++ ObjC++,Wformat=, warn_format >= 2, 0)
+ Warn about possible security problems with format functions.
+ 
+ Wformat-signedness
+@@ -475,7 +475,7 @@ C ObjC C++ ObjC++ Var(warn_format_zero_l
+ Warn about zero-length formats.
+ 
+ Wformat=
+-C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Warning 
LangEnabledBy(C ObjC C++ ObjC++,Wall, 1, 0) IntegerRange(0, 2)
++C ObjC C++ ObjC++ Joined RejectNegative UInteger Var(warn_format) Init(1) 
Warning 

[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-05-07 Thread Max Magorsch
commit: 30f11878cf9a37ba3ab5759db5d0546be4e6f0d5
Author: Max Magorsch  gentoo  org>
AuthorDate: Thu May  7 20:44:12 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Thu May  7 20:44:12 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=30f11878

Fix the chmod by using the 0o prefix

Signed-off-by: Max Magorsch  gentoo.org>

 html/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/generate.py b/html/generate.py
index 3d7c458..d88e030 100755
--- a/html/generate.py
+++ b/html/generate.py
@@ -177,7 +177,7 @@ template.stream(lastUpdate=lastUpdate).dump(html_folder + 
"help.html")
 #
 with tempfile.NamedTemporaryFile(dir=os.path.dirname(cache_path), 
delete=False, mode='wt') as fout:
 json.dump(cache_data, fout)
-os.chmod(fout.name, 644)
+os.chmod(fout.name, 0o644)
 os.replace(fout.name, cache_path)
 
 



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/libavif/

2020-05-07 Thread Daniel Novomesky
commit: 36df2d690559aea8f2881e04a2a0a5ee2740e3a4
Author: Daniel Novomesky  gmail  com>
AuthorDate: Thu May  7 20:41:22 2020 +
Commit: Daniel Novomesky  gmail  com>
CommitDate: Thu May  7 20:41:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36df2d69

media-libs/libavif: version bump to 0.7.3

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

 media-libs/libavif/Manifest |  1 +
 media-libs/libavif/libavif-0.7.3.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/media-libs/libavif/Manifest b/media-libs/libavif/Manifest
index f8b5a71..c7dddc5 100644
--- a/media-libs/libavif/Manifest
+++ b/media-libs/libavif/Manifest
@@ -1,2 +1,3 @@
 DIST libavif-0.6.4.tar.gz 2880753 BLAKE2B 
d42e106a67aa82e4e9cd28488e6393e100e78bf381f8db6f9563c8563eec8c8afe64dedd4b3cdcadc296f15472995cee979469230085aa27a19a48f2d01f5e6a
 SHA512 
ccd9ef462b9a235914f08a75f7acefc1592037e14967089bbc118838ba3603aa527f20b842c658b357f159de28dede15ab80e27f08a19ad3456247970c0ad822
 DIST libavif-0.7.2.tar.gz 2892316 BLAKE2B 
24f2a25744fda5f6847506ab4c7a326635fe417dd4385960322f8302b1b60c1ef96ed9ebf453fddb8eba6e7f58506e15ec6934eca76b33ccd803f324432c0340
 SHA512 
543aae3dde2ed19a8d2d22425260d09f577fbddbd5bc293cc9ec97e427f3854e7a957b4975130b1129a0c73847398ce88ab22de48bec500b83bc56fde671e6b7
+DIST libavif-0.7.3.tar.gz 2893675 BLAKE2B 
9cbfac039859f2b7fed975c8088698c8ab792773dd8a6512d5b2cf5827cb58d23a6aec6ca077da088af0dc4fb40a7d065ad5e5a8e0f4e8d11391acedb95ac31b
 SHA512 
b8928755ee39964fd9d9575fdb393ffee0ac3597c1d6f6048e049e6c328d1e82febdb32bfa0b22e16a2fb73ff6cd1ad4af7f63fc9baccea22716d941385c028d

diff --git a/media-libs/libavif/libavif-0.7.3.ebuild 
b/media-libs/libavif/libavif-0.7.3.ebuild
new file mode 100644
index 000..7fa8ecc
--- /dev/null
+++ b/media-libs/libavif/libavif-0.7.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit cmake
+
+DESCRIPTION="Library for encoding and decoding .avif files"
+HOMEPAGE="https://github.com/AOMediaCodec/libavif;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/AOMediaCodec/libavif.git;
+else
+   SRC_URI="https://github.com/AOMediaCodec/libavif/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS=""
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="dav1d +libaom rav1e"
+
+REQUIRED_USE="|| ( dav1d libaom )"
+
+DEPEND="dav1d? ( media-libs/dav1d )
+   libaom? ( >=media-libs/libaom-1.0.0_p20200507:= )
+   rav1e? ( media-video/rav1e:=[capi] )
+   media-libs/libpng
+   virtual/jpeg
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+   local mycmakeargs=(
+   -DAVIF_BUILD_APPS=ON
+   -DAVIF_CODEC_AOM=$(usex libaom ON OFF)
+   -DAVIF_CODEC_DAV1D=$(usex dav1d ON OFF)
+   -DAVIF_CODEC_RAV1E=$(usex rav1e ON OFF)
+   -DBUILD_SHARED_LIBS=ON
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   if ! use libaom && ! use rav1e ; then
+   ewarn "libaom and rav1e flags are not set,"
+   ewarn "libavif will work in read-only mode."
+   ewarn "Enable libaom or rav1e flag if you want to save .AVIF 
files."
+   fi
+}



[gentoo-commits] proj/portage:master commit in: lib/portage/

2020-05-07 Thread Zac Medico
commit: def3574d3fe9b944dd83e561462ccc6de6f90ff3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May  7 20:32:03 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May  7 20:34:02 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=def3574d

locks: translate surrogate from uname (bug 721402)

Prevent an error like this when attempting to encode a surrogate:

UnicodeEncodeError: 'utf-8' codec can't encode characters in position 20-22: 
surrogates not allowed

Tested-by: Vladimir Varlamov  gmail.com>
Bug: https://bugs.gentoo.org/721402
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/locks.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/portage/locks.py b/lib/portage/locks.py
index 2331e6f57..535698dfe 100644
--- a/lib/portage/locks.py
+++ b/lib/portage/locks.py
@@ -1,5 +1,5 @@
 # portage: Lock management code
-# Copyright 2004-2019 Gentoo Authors
+# Copyright 2004-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = ["lockdir", "unlockdir", "lockfile", "unlockfile", \
@@ -516,7 +516,7 @@ def unlockfile(mytuple):
 def hardlock_name(path):
base, tail = os.path.split(path)
return os.path.join(base, ".%s.hardlock-%s-%s" %
-   (tail, os.uname()[1], os.getpid()))
+   (tail, portage._decode_argv([os.uname()[1]])[0], os.getpid()))
 
 def hardlink_is_mine(link, lock):
try:
@@ -672,7 +672,7 @@ def unhardlink_lockfile(lockfilename, unlinkfile=True):
pass
 
 def hardlock_cleanup(path, remove_all_locks=False):
-   myhost = os.uname()[1]
+   myhost = portage._decode_argv([os.uname()[1]])[0]
mydl = os.listdir(path)
 
results = []



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-05-07 Thread Max Magorsch
commit: 6f7e496c82c0f3f0c194e78691af8ba2e3a65b8e
Author: Max Magorsch  gentoo  org>
AuthorDate: Thu May  7 20:25:15 2020 +
Commit: Max Magorsch  gentoo  org>
CommitDate: Thu May  7 20:25:15 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=6f7e496c

Fix os.chmod by using an int instead of a string

Signed-off-by: Max Magorsch  gentoo.org>

 html/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/generate.py b/html/generate.py
index 8d79cbe..3d7c458 100755
--- a/html/generate.py
+++ b/html/generate.py
@@ -177,7 +177,7 @@ template.stream(lastUpdate=lastUpdate).dump(html_folder + 
"help.html")
 #
 with tempfile.NamedTemporaryFile(dir=os.path.dirname(cache_path), 
delete=False, mode='wt') as fout:
 json.dump(cache_data, fout)
-os.chmod(fout.name, '0644')
+os.chmod(fout.name, 644)
 os.replace(fout.name, cache_path)
 
 



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

2020-05-07 Thread Thomas Deutschmann
commit: ea1a3429b8e24739fd2ff08c359b5ba00d33c2f8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu May  7 20:13:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu May  7 20:15:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1a3429

www-client/firefox: bump revision

- VAAPI fallback fix backported

- Unbreak WebRTC with dev-libs/nss-3.52

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

 www-client/firefox/Manifest| 2 +-
 www-client/firefox/{firefox-76.0.ebuild => firefox-76.0-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index e3d44e4b14f..2415eee3840 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -437,7 +437,7 @@ DIST firefox-76.0-nl.xpi 548817 BLAKE2B 
3d15e8a0f7384f4368765b9144e2c9aee1c1b4e4
 DIST firefox-76.0-nn-NO.xpi 548022 BLAKE2B 
a2f179cc32871cc2ea2a5256f9bccdb90fee87554d4d3cc114424166a31cd72d773af987db102f16876a7c5dfa74ecb112b847055319446a3f3f7ec757df66a9
 SHA512 
1f246378ec4bf05c7ed8f1c11d50bd261fc30ebad2a04a3e3bca06afd255892945abe00ced9b6d5f9b8c254c7e7ee7c3e11e596ea143594b66d2ac1a0005d195
 DIST firefox-76.0-oc.xpi 566164 BLAKE2B 
561e6d007eb565fb6eacec0fe6f820ea7e158762b373d4073db6030201b57ad364aa9bc7c35df32b4e591436cf0c35b85e62990c4576a1474fe2903536843dfb
 SHA512 
9d24a3a7a085db087192508b50b7dc5789f3f8085e650a8b196a8a85fcc86e5dc1d585e282a3afdb0ea921a01a83bc655198b15d6bb2c076c873ea6107fbdc3e
 DIST firefox-76.0-pa-IN.xpi 600380 BLAKE2B 
5ba3f82c00371f4a01cbe59b6a10a6803df1b773ec9a1aad5ae369fa1547c68413b043ad9d5ce337dea9a1060f791c617a54f2475de0ce8125bb2c8f2c3f8513
 SHA512 
26623e6ca6b2c4377ecd2785628d2377424cba3fd2e4c5b87cb4f0ee8833e6db5ecd08000b7127a50b4edce61d17f8647f4a5a2dd6cc33d47d5e60bf078a35f4
-DIST firefox-76.0-patches-01.tar.xz 15908 BLAKE2B 
6fb89d7c7bcc1e0ff8d46402d5560373d1a89c36d77a48030b8bbabc59d678137a2e8b846cd75799f3563c08a3fec5652c3fe9d9827c0c81f014da1900969acb
 SHA512 
9f426fdb329113b782cb9b9d21506e8c566e650f413fe4f727791033eec9338349668214c2c0e481bacdd48405d514d21b96e975cc7b9318256b21b4489b3ce9
+DIST firefox-76.0-patches-02.tar.xz 17956 BLAKE2B 
d40119135d1631efbdd337ac502fea45c78166727ee0b7c6ee73734d253b6994a45718d648a1d4990896445f84bf46cb8bb5f30f0f04189ca17a79bdb7d7613e
 SHA512 
8b1147c5784fe387f4a0a465f76b450d1d4f91ef8f78bedd7500e9ce8f1b4b39238cf5b77d94cb6dc6d3ed08ce0ab935b64f4780d43de046d5f30ed0719bac81
 DIST firefox-76.0-pl.xpi 563340 BLAKE2B 
dbde00cad15b0f310ce0b03da9cef79beee700334bb29c3e20224aefa5ad4f483cd15fef983ae34890716898257473a4064e75de6e42985a9231ec541544d150
 SHA512 
db24e3d913ca5a3a52e14c8406b3ae0a7e76a395ce252e85861aa99a8ee476e64d2a5c1ad0da2f7dff3954c125754ba513e17c9e6b65c0e9cb082405563156bb
 DIST firefox-76.0-pt-BR.xpi 549872 BLAKE2B 
a75d13c2ec85dc9b6cf9ef78c5b4295bc1ea71b591baf757a64a311f17537bd148508e85aeb6484926ae52cf600590e5ffe90dd0a0877476ba81a979e547a9da
 SHA512 
b884fb23397d9d537e02f4b5e8312ff8db15c1589d5176da9b74f228ab21d474268f174c5b0a6f22c8482daf7a7f1f1678f8bcc7433b1f36eb9c9f26f793d602
 DIST firefox-76.0-pt-PT.xpi 560718 BLAKE2B 
13c50042264ba1d8bd77d6e661962446edba3f6a484fd33b45132e7897be2b68fb76806420db204d45a21ff4ab12c93d1ee865d7dbab24517837d2c8bef7edc4
 SHA512 
a2fa25e0d8d1f9d636b9a8060c122ab6583566cc561e200455abaecf0aad269e3d993b3a7a093bed7448fe0ccb98eac1d8cff85a986a8d81b60f58c2df8a4e48

diff --git a/www-client/firefox/firefox-76.0.ebuild 
b/www-client/firefox/firefox-76.0-r1.ebuild
similarity index 99%
rename from www-client/firefox/firefox-76.0.ebuild
rename to www-client/firefox/firefox-76.0-r1.ebuild
index 7eed7cbc52c..33cbd2cf79a 100644
--- a/www-client/firefox/firefox-76.0.ebuild
+++ b/www-client/firefox/firefox-76.0-r1.ebuild
@@ -27,7 +27,7 @@ if [[ ${MOZ_ESR} == 1 ]] ; then
 fi
 
 # Patch version
-PATCH="${PN}-76.0-patches-01"
+PATCH="${PN}-76.0-patches-02"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"



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

2020-05-07 Thread Andreas Sturmlechner
commit: 030a7a33700436a2febb9bfa382a4db519362975
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 19:38:13 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 19:56:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030a7a33

kde-plasma/plasma-desktop: Add FindXorgServer.cmake module

Update override-include-dirs.patch to cover the new module.

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

 .../plasma-desktop-5.18.5-findxorgserver.patch | 130 +
 ...sma-desktop-5.18.5-override-include-dirs.patch} |  35 +-
 .../plasma-desktop/plasma-desktop-5.18.5.ebuild|   4 +-
 3 files changed, 162 insertions(+), 7 deletions(-)

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch
new file mode 100644
index 000..115d52423fb
--- /dev/null
+++ b/kde-plasma/plasma-desktop/files/plasma-desktop-5.18.5-findxorgserver.patch
@@ -0,0 +1,130 @@
+From 82e7a6b68d81ca2be0fdc3fc13cd5ca5f5e03e81 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Thu, 7 May 2020 16:18:13 +0200
+Subject: [PATCH] Add FindXorgServer.cmake and use it for touchpad KCM
+
+Summary:
+x11 backend of the touchpad KCM uses xserver-properties.h that is part of
+xorg-server package. As XORG_INCLUDE_DIRS seems to be empty, so far, it was
+relying on Synaptics_INCLUDE_DIRS implicitly and worked only if the header
+happened to be in the same directory as Synaptics' which is the case most of
+the time.
+
+FindXorgServer.cmake is just a copy of FindXorgLibinput, adapted accordingly.
+
+Test Plan:
+Pointed Synaptics_INCLUDE_DIRS somewhere else than /usr/include/xorg and build
+succeeded.
+
+Reviewers: #plasma, zzag
+
+Reviewed By: #plasma, zzag
+
+Subscribers: broulik, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D29514
+---
+ CMakeLists.txt |  4 +++
+ cmake/modules/FindXorgServer.cmake | 45 ++
+ kcms/CMakeLists.txt|  2 +-
+ kcms/touchpad/src/backends/x11.cmake   |  2 +-
+ 4 files changed, 51 insertions(+), 2 deletions(-)
+ create mode 100644 cmake/modules/FindXorgServer.cmake
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index fbdd95433..64e8bbd60 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -133,6 +133,10 @@ find_package(Synaptics)
+ set_package_properties(Synaptics PROPERTIES TYPE OPTIONAL)
+ add_feature_info("Synaptics" SYNAPTICS_FOUND "Synaptics libraries needed for 
touchpad KCM")
+ 
++find_package(XorgServer)
++set_package_properties(XorgServer PROPERTIES TYPE OPTIONAL)
++add_feature_info("XorgServer" XORGSERVER_FOUND "XServer header needed for 
touchpad KCM (X11 backend)")
++
+ find_package(XorgLibinput)
+ set_package_properties(XorgLibinput PROPERTIES TYPE OPTIONAL)
+ add_feature_info("XorgLibinput" XORGLIBINPUT_FOUND "Libinput driver headers 
needed for mouse and touchpad KCM")
+diff --git a/cmake/modules/FindXorgServer.cmake 
b/cmake/modules/FindXorgServer.cmake
+new file mode 100644
+index 0..5248c6d25
+--- /dev/null
 b/cmake/modules/FindXorgServer.cmake
+@@ -0,0 +1,45 @@
++# - Find xorg-server's headers.
++# This module defines the following variables:
++#
++#  XORGSERVER_FOUND- true if xserver was found
++#  XORGSERVER_INCLUDE_DIRS - include path for xserver
++#  There are no libraries, just a header file
++#
++# Copyright (c) 2020 Andreas Sturmlechner 
++#
++# Redistribution and use in source and binary forms, with or without
++# modification, are permitted provided that the following conditions
++# are met:
++# 1. Redistributions of source code must retain the above copyright
++#notice, this list of conditions and the following disclaimer.
++# 2. Redistributions in binary form must reproduce the above copyright
++#notice, this list of conditions and the following disclaimer in the
++#documentation and/or other materials provided with the distribution.
++# 3. Neither the name of the University nor the names of its contributors
++#may be used to endorse or promote products derived from this software
++#without specific prior written permission.
++#
++# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
++# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
++# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
++# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
++# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
++# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
++# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
++# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
++# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 

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

2020-05-07 Thread Andreas Sturmlechner
commit: 709d45df68ea117b625b664961956082c73f7795
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 19:55:18 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  7 19:56:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709d45df

profiles: Add =dev-python/xapp-1.0.1-r2 to Cinnamon last-rites

Closes: https://bugs.gentoo.org/721518
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 69f4024cf91..847e932009c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -83,6 +83,7 @@ gnome-extra/cinnamon-translations
 gnome-extra/cjs
 gnome-extra/nemo
 x11-wm/muffin
+=dev-python/xapp-1.0.1-r2
 
 # Bernard Cafarelli  (2020-04-30)
 # Does not compile with latest windowmaker, bug #717418



[gentoo-commits] repo/gentoo:master commit in: app-portage/layman/

2020-05-07 Thread Mart Raudsepp
commit: dc295d9a7ccf6b5972cf39f4c37703b540b60168
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Thu May  7 19:26:10 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu May  7 19:37:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc295d9a

app-portage/layman: arm64 stable (bug #720934)

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>

 app-portage/layman/layman-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/layman/layman-2.4.3.ebuild 
b/app-portage/layman/layman-2.4.3.ebuild
index fdde16395db..cb37bd2551a 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Tool to manage Gentoo overlays"



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

2020-05-07 Thread Patrick McLean
commit: d48b6ffebf2c295fd808be2c7a17108cb297646b
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 19:08:01 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 19:08:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48b6ffe

net-misc/gsutil-4.50: Version bump, add py38, random fixups

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

 net-misc/gsutil/Manifest   |   1 +
 net-misc/gsutil/files/gsutil-4.50-boto-tests.patch |  44 +
 net-misc/gsutil/files/gsutil-4.50-tests.patch  |  57 
 net-misc/gsutil/gsutil-4.50.ebuild | 101 +
 4 files changed, 203 insertions(+)

diff --git a/net-misc/gsutil/Manifest b/net-misc/gsutil/Manifest
index 6a01425ea98..3a3005fc7d3 100644
--- a/net-misc/gsutil/Manifest
+++ b/net-misc/gsutil/Manifest
@@ -1,3 +1,4 @@
 DIST gsutil_4.41.tar.gz 3685987 BLAKE2B 
7586d6c64c87c27e4c5f3e86372bfe6d7fdfbdcbe4146308ed497d86b6e3fb984a79d3f07ba3ed055ac09bfe70eef893b8b764a46921703c48c8e54e49cac7eb
 SHA512 
f96500a4761cb244039ba20ccb328b143134a74822990538585116fe6afa6f9e23cfecc9958e34d5deb4291edc9cbe97c6176b3a0f0136ed6e8e81303b5b8c4a
 DIST gsutil_4.45.tar.gz 3695514 BLAKE2B 
9b129ae1e87620b2430368818929fbd884319cd2cf7788275ba556f873b13700b9333c59b753202d8c88a81eaa47e223f39f6ded26adf8d16144324763528886
 SHA512 
9b21162afcfcd063976be51151d1d51aaeac1a32c2b7d0ee79aaccb28f5202f93623b39ed994bd796ab508a56363fea69429fe42cd770cff3c7c8352a4956212
 DIST gsutil_4.47.tar.gz 3696516 BLAKE2B 
c3a5e1327b0e2e46cac17b1bd820b1ead63bbca4b80f17227290f25d12cb46e38df4334ffc71d0261f4467c157ed50ac21b25b1c7a58ec4113758c64d75b
 SHA512 
66d150d496789a89acc71238c7554244ad17a8896b26fd7d6ffb6e26ce14c8b2268633f4a48b8abd8aa25b36f2ef4bd15cdde02b37a9ef52843200b0449289bb
+DIST gsutil_4.50.tar.gz 3618295 BLAKE2B 
bbd8ec13428a9822b1ebe3eea984f3e50abc010a0de4e57e7dc365642ab501f7994a235d778eaa73c8217ae1e69d1569e80ac8a59d94a84a6abb8272ad466a35
 SHA512 
aa7d68f369ac24c75cbd321d9a1a943fc361e9bf768797327852d0da39d364fa95ac3891367e90a39061b30b331405e2ea8358e0c91e3bdc5cb151d367e0857e

diff --git a/net-misc/gsutil/files/gsutil-4.50-boto-tests.patch 
b/net-misc/gsutil/files/gsutil-4.50-boto-tests.patch
new file mode 100644
index 000..5a9b601604d
--- /dev/null
+++ b/net-misc/gsutil/files/gsutil-4.50-boto-tests.patch
@@ -0,0 +1,44 @@
+--- 
gsutil.orig/gslib/vendored/boto/tests/integration/s3/mock_storage_service.py
   2020-04-10 13:26:12.0 -0700
 gsutil/gslib/vendored/boto/tests/integration/s3/mock_storage_service.py
2020-05-07 11:11:14.971631528 -0700
+@@ -30,13 +30,11 @@
+ import boto
+ import base64
+ import re
+-import six
+ from hashlib import md5
+
+ from boto.utils import compute_md5
+ from boto.utils import find_matching_headers
+ from boto.utils import merge_headers_by_name
+-from boto.utils import write_to_fd
+ from boto.s3.prefix import Prefix
+-from boto.compat import six
++import six
+
+@@ -90,14 +88,12 @@
+  torrent=NOT_IMPL,
+  version_id=NOT_IMPL,
+  res_download_handler=NOT_IMPL):
+-data = six.ensure_binary(self.data)
+-write_to_fd(fp, data)
++fp.write(six.ensure_str(self.data, errors='replace'))
+
+ def get_file(self, fp, headers=NOT_IMPL, cb=NOT_IMPL, num_cb=NOT_IMPL,
+  torrent=NOT_IMPL, version_id=NOT_IMPL,
+  override_num_retries=NOT_IMPL):
+-data = six.ensure_binary(self.data)
+-write_to_fd(fp, data)
++fp.write(self.data)
+
+ def _handle_headers(self, headers):
+ if not headers:
+@@ -284,9 +280,6 @@
+ else:
+ return ''
+
+-def get_tags(self):
+-  return []
+-
+ def new_key(self, key_name=None):
+ mock_key = MockKey(self, key_name)
+ self.keys[key_name] = mock_key

diff --git a/net-misc/gsutil/files/gsutil-4.50-tests.patch 
b/net-misc/gsutil/files/gsutil-4.50-tests.patch
new file mode 100644
index 000..757f1f4ed4d
--- /dev/null
+++ b/net-misc/gsutil/files/gsutil-4.50-tests.patch
@@ -0,0 +1,57 @@
+diff --git a/gslib/boto_translation.py b/gslib/boto_translation.py
+index 0af2e663..7d2f549f 100644
+--- a/gslib/boto_translation.py
 b/gslib/boto_translation.py
+@@ -1457,7 +1457,8 @@ class BotoTranslation(CloudApi):
+ # TODO: Define tags-related methods on storage_uri objects. In the
+ # meantime, we invoke the underlying bucket's methods directly.
+ try:
+-  boto_tags = bucket_uri.get_bucket().get_tags()
++  bucket = bucket_uri.get_bucket()
++  boto_tags = bucket.get_tags() if hasattr(bucket, 'get_tags') else []
+   cloud_api_bucket.labels = (
+   LabelTranslation.BotoTagsToMessage(boto_tags))
+ except boto.exception.StorageResponseError as e:
+diff 

[gentoo-commits] repo/gentoo:master commit in: dev-python/gcs-oauth2-boto-plugin/

2020-05-07 Thread Patrick McLean
commit: 0b24dbf3746c0bdcc710cb689ffad2aba85233e8
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 18:01:47 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 19:06:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b24dbf3

dev-python/gcs-oauth2-boto-plugin-2.5-r1: revbump, cleanups, py38

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

 .../gcs-oauth2-boto-plugin-2.5-r1.ebuild   | 51 ++
 1 file changed, 51 insertions(+)

diff --git 
a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild 
b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild
new file mode 100644
index 000..071efa216aa
--- /dev/null
+++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5-r1.ebuild
@@ -0,0 +1,51 @@
+# 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="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto 
library"
+HOMEPAGE="https://pypi.org/project/gcs-oauth2-boto-plugin/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.13-use-friendy-version-checks.patch"
+)
+
+# Keep versions in sync with setup.py.
+BDEPEND="
+   test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
+"
+RDEPEND="${PYTHON_DEPS}
+   >=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
+   dev-python/google-reauth-python[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
+   >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
+   !=dev-python/oauth2client-2.0*
+   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+   >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]
+   >=dev-python/six-1.12.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   sed -e '/SocksiPy-branch/d' \
+   -i setup.py || die
+   # Make sure the unittests aren't installed.
+   mv gcs_oauth2_boto_plugin/test_oauth2_client.py ./ || die
+}
+
+python_test() {
+   "${EPYTHON}" "${S}"/test_oauth2_client.py -v \
+   || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: /

2020-05-07 Thread Maciej Barć
commit: 70e253d03fab3999d7b6e9a08772dc8e9c2aadc2
Author: Maciej Barć  protonmail  com>
AuthorDate: Thu May  7 15:02:38 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Thu May  7 15:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70e253d0

add gitignore

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Maciej Barć  protonmail.com>

 .gitignore | 12 
 1 file changed, 12 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..6e06ede
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.swp
+*~
+,*
+.idea/
+.vscode/
+.~lock.*
+/.ebuild.x
+/distfiles/
+/eclass/*.5
+/local/
+/packages/
+/profiles/use.local.desc



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

2020-05-07 Thread Fabian Groffen
commit: a73276e17c8718924577f566fa2a5bebc89c50d2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu May  7 18:55:28 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu May  7 18:55:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73276e1

app-arch/xz-utils: workaround upstream Solaris hacks

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen  gentoo.org>

 app-arch/xz-utils/xz-utils-5.2.5.ebuild | 6 ++
 app-arch/xz-utils/xz-utils-.ebuild  | 6 ++
 2 files changed, 12 insertions(+)

diff --git a/app-arch/xz-utils/xz-utils-5.2.5.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.5.ebuild
index e129349a96f..cae7bc97c8e 100644
--- a/app-arch/xz-utils/xz-utils-5.2.5.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.5.ebuild
@@ -67,6 +67,12 @@ multilib_src_configure() {
)
fi
 
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # undo Solaris-based defaults pointing to /usr/xpg5/bin
+   myconf+=( --disable-path-for-script )
+   export gl_cv_posix_shell=${EPREFIX}/bin/sh
+   fi
+
use elibc_FreeBSD && export ac_cv_header_sha256_h=no #545714
ECONF_SOURCE="${S}" econf "${myconf[@]}"
 }

diff --git a/app-arch/xz-utils/xz-utils-.ebuild 
b/app-arch/xz-utils/xz-utils-.ebuild
index e129349a96f..cae7bc97c8e 100644
--- a/app-arch/xz-utils/xz-utils-.ebuild
+++ b/app-arch/xz-utils/xz-utils-.ebuild
@@ -67,6 +67,12 @@ multilib_src_configure() {
)
fi
 
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   # undo Solaris-based defaults pointing to /usr/xpg5/bin
+   myconf+=( --disable-path-for-script )
+   export gl_cv_posix_shell=${EPREFIX}/bin/sh
+   fi
+
use elibc_FreeBSD && export ac_cv_header_sha256_h=no #545714
ECONF_SOURCE="${S}" econf "${myconf[@]}"
 }



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-05-07 Thread Robin H. Johnson
commit: b29132aafc10f1a3758b5145a84e320502e6f7d4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu May  7 17:53:39 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu May  7 18:18:10 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=b29132aa

html/generate.py: improve cache file handling

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

 html/generate.py | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/html/generate.py b/html/generate.py
index 8eb7622..8d79cbe 100755
--- a/html/generate.py
+++ b/html/generate.py
@@ -15,6 +15,8 @@
 
 import datetime
 import socket
+import os
+import tempfile
 import urllib.request, json
 import xml.etree.ElementTree as ET
 import jinja2
@@ -81,8 +83,12 @@ def renderStatsTemplate(templateEnv, page):
 
 
 # read the cache
-with open(cache_path) as json_file:
-cache_data = json.load(json_file)
+if os.path.exists(cache_path):
+with open(cache_path, mode='rt') as json_file:
+try:
+cache_data = json.load(json_file)
+except:
+pass
 
 #
 # The all mirrors that are present in the given list
@@ -169,8 +175,10 @@ template.stream(lastUpdate=lastUpdate).dump(html_folder + 
"help.html")
 #
 # write the cache
 #
-with open(cache_path, 'w') as fp:
-json.dump(cache_data, fp)
+with tempfile.NamedTemporaryFile(dir=os.path.dirname(cache_path), 
delete=False, mode='wt') as fout:
+json.dump(cache_data, fout)
+os.chmod(fout.name, '0644')
+os.replace(fout.name, cache_path)
 
 
 #



[gentoo-commits] proj/gentoo-mirrorstats:master commit in: html/

2020-05-07 Thread Robin H. Johnson
commit: 71512aa7cfffd1430c7aeb3409551a10da2a693b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Thu May  7 17:53:13 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu May  7 17:53:13 2020 +
URL:
https://gitweb.gentoo.org/proj/gentoo-mirrorstats.git/commit/?id=71512aa7

html/generate.py: disable success print spam

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

 html/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/generate.py b/html/generate.py
index 025004d..8eb7622 100755
--- a/html/generate.py
+++ b/html/generate.py
@@ -176,4 +176,4 @@ with open(cache_path, 'w') as fp:
 #
 # finish
 #
-print("Finished.")
+#print("Finished.")



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

2020-05-07 Thread Michał Górny
commit: 546fed948279e4bff8aec93ea0187f03f8ef2450
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:19:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546fed94

sys-cluster/pacemaker: Remove py2.7

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

 sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild 
b/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild
index 2378565f6dc..c20405e8e1b 100644
--- a/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-1.1.19-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 



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

2020-05-07 Thread Michał Górny
commit: 459381bd21c151b04620257b6c51b8b8185ffcb3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 17:53:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459381bd

dev-python/hypothesis: Bump to 5.11.0

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

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

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 099f30edbb4..8f68149db54 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -2,3 +2,4 @@ DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B 
f2c39cae3708fe88d1854cda976
 DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a109791d3acf3821852f8e170991b0be5b069f166e16bdacf7a82fbe49bd9db5188315cdec7cdb4592647571233949ec5732991
 SHA512 
28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952
 DIST hypothesis-python-5.10.4.tar.gz 9007617 BLAKE2B 
47e82ae1deae77f1d658093ae6578a70371792468185691bb5a6efa12349eb0df4511e19167fa89593a6af63d93ac6cae8bdd21048e87d952f3b351cf44677f0
 SHA512 
a22613ddb3d5bb9c038765e75269ff2e4b6351d6eac64267ad2f9ec6add0293ef21143ac9a0af20f2d858a0226e977ffca40e0b2929e92876fa702695d94b3fd
 DIST hypothesis-python-5.10.5.tar.gz 9007682 BLAKE2B 
65801e4188c7eed4ba67f2352d8b14d2b529dae9747f55a4f192510597d599586ce56e45e483a14b199a56a667ad0b148cffb9940ba7118635a42951b05ab7ec
 SHA512 
72113c63de8674964bee7903e7af4d4cec58e4cca69e2cc60e3d4c457fab0855ce74ee006426ac86fe5d70ccf810555e0fc9baaac87601860c709e0ab1f2959f
+DIST hypothesis-python-5.11.0.tar.gz 9007902 BLAKE2B 
c9a924ae6496d2ff8babd688b36d36963bf169c309c26af95cba73567a3c2d76def08f511d7eb62e254b8b6c9db6e13b2e91a940148013ea0fe6ecbcba07e467
 SHA512 
64a39eb18b435c18fed3bb595d73d6929b090fdacac11445e7e0c07b80616b46bc1e1c7fc3b4c7137ff4cadd6da467c2b0ba02aadf8dc18f6900268c4e33d677

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

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

2020-05-07 Thread Michał Górny
commit: 88c5418f3ebfa816f97b657a7e6fb150e5dec885
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:20:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c5418f

sys-libs/cracklib: Remove py2.7

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

 sys-libs/cracklib/cracklib-2.9.6-r2.ebuild | 2 +-
 sys-libs/cracklib/cracklib-2.9.7.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/cracklib/cracklib-2.9.6-r2.ebuild 
b/sys-libs/cracklib/cracklib-2.9.6-r2.ebuild
index 4c9accab75f..66b54d2dd66 100644
--- a/sys-libs/cracklib/cracklib-2.9.6-r2.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.6-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool multilib-minimal toolchain-funcs usr-ldscript

diff --git a/sys-libs/cracklib/cracklib-2.9.7.ebuild 
b/sys-libs/cracklib/cracklib-2.9.7.ebuild
index 9e8027f90c3..320276fcb56 100644
--- a/sys-libs/cracklib/cracklib-2.9.7.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool multilib-minimal toolchain-funcs usr-ldscript



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

2020-05-07 Thread Michał Górny
commit: 7ab2eee3b3bbe540ceb3b0bc1991d3d90ee27c93
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:21:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab2eee3

sys-libs/openipmi: Remove py2.7

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

 sys-libs/openipmi/openipmi-2.0.27-r1.ebuild | 2 +-
 sys-libs/openipmi/openipmi-2.0.28.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild 
b/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
index 4d46cb0f50d..4a278338a6d 100644
--- a/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
+++ b/sys-libs/openipmi/openipmi-2.0.27-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 

diff --git a/sys-libs/openipmi/openipmi-2.0.28.ebuild 
b/sys-libs/openipmi/openipmi-2.0.28.ebuild
index f7033034f97..31dc7fbff09 100644
--- a/sys-libs/openipmi/openipmi-2.0.28.ebuild
+++ b/sys-libs/openipmi/openipmi-2.0.28.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit autotools python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/fio/

2020-05-07 Thread Michał Górny
commit: eecf94f3b841227c009111a0e05e487ccef6b97a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:19:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecf94f3

sys-block/fio: Remove py2.7

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

 sys-block/fio/fio-3.16-r1.ebuild | 2 +-
 sys-block/fio/fio-3.16.ebuild| 2 +-
 sys-block/fio/fio-3.17-r1.ebuild | 2 +-
 sys-block/fio/fio-3.17.ebuild| 2 +-
 sys-block/fio/fio-3.19.ebuild| 2 +-
 sys-block/fio/fio-3.7.ebuild | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-block/fio/fio-3.16-r1.ebuild b/sys-block/fio/fio-3.16-r1.ebuild
index 2538a0046ce..f77ee340c37 100644
--- a/sys-block/fio/fio-3.16-r1.ebuild
+++ b/sys-block/fio/fio-3.16-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1 toolchain-funcs
 

diff --git a/sys-block/fio/fio-3.16.ebuild b/sys-block/fio/fio-3.16.ebuild
index cf261cd6263..fa28576751a 100644
--- a/sys-block/fio/fio-3.16.ebuild
+++ b/sys-block/fio/fio-3.16.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1 toolchain-funcs
 

diff --git a/sys-block/fio/fio-3.17-r1.ebuild b/sys-block/fio/fio-3.17-r1.ebuild
index 87a629536db..213a718797a 100644
--- a/sys-block/fio/fio-3.17-r1.ebuild
+++ b/sys-block/fio/fio-3.17-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1 toolchain-funcs
 

diff --git a/sys-block/fio/fio-3.17.ebuild b/sys-block/fio/fio-3.17.ebuild
index 7da716589b3..49775e5a636 100644
--- a/sys-block/fio/fio-3.17.ebuild
+++ b/sys-block/fio/fio-3.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1 toolchain-funcs
 

diff --git a/sys-block/fio/fio-3.19.ebuild b/sys-block/fio/fio-3.19.ebuild
index 1ac9c956efd..e9762f3cd8d 100644
--- a/sys-block/fio/fio-3.19.ebuild
+++ b/sys-block/fio/fio-3.19.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit python-r1 toolchain-funcs
 

diff --git a/sys-block/fio/fio-3.7.ebuild b/sys-block/fio/fio-3.7.ebuild
index f97099be414..d3a0e110fd2 100644
--- a/sys-block/fio/fio-3.7.ebuild
+++ b/sys-block/fio/fio-3.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils python-r1 toolchain-funcs
 



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

2020-05-07 Thread Michał Górny
commit: 5312e2fa5c41bebcba8ca96510d69ff98f3bf1b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:21:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5312e2fa

www-servers/varnish: Remove py2.7

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

 www-servers/varnish/varnish-6.0.1.ebuild | 2 +-
 www-servers/varnish/varnish-6.1.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-servers/varnish/varnish-6.0.1.ebuild 
b/www-servers/varnish/varnish-6.0.1.ebuild
index 8f8ce746c0b..b259b36b803 100644
--- a/www-servers/varnish/varnish-6.0.1.ebuild
+++ b/www-servers/varnish/varnish-6.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit user autotools systemd python-r1
 

diff --git a/www-servers/varnish/varnish-6.1.1.ebuild 
b/www-servers/varnish/varnish-6.1.1.ebuild
index 01cc3517963..a335a46245c 100644
--- a/www-servers/varnish/varnish-6.1.1.ebuild
+++ b/www-servers/varnish/varnish-6.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit user autotools systemd python-r1
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/file/

2020-05-07 Thread Michał Górny
commit: 14522111e20247af9378192265e990f33eba1df6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:18:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14522111

sys-apps/file: Remove py2.7

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

 sys-apps/file/file-5.37-r1.ebuild | 2 +-
 sys-apps/file/file-5.38-r1.ebuild | 2 +-
 sys-apps/file/file-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/file/file-5.37-r1.ebuild 
b/sys-apps/file/file-5.37-r1.ebuild
index a0cd2743c94..72edb1d0c5c 100644
--- a/sys-apps/file/file-5.37-r1.ebuild
+++ b/sys-apps/file/file-5.37-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool toolchain-funcs multilib-minimal

diff --git a/sys-apps/file/file-5.38-r1.ebuild 
b/sys-apps/file/file-5.38-r1.ebuild
index 58bb745b6b5..3cf4bfbc83c 100644
--- a/sys-apps/file/file-5.38-r1.ebuild
+++ b/sys-apps/file/file-5.38-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool toolchain-funcs multilib-minimal

diff --git a/sys-apps/file/file-.ebuild b/sys-apps/file/file-.ebuild
index b092e57eb18..9a1e2fcac32 100644
--- a/sys-apps/file/file-.ebuild
+++ b/sys-apps/file/file-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_OPTIONAL=1
 
 inherit distutils-r1 libtool toolchain-funcs multilib-minimal



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

2020-05-07 Thread Michał Górny
commit: c4a7886822598fde5549f6e02b3d774a5fb178ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:21:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a78868

sys-libs/libselinux: Remove py2.7

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

 sys-libs/libselinux/libselinux-2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libselinux/libselinux-2.9-r1.ebuild 
b/sys-libs/libselinux/libselinux-2.9-r1.ebuild
index cea6ac14cea..e418cecf3c1 100644
--- a/sys-libs/libselinux/libselinux-2.9-r1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.9-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 USE_RUBY="ruby24 ruby25"
 
 # No, I am not calling ruby-ng



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/

2020-05-07 Thread Michał Górny
commit: 7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:18:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9cf570

sys-apps/dstat: Remove py2.7

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

 sys-apps/dstat/dstat-0.7.4-r1.ebuild | 2 +-
 sys-apps/dstat/dstat-0.7.4.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/dstat/dstat-0.7.4-r1.ebuild 
b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
index b2f209299e7..a5d6db02953 100644
--- a/sys-apps/dstat/dstat-0.7.4-r1.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1
 

diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild 
b/sys-apps/dstat/dstat-0.7.4.ebuild
index 205434328b2..43f33c42343 100644
--- a/sys-apps/dstat/dstat-0.7.4.ebuild
+++ b/sys-apps/dstat/dstat-0.7.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1
 



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

2020-05-07 Thread Michał Górny
commit: c81305372abefb75f5efdada92815fdfd42c7a43
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:19:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8130537

sys-cluster/singularity: Remove py2.7

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

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

diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild 
b/sys-cluster/singularity/singularity-2.6.1.ebuild
index 34a5b5315e3..0ae3cb4ae91 100644
--- a/sys-cluster/singularity/singularity-2.6.1.ebuild
+++ b/sys-cluster/singularity/singularity-2.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit autotools eutils python-single-r1
 



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

2020-05-07 Thread Michał Górny
commit: 08196125fe68b68406459221cb9b78c433b23f83
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  7 15:20:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  7 17:58:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08196125

sys-devel/clang: Remove py2.7

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

 sys-devel/clang/clang-10.0.0..ebuild | 2 +-
 sys-devel/clang/clang-10.0.0.ebuild  | 2 +-
 sys-devel/clang/clang-11.0.0..ebuild | 2 +-
 sys-devel/clang/clang-9.0.1.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-devel/clang/clang-10.0.0..ebuild 
b/sys-devel/clang/clang-10.0.0..ebuild
index 456493136df..6f913045c09 100644
--- a/sys-devel/clang/clang-10.0.0..ebuild
+++ b/sys-devel/clang/clang-10.0.0..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \
pax-utils python-single-r1 toolchain-funcs
 

diff --git a/sys-devel/clang/clang-10.0.0.ebuild 
b/sys-devel/clang/clang-10.0.0.ebuild
index fb7b2c0d4fd..aae5ad123f0 100644
--- a/sys-devel/clang/clang-10.0.0.ebuild
+++ b/sys-devel/clang/clang-10.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \
pax-utils python-single-r1 toolchain-funcs
 

diff --git a/sys-devel/clang/clang-11.0.0..ebuild 
b/sys-devel/clang/clang-11.0.0..ebuild
index ff242144849..714dc5bb8c4 100644
--- a/sys-devel/clang/clang-11.0.0..ebuild
+++ b/sys-devel/clang/clang-11.0.0..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \
pax-utils python-single-r1 toolchain-funcs
 

diff --git a/sys-devel/clang/clang-9.0.1.ebuild 
b/sys-devel/clang/clang-9.0.1.ebuild
index 88598782d3f..939ba4511a7 100644
--- a/sys-devel/clang/clang-9.0.1.ebuild
+++ b/sys-devel/clang/clang-9.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \
pax-utils python-single-r1 toolchain-funcs
 



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

2020-05-07 Thread Patrick McLean
commit: 8ef416db9055a1f2aa8f1f8812936c66ba348628
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 17:47:47 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 17:47:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef416db

dev-python/retry-decorator-1.1.1: bump, add py38, enable tests

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

 dev-python/retry-decorator/Manifest   |  1 +
 .../retry-decorator/retry-decorator-1.1.1.ebuild  | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/retry-decorator/Manifest 
b/dev-python/retry-decorator/Manifest
index d371f3155f6..072c511a6b6 100644
--- a/dev-python/retry-decorator/Manifest
+++ b/dev-python/retry-decorator/Manifest
@@ -1 +1,2 @@
 DIST retry-decorator-1.0.0.tar.gz 2835 BLAKE2B 
b04d127ba3d357a61fb5e35a63867b297834acd82d0d7cdf736a69efe95fa33a263309799dcd4d8ae42e72ad5adb12b6c52557a81413ee8ebc49f5e0e728fa8b
 SHA512 
f650740dd6d05010b7418b4d5ae7351058eb4418dabf7329390eaacceb72db60363bae8ff0bb15284301f0b5bfd9bfb731e71fdffb7231065a4db7ed6ce86da2
+DIST retry-decorator-1.1.1.tar.gz 4466 BLAKE2B 
a64836bba5620974e393a952544c82074b667a5fac80d6944069bf88e9162d03cc48cfe511f09476571c46561331576a2b06b2aefd087f905f968aa8257a596c
 SHA512 
2241b24a02424905a2f3b7660c7ee4f6cd034c67c5019cce54d38ae250a9ac9e011fe323b25254bed051a0d3560d48ecdf4e2a1ee84cf2d7c5b1c12dea2921be

diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild 
b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
new file mode 100644
index 000..2903f122c5f
--- /dev/null
+++ b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
@@ -0,0 +1,19 @@
+# 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="Decorator for retrying when exceptions occur"
+HOMEPAGE="https://github.com/pnpnpn/retry-decorator;
+SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest



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

2020-05-07 Thread Patrick McLean
commit: e8e81e0ec58049a50af7abf4f34257b67f41175b
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 17:44:42 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 17:44:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e81e0e

dev-python/crcmod-1.7-r3: Add py38

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

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

diff --git a/dev-python/crcmod/crcmod-1.7-r3.ebuild 
b/dev-python/crcmod/crcmod-1.7-r3.ebuild
index af96510f77e..71ac5d371a2 100644
--- a/dev-python/crcmod/crcmod-1.7-r3.ebuild
+++ b/dev-python/crcmod/crcmod-1.7-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
 
 inherit distutils-r1
 



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

2020-05-07 Thread Patrick McLean
commit: fd2e1e8be1bd85bf2e731656a83994b2c139962e
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 17:56:39 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 17:56:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2e1e8b

dev-python/google-reauth-python-0.1.0-r1: revbump, EAPI=7, py38

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

 .../google-reauth-python-0.1.0-r1.ebuild   | 44 ++
 1 file changed, 44 insertions(+)

diff --git 
a/dev-python/google-reauth-python/google-reauth-python-0.1.0-r1.ebuild 
b/dev-python/google-reauth-python/google-reauth-python-0.1.0-r1.ebuild
new file mode 100644
index 000..d9c8d75a6df
--- /dev/null
+++ b/dev-python/google-reauth-python/google-reauth-python-0.1.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python based U2F host library"
+HOMEPAGE="https://github.com/google/google-reauth-python;
+SRC_URI="https://github.com/google/google-reauth-python/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/oauth2client[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( CHANGELOG.rst CONTRIBUTING.rst README.rst )
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e "s:'some_origin'.encode('ascii'):'some_origin':" \
+   -e "s:SignResponse('key_handle', 
'resp',:SignResponse('key_handle'.encode(), 'resp'.encode(),:" \
+   -i tests/test_reauth.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-05-07 Thread Patrick McLean
commit: d711716379d428cb654dfac9d75d4341bead563e
Author: Patrick McLean  sony  com>
AuthorDate: Thu May  7 17:54:57 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu May  7 17:54:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7117163

dev-python/pyu2f-0.1.4-r1: revbump, EAPI=7, py38

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

 dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild 
b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
new file mode 100644
index 000..dec1edfe279
--- /dev/null
+++ b/dev-python/pyu2f/pyu2f-0.1.4-r1.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,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python based U2F host library"
+HOMEPAGE="https://github.com/google/pyu2f;
+SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/pyfakefs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( CONTRIBUTING.md README.md )
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -e 
's:json.loads(communicate_json):json.loads(communicate_json.decode()):' \
+   -i pyu2f/tests/customauthenticator_test.py || die
+
+   distutils-r1_python_prepare_all
+}



  1   2   3   >