[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-02-16 Thread Stephan Hartmann
commit: db73ca5f2b0a62158f767bf10c8bd0080f4c50ac
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Feb 17 07:48:23 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Feb 17 07:48:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db73ca5f

www-client/microsoft-edge-dev: bump to 90.0.796.0

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-90.0.796.0.ebuild   | 114 +
 2 files changed, 115 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 17bf2a62832..aaf7cc3b156 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,2 +1,3 @@
 DIST microsoft-edge-dev_90.0.782.0-1_amd64.deb 92059528 BLAKE2B 
0aeeb727aeb085798ac71d05c3adb26984cb2c967386828fe65f73cdd7a53016383b4215e70829cbc38a6a3ddcdd962234dc94ccd34cb48e1a5736e0001ad9e1
 SHA512 
606e7a6464b6ed8d1d77125636717614bba33aed7a38f9f5933ef3f4597c763e9a373db452feae8a34de1efbce9afa59264d34992473bc620a095f91a6187bb6
 DIST microsoft-edge-dev_90.0.789.1-1_amd64.deb 93474640 BLAKE2B 
af605f76f2d1234f866b0f222f56bb616bb7699120201b445b153ad32ea4c2ab3f988cc444776f95b505589a65a805467816116c99d746f281f47a5698ca95c8
 SHA512 
f6d8860e9171749fe4dbe84003d03297fb98ed3a034446a5085268b73eed3eb02e96c0c33deed02ae54d14e1c4d86921579d8ccf29320e740aa8e71c93680342
+DIST microsoft-edge-dev_90.0.796.0-1_amd64.deb 93188494 BLAKE2B 
3049db63838884f9919b25a1325012bddfa936bab4d090f8f9df2d6b79afd5b83d315673e8f9b656280a7c71a408ca1d2049c4c12db2fc24086f8638daf47889
 SHA512 
d2705b7b557ff4fdc49bc10b79ca1d0a40bd486e961a373da7302be3cb060a6f1d9ac5142a60fca10ab2e45e18e0b28589497d833e72b2d4bac138e9cf275a3b

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-90.0.796.0.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-90.0.796.0.ebuild
new file mode 100644
index 000..8b9535ac799
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-90.0.796.0.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg-utils
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   KEYWORDS="-* amd64"
+   MY_PN=${PN}-stable
+else
+   KEYWORDS="-* ~amd64"
+   MY_PN=${PN}
+fi
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/wget
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2021-02-16 Thread Sergei Trofimovich
commit: 7ae0eacb6795051de5d377c87c5615e1b164f3de
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 17 07:35:34 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 17 07:36:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae0eacb

app-doc/doxygen: stable 1.9.1 for sparc

stable wrt bug #768921

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-doc/doxygen/doxygen-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild 
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index c44b0d62387..60adc946db8 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"



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

2021-02-16 Thread Sergei Trofimovich
commit: ca1e38fac992413686adb61d4d7ea0f1f4e4e198
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 17 07:34:07 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 17 07:36:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1e38fa

app-text/dblatex: keyworded 0.3.11-r1 for hppa

keyworded wrt bug #766186

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild 
b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
index 19c45bd966b..53b5cafc6a3 100644
--- a/app-text/dblatex/dblatex-0.3.11-r1.ebuild
+++ b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${P}py3.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~ia64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc64 ~sparc x86"
 IUSE="inkscape"
 
 RDEPEND="



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

2021-02-16 Thread Alfredo Tupone
commit: a3e8774a6625fae44f96745e0f5c42bf39b96940
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Feb 17 06:58:06 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 17 06:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e8774a

dev-lang/ocaml: migrate to EAPI 7

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

 dev-lang/ocaml/ocaml-4.05.0-r1.ebuild  | 130 -
 ...aml-4.05.0-r2.ebuild => ocaml-4.05.0-r3.ebuild} |  31 ++---
 2 files changed, 17 insertions(+), 144 deletions(-)

diff --git a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild 
b/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
deleted file mode 100644
index f1e64c43cda..000
--- a/dev-lang/ocaml/ocaml-4.05.0-r1.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic eutils multilib versionator toolchain-funcs
-
-PATCHLEVEL="9"
-MY_P="${P/_/-}"
-DESCRIPTION="Type-inferring functional programming language descended from the 
ML family"
-HOMEPAGE="https://ocaml.org;
-SRC_URI="https://github.com/ocaml/ocaml/archive/${PV/_/+}.tar.gz -> 
${MY_P}.tar.gz
-   mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="QPL-1.0 LGPL-2"
-# Everytime ocaml is updated to a new version, everything ocaml must be 
rebuilt,
-# so here we go with the subslot.
-SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="emacs flambda latex ncurses +ocamlopt spacetime X xemacs"
-
-RDEPEND="
-   sys-libs/binutils-libs:=
-   ncurses? ( sys-libs/ncurses:0= )
-   spacetime? ( sys-libs/libunwind:= )
-   X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-PDEPEND="emacs? ( app-emacs/ocaml-mode )
-   xemacs? ( app-xemacs/ocaml )"
-
-S="${WORKDIR}/${MY_P}"
-pkg_setup() {
-   # dev-lang/ocaml creates its own objects but calls gcc for linking, 
which will
-   # results in relocations if gcc wants to create a PIE executable
-   if gcc-specs-pie ; then
-   append-ldflags -nopie
-   ewarn "Ocaml generates its own native asm, you're using a PIE 
compiler"
-   ewarn "We have appended -nopie to ocaml build options"
-   ewarn "because linking an executable with pie while the objects 
are not pic will not work"
-   fi
-}
-
-src_prepare() {
-   EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-   epatch "${FILESDIR}/${PN}-4.04.2-tinfo.patch" #459512
-}
-
-src_configure() {
-   export LC_ALL=C
-   local myconf=""
-
-   # Causes build failures because it builds some programs with -pg,
-   # bug #270920
-   filter-flags -fomit-frame-pointer
-   # Bug #285993
-   filter-mfpmath sse
-
-   # -ggdb3 & co makes it behave weirdly, breaks sexplib
-   replace-flags -ggdb* -ggdb
-
-   # It doesn't compile on alpha without this LDFLAGS
-   use alpha && append-ldflags "-Wl,--no-relax"
-
-   use ncurses || myconf="${myconf} -no-curses"
-   use X || myconf="${myconf} -no-graph"
-   use flambda && myconf="${myconf} -flambda"
-   use spacetime && myconf="${myconf} -spacetime"
-
-   # ocaml uses a home-brewn configure script, preventing it to use econf.
-   RAW_LDFLAGS="$(raw-ldflags)" ./configure \
-   --prefix "${EPREFIX}"/usr \
-   --bindir "${EPREFIX}"/usr/bin \
-   --target-bindir "${EPREFIX}"/usr/bin \
-   --libdir "${EPREFIX}"/usr/$(get_libdir)/ocaml \
-   --mandir "${EPREFIX}"/usr/share/man \
-   -target "${CHOST}" \
-   -host "${CBUILD}" \
-   -cc "$(tc-getCC)" \
-   -as "$(tc-getAS)" \
-   -aspp "$(tc-getCC) -c" \
-   -partialld "$(tc-getLD) -r" \
-   --with-pthread ${myconf} || die "configure failed!"
-
-   # http://caml.inria.fr/mantis/view.php?id=4698
-   export CCLINKFLAGS="${LDFLAGS}"
-}
-
-src_compile() {
-   emake world
-
-   # Native code generation can be disabled now
-   if use ocamlopt ; then
-   # bug #279968
-   emake opt
-   emake -j1 opt.opt
-   fi
-}
-
-src_test() {
-   if use ocamlopt ; then
-   emake -j1 tests
-   else
-   ewarn "${PN} testsuite requires ocamlopt useflag"
-   fi
-}
-
-src_install() {
-   emake BINDIR="${ED}"/usr/bin \
-   LIBDIR="${ED}"/usr/$(get_libdir)/ocaml \
-   MANDIR="${ED}"/usr/share/man \
-   install
-
-   # Symlink the headers to the right place
-   dodir /usr/include
-   dosym /usr/$(get_libdir)/ocaml/caml /usr/include/caml
-
-   dodoc Changes README.adoc
-
-   # Create and envd entry for latex input files
-   if use 

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

2021-02-16 Thread Theo Anderson
commit: 31efcfdfb0fe3c260cb0ab47dc9d9b7d1a329bea
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Feb 17 06:39:26 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Feb 17 06:39:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31efcfdf

media-gfx/qfontviewer: specify m-n

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 media-gfx/qfontviewer/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/qfontviewer/metadata.xml 
b/media-gfx/qfontviewer/metadata.xml
index 2a8b2142..231c0fe3 100644
--- a/media-gfx/qfontviewer/metadata.xml
+++ b/media-gfx/qfontviewer/metadata.xml
@@ -1,6 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   

alopatindev/qfontviewer




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

2021-02-16 Thread Haelwenn Monnier
commit: 4a4ca9bf13c36224d924fa88c4ec56ca1e20
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Feb 17 06:36:59 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Feb 17 06:36:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a4ca9bf

media-gfx/qfontviewer: Make repoman happy

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-gfx/qfontviewer/metadata.xml | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/media-gfx/qfontviewer/metadata.xml 
b/media-gfx/qfontviewer/metadata.xml
new file mode 100644
index ..2a8b2142
--- /dev/null
+++ b/media-gfx/qfontviewer/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   alopatindev/qfontviewer
+   
+



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2021-02-16 Thread Eray Aslan
commit: 836e6c91a26fed35c2864f7f695220487142b503
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Feb 17 06:33:42 2021 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Feb 17 06:33:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e6c91

mail-mta/postfix: bump to 3.6_pre20210215

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

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.6_pre20210201.ebuild => postfix-3.6_pre20210215.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 4195d2db75e..0c14ab27c58 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,3 +1,3 @@
 DIST postfix-3.5.8.tar.gz 4614733 BLAKE2B 
13166e854f70987f981bb5e7e5dabfaa73b3170ab16fc1ff8f70f6b98a0697ac980bdf74bbfb39fdfd1972f922a31a28882b1575b79fd8f01d81e08e68d756bc
 SHA512 
0abb07d99e343b76e6a26b4a090af9d592f4dfd03c8c737cc72bfb0f4267dafcbb0cb0aa7b6255f8b834c9289d89a5c47b167be3758239309937cb77e0d9464b
 DIST postfix-3.5.9.tar.gz 4620852 BLAKE2B 
66a7bd71e7f74c8f25963ed8d41f04f1f95e060fd23c848065a0e947e766efe058e6593ed8ce1f69528f5b2e9868756d0ea0622b3d77486852882622dd3bb872
 SHA512 
9ff3a33cdd5811e470d5c6cfa896fa76e4d3257b139deec5f420d18e34232f327b7c8496c5d13566c6f9ae1fdf8719feb9981372b2869b0208a2eb3a1daaeadd
-DIST postfix-3.6-20210201.tar.gz 4697647 BLAKE2B 
2fb191452bcaaf10dc6acafbd3ad778adbb4f626a66e654236d34d3b858ef745418cf089f2b4221ebd0c0c244896e3974a93e148d3a22041559ef9ec418eb762
 SHA512 
6c9be4d4d9263db713e6237632abbfc926f0ecc18d5815d15f5c64bc3c92a5c878ec96464228680f00aff4fecf5aa7e5779edf0a1ab263b574ba1a0dbdebda04
+DIST postfix-3.6-20210215.tar.gz 4684983 BLAKE2B 
ada7cca55793cfdff783d158cf48ff7e631bb37853055ca13fbe5be8e98c02d2fadbffb527bcb2a212967509526cc93aa98fe6298317d2901878c009f291608c
 SHA512 
cb90c0d31dfc096a6846ee916122cc394c47d317143b5680a6ea26da25f0fe28bf7195e1dfbc1b3db731508988292413ff40baf5fb22fff3b247489fed2584eb

diff --git a/mail-mta/postfix/postfix-3.6_pre20210201.ebuild 
b/mail-mta/postfix/postfix-3.6_pre20210215.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.6_pre20210201.ebuild
rename to mail-mta/postfix/postfix-3.6_pre20210215.ebuild



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

2021-02-16 Thread Hans de Graaff
commit: c5494192533520d0fbc84e1b34b0c48f7f65cbcd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 17 05:45:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 17 05:45:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5494192

dev-ruby/iobuffer: EAPI=7; fix extension install

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

 dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild 
b/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild
new file mode 100644
index 000..4e51dbd9bbf
--- /dev/null
+++ b/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC=iobuffer.gemspec
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+GITHUB_USER="tarcieri"
+
+DESCRIPTION="IO::Buffer is a byte queue which is intended for non-blocking I/O 
applications"
+HOMEPAGE="https://github.com/tarcieri/iobuffer;
+SRC_URI="https://github.com/${GITHUB_USER}/iobuffer/tarball/v${PV} -> 
${PN}-git-${PV}.tgz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RUBY_S="${GITHUB_USER}-${PN}-*"
+
+all_ruby_prepare() {
+   rm .rspec lib/.gitignore Gemfile* || die
+}
+
+each_ruby_configure() {
+   each_fakegem_configure
+
+   sed -i -e "s/^ldflags  = /ldflags = $\(LDFLAGS\) /" ext/Makefile || die
+}



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

2021-02-16 Thread Hans de Graaff
commit: f8ecd28b26199e373eefd8783a6717fc8d5daa46
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 17 05:45:36 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 17 05:45:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ecd28b

dev-ruby/coolio: add 1.7.1

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

 dev-ruby/coolio/Manifest|  1 +
 dev-ruby/coolio/coolio-1.7.1.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/coolio/Manifest b/dev-ruby/coolio/Manifest
index 07eb92d36c2..de32634e524 100644
--- a/dev-ruby/coolio/Manifest
+++ b/dev-ruby/coolio/Manifest
@@ -1,2 +1,3 @@
 DIST cool.io-1.6.0.gem 112128 BLAKE2B 
829a2ce47342b4611fb76457836935e26902e5849dd7c43aae297f1d4b220c30020478d3176d15c179489be2ceb504da218b123d04cd6639a7b99e8a185f51eb
 SHA512 
d6ef51ef15b804158b5d84a6a774368513e787d0bec12743d3ebf0c634d40b1fbfe213b5b7c484a1f3de0aaf894e5edb3072e39452d53886b00317a368570e76
 DIST cool.io-1.7.0.gem 112128 BLAKE2B 
6c3db3fb6ac001321884de8cb1ffb4b1b8d7ef10afdd92cdbbae97672de43b75b79316cdd56f3a2075c7521742e1fd6874afdd9c218c68f532560d0fa77c0745
 SHA512 
e443fdd71a6bd0dd8409b7285a4fcea880aae2a43fc5687f664caa936ff4304b522bc07e148bdd51c91f8847ed2f482c5bbcee435dfab5282cf1114a47686d95
+DIST cool.io-1.7.1.gem 112640 BLAKE2B 
107d7541180de46c78542eab4b131220c4ae4a10210c7ff870f54eb24178b364fcac1abc4b93f8d0eccea197fb746cede95416aea8f3d5cc458626b1fa9a02f4
 SHA512 
9ab3e6ddd1689b2825f9bd82714b4ef5ac921dc4b2f84786971c3ec448577613cee73084c99090382878b0da43c9228cb2fd3a8627dc8f62ceeeff274dbdc929

diff --git a/dev-ruby/coolio/coolio-1.7.1.ebuild 
b/dev-ruby/coolio/coolio-1.7.1.ebuild
new file mode 100644
index 000..82cb3c7c006
--- /dev/null
+++ b/dev-ruby/coolio/coolio-1.7.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+RUBY_FAKEGEM_NAME="cool.io"
+
+RUBY_FAKEGEM_GEMSPEC="cool.io.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/cool.io/extconf.rb)
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A high performance event framework for Ruby which uses the libev 
C library"
+HOMEPAGE="https://coolio.github.com/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# cool.io includes a bundled version of libev that is patched to work 
correctly with ruby.
+
+ruby_add_rdepend ">=dev-ruby/iobuffer-1"
+
+all_ruby_prepare() {
+   rm -r Gemfile* lib/.gitignore || die
+
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '28i  s.add_dependency "iobuffer"' ${RUBY_FAKEGEM_GEMSPEC} || 
die
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/extensiontask/ s:^:#:' \
+   -e '/ExtensionTask/,/^end/ s:^:#:' Rakefile || die
+
+   # Remove specs that require network connectivity
+   rm -f spec/dns_spec.rb || die
+
+   # Use one address consistently
+   sed -i -e 's/localhost/127.0.0.1/' 
spec/{udp_socket,tcp_server,iobuffer}_spec.rb || die
+}



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

2021-02-16 Thread Hans de Graaff
commit: 84d288a1d1739b71173a97d535ae97d8c6c4d5f7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 17 05:41:27 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 17 05:41:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d288a1

dev-ruby/bundler: add 2.2.10

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

 dev-ruby/bundler/Manifest  |  1 +
 dev-ruby/bundler/bundler-2.2.10.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/bundler/Manifest b/dev-ruby/bundler/Manifest
index a671ddfd68b..c328541d58a 100644
--- a/dev-ruby/bundler/Manifest
+++ b/dev-ruby/bundler/Manifest
@@ -1,4 +1,5 @@
 DIST bundler-2.1.4.gem 396800 BLAKE2B 
f770bd63255df09a20160369dc64e8923e996fb5ea4c11ee763d9a88e5fba142277ccd677861e3c0494b99a36261d5e7bdfb9c40c2abb76322061542f95b8505
 SHA512 
6c870061a78e17d97a9219433c7ef8fbf1112de17d0e0f3d8b6db1a518318528e3803184278412aabe65008e93f451ffa59465062856918ef488f9438399eff6
+DIST bundler-2.2.10.gem 388096 BLAKE2B 
373142f7e40c2c8a0df6acf9c4c85df70e86b5737b641efc2a5201310226e81cb441bbcfbbec48068d386f23fc62c218f1650a5187d2f71f811eeb554a5819e7
 SHA512 
8f46fe4fd9e04df35bce82e3238b5d9137ad86949ce3fa7ebf6c30871d927dbc09d0e610efb8e68cd60fcbae4719fa4c43429c9d76d1b7dfedd5e19119254d9a
 DIST bundler-2.2.5.gem 386560 BLAKE2B 
070f52338e9424e571ae40c01ba559158fd9938910be4d5b1d4c8990cdaac4f6a2cb7d2a554a2e7bbb35b18a31e9d1dba5c4e711556294496ac6978ae63a94f0
 SHA512 
d985168531ad7415841535a496717faff2cbdcff04c8b701c0e29533f3fe5c87cb5815e6b219ab1d536c29c8c8d80b051f4f05aeb2b6fe279dc12404bf824742
 DIST bundler-2.2.6.gem 386560 BLAKE2B 
e1e3f50425839bbb13360fc986f98588aa09643b6fb5b8c13911b5680ef0ae2ca0b19f71ffa99234f6f6a39ca6467564f25ac26874c67b493e028f086e89c211
 SHA512 
58e80bb313c132125e2b601113e6e262d00f768ca75adbacbff2e98cdcd83e40aa68a8f92aa56e477c66cd396687ad6d9f54f4df9366fd6b51424b6ff5429504
 DIST bundler-2.2.7.gem 386560 BLAKE2B 
30d2f113f30cf4cff2d85ce06b36b947fd2d3cc0b1f03f1a0eae023babaa43820249f6b727095c5590e96adfd9914922454dbf0a2a42b8d8a6b0c75adcc5c04b
 SHA512 
bd2fe4d7ad10fa98004514a93e2e5634bf0ca16a41410d01ed78e320d53923c6690c4564b70e5efcaf21636ef860ef56c425ce0a8e4b240fd97e05efae48c089

diff --git a/dev-ruby/bundler/bundler-2.2.10.ebuild 
b/dev-ruby/bundler/bundler-2.2.10.ebuild
new file mode 100644
index 000..8256c696086
--- /dev/null
+++ b/dev-ruby/bundler/bundler-2.2.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+# The specs require a number of gems to be installed in a temporary
+# directory, but this requires network access. They also don't work
+# when run with a path that contains "-".
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+# No documentation task
+RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy way to vendor gem dependencies"
+HOMEPAGE="https://github.com/carlhuda/bundler;
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+doc test"
+
+ruby_add_rdepend virtual/rubygems
+
+RDEPEND+=" dev-vcs/git !

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

2021-02-16 Thread Hans de Graaff
commit: 9ff5545a01f9e3d8fb3e4179e490e71d1520f95d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 17 05:59:12 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 17 05:59:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff5545a

dev-ruby/octokit: add ruby27

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

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

diff --git a/dev-ruby/octokit/octokit-4.20.0.ebuild 
b/dev-ruby/octokit/octokit-4.20.0.ebuild
index fcc88dfcc4e..85e02ff81cf 100644
--- a/dev-ruby/octokit/octokit-4.20.0.ebuild
+++ b/dev-ruby/octokit/octokit-4.20.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2021-02-16 Thread Hans de Graaff
commit: bcd351cc6fd95b2af2c547424d2ed257773f58fb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Feb 17 05:48:31 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Feb 17 05:48:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd351cc

dev-ruby/faraday: add ruby27

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

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

diff --git a/dev-ruby/faraday/faraday-1.2.0.ebuild 
b/dev-ruby/faraday/faraday-1.2.0.ebuild
index bcb69750bf4..f7fb0d07d4b 100644
--- a/dev-ruby/faraday/faraday-1.2.0.ebuild
+++ b/dev-ruby/faraday/faraday-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_RECIPE_DOC="none"



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

2021-02-16 Thread Sam James
commit: 33aebebe76254d0f2f346843246ec2790b8a9330
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 04:23:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 04:23:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aebebe

dev-libs/sord: Stabilize 0.16.8 ppc, #769416

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

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

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



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

2021-02-16 Thread Sam James
commit: 84a483c1a451de63c436a8771101bcc9c259ce60
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:57:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:57:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a483c1

sci-libs/gdal: Stabilize 3.2.1-r1 ppc, #769173

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

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

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



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

2021-02-16 Thread Sam James
commit: 6ae35f28ab783511be0043bf55848dc632620daa
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:56:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:56:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae35f28

x11-wm/windowmaker: Stabilize 0.95.9-r2 ppc, #768987

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

 x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild 
b/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
index 1bda6cb03b5..1ee2d638d3a 100644
--- a/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.95.9-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://windowmaker.org/pub/source/release/${P/windowm/WindowM}.tar.gz
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="gif imagemagick jpeg modelock nls png tiff webp xinerama +xpm xrandr"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="media-libs/fontconfig
>=x11-libs/libXft-2.1.0



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

2021-02-16 Thread Sam James
commit: 2a197271a241319760c2cb35b4fbb47448e8695e
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:56:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:56:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a197271

app-admin/eselect: Stabilize 1.4.17 ppc64, #768528

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

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

diff --git a/app-admin/eselect/eselect-1.4.17.ebuild 
b/app-admin/eselect/eselect-1.4.17.ebuild
index 21be0308de0..f4f2698d7b9 100644
--- a/app-admin/eselect/eselect-1.4.17.ebuild
+++ b/app-admin/eselect/eselect-1.4.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${P}.tar.xz;
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc emacs vim-syntax"
 
 DEPEND="sys-apps/sed



[gentoo-commits] repo/gentoo:master commit in: dev-tex/hevea/

2021-02-16 Thread Sam James
commit: 58f13e28995dd0101f8a7d94412fb63e0180aed7
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:56:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:56:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f13e28

dev-tex/hevea: Stabilize 2.35 ppc64, #770724

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

 dev-tex/hevea/hevea-2.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/hevea/hevea-2.35.ebuild b/dev-tex/hevea/hevea-2.35.ebuild
index d5790789e79..b83db16891b 100644
--- a/dev-tex/hevea/hevea-2.35.ebuild
+++ b/dev-tex/hevea/hevea-2.35.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://hevea.inria.fr/distri/${P}.tar.gz;
 
 LICENSE="QPL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt=]"



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

2021-02-16 Thread Sam James
commit: 3dd22806e6942a1f51270adecaa847c110421e48
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:56:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:56:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd22806

app-arch/gnome-autoar: Stabilize 0.3.0 arm64, #768828

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

 app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild 
b/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild
index 7d9b2b27f8e..8df76dd9125 100644
--- a/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild
+++ b/app-arch/gnome-autoar/gnome-autoar-0.3.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="gtk +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=app-arch/libarchive-3.2.0



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

2021-02-16 Thread Sam James
commit: f1a320810b00ecb5789f71be718a6f2c71d9d145
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:56:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:56:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a32081

sys-apps/gptfdisk: Stabilize 1.0.6-r1 arm64, #768762

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

 sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
index c3cb39277e2..120bdc16b00 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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"
 IUSE="kernel_linux ncurses static"
 
 # libuuid from util-linux is required.



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

2021-02-16 Thread Sam James
commit: 0f1c4e9b00ac3f4470911c15d9ad37ca71193625
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:55:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:55:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1c4e9b

sys-apps/gptfdisk: Stabilize 1.0.6-r1 amd64, #768762

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

 sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
index 5fd993d625b..c3cb39277e2 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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"
 IUSE="kernel_linux ncurses static"
 
 # libuuid from util-linux is required.



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

2021-02-16 Thread Sam James
commit: f360953ae594f723a545dd59022b6742319dc03b
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:55:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:55:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f360953a

media-sound/mumble: Stabilize 1.3.4 amd64, #770973

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

 media-sound/mumble/mumble-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mumble/mumble-1.3.4.ebuild 
b/media-sound/mumble/mumble-1.3.4.ebuild
index 3a6abdf8fb3..f7d3f495222 100644
--- a/media-sound/mumble/mumble-1.3.4.ebuild
+++ b/media-sound/mumble/mumble-1.3.4.ebuild
@@ -21,7 +21,7 @@ else
https://dl.mumble.info/${MY_P}.tar.gz;
S="${WORKDIR}/${P/_*}"
fi
-   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="BSD MIT"



[gentoo-commits] proj/tatt:master commit in: tatt/

2021-02-16 Thread Sam James
commit: d023294af12750f1c9ff4d97b4d449eae6f57dcb
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 03:04:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:04:51 2021 +
URL:https://gitweb.gentoo.org/proj/tatt.git/commit/?id=d023294a

tatt/usecombis.py: Give up after too many USE-generation attempts

Closes: #40
Signed-off-by: Sam James  gentoo.org>

 tatt/usecombis.py | 21 +
 1 file changed, 21 insertions(+)

diff --git a/tatt/usecombis.py b/tatt/usecombis.py
index fb67be7..c24a82c 100644
--- a/tatt/usecombis.py
+++ b/tatt/usecombis.py
@@ -46,11 +46,31 @@ def findUseFlagCombis (package, config, port):
 swlist.append(2**len(uselist) - 1)
 # Test if we can exhaust all USE-combis by computing the binary logarithm.
 elif len(uselist) > math.log(config['usecombis'],2):
+
 # Generate a sample of USE combis
 s = 2**(len (uselist))
 rnds = set()
 random.seed()
+
+attempts = 0
+ignore_use_expand = False
+
 while len(swlist) < config['usecombis'] and len(rnds) < s:
+if attempts >= 1 and not ignore_use_expand:
+# After 1 attempts, let's give up on USE_EXPAND.
+ignore_use_expand = True
+attempts = 0
+
+print("Giving up on USE_EXPAND after {0} tries to find valid 
USE combinations".format(attempts))
+print("We've found {0} USE combinations so 
far".format(len(swlist)))
+uselist = [use for use in uselist if not "_" in use]
+
+if attempts >= 1 and ignore_use_expand:
+# Let's give up entirely and use what we have.
+print("Giving up on finding more USE combinations after {0} 
further attempts".format(attempts))
+print("We've found {0} USE combinations".format(len(swlist)))
+break
+
 r = random.randint(0, s-1)
 if r in rnds:
 # already checked
@@ -58,6 +78,7 @@ def findUseFlagCombis (package, config, port):
 rnds.add(r)
 
 if not check_uses(ruse, uselist, r, package):
+attempts += 1
 # invalid combination
 continue
 



[gentoo-commits] proj/tatt:master commit in: templates/

2021-02-16 Thread Sam James
commit: eafc7c666d773cfd3b8295474a24cb6eef0919ce
Author: John Helmert III  posteo  net>
AuthorDate: Wed Feb 17 03:08:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 03:09:16 2021 +
URL:https://gitweb.gentoo.org/proj/tatt.git/commit/?id=eafc7c66

templates/tatt_functions.sh: Don't use binpkgs when running the build test

This should force building the package even if
EMERGE_DEFAULT_OPTS has --usepkg=y or --getbinpkg=y, or if
FEATURES=getbinpkg.

Signed-off-by: John Helmert III  posteo.net>
Closes: https://github.com/gentoo/tatt/pull/71
Signed-off-by: Sam James  gentoo.org>

 templates/tatt_functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/tatt_functions.sh b/templates/tatt_functions.sh
index 57d3d65..2893dc0 100644
--- a/templates/tatt_functions.sh
+++ b/templates/tatt_functions.sh
@@ -55,7 +55,7 @@ function tatt_test_pkg
 TFEATURES="${FEATURES}"
   fi
 
-  eout=$( FEATURES="${TFEATURES}" emerge -1 ${TATT_EMERGEOPTS} "${1:?}" 2>&1 
1>/dev/tty )
+  eout=$( FEATURES="${TFEATURES}" emerge -1 --getbinpkg=n 
--usepkg-exclude="${1:?}" ${TATT_EMERGEOPTS} "${1:?}" 2>&1 1>/dev/tty )
   if [[ $? == 0 ]] ; then
 if [ -n "${TFEATURES}" ]; then
   echo -n "FEATURES='${TFEATURES}' " >> "${TATT_REPORTFILE}"



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

2021-02-16 Thread Haelwenn Monnier
commit: a5f6109fb75e3d803e2448547c75e8ed05b1872c
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Feb 17 02:54:50 2021 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Feb 17 02:59:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5f6109f

media-gfx/qfontviewer: New Package

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-gfx/qfontviewer/qfontviewer-.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/media-gfx/qfontviewer/qfontviewer-.ebuild 
b/media-gfx/qfontviewer/qfontviewer-.ebuild
new file mode 100644
index ..e7127f05
--- /dev/null
+++ b/media-gfx/qfontviewer/qfontviewer-.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Font viewer with character table"
+HOMEPAGE="http://qfontviewer.sourceforge.net/;
+EGIT_REPO_URI="https://github.com/alopatindev/qfontviewer;
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND="dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   einstalldocs
+   newbin "${P}" "${PN}"
+}



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

2021-02-16 Thread Sam James
commit: a412a5ff36a001b2c6ee45aab6a3f9f9e84944f0
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a412a5ff

x11-misc/xsettingsd: Stabilize 1.0.2 amd64, #768966

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

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

diff --git a/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild 
b/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild
index 14a9e5c59ab..e26053ae120 100644
--- a/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild
+++ b/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/derat/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/

2021-02-16 Thread Sam James
commit: e2c5ecb8c14600d0cac26e6f51843e1449895866
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c5ecb8

kde-frameworks/kio: Stabilize 5.77.0-r2 amd64, #768966

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

 kde-frameworks/kio/kio-5.77.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kio/kio-5.77.0-r2.ebuild 
b/kde-frameworks/kio/kio-5.77.0-r2.ebuild
index d5429551d44..b3d4eb45722 100644
--- a/kde-frameworks/kio/kio-5.77.0-r2.ebuild
+++ b/kde-frameworks/kio/kio-5.77.0-r2.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org xdg-utils
 DESCRIPTION="Framework providing transparent file and data management"
 
 LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="acl +handbook kerberos +kwallet X"
 
 # tests hang



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

2021-02-16 Thread Sam James
commit: 85c33119851c7853b98afafc5630577051ab96d9
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c33119

net-libs/signon-ui: Stabilize 0.15_p20171022-r1 amd64, #768966

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

 net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild 
b/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild
index b1e454d8fd6..d7fd9c95698 100644
--- a/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild
+++ b/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/${COMMIT}/${PN}-${COMMI
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 
 BDEPEND="test? ( dev-qt/qttest:5 )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/

2021-02-16 Thread Sam James
commit: d647e89717be3e62df3eba2f6f94d473a4e09dfa
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d647e897

kde-plasma/kwallet-pam: Stabilize 5.20.5-r1 amd64, #768966

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

 kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild 
b/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild
index 842ec3d1a90..7179e0271a4 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.20.5-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="PAM module to not enter KWallet password again 
after login"
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal/

2021-02-16 Thread Sam James
commit: ab66330aab01a6b82347a4bd19cc2e5fca012de3
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab66330a

sys-apps/xdg-desktop-portal: Stabilize 1.8.0-r1 amd64, #768966

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

 sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild
index f1711c57396..bb989a014f5 100644
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild
+++ b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.8.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="geolocation screencast"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/

2021-02-16 Thread Sam James
commit: c2eeac199567702dc73803f11250f037308db0c2
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2eeac19

kde-plasma/plasma-workspace: Stabilize 5.20.5-r4 amd64, #768966

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

 kde-plasma/plasma-workspace/plasma-workspace-5.20.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.20.5-r4.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.20.5-r4.ebuild
index 584ce3cd8e2..8687bc3158f 100644
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.20.5-r4.ebuild
+++ b/kde-plasma/plasma-workspace/plasma-workspace-5.20.5-r4.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="KDE Plasma workspace"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="appstream +calendar +fontconfig geolocation gps qalculate screencast 
+semantic-desktop systemd telemetry"
 
 REQUIRED_USE="gps? ( geolocation )"



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

2021-02-16 Thread Sam James
commit: dbc407dae741ec0c92a26764947e978c37ae8053
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:55:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:55:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc407da

kde-plasma/plasma-desktop: Stabilize 5.20.5-r1 amd64, #768966

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

 kde-plasma/plasma-desktop/plasma-desktop-5.20.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.20.5-r1.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.20.5-r1.ebuild
index 1a9139a0a86..b37887892f7 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.5-r1.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="emoji ibus +kaccounts +policykit scim +semantic-desktop"
 
 BDEPEND="virtual/pkgconfig"



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

2021-02-16 Thread Sam James
commit: 9eeb5cf51c236f8a41bb6c74270fb3bd86e2eeb8
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:01:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:01:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eeb5cf5

net-misc/ipv6calc: Stabilize 2.2.0 ppc, #763981

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

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

diff --git a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild 
b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
index bfca2214fdc..271380bb2ef 100644
--- a/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-2.2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/pbiering/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="geoip libressl test"
 RESTRICT="!test? ( test )"
 



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

2021-02-16 Thread Sam James
commit: 3fe5b99888ae642a179ebc302d6ca2452efdc636
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe5b998

dev-util/glib-utils: Stabilize 2.66.7 ppc64, #768753

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

 dev-util/glib-utils/glib-utils-2.66.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glib-utils/glib-utils-2.66.7.ebuild 
b/dev-util/glib-utils/glib-utils-2.66.7.ebuild
index 02051b56f08..386ed096f7e 100644
--- a/dev-util/glib-utils/glib-utils-2.66.7.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.66.7.ebuild
@@ -15,7 +15,7 @@ SLOT="0" # /usr/bin utilities that can't be parallel 
installed by their nature
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 
 RDEPEND="${PYTHON_DEPS}
!

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

2021-02-16 Thread Sam James
commit: 9c0717a1c27b1d035f4ab7788bba9609855d6070
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0717a1

sys-apps/gptfdisk: Stabilize 1.0.6-r1 ppc, #768762

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

 sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild 
b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
index 32e72fe1b18..5fd993d625b 100644
--- a/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
+++ b/sys-apps/gptfdisk/gptfdisk-1.0.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 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"
 IUSE="kernel_linux ncurses static"
 
 # libuuid from util-linux is required.



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

2021-02-16 Thread Sam James
commit: 64f54cfe4a3b1c16be5d85f4216b5dc0f0f40c05
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f54cfe

dev-util/gdbus-codegen: Stabilize 2.66.7 ppc64, #768753

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

 dev-util/gdbus-codegen/gdbus-codegen-2.66.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.66.7.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.66.7.ebuild
index a3f8e6e02f0..34788f2fe08 100644
--- a/dev-util/gdbus-codegen/gdbus-codegen-2.66.7.ebuild
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.66.7.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.gtk.org/;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



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

2021-02-16 Thread Sam James
commit: b1747b9544d12772260edfe23eefc4d877cf2ef7
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1747b95

dev-python/parameterized: Stabilize 0.7.4 ppc64, #768753

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

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

diff --git a/dev-python/parameterized/parameterized-0.7.4.ebuild 
b/dev-python/parameterized/parameterized-0.7.4.ebuild
index 41d0aed7115..b1993de5f13 100644
--- a/dev-python/parameterized/parameterized-0.7.4.ebuild
+++ b/dev-python/parameterized/parameterized-0.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc-am/

2021-02-16 Thread Sam James
commit: 806b9679f20be686c233e954bb577e73602bef9b
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806b9679

dev-util/gtk-doc-am: Stabilize 1.33.1 ppc64, #768753

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

 dev-util/gtk-doc-am/gtk-doc-am-1.33.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc-am/gtk-doc-am-1.33.1.ebuild 
b/dev-util/gtk-doc-am/gtk-doc-am-1.33.1.ebuild
index 1d7d1aa7976..7aad8fba972 100644
--- a/dev-util/gtk-doc-am/gtk-doc-am-1.33.1.ebuild
+++ b/dev-util/gtk-doc-am/gtk-doc-am-1.33.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/DocumentationProject/GtkDoc;
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="!

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

2021-02-16 Thread Sam James
commit: b7cf4f34f3f2eeaec2f6844664eff642cff38778
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7cf4f34

dev-util/gtk-doc: Stabilize 1.33.1-r4 ppc64, #768753

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

 dev-util/gtk-doc/gtk-doc-1.33.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gtk-doc/gtk-doc-1.33.1-r4.ebuild 
b/dev-util/gtk-doc/gtk-doc-1.33.1-r4.ebuild
index d79c67b21c5..5f9d0375b60 100644
--- a/dev-util/gtk-doc/gtk-doc-1.33.1-r4.ebuild
+++ b/dev-util/gtk-doc/gtk-doc-1.33.1-r4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/DocumentationProject/GtkDoc;
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris"
 
 IUSE="emacs test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2021-02-16 Thread Sam James
commit: 6cb2bf41100b0b58419e1e3646466f165fd14cf3
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 01:00:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 01:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb2bf41

dev-libs/glib: Stabilize 2.66.7 ppc64, #768753

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

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

diff --git a/dev-libs/glib/glib-2.66.7.ebuild b/dev-libs/glib/glib-2.66.7.ebuild
index f6a058f7ce5..ff43d510861 100644
--- a/dev-libs/glib/glib-2.66.7.ebuild
+++ b/dev-libs/glib/glib-2.66.7.ebuild
@@ -14,7 +14,7 @@ SLOT="2"
 IUSE="dbus debug elibc_glibc fam gtk-doc kernel_linux +mime selinux 
static-libs sysprof systemtap test utils xattr"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 
 # * libelf isn't strictly necessary, but makes gresource tool more useful, and
 # the check is automagic in gio/meson.build. gresource is not a multilib tool



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

2021-02-16 Thread Simon van der Maas
commit: 1d5b22ec60e28c5d5cc23c1917b0263a24b1e9b2
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 20:59:44 2021 +
Commit: Simon van der Maas  protonmail  com>
CommitDate: Tue Feb 16 20:59:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d5b22ec

app-misc/lf: fixed ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/lf/lf-20.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/lf/lf-20.ebuild b/app-misc/lf/lf-20.ebuild
index e75901ce..36aa78f3 100644
--- a/app-misc/lf/lf-20.ebuild
+++ b/app-misc/lf/lf-20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit go-module golang-build
+inherit go-module
 
 EGO_SUM=(
 "github.com/gdamore/encoding v1.0.0"
@@ -40,9 +40,11 @@ S="${WORKDIR}/lf-r${PV}"
 EGO_PN=github.com/gokcehan/lf
 
 src_compile() {
-   go build
+   go build -x || die
 }
 
 src_install() {
dobin "lf"
+   einstalldocs
+   doman "lf.1"
 }



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

2021-02-16 Thread Sam James
commit: 659c4f5bf7fec8de371ab296c8c0b5f4eeac5b4e
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659c4f5b

media-libs/vulkan-layers: Stabilize 1.2.162 x86, #766713

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

 media-libs/vulkan-layers/vulkan-layers-1.2.162.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.2.162.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.2.162.ebuild
index 944323d60a2..63373bcbcb5 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.2.162.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.2.162.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-02-16 Thread Sam James
commit: df7ccf446c979a70616fe3325e3809adedd68304
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7ccf44

dev-util/glslang: Stabilize 10.11.0.0_pre20201216 x86, #766713

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

 dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild 
b/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
index d9848be829e..6b9fd65c7f8 100644
--- a/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
+++ b/dev-util/glslang/glslang-10.11.0.0_pre20201216.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
 else
SNAPSHOT_COMMIT="c594de23cdd790d64ad5f9c8b059baae0ee2941d"

SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}/${PN}-${SNAPSHOT_COMMIT}"
 fi
 



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

2021-02-16 Thread Sam James
commit: 16516a8550382ada42fbb7df5c64b41ced3f27be
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16516a85

media-libs/vulkan-loader: Stabilize 1.2.162-r1 x86, #766713

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

 media-libs/vulkan-loader/vulkan-loader-1.2.162-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.162-r1.ebuild 
b/media-libs/vulkan-loader/vulkan-loader-1.2.162-r1.ebuild
index acb20e20edf..ab38465a7c7 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.2.162-r1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.2.162-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-02-16 Thread Sam James
commit: dd42ddc8f518c427f75f9c1037d26d0674ba8ec3
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd42ddc8

media-libs/shaderc: Stabilize 2020.5_pre20201216 x86, #766713

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

 media-libs/shaderc/shaderc-2020.5_pre20201216.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/shaderc/shaderc-2020.5_pre20201216.ebuild 
b/media-libs/shaderc/shaderc-2020.5_pre20201216.ebuild
index 92aad0f298b..aea9fc518e2 100644
--- a/media-libs/shaderc/shaderc-2020.5_pre20201216.ebuild
+++ b/media-libs/shaderc/shaderc-2020.5_pre20201216.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2021-02-16 Thread Sam James
commit: bdefe5d8b67a74c258140162e4b5166a189090f4
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdefe5d8

dev-lang/mujs: bump to 1.1.0

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

 dev-lang/mujs/Manifest |  1 +
 dev-lang/mujs/files/mujs-1.1.0-flags.patch | 14 
 dev-lang/mujs/mujs-1.1.0.ebuild| 57 ++
 3 files changed, 72 insertions(+)

diff --git a/dev-lang/mujs/Manifest b/dev-lang/mujs/Manifest
index c4b43650c73..fbc2c2369cf 100644
--- a/dev-lang/mujs/Manifest
+++ b/dev-lang/mujs/Manifest
@@ -1 +1,2 @@
 DIST mujs-1.0.9.tar.gz 123113 BLAKE2B 
c55deaf14508c412394bf5fe3a53ef581d4e4726024d65f2ba5155eb2400a6e2f043c9f6721b170d19297e2cd38c62c462f3b4e102eb4bfe6e7857b40156c18b
 SHA512 
a3dbc8dbf5c16b7de9803954fe38ea9f77c0e5b7de3895966ec0877e063d463c9950499791ea0d102e464bd0426413689f3edb15e38db3f13915d72f27556725
+DIST mujs-1.1.0.tar.gz 123450 BLAKE2B 
e7bc05d35566ff26346e713645e0f417a9acd1a73b5fb5c7f0c35bf940765fba1ab04199f4ed1dd6ce0e3bb2bf1547703335a1c125353da24de72f2b1adfb243
 SHA512 
10b61453f8483e3e67c95a742aa7868e255816b2ce25c84d8e24c5c737bad1f23ade67531c5c5bb914804be446da33c0cbe8e95a6d5889250dd8520ce56f23a0

diff --git a/dev-lang/mujs/files/mujs-1.1.0-flags.patch 
b/dev-lang/mujs/files/mujs-1.1.0-flags.patch
new file mode 100644
index 000..3c57f469910
--- /dev/null
+++ b/dev-lang/mujs/files/mujs-1.1.0-flags.patch
@@ -0,0 +1,14 @@
+diff --git a/Makefile b/Makefile
+index 1702e67..7b24457 100644
+--- a/Makefile
 b/Makefile
+@@ -30,9 +30,6 @@ ifeq "$(build)" "debug"
+ else ifeq "$(build)" "sanitize"
+   CFLAGS += -pipe -g -fsanitize=address -fno-omit-frame-pointer
+   LDFLAGS += -fsanitize=address
+-else ifeq "$(build)" "release"
+-  CFLAGS += -Os
+-  LDFLAGS += -Wl,-s
+ endif
+ 
+ ifeq "$(HAVE_READLINE)" "yes"

diff --git a/dev-lang/mujs/mujs-1.1.0.ebuild b/dev-lang/mujs/mujs-1.1.0.ebuild
new file mode 100644
index 000..af61b9b01bf
--- /dev/null
+++ b/dev-lang/mujs/mujs-1.1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="An embeddable Javascript interpreter in C."
+HOMEPAGE="https://mujs.com/ https://github.com/ccxvii/mujs;
+SRC_URI="https://github.com/ccxvii/mujs/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# Not available right now.
+#SRC_URI="https://mujs.com/downloads/${P}.tar.xz;
+
+LICENSE="ISC"
+# subslot matches SONAME
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+IUSE="static-libs"
+
+RDEPEND="sys-libs/readline:0="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1.0-flags.patch"
+)
+
+src_prepare() {
+   default
+
+   tc-export AR CC
+
+   # library's ABI (and API) changes in ~each release:
+   # diff 'usr/includemujs.h' across releases to validate
+   append-cflags -fPIC -Wl,-soname=lib${PN}.so.${PV}
+}
+
+src_compile() {
+   emake VERSION=${PV} prefix=/usr shared
+}
+
+src_install() {
+   local myeconfargs=(
+   DESTDIR="${ED}"
+   install-shared
+   libdir="/usr/$(get_libdir)"
+   prefix="/usr"
+   VERSION="${PV}"
+   $(usex static-libs install-static '')
+   )
+
+   emake "${myeconfargs[@]}"
+
+   mv -v "${ED}"/usr/$(get_libdir)/lib${PN}.so{,.${PV}} || die
+
+   dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so
+   dosym lib${PN}.so.${PV} /usr/$(get_libdir)/lib${PN}.so.${PV:0:1}
+}



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

2021-02-16 Thread Sam James
commit: 35eb25e5ff1cde8d14bb34768e8bf330668c3245
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35eb25e5

dev-util/spirv-tools: Stabilize 2020.6 x86, #766713

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

 dev-util/spirv-tools/spirv-tools-2020.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-tools/spirv-tools-2020.6.ebuild 
b/dev-util/spirv-tools/spirv-tools-2020.6.ebuild
index 874760b6890..ba109568279 100644
--- a/dev-util/spirv-tools/spirv-tools-2020.6.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2020.6.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
EGIT_COMMIT="${PV}"

SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${EGIT_COMMIT}
 fi
 



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

2021-02-16 Thread Sam James
commit: f06cecf1d15a248d308f7f5deb125547b5b99842
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06cecf1

dev-util/vulkan-headers: Stabilize 1.2.162 x86, #766713

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

 dev-util/vulkan-headers/vulkan-headers-1.2.162.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.162.ebuild 
b/dev-util/vulkan-headers/vulkan-headers-1.2.162.ebuild
index 118ed20a994..482f4914180 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.162.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.162.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
S="${WORKDIR}"/${MY_PN}-${PV}
 fi
 



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

2021-02-16 Thread Sam James
commit: 2aa6bfddcb09cdd04e95ae7fb5d5109d67898cad
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:59:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:59:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa6bfdd

dev-util/spirv-headers: Stabilize 1.5.4.1 x86, #766713

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

 dev-util/spirv-headers/spirv-headers-1.5.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/spirv-headers/spirv-headers-1.5.4.1.ebuild 
b/dev-util/spirv-headers/spirv-headers-1.5.4.1.ebuild
index 04183969c89..76999b74c83 100644
--- a/dev-util/spirv-headers/spirv-headers-1.5.4.1.ebuild
+++ b/dev-util/spirv-headers/spirv-headers-1.5.4.1.ebuild
@@ -12,6 +12,6 @@ 
SRC_URI="https://github.com/KhronosGroup/SPIRV-Headers/archive/${EGIT_COMMIT}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 
 S="${WORKDIR}/SPIRV-Headers-${EGIT_COMMIT}"



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

2021-02-16 Thread Simon van der Maas
commit: 25112c872fbac334a11da263039e67b5898da079
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 20:19:19 2021 +
Commit: Simon van der Maas  protonmail  com>
CommitDate: Tue Feb 16 20:20:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25112c87

app-misc/lf: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/lf/Manifest | 16 
 app-misc/lf/lf-20.ebuild | 48 
 app-misc/lf/metadata.xml |  8 
 3 files changed, 72 insertions(+)

diff --git a/app-misc/lf/Manifest b/app-misc/lf/Manifest
new file mode 100644
index ..363138a0
--- /dev/null
+++ b/app-misc/lf/Manifest
@@ -0,0 +1,16 @@
+DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.mod 77 BLAKE2B 
1b81c4c20a890027242b50f1566f4dfdaf120ee26d3dc56d0c2b6465df2ba79b208289eb40c3d7b666a4e7e874210f59aea545d5125c9a55c5597a3ca7f37feb
 SHA512 
fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
+DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.zip 19867 BLAKE2B 
a772206ce6dc48b32d7125a25b26694325d367ebcbad85466b2e6cfdb9fc9f0e08b98b7ecede5397344e5f7e623c4c76edcf69dcee99917adccf5b31aad80bf8
 SHA512 
127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3
+DIST github.com%2Fgdamore%2Ftcell%2Fv2%2F@v%2Fv2.0.0.mod 253 BLAKE2B 
972ed39f4848b39eac6662d8f0f3dfc1ff4ec14f5da35fb8c41ada758932df35d4bdc1cf1fd91e54626ae74fc1cdfbbaf93261d793ce828f6a08d0120b5168ed
 SHA512 
8d9fcc68e635c163c1f3f29367988ed5af2d3a2a9acd0c142cc95571bb920618d09e828aa0bf26718c330e5e199d66f2c6c618cab20618ca00be284b013dd833
+DIST github.com%2Fgdamore%2Ftcell%2Fv2%2F@v%2Fv2.0.0.zip 219838 BLAKE2B 
e6d587643ad89f8428931a5aa9dd085a028bf5de1ae01ee5cb9e54b93cb760b81be79f54d2f555afeffe5846915f11f58037be20948e782e3089e0f2937ee3bf
 SHA512 
6992b07bfe24152dd8b867bef52be9fdd17da27d0007ed4fc1c3701d3060bbc71854709ce74456a8d280949abd5b3224f1daf92f18c4a36b89bb78ccbbb16aac
+DIST github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.0.3.mod 51 BLAKE2B 
be532e33c9a0e83b9d0b760b21d97ac83850299adb329f754f31e4b46dc7fb7a7157d2a41cdc258924ef8ee5c111a95ac3b0037d749cc936e1988a46612522cd
 SHA512 
270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011
+DIST github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.0.3.zip 442291 BLAKE2B 
02ee4982a588e0fd1575206340bd97663147459664a2942edf151c4aec2bd20da83984c68c76e1c505c1ef930b77f934a8210f6c0ca106a0c0c91ff63733b92d
 SHA512 
8e275955eb9e5034c155c6e469e2a3117bee30fbe42e8ae394f496b83f473a1568847707707716dd5a3c57dd0e0a4bb4f4cc9af04940218ce24420493e923f14
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.7.mod 45 BLAKE2B 
a7d3b1ffaf20b96cc98161ea6756d62d8380e7557859606dc7975b3de91a2d4142932d5008caf40b41d8ff2ac1ff33f672dbfac351f3e518922a036d7c116a93
 SHA512 
0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.mod 45 BLAKE2B 
a7d3b1ffaf20b96cc98161ea6756d62d8380e7557859606dc7975b3de91a2d4142932d5008caf40b41d8ff2ac1ff33f672dbfac351f3e518922a036d7c116a93
 SHA512 
0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.zip 20005 BLAKE2B 
c0f71323efd262296b78867d2b387a74491cfae3f4498e0dd22c036b20dd6fc1b6569171eebf267effd140ec009527fa5ccbcedda4f8cebab2679582766331ea
 SHA512 
fad08292597cbd4a359e06f85bc7cc37b3d3d84b8046e47828259e36872063069c4ab17b7c89f2a5de4b5d0ab1ca5cc66cc515847a7887339a3a04b5f44e3c92
+DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190626150813-e07cf5db2756.mod 33 
BLAKE2B 
8be160de26713fd50f15adfb6fd7fff2643ee587aa17de9385b1e315869d0ecf102fc567294666bf232aa677d1ab04ba8341157f3d9b66a0f53543a7a47cf148
 SHA512 
0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
+DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190626150813-e07cf5db2756.zip 
1810550 BLAKE2B 
e0bcc6235d88e1728797c178d10261e851b18814ecad679674349596f5fc0aa2784b0b4fee440488ffe8188b47dbf8474e5a5078b1220188ac6c25b0c371068d
 SHA512 
98442115bb11ccc8061eb7c39e2e7efcc809d45ed6051456d6ec5439e20823b4b4d2ce16f4ba02530b58f74e9c1b9f3bf0d3dd0b4327b1b8158f395022ab2d80
+DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.mod 25 BLAKE2B 
31009af0fdcd0f8730c9985287e6e364ec4e5183e57e92560dbc80a2010eced51b8a90f01a82b49384268c8a0adbf69d179c205d3f68e0eb459169d2ea9528f0
 SHA512 
ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
+DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.zip 6349244 BLAKE2B 

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

2021-02-16 Thread Sam James
commit: 691839bbffde2c00b73012a75c46e1272d3b96c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:12:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:12:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691839bb

profiles/arch/arm: unmask dev-lang/php[jit]

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

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index f8d0a0addcf..d42968826c4 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-02-17)
+# Unmask dev-libs/libpcre2[jit] support on PHP
+# where available
+dev-lang/php -jit
+
 # Sam James  (2021-02-06)
 # media-sound/sndio is not yet keyworded here
 # bug #769098, bug #769122



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

2021-02-16 Thread Sam James
commit: be7e6163fc0412cd7febd2ad111af75be7795a7c
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:11:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:11:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7e6163

profiles/arch/arm/package.use.stable.mask: drop epub mask for xfce

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

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

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index d5528ca4ba8..4d213425617 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -6,10 +6,6 @@
 # bug #769767, bug #769764
 mail-client/claws-mail gdata
 
-# Michał Górny  (2021-02-07)
-# app-text/libgepub is not yet stable here, and it has huuuge deps.
-xfce-extra/tumbler epub
-
 # Andreas Sturmlechner  (2020-10-05)
 # media-libs/libffado is not stable yet, which itself has unstable and
 # unmaintained/broken dependencies. bug #746722



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

2021-02-16 Thread Sam James
commit: 39b4073c8ec9872b44fb633791ae0789e03dff16
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:13:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:13:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b4073c

profiles/arch/powerpc: unmask dev-lang/php[jit]

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

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

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index ad962355267..d9d428c991f 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2021-02-17)
+# Unmask dev-libs/libpcre2[jit] support on PHP
+# where available
+dev-lang/php -jit
+
 # Joonas Niilola  (2021-01-15)
 # Dependency not keyworded on this arch.
 app-text/enchant voikko



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

2021-02-16 Thread Sam James
commit: 08b60dc56b6ac2abb21673d9367fbbd41dc7e75d
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:10:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:10:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b60dc5

net-libs/libproxy: Stabilize 0.4.17 arm64, #769176

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

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

diff --git a/net-libs/libproxy/libproxy-0.4.17.ebuild 
b/net-libs/libproxy/libproxy-0.4.17.ebuild
index 3d11951d9da..c85655ee205 100644
--- a/net-libs/libproxy/libproxy-0.4.17.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.17.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="gnome kde mono networkmanager spidermonkey test webkit"
 
 RESTRICT="!test? ( test )"



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

2021-02-16 Thread Sam James
commit: b9eb747f4edc60926b54e0f649d7473e8ba1c170
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:10:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:10:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9eb747f

media-gfx/hugin: Stabilize 2020.0.0-r1 arm64, #769611

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

 media-gfx/hugin/hugin-2020.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/hugin/hugin-2020.0.0-r1.ebuild 
b/media-gfx/hugin/hugin-2020.0.0-r1.ebuild
index 511fe35e84f..e90610cc03a 100644
--- a/media-gfx/hugin/hugin-2020.0.0-r1.ebuild
+++ b/media-gfx/hugin/hugin-2020.0.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ BSD BSD-2 MIT wxWinLL-3 ZLIB FDL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 LANGS=" ca ca-valencia cs da de en-GB es eu fi fr hu it ja nl pl pt-BR ro ru 
sk sv zh-CN zh-TW"
 IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})"



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

2021-02-16 Thread Sam James
commit: f82eceee5d1784f337260161ea6fb58472f5b967
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:09:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82eceee

net-misc/dropbear: Stabilize 2020.81-r2 s390, #770916

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

 net-misc/dropbear/dropbear-2020.81-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.81-r2.ebuild 
b/net-misc/dropbear/dropbear-2020.81-r2.ebuild
index 59a2229f739..d193f9a8b62 100644
--- a/net-misc/dropbear/dropbear-2020.81-r2.ebuild
+++ b/net-misc/dropbear/dropbear-2020.81-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="



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

2021-02-16 Thread Sam James
commit: 0fa0edf59ec8cd2c8bac040fda6353f3c8304aee
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa0edf5

app-text/libgepub: Stabilize 0.6.0 arm, #769374

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

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

diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild 
b/app-text/libgepub/libgepub-0.6.0.ebuild
index 8410a7df710..0eb332f120b 100644
--- a/app-text/libgepub/libgepub-0.6.0.ebuild
+++ b/app-text/libgepub/libgepub-0.6.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libgepub;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="



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

2021-02-16 Thread Sam James
commit: a44a7165b46889e31466b1eb876974dbbeb36899
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44a7165

net-misc/dropbear: Stabilize 2020.81-r2 arm, #770916

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

 net-misc/dropbear/dropbear-2020.81-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dropbear/dropbear-2020.81-r2.ebuild 
b/net-misc/dropbear/dropbear-2020.81-r2.ebuild
index 2ff85973af9..59a2229f739 100644
--- a/net-misc/dropbear/dropbear-2020.81-r2.ebuild
+++ b/net-misc/dropbear/dropbear-2020.81-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/

2021-02-16 Thread Sam James
commit: 2d984b9ee3893523423721766c41147d0e6776cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d984b9e

gui-libs/libwpe: Stabilize 1.8.0 arm, #769374

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

 gui-libs/libwpe/libwpe-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libwpe/libwpe-1.8.0.ebuild 
b/gui-libs/libwpe/libwpe-1.8.0.ebuild
index 989e6d4828a..e789badfc16 100644
--- a/gui-libs/libwpe/libwpe-1.8.0.ebuild
+++ b/gui-libs/libwpe/libwpe-1.8.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD-2"
 SLOT="1.0"
 IUSE=""
 
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc64 ~sparc x86"
 
 RDEPEND="
media-libs/mesa[egl]



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

2021-02-16 Thread Sam James
commit: 38245248b5822f7603a743a7cadeda7a9a5f52ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38245248

net-libs/webkit-gtk: Stabilize 2.30.4-r1 arm, #769374

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

 net-libs/webkit-gtk/webkit-gtk-2.30.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.4-r1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.30.4-r1.ebuild
index fd233c5c86f..688b7347976 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.30.4-r1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.30.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc64 ~sparc ~x86"
 
 IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
 



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

2021-02-16 Thread Sam James
commit: 3f90aa6b51dcf03382133e1db3f1d7eadbe61fcf
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90aa6b

dev-libs/libmanette: Stabilize 0.2.4 arm, #769374

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

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

diff --git a/dev-libs/libmanette/libmanette-0.2.4.ebuild 
b/dev-libs/libmanette/libmanette-0.2.4.ebuild
index 5dd153d6043..52189339429 100644
--- a/dev-libs/libmanette/libmanette-0.2.4.ebuild
+++ b/dev-libs/libmanette/libmanette-0.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/aplazas/libmanette;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="+introspection +udev +vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-02-16 Thread Sam James
commit: 92cb3012c9d0a1530c06796563c556c0e056fb03
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cb3012

sys-apps/bubblewrap: Stabilize 0.4.1 arm, #769374

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

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

diff --git a/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild 
b/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild
index bcd591ab652..045b5a61571 100644
--- a/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild
+++ b/sys-apps/bubblewrap/bubblewrap-0.4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/containers/${PN}/releases/download/v${PV}/${P}.tar.x
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
 IUSE="selinux +suid"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wpebackend-fdo/

2021-02-16 Thread Sam James
commit: 456b13596e49c7652adabaf9d673b3b79e44fac8
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 00:06:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 00:06:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456b1359

gui-libs/wpebackend-fdo: Stabilize 1.8.0 arm, #769374

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

 gui-libs/wpebackend-fdo/wpebackend-fdo-1.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.8.0.ebuild 
b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.8.0.ebuild
index 4e9149712be..12d265896de 100644
--- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.8.0.ebuild
+++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.8.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="BSD-2"
 SLOT="1.0"
 IUSE=""
 
-KEYWORDS="amd64 ~arm arm64 ~ia64 ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc64 ~sparc x86"
 
 RDEPEND="
media-libs/libepoxy[egl]



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, dev-lang/php/, profiles/arch/arm64/, profiles/base/, ...

2021-02-16 Thread Thomas Deutschmann
commit: 5e6b157c6d2608c304c1b737797532be1a7b7882
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Feb 16 23:55:18 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Feb 16 23:58:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6b157c

dev-lang/php: add USE=jit to control PCRE JIT support

Closes: https://bugs.gentoo.org/764866
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/php/metadata.xml|   1 +
 dev-lang/php/php-7.3.27-r1.ebuild| 761 +++
 dev-lang/php/php-7.4.15-r1.ebuild| 753 ++
 dev-lang/php/php-8.0.2-r1.ebuild | 748 ++
 profiles/arch/amd64/package.use.mask |   4 +
 profiles/arch/arm64/package.use.mask |   4 +
 profiles/arch/x86/package.use.mask   |   4 +
 profiles/base/package.use.mask   |   4 +
 8 files changed, 2279 insertions(+)

diff --git a/dev-lang/php/metadata.xml b/dev-lang/php/metadata.xml
index d7afaed7acd..7f13fad9d81 100644
--- a/dev-lang/php/metadata.xml
+++ b/dev-lang/php/metadata.xml
@@ -28,6 +28,7 @@
 Adds support for gd (bundled with PHP)
 Enable the hash extension
 Add dbm support for .ini files
+Enable PCRE JIT support
 Enable JSON support
 Add SASL support for the PHP LDAP extension
 Enable support for dev-db/lmdb db 
backend

diff --git a/dev-lang/php/php-7.3.27-r1.ebuild 
b/dev-lang/php/php-7.3.27-r1.ebuild
new file mode 100644
index 000..b350d7454ca
--- /dev/null
+++ b/dev-lang/php/php-7.3.27-r1.ebuild
@@ -0,0 +1,761 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic systemd autotools
+
+MY_PV=${PV/_rc/RC}
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://www.php.net/;
+SRC_URI="https://www.php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   +flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +jit +json kerberos ldap ldap-sasl libedit libressl lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode wddx 
webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zip-encryption zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre2-10.30[jit?,unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( www-servers/apache[apache2_modules_unixd(+),threads=] )
+   argon2? ( app-crypt/argon2:= )
+   berkdb? ( || (  sys-libs/db:5.3
+   sys-libs/db:5.1
+   sys-libs/db:4.8
+   sys-libs/db:4.7
+   sys-libs/db:4.6
+   sys-libs/db:4.5 ) )
+   bzip2? ( app-arch/bzip2:0= )
+   cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
+   coverage? ( dev-util/lcov )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( =virtual/jpeg-0-r3:0 media-libs/libpng:0= 
>=sys-libs/zlib-1.2.0.4 )
+   gdbm? ( >=sys-libs/gdbm-1.8.0:0= )
+   gmp? ( dev-libs/gmp:0= )
+   iconv? ( virtual/libiconv )
+   imap? ( >=virtual/imap-c-client-2[kerberos=,ssl=] )
+   intl? ( dev-libs/icu:= )
+   iodbc? ( dev-db/libiodbc )
+   kerberos? ( virtual/krb5 )
+   ldap? ( >=net-nds/openldap-1.2.11 )
+   ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
+   libedit? ( dev-libs/libedit )
+   lmdb? ( dev-db/lmdb:= )
+   mssql? ( dev-db/freetds[mssql] )
+   nls? ( sys-devel/gettext )
+   oci8-instant-client? ( dev-db/oracle-instantclient[sdk] )
+   odbc? ( >=dev-db/unixODBC-1.8.13 )
+   postgres? ( dev-db/postgresql:* )
+   qdbm? 

[gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/files/, dev-util/ccache/

2021-02-16 Thread Sergei Trofimovich
commit: e00f7ea381541098508ea4fd1dc90282f401d803
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 16 23:35:17 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 16 23:35:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00f7ea3

dev-util/ccache: fix -latomic discovery on sparc

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

 dev-util/ccache/ccache-4.2.ebuild |  1 +
 dev-util/ccache/files/ccache-4.2-atomic.patch | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/dev-util/ccache/ccache-4.2.ebuild 
b/dev-util/ccache/ccache-4.2.ebuild
index 3f58044c682..c34ca6a6ca3 100644
--- a/dev-util/ccache/ccache-4.2.ebuild
+++ b/dev-util/ccache/ccache-4.2.ebuild
@@ -37,6 +37,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.5-nvcc-test.patch
"${FILESDIR}"/${PN}-4.0-objdump.patch
"${FILESDIR}"/${PN}-4.1-avoid-run-user.patch
+   "${FILESDIR}"/${PN}-4.2-atomic.patch
 )
 
 src_prepare() {

diff --git a/dev-util/ccache/files/ccache-4.2-atomic.patch 
b/dev-util/ccache/files/ccache-4.2-atomic.patch
new file mode 100644
index 000..6148e232af9
--- /dev/null
+++ b/dev-util/ccache/files/ccache-4.2-atomic.patch
@@ -0,0 +1,11 @@
+https://github.com/ccache/ccache/pull/800
+--- a/cmake/StdAtomic.cmake
 b/cmake/StdAtomic.cmake
+@@ -10,6 +10,7 @@ set(
+ int main()
+ {
+   std::atomic x;
++  ++x;
+   (void)x.load();
+   return 0;
+ }



[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/

2021-02-16 Thread Andreas Sturmlechner
commit: cd228f9d66bff04c15ec5ba58f65f16d4e246aef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:59:17 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:59:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd228f9d

kde-apps/akonadi: Drop 20.12.2 (r0)

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

 kde-apps/akonadi/akonadi-20.12.2.ebuild | 138 
 kde-apps/akonadi/metadata.xml   |   1 -
 2 files changed, 139 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-20.12.2.ebuild 
b/kde-apps/akonadi/akonadi-20.12.2.ebuild
deleted file mode 100644
index ec7b1bb392c..000
--- a/kde-apps/akonadi/akonadi-20.12.2.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_DESIGNERPLUGIN="true"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.75.0
-QTMIN=5.15.2
-VIRTUALDBUS_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Storage service for PIM data and libraries for PIM apps"
-HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi;
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="+kaccounts +mariadb postgres sqlite tools xml"
-
-REQUIRED_USE="|| ( mariadb postgres sqlite ) test? ( tools )"
-
-COMMON_DEPEND="
-   app-arch/xz-utils
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5[postgres?]
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-${PVCUT}:5
-   net-libs/accounts-qt
-   )
-   mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] )
-   sqlite? (
-   dev-db/sqlite:3
-   >=dev-qt/qtsql-${QTMIN}:5=[sqlite]
-   )
-   xml? ( dev-libs/libxml2 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-   dev-libs/libxslt
-   test? ( sys-apps/dbus )
-"
-RDEPEND="${COMMON_DEPEND}
-   mariadb? ( >=dev-db/mariadb-10.4:* )
-   postgres? ( dev-db/postgresql )
-"
-
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" )
-
-pkg_setup() {
-   # Set default storage backend in order: MariaDB, PostgreSQL, SQLite
-   # reverse driver check to keep the order
-   use sqlite && DRIVER="QSQLITE3"
-   use postgres && DRIVER="QPSQL"
-   use mariadb && DRIVER="QMYSQL"
-
-   if use mariadb && has_version ">=dev-db/mariadb-10.4"; then
-   ewarn "If an existing Akonadi MariaDB database is being 
upgraded using"
-   ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and 
sending mail,"
-   ewarn "check ~/.local/share/akonadi/akonadiserver.error for 
errors like:"
-   ewarn "  \"Cannot add or update a child row: a foreign key 
constraint fails\""
-   ewarn
-   ewarn "Manual steps are required to fix it, see also:"
-   ewarn "  https://bugs.gentoo.org/688746 (see Whiteboard)"
-   ewarn "  https://bugs.kde.org/show_bug.cgi?id=409224;
-   ewarn
-   fi
-
-   if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
-   ewarn "We strongly recommend you change your Akonadi database 
backend to"
-   ewarn "either MariaDB or PostgreSQL in your user configuration."
-   ewarn "In particular, kde-apps/kmail does not work properly 
with the sqlite backend."
-   fi
-
-   if has_version "kde-apps/akonadi[mysql]"; then
-   ewarn "Due to configuration incompatibilities we are unable to 
provide"
-   ewarn "the option to use dev-db/mysql. You must switch to 
dev-db/mariadb."
-   ewarn "  https://bugs.gentoo.org/709812;
-   ewarn "  https://bugs.kde.org/show_bug.cgi?id=421922;
-   fi
-
-   ecm_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts AccountsQt5)
-   $(cmake_use_find_package kaccounts KAccounts)
-   -DAKONADI_BUILD_QSQLITE=$(usex sqlite)
-   -DBUILD_TOOLS=$(usex tools)
- 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-search/

2021-02-16 Thread Andreas Sturmlechner
commit: e9857024e3581bebe10770593fbd9cc12992ac95
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:58:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9857024

kde-apps/akonadi-search: Drop 20.12.2 (r0)

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

 .../akonadi-search/akonadi-search-20.12.2.ebuild   | 49 --
 1 file changed, 49 deletions(-)

diff --git a/kde-apps/akonadi-search/akonadi-search-20.12.2.ebuild 
b/kde-apps/akonadi-search/akonadi-search-20.12.2.ebuild
deleted file mode 100644
index 2d08a7e0733..000
--- a/kde-apps/akonadi-search/akonadi-search-20.12.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.75.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
-HOMEPAGE="https://invent.kde.org/pim/akonadi-search;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RESTRICT+=" test" # perpetually broken, bug 662378
-
-BDEPEND="
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
-"
-RDEPEND="
-   >=dev-libs/xapian-1.3:=[chert(+)]
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-apps/akonadi-${PVCUT}:5
-   >=kde-apps/akonadi-mime-${PVCUT}:5
-   >=kde-apps/kmime-${PVCUT}:5
-   >=kde-frameworks/kcalendarcore-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcontacts-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[mariadb,postgres,sqlite] )
-"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi-search/

2021-02-16 Thread Andreas Sturmlechner
commit: 0c876627ad4b4e83f05da01d16c0c11d40a5aaa8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:57:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:57:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c876627

kde-apps/akonadi-search: kde-apps/akonadi[mariadb -> mysql]

Follow-up to 8b744749e2562e7593b07b93c018d4e6cbd51986.

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

 .../akonadi-search-20.12.2-r1.ebuild   | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/kde-apps/akonadi-search/akonadi-search-20.12.2-r1.ebuild 
b/kde-apps/akonadi-search/akonadi-search-20.12.2-r1.ebuild
new file mode 100644
index 000..e8429904b4b
--- /dev/null
+++ b/kde-apps/akonadi-search/akonadi-search-20.12.2-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.75.0
+QTMIN=5.15.2
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
+HOMEPAGE="https://invent.kde.org/pim/akonadi-search;
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+RESTRICT+=" test" # perpetually broken, bug 662378
+
+BDEPEND="
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
+"
+RDEPEND="
+   >=dev-libs/xapian-1.3:=[chert(+)]
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=kde-apps/akonadi-${PVCUT}:5
+   >=kde-apps/akonadi-mime-${PVCUT}:5
+   >=kde-apps/kmime-${PVCUT}:5
+   >=kde-frameworks/kcalendarcore-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kcodecs-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcontacts-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/krunner-${KFMIN}:5
+"
+DEPEND="${RDEPEND}
+   dev-libs/boost
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
+"



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-search/

2021-02-16 Thread Andreas Sturmlechner
commit: f89bb4967379917829edea82bccab43143f4f949
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:55:51 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:56:12 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f89bb496

kde-apps/akonadi-search: kde-apps/akonadi[mariadb -> mysql]

Reverting commit 34468217.
Follow-up to b555756d45fff488bc600669bb655aa027b89bb8.

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

 kde-apps/akonadi-search/akonadi-search-20.12.49..ebuild | 2 +-
 kde-apps/akonadi-search/akonadi-search-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/akonadi-search/akonadi-search-20.12.49..ebuild 
b/kde-apps/akonadi-search/akonadi-search-20.12.49..ebuild
index 173da5b674..9d5b0b198d 100644
--- a/kde-apps/akonadi-search/akonadi-search-20.12.49..ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-20.12.49..ebuild
@@ -45,5 +45,5 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[mariadb,postgres,sqlite] )
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
 "

diff --git a/kde-apps/akonadi-search/akonadi-search-.ebuild 
b/kde-apps/akonadi-search/akonadi-search-.ebuild
index 173da5b674..9d5b0b198d 100644
--- a/kde-apps/akonadi-search/akonadi-search-.ebuild
+++ b/kde-apps/akonadi-search/akonadi-search-.ebuild
@@ -45,5 +45,5 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-libs/boost
-   test? ( >=kde-apps/akonadi-${PVCUT}:5[mariadb,postgres,sqlite] )
+   test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/

2021-02-16 Thread Andreas Sturmlechner
commit: b555756d45fff488bc600669bb655aa027b89bb8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:25:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:47:30 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b555756d

kde-apps/akonadi: Switch back IUSE=mariadb -> mysql

This is reverting commit 6b90510a (kde overlay), fix is already upstream.
Upstream commit: 9c666d0d6039a87f6286014c7d9c7281a5bd9dd1

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=421922

Reported-by: Stephan Karacson  gmx.at>
Thanks-to: Victor Mataré  posteo.de>
Thanks-to: Thomas Deutschmann  gentoo.org>
Bug: https://bugs.gentoo.org/709812
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi/akonadi-20.12.49..ebuild | 34 ++-
 kde-apps/akonadi/akonadi-.ebuild  | 34 ++-
 kde-apps/akonadi/metadata.xml |  1 -
 3 files changed, 26 insertions(+), 43 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-20.12.49..ebuild 
b/kde-apps/akonadi/akonadi-20.12.49..ebuild
index e7d3dad598..49786040c9 100644
--- a/kde-apps/akonadi/akonadi-20.12.49..ebuild
+++ b/kde-apps/akonadi/akonadi-20.12.49..ebuild
@@ -17,16 +17,19 @@ HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi;
 LICENSE="LGPL-2.1+"
 SLOT="5"
 KEYWORDS=""
-IUSE="+kaccounts +mariadb postgres sqlite tools xml"
+IUSE="+kaccounts +mysql postgres sqlite tools xml"
 
-REQUIRED_USE="|| ( mariadb postgres sqlite ) test? ( tools )"
+REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
 
 COMMON_DEPEND="
app-arch/xz-utils
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5[postgres?]
+   >=dev-qt/qtsql-${QTMIN}:5[mysql?,postgres?]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
@@ -45,7 +48,6 @@ COMMON_DEPEND="
>=kde-apps/kaccounts-integration-20.08.3:5
net-libs/accounts-qt
)
-   mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] )
sqlite? (
dev-db/sqlite:3
>=dev-qt/qtsql-${QTMIN}:5=[sqlite]
@@ -58,24 +60,21 @@ DEPEND="${COMMON_DEPEND}
test? ( sys-apps/dbus )
 "
 RDEPEND="${COMMON_DEPEND}
-   mariadb? ( >=dev-db/mariadb-10.4:* )
+   mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
 "
 
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
 PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" )
 
 pkg_setup() {
-   # Set default storage backend in order: MariaDB, PostgreSQL, SQLite
+   # Set default storage backend in order: MySQL, PostgreSQL, SQLite
# reverse driver check to keep the order
use sqlite && DRIVER="QSQLITE3"
use postgres && DRIVER="QPSQL"
-   use mariadb && DRIVER="QMYSQL"
+   use mysql && DRIVER="QMYSQL"
 
-   if use mariadb && has_version ">=dev-db/mariadb-10.4"; then
-   ewarn "If an existing Akonadi MariaDB database is being 
upgraded using"
+   if use mysql && has_version ">=dev-db/mariadb-10.4"; then
+   ewarn "If an existing Akonadi QMYSQL database is being upgraded 
using"
ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and 
sending mail,"
ewarn "check ~/.local/share/akonadi/akonadiserver.error for 
errors like:"
ewarn "  \"Cannot add or update a child row: a foreign key 
constraint fails\""
@@ -88,17 +87,10 @@ pkg_setup() {
 
if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
ewarn "We strongly recommend you change your Akonadi database 
backend to"
-   ewarn "either MariaDB or PostgreSQL in your user configuration."
+   ewarn "either MariaDB/MySQL or PostgreSQL in your user 
configuration."
ewarn "In particular, kde-apps/kmail does not work properly 
with the sqlite backend."
fi
 
-   if has_version "kde-apps/akonadi[mysql]"; then
-   ewarn "Due to configuration incompatibilities we are unable to 
provide"
-   ewarn "the option to use dev-db/mysql. You must switch to 
dev-db/mariadb."
-   ewarn "  https://bugs.gentoo.org/709812;
-   ewarn "  https://bugs.kde.org/show_bug.cgi?id=421922;
-   fi
-
ecm_pkg_setup
 }
 
@@ -130,7 +122,7 @@ pkg_postinst() {
ecm_pkg_postinst
elog "You can select the storage backend in 
~/.config/akonadi/akonadiserverrc."
elog "Available drivers are:"
-   use mariadb && elog "  QMYSQL"
+   use mysql && elog "  QMYSQL"
use postgres && elog "  QPSQL"
use sqlite && elog "  

[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/files/, kde-apps/akonadi/

2021-02-16 Thread Andreas Sturmlechner
commit: 8b744749e2562e7593b07b93c018d4e6cbd51986
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 22:25:09 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:35:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b744749

kde-apps/akonadi: Switch back mariadb -> mysql, use 'loose_' options

This is reverting commit 6b90510a (kde overlay), instead trying to fix
MySQL server settings while keeping MariaDB settings intact.

KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=421922

Reported-by: Stephan Karacson  gmx.at>
Thanks-to: Victor Mataré  posteo.de>
Thanks-to: Thomas Deutschmann  gentoo.org>
Bug: https://bugs.gentoo.org/709812
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi/akonadi-20.12.2-r1.ebuild | 39 +--
 .../files/akonadi-20.12.2-mysql8-conf.patch| 75 ++
 2 files changed, 92 insertions(+), 22 deletions(-)

diff --git a/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild 
b/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild
index d01ba34d4e7..3c234d906ee 100644
--- a/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild
+++ b/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild
@@ -17,16 +17,19 @@ HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi;
 LICENSE="LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="+kaccounts +mariadb postgres sqlite tools xml"
+IUSE="+kaccounts +mysql postgres sqlite tools xml"
 
-REQUIRED_USE="|| ( mariadb postgres sqlite ) test? ( tools )"
+REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
 
 COMMON_DEPEND="
app-arch/xz-utils
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5[postgres?]
+   >=dev-qt/qtsql-${QTMIN}:5[mysql?,postgres?]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
@@ -45,7 +48,6 @@ COMMON_DEPEND="
>=kde-apps/kaccounts-integration-20.08.3:5
net-libs/accounts-qt
)
-   mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] )
sqlite? (
dev-db/sqlite:3
>=dev-qt/qtsql-${QTMIN}:5=[sqlite]
@@ -58,24 +60,24 @@ DEPEND="${COMMON_DEPEND}
test? ( sys-apps/dbus )
 "
 RDEPEND="${COMMON_DEPEND}
-   mariadb? ( >=dev-db/mariadb-10.4:* )
+   mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
 "
 
-# some akonadi tests time out, that probably needs more work as it's ~700 tests
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch"
+   "${FILESDIR}/${P}-mysql8-conf.patch" # bug 709812
+)
 
 pkg_setup() {
-   # Set default storage backend in order: MariaDB, PostgreSQL, SQLite
+   # Set default storage backend in order: MySQL, PostgreSQL, SQLite
# reverse driver check to keep the order
use sqlite && DRIVER="QSQLITE3"
use postgres && DRIVER="QPSQL"
-   use mariadb && DRIVER="QMYSQL"
+   use mysql && DRIVER="QMYSQL"
 
-   if use mariadb && has_version ">=dev-db/mariadb-10.4"; then
-   ewarn "If an existing Akonadi MariaDB database is being 
upgraded using"
+   if use mysql && has_version ">=dev-db/mariadb-10.4"; then
+   ewarn "If an existing Akonadi QMYSQL database is being upgraded 
using"
ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and 
sending mail,"
ewarn "check ~/.local/share/akonadi/akonadiserver.error for 
errors like:"
ewarn "  \"Cannot add or update a child row: a foreign key 
constraint fails\""
@@ -88,17 +90,10 @@ pkg_setup() {
 
if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
ewarn "We strongly recommend you change your Akonadi database 
backend to"
-   ewarn "either MariaDB or PostgreSQL in your user configuration."
+   ewarn "either MariaDB/MySQL or PostgreSQL in your user 
configuration."
ewarn "In particular, kde-apps/kmail does not work properly 
with the sqlite backend."
fi
 
-   if has_version "kde-apps/akonadi[mysql]"; then
-   ewarn "Due to configuration incompatibilities we are unable to 
provide"
-   ewarn "the option to use dev-db/mysql. You must switch to 
dev-db/mariadb."
-   ewarn "  https://bugs.gentoo.org/709812;
-   ewarn "  https://bugs.kde.org/show_bug.cgi?id=421922;
-   fi
-
ecm_pkg_setup
 }
 
@@ -130,7 +125,7 @@ pkg_postinst() {
ecm_pkg_postinst
elog "You can select the storage backend in 
~/.config/akonadi/akonadiserverrc."
elog "Available drivers are:"
-   use mariadb && elog "  QMYSQL"
+   

[gentoo-commits] repo/gentoo:master commit in: kde-apps/akonadi/

2021-02-16 Thread Andreas Sturmlechner
commit: 2ecb254dd331913b0b717b799e44cc3fd74a1dd0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 15 12:16:25 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecb254d

kde-apps/akonadi: Unrestrict kde-apps/kaccounts-integration dep

Let's take upstream's word for it.

Bug: https://bugs.gentoo.org/770775
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/akonadi/akonadi-20.12.2-r1.ebuild | 137 +
 1 file changed, 137 insertions(+)

diff --git a/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild 
b/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild
new file mode 100644
index 000..d01ba34d4e7
--- /dev/null
+++ b/kde-apps/akonadi/akonadi-20.12.2-r1.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_DESIGNERPLUGIN="true"
+ECM_TEST="forceoptional"
+KFMIN=5.75.0
+QTMIN=5.15.2
+VIRTUALDBUS_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit ecm kde.org
+
+DESCRIPTION="Storage service for PIM data and libraries for PIM apps"
+HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi;
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="+kaccounts +mariadb postgres sqlite tools xml"
+
+REQUIRED_USE="|| ( mariadb postgres sqlite ) test? ( tools )"
+
+COMMON_DEPEND="
+   app-arch/xz-utils
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5[postgres?]
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kcrash-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/kitemmodels-${KFMIN}:5
+   >=kde-frameworks/kitemviews-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-frameworks/kxmlgui-${KFMIN}:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-20.08.3:5
+   net-libs/accounts-qt
+   )
+   mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] )
+   sqlite? (
+   dev-db/sqlite:3
+   >=dev-qt/qtsql-${QTMIN}:5=[sqlite]
+   )
+   xml? ( dev-libs/libxml2 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+   dev-libs/libxslt
+   test? ( sys-apps/dbus )
+"
+RDEPEND="${COMMON_DEPEND}
+   mariadb? ( >=dev-db/mariadb-10.4:* )
+   postgres? ( dev-db/postgresql )
+"
+
+# some akonadi tests time out, that probably needs more work as it's ~700 tests
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" )
+
+pkg_setup() {
+   # Set default storage backend in order: MariaDB, PostgreSQL, SQLite
+   # reverse driver check to keep the order
+   use sqlite && DRIVER="QSQLITE3"
+   use postgres && DRIVER="QPSQL"
+   use mariadb && DRIVER="QMYSQL"
+
+   if use mariadb && has_version ">=dev-db/mariadb-10.4"; then
+   ewarn "If an existing Akonadi MariaDB database is being 
upgraded using"
+   ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and 
sending mail,"
+   ewarn "check ~/.local/share/akonadi/akonadiserver.error for 
errors like:"
+   ewarn "  \"Cannot add or update a child row: a foreign key 
constraint fails\""
+   ewarn
+   ewarn "Manual steps are required to fix it, see also:"
+   ewarn "  https://bugs.gentoo.org/688746 (see Whiteboard)"
+   ewarn "  https://bugs.kde.org/show_bug.cgi?id=409224;
+   ewarn
+   fi
+
+   if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
+   ewarn "We strongly recommend you change your Akonadi database 
backend to"
+   ewarn "either MariaDB or PostgreSQL in your user configuration."
+   ewarn "In particular, kde-apps/kmail does not work properly 
with the sqlite backend."
+   fi
+
+   if has_version "kde-apps/akonadi[mysql]"; then
+   ewarn "Due to configuration incompatibilities we are unable to 
provide"
+   ewarn "the option to use dev-db/mysql. You must switch to 
dev-db/mariadb."
+   ewarn "  https://bugs.gentoo.org/709812;
+   ewarn "  https://bugs.kde.org/show_bug.cgi?id=421922;
+   fi
+
+   ecm_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts AccountsQt5)
+   $(cmake_use_find_package kaccounts KAccounts)
+   -DAKONADI_BUILD_QSQLITE=$(usex sqlite)
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/freedesktop-icon-theme/

2021-02-16 Thread Andreas Sturmlechner
commit: 971c9971a20f0375cfb314ba2dfe01981cbf03f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 20:28:37 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 22:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971c9971

virtual/freedesktop-icon-theme: EAPI-7, add kde-frameworks/breeze-icons

Listed ahead of oxygen-icons since it is "the" current icon theme by KDE.

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

 .../freedesktop-icon-theme-0-r4.ebuild| 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild 
b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild
new file mode 100644
index 000..b92966784ff
--- /dev/null
+++ b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to choose between different icon themes"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+RDEPEND="|| (
+   x11-themes/adwaita-icon-theme
+   x11-themes/faenza-icon-theme
+   lxde-base/lxde-icon-theme
+   x11-themes/tango-icon-theme
+   kde-frameworks/breeze-icons
+   kde-frameworks/oxygen-icons
+   x11-themes/mate-icon-theme
+   x11-themes/elementary-xfce-icon-theme
+)"



[gentoo-commits] repo/proj/guru:master commit in: app-misc/lf/

2021-02-16 Thread Theo Anderson
commit: 25112c872fbac334a11da263039e67b5898da079
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 20:19:19 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 20:20:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25112c87

app-misc/lf: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/lf/Manifest | 16 
 app-misc/lf/lf-20.ebuild | 48 
 app-misc/lf/metadata.xml |  8 
 3 files changed, 72 insertions(+)

diff --git a/app-misc/lf/Manifest b/app-misc/lf/Manifest
new file mode 100644
index ..363138a0
--- /dev/null
+++ b/app-misc/lf/Manifest
@@ -0,0 +1,16 @@
+DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.mod 77 BLAKE2B 
1b81c4c20a890027242b50f1566f4dfdaf120ee26d3dc56d0c2b6465df2ba79b208289eb40c3d7b666a4e7e874210f59aea545d5125c9a55c5597a3ca7f37feb
 SHA512 
fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
+DIST github.com%2Fgdamore%2Fencoding%2F@v%2Fv1.0.0.zip 19867 BLAKE2B 
a772206ce6dc48b32d7125a25b26694325d367ebcbad85466b2e6cfdb9fc9f0e08b98b7ecede5397344e5f7e623c4c76edcf69dcee99917adccf5b31aad80bf8
 SHA512 
127767c725e376b43fe4e2003ddc12fe89693d6d7e52b01e6d47d73fd04496decc0fd60b64c7a65303428e00a52ece1848610ea35231789a814187ef8503bee3
+DIST github.com%2Fgdamore%2Ftcell%2Fv2%2F@v%2Fv2.0.0.mod 253 BLAKE2B 
972ed39f4848b39eac6662d8f0f3dfc1ff4ec14f5da35fb8c41ada758932df35d4bdc1cf1fd91e54626ae74fc1cdfbbaf93261d793ce828f6a08d0120b5168ed
 SHA512 
8d9fcc68e635c163c1f3f29367988ed5af2d3a2a9acd0c142cc95571bb920618d09e828aa0bf26718c330e5e199d66f2c6c618cab20618ca00be284b013dd833
+DIST github.com%2Fgdamore%2Ftcell%2Fv2%2F@v%2Fv2.0.0.zip 219838 BLAKE2B 
e6d587643ad89f8428931a5aa9dd085a028bf5de1ae01ee5cb9e54b93cb760b81be79f54d2f555afeffe5846915f11f58037be20948e782e3089e0f2937ee3bf
 SHA512 
6992b07bfe24152dd8b867bef52be9fdd17da27d0007ed4fc1c3701d3060bbc71854709ce74456a8d280949abd5b3224f1daf92f18c4a36b89bb78ccbbb16aac
+DIST github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.0.3.mod 51 BLAKE2B 
be532e33c9a0e83b9d0b760b21d97ac83850299adb329f754f31e4b46dc7fb7a7157d2a41cdc258924ef8ee5c111a95ac3b0037d749cc936e1988a46612522cd
 SHA512 
270b19446ac9a396f5ce7a000873928a44edb1457f86d294971dae08be37cd64ddb8edc0293e100ee60d56c504851aa69ab11db0b4cfd46649c5f79459e40011
+DIST github.com%2Flucasb-eyer%2Fgo-colorful%2F@v%2Fv1.0.3.zip 442291 BLAKE2B 
02ee4982a588e0fd1575206340bd97663147459664a2942edf151c4aec2bd20da83984c68c76e1c505c1ef930b77f934a8210f6c0ca106a0c0c91ff63733b92d
 SHA512 
8e275955eb9e5034c155c6e469e2a3117bee30fbe42e8ae394f496b83f473a1568847707707716dd5a3c57dd0e0a4bb4f4cc9af04940218ce24420493e923f14
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.7.mod 45 BLAKE2B 
a7d3b1ffaf20b96cc98161ea6756d62d8380e7557859606dc7975b3de91a2d4142932d5008caf40b41d8ff2ac1ff33f672dbfac351f3e518922a036d7c116a93
 SHA512 
0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.mod 45 BLAKE2B 
a7d3b1ffaf20b96cc98161ea6756d62d8380e7557859606dc7975b3de91a2d4142932d5008caf40b41d8ff2ac1ff33f672dbfac351f3e518922a036d7c116a93
 SHA512 
0cfd4101dd8ed90f80b7f4ce2928cd322b93855764abae65d66c5ff9888a7c8aec6ee6581c7f05d1c80db5c78003ee2afc8537fda8a3855e2349bfb8267aba61
+DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.9.zip 20005 BLAKE2B 
c0f71323efd262296b78867d2b387a74491cfae3f4498e0dd22c036b20dd6fc1b6569171eebf267effd140ec009527fa5ccbcedda4f8cebab2679582766331ea
 SHA512 
fad08292597cbd4a359e06f85bc7cc37b3d3d84b8046e47828259e36872063069c4ab17b7c89f2a5de4b5d0ab1ca5cc66cc515847a7887339a3a04b5f44e3c92
+DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190626150813-e07cf5db2756.mod 33 
BLAKE2B 
8be160de26713fd50f15adfb6fd7fff2643ee587aa17de9385b1e315869d0ecf102fc567294666bf232aa677d1ab04ba8341157f3d9b66a0f53543a7a47cf148
 SHA512 
0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
+DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190626150813-e07cf5db2756.zip 
1810550 BLAKE2B 
e0bcc6235d88e1728797c178d10261e851b18814ecad679674349596f5fc0aa2784b0b4fee440488ffe8188b47dbf8474e5a5078b1220188ac6c25b0c371068d
 SHA512 
98442115bb11ccc8061eb7c39e2e7efcc809d45ed6051456d6ec5439e20823b4b4d2ce16f4ba02530b58f74e9c1b9f3bf0d3dd0b4327b1b8158f395022ab2d80
+DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.mod 25 BLAKE2B 
31009af0fdcd0f8730c9985287e6e364ec4e5183e57e92560dbc80a2010eced51b8a90f01a82b49384268c8a0adbf69d179c205d3f68e0eb459169d2ea9528f0
 SHA512 
ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
+DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.zip 6349244 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: media-video/qliveplayer/

2021-02-16 Thread Theo Anderson
commit: 8df595c6b6a2c3aade2e3bfe6f3903dfd06e52f4
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 17:53:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 17:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df595c6

media-video/qliveplayer: add check for sed

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild | 16 +---
 media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild | 16 +---
 2 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
index 27026270..407d6797 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
@@ -47,13 +47,15 @@ src_prepare()
 {
xdg_environment_reset
cmake_src_prepare
-   # fix python version
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp \
-   || die "Sed failed to set python version!"
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/danmakulauncher.cpp \
-   || die "Sed failed to set python version!"
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/streamfinder.cpp \
-   || die "Sed failed to set python version!"
+   # respect PYTHON_SINGLE_TARGET
+   grep 'p.start("python3", args);' src/qlphelper/bilivideo.cpp >/dev/null 
|| die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp || die
+   grep 'dmcPyProcess->start("python3", dmcPy);' \
+   src/qlphelper/danmakulauncher.cpp >/dev/null || die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/danmakulauncher.cpp || die
+   grep 'proc->start("python3", args);' \
+   src/qlphelper/streamfinder.cpp >/dev/null || die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/streamfinder.cpp || die
 }
 
 src_install()

diff --git a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
index d581231d..532060f9 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
@@ -47,13 +47,15 @@ src_prepare()
 {
xdg_environment_reset
cmake_src_prepare
-   # fix python version
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp \
-   || die "Sed failed to set python version!"
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/danmakulauncher.cpp \
-   || die "Sed failed to set python version!"
-   sed -i "s/python3/${EPYTHON}/" src/qlphelper/streamfinder.cpp \
-   || die "Sed failed to set python version!"
+   # respect PYTHON_SINGLE_TARGET
+   grep 'p.start("python3", args);' src/qlphelper/bilivideo.cpp >/dev/null 
|| die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp || die
+   grep 'dmcPyProcess->start("python3", dmcPy);' \
+   src/qlphelper/danmakulauncher.cpp >/dev/null || die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/danmakulauncher.cpp || die
+   grep 'proc->start("python3", args);' \
+   src/qlphelper/streamfinder.cpp >/dev/null || die
+   sed -i "s/python3/${EPYTHON}/" src/qlphelper/streamfinder.cpp || die
 }
 
 src_install()



[gentoo-commits] repo/proj/guru:master commit in: media-video/qliveplayer/, media-video/qliveplayer/files/

2021-02-16 Thread Theo Anderson
commit: 58fa8d0cea5b11e1368c2061ab830aa9fa335e00
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 17:35:16 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 17:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58fa8d0c

media-video/qliveplayer: add README.gentoo

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 media-video/qliveplayer/files/README.gentoo  | 5 +
 media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild | 9 -
 media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild | 9 -
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/media-video/qliveplayer/files/README.gentoo 
b/media-video/qliveplayer/files/README.gentoo
new file mode 100644
index ..bede90a6
--- /dev/null
+++ b/media-video/qliveplayer/files/README.gentoo
@@ -0,0 +1,5 @@
+qliveplayer is a GUI program to watch live streams and videos.
+qlphelper is the core CLI program called by qliveplayer.
+qlphelper or qlprecorder can be used to record live streams and videos.
+mpv console or a qliveplayer config file can be used to change settings.
+See https://github.com/IsoaSFlus/QLivePlayer/wiki for more information.

diff --git a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
index d5f8601b..27026270 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit xdg cmake optfeature python-single-r1
+inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
 
 MY_P="QLivePlayer-${PV}"
 
@@ -56,9 +56,16 @@ src_prepare()
|| die "Sed failed to set python version!"
 }
 
+src_install()
+{
+   cmake_src_install
+   readme.gentoo_create_doc
+}
+
 pkg_postinst()
 {
xdg_pkg_postinst
+   readme.gentoo_print_elog
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "dev-python/protobuf-python 
net-misc/streamlink"
 }

diff --git a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
index e83c7852..d581231d 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit xdg cmake optfeature python-single-r1
+inherit xdg cmake optfeature python-single-r1 readme.gentoo-r1
 
 MY_P="QLivePlayer-${PV}"
 
@@ -56,9 +56,16 @@ src_prepare()
|| die "Sed failed to set python version!"
 }
 
+src_install()
+{
+   cmake_src_install
+   readme.gentoo_create_doc
+}
+
 pkg_postinst()
 {
xdg_pkg_postinst
+   readme.gentoo_print_elog
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "dev-python/protobuf-python 
net-misc/streamlink"
 }



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/

2021-02-16 Thread Theo Anderson
commit: bcbbf78feb8d4de83b7c97f49655651cf3de8cf4
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 18:32:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 18:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcbbf78f

media-gfx/qview: refine ebuild and metadata

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 media-gfx/qview/metadata.xml | 10 ++
 media-gfx/qview/qview-4.0.ebuild | 10 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/media-gfx/qview/metadata.xml b/media-gfx/qview/metadata.xml
index d9a1e3c6..dd4e000e 100644
--- a/media-gfx/qview/metadata.xml
+++ b/media-gfx/qview/metadata.xml
@@ -5,4 +5,14 @@
dnovome...@gmail.com
Daniel Novomesky

+   
+   
+   jurplel
+   jurp...@interversehq.com
+   
+   https://interversehq.com/qview/changelog
+   https://github.com/jurplel/qView/wiki
+   https://github.com/jurplel/qView/issues
+   jurplel/qView
+   
 

diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild
index d7102fa1..bbce1aed 100644
--- a/media-gfx/qview/qview-4.0.ebuild
+++ b/media-gfx/qview/qview-4.0.ebuild
@@ -6,27 +6,23 @@ EAPI="7"
 inherit xdg qmake-utils
 
 DESCRIPTION="Practical and minimal image viewer"
-HOMEPAGE="https://github.com/jurplel/qView;
-
+HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview;
 SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/qView-${PV}"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="dev-qt/qtgui:5"
-
 BDEPEND=""
-
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/qView-${PV}"
-
 src_configure() {
eqmake5 PREFIX=/usr qView.pro
 }
 
 src_install() {
emake INSTALL_ROOT="${D}" install
+   einstalldocs
 }



[gentoo-commits] repo/proj/guru:master commit in: media-video/qliveplayer/

2021-02-16 Thread Theo Anderson
commit: e785ddbdffeb96e3143404ad4a3d3acfe1e57828
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 17:11:48 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 17:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e785ddbd

media-video/qliveplayer: add xdg_environment_reset in src_prepare

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild | 1 +
 media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
index 7da31f94..d5f8601b 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
@@ -45,6 +45,7 @@ DEPEND="
 
 src_prepare()
 {
+   xdg_environment_reset
cmake_src_prepare
# fix python version
sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp \

diff --git a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
index 0cd43e9a..e83c7852 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
@@ -45,6 +45,7 @@ DEPEND="
 
 src_prepare()
 {
+   xdg_environment_reset
cmake_src_prepare
# fix python version
sed -i "s/python3/${EPYTHON}/" src/qlphelper/bilivideo.cpp \



[gentoo-commits] repo/proj/guru:master commit in: app-misc/lf/

2021-02-16 Thread Theo Anderson
commit: 1d5b22ec60e28c5d5cc23c1917b0263a24b1e9b2
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 20:59:44 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 20:59:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d5b22ec

app-misc/lf: fixed ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/lf/lf-20.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/lf/lf-20.ebuild b/app-misc/lf/lf-20.ebuild
index e75901ce..36aa78f3 100644
--- a/app-misc/lf/lf-20.ebuild
+++ b/app-misc/lf/lf-20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit go-module golang-build
+inherit go-module
 
 EGO_SUM=(
 "github.com/gdamore/encoding v1.0.0"
@@ -40,9 +40,11 @@ S="${WORKDIR}/lf-r${PV}"
 EGO_PN=github.com/gokcehan/lf
 
 src_compile() {
-   go build
+   go build -x || die
 }
 
 src_install() {
dobin "lf"
+   einstalldocs
+   doman "lf.1"
 }



[gentoo-commits] repo/proj/guru:master commit in: media-video/qliveplayer/

2021-02-16 Thread Theo Anderson
commit: 5554f62a4bae404291ebfbe44cf6c31cc10a6ab7
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 16:21:21 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 17:54:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5554f62a

media-video/qliveplayer: update DESCRIPTION and metadata

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 media-video/qliveplayer/metadata.xml | 7 +++
 media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild | 2 +-
 media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/media-video/qliveplayer/metadata.xml 
b/media-video/qliveplayer/metadata.xml
index 436b06b7..e6eea790 100644
--- a/media-video/qliveplayer/metadata.xml
+++ b/media-video/qliveplayer/metadata.xml
@@ -6,6 +6,13 @@
Jian Lin


+   
+   IsoaSFlus
+   m...@isoasflus.com
+   
+   
https://github.com/IsoaSFlus/QLivePlayer/releases
+   https://github.com/IsoaSFlus/QLivePlayer/wiki
+   
https://github.com/IsoaSFlus/QLivePlayer/issues
IsoaSFlus/QLivePlayer

 

diff --git a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
index b3458069..7da31f94 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit xdg cmake optfeature python-single-r1
 
 MY_P="QLivePlayer-${PV}"
 
-DESCRIPTION="A cute and useful Live Stream Player with danmaku support"
+DESCRIPTION="A player and recorder for live streams and videos with danmaku 
support"
 HOMEPAGE="https://github.com/IsoaSFlus/QLivePlayer;
 SRC_URI="https://github.com/IsoaSFlus/QLivePlayer/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"

diff --git a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild 
b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
index f6542b3b..0cd43e9a 100644
--- a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
+++ b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild
@@ -9,7 +9,7 @@ inherit xdg cmake optfeature python-single-r1
 
 MY_P="QLivePlayer-${PV}"
 
-DESCRIPTION="A cute and useful Live Stream Player with danmaku support"
+DESCRIPTION="A player and recorder for live streams and videos with danmaku 
support"
 HOMEPAGE="https://github.com/IsoaSFlus/QLivePlayer;
 SRC_URI="https://github.com/IsoaSFlus/QLivePlayer/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/

2021-02-16 Thread Theo Anderson
commit: 45f9a8aef32ae3216cc0315efa9e2951b9c73380
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:36:47 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45f9a8ae

x11-misc/i3lock-color: drop old 2.12.5

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/Manifest   |  1 -
 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 9e9f93ad..46d2ddd2 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,3 +1,2 @@
-DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
 DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
deleted file mode 100644
index c5aaad27..
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
-
-DESCRIPTION="The world's most popular non-default computer lockscreen"
-HOMEPAGE="https://github.com/Raymo111/i3lock-color;
-SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND="
-   dev-libs/libev
-   media-libs/fontconfig:=
-   media-libs/libjpeg-turbo
-   sys-libs/pam
-   x11-libs/cairo
-   x11-libs/libxcb
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-xrm
-"
-RDEPEND="
-   ${DEPEND}
-   !!x11-misc/i3lock
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   sed -e 's/^#auth include system-auth/auth include system-auth/' \
-   -e 's/^auth include login/#auth include login/' \
-   -i pam/i3lock || die
-}
-
-src_configure() {
-   autoreconf -fiv
-   default
-}
-
-pkg_postinst() {
-   elog "Running i3lock-color:"
-   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
-   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
-}



[gentoo-commits] repo/proj/guru:master commit in: app-portage/portage-lostfiles/

2021-02-16 Thread Theo Anderson
commit: 29a40fb73d52694595762a77df7aeb346fddc4ae
Author: Michael Egger  protonmail  com>
AuthorDate: Tue Feb 16 09:44:46 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 09:44:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29a40fb7

app-portage/portage-lostfiles: bump to 0.2.2

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Egger  protonmail.com>

 app-portage/portage-lostfiles/Manifest| 2 +-
 ...{portage-lostfiles-0.2.0.ebuild => portage-lostfiles-0.2.2.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/portage-lostfiles/Manifest 
b/app-portage/portage-lostfiles/Manifest
index 8f854934..2ae44a80 100644
--- a/app-portage/portage-lostfiles/Manifest
+++ b/app-portage/portage-lostfiles/Manifest
@@ -1 +1 @@
-DIST portage-lostfiles-0.2.0.tar.gz 10591 BLAKE2B 
d8f4d68e3b0f35fb7fef9845f7e43af15ed83cef6d703c16a9845e30dab392113e49df048a36275d7cd209efa9416aae94d9e4d11b1a6dfa95ac5643074f5e10
 SHA512 
795ad2601153dc113af6888a0380c88c929af5cf6ee7f8859d99943776b26c28b53383f8276929ab9e3f748c84309717d898b362561791f764432280921dad74
+DIST portage-lostfiles-0.2.2.tar.gz 10618 BLAKE2B 
a477bafc83d5af7d29759bcaa3c09a89f678a463a94f037689bdef3e85cf3b78bdc53aed87696aa351623c6be210937f50d6f71ef588d9e27dbed061300374af
 SHA512 
cf7b17d9cd3214616f4bb60284275172e4270180a87f4934e6ee5750e62315b2728e4fa0f930c18fc02b4b173b404fa27c3e75fca4f5ae0b740fe0c91025cb36

diff --git a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild 
b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
similarity index 85%
rename from app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild
rename to app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
index 87ba9dd5..816a32fb 100644
--- a/app-portage/portage-lostfiles/portage-lostfiles-0.2.0.ebuild
+++ b/app-portage/portage-lostfiles/portage-lostfiles-0.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] repo/proj/guru:master commit in: net-misc/tuir/, dev-python/kitchen/

2021-02-16 Thread Theo Anderson
commit: a07aefe3dbe611317ab6d1ff6c0f9b160518f3be
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 10:44:37 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 10:44:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a07aefe3

net-misc/tuir: fixed ebuild

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 dev-python/kitchen/Manifest | 2 +-
 dev-python/kitchen/kitchen-1.2.6.ebuild | 8 +---
 net-misc/tuir/tuir-1.29.0.ebuild| 8 
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest
index 7af3047e..936e8f58 100644
--- a/dev-python/kitchen/Manifest
+++ b/dev-python/kitchen/Manifest
@@ -1 +1 @@
-DIST 1.2.6.tar.gz 258124 BLAKE2B 
7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf
 SHA512 
d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7
+DIST kitchen-1.2.6.tar.gz 258124 BLAKE2B 
7fbe5cd65cd01783fd7802a205fca3a8cd2ee724614ed012f5978fe0302fdb0453453249b95a6c9303413ae7daa284888fa0cdab4fba6e5318e606ee579c25cf
 SHA512 
d2ebefece3131333594aa8f914f34336615ee1121aa73707c252e501ebab1361ab96071395ff6ebcfb0f1241e1ed6f396d62e1ba37e4c00f0ec81b85474523c7

diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild 
b/dev-python/kitchen/kitchen-1.2.6.ebuild
index a7b23cc2..3d2ddd9f 100644
--- a/dev-python/kitchen/kitchen-1.2.6.ebuild
+++ b/dev-python/kitchen/kitchen-1.2.6.ebuild
@@ -8,16 +8,10 @@ inherit distutils-r1
 
 DESCRIPTION="Kitchen contains a cornucopia of useful code"
 HOMEPAGE="https://github.com/fedora-infra/kitchen;
-SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz;
-
-S="${WORKDIR}/${P}"
+SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 
 SLOT="0"
 
 KEYWORDS="~amd64"
-
-src_prepare() {
-distutils-r1_src_prepare
-}

diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild
index 0a887318..cd2a9be4 100644
--- a/net-misc/tuir/tuir-1.29.0.ebuild
+++ b/net-misc/tuir/tuir-1.29.0.ebuild
@@ -11,18 +11,18 @@ DESCRIPTION="A text-based interface (TUI) to view and 
interact with Reddit from
 HOMEPAGE="https://gitlab.com/ajak/tuir;
 SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v${PV}/tuir-v${PV}.tar.gz;
 
-S="${WORKDIR}/${PN}-v${PV}"
-
 LICENSE="MIT"
 
 SLOT="0"
 
-KEYWORDS="~amd64"
+S="${WORKDIR}/${PN}-v${PV}"
 
-RDEPEND="${DEPEND}"
+KEYWORDS="~amd64"
 
 DEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
 dev-python/decorator[${PYTHON_USEDEP}]
 dev-python/requests[${PYTHON_USEDEP}]
 dev-python/six[${PYTHON_USEDEP}]
 dev-python/kitchen[${PYTHON_USEDEP}]"
+
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/qview/

2021-02-16 Thread Theo Anderson
commit: 092d2b1230dbb9c5c9cc6cac5e5d49f6069c8fc0
Author: Daniel Novomesky  gmail  com>
AuthorDate: Tue Feb 16 13:25:19 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 13:25:19 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=092d2b12

media-gfx/qview: new package

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

 media-gfx/qview/Manifest |  1 +
 media-gfx/qview/metadata.xml |  8 
 media-gfx/qview/qview-4.0.ebuild | 32 
 3 files changed, 41 insertions(+)

diff --git a/media-gfx/qview/Manifest b/media-gfx/qview/Manifest
new file mode 100644
index ..645dfc62
--- /dev/null
+++ b/media-gfx/qview/Manifest
@@ -0,0 +1 @@
+DIST qview-4.0.tar.gz 1662149 BLAKE2B 
5a09b070234b6480bd076625a543271dd1de324c10123db183c540ad9da5a3be88e1d40efc30d5ec479c84b5c81c005f149df79e7d6c9b37f491e2b3c96738ca
 SHA512 
442b7815e8449a80ec41424d7c999ea9972e19309559abb8f0985b0523255a3fe191d5cd7183a36f322be9c84d1af099cbef92a76b634da31af0852735a4620c

diff --git a/media-gfx/qview/metadata.xml b/media-gfx/qview/metadata.xml
new file mode 100644
index ..d9a1e3c6
--- /dev/null
+++ b/media-gfx/qview/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   dnovome...@gmail.com
+   Daniel Novomesky
+   
+

diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild
new file mode 100644
index ..d7102fa1
--- /dev/null
+++ b/media-gfx/qview/qview-4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit xdg qmake-utils
+
+DESCRIPTION="Practical and minimal image viewer"
+HOMEPAGE="https://github.com/jurplel/qView;
+
+SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:5"
+
+BDEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/qView-${PV}"
+
+src_configure() {
+   eqmake5 PREFIX=/usr qView.pro
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}



[gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/

2021-02-16 Thread Theo Anderson
commit: 8384595045846411fe6ec1cb4f6ee6b8acdd6c69
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 14:20:00 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 14:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83845950

app-shells/zsh-autosuggestions: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-shells/zsh-autosuggestions/Manifest|  1 +
 app-shells/zsh-autosuggestions/metadata.xml|  8 +++
 .../zsh-autosuggestions-0.6.4.ebuild   | 27 ++
 3 files changed, 36 insertions(+)

diff --git a/app-shells/zsh-autosuggestions/Manifest 
b/app-shells/zsh-autosuggestions/Manifest
new file mode 100644
index ..249800d8
--- /dev/null
+++ b/app-shells/zsh-autosuggestions/Manifest
@@ -0,0 +1 @@
+DIST zsh-autosuggestions-0.6.4.tar.gz 29154 BLAKE2B 
73bef916e4abb53f6bd7d8daa67040a78e30aaaf3d71ed04e2f32d4fbbbc35bda1fa8cbcb8957324b52c39bf7ed454132ede657b2caee03798a41a2c330df0d9
 SHA512 
226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb

diff --git a/app-shells/zsh-autosuggestions/metadata.xml 
b/app-shells/zsh-autosuggestions/metadata.xml
new file mode 100644
index ..ad8cead2
--- /dev/null
+++ b/app-shells/zsh-autosuggestions/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+svdm-gen...@protonmail.com
+Simon van der Maas
+
+

diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild 
b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
new file mode 100644
index ..3b307eb0
--- /dev/null
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Fish-like autosuggestions for zsh"
+HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions;
+SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+DEPEND=">=app-shells/zsh-4.3.11"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+   insinto "/usr/share/zsh/site-functions/"
+   doins "${PN}.zsh"
+}
+
+pkg_postinst() {
+   elog "In order to use ${CATEGORY}/${PN} add ". 
/usr/share/zsh/site-functions/zsh-autosuggestions.zsh" at the end of your 
~/.zshrc (including the dot)"
+}



[gentoo-commits] repo/proj/guru:master commit in: app-misc/termdown/

2021-02-16 Thread Theo Anderson
commit: a74e0d6f15f1fdcb13ed0fb9625fa9aaa1571c91
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 11:31:39 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a74e0d6f

app-misc/termdown: new package

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/termdown/Manifest   |  1 +
 app-misc/termdown/metadata.xml   | 11 +++
 app-misc/termdown/termdown-1.17.0.ebuild | 28 
 3 files changed, 40 insertions(+)

diff --git a/app-misc/termdown/Manifest b/app-misc/termdown/Manifest
new file mode 100644
index ..69363384
--- /dev/null
+++ b/app-misc/termdown/Manifest
@@ -0,0 +1 @@
+DIST termdown-1.17.0.tar.gz 66675 BLAKE2B 
fef398b205578182330c38fb184ee74ec2282c074d5cbe93443cf8870ec0a67d02be3f47cde9c4bb953f09e9abfced1a62848b9e9cb1e2a77eca89e1d1cfb903
 SHA512 
166b5a617f91ec149fe8dadf14b26dfc75b5719a4ad5ef8fa495028588949255a08ea896145a211221aa6d825be858bc8bc3ffc4300808ffbba0d31b41f3157b

diff --git a/app-misc/termdown/metadata.xml b/app-misc/termdown/metadata.xml
new file mode 100644
index ..f0d38ccd
--- /dev/null
+++ b/app-misc/termdown/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+svdm-gen...@protonmail.com
+Simon van der Maas
+
+
+Support for spoken countdown
+
+

diff --git a/app-misc/termdown/termdown-1.17.0.ebuild 
b/app-misc/termdown/termdown-1.17.0.ebuild
new file mode 100644
index ..9dbc7453
--- /dev/null
+++ b/app-misc/termdown/termdown-1.17.0.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=( python{3_7,3_8,3_9} )
+inherit distutils-r1
+
+DESCRIPTION="Countdown timer and stopwatch in your terminal"
+HOMEPAGE="https://github.com/trehn/termdown;
+SRC_URI="https://github.com/trehn/termdown/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE="speak"
+
+DEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyfiglet[${PYTHON_USEDEP}]
+   speak? ( app-accessibility/espeak )"
+
+RDEPEND="${DEPEND}"
+



[gentoo-commits] repo/proj/guru:master commit in: app-misc/termdown/

2021-02-16 Thread Theo Anderson
commit: 056bcf10099c60e38aa1c6a3a1ec3e7a2085aedd
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 14:25:40 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 14:25:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=056bcf10

app-misc/termdown: removed blank line

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/termdown/termdown-1.17.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/termdown/termdown-1.17.0.ebuild 
b/app-misc/termdown/termdown-1.17.0.ebuild
index 9dbc7453..178d60de 100644
--- a/app-misc/termdown/termdown-1.17.0.ebuild
+++ b/app-misc/termdown/termdown-1.17.0.ebuild
@@ -25,4 +25,3 @@ DEPEND="
speak? ( app-accessibility/espeak )"
 
 RDEPEND="${DEPEND}"
-



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/

2021-02-16 Thread Theo Anderson
commit: e10581d5fe7e14594aa21abe83fcb3b5ea295482
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:42:58 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e10581d5

x11-misc/i3lock-color: add myself to metadata file

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-misc/i3lock-color/metadata.xml 
b/x11-misc/i3lock-color/metadata.xml
index fa7fff03..4731ac87 100644
--- a/x11-misc/i3lock-color/metadata.xml
+++ b/x11-misc/i3lock-color/metadata.xml
@@ -5,6 +5,10 @@
 petrus.zy...@gmail.com
 Petrus Zhao
   
+  
+jlin.gen...@outlook.com
+Jian Lin
+  
   
 Raymo111/i3lock-color
   



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/

2021-02-16 Thread Theo Anderson
commit: d46ddec08c55af91187891457c19b4279f57fdda
Author: Jian Lin  outlook  com>
AuthorDate: Tue Feb 16 11:35:56 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 11:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d46ddec0

x11-misc/i3lock-color: bump to 2.13.2

Closes: https://github.com/gentoo/guru/issues/33
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 x11-misc/i3lock-color/Manifest   |  1 +
 x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 1bc2b76b..9e9f93ad 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,3 @@
 DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89
 DIST i3lock-color-2.13.1.tar.gz 214618 BLAKE2B 
705daf180e89f92eab188f8f84aeba62d70fb0148d6ce931ec41ed8e07affb8400d179e2662bf55c4d0a1e94d8bd9b106594babd264d53ee9051d6c9310c3c75
 SHA512 
751ae81d2a8fee6598c2812f65e8b12a3b983f4b6a6df0ef04453e4c04607ef4b15dd4b2b3ab92c9e66788947e6b0267f35bd832aa6dbbcf440e9b4722b75baa
+DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
new file mode 100644
index ..0f6ebde7
--- /dev/null
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
+
+DESCRIPTION="The world's most popular non-default computer lockscreen"
+HOMEPAGE="https://github.com/Raymo111/i3lock-color;
+SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DEPEND="
+   dev-libs/libev
+   media-libs/fontconfig:=
+   media-libs/libjpeg-turbo
+   sys-libs/pam
+   x11-libs/cairo
+   x11-libs/libxcb
+   x11-libs/libxkbcommon[X]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-xrm
+"
+RDEPEND="
+   ${DEPEND}
+   !!x11-misc/i3lock
+"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   autoreconf -fiv
+   default
+}
+
+pkg_postinst() {
+   elog "Running i3lock-color:"
+   elog "  Simply invoke the 'i3lock' command. To get out of it, enter 
your password and press enter."
+   elog "  More imformation please check 
https://github.com/Raymo111/i3lock-color#running-i3lock-color;
+}



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

2021-02-16 Thread Theo Anderson
commit: e24a2e41ecf6d6c729e9add01a925f80bd5549ce
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 10:53:49 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 10:53:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e24a2e41

dev-python/pyfiglet: updated python versions

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild 
b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
index 35776c9e..9ac98a1e 100644
--- a/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
+++ b/dev-python/pyfiglet/pyfiglet-0.8_p1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: net-misc/tuir/, dev-python/kitchen/

2021-02-16 Thread Theo Anderson
commit: 8a8bf975ed06762895883f71bb8aedfd61a3d13d
Author: Simon van der Maas  protonmail  com>
AuthorDate: Tue Feb 16 09:55:06 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Feb 16 09:55:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a8bf975

dev-python/kitchen: fixed ebuild, thx telans!

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 dev-python/kitchen/kitchen-1.2.6.ebuild | 11 ---
 net-misc/tuir/tuir-1.29.0.ebuild| 16 +---
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/dev-python/kitchen/kitchen-1.2.6.ebuild 
b/dev-python/kitchen/kitchen-1.2.6.ebuild
index 2b58ff54..a7b23cc2 100644
--- a/dev-python/kitchen/kitchen-1.2.6.ebuild
+++ b/dev-python/kitchen/kitchen-1.2.6.ebuild
@@ -3,11 +3,14 @@
 
 EAPI=7
 
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+inherit distutils-r1
+
 DESCRIPTION="Kitchen contains a cornucopia of useful code"
 HOMEPAGE="https://github.com/fedora-infra/kitchen;
-SRC_URI="https://github.com/fedora-infra/kitchen/archive/1.2.6.tar.gz;
+SRC_URI="https://github.com/fedora-infra/kitchen/archive/${PV}.tar.gz;
 
-S="${WORKDIR}"
+S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 
@@ -15,4 +18,6 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/python"
+src_prepare() {
+distutils-r1_src_prepare
+}

diff --git a/net-misc/tuir/tuir-1.29.0.ebuild b/net-misc/tuir/tuir-1.29.0.ebuild
index 07564543..0a887318 100644
--- a/net-misc/tuir/tuir-1.29.0.ebuild
+++ b/net-misc/tuir/tuir-1.29.0.ebuild
@@ -8,8 +8,8 @@ PYTHON_REQ_USE="ncurses"
 inherit distutils-r1
 
 DESCRIPTION="A text-based interface (TUI) to view and interact with Reddit 
from your terminal"
-HOMEPAGE="https://github.com/proycon/tuir;
-SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v1.29.0/tuir-v1.29.0.tar.gz;
+HOMEPAGE="https://gitlab.com/ajak/tuir;
+SRC_URI="https://gitlab.com/ajak/tuir/-/archive/v${PV}/tuir-v${PV}.tar.gz;
 
 S="${WORKDIR}/${PN}-v${PV}"
 
@@ -19,8 +19,10 @@ SLOT="0"
 
 KEYWORDS="~amd64"
 
-DEPEND="dev-python/beautifulsoup
-dev-python/decorator
-dev-python/requests
-dev-python/six
-dev-python/kitchen"
+RDEPEND="${DEPEND}"
+
+DEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
+dev-python/decorator[${PYTHON_USEDEP}]
+dev-python/requests[${PYTHON_USEDEP}]
+dev-python/six[${PYTHON_USEDEP}]
+dev-python/kitchen[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2021-02-16 Thread Sam James
commit: 146c6bc6f455ab33a744c1d8994cd330dc3f5c52
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 16 20:36:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 16 20:36:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146c6bc6

net-print/cups-filters: Stabilize 1.28.7 arm, #769194

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

 net-print/cups-filters/cups-filters-1.28.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.28.7.ebuild 
b/net-print/cups-filters/cups-filters-1.28.7.ebuild
index 1c61df76a27..37b780aabfc 100644
--- a/net-print/cups-filters/cups-filters-1.28.7.ebuild
+++ b/net-print/cups-filters/cups-filters-1.28.7.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;



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

2021-02-16 Thread Sam James
commit: 3f741248ac6d11f7b5e759863b5a9b6b6c2dc23f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 16 20:36:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 16 20:36:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f741248

dev-ruby/nokogiri: Stabilize 1.11.1-r1 arm, #762685

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

 dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild
index 34cc4914877..f9fca629b60 100644
--- a/dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.11.1-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ppc64 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 ~ppc ppc64 s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-02-16 Thread Sam James
commit: cbf88ab339f3d05624e48d0b474721d19942a48f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 16 20:36:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 16 20:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf88ab3

media-libs/libdvbpsi: Stabilize 1.3.3 arm, #769308

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

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

diff --git a/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild 
b/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
index d413ac77eaa..a50d9de1fda 100644
--- a/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
+++ b/media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://download.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # Sublot == libdvbpsi.so major
 SLOT="0/10"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="doc static-libs"
 
 BDEPEND="



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

2021-02-16 Thread Jason A. Donenfeld
commit: b4fb25ddf0a14d9f7e7a2e71c5d768d7110e6c5a
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Tue Feb 16 20:20:35 2021 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Tue Feb 16 20:21:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fb25dd

dev-lang/go: bump to 1.16

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-lang/go/Manifest   |   1 +
 dev-lang/go/go-1.16.ebuild | 197 +
 2 files changed, 198 insertions(+)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 578221786ff..b8ad7adfbba 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -2,3 +2,4 @@ DIST go1.14.14.src.tar.gz 22557733 BLAKE2B 
aa3638c7a20f89e90bf17e9da1b12323cc8c0
 DIST go1.14.15.src.tar.gz 22557340 BLAKE2B 
1170cb9d5c0c6686c0c49b4bef1f5d7afcf495a3989fb98c51f1e881eaf1c7502a9517dd9da8d84e091bd6e0d5a88f1d448bf430733a69b44ae0b00c217ba2ba
 SHA512 
94cacf8c86789600fae09a1da4055b9a436977b18488d85bb91494eece8a8e012e1b68924a8a50714c2d17db19d1e84a4a6bec91fa10fd8415c9739c9a348dc1
 DIST go1.15.7.src.tar.gz 23017978 BLAKE2B 
15b0827fb56b8e9208c65e8f7f11c7f67820efce1627b4123e937301bb437c597e87adfff9a2eee9aaf53ba0f22eb2f10746bafb7247b4250566f20181b7a2a0
 SHA512 
7b3e8bcd2fc95baad41f8b5f0456c009e01896d160e65c2670d51c23d8cfcf7a6801e831e6f9a8877fe58c8f54ac8f75bf6e7935b38ba7aaa51dc8e46cf76ddb
 DIST go1.15.8.src.tar.gz 23018628 BLAKE2B 
234208b16865f0ac1567e12d3f2dee379f64220a8a04e4b4057d065d3b12e1a110688f165ddc25accf96eab7d8bd2da3717cdd18b74f8d391da8b404bf40ae4f
 SHA512 
4b805425550aff5c38f1f66fa7f7b3282b20850b1c0735898ee62820080514a2a6ab573f1d6984656c5bb955ec2b10cef90fbb7ab6a6c8f1e75ebc0964a04a80
+DIST go1.16.src.tar.gz 20895394 BLAKE2B 
7ac4939394f873d748b7436fccc926591d34e5f046d6a5dc4548e494b523ceae5f0c30e90494993536240ebf01563774fb2103cd2e7911f72997dd2d20aeb112
 SHA512 
9c43e0ebb2d35c694b652cae8d4040ce3f3c8c014abd9496c92c78cc015ecea5b5331e7c2acf098d0c24dec222454ea09d834df4b6bc90d46e9feeac0ac578bf

diff --git a/dev-lang/go/go-1.16.ebuild b/dev-lang/go/go-1.16.ebuild
new file mode 100644
index 000..461f57dcd52
--- /dev/null
+++ b/dev-lang/go/go-1.16.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+
+MY_PV=${PV/_/}
+
+inherit toolchain-funcs
+
+case ${PV}  in
+**)
+   EGIT_REPO_URI="https://github.com/golang/go.git;
+   inherit git-r3
+   ;;
+*)
+   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
+   S="${WORKDIR}"/go
+   case ${PV} in
+   *_beta*|*_rc*) ;;
+   *)
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   ;;
+   esac
+esac
+
+DESCRIPTION="A concurrent garbage collected and typesafe programming language"
+HOMEPAGE="https://golang.org;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+
+BDEPEND="|| (
+   dev-lang/go
+   dev-lang/go-bootstrap )"
+RDEPEND="!https://golang.org/issue/2775
+   dodir /usr/lib/go
+   cp -R api bin doc lib pkg misc src test "${ED}"/usr/lib/go
+   einstalldocs
+
+   # testdata directories are not needed on the installed system
+   rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
+
+   local bin_path
+   if go_cross_compile; then
+   bin_path="bin/$(go_tuple)"
+   else
+   bin_path=bin
+   fi
+   local f x
+   for x in ${bin_path}/*; do
+   f=${x##*/}
+   dosym ../lib/go/${bin_path}/${f} /usr/bin/${f}
+   done
+
+   # install the @golang-rebuild set for Portage
+   insinto /usr/share/portage/config/sets
+   newins "${FILESDIR}"/go-sets.conf go.conf
+}
+
+pkg_postinst() {
+   [[ -z ${REPLACING_VERSIONS} ]] && return
+   einfo "After ${CATEGORY}/${PN} is updated it is recommended to rebuild"
+   einfo "all packages compiled with previous versions of 
${CATEGORY}/${PN}"
+   einfo "due to the static linking nature of go."
+   einfo "If this is not done, the packages compiled with the older"
+   einfo "version of the compiler will not be updated until they are"
+   einfo "updated individually, which could mean they will have"
+   einfo "vulnerabilities."
+   einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
+   einfo "See https://bugs.gentoo.org/752153 for more info"
+}



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

2021-02-16 Thread Jory Pratt
commit: cfa2c824755cd4cef61045bd4b703d773b0ed05d
Author: Jory Pratt  gentoo  org>
AuthorDate: Tue Feb 16 20:09:24 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Feb 16 20:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa2c824

sys-libs/musl: unbreak cross-compiles

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

 sys-libs/musl/musl-1.2.1-r2.ebuild | 3 +--
 sys-libs/musl/musl-1.2.2-r2.ebuild | 3 +--
 sys-libs/musl/musl-.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/sys-libs/musl/musl-1.2.1-r2.ebuild 
b/sys-libs/musl/musl-1.2.1-r2.ebuild
index 5e1a335f41a..02735e87688 100644
--- a/sys-libs/musl/musl-1.2.1-r2.ebuild
+++ b/sys-libs/musl/musl-1.2.1-r2.ebuild
@@ -123,9 +123,8 @@ src_install() {
dobin "${T}"/iconv
echo 'LDPATH="include ld.so.conf.d/*.conf"' > "${T}"/00musl || 
die
doenvd "${T}"/00musl
+   dolib.a libssp_nonshared.a
fi
-
-   dolib.a libssp_nonshared.a
 }
 
 pkg_postinst() {

diff --git a/sys-libs/musl/musl-1.2.2-r2.ebuild 
b/sys-libs/musl/musl-1.2.2-r2.ebuild
index 9025fd02109..d9551e1c7e4 100644
--- a/sys-libs/musl/musl-1.2.2-r2.ebuild
+++ b/sys-libs/musl/musl-1.2.2-r2.ebuild
@@ -131,9 +131,8 @@ src_install() {
dobin "${T}"/iconv
echo 'LDPATH="include ld.so.conf.d/*.conf"' > "${T}"/00musl || 
die
doenvd "${T}"/00musl
+   dolib.a libssp_nonshared.a
fi
-
-   dolib.a libssp_nonshared.a
 }
 
 pkg_postinst() {

diff --git a/sys-libs/musl/musl-.ebuild b/sys-libs/musl/musl-.ebuild
index 9025fd02109..d9551e1c7e4 100644
--- a/sys-libs/musl/musl-.ebuild
+++ b/sys-libs/musl/musl-.ebuild
@@ -131,9 +131,8 @@ src_install() {
dobin "${T}"/iconv
echo 'LDPATH="include ld.so.conf.d/*.conf"' > "${T}"/00musl || 
die
doenvd "${T}"/00musl
+   dolib.a libssp_nonshared.a
fi
-
-   dolib.a libssp_nonshared.a
 }
 
 pkg_postinst() {



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

2021-02-16 Thread Lars Wendler
commit: 5191933ea745411f26b8d3e60351649916230d17
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Feb 16 19:55:58 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Feb 16 19:56:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5191933e

sys-apps/fwupd: USE="uefi" requires USE="gnutls"

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

 sys-apps/fwupd/fwupd-1.5.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/fwupd/fwupd-1.5.6.ebuild 
b/sys-apps/fwupd/fwupd-1.5.6.ebuild
index 891236d11e1..605097ca1b7 100644
--- a/sys-apps/fwupd/fwupd-1.5.6.ebuild
+++ b/sys-apps/fwupd/fwupd-1.5.6.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
^^ ( elogind minimal systemd )
dell? ( uefi )
minimal? ( !introspection )
+   uefi? ( gnutls )
 "
 RESTRICT="!test? ( test )"
 



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

2021-02-16 Thread Stephan Hartmann
commit: b78056a94e643b588ef7ec2f29a3d7c81b2b95f3
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Feb 16 19:55:52 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Feb 16 19:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78056a9

www-client/google-chrome: automated update (88.0.4324.182)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome/Manifest   | 2 +-
 ...e-chrome-88.0.4324.150.ebuild => google-chrome-88.0.4324.182.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index f896c362a41..16dbc55f3d5 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_88.0.4324.150-1_amd64.deb 72796932 BLAKE2B 
933cddd15ae8a8d1b6ef725e7a01221815e8d8a0a2758890c71e7fe4f5a90017f7b24272452cbd693755fc37428c21290f42e43eb53048b9041626225962a7e9
 SHA512 
1a86aa11004cb6487c0bfc2a43591c8829fb487241761a5e053e03e0bd5449e511a51932f41f07be40058a536d33684f3f2fbb145701fa31d9ca464ef4611cff
+DIST google-chrome-stable_88.0.4324.182-1_amd64.deb 72787408 BLAKE2B 
a888e7bd5479bf29389bcc15fcbda2a35cefe9a8e380b08999876be6d8366b26486820dbea94bd744e69bede6e471cf6305ba7662d4bdc9b9af3146a4efac506
 SHA512 
d9406faad31e42156d946262ef1f98430074d687ac956c548845789ddf81b08fc58b77499f3b80ea91725b44130caefc34cef84f73d48f6bfd1fc54c53c0d195

diff --git a/www-client/google-chrome/google-chrome-88.0.4324.150.ebuild 
b/www-client/google-chrome/google-chrome-88.0.4324.182.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-88.0.4324.150.ebuild
rename to www-client/google-chrome/google-chrome-88.0.4324.182.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2021-02-16 Thread Stephan Hartmann
commit: 3be8cdc6ad7bc1dc9ffb9d670ab22e1fd40a9e27
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Feb 16 19:55:55 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Feb 16 19:55:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be8cdc6

www-plugins/chrome-binary-plugins: automated update (88.0.4324.182)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...-88.0.4324.150.ebuild => chrome-binary-plugins-88.0.4324.182.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 1686c8cccf3..b13e7c4239b 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_89.0.4389.47-1_amd64.deb 75899464 BLAKE2B 
3a63299a999b3a6305f5c7ea627f31b0cb4de28c6f7466e9c8c4368bf4901c4c3894120013b0a277e922ddfad434a3afd623b28c6e4371052e1d1b752d950461
 SHA512 
0b8d1adeb8cdc7d33e2df957434ff449943f31e6fd67ec9db369f6c60c07aa6c3f94e89ec508be1a8474a6a2f562622fdd31c70f3e853babe7c1e43347e1c560
-DIST google-chrome-stable_88.0.4324.150-1_amd64.deb 72796932 BLAKE2B 
933cddd15ae8a8d1b6ef725e7a01221815e8d8a0a2758890c71e7fe4f5a90017f7b24272452cbd693755fc37428c21290f42e43eb53048b9041626225962a7e9
 SHA512 
1a86aa11004cb6487c0bfc2a43591c8829fb487241761a5e053e03e0bd5449e511a51932f41f07be40058a536d33684f3f2fbb145701fa31d9ca464ef4611cff
+DIST google-chrome-stable_88.0.4324.182-1_amd64.deb 72787408 BLAKE2B 
a888e7bd5479bf29389bcc15fcbda2a35cefe9a8e380b08999876be6d8366b26486820dbea94bd744e69bede6e471cf6305ba7662d4bdc9b9af3146a4efac506
 SHA512 
d9406faad31e42156d946262ef1f98430074d687ac956c548845789ddf81b08fc58b77499f3b80ea91725b44130caefc34cef84f73d48f6bfd1fc54c53c0d195
 DIST google-chrome-unstable_90.0.4412.3-1_amd64.deb 81204256 BLAKE2B 
5717b16895b91c615f388302b347e9533e07eaaed0dbf929cb975c291753c16de3c0ac8bd06e0f075f7c40ccbbe63da8c68f95bfe62ca5c8b888604e8d32613e
 SHA512 
8eddce679984370bbc8f8cbc4ae1b8e87539fa201bf193d108a2613740f5a7b9d6151968627892cba327b1c5ba6a86f3a3a470daade46903bb771368915cb937

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.150.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.182.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.150.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.182.ebuild



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

2021-02-16 Thread Stephan Hartmann
commit: 0dc26952ea0202b7b4b125cc0e12ff6d561ace1e
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Feb 16 19:53:40 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Feb 16 19:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc26952

www-client/opera-developer: bump to 75.0.3967.0

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-75.0.3967.0.ebuild | 139 +
 2 files changed, 140 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 00554ce2530..a301c987e19 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -4,5 +4,6 @@ DIST opera-developer_75.0.3939.0_amd64.deb 73827828 BLAKE2B 
008a956c33a885457b37
 DIST opera-developer_75.0.3946.0_amd64.deb 73814064 BLAKE2B 
29ae148f5f254d7d1c5807a309e24f0339a6ab27471df61f855fea9871a18cd04087733f731277c3fd5b1a129a06a7de7b83350b5ecb9c1f870bd5e5a96dcbbb
 SHA512 
658fbc410f095465e77f09b9350ea3bb55fabefebe0461616af9a95d1fa85b795a34b4f079151b794307f347b44e4770153da09169d90a97966873361133a09a
 DIST opera-developer_75.0.3953.0_amd64.deb 74965200 BLAKE2B 
bb542fc2819b057befdd3278d791bda15bc4e22415ceeddaa21a8b155396708f745897f6ac4e9f3d8cf627940f8b5bcf619c49a5a36de38075768b929b0e1e1a
 SHA512 
b8c54399aa5fe668242b11a07ae047920ca5c170511f6b8721ab6d5dbb9872d61ab5be73fab78c9e9c543d9986f995399b415060c2f6fff554afaabf22fee1f7
 DIST opera-developer_75.0.3960.0_amd64.deb 74306780 BLAKE2B 
dc83361be50dba7b29c25b345b03d40878c6ae83a3590ad8a98a80554fe2a81b2461bbf57c303dac190bca8a8d8d91315b553392e6033c611601d2b4773796b1
 SHA512 
7cc4c6ddd57dbe5cdb3da53cd168f81d35c6f1b0961c3c69bdef7f4488b41b99cf56ec952c56cc4c4155a5091d246b9c7e7a7d5167f53070142be53194ab
+DIST opera-developer_75.0.3967.0_amd64.deb 74349124 BLAKE2B 
c61aa27ae9bf5174e8747c146d85b3ac32887a67106307dc2f195da2e693738359947a2c962ddaba23044ee55fa8c5fbbf8cac33e06b5d25272e87070d3d3202
 SHA512 
19bab0848e707181cd2d5e853f347f79afad1e10fbef83b09225e37a77069d246a292797f6018a550df7be59c350dacd06709e4807deb43211fb4bcbd50fd4a5
 DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
 DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77

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

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

2021-02-16 Thread Stephan Hartmann
commit: ffac7f79f600601914761db10f32c8e8b7073fd3
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Feb 16 19:54:35 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Feb 16 19:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffac7f79

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   5 -
 .../opera-developer-75.0.3925.0.ebuild | 139 -
 .../opera-developer-75.0.3932.0.ebuild | 139 -
 .../opera-developer-75.0.3939.0.ebuild | 139 -
 .../opera-developer-75.0.3946.0.ebuild | 139 -
 5 files changed, 561 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index a301c987e19..f93e0d25f93 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,9 +1,4 @@
-DIST opera-developer_75.0.3925.0_amd64.deb 73581348 BLAKE2B 
06eb0592c92c07cd6eaf0dd06683f355f77b96bf34a3cabd64176cf7bafe0a760b41f27fbe4969b93d5d9ee67a91bdff0bb93c4fdab33de7e38f690fbc8b8d99
 SHA512 
f86785066ec6508a633c8612a271443a2f463c2e124a205477e06195c8c802e742e5a58565674dec07221115289f2ed79b0ab38bd8e2d94970e70679986fb2d3
-DIST opera-developer_75.0.3932.0_amd64.deb 73580520 BLAKE2B 
0ede121d06b8f3b8c90d190c66b2610986f3b011e46837541565a12c2067f61aa20f021059c04be82b53826ddc130dc4c1abf218d275e0ac7632d61b20b958a5
 SHA512 
acfdd983ef01e02884576457c4e45236dd059938b95d88021889b0bb141aabae6ddd1157126b4eaa9407c80610a4a4a75097bbabe8bdc3b68f563e41b03f70b5
-DIST opera-developer_75.0.3939.0_amd64.deb 73827828 BLAKE2B 
008a956c33a885457b3790596d97339a5e8c70371157fb3a1f3b83e7791e7a59f9cee265f24a472a2373a8c4abed23bf109abb34903d1e041377a16ad3355e00
 SHA512 
f9b05bfe46960aed7f3325cfe149f607e98df9c8b4b780c13835fecc32180a8ecf6177128834442c3aa6fee392f61a0febf4a59503290e31d643f43bb0c5eedb
-DIST opera-developer_75.0.3946.0_amd64.deb 73814064 BLAKE2B 
29ae148f5f254d7d1c5807a309e24f0339a6ab27471df61f855fea9871a18cd04087733f731277c3fd5b1a129a06a7de7b83350b5ecb9c1f870bd5e5a96dcbbb
 SHA512 
658fbc410f095465e77f09b9350ea3bb55fabefebe0461616af9a95d1fa85b795a34b4f079151b794307f347b44e4770153da09169d90a97966873361133a09a
 DIST opera-developer_75.0.3953.0_amd64.deb 74965200 BLAKE2B 
bb542fc2819b057befdd3278d791bda15bc4e22415ceeddaa21a8b155396708f745897f6ac4e9f3d8cf627940f8b5bcf619c49a5a36de38075768b929b0e1e1a
 SHA512 
b8c54399aa5fe668242b11a07ae047920ca5c170511f6b8721ab6d5dbb9872d61ab5be73fab78c9e9c543d9986f995399b415060c2f6fff554afaabf22fee1f7
 DIST opera-developer_75.0.3960.0_amd64.deb 74306780 BLAKE2B 
dc83361be50dba7b29c25b345b03d40878c6ae83a3590ad8a98a80554fe2a81b2461bbf57c303dac190bca8a8d8d91315b553392e6033c611601d2b4773796b1
 SHA512 
7cc4c6ddd57dbe5cdb3da53cd168f81d35c6f1b0961c3c69bdef7f4488b41b99cf56ec952c56cc4c4155a5091d246b9c7e7a7d5167f53070142be53194ab
 DIST opera-developer_75.0.3967.0_amd64.deb 74349124 BLAKE2B 
c61aa27ae9bf5174e8747c146d85b3ac32887a67106307dc2f195da2e693738359947a2c962ddaba23044ee55fa8c5fbbf8cac33e06b5d25272e87070d3d3202
 SHA512 
19bab0848e707181cd2d5e853f347f79afad1e10fbef83b09225e37a77069d246a292797f6018a550df7be59c350dacd06709e4807deb43211fb4bcbd50fd4a5
-DIST opera-ffmpeg-codecs-88.0.4324.27.tar.xz 1362668 BLAKE2B 
0815049dbf95996a04a072ad1b82664ef594e0ea99aaea5ea9d54448457bb5aa5c6d9cb95d6c84a14ca64a29e0a2e9c6f5315a1988eb577ad02cc7422fe0f886
 SHA512 
cd1857d302c413a52433839103a3a268a12ab255ad8d6e651e872f7f28b61e1426e3c2854fc9a6acf4430be9fa8fea939de288c800cc3c60696394f77d86146d
 DIST opera-ffmpeg-codecs-89.0.4381.8.tar.xz 1427048 BLAKE2B 
6f92f8582663b46875f4a3d9b0b80b14eb8b361b23699bd5e10319c9b16b26a436cd710cec684a818189eae4892fc41daf2b3387282926e964d4d395a1c7778e
 SHA512 
7947eeaa361e78d1a69d244727ad601719fd4e6d6c284b1655e9fd9c74cf718f42ba3e0d0277f96a7b9cab984d743ea190404e2f74b5e1a6b9bd244e45b71e77

diff --git a/www-client/opera-developer/opera-developer-75.0.3925.0.ebuild 
b/www-client/opera-developer/opera-developer-75.0.3925.0.ebuild
deleted file mode 100644
index 2f9be6861f9..000
--- a/www-client/opera-developer/opera-developer-75.0.3925.0.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   

  1   2   3   4   >