[gentoo-commits] proj/linux-patches:5.11 commit in: /

2021-04-18 Thread Mike Pagano
commit: 52309bfac338ac9104b5972d499ad185c1dee2a5
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr 18 22:22:32 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr 18 22:22:32 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=52309bfa

CPU Opt patch upd (includes rocket lake), BMQ rev 3

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

 _README|   2 +-
 5013_enable-cpu-optimizations-for-gcc10.patch  | 271 ++---
 ...=> 5020_BMQ-and-PDS-io-scheduler-v5.11-r3.patch |  51 ++--
 3 files changed, 221 insertions(+), 103 deletions(-)

diff --git a/_README b/_README
index fa29041..09827cb 100644
--- a/_README
+++ b/_README
@@ -131,7 +131,7 @@ Patch:  5013_enable-cpu-optimizations-for-gcc10.patch
 From:   https://github.com/graysky2/kernel_gcc_patch/
 Desc:   Kernel patch enables gcc = v10.1+ optimizations for additional CPUs.
 
-Patch: 5020_BMQ-and-PDS-io-scheduler-v5.11-r2.patch
+Patch: 5020_BMQ-and-PDS-io-scheduler-v5.11-r3.patch
 From:  https://gitlab.com/alfredchen/linux-prjc
 Desc:  BMQ(BitMap Queue) Scheduler. A new CPU scheduler developed from 
PDS(incld). Inspired by the scheduler in zircon. 
 

diff --git a/5013_enable-cpu-optimizations-for-gcc10.patch 
b/5013_enable-cpu-optimizations-for-gcc10.patch
index c90b586..1868f23 100644
--- a/5013_enable-cpu-optimizations-for-gcc10.patch
+++ b/5013_enable-cpu-optimizations-for-gcc10.patch
@@ -1,64 +1,82 @@
-From 4666424a864159b4de572c90adb2c3e1fcdd5890 Mon Sep 17 00:00:00 2001
+From 59db769ad69e080c512b3890e1d27d6120f4a1a4 Mon Sep 17 00:00:00 2001
 From: graysky 
-Date: Fri, 13 Nov 2020 15:45:08 -0500
-Subject: [PATCH]more-uarches-for-gcc-v10-and-kernel-5.8+
+Date: Mon, 12 Apr 2021 07:09:27 -0400
+Subject: [PATCH] more uarches for kernel 5.8+
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
 WARNING
-This patch works with gcc versions 10.1+ and with kernel version 5.8+ and 
should
+This patch works with all gcc versions 9.0+ and with kernel version 5.8+ and 
should
 NOT be applied when compiling on older versions of gcc due to key name changes
 of the march flags introduced with the version 4.9 release of gcc.[1]
 
-Use the older version of this patch hosted on the same github for older
-versions of gcc.
-
 FEATURES
 This patch adds additional CPU options to the Linux kernel accessible under:
  Processor type and features  --->
   Processor family --->
 
-The expanded microarchitectures include:
-* AMD Improved K8-family
-* AMD K10-family
-* AMD Family 10h (Barcelona)
-* AMD Family 14h (Bobcat)
-* AMD Family 16h (Jaguar)
-* AMD Family 15h (Bulldozer)
-* AMD Family 15h (Piledriver)
-* AMD Family 15h (Steamroller)
-* AMD Family 15h (Excavator)
-* AMD Family 17h (Zen)
-* AMD Family 17h (Zen 2)
-* Intel Silvermont low-power processors
-* Intel Goldmont low-power processors (Apollo Lake and Denverton)
-* Intel Goldmont Plus low-power processors (Gemini Lake)
-* Intel 1st Gen Core i3/i5/i7 (Nehalem)
-* Intel 1.5 Gen Core i3/i5/i7 (Westmere)
-* Intel 2nd Gen Core i3/i5/i7 (Sandybridge)
-* Intel 3rd Gen Core i3/i5/i7 (Ivybridge)
-* Intel 4th Gen Core i3/i5/i7 (Haswell)
-* Intel 5th Gen Core i3/i5/i7 (Broadwell)
-* Intel 6th Gen Core i3/i5/i7 (Skylake)
-* Intel 6th Gen Core i7/i9 (Skylake X)
-* Intel 8th Gen Core i3/i5/i7 (Cannon Lake)
-* Intel 10th Gen Core i7/i9 (Ice Lake)
-* Intel Xeon (Cascade Lake)
-* Intel Xeon (Cooper Lake)
-* Intel 3rd Gen 10nm++  i3/i5/i7/i9-family (Tiger Lake)
+With the release of gcc 11.0, several generic 64-bit levels are offered which
+are good for supported Intel or AMD CPUs:
+• x86-64-v2
+• x86-64-v3
+• x86-64-v4
+
+Users of glibc 2.33 and above can see which level is supported by current
+hardware by running:
+  /lib/ld-linux-x86-64.so.2 --help | grep supported
+
+Alternatively, compare the flags from /proc/cpuinfo to this list.[2]
+
+CPU-specific microarchitectures include:
+• AMD Improved K8-family
+• AMD K10-family
+• AMD Family 10h (Barcelona)
+• AMD Family 14h (Bobcat)
+• AMD Family 16h (Jaguar)
+• AMD Family 15h (Bulldozer)
+• AMD Family 15h (Piledriver)
+• AMD Family 15h (Steamroller)
+• AMD Family 15h (Excavator)
+• AMD Family 17h (Zen)
+• AMD Family 17h (Zen 2)
+• AMD Family 19h (Zen 3)†
+• Intel Silvermont low-power processors
+• Intel Goldmont low-power processors (Apollo Lake and Denverton)
+• Intel Goldmont Plus low-power processors (Gemini Lake)
+• Intel 1st Gen Core i3/i5/i7 (Nehalem)
+• Intel 1.5 Gen Core i3/i5/i7 (Westmere)
+• Intel 2nd Gen Core i3/i5/i7 (Sandybridge)
+• Intel 3rd Gen Core i3/i5/i7 (Ivybridge)
+• Intel 4th Gen Core i3/i5/i7 (Haswell)
+• Intel 5th Gen Core i3/i5/i7 (Broadwell)
+• Intel 6th Gen Core i3/i5/i7 (Skylake)
+• Intel 6th Gen Core i7/i9 (Skylake X)
+• Intel 8th Gen Core i3/i5/i7 (Cannon Lake)
+• Intel 10th Gen Core i7/i9 (Ice Lake)
+• Intel Xeon (Cascade Lake)
+• Intel Xeon (Cooper Lake)*
+• Intel 3rd Gen 10nm++ 

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

2021-04-18 Thread Andreas Sturmlechner
commit: a89f3c7d5e67180c8e55e8da3d6e8f4bc797dfd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 22:04:41 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 22:22:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89f3c7d

app-text/groonga: Drop 6.1.2

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

 app-text/groonga/Manifest |  1 -
 app-text/groonga/groonga-6.1.2.ebuild | 91 ---
 2 files changed, 92 deletions(-)

diff --git a/app-text/groonga/Manifest b/app-text/groonga/Manifest
index d9d569d41a5..a0160ea233a 100644
--- a/app-text/groonga/Manifest
+++ b/app-text/groonga/Manifest
@@ -1,2 +1 @@
-DIST groonga-6.1.2.tar.gz 14028916 BLAKE2B 
c05a1a5a73bce63655eb588b3021570d22a0016837810c12813bb4f208bf9b114fc514a8887e4f756fb0ec27ad2c991eea026bf57391e9234e49ee084656d26c
 SHA512 
cd2dd667608fac856b36a824c5ea285da937cc11b6d4e5ad2f84581f6fbc714b4bb381515ec7b467ddccfad77c77c08def653d9cdd8725c0f512c7b83f20
 DIST groonga-8.0.2.tar.gz 15095427 BLAKE2B 
fa83034a434edaa35dede08cb042e48f15e1e2edd78a121f9341f53f53a5eef863d02e2ea6384428c720c4ff9acf1083504046c8c11a1ea8d7bfc4b541db66b5
 SHA512 
bc5590604054c4adfbc80b39c7cf367e8a989c47d80c37c48feffb9a427b4b4e360289f3d732f6affa7d26a1c8559f23bda1c70b6736a06601398fce9a53acf1

diff --git a/app-text/groonga/groonga-6.1.2.ebuild 
b/app-text/groonga/groonga-6.1.2.ebuild
deleted file mode 100644
index 3fac837a764..000
--- a/app-text/groonga/groonga-6.1.2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit libtool ltprune user
-
-DESCRIPTION="An Embeddable Fulltext Search Engine"
-HOMEPAGE="https://groonga.org/;
-SRC_URI="https://packages.groonga.org/source/${PN}/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="abort benchmark debug doc dynamic-malloc-change +exact-alloc-count 
examples fmalloc futex libedit libevent lzo mecab msgpack +nfkc sphinx 
static-libs uyield zeromq zlib"
-
-RDEPEND="benchmark? ( >=dev-libs/glib-2.8 )
-   libedit? ( >=dev-libs/libedit-3 )
-   libevent? ( dev-libs/libevent )
-   lzo? ( dev-libs/lzo )
-   mecab? ( >=app-text/mecab-0.80 )
-   msgpack? ( dev-libs/msgpack )
-   sphinx? ( >=dev-python/sphinx-1.0.1 )
-   zeromq? ( net-libs/zeromq )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sphinx? ( dev-python/sphinx )"
-
-REQUIRED_USE=" abort? ( dynamic-malloc-change ) fmalloc? ( 
dynamic-malloc-change ) sphinx? ( doc )"
-
-pkg_setup() {
-   enewgroup groonga
-   enewuser groonga -1 -1 -1 groonga
-}
-
-src_prepare() {
-   default_src_prepare
-   elibtoolize
-}
-
-src_configure() {
-   # httpd is a bundled copy of nginx; disabled for security reasons
-   # prce only is used with httpd
-   # kytea and libstemmer are not available in portage
-   # ruby is only used for an http test
-   econf \
-   --disable-groonga-httpd \
-   --without-pcre \
-   --without-kytea \
-   --without-libstemmer \
-   --with-log-path="${EPREFIX}"/var/log/${PN}.log \
-   --without-ruby \
-   $(use_enable abort) \
-   $(use_enable benchmark) \
-   $(use_enable debug memory-debug) \
-   $(use_enable doc document) \
-   $(use_enable dynamic-malloc-change) \
-   $(use_enable exact-alloc-count) \
-   $(use_enable fmalloc) \
-   $(use_enable futex) \
-   $(use_enable libedit) \
-   $(use_with libevent) \
-   $(use_with lzo) \
-   $(use_with mecab) \
-   $(use_with msgpack message-pack "${EPREFIX}/usr") \
-   $(use_enable nfkc) \
-   $(use_with sphinx sphinx-build) \
-   $(use_enable static-libs static) \
-   $(use_enable uyield) \
-   $(use_enable zeromq) \
-   $(use_with zlib)
-}
-
-src_install() {
-   local DOCS=( README.md )
-
-   default
-
-   prune_libtool_files
-
-   newinitd "${FILESDIR}/${PN}.initd" ${PN}
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-
-   keepdir /var/{log,lib}/${PN}
-   fowners groonga:groonga /var/{log,lib}/${PN}
-
-   use examples || rm -r "${D}usr/share/${PN}" || die
-   # Extra init script
-   rm -r "${D}usr/sbin/groonga-httpd-restart" || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/

2021-04-18 Thread Andreas Sturmlechner
commit: dcf768987550f7c9a7a3774abf1acea19a846d46
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 21:45:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 22:22:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf76898

app-dicts/verbiste: EAPI-7, use desktop.eclass, drop ltprune, gnome2-utils

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

 app-dicts/verbiste/verbiste-0.1.44.ebuild | 27 +++
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild 
b/app-dicts/verbiste/verbiste-0.1.44.ebuild
index 97076d8d151..216d19d2a72 100644
--- a/app-dicts/verbiste/verbiste-0.1.44.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils gnome2-utils ltprune xdg-utils
+inherit desktop xdg-utils
 
 DESCRIPTION="French conjugation system"
 HOMEPAGE="http://sarrazip.com/dev/verbiste.html;
 SRC_URI="http://sarrazip.com/dev/${P}.tar.gz;
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="amd64 ppc x86"
-
 IUSE="gtk"
 
 RDEPEND="
>=dev-libs/libxml2-2.4.0:2
gtk? ( >=x11-libs/gtk+-2.6:2 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/gettext
virtual/pkgconfig
 "
@@ -34,33 +34,28 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files
+
dodoc HACKING LISEZMOI
# file is only installed with USE=gnome
if use gtk; then
sed -e 's/Exec=.*/Exec=verbiste-gtk/' \
-i src/gnome/verbiste.desktop || die
-   insinto usr/share/applications
-   doins src/gnome/verbiste.desktop
+   domenu src/gnome/verbiste.desktop
fi
-}
 
-pkg_preinst() {
-   if use gtk; then
-   gnome2_icon_savelist
-   fi
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {
if use gtk; then
xdg_desktop_database_update
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
fi
 }
 
 pkg_postrm() {
if use gtk; then
xdg_desktop_database_update
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
fi
 }



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

2021-04-18 Thread Andreas Sturmlechner
commit: d072f9252213068971c2c76ea9e025adcbb105a6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 22:19:57 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 22:22:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d072f925

dev-embedded/urjtag: Drop 0.10-r1, EAPI5--

Closes: https://bugs.gentoo.org/769923
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-embedded/urjtag/Manifest  |  1 -
 dev-embedded/urjtag/urjtag-0.10-r1.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-embedded/urjtag/Manifest b/dev-embedded/urjtag/Manifest
index 571057fe5f9..a7184daab17 100644
--- a/dev-embedded/urjtag/Manifest
+++ b/dev-embedded/urjtag/Manifest
@@ -1,2 +1 @@
-DIST urjtag-0.10.tar.bz2 959834 BLAKE2B 
9901156fb32372de77b3145cdef3f224b95d79d8f981435a41baf8bf1d7cd4353fcb52c60e3b936b59c3347dc485060ada58e87d7e1d4f6137ae12cd07124226
 SHA512 
245fc276793dbc7791be0989b75beba7f16e8543f35403d645aadcee8d8d613261509392da7e5dd97e5a2de6e87b18276c394cc6353f01e5d1d4907ffb5811ff
 DIST urjtag-2019.12.tar.xz 1208432 BLAKE2B 
69963cbd39dcbec1abd73778fc6e98d743e36f6d4a17ba673b8691598ac0d4cec97e8b9c79068ad8971e6e07de81553bfd3bf5f684515b4a19303dd95ed477a2
 SHA512 
e149e53410a6591bdadc2c0138c6f81dac0fd6e35601461e19d356decdb820ec8e6bd53d59a1fd9781dfa1fee88d23dcafbd8df9adc0f8e51256c626d2ee0f36

diff --git a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild 
b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild
deleted file mode 100644
index c2da8cb6ff2..000
--- a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# TODO: figure out htf to make python.eclass work
-
-EAPI="5"
-
-inherit ltprune
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.code.sf.net/p/urjtag/git"
-   inherit git-r3 autotools
-
-   S="${WORKDIR}"/${P}/${PN}
-else
-   SRC_URI="mirror://sourceforge/urjtag/${P}.tar.bz2"
-   KEYWORDS="amd64 ppc sparc x86"
-fi
-
-DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many 
more"
-HOMEPAGE="http://urjtag.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ftdi readline usb"
-
-DEPEND="ftdi? ( dev-embedded/libftdi:0 )
-   readline? ( sys-libs/readline:= )
-   usb? ( virtual/libusb:0 )"
-RDEPEND="${DEPEND}
-   !dev-embedded/jtag"
-
-src_prepare() {
-   if [[ ${PV} == "" ]] ; then
-   mkdir -p m4
-   eautopoint
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   use readline || export vl_cv_lib_readline=no
-
-   econf \
-   --disable-werror \
-   --disable-python \
-   $(use_with ftdi libftdi) \
-   $(use_with usb libusb)
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/bijiben/

2021-04-18 Thread Matt Turner
commit: a7aa011ba82bc5d91f8364a077bc2036abb8d7e8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 18 21:55:07 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 22:19:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aa011b

app-misc/bijiben: Version bump to 40.0

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

 app-misc/bijiben/Manifest|  1 +
 app-misc/bijiben/bijiben-40.0.ebuild | 54 
 profiles/package.mask|  1 +
 3 files changed, 56 insertions(+)

diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
index 86f68d20ece..09a11b1aa74 100644
--- a/app-misc/bijiben/Manifest
+++ b/app-misc/bijiben/Manifest
@@ -1 +1,2 @@
 DIST bijiben-3.36.3.tar.xz 528772 BLAKE2B 
2445f0b3b40aa9c556635d25e85b31f620a83a4be4ed4c6d3091d3f3c5f19d5b8fc13769ed56bea6a731184b9dfdd2f604a3f29ad8dbde9c019a1f58f4c41447
 SHA512 
dba2d9da6ae62dd10a75662b9b04475e0ba64f50065d1dab8da8601b6a4dc44cb4f2b6129dec1f4a415844bee80ff534704e703118838a993a4ffe3ebbe2d254
+DIST bijiben-40.0.tar.xz 642760 BLAKE2B 
9c0f9f1d103e9775ce1369b16844828c11c2c43ba9808a5978d7090fe131d9dd54a25cd4fd06cb565b2d7936c6298a87f4a774cc5c30aa0cd6a86ae012b45043
 SHA512 
3fef381014109fe716d05b4b150f80778196c29af588e3a476b663aac5b113659f8ddfed82417811292bf9039a3d0982591503f72550130179ed1a7fef39edcd

diff --git a/app-misc/bijiben/bijiben-40.0.ebuild 
b/app-misc/bijiben/bijiben-40.0.ebuild
new file mode 100644
index 000..6748c33e46a
--- /dev/null
+++ b/app-misc/bijiben/bijiben-40.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="Note editor designed to remain simple to use"
+HOMEPAGE="https://wiki.gnome.org/Apps/Notes;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   app-misc/tracker:3=
+   >=dev-libs/glib-2.53.4:2
+   net-libs/gnome-online-accounts:=
+   >=x11-libs/gtk+-3.19.3:3
+   dev-libs/json-glib
+   >=gnome-extra/evolution-data-server-3.33.2:=
+   >=gui-libs/libhandy-1.0.0:1=
+   dev-libs/libxml2:2
+   sys-apps/util-linux
+   >=net-libs/webkit-gtk-2.26:4
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dupdate_mimedb=false
+   -Dprivate_store=false # private store is mainly meant for 
flatpak builds
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 087c86716e7..578b7c06a54 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -138,6 +138,7 @@ x11-misc/xstroke
 >=media-sound/gnome-music-40
 >=media-gfx/gnome-photos-40
 >=net-misc/rygel-0.40
+>=app-misc/bijiben-40
 
 # Michał Górny  (2021-04-10)
 # Obsolete backport to Python < 3.4.  No reverse dependencies left.



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

2021-04-18 Thread Matt Turner
commit: 637395ff1a929c8fd54cae0239a7d85f5d4555ff
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 18 22:12:48 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 22:19:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637395ff

app-text/evince: Version bump to 40.1

Closes: https://bugs.gentoo.org/782661
Closes: https://bugs.gentoo.org/782664
Signed-off-by: Matt Turner  gentoo.org>

 app-text/evince/Manifest   |   1 +
 app-text/evince/evince-40.1.ebuild | 130 +
 2 files changed, 131 insertions(+)

diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
index 595f68e5278..62593c22dc8 100644
--- a/app-text/evince/Manifest
+++ b/app-text/evince/Manifest
@@ -1,2 +1,3 @@
 DIST evince-3.36.10.tar.xz 2430584 BLAKE2B 
7c8b5e3dec7168f4ab6976022bb85041fd8cc9f55b8c032bbf03cf492d243dc49f00d6913c1f2f09498c1b4091b4be126a9367dd3ed235635e9d08e6a9ae5a0d
 SHA512 
2a17fc1fbd18e2685c254194d0e195ec0c6126f37212ae64297fb06f30f2e07f926cb768affb4d5c9c407c4dfc43db3578ffd244c9a6e121d1d3c9b5e653b4d2
 DIST evince-40.0.tar.xz 2928668 BLAKE2B 
852c532b595f50e849893670b536b5b8c25f0407a719cbe659faa3f72b51f43a0471c3df9197fa5bd11735c14e0779d8cf28a88cd79aabec4dffa797443b9819
 SHA512 
995693e4a6e1a3bb31e1d4f3538dc53519102a5a6afa58ba61454a1e2ca582df26bd368876210fce6fab8ff4e218305644fa7a7a88c99e1a1ca5bda8d8f1ece2
+DIST evince-40.1.tar.xz 2928924 BLAKE2B 
e9376c186da9fed132b820b2e9a1ef6bb0997f22abca3d7b271691291ea4870132b48075ada5a992e056193e6af51bdf95e6bbdac79c789475fb985d692f9ccc
 SHA512 
c688ee962cfff8b024b572161bae689d25b5b566ac623abeff38b4b8e6e541ce343023ed2c1ba0df1f65d6ec9a631aac3a748c940db556dbb89ab45ac565147d

diff --git a/app-text/evince/evince-40.1.ebuild 
b/app-text/evince/evince-40.1.ebuild
new file mode 100644
index 000..05e5b8fd667
--- /dev/null
+++ b/app-text/evince/evince-40.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson systemd xdg
+
+DESCRIPTION="Simple document viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
+SLOT="0/evd3.4-evv3.3"
+IUSE="cups djvu dvi gstreamer gnome gnome-keyring gtk-doc +introspection 
nautilus nsplugin postscript spell t1lib tiff xps"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+
+# atk used in libview
+# bundles unarr
+DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.44.0:2
+   >=gui-libs/libhandy-1.0:1=
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib:=
+   >=x11-libs/gdk-pixbuf-2.40:2
+   >=x11-libs/gtk+-3.22.0:3[cups?,introspection?]
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.10:=
+   >=app-text/poppler-0.76.0[cairo]
+   >=app-arch/libarchive-3.2.0
+   djvu? ( >=app-text/djvu-3.5.22:= )
+   dvi? (
+   >=app-text/libspectre-0.2:=
+   dev-libs/kpathsea:=
+   t1lib? ( >=media-libs/t1lib-5:= ) )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0 )
+   gnome? ( gnome-base/gnome-desktop:3= )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-1:= )
+   nautilus? ( >=gnome-base/nautilus-3.28.0 )
+   postscript? ( >=app-text/libspectre-0.2:= )
+   spell? ( >=app-text/gspell-1.6.0:= )
+   tiff? ( >=media-libs/tiff-3.6:0= )
+   xps? ( >=app-text/libgxps-0.2.1:= )
+"
+RDEPEND="${DEPEND}
+   gnome-base/gvfs
+   gnome-base/librsvg
+   || (
+   >=x11-themes/adwaita-icon-theme-2.17.1
+   >=x11-themes/hicolor-icon-theme-0.10
+   )
+"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.33 )
+   app-text/docbook-xml-dtd:4.3
+   dev-libs/appstream-glib
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/40.0-internal-synctex.patch
+)
+
+src_prepare() {
+   default
+
+   # Do not depend on adwaita-icon-theme, bug #326855, #391859
+   # https://gitlab.freedesktop.org/xdg/default-icon-theme/issues/7
+   sed -i '/adwaita_icon_theme_dep/d' meson.build shell/meson.build || die
+
+   # https://gitlab.gnome.org/GNOME/evince/-/merge_requests/336
+   sed -i -e 's:T1_initLib:T1_InitLib:' meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dplatform=gnome
+
+   -Dviewer=true
+   -Dpreviewer=false
+   -Dthumbnailer=true
+   $(meson_use nsplugin browser_plugin)
+   $(meson_use nautilus)
+
+   -Dcomics=enabled
+  

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

2021-04-18 Thread Matt Turner
commit: e21ba2a5ac6d6753431b28b34c28adb3dcd53c10
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 18 22:01:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 22:19:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21ba2a5

app-editors/gedit: Version bump to 40.1

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

 app-editors/gedit/Manifest  |   1 +
 app-editors/gedit/gedit-40.1.ebuild | 101 
 2 files changed, 102 insertions(+)

diff --git a/app-editors/gedit/Manifest b/app-editors/gedit/Manifest
index 72d680f9a73..10a14bdbb4f 100644
--- a/app-editors/gedit/Manifest
+++ b/app-editors/gedit/Manifest
@@ -1,2 +1,3 @@
 DIST gedit-3.38.1.tar.xz 6861368 BLAKE2B 
3b202dbb7df8e91b58bd345fcaa309546af07bce60dc4638a3c344996d6c04ef7fe8a4824360c0f55970b759f9d7e2929c207992a9c80ad686d39e94ff741b7a
 SHA512 
cd52cbcece3b007692294ab01b95fae7deb744b08a44da2d3cafa82a86d94c104abcdd4dcbe10630e0d633c8cc3c75f5e5dc6c8452a8c4bc2e6bb3c0de7d5547
 DIST gedit-40.0.tar.xz 6852672 BLAKE2B 
80af344cb6e848338f0c5921ff15e1d3e8566967756fbb832767c5d39914915f1c746c78c45e22d534dd8fc02c7e214e793b5a315ce2357e2afb3ca97312e45e
 SHA512 
b1f6fc4f4894c3ada8e85b81df2fca6870acf725074b56b2c85b1c8f04e004f193e8fad3ac0c641bd0df6a704604ec054e130c60f0480c1abf62a91cb181429e
+DIST gedit-40.1.tar.xz 6850264 BLAKE2B 
2baabac1254d56bf4c6a663012f88505c8f3cfcdd8fd8e020e05d807f727f71cf9088c398702f559e40ba7db31d3a9d135c1148f8a8b178c9107aa2675265910
 SHA512 
ac4cd2864af63625dbdb5c55fcc5e7ea403d84d7cc25d9f1c121f544ef1cf686ab9b7c0d50ef73b4bf24e573cdf528622a49d82f675b0c1673c46f691b79ac09

diff --git a/app-editors/gedit/gedit-40.1.ebuild 
b/app-editors/gedit/gedit-40.1.ebuild
new file mode 100644
index 000..d527b25c297
--- /dev/null
+++ b/app-editors/gedit/gedit-40.1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+VALA_MIN_API_VERSION="0.26"
+VALA_USE_DEPEND="vapigen"
+
+inherit gnome.org gnome2-utils meson python-single-r1 vala xdg
+
+DESCRIPTION="A text editor for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gedit;
+
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+
+IUSE="+python gtk-doc spell"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.64:2
+   >=dev-libs/libpeas-1.14.1[gtk]
+   >=dev-libs/gobject-introspection-1.54:=
+   >=x11-libs/gtk+-3.22.0:3[introspection]
+   >=x11-libs/gtksourceview-4.0.2:4[introspection]
+   gui-libs/tepl:6
+
+   spell? ( >=app-text/gspell-0.2.5:0= )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}]
+   dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}]
+   ')
+   )
+"
+RDEPEND="${DEPEND}
+   x11-themes/adwaita-icon-theme
+   gnome-base/gsettings-desktop-schemas
+   gnome-base/gvfs
+"
+BDEPEND="
+   ${vala_depend}
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1 )
+   dev-util/itstool
+   >=sys-devel/gettext-0.18
+   virtual/pkgconfig
+"
+PATCHES=(
+   # Don't force off overlay scrollbars for dubious reasons that GNOME 
designers heavily
+   # disagree with; those wanting them off in general would set that 
globally for gtk
+   "${FILESDIR}"/restore-overlay-scrollbars.patch
+   # Make gspell and python optional
+   "${FILESDIR}"/3.38-make-gspell-optional.patch
+   "${FILESDIR}"/3.38-make-python-optional.patch
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   vala_src_prepare
+   xdg_src_prepare
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use python)
+   $(meson_use gtk-doc gtk_doc)
+   -Duser_documentation=true
+   $(meson_feature spell)
+   )
+   meson_src_configure
+}
+
+# Only appdata and desktop file validation in v3.32.2
+src_test() { :; }
+
+src_install() {
+   meson_src_install
+   if use python; then
+   python_optimize
+   python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/"
+   fi
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/materia-theme/

2021-04-18 Thread Octiabrina Terrien-Puig
commit: c6ce4cc84014ae001080fbbdc5e8fbf47582bcfc
Author: Octiabrina Terrien-Puig  myrvogna  net>
AuthorDate: Sun Apr 18 22:14:49 2021 +
Commit: Octiabrina Terrien-Puig  myrvogna  net>
CommitDate: Sun Apr 18 22:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6ce4cc8

x11-themes/materia-theme: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig  myrvogna.net>

 x11-themes/materia-theme/Manifest  |  1 +
 .../materia-theme/materia-theme-20210322.ebuild| 24 ++
 x11-themes/materia-theme/metadata.xml  | 11 ++
 3 files changed, 36 insertions(+)

diff --git a/x11-themes/materia-theme/Manifest 
b/x11-themes/materia-theme/Manifest
new file mode 100644
index 0..59af76d9c
--- /dev/null
+++ b/x11-themes/materia-theme/Manifest
@@ -0,0 +1 @@
+DIST materia-theme-20210322.tar.gz 515881 BLAKE2B 
b48b61d4636b1f3953b18618f2e11e37904563e0837f6f14329be82ff20a5864e8d6ed0c54a051ba941ab67b4d5aa1bb44b2179ef9f0ea1ad33579a7122a4fdb
 SHA512 
c384a1afd5cf72f7ccfc0d1af8fd7efbe66027aa6e293899d57e46d8e572822ec6070785e957b07464cf0b3b73a302b9344920af361a9e8ab582565b7cedba71

diff --git a/x11-themes/materia-theme/materia-theme-20210322.ebuild 
b/x11-themes/materia-theme/materia-theme-20210322.ebuild
new file mode 100644
index 0..212cc1cec
--- /dev/null
+++ b/x11-themes/materia-theme/materia-theme-20210322.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A Material Design theme for GNOME/GTK based desktop environments"
+HOMEPAGE="https://github.com/nana-4/materia-theme;
+SRC_URI="https://github.com/nana-4/materia-theme/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   x11-libs/gdk-pixbuf
+   x11-themes/gnome-themes-standard
+   x11-themes/gtk-engines-murrine
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/sassc
+"

diff --git a/x11-themes/materia-theme/metadata.xml 
b/x11-themes/materia-theme/metadata.xml
new file mode 100644
index 0..32cf09809
--- /dev/null
+++ b/x11-themes/materia-theme/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   octiabr...@myrvogna.net
+   Octiabrina Terrien-Puig
+   
+   
+   nana-4/materia-theme
+   
+



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2021-04-18 Thread Mike Pagano
commit: 9bf2fd7920c6f7403c3795587967684945de3d1b
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr 18 22:14:52 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr 18 22:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf2fd79

sys-kernel/git-sources: Linux update to 5.12-rc8

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-5.12_rc8.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index bd00683d145..52bd4dea259 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-5.12-rc4.patch 38986964 BLAKE2B 
1d1d105866e52607197dac9a2ccd9b47abd9c
 DIST patch-5.12-rc5.patch 39323574 BLAKE2B 
ec3cf459048293b1dd4445fcdef14dd68733d9c70cd2206a069943459f48ee1929c96568c37abe4396eeca3c27e388931df89a0fc92e5c7a23de7d8d2a1729eb
 SHA512 
cce82e4193de63f3ab87bd132baf6c63883aef91b31b8a96488c26206c35e22aecd0a5f4d6b562d98701fba0367e38f672d43015786cf480697aeaa6a43b5788
 DIST patch-5.12-rc6.patch 39417467 BLAKE2B 
b33e573e4c56dd9f4a5de81817c59898c16ee0c7890e0072fddfa17cf080ebd2e53e52ca1124bf4c6cc3b458a3f8b8851778b1de20ad955f68bf4749a6a125bb
 SHA512 
d68adeaa37396043a76594da8219e35e8d20474ef1df7610f1409149d565d9718dad54fd86ec681814b954fe7f84e164c2a82eec151365d44ec53a263da4de57
 DIST patch-5.12-rc7.patch 39770736 BLAKE2B 
5645e05dc9e7d090096104a7c945c6c838215151a437a4cce716e0d8b737269e1f91af75dc81f03231679c92bbaaf1f0f7ad15e314705892bb8bbe7d19760c67
 SHA512 
e778bfed958f1f9271f30ce417aff99f95d7e5ca961bccfd371d3f98de0127969d02bb873722df77d61ff345fb60e08d1236cfd3c02d610f24f519573269a428
+DIST patch-5.12-rc8.patch 39888574 BLAKE2B 
4b88b9a59de9285a8d27f6a7fad161c5fb6637b2c1f457cc23fef7d0361f7424ed31a81eba8e09cf2a7c2f5c6674f0462e486713ee6b6a314c702f5fd878a326
 SHA512 
fe7d974c201c0722d470aa749456902c878fd21569db152f98eb178f4e21ed7b1240a35b4641657e15d7bf4999ec16420996949822fafb80b0b18bcebb8b1206

diff --git a/sys-kernel/git-sources/git-sources-5.12_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-5.12_rc8.ebuild
new file mode 100644
index 000..841923d20fb
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.12_rc8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.11"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] proj/linux-patches:5.12 commit in: /

2021-04-18 Thread Mike Pagano
commit: 29f16b3ccb72dce3d1a56939bfbbd085bd8ff16a
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr 18 22:01:47 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr 18 22:01:47 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=29f16b3c

Update CPU Opt patch (Adds rocketlake support)

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

 5013_enable-cpu-optimizations-for-gcc10.patch | 271 ++
 1 file changed, 189 insertions(+), 82 deletions(-)

diff --git a/5013_enable-cpu-optimizations-for-gcc10.patch 
b/5013_enable-cpu-optimizations-for-gcc10.patch
index c90b586..1868f23 100644
--- a/5013_enable-cpu-optimizations-for-gcc10.patch
+++ b/5013_enable-cpu-optimizations-for-gcc10.patch
@@ -1,64 +1,82 @@
-From 4666424a864159b4de572c90adb2c3e1fcdd5890 Mon Sep 17 00:00:00 2001
+From 59db769ad69e080c512b3890e1d27d6120f4a1a4 Mon Sep 17 00:00:00 2001
 From: graysky 
-Date: Fri, 13 Nov 2020 15:45:08 -0500
-Subject: [PATCH]more-uarches-for-gcc-v10-and-kernel-5.8+
+Date: Mon, 12 Apr 2021 07:09:27 -0400
+Subject: [PATCH] more uarches for kernel 5.8+
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
 WARNING
-This patch works with gcc versions 10.1+ and with kernel version 5.8+ and 
should
+This patch works with all gcc versions 9.0+ and with kernel version 5.8+ and 
should
 NOT be applied when compiling on older versions of gcc due to key name changes
 of the march flags introduced with the version 4.9 release of gcc.[1]
 
-Use the older version of this patch hosted on the same github for older
-versions of gcc.
-
 FEATURES
 This patch adds additional CPU options to the Linux kernel accessible under:
  Processor type and features  --->
   Processor family --->
 
-The expanded microarchitectures include:
-* AMD Improved K8-family
-* AMD K10-family
-* AMD Family 10h (Barcelona)
-* AMD Family 14h (Bobcat)
-* AMD Family 16h (Jaguar)
-* AMD Family 15h (Bulldozer)
-* AMD Family 15h (Piledriver)
-* AMD Family 15h (Steamroller)
-* AMD Family 15h (Excavator)
-* AMD Family 17h (Zen)
-* AMD Family 17h (Zen 2)
-* Intel Silvermont low-power processors
-* Intel Goldmont low-power processors (Apollo Lake and Denverton)
-* Intel Goldmont Plus low-power processors (Gemini Lake)
-* Intel 1st Gen Core i3/i5/i7 (Nehalem)
-* Intel 1.5 Gen Core i3/i5/i7 (Westmere)
-* Intel 2nd Gen Core i3/i5/i7 (Sandybridge)
-* Intel 3rd Gen Core i3/i5/i7 (Ivybridge)
-* Intel 4th Gen Core i3/i5/i7 (Haswell)
-* Intel 5th Gen Core i3/i5/i7 (Broadwell)
-* Intel 6th Gen Core i3/i5/i7 (Skylake)
-* Intel 6th Gen Core i7/i9 (Skylake X)
-* Intel 8th Gen Core i3/i5/i7 (Cannon Lake)
-* Intel 10th Gen Core i7/i9 (Ice Lake)
-* Intel Xeon (Cascade Lake)
-* Intel Xeon (Cooper Lake)
-* Intel 3rd Gen 10nm++  i3/i5/i7/i9-family (Tiger Lake)
+With the release of gcc 11.0, several generic 64-bit levels are offered which
+are good for supported Intel or AMD CPUs:
+• x86-64-v2
+• x86-64-v3
+• x86-64-v4
+
+Users of glibc 2.33 and above can see which level is supported by current
+hardware by running:
+  /lib/ld-linux-x86-64.so.2 --help | grep supported
+
+Alternatively, compare the flags from /proc/cpuinfo to this list.[2]
+
+CPU-specific microarchitectures include:
+• AMD Improved K8-family
+• AMD K10-family
+• AMD Family 10h (Barcelona)
+• AMD Family 14h (Bobcat)
+• AMD Family 16h (Jaguar)
+• AMD Family 15h (Bulldozer)
+• AMD Family 15h (Piledriver)
+• AMD Family 15h (Steamroller)
+• AMD Family 15h (Excavator)
+• AMD Family 17h (Zen)
+• AMD Family 17h (Zen 2)
+• AMD Family 19h (Zen 3)†
+• Intel Silvermont low-power processors
+• Intel Goldmont low-power processors (Apollo Lake and Denverton)
+• Intel Goldmont Plus low-power processors (Gemini Lake)
+• Intel 1st Gen Core i3/i5/i7 (Nehalem)
+• Intel 1.5 Gen Core i3/i5/i7 (Westmere)
+• Intel 2nd Gen Core i3/i5/i7 (Sandybridge)
+• Intel 3rd Gen Core i3/i5/i7 (Ivybridge)
+• Intel 4th Gen Core i3/i5/i7 (Haswell)
+• Intel 5th Gen Core i3/i5/i7 (Broadwell)
+• Intel 6th Gen Core i3/i5/i7 (Skylake)
+• Intel 6th Gen Core i7/i9 (Skylake X)
+• Intel 8th Gen Core i3/i5/i7 (Cannon Lake)
+• Intel 10th Gen Core i7/i9 (Ice Lake)
+• Intel Xeon (Cascade Lake)
+• Intel Xeon (Cooper Lake)*
+• Intel 3rd Gen 10nm++ i3/i5/i7/i9-family (Tiger Lake)*
+• Intel 3rd Gen 10nm++ Xeon (Sapphire Rapids)‡
+• Intel 11th Gen i3/i5/i7/i9-family (Rocket Lake)‡
+• Intel 12th Gen i3/i5/i7/i9-family (Alder Lake)‡
+
+Notes: If not otherwise noted, gcc >=9.1 is required for support.
+   *Requires gcc >=10.1  †Required gcc >=10.3  ‡Required gcc >=11.0
 
 It also offers to compile passing the 'native' option which, "selects the CPU
 to generate code for at compilation time by determining the processor type of
 the compiling machine. Using -march=native enables all instruction subsets
 supported by the local machine and will produce code optimized for the local
-machine under the constraints of the selected instruction set."[2]
+machine under the 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/files/, x11-misc/colord/

2021-04-18 Thread Matt Turner
commit: e9f060d99869a65b2bcefe819672a34318cdd4f5
Author: Daniel Brandt  spahan  ch>
AuthorDate: Sun Apr 18 16:22:37 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 21:46:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f060d9

x11-misc/colord: Version bump to 1.4.5

* Re-add multilib support (mattst88)
* Various bug fixing (mattst88)

Closes: https://bugs.gentoo.org/738908
Signed-off-by: Daniel Brandt  spahan.ch>
Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/colord/Manifest   |   1 +
 x11-misc/colord/colord-1.4.5.ebuild| 135 +
 .../1.4.5-build-Fix-building-without-vapi.patch|  53 
 ...on-t-use-exact-floating-point-comparisons.patch |  39 ++
 4 files changed, 228 insertions(+)

diff --git a/x11-misc/colord/Manifest b/x11-misc/colord/Manifest
index 44de5bad81b..b954e9b2b18 100644
--- a/x11-misc/colord/Manifest
+++ b/x11-misc/colord/Manifest
@@ -1 +1,2 @@
 DIST colord-1.3.5.tar.xz 1263488 BLAKE2B 
de70f3f76e81d3cec826f444e4c6a1603c03b7d97fedcd04a0b9e1977d1e487d7e1327c8b2738b3cf74e9717fb6803d543786c749d3a244faa1a6480e77e3436
 SHA512 
a0084ad2c08ae88c8023b8bade68f6cf25e13c77a6a37ef127b2914e86b06e6a7a783f9ab3585243d975dbbe1120d5daae13bdb586aefe519bf675458683025f
+DIST colord-1.4.5.tar.xz 1869084 BLAKE2B 
34c886bade6f71b0b81bbed216695d839873fba46423f6422b80ef2f62e88a403edd1686bb705ef78bcaeb352477e0581d784ccd388961cd42d880661b4b31ab
 SHA512 
b6cc8087ceff4a99b7d764087208cc72e1219d9f6bb52bd3e3eb13bb62e3c1e99aefef36237dceff46925ab7680c76795f59057b7a4d1c8a123de6270708e03c

diff --git a/x11-misc/colord/colord-1.4.5.ebuild 
b/x11-misc/colord/colord-1.4.5.ebuild
new file mode 100644
index 000..d98cb5325f1
--- /dev/null
+++ b/x11-misc/colord/colord-1.4.5.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit bash-completion-r1 meson multilib-minimal systemd udev vala
+
+DESCRIPTION="System service to accurately color manage input and output 
devices"
+HOMEPAGE="https://www.freedesktop.org/software/colord/;
+SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz;
+
+LICENSE="GPL-2+"
+SLOT="0/2" # subslot = libcolord soname version
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner 
systemd test +udev vala"
+RESTRICT="!test? ( test ) test" # Tests try to read and write files in /tmp
+REQUIRED_USE="
+   scanner? ( udev )
+   vala? ( introspection )
+"
+
+DEPEND="
+   >=dev-libs/glib-2.58.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/lcms-2.6:2=[${MULTILIB_USEDEP}]
+   dev-db/sqlite:3=[${MULTILIB_USEDEP}]
+   >=dev-libs/libgusb-0.2.7[${MULTILIB_USEDEP}]
+   udev? (
+   dev-libs/libgudev:=[${MULTILIB_USEDEP}]
+   virtual/libudev:=[${MULTILIB_USEDEP}]
+   virtual/udev
+   )
+   systemd? ( >=sys-apps/systemd-44:0= )
+   scanner? (
+   media-gfx/sane-backends
+   sys-apps/dbus
+   )
+   >=sys-auth/polkit-0.104
+   argyllcms? ( media-gfx/argyllcms )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.8:= )
+"
+RDEPEND="${DEPEND}
+   acct-group/colord
+   acct-user/colord
+"
+BDEPEND="
+   acct-group/colord
+   acct-user/colord
+   dev-libs/libxslt
+   >=dev-util/intltool-0.35
+   >=sys-devel/gettext-0.17
+   virtual/pkgconfig
+   extra-print-profiles? ( media-gfx/argyllcms )
+   vala? ( $(vala_depend) )
+"
+# These dependencies are required to build native build-time programs.
+BDEPEND="${BDEPEND}
+   dev-libs/glib:2
+   media-libs/lcms
+"
+
+PATCHES=(
+   
"${FILESDIR}"/${PV}-tests-Don-t-use-exact-floating-point-comparisons.patch
+   "${FILESDIR}"/${PV}-build-Fix-building-without-vapi.patch
+)
+
+src_prepare() {
+   default
+   use vala && vala_src_prepare
+
+   # Test requires a running session
+   # https://github.com/hughsie/colord/issues/94
+   sed -i -e "/test('colord-test-daemon'/d" lib/colord/meson.build || die
+
+   # Adapt to Gentoo paths
+   sed -i \
+   -e "s|find_program('spotread'|find_program('argyll-spotread'|" \
+   -e "s|find_program('colprof'|find_program('argyll-colprof'|" \
+   meson.build || die
+
+   # meson gnome.generate_vapi properly handles VAPIGEN and other vala
+   # environment variables. It is counter-productive to check for an
+   # unversioned vapigen, as that breaks versioned VAPIGEN usages.
+   sed -i -e "/find_program('vapigen')/d" meson.build || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Ddaemon=$(multilib_is_native_abi && echo true || echo false)
+   -Dexamples=false
+   -Dbash_completion=false
+   $(meson_use udev udev_rules)
+  

[gentoo-commits] repo/gentoo:master commit in: profiles/, gnome-base/gnome-settings-daemon/

2021-04-18 Thread Matt Turner
commit: a8c46dd2c6ccfc8781bdedb92d5156ec48cf6c77
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 18 21:48:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 21:53:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c46dd2

gnome-base/gnome-settings-daemon: Version bump to 40.0

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

 gnome-base/gnome-settings-daemon/Manifest  |   1 +
 .../gnome-settings-daemon-40.0.ebuild  | 147 +
 profiles/package.mask  |   1 +
 3 files changed, 149 insertions(+)

diff --git a/gnome-base/gnome-settings-daemon/Manifest 
b/gnome-base/gnome-settings-daemon/Manifest
index be31847cf25..9c4c76c653b 100644
--- a/gnome-base/gnome-settings-daemon/Manifest
+++ b/gnome-base/gnome-settings-daemon/Manifest
@@ -1 +1,2 @@
 DIST gnome-settings-daemon-3.38.1.tar.xz 1437096 BLAKE2B 
dddc4672585c23f1d0f1824303b503ec30d6fc4a2a88b9633e0256d34ca2badd067fa54a404de032f8b2e8dd5b7bfa3915464bc826d8bbea5d57431b7a2ac7fe
 SHA512 
b32c0897d1a5680747bf68e9009ea44cf1a05ef807b772ca6514a278002754d520def7bced929b9004d3aec82a6e82b52637bd2eadd3f6cd54f3d0ac5c8e8cbd
+DIST gnome-settings-daemon-40.0.tar.xz 1442648 BLAKE2B 
9f4c3923f7cc80ac469719b2a297f4bfc5fb2bf0b5f349d8882481d96a90850f9a062a36447c7bfbff789366efbbd57d77863f63934aadba00918c94c00e8d98
 SHA512 
59429f8bc01bd84bb50bc297f80ad65e48fef3f0c965ae41571a528b7829e5a3a197e2ded06e1286629a411e5683dfd154267ee99c0dcabbf2d21f389e1f276e

diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.ebuild 
b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.ebuild
new file mode 100644
index 000..e777c2de3e4
--- /dev/null
+++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-40.0.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit gnome.org gnome2-utils python-any-r1 meson udev virtualx xdg
+
+DESCRIPTION="Gnome Settings Daemon"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-settings-daemon;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="+colord +cups debug elogind input_devices_wacom modemmanager 
networkmanager smartcard systemd test +udev wayland"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="
+   ^^ ( elogind systemd )
+   input_devices_wacom? ( udev )
+   wayland? ( udev )
+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+DEPEND="
+   >=sci-geosciences/geocode-glib-3.10
+   >=dev-libs/glib-2.56:2
+   >=gnome-base/gnome-desktop-3.37.1:3=
+   >=gnome-base/gsettings-desktop-schemas-40
+   >=x11-libs/gtk+-3.15.3:3[X,wayland?]
+   >=dev-libs/libgweather-40:2=
+   colord? (
+   >=x11-misc/colord-1.4.5:=
+   >=media-libs/lcms-2.2:2
+   )
+   media-libs/libcanberra[gtk3]
+   >=app-misc/geoclue-2.3.1:2.0
+   >=x11-libs/libnotify-0.7.3
+   >=media-sound/pulseaudio-2[glib]
+   >=sys-auth/polkit-0.114
+   >=sys-power/upower-0.99.8:=
+   x11-libs/libX11
+   udev? ( dev-libs/libgudev:= )
+   wayland? ( dev-libs/wayland )
+   input_devices_wacom? (
+   >=dev-libs/libwacom-0.7
+   >=x11-libs/pango-1.20.0
+   x11-libs/gdk-pixbuf:2
+   )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   cups? ( >=net-print/cups-1.4[dbus] )
+   modemmanager? (
+   >=app-crypt/gcr-3.7.5:=
+   >=net-misc/modemmanager-1.0:=
+   )
+   networkmanager? ( >=net-misc/networkmanager-1.0 )
+   media-libs/alsa-lib
+   x11-libs/libXi
+   x11-libs/libXext
+   media-libs/fontconfig
+   systemd? (
+   >=sys-apps/systemd-243
+   sys-apps/dbus[user-session]
+   )
+"
+# logind needed for power and session management, bug #464944
+# 
gnome-session-3.33.90/gdm-3.33.90/gnome-shell-extensions-3.34.1/gnome-flashback-3.33.1
 adapt to Clipboard and Mouse component removals (moved to mutter)
+RDEPEND="${DEPEND}
+   gnome-base/dconf
+   elogind? ( sys-auth/elogind )
+   !=gnome-extra/gnome-calendar-40
 # Bug #780633
 >=dev-libs/libgweather-40
+>=gnome-base/gnome-settings-daemon-40
 
 # Marek Szuba  (2021-03-19)
 # Depends on bundled out-of-date Qt5 libraries, and even with those



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

2021-04-18 Thread Andreas Sturmlechner
commit: 7715d1e74503dc2805c1d5f43996eefd2886fe85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 21:32:45 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 21:32:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715d1e7

x11-misc/wdm: Drop 1.28-r6

Closes: https://bugs.gentoo.org/783858
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/wdm/wdm-1.28-r6.ebuild | 48 -
 1 file changed, 48 deletions(-)

diff --git a/x11-misc/wdm/wdm-1.28-r6.ebuild b/x11-misc/wdm/wdm-1.28-r6.ebuild
deleted file mode 100644
index 1ba2a83d76c..000
--- a/x11-misc/wdm/wdm-1.28-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pam
-
-DESCRIPTION="WINGs Display Manager"
-HOMEPAGE="https://github.com/voins/wdm;
-SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="pam selinux truetype"
-
-COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
-   truetype? ( x11-libs/libXft )
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libXpm
-   pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
-   pam? ( >=sys-auth/pambase-20080219.1 )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-terminateServer.patch
-   "${FILESDIR}"/${P}-remove-fakehome.patch
-)
-
-src_configure() {
-   econf \
-   --with-wdmdir="${EPREFIX}"/etc/X11/wdm \
-   $(use_enable pam) \
-   $(use_enable selinux)
-}
-
-src_install() {
-   default
-
-   rm -f "${ED%/}"/etc/pam.d/wdm || die
-
-   if use pam; then
-   pamd_mimic system-local-login wdm auth account password session
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/

2021-04-18 Thread Andreas Sturmlechner
commit: bd853f47c8e290216d68dc19a1ebaa2a32e43107
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 21:31:06 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 21:31:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd853f47

app-cdr/cdw: Drop 0.8.1 (r0)

Closes: https://bugs.gentoo.org/783882
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-cdr/cdw/cdw-0.8.1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-cdr/cdw/cdw-0.8.1.ebuild b/app-cdr/cdw/cdw-0.8.1.ebuild
deleted file mode 100644
index b4597335f09..000
--- a/app-cdr/cdw/cdw-0.8.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
-HOMEPAGE="http://cdw.sourceforge.net;
-SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND="
-   app-cdr/cdrtools
-   app-cdr/dvd+rw-tools
-   dev-libs/libburn
-   dev-libs/libcdio[-minimal]
-   sys-libs/ncurses:*[unicode]
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   econf LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
-}
-
-src_install() {
-   DOCS="AUTHORS ChangeLog NEWS README THANKS cdw.conf" \
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-yi/

2021-04-18 Thread Sam James
commit: 5ccc70fa8f5afe6878dafa90141d6e6387d67660
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccc70fa

app-dicts/aspell-yi: Stabilize 0.01.1.1 arm64, #782247

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

 app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild 
b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
index 5e49ee877d2..d8f51f9ecc0 100644
--- a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
+++ b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tet/

2021-04-18 Thread Sam James
commit: d25e87ce491bfed9d74c81c4d820b3eaa6c7c52c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25e87ce

app-dicts/aspell-tet: Stabilize 0.1.1 arm64, #782247

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

 app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild 
b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
index fe74e388679..0cdd8932134 100644
--- a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
+++ b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-te/

2021-04-18 Thread Sam James
commit: 8ca23cec778f29e3bac062aad12c05e4d44e9b73
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca23cec

app-dicts/aspell-te: Stabilize 0.01.2 arm64, #782247

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

 app-dicts/aspell-te/aspell-te-0.01.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild 
b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
index 9f7f0fb3030..685d17d1dbe 100644
--- a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
+++ b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-uz/

2021-04-18 Thread Sam James
commit: f1676d6d30ec892c0256f234889f07cef53cc731
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1676d6d

app-dicts/aspell-uz: Stabilize 0.6.0 arm64, #782247

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

 app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild 
b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
index ce0ecb2f243..9d34977fbab 100644
--- a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
+++ b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ta/

2021-04-18 Thread Sam James
commit: 56015b414f562e80c7dafdf68f6e0317d3a4cf4a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56015b41

app-dicts/aspell-ta: Stabilize 20040424.1 arm64, #782247

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

 app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild 
b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
index c85798666c2..1b4d67c8fe7 100644
--- a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
+++ b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tn/

2021-04-18 Thread Sam James
commit: de707e920800ee4981cd09b419ee42aadf01
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de707e92

app-dicts/aspell-tn: Stabilize 1.0.1.0 arm64, #782247

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

 app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild 
b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
index dc38bafae5c..d819456ab51 100644
--- a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
+++ b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-zu/

2021-04-18 Thread Sam James
commit: cd9fb6365e60860d6de57a7c0f46b13045154f07
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9fb636

app-dicts/aspell-zu: Stabilize 0.50.0 arm64, #782247

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

 app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild 
b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
index 6b89381af2d..2a88715e036 100644
--- a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
+++ b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Zulu"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt-br/

2021-04-18 Thread Sam James
commit: b869ea5542e4a4339f971dc0666eab69e0368700
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b869ea55

app-dicts/aspell-pt-br: Stabilize 20131030.12.0 arm64, #782247

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

 app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild 
b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
index be983ba99d0..55cf6136f36 100644
--- a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
+++ b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
@@ -15,4 +15,4 @@ 
SRC_URI="mirror://gnu/${PN%%-*}/dict/${MY_ASPELL_LANG/-${PN##*-}/_${MY_ASPELL_SU
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2021-04-18 Thread Sam James
commit: 08518669e5da5bddd91a7ccbd259d8c5ff9517a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08518669

app-dicts/aspell-pl: Stabilize 6.0.20210216.0 arm64, #782247

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

 app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
index b75bcb4708a..b34993bf103 100644
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
+++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
@@ -15,4 +15,4 @@ SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P/sjp-/}"
 
 LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt/

2021-04-18 Thread Sam James
commit: e5958e80b8c757a6e7472e500c3757217879edc1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5958e80

app-dicts/aspell-pt: Stabilize 20190329.1.0 arm64, #782247

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

 app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild 
b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
index 1a51c50672d..182a27adc1f 100644
--- a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
+++ b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_PN/aspell-/}/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-wa/

2021-04-18 Thread Sam James
commit: 0e818f785dd622f0034eb40956483f653921
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e818f78

app-dicts/aspell-wa: Stabilize 0.50.0 arm64, #782247

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

 app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild 
b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
index 5730ac261dc..459f13abe77 100644
--- a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
+++ b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Walloon"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sw/

2021-04-18 Thread Sam James
commit: cc1882fafa3bf674b5a3e653ed4b6997366a03f9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1882fa

app-dicts/aspell-sw: Stabilize 0.50.0 arm64, #782247

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

 app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild 
b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
index 8bdd078e6cb..edf72494005 100644
--- a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
+++ b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Swahili Kiswahili"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tl/

2021-04-18 Thread Sam James
commit: 2aebbd7361ff0d6f9a3ce7dcbcbbd36cbcf5ef52
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aebbd73

app-dicts/aspell-tl: Stabilize 0.4.0 arm64, #782247

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

 app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild 
b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
index 1a7ead55016..b3678e10fa0 100644
--- a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
+++ b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
@@ -12,4 +12,4 @@ inherit aspell-dict-r1
 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tagalog-wordlist/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sk/

2021-04-18 Thread Sam James
commit: 9548cf5d0944d0cdeb70bae40625735fe7fae55e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9548cf5d

app-dicts/aspell-sk: Stabilize 2.02.0 arm64, #782247

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

 app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild 
b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
index e1ef97f2396..2f3ef00a1cf 100644
--- a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
+++ b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="https://spell.linux.sk/file_download/103/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tr/

2021-04-18 Thread Sam James
commit: 30adee117bb63768f84e0922a6a0e79ddbffa7a6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30adee11

app-dicts/aspell-tr: Stabilize 0.50.0 arm64, #782247

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

 app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild 
b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
index e572e3b2006..b3dee96761c 100644
--- a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
+++ b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Turkish"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tk/

2021-04-18 Thread Sam James
commit: ddc74d4d506ece41e05344008902195b0cecee5d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc74d4d

app-dicts/aspell-tk: Stabilize 0.01.0 arm64, #782247

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

 app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild 
b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
index c9d0506cc7e..e1891c266a4 100644
--- a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
+++ b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ny/

2021-04-18 Thread Sam James
commit: 5a1f76ffec03c5beadc92ded59988fbc6f4f0c57
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1f76ff

app-dicts/aspell-ny: Stabilize 0.01.0 arm64, #782247

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

 app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild 
b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
index 173d5b3659b..e9180e2dc6d 100644
--- a/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
+++ b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-qu/

2021-04-18 Thread Sam James
commit: 539905c3745f94a8a9599644b65d6f370a7c2bf6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539905c3

app-dicts/aspell-qu: Stabilize 0.02.0 arm64, #782247

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

 app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild 
b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
index 696378ddca3..30aa72ba2f9 100644
--- a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
+++ b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ro/

2021-04-18 Thread Sam James
commit: 02f48219a121f6aa5c9233fc8966761411355985
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f48219

app-dicts/aspell-ro: Stabilize 3.3.10 arm64, #782247

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

 app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild 
b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
index 7efc4c58c9c..4c479e7a159 100644
--- a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
+++ b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
@@ -17,4 +17,4 @@ SRC_URI="mirror://sourceforge/rospell/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-rw/

2021-04-18 Thread Sam James
commit: 46ab71428e6bd944c44bc1f380423211505c3843
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ab7142

app-dicts/aspell-rw: Stabilize 0.50.0 arm64, #782247

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

 app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild 
b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
index 957c98354fe..907a46c1f27 100644
--- a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
+++ b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Kinyarwanda"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sc/

2021-04-18 Thread Sam James
commit: eda0cf3db61d57565f8d0897ef6a959f33df4f58
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:30:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:30:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda0cf3d

app-dicts/aspell-sc: Stabilize 1.0 arm64, #782247

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

 app-dicts/aspell-sc/aspell-sc-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild 
b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
index 455f5376305..52139ded9b6 100644
--- a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
+++ b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-or/

2021-04-18 Thread Sam James
commit: 7bf9aacb9e17b6d397b8d382eb307bf224084766
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf9aacb

app-dicts/aspell-or: Stabilize 0.03.1 arm64, #782247

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

 app-dicts/aspell-or/aspell-or-0.03.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-or/aspell-or-0.03.1.ebuild 
b/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
index 8f6eaf82a3a..3c56b632ca3 100644
--- a/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
+++ b/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pa/

2021-04-18 Thread Sam James
commit: 52c25ce20ed80c2b44c4efbc4a6242176c3690e4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c25ce2

app-dicts/aspell-pa: Stabilize 0.01.1 arm64, #782247

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

 app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild 
b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
index 3eda04c6a70..ac522fbdd46 100644
--- a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
+++ b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nds/

2021-04-18 Thread Sam James
commit: ba16c6b8e3884d16fe94ec9ff11b480588c14b40
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba16c6b8

app-dicts/aspell-nds: Stabilize 0.01.0 arm64, #782247

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

 app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild 
b/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild
index f1ae129b01d..4d4add0b421 100644
--- a/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild
+++ b/app-dicts/aspell-nds/aspell-nds-0.01.0.ebuild
@@ -9,7 +9,7 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nn/

2021-04-18 Thread Sam James
commit: c955e83ca251e6f778aaf68969f4dd9e7ea4aa38
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:29:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:29:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c955e83c

app-dicts/aspell-nn: Stabilize 0.50.1.1 arm64, #782247

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

 app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild 
b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
index ad66c737ff3..88549d8b0dd 100644
--- a/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
+++ b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Norwegian Nynorsk"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-04-18 Thread Andreas Sturmlechner
commit: 2a61da5e04f77bf6383b56893dab49216d6fde73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 21:26:26 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 21:27:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a61da5e

dev-libs/openobex: Drop 1.7.2-r1

Bug: https://bugs.gentoo.org/687432
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/openobex/openobex-1.7.2-r1.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/dev-libs/openobex/openobex-1.7.2-r1.ebuild 
b/dev-libs/openobex/openobex-1.7.2-r1.ebuild
deleted file mode 100644
index edcdf803d0a..000
--- a/dev-libs/openobex/openobex-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils udev
-
-DESCRIPTION="Implementation of the OBEX protocol used for transferring data to 
mobile devices"
-HOMEPAGE="https://sourceforge.net/projects/openobex/;
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/2"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
-IUSE="bluetooth doc irda usb"
-
-RDEPEND="
-   bluetooth? ( net-wireless/bluez:= )
-   usb? ( virtual/libusb:= )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/${P}-Source"
-
-PATCHES=( "${FILESDIR}/${P}-version.h.patch" )
-DOCS=( AUTHORS ChangeLog README UPGRADING.txt )
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCUMENTATION=$(usex doc)
-   -DOPENOBEX_BLUETOOTH=$(usex bluetooth)
-   -DOPENOBEX_IRDA=$(usex irda)
-   -DOPENOBEX_USB=$(usex usb)
-
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
-   -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)/rules.d"
-   )
-
-   cmake-utils_src_configure
-}



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

2021-04-18 Thread Sam James
commit: 81b66360fbf8dae36fa1988965d1e6923e634102
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b66360

x11-misc/wdm: Stabilize 1.28-r7 x86, #783858

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

 x11-misc/wdm/wdm-1.28-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
index a10624723bd..2ac1d57369b 100644
--- a/x11-misc/wdm/wdm-1.28-r7.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="pam selinux truetype"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/

2021-04-18 Thread Sam James
commit: 48cd5be28d378d5835ab9878f1116669c20a173b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cd5be2

app-cdr/cdw: Stabilize 0.8.1-r1 x86, #783882

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

 app-cdr/cdw/cdw-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdw/cdw-0.8.1-r1.ebuild b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
index 47042d0f035..a059a13f7d5 100644
--- a/app-cdr/cdw/cdw-0.8.1-r1.ebuild
+++ b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
app-cdr/cdrtools



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

2021-04-18 Thread Sam James
commit: 1db97245fb9cc5cc38a383108f1b4625b24ee818
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db97245

sys-libs/libaal: Stabilize 1.0.7-r2 x86, #783849

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

 sys-libs/libaal/libaal-1.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libaal/libaal-1.0.7-r2.ebuild 
b/sys-libs/libaal/libaal-1.0.7-r2.ebuild
index 21df4ab2055..84b374a803f 100644
--- a/sys-libs/libaal/libaal-1.0.7-r2.ebuild
+++ b/sys-libs/libaal/libaal-1.0.7-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/7"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc x86"
 IUSE="static-libs"
 
 BDEPEND="virtual/os-headers"



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

2021-04-18 Thread Sam James
commit: 8b28bdc0782a25d566a269c2822117c9af04dbbf
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b28bdc0

dev-ml/zarith: Stabilize 1.12 x86, #783585

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

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

diff --git a/dev-ml/zarith/zarith-1.12.ebuild b/dev-ml/zarith/zarith-1.12.ebuild
index c3d8469ffaf..365b3503fd3 100644
--- a/dev-ml/zarith/zarith-1.12.ebuild
+++ b/dev-ml/zarith/zarith-1.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> ${P}.ta
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="doc mpir +ocamlopt"
 RESTRICT="!ocamlopt? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/powernowd/

2021-04-18 Thread Sam James
commit: 25e56d3a1e2eb429d35f1fd85dbf85d500b520a8
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e56d3a

sys-power/powernowd: Stabilize 1.00-r5 x86, #783756

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

 sys-power/powernowd/powernowd-1.00-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/powernowd/powernowd-1.00-r5.ebuild 
b/sys-power/powernowd/powernowd-1.00-r5.ebuild
index 93b48321a3c..a5b713ad564 100644
--- a/sys-power/powernowd/powernowd-1.00-r5.ebuild
+++ b/sys-power/powernowd/powernowd-1.00-r5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.deater.net/john/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 PATCHES=(
"${FILESDIR}"/${P}-buf.patch
"${FILESDIR}"/${P}-inline.patch



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

2021-04-18 Thread Sam James
commit: fc069068ba250d8c5114191114d4342b6db0cce9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc069068

app-misc/wcd: Stabilize 6.0.2 x86, #783648

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

 app-misc/wcd/wcd-6.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/wcd/wcd-6.0.2.ebuild b/app-misc/wcd/wcd-6.0.2.ebuild
index 2bccf849815..ff0d79dc7c2 100644
--- a/app-misc/wcd/wcd-6.0.2.ebuild
+++ b/app-misc/wcd/wcd-6.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="nls unicode"
 
 CDEPEND="



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

2021-04-18 Thread Sam James
commit: 75e72d48f7dfece17f6cd778235ccc95f79929df
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e72d48

dev-ml/cinaps: Stabilize 0.15.0 x86, #783573

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

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

diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild 
b/dev-ml/cinaps/cinaps-0.15.0.ebuild
index 32b2e5afc84..89b51b13c8c 100644
--- a/dev-ml/cinaps/cinaps-0.15.0.ebuild
+++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: fd704eae4e7b9a1eb50df5c1befd292748ad70ea
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd704eae

dev-java/easymock: Stabilize 3.3.1-r1 x86, #783426

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

 dev-java/easymock/easymock-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/easymock/easymock-3.3.1-r1.ebuild 
b/dev-java/easymock/easymock-3.3.1-r1.ebuild
index bb124249b8c..d049b78d70b 100644
--- a/dev-java/easymock/easymock-3.3.1-r1.ebuild
+++ b/dev-java/easymock/easymock-3.3.1-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="3.2"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 CDEPEND="
dev-java/cglib:3



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

2021-04-18 Thread Sam James
commit: eea70afd0940c36648f82f125bd47159def76b86
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea70afd

x11-terms/alacritty: Stabilize 0.7.2 x86, #783399

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

 x11-terms/alacritty/alacritty-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/alacritty-0.7.2.ebuild 
b/x11-terms/alacritty/alacritty-0.7.2.ebuild
index 70e1e7a3c6a..b916d51eec3 100644
--- a/x11-terms/alacritty/alacritty-0.7.2.ebuild
+++ b/x11-terms/alacritty/alacritty-0.7.2.ebuild
@@ -220,7 +220,7 @@ if [ ${PV} == "" ] ; then
 else
SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz
$(cargo_crate_uris ${CRATES})"
-   KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+   KEYWORDS="amd64 ~arm64 ppc64 x86"
 fi
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 
CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB"



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

2021-04-18 Thread Sam James
commit: b090476e5e32426123f99c15f776f9f939a5de98
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:24:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b090476e

sys-apps/usb_modeswitch: Stabilize 2.6.0 x86, #783744

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

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

diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild 
b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
index a1797b30e0a..aabdc15560f 100644
--- a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
+++ b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://www.draisberghof.de/${PN}/${MY_P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-04-18 Thread Sam James
commit: 36afc0687f733166f65565ebed1ff40afbbf14e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36afc068

net-analyzer/knocker: Stabilize 0.8.0 x86, #776661

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

 net-analyzer/knocker/knocker-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/knocker/knocker-0.8.0.ebuild 
b/net-analyzer/knocker/knocker-0.8.0.ebuild
index ee1081c1a47..280f97f2807 100644
--- a/net-analyzer/knocker/knocker-0.8.0.ebuild
+++ b/net-analyzer/knocker/knocker-0.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.0-fency.patch



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

2021-04-18 Thread Sam James
commit: 7487c1c62b24c2f3e53082e461a91bd0d9420a7c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7487c1c6

dev-perl/Archive-Extract: Stabilize 0.860.0 x86, #783504

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

 dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild 
b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
index 03ad7d15028..1e572b9d92c 100644
--- a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
+++ b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Generic archive extracting mechanism"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: bb8776cd10cc19d5a94ce1398a2837f20903a6a3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8776cd

dev-java/commons-math: Stabilize 3.6.1-r1 x86, #783153

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

 dev-java/commons-math/commons-math-3.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild 
b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
index 61d21b96abb..837874432c3 100644
--- a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
+++ b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
@@ -20,4 +20,4 @@ RDEPEND=">=virtual/jre-1.8:*"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-java/apple-java-extensions-bin/

2021-04-18 Thread Sam James
commit: 45f50a7b87f8e7e3c2136499bcb447e8c6e51dc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f50a7b

dev-java/apple-java-extensions-bin: Stabilize 1.5-r2 x86, #782973

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

 .../apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild 
b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
index 36f8442151a..aaef7a010e5 100644
--- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
+++ b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExte
 
 LICENSE="Apple"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-arch/unzip"
 RDEPEND=">=virtual/jre-1.8:*"



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

2021-04-18 Thread Sam James
commit: 161191afff0eab62a957f9d55fa3c6f9bb653c71
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161191af

net-analyzer/nfdump: Stabilize 1.6.22-r1 x86, #776547

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

 net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild 
b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
index 95c82389d10..4b6ed40bdb2 100644
--- a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
+++ b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1.6.22"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow"
 
 REQUIRED_USE="?? ( jnat nsel )"



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

2021-04-18 Thread Sam James
commit: d34f4543ccd3deec5134e162a1766cb24ce6330c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:23:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34f4543

dev-perl/Apache-Session: Stabilize 1.940.0 x86, #783471

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

 dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild 
b/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
index aa9af98a2f7..809f58ef6ba 100644
--- a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
+++ b/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A persistence framework for session data"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: fc1a78f0620175ca8bfdb07f6179e413dc2717df
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1a78f0

media-libs/allegro: Stabilize 5.2.7.0 x86, #775350

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

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

diff --git a/media-libs/allegro/allegro-5.2.7.0.ebuild 
b/media-libs/allegro/allegro-5.2.7.0.ebuild
index 594aefcd767..19a7cac0a9e 100644
--- a/media-libs/allegro/allegro-5.2.7.0.ebuild
+++ b/media-libs/allegro/allegro-5.2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio 
test truetype vorbis webp X xinerama"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: bbc3211913d5357a6e2acf7cd707c677012f825e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:21:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc32119

sci-libs/gdal: Stabilize 3.2.2 x86, #775344

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

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

diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild
index 664e4b3f577..bb8ecb3cd04 100644
--- a/sci-libs/gdal/gdal-3.2.2.ebuild
+++ b/sci-libs/gdal/gdal-3.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
 
 SLOT="0/3.2"
 LICENSE="BSD Info-ZIP MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="armadillo +aux-xml curl cpu_flags_x86_avx cpu_flags_x86_sse 
cpu_flags_x86_ssse3 debug doc fits geos gif gml hdf5 java jpeg jpeg2k lzma mdb 
mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite 
sqlite threads webp xls zstd"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/

2021-04-18 Thread Sam James
commit: d7c72085b480fdbeaf290e5b703e931af775fc80
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:21:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c72085

sci-physics/lhapdf: Stabilize 6.3.0 x86, #773949

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

 sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild 
b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
index ffb45665109..9fc01878697 100644
--- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-04-18 Thread Sam James
commit: fcda8f2e6f2d6bb42637d8161f2258b0544a6332
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:21:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcda8f2e

media-sound/fluidsynth: Stabilize 2.2.0-r1 x86, #782700

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

 media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
index 7042542b649..58342579e27 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-04-18 Thread Sam James
commit: e039e399ea34e02cc5bbf52d73e305f2c27cb594
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e039e399

net-dialup/xl2tpd: Stabilize 1.3.16 x86, #776745

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

 net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
index 2d193cfc781..f13b443b116 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
 IUSE="+kernel"
 
 DEPEND="



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

2021-04-18 Thread Sam James
commit: 9918e2c48baf75b8cde9b21d0815e84521618409
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:21:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9918e2c4

net-misc/hylafaxplus: Stabilize 7.0.3 x86, #774357

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

 net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild 
b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
index 19e62c76d59..a4859f2b0da 100644
--- a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
+++ b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="hylafaxplus"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="html jbig lcms ldap mgetty pam"
 
 DEPEND="



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

2021-04-18 Thread Sam James
commit: 1f9371843349dbf41db739a25306331d995e0069
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 21:22:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 21:26:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f937184

dev-db/libiodbc: Stabilize 3.52.14 x86, #775347

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

 dev-db/libiodbc/libiodbc-3.52.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/libiodbc/libiodbc-3.52.14.ebuild 
b/dev-db/libiodbc/libiodbc-3.52.14.ebuild
index c1580608639..2884d652f12 100644
--- a/dev-db/libiodbc/libiodbc-3.52.14.ebuild
+++ b/dev-db/libiodbc/libiodbc-3.52.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="|| ( LGPL-2 BSD )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk"
 
 RDEPEND="gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/docker/

2021-04-18 Thread Andreas Sturmlechner
commit: 029ae309188a2068e4e48be0219530bc61271f85
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 21:22:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 21:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029ae309

x11-plugins/docker: Drop 1.5-r1, EAPI5--

Closes: https://bugs.gentoo.org/666088
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-plugins/docker/docker-1.5-r1.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/x11-plugins/docker/docker-1.5-r1.ebuild 
b/x11-plugins/docker/docker-1.5-r1.ebuild
deleted file mode 100644
index 27c07964262..000
--- a/x11-plugins/docker/docker-1.5-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch toolchain-funcs
-
-DESCRIPTION="Openbox app which acts as a system tray for KDE and GNOME2"
-HOMEPAGE="https://icculus.org/openbox/2/docker/;
-SRC_URI="https://icculus.org/openbox/2/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.0.4
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-makefile_rename.patch"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README
-}
-
-pkg_postinst() {
-   einfo "To avoid collision with app-emulation/docker, binary was renamed 
to wmdocker"
-}



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

2021-04-18 Thread Zac Medico
commit: 838617bc243adc4bd3d1ebea105da5d6e29f1d9a
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Apr 18 21:12:44 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 18 21:22:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838617bc

sys-cluster/gmqtt: Bump to version 0.3.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 sys-cluster/gmqtt/Manifest   |   1 +
 sys-cluster/gmqtt/gmqtt-0.3.1.ebuild | 435 +++
 2 files changed, 436 insertions(+)

diff --git a/sys-cluster/gmqtt/Manifest b/sys-cluster/gmqtt/Manifest
index 54dc3fad04f..6b5d3890642 100644
--- a/sys-cluster/gmqtt/Manifest
+++ b/sys-cluster/gmqtt/Manifest
@@ -247,6 +247,7 @@ DIST github.com%2Fugorji%2Fgo%2F@v%2Fv1.1.4.mod 29 BLAKE2B 
8502924d37d2cb283d252
 DIST 
github.com%2Fxiang90%2Fprobing%2F@v%2Fv0.0.0-20190116061207-43a291ad63a2.mod 34 
BLAKE2B 
da6bd307f61b08eb749a0b2d9a9f445dfc057c8cafaa13f4a7c6d2d2324f7812c9c8269d9747cc21db9c3478f73558da05035b3f1ce9940f5c5befb16dcdd159
 SHA512 
b9773f617e5b48c6767051fc7dd2faa63a8a9d537ee42fb51efe6db5b3d24060dea0a264568bb5324915de8917a334f3563dc49d35651a4ee7c15042faad2964
 DIST 
github.com%2Fxordataexchange%2Fcrypt%2F@v%2Fv0.0.3-0.20170626215501-b2862e3d0a77.mod
 40 BLAKE2B 
844d63d9c10c55eb74504d88d5e6e85641f2c4bdbbc9b4f6728cd6b1e750d1eb333e91b6eadac635a80abf328c9423fa106b18337e89dc592876cd3f04a803e2
 SHA512 
daffe8f4148becee3a32c90ad21454cd48255409f3edff8681ea2074623c8aa02cbb4620b7ba52aabe4ac3c24a5f256b56fd71de1da45dcd7e4e8376699a422a
 DIST gmqtt-0.3.0.tar.gz 221559 BLAKE2B 
ed5eb2b8d90d600c21b40d14af60d5dac7d6d6ac781cb47697144061fbf699bc2b5ae636ec95da69904ff5bdb8f9e691c840555399ac9039b36af41d44b17081
 SHA512 
81d95d4531b2e16f9c2a984e033bd01e036b59f45098f69b0f67d0a7fd8ae0513ee7442f9fcfaf5728a01bc74e901589cd18f6e65b8f8e2e8d55a23dac27183e
+DIST gmqtt-0.3.1.tar.gz 222161 BLAKE2B 
90ab83d8aa684029c3b1a20afd636155f391a568ba24536e72b44c7abdb548467bea617efdafa2d3623f032de89c81bddc679b9cef7626d6c56acd3aa2026d5e
 SHA512 
b35a76e20821079c054c38792f09bedab5faef94851368953f4be55cd285806dec3efd4a63dafcc34601a8aa8e100a03a930cbec30484a09317f7f02da0dfdb2
 DIST go.etcd.io%2Fbbolt%2F@v%2Fv1.3.2.mod 24 BLAKE2B 
f23f0532ce6fece605e76cd16e5f9a1fbf40657f26b2aa6a135bf300a232ffe8eaa9161f93d2845312b10ccb6dd5c4cfea40a2256b6481787ce9ddca7555b0fc
 SHA512 
8988baa04517a19f905b323768f98690b19ce302d54da4648bf72baa2766c8ea8362efaf1c8dd2f02a82fb9c76e72f32373fd04cf48ff133804b6b251bd48529
 DIST go.etcd.io%2Fbbolt%2F@v%2Fv1.3.2.zip 111427 BLAKE2B 
62d61989ac2e7f9b83238e9dbc3027600235213fb39846ce0bb45c84431d80fc3d570d27fba6538668e5a91a8e8331e4bbb081e9106a4409a191209be122fa7a
 SHA512 
f4c1b9f826415b753235e6f71dfb0c2e25ae4dab4acfd632a6ace744e437ae0df9d86dafc79569c6184895e5398108a098a5e5eda57589046316ebc767571cdc
 DIST go.uber.org%2Fatomic%2F@v%2Fv1.4.0.mod 26 BLAKE2B 
00521092f85fc8940d69a5885423e84d8e6987a29749d886be3f40c230e563b55d96779ccd2efb99e939167c93067e8d37117750cf2567fc49e70bce9e847d07
 SHA512 
4c66fd56c35d6d25a3091f83a2d3872ba395092c10519e052aaccf3edca281fb874a46e86e7a7294b4f42a5d5a51d3cc0f066081e5ab945288a48ac223bc19e6

diff --git a/sys-cluster/gmqtt/gmqtt-0.3.1.ebuild 
b/sys-cluster/gmqtt/gmqtt-0.3.1.ebuild
new file mode 100644
index 000..5163f625853
--- /dev/null
+++ b/sys-cluster/gmqtt/gmqtt-0.3.1.ebuild
@@ -0,0 +1,435 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+
+DESCRIPTION="MQTT broker library with cluster support that implements MQTT 
V5.0 and V3.1.1"
+HOMEPAGE="https://github.com/DrmagicE/gmqtt;
+
+EGO_SUM=(
+"cloud.google.com/go v0.26.0/go.mod"
+"cloud.google.com/go v0.34.0/go.mod"
+"github.com/BurntSushi/toml v0.3.1"
+"github.com/BurntSushi/toml v0.3.1/go.mod"
+"github.com/OneOfOne/xxhash v1.2.2/go.mod"
+"github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod"
+"github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod"
+"github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod"
+"github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod"
+"github.com/antihax/optional v1.0.0/go.mod"
+"github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod"
+"github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod"
+"github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da"
+"github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod"
+"github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod"
+"github.com/armon/go-radix v1.0.0/go.mod"
+"github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod"
+"github.com/beorn7/perks v1.0.0/go.mod"
+"github.com/beorn7/perks v1.0.1"
+"github.com/beorn7/perks v1.0.1/go.mod"
+"github.com/bgentry/speakeasy v0.1.0/go.mod"
+"github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod"
+"github.com/cespare/xxhash v1.1.0"
+"github.com/cespare/xxhash 

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

2021-04-18 Thread Sam James
commit: 549b2366621a65a9ddef040c7ea2da86d2795b1f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549b2366

x11-misc/wdm: Stabilize 1.28-r7 amd64, #783858

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

 x11-misc/wdm/wdm-1.28-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
index b543d0c3a3a..a10624723bd 100644
--- a/x11-misc/wdm/wdm-1.28-r7.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="pam selinux truetype"
 
 DEPEND="



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

2021-04-18 Thread Sam James
commit: 54a05a1bf9fcb186e6d99be489675121525c5e3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a05a1b

sys-apps/usb_modeswitch: Stabilize 2.6.0 amd64, #783744

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

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

diff --git a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild 
b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
index d82fdae1115..a1797b30e0a 100644
--- a/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
+++ b/sys-apps/usb_modeswitch/usb_modeswitch-2.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://www.draisberghof.de/${PN}/${MY_P}.tar.bz2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-04-18 Thread Sam James
commit: 7ac190b63137609a8b190fdaaa2dff5f54cedaa0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac190b6

media-libs/openimageio: Stabilize 2.2.12.0 amd64, #783591

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

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

diff --git a/media-libs/openimageio/openimageio-2.2.12.0.ebuild 
b/media-libs/openimageio/openimageio-2.2.12.0.ebuild
index f963cbd15ac..1fd923d5c9b 100644
--- a/media-libs/openimageio/openimageio-2.2.12.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.2.12.0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/oiio-Release-${PV}"
 
 LICENSE="BSD"
 SLOT="0/2.2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 X86_CPU_FEATURES=(
aes:aes sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



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

2021-04-18 Thread Sam James
commit: 49f82ac761b0670641063a239c86c3245025b7a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f82ac7

sys-libs/libaal: Stabilize 1.0.7-r2 amd64, #783849

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

 sys-libs/libaal/libaal-1.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libaal/libaal-1.0.7-r2.ebuild 
b/sys-libs/libaal/libaal-1.0.7-r2.ebuild
index 4ed2f8f036e..21df4ab2055 100644
--- a/sys-libs/libaal/libaal-1.0.7-r2.ebuild
+++ b/sys-libs/libaal/libaal-1.0.7-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0/7"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
 IUSE="static-libs"
 
 BDEPEND="virtual/os-headers"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/

2021-04-18 Thread Sam James
commit: 07aec3c8f2ec9cbbf47a6b36d1f363b2b9308f9b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aec3c8

app-cdr/cdw: Stabilize 0.8.1-r1 amd64, #783882

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

 app-cdr/cdw/cdw-0.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/cdw/cdw-0.8.1-r1.ebuild b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
index 1e2af67dd46..47042d0f035 100644
--- a/app-cdr/cdw/cdw-0.8.1-r1.ebuild
+++ b/app-cdr/cdw/cdw-0.8.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
app-cdr/cdrtools



[gentoo-commits] repo/gentoo:master commit in: sys-power/powernowd/

2021-04-18 Thread Sam James
commit: abfa6ecd147d6084b9a6e9d9efed4fad17eaeb42
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfa6ecd

sys-power/powernowd: Stabilize 1.00-r5 amd64, #783756

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

 sys-power/powernowd/powernowd-1.00-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-power/powernowd/powernowd-1.00-r5.ebuild 
b/sys-power/powernowd/powernowd-1.00-r5.ebuild
index dc6334759ff..93b48321a3c 100644
--- a/sys-power/powernowd/powernowd-1.00-r5.ebuild
+++ b/sys-power/powernowd/powernowd-1.00-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.deater.net/john/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 PATCHES=(
"${FILESDIR}"/${P}-buf.patch
"${FILESDIR}"/${P}-inline.patch



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

2021-04-18 Thread Sam James
commit: 55164a1fd5cdd5e06b6a3e6aca2edc5e5ae7786d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55164a1f

app-misc/wcd: Stabilize 6.0.2 amd64, #783648

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

 app-misc/wcd/wcd-6.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/wcd/wcd-6.0.2.ebuild b/app-misc/wcd/wcd-6.0.2.ebuild
index 55b4560516c..2bccf849815 100644
--- a/app-misc/wcd/wcd-6.0.2.ebuild
+++ b/app-misc/wcd/wcd-6.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://waterlan.home.xs4all.nl/${PN}/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="nls unicode"
 
 CDEPEND="



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

2021-04-18 Thread Sam James
commit: dd4382b7262ae05a7dc137941da87563766a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4382b7

dev-java/commons-math: Stabilize 3.6.1-r1 amd64, #783153

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

 dev-java/commons-math/commons-math-3.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild 
b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
index 39c582e3688..61d21b96abb 100644
--- a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
+++ b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
@@ -20,4 +20,4 @@ RDEPEND=">=virtual/jre-1.8:*"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2021-04-18 Thread Sam James
commit: a241104ffe46a89dec3a2b33166a6289d27cf3b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a241104f

dev-perl/Apache-Session: Stabilize 1.940.0 amd64, #783471

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

 dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild 
b/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
index a2c8eb15a55..aa9af98a2f7 100644
--- a/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
+++ b/dev-perl/Apache-Session/Apache-Session-1.940.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A persistence framework for session data"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: 6e4327e5d3d766302cb091d9ed05deb75d8c8f8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4327e5

dev-ml/cinaps: Stabilize 0.15.0 amd64, #783573

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

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

diff --git a/dev-ml/cinaps/cinaps-0.15.0.ebuild 
b/dev-ml/cinaps/cinaps-0.15.0.ebuild
index beef4845858..32b2e5afc84 100644
--- a/dev-ml/cinaps/cinaps-0.15.0.ebuild
+++ b/dev-ml/cinaps/cinaps-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml-ppx/cinaps/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/docker/

2021-04-18 Thread Sam James
commit: 752108707a775ec9f3575b198df0ec3f5a483e76
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:17:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:17:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75210870

x11-plugins/docker: Stabilize 1.5-r2 amd64, #666088

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

 x11-plugins/docker/docker-1.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/docker/docker-1.5-r2.ebuild 
b/x11-plugins/docker/docker-1.5-r2.ebuild
index 37de7b671cf..6215a15a0c5 100644
--- a/x11-plugins/docker/docker-1.5-r2.ebuild
+++ b/x11-plugins/docker/docker-1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://icculus.org/openbox/2/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.0.4



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

2021-04-18 Thread Sam James
commit: 00eefb478b51d256bc50054d7857d0534e78f8b9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00eefb47

dev-perl/Archive-Extract: Stabilize 0.860.0 amd64, #783504

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

 dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild 
b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
index feb378446e5..03ad7d15028 100644
--- a/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
+++ b/dev-perl/Archive-Extract/Archive-Extract-0.860.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Generic archive extracting mechanism"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: 377cd9b7fb35cbba2196dfcdced8ef3eca2ab9a0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:14:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:14:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377cd9b7

net-misc/hylafaxplus: Stabilize 7.0.3 amd64, #774357

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

 net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild 
b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
index af9072b4758..19e62c76d59 100644
--- a/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
+++ b/net-misc/hylafaxplus/hylafaxplus-7.0.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 SLOT="0"
 LICENSE="hylafaxplus"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="html jbig lcms ldap mgetty pam"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lhapdf/

2021-04-18 Thread Sam James
commit: d625e18896536ddb3b306eb6b2fa6447a8e61179
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:14:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:14:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d625e188

sci-physics/lhapdf: Stabilize 6.3.0 amd64, #773949

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

 sci-physics/lhapdf/lhapdf-6.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild 
b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
index 6c93048a666..ffb45665109 100644
--- a/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.3.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2021-04-18 Thread Sam James
commit: edece92c1a3d72f20d2f38e178da600a637d144c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edece92c

net-analyzer/knocker: Stabilize 0.8.0 amd64, #776661

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

 net-analyzer/knocker/knocker-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/knocker/knocker-0.8.0.ebuild 
b/net-analyzer/knocker/knocker-0.8.0.ebuild
index 5d60ddc49dc..ee1081c1a47 100644
--- a/net-analyzer/knocker/knocker-0.8.0.ebuild
+++ b/net-analyzer/knocker/knocker-0.8.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.8.0-fency.patch



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

2021-04-18 Thread Sam James
commit: 26bf897a0101cbe2ec3fdf5b565a8c70aea449b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf897a

net-dialup/xl2tpd: Stabilize 1.3.16 amd64, #776745

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

 net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
index e20c5ce6dfa..2d193cfc781 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+kernel"
 
 DEPEND="



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

2021-04-18 Thread Sam James
commit: bdd36608e1e51765bad43ebe5de437b463b8c367
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:16:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:16:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd36608

dev-java/easymock: Stabilize 3.3.1-r1 amd64, #783426

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

 dev-java/easymock/easymock-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/easymock/easymock-3.3.1-r1.ebuild 
b/dev-java/easymock/easymock-3.3.1-r1.ebuild
index d3b3861e422..bb124249b8c 100644
--- a/dev-java/easymock/easymock-3.3.1-r1.ebuild
+++ b/dev-java/easymock/easymock-3.3.1-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="3.2"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 CDEPEND="
dev-java/cglib:3



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

2021-04-18 Thread Sam James
commit: 28832082795f54cac546f3ffbcf0acb4b023b9f4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28832082

dev-db/libiodbc: Stabilize 3.52.14 amd64, #775347

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

 dev-db/libiodbc/libiodbc-3.52.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/libiodbc/libiodbc-3.52.14.ebuild 
b/dev-db/libiodbc/libiodbc-3.52.14.ebuild
index c994361d9f0..c1580608639 100644
--- a/dev-db/libiodbc/libiodbc-3.52.14.ebuild
+++ b/dev-db/libiodbc/libiodbc-3.52.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="|| ( LGPL-2 BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk"
 
 RDEPEND="gtk? ( x11-libs/gtk+:2[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/apple-java-extensions-bin/

2021-04-18 Thread Sam James
commit: dbe707d2b164c9132980a9599ec3cf55a16a9a31
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe707d2

dev-java/apple-java-extensions-bin: Stabilize 1.5-r2 amd64, #782973

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

 .../apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild 
b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
index 68a1217115d..36f8442151a 100644
--- a/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
+++ b/dev-java/apple-java-extensions-bin/apple-java-extensions-bin-1.5-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://developer.apple.com/samplecode/AppleJavaExtensions/AppleJavaExte
 
 LICENSE="Apple"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="app-arch/unzip"
 RDEPEND=">=virtual/jre-1.8:*"



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

2021-04-18 Thread Sam James
commit: 07138744a758c63c742716768da8fac88df38151
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:14:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07138744

sci-libs/gdal: Stabilize 3.2.2 amd64, #775344

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

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

diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild
index b0bb442841b..664e4b3f577 100644
--- a/sci-libs/gdal/gdal-3.2.2.ebuild
+++ b/sci-libs/gdal/gdal-3.2.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://download.osgeo.org/${PN}/${PV}/${P}.tar.gz;
 
 SLOT="0/3.2"
 LICENSE="BSD Info-ZIP MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="armadillo +aux-xml curl cpu_flags_x86_avx cpu_flags_x86_sse 
cpu_flags_x86_ssse3 debug doc fits geos gif gml hdf5 java jpeg jpeg2k lzma mdb 
mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite 
sqlite threads webp xls zstd"
 
 REQUIRED_USE="



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

2021-04-18 Thread Sam James
commit: feee57ff72512055482438ebbb45e5cdeefd5708
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feee57ff

net-analyzer/nfdump: Stabilize 1.6.22-r1 amd64, #776547

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

 net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild 
b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
index 9d2163c68d2..95c82389d10 100644
--- a/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
+++ b/net-analyzer/nfdump/nfdump-1.6.22-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/1.6.22"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow"
 
 REQUIRED_USE="?? ( jnat nsel )"



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

2021-04-18 Thread Sam James
commit: e67b863f0edd01dbe786516a7f061ae3d7086802
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:15:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b863f

media-libs/allegro: Stabilize 5.2.7.0 amd64, #775350

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

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

diff --git a/media-libs/allegro/allegro-5.2.7.0.ebuild 
b/media-libs/allegro/allegro-5.2.7.0.ebuild
index df38a28b038..594aefcd767 100644
--- a/media-libs/allegro/allegro-5.2.7.0.ebuild
+++ b/media-libs/allegro/allegro-5.2.7.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g
 
 LICENSE="BSD ZLIB"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio 
test truetype vorbis webp X xinerama"
 RESTRICT="!test? ( test )"
 



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

2021-04-18 Thread Sam James
commit: 889a000f2df3db5a7dfd168b267ff601edec4a8a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 07:14:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 07:14:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889a000f

media-sound/fluidsynth: Stabilize 2.2.0-r1 amd64, #782700

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

 media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
index a010e2ec064..7042542b649 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.0-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio 
pulseaudio +readline sdl +sndfile systemd threads"
 
 BDEPEND="



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

2021-04-18 Thread Georgy Yakovlev
commit: dd6c8840fda3cd0afc628c4f753d41ead44cc0e7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 18 20:03:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 18 20:46:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6c8840

dev-lang/rust: bump build disk requirements for 1.51.0-r2

Bug: https://bugs.gentoo.org/783768
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.51.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild 
b/dev-lang/rust/rust-1.51.0-r2.ebuild
index d785bab04bb..b65773f2516 100644
--- a/dev-lang/rust/rust-1.51.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
@@ -174,7 +174,8 @@ boostrap_rust_version_check() {
 }
 
 pre_build_checks() {
-   local M=6144
+   local M=8192
+   M=$(( $(usex abi_x86_32 15 10) * ${M} / 10 ))
M=$(( $(usex clippy 128 0) + ${M} ))
M=$(( $(usex miri 128 0) + ${M} ))
M=$(( $(usex rls 512 0) + ${M} ))



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

2021-04-18 Thread Georgy Yakovlev
commit: d9b6bf437b114de25fcc7807bfb97736ede1305c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Apr 18 20:46:21 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Apr 18 20:46:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b6bf43

dev-lang/rust: account for enabled llvm_targets in requirements check

Bug: https://bugs.gentoo.org/783768
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/rust/rust-1.51.0-r2.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.51.0-r2.ebuild 
b/dev-lang/rust/rust-1.51.0-r2.ebuild
index b65773f2516..7fef1dcb58a 100644
--- a/dev-lang/rust/rust-1.51.0-r2.ebuild
+++ b/dev-lang/rust/rust-1.51.0-r2.ebuild
@@ -175,12 +175,20 @@ boostrap_rust_version_check() {
 
 pre_build_checks() {
local M=8192
+   # multiply requirements by 1.5 if we are doing x86-multilib
M=$(( $(usex abi_x86_32 15 10) * ${M} / 10 ))
M=$(( $(usex clippy 128 0) + ${M} ))
M=$(( $(usex miri 128 0) + ${M} ))
M=$(( $(usex rls 512 0) + ${M} ))
M=$(( $(usex rustfmt 256 0) + ${M} ))
-   M=$(( $(usex system-llvm 0 2048) + ${M} ))
+   # add 2G if we compile llvm and 256M per llvm_target
+   if ! use system-llvm; then
+   M=$(( 2048 + ${M} ))
+   local ltarget
+   for ltarget in ${ALL_LLVM_TARGETS[@]}; do
+   M=$(( $(usex ${ltarget} 256 0) + ${M} ))
+   done
+   fi
M=$(( $(usex wasm 256 0) + ${M} ))
M=$(( $(usex debug 15 10) * ${M} / 10 ))
eshopts_push -s extglob



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

2021-04-18 Thread Alessandro Barbieri
commit: 375e2f3880633610c02b74cfb0660cd5dfdcaa18
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 18 20:40:44 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr 18 20:41:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=375e2f38

sys-libs/safeclib: remove offending manpages

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

 ...b-3.6.0_p20210407.ebuild => safeclib-3.6.0_p20210407-r1.ebuild} | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild 
b/sys-libs/safeclib/safeclib-3.6.0_p20210407-r1.ebuild
similarity index 93%
rename from sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild
rename to sys-libs/safeclib/safeclib-3.6.0_p20210407-r1.ebuild
index a1f95c690..cd745c50c 100644
--- a/sys-libs/safeclib/safeclib-3.6.0_p20210407.ebuild
+++ b/sys-libs/safeclib/safeclib-3.6.0_p20210407-r1.ebuild
@@ -85,11 +85,14 @@ src_install() {
fi
 
cd "${S}-lib" || die
-   # wcsstr towupper towlower manpages collide with sys-apps/man-pages
-   # what to do?
default
einstalldocs
use doc && dodoc -r doc/.
+
+   # wcsstr towupper towlower manpages collide with sys-apps/man-pages
+   rm "${ED}/usr/share/man/man3/towlower.3" || die
+   rm "${ED}/usr/share/man/man3/towupper.3" || die
+   rm "${ED}/usr/share/man/man3/wcsstr.3" || die
 }
 
 src_test() {



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

2021-04-18 Thread Michał Górny
commit: fd5caa49038e8bd9d89fa1ffdea4105bde589c87
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 18 20:37:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 18 20:37:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5caa49

net-misc/electrum: Strip runtime aiorpcX version check

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

 net-misc/electrum/{electrum-4.1.2.ebuild => electrum-4.1.2-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/electrum/electrum-4.1.2.ebuild 
b/net-misc/electrum/electrum-4.1.2-r1.ebuild
similarity index 96%
rename from net-misc/electrum/electrum-4.1.2.ebuild
rename to net-misc/electrum/electrum-4.1.2-r1.ebuild
index 434ffec4d5b..8299571face 100644
--- a/net-misc/electrum/electrum-4.1.2.ebuild
+++ b/net-misc/electrum/electrum-4.1.2-r1.ebuild
@@ -55,8 +55,10 @@ src_prepare() {
eapply "${FILESDIR}/3.3.2-desktop.patch"
 
# unbind aiorpcX dep
-   sed -e '/aiorpcX/s:,<0.19::' \
+   sed -e '/aiorpcx/s:,<0.19::' \
-i contrib/requirements/requirements.txt || die
+   sed -e '/aiorpcx/s:raise.*:pass:' \
+   -i run_electrum || die
 
# Prevent icon from being installed in the wrong location
sed -i '/icons_dirname/d' setup.py || die



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

2021-04-18 Thread Mike Frysinger
commit: 7519004e654196e2f52b17ac389cc52a3c30fcdb
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Apr 18 20:36:08 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Apr 18 20:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7519004e

app-misc/pax-utils: fix SRC_URI typo #783240

Bug: https://bugs.gentoo.org/783240
Signed-off-by: Mike Frysinger  gentoo.org>

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index 64854b1beb3..474efb8559a 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="ELF utils that can check files for security 
relevant properties"
 
HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
 SRC_URI="mirror://gentoo/${P}.tar.xz
https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz
-   https://dev.gentoo.org/~vapier/distfiles/${P}.tar.xz;
+   https://dev.gentoo.org/~vapier/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot-terminfo/

2021-04-18 Thread Ryan Fox
commit: c1d7ccce92ecf489be168c0ab3efa6968fb7c2e8
Author: Ryan Fox  2a03  party>
AuthorDate: Sun Apr 18 20:18:45 2021 +
Commit: Ryan Fox  2a03  party>
CommitDate: Sun Apr 18 20:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1d7ccce

gui-apps/foot-terminfo: Bump to 1.7.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox  2a03.party>

 gui-apps/foot-terminfo/Manifest   |  1 +
 gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/gui-apps/foot-terminfo/Manifest b/gui-apps/foot-terminfo/Manifest
index 03bb7768c..c5d246380 100644
--- a/gui-apps/foot-terminfo/Manifest
+++ b/gui-apps/foot-terminfo/Manifest
@@ -1 +1,2 @@
 DIST foot-terminfo-1.7.1.tar.gz 390533 BLAKE2B 
5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a
 SHA512 
fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
+DIST foot-terminfo-1.7.2.tar.gz 392748 BLAKE2B 
effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2
 SHA512 
2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b

diff --git a/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild 
b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
new file mode 100644
index 0..8e4ec4da6
--- /dev/null
+++ b/gui-apps/foot-terminfo/foot-terminfo-1.7.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/foot"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git;
+fi
+
+DESCRIPTION="Terminfo for foot, a great Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot;
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="sys-libs/ncurses"
+
+src_install() {
+   tic -x -o "${S}" -e foot,foot-direct "${S}/foot.info"
+   dodir /usr/share/terminfo/f/
+   cp "${S}/f/foot" "${D}/usr/share/terminfo/f/foot"
+   cp "${S}/f/foot-direct" "${D}/usr/share/terminfo/f/foot-direct"
+}



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

2021-04-18 Thread Ryan Fox
commit: fba246447d80ac5acbf91544555770373f8801ff
Author: Ryan Fox  2a03  party>
AuthorDate: Sun Apr 18 19:57:01 2021 +
Commit: Ryan Fox  2a03  party>
CommitDate: Sun Apr 18 19:57:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fba24644

gui-apps/foot: Bump to 1.7.2

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ryan Fox  2a03.party>

 gui-apps/foot/Manifest  |  1 +
 gui-apps/foot/foot-1.7.2.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
index e135e988d..1e2f3954a 100644
--- a/gui-apps/foot/Manifest
+++ b/gui-apps/foot/Manifest
@@ -1 +1,2 @@
 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 
5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a
 SHA512 
fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
+DIST foot-1.7.2.tar.gz 392748 BLAKE2B 
effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2
 SHA512 
2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b

diff --git a/gui-apps/foot/foot-1.7.2.ebuild b/gui-apps/foot/foot-1.7.2.ebuild
new file mode 100644
index 0..737ae37f1
--- /dev/null
+++ b/gui-apps/foot/foot-1.7.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://codeberg.org/dnkl/foot/archive/${PV}.tar.gz  -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://codeberg.org/dnkl/foot.git;
+fi
+
+DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
+HOMEPAGE="https://codeberg.org/dnkl/foot;
+LICENSE="MIT"
+SLOT="0"
+IUSE="ime"
+
+DEPEND="
+   dev-libs/wayland
+   media-libs/fcft
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-libs/libxkbcommon
+   x11-libs/pixman
+"
+RDEPEND="
+   ${DEPEND}
+   gui-apps/foot-terminfo
+"
+BDEPEND="
+   app-text/scdoc
+   dev-libs/tllist
+   dev-libs/wayland-protocols
+   sys-libs/ncurses
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use ime)
+   "-Dterminfo=disabled"
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/

2021-04-18 Thread Sergei Trofimovich
commit: 3cb0f990b5d5a735353faa651224caebd805f4df
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 18 18:13:42 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 18 19:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb0f990

dev-lua/lua-argparse: keyworded 0.7.1 for hppa, bug #783420

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

 dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild 
b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
index 69e3243952b..0eb1bb05b12 100644
--- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
+++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86"
 
 RDEPEND="${LUA_DEPS}"
 DEPEND="${RDEPEND}"



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

2021-04-18 Thread Sergei Trofimovich
commit: 699d110d4eb98e9ec337b069f315cd7c88448438
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 18 19:23:21 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 18 19:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699d110d

www-servers/lighttpd: stable 1.4.58 for sparc, bug #776802

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

 www-servers/lighttpd/lighttpd-1.4.58.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.58.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.58.ebuild
index 112380a4703..0bef551b145 100644
--- a/www-servers/lighttpd/lighttpd-1.4.58.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.58.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz;
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
x86"
 IUSE="brotli bzip2 dbi doc gdbm gnutls ipv6 kerberos ldap libev lua maxminddb 
minimal mbedtls mmap memcached mysql nss pcre php postgres rrdtool sasl selinux 
ssl sqlite test webdav xattr zlib"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/

2021-04-18 Thread Sergei Trofimovich
commit: f8602e59397822bff96a8c04d4613ba1456950c2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 18 19:32:01 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 18 19:41:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8602e59

dev-lua/lua-zlib: keyworded 1.2-r100 for hppa, bug #783420

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

 dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild 
b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild
index b17af81744c..dbcde5b6610 100644
--- a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild
+++ b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa x86"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/

2021-04-18 Thread Sergei Trofimovich
commit: 90847c96981cca6f1349256235f00c925d5bfda3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 18 18:14:08 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 18 19:41:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90847c96

dev-lua/lua-bit32: keyworded 5.3.5.1 for hppa, bug #783420

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

 dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild 
b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
index 6ea0b9148ee..c52f9cc6734 100644
--- a/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
+++ b/dev-lua/lua-bit32/lua-bit32-5.3.5.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/

2021-04-18 Thread Sergei Trofimovich
commit: 6434140537d4956b814eac1b068de9192279eb29
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 18 19:32:25 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 18 19:41:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64341405

dev-lua/lua_cliargs: keyworded 3.0_p2-r100 for hppa, bug #783420

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

 dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild 
b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild
index 820177e033b..5d95989eb17 100644
--- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild
+++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r100.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86"
 IUSE="examples"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 



<    1   2   3   4   5   >