[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: 7c7d0c842c53aa614975e0677b71c973b260884d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 16 12:00:11 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:07:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=7c7d0c84

Relicense from CC-BY-SA-3.0 to CC-BY-SA-4.0

Acked-by: Michał Górny  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-cheatsheet.tex | 4 ++--
 pms.tex | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
index d4abb1a..83ddfa7 100644
--- a/eapi-cheatsheet.tex
+++ b/eapi-cheatsheet.tex
@@ -73,8 +73,8 @@
 % to the original author or the PMS team.
 
 This work is released under the Creative Commons
-Attribution-Share Alike 3.0 Licence.%
-\footnote{\url{https://creativecommons.org/licenses/by-sa/3.0/}}
+Attribution-ShareAlike 4.0 International Licence.%
+\footnote{\url{https://creativecommons.org/licenses/by-sa/4.0/}}
 \end{abstract}
 
 \section{EAPIs 0, 1, 2, 3, and 4}

diff --git a/pms.tex b/pms.tex
index f54b1a0..8bbd037 100644
--- a/pms.tex
+++ b/pms.tex
@@ -34,8 +34,9 @@
 \textcopyright{} 2007--2021 Stephen Bennett, Ciaran McCreesh and others. 
Contributions are owned
 by their respective authors, and may have been changed substantially 
before inclusion.
 
-This document is released under the Creative Commons 
Attribution-ShareAlike 3.0 Licence. The
-full text of this licence can be found at 
\url{https://creativecommons.org/licenses/by-sa/3.0/}.
+This work is released under the Creative Commons Attribution-ShareAlike 
4.0 International
+Licence. To~view a copy of this licence, visit
+\url{https://creativecommons.org/licenses/by-sa/4.0/}.
 
 \commitinfo
 }



[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: 42ce11544e84f6c34eb45504d4ee27c0dc9bea36
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May 16 12:16:26 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:20:01 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=42ce1154

EAPI 8: Bash version is 5.0

Bug: https://bugs.gentoo.org/636652
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-differences.tex | 3 ++-
 ebuild-format.tex| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 4c35b07..a392e97 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -54,7 +54,7 @@ Stable use masking/forcing & \compactfeatureref{stablemask} &
 No & Yes & Yes & Yes & Yes \\
 
 Bash version & \compactfeatureref{bash-version} &
-3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\
+3.2 & 3.2 & 4.2 & 4.2 & 5.0 \\
 
 \t{failglob} in global scope & \compactfeatureref{failglob} &
 No & No & Yes & Yes & Yes \\
@@ -511,6 +511,7 @@ EAPI 8 is EAPI 7 with the following changes:
 \item \t{unpack} no longer supports \t{.7z}, \t{.rar}, \t{.lha}, 
\featureref{unpack-extensions}.
 \item \t{useq} banned, \featureref{banned-commands}.
 \item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}.
+\item Bash version is 4.2, \featureref{bash-version}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{8}

diff --git a/ebuild-format.tex b/ebuild-format.tex
index c2224bf..4929ba4 100644
--- a/ebuild-format.tex
+++ b/ebuild-format.tex
@@ -26,7 +26,8 @@ output or standard error, or modify the state of the system 
in any way.
   \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\
   \midrule
   0, 1, 2, 3, 4, 5  & 3.2 & No  \\
-  6, 7, 8   & 4.2 & Yes \\
+  6, 7  & 4.2 & Yes \\
+  8 & 5.0 & Yes \\
   \bottomrule
 \end{tabular}
 \end{centertable}



[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: a18d8eae52c673c0c187c51f24cba5b02a383d60
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 24 21:50:30 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:07:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=a18d8eae

EAPI 8 removes .7z, .rar, .lha unpack support

Bug: https://bugs.gentoo.org/690968
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-differences.tex | 10 ++
 pkg-mgr-commands.tex | 21 ++---
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index c98f572..da6f552 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -310,6 +310,15 @@ Controllable stripping & \compactfeatureref{dostrip} &
 \t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} &
 No & No & Yes & Yes & Yes \\
 
+\t{unpack} support for \t{7z} & \compactfeatureref{unpack-extensions} &
+Yes & Yes & Yes & Yes & No \\
+
+\t{unpack} support for \t{lha} & \compactfeatureref{unpack-extensions} &
+Yes & Yes & Yes & Yes & No \\
+
+\t{unpack} support for \t{rar} & \compactfeatureref{unpack-extensions} &
+Yes & Yes & Yes & Yes & No \\
+
 \t{unpack} case-insensitive & \compactfeatureref{unpack-ignore-case} &
 No & No & Yes & Yes & Yes \\
 
@@ -490,6 +499,7 @@ EAPI 8 is EAPI 7 with the following changes:
 \item Selective fetch/mirror restriction, \featureref{uri-restrict}.
 \item \t{IDEPEND}, \featureref{idepend}.
 \item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}.
+\item \t{unpack} no longer supports \t{.7z}, \t{.rar}, \t{.lha}, 
\featureref{unpack-extensions}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{8}

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index c61ad20..0b722a7 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -1049,10 +1049,13 @@ has returned.
 \item bzip2-compressed tar files (\t{*.tar.bz2, *.tbz2, *.tar.bz, *.tbz}). 
Ebuilds must ensure
 that bzip2 and GNU tar are installed.
 \item zip files (\t{*.zip, *.ZIP, *.jar}). Ebuilds must ensure that 
Info-ZIP Unzip is installed.
-\item 7zip files (\t{*.7z, *.7Z}). Ebuilds must ensure that P7ZIP is 
installed.
+\item 7zip files (\t{*.7z, *.7Z}). Ebuilds must ensure that P7ZIP is 
installed. Only for EAPIs
+listed in table~\ref{tab:unpack-extensions-table} as supporting 
\t{.7z}.
 \item rar files (\t{*.rar, *.RAR}). Ebuilds must ensure that RARLAB's 
unrar is installed.
+Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as 
supporting \t{.rar}.
 \item LHA archives (\t{*.LHA, *.LHa, *.lha, *.lzh}). Ebuilds must ensure 
that the lha program is
-installed.
+installed. Only for EAPIs listed in 
table~\ref{tab:unpack-extensions-table} as supporting
+\t{.lha}.
 \item ar archives (\t{*.a}). Ebuilds must ensure that GNU binutils is 
installed.
 \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz 
program is installed on
 those platforms where the GNU binutils ar program is not available and 
the installed ar
@@ -1091,16 +1094,20 @@ has returned.
 \ChangeWhenAddingAnEAPI{8}
 \begin{centertable}{\t{unpack} extensions for EAPIs}
 \label{tab:unpack-extensions-table}
-\begin{tabular}{}
+\begin{tabular}{}
   \toprule
   \multicolumn{1}{c}{\textbf{EAPI}} &
   \multicolumn{1}{c}{\textbf{\t{.xz}?}} &
   \multicolumn{1}{c}{\textbf{\t{.tar.xz}?}} &
-  \multicolumn{1}{c}{\textbf{\t{.txz}?}} \\
+  \multicolumn{1}{c}{\textbf{\t{.txz}?}} &
+  \multicolumn{1}{c}{\textbf{\t{.7z}?}} &
+  \multicolumn{1}{c}{\textbf{\t{.rar}?}} &
+  \multicolumn{1}{c}{\textbf{\t{.lha}?}} \\
   \midrule
-  0, 1, 2   & No  & No  & No  \\
-  3, 4, 5   & Yes & Yes & No  \\
-  6, 7, 8   & Yes & Yes & Yes \\
+  0, 1, 2   & No  & No  & No  & Yes & Yes & Yes \\
+  3, 4, 5   & Yes & Yes & No  & Yes & Yes & Yes \\
+  6, 7  & Yes & Yes & Yes & Yes & Yes & Yes \\
+  8 & Yes & Yes & Yes & No  & No  & No  \\
   \bottomrule
 \end{tabular}
 \end{centertable}



[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: 0d733c074bc7c4eebd01164904e73059433888ad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 24 09:46:26 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:07:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=0d733c07

EAPI 8 has econf passing --datarootdir

Bug: https://bugs.gentoo.org/651958
Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-differences.tex |  3 ++-
 pkg-mgr-commands.tex | 23 ++-
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 8c75e7d..c98f572 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -254,7 +254,7 @@ Output commands use stdout & 
\compactfeatureref{output-no-stdout} &
 disable dependency tracking, disable silent rules &
 disable dependency tracking, disable silent rules, docdir, htmldir &
 disable dependency tracking, disable silent rules, docdir, htmldir, with 
sysroot &
-disable dependency tracking, disable silent rules, docdir, htmldir, with 
sysroot \\
+disable dependency tracking, disable silent rules, docdir, htmldir, with 
sysroot, datarootdir \\
 
 \t{dodoc -r} & \compactfeatureref{dodoc} &
 * & Yes & Yes & Yes & Yes \\
@@ -489,6 +489,7 @@ EAPI 8 is EAPI 7 with the following changes:
 \begin{compactitem}
 \item Selective fetch/mirror restriction, \featureref{uri-restrict}.
 \item \t{IDEPEND}, \featureref{idepend}.
+\item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{8}

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index f401472..c61ad20 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -301,6 +301,9 @@ commands once the current phase function has returned.
 \item \t{-{}-mandir} must be \t{\$\{EPREFIX\}/usr/share/man}
 \item \t{-{}-infodir} must be \t{\$\{EPREFIX\}/usr/share/info}
 \item \t{-{}-datadir} must be \t{\$\{EPREFIX\}/usr/share}
+\item \t{-{}-datarootdir} must be \t{\$\{EPREFIX\}/usr/share}, if the EAPI 
is listed in
+table~\ref{tab:econf-options-table} as using it. This option will only 
be passed if the
+string \t{-{}-datarootdir} occurs in the output of \t{configure 
-{}-help}.
 \item \t{-{}-sysconfdir} must be \t{\$\{EPREFIX\}/etc}
 \item \t{-{}-localstatedir} must be \t{\$\{EPREFIX\}/var/lib}
 \item \t{-{}-docdir} must be \t{\$\{EPREFIX\}/usr/share/doc/\$\{PF\}}, if 
the EAPI is listed in
@@ -329,20 +332,22 @@ commands once the current phase function has returned.
 \ChangeWhenAddingAnEAPI{8}
 \begin{centertable}{Extra \t{econf} arguments for EAPIs}
 \label{tab:econf-options-table}
-\begin{tabular}{ll}
+\begin{tabular}{lll}
   \toprule
   \multicolumn{1}{c}{\textbf{EAPI}} &
-  \multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
-  \multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
+  \multicolumn{1}{P{5.5em}}{\textbf{-{}-disable-dependency-tracking}} &
+  \multicolumn{1}{P{4em}}{\textbf{-{}-disable-silent-rules}} &
   \multicolumn{1}{c}{\textbf{-{}-docdir}} &
   \multicolumn{1}{c}{\textbf{-{}-htmldir}} &
-  \multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\
+  \multicolumn{1}{P{4em}}{\textbf{-{}-with-sysroot}} &
+  \multicolumn{1}{c}{\textbf{-{}-datarootdir}} \\
   \midrule
-  0, 1, 2, 3& No  & No  & No  & No  & No  \\
-  4 & Yes & No  & No  & No  & No  \\
-  5 & Yes & Yes & No  & No  & No  \\
-  6 & Yes & Yes & Yes & Yes & No  \\
-  7, 8  & Yes & Yes & Yes & Yes & Yes \\
+  0, 1, 2, 3& No  & No  & No  & No  & No  & No  \\
+  4 & Yes & No  & No  & No  & No  & No  \\
+  5 & Yes & Yes & No  & No  & No  & No  \\
+  6 & Yes & Yes & Yes & Yes & No  & No  \\
+  7 & Yes & Yes & Yes & Yes & Yes & No  \\
+  8 & Yes & Yes & Yes & Yes & Yes & Yes \\
   \bottomrule
 \end{tabular}
 \end{centertable}



[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: dd79226c9df55493908df8f1404e74c0f37ff1b9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May 16 16:44:50 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 16:46:17 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=dd79226c

EAPI 8 has less strict naming rules in the updates directory

Bug: https://bugs.gentoo.org/692774
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-differences.tex |  4 
 tree-layout.tex  | 25 +
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 4bc06e1..5efe389 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -44,6 +44,9 @@ of this document for a complete table of previous EAPIs.}
 \t{package.mask} directory & \compactfeatureref{package-mask-dir} &
 No & No & No & Yes & Yes \\
 
+Less strict filenames in \t{updates} & \compactfeatureref{updates-filenames} &
+No & No & No & No & Yes \\
+
 Profile files as directories & \compactfeatureref{profile-file-dirs} &
 No & No & No & Yes & Yes \\
 
@@ -520,6 +523,7 @@ EAPI 8 is EAPI 7 with the following changes:
 \item Bash version is 4.2, \featureref{bash-version}.
 \item \t{insopts} no longer affects \t{doconfd}, \t{doenvd} and \t{doheader}, 
\featureref{insopts}.
 \item \t{exeopts} no longer affects \t{doinitd}, \featureref{exeopts}.
+\item Less strict naming rules for files in \t{updates} directory, 
\featureref{updates-filenames}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{8}

diff --git a/tree-layout.tex b/tree-layout.tex
index ab8a02a..b42bd3f 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -205,11 +205,14 @@ differs from that described in \t{use.desc}.
 
 \subsection{The updates directory}
 \label{sec:updates-dir}
-The \t{updates} directory is used to inform the package manager that a package 
has moved categories,
-names, or that a version has changed SLOT\@. It contains one file per quarter 
year, named
+\featurelabel{updates-filenames} The \t{updates} directory is used to inform 
the package manager
+that a package has moved categories, names, or that a version has changed 
SLOT\@. For EAPIs
+so specified by table~\ref{tab:updates-filenames}, it contains one file per 
quarter year, named
 \t{[1-4]Q-[]} for the first to fourth quarter of a given year, for example 
\t{1Q-2004} or
-\t{3Q-2006}. The format of each file is again line-based, with each line 
having one of the following
-formats:
+\t{3Q-2006}. For other EAPIs, all regular files in this directory will be 
processed, unless their
+name begins with a dot.
+
+The format of each file is again line-based, with each line having one of the 
following formats:
 \begin{verbatim}
 move  
 slotmove   
@@ -225,6 +228,20 @@ Any name that has appeared as the origin of a move must 
not be reused in the fut
 that has appeared as the origin of a slot move may not be used by packages 
matching the spec of
 that slot move in the future.
 
+\ChangeWhenAddingAnEAPI{8}
+\begin{centertable}{Naming rules for files in \t{updates} directory for EAPIs}
+\label{tab:updates-filenames}
+\begin{tabular}{ll}
+  \toprule
+  \multicolumn{1}{c}{\textbf{EAPI}} &
+  \multicolumn{1}{c}{\textbf{Files per quarter year?}} \\
+  \midrule
+  0, 1, 2, 3, 4, 5, 6, 7  & Yes \\
+  8   & No  \\
+  \bottomrule
+\end{tabular}
+\end{centertable}
+
 \section{The Licenses Directory}
 \label{sec:licenses-dir}
 



[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: 32779c41bef1d8babd5ae36f94f1ac79700f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 22 20:32:41 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:07:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=32779c41

EAPI 8 has install-time dependencies (IDEPEND)

Bug: https://bugs.gentoo.org/660306
Signed-off-by: Michał Górny  gentoo.org>
[Updated as discussed in -pms mailing list]
Signed-off-by: Ulrich Müller  gentoo.org>

 dependencies.tex | 25 +
 eapi-differences.tex |  4 
 ebuild-env-vars.tex  |  5 +++--
 ebuild-vars.tex  |  1 +
 eclasses.tex | 10 +-
 metadata-cache.tex   |  2 ++
 6 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/dependencies.tex b/dependencies.tex
index f25c238..a40804a 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -21,7 +21,7 @@
   \t{src_install} & \t{DEPEND}, \t{BDEPEND} \\
   \addlinespace
   \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} &
-  \t{RDEPEND} \\
+  \t{RDEPEND}, \t{IDEPEND} \\
   \addlinespace
   \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\
   \bottomrule
@@ -32,7 +32,7 @@
 \label{tab:dep-class-api}
 \begin{tabular}{}
   \toprule
-& \t{BDEPEND} & \t{DEPEND} & 
\t{RDEPEND}, \t{PDEPEND} \\
+   & \t{BDEPEND}, \t{IDEPEND} & \t{DEPEND} & 
\t{RDEPEND}, \t{PDEPEND} \\
   \midrule
   Binary compatible with& \t{CBUILD}  & \t{CHOST}  & 
\t{CHOST} \\
   Base unprefixed path  & \t{/}   & \t{\$\{SYSROOT\}}  & 
\t{\$\{ROOT\}}\\
@@ -82,16 +82,24 @@ as supporting \t{BDEPEND}, the build dependencies are split 
into two subclasses:
 dependency.
 \end{compactitem}
 
+\featurelabel{idepend} Additionally, in EAPIs listed in 
table~\ref{tab:depend-table} as supporting
+\t{IDEPEND}, install-time dependencies can be specified. These dependencies 
are binary compatible
+with the native build system (\t{CBUILD}). Ebuilds are allowed to call them in 
\t{pkg_preinst} and
+\t{pkg_postinst}. Ebuilds may also call them in \t{pkg_prerm} and 
\t{pkg_postrm} but must not rely
+on them being available.
+
 \ChangeWhenAddingAnEAPI{8}
 \begin{centertable}{EAPIs supporting additional dependency types}
 \label{tab:depend-table}
-\begin{tabular}{ll}
+\begin{tabular}{lll}
   \toprule
   \multicolumn{1}{c}{\textbf{EAPI}} &
-  \multicolumn{1}{c}{\textbf{Supports \t{BDEPEND}?}} \\
+  \multicolumn{1}{c}{\textbf{Supports \t{BDEPEND}?}} &
+  \multicolumn{1}{c}{\textbf{Supports \t{IDEPEND}?}} \\
   \midrule
-  0, 1, 2, 3, 4, 5, 6 & No  \\
-  7, 8& Yes \\
+  0, 1, 2, 3, 4, 5, 6 & No  & No  \\
+  7   & Yes & No  \\
+  8   & Yes & Yes \\
   \bottomrule
 \end{tabular}
 \end{centertable}
@@ -111,7 +119,7 @@ be surrounded on both sides by whitespace, except at the 
start and end of the st
 
 \begin{compactitem}
 \item A package dependency specification. Permitted in \t{DEPEND}, 
\t{BDEPEND}, \t{RDEPEND},
-\t{PDEPEND}.
+\t{PDEPEND}, \t{IDEPEND}.
 \item A URI, in the form \t{proto://host/path}. Permitted in \t{HOMEPAGE} and 
\t{SRC_URI}\@.
 In EAPIs listed in table~\ref{tab:uri-arrows-table} as supporting 
\t{SRC_URI} arrows, may
 optionally be followed by whitespace, then \t{->}, then whitespace, then a 
simple filename when
@@ -129,7 +137,8 @@ be surrounded on both sides by whitespace, except at the 
start and end of the st
 followed by an open parenthesis, followed by whitespace, followed by one 
or more
 of (a dependency item of any kind followed by whitespace), followed by a 
close parenthesis.
 More formally: \t{any-of} \t{::=} \t{'||' whitespace '(' whitespace (item 
whitespace)+ ')'}.
-Permitted in \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND}, \t{PDEPEND}, 
\t{LICENSE}, \t{REQUIRED_USE}.
+Permitted in \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND}, \t{PDEPEND}, 
\t{IDEPEND}, \t{LICENSE},
+\t{REQUIRED_USE}.
 \item An exactly-one-of group, which has the same format as the any-of group, 
but begins with the
 string \t{\textasciicircum\textasciicircum} instead. Permitted in 
\t{REQUIRED_USE}.
 \item \featurelabel{at-most-one-of} An at-most-one-of group, which has the 
same format as the

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 64a4a2d..8c75e7d 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -83,6 +83,9 @@ Selective URI restrictions & \compactfeatureref{uri-restrict} 
&
 \t{BDEPEND} & \compactfeatureref{bdepend} &
 No & No & No & Yes & Yes \\
 
+\t{IDEPEND} & \compactfeatureref{idepend} &
+No & No & No & No & Yes \\
+
 \t{??\ ( )} groups & \compactfeatureref{at-most-one-of} &
 No & Yes & Yes & Yes & Yes \\
 
@@ -485,6 +488,7 @@ EAPI 8 is EAPI 7 with the following changes:
 
 

[gentoo-commits] proj/pms:eapi-8 commit in: /

2021-05-16 Thread Ulrich Müller
commit: 9d029c432ef2d862f4feff4b88db399c08e78c5b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 22 18:23:57 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 16 12:07:44 2021 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=9d029c43

EAPI 8 has selective URI restrictions

Bug: https://bugs.gentoo.org/371413
Signed-off-by: Michał Górny  gentoo.org>
[Shortened "selective-uri-restrict" label to make it fit in the margin]
Signed-off-by: Ulrich Müller  gentoo.org>

 eapi-differences.tex |  5 -
 ebuild-vars.tex  | 18 +-
 2 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index 38109ec..64a4a2d 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -71,6 +71,9 @@ Bash version & \compactfeatureref{bash-version} &
 \t{SRC_URI} arrows & \compactfeatureref{src-uri-arrows} &
 * & Yes & Yes & Yes & Yes \\
 
+Selective URI restrictions & \compactfeatureref{uri-restrict} &
+No & No & No & No & Yes \\
+
 \t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} &
 * & No & No & No & No \\
 
@@ -481,7 +484,7 @@ EAPI 7 is EAPI 6 with the following changes:
 EAPI 8 is EAPI 7 with the following changes:
 
 \begin{compactitem}
-\item None
+\item Selective fetch/mirror restriction, \featureref{uri-restrict}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{8}

diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index 9941f3e..59c5b64 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -169,16 +169,24 @@ on the right of the arrow. When consulting mirrors 
(except for those explicitly
 of the arrow, if \t{mirror://} is used), the filename to the right of the 
arrow shall be requested
 instead of the filename in the URI.
 
+\featurelabel{uri-restrict} In EAPIs listed in 
table~\ref{tab:uri-arrows-table} as supporting
+selective URI restrictions, the URI protocol can be prefixed by an additional 
\t{fetch+} or
+\t{mirror+} term. If the ebuild is fetch restricted, the \t{fetch+} prefix 
undoes the fetch
+restriction for the URI (but not the implied mirror restriction). If the 
ebuild is fetch or mirror
+restricted, the \t{mirror+} prefix undoes both fetch and mirror restrictions 
for the URI.
+
 \ChangeWhenAddingAnEAPI{8}
-\begin{centertable}{EAPIs supporting \t{SRC_URI} arrows}
+\begin{centertable}{EAPIs supporting \t{SRC_URI} arrows and selective URI 
restrictions}
 \label{tab:uri-arrows-table}
-\begin{tabular}{ll}
+\begin{tabular}{lll}
   \toprule
   \multicolumn{1}{c}{\textbf{EAPI}} &
-  \multicolumn{1}{c}{\textbf{Supports \t{SRC_URI} arrows?}} \\
+  \multicolumn{1}{c}{\textbf{Supports \t{SRC_URI} arrows?}} &
+  \multicolumn{1}{c}{\textbf{Supports selective URI restrictions?}} \\
   \midrule
-  0, 1& No  \\
-  2, 3, 4, 5, 6, 7, 8 & Yes \\
+  0, 1 & No  & No  \\
+  2, 3, 4, 5, 6, 7 & Yes & No  \\
+  8& Yes & Yes \\
   \bottomrule
 \end{tabular}
 \end{centertable}



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

2021-05-16 Thread Andreas K. Hüttel
commit: 5ed5757ab6f233c438f31d9630ac6c363719e5a6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May 16 18:46:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May 16 19:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed5757a

dev-lang/perl: Bump to 5.34.0-rc2, working patchset

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-lang/perl/Manifest   | 3 ++-
 dev-lang/perl/{perl-5.34.0_rc1.ebuild => perl-5.34.0_rc2.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index cb86df38ef7..951844579a1 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -4,6 +4,7 @@ DIST perl-5.30.3.tar.xz 12375128 BLAKE2B 
ff0668c896e46ea35a1b8bd4a7d800c8668d699
 DIST perl-5.32.0-patches-1.tar.xz 20220 BLAKE2B 
46ebca5c74f59aa935ceec2a5807426c0e653ad7ba27de441d26e049e62dc67b17d58dfe5755f31bdd157e349d47fd46a98699207729f8f4f747930ed1064ba2
 SHA512 
42ed00f5f6be40af59e02691ff439a048cccd96fb970cca0976209faa921af98a773cc4cb1466e164328350d58cb46950ffa8c6f2fddabbeb3e8819349b06849
 DIST perl-5.32.0.tar.xz 12717336 BLAKE2B 
4abad9f1ddabaad5f2bbfe8ab6d061aeb8c558e458d4bf1bcf737a8ecc1cf20f7dffaddd0bc867578b457787ec284fa81be3fae1edd7f72d58aeec7b5cd744e5
 SHA512 
1540247415893bbd94dfeede7b4fba6052688dc0bf27ced817f448246fcdc6e9a6486abc34577dec5b00bf02ed607b2d24ccd4977c3b3c51e8e6edfc0b81c760
 DIST perl-5.32.1.tar.xz 12610988 BLAKE2B 
9f89bcf9cffb245a0f2cb0afa17c25f092c84cc2f29bb1c744294c2f0393c72dc3beb9fcbe256cf252677b33bc594b294b3f6a4774ad9e30b771aceed1f4f147
 SHA512 
3443c75aea91f0fe3712fee576239f1946d2301b8f7390b690e2f5d070fe71af8f9fa7769e42086c2d33d5f84370f80368fa9350b4f10cc0ac3e6c1f6209d8f9
-DIST perl-5.34.0-RC1.tar.xz 12881680 BLAKE2B 
acb26d65b3a439676cb7cf9477d2590e33f24bc4d0f7af6b2069c81aab2c74b047ceae349ef58fa49ce2ed8668cf7eec1922498bd2db144d08968a4fd1b7d9a3
 SHA512 
fdf686349c00f637eb95691efadb5042f15bce8ec1174595869815761e779f616504d19d01d52a6d13ec444974e7d90bfdb15a83aa36d2acb840bf1ff7dc97d6
+DIST perl-5.34.0-RC2.tar.xz 12876812 BLAKE2B 
9d21ecd0bf01f3b8455d7640075904eb6a1b0dbbe5b2e312de169ec077f21708cd2e15aa92ed1a51a08561e820cf0de3bf978957f2256baddb9073732dbc0d92
 SHA512 
14f3d4d84def049dd5b514f21925c7cb1fdb778d25ea025e64426b12576535601f9fdddceea3aedb98e14e6ecb892ce3829b75840f07143ac1b8e4a70bb42aa9
+DIST perl-5.34.0-patches-1.tar.xz 20360 BLAKE2B 
e60074c49f357d4841708f58b5165a44201783238ff33ee81580bb83ba07d3d2dda447edd30a71ce8c9bafe5e5e0235b68e31a79081c3482bdd589231f0e898e
 SHA512 
909e1fb22cda4ca769b51645b51a64df81b92210cfee388ac57834406bc13e404f0a1e6bad0888fafc73fc34b7fb224801fd02e87fb4c2f9145482ad74374e7b
 DIST perl-cross-1.3.2.tar.gz 108350 BLAKE2B 
ddb352fdbec66a04de62425f5cae1aaa3bc7251b9d6f4837b66a0bd79c53c60212fad3997dad4c38055774a2769d45b5b83927bf48b0fb00a130fee429eba702
 SHA512 
d61d25066a8d87c34aeacc5b9bd86fab964b33c4c65e84a89e4077fe1d8011c0bdf810a304631af44fae32edcffd6c99fc17b0c584ea83d1ce5ce492aaedfea5
 DIST perl-cross-1.3.4.tar.gz 108461 BLAKE2B 
28f207d235f51ebf681598cf85f7f16923574aafb593426a59d67578135ee3632efb12b9e1a672759195a79f80e49f5c929ec42b2b4571b1d36f5d8c8dceadc2
 SHA512 
7e1fc7b2b19d8c2e2fb8615e074e218b2e1a4d276b563ffabccfd0c7398bc8680fca96da89cc61d611993f38a2c67dfbb0201c58658e05437395ad8c00d31874

diff --git a/dev-lang/perl/perl-5.34.0_rc1.ebuild 
b/dev-lang/perl/perl-5.34.0_rc2.ebuild
similarity index 99%
rename from dev-lang/perl/perl-5.34.0_rc1.ebuild
rename to dev-lang/perl/perl-5.34.0_rc2.ebuild
index c9b82bfa846..ebb2fab244e 100644
--- a/dev-lang/perl/perl-5.34.0_rc1.ebuild
+++ b/dev-lang/perl/perl-5.34.0_rc2.ebuild
@@ -7,8 +7,8 @@ inherit alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing
 
 PATCH_VER=1
 CROSS_VER=1.3.4
-PATCH_BASE="perl-5.32.0-patches-${PATCH_VER}"
-PATCH_DEV=kentnl
+PATCH_BASE="perl-5.34.0-patches-${PATCH_VER}"
+PATCH_DEV=dilfridge
 
 DIST_AUTHOR=XSAWYERX
 



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

2021-05-16 Thread Andreas Sturmlechner
commit: 6b309d2d9eb4eb57c7d5e7668ce6648c994f37f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 15 20:13:01 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 16 19:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b309d2d

x11-misc/macopix: Drop 1.7.4

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

 x11-misc/macopix/Manifest  |  1 -
 x11-misc/macopix/files/macopix-1.7.4-windres.patch | 58 ---
 x11-misc/macopix/macopix-1.7.4-r1.ebuild   | 86 --
 x11-misc/macopix/macopix-1.7.4-r2.ebuild   | 83 -
 4 files changed, 228 deletions(-)

diff --git a/x11-misc/macopix/Manifest b/x11-misc/macopix/Manifest
index 560229d73c8..a43d64dec42 100644
--- a/x11-misc/macopix/Manifest
+++ b/x11-misc/macopix/Manifest
@@ -1,4 +1,3 @@
-DIST macopix-1.7.4.tar.bz2 725481 BLAKE2B 
1712dba8efe53fa78077d77faf7a84654bb87c72b6d9067484ce8b54da448326543082e2a245fbe1b61c824084744f51c0de321076a0e23586514c694840a040
 SHA512 
6010f98ecd3aad4325e81f037589cc4e79d857d513687f5243adb6ef3768ace5cddf4f5cdce977a75a4dc769b52bb541bdeefe92cdc012471de950ee81592db7
 DIST macopix-3.4.0.tar.gz 2854634 BLAKE2B 
95ecb17588562a86db7e2c7b8c0832ebaea5b56e2c80814c365058954ce2655ac91f0109b1b0db4f7b8c1a98fde7162ee6c23fe3b2187cbeb22681714df2a595
 SHA512 
99b9dbbc7ca0cb3fa9c1881800e019ccae1c6439f300f479625a5b4877a0578b4a68b131ecbc0adc4a4393a867fd0ac9df7b52adaf2057f14142d1ddaf54fd53
 DIST macopix-mascot-HxB-euc-ja-0.30.tar.gz 803473 BLAKE2B 
943f30f19bf2108a7e412ca0404f8c47324fc2e9bac5c13c9fcf35d6a4c9944f25afee3754898e6449f46247572c35a42cbe9f7c1b123f3e9e00fc0f33a0a260
 SHA512 
8897bd6d30fe3372e91d00add2a1af5d7fd7384ce7668aa9b21952d5be863d04c63af8bb98846c59f54a87af3b60acbd008f6c62b68a22038f29a07e7ba19333
 DIST macopix-mascot-comic_party-euc-ja-1.02.tar.gz 20656 BLAKE2B 
d2a7022cad1856dcebc7594acad449d4de1909ab7f33788b69c562c2d376427d91e993b2c4300a968566d7fed8d3a7e6f7596ef3adcc7897ed6a1c8fd3bb5815
 SHA512 
b71a586faef6b878c150e7e8e412c70d8d08919736695108efe2f119aaa01347befcaf222990fbaba10daa57120645e5c77b5534df0e4224feddbaa15c80ecf2

diff --git a/x11-misc/macopix/files/macopix-1.7.4-windres.patch 
b/x11-misc/macopix/files/macopix-1.7.4-windres.patch
deleted file mode 100644
index e26bf62e7b7..000
--- a/x11-misc/macopix/files/macopix-1.7.4-windres.patch
+++ /dev/null
@@ -1,58 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -145,26 +145,10 @@
-   [use Gtk+1.2 insted of Gtk+2]),
-   [use_gtk1=yes])
- 
--if test x"${use_gtk1}" = "xyes"; then
--AM_PATH_GLIB(1.2.6,,
--AC_MSG_ERROR(Test for GLIB failed. See the file 'INSTALL' for help.),
--gthread)
--AM_PATH_GTK(1.2.0, ,
--AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
--AM_PATH_GDK_PIXBUF(0.7.0, ,
--  AC_MSG_ERROR(Cannot find GdkPixbuf: Is gdk-pixbuf-config in 
path?))
--dnl for libpng  (In the case of Gtk+2, gdk_pixbuf_save are used.)
--AC_CHECK_LIB(png,png_create_write_struct,
--[PNGLIB_LIBS="-lz -lpng -lm"],
--[AC_MSG_ERROR(libpng is required.)],
--  -lz -lm)
--
--else
- AM_PATH_GLIB_2_0(2.0.0,, AC_MSG_ERROR([glib-2.x is required]), gthread 
gobject)
- AM_PATH_GTK_2_0(2.0.0,, AC_MSG_ERROR([gtk+-2.x is required]), gthread gobject)
- AC_DEFINE(USE_GTK2,[], [Use Gtk+2.x instead of Gtk+1.x])
- PNGLIB_LIBS=""
--fi
- AC_SUBST(PNGLIB_LIBS)
- 
- 
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -9,14 +9,6 @@
-bmp.h sockmsg.h codeconv.h unmime.h base64.h quoted-printable.h\
-  macopix_icon.h tar32api.h ssl.h
- 
--if HAVE_WINDRES
--MACOPIX_RES = macopix.res
--macopix.res: macopix_res.rc
--  $(WINDRES) $< -O coff -o $@
--else
--MACOPIX_RES = 
--endif
--
- EXTRA_DIST = \
-   macopix_res.rc.in\
- macopix.ico\
-@@ -25,9 +17,9 @@
-   tar32.dll\
-   libtar32.a
- 
--INCLUDES= @GTK_CFLAGS@  @GDK_PIXBUF_CFLAGS@ $(GNUTLS_CFLAGS)\
-+INCLUDES= @GTK_CFLAGS@ $(GNUTLS_CFLAGS)\
- $(DISABLE_DEPRECATED)
--LDADD   = @GTK_LIBS@  @GDK_PIXBUF_LIBS@ $(PNGLIB_LIBS) $(WINMM_LIBS)\
-+LDADD   = @GTK_LIBS@ $(PNGLIB_LIBS) $(WINMM_LIBS)\
-$(MACOPIX_RES)  $(WINSOCK_LIBS) $(UNLHA32_LIBS)  
$(TAR32_LIBS) $(GNUTLS_LIBS) $(WIN32_ICONV_LIBS)
- CLEANFILES  = *~
- DISTCLEANFILES  = .deps/*.P

diff --git a/x11-misc/macopix/macopix-1.7.4-r1.ebuild 
b/x11-misc/macopix/macopix-1.7.4-r1.ebuild
deleted file mode 100644
index 2d547a63583..000
--- a/x11-misc/macopix/macopix-1.7.4-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="MaCoPiX (Mascot Constructive Pilot for X) is a desktop mascot 
application"

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

2021-05-16 Thread Andreas Sturmlechner
commit: da8940e3d8eef6796436dcb7d4fc624665f19a9b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 15 16:27:26 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 16 19:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8940e3

games-strategy/freeciv: Drop 2.6.2

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

 games-strategy/freeciv/Manifest|   1 -
 .../freeciv/files/freeciv-2.6.2-qt515.patch|  39 -
 games-strategy/freeciv/freeciv-2.6.2.ebuild| 190 -
 3 files changed, 230 deletions(-)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index a42d00191c8..d843e0eb465 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1,2 +1 @@
-DIST freeciv-2.6.2.tar.bz2 52139007 BLAKE2B 
5d30274f24786dcd0b29d4d85a45be47e791aedba7fbeeb28001e2c19d2acc1fa16b4ab88b779d0dbd318806e571a26c94f8a61b33c6d8df8e68d4fd90713302
 SHA512 
b11752f38027fcc8b092f323d4e76cf3c4c426bfcc811eb3a76daca075dc391d8179cd140abf1534abc56409344c53238b9fee2ee10d08a688e15671f3a70ef3
 DIST freeciv-2.6.4.tar.bz2 52087948 BLAKE2B 
00392974707d9a11e626ac7855fcb27780492b7bead020f6849726ad39833d9ada288bad7245664f8446d0905f027dccc205ee6c943361ba9ba455c55c52cd04
 SHA512 
4dca3a09f4538ce865f5bfef2fa0cdd00b21e30d80bd24343a6d77564bb5239101254155295ccc18593af6f9a32b77ecb8d50c38d0710a37960372e9b1227221

diff --git a/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch 
b/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch
deleted file mode 100644
index db5e657a585..000
--- a/games-strategy/freeciv/files/freeciv-2.6.2-qt515.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 87f4abf81d530b825d0af772d95fd1ea78503e64 Mon Sep 17 00:00:00 2001
-From: Marko Lindqvist 
-Date: Tue, 7 Apr 2020 13:22:14 +0300
-Subject: [PATCH] Include  where needed
-
-This fixes Qt-client build on OpenEmbedded
-
-See hrm Bug #868060
-
-Signed-off-by: Marko Lindqvist 

- client/gui-qt/canvas.cpp  | 1 +
- client/gui-qt/dialogs.cpp | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/client/gui-qt/canvas.cpp b/client/gui-qt/canvas.cpp
-index 24291bc183..00fa1b8f52 100644
 a/client/gui-qt/canvas.cpp
-+++ b/client/gui-qt/canvas.cpp
-@@ -18,6 +18,7 @@
- // Qt
- #include 
- #include 
-+#include 
- 
- // qt-client
- #include "canvas.h"
-diff --git a/client/gui-qt/dialogs.cpp b/client/gui-qt/dialogs.cpp
-index e0f9de31d4..4b3254c496 100644
 a/client/gui-qt/dialogs.cpp
-+++ b/client/gui-qt/dialogs.cpp
-@@ -24,6 +24,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git a/games-strategy/freeciv/freeciv-2.6.2.ebuild 
b/games-strategy/freeciv/freeciv-2.6.2.ebuild
deleted file mode 100644
index e361752c4a5..000
--- a/games-strategy/freeciv/freeciv-2.6.2.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV/_beta/-beta}"
-MY_PV="${MY_PV/_rc/-RC}"
-MY_P="${PN}-${MY_PV}"
-inherit desktop flag-o-matic qmake-utils xdg
-
-DESCRIPTION="multiplayer strategy game (Civilization Clone)"
-HOMEPAGE="http://www.freeciv.org/;
-
-if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.bz2"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="aimodules auth dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline 
sdl +server +sound sqlite system-lua"
-
-# postgres isn't yet really supported by upstream
-BDEPEND="
-   virtual/pkgconfig
-   !dedicated? (
-   x11-base/xorg-proto
-   nls? ( sys-devel/gettext )
-   )
-"
-DEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   net-misc/curl
-   sys-libs/zlib
-   auth? (
-   !mysql? ( ( !sqlite? ( dev-db/mysql-connector-c:0= ) ) )
-   mysql? ( dev-db/mysql-connector-c:0= )
-   sqlite? ( dev-db/sqlite:3 )
-   )
-   dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
-   !dedicated? (
-   media-libs/libpng:0
-   gtk? ( x11-libs/gtk+:2 )
-   mapimg? ( media-gfx/imagemagick:= )
-   modpack? ( x11-libs/gtk+:2 )
-   nls? ( virtual/libintl )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   !sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
-   sdl? (
-   media-libs/libsdl2[video]
-   media-libs/sdl2-gfx
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-ttf
-   )
-   server? ( aimodules? ( sys-devel/libtool:2 ) )
-   sound? (
- 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/

2021-05-16 Thread Andreas Sturmlechner
commit: 0c98efdcc1dd2c5809f4dd18df88f326ab9d425b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 15 20:17:43 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 16 19:10:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c98efdc

app-accessibility/caribou: Drop 0.4.21-r2

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

 app-accessibility/caribou/caribou-0.4.21-r2.ebuild | 103 -
 1 file changed, 103 deletions(-)

diff --git a/app-accessibility/caribou/caribou-0.4.21-r2.ebuild 
b/app-accessibility/caribou/caribou-0.4.21-r2.ebuild
deleted file mode 100644
index 158e4af5f78..000
--- a/app-accessibility/caribou/caribou-0.4.21-r2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-r1 vala
-
-DESCRIPTION="Input assistive technology intended for switch and pointer users"
-HOMEPAGE="https://wiki.gnome.org/Projects/Caribou;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   app-accessibility/at-spi2-core
-   >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
-   >=x11-libs/gtk+-3:3[introspection]
-   x11-libs/gtk+:2
-   >=dev-libs/gobject-introspection-0.10.7:=
-   dev-libs/libgee:0.8
-   dev-libs/libxml2
-   >=media-libs/clutter-1.5.11:1.0[introspection]
-   x11-libs/libX11
-   x11-libs/libxklavier
-   x11-libs/libXtst
-   ${PYTHON_DEPS}
-   $(vala_depend)
-"
-# gsettings-desktop-schemas is needed for the 'toolkit-accessibility' key
-# pyatspi-2.1.90 needed to run caribou if pygobject:3 is installed
-# librsvg needed to load svg images in css styles
-RDEPEND="${COMMON_DEPEND}
-   dev-libs/glib[dbus]
-   >=dev-python/pyatspi-2.1.90[${PYTHON_USEDEP}]
-   >=gnome-base/gsettings-desktop-schemas-3
-   gnome-base/librsvg:2
-   sys-apps/dbus
-   !https://bugzilla.gnome.org/show_bug.cgi?id=769323
-   dodoc AUTHORS NEWS README # ChangeLog simply points to git log
-}



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

2021-05-16 Thread Miroslav Šulc
commit: 314148a1802a3bca0b6a9e32c39533a5d4255c3f
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun May 16 08:27:48 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 16 19:06:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314148a1

dev-java/antlr: EAPI 7, min java 1.8

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/antlr/antlr-2.7.7-r9.ebuild | 49 
 1 file changed, 49 insertions(+)

diff --git a/dev-java/antlr/antlr-2.7.7-r9.ebuild 
b/dev-java/antlr/antlr-2.7.7-r9.ebuild
new file mode 100644
index 000..f7a42851863
--- /dev/null
+++ b/dev-java/antlr/antlr-2.7.7-r9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A parser generator for many languages"
+HOMEPAGE="https://www.antlr2.org/;
+SRC_URI="https://www.antlr2.org/download/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="examples"
+
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+
+S="${WORKDIR}/${P}"
+
+JAVA_SRC_DIR="${S}/${PN}"
+
+DOCS=( CHANGES.txt README.txt )
+
+src_prepare() {
+   default
+   java-pkg_clean
+
+   # Delete build files from examples.
+   find examples \( -name Makefile.in -o -name shiplist \) -delete || die
+}
+
+# Avoid configure script.
+src_configure() { :; }
+
+src_install() {
+   java-pkg-simple_src_install
+   java-pkg_dolauncher antlr --main antlr.Tool
+
+   use doc && java-pkg_dohtml -r doc/*
+   use examples && java-pkg_doexamples examples/java
+   use source && java-pkg_dosrc antlr
+
+   # https://bugs.gentoo.org/789582
+   einstalldocs
+}



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

2021-05-16 Thread Miroslav Šulc
commit: 31124a323eb568a6d382f2b062d9be254033b242
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun May 16 19:05:47 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 16 19:06:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31124a32

dev-java/antlr: dropped obsolete 3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/antlr/antlr-3.2.ebuild | 96 -
 1 file changed, 96 deletions(-)

diff --git a/dev-java/antlr/antlr-3.2.ebuild b/dev-java/antlr/antlr-3.2.ebuild
deleted file mode 100644
index 3efa9766028..000
--- a/dev-java/antlr/antlr-3.2.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A parser generator for many languages"
-HOMEPAGE="https://www.antlr3.org/;
-SRC_URI="https://www.antlr3.org/download/${P}.tar.gz
-   https://www.antlr3.org/download/${P}.jar; # Prebuilt version needed.
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-java/antlr-2.7.7-r7:0
-   dev-java/stringtemplate:0"
-
-RDEPEND="${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="${CDEPEND}
-   >=virtual/jdk-1.6
-   test? ( dev-java/junit:4 )"
-
-S="${WORKDIR}/${P}"
-JAVA_GENTOO_CLASSPATH_EXTRA="${S}/${PN}-runtime.jar"
-JAVA_GENTOO_CLASSPATH="antlr,stringtemplate"
-
-src_unpack() {
-   unpack ${P}.tar.gz
-}
-
-java_prepare() {
-   java-pkg_clean
-
-   # These fixes have been applied in 3.5.
-   epatch "${FILESDIR}/${PV}-test-fixes.patch"
-   epatch "${FILESDIR}/${PV}-java-8.patch"
-
-   # Some tests fail under Java 8 in ways that probably aren't limited
-   # to the tests. This is bad but upstream is never going to update
-   # 3.2 even though other projects still rely on it. If any issues
-   # arise, we can only put pressure on those projects to upgrade.
-   if java-pkg_is-vm-version-ge 1.8; then
-   rm -v 
tool/src/test/java/org/antlr/test/Test{DFAConversion,SemanticPredicates,TopologicalSort}.java
 || die
-   fi
-
-   # 3.2 has strange hidden files.
-   find -type f -name "._*.*" -delete || die
-}
-
-src_compile() {
-   cd "${S}/runtime/Java/src/main" || die
-   JAVA_JAR_FILENAME="${S}/${PN}-runtime.jar" JAVA_PKG_IUSE="doc" 
java-pkg-simple_src_compile
-
-   cd "${S}/tool/src/main" || die
-
-   local G; for G in antlr codegen antlr.print assign.types buildnfa 
define; do # from pom.xml
-   antlr -o antlr2/org/antlr/grammar/v2/{,${G}.g} || die
-   done
-
-   # We have applied a patch to fix this version under Java 8. Trouble
-   # is that we need to run a prebuilt version before we can build our
-   # own and that version doesn't have the fix applied. We work around
-   # this by building just the offending class against the prebuilt
-   # version and then putting them together in the classpath. That
-   # isn't all. Due to a compiler limitation that Chewi doesn't fully
-   # understand, this class cannot be compiled by itself without a
-   # couple of tweaks that have been applied in the Java 8 patch.
-   ejavac -classpath "${DISTDIR}/${P}.jar" 
java/org/antlr/tool/CompositeGrammar.java
-
-   java -classpath "java:${DISTDIR}/${P}.jar" org.antlr.Tool $(find antlr3 
-name "*.g") || die
-   JAVA_JAR_FILENAME="${S}/${PN}-tool.jar" java-pkg-simple_src_compile
-   java-pkg_addres "${S}/${PN}-tool.jar" resources
-}
-
-src_install() {
-   java-pkg_dojar ${PN}-{runtime,tool}.jar
-   java-pkg_dolauncher ${PN}${SLOT} --main org.antlr.Tool
-   use doc && java-pkg_dojavadoc runtime/Java/src/main/target/api
-}
-
-src_test() {
-   cd tool/src/test/java || die
-   local 
CP=".:${S}/${PN}-runtime.jar:${S}/${PN}-tool.jar:$(java-pkg_getjars 
junit-4,${JAVA_GENTOO_CLASSPATH})"
-
-   local TESTS=$(find * -name "Test*.java")
-   TESTS="${TESTS//.java}"
-   TESTS="${TESTS//\//.}"
-
-   ejavac -classpath "${CP}" $(find -name "*.java")
-   ejunit4 -classpath "${CP}" ${TESTS}
-}



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

2021-05-16 Thread Miroslav Šulc
commit: 4ae9d5b42367214a170b0f8d0185fdac5c496399
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun May 16 08:36:48 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 16 19:06:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae9d5b4

dev-java/antlr: remove obsolete

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/antlr/antlr-2.7.7-r8.ebuild | 47 
 1 file changed, 47 deletions(-)

diff --git a/dev-java/antlr/antlr-2.7.7-r8.ebuild 
b/dev-java/antlr/antlr-2.7.7-r8.ebuild
deleted file mode 100644
index 3ca31ab70cf..000
--- a/dev-java/antlr/antlr-2.7.7-r8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A parser generator for many languages"
-HOMEPAGE="https://www.antlr2.org/;
-SRC_URI="https://www.antlr2.org/download/${P}.tar.gz;
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="examples"
-
-RDEPEND=">=virtual/jre-1.6"
-DEPEND=">=virtual/jdk-1.6"
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="${S}/${PN}"
-
-DOCS=( CHANGES.txt README.txt )
-
-src_prepare() {
-   default
-   java-pkg_clean
-
-   # Delete build files from examples.
-   find examples \( -name Makefile.in -o -name shiplist \) -delete || die
-}
-
-# Avoid configure script.
-src_configure() { :; }
-
-src_install() {
-   java-pkg-simple_src_install
-   java-pkg_dolauncher antlr --main antlr.Tool
-
-   use doc && java-pkg_dohtml -r doc/*
-   use examples && java-pkg_doexamples examples/java
-   use source && java-pkg_dosrc antlr
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/antlr/, dev-java/antlr/files/

2021-05-16 Thread Miroslav Šulc
commit: 3394094d2c0d89ccc8d831bb299dddf7c94dd6ab
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun May 16 09:30:11 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun May 16 19:06:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3394094d

dev-java/antlr: EAPI 7, min java 1.8 (slot 3)

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20829
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/antlr/antlr-3.2-r1.ebuild| 101 ++
 dev-java/antlr/files/3.2-test-fixes.patch |  16 ++---
 2 files changed, 109 insertions(+), 8 deletions(-)

diff --git a/dev-java/antlr/antlr-3.2-r1.ebuild 
b/dev-java/antlr/antlr-3.2-r1.ebuild
new file mode 100644
index 000..fba666dc5ad
--- /dev/null
+++ b/dev-java/antlr/antlr-3.2-r1.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc test"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A parser generator for many languages"
+HOMEPAGE="https://www.antlr3.org/;
+SRC_URI="https://www.antlr3.org/download/${P}.tar.gz
+   https://www.antlr3.org/download/${P}.jar; # Prebuilt version needed.
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+RESTRICT="!test? ( test )"
+
+CDEPEND=">=dev-java/antlr-2.7.7-r7:0
+   dev-java/stringtemplate:0"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*
+   test? ( dev-java/junit:4 )"
+
+PATCHES=(
+   # These fixes have been applied in 3.5.
+   "${FILESDIR}/${PV}-test-fixes.patch"
+   "${FILESDIR}/${PV}-java-8.patch"
+)
+
+S="${WORKDIR}/${P}"
+JAVA_GENTOO_CLASSPATH_EXTRA="${S}/${PN}-runtime.jar"
+JAVA_GENTOO_CLASSPATH="antlr,stringtemplate"
+
+src_unpack() {
+   unpack ${P}.tar.gz
+}
+
+src_prepare() {
+   default
+   java-pkg_clean
+
+   # Some tests fail under Java 8 in ways that probably aren't limited
+   # to the tests. This is bad but upstream is never going to update
+   # 3.2 even though other projects still rely on it. If any issues
+   # arise, we can only put pressure on those projects to upgrade.
+   if java-pkg_is-vm-version-ge 1.8; then
+   rm -v 
tool/src/test/java/org/antlr/test/Test{DFAConversion,SemanticPredicates,TopologicalSort}.java
 || die
+   fi
+
+   # 3.2 has strange hidden files.
+   find -type f -name "._*.*" -delete || die
+}
+
+src_compile() {
+   cd "${S}/runtime/Java/src/main" || die
+   JAVA_JAR_FILENAME="${S}/${PN}-runtime.jar" java-pkg-simple_src_compile
+
+   cd "${S}/tool/src/main" || die
+
+   local G; for G in antlr codegen antlr.print assign.types buildnfa 
define; do # from pom.xml
+   antlr -o antlr2/org/antlr/grammar/v2/{,${G}.g} || die
+   done
+
+   # We have applied a patch to fix this version under Java 8. Trouble
+   # is that we need to run a prebuilt version before we can build our
+   # own and that version doesn't have the fix applied. We work around
+   # this by building just the offending class against the prebuilt
+   # version and then putting them together in the classpath. That
+   # isn't all. Due to a compiler limitation that Chewi doesn't fully
+   # understand, this class cannot be compiled by itself without a
+   # couple of tweaks that have been applied in the Java 8 patch.
+   ejavac -classpath "${DISTDIR}/${P}.jar" 
java/org/antlr/tool/CompositeGrammar.java
+
+   java -classpath "java:${DISTDIR}/${P}.jar" org.antlr.Tool $(find antlr3 
-name "*.g") || die
+   JAVA_JAR_FILENAME="${S}/${PN}-tool.jar" java-pkg-simple_src_compile
+   java-pkg_addres "${S}/${PN}-tool.jar" resources
+}
+
+src_install() {
+   java-pkg_dojar ${PN}-{runtime,tool}.jar
+   java-pkg_dolauncher ${PN}${SLOT} --main org.antlr.Tool
+   use doc && java-pkg_dojavadoc runtime/Java/src/main/target/api
+}
+
+src_test() {
+   cd tool/src/test/java || die
+   local 
CP=".:${S}/${PN}-runtime.jar:${S}/${PN}-tool.jar:$(java-pkg_getjars 
junit-4,${JAVA_GENTOO_CLASSPATH})"
+
+   local TESTS=$(find * -name "Test*.java")
+   TESTS="${TESTS//.java}"
+   TESTS="${TESTS//\//.}"
+
+   ejavac -classpath "${CP}" $(find -name "*.java")
+   ejunit4 -classpath "${CP}" ${TESTS}
+}

diff --git a/dev-java/antlr/files/3.2-test-fixes.patch 
b/dev-java/antlr/files/3.2-test-fixes.patch
index 0544b700617..28068edb76b 100644
--- a/dev-java/antlr/files/3.2-test-fixes.patch
+++ b/dev-java/antlr/files/3.2-test-fixes.patch
@@ -1,5 +1,5 @@
 tool/src/test/java/org/antlr/test/BaseTest.java.orig   2010-11-30 
01:54:04.0 +
-+++ 

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

2021-05-16 Thread Sam James
commit: 1b99fdeeb70594aa64fa9b8007a580d3d3fd9934
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:05:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:05:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b99fdee

dev-libs/protobuf: Stabilize 3.15.8 sparc, #787887

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

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

diff --git a/dev-libs/protobuf/protobuf-3.15.8.ebuild 
b/dev-libs/protobuf/protobuf-3.15.8.ebuild
index a761c4f7121..7a87c1c7b5b 100644
--- a/dev-libs/protobuf/protobuf-3.15.8.ebuild
+++ b/dev-libs/protobuf/protobuf-3.15.8.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0/26"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="emacs examples static-libs test zlib"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: ba8c3a7b1fa4d1e3bc102b2b3bd4fc6120d34d76
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8c3a7b

sys-devel/clang-runtime: Stabilize 11.0.1 ppc64, #768567

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

 sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild
index 43bbae3d0ab..c7b7ec0ae63 100644
--- a/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-11.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
 



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

2021-05-16 Thread Sam James
commit: 3852d908103db6ecde4c4dbe8c0f94f343828aff
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3852d908

sys-libs/compiler-rt: Stabilize 11.0.1 ppc64, #768567

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

 sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild 
b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild
index 1041a4553f3..46345babf31 100644
--- a/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-11.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="+clang test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 162bfa090a6aa48e2b9de57dbbd9673108d6fa2e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162bfa09

sys-libs/libomp: Stabilize 11.0.1 ppc64, #768567

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

 sys-libs/libomp/libomp-11.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libomp/libomp-11.0.1.ebuild 
b/sys-libs/libomp/libomp-11.0.1.ebuild
index 6706c0daa20..5e55d6e8280 100644
--- a/sys-libs/libomp/libomp-11.0.1.ebuild
+++ b/sys-libs/libomp/libomp-11.0.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://openmp.llvm.org;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
 IUSE="cuda hwloc kernel_linux offload ompt test"
 # CUDA works only with the x86_64 ABI
 REQUIRED_USE="offload? ( cuda? ( abi_x86_64 ) )"



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

2021-05-16 Thread Sam James
commit: de2c8ac7a320c55d0e43e4ca8fd52face35432e4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2c8ac7

dev-ml/uuidm: Stabilize 0.9.7 ppc, #783582

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

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

diff --git a/dev-ml/uuidm/uuidm-0.9.7.ebuild b/dev-ml/uuidm/uuidm-0.9.7.ebuild
index 35b1878a5c7..8e3ae67156f 100644
--- a/dev-ml/uuidm/uuidm-0.9.7.ebuild
+++ b/dev-ml/uuidm/uuidm-0.9.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dbuenzli/uuidm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2021-05-16 Thread Sam James
commit: 7d21662afcd9523bdfcace6bf1194dab88ead7fa
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d21662a

sys-libs/compiler-rt-sanitizers: Stabilize 11.0.1-r1 ppc64, #768567

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

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.1-r1.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.1-r1.ebuild
index fcbac3eafef..66eed5f8f3d 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.1-r1.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-11.0.1-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
 SLOT="$(ver_cut 1-3)"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="+clang test elibc_glibc"
 # base targets
 IUSE+=" +libfuzzer +profile +xray"



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

2021-05-16 Thread Sam James
commit: 2d26d315fdf9c1f0c3a0cdee33141262afc4b842
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d26d315

sys-devel/clang: Stabilize 11.0.1 ppc64, #768567

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

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

diff --git a/sys-devel/clang/clang-11.0.1.ebuild 
b/sys-devel/clang/clang-11.0.1.ebuild
index abcafbb6651..de9cf2609ae 100644
--- a/sys-devel/clang/clang-11.0.1.ebuild
+++ b/sys-devel/clang/clang-11.0.1.ebuild
@@ -22,7 +22,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x64-macos"
 IUSE="debug default-compiler-rt default-libcxx default-lld
doc +static-analyzer test xml kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2021-05-16 Thread Sam James
commit: ab64488f5ffb9d46b9dc776033351adb29095983
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab64488f

sys-devel/clang-common: Stabilize 11.0.1 ppc64, #768567

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

 sys-devel/clang-common/clang-common-11.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/clang-common/clang-common-11.0.1.ebuild 
b/sys-devel/clang-common/clang-common-11.0.1.ebuild
index 5defffd7cec..8d21c79346d 100644
--- a/sys-devel/clang-common/clang-common-11.0.1.ebuild
+++ b/sys-devel/clang-common/clang-common-11.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 PDEPEND="sys-devel/clang:*"



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

2021-05-16 Thread Sam James
commit: a71da725b34619f83050d26211cd27db2e06edc0
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71da725

sys-devel/llvm-common: Stabilize 11.0.1 ppc64, #768567

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

 sys-devel/llvm-common/llvm-common-11.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm-common/llvm-common-11.0.1.ebuild 
b/sys-devel/llvm-common/llvm-common-11.0.1.ebuild
index cf396cfcb54..087e013f3e6 100644
--- a/sys-devel/llvm-common/llvm-common-11.0.1.ebuild
+++ b/sys-devel/llvm-common/llvm-common-11.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND="!sys-devel/llvm:0"



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

2021-05-16 Thread Sam James
commit: 8c85f8ef93bd1595a4e41f075b6dfa4a709a6322
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c85f8ef

dev-ml/mtime: Stabilize 1.1.0 ppc, #783582

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

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

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



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

2021-05-16 Thread Sam James
commit: 8436310708dfec5908b7ebcac2bb843e0310dc9a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84363107

sys-devel/lld: Stabilize 11.0.1 ppc64, #768567

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

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

diff --git a/sys-devel/lld/lld-11.0.1.ebuild b/sys-devel/lld/lld-11.0.1.ebuild
index af60afe03f2..acbc80f1dda 100644
--- a/sys-devel/lld/lld-11.0.1.ebuild
+++ b/sys-devel/lld/lld-11.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 1ac989f2fd815914fc013831b91e0c4a71084a0d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac989f2

dev-ml/opam-file-format: Stabilize 2.1.2 ppc, #783582

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

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

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild 
b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
index ff4e3f900ce..943ebfa49c0 100644
--- a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
+++ b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: d566c283eb6c6a66df03336d00d94f84c272b537
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d566c283

dev-ml/mirage-clock: Stabilize 3.1.0 ppc, #783582

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

 dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
index 6c21d8ce45b..6c89519d1dd 100644
--- a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



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

2021-05-16 Thread Sam James
commit: 7b636fd24a81e365c8c75b804bdb559f1806c97f
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b636fd2

dev-python/lit: Stabilize 11.0.1 ppc64, #768567

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

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

diff --git a/dev-python/lit/lit-11.0.1.ebuild b/dev-python/lit/lit-11.0.1.ebuild
index dbcd74000ef..2d27ec84ffb 100644
--- a/dev-python/lit/lit-11.0.1.ebuild
+++ b/dev-python/lit/lit-11.0.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/;
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: ef094dec97f9dca74251c1eca7e2fd18fa2e5b27
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef094dec

dev-ml/astring: Stabilize 0.8.5 ppc, #783582

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

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

diff --git a/dev-ml/astring/astring-0.8.5.ebuild 
b/dev-ml/astring/astring-0.8.5.ebuild
index b06ec1f4680..9496ce79309 100644
--- a/dev-ml/astring/astring-0.8.5.ebuild
+++ b/dev-ml/astring/astring-0.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/astring/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 
 OCAML_DEP=">=dev-lang/ocaml-4.05.0:="
 BDEPEND="



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

2021-05-16 Thread Sam James
commit: ca1bd349693aedeb15a76323ea8df03c34a21438
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1bd349

dev-ml/duration: Stabilize 0.1.3 ppc, #783582

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

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

diff --git a/dev-ml/duration/duration-0.1.3.ebuild 
b/dev-ml/duration/duration-0.1.3.ebuild
index 21d9083b941..29908b04a4f 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="ISC"
 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: sys-devel/llvm/

2021-05-16 Thread Sam James
commit: 27fba5442def6d45dc41efb5a0413da4664ddd53
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fba544

sys-devel/llvm: Stabilize 11.0.1 ppc64, #768567

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

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

diff --git a/sys-devel/llvm/llvm-11.0.1.ebuild 
b/sys-devel/llvm/llvm-11.0.1.ebuild
index a85dbb33df5..86135d7d22d 100644
--- a/sys-devel/llvm/llvm-11.0.1.ebuild
+++ b/sys-devel/llvm/llvm-11.0.1.ebuild
@@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"



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

2021-05-16 Thread Sam James
commit: 36a24df351202ed88cf2ecf5786140e9a207920e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a24df3

dev-ml/alcotest: Stabilize 1.2.3-r3 ppc, #783582

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

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

diff --git a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild 
b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
index 7b9d65f294f..bbfd3a1925e 100644
--- a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
+++ b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: e329972cac23506d6ae2eb1bd3fe9274c40f0bd2
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e329972c

dev-ml/async_kernel: Stabilize 0.14.0 ppc, #783582

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

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

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



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

2021-05-16 Thread Sam James
commit: 618e0ef722288fc145a616cddcff4ae17a5fb89f
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:02:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618e0ef7

dev-ml/logs: Stabilize 0.7.0 ppc, #783582

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

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

diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild
index dd8361c5aae..a6b13788d2e 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="+fmt cli +lwt test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: cc7f220954945d64ef4d842e88c4da195c8accf7
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7f2209

dev-ml/fmt: Stabilize 0.8.9-r1 ppc, #783582

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

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

diff --git a/dev-ml/fmt/fmt-0.8.9-r1.ebuild b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
index 93a9207d950..3fa332cf935 100644
--- a/dev-ml/fmt/fmt-0.8.9-r1.ebuild
+++ b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 0aec5a6fb113aa18505123038d27114141079165
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 19:01:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 19:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aec5a6f

dev-ml/async_unix: Stabilize 0.14.0 ppc, #783582

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

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

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



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

2021-05-16 Thread Sam James
commit: 336ea21bccbf084ee2c7d4ed670ee6dcdb02
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:59:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:59:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336ea21b

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 arm64, #772194

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

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 746a3c0932e..9ea328b797d 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: d7ab8bb342a2dcb8773471aec5f97920bdaa7bba
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:59:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:59:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ab8bb3

media-libs/sdl-image: Stabilize 1.2.12_p20210314 arm64, #772194

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

 media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild 
b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
index 350017328ba..7875f23bf47 100644
--- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
+++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: d51c5e431ccefb7434c324e2f0be542cb1809320
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51c5e43

dev-java/commons-math: Stabilize 3.6.1-r1 arm64, #784407

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 fd1f6c61c92..3ef7e38716d 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
@@ -21,4 +21,4 @@ RDEPEND=">=virtual/jre-1.8:*"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 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/sparsebitset/

2021-05-16 Thread Sam James
commit: f8580ee658aebf5f8324a6b2c1744cf4b359bd0c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8580ee6

dev-java/sparsebitset: Stabilize 1.2 arm64, #784407

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

 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild 
b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
index bfada3fb296..00667707eaa 100644
--- a/dev-java/sparsebitset/sparsebitset-1.2.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/Spars
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 
 DEPEND="
>=virtual/jdk-1.8:*



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-05-16 Thread Sam James
commit: 7c8f50c88c93a4296efd9bae2d2d8dd5836e7b1d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8f50c8

dev-java/tomcat-servlet-api: Stabilize 7.0.108 arm64, #784407

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.108.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.108.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.108.ebuild
index c750d5ea6f6..0a4f99352d9 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.108.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.108.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8"



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/servlet-api/

2021-05-16 Thread Sam James
commit: 740cab44551c538cf3a70dfff8a3acf3aed8dc07
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740cab44

java-virtuals/servlet-api: Stabilize 3.0-r2 arm64, #784407

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

 java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild 
b/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild
index b7999ee7c37..5dbb4dcb8ad 100644
--- a/java-virtuals/servlet-api/servlet-api-3.0-r2.ebuild
+++ b/java-virtuals/servlet-api/servlet-api-3.0-r2.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
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux"
 
 RDEPEND="|| (
dev-java/tomcat-servlet-api:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: java-virtuals/jms/

2021-05-16 Thread Sam James
commit: 3d349975f291a40be8df228efb302efe61d9d1a3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d349975

java-virtuals/jms: Stabilize 1.1 arm64, #784407

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

 java-virtuals/jms/jms-1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-virtuals/jms/jms-1.1.ebuild b/java-virtuals/jms/jms-1.1.ebuild
index c3bf38d2fd2..3297dfeb8f7 100644
--- a/java-virtuals/jms/jms-1.1.ebuild
+++ b/java-virtuals/jms/jms-1.1.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=5
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2021-05-16 Thread Sam James
commit: cb9014c16f7fbcd45040f099a83c806d4760e796
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9014c1

dev-java/sun-jms: Stabilize 1.1-r2 arm64, #784407

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

 dev-java/sun-jms/sun-jms-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild 
b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild
index fc11510e058..610e73d5698 100644
--- a/dev-java/sun-jms/sun-jms-1.1-r2.ebuild
+++ b/dev-java/sun-jms/sun-jms-1.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="${At}"
 
 LICENSE="sun-bcla-jms"
 SLOT=0
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=">=virtual/jre-1.3"



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

2021-05-16 Thread Sam James
commit: 1fb713cad5f2b4c61df2c73a00ced72728faab94
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb713ca

dev-java/easymock: Stabilize 3.3.1-r1 arm64, #784407

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 3b4e321ccff..bef9d66247a 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-java/commons-lang/

2021-05-16 Thread Sam James
commit: ef3938c77871aff2fbac50b92ba5a47a7878366a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3938c7

dev-java/commons-lang: Stabilize 3.11-r1 arm64, #784407

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

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

diff --git a/dev-java/commons-lang/commons-lang-3.11-r1.ebuild 
b/dev-java/commons-lang/commons-lang-3.11-r1.ebuild
index bb2399c94a7..fe748bed2f3 100644
--- a/dev-java/commons-lang/commons-lang-3.11-r1.ebuild
+++ b/dev-java/commons-lang/commons-lang-3.11-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://commons.apache.org/lang;
 SRC_URI="mirror://apache/commons/lang/source/${MY_P}-src.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="3.6"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-solaris"
 
 CDEPEND="
dev-java/easymock:3.2



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

2021-05-16 Thread Sam James
commit: 66a460a479b08e3c6aae114e982faa678627dade
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a460a4

dev-java/objenesis-test: Stabilize 3.2 arm64, #784407

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

 dev-java/objenesis-test/objenesis-test-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/objenesis-test/objenesis-test-3.2.ebuild 
b/dev-java/objenesis-test/objenesis-test-3.2.ebuild
index d3ef97a3bf1..a4285de9bf7 100644
--- a/dev-java/objenesis-test/objenesis-test-3.2.ebuild
+++ b/dev-java/objenesis-test/objenesis-test-3.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/easymock/objenesis/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 DEPEND="
>=virtual/jdk-1.8:*



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-05-16 Thread Sam James
commit: 0ed05c7f16221cc9429d82bbf1fb46d0ba548259
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed05c7f

dev-java/tomcat-servlet-api: Stabilize 8.5.65 arm64, #784407

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.65.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.65.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.65.ebuild
index d5d3aa1096e..8846bfbc900 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.65.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.65.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-05-16 Thread Sam James
commit: ab0e79448ebc35c45538a34f8a08ca9839c2763e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0e7944

dev-java/log4j: Stabilize 1.2.17-r3 arm64, #784407

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

 dev-java/log4j/log4j-1.2.17-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/log4j/log4j-1.2.17-r3.ebuild 
b/dev-java/log4j/log4j-1.2.17-r3.ebuild
index 0fa931af9d4..ee8247958b4 100644
--- a/dev-java/log4j/log4j-1.2.17-r3.ebuild
+++ b/dev-java/log4j/log4j-1.2.17-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://apache/logging/${PN}/${PV}/${P}.tar.gz"
 HOMEPAGE="http://logging.apache.org/log4j/;
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux"
 IUSE="javamail jms"
 
 CDEPEND="



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

2021-05-16 Thread Sam James
commit: f3a5269b9ac7c0ae63dac82f8a7a65dc5e2cb89a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a5269b

dev-java/poi: Stabilize 5.0.0 arm64, #784407

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

 dev-java/poi/poi-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/poi/poi-5.0.0.ebuild b/dev-java/poi/poi-5.0.0.ebuild
index 32cac97d164..a87e7cb910a 100644
--- a/dev-java/poi/poi-5.0.0.ebuild
+++ b/dev-java/poi/poi-5.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://poi.apache.org/;
 
SRC_URI="https://archive.apache.org/dist/${PN}/release/src/${PN}-src-${PV}-20210120.tar.gz
 -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 
 # Common dependencies
 # POM: ${P}/sonar/main/pom.xml



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

2021-05-16 Thread Sam James
commit: dfd516e733b4f756ade078a5760ed9681c25d161
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd516e7

dev-java/jackcess: Stabilize 4.0.0 arm64, #784407

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

 dev-java/jackcess/jackcess-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jackcess/jackcess-4.0.0.ebuild 
b/dev-java/jackcess/jackcess-4.0.0.ebuild
index 503f94c45ff..683921e1ae8 100644
--- a/dev-java/jackcess/jackcess-4.0.0.ebuild
+++ b/dev-java/jackcess/jackcess-4.0.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/jahlborn/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 # Common dependencies
 # POM: pom.xml



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

2021-05-16 Thread Sam James
commit: 294861eaf7db3d1db2ef31e9e84aa235472cfd3f
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294861ea

dev-java/slf4j-api: Stabilize 1.7.30-r1 arm64, #784407

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

 dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild 
b/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
index b1522d481d5..ef4a91e9b8c 100644
--- a/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
+++ b/dev-java/slf4j-api/slf4j-api-1.7.30-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/qos-ch/slf4j/archive/refs/tags/v_${PV}.tar.gz -> slf
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 DEPEND="
>=virtual/jdk-1.8:*



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

2021-05-16 Thread Sam James
commit: 3796115548fbf78a4277a02b53728363eb4607ad
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37961155

dev-java/commons-logging: Stabilize 1.2-r3 arm64, #784407

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

 dev-java/commons-logging/commons-logging-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild 
b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
index adffeb36c05..1be76e85241 100644
--- a/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
+++ b/dev-java/commons-logging/commons-logging-1.2-r3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="avalon-framework avalon-logkit log4j servletapi test"
 RESTRICT="!test? ( test ) !servletapi? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 3ddb3e473fca4b291acf4ddbd7c51f3a50629155
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddb3e47

dev-java/commons-collections: Stabilize 4.1-r1 arm64, #784407

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

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

diff --git a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild 
b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
index 3cbb9daf528..228b947a439 100644
--- a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
+++ b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Extends the JCF classes with new interfaces, 
implementations and ut
 HOMEPAGE="https://commons.apache.org/collections/;
 SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz"
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 2362ec8c062d95e744d2d0f0c3c374121f108a42
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2362ec8c

dev-java/commons-codec: Stabilize 1.15 arm64, #784407

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

 dev-java/commons-codec/commons-codec-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-codec/commons-codec-1.15.ebuild 
b/dev-java/commons-codec/commons-codec-1.15.ebuild
index de13bb85fb7..f56a3146485 100644
--- a/dev-java/commons-codec/commons-codec-1.15.ebuild
+++ b/dev-java/commons-codec/commons-codec-1.15.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://apache/commons/codec/source/${P}-src.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 # Compile dependencies
 # POM: ${P}-src/pom.xml



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

2021-05-16 Thread Sam James
commit: 785b584ea3dce33f02af84a2f534a1672fd3c932
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785b584e

dev-java/avalon-logkit: Stabilize 2.1-r9 arm64, #784407

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

 dev-java/avalon-logkit/avalon-logkit-2.1-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/avalon-logkit/avalon-logkit-2.1-r9.ebuild 
b/dev-java/avalon-logkit/avalon-logkit-2.1-r9.ebuild
index f66302f731e..efbc19a52df 100644
--- a/dev-java/avalon-logkit/avalon-logkit-2.1-r9.ebuild
+++ b/dev-java/avalon-logkit/avalon-logkit-2.1-r9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Easy-to-use Java logging toolkit"
 HOMEPAGE="https://avalon.apache.org/closed.html;
 
SRC_URI="https://archive.apache.org/dist/excalibur/avalon-logkit/source/avalon-logkit-${PV}-src.tar.gz;
 
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 LICENSE="Apache-2.0"
 SLOT="2.0"
 IUSE=""



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

2021-05-16 Thread Sam James
commit: 578335f8e3e79058de8f86c47ea999e16180a11b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578335f8

dev-java/avalon-framework: Stabilize 4.2.0-r2 arm64, #784407

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

 dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild 
b/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild
index 71b22b19ab4..b04d776db7a 100644
--- a/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild
+++ b/dev-java/avalon-framework/avalon-framework-4.2.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}-src.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.2"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 CDEPEND="dev-java/avalon-logkit:2.0



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2021-05-16 Thread Sam James
commit: a215a00cb47b68b8eaffcfbbb95486afbd5c43d4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a215a00c

dev-java/tomcat-servlet-api: Stabilize 9.0.45 arm64, #784407

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.45.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.45.ebuild
index 12c59541c7f..6a6fd33a63f 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.45.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.45.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2021-05-16 Thread Sam James
commit: 5c05f6a70a0d2fb032e9ee6712e1a7a34e315d99
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c05f6a7

dev-java/oracle-javamail: Stabilize 1.5.6-r1 arm64, #784407

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

 dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild 
b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
index 8e469d1a6cc..f56700c34be 100644
--- a/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
+++ b/dev-java/oracle-javamail/oracle-javamail-1.5.6-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://java.net/projects/javamail/downloads/download/source/javamail-$
 # either of these
 LICENSE="CDDL GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2021-05-16 Thread Sam James
commit: a618741d658d392a3b67f13a005cd034b0115645
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a618741d

dev-java/commons-io: Stabilize 2.8.0 arm64, #784407

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

 dev-java/commons-io/commons-io-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-io/commons-io-2.8.0.ebuild 
b/dev-java/commons-io/commons-io-2.8.0.ebuild
index 6b1a3a17f7b..730f099a18c 100644
--- a/dev-java/commons-io/commons-io-2.8.0.ebuild
+++ b/dev-java/commons-io/commons-io-2.8.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://commons.apache.org/proper/commons-io/;
 SRC_URI="mirror://apache/commons/io/source/${P}-src.tar.gz -> 
${P}-sources.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
 DEPEND="
>=virtual/jdk-1.8:*



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

2021-05-16 Thread Sam James
commit: e432b53f8c4d36cfdbc7f7285c1585a594f3069e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432b53f

dev-java/objenesis: Stabilize 3.2 arm64, #784407

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

 dev-java/objenesis/objenesis-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/objenesis/objenesis-3.2.ebuild 
b/dev-java/objenesis/objenesis-3.2.ebuild
index 87362be1d57..893f7871507 100644
--- a/dev-java/objenesis/objenesis-3.2.ebuild
+++ b/dev-java/objenesis/objenesis-3.2.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/easymock/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 # Compile dependencies
 # POM: ${P}/main/pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/

2021-05-16 Thread Sam James
commit: 1ff2da5ad2391e255cfa7b38e47c73467ca0b583
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff2da5a

dev-cpp/eigen: Stabilize 3.3.9 arm64, #738380

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

 dev-cpp/eigen/eigen-3.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/eigen/eigen-3.3.9.ebuild b/dev-cpp/eigen/eigen-3.3.9.ebuild
index 2d095c44100..622a094a858 100644
--- a/dev-cpp/eigen/eigen-3.3.9.ebuild
+++ b/dev-cpp/eigen/eigen-3.3.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="MPL-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
 
 RESTRICT="!test? ( test )"



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

2021-05-16 Thread Sam James
commit: b1f783268228e0976a6b192a9ded5e4c3ceba1ff
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:57:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:57:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f78326

media-libs/xine-lib: Stabilize 1.2.11 arm64, #764401

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

 media-libs/xine-lib/xine-lib-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/xine-lib/xine-lib-1.2.11.ebuild 
b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
index 813581de41f..20e65d60692 100644
--- a/media-libs/xine-lib/xine-lib-1.2.11.ebuild
+++ b/media-libs/xine-lib/xine-lib-1.2.11.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
NLS_DEPEND="sys-devel/gettext"
NLS_RDEPEND="virtual/libintl"
 else
-   KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86"
+   KEYWORDS="amd64 arm64 ~hppa ppc ppc64 x86"
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
NLS_IUSE="nls"
NLS_DEPEND="nls? ( sys-devel/gettext )"



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

2021-05-16 Thread Matthias Maier
commit: bd3eb60f46af56a02a5b11976349009cadbcc083
Author: Matthias Maier  gentoo  org>
AuthorDate: Sun May 16 18:56:00 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sun May 16 18:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3eb60f

app-text/barcode: also install static library

Closes: https://bugs.gentoo.org/758491
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthias Maier  gentoo.org>

 .../barcode/{barcode-0.99.ebuild => barcode-0.99-r1.ebuild} | 12 ++--
 .../barcode/files/barcode-0.99-install-static-lib.patch | 13 +
 2 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/app-text/barcode/barcode-0.99.ebuild 
b/app-text/barcode/barcode-0.99-r1.ebuild
similarity index 75%
rename from app-text/barcode/barcode-0.99.ebuild
rename to app-text/barcode/barcode-0.99-r1.ebuild
index bd58bc146e1..40c42b4118d 100644
--- a/app-text/barcode/barcode-0.99.ebuild
+++ b/app-text/barcode/barcode-0.99-r1.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
@@ -14,7 +14,11 @@ KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 RDEPEND="app-text/libpaper"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-fno-common.patch )
+PATCHES=(
+   "${FILESDIR}"/${P}-fno-common.patch
+   "${FILESDIR}"/${P}-install-static-lib.patch
+)
+
 
 src_prepare() {
sed -i -e '/^LDFLAGS =/s:=:+=:' \
@@ -25,3 +29,7 @@ src_prepare() {
 
default
 }
+
+src_configure() {
+   econf --disable-shared
+}

diff --git a/app-text/barcode/files/barcode-0.99-install-static-lib.patch 
b/app-text/barcode/files/barcode-0.99-install-static-lib.patch
new file mode 100644
index 000..44d32d059ce
--- /dev/null
+++ b/app-text/barcode/files/barcode-0.99-install-static-lib.patch
@@ -0,0 +1,13 @@
+--- barcode-0.99_orig/Makefile.am  2020-12-06 15:39:43.270943391 +0100
 barcode-0.99/Makefile.am   2020-12-06 15:40:26.723942515 +0100
+@@ -25,7 +25,9 @@
+ 
+ bin_PROGRAMS = barcode sample
+ 
+-noinst_LTLIBRARIES = libbarcode.la
++lib_LTLIBRARIES = libbarcode.la
++
++include_HEADERS = barcode.h lib/gettext.h
+ 
+ ACLOCAL_AMFLAGS = -I m4
+ 



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

2021-05-16 Thread Sam James
commit: f0ba2cdb17b615af604ecc39f210a4432a5db07a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:56:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:56:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ba2cdb

app-editors/vis: Stabilize 0.7 arm, #768357

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

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

diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild
index cb3bb901689..ae3e241b5b4 100644
--- a/app-editors/vis/vis-0.7.ebuild
+++ b/app-editors/vis/vis-0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz
test? ( 
https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz
 )"
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 IUSE="+ncurses +lua selinux test tre"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



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

2021-05-16 Thread Sam James
commit: bd248d0e17181ed867ad00c0a8fa7c7a0f759e92
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:56:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:56:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd248d0e

net-wireless/bluez: Stabilize 5.58 arm, #790560

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

 net-wireless/bluez/bluez-5.58.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.58.ebuild 
b/net-wireless/bluez/bluez-5.58.ebuild
index 7dce5bec03a..ce174f86bd3 100644
--- a/net-wireless/bluez/bluez-5.58.ebuild
+++ b/net-wireless/bluez/bluez-5.58.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
 IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev user-session"
 
 # Since this release all remaining extra-tools need readline support, but this 
could



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

2021-05-16 Thread Sam James
commit: 41ab58bbe15fdf15ca19581683eeff7a35d906b9
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:56:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ab58bb

app-text/asciidoc: Stabilize 9.0.4-r1 arm, #769209

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

 app-text/asciidoc/asciidoc-9.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild 
b/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
index e9c29e8b527..952821000c6 100644
--- a/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
+++ b/app-text/asciidoc/asciidoc-9.0.4-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/asciidoc-py/asciidoc-py/releases/download/${PV}/${P}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-05-16 Thread Sam James
commit: a9eebf0689c525d36e77528adac1c7872dfacbb4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:56:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:56:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9eebf06

media-libs/libsdl: Stabilize 1.2.15_p20210224 arm, #692388

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

 media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild 
b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
index 5e44f98aec3..21adbc54dc2 100644
--- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL-1.2/archive/${MY_COMMIT}.tar.gz -> SD
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 # WARNING:
 # If you turn on the custom-cflags use flag in USE and something breaks,
 # you pick up the pieces.  Be prepared for bug reports to be marked INVALID.



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

2021-05-16 Thread Sam James
commit: 1a38194f7cfb53e71e3c63414494e59bf732ecbb
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a38194f

media-libs/libsdl: Stabilize 1.2.15_p20210224 amd64, #692388

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

 media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild 
b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
index c3f0301426d..5e44f98aec3 100644
--- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL-1.2/archive/${MY_COMMIT}.tar.gz -> SD
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 # WARNING:
 # If you turn on the custom-cflags use flag in USE and something breaks,
 # you pick up the pieces.  Be prepared for bug reports to be marked INVALID.



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

2021-05-16 Thread Sam James
commit: 9475c52055e5bd20294d667a080375895f443394
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9475c520

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 amd64, #772194

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

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index 10e572024a1..746a3c0932e 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: 7755c6b015a845ed8c70de5906990d032f0f7cad
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7755c6b0

media-libs/sdl-image: Stabilize 1.2.12_p20210314 amd64, #772194

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

 media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild 
b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
index 97de9d342bf..350017328ba 100644
--- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
+++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/

2021-05-16 Thread Sam James
commit: 9ad156d928529dcf11bd8d417e3a4872c2f23daf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad156d9

sci-mathematics/genius: Stabilize 1.0.25 amd64, #722148

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

 sci-mathematics/genius/genius-1.0.25.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/genius/genius-1.0.25.ebuild 
b/sci-mathematics/genius/genius-1.0.25.ebuild
index 94b9f5146e9..c99f76f27f4 100644
--- a/sci-mathematics/genius/genius-1.0.25.ebuild
+++ b/sci-mathematics/genius/genius-1.0.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="doc +gui"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: a985f97d7485f4ed7a0b0ea1c51d8bb66e4ed166
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a985f97d

dev-perl/Redis: Stabilize 1.991.0 amd64, #707072

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

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

diff --git a/dev-perl/Redis/Redis-1.991.0.ebuild 
b/dev-perl/Redis/Redis-1.991.0.ebuild
index 9a34e91891f..aa2e5f2b8c1 100644
--- a/dev-perl/Redis/Redis-1.991.0.ebuild
+++ b/dev-perl/Redis/Redis-1.991.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Perl binding for Redis database"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: 5e49657846e5223299886028e98aae402fded70e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:54:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e496578

net-misc/youtube-dl: Stabilize 2021.04.26 ALLARCHES, #790557

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

 net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild 
b/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild
index 6ca1748400e..3d701ad41fa 100644
--- a/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
 S=${WORKDIR}/${PN}
 
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
 SLOT="0"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: cd15e9e893e700489ea687a794f421114401
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd15e9e8

dev-python/h5py: Stabilize 3.2.1 x86, #781776

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

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

diff --git a/dev-python/h5py/h5py-3.2.1.ebuild 
b/dev-python/h5py/h5py-3.2.1.ebuild
index 89ba32dc7da..8601bd5832b 100644
--- a/dev-python/h5py/h5py-3.2.1.ebuild
+++ b/dev-python/h5py/h5py-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 # disable mpi until mpi4py gets python3_8
 #IUSE="examples mpi"
 IUSE="examples"



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

2021-05-16 Thread Sam James
commit: 9b6702af278cb5a8999c02c6e8a08b4206165459
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:51:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6702af

media-libs/sdl-image: Stabilize 1.2.12_p20210314 x86, #772194

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

 media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild 
b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
index c0ad65d10de..97de9d342bf 100644
--- a/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
+++ b/media-libs/sdl-image/sdl-image-1.2.12_p20210314.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: 01bca52d623d51a2187277054925c516e17b3f26
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:51:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01bca52d

media-libs/libsdl: Stabilize 1.2.15_p20210224 x86, #692388

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

 media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild 
b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
index 65181ee97dc..c3f0301426d 100644
--- a/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
+++ b/media-libs/libsdl/libsdl-1.2.15_p20210224.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL-1.2/archive/${MY_COMMIT}.tar.gz -> SD
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 # WARNING:
 # If you turn on the custom-cflags use flag in USE and something breaks,
 # you pick up the pieces.  Be prepared for bug reports to be marked INVALID.



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

2021-05-16 Thread Sam James
commit: 28a54c7b74bc60868bb3f750e51fc490109aac43
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:51:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a54c7b

media-libs/sdl2-image: Stabilize 2.0.5_p20210328 x86, #772194

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

 media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
index fd36c4b51f1..10e572024a1 100644
--- a/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.0.5_p20210328.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libsdl-org/SDL_image/archive/${MY_COMMIT}.tar.gz ->
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gif jpeg png static-libs tiff webp"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: a0b6dd3820763d05bab2a1e017049d0b3a7ecf02
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b6dd38

x11-wm/i3-gaps: Stabilize 4.19.1 x86, #771243

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

 x11-wm/i3-gaps/i3-gaps-4.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/i3-gaps/i3-gaps-4.19.1.ebuild 
b/x11-wm/i3-gaps/i3-gaps-4.19.1.ebuild
index 861470c91c0..dc83a9324f1 100644
--- a/x11-wm/i3-gaps/i3-gaps-4.19.1.ebuild
+++ b/x11-wm/i3-gaps/i3-gaps-4.19.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Airblader/i3/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/

2021-05-16 Thread Sam James
commit: ab3f045ea25548fcee40e7f270c315daa3c481d4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3f045e

app-accessibility/caribou: Stabilize 0.4.21-r3 x86, #772950

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

 app-accessibility/caribou/caribou-0.4.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild 
b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
index 0481327a484..69622f67cff 100644
--- a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
+++ b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2021-05-16 Thread Sam James
commit: 75f61ea5a4407d051f5316860275811675bc47c9
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:50:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f61ea5

x11-misc/macopix: Stabilize 3.4.0 x86, #769134

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

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

diff --git a/x11-misc/macopix/macopix-3.4.0.ebuild 
b/x11-misc/macopix/macopix-3.4.0.ebuild
index 5183a87da91..530a80225d7 100644
--- a/x11-misc/macopix/macopix-3.4.0.ebuild
+++ b/x11-misc/macopix/macopix-3.4.0.ebuild
@@ -33,7 +33,7 @@ done
 # program itself is GPL-2, and mascots are free-noncomm
 LICENSE="GPL-2 free-noncomm"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="gnutls nls"
 
 RDEPEND="



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

2021-05-16 Thread Sam James
commit: a3e3b65a0025dc74be5b78a56410f71af0463c21
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3b65a

dev-libs/libfstrcmp: Stabilize 0.7-r1 x86, #778446

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

 dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild 
b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
index cc5b6fe41c0..91b138c2f40 100644
--- a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/fstrcmp-0.7.D001"
-KEYWORDS="~amd64 ~arm arm64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 x86"
 
 DEPEND="
sys-apps/groff



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

2021-05-16 Thread Sam James
commit: cc4c61febefeae9b6e03568cb29ca573a4832412
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4c61fe

dev-perl/Redis: Stabilize 1.991.0 x86, #707072

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

 dev-perl/Redis/Redis-1.991.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Redis/Redis-1.991.0.ebuild 
b/dev-perl/Redis/Redis-1.991.0.ebuild
index 76c49747218..9a34e91891f 100644
--- a/dev-perl/Redis/Redis-1.991.0.ebuild
+++ b/dev-perl/Redis/Redis-1.991.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Perl binding for Redis database"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-16 Thread Sam James
commit: cc5f6b92e5263dc5cc04846e7011241002c7fe5a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5f6b92

dev-libs/libudfread: Stabilize 1.1.1 x86, #778446

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

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

diff --git a/dev-libs/libudfread/libudfread-1.1.1.ebuild 
b/dev-libs/libudfread/libudfread-1.1.1.ebuild
index 929ecb363fe..ce7a757f3ad 100644
--- a/dev-libs/libudfread/libudfread-1.1.1.ebuild
+++ b/dev-libs/libudfread/libudfread-1.1.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm arm64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 x86"
 fi
 
 DESCRIPTION="Library for reading UDF from raw devices and image files"



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

2021-05-16 Thread Sam James
commit: f378308903032124a603f43290bc5bcccb7a567c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:50:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3783089

media-libs/svgalib: Stabilize 1.9.25-r8 x86, #778752

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

 media-libs/svgalib/svgalib-1.9.25-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/svgalib/svgalib-1.9.25-r8.ebuild 
b/media-libs/svgalib/svgalib-1.9.25-r8.ebuild
index 6d98ad4c4ef..9fea5896e39 100644
--- a/media-libs/svgalib/svgalib-1.9.25-r8.ebuild
+++ b/media-libs/svgalib/svgalib-1.9.25-r8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.arava.co.il/matan/${PN}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
 IUSE="build +kernel-helper"
 
 MODULE_NAMES="svgalib_helper(misc:${S}/kernel/svgalib_helper)"



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

2021-05-16 Thread Sam James
commit: a9a2fbe3f2b21ea66b4e2f433999812fbb8da94f
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a2fbe3

net-libs/shairplay: Stabilize 0_pre20180824-r1 x86, #778446

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

 net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild 
b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild
index 1e2073dc00d..cee511c1686 100644
--- a/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild
+++ b/net-libs/shairplay/shairplay-0_pre20180824-r1.ebuild
@@ -12,7 +12,7 @@ else
EGIT_COMMIT="096b61ad14c90169f438e690d096e3fcf87e504e"
SRC_URI="https://github.com/juhovh/${PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-   KEYWORDS="~amd64 ~arm arm64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 x86"
 fi
 
 DESCRIPTION="Apple airplay and raop protocol server"



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2021-05-16 Thread Sam James
commit: 942e8b50f71658c68f4cc788e008093d37b39ccf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:52:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942e8b50

media-tv/kodi: Stabilize 19.0 x86, #778446

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

 media-tv/kodi/kodi-19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/kodi/kodi-19.0.ebuild b/media-tv/kodi/kodi-19.0.ebuild
index aae8e4ae5e6..f4b7bb4f4d1 100644
--- a/media-tv/kodi/kodi-19.0.ebuild
+++ b/media-tv/kodi/kodi-19.0.ebuild
@@ -26,7 +26,7 @@ else
MY_PV=${MY_PV/_rc/RC}
MY_P="${PN}-${MY_PV}"
SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~x86"
+   KEYWORDS="~amd64 ~arm arm64 x86"
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/

2021-05-16 Thread Sam James
commit: 9076936db4a5357b880b640f21b3a9cd6ea74612
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 18:50:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 18:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9076936d

dev-cpp/eigen: Stabilize 3.3.9 x86, #738380

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

 dev-cpp/eigen/eigen-3.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/eigen/eigen-3.3.9.ebuild b/dev-cpp/eigen/eigen-3.3.9.ebuild
index 143998b0ad1..2d095c44100 100644
--- a/dev-cpp/eigen/eigen-3.3.9.ebuild
+++ b/dev-cpp/eigen/eigen-3.3.9.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="MPL-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
 
 RESTRICT="!test? ( test )"



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

2021-05-16 Thread Luca Barbato
commit: cf867cff0af5599616242508fb711735b5d81cd7
Author: Luca Barbato  gentoo  org>
AuthorDate: Sun May 16 18:43:32 2021 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Sun May 16 18:43:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf867cff

media-libs/dav1d: Version bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Luca Barbato  gentoo.org>

 media-libs/dav1d/Manifest   |  1 +
 media-libs/dav1d/dav1d-0.9.0.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest
index 80edb5cf83e..347317dbde0 100644
--- a/media-libs/dav1d/Manifest
+++ b/media-libs/dav1d/Manifest
@@ -1,2 +1,3 @@
 DIST dav1d-0.8.0.tar.bz2 668627 BLAKE2B 
6f45c6b0011acb74bb26fa201e667b16dbf8b691a2bc5d2043517381ca58132fa29ee828841609762737ac8637948b2bd4bac9e2c1d2ca23b1d3ad23f5883875
 SHA512 
906481ce5b9ce99cef2723c4c2466ba762095b9f88caccd42dcabfd4800964d7cd142736de1bf2ef25b631ee01eb26f7f1ac1754fc161b8fb7192e104df10e28
 DIST dav1d-0.8.2.tar.bz2 695931 BLAKE2B 
cfe7667e583e05f8fd84b226a26ea23a901336fd8cf62900b47cd6b3bf92f8fe58d14224d1e063cc3bf7abdb17da437d291dc3f604cb68e99fc0615619f76880
 SHA512 
73335594950b08596356a1950213abf57c6d48060da37149e700565f9689ca82b7427e320040bf43b2e97eff7b6da7116a6aca77cb717f7ce140039ebdae5595
+DIST dav1d-0.9.0.tar.bz2 771739 BLAKE2B 
9cf24b142a1148200766a1a20010ff14d1baec507a7ecb477117826784b668178ba753049abf316aacbe1b957340c157f960f748ab8e6f74caf567edba2be3a9
 SHA512 
cfbfa4cb4508e1b975d7247bf0fa09d3b7adfd224adcf181153365677237b98a6d53b0b7bb91055a26e5668d58b3dcda5f675f68aceb1b020d14b53c4488575e

diff --git a/media-libs/dav1d/dav1d-0.9.0.ebuild 
b/media-libs/dav1d/dav1d-0.9.0.ebuild
new file mode 100644
index 000..38fc32f1023
--- /dev/null
+++ b/media-libs/dav1d/dav1d-0.9.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SCM=""
+if [[ "${PV}" == "" ]]; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d;
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2;
+fi
+
+inherit ${SCM} meson ninja-utils multilib-minimal
+
+DESCRIPTION="dav1d is an AV1 Decoder :)"
+HOMEPAGE="https://code.videolan.org/videolan/dav1d;
+
+LICENSE="BSD-2"
+SLOT="0/5"
+IUSE="+8bit +10bit +asm"
+
+ASM_DEPEND=">=dev-lang/nasm-2.14.02"
+BDEPEND="asm? (
+   abi_x86_32? ( ${ASM_DEPEND} )
+   abi_x86_64? ( ${ASM_DEPEND} )
+   )"
+
+DOCS=( README.md doc/PATENTS THANKS.md )
+
+multilib_src_configure() {
+   local -a bits=()
+   use 8bit  && bits+=( 8 )
+   use 10bit && bits+=( 16 )
+
+   local enable_asm
+   if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then
+   enable_asm=false
+   else
+   enable_asm=$(usex asm true false)
+   fi
+
+   local emesonargs=(
+   -D bitdepths=$(IFS=,; echo "${bits[*]}")
+   -D enable_asm=${enable_asm}
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+multilib_src_test() {
+   if multilib_is_native_abi ; then
+   meson_src_test
+   fi
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}



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

2021-05-16 Thread Luca Barbato
commit: 47ad5765384f5f734176e5717bf79d3c03e259da
Author: Luca Barbato  gentoo  org>
AuthorDate: Sun May 16 18:40:56 2021 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Sun May 16 18:41:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ad5765

dev-util/cargo-c: Version bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Luca Barbato  gentoo.org>

 dev-util/cargo-c/Manifest |  32 +++
 dev-util/cargo-c/cargo-c-0.8.1.ebuild | 173 ++
 2 files changed, 205 insertions(+)

diff --git a/dev-util/cargo-c/Manifest b/dev-util/cargo-c/Manifest
index 2c9e10a6ed3..d0c4e1e2338 100644
--- a/dev-util/cargo-c/Manifest
+++ b/dev-util/cargo-c/Manifest
@@ -3,6 +3,7 @@ DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e64656907
 DIST adler32-1.0.4.crate 5105 BLAKE2B 
344a5258e77328a24a545e32f9bc653fa25b7ea43803ed7861db261bce227aa1599520a42acea3de1f2acebb8fa9fad251e2688413b752eafe2401ca1a2ee34a
 SHA512 
5990e1e277a1c3aae5adef5e4601b807a756a40e88578bb91f1c70d70babfa97fb3f2c1b963482ec8e18c16d5e722bf90fb42f9646c8dd840373f28965a2d123
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
 DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST anyhow-1.0.27.crate 26395 BLAKE2B 
f510c352ba6cb6be2e20d40e176bd48f7bf39dff4a0be288f54da60346f2fcb9b6376a4f139fbe13a9178ec8feb58a28badc209814d6ed9d1decd7b327ac8a4b
 SHA512 
ed880d594fa5d17f14abecee56f7b2742b9ceb744bf8548c99c0ac6f3880f761df657959ecf512d7d194f75055db668eaf1a8306876d596b471b12ccffb8c959
 DIST anyhow-1.0.38.crate 30417 BLAKE2B 
168c6692fa669e90bba848bbb830fcd18ef2e2359a6f0f6b0ac8a20666b9c8416ac79e20d1b31e7230e261284502ede8091adc6b8cfdb462e8c4ad57a2cad651
 SHA512 
3f6229fd9d284053f348f8180f9b1f1c1f1b711b733ff9a331b2f16ad6dd0c46a38ec17c8c8257981209230ba769b7cce349b64bb7f6f8ea6150ab9d6e483b8c
@@ -16,18 +17,22 @@ DIST bitmaps-2.1.0.crate 16717 BLAKE2B 
817045077c198a84d114f68474b14515309bf56ab
 DIST bstr-0.2.12.crate 344435 BLAKE2B 
b55a55be4875d9aefcff0091be82d80a19c1c92d5d6e17b751dd41bebd37f6a5f72d884fa8a70e829905baf3526ce4d854b162d10d894573dd2801ed030460e9
 SHA512 
2d14ac85274814bb29439acf67c3aaf84ac32ad361dd6d2cbca58bf571c968f594eeb1443a632b625296929b84047652fc60ec39983c110737ba1950d88bce89
 DIST bstr-0.2.14.crate 345490 BLAKE2B 
96095cf4d70d88cd5cb4a61bd0e72a673933c7d1d95b713bd44375e739037ae12451602fa539ebf98e73d39a6786728ad145e882117b98108d945ba96b810e83
 SHA512 
de62c0f31ad672f90a8038fa163c7cdaf474b35ec24592aee5549af7c76d43e6ed00f8d7237e15ab27576c27a7232033a217955de6a0a3b40c83661b3a7e1e8a
 DIST bstr-0.2.15.crate 344206 BLAKE2B 
3a4f24d2a039f7aeee3b6fcbfcc2fa72f1ef8a06ff8bc039af055739436655851565a57e5a4f86a7984b00ee7598c1fbdf26f3302929f91d7efb1327fd36eb57
 SHA512 
6e464ca1aec722a283759ff6978bab1769dfc8d61aa683f8e4c59bd69c7be2fe86c5470f4c54457871c6640e2d50b6b882747ec567098eb78e62f7cb07cb93a2
+DIST bstr-0.2.16.crate 330346 BLAKE2B 
75a345f3a5d428ec7278cd10fa676f5bb72685c65c4fe68163943cf3142b43ac45d458bce9323447b201ffcc91aa82cd8c762cb1954c055e34b1a5cebc686ee8
 SHA512 
33e82e5637efdc2f404ab9405331ae135df12586785491c3e61e70ea8406c67e2109e550cc70a4ab8e95d054e8519c48257fd3b55ef0b67b2530914a9a0b0fac
 DIST bytesize-1.0.0.crate 7522 BLAKE2B 
cd4f9687753ec1ea4e7435f34b64afdf6e5534d33515d00c413da37081dea57eb76b2f3b8e001e65ca40908efccddcfa458ce1e3b5974aa79232567d9df7faff
 SHA512 
a8837bc05efbf6faf55ce76cffb0f8ef2f47baad2f65875da246f4a8f1052af0fcd8f156950deac0e57e015183d740e0d8ced1e6da1aaecf03244ad370d926b8
 DIST bytesize-1.0.1.crate 7629 BLAKE2B 
c1f969f809abf5ac432e8590158781c26d11448ff0590647f2d60ad62d416a9f93e8bf1d5a650a40cac21bda90310c02f323bcc4fd1e2ee122de1588aff29352
 SHA512 
99a11059c27ed3c0279acafff1c0fa27fb7e5021876d2ad3a79ff8f31030fdc8a1b5969063ec6578499412804564cd3cb325c9198196bd4a078225a47179f605
 DIST 

[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/python-btrfs/

2021-05-16 Thread Steven Davies
commit: cda326bc4e2c42f159312ec9347ae5678f23cfc0
Author: Steven Davies  steev  me  uk>
AuthorDate: Sun May 16 18:38:11 2021 +
Commit: Steven Davies  steev  me  uk>
CommitDate: Sun May 16 18:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cda326bc

sys-fs/python-btrfs: Version bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Steven Davies  steev.me.uk>

 sys-fs/python-btrfs/Manifest   |  1 +
 sys-fs/python-btrfs/python-btrfs-13.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sys-fs/python-btrfs/Manifest b/sys-fs/python-btrfs/Manifest
index c97445d33..6ef6e6aeb 100644
--- a/sys-fs/python-btrfs/Manifest
+++ b/sys-fs/python-btrfs/Manifest
@@ -1 +1,2 @@
 DIST python-btrfs-12.tar.gz 92369 BLAKE2B 
bc899900c4d436ca4ad940247ac6edc9022f09f604c4c9b78288065e8950a9ba86147d1d9992e2410edb9907a2e7748467b1ae92d33b21c6e7ab9149c84431e3
 SHA512 
93d7ac4b0c8cc62e5a89b0ffd269695c2c52a4111385ec00d2cb467b6d1c35e59a450c128ca4ddedf91955f51962092ec2e2431ce3d9243d25beeaa2d2ec38ac
+DIST python-btrfs-13.tar.gz 93110 BLAKE2B 
286e5d1d9aa66ce5072f2fe144b2da6bbcde65dd90eb21efe1eb69b9aaa3230d76e8b8baffcfd269ce5d53e1004b5fc6c5546125bc1a5c26413ba8abc66f068a
 SHA512 
5117b9c6542fe191eccbed56a15bb5d8eadc2d3c0edd986a3e1a33d0b63f58c3db5e7f6d234c43a83d1cc74eea3e106c5882a92926c3087601edc36e6672721f

diff --git a/sys-fs/python-btrfs/python-btrfs-13.ebuild 
b/sys-fs/python-btrfs/python-btrfs-13.ebuild
new file mode 100644
index 0..f61c7435f
--- /dev/null
+++ b/sys-fs/python-btrfs/python-btrfs-13.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS="no"
+
+inherit distutils-r1
+
+DESCRIPTION="Python 3 module to inspect btrfs filesystems"
+HOMEPAGE="https://github.com/knorrie/python-btrfs;
+SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   use examples && local DOCS=( README.md CHANGES examples )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-05-16 Thread Georgy Yakovlev
commit: f841270df08aafc187a762118c8d87f254926a35
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:26:07 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f841270d

profiles/arch/powerpc/ppc64/64le: unmask radeonsi mesa driver

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

 profiles/arch/powerpc/ppc64/64le/package.use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
index a895ca6f6dd..aae03ed6a79 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
@@ -6,7 +6,3 @@
 # openjfx:11 probably will neither
 dev-java/openjdk:8 javafx
 dev-java/openjdk:11 javafx
-
-# Georgy Yakovlev  (2019-08-15)
-# deps are not yet stable on ppc64
-media-libs/mesa llvm video_cards_radeonsi



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-05-16 Thread Georgy Yakovlev
commit: f98b2db726c83d2418e5fd853020d0763c27df79
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:23:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b2db7

profiles/arch/powerpc/ppc64/64le: remove vulkan related stable masks

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

 profiles/arch/powerpc/ppc64/64le/package.use.stable.mask | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
index 7672dc89518..a895ca6f6dd 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.use.stable.mask
@@ -7,17 +7,6 @@
 dev-java/openjdk:8 javafx
 dev-java/openjdk:11 javafx
 
-# Georgy Yakovlev  (2020-02-27)
-# vulkan tested and works on ppc64le, but not stabilized yet
-dev-qt/qtdeclarative vulkan
-dev-qt/qtgui vulkan
-dev-qt/qtwayland vulkan
-media-libs/mesa vulkan vulkan-overlay
-media-libs/libsdl2 vulkan
-media-video/mpv vulkan
-media-video/pipewire vulkan
-media-video/vlc libplacebo
-
 # Georgy Yakovlev  (2019-08-15)
 # deps are not yet stable on ppc64
 media-libs/mesa llvm video_cards_radeonsi



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ast/

2021-05-16 Thread Georgy Yakovlev
commit: 62d86c7a207b27f544630f61bfb7d8f0b44d27d8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:18:41 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d86c7a

x11-drivers/xf86-video-ast: stabilize on ppc64

works on both endians, but on big-endian white has a bit of pink in it
not critical though.
those cards are soldered into Talos II and Blackbird boards, so the
driver is well tested

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

 x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild 
b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
index 4093c3e7fd2..ff7da2486ff 100644
--- a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
+++ b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild
@@ -8,4 +8,4 @@ inherit xorg-3
 DESCRIPTION="X.Org driver for ASpeedTech cards"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-05-16 Thread Georgy Yakovlev
commit: c0eddea0ff6589b2ab8fdab447bec9b22fc1fc17
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:15:40 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eddea0

profiles/arch/powerpc/ppc64/64le: stable-unmask amdgpu

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

 profiles/arch/powerpc/ppc64/64le/use.stable.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
index 467a9aa9e7e..ed130681514 100644
--- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
@@ -13,5 +13,4 @@ dist-kernel
 
 # Georgy Yakovlev  (2019-08-14)
 # works on ppc64le, but not yet stable
-video_cards_amdgpu
 video_cards_ast



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

2021-05-16 Thread Georgy Yakovlev
commit: 57311601ce2061fe90a1bf7d952cca1ca21712e7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:23:33 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57311601

media-libs/libplacebo: stabilize on ppc64

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

 media-libs/libplacebo/libplacebo-2.43.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libplacebo/libplacebo-2.43.0.ebuild 
b/media-libs/libplacebo/libplacebo-2.43.0.ebuild
index d9a29bf5419..d16eba18f61 100644
--- a/media-libs/libplacebo/libplacebo-2.43.0.ebuild
+++ b/media-libs/libplacebo/libplacebo-2.43.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
@@ -7,7 +7,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git;
inherit git-r3
 else
-   KEYWORDS="amd64 ~ppc64 x86"
+   KEYWORDS="amd64 ppc64 x86"

SRC_URI="https://code.videolan.org/videolan/libplacebo/-/archive/v${PV}/libplacebo-v${PV}.tar.gz;
S="${WORKDIR}/${PN}-v${PV}"
 fi



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/

2021-05-16 Thread Georgy Yakovlev
commit: 7d89cd6ae052581e21ea78e8b5779c964d6eeb3f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:10:07 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d89cd6a

x11-libs/libva: stabilize on ppc64

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

 x11-libs/libva/Manifest| 2 +-
 x11-libs/libva/libva-2.10.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
index 5a80f469f0e..fd8ca63d261 100644
--- a/x11-libs/libva/Manifest
+++ b/x11-libs/libva/Manifest
@@ -1,8 +1,8 @@
 DIST libva-2.10.0.tar.bz2 484741 BLAKE2B 
9c3912d5337d3624af9ffc537a972479385285413712948159641d10b60a39b60754b3bc6467a0508a878df29be23c0e2bace488bdf9047f3e162ca0b573fa5f
 SHA512 
9225120f17e0d935927cb0046c3a6086c776beac71a8ef7fd800d2c6a721d0e28a13be89221c5ef3cca1634317aaa2a513554ccf25a54f25b2a339603c4a11a1
+DIST libva-2.11.0.tar.gz 252204 BLAKE2B 
b56c47296493a9ecce7758661386d98d9a47082d8f16ab3b352f84591291e85aefc336a209433a901f7c4be1f54570221e9955666b22125740cc060542099394
 SHA512 
592df16bca06c93d252d27b2105032f020b0ca30f7937533918a497f385ec59b8a1e19c5d89047c197ddc1aab056128ab114b9ec29de3e968cb96bfa8d85f02a
 DIST libva-2.5.0.tar.bz2 459677 BLAKE2B 
d6e5bf94bcbda0a724634164bd8cf91efbdbe36120e62e7e7eefcd749afffec1950d8904318b472c81ae07490c559c68b0853725c654a08592457118cd5d6a83
 SHA512 
ffaeb9cf8ed1f93073c1cb3e58f5b3d3612e81622d02f8e428c089f625d4370b496b7681ac2fc2823c48670c9fd3da50893b1db51de768cf0f5d866e2ee78106
 DIST libva-2.6.1.tar.bz2 466497 BLAKE2B 
d4ea6e6d0102722206d94725932f0b3cf650bab3f02235f4c627dc83e5417b786f9524430d793f1067d002a0c9d7cbc92a7c740383c698d225a14946e1bb90ba
 SHA512 
b57f0c0dda5ebadc92f56bc7fb835c2931cafffca9413fb4d244ea1dd47b603376323e6bebf144ccb2d2cf3499c64b101f8e03ff1809bd81242718d224d2d17d
 DIST libva-2.7.1.tar.bz2 477933 BLAKE2B 
261e608af3f1427bed0244d4ebbc0d3ffe5681669ecb3583a8910568bc96817b8da079ffe80915ecf1002f9ac247eea5e44f8f7ce305313719fc1a4f1c5892b3
 SHA512 
f4b88ca0216f0ea4d934edcd322b8f741833b5a50ee2f34a3ecf60d635082b29e2dd032734c2f9d2a680e3b9c98e61a8b9432ea639a9fd5389761e04782c1126
 DIST libva-2.8.0.tar.bz2 478734 BLAKE2B 
b11393a9b9ec7ef4cf91d20d4005d42ad3d0e6a4a8e4d8cda67816bc5b9d3b23900754b5e8af92386dcf99a11e53af70fc4723ffecc715328c8fbf3d40486098
 SHA512 
329c5fc2262a6f4fddfcb13bd9644589248be6ae18fa14816b33874b91b60ad3f16a112f7a4817ba576db984834aa8735e6ad13d99b2f5aa13e9ddfa
 DIST libva-2.9.0.tar.bz2 481556 BLAKE2B 
5509f3d7df11a11602331a3b6bb78d3a5d3dfbeff024eaa77594918c49cd48ec9e8ee017d8ac7b4aa1dbd3252a23caecce9a10a8a9e12ef4c483a8a34e028b20
 SHA512 
496358b73cd525d8c9dc1fcf3dbf992ec997ecc8f7be31f0e226ded173aecf29d8d4b60cc7cc5ee7beac538061659841145f67f449a03a04236a6ee7ae6f8323
 DIST libva-2.9.1.tar.gz 240934 BLAKE2B 
76333a9ce78783c3d94798a19ea6a52d95768ca7e5a547094290313d4f5c610841787d4420d19e0553174933beaf5fbf68e7e849ad38682173f670de0d9a76e5
 SHA512 
79fd0b41795ac5de68bdd6470389fad6caf016fa4a44f2cd775c0a65d6d8f270a7e237d3b2e42a90376c103d2d2e2c010fe47835c7a15d79b94beaced02a2884
-DIST libva-2.11.0.tar.gz 252204 BLAKE2B 
b56c47296493a9ecce7758661386d98d9a47082d8f16ab3b352f84591291e85aefc336a209433a901f7c4be1f54570221e9955666b22125740cc060542099394
 SHA512 
592df16bca06c93d252d27b2105032f020b0ca30f7937533918a497f385ec59b8a1e19c5d89047c197ddc1aab056128ab114b9ec29de3e968cb96bfa8d85f02a

diff --git a/x11-libs/libva/libva-2.10.0.ebuild 
b/x11-libs/libva/libva-2.10.0.ebuild
index e5936f8fb8a..f25b39d46be 100644
--- a/x11-libs/libva/libva-2.10.0.ebuild
+++ b/x11-libs/libva/libva-2.10.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]] ; then
EGIT_REPO_URI="https://github.com/intel/libva;
 else

SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2;
-   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2021-05-16 Thread Georgy Yakovlev
commit: a0016d14b9792359b1cec72ade3dfcc78efb314a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:11:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0016d14

profiles/arch/powerpc/ppc64/64le: unmask USE=vaapi

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

 profiles/arch/powerpc/ppc64/64le/use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask 
b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
index f0718dbcb02..467a9aa9e7e 100644
--- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
@@ -11,10 +11,6 @@ python_targets_python3_10
 # Prebuilt kernel rebuilds are supported on stable yet.
 dist-kernel
 
-# Georgy Yakovlev  (2020-01-21)
-# works, but deps not stable yet
-vaapi
-
 # Georgy Yakovlev  (2019-08-14)
 # works on ppc64le, but not yet stable
 video_cards_amdgpu



[gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/

2021-05-16 Thread Georgy Yakovlev
commit: d7a84e8d89388e07b7b9f5ad0ca6eb8140497d06
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun May 16 17:10:45 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun May 16 18:33:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a84e8d

media-video/libva-utils: stabilize on ppc64

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

 media-video/libva-utils/libva-utils-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/libva-utils/libva-utils-2.4.0.ebuild 
b/media-video/libva-utils/libva-utils-2.4.0.ebuild
index d415c24deb9..81e7d37861c 100644
--- a/media-video/libva-utils/libva-utils-2.4.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.4.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Collection of utilities and tests for VA-API"
 HOMEPAGE="https://01.org/linuxmedia/vaapi;
 if [[ ${PV} != ** ]] ; then

SRC_URI="https://github.com/intel/libva-utils/releases/download/${PV}/${P}.tar.bz2;
-   KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



<    1   2   3   4   5   >