[gentoo-commits] proj/kde:master commit in: kde-misc/markdownpart/

2020-11-13 Thread Andreas Sturmlechner
commit: 4ef3cf64ef8c88f2c1dc4c53dbd79e9c52d706e3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Nov 13 21:30:26 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 23:43:45 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ef3cf64

kde-misc/markdownpart: add ~ppc64 keyword, bug #748507

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

 kde-misc/markdownpart/markdownpart-20.11.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/markdownpart/markdownpart-20.11.80.ebuild 
b/kde-misc/markdownpart/markdownpart-20.11.80.ebuild
index 3568df534d..560efce278 100644
--- a/kde-misc/markdownpart/markdownpart-20.11.80.ebuild
+++ b/kde-misc/markdownpart/markdownpart-20.11.80.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/en/markdownpart";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/knot/

2020-11-13 Thread Aaron Bauman
commit: 96506a61e76a8e1a08a40f180d32beca082c4537
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Fri Nov 13 22:11:25 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 13 23:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96506a61

net-dns/knot: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Pierre-Olivier Mercier  nemunai.re>
Closes: https://github.com/gentoo/gentoo/pull/18253
Signed-off-by: Aaron Bauman  gentoo.org>

 net-dns/knot/Manifest  |   1 -
 net-dns/knot/knot-3.0.1.ebuild | 102 -
 2 files changed, 103 deletions(-)

diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest
index 86c6cf5ef85..b0d293950bd 100644
--- a/net-dns/knot/Manifest
+++ b/net-dns/knot/Manifest
@@ -1,3 +1,2 @@
 DIST knot-2.9.7.tar.xz 1188904 BLAKE2B 
f20355f211db316a1e39321a1200130e2af4e895eff92eca36c93d5b8f78fcd9dd8fa1ec25edf7a0fa9bae4aa2a92b2fca890be1da4134b894792235de0b546e
 SHA512 
399b48491c000aa3f16b87b1e313f2ea5fe369d19da0c81222ed43ca155bf4d4d1a561ef84bc08844eaf24d3dd07ded9a6ec3d831dd5f6ffb174ae773ae12931
-DIST knot-3.0.1.tar.xz 1332112 BLAKE2B 
9479254de81c85a71dd3cbb20fa0f7e870f217c4f8ec618cb60bebf3791661fd93aba89c941cd8f5850cb2a51d48f5e3099e66b39d0e9a941aadb99e83000a70
 SHA512 
e220d1db7d01c4899d687b0c1eaf792a48ef3a2d356265fd89addfc89c23f41462967fc974b96d22714e0c812c70f83f919bc2b91803776025e0b907e0cd914d
 DIST knot-3.0.2.tar.xz 1313864 BLAKE2B 
f2ff8c75a9b239b924af2eecc5e5afed27030fc9be6e112a4f61479f40247396c1d2905f58329fa84907c6ce796bc9a56d6f8e1cc83b737e15713844e0add32f
 SHA512 
677de7a80688d4820d56c020af1bb1da97546f44a616e2d72d7e0301fca4a7ab682994cf66e8c37403e65ddb45ea3e0eb37b3304739c1239364115588c589699

diff --git a/net-dns/knot/knot-3.0.1.ebuild b/net-dns/knot/knot-3.0.1.ebuild
deleted file mode 100644
index 2cc9e9753df..000
--- a/net-dns/knot/knot-3.0.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="High-performance authoritative-only DNS server"
-HOMEPAGE="https://www.knot-dns.cz/";
-SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-KNOT_MODULES=(
-   "+cookies"
-   "+dnsproxy"
-   "dnstap"
-   "geoip"
-   "+noudp"
-   "+onlinesign"
-   "+queryacl"
-   "+rrl"
-   "+stats"
-   "+synthrecord"
-   "+whoami"
-)
-IUSE="doc caps +fastparser idn +libidn2 systemd +utils ${KNOT_MODULES[@]}"
-
-RDEPEND="
-   acct-group/knot
-   acct-user/knot
-   dev-db/lmdb
-   dev-libs/libedit
-   dev-libs/userspace-rcu:=
-   dev-python/lmdb
-   net-libs/gnutls:=
-   caps? ( sys-libs/libcap-ng )
-   dnstap? (
-   dev-libs/fstrm
-   dev-libs/protobuf-c:=
-   )
-   geoip? ( dev-libs/libmaxminddb:= )
-   idn? (
-   !libidn2? ( net-dns/libidn:0= !net-dns/libidn2 )
-   libidn2? ( net-dns/libidn2:= )
-   )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( dev-python/sphinx )
-"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_configure() {
-   local u
-   local my_conf=(
-   --with-storage="${EPREFIX}/var/lib/${PN}"
-   --with-rundir="${EPREFIX}/var/run/${PN}"
-   $(use_enable fastparser)
-   $(use_enable dnstap)
-   $(use_enable doc documentation)
-   $(use_enable utils utilities)
-   --enable-systemd=$(usex systemd)
-   $(use_with idn libidn)
-   )
-
-   for u in "${KNOT_MODULES[@]#+}"; do
-   my_conf+=("$(use_with ${u} module-${u})")
-   done
-
-   econf "${my_conf[@]}"
-}
-
-src_compile() {
-   default
-
-   use doc && emake -C doc html
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( 
doc/_build/html/{*.html,*.js,_sources,_static} )
-
-   default
-
-   rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
-
-   newinitd "${FILESDIR}/knot.init" knot
-   if use systemd; then
-   systemd_newunit "${FILESDIR}/knot-1.service" knot.service
-   fi
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-dns/knot/

2020-11-13 Thread Aaron Bauman
commit: 9797457b586050972ef5414ef73cabd25ca696d2
Author: Pierre-Olivier Mercier  nemunai  re>
AuthorDate: Fri Nov 13 15:35:25 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 13 23:50:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9797457b

net-dns/knot: bump to 3.0.2

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Pierre-Olivier Mercier  nemunai.re>
Signed-off-by: Aaron Bauman  gentoo.org>

 net-dns/knot/Manifest  |   1 +
 net-dns/knot/knot-3.0.2.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest
index 0eceb0740d4..86c6cf5ef85 100644
--- a/net-dns/knot/Manifest
+++ b/net-dns/knot/Manifest
@@ -1,2 +1,3 @@
 DIST knot-2.9.7.tar.xz 1188904 BLAKE2B 
f20355f211db316a1e39321a1200130e2af4e895eff92eca36c93d5b8f78fcd9dd8fa1ec25edf7a0fa9bae4aa2a92b2fca890be1da4134b894792235de0b546e
 SHA512 
399b48491c000aa3f16b87b1e313f2ea5fe369d19da0c81222ed43ca155bf4d4d1a561ef84bc08844eaf24d3dd07ded9a6ec3d831dd5f6ffb174ae773ae12931
 DIST knot-3.0.1.tar.xz 1332112 BLAKE2B 
9479254de81c85a71dd3cbb20fa0f7e870f217c4f8ec618cb60bebf3791661fd93aba89c941cd8f5850cb2a51d48f5e3099e66b39d0e9a941aadb99e83000a70
 SHA512 
e220d1db7d01c4899d687b0c1eaf792a48ef3a2d356265fd89addfc89c23f41462967fc974b96d22714e0c812c70f83f919bc2b91803776025e0b907e0cd914d
+DIST knot-3.0.2.tar.xz 1313864 BLAKE2B 
f2ff8c75a9b239b924af2eecc5e5afed27030fc9be6e112a4f61479f40247396c1d2905f58329fa84907c6ce796bc9a56d6f8e1cc83b737e15713844e0add32f
 SHA512 
677de7a80688d4820d56c020af1bb1da97546f44a616e2d72d7e0301fca4a7ab682994cf66e8c37403e65ddb45ea3e0eb37b3304739c1239364115588c589699

diff --git a/net-dns/knot/knot-3.0.2.ebuild b/net-dns/knot/knot-3.0.2.ebuild
new file mode 100644
index 000..2cc9e9753df
--- /dev/null
+++ b/net-dns/knot/knot-3.0.2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="High-performance authoritative-only DNS server"
+HOMEPAGE="https://www.knot-dns.cz/";
+SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+KNOT_MODULES=(
+   "+cookies"
+   "+dnsproxy"
+   "dnstap"
+   "geoip"
+   "+noudp"
+   "+onlinesign"
+   "+queryacl"
+   "+rrl"
+   "+stats"
+   "+synthrecord"
+   "+whoami"
+)
+IUSE="doc caps +fastparser idn +libidn2 systemd +utils ${KNOT_MODULES[@]}"
+
+RDEPEND="
+   acct-group/knot
+   acct-user/knot
+   dev-db/lmdb
+   dev-libs/libedit
+   dev-libs/userspace-rcu:=
+   dev-python/lmdb
+   net-libs/gnutls:=
+   caps? ( sys-libs/libcap-ng )
+   dnstap? (
+   dev-libs/fstrm
+   dev-libs/protobuf-c:=
+   )
+   geoip? ( dev-libs/libmaxminddb:= )
+   idn? (
+   !libidn2? ( net-dns/libidn:0= !net-dns/libidn2 )
+   libidn2? ( net-dns/libidn2:= )
+   )
+   systemd? ( sys-apps/systemd:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( dev-python/sphinx )
+"
+
+S="${WORKDIR}/${P/_/-}"
+
+src_configure() {
+   local u
+   local my_conf=(
+   --with-storage="${EPREFIX}/var/lib/${PN}"
+   --with-rundir="${EPREFIX}/var/run/${PN}"
+   $(use_enable fastparser)
+   $(use_enable dnstap)
+   $(use_enable doc documentation)
+   $(use_enable utils utilities)
+   --enable-systemd=$(usex systemd)
+   $(use_with idn libidn)
+   )
+
+   for u in "${KNOT_MODULES[@]#+}"; do
+   my_conf+=("$(use_with ${u} module-${u})")
+   done
+
+   econf "${my_conf[@]}"
+}
+
+src_compile() {
+   default
+
+   use doc && emake -C doc html
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( 
doc/_build/html/{*.html,*.js,_sources,_static} )
+
+   default
+
+   rmdir "${D}/var/run/${PN}" "${D}/var/run/" || die
+
+   newinitd "${FILESDIR}/knot.init" knot
+   if use systemd; then
+   systemd_newunit "${FILESDIR}/knot-1.service" knot.service
+   fi
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2020-11-13 Thread Sam James
commit: e1480210193ce3d60a492a40daef07b93e7d2049
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 13 23:51:40 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 13 23:51:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1480210

dev-libs/botan: Stabilize 2.16.0 amd64, #753422

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

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

diff --git a/dev-libs/botan/botan-2.16.0.ebuild 
b/dev-libs/botan/botan-2.16.0.ebuild
index 5948159b1e9..571b07ca8cb 100644
--- a/dev-libs/botan/botan-2.16.0.ebuild
+++ b/dev-libs/botan/botan-2.16.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD-2"
 SLOT="2/$(ver_cut 1-2)" # soname version
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~ppc-macos"
+KEYWORDS="amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~ppc-macos"
 IUSE="bindist bzip2 boost doc libressl lzma python sqlite ssl static-libs zlib"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2020-11-13 Thread Thomas Deutschmann
commit: 553d9c6a808864481a2c842f37d5915356de3992
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 00:05:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 00:05:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553d9c6a

dev-python/bandit: x86 stable (bug #731328)

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

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

diff --git a/dev-python/bandit/bandit-1.6.2-r1.ebuild 
b/dev-python/bandit/bandit-1.6.2-r1.ebuild
index d9cc3c10f03..6665e6f7533 100644
--- a/dev-python/bandit/bandit-1.6.2-r1.ebuild
+++ b/dev-python/bandit/bandit-1.6.2-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm64 ~s390 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-11-13 Thread Thomas Deutschmann
commit: 79b0fd53861bf309b20ccc3af4580ff3738a1489
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 00:06:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 00:06:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b0fd53

sys-fs/inotify-tools: x86 stable (bug #754306)

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

 sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild 
b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild
index 991c5d940be..43b242594a7 100644
--- a/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild
+++ b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~mips ~sparc x86"
 IUSE="doc"
 
 DEPEND="doc? ( app-doc/doxygen )"



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

2020-11-13 Thread Thomas Deutschmann
commit: 79bd52994771193f46f8627466bc17033c1f172f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 00:06:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 00:06:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79bd5299

dev-libs/msgpack: x86 stable (bug #737592)

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

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

diff --git a/dev-libs/msgpack/msgpack-3.3.0.ebuild 
b/dev-libs/msgpack/msgpack-3.3.0.ebuild
index c21dd416d64..c5390893040 100644
--- a/dev-libs/msgpack/msgpack-3.3.0.ebuild
+++ b/dev-libs/msgpack/msgpack-3.3.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/${PN}/${PN}-c.git";
 else

SRC_URI="https://github.com/${PN}/${PN}-c/releases/download/cpp-${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="MessagePack is a binary-based efficient data interchange format"



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

2020-11-13 Thread Thomas Deutschmann
commit: c120b911ecc32476711ce598b5d30c3715dde8f2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 00:05:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 00:05:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c120b911

dev-python/oslotest: x86 stable (bug #731328)

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

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

diff --git a/dev-python/oslotest/oslotest-4.4.1.ebuild 
b/dev-python/oslotest/oslotest-4.4.1.ebuild
index c8c648f4aab..05cc0b7aac1 100644
--- a/dev-python/oslotest/oslotest-4.4.1.ebuild
+++ b/dev-python/oslotest/oslotest-4.4.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
 RDEPEND="



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

2020-11-13 Thread Thomas Deutschmann
commit: f1bffcae4dd7f50ab0b965ef7f61e825b419d600
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 00:06:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 00:06:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bffcae

dev-libs/liblinear: x86 stable (bug #754288)

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

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

diff --git a/dev-libs/liblinear/liblinear-241.ebuild 
b/dev-libs/liblinear/liblinear-241.ebuild
index ede9a159d95..c93982b2747 100644
--- a/dev-libs/liblinear/liblinear-241.ebuild
+++ b/dev-libs/liblinear/liblinear-241.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-macos"
 
 src_prepare() {
default



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

2020-11-13 Thread Sam James
commit: 5615629cd558cc220adac52e7583d70ba9d188d7
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 14 00:14:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 14 00:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5615629c

sys-cluster/galera: Stabilize 26.4.4 ppc64, #722782

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

 sys-cluster/galera/galera-26.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/galera/galera-26.4.4.ebuild 
b/sys-cluster/galera/galera-26.4.4.ebuild
index 32400de86ef..bb3365ea44e 100644
--- a/sys-cluster/galera/galera-26.4.4.ebuild
+++ b/sys-cluster/galera/galera-26.4.4.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2 BSD"
 
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 x86"
 IUSE="cpu_flags_x86_sse4_2 garbd test"
 RESTRICT="!test? ( test )"
 



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

2020-11-13 Thread Sam James
commit: 6879ea37ff6e8250c7dc1ad06d7eb558b1c0aeff
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 14 00:15:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 14 00:15:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6879ea37

dev-db/mariadb: Stabilize 10.4.13-r3 ppc64, #722782

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

 dev-db/mariadb/mariadb-10.4.13-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.4.13-r3.ebuild 
b/dev-db/mariadb/mariadb-10.4.13-r3.ebuild
index 164fc1c8868..9e8d979 100644
--- a/dev-db/mariadb/mariadb-10.4.13-r3.ebuild
+++ b/dev-db/mariadb/mariadb-10.4.13-r3.ebuild
@@ -33,7 +33,7 @@ REQUIRED_USE="jdbc? ( extraengine server !static )
?? ( tcmalloc jemalloc )
static? ( yassl !pam )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 
 # Shorten the path because the socket path length must be shorter than 107 
chars
 # and we will run a mysql server during test phase



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

2020-11-13 Thread Louis Sautier
commit: c57edfbf3ca51059d2cdbb09d433d2c7bb73c4f0
Author: Wim Muskee  gmail  com>
AuthorDate: Fri Nov 13 05:42:49 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Nov 14 00:20:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57edfbf

dev-python/imagesize: version bump to 1.2.0

Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18238
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/imagesize/Manifest   |  1 +
 dev-python/imagesize/imagesize-1.2.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/imagesize/Manifest b/dev-python/imagesize/Manifest
index 34d3a6ef989..fd1395e88db 100644
--- a/dev-python/imagesize/Manifest
+++ b/dev-python/imagesize/Manifest
@@ -1 +1,2 @@
 DIST imagesize-1.1.0.tar.gz 1275201 BLAKE2B 
32169ccbfee5080d98b7304a2eb7c437d223a9e538281bd0a9ae1e35f5defb71d1abb7e6307057f7e41d199eda402ee91a2a91eb3d9f74cb8fb1df5c4c966072
 SHA512 
11af71a5120decb88450d1bc7609e25e560e448fcaef72c273690ffe3ad06856e6a172e20738a8dd5650efe1ba8d599e797692eb5cae2b7d74a71f1f55438a03
+DIST imagesize-1.2.0.tar.gz 1274955 BLAKE2B 
20293418635362f7360d2f02299f9392a96ca09773c97dd8eed38ca424008fa9d71139bbaf8d61e0daf5dbc90f3c46af9ee60d26e9fb1c2479eb8875ebcb7305
 SHA512 
c82a7fe433064c3a60ed664bad8ce4e602c527bcf2f7c9ab9be6ed650654626d9e0907028b2b0c5a484712bc989335b2b4f66494c8d445f5043ed4c2bc519700

diff --git a/dev-python/imagesize/imagesize-1.2.0.ebuild 
b/dev-python/imagesize/imagesize-1.2.0.ebuild
new file mode 100644
index 000..68932c9e929
--- /dev/null
+++ b/dev-python/imagesize/imagesize-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure Python module for getting image size from 
png/jpeg/jpeg2000/gif files"
+HOMEPAGE="https://github.com/shibukawa/imagesize_py";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-solaris"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-11-13 Thread Zac Medico
commit: 1d88ae52e5f3f46c3151acbe41f6a8f1f3d18165
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Nov 13 19:29:18 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Nov 14 00:44:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d88ae52

app-portage/gentoolkit: remove reference to treecleaned install-mask

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild | 1 -
 app-portage/gentoolkit/gentoolkit-.ebuild | 1 -
 5 files changed, 5 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 3c9347c0e93..1db74e52a9a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
index 34ae357f65d..318ac20f777 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index d2a61bf8f62..36cbf7459fc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index 77fdfb33cf1..accbf346bf8 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -71,7 +71,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 983d63f9d31..44c2b480a31 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -67,7 +67,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi



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

2020-11-13 Thread William Hubbs
commit: fc3a5c679990c8534abf4e4b31ac68ee999e82f0
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Nov 14 00:52:11 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Nov 14 00:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3a5c67

dev-lang/lua: 5.1.5-r105 bump to fix cflags in lua.pc

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/lua/lua-5.1.5-r105.ebuild | 145 +
 1 file changed, 145 insertions(+)

diff --git a/dev-lang/lua/lua-5.1.5-r105.ebuild 
b/dev-lang/lua/lua-5.1.5-r105.ebuild
new file mode 100644
index 000..abdd584d449
--- /dev/null
+++ b/dev-lang/lua/lua-5.1.5-r105.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils multilib multilib-minimal portability toolchain-funcs 
versionator
+
+DESCRIPTION="A powerful light-weight programming language designed for 
extending applications"
+HOMEPAGE="http://www.lua.org/";
+SRC_URI="http://www.lua.org/ftp/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="5.1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+deprecated emacs readline static"
+
+RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
+   app-eselect/eselect-lua
+   !dev-lang/lua:0"
+DEPEND="${RDEPEND}
+   sys-devel/libtool"
+PDEPEND="emacs? ( app-emacs/lua-mode )"
+
+SAN_SLOT="${SLOT//.}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/lua${SLOT}/luaconf.h
+)
+
+src_prepare() {
+   local PATCH_PV=$(get_version_component_range 1-2)
+
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r2.patch
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-module_paths.patch
+
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:libtool:glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
+   #EPATCH_SOURCE="${FILESDIR}/${PV}" EPATCH_SUFFIX="upstream.patch" epatch
+
+   # correct lua versioning
+   sed -i -e 's/\(LIB_VERSION = \)6:1:1/\16:5:1/' src/Makefile
+
+   sed -i -e 's:\(/README\)\("\):\1.gz\2:g' doc/readme.html
+
+   if ! use deprecated ; then
+   # patches from 5.1.4 still apply
+   epatch "${FILESDIR}"/${PN}-5.1.4-deprecated.patch
+   epatch "${FILESDIR}"/${PN}-5.1.4-test.patch
+   fi
+
+   if ! use readline ; then
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-readline.patch
+   fi
+
+   # Using dynamic linked lua is not recommended for performance
+   # reasons. http://article.gmane.org/gmane.comp.lang.lua.general/18519
+   # Mainly, this is of concern if your arch is poor with GPRs, like x86
+   # Note that this only affects the interpreter binary (named lua), not 
the lua
+   # compiler (built statically) nor the lua libraries (both shared and 
static
+   # are installed)
+   if use static ; then
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make_static-r1.patch
+   fi
+
+   # A slotted Lua uses different directories for headers & names for
+   # libraries, and pkgconfig should reflect that.
+   sed -r -i \
+   -e "/^INSTALL_INC=/s,(/include)$,\1/lua${SLOT}," \
+   -e "/^includedir=/s,(/include)$,\1/lua${SLOT}," \
+   -e "/^Libs:/s,((-llua)($| )),\2${SLOT}\3," \
+   "${S}"/etc/lua.pc
+
+   # custom Makefiles
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   # We want packages to find our things...
+   sed -i \
+   -e 's:/usr/local:'${EPREFIX}'/usr:' \
+   -e "s:\([/\"]\)\:\1$(get_libdir):g" \
+   etc/lua.pc src/luaconf.h || die
+}
+
+multilib_src_compile() {
+   tc-export CC
+   myflags=
+   # what to link to liblua
+   liblibs="-lm"
+   liblibs="${liblibs} $(dlopen_lib)"
+
+   # what to link to the executables
+   mylibs=
+   if use readline; then
+   mylibs="-lreadline"
+   fi
+
+   cd src
+   emake CC="${CC}" CFLAGS="-DLUA_USE_LINUX ${CFLAGS}" \
+   RPATH="${EPREFIX}/usr/$(get_libdir)/" \
+   LUA_LIBS="${mylibs}" \
+   LIB_LIBS="${liblibs}" \
+   V=$(get_version_component_range 1-2) \
+   gentoo_all
+
+   mv lua_test ../test/lua.static
+}
+
+multilib_src_install() {
+   emake INSTALL_TOP="${ED}/usr" INSTALL_LIB="${ED}/usr/$(get_libdir)" \
+   V=${SLOT} gentoo_install
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   newins etc/lua.pc lua${SLOT}.pc
+}
+
+multilib_src_install_all() {
+   dodoc HISTORY README
+   dohtml doc/*.html doc/*.png doc

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

2020-11-13 Thread William Hubbs
commit: bf8948dc7e8e93a0159a792fe4879083ad8a4731
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Nov 14 00:58:00 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Nov 14 00:58:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8948dc

profiles/package.mask: update lua mask

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 423c356d83d..9ed59cfdb2d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -706,6 +706,7 @@ app-admin/amazon-ec2-init
 app-eselect/eselect-lua
 =dev-lang/lua-5.1.5-r103
 =dev-lang/lua-5.1.5-r104
+=dev-lang/lua-5.1.5-r105
 =dev-lang/lua-5.2.4-r2
 =dev-lang/lua-5.3.5-r2
 



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

2020-11-13 Thread William Hubbs
commit: 87c9d4dd0c3ccc89ea0f3c4a493c0c955069e09b
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Nov 14 01:03:51 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Nov 14 01:03:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c9d4dd

profiles/package.mask: consolidate all slotted lua masks

Signed-off-by: William Hubbs  gentoo.org>

 profiles/package.mask | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9ed59cfdb2d..f1ee71a4044 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -701,14 +701,9 @@ app-admin/amazon-ec2-init
 # Masked slotted lua for testing
 # William Hubbs  (2016-08-07)
 # Taking this mask since Mabi is retired
-# Rafael Martins  (2016-12-04)
-# Adding Lua 5.3 to mask
+# consolidating all slotted lua masks
 app-eselect/eselect-lua
-=dev-lang/lua-5.1.5-r103
-=dev-lang/lua-5.1.5-r104
-=dev-lang/lua-5.1.5-r105
-=dev-lang/lua-5.2.4-r2
-=dev-lang/lua-5.3.5-r2
+>=dev-lang/lua-5.1.5-r100
 
 # Samuli Suominen  (2012-03-06)
 # Masked for testing since this is known to break nearly



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

2020-11-13 Thread Georgy Yakovlev
commit: 084fe5077e4cca0651ac27d4c58df9e3b3be1e53
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 01:05:46 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 01:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084fe507

net-p2p/syncthing: 1.10.0 ppc64 stable, bug #752381

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

 net-p2p/syncthing/syncthing-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.10.0.ebuild 
b/net-p2p/syncthing/syncthing-1.10.0.ebuild
index 560c74b036e..d68207d57c7 100644
--- a/net-p2p/syncthing/syncthing-1.10.0.ebuild
+++ b/net-p2p/syncthing/syncthing-1.10.0.ebuild
@@ -542,7 +542,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



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

2020-11-13 Thread William Hubbs
commit: 710464016e80e466066e880f8e8a449037ed6f33
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Nov 14 01:15:16 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Nov 14 01:17:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71046401

dev-lang/lua: 5.3.6 bump

Signed-off-by: William Hubbs  gentoo.org>

Bug: https://bugs.gentoo.org/754318

 dev-lang/lua/Manifest |   1 +
 dev-lang/lua/lua-5.3.6.ebuild | 194 ++
 2 files changed, 195 insertions(+)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 2505b266f4d..56014cc9fe1 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -3,3 +3,4 @@ DIST lua-5.2.2-tests.tar.gz 76629 BLAKE2B 
323eaae02ee61cfde2535d606ed704d964461c
 DIST lua-5.2.4.tar.gz 252651 BLAKE2B 
6f20308d8413438f8446040e8de16274837cb55e626b98a0ae8cfe279dc8610fa2e032a2ce53ef3acda4b96a7198123cbc18eff16775f952e6dc0355fdf331b0
 SHA512 
cd77148aba4b707b6c159758b5e8444e04f968092eb98f6b4c405b2fb647e709370d5a8dcf604176101d3407e196a7433b5dcdce4fe9605c76191d3649d61a8c
 DIST lua-5.3.4-tests.tar.gz 103438 BLAKE2B 
ac82708022e7729039111c3df4fe24302c8d0efb224afb4828871ac085a3d64c41d674a6f9369035de01ed1f7f75a3d2ce16917f37e774e923216aac0be03e09
 SHA512 
79575d100a2efabc8243f55b55d912443e09ef7e8b0219cb93541d85c2ba802fb9538015e1228703f09ca57bdb28a640a8f1fa0735716ba1e4bca2179c712dfb
 DIST lua-5.3.5.tar.gz 303543 BLAKE2B 
8890fa70fcfb869296bc74c754dc30621a3786d4b38dd35ef9e57ca46ee4b3df12dac1b86109be0823847499ff6b0d95de11f446c4c22de440ae3bb704e5068b
 SHA512 
4f9516acc4659dfd0a9e911bfa00c0788f0ad9348e5724fe8fb17aac59e9c0060a64378f82be86f8534e49c6c013e7488ad17321bafcc787831d3d67406bd0f4
+DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b62b2bcb3619565cb2100d5f823493eef93092d5e312b30fc28885a6d9e8f0ba5a23b5bed86dc4515a5d61
 SHA512 
ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681

diff --git a/dev-lang/lua/lua-5.3.6.ebuild b/dev-lang/lua/lua-5.3.6.ebuild
new file mode 100644
index 000..954451da521
--- /dev/null
+++ b/dev-lang/lua/lua-5.3.6.ebuild
@@ -0,0 +1,194 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils autotools multilib multilib-minimal portability toolchain-funcs 
versionator
+
+DESCRIPTION="A powerful light-weight programming language designed for 
extending applications"
+HOMEPAGE="http://www.lua.org/";
+TEST_PV="5.3.4" # no 5.3.5-specific release yet
+TEST_A="${PN}-${TEST_PV}-tests.tar.gz"
+PKG_A="${P}.tar.gz"
+SRC_URI="
+   http://www.lua.org/ftp/${PKG_A}
+   test? ( https://www.lua.org/tests/${TEST_A} )"
+
+LICENSE="MIT"
+SLOT="5.3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+deprecated emacs readline static test test-complete"
+RESTRICT="!test? ( test )"
+
+RDEPEND="readline? ( sys-libs/readline:0= )
+   app-eselect/eselect-lua
+   !dev-lang/lua:0"
+DEPEND="${RDEPEND}
+   sys-devel/libtool"
+PDEPEND="emacs? ( app-emacs/lua-mode )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/lua${SLOT}/luaconf.h
+)
+
+src_prepare() {
+   local PATCH_PV=$(get_version_component_range 1-2)
+
+   epatch "${FILESDIR}"/${PN}-${PATCH_PV}-make-r1.patch
+
+   # use glibtool on Darwin (versus Apple libtool)
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed -i -e '/LIBTOOL = /s:/libtool:/glibtool:' \
+   Makefile src/Makefile || die
+   fi
+
+   [ -d "${FILESDIR}/${PV}" ] && \
+   EPATCH_SOURCE="${FILESDIR}/${PV}" 
EPATCH_SUFFIX="upstream.patch" epatch
+
+   # correct lua versioning
+   sed -i -e 's/\(LIB_VERSION = \)6:1:1/\10:0:0/' src/Makefile || die
+
+   sed -i -e 's:\(/README\)\("\):\1.gz\2:g' doc/readme.html || die
+
+   if ! use readline ; then
+   sed -i -e '/#define LUA_USE_READLINE/d' src/luaconf.h || die
+   fi
+
+   # Using dynamic linked lua is not recommended for performance
+   # reasons. http://article.gmane.org/gmane.comp.lang.lua.general/18519
+   # Mainly, this is of concern if your arch is poor with GPRs, like x86
+   # Note that this only affects the interpreter binary (named lua), not 
the lua
+   # compiler (built statically) nor the lua libraries (both shared and 
static
+   # are installed)
+   if use static ; then
+   sed -i -e 's:\(-export-dynamic\):-static \1:' src/Makefile || 
die
+   fi
+
+   # upstream does not use libtool, but we do (see bug #336167)
+   cp "${FILESDIR}/configure.in" "${S}/configure.ac" || die
+   eautoreconf
+
+   # custom Makefiles
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   

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

2020-11-13 Thread Patrick McLean
commit: 42d54d0e82af0794b404da89d83a29fef51cc67d
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Nov 14 01:27:47 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Nov 14 01:27:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d54d0e

dev-util/bpftrace-0.11.3: Version bump

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/bpftrace/Manifest   |  1 +
 dev-util/bpftrace/bpftrace-0.11.3.ebuild | 85 
 2 files changed, 86 insertions(+)

diff --git a/dev-util/bpftrace/Manifest b/dev-util/bpftrace/Manifest
index 9c98fa4972f..04ce369b610 100644
--- a/dev-util/bpftrace/Manifest
+++ b/dev-util/bpftrace/Manifest
@@ -2,3 +2,4 @@ DIST bpftrace-0.10.0.tar.gz 835854 BLAKE2B 
623369bb2a2ad8d5eec364afa98bdae3fbe5e
 DIST bpftrace-0.11.0.tar.gz 867444 BLAKE2B 
a99255befadea0b4cb54299a8318c0a7a667ac2258b612750705b4d351ac59f4411f2567bc0100929291e3c9756d276671e41af9d398b118b3d486dace2953d7
 SHA512 
32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5
 DIST bpftrace-0.11.1.tar.gz 867481 BLAKE2B 
d77e69e21a1cdd65c610b57a8e16d02ff2da69bbb6fd207ff312d2ee3dd4ccbaded205e4b9f16a7ff24177fbc227304ffbb447cd974f44c7828d54f38ad573d5
 SHA512 
361cedc6ce8a950188717db5ffd005b9709371010810cf6bc870ca945c1db9bdc7ab99b55b694345d580d03145b3eb6ca169f2f1f9909f3e9fc34250dff3
 DIST bpftrace-0.11.2.tar.gz 867724 BLAKE2B 
6d0a10c8a4261277fc3a6e5f422e26238673dcd76abcae6bd8079cc98ee713d3d34d3e09284f5c79ba323d7203d6d944999da17f73ab2afbf1d403cb0dd1a392
 SHA512 
25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa
+DIST bpftrace-0.11.3.tar.gz 867967 BLAKE2B 
950362e4a4c0f61d67056eacfde0b54a9be9b65285b243cbbb137d113020868f01b1792fddaffbaf41ed174b47cd2f197c0aa89f78690d3e71dae4b7a4c05e3e
 SHA512 
76f6b19ce2a2f3989ebafc49a4df337c6b5f3acf39e7415846b16ee08e2fa7a59821cd18de3c9ed29420b323de8458d1411ccf801e9cd5f3ac64f2bd981e2c3c

diff --git a/dev-util/bpftrace/bpftrace-0.11.3.ebuild 
b/dev-util/bpftrace/bpftrace-0.11.3.ebuild
new file mode 100644
index 000..2a14dc58476
--- /dev/null
+++ b/dev-util/bpftrace/bpftrace-0.11.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs llvm linux-info cmake
+
+DESCRIPTION="High-level tracing language for eBPF"
+HOMEPAGE="https://github.com/iovisor/bpftrace";
+
+if [[ ${PV} =~ 9{4,} ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/iovisor/${PN}";
+   BDEPEND=""
+else
+   MY_PV="${PV//_/}"
+   SRC_URI="https://github.com/iovisor/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   BDEPEND="app-arch/xz-utils "
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-util/systemtap
+   =sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
+   <=sys-devel/llvm-12:=[llvm_targets_BPF(+)]
+   <=sys-devel/clang-12:=
+   >=dev-util/bcc-0.13.0:=
+   virtual/libelf
+"
+DEPEND="${COMMON_DEPEND}
+   test? ( dev-cpp/gtest )
+"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND+="
+   >=dev-util/cmake-3.8
+   sys-devel/flex
+   sys-devel/bison
+"
+
+S="${WORKDIR}/${PN}-${MY_PV:-${PV}}"
+QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so"
+
+PATCHES=(
+   "${FILESDIR}/bpftrace-0.11.0-install-libs.patch"
+   "${FILESDIR}/bpftrace-0.10.0-dont-compress-man.patch"
+)
+
+# lots of fixing needed
+RESTRICT="test"
+
+pkg_pretend() {
+   local CONFIG_CHECK="
+   ~BPF
+   ~BPF_EVENTS
+   ~BPF_JIT
+   ~BPF_SYSCALL
+   ~FTRACE_SYSCALLS
+   ~HAVE_EBPF_JIT
+   "
+
+   check_extra_config
+}
+
+pkg_setup() {
+   LLVM_MAX_SLOT=11 llvm_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local -a mycmakeargs
+   mycmakeargs=(
+   "-DSTATIC_LINKING:BOOL=OFF"
+   "-DBUILD_TESTING:BOOL=OFF"
+   )
+
+   cmake_src_configure
+}



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

2020-11-13 Thread Patrick McLean
commit: 246efe903747c7a63efba8913a1949074fdbde35
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Nov 14 01:30:13 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Nov 14 01:30:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246efe90

dev-util/bpftrace: Remove old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/bpftrace/Manifest |  4 -
 dev-util/bpftrace/bpftrace-0.10.0-r1.ebuild| 80 
 dev-util/bpftrace/bpftrace-0.11.0-r1.ebuild| 85 -
 dev-util/bpftrace/bpftrace-0.11.1.ebuild   | 85 -
 dev-util/bpftrace/bpftrace-0.11.2.ebuild   | 86 --
 dev-util/bpftrace/bpftrace-.ebuild |  6 +-
 .../files/bpftrace-0.10.0-llvm-multi.patch | 60 ---
 .../bpftrace-0.10.0-no-bpf_detach_kfunc.patch  | 13 
 8 files changed, 3 insertions(+), 416 deletions(-)

diff --git a/dev-util/bpftrace/Manifest b/dev-util/bpftrace/Manifest
index 04ce369b610..6aab218fe7e 100644
--- a/dev-util/bpftrace/Manifest
+++ b/dev-util/bpftrace/Manifest
@@ -1,5 +1 @@
-DIST bpftrace-0.10.0.tar.gz 835854 BLAKE2B 
623369bb2a2ad8d5eec364afa98bdae3fbe5e66182d8f1187fe86a8bd70ee357a554eb063fdbe5476eab23912adf2cf027092cac3e6989d8f716e91aa5d01212
 SHA512 
da400efe78cea505a32deead594b047ec4394d3eefe86e7b6853fe2dc715c5847a3abcbd26c1fac39d0a534f1e57d6c0bc3625e0c3f1054b0d84b7b1d6eb69b9
-DIST bpftrace-0.11.0.tar.gz 867444 BLAKE2B 
a99255befadea0b4cb54299a8318c0a7a667ac2258b612750705b4d351ac59f4411f2567bc0100929291e3c9756d276671e41af9d398b118b3d486dace2953d7
 SHA512 
32bf0c23a7b0e1a57d0e0b8fc845a9e184e201ac3f6018a3d3cee8c97096093b333578cb898ede02fb3ab8d55ba9bcd2bb67ac70b81a49461c0f6e5c03c2a6f5
-DIST bpftrace-0.11.1.tar.gz 867481 BLAKE2B 
d77e69e21a1cdd65c610b57a8e16d02ff2da69bbb6fd207ff312d2ee3dd4ccbaded205e4b9f16a7ff24177fbc227304ffbb447cd974f44c7828d54f38ad573d5
 SHA512 
361cedc6ce8a950188717db5ffd005b9709371010810cf6bc870ca945c1db9bdc7ab99b55b694345d580d03145b3eb6ca169f2f1f9909f3e9fc34250dff3
-DIST bpftrace-0.11.2.tar.gz 867724 BLAKE2B 
6d0a10c8a4261277fc3a6e5f422e26238673dcd76abcae6bd8079cc98ee713d3d34d3e09284f5c79ba323d7203d6d944999da17f73ab2afbf1d403cb0dd1a392
 SHA512 
25bcc9863d24646108252f0010b96afb823eb795c8c6d94112b7804740d7688139ead7d862a205a1b44b86ef135b412e533fc119939ce550e5509b1bd37952fa
 DIST bpftrace-0.11.3.tar.gz 867967 BLAKE2B 
950362e4a4c0f61d67056eacfde0b54a9be9b65285b243cbbb137d113020868f01b1792fddaffbaf41ed174b47cd2f197c0aa89f78690d3e71dae4b7a4c05e3e
 SHA512 
76f6b19ce2a2f3989ebafc49a4df337c6b5f3acf39e7415846b16ee08e2fa7a59821cd18de3c9ed29420b323de8458d1411ccf801e9cd5f3ac64f2bd981e2c3c

diff --git a/dev-util/bpftrace/bpftrace-0.10.0-r1.ebuild 
b/dev-util/bpftrace/bpftrace-0.10.0-r1.ebuild
deleted file mode 100644
index 26c1753afef..000
--- a/dev-util/bpftrace/bpftrace-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs linux-info cmake-utils
-
-DESCRIPTION="High-level tracing language for eBPF"
-HOMEPAGE="https://github.com/iovisor/bpftrace";
-
-if [[ ${PV} =~ 9{4,} ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/iovisor/${PN}";
-   BDEPEND=""
-else
-   MY_PV="${PV//_/}"
-   SRC_URI="https://github.com/iovisor/${PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   BDEPEND="app-arch/xz-utils "
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-
-COMMON_DEPEND="dev-util/systemtap
-   sys-devel/clang:=
-   dev-libs/libbpf:=
-   >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
-   =dev-util/bcc-0.12.0:=
-   virtual/libelf"
-DEPEND="${COMMON_DEPEND}
-   test? ( dev-cpp/gtest )"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND+="dev-util/cmake
-   sys-devel/flex
-   sys-devel/bison"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-QA_DT_NEEDED="/usr/lib.*/libbpftraceresources.so"
-
-PATCHES=(
-   "${FILESDIR}/bpftrace-0.10.0-install-libs.patch"
-   "${FILESDIR}/bpftrace-0.10.0-dont-compress-man.patch"
-   "${FILESDIR}/bpftrace-0.10.0-llvm-multi.patch"
-   # bpf_detach_kfunc has always been a noop
-   "${FILESDIR}/bpftrace-0.10.0-no-bpf_detach_kfunc.patch"
-)
-
-# lots of fixing needed
-RESTRICT="test"
-
-pkg_pretend() {
-   local CONFIG_CHECK="
-   ~BPF
-   ~BPF_EVENTS
-   ~BPF_JIT
-   ~BPF_SYSCALL
-   ~FTRACE_SYSCALLS
-   ~HAVE_EBPF_JIT
-   "
-
-   check_extra_config
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local -a mycmakeargs
-   mycmakeargs=(
-   "-DSTATIC_LINKING:BOOL=OFF"
-   "-DBUILD_TESTING:BOOL=OFF"
-   )
-
-   cmake-utils_src_configure
-}

diff --

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

2020-11-13 Thread Thomas Deutschmann
commit: c76a86485fd5a62ef58ab060d7afde31750fe41a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 01:47:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 01:48:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a8648

sci-libs/pastix: x86 stable (bug #738380)

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

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

diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild 
b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
index 58b61bc3195..4e380890001 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
@@ -28,7 +28,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${PN}_${PV}.tar.bz2";
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc int64 mpi +smp starpu static-libs"
 
 RDEPEND="



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

2020-11-13 Thread Thomas Deutschmann
commit: 66994ef387a5eae1cfec7a741c7e113918b96e5a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 01:46:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 01:48:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66994ef3

dev-libs/starpu: x86 stable (bug #738380)

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

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

diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild 
b/dev-libs/starpu/starpu-1.2.6-r1.ebuild
index 171c28305eb..4465f97133e 100644
--- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild
+++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/file/37744/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/8"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="
blas cuda doc examples fftw fortran gcc-plugin mpi opencl opengl



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

2020-11-13 Thread Thomas Deutschmann
commit: da35056589790e583dcd103c01283a8ea02252fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 01:48:04 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 01:48:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da350565

dev-cpp/eigen: x86 stable (bug #738380)

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

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

diff --git a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild 
b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild
index 5c24e8c3aaa..ab7874dd7e3 100644
--- a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild
+++ b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gitlab.com/libeigen/eigen/-/archive/3.3.7/${P}.tar.bz2 -> ${P}-
 
 LICENSE="MPL-2.0"
 SLOT="3"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_arm_neon cpu_flags_ppc_altivec cpu_flags_ppc_vsx cuda debug 
doc openmp test" #zvector
 
 RESTRICT="!test? ( test )"



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

2020-11-13 Thread Thomas Deutschmann
commit: 6a550a9b0ca4e2b11f44646a418cd72e1dfa80c8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 01:42:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 01:48:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a550a9b

dev-python/aiohttp-socks: x86 stable (bug #750608)

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

 dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild 
b/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild
index f3037d2bdf7..aff80d73b19 100644
--- a/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild
+++ b/dev-python/aiohttp-socks/aiohttp-socks-0.5.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/romis2012/aiohttp-socks/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 # tests require Internet
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/

2020-11-13 Thread Thomas Deutschmann
commit: c7e1f23b5e9cea3604007118265cae921ba38c1a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 02:15:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 02:15:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e1f23b

app-emulation/winetricks: x86 stable (bug #736810)

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

 app-emulation/winetricks/winetricks-20200412.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild 
b/app-emulation/winetricks/winetricks-20200412.ebuild
index 3b4cea7a055..5e5f0982939 100644
--- a/app-emulation/winetricks/winetricks-20200412.ebuild
+++ b/app-emulation/winetricks/winetricks-20200412.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
 fi
 
 wtg="winetricks-gentoo-2012.11.24"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/

2020-11-13 Thread Thomas Deutschmann
commit: af627978e35c88dfb3358d068fa3100ab1da78b8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 14 02:14:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 14 02:14:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af627978

app-emulation/winetricks: RESTRICT=test for x86

dev-util/shellcheck is not available for x86.

Bug: https://bugs.gentoo.org/736810
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/winetricks/winetricks-20200412.ebuild | 3 +++
 app-emulation/winetricks/winetricks-.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild 
b/app-emulation/winetricks/winetricks-20200412.ebuild
index 380da376c94..3b4cea7a055 100644
--- a/app-emulation/winetricks/winetricks-20200412.ebuild
+++ b/app-emulation/winetricks/winetricks-20200412.ebuild
@@ -29,6 +29,9 @@ SLOT="0"
 IUSE="gtk kde rar test"
 RESTRICT="!test? ( test )"
 
+# dev-util/shellcheck is not available for x86
+RESTRICT+=" x86? ( test )"
+
 BDEPEND="
test? (
dev-python/bashate

diff --git a/app-emulation/winetricks/winetricks-.ebuild 
b/app-emulation/winetricks/winetricks-.ebuild
index 380da376c94..3b4cea7a055 100644
--- a/app-emulation/winetricks/winetricks-.ebuild
+++ b/app-emulation/winetricks/winetricks-.ebuild
@@ -29,6 +29,9 @@ SLOT="0"
 IUSE="gtk kde rar test"
 RESTRICT="!test? ( test )"
 
+# dev-util/shellcheck is not available for x86
+RESTRICT+=" x86? ( test )"
+
 BDEPEND="
test? (
dev-python/bashate



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

2020-11-13 Thread Georgy Yakovlev
commit: 7a1de9d5086a5e24aaf13c2f3e1400e8bb13bb44
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 03:27:24 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 03:28:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1de9d5

sys-fs/zfs: remove rc5

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

 sys-fs/zfs/Manifest|   1 -
 sys-fs/zfs/zfs-2.0.0_rc5-r1.ebuild | 229 -
 2 files changed, 230 deletions(-)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 05d349110fa..aa527c9891a 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -1,3 +1,2 @@
 DIST zfs-0.8.5.tar.gz 9196381 BLAKE2B 
8376f360369c4657ff1fc040fb2bba780bbd5d6a98d149d2fa4ba39478588e213dbf6db218c7bd970839f015a69ae00ac951b90afc1c26b34aadf666b2976cab
 SHA512 
3e6e70b76f7cc5b018adb78ce7c3009f88faf5b3da0a03170b03577cd84a2937b6056621c41fc819fd08bf59b28053caf8fec375cf375816a6786bb5646ed773
-DIST zfs-2.0.0-rc5.tar.gz 12892454 BLAKE2B 
475fc2ce1d88b9c465157161f98e97c9bb4a868030a20e9c4364b2d5572a2516f213126f9a05050394764b44780f6e86359f13052c2a48a77d0efb029c1928e2
 SHA512 
4a3340d95982e82493b3a849d20e61d53d35a8f914027be951646d8b28c280a88a12a88829c46c454d26428a51316442ff305a4a936f8081374cc2f762f9ee92
 DIST zfs-2.0.0-rc6.tar.gz 12896465 BLAKE2B 
e7a91d980940998a7312d48a43c07561e3b1aa72cc6f88eb534cb39b5e18de4280964ba7f690b63f5e2dd3cfdeb57d718d7389f8ab2062ff7bb6e8bb4174801a
 SHA512 
5daf8d39766f8c8f8bca340585ae36c39507e33642a7cd2dadb74bbe1d529d5be40420057edc95814c0b554121128c0ebde59c3fbed17259870b123a56acd2e8

diff --git a/sys-fs/zfs/zfs-2.0.0_rc5-r1.ebuild 
b/sys-fs/zfs/zfs-2.0.0_rc5-r1.ebuild
deleted file mode 100644
index e5684e2ff42..000
--- a/sys-fs/zfs/zfs-2.0.0_rc5-r1.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-
-inherit autotools bash-completion-r1 distutils-r1 flag-o-matic linux-info pam 
systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://github.com/openzfs/zfs";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 linux-mod
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
-else
-   MY_P="${P/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/${P%_rc?}"
-fi
-
-LICENSE="BSD-2 CDDL MIT"
-SLOT="0/4" # just libzfs soname major for now. possible candidates: libuutil, 
libzpool, libnvpair
-IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python 
+rootfs test-suite static-libs"
-
-DEPEND="
-   net-libs/libtirpc[static-libs?]
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-   virtual/libudev[static-libs(-)?]
-   libressl? ( dev-libs/libressl:0=[static-libs?] )
-   !libressl? ( dev-libs/openssl:0=[static-libs?] )
-   !minimal? ( ${PYTHON_DEPS} )
-   pam? ( sys-libs/pam )
-   python? (
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="virtual/awk
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
-   !prefix? ( virtual/udev )
-   sys-fs/udev-init-scripts
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[X] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_prepare
-   popd >/dev/null || die
-   fi
-
-   # prevent errors showing up on zfs-mount stop, #647688
-   # openrc will unmount all filesystems anyway.
-   sed -i "/^ZFS_UNMOUNT=/ s/yes/no/" "etc/default/zfs.in" || die
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   use minimal || python_setup
-
-   local myconf=(
-   --bindir="${EPREFIX}/bin"
-   --enable-shared
-   --enable-systemd
-   --enable-sysvinit
-   --localstatedir="${EPREFIX}/var"
-   --sbindir="${EPREFIX}/sbin"
-

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

2020-11-13 Thread Georgy Yakovlev
commit: 2d6afaedec820ed8e4dcdca9177ee2403c1347d8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 03:28:02 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 03:28:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6afaed

sys-fs/zfs-kmod: remove rc5

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

 sys-fs/zfs-kmod/Manifest  |   1 -
 sys-fs/zfs-kmod/zfs-kmod-2.0.0_rc5.ebuild | 175 --
 2 files changed, 176 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 05d349110fa..aa527c9891a 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,3 +1,2 @@
 DIST zfs-0.8.5.tar.gz 9196381 BLAKE2B 
8376f360369c4657ff1fc040fb2bba780bbd5d6a98d149d2fa4ba39478588e213dbf6db218c7bd970839f015a69ae00ac951b90afc1c26b34aadf666b2976cab
 SHA512 
3e6e70b76f7cc5b018adb78ce7c3009f88faf5b3da0a03170b03577cd84a2937b6056621c41fc819fd08bf59b28053caf8fec375cf375816a6786bb5646ed773
-DIST zfs-2.0.0-rc5.tar.gz 12892454 BLAKE2B 
475fc2ce1d88b9c465157161f98e97c9bb4a868030a20e9c4364b2d5572a2516f213126f9a05050394764b44780f6e86359f13052c2a48a77d0efb029c1928e2
 SHA512 
4a3340d95982e82493b3a849d20e61d53d35a8f914027be951646d8b28c280a88a12a88829c46c454d26428a51316442ff305a4a936f8081374cc2f762f9ee92
 DIST zfs-2.0.0-rc6.tar.gz 12896465 BLAKE2B 
e7a91d980940998a7312d48a43c07561e3b1aa72cc6f88eb534cb39b5e18de4280964ba7f690b63f5e2dd3cfdeb57d718d7389f8ab2062ff7bb6e8bb4174801a
 SHA512 
5daf8d39766f8c8f8bca340585ae36c39507e33642a7cd2dadb74bbe1d529d5be40420057edc95814c0b554121128c0ebde59c3fbed17259870b123a56acd2e8

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.0_rc5.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.0_rc5.ebuild
deleted file mode 100644
index 81328da6d29..000
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.0_rc5.ebuild
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic linux-mod toolchain-funcs
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://github.com/openzfs/zfs";
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
-else
-   MY_PV="${PV/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/zfs-${PV%_rc?}"
-   ZFS_KERNEL_COMPAT="5.9"
-fi
-
-LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
-IUSE="custom-cflags debug +rootfs"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-   !sys-kernel/spl
-"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/awk
-"
-
-RESTRICT="debug? ( strip ) test"
-
-DOCS=( AUTHORS COPYRIGHT META README.md )
-
-pkg_setup() {
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   EFI_PARTITION
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   DEVTMPFS
-   "
-
-   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
-
-   if [[ ${PV} != "" ]]; then
-   local kv_major_max kv_minor_max zcompat
-   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
-   kv_major_max="${zcompat%%.*}"
-   zcompat="${zcompat#*.}"
-   kv_minor_max="${zcompat%%.*}"
-   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
-   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
-
-   fi
-
-   kernel_is -ge 3 10 || die "Linux 3.10 or newer required"
-
-   linux-mod_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set module revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-}
-
-src_configure() {
-   set_arch_to_kernel
-
-   use custom-cflags || strip-flags
-
-   filter-ldflags -Wl,*
-
-   local myconf=(
-   CROSS_COMPILE="${CHOST}-"
-   HOSTCC="$(tc-getBUILD_CC)"
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=kernel
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   $(use_enable debug)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   set_arch_to_kernel
-
-   myemakeargs=(

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

2020-11-13 Thread Georgy Yakovlev
commit: 65329177553c330f394228bd8b4e159429a1e781
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 03:30:30 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 03:30:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65329177

sys-fs/zfs: remove py3.6 support in live ebuild

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

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

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index e5684e2ff42..2be081bdbfb 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit autotools bash-completion-r1 distutils-r1 flag-o-matic linux-info pam 
systemd toolchain-funcs udev usr-ldscript
 



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

2020-11-13 Thread Georgy Yakovlev
commit: 875f1a0b742f8ffb2ed3c668f8637112f7799eb9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 04:15:05 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 04:15:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875f1a0b

x11-terms/alacritty: bump to 0.6.0_rc1

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

 x11-terms/alacritty/Manifest   |  90 ++
 x11-terms/alacritty/alacritty-0.6.0_rc1.ebuild | 370 +
 2 files changed, 460 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 85bc9df119b..e24ce623a3d 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,11 +1,16 @@
+DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler-0.2.2.crate 10934 BLAKE2B 
c4efb9db06151797bb1016571ec94e7038e6b0bed220d77049a9d42eddbd34d0cd0805b4a11411f5533c51a0ca7ae09405afe9d1bb07a167fcb0b38830329e67
 SHA512 
47be9b0c9115b0a3dbfcc09d04b430d7beb4396305a30b58b55d0cfb24205734f0b32c719cbee95b7c844046e83a8f2c53262d02e01d62a21453c6e45886c448
 DIST adler32-1.0.4.crate 5105 BLAKE2B 
344a5258e77328a24a545e32f9bc653fa25b7ea43803ed7861db261bce227aa1599520a42acea3de1f2acebb8fa9fad251e2688413b752eafe2401ca1a2ee34a
 SHA512 
5990e1e277a1c3aae5adef5e4601b807a756a40e88578bb91f1c70d70babfa97fb3f2c1b963482ec8e18c16d5e722bf90fb42f9646c8dd840373f28965a2d123
 DIST adler32-1.1.0.crate 5442 BLAKE2B 
1a4d932402a584fa6edda414c0dedff4994afcee7bfc71f85f6e8b4568de835bb7a3eebad1b5ac0be7f59cdb0e5ce5dfad2c59d5ecf819d2a6abbbd7ea37
 SHA512 
57e3b3812e2747470c63edf64e13827c96ef8dd2311833b7f616ec63cf57ce8967636ec4d57464b607f570df06f6f648214d12ddc567e761b2de2ab16c8a7271
+DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
 DIST aho-corasick-0.7.13.crate 111381 BLAKE2B 
08efdd762a12cbafabfb6c1c6f8b87465b337ea006d48e612c5275f796e4d62aa0a595bcda783f7a58b1e2655b9b35333033806215518f097b6671888d152e0f
 SHA512 
9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6
+DIST aho-corasick-0.7.14.crate 113042 BLAKE2B 
6ba517169dd0bfafe7dd7755e2f664d831a17c6a367f29cb54d22b8b61eb04c75b67dead9a7855bdeaa1afd8aa5049b7580617bebf0cdac61c0712eb3525db4e
 SHA512 
0a11e7bd2d3b6868fb6f64b61f3feead4ea57ab3c5d75c6586b68765425219e631bf875e43f73e79888e71079b3d7e10af36af6f96b72515105df79f5922f296
 DIST alacritty-0.4.3.tar.gz 1488401 BLAKE2B 
0c4b622ec2dfbd45d4e3e99f6c83b0c0cc798cdac1b72d828e14f06242cdc796c29d78317c11e41126cad0e81677e1be8c7ae0ef911cfd3afe99445b4a1c73ce
 SHA512 
1c1a50098fe7c2dfa5fc75e5fd2632de0c60d8ceba5316de15910a9ece7d5385ead765075b87c5154171a908e5d7c78f519d3a2991eccb313aae766208007402
 DIST alacritty-0.5.0.tar.gz 1500418 BLAKE2B 
c6f727c1d13ab6e831b0b434ad821045c6045f791ff35cbdc93f629dae945adeaba58485d8dc4f6655a7bea6de3cd8b6ed6002827dfe6a8825bd5f255ddb21dc
 SHA512 
53ecda7996473890eea90b01b3f71c32d07abc38072dbc40ef3ccbc500a747af866e5b5aeea0ae0b85dc17e0b3c16fc9c5e3bae1a0d0f9a88c5ac264f51af62e
+DIST alacritty-0.6.0_rc1.tar.gz 1404011 BLAKE2B 
ac1f9ccd783f0f3dff058c9b17fa4baecc162610057d0a8816f79fda597c59206e8c551a0fd0e0ddec730a9c58862d6d4abbd6fdbb3b5f2de5ea04ea53f4f85c
 SHA512 
e51413fb2d1301bd50c26cbee856afb54c721f5d7a539f80ca4055284d362e503f656935fa51c7a5a3059449cec1e5871d02f3f98786c189baa6a3a30c9a8578
 DIST andrew-0.2.1.crate 9595 BLAKE2B 
d2cf73285889aaf702fb994fd1d5a1011e0f78011a612937ad9f06f506ef75c86fb82ee1069a8f520b926325a4363d83863234e1fd2a2fcd08ead5ff66b638c5
 SHA512 
06ba5a756e0d84953dcb1cd1714d1639e67e836dcdd92f5f77c2b35a2afdf0b0babcdf598e2c5cf2dc8661c8326bc27b1ac3c9963a5fcbc2e0c753da6ac730ea
+DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae

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

2020-11-13 Thread Georgy Yakovlev
commit: b821c12c36e41f9ff251339550ac0528d1b4eec3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Nov 14 04:27:45 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Nov 14 04:27:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b821c12c

x11-terms/alacritty: sync live ebuild

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

 x11-terms/alacritty/alacritty-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/alacritty/alacritty-.ebuild 
b/x11-terms/alacritty/alacritty-.ebuild
index 01963348e68..7b2029ef5c6 100644
--- a/x11-terms/alacritty/alacritty-.ebuild
+++ b/x11-terms/alacritty/alacritty-.ebuild
@@ -8,7 +8,7 @@ CRATES="
 
 MY_PV="${PV//_rc/-rc}"
 # https://bugs.gentoo.org/725962
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit bash-completion-r1 cargo desktop python-any-r1
 
@@ -112,5 +112,5 @@ src_install() {
 
 src_test() {
cd alacritty || die
-   cargo_src_test ${myfeatures:+--features "${myfeatures[*]}"} 
--no-default-features
+   cargo_src_test
 }



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

2020-11-13 Thread Hans de Graaff
commit: 302cb359d794b60e01fa77d6f2177a2cfe2d7b03
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:38:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:38:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302cb359

dev-ruby/rspec-support: add 3.10.0

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

 dev-ruby/rspec-support/Manifest|  1 +
 dev-ruby/rspec-support/rspec-support-3.10.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 1f00d03f6ab..129df46ef4c 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,3 +1,4 @@
+DIST rspec-support-3.10.0-git.tgz 72853 BLAKE2B 
59c585800013fff2dea15ad33dfeed430c9a932206623bb368f4f4660682f537391090cc8538f9052ebafcab336ebd2fdc79003844330adc447be6d977e5648b
 SHA512 
f7183f01b7a7ad55360823617a88a46b2351063d85d81bbd722ecf8b4bb41d014c9ae0af6123caa9405374d484aa61971153f4c59d009986aa20e93afd4a177d
 DIST rspec-support-3.8.2-git.tgz 69112 BLAKE2B 
84600d3e2b4d847618f7f53efdf60be3836c7ba6c586de88cdf085e84749e616ad556683b1e7b588b9aec08adee10054e64ae1daf69c6ad58a00d1c2447171f7
 SHA512 
9fb9f8f2507edee5e7c414d32c1641803eed7a5e17fd300308449277ec6efb786f07207d8f28bcea0a669b8d76a2da53057488d149990ae973c0f7a0343180dc
 DIST rspec-support-3.8.3-git.tgz 69654 BLAKE2B 
1ea3eed0602655fbf5f92cdc14217eb8377d980378c9835a342840bb7a00bb1cf095b6fe57a24f80c01ce1835b398ac3c1bd11ac1f95a90b501be6a000e8f6d2
 SHA512 
90d678e08ca93be30ace986a60aba4c4a81a58d7c56d34863aca70f91efe92480299970aa7eb158e3f8c4878b1ea3303aa0afabfc8c7782bc78f7f63b90b4f9a
 DIST rspec-support-3.9.0-git.tgz 69705 BLAKE2B 
96d5cea9c63e6ec2acdbbfc4b7253acc26dbf5202c3bafc4a461123380db7d56958d2bbc787eaf3f1c480801441f6a134e1f29b1d3ce23b1bd3225fe4d8f37a5
 SHA512 
10e8fa4af59097891219f00e2ced5940e7a5bc67d946fbd348683d2246a4a491e62f7bac6bb757e14d82bb0ba970fe5633609ca4ab2c97c4900719b8004cf4b5

diff --git a/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild 
b/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild
new file mode 100644
index 000..ae05db178ec
--- /dev/null
+++ b/dev-ruby/rspec-support/rspec-support-3.10.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-support";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.9.0:3 
>=dev-ruby/thread_order-1.1.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove spec that, by following symlinks, tries to scan pretty much
+   # the whole filesystem.
+   rm spec/rspec/support/caller_filter_spec.rb || die
+
+   # Avoid spec that requires a dependency on git
+   sed -i -e '/library wide checks/,/]/ s:^:#:' spec/rspec/support_spec.rb 
|| die
+
+   # Avoid a spec requiring a specific locale
+   sed -i -e '/copes with encoded strings/ 
s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
+
+   # Avoid a brittle spec depending on ruby implementation details
+   # should be fixed upstream in next version
+   #sed -i -e '/returns a hash containing nodes for each line number/askip 
"ruby26"' spec/rspec/support/source_spec.rb || die
+}
+
+each_ruby_prepare() {
+   # Use the ruby version being tested
+   sed -i -e '/shell_out/ s:ruby:'${RUBY}':' 
spec/rspec/support/spec/shell_out_spec.rb || die
+}
+
+each_ruby_test() {
+   RUBYLIB=lib ${RUBY} -S rspec spec || die
+}



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

2020-11-13 Thread Hans de Graaff
commit: 6c0c067bf2ea03633a46d31ec291aa99c26dc680
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:47:09 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:47:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0c067b

dev-ruby/rspec: add 3.10.0

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

 dev-ruby/rspec/Manifest|  1 +
 dev-ruby/rspec/rspec-3.10.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/rspec/Manifest b/dev-ruby/rspec/Manifest
index 7d026f85e35..2013450792d 100644
--- a/dev-ruby/rspec/Manifest
+++ b/dev-ruby/rspec/Manifest
@@ -1,3 +1,4 @@
 DIST rspec-2.99.0.gem 5632 BLAKE2B 
eba837aeebcb0d65dc18a644fd935f241a6703998885418460b2c0bb59574ef144c416518099a77905ca7676852903804169d1bafc2cf8b3f79654b669c43762
 SHA512 
bcdf5e86938b102200144c49370e0a0691e39a8720048df2eab1a55f95a5bc5e4ced84c7da86d0ddc83ee4ce0f40602c2ae7ee10e55dccf8bb8b769ab048ebb8
+DIST rspec-3.10.0.gem 10752 BLAKE2B 
e0af9c31a5263b0656341be7432e1597afa56af9bfc5e6d21f1daa7553e5bd3daf2b383a7e1a5b6f761a5880540020e7accd8d4eb6cca6e57d616dcc41690970
 SHA512 
dd1a3a1c7c73ae9c053e071d7851780d8cf61e92ddba24072b9f2c00a342ed08c81090332ba2eaf7ab96adac3fc723685996195e5cc584e15de57ff02a4455ec
 DIST rspec-3.8.0.gem 10752 BLAKE2B 
14b1710fb64fb2ab46d59ac692ceb95dbe7f5e2f5c54e4f97170bd99c2b0d32e1977250f69160ab191367c8016663ecf5cd4e0c89941ff12c727ed52e6118551
 SHA512 
aa3ecee499240a26866797c00461c7e63915bb84a9a29afce75bd4e7864027588bafde05b108aa7b6d988c1a123265587db807567a8e0f3d03527b0f2d8329ba
 DIST rspec-3.9.0.gem 10752 BLAKE2B 
212cebbae9e71b8a090757ec4b9902f20043eaf95b079a409247990e1fca4236e13d0e9a3bd9b9eacfbc2d2aaab19583452dbe08b298ca69a85e20f0163741c2
 SHA512 
a7dbb22f01d842a41b54c375d32d94c77a7b964d1ea5b1971e7c228dfd5dbfcfe03c007d687781addb93f819dde8de664dda307c266137fdd0a07dab96f96fad

diff --git a/dev-ruby/rspec/rspec-3.10.0.ebuild 
b/dev-ruby/rspec/rspec-3.10.0.ebuild
new file mode 100644
index 000..517190c916c
--- /dev/null
+++ b/dev-ruby/rspec/rspec-3.10.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-core-${SUBVERSION}*
+   =dev-ruby/rspec-expectations-${SUBVERSION}*
+   =dev-ruby/rspec-mocks-${SUBVERSION}*"



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

2020-11-13 Thread Hans de Graaff
commit: 289c632284a43a7ebd15be43f05e05362ae93018
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:07:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:07:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289c6322

dev-ruby/erubi: add 1.10.0

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

 dev-ruby/erubi/Manifest|  1 +
 dev-ruby/erubi/erubi-1.10.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-ruby/erubi/Manifest b/dev-ruby/erubi/Manifest
index 9c38ce72f61..011e8eeba48 100644
--- a/dev-ruby/erubi/Manifest
+++ b/dev-ruby/erubi/Manifest
@@ -1 +1,2 @@
+DIST erubi-1.10.0.tar.gz 11212 BLAKE2B 
1a31994bc02a6acd0a5ec025c71961422dc8850de1b871a23b6b89fba59b0d3221153a1e1418d2c279ae40b2a942c53290f4695793b0fedba0a4e7b7c324b41a
 SHA512 
adf62511ce9324b4c5f7a95863254c9d95cf40f2107eddad1118ef97d7f534fb74d79b48575ff17209e492811a9a8f87c52fa7a30e4b6ea4e50504cf5572c024
 DIST erubi-1.9.0.gem 13824 BLAKE2B 
00cb428e3433090370e9f61d2445f98553a45e2a92181076114db2601fa7261d8ffc44c3f4a0ecb73d616fb5e93dcc52ca6a2efab3945b11bd17d4a53c68fed1
 SHA512 
34770c01215b323797739af54c5c821d28e982309a76f0a212657868629625ae6dfca3e9e2f5ae16893813fc81b5afbb172c397ddad1e2f93108c5112c540bd6

diff --git a/dev-ruby/erubi/erubi-1.10.0.ebuild 
b/dev-ruby/erubi/erubi-1.10.0.ebuild
new file mode 100644
index 000..112ff370658
--- /dev/null
+++ b/dev-ruby/erubi/erubi-1.10.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+RUBY_FAKEGEM_GEMSPEC="erubi.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a ERB template engine for ruby; a simplified fork of Erubis"
+HOMEPAGE="https://github.com/jeremyevans/erubi";
+SRC_URI="https://github.com/jeremyevans/erubi/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest 
dev-ruby/minitest-global_expectations )"



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

2020-11-13 Thread Hans de Graaff
commit: 7c16cba7e48d708603424b7951355e17c277f1f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:43:49 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c16cba7

dev-ruby/rspec-expectations: add 3.10.0

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

 dev-ruby/rspec-expectations/Manifest   |  1 +
 .../rspec-expectations-3.10.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/rspec-expectations/Manifest 
b/dev-ruby/rspec-expectations/Manifest
index dd17a6e881f..00c26ca13bb 100644
--- a/dev-ruby/rspec-expectations/Manifest
+++ b/dev-ruby/rspec-expectations/Manifest
@@ -1,4 +1,5 @@
 DIST rspec-expectations-2.99.2-git.tgz 106884 BLAKE2B 
5b31c8681306d5c688f62fc3fc6adf7be6cabad6df6fd16195c71787d73495924233d793633fa041a94d796f63c9ff97c58e6f4a75bdc09dfbe56e770bb6a5c9
 SHA512 
6042cafe225b2b16df458c7bf69e1694b637afcac6f6195e35a0be199432610457ccaa3e7e4bd114b27a7a6c3d530d94f4c0603c65f469cbadc55bd3f75b6f3a
+DIST rspec-expectations-3.10.0-git.tgz 211125 BLAKE2B 
50fc17eadc94b94a28bf56b1ba6af1d45afe3f62548533515c49eb434becc11ce12f6b6fbd92e98483a1e7c97beec4f0dbb87bc00f3dc9fa1f6877480dab331e
 SHA512 
edb0be319ca2459425498ebe84db0f712dd9d97b36c8a1d99a810ad16f877226bdf9b88c8e84a8379659179868a173745501ce933519727eae20619cb15c4b2d
 DIST rspec-expectations-3.8.4-git.tgz 200149 BLAKE2B 
45fe4cdc4b032bb773ef0e7d3e9b75e6d14a6e8c1850ad6fd84991d85a61860730caa9f191aa9d1ce4e21c85dadd2c52bb69bd0a1454f5ab918dc1e563fc54f1
 SHA512 
0ecb16f11ccf19c02c40ce587f33846fb2241f1663dd87f012b9b782338c213362dac624c434dee6e00ad2cc7ec4a1cd0af7f2edf1a8e9ebb0a0dfb31cd244d8
 DIST rspec-expectations-3.8.6-git.tgz 200343 BLAKE2B 
9d668216c18716344e8c249086bcbf2b70e7c1a5a0d1f3a5328fe03752ef4ace6f5029219314016a4bb00ef482f440702a2adb7d9fe49392b5b1c6ec15f6a2e5
 SHA512 
9ded8de53127f63f2117f5ef64b6608b643586be498d8df24909366ce159a8bb95c9d8771633b777897f3e4ad3c9a12e3dfe62b2310513320b3d9656d24a120a
 DIST rspec-expectations-3.9.1-git.tgz 203727 BLAKE2B 
47db054658bdec43c252fd5ac155e7ca794d60ecf8c8b0d3c8e072cf05629153c9778ad618619e5cde5400c95a85c1520f2b9fc3824699af33805fa187549115
 SHA512 
23a453a46c3eb3bd3f2a39f48f62f05832cf559b570ba0e09235dd6299687254491bab50f5502fefe69dbdeefa09e9d8c5568bc77d0b6b658bb469e197e67572

diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild 
b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
new file mode 100644
index 000..51856b64738
--- /dev/null
+++ b/dev-ruby/rspec-expectations/rspec-expectations-3.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-expectations";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend ">=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*
+   =dev-ruby/rspec-support-${SUBVERSION}*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/rspec-mocks-3.2.0:3
+   >=dev-ruby/rspec-support-3.5.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm -f Gemfile || die
+
+   # fix up the gemspecs
+   sed -i \
+   -e '/git ls/d' \
+   -e '/add_development_dependency/d' \
+   "${RUBY_FAKEGEM_GEMSPEC}" || die
+}



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

2020-11-13 Thread Hans de Graaff
commit: c739a8f64962b13c6768cdf33d86d49aa458006c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:46:44 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:46:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c739a8f6

dev-ruby/rspec-core: add 3.10.0

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

 dev-ruby/rspec-core/Manifest |  1 +
 dev-ruby/rspec-core/rspec-core-3.10.0.ebuild | 91 
 2 files changed, 92 insertions(+)

diff --git a/dev-ruby/rspec-core/Manifest b/dev-ruby/rspec-core/Manifest
index c8ceb8373a7..3fc01df9698 100644
--- a/dev-ruby/rspec-core/Manifest
+++ b/dev-ruby/rspec-core/Manifest
@@ -1,4 +1,5 @@
 DIST rspec-core-2.99.2-git.tgz 212935 BLAKE2B 
37195012f79aca3a1959f9143e2f5cbab63230ab07ea97928d6f66face8d07ab54d87f19535f5f235c441b2da6dec17ef2a889e9ccd7e83d987086e24afd1b82
 SHA512 
e13bc3384fd85c367481a8651c14be4a412cba5f58e12a8f4ab14b5d2768a7b92191b81e000e7dbf6a28275b41044d8b3eb70a04e4b30b5bf88db98cbec4cc44
+DIST rspec-core-3.10.0-git.tgz 396978 BLAKE2B 
6fb8947598234351595a8832e47baf941f2ca3e8bd39570fba79b9539a7af51144ef41a257d309eddab895ba1e8ba7fe1efb22c855aaab7f1556998d7024ef4a
 SHA512 
f00531021e20fd389dd7a5129ff3bf338c3fa35dfa5e15b0b73ba16eb081d3d7ed2014b1b2ea4ad2682e06f2822c2b895736ac9e80d6af3fba1aecb5cfcea8a3
 DIST rspec-core-3.8.2-git.tgz 387788 BLAKE2B 
e6cf93f5cef70f53039b6c22fc875cff58eaff4c0c7d4e75d23dedfbe16081980c6fe575d3082dbe6ed9edc8e81f0cbb9e29618da78af40a94c517a859f9d793
 SHA512 
2fe88ee3d66ecf134562dfa7b1001f23a1a750640c4f65cdec64d85dd735e0fde9d91479286f8f9c38064746813f41632d12d21b3926724ccd7c9ded50d2a7c8
 DIST rspec-core-3.9.1-git.tgz 392102 BLAKE2B 
e41d4d930201e854015b486eb97e32f356027a837930f061f6282215a0d7e80db99c30c8b537d10f9359380512b46a03fe10ec382f5403704cdc7f0c1796aeed
 SHA512 
2da714ebf35e78be789758857efbebc69548df7a11fff8bcd74a854b61485ef726cf0cec781e27a97d20f4eac0010aad50656b6074248c94b1833d4cb267189a
 DIST rspec-core-3.9.3-git.tgz 396080 BLAKE2B 
ea52a33586dc32af49a72950c7dbf24eef52a74891b2d7004ec4c5083e2e6d63c602f5033fba3a8ec1dfe6e8da349208b468a79b4e16aa5150d2fc8e93055c0e
 SHA512 
f821ae3017c0fd9ac7f3ced0e81d0ebc54f2c17261f426c58a46c0bf1debb20efca7acc4b751b671e160de72ce5790f897bcb55d5d276fab228a4ea8d388a046

diff --git a/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild 
b/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild
new file mode 100644
index 000..937c6cffe64
--- /dev/null
+++ b/dev-ruby/rspec-core/rspec-core-3.10.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+# Also install this custom path since internal paths depend on it.
+RUBY_FAKEGEM_EXTRAINSTALL="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-core";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="highlight"
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "
+   =dev-ruby/rspec-support-${SUBVERSION}*
+   highlight? ( >=dev-ruby/coderay-1.1.1 )
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/nokogiri-1.5.2
+   >=dev-ruby/coderay-1.1.1
+   dev-ruby/syntax
+   >=dev-ruby/thread_order-1.1.0
+   >=dev-ruby/rspec-expectations-3.8.0:3
+   >=dev-ruby/rspec-mocks-2.99.0:3
+   >=dev-ruby/rspec-support-3.9.1:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Avoid dependency on cucumber since we can't run the features anyway.
+   sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
+
+   # Duplicate exe also in bin. We can't change it since internal stuff
+   # also depends on this and fixing that is going to be fragile. This
+   # way we can at least install proper bin scripts.
+   cp -R exe bin || die
+
+   # Avoid unneeded dependency on git.
+   sed -i -e 's/git ls-files --/find/' rspec-core.gemspec || die
+
+   # Avoid aruba dependency so that we don't end up in dependency hell.
+   sed -i -e '/ArubaLoader/,/^end/ s:^:#:' -e '/Aruba/ s:^:#:' 
spec/spec_helper.rb || die
+   rm -f spec/support/aruba_support.rb || die
+   rm -f 
spec/integration/{bisect_runners,failed_line_detection,filtering,order,persistence_failures,suite_hooks_errors}_spec.rb
 || die
+   rm -f 
spec/integration/{spec_file_load_erro

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

2020-11-13 Thread Hans de Graaff
commit: 347c58fd24e552f04eba796b7d14c6929e69525f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 06:39:50 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 06:39:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347c58fd

dev-ruby/rspec-mocks: add 3.10.0

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

 dev-ruby/rspec-mocks/Manifest  |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index c84b71e9ea8..f33900f3033 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -1,4 +1,5 @@
 DIST rspec-mocks-2.99.2-git.tgz 101731 BLAKE2B 
27ae180381d427b642c53c351e7b53602caba4252ddf5393949d940be8474110eb0697901afaaa878cd8d368f081c6644c0fcbce86d9d14b9f93f48c027ae808
 SHA512 
dd3b9394d56de8d3089dbcda1e1a5bbdc46486876a99a8a83b602b84ba0320913d8e8dabe5e0367645eb01b943607b93e67d87cc26e380c8db6e048e4e0d
+DIST rspec-mocks-3.10.0-git.tgz 193499 BLAKE2B 
9bddac80a299e2fc8f549bf4beb2bd3fa5dea21486df7dda9112b008334014284330965881207fedf4b6bea09c25f36b8b2e15ac7bbc6cb244f3504942673d0c
 SHA512 
a2bf76a59b74b89891e4032519fe83ae49a662d3508ecbd9919e6a76d13f0a736063e7215bfda21a3aa58cd88e69fd5eea2a4cbf998a06ee0c192c3d5650995a
 DIST rspec-mocks-3.8.1-git.tgz 191543 BLAKE2B 
dae8b22a011a3563eb65d1709006169bf5dcf310749cb858f4ff20c7b82e7675a616fc427136fe5e0edeef1db0b42a1d0af1c5623eed35807e84dc355131c8cc
 SHA512 
ec71c4b815beef315f8db329bd2b0e60cdbb1fa37939c624799c1589d94dd28f74b3d1a4c0b9025bc98a809f80d625315458351fe7dec8291bad20e79beecca8
 DIST rspec-mocks-3.8.2-git.tgz 191807 BLAKE2B 
9ec44fcaad9fe1e9d75cfb84253e52411b7083070de5dbb19bcdf7c518eb2439e6493e979daf814df7b31bab8bbe72821d42eb797ab88d95e051a700b63d93b5
 SHA512 
42b9b952386ce862a1cc19116991ae6b4633d551db057babe2e4aa6553acb6eafbb05b98df8a5c6cb362a00025ac3ce0f43f3c4e4ea63343c8bf0dad769a3aed
 DIST rspec-mocks-3.9.1-git.tgz 192772 BLAKE2B 
abcc8fc82648993e6a407a8c4ac4f5b146b821e1e842c1dd2b95824d8468aac0ea796438d77e376c897675f66bd2bc9024da8fa5ccaf60139ea296b388d542cd
 SHA512 
f804783fca4cf2258e83f82515cd5881ceae0bdd3aedb452a1db901e01de5dbca1d2bdef0ac0828a4bd23a1de58d127a42150c8c204219bca39ea7072619098f

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild
new file mode 100644
index 000..222b056a478
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.10.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks";
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.3.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+
+   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2020-11-13 Thread Joonas Niilola
commit: d45ef5968c9a59e86935e82761afe416fcdf
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Nov 14 07:00:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Nov 14 07:01:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45ef596

app-admin/kpcli: stabilize 3.6 on x86

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

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

diff --git a/app-admin/kpcli/kpcli-3.6.ebuild b/app-admin/kpcli/kpcli-3.6.ebuild
index 0cc13860c72..d274b38218b 100644
--- a/app-admin/kpcli/kpcli-3.6.ebuild
+++ b/app-admin/kpcli/kpcli-3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/kpcli/${P}.pl";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-perl/Clone
dev-perl/Crypt-Rijndael



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

2020-11-13 Thread Joonas Niilola
commit: d468bfdd6d506696e254aeedde658eb47f1fc0db
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Nov 14 07:00:48 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Nov 14 07:01:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d468bfdd

app-admin/kpcli: clean old 3.4

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

 app-admin/kpcli/Manifest |  1 -
 app-admin/kpcli/kpcli-3.4.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/app-admin/kpcli/Manifest b/app-admin/kpcli/Manifest
index 81f060a2458..2d1e59e1fbf 100644
--- a/app-admin/kpcli/Manifest
+++ b/app-admin/kpcli/Manifest
@@ -1,2 +1 @@
-DIST kpcli-3.4.pl 211243 BLAKE2B 
4880d832554de1956e033bba2e2021b9dc0b77202585663b0f4ad2acca520bcb430ac974bbea00c21aa37c2c8e8fa8c5cf2e8131542c20ecc3c6b0ac6dd85d9a
 SHA512 
1ec9ea46f769a6891700565a51c592fd4809a0f3bc1d2088ca694233b276652506b470328b8b840cd0876b945faad27a16a5685d8655868cd20760f24619ffaf
 DIST kpcli-3.6.pl 232478 BLAKE2B 
2c7ea808e840954d2661d7c89dbc7cd7f955d2bfba2c70034d95f480bdfbce8e5e3533105aa4f78c2c4386c1414ca78d678e0487571d93e23381e697054a7c01
 SHA512 
12c7fdeb613451d1bfcbed18fdec0b555a1ec2ce28ffd7969313a9a5acac582d1c019ea660a550ab2a28d947c5d14a63fcdea252757291aeb44ceae63c205b0f

diff --git a/app-admin/kpcli/kpcli-3.4.ebuild b/app-admin/kpcli/kpcli-3.4.ebuild
deleted file mode 100644
index d12d84ae835..000
--- a/app-admin/kpcli/kpcli-3.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-DESCRIPTION="A command line interface to KeePass database files"
-HOMEPAGE="http://kpcli.sourceforge.net";
-SRC_URI="https://downloads.sourceforge.net/project/kpcli/${P}.pl";
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-lang/perl
-   dev-perl/Clone
-   dev-perl/Crypt-Rijndael
-   dev-perl/TermReadKey
-   dev-perl/Sort-Naturally
-   dev-perl/Term-ShellUI
-   dev-perl/File-KeePass
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   virtual/perl-Digest-MD5
-   virtual/perl-Digest-SHA
-   virtual/perl-Data-Dumper
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-Piece
-   virtual/perl-Carp"
-
-src_unpack() {
-   mkdir "${S}" || die
-   cp "${DISTDIR}/${P}.pl" "${S}/${PN}" || die
-}
-
-src_compile() { :; }
-
-src_install() {
-   dobin kpcli
-}
-
-pkg_postinst() {
-   optfeature "X clipboard support" "dev-perl/Capture-Tiny 
dev-perl/Clipboard"
-}



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

2020-11-13 Thread Joonas Niilola
commit: 35e6a4573f195ea8816dd3dc620d6366d77f2ece
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Nov 14 07:00:11 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Nov 14 07:01:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e6a457

app-admin/kpcli: stabilize 3.6 on amd64

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

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

diff --git a/app-admin/kpcli/kpcli-3.6.ebuild b/app-admin/kpcli/kpcli-3.6.ebuild
index 73dabd93e84..0cc13860c72 100644
--- a/app-admin/kpcli/kpcli-3.6.ebuild
+++ b/app-admin/kpcli/kpcli-3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/kpcli/${P}.pl";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-perl/Clone
dev-perl/Crypt-Rijndael



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

2020-11-13 Thread Hans de Graaff
commit: 58b6e76aa6211540d343facc61d85eb7b2bf2466
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 07:04:29 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 07:04:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b6e76a

dev-ruby/duktape-rb: add ruby27

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

 dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r2.ebuild 
b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r2.ebuild
index 6c4321f7fda..3ea9f53b2a6 100644
--- a/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r2.ebuild
+++ b/dev-ruby/duktape-rb/duktape-rb-2.3.0.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_GEMSPEC="duktape.gemspec"
 RUBY_FAKEGEM_NAME="duktape"



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

2020-11-13 Thread Hans de Graaff
commit: c3dbe75748adeeefca3dce1657786f7a01dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 07:09:33 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 07:09:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dbe757

dev-ruby/duktape-rb: add ruby as co-maintainer

Closes: https://bugs.gentoo.org/754258
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/duktape-rb/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ruby/duktape-rb/metadata.xml b/dev-ruby/duktape-rb/metadata.xml
index 6d364fd717a..a8fd9e84b07 100644
--- a/dev-ruby/duktape-rb/metadata.xml
+++ b/dev-ruby/duktape-rb/metadata.xml
@@ -5,6 +5,10 @@
mare...@gentoo.org
Marek Szuba

+   
+r...@gentoo.org
+Gentoo Ruby Project
+  

judofyr/duktape.rb




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

2020-11-13 Thread Hans de Graaff
commit: 43598619e3bd11492fb097970210c0b7af2bc359
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Nov 14 07:51:14 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Nov 14 07:51:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43598619

dev-ruby/duktape-rb: use consistent indentation

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

 dev-ruby/duktape-rb/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/duktape-rb/metadata.xml b/dev-ruby/duktape-rb/metadata.xml
index a8fd9e84b07..9e38302f85b 100644
--- a/dev-ruby/duktape-rb/metadata.xml
+++ b/dev-ruby/duktape-rb/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   mare...@gentoo.org
-   Marek Szuba
-   
-   
+  
+mare...@gentoo.org
+Marek Szuba
+  
+  
 r...@gentoo.org
 Gentoo Ruby Project
   
-   
-   judofyr/duktape.rb
-   
+  
+judofyr/duktape.rb
+  
 



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

2020-11-13 Thread Joonas Niilola
commit: ba948595d0a9001512e4accd0b7533149d1a8948
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Nov 13 08:06:38 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 13 08:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba948595

dev-python/entrypoint2: stabilize 0.2.1 on amd64

Bug: https://bugs.gentoo.org/752501
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/entrypoint2/entrypoint2-0.2.1.ebuild 
b/dev-python/entrypoint2/entrypoint2-0.2.1.ebuild
index 0bf3c6badc9..51a72e233ef 100644
--- a/dev-python/entrypoint2/entrypoint2-0.2.1.ebuild
+++ b/dev-python/entrypoint2/entrypoint2-0.2.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/easyprocess[${PYTHON_USEDEP}]



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

2020-11-13 Thread Joonas Niilola
commit: ebd5076a8a57964554fe1988b68be387c118105a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Nov 13 08:07:06 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 13 08:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd5076a

dev-python/pyscreenshot: stabilize 2.2 on amd64

Bug: https://bugs.gentoo.org/752501
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/pyscreenshot/pyscreenshot-2.2.ebuild 
b/dev-python/pyscreenshot/pyscreenshot-2.2.ebuild
index 6dbcc455257..67e2ca1a19b 100644
--- a/dev-python/pyscreenshot/pyscreenshot-2.2.ebuild
+++ b/dev-python/pyscreenshot/pyscreenshot-2.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ponty/pyscreenshot/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/path-py[${PYTHON_USEDEP}]



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

2020-11-13 Thread Joonas Niilola
commit: 2c731b86c421fbcc4726ef1a86075348dce51cf2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Nov 13 08:05:57 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 13 08:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c731b86

dev-python/easyprocess: stabilize 0.3 on amd64

Bug: https://bugs.gentoo.org/752501
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/easyprocess/easyprocess-0.3.ebuild 
b/dev-python/easyprocess/easyprocess-0.3.ebuild
index 5741930f125..cb3c5b741dd 100644
--- a/dev-python/easyprocess/easyprocess-0.3.ebuild
+++ b/dev-python/easyprocess/easyprocess-0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ponty/EasyProcess/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/pytest-timeout[${PYTHON_USEDEP}]



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

2020-11-13 Thread Joonas Niilola
commit: bc9b534137f81ef3a187e34c29bdf2e43f6e10e6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Nov 13 08:07:31 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Nov 13 08:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9b5341

dev-python/pyvirtualdisplay: stabilize 1.3.2 on amd64

Closes: https://bugs.gentoo.org/752501
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-1.3.2.ebuild 
b/dev-python/pyvirtualdisplay/pyvirtualdisplay-1.3.2.ebuild
index cc01722c6b0..51c1c3aa0d2 100644
--- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-1.3.2.ebuild
+++ b/dev-python/pyvirtualdisplay/pyvirtualdisplay-1.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/ponty/PyVirtualDisplay/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
dev-python/backports[${PYTHON_USEDEP}]



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

2020-11-13 Thread Patrice Clement
commit: a9b63c8fe321e6755044d8e71b49a6e109339f3a
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Nov 13 08:12:37 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Nov 13 08:12:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b63c8f

dev-util/watchman: indent metadata.xml correctly.

... and clear QA warning.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/watchman/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/watchman/metadata.xml b/dev-util/watchman/metadata.xml
index 57a0732b555..0dc2b75aa0c 100644
--- a/dev-util/watchman/metadata.xml
+++ b/dev-util/watchman/metadata.xml
@@ -1,8 +1,8 @@
 
-http://www.gentoo.org/dtd/metadata.dtd'>
+http://www.gentoo.org/dtd/metadata.dtd";>
 

-monsie...@gentoo.org
+   monsie...@gentoo.org
Patrice Clement





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

2020-11-13 Thread Robin H. Johnson
commit: ec58af5290155ce7e772b29d8000d5afa14cd230
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Nov 13 08:15:40 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Fri Nov 13 08:15:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec58af52

dev-util/promu: builds on x86 & arm64

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-util/promu/promu-0.5.0.ebuild | 2 +-
 dev-util/promu/promu-0.6.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/promu/promu-0.5.0.ebuild 
b/dev-util/promu/promu-0.5.0.ebuild
index 199f7360e01..b4fa942d188 100644
--- a/dev-util/promu/promu-0.5.0.ebuild
+++ b/dev-util/promu/promu-0.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RESTRICT+=" test"

diff --git a/dev-util/promu/promu-0.6.1.ebuild 
b/dev-util/promu/promu-0.6.1.ebuild
index db82f31450c..61b8d779f6c 100644
--- a/dev-util/promu/promu-0.6.1.ebuild
+++ b/dev-util/promu/promu-0.6.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/files/, media-sound/ardour/

2020-11-13 Thread Miroslav Šulc
commit: e2a338c9bbe6c03873acf3a71728cfce002bb1ac
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:34:37 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:34:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a338c9

media-sound/ardour: removed obsolete 6.2-r1

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

 media-sound/ardour/Manifest|   1 -
 media-sound/ardour/ardour-6.2-r1.ebuild| 157 ---
 .../ardour/files/ardour-6.2-fix-no-nls.patch   | 474 -
 ...-6.2-use-signed-int-for-atomic-operations.patch |  69 ---
 4 files changed, 701 deletions(-)

diff --git a/media-sound/ardour/Manifest b/media-sound/ardour/Manifest
index c97770ccc71..a713cb887b9 100644
--- a/media-sound/ardour/Manifest
+++ b/media-sound/ardour/Manifest
@@ -1,2 +1 @@
-DIST Ardour-6.2.0.tar.bz2 11042230 BLAKE2B 
7039b0ea7a8550d5372ce795bc978f3d6129828cc6e93d98ce8ba74c6fab3db0e4343142d75e9684f9dffdaebf1ee634f8ab0165f510eb658d32d890f6417b63
 SHA512 
d4c20968738ec2fef382fc1109f1b17560863c4eb0f7cf5c42b79e9a610916e57e6c01985a2ca2a66b8647e99c10bd98c16e05eb81a7811e73e482f7af11e4a8
 DIST Ardour-6.3.0.tar.bz2 11863993 BLAKE2B 
6b50d0e4b1effc8893cf555098f51458920db6c26a2db8f3c75a5eed56a4d8dafa1565717da2a75577f3068cbce4777f502eaf96f275ed3fd042c6388b842487
 SHA512 
ce1a6f1b92adb2df0c8863ead9b5f3d8c62a810b224262bda75bca4c09b11826266794260c63bb40ec8d75fbba6fb746a0dff4526311ab1035a3a8ebf0de2dd0

diff --git a/media-sound/ardour/ardour-6.2-r1.ebuild 
b/media-sound/ardour/ardour-6.2-r1.ebuild
deleted file mode 100644
index a35b090054a..000
--- a/media-sound/ardour/ardour-6.2-r1.ebuild
+++ /dev/null
@@ -1,157 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-PYTHON_REQ_USE='threads(+)'
-PLOCALES="cs de el en_GB es eu fr it ja nn pl pt pt_PT ru sv zh"
-inherit eutils toolchain-funcs flag-o-matic l10n python-any-r1 waf-utils
-
-DESCRIPTION="Digital Audio Workstation"
-HOMEPAGE="https://ardour.org/";
-
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git";
-   inherit git-r3
-else
-   KEYWORDS="amd64 x86"
-   
SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2";
-   S="${WORKDIR}/Ardour-${PV}.0"
-fi
-
-LICENSE="GPL-2"
-SLOT="6"
-IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse 
cpu_flags_x86_mmx cpu_flags_x86_3dnow"
-
-RDEPEND="
-   >=dev-cpp/glibmm-2.32.0
-   >=dev-cpp/gtkmm-2.16:2.4
-   >=dev-cpp/libgnomecanvasmm-2.26:2.6
-   dev-libs/boost:=
-   >=dev-libs/glib-2.10.1:2
-   dev-libs/libsigc++:2
-   >=dev-libs/libxml2-2.6:2
-   dev-libs/libxslt
-   >=gnome-base/libgnomecanvas-2
-   media-libs/alsa-lib
-   media-libs/aubio
-   media-libs/flac
-   media-libs/freetype:2
-   media-libs/libart_lgpl
-   media-libs/liblo
-   >=media-libs/liblrdf-0.4.0-r20
-   >=media-libs/libsamplerate-0.1
-   >=media-libs/libsndfile-1.0.18
-   >=media-libs/libsoundtouch-1.6.0
-   media-libs/raptor:2
-   >=media-libs/rubberband-1.6.0
-   >=media-libs/taglib-1.7
-   media-libs/vamp-plugin-sdk
-   net-misc/curl
-   sys-libs/readline:0=
-   sci-libs/fftw:3.0[threads]
-   virtual/libusb:1
-   x11-libs/cairo
-   >=x11-libs/gtk+-2.8.1:2
-   x11-libs/pango
-   jack? ( virtual/jack )
-   pulseaudio? ( media-sound/pulseaudio )
-   media-libs/lilv
-   media-libs/sratom
-   dev-libs/sord
-   >=media-libs/suil-0.6.10
-   >=media-libs/lv2-1.4.0"
-#  !bundled-libs? ( media-sound/fluidsynth ) at leat libltc is missing to 
be able to unbundle...
-
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   jack? ( virtual/jack )
-   sys-devel/gettext
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen[dot] )"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-no-nls.patch"
-   "${FILESDIR}/${P}-use-signed-int-for-atomic-operations.patch"
-)
-
-pkg_pretend() {
-   [[ $(tc-getLD) == *gold* ]] && (has_version sci-libs/fftw[openmp] || 
has_version sci-libs/fftw[threads]) && \
-   ewarn "Linking with gold linker might produce broken 
executable, see bug #733972"
-}
-
-pkg_setup() {
-   if has_version \>=dev-libs/libsigc++-2.6 ; then
-   append-cxxflags -std=c++11
-   fi
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   sed 's/'full-optimization\'\ :\ \\[.*'/'full-optimization\'\ :\ 
\'\','/' -i "${S}"/wscript || die
-   MARCH=$(get-flag march)
-   OPTFLAGS=""
-   if use cpu_flags_x86_sse; then
-   if [[ ${MARCH} == "i686" ]] || [[ ${MARCH} == "i486" ]]; then
-   elog "You enabled sse but use an march that does not 
support sse!"
-   elog "We 

[gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/

2020-11-13 Thread Miroslav Šulc
commit: c8c102fdfc12c59c8448ec3846271210e5a1278f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:39:05 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c102fd

www-apps/mediawiki: removed obsolete 1.34.4

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

 www-apps/mediawiki/Manifest|  1 -
 www-apps/mediawiki/mediawiki-1.34.4.ebuild | 86 --
 2 files changed, 87 deletions(-)

diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest
index c1eb4870718..2f104ce58c5 100644
--- a/www-apps/mediawiki/Manifest
+++ b/www-apps/mediawiki/Manifest
@@ -1,2 +1 @@
-DIST mediawiki-1.34.4.tar.gz 40739239 BLAKE2B 
a8f413c0797daa549891ea6909cfc65a51b8f7d5aec87a82aba4c4395b6d960eb1fe41e432610d28b74a9e4ae716e71f15522ef86d1a17c896a45c4851ab8044
 SHA512 
0caa85c00bce4640710aba865bb17674ff3efa8413c5fb2139f6c570c303c585046fa88bd6552061532e88b221505a45e8d836bbeba2da2ac0162901749353f9
 DIST mediawiki-1.35.0.tar.gz 48039474 BLAKE2B 
54d4e5edd4d7531815840d180a92bdaf008e28df3ea9ad26ba27673e4c6f904f5643c0ff333efd5a7e03512b54514c9eb74c5ed1774ef7f4085dbc50dcf42f4d
 SHA512 
0d3d5b464abc2fdea2aa798bdf7fc53d5269852d9ed3f787710528505bbccfed2796b0e2459f5776929f3f0f207a145ae4a8f13e3040322e22d59481a71cfcde

diff --git a/www-apps/mediawiki/mediawiki-1.34.4.ebuild 
b/www-apps/mediawiki/mediawiki-1.34.4.ebuild
deleted file mode 100644
index f8b511b8a3d..000
--- a/www-apps/mediawiki/mediawiki-1.34.4.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-MY_BRANCH=$(ver_cut 1-2)
-
-DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)"
-HOMEPAGE="http://www.mediawiki.org";
-SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86"
-IUSE="imagemagick mysql postgres +sqlite"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-RDEPEND="dev-lang/php[ctype,fileinfo,iconv,json,postgres?,session,ssl,unicode,xml,xmlreader]
-   imagemagick? ( virtual/imagemagick-tools )
-   !imagemagick? ( dev-lang/php[gd] )
-   mysql? ( dev-lang/php[mysql,mysqli] )
-   sqlite? (
-   dev-db/sqlite[fts3(+)]
-   dev-lang/php[pdo,sqlite]
-   )
-   virtual/httpd-php"
-
-need_httpd_cgi
-
-RESTRICT="test"
-
-src_unpack() {
-   default
-
-   # remove lua binaries (bug #631554)
-   rm -fr 
"${S}"/extensions/Scribunto/includes/engines/LuaStandalone/binaries || die 
"Failed to remove lua binaries"
-}
-
-src_install() {
-   webapp_src_preinst
-
-   # First we install docs and then copy everything left into htdocs dir
-   # to avoid bugs like #236411.
-
-   # We ensure the directories are prepared for writing.  The post-
-   # install instructions guide the user to enable the feature.
-   local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE"
-   dodoc ${DOCS} docs/*.txt
-   docinto databases
-   dodoc docs/databases/*
-   # Clean everything not used at the site...
-   rm -rf ${DOCS} COPYING tests docs || die
-   find . -name Makefile -delete || die
-   # and install
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   # If imagemagick is enabled then setup for image upload.
-   # We ensure the directory is prepared for writing.
-   if use imagemagick ; then
-   webapp_serverowned "${MY_HTDOCSDIR}"/images
-   fi
-
-   webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt"
-   webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt"
-   webapp_src_install
-}
-
-pkg_postinst() {
-   webapp_pkg_postinst
-
-   if [[ -n ${REPLACING_VERSIONS} ]]; then
-   echo
-   elog "=== Consult the release notes ==="
-   elog "Before doing anything, stop and consult the release notes"
-   elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2"
-   echo
-   elog "These detail bug fixes, new features and functionality, 
and any"
-   elog "particular points that may need to be noted during the 
upgrade procedure."
-   echo
-   ewarn "Back up existing files and the database before upgrade."
-   ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki";
-   ewarn "provides an overview of the backup process."
-   echo
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/qtractor/, media-sound/qtractor/files/

2020-11-13 Thread Miroslav Šulc
commit: b0b23af30557a731cc700b415dd1991904bdde32
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:43:33 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b23af3

media-sound/qtractor: removed obsolete 0.9.16

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

 media-sound/qtractor/Manifest  |  1 -
 .../qtractor-0.9.13-dont-compress-manpages.patch   | 12 
 media-sound/qtractor/qtractor-0.9.16.ebuild| 67 --
 3 files changed, 80 deletions(-)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index c2186a78990..0812692868c 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,3 +1,2 @@
-DIST qtractor-0.9.16.tar.gz 1937425 BLAKE2B 
b49c2455338bf14c918b9a00567855d68e0bc954ce1e7d4df53cb8330a44e65d51e6ea21571d0cc22900182a39efa099194d2cc676c9f353eb76ee69a62d48ab
 SHA512 
7312b73bccf79e1ca2cadb0bf33b492b221a65fec9894225e78512d63a9ac65b8387edb854607c44cc8a7ecd72758437c5c67ef901e58e495b09c0f48bbda01a
 DIST qtractor-0.9.17.tar.gz 1934317 BLAKE2B 
2cb387484203fcd6511a87364db9ed00d4d21452948abc0bad7d2775f022ab9a224537a8300a46ec220ddc497d071072456ed4e46a3e73c52954b5992bb1ba52
 SHA512 
9392eb594920be5c826613bfd75be93ac006a718c14256b20bf8d6af23f9316f56c801e5422548b9387ccfd4fe3ba926f1a01cacc2324eab1ca66255f02c9c93
 DIST qtractor-0.9.18.tar.gz 1937478 BLAKE2B 
269d2fd9cdb3171155ba32d7af5d6c0ad0037287311d2e77efb706820071fde353c84ba6958c0c0fb75f3ecc22eea5e5f7204018d1503bbfb424f48aefc60150
 SHA512 
e488f95becde10117fc675a5b20b66378e8ae1f8c388fb12042cafa1f4434292d4156f5fe613b93e0c7409c414df9bf0e614afce843e0a42e4a1bce7c9ee9125

diff --git 
a/media-sound/qtractor/files/qtractor-0.9.13-dont-compress-manpages.patch 
b/media-sound/qtractor/files/qtractor-0.9.13-dont-compress-manpages.patch
deleted file mode 100644
index 4520a6b8df9..000
--- a/media-sound/qtractor/files/qtractor-0.9.13-dont-compress-manpages.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index c2fa808..d72bbe2 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -345,7 +345,6 @@ install:   $(target) translations_lrelease $(name).1
-   @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
-   @install -v -m 0644 $(translations_targets) 
$(DESTDIR)$(translations_dir)
-   @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
--  @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name)*.1
- 
- uninstall:$(DESTDIR)$(prefix)/bin/$(name)
-   @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall

diff --git a/media-sound/qtractor/qtractor-0.9.16.ebuild 
b/media-sound/qtractor/qtractor-0.9.16.ebuild
deleted file mode 100644
index f4986fa3a51..000
--- a/media-sound/qtractor/qtractor-0.9.16.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils xdg
-
-DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
-HOMEPAGE="https://qtractor.sourceforge.io";
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="aubio cpu_flags_x86_sse debug dssi libsamplerate mad osc rubberband 
vorbis zlib"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   media-libs/ladspa-sdk
-   media-libs/libsndfile
-   >=media-libs/lilv-0.16.0
-   media-libs/lv2
-   media-libs/suil
-   virtual/jack
-   aubio? ( media-libs/aubio )
-   dssi? ( media-libs/dssi )
-   libsamplerate? ( media-libs/libsamplerate )
-   mad? ( media-libs/libmad )
-   osc? ( media-libs/liblo )
-   rubberband? ( media-libs/rubberband )
-   vorbis? ( media-libs/libvorbis )
-   zlib? ( sys-libs/zlib )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.9.13-dont-compress-manpages.patch"
-)
-
-src_configure() {
-   append-cxxflags -std=c++11
-   econf \
-   --enable-ladspa \
-   --enable-liblilv \
-   $(use_enable debug) \
-   $(use_enable aubio libaubio) \
-   $(use_enable dssi) \
-   $(use_enable libsamplerate) \
-   $(use_enable mad libmad) \
-   $(use_enable osc liblo) \
-   $(use_enable rubberband librubberband) \
-   $(use_enable cpu_flags_x86_sse sse) \
-   $(use_enable vorbis libvorbis) \
-   $(use_enable zlib libz)
-
-   eqmake5 ${PN}.pro -o ${PN}.mak
-}



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

2020-11-13 Thread Miroslav Šulc
commit: 409816bd4ef8380526ee14ce174fca259b3f0fd6
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:46:09 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:46:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409816bd

dev-libs/serd: removed obsolete 0.30.4

Closes: https://bugs.gentoo.org/707064
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-libs/serd/Manifest   |  1 -
 dev-libs/serd/serd-0.30.4.ebuild | 53 
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/serd/Manifest b/dev-libs/serd/Manifest
index 0f11bd3ae54..821791aa2da 100644
--- a/dev-libs/serd/Manifest
+++ b/dev-libs/serd/Manifest
@@ -1,2 +1 @@
-DIST serd-0.30.4.tar.bz2 605441 BLAKE2B 
6b9b561db04a612d04726f29b1b56f535b9af57b7cbcf521c2a6afdafaf63b2ff4a205015d2f4c20bf48340348edda586dfed4a7cff24c57363b0f218d185609
 SHA512 
4cc032f826d891213c6db787b10a41ffb8f4b2a3357ffa536e34013755dc34db7109d1b42f550a0d559d8651f56c3a5dfb3654c3e2047ee6e609ff9a5fe803d6
 DIST serd-0.30.6.tar.bz2 609365 BLAKE2B 
35a86847642ffe806797ae8dbcd292ce26f08135edfa3b1fd39652f8964c35d73dba8f8627f32dcff399e9cddc332e5484f14a80580a32d52d93977cd9b42912
 SHA512 
db08d6c67d8627728679d0ed3770b8219a58f3eef82194ef8ba5682d3ff1f1033e2bbc8d6a1115a3fe0e32990f635c707a81ad8b4f457153fa78ff5991c9c30f

diff --git a/dev-libs/serd/serd-0.30.4.ebuild b/dev-libs/serd/serd-0.30.4.ebuild
deleted file mode 100644
index b373d009b2a..000
--- a/dev-libs/serd/serd-0.30.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils multilib-build multilib-minimal
-
-DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle 
and NTriples"
-HOMEPAGE="http://drobilla.net/software/serd/";
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )"
-
-DOCS=( "AUTHORS" "NEWS" "README.md" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-   default
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(multilib_native_usex doc --docs "") \
-   $(usex test --test "") \
-   $(usex static-libs --static "")
-}
-
-multilib_src_test() {
-   ./waf test || die
-}
-
-multilib_src_compile() {
-   waf-utils_src_compile
-   default
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-   default
-}



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

2020-11-13 Thread Miroslav Šulc
commit: 900446862cc4d0591e542902958e7f8ecbec0494
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:50:13 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90044686

media-libs/sratom: removed obsolete 0.6.4

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

 media-libs/sratom/Manifest|  1 -
 media-libs/sratom/sratom-0.6.4.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/media-libs/sratom/Manifest b/media-libs/sratom/Manifest
index dfb564b1e3d..caf807ff90b 100644
--- a/media-libs/sratom/Manifest
+++ b/media-libs/sratom/Manifest
@@ -1,2 +1 @@
-DIST sratom-0.6.4.tar.bz2 339707 BLAKE2B 
acf29c7dd3c4e23bf20ef2811706abdd3543d0fc380183f7f419932c3178ff5e2f6d95c57bad2ef991dbc1e32c6e8a3645238c7b42dfd204942dbc4c05270652
 SHA512 
6462d8d33ed7ddaa2aea267fab14c9a15bfc077a4f8d26eb493be4c48c95d8dcec614f540bd82fe22aecca641771326a44d175c3991cd473ae371062c78aaac3
 DIST sratom-0.6.6.tar.bz2 347297 BLAKE2B 
0cb1949486deb5e8f823b17c98fb415dc44b0cefece647b6c5b3646438736ee9c7afa617bb00a68d61a31c80f6e643758f48602f647655aa4b185b2cc5fff893
 SHA512 
ccc209af68a39c1a669ba694d250b292df2f588aeea2a9d1dfe54a23e31f032fcce1d99ebf9dd7cff80ce5aedd204c74e3ccc04d6cd239921cd3e443db83ed55

diff --git a/media-libs/sratom/sratom-0.6.4.ebuild 
b/media-libs/sratom/sratom-0.6.4.ebuild
deleted file mode 100644
index ef2f5673e19..000
--- a/media-libs/sratom/sratom-0.6.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='threads(+)'
-inherit python-any-r1 waf-utils multilib-build multilib-minimal
-
-DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the 
Turtle syntax"
-HOMEPAGE="http://drobilla.net/software/sratom/";
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=media-libs/lv2-1.16.0
-   >=dev-libs/serd-0.30.0
-   >=dev-libs/sord-0.14.0"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig"
-
-DOCS=( "NEWS" "README.md" )
-
-src_prepare() {
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-   default
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   waf-utils_src_configure \
-   --docdir=/usr/share/doc/${PF} \
-   $(multilib_native_usex doc --docs "") \
-   $(usex test --test "") \
-   $(usex static-libs --static "")
-}
-
-multilib_src_test() {
-   ./waf test || die
-}
-
-multilib_src_compile() {
-   waf-utils_src_compile
-   default
-}
-
-multilib_src_install() {
-   waf-utils_src_install
-   default
-}



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

2020-11-13 Thread Miroslav Šulc
commit: d14ff74cb9060d689030d16acb8769fb1ced7b02
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 08:56:10 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 08:56:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14ff74c

media-libs/suil: removed obsolete 0.10.6

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

 media-libs/suil/Manifest   |  1 -
 media-libs/suil/suil-0.10.6.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 774ef55a966..008277b2554 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,2 +1 @@
-DIST suil-0.10.6.tar.bz2 347615 BLAKE2B 
667379c6290c4c1e03168911fa58b991e95bbc7c7477606e42ba39d33645f4580ea09051d294f24cdbb3b2df9ed1d415b73eda3ec1f593fed2e7f2d9ff2a85c3
 SHA512 
b23ffe0c0ae25467b2cd60117a2efa8c13132c8e5612619e4c9ad2cc228b835f1c7fd384db62b74d4a327e3708f189b6a91f972756fcafe501308adb732c3b36
 DIST suil-0.10.8.tar.bz2 357003 BLAKE2B 
d5445a8a539d3aaca94141fe0a7bfce976db9602fcaa563d0e5661ce7d281ac48679110e5545d3a3aa4d3c488c5ce7a00f2f06bd67e56da26943885a71480648
 SHA512 
1d68996756ac593b2b2da6d9554e3257944cacbc8d70d90ded0f6ad5b588a08c779a12c7b4527d492f9c480613e030ab6933532f758e16221daa9d5c2dd4

diff --git a/media-libs/suil/suil-0.10.6.ebuild 
b/media-libs/suil/suil-0.10.6.ebuild
deleted file mode 100644
index f9bfceda0f0..000
--- a/media-libs/suil/suil-0.10.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit flag-o-matic python-any-r1 waf-utils
-
-DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
-HOMEPAGE="http://drobilla.net/software/suil/";
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
-IUSE="doc gtk qt5"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   virtual/pkgconfig
-"
-CDEPEND="
-   >=media-libs/lv2-1.16.0
-   gtk? ( x11-libs/gtk+:2 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   )"
-RDEPEND="${CDEPEND}"
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-src_prepare() {
-   default
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --mandir="${EPREFIX}/usr/share/man" \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   --no-qt4 \
-   $(usex gtk '' --no-gtk) \
-   $(usex qt5 '' --no-qt5) \
-   $(usex doc --docs '')
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/, media-sound/guitarix/files/

2020-11-13 Thread Miroslav Šulc
commit: cd154d93e1a5509b4694ca35fff170740c20554b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Nov 13 09:00:07 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Nov 13 09:00:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd154d93

media-sound/guitarix: removed obsolete 0.39.0 & 0.40.0

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

 media-sound/guitarix/Manifest  |  2 -
 .../files/guitarix-0.40.0-noexecstack.patch| 26 ---
 .../guitarix/files/guitarix-0.40.0-nostrip.patch   | 24 --
 media-sound/guitarix/guitarix-0.39.0.ebuild| 77 
 media-sound/guitarix/guitarix-0.40.0.ebuild| 85 --
 5 files changed, 214 deletions(-)

diff --git a/media-sound/guitarix/Manifest b/media-sound/guitarix/Manifest
index e7afd4cf70a..5b7603f1c81 100644
--- a/media-sound/guitarix/Manifest
+++ b/media-sound/guitarix/Manifest
@@ -1,3 +1 @@
-DIST guitarix2-0.39.0.tar.xz 80769472 BLAKE2B 
a699545b7e4a9992ed11a17ee9f82170c1891a95a0543c3b847ff2a02ab4e6597c28cbb4708f85022b1e94f0184b6dc712c271729bdda07373101ea9e8a1323f
 SHA512 
5eb799498385ab9aa865e3f5a7e79d77f7f62c9bd7ad6875ec32bdec85829ed5b84bed3b0eab786ce74088fe2e1d53080f70afcb25ab1ef8d8f78a676b4947df
-DIST guitarix2-0.40.0.tar.xz 70880548 BLAKE2B 
08d849d15fcfaa26e6eacb5480e8ea28a86e94f2c28969abc00c479c2f8c31ecb80cd4e02f0244f2ead26d687ff90dcdb9027a5c7ad448cf1241d69ab56d2521
 SHA512 
902e4d924cae68a477518cb87d7b63edb8716db93e11add921e733c315f2646652fb1b434d182e836e1e866035cabe22a41d8dc66df0b6156b5242cdd31d51e8
 DIST guitarix2-0.41.0.tar.xz 70865716 BLAKE2B 
d3caa51f297153c16df624ababaffc1405ddb10f04ae01672720bb2229d4be3426b33f75021b1862f996fb09466eaad008f748b42cb8382f08d14e23758cfc9b
 SHA512 
27fe6f2b87c8913feafae1c17472150d37df46ed3437b033cd22f509edf67420fb8f4024e404d5bec901a687dbe948acda702bf37cb0c738feb5b3b8e5ebb8aa

diff --git a/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch 
b/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch
deleted file mode 100644
index f64a21f26b5..000
--- a/media-sound/guitarix/files/guitarix-0.40.0-noexecstack.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From fc3e0b4754425bb262c8bcfd24cd345dd10e8d60 Mon Sep 17 00:00:00 2001
-From: brummer10 
-Date: Fri, 5 Jun 2020 06:41:30 +0200
-Subject: [PATCH] Fix issue #104 lv2 plugins contains executable stack, patch
- by Alexander Tsoy
-

- trunk/src/LV2/xputty/resources/wscript | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/LV2/xputty/resources/wscript 
b/src/LV2/xputty/resources/wscript
-index a2f0402c..3c383393 100644
 a/src/LV2/xputty/resources/wscript
-+++ b/src/LV2/xputty/resources/wscript
-@@ -41,7 +41,7 @@ def img2obj(task):
- src = " ".join(["'%s'" % os.path.splitext(v.name)[0] for v in 
task.inputs[0:]])
- cmd = ("cd src/LV2/xputty/resources/ \
- && for f in %s; do\
-- %s -r -b binary ${f}.png -o  ${f}.o; \
-+ %s -r -b binary -z noexecstack ${f}.png -o  ${f}.o; \
-  done " % (src, env.LD[0]) )
-# Logs.debug("runner: system command -> %s" % cmd)
- ret = task.exec_command(cmd, shell=True)
--- 
-2.26.2
-

diff --git a/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch 
b/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch
deleted file mode 100644
index 2bc77f443b1..000
--- a/media-sound/guitarix/files/guitarix-0.40.0-nostrip.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 3dd1e0a8ea7db95b76a7b38e27a9b54d6fe75c76 Mon Sep 17 00:00:00 2001
-From: Alexander Tsoy 
-Date: Fri, 5 Jun 2020 17:21:10 +0300
-Subject: [PATCH] Do not strip lv2 plugins
-

- trunk/wscript | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/wscript b/wscript
-index 2699325f..f2d8f86d 100644
 a/wscript
-+++ b/wscript
-@@ -375,7 +375,6 @@ def configure(conf):
- conf.env['DESKAPPS_DIR'] = 
os.path.normpath(os.path.join(conf.env['SHAREDIR'], 'applications'))
- conf.env['BIN_NAME'] = APPNAME
- if opt.lv2:
--conf.gxload('strip')
- conf.gxload('lv2')
- conf.env['LADSPA'] = opt.ladspa
- conf.env['NEW_LADSPA'] = opt.new_ladspa
--- 
-2.26.2
-

diff --git a/media-sound/guitarix/guitarix-0.39.0.ebuild 
b/media-sound/guitarix/guitarix-0.39.0.ebuild
deleted file mode 100644
index 68859634043..000
--- a/media-sound/guitarix/guitarix-0.39.0.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils xdg
-
-MY_P="${PN}2-${PV}"
-
-DESCRIPTION="Virtual guitar amplifier for Linux"
-HOMEPAGE="https://guitarix.org/";
-SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="bluetooth debug lv2 nls +standalone zeroconf"
-REQUIRED_USE="|| ( lv2 standalone )"
-
-COMMO

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

2020-11-13 Thread Michał Górny
commit: 3d4c72a1e69e6ba97120bbc27f686c3867c46565
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 22:21:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4c72a1

dev-python/urllib3: Bump to 1.26.2

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

 dev-python/urllib3/Manifest  |  1 +
 dev-python/urllib3/urllib3-1.26.2.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest
index 5f08aba1e33..ec283fa 100644
--- a/dev-python/urllib3/Manifest
+++ b/dev-python/urllib3/Manifest
@@ -3,3 +3,4 @@ DIST urllib3-1.25.10.tar.gz 256875 BLAKE2B 
3f2ad2cb3ac9a09f73c1ec03e89aa7313055a
 DIST urllib3-1.25.11.tar.gz 260300 BLAKE2B 
06bd2107bad479e36c6474f95567c3ecb119d18b193b358df9e345e4d09392366255b21597b26fbf2374220b921cc2117a1972f88021c3a6ebac3844a319acbe
 SHA512 
58f77edb9ced62cbac7b0baf2651c07f9f413267f103730ee25f08c5d4d0bf52a2ace02f58841bcd55652db677c7a1dc9a756681e7e32d590bc69d8b93e8f173
 DIST urllib3-1.26.0.tar.gz 291709 BLAKE2B 
e750bcd28c6205cb8e7f12c2a1c6123d48979877b206914fc122f67ff6cdf3e16e5d7ee0ffae1f4af40f028075f9592cdebf8856ca7e29b541283a8023afbf0d
 SHA512 
5e5a78486cded9a378532a094818cfcaf6ec621d3aefbffac4c78f130798ee06f08e47d14f3d154274a502c8c1e3963a12d65030ba6109108ed786202637bd42
 DIST urllib3-1.26.1.tar.gz 286708 BLAKE2B 
19f210a56850e9754faa7a7a309292ba69450ba3ca232bc42f10e1f163eb72e7430eb233d8a0ee1cf97acbdfa132b2e515561e67fade3806347e04e6c7869db2
 SHA512 
5fbb28e190ecf58aae0932994bc1adb1542041bf96f176a9ece22bd6ee8d4ae8dc8f40dea77359601b704025e65c65ca27137f65d3d47fac3fc796b7bbd112f3
+DIST urllib3-1.26.2.tar.gz 286877 BLAKE2B 
dc5884e2561fae476ba8695cf9e50abb63d8dfc45ad6219d07ba30ecae48e5f27fbdd9a324c0e71f739555c90a3653f18eda513f2ea45b76abcd8c6c714ec0f7
 SHA512 
4de7cf844ed0deb83c4129e1b1742eafefe95035dd7ffbeaeaaccabca8bd361de9fa240882ea4dec16a7f0b5c5684416656f0d58bea15e7aefd4132024a25c9e

diff --git a/dev-python/urllib3/urllib3-1.26.2.ebuild 
b/dev-python/urllib3/urllib3-1.26.2.ebuild
new file mode 100644
index 000..d690d8c84ad
--- /dev/null
+++ b/dev-python/urllib3/urllib3-1.26.2.ebuild
@@ -0,0 +1,69 @@
+# 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 )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and 
more"
+HOMEPAGE="https://github.com/urllib3/urllib3";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="brotli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}]
+   =dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   brotli? ( dev-python/brotlipy[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep "
+   ${RDEPEND}
+   dev-python/brotlipy[\${PYTHON_USEDEP}]
+   dev-python/mock[\${PYTHON_USEDEP}]
+   dev-python/pytest[\${PYTHON_USEDEP}]
+   dev-python/pytest-freezegun[\${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}]
+   >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}]
+   " python3_{6,7,8,9})
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/alabaster \
+   dev-python/mock
+
+python_prepare_all() {
+   # https://github.com/urllib3/urllib3/issues/1756
+   sed -e 's:10.255.255.1:240.0.0.0:' \
+   -i test/__init__.py || die
+   # tests failing if 'localhost.' cannot be resolved
+   sed -e 's:test_dotted_fqdn:_&:' \
+   -i test/with_dummyserver/test_https.py || die
+   sed -e 's:test_request_host_header_ignores_fqdn_dot:_&:' \
+   -i test/with_dummyserver/test_socketlevel.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x CI=1
+   # FIXME: get tornado ported
+   case ${EPYTHON} in
+   python3*)
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+   ;;
+   esac
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/files/, dev-python/pypy/

2020-11-13 Thread Michał Górny
commit: 4a809e01b3ac5e8c7a0e8ac0dd23850530e84dd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 23:55:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a809e01

dev-python/pypy: Bump to 7.3.3rc1

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

 dev-python/pypy/Manifest|   1 +
 dev-python/pypy/files/7.3.3-distutils-cxx.patch | 387 
 dev-python/pypy/pypy-7.3.3_rc1.ebuild   | 176 +++
 3 files changed, 564 insertions(+)

diff --git a/dev-python/pypy/Manifest b/dev-python/pypy/Manifest
index 0030cac3508..72d575304bd 100644
--- a/dev-python/pypy/Manifest
+++ b/dev-python/pypy/Manifest
@@ -1,4 +1,5 @@
 DIST pypy2.7-v7.3.1-src.tar.bz2 21053306 BLAKE2B 
071d59b7978c98e9ed9243d9a64d93d21b524351cb9a45e0f7d48828f919c84585a1164e7c38739fdd8828ab4b1eedade96dff7d64d0d9cbfe00c74d88d532bb
 SHA512 
1bec44fa0fc4b1186e25f69303f9e332df32184be990d86fba41c40152664a93bd65eabf4dded133371271402cea9b150b60c13bce89d1004b276f0908c0b8f1
 DIST pypy2.7-v7.3.2-src.tar.bz2 21142873 BLAKE2B 
e6bcd2dc28ef740962d053753ccd172e3895fc83fe23a319c003248e0986f9805839daddd13a0f480f1e9ee813979742699cb0bc8c42b6b05c193fedf67aea4f
 SHA512 
b40d93d615a27e3a035007307a8ab2b49ff90f3047af914b268a80feb8219d372eca14c04a8b0dea91efb992653457b7c6d088c784de32c414cc48879f2d15fc
+DIST pypy2.7-v7.3.3rc1-src.tar.bz2 20933100 BLAKE2B 
afbf3c15924e6a215b6323fe97e9782912f09ba1e1db6652b37897ead07deaaa97f591a91f3695e958e8e2dee2626bbda94c4043c025b3f52a12279dc66e483c
 SHA512 
0ddbdcf7ef825888ff748ebdd84cb501653e3a4a0e506e35810f9693b5d3b388c2f636396616f0c8fcc96dc806fa02d74830c1f37ca11fdcfdfd32c3bcd1fdd0
 DIST python-gentoo-patches-2.7.17-r1.tar.xz 14708 BLAKE2B 
f6e25236a471649de122d0f29506f7a4f34044a568ead47a68980411d9722b761fe1f9d653d5edccb6978b65c8c1eecbef55f403b94f32b37c0ad68e061505a8
 SHA512 
ecdde5e38c6fe5e69691fb3a68c8f4f43da7857d4abaff763d3cf6ad864ba43c769c03b186b60f2736a1ffb1e3e4c9982715d1b8a99ff3f5740096153bb8a90f
 DIST python-gentoo-patches-2.7.18-r1.tar.xz 15500 BLAKE2B 
7008b29827dbbd80d4ab8f010ccf9efced99c6b4b9109e4430c0ba269ce53529cb6fedd832502c8d2d3aa21938749cc3591c2545b21c0a59a6e60f8598e84ccc
 SHA512 
e656ab07281fd932b92165674619bbf55ecf410d2937ae4ae771d490b4532540498cc731d30d19c1e8aafd1f64df8a406bbfbb46ea985b3dcd8edb89a0b7f20f

diff --git a/dev-python/pypy/files/7.3.3-distutils-cxx.patch 
b/dev-python/pypy/files/7.3.3-distutils-cxx.patch
new file mode 100644
index 000..d5939d7417f
--- /dev/null
+++ b/dev-python/pypy/files/7.3.3-distutils-cxx.patch
@@ -0,0 +1,387 @@
+From 5ca45626481778f12654cd2ea8c45b5eeb2363c6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Fri, 13 Nov 2020 01:02:28 +0100
+Subject: [PATCH] Fancy patch for distutils C++ support, rebased for
+ pypy7.3.3rc1
+
+---
+ lib-python/2.7/_osx_support.py| 10 ++--
+ lib-python/2.7/distutils/cygwinccompiler.py   | 21 ++-
+ lib-python/2.7/distutils/emxccompiler.py  | 14 -
+ lib-python/2.7/distutils/sysconfig_cpython.py | 26 +++--
+ lib-python/2.7/distutils/sysconfig_pypy.py| 37 ++---
+ lib-python/2.7/distutils/unixccompiler.py | 55 ++-
+ 6 files changed, 112 insertions(+), 51 deletions(-)
+
+diff --git a/lib-python/2.7/_osx_support.py b/lib-python/2.7/_osx_support.py
+index d2aaae7..8bcdb05 100644
+--- a/lib-python/2.7/_osx_support.py
 b/lib-python/2.7/_osx_support.py
+@@ -14,13 +14,13 @@ __all__ = [
+ # configuration variables that may contain universal build flags,
+ # like "-arch" or "-isdkroot", that may need customization for
+ # the user environment
+-_UNIVERSAL_CONFIG_VARS = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS', 'BASECFLAGS',
+-'BLDSHARED', 'LDSHARED', 'CC', 'CXX',
+-'PY_CFLAGS', 'PY_LDFLAGS', 'PY_CPPFLAGS',
+-'PY_CORE_CFLAGS')
++_UNIVERSAL_CONFIG_VARS = ('CFLAGS', 'CXXFLAGS', 'LDFLAGS', 'CPPFLAGS',
++  'BASECFLAGS', 'BLDSHARED', 'LDSHARED', 
'LDCXXSHARED',
++  'CC', 'CXX', 'PY_CFLAGS', 'PY_LDFLAGS',
++  'PY_CPPFLAGS', 'PY_CORE_CFLAGS')
+ 
+ # configuration variables that may contain compiler calls
+-_COMPILER_CONFIG_VARS = ('BLDSHARED', 'LDSHARED', 'CC', 'CXX')
++_COMPILER_CONFIG_VARS = ('BLDSHARED', 'LDSHARED', 'LDCXXSHARED', 'CC', 'CXX')
+ 
+ # prefix added to original configuration variable names
+ _INITPRE = '_OSX_SUPPORT_INITIAL_'
+diff --git a/lib-python/2.7/distutils/cygwinccompiler.py 
b/lib-python/2.7/distutils/cygwinccompiler.py
+index 767400c..7133097 100644
+--- a/lib-python/2.7/distutils/cygwinccompiler.py
 b/lib-python/2.7/distutils/cygwinccompiler.py
+@@ -120,8 +120,10 @@ class CygwinCCompiler (UnixCCompiler):
+ # dllwrap 2.10.90 is buggy
+ if self.ld_version >= "2.10.90":
+ self.linker_dll = "gcc"
++s

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

2020-11-13 Thread Michał Górny
commit: 1b64d970f8628c8badbf7d73fb715dc6e220913e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 22:14:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b64d970

dev-python/pypy-exe: Bump to 7.3.3rc1

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

 dev-python/pypy-exe/Manifest  |   1 +
 dev-python/pypy-exe/pypy-exe-7.3.3_rc1.ebuild | 167 ++
 2 files changed, 168 insertions(+)

diff --git a/dev-python/pypy-exe/Manifest b/dev-python/pypy-exe/Manifest
index 7ae8a9113a1..3624fd59411 100644
--- a/dev-python/pypy-exe/Manifest
+++ b/dev-python/pypy-exe/Manifest
@@ -1,2 +1,3 @@
 DIST pypy2.7-v7.3.1-src.tar.bz2 21053306 BLAKE2B 
071d59b7978c98e9ed9243d9a64d93d21b524351cb9a45e0f7d48828f919c84585a1164e7c38739fdd8828ab4b1eedade96dff7d64d0d9cbfe00c74d88d532bb
 SHA512 
1bec44fa0fc4b1186e25f69303f9e332df32184be990d86fba41c40152664a93bd65eabf4dded133371271402cea9b150b60c13bce89d1004b276f0908c0b8f1
 DIST pypy2.7-v7.3.2-src.tar.bz2 21142873 BLAKE2B 
e6bcd2dc28ef740962d053753ccd172e3895fc83fe23a319c003248e0986f9805839daddd13a0f480f1e9ee813979742699cb0bc8c42b6b05c193fedf67aea4f
 SHA512 
b40d93d615a27e3a035007307a8ab2b49ff90f3047af914b268a80feb8219d372eca14c04a8b0dea91efb992653457b7c6d088c784de32c414cc48879f2d15fc
+DIST pypy2.7-v7.3.3rc1-src.tar.bz2 20933100 BLAKE2B 
afbf3c15924e6a215b6323fe97e9782912f09ba1e1db6652b37897ead07deaaa97f591a91f3695e958e8e2dee2626bbda94c4043c025b3f52a12279dc66e483c
 SHA512 
0ddbdcf7ef825888ff748ebdd84cb501653e3a4a0e506e35810f9693b5d3b388c2f636396616f0c8fcc96dc806fa02d74830c1f37ca11fdcfdfd32c3bcd1fdd0

diff --git a/dev-python/pypy-exe/pypy-exe-7.3.3_rc1.ebuild 
b/dev-python/pypy-exe/pypy-exe-7.3.3_rc1.ebuild
new file mode 100644
index 000..b3cba7450ed
--- /dev/null
+++ b/dev-python/pypy-exe/pypy-exe-7.3.3_rc1.ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit check-reqs pax-utils python-any-r1 toolchain-funcs
+
+MY_P=pypy2.7-v${PV/_/}
+DESCRIPTION="PyPy executable (build from source)"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2";
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS=""
+IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   dev-libs/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   bzip2? ( app-arch/bzip2:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   !dev-python/pypy-exe-bin:${PV}"
+# don't enforce the dep on pypy with USE=low-memory since it's going
+# to cause either collisions or circular dep on itself
+DEPEND="${RDEPEND}"
+BDEPEND="
+   !low-memory? (
+   || (
+   dev-python/pypy
+   dev-lang/python:2.7
+   )
+   )"
+
+check_env() {
+   if use low-memory; then
+   if ! has_version -b dev-python/pypy &&
+   ! has_version -b dev-python/pypy-bin
+   then
+   eerror "USE=low-memory requires a (possibly old) 
version of dev-python/pypy"
+   eerror "being installed. Please install it using e.g.:"
+   eerror
+   eerror "  $ emerge -1v dev-python/pypy 
dev-python/pypy-exe-bin"
+   eerror
+   eerror "before attempting to build 
dev-python/pypy-exe[low-memory]."
+   die "dev-python/pypy needs to be installed for 
USE=low-memory"
+   fi
+
+   CHECKREQS_MEMORY="1750M"
+   use amd64 && CHECKREQS_MEMORY="3500M"
+   else
+   CHECKREQS_MEMORY="3G"
+   use amd64 && CHECKREQS_MEMORY="6G"
+   fi
+
+   check-reqs_pkg_pretend
+}
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && check_env
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   check_env
+
+   use low-memory && EPYTHON=
+   if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
+   { has_version -b dev-python/pypy ||
+   has_version -b dev-python/pypy-bin; }
+   then
+   einfo "Using already-installed PyPy to perform the 
translation."
+   EPYTHON=pypy
+   else
+   einfo "Using ${EPYTHON} to perform the translation. 
Please note that upstream"
+   einfo "recommends using PyPy for that. If you wish to 
do so, please unset"
+   einfo "the EPYTHON variable."
+   python-any-r1_pkg_setup
+   fi
+   fi
+}
+
+src_configure() {
+   tc-export CC
+
+   local jit_backend
+   if use jit; then
+   

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

2020-11-13 Thread Michał Górny
commit: 053f4b967e5cda0dee9135c26ab239f13455bc8a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 23:55:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053f4b96

dev-python/pypy3: Bump to 7.3.3rc1

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

 dev-python/pypy3/Manifest   |   1 +
 dev-python/pypy3/pypy3-7.3.3_rc1.ebuild | 207 
 2 files changed, 208 insertions(+)

diff --git a/dev-python/pypy3/Manifest b/dev-python/pypy3/Manifest
index 18cd2160f09..51f8c3e0b00 100644
--- a/dev-python/pypy3/Manifest
+++ b/dev-python/pypy3/Manifest
@@ -1,3 +1,4 @@
 DIST pypy3.6-v7.3.1-src.tar.bz2 22712809 BLAKE2B 
4250b3fe98c611b9635319c106b80e88ab469eab5f883babb738e175e7b7adc22c85f8ef3fdce1cdc127b521beef8d6c7862e188d8c8889c39f90136d6bbe374
 SHA512 
f8e32aae7f01225e0e4d6763eaac40fc02dffc3d0b6a30f22d422147f9be4f3290ea78160a912ffae311dea3d503eb31a7a4f3999d3b541fbccd93d1cef4ca56
 DIST pypy3.6-v7.3.2-src.tar.bz2 22736022 BLAKE2B 
e2338ac3f7af06b987c43e93eab9ff14d46262143472b0393b30b011fff67d33add45d8198cee7109354e09c52a2540938abeef364b0cf12f2891ca9c7aac2a4
 SHA512 
ed861a57d6edf1548c061d10295313a05d0ac54fe68a8755211ff76fa2dc78d7b1479c6152dc5d0d1cdce4e247c240c1a2edf59ec8a53d0004ec7713514c9c35
+DIST pypy3.6-v7.3.3rc1-src.tar.bz2 22401663 BLAKE2B 
278b71a3b608999ee20b6558598eda453f3a87645965b8b705a11d05784722106c04b405375f62bd8e7ce2968df311314ee1672a2ddecb0f6afc49a3cbe8e670
 SHA512 
d865125925603e74412be7e750ab403670f05e76f2dfe6280c8b0ef123ed3e2f463d9457b65aa4f84c47a3529b2d3bca84b84307623bf995f60b549c85dcce2d
 DIST pypy3.7-v7.3.2-src.tar.bz2 25060911 BLAKE2B 
35ecfee4c64e13539827c65a61e0cd359de4046f77553629cdf63479327c6ad86afd1443caa7a911a6271f496f0f3caf1b919ce91de717d0a71d008927b7f77b
 SHA512 
563a9cf63e818b95aeb14c25b55bb5fb0bf8283f0b9f2bdd9a8833989beb651681f53f52368fb9db2c75fb60be0456eec87d48b557740b57847c4104003cb288

diff --git a/dev-python/pypy3/pypy3-7.3.3_rc1.ebuild 
b/dev-python/pypy3/pypy3-7.3.3_rc1.ebuild
new file mode 100644
index 000..87a53e5f5c2
--- /dev/null
+++ b/dev-python/pypy3/pypy3-7.3.3_rc1.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit pax-utils python-any-r1 toolchain-funcs
+
+MY_P=pypy3.6-v${PV/_/}
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python (3.6) 
language"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2";
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
+SLOT="0/pypy36-pp73"
+KEYWORDS=""
+IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   || (
+   dev-python/pypy3-exe:${PV}[bzip2?,ncurses?]
+   dev-python/pypy3-exe-bin:${PV}
+   )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   gdbm? ( sys-libs/gdbm:0= )
+   sqlite? ( dev-db/sqlite:3= )
+   tk? (
+   dev-lang/tk:0=
+   dev-tcltk/tix:0=
+   )
+   ! /dev/null || die
+   eapply "${FILESDIR}"/python-3.5-distutils-OO-build.patch
+   popd > /dev/null || die
+
+   # see 
http://buildbot.pypy.org/summary?branch=py3.6&builder=pypy-c-jit-linux-x86-64
+   sed -i -e 's:test_jumpy:_&:' \
+   lib-python/3/test/test_dis.py || die
+   sed -i -e 's:test_get_and_set_scheduler_and_param:_&:' \
+   lib-python/3/test/test_posix.py || die
+   sed -i -e 's:test_auto_history:_&:' \
+   -e 's:test_history_size:_&:' \
+   lib-python/3/test/test_readline.py || die
+   sed -i -e 's:test_eval_bytes_invalid_escape:_&:' \
+   -e 's:test_eval_str_invalid_escape:_&:' \
+   lib-python/3/test/test_string_literals.py || die
+   sed -i -e 's:test_jump_out_of_async_for_block:_&:' \
+   -e 's:test_jump_over_async_for_block_before_else:_&:' \
+   -e 's:test_no_jump_.*wards_into_async_for_block:_&:' \
+   -e 's:test_no_jump_into_async_for_block_before_else:_&:' \
+   -e 's:test_no_jump_from_yield:_&:' \
+   lib-python/3/test/test_sys_settrace.py || die
+   sed -i -e 's:test_circular_imports:_&:' \
+   lib-python/3/test/test_threaded_import.py || die
+
+   # the first one's broken by sandbox, the second by our env
+   sed -i -e 's:test_empty_env:_&:' \
+   -e 's:test_executable(:_&:' \
+   -e 's:test_executable_without_cwd:_&:' \
+   lib-python/3/test/test_subprocess.py || die
+
+   # XXX
+   sed -i -e 's:test_locale:_&:' \
+   lib-python/3/test/test_format.py || die
+   sed -i -e 's:test_decompressor_bug_28275:_&:' \
+   lib-python

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

2020-11-13 Thread Michał Górny
commit: 86843484f2505a6452dbc55f473aa9c302842296
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 08:49:21 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86843484

dev-python/sphinxcontrib-spelling: Remove old

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

 dev-python/sphinxcontrib-spelling/Manifest |  1 -
 .../sphinxcontrib-spelling-5.3.0.ebuild| 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/sphinxcontrib-spelling/Manifest 
b/dev-python/sphinxcontrib-spelling/Manifest
index 727d0defdbc..2473615d33c 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1,4 +1,3 @@
-DIST sphinxcontrib-spelling-5.3.0.tar.gz 45665 BLAKE2B 
c44c8c2621aecd74734c6137e1344a763e99fb61b3ce882c8ea70364df17a7e2fac49acc8878753cab1b70df2cf084de5087bed77f8b1bffe311410ecec3504d
 SHA512 
8f3c4718877e55b0ebcd3d8c0f078a6c06c27c2cdd3cc557fd2e0e990f0c8956179fd9a8b3135b280973e45c0c8657f71372746ef4b55319078db8f16c7e00e9
 DIST sphinxcontrib-spelling-5.4.0.tar.gz 46823 BLAKE2B 
8303a97b87d953a37db4548d895559baf93969c11f8417aafeb67804ec537f9ea028bcbf6a56eb3290f13871a782dcde142b1927865a6f9eefd5a20dc53061b1
 SHA512 
7e0fe6289f9482982825a1204c926490a1e31dc85e25e6418ba47f5575430875e3df5f77202ad458044b810bc2a29f989e6bc6f0c9b4934af938716a4ab887f0
 DIST sphinxcontrib-spelling-7.0.0.tar.gz 46859 BLAKE2B 
08b8fb68f485ce9a091ad88887c1683c39a99d8b138b1215228a01696181c0c1876004506f54a89812aa96dcb4936145f105829d82017576329bba416f4f
 SHA512 
b5c9585e171747addc2c9d00ede4e4c290286a6f35921fc54bb8a88bb9574b01494e5e7dbf492d59e74afd3c815a2814a4b7d27b3c3aa98a7b6b8934626d2bde
 DIST sphinxcontrib-spelling-7.0.1.tar.gz 47435 BLAKE2B 
c61d6c91f1765cbe793474f22df571fe0dff59caaef68caf48a5e43c211c589cfcdeb4a9cf397568d48071258ad945637db586c5b3c46b0002fb01248b8d4abd
 SHA512 
54e48361554c54c75aa02512cd70759fbbd439947c9a0258e80d377598d4ed63abd7adcff51c898dcfc93c8b2176395d51830cfebd55a81a4fee13740733dea8

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
deleted file mode 100644
index f253d611a1a..000
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx spelling extension"
-HOMEPAGE="https://github.com/sphinx-contrib/spelling";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_metadata-1.7.0[${PYTHON_USEDEP}]
-   ' python3_{6,7})
-   dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/pyenchant[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   app-dicts/myspell-en
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   )
-"
-
-# The doc can only be built from a git repository
-distutils_enable_tests pytest
-
-RDEPEND+="
-   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-   find "${ED}" -name '*.pth' -delete || die
-}



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

2020-11-13 Thread Michał Górny
commit: d6aa2514b48db838be62d900d57153d7932d5f72
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 08:44:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6aa2514

dev-python/python-bugzilla: Bump to 3.0.2

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

 dev-python/python-bugzilla/Manifest|  1 +
 .../python-bugzilla/python-bugzilla-3.0.2.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/python-bugzilla/Manifest 
b/dev-python/python-bugzilla/Manifest
index 4e90a1beb79..f4156117759 100644
--- a/dev-python/python-bugzilla/Manifest
+++ b/dev-python/python-bugzilla/Manifest
@@ -1,3 +1,4 @@
 DIST python-bugzilla-2.5.0.tar.gz 110931 BLAKE2B 
e7a4dc0ee00abd4bd4c55aafac8a8d2902ade116b9f35d881c3ea07441b340dc247405951b5437545720c1742f54aae3c28fe64f93191a4d7f178a3cd2db7a0e
 SHA512 
a840db5790a7f45cdcf6ef9e261d86c6b930db30ab6340a1f351b3fd32f32e4d0f6afb68af9befef5d4e84969d568471c5c236be047f6dbab52534af3570a244
 DIST python-bugzilla-3.0.0.tar.gz 112525 BLAKE2B 
f2746091c0152779f49502fd3394e41fdd16349c93806829a06561c49d47f6d9c9ee3b75135b9d6f66dcbb95b892aa62108634ec2e5f642b25e2cce2d06d997b
 SHA512 
1762b1eeed125f3d35f36fa2673c1e9e808209b8723c0fdbf06f3327c40d3a5795b668913d01cf91cde3e4a0516e35c82015dbb6fc575c97b82bb421525ff03f
 DIST python-bugzilla-3.0.1.tar.gz 112600 BLAKE2B 
b8c81b1b3f16e9b180763dcad8615c2847bf11c2a424d1fe4995091b466c202c23c072659066f66830d6d80a96a864e4148daa7a099edd2962f28345b9c9a8af
 SHA512 
b372aa142e9e3eb456f4bba7cbc71056304ae333635c9ae85605bdcae1e5e92e13263500dba0f844c9c577bcede8ea988a753bfe23e016c8da17f3b6e9efdf3f
+DIST python-bugzilla-3.0.2.tar.gz 115324 BLAKE2B 
3f64af96bf61d16e720338055391b187f53a968488535e76a5d6e56817030fc1c45f824ed27424b3e7440dc03759e77bcb8d417fa2278aa611b995bea2775f7a
 SHA512 
c4fb79c9ca4d813a5dd9573e9a300aa01ea713fa11d43e2ee7ca13efb4720fed14fff339e9cc1b756505f43348768f0fdaaa8ae0b370640ff70e402f852e9b1a

diff --git a/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild 
b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
new file mode 100644
index 000..24046df4f1d
--- /dev/null
+++ b/dev-python/python-bugzilla/python-bugzilla-3.0.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for interacting with Bugzilla over XMLRPC"
+HOMEPAGE="https://github.com/python-bugzilla/python-bugzilla";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+   || ( dev-python/python-magic[${PYTHON_USEDEP}] 
sys-apps/file[python,${PYTHON_USEDEP}] )
+   dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2020-11-13 Thread Michał Górny
commit: 8e6f24c1b68b5c649a1895c966b29f154d6f5c13
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 22:19:57 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 09:02:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6f24c1

dev-python/pypy3-exe: Bump to 7.3.3rc1

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

 dev-python/pypy3-exe/Manifest   |   1 +
 dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1.ebuild | 156 
 2 files changed, 157 insertions(+)

diff --git a/dev-python/pypy3-exe/Manifest b/dev-python/pypy3-exe/Manifest
index 18cd2160f09..51f8c3e0b00 100644
--- a/dev-python/pypy3-exe/Manifest
+++ b/dev-python/pypy3-exe/Manifest
@@ -1,3 +1,4 @@
 DIST pypy3.6-v7.3.1-src.tar.bz2 22712809 BLAKE2B 
4250b3fe98c611b9635319c106b80e88ab469eab5f883babb738e175e7b7adc22c85f8ef3fdce1cdc127b521beef8d6c7862e188d8c8889c39f90136d6bbe374
 SHA512 
f8e32aae7f01225e0e4d6763eaac40fc02dffc3d0b6a30f22d422147f9be4f3290ea78160a912ffae311dea3d503eb31a7a4f3999d3b541fbccd93d1cef4ca56
 DIST pypy3.6-v7.3.2-src.tar.bz2 22736022 BLAKE2B 
e2338ac3f7af06b987c43e93eab9ff14d46262143472b0393b30b011fff67d33add45d8198cee7109354e09c52a2540938abeef364b0cf12f2891ca9c7aac2a4
 SHA512 
ed861a57d6edf1548c061d10295313a05d0ac54fe68a8755211ff76fa2dc78d7b1479c6152dc5d0d1cdce4e247c240c1a2edf59ec8a53d0004ec7713514c9c35
+DIST pypy3.6-v7.3.3rc1-src.tar.bz2 22401663 BLAKE2B 
278b71a3b608999ee20b6558598eda453f3a87645965b8b705a11d05784722106c04b405375f62bd8e7ce2968df311314ee1672a2ddecb0f6afc49a3cbe8e670
 SHA512 
d865125925603e74412be7e750ab403670f05e76f2dfe6280c8b0ef123ed3e2f463d9457b65aa4f84c47a3529b2d3bca84b84307623bf995f60b549c85dcce2d
 DIST pypy3.7-v7.3.2-src.tar.bz2 25060911 BLAKE2B 
35ecfee4c64e13539827c65a61e0cd359de4046f77553629cdf63479327c6ad86afd1443caa7a911a6271f496f0f3caf1b919ce91de717d0a71d008927b7f77b
 SHA512 
563a9cf63e818b95aeb14c25b55bb5fb0bf8283f0b9f2bdd9a8833989beb651681f53f52368fb9db2c75fb60be0456eec87d48b557740b57847c4104003cb288

diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1.ebuild 
b/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1.ebuild
new file mode 100644
index 000..8a08b429432
--- /dev/null
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# pypy3 needs to be built using python 2
+PYTHON_COMPAT=( python2_7 )
+inherit check-reqs pax-utils python-any-r1 toolchain-funcs
+
+MY_P=pypy3.6-v${PV/_/}
+DESCRIPTION="PyPy3 executable (build from source)"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2";
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS=""
+IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   dev-libs/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   bzip2? ( app-arch/bzip2:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   !dev-python/pypy3-exe-bin:${PV}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   low-memory? ( dev-python/pypy )
+   !low-memory? (
+   || (
+   dev-python/pypy
+   dev-lang/python:2.7
+   )
+   )"
+
+check_env() {
+   if use low-memory; then
+   CHECKREQS_MEMORY="1750M"
+   use amd64 && CHECKREQS_MEMORY="3500M"
+   else
+   CHECKREQS_MEMORY="3G"
+   use amd64 && CHECKREQS_MEMORY="6G"
+   fi
+
+   check-reqs_pkg_pretend
+}
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && check_env
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   check_env
+
+   # unset to allow forcing pypy below :)
+   use low-memory && EPYTHON=
+   if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
+   { has_version -b dev-python/pypy ||
+   has_version -b dev-python/pypy-bin; }
+   then
+   einfo "Using PyPy to perform the translation."
+   EPYTHON=pypy
+   else
+   einfo "Using ${EPYTHON:-python2} to perform the 
translation. Please note that upstream"
+   einfo "recommends using PyPy for that. If you wish to 
do so, please install"
+   einfo "dev-python/pypy and ensure that EPYTHON variable 
is unset."
+   python-any-r1_pkg_setup
+   fi
+   fi
+}
+
+src_configure() {
+   tc-export CC
+
+   local jit_backend
+   if use jit; then
+   jit_backend='--jit-backend='
+
+   # We only need the explicit sse2 switch for x86.
+   # On other arches we can rely on autodetection which uses
+   # compiler macros. Plus, --jit-backend= doesn't accept all
+   # the modern values...
+
+   i

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

2020-11-13 Thread Fabian Groffen
commit: 4622c79b0a1bad6dd0c741f3d10fbc987e4f565e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Nov 13 09:30:53 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Nov 13 09:30:53 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=4622c79b

qmerge: don't call zstd with --long=31 on 32-bits platforms

32-bits recent versions of zstd do not grok this argument, so just drop
it for those platforms

Bug: https://bugs.gentoo.org/754102
Signed-off-by: Fabian Groffen  gentoo.org>

 configure.ac | 10 ++
 qmerge.c | 11 ++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0efdf3e..989a34f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,16 @@ AM_PROG_AR
 LT_INIT
 AC_SUBST([LIBTOOL_DEPS])
 
+headers='#ifdef HAVE_STDDEF_H
+#include 
+#endif
+#ifdef HAVE_UNISTD_H
+#include 
+#endif
+'
+AC_CHECK_HEADERS([stddef.h unistd.h])
+AC_COMPILE_CHECK_SIZEOF([size_t], [${headers}])
+
 AC_CHECK_FUNCS_ONCE(m4_flatten([
   fmemopen
   scandirat

diff --git a/qmerge.c b/qmerge.c
index 143c4f3..36d3596 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1191,8 +1191,17 @@ pkg_merge(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
 * --long=xx where xx>27. The option is "safe" 
in the sense
 * that not more memory is allocated than what 
is really
 * needed to decompress the file. See
-* 
https://bugs.gentoo.org/show_bug.cgi?id=634980 */
+* 
https://bugs.gentoo.org/show_bug.cgi?id=634980,
+* however, on 32-bits arches this yields an 
parameter
+* out of bound error:
+* 
https://bugs.gentoo.org/show_bug.cgi?id=710444
+* 
https://bugs.gentoo.org/show_bug.cgi?id=754102
+* so only do this on 64-bits systems */
+#if SIZEOF_SIZE_T >= 8
compr = "zstd --long=31 -dc";
+#else
+   compr = "zstd -dc";
+#endif
/* If really tar -I would be used we would have 
to quote:
 * compr = "I \"zstd --long=31\"";
 * But actually we use a pipe (see below) */



[gentoo-commits] proj/portage-utils:master commit in: libq/, tests/profile/, tests/qfile/, tests/atom_compare/, tests/atom_explode/, ...

2020-11-13 Thread Fabian Groffen
commit: 9cbdb752cdf67fadf0eced5a852cf6eedfb6a33d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Nov 13 09:32:14 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Nov 13 09:32:14 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9cbdb752

buildsys: regen

Signed-off-by: Fabian Groffen  gentoo.org>

 Makefile.in| 16 +++
 autotools/gnulib/Makefile.in   |  4 +--
 config.h.in|  6 
 configure  | 65 +-
 libq/Makefile.in   |  4 +--
 tests/Makefile.in  |  4 +--
 tests/atom_compare/Makefile.in |  4 +--
 tests/atom_explode/Makefile.in |  4 +--
 tests/copy_file/Makefile.in|  4 +--
 tests/install/Makefile.in  |  4 +--
 tests/mkdir/Makefile.in|  4 +--
 tests/profile/Makefile.in  |  4 +--
 tests/qatom/Makefile.in|  4 +--
 tests/qcheck/Makefile.in   |  4 +--
 tests/qdepends/Makefile.in |  4 +--
 tests/qfile/Makefile.in|  4 +--
 tests/qlist/Makefile.in|  4 +--
 tests/qlop/Makefile.in |  4 +--
 tests/qmanifest/Makefile.in|  4 +--
 tests/qmerge/Makefile.in   |  4 +--
 tests/qtbz2/Makefile.in|  4 +--
 tests/quse/Makefile.in |  4 +--
 tests/qxpak/Makefile.in|  4 +--
 tests/rmspace/Makefile.in  |  4 +--
 tests/source/Makefile.in   |  4 +--
 25 files changed, 125 insertions(+), 50 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 91d9a3b..4e26d75 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -375,8 +375,8 @@ am__recursive_targets = \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-   $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+   config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -2281,6 +2281,10 @@ dist-xz: distdir
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c 
>$(distdir).tar.xz
$(am__post_remove_distdir)
 
+dist-zstd: distdir
+   tardir=$(distdir) && $(am__tar) | zstd -c 
$${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+   $(am__post_remove_distdir)
+
 dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
   "legacy program 'compress' is deprecated." >&2
@@ -2323,6 +2327,8 @@ distcheck: dist
  eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
+   *.tar.zst*) \
+ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
@@ -2548,7 +2554,7 @@ uninstall-man: uninstall-man1
clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
clean-local cscope cscopelist-am ctags ctags-am dist dist-all \
dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
-   dist-zip distcheck distclean distclean-compile \
+   dist-zip dist-zstd distcheck distclean distclean-compile \
distclean-generic distclean-hdr distclean-libtool \
distclean-tags distcleancheck distdir distuninstallcheck dvi \
dvi-am html html-am info info-am install install-am \

diff --git a/autotools/gnulib/Makefile.in b/autotools/gnulib/Makefile.in
index 8be76d3..7103387 100644
--- a/autotools/gnulib/Makefile.in
+++ b/autotools/gnulib/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,

diff --git a/config.h.in b/config.h.in
index c8155e2..9b75f3a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -670,6 +670,9 @@
 /* Define if you have ssl */
 #undef HAVE_SSL
 
+/* Define to 1 if you have the  header file. */
+#undef HAVE_STDDEF_H
+
 /* Define to 1 if you have the  header file. */
 #undef HAVE_STDINT_H
 
@@ -987,6 +990,9 @@
'sig_atomic_t'. */
 #undef SIG_ATOMIC_T_SUFFIX
 
+/* The number of bytes in type size_t */
+#undef SIZEOF_SIZE_T
+
 /* Define as the max

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

2020-11-13 Thread Marek Szuba
commit: 756eee7d78b7be5c973545143c80d6c4d8067758
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:37:41 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:37:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756eee7d

app-dicts/sword-Scofield: mark stable on amd64

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

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

diff --git a/app-dicts/sword-Scofield/sword-Scofield-1.0.ebuild 
b/app-dicts/sword-Scofield/sword-Scofield-1.0.ebuild
index ec3210bfcc2..61c6cd94332 100644
--- a/app-dicts/sword-Scofield/sword-Scofield-1.0.ebuild
+++ b/app-dicts/sword-Scofield/sword-Scofield-1.0.ebuild
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="Scofield Reference Notes, 1917 Edition"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Scofield";
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"



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

2020-11-13 Thread Marek Szuba
commit: b8e1882b900e9ad75f03952512e2e423302c07b7
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:38:02 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:38:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e1882b

app-dicts/sword-KJV: mark stable on amd64

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

 app-dicts/sword-KJV/sword-KJV-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-KJV/sword-KJV-2.9.ebuild 
b/app-dicts/sword-KJV/sword-KJV-2.9.ebuild
index 74744ba459a..de2b920d80a 100644
--- a/app-dicts/sword-KJV/sword-KJV-2.9.ebuild
+++ b/app-dicts/sword-KJV/sword-KJV-2.9.ebuild
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="King James Version (1769) with Strongs Numbers and Morphology"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KJV";
 LICENSE="freedist"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"



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

2020-11-13 Thread Marek Szuba
commit: 7bb1dc67119da9c58dba32c26a407870d2c5113a
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:37:53 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:37:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb1dc67

app-dicts/sword-KJVA: mark stable on amd64

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

 app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild 
b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild
index 5bc7fcf63e5..97bedded231 100644
--- a/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild
+++ b/app-dicts/sword-KJVA/sword-KJVA-3.0.1.ebuild
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="King James Version (1769) incl. Apocrypha, with Strongs Numbers 
and Morphology"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=KJVA";
 LICENSE="freedist"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"



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

2020-11-13 Thread Marek Szuba
commit: 3815c63c07308e477bc674615a2ea44e355d506c
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:38:19 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:38:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3815c63c

app-dicts/sword-Josephus: mark stable on amd64

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

 app-dicts/sword-Josephus/sword-Josephus-1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-Josephus/sword-Josephus-1.1.ebuild 
b/app-dicts/sword-Josephus/sword-Josephus-1.1.ebuild
index 1433529036f..140bdfc32f6 100644
--- a/app-dicts/sword-Josephus/sword-Josephus-1.1.ebuild
+++ b/app-dicts/sword-Josephus/sword-Josephus-1.1.ebuild
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="Josephus: The Complete Works"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Josephus";
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"



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

2020-11-13 Thread Marek Szuba
commit: 2c171aae1a0fc124fd44da8b9f3b70d5ceef7ca3
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:37:30 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:37:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c171aae

app-dicts/sword-StrongsGreek: mark stable on amd64

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

 app-dicts/sword-StrongsGreek/sword-StrongsGreek-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-StrongsGreek/sword-StrongsGreek-1.2.ebuild 
b/app-dicts/sword-StrongsGreek/sword-StrongsGreek-1.2.ebuild
index fa1b7ec2c34..37c7e3f0ec1 100644
--- a/app-dicts/sword-StrongsGreek/sword-StrongsGreek-1.2.ebuild
+++ b/app-dicts/sword-StrongsGreek/sword-StrongsGreek-1.2.ebuild
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="Strong's Greek Bible Dictionary"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsGreek";
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"



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

2020-11-13 Thread Marek Szuba
commit: 96e85529cede0535be039aba2bfd5fc701687924
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:49:42 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:56:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e85529

net-libs/nodejs: remove old

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

 net-libs/nodejs/Manifest  |   1 -
 net-libs/nodejs/nodejs-14.11.0.ebuild | 201 --
 2 files changed, 202 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index efd1b4256a9..62f5d5fddf9 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -1,5 +1,4 @@
 DIST node-v12.18.4.tar.xz 23679924 BLAKE2B 
14de3c83851b89f85f7d6f549d9e43e3e97c7a84de94eef8c3a2789e960595749726b8039fdff1be822377355ede2bb95bba4fd1d17c3e5165c844a80eb32e53
 SHA512 
07101a9acc8dee5189f8484746715b57d4227d819e38a79c100da33f803b0f061e7b37fbd4114ce2bc3eea647726f8786880d3096dfab187c177679f3e1c78e8
 DIST node-v12.19.0.tar.xz 23819884 BLAKE2B 
5affa4ef9bd4c88218cf8845341f8f7d357a807af5fb8a3633f47de278b20272be1f46365b2b1525c50f0c6ea40025c16725ab5236fb09dfb2f9167b727a1f8e
 SHA512 
ca14aac0f6f95190fd63a87cdc0195c4d38697aef98c111392d71654bb482f1a8c4c925c4fa8387c41fa8a9515ac5e54af8fa365dbc0034fedc271c072801dc7
-DIST node-v14.11.0.tar.xz 33379456 BLAKE2B 
99e2eba4ba2e54209836fa1e3b63e42caf854d7f3bc99f5836300b0795ef8c785b78bd7c6b99148604f0bb1b34a5169c72e8be0f8d4f62412e7d352fce15ca18
 SHA512 
5014ebaeb109b0ecaca8f795a4e1a626c03b1132f9b8bac8826b734633c14e9f99b4f079c185a1f43f6938a1e543e5838f520159c3e08ca454398039fd26ef11
 DIST node-v14.15.0.tar.xz 33440584 BLAKE2B 
dda9fb44f163b2268db126dfcda34e80064eba24921e4f8e6c14c212deb9170c79f31f7b2be272c8fa7ca992d14540df490c6cad078833514bd348825934ad95
 SHA512 
2a0cd1b9d95e0ac228a90aca82cb04b9f4fc4d08ab86f0286eed7a519ca6e756081b37375ad5d14d7f0e09affdd27bad658c3e364237eb3c212fe5b5e27af96e
 DIST node-v14.2.0.tar.xz 32884616 BLAKE2B 
7bcb07cb7623c5e08c20267c320cdf23ad110f124c5ad1f2447ef8b76ab8dc44ed50dab7c5651424d9d3a36f7eeecdf3292b07c02cb2e22c3fbe4ed633c4b842
 SHA512 
47e5ec0b7a207082d43419a7e0a6ea9242ec43b4d7c2217eb66d0b45e2f4d5cb561b3f6fe35fdc41a8be95c182dc122ba262f696ebd12833596d71b372ec85d2

diff --git a/net-libs/nodejs/nodejs-14.11.0.ebuild 
b/net-libs/nodejs/nodejs-14.11.0.ebuild
deleted file mode 100644
index fc0e59f7a51..000
--- a/net-libs/nodejs/nodejs-14.11.0.ebuild
+++ /dev/null
@@ -1,201 +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="threads(+)"
-inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
-
-DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
-HOMEPAGE="https://nodejs.org/";
-SRC_URI="
-   https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz
-"
-
-LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
-IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot 
+ssl +system-ssl systemtap test"
-REQUIRED_USE="
-   inspector? ( icu ssl )
-   npm? ( ssl )
-   system-ssl? ( ssl )
-"
-
-RDEPEND="
-   >=dev-libs/libuv-1.39.0:=
-   >=net-dns/c-ares-1.16.0
-   >=net-libs/nghttp2-1.41.0
-   sys-libs/zlib
-   icu? ( >=dev-libs/icu-67:= )
-   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   sys-apps/coreutils
-   systemtap? ( dev-util/systemtap )
-   test? ( net-misc/curl )
-   pax_kernel? ( sys-apps/elfix )
-"
-DEPEND="
-   ${RDEPEND}
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-10.3.0-global-npm-config.patch
-)
-RESTRICT="test"
-S="${WORKDIR}/node-v${PV}"
-
-pkg_pretend() {
-   (use x86 && ! use cpu_flags_x86_sse2) && \
-   die "Your CPU doesn't support the required SSE2 instruction."
-
-   ( [[ ${MERGE_TYPE} != "binary" ]] && ! test-flag-CXX -std=c++11 ) && \
-   die "Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer."
-}
-
-src_prepare() {
-   tc-export AR CC CXX PKG_CONFIG
-   export V=1
-   export BUILDTYPE=Release
-
-   # fix compilation on Darwin
-   # https://code.google.com/p/gyp/issues/detail?id=260
-   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
-
-   # less verbose install output (stating the same as portage, basically)
-   sed -i -e "/print/d" tools/install.py || die
-
-   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
-   local LIBDIR=$(get_libdir)
-   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
-   sed -i -e "s/'lib'/'${LIBDIR}'/" deps/npm/lib/npm.js || die
-
-   # Avoid writing a depfile, not useful
-   sed -i -e "/DEPFLAGS =/d" tools/gyp/pylib/gyp/generator/make.py || die
-
-   sed -i -e "/'-O3'/d

[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/

2020-11-13 Thread Andreas Sturmlechner
commit: f9694218b1cfa5ddb578b9290331ab3b77a54ea2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:22:51 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9694218

media-sound/jack-audio-connection-kit: Drop 0.125.0 (r0)

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

 .../jack-audio-connection-kit-0.125.0.ebuild   | 75 --
 1 file changed, 75 deletions(-)

diff --git 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
deleted file mode 100644
index 2bf8c095b50..000
--- 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic eutils multilib-minimal
-
-DESCRIPTION="A low-latency audio server"
-HOMEPAGE="http://www.jackaudio.org";
-SRC_URI="https://github.com/jackaudio/jack1/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss 
cpu_flags_x86_sse pam"
-
-# readline: only used for jack_transport -> useless for non native ABIs
-# libsndfile: ditto for jackrec
-RDEPEND="
-   sys-libs/db:=[${MULTILIB_USEDEP}]
-   sys-libs/readline:0=
-   >=media-libs/libsndfile-1.0.0
-   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   >=media-libs/libsamplerate-0.1.8-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-RDEPEND="${RDEPEND}
-   alsa? ( sys-process/lsof )
-   pam? ( sys-auth/realtime-base )"
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS TODO README )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.125.0-freebsd.patch"
-)
-
-multilib_src_configure() {
-   local myconf=""
-
-   # Disabling CPU Detection (dynsimd) disables optimized asm routines 
(3dnow
-   # or sse)
-   if use cpu_flags_x86_3dnow || use cpu_flags_x86_sse ; then
-   myconf="${myconf} --enable-dynsimd"
-   fi
-
-   use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable altivec) \
-   $(use_enable alsa) \
-   $(use_enable coreaudio) \
-   $(use_enable debug) \
-   $(use_enable oss) \
-   --disable-portaudio \
-   --disable-firewire \
-   $(use_enable cpu_flags_x86_sse sse) \
-   --with-html-dir=/usr/share/doc/${PF} \
-   ${myconf}
-
-   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-   for i in tools man ; do
-   sed -i -e "s/ ${i}//" Makefile || die
-   done
-   fi
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   if use examples; then
-   dodoc -r "${S}/example-clients"
-   docompress -x /usr/share/doc/${PF}/example-clients
-   fi
-}



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

2020-11-13 Thread Andreas Sturmlechner
commit: 1d7b6838eb8e0e259c7b8b5180799129d30a7b9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:12:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7b6838

media-libs/bio2jack: De-keyword alpha,hppa

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

 media-libs/bio2jack/bio2jack-0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild 
b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
index 430eff7e842..abd96bd163f 100644
--- a/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
+++ b/media-libs/bio2jack/bio2jack-0.9-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bio2jack/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="static-libs"
 
 BDEPEND="



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

2020-11-13 Thread Marek Szuba
commit: 88758984a00b5a3d4f6d256f215f5d4ca47b7a4e
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:40:32 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:56:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88758984

net-libs/nodejs-14.2.0: drop all keywords except ppc

This version has got known security vulnerabilities but none of the
others currently in the tree build on 32-bit ppc.

Bug: https://bugs.gentoo.org/742893
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-libs/nodejs/nodejs-14.2.0.ebuild 
b/net-libs/nodejs/nodejs-14.2.0.ebuild
index d0b1b55301a..47e27f90889 100644
--- a/net-libs/nodejs/nodejs-14.2.0.ebuild
+++ b/net-libs/nodejs/nodejs-14.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="ppc"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm pax_kernel +snapshot 
+ssl +system-ssl systemtap test"
 REQUIRED_USE="
inspector? ( icu ssl )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-jack/

2020-11-13 Thread Andreas Sturmlechner
commit: 4be0fa4a09e1787ba5ad4fc826d603db936f45a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:12:53 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be0fa4a

media-plugins/gst-plugins-jack: De-keyword alpha,hppa

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

 media-plugins/gst-plugins-jack/gst-plugins-jack-1.14.5.ebuild | 2 +-
 media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.14.5.ebuild 
b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.14.5.ebuild
index 6bc2aaff99d..8c812758db1 100644
--- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.14.5.ebuild
+++ b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.14.5.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="JACK audio server source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/jack[${MULTILIB_USEDEP}]"

diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild 
b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
index 6bc2aaff99d..8c812758db1 100644
--- a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.16.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPION="JACK audio server source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="virtual/jack[${MULTILIB_USEDEP}]"



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

2020-11-13 Thread Marek Szuba
commit: 37b9672cecbc7c0b47fe057b59ea47da027f507e
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:53:48 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:56:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b9672c

net-libs/nodejs-14.15.0: drop ppc keyword

32-bit PPC not supported upstream, does not build.

Bug: https://bugs.gentoo.org/753938
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-libs/nodejs/nodejs-14.15.0.ebuild 
b/net-libs/nodejs/nodejs-14.15.0.ebuild
index b60dcabeb5e..560cce9ed9a 100644
--- a/net-libs/nodejs/nodejs-14.15.0.ebuild
+++ b/net-libs/nodejs/nodejs-14.15.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz";
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 
 IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm +snapshot +ssl 
system-icu +system-ssl systemtap test"
 REQUIRED_USE="inspector? ( icu ssl )



[gentoo-commits] repo/gentoo:master commit in: virtual/jack/

2020-11-13 Thread Andreas Sturmlechner
commit: 9056ab766ad26b872ce6d7e6a9bf1805f5a25d75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 18:40:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9056ab76

virtual/jack: Drop 0

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

 virtual/jack/jack-0.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/virtual/jack/jack-0.ebuild b/virtual/jack/jack-0.ebuild
deleted file mode 100644
index a97cf5a258b..000
--- a/virtual/jack/jack-0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for JACK Audio Connection Kit"
-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"
-
-RDEPEND="
-   || (
-   
>=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}]
-   media-sound/jack2[${MULTILIB_USEDEP}]
-   )"



[gentoo-commits] repo/gentoo:master commit in: virtual/jack/

2020-11-13 Thread Andreas Sturmlechner
commit: 390e6308164099c01a3a0aacb2100c82be7ae574
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:44:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390e6308

virtual/jack: De-keyword alpha,hppa

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

 virtual/jack/jack-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jack/jack-1.ebuild b/virtual/jack/jack-1.ebuild
index 2e2a526760c..a229491a72f 100644
--- a/virtual/jack/jack-1.ebuild
+++ b/virtual/jack/jack-1.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for JACK Audio Connection Kit"
 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"
+KEYWORDS="amd64 arm arm64 ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 
 RDEPEND="
|| (



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

2020-11-13 Thread Andreas Sturmlechner
commit: 712556ba5b427369551a106d58d00b8f04bdb4a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:13:17 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712556ba

media-sound/lash: De-keyword alpha,hppa

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

 media-sound/lash/lash-0.5.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lash/lash-0.5.4-r4.ebuild 
b/media-sound/lash/lash-0.5.4-r4.ebuild
index 95da6954e5d..da41b2341e1 100644
--- a/media-sound/lash/lash-0.5.4-r4.ebuild
+++ b/media-sound/lash/lash-0.5.4-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="alsa debug gtk python static-libs" # doc
 
 BDEPEND="



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

2020-11-13 Thread Marek Szuba
commit: 7be08f0bc676e15cb92ca2856c81b5b5e13e280c
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 13 09:52:47 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 09:56:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be08f0b

net-libs/nodejs-12.19.0: drop ppc keyword

32-bit PPC not supported upstream, does not build.

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

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

diff --git a/net-libs/nodejs/nodejs-12.19.0.ebuild 
b/net-libs/nodejs/nodejs-12.19.0.ebuild
index 86e765ea302..bf5eb49acbd 100644
--- a/net-libs/nodejs/nodejs-12.19.0.ebuild
+++ b/net-libs/nodejs/nodejs-12.19.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu inspector +npm +snapshot +ssl 
+system-ssl systemtap test"
 REQUIRED_USE="
inspector? ( icu ssl )



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

2020-11-13 Thread Andreas Sturmlechner
commit: f997231c09aefa26cf5a6bdba12b28bc2efd1867
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:11:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f997231c

profiles: alpha/hppa: Mask media-sound/fluidsynth[lash]

Bug: https://bugs.gentoo.org/736725
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/alpha/package.use.mask | 4 
 profiles/arch/hppa/package.use.mask  | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index aa144d0b56e..74c2e282b58 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Andreas Sturmlechner  (2020-11-12)
+# media-sound/lash not keyworded, bug #736725
+media-sound/fluidsynth lash
+
 # Cédric Krier  (2020-11-10)
 # virtual/rust has no alpha keyword
 dev-vcs/mercurial rust

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 835742d9354..4a0922df1dd 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -4,6 +4,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Andreas Sturmlechner  (2020-11-12)
+# media-sound/lash not keyworded, bug #736725
+media-sound/fluidsynth lash
+
 # Cédric Krier  (2020-11-10)
 # virtual/rust has no hppa keyword
 dev-vcs/mercurial rust



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

2020-11-13 Thread Andreas Sturmlechner
commit: 4ffb65874f7703ded92a200e8797d89536face67
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Nov 12 19:04:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Nov 13 09:56:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb6587

profiles: alpha/hppa: Mask IUSE=jack for re-keywording timeout

Closes: https://bugs.gentoo.org/736725
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/alpha/use.mask | 4 
 profiles/arch/hppa/use.mask  | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index da981f77b67..d97a8e0f29b 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -4,6 +4,10 @@
 # Unmask the flag which corresponds to ARCH.
 -alpha
 
+# Andreas Sturmlechner  (2020-11-12)
+# media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725
+jack
+
 # Sergei Trofimovich  (2020-07-18)
 # net-libs/webkit-gtk has no alpha keywords
 webkit

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index eb4f6d02984..593e93fd717 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -7,6 +7,10 @@
 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
 # request bug for the hppa arch.
 
+# Andreas Sturmlechner  (2020-11-12)
+# media-sound/jack-audio-connection-kit re-keywording timeout, bug #736725
+jack
+
 # Matt Turner  (2020-07-01)
 # Unlikely.
 vulkan



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

2020-11-13 Thread Michał Górny
commit: ffd01bf26f6ec548b09c4adbc9d5e0cc9738f238
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 10:07:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 10:08:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd01bf2

dev-python/sphinxcontrib-spelling: Revert "Remove old"

HPPA is slacking on keywording.

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

 dev-python/sphinxcontrib-spelling/Manifest |  1 +
 .../sphinxcontrib-spelling-5.3.0.ebuild| 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/sphinxcontrib-spelling/Manifest 
b/dev-python/sphinxcontrib-spelling/Manifest
index 2473615d33c..727d0defdbc 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1,3 +1,4 @@
+DIST sphinxcontrib-spelling-5.3.0.tar.gz 45665 BLAKE2B 
c44c8c2621aecd74734c6137e1344a763e99fb61b3ce882c8ea70364df17a7e2fac49acc8878753cab1b70df2cf084de5087bed77f8b1bffe311410ecec3504d
 SHA512 
8f3c4718877e55b0ebcd3d8c0f078a6c06c27c2cdd3cc557fd2e0e990f0c8956179fd9a8b3135b280973e45c0c8657f71372746ef4b55319078db8f16c7e00e9
 DIST sphinxcontrib-spelling-5.4.0.tar.gz 46823 BLAKE2B 
8303a97b87d953a37db4548d895559baf93969c11f8417aafeb67804ec537f9ea028bcbf6a56eb3290f13871a782dcde142b1927865a6f9eefd5a20dc53061b1
 SHA512 
7e0fe6289f9482982825a1204c926490a1e31dc85e25e6418ba47f5575430875e3df5f77202ad458044b810bc2a29f989e6bc6f0c9b4934af938716a4ab887f0
 DIST sphinxcontrib-spelling-7.0.0.tar.gz 46859 BLAKE2B 
08b8fb68f485ce9a091ad88887c1683c39a99d8b138b1215228a01696181c0c1876004506f54a89812aa96dcb4936145f105829d82017576329bba416f4f
 SHA512 
b5c9585e171747addc2c9d00ede4e4c290286a6f35921fc54bb8a88bb9574b01494e5e7dbf492d59e74afd3c815a2814a4b7d27b3c3aa98a7b6b8934626d2bde
 DIST sphinxcontrib-spelling-7.0.1.tar.gz 47435 BLAKE2B 
c61d6c91f1765cbe793474f22df571fe0dff59caaef68caf48a5e43c211c589cfcdeb4a9cf397568d48071258ad945637db586c5b3c46b0002fb01248b8d4abd
 SHA512 
54e48361554c54c75aa02512cd70759fbbd439947c9a0258e80d377598d4ed63abd7adcff51c898dcfc93c8b2176395d51830cfebd55a81a4fee13740733dea8

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
new file mode 100644
index 000..f253d611a1a
--- /dev/null
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-5.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx spelling extension"
+HOMEPAGE="https://github.com/sphinx-contrib/spelling";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.7.0[${PYTHON_USEDEP}]
+   ' python3_{6,7})
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   app-dicts/myspell-en
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   dev-python/testtools[${PYTHON_USEDEP}]
+   )
+"
+
+# The doc can only be built from a git repository
+distutils_enable_tests pytest
+
+RDEPEND+="
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2020-11-13 Thread Andreas Zuber
commit: 8f2885344780ec5a5783391c6b0876fc74df04dc
Author: Andreas Zuber  gmx  ch>
AuthorDate: Fri Nov 13 10:21:37 2020 +
Commit: Andreas Zuber  gmx  ch>
CommitDate: Fri Nov 13 10:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f288534

dev-python/bitbox02: version bump to 5.0.0

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Zuber  gmx.ch>

 dev-python/bitbox02/Manifest  |  1 +
 dev-python/bitbox02/bitbox02-5.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
index ac9833d4..abd40b26 100644
--- a/dev-python/bitbox02/Manifest
+++ b/dev-python/bitbox02/Manifest
@@ -1 +1,2 @@
 DIST bitbox02-4.1.0.tar.gz 49519 BLAKE2B 
07878b1f65361f512e0067cdfb38208194c79b75a19b871de928af3ed77f8d7762eee92b476ef605a38a3755eca256d17a65d770a2f63f0cade8ff93028616a7
 SHA512 
affaf2c0f40805c37062eebab2a12174fb9f0094f0054ecba4273a906f24341efdc405dad81a20adb411d9656101afa323fc44ada40112f29107f268a6d42717
+DIST bitbox02-5.0.0.tar.gz 51158 BLAKE2B 
16d068e6c649bb89e4b3bb72e1c9b5efb7c6f777e5e3123b1194c99c83ea8fea7305e07254c01b124625a6271e63406cec84f4a972293bed912e50f2441c807e
 SHA512 
02af9bb708f9cbf3dbd2bd91c8c62992b543563edc3e3c5a3968594626e10f5cded3c8d57cbcee6d5eb2600c208ee6c6fd1886532e11e735269329e874a0e7c1

diff --git a/dev-python/bitbox02/bitbox02-5.0.0.ebuild 
b/dev-python/bitbox02/bitbox02-5.0.0.ebuild
new file mode 100644
index ..35da71f8
--- /dev/null
+++ b/dev-python/bitbox02/bitbox02-5.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Python API for communicating with the BitBox02 device"
+HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ecdsa-0.13.0[${PYTHON_USEDEP}]
+   >=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
+   >=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
+BDEPEND=""



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

2020-11-13 Thread Andreas Zuber
commit: f9265e6fed364b5aa6f5ee22d004127246cdb968
Author: Andreas Zuber  gmx  ch>
AuthorDate: Fri Nov 13 10:22:58 2020 +
Commit: Andreas Zuber  gmx  ch>
CommitDate: Fri Nov 13 10:23:30 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9265e6f

dev-python/bitbox02: cleanup old version

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Zuber  gmx.ch>

 dev-python/bitbox02/Manifest  |  1 -
 dev-python/bitbox02/bitbox02-4.1.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
index abd40b26..8c5ad6a9 100644
--- a/dev-python/bitbox02/Manifest
+++ b/dev-python/bitbox02/Manifest
@@ -1,2 +1 @@
-DIST bitbox02-4.1.0.tar.gz 49519 BLAKE2B 
07878b1f65361f512e0067cdfb38208194c79b75a19b871de928af3ed77f8d7762eee92b476ef605a38a3755eca256d17a65d770a2f63f0cade8ff93028616a7
 SHA512 
affaf2c0f40805c37062eebab2a12174fb9f0094f0054ecba4273a906f24341efdc405dad81a20adb411d9656101afa323fc44ada40112f29107f268a6d42717
 DIST bitbox02-5.0.0.tar.gz 51158 BLAKE2B 
16d068e6c649bb89e4b3bb72e1c9b5efb7c6f777e5e3123b1194c99c83ea8fea7305e07254c01b124625a6271e63406cec84f4a972293bed912e50f2441c807e
 SHA512 
02af9bb708f9cbf3dbd2bd91c8c62992b543563edc3e3c5a3968594626e10f5cded3c8d57cbcee6d5eb2600c208ee6c6fd1886532e11e735269329e874a0e7c1

diff --git a/dev-python/bitbox02/bitbox02-4.1.0.ebuild 
b/dev-python/bitbox02/bitbox02-4.1.0.ebuild
deleted file mode 100644
index 35da71f8..
--- a/dev-python/bitbox02/bitbox02-4.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python API for communicating with the BitBox02 device"
-HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ecdsa-0.13.0[${PYTHON_USEDEP}]
-   >=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
-   >=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
-BDEPEND=""



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

2020-11-13 Thread Michał Górny
commit: 8db19df83da44ca5333a66681a5caa1f9a14ed30
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 10:26:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 10:26:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db19df8

sys-kernel/gentoo-kernel-bin: Remove old

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

 sys-kernel/gentoo-kernel-bin/Manifest  | 39 ---
 .../gentoo-kernel-bin-5.4.73-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.4.73.ebuild| 53 
 .../gentoo-kernel-bin-5.4.74-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.4.74.ebuild| 53 
 .../gentoo-kernel-bin-5.4.75-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.4.75.ebuild| 53 
 .../gentoo-kernel-bin-5.4.76-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.4.76.ebuild| 53 
 .../gentoo-kernel-bin-5.8.16-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.8.16.ebuild| 53 
 .../gentoo-kernel-bin-5.8.17-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.8.17.ebuild| 53 
 .../gentoo-kernel-bin-5.8.18-r1.ebuild | 57 --
 .../gentoo-kernel-bin-5.8.18.ebuild| 53 
 .../gentoo-kernel-bin-5.9.1-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.1.ebuild | 53 
 .../gentoo-kernel-bin-5.9.2-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.2.ebuild | 53 
 .../gentoo-kernel-bin-5.9.3-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.3.ebuild | 53 
 .../gentoo-kernel-bin-5.9.4-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.4.ebuild | 53 
 .../gentoo-kernel-bin-5.9.6-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.6.ebuild | 53 
 .../gentoo-kernel-bin-5.9.7-r1.ebuild  | 49 ---
 .../gentoo-kernel-bin-5.9.7.ebuild | 53 
 27 files changed, 1421 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 9a182f869b7..37404c76777 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,48 +1,9 @@
 DIST gentoo-kernel-5.4.72-1.amd64.xpak 61507115 BLAKE2B 
7d8b21516126c550e06e335b886a02b314b1d6547efcfd788b8e44be3cfd308cac633b0b846bfe56aa093125a2a8afb1893cbcefb023312e121f9e598e53a248
 SHA512 
9b6446b4b1da1275d044316244c70f941c1ffc0c0128c1a8620921e9eccd9e6224cd19bc4b8e45388f6e41c6f7819647e727857af0a069e9c68b70a7d38d0704
 DIST gentoo-kernel-5.4.72-1.arm64.xpak 56655064 BLAKE2B 
3b13004d69a7b74c076849fc872104fd4fe3f7e318ff0484fdbe6eff9d9f3235eed57265f52b5737febee6abbd3674c931a13feb2f38accb1114280ea2afb46f
 SHA512 
5159ffaebae025766aa4742037a1d2fbc4fab220b0feea5da7705eb7b9e1e15e5b7a4c0a53e3032ce07b72e0e733a6a58029eb134d6583a9d9621a435ba07df1
 DIST gentoo-kernel-5.4.72-1.x86.xpak 53373842 BLAKE2B 
2ea66aee50688fb5d28ac2295db78f97cd844f7be103f3d4d164a8ffe1e855a045118e24b0b62e213f6bfd93cbb44c79823817d5ae0f8ca286cffaf11b0cafee
 SHA512 
8bc3d4b7cab6e5ca4448418c1c3f81b3f1efa7eabf4896ac18eef1a52f05b8fae3731a955ffadaa309a933843dfca235da58440848b03c5da6bc3537e686018c
-DIST gentoo-kernel-5.4.73-1.amd64.xpak 61492439 BLAKE2B 
4781ef449d55052d10c1a5e8a676cc3ab3a1741b8b87931eae7a98b52e29c10d4e403485efb7970e09ac3af06e01aeb039f2cadbd03a2f0d0c4a3439c44a9b2e
 SHA512 
16d9944a3199f03d690dc9e8c5b3727be6bc144d75a7563fa4fdb4064d0df68efa7c3b66e435eef8357ff505d40ecce18cfa2c567aa06cee8ee3b8b486ca110a
-DIST gentoo-kernel-5.4.73-1.arm64.xpak 56501830 BLAKE2B 
c45f1c8dab17b85c67ef13682e78b765e25cd1f5c476e682cd0e63cc4bf46f7f7bcd49c85287be92c061c20b8d69d51b4afded4ae1224e1006f7cb944fa06b0c
 SHA512 
b860f1963d1d72c464df0a0ca0e2110b39e8e067837562c1d2995c9f6b3d90374b683e80cca4893d809fa115c7b1e4e73f7886b4a9b11cfe24f6e901ee11358b
-DIST gentoo-kernel-5.4.73-1.x86.xpak 53365942 BLAKE2B 
e481ca32a89463f5c77f154c4cabcacd25221f18e0011e168ea26226eb4cdc8cc1d5aafd80cb7ebd1dde59395a8ee3aa066511d70e36ad13aba44d145b6efbe6
 SHA512 
6503ac67aa068571d7c011156da045575663b5dbfaf945110a2a67d6d32ac3ae6159c6c2fc20cdd87e6c5fde9d7c1f7afa5b59fd7cfec5c3ccecb420196284af
-DIST gentoo-kernel-5.4.74-1.amd64.xpak 61504540 BLAKE2B 
9476e1f090d7ae4e2f8d4bdfce5521cf4c79ba1b4bf9f603e4ca6098ae2d995f4e6d06eb975eb40fd3b4da68434bbe156b5b6d91f14d124650ec85ea322655d3
 SHA512 
a18d66f43150fc24799dcdc9a4f40ad375a0184867bac278fde14d612001ece9f17fe1a6eacd7cf77e469bf1626f44bdce4

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

2020-11-13 Thread Michał Górny
commit: b17e671a1f55682354ac2e02ea2eefc0fbbd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 10:26:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 10:26:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17e671a

sys-kernel/gentoo-kernel: Remove old

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

 sys-kernel/gentoo-kernel/Manifest  |  35 --
 .../gentoo-kernel/gentoo-kernel-5.4.73.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.4.74.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.4.75.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.4.76.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.8.16.ebuild  | 134 
 .../gentoo-kernel/gentoo-kernel-5.8.17.ebuild  | 134 
 .../gentoo-kernel/gentoo-kernel-5.8.18.ebuild  | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.1.ebuild   | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.2.ebuild   | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.3.ebuild   | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.4.ebuild   | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.6.ebuild   | 134 
 .../gentoo-kernel/gentoo-kernel-5.9.7.ebuild   | 134 
 14 files changed, 1789 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index e71fe65c467..3e24a0a61c4 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,51 +1,16 @@
 DIST genpatches-5.4-73.base.tar.xz 2527064 BLAKE2B 
6e0b392681d6e5e709a02c1c8f15fe06ef1651f1530506982feec7fd436aa04ea75079eeb5d3a61c91bcbb46c59a232cb8cb67c62fa7b2e8b289591142dd9430
 SHA512 
db987b95895fc37243e3697f3ef8f33787489e173fefb84ad09a6600898b2b9b285d9113e6f867aab0c3d5b4c65398f4bcbc40a4220f3cf2b355da9def209dae
 DIST genpatches-5.4-73.extras.tar.xz 1772 BLAKE2B 
7475a0907f287fef28ee8bf220932528107bbac0d612dc05de6ca8b2dd86ddf37d9acea31ab2977a677f6ea3a19c594737b23e504da405fa811c4d0faf00b94a
 SHA512 
751898547b1f60070f1d8431cd89daff55e33473c8fe68415a15e3b8079ae2d3e44318815ba47a1ce9750feb1cac1812eb8eb7765426b204eb1357993cc68cb0
-DIST genpatches-5.4-74.base.tar.xz 2616380 BLAKE2B 
d79290a1a6aa3464fcb5ea31d5ec28adc3b9275b7240627e431a9cbc69735426434345f0259e08efdf10e3660d60f3d4b6f22e7883cca39c8136f2ee39fad646
 SHA512 
ac5df7e61f00659c01ad90a6e52e20a9860f154e899aaef7179d28d3fc311ec804d34c9ef15bf22903e0c0783d00d375019e7dbca58b94ab5c09da0b8a8214a8
-DIST genpatches-5.4-74.extras.tar.xz 1772 BLAKE2B 
02086dddbfb1c41c2f0e0f693469ed18a870dfee1eb7305c464668a63fc29262e976c79078339691df1493280b8aececadb9bbf8398bf47d339ff06c14271c07
 SHA512 
ea43bb8a42dbcd63982a4350d287e222a945596f31a513cf6c61711e0e9d586171d8c319a51e63a465cc4fd69ff3fcfa36816d552d09dcd5831ea59473a73a0e
-DIST genpatches-5.4-75.base.tar.xz 2626680 BLAKE2B 
ff32045765e11e01c26a3a11d095940c94fc1774734104c73b0a014401464b97ca623f354e62fc46f8427ae440149e5738741c78e79dc014d4e12ca24470384d
 SHA512 
8c5bc194525e352f4b2a7fd6f92a5344a8036f60440bdbcde0fcf0ed401c191921fa15066aeb368c91d40fb6d166c7bec1ea55f01e5c8ffc3e296c9dc0ee1e2d
-DIST genpatches-5.4-75.extras.tar.xz 1772 BLAKE2B 
64073a8352dcd26668abacb591afc4f9452d071682619ad335cd77a71c6a82875a189e3d1e5a005da63b81038fe5b7667b282301b3d97f8f218c9ab7d37c02d7
 SHA512 
b43853961b1b60de1f1577de46d4bf1f650ffc96e46a64d6a37fbdebfd76cd5edc2847ae350ed6eb463f29cb55846cc322744918d5a59a21814c4a7c41b0d795
-DIST genpatches-5.4-76.base.tar.xz 2688764 BLAKE2B 
1beffb1043246ec2e855e472da7c038b8a0d1a0e2dbf2b3a41e3139297d0fddffd31cba5338abb8494981f90f963a5f39623a3f638f85d1f10d8fe3901069bae
 SHA512 
da3757d7a831cd9693a06bab9d0df4e9ab02d95fd8ad28ff725798a58a3b06aa036e3d9664ec1dc6f44bdc1292d0c77b57c75a1efceb63059a6640ae8c963bd6
-DIST genpatches-5.4-76.extras.tar.xz 1772 BLAKE2B 
e03408c3e8d8549ac150268df059c8a12c30bd80c591fa2fb3e9672d0a5df74c8d277ba4e2ca9afbd361fc9a59fc3cf934c634af4a56fb7d4c6c347d6e6efb71
 SHA512 
19c050f98ff36e27faf5404aea25b5d6fa8e4762a9ac69cee9e177a6e056f53c566dea44860e0428b833b48ff6ee4bae95a2057af4564f2877a4f1a6d2909830
-DIST genpatches-5.4-77.base.tar.xz 2712444 BLAKE2B 
358bea510b894012d40bc4992ff04698c1bc5a9b3baf5eef7aee28bbafa8b8774f46d113134774f183d10e18ff7d57998989f11da068a06f0bbb4e437a8e6137
 SHA512 
a3fed2a4c2a547a7a97af94b68dc426e709bd1e7780fdaaf7d3167f81052062a6c9cd40bd6b78e4c97cecac1f3e02b1097a268f39453eed46a5f2dd85d06b11d
-DIST genpatches-5.4-77.extras.tar.xz 1772 BLAKE2B 
8a33792ed12e88de1eac2908f0bbfb71085a1a6a5daa35e0904f23cab1ccbfff1ebead1b0a8c66331aef787aacd8d96765dbd5dde5de840a882012386b3646ef
 SHA512 
69e36e134a9b635dd1b7eda48eb87eaf1f85456b7090bb7dc9e0cdd7cc80b1a840a68a77f0e42189fb3c9c584c64a0a58d6b8d1ed1c5eeb197df78b06744d2fb
 DIST genpatches-5.4-78.base.tar.xz 2710752 BLAKE2B 
caf08c588198fa9a364ec299c

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

2020-11-13 Thread Michał Górny
commit: 4344f8794684a4f2fd5919d4aeb93dc65b93310f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 10:26:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 10:26:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4344f879

sys-kernel/vanilla-kernel: Remove old

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

 sys-kernel/vanilla-kernel/Manifest |  29 
 .../vanilla-kernel/vanilla-kernel-5.4.73.ebuild| 129 --
 .../vanilla-kernel/vanilla-kernel-5.4.74.ebuild| 146 -
 .../vanilla-kernel/vanilla-kernel-5.4.75.ebuild| 146 -
 .../vanilla-kernel/vanilla-kernel-5.4.76.ebuild| 146 -
 .../vanilla-kernel/vanilla-kernel-5.8.16.ebuild| 127 --
 .../vanilla-kernel/vanilla-kernel-5.8.17.ebuild| 127 --
 .../vanilla-kernel/vanilla-kernel-5.8.18.ebuild| 144 
 .../vanilla-kernel/vanilla-kernel-5.9.1.ebuild | 127 --
 .../vanilla-kernel/vanilla-kernel-5.9.2.ebuild | 127 --
 .../vanilla-kernel/vanilla-kernel-5.9.3.ebuild | 144 
 .../vanilla-kernel/vanilla-kernel-5.9.4.ebuild | 144 
 .../vanilla-kernel/vanilla-kernel-5.9.6.ebuild | 144 
 .../vanilla-kernel/vanilla-kernel-5.9.7.ebuild | 144 
 14 files changed, 1824 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 8d16aed6b6b..503221381a8 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,42 +1,13 @@
-DIST kernel-aarch64-fedora.config.5.8.5 215148 BLAKE2B 
c71380f46c1b37e9e17bab6d78907114369b377bcbdb54afa2c35b6a222937fd061f25309d8de0cc78ef2329ede7192722270acceeaa3da4629a5f58d8fee809
 SHA512 
e86e2c60e88b1ea5968db1a471d7d928ccb3146fe850f8f2813ef315f2de0cbfa0daa2f6828dee71acb2299f65f05fc0b6f1572a82fb146ae9f53a905fe94e97
-DIST kernel-aarch64-fedora.config.5.9.0 217558 BLAKE2B 
38e3c31b710c30d29dbf0b5304c2b9e0615af08ec11a01318bc0c4811b91a0803a96483e986f3dd83369b14e9329bdeb0e0d834761af9a644d831eba43eb910d
 SHA512 
d38d05aef2a809207a186eacc365118d68e7ef82939b45ac5b9038cb493c771f8fa10009a0082f36c79c2e6b5b2ec193a6b1f50bc51a6190b77f57ab7cf237a1
 DIST kernel-aarch64-fedora.config.5.9.2 217893 BLAKE2B 
03a36c1fe81a16b434cd94bad3984bf8984808b2e7092089f9a23a565c6d9bc8a512baa4e5754633783ef47feb6cc67010a0093f096e5a15db0f13aaaf6d6426
 SHA512 
ebe29150ae625cf2f285649984c27246ef85cc13f0b5d4e40dd3ef479489aaa09b6ee4aee859d6e4361dd7e7b4432db8aec077a099a25e90609b9eac2d42802d
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
-DIST kernel-i686-fedora.config.5.8.5 199121 BLAKE2B 
f6e16e6faac6e730eb4c9c3edc1c173b2988b49fe677d34ef1540541911b8f76e5bdc166327d73237c78c1769d484de18864044c91b7da253795506c674d7303
 SHA512 
0a2c9abaae11ac1ec2e43da4b53fd1731a9bec983a7fda7b9e20f1d25b816e6b0bd217b255ca95b02a8b6530e923b4fc7de770f6a66411045712e7de61d431af
-DIST kernel-i686-fedora.config.5.9.0 201027 BLAKE2B 
1939ffac8baf290e9c0ab6bff25a365af8c674b360e3adc5e9bfd710473abbd38a124f5279b2259cbc0c9345e0ca5b667c67324b194742693561c91528cf1793
 SHA512 
e5ba77e899360cef9dc45a5b5baf646aed04fdeb771727a6696f156bd0aa8aed4dbac13ffd78779e1b1ac657c1f9569bcb2d0c3bcd4be2063d7a1b68e6aab983
 DIST kernel-i686-fedora.config.5.9.2 201362 BLAKE2B 
93e5dbbeec7761d777b8cf8795b38dd6a727f07c58176013dc5d18c60165af21c6e0e9140c7c7217fcc31f9b9a9c959be9d3ef0f853035986605fc513e7c70c1
 SHA512 
7bb41160333fa0f751c80ec9ad1e49ef991c26e05575a1e5fb41967bd984c91294629d91624eacbbdf2f307a28f9de8c994a9a7bef63cc933b0e13727dd33619
 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-fedora.config.5.9.0 187611 BLAKE2B 
0fcf6d09edb2afbaac88e8588bf3f0daba4a6b810ab3d88121c1c55790b8dabe24ab02f9b042b775a909e29d3e43b7cded8120417823712409d3388a93ad5996
 SHA512 
cb76b2a140a8362c1925a4bb8d048990feb81c625da95f170d7ab986fc0d0cdfaef79acfdf4e5f167fc70efc42da80c1038ee37f7ce3bbcd3782c5beed6607f3
 DIST kernel-ppc64le-fedora.config.5.9.2 187957 BLAKE2B 
ae15f248

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

2020-11-13 Thread Lars Wendler
commit: 605695e11a7ec3dd68f1cef2bf928de513b5e988
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Nov 13 11:05:31 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Nov 13 11:22:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605695e1

www-client/seamonkey: Bump to version 2.53.5. Removed old

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

 www-client/seamonkey/Manifest   | 2 ++
 .../{seamonkey-2.53.5_beta1-r1.ebuild => seamonkey-2.53.5.ebuild}   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 2bd43afee05..9a59f6995d2 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -2,6 +2,8 @@ DIST seamonkey-2.53.3-system_libvpx-1.8.patch.xz 3128 BLAKE2B 
f73802d2715a11964a
 DIST seamonkey-2.53.4.source-l10n.tar.xz 12110188 BLAKE2B 
6bf25f25bd72e35252824221d6ecf43f910cae65e21e2e15b628d9340256a3196b11a20522ce6284cee28a92141907ddcd5366427c356e57fb1a0015a064a2c2
 SHA512 
a5ac165412d3391206b7bcb2e7112693ce272e47e6cd2da321a60f52799fb04ac0d1ea84fb535ba73ef8d9faf5d582b314d2890768fd440136c830f3c88777cd
 DIST seamonkey-2.53.4.source.tar.xz 294513316 BLAKE2B 
79425b0d15f99e30bd70871c28636ed8c567703b7048a46534fa971debbfeb90dd05880feca49354cb818c4a127cbc1f3ff17729784f90de91ba82db6da5fa59
 SHA512 
3450d6251f309bee96aa792cdce66b946d841089e0031ccbcf606845b1e0c951d58a8117a9e61e2d2435c1df614110944e5eac7ae9bd08429146bfe7334137fb
 DIST seamonkey-2.53.4_beta1-patches-01.tar.xz 39676 BLAKE2B 
de7742e6c286ca21403d003e22e3eba56e4d59c3f628c9768b47bac148abefbabfcd0510c89cc319c29e0775e316922c680d3de3dbfc542cae4f1f4942773124
 SHA512 
e97d6de074041f17cfe935995ce7116dee4249dc736315c82ed3878a92189d09542f141f65499ecdfd8621638d130b6d5786ab6033f3f794a805e136acefec3d
+DIST seamonkey-2.53.5.source-l10n.tar.xz 12108000 BLAKE2B 
f8e3b3bcdadf92decaa2cffacac937a6c219017a205385136e98fa6fa13d5176dc000ee00ac910951d1e623c82241b1ed3d0b0b6754c5c5e0d2cf315c9bd097a
 SHA512 
6532465d0ffbe2f36e5db0b54a801bf3b5d5481a1f39933620bea641e7faf8fcc0a04f5ff1e72272f119954835663e6d1fdb3d0595468a2fbb336b71d0290ce6
+DIST seamonkey-2.53.5.source.tar.xz 285387556 BLAKE2B 
34f0a0b24f15f13bd8b7975a863a9351e2d29494bc374f5d525d3c2720a834fe328320aaea88556abb76e6b131c756a107c3ee9275c2a65da582a6beecdc94f8
 SHA512 
d2722a8864bcdb58851447802576877198e1b71a76a0be04df9ccabd449bdbdd200402ca10041bcab21eca757edc8e6a1c3dc7ec3244cca119f2d1c8979d3a9b
 DIST seamonkey-2.53.5_beta1-patches-01.tar.xz 43068 BLAKE2B 
15c555d5c4abca6fc34a029dd85602618a26fa42d7b4960c664f64f685e0e22547bd4611c1ac60040840584c0a02bc7bf04e47f0c09b1f996258ae2e97572757
 SHA512 
f8e5e0c8660c60bbf9a6da843ea82136ab47744d2b68eaa767d5d688e21c773a47e36fdaa3fbd17061609cae7ab0433cd265e0dfe72cc75108017d6e5b2534f6
 DIST seamonkey-2.53.5_beta1-patches-02.tar.xz 44096 BLAKE2B 
e0c31af11b3bf88f572703403f186bda71af0c26cd52a99b773dfd765961c430f2d516bba266871b28e5848d5c0f9e9df1a074b05f4b5da7323fd9042c25054e
 SHA512 
434e4cad74d659f46a051207bf43087ad780e40c29b465a9c4c8e7366e9d8b197da20e5ffbafadb8ddb3f1754ad81b75f3d7a899adadd3bb8a7b83e501cfaf9a
 DIST seamonkey-2.53.5_beta1-perf-guide_checksum.patch 40647 BLAKE2B 
e94e892e5b696a57087a91060c79de649bd0bc053ad5d9158017870e37b3b478e5e30cace2fb07c72d6e29954c7678dcfea7f2039369c78a390b6e29d7419d07
 SHA512 
1f77ca1109d454db3065fe0af7ad87f7bc69995ec9f4141858746019623608f09f3c30510bd5a1a9123cafdaa328fdbc98750875daa727a98590cb0537343b51

diff --git a/www-client/seamonkey/seamonkey-2.53.5_beta1-r1.ebuild 
b/www-client/seamonkey/seamonkey-2.53.5.ebuild
similarity index 99%
rename from www-client/seamonkey/seamonkey-2.53.5_beta1-r1.ebuild
rename to www-client/seamonkey/seamonkey-2.53.5.ebuild
index 50f376593f4..4043d78b6ea 100644
--- a/www-client/seamonkey/seamonkey-2.53.5_beta1-r1.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.5.ebuild
@@ -184,6 +184,7 @@ src_prepare() {
# Apply our patches
eapply "${WORKDIR}"/seamonkey
 
+   rm "${WORKDIR}"/firefox/4000_sysctl.patch || die
# browser patches go here
pushd "${S}"/mozilla &>/dev/null || die
eapply "${WORKDIR}"/firefox



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

2020-11-13 Thread Lars Wendler
commit: 88147f75b169667b3d3c84a45c0d02b2da34b763
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Nov 13 11:22:41 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Nov 13 11:22:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88147f75

www-client/seamonkey: Removed old

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

 www-client/seamonkey/Manifest  |   3 -
 www-client/seamonkey/seamonkey-2.53.5_beta1.ebuild | 531 -
 2 files changed, 534 deletions(-)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 9a59f6995d2..e5014fea0d2 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -4,8 +4,5 @@ DIST seamonkey-2.53.4.source.tar.xz 294513316 BLAKE2B 
79425b0d15f99e30bd70871c28
 DIST seamonkey-2.53.4_beta1-patches-01.tar.xz 39676 BLAKE2B 
de7742e6c286ca21403d003e22e3eba56e4d59c3f628c9768b47bac148abefbabfcd0510c89cc319c29e0775e316922c680d3de3dbfc542cae4f1f4942773124
 SHA512 
e97d6de074041f17cfe935995ce7116dee4249dc736315c82ed3878a92189d09542f141f65499ecdfd8621638d130b6d5786ab6033f3f794a805e136acefec3d
 DIST seamonkey-2.53.5.source-l10n.tar.xz 12108000 BLAKE2B 
f8e3b3bcdadf92decaa2cffacac937a6c219017a205385136e98fa6fa13d5176dc000ee00ac910951d1e623c82241b1ed3d0b0b6754c5c5e0d2cf315c9bd097a
 SHA512 
6532465d0ffbe2f36e5db0b54a801bf3b5d5481a1f39933620bea641e7faf8fcc0a04f5ff1e72272f119954835663e6d1fdb3d0595468a2fbb336b71d0290ce6
 DIST seamonkey-2.53.5.source.tar.xz 285387556 BLAKE2B 
34f0a0b24f15f13bd8b7975a863a9351e2d29494bc374f5d525d3c2720a834fe328320aaea88556abb76e6b131c756a107c3ee9275c2a65da582a6beecdc94f8
 SHA512 
d2722a8864bcdb58851447802576877198e1b71a76a0be04df9ccabd449bdbdd200402ca10041bcab21eca757edc8e6a1c3dc7ec3244cca119f2d1c8979d3a9b
-DIST seamonkey-2.53.5_beta1-patches-01.tar.xz 43068 BLAKE2B 
15c555d5c4abca6fc34a029dd85602618a26fa42d7b4960c664f64f685e0e22547bd4611c1ac60040840584c0a02bc7bf04e47f0c09b1f996258ae2e97572757
 SHA512 
f8e5e0c8660c60bbf9a6da843ea82136ab47744d2b68eaa767d5d688e21c773a47e36fdaa3fbd17061609cae7ab0433cd265e0dfe72cc75108017d6e5b2534f6
 DIST seamonkey-2.53.5_beta1-patches-02.tar.xz 44096 BLAKE2B 
e0c31af11b3bf88f572703403f186bda71af0c26cd52a99b773dfd765961c430f2d516bba266871b28e5848d5c0f9e9df1a074b05f4b5da7323fd9042c25054e
 SHA512 
434e4cad74d659f46a051207bf43087ad780e40c29b465a9c4c8e7366e9d8b197da20e5ffbafadb8ddb3f1754ad81b75f3d7a899adadd3bb8a7b83e501cfaf9a
 DIST seamonkey-2.53.5_beta1-perf-guide_checksum.patch 40647 BLAKE2B 
e94e892e5b696a57087a91060c79de649bd0bc053ad5d9158017870e37b3b478e5e30cace2fb07c72d6e29954c7678dcfea7f2039369c78a390b6e29d7419d07
 SHA512 
1f77ca1109d454db3065fe0af7ad87f7bc69995ec9f4141858746019623608f09f3c30510bd5a1a9123cafdaa328fdbc98750875daa727a98590cb0537343b51
-DIST seamonkey-2.53.5_beta1.source-l10n.tar.xz 12108000 BLAKE2B 
f8e3b3bcdadf92decaa2cffacac937a6c219017a205385136e98fa6fa13d5176dc000ee00ac910951d1e623c82241b1ed3d0b0b6754c5c5e0d2cf315c9bd097a
 SHA512 
6532465d0ffbe2f36e5db0b54a801bf3b5d5481a1f39933620bea641e7faf8fcc0a04f5ff1e72272f119954835663e6d1fdb3d0595468a2fbb336b71d0290ce6
-DIST seamonkey-2.53.5_beta1.source.tar.xz 285415424 BLAKE2B 
72b3348b347c293244f7c6bd62113725f640d3e39506be03c8e74170e255167ff63bc169eb506814bdf8cb05d410f851a94e947b008118582cfa1be413f6f842
 SHA512 
ea67917d90dc5119ff6cdd81ae5a1ef067deea770bf80cef0a6415b3e30c53c43b97e1c2d14f8b5e7e0ee8015e9a658012203f01d977f2a94cab8e7d4ed7e366

diff --git a/www-client/seamonkey/seamonkey-2.53.5_beta1.ebuild 
b/www-client/seamonkey/seamonkey-2.53.5_beta1.ebuild
deleted file mode 100644
index 0f4f3229e2f..000
--- a/www-client/seamonkey/seamonkey-2.53.5_beta1.ebuild
+++ /dev/null
@@ -1,531 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WANT_AUTOCONF="2.1"
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
-
-# This list can be updated with scripts/get_langs.sh from the mozilla overlay
-# note - could not roll langpacks for: ca fi
-#MOZ_LANGS=(ca cs de en-GB es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT
-#  ru sk sv-SE tr uk zh-CN zh-TW)
-MOZ_LANGS=(cs de en-GB es-AR es-ES fr hu it ja lt nl pl pt-PT
-   ru sk sv-SE zh-CN zh-TW)
-
-MOZ_PV="${PV/_pre*}"
-MOZ_PV="${MOZ_PV/_alpha/a}"
-MOZ_PV="${MOZ_PV/_beta/b}"
-MOZ_PV="${MOZ_PV/_rc/rc}"
-MOZ_P="${P}"
-MY_MOZ_P="${PN}-${MOZ_PV}"
-
-if [[ ${PV} == *_pre* ]] ; then
-   
MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_pre}";
-else
-   MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases/${MOZ_PV}";
-fi
-
-S="${WORKDIR}/${MY_MOZ_P}"
-SRC_URI="${MOZ_HTTP_URI}/source/${MY_MOZ_P}.source.tar.xz -> ${P}.source.tar.xz
-   ${MOZ_HTTP_URI}/source/${MY_MOZ_P}.source-l10n.tar.xz -> 
${P}.source-l10n.tar.xz"
-
-MOZ_GENERATE_LANGPACKS=1
-MOZ_L10N_SOURCEDIR="${S}/${P}-l10n

[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe-bin/

2020-11-13 Thread Michał Górny
commit: 7173ab7c2dac19e4701364f7041e8da021b41ebb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 11:44:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 11:53:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7173ab7c

dev-python/pypy-exe-bin: Bump to 7.3.3rc1

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

 dev-python/pypy-exe-bin/Manifest   |  2 +
 .../pypy-exe-bin/pypy-exe-bin-7.3.3_rc1.ebuild | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pypy-exe-bin/Manifest b/dev-python/pypy-exe-bin/Manifest
index 77f4de3e85f..fc2b38b03da 100644
--- a/dev-python/pypy-exe-bin/Manifest
+++ b/dev-python/pypy-exe-bin/Manifest
@@ -2,3 +2,5 @@ DIST pypy-exe-7.3.1-1.amd64.xpak 13578971 BLAKE2B 
6ff3c64ec88813ef68d325cff5e2da
 DIST pypy-exe-7.3.1-1.x86.xpak 10239654 BLAKE2B 
2588e879e2bd3ea41938ec21f55167d118cb493680f8e7aded6d6c01bed6499efd65f7d7f56e305a4ebc2aab02adf9d58fceccb503dd0ff41e93c642baf2191c
 SHA512 
110b202c805729bcd6789ea0f6c7bffe62ab23cbd33fcff572254f56f4da82e25f9f7f617c5a4b3911044c07ea33ae8d17bd8547bb7779ca517b973b553e6b1d
 DIST pypy-exe-7.3.2-1.amd64.xpak 13541084 BLAKE2B 
8af5c35d99275a2131d4b6c51f505a9bf3015a144387030c78a490c331f1fb34b69106ad6ed961247b4de6a39d2fde47a1ebad204e3a3569f269ed7ee32559de
 SHA512 
82d99e896954aec8749154e19d42636608403e4c4bece34e72b5804208cb42ed26bfdf4506ab2579a3b74d7cede97ef66b313ae9feeddabbfd79045090dc3035
 DIST pypy-exe-7.3.2-1.x86.xpak 10216001 BLAKE2B 
934be623ce1afa9d0bfb1b3725e89d994352c9d57b9807c6fa135a0aabe3c50633566425b25ebf98f1cec8160eadf5305033ac3f3ba4cfff5fb7b39e5d19f9c6
 SHA512 
9d25f1d82af3ed1c4d046e5f3434d12ed4c02eee4cc8adb64a03159bb48cf114f393bd60c67223447796726f59b622f8462ac439446eb14dcf2e76983da635e8
+DIST pypy-exe-7.3.3_rc1-1.amd64.xpak 13533939 BLAKE2B 
9b959a51e5e896d68d5321ac27f661900eda5407e6682883cea00e6d7363c4a1287044da47a7e750ae93fe9801a8ca3ee4fc9846b679998f3fbddefc19a62593
 SHA512 
a0c73ec6e300f0f52ac8f8305e92670eec8aacb11f7cb345804f042ae40d514ea1be2b14511422791e46b758437af49e43d409a27fb0087bf881143f6b265f17
+DIST pypy-exe-7.3.3_rc1-1.x86.xpak 10254396 BLAKE2B 
e3fa75dc753cc64baca69f802f2f52557b4b374801df7ede216c10f485130b2beb321d404e592e5de49d048de89f1a4496e946ebc8e7a831b1de7806d32e99a7
 SHA512 
6fae90183fea72dd913342fb230aca09091d0ef94f81a62750f39885bbaec78e227eb282372fe9f869ade1abdaac0ee7c93900311d495dc10735fb4573aaf52b

diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.3_rc1.ebuild 
b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.3_rc1.ebuild
new file mode 100644
index 000..d6efaa6215d
--- /dev/null
+++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.3_rc1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils
+
+MY_P=pypy-exe-${PV}-1
+DESCRIPTION="PyPy executable (pre-built version)"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/pypy/dev-python/pypy-exe/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/pypy/dev-python/pypy-exe/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS=""
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0/1
+   dev-libs/libffi:0/7
+   virtual/libintl:0/0
+   dev-libs/expat:0/0
+   app-arch/bzip2:0/1
+   sys-libs/ncurses:0/6
+   !dev-python/pypy-exe:${PV}"
+
+QA_PREBUILT="
+   usr/lib/pypy2.7/pypy-c-${SLOT}"
+
+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_install() {
+   insinto /
+   doins -r usr
+   fperms +x "/usr/lib/pypy2.7/pypy-c-${SLOT}"
+   pax-mark m "${ED}/usr/lib/pypy2.7/pypy-c-${SLOT}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe-bin/

2020-11-13 Thread Michał Górny
commit: efd81ba4a4d240921f46c6cfd8db9fb0ff6e9901
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 11:45:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 11:53:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd81ba4

dev-python/pypy3-exe-bin: Bump to 7.3.3rc1

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

 dev-python/pypy3-exe-bin/Manifest  |  2 +
 .../pypy3-exe-bin/pypy3-exe-bin-7.3.3_rc1.ebuild   | 48 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/pypy3-exe-bin/Manifest 
b/dev-python/pypy3-exe-bin/Manifest
index 0a31df41925..2913842b69c 100644
--- a/dev-python/pypy3-exe-bin/Manifest
+++ b/dev-python/pypy3-exe-bin/Manifest
@@ -4,3 +4,5 @@ DIST pypy3-exe-7.3.2-r1-1.amd64.xpak 11745754 BLAKE2B 
16b6b078609b6c6fb9f87c8d6f
 DIST pypy3-exe-7.3.2-r1-1.x86.xpak 9030835 BLAKE2B 
8fe13acd6bb93a60ed3f4268c1c53e7bb0101c7f68a58ddda4f7cec8fc5d4b3df463de2fbb585adbfb04349a96807a6c34246ceab76e001bfedabaddba90750b
 SHA512 
ab463d5df575b1b8a01fa129f96b1317de37d2a0de83d124d411be63add0a241700a918885ed7128221cadfbb0d3b0d49d32d57ec25c59ec45e26e5bb1c4c0c0
 DIST pypy3-exe-7.3.2_p37-r1-1.amd64.xpak 11864985 BLAKE2B 
69fe7b080ec4fe6cf3d0e06c0d7c00c17627259d57ff02a1dc0629374f92f425889a3e40b075f48687af47e97b2504252369bd106011961337fe1708d6e35561
 SHA512 
673de3083be18d9f62e9586eb0daae3e1a041f245ffb17fabb0b88ee6262cdd3ffd7dc723e6b72eb42057d0bbffbcc82a5c2864e585c5a1b184983445269500e
 DIST pypy3-exe-7.3.2_p37-r1-1.x86.xpak 9126391 BLAKE2B 
e8b68a1ce9ada6cf9a27dfcac78564d8a3020575ce9d1db7460c8aec8097abb6624bbce594d84556525253de8c620cb8acaf7e381af48d71b97bfdcfc5759a05
 SHA512 
29172e3d99775af10507167cd84f120677bfa752747b8d11f5434b16aea7eac9aa06bc820949cac132a2bd6e3c69df4da8a8a6bbba9cf4fe01db6cf1b0f725c6
+DIST pypy3-exe-7.3.3_rc1-1.amd64.xpak 11732062 BLAKE2B 
8e2a6fbfdf3a4ada68a3f7f4993b82ca93e254ab74c3ffe581dd8e813d96663fc172bed75019c1058e48af8b6b0cd6146847e21e854d26d1e54744cc69341d22
 SHA512 
673765c986b78a6a00ff913c624d9d0868f6471e1f942dfab19c61c027ea459608c76c3c5a88c8a19444e958a6b882839ab10eadc0ee0b5f02df0f6ff203518b
+DIST pypy3-exe-7.3.3_rc1-1.x86.xpak 9036319 BLAKE2B 
d681c12cd496c9be7aea29bc9b6fbdbe1b30c38cfa511b39eae5ffb1a9b6ff06a5a728685ea8d0c0d2083dc153bd2a0c2d934381d60a1c89ba605abc629bd11c
 SHA512 
f15f267b0e6f6edfee8aa501f9ce486612ccbbe6b60969247b81d1d0ada014704fb383d80fd93f875f2336268131884c513c02cf7396d5388019222edf41bbd1

diff --git a/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_rc1.ebuild 
b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_rc1.ebuild
new file mode 100644
index 000..42a9408164e
--- /dev/null
+++ b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.3_rc1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils
+
+MY_P=pypy3-exe-${PV}-1
+DESCRIPTION="PyPy3 executable (pre-built version)"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/pypy/dev-python/pypy3-exe/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/pypy/dev-python/pypy3-exe/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS=""
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0/1
+   dev-libs/libffi:0/7
+   virtual/libintl:0/0
+   dev-libs/expat:0/0
+   app-arch/bzip2:0/1
+   sys-libs/ncurses:0/6
+   !dev-python/pypy-exe:${PV}"
+
+QA_PREBUILT="
+   usr/lib/pypy3.6/pypy3-c-${SLOT}"
+
+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_install() {
+   insinto /
+   doins -r usr
+   fperms +x "/usr/lib/pypy3.6/pypy3-c-${SLOT}"
+   pax-mark m "${ED}/usr/lib/pypy3.6/pypy3-c-${SLOT}"
+}



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

2020-11-13 Thread Mikle Kolyada
commit: 47edfe60e775a5848d5578eabe4fe356cc221c15
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 13 12:31:26 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 13 12:31:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47edfe60

media-sound/mpd: Version bump (v0.22.3)

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

 media-sound/mpd/Manifest  |   1 +
 media-sound/mpd/mpd-0.22.3.ebuild | 299 ++
 2 files changed, 300 insertions(+)

diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest
index 75aba0d3a38..62a1ed63dfa 100644
--- a/media-sound/mpd/Manifest
+++ b/media-sound/mpd/Manifest
@@ -1,3 +1,4 @@
 DIST mpd-0.21.26.tar.xz 685396 BLAKE2B 
176c75069190c8df79e5c0b37605abeafac2358dc1840ec66b2eecb809449cf0908b7a3af61c499e88d82b210c8907a752b4f006bcffb7c7d279cbdbc082032f
 SHA512 
31eb5d42bcfc942116cb203d8b1ceb8489b46251204f7288d1e8d7e052ff4cab2c8b2087795cc8118c8b86f080613f80cb182163fcb1c5b5027053d53c5a594a
 DIST mpd-0.22.1.tar.xz 725204 BLAKE2B 
7032472776129c9cb302545d8bdd266a7551df4647d6fc09e9f5e287f25b25158759316dde5bb481a7b87366d7eaa5a91613bbc6679a9f1b768297b63b1fb9fb
 SHA512 
b7c0156bb85bbc551435bbb9a49ed719e51fe0446dcecbaadbe083e705fc16da9d03d83814c7dcc041075a46544473cf63e5d1576dbc3961bfdfa44ef5fb27d7
 DIST mpd-0.22.2.tar.xz 725808 BLAKE2B 
5961177dd33b5e008b17131c6a83b8fc61df62317acdfd6bac4e20a9e3d1307be79223a23fdaa0e2ae0593aa8015ac140648ea4b5b699a8b64632fc589ef
 SHA512 
13ec85bda79d0c2588c50e2ebbf53b733f23c9700abfd7ccd4140db8080a4c496073727c8c04e9a2f8897669beeced0d77caa2bac7e2ca9adb41ad56dcf92aeb
+DIST mpd-0.22.3.tar.xz 726356 BLAKE2B 
a821e9fed56c3ad625d155057867747d2c883dd90d110b097dfd4acc56ff583949889b849686d5644687226f205c5ae3f95eec182841f706f56135c7e8f3746b
 SHA512 
deeafbe1a95f777fa4f9f355293a648a3f7121fae8e299c92dbd43d821319ffa4182c558cb0691f65e90f243428cec2cf14f64e9572bc72fc6a2af0fd9c0cd60

diff --git a/media-sound/mpd/mpd-0.22.3.ebuild 
b/media-sound/mpd/mpd-0.22.3.ebuild
new file mode 100644
index 000..bf08e1431b4
--- /dev/null
+++ b/media-sound/mpd/mpd-0.22.3.ebuild
@@ -0,0 +1,299 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic linux-info meson systemd xdg-utils
+
+DESCRIPTION="The Music Player Daemon (mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/MPD";
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus
+   +eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+   +ipv6 jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms
+   modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
+   recorder samba selinux sid signalfd sndfile soundcloud sqlite systemd
+   test tidal twolame udisks unicode vorbis wavpack webdav wildmidi upnp
+   zeroconf zip zlib"
+
+OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
+DECODER_PLUGINS="audiofile faad ffmpeg flac fluidsynth mad mikmod
+   modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
+ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
+
+REQUIRED_USE="
+   || ( ${OUTPUT_PLUGINS} )
+   || ( ${DECODER_PLUGINS} )
+   network? ( || ( ${ENCODER_PLUGINS} ) )
+   recorder? ( || ( ${ENCODER_PLUGINS} ) )
+   upnp? ( expat )
+   webdav? ( curl expat )
+   "
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   acct-user/mpd
+   sys-libs/liburing:=
+   alsa? (
+   media-libs/alsa-lib
+   media-sound/alsa-utils
+   )
+
+   ao? ( media-libs/libao[alsa?,pulseaudio?] )
+   audiofile? ( media-libs/audiofile:= )
+
+   cdio? (
+   dev-libs/libcdio:=
+   dev-libs/libcdio-paranoia
+   )
+
+   chromaprint? ( media-libs/chromaprint )
+   curl? ( net-misc/curl )
+   dbus? ( sys-apps/dbus )
+   doc? ( dev-python/sphinx )
+   expat? ( dev-libs/expat )
+   faad? ( media-libs/faad2 )
+   ffmpeg? ( media-video/ffmpeg:0= )
+   flac? ( media-libs/flac )
+   fluidsynth? ( media-sound/fluidsynth )
+   gme? ( >=media-libs/game-music-emu-0.6.0_pre20120802 )
+   icu? (  dev-libs/icu:= )
+   id3tag? ( media-libs/libid3tag )
+   jack? ( virtual/jack )
+   lame? ( network? ( media-sound/lame ) )
+   libmpdclient? ( media-libs/libmpdclient )
+   libsamplerate? ( media-libs/libsamplerate )
+   libsoxr? ( media-libs/soxr )
+   mad? ( media-libs/libmad )
+   mikmod? ( media-libs/libmikmod )
+   mms? ( media-libs/libmms )
+   modplug? ( media-libs/libmodplug )
+   mpg123? ( media-sound/mpg123 )
+   musepack? ( media-sound/musepack-tools 

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

2020-11-13 Thread Michał Górny
commit: 0bbd4a1463a4ff3c2b116e97d7dfe3f9f690a7f6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 12:34:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 12:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbd4a14

dev-python/pypy3: Bump to 7.3.3rc1 (py3.7 branch)

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

 dev-python/pypy3/Manifest   |   1 +
 dev-python/pypy3/pypy3-7.3.3_rc1_p37.ebuild | 178 
 2 files changed, 179 insertions(+)

diff --git a/dev-python/pypy3/Manifest b/dev-python/pypy3/Manifest
index 51f8c3e0b00..09c8da41a5d 100644
--- a/dev-python/pypy3/Manifest
+++ b/dev-python/pypy3/Manifest
@@ -2,3 +2,4 @@ DIST pypy3.6-v7.3.1-src.tar.bz2 22712809 BLAKE2B 
4250b3fe98c611b9635319c106b80e8
 DIST pypy3.6-v7.3.2-src.tar.bz2 22736022 BLAKE2B 
e2338ac3f7af06b987c43e93eab9ff14d46262143472b0393b30b011fff67d33add45d8198cee7109354e09c52a2540938abeef364b0cf12f2891ca9c7aac2a4
 SHA512 
ed861a57d6edf1548c061d10295313a05d0ac54fe68a8755211ff76fa2dc78d7b1479c6152dc5d0d1cdce4e247c240c1a2edf59ec8a53d0004ec7713514c9c35
 DIST pypy3.6-v7.3.3rc1-src.tar.bz2 22401663 BLAKE2B 
278b71a3b608999ee20b6558598eda453f3a87645965b8b705a11d05784722106c04b405375f62bd8e7ce2968df311314ee1672a2ddecb0f6afc49a3cbe8e670
 SHA512 
d865125925603e74412be7e750ab403670f05e76f2dfe6280c8b0ef123ed3e2f463d9457b65aa4f84c47a3529b2d3bca84b84307623bf995f60b549c85dcce2d
 DIST pypy3.7-v7.3.2-src.tar.bz2 25060911 BLAKE2B 
35ecfee4c64e13539827c65a61e0cd359de4046f77553629cdf63479327c6ad86afd1443caa7a911a6271f496f0f3caf1b919ce91de717d0a71d008927b7f77b
 SHA512 
563a9cf63e818b95aeb14c25b55bb5fb0bf8283f0b9f2bdd9a8833989beb651681f53f52368fb9db2c75fb60be0456eec87d48b557740b57847c4104003cb288
+DIST pypy3.7-v7.3.3rc1-src.tar.bz2 24511164 BLAKE2B 
7fba1fde1bb248006f95fbb52dd9f237086f7221b99d6a288c1a32188a76ed76b1908e7f2054fd969b597c422c566214dd1e9ec409e243a776e8fa466fbf2039
 SHA512 
f98e7d209f75c4fa5645db16e1cc721ba80d44ad76030bd1c412800bb723ba528a83da89c8793a7e105d8391e72eeef7cb0198f9b30041178e90b628f14e5a3e

diff --git a/dev-python/pypy3/pypy3-7.3.3_rc1_p37.ebuild 
b/dev-python/pypy3/pypy3-7.3.3_rc1_p37.ebuild
new file mode 100644
index 000..9197988f2d9
--- /dev/null
+++ b/dev-python/pypy3/pypy3-7.3.3_rc1_p37.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit pax-utils python-any-r1 toolchain-funcs
+
+PYPY_PV=${PV%_p37}
+MY_P=pypy3.7-v${PYPY_PV/_/}
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python (3.7) 
language"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2";
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
+SLOT="0/pypy37-pp73"
+KEYWORDS=""
+IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk"
+# pypy3.7 is in alpha state and a lot of tests are failing
+RESTRICT="test"
+
+RDEPEND="
+   || (
+   dev-python/pypy3-exe:${PV}[bzip2?,ncurses?]
+   dev-python/pypy3-exe-bin:${PV}
+   )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   gdbm? ( sys-libs/gdbm:0= )
+   sqlite? ( dev-db/sqlite:3= )
+   tk? (
+   dev-lang/tk:0=
+   dev-tcltk/tix:0=
+   )
+   ! /dev/null || die
+   eapply "${FILESDIR}"/python-3.5-distutils-OO-build.patch
+   popd > /dev/null || die
+
+   eapply_user
+}
+
+src_configure() {
+   tc-export CC
+}
+
+src_compile() {
+   # copy over to make sys.prefix happy
+   cp -p "${BROOT}"/usr/lib/pypy3.7/pypy3-c-${PYPY_PV} pypy3-c || die
+   cp -p "${BROOT}"/usr/lib/pypy3.7/include/${PYPY_PV}/* include/ || die
+   # (not installed by pypy)
+   rm pypy/module/cpyext/include/_numpypy/numpy/README || die
+   mv pypy/module/cpyext/include/* include/ || die
+   mv pypy/module/cpyext/parse/*.h include/ || die
+   pax-mark m pypy3-c
+
+   einfo "Generating caches and CFFI modules ..."
+
+   # Generate Grammar and PatternGrammar pickles.
+   ./pypy3-c -c "import lib2to3.pygram, lib2to3.patcomp; 
lib2to3.patcomp.PatternCompiler()" \
+   || die "Generation of Grammar and PatternGrammar pickles failed"
+
+   # Generate cffi modules
+   # Please keep in sync with pypy/tool/build_cffi_imports.py!
+#cffi_build_scripts = {
+#"_blake2": "_blake2/_blake2_build.py",
+#"_ssl": "_ssl_build.py",
+#"sqlite3": "_sqlite3_build.py",
+#"audioop": "_audioop_build.py",
+#"tk": "_tkinter/tklib_build.py",
+#"curses": "_curses_build.py" if sys.platform != "win32" else None,
+#"syslog": "_syslog_build.py" if sys.platform != "win32" else None,
+#"gdbm": "_gdbm_build.py"  if sys.platform != "win32" else None,
+#"pwdgrp": "_pwdgrp_build.py" if sys.platform != "win32" else None,

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

2020-11-13 Thread Michał Górny
commit: f967362d331e2e49c6ad607dfa95525a88c4d54b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 13 11:54:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 13 12:38:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f967362d

dev-python/pypy3-exe: Bump to 7.3.3rc1 (py3.7 branch)

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

 dev-python/pypy3-exe/Manifest  |   1 +
 .../pypy3-exe/pypy3-exe-7.3.3_rc1_p37.ebuild   | 157 +
 2 files changed, 158 insertions(+)

diff --git a/dev-python/pypy3-exe/Manifest b/dev-python/pypy3-exe/Manifest
index 51f8c3e0b00..09c8da41a5d 100644
--- a/dev-python/pypy3-exe/Manifest
+++ b/dev-python/pypy3-exe/Manifest
@@ -2,3 +2,4 @@ DIST pypy3.6-v7.3.1-src.tar.bz2 22712809 BLAKE2B 
4250b3fe98c611b9635319c106b80e8
 DIST pypy3.6-v7.3.2-src.tar.bz2 22736022 BLAKE2B 
e2338ac3f7af06b987c43e93eab9ff14d46262143472b0393b30b011fff67d33add45d8198cee7109354e09c52a2540938abeef364b0cf12f2891ca9c7aac2a4
 SHA512 
ed861a57d6edf1548c061d10295313a05d0ac54fe68a8755211ff76fa2dc78d7b1479c6152dc5d0d1cdce4e247c240c1a2edf59ec8a53d0004ec7713514c9c35
 DIST pypy3.6-v7.3.3rc1-src.tar.bz2 22401663 BLAKE2B 
278b71a3b608999ee20b6558598eda453f3a87645965b8b705a11d05784722106c04b405375f62bd8e7ce2968df311314ee1672a2ddecb0f6afc49a3cbe8e670
 SHA512 
d865125925603e74412be7e750ab403670f05e76f2dfe6280c8b0ef123ed3e2f463d9457b65aa4f84c47a3529b2d3bca84b84307623bf995f60b549c85dcce2d
 DIST pypy3.7-v7.3.2-src.tar.bz2 25060911 BLAKE2B 
35ecfee4c64e13539827c65a61e0cd359de4046f77553629cdf63479327c6ad86afd1443caa7a911a6271f496f0f3caf1b919ce91de717d0a71d008927b7f77b
 SHA512 
563a9cf63e818b95aeb14c25b55bb5fb0bf8283f0b9f2bdd9a8833989beb651681f53f52368fb9db2c75fb60be0456eec87d48b557740b57847c4104003cb288
+DIST pypy3.7-v7.3.3rc1-src.tar.bz2 24511164 BLAKE2B 
7fba1fde1bb248006f95fbb52dd9f237086f7221b99d6a288c1a32188a76ed76b1908e7f2054fd969b597c422c566214dd1e9ec409e243a776e8fa466fbf2039
 SHA512 
f98e7d209f75c4fa5645db16e1cc721ba80d44ad76030bd1c412800bb723ba528a83da89c8793a7e105d8391e72eeef7cb0198f9b30041178e90b628f14e5a3e

diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1_p37.ebuild 
b/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1_p37.ebuild
new file mode 100644
index 000..ab01a080545
--- /dev/null
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.3_rc1_p37.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# pypy3 needs to be built using python 2
+PYTHON_COMPAT=( python2_7 )
+inherit check-reqs pax-utils python-any-r1 toolchain-funcs
+
+PYPY_PV=${PV%_p37}
+MY_P=pypy3.7-v${PYPY_PV/_/}
+DESCRIPTION="PyPy3 executable (build from source)"
+HOMEPAGE="https://pypy.org/";
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2";
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS=""
+IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   dev-libs/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   bzip2? ( app-arch/bzip2:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   !dev-python/pypy3-exe-bin:${PV}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   low-memory? ( dev-python/pypy )
+   !low-memory? (
+   || (
+   dev-python/pypy
+   dev-lang/python:2.7
+   )
+   )"
+
+check_env() {
+   if use low-memory; then
+   CHECKREQS_MEMORY="1750M"
+   use amd64 && CHECKREQS_MEMORY="3500M"
+   else
+   CHECKREQS_MEMORY="3G"
+   use amd64 && CHECKREQS_MEMORY="6G"
+   fi
+
+   check-reqs_pkg_pretend
+}
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && check_env
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   check_env
+
+   # unset to allow forcing pypy below :)
+   use low-memory && EPYTHON=
+   if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
+   { has_version -b dev-python/pypy ||
+   has_version -b dev-python/pypy-bin; }
+   then
+   einfo "Using PyPy to perform the translation."
+   EPYTHON=pypy
+   else
+   einfo "Using ${EPYTHON:-python2} to perform the 
translation. Please note that upstream"
+   einfo "recommends using PyPy for that. If you wish to 
do so, please install"
+   einfo "dev-python/pypy and ensure that EPYTHON variable 
is unset."
+   python-any-r1_pkg_setup
+   fi
+   fi
+}
+
+src_configure() {
+   tc-export CC
+
+   local jit_backend
+   if use jit; then
+   jit_backend='--jit-backend='
+
+   # We only need the explicit sse2 switch for x86.
+   # On other arches we can rely on autodetection whic

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

2020-11-13 Thread Marek Szuba
commit: cb57149dc5d9e64f549795300a8539d39dbb3963
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Nov 11 16:38:07 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 13 12:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb57149d

profiles: correct the sys-apps/flashrom[jlink-spi] ppc mask

ppc masks belong in powerpc/ppc32/, ones directly in powerpc/
affect both ppc and ppc64.

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

 profiles/arch/powerpc/package.use.mask   | 4 
 profiles/arch/powerpc/ppc32/package.use.mask | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 1077dfe23d5..17bb88f662f 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -70,10 +70,6 @@ app-admin/syslog-ng test
 # iasl is stable on ppc
 sys-firmware/seabios -debug
 
-# Eugene Bright  (2019-09-09)
-# Missing keyword on dev-embedded/libjaylink
-sys-apps/flashrom jlink-spi
-
 # Conrad Kostecki  (2019-08-17)
 # app-misc/graphlcd-base won't work on PowerPC/PowerPC64
 app-misc/lcdproc freetype lcd_devices_glcd png

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 88f02cbe20d..591b63e6cb2 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -75,6 +75,10 @@ net-libs/pjproject g729
 # iasl is stable on ppc
 sys-firmware/seabios -debug
 
+# Eugene Bright  (2019-09-09)
+# Missing keyword on dev-embedded/libjaylink
+sys-apps/flashrom jlink-spi
+
 # Andreas Sturmlechner  (2019-05-15)
 # sys-cluster/hpx, sci-libs/silo not keyworded
 sci-libs/libgeodecomp hpx silo



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

2020-11-13 Thread Mikle Kolyada
commit: cb8d2855ccc8c0c548e595fc7c684a07e1389ee4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 13 12:41:48 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 13 12:41:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8d2855

sys-auth/libfprint: Version bump (v1.90.3)

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

 sys-auth/libfprint/Manifest|  1 +
 sys-auth/libfprint/libfprint-1.90.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-auth/libfprint/Manifest b/sys-auth/libfprint/Manifest
index 192cfd223be..efc89c6a426 100644
--- a/sys-auth/libfprint/Manifest
+++ b/sys-auth/libfprint/Manifest
@@ -3,3 +3,4 @@ DIST libfprint-1.0.tar.gz 475347 BLAKE2B 
cb560898cec11861c4529c0c37c328f74eaf271
 DIST libfprint-1.90.0.tar.gz 1760869 BLAKE2B 
fd0692e5a4924101399684289501d607da2183acf7f7b7c7ce22b7ed301fe0da75cb0b88c0642e1b1b6f82fe7d8505616ead456b48c3b0449201fd91669ce782
 SHA512 
99d7a62b3a1c329a2c13f508c98b60c6311fd01cd165fca12de5873305980167dd79c7d75edc74f53fce5066047e814fa654c6ac4f3f12342b57afa5b2dbe6d3
 DIST libfprint-1.90.1.tar.gz 2348486 BLAKE2B 
d9f43253d8be874f3d78e19dbd148788d8abdc3cd0d6f5c931a4aad650acaf647f9c818c22a575f9ebe0a698a338693448f6f460c780adcd7140dedbdc4e025f
 SHA512 
0548d29e55aaa59e73f0fd13cac6b85dd3a048358c365423e12884c3877c3e30422ee3fc4d18a3daba2f26383fb886f1d40a74dba5d947f7bdec6b8852995b4e
 DIST libfprint-1.90.2.tar.gz 4152489 BLAKE2B 
d8e8dde93acfc83dc253741517eb840b1a950b5626f2aabef4d4a44fcef2db95096e7d467ae3191c3478e93c0919acbf48010b0c4dd23a538466a25d8204ddf6
 SHA512 
58326714ce92514e2f95da84c94ca1286cadb0f0bb7de68f15aba0120a22e4a51d8bc6d3d7dc0a4e46e3620e2bd0b3247d07782a3308daf2edd44a4ddb60d226
+DIST libfprint-1.90.3.tar.gz 4169175 BLAKE2B 
ae883910dac19159c9183eac263d0ab71a92f67c233d9ec562630897f51063154bc207f54b41396ce169e87304d7989930b3f3204b87590eb56a82f7e796eba9
 SHA512 
3420df99c0e388af523f74c008fe603d28599d2ca482ec12a777d8b876e959cac946405fb14ba41fa536997ebd6857d945453e1374a0e05cd8f4fb02ca739891

diff --git a/sys-auth/libfprint/libfprint-1.90.3.ebuild 
b/sys-auth/libfprint/libfprint-1.90.3.ebuild
new file mode 100644
index 000..311455ba8c5
--- /dev/null
+++ b/sys-auth/libfprint/libfprint-1.90.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson udev
+
+DESCRIPTION="library to add support for consumer fingerprint readers"
+HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ 
https://github.com/freedesktop/libfprint 
https://gitlab.freedesktop.org/libfprint/libfprint";
+SRC_URI="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="examples"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/nss
+   >=dev-libs/libgusb-0.3.1
+   virtual/libusb:1=
+   x11-libs/gtk+:3
+   x11-libs/pixman
+   x11-libs/libX11
+   x11-libs/libXv"
+
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc"
+
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
+
+S="${WORKDIR}/${PN}-v${PV}"
+
+src_configure() {
+   local emesonargs=(
+   -Ddoc=false
+   -Dgtk-examples=$(usex examples true false)
+   -Ddrivers=all
+   -Dudev_rules=true
+   -Dudev_rules_dir=$(get_udevdir)/rules.d
+   --libdir=/usr/$(get_libdir)
+   )
+   meson_src_configure
+}



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

2020-11-13 Thread Mikle Kolyada
commit: 6da1bcd118f3a38de204f235992e4abe8c065fda
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 13 12:46:04 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 13 12:46:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da1bcd1

app-crypt/easy-rsa: Version bump (v3.0.8)

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

 app-crypt/easy-rsa/Manifest  |  1 +
 app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-crypt/easy-rsa/Manifest b/app-crypt/easy-rsa/Manifest
index d042618d834..358ba633d06 100644
--- a/app-crypt/easy-rsa/Manifest
+++ b/app-crypt/easy-rsa/Manifest
@@ -2,3 +2,4 @@ DIST EasyRSA-3.0.4.tgz 37721 BLAKE2B 
84d81eb86dfee42f6de935cbd308262d36626170880
 DIST easy-rsa-3.0.5.tar.gz 638366 BLAKE2B 
990ef0cc7effd80d06d15dbb2dc3ef9a0a282a4adb501475fbd43c1b50bead374ba78ee9652e9c0f8d2e54354be4da6a0ae302e4ef2d576bd7fd981d59566d64
 SHA512 
9231ca7fda489a230d8418679d8824503ae680e2de6682d5f2d2fa716597f7df5980b7b88a3f6eb4fa0b7d9bbead59a1e2e4b8f4a5a36bda7f78ffa8f3c23d34
 DIST easy-rsa-3.0.6.tar.gz 663190 BLAKE2B 
2c7f526c3f13b4c6193bcd52bc992b9e81db28dec8cd9b5f44aba231eed18b6f25c64a42072a6409a5dd23db21fa8ccefc210ce924c68ad3a79475d2eaa1
 SHA512 
ce553b483ed2facab71d9bc212c4a454c6ed4a6489a0b963c4fc190916c71d048955e1e24d3e58a39438a51a83a02bf696bb2b9292c6ff665113043509062eb1
 DIST easy-rsa-3.0.7.tar.gz 3863830 BLAKE2B 
e76db344912296d4659ae61e094595a0ebb30258e2819908f80028a771bf49b5ee02293ba4bd46c19926828724f27b149d2727a2f898fa7fbe48abdb16dbee86
 SHA512 
4e7dadafd9e3f8381029cf4a20f0a6fe58c6bee0571e0f8ff9711e1dae386bbfd81b5d8bbec58f415e367d613b90465a4635e8f924668ad73de555fe8bb8c82c
+DIST easy-rsa-3.0.8.tar.gz 3864366 BLAKE2B 
8bbb16a8885a2141c59f590882002f5e4fa5c52c77130ac56b7ee5b1817a6c3acdecac2d8db4f4f4bce39f62b469afaf60b5d56f46c1ea9472afe36a5fb7a818
 SHA512 
db23262ba2cd1b7fec17340ebe11504741baff23098ea9b4b1118077abf8ff3091b1299f9624a6dd788b2e1c169d9820ba41d11b091949f3f6c96ee8e0509231

diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild 
b/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild
new file mode 100644
index 000..e6a124b4fe8
--- /dev/null
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small RSA key management package, based on OpenSSL"
+HOMEPAGE="https://openvpn.net/";
+SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="libressl"
+
+DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   exeinto /usr/share/easy-rsa
+   doexe easyrsa3/easyrsa
+   insinto /usr/share/easy-rsa
+   doins -r easyrsa3/{vars.example,openssl-easyrsa.cnf,x509-types}
+   dodoc README.quickstart.md ChangeLog
+   dodoc -r doc
+   doenvd "${FILESDIR}/65easy-rsa" # config-protect easy-rsa
+}



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

2020-11-13 Thread Mikle Kolyada
commit: 6758d7c3b1b866e381e40efc02c315f703c62a80
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 13 12:46:51 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 13 12:46:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6758d7c3

app-crypt/easy-rsa: mark stable

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

 app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild | 2 +-
 app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild 
b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
index e6a124b4fe8..c506a0e1a23 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-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="libressl"
 
 DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )

diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild 
b/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
index e6a124b4fe8..c506a0e1a23 100644
--- a/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
+++ b/app-crypt/easy-rsa/easy-rsa-3.0.7.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-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="libressl"
 
 DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= )



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

2020-11-13 Thread Mikle Kolyada
commit: 46bda8fca4a1c6d752d38644ab44ad52ed337292
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Nov 13 13:21:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Nov 13 13:21:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bda8fc

sys-libs/pam: Version bump (v1.5.0)

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

 sys-libs/pam/Manifest |   2 +
 sys-libs/pam/pam-1.5.0.ebuild | 133 ++
 2 files changed, 135 insertions(+)

diff --git a/sys-libs/pam/Manifest b/sys-libs/pam/Manifest
index 765139758ed..b55d882274a 100644
--- a/sys-libs/pam/Manifest
+++ b/sys-libs/pam/Manifest
@@ -1,2 +1,4 @@
+DIST Linux-PAM-1.5.0-docs.tar.xz 441644 BLAKE2B 
00dfefdc98cac438c2e4b3faff880b8c1d452884c40d70aa21182d33585b24a4dc98af1b4ec80c635c0659c4dca1b039b9b118a28bfb3f811c6025302fb3aff9
 SHA512 
d41027a8a19a944278ad22db6f8df3562188166eec135882f44503a64b69224336964b2129c8e895642af5b3f69221d0af21d8da3283098db395b8f8b64f5d4b
+DIST Linux-PAM-1.5.0.tar.xz 972228 BLAKE2B 
f4baf22f391284f5ad04e1919f172827e57781561cc7e685b72ba37567639214ffb246aca408767b02ecfab964bbf2eea8667fd0a11ea83684ba6672c44c371e
 SHA512 
27be57465371f86c101f93c15f4475e63867c02f8f5af40d3f83b2106bfc8a46b8079302214e17f198ef903dc35b72d00b0e9bdff63ed2ecd8c69543e278f4bf
 DIST pam-1.4.0_p20200809-doc.tar.xz 42680 BLAKE2B 
e8371bd76b589db06ce95f2d10343be163aa5149f566f7d9bd5e9cd0340b95eecedb6a7d20d299fd2188c736fca3c69c0bd2f8eea4541dfd3312227c3dcf4e2d
 SHA512 
5007aaa811b6321f124245493c6a4bc9ae07ab4ff651fc817843e8b4a74661c07418e2479363a72c35320f0f1cb469a2494c5d354dc819b920de7d1918e6ce5e
 DIST pam-e42e178c71c11bb25740a5177eed110ee17b8af2.tar.gz 810595 BLAKE2B 
897f64a7f55c033601665b0ecc292cdcbd0d9b2f24199ed6ca5fc69c2da4da7401677493bed09a118b1fc0a475dc016fc7a3a318787c650212b056064ed0b817
 SHA512 
3c2bc401df51dbd4118698afc80a0448559bc6b5d8c7c45c800c2f6421034a131c0bee971f9640aec6b0d77f8a31ec055c7a84a646d9a11690dfda4af4e1068a

diff --git a/sys-libs/pam/pam-1.5.0.ebuild b/sys-libs/pam/pam-1.5.0.ebuild
new file mode 100644
index 000..59a26d7ef9e
--- /dev/null
+++ b/sys-libs/pam/pam-1.5.0.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="Linux-${PN^^}-${PV}"
+
+inherit autotools db-use fcaps toolchain-funcs usr-ldscript multilib-minimal
+
+DESCRIPTION="Linux-PAM (Pluggable Authentication Modules)"
+HOMEPAGE="https://github.com/linux-pam/linux-pam";
+
+SRC_URI="https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}.tar.xz
+   
https://github.com/linux-pam/linux-pam/releases/download/v${PV}/${MY_P}-docs.tar.xz";
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="audit berkdb debug nis +pie selinux"
+
+BDEPEND="
+   dev-libs/libxslt
+   sys-devel/flex
+   sys-devel/gettext
+   virtual/pkgconfig
+   virtual/yacc
+"
+
+DEPEND="
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   >=virtual/libintl-0-r1[${MULTILIB_USEDEP}]
+   audit? ( >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] )
+   berkdb? ( >=sys-libs/db-4.8.30-r1:=[${MULTILIB_USEDEP}] )
+   selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
+   nis? ( net-libs/libnsl[${MULTILIB_USEDEP}]
+   >=net-libs/libtirpc-0.2.4-r2[${MULTILIB_USEDEP}] )"
+
+RDEPEND="${DEPEND}"
+
+PDEPEND=">=sys-auth/pambase-20200616"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   touch ChangeLog || die
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # Do not let user's BROWSER setting mess us up. #549684
+   unset BROWSER
+
+   # Disable automatic detection of libxcrypt; we _don't_ want the
+   # user to link libxcrypt in by default, since we won't track the
+   # dependency and allow to break PAM this way.
+
+   export ac_cv_header_xcrypt_h=no
+
+   local myconf=(
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+   --with-db-uniquename=-$(db_findver sys-libs/db)
+   --with-xml-catalog="${EPREFIX}"/etc/xml/catalog
+   --enable-securedir="${EPREFIX}"/$(get_libdir)/security
+   --includedir="${EPREFIX}"/usr/include/security
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   --exec-prefix="${EPREFIX}"
+   --enable-unix
+   --disable-prelude
+   --disable-doc
+   --disable-regenerate-docu
+   --disable-static
+   --disable-Werror
+   $(use_enable audit)
+   $(use_enable berkdb db)
+   $(use_enable debug)
+   $(use_enable nis)
+   $(use_enable pie)
+   $(use_enable selinux)
+   --enable-isadir='.' #464016
+   )
+   ECONF_SOURC

<    1   2   3   4   5   6   7   8   9   10   >