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

2021-02-25 Thread Sam James
commit: 6f4322b04a37ba19827aef515a845569731f06a1
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 07:53:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4322b0

net-misc/bfgminer: Remove old

Bug: https://bugs.gentoo.org/727008

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 net-misc/bfgminer/Manifest  |   1 -
 net-misc/bfgminer/bfgminer-5.4.2.ebuild | 192 
 net-misc/bfgminer/metadata.xml  |   1 -
 3 files changed, 194 deletions(-)

diff --git a/net-misc/bfgminer/Manifest b/net-misc/bfgminer/Manifest
index d228402fb3b..fbc08dabb6e 100644
--- a/net-misc/bfgminer/Manifest
+++ b/net-misc/bfgminer/Manifest
@@ -1,2 +1 @@
-DIST bfgminer-5.4.2.tar.xz 1039200 BLAKE2B 
f63a7fa2c85d352a366794a39619599db6ccc3f98508ccd90387b315374227d74edfcfd2329db8b57c96539b194b0d2ee746cbea032c241dab1cf93e717b137d
 SHA512 
b5ae8ae44df166d5576f89683ce9ee0832ca1f506b2522da7e3cd432abc5e218e9080e2a79f4da29e40db0d3179e63c9a8907d5d6b60d5d4895d6cac2b15d8ca
 DIST bfgminer-5.5.0.tar.xz 1054664 BLAKE2B 
db841a73bca10b19205744be531c13f2c4435bd69c9f2af7b8aba84381af640028cc4db33df399cf05dd0bbec7b79a5b65679bcb2a8bec7624f6fbc47e9ebd79
 SHA512 
d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb

diff --git a/net-misc/bfgminer/bfgminer-5.4.2.ebuild 
b/net-misc/bfgminer/bfgminer-5.4.2.ebuild
deleted file mode 100644
index bcef66c8d23..000
--- a/net-misc/bfgminer/bfgminer-5.4.2.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Modular Bitcoin ASIC/FPGA/GPU/CPU miner in C"
-HOMEPAGE="https://bitcointalk.org/?topic=168174;
-SRC_URI="http://luke.dashjr.org/programs/bitcoin/files/${PN}/${PV}/${P}.txz -> 
${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-
-# TODO: knc (needs i2c-tools header)
-# TODO: kncasic & titan (need systemwide knc-asic install)
-# TODO: minergate (needs actual miner_gate)
-IUSE="adl antminer avalon avalonmm bfsb bfx bifury bigpic bitforce bitfury 
cointerra cpumining drillbit dualminer examples gridseed hardened hashbuster 
hashbuster2 hashfast icarus jingtian keccak klondike +libusb littlefury 
lm-sensors metabank minion modminer nanofury ncurses opencl proxy proxy_getwork 
proxy_stratum rockminer screen scrypt +sha256d twinfury +udev udev-broad-rules 
unicode x6500 zeusminer ztex"
-REQUIRED_USE='
-   || ( keccak scrypt sha256d )
-   || ( antminer avalon avalonmm bfsb bfx bifury bigpic bitforce bitfury 
cointerra cpumining drillbit dualminer gridseed hashbuster hashbuster2 hashfast 
icarus klondike littlefury metabank modminer nanofury opencl proxy twinfury 
x6500 zeusminer ztex )
-   adl? ( opencl )
-   antminer? ( sha256d )
-   avalon? ( sha256d )
-   avalonmm? ( sha256d )
-   bfsb? ( sha256d bitfury )
-   bfx? ( sha256d bitfury libusb )
-   bifury? ( sha256d )
-   bigpic? ( sha256d bitfury )
-   bitforce? ( sha256d )
-   bitfury? ( sha256d )
-   cointerra? ( sha256d )
-   drillbit? ( sha256d bitfury )
-   dualminer? ( || ( sha256d scrypt ) icarus )
-   gridseed? ( scrypt )
-   hashbuster? ( sha256d bitfury )
-   hashbuster2? ( sha256d bitfury libusb )
-   hashfast? ( sha256d )
-   icarus? ( || ( scrypt sha256d ) )
-   jingtian? ( sha256d )
-   keccak? ( || ( cpumining opencl proxy ) )
-   klondike? ( sha256d libusb )
-   littlefury? ( sha256d bitfury )
-   lm-sensors? ( opencl )
-   metabank? ( sha256d bitfury )
-   minion? ( sha256d )
-   modminer? ( sha256d )
-   nanofury? ( sha256d bitfury )
-   scrypt? ( || ( cpumining dualminer gridseed opencl proxy zeusminer ) )
-   sha256d? ( || ( antminer avalon avalonmm bfx bifury bitforce bfsb 
bigpic bitfury cointerra cpumining drillbit dualminer hashbuster hashbuster2 
hashfast icarus jingtian klondike littlefury metabank modminer nanofury opencl 
proxy rockminer twinfury x6500 ztex ) )
-   twinfury? ( bitfury )
-   unicode? ( ncurses )
-   proxy? ( || ( proxy_getwork proxy_stratum ) )
-   proxy_getwork? ( proxy )
-   proxy_stratum? ( proxy )
-   rockminer? ( sha256d )
-   twinfury? ( sha256d )
-   x6500? ( sha256d libusb )
-   zeusminer? ( scrypt icarus )
-   ztex? ( sha256d libusb )
-'
-
-DEPEND='
-   net-misc/curl
-   ncurses? (
-   sys-libs/ncurses:=[unicode?]
-   )
-   >=dev-libs/jansson-2
-   dev-libs/libbase58
-   net-libs/libblkmaker
-   udev? (
-   virtual/udev
-   )
-   hashbuster? (
-   dev-libs/hidapi
-   )
-   libusb? (
-   virtual/libusb:1
-   )
-   

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

2021-02-25 Thread Sam James
commit: 4fb85c0e8903286b562672e44a86b97d6df4a6af
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 09:35:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb85c0e

sci-libs/netcdf: Remove old

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 sci-libs/netcdf/Manifest   |  2 --
 sci-libs/netcdf/netcdf-4.3.2-r1.ebuild | 59 --
 sci-libs/netcdf/netcdf-4.6.1-r1.ebuild | 54 ---
 3 files changed, 115 deletions(-)

diff --git a/sci-libs/netcdf/Manifest b/sci-libs/netcdf/Manifest
index f0ad551c5b0..d286a0bb244 100644
--- a/sci-libs/netcdf/Manifest
+++ b/sci-libs/netcdf/Manifest
@@ -1,3 +1 @@
-DIST netcdf-4.3.2.tar.gz 5013938 BLAKE2B 
7acef16284bf8586750bdeb03da3e2e2a1c543b80423269eb2542d179e1b52dd51e30584a13f604e75c295ae9ff993c814183fbb5a78ad1141c62f8dbdda6525
 SHA512 
9cb9c761bf1e17a37601c37000fdc0bb654afcf111e5ac2fb7dcf037c6aa827e66beb29d5c661edc50ea3f84849f3dee387aab9e85ef81a9b6ca3f36e45debdd
-DIST netcdf-4.6.1.tar.gz 18201700 BLAKE2B 
2dab9add736d0db3ad91fb1ccda63c200fe5a2c6e56e2dd5b76375f6535807c6f462623d1709235f03e0940b66a8c2d1c3fd896b042b8b0004c87f038852befb
 SHA512 
e290b10e763f9f6ef56b5224f834834853de7c21347ef6a078a2e7d819757fc8069814431784d0a0387ba2ce1f01776556e3051f9465829da0ffd3849571cd61
 DIST netcdf-4.7.4.tar.gz 19711158 BLAKE2B 
b49532e6f87b458e7f5654f70ec932d6c8c81272c97ce44df3d27bb61b01d3e005f918b959ce12e42e26f7c12309ab72eeb57a35216d20ab5761837db65741a4
 SHA512 
15922818fdd71be285eb7dd2fc9be2594fe9af979de3ed316465636c7bbdaec65eb151ca57ef8b703e6a360cdba036b8f9bc193ddff01ff7ce4214c0a66efa79

diff --git a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild 
b/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
deleted file mode 100644
index e880b9a4ebf..000
--- a/sci-libs/netcdf/netcdf-4.3.2-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/;
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz;
-
-LICENSE="UCAR-Unidata"
-SLOT="0/7"
-KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dap? ( net-misc/curl:0= )
-   hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
-   hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
-DEPEND="${RDEPEND}"
-# doc generation is missing many doxygen files in tar ball
-#  doc? ( app-doc/doxygen[dot] )"
-
-REQUIRED_USE="test? ( tools ) szip? ( hdf5 ) mpi? ( hdf5 )"
-
-PATCHES=( "${FILESDIR}/${P}-HDF5-1.8.13+-compat.patch" )
-
-src_configure() {
-   #   --docdir="${EPREFIX}"/usr/share/doc/${PF}
-   #   $(use_enable doc doxygen)
-   local myeconfargs=(
-   --disable-examples
-   --disable-dap-remote-tests
-   $(use_enable dap)
-   $(use_enable hdf hdf4)
-   $(use_enable hdf5 netcdf-4)
-   $(use_enable tools utilities)
-   )
-   if use mpi; then
-   export CC=mpicc
-   myeconfargs+=( --enable-parallel )
-   use test && myeconfargs+=( --enable-parallel-tests )
-   fi
-   autotools-utils_src_configure
-}
-
-src_test() {
-   autotools-utils_src_test -j1
-}
-
-src_install() {
-   autotools-utils_src_install
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-   fi
-}

diff --git a/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild 
b/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild
deleted file mode 100644
index d7770061f7a..000
--- a/sci-libs/netcdf/netcdf-4.6.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/;
-SRC_URI="https://github.com/Unidata/netcdf-c/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0/13"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dap? ( net-misc/curl:0= )
-   hdf? ( sci-libs/hdf:0= sci-libs/hdf5:0= )
-   hdf5? ( sci-libs/hdf5:0=[hl(+),mpi=,szip=,zlib] )"
-DEPEND="${RDEPEND}"
-# doc generation is missing many doxygen files in tar ball
-#  doc? ( app-doc/doxygen[dot] )"
-
-REQUIRED_USE="test? ( tools ) szip? ( hdf5 ) mpi? ( hdf5 )"
-
-S="${WORKDIR}/${PN}-c-${PV}"
-
-src_configure() {
-   local myconf
-   if 

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

2021-02-25 Thread Sam James
commit: 118ae08d35247b35ab6d480db9c3b3959b685e04
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 07:45:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:07:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118ae08d

net-libs/libblkmaker: Remove old

Bug: https://bugs.gentoo.org/727008

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Sam James  gentoo.org>

 net-libs/libblkmaker/Manifest |  3 ---
 net-libs/libblkmaker/libblkmaker-0.3.2.ebuild | 26 --
 net-libs/libblkmaker/libblkmaker-0.4.3.ebuild | 24 
 net-libs/libblkmaker/libblkmaker-0.5.3.ebuild | 25 -
 4 files changed, 78 deletions(-)

diff --git a/net-libs/libblkmaker/Manifest b/net-libs/libblkmaker/Manifest
index 471906d0f89..957e7cb44c0 100644
--- a/net-libs/libblkmaker/Manifest
+++ b/net-libs/libblkmaker/Manifest
@@ -1,4 +1 @@
-DIST libblkmaker-0.3.2.tgz 17893 BLAKE2B 
390ed56c7d77b904ec52d52cfa9dfff4e5c01c1662e0f5a5f17f92eb7b3d79619bd6ee64cfa28bbff5750db7cbc31d1cd5662b11a86ef63882063ddcb72cfb6b
 SHA512 
e45c50c11676995171f6fb27346a42843a2c035c391ab84b5e565f5fff109a4ced6cdafb6c662572eb7243b25d2014400e9516cdbbd0d65f4ea31da7d0e74bdf
-DIST libblkmaker-0.4.3-github.tgz 13712 BLAKE2B 
4c93b8a74d25b5833371e2db78062f35c726b6ac89b8b22420a61d15a1d37cf0784b001e7061da4274ed34691021d5e92a27ce04260621cfdac6b4c7c49ce69f
 SHA512 
a8686fc0cd757a214e24476c2fc8bac4511e6522ba977134150c0084dd2a3d7620f3378f4c454dcefb675840b71597f37d5b696a74ad0251b5d3921082c23285
-DIST libblkmaker-0.5.3-github.tgz 14161 BLAKE2B 
c8da4f7e3e2811cc88a03537ceb2e145ba3bb796520f4330d190e5935c13b73769cba73612d321f5c63b636bbd821e334b5a72ab893bd765edbcf49ce374f789
 SHA512 
57edcd583879d6abea716b6817a99dc345485392d149ddc6bb2ff9bac76d22f84cd960dc0746852e7c944a10b85d26c57fb107eac79680f77829c9bbc03c202d
 DIST libblkmaker-0.6.0-github.tgz 28907 BLAKE2B 
31b64604040a514ae844564d19e884932fbaa0640d0491cda5ec9e922b0714c89e8810f1da3d0057625633555ea486c15e20f2a32d8528a6795be52e692d4e4f
 SHA512 
3e9028c7c4664491274c241020d507ba6d736b9e9048562434d27d92f6cdd58ec167fae060bc355ee6a7f010a6a8a6ccff1660ecfc616c705c5deb3ed95c5e69

diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild 
b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
deleted file mode 100644
index 457a41a3c29..000
--- a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
-HOMEPAGE="https://github.com/bitcoin/libblkmaker;
-LICENSE="MIT"
-
-SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="
-   >=dev-libs/jansson-2.0.0
-"
-RDEPEND="${DEPEND}
-   !https://github.com/bitcoin/libblkmaker;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> 
${P}-github.tgz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-libs/jansson-2.0.0
-"
-RDEPEND="${DEPEND}
-   !https://github.com/bitcoin/libblkmaker;
-LICENSE="MIT"
-
-SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> 
${P}-github.tgz"
-SLOT="0/7"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-libs/jansson-2.0.0
-   dev-libs/libbase58
-"
-RDEPEND="${DEPEND}
-   !

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

2021-02-25 Thread David Seifert
commit: 78c7794c89bd90f43f30d0eb783628397a0797e3
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb 25 19:01:57 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 19:01:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c7794c

package.mask: Last-rite media-gfx/videorbits

Bug: https://bugs.gentoo.org/731038
Bug: https://bugs.gentoo.org/772812
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 24be6099608..e1852308cc7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2021-02-25)
+# Last release in 2006, no other distro carries this anymore,
+# blocks sci-libs/fftw:2.1 removal, no revdeps.
+# Removal on 2021-03-27.  Bug #731038, #772812.
+media-gfx/videorbits
+
 # Andreas Sturmlechner  (2021-02-24)
 # Completely dissolved and moved into other PIM libraries upstream.
 # Masked for removal on 2021-03-10.



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

2021-02-25 Thread David Seifert
commit: 2b1b18d905753fd03692ff02da1744ef5ba50397
Author: David Seifert  gentoo  org>
AuthorDate: Thu Feb 25 19:02:00 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 19:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1b18d9

package.mask: Last-rite sys-auth/authenticator

Bug: https://bugs.gentoo.org/683358
Bug: https://bugs.gentoo.org/696476
Bug: https://bugs.gentoo.org/741936
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e1852308cc7..75440d73ab8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2021-02-25)
+# Unmaintained, python 3.7 only, relies on wrong libgd, which isn't
+# packaged.  Removal on 2021-03-27.  Bug #683358, #696476, #741936.
+sys-auth/authenticator
+
 # David Seifert  (2021-02-25)
 # Last release in 2006, no other distro carries this anymore,
 # blocks sci-libs/fftw:2.1 removal, no revdeps.



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

2021-02-25 Thread Sam James
commit: 01546b9cf1600dda45f84e0c77a4edbac33b099f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 19:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01546b9c

dev-python/qtconsole: Stabilize 5.0.2 ALLARCHES, #772530

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/qtconsole/qtconsole-5.0.2.ebuild 
b/dev-python/qtconsole/qtconsole-5.0.2.ebuild
index 9fea2d480c0..97125f3772a 100644
--- a/dev-python/qtconsole/qtconsole-5.0.2.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/ipykernel[${PYTHON_USEDEP}]



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

2021-02-25 Thread Sam James
commit: 3813518c5dd500cc403684db7b5e3a39d9b39426
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 19:00:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 19:00:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3813518c

dev-python/GitPython: Stabilize 3.1.12 ALLARCHES, #772470

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/GitPython/GitPython-3.1.12.ebuild 
b/dev-python/GitPython/GitPython-3.1.12.ebuild
index 16fbe5bbcec..9e290b1a552 100644
--- a/dev-python/GitPython/GitPython-3.1.12.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.12.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-vcs/git



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

2021-02-25 Thread Sam James
commit: 1f882b952e55ad5f2b300b9d369a28da161464d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:59:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f882b95

media-libs/ilmbase: Stabilize 2.5.5 arm64, #770229

Signed-off-by: Sam James  gentoo.org>

 media-libs/ilmbase/ilmbase-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ilmbase/ilmbase-2.5.5.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.5.ebuild
index b7fc1d21377..c3e04b4cfeb 100644
--- a/media-libs/ilmbase/ilmbase-2.5.5.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 4a5b7fe198b635d0cc1923e034064b2def5085de
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:59:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:59:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5b7fe1

media-libs/openexr: Stabilize 2.5.5 arm64, #770229

Signed-off-by: Sam James  gentoo.org>

 media-libs/openexr/openexr-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openexr/openexr-2.5.5.ebuild 
b/media-libs/openexr/openexr-2.5.5.ebuild
index 7c679be07a3..8d759f9fc41 100644
--- a/media-libs/openexr/openexr-2.5.5.ebuild
+++ b/media-libs/openexr/openexr-2.5.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: a66a95143867561acf76cb03d2dec4236bbc4fed
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66a9514

dev-python/ujson: Stabilize 4.0.2 arm64, #772545

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ujson/ujson-4.0.2.ebuild 
b/dev-python/ujson/ujson-4.0.2.ebuild
index cf43a19546e..76ff6639723 100644
--- a/dev-python/ujson/ujson-4.0.2.ebuild
+++ b/dev-python/ujson/ujson-4.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-02-25 Thread Sam James
commit: e61e532184fab1b5ddae3a8037de276c56f6973b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61e5321

dev-libs/serd: Stabilize 0.30.10 arm64, #772857

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/serd/serd-0.30.10.ebuild 
b/dev-libs/serd/serd-0.30.10.ebuild
index 66e45b8e371..1c74a4c13b0 100644
--- a/dev-libs/serd/serd-0.30.10.ebuild
+++ b/dev-libs/serd/serd-0.30.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 737d0ad37e854ba87b2f9db4321a135630ddcf60
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737d0ad3

dev-python/smmap: Stabilize 3.0.5 ALLARCHES, #772539

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/smmap/smmap-3.0.5.ebuild 
b/dev-python/smmap/smmap-3.0.5.ebuild
index 64612c873ca..98acaf2978b 100644
--- a/dev-python/smmap/smmap-3.0.5.ebuild
+++ b/dev-python/smmap/smmap-3.0.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 SLOT="0"
 
 distutils_enable_tests unittest



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

2021-02-25 Thread Sam James
commit: 78e9dd455449a7d0247d5712c261391e16190a13
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e9dd45

dev-python/setproctitle: Stabilize 1.2.2 arm64, #772536

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/setproctitle/setproctitle-1.2.2.ebuild 
b/dev-python/setproctitle/setproctitle-1.2.2.ebuild
index 663d55dc4ee..6845f21b010 100644
--- a/dev-python/setproctitle/setproctitle-1.2.2.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.2.2.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 distutils_enable_tests pytest



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

2021-02-25 Thread Sam James
commit: 5e2f8e0571f8c34f61838e6979b7f24dbd90c77b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:57:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2f8e05

dev-util/cppunit: Stabilize 1.15.1-r2 arm64, #772044

Signed-off-by: Sam James  gentoo.org>

 dev-util/cppunit/cppunit-1.15.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cppunit/cppunit-1.15.1-r2.ebuild 
b/dev-util/cppunit/cppunit-1.15.1-r2.ebuild
index 9bf4876883a..d8fbd01e92c 100644
--- a/dev-util/cppunit/cppunit-1.15.1-r2.ebuild
+++ b/dev-util/cppunit/cppunit-1.15.1-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then

EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git;
 else
SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0/1.15"



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

2021-02-25 Thread Sam James
commit: 4f154dc09c978be1845115a656755aa300e9b9c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f154dc0

dev-python/nbformat: Stabilize 5.1.2-r1 ALLARCHES, #772497

Signed-off-by: Sam James  gentoo.org>

 dev-python/nbformat/nbformat-5.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/nbformat/nbformat-5.1.2-r1.ebuild 
b/dev-python/nbformat/nbformat-5.1.2-r1.ebuild
index 2444649ad3e..ff64616e1d0 100644
--- a/dev-python/nbformat/nbformat-5.1.2-r1.ebuild
+++ b/dev-python/nbformat/nbformat-5.1.2-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
>=dev-python/jsonschema-2.4.0[${PYTHON_USEDEP}]



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

2021-02-25 Thread Sam James
commit: 4cca150322fdab8ce2f79cd1ce8865d017559330
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cca1503

dev-python/reportlab: Stabilize 3.5.60 arm64, #772533

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/reportlab/reportlab-3.5.60.ebuild 
b/dev-python/reportlab/reportlab-3.5.60.ebuild
index 1ee6e1d93ba..079a7f22db5 100644
--- a/dev-python/reportlab/reportlab-3.5.60.ebuild
+++ b/dev-python/reportlab/reportlab-3.5.60.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 3a8ccbe86d96043f5475c6adf5f26a95ebc209b0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8ccbe8

dev-python/gevent: Stabilize 21.1.2 arm64, #772467

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/gevent/gevent-21.1.2.ebuild 
b/dev-python/gevent/gevent-21.1.2.ebuild
index 0d307ddefb1..dc9ebee6488 100644
--- a/dev-python/gevent/gevent-21.1.2.ebuild
+++ b/dev-python/gevent/gevent-21.1.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ppc ppc64 s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ppc ppc64 s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: bac5bc5d43a1e3a5e4f190fb820dd71fe13782c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:58:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:58:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac5bc5d

dev-python/diskcache: Stabilize 5.2.1 ALLARCHES, #772461

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/diskcache/diskcache-5.2.1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1.ebuild
index 21ddebd65a8..d944ac6dd64 100644
--- a/dev-python/diskcache/diskcache-5.2.1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/files/, sys-devel/gcc/files/3.4.4/, sys-devel/gcc/files/3.3.4/, ...

2021-02-25 Thread Sergei Trofimovich
commit: 8b000a7045d2af7f4d3d50fa63073bbf5fd6cf97
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Feb 25 17:48:49 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b000a70

sys-devel/gcc: remove unused patches

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19654
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../gcc/files/3.3.4/libffi-without-libgcj.patch| 22 --
 .../files/3.4.3/libffi-nogcj-lib-path-fix.patch| 40 --
 .../gcc/files/3.4.3/libffi-without-libgcj.patch| 40 --
 .../gcc/files/3.4.4/gcc-3.4.4-cross-compile.patch  | 63 
 .../gcc/files/4.1.0/gcc-4.1.0-cross-compile.patch  | 40 --
 .../gcc-4.1.0-fast-math-i386-Os-workaround.patch   | 64 
 sys-devel/gcc/files/gcc-4.9.4-bootstrap.patch  | 66 
 sys-devel/gcc/files/gcc-9.2.0-neg-insn-cost.patch  | 29 
 sys-devel/gcc/files/gcc-spec-env-r1.patch  | 87 --
 sys-devel/gcc/files/gcc-spec-env.patch | 42 ---
 10 files changed, 493 deletions(-)

diff --git a/sys-devel/gcc/files/3.3.4/libffi-without-libgcj.patch 
b/sys-devel/gcc/files/3.3.4/libffi-without-libgcj.patch
deleted file mode 100644
index 507d42f00e9..000
--- a/sys-devel/gcc/files/3.3.4/libffi-without-libgcj.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 configure.in.old   2004-06-26 07:01:06.0 +0200
-+++ configure.in   2004-06-26 07:02:55.0 +0200
-@@ -52,8 +52,7 @@
- host_tools="texinfo byacc flex bison binutils ld gas gcc sid sim gdb make 
patch prms send-pr gprof etc expect dejagnu ash bash bzip2 m4 autoconf automake 
libtool grep diff rcs fileutils shellutils time textutils wdiff find uudecode 
hello tar gzip indent recode release sed utils guile perl gawk findutils 
snavigator libtool gettext zip fastjar"
- 
- # libgcj represents the runtime libraries only used by gcj.
--libgcj="target-libffi \
--  target-boehm-gc \
-+libgcj="target-boehm-gc \
-   target-zlib \
-   target-qthreads \
-   target-libjava"
-@@ -66,7 +65,8 @@
-   target-newlib \
-   ${libstdcxx_version} \
-   target-libf2c \
--  ${libgcj}
-+  ${libgcj} \
-+  target-libffi \
-   target-libobjc"
- 
- # these tools are built using the target libs, and are intended to run only

diff --git a/sys-devel/gcc/files/3.4.3/libffi-nogcj-lib-path-fix.patch 
b/sys-devel/gcc/files/3.4.3/libffi-nogcj-lib-path-fix.patch
deleted file mode 100644
index b5195e4e911..000
--- a/sys-devel/gcc/files/3.4.3/libffi-nogcj-lib-path-fix.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -ur gcc-3.4.3/libffi/Makefile.in gcc-3.4.3-ffi-fixes/libffi/Makefile.in
 gcc-3.4.3/libffi/Makefile.in   2003-11-22 08:41:32.0 -0500
-+++ gcc-3.4.3-ffi-fixes/libffi/Makefile.in 2004-11-28 17:31:50.0 
-0500
-@@ -89,7 +89,7 @@
- libffi_basedir = @libffi_basedir@
- tool_include_dir = @tool_include_dir@
- toolexecdir = @toolexecdir@
--toolexeclibdir = @toolexeclibdir@
-+toolexeclibdir = @toolexeclibdir@/@gcc_version@
- 
- AUTOMAKE_OPTIONS = cygnus
- 
-diff -ur gcc-3.4.3/libffi/configure gcc-3.4.3-ffi-fixes/libffi/configure
 gcc-3.4.3/libffi/configure 2004-05-18 05:08:39.0 -0400
-+++ gcc-3.4.3-ffi-fixes/libffi/configure   2004-11-28 17:48:19.0 
-0500
-@@ -3800,8 +3800,8 @@
-   toolexecdir='$(exec_prefix)/$(target_alias)'
-   toolexeclibdir='$(toolexecdir)/lib'
- else
--  toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
--  toolexeclibdir='$(libdir)'
-+  toolexecdir='$(libdir)/gcc/$(target_alias)'
-+  toolexeclibdir='$(libdir)/gcc/$(target_alias)/$(gcc-version)'
- fi
- multi_os_directory=`$CC -print-multi-os-directory`
- case $multi_os_directory in
-diff -ur gcc-3.4.3/libffi/configure.in gcc-3.4.3-ffi-fixes/libffi/configure.in
 gcc-3.4.3/libffi/configure.in  2004-04-27 01:10:19.0 -0400
-+++ gcc-3.4.3-ffi-fixes/libffi/configure.in2004-11-28 17:40:30.0 
-0500
-@@ -225,8 +225,8 @@
-   toolexecdir='$(exec_prefix)/$(target_alias)'
-   toolexeclibdir='$(toolexecdir)/lib'
- else
--  toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
--  toolexeclibdir='$(libdir)'
-+  toolexecdir='$(libdir)/gcc/$(target_alias)'
-+  toolexeclibdir='$(libdir)/gcc/$(target_alias)/$(gcc_version)'
- fi
- multi_os_directory=`$CC -print-multi-os-directory`
- case $multi_os_directory in

diff --git a/sys-devel/gcc/files/3.4.3/libffi-without-libgcj.patch 
b/sys-devel/gcc/files/3.4.3/libffi-without-libgcj.patch
deleted file mode 100644
index b270a06ad80..000
--- a/sys-devel/gcc/files/3.4.3/libffi-without-libgcj.patch
+++ /dev/null
@@ -1,40 +0,0 @@
 configure.in.orig  2004-08-03 00:53:36.0 +0200
-+++ configure.in   

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

2021-02-25 Thread Sergei Trofimovich
commit: bbc16ba2a36c5b36bc63fc01f48ecfc760125e23
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:27:14 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc16ba2

net-libs/miniupnpc: stable 2.2.1 for hppa, bug #771519

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

 net-libs/miniupnpc/miniupnpc-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/miniupnpc/miniupnpc-2.2.1.ebuild 
b/net-libs/miniupnpc/miniupnpc-2.2.1.ebuild
index c6ccd413e97..69cd49ce7d3 100644
--- a/net-libs/miniupnpc/miniupnpc-2.2.1.ebuild
+++ b/net-libs/miniupnpc/miniupnpc-2.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/17"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~mips ppc ppc64 s390 sparc x86"
 IUSE="ipv6 kernel_linux static-libs"
 
 RDEPEND=""



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

2021-02-25 Thread Sergei Trofimovich
commit: c3099c9c0c0d64fe8ea7dc40dca0ab7b1b74eac7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:25:55 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3099c9c

sys-apps/pkgcore: keyworded 0.11.3 for hppa, bug #771585

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

 sys-apps/pkgcore/pkgcore-0.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.11.3.ebuild 
b/sys-apps/pkgcore/pkgcore-0.11.3.ebuild
index fa556f3479a..0bed083a982 100644
--- a/sys-apps/pkgcore/pkgcore-0.11.3.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.11.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-02-25 Thread Sergei Trofimovich
commit: c2c0fb61d329a76ca94b1b60681395d8e406e292
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:22:07 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c0fb61

dev-embedded/libftdi: stable 1.5-r2 for sparc, bug #768810

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

 dev-embedded/libftdi/libftdi-1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/libftdi/libftdi-1.5-r2.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r2.ebuild
index 4b6bd02f662..02233f4ef1b 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r2.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r2.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else

SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



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

2021-02-25 Thread Sergei Trofimovich
commit: c0c5efe070c2d6e222d84207c48ab2d2b2e5db34
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:25:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c5efe0

dev-python/snakeoil: keyworded 0.9.2-r1 for hppa, bug #771585

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

 dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
index e3fdf2c979c..c1534674975 100644
--- a/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.2-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-02-25 Thread Sergei Trofimovich
commit: 8613c5134fef2e2f6f0de1d555adc4a4a7ca0a37
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:24:29 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613c513

dev-python/sphinx_lv2_theme: keyworded 1.0.0 for hppa, bug #769413

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

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

diff --git a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild 
b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
index 78ade22f282..6be51515bb0 100644
--- a/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
+++ b/dev-python/sphinx_lv2_theme/sphinx_lv2_theme-1.0.0.ebuild
@@ -14,6 +14,6 @@ 
SRC_URI="https://gitlab.com/lv2/${PN}/-/archive/v${PV}/{PN}-v${PV}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
 S="${WORKDIR}/${PN}-v${PV}-${COMMIT}"



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

2021-02-25 Thread Sergei Trofimovich
commit: 34484e69f51426affc0a6ecf7641e4527c1d253b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:23:24 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34484e69

app-portage/eix: stable 0.34.12 for hppa, bug #771513

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

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

diff --git a/app-portage/eix/eix-0.34.12.ebuild 
b/app-portage/eix/eix-0.34.12.ebuild
index 0309d65c8d5..e192a95b4aa 100644
--- a/app-portage/eix/eix-0.34.12.ebuild
+++ b/app-portage/eix/eix-0.34.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 DEPEND="



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

2021-02-25 Thread Sergei Trofimovich
commit: 5be154a75ba5e6b29fe8a10062adcde73c131b24
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb 25 17:22:45 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb 25 18:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be154a7

dev-libs/serd: stable 0.30.10 for sparc, bug #772857

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

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

diff --git a/dev-libs/serd/serd-0.30.10.ebuild 
b/dev-libs/serd/serd-0.30.10.ebuild
index 0dc8d25516b..66e45b8e371 100644
--- a/dev-libs/serd/serd-0.30.10.ebuild
+++ b/dev-libs/serd/serd-0.30.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: cb1389d7670b4e028aa75a231ebbb6325ff46c31
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 18:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 18:33:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1389d7

app-admin/syslog-ng: Stabilize 3.30.1 arm64, #769197

Signed-off-by: Sam James  gentoo.org>

 app-admin/syslog-ng/syslog-ng-3.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.30.1.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.30.1.ebuild
index 5c90c4f9ff3..b1b3a050f08 100644
--- a/app-admin/syslog-ng/syslog-ng-3.30.1.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.30.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="amqp caps dbi geoip2 http ipv6 json kafka libressl mongodb pacct python 
redis smtp snmp test spoof-source systemd tcpd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



[gentoo-commits] proj/emacs-tools: Tag deleted: testtag

2021-02-25 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb 25 18:28:41 2021 +

Tag deleted: testtag




[gentoo-commits] proj/emacs-tools: New tag: testtag

2021-02-25 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb 25 18:28:34 2021 +

New tag: testtag




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

2021-02-25 Thread Rick Farina
commit: 6920dafc8823d6bbdadc4027d79b27a730cc5916
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 18:27:58 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 18:28:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6920dafc

net-libs/libosmo-dsp: bump

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

 net-libs/libosmo-dsp/Manifest | 2 +-
 .../libosmo-dsp/{libosmo-dsp-0.3.ebuild => libosmo-dsp-0.4.0.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libosmo-dsp/Manifest b/net-libs/libosmo-dsp/Manifest
index 1ea73b9e94b..445d9d499a2 100644
--- a/net-libs/libosmo-dsp/Manifest
+++ b/net-libs/libosmo-dsp/Manifest
@@ -1 +1 @@
-DIST libosmo-dsp-0.3.tar.xz 106792 BLAKE2B 
8ba4c06abda550383ff349d11456890062da606f553c4b0eccc3e8b5d70c4a31ec2dd82ec90ff0ef29284ef13702d3d949720b218e7374cbe7553492faeee719
 SHA512 
079316bb882859787ee26143e3b105aa260c89022b81a38b29713cde39093dc430abea406468774649dd14232c969b2806c47634b64f940f78fa20cb90ffade5
+DIST libosmo-dsp-0.4.0.tar.gz 43664 BLAKE2B 
10f1718868971492cc93bc13b8a0648ee8c15bbbdc06119b9783851fdfb9959f52cbefabf23ec18b03d961b8a3f7ae81a936008ae71e5001606ba24b78de4ac0
 SHA512 
364a4ac3fca3e10216057d647ae1ea77550f3d4d3707978c457f363dae66ec252e8eb60dc53db5f45f85bcdda26d54b13d56b60eb8eb3133479d21482ccf96da

diff --git a/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild 
b/net-libs/libosmo-dsp/libosmo-dsp-0.4.0.ebuild
similarity index 87%
rename from net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild
rename to net-libs/libosmo-dsp/libosmo-dsp-0.4.0.ebuild
index 6d74de097a2..17146e52489 100644
--- a/net-libs/libosmo-dsp/libosmo-dsp-0.3.ebuild
+++ b/net-libs/libosmo-dsp/libosmo-dsp-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.osmocom.org/${PN}"
 else
-   SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz;
+   SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.gz;
KEYWORDS="~amd64 ~arm ~x86"
 fi
 



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

2021-02-25 Thread Joonas Niilola
commit: 38ebb7fae5b7b0702bef74da8d7b6487a71236a9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Feb 25 18:19:48 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 25 18:21:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ebb7fa

mail-client/thunderbird: stabilize 78.8.0 on amd64

Bug: https://bugs.gentoo.org/772287
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-client/thunderbird/thunderbird-78.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-78.8.0.ebuild 
b/mail-client/thunderbird/thunderbird-78.8.0.ebuild
index 8e7bee22cf5..98a5b035ba5 100644
--- a/mail-client/thunderbird/thunderbird-78.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.8.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird;
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 SLOT="0/$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-02-25 Thread Joonas Niilola
commit: b16606eda5a5ff08235ca5c13ef3ed11d4c5ed79
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Feb 25 18:20:27 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 25 18:21:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16606ed

mail-client/thunderbird: stabilize 78.8.0 on x86

Bug: https://bugs.gentoo.org/772287
Signed-off-by: Joonas Niilola  gentoo.org>

 mail-client/thunderbird/thunderbird-78.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-78.8.0.ebuild 
b/mail-client/thunderbird/thunderbird-78.8.0.ebuild
index 98a5b035ba5..3289668057e 100644
--- a/mail-client/thunderbird/thunderbird-78.8.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-78.8.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="https://www.mozilla.org/thunderbird;
 
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 SLOT="0/$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-02-25 Thread Andreas K. Hüttel
commit: 83d1238d25598dadbf06e3efe61619dbd934c77f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Feb 25 18:17:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Feb 25 18:17:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d1238d

sys-libs/glibc: Remove old

Bug: https://bugs.gentoo.org/758359
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/Manifest |2 -
 sys-libs/glibc/glibc-2.32-r2.ebuild | 1521 ---
 sys-libs/glibc/glibc-2.32-r3.ebuild | 1513 --
 sys-libs/glibc/glibc-2.32-r5.ebuild | 1513 --
 4 files changed, 4549 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 6dd81be8c5d..e0e4072d234 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -11,8 +11,6 @@ DIST glibc-2.30-sparc-reg-fix-clobber.patch 6106 BLAKE2B 
cad6a4cbef5d529519ef486
 DIST glibc-2.30.tar.xz 16576920 BLAKE2B 
bd5aae4c9854f40785b91f83c3b632de6d48d811027ddfe61651cb1bc617db8017d7914c23a770cdd3feed06fcc316da841eea916cdba54179e7eace4ea45484
 SHA512 
37483990cd653685873e96c45dd1651b32b441b6d7919a68ebe3bae31a0c3f7ce183fc9b110f0b268b353f80312f18370559a1e7aecea0e5aa755c8f2aef1d6b
 DIST glibc-2.31-patches-9.tar.xz 74712 BLAKE2B 
62991b67de4def4cca944e8420d2f0139f88b6754c6bc81072bb321c574c1db22641857345325848e1dfb551c10758f582e4425e687a7921cdbd4e7e7923a047
 SHA512 
699d898e3a8ed02b04573c675f572076e8f747767bfc577a033a49cd7d9078a7a60ac325acd4bd419a93b56edf90ce067baa7578ab315e27885f1f0e13916354
 DIST glibc-2.31.tar.xz 16676764 BLAKE2B 
91df1792345f157265eae405185a81fd4b8ce36d4c2388f44b0d5b1ae38174ea374cbc909cd260770b9f38ea58051da13766d4fa22abf41c2d4a2493257b179b
 SHA512 
735e4c0ef10418b6ea945ad3906585e5bbd8b282d76f2131309dce4cec6b15066a5e4a3731773ce428a819b542579c9957867bb0abf05ed2030983fca4412306
-DIST glibc-2.32-patches-2.tar.xz 8588 BLAKE2B 
57a85241e3270d14df0332b039a933c5a7ee4d089684d85cca564eeec2d6796735de60b628c5746858757342922d58993d6cf7187ce1d7102b2299ca2cf8513f
 SHA512 
45bbab9e2f813f55cb4a1438dcd9365170b8facff50b11648ba6022da06c20029bb65a4b06fd906af82aa7461b7374f85105fd7eedb7915cec3f1df3779b68a3
-DIST glibc-2.32-patches-4.tar.xz 49884 BLAKE2B 
e7f364123d9c7b6be5f769a5be0c71afe345972d123d44797cb427667faf6c2bb27bb979a6dc949ec7cc522fdaed730c44dd48251375be24f9c96dbd2aca
 SHA512 
41548299b083e60dc3df4bad7135eba09e1f4d83ab94cf1ff0240198261338c87a228f53179bf639d04190710e2913679fa2c682fd5d3e31a1250f91e31b1683
 DIST glibc-2.32-patches-5.tar.xz 53116 BLAKE2B 
b2bd9d2cc7fb8f7d3cd96d8439842c30aeed4703e69f959a470967d82dc37ce141f747387c793a3ee6663ed8889af1bcca87fd9ca66c51f1099bba36fe6759d5
 SHA512 
b3b2baf7b25e28cd4884c4d61f1337b3e49c39dc3f6d789e7cb0a1e180402028da9e8a69828940d2e9676a857d6248da1173d45e8465adca4e148bc2bd76cb62
 DIST glibc-2.32-patches-6.tar.xz 54552 BLAKE2B 
3c14b7849f53a3c9132c50c4ddcf6cfe42eabfabdfab21231bc1834e030ace88cc2121e4e1e8e74d9137e5b0692b5aca8b62762437317dc57665a1ea63d05014
 SHA512 
0e03891d992b211ffc5ef21d604f9f8a0adc783af46eea5a81c28024ff13f793dd236f83652eec19308645c9dd68c6017c64626f14edf30fdaeccd65af2167b7
 DIST glibc-2.32.tar.xz 16744512 BLAKE2B 
a56b4afbb35315c5cd6dca0f62e44455dceae3e6e88a8453621f9a5394a60ddf10ca9309b2db0911830c7fd77e3faa5d94694eb94d5b2c05fc5285cef52255da
 SHA512 
8460c155b7003e04f18dabece4ed9ad77445fa2288a7dc08e80a8fc4c418828af29e0649951bd71a54ea2ad2d4da7570aafd9bdfe4a37e9951b772b442afe50b

diff --git a/sys-libs/glibc/glibc-2.32-r2.ebuild 
b/sys-libs/glibc/glibc-2.32-r2.ebuild
deleted file mode 100644
index 51822925228..000
--- a/sys-libs/glibc/glibc-2.32-r2.ebuild
+++ /dev/null
@@ -1,1521 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \
-   multilib systemd multiprocessing
-
-DESCRIPTION="GNU libc C library"
-HOMEPAGE="https://www.gnu.org/software/libc/;
-LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-SLOT="2.2"
-
-EMULTILIB_PKG="true"
-
-# Gentoo patchset (ignored for live ebuilds)
-PATCH_VER=2
-PATCH_DEV=dilfridge
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 ~sparc x86"
-   SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
-   SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
-   SRC_URI+=" riscv? ( 
https://dev.gentoo.org/~dilfridge/distfiles/backport-rv32.txz )"
-fi
-
-RELEASE_VER=${PV}
-
-GCC_BOOTSTRAP_VER=20180511
-
-LOCALE_GEN_VER=2.10
-
-SRC_URI+=" 
https://gitweb.gentoo.org/proj/locale-gen.git/snapshot/locale-gen-${LOCALE_GEN_VER}.tar.gz;
-SRC_URI+=" multilib? ( 

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

2021-02-25 Thread David Seifert
commit: fe14b150b05d1e67fdc1330347f86c17376aad24
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Feb 25 18:12:53 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Feb 25 18:12:53 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=fe14b150

uid-gid.txt: Add 325 for net-im/err

Closes: https://github.com/gentoo/api-gentoo-org/pull/375
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 6559719..ddd1ada 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -248,6 +248,7 @@ exabgp  316 316 acct
 apt-cacher-ng  319 319 acct
 openntpd   321 321 acct
 sobby  322 322 acct
+err325 325 acct
 trojan 326 326 acct
 radicale   327 327 acct
 snort  328 328 acct



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

2021-02-25 Thread Sam James
commit: cb860676276ffd28910011d25b3d5e5a85883522
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:57:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:57:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb860676

media-libs/openexr: Stabilize 2.5.5 ppc64, #770229

Signed-off-by: Sam James  gentoo.org>

 media-libs/openexr/openexr-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/openexr/openexr-2.5.5.ebuild 
b/media-libs/openexr/openexr-2.5.5.ebuild
index 210bba33a72..7c679be07a3 100644
--- a/media-libs/openexr/openexr-2.5.5.ebuild
+++ b/media-libs/openexr/openexr-2.5.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 2969915248a03dc17028bd2535f61894cbb467ad
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:57:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:57:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29699152

media-libs/ilmbase: Stabilize 2.5.5 ppc64, #770229

Signed-off-by: Sam James  gentoo.org>

 media-libs/ilmbase/ilmbase-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/ilmbase/ilmbase-2.5.5.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.5.ebuild
index cc4b02539df..b7fc1d21377 100644
--- a/media-libs/ilmbase/ilmbase-2.5.5.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.5.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: a2ae2dc5f3b7851ea2820c8b29ecc2a6132c0a93
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ae2dc5

dev-ml/opam-state: Stabilize 2.0.8 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-state/opam-state-2.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-state/opam-state-2.0.8.ebuild 
b/dev-ml/opam-state/opam-state-2.0.8.ebuild
index 5ab708cc586..d26d1da0bc7 100644
--- a/dev-ml/opam-state/opam-state-2.0.8.ebuild
+++ b/dev-ml/opam-state/opam-state-2.0.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-private-libs/

2021-02-25 Thread Sam James
commit: 9959dd81f51e685557cf8c262ca7901c51e6496a
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9959dd81

dev-ml/dune-private-libs: Stabilize 2.8.2-r1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild 
b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild
index 8e9e98528c9..0a21e76c0ca 100644
--- a/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild
+++ b/dev-ml/dune-private-libs/dune-private-libs-2.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: a08a0595ccc62e6b207bb45e293d528d0c6217d5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08a0595

dev-ml/opam-client: Stabilize 2.0.8 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-client/opam-client-2.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-client/opam-client-2.0.8.ebuild 
b/dev-ml/opam-client/opam-client-2.0.8.ebuild
index 0dca7c29667..80b80d47cee 100644
--- a/dev-ml/opam-client/opam-client-2.0.8.ebuild
+++ b/dev-ml/opam-client/opam-client-2.0.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 257a3e280bcf076515c23731411a8a501ef7a564
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257a3e28

dev-ml/opam-format: Stabilize 2.0.8-r2 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-format/opam-format-2.0.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild 
b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
index b9af718bfa6..6be6a83ee02 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r2.ebuild
@@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 6e1c4e00341f2e68b864ab0b4919aca12b5edb68
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c4e00

dev-ml/opam-solver: Stabilize 2.0.8 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-solver/opam-solver-2.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild 
b/dev-ml/opam-solver/opam-solver-2.0.8.ebuild
index 55a7dfe8fa6..6096c02041a 100644
--- a/dev-ml/opam-solver/opam-solver-2.0.8.ebuild
+++ b/dev-ml/opam-solver/opam-solver-2.0.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: b1e7d55f352f78d6f170508870614fbdcd4e697c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e7d55f

dev-ml/dune-configurator: Stabilize 2.8.2-r1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild 
b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
index a2d0a05e28a..a237b2f09a0 100644
--- a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
+++ b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: fe967597ce34e762f23069983e3edd179e7a407b
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe967597

dev-ml/opam: Stabilize 2.0.8-r1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam/opam-2.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam/opam-2.0.8-r1.ebuild b/dev-ml/opam/opam-2.0.8-r1.ebuild
index 89322f5afa4..6a850e9dc90 100644
--- a/dev-ml/opam/opam-2.0.8-r1.ebuild
+++ b/dev-ml/opam/opam-2.0.8-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 38489981caa9f0a25e3ee71ba86faabc4097b109
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38489981

dev-ml/mccs: Stabilize 1.1.11 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/mccs/mccs-1.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mccs/mccs-1.1.11.ebuild b/dev-ml/mccs/mccs-1.1.11.ebuild
index 0ac902ea07e..0fdb9575894 100644
--- a/dev-ml/mccs/mccs-1.1.11.ebuild
+++ b/dev-ml/mccs/mccs-1.1.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/AltGr/ocaml-mccs/archive/${MY_PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 5fbb1f80291c7d9e04bb738fc96f6bed0e497cf2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbb1f80

dev-ml/opam-repository: Stabilize 2.0.8 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-repository/opam-repository-2.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-repository/opam-repository-2.0.8.ebuild 
b/dev-ml/opam-repository/opam-repository-2.0.8.ebuild
index 1348ca1312b..6916797e551 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.8.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.8.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



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

2021-02-25 Thread Sam James
commit: 5924ef59b1ac76b5bf76a78469dec5ba26031c12
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5924ef59

dev-ml/core_bench: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/core_bench/core_bench-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_bench/core_bench-0.14.0.ebuild 
b/dev-ml/core_bench/core_bench-0.14.0.ebuild
index f4e363b221d..75efa8af0da 100644
--- a/dev-ml/core_bench/core_bench-0.14.0.ebuild
+++ b/dev-ml/core_bench/core_bench-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2021-02-25 Thread Sam James
commit: 62954b238a02a88a9f1be9f76a1d3899ff17366f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62954b23

dev-ml/textutils: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/textutils/textutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild 
b/dev-ml/textutils/textutils-0.14.0.ebuild
index f4aeb1309aa..d3d973ca4fc 100644
--- a/dev-ml/textutils/textutils-0.14.0.ebuild
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 1592f22b2114502aa2de15dafe0ac6ef420788dd
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1592f22b

dev-ml/uutf: Stabilize 1.0.1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/uutf/uutf-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
index cc54415ed76..d0109dc8f6e 100644
--- a/dev-ml/uutf/uutf-1.0.1.ebuild
+++ b/dev-ml/uutf/uutf-1.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uutf/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="doc utftrip +ocamlopt test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="utftrip? ( ocamlopt )"



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

2021-02-25 Thread Sam James
commit: c177e99792ea0dcf513f4cf15b401ae9c71de254
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c177e997

dev-ml/timezone: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/timezone/timezone-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/timezone/timezone-0.14.0.ebuild 
b/dev-ml/timezone/timezone-0.14.0.ebuild
index e8515d017ea..d6760a45376 100644
--- a/dev-ml/timezone/timezone-0.14.0.ebuild
+++ b/dev-ml/timezone/timezone-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 8e2ead1cd82ae027039a799a9e340f17cac6eb24
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2ead1c

dev-ml/opam-core: Stabilize 2.0.8-r1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-core/opam-core-2.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild 
b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
index ec7ccf19bb9..82521212df1 100644
--- a/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
+++ b/dev-ml/opam-core/opam-core-2.0.8-r1.ebuild
@@ -15,7 +15,7 @@ OPAM_INSTALLER="${S}/opam-installer"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 RDEPEND="
dev-ml/ocamlgraph:=



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

2021-02-25 Thread Sam James
commit: d48d1bcd6e50db3c67bfbc84f52c074db45621f3
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48d1bcd

dev-ml/menhir: Stabilize 20190924 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/menhir/menhir-20190924.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/menhir/menhir-20190924.ebuild 
b/dev-ml/menhir/menhir-20190924.ebuild
index e6313e0d0bd..7d745a8d0b2 100644
--- a/dev-ml/menhir/menhir-20190924.ebuild
+++ b/dev-ml/menhir/menhir-20190924.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="examples +ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"



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

2021-02-25 Thread Sam James
commit: e2d1e9e5d6119d7385e32dc4b26bc2d6b0be2861
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d1e9e5

dev-ml/core: Stabilize 0.14.0-r3 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/core/core-0.14.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core/core-0.14.0-r3.ebuild 
b/dev-ml/core/core-0.14.0-r3.ebuild
index 3596e3452e3..20d82f66a22 100644
--- a/dev-ml/core/core-0.14.0-r3.ebuild
+++ b/dev-ml/core/core-0.14.0-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt"
 
 # TODO: Wants quickcheck_deprecated?



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

2021-02-25 Thread Sam James
commit: 7a710cb8a82715ba11294d66e28f6a658e66720e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a710cb8

dev-ml/sexplib: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/sexplib/sexplib-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/sexplib/sexplib-0.14.0.ebuild 
b/dev-ml/sexplib/sexplib-0.14.0.ebuild
index 8f9ce8565bf..dca6c6506a5 100644
--- a/dev-ml/sexplib/sexplib-0.14.0.ebuild
+++ b/dev-ml/sexplib/sexplib-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/sexplib/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 00da15847c2d88720442a5aa4c095ac562df2c6e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00da1584

dev-ml/core_kernel: Stabilize 0.14.1-r3 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild 
b/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild
index 972872ab7a5..4f8eb73f4ef 100644
--- a/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild
+++ b/dev-ml/core_kernel/core_kernel-0.14.1-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 # Wants quickcheck_deprecated for now



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

2021-02-25 Thread Sam James
commit: fbb1048cb18a94cc2903d84d9d48caf715e68c03
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb1048c

dev-ml/num: Stabilize 1.3-r1 x86, #772833

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/num/num-1.3-r1.ebuild b/dev-ml/num/num-1.3-r1.ebuild
index 758f0bdf29e..8559e7e79db 100644
--- a/dev-ml/num/num-1.3-r1.ebuild
+++ b/dev-ml/num/num-1.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt]



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

2021-02-25 Thread Sam James
commit: 56744e7271a015e012e371374d17529585614adb
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56744e72

dev-ml/uchar: Stabilize 0.0.2 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/uchar/uchar-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uchar/uchar-0.0.2.ebuild b/dev-ml/uchar/uchar-0.0.2.ebuild
index add51c186a1..40c14e4bcc2 100644
--- a/dev-ml/uchar/uchar-0.0.2.ebuild
+++ b/dev-ml/uchar/uchar-0.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/uchar/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND=">=dev-lang/ocaml-4.03:="



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

2021-02-25 Thread Sam James
commit: 490d9a0964bfa6e0b003069164b708f03be974de
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:54:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:54:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490d9a09

dev-ml/spawn: Stabilize 0.13.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/spawn/spawn-0.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/spawn/spawn-0.13.0.ebuild b/dev-ml/spawn/spawn-0.13.0.ebuild
index fca0108395d..10b8e8af3e5 100644
--- a/dev-ml/spawn/spawn-0.13.0.ebuild
+++ b/dev-ml/spawn/spawn-0.13.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 8c0afb636ddd5188befc021ee2fb1379bb425814
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0afb63

dev-ml/parsexp: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/parsexp/parsexp-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/parsexp/parsexp-0.14.0.ebuild 
b/dev-ml/parsexp/parsexp-0.14.0.ebuild
index 2be7234c5c3..81764e6b33b 100644
--- a/dev-ml/parsexp/parsexp-0.14.0.ebuild
+++ b/dev-ml/parsexp/parsexp-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/parsexp/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: e5c0b90277d9684e8a3f9aa706434e6b5b2ed24d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c0b902

dev-ml/dune: Stabilize 2.8.2 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/dune/dune-2.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune/dune-2.8.2.ebuild b/dev-ml/dune/dune-2.8.2.ebuild
index 5a916b8dff1..17398ac571e 100644
--- a/dev-ml/dune/dune-2.8.2.ebuild
+++ b/dev-ml/dune/dune-2.8.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 5cdbaadc5ca758ee9ccddb1df1248ff7b6fedad2
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdbaadc

dev-ml/base_bigstring: Stabilize 0.14.0 x86, #772833

Signed-off-by: Sam James  gentoo.org>

 dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild 
b/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild
index ca6aa86137c..986026ae2dd 100644
--- a/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild
+++ b/dev-ml/base_bigstring/base_bigstring-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2021-02-25 Thread Sam James
commit: db488d0021d50516e8d725f1a75def2fe62febc3
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db488d00

app-admin/radmind: Stabilize 1.15.3-r1 amd64, #769896

Signed-off-by: Sam James  gentoo.org>

 app-admin/radmind/radmind-1.15.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/radmind/radmind-1.15.3-r1.ebuild 
b/app-admin/radmind/radmind-1.15.3-r1.ebuild
index 75d9ba668d2..0e948d4f5d2 100644
--- a/app-admin/radmind/radmind-1.15.3-r1.ebuild
+++ b/app-admin/radmind/radmind-1.15.3-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-libs/openssl:0="
 RDEPEND="${DEPEND}



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

2021-02-25 Thread Sam James
commit: 1bdca323ec28b1b4e8368c8897ebd7d14c0d632f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:53:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:53:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdca323

media-sound/vorbis-tools: Stabilize 1.4.2 amd64, #770292

Signed-off-by: Sam James  gentoo.org>

 media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild 
b/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
index d962b688f9d..9c088f59ceb 100644
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
+++ b/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://ftp.osuosl.org/pub/xiph/releases/vorbis/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="flac kate nls +ogg123 speex"
 
 RDEPEND="



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

2021-02-25 Thread Sam James
commit: 1f54fbf599f3c9d384a2eeb9429b9275dd06ba40
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:52:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:52:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f54fbf5

dev-libs/libmaxminddb: Stabilize 1.5.2 arm64, #771354

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.5.2.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.5.2.ebuild
index 7650b69ab1d..a5f68e86772 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.5.2.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0/0.0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: 0e4eb30802b4d66393dd0098545bf0334dbd6586
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:51:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:51:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4eb308

dev-libs/libutf8proc: Stabilize 2.5.0 ppc64, #772905

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild 
b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
index dde8678df04..1407c15cd02 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
 IUSE="cjk static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Sam James
commit: e9be167956c4de011cbd7cab0a5ec29b254b3ebc
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:51:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:51:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9be1679

dev-libs/serd: Stabilize 0.30.10 ppc64, #772857

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/serd/serd-0.30.10.ebuild 
b/dev-libs/serd/serd-0.30.10.ebuild
index bb68e6cb4fa..0dc8d25516b 100644
--- a/dev-libs/serd/serd-0.30.10.ebuild
+++ b/dev-libs/serd/serd-0.30.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 4f653085980135289dd8d872a3710bfeb8787a83
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 17:51:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 17:51:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f653085

app-i18n/unicode-data: Stabilize 13.0.0 ppc64, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index ad7c97ed735..9eb1e2e481f 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2021-02-25 Thread Rick Farina
commit: de3a7c1dafb5de5c2535634d84ad72f1a6dd8989
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:49:43 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:49:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a7c1d

net-libs/libiio: modernize

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

 net-libs/libiio/libiio-0.21.ebuild | 4 ++--
 net-libs/libiio/libiio-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libiio/libiio-0.21.ebuild 
b/net-libs/libiio/libiio-0.21.ebuild
index b1bd4983707..66f1603cbe6 100644
--- a/net-libs/libiio/libiio-0.21.ebuild
+++ b/net-libs/libiio/libiio-0.21.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio;

diff --git a/net-libs/libiio/libiio-.ebuild 
b/net-libs/libiio/libiio-.ebuild
index b1bd4983707..66f1603cbe6 100644
--- a/net-libs/libiio/libiio-.ebuild
+++ b/net-libs/libiio/libiio-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Library for interfacing with IIO devices"
 HOMEPAGE="https://github.com/analogdevicesinc/libiio;



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

2021-02-25 Thread Rick Farina
commit: 88356ffeda0cb0623506dce6acc3d3b764eea052
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:47:39 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:49:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88356ffe

net-libs/libiio: bump

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

 net-libs/libiio/Manifest  | 2 +-
 net-libs/libiio/{libiio-0.15-r1.ebuild => libiio-0.21.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest
index e9bb388854d..a47f6377020 100644
--- a/net-libs/libiio/Manifest
+++ b/net-libs/libiio/Manifest
@@ -1 +1 @@
-DIST libiio-0.15.tar.gz 192704 BLAKE2B 
7eeaad1535f69ca11fe3f716ac70a161f98d24513fe910cb34ca11a0b63c07f5b5321447c96c247cc9a76ed838d806fa9f160e87fd10f1aeac5025edfa16b8f6
 SHA512 
7e3ca1a8b97486f20baf38afecfd26c626bed1fef535d88020d11eb4e49fc1226390c6383799222f6811c13b8b7e5cc77fb899c776c150a9d1c2024bf8ab338b
+DIST libiio-0.21.tar.gz 446893 BLAKE2B 
02b6af8e78ab95fa68b146808c58dd012846837646bb0e7e60af890c0e867ed9bb798596e6ff773d6da9efa2750859d23a0f83d874510273ef1d1db8f9424bcb
 SHA512 
5bbacd6a1141654f4825f00c1c2b27223e6cc324c80d7bcbb49e29997a83d585e45c0c52331ca10ee881c2f340b535984c3d667b61d8377a77e5c0f5cb1d2dc0

diff --git a/net-libs/libiio/libiio-0.15-r1.ebuild 
b/net-libs/libiio/libiio-0.21.ebuild
similarity index 100%
rename from net-libs/libiio/libiio-0.15-r1.ebuild
rename to net-libs/libiio/libiio-0.21.ebuild



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

2021-02-25 Thread Rick Farina
commit: 213449a3ceb570a3c9bc322a2290b9b4b8c56162
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:47:08 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:49:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213449a3

net-libs/libad9361-iio: fix docdir

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

 net-libs/libad9361-iio/libad9361-iio-0.2.ebuild  | 3 ++-
 net-libs/libad9361-iio/libad9361-iio-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild 
b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
index 07709539381..630cb27fb6e 100644
--- a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
+++ b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
@@ -21,7 +21,8 @@ RDEPEND="net-libs/libiio:="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-   sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" 
CMakeLists.txt || die
+   sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" \
+   -e "s:\${PROJECT_NAME}\${LIBAD9361_VERSION_MAJOR}-doc:${P}:" 
CMakeLists.txt || die
cmake_src_prepare
eapply_user
 }

diff --git a/net-libs/libad9361-iio/libad9361-iio-.ebuild 
b/net-libs/libad9361-iio/libad9361-iio-.ebuild
index 07709539381..630cb27fb6e 100644
--- a/net-libs/libad9361-iio/libad9361-iio-.ebuild
+++ b/net-libs/libad9361-iio/libad9361-iio-.ebuild
@@ -21,7 +21,8 @@ RDEPEND="net-libs/libiio:="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-   sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" 
CMakeLists.txt || die
+   sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" \
+   -e "s:\${PROJECT_NAME}\${LIBAD9361_VERSION_MAJOR}-doc:${P}:" 
CMakeLists.txt || die
cmake_src_prepare
eapply_user
 }



[gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: /

2021-02-25 Thread Ulrich Müller
commit: 60d3350278aaf3de175941af5e8f9de31675d016
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Feb 25 17:34:04 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb 25 17:34:04 2021 +
URL:https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=60d33502

Version 1.7 released

Signed-off-by: Ulrich Müller  gentoo.org>

 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 55f4563..3c21e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2021-02-25  Ulrich Müller  
 
+   * Version 1.7 released.
+
* subdirs.el.in: Renamed from subdirs.el. Check for subdirectories
of the modules directory too.
* Makefile (DISTFILES): Update.



[gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: /

2021-02-25 Thread Ulrich Müller
commit: 778477df4be714c3dc02e04cb7e116b15167e83e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Feb 25 17:33:31 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb 25 17:33:31 2021 +
URL:https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=778477df

Add subdirectories of the modules directory to load-path

* subdirs.el.in: Renamed from subdirs.el. Check for subdirectories
of the modules directory too.
* Makefile (DISTFILES): Update.

Signed-off-by: Ulrich Müller  gentoo.org>

 ChangeLog | 6 ++
 Makefile  | 4 ++--
 subdirs.el| 3 ---
 subdirs.el.in | 8 
 4 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d0cbd4a..55f4563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-25  Ulrich Müller  
+
+   * subdirs.el.in: Renamed from subdirs.el. Check for subdirectories
+   of the modules directory too.
+   * Makefile (DISTFILES): Update.
+
 2017-02-04  Ulrich Müller  
 
* Version 1.6 released.

diff --git a/Makefile b/Makefile
index 6fb696a..7c5bc2e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007-2017 Gentoo Authors
+# Copyright 2007-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2 or later
 
 PN = emacs-common-gentoo
@@ -13,7 +13,7 @@ ICONFILES = sink.png \
emacs23_128.png emacs23.svg \
emacs25_16.png emacs25_24.png emacs25_32.png emacs25_48.png \
emacs25_128.png emacs25.svg
-DISTFILES = site-start.el site-gentoo.el subdirs.el $(DESKTOPFILES) \
+DISTFILES = site-start.el site-gentoo.el subdirs.el.in $(DESKTOPFILES) \
$(addprefix icons/,COPYRIGHT.icons $(ICONFILES))
 
 

diff --git a/subdirs.el b/subdirs.el
deleted file mode 100644
index ee1c123..000
--- a/subdirs.el
+++ /dev/null
@@ -1,3 +0,0 @@
-;; -*- no-byte-compile: t -*-
-(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
-(normal-top-level-add-subdirs-to-load-path))

diff --git a/subdirs.el.in b/subdirs.el.in
new file mode 100644
index 000..3432bf0
--- /dev/null
+++ b/subdirs.el.in
@@ -0,0 +1,8 @@
+;; -*- no-byte-compile: t -*-
+(when (fboundp 'normal-top-level-add-subdirs-to-load-path)
+  (normal-top-level-add-subdirs-to-load-path)
+  ;; We install dynamic modules in a more FHS compliant location,
+  ;; so add its subdirectories to the load-path, too
+  (let ((default-directory "/usr/@libdir@/emacs/modules/"))
+(if (file-directory-p default-directory)
+   (normal-top-level-add-subdirs-to-load-path



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

2021-02-25 Thread Patrick McLean
commit: 6e73d50d48c225700837c41b30bcc53594aec5aa
Author: Patrick McLean  sony  com>
AuthorDate: Thu Feb 25 17:31:21 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Feb 25 17:31:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e73d50d

net-misc/exabgp-4.2.11-r2: Revbump, supervision, misc bugfixes

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

 net-misc/exabgp/exabgp-4.2.11-r2.ebuild| 59 
 ...p-4.2.11-healthcheck-allow-disable-metric.patch | 22 
 .../exabgp-4.2.11-healthcheck-fix-log-crash.patch  | 13 +
 .../files/exabgp-4.2.11-less-verbose-logging.patch | 44 +++
 net-misc/exabgp/files/exabgp.initd-r1  | 64 ++
 5 files changed, 202 insertions(+)

diff --git a/net-misc/exabgp/exabgp-4.2.11-r2.ebuild 
b/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
new file mode 100644
index 000..3e7774c0353
--- /dev/null
+++ b/net-misc/exabgp/exabgp-4.2.11-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit tmpfiles systemd distutils-r1
+
+DESCRIPTION="The BGP swiss army knife of networking"
+HOMEPAGE="https://github.com/Exa-Networks/exabgp;
+SRC_URI="https://github.com/Exa-Networks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   acct-group/exabgp
+   acct-user/exabgp
+"
+BDEPEND="
+   test? (
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/exabgp-4.2.7-paths.patch"
+   "${FILESDIR}/exabgp-4.2.10-ip-path.patch"
+   "${FILESDIR}/exabgp-4.2.11-healthcheck-allow-disable-metric.patch"
+   "${FILESDIR}/exabgp-4.2.11-healthcheck-fix-log-crash.patch"
+   "${FILESDIR}/exabgp-4.2.11-less-verbose-logging.patch"
+)
+
+python_test() {
+   ./qa/bin/parsing || die "tests fail with ${EPYTHON}"
+   nosetests -v ./qa/tests/*_test.py || die "tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+   newtmpfiles "${FILESDIR}/exabgp.tmpfiles" ${PN}.conf
+   systemd_dounit etc/systemd/*
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotate" ${PN}
+
+   keepdir /etc/exabgp
+
+   doman doc/man/*.?
+}

diff --git 
a/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-allow-disable-metric.patch 
b/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-allow-disable-metric.patch
new file mode 100644
index 000..768fe80a810
--- /dev/null
+++ b/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-allow-disable-metric.patch
@@ -0,0 +1,22 @@
+diff --git a/lib/exabgp/application/healthcheck.py 
b/lib/exabgp/application/healthcheck.py
+index a4f6b8d1..805cf8af 100644
+--- a/lib/exabgp/application/healthcheck.py
 b/lib/exabgp/application/healthcheck.py
+@@ -168,6 +168,7 @@
+ g.add_argument(
+ "--start-ip", metavar='N', type=int, default=0, help="index of the 
first IP in the list of IP addresses"
+ )
++g.add_argument("--no-metric", action="store_true", default=False, 
help="don't send metrics when updating announcements")
+ g.add_argument(
+ "--up-metric", metavar='M', type=int, default=100, help="first IP get 
the metric M when the service is up"
+ )
+@@ -494,7 +495,8 @@
+ announce = "route {0} next-hop {1}".format(str(ip), 
options.next_hop or "self")
+ 
+ if command == "announce":
+-announce = "{0} med {1}".format(announce, metric)
++if not options.no_metric:
++announce = "{0} med {1}".format(announce, metric)
+ if options.local_preference >= 0:
+ announce = "{0} local-preference {1}".format(announce, 
options.local_preference)
+ if options.community or options.disabled_community:

diff --git 
a/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-fix-log-crash.patch 
b/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-fix-log-crash.patch
new file mode 100644
index 000..a43e90a724e
--- /dev/null
+++ b/net-misc/exabgp/files/exabgp-4.2.11-healthcheck-fix-log-crash.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/exabgp/logger.py b/lib/exabgp/logger.py
+index 41a1cf28..f87785a2 100644
+--- a/lib/exabgp/logger.py
 b/lib/exabgp/logger.py
+@@ -339,7 +339,7 @@ class Logger(object):
+ else:
+ src = source
+ 
+-log = self._option.get(src, True) and getattr(syslog, 'LOG_%s' % 
level) <= self.level
++log = 

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

2021-02-25 Thread Joonas Niilola
commit: 88ebc2b6b95d175a2c1f8e736c4a0776a3bc6df0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Feb 25 17:27:40 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 25 17:28:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ebc2b6

app-text/capyt: add python-3.9 compatibility

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

 app-text/capyt/capyt-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/capyt/capyt-1.1.1.ebuild 
b/app-text/capyt/capyt-1.1.1.ebuild
index 0b09f663462..ffd60989899 100644
--- a/app-text/capyt/capyt-1.1.1.ebuild
+++ b/app-text/capyt/capyt-1.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



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

2021-02-25 Thread Rick Farina
commit: 1babfafef81cef83ab1d1cde8330f0c4d0045d57
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:24:24 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:24:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1babfafe

net-libs/libad9361-iio: bump

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

 net-libs/libad9361-iio/Manifest | 2 +-
 .../{libad9361-iio-0.1-r2.ebuild => libad9361-iio-0.2.ebuild}   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-libs/libad9361-iio/Manifest b/net-libs/libad9361-iio/Manifest
index ade8b02deb7..79e531fd068 100644
--- a/net-libs/libad9361-iio/Manifest
+++ b/net-libs/libad9361-iio/Manifest
@@ -1 +1 @@
-DIST libad9361-iio-0.1.tar.gz 27495 BLAKE2B 
d46873d69c494835e028ba1de7d17d48e5ed6bf1a73e96cf958dcfe44142cd39a9df3b00d61d3d3b8934bcb59fff3bd33c82f5c11de65f332185fe0e8c296f54
 SHA512 
64df3d4ce5e1c10fb44b6e39c11bac119ef77f2cc5b9785023b22670ca4905a1afd13c6923b3056f957789a911a3cae3cb7208770e1a112d849e7e3d2feb2fdc
+DIST libad9361-iio-0.2.tar.gz 167678 BLAKE2B 
9880114bc53f3d4975dbe0773f8d112e40b0df47e34985bdc68c5b6740aee2c140ced39353929a793c2b327b5811461436ceb2934c2a71fc7b92b218092d468d
 SHA512 
f95fa955531198ab33c16d41685d23140e875b2eafa1da10cdf60a7bf1ae760e86e2d3d28c9ab36a3a7b7a90e36bb53456dec1d6e537a1574a5505b7595e764c

diff --git a/net-libs/libad9361-iio/libad9361-iio-0.1-r2.ebuild 
b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
similarity index 91%
rename from net-libs/libad9361-iio/libad9361-iio-0.1-r2.ebuild
rename to net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
index 37d23a9fda0..111a395c2a8 100644
--- a/net-libs/libad9361-iio/libad9361-iio-0.1-r2.ebuild
+++ b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
@@ -22,7 +22,6 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" 
CMakeLists.txt || die
-   eapply "${FILESDIR}/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch"
cmake-utils_src_prepare
eapply_user
 }



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

2021-02-25 Thread Rick Farina
commit: c970aaa98249b91ba04f7bfa67913988968468c8
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:25:33 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:25:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c970aaa9

net-libs/libad9361-iio: cmake-utils -> cmake

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

 net-libs/libad9361-iio/libad9361-iio-0.2.ebuild  | 4 ++--
 net-libs/libad9361-iio/libad9361-iio-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild 
b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
index 111a395c2a8..07709539381 100644
--- a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
+++ b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip 
sync, etc."
 HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio;
@@ -22,6 +22,6 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" 
CMakeLists.txt || die
-   cmake-utils_src_prepare
+   cmake_src_prepare
eapply_user
 }

diff --git a/net-libs/libad9361-iio/libad9361-iio-.ebuild 
b/net-libs/libad9361-iio/libad9361-iio-.ebuild
index 111a395c2a8..07709539381 100644
--- a/net-libs/libad9361-iio/libad9361-iio-.ebuild
+++ b/net-libs/libad9361-iio/libad9361-iio-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip 
sync, etc."
 HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio;
@@ -22,6 +22,6 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
sed -i -e 
"s:"${CMAKE_INSTALL_PREFIX}/lib":"${CMAKE_INSTALL_PREFIX}/$(get_libdir)":g" 
CMakeLists.txt || die
-   cmake-utils_src_prepare
+   cmake_src_prepare
eapply_user
 }



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ostinato/, net-analyzer/ostinato/files/

2021-02-25 Thread Rick Farina
commit: 59b5589e102660a7f96796afa33a1db8dccb1499
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 17:19:54 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 17:20:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b5589e

net-analyzer/ostinato: bump

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

 net-analyzer/ostinato/Manifest  |  2 +-
 .../files/ostinato-0.9_p20180522-buildfix.patch | 17 -
 net-analyzer/ostinato/metadata.xml  |  2 +-
 ...stinato-0.9_p20180522.ebuild => ostinato-1.1.ebuild} | 12 
 4 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
index 44c30549ab5..563c348f41f 100644
--- a/net-analyzer/ostinato/Manifest
+++ b/net-analyzer/ostinato/Manifest
@@ -1 +1 @@
-DIST ostinato-0.9_p20180522.tar.gz 424128 BLAKE2B 
69a15e523986cd34f89669fab0ed64987f68ea7d82d481de418c2d86f3b325b5c1ff9081db8c77532b603b01f504c37c24a4f7f5b7244657cac8b2f707bc7bdf
 SHA512 
7d8359b193c98165ea376ad0ad57e01b782e35a7b887465d74c67ae1cd434036e8beb67593c569e15a87d5d0c7f602c9f01acf068e90c0496ab4f889a83a
+DIST ostinato-1.1.tar.gz 612589 BLAKE2B 
2244b3be5649e0623139b667c61a169a3e7f5dae6f022d6550cd825f1af8fa2c2d82210af1f381ae53af19fff9a56d58b30a406fc1f3d89c73bc7e3d0ab18fa4
 SHA512 
a45e157d155d4f2efe9a1594a140647b5cbd7264985b15a9ed47d86198c9df9d763170097dcfd40fae1317206e53c9155f08c48c747cce458e0cae7f3a841449

diff --git a/net-analyzer/ostinato/files/ostinato-0.9_p20180522-buildfix.patch 
b/net-analyzer/ostinato/files/ostinato-0.9_p20180522-buildfix.patch
deleted file mode 100644
index ff09d689ae5..000
--- a/net-analyzer/ostinato/files/ostinato-0.9_p20180522-buildfix.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/common/mld.cpp   2018-05-22 18:18:21.0 +0200
-+++ b/common/mld.cpp   2018-06-26 13:59:58.562569302 +0200
-@@ -24,6 +24,14 @@
- #include 
- #include 
- 
-+template <> inline Q_DECL_CONSTEXPR unsigned long qbswap(unsigned long source) {
-+  if (sizeof(unsigned long) == 8) {
-+return qbswap(quint64(source));
-+  } else {
-+return qbswap(quint32(source));
-+  }
-+}
-+
- MldProtocol::MldProtocol(StreamBase *stream, AbstractProtocol *parent)
- : GmpProtocol(stream, parent)
- {

diff --git a/net-analyzer/ostinato/metadata.xml 
b/net-analyzer/ostinato/metadata.xml
index fb90fd94be6..e63760e8492 100644
--- a/net-analyzer/ostinato/metadata.xml
+++ b/net-analyzer/ostinato/metadata.xml
@@ -6,6 +6,6 @@
Rick Farina


-   ostinato
+   pstavirs/ostinato

 

diff --git a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild 
b/net-analyzer/ostinato/ostinato-1.1.ebuild
similarity index 63%
rename from net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
rename to net-analyzer/ostinato/ostinato-1.1.ebuild
index e2e38eaf051..9dba7331941 100644
--- a/net-analyzer/ostinato/ostinato-0.9_p20180522.ebuild
+++ b/net-analyzer/ostinato/ostinato-1.1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-COMMIT=9a4e7e7550c6b20a8f0f1393a55036492c1b7703
 inherit qmake-utils
 
 DESCRIPTION="Packet generator and analyzer"
 HOMEPAGE="https://ostinato.org/;
-SRC_URI="https://github.com/pstavirs/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/pstavirs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 #https://github.com/pstavirs/ostinato/issues/173
@@ -27,11 +26,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 PATCHES=(
-   "${FILESDIR}/${P}-buildfix.patch"
-   "${FILESDIR}/${P}-no-modeltest.patch"
+   "${FILESDIR}/${PN}-0.9_p20180522-no-modeltest.patch"
 )
 
 src_configure() {



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

2021-02-25 Thread Nicolas Bock
commit: 3d2e143c642d9e8ddd803ed7a9f8afd9de371068
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 22 15:19:39 2021 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Feb 25 17:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2e143c

app-text/jabref-bin: explicitly mark as a live ebuild with live property

All of our eclasses for live ebuilds set PROPERTIES="live" as per PMS
to indicate their live nature, but manual live ebuilds obviously
don't have this automatic property.

Let's set it manually to correctly identify this as a live ebuild.

Closes: https://github.com/gentoo/gentoo/pull/19597
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: Nicolas Bock  gentoo.org>

 app-text/jabref-bin/jabref-bin-4..ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-text/jabref-bin/jabref-bin-4..ebuild 
b/app-text/jabref-bin/jabref-bin-4..ebuild
index 4c60f2779d0..0526745fe6a 100644
--- a/app-text/jabref-bin/jabref-bin-4..ebuild
+++ b/app-text/jabref-bin/jabref-bin-4..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ inherit eutils java-pkg-2
 
 DESCRIPTION="Java GUI manages bibliographies in a BibTeX database"
 HOMEPAGE="http://www.jabref.org/;
-KEYWORDS=""
+S="${WORKDIR}"
+PROPERTIES="live"
 
 LICENSE="MIT"
 SLOT="0"
@@ -19,8 +20,6 @@ RDEPEND="
virtual/jre:1.8
 "
 
-S="${WORKDIR}"
-
 src_unpack() {
einfo "Downloading the latest Jabref development snapshot."
einfo "Upstream updates these a few times per day."



[gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/, app-text/wgetpaste/files/

2021-02-25 Thread Ben Kohler
commit: 2dea256ca4aa52a84ad01dc3f7dfe1067e304bce
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Feb 25 16:57:11 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Feb 25 16:57:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dea256c

app-text/wgetpaste: fix dpaste escapes

Without this fix, all spaces are converted to "+", and more

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

 .../files/wgetpaste-2.30-fix-dpaste-escapes.patch  | 13 +
 .../wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild   | 32 ++
 2 files changed, 45 insertions(+)

diff --git a/app-text/wgetpaste/files/wgetpaste-2.30-fix-dpaste-escapes.patch 
b/app-text/wgetpaste/files/wgetpaste-2.30-fix-dpaste-escapes.patch
new file mode 100644
index 000..b4d57f843c9
--- /dev/null
+++ b/app-text/wgetpaste/files/wgetpaste-2.30-fix-dpaste-escapes.patch
@@ -0,0 +1,13 @@
+diff --git a/wgetpaste b/wgetpaste
+index 0f8219b..ed0bdac 100755
+--- a/wgetpaste
 b/wgetpaste
+@@ -110,6 +110,8 @@ Python Python%Interactive/Traceback Ruby Ruby%HTML%(ERB) 
SQL XML"
+ LANGUAGE_VALUES_dpaste="% Apache Bash Css Diff DjangoTemplate Haskell JScript 
Python PythonConsole \
+ Ruby Rhtml Sql Xml"
+ EXPIRATIONS_dpaste=$(printf "%s " {1..365})
++escape_description_dpaste() { echo "$*"; }
++escape_input_dpaste() { echo "$*"; }
+ POST_dpaste() {
+   local title="${2}"
+   local syntax="${3}"

diff --git a/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild 
b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
new file mode 100644
index 000..c4c95081e20
--- /dev/null
+++ b/app-text/wgetpaste/wgetpaste-2.30_p20210222-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Command-line interface to various pastebins"
+HOMEPAGE="http://wgetpaste.zlin.dk/;
+
+COMMIT_HASH="f9b08c50009485817e8b44300f79a92e37fe9f22"
+SRC_URI="https://github.com/zlin/wgetpaste/archive/${COMMIT_HASH}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+ssl"
+
+RDEPEND="net-misc/wget[ssl?]"
+
+S="${WORKDIR}/${PN}-${COMMIT_HASH}"
+
+PATCHES=( "${FILESDIR}/wgetpaste-2.30-fix-dpaste-escapes.patch" )
+
+src_prepare() {
+   sed -i -e "s:/etc:\"${EPREFIX}\"/etc:g" wgetpaste || die
+   default
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /usr/share/zsh/site-functions
+   doins _wgetpaste
+}



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

2021-02-25 Thread Ben Kohler
commit: 5c4a8533124cad08dbdd6696f9063105be573d47
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Feb 25 16:51:46 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Feb 25 16:57:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4a8533

net-wireless/unifi: bump to 6.1.60, drop old

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

 net-wireless/unifi/Manifest | 2 +-
 net-wireless/unifi/{unifi-6.1.56.ebuild => unifi-6.1.60.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 9be138142df..ed16e906d74 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,4 +1,4 @@
 DIST unifi-6.0.43.zip 136844666 BLAKE2B 
fb330f9ba8c2d22dacd5e37fbeccc411101e388525cdf7ae76fd2ade629c8230d10a5098d01453fcd9e091d581961b556c7f86d1625baff735fa76a2896b2d94
 SHA512 
16cfec8f12aa31c146ebd38b946a51730f7ca600f36f16058e06ec20d6d3597a34fa8fa8efef1bad1980b73a15c13d5c6458f03d08cee6eda5cedf62ef17a6b8
 DIST unifi-6.0.45.zip 147691229 BLAKE2B 
ad8e34e4934449151b0244bb32e2ce81e2506f228c995e72c2756279ce22f1ce06d44c37f1cfd6156cee0d03066e36d99f98b56d2a1c759ee98ada6569b8309e
 SHA512 
6b2aebf33b6e2114a2b274ce332e2bd88a30406e3a21bc66dc0eddee3ee27ee2e4d3948dea73ff85289cbc2ed0e4f2b646e095091c54120f718b5fb2f0b35943
-DIST unifi-6.1.56.zip 151935713 BLAKE2B 
5cd8dde45929ef1f7bf188a81331cda220c00dbbdf8c119bd5729a68a6685a8eeff46dcbcccefa15f90137f0e6cb943aed156b262dcd50cbb8f01bb3b852524b
 SHA512 
077f5df76b455c56c38de479d51a1dc82ae5dfa7a454cff49af932efee83acea1fd1c5ea3c9825a798e96cfb54022084f9c96ad04caebecc1f89cbcd595928dc
 DIST unifi-6.1.57.zip 151940261 BLAKE2B 
4f00a33606b2aebb2c5b0ecf72d03bc1b7f1cb2c214cda4d122653bfe90d88e8f27bce91497d60dcd147d0f1beaa34f98e498e7cbebdb7a8cb89c81c094fdb68
 SHA512 
27b21f6b075e5c91dbf890e80696ba8aa44051bf6d0453be5924a234a7040c17a94eba1468811b16f3b0b98971618fc9e4408ae1ddf66a924826e7494933a1ca
+DIST unifi-6.1.60.zip 151968046 BLAKE2B 
cb4bca4d252173ea6d699a4bc3e2c8a315be0d56848035bcbe1ed6ee0e505a9bd0efc855fd73ed10e28989822c5f0e3ab1f8e57b1cde12cf7fdfb531a420f57a
 SHA512 
c419bcc47cb7cea2405019b159941c4e4a6314f95660c5280953395e99a22cbc32344888bc522dc95191e0868fd0b2bdbab2d56347212d99a2fec763073652cd

diff --git a/net-wireless/unifi/unifi-6.1.56.ebuild 
b/net-wireless/unifi/unifi-6.1.60.ebuild
similarity index 98%
rename from net-wireless/unifi/unifi-6.1.56.ebuild
rename to net-wireless/unifi/unifi-6.1.60.ebuild
index dc6cfc5661c..c2807fbbfd1 100644
--- a/net-wireless/unifi/unifi-6.1.56.ebuild
+++ b/net-wireless/unifi/unifi-6.1.60.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Set this var for any releases except stable
-RC_SUFFIX="-7e42a6482a"
+RC_SUFFIX="-2059003c1c"
 
 inherit systemd
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/noise-suppression-for-voice/

2021-02-25 Thread Rick Farina
commit: 3172ca305e321181f18d6fcea103fb4ce79c0881
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 16:41:07 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 16:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3172ca30

media-libs/noise-suppression-for-voice: bump

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

 media-libs/noise-suppression-for-voice/Manifest   | 1 +
 ...-for-voice-.ebuild => noise-suppression-for-voice-0.91.ebuild} | 4 ++--
 .../noise-suppression-for-voice-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-libs/noise-suppression-for-voice/Manifest 
b/media-libs/noise-suppression-for-voice/Manifest
index befd9c55b75..a01d94d58c6 100644
--- a/media-libs/noise-suppression-for-voice/Manifest
+++ b/media-libs/noise-suppression-for-voice/Manifest
@@ -1 +1,2 @@
+DIST noise-suppression-for-voice-0.91.tar.gz 207544 BLAKE2B 
e16f81b58f382e6bc01905c046fdb0b00891b9a82540df01387fc5e5ded165314b8f3c40a1c3c33a4544c536eb1b7aa57d25ac59180624dd2550ec9c465f0545
 SHA512 
e117fd54e6cf01c4721b79fddca2f2898331e46764c7a05077ed3034c50e2cbc0c1d6fa3084f7c6f56a629bf20127a7d1bccd57d30b0693cc3eb30edaae6cd28
 DIST noise-suppression-for-voice-0.9_p20200705.tar.gz 207467 BLAKE2B 
d840ed8e8ec61438e582cedec4c20b8ab2358395857a23d655269cae1e82a0888d785ad364fccf619812ad3c92bd720a035b64bb986ab0c9375b727ce2451de0
 SHA512 
ccc1c3c2daa473bbeaf94aa460f7039863f883216cefb0185683001e8d8271b6a6785350c1b43f14349c9971fb7b74a05659bdd0a28010c54ab4310c94784877

diff --git 
a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
 
b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-0.91.ebuild
similarity index 90%
copy from 
media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
copy to 
media-libs/noise-suppression-for-voice/noise-suppression-for-voice-0.91.ebuild
index e88a0d3eefb..3180e7892ee 100644
--- 
a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
+++ 
b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-0.91.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [ "${PV}" = "" ]; then

EGIT_REPO_URI="https://github.com/werman/noise-suppression-for-voice.git;
 else
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/werman/noise-suppression-for-voice/archive/v0.9.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://github.com/werman/noise-suppression-for-voice/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 fi
 
 LICENSE="GPL-3+"

diff --git 
a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
 
b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
index e88a0d3eefb..3180e7892ee 100644
--- 
a/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
+++ 
b/media-libs/noise-suppression-for-voice/noise-suppression-for-voice-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [ "${PV}" = "" ]; then

EGIT_REPO_URI="https://github.com/werman/noise-suppression-for-voice.git;
 else
KEYWORDS="~amd64 ~x86"
-   
SRC_URI="https://github.com/werman/noise-suppression-for-voice/archive/v0.9.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://github.com/werman/noise-suppression-for-voice/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 fi
 
 LICENSE="GPL-3+"



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

2021-02-25 Thread Rick Farina
commit: f0ee4c5d75815e5c06c8e57d9d2cea2c788038dd
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Feb 25 16:50:00 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Feb 25 16:50:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ee4c5d

net-analyzer/multimon-ng: bump

add missing pdep

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

 net-analyzer/multimon-ng/Manifest| 2 +-
 .../{multimon-ng-1.1.8.ebuild => multimon-ng-1.1.9.ebuild}   | 5 +++--
 net-analyzer/multimon-ng/multimon-ng-.ebuild | 5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/multimon-ng/Manifest 
b/net-analyzer/multimon-ng/Manifest
index 59bc5904a3f..cea5f08e846 100644
--- a/net-analyzer/multimon-ng/Manifest
+++ b/net-analyzer/multimon-ng/Manifest
@@ -1 +1 @@
-DIST multimon-ng-1.1.8.tar.gz 2430488 BLAKE2B 
82bc0be58e2f7d596363fc916c11584cbd1335e7984194af22955587877ad1cba2a0cca819467061bb18b97ca70f5c2adfd73ccbf159fbc27348d59429959ada
 SHA512 
9cf93362555e5dc465a9ec60dff27b9875879afd954e810069022b3c003eca4c3ab2a833f1c00fef877175bc72e2d378bbb53380ada54542ae29d257a7d2bd1b
+DIST multimon-ng-1.1.9.tar.gz 2433964 BLAKE2B 
c2d72ba3b19ba162cb6fa9b8c1a66d950f3ed0acb36117ce070fbb9ede1837225b7349f473477020eea0ba727b6ea088688dbfaa50257702f337f1270ff5a233
 SHA512 
a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e

diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild 
b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
similarity index 92%
rename from net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
rename to net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
index 6e71ce63712..f2011e9ff0d 100644
--- a/net-analyzer/multimon-ng/multimon-ng-1.1.8.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
 HOMEPAGE="https://github.com/EliasOenal/multimon-ng;
@@ -23,9 +23,10 @@ IUSE="pulseaudio X"
 DEPEND="pulseaudio? ( media-sound/pulseaudio )
X? ( x11-libs/libX11 )"
 RDEPEND="${DEPEND}"
+PDEPEND="media-sound/sox"
 
 src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }

diff --git a/net-analyzer/multimon-ng/multimon-ng-.ebuild 
b/net-analyzer/multimon-ng/multimon-ng-.ebuild
index 6e71ce63712..f2011e9ff0d 100644
--- a/net-analyzer/multimon-ng/multimon-ng-.ebuild
+++ b/net-analyzer/multimon-ng/multimon-ng-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes"
 HOMEPAGE="https://github.com/EliasOenal/multimon-ng;
@@ -23,9 +23,10 @@ IUSE="pulseaudio X"
 DEPEND="pulseaudio? ( media-sound/pulseaudio )
X? ( x11-libs/libX11 )"
 RDEPEND="${DEPEND}"
+PDEPEND="media-sound/sox"
 
 src_prepare() {
use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt
use X || sed -i '/find_package( X11 )/d' CMakeLists.txt
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }



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

2021-02-25 Thread Sam James
commit: 50ecfc4909b7f31d69dc2ba8a9b8842ee9aa2405
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 16:45:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 16:45:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ecfc49

dev-util/cmake: Stabilize 3.18.5 hppa, #757336

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-util/cmake/cmake-3.18.5.ebuild 
b/dev-util/cmake/cmake-3.18.5.ebuild
index 49e1a051d67..021bf938c8d 100644
--- a/dev-util/cmake/cmake-3.18.5.ebuild
+++ b/dev-util/cmake/cmake-3.18.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cmake.org/files/v$(ver_cut 
1-2)/${MY_P}.tar.gz"
 LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc emacs ncurses qt5 test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Stephan Hartmann
commit: 644ced449c9ced1c0aeae1bd7aa92acb9ab2e522
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Feb 25 16:14:56 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Feb 25 16:15:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=644ced44

www-client/opera-beta: remove old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-beta/Manifest |   4 -
 .../opera-beta/opera-beta-74.0.3911.22.ebuild  | 139 -
 .../opera-beta/opera-beta-74.0.3911.42.ebuild  | 139 -
 .../opera-beta/opera-beta-74.0.3911.63.ebuild  | 139 -
 4 files changed, 421 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index f6c0ff079b6..dd5ab516720 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,6 +1,2 @@
-DIST opera-beta_74.0.3911.22_amd64.deb 72756704 BLAKE2B 
b8ad0ce9ab7d30cc4498adf73dd48bcc956fa8092cef8a37b2fca9ed3c0011f1ff6cb6c0819e540b4376e165e9f22c52041a8fa355490922f429c908dabd0b50
 SHA512 
3c81ad54ce9f425c4be1bb8303961fd52b26e6949747afae2d2b4509a85f8744d5cb9cc7f488faabd5b5a9678972f177831f191542e8c9ab1dba21ce5a916e36
-DIST opera-beta_74.0.3911.42_amd64.deb 72773832 BLAKE2B 
e8b20195f460c1b134f84aa1c2e68c26950f9a8fac129775fa1eda0bc331b6447927149901ea1f21f58806349a96e581e072c2aed1edf9ca4bc3d508bbf97639
 SHA512 
1db8aedeb2b46d6706fd0a471895c4ef61a6ccd93f5dd6449d56a154e86e24e59fb42fa5160a5d85d7f10ba4fcca8f78be4e144379a3dcabed9da78d0a4a36f3
-DIST opera-beta_74.0.3911.63_amd64.deb 72783708 BLAKE2B 
dfe77b91466ac822a15e9e82b81138b606931961c5f93656c1c86de208175aed1c2bd4e066d1e9a6054652a3a94a9cf6ded8ca9a7e556f771955054574f0845e
 SHA512 
c6e5d5cd1287bb143ed1190a503f69da177a7af9dd7913837bc625a74afd3928da9c0f3afc021bffd7dd57f440875f9194c2ccc5197f8e77cb2f57acd9918e99
 DIST opera-beta_75.0.3969.14_amd64.deb 74649684 BLAKE2B 
626b264c738c9cc44edad13ac4ef395cbdec89c6278fd9e7c9997c54bf0658d806cb068868dfa96fa65c52f04ba31f9a8ac0a241c5f55cf56f9248dbb9a25de4
 SHA512 
2322e0b78df9824aacd7a445b9633fefa58df49f94c59447f1b2279c512cbcbbfb3c005c7c8ca7bdc6eaa3a1ea968839887119ba66d80af6da4a6d9580571e6b
-DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
 DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77

diff --git a/www-client/opera-beta/opera-beta-74.0.3911.22.ebuild 
b/www-client/opera-beta/opera-beta-74.0.3911.22.ebuild
deleted file mode 100644
index 2f9be6861f9..000
--- a/www-client/opera-beta/opera-beta-74.0.3911.22.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   KEYWORDS="-* amd64"
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   KEYWORDS="-* ~amd64"
-   MY_PN=${PN}
-fi
-
-FFMPEG_VERSION="88.0.4324.27"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
-   proprietary-codecs? (
-   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid widevine"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libX11
-   x11-libs/libXcomposite
-  

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

2021-02-25 Thread Stephan Hartmann
commit: 2914ae99cd72500625a12d273e516e8332975987
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Thu Feb 25 16:14:32 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Thu Feb 25 16:15:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2914ae99

www-client/opera-beta: bump to 75.0.3969.14

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-beta/Manifest |   2 +
 .../opera-beta/opera-beta-75.0.3969.14.ebuild  | 139 +
 2 files changed, 141 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index b95380eb26c..f6c0ff079b6 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,6 @@
 DIST opera-beta_74.0.3911.22_amd64.deb 72756704 BLAKE2B 
b8ad0ce9ab7d30cc4498adf73dd48bcc956fa8092cef8a37b2fca9ed3c0011f1ff6cb6c0819e540b4376e165e9f22c52041a8fa355490922f429c908dabd0b50
 SHA512 
3c81ad54ce9f425c4be1bb8303961fd52b26e6949747afae2d2b4509a85f8744d5cb9cc7f488faabd5b5a9678972f177831f191542e8c9ab1dba21ce5a916e36
 DIST opera-beta_74.0.3911.42_amd64.deb 72773832 BLAKE2B 
e8b20195f460c1b134f84aa1c2e68c26950f9a8fac129775fa1eda0bc331b6447927149901ea1f21f58806349a96e581e072c2aed1edf9ca4bc3d508bbf97639
 SHA512 
1db8aedeb2b46d6706fd0a471895c4ef61a6ccd93f5dd6449d56a154e86e24e59fb42fa5160a5d85d7f10ba4fcca8f78be4e144379a3dcabed9da78d0a4a36f3
 DIST opera-beta_74.0.3911.63_amd64.deb 72783708 BLAKE2B 
dfe77b91466ac822a15e9e82b81138b606931961c5f93656c1c86de208175aed1c2bd4e066d1e9a6054652a3a94a9cf6ded8ca9a7e556f771955054574f0845e
 SHA512 
c6e5d5cd1287bb143ed1190a503f69da177a7af9dd7913837bc625a74afd3928da9c0f3afc021bffd7dd57f440875f9194c2ccc5197f8e77cb2f57acd9918e99
+DIST opera-beta_75.0.3969.14_amd64.deb 74649684 BLAKE2B 
626b264c738c9cc44edad13ac4ef395cbdec89c6278fd9e7c9997c54bf0658d806cb068868dfa96fa65c52f04ba31f9a8ac0a241c5f55cf56f9248dbb9a25de4
 SHA512 
2322e0b78df9824aacd7a445b9633fefa58df49f94c59447f1b2279c512cbcbbfb3c005c7c8ca7bdc6eaa3a1ea968839887119ba66d80af6da4a6d9580571e6b
 DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
+DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77

diff --git a/www-client/opera-beta/opera-beta-75.0.3969.14.ebuild 
b/www-client/opera-beta/opera-beta-75.0.3969.14.ebuild
new file mode 100644
index 000..e4d998d6b85
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-75.0.3969.14.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib pax-utils unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   KEYWORDS="-* amd64"
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   KEYWORDS="-* ~amd64"
+   MY_PN=${PN}
+fi
+
+FFMPEG_VERSION="89.0.4381.8"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
+   proprietary-codecs? (
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid widevine"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   widevine? ( 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 6cb393c1f6168f0353f3e7d1cc77a38fc7af3dab
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:46:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:46:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb393c1

app-i18n/unicode-data: Stabilize 13.0.0 s390, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 75c6045bdfd..ad7c97ed735 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2021-02-25 Thread Sam James
commit: 4ad2b884dfadeabd46de7753a00b442d9dda2ef7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:45:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:45:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad2b884

dev-libs/libutf8proc: Stabilize 2.5.0 sparc, #772905

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild 
b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
index 84d75d15038..dde8678df04 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
 IUSE="cjk static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 551cf1f4cba9ed265af5101b5560e649096390d8
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:45:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:45:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551cf1f4

app-i18n/unicode-data: Stabilize 13.0.0 sparc, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 23da88be14d..75c6045bdfd 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2021-02-25 Thread Sam James
commit: 6d22da5a20c8ccbf5eeb5ed1a9a5b300bece42d7
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:45:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:45:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d22da5a

net-libs/nodejs: Stabilize 14.16.0 ppc64, #772422

Signed-off-by: Sam James  gentoo.org>

 net-libs/nodejs/nodejs-14.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nodejs/nodejs-14.16.0.ebuild 
b/net-libs/nodejs/nodejs-14.16.0.ebuild
index 9c91100ba70..b050ae77d79 100644
--- a/net-libs/nodejs/nodejs-14.16.0.ebuild
+++ b/net-libs/nodejs/nodejs-14.16.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 
 IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot 
+ssl system-icu +system-ssl systemtap test"
 REQUIRED_USE="inspector? ( icu ssl )



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

2021-02-25 Thread Sam James
commit: 8d59a521bb00756bf04b7de08c906951f867470e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:45:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:45:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d59a521

net-libs/nodejs: Stabilize 12.21.0 ppc64, #772422

Signed-off-by: Sam James  gentoo.org>

 net-libs/nodejs/nodejs-12.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nodejs/nodejs-12.21.0.ebuild 
b/net-libs/nodejs/nodejs-12.21.0.ebuild
index b5c55d61af0..c1abd4c1bb7 100644
--- a/net-libs/nodejs/nodejs-12.21.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.21.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl 
+system-ssl systemtap test"
 REQUIRED_USE="
inspector? ( icu ssl )



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

2021-02-25 Thread Sam James
commit: 4d26e3ab1837b657cb22bfa98ad67df38f012329
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:44:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:44:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d26e3ab

dev-libs/libutf8proc: Stabilize 2.5.0 arm64, #772905

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild 
b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
index 0e037ed099a..84d75d15038 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
 IUSE="cjk static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 0f319bb9fbcf688e9eaaa45d850c53517d8c740e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:44:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:44:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f319bb9

app-i18n/unicode-data: Stabilize 13.0.0 arm64, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index ce03ef7a6e1..23da88be14d 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/

2021-02-25 Thread Sebastian Pipping
commit: c66e15f971de5c504ea11f64bab9c2919107e1d1
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Feb 25 15:42:29 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Feb 25 15:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66e15f9

app-crypt/debian-archive-keyring: Drop old

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

 app-crypt/debian-archive-keyring/Manifest  |  1 -
 .../debian-archive-keyring-2018.1.ebuild   | 22 --
 .../debian-archive-keyring-2019.1.ebuild   | 22 --
 3 files changed, 45 deletions(-)

diff --git a/app-crypt/debian-archive-keyring/Manifest 
b/app-crypt/debian-archive-keyring/Manifest
index 8a80dbacd22..18132ff1d67 100644
--- a/app-crypt/debian-archive-keyring/Manifest
+++ b/app-crypt/debian-archive-keyring/Manifest
@@ -1,3 +1,2 @@
-DIST debian-archive-keyring_2018.1_all.deb 57392 BLAKE2B 
3262a1f49af9792ce378a0b6219287ac868d3483783218f55a0ab3d37b9fa0a857da2dcd4c83742d8b47ce4a2df5ecd985d2345d5367908f2f353e8cc0a6a5e3
 SHA512 
7bf98cda5b9639d68538a8d47e35d422e552bd8afa067e844f0e8e76a366f9d5e503e0f47dd646789fa0264a47b77d0bfcc22559ad09bdc95453e4a5c2169f0f
 DIST debian-archive-keyring_2019.1_all.deb 75088 BLAKE2B 
54411c4bde02990670baba608e239f1630394f52e877b62b4683c85c5a45a618cece0f429a35472eedce3768dc8a097049b4cd9dd808cc167c5baafd1e8fe9d1
 SHA512 
051b8507c9deba0d13dc0137ff43ae9db27b20b78c3437ca680046ae9b1c81ac505dc0a4460d4a83c4b256a04a2e57d1280eb2e8a3afb2a58f150ca6c37d0d63
 DIST debian-archive-keyring_2021.1_all.deb 93572 BLAKE2B 
0566017cc02c9ddc03e6ba7a0fdb62856e8a8d5f31508b6fdba8c206288a8c4c0165f88bfaa3515897e8b88fa16ee459a5fca67e2f6364f1048c465b128e8d96
 SHA512 
20aeb3460bdfaa47aad0c069c5d39a2e385b0394d39db9ea76ad5a7e6fa6421c8603eb2241d2cf4ba82754291097ae416b1ec2a04c16a6065c5f0d04eb8d8946

diff --git 
a/app-crypt/debian-archive-keyring/debian-archive-keyring-2018.1.ebuild 
b/app-crypt/debian-archive-keyring/debian-archive-keyring-2018.1.ebuild
deleted file mode 100644
index f9d5bd12a13..000
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2018.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
-   doins -r .
-   mv "${D}"/usr/share/doc/{${PN},${PF}} || die
-}

diff --git 
a/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild 
b/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
deleted file mode 100644
index bbb643c8e5f..000
--- a/app-crypt/debian-archive-keyring/debian-archive-keyring-2019.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="GnuPG archive keys of the Debian archive"
-HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring;
-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
-   doins -r .
-   mv "${D}"/usr/share/doc/{${PN},${PF}} || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/debian-archive-keyring/

2021-02-25 Thread Sebastian Pipping
commit: 63f1d2fe37901e835c612b7ca49d9384c9bee36a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Feb 25 15:41:25 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Feb 25 15:43:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f1d2fe

app-crypt/debian-archive-keyring: 2021.1

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

 app-crypt/debian-archive-keyring/Manifest  |  1 +
 .../debian-archive-keyring-2021.1.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-crypt/debian-archive-keyring/Manifest 
b/app-crypt/debian-archive-keyring/Manifest
index 253224302e1..8a80dbacd22 100644
--- a/app-crypt/debian-archive-keyring/Manifest
+++ b/app-crypt/debian-archive-keyring/Manifest
@@ -1,2 +1,3 @@
 DIST debian-archive-keyring_2018.1_all.deb 57392 BLAKE2B 
3262a1f49af9792ce378a0b6219287ac868d3483783218f55a0ab3d37b9fa0a857da2dcd4c83742d8b47ce4a2df5ecd985d2345d5367908f2f353e8cc0a6a5e3
 SHA512 
7bf98cda5b9639d68538a8d47e35d422e552bd8afa067e844f0e8e76a366f9d5e503e0f47dd646789fa0264a47b77d0bfcc22559ad09bdc95453e4a5c2169f0f
 DIST debian-archive-keyring_2019.1_all.deb 75088 BLAKE2B 
54411c4bde02990670baba608e239f1630394f52e877b62b4683c85c5a45a618cece0f429a35472eedce3768dc8a097049b4cd9dd808cc167c5baafd1e8fe9d1
 SHA512 
051b8507c9deba0d13dc0137ff43ae9db27b20b78c3437ca680046ae9b1c81ac505dc0a4460d4a83c4b256a04a2e57d1280eb2e8a3afb2a58f150ca6c37d0d63
+DIST debian-archive-keyring_2021.1_all.deb 93572 BLAKE2B 
0566017cc02c9ddc03e6ba7a0fdb62856e8a8d5f31508b6fdba8c206288a8c4c0165f88bfaa3515897e8b88fa16ee459a5fca67e2f6364f1048c465b128e8d96
 SHA512 
20aeb3460bdfaa47aad0c069c5d39a2e385b0394d39db9ea76ad5a7e6fa6421c8603eb2241d2cf4ba82754291097ae416b1ec2a04c16a6065c5f0d04eb8d8946

diff --git 
a/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.ebuild 
b/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.ebuild
new file mode 100644
index 000..bbf259a150b
--- /dev/null
+++ b/app-crypt/debian-archive-keyring/debian-archive-keyring-2021.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="GnuPG archive keys of the Debian archive"
+HOMEPAGE="https://packages.debian.org/sid/debian-archive-keyring;
+SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}_all.deb"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"
+
+src_install() {
+   doins -r .
+
+   # https://bugs.gentoo.org/729142
+   gunzip "${D}"/usr/share/doc/${PN}/changelog.gz || die
+
+   mv "${D}"/usr/share/doc/{${PN},${PF}} || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2021-02-25 Thread Sam James
commit: 7ad6117b79e1cbfcc18e9fb3ec958a352a763f2c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:41:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad6117b

app-i18n/unicode-data: Stabilize 13.0.0 ppc, #772905

Signed-off-by: Sam James  gentoo.org>

 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
index 02c0e2af5ca..ce03ef7a6e1 100644
--- a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ SRC_URI="https://unicode.org/Public/zipped/${PV}/UCD.zip -> 
${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 DEPEND="app-arch/unzip"



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

2021-02-25 Thread Sam James
commit: b8a3303c8b7dd526a8607ab813f8713132e4839e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 25 15:41:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 25 15:41:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a3303c

dev-libs/libutf8proc: Stabilize 2.5.0 ppc, #772905

Signed-off-by: Sam James  gentoo.org>

 dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild 
b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
index 5d41081fd98..0e037ed099a 100644
--- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
+++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/JuliaStrings/${PN#lib}/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~amd64-linux ~x86-linux"
 IUSE="cjk static-libs test"
 RESTRICT="!test? ( test )"
 



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

2021-02-25 Thread Andreas Sturmlechner
commit: 0a518ca277805005ec066b8de589147cc0482b97
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 25 10:05:49 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 25 15:38:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a518ca2

media-libs/freeglut: Switch to cmake.eclass, silence cmake warning

Add missing || die.

Closes: https://bugs.gentoo.org/721006
Closes: https://bugs.gentoo.org/770547
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/freeglut/freeglut-3.2.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/freeglut/freeglut-3.2.1.ebuild 
b/media-libs/freeglut/freeglut-3.2.1.ebuild
index 3ea22fc54f7..af9972f1c09 100644
--- a/media-libs/freeglut/freeglut-3.2.1.ebuild
+++ b/media-libs/freeglut/freeglut-3.2.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="A free OpenGL utility toolkit, the open-sourced alternative to 
the GLUT library"
@@ -32,6 +33,7 @@ HTML_DOCS=( doc/. )
 
 src_configure() {
local mycmakeargs=(
+   "-DOpenGL_GL_PREFERENCE=GLVND" # bug 721006
"-DFREEGLUT_GLES=OFF"
"-DFREEGLUT_BUILD_DEMOS=OFF"
"-DFREEGLUT_BUILD_STATIC_LIBS=$(usex static-libs ON OFF)"
@@ -41,6 +43,6 @@ src_configure() {
 }
 
 multilib_src_install() {
-   cmake-utils_src_install
-   cp "${D}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc
+   cmake_src_install
+   cp "${D}"/usr/$(get_libdir)/pkgconfig/{,free}glut.pc || die
 }



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

2021-02-25 Thread Andreas Sturmlechner
commit: d8e44c3634b67dbe61f710bce45d618a05199e24
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 25 11:33:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 25 15:38:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e44c36

net-libs/srt: Switch to cmake.eclass

Closes: https://bugs.gentoo.org/770568
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/srt/srt-1.4.2.ebuild | 3 ++-
 net-libs/srt/srt-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-libs/srt/srt-1.4.2.ebuild b/net-libs/srt/srt-1.4.2.ebuild
index 262ecbb7e3d..35ef265603d 100644
--- a/net-libs/srt/srt-1.4.2.ebuild
+++ b/net-libs/srt/srt-1.4.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="Secure Reliable Transport (SRT) library and tools"
@@ -37,7 +38,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
sed -i -e "s:hcrypt_ut.c::" "${S}"/haicrypt/*.maf || die
 }
 

diff --git a/net-libs/srt/srt-.ebuild b/net-libs/srt/srt-.ebuild
index a75247ff1f8..80a73bd9e54 100644
--- a/net-libs/srt/srt-.ebuild
+++ b/net-libs/srt/srt-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="Secure Reliable Transport (SRT) library and tools"
@@ -41,7 +42,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
sed -i -e "s:hcrypt_ut.c::" haicrypt/*.maf || die
 }
 



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

2021-02-25 Thread Marek Szuba
commit: e5b4fe1d6efbe616476e9dbf81625f47eb0a834b
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Feb 25 15:34:10 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Feb 25 15:34:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b4fe1d

net-libs/xrootd-ceph: bump to 5.1.0

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/xrootd-ceph/Manifest |  1 +
 net-libs/xrootd-ceph/xrootd-ceph-5.1.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/net-libs/xrootd-ceph/Manifest b/net-libs/xrootd-ceph/Manifest
index dad746f70d0..6c0aa9eeb5f 100644
--- a/net-libs/xrootd-ceph/Manifest
+++ b/net-libs/xrootd-ceph/Manifest
@@ -2,3 +2,4 @@ DIST xrootd-ceph-4.12.4.tar.gz 81253 BLAKE2B 
0b3d0e347e02b6948550c44487e0edb1c65
 DIST xrootd-ceph-4.12.5.tar.gz 81838 BLAKE2B 
a61a814741abd04723755122606eef4544769d5cbe3828977617384a8eaddcfae4591f1ac2515020f300feff5cb11b7af362c15719313085e0f76b5157ab862c
 SHA512 
db0fe7f8713ddf91ce200b364d460206ecf2a08153fb561a99e0780db84ad9d716f9f9fbc3994258e9269fce08d16326c4473bdae200c644cbf4d3bd1144a6eb
 DIST xrootd-ceph-5.0.2.tar.gz 81255 BLAKE2B 
529d2c361cc7660cdbb481cdbae1fbf4cd706f29df868c645775b96efa7efaaecd9ea8b7d915c15b5ff78ad1395bb8271a3f1c1105ea0b42dced77efa33acaa7
 SHA512 
9f8de694a9a864ee0a963bb47c603d2cd3a77b4e13efacdd7f35674016358ce3b0a3fc5850098a29774749f54fa82db12c0e56b55d814873c124d9e19c7c23c5
 DIST xrootd-ceph-5.0.3.tar.gz 81835 BLAKE2B 
1be45c78dd0ec4b20451cfa4a8a579e076e718509a47fa04027207c12e48decefb9f82749cc15cae3cad75d97485fe0a7d6582cdcc0739bd222bc1d97b6b
 SHA512 
3338a0ab0446e4c7ee3d232f5cce8f93c49e040b4792aa52f9dcf6f27f6767e6ffbaff17eb30a87c5b3ff713e1b0c4edb24d8d116c91351c4ed0c13963f80fc9
+DIST xrootd-ceph-5.1.0.tar.gz 81939 BLAKE2B 
607fe5d31369c88402d7ed993fde3f058f873defe97900f2b7909a3630f6927efeb98c08acd31be68ec7d6b997464f6d3cea5da5d08a3e84570ff670861a50f8
 SHA512 
cc05a00684bde5ee9adfe61f261393a177d21569f4570d41fbaf65d1276dbc18829d1b532ec10df93a1a60d25fb2de54078b4bf1cb30ab383d4af92178147ee1

diff --git a/net-libs/xrootd-ceph/xrootd-ceph-5.1.0.ebuild 
b/net-libs/xrootd-ceph/xrootd-ceph-5.1.0.ebuild
new file mode 100644
index 000..bdacb70cc80
--- /dev/null
+++ b/net-libs/xrootd-ceph/xrootd-ceph-5.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="xrootd OSS plug-in for interfacing with Ceph storage platform"
+HOMEPAGE="https://xrootd.slac.stanford.edu/;
+SRC_URI="https://github.com/xrootd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=net-libs/xrootd-5.0.0
+   sys-cluster/ceph"
+RDEPEND="${DEPEND}"
+BDEPEND="test? ( dev-util/cppunit )"
+
+# xrootd plugins are not intended to be linked with,
+# they are to be loaded at runtime by xrootd,
+# see https://github.com/xrootd/xrootd/issues/447
+QA_SONAME="/usr/lib.*/libXrdCeph.*-$(ver_cut 1)\.so
+   /usr/lib.*/libXrdCephTests\.so"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_TESTS=$(usex test)
+   # As of 5.0.3 the default plug-in version is still 4.
+   -DPLUGIN_VERSION=$(ver_cut 1)
+   )
+   cmake_src_configure
+}



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

2021-02-25 Thread Marek Szuba
commit: c3dc71f1ada3ce6853c92f24cd44704d2cdff79b
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Feb 25 15:32:53 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Feb 25 15:34:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dc71f1

net-libs/xrootd: bump to 5.1.0

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/xrootd/Manifest|   1 +
 net-libs/xrootd/xrootd-5.1.0.ebuild | 116 
 2 files changed, 117 insertions(+)

diff --git a/net-libs/xrootd/Manifest b/net-libs/xrootd/Manifest
index dbc6b015338..3d44fe265d5 100644
--- a/net-libs/xrootd/Manifest
+++ b/net-libs/xrootd/Manifest
@@ -2,3 +2,4 @@ DIST xrootd-4.12.4.tar.gz 2577360 BLAKE2B 
f2e4413bcbf02dccb1ac7b0ceec8fbc2bb8b1d
 DIST xrootd-4.12.5.tar.gz 2580794 BLAKE2B 
217abb8ad332b3eb0cbe2289f4fa7c31abce7c3122ef8d23f409a3a03b7691f0e8a1939a42c831774e6902bf0f3242a2583bbf010478a66f5a2e634008799c5b
 SHA512 
c252866ccdc4465c9ffe3f5cb4bb83a2a70e775db5ff3a55bcd8ac70c72d280ea41fb31501f30550d8ac61b6d474ce602e0ee8a02485f1f2722617aeb25aff0d
 DIST xrootd-5.0.2.tar.gz 2764503 BLAKE2B 
35bc642d3601738135ff24a77f9bc8795568553856284ebe80d90315039d04109353d2e00310f8b8168f6b1176ee295c9116a7e6adaff33ca23383da9deecf17
 SHA512 
e58b5484c0fa9f83643e252eb8228f2061130b4f97964283a6adb8a81560841f3d44814572136023d944be6bdd97cff551e75bbfb04e6c9aafaa779ecb051255
 DIST xrootd-5.0.3.tar.gz 2766694 BLAKE2B 
1fe7743de4d09c95257c3d761c2056024ba3ba59b7cd86b5926f2d32cc2f85dcd0af69e6e5969967591a2bba293902b757395e0f9375c39577eed9e450eb
 SHA512 
e085af48e4196a44e9ebd63bf1234cf4401f158d23d03ffb38fcfe43284d025abe6c0b5e46b2808b28f300b933ff12523f64ac2d86d3f344aa2e0aea95e30cb0
+DIST xrootd-5.1.0.tar.gz 2862622 BLAKE2B 
cb166adcd60b263f7fbed22033fe362ed5b32b7a05c76ff2d8a5ab25d730673d0c5d22bc41816083c84c3f14832cca34d801738594c7b58dcebbea9882a7df37
 SHA512 
f9bb293433e16b86d3395f29cf23f10a4a5447b367aa762219559278b3f75402892be85e0ca914762bfe892ad0dcc05bcfc64ac1ad0316c5855586141b537bad

diff --git a/net-libs/xrootd/xrootd-5.1.0.ebuild 
b/net-libs/xrootd/xrootd-5.1.0.ebuild
new file mode 100644
index 000..1aeb46c6bf1
--- /dev/null
+++ b/net-libs/xrootd/xrootd-5.1.0.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+# Upstream does not support the building of Python bindings
+# via CMake for more than one implementation at a time.
+inherit cmake python-single-r1
+
+DESCRIPTION="Extended ROOT remote file server"
+HOMEPAGE="http://xrootd.org/;
+SRC_URI="http://xrootd.org/download/v${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples fuse http kerberos python readline ssl test"
+RESTRICT="!test? ( test )"
+
+CDEPEND="acct-group/xrootd
+   acct-user/xrootd
+   sys-libs/zlib
+   fuse? ( sys-fs/fuse:= )
+   kerberos? ( virtual/krb5 )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0= )
+   ssl? ( dev-libs/openssl:0= )
+"
+DEPEND="${CDEPEND}"
+BDEPEND="
+   doc? (
+   app-doc/doxygen[dot]
+   python? ( dev-python/sphinx )
+   )
+   test? ( dev-util/cppunit )
+"
+RDEPEND="${CDEPEND}
+   dev-lang/perl
+"
+REQUIRED_USE="
+   http? ( kerberos ssl )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+PATCHES=( "${FILESDIR}"/xrootd-4.8.3-crc32.patch )
+
+# xrootd plugins are not intended to be linked with,
+# they are to be loaded at runtime by xrootd,
+# see https://github.com/xrootd/xrootd/issues/447
+QA_SONAME="/usr/lib.*/libXrd.*-$(ver_cut 1)\.so
+   /usr/lib.*/libXrdClTests\.so"
+
+pkg_setup() {
+   use python && python_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_CRYPTO=$(usex ssl)
+   -DENABLE_FUSE=$(usex fuse)
+   -DENABLE_HTTP=$(usex http)
+   -DENABLE_KRB5=$(usex kerberos)
+   -DENABLE_PYTHON=$(usex python)
+   -DENABLE_READLINE=$(usex readline)
+   -DENABLE_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   if use doc; then
+   doxygen Doxyfile || die
+   if use python; then
+   emake -C bindings/python/docs html
+   fi
+   fi
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doxydoc/html/. )
+   dodoc docs/ReleaseNotes.txt
+   cmake_src_install
+   find "${D}" \( -iname '*.md5' -o -iname '*.map' \) -delete || die
+
+   # base configs
+   insinto /etc/xrootd
+   doins packaging/common/*.cfg
+
+   fowners root:xrootd /etc/xrootd
+   keepdir /var/log/xrootd
+   fowners xrootd:xrootd /var/log/xrootd
+
+   local i
+   for i in cmsd frm_purged frm_xfrd xrootd; do
+   newinitd "${FILESDIR}"/${i}.initd ${i}
+   done
+   # all 

[gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/

2021-02-25 Thread Lars Wendler
commit: 08959a02b676fd536fde813aad50307a157abc8c
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Feb 25 15:25:43 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Feb 25 15:25:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08959a02

games-engines/devilutionx: Added "hellfire" USE flag

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 games-engines/devilutionx/devilutionx-.ebuild | 10 +++---
 games-engines/devilutionx/metadata.xml|  1 +
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/games-engines/devilutionx/devilutionx-.ebuild 
b/games-engines/devilutionx/devilutionx-.ebuild
index 913e1f40eef..5c1340040dd 100644
--- a/games-engines/devilutionx/devilutionx-.ebuild
+++ b/games-engines/devilutionx/devilutionx-.ebuild
@@ -25,7 +25,7 @@ fi
 LICENSE="public-domain"
 SLOT="0"
 
-IUSE="debug lto"
+IUSE="debug +hellfire lto"
 
 RDEPEND="
dev-libs/libsodium
@@ -50,11 +50,15 @@ src_configure() {
-DDISABLE_LTO="$(usex !lto)"
-DDIST="ON"
-DUBSAN="OFF"
+   -DHELLFIRE="$(usex hellfire)"
)
cmake_src_configure
 
-   # Build system still doesn't reliably set release version in the build
-   sed "/PROJECT_VERSION/s@-@${PV}@" -i "${BUILD_DIR}/config.h" || die
+   if [[ "${PV}" !=  ]] ; then
+   # Build system still doesn't reliably set release version
+   sed "/PROJECT_VERSION/s@-@${PV}@" -i "${BUILD_DIR}/config.h" \
+   || die
+   fi
 }
 
 pkg_postinst() {

diff --git a/games-engines/devilutionx/metadata.xml 
b/games-engines/devilutionx/metadata.xml
index 6f7209b5d36..cb26cf9fd00 100644
--- a/games-engines/devilutionx/metadata.xml
+++ b/games-engines/devilutionx/metadata.xml
@@ -6,6 +6,7 @@
 Lars Wendler
   
   
+Enable support for Diablo Hellfire Expansion
 Build with link time optimization enabled
   
   



<    1   2   3   4   5   >