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

2021-07-24 Thread Robin H. Johnson
commit: f84c3871f3cc3e57f4267ee7bd2208af1c82789f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Jul 25 05:42:22 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Jul 25 05:42:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84c3871

x11-misc/xscreensaver: packaging fix for LINGUAS & pam.d false positive error

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

 x11-misc/xscreensaver/xscreensaver-6.01-r3.ebuild | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-6.01-r3.ebuild 
b/x11-misc/xscreensaver/xscreensaver-6.01-r3.ebuild
index 10eae1bbfe2..fc75283e450 100644
--- a/x11-misc/xscreensaver/xscreensaver-6.01-r3.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-6.01-r3.ebuild
@@ -125,8 +125,19 @@ src_prepare() {
eapply_user
 
# Must be eauto*re*conf, to force the rebuild
+   # it is NOT an entirely normal autoconf so there is weirdness!
eautoreconf
eautoheader
+
+   # Afterwards, fix the linguas
+   # doesn't populate @install_sh@ properly
+   # https://bugs.gentoo.org/803479
+   # requires LINGUAS to trigger
+   sed -i.orig \
+   -e "/^install_sh = /s!=.*!= ${S}/install-sh!g" \
+   "${S}/po/Makefile.in.in" || die
+   grep -e install_sh \
+   "${S}/po/Makefile.in.in" || die
 }
 
 src_configure() {
@@ -183,7 +194,8 @@ src_compile() {
 }
 
 src_install() {
-   emake install_prefix="${D}" install
+   use pam && dodir /etc/pam.d/
+   emake install_prefix="${D}" DESTDIR="${D}" install
 
if use fonts; then
# Do not install fonts with unclear licensing
@@ -200,6 +212,7 @@ src_install() {
dodoc README{,.hacking}
 
if use pam; then
+   rm -f "${ED}/etc/pam.d/xscreensaver" # install our version 
instead
fperms 755 /usr/bin/${PN}
pamd_mimic_system ${PN} auth
fi



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2021-07-24 Thread Georgy Yakovlev
commit: fdb0fc5ac803f621f7295db578a559ba0b94d99c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 05:00:01 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 05:01:49 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=fdb0fc5a

releases/specs/arm64/installcd-stage1.spec: adjust pkg list

Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/specs/arm64/installcd-stage1.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/releases/specs/arm64/installcd-stage1.spec 
b/releases/specs/arm64/installcd-stage1.spec
index 2aa6bf32..ec7547a9 100644
--- a/releases/specs/arm64/installcd-stage1.spec
+++ b/releases/specs/arm64/installcd-stage1.spec
@@ -29,7 +29,7 @@ livecd/use:
 
 livecd/packages:
app-accessibility/brltty
-   app-accessibility/espeakup
+   #app-accessibility/espeakup # needs keywording
#app-admin/hddtemp # needs stable
#app-admin/pwgen # needs stable
app-admin/syslog-ng
@@ -37,7 +37,7 @@ livecd/packages:
app-crypt/gnupg
#app-editors/mg # needs keywording
app-editors/nano
-   #app-misc/livecd-tools # needs keywording
+   app-misc/livecd-tools
app-misc/screen
app-misc/tmux
app-portage/mirrorselect
@@ -45,7 +45,7 @@ livecd/packages:
#media-gfx/fbgrab # needs stable
media-sound/alsa-utils
net-analyzer/traceroute
-   #net-dialup/mingetty # needs keywording
+   net-dialup/mingetty
net-dialup/pptpclient
#net-dialup/rp-pppoe # needs stable
net-fs/cifs-utils
@@ -77,7 +77,7 @@ livecd/packages:
sys-apps/nvme-cli
sys-apps/pciutils
#sys-apps/pcmciautils # needs keywording
-   sys-apps/sdparm
+   #sys-apps/sdparm # needs keywording
sys-apps/usbutils
sys-block/parted
#sys-block/partimage # needs keywording



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

2021-07-24 Thread Sam James
commit: 0e7a51e6ceb9b503f6cdf8e817ffb8619483ad27
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 04:34:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 04:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7a51e6

dev-libs/libverto: add missing || die

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

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

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index d6bf244ff04..6bd2cda8023 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -45,5 +45,5 @@ multilib_src_configure() {
 multilib_src_install_all() {
default
 
-   find "${ED}" -name '*.la' -delete
+   find "${ED}" -name '*.la' -delete || die
 }



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

2021-07-24 Thread Miroslav Šulc
commit: 450cee01e0a40fe97ac3a41e5957a65e201c969c
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jul 25 04:48:09 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jul 25 04:48:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450cee01

profiles/arch/alpha/package.use.mask: dropped [doc] mask for lilv & sratom

Bug: https://bugs.gentoo.org/769413
Closes: https://bugs.gentoo.org/765412
Signed-off-by: Miroslav Šulc  gentoo.org>

 profiles/arch/alpha/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index cfb094f9d69..2c4a1fc7b93 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -13,11 +13,6 @@ sys-apps/iproute2 bpf
 # dev-python/django is not keyworded here
 dev-python/diskcache test
 
-# Miroslav Šulc  (2021-03-13)
-# dev-python/sphinx_lv2_theme isn't keyworded here (bug #769413)
->=media-libs/lilv-0.24.12 doc
->=media-libs/sratom-0.6.8 doc
-
 # Miroslav Šulc  (2021-03-13)
 # virtual/jdk isn't keyworded here
 media-libs/rubberband jni



[gentoo-commits] repo/gentoo:master commit in: dev-java/swt/

2021-07-24 Thread Miroslav Šulc
commit: 49a1f153a7683d370c393f8faf8f5202c40fbdac
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jul 25 04:41:44 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jul 25 04:41:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a1f153

dev-java/swt: added workaround for openjdk{,-bin}-8 to 4.10-r2

Closes: https://bugs.gentoo.org/803650
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/swt/swt-4.10-r2.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-java/swt/swt-4.10-r2.ebuild b/dev-java/swt/swt-4.10-r2.ebuild
index b96a531dfbf..4387c8f78a3 100644
--- a/dev-java/swt/swt-4.10-r2.ebuild
+++ b/dev-java/swt/swt-4.10-r2.ebuild
@@ -94,6 +94,10 @@ src_compile() {
if [[ -f "${libpath}/${JAWTSO}" ]]; then
export AWT_LIB_PATH="${libpath}"
break
+   # this is a workaround for broken LDPATH in <=openjdk-8.292_p10 
and <=dev-java/openjdk-bin-8.292_p10
+   elif [[ -f "${libpath}/$(tc-arch)/${JAWTSO}" ]]; then
+   export AWT_LIB_PATH="${libpath}/$(tc-arch)"
+   break
fi
done
 



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

2021-07-24 Thread Georgy Yakovlev
commit: 92e6ff365e5898d339fe3faeb0a881801b771b63
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 04:11:35 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 04:13:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e6ff36

app-misc/livecd-tools: keyword 2.9 for arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/livecd-tools/livecd-tools-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/livecd-tools/livecd-tools-2.9.ebuild 
b/app-misc/livecd-tools/livecd-tools-2.9.ebuild
index 477dbfe7186..9295d5fdc64 100644
--- a/app-misc/livecd-tools/livecd-tools-2.9.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-2.9.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 fi
 
 DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/mingetty/

2021-07-24 Thread Georgy Yakovlev
commit: 216331e8d69fcc414f080c48fc5e06a6ab5d276c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 04:13:23 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 04:13:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216331e8

net-dialup/mingetty: keyword 1.08-r1 for arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-dialup/mingetty/mingetty-1.08-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/mingetty/mingetty-1.08-r1.ebuild 
b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
index a981600d9c1..bb710867326 100644
--- a/net-dialup/mingetty/mingetty-1.08-r1.ebuild
+++ b/net-dialup/mingetty/mingetty-1.08-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="unicode"
 
 PATCHES=(



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

2021-07-24 Thread Georgy Yakovlev
commit: b0097f2cff76eaf47d983b8c3d073ae604d3b6a6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 04:11:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 04:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0097f2c

app-misc/livecd-tools: sync live ebuild keywords

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/livecd-tools/livecd-tools-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/livecd-tools/livecd-tools-.ebuild 
b/app-misc/livecd-tools/livecd-tools-.ebuild
index 0636c87f244..c80686208bd 100644
--- a/app-misc/livecd-tools/livecd-tools-.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-.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 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"



[gentoo-commits] proj/releng:master commit in: releases/kconfig/arm64/

2021-07-24 Thread Georgy Yakovlev
commit: 06474e55b077068c447d44a1e11218b5aab633f2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 03:28:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 03:28:00 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=06474e55

releases/kconfig/arm64: tune livecd config for genkernel

it refuses to load some modules, so build it into kernel.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/kconfig/arm64/arm64-5.10.52.config | 137 ++--
 1 file changed, 91 insertions(+), 46 deletions(-)

diff --git a/releases/kconfig/arm64/arm64-5.10.52.config 
b/releases/kconfig/arm64/arm64-5.10.52.config
index 6b26ba56..b2a706f0 100644
--- a/releases/kconfig/arm64/arm64-5.10.52.config
+++ b/releases/kconfig/arm64/arm64-5.10.52.config
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
 #
 CONFIG_INIT_ENV_ARG_LIMIT=32
 # CONFIG_COMPILE_TEST is not set
-CONFIG_LOCALVERSION="-gentoo-dist"
+CONFIG_LOCALVERSION=""
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_BUILD_SALT=""
 CONFIG_DEFAULT_INIT=""
@@ -408,7 +408,8 @@ CONFIG_KEXEC=y
 CONFIG_KEXEC_FILE=y
 # CONFIG_KEXEC_SIG is not set
 CONFIG_CRASH_DUMP=y
-# CONFIG_XEN is not set
+CONFIG_XEN_DOM0=y
+CONFIG_XEN=y
 CONFIG_FORCE_MAX_ZONEORDER=11
 CONFIG_UNMAP_KERNEL_AT_EL0=y
 CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
@@ -829,17 +830,15 @@ CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
 # end of GCOV-based kernel profiling
 
 CONFIG_HAVE_GCC_PLUGINS=y
-CONFIG_GCC_PLUGINS=y
-# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
-# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set
+# CONFIG_GCC_PLUGINS is not set
 # end of General architecture-dependent options
 
 CONFIG_RT_MUTEXES=y
 CONFIG_BASE_SMALL=0
 CONFIG_MODULES=y
-# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_FORCE_LOAD=y
 CONFIG_MODULE_UNLOAD=y
-# CONFIG_MODULE_FORCE_UNLOAD is not set
+CONFIG_MODULE_FORCE_UNLOAD=y
 # CONFIG_MODVERSIONS is not set
 # CONFIG_MODULE_SRCVERSION_ALL is not set
 # CONFIG_MODULE_SIG is not set
@@ -988,7 +987,7 @@ CONFIG_ARCH_USE_GNU_PROPERTY=y
 CONFIG_ELFCORE=y
 CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
 CONFIG_BINFMT_SCRIPT=y
-CONFIG_BINFMT_MISC=m
+CONFIG_BINFMT_MISC=y
 CONFIG_COREDUMP=y
 # end of Executable file formats
 
@@ -1962,6 +1961,7 @@ CONFIG_RFKILL_INPUT=y
 CONFIG_RFKILL_GPIO=m
 CONFIG_NET_9P=m
 CONFIG_NET_9P_VIRTIO=m
+# CONFIG_NET_9P_XEN is not set
 CONFIG_NET_9P_RDMA=m
 # CONFIG_NET_9P_DEBUG is not set
 # CONFIG_CAIF is not set
@@ -2080,7 +2080,8 @@ CONFIG_PCI_XGENE_MSI=y
 # CONFIG_PCIE_ALTERA is not set
 CONFIG_PCI_HOST_THUNDER_PEM=y
 CONFIG_PCI_HOST_THUNDER_ECAM=y
-# CONFIG_PCIE_ROCKCHIP_HOST is not set
+CONFIG_PCIE_ROCKCHIP=y
+CONFIG_PCIE_ROCKCHIP_HOST=y
 CONFIG_PCIE_BRCMSTB=m
 # CONFIG_PCIE_HISI_ERR is not set
 
@@ -2196,6 +2197,7 @@ CONFIG_ALLOW_DEV_COREDUMP=y
 CONFIG_DEV_COREDUMP=y
 CONFIG_HMEM_REPORTING=y
 # CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
+CONFIG_SYS_HYPERVISOR=y
 CONFIG_GENERIC_CPU_AUTOPROBE=y
 CONFIG_GENERIC_CPU_VULNERABILITIES=y
 CONFIG_SOC_BUS=y
@@ -2417,7 +2419,7 @@ CONFIG_ZRAM=m
 # CONFIG_ZRAM_WRITEBACK is not set
 # CONFIG_ZRAM_MEMORY_TRACKING is not set
 CONFIG_BLK_DEV_UMEM=m
-CONFIG_BLK_DEV_LOOP=m
+CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
 CONFIG_BLK_DEV_DRBD=m
@@ -2425,14 +2427,16 @@ CONFIG_BLK_DEV_DRBD=m
 CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_SKD=m
 # CONFIG_BLK_DEV_SX8 is not set
-CONFIG_BLK_DEV_RAM=m
+CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_COUNT=16
 CONFIG_BLK_DEV_RAM_SIZE=16384
 CONFIG_CDROM_PKTCDVD=m
 CONFIG_CDROM_PKTCDVD_BUFFERS=8
 # CONFIG_CDROM_PKTCDVD_WCACHE is not set
 CONFIG_ATA_OVER_ETH=m
-CONFIG_VIRTIO_BLK=m
+CONFIG_XEN_BLKDEV_FRONTEND=y
+# CONFIG_XEN_BLKDEV_BACKEND is not set
+CONFIG_VIRTIO_BLK=y
 CONFIG_BLK_DEV_RBD=m
 # CONFIG_BLK_DEV_RSXX is not set
 CONFIG_BLK_DEV_RNBD=y
@@ -2442,8 +2446,8 @@ CONFIG_BLK_DEV_RNBD_SERVER=m
 #
 # NVME Support
 #
-CONFIG_NVME_CORE=m
-CONFIG_BLK_DEV_NVME=m
+CONFIG_NVME_CORE=y
+CONFIG_BLK_DEV_NVME=y
 CONFIG_NVME_MULTIPATH=y
 CONFIG_NVME_HWMON=y
 CONFIG_NVME_FABRICS=m
@@ -2528,7 +2532,7 @@ CONFIG_UACCE=m
 # SCSI device support
 #
 CONFIG_SCSI_MOD=y
-CONFIG_RAID_ATTRS=m
+CONFIG_RAID_ATTRS=y
 CONFIG_SCSI=y
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_NETLINK=y
@@ -2553,8 +2557,8 @@ CONFIG_SCSI_SCAN_ASYNC=y
 CONFIG_SCSI_SPI_ATTRS=m
 CONFIG_SCSI_FC_ATTRS=m
 CONFIG_SCSI_ISCSI_ATTRS=m
-CONFIG_SCSI_SAS_ATTRS=m
-CONFIG_SCSI_SAS_LIBSAS=m
+CONFIG_SCSI_SAS_ATTRS=y
+CONFIG_SCSI_SAS_LIBSAS=y
 CONFIG_SCSI_SAS_ATA=y
 CONFIG_SCSI_SAS_HOST_SMP=y
 CONFIG_SCSI_SRP_ATTRS=m
@@ -2608,6 +2612,7 @@ CONFIG_SCSI_UFS_CRYPTO=y
 CONFIG_SCSI_HPTIOP=m
 CONFIG_SCSI_MYRB=m
 CONFIG_SCSI_MYRS=m
+# CONFIG_XEN_SCSI_FRONTEND is not set
 CONFIG_LIBFC=m
 CONFIG_LIBFCOE=m
 CONFIG_FCOE=m
@@ -2751,14 +2756,15 @@ CONFIG_PATA_MARVELL=m
 # CONFIG_PATA_MPIIX is not set
 # CONFIG_PATA_NS87410 is not set
 # CONFIG_PATA_OPTI is not set
-# CONFIG_PATA_PLATFORM is not set
+CONFIG_PATA_PLATFORM=y
+CONFIG_PATA_OF_PLATFORM=y
 # CONFIG_PATA_RZ1000 is not set
 
 #
 

[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2021-07-24 Thread Georgy Yakovlev
commit: 40e4b26edd5dc7f0fefaa32be1a91d5b42e8bf20
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 03:29:57 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 03:29:57 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=40e4b26e

releases/specs/arm64: add initial installcd-stage1 spec

Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/specs/arm64/installcd-stage1.spec | 104 +
 1 file changed, 104 insertions(+)

diff --git a/releases/specs/arm64/installcd-stage1.spec 
b/releases/specs/arm64/installcd-stage1.spec
new file mode 100644
index ..2aa6bf32
--- /dev/null
+++ b/releases/specs/arm64/installcd-stage1.spec
@@ -0,0 +1,104 @@
+subarch: arm64
+target: livecd-stage1
+version_stamp: @TIMESTAMP@
+rel_type: default
+profile: default/linux/arm64/17.0
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-arm64-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/isos
+
+livecd/use:
+   alsa
+   compile-locales
+   fbcon
+   ipv6
+   livecd
+   modules
+   ncurses
+   nls
+   nptl
+   pam
+   portaudio
+   readline
+   socks5
+   ssl
+   static-libs
+   unicode
+   xml
+
+livecd/packages:
+   app-accessibility/brltty
+   app-accessibility/espeakup
+   #app-admin/hddtemp # needs stable
+   #app-admin/pwgen # needs stable
+   app-admin/syslog-ng
+   app-arch/unzip
+   app-crypt/gnupg
+   #app-editors/mg # needs keywording
+   app-editors/nano
+   #app-misc/livecd-tools # needs keywording
+   app-misc/screen
+   app-misc/tmux
+   app-portage/mirrorselect
+   app-text/wgetpaste
+   #media-gfx/fbgrab # needs stable
+   media-sound/alsa-utils
+   net-analyzer/traceroute
+   #net-dialup/mingetty # needs keywording
+   net-dialup/pptpclient
+   #net-dialup/rp-pppoe # needs stable
+   net-fs/cifs-utils
+   net-fs/nfs-utils
+   #net-irc/irssi # needs stable
+   net-misc/dhcpcd
+   net-misc/iputils
+   #net-misc/ndisc6 # needs stable
+   net-misc/ntp
+   net-misc/openssh
+   #net-misc/rdate # needs stable
+   net-misc/rsync
+   #net-misc/vconfig # needs keywording
+   net-proxy/dante
+   #net-proxy/tsocks # needs keywording
+   #net-wireless/b43-fwcutter # needs stable
+   net-wireless/iw
+   net-wireless/wireless-tools
+   net-wireless/wpa_supplicant
+   sys-apps/busybox
+   sys-apps/dmidecode
+   sys-apps/ethtool
+   #sys-apps/fxload # needs keywording
+   sys-apps/gptfdisk
+   sys-apps/hdparm
+   sys-apps/iproute2
+   #sys-apps/memtester # needs keywording
+   #sys-apps/netplug # needs keywording
+   sys-apps/nvme-cli
+   sys-apps/pciutils
+   #sys-apps/pcmciautils # needs keywording
+   sys-apps/sdparm
+   sys-apps/usbutils
+   sys-block/parted
+   #sys-block/partimage # needs keywording
+   #sys-firmware/ipw2100-firmware # needs keywording
+   #sys-firmware/ipw2200-firmware # needs keywording
+   sys-fs/btrfs-progs
+   sys-fs/cryptsetup
+   #sys-fs/dmraid # needs stable
+   sys-fs/dosfstools
+   sys-fs/e2fsprogs
+   sys-fs/f2fs-tools
+   #sys-fs/jfsutils # needs stable
+   sys-fs/lsscsi
+   sys-fs/lvm2
+   #sys-fs/mac-fdisk # not needed?
+   #sys-fs/mdadm # needs stable
+   sys-fs/multipath-tools
+   #sys-fs/ntfs3g # needs stable
+   #sys-fs/reiserfsprogs # needs stable
+   sys-fs/xfsprogs
+   sys-kernel/linux-firmware
+   sys-libs/gpm
+   sys-power/acpid
+   www-client/links



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

2021-07-24 Thread Georgy Yakovlev
commit: 12b449177dbfa253f30f0a1e27fb6cd612daca7e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 03:59:03 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 03:59:03 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=12b44917

tools/catalyst-auto-arm64.conf: prepare iso upload code

Signed-off-by: Georgy Yakovlev  gentoo.org>

 tools/catalyst-auto-arm64.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 518fa972..62a4b23d 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -34,6 +34,9 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
 
case ${spec} in
+   installcd-stage2-minimal.spec)
+   upload default/*${TIMESTAMP}*.iso*
+   ;;
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2021-07-24 Thread Georgy Yakovlev
commit: 3d13c27e03f26251bdc75c2ec870744ac58e6b63
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 03:32:31 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 03:32:31 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=3d13c27e

releases/specs/arm64: add initial installcd-stage2-minimal spec

Signed-off-by: Georgy Yakovlev  gentoo.org>

 releases/specs/arm64/installcd-stage2-minimal.spec | 244 +
 1 file changed, 244 insertions(+)

diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec 
b/releases/specs/arm64/installcd-stage2-minimal.spec
new file mode 100644
index ..5ae887ed
--- /dev/null
+++ b/releases/specs/arm64/installcd-stage2-minimal.spec
@@ -0,0 +1,244 @@
+subarch: arm64
+version_stamp: @TIMESTAMP@
+target: livecd-stage2
+rel_type: default
+profile: default/linux/arm64/17.0
+snapshot: @TIMESTAMP@
+source_subpath: default/livecd-stage1-arm64-@TIMESTAMP@
+portage_confdir: @REPO_DIR@/releases/portage/isos
+
+livecd/bootargs: dokeymap
+livecd/fstype: squashfs
+livecd/iso: install-arm64-minimal-@TIMESTAMP@.iso
+livecd/type: gentoo-release-minimal
+livecd/volid: Gentoo arm64 @TIMESTAMP@
+
+boot/kernel: gentoo
+
+boot/kernel/gentoo/sources: gentoo-sources
+boot/kernel/gentoo/config: 
@REPO_DIR@/releases/kconfig/arm64/arm64-5.10.52.config
+
+livecd/unmerge:
+   app-admin/eselect
+   app-admin/eselect-ctags
+   app-admin/eselect-vi
+   app-admin/perl-cleaner
+   app-admin/python-updater
+   app-arch/cpio
+   dev-libs/gmp
+   dev-libs/libxml2
+   dev-libs/mpfr
+   dev-python/pycrypto
+   dev-util/pkgconfig
+   perl-core/PodParser
+   perl-core/Test-Harness
+   sys-apps/debianutils
+   sys-apps/diffutils
+   sys-apps/groff
+   sys-apps/man-db
+   sys-apps/man-pages
+   sys-apps/miscfiles
+   sys-apps/sandbox
+   sys-apps/texinfo
+   sys-devel/autoconf
+   sys-devel/autoconf-wrapper
+   sys-devel/automake
+   sys-devel/automake-wrapper
+   sys-devel/binutils
+   sys-devel/binutils-config
+   sys-devel/bison
+   sys-devel/flex
+   sys-devel/gcc
+   sys-devel/gcc-config
+   sys-devel/gettext
+   sys-devel/gnuconfig
+   sys-devel/libtool
+   sys-devel/m4
+   sys-devel/make
+   sys-devel/patch
+   sys-libs/db
+   sys-libs/gdbm
+   sys-kernel/genkernel
+   sys-kernel/linux-headers
+
+livecd/empty:
+   /boot
+   /etc/cron.daily
+   /etc/cron.hourly
+   /etc/cron.monthly
+   /etc/cron.weekly
+   /etc/logrotate.d
+   /etc/modules.autoload.d
+   /etc/rsync
+   /etc/runlevels/single
+   /etc/skel
+   /lib/dev-state
+   /lib/udev-state
+   /lib64/dev-state
+   /lib64/udev-state
+   /root/.ccache
+   /tmp
+   /usr/diet/include
+   /usr/diet/man
+   /usr/include
+   /usr/i?86-gentoo-linux-uclibc
+   /usr/i?86-pc-linux-uclibc
+   /usr/lib/X11/config
+   /usr/lib/X11/doc
+   /usr/lib/X11/etc
+   /usr/lib/awk
+   /usr/lib/ccache
+   /usr/lib/gcc-config
+   /usr/lib/nfs
+   /usr/lib/perl5/site_perl
+   /usr/lib/portage
+   /usr/lib64/X11/config
+   /usr/lib64/X11/doc
+   /usr/lib64/X11/etc
+   /usr/lib64/awk
+   /usr/lib64/ccache
+   /usr/lib64/gcc-config
+   /usr/lib64/nfs
+   /usr/lib64/perl5/site_perl
+   /usr/lib64/portage
+   /usr/local
+   /usr/portage
+   /usr/share/aclocal
+   /usr/share/baselayout
+   /usr/share/binutils-data
+   /usr/share/consolefonts/partialfonts
+   /usr/share/consoletrans
+   /usr/share/dict
+   /usr/share/doc
+   /usr/share/emacs
+   /usr/share/et
+   /usr/share/gcc-data
+   /usr/share/genkernel
+   /usr/share/gettext
+   /usr/share/glib-2.0
+   /usr/share/gnuconfig
+   /usr/share/gtk-doc
+   /usr/share/i18n
+   /usr/share/info
+   /usr/share/lcms
+   /usr/share/libtool
+   /usr/share/man
+   /usr/share/rfc
+   /usr/share/ss
+   /usr/share/state
+   /usr/share/texinfo
+   /usr/share/unimaps
+   /usr/share/zoneinfo
+   /usr/src
+   /var/cache
+   /var/empty
+   /var/lib/portage
+   /var/log
+   /var/spool
+   /var/state
+   /var/tmp
+
+livecd/rm:
+   /boot/System*
+   /boot/initr*
+   /boot/kernel*
+   /etc/*-
+   /etc/*.old
+   /etc/default/audioctl
+   /etc/dispatch-conf.conf
+   /etc/env.d/05binutils
+   /etc/env.d/05gcc
+   /etc/etc-update.conf
+   /etc/hosts.bck
+   /etc/issue*
+   /etc/genkernel.conf
+   /etc/make.conf*
+   /etc/make.globals
+   /etc/make.profile
+   /etc/man.conf
+   /etc/resolv.conf
+   /lib*/*.a
+   /lib*/*.la
+   /lib*/cpp
+   /root/.bash_history
+   /root/.viminfo
+   /sbin/*.static
+   /sbin/fsck.cramfs
+   

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

2021-07-24 Thread Sam James
commit: 949a32eef6a11fbb27ca155dbb9f86cba3bed8f7
Author: Jaco Kroon  uls  co  za>
AuthorDate: Sat Jul 24 09:23:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:59:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949a32ee

net-misc/asterisk: Cleanup

Bug: https://bugs.gentoo.org/803440
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/21762
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk/Manifest |   5 -
 net-misc/asterisk/asterisk-13.38.2-r1.ebuild   | 313 --
 net-misc/asterisk/asterisk-13.38.2-r4.ebuild   | 349 
 net-misc/asterisk/asterisk-13.38.2-r5.ebuild   | 349 
 net-misc/asterisk/asterisk-16.18.0-r2.ebuild   | 320 --
 net-misc/asterisk/asterisk-16.19.0-r1.ebuild   | 363 -
 net-misc/asterisk/asterisk-18.4.0-r2.ebuild| 363 -
 net-misc/asterisk/asterisk-18.5.0-r1.ebuild| 362 
 .../asterisk-13.38.1-r1-func_lock-fix-races.patch  | 291 -
 .../asterisk-16.18.0-r1-func_lock-fix-races.patch  | 177 --
 10 files changed, 2892 deletions(-)

diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest
index e949affbe44..a3e877e9cf8 100644
--- a/net-misc/asterisk/Manifest
+++ b/net-misc/asterisk/Manifest
@@ -1,8 +1,3 @@
-DIST asterisk-13.38.2.tar.gz 33708267 BLAKE2B 
f8c188f6500a01e807982518486972c18f8f903285910e64b4d8e2a4f553d42534f910696a02ab13e371dbd83dfd932c5cb7a6cea08817862ecaddcc7afd99d2
 SHA512 
bd9755503048cd8dcf8e39947dd5cfb617c20c4b1ad5033ae297499a4967c06ba11b6e43233c1ae0d33f8f11a81dbb9b4487f16a1f4786007172028caf1ee051
 DIST asterisk-13.38.3.tar.gz 33711458 BLAKE2B 
a1f37c210e7e95962665310b542d9a3b682ecc5e90188e8272a0cd6e22ebfa963ed5af46f0f85c2074bc0bbe34d72473343ff3437d80b58e5383eb80385d0b89
 SHA512 
dd67f73704f1c68639313852ba1508165c7b525f0f4156c776258e27ee19a0ee87293ae7805178b0f37188fca91b861c52b5206cbba754a6181492d0efb7e895
-DIST asterisk-16.18.0.tar.gz 27843069 BLAKE2B 
643c371b4747111e233c0758efb529e7f54f1deeff10e65fb05f3a1a58c4ba5c139bdb583d2a2552e29aacac5d0f3980fd9aeb19fda2513843fbe0c849dec217
 SHA512 
025a30a1eed1d2cd14eb1345e1e0edfcc23b4c517e0d33da7d06d97b3ffa3c9ce9c2fe9449109eefade6d62b6205b598fecb69245adb04f03bd53f8482fbd7ad
-DIST asterisk-16.19.0.tar.gz 27872364 BLAKE2B 
3510f300c2cd0d67232e5d36752f60a2e67dde988de1ca41b5709dc29aa462f268b49b6c48cf669a7b5fdc0aec038dbfb1d56f7ebe6e9a7285d2cee34b3fc789
 SHA512 
e50b7c42591ff7fedba3e591a4e696ace62731d81b4d054757a91d8997ee454e949c56a4cf19e37c160407b23ec8c654c1b8af18712d09078e6149b5b22c5040
 DIST asterisk-16.19.1.tar.gz 27870922 BLAKE2B 
e7b2ceac60f9db19802acc6c69b233556834815e1a9a3d17b2fd331d2577beb356f31a531a6d8fde70f78e9362bd8b6dbc796f906557c82bcd4847a612c788a3
 SHA512 
7b74fedce91ac597f3cc7a03b401ae7506bc6479faf008f3ea9c0f4783d85c5ce06d71bf7d4bc1609a2cb96511d931d79f3bc8613906f370f9b4015b30b9
-DIST asterisk-18.4.0.tar.gz 27926601 BLAKE2B 
1a4089ee274732462a8e480d449e4043f7393a6df0b78dd3ea341d3996b9e433066e6d7c53b3ab334db5946a4b847ac02abb4afc5747b6f541cad81a6d58d468
 SHA512 
024d0a5c75d55fe614ba6219aece62778e9522a0f8365d57192aa5aa22be94d45a3bed69ac14659738e97dd98967533c13096a855366083e6df2b7800e684602
-DIST asterisk-18.5.0.tar.gz 27956264 BLAKE2B 
1b2cc477dd37be81b7c1611f1334db8e5095a2d76b1cfa0148072f7c3e9247e3d43da8b0bf502e18c2f553a893b1cc0a1aa9f2ca0942b012d0261c6171536370
 SHA512 
f31ac2ccd4b9af3ee4ad1c1368519e889d2e3e5b6b22e6f1b6dc020ffbdc8caccf0c03ba620f4a8b6346403abffde23d93fa8c06a6d7d993074edfaa0cf256df
 DIST asterisk-18.5.1.tar.gz 27953748 BLAKE2B 
543f2bfbe1527f3a168dc73d3d9f20e80e95be9de9532a97ff6a5c70a548d525c39ce5251b80dbcd1c0e31c066fc48520e6c373b1404bf24a00b0a48ad134bcd
 SHA512 
95f30c14602587827c7d7bc4652639163f4fe6338fade35d533525aa8825d7a5082c9d6fa4671a5f4f89bd90a0d657ce7e51fd4216558bd367abcb10b25aeb23

diff --git a/net-misc/asterisk/asterisk-13.38.2-r1.ebuild 
b/net-misc/asterisk/asterisk-13.38.2-r1.ebuild
deleted file mode 100644
index b6fc143048f..000
--- a/net-misc/asterisk/asterisk-13.38.2-r1.ebuild
+++ /dev/null
@@ -1,313 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..4} )
-
-inherit autotools linux-info lua-single systemd toolchain-funcs tmpfiles
-
-DESCRIPTION="Asterisk: A Modular Open Source PBX System"
-HOMEPAGE="https://www.asterisk.org/;
-SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0/${PV%%.*}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-IUSE_VOICEMAIL_STORAGE=(
-   +voicemail_storage_file
-   voicemail_storage_odbc
-   voicemail_storage_imap
-)
-IUSE="${IUSE_VOICEMAIL_STORAGE[*]} alsa blocks bluetooth calendar +caps 
cluster curl dahdi debug doc freetds 

[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2021-07-24 Thread Sam James
commit: 68096270c9b14b9c9cf487c145e8da8c9e6c9e38
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Jul 23 07:13:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:58:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68096270

net-dialup/xl2tpd: Adopt it.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/21753
Signed-off-by: Sam James  gentoo.org>

 net-dialup/xl2tpd/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-dialup/xl2tpd/metadata.xml b/net-dialup/xl2tpd/metadata.xml
index bab6c029617..f45f6b9445d 100644
--- a/net-dialup/xl2tpd/metadata.xml
+++ b/net-dialup/xl2tpd/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   j...@uls.co.za
+   Jaco Kroon
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
xl2tpd is a fork of l2tpd Layer 2 Tunneling Protocol 
(L2TP) daemon that can be used to transfer frames of OSI layer 2 protocols 
through an IP tunnel. While it provides authentication via CHAP or PAP it does 
not provide encryption itself and should therefore be externally secured (via 
IPSEC).

Enable kernel interface for PPPoL2TP



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

2021-07-24 Thread Georgy Yakovlev
commit: ac9d932c0768bbd46f4b58a67b74d85f8dd0a321
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jul 25 03:57:53 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jul 25 03:57:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9d932c

profiles/arch/arm64: mask qemu and uboot grub platforms

not supported on arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index b5cb41f6cb0..8a76c66af9e 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2021-07-24)
+# not supported on arm64
+sys-boot/grub grub_platforms_qemu grub_platforms_uboot
+
 # Sam James  (2021-07-25)
 # At present, dev-lang/fpc doesn't support arm64.
 # bug #801649



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

2021-07-24 Thread Sam James
commit: e536315bf9bbe10a71e1b7c35ba5258971955ff1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:39:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:43:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e536315b

net-vpn/networkmanager-l2tp: rebase 1.8.6 on fixed 1.8.2-r1

Bug: https://bugs.gentoo.org/722718
Signed-off-by: Sam James  gentoo.org>

 .../networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild| 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild
index dd22005826d..0db9addd396 100644
--- a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild
+++ b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="NetworkManager-l2tp"
 MY_P="${MY_PN}-${PV}"
 
-inherit eutils gnome.org autotools
+inherit gnome.org autotools
 
 DESCRIPTION="NetworkManager L2TP plugin"
 HOMEPAGE="https://github.com/nm-l2tp/network-manager-l2tp;
@@ -20,7 +20,7 @@ IUSE="gnome static-libs"
 RDEPEND="
>=net-misc/networkmanager-1.2[ppp]
dev-libs/dbus-glib
-   net-dialup/ppp[eap-tls]
+   net-dialup/ppp:=[eap-tls]
net-dialup/xl2tpd
>=dev-libs/glib-2.32
|| (
@@ -32,8 +32,8 @@ RDEPEND="
app-crypt/libsecret
gnome-extra/nm-applet
)"
-
-BDEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/gettext
dev-util/intltool
virtual/pkgconfig"
@@ -46,8 +46,13 @@ src_prepare() {
 }
 
 src_configure() {
+   local PPPD_VER=$(best_version net-dialup/ppp)
+   PPPD_VER=${PPPD_VER#*/*-} # reduce it to ${PV}-${PR}
+   PPPD_VER=${PPPD_VER%%[_-]*} # main version without 
beta/pre/patch/revision
+
local myeconfargs=(
--localstatedir=/var
+   --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}
$(use_with gnome)
$(use_enable static-libs static)
)



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

2021-07-24 Thread Sam James
commit: eef07b1c0c3a63af11ff18a1ee89fa58d9d55d96
Author: Alexander Kurakin  mail  ru>
AuthorDate: Fri Feb 26 15:10:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef07b1c

net-vpn/networkmanager-l2tp: version bump to 1.8.6

Bug: https://bugs.gentoo.org/773061
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/19669
Signed-off-by: Sam James  gentoo.org>

 net-vpn/networkmanager-l2tp/Manifest   |  1 +
 .../networkmanager-l2tp-1.8.6.ebuild   | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/net-vpn/networkmanager-l2tp/Manifest 
b/net-vpn/networkmanager-l2tp/Manifest
index 67b29bcce3e..ff4d2bf1757 100644
--- a/net-vpn/networkmanager-l2tp/Manifest
+++ b/net-vpn/networkmanager-l2tp/Manifest
@@ -1,2 +1,3 @@
 DIST NetworkManager-l2tp-1.8.0.tar.xz 435964 BLAKE2B 
05267b4bb1a824cd9478b79af4b07535b0b9245d34f49397feb778d806c814d6a7bcf723545d53b9f3d2d39e6de079fac00407e7c8d0e6389394aaf6a432b16f
 SHA512 
8ef6732dbef2d24a51c6f70bcd98b272244dfc4d89e888e0d2c6c12b0042c1bcc750b73cdfda3489f4987af4fe85df4fc54976c48151996aa205939671d250da
 DIST NetworkManager-l2tp-1.8.2.tar.xz 437032 BLAKE2B 
24d3bce74d9b57228196b288406983423a98d242fc26129a14c144269a9173d5ab2b47ad9dcf7b16dde5b9f015e6f3851e34d1ebe7e5edf6769401a2377eb0b7
 SHA512 
fc7f4037a4e2d442231f3c72692b7d405f13507625828dc4b975fab3717c7c0daaeaa757ef2ed875f347a87ac4ccaf5a0df1834235d8879f3d1e0d1b450531b8
+DIST NetworkManager-l2tp-1.8.6.tar.xz 446780 BLAKE2B 
d1cc532a5aafab6c3876c74ad88387ee3a2db2d0844a4c79bea2afcd252aab9bbef1e3435075b5089d1f8471ba41b47f6054a06e1a3440cfe5fe7c432a5ee3fe
 SHA512 
968e8c9140f800935e57e6a58fb4cc8a92385427b8a070a5106c37f5a9d05cfcc1333fe706dfa5ae79dfdcdde89e4becd7866a4e5f535b32e1edafe7171946a7

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild
new file mode 100644
index 000..dd22005826d
--- /dev/null
+++ b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="NetworkManager-l2tp"
+MY_P="${MY_PN}-${PV}"
+
+inherit eutils gnome.org autotools
+
+DESCRIPTION="NetworkManager L2TP plugin"
+HOMEPAGE="https://github.com/nm-l2tp/network-manager-l2tp;
+SRC_URI="https://github.com/nm-l2tp/${MY_PN}/releases/download/${PV}/${MY_P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome static-libs"
+
+RDEPEND="
+   >=net-misc/networkmanager-1.2[ppp]
+   dev-libs/dbus-glib
+   net-dialup/ppp[eap-tls]
+   net-dialup/xl2tpd
+   >=dev-libs/glib-2.32
+   || (
+   net-vpn/strongswan
+   net-vpn/libreswan
+   )
+   gnome? (
+   x11-libs/gtk+:3
+   app-crypt/libsecret
+   gnome-extra/nm-applet
+   )"
+
+BDEPEND="${RDEPEND}
+   sys-devel/gettext
+   dev-util/intltool
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eautoreconf
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir=/var
+   $(use_with gnome)
+   $(use_enable static-libs static)
+   )
+
+   econf "${myeconfargs[@]}"
+}



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

2021-07-24 Thread Matt Turner
commit: f73ebba0b2de8ff1e245c2c15e2e1182819cf980
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 03:25:37 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:35:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73ebba0

dev-libs/libbpf: Keyword 0.4.0 alpha, #772257

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

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

diff --git a/dev-libs/libbpf/libbpf-0.4.0.ebuild 
b/dev-libs/libbpf/libbpf-0.4.0.ebuild
index 542fa1ac8cb..9f583a16a66 100644
--- a/dev-libs/libbpf/libbpf-0.4.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.4.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else

SRC_URI="https://github.com/libbpf/libbpf/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~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"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2021-07-24 Thread Matt Turner
commit: 14854b60e727636d5477e40b1f31eafa2ae2500f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 03:25:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:36:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14854b60

sys-devel/slibtool: Keyword 0.5.34 alpha, #777435

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

 sys-devel/slibtool/slibtool-0.5.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/slibtool/slibtool-0.5.34.ebuild 
b/sys-devel/slibtool/slibtool-0.5.34.ebuild
index 1024e6ba19a..06352462112 100644
--- a/sys-devel/slibtool/slibtool-0.5.34.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.34.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz;
SRC_URI+=" verify-sig? ( 
https://dl.midipix.org/slibtool/${P}.tar.xz.sig )"
 
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
 
BDEPEND="verify-sig? ( app-crypt/openpgp-keys-midipix )"
 fi



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

2021-07-24 Thread Matt Turner
commit: 170c9bc5efaec666417bbaf0a1d9fb0bece80a1e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 03:25:36 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:35:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170c9bc5

dev-libs/nss-pem: Keyword 1.0.7 alpha, #769578

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

 dev-libs/nss-pem/nss-pem-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/nss-pem/nss-pem-1.0.7.ebuild 
b/dev-libs/nss-pem/nss-pem-1.0.7.ebuild
index e43a5cdaac9..679d9dcd050 100644
--- a/dev-libs/nss-pem/nss-pem-1.0.7.ebuild
+++ b/dev-libs/nss-pem/nss-pem-1.0.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kdudka/${PN}/releases/download/${P}/${P}.tar.xz;
 
 LICENSE="MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-solaris"
 IUSE=""
 
 BDEPEND=" >=dev-libs/nss-3.50-r1 "



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

2021-07-24 Thread Sam James
commit: 4a43031d7e76be66e1a94059dbe1eefcdb1efdcd
Author: Dmitrii Tochanskii  tochlab  net>
AuthorDate: Sat May 22 10:23:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:32:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a43031d

net-vpn/networkmanager-l2tp: use correct ppp plugin path

By default /usr/lib64/pppd/2.4.7/ path used. This will use right path from 
portage.

Bug: https://bugs.gentoo.org/722718
Closes: https://github.com/gentoo/gentoo/pull/20926
Signed-off-by: Sam James  gentoo.org>

 ...-l2tp-1.8.2.ebuild => networkmanager-l2tp-1.8.2-r1.ebuild} | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild 
b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2-r1.ebuild
similarity index 76%
rename from net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild
rename to net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2-r1.ebuild
index ec5ca2a6dde..0db9addd396 100644
--- a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2.ebuild
+++ b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.2-r1.ebuild
@@ -20,7 +20,7 @@ IUSE="gnome static-libs"
 RDEPEND="
>=net-misc/networkmanager-1.2[ppp]
dev-libs/dbus-glib
-   net-dialup/ppp[eap-tls]
+   net-dialup/ppp:=[eap-tls]
net-dialup/xl2tpd
>=dev-libs/glib-2.32
|| (
@@ -32,8 +32,8 @@ RDEPEND="
app-crypt/libsecret
gnome-extra/nm-applet
)"
-
-BDEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/gettext
dev-util/intltool
virtual/pkgconfig"
@@ -46,8 +46,13 @@ src_prepare() {
 }
 
 src_configure() {
+   local PPPD_VER=$(best_version net-dialup/ppp)
+   PPPD_VER=${PPPD_VER#*/*-} # reduce it to ${PV}-${PR}
+   PPPD_VER=${PPPD_VER%%[_-]*} # main version without 
beta/pre/patch/revision
+
local myeconfargs=(
--localstatedir=/var
+   --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}
$(use_with gnome)
$(use_enable static-libs static)
)



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

2021-07-24 Thread Sam James
commit: 61432ba7725b588353d3acaeadb53b6fbfc8c6d8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61432ba7

dev-python/black: Keyword 21.7_beta0 arm, #802543

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

 dev-python/black/black-21.7_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.7_beta0.ebuild 
b/dev-python/black/black-21.7_beta0.ebuild
index 6c9b9257d70..90c10c9ed7a 100644
--- a/dev-python/black/black-21.7_beta0.ebuild
+++ b/dev-python/black/black-21.7_beta0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-create-meta/

2021-07-24 Thread Sam James
commit: 94e1d9b290a194d74e053069cc0556fbd943db20
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e1d9b2

dev-util/cucumber-create-meta: Keyword 4.0.0 arm, #802141

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

 dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild 
b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
index afd973929fd..de21421e321 100644
--- a/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
+++ b/dev-util/cucumber-create-meta/cucumber-create-meta-4.0.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-24 Thread Sam James
commit: d3b225a5b551eca59c02a79fc149d501decea13b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b225a5

dev-util/protobuf-cucumber: Keyword 3.10.8 arm, #802141

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

 dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild 
b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
index 1d4dbac9554..705345da3cf 100644
--- a/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.ebuild
+++ b/dev-util/protobuf-cucumber/protobuf-cucumber-3.10.8.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
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/ruby-protobuf/protobuf;
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE=""
 
 ruby_add_bdepend "



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

2021-07-24 Thread Sam James
commit: 9f009aba4151018d85c75eb3b2378913ca091b57
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f009aba

dev-ruby/middleware: Keyword 0.1.0 arm, #802141

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

 dev-ruby/middleware/middleware-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/middleware/middleware-0.1.0.ebuild 
b/dev-ruby/middleware/middleware-0.1.0.ebuild
index 61f4e0ac2f3..c2f23e8bcce 100644
--- a/dev-ruby/middleware/middleware-0.1.0.ebuild
+++ b/dev-ruby/middleware/middleware-0.1.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Generalized implementation of the middleware 
abstraction for Ruby"
 HOMEPAGE="https://github.com/mitchellh/middleware;
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~arm ~sparc"
 SLOT="0"
 IUSE=""
 



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

2021-07-24 Thread Sam James
commit: 1cc763cec78b2961ceea668b76126eb125ed1b69
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc763ce

dev-util/cucumber-messages: Keyword 15.0.0 arm, #802141

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

 dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild 
b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
index 988672a8a0b..4a5f39abc03 100644
--- a/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
+++ b/dev-util/cucumber-messages/cucumber-messages-15.0.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Protocol Buffer messages for Cucumber's 
inter-process communication
 HOMEPAGE="https://github.com/cucumber/cucumber-messages-ruby#readme;
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 
 ruby_add_rdepend ">=dev-util/protobuf-cucumber-3.10.8:3"



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

2021-07-24 Thread Sam James
commit: 1fd7ddb166967f991c7d0075a091028196791300
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd7ddb1

dev-util/cucumber-gherkin: Keyword 18.1.1 arm, #802141

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

 dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild 
b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
index d4c99398b0f..be6e8cae36f 100644
--- a/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
+++ b/dev-util/cucumber-gherkin/cucumber-gherkin-18.1.1.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://github.com/cucumber/common/archive/gherkin/v${PV}.tar.gz -> ${P
 RUBY_S="common-gherkin-v${PV}/gherkin/ruby"
 LICENSE="MIT"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/

2021-07-24 Thread Sam James
commit: bef55f53c255eb016890cf5ae15ab034a070e916
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef55f53

dev-util/cucumber-html-formatter: Keyword 13.0.0-r1 arm, #802141

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

 .../cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
index b03fad428dd..40ada440c6e 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-13.0.0-r1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="HTML formatter for Cucumber"
 HOMEPAGE="https://cucumber.io/;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-24 Thread Sam James
commit: 06d73b6bd8c22d73628e0484ca3e7bd6fbb20281
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d73b6b

dev-util/cucumber-core: Keyword 9.0.1 arm, #802141

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

 dev-util/cucumber-core/cucumber-core-9.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild 
b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
index c1e53c1d8cc..3c087003a82 100644
--- a/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
+++ b/dev-util/cucumber-core/cucumber-core-9.0.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz ->
 RUBY_S="cucumber-ruby-core-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-24 Thread Sam James
commit: 65f5acdd436ff9a51d8c569deae77944cd050217
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f5acdd

dev-util/cucumber-wire: Keyword 5.0.1 arm, #802141

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

 dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild 
b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
index b8f4650a714..b5d7cbd7098 100644
--- a/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
+++ b/dev-util/cucumber-wire/cucumber-wire-5.0.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Executable feature scenarios"
 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="$(ver_cut 1)"
 IUSE="test"
 



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

2021-07-24 Thread Sam James
commit: 651ad938b2aaf4427ec0c2378167faf174f49a02
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651ad938

dev-python/tomli: Keyword 1.0.4 arm, #802543

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

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

diff --git a/dev-python/tomli/tomli-1.0.4.ebuild 
b/dev-python/tomli/tomli-1.0.4.ebuild
index 76fc5e50016..ca36f628ea5 100644
--- a/dev-python/tomli/tomli-1.0.4.ebuild
+++ b/dev-python/tomli/tomli-1.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )"



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

2021-07-24 Thread Sam James
commit: ca566899d81774add123da5fd32713e939016444
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca566899

dev-util/cucumber: Keyword 6.1.0 arm, #802141

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

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

diff --git a/dev-util/cucumber/cucumber-6.1.0.ebuild 
b/dev-util/cucumber/cucumber-6.1.0.ebuild
index 9901e0aa83c..2aad296b2fc 100644
--- a/dev-util/cucumber/cucumber-6.1.0.ebuild
+++ b/dev-util/cucumber/cucumber-6.1.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-24 Thread Sam James
commit: b9a1865dbed08a0e352f625cd0a0825408ecdf26
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a1865d

dev-python/pytest-regressions: Keyword 2.2.0 arm, #789606

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

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

diff --git a/dev-python/pytest-regressions/pytest-regressions-2.2.0.ebuild 
b/dev-python/pytest-regressions/pytest-regressions-2.2.0.ebuild
index fa7829c7239..50c202516a7 100644
--- a/dev-python/pytest-regressions/pytest-regressions-2.2.0.ebuild
+++ b/dev-python/pytest-regressions/pytest-regressions-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-HasCompiler/

2021-07-24 Thread Sam James
commit: 178753302b044d3fa94d72c70c8ad572db5ef40b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17875330

dev-perl/ExtUtils-HasCompiler: Keyword 0.23.0 arm, #803401

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

 dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild 
b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
index 2175360884d..d00304e601f 100644
--- a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
+++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Check for the presence of a compiler"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-07-24 Thread Sam James
commit: a0fbdbc16230b6300c09fe5b48cbd1c0bdbaebf8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fbdbc1

app-text/odt2txt: Keyword 0.5 arm, #801649

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

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

diff --git a/app-text/odt2txt/odt2txt-0.5.ebuild 
b/app-text/odt2txt/odt2txt-0.5.ebuild
index 791c91e594a..e736a365e9a 100644
--- a/app-text/odt2txt/odt2txt-0.5.ebuild
+++ b/app-text/odt2txt/odt2txt-0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dstosberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash/

2021-07-24 Thread Sam James
commit: ffbb067778326c378095886144d780d239a919bf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbb0677

dev-perl/Package-Stash: Keyword 0.390.0 arm, #803401

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

 dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
index 011e3e5994b..dcd0bf30a78 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~riscv ~sparc"
 IUSE="minimal"
 
 RDEPEND="



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

2021-07-24 Thread Sam James
commit: 299b32dd62c399f5b9712bc9ffe3f991bb3aa6c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=299b32dd

dev-python/sphinx-tabs: Keyword 3.1.0 arm, #789606

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

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

diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.1.0.ebuild 
b/dev-python/sphinx-tabs/sphinx-tabs-3.1.0.ebuild
index 36801b75db7..66b201c60e3 100644
--- a/dev-python/sphinx-tabs/sphinx-tabs-3.1.0.ebuild
+++ b/dev-python/sphinx-tabs/sphinx-tabs-3.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2021-07-24 Thread Sam James
commit: 874c6025e70555000cbb3ac488fd77ea8c5cf658
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874c6025

dev-python/libarchive-c: Keyword 2.9 arm, #801649

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

 dev-python/libarchive-c/libarchive-c-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libarchive-c/libarchive-c-2.9.ebuild 
b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
index de2c052efea..ddb41531b49 100644
--- a/dev-python/libarchive-c/libarchive-c-2.9.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="CC0-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="app-arch/libarchive"
 BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"



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

2021-07-24 Thread Sam James
commit: 8bc334a3933211d59fc25b9bddb3b451534e58c3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc334a3

app-text/docx2txt: Keyword 1.4 arm, #801649

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

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

diff --git a/app-text/docx2txt/docx2txt-1.4.ebuild 
b/app-text/docx2txt/docx2txt-1.4.ebuild
index e8d11a9259f..79c4b4945a1 100644
--- a/app-text/docx2txt/docx2txt-1.4.ebuild
+++ b/app-text/docx2txt/docx2txt-1.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="app-arch/unzip
dev-lang/perl"



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

2021-07-24 Thread Sam James
commit: eaa6a0b5448203beb3e0ff33f87a04a058965c25
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6a0b5

dev-python/pytest-datadir: Keyword 1.3.1 arm, #789606

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

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

diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild 
b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
index 1b2a6328897..7d375a90f87 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-07-24 Thread Sam James
commit: a03196b49bc76619cfe9fe48a5f9a6b055530fe1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03196b4

dev-python/flask: Keyword 2.0.1-r1 arm, #789606

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

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

diff --git a/dev-python/flask/flask-2.0.1-r1.ebuild 
b/dev-python/flask/flask-2.0.1-r1.ebuild
index feea1195fdd..ad0a2c7da03 100644
--- a/dev-python/flask/flask-2.0.1-r1.ebuild
+++ b/dev-python/flask/flask-2.0.1-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/

2021-07-24 Thread Sam James
commit: 24f073118ab3795922e2765073e1c91067981a35
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f07311

dev-java/sun-jai-bin: Keyword 1.1.3-r2 x86, #791109

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

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild 
b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild
index 9ad9f62e197..059d18b249f 100644
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild
+++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ppc64"
+KEYWORDS="amd64 ppc64 ~x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-XSUtil/

2021-07-24 Thread Sam James
commit: e14f198187d9024528827fd8ae07bfc987022802
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14f1981

dev-perl/Module-Build-XSUtil: Keyword 0.190.0 x86, #801391

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

 dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild 
b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
index 137f9b6d5d5..f1f9179bef6 100644
--- a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Module::Build class for building XS modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="examples"
 
 RDEPEND="



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

2021-07-24 Thread Sam James
commit: 7b678a66f4856cf68d8a38a8a351ba619a0ede4c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b678a66

dev-perl/Mouse: Keyword 2.5.10 x86, #801391

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

 dev-perl/Mouse/Mouse-2.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mouse/Mouse-2.5.10.ebuild 
b/dev-perl/Mouse/Mouse-2.5.10.ebuild
index 49b987e4c82..5ad3b25b43f 100644
--- a/dev-perl/Mouse/Mouse-2.5.10.ebuild
+++ b/dev-perl/Mouse/Mouse-2.5.10.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Moose minus the antlers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 
 RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.140.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Copy-Recursive-Reduced/

2021-07-24 Thread Sam James
commit: 6f2a4fc4e381e53350ee5c00a66bd1f071eaefcf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a4fc4

dev-perl/File-Copy-Recursive-Reduced: Keyword 0.6.0 x86, #801391

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

 .../File-Copy-Recursive-Reduced-0.6.0.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild 
b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
index 26b45cff62f..3fe4197a8ef 100644
--- 
a/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
+++ 
b/dev-perl/File-Copy-Recursive-Reduced/File-Copy-Recursive-Reduced-0.6.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Recursive copying of files and directories within Perl 5 
toolchain"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 
 RDEPEND="
virtual/perl-File-Spec



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

2021-07-24 Thread Sam James
commit: ababac4bf00439d494922a31039bea064b5871e5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 03:22:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 03:23:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ababac4b

dev-util/diffoscope: Keyword 178 arm, #801649

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

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

diff --git a/dev-util/diffoscope/diffoscope-178.ebuild 
b/dev-util/diffoscope/diffoscope-178.ebuild
index a2a9bc917fe..11611bcbd1b 100644
--- a/dev-util/diffoscope/diffoscope-178.ebuild
+++ b/dev-util/diffoscope/diffoscope-178.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
 find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
 mono opendocument pascal pdf postscript R rpm sqlite squashfs



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Parallel-ForkManager/

2021-07-24 Thread Matt Turner
commit: 5deb638795633e9900b5f3b4d938d7864ae6fda4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 03:21:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:21:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deb6387

dev-perl/Parallel-ForkManager: Keyword 2.20.0 alpha, #803560

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

 dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild 
b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild
index fadaadeb2fa..93569aa4fcc 100644
--- a/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild
+++ b/dev-perl/Parallel-ForkManager/Parallel-ForkManager-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A simple parallel processing fork manager"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~sparc-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2021-07-24 Thread Matt Turner
commit: 50f8ab7a49d9c7e4ea69e30ef40b09529a9fd6d2
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:07 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f8ab7a

dev-python/jedi: Keyword 0.17.2-r1 alpha, #803665

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

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

diff --git a/dev-python/jedi/jedi-0.17.2-r1.ebuild 
b/dev-python/jedi/jedi-0.17.2-r1.ebuild
index 71fc58c9def..82d7cbda0a7 100644
--- a/dev-python/jedi/jedi-0.17.2-r1.ebuild
+++ b/dev-python/jedi/jedi-0.17.2-r1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 LICENSE="MIT
test? ( Apache-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="=dev-python/parso-0.7*[${PYTHON_USEDEP}]"
 



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

2021-07-24 Thread Matt Turner
commit: 02aa626cece0b4b94fcdc6768090fb876004eae0
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02aa626c

dev-python/parso: Keyword 0.7.1-r1 alpha, #803665

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

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

diff --git a/dev-python/parso/parso-0.7.1-r1.ebuild 
b/dev-python/parso/parso-0.7.1-r1.ebuild
index 643c8aad785..050c6ee6c42 100644
--- a/dev-python/parso/parso-0.7.1-r1.ebuild
+++ b/dev-python/parso/parso-0.7.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-24 Thread Matt Turner
commit: 073892ffaffe804cd5fa4a41ab675d08c6245940
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073892ff

dev-python/parso: Keyword 0.8.2 alpha, #803665

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

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

diff --git a/dev-python/parso/parso-0.8.2.ebuild 
b/dev-python/parso/parso-0.8.2.ebuild
index 8ab7282e6cf..dbc77009015 100644
--- a/dev-python/parso/parso-0.8.2.ebuild
+++ b/dev-python/parso/parso-0.8.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-24 Thread Matt Turner
commit: 40dd57b2dd1472c091bb3da575b1bf8a56fa0388
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:02 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dd57b2

dev-python/requests: Keyword 2.26.0 alpha, #802549

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

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

diff --git a/dev-python/requests/requests-2.26.0.ebuild 
b/dev-python/requests/requests-2.26.0.ebuild
index 4edea0bb979..479eb94f0a3 100644
--- a/dev-python/requests/requests-2.26.0.ebuild
+++ b/dev-python/requests/requests-2.26.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 IUSE="socks5"
 
 RDEPEND="



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

2021-07-24 Thread Matt Turner
commit: d6f42ece3d2980bee7d15f0e5453da9d70413ee8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:08 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f42ece

dev-python/jedi: Keyword 0.18.0 alpha, #803665

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

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

diff --git a/dev-python/jedi/jedi-0.18.0.ebuild 
b/dev-python/jedi/jedi-0.18.0.ebuild
index d2d0631a0fd..6aa6ac58395 100644
--- a/dev-python/jedi/jedi-0.18.0.ebuild
+++ b/dev-python/jedi/jedi-0.18.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 LICENSE="MIT
test? ( Apache-2.0 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 RDEPEND="=dev-python/parso-0.8*[${PYTHON_USEDEP}]"
 



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

2021-07-24 Thread Matt Turner
commit: abddb249eecd0847c6b9771b23ba58963b1fbddb
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:54 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abddb249

dev-python/natsort: Keyword 7.1.1 alpha, #797475

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

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

diff --git a/dev-python/natsort/natsort-7.1.1.ebuild 
b/dev-python/natsort/natsort-7.1.1.ebuild
index f2ee199a025..6ca55ad1343 100644
--- a/dev-python/natsort/natsort-7.1.1.ebuild
+++ b/dev-python/natsort/natsort-7.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 BDEPEND="
test? (



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

2021-07-24 Thread Matt Turner
commit: ba30f5af879b51f26f80895d3eb9a22d073a3425
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:59 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba30f5af

dev-python/black: Keyword 21.7_beta0 alpha, #802543

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

 dev-python/black/black-21.7_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.7_beta0.ebuild 
b/dev-python/black/black-21.7_beta0.ebuild
index fba4e4cd454..6c9b9257d70 100644
--- a/dev-python/black/black-21.7_beta0.ebuild
+++ b/dev-python/black/black-21.7_beta0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-07-24 Thread Matt Turner
commit: 1e4607c044268409904624be9c224cffea348a52
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:57 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4607c0

dev-python/tomli: Keyword 1.0.4 alpha, #802543

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

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

diff --git a/dev-python/tomli/tomli-1.0.4.ebuild 
b/dev-python/tomli/tomli-1.0.4.ebuild
index ec5349db21e..76fc5e50016 100644
--- a/dev-python/tomli/tomli-1.0.4.ebuild
+++ b/dev-python/tomli/tomli-1.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )"



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

2021-07-24 Thread Matt Turner
commit: 9c7f491f6985dd3fa9ba2e9e52d6dccd08904b77
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:00 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7f491f

dev-python/charset_normalizer: Keyword 2.0.3 alpha, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index a7c37088da3..fe4b8f1b18a 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-24 Thread Matt Turner
commit: 515f3bb908adfa93ceaaf8cc2ba1a0fa2617fdba
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515f3bb9

dev-python/isort: Keyword 5.9.2 alpha, #797475

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

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

diff --git a/dev-python/isort/isort-5.9.2.ebuild 
b/dev-python/isort/isort-5.9.2.ebuild
index 7dfa8ec73c6..f620a87fbf7 100644
--- a/dev-python/isort/isort-5.9.2.ebuild
+++ b/dev-python/isort/isort-5.9.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/toml[${PYTHON_USEDEP}]"



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

2021-07-24 Thread Matt Turner
commit: 83212ce4790ca196f358859f9cdf72a4f7e2eb18
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:51 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83212ce4

dev-python/fasteners: Keyword 0.16.3 alpha, #795318

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

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

diff --git a/dev-python/fasteners/fasteners-0.16.3.ebuild 
b/dev-python/fasteners/fasteners-0.16.3.ebuild
index 65386ec95da..52fe71e7509 100644
--- a/dev-python/fasteners/fasteners-0.16.3.ebuild
+++ b/dev-python/fasteners/fasteners-0.16.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"



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

2021-07-24 Thread Matt Turner
commit: 90aa9e2c1854de0ade77e913c6848a48222c37db
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:48 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90aa9e2c

dev-python/tree-sitter: Keyword 0.19.0_p20210506-r1 alpha, #795276

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

 dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild 
b/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
index 7b8530aae75..edd034eb8fc 100644
--- a/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.19.0_p20210506-r1.ebuild
@@ -25,7 +25,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-libs/tree-sitter:="
 DEPEND=${RDEPEND}



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

2021-07-24 Thread Matt Turner
commit: 4dbbed180be21f92960db03e1c622860460ac11d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbbed18

dev-libs/tree-sitter: Keyword 0.20.0 alpha, #795276

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

 dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
index 1e6295e06d4..0184b5e1d51 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.20.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN};
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 fi
 
 LICENSE="MIT"



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

2021-07-24 Thread Matt Turner
commit: 626a60c40af5c2a28107add3f648ab906cac2999
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626a60c4

dev-util/catalyst: Keyword 3.0.20 alpha, #795318

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

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

diff --git a/dev-util/catalyst/catalyst-3.0.20.ebuild 
b/dev-util/catalyst/catalyst-3.0.20.ebuild
index a674a9c53c8..39d9a197113 100644
--- a/dev-util/catalyst/catalyst-3.0.20.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.20.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 fi
 
 PYTHON_COMPAT=( python3_{8,9} )



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

2021-07-24 Thread Matt Turner
commit: a6d7213712fe6c6bcee98b09b4124dbc379a057b
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d72137

dev-python/diskcache: Keyword 5.2.1-r1 alpha, #795318

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

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

diff --git a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild 
b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
index c83b15546c6..0e742087ba6 100644
--- a/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.2.1-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/python-diskcache-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_sphinx docs
 distutils_enable_tests pytest



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

2021-07-24 Thread Matt Turner
commit: 3fd8e9ce267fc1d9f352db53299a045001f8c9fb
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd8e9ce

dev-python/sphinx_lv2_theme: Keyword 1.0.0-r1 alpha, #769413

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

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/cython-test-exception-raiser/

2021-07-24 Thread Matt Turner
commit: 58aba63df7c535e8dc27e65e09df588ba782683f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:40 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58aba63d

dev-python/cython-test-exception-raiser: Keyword 1.0.0 alpha, #773451

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

 .../cython-test-exception-raiser-1.0.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
 
b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
index c38bc5b3d74..7b917c4f775 100644
--- 
a/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
+++ 
b/dev-python/cython-test-exception-raiser/cython-test-exception-raiser-1.0.0.ebuild
@@ -16,6 +16,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"



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

2021-07-24 Thread Matt Turner
commit: 32272431a86d11f561e829fe657b5accac261c83
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:44 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32272431

dev-python/stestr: Keyword 3.2.0 alpha, #785025

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

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

diff --git a/dev-python/stestr/stestr-3.2.0.ebuild 
b/dev-python/stestr/stestr-3.2.0.ebuild
index 3348bd63a10..2960049072a 100644
--- a/dev-python/stestr/stestr-3.2.0.ebuild
+++ b/dev-python/stestr/stestr-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 71972dd3d606fdfdbf6adc7b197d0f5a37bf5c79
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71972dd3

dev-python/twisted: Keyword 21.2.0-r1 alpha, #773451

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

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

diff --git a/dev-python/twisted/twisted-21.2.0-r1.ebuild 
b/dev-python/twisted/twisted-21.2.0-r1.ebuild
index 7f7c659441a..80810364d1c 100644
--- a/dev-python/twisted/twisted-21.2.0-r1.ebuild
+++ b/dev-python/twisted/twisted-21.2.0-r1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="conch crypt http2 serial test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: f759e8e667891f7986f1147ddac3a99f4f7f7ee9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:43:43 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f759e8e6

dev-python/ddt: Keyword 1.4.2 alpha, #785025

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

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

diff --git a/dev-python/ddt/ddt-1.4.2.ebuild b/dev-python/ddt/ddt-1.4.2.ebuild
index 4ea7853d288..faf576c90bf 100644
--- a/dev-python/ddt/ddt-1.4.2.ebuild
+++ b/dev-python/ddt/ddt-1.4.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 sparc x86"
 
 BDEPEND="
test? (



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

2021-07-24 Thread Zac Medico
commit: 423e045bb65e7795f4e6e0354d15f43958186251
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 25 02:24:48 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 25 02:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423e045b

app-admin/vault: Remove vulnerable version 1.5.6

Bug: https://bugs.gentoo.org/797244
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/vault/Manifest   |  2 -
 app-admin/vault/vault-1.5.6.ebuild | 78 --
 2 files changed, 80 deletions(-)

diff --git a/app-admin/vault/Manifest b/app-admin/vault/Manifest
index f192b54a80c..4b5b1dd2495 100644
--- a/app-admin/vault/Manifest
+++ b/app-admin/vault/Manifest
@@ -1,5 +1,3 @@
-DIST vault-1.5.6-webui.tar.xz 1237168 BLAKE2B 
997a3ef1e297e288d2abf14647667fd07ebd2e9c6389aad90e3c8fe4d66b5e77004ad07575c6a48d38eb1a4e4040af6cf341edc17bbe87a575a31e06f91449aa
 SHA512 
afed06fe9866dd24ea925e49e2ebdb477ef40dd8ea0137fec1f8a86e17cbe5679ef23a9d9a248ce4de8a21392c96d50f47487c5a866f45ad7317c6cbfc1a5fda
-DIST vault-1.5.6.tar.gz 35110596 BLAKE2B 
6e2581b82dfc98f0fd4c807dd24c9e17b4e4c3252ab5744388e17a076d8ed613ea2360f8bf5b975ee5b15d6c7f96100f2b814e290ab47e33c565525ffe1eeda3
 SHA512 
1da2a6f1307583f03298a4199d301536783787ae1d9b16a8b0a4cce55d29a1fd8a1631366a55aa4671d5b7f6fb9108ffe55d9ec9575e887e495a512b00cf9cb3
 DIST vault-1.5.9-webui.tar.xz 1244124 BLAKE2B 
bdd56f3ffc3c1733f9ba3c76be2e6969039dfbf03ba3ced1f9fa69b2622b51d09e18c5a2c1127a5056db54a2a034549d40e3edbba23849276ce15360e3859afb
 SHA512 
5abac5ccaf0c3010327eb79e78b3fe37de89202e998c19457d8782d138e826e2c6e319dca221419977ecc6dbe7477e7778c9d5011ecef5eaa49e53a4485f586e
 DIST vault-1.5.9.tar.gz 35127251 BLAKE2B 
7b2c24f797f0c54672b49a28989e0e465d9a0054f26cfcaf22d030a9f3b25d79b496044bb65a6d4c363b7478a3ca6d8dac1520169d6c347fe75bac3ff6001df6
 SHA512 
de5dfa9cb0ca41514fa5652d2cd3dacc312b1a6d9f2311823a1634dadb6bc4430d8124ac9089dd93f7277ff44f3fee37354b3ae48f8ece839ba859c89655510b
 DIST vault-1.6.5-webui.tar.xz 1273364 BLAKE2B 
3fd23a322f435cc1151c7c7321bd48ddbf5a06e260e77cb51353e5df940a7e7932b7043e914da149664d20e7a10b24771c6c3f1cad0cae035b654f4e206212aa
 SHA512 
cbc433bf101996ff1f800b023664f1a6b9e3473fb2220986724f2019801cbe758a0889f1e9ab8a4fbcda3a6d75e453251a24f1c81228616f6a377100c4e7ae7a

diff --git a/app-admin/vault/vault-1.5.6.ebuild 
b/app-admin/vault/vault-1.5.6.ebuild
deleted file mode 100644
index 0e1b75de2be..000
--- a/app-admin/vault/vault-1.5.6.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps go-module systemd
-
-DESCRIPTION="A tool for managing secrets"
-HOMEPAGE="https://vaultproject.io/;
-VAULT_WEBUI_ARCHIVE="${P}-webui.tar.xz"
-SRC_URI="https://github.com/hashicorp/vault/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   webui? (
-   https://dev.gentoo.org/~zmedico/dist/${VAULT_WEBUI_ARCHIVE}
-   )"
-
-LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+webui"
-
-BDEPEND="dev-go/gox
-   >=dev-lang/go-1.14.7"
-COMMON_DEPEND="acct-group/vault
-   acct-user/vault"
-   DEPEND="${COMMON_DEPEND}"
-   RDEPEND="${COMMON_DEPEND}"
-
-FILECAPS=(
-   -m 755 'cap_ipc_lock=+ep' usr/bin/${PN}
-)
-
-RESTRICT+=" test"
-
-src_prepare() {
-   default
-   # Avoid the need to have a git checkout
-   sed -e 's:^\(GIT_COMMIT=\).*:\1:' \
-   -e 's:^\(GIT_DIRTY=\).*:\1:' \
-   -e s:\'\${GIT_COMMIT}\${GIT_DIRTY}\':: \
-   -i scripts/build.sh || die
-   sed -e "/hooks/d" \
-   -e 's|^\([[:space:]]*\)goimports .*)|\1true|' \
-   -i Makefile || die
-   if [[ -f "${WORKDIR}/http/bindata_assetfs.go" ]]; then
-   mv "${WORKDIR}/http/bindata_assetfs.go" "${S}/http" ||
-   die "mv failed"
-   fi
-}
-
-src_compile() {
-   mkdir "${T}"/bin || die
-   BUILD_TAGS="$(usex webui ui '')" \
-   GOFLAGS="-mod=vendor" \
-   GOPATH="${T}" \
-   XC_ARCH=$(go env GOARCH) \
-   XC_OS=$(go env GOOS) \
-   XC_OSARCH=$(go env GOOS)/$(go env GOARCH) \
-   emake
-}
-
-src_install() {
-   dobin bin/${PN}
-   dodoc CHANGELOG.md CONTRIBUTING.md README.md
-   insinto /etc/${PN}.d
-   doins "${FILESDIR}/"*.json.example
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}
-
-pkg_postinst() {
-   fcaps_pkg_postinst
-   go-module_pkg_postinst
-}



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

2021-07-24 Thread Zac Medico
commit: 8b4d30d5292d7a081b2a70ab9ad07888fa898de8
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Jul 25 02:23:57 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Jul 25 02:28:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4d30d5

app-admin/vault: stabilize 1.5.9

Bug: https://bugs.gentoo.org/797244
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/vault/vault-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/vault/vault-1.5.9.ebuild 
b/app-admin/vault/vault-1.5.9.ebuild
index f66aa7089ee..0e1b75de2be 100644
--- a/app-admin/vault/vault-1.5.9.ebuild
+++ b/app-admin/vault/vault-1.5.9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hashicorp/vault/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="+webui"
 
 BDEPEND="dev-go/gox



[gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/, games-fps/quakeforge/files/

2021-07-24 Thread Ionen Wolkens
commit: 51bace7b8f0ee05bebb0c854d85fcf6857320aad
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:48:10 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bace7b

games-fps/quakeforge: drop 0.7.2_p20210601

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-fps/quakeforge/Manifest  |   1 -
 .../quakeforge-0.7.2_p20210601-png-stub.patch  |   9 --
 .../quakeforge-0.7.2_p20210601-skipped-tests.patch |  15 --
 .../quakeforge/quakeforge-0.7.2_p20210601.ebuild   | 173 -
 4 files changed, 198 deletions(-)

diff --git a/games-fps/quakeforge/Manifest b/games-fps/quakeforge/Manifest
index c2890dce25b..8b9eb11acfb 100644
--- a/games-fps/quakeforge/Manifest
+++ b/games-fps/quakeforge/Manifest
@@ -1,2 +1 @@
-DIST quakeforge-0.7.2_p20210601.tar.gz 3140318 BLAKE2B 
4359c2e92a52bc314bca82dcf6f90aebe2fb7260e9c2e1444d3ca239c53adf1ca912093c5c0ccacb4cf9375e199c244f1b8787196c2f8f3bbc7eb00962b0d8da
 SHA512 
a27e4317b3c01f129f1f32209c02b86abf7148c3e0b2e39306324d6b4758d9165883c169ebfde03fc7350b499088cd685991483911b5ae57ccb9b80baaefa733
 DIST quakeforge-0.7.2_p20210722.tar.gz 3157720 BLAKE2B 
9757ed10a5f78d9b5f09029c149c3fc121daf4bef2cc5a1687d00d2d85c36065663407318478c801a4ae62dee03713e35009c91f590d1686678756da1aab7824
 SHA512 
1c3778ff73cffbb5cadc33e0b544935f822a0f983ed67945dbbd7f6624752b68e3da46f1836f38f22cbae9a9ac191eeacc256ca5da540c5448dfc1fb56b68aa4

diff --git 
a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch 
b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch
deleted file mode 100644
index d32fab57b7e..000
--- a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-Fix stub definition for USE=-png
-https://github.com/quakeforge/quakeforge/issues/14
 a/libs/image/png.c
-+++ b/libs/image/png.c
-@@ -320,3 +320,3 @@
- VISIBLE tex_t *
--LoadPNG (QFile *infile)
-+LoadPNG (QFile *infile, int load)
- {

diff --git 
a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch 
b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch
deleted file mode 100644
index 5b25af47ac2..000
--- a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-These are only failing at high precision and
-should not affect normal usage.
-  quat/simd: fails with -mavx
-  sebvf: random failure, sometimes pass
 a/libs/util/test/Makemodule.am
-+++ b/libs/util/test/Makemodule.am
-@@ -15,8 +15,5 @@
-   libs/util/test/test-qfs \
--  libs/util/test/test-quat \
-   libs/util/test/test-seb \
--  libs/util/test/test-sebvf \
-   libs/util/test/test-seg \
-   libs/util/test/test-set \
--  libs/util/test/test-simd \
-   libs/util/test/test-txtbuffer \

diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild 
b/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild
deleted file mode 100644
index 504324b8b2b..000
--- a/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs
-
-MY_COMMIT="53b553e89234306dc0111b107308fb42998e522b"
-
-DESCRIPTION="3D engine based on id Software's Quake and QuakeWorld game 
engines"
-HOMEPAGE="http://www.quakeforge.net/;
-SRC_URI="https://github.com/quakeforge/quakeforge/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa +client custom-cflags debug doc flac ipv6 jack ncurses oss png sdl 
vorbis wildmidi zlib"
-
-RDEPEND="
-   client? (
-   media-libs/libsamplerate
-   net-misc/curl
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXxf86vm
-   alsa? ( media-libs/alsa-lib )
-   flac? ( media-libs/flac )
-   jack? ( virtual/jack )
-   sdl? ( media-libs/libsdl[sound] )
-   vorbis? ( media-libs/libvorbis )
-   wildmidi? ( media-sound/wildmidi )
-   )
-   ncurses? ( sys-libs/ncurses:= )
-   png? ( media-libs/libpng:= )
-   zlib? ( sys-libs/zlib:= )"
-DEPEND="
-   ${RDEPEND}
-   client? (
-   virtual/opengl
-   x11-base/xorg-proto
-   )"
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen[dot]
-   media-gfx/transfig
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-png-stub.patch
-   "${FILESDIR}"/${P}-skipped-tests.patch
-)
-
-src_prepare() {
-   default
-
-   echo ${PV} > .tarball-version || die
-
-   eautoreconf
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/files/, dev-lang/ispc/

2021-07-24 Thread Ionen Wolkens
commit: 8a91f68c7b24c9482f470ddfb4e04fe1cadefafe
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:50:56 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a91f68c

dev-lang/ispc: drop 1.14.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-lang/ispc/Manifest |   1 -
 .../files/ispc-1.13.0-cmake-gentoo-release.patch   |  13 ---
 dev-lang/ispc/files/ispc-1.13.0-werror.patch   |  13 ---
 dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch  | 106 -
 dev-lang/ispc/ispc-1.14.1.ebuild   |  82 
 5 files changed, 215 deletions(-)

diff --git a/dev-lang/ispc/Manifest b/dev-lang/ispc/Manifest
index 30167e29bb8..e70729967c1 100644
--- a/dev-lang/ispc/Manifest
+++ b/dev-lang/ispc/Manifest
@@ -1,2 +1 @@
-DIST ispc-1.14.1.tar.gz 19454189 BLAKE2B 
615698e64ffbd2c82808d6ddd0b5b90f7c52bb8c202a04364d63af26f0e062631f4a8ad01895c1a4f1a8f11e7f91aec381354ddd873d0a4f2908431dcaabe383
 SHA512 
468e8a44408047ba7b43dc4baf05c2659093b986e131ebe973954ff3b9cf707a4ed22c705b6e01a9abc9a3911669ab31cd191449442c4ac73112a1297da32c5e
 DIST ispc-1.16.0.tar.gz 19548153 BLAKE2B 
9b6d9329430d59041a76c20332b527560afa47a5585652abdf93aedb7907483d1647c829f2bd3f396cd53301bc79367cd91606b90a543fa8bec2f6ab34452989
 SHA512 
8469db4e3e9834477345b431162543f1c8e680aa9834c9a50239781dc7febfdde0561c2f13d1387e37f95a18c4376a85cb9cbae33cb614dc8977dfc9f47da215

diff --git a/dev-lang/ispc/files/ispc-1.13.0-cmake-gentoo-release.patch 
b/dev-lang/ispc/files/ispc-1.13.0-cmake-gentoo-release.patch
deleted file mode 100644
index b89e6150400..000
--- a/dev-lang/ispc/files/ispc-1.13.0-cmake-gentoo-release.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 13e66268..27ff8364 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -137,7 +137,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY 
${CMAKE_CURRENT_BINARY_DIR}/bin )
- 
- if(CMAKE_BUILD_TYPE)
- # Validate build type
--set(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo")
-+set(CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;Gentoo")
- 
- string(FIND "${CONFIGURATION_TYPES}" "${CMAKE_BUILD_TYPE}" MATCHED_CONFIG)
- if (${MATCHED_CONFIG} EQUAL -1)

diff --git a/dev-lang/ispc/files/ispc-1.13.0-werror.patch 
b/dev-lang/ispc/files/ispc-1.13.0-werror.patch
deleted file mode 100644
index 3fa144b78db..000
--- a/dev-lang/ispc/files/ispc-1.13.0-werror.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 13e66268..27ff8364 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -352,7 +352,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
-${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR})
- # Compile options
- if (UNIX)
--target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare 
-Wno-unused-function -Werror ${LLVM_CPP_FLAGS})
-+target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wno-sign-compare 
-Wno-unused-function ${LLVM_CPP_FLAGS})
- # Security options
- target_compile_options(${PROJECT_NAME} PRIVATE -fstack-protector 
-fdata-sections -ffunction-sections
--Wformat -Wformat-security -fpie -fwrapv)

diff --git a/dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch 
b/dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch
deleted file mode 100644
index 7a76d99aca8..000
--- a/dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch
+++ /dev/null
@@ -1,106 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 13e66268..27ff8364 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -218,7 +218,7 @@ if (WASM_ENABLED)
- list(APPEND ISPC_TARGETS wasm-i32x4)
- endif()
- 
--set(CLANG_LIBRARY_LIST clangFrontend clangDriver clangSerialization 
clangParse clangSema clangAnalysis clangAST clangBasic clangEdit clangLex)
-+set(CLANG_LIBRARY_LIST clang clang-cpp)
- set(LLVM_COMPONENTS engine ipo bitreader bitwriter instrumentation linker 
option)
- 
- if (${LLVM_VERSION_NUMBER} VERSION_GREATER_EQUAL "10.0.0")
-@@ -402,11 +402,8 @@ if (ISPC_USE_ASAN)
- endif()
- 
- # Link against Clang libraries
--foreach(clangLib ${CLANG_LIBRARY_LIST})
--find_library(${clangLib}Path NAMES ${clangLib} HINTS ${LLVM_LIBRARY_DIRS})
--list(APPEND CLANG_LIBRARY_FULL_PATH_LIST ${${clangLib}Path})
--endforeach()
--target_link_libraries(${PROJECT_NAME} ${CLANG_LIBRARY_FULL_PATH_LIST})
-+find_package(Clang REQUIRED)
-+target_link_libraries(${PROJECT_NAME} ${CLANG_LIBRARY_LIST})
- 
- # Link against LLVM libraries
- target_link_libraries(${PROJECT_NAME} ${LLVM_LIBRARY_LIST})
-diff --git a/src/llvmutil.cpp b/src/llvmutil.cpp
-index 06fab989..57a7130f 100644
 a/src/llvmutil.cpp
-+++ b/src/llvmutil.cpp
-@@ -42,6 +42,7 @@
- #include 
- #include 
- #include 
-+#include 
-
- #ifdef ISPC_GENX_ENABLED
- #include 
-@@ -1394,7 +1395,7 @@ static void lDumpValue(llvm::Value *v, 

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

2021-07-24 Thread Ionen Wolkens
commit: d6314a589936029a7512249250414af228d3edd7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:49:32 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6314a58

games-board/scid: drop 4.6.2-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-board/scid/Manifest  |   5 -
 games-board/scid/files/scid-4.6.2-gentoo.patch | 127 -
 games-board/scid/scid-4.6.2-r1.ebuild  |  99 ---
 3 files changed, 231 deletions(-)

diff --git a/games-board/scid/Manifest b/games-board/scid/Manifest
index 9fe9859e527..03d47a9060b 100644
--- a/games-board/scid/Manifest
+++ b/games-board/scid/Manifest
@@ -1,7 +1,2 @@
-DIST photos.zip 1007488 BLAKE2B 
8b0f9b0402d9102bda4cfe1333cafdf048592004b2b8cb7f8f085eacc10b6b89811afd39c3d849a4f6288ad63145fc760e60bcd70867ae339459a451c537cbf3
 SHA512 
c04fc810b457d4dbd9a9cfaac90feaa8c32a2abee05e28a79042ae81cb01e8580e2a1cf0abeff230ec2928da883f862b8901d679cb1448fd9ca0923323fbddd6
-DIST ratings.zip 969347 BLAKE2B 
47d050f7c0e00e96aa0371db7f328e699cd0e34eafa3652664f00df7fe08b98adc4197c5235303d6df2c5bcf7ea568c753d23ac5fffe3616de6db9dae21a31a3
 SHA512 
9b2a7280a7e72e2b464cc3da6be82ec9825b11d3c7e2219ab03a711c69f185f7d954eb3acdd441bff210e9296613df79a7e147a2ccbb4ed37b50af762abbd243
-DIST scid-4.6.2.zip 9768139 BLAKE2B 
8e9baf2fe67c3566111f23ead005cba34d32f986afbaaed2117dc46aab65190dd8675df721c6fff3e7c5f338a07d7b787265dee63480141258625f6b6f54ec6d
 SHA512 
d33f730857362dfefe55aaf395b0fc42087e190743ed63072128509fc6ac33791a4c2f67f89f03ec39170660fc6b7a6804fea084b383cf97cbb21661ce0569b2
 DIST scid-4.7.0_x64_linux.tar.gz 129771457 BLAKE2B 
65ad7b58685a498954ebcf5216287216e2d2805bf0379784195b096c9eb04b333a8bbfb6c020c321b66c63d7bad2cfba724750b4d26f8172f620047219f98a73
 SHA512 
c9fb6f19741d60fe4952c643240f7e2eaa476eab35379c0a053b35217fe7a4b9ecfbc68edc45df4c9a2354babe8e0ddd2211db014d5396ce9bbb59db531c1179
 DIST scid-code-4.7.0.zip 15782104 BLAKE2B 
f1b927a1b23478d2e27a098e2ec99acb9a2061c373686cfcfa14ac219a1dce47468c3e46b3fe786655792177c86180bbe8e1dc91927b3ad2a80ea9b0bdb17fd3
 SHA512 
3c43fb8877da4a8dda9c99b1b856fe3f3840c7013041d53c31c8411ecf2e9ccbaf3b7c098e35cb23f5d0d7cac6b7514ca3bfb719fcbc111f5e1ef07f765f2708
-DIST scidlet40k.zip 242632 BLAKE2B 
a16c5a3c04f721a40221db33f9ff7192dba724203ff81a61286903c2f4ab8a33b442503882550a7a59ab0a0e6d735a74b3f34bf9dd89f9677f2b7a8b8082d398
 SHA512 
e8cb4ca276ca94378f224fad972b0659f3e8159668fa395dcae4be1de6cdd9d29082fdddba393bbea6c909bab4f388042ea05c7dff41edf850d731bc7479850d
-DIST spelling.zip 3147998 BLAKE2B 
40b33e0c5fab487247af13b0e3fa22d91b17cfb1dbc7d3fafd080db306700e684b30bf46a7222dd7ae16dc1407239973be8de1ee619b31cbcb373684a7f1487c
 SHA512 
394a8835f23336b6f4bebe4e33ab9f64ffa505e9d9bb984de82396e671df0b57b088aab28c5cf648c1a11bc28370b431cb6db54765ac4ab6056a707276ba8f42

diff --git a/games-board/scid/files/scid-4.6.2-gentoo.patch 
b/games-board/scid/files/scid-4.6.2-gentoo.patch
deleted file mode 100644
index 6afd56b5bad..000
--- a/games-board/scid/files/scid-4.6.2-gentoo.patch
+++ /dev/null
@@ -1,127 +0,0 @@
 scid-4.6.1.orig/engines/togaII1.2.1a/src/Makefile
-+++ scid-4.6.1/engines/togaII1.2.1a/src/Makefile
-@@ -18,23 +18,16 @@
- 
- # general
- 
--CXX  = g++
--CXXFLAGS = -pipe -Wall
--LDFLAGS  = -lm
- 
- # C++
- 
--CXXFLAGS += -fno-exceptions -fno-rtti
- 
- # optimisation
- 
--CXXFLAGS += -O3 -fstrict-aliasing
--CXXFLAGS += -fomit-frame-pointer
- # CXXFLAGS += -march=athlon-xp # SELECT ME
- 
- # strip
- 
--LDFLAGS += -s
- 
- # dependencies
- 
 scid-4.6.1.orig/Makefile.conf
-+++ scid-4.6.1/Makefile.conf
-@@ -157,32 +157,32 @@
- install: $(INSTALL)
- 
- install_scid: all_scid
--  install -m 755 -d "$(SHAREDIR)"
--  install -m 755 -d "$(BINDIR)"
--  install -m 755 $(SCRIPTS) $(EXECS) "$(BINDIR)"
--  rm -f "$(BINDIR)/scid"
--  @echo "#!/bin/sh" > "$(BINDIR)/scid"
--  @echo 'exec "$(BINDIR)/tkscid" "$(SHAREDIR)/tcl/start.tcl" "$$@"' >> 
"$(BINDIR)/scid"
--  chmod 755 "$(BINDIR)/scid"
--  chmod +x "$(BINDIR)/scid"
--  install -m 644 -p scid.eco "$(SHAREDIR)"
--  install -m 755 -d "$(SHAREDIR)/books"
--  install -m 666 ./books/*.* "$(SHAREDIR)/books/"
--  install -m 755 -d "$(SHAREDIR)/bases"
--  if test -d ./bases; then install -m 666 ./bases/*.* 
"$(SHAREDIR)/bases/" ; fi
--  install -m 755 -d "$(SHAREDIR)/html"
--  cp -r ./html/* "$(SHAREDIR)/html/"
--  install -m 755 -d "$(SHAREDIR)/img/"
--  cp -r ./img/* "$(SHAREDIR)/img/"
--  install -m 755 -d "$(SHAREDIR)/tcl/"
--  cp -r ./tcl/* "$(SHAREDIR)/tcl/"
-+  install -m 755 -d "$(DESTDIR)$(SHAREDIR)"
-+  install -m 755 -d "$(DESTDIR)$(BINDIR)"
-+  install -m 755 $(SCRIPTS) $(EXECS) "$(DESTDIR)$(BINDIR)"
-+  rm -f "$(DESTDIR)$(BINDIR)/scid"
-+  @echo "#!/bin/sh" > "$(DESTDIR)$(BINDIR)/scid"
-+  @echo 'exec 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/openglad/files/, games-rpg/openglad/

2021-07-24 Thread Ionen Wolkens
commit: 356534fe2064b17380551966f3822198fc638fd8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:45:48 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356534fe

games-rpg/openglad: drop 0.98-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-rpg/openglad/Manifest|  1 -
 games-rpg/openglad/files/0.98-gladpack.c.patch | 13 ---
 games-rpg/openglad/files/openglad-0.98-gcc43.patch | 11 --
 games-rpg/openglad/files/openglad-0.98-ovfl.patch  | 11 --
 games-rpg/openglad/openglad-0.98-r1.ebuild | 42 --
 5 files changed, 78 deletions(-)

diff --git a/games-rpg/openglad/Manifest b/games-rpg/openglad/Manifest
index 031d8ed8b48..94107a19173 100644
--- a/games-rpg/openglad/Manifest
+++ b/games-rpg/openglad/Manifest
@@ -1,3 +1,2 @@
-DIST openglad-0.98.tar.gz 724106 BLAKE2B 
6cd9df5fd260af9902997bc0708c8285e48081e52fff7af05f432ae94f2f6fdbfba162c664ac4f531796a0372f1be3be064843dad75163e68b7e324b9b6d506d
 SHA512 
3f9165fbf8fff081a862bfe81401a3b2ac227da58b84409beee8b0441f88b1a6deb3d24a1af6e71bd3a3484fc90de5574950fd54be82d837021a07f06302f0e1
 DIST openglad-0.98_p20200907.tar.gz 2060013 BLAKE2B 
5ea16c0ab13e45f1723ceb0b4167fcbf5863d040e1fc54cd27fa59df14200f84e0e22c0cba87f9ad3294a90850d5b36199cba8e78804d1994fb2dea6ea493fff
 SHA512 
b3bf582a780d90408fc585b28418f462602ec35434c018d6315fb8b119b34cb0dceabcd6b5a6450ba6beb2ab5dc931d6e21ecf46e76853c7f5051c9b3be9014c
 DIST openglad.png 5593 BLAKE2B 
1fbc5a32861dc4cc5bb4aae4b1b42e92411756618ccfa4172e1494c4f98eb527f6bd36273a250cd7ce721baa76ba80548d75ec1e89b3da134c78d0a7b415b6bd
 SHA512 
27419fcbbbf8640718968304a4824101860736c2091f494defcd111b5cc252856b5373c0e7a2bca1c79f9c7551012b0ba04577f9ed97769e436637ee25f5caeb

diff --git a/games-rpg/openglad/files/0.98-gladpack.c.patch 
b/games-rpg/openglad/files/0.98-gladpack.c.patch
deleted file mode 100644
index b4f5de9e399..000
--- a/games-rpg/openglad/files/0.98-gladpack.c.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 openglad-0.98/util/gladpack.c  2002-09-14 18:37:50.0 +1000
-+++ openglad-0.98/util/gladpack.c  2003-12-06 12:42:31.393812945 +1100
-@@ -9,8 +9,8 @@
- 
- int main(int argc, char **argv)
- {
--  if (argc > 1 && !strcmp(argv[1], "p")) pack(argc, argv);
--  else if (argc > 1 && !strcmp(argv[1], "u")) unpack(argc, argv);
-+  if (argc > 1 && !strcmp(argv[1], "p")) return pack(argc, argv);
-+  else if (argc > 1 && !strcmp(argv[1], "u")) return unpack(argc, argv);
-   else
-   {
-   printf("Usage: gladpack (p|u) ...\n");

diff --git a/games-rpg/openglad/files/openglad-0.98-gcc43.patch 
b/games-rpg/openglad/files/openglad-0.98-gcc43.patch
deleted file mode 100644
index 9f46ce8e5b9..000
--- a/games-rpg/openglad/files/openglad-0.98-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/parser.cpp
-+++ b/src/parser.cpp
-@@ -23,6 +23,8 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
- #include "parser.h"
- 
- using namespace std;

diff --git a/games-rpg/openglad/files/openglad-0.98-ovfl.patch 
b/games-rpg/openglad/files/openglad-0.98-ovfl.patch
deleted file mode 100644
index 8ec89d22559..000
--- a/games-rpg/openglad/files/openglad-0.98-ovfl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/screen.cpp   2011-07-23 21:35:34.385063301 +0200
-+++ b/src/screen.cpp   2011-07-23 21:35:59.948063312 +0200
-@@ -2383,7 +2383,7 @@
-   short listsize;
-   short i;
-   walker * new_guy;
--  char newgrid[12] = "grid.pix";  // default grid
-+  char newgrid[13] = "grid.pix";  // default grid
-   char new_scen_type; // read the scenario type
-   char oneline[80];
-   char numlines, tempwidth;

diff --git a/games-rpg/openglad/openglad-0.98-r1.ebuild 
b/games-rpg/openglad/openglad-0.98-r1.ebuild
deleted file mode 100644
index 8d38d5ca0ff..000
--- a/games-rpg/openglad/openglad-0.98-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="An SDL clone of Gladiator, a classic RPG game"
-HOMEPAGE="http://snowstorm.sourceforge.net/;
-SRC_URI="mirror://sourceforge/snowstorm/${P}.tar.gz
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   media-libs/libsdl[joystick,sound,video]
-   media-libs/sdl-image
-   media-libs/sdl-mixer"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gcc43.patch
-   "${FILESDIR}"/${PV}-gladpack.c.patch
-   "${FILESDIR}"/${P}-ovfl.patch
-)
-
-src_configure() {
-   econf \
-   --prefix=/usr \
-   --bindir=/usr/bin \
-   --datadir=/usr/share/${PN}
-}
-
-src_install() {
-   emake install \
-   DESTDIR="${D}" \
-   

[gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/files/, games-strategy/widelands/

2021-07-24 Thread Ionen Wolkens
commit: 49a3db425ba69f62e6d3e4e0c26d1df8b1c4153d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:48:39 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a3db42

games-strategy/widelands: drop 0.21

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-strategy/widelands/Manifest  |  1 -
 .../files/widelands-0.20_rc1-cxxflags.patch| 24 -
 games-strategy/widelands/widelands-0.21.ebuild | 58 --
 3 files changed, 83 deletions(-)

diff --git a/games-strategy/widelands/Manifest 
b/games-strategy/widelands/Manifest
index 0f87ebe4120..413b5f84b64 100644
--- a/games-strategy/widelands/Manifest
+++ b/games-strategy/widelands/Manifest
@@ -1,2 +1 @@
 DIST widelands-1.0.tar.gz 792124780 BLAKE2B 
03f3eeacd8a9a867020be8ed086f139dc7f2fdf30b901edfc1d86bf9c245a71c3c4358d5589f1cd7734b6ac3bf93bab38870544050628f44863decbed86f6d47
 SHA512 
1092750944a8669682097dfbd2b578cdb8fab377f32cb81ce8d85b9d9b2e8ae8c4c73500c0a89be649b360fd7e086e19595eba37cecb8d64679e46f7da13e46e
-DIST widelands-build21-source.tar.gz 381374149 BLAKE2B 
17f0491bf7bcd10449bcc274be94aec4a0a64625c19f52426a0d460c3356e04a59b51683e72b4492ba1f62bd6ea510250c3cedda89a7588b88a0071abb1cf0cf
 SHA512 
8d36bd0407a72e4e221155121f9ab4ce7fdfb6d81ca70a2772baf12c3397fc6abbcad5006336adb471d2c5127a90b4cda735e941d69cf779be1f923d4a38960e

diff --git a/games-strategy/widelands/files/widelands-0.20_rc1-cxxflags.patch 
b/games-strategy/widelands/files/widelands-0.20_rc1-cxxflags.patch
deleted file mode 100644
index ee8fda17ee4..000
--- a/games-strategy/widelands/files/widelands-0.20_rc1-cxxflags.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 widelands-build19-rc1/CMakeLists.txt
-+++ widelands-build19-rc1/CMakeLists.txt
-@@ -146,19 +146,13 @@
-   option(OPTION_ASAN "Build with AddressSanitizer" ON)
- elseif(CMAKE_BUILD_TYPE STREQUAL "Release")
-   if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND 
(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.2))
--message(STATUS "GCC >6.2.0 breaks -03, setting -02")
--set(WL_OPTIMIZE_FLAGS "-O2")
--  else()
--set(WL_OPTIMIZE_FLAGS "-O3")
-+message(STATUS "GCC >6.2.0 breaks -03")
-   endif ()
-   set(WL_DEBUG_FLAGS "-DNDEBUG -DNOPARACHUTE")
-   option(OPTION_ASAN "Build with AddressSanitizer" OFF)
- elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
-   if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND 
(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.2))
--message(STATUS "GCC >6.2.0 breaks -03, setting -02")
--set(WL_OPTIMIZE_FLAGS "-O2")
--  else()
--set(WL_OPTIMIZE_FLAGS "-O3")
-+message(STATUS "GCC >6.2.0 breaks -03")
-   endif ()
-   set(WL_DEBUG_FLAGS "-DNDEBUG -DNOPARACHUTE")
-   option(OPTION_ASAN "Build with AddressSanitizer" ON)

diff --git a/games-strategy/widelands/widelands-0.21.ebuild 
b/games-strategy/widelands/widelands-0.21.ebuild
deleted file mode 100644
index 398bc433cb5..000
--- a/games-strategy/widelands/widelands-0.21.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit xdg cmake python-any-r1
-
-MY_PV="build$(ver_cut 2)"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Game similar to Settlers 2"
-HOMEPAGE="https://www.widelands.org/;
-SRC_URI="https://launchpad.net/widelands/${MY_PV}/${MY_PV}/+download/${MY_P}-source.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="|| ( Apache-2.0 GPL-3 ) BitstreamVera CC-BY-SA-3.0 GPL-2 GPL-2+ MIT 
OFL-1.1 ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/icu:=
-   media-libs/glew:0=
-   media-libs/libglvnd
-   media-libs/libpng:=
-   media-libs/libsdl2[opengl,sound,video]
-   media-libs/sdl2-image[jpeg,png]
-   media-libs/sdl2-mixer[vorbis]
-   media-libs/sdl2-ttf
-   sys-libs/zlib:=
-   virtual/libintl"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/boost"
-BDEPEND="
-   ${PYTHON_DEPS}
-   sys-devel/gettext"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch
-)
-
-src_configure() {
-   CMAKE_BUILD_TYPE="Release"
-
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr/bin
-   -DWL_INSTALL_BASEDIR="${EPREFIX}"/usr/share/doc/${PF}
-   -DWL_INSTALL_DATADIR="${EPREFIX}"/usr/share/${PN}
-   -DGTK_UPDATE_ICON_CACHE=OFF
-   -DOPTION_BUILD_TESTS=$(usex test)
-   )
-
-   cmake_src_configure
-}



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

2021-07-24 Thread Ionen Wolkens
commit: 6be869a20f381fb84f2c32dd382547b4465a6a1a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:41:08 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be869a2

media-libs/sdl-image: drop vulnerable 1.2.12-r2

Bug: https://bugs.gentoo.org/772194
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/sdl-image/Manifest   |  1 -
 media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/media-libs/sdl-image/Manifest b/media-libs/sdl-image/Manifest
index 7aa11fed3b8..681f41c3d6e 100644
--- a/media-libs/sdl-image/Manifest
+++ b/media-libs/sdl-image/Manifest
@@ -1,2 +1 @@
-DIST SDL_image-1.2.12.tar.gz 2231074 BLAKE2B 
0d63e0b2207d1d347ec882e610eb37a625811febc215f089eb00dddec92b1a9fe026d2ab7823677c46e595585f3b5e176c35f9ac1f9ec2debf430ecc3ea950a6
 SHA512 
0e71b280abc2a7f15755e4480a3c1b52d41f9f8b0c9216a6f5bd9fc0e939456fb5d6c10419e1d1904785783f9a1891ead278c03e88b0466fecc6871c3ca40136
 DIST SDL_image-1.2.12_p20210314.tar.gz 10890897 BLAKE2B 
ddc3e0a49e4ce8fc3c46c5dabe277f9bd2db81f43880aadc8fbd3b6fa09254669fdac90ee4c3c7b92d5c7ec97747944c3953ea2dca065e646416391730cb22dd
 SHA512 
f087472593cbaa9e65c5d643d7801e2ff5e49bee66502d8c094ea18bcd5f66e6da153d39bff7bc81ed20556c909fc4cce279275ff55ee00aebf07d39c27fd543

diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild 
b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
deleted file mode 100644
index f7919bd482e..000
--- a/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib-minimal
-
-MY_P="${P/sdl-/SDL_}"
-DESCRIPTION="image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/;
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]
-   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
-   webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --disable-jpg-shared \
-   --disable-png-shared \
-   --disable-tif-shared \
-   --disable-webp-shared \
-   $(use_enable static-libs static) \
-   $(use_enable gif) \
-   $(use_enable jpeg jpg) \
-   $(use_enable tiff tif) \
-   $(use_enable png) \
-   $(use_enable webp) \
-   --enable-bmp \
-   --enable-lbm \
-   --enable-pcx \
-   --enable-pnm \
-   --enable-tga \
-   --enable-xcf \
-   --enable-xpm \
-   --enable-xv
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   dobin .libs/showimage
-}
-
-multilib_src_install_all() {
-   dodoc CHANGES README
-   if ! use static-libs; then
-   find "${ED}" -name '*.la' -delete || die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/, media-libs/libsdl2/files/

2021-07-24 Thread Ionen Wolkens
commit: b7123d5088482b6a414f9f3b7da7738360b6d853
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:39:37 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7123d50

media-libs/libsdl2: drop vulnerable 2.0.12-r2

Bug: https://bugs.gentoo.org/766204
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/libsdl2/Manifest|   1 -
 .../files/libsdl2-2.0.12-egl-detection.patch   |  24 ---
 .../libsdl2/files/libsdl2-2.0.12-static-libs.patch |  48 -
 .../files/libsdl2-2.0.12-vulkan-headers.patch  |  17 --
 media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild| 204 -
 media-libs/libsdl2/metadata.xml|   1 -
 6 files changed, 295 deletions(-)

diff --git a/media-libs/libsdl2/Manifest b/media-libs/libsdl2/Manifest
index fef6b59307f..d4a910d2b22 100644
--- a/media-libs/libsdl2/Manifest
+++ b/media-libs/libsdl2/Manifest
@@ -1,2 +1 @@
-DIST SDL2-2.0.12.tar.gz 5720162 BLAKE2B 
1e50d2d3060c38faadfc6610e3af7b0e54ce880101f8ca441b84431fb5f683cc6353402025be2eecbb8b9f85bb3982c9aea36e96067a97d079d39f9cd44964a0
 SHA512 
3f1f04af0f3d9dda9c84a2e9274ae8d83ea0da3fc367970a820036cc4dc1dbf990cfc37e4975ae05f0b45a4ffa739c6c19e470c00bf3f2bce9b8b63717b8b317
 DIST SDL2-2.0.14.tar.gz 6089974 BLAKE2B 
5982c66430f8ae62094dbc216781efafd3a07c50efd16bc8307d5048227011d4710d5af1b15be01a55fa6f3ae41eedf9c2df67bafd98042e3b2978a05e7ffd27
 SHA512 
ebc482585bd565bf3003fbcedd91058b2183e333b9ea566d2f386da0298ff970645d9d25c1aa4459c7c96e9ea839fd1c5f2da0242a56892865b2e456cdd027ee

diff --git a/media-libs/libsdl2/files/libsdl2-2.0.12-egl-detection.patch 
b/media-libs/libsdl2/files/libsdl2-2.0.12-egl-detection.patch
deleted file mode 100644
index 7655ca67494..000
--- a/media-libs/libsdl2/files/libsdl2-2.0.12-egl-detection.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Fix wayland support on systems without X11.
-
-Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=5270
-
 a/configureTue Aug 25 04:05:36 2020 +0200
-+++ a/configureTue Aug 25 06:40:03 2020 -0700
-@@ -22306,6 +22306,7 @@
-   #define LINUX
-   #define EGL_API_FB
-   #define MESA_EGL_NO_X11_HEADERS
-+  #define EGL_NO_X11
-   #include 
-   #include 
-
 a/configure.ac Tue Aug 25 04:05:36 2020 +0200
-+++ a/configure.ac Tue Aug 25 06:40:03 2020 -0700
-@@ -2373,6 +2373,7 @@
-   #define LINUX
-   #define EGL_API_FB
-   #define MESA_EGL_NO_X11_HEADERS
-+  #define EGL_NO_X11
-   #include 
-   #include 
- ],[

diff --git a/media-libs/libsdl2/files/libsdl2-2.0.12-static-libs.patch 
b/media-libs/libsdl2/files/libsdl2-2.0.12-static-libs.patch
deleted file mode 100644
index f80dc6c222c..000
--- a/media-libs/libsdl2/files/libsdl2-2.0.12-static-libs.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Fix --disable-static.
-
-Bug: https://bugzilla.libsdl.org/show_bug.cgi?id=1431
-
 SDL2-2.0.12/configure.ac
-+++ SDL2-2.0.12/configure.ac
-@@ -3751,7 +3751,7 @@
- if test -f /lib/w32api/libuuid.a; then
- LIBUUID=/lib/w32api/libuuid.a
- else
--LIBUUID=-luuid
-+LIBUUID=-Wl,-luuid
- fi
- EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 
-lole32 -loleaut32 -lshell32 -lsetupapi -lversion $LIBUUID -static-libgcc"
- # The Windows platform requires special setup
-@@ -4194,10 +4194,10 @@
- 
- VERSION_OBJECTS=`echo $VERSION_SOURCES`
- VERSION_DEPENDS=`echo $VERSION_SOURCES`
--VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ 
]]*\)\.rc,$(objects)/\1.o,g'`
-+VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ 
]]*\)\.rc,$(objects)/\1.lo,g'`
- VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ 
]]*\\)\\.rc,
--\\$(objects)/\\2.o: \\1/\\2.rc \\$(objects)/.created
--  \\$(WINDRES) \\$< \\$@,g"`
-+\\$(objects)/\\2.lo: \\1/\\2.rc \\$(objects)/.created
-+  \\$(LIBTOOL) --mode=compile --tag=RC \\$(WINDRES) -i \\$< -o \\$@,g"`
- 
- SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES`
- SDLMAIN_DEPENDS=`echo $SDLMAIN_SOURCES`
 SDL2-2.0.12/Makefile.in
-+++ SDL2-2.0.12/Makefile.in
-@@ -148,13 +148,13 @@
- .PHONY: all update-revision install install-bin install-hdrs install-lib 
install-data uninstall uninstall-bin uninstall-hdrs uninstall-lib 
uninstall-data clean distclean dist $(OBJECTS:.lo=.d)
- 
- $(objects)/$(TARGET): $(GEN_HEADERS) $(GEN_OBJECTS) $(OBJECTS) 
$(VERSION_OBJECTS)
--  $(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ $(OBJECTS) 
$(GEN_OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS)
-+  $(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ 
$^ $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS)
- 
- $(objects)/$(SDLMAIN_TARGET): $(SDLMAIN_OBJECTS)
--  $(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link 

[gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl/, media-libs/libsdl/files/

2021-07-24 Thread Ionen Wolkens
commit: 74e12610ae4c66545f127e400e0a08bd7bc5a0d0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:43:10 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e12610

media-libs/libsdl: drop vulnerable 1.2.15-r9

Bug: https://bugs.gentoo.org/692388
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/libsdl/Manifest |   1 -
 .../files/libsdl-1.2.15-SDL_EnableUNICODE.patch|  47 ---
 .../libsdl/files/libsdl-1.2.15-bsd-joystick.patch  |  28 -
 media-libs/libsdl/files/libsdl-1.2.15-caca.patch   |  26 
 .../libsdl/files/libsdl-1.2.15-const-xdata32.patch |  58 -
 .../libsdl/files/libsdl-1.2.15-joystick.patch  |  13 --
 .../libsdl/files/libsdl-1.2.15-resizing.patch  |  60 -
 media-libs/libsdl/libsdl-1.2.15-r9.ebuild  | 135 -
 8 files changed, 368 deletions(-)

diff --git a/media-libs/libsdl/Manifest b/media-libs/libsdl/Manifest
index f155eac13db..4024ceafbd4 100644
--- a/media-libs/libsdl/Manifest
+++ b/media-libs/libsdl/Manifest
@@ -1,2 +1 @@
-DIST SDL-1.2.15.tar.gz 3920622 BLAKE2B 
ecd4b82d7de6e4ca0de1317ad34bcd957a5a0d319e94c5b705f8b30aa53136ac08c88a6dcd90ad0ac84e607ba9483c2366921c4b25c8c53973cee62cfe97d204
 SHA512 
ac392d916e6953b0925a7cbb0f232affea9ef69b47a0a7898492afb9784b93138986df53d6da6d3e2ad79af1e9482df565ecca30f89428be0ae6851b1adc
 DIST SDL-1.2.15_p20210224.tar.gz 3991106 BLAKE2B 
be0906950c80cddf15bc458f7734a3ebfa767b11e2f54bf9f771155f4420947900b95bbbebf01341d9dba4c1c7cfe9d54e43150e5f7781622b99668b3362adeb
 SHA512 
3521fe996cf8a8ebb9beaa4802ac05cf5f3a2e7ed1c9b362a818d965b26ec8b3bbebfaac7c827feae44becf5bdd764378cb4282d129285f23a982b5c7474e006

diff --git a/media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch 
b/media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch
deleted file mode 100644
index bf68b2e44f4..000
--- a/media-libs/libsdl/files/libsdl-1.2.15-SDL_EnableUNICODE.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-
-diff -r 22a7f096bb9d -r 0aade9c0203f src/video/x11/SDL_x11events.c
 a/src/video/x11/SDL_x11events.cSun Dec 01 00:00:17 2013 -0500
-+++ b/src/video/x11/SDL_x11events.cThu Apr 17 22:36:14 2014 -0700
-@@ -395,6 +395,8 @@
- {
-   int posted;
-   XEvent xevent;
-+  int orig_event_type;
-+  KeyCode orig_keycode;
- 
-   SDL_memset(, '\0', sizeof (XEvent));  /* valgrind fix. --ryan. */
-   XNextEvent(SDL_Display, );
-@@ -410,9 +412,29 @@
- #ifdef X_HAVE_UTF8_STRING
-   /* If we are translating with IM, we need to pass all events
-  to XFilterEvent, and discard those filtered events immediately.  */
-+  orig_event_type = xevent.type;
-+  if (orig_event_type == KeyPress || orig_event_type == KeyRelease) {
-+   orig_keycode = xevent.xkey.keycode;
-+  } else {
-+   orig_keycode = 0;
-+  }
-   if ( SDL_TranslateUNICODE
-&& SDL_IM != NULL
-&& XFilterEvent(, None) ) {
-+  if (orig_keycode) {
-+  SDL_keysym keysym;
-+  static XComposeStatus state;
-+  char keybuf[32];
-+
-+  keysym.scancode = xevent.xkey.keycode;
-+  keysym.sym = X11_TranslateKeycode(SDL_Display, 
xevent.xkey.keycode);
-+  keysym.mod = KMOD_NONE;
-+  keysym.unicode = 0;
-+  if (orig_event_type == KeyPress && 
XLookupString(, keybuf, sizeof(keybuf), NULL, ))
-+  keysym.unicode = (Uint8)keybuf[0];
-+
-+  SDL_PrivateKeyboard(orig_event_type == KeyPress ? 
SDL_PRESSED : SDL_RELEASED, );
-+  }
-   return 0;
-   }
- #endif
-
-
-
-

diff --git a/media-libs/libsdl/files/libsdl-1.2.15-bsd-joystick.patch 
b/media-libs/libsdl/files/libsdl-1.2.15-bsd-joystick.patch
deleted file mode 100644
index 0f3542529ba..000
--- a/media-libs/libsdl/files/libsdl-1.2.15-bsd-joystick.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-
-# HG changeset patch
-# User Sam Lantinga 
-# Date 1329357968 18000
-# Node ID 62ff1c0a103f685774450be2e5338824a22078bd
-# Parent  8e98c714bb2ab96de4100a335dacf042963d5068
-FreeBSD compile fix
-
-Robert Millan
-
-src/joystick/bsd/SDL_sysjoystick.c makes the invalid assumption that
-__FreeBSD_kernel__ implies presence of "ucr_data" struct member.  This
-breaks recent versions of FreeBSD 10-CURRENT, FreeBSD 9-STABLE and
-Debian GNU/kFreeBSD "wheezy/sid".
-
-diff -r 8e98c714bb2a -r 62ff1c0a103f src/joystick/bsd/SDL_sysjoystick.c
 a/src/joystick/bsd/SDL_sysjoystick.c   Sat Feb 04 18:12:20 2012 -0500
-+++ b/src/joystick/bsd/SDL_sysjoystick.c   Wed Feb 15 21:06:08 2012 -0500
-@@ -148,7 +148,7 @@
- static intreport_alloc(struct report *, struct report_desc *, int);
- static void   report_free(struct report *);
- 
--#if defined(USBHID_UCR_DATA) || defined(__FreeBSD_kernel__)
-+#if 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/pcgen/

2021-07-24 Thread Ionen Wolkens
commit: 2c35a5e359977130e6ecbc9dc0cf1fec6d747053
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:44:42 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c35a5e3

games-rpg/pcgen: drop 6.04.01-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-rpg/pcgen/Manifest|  1 -
 games-rpg/pcgen/pcgen-6.04.01-r1.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/games-rpg/pcgen/Manifest b/games-rpg/pcgen/Manifest
index 6902226246a..6633890110f 100644
--- a/games-rpg/pcgen/Manifest
+++ b/games-rpg/pcgen/Manifest
@@ -1,2 +1 @@
-DIST pcgen-6.04.01-full.zip 68679438 BLAKE2B 
e9afa6b9937804988425d8d18cfed7728197ecc303f586ed899491e4d500eb0e6ddc0ae92aef1d4bfef7ff3fb987cca34af95246c83ebe71e089e3e5e91aa9dd
 SHA512 
37e76e9bca3defe803459f898d3c51015cb4c4f69905c4179b78b1b26977b7d720ef413b3f5b2ef4252aa98f732075b9567c4f4822c61d169a5a0a6e2c78c0d4
 DIST pcgen-6.06.01-full.zip 73423642 BLAKE2B 
54dbebb3e73188435ce6ed6d38387e194fff156f39d9238b55f0e7d990f785eb79f562a41c60a4861f637514615802ef5103f886e0f96624f7f53b197adcd5a3
 SHA512 
9af94aa434229ce00f08385759b4efc22f16ad32be81be4177c44eec94f1bedcec0742b494bbed3c95c1bcf9b2c51e2649330ee0a54f7ca4b0042966099851eb

diff --git a/games-rpg/pcgen/pcgen-6.04.01-r1.ebuild 
b/games-rpg/pcgen/pcgen-6.04.01-r1.ebuild
deleted file mode 100644
index 4319ff1db63..000
--- a/games-rpg/pcgen/pcgen-6.04.01-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop gnome2-utils
-
-DESCRIPTION="D character generator"
-HOMEPAGE="http://pcgen.sourceforge.net/;
-SRC_URI="mirror://sourceforge/pcgen/${P}-full.zip"
-
-LICENSE="LGPL-2.1 OGL-1.0a"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   default
-
-   rm -vf *.bat || die
-   sed "/dirname/ c\cd \"\/usr\/share\/${PN}\"" pcgen.sh > "${T}"/${PN} || 
die
-}
-
-src_install() {
-   dobin "${T}"/${PN}
-   insinto /usr/share/${PN}
-   doins -r *
-   newicon -s 128 system/sponsors/pcgen/pcgen_128x128.png ${PN}.png
-   make_desktop_entry ${PN} PCGen
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2021-07-24 Thread Ionen Wolkens
commit: 4020ec8a3d7dbefeb4f388a633d1dedefe09
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Jul 25 00:42:10 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Jul 25 01:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4020ec8a

media-libs/sdl2-image: drop vulnerable 2.0.5

Bug: https://bugs.gentoo.org/772194
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-libs/sdl2-image/Manifest|  1 -
 media-libs/sdl2-image/sdl2-image-2.0.5.ebuild | 61 ---
 2 files changed, 62 deletions(-)

diff --git a/media-libs/sdl2-image/Manifest b/media-libs/sdl2-image/Manifest
index 9819befb679..a1ee4a65116 100644
--- a/media-libs/sdl2-image/Manifest
+++ b/media-libs/sdl2-image/Manifest
@@ -1,2 +1 @@
-DIST SDL2_image-2.0.5.tar.gz 11736518 BLAKE2B 
8009fc4ff76d8f8f4093c02304329218e1d8b7d6fd9c747387f239bc6ee09133f8f3faee0005267ce29c083a6bf4ddcf8db72f502ea047f7288ec57ebbb16380
 SHA512 
77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
 DIST SDL2_image-2.0.5_p20210328.tar.gz 12397062 BLAKE2B 
ae4fe8c30b21bc7dca87e2e78cab43c83e891630962eb020c29ba84c2b206bb749491dccddd8bcc212f2fd07da651691151baf41212fb5ea954427543e3bf994
 SHA512 
9ba0b671dedfb7bde072424cebfa7d65e79d2d58416833d84548777aff6bf0edda8dbe30c3e423bbb724f794b4b191e609b148f38573b4166eef31203ab0005d

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
deleted file mode 100644
index 2989d03dc40..000
--- a/media-libs/sdl2-image/sdl2-image-2.0.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit multilib multilib-minimal
-
-MY_P="SDL2_image-${PV}"
-DESCRIPTION="Image file loading library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_image/;
-SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
-IUSE="gif jpeg png static-libs tiff webp"
-
-RDEPEND="
-   >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
-   tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
-   webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )"
-DEPEND=${RDEPEND}
-
-S="${WORKDIR}/${MY_P}"
-
-multilib_src_configure() {
-   local myeconfargs=(
-   $(use_enable static-libs static)
-   --disable-sdltest
-   --enable-bmp
-   $(use_enable gif)
-   $(use_enable jpeg jpg)
-   --disable-jpg-shared
-   --enable-lbm
-   --enable-pcx
-   $(use_enable png)
-   --disable-png-shared
-   --enable-pnm
-   --enable-tga
-   $(use_enable tiff tif)
-   --disable-tif-shared
-   --enable-xcf
-   --enable-xpm
-   --enable-xv
-   $(use_enable webp)
-   --disable-webp-shared
-   )
-   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   multilib_is_native_abi && newbin .libs/showimage$(get_exeext) 
showimage2$(get_exeext)
-}
-
-multilib_src_install_all() {
-   dodoc {CHANGES,README}.txt
-   find "${ED}" -type f -name "*.la" -delete || die
-}



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

2021-07-24 Thread William Hubbs
commit: ed3d79c8da29bfc0db15df769a115cc1eff46091
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jul 25 01:33:03 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jul 25 01:33:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3d79c8

app-admin/helm: stabilize 3.5.4

Bug: https://bugs.gentoo.org/769125
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 app-admin/helm/helm-3.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/helm/helm-3.5.4.ebuild b/app-admin/helm/helm-3.5.4.ebuild
index a45880637e7..34a8d3f4451 100644
--- a/app-admin/helm/helm-3.5.4.ebuild
+++ b/app-admin/helm/helm-3.5.4.ebuild
@@ -1073,7 +1073,7 @@ 
SRC_URI="https://github.com/helm/helm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RESTRICT+=" test"
 



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

2021-07-24 Thread Sam James
commit: 29695b78d05c622d936ca393fba23f53542dbaf5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:27:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:28:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29695b78

darcs.eclass: remove last-rited eclass

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

 eclass/darcs.eclass | 226 
 metadata/qa-policy.conf |   1 -
 2 files changed, 227 deletions(-)

diff --git a/eclass/darcs.eclass b/eclass/darcs.eclass
deleted file mode 100644
index 92bd347cc5a..000
--- a/eclass/darcs.eclass
+++ /dev/null
@@ -1,226 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# No consumers left. Removal in 30 days.
-
-# @ECLASS: darcs.eclass
-# @MAINTAINER:
-# "Gentoo's Haskell Language team" 
-# Sergei Trofimovich 
-# @AUTHOR:
-# Original Author: Jeffrey Yasskin 
-#(tla eclass author)
-# Andres Loeh(darcs.eclass author)
-# Alexander Vershilov  (various contributions)
-# @BLURB: This eclass provides functions for fetch and unpack darcs 
repositories
-# @DEPRECATED: none
-# @DESCRIPTION:
-# This eclass provides the generic darcs fetching functions.
-#
-# Define the EDARCS_REPOSITORY variable at least.
-# The ${S} variable is set to ${WORKDIR}/${P}.
-
-# TODO:
-
-# support for tags
-
-# eshopts_{push,pop}
-case "${EAPI:-0}" in
-   4|5|6) inherit eutils ;;
-   7) inherit estack ;;
-   *) ;;
-esac
-
-# Don't download anything other than the darcs repository
-SRC_URI=""
-
-# You shouldn't change these settings yourself! The ebuild/eclass inheriting
-# this eclass will take care of that.
-
-# --- begin ebuild-configurable settings
-
-# darcs command to run
-# @ECLASS-VARIABLE: EDARCS_DARCS_CMD
-# @DESCRIPTION:
-# Path to darcs binary.
-: ${EDARCS_DARCS_CMD:=darcs}
-
-# darcs commands with command-specific options
-
-# @ECLASS-VARIABLE: EDARCS_GET_CMD
-# @DESCRIPTION:
-# First fetch darcs command.
-: ${EDARCS_GET_CMD:=get --lazy}
-
-# @ECLASS-VARIABLE: EDARCS_UPDATE_CMD
-# @DESCRIPTION:
-# Repo update darcs command.
-: ${EDARCS_UPDATE_CMD:=pull}
-
-# @ECLASS-VARIABLE: EDARCS_OPTIONS
-# @DESCRIPTION:
-# Options to pass to both the "get" and "update" commands
-: ${EDARCS_OPTIONS:=--set-scripts-executable}
-
-# @ECLASS-VARIABLE: EDARCS_TOP_DIR
-# @DESCRIPTION:
-# Where the darcs repositories are stored/accessed
-: ${EDARCS_TOP_DIR:=${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/darcs-src}
-
-# @ECLASS-VARIABLE: EDARCS_REPOSITORY
-# @DESCRIPTION:
-# The URI to the repository.
-: ${EDARCS_REPOSITORY:=}
-
-# @ECLASS-VARIABLE: EDARCS_OFFLINE
-# @USER_VARIABLE
-# @DESCRIPTION:
-# Set this variable to a non-empty value to disable the automatic updating of
-# a darcs repository. This is intended to be set outside the darcs source
-# tree by users. Defaults to EVCS_OFFLINE value.
-: ${EDARCS_OFFLINE:=${EVCS_OFFLINE}}
-
-# @ECLASS-VARIABLE: EDARCS_CLEAN
-# @DESCRIPTION:
-# Set this to something to get a clean copy when updating
-# (removes the working directory, then uses EDARCS_GET_CMD to
-# re-download it.)
-: ${EDARCS_CLEAN:=}
-
-# --- end ebuild-configurable settings ---
-
-PROPERTIES+=" live"
-
-case ${EAPI:-0} in
-   [0-6]) # no need to care about 5-HDEPEND and similar
-   DEPEND="dev-vcs/darcs
-   net-misc/rsync"
-   ;;
-   *)
-   BDEPEND="dev-vcs/darcs
-   net-misc/rsync"
-   ;;
-esac
-
-# @FUNCTION: darcs_patchcount
-# @INTERNAL
-# @DESCRIPTION:
-# Internal function to determine amount of patches in repository.
-darcs_patchcount() {
-   set -- $(HOME="${EDARCS_TOP_DIR}" ${EDARCS_DARCS_CMD} show repo 
--repodir="${EDARCS_TOP_DIR}/${EDARCS_LOCALREPO}" | grep "Num Patches")
-   # handle string like: "Num Patches: 3860"
-   echo ${3}
-}
-
-# @FUNCTION: darcs_fetch
-# @INTERNAL
-# @DESCRIPTION:
-# Internal function is called from darcs_src_unpack
-darcs_fetch() {
-   # The local directory to store the repository (useful to ensure a
-   # unique local name); relative to EDARCS_TOP_DIR
-   [[ -z ${EDARCS_LOCALREPO} ]] && [[ -n ${EDARCS_REPOSITORY} ]] \
-   && EDARCS_LOCALREPO=${EDARCS_REPOSITORY%/} \
-   && EDARCS_LOCALREPO=${EDARCS_LOCALREPO##*/}
-
-   debug-print-function ${FUNCNAME} $*
-
-   if [[ -n ${EDARCS_CLEAN} ]]; then
-   addwrite "${EDARCS_TOP_DIR}/${EDARCS_LOCALREPO}"
-   rm -rf "${EDARCS_TOP_DIR}/${EDARCS_LOCALREPO}"
-   fi
-
-   # create the top dir if needed
-   if [[ ! -d ${EDARCS_TOP_DIR} ]]; then
-   # note that the addwrite statements in this block are only 
there to allow creating EDARCS_TOP_DIR;
-   # we've already allowed writing inside it
-   # this is because it's simpler than trying to find out the 
parent path of the directory, 

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

2021-07-24 Thread Sam James
commit: ae149466fecff9591fb062673e25745d1a9f77ea
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:16:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:16:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae149466

profiles/arch/arm: drop obsolete masks

Packages are removed/the USE flag is gone.

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

 profiles/arch/arm/package.use.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 4015db15d67..a6b3b487b83 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -200,7 +200,6 @@ net-analyzer/zmap mongo
 
 # Michał Górny  (2018-04-15)
 # Unkeyworded dep masks moved from default/linux.
-app-admin/diamond mongo
 net-libs/gnutls test-full
 
 # Andreas Sturmlechner  (2018-03-02)
@@ -375,10 +374,6 @@ sys-block/fio glusterfs rbd
 # net-misc/dahdi doesn't build
 net-voip/yate dahdi
 
-# Rick Farina  (2014-07-22)
-# sci-libs/mpir doesn't build
-dev-python/gmpy mpir
-
 # Markus Meier  (2014-06-24)
 # Unkeyworded deps, bug #513108
 >=net-misc/spice-gtk-0.25 smartcard



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

2021-07-24 Thread Sam James
commit: a50047912645037a7d871b6b2e548bc85e80
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:20:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:20:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5004791

profiles/features/musl: drop mask for removed package

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

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

diff --git a/profiles/features/musl/package.mask 
b/profiles/features/musl/package.mask
index afb5ebda7f3..427af99a5df 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -26,7 +26,6 @@ app-editors/jasspa-microemacs
 # Sergei Trofimovich  (2020-03-21)
 # musl has no support for nss subsystem.
 sys-auth/libnss-nis
-sys-auth/libnss-compat
 
 # Sergei Trofimovich  (2020-03-21)
 # Needs a port no musl. Uses glibc-specific termio and __getppid.



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

2021-07-24 Thread Sam James
commit: 79570bb3f72f1e0bb5f3fe4feb33c5d6a20f91e1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:17:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:17:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79570bb3

profiles/arch/arm: drop mask for obsolete/gone version of FFTW

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

 profiles/arch/arm/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 4f4d0363ae5..574c06df9c1 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -118,10 +118,6 @@ dev-db/mariadb galera
 # Not going to be stable for now
 dev-util/geany-plugins gtkspell
 
-# Christoph Junghans  (2016-11-27)
-# no stable mpi on arm yet, but maybe in the future
-<=sci-libs/fftw-3.3.4 mpi
-
 # Markus Meier  (2016-09-27)
 # Missing stable
 dev-db/mariadb jdbc



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

2021-07-24 Thread Sam James
commit: 88678633f037ddb6405bb52641a8bb9a5d81950e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:21:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:21:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88678633

profiles/arch/arm64: drop obsolete USE masks

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

 profiles/arch/arm64/package.use.mask| 5 -
 profiles/arch/arm64/package.use.stable.mask | 4 
 2 files changed, 9 deletions(-)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 83e2a367810..b5cb41f6cb0 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -84,11 +84,6 @@ net-proxy/haproxy device-atlas
 # media-libs/liblastfm fails to build with tests Bug #758896
 media-sound/clementine lastfm
 
-# Roy Bamford  (2020-11-08)
 # dev-util/kdevelop-php is not keyworded, bug #751337
 >=kde-apps/umbrello-20.08.3 php

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index b33ff7a0640..e2ea9f99fff 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -120,10 +120,6 @@ sys-devel/clang default-libcxx
 # USE=doc requires USE=latex
 app-doc/doxygen clang doxysearch doc
 
-# Mart Raudsepp  (2018-05-04)
-# sci-libs/mpir fails tests, bug 640424
-dev-python/gmpy mpir
-
 # Michał Górny  (2018-04-15)
 # Non-stable dependencies.
 app-admin/syslog-ng spoof-source



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

2021-07-24 Thread Sam James
commit: a421980a09efbe68ff7bf42d26126f6a97f5fcea
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:22:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:22:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a421980a

profiles/arch/sparc: drop obsolete USE mask

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

 profiles/arch/sparc/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index 638e27c1693..aa14039e669 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -241,10 +241,6 @@ media-sound/dir2ogg aac wma
 # app-text/mupdf sparc keyword was dropped in bug #631970
 net-print/cups-filters pdf
 
-# Sergei Trofimovich  (2018-09-28)
-# mpir fails to build at least on sparc: bug #640424
-dev-python/gmpy mpir
-
 # Sergei Trofimovich  (2018-08-30)
 # dev-games/openscenegraph is a heavy unkeyworded dependency.
 # Skip keywording it for now.



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

2021-07-24 Thread Sam James
commit: deba19d4152db370119d65354c4340cc6268487e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:28:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:28:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deba19d4

dev-python/pyglet: Stabilize 1.5.18 x86, #803767

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

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

diff --git a/dev-python/pyglet/pyglet-1.5.18.ebuild 
b/dev-python/pyglet/pyglet-1.5.18.ebuild
index e533e64c024..24e77b128b0 100644
--- a/dev-python/pyglet/pyglet-1.5.18.ebuild
+++ b/dev-python/pyglet/pyglet-1.5.18.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${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"
 IUSE="examples image +sound"
 
 BDEPEND="



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

2021-07-24 Thread Sam James
commit: 547ee6961b773fc74f8f353dd06b65e81608a0a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:27:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:27:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547ee696

net-misc/mico: drop obsolete references to darcs.eclass

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

 net-misc/mico/mico-2.3.13-r13.ebuild | 35 +++
 net-misc/mico/mico-2.3.13-r14.ebuild | 35 +++
 2 files changed, 22 insertions(+), 48 deletions(-)

diff --git a/net-misc/mico/mico-2.3.13-r13.ebuild 
b/net-misc/mico/mico-2.3.13-r13.ebuild
index 52c03727f64..324ead110f2 100644
--- a/net-misc/mico/mico-2.3.13-r13.ebuild
+++ b/net-misc/mico/mico-2.3.13-r13.ebuild
@@ -5,24 +5,17 @@ EAPI="7"
 
 inherit flag-o-matic toolchain-funcs autotools
 
-if [[ ${PV} ==  ]]; then
-   EDARCS_REPOSITORY="http://www.mico.org/mico-darcs-repository;
-   inherit darcs
-   SRC_URI=""
-   PATCHES="${WORKDIR}/${P}-gentoo.patch"
-else
-   SRC_URI="
-   http://www.mico.org/${P}.tar.gz
-   
https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch
 -> ${P}-gentoo-${PR}.patch
-   "
-   PATCHES="${DISTDIR}/${P}-gentoo-${PR}.patch"
-   KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
-fi
-
 DESCRIPTION="A freely available and fully compliant implementation of the 
CORBA standard"
 HOMEPAGE="http://www.mico.org/;
+SRC_URI="
+   http://www.mico.org/${P}.tar.gz
+   
https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch
 -> ${P}-gentoo-${PR}.patch
+"
+S="${WORKDIR}"/${PN}
+
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
 IUSE="gtk postgres ssl tcl threads X"
 RESTRICT="test" #298101
 
@@ -42,15 +35,9 @@ BDEPEND="
>=sys-devel/bison-1.22
 "
 
-if [[ ${PV} ==  ]]; then
-   src_unpack() {
-   wget -O ${P}-gentoo.patch 
"https://github.com/ssi-schaefer/mico/compare/gentoo.patch; || die
-   darcs_src_unpack
-   default
-   }
-else
-   S=${WORKDIR}/${PN}
-fi
+PATCHES=(
+   "${DISTDIR}"/${P}-gentoo-${PR}.patch
+)
 
 src_prepare() {
default
@@ -132,7 +119,7 @@ src_install() {
mv "${ED}"/usr/doc "${ED}"/usr/share/doc/${PF} || die
 
dodoc BUGS CHANGES* CONVERT README* ROADMAP TODO VERSION WTODO
-   [[ ${PV} ==  ]] || dodoc FAQ
+   dodoc FAQ
 }
 
 pkg_postinst() {

diff --git a/net-misc/mico/mico-2.3.13-r14.ebuild 
b/net-misc/mico/mico-2.3.13-r14.ebuild
index 52c03727f64..324ead110f2 100644
--- a/net-misc/mico/mico-2.3.13-r14.ebuild
+++ b/net-misc/mico/mico-2.3.13-r14.ebuild
@@ -5,24 +5,17 @@ EAPI="7"
 
 inherit flag-o-matic toolchain-funcs autotools
 
-if [[ ${PV} ==  ]]; then
-   EDARCS_REPOSITORY="http://www.mico.org/mico-darcs-repository;
-   inherit darcs
-   SRC_URI=""
-   PATCHES="${WORKDIR}/${P}-gentoo.patch"
-else
-   SRC_URI="
-   http://www.mico.org/${P}.tar.gz
-   
https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch
 -> ${P}-gentoo-${PR}.patch
-   "
-   PATCHES="${DISTDIR}/${P}-gentoo-${PR}.patch"
-   KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
-fi
-
 DESCRIPTION="A freely available and fully compliant implementation of the 
CORBA standard"
 HOMEPAGE="http://www.mico.org/;
+SRC_URI="
+   http://www.mico.org/${P}.tar.gz
+   
https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch
 -> ${P}-gentoo-${PR}.patch
+"
+S="${WORKDIR}"/${PN}
+
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-winnt"
 IUSE="gtk postgres ssl tcl threads X"
 RESTRICT="test" #298101
 
@@ -42,15 +35,9 @@ BDEPEND="
>=sys-devel/bison-1.22
 "
 
-if [[ ${PV} ==  ]]; then
-   src_unpack() {
-   wget -O ${P}-gentoo.patch 
"https://github.com/ssi-schaefer/mico/compare/gentoo.patch; || die
-   darcs_src_unpack
-   default
-   }
-else
-   S=${WORKDIR}/${PN}
-fi
+PATCHES=(
+   "${DISTDIR}"/${P}-gentoo-${PR}.patch
+)
 
 src_prepare() {
default
@@ -132,7 +119,7 @@ src_install() {
mv "${ED}"/usr/doc "${ED}"/usr/share/doc/${PF} || die
 
dodoc BUGS CHANGES* CONVERT README* ROADMAP TODO VERSION WTODO
-   [[ ${PV} ==  ]] || dodoc FAQ
+   dodoc FAQ
 }
 
 pkg_postinst() {



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

2021-07-24 Thread Sam James
commit: 670fa7b3f9b621356f713aba0f86c30066540542
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:28:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:28:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670fa7b3

dev-python/pyscard: Stabilize 2.0.1 x86, #803776

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

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

diff --git a/dev-python/pyscard/pyscard-2.0.1.ebuild 
b/dev-python/pyscard/pyscard-2.0.1.ebuild
index ec6604b6a15..cfd7922e756 100644
--- a/dev-python/pyscard/pyscard-2.0.1.ebuild
+++ b/dev-python/pyscard/pyscard-2.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="sys-apps/pcsc-lite"
 DEPEND="${RDEPEND}"



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

2021-07-24 Thread Sam James
commit: 79fe0248dd41b7d2d7aacaff55ef8c73f80a8109
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:18:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:18:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79fe0248

profiles/arch/x86: drop mask for obsolete/gone version of OpenCV

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

 profiles/arch/x86/package.use.stable.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/x86/package.use.stable.mask 
b/profiles/arch/x86/package.use.stable.mask
index 64d1d2f1313..0a7d4ece539 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -44,7 +44,6 @@ app-metrics/collectd collectd_plugins_slurm
 # Mask experimental contrib repo
 # (except what's needed by digikam, dilfridge)
 media-libs/opencv contribcvv contribhdf contribsfm contribxfeatures2d gflags 
glog tesseract
- (2018-11-07)
 # unmask sssd for sudo



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

2021-07-24 Thread Sam James
commit: eb5afbac96c4c60c0a58eedb36d4f2389ffa4722
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:19:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:19:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5afbac

profiles/base: drop mask for obsolete versions

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

 profiles/base/package.use.mask | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 12dbb31e51c..bc692130eba 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -45,10 +45,6 @@ sys-kernel/dracut test
 # Dependency requires sys-apps/systemd. Will only be unmasked in systemd 
target.
 kde-plasma/plasma-meta firewall
 
-# Matt Turner  (2021-04-14)
-# Was masked since 2014. Unmasked starting with 0.3.13.
- (2021-04-12)
 # Creates +130 GB worth of bindings, possibly Gentoo-related.
 # Upstream issue: https://phab.enlightenment.org/T8924
@@ -393,8 +389,7 @@ sys-libs/glibc cet
 
 # Michał Górny  (2018-06-13)
 # Requires app-arch/snappy[static-libs] that is no longer available.
-# Bugs #651604, #651606.
- (2018-05-16)



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

2021-07-24 Thread Sam James
commit: e5ff38988180d1257de98e18ae4210dffead99e9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:20:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:20:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ff3898

profiles/base: drop mask for removed package

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

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 88ae4e887a6..cc9e7de5986 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -87,7 +87,6 @@ dev-perl/DBD-mysql mariadb
 # Kent Fredric  (2019-07-30)
 # These features require dev-perl/GD, which currently can't be
 # considered stable due to serious defects upstream. Bug #661634
-app-misc/gcstar stats
 app-misc/g15daemon perl
 dev-lang/php coverage
 dev-perl/Business-ISBN barcode



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

2021-07-24 Thread Gerben Jan Dijkman
commit: a97394e1e546f17a3cb310a86761d0efdad2181e
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sun Jul 25 01:25:30 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sun Jul 25 01:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a97394e1

dev-libs/properties-cpp: Dropped test USE flag since it breaks

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 ...properties-cpp-0.0.2-r1.ebuild => properties-cpp-0.0.2.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild 
b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
similarity index 88%
rename from dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild
rename to dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
index ce77b9352..23f3e7548 100644
--- a/dev-libs/properties-cpp/properties-cpp-0.0.2-r1.ebuild
+++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
@@ -18,12 +18,12 @@ 
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.ori
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test ) mirror"
+IUSE="doc"
+RESTRICT="mirror"
 
-DEPEND="dev-libs/boost
+DEPEND="
+   dev-libs/boost
doc? ( app-doc/doxygen )
-   test? ( >=dev-cpp/gtest-1.8.1 )
 "
 
 S="${WORKDIR}/${MY_P}"



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

2021-07-24 Thread Gerben Jan Dijkman
commit: fc5f9b458396576ef821818d73f431de7701f944
Author: Gerben Jan Dijkman  gjdwebserver  nl>
AuthorDate: Sun Jul 25 01:16:05 2021 +
Commit: Gerben Jan Dijkman  gjdwebserver  nl>
CommitDate: Sun Jul 25 01:16:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc5f9b45

x11-libs/libadwaita: QA Fixes

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman  gjdwebserver.nl>

 x11-libs/libadwaita/libadwaita-1.0.0.ebuild | 8 
 x11-libs/libadwaita/metadata.xml| 3 ---
 2 files changed, 11 deletions(-)

diff --git a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild 
b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
index 3c1abd240..6f63c37c5 100644
--- a/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
+++ b/x11-libs/libadwaita/libadwaita-1.0.0.ebuild
@@ -35,11 +35,3 @@ S="${WORKDIR}/$PN-${PV}"
 src_install() {
meson_src_install
 }
-
-pkg_postinst() {
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}

diff --git a/x11-libs/libadwaita/metadata.xml b/x11-libs/libadwaita/metadata.xml
index d820096f8..22d3cd2a4 100644
--- a/x11-libs/libadwaita/metadata.xml
+++ b/x11-libs/libadwaita/metadata.xml
@@ -5,9 +5,6 @@
gjdijk...@gjdwebserver.nl
Gerben Jan Dijkman

-   
-   Building blocks for modern GNOME applications.
-   

https://gitlab.gnome.org/GNOME/libadwaita

https://gitlab.gnome.org/GNOME/libadwaita/-/issues



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

2021-07-24 Thread Sam James
commit: 56aac2cab57d6030d3b74b29875e2c90b340aba0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:15:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:15:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56aac2ca

profiles/arch/arm: mask dev-util/diffoscope[pascal]

dev-lang/fpc isn't available on arm either.

Bug: https://bugs.gentoo.org/801649
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/arm/package.use.mask | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index ad772cf74eb..4015db15d67 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,15 +1,17 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-07-25)
+# At present, dev-lang/fpc doesn't support arm64.
+# Java isn't here either.
+# bug #801649
+dev-util/diffoscope pascal pdf
+
 # Marek Szuba  (2021-07-18)
 # media-libs/rnnoise, media-plugins/gst-plugins-webrtc
 # and media-plugins/zam-plugins not keyworded here
 media-sound/easyeffects rnnoise webrtc zamaudio
 
-# Sam James  (2021-07-17)
-# Java isn't available here right now
-dev-util/diffoscope pdf
-
 # Miroslav Šulc  (2021-04-12)
 # no stable virtual/jdk on this arch
 media-libs/rubberband jni



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

2021-07-24 Thread Sam James
commit: 3054954e55dc0d43538f8332b9a07857e1d54ec8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:12:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:13:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3054954e

dev-lang/fpc: add -* to KEYWORDS

Uses binaries to bootstrap.

Bug: https://bugs.gentoo.org/801649
Signed-off-by: Sam James  gentoo.org>

 dev-lang/fpc/fpc-3.0.4.ebuild | 4 ++--
 dev-lang/fpc/fpc-3.2.2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/fpc/fpc-3.0.4.ebuild b/dev-lang/fpc/fpc-3.0.4.ebuild
index 1f46d2453e6..eec18b966ca 100644
--- a/dev-lang/fpc/fpc-3.0.4.ebuild
+++ b/dev-lang/fpc/fpc-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE="doc ide source"
 
 RDEPEND="ide? ( !dev-lang/fpc-ide )"

diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild
index 6698bb11d0a..ffe9f92b4f0 100644
--- a/dev-lang/fpc/fpc-3.2.2.ebuild
+++ b/dev-lang/fpc/fpc-3.2.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
 
 LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE="doc source"
 RESTRICT="strip" #269221
 



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

2021-07-24 Thread Sam James
commit: 8ed5dfd91844d6d8968b5f30fb480b15146cc1f9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:11:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:11:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed5dfd9

profiles/arch/arm64: mask dev-util/diffoscope[pascal]

dev-lang/fpc doesn't support arm64 (no binary).

Bug: https://bugs.gentoo.org/801649
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 1a9a8e09c6a..83e2a367810 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-07-25)
+# At present, dev-lang/fpc doesn't support arm64.
+# bug #801649
+dev-util/diffoscope pascal
+
 # Marek Szuba  (2021-07-18)
 # media-libs/rnnoise, media-libs/rubberband[ladspa], 
media-plugins/gst-plugins-webrtc
 # and media-plugins/zam-plugins not keyworded here



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

2021-07-24 Thread Sam James
commit: 2327e9d841a17d0570e486a907dda0deba00edd6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:10:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2327e9d8

dev-python/python-magic: Keyword 0.4.24 arm64, #801649

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

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

diff --git a/dev-python/python-magic/python-magic-0.4.24.ebuild 
b/dev-python/python-magic/python-magic-0.4.24.ebuild
index fcc0e0be193..871c069b254 100644
--- a/dev-python/python-magic/python-magic-0.4.24.ebuild
+++ b/dev-python/python-magic/python-magic-0.4.24.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Sam James
commit: b7a5f4ae528305d6cb89cc36acad4acd01e5cf3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:10:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a5f4ae

dev-util/diffoscope: Keyword 178 arm64, #801649

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

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

diff --git a/dev-util/diffoscope/diffoscope-178.ebuild 
b/dev-util/diffoscope/diffoscope-178.ebuild
index b89f0d3a344..a2a9bc917fe 100644
--- a/dev-util/diffoscope/diffoscope-178.ebuild
+++ b/dev-util/diffoscope/diffoscope-178.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
 find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
 mono opendocument pascal pdf postscript R rpm sqlite squashfs



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

2021-07-24 Thread Sam James
commit: c5bbb602c2a62d3e9df7d9a9020a6f97f41962cb
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:10:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:10:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bbb602

dev-lang/fpc: Keyword 3.2.2 arm64, #801649

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

 dev-lang/fpc/fpc-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild
index dc061524604..6698bb11d0a 100644
--- a/dev-lang/fpc/fpc-3.2.2.ebuild
+++ b/dev-lang/fpc/fpc-3.2.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
 
 LICENSE="GPL-2 LGPL-2.1-with-linking-exception"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc source"
 RESTRICT="strip" #269221
 



  1   2   3   4   5   >