[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/files/, app-crypt/tpm2-tss/

2020-09-05 Thread Joonas Niilola
commit: fb7e62b8d311d8bae45b47e61d5b7fd0601d1ab1
Author: Salah Coronya  gmail  com>
AuthorDate: Wed Aug  5 23:16:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7e62b8

app-crypt/tpm2-tss: Bump to 3.0.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Salah Coronya  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17025
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/tpm2-tss/Manifest|  1 +
 ...0.0-Dont-run-systemd-sysusers-in-Makefile.patch | 16 +
 app-crypt/tpm2-tss/metadata.xml|  1 +
 app-crypt/tpm2-tss/tpm2-tss-3.0.0.ebuild   | 75 ++
 4 files changed, 93 insertions(+)

diff --git a/app-crypt/tpm2-tss/Manifest b/app-crypt/tpm2-tss/Manifest
index 5e42808b9f8..88f3e328b95 100644
--- a/app-crypt/tpm2-tss/Manifest
+++ b/app-crypt/tpm2-tss/Manifest
@@ -1,2 +1,3 @@
 DIST tpm2-tss-2.4.1.tar.gz 1445103 BLAKE2B 
c7be91b93d19b5afeddb6ec455db9ba06795f8dc76ee2a0c6cbabbd8f623930d7c9fdf6319497c70790445531d1e36fe3f904f4c1f4bc9254d833b6d19280f1f
 SHA512 
51551d63fa404e23664aaad1b247bd4b1f93812ced1aed144c37f28cdb3adb4e696aa9e93a502c8fa0eb7e9b4376ac9377f0537eb4c717b68c0b014fee7a0643
 DIST tpm2-tss-2.4.2.tar.gz 1461987 BLAKE2B 
7d37818ba91c4128862206d5179dcde2c5149b5b00807b242a0b4311531ad2da9e8ad435a6b46872aab5eb91777012010a352ba0f478737740175e0353275643
 SHA512 
db31d216abcefdad76f5d9ff2995c99c552400392a4dec800b962fa1fa3ac83effacca831602a9b7f814045c996a1bb066802c5373b54233aa24ddafd636c27e
+DIST tpm2-tss-3.0.0.tar.gz 1509288 BLAKE2B 
23c46ba6c9ea2b61703556d3aab5b4e75b1a0242a688c44e8c254a4defd8258e100a933598755373ffec9db3ca0ab9d35e6a290a73851c2a456449e04bd8313a
 SHA512 
ba54904f2cd8cbcca85ce4d4ac5c8650da6ab076e8d8d142e1b7ee75c5e9a645520f1a5ac8ffe5269deceba84762c9074b131296e8b2d4c684ddc335a828d7a8

diff --git 
a/app-crypt/tpm2-tss/files/tpm2-tss-3.0.0-Dont-run-systemd-sysusers-in-Makefile.patch
 
b/app-crypt/tpm2-tss/files/tpm2-tss-3.0.0-Dont-run-systemd-sysusers-in-Makefile.patch
new file mode 100644
index 000..fd1d462151f
--- /dev/null
+++ 
b/app-crypt/tpm2-tss/files/tpm2-tss-3.0.0-Dont-run-systemd-sysusers-in-Makefile.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile.am b/Makefile.am
+index f2fa515a..7d2aca29 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -664,11 +664,6 @@ endif #FAPI
+ EXTRA_DIST += dist/tpm-udev.rules
+ 
+ install-dirs:
+-if HOSTOS_LINUX
+-  (systemd-sysusers && systemd-tmpfiles --create) || \
+-  ($(call make_tss_user_and_group) && $(call make_fapi_dirs) && ($call 
set_fapi_permissions)) || true
+-  $(call check_fapi_dirs)
+-endif
+ 
+ install-data-hook: install-dirs
+   -if [ ! -z "$(udevrulesprefix)" ]; then \

diff --git a/app-crypt/tpm2-tss/metadata.xml b/app-crypt/tpm2-tss/metadata.xml
index ca0c0ecca08..eec8488de47 100644
--- a/app-crypt/tpm2-tss/metadata.xml
+++ b/app-crypt/tpm2-tss/metadata.xml
@@ -12,6 +12,7 @@

Enable feature API (requires openssl as 
crypto backend)
Use dev-libs/libgcrypt as crypto 
engine
+   Use net-libs/mbedtls as crypto 
engine
Use dev-libs/openssl as crypto 
engine



diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.0.0.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-3.0.0.ebuild
new file mode 100644
index 000..b746508251c
--- /dev/null
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.0.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info tmpfiles udev
+
+DESCRIPTION="TCG Trusted Platform Module 2.0 Software Stack"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-tss;
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc +fapi  +openssl mbedtls static-libs test"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="^^ ( mbedtls openssl )
+   fapi? ( openssl !mbedtls )"
+
+RDEPEND="acct-group/tss
+   acct-user/tss
+   fapi? ( dev-libs/json-c
+   net-misc/curl )
+   mbedtls? ( net-libs/mbedtls:= )
+   openssl? ( dev-libs/openssl:= )"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}/${P}-Dont-run-systemd-sysusers-in-Makefile.patch"
+)
+
+pkg_setup() {
+   local CONFIG_CHECK=" \
+   ~TCG_TPM
+   "
+   linux-info_pkg_setup
+   kernel_is ge 4 12 0 || ewarn "At least kernel 4.12.0 is required"
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   $(use_enable doc doxygen-doc) \
+   $(use_enable fapi) \
+   $(use_enable static-libs static) \
+   

[gentoo-commits] repo/gentoo:master commit in: sys-fs/simple-mtpfs/

2020-09-05 Thread Joonas Niilola
commit: 74d98b9da0d765d3a218fd631dfe6572d47ff723
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Sep  5 19:10:15 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d98b9d

sys-fs/simple-mtpfs: update fuse dependency slot

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17431
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild 
b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
index a84aa51dbee..7ca90686a86 100644
--- a/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
+++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.4.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
media-libs/libmtp
-   sys-fs/fuse:0"
+   sys-fs/fuse:="
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/autoconf-archive



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/, app-crypt/tpm2-tss/files/

2020-09-05 Thread Joonas Niilola
commit: 47af162aba9d836e7720a83239c006bfd4df
Author: Salah Coronya  gmail  com>
AuthorDate: Wed Aug  5 23:16:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47af162a

app-crypt/tpm2-tss: Bump to 2.4.2

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Salah Coronya  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/tpm2-tss/Manifest|  1 +
 ...4.2-Dont-run-systemd-sysusers-in-Makefile.patch | 15 +
 app-crypt/tpm2-tss/tpm2-tss-2.4.2.ebuild   | 77 ++
 3 files changed, 93 insertions(+)

diff --git a/app-crypt/tpm2-tss/Manifest b/app-crypt/tpm2-tss/Manifest
index 2fb402eb43d..5e42808b9f8 100644
--- a/app-crypt/tpm2-tss/Manifest
+++ b/app-crypt/tpm2-tss/Manifest
@@ -1 +1,2 @@
 DIST tpm2-tss-2.4.1.tar.gz 1445103 BLAKE2B 
c7be91b93d19b5afeddb6ec455db9ba06795f8dc76ee2a0c6cbabbd8f623930d7c9fdf6319497c70790445531d1e36fe3f904f4c1f4bc9254d833b6d19280f1f
 SHA512 
51551d63fa404e23664aaad1b247bd4b1f93812ced1aed144c37f28cdb3adb4e696aa9e93a502c8fa0eb7e9b4376ac9377f0537eb4c717b68c0b014fee7a0643
+DIST tpm2-tss-2.4.2.tar.gz 1461987 BLAKE2B 
7d37818ba91c4128862206d5179dcde2c5149b5b00807b242a0b4311531ad2da9e8ad435a6b46872aab5eb91777012010a352ba0f478737740175e0353275643
 SHA512 
db31d216abcefdad76f5d9ff2995c99c552400392a4dec800b962fa1fa3ac83effacca831602a9b7f814045c996a1bb066802c5373b54233aa24ddafd636c27e

diff --git 
a/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch
 
b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch
new file mode 100644
index 000..c37a73531c0
--- /dev/null
+++ 
b/app-crypt/tpm2-tss/files/tpm2-tss-2.4.2-Dont-run-systemd-sysusers-in-Makefile.patch
@@ -0,0 +1,15 @@
+diff --git a/Makefile.am b/Makefile.am
+index 322415b8..39e09063 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -602,10 +602,6 @@ endif #FAPI
+ EXTRA_DIST += dist/tpm-udev.rules
+ 
+ install-dirs:
+-if HOSTOS_LINUX
+-  (systemd-sysusers && systemd-tmpfiles --create) || \
+-  ($(call make_tss_user_and_group) && $(call make_fapi_dirs) && ($call 
set_fapi_permissions)) || true
+-endif
+ 
+ install-data-hook: install-dirs
+   -if [ ! -z "$(udevrulesprefix)" ]; then \

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.4.2.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.4.2.ebuild
new file mode 100644
index 000..6f62e2098b9
--- /dev/null
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.4.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info tmpfiles udev
+
+DESCRIPTION="TCG Trusted Platform Module 2.0 Software Stack"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-tss;
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc +fapi gcrypt +openssl static-libs test"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="^^ ( gcrypt openssl )
+   fapi? ( openssl !gcrypt )"
+
+RDEPEND="acct-group/tss
+   acct-user/tss
+   fapi? (
+   dev-libs/json-c
+   net-misc/curl
+   )
+   gcrypt? ( dev-libs/libgcrypt:0= )
+   openssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cmocka )"
+BDEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+PATCHES=(
+   "${FILESDIR}/${P}-Dont-run-systemd-sysusers-in-Makefile.patch"
+)
+
+pkg_setup() {
+   local CONFIG_CHECK=" \
+   ~TCG_TPM
+   "
+   linux-info_pkg_setup
+   kernel_is ge 4 12 0 || ewarn "At least kernel 4.12.0 is required"
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   $(use_enable doc doxygen-doc) \
+   $(use_enable fapi) \
+   $(use_enable static-libs static) \
+   $(use_enable test unit) \
+   --disable-tcti-mssim \
+   --disable-defaultflags \
+   --disable-weakcrypto \
+   --with-crypto="$(usex gcrypt gcrypt ossl)" \
+   --with-runstatedir=/run \
+   --with-udevrulesdir="$(get_udevdir)/rules.d" \
+   --with-udevrulesprefix=60- \
+   --with-sysusersdir="/usr/lib/sysusers.d" \
+   --with-tmpfilesdir="/usr/lib/tmpfiles.d"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   tmpfiles_process tpm2-tss-fapi.conf
+}



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

2020-09-05 Thread Joonas Niilola
commit: 63898db3d6d7af6a41a62549635d1ed06ce03ad8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Sep  6 05:54:56 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63898db3

app-i18n/uchardet: restore ~ia64 on 0.0.7

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

 app-i18n/uchardet/uchardet-0.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/uchardet/uchardet-0.0.7.ebuild 
b/app-i18n/uchardet/uchardet-0.0.7.ebuild
index 777ebc8cfb7..ca135f83ebe 100644
--- a/app-i18n/uchardet/uchardet-0.0.7.ebuild
+++ b/app-i18n/uchardet/uchardet-0.0.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/;
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/

2020-09-05 Thread Joonas Niilola
commit: e40fe88a5617f3f6138d42164fa1b06e82bd4f82
Author: Theo Anderson  posteo  de>
AuthorDate: Sat Sep  5 07:57:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40fe88a

sys-fs/compsize: add proxy maintainer

Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson  posteo.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/compsize/metadata.xml | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/sys-fs/compsize/metadata.xml b/sys-fs/compsize/metadata.xml
index c1744fe7fc5..289d3a1d5b6 100644
--- a/sys-fs/compsize/metadata.xml
+++ b/sys-fs/compsize/metadata.xml
@@ -1,5 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+   
+   tel...@posteo.de
+   Theo Anderson
+   
+   
+   Proxy Maintainers
+   proxy-ma...@gentoo.org
+   
+   
+   kilobyte/compsize
+   
 



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

2020-09-05 Thread Joonas Niilola
commit: 74436838a0da53e067c2bb8a80e21f2df13244ee
Author: Matthias Coppens  gmail  com>
AuthorDate: Sun Aug  9 23:08:11 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74436838

app-i18n/uchardet: Version bump + maintainership

+ Added version 0.0.7, patch from 0.0.6-r2 isn't needed there
+ EAPI 6 -> 7
+ Eclass cmake-utils -> cmake
+ I've adopted this orphaned package

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17066
Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/uchardet/Manifest   |  1 +
 app-i18n/uchardet/metadata.xml   | 15 +++
 .../{uchardet-.ebuild => uchardet-0.0.7.ebuild}  | 20 +---
 app-i18n/uchardet/uchardet-.ebuild   | 18 --
 4 files changed, 37 insertions(+), 17 deletions(-)

diff --git a/app-i18n/uchardet/Manifest b/app-i18n/uchardet/Manifest
index c07df8b95bd..6d0131253a3 100644
--- a/app-i18n/uchardet/Manifest
+++ b/app-i18n/uchardet/Manifest
@@ -1 +1,2 @@
 DIST uchardet-0.0.6.tar.xz 169192 BLAKE2B 
a0bc80ecd12565c1459b8136e3dc0530250571b5adbe4a7013c561f846f64f58482b9fd9cc5aa7493f20e913f59504a6e08c26571bf33ff34b4823f55d857b8c
 SHA512 
eceeadae060bf277e298d709856609dde32921271140dc1fb0a33c7b6e1381033fc2960d616ebbd82c92815936864d2c0743b1b5ea1b7d4a200df87df80d6de5
+DIST uchardet-0.0.7.tar.xz 215492 BLAKE2B 
1f8b171676bc6edf1f3493a4a370e32b7b956104ea0b12a03837d817c386d59aa512c3a107426aedb087987cf3a7b99c4b2df4a667ed685ff9959f6bc6b4506c
 SHA512 
ddb7b63dd09c1d9acbe620d86217e583d9aa5340780ab4010ec9faa4fd331498859d5efa7829bf8847da89325accf8f7304b51d410210178fc1ffa6658064a6f

diff --git a/app-i18n/uchardet/metadata.xml b/app-i18n/uchardet/metadata.xml
index df067141bad..3c431c24f07 100644
--- a/app-i18n/uchardet/metadata.xml
+++ b/app-i18n/uchardet/metadata.xml
@@ -1,8 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   
https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet
-   
+
+coppens.matthias@gmail.com
+Matthias Coppens
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
+
+
https://bugs.freedesktop.org/enter_bug.cgi?product=uchardet
+
 

diff --git a/app-i18n/uchardet/uchardet-.ebuild 
b/app-i18n/uchardet/uchardet-0.0.7.ebuild
similarity index 58%
copy from app-i18n/uchardet/uchardet-.ebuild
copy to app-i18n/uchardet/uchardet-0.0.7.ebuild
index 0aef01cb3c6..777ebc8cfb7 100644
--- a/app-i18n/uchardet/uchardet-.ebuild
+++ b/app-i18n/uchardet/uchardet-0.0.7.ebuild
@@ -1,22 +1,28 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils git-r3
+inherit cmake
+if [ "${PV}" =  ]
+then
+   inherit git-r3
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git;
+else
+   
SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz;
+fi
 
 DESCRIPTION="An encoding detector library"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/;
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git;
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="cpu_flags_x86_sse2 static-libs test"
 RESTRICT="!test? ( test )"
 
 src_prepare() {
-   cmake-utils_src_prepare
+   cmake_src_prepare
use test || cmake_comment_add_subdirectory test
 }
 
@@ -26,5 +32,5 @@ src_configure() {
-DBUILD_STATIC=$(usex static-libs)
-DCHECK_SSE2=$(usex cpu_flags_x86_sse2)
)
-   cmake-utils_src_configure
+   cmake_src_configure
 }

diff --git a/app-i18n/uchardet/uchardet-.ebuild 
b/app-i18n/uchardet/uchardet-.ebuild
index 0aef01cb3c6..031c6d82948 100644
--- a/app-i18n/uchardet/uchardet-.ebuild
+++ b/app-i18n/uchardet/uchardet-.ebuild
@@ -1,13 +1,19 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils git-r3
+inherit cmake
+if [ "${PV}" =  ]
+then
+   inherit git-r3
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git;
+else
+   
SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz;
+fi
 
 DESCRIPTION="An encoding detector library"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/uchardet/;
-EGIT_REPO_URI="https://anongit.freedesktop.org/git/uchardet/uchardet.git;
 
 LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
@@ -16,7 +22,7 @@ IUSE="cpu_flags_x86_sse2 static-libs test"
 RESTRICT="!test? ( test )"
 
 src_prepare() {

[gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/

2020-09-05 Thread Joonas Niilola
commit: 73b8e835c9aa62a995f154620d6f7cebfdc7f2d3
Author: Theo Anderson  posteo  de>
AuthorDate: Sat Sep  5 08:10:27 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b8e835

sys-fs/compsize: bump to 1.3

Closes: https://bugs.gentoo.org/689144
Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson  posteo.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/compsize/Manifest|  1 +
 sys-fs/compsize/compsize-1.3.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/sys-fs/compsize/Manifest b/sys-fs/compsize/Manifest
index a60978e46f2..2592ff9be8b 100644
--- a/sys-fs/compsize/Manifest
+++ b/sys-fs/compsize/Manifest
@@ -1 +1,2 @@
 DIST compsize-1.1.tar.gz 14345 BLAKE2B 
8b35e6f3526b8b2395972ea1a595011b867fbc076d79c90c66a19853f1b101dbe3decedab8244d893b20d6cc9ff3ecfa2b3320fc12c583415b2d446a9298fcb1
 SHA512 
1c7de5156b695ffa4be9b634fd6224214d3de1653eb23e5d85b250e27146fe655883bed17ed458bae1b448ed9ae8a254d2a673fdb3860e69c99f8676daea0d8b
+DIST compsize-1.3.tar.gz 14782 BLAKE2B 
738ff0e2b936f5974064759914284e495c895d22d95b705e1b8fac4b3189891771b0e5be7e0eeac0883dd92f9cef276400bb7ee79840fd7db14a5269e7f78f11
 SHA512 
411b92651fdc3d03deccbf38f72936fee95cf80c67d6368efbc0dafacfe9793815a23ef0d02f7feadf31391e415df3d90cd19fb3acc8cce94f37cb3e4eed623d

diff --git a/sys-fs/compsize/compsize-1.3.ebuild 
b/sys-fs/compsize/compsize-1.3.ebuild
new file mode 100644
index 000..df2657574f7
--- /dev/null
+++ b/sys-fs/compsize/compsize-1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of 
files"
+HOMEPAGE="https://github.com/kilobyte/compsize;
+
+if [[ ${PV} =  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kilobyte/compsize.git;
+else
+   SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+IUSE="debug"
+SLOT="0"
+
+DEPEND="sys-fs/btrfs-progs"
+
+src_prepare() {
+   default
+   # Don't try to install a gzipped manfile during emake install
+   sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' 
Makefile || die
+}
+
+src_configure() {
+   # Used in upstream Makefile, but clobbered by portage's CFLAGS
+   append-cflags -Wall -std=gnu90
+   use debug && append-cflags -DDEBUG -g
+   default
+}
+
+src_install() {
+   emake PREFIX="${D}" install
+   dodoc "README.md"
+}



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

2020-09-05 Thread Joonas Niilola
commit: fbe439d0da459c4ccf6e85976425ce7287a346fa
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Jul 26 17:56:14 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe439d0

dev-cpp/prometheus-cpp: New package

Bug: https://bugs.gentoo.org/733984
Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-cpp/prometheus-cpp/Manifest|  1 +
 dev-cpp/prometheus-cpp/metadata.xml| 24 +
 dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild | 39 ++
 3 files changed, 64 insertions(+)

diff --git a/dev-cpp/prometheus-cpp/Manifest b/dev-cpp/prometheus-cpp/Manifest
new file mode 100644
index 000..7db715e0f9a
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/Manifest
@@ -0,0 +1 @@
+DIST prometheus-cpp-0.9.0.tar.gz 43924 BLAKE2B 
e2b26b257e44c63ae5bc2a703d0ee9247fd8f093ef58a3b00dec022af9cb56b18d20b74ccdb91899e2385b036c332b62d9959b9258082ca420fecf48926139d5
 SHA512 
d9d5fbbd8c8aad5dd6a5e872275324d689a0c57199e4158d74e13ea62b286fa71dee01bb4197b906b79792bf1ca4e67a46b5c04621d7070241ac32876f6de891

diff --git a/dev-cpp/prometheus-cpp/metadata.xml 
b/dev-cpp/prometheus-cpp/metadata.xml
new file mode 100644
index 000..ece2117d6db
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   This library aims to enable Metrics-Driven Development for C++ 
services.
+   It implements the Prometheus Data Model, a powerful abstraction 
on which
+   to collect and expose metrics. We offer the possibility for 
metrics to
+   be collected by Prometheus, but other push/pull collections can 
be added
+   as plugins.
+   
+   
+   vilhelm.g...@gmail.com
+   William Breathitt Gray
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   
https://github.com/jupp0r/prometheus-cpp/issues
+   https://jupp0r.github.io/prometheus-cpp/
+   jupp0r/prometheus-cpp
+   
+

diff --git a/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild 
b/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
new file mode 100644
index 000..3cd75592159
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Prometheus Client Library for Modern C++"
+HOMEPAGE="https://github.com/jupp0r/prometheus-cpp;
+SRC_URI="https://github.com/jupp0r/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test zlib"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/cppcodec
+   net-misc/curl
+   sys-libs/zlib
+   www-servers/civetweb[cxx]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-cpp/benchmark
+   dev-cpp/gtest
+   )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PULL=yes
+   -DENABLE_PUSH=yes
+   -DENABLE_COMPRESSION=$(usex zlib)
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_THIRDPARTY_LIBRARIES=OFF
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/compsize/

2020-09-05 Thread Joonas Niilola
commit: f97937256788b43034a553f1c6b033199f9cab88
Author: Theo Anderson  posteo  de>
AuthorDate: Sat Sep  5 08:11:03 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9793725

sys-fs/compsize:  update + EAPI 7

Package-Manager: Portage-3.0.4-r1, Repoman-3.0.1
Signed-off-by: Theo Anderson  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17113
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/compsize/compsize-.ebuild | 30 --
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/sys-fs/compsize/compsize-.ebuild 
b/sys-fs/compsize/compsize-.ebuild
index ad73046823b..3144e142c1e 100644
--- a/sys-fs/compsize/compsize-.ebuild
+++ b/sys-fs/compsize/compsize-.ebuild
@@ -1,41 +1,43 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit flag-o-matic
 
-DESCRIPTION="Utility to find btrfs compression ratio"
+DESCRIPTION="Utility to find btrfs compression type/ratio on a file or set of 
files"
 HOMEPAGE="https://github.com/kilobyte/compsize;
 
 if [[ ${PV} =  ]] ; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/kilobyte/compsize;
+   EGIT_REPO_URI="https://github.com/kilobyte/compsize.git;
 else
-   KEYWORDS="~amd64 ~x86"
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-2+"
-SLOT=0
+IUSE="debug"
+SLOT="0"
 
-RDEPEND=""
 DEPEND="sys-fs/btrfs-progs"
 
 src_prepare() {
-   eapply_user
-   # Don't try to install a gzipped manfile during make install, instead
-   # use doman in src_install to ensure that PORTAGE_COMPRESS is used
-   sed -i $'/^\tgzip /d' Makefile || die
+   default
+   # Don't try to install a gzipped manfile during emake install
+   sed -i -e $'s/\.gz//' -e $'s/gzip.*/install \-Dm755 \$\< \$\@/' 
Makefile || die
+   # sys-fs/compsize > 1.3 removes '/usr' from install paths in Makefile
+   sed -i $'s/(PREFIX)/(PREFIX)\/usr/' Makefile || die
 }
 
 src_configure() {
# Used in upstream Makefile, but clobbered by portage's CFLAGS
append-cflags -Wall -std=gnu90
+   use debug && append-cflags -DDEBUG -g
default
 }
 
 src_install() {
-   emake PREFIX="${ED%/}" install
-   doman compsize.8
-   einstalldocs
+   emake PREFIX="${D}" install
+   dodoc "README.md"
 }



[gentoo-commits] repo/gentoo:master commit in: games-action/minetest/

2020-09-05 Thread Joonas Niilola
commit: 4ab99fc2150d104bfec7b288ef4aa43212c3eb65
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Jul 26 18:45:51 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab99fc2

games-action/minetest: Add prometheus client support

Closes: https://bugs.gentoo.org/733984
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16840
Signed-off-by: Joonas Niilola  gentoo.org>

 games-action/minetest/metadata.xml  | 1 +
 games-action/minetest/minetest-5.3.0.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-action/minetest/metadata.xml 
b/games-action/minetest/metadata.xml
index 8ca84936bcb..5cd60f0a871 100644
--- a/games-action/minetest/metadata.xml
+++ b/games-action/minetest/metadata.xml
@@ -44,6 +44,7 @@

Build Minetest client
Enable LevelDB backend
+   Enable prometheus client support
Enable redis backend via 
dev-libs/hiredis
Build Minetest server
Enable SpatialIndex AreaStore backend

diff --git a/games-action/minetest/minetest-5.3.0.ebuild 
b/games-action/minetest/minetest-5.3.0.ebuild
index 94e307d7644..b954c7f0fa3 100644
--- a/games-action/minetest/minetest-5.3.0.ebuild
+++ b/games-action/minetest/minetest-5.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+client +curl doc +leveldb ncurses nls postgres redis +server +sound 
spatial test +truetype"
+IUSE="+client +curl doc +leveldb ncurses nls postgres prometheus redis +server 
+sound spatial test +truetype"
 REQUIRED_USE="|| ( client server )"
 RESTRICT="!test? ( test )"
 
@@ -42,6 +42,7 @@ RDEPEND="
ncurses? ( sys-libs/ncurses:0= )
nls? ( virtual/libintl )
postgres? ( >=dev-db/postgresql-9.5:= )
+   prometheus? ( dev-cpp/prometheus-cpp )
redis? ( dev-libs/hiredis:= )
server? (
acct-group/minetest
@@ -87,6 +88,7 @@ src_configure() {
-DENABLE_LEVELDB=$(usex leveldb)
-DENABLE_LUAJIT=1
-DENABLE_POSTGRESQL=$(usex postgres)
+   -DENABLE_PROMETHEUS=$(usex prometheus)
-DENABLE_REDIS=$(usex redis)
-DENABLE_SPATIAL=$(usex spatial)
-DENABLE_SOUND=$(usex sound)



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

2020-09-05 Thread Joonas Niilola
commit: fbf5279239f798f8170d43c47e16b9d06ce44127
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Jul 26 18:22:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf52792

dev-cpp/benchmark: New package

Signed-off-by: William Breathitt Gray  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-cpp/benchmark/Manifest   |  1 +
 dev-cpp/benchmark/benchmark-1.5.1.ebuild | 26 ++
 dev-cpp/benchmark/metadata.xml   | 17 +
 3 files changed, 44 insertions(+)

diff --git a/dev-cpp/benchmark/Manifest b/dev-cpp/benchmark/Manifest
new file mode 100644
index 000..1bc43e7976a
--- /dev/null
+++ b/dev-cpp/benchmark/Manifest
@@ -0,0 +1 @@
+DIST benchmark-1.5.1.tar.gz 154896 BLAKE2B 
cb8d74b3e6662e35ea12809d8b62d1e3a6849668840c84697e7f4b2d29eaf68688bb1cda6f43c170e70366de88a93af79bb709d55dfc8d79140c11a31855a46b
 SHA512 
1e8782ab6846b8b29c5eea41ed1ba19dd92a46a135cf74acdc588e2cd5ef05581c644d20fc0d6403456d65417538e1db80109ae87989601298b2fc56ae3c3161

diff --git a/dev-cpp/benchmark/benchmark-1.5.1.ebuild 
b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
new file mode 100644
index 000..c64fe45b19a
--- /dev/null
+++ b/dev-cpp/benchmark/benchmark-1.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A microbenchmark support library"
+HOMEPAGE="https://github.com/google/benchmark;
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBENCHMARK_ENABLE_TESTING=$(usex test)
+   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
+   -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF
+   )
+
+   cmake_src_configure
+}

diff --git a/dev-cpp/benchmark/metadata.xml b/dev-cpp/benchmark/metadata.xml
new file mode 100644
index 000..49126cc81f1
--- /dev/null
+++ b/dev-cpp/benchmark/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   vilhelm.g...@gmail.com
+   William Breathitt Gray
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   https://github.com/google/benchmark/issues
+   https://github.com/google/benchmark/blob/master/docs/
+   google/benchmark
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-games/irrlicht/files/, dev-games/irrlicht/

2020-09-05 Thread Joonas Niilola
commit: d898cc0eff0b92fb6ab034dcfc0a9b50dee2d59d
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sat Sep  5 13:28:29 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Sep  6 05:55:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d898cc0e

dev-games/irrlicht: Add patch to remove sys/sysctl.h include

Closes: https://bugs.gentoo.org/736342
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17426
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/irrlicht-1.8.4-remove-sys-sysctl.h.patch | 38 ++
 dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild|  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch 
b/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch
new file mode 100644
index 000..2e5fc63e6f8
--- /dev/null
+++ b/dev-games/irrlicht/files/irrlicht-1.8.4-remove-sys-sysctl.h.patch
@@ -0,0 +1,38 @@
+From 5382142d37730f6758753b758c91e257ffd5892c Mon Sep 17 00:00:00 2001
+From: Romain Naour 
+Date: Sun, 9 Apr 2017 22:20:19 +0200
+Subject: [PATCH] remove sys/sysctl.h
+
+With musl irrlicht doesn't build due to missing sys/sysctl.h
+
+fatal error: sys/sysctl.h: No such file or directory
+
+From [1]
+"sysctl does not work, and NEVER worked. using it is bogus.
+it was a bogus experimental syscall that was deprecated before
+it was ever used (basically, a broken binary version of
+/proc/sys, without any stability between kernel versions for
+what the binary constants meant)."
+
+[1] https://devsonacid.wordpress.com/tag/musl/
+
+Signed-off-by: Romain Naour 
+---
+ source/Irrlicht/COSOperator.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/source/Irrlicht/COSOperator.cpp b/source/Irrlicht/COSOperator.cpp
+index 0899d1d..ccf5ef5 100644
+--- a/source/Irrlicht/COSOperator.cpp
 b/source/Irrlicht/COSOperator.cpp
+@@ -13,7 +13,6 @@
+ #include 
+ #ifndef _IRR_SOLARIS_PLATFORM_
+ #include 
+-#include 
+ #endif
+ #endif
+ 
+-- 
+2.9.3
+

diff --git a/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild 
b/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
index 938b141e5e0..8a74c20ddcf 100644
--- a/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
+++ b/dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild
@@ -33,6 +33,7 @@ PATCHES=(
"${WORKDIR}"/${P}-patchset/${P}-demoMake.patch
"${WORKDIR}"/${P}-patchset/${P}-mesa-10.x.patch
"${WORKDIR}"/${P}-patchset/${P}-jpeg-9a.patch
+   "${FILESDIR}/${P}-remove-sys-sysctl.h.patch"
 )
 
 DOCS=( changes.txt readme.txt )



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

2020-09-05 Thread Sam James
commit: 71b5c443f299cf1dc903b6c6d548fecb140668a5
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 04:26:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 04:31:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b5c443

sys-kernel/gentoo-kernel-bin: bump to 5.4.63 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.4.63-r1.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3f777a87bf6..2624e98e4e7 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,7 @@ DIST gentoo-kernel-5.4.62-1.amd64.xpak 62012793 BLAKE2B 
e3ac9896abbb3312ce8e5dfe
 DIST gentoo-kernel-5.4.62-1.arm64.xpak 57961735 BLAKE2B 
dace370f17524bdf1d69255c47cb37e0d16ab0d7c24a2f35cd68b005c8c61c2f04774c9b6c9f04164118509774e1780819294d546632da4c3be212b2d4dfe737
 SHA512 
3dc60bc6ac50d39a0076f9f0fa7837d14aedc83faf1e3673073b89c1b204efd1e7e201e61cc0cee44456c36617daf3b755fe8b1bd8dc55b7fcbb9af69ec6253e
 DIST gentoo-kernel-5.4.62-1.x86.xpak 53723101 BLAKE2B 
27bc1915aaf1aa421900e2e0ebb873637593fce995f15b8277fe6d0d9e0c176cda2d426fb4e60a5bc04aaea3a70a7eaf7b827051fea355ccb77289e16c2a4fbb
 SHA512 
cfa66eed57c5a5fb6b523fb31ce42fa48211e6d30ecadcfb11694c9787cab2dea369efcef2d2b4ab5c3c4f137bd127c38fc3051ee6de7d1029717f7cb3f176a4
 DIST gentoo-kernel-5.4.63-1.amd64.xpak 61958828 BLAKE2B 
93f253c9523af74c3f42cc0d5622a0a08f48b64356beab5961a9f0d46ed06efb368a71952b1f8dda2f17b1a91fbbbf21b359a3d46486e87df1a0e361f6c74b24
 SHA512 
b484b6a5a3c75153b6714ab9c1b99519d4f48402db3fed6e15d141b541b0950b708e857c01b1c0a6dc9c6eba9f10adcec23765763fd7fbd28590d0f6b2ea374e
+DIST gentoo-kernel-5.4.63-1.arm64.xpak 57973091 BLAKE2B 
c68b023a7ba1ca295ff7115aa991b7a6f329c5dc6e8865b5cb46fb803bfe14b202aaa6ee0499a42353bf860309ffef57f2ee82d08b336765cae8388c34b4d7e1
 SHA512 
3121af01c82fb65992d9ddd5b81453fc6ab98ae64d749167a00eeae23e888410a967f196a92c0dd7de5a5bcf6f8ddb6214d6e8e6174a0da80fb28f65c0cb3480
 DIST gentoo-kernel-5.4.63-1.x86.xpak 53725189 BLAKE2B 
14c87985ebcc975321187483af9eddf8185da6ea0e967c604ad78f9d144dac24fac97704aa5b9a0f532549ccdb226cd00be5684519c135a90ef53db14264a18a
 SHA512 
0cc28e5c50c1b898958a423e05bc1c0cb21e7ce333e4061c3344f9f9f6a615d915031eeb70cc5a36957d6fad0f05af5c436b35ee946393c71e6ed903b6b5d111
 DIST gentoo-kernel-5.7.17-1.amd64.xpak 63476985 BLAKE2B 
1a31855979a309c7bb4565208aa92dcac9d4fcf0714ea224c2a909b534ca65bac2778f6c2cee24cb5dbcfd825bc896b52cb14eb37cc36aedffadcc0217a32269
 SHA512 
4071bb9eb192da7823834365b8d6817dd043c256ff0803eb70a35278aa92b63a66fa1c8d86b2c91d90fceb7c7b4fb1ac41b347457d6ccda78e02c6e0f123c044
 DIST gentoo-kernel-5.7.17-1.arm64.xpak 59769706 BLAKE2B 
e7f3180e3d4373a7923250b8fe12141c0138e04f81d08b014386270defcc25517028ef404163c5d81097c72d6605cd5a6b4f1ad6df15a0f77d13daebb6045268
 SHA512 
59b33b487c170bad68de3527506c3a13a1edd232de40281cfac463fd8641222c0e86c4aef3b47127746a54dde94456a7b21fb150ca66674f1efadaf5c5db7d34

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63-r1.ebuild
new file mode 100644
index 000..2378adc3f35
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.arm64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   

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

2020-09-05 Thread Sam James
commit: 55f17e01cb752a9baf8f7823cb7e9a2e6213739f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 04:26:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 04:31:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f17e01

sys-kernel/gentoo-kernel-bin: bump to 5.8.7 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  1 +
 .../gentoo-kernel-bin-5.8.7-r1.ebuild  | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 2624e98e4e7..d40a1cde064 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -32,4 +32,5 @@ DIST gentoo-kernel-5.8.6-1.amd64.xpak 64678358 BLAKE2B 
dfa4423044fdf7541983c04fe
 DIST gentoo-kernel-5.8.6-1.arm64.xpak 62048563 BLAKE2B 
eb6c45d94c533eceb0ff2758a4a711c99c7c82945cb86ef6f3ab473f36cf8bcf5abb06260bb40fc379a49647bb00114e617b7e404b56f0b958105f8190cb835f
 SHA512 
77cbcaf374f54611674bb8329d97aa5f92368dc4a9b9d746b751aafb998b04f471f31bf24289a9fdd877cf82e4b07bf92e039dde4f61058844e916a5c32d111c
 DIST gentoo-kernel-5.8.6-1.x86.xpak 56578930 BLAKE2B 
1978d2390f5ad7a58fe8b5b59081323c4047c49104c0b35ad499bc9bf5ed144a8d49e37b0dbb9c85919afd5517e5b1e496247b8e831381e9b8a4c67e911984cc
 SHA512 
b028158415e59c213cc37293a79026ecdd20cb7f0cef04def48a8874c2ac802220314895c6c57f8cbb04ec27a52688bc9e1180636d13ac0cd0ba7bdd17732a65
 DIST gentoo-kernel-5.8.7-1.amd64.xpak 64676388 BLAKE2B 
93b859aed31b5a8ca77658690a4c9b04853ff5c780c0f2a1fb79bcdef6529ca3695e77ef1bb4dc04c7d59d305202f888b2876174d4fedaa9f4db2e02dc0f61ec
 SHA512 
3f0b738c1dbda968f0493b44556232734d9445df0d2ce97eac54d81795d1eb8d89c89257fa53e155d6110292f8215872a327918d0348bcd5541701e761e0299a
+DIST gentoo-kernel-5.8.7-1.arm64.xpak 62077730 BLAKE2B 
eac861b25f94eef0feba0b1dee8fd44f8f802d2c92431193f1fe87e7648e49d8e6ab35629073b7cfbb03ee8f68723bc4fab957535701bfb46372aca6251da47b
 SHA512 
dce1aa26e1fe1ee3592d2b9a255f8387067fcc11404ff3557f7638db665ad9ad3e34189af180abffd3049141b1aee1e7acb0ce70a6933d42f529bc2c7269bf8b
 DIST gentoo-kernel-5.8.7-1.x86.xpak 56596642 BLAKE2B 
ac985eb803b391b41e769b60ea99f35a398a2288914182a6537506ca8e388359cbbcdf4ca3b2aab233aef571a9b2ad6aa0e1fc38d0156155d955cfc0c0d71be5
 SHA512 
d5d42a539de0bbab8bae038b1480377f1711a727f95925f9f41c6de64e77b7dfa1352be4296063739916c8eaf81b2bfaa13575009cf1922cdeec6646a04a617a

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7-r1.ebuild
new file mode 100644
index 000..d5d78a106e7
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.arm64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.7.9, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-09-05 Thread Georgy Yakovlev
commit: c99ac4598633024f79e36c71b092146df6e420cc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Sep  6 03:49:48 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Sep  6 04:23:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99ac459

profiles/arch/powerpc/ppc64/package.mask: mask vanilla-kernel

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

 profiles/arch/powerpc/ppc64/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/powerpc/ppc64/package.mask 
b/profiles/arch/powerpc/ppc64/package.mask
index 53eee5c0073..1d366bf3ff1 100644
--- a/profiles/arch/powerpc/ppc64/package.mask
+++ b/profiles/arch/powerpc/ppc64/package.mask
@@ -5,6 +5,7 @@
 # big-endian ppc64 configs are not provided
 # however users can unmask and use savedconfig feature
 sys-kernel/gentoo-kernel
+sys-kernel/vanilla-kernel
 
 # Georgy Yakovlev  (2020-01-21)
 # buggy on big-endian



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

2020-09-05 Thread Georgy Yakovlev
commit: 04d4c82c05ca73b2adeca37e32cb3a6c6298181b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Sep  6 03:50:43 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Sep  6 04:23:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d4c82c

profiles/arch/powerpc/ppc64/64le/package.mask: unmask vanilla-kernel

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

 profiles/arch/powerpc/ppc64/64le/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask 
b/profiles/arch/powerpc/ppc64/64le/package.mask
index 7ebafb05c01..f4f3331dfe3 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.mask
@@ -4,6 +4,7 @@
 # Georgy Yakovlev  (2020-01-25)
 # libva unmasked on little-endian profile



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

2020-09-05 Thread Georgy Yakovlev
commit: 9f6826280ce391fb97f267b775d0a329afc07bd9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Sep  6 03:45:57 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Sep  6 04:23:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f682628

sys-kernel/vanilla-kernel: add ~ppc64 keyword/config to 5.4.63

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

 sys-kernel/vanilla-kernel/Manifest | 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 83432ea16b3..9190e009835 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -9,6 +9,7 @@ DIST kernel-i686-fedora.config.5.8.4 199143 BLAKE2B 
ea223234bc54d430b87f3eb15fe1
 DIST kernel-i686-fedora.config.5.8.5 199121 BLAKE2B 
f6e16e6faac6e730eb4c9c3edc1c173b2988b49fe677d34ef1540541911b8f76e5bdc166327d73237c78c1769d484de18864044c91b7da253795506c674d7303
 SHA512 
0a2c9abaae11ac1ec2e43da4b53fd1731a9bec983a7fda7b9e20f1d25b816e6b0bd217b255ca95b02a8b6530e923b4fc7de770f6a66411045712e7de61d431af
 DIST kernel-i686.config.5.4.21 183910 BLAKE2B 
185126ffb85718bb73761d01683def80b6f002d7a7a6eddd8e858a30d8eadc863fb378d83a1cd2ed82b3540337fa66ae44475e31fb41ebc46d77005b6f54e5c0
 SHA512 
6307afc2295902e44fe65b1cccaa7a0260b295a5f21f1d67ec66197bd972bd3f5675b624f08d9da8b224cb3ec987d5c21cbd743599aeab9ac6214bc651f43476
 DIST kernel-ppc64le-fedora.config.5.8.5 185766 BLAKE2B 
27330c7806923eb4a3346df2abb5f253ca044a02afe72a89c6ce006d149966d65b4ba3e114b5ebefae987565279510c05d33dbc89c36c5e78e2e88732f5125f2
 SHA512 
8b621e0584624ccc24580951fc116478506a7465715449a53e70f46c99d0210bf08063a4fd5b87e4624f5ce179e6a6316f23723839c0e64e57a2ee58e4de59fe
+DIST kernel-ppc64le.config.5.4.21 172003 BLAKE2B 
b53887cb44f7c378cb3866780f8e556e19fdb02130d3b0df01d97698d2a91f7d90a200012559f288e962935742c3fdb67dfb6711876fad37862fe55cdca5b5f6
 SHA512 
82df8d0be47e9eb20bd7db570539bb061d0b6e2101dc78a54596cf4d0b4e0c536041449304ff9240b051ee09b342ea336c5645e9a3b66a5dfb96d7778ff86008
 DIST kernel-x86_64-fedora.config.5.7.8 192882 BLAKE2B 
23044bd3625d1ced686950c1322e91dd99eddb3128ab830c8862f5c949b66df67bc9ce38b810f4d54a35f9b9f11feb58d01450593ec513e132d789e3a50ac48b
 SHA512 
b7770da1f608e8f0ec227dbeaf66491815e9fc4f8f08f01d2ad5877dd1946e73b315e8834f35cb5fc035fc3ac52ede8365107515d54b0792f326ad937d901625
 DIST kernel-x86_64-fedora.config.5.8.1 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b
 DIST kernel-x86_64-fedora.config.5.8.4 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild
index d2655d6349c..cfbdb27fa73 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild
@@ -21,6 +21,10 @@ SRC_URI+=" 
https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.x

https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
-> kernel-aarch64.config.${CONFIG_VER}
)
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
x86? (

https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
-> kernel-i686.config.${CONFIG_VER}
@@ -54,6 +58,9 @@ src_prepare() {
arm64)
cp "${DISTDIR}/kernel-aarch64.config.${CONFIG_VER}" 
.config || die
;;
+   ppc64)
+   cp "${DISTDIR}/kernel-ppc64le.config.${CONFIG_VER}" 
.config || die
+   ;;
x86)
cp "${DISTDIR}/kernel-i686.config.${CONFIG_VER}" 
.config || die
;;



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

2020-09-05 Thread Georgy Yakovlev
commit: 742fe72c0086fdd7775cf7456b43a26d710980a4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Sep  6 03:43:06 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Sep  6 04:23:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742fe72c

sys-kernel/vanilla-kernel: add ~ppc64 keyword/config to 5.8.7

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

 sys-kernel/vanilla-kernel/Manifest| 1 +
 sys-kernel/vanilla-kernel/vanilla-kernel-5.8.7.ebuild | 9 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 941072db6a9..83432ea16b3 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -8,6 +8,7 @@ DIST kernel-i686-fedora.config.5.8.1 199143 BLAKE2B 
ea223234bc54d430b87f3eb15fe1
 DIST kernel-i686-fedora.config.5.8.4 199143 BLAKE2B 
ea223234bc54d430b87f3eb15fe11b11e617103c861945fb530091285abd0702e2cbb1d9258ca1afe718c4e7578c41f8878422c53e2f0b476e5ff2fa5c17aece
 SHA512 
fc9c1b642e59c3c80b4cb6e1e6e9e2a27692524324539a3f1c163e284f8a69efb45ec839a630b0faeb0e52c15fb6577449163c7396aa0f1c43d727fe8aa35623
 DIST kernel-i686-fedora.config.5.8.5 199121 BLAKE2B 
f6e16e6faac6e730eb4c9c3edc1c173b2988b49fe677d34ef1540541911b8f76e5bdc166327d73237c78c1769d484de18864044c91b7da253795506c674d7303
 SHA512 
0a2c9abaae11ac1ec2e43da4b53fd1731a9bec983a7fda7b9e20f1d25b816e6b0bd217b255ca95b02a8b6530e923b4fc7de770f6a66411045712e7de61d431af
 DIST kernel-i686.config.5.4.21 183910 BLAKE2B 
185126ffb85718bb73761d01683def80b6f002d7a7a6eddd8e858a30d8eadc863fb378d83a1cd2ed82b3540337fa66ae44475e31fb41ebc46d77005b6f54e5c0
 SHA512 
6307afc2295902e44fe65b1cccaa7a0260b295a5f21f1d67ec66197bd972bd3f5675b624f08d9da8b224cb3ec987d5c21cbd743599aeab9ac6214bc651f43476
+DIST kernel-ppc64le-fedora.config.5.8.5 185766 BLAKE2B 
27330c7806923eb4a3346df2abb5f253ca044a02afe72a89c6ce006d149966d65b4ba3e114b5ebefae987565279510c05d33dbc89c36c5e78e2e88732f5125f2
 SHA512 
8b621e0584624ccc24580951fc116478506a7465715449a53e70f46c99d0210bf08063a4fd5b87e4624f5ce179e6a6316f23723839c0e64e57a2ee58e4de59fe
 DIST kernel-x86_64-fedora.config.5.7.8 192882 BLAKE2B 
23044bd3625d1ced686950c1322e91dd99eddb3128ab830c8862f5c949b66df67bc9ce38b810f4d54a35f9b9f11feb58d01450593ec513e132d789e3a50ac48b
 SHA512 
b7770da1f608e8f0ec227dbeaf66491815e9fc4f8f08f01d2ad5877dd1946e73b315e8834f35cb5fc035fc3ac52ede8365107515d54b0792f326ad937d901625
 DIST kernel-x86_64-fedora.config.5.8.1 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b
 DIST kernel-x86_64-fedora.config.5.8.4 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.7.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.7.ebuild
index 6516589a5a3..6a8a305fb00 100644
--- a/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.7.ebuild
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.8.7.ebuild
@@ -21,6 +21,10 @@ SRC_URI+=" 
https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.x

https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
-> kernel-aarch64-fedora.config.${CONFIG_VER}
)
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
x86? (

https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config
-> kernel-i686-fedora.config.${CONFIG_VER}
@@ -28,7 +32,7 @@ SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.x
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 REQUIRED_USE="
arm? ( savedconfig )"
@@ -59,6 +63,9 @@ src_prepare() {
arm64)
cp 
"${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die
;;
+   ppc64)
+   cp 
"${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die
+   ;;
x86)
cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" 
.config || die
;;



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

2020-09-05 Thread Sam James
commit: 67f8f4191edadc85cd2f563955859097c1e74ff8
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 03:37:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 03:37:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f8f419

media-sound/lilypond: arm64 stable (bug #740458)

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

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

diff --git a/media-sound/lilypond/lilypond-2.21.4-r1.ebuild 
b/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
index 5b6a4c8ee04..7d751530c32 100644
--- a/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
 else
MAIN_VER=$(ver_cut 1-2)
SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2020-09-05 Thread Sam James
commit: 7992dc59578687886d14080181c44b89c385dd38
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 03:37:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 03:37:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7992dc59

dev-libs/kdiagram: Stabilize 2.7.0 arm64, #740450

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

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

diff --git a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild 
b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
index e253234547d..12b840ff0e2 100644
--- a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
+++ b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
@@ -16,7 +16,7 @@ https://www.kdab.com/development-resources/qt-tools/kd-chart/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="amd64 arm64 x86"
 fi
 
 LICENSE="GPL-2" # TODO CHECK



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

2020-09-05 Thread Sam James
commit: 605bfbb35ba64f2d7d4c4b53b48b9300a116c657
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 03:36:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 03:36:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605bfbb3

sys-libs/glibc: ppc stable (bug #727758)

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

 sys-libs/glibc/glibc-2.30-r9.ebuild | 2 +-
 sys-libs/glibc/glibc-2.31-r6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.30-r9.ebuild 
b/sys-libs/glibc/glibc-2.30-r9.ebuild
index 2a22b0bde8e..a1cce5253c2 100644
--- a/sys-libs/glibc/glibc-2.30-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.30-r9.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 

diff --git a/sys-libs/glibc/glibc-2.31-r6.ebuild 
b/sys-libs/glibc/glibc-2.31-r6.ebuild
index 3ac5fb0e9b1..6a994c68e40 100644
--- a/sys-libs/glibc/glibc-2.31-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r6.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2020-09-05 Thread Sam James
commit: 8e0385d8a13b6b62f20ce7b719a159a35c51907a
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 03:36:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 03:36:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0385d8

sys-libs/glibc: ppc64 stable (bug #727758)

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

 sys-libs/glibc/glibc-2.30-r9.ebuild | 2 +-
 sys-libs/glibc/glibc-2.31-r6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.30-r9.ebuild 
b/sys-libs/glibc/glibc-2.30-r9.ebuild
index a1cce5253c2..8765ce6d87e 100644
--- a/sys-libs/glibc/glibc-2.30-r9.ebuild
+++ b/sys-libs/glibc/glibc-2.30-r9.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://sourceware.org/git/glibc.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 

diff --git a/sys-libs/glibc/glibc-2.31-r6.ebuild 
b/sys-libs/glibc/glibc-2.31-r6.ebuild
index 6a994c68e40..fab85b6f35d 100644
--- a/sys-libs/glibc/glibc-2.31-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.31-r6.ebuild
@@ -22,7 +22,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



[gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/files/, media-gfx/mypaint/

2020-09-05 Thread Sam James
commit: 8048c4c0150f6761115dfef23be004e589f21fc3
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 03:50:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 03:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8048c4c0

media-gfx/mypaint: tidy ebuild

* Respect CFLAGS further (was injecting -O3 -g later on for
  some of the build)

* Tidy eclass usage

* Unrestrict tests (failing at present), reported upstream.

Bug: https://bugs.gentoo.org/739122
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 .../mypaint/files/mypaint-2.0.1-build-system.patch | 22 ++
 media-gfx/mypaint/mypaint-2.0.1.ebuild | 27 ++
 2 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/media-gfx/mypaint/files/mypaint-2.0.1-build-system.patch 
b/media-gfx/mypaint/files/mypaint-2.0.1-build-system.patch
new file mode 100644
index 000..63a7a5bf75e
--- /dev/null
+++ b/media-gfx/mypaint/files/mypaint-2.0.1-build-system.patch
@@ -0,0 +1,22 @@
+diff --git a/setup.py b/setup.py
+index 670df4d..703f9d2 100644
+--- a/setup.py
 b/setup.py
+@@ -471,9 +471,6 @@ class BuildExt (build_ext):
+ linkflags.extend([
+ "-O0",
+ ])
+-else:
+-linkflags.append("-O3")
+-ccflags.append("-O3")
+ 
+ return build_ext.build_extension(self, ext)
+ 
+@@ -869,7 +866,6 @@ def get_ext_modules():
+ '-Wno-write-strings',
+ '-D_POSIX_C_SOURCE=200809L',
+ "-DNO_TESTS",  # FIXME: we're building against shared libmypaint now
+-'-g',  # always include symbols, for profiling
+ ]
+ extra_link_args = []
+ 

diff --git a/media-gfx/mypaint/mypaint-2.0.1.ebuild 
b/media-gfx/mypaint/mypaint-2.0.1.ebuild
index cb35547d5db..ac43f1303cf 100644
--- a/media-gfx/mypaint/mypaint-2.0.1.ebuild
+++ b/media-gfx/mypaint/mypaint-2.0.1.ebuild
@@ -4,10 +4,11 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_SINGLE_IMPL=1
 
-inherit desktop distutils-r1 gnome2-utils xdg xdg-utils
+inherit desktop distutils-r1 xdg
 
-DESCRIPTION="fast and easy graphics application for digital painters"
+DESCRIPTION="Fast and easy graphics application for digital painters"
 HOMEPAGE="http://mypaint.org/;
 SRC_URI="https://github.com/mypaint/${PN}/releases/download/v${PV}/${P}.tar.xz;
 
@@ -18,6 +19,7 @@ KEYWORDS="~amd64 ~x86"
 LANGS="cs de en_CA en_GB es fr hu id it ja ko nb nn_NO pl pt_BR ro ru sl sv uk 
zh_CN zh_TW"
 
 BDEPEND="
+   ${PYTHON_DEPS}
dev-lang/swig
sys-devel/gettext
virtual/pkgconfig
@@ -42,9 +44,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-# Need to poke at failing tests
-# Dying on a numpy assert
-RESTRICT="test"
+PATCHES=(
+   "${FILESDIR}/${PN}-2.0.1-build-system.patch"
+)
 
 distutils_enable_tests setup.py
 
@@ -60,18 +62,3 @@ src_install() {
fi
done
 }
-
-pkg_preinst() {
-   xdg_pkg_preinst
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   xdg_mimeinfo_database_update
-}



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

2020-09-05 Thread Petrus Zhao
commit: 11a7e82209fdf95cd008bcb8dd1eb3ac2ae11cfc
Author: Petrus Zhao  gmail  com>
AuthorDate: Sun Sep  6 02:11:47 2020 +
Commit: Petrus Zhao  gmail  com>
CommitDate: Sun Sep  6 02:12:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11a7e822

x11-misc/i3lock-color: version bump new 2.12.5

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 6767dcc..b8c0b82 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1 +1 @@
-DIST i3lock-color-2.12.5.tar.gz 208433 BLAKE2B 
c799e853783765766f49cbfccd2b568d22999a5ef18b1dbb8f1ab63d3c71c146a78d4807594039e9cff4350633d513af7533709d41917ed5dc424e72529b8467
 SHA512 
c59e6561a1d1ffd0abd5ff56c295d71b6cc8439c7d5697cfed4d2f06a87aa0aa102cee5d55363de1d91c501eee102547d0ebef4bb4bd316ef31370eec062ddbb
+DIST i3lock-color-2.12.5.tar.gz 208461 BLAKE2B 
cbdaa022d193584ed16dfdb0a9a9d09941541dc58d7d7e26d0a5168b81ae6999246778199f26b8dd4043bc7156105fea95768f55d73edecf5f54ed53c791da5c
 SHA512 
b579a9511c9c4220db2b9bc406b76fd9daac5dff27c8e7a646bc2c0feb15edf6a136c26a0945684791e0be554c0ce56fe986d79cc8a9b572c6d584be52f61b89



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

2020-09-05 Thread Sam James
commit: 3018f33bfa181e2c8947855cf75cee93d5c8dd7f
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 01:57:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 01:57:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3018f33b

app-misc/datefudge: arm64 stable (bug #740582)

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

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

diff --git a/app-misc/datefudge/datefudge-1.24.ebuild 
b/app-misc/datefudge/datefudge-1.24.ebuild
index a21d708f590..779e9e6fe66 100644
--- a/app-misc/datefudge/datefudge-1.24.ebuild
+++ b/app-misc/datefudge/datefudge-1.24.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] proj/portage:master commit in: man/

2020-09-05 Thread Zac Medico
commit: b851d7f8f3c451d4dd4863580e75461c511b44d0
Author: Michael Everitt  veremit  xyz>
AuthorDate: Sun Sep  6 00:05:04 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep  6 01:13:48 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b851d7f8

man/portage.5: Tidy up some long (>80 char) lines

Closes: https://github.com/gentoo/portage/pull/615
Signed-off-by: Michael Everitt  veremit.xyz>
Signed-off-by: Zac Medico  gentoo.org>

 man/portage.5 | 23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/man/portage.5 b/man/portage.5
index a7e64cd5f..7472972cc 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -214,8 +214,8 @@ More reading:
 .TP
 \fB/etc/portage/make.profile/\fR or \fB/etc/make.profile/\fR
 This is usually just a symlink to the correct profile in
-\fB/var/db/repos/gentoo/profiles/\fR.  Since it is part of the ebuild 
repository, it
-may easily be updated/regenerated by running `emerge \-\-sync`.  It defines
+\fB/var/db/repos/gentoo/profiles/\fR.  Since it is part of the ebuild 
repository,
+it may easily be updated/regenerated by running `emerge \-\-sync`.  It defines
 what a profile is (usually arch specific stuff).  If you need a custom
 profile, then you should make your own \fBmake.profile\fR
 directory and populate it.  However, if you just wish to override some
@@ -644,8 +644,8 @@ The global custom settings for Portage. See 
\fBmake.conf\fR(5).
 .BR mirrors
 Whenever portage encounters a mirror:// style URI it will look up the actual
 hosts here.  If the mirror set is not found here, it will check the global
-mirrors file at /var/db/repos/gentoo/profiles/thirdpartymirrors.  You may also 
set a
-special mirror type called "local".  This list of mirrors will be checked
+mirrors file at /var/db/repos/gentoo/profiles/thirdpartymirrors.  You may also
+set a special mirror type called "local".  This list of mirrors will be checked
 before GENTOO_MIRRORS and will be used even if the package has
 RESTRICT="mirror" or RESTRICT="fetch".
 
@@ -864,8 +864,9 @@ only.
 .BR repos.conf
 Specifies \fIsite\-specific\fR repository configuration information.
 .br
-Configuration specified in \fBrepos.conf\fR can be overriden by 
\fBPORTAGE_REPOSITORIES\fR
-environmental variable, which has the same format as \fBrepos.conf\fR.
+Configuration specified in \fBrepos.conf\fR can be overriden by
+\fBPORTAGE_REPOSITORIES\fR environmental variable, which has the same
+format as \fBrepos.conf\fR.
 
 .I Format:
 .nf
@@ -918,8 +919,8 @@ since operations performed by these tools are inherently
 .TP
 .B auto\-sync = yes|no|true|false
 This setting determines if the repo will be synced during "\fBemerge 
\-\-sync\fR" or
-"\fBemaint sync \-\-auto\fR" runs.  This allows for repositories to be synced 
only when
-desired via "\fBemaint sync \-\-repo foo\fR".
+"\fBemaint sync \-\-auto\fR" runs.  This allows for repositories to be synced
+only when desired via "\fBemaint sync \-\-repo foo\fR".
 .br
 If unset, the repo will be treated as set
 yes, true.
@@ -1001,7 +1002,8 @@ Extra options to give to git when cloning repository (git 
clone).
 .TP
 .B sync\-git\-env
 Set environment variables for git when cloning or pulling the repository.
-These will be overridden by setting them again in sync-git-clone-env and 
sync-git-pull-env.
+These will be overridden by setting them again in sync\-git\-clone\-env and
+sync\-git\-pull\-env.
 See also example for sync-git-clone-env.
 .TP
 .B sync\-git\-pull\-env
@@ -1390,7 +1392,8 @@ and the newer/faster "md5-dict" format.  Default is to 
detect dirs.
 The EAPI to use for profiles when unspecified. This attribute is
 supported only if profile-default-eapi is included in profile-formats.
 .TP
-.BR profile\-formats " = [pms] [portage-1] [portage-2] [profile-bashrcs] 
[profile-set] [profile-default-eapi] [build-id]"
+.BR profile\-formats " = [pms] [portage-1] [portage-2] [profile-bashrcs] \
+[profile-set] [profile-default-eapi] [build-id]"
 Control functionality available to profiles in this repo such as which files
 may be dirs, or the syntax available in parent files.  Use "portage-2" if 
you're
 unsure.  The default is "portage-1-compat" mode which is meant to be compatible



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

2020-09-05 Thread Thomas Deutschmann
commit: 973b3e296078d29ed275de31a14caeca3c02996e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  6 00:40:40 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  6 00:40:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973b3e29

dev-python/nbval: x86 stable (bug #681030)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/nbval/nbval-0.9.1-r1.ebuild 
b/dev-python/nbval/nbval-0.9.1-r1.ebuild
index 53372f1f341..24226b042d4 100644
--- a/dev-python/nbval/nbval-0.9.1-r1.ebuild
+++ b/dev-python/nbval/nbval-0.9.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-09-05 Thread Sam James
commit: 04ba08579bcccda6eae901e076ede2e949480cab
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 00:30:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 00:30:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ba0857

net-libs/gnutls: Stabilize 3.6.15 arm, #740390

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

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

diff --git a/net-libs/gnutls/gnutls-3.6.15.ebuild 
b/net-libs/gnutls/gnutls-3.6.15.ebuild
index 83bdb41848b..7dea1b574d0 100644
--- a/net-libs/gnutls/gnutls-3.6.15.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30" # libgnutls.so number
-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 
~x86-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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
 
 REQUIRED_USE="



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

2020-09-05 Thread Sam James
commit: 8e3ebe1c53960899e9b44a9375c142b6e00e783d
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 00:30:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 00:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3ebe1c

media-sound/musescore: Stabilize 3.5 amd64, #740548

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

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

diff --git a/media-sound/musescore/musescore-3.5.ebuild 
b/media-sound/musescore/musescore-3.5.ebuild
index 9a241448a74..09ee4e4f016 100644
--- a/media-sound/musescore/musescore-3.5.ebuild
+++ b/media-sound/musescore/musescore-3.5.ebuild
@@ -10,7 +10,7 @@ inherit cmake xdg check-reqs
 if [[ ${PV} == "" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/MuseScore.git;
-   KEYWORDS="x86"
+   KEYWORDS="amd64 x86"
 else
SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 x86"



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

2020-09-05 Thread Sam James
commit: fc3816915ae9d2c37b429d23149a16142ea2dd36
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  6 00:27:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  6 00:27:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc381691

dev-util/valgrind: arm64 stable (bug #739736)

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

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

diff --git a/dev-util/valgrind/valgrind-3.16.1.ebuild 
b/dev-util/valgrind/valgrind-3.16.1.ebuild
index f1b8c4bdb0f..9330e6cfcb1 100644
--- a/dev-util/valgrind/valgrind-3.16.1.ebuild
+++ b/dev-util/valgrind/valgrind-3.16.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2;
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x64-solaris"
+   KEYWORDS="-* ~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x64-solaris"
 fi
 
 DEPEND="mpi? ( virtual/mpi )"



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

2020-09-05 Thread Sam James
commit: 9066be2eb6e72d33dc9fb4889420387c31083bf0
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 23:48:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 23:50:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9066be2e

app-misc/datefudge: Stabilize 1.24 arm, #740582

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

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

diff --git a/app-misc/datefudge/datefudge-1.24.ebuild 
b/app-misc/datefudge/datefudge-1.24.ebuild
index a63b2ecfcec..a21d708f590 100644
--- a/app-misc/datefudge/datefudge-1.24.ebuild
+++ b/app-misc/datefudge/datefudge-1.24.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/

2020-09-05 Thread Thomas Deutschmann
commit: ca0c594a6d789ecab31132d4db5f15598212a8b8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 23:46:49 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 23:46:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0c594a

net-mail/dovecot: x86 stable (bug #736617)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-mail/dovecot/dovecot-2.3.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.3.11.3.ebuild 
b/net-mail/dovecot/dovecot-2.3.11.3.ebuild
index 386cbfb5c53..eb5ee4009c4 100644
--- a/net-mail/dovecot/dovecot-2.3.11.3.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.11.3.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2020-09-05 Thread Thomas Deutschmann
commit: f375bca3493e62aa554b7c399568e49e08731f26
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 23:46:07 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 23:46:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f375bca3

dev-util/valgrind: x86 stable (bug #739736)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-util/valgrind/valgrind-3.16.1.ebuild 
b/dev-util/valgrind/valgrind-3.16.1.ebuild
index 33873a0e69c..f1b8c4bdb0f 100644
--- a/dev-util/valgrind/valgrind-3.16.1.ebuild
+++ b/dev-util/valgrind/valgrind-3.16.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2;
-   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
+   KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos ~x64-solaris"
 fi
 
 DEPEND="mpi? ( virtual/mpi )"



[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/, net-mail/dovecot/files/

2020-09-05 Thread Thomas Deutschmann
commit: 2fd41b355486a055f724150695e1cca74d0fdade
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 23:19:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 23:45:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd41b35

net-mail/dovecot: fix auth mech APOP

Closes: https://bugs.gentoo.org/739504
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-mail/dovecot/dovecot-2.3.11.3.ebuild   |  2 +
 .../dovecot/files/dovecot-2.3.11.3-apop-fix.patch  | 60 ++
 2 files changed, 62 insertions(+)

diff --git a/net-mail/dovecot/dovecot-2.3.11.3.ebuild 
b/net-mail/dovecot/dovecot-2.3.11.3.ebuild
index 28775017b56..386cbfb5c53 100644
--- a/net-mail/dovecot/dovecot-2.3.11.3.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.11.3.ebuild
@@ -69,6 +69,8 @@ RDEPEND="${DEPEND}
acct-user/dovenull
net-mail/mailbase"
 
+PATCHES=( "${FILESDIR}"/${P}-apop-fix.patch )
+
 pkg_setup() {
if use managesieve && ! use sieve; then
ewarn "managesieve USE flag selected but sieve USE flag 
unselected"

diff --git a/net-mail/dovecot/files/dovecot-2.3.11.3-apop-fix.patch 
b/net-mail/dovecot/files/dovecot-2.3.11.3-apop-fix.patch
new file mode 100644
index 000..667b4829f1c
--- /dev/null
+++ b/net-mail/dovecot/files/dovecot-2.3.11.3-apop-fix.patch
@@ -0,0 +1,60 @@
+From 3c5917d1abee8f4af43b5016ddb897154912eb8d Mon Sep 17 00:00:00 2001
+From: Aki Tuomi 
+Date: Thu, 13 Aug 2020 19:13:49 +0300
+Subject: [PATCH 2/2] auth: test-mech - Fix type mismatch
+
+---
+ src/auth/test-mech.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/auth/test-mech.c b/src/auth/test-mech.c
+index 0a030a2be0..0a22ff46d0 100644
+--- a/src/auth/test-mech.c
 b/src/auth/test-mech.c
+@@ -192,7 +192,7 @@ static void test_mech_handle_challenge(struct auth_request 
*request,
+ }
+ 
+ static inline const unsigned char *
+-test_mech_construct_apop_challenge(unsigned int connect_uid, unsigned long 
*len_r)
++test_mech_construct_apop_challenge(unsigned int connect_uid, size_t *len_r)
+ {
+   string_t *apop_challenge = t_str_new(128);
+ 
+@@ -323,7 +323,7 @@ static void test_mechs(void)
+   struct test_case *test_case = [running_test];
+   const struct mech_module *mech = test_case->mech;
+   struct auth_request *request;
+-  const char *testname = t_strdup_printf("auth mech %s %d/%lu",
++  const char *testname = t_strdup_printf("auth mech %s %d/%zu",
+  mech->mech_name,
+  running_test+1,
+  N_ELEMENTS(tests));
+-- 
+2.11.0
+
+From 47ebfeef07d0908ba6b66344b0f630a21b81bcab Mon Sep 17 00:00:00 2001
+From: Aki Tuomi 
+Date: Thu, 13 Aug 2020 19:13:04 +0300
+Subject: [PATCH 1/2] auth: test-mech - Fix APOP challenge format
+
+---
+ src/auth/test-mech.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/auth/test-mech.c b/src/auth/test-mech.c
+index cf05370035..0a030a2be0 100644
+--- a/src/auth/test-mech.c
 b/src/auth/test-mech.c
+@@ -196,8 +196,8 @@ test_mech_construct_apop_challenge(unsigned int 
connect_uid, unsigned long *len_
+ {
+   string_t *apop_challenge = t_str_new(128);
+ 
+-  str_printfa(apop_challenge,"<%lx.%u.%"PRIdTIME_T"", (unsigned long) 
getpid(),
+-  connect_uid, process_start_time+10);
++  str_printfa(apop_challenge,"<%lx.%lx.%"PRIxTIME_T".", (unsigned 
long)getpid(),
++  (unsigned long)connect_uid, process_start_time+10);
+   str_append_data(apop_challenge, "\0testuser\0responseoflen16-", 26);
+   *len_r = apop_challenge->used;
+   return apop_challenge->data;
+-- 
+2.11.0



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

2020-09-05 Thread Sam James
commit: 9dfd9952d8179b482ce41fd18135823a2a022aa2
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 23:43:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 23:44:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfd9952

media-libs/zmusic: Keyword 1.1.2 arm, #740422

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

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

diff --git a/media-libs/zmusic/zmusic-1.1.2.ebuild 
b/media-libs/zmusic/zmusic-1.1.2.ebuild
index dbcf8b76178..95bb2cf5c6f 100644
--- a/media-libs/zmusic/zmusic-1.1.2.ebuild
+++ b/media-libs/zmusic/zmusic-1.1.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/coelckers/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD DUMB-0.9.3 GPL-3 LGPL-2.1+ LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="alsa fluidsynth mpg123 sndfile"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-fps/gzdoom/

2020-09-05 Thread Sam James
commit: aa2806889f78fa099bb618f4f934e38175f7df6b
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 23:42:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 23:43:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa280688

games-fps/gzdoom: Keyword 4.4.2 arm, #740422

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

 games-fps/gzdoom/gzdoom-4.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/gzdoom/gzdoom-4.4.2.ebuild 
b/games-fps/gzdoom/gzdoom-4.4.2.ebuild
index 5c345dd665b..976f3384a39 100644
--- a/games-fps/gzdoom/gzdoom-4.4.2.ebuild
+++ b/games-fps/gzdoom/gzdoom-4.4.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="Apache-2.0 BSD BZIP2 GPL-3 LGPL-2.1+ LGPL-3 MIT
non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="gtk gtk2 +non-free openmp"
 
 DEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-db-postgresql/

2020-09-05 Thread Azael Reyes
commit: 80b98fd1ca824af6b32a25881fb3e6909c8a9578
Author: Azael Reyes  gmail  com>
AuthorDate: Sat Sep  5 23:40:41 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sat Sep  5 23:40:41 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80b98fd1

dev-libs/octetos-db-postgresql: fixing dependency.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-db-postgresql/Manifest|  1 +
 .../octetos-db-postgresql-1.3.3_alpha.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/octetos-db-postgresql/Manifest 
b/dev-libs/octetos-db-postgresql/Manifest
index f6e2a1a..616813b 100644
--- a/dev-libs/octetos-db-postgresql/Manifest
+++ b/dev-libs/octetos-db-postgresql/Manifest
@@ -1 +1,2 @@
 DIST octetos-db-postgresql-1.3.2_alpha.tar.gz 92844 BLAKE2B 
99c0488fa62a4edd7b9424c7d923a60a1684d8b34355e27150c8356d4b17222b5b38e50a3374b7105447366aa8683398f0444b45304e258efb2cda053490d49a
 SHA512 
0d1ff8b88fd3c5b192f0bf2311ce038b3bddd4f1245cbf593d570e3c54ecb906cf8a025e4b95f2940297bf93fc0dbfc8ebcc980c8ad2f1fee9bc068fa3138f2f
+DIST octetos-db-postgresql-1.3.3_alpha.tar.gz 70548 BLAKE2B 
b64bdfe4853fb2a9dfdc97ba88db103bd4c4ccd9d0ba16696d49cd0586a12b98408b247f5e883a45ff405c3aa4253c1a3af5a439d88b04f59dabcc72eaf3edfa
 SHA512 
09df007e65d7ffa1854e052b58491a93156c2733f7ac94bb41848d24222e548a763a97e2d03530d9205a59e0c8247fe4b11256bab0fd5683832f2cf3c45d0d1c

diff --git 
a/dev-libs/octetos-db-postgresql/octetos-db-postgresql-1.3.3_alpha.ebuild 
b/dev-libs/octetos-db-postgresql/octetos-db-postgresql-1.3.3_alpha.ebuild
new file mode 100644
index 000..71dba39
--- /dev/null
+++ b/dev-libs/octetos-db-postgresql/octetos-db-postgresql-1.3.3_alpha.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha}"
+MYPN="${PN/-postgresql}"
+MYP="${MYPN}-${MYPV}"
+
+DESCRIPTION="C++ library for Database Acces."
+HOMEPAGE="https://github.com/azaeldevel/octetos-db;
+SRC_URI="https://github.com/azaeldevel/${MYPN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-db dev-libs/libpqxx"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf --with-postgresql
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-db/

2020-09-05 Thread Azael Reyes
commit: a27772d4bbf54be49b45a06c3b2e69673a35fd3b
Author: Azael Reyes  gmail  com>
AuthorDate: Sat Sep  5 23:37:35 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sat Sep  5 23:37:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a27772d4

dev-libs/octetos-db: finxing dependency.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 dev-libs/octetos-db/Manifest  |  1 +
 dev-libs/octetos-db/octetos-db-1.3.3_alpha.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/octetos-db/Manifest b/dev-libs/octetos-db/Manifest
index 875b1d0..34df9e1 100644
--- a/dev-libs/octetos-db/Manifest
+++ b/dev-libs/octetos-db/Manifest
@@ -1 +1,2 @@
 DIST octetos-db-1.3.2_alpha.tar.gz 92844 BLAKE2B 
99c0488fa62a4edd7b9424c7d923a60a1684d8b34355e27150c8356d4b17222b5b38e50a3374b7105447366aa8683398f0444b45304e258efb2cda053490d49a
 SHA512 
0d1ff8b88fd3c5b192f0bf2311ce038b3bddd4f1245cbf593d570e3c54ecb906cf8a025e4b95f2940297bf93fc0dbfc8ebcc980c8ad2f1fee9bc068fa3138f2f
+DIST octetos-db-1.3.3_alpha.tar.gz 70548 BLAKE2B 
b64bdfe4853fb2a9dfdc97ba88db103bd4c4ccd9d0ba16696d49cd0586a12b98408b247f5e883a45ff405c3aa4253c1a3af5a439d88b04f59dabcc72eaf3edfa
 SHA512 
09df007e65d7ffa1854e052b58491a93156c2733f7ac94bb41848d24222e548a763a97e2d03530d9205a59e0c8247fe4b11256bab0fd5683832f2cf3c45d0d1c

diff --git a/dev-libs/octetos-db/octetos-db-1.3.3_alpha.ebuild 
b/dev-libs/octetos-db/octetos-db-1.3.3_alpha.ebuild
new file mode 100644
index 000..4dd3b56
--- /dev/null
+++ b/dev-libs/octetos-db/octetos-db-1.3.3_alpha.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_alpha/-alpha}"
+MYPN="${PN}"
+MYP="${MYPN}-${MYPV}"
+
+DESCRIPTION="C++ library for Database Acces."
+HOMEPAGE="https://github.com/azaeldevel/octetos-db;
+SRC_URI="https://github.com/azaeldevel/${MYPN}/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   default
+   eautoreconf -fi
+}
+
+src_configure() {
+   econf --with-abstract
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2020-09-05 Thread Aisha Tammy
commit: 9086e34585dfaa27111622b22dd7c5a31acd4422
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep  5 19:14:17 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep  5 19:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9086e345

www-apps/uwebsockets: drop old version

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 -
 www-apps/uwebsockets/uwebsockets-18.11.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 327a27c..fde202f 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1 @@
-DIST uwebsockets-18.11.0.tar.gz 267042 BLAKE2B 
2cc0a6a7d798ac3c66967afa8b3cdfeda0396f0020a89c7d8c3184c2e8f1090d01372c235ebe5145d171f6d43684ad5dbef6b245f9c617a58b7ee229eeac1123
 SHA512 
a7300091115c1b08130ff697ba23ee16d0473943e49d219357bddc6708e2e629832856514cded3e7f27b2da36fc33d1e6ad0675006490812bdae123a20a660f4
 DIST uwebsockets-18.12.0.tar.gz 270096 BLAKE2B 
5b8556e7158feb8d594eff30c095d8a01db855ae2803c6911ddd7b4d1d400cdc3d876fb9d39d0dc26a07afb19a78b0a9a016daa41105505ecba878b2988d8e1c
 SHA512 
e3eb18d79e61a084c2e54f80643e01ddf4e50d0442da7114eda4f528d5e6a43ff4f090c879fced1cc7db061b6d219cae33e4eb35cbad0d495c72c4117dbd416d

diff --git a/www-apps/uwebsockets/uwebsockets-18.11.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.11.0.ebuild
deleted file mode 100644
index 2738b66..000
--- a/www-apps/uwebsockets/uwebsockets-18.11.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
-else
-   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.4.1"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-src_Loop.h.patch"
-)
-
-src_prepare() {
-   default
-   mv src uWebSockets
-}
-
-src_compile() {
-   return 0
-}
-
-src_install() {
-   doheader -r uWebSockets
-}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2020-09-05 Thread Aisha Tammy
commit: 378ebc9e5fc945361f946b156450aa2fe2e59508
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep  5 19:13:52 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep  5 19:31:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=378ebc9e

www-apps/uwebsockets: drop old version

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 -
 www-apps/uwebsockets/uwebsockets-18.10.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index b14f736..327a27c 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,3 +1,2 @@
-DIST uwebsockets-18.10.0.tar.gz 265369 BLAKE2B 
1ddd16f1793144c4e89681c2eae56e66db711fe94d17120222bf652df9616376fd1194baa0b7b10a89f6551ad1b62998c9993681b60ac5924e9b28500737fe46
 SHA512 
93d97ac45aabad5be4b8a5ba91e04c360e83a82e9d781aebeb5b325b8f11d2f25fb4d07dbce105978b947f7324d06d2e3877d07c14482961feed4171529248d1
 DIST uwebsockets-18.11.0.tar.gz 267042 BLAKE2B 
2cc0a6a7d798ac3c66967afa8b3cdfeda0396f0020a89c7d8c3184c2e8f1090d01372c235ebe5145d171f6d43684ad5dbef6b245f9c617a58b7ee229eeac1123
 SHA512 
a7300091115c1b08130ff697ba23ee16d0473943e49d219357bddc6708e2e629832856514cded3e7f27b2da36fc33d1e6ad0675006490812bdae123a20a660f4
 DIST uwebsockets-18.12.0.tar.gz 270096 BLAKE2B 
5b8556e7158feb8d594eff30c095d8a01db855ae2803c6911ddd7b4d1d400cdc3d876fb9d39d0dc26a07afb19a78b0a9a016daa41105505ecba878b2988d8e1c
 SHA512 
e3eb18d79e61a084c2e54f80643e01ddf4e50d0442da7114eda4f528d5e6a43ff4f090c879fced1cc7db061b6d219cae33e4eb35cbad0d495c72c4117dbd416d

diff --git a/www-apps/uwebsockets/uwebsockets-18.10.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.10.0.ebuild
deleted file mode 100644
index 2738b66..000
--- a/www-apps/uwebsockets/uwebsockets-18.10.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
-else
-   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.4.1"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-src_Loop.h.patch"
-)
-
-src_prepare() {
-   default
-   mv src uWebSockets
-}
-
-src_compile() {
-   return 0
-}
-
-src_install() {
-   doheader -r uWebSockets
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/descent2-data/

2020-09-05 Thread James Le Cuirot
commit: 5076a5d39849249f0ddc424bf5e36b69aa167892
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep  5 23:05:16 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep  5 23:07:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5076a5d3

games-action/descent2-data: Use arj instead of unarj

unarj has a problematic license. Unlike descent2-demodata, this is
untested as I don't have the CD but this case is much simpler so it
should work.

Bug: https://bugs.gentoo.org/694746
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 games-action/descent2-data/descent2-data-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild 
b/games-action/descent2-data/descent2-data-1.2.ebuild
index 4ca0152d5ff..175865f367a 100644
--- a/games-action/descent2-data/descent2-data-1.2.ebuild
+++ b/games-action/descent2-data/descent2-data-1.2.ebuild
@@ -28,7 +28,7 @@ RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: games-action/descent2-demodata/

2020-09-05 Thread James Le Cuirot
commit: 11824574477f8b46388c6bc44a14bbe463346ec0
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep  5 23:03:36 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep  5 23:07:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11824574

games-action/descent2-demodata: Use arj instead of unarj, EAPI 7

unarj has a problematic license. arj is better anyway as it handles
multiple volumes for us.

Bug: https://bugs.gentoo.org/694746
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 .../descent2-demodata-1.0-r1.ebuild| 24 +++---
 1 file changed, 7 insertions(+), 17 deletions(-)

diff --git a/games-action/descent2-demodata/descent2-demodata-1.0-r1.ebuild 
b/games-action/descent2-demodata/descent2-demodata-1.0-r1.ebuild
index 79abcc78e76..2faad49ef87 100644
--- a/games-action/descent2-demodata/descent2-demodata-1.0-r1.ebuild
+++ b/games-action/descent2-demodata/descent2-demodata-1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PN="d2demo"
 DEMO="${MY_PN}${PV//.}.zip"
@@ -17,27 +17,17 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="!http://www.icculus.org/d2x/data/d2shar10.tar.gz
-   unarj e D2_1.SOW || die
-   mv ${MY_PN}.ham{,1} || die
-   unarj e D2_2.SOW || die
-   mv ${MY_PN}.ham{,2} || die
-   mv ${MY_PN}.pig{,2} || die
-   unarj e D2_3.SOW || die
-   mv ${MY_PN}.pig{,3} || die
-
-   # From the sows, big porkie pies shall grow
-   cat ${MY_PN}.ham{1,2} > ${MY_PN}.ham || die
-   cat ${MY_PN}.pig{2,3} > ${MY_PN}.pig || die
+   mv D2_2.SOW D2_1.S01 || die
+   mv D2_3.SOW D2_1.S02 || die
+   arj e -v -y -_ D2_1.SOW || die
 }
 
 src_install() {



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

2020-09-05 Thread Sam James
commit: 484f8765854995214a4b7485a7c44cd4c04ce167
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 22:55:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 22:55:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484f8765

media-sound/lilypond: Stabilize 2.21.4-r1 amd64, #740458

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

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

diff --git a/media-sound/lilypond/lilypond-2.21.4-r1.ebuild 
b/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
index c5a15c0af40..5b6a4c8ee04 100644
--- a/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.4-r1.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" = "" ]]; then
 else
MAIN_VER=$(ver_cut 1-2)
SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
 fi
 
 DESCRIPTION="GNU Music Typesetter"



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

2020-09-05 Thread Sam James
commit: a56c3a9bd19e85ca59545157b05ca7d83330e3fd
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 22:44:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 22:44:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56c3a9b

net-libs/gnutls: Stabilize 3.6.15 arm64, #740390

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

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

diff --git a/net-libs/gnutls/gnutls-3.6.15.ebuild 
b/net-libs/gnutls/gnutls-3.6.15.ebuild
index dbb6413841b..83bdb41848b 100644
--- a/net-libs/gnutls/gnutls-3.6.15.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30" # libgnutls.so number
-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 
~x86-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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
 
 REQUIRED_USE="



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

2020-09-05 Thread Sam James
commit: 87774f397d6350facceb0548cb8cbf862dbbaf30
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 22:38:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 22:40:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87774f39

net-libs/gnutls: Stabilize 3.6.15 amd64, #740390

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

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

diff --git a/net-libs/gnutls/gnutls-3.6.15.ebuild 
b/net-libs/gnutls/gnutls-3.6.15.ebuild
index 4627bb993b3..dbb6413841b 100644
--- a/net-libs/gnutls/gnutls-3.6.15.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30" # libgnutls.so number
-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 
~x86-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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
 
 REQUIRED_USE="



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

2020-09-05 Thread Thomas Deutschmann
commit: 469263d92b13de2c026714a3f5a6d408b2130ac8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 22:32:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 22:32:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469263d9

app-misc/datefudge: x86 stable (bug #740582)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-misc/datefudge/datefudge-1.24.ebuild 
b/app-misc/datefudge/datefudge-1.24.ebuild
index d9399fc46aa..a63b2ecfcec 100644
--- a/app-misc/datefudge/datefudge-1.24.ebuild
+++ b/app-misc/datefudge/datefudge-1.24.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""
 
 src_prepare() {



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

2020-09-05 Thread Thomas Deutschmann
commit: 9bf8da750771c938d5ebe5090fe4e05e142d0dc6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 21:39:38 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 21:39:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf8da75

app-misc/datefudge: bump to v1.24

Closes: https://bugs.gentoo.org/709788
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-misc/datefudge/Manifest  |  1 +
 app-misc/datefudge/datefudge-1.24.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-misc/datefudge/Manifest b/app-misc/datefudge/Manifest
index f36e6807492..153aac25f3c 100644
--- a/app-misc/datefudge/Manifest
+++ b/app-misc/datefudge/Manifest
@@ -1 +1,2 @@
 DIST datefudge_1.22.tar.xz 12964 BLAKE2B 
2f76647a3f7c73e43ff6b4fd57d57d21cae75fd8bc304a5cab7c66d9798795e2386f6219a51d71f57e13463e88a3e518160d90ae01bae5253cbcb7c8a3acf763
 SHA512 
ed67d334ca8296ae1c7b5ee1efc6ec7aafaad0aeb9f0f0387245c2eeea94ccc59ab804778b93ab8b34a512b83a3ec81d10f341d4f4f22b4a07fccdadaefb6d8b
+DIST datefudge_1.24.tar.xz 14152 BLAKE2B 
c0a386193e6761abade4643e2f56520738baf4bb739d4c94cec3e47a8feb5ebdf32a6e8b4a0c3dbb9584136b9855abcc68f5134e082083dfb61e977ae45c0bc7
 SHA512 
cd548a7e8ff10189e101fa339b2845cdd19a59354e43b02cf47e466855ec192dc2084951f7663a94da56a580dd24524047651d8bcb41aa478fe94b24dffaedeb

diff --git a/app-misc/datefudge/datefudge-1.24.ebuild 
b/app-misc/datefudge/datefudge-1.24.ebuild
new file mode 100644
index 000..d9399fc46aa
--- /dev/null
+++ b/app-misc/datefudge/datefudge-1.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="A program (and preload library) to fake system date"
+HOMEPAGE="https://packages.qa.debian.org/d/datefudge.html;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE=""
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/dpkg-parsechangelog/d' \
+   Makefile || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" libdir="/usr/$(get_libdir)" VERSION="${PV}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" CC="$(tc-getCC)" libdir="/usr/$(get_libdir)" 
install
+   einstalldocs
+}



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

2020-09-05 Thread James Le Cuirot
commit: 9e656cb039645db3c3510a0eaf30b0004125bd13
Author: Brian Kubisiak  kubisiak  com>
AuthorDate: Tue Sep  1 17:41:02 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep  5 21:28:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e656cb0

media-libs/libsdl2: Fix EGL and wayland support on systems without X11.

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Brian Kubisiak  kubisiak.com>
Closes: https://github.com/gentoo/gentoo/pull/17365
Signed-off-by: James Le Cuirot  gentoo.org>

 .../files/libsdl2-2.0.12-egl-detection.patch   |  24 +++
 media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild| 193 +
 2 files changed, 217 insertions(+)

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

diff --git a/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild
new file mode 100644
index 000..2d3f0b84734
--- /dev/null
+++ b/media-libs/libsdl2/libsdl2-2.0.12-r2.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic toolchain-funcs multilib-minimal
+
+MY_P="SDL2-${PV}"
+DESCRIPTION="Simple Direct Media Layer"
+HOMEPAGE="https://www.libsdl.org/;
+SRC_URI="https://www.libsdl.org/release/${MY_P}.tar.gz;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus gles2 haptic jack 
+joystick kms libsamplerate nas opengl oss pulseaudio +sound static-libs 
+threads tslib udev +video video_cards_vc4 vulkan wayland X xinerama 
xscreensaver"
+REQUIRED_USE="
+   alsa? ( sound )
+   gles2? ( video )
+   jack? ( sound )
+   nas? ( sound )
+   opengl? ( video )
+   pulseaudio? ( sound )
+   vulkan? ( video )
+   wayland? ( gles2 )
+   xinerama? ( X )
+   xscreensaver? ( X )"
+
+CDEPEND="
+   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+   dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
+   gles2? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
+   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
+   kms? (
+   >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}]
+   >=media-libs/mesa-9.0.0[${MULTILIB_USEDEP},gbm]
+   )
+   libsamplerate? ( media-libs/libsamplerate[${MULTILIB_USEDEP}] )
+   nas? (
+   >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}]
+   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+   )
+   opengl? (
+   >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+   >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
+   )
+   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
+   tslib? ( >=x11-libs/tslib-1.0-r3[${MULTILIB_USEDEP}] )
+   udev? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] )
+   wayland? (
+   >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}]
+   >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},egl,gles2,wayland]
+   >=x11-libs/libxkbcommon-0.2.0[${MULTILIB_USEDEP}]
+   )
+   X? (
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXcursor-1.1.14[${MULTILIB_USEDEP}]
+   >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
+   xinerama? ( >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )
+   xscreensaver? ( 
>=x11-libs/libXScrnSaver-1.2.2-r1[${MULTILIB_USEDEP}] )
+   )"
+RDEPEND="${CDEPEND}
+   vulkan? ( media-libs/vulkan-loader )"
+DEPEND="${CDEPEND}
+   vulkan? ( dev-util/vulkan-headers )
+   X? ( x11-base/xorg-proto )
+"
+BDEPEND="
+   

[gentoo-commits] repo/proj/guru:dev commit in: app-portage/version/

2020-09-05 Thread Azael Reyes
commit: 0949c59b0119aecb73cd49be9daccca572f1f80a
Author: Azael Reyes  gmail  com>
AuthorDate: Sat Sep  5 21:28:56 2020 +
Commit: Azael Reyes  gmail  com>
CommitDate: Sat Sep  5 21:28:56 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0949c59b

app-portage/version: fixing dependency.

Signed-off-by: Azael Reyes  gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes  gmail.com>

 app-portage/version/version-0.15.0_alpha.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-portage/version/version-0.15.0_alpha.ebuild 
b/app-portage/version/version-0.15.0_alpha.ebuild
index d6b021c..c90fba0 100644
--- a/app-portage/version/version-0.15.0_alpha.ebuild
+++ b/app-portage/version/version-0.15.0_alpha.ebuild
@@ -17,11 +17,9 @@ KEYWORDS="~amd64"
 
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-libs/octetos-coreutils"
 RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/octetos-core
-"
+BDEPEND=""
 
 S="${WORKDIR}/octetos-${PN}-${MYPV}"
 



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

2020-09-05 Thread Sam James
commit: 3c949b39682147a3c59d322f3f0253f8ab06764e
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 21:19:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 21:22:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c949b39

dev-libs/kdiagram: Stabilize 2.7.0 amd64, #740450

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

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

diff --git a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild 
b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
index 550be41795b..e253234547d 100644
--- a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
+++ b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
@@ -16,7 +16,7 @@ https://www.kdab.com/development-resources/qt-tools/kd-chart/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="GPL-2" # TODO CHECK



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/kstars/

2020-09-05 Thread Sam James
commit: 6ccadb2df32dc50ea12a77b566290079523abf45
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 21:20:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 21:22:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccadb2d

sci-astronomy/kstars: Stabilize 3.4.3 amd64, #740452

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

 sci-astronomy/kstars/kstars-3.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/kstars/kstars-3.4.3.ebuild 
b/sci-astronomy/kstars/kstars-3.4.3.ebuild
index 4329431b153..ce93bf63b36 100644
--- a/sci-astronomy/kstars/kstars-3.4.3.ebuild
+++ b/sci-astronomy/kstars/kstars-3.4.3.ebuild
@@ -14,7 +14,7 @@ https://edu.kde.org/kstars/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2+ GPL-3+"



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

2020-09-05 Thread Thomas Deutschmann
commit: 84bac23d927b7c188599e70c27447a6d94a89089
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 21:16:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 21:16:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bac23d

media-sound/musescore: x86 stable (bug #740548)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-sound/musescore/musescore-3.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/musescore/musescore-3.5.ebuild 
b/media-sound/musescore/musescore-3.5.ebuild
index 45b259953d4..9a241448a74 100644
--- a/media-sound/musescore/musescore-3.5.ebuild
+++ b/media-sound/musescore/musescore-3.5.ebuild
@@ -10,10 +10,10 @@ inherit cmake xdg check-reqs
 if [[ ${PV} == "" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/${PN}/MuseScore.git;
-   KEYWORDS=""
+   KEYWORDS="x86"
 else
SRC_URI="https://github.com/musescore/MuseScore/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm64 x86"
S="${WORKDIR}/MuseScore-${PV}"
 fi
 



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

2020-09-05 Thread Thomas Deutschmann
commit: 73ef32e5570f84e2136e0b3941cd4f4358881b2e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 21:14:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 21:15:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ef32e5

media-sound/darkice: x86 stable (bug #740552)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/media-sound/darkice/darkice-1.4.ebuild 
b/media-sound/darkice/darkice-1.4.ebuild
index 5a481e15719..fe448795991 100644
--- a/media-sound/darkice/darkice-1.4.ebuild
+++ b/media-sound/darkice/darkice-1.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/rafael2k/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86"
 IUSE="aac aacplus alsa debug jack libsamplerate mp3 opus pulseaudio twolame 
vorbis"
 
 RDEPEND="aac? ( media-libs/faac )



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

2020-09-05 Thread Thomas Deutschmann
commit: 510817253464239509a683459d6f16cf8dc6e57c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  5 21:15:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  5 21:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51081725

net-libs/gnutls: x86 stable (bug #740390)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/gnutls/gnutls-3.6.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.6.15.ebuild 
b/net-libs/gnutls/gnutls-3.6.15.ebuild
index 2aaf56d8ded..4627bb993b3 100644
--- a/net-libs/gnutls/gnutls-3.6.15.ebuild
+++ b/net-libs/gnutls/gnutls-3.6.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30" # libgnutls.so number
-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 
~x86-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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp sslv2 
sslv3 static-libs test test-full +tls-heartbeat tools valgrind"
 
 REQUIRED_USE="
@@ -54,7 +54,7 @@ DOCS=(
 
 HTML_DOCS=()
 
-PATCHES=( "${FILESDIR}"/${PN}-3.6.15-skip-dtls-seccomp-tests.patch )
+#PATCHES=( "${FILESDIR}"/${PN}-3.6.15-skip-dtls-seccomp-tests.patch )
 
 pkg_setup() {
# bug#520818



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

2020-09-05 Thread Michał Górny
commit: b6e93802e2de13731d1b09f4824cdad915ffe965
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:47:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e93802

sys-kernel/gentoo-kernel: Bump to 5.4.63

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.63.ebuild  | 98 ++
 2 files changed, 100 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 37cba7a27dd..30190cf7adf 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -4,6 +4,8 @@ DIST genpatches-5.4-62.base.tar.xz 2210192 BLAKE2B 
5aa23923418095dad7570323e6bf8
 DIST genpatches-5.4-62.extras.tar.xz 1768 BLAKE2B 
6381f43f1f0bc497cfea4451538cd4a692a40031f5a726d0dfcd8da8ab1a8c2af4403810d2c6f0377ac5a1bcf799d43e42141361ab684e7a63a11e31bf84
 SHA512 
efbe0418614bcc2674040e4db0a137760f719793cab7e57cb237ff85ecffe1521a056c6c2ffda2c7efd7e47a0b914a06e87f92d73fbb754b41dfa63a88e7d4ea
 DIST genpatches-5.4-63.base.tar.xz 2261952 BLAKE2B 
98f002f6a4f7a5908c4da9e9fb25451e995378d848f0bd6408e7e800bf94ecc41480eb76293dd840035d48806eb1bfaf92e33c2bf3979ca8e6f8fb417ac3644b
 SHA512 
f5a089e940b70c7fdcb4de8aaf28c17f0783626af05271b3dec348307ee202525d11e139845db95f0e225cfbbee2185638ac79a617ca13168e0676685caaba4e
 DIST genpatches-5.4-63.extras.tar.xz 1768 BLAKE2B 
ca8c254b3f0f31ba0e0dff7e99127c36acf94783075ddb53ef8da28c017422e6a1537992e06796983b703d1062c0b6a609d58f6b0ed5e62a069902065bc6dca7
 SHA512 
075581b8fa5123d2b48b5a66d939fc126db7000229713a07cbc475c7052e07acb357c408b2b4484d3d60b72088c260af09e9d871c7ff6b0ea559ea396109aba3
+DIST genpatches-5.4-64.base.tar.xz 2269092 BLAKE2B 
c2e312dcbac6410bb416047d2e1182ce1c1bf4f01abf164571d8f24cac7c2c05dcb9d4076f80c6f19bfea185ad214f0c5b0fe5f519e7b3a9603bdde41cf2486b
 SHA512 
832a9697d2960562a87d1a669990d42d889c6a79d3095144255a3a38b0e53b391a9398f764449bd27b0f5c19ad724d9973fcfffe91989c6f5cf7aef9258d1a2a
+DIST genpatches-5.4-64.extras.tar.xz 1768 BLAKE2B 
1b0808cc84f4b3c2c4e783274a56a48f0c8dcc4e764eb4bfddf889b23c1cf99fe1f2eff42765814c73015f371c2d979b94cd14d1518ec32d04ee113282bac9d7
 SHA512 
407e744ed486337c0e32a4c7b518fb6cc36d0f144fca59eb89d56db9bd368845048f47b906eeb024b2bcfc4fab63b1414a61648506fce1d9fec46094bf39153b
 DIST genpatches-5.7-18.base.tar.xz 778720 BLAKE2B 
384315c8e0e23db1137f73d6d60bc6f681d7b74e23e2b5288ad741ae8f005255164074c08a4ece67667d5eaff15dd0f955fb2eb23d9745c8647ce7761aad3f47
 SHA512 
8c36cb71a02d9bff7d3257c527c16191a8ba05e08e4cd836047e97264d93cd93343d13e2a550f2b8321d638a00069d8108296240c7d2656023185c80ad640c0d
 DIST genpatches-5.7-18.extras.tar.xz 1768 BLAKE2B 
7312c4b26f1e3aaa51b8a8e67f9fade727b1ec6dbcc256d581061ea6ab878a47dcecfe6d949d677500a49d62928ce4a8c6aae75ce618b9555fcf7fa11fee4ecc
 SHA512 
6b4459fef57765cf67503265ea094ffebbf5f2f9db7c753e1182f524f44981e9b047b6a1661f45b9d99f39e2c2ec57bb1a93e35dfc4a62997d9b629728c2b5c6
 DIST genpatches-5.7-19.base.tar.xz 806520 BLAKE2B 
1eba96a84e0a75a6dd53cbe24181ee761579f49ab95b2d128dac2bb2780fb0e5b2d5751b95368df70dbe8a9e6ea2ddde960b04e7961d52be02928f17ae2b43c4
 SHA512 
e654d6444e82e083996f57cb3a8775898e37ec1ab71cd0f639ee0398d6b1f4e875c5bc661db83f46b1d67c5d77a9528182f9ef7980e5c222084d0f016d6e57d5

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.63.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.63.ebuild
new file mode 100644
index 000..44e23fbb4fb
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.63.ebuild
@@ -0,0 +1,98 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   

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

2020-09-05 Thread Michał Górny
commit: 39dc297bac30cfc3455f3127f97fe1cfb6b2412f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:54:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39dc297b

dev-python/setuptools: Bump to 50.3.0

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

 dev-python/setuptools/Manifest |  1 +
 dev-python/setuptools/setuptools-50.3.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index ec15941b828..c7ced3e3cf6 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -2,3 +2,4 @@ DIST setuptools-46.4.0.zip 865912 BLAKE2B 
452d36132f5648c79c7e1616a93ff6a39ab2f6
 DIST setuptools-49.6.0.zip 2188590 BLAKE2B 
b789386d31c0d5cbc0c899d24e9af35baad371b698b488ed46b768e8831bae7245b391971e1e402799bc555475c1d8b78bd59a224c26bc78ba68b122a06e0154
 SHA512 
aad6e74b0e276da0f79c9429860a6d1c7860a30e9a02ce55527abbe7671366640423a1e5476da9ecadfc62ae1bf803cb0c664e2a09cf7619a9c8ac3965b9cf31
 DIST setuptools-50.1.0.zip 2168599 BLAKE2B 
ebfedb9607dd45f638b689ad73714575a584b112b55f9764d2e72333ded7b9170878b76bc92465fdc4ff60a9ff830c9994efc7d1f0195fd5bf8b50c87e7f8fb4
 SHA512 
b5b0fa45bf87d567847b0a5275cc06f3847f53282832b8b5a0084412c16f558a9db9b8084e27a34b0e99081275bc714acd494731dd487f5850b7ad59257e5cfc
 DIST setuptools-50.2.0.zip 2168687 BLAKE2B 
c725fb1103f37cef80f78aa7e0920a8e64c8a03d3f696f521ce94a3466c4a97512bf3a2512a24e9d6e92b277f391e8e5163c22ad28c0d34daace432f44ad4ac9
 SHA512 
1d6d52bd058b4fd3c8322538b7b31b601c04eaf196b49e89f758d691a65fe6e76fca486ba740fbb96bd817ed67b1d390a3724742977be8cc2963106a73c4c17a
+DIST setuptools-50.3.0.zip 2169216 BLAKE2B 
029ea0159de270af0078a4661c696b93681b33dcc475640c7626f5a40bf1bb4759e5915948696c03b76dca10bdc4e790e2e9ef9628f41abca9a6aa48adcb72f6
 SHA512 
f67a2b7d639e03bf8b3815133e128902a559baf689afdd5893844ddc7c83505d727a6bb30ced1f78c4d2719dd405d2f4c527576bfa14dd9cb50c8ec4a479683e

diff --git a/dev-python/setuptools/setuptools-50.3.0.ebuild 
b/dev-python/setuptools/setuptools-50.3.0.ebuild
new file mode 100644
index 000..0d8d2e8bfb9
--- /dev/null
+++ b/dev-python/setuptools/setuptools-50.3.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://github.com/pypa/setuptools 
https://pypi.org/project/setuptools/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="MIT"
+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 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   app-arch/unzip
+   test? (
+   dev-python/jaraco-envs[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.7.0[${PYTHON_USEDEP}]
+   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
+   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( {CHANGES,README}.rst 
docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   # xpass-es for me on py3
+   #sed -e '/xfail.*710/s:(:(six.PY2, :' \
+   #   -i setuptools/tests/test_archive_util.py || die
+
+   # avoid pointless dep on flake8
+   sed -i -e 's:--flake8::' -e 's:--cov::' pytest.ini || die
+
+   # disable the code disabling non-existing coverage plugin
+   sed -i -e 's:cov = .*:return:' conftest.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" pytest -vv ${PN} || die "Tests failed under ${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



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

2020-09-05 Thread Michał Górny
commit: be4d6491a360b4ea1dd41564e70e83ce9dd6c0ca
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:47:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4d6491

sys-kernel/gentoo-kernel: Bump to 5.8.7

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

 sys-kernel/gentoo-kernel/Manifest  |  6 ++
 .../gentoo-kernel/gentoo-kernel-5.8.7.ebuild   | 99 ++
 2 files changed, 105 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index e69690b6e2b..37cba7a27dd 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.7-19.base.tar.xz 806520 BLAKE2B 
1eba96a84e0a75a6dd53cbe24181ee
 DIST genpatches-5.7-19.extras.tar.xz 1768 BLAKE2B 
54af894e73664fd8a22ea400a908c6b4fe9f5d928374701c1bff9811ebc75aac22b5a5c72d59aad1ba41939a3544431d1a90e49049d099dd5ab67b0dceec4f90
 SHA512 
968dd48a5e033f94993f48f1a30b2b7647a5605fdbd77fcddf95b44eeb82629785c9dfee2d76a15010ed7250d9c30dcd5924e5e47c879406d10408bce38ec193
 DIST genpatches-5.7-20.base.tar.xz 809256 BLAKE2B 
92ceaa6c9cd0a71cd7b86745240c2c018265dcbe8be124375ee3cde3f6fa4e00981f6c8762ec369461fe75542efb9154a09f90499ddf127405716ffcfdac4027
 SHA512 
900283861dec83bbaba8aafbff3b9d689d7f729917130c3d6760a05f919903b079203c48b768cad2bdae5b197192d5fe8764b786aec95fab77bee6384803b7f0
 DIST genpatches-5.7-20.extras.tar.xz 1768 BLAKE2B 
016fb07a98245121971534b7f9d40f1bc627325fbda893342ecaf330b2ad4a2caee6ff39a7a24e7c46e2eefba8df4cf901bd3d46d7041f1c8781288ddc1d63fc
 SHA512 
b8aa2c75b014fdefc7f56f67be6a7bbfd57e55f6f08346899a7a64892bd0975d0494864614c2bb485bb5dcfe262a280c51f43c7f0ff18256a2370b1fa93add3b
+DIST genpatches-5.8-10.base.tar.xz 347544 BLAKE2B 
8cfcdd84b803b8dc1721166d853267267f16a4c6e6cf759bad5c34b6149a57e7f5bddc14b287b870df98ad2af93871b6bd1b5f9dff0308fde9a25115943d3bbe
 SHA512 
40f07ddf0f852cbe79f7b2da289787090ace5cb478c21c41adb82726e22a404d7c35acd76dc73a7fb1444f6910735249667a79d8d756171e1b8ce9cfcbfbfdef
+DIST genpatches-5.8-10.extras.tar.xz 1768 BLAKE2B 
056c24f09a74c2867c767139fcd90af83623aac03e06ae03ebe96decfc4fccfc8b213f93e8b0cfda9bac935d85734c8968f590dd4537ba14f9daa0c249c257fd
 SHA512 
aa1bc1d7f0190cded4d944cad3855358b26bc7dcfc726745da6ff8789662c5b74790284bf659ae8060280086e6b2809c903ce876f0c5b9c9d550a0123ada86af
 DIST genpatches-5.8-5.base.tar.xz 216176 BLAKE2B 
8c57c2b91b6a395b490fedcee8e0f5ba8c7698903d0e1017fb66bb3d5ced1c6675fcd6e7ecc2405ccd237fd9ef4c641b10a0b4c32403c757ada5ccec3dbf0f26
 SHA512 
64bf8a331ba97a1d86159dff23c46c94c63f07158e66f9e86b02de6cc1a4476064fb6a924573c93fa117ea88bf6d6bb05f89c82c1883700af9fcdbbfaa5b72bc
 DIST genpatches-5.8-5.extras.tar.xz 1768 BLAKE2B 
b49e51d13c594029950911a1c7689b13710b8102330a475edb774f967b6162a036cb830b3cc25187e0ee3ec577d607baae036d136111ae1c64b7bebf1f544fe0
 SHA512 
a3fa7af02966567b5a2f4caab584ae19d7a1b955d2c8e599355b1ee5f3aed8971c26ecca6ab453280ea7bd8c9c004b53045848934d121f52474046293a2f554d
 DIST genpatches-5.8-6.base.tar.xz 253496 BLAKE2B 
69163867676a60639683b75a51a281642bb7cdf51439dc2871a72e8e9fbd3121a93767ccd0f17e95627eba5876e3f119905c3fb93292b16393f3736d2a4c
 SHA512 
352c4f32780e24e4e9721e3792377070806cc756dc68f3266ad3140f5508c303c52c6573736915dfc27f92501a5b56f0fcb25e76916f338e5e737bf75fbb939d
@@ -20,17 +22,21 @@ DIST genpatches-5.8-9.base.tar.xz 340332 BLAKE2B 
07cf6b878e42ba269c93179c99c3769
 DIST genpatches-5.8-9.extras.tar.xz 1768 BLAKE2B 
60e864404bf061eaad2034fc8bb4109d060041fbd149a533dd239895b3a89a2466d84617bd6deaf9c4674db821780399a47022c55fda6c7e8742d4497081d561
 SHA512 
b7e0a30938b7ce1ab296a54f31c77aa22c59f360a72a15c0f395403d4b49e8135acfdfdee1b4ff4b627e4c49fcf9b753847dd78fd64b46a8c7bc437f86b14f31
 DIST kernel-aarch64-fedora.config.5.8.1 215181 BLAKE2B 
d29bdc80f90f8ff22f43439ec03c8f391ddeae8d299dd36cb4d4d51c7d37851900faef728a94eca069c08fbb22a8ef5c2bdfb2b850e4f669276d967cb47dc331
 SHA512 
99f9a4fa65082d09b38bd05021a9f7577b98eb8b101928ff7862139461f603484722ed19aefe34540da6aa15908abee99a5287c1594e45f0c12afa4663820fa0
 DIST kernel-aarch64-fedora.config.5.8.4 215181 BLAKE2B 
d29bdc80f90f8ff22f43439ec03c8f391ddeae8d299dd36cb4d4d51c7d37851900faef728a94eca069c08fbb22a8ef5c2bdfb2b850e4f669276d967cb47dc331
 SHA512 
99f9a4fa65082d09b38bd05021a9f7577b98eb8b101928ff7862139461f603484722ed19aefe34540da6aa15908abee99a5287c1594e45f0c12afa4663820fa0
+DIST kernel-aarch64-fedora.config.5.8.5 215148 BLAKE2B 
c71380f46c1b37e9e17bab6d78907114369b377bcbdb54afa2c35b6a222937fd061f25309d8de0cc78ef2329ede7192722270acceeaa3da4629a5f58d8fee809
 SHA512 
e86e2c60e88b1ea5968db1a471d7d928ccb3146fe850f8f2813ef315f2de0cbfa0daa2f6828dee71acb2299f65f05fc0b6f1572a82fb146ae9f53a905fe94e97
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 

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

2020-09-05 Thread Michał Górny
commit: 3ebfe101e0aa3e84f1877d42eacde9e67e97fb94
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:46:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:01:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ebfe101

sys-kernel/vanilla-kernel: Bump to 5.8.7

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

 sys-kernel/vanilla-kernel/Manifest |  4 ++
 .../vanilla-kernel/vanilla-kernel-5.8.7.ebuild | 83 ++
 2 files changed, 87 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 2ad388ab506..2c8b4af3a24 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,14 +1,17 @@
 DIST kernel-aarch64-fedora.config.5.7.8 208443 BLAKE2B 
ca77401ee1abd8a2f34de28c32a7153434534a10335f29150c33a0b4fa9b52b161223f59a79e50d9e260014ea2f95e5a2066957060cbf3ca8e938b05957315a4
 SHA512 
7528c9ae989e9d6297c4d06c3555a06f6636f92ef02adbc03a8bb7173891cfaf5faeeb1409112119221b08041147acde5d4fe3ab73175bd55d4406283f52
 DIST kernel-aarch64-fedora.config.5.8.1 215181 BLAKE2B 
d29bdc80f90f8ff22f43439ec03c8f391ddeae8d299dd36cb4d4d51c7d37851900faef728a94eca069c08fbb22a8ef5c2bdfb2b850e4f669276d967cb47dc331
 SHA512 
99f9a4fa65082d09b38bd05021a9f7577b98eb8b101928ff7862139461f603484722ed19aefe34540da6aa15908abee99a5287c1594e45f0c12afa4663820fa0
 DIST kernel-aarch64-fedora.config.5.8.4 215181 BLAKE2B 
d29bdc80f90f8ff22f43439ec03c8f391ddeae8d299dd36cb4d4d51c7d37851900faef728a94eca069c08fbb22a8ef5c2bdfb2b850e4f669276d967cb47dc331
 SHA512 
99f9a4fa65082d09b38bd05021a9f7577b98eb8b101928ff7862139461f603484722ed19aefe34540da6aa15908abee99a5287c1594e45f0c12afa4663820fa0
+DIST kernel-aarch64-fedora.config.5.8.5 215148 BLAKE2B 
c71380f46c1b37e9e17bab6d78907114369b377bcbdb54afa2c35b6a222937fd061f25309d8de0cc78ef2329ede7192722270acceeaa3da4629a5f58d8fee809
 SHA512 
e86e2c60e88b1ea5968db1a471d7d928ccb3146fe850f8f2813ef315f2de0cbfa0daa2f6828dee71acb2299f65f05fc0b6f1572a82fb146ae9f53a905fe94e97
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.7.8 191864 BLAKE2B 
217857254ffd12e987a5bd573e2520508bc70764b6363fc2c6bda1e5be46b70528616b26167150cba32f9e57fe17883c455fed34615a216b2398017d307971db
 SHA512 
b90c6f2cdb55bcb115d7b92752a6efd8fdc09f68acbf365b08c9ff89732745f26d2644e18cb097ffd92d75cff07dbd98a9723179a35dc72ce01a732bdd632592
 DIST kernel-i686-fedora.config.5.8.1 199143 BLAKE2B 
ea223234bc54d430b87f3eb15fe11b11e617103c861945fb530091285abd0702e2cbb1d9258ca1afe718c4e7578c41f8878422c53e2f0b476e5ff2fa5c17aece
 SHA512 
fc9c1b642e59c3c80b4cb6e1e6e9e2a27692524324539a3f1c163e284f8a69efb45ec839a630b0faeb0e52c15fb6577449163c7396aa0f1c43d727fe8aa35623
 DIST kernel-i686-fedora.config.5.8.4 199143 BLAKE2B 
ea223234bc54d430b87f3eb15fe11b11e617103c861945fb530091285abd0702e2cbb1d9258ca1afe718c4e7578c41f8878422c53e2f0b476e5ff2fa5c17aece
 SHA512 
fc9c1b642e59c3c80b4cb6e1e6e9e2a27692524324539a3f1c163e284f8a69efb45ec839a630b0faeb0e52c15fb6577449163c7396aa0f1c43d727fe8aa35623
+DIST kernel-i686-fedora.config.5.8.5 199121 BLAKE2B 
f6e16e6faac6e730eb4c9c3edc1c173b2988b49fe677d34ef1540541911b8f76e5bdc166327d73237c78c1769d484de18864044c91b7da253795506c674d7303
 SHA512 
0a2c9abaae11ac1ec2e43da4b53fd1731a9bec983a7fda7b9e20f1d25b816e6b0bd217b255ca95b02a8b6530e923b4fc7de770f6a66411045712e7de61d431af
 DIST kernel-i686.config.5.4.21 183910 BLAKE2B 
185126ffb85718bb73761d01683def80b6f002d7a7a6eddd8e858a30d8eadc863fb378d83a1cd2ed82b3540337fa66ae44475e31fb41ebc46d77005b6f54e5c0
 SHA512 
6307afc2295902e44fe65b1cccaa7a0260b295a5f21f1d67ec66197bd972bd3f5675b624f08d9da8b224cb3ec987d5c21cbd743599aeab9ac6214bc651f43476
 DIST kernel-x86_64-fedora.config.5.7.8 192882 BLAKE2B 
23044bd3625d1ced686950c1322e91dd99eddb3128ab830c8862f5c949b66df67bc9ce38b810f4d54a35f9b9f11feb58d01450593ec513e132d789e3a50ac48b
 SHA512 
b7770da1f608e8f0ec227dbeaf66491815e9fc4f8f08f01d2ad5877dd1946e73b315e8834f35cb5fc035fc3ac52ede8365107515d54b0792f326ad937d901625
 DIST kernel-x86_64-fedora.config.5.8.1 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b
 DIST kernel-x86_64-fedora.config.5.8.4 200074 BLAKE2B 
05673cc7c5ae861faff6e823b8fadb9ce2f00864cc955d78733945abe6fa5842b5b74d0e41129cea92607bd907598b39127740dabd377cb25a2fbbcd54eae8b6
 SHA512 
c601c380163c66c9e351508dbc7ad3f10214eb04895257f721c808e8fa685770b9c898f48b3b05a5f76832fbf8c91e63278539dd9ef3e2c571997c844ecc7c8b
+DIST kernel-x86_64-fedora.config.5.8.5 

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

2020-09-05 Thread Michał Górny
commit: cdb3861ab53235f0d5f2d81a0bde4c1a9bab5aa9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 20:45:55 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb3861a

sys-kernel/gentoo-kernel-bin: Bump to 5.8.7

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.8.7.ebuild | 53 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 5c92e8ab386..3f777a87bf6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -30,3 +30,5 @@ DIST gentoo-kernel-5.8.5-1.x86.xpak 56586150 BLAKE2B 
d0ff52cec539f85c7971cf69f88
 DIST gentoo-kernel-5.8.6-1.amd64.xpak 64678358 BLAKE2B 
dfa4423044fdf7541983c04fedf3a2e30959f18775b8f2fa81ad7e96e7b9a49b0e0a0dac42e60771abbd6243bdf4fa747a1d1ac8dd7647ebe51136c11c1ff34c
 SHA512 
2d64b51956ed8c331f7300ffe3517df62a257c5c859a6ea65b829f917c9e74980f0f0c8a22aaf687b51c114ca8c55c3beba539da83924eded660572684adcc24
 DIST gentoo-kernel-5.8.6-1.arm64.xpak 62048563 BLAKE2B 
eb6c45d94c533eceb0ff2758a4a711c99c7c82945cb86ef6f3ab473f36cf8bcf5abb06260bb40fc379a49647bb00114e617b7e404b56f0b958105f8190cb835f
 SHA512 
77cbcaf374f54611674bb8329d97aa5f92368dc4a9b9d746b751aafb998b04f471f31bf24289a9fdd877cf82e4b07bf92e039dde4f61058844e916a5c32d111c
 DIST gentoo-kernel-5.8.6-1.x86.xpak 56578930 BLAKE2B 
1978d2390f5ad7a58fe8b5b59081323c4047c49104c0b35ad499bc9bf5ed144a8d49e37b0dbb9c85919afd5517e5b1e496247b8e831381e9b8a4c67e911984cc
 SHA512 
b028158415e59c213cc37293a79026ecdd20cb7f0cef04def48a8874c2ac802220314895c6c57f8cbb04ec27a52688bc9e1180636d13ac0cd0ba7bdd17732a65
+DIST gentoo-kernel-5.8.7-1.amd64.xpak 64676388 BLAKE2B 
93b859aed31b5a8ca77658690a4c9b04853ff5c780c0f2a1fb79bcdef6529ca3695e77ef1bb4dc04c7d59d305202f888b2876174d4fedaa9f4db2e02dc0f61ec
 SHA512 
3f0b738c1dbda968f0493b44556232734d9445df0d2ce97eac54d81795d1eb8d89c89257fa53e155d6110292f8215872a327918d0348bcd5541701e761e0299a
+DIST gentoo-kernel-5.8.7-1.x86.xpak 56596642 BLAKE2B 
ac985eb803b391b41e769b60ea99f35a398a2288914182a6537506ca8e388359cbbcdf4ca3b2aab233aef571a9b2ad6aa0e1fc38d0156155d955cfc0c0d71be5
 SHA512 
d5d42a539de0bbab8bae038b1480377f1711a727f95925f9f41c6de64e77b7dfa1352be4296063739916c8eaf81b2bfaa13575009cf1922cdeec6646a04a617a

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7.ebuild
new file mode 100644
index 000..dca6aedbd78
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.8.7.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.7.9, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+   kernel-install_test "${PV}" \
+   
"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+   "lib/modules/${PV}"
+}
+
+src_install() {
+   mv * "${ED}" || die
+}



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

2020-09-05 Thread Michał Górny
commit: 99bb87b48f9f56f3888ab530c6e462ab2c2deb30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:47:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bb87b4

sys-kernel/vanilla-kernel: Bump to 5.4.63

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

 sys-kernel/vanilla-kernel/Manifest |  1 +
 .../vanilla-kernel/vanilla-kernel-5.4.63.ebuild| 83 ++
 2 files changed, 84 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 2c8b4af3a24..941072db6a9 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -16,6 +16,7 @@ DIST kernel-x86_64.config.5.4.21 184907 BLAKE2B 
0eb2b07c14cea7545350fcdf3a94f2a5
 DIST linux-5.4.60.tar.xz 109583396 BLAKE2B 
1f6296eb9be00329b1eb015eafb4a965c575ded58b8618cfc0af3d15072c424afbbc029fad4d65e0af3bccc5963c4304c14b4a9d4763cfaec9b4596834a0f9b0
 SHA512 
fb9ebada932c17d0adbc099a1df31a7d97afe3be694665b1f8171e7159bda84a36a435ceecfdce6d492d8e5075ed4253c68029dcdf952e75a3fe7ee36646327b
 DIST linux-5.4.61.tar.xz 109579356 BLAKE2B 
78e8ee2fcd0e8cce8f536ba907a24676b5aafa662d97eb5c02f97150b0be4616dc564542503d4250d3fd8a674598cd2d3fdcaa34c880e0f3df558c4b5da8b24c
 SHA512 
1c2d7226dc8b4b6ca468a7082b42ac14bdf9f2ff4d0824737cb6a2e959b2c5da320877efe8b6dc7fd66200daadfe5ac424d8c8abc52888358e45ee594f60937d
 DIST linux-5.4.62.tar.xz 109580336 BLAKE2B 
4cc346ae1b9def22ddbab11ea9a73eeedeb742290f5726eac9d72d7b6b8a6e8599cc6ad264ef840136a214152007c7c32757a01109129d6fd27a0ce504318311
 SHA512 
0d1d1b2e2e809caf0c5a6fd3d06494fc02ed8ad84c2aef37670afaa20611c8c4dc8a21b9ceeec406f0533ba85c9c1251a78da4ca5bba14b727926ca741183d53
+DIST linux-5.4.63.tar.xz 109583360 BLAKE2B 
f1afaf0d30b26ce325e9b7e4c8b328749f466796839ff7bc63b4ee14215627347dad38c168efa7099dc964d4378ac8ca94de7771339446acc51a75e9377442a0
 SHA512 
1e97faea4c5f4a814d207f0a850cd5dd4aab33259f5501d54fea3f5487aab3e7b38af3f38d9c2bb127222d859e8ad6cdc0d19e10e42ec455b53d3728b085353d
 DIST linux-5.7.17.tar.xz 112744000 BLAKE2B 
ef73f9c940d678465d1ff2c4eb880b6878827f563942666aab0fb49be9c24d6a12a78a2c569c9cb35023c82a195945b392ca00a933726701c0cff092f71141b6
 SHA512 
e4618e3d28882b81699892eb04b266a3e0b508806d02bd9671c84027a5a343535561b7094755ab6358ffd72e9ce5a2296b126ce9218a334b260c31535e2de59f
 DIST linux-5.7.18.tar.xz 112759392 BLAKE2B 
22fb5388521bd824a8ecbde7484db3319817eaebc6c74b5f615b872ec18b1cf6abd6b9aed651400bfee2b12e2d759a066ea79412021202a05b8fa1934b9b14aa
 SHA512 
d84a1dfb3ae6fad1f4ca3b42bbd01e9b6e1543e23f319237bc4db2381770df5a30d799cf5ed6ca85c5ece6779502327afdb4892452f612b9e4dbca3305c9901c
 DIST linux-5.7.19.tar.xz 112742648 BLAKE2B 
408fdc49f8a341f6d7c0fead1ddc1b0816caf4a7393286127440a6ec1b513cd413067d6e56180310cc9d634b95c9583b7f38ae4711cd115f4ac2f08918e6b916
 SHA512 
c64aacd11f90dd1fb4f163ba3757ba52543c8a3c3932b9600109ad2b8ac97c8819d430067266e1e347998b5e9df92f7c0f1945a73142442ba5bccd41439a4988

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild
new file mode 100644
index 000..d2655d6349c
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.63.ebuild
@@ -0,0 +1,83 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/dwarves )"
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_prepare() {
+   default
+
+   # prepare the default config
+   case ${ARCH} in
+   amd64)
+   cp "${DISTDIR}/kernel-x86_64.config.${CONFIG_VER}" 
.config || die
+  

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

2020-09-05 Thread Michał Górny
commit: 0d096cb68e86dd5faa7da8cf68a18e4e29bc9081
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 13 16:32:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d096cb6

acct-*.eclass: Create sysusers.d files

Thanks to David Michael for the initial patch and upstream fixes.

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

 eclass/acct-group.eclass | 18 --
 eclass/acct-user.eclass  | 18 --
 2 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass
index 5550e4a2fb1..19a378e0b06 100644
--- a/eclass/acct-group.eclass
+++ b/eclass/acct-group.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: acct-group.eclass
@@ -80,7 +80,7 @@ S=${WORKDIR}
 
 
 # << Phase functions >>
-EXPORT_FUNCTIONS pkg_pretend pkg_preinst
+EXPORT_FUNCTIONS pkg_pretend src_install pkg_preinst
 
 # @FUNCTION: acct-group_pkg_pretend
 # @DESCRIPTION:
@@ -116,6 +116,20 @@ acct-group_pkg_pretend() {
fi
 }
 
+# @FUNCTION: acct-group_src_install
+# @DESCRIPTION:
+# Installs sysusers.d file for the group.
+acct-group_src_install() {
+   debug-print-function ${FUNCNAME} "${@}"
+
+   insinto /usr/lib/sysusers.d
+   newins - ${CATEGORY}-${ACCT_GROUP_NAME}.conf < <(
+   printf "g\t%q\t%q\n" \
+   "${ACCT_GROUP_NAME}" \
+   "${ACCT_GROUP_ID/#-*/-}"
+   )
+}
+
 # @FUNCTION: acct-group_pkg_preinst
 # @DESCRIPTION:
 # Creates the group if it does not exist yet.

diff --git a/eclass/acct-user.eclass b/eclass/acct-user.eclass
index e82f3c56dbb..56a4e83e8bf 100644
--- a/eclass/acct-user.eclass
+++ b/eclass/acct-user.eclass
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: acct-user.eclass
@@ -312,7 +312,7 @@ acct-user_pkg_pretend() {
 # @FUNCTION: acct-user_src_install
 # @DESCRIPTION:
 # Installs a keep-file into the user's home directory to ensure it is
-# owned by the package.
+# owned by the package, and sysusers.d file.
 acct-user_src_install() {
debug-print-function ${FUNCNAME} "${@}"
 
@@ -321,6 +321,20 @@ acct-user_src_install() {
# created yet
keepdir "${ACCT_USER_HOME}"
fi
+
+   insinto /usr/lib/sysusers.d
+   newins - ${CATEGORY}-${ACCT_USER_NAME}.conf < <(
+   printf "u\t%q\t%q\t%q\t%q\t%q\n" \
+   "${ACCT_USER_NAME}" \
+   "${ACCT_USER_ID/#-*/-}:${ACCT_USER_GROUPS[0]}" \
+   "${DESCRIPTION//[:,=]/;}" \
+   "${ACCT_USER_HOME}" \
+   "${ACCT_USER_SHELL/#-*/-}"
+   if [[ ${#ACCT_USER_GROUPS[@]} -gt 1 ]]; then
+   printf "m\t${ACCT_USER_NAME}\t%q\n" \
+   "${ACCT_USER_GROUPS[@]:1}"
+   fi
+   )
 }
 
 # @FUNCTION: acct-user_pkg_preinst



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

2020-09-05 Thread Michał Górny
commit: 83c3ebeca274f1cf14d34c3d9b2aded7b730a84b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 20:42:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c3ebec

sys-kernel/gentoo-kernel-bin: Bump to 5.4.63

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  2 +
 .../gentoo-kernel-bin-5.4.63.ebuild| 53 ++
 2 files changed, 55 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 4ea6fa5cd71..5c92e8ab386 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -7,6 +7,8 @@ DIST gentoo-kernel-5.4.61-1.x86.xpak 53726696 BLAKE2B 
c4f6c9abfca4a48ccecb684009
 DIST gentoo-kernel-5.4.62-1.amd64.xpak 62012793 BLAKE2B 
e3ac9896abbb3312ce8e5dfeaa1f9150f970f38ddec8dd047ca4b34b8f0f31d68f065821ef377ff38ebf05bf87b9b20c72414f5fe27acf7a4361bd8ca24459be
 SHA512 
7cb81af009777ce7e42e6cd6b46706f869db643043d62cdd42cc537b7ca7e68001ba27df5b15e84ff48920ae9b950a05aa5678ffa563b72cd6899ac5dddce41e
 DIST gentoo-kernel-5.4.62-1.arm64.xpak 57961735 BLAKE2B 
dace370f17524bdf1d69255c47cb37e0d16ab0d7c24a2f35cd68b005c8c61c2f04774c9b6c9f04164118509774e1780819294d546632da4c3be212b2d4dfe737
 SHA512 
3dc60bc6ac50d39a0076f9f0fa7837d14aedc83faf1e3673073b89c1b204efd1e7e201e61cc0cee44456c36617daf3b755fe8b1bd8dc55b7fcbb9af69ec6253e
 DIST gentoo-kernel-5.4.62-1.x86.xpak 53723101 BLAKE2B 
27bc1915aaf1aa421900e2e0ebb873637593fce995f15b8277fe6d0d9e0c176cda2d426fb4e60a5bc04aaea3a70a7eaf7b827051fea355ccb77289e16c2a4fbb
 SHA512 
cfa66eed57c5a5fb6b523fb31ce42fa48211e6d30ecadcfb11694c9787cab2dea369efcef2d2b4ab5c3c4f137bd127c38fc3051ee6de7d1029717f7cb3f176a4
+DIST gentoo-kernel-5.4.63-1.amd64.xpak 61958828 BLAKE2B 
93f253c9523af74c3f42cc0d5622a0a08f48b64356beab5961a9f0d46ed06efb368a71952b1f8dda2f17b1a91fbbbf21b359a3d46486e87df1a0e361f6c74b24
 SHA512 
b484b6a5a3c75153b6714ab9c1b99519d4f48402db3fed6e15d141b541b0950b708e857c01b1c0a6dc9c6eba9f10adcec23765763fd7fbd28590d0f6b2ea374e
+DIST gentoo-kernel-5.4.63-1.x86.xpak 53725189 BLAKE2B 
14c87985ebcc975321187483af9eddf8185da6ea0e967c604ad78f9d144dac24fac97704aa5b9a0f532549ccdb226cd00be5684519c135a90ef53db14264a18a
 SHA512 
0cc28e5c50c1b898958a423e05bc1c0cb21e7ce333e4061c3344f9f9f6a615d915031eeb70cc5a36957d6fad0f05af5c436b35ee946393c71e6ed903b6b5d111
 DIST gentoo-kernel-5.7.17-1.amd64.xpak 63476985 BLAKE2B 
1a31855979a309c7bb4565208aa92dcac9d4fcf0714ea224c2a909b534ca65bac2778f6c2cee24cb5dbcfd825bc896b52cb14eb37cc36aedffadcc0217a32269
 SHA512 
4071bb9eb192da7823834365b8d6817dd043c256ff0803eb70a35278aa92b63a66fa1c8d86b2c91d90fceb7c7b4fb1ac41b347457d6ccda78e02c6e0f123c044
 DIST gentoo-kernel-5.7.17-1.arm64.xpak 59769706 BLAKE2B 
e7f3180e3d4373a7923250b8fe12141c0138e04f81d08b014386270defcc25517028ef404163c5d81097c72d6605cd5a6b4f1ad6df15a0f77d13daebb6045268
 SHA512 
59b33b487c170bad68de3527506c3a13a1edd232de40281cfac463fd8641222c0e86c4aef3b47127746a54dde94456a7b21fb150ca66674f1efadaf5c5db7d34
 DIST gentoo-kernel-5.7.17-1.x86.xpak 55460526 BLAKE2B 
42a6e4d92b5c4a4c5d358d7b0d56c5e29f9ab4371aeae4fb261b5dbedba60b7333f9bd656b35747effa2cbd820dd0cbbf6be3f10c5bd3504822105c73451de32
 SHA512 
27897f33a65fbd5f889267b52b897730934dc9ec04ec70968582c817fee9cf49b661c3613397d8cb76279c332fa6d4afc589141b920fe328fabe0bdf8d1afc6b

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63.ebuild
new file mode 100644
index 000..d6e61fa6936
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.63.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/gentoo-kernel/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel:${SLOT}
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking 

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

2020-09-05 Thread Michał Górny
commit: 87afd97f263e4ca2957a295da6a6c06497ee5f92
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  5 18:51:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  5 21:02:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87afd97f

dev-python/freezegun: Bump to 1.0.0 (py3 only)

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

 dev-python/freezegun/Manifest   |  1 +
 dev-python/freezegun/freezegun-1.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 72507499306..5e75629d307 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1 +1,2 @@
 DIST freezegun-0.3.15.tar.gz 25530 BLAKE2B 
866736cfe556da50f8edba55b0b84c7365e6a1bf32d88e84dfcee6046474b30a9ea15522c3356c5ca30f9a8b79096ba17fdaab240f20e4ef1f91b25ec8262716
 SHA512 
9f3836f8c9f207d9bccbcaec3f1af977b26aa3699ad5f792d052e105a0de530c6dda1641480c9cd551627186bf0c65d92bf39a6f4a61f458f762d8aa999180ba
+DIST freezegun-1.0.0.tar.gz 27426 BLAKE2B 
ebbe77d50f71cd10ad77dd9010fbc3dd9411a781300a5d196f4f86a76a374a8416980f8779705a943c4638ffdf99250640afe577695203b87e77e2daa1be8b38
 SHA512 
b6e19cf7799c0689eb756f6ce922797f2f0622f03d13aaf81c62d777d00b660b6619cff996f7a89c54b2e9f33641401e04e72a455a03ba0c7dfca09b64cfecb0

diff --git a/dev-python/freezegun/freezegun-1.0.0.ebuild 
b/dev-python/freezegun/freezegun-1.0.0.ebuild
new file mode 100644
index 000..4b7260beae0
--- /dev/null
+++ b/dev-python/freezegun/freezegun-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Let your Python tests travel through time"
+HOMEPAGE="https://github.com/spulec/freezegun;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="
+   >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] proj/riscv:master commit in: sys-libs/zlib/, sys-libs/zlib/files/

2020-09-05 Thread Andreas K. Hüttel
commit: 98db05471db283f4897c2537ae5456e62cf5483b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep  5 20:59:36 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep  5 20:59:36 2020 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=98db0547

sys-libs/zlib: Copy from main tree to get additional abis

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/zlib/Manifest |   1 +
 .../zlib-1.2.11-fix-deflateParams-usage.patch  |  67 +++
 .../zlib-1.2.11-minizip-drop-crypt-header.patch|  38 +++
 sys-libs/zlib/metadata.xml |  14 +++
 sys-libs/zlib/zlib-1.2.11-r2.ebuild| 123 +
 5 files changed, 243 insertions(+)

diff --git a/sys-libs/zlib/Manifest b/sys-libs/zlib/Manifest
new file mode 100644
index 000..1db6ff6
--- /dev/null
+++ b/sys-libs/zlib/Manifest
@@ -0,0 +1 @@
+DIST zlib-1.2.11.tar.gz 607698 BLAKE2B 
6bfc4bca5dcadba8a0d4121a2b3ed0bfe440c261003521862c8e6381f1a6f0a72d3fc037351d30afd7ef321e8e8d2ec817c046ac749f2ca0c97fbdc2f7e840b7
 SHA512 
73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae

diff --git a/sys-libs/zlib/files/zlib-1.2.11-fix-deflateParams-usage.patch 
b/sys-libs/zlib/files/zlib-1.2.11-fix-deflateParams-usage.patch
new file mode 100644
index 000..1876484
--- /dev/null
+++ b/sys-libs/zlib/files/zlib-1.2.11-fix-deflateParams-usage.patch
@@ -0,0 +1,67 @@
+From f9694097dd69354b03cb8af959094c7f260db0a1 Mon Sep 17 00:00:00 2001
+From: Mark Adler 
+Date: Mon, 16 Jan 2017 09:49:35 -0800
+Subject: [PATCH] Permit a deflateParams() parameter change as soon as
+ possible.
+
+This commit allows a parameter change even if the input data has
+not all been compressed and copied to the application output
+buffer, so long as all of the input data has been compressed to
+the internal pending output buffer. This also allows an immediate
+deflateParams change so long as there have been no deflate calls
+since initialization or reset.
+---
+ deflate.c |  6 +++---
+ zlib.h| 11 ++-
+ 2 files changed, 9 insertions(+), 8 deletions(-)
+
+diff --git a/deflate.c b/deflate.c
+index b63311a5..20bda4f6 100644
+--- a/deflate.c
 b/deflate.c
+@@ -494,7 +494,7 @@ int ZEXPORT deflateResetKeep (strm)
+ s->wrap == 2 ? crc32(0L, Z_NULL, 0) :
+ #endif
+ adler32(0L, Z_NULL, 0);
+-s->last_flush = Z_NO_FLUSH;
++s->last_flush = -2;
+ 
+ _tr_init(s);
+ 
+@@ -587,12 +587,12 @@ int ZEXPORT deflateParams(strm, level, strategy)
+ func = configuration_table[s->level].func;
+ 
+ if ((strategy != s->strategy || func != configuration_table[level].func) 
&&
+-s->high_water) {
++s->last_flush != -2) {
+ /* Flush the last buffer: */
+ int err = deflate(strm, Z_BLOCK);
+ if (err == Z_STREAM_ERROR)
+ return err;
+-if (strm->avail_out == 0)
++if (strm->avail_in || (s->strstart - s->block_start) + s->lookahead)
+ return Z_BUF_ERROR;
+ }
+ if (s->level != level) {
+diff --git a/zlib.h b/zlib.h
+index 5daf4f28..577d81e3 100644
+--- a/zlib.h
 b/zlib.h
+@@ -712,11 +712,12 @@ ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
+used to switch between compression and straight copy of the input data, or
+to switch to a different kind of input data requiring a different strategy.
+If the compression approach (which is a function of the level) or the
+-   strategy is changed, and if any input has been consumed in a previous
+-   deflate() call, then the input available so far is compressed with the old
+-   level and strategy using deflate(strm, Z_BLOCK).  There are three 
approaches
+-   for the compression levels 0, 1..3, and 4..9 respectively.  The new level
+-   and strategy will take effect at the next call of deflate().
++   strategy is changed, and if there have been any deflate() calls since the
++   state was initialized or reset, then the input available so far is
++   compressed with the old level and strategy using deflate(strm, Z_BLOCK).
++   There are three approaches for the compression levels 0, 1..3, and 4..9
++   respectively.  The new level and strategy will take effect at the next call
++   of deflate().
+ 
+  If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
+not have enough output space to complete, then the parameter change will 
not

diff --git a/sys-libs/zlib/files/zlib-1.2.11-minizip-drop-crypt-header.patch 
b/sys-libs/zlib/files/zlib-1.2.11-minizip-drop-crypt-header.patch
new file mode 100644
index 000..2e0a93e
--- /dev/null
+++ b/sys-libs/zlib/files/zlib-1.2.11-minizip-drop-crypt-header.patch
@@ -0,0 +1,38 @@
+https://bugs.gentoo.org/658536
+https://github.com/madler/zlib/pull/229
+
+From e490ddad3091574a0c2e3b5a66a8fee9a7ab212f Mon Sep 17 00:00:00 2001
+From: Pavel Raiskup 
+Date: Sun, 19 Feb 2017 

[gentoo-commits] proj/riscv:master commit in: profiles/desc/

2020-09-05 Thread Andreas K. Hüttel
commit: 03dd313bfab7366160857045a3c653db264d1908
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep  5 20:55:27 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep  5 20:55:27 2020 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=03dd313b

Add useflag support for rv32 abis

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/desc/abi_riscv.desc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc
index 708fc86..f11a1da 100644
--- a/profiles/desc/abi_riscv.desc
+++ b/profiles/desc/abi_riscv.desc
@@ -7,3 +7,5 @@
 # on gentoo-dev.
 lp64d - 64-bit (rv64) double hard-float libraries
 lp64 - 64-bit (rv64) soft-float libraries
+ilp32d - 32-bit (rv32) double hard-float libraries
+ilp32 - 32-bit (rv32) soft-float libraries



[gentoo-commits] proj/riscv:master commit in: profiles/desc/

2020-09-05 Thread Andreas K. Hüttel
commit: 6946074fed5fbf8c0fb40cd82a8bc2b07c7a764a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep  5 20:54:55 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep  5 20:54:55 2020 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=6946074f

Copy abi_riscv from main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/desc/abi_riscv.desc | 9 +
 1 file changed, 9 insertions(+)

diff --git a/profiles/desc/abi_riscv.desc b/profiles/desc/abi_riscv.desc
new file mode 100644
index 000..708fc86
--- /dev/null
+++ b/profiles/desc/abi_riscv.desc
@@ -0,0 +1,9 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# This file contains descriptions of ABI_RISCV USE_EXPAND flags.
+
+# Keep it sorted. Please do not add anything without prior discussion
+# on gentoo-dev.
+lp64d - 64-bit (rv64) double hard-float libraries
+lp64 - 64-bit (rv64) soft-float libraries



[gentoo-commits] proj/riscv:master commit in: eclass/

2020-09-05 Thread Andreas K. Hüttel
commit: 3aa52014348806588d416e0ee73c51014925876e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep  5 20:47:43 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep  5 20:47:43 2020 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=3aa52014

Add support for rv32 abis to multilib-build.eclass

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/multilib-build.eclass | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 620bdce..dc4f8a2 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -49,6 +49,8 @@ _MULTILIB_FLAGS=(
 #  abi_ppc_64:ppc64
abi_riscv_lp64d:lp64d
abi_riscv_lp64:lp64
+   abi_riscv_ilp32d:ilp32d
+   abi_riscv_ilp32:ilp32
abi_s390_32:s390
abi_s390_64:s390x
 )
@@ -492,12 +494,18 @@ multilib_prepare_wrappers() {
 #  error "abi_mips_o32 not supported by the package."
 #  endif
 #elif defined(__riscv)
-#  if defined(__riscv_float_abi_double)
+#  if (__WORDSIZE == 64) && defined(__riscv_float_abi_double)
 #  error "abi_riscv_lp64d not supported by the package."
-#  elif defined(__riscv_float_abi_single)
+#  elif (__WORDSIZE == 64) && defined(__riscv_float_abi_single)
 #  error "abi_riscv_lp64f not supported by the package."
-#  else
+#  elif (__WORDSIZE == 64)
 #  error "abi_riscv_lp64 not supported by the package."
+#  elif (__WORDSIZE == 32) && defined(__riscv_float_abi_double)
+#  error "abi_riscv_ilp32d not supported by the package."
+#  elif (__WORDSIZE == 32) && defined(__riscv_float_abi_single)
+#  error "abi_riscv_ilp32f not supported by the package."
+#  else
+#  error "abi_riscv_ilp32 not supported by the package."
 #  endif
 #elif defined(__sparc__)
 #  if defined(__arch64__)



[gentoo-commits] proj/riscv:master commit in: eclass/

2020-09-05 Thread Andreas K. Hüttel
commit: 6ae8eae6e8cfb6f21775135e8e076adf5255dc47
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep  5 20:39:13 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Sep  5 20:39:13 2020 +
URL:https://gitweb.gentoo.org/proj/riscv.git/commit/?id=6ae8eae6

Copy multilib-build.eclass from main tree

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/multilib-build.eclass | 686 +++
 1 file changed, 686 insertions(+)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
new file mode 100644
index 000..620bdce
--- /dev/null
+++ b/eclass/multilib-build.eclass
@@ -0,0 +1,686 @@
+# Copyright 2013-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# @ECLASS: multilib-build.eclass
+# @MAINTAINER:
+# gx86-multilib team 
+# @AUTHOR:
+# Author: Michał Górny 
+# @SUPPORTED_EAPIS: 4 5 6 7
+# @BLURB: flags and utility functions for building multilib packages
+# @DESCRIPTION:
+# The multilib-build.eclass exports USE flags and utility functions
+# necessary to build packages for multilib in a clean and uniform
+# manner.
+#
+# Please note that dependency specifications for multilib-capable
+# dependencies shall use the USE dependency string in ${MULTILIB_USEDEP}
+# to properly request multilib enabled.
+
+if [[ ! ${_MULTILIB_BUILD} ]]; then
+
+# EAPI=4 is required for meaningful MULTILIB_USEDEP.
+case ${EAPI:-0} in
+   4|5|6|7) ;;
+   *) die "EAPI=${EAPI} is not supported" ;;
+esac
+
+[[ ${EAPI} == [45] ]] && inherit eutils
+inherit multibuild multilib
+
+# @ECLASS-VARIABLE: _MULTILIB_FLAGS
+# @INTERNAL
+# @DESCRIPTION:
+# The list of multilib flags and corresponding ABI values. If the same
+# flag is reused for multiple ABIs (e.g. x86 on Linux), multiple
+# ABIs may be separated by commas.
+#
+# Please contact multilib before modifying this list. This way we can
+# ensure that every *preliminary* work is done and the multilib can be
+# extended safely.
+_MULTILIB_FLAGS=(
+   abi_x86_32:x86,x86_fbsd,x86_freebsd,x86_linux,x86_macos,x86_solaris
+   
abi_x86_64:amd64,amd64_fbsd,x64_freebsd,amd64_linux,x64_macos,x64_solaris
+   abi_x86_x32:x32
+   abi_mips_n32:n32
+   abi_mips_n64:n64
+   abi_mips_o32:o32
+#  abi_ppc_32:ppc,ppc_aix,ppc_macos
+#  abi_ppc_64:ppc64
+   abi_riscv_lp64d:lp64d
+   abi_riscv_lp64:lp64
+   abi_s390_32:s390
+   abi_s390_64:s390x
+)
+readonly _MULTILIB_FLAGS
+
+# @ECLASS-VARIABLE: MULTILIB_COMPAT
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# List of multilib ABIs supported by the ebuild. If unset, defaults to
+# all ABIs supported by the eclass.
+#
+# This variable is intended for use in prebuilt multilib packages that
+# can provide binaries only for a limited set of ABIs. If ABIs need to
+# be limited due to a bug in source code, package.use.mask is to be used
+# instead. Along with MULTILIB_COMPAT, KEYWORDS should contain '-*'.
+#
+# Note that setting this variable effectively disables support for all
+# other ABIs, including other architectures. For example, specifying
+# abi_x86_{32,64} disables support for MIPS as well.
+#
+# The value of MULTILIB_COMPAT determines the value of IUSE. If set, it
+# also enables REQUIRED_USE constraints.
+#
+# Example use:
+# @CODE
+# # Upstream provides binaries for x86 & amd64 only
+# MULTILIB_COMPAT=( abi_x86_{32,64} )
+# @CODE
+
+# @ECLASS-VARIABLE: MULTILIB_USEDEP
+# @OUTPUT_VARIABLE
+# @DESCRIPTION:
+# The USE-dependency to be used on dependencies (libraries) needing
+# to support multilib as well.
+#
+# Example use:
+# @CODE
+# RDEPEND="dev-libs/libfoo[${MULTILIB_USEDEP}]
+#  net-libs/libbar[ssl,${MULTILIB_USEDEP}]"
+# @CODE
+
+# @ECLASS-VARIABLE: MULTILIB_ABI_FLAG
+# @OUTPUT_VARIABLE
+# @DESCRIPTION:
+# The complete ABI name. Resembles the USE flag name.
+#
+# This is set within multilib_foreach_abi(),
+# multilib_parallel_foreach_abi() and multilib-minimal sub-phase
+# functions.
+#
+# It may be null (empty) when the build is done on ABI not controlled
+# by a USE flag (e.g. on non-multilib arch or when using multilib
+# portage). The build will always be done for a single ABI then.
+#
+# Example value:
+# @CODE
+# abi_x86_64
+# @CODE
+
+_multilib_build_set_globals() {
+   local flags=( "${_MULTILIB_FLAGS[@]%:*}" )
+
+   if [[ ${MULTILIB_COMPAT[@]} ]]; then
+   # Validate MULTILIB_COMPAT and filter out the flags.
+   local f
+   for f in "${MULTILIB_COMPAT[@]}"; do
+   if ! has "${f}" "${flags[@]}"; then
+   die "Invalid value in MULTILIB_COMPAT: ${f}"
+   fi
+   done
+
+   flags=( "${MULTILIB_COMPAT[@]}" )
+
+   REQUIRED_USE="|| ( ${flags[*]} )"
+   fi
+
+   local usedeps=${flags[@]/%/(-)?}
+
+   IUSE=${flags[*]}
+   MULTILIB_USEDEP=${usedeps// /,}
+   readonly MULTILIB_USEDEP
+}

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/

2020-09-05 Thread Kent Fredric
commit: d5eda2836c5a603baab7f7fc391fa03d5bf14964
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:39:35 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:49:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eda283

dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Cleanup old 0.6.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 ...-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild | 33 --
 .../Manifest   |  1 -
 2 files changed, 34 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
deleted file mode 100644
index 397ddc88e34..000
--- 
a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
-   dev-perl/Dist-Zilla
-   dev-perl/Moose
-   dev-perl/Path-Tiny
-"
-DEPEND="
-   dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-Tiny-0.39.0
-   test? (
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-File-Spec
-   dev-perl/Test-Deep
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.880.0
-   virtual/perl-if
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest 
b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
index 380760f6c1c..f71e5575c18 100644
--- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 
2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff
 SHA512 
31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2
 DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.007.tar.gz 30175 BLAKE2B 
be67083902d4e1d9fff23c20aa2df8e770fbeca0c82e04c8e46a189af7faa1eaad7614b93996526c1de69c2f7bf5bb4601b47338436aca165b29a3092806ce41
 SHA512 
2a68a8c534ad713243552fa62da1f8288b5ebf1c2ce15e9944325a5f99854b6835450f49431d7f5bc36f99d1d843adb75a68f54ced2212971445f2521f0ed586



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Meta-Contributors/

2020-09-05 Thread Kent Fredric
commit: 4b53a48d24b97f6eb8eb83135c594f02a01e9b35
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:45:51 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:50:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b53a48d

dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Cleanup old 0.3.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 ...ist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild | 25 --
 1 file changed, 25 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
deleted file mode 100644
index 5c4b446d2bc..000
--- 
a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.003
-inherit perl-module
-
-DESCRIPTION="Generate an x_contributors section in distribution metadata"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
-   dev-perl/Dist-Zilla
-   dev-perl/Moose
-"
-BDEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   virtual/perl-File-Spec
-   >=virtual/perl-Test-Simple-0.960.0
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/

2020-09-05 Thread Kent Fredric
commit: db11f7dfb6ffd08aa066e2236b6e8b56303fa3b9
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:44:52 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:50:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db11f7df

dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome: Cleanup old 0.390.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 ...t-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild | 41 --
 .../Dist-Zilla-Plugin-MakeMaker-Awesome/Manifest   |  1 -
 2 files changed, 42 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild
deleted file mode 100644
index 3944b13a28e..000
--- 
a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Dist-Zilla-Plugin-MakeMaker-Awesome-0.390.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.39
-inherit perl-module
-
-DESCRIPTION="A more awesome MakeMaker plugin for Dist::Zilla"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-XBLOCKS="
-   !<=dev-perl/Dist-Zilla-Plugin-MakeMaker-Fallback-0.11.0
-"
-RDEPEND="${XBLOCKS}
-   >=virtual/perl-CPAN-Meta-Requirements-2.121.0
-   >=dev-perl/Dist-Zilla-5.1.0
-   dev-perl/Moose
-   dev-perl/MooseX-Types-Stringlike
-   dev-perl/Path-Tiny
-   >=virtual/perl-Scalar-List-Utils-1.290.0
-   dev-perl/namespace-autoclean
-   virtual/perl-version
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-Tiny-0.34.0
-   test? (
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-File-Spec
-   dev-perl/File-pushd
-   virtual/perl-Module-Metadata
-   dev-perl/Test-Deep
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.960.0
-   virtual/perl-if
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Manifest 
b/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Manifest
index b7832a91695..7c86d424b94 100644
--- a/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-MakeMaker-Awesome/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-MakeMaker-Awesome-0.39.tar.gz 43621 BLAKE2B 
7babddaa7f550b7e243bc152d940fd877dd0516cca648a8239edce04234efc9113611157b32a85dacc8b4732b79a897b2d2b61b7d190b8e89eacc93fdedff8f5
 SHA512 
b0e2f4c83759ff8ef040d507a52b4465b6eb5cd4b43db40169b49890e89e9b98d247dcaaf2be1ae5ea4d5804faa54c25bfc0e4349d38046fc05e1287ad91a42a
 DIST Dist-Zilla-Plugin-MakeMaker-Awesome-0.48.tar.gz 46262 BLAKE2B 
76c3f4b12fece663df2ace38b6734f95ddba3f70eeda48b1b5228691a9724885b67fe79ee1b3f6a39c9f61a1995590165b8db95fa6c3abc2bc928b7742e9ed49
 SHA512 
590936c5bfc185c662eb2d9fa7626b54a6ec929fe78cc68e76e902f90503e0f0c9524af42f705dc201b651c83af3e44366c39bd35abf074e96939e2fae245438



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Digest-MD5-File/

2020-09-05 Thread Kent Fredric
commit: 11f91d0756c1801f5baaee3ffa8c70bef7af5e5c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:36:37 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:49:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f91d07

dev-perl/Digest-MD5-File: Cleanup old 0.80.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Digest-MD5-File/Digest-MD5-File-0.80.0-r1.ebuild  | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r1.ebuild 
b/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r1.ebuild
deleted file mode 100644
index ba749cfec6a..000
--- a/dev-perl/Digest-MD5-File/Digest-MD5-File-0.80.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DMUEY
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Perl extension for getting MD5 sums for files and urls"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/libwww-perl"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Config-Git/

2020-09-05 Thread Kent Fredric
commit: d96a034bd071f28cb6d7db71a79640f5cece821b
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:38:18 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:49:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96a034b

dev-perl/Dist-Zilla-Plugin-Config-Git: Cleanup old 0.920.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild| 30 --
 1 file changed, 30 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
deleted file mode 100644
index 06f1f1aa6e2..000
--- 
a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BBYRD
-DIST_VERSION=0.92
-inherit perl-module
-
-DESCRIPTION="Plugin configuration containing settings for a Git repo"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Dist-Zilla-1.0.0
-   >=dev-perl/Moose-0.340.0
-   >=dev-perl/MooseX-Types-0.60.0
-   >=dev-perl/String-Errf-0.1.0
-   >=dev-perl/namespace-clean-0.60.0
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=dev-perl/Test-CheckDeps-0.10.0
-   >=virtual/perl-Test-Simple-0.940.0
-   )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-RPM/

2020-09-05 Thread Kent Fredric
commit: a2d46464884c50823f6e0391dc538eb1feeb1605
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:48:56 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d46464

dev-perl/Dist-Zilla-Plugin-RPM: Cleanup old 0.15.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-RPM-0.15.0.ebuild| 37 --
 dev-perl/Dist-Zilla-Plugin-RPM/Manifest|  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild 
b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
deleted file mode 100644
index 2f173541ec2..000
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SKYSYMBOL
-DIST_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION="Build an RPM from your Dist::Zilla release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Dist-Zilla
-   virtual/perl-File-Temp
-   dev-perl/IPC-Run
-   dev-perl/Moose
-   dev-perl/Moose-Autobox
-   dev-perl/Path-Class
-   dev-perl/Path-Tiny
-   dev-perl/Text-Template
-   dev-perl/namespace-autoclean
-   app-arch/rpm
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/File-Which
-   dev-perl/Test-Differences
-   >=virtual/perl-Test-Simple-0.880.0
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest 
b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
index d284b9c8451..6e1decccd1c 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-RPM-0.015.tar.gz 14550 BLAKE2B 
efbc7e37f1c07520f45768dd72b88267aa0e6827a04535911f089cce662d98f65863fc186a2d705db6b290be9f3a2d679a4cf4fd7dd1f0360f27da7a81c895dc
 SHA512 
e3369ef05d8f6b4ad5e6b2d88646ac64129ef81e9f46a95b537ab539b6540ee9d34e6a63ba719f8bebdf4a2167074e542f1b94671169c779e3163774b0300023
 DIST Dist-Zilla-Plugin-RPM-0.016.tar.gz 14436 BLAKE2B 
a2b23390869e5f4d61fd92fd69774e316d0f5406c685e3d0eeb33b5e57699b304957f44b3c39babea4f79d08ac1c41c1a002a3960daf03cb8cc754d6fe5b3eb3
 SHA512 
44b4dfabf5bb09df65092b9be8fa78ef80fa221f30cd2b30303ea44cf736e8a47a4d87d7686b47d2ff2fc6b744a0349a4ca4407a62bcc0ba7364296cc1028ba3



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/

2020-09-05 Thread Kent Fredric
commit: 23cb145a2dbeebd1600c8f68a0bcb13bd5655851
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:40:48 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:49:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cb145a

dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.42.0-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild | 58 --
 dev-perl/Dist-Zilla-Plugin-Git/Manifest|  1 -
 2 files changed, 59 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild 
b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
deleted file mode 100644
index 27d6334daac..000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.042
-inherit perl-module
-
-DESCRIPTION="Update your git repository after release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/DateTime
-   >=dev-perl/Dist-Zilla-4.200.16
-   dev-perl/Dist-Zilla-Plugin-Config-Git
-   >=dev-perl/File-HomeDir-0.810.0
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   dev-perl/File-chdir
-   >=dev-perl/Git-Wrapper-0.21.0
-   dev-perl/IPC-System-Simple
-   >=virtual/perl-Scalar-List-Utils-1.450.0
-   dev-perl/Module-Runtime
-   dev-perl/Moose
-   dev-perl/MooseX-Has-Sugar
-   dev-perl/MooseX-Types
-   >=dev-perl/MooseX-Types-Path-Tiny-0.10.0
-   >=dev-perl/Path-Tiny-0.48.0
-   dev-perl/String-Formatter
-   dev-perl/Try-Tiny
-   dev-perl/Version-Next
-   >=dev-perl/namespace-autoclean-0.90.0
-   >=virtual/perl-version-0.80.0
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-Text-ParseWords
-   test? (
-   >=dev-perl/CPAN-Meta-Check-0.11.0
-   virtual/perl-CPAN-Meta-Requirements
-   dev-perl/Devel-SimpleTrace
-   virtual/perl-Encode
-   virtual/perl-Exporter
-   dev-perl/File-Copy-Recursive
-   >=virtual/perl-File-Path-2.70.0
-   virtual/perl-File-Spec
-   dev-perl/File-Which
-   dev-perl/File-pushd
-   dev-perl/Log-Dispatchouli
-   dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.880.0
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest 
b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 0fd1ff96f20..c27299d5be3 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-2.042.tar.gz 70195 BLAKE2B 
3fc7a01f1513d43b0bc68b1066cbba4e8c7c9cff6ed374e3acb1ae7246bcbb9ae8e902be55ac22d69c0c452f8bb0595d2b4efc17a80f8f5b46942260182d78ef
 SHA512 
00f27bc946ac209e35073ca50a7ac52cf17d9d5bbb7f7889b80064260d839e76566dfac15197a907b0defdb1f3b099baa2bf19903e510cee22cfb6c49ff6f2c0
 DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 
93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1
 SHA512 
ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-OurPkgVersion/

2020-09-05 Thread Kent Fredric
commit: 2007f548dee4e8998303cee19c714270961ffb57
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:47:45 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:50:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2007f548

dev-perl/Dist-Zilla-Plugin-OurPkgVersion: Cleanup old 0.120.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild | 39 --
 dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Manifest  |  1 -
 2 files changed, 40 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild
deleted file mode 100644
index 4fada4b8fc1..000
--- 
a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Dist-Zilla-Plugin-OurPkgVersion-0.120.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PLICEASE
-DIST_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="No line insertion and does Package version with our"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Dist-Zilla
-   dev-perl/Moose
-   dev-perl/MooseX-Types-Perl
-   dev-perl/PPI
-   dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-CPAN-Meta-2.120.900
-   virtual/perl-File-Spec
-   virtual/perl-IO
-   dev-perl/Path-Tiny
-   virtual/perl-Test-Simple
-   dev-perl/Test-Version
-   )
-"
-src_test() {
-   perl_rm_files t/author-*.t t/release-*.t
-   perl-module_src_test
-}

diff --git a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Manifest 
b/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Manifest
index 4096cd7e445..12285c26e5d 100644
--- a/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-OurPkgVersion/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-OurPkgVersion-0.12.tar.gz 16929 BLAKE2B 
72dc0aa25e3a87918e6084ca945b0db6c0da0381527f30e8bf57a3641971caacad97640ed58c27df07da83b151c9434cdde3ad17119b7351cf8264396ac6f0a9
 SHA512 
6826c222bc402a747a6f7d05a0373b8c2b53121c10c0e5651fde54f389b51bdf45f808d823120f57f0cc75786c7fb7c5f3a2c80f08b7c0754377e97b2375b4a9
 DIST Dist-Zilla-Plugin-OurPkgVersion-0.21.tar.gz 23181 BLAKE2B 
2504af202bf8497d43407eafa4622ba1d3112674b07efa72fcfcc5520911d3c56197f0d34a00a14fc1e69fd9e5663766029fbfd72bc6b9483324b2362d2840aa
 SHA512 
b7341dec2cb564e1ff708ffceca8ad63fff4af20a32e1bd0e802e9d897acba19cbf6ab58db9d2ac568e0651d75c503927d52bfa323e0878d0492aa7d103fe639



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-OSPrereqs/

2020-09-05 Thread Kent Fredric
commit: 0fcddd8c2481366d49791399c338912685709591
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:46:41 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:50:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcddd8c

dev-perl/Dist-Zilla-Plugin-OSPrereqs: Cleanup old 0.8.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 .../Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild   | 34 --
 dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest  |  1 -
 2 files changed, 35 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild 
b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
deleted file mode 100644
index 2c45bbe1de9..000
--- 
a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION="List prereqs conditional on operating system"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Dist-Zilla-5.22.0
-   dev-perl/Moose
-   >=virtual/perl-Scalar-List-Utils-1.330.0
-   dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.170.0
-   test? (
-   >=virtual/perl-CPAN-Meta-2.120.900
-   virtual/perl-File-Spec
-   dev-perl/Params-Util
-   dev-perl/Sub-Exporter
-   dev-perl/Test-Deep
-   dev-perl/Test-Deep-JSON
-   >=virtual/perl-Test-Simple-0.880.0
-   dev-perl/YAML-Tiny
-   )
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest 
b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
index d78c605f678..dadba188183 100644
--- a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-OSPrereqs-0.008.tar.gz 18051 BLAKE2B 
6a6b1f68593d62a6e92e75eed7b390277b48d31960da7a755d068e7447c0ae1cb157ec85cf96ba12cde58dc1db93729d75ca90395053336a54412ca3711077ba
 SHA512 
e539005fbc7d33a76f9cd48632a4f90ccd5beb278db48aad00c04fc80b2dab4de41a6c6fce22b0a9ac189a9a5e0222a6a51dc41b517b8182a00543f3ce07b672
 DIST Dist-Zilla-Plugin-OSPrereqs-0.011.tar.gz 17278 BLAKE2B 
89aae8d9dd92abce1c7b8e198466dee7410fcf74e4657c1c8c15d799c2fdebcaee238300a8b7fbfe0a187239bdc45e8739fd489d61a8bf3d465333d283594012
 SHA512 
1103eebef6db63ce410f2033a641a3af3457ea9623d138ca7a9506847f1421e6dc26755973aaa1b8e56b3edb9664a915aa39714683b42f42922bfe0926c3



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

2020-09-05 Thread Marek Szuba
commit: 80bfe7c2e5573cfaddfc2cbe2d8843f046896a00
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:28:33 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bfe7c2

app-text/bibletime: remove old

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

 app-text/bibletime/Manifest|  1 -
 app-text/bibletime/bibletime-2.11.0.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest
index 689a11088bb..0792c810cff 100644
--- a/app-text/bibletime/Manifest
+++ b/app-text/bibletime/Manifest
@@ -1,3 +1,2 @@
-DIST bibletime-2.11.0.tar.xz 2403136 BLAKE2B 
fecf854a40ad0e188fde8ad3d047acf6274bfdf20f6a6211a6ff9d41e3de38f4d311db92e2b2fdf735e293163637cf4b553e722a05174d8c84201e94cf6e7b7c
 SHA512 
41f0751db30b9001d04e1c4040dca022c83eb440987104e2c3465f4233f8c0ecb1c940eac0433409f97f78c89c00d0f880f822a51219eadcbf3fc6513cfa81e6
 DIST bibletime-2.11.2.tar.xz 2533472 BLAKE2B 
b116bbefaac8106d1f283d1c1a0c4d4c17e67d1cb41066c219ecca243914b0fa355748ebebb23ec88c1749548c853166d391764a454dd77b43c6617072a648a6
 SHA512 
99e2500e07797549e32ac28238c90a4db1cd98f74ea20f0161db7675127f42363006f20d859504be958bfdecf80a18a96229a1bbc105d332af97644fafc92d31
 DIST bibletime-3.0.tar.xz 1568732 BLAKE2B 
f1e9cb23d64d566d8b0934cfbdffabb52193f240523ad3ba79bbf0e3cd3ff516354791bf0b057354820cd3303c01d3ec50aa61f2e7843b1083c74d442d915a89
 SHA512 
85afc2781807345ea8fdefea6d179955fa76085c0a9c97e47321ea37ef9ea05367678c54bacfc10cf1d6085d46ba6fbd1c7d448044ffdfe3c96007ee8d7e5c00

diff --git a/app-text/bibletime/bibletime-2.11.0.ebuild 
b/app-text/bibletime/bibletime-2.11.0.ebuild
deleted file mode 100644
index 8c7cd16f9aa..000
--- a/app-text/bibletime/bibletime-2.11.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Qt Bible study application using the SWORD library"
-HOMEPAGE="http://www.bibletime.info/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-# bug 313657
-RESTRICT="test"
-
-RDEPEND="
-   >=app-text/sword-1.7.0
-   dev-cpp/clucene
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwebchannel:5
-   dev-qt/qtwebengine:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-   dev-libs/icu:=
-   dev-qt/linguist-tools:5
-   dev-qt/qttest:5
-   net-misc/curl
-   sys-libs/zlib
-"
-
-DOCS=( ChangeLog README.md )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt:" \
-   -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing 
.desktop file failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/

2020-09-05 Thread Marek Szuba
commit: b9a3b064002c3dfa2012d1ba52f7ccc58b71c0dd
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:23:10 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a3b064

app-backup/borgmatic: remove old

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

 app-backup/borgmatic/Manifest   |  2 -
 app-backup/borgmatic/borgmatic-1.5.6.ebuild | 68 -
 app-backup/borgmatic/borgmatic-1.5.8.ebuild | 68 -
 3 files changed, 138 deletions(-)

diff --git a/app-backup/borgmatic/Manifest b/app-backup/borgmatic/Manifest
index 14af1d6bb7d..4f5713fb265 100644
--- a/app-backup/borgmatic/Manifest
+++ b/app-backup/borgmatic/Manifest
@@ -1,4 +1,2 @@
 DIST borgmatic-1.5.10.tar.gz 71743 BLAKE2B 
b2b5f9135a15730ca7eaa7f621f82207f1dcf383c3be7459eb39dbffc85a310184a4ddce3fb0bd47aa213cb588eb3f3e2f73418659330a421b7da5b87698
 SHA512 
52436535810ce42f5ab30ae8a4705005e8c7a5d91d52520aab4160320215196cdc088dfae1a21a0d65d0161fb2bb3c9b984cfe2cb5204f7b9bd0ed27c3a38c5b
-DIST borgmatic-1.5.6.tar.gz 70075 BLAKE2B 
23e233c7457c25ae5b83571436dcfac4e70bf4c9a9bf9af95b8722533b48fdd82089152da220b7d61a01569233f2aedddf300c3a5ad2c69c631060f0b08e6b59
 SHA512 
e314fa1f20516dd52f4435c782bf634821a034925c0f11553483a1e55eef5d588e54e7abb1a88d239c1619f291548a5058a8f636d16dd829680089c20c601a79
-DIST borgmatic-1.5.8.tar.gz 71078 BLAKE2B 
488a2d3a1689d16ac2e4e2e9e0f842fab51322a83b024f5bff742e31290d70e6acb683cfe74cc610b0bf0e3ff9d523bacd7faa309560f2ebb8b5b4820de54119
 SHA512 
25f38bbd48eb41ded8e315620fdcd929c10b38b89a3fc428db9e0053d4c1c46941962f6693018c5e26aa2187ed20bf366424b1b03f9c61cc56274c7008e824e9
 DIST borgmatic-1.5.9.tar.gz 71857 BLAKE2B 
c30c2629e327168ee81e9ecc26c811c5bab7369063f5711cd79567922f21d4e5c0980fe34021340d94923cea85ab0c307f9f348268c3f2063d084d0360e5fdfa
 SHA512 
a1ea62ffdc1457fc1e7b964a474bc25d2b2d3d153ba2026018d5081011acf8d6d1329a440c2616e201ebf0351bf2f12a1e37ec2477a6f5da44de315ec3bb0c3a

diff --git a/app-backup/borgmatic/borgmatic-1.5.6.ebuild 
b/app-backup/borgmatic/borgmatic-1.5.6.ebuild
deleted file mode 100644
index 81303b9f901..000
--- a/app-backup/borgmatic/borgmatic-1.5.6.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-
-inherit distutils-r1 systemd
-
-DESCRIPTION="Automatically create, prune and verify backups with borgbackup"
-HOMEPAGE="https://torsion.org/borgmatic/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-
-# borg is called as an external tool, hence no pythonic stuff
-RDEPEND="app-backup/borgbackup
-   $(python_gen_cond_dep '
-   dev-python/colorama[${PYTHON_USEDEP}]
-   >=dev-python/pykwalify-1.6.0[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   https://torsion.org/borgmatic/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# borg is called as an external tool, hence no pythonic stuff
-RDEPEND="app-backup/borgbackup
-   $(python_gen_cond_dep '
-   dev-python/colorama[${PYTHON_USEDEP}]
-   >=dev-python/pykwalify-1.6.0[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   

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

2020-09-05 Thread Marek Szuba
commit: 74c45e9b15559ede6dd321dd8198118ce8d5023d
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:31:54 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c45e9b

dev-python/ruamel-yaml: remove old

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

 dev-python/ruamel-yaml/Manifest   |  1 -
 dev-python/ruamel-yaml/ruamel-yaml-0.16.11.ebuild | 29 ---
 2 files changed, 30 deletions(-)

diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index a8bfb3f81a5..5d45daddaed 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -1,3 +1,2 @@
 DIST ruamel.yaml-0.16.10.tar.gz 147033 BLAKE2B 
35e5b0a1bd5a42ee539e66309dbca64bccd9570da427631d230c77d9cc09dc28637abb787c441b4fe8f8f17d9b6b313607887ce79eb631ce8b265cc18570e8fd
 SHA512 
f124575a5054f993d5826d03aa7a9500a1084c5201be1517be36e587bfc60ea4d13b29dbdb3e62bfbd309fe9992590fd0a5028a43f0fd26a5a5cbc9f3dcf423b
-DIST ruamel.yaml-0.16.11.tar.gz 147379 BLAKE2B 
777b880a425111b3331008ee8cd9c6555b1a8f22057aab67f3e94289ec89ddd51036d1e1a3302fa5ead4d5a2b061074d1c82375673a3657ef4ec58675d5dbb77
 SHA512 
84cbabf4dada27bd4088dde17ddd8397b7ac7c75c18775fa76a42894de1573829ed1aa9ec1f5d510ff040a2e1f007293e4873ed7efc066d51edc29a4dc4a4153
 DIST ruamel.yaml-0.16.12.tar.gz 147355 BLAKE2B 
6e91116029dba57b81580f4ce34a066fc49ec2c6167c2bd6ec2ae940b16bc12ba53cbd4c62f9ae3975664917ce990b050e9f15b434f5ff66f9dece5426049c9d
 SHA512 
21be4d956d01164b84233c3d3945a4e56351a8fc59c35a8e71b1276da84aa43b125e3860f9884e95a1f895bc53e0b85b6d3f0f4b03512d629a892d8664e3ecd6

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.16.11.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.16.11.ebuild
deleted file mode 100644
index da451e8e3d7..000
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.16.11.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-MY_PN="${PN//-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
-HOMEPAGE="https://pypi.org/project/ruamel.yaml/ 
https://sourceforge.net/p/ruamel-yaml;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
-
-RDEPEND="dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}"/${MY_P}
-
-python_install() {
-   distutils-r1_python_install --single-version-externally-managed
-   find "${ED}" -name '*.pth' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2020-09-05 Thread Marek Szuba
commit: bbb538cfd9160367a083a8341e6e9877f685bc81
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:40:11 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb538cf

net-p2p/syncthing: remove old

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

 net-p2p/syncthing/Manifest  |  26 --
 net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 365 
 2 files changed, 391 deletions(-)

diff --git a/net-p2p/syncthing/Manifest b/net-p2p/syncthing/Manifest
index 4507bea86ee..8f872ad82cb 100644
--- a/net-p2p/syncthing/Manifest
+++ b/net-p2p/syncthing/Manifest
@@ -124,13 +124,10 @@ DIST 
github.com%2Fgolang%2Flint%2F@v%2Fv0.0.0-20180702182130-06c8688daad7.mod 30
 DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.1.1.mod 30 BLAKE2B 
5c355e64d858c99536e459f9fc4428dc00435bea944b67bf3dda5b61edb5f0c193c5857eb10bed926987cef865836c3f7ae3d8f081a58551ccd0772e4eb565b1
 SHA512 
ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96
 DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.2.0.mod 30 BLAKE2B 
5c355e64d858c99536e459f9fc4428dc00435bea944b67bf3dda5b61edb5f0c193c5857eb10bed926987cef865836c3f7ae3d8f081a58551ccd0772e4eb565b1
 SHA512 
ae6a1a6f8d31592ea6141f2ea39c9b60cd28e73ffae74bcf370fa739865b95a7ed56f687975f017b42c59e3b0f1c02884fbd5c93140bce268771380c8c7a7a96
 DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.2.0.zip 77887 BLAKE2B 
b83e776eee00d6209b0470b2a68588faf8d0a73f3624ab036b6182ef413326933bc9265a2435984a08c7c1ca95731cd8a81c215c322f720f3a9e5affe7dbf689
 SHA512 
772dfb4b62d9091afa15ef6e0e12f23844db25846aeb113eb513da1b0bbaf51d11afc327940d8f5520be2d239da0c7cbc02844f3e26ede26d70ac3428bcecd85
-DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.3.1.mod 93 BLAKE2B 
aa4bc48d8914434d540f570e6017b3572dc4b75563174e73ecce9f86460669a264389e1e24ce26cbe056a26865b3cee294457315034b6ae9779001b7306d91a3
 SHA512 
5dff0170dc085e1be63ce69886cb019b9df09a5678128b3b0a1b174756500f7d4bd62dc25ee7546977e298f719746ce951119908ff59463a79a1aec7a8882e32
-DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.3.1.zip 85123 BLAKE2B 
89a11d5b2c0abea9b2f391dea5fbd539b37f7770623b7e535b60d902a33ce0bd6a79928569542e932f117548eece074843303cb4c0539cc8def54dce7363fa25
 SHA512 
1bf7c75b83793a806e6e664b987f6a21561be9fc687364a6d4cf9fa104df27826482fee467dd752b19f349de2d8dacc1c390b064ecd4eaa2fde6d74bc10af734
 DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.4.0.mod 131 BLAKE2B 
cbc0f2260c45f1696c2dbe5b134328dc37ea8f95f75817da19f64b15d26cc4942aedec755155c21fe1ca2288190738702bea99511af61dd11e2071e9d423489a
 SHA512 
fd32c642f3512807877fbaa2332c9b83a02d025d469226a527c19c144c8f6b20ca4bae3f6d1f17da74469d6396c1079014493b50ea8a1e7b4be3bb015a82aead
 DIST github.com%2Fgolang%2Fmock%2F@v%2Fv1.4.0.zip 95677 BLAKE2B 
fb807ef51512d0f1099b43e9cccf9a64ebe19eabcade8403ca6c033631790328922bb32360a48a7d0a3529e169e71dc8ad4519ec3bb87aeb678ccc0d2d48e87a
 SHA512 
68bf6763cde94ad213a27d17ea5abc474905643274f9cf5ca46083f86f96410958504dc84224e4cbb307b223f70a0b6732373745074231ec6a0c95e944c2501a
 DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.2.0.mod 34 BLAKE2B 
a4239cba934b6e80714b93d47e88f22ad28ce41d1d984c4261cc3f5f3b857fb28785223fa911b258e2665be2a9d24ffbd925e9e0f374452a2aacd712ad9d5f75
 SHA512 
e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6
 DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.2.0.zip 482403 BLAKE2B 
47db66e9c8187c20b27b9aeb8584f0f2289084103ccda25406eb30059147c3bcb867c76d145c4cab7eae801ed4cf76a63efe23f091e05c9206fcadc3358a02f6
 SHA512 
d102d00618f077f7d677eea9f0d4aff600e4b95caaca6ae6021355e64ed0a8fe418fd731370baa968f6fd338e377b5d3a2077b0b8a1ee399f992b8a7717cf77f
-DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.3.0.mod 229 BLAKE2B 
06324a68b7cc3b2741d14958d1cf1f99d36f066f325d54eeb46b60f18536e0a3dd1d50849f5c45a28f7e555ef1927339dc5b6992f6339115e8afa5e21faae063
 SHA512 
32c223b7df4e7f40b55bcf3ffb031bf370166a636ef2de985e12bbdca16589caa4bb440c934e3e228b08cd72f7fd6005a6813419c27646b8d855c21cc46bf1fd
 DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.3.1.mod 34 BLAKE2B 
a4239cba934b6e80714b93d47e88f22ad28ce41d1d984c4261cc3f5f3b857fb28785223fa911b258e2665be2a9d24ffbd925e9e0f374452a2aacd712ad9d5f75
 SHA512 
e059a34363bb826bbcb8981adbfc10da90e04b86dc5376ab20bdfe1fab135953cff41ef1daa116aff10e9f3e6503168f6baf902f09aa0e8cd9a0da96b932f4b6
 DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.3.1.zip 461624 BLAKE2B 
37b2bbde9cd1153fe5811ae008983179820ce40fd6816155fc7b7d040e29b8725509f68c30b5099b686e9a6ff31a2d029188aa526ada6375fb9c7a236b8a7d1a
 SHA512 
a99c2150515bc3deef1d7887644497fc4aaa96ed6c2aaeae91aabfaee6668c144b34a2c75ca829636c7e88d59b297601867b0f188ac048de452b5e0767480608
 DIST github.com%2Fgolang%2Fprotobuf%2F@v%2Fv1.3.2.mod 34 BLAKE2B 

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

2020-09-05 Thread Marek Szuba
commit: 98bffc8046c612f8402bcc0a06858cb2ac40b0e6
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:32:56 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98bffc80

dev-python/pytools: remove old

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

 dev-python/pytools/Manifest  |  1 -
 dev-python/pytools/pytools-2020.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 622953b920a..3e3249cf583 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,3 +1,2 @@
-DIST pytools-2020.1.tar.gz 60662 BLAKE2B 
fcab8af5e10a483f9fdbb835bbc18fc98ebf3da80da9c8e98ff5131eb4a9e780562827966ba15f64df17ee46c48ef2498caf292e29b6b838ebfc5a49a1dccbae
 SHA512 
b8b6513677f84fe97dfee9b96449ce6f2bad5d1dbd51a4f36b080136efd3b1d97850f02ec52e8e70c317104f99ad383dd9d2b260f0c151eb11851b03efcefe58
 DIST pytools-2020.3.1.tar.gz 67635 BLAKE2B 
e10f80ee743165b0c1f9ee7a171a313ef70644ce4a7bd10a04764bd0e1244b9c98077d659b119b34f0976bfae6ac3caa172f5b24ea967da487536b59aab4a9cd
 SHA512 
819e4d10efffac95f75e07838cd05052136f5a62183680119763dde4952013530493a2292bcb73541b6d329823feca32befa89fcf2dfe5cbe5cd1b00240b40e8
 DIST pytools-2020.4.tar.gz 67157 BLAKE2B 
57fd583a7d5cc1337e20fedb5bc1c53c4025a01e7d4e3a5b05a0770a86e2bcabdde31dd535321215cf1bf2c7f3ed0b54e2407583bea63b63ca5b829f590a00be
 SHA512 
66dea0d67c99c152edd7cd44e1262b6d163f065f5a4b697a5997f7453145af8fb0539d8eafa606fa18128908ce933c724b51bd1a76a6f7ab02e27db24496dc4c

diff --git a/dev-python/pytools/pytools-2020.1.ebuild 
b/dev-python/pytools/pytools-2020.1.ebuild
deleted file mode 100644
index fd8e593b855..000
--- a/dev-python/pytools/pytools-2020.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.8.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   >=dev-python/setuptools-0.7.2[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
-"
-
-distutils_enable_tests pytest



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

2020-09-05 Thread Marek Szuba
commit: 994a55bf288dcca5e8e356500342876638bdd78d
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:35:33 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994a55bf

media-libs/gmmlib: remove old

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

 media-libs/gmmlib/Manifest |  3 ---
 media-libs/gmmlib/gmmlib-19.3.4.ebuild | 42 --
 media-libs/gmmlib/gmmlib-19.4.1.ebuild | 42 --
 media-libs/gmmlib/gmmlib-20.1.1.ebuild | 41 -
 4 files changed, 128 deletions(-)

diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest
index 514fafe24ff..0db59098fe7 100644
--- a/media-libs/gmmlib/Manifest
+++ b/media-libs/gmmlib/Manifest
@@ -1,5 +1,2 @@
-DIST intel-gmmlib-19.3.4.tar.gz 706943 BLAKE2B 
12eef2d0bed76e94770295461935b4056f40dab97bb24acf8e700d2b83198bb8a2800ab9155aebba5138a3269d4aefe645390524d34e57706de750f8e967d106
 SHA512 
77c7cf1cd3e7f0c2476badca6ae7a36504afb4af5f2c2282e790744a9b8ef668f24c4db8be171eef02394966021b5647921c0faf710e26689cebbd879b786a9d
-DIST intel-gmmlib-19.4.1.tar.gz 707375 BLAKE2B 
0627889bebf763a8225c691e7ec6a2b3c1f403f62e5d11b557e3578e02b6cc3fe032e8b0d79483f34e9310bcfcd7667c407b1c4e549a2bb414247468b020f796
 SHA512 
264f111348bbaccd6c14c31ab15c7b02e63def56b0d3effa01067fb5e696d6d3e2ad3d5a9cc3a36f33b835dda12ec3916a31d3a812443de9d5dd815e2e4cde53
-DIST intel-gmmlib-20.1.1.tar.gz 707814 BLAKE2B 
49983345d0187114de6622522a1342f978f67347f210a0f5a67c847089268e9f6730f76f365c2e15160c538231f057be68ca3b1dd1c4c5deb0693ab7c94f54f7
 SHA512 
e16472f24c5d1fb9f56c45ce1aefe6b1799a2c968aab09808115eeb9deda9a7610da989ae2fdc1796d94d05ca09a19ab2e74be62b419270ead404561a03f
 DIST intel-gmmlib-20.2.2.tar.gz 728309 BLAKE2B 
1c26661c5317d66797ca8a72fe910ae73a97c7bc3b5730b6c270daa3eac753287cd83334085c90ce081ff4a8a4d1f79b46e832059b08c36602c5c39f3b3a1af5
 SHA512 
ebd23658aec78ebdf7cd13577f5ca408e2995c4df6135c951d3bea4a59a84461690d71f6e7ebc2014daa5508e07d32ff20c25019d90255150e7c93e241d403fc
 DIST intel-gmmlib-20.2.5.tar.gz 728792 BLAKE2B 
c78cebcfad9f314e3ee298deaa78586cb5c1c8e2e5bba9051a8b17c26001b72aaa675443fcdc9757031977c548a0360e2511bd29873fc7302922b33a2c1a0324
 SHA512 
354363b0944e4f0e08065fa7a0cb85d477f522858a55f4998a2374ef8e115e331961cc269db886dac3b1e5825d11e036ebc0b4ab65b1618653810e4bfc4751ec

diff --git a/media-libs/gmmlib/gmmlib-19.3.4.ebuild 
b/media-libs/gmmlib/gmmlib-19.3.4.ebuild
deleted file mode 100644
index 814f7e0d4a7..000
--- a/media-libs/gmmlib/gmmlib-19.3.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-if [[ ${PV} == * ]] ; then
-   : ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
-   if [[ ${PV%} != "" ]] ; then
-   : ${EGIT_BRANCH:="release/${PV%.}"}
-   fi
-   inherit git-r3
-fi
-
-DESCRIPTION="Intel Graphics Memory Management Library"
-HOMEPAGE="https://github.com/intel/gmmlib;
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz;
-   S="${WORKDIR}/${PN}-intel-${P}"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
-# once upstream makes this optional
-#  local mycmakeargs=(
-#  -DMEDIA_RUN_TEST_SUITE=OFF
-#  )
-
-   cmake_src_configure
-}

diff --git a/media-libs/gmmlib/gmmlib-19.4.1.ebuild 
b/media-libs/gmmlib/gmmlib-19.4.1.ebuild
deleted file mode 100644
index 0be1fe16a1e..000
--- a/media-libs/gmmlib/gmmlib-19.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-if [[ ${PV} == * ]] ; then
-   : ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
-   if [[ ${PV%} != "" ]] ; then
-   : ${EGIT_BRANCH:="release/${PV%.}"}
-   fi
-   inherit git-r3
-fi
-
-DESCRIPTION="Intel Graphics Memory Management Library"
-HOMEPAGE="https://github.com/intel/gmmlib;
-if [[ ${PV} == * ]] ; then
-   SRC_URI=""
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz;
-   S="${WORKDIR}/${PN}-intel-${P}"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
-# once upstream makes this optional
-#  local mycmakeargs=(
-#  -DMEDIA_RUN_TEST_SUITE=OFF
-#  )
-
-   cmake_src_configure
-}

diff --git a/media-libs/gmmlib/gmmlib-20.1.1.ebuild 
b/media-libs/gmmlib/gmmlib-20.1.1.ebuild
deleted file mode 100644
index e92ee3ae73d..000

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

2020-09-05 Thread Marek Szuba
commit: c7a7f6631f15f27a415da9b56c84ba632f87c7af
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:26:34 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a7f663

net-libs/biblesync: remove old

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

 net-libs/biblesync/Manifest  |  2 --
 net-libs/biblesync/biblesync-1.1.2-r2.ebuild | 25 -
 net-libs/biblesync/biblesync-2.0.1.ebuild| 25 -
 3 files changed, 52 deletions(-)

diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
index 13bdc243ba1..da020d4a9be 100644
--- a/net-libs/biblesync/Manifest
+++ b/net-libs/biblesync/Manifest
@@ -1,3 +1 @@
-DIST biblesync-1.1.2.tar.gz 86620 BLAKE2B 
05ae9aa155a7cfd277e1f1a172ae3551c51a34cf09c7acae0821f08146179f4726173b8a26d4bac1a82aebab89f4ac105a73f7ef2a2d36b7939fe73d4e0749e1
 SHA512 
7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
-DIST biblesync-2.0.1.tar.gz 89139 BLAKE2B 
065b65d3f1f288b8a5160b5feff56f152db47eb5c03596c192b904f384e11e24a3846cc6b154d351400c6e252188f126d37281278acfbd8b47321cfc25e1b0f3
 SHA512 
92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508
 DIST biblesync-2.1.0.tar.gz 87868 BLAKE2B 
2a136e4840f6f3cb3f03aa127adc978f9f5f189d48be198e4cb5b0ec654ae4a28f3fac30a10640d6fd2b1c3555c6bd88527e51e34287424f953cd599c5915521
 SHA512 
c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e

diff --git a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
deleted file mode 100644
index 88b12f465aa..000
--- a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="https://wiki.crosswire.org/BibleSync;
-SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="static"
-
-DEPEND="dev-util/cmake"
-RDEPEND=""
-
-src_configure() {
-   local mycmakeargs=(
-   "-DBUILD_SHARED_LIBS=$(usex !static)"
-   "-DLIBDIR=/usr/$(get_libdir)"
-   )
-   cmake-utils_src_configure
-}

diff --git a/net-libs/biblesync/biblesync-2.0.1.ebuild 
b/net-libs/biblesync/biblesync-2.0.1.ebuild
deleted file mode 100644
index 4dea0979995..000
--- a/net-libs/biblesync/biblesync-2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="https://wiki.crosswire.org/BibleSync;
-SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static"
-
-DEPEND="dev-util/cmake"
-RDEPEND=""
-
-src_configure() {
-   local mycmakeargs=(
-   "-DBUILD_SHARED_LIBS=$(usex !static)"
-   "-DLIBDIR=/usr/$(get_libdir)"
-   )
-   cmake-utils_src_configure
-}



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

2020-09-05 Thread Marek Szuba
commit: 8895632584d0d291b170c0efea0599b707163b63
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:37:00 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88956325

sys-cluster/singularity: remove old

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

 sys-cluster/singularity/Manifest |  2 -
 sys-cluster/singularity/singularity-3.6.0.ebuild | 69 --
 sys-cluster/singularity/singularity-3.6.1.ebuild | 73 
 3 files changed, 144 deletions(-)

diff --git a/sys-cluster/singularity/Manifest b/sys-cluster/singularity/Manifest
index 8bd83c7f905..f7800e563b4 100644
--- a/sys-cluster/singularity/Manifest
+++ b/sys-cluster/singularity/Manifest
@@ -1,3 +1 @@
-DIST singularity-3.6.0.tar.gz 6169388 BLAKE2B 
ea07da3d586a96625a1016f9b4aa6b99072c89393dcb7c80aab624807e51fc107eee2629020bf3e1c19d6103544b63aad960d2ac27804fa6e03323a806fdf270
 SHA512 
695f3b4c1bd8cc4049fc3e8e296b369f5aadcd6b4717521b9aca68d997fd8a8c0bf349a2851c31b8a22f37fa010b4c7b93562fd6ac24cdc9699230a182f36d29
-DIST singularity-3.6.1.tar.gz 6170806 BLAKE2B 
fa92bf4df3c2a4ab4345ab0022862f19dde240d7275a79c8433164f02bc495f33d44e4c63b39b9bd3de60361e49fec3f2d258a3bafaadeba34b5d4a7cd3f514e
 SHA512 
3037a14fec086e17b42ee8306624af39fd87c80821c73e0e1ab3d8a717dbdad86237f042d97c6a7870fc6beeced67d6cd52c8e445c41c39cdab7ccce1ce6adb5
 DIST singularity-3.6.2.tar.gz 5933938 BLAKE2B 
86b79687ef7591a255d01b83e857d87b7ab45aa9a84c40a7c90b493c0fc04cb33ff4f1616f38c5178e22ff1b19d390ab3b96f0fb05d6c66534e60d9ef2d7ea33
 SHA512 
fed2ebd286a3f250d8f4a7677e4bc0b13ec9b2e2eacff91c9a7f6efe6abc766a2d1b713bc291f0239585d5dacd5d4657309ef81eceb77f849f01be934a76499f

diff --git a/sys-cluster/singularity/singularity-3.6.0.ebuild 
b/sys-cluster/singularity/singularity-3.6.0.ebuild
deleted file mode 100644
index 202258ead7a..000
--- a/sys-cluster/singularity/singularity-3.6.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-DESCRIPTION="Application containers for Linux"
-HOMEPAGE="https://sylabs.io;
-SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples +network +suid"
-
-# Do not complain about CFLAGS etc since go projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-COMMON="sys-libs/libseccomp"
-BDEPEND="virtual/pkgconfig"
-DEPEND="${COMMON}
-   >=dev-lang/go-1.13.0
-   app-crypt/gpgme
-   dev-libs/openssl
-   sys-apps/util-linux
-   sys-fs/cryptsetup"
-RDEPEND="${COMMON}
-   sys-fs/squashfs-tools"
-
-CONFIG_CHECK="~SQUASHFS"
-
-S=${WORKDIR}/${PN}
-
-src_configure() {
-   local myconfargs=(
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --runstatedir=/run \
-   --localstatedir=/var \
-   $(usex network "" "--without-network") \
-   $(usex suid "" "--without-suid")
-   )
-   ./mconfig -v ${myconfargs[@]} || die "Error invoking mconfig"
-}
-
-src_compile() {
-   emake -C builddir
-}
-
-src_install() {
-   emake DESTDIR="${ED}" -C builddir install
-   keepdir /var/singularity/mnt/session
-
-   # As of version 3.5.3 this seems to be very much broken, affecting
-   # commands which have got nothing to do with singularity (example:
-   # completion on 'udisks mount -b /dev/' rejects all files from that
-   # directory other than 'autofs'). Moreover, this should go into
-   # $(get_bashcompdir) (from bash-completion-r1.eclass) rather than /etc.
-   # Hopefully temporary, which is why we delete this at install time
-   # instead of patching build scripts not to generate bash-completion
-   # data in the first place.
-   rm -rf "${ED}"/etc/bash_completion.d || die
-
-   dodoc README.md CONTRIBUTORS.md CONTRIBUTING.md
-   if use examples; then
-   dodoc -r examples
-   fi
-}

diff --git a/sys-cluster/singularity/singularity-3.6.1.ebuild 
b/sys-cluster/singularity/singularity-3.6.1.ebuild
deleted file mode 100644
index 23232305c17..000
--- a/sys-cluster/singularity/singularity-3.6.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info toolchain-funcs
-
-DESCRIPTION="Application containers for Linux"
-HOMEPAGE="https://sylabs.io;
-SRC_URI="https://github.com/hpcng/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples +network +suid"
-
-# Do not complain about CFLAGS etc since go projects do not use them.
-QA_FLAGS_IGNORED='.*'
-
-COMMON="sys-libs/libseccomp"
-BDEPEND="virtual/pkgconfig"
-DEPEND="${COMMON}
-  

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2020-09-05 Thread Marek Szuba
commit: cd0bc6a29c1df9a08ceb40b448a08ec6b6be4665
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:21:26 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0bc6a2

app-backup/burp: remove old

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

 app-backup/burp/Manifest   |   1 -
 app-backup/burp/burp-2.3.30.ebuild | 115 -
 2 files changed, 116 deletions(-)

diff --git a/app-backup/burp/Manifest b/app-backup/burp/Manifest
index 32389e6d509..732a493c9cc 100644
--- a/app-backup/burp/Manifest
+++ b/app-backup/burp/Manifest
@@ -1,3 +1,2 @@
 DIST burp-2.2.18.tar.gz 632805 BLAKE2B 
6106aa4bd96db035ad5893c2fe314537e620a67519295fdf99efaf2c5a639bedd15b4c8d95caa3daa3072dfac28a1ba7fd7bb4f949d9ea2b70bd13060a22f2c6
 SHA512 
beb14c61ace6d61b98a10fc4e6709eec9722e28990de862eef6a75984f9fbd0f903c5fe64d20ed84c95528a9889bc22618ba6d2318318cf5d515b35688db0a4d
-DIST burp-2.3.30.tar.gz 617064 BLAKE2B 
62aa65da16155d2a321d4ef700a83000e975453ad7605b97c589a09e1168cd4cece3076d2c4660c098967f5b19056875b5aa4f226f135a17965fc099bb44
 SHA512 
c315c30c064073f864058d1ec9341b6e800964f308fa5ea298759e35a58ff27a198a3b6886cc04692bc259f1cfe5a5e077542fd45d3e89813541af2e4ca03533
 DIST burp-2.3.32.tar.gz 617641 BLAKE2B 
f193b3ed42bb8456fbad72ca5625d4a32b498749d04fc187a87f68e03c1a4131dd8e7276bcd6ded40e551f17c6bda7c12ba538e0dc74a8d750bff91e4e2ae84b
 SHA512 
a7393d5097b03a3684104693620ecc9646caf3f4556201977ea88462700274361b01f1134f9c18368ffec6a31d11b4a9bd9091af7a54ac98dfd724779dab41c6

diff --git a/app-backup/burp/burp-2.3.30.ebuild 
b/app-backup/burp/burp-2.3.30.ebuild
deleted file mode 100644
index 34645f77259..000
--- a/app-backup/burp/burp-2.3.30.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="Network backup and restore client and server for Unix and Windows"
-HOMEPAGE="https://burp.grke.org/;
-SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="acl ipv6 libressl test xattr"
-
-RESTRICT="!test? ( test )"
-
-CDEPEND=" acct-group/burp
-   acct-user/burp
-   dev-libs/uthash
-   net-libs/librsync
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   acl? ( sys-apps/acl )
-   xattr? ( sys-apps/attr )"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   test? ( dev-libs/check )"
-RDEPEND="${CDEPEND}
-   virtual/logger"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.20-no_mkdir_run.patch
-   "${FILESDIR}"/${PN}-2.1.20-protocol1_by_default.patch
-   "${FILESDIR}"/${PN}-2.0.54-server_user.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localstatedir=/var
-   --sysconfdir=/etc/burp
-   --enable-largefile
-   $(use_enable acl)
-   $(use_enable ipv6)
-   $(use_enable xattr)
-   )
-   # --runstatedir option will only work from autoconf-2.70 onwards
-   runstatedir='/run' \
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   keepdir /var/spool/burp
-   fowners -R root:${PN} /var/spool/burp
-   fperms 0770 /var/spool/burp
-
-   emake DESTDIR="${D}" install-configs
-   fowners -R root:${PN} /etc/burp
-   fperms 0750 /etc/burp
-   fperms 0640 /etc/burp/burp-server.conf
-   fperms 0750 /etc/burp/clientconfdir
-
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-}
-
-pkg_postinst() {
-   ewarn
-   ewarn "You are installing a development version of burp. These versions 
contain"
-   ewarn "new features but might have unexpected issues. It is recommended 
by upstream"
-   ewarn "to use the current stable version (i.e. currently the 2.2 
branch) instead."
-   ewarn
-
-   elog "Burp ebuilds now support the autoupgrade mechanism in both"
-   elog "client and server mode. In both cases it is disabled by"
-   elog "default. You almost certainly do NOT want to enable it in"
-   elog "client mode because upgrades obtained this way will not be"
-   elog "managed by Portage."
-
-   if [[ ! -e /etc/burp/CA/index.txt ]]; then
-   elog ""
-   elog "At first run burp server will generate DH parameters and 
SSL"
-   elog "certificates.  You should adjust configuration before."
-   elog "Server configuration is located at"
-   elog ""
-   elog "  /etc/burp/burp-server.conf"
-   elog ""
-   fi
-
-   # According to PMS this can be a space-separated list of 

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

2020-09-05 Thread Matthew Thode
commit: d6493cb335ca09710160b4cc1886b3ca16f1b87b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:35:04 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:35:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6493cb3

media-sound/spotify: add more libs to qa prebuilt

Closes: https://bugs.gentoo.org/740500
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/spotify-1.1.26-r2.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild 
b/media-sound/spotify/spotify-1.1.26-r2.ebuild
index 6c28565a405..fdf168b7477 100644
--- a/media-sound/spotify/spotify-1.1.26-r2.ebuild
+++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild
@@ -43,7 +43,14 @@ RDEPEND="
 
 S=${WORKDIR}/
 
-QA_PREBUILT="opt/spotify/spotify-client/spotify"
+QA_PREBUILT="
+   opt/spotify/spotify-client/spotify
+   opt/spotify/spotify-client/libEGL.so
+   opt/spotify/spotify-client/libGLESv2.so
+   opt/spotify/spotify-client/libcef.so
+   opt/spotify/spotify-client/swiftshader/libEGL.so
+   opt/spotify/spotify-client/swiftshader/libGLESv2.so
+"
 
 src_prepare() {
# Fix desktop entry to launch spotify-dbus.py for systray integration



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

2020-09-05 Thread Matthew Thode
commit: 436356dd7fceeeb6127c2294ab9bdad61e8155b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:26:09 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:35:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436356dd

media-sound/spotify: fix missing x11 deps

Closes: https://bugs.gentoo.org/740526
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/spotify/spotify-1.1.26-r2.ebuild | 109 +++
 1 file changed, 109 insertions(+)

diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild 
b/media-sound/spotify/spotify-1.1.26-r2.ebuild
new file mode 100644
index 000..6c28565a405
--- /dev/null
+++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit desktop pax-utils unpacker xdg
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/;
+SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/;
+BUILD_ID_AMD64="501.gbe11e53b-15"
+SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libnotify libressl systray pax_kernel pulseaudio"
+RESTRICT="mirror strip"
+
+BDEPEND=">=dev-util/patchelf-0.10"
+RDEPEND="
+   dev-libs/nss
+   dev-python/dbus-python
+   dev-python/pygobject:3
+   libnotify? ( x11-libs/libnotify )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/harfbuzz
+   media-libs/mesa[X(+)]
+   net-misc/curl[ssl]
+   net-print/cups[ssl]
+   pulseaudio? ( media-sound/pulseaudio )
+   !pulseaudio? ( media-sound/apulse )
+   systray? ( gnome-extra/gnome-integration-spotify )
+   x11-libs/gtk+:2
+   app-accessibility/at-spi2-atk
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   x11-libs/libSM
+   x11-libs/libICE
+"
+   #sys-libs/glibc
+
+S=${WORKDIR}/
+
+QA_PREBUILT="opt/spotify/spotify-client/spotify"
+
+src_prepare() {
+   # Fix desktop entry to launch spotify-dbus.py for systray integration
+   if use systray ; then
+   sed -i \
+   -e 's/spotify \%U/spotify-dbus.py \%U/g' \
+   usr/share/spotify/spotify.desktop || die "sed failed"
+   fi
+   default
+
+   # Spotify links against libcurl-gnutls.so.4, which does not exist in 
Gentoo.
+   patchelf --replace-needed libcurl-gnutls.so.4 libcurl.so.4 
usr/bin/spotify \
+   || die "failed to patch libcurl library dependency"
+}
+
+src_install() {
+   gunzip usr/share/doc/spotify-client/changelog.gz || die
+   dodoc usr/share/doc/spotify-client/changelog
+
+   SPOTIFY_PKG_HOME=usr/share/spotify
+   insinto /usr/share/pixmaps
+   doins ${SPOTIFY_PKG_HOME}/icons/*.png
+
+   # install in /opt/spotify
+   SPOTIFY_HOME=/opt/spotify/spotify-client
+   insinto ${SPOTIFY_HOME}
+   doins -r ${SPOTIFY_PKG_HOME}/*
+   fperms +x ${SPOTIFY_HOME}/spotify
+
+   dodir /usr/bin
+   cat <<-EOF >"${D}"/usr/bin/spotify || die
+   #! /bin/sh
+   LD_LIBRARY_PATH="/usr/$(get_libdir)/apulse" \\
+   exec ${SPOTIFY_HOME}/spotify "\$@"
+   EOF
+   fperms +x /usr/bin/spotify
+
+   local size
+   for size in 16 22 24 32 48 64 128 256 512; do
+   newicon -s ${size} 
"${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
+   "spotify-client.png"
+   done
+   domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
+   if use pax_kernel; then
+   #create the headers, reset them to default, then paxmark -m them
+   pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
+   pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
+   pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
+   eqawarn "You have set USE=pax_kernel meaning that you intend to 
run"
+   eqawarn "${PN} under a PaX enabled kernel.  To do so, we 
must modify"
+   eqawarn "the ${PN} binary itself and this *may* lead to 
breakage!  If"
+   eqawarn "you suspect that ${PN} is being broken by this 
modification,"
+   eqawarn "please open a bug."
+   fi
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+   ewarn "To remove the cache:"
+   ewarn "rm -rf ~/.cache/spotify"
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2020-09-05 Thread Aisha Tammy
commit: a6631d621e9e03e5bdde207ce6cb3bff37e2151f
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Sep  5 19:13:22 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Sep  5 19:31:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6631d62

www-apps/uwebsockets: version bump

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 +
 www-apps/uwebsockets/uwebsockets-18.12.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 61bc899..b14f736 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1,3 @@
 DIST uwebsockets-18.10.0.tar.gz 265369 BLAKE2B 
1ddd16f1793144c4e89681c2eae56e66db711fe94d17120222bf652df9616376fd1194baa0b7b10a89f6551ad1b62998c9993681b60ac5924e9b28500737fe46
 SHA512 
93d97ac45aabad5be4b8a5ba91e04c360e83a82e9d781aebeb5b325b8f11d2f25fb4d07dbce105978b947f7324d06d2e3877d07c14482961feed4171529248d1
 DIST uwebsockets-18.11.0.tar.gz 267042 BLAKE2B 
2cc0a6a7d798ac3c66967afa8b3cdfeda0396f0020a89c7d8c3184c2e8f1090d01372c235ebe5145d171f6d43684ad5dbef6b245f9c617a58b7ee229eeac1123
 SHA512 
a7300091115c1b08130ff697ba23ee16d0473943e49d219357bddc6708e2e629832856514cded3e7f27b2da36fc33d1e6ad0675006490812bdae123a20a660f4
+DIST uwebsockets-18.12.0.tar.gz 270096 BLAKE2B 
5b8556e7158feb8d594eff30c095d8a01db855ae2803c6911ddd7b4d1d400cdc3d876fb9d39d0dc26a07afb19a78b0a9a016daa41105505ecba878b2988d8e1c
 SHA512 
e3eb18d79e61a084c2e54f80643e01ddf4e50d0442da7114eda4f528d5e6a43ff4f090c879fced1cc7db061b6d219cae33e4eb35cbad0d495c72c4117dbd416d

diff --git a/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild
new file mode 100644
index 000..2738b66
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.4.1"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-src_Loop.h.patch"
+)
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/

2020-09-05 Thread Matthew Thode
commit: 55f03e846df677f9cb9dc6d589a8520ac471
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:17:30 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f03e84

app-crypt/acme: 1.7.0 stable amd64/x86

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/acme-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/acme/acme-1.7.0.ebuild b/app-crypt/acme/acme-1.7.0.ebuild
index a3d394a31a6..6b82a2abd3c 100644
--- a/app-crypt/acme/acme-1.7.0.ebuild
+++ b/app-crypt/acme/acme-1.7.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 



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

2020-09-05 Thread Matthew Thode
commit: c68ced110f8bdc4a28e1637ab77e4e2b606c8af6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:15:50 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:15:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68ced11

net-misc/memcached: 1.6.7 bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 net-misc/memcached/Manifest   |  1 +
 net-misc/memcached/memcached-1.6.7.ebuild | 99 +++
 2 files changed, 100 insertions(+)

diff --git a/net-misc/memcached/Manifest b/net-misc/memcached/Manifest
index 3037f1a5c20..91b482229f2 100644
--- a/net-misc/memcached/Manifest
+++ b/net-misc/memcached/Manifest
@@ -1,2 +1,3 @@
 DIST memcached-1.5.22.tar.gz 532713 BLAKE2B 
90787522f36d9d4389438334572725df18050ae67bda2d97cde67b01492ca81772ddf7e83e02f71031ca909402a68f3db085ef6bece6e032ce580676a8a722f3
 SHA512 
19804c2847679eb018a0221b0717ebbcd2cd33b7f03176cc0d77b7405152dc944d3f5c39d0d81fcb6c08a2fa9317959e25587e7cb50718fdb6675288b2b078aa
 DIST memcached-1.6.6.tar.gz 543661 BLAKE2B 
04de48d6450961585ac3b1c8ae6f803c59e5bbf34e45aa27c9e53309350608dc3c899cf169095361c4ccdc44e0bcc2860662d7066477abd7fdc8e80e34d22d36
 SHA512 
dfd19bf42d35fff391bb479338706a83082e3cdd3ff6e225d3d4da9df01b0a1f659a012dc30766651ffd57f0c19128fc4c3df29b721e588c909656d02cfdaa0a
+DIST memcached-1.6.7.tar.gz 547791 BLAKE2B 
7ee39a5867cfaa52eb5cfb947ce42f711e030422b03b5c5547284d5cab91c044d04293cc355da3b868fb0ca02e151aec5980e455c1bb8067e38682209b1e3e4e
 SHA512 
8b4c44ae4da8577cc5431aaca6118fdba27c42418a51a6d319d9040a975371a2fda9fcea2cb44c3d20c92f08961cb5f0ddd28c2f4cd12986b73c9342d91ea2c8

diff --git a/net-misc/memcached/memcached-1.6.7.ebuild 
b/net-misc/memcached/memcached-1.6.7.ebuild
new file mode 100644
index 000..d1349f310a7
--- /dev/null
+++ b/net-misc/memcached/memcached-1.6.7.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools eutils flag-o-matic systemd
+
+MY_PV="${PV/_rc/-rc}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="High-performance, distributed memory object caching system"
+HOMEPAGE="http://memcached.org/;
+SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
+   https://www.memcached.org/files/old/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="debug sasl seccomp selinux slabs-reassign test" # hugetlbfs later
+
+RDEPEND=">=dev-libs/libevent-1.4:=
+   dev-lang/perl
+   sasl? ( dev-libs/cyrus-sasl )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sec-policy/selinux-memcached )"
+DEPEND="${RDEPEND}
+   acct-user/memcached
+   test? ( virtual/perl-Test-Harness >=dev-perl/Cache-Memcached-1.24 )"
+
+S="${WORKDIR}/${MY_P}"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.2.2-fbsd.patch"
+   "${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
+   "${FILESDIR}/${PN}-1.4.4-as-needed.patch"
+   "${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
+)
+
+src_prepare() {
+   sed -i -e 's,-Werror,,g' configure.ac || die
+   sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac || die
+   eautoreconf
+   use slabs-reassign && append-flags -DALLOW_SLABS_REASSIGN
+
+   # Tweak upstream systemd unit to use Gentoo variables/envfile.
+   # As noted by bug #587440
+   sed -i -e '/^ExecStart/{
+   s,{USER},{MEMCACHED_RUNAS},g;
+   s,{CACHESIZE},{MEMUSAGE},g;
+   s,OPTIONS,MISC_OPTS,g;
+   };
+   /Environment=/{s,OPTIONS,MISC_OPTS,g;};
+   /EnvironmentFile=/{s,/sysconfig/,/conf.d/,g;};
+   ' \
+   "${S}"/scripts/memcached.service
+   default
+}
+
+src_configure() {
+   econf \
+   --disable-docs \
+   $(use_enable sasl)
+   # The xml2rfc tool to build the additional docs requires TCL :-(
+   # `use_enable doc docs`
+}
+
+src_compile() {
+   # There is a heavy degree of per-object compile flags
+   # Users do NOT know better than upstream. Trying to compile the testapp 
and
+   # the -debug version with -DNDEBUG _WILL_ fail.
+   append-flags -UNDEBUG -pthread
+   emake testapp memcached-debug CFLAGS="${CFLAGS}"
+   filter-flags -UNDEBUG
+   emake
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin scripts/memcached-tool
+   use debug && dobin memcached-debug
+
+   dodoc AUTHORS ChangeLog NEWS README.md doc/{CONTRIBUTORS,*.txt}
+
+   newconfd "${FILESDIR}/memcached.confd" memcached
+   newinitd "${FILESDIR}/memcached.init2" memcached
+   systemd_dounit "${S}/scripts/memcached.service"
+}
+
+pkg_postinst() {
+   elog "With this version of Memcached 

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

2020-09-05 Thread Kent Fredric
commit: 93a32fb0bbd36f4b33907efa35dd79212f433699
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 19:15:51 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 19:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a32fb0

dev-perl/File-Sort: -r bump for EAPI7 + fixes

- EAPI7
- Add USE="examples"
- Correct license, a weird situation calls for a weird solution.
- Enable parallel tests
- Remove undeeded explicit variables

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild 
b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild
new file mode 100644
index 000..048c5cd0c17
--- /dev/null
+++ b/dev-perl/File-Sort/File-Sort-1.10.0-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CNANDOR
+DIST_VERSION=1.01
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Sort a file or merge sort multiple files"
+LICENSE="|| ( Artistic GPL-1+ ) examples? ( Artistic )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2020-09-05 Thread Matthew Thode
commit: 92c6b79fe7ca7c488870ce3ca4e4468e28719e06
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:19:54 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:19:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c6b79f

app-crypt/certbot-apache: 1.7.0 stable amd64/x86

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
index 323d9f35ff3..ae20aed95bb 100644
--- a/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
+++ b/app-crypt/certbot-apache/certbot-apache-1.7.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2020-09-05 Thread Matthew Thode
commit: a82f3e8c14f146d79acc1f9aba480b970693d750
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:21:10 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:21:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82f3e8c

app-crypt/certbot-nginx: 1.7.0 stable amd64/x86

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
index 1d92bc0c30f..3fd20448a06 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else

SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
 fi
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/

2020-09-05 Thread Matthew Thode
commit: 5a6f8eb6fceb533d1ba1906d03d7636e07bf2d21
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep  5 19:18:52 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Sep  5 19:18:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6f8eb6

app-crypt/certbot: 1.7.0 stable amd64/x86

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/certbot-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/certbot/certbot-1.7.0.ebuild 
b/app-crypt/certbot/certbot-1.7.0.ebuild
index f5147fca793..7a862586d0d 100644
--- a/app-crypt/certbot/certbot-1.7.0.ebuild
+++ b/app-crypt/certbot/certbot-1.7.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 S=${WORKDIR}/${P}/${PN}
 



[gentoo-commits] repo/gentoo:master commit in: sys-auth/passwdqc/

2020-09-05 Thread Mikle Kolyada
commit: f6fc3feb0f9cab3fe82f8a656f9d084d655951b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep  5 19:02:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep  5 19:03:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fc3feb

sys-auth/passwdqc: ship our own config file

And also install the config file into the /etc/security dir

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../{passwdqc-1.4.0.ebuild => passwdqc-1.4.0-r1.ebuild}| 14 ++
 1 file changed, 14 insertions(+)

diff --git a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild 
b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
similarity index 83%
rename from sys-auth/passwdqc/passwdqc-1.4.0.ebuild
rename to sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
index 8a292a46e9f..3861096f854 100644
--- a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild
+++ b/sys-auth/passwdqc/passwdqc-1.4.0-r1.ebuild
@@ -24,12 +24,26 @@ pkg_setup() {
 src_prepare() {
default
sed -i -e 's:`uname -s`:Linux:' Makefile || die
+
+   # ship our own default settings
+   cat <<- EOF > "${S}/passwdqc.conf"
+   min=8,8,8,8,8
+   max=40
+   passphrase=3
+   match=4
+   similar=deny
+   random=47
+   enforce=everyone
+   retry=3
+   EOF
+
 }
 
 _emake() {
emake -j1 \
SHARED_LIBDIR="/usr/$(get_libdir)" \
SECUREDIR="$(getpam_mod_dir)" \
+   CONFDIR="/etc/security" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
CC="$(tc-getCC)" \



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

2020-09-05 Thread Mike Gilbert
commit: 295166a86e96aef23f9cc311e71eb29556aaeaa4
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Sat Sep  5 16:00:00 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Sep  5 18:54:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295166a8

media-libs/x264: Set special value of AS to fix build failure.

Closes: https://bugs.gentoo.org/721026
Closes: https://bugs.gentoo.org/724676
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/x264/x264-0.0.20190214.ebuild| 7 +++
 media-libs/x264/x264-0.0.20190903-r1.ebuild | 7 +++
 media-libs/x264/x264-0.0.20190903.ebuild| 7 +++
 media-libs/x264/x264-.ebuild| 7 +++
 4 files changed, 28 insertions(+)

diff --git a/media-libs/x264/x264-0.0.20190214.ebuild 
b/media-libs/x264/x264-0.0.20190214.ebuild
index a181239df0d..7868773a08d 100644
--- a/media-libs/x264/x264-0.0.20190214.ebuild
+++ b/media-libs/x264/x264-0.0.20190214.ebuild
@@ -32,6 +32,13 @@ DOCS=( AUTHORS 
doc/{ratecontrol,regression_test,standards,threads,vui}.txt )
 
 multilib_src_configure() {
tc-export CC
+
+   if [[ ${ABI} == x86 || ${ABI} == amd64 ]]; then
+   export AS="nasm"
+   else
+   export AS="${CC}"
+   fi
+
local asm_conf=""
 
if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || 
[[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { 
use !altivec ; }; then

diff --git a/media-libs/x264/x264-0.0.20190903-r1.ebuild 
b/media-libs/x264/x264-0.0.20190903-r1.ebuild
index e65caa445b8..453ed7982ff 100644
--- a/media-libs/x264/x264-0.0.20190903-r1.ebuild
+++ b/media-libs/x264/x264-0.0.20190903-r1.ebuild
@@ -34,6 +34,13 @@ PATCHES=("${FILESDIR}"/${P}-STRINGS.patch)
 
 multilib_src_configure() {
tc-export CC
+
+   if [[ ${ABI} == x86 || ${ABI} == amd64 ]]; then
+   export AS="nasm"
+   else
+   export AS="${CC}"
+   fi
+
local asm_conf=""
 
if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || 
[[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { 
use !cpu_flags_ppc_altivec ; }; then

diff --git a/media-libs/x264/x264-0.0.20190903.ebuild 
b/media-libs/x264/x264-0.0.20190903.ebuild
index 920c6880613..1a64a1a4612 100644
--- a/media-libs/x264/x264-0.0.20190903.ebuild
+++ b/media-libs/x264/x264-0.0.20190903.ebuild
@@ -32,6 +32,13 @@ DOCS=( AUTHORS 
doc/{ratecontrol,regression_test,standards,threads,vui}.txt )
 
 multilib_src_configure() {
tc-export CC
+
+   if [[ ${ABI} == x86 || ${ABI} == amd64 ]]; then
+   export AS="nasm"
+   else
+   export AS="${CC}"
+   fi
+
local asm_conf=""
 
if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || 
[[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { 
use !cpu_flags_ppc_altivec ; }; then

diff --git a/media-libs/x264/x264-.ebuild b/media-libs/x264/x264-.ebuild
index 83de5d6c78b..1d20cc1b73e 100644
--- a/media-libs/x264/x264-.ebuild
+++ b/media-libs/x264/x264-.ebuild
@@ -32,6 +32,13 @@ DOCS=( AUTHORS 
doc/{ratecontrol,regression_test,standards,threads,vui}.txt )
 
 multilib_src_configure() {
tc-export CC
+
+   if [[ ${ABI} == x86 || ${ABI} == amd64 ]]; then
+   export AS="nasm"
+   else
+   export AS="${CC}"
+   fi
+
local asm_conf=""
 
if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || 
[[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { 
use !cpu_flags_ppc_altivec ; }; then



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

2020-09-05 Thread Kent Fredric
commit: fb136ba7eb7a6600550262dfab190530eb78cd86
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Sep  5 18:37:29 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Sep  5 18:43:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb136ba7

dev-perl/File-Slurper: Bump to version 0.12.0

- EAPI7

Upstream:
- Correctly set value of $PerlIO::encoding::fallback
- Don't skip latin-1 checking
- Require Encode >= 2.11 for STOP_AT_PARTIAL

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild | 32 
 dev-perl/File-Slurper/Manifest   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild 
b/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild
new file mode 100644
index 000..1269d354a5a
--- /dev/null
+++ b/dev-perl/File-Slurper/File-Slurper-0.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.012
+DIST_EXAMPLES=( "bench/*" )
+inherit perl-module
+
+DESCRIPTION="A simple, sane and efficient module to slurp a file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-perl/PerlIO-utf8_strict
+   virtual/perl-Carp
+   >=virtual/perl-Encode-2.110.0
+   >=virtual/perl-Exporter-5.570.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-Test-Simple
+   dev-perl/Test-Warnings
+   )
+"

diff --git a/dev-perl/File-Slurper/Manifest b/dev-perl/File-Slurper/Manifest
index d8366447fa6..958c4ff708d 100644
--- a/dev-perl/File-Slurper/Manifest
+++ b/dev-perl/File-Slurper/Manifest
@@ -1 +1,2 @@
 DIST File-Slurper-0.010.tar.gz 15905 BLAKE2B 
92ead775ff7c796c0cfc7631160e7483b9defec4d603e9d5a7f7f3380788f6af2a2463f1c0fa66f21339f8a61651e4e9b48ffc829ba9765158c911df4531ec2b
 SHA512 
a6e2a86d76d2e4c49a8df17a453a3da530cb62324cb91793c4bd6e7cabc4f5b4b4fadda8aa0f98390ac950a94a4b82cb3ec547caaba88bf61ec0aa086e298832
+DIST File-Slurper-0.012.tar.gz 15517 BLAKE2B 
07f451e93e5fa8641a4b8156a61b9a9c1a9c9dc36b33c4991e1686e44b37730af3a9541de33396cdec6bac1d08ec1bf9db505e6fa07f3c95187c4901016955a5
 SHA512 
276b510c85b4e28fff4b8bd77c81031367b073426138743efb5d54fe01fa9825409f86090788779e96625b43207d1f864f348cc11554c51d36868dfed568f2bb



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

2020-09-05 Thread Georgy Yakovlev
commit: c81b8de0007d7b594d12ea72fb4520e548194ce2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Sep  5 18:36:48 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Sep  5 18:41:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81b8de0

dev-java/icedtea-web: fix some build issues in 1.8.4

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

 dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild 
b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild
index 56974b9a413..297c3d95ea6 100644
--- a/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild
+++ b/dev-java/icedtea-web/icedtea-web-1.8.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 README_GENTOO_SUFFIX="-r2"
 CRATES="dunce-0.1.1"
 
-inherit autotools cargo readme.gentoo-r1
+inherit autotools bash-completion-r1 cargo readme.gentoo-r1
 
 DESCRIPTION="FOSS Java browser plugin and Web Start implementation"
 HOMEPAGE="https://github.com/AdoptOpenJDK/IcedTea-Web;
@@ -59,6 +59,8 @@ src_configure() {
--without-tagsoup
$(use_enable doc docs)
)
+   unset _JAVA_OPTIONS
+   export bashcompdir="$(get_bashcompdir)" # defaults to /etc if not found 
in pkg-config
export CARGO_HOME="${ECARGO_HOME}"
CONFIG_SHELL="${EPREFIX}/bin/bash" econf "${myconf[@]}"
 }



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

2020-09-05 Thread Mike Pagano
commit: 88fdc81eb1dc13f91701755e3a64feebd1091b1e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat Sep  5 18:38:28 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat Sep  5 18:38:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fdc81e

sys-kernel/gentoo-sources: Linux patch 5.4.63

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.63.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 3588b0f93b5..ec0c2f13e04 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,6 +58,9 @@ DIST genpatches-5.4-62.extras.tar.xz 1768 BLAKE2B 
6381f43f1f0bc497cfea4451538cd4
 DIST genpatches-5.4-63.base.tar.xz 2261952 BLAKE2B 
98f002f6a4f7a5908c4da9e9fb25451e995378d848f0bd6408e7e800bf94ecc41480eb76293dd840035d48806eb1bfaf92e33c2bf3979ca8e6f8fb417ac3644b
 SHA512 
f5a089e940b70c7fdcb4de8aaf28c17f0783626af05271b3dec348307ee202525d11e139845db95f0e225cfbbee2185638ac79a617ca13168e0676685caaba4e
 DIST genpatches-5.4-63.experimental.tar.xz 6696 BLAKE2B 
2e9dd9935091fa2a4487f4a22701492b10d7f479a90b6fd2a5247a8d9b3aa194b3606d4e289c8e6607d67b8c6a1a0068cdad99b019b752f6e91926853c084947
 SHA512 
084ea02916a3ec364339bea5741435d859ed980d46b957681abc87d8619ce572a0e19cccfe062df465ec09a1b46f0930aa2d5c0024ea3c1aa92a4910ebf0c1d7
 DIST genpatches-5.4-63.extras.tar.xz 1768 BLAKE2B 
ca8c254b3f0f31ba0e0dff7e99127c36acf94783075ddb53ef8da28c017422e6a1537992e06796983b703d1062c0b6a609d58f6b0ed5e62a069902065bc6dca7
 SHA512 
075581b8fa5123d2b48b5a66d939fc126db7000229713a07cbc475c7052e07acb357c408b2b4484d3d60b72088c260af09e9d871c7ff6b0ea559ea396109aba3
+DIST genpatches-5.4-64.base.tar.xz 2269092 BLAKE2B 
c2e312dcbac6410bb416047d2e1182ce1c1bf4f01abf164571d8f24cac7c2c05dcb9d4076f80c6f19bfea185ad214f0c5b0fe5f519e7b3a9603bdde41cf2486b
 SHA512 
832a9697d2960562a87d1a669990d42d889c6a79d3095144255a3a38b0e53b391a9398f764449bd27b0f5c19ad724d9973fcfffe91989c6f5cf7aef9258d1a2a
+DIST genpatches-5.4-64.experimental.tar.xz 6692 BLAKE2B 
8bb80336c33390929b99698dea04525172a83ba9052cf3986813b7d347bed9eccaea86a808b2c6ff8d33b93ac46df58faa88df6d454789a07f91fbfd2e094ecf
 SHA512 
db178e46b1c5ef0b71272cc4c3ed46c79dc1ebb646e4ebe17b4f37e4c065bbb79797f1218c82b8563c34bba0057587fd7d1d2891a5e1e86a78ed2f7974aefe23
+DIST genpatches-5.4-64.extras.tar.xz 1768 BLAKE2B 
1b0808cc84f4b3c2c4e783274a56a48f0c8dcc4e764eb4bfddf889b23c1cf99fe1f2eff42765814c73015f371c2d979b94cd14d1518ec32d04ee113282bac9d7
 SHA512 
407e744ed486337c0e32a4c7b518fb6cc36d0f144fca59eb89d56db9bd368845048f47b906eeb024b2bcfc4fab63b1414a61648506fce1d9fec46094bf39153b
 DIST genpatches-5.7-20.base.tar.xz 809256 BLAKE2B 
92ceaa6c9cd0a71cd7b86745240c2c018265dcbe8be124375ee3cde3f6fa4e00981f6c8762ec369461fe75542efb9154a09f90499ddf127405716ffcfdac4027
 SHA512 
900283861dec83bbaba8aafbff3b9d689d7f729917130c3d6760a05f919903b079203c48b768cad2bdae5b197192d5fe8764b786aec95fab77bee6384803b7f0
 DIST genpatches-5.7-20.experimental.tar.xz 14144 BLAKE2B 
f1ddef4ebf7a4905f14c74c365a5be9590c2f38b4194c935e8572f00431b8653e5459db1592ff022db4c04326f552f41e333a3d89a150dbd7db31011510379cd
 SHA512 
6d8aa8b5364d77d427c47b907991f23d6a7e6cf5c0b1a74febe2251f9ad46b144852feb8a064bc158774116b6ccdfd5fe6ef3933b066ee3c353b73a815a72a46
 DIST genpatches-5.7-20.extras.tar.xz 1768 BLAKE2B 
016fb07a98245121971534b7f9d40f1bc627325fbda893342ecaf330b2ad4a2caee6ff39a7a24e7c46e2eefba8df4cf901bd3d46d7041f1c8781288ddc1d63fc
 SHA512 
b8aa2c75b014fdefc7f56f67be6a7bbfd57e55f6f08346899a7a64892bd0975d0494864614c2bb485bb5dcfe262a280c51f43c7f0ff18256a2370b1fa93add3b

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.63.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.63.ebuild
new file mode 100644
index 000..d48384179ab
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.63.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="64"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



  1   2   3   >