[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/, dev-embedded/rauc/files/

2020-12-25 Thread Haelwenn Monnier
commit: be5c848bd60f7f1fdc58c4ab12dd7ee9123efbc7
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Dec 25 11:01:43 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Dec 25 11:02:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be5c848b

dev-embedded/rauc: Drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest   |  1 -
 dev-embedded/rauc/files/rauc-1.4-tests.patch | 40 ---
 dev-embedded/rauc/rauc-1.4.ebuild| 58 
 3 files changed, 99 deletions(-)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index 1ac0fce7..bf8a046d 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1,2 +1 @@
-DIST rauc-1.4.tar.xz 807676 BLAKE2B 
e8dc46daf861c4ff5e80ac5af08eb03afb071b313dce38cbc127205f24c2f25793f51812c95ae4a0d914ea4cfec257ee06e3776b78b20488a6a33edd9b08e5c0
 SHA512 
6ac572d396cae609060ff4a7d2a26f5b8ed839504e76628f47388b1dac93ad1794114a9c105c5a9eb070478f9bd1b6f2cd6aeb5e84c64fdce4d7cbe30bb9ea31
 DIST rauc-1.5.tar.xz 826404 BLAKE2B 
6ef8e16299e666be525fdfc3db3933b8944b41950821313dd76178e638827aeec93b608ddba26b3b0a22e493946748c49d3cd19fbc9f2a3f739c156dde83b8bb
 SHA512 
5d942993e5db87440aee589722efc2e5d2151941c99652d25831192f8a6e1c9955f74512a92f45c052ddeec29f02a10119346f56bb200202c1d02a6d7fff699c

diff --git a/dev-embedded/rauc/files/rauc-1.4-tests.patch 
b/dev-embedded/rauc/files/rauc-1.4-tests.patch
deleted file mode 100644
index fda7fc8b..
--- a/dev-embedded/rauc/files/rauc-1.4-tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 0b0cbdd4e376b60a2974c502c100395a381249e8 Mon Sep 17 00:00:00 2001
-From: Kurt Kanzenbach 
-Date: Sat, 15 Aug 2020 08:45:21 +0200
-Subject: [PATCH] tests: Disable network tests
-
-The network tests won't work within portage. Disable them.
-
-Signed-off-by: Kurt Kanzenbach 

- Makefile.am | 7 ---
- 1 file changed, 7 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index efe55792fabb..2c6d8080e992 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -150,10 +150,6 @@ check_PROGRAMS = \
-   test/progress.test \
-   test/slot.test
- 
--if WANT_NETWORK
--check_PROGRAMS += test/network.test
--endif
--
- if WANT_JSON
- check_PROGRAMS += test/boot_switch.test
- endif
-@@ -233,9 +229,6 @@ test_utils_test_LDADD = librauctest.la
- test_install_test_SOURCES = test/install.c
- test_install_test_LDADD = librauctest.la
- 
--test_network_test_SOURCES = test/network.c
--test_network_test_LDADD = librauctest.la
--
- test_progress_test_SOURCES = test/progress.c
- test_progress_test_LDADD = librauctest.la
- 
--- 
-2.26.2
-

diff --git a/dev-embedded/rauc/rauc-1.4.ebuild 
b/dev-embedded/rauc/rauc-1.4.ebuild
deleted file mode 100644
index d4db0dcb..
--- a/dev-embedded/rauc/rauc-1.4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DOCS_BUILDER="sphinx"
-DOCS_DIR="${S}/docs"
-
-inherit autotools python-any-r1 docs
-
-DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
-HOMEPAGE="https://rauc.io/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="json network service test"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   dev-util/gdbus-codegen
-   virtual/pkgconfig
-   test? ( sys-fs/squashfs-tools )
-"
-RDEPEND="
-   dev-libs/glib:2
-   dev-libs/openssl:0=
-   json? ( dev-libs/json-glib )
-   network? ( net-misc/curl )
-   service? ( sys-apps/dbus )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}/${P}-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable json)
-   $(use_enable network)
-   $(use_enable service)
-   )
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   default
-   docs_compile
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/tokei/

2020-12-25 Thread Haelwenn Monnier
commit: b49c0baa4f77e51d1a82824da310e8eb25d7d0f1
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Thu Dec 24 20:57:24 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Dec 24 20:57:49 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b49c0baa

dev-util/tokei: version bump 12.1.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 dev-util/tokei/Manifest|  44 +
 dev-util/tokei/tokei-12.1.0.ebuild | 190 +
 2 files changed, 234 insertions(+)

diff --git a/dev-util/tokei/Manifest b/dev-util/tokei/Manifest
index 77e63d1d..b627ecce 100644
--- a/dev-util/tokei/Manifest
+++ b/dev-util/tokei/Manifest
@@ -1,7 +1,9 @@
 DIST ahash-0.3.8.crate 28650 BLAKE2B 
93dcd622dc4497d0ce436461349119e96266c25278a7252a8cd295ced922b430895041ec767b6cbfdef57ada69e9b7bc67cce5155a6bdac9fe3c87c25e3a9e74
 SHA512 
dfd49903b0950a4fd3bf7432108f687322fd3771bce59126e2aee2a6ed5c2d8b31199090e96f31d549092b957f2cf470f201f2d65b1b838f7a182aee8a750a25
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
+DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
+DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
 DIST arrayvec-0.5.1.crate 26816 BLAKE2B 
172dab8f0129134dfc89c6032c5fc15e2f86a5cd1e5be18b87fe2108d18a1bdb0f597a6ed4cd214dc663fbfb27b05c66846fba4543b5e068b5c75d075bdc5bff
 SHA512 
53db2fafea1f60ac1af9ecc0bc9b69010e9f8573048481d55969ecdc9f3d19832fe05824acf10a0186b0464f0fbfe898d73500fba39ed63650c64dac2c2e8043
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
@@ -16,35 +18,49 @@ DIST bytecount-0.6.0.crate 11905 BLAKE2B 
7d935f86f0ab82c6c3d4974cd25ec3e193cdbea
 DIST byteorder-1.3.4.crate 21943 BLAKE2B 
278b24e036e920f84683f883991a967d997883bc80edefc5b69f52551794a37e5051786a1ac1b7a30bf2f5cad7318d781f189a7b2e496e2743df01262d5c33d6
 SHA512 
0618ce2cd6f3f6c586201d9aee8c8aaa08f99c9f9f215cf448b3cb6af1ac741845f5279953544caaec7fcf0beec1474bb991bee1ad0c0dac0c3f1d3ddd99e2d9
 DIST cc-1.0.54.crate 51972 BLAKE2B 
f3760987ea93e71254939a42bc795cfd68b994494c2d5820fbd6bda29e31b3a28d55ed9aaddb35f720b26b1bfc01f3369af81990b68da06a7c46c17eb014636c
 SHA512 
4562c89b52786cd16a66c1970a4005485299ff0c21c61fd22a08fada933e5ecf3fcc1686f6e4f5a8ec4827ac00ed24c1c4ab4931ec5e9a12d2e5c283f6096b77
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST chrono-0.4.11.crate 139811 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: games-emulation/melonds/

2020-12-25 Thread Haelwenn Monnier
commit: 7624402f9fa79a5f6bee56eb465aac742bba34de
Author: Maciej Barć  protonmail  com>
AuthorDate: Fri Dec 25 19:08:32 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Dec 25 19:08:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7624402f

games-emulation/melonds: bump to 0.9.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 games-emulation/melonds/Manifest |  1 +
 games-emulation/melonds/melonds-0.9.1.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index cc555a3e..425054a5 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,2 +1,3 @@
 DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 
6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842
 SHA512 
4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 
7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745
 SHA512 
733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
 DIST melonDS-0.9.tar.gz 899619 BLAKE2B 
4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd
 SHA512 
7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04

diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild 
b/games-emulation/melonds/melonds-0.9.1.ebuild
new file mode 100644
index ..d69e63e0
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-libs/libsdl2[sound,video]
+   net-libs/gnutls
+   net-libs/libpcap
+   net-libs/libslirp
+   net-misc/curl
+   x11-libs/cairo
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "You need the following files in order to run melonDS:"
+   elog "- bios7.bin"
+   elog "- bios9.bin"
+   elog "- firmware.bin"
+   elog "- romlist.bin"
+   elog "Place them in ~/.config/melonDS"
+   elog "Those files can be found somewhere on the Internet ;-)"
+}



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

2020-12-25 Thread Haelwenn Monnier
commit: 24b14364eaf9564c000ff88fafa489d1dca794b6
Author: Jian Lin  outlook  com>
AuthorDate: Thu Dec 24 21:54:55 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Dec 24 21:54:55 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24b14364

x11-misc/i3lock-color: fix license

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

 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 2 +-
 x11-misc/i3lock-color/i3lock-color-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 98cc2cb3..c24add2d 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 29daf268..b7cf1638 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 2b065105..02b234b5 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git;
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 
 DEPEND="



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

2020-12-25 Thread Haelwenn Monnier
commit: 18f04d355ea0ae2d5ae6e870679c205a0c621ea2
Author: Jian Lin  outlook  com>
AuthorDate: Thu Dec 24 15:18:14 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Dec 24 15:18:14 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18f04d35

x11-misc/i3lock-color: fix license to MIT

Closes: https://bugs.gentoo.org/761211
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin  outlook.com>

 licenses/i3lock-color| 31 
 profiles/license_groups  |  2 +-
 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild |  2 +-
 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild |  2 +-
 x11-misc/i3lock-color/i3lock-color-.ebuild   |  2 +-
 5 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/licenses/i3lock-color b/licenses/i3lock-color
deleted file mode 100644
index 00ddbfc6..
--- a/licenses/i3lock-color
+++ /dev/null
@@ -1,31 +0,0 @@
-Copyright © 2010-2011, Michael Stapelberg
-Copyright © 2015, Cassandra Fox
-Copyright © 2015, Raymond Li
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-
-* Neither the name of Michael Stapelberg, nor the name of Raymond Li,
-  nor the names of contributors may be used to endorse or promote
-  products derived from this software without specific prior written
-  permission.
-
-THIS SOFTWARE IS PROVIDED BY Michael Stapelberg/Cassandra Fox/Raymond Li
-''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL Michael Stapelberg/Cassandra Fox/Raymond Li BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

diff --git a/profiles/license_groups b/profiles/license_groups
index 1c0d5a77..df737891 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -1,6 +1,6 @@
 FSF-APPROVED EUPL-1.2
 OSI-APPROVED EUPL-1.2
-MISC-FREE Unicode_Fonts_for_Ancient_Scripts i3lock-color noweb
+MISC-FREE Unicode_Fonts_for_Ancient_Scripts noweb
 FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED @MISC-FREE
 FREE @FREE-SOFTWARE
 DFSG @FREE lablgtk-examples meschach VOSTROM

diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
index 4a9e1e32..98cc2cb3 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="i3lock-color"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
index 0a70af4c..29daf268 100644
--- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-LICENSE="i3lock-color"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/x11-misc/i3lock-color/i3lock-color-.ebuild 
b/x11-misc/i3lock-color/i3lock-color-.ebuild
index 8d085aa9..2b065105 100644
--- a/x11-misc/i3lock-color/i3lock-color-.ebuild
+++ b/x11-misc/i3lock-color/i3lock-color-.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Improved i3lock with color customization"
 HOMEPAGE="https://github.com/Raymo111/i3lock-color;
 EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git;
 
-LICENSE="i3lock-color"
+LICENSE="MIT"
 SLOT="0"
 
 DEPEND="



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

2020-12-25 Thread Matthias Maier
commit: 78384d4dc0744270ebe5736d6ccf35cc5bbb8a4f
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:16:28 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78384d4d

dev-lang/julia: drop old

Closes: https://bugs.gentoo.org/746257
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest  |  10 --
 dev-lang/julia/julia-1.2.0.ebuild| 200 -
 dev-lang/julia/julia-1.3.0.ebuild| 201 -
 dev-lang/julia/julia-1.4.0-r1.ebuild | 192 
 dev-lang/julia/julia-1.4.0-r2.ebuild | 208 ---
 5 files changed, 811 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index bae9e89ef71..29625ea5643 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,18 +1,8 @@
-DIST julia-1.2.0.tar.gz 8255435 BLAKE2B 
286b7bd93cae247c545d9c384e244115f84daee977839022993e91c69013eb4107ac77d86f996ec7a8e9f863bf5cab29fb063437b822e5da79e72bc9e0db4b65
 SHA512 
c99b0b744508b43df4ee334f588dbb57a633969d7cb164d41b76d552c1d14f5ff6f06a8d0da7f7a48fd1e3a3b3c2379998c5af1bfdff4b0c17045132b82a40b8
-DIST julia-1.3.0.tar.gz 8793136 BLAKE2B 
e469d80c94e3b15b198011e62f591a699ec7218c755cf3e0c1be8f94e2a28e9800a10599a152f6865f534652d22f118bb14cd1886d257a96e6875562bce56f0c
 SHA512 
c7fdc5c4435c82688fe608a7009ccee6d622f51a62578bf2323ad623acfd58bfb6ed1252f81481708b5b428c37292e078ce72b10df3fe32d29158b0726be2c2e
-DIST julia-1.4.0.tar.gz 7239281 BLAKE2B 
f11467cf91c2a72f03f77421537f4089bab6a1596ede27963551819453bea2a3a46cad9a43951df8857120a00a44f2f04eb5e23659ea4d1772feddb00ba85d2c
 SHA512 
f8152a595f13932f6cad186cf2fdf2fb0bd64cc49bbb11a76d8299f4745ca6428823ead0e73a7bae1347f1b99bf1181d1f457587d13a7bfc7324ca81afc35cc1
 DIST julia-1.5.2.tar.gz 6945862 BLAKE2B 
9dd9f83fb9ae251f66ae65e14a252b662c3c7d6f92638d91ef6e286032020052e1812f2891270854e0ddeda474afff55c8f87d300550503c1093f4c5e0a51959
 SHA512 
aa177d03bbde4f368dd2fb14f64d21130531616bcd544af7babbb7fb7c9ee5ea7528c756e10f78468aaffebbcbc6f48e92397c1c13dc3f130b64a82e478f43dc
 DIST julia-Pkg-49908bffe83790bc7cf3c5d46faf3667f8902ad4.tar.gz 389738 BLAKE2B 
1ed9201badf0a1db5142e0566bfe085b364e4681670937ac5fa53c15312ff8eb29d5e783b75fe3f4f379b041ba38c66ce94962fa7d98fcfd0b7b49acd1749d69
 SHA512 
a85aa80b3080794a8e3ae5ce54856e63457c461659c12fde5dde1b5ec33176ea06af49ee516d01ccd7b78d8358de2fe0ffcd5c6a6d5a5088cdcd76a0133780eb
 DIST julia-UnicodeData-13.0.0.txt 1851767 BLAKE2B 
72bbcf352f2f6a004abb3f351fe5da160e83644feea8de0ca154b5a1aa78f36cb04b252d0c7b64a5eeca388e600b2875bb76bc2746ee799a1a6eff97c1fe8b06
 SHA512 
1a4a662e2ab33469976bf5f91aa6933ed9b73f6d4179a2daffb349e1869d7d6cfa885b164e82d15dcdad7458cd451c81add58d875eb0c70de854589dc97b2055
-DIST julia-cacert-2020-01-01.pem 223687 BLAKE2B 
29d2ce73380897a5841deef1c7eb5e61ff3f5c278ab95286bbfdf5b1c4d41ae94402dc5cb376975977f2d31030e0df872273942a1b6cc91b7ff35ecfd7efc1c2
 SHA512 
cc129ae1a4377a43a74b0854b6eccb2b315cdfce018142d1dd5524fb64c8945cde067cb18f366351fa7d6af3f9f36cf21bc1f626f987f9e4627878472ea59cde
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
-DIST julia-libgit2-b3e1a56ebb2b9291e82dc027ba9cbcfc3ead54d3.tar.gz 4981505 
BLAKE2B 
b2a414690de2c8eea5247260d76a3ff447e4f925a3c749e88cb9bfe96d1e3086be04534801fdf9d1eb1f8d84c6a6dc0eb4b6401be311ed3d5391ec9d481b1dda
 SHA512 
7384a7eeeb36ac79d4e7e1336546e48f8fc820653f887f944c3902fcaae4e59d855679b39c5279b7372995934e549e34c526e1459a82032206913f9747b3dd08
-DIST julia-libuv-2348256acf5759a544e5ca7935f638d2bc091d60.tar.gz 1555710 
BLAKE2B 
31ce57d23765c142799dd985a5511751d63238cf7e082fd1ad5574bf62201e9d6cb53b8da5dcc724765ccb4abd63da3ca6d6cbd45e078310c2ffa3859d09b8e4
 SHA512 
c8bf3c736a60feb0c6994aa7cd1b80e1a45bd6096aa66db320ddfc27b59a0797d303338ea75978619173e4f0a680254f3db29c9f6d1b84361030cc11c7729c98
 DIST julia-libuv-35b1504507a7a4168caae3d78db54d1121b121e1.tar.gz 1577394 
BLAKE2B 
8ab36f781619f710a64ddc6cf257a4c2f6d27ac22e33ed6f184902d0c6cc3a3941254e0a825071fcd57f869e3ccc5eaf71856539cf6b484358d5aafe383000a9
 SHA512 
5932e9105346e952fd0f51f79898e5b9c993261ec1558408437647ab3b3ce282562f1e0a16db5704cb66e7aa7a4c6a75dd7f0da498a98b1b6af48da88b4869f0
 DIST julia-libwhich-81e9723c0273d78493dc8c8ed570f68d9ce7e89e.tar.gz 4183 
BLAKE2B 
c932e23b1b476d3fd16cf6f451efd5fc6d9c1ec2c53e8ac086340a100817d9b30dae3eff50b284a42c09b2bbae30b9e2fd38b2881f8cbf4974a89f3bd0c87599
 SHA512 
6fb77b715d70d9bc95a8546c3bf97bd3677c7ea344b88bb5bc3bbfac9dceabe8a8cde7a0f64dec884cde802e4a3000e30837d3f824b5a9242348c4fe061526a3
 DIST 

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

2020-12-25 Thread Sam James
commit: 37c28db5e8bf95749002faf382eac68803aef16b
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c28db5

dev-db/mariadb: Stabilize 10.3.27 arm64, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.3.27.ebuild 
b/dev-db/mariadb/mariadb-10.3.27.ebuild
index 352aed5c41c..d97cc167dbe 100644
--- a/dev-db/mariadb/mariadb-10.3.27.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.27.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-db/mariadb/

2020-12-25 Thread Sam James
commit: 87c2a21ab16895d2d7ca448d923fd42a067f7dbf
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c2a21a

dev-db/mariadb: Stabilize 10.2.36 arm, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.2.36.ebuild 
b/dev-db/mariadb/mariadb-10.2.36.ebuild
index 4f918f208c0..9f319f36d2e 100644
--- a/dev-db/mariadb/mariadb-10.2.36.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.36.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-db/mariadb/

2020-12-25 Thread Sam James
commit: 7a8837570c8a7efa7ce4e87e35481fe82eb0ef10
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a883757

dev-db/mariadb: Stabilize 10.3.27 arm, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.3.27.ebuild 
b/dev-db/mariadb/mariadb-10.3.27.ebuild
index 995a7194827..352aed5c41c 100644
--- a/dev-db/mariadb/mariadb-10.3.27.ebuild
+++ b/dev-db/mariadb/mariadb-10.3.27.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-db/mariadb/

2020-12-25 Thread Sam James
commit: 2fdc130c87c803ec9a65f687b7afccc25aa25c30
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdc130c

dev-db/mariadb: Stabilize 10.4.17 arm, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.4.17.ebuild 
b/dev-db/mariadb/mariadb-10.4.17.ebuild
index 40a8b9116d7..b3a91c9082e 100644
--- a/dev-db/mariadb/mariadb-10.4.17.ebuild
+++ b/dev-db/mariadb/mariadb-10.4.17.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-db/mariadb/

2020-12-25 Thread Sam James
commit: 00fe3cbd88568979fe1fd0455e51eb3974985ce9
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fe3cbd

dev-db/mariadb: Stabilize 10.2.36 arm64, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.2.36.ebuild 
b/dev-db/mariadb/mariadb-10.2.36.ebuild
index 9f319f36d2e..054260f8f51 100644
--- a/dev-db/mariadb/mariadb-10.2.36.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.36.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-db/mariadb/

2020-12-25 Thread Sam James
commit: 08b4c9939721e1c5ffb147904d895613a7a4f9e1
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:52:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b4c993

dev-db/mariadb: Stabilize 10.4.17 arm64, #741624

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

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

diff --git a/dev-db/mariadb/mariadb-10.4.17.ebuild 
b/dev-db/mariadb/mariadb-10.4.17.ebuild
index b3a91c9082e..715aafcd213 100644
--- a/dev-db/mariadb/mariadb-10.4.17.ebuild
+++ b/dev-db/mariadb/mariadb-10.4.17.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: app-text/ansifilter/

2020-12-25 Thread Sam James
commit: 81b916cee190c103c10ba35fbe98045af0ca29b2
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:50:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:50:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b916ce

app-text/ansifilter: ~ppc/~sparc/~s390 keyworded

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

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

diff --git a/app-text/ansifilter/ansifilter-2.17.ebuild 
b/app-text/ansifilter/ansifilter-2.17.ebuild
index f9b8816867f..3233e9d2bbd 100644
--- a/app-text/ansifilter/ansifilter-2.17.ebuild
+++ b/app-text/ansifilter/ansifilter-2.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~s390 ~sparc x86 ~x64-macos"
 IUSE="qt5"
 
 RDEPEND="



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

2020-12-25 Thread Sam James
commit: 1c08f73c5e52e30208574214e116971af8f66247
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 01:14:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 01:14:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c08f73c

media-sound/ardour: Stabilize 6.5 amd64, #761556

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

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

diff --git a/media-sound/ardour/ardour-6.5.ebuild 
b/media-sound/ardour/ardour-6.5.ebuild
index 1630d219290..5d07fea09b0 100644
--- a/media-sound/ardour/ardour-6.5.ebuild
+++ b/media-sound/ardour/ardour-6.5.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.ardour.org/ardour/ardour.git;
inherit git-r3
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"

SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/Ardour-${PV}.0.tar.bz2;
S="${WORKDIR}/Ardour-${PV}.0"
 fi



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

2020-12-25 Thread Matthias Maier
commit: 622c0360dd8eeddc6573ab4c3ad08eccd17dc8a1
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 23:27:36 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 23:28:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622c0360

dev-lang/julia: fix compilation

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/julia-1.5.2-r1.ebuild | 2 +-
 dev-lang/julia/julia-1.5.3.ebuild| 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lang/julia/julia-1.5.2-r1.ebuild 
b/dev-lang/julia/julia-1.5.2-r1.ebuild
index 5460b616b19..22f76c79cf8 100644
--- a/dev-lang/julia/julia-1.5.2-r1.ebuild
+++ b/dev-lang/julia/julia-1.5.2-r1.ebuild
@@ -200,7 +200,7 @@ src_install() {
rmdir "${ED}"/usr/share/doc/julia || die
 
# The appdata directory is deprecated.
-   mv usr/share/{appdata,metainfo}/ || die
+   mv "${ED}"/usr/share/{appdata,metainfo}/ || die
 }
 
 pkg_postinst() {

diff --git a/dev-lang/julia/julia-1.5.3.ebuild 
b/dev-lang/julia/julia-1.5.3.ebuild
index 58e0c6d0bba..b8117838fb9 100644
--- a/dev-lang/julia/julia-1.5.3.ebuild
+++ b/dev-lang/julia/julia-1.5.3.ebuild
@@ -180,17 +180,17 @@ src_compile() {
# Julia accesses /proc/self/mem on Linux
addpredict /proc/self/mem
 
-   emake julia-release \
+   emake \
prefix="${EPREFIX}/usr" DESTDIR="${D}" \
CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)"
pax-mark m "$(file usr/bin/julia-* | awk -F : '/ELF/ {print $1}')"
-   emake
 }
 
 src_install() {
emake install \
prefix="${EPREFIX}/usr" DESTDIR="${D}" \
-   CC="$(tc-getCC)" CXX="$(tc-getCXX)"
+   CC="$(tc-getCC)" CXX="$(tc-getCXX)" AR="$(tc-getAR)" \
+   BUNDLE_DEBUG_LIBS=0
 
if ! use system-llvm ; then
cp "${S}/usr/lib/libLLVM"-?jl.so 
"${ED}/usr/$(get_libdir)/julia/" || die
@@ -204,7 +204,7 @@ src_install() {
rmdir "${ED}"/usr/share/doc/julia || die
 
# The appdata directory is deprecated.
-   mv usr/share/{appdata,metainfo}/ || die
+   mv "${ED}"/usr/share/{appdata,metainfo}/ || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/

2020-12-25 Thread Maciej Barć
commit: 7624402f9fa79a5f6bee56eb465aac742bba34de
Author: Maciej Barć  protonmail  com>
AuthorDate: Fri Dec 25 19:08:32 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Fri Dec 25 19:08:32 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7624402f

games-emulation/melonds: bump to 0.9.1

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 games-emulation/melonds/Manifest |  1 +
 games-emulation/melonds/melonds-0.9.1.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/games-emulation/melonds/Manifest b/games-emulation/melonds/Manifest
index cc555a3e..425054a5 100644
--- a/games-emulation/melonds/Manifest
+++ b/games-emulation/melonds/Manifest
@@ -1,2 +1,3 @@
 DIST melonDS-0.8.3.tar.gz 965501 BLAKE2B 
6ada01de8942c7ae5ec4a0a48cc76384ac2196f567d67d242d3d81e7c760dd87d76fcb5a33b540b670fd79358ba8e6a9c355d48e8eb08c721dfe33b54e4a9842
 SHA512 
4fed77abd231812d2f9ddb19a7fe6e808fb8e92035bb2fea220032b7c0a98671b4fd79ef0f7c7c559e92f3d1875ea119afaa581be2edacaa10f4437620eecd76
+DIST melonDS-0.9.1.tar.gz 1311519 BLAKE2B 
7d31f9de32799a28f9e179d05295fe7874f6d879ac63cebeaf7153f1cca553f816fd5fa2853d01b5ace1afe137f00fcd7b4526635ae9c8140ac348630225c745
 SHA512 
733a9f9352b7f61c76de761c7f632f5fca9c4ae2970a0235a7b5c0e6ca2ea550762472ff293f65ce29aaa63a610bb4f1a22b62e1957004606c2f85be60fbb8f2
 DIST melonDS-0.9.tar.gz 899619 BLAKE2B 
4a3fe0c8ca1cce9ed823f74eaf58786f8847b62e0e25d5f0e97b1cc0e68754b61a09b5e9b790264549377011dd899447fbe715ca2831320a903d70e24953b3dd
 SHA512 
7d65058f9140c1bbcdc17d32aee62625023dba8c3c45665486c8a3dbec551ca109831949716eadb8048921464d4a6543698b741835b32cc95a96f5b5cf885e04

diff --git a/games-emulation/melonds/melonds-0.9.1.ebuild 
b/games-emulation/melonds/melonds-0.9.1.ebuild
new file mode 100644
index ..d69e63e0
--- /dev/null
+++ b/games-emulation/melonds/melonds-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="melonDS"
+MY_P="${MY_PN}-${PV}"
+
+inherit xdg cmake
+
+DESCRIPTION="Nintendo DS emulator, sorta"
+HOMEPAGE="http://melonds.kuribo64.net/;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Arisotura/${MY_PN}.git;
+else
+   SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${MY_P}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-libs/libsdl2[sound,video]
+   net-libs/gnutls
+   net-libs/libpcap
+   net-libs/libslirp
+   net-misc/curl
+   x11-libs/cairo
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "You need the following files in order to run melonDS:"
+   elog "- bios7.bin"
+   elog "- bios9.bin"
+   elog "- firmware.bin"
+   elog "- romlist.bin"
+   elog "Place them in ~/.config/melonDS"
+   elog "Those files can be found somewhere on the Internet ;-)"
+}



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

2020-12-25 Thread Sam James
commit: c1ad05012e7609abd7e7f6e7f003553fdcbb397e
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:30:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:30:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ad0501

dev-util/git-delta: bump to 0.4.5

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

 dev-util/git-delta/Manifest   |  14 +++
 dev-util/git-delta/git-delta-0.4.5.ebuild | 169 ++
 2 files changed, 183 insertions(+)

diff --git a/dev-util/git-delta/Manifest b/dev-util/git-delta/Manifest
index 772b6ea85ee..8d6e671d30a 100644
--- a/dev-util/git-delta/Manifest
+++ b/dev-util/git-delta/Manifest
@@ -19,15 +19,19 @@ DIST bytelines-2.2.2.crate 4218 BLAKE2B 
48523123ac1b5b643666ccd466a9fb48c4aff77b
 DIST byteorder-1.3.2.crate 21596 BLAKE2B 
2ac70cff46af36e96b8b41c3adf9e09134af4d3d5b17c14233047fc3b70c829bffe6c129def84f529c1017ab2882c1bb66e86eab7b749a0d40daf2650da85d0a
 SHA512 
2ef6b986926a4671dd945583730b0bfd4bd5e75b62a8a70c2875328157ba95f2c1b17c534d905e9b287457bd34363c1a33fd3dee9217c371032393ebbe206a8f
 DIST cc-1.0.54.crate 51972 BLAKE2B 
f3760987ea93e71254939a42bc795cfd68b994494c2d5820fbd6bda29e31b3a28d55ed9aaddb35f720b26b1bfc01f3369af81990b68da06a7c46c17eb014636c
 SHA512 
4562c89b52786cd16a66c1970a4005485299ff0c21c61fd22a08fada933e5ecf3fcc1686f6e4f5a8ec4827ac00ed24c1c4ab4931ec5e9a12d2e5c283f6096b77
 DIST cfg-if-0.1.9.crate 7353 BLAKE2B 
5556f3fdbf49708e6e4f08f2c536ee093b5f04dcf1fe4f68355189d129c416c338820143b5cf5f215323b38175ee0fd34eef4b2ff58179b190a63a9728fe2839
 SHA512 
45f7322217d291b3905ffdc45cadd5a7a7baf440f9a82a5b5596192ed0ac54353a3ecae0326d5807aae99bc4d79e0406d71bd65745ec8d9f8815a7c9436d648c
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST chrono-0.4.11.crate 139811 BLAKE2B 
d327f6be0a890ed74f2a2330777dcefbcf87e0291e47ef9c63aea46050f38c89a9b2e7a4716ac92202fab66aedc98ae81e090f1921a1aa51fa7ba18cb1cf24a9
 SHA512 
bedb698ae2994fc6fcf858b86a122cdaccd150996eb3e4313f876599cfa2180c2f687cca78ba30860365e04b75911fcdb19b5930fc155d1c17f06ec8197d3da9
 DIST clap-2.33.0.crate 196458 BLAKE2B 
3bb62d817afc77b421a6282746b9b61367d224de6b614c7ed66bde452ce1046728077dab3368a46635b5c74d82ba3196586d87c0201478ce5b89638910dadb1a
 SHA512 
f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91
 DIST cloudabi-0.0.3.crate 22156 BLAKE2B 
e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f
 SHA512 
691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
 DIST console-0.12.0.crate 21278 BLAKE2B 
ee79ab5478a6f49d4c42389f2e9d17a5fe97749728fa548330a49b0869e8d839576eb4fc3874c60b873a3de8be9bdb7f928da6303c2ab0e68e9381052abd9e82
 SHA512 
f35d40ef5f91d99eddaa498b8e043f884fd624afd39215a7f207ca79b99d9eb563b47595974af345ce68542d76d58da17c358ce60231bcb0a1dcb9da31f7c6c7
+DIST console-0.13.0.crate 22451 BLAKE2B 
a02b87a53b5f6e3adc88b0369e9e5b786fb60741263d5441752c51164562704d93c8954ecabc2ddf7a999139aa236cfbb0e9b8baa27901837f731591636044a8
 SHA512 
b687031ebfec1ee705c47e147239b602ffc147eec021ce7c9a4f400db7e3e0b1cf124b4c1664f9ffd1f3719f13a5d65c67bb15146bf42dccc5733373bd10b20c
 DIST constant_time_eq-0.1.4.crate 4654 BLAKE2B 
fbceff4653396f9ee4c6d184d60fe78b77acd9b90986e83183b25acbf44d92b6d936df8ccbb1e7aef5c7487703058b93078fd90cee5eab4d14796886e3c6a863
 SHA512 
65b72c522f7ff0abfe0e562476bbbcbeb1271bc9cf61f9663ea5c08730787242b30df472e7b74a2ea9979466c251030c35f36c916d20e0c6b99826fbecbd8f96
 DIST crc32fast-1.2.0.crate 39161 BLAKE2B 
f71c85801f945602d53f93ce251c978c91f63fcd92fecba5083fff0f06738697e99d92c17a824605d5d56b3224db224ff32e4b147b6f6af47ae714dcd511e7cd
 SHA512 
2ee73e0642f83e28034c1baca65156e65d751214e83f2a4ce94b6add5ba11f74ffc80832a3348ece1c099367be2b11e820dfb349fae89fbced1b68bd6b0466f0
 DIST crossbeam-utils-0.6.6.crate 32836 BLAKE2B 
48290733712549c46bcf99641ddff571cf2fff72b2a70e86a554899987fd71a61a8ab6a15c75e468164755fcc3218a1db54a4fa406f766f9a9f03bcb3d9bcd02
 SHA512 
771ac1a55a043600e7d8b720f9b5a32da2ec09efaa4dec4202f7b78a505eb391a842b7abc91516ccd287c3207c634b342b0bc8ebb3c0c7a0d73b7fb29badc9f5
 DIST dirs-3.0.1.crate 12245 BLAKE2B 
e58f9383d0bb78f27219337c83879ce355aa60290df659b9dc656e3febcc2577b8fd5234792fa354f1c7f2b651e590fe490384f79b0a8a332eff44e3b459d9cc
 SHA512 
fe5eed57f7f3af0ebc53098f7d7295702a5339d7644d271a81bf5a966ae5b3e688eeabbf2b122e6e7daa1080dd30e48d8cbad969f6820b6cdb1680c84f0b9623
+DIST dirs-next-2.0.0.crate 11689 BLAKE2B 

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

2020-12-25 Thread William Hubbs
commit: a6ac1c1184a696a43c501b8fb08418a0f3dbcc3c
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Dec 25 23:28:32 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Dec 25 23:28:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ac1c11

dev-lang/lua: 5.4.2 bump

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

 dev-lang/lua/Manifest   |   2 +
 dev-lang/lua/files/lua-5.4.2-make.patch |  99 
 dev-lang/lua/lua-5.4.2.ebuild   | 197 
 3 files changed, 298 insertions(+)

diff --git a/dev-lang/lua/Manifest b/dev-lang/lua/Manifest
index 1009e00ade5..c395e9f376a 100644
--- a/dev-lang/lua/Manifest
+++ b/dev-lang/lua/Manifest
@@ -5,3 +5,5 @@ DIST lua-5.3.4-tests.tar.gz 103438 BLAKE2B 
ac82708022e7729039111c3df4fe24302c8d0
 DIST lua-5.3.6.tar.gz 303770 BLAKE2B 
07c37c56f43095a4f6ca8eb8b3adf19afd53107c02b62b2bcb3619565cb2100d5f823493eef93092d5e312b30fc28885a6d9e8f0ba5a23b5bed86dc4515a5d61
 SHA512 
ccc380d5e114d54504de0bfb0321ca25ec325d6ff1bfee44b11870b660762d1a9bf120490c027a0088128b58bb6b5271bbc648400cab84d2dc22b512c4841681
 DIST lua-5.4.1-tests.tar.gz 128646 BLAKE2B 
2dae666e89bacf986228a33fc665bbc510e738d9f8791933f5048e4bbecaf6cd59c5e70e488d332b16960225aac3b9fae46e500f3b54856bb6aabe8cd3a5c932
 SHA512 
ac7cf113d96f8fe2af4f104297a70debd3bede5997627fc18db6b5d9c78ff49e05a165f5855894def5656c6dcc2d7d9ccce741c90da17698a5c714a33828f49a
 DIST lua-5.4.1.tar.gz 353965 BLAKE2B 
e5b46fcf2eb2ea9bd235793cefec2bf19f185ed51b11bc6133bda4e3639f09194378b2fd55544972ee32576751e80bba87b3b61ec3d4a0910592d6e5cb4a4c77
 SHA512 
49ffbe814ec41e515fc8502b6958151c6c56aa171412f0b211ad9de934be2c958c3709d49435885ddea0fa6765ed511dafb3537558950ff3b4261338214f1571
+DIST lua-5.4.2-tests.tar.gz 128901 BLAKE2B 
10e4f0e8760f9cbd4761fa26665008ae7412539f79a6a7687029808f08f0ae4a24721e787e2e87e5080c16e9dcce8577a7a39ddc6d3e483a3cfe11756139594e
 SHA512 
1516c59deca211c38444bbf97b18e988e939209b03915d3691d756eeed31b52e8d3a1f05b71ac0b561965274c7b6f3afc4244cd2e9069995696e737e2d9dd40b
+DIST lua-5.4.2.tar.gz 353472 BLAKE2B 
7e0e642684df635ed1c48db45989e86a2638024e30a170addf700b0c7d32276f1eaef80898539c671039c20cb0bed4861b12c58f4b8211653a17e89bad278d87
 SHA512 
9454a6ffd973598f2f4a2399834c31c4d5090bd12e716776e3189aa57760319d114ee64a8338bbc2ef5e08150bf0adc2ad94a1b2677f38538a43359969d4d920

diff --git a/dev-lang/lua/files/lua-5.4.2-make.patch 
b/dev-lang/lua/files/lua-5.4.2-make.patch
new file mode 100644
index 000..0f66aa6e4db
--- /dev/null
+++ b/dev-lang/lua/files/lua-5.4.2-make.patch
@@ -0,0 +1,99 @@
+diff --git a/Makefile b/Makefile
+index 1797df9..90284d8 100644
+--- a/Makefile
 b/Makefile
+@@ -10,11 +10,11 @@ PLAT= guess
+ # so take care if INSTALL_TOP is not an absolute path. See the local target.
+ # You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
+ # LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
+-INSTALL_TOP= /usr/local
++INSTALL_TOP= /usr
+ INSTALL_BIN= $(INSTALL_TOP)/bin
+-INSTALL_INC= $(INSTALL_TOP)/include
++INSTALL_INC= $(INSTALL_TOP)/include/lua$V
+ INSTALL_LIB= $(INSTALL_TOP)/lib
+-INSTALL_MAN= $(INSTALL_TOP)/man/man1
++INSTALL_MAN= $(INSTALL_TOP)/share/man/man1
+ INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
+ INSTALL_CMOD= $(INSTALL_TOP)/lib/lua/$V
+ 
+@@ -104,3 +104,18 @@ pc:
+ .PHONY: all $(PLATS) help test clean install uninstall local dummy echo pc
+ 
+ # (end of Makefile)
++
++# Use libtool for binary installs, etc.
++
++export V
++export LIBTOOL = $(BROOT)/usr/bin/libtool --quiet --tag=CC
++# See libtool manual about how to set this
++
++gentoo_clean:
++  cd src; $(MAKE) $@
++
++gentoo_install:
++  mkdir -p $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_EXEC) lua$V luac$V 
$(INSTALL_BIN)
++  cd src; $(INSTALL_DATA) $(TO_INC) $(INSTALL_INC)
++  cd src; $(LIBTOOL) --mode=install $(INSTALL_DATA) liblua$V.la 
$(INSTALL_LIB)
+diff --git a/src/Makefile b/src/Makefile
+index 514593d..8af8f99 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -37,10 +37,10 @@ CORE_O=lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o 
lfunc.o lgc.o llex.o lmem
+ LIB_O=lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o 
loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o
+ BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS)
+ 
+-LUA_T=lua
++LUA_T=lua$V
+ LUA_O=lua.o
+ 
+-LUAC_T=   luac
++LUAC_T=   luac$V
+ LUAC_O=   luac.o
+ 
+ ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)
+@@ -60,10 +60,10 @@ $(LUA_A): $(BASE_O)
+   $(AR) $@ $(BASE_O)
+   $(RANLIB) $@
+ 
+-$(LUA_T): $(LUA_O) $(LUA_A)
++origin$(LUA_T): $(LUA_O) $(LUA_A)
+   $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
+ 
+-$(LUAC_T): $(LUAC_O) $(LUA_A)
++origin$(LUAC_T): $(LUAC_O) $(LUA_A)
+   $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
+ 
+ test:
+@@ -218,3 +218,30 @@ lzio.o: lzio.c lprefix.h lua.h luaconf.h llimits.h lmem.h 
lstate.h \
+  lobject.h 

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

2020-12-25 Thread Sam James
commit: ec55c8d05afb50627a4b966628e6ee27e35f1fa4
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:22:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:30:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec55c8d0

dev-libs/crypto++: bump to 8.3.0

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

 dev-libs/crypto++/Manifest  |  1 +
 dev-libs/crypto++/crypto++-8.3.0.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-libs/crypto++/Manifest b/dev-libs/crypto++/Manifest
index cc7d5a7d796..579f5052492 100644
--- a/dev-libs/crypto++/Manifest
+++ b/dev-libs/crypto++/Manifest
@@ -1,3 +1,4 @@
 DIST cryptopp565.zip 4220843 BLAKE2B 
0c42da3564cdd175c2f2c5c4272caf826f21e47d2271c7f54acab86f5f79dcdad8d6cb946bc88f55fde6189bb2d24ad8fb03dda6b3b8c6f105434b55b8b217d0
 SHA512 
f13718d02ca69b0129aaf9e767c9d2e0333aa7538355f9c63d9eaf1ff369062084a18dc01489439ebf37797b3ea81b01beb072057d47ec962bfb824ddc72abc7
 DIST cryptopp700.zip 7296665 BLAKE2B 
1b1a60e240a9d94b4edfea16beef0ec48ec26c61f7f9a3d89d29bd2e77b13a83ce942f81467bb90d3086253560a3c4acd6b89178dcb416ed4328340ad5222dfd
 SHA512 
8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec
 DIST cryptopp820.zip 8859815 BLAKE2B 
67aa850b887ae7aa869c9485bb18784492f6eec6cb12bf7c7cf84c776731eabf3c31965b47a60287e4e5a79dd3e9f0928dcfb185a0010a76f7cb96d2c3e8c6ae
 SHA512 
753513a4ec8dd0fff2f551853ce6bd265d82219c28b033565b565b5e567fbee17adb419f4cde58a97e62b7d6533f4099aa4996cd0ba4775c6a2e7ae63a879da5
+DIST cryptopp830.zip 9120687 BLAKE2B 
777ae6a0716793dbbf40594e5f910783852df15e1d6444ddb9505e9f00e6ead0c17fcf6eb5d0b4d58881595fefa79d285bd2db1f1789716ffb59624c50823c3d
 SHA512 
ad5219a66c5924d330d3646d0ff996dd235006f6812074bc4eb9e8c662a4f000ba20449d377f24b133d19ce682f7b2a3b2eb4c08857ce0f5bb39743d1d425147

diff --git a/dev-libs/crypto++/crypto++-8.3.0.ebuild 
b/dev-libs/crypto++/crypto++-8.3.0.ebuild
new file mode 100644
index 000..84d1b838f7c
--- /dev/null
+++ b/dev-libs/crypto++/crypto++-8.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="C++ class library of cryptographic schemes"
+HOMEPAGE="https://cryptopp.com;
+SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip;
+S="${WORKDIR}"
+
+LICENSE="Boost-1.0"
+SLOT="0/8" # subslot is so version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+IUSE="+asm static-libs"
+
+BDEPEND="app-arch/unzip"
+
+config_uncomment() {
+   sed -i -e "s://\s*\(#define\s*$1\):\1:" config.h || die
+}
+
+src_prepare() {
+   default
+
+   use asm || config_uncomment CRYPTOPP_DISABLE_ASM
+
+   # ASM isn't Darwin/Mach-O ready, #479554, buildsys doesn't grok CPPFLAGS
+   [[ ${CHOST} == *-darwin* ]] && config_uncomment CRYPTOPP_DISABLE_ASM
+}
+
+src_configure() {
+   export CXX="$(tc-getCXX)"
+   export LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+   export PREFIX="${EPREFIX}/usr"
+   tc-export AR RANLIB
+   default
+}
+
+src_compile() {
+   emake -f GNUmakefile all shared libcryptopp.pc
+}
+
+src_install() {
+   default
+
+   use static-libs || rm -f "${ED}"/usr/$(get_libdir)/*.a
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/, media-video/subtitlecomposer/files/

2020-12-25 Thread Andreas Sturmlechner
commit: b598cbac8677e292b34b62104620e072fe9acf43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 19:54:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 19:54:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b598cbac

media-video/subtitlecomposer: Fix build with >=media-video/mpv-0.33

Reported-by: Julien Papasian  gmail.com>
Closes: https://bugs.gentoo.org/760006
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/subtitlecomposer-0.7.0-mpv-0.33.patch| 260 +
 .../subtitlecomposer/subtitlecomposer-0.7.0.ebuild |   1 +
 2 files changed, 261 insertions(+)

diff --git 
a/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-mpv-0.33.patch 
b/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-mpv-0.33.patch
new file mode 100644
index 000..a97ab22543b
--- /dev/null
+++ b/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-mpv-0.33.patch
@@ -0,0 +1,260 @@
+From d09a3cbc60da86f57d06477dea1a57962a11ffb2 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic 
+Date: Mon, 8 Jul 2019 20:19:03 +0200
+Subject: [PATCH] MPV player config options aren't hardcoded anymore.
+
+---
+ src/videoplayerplugins/mpv/mpvbackend.cpp |  37 ++-
+ src/videoplayerplugins/mpv/mpvbackend.h   |   8 +-
+ .../mpv/mpvconfigwidget.cpp   | 102 --
+ src/videoplayerplugins/mpv/mpvconfigwidget.h  |   8 ++
+ 4 files changed, 139 insertions(+), 16 deletions(-)
+
+diff --git a/src/videoplayerplugins/mpv/mpvbackend.cpp 
b/src/videoplayerplugins/mpv/mpvbackend.cpp
+index d85a56c..9fdcd95 100644
+--- a/src/videoplayerplugins/mpv/mpvbackend.cpp
 b/src/videoplayerplugins/mpv/mpvbackend.cpp
+@@ -33,8 +33,6 @@
+ #include 
+ 
+ using namespace SubtitleComposer;
+-using namespace mpv;
+-using namespace mpv::qt;
+ 
+ MPVBackend::MPVBackend()
+   : PlayerBackend(),
+@@ -218,6 +216,37 @@ MPVBackend::mpvEventHandle(mpv_event *event)
+   }
+ }
+ 
++static QVariant
++node_to_variant(const mpv_node *node)
++{
++  switch(node->format) {
++  case MPV_FORMAT_STRING:
++  return QVariant(QString::fromUtf8(node->u.string));
++  case MPV_FORMAT_FLAG:
++  return QVariant(static_cast(node->u.flag));
++  case MPV_FORMAT_INT64:
++  return QVariant(static_cast(node->u.int64));
++  case MPV_FORMAT_DOUBLE:
++  return QVariant(node->u.double_);
++  case MPV_FORMAT_NODE_ARRAY: {
++  mpv_node_list *list = node->u.list;
++  QVariantList qlist;
++  for(int n = 0; n < list->num; n++)
++  qlist.append(node_to_variant(>values[n]));
++  return QVariant(qlist);
++  }
++  case MPV_FORMAT_NODE_MAP: {
++  mpv_node_list *list = node->u.list;
++  QVariantMap qmap;
++  for(int n = 0; n < list->num; n++)
++  qmap.insert(QString::fromUtf8(list->keys[n]), 
node_to_variant(>values[n]));
++  return QVariant(qmap);
++  }
++  default: // MPV_FORMAT_NONE, unknown values (e.g. future extensions)
++  return QVariant();
++  }
++}
++
+ void
+ MPVBackend::updateTextData(const mpv_event_property *prop)
+ {
+@@ -230,7 +259,7 @@ MPVBackend::updateTextData(const mpv_event_property *prop)
+   if(val.format != MPV_FORMAT_NODE_MAP)
+   continue;
+ 
+-  const QMap  = 
mpv::qt::node_to_variant().toMap();
++  const QMap  = 
node_to_variant().toMap();
+ 
+   if(map[QStringLiteral("type")].toString() != 
QStringLiteral("sub")
+   || map[QStringLiteral("external")].toBool() == 
true)
+@@ -269,7 +298,7 @@ MPVBackend::updateAudioData(const mpv_event_property *prop)
+   if(val.format != MPV_FORMAT_NODE_MAP)
+   continue;
+ 
+-  const QMap  = 
mpv::qt::node_to_variant().toMap();
++  const QMap  = 
node_to_variant().toMap();
+ 
+   if(map[QStringLiteral("type")].toString() != 
QStringLiteral("audio"))
+   continue;
+diff --git a/src/videoplayerplugins/mpv/mpvbackend.h 
b/src/videoplayerplugins/mpv/mpvbackend.h
+index d0edf2e..5e19fa1 100644
+--- a/src/videoplayerplugins/mpv/mpvbackend.h
 b/src/videoplayerplugins/mpv/mpvbackend.h
+@@ -23,7 +23,7 @@
+ 
+ #include "videoplayer/playerbackend.h"
+ 
+-#include 
++#include 
+ 
+ #include 
+ #include 
+@@ -76,14 +76,10 @@ signals:
+ protected slots:
+   void onMPVEvents();
+ 
+-protected:
+-  void setupProcessArgs(const QString );
+-
++private:
+   void mpvEventHandle(mpv_event *event);
+-
+   static void wakeup(void *ctx);
+ 

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

2020-12-25 Thread Andreas Sturmlechner
commit: 6b90510ab328d1bdbba167d9ccd4c6ba0cb4bfed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 21:36:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 21:41:15 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6b90510a

kde-apps/akonadi: Switch QMYSQL from virtual/mysql -> dev-db/mariadb

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

 kde-apps/akonadi/akonadi-20.12.49..ebuild | 30 +--
 kde-apps/akonadi/akonadi-.ebuild  | 30 +--
 kde-apps/akonadi/metadata.xml |  1 +
 3 files changed, 39 insertions(+), 22 deletions(-)

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

diff --git a/kde-apps/akonadi/akonadi-.ebuild 
b/kde-apps/akonadi/akonadi-.ebuild
index f452132cba..71e0c4e882 100644
--- a/kde-apps/akonadi/akonadi-.ebuild
+++ b/kde-apps/akonadi/akonadi-.ebuild
@@ -18,16 +18,16 @@ 

[gentoo-commits] proj/kde:master commit in: app-office/kmymoney/

2020-12-25 Thread Andreas Sturmlechner
commit: e3e2f254df7cb88defd68ea401e97cc5c5aa4939
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 21:03:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 21:03:21 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3e2f254

app-office/kmymoney: Update minimum versions

Upstream commit ff5ed17acf45c4a9370de39bcb14fb749e7f4417

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

 app-office/kmymoney/kmymoney-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-.ebuild 
b/app-office/kmymoney/kmymoney-.ebuild
index 8b8bc9b0c9..e3ad755154 100644
--- a/app-office/kmymoney/kmymoney-.ebuild
+++ b/app-office/kmymoney/kmymoney-.ebuild
@@ -70,8 +70,8 @@ RDEPEND="
)
calendar? ( dev-libs/libical:= )
hbci? (
-   >=net-libs/aqbanking-6.0.1
-   >=sys-libs/gwenhywfar-5.1.2:=[qt5]
+   >=net-libs/aqbanking-6.2.5
+   >=sys-libs/gwenhywfar-5.4.1:=[qt5]
)
holidays? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
 "



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

2020-12-25 Thread Michał Górny
commit: 54d37d147d33a9dee25e9eafb7164ed2392c7c46
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 21:50:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 21:51:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d37d14

dev-python/rebulk: Bump to 3.0.1

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

 dev-python/rebulk/Manifest|  1 +
 dev-python/rebulk/rebulk-3.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
index 9feac58b6a6..3f40831c065 100644
--- a/dev-python/rebulk/Manifest
+++ b/dev-python/rebulk/Manifest
@@ -1,2 +1,3 @@
 DIST rebulk-2.0.1.tar.gz 258115 BLAKE2B 
d19210911cf89cb7c371819e384da95c2159eb92abf9f027cbdf1803a18054c556e73364ae10c5bb0b5007cbdb2156b2118d22d6e278b6a02055bacbcbdbc322
 SHA512 
7d453b7ba952994dec3258aa95a3f6090e6f8afb5a674c1b5e54e036f41022b887d3d65d21f2023ae6e2596cce3baf52d33fc23708498a4f0aef26d3594c8289
 DIST rebulk-3.0.0.gh.tar.gz 252364 BLAKE2B 
669f25fa4cf25d4de426552eafd1f3463c05e42eb6f587b8c15d0d319c9c81e515d8461c5c412bd89a483d619374af0a93849deb0ccb3af9ccd7617ebd908504
 SHA512 
eb474b8b8509f291938bc3c96ef591b8233a41b9eb28f7957f3d20e098140ac6d80a1337c6ff1c89eeea4c34f94eb37af811d2200a8f2a574fc93b8fa1ea3c5d
+DIST rebulk-3.0.1.gh.tar.gz 252585 BLAKE2B 
ff10847d9743972c65a6a5ae3efe77acf0364770c2998401ac08d22a829bc25caf1e0c2a7decd0c2546d2bceb05b094cbd9d9cfcc7127d433b8c30fd6084c5bb
 SHA512 
21d022bb564a416885139aa673b3fc8b762817df12d8868a2a0e8d99cc813b781d04bad4372e5ac0dbbe6239d879c506639dd87c89f92faf078ff306239d6b6d

diff --git a/dev-python/rebulk/rebulk-3.0.1.ebuild 
b/dev-python/rebulk/rebulk-3.0.1.ebuild
new file mode 100644
index 000..35dcb15832c
--- /dev/null
+++ b/dev-python/rebulk/rebulk-3.0.1.ebuild
@@ -0,0 +1,30 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library that performs advanced searches in strings"
+HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/;
+SRC_URI="
+   https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Remove base64-encoded zip archive with pytest.
+   rm runtests.py || die
+
+   # Disable unconditional dependency on dev-python/pytest-runner.
+   sed -i -e "s|'pytest-runner'||g" setup.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2020-12-25 Thread Andreas Sturmlechner
commit: ee407e145f4a302d83950d813c3da8a5b6acbce8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 17:40:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 17:40:09 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee407e14

kde-apps/okular: DEPEND on app-text/poppler[nss]

Upstream commit f7d6045b9274737fb4f1e87be165f4fc5a4e908d

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

 kde-apps/okular/okular-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/okular/okular-.ebuild 
b/kde-apps/okular/okular-.ebuild
index 4c1971f848..baae1a4857 100644
--- a/kde-apps/okular/okular-.ebuild
+++ b/kde-apps/okular/okular-.ebuild
@@ -55,7 +55,7 @@ DEPEND="
)
markdown? ( app-text/discount )
mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 )
-   pdf? ( app-text/poppler[qt5] )
+   pdf? ( app-text/poppler[nss,qt5] )
plucker? ( virtual/jpeg:0 )
postscript? ( app-text/libspectre )
share? ( >=kde-frameworks/purpose-${KFMIN}:5 )



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

2020-12-25 Thread Sergei Trofimovich
commit: 7d2ecca393148ac30882815ade02c4a8e2308dff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 22:31:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 22:31:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2ecca3

sys-boot/silo: fix src_instal()

Due to missing trailing '\' all arguments to `emake` were ignored.

Bug: https://bugs.gentoo.org/759655
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-boot/silo/silo-1.4.14_p20200602.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/silo/silo-1.4.14_p20200602.ebuild 
b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
index 42f7fc37254..6e6b9cd4d3f 100644
--- a/sys-boot/silo/silo-1.4.14_p20200602.ebuild
+++ b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
@@ -42,7 +42,7 @@ _emake() {
STRIP="$(tc-getSTRIP)" \
NM="$(tc-getNM)" \
LD="$(tc-getLD) -m elf32_sparc" \
-   TILO_ONLY=$(usex tilo-only yes no)
+   TILO_ONLY=$(usex tilo-only yes no) \
\
"$@"
 }
@@ -50,7 +50,7 @@ _emake() {
 src_compile() {
filter-flags "-fstack-protector"
 
-   _emake $(usex tilo-only '-C tilo' '')
+   _emake
 }
 
 src_install() {



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

2020-12-25 Thread Michał Górny
commit: 88ecfec8a7b031bac49b2a46b020cea54cba73b8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 23:33:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 23:33:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ecfec8

dev-python/argcomplete: Remove old

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

 dev-python/argcomplete/Manifest|  2 --
 .../argcomplete/argcomplete-1.12.0-r1.ebuild   | 35 --
 .../argcomplete/argcomplete-1.12.1-r1.ebuild   | 35 --
 3 files changed, 72 deletions(-)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index 6ecdda59174..e93f068f90b 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1,3 +1 @@
-DIST argcomplete-1.12.0.tar.gz 53625 BLAKE2B 
29b4f620537a087629c63dc71c6a0101d40967145680518b566b9c81e3e744c5d73e1ed016795f0ea4338be4e8f20b7df1968e388e1ff09308e012ed1ba6d0c0
 SHA512 
5e21e3caf1dcee661c0dadf28d7b127147325475fe3ae569fae8797a762c34b55125df9f52de8d76f0aa6dd4efdac260a358b325a7659beae02b1dedab501c18
-DIST argcomplete-1.12.1.tar.gz 53677 BLAKE2B 
85c5d75b59875b6fe5bb932ed05916f3af23ef64b993544c69ae431d9e6b5d8c23a9bd35d76b570538ce8e722a6ffc8cbcbfbc9209fbf29ddb000c60a809c03c
 SHA512 
236871966361ac781c04f52c02d90c20badabad12d34bd7c5cb1cf1a74d442f9147e04b320530b55abc0490f7bcd11494cdc13ed5c339c91737f1c979010d096
 DIST argcomplete-1.12.2.tar.gz 53861 BLAKE2B 
59a8472818aef4967cb978302bd98b206b206beaf37ac7743b1e3460e3f184e4fe2dccbb48e1b436dfd1127248d3fa2f10ace81ba35c744d93adb5efedd7e470
 SHA512 
3099507eac285b396df1c02d7e7bdedc1dd26aaf599a81147ebaabe211a97362ddb94533c9bc733d30a9fe84fcb9d6b52794e4c12f99f881b320280d0d1479f0

diff --git a/dev-python/argcomplete/argcomplete-1.12.0-r1.ebuild 
b/dev-python/argcomplete/argcomplete-1.12.0-r1.ebuild
deleted file mode 100644
index 49c156b8da8..000
--- a/dev-python/argcomplete/argcomplete-1.12.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Bash tab completion for argparse"
-HOMEPAGE="https://pypi.org/project/argcomplete/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   https://pypi.org/project/argcomplete/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   

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

2020-12-25 Thread Michał Górny
commit: b70efe0dac7c6cbd61a5fe99a6fe7e530bbaaebd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 23:34:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 23:34:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70efe0d

dev-python/importlib_metadata: Remove old

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

 dev-python/importlib_metadata/Manifest |  2 --
 .../importlib_metadata-1.7.0-r2.ebuild | 41 --
 .../importlib_metadata-3.2.0.ebuild| 40 -
 3 files changed, 83 deletions(-)

diff --git a/dev-python/importlib_metadata/Manifest 
b/dev-python/importlib_metadata/Manifest
index 2faf35dee40..f5fb34ca470 100644
--- a/dev-python/importlib_metadata/Manifest
+++ b/dev-python/importlib_metadata/Manifest
@@ -1,6 +1,4 @@
-DIST importlib_metadata-1.7.0.tar.gz 29233 BLAKE2B 
a8cd97a384ab06201025fcbdc401fb25788c2eb1dd4f1697ca00e79634cbce32b984cb8a7c2aeacfb0871f92857d08f3ce9c3ae43d698df7401db91add07b6ca
 SHA512 
31f7cda6a1149ca2040032945b19b55d2e97ef8be67db1423c2c2cbb79da3dead46338f3c9eb03b46f9202fca08ed7bf388adc25d34903ddff4b2873c8a89aba
 DIST importlib_metadata-2.0.0.tar.gz 29289 BLAKE2B 
4ec24db057006affe1dee20e021a47d385770b1aa905db4ff4223d59f19b53dc85c21475875074664a84a0fb6994493735f5e098d38f938816ebc69dced7a40d
 SHA512 
3f789d717f04f7649dd4a75895669b4f9b875671937035c1c76bd089504afff8c2ba5bfb6a91096ba29eccadc88dca98ea1da5107772fd2053541db15c52b16a
 DIST importlib_metadata-3.1.0.tar.gz 29246 BLAKE2B 
2144e10601e089e26e1d85269ed067d505de8ca86071524e038e87850420f42701b36fad5e1fe01529230333d5f23e0882f17a279bacfa39da335f3d968987dd
 SHA512 
24d20d7658c2d15d2207d3660bd181016a16d0a2e3c86b8e86f7f95baab18f01f1a8753942d15ab648a40431bfc6db7d5109339575ef1a50802403eb580baede
 DIST importlib_metadata-3.1.1.tar.gz 32217 BLAKE2B 
85155574f554146d89fedbaeffa5b5842c5c76f98d0f8488a019cded9fc7e45323b31a9cb612f81c379feb822a0e5a44f86566510c5bccaa344cbe10ef8676e9
 SHA512 
a0a3fc0c4cb08ba5676ae144a2176e9b2e02d122a09c1be67fe0c1e1c8304aeac4f624fa060898b20f99f67f9cfee2bdf1177d82cd12e5879edfa268e02cdce3
-DIST importlib_metadata-3.2.0.tar.gz 32793 BLAKE2B 
e99fc4544ec64bc320754b1bac80ab021fd4212930cb2b28fc44cd6f6c9691214fce2fc408aa65147ae45df589e5ad64d4681e29620a16ffd1d3231faebde077
 SHA512 
3e744ebaa4606477252243b6e473c33b70332879385719835a4187d5edad135f0f9076c26e4843aea4497c2a5a2b51fa7b5654e9ff97a8f5ec3808053dccc734
 DIST importlib_metadata-3.3.0.tar.gz 33549 BLAKE2B 
6646cf7f8dbbeeadd7b4e9e572a59c14e2f17444dcd84aef817e27b299cbc3f0fa868657a59221a42ea8c49c5cc75e9e170a787df3e3014808d19eff1f89debf
 SHA512 
af2215405b0f7e120d2745f3736d021174e611ad226abe64b496192a210e85786e78560349f1188deb3bffbfceb36385e9fbac20f4447aafb025a1d735c333ac

diff --git a/dev-python/importlib_metadata/importlib_metadata-1.7.0-r2.ebuild 
b/dev-python/importlib_metadata/importlib_metadata-1.7.0-r2.ebuild
deleted file mode 100644
index 20283369fcf..000
--- a/dev-python/importlib_metadata/importlib_metadata-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://importlib-metadata.readthedocs.io/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/importlib_resources-1.3.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pyfakefs[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx "${PN}/docs" \
-   '>=dev-python/rst-linker-1.9'
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # remove dep on setuptools_scm
-   sed -e 's:test_find_local:_&:' \
-   -i importlib_metadata/tests/test_integration.py || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/importlib_metadata/importlib_metadata-3.2.0.ebuild 
b/dev-python/importlib_metadata/importlib_metadata-3.2.0.ebuild
deleted file mode 100644
index 7fe2947b839..000
--- a/dev-python/importlib_metadata/importlib_metadata-3.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Included in Python >= 3.8
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 

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

2020-12-25 Thread Michał Górny
commit: 23fa08ef47134c15140230edd7aaa534cc973fca
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 23:34:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 23:34:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23fa08ef

dev-python/httpretty: Remove old

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

 dev-python/httpretty/Manifest  |  2 --
 dev-python/httpretty/httpretty-0.9.6.ebuild| 43 --
 dev-python/httpretty/httpretty-1.0.2-r1.ebuild | 49 --
 3 files changed, 94 deletions(-)

diff --git a/dev-python/httpretty/Manifest b/dev-python/httpretty/Manifest
index bad5cea5721..09b1d35e84c 100644
--- a/dev-python/httpretty/Manifest
+++ b/dev-python/httpretty/Manifest
@@ -1,3 +1 @@
-DIST httpretty-0.9.6.tar.gz 7147633 BLAKE2B 
e1d02ddfce5ca987c6ef1a17723544f86a8573c2a6a26ec197072021e52015efce5064af21bfbe1ec03f3ac11c21717a80f114b5be2526b113e3bc0a608702f4
 SHA512 
bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92
-DIST httpretty-1.0.2.tar.gz 399185 BLAKE2B 
033e954fccf6a351c09dac3c1585ddc65f064eca109dfd8f499fd510ea09ba3ce5198d3f4b54fb832b47425ab721ddc1b2da596b6066028bda1f0a1303cdc0ed
 SHA512 
f9ef1c82f4fe3a31696e06228cea512664c5118b3c32910d7810d1fcf16b05d31b9b55db7bb6bd64967aadb162a2952757627439769db9117164b8248de9049c
 DIST httpretty-1.0.3.tar.gz 411707 BLAKE2B 
b2211457c937e19f8110bc28446a2b78a8042a742341c0492589def7447e819f051d301e9d254260778f349302ccf6fc163a9f2280a55af925ae353752450320
 SHA512 
a6349257376c12198d0bf7923245c34f6b8a0889946ba0c2551fd3379a8d9a8e4610de81c66f945656c1879ad3fb1485f2f4148634fcc4e156b9f0a59f7dd758

diff --git a/dev-python/httpretty/httpretty-0.9.6.ebuild 
b/dev-python/httpretty/httpretty-0.9.6.ebuild
deleted file mode 100644
index 512384afe0f..000
--- a/dev-python/httpretty/httpretty-0.9.6.ebuild
+++ /dev/null
@@ -1,43 +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} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP client mock for Python"
-HOMEPAGE="https://github.com/gabrielfalcao/httpretty;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/nose-1.2[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
-   dev-python/sure[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-   >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
-)"
-
-python_prepare_all() {
-   # remove useless deps
-   sed -i -e '/randomly/d' -e '/rednose/d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests -v tests || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild 
b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
deleted file mode 100644
index 12c6a2505f0..000
--- a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="HTTP client mock for Python"
-HOMEPAGE="https://github.com/gabrielfalcao/httpretty;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/urllib3[${PYTHON_USEDEP}]"
-# redis skipped as it requires a redis server running
-DEPEND="
-   test? (
-   dev-python/eventlet[${PYTHON_USEDEP}]
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.2[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   >=dev-python/requests-1.1[${PYTHON_USEDEP}]
-   dev-python/sure[${PYTHON_USEDEP}]
-   >=www-servers/tornado-2.2[${PYTHON_USEDEP}]
-)"
-
-python_prepare_all() {
-   # remove useless deps
-   sed -i -e '/randomly/d' -e '/rednose/d' setup.cfg || die
-   # tests requiring network access
-   rm tests/functional/test_passthrough.py || die
-   # requires running redis server
-   # it is skipped correctly but it causes unnecessary dep on redis-py
-   rm tests/functional/bugfixes/test_redis.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests -v tests || die "Tests fail with ${EPYTHON}"
-}



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

2020-12-25 Thread Sam James
commit: 3da7d3db68d60cb41533157f1f272ba75cd4a2bd
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:36:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da7d3db

dev-python/theano: restrict slow tests

We're replacing dev-python/theano with
dev-python/theano-pymc so let's just restrict
tests here given how slow they are (and they may hang).

Tests run fine on theano-pymc and we'll be removing
this package soon.

Bug: https://bugs.gentoo.org/738416
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/theano/theano-1.0.5.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/theano/theano-1.0.5.ebuild 
b/dev-python/theano/theano-1.0.5.ebuild
index 3b60986763c..10481daa623 100644
--- a/dev-python/theano/theano-1.0.5.ebuild
+++ b/dev-python/theano/theano-1.0.5.ebuild
@@ -18,6 +18,9 @@ S="${WORKDIR}/${MY_P}"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+# Tests sometimes hang. dev-python/theano-pymc is better. #738416
+# This package is on the way out anyway for that fork.
+RESTRICT="test"
 
 BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
 RDEPEND="



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

2020-12-25 Thread William Hubbs
commit: 750ef5fc6f8ab806b37a471adc488b79168aa38c
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Dec 26 00:19:57 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 26 00:20:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750ef5fc

sys-cluster/nomad: 1.0.1 bump

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

 sys-cluster/nomad/Manifest   |  1 +
 sys-cluster/nomad/nomad-1.0.1.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index 6e34eeeba82..6cac13f91a5 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -2,3 +2,4 @@ DIST nomad-0.12.3.tar.gz 51432205 BLAKE2B 
77090f387e25f226c8d05b6ea16abfac0f4b71
 DIST nomad-0.12.4.tar.gz 51468076 BLAKE2B 
42ca90649263dae6aaa29921853816b6172b285f2675a3fe68aca423bd15213924263433e01d870fa502cfc53372cb6f30f810c7aaadfe63970f91c4bb630912
 SHA512 
2fb12f96a14772d0a382f40aa686d61823630d49778365447410e7c4a4d7f3cbff275fdeea823f3c397642ce7aeae3618c295d4b08ea884dc51190960f33110e
 DIST nomad-0.12.5.tar.gz 51464001 BLAKE2B 
825160a751481972335c4f37ef0514ddeb676a13a210f0faa43d06f1601bb794edf72402b0dfcf96426611e20eb530a5f077b97b331ce07e5fb6b3d3c7598130
 SHA512 
a337f3342de041696b1d6e39661d809e5cb82d27d9b2ba67a33a8698eb4afca929679093ec0d23f364a41307e669a6948e58429b97f49ec046d01f8d97f7
 DIST nomad-0.12.8.tar.gz 51472616 BLAKE2B 
17316e4305edc5a74d640d1bd46e1f997ae43727a6c6dcc5df19af64c659a9b00e4fa2c45c92d70ff70b465278b1bb5c03d81d041facf89549faba17d86efa96
 SHA512 
c4615043bd1ce3c28cc9a564d58cc0ebbd197b4761763f4d4106fc8d36678c1d8b5b697a38c5ec1093d7d3973b700cd5f32415ec10b8c00546aa1707dea25231
+DIST nomad-1.0.1.tar.gz 51101330 BLAKE2B 
ee955890e7d3cb093c05f91bb4ad4c33f65048875fbf626b8c40975b21c81b8c9802288cc90953a7639ae8b03ba01f1f65320d711bf884aa27c80bfcecccb73b
 SHA512 
07032f965c5826882a4ce0acd7ef2a5d74cc5f0c439b030a4787e60c474070797c5f88d84353e5d423c1d0f6ac49fd40eebb57848d4eecd8394477fbffa2

diff --git a/sys-cluster/nomad/nomad-1.0.1.ebuild 
b/sys-cluster/nomad/nomad-1.0.1.ebuild
new file mode 100644
index 000..cf4c35f5278
--- /dev/null
+++ b/sys-cluster/nomad/nomad-1.0.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+GIT_COMMIT=52ec2e19f1d6e383b30a495b9bcdece315adac17
+
+DESCRIPTION="A simple and flexible workload orchestrator "
+HOMEPAGE="https://nomadproject.io;
+SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="nvidia"
+
+RESTRICT+=" test"
+
+src_compile() {
+   local go_ldflags go_tags
+   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
+   go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
+   CGO_ENABLED=1 \
+   go build \
+   -ldflags "${go_ldflags}" \
+   -mod=vendor \
+   -tags "${go_tags}" \
+   -trimpath \
+   -o bin/${PN} || die "compile failed"
+}
+
+src_install() {
+   dobin bin/${PN}
+   systemd_dounit dist/systemd/nomad.service
+   insinto /etc/nomad.d
+   newins dist/client.hcl client.hcl.example
+   newins dist/server.hcl server.hcl.example
+   einstalldocs
+dodoc CHANGELOG.md
+   keepdir /var/lib/nomad /var/log/nomad
+   newconfd "${FILESDIR}/nomad.confd" nomad
+   newinitd "${FILESDIR}/nomad.initd" nomad
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/nomad.logrotated" nomad
+}



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

2020-12-25 Thread William Hubbs
commit: b7b28282696b109de6e1598b41c53f17788aedde
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Dec 26 00:22:55 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Dec 26 00:23:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b28282

sys-cluster/nomad: remove old versions

Bug: https://bugs.gentoo.org/760717
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/nomad/Manifest|  3 ---
 sys-cluster/nomad/nomad-0.12.3.ebuild | 43 -
 sys-cluster/nomad/nomad-0.12.4.ebuild | 43 -
 sys-cluster/nomad/nomad-0.12.5.ebuild | 45 ---
 4 files changed, 134 deletions(-)

diff --git a/sys-cluster/nomad/Manifest b/sys-cluster/nomad/Manifest
index 6cac13f91a5..0c1fecc7cd7 100644
--- a/sys-cluster/nomad/Manifest
+++ b/sys-cluster/nomad/Manifest
@@ -1,5 +1,2 @@
-DIST nomad-0.12.3.tar.gz 51432205 BLAKE2B 
77090f387e25f226c8d05b6ea16abfac0f4b710a40a3e7e5455bd6c8b7992080980967d4ebb92257348968dddbb45d2e5c3b58f143ae1205742bf08f0dec2a71
 SHA512 
17d361db11104ddbbae12a17301005c8eca3650e3fdda8f2fd6db8474728f31a2b6f828f2fba7e7d9d132b08cfb070799273353a17f5f66baa4dc5a0492562f8
-DIST nomad-0.12.4.tar.gz 51468076 BLAKE2B 
42ca90649263dae6aaa29921853816b6172b285f2675a3fe68aca423bd15213924263433e01d870fa502cfc53372cb6f30f810c7aaadfe63970f91c4bb630912
 SHA512 
2fb12f96a14772d0a382f40aa686d61823630d49778365447410e7c4a4d7f3cbff275fdeea823f3c397642ce7aeae3618c295d4b08ea884dc51190960f33110e
-DIST nomad-0.12.5.tar.gz 51464001 BLAKE2B 
825160a751481972335c4f37ef0514ddeb676a13a210f0faa43d06f1601bb794edf72402b0dfcf96426611e20eb530a5f077b97b331ce07e5fb6b3d3c7598130
 SHA512 
a337f3342de041696b1d6e39661d809e5cb82d27d9b2ba67a33a8698eb4afca929679093ec0d23f364a41307e669a6948e58429b97f49ec046d01f8d97f7
 DIST nomad-0.12.8.tar.gz 51472616 BLAKE2B 
17316e4305edc5a74d640d1bd46e1f997ae43727a6c6dcc5df19af64c659a9b00e4fa2c45c92d70ff70b465278b1bb5c03d81d041facf89549faba17d86efa96
 SHA512 
c4615043bd1ce3c28cc9a564d58cc0ebbd197b4761763f4d4106fc8d36678c1d8b5b697a38c5ec1093d7d3973b700cd5f32415ec10b8c00546aa1707dea25231
 DIST nomad-1.0.1.tar.gz 51101330 BLAKE2B 
ee955890e7d3cb093c05f91bb4ad4c33f65048875fbf626b8c40975b21c81b8c9802288cc90953a7639ae8b03ba01f1f65320d711bf884aa27c80bfcecccb73b
 SHA512 
07032f965c5826882a4ce0acd7ef2a5d74cc5f0c439b030a4787e60c474070797c5f88d84353e5d423c1d0f6ac49fd40eebb57848d4eecd8394477fbffa2

diff --git a/sys-cluster/nomad/nomad-0.12.3.ebuild 
b/sys-cluster/nomad/nomad-0.12.3.ebuild
deleted file mode 100644
index 79ff227381c..000
--- a/sys-cluster/nomad/nomad-0.12.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-GIT_COMMIT=ef6f1419334e1d9d23eba9d24e7d9404218f
-
-DESCRIPTION="A simple and flexible workload orchestrator "
-HOMEPAGE="https://nomadproject.io;
-SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="nvidia"
-
-RESTRICT+=" test"
-
-src_compile() {
-   local go_ldflags go_tags
-   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
-   go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
-   CGO_ENABLED=1 \
-   go build \
-   -trimpath \
-   -ldflags "${go_ldflags}" \
-   -mod=vendor \
-   -tags "${go_tags}" \
-   -o bin/${PN} || die "compile failed"
-}
-
-src_install() {
-   dobin bin/${PN}
-   systemd_dounit dist/systemd/nomad.service
-   insinto /etc/nomad.d
-   newins dist/client.hcl client.hcl.example
-   newins dist/server.hcl server.hcl.example
-   keepdir /var/lib/nomad /var/log/nomad
-   newconfd "${FILESDIR}/nomad.confd" nomad
-   newinitd "${FILESDIR}/nomad.initd" nomad
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/nomad.logrotated" nomad
-}

diff --git a/sys-cluster/nomad/nomad-0.12.4.ebuild 
b/sys-cluster/nomad/nomad-0.12.4.ebuild
deleted file mode 100644
index b295320f634..000
--- a/sys-cluster/nomad/nomad-0.12.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-GIT_COMMIT=ec7bf9de21bfe3623ff04b009f26aaf488bae2b1
-
-DESCRIPTION="A simple and flexible workload orchestrator "
-HOMEPAGE="https://nomadproject.io;
-SRC_URI="https://github.com/hashicorp/nomad/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="nvidia"
-
-RESTRICT+=" test"
-
-src_compile() {
-   local go_ldflags go_tags
-   go_ldflags="-X 
github.com/hashicorp/nomad/version.GitCommit=${GIT_COMMIT}"
-   go_tags="codegen_generated $(usex nvidia '' 'nonvidia')"
-   CGO_ENABLED=1 \
-   go build \
-

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

2020-12-25 Thread Matthias Maier
commit: fb6cc8062b097219740814d691f13cb3b7605e98
Author: Oz N Tiram  gmail  com>
AuthorDate: Tue Dec 15 14:33:53 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 19:57:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6cc806

app-emulation/virt-manager: update dependencies

virt-manager has some issues fixed with python-libvirt 0.6.9
See for example: https://github.com/virt-manager/virt-manager/issues/203

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/virt-manager/virt-manager-3.2.0.ebuild | 5 ++---
 app-emulation/virt-manager/virt-manager-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild 
b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
index cb575dc4df6..91e20874b0a 100644
--- a/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
+++ b/app-emulation/virt-manager/virt-manager-3.2.0.ebuild
@@ -26,14 +26,13 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="gtk policykit sasl"
 
-RDEPEND="!app-emulation/virtinst
-   ${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
app-cdr/cdrtools
>=app-emulation/libvirt-glib-1.0.0[introspection]
$(python_gen_cond_dep '
dev-libs/libxml2[python,${PYTHON_MULTI_USEDEP}]
dev-python/argcomplete[${PYTHON_MULTI_USEDEP}]
-   dev-python/libvirt-python[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/libvirt-python-6.10.0[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/requests[${PYTHON_MULTI_USEDEP}]
')

diff --git a/app-emulation/virt-manager/virt-manager-.ebuild 
b/app-emulation/virt-manager/virt-manager-.ebuild
index a3390883c4d..ea1e3be6ec3 100644
--- a/app-emulation/virt-manager/virt-manager-.ebuild
+++ b/app-emulation/virt-manager/virt-manager-.ebuild
@@ -26,14 +26,13 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="gtk policykit sasl"
 
-RDEPEND="!app-emulation/virtinst
-   ${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
app-cdr/cdrtools
>=app-emulation/libvirt-glib-1.0.0[introspection]
$(python_gen_cond_dep '
dev-libs/libxml2[python,${PYTHON_MULTI_USEDEP}]
dev-python/argcomplete[${PYTHON_MULTI_USEDEP}]
-   dev-python/libvirt-python[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/libvirt-python-0.6.10[${PYTHON_MULTI_USEDEP}]
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
dev-python/requests[${PYTHON_MULTI_USEDEP}]
')



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/, dev-embedded/rauc/files/

2020-12-25 Thread Haelwenn Monnier
commit: 9d278e82dc14b3c1978f36207982e9fa8fe3d26a
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Fri Dec 25 11:00:33 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Dec 25 11:02:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d278e82

dev-embedded/rauc: Add v1.5

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest   |  1 +
 dev-embedded/rauc/files/rauc-1.5-tests.patch | 72 
 dev-embedded/rauc/metadata.xml   |  3 ++
 dev-embedded/rauc/rauc-1.5.ebuild| 65 +
 4 files changed, 141 insertions(+)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index 6e64fb69..1ac0fce7 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1 +1,2 @@
 DIST rauc-1.4.tar.xz 807676 BLAKE2B 
e8dc46daf861c4ff5e80ac5af08eb03afb071b313dce38cbc127205f24c2f25793f51812c95ae4a0d914ea4cfec257ee06e3776b78b20488a6a33edd9b08e5c0
 SHA512 
6ac572d396cae609060ff4a7d2a26f5b8ed839504e76628f47388b1dac93ad1794114a9c105c5a9eb070478f9bd1b6f2cd6aeb5e84c64fdce4d7cbe30bb9ea31
+DIST rauc-1.5.tar.xz 826404 BLAKE2B 
6ef8e16299e666be525fdfc3db3933b8944b41950821313dd76178e638827aeec93b608ddba26b3b0a22e493946748c49d3cd19fbc9f2a3f739c156dde83b8bb
 SHA512 
5d942993e5db87440aee589722efc2e5d2151941c99652d25831192f8a6e1c9955f74512a92f45c052ddeec29f02a10119346f56bb200202c1d02a6d7fff699c

diff --git a/dev-embedded/rauc/files/rauc-1.5-tests.patch 
b/dev-embedded/rauc/files/rauc-1.5-tests.patch
new file mode 100644
index ..2459d6ca
--- /dev/null
+++ b/dev-embedded/rauc/files/rauc-1.5-tests.patch
@@ -0,0 +1,72 @@
+From cfeab43e8c1ebbe952bca9b71fb8400a9947d229 Mon Sep 17 00:00:00 2001
+From: Kurt Kanzenbach 
+Date: Sat, 15 Aug 2020 08:45:21 +0200
+Subject: [PATCH] tests: Disable failed tests
+
+The network and squashfs tests won't work within portage. Disable them.
+
+Signed-off-by: Kurt Kanzenbach 
+---
+ Makefile.am |  7 ---
+ test/rauc.t | 20 ++--
+ 2 files changed, 10 insertions(+), 17 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index d394a53b607a..79098ec5d1c8 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -155,10 +155,6 @@ check_PROGRAMS = \
+   test/progress.test \
+   test/slot.test
+ 
+-if WANT_NETWORK
+-check_PROGRAMS += test/network.test
+-endif
+-
+ if WANT_JSON
+ check_PROGRAMS += test/boot_switch.test
+ endif
+@@ -242,9 +238,6 @@ test_utils_test_LDADD = librauctest.la
+ test_install_test_SOURCES = test/install.c
+ test_install_test_LDADD = librauctest.la
+ 
+-test_network_test_SOURCES = test/network.c
+-test_network_test_LDADD = librauctest.la
+-
+ test_progress_test_SOURCES = test/progress.c
+ test_progress_test_LDADD = librauctest.la
+ 
+diff --git a/test/rauc.t b/test/rauc.t
+index 20e7f59221bc..43d82cd3a583 100755
+--- a/test/rauc.t
 b/test/rauc.t
+@@ -270,16 +270,16 @@ test_expect_success "rauc bundle" "
+   test -f ${TEST_TMPDIR}/out.raucb
+ "
+ 
+-test_expect_success "rauc bundle mksquashfs extra args" "
+-  rm -f ${TEST_TMPDIR}/out.raucb &&
+-  rauc \
+---cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
+---key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem \
+-bundle \
+---mksquashfs-args=\"-comp xz -info -progress\" \
+-$SHARNESS_TEST_DIRECTORY/install-content ${TEST_TMPDIR}/out.raucb &&
+-  rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
+-"
++# test_expect_success "rauc bundle mksquashfs extra args" "
++#   rm -f ${TEST_TMPDIR}/out.raucb &&
++#   rauc \
++# --cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
++# --key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem 
\
++# bundle \
++# --mksquashfs-args=\"-comp xz -info -progress\" \
++# $SHARNESS_TEST_DIRECTORY/install-content ${TEST_TMPDIR}/out.raucb &&
++#   rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
++# "
+ 
+ test_expect_success PKCS11 "rauc bundle with PKCS11 (key 1)" "
+   rm -f ${TEST_TMPDIR}/out.raucb &&
+-- 
+2.26.2
+

diff --git a/dev-embedded/rauc/metadata.xml b/dev-embedded/rauc/metadata.xml
index 699bca6b..877afe8f 100644
--- a/dev-embedded/rauc/metadata.xml
+++ b/dev-embedded/rauc/metadata.xml
@@ -12,6 +12,9 @@
 create, inspect and modify update artifacts for your device.
   
   
+
+  Add GPT support
+
 
   Add JSON support
 

diff --git a/dev-embedded/rauc/rauc-1.5.ebuild 
b/dev-embedded/rauc/rauc-1.5.ebuild
new file mode 100644
index ..f839e95d
--- /dev/null
+++ b/dev-embedded/rauc/rauc-1.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+
+inherit autotools python-any-r1 

[gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/superflu-riteurnz/

2020-12-25 Thread Haelwenn Monnier
commit: 8c057117017bfb6a8d315b8dba7e34ce7773b7c5
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Dec 25 20:40:08 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Dec 25 20:41:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c057117

games-puzzle/superflu-riteurnz: New package

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

 games-puzzle/superflu-riteurnz/Manifest|  2 ++
 .../superflu-riteurnz-1.0.0.ebuild | 37 ++
 2 files changed, 39 insertions(+)

diff --git a/games-puzzle/superflu-riteurnz/Manifest 
b/games-puzzle/superflu-riteurnz/Manifest
new file mode 100644
index ..124ea611
--- /dev/null
+++ b/games-puzzle/superflu-riteurnz/Manifest
@@ -0,0 +1,2 @@
+DIST sosage-v1.0.0.tar.gz 213497 BLAKE2B 
c3fcb7ce24e1dd7b7134d62637e7421621050cd04e97eb12f4c3643d9f180c8cf802ad2e61b8a95365fdc0c93e9f329b5450675a18a1eef08ce4af5b5ffbc79f
 SHA512 
9bd050af49529e5b5f04134ee34184c84681f3ed77746828248c2abe6bb12d1351a0f2f89dfbc047731639e7681fc5ed154f16ac39ffebacd4b5d8a0325493ba
+DIST superflu-riteurnz-v1.0.0-xmas2020demo-data.zip 10588378 BLAKE2B 
4c7da1dd571ec5dacaf2cf378e30a9c24b28f06212609b432f18d3d653c0396f2d9e7db7361ea1cb76ea9259098c0d8a3dcd37a522096afe126893518b6312cc
 SHA512 
e60577b739556bf8a39eb0afc46311e57e214e093e613375609f15224045961da8b96c4d7958921c877b2196c720a8453a4a96ceab5211460a3b3805676141cf

diff --git a/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild 
b/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild
new file mode 100644
index ..cb395ce5
--- /dev/null
+++ b/games-puzzle/superflu-riteurnz/superflu-riteurnz-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="sosage-v${PV}"
+MY_DATA_P="superflu-riteurnz-v1.0.0-xmas2020demo-data"
+
+DESCRIPTION="Artisanal video-game about Superflu, the useless super-hero 
(french)"
+HOMEPAGE="https://ptilouk.net/superflu-riteurnz/;
+SRC_URI="
+   https://framagit.org/Gee/sosage/-/archive/v${PV}/${MY_P}.tar.gz
+   https://dl.bintray.com/ptilouk/superflu-riteurnz/zip/${MY_DATA_P}.zip
+"
+S="${WORKDIR}/${MY_P}"
+LICENSE="CC-BY-SA-2.0 GPL-3+ CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/libyaml
+   media-libs/libsdl2
+   media-libs/sdl2-mixer
+   media-libs/sdl2-image
+   media-libs/sdl2-ttf
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DSOSAGE_DATA_FOLDER="${WORKDIR}/${MY_DATA_P}"
+   )
+
+   cmake_src_configure
+}



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

2020-12-25 Thread Horea Christian
commit: 2eb50600aa460c5b00e0a3baa4868675c22291ac
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Dec 25 20:24:39 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Dec 25 20:24:39 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2eb50600

profiles/package.use.mask: removed mask for dropped package

Signed-off-by: Horea Christian  chymera.eu>

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index d8b365654..a3d897332 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -23,10 +23,6 @@ sci-physics/qcl plotutils
 # icc and ifc don't work on no-multilib
 sci-biology/estscan icc ifc
 
-# Justin Lecher  (06 Jan 2014)
-# Missing dep dev-python/scikits-cuda
-sci-biology/mne-python cuda
-
 # Andreas Schäfer  (21 Nov 2013)
 # cuda only works on x86 and amd64
 sys-cluster/openmpi -cuda



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

2020-12-25 Thread Matthias Maier
commit: 714d297ebeb8186800c33fdfeeadf9958df512a0
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:17:41 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:17:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714d297e

dev-lang/julia-bin: drop old versions

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia-bin/Manifest   | 12 
 dev-lang/julia-bin/julia-bin-1.2.0.ebuild | 44 -
 dev-lang/julia-bin/julia-bin-1.3.0.ebuild | 47 ---
 dev-lang/julia-bin/julia-bin-1.4.0.ebuild | 46 --
 4 files changed, 149 deletions(-)

diff --git a/dev-lang/julia-bin/Manifest b/dev-lang/julia-bin/Manifest
index 9db09b1200b..d1b00e034fb 100644
--- a/dev-lang/julia-bin/Manifest
+++ b/dev-lang/julia-bin/Manifest
@@ -1,15 +1,3 @@
-DIST julia-1.2.0-freebsd-x86_64.tar.gz 82750080 BLAKE2B 
2b95fedc8dbbc138c0794f42518cce280c62bb2442d6a0d53b809f21768497937b037e1e886cff19cb40d7a63f3e2ee8da0314250cab52e8b139724baff3ee91
 SHA512 
9c9af2e2346553ea5658ab5a9fe88539605774cd2737ac9bfb240b7fa3f9fd46f746d5dbdff2dd7405e8fbd33208c12a335b7d80cd0c78c62287ae5eb470fc8e
-DIST julia-1.2.0-linux-i686.tar.gz 87810731 BLAKE2B 
1d72bf469f1dd3667ea00d038d18e20c10d9ceb579c61b2f30603bcd7ea55875423e4d54cbb774cfcc20044528f3ccd196131bb17cbaf7bf780fc5667c387e1e
 SHA512 
ecd62047a0e36fe85a0442733949b19ca5d877fc2d2bced80566d1fcd6906345f66fb9114b6e687594e514b8c952d0352de5982f77f127e5196288431a1f64a9
-DIST julia-1.2.0-linux-x86_64.tar.gz 91990555 BLAKE2B 
125313e7e53bddfcd64251fa2794e5b9d4bbbadb6100c1dc8f86039e13520859117f8ffcc2611d085805c9a80ad3544e88dd0e37803609e3b8b4097867fa8a5c
 SHA512 
47e966d12204ffbefcdd8a60e850994df2247c37ee601f4147710d80e8e576672daaffe6d35d37fef644ea725f46d893832f096e24d938af856328299ad920d5
-DIST julia-1.3.0-freebsd-x86_64.tar.gz 86423604 BLAKE2B 
5e36e49ebb708c4ec1c998b23861f69238b9bb2af337b0977df1a2de170869037577d422d3d2ddb359e537b9c75ba8cbe8e5963d42a832dba19f8bb4022a264d
 SHA512 
b2c4a0e5ce379523ee606067d50b980fb9be6977f7d3d576b131183edfc72098be71bf0bede20d44f72ad7d0b414fe56eeaa67ca1cb47d36823721784da8526b
-DIST julia-1.3.0-linux-aarch64.tar.gz 78426016 BLAKE2B 
da758349e342a92194ff24e74dfb89ed9676bb97d8ffc15b80a305a5d75627b08a8939349b6de6aea294d64dd1386d1d24f5a8c793b368df38b86d0628b7
 SHA512 
fa2a34aecbf83bd17f6ea24b55d30cfaab1916ea1c17b16271bbffaf93f430c262eb6d0ee9a9737a361a8dfad47126478ffa841c70cf9899e426607e12913e8b
-DIST julia-1.3.0-linux-armv7l.tar.gz 84672004 BLAKE2B 
e8d20943195a909d2db821f30df79f5020eb21ded179b795518db2f5216fd04d88a7e21ef518b819349f6c3d5b681b1b7c7ff2ff2bf89a14d6ad48456f5f
 SHA512 
2f6328a66f24aae0e6ed0ed5abb504805cf4a719a7ba30009966a1774f4e72630734c661c4de49cca37f5fa0fa766fa2eda29f01ee21ee3e2e3af81d2291f2dc
-DIST julia-1.3.0-linux-i686.tar.gz 90629130 BLAKE2B 
027b045d71c209c3a935ac37d07fa89201d55b63e374038f5891fa751a87546aff63ffa0641f6b5041b4fbf1ed018cc6a809b56d3f732c134e3b98501fe92885
 SHA512 
fd772d0d3dbc11c357df26f980569315893a391604755e81421b6001b09e8e939f9a8e4bd0e0faa428fb4b08ac8f24a39bbe0875417630bf127d8b41324a9116
-DIST julia-1.3.0-linux-x86_64.tar.gz 95497903 BLAKE2B 
2f67eb538c0277edaa97e95122bccf0f5822b7fc7a64a843aad7d421a22167de758a94011bf0e95a2b8b29c7d04e2b65451807bb36742206e88fcceab304f019
 SHA512 
4b286172622a2817378dae0720fa0a08d4f361b60adfb9685136fabc83d42bf439a22147051fb69d501e14947e42d2999ab081cfb3f60c44ee5d6a906758aaf3
-DIST julia-1.4.0-freebsd-x86_64.tar.gz 90034224 BLAKE2B 
3150870a630c43d21520a52a9c009b777105f978f5b735c22ac1fa2a7599e30e09b1b7064149a83fedc52e7783b429e470358b82f21c51239b7761506269f066
 SHA512 
9f8cbe2065e05198f2a3edfdae17e2afa31c4a4c08ba4c3bcc31215ff6541c75a147009f87bd1028b6cdfac1f8616e07a948c8f8ee2586e61eacac53e33e3e87
-DIST julia-1.4.0-linux-aarch64.tar.gz 81685205 BLAKE2B 
1a07a3ef94423d327e88b5cccb38360b23540806defeee1c64dc0656beee1b39008ca529e3d0cef7aab1e8947adb62fbbb1c6d248a0de2c63f3a5d14b3a5b684
 SHA512 
51b79e7b1fc85f67a26a595e84f88b656996cb8e14cd634076621b07690fc4f5d1ff1d71ce3a75243501bb7853bffda5d7428f03797570913cd3170dc13f651f
-DIST julia-1.4.0-linux-i686.tar.gz 94549552 BLAKE2B 
b058d81f55e7e579cff5b31054def68193be5032de02f09f6c4239e13bd73a630eee8ebd5f9ccd712f0e3be406932de51951202ec37b1534f20962db4eff5472
 SHA512 
f0363103713900a682fef900a745732714cd3dcbedbe2aa368afff768c24603241fc2f4be7419caf674e086f6cac59a8b14f3770e578959b7296cd5e26d6d5c9
-DIST julia-1.4.0-linux-x86_64.tar.gz 98969249 BLAKE2B 
bf0a79a8a8f1ed8c5668f2b2836414f8c0ae10199ee96eefea3d5bfefc0dde0902659556a572c3de6982477183d91f8e2f6d38f7334c50872f3257055a5310e3
 SHA512 
e2ac637d2bbe9ec4b900bc8f59263fdaa573cbe39ffbafd0e8280a5ba1906052f72816e4b5a12fab34f5b05ffd3f5cf95703c00d88f2f6ab6f022c3504cf1c95
 DIST julia-1.5.2-freebsd-x86_64.tar.gz 95898744 BLAKE2B 

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

2020-12-25 Thread Sam James
commit: acfaa67328babcce84c392339792da3fa130a8ed
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:46:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:46:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acfaa673

dev-db/mysql: Stabilize 5.7.32 ppc, #732974

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

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

diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild
index 1ce3f1d5a73..4000e3383d5 100644
--- a/dev-db/mysql/mysql-5.7.32.ebuild
+++ b/dev-db/mysql/mysql-5.7.32.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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-db/mysql/

2020-12-25 Thread Sam James
commit: 0d0911d08452289ecc2a731c6c39575f5ade0d28
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:45:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:46:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0911d0

dev-db/mysql: Stabilize 5.7.31 ppc, #732974

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

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

diff --git a/dev-db/mysql/mysql-5.7.31.ebuild b/dev-db/mysql/mysql-5.7.31.ebuild
index d83c16e32a1..f4f27e0f288 100644
--- a/dev-db/mysql/mysql-5.7.31.ebuild
+++ b/dev-db/mysql/mysql-5.7.31.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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: mail-filter/postgrey/files/

2020-12-25 Thread Sam James
commit: 0a9241bfb4f3a6c78a570b1fec92c78bbe21ad2b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 00:53:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 00:53:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9241bf

mail-filter/postgrey: remove old patch

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

 .../files/targrey-0.31-postgrey-1.34.patch | 202 -
 1 file changed, 202 deletions(-)

diff --git a/mail-filter/postgrey/files/targrey-0.31-postgrey-1.34.patch 
b/mail-filter/postgrey/files/targrey-0.31-postgrey-1.34.patch
deleted file mode 100644
index a17b6457d39..000
--- a/mail-filter/postgrey/files/targrey-0.31-postgrey-1.34.patch
+++ /dev/null
@@ -1,202 +0,0 @@
 postgrey.orig  2011-05-04 22:54:15.0 +0200
-+++ postgrey   2011-10-17 10:10:21.0 +0200
-@@ -309,6 +309,22 @@
- $self->mylog(1, "cleaning clients database finished. before: 
$nr_keys_before, after: $nr_keys_after");
- }
- 
-+if($self->{postgrey}{targrey}) {
-+# cleanup tarpit blacklist database
-+my $tarpit_db = $self->{postgrey}{db_tarpit};
-+($nr_keys_before, $nr_keys_after) = (0, 0);
-+while (my ($key, $tarpit_last_seen) = each %$tarpit_db) {
-+$nr_keys_before++;
-+if($now - $tarpit_last_seen > $retry_window) {
-+delete $tarpit_db->{$key};
-+}
-+else {
-+$nr_keys_after++;
-+}
-+}
-+$self->mylog(1, "cleaning tarpit blacklist database finished. 
before: $nr_keys_before, after: $nr_keys_after");
-+}
-+
- $self->{postgrey}{last_maint_keys}=$now;
- }
- }
-@@ -383,7 +399,7 @@
- # whitelist if count is enough
- if(defined $cawl_count and $cawl_count >= 
$self->{postgrey}{awl_clients})
- {
--if(($now >= $cawl_last+3600) or ($cawl_last > $now)) {
-+if(($now >= $cawl_last + $self->{postgrey}{awl_delay}) or 
($cawl_last > $now)) {
- $cawl_count++; # for statistics
- $cawl_db->{$cawl_key}=$cawl_count.','.$now;
- }
-@@ -392,6 +408,28 @@
- }
- }
- 
-+# check tarpit passed if targrey mode
-+if ($self->{postgrey}{targrey} && $attr->{protocol_state} eq 'DATA') { # 
passed tarpit
-+# remove tarpit blacklist
-+my $tarpit_db = $self->{postgrey}{db_tarpit};
-+my $tarpit_key = $attr->{client_address};
-+delete $tarpit_db->{$tarpit_key};
-+
-+# auto whitelist clients by tarpit
-+if ($self->{postgrey}{awl_clients}) {
-+# enough time has passed (record only one attempt per hour)
-+if (! defined $cawl_last or $now >= $cawl_last + 
$self->{postgrey}{awl_delay}) {
-+# ok, increase count
-+$cawl_count++;
-+$cawl_db->{$cawl_key}=$cawl_count.','.$now;
-+$self->mylog(1, "tarpit whitelisted: 
$attr->{client_name}"."[".$attr->{client_address}."]")
-+if $cawl_count==$self->{postgrey}{awl_clients};
-+}
-+}
-+
-+return 'DUNNO';
-+}
-+
- # lookup
- my $sender = $self->do_sender_substitutions($attr->{sender});
- my ($client_net, $client_host) =
-@@ -402,10 +440,11 @@
- }
- my $val= $db->{$key};
- my $first;
-+my $retry_count=0;
- my $last_was_successful=0;
- if(defined $val) {
- my $last;
--($first, $last) = split(/,/,$val);
-+($first, $last, $retry_count) = split(/,/,$val);
- # find out if the last time was unsuccessful, so that we can add a 
header
- # to say how much had to be waited
- if($last - $first >= $self->{postgrey}{delay}) {
-@@ -426,16 +465,19 @@
- $first = $now;
- }
- 
-+my $diff = $self->{postgrey}{delay} - ($now - $first);
-+
-+# enough waited? -> increase retry_count
-+$retry_count++ if($diff <= 0);
-+
- # update (put as last element stripped host-part if it was stripped)
- if(defined $client_host) {
--$db->{$key}="$first,$now,$client_host";
-+$db->{$key}="$first,$now,$retry_count,$client_host";
- }
- else {
--$db->{$key}="$first,$now";
-+$db->{$key}="$first,$now,$retry_count";
- }
- 
--my $diff = $self->{postgrey}{delay} - ($now - $first);
--
- # auto whitelist clients
- # algorithm:
- # - on successful entry in the greylist db of a triplet:
-@@ -443,23 +485,41 @@
- #   - client whitelisted already? -> update last-seen timestamp
- if($self->{postgrey}{awl_clients}) {
- # greylisting succeeded
--if($diff <= 0 and !$last_was_successful) {
-+if($retry_count >= $self->{postgrey}{retry_count} and 
!$last_was_successful) {
- # enough time has 

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

2020-12-25 Thread Matthias Maier
commit: 789b2a8d7da5941f198b12c7506332c80add19b4
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Dec 26 00:52:11 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Dec 26 00:53:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789b2a8d

dev-lang/julia: fix dependency

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/julia-1.5.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/julia/julia-1.5.3.ebuild 
b/dev-lang/julia/julia-1.5.3.ebuild
index b8117838fb9..ebff8169d4a 100644
--- a/dev-lang/julia/julia-1.5.3.ebuild
+++ b/dev-lang/julia/julia-1.5.3.ebuild
@@ -52,8 +52,8 @@ RDEPEND+="
>=dev-libs/libpcre2-10.23:0=[jit,unicode]
dev-libs/mpfr:0=
dev-libs/openspecfun
-   >=net-libs/mbedtls-2.2
net-libs/libssh2
+   >=net-libs/mbedtls-2.2
sci-libs/amd:0=
sci-libs/arpack:0=
sci-libs/camd:0=
@@ -65,6 +65,7 @@ RDEPEND+="
sci-libs/spqr:0=
sci-libs/umfpack:0=
sci-mathematics/glpk:0=
+   sci-mathematics/z3
>=sys-libs/libunwind-1.1:0=
sys-libs/readline:0=
sys-libs/zlib:0=



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

2020-12-25 Thread Sam James
commit: 983c8c19590d0af3fd910609ef1ceea52c4d2350
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:18:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c8c19

www-servers/tomcat: Stabilize 7.0.107 amd64, #761562

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

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

diff --git a/www-servers/tomcat/tomcat-7.0.107.ebuild 
b/www-servers/tomcat/tomcat-7.0.107.ebuild
index acdb9985f25..a905c145be4 100644
--- a/www-servers/tomcat/tomcat-7.0.107.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.107.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?



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

2020-12-25 Thread Sam James
commit: 8356875130a63f097c6f7ffa9fbe5a50926866ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:19:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83568751

dev-python/tox: Stabilize 3.20.1-r1 ALLARCHES, #761649

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

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

diff --git a/dev-python/tox/tox-3.20.1-r1.ebuild 
b/dev-python/tox/tox-3.20.1-r1.ebuild
index 22b449c0596..e06ea801a01 100644
--- a/dev-python/tox/tox-3.20.1-r1.ebuild
+++ b/dev-python/tox/tox-3.20.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 # doc disabled because of missing deps in tree
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2020-12-25 Thread Sam James
commit: d6074a6ef8eaad81aae84f74f02fd0f1c30c5d2e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:20:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6074a6e

dev-python/jeepney: Stabilize 0.6.0 arm, #761658

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

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

diff --git a/dev-python/jeepney/jeepney-0.6.0.ebuild 
b/dev-python/jeepney/jeepney-0.6.0.ebuild
index a9562c3433a..7f8e10dca72 100644
--- a/dev-python/jeepney/jeepney-0.6.0.ebuild
+++ b/dev-python/jeepney/jeepney-0.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
 IUSE="examples"
 
 BDEPEND="



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

2020-12-25 Thread Sam James
commit: 802f684177378fea1c6266bc69f901d9b6bbdb97
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:19:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802f6841

dev-python/lz4: Stabilize 3.1.1 arm, #761640

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

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

diff --git a/dev-python/lz4/lz4-3.1.1.ebuild b/dev-python/lz4/lz4-3.1.1.ebuild
index f2e006ee00d..00fabb5b6e8 100644
--- a/dev-python/lz4/lz4-3.1.1.ebuild
+++ b/dev-python/lz4/lz4-3.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="app-arch/lz4"
 DEPEND="



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

2020-12-25 Thread Sam James
commit: 55bcd51262e9e76a6d5c9477d7276f873b2d8dfc
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:20:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bcd512

dev-python/setproctitle: Stabilize 1.2 arm, #761652

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

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

diff --git a/dev-python/setproctitle/setproctitle-1.2.ebuild 
b/dev-python/setproctitle/setproctitle-1.2.ebuild
index ca709827477..834d1c51a0a 100644
--- a/dev-python/setproctitle/setproctitle-1.2.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 distutils_enable_tests pytest
 



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

2020-12-25 Thread Sam James
commit: 27943f32790c463cbbeca676aaa8991e3cf14238
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 02:18:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 02:20:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27943f32

dev-java/tomcat-servlet-api: Stabilize 7.0.107 amd64, #761562

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

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

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



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/coretoppings/files/, gui-apps/coretoppings/

2020-12-25 Thread Maciej Barć
commit: 4fb135ec7d876105d1f1667ea55508563ce45282
Author: Maciej Barć  protonmail  com>
AuthorDate: Sat Dec 26 02:04:19 2020 +
Commit: Maciej Barć  protonmail  com>
CommitDate: Sat Dec 26 02:04:21 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fb135ec

gui-apps/coretoppings: backport statusnotifierbutton patch

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 ...oretoppings-4.1.0.ebuild => coretoppings-4.1.0-r1.ebuild} |  4 
 .../files/coretoppings-4.1.0-statusnotifierbutton.patch  | 12 
 2 files changed, 16 insertions(+)

diff --git a/gui-apps/coretoppings/coretoppings-4.1.0.ebuild 
b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
similarity index 94%
rename from gui-apps/coretoppings/coretoppings-4.1.0.ebuild
rename to gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
index 0fa865a4..2b7a7669 100644
--- a/gui-apps/coretoppings/coretoppings-4.1.0.ebuild
+++ b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
@@ -34,6 +34,10 @@ RDEPEND="
pulseaudio? ( media-sound/pulseaudio )
 "
 
+PATCHES=(
+   "${FILESDIR}/${P}-statusnotifierbutton.patch"
+)
+
 src_prepare() {
default
 

diff --git 
a/gui-apps/coretoppings/files/coretoppings-4.1.0-statusnotifierbutton.patch 
b/gui-apps/coretoppings/files/coretoppings-4.1.0-statusnotifierbutton.patch
new file mode 100644
index ..cfd0f5cd
--- /dev/null
+++ b/gui-apps/coretoppings/files/coretoppings-4.1.0-statusnotifierbutton.patch
@@ -0,0 +1,12 @@
+index d07eb6b..c339657 100644
+--- a/sni/statusnotifierbutton.cpp
 b/sni/statusnotifierbutton.cpp
+@@ -267,7 +267,7 @@ void StatusNotifierButton::mouseReleaseEvent(QMouseEvent 
*event)
+ {
+ if (event->button() == Qt::LeftButton)
+ interface->Activate(QCursor::pos().x(), QCursor::pos().y());
+-else if (event->button() == Qt::MidButton)
++else if (event->button() == Qt::MiddleButton)
+ interface->SecondaryActivate(QCursor::pos().x(), QCursor::pos().y());
+ else if (Qt::RightButton == event->button())
+ {



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

2020-12-25 Thread Matthias Maier
commit: 80d5e81147f726e386e76c37fb24df12c4db9077
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 20:03:31 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 20:03:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d5e811

app-emulation/libvirt: drop vulnerable

Bug: https://bugs.gentoo.org/746119
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/Manifest |   1 -
 app-emulation/libvirt/libvirt-6.7.0.ebuild | 344 -
 2 files changed, 345 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index f08670f2237..467d5d9b454 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,4 +1,3 @@
 DIST libvirt-6.10.0.tar.xz 8462796 BLAKE2B 
f1188cc869768682bdcb7ab763465705413ebc4fe418e37d4f5ef6a861507c4104a1844cd533fce905e24847918eba6e4e4f054f66b112e9fb54ee19a3653dfc
 SHA512 
42e77a3542e9f15c3aeaab1639a80ee6539cb0f09a1e8324aa0059a8f6041acf20263a9556ac65c9a7a14693b0756020231085e4556ff54cf8329110018a2485
-DIST libvirt-6.7.0.tar.xz 8362140 BLAKE2B 
d0afe33fcdaab3cc0f2ea8c552e7550bcece018b049a3b58e5c05ee85b39e2b3ebf42fa1b70ddb1d2a541d1114b6b49734f23a889b3589397a30a672f27a3a56
 SHA512 
cabfb6aa65a3a1412b0111654ad3a7d0a6dfc63399a892c540ca39ab4e56f87626a067037e4480bb55418a371d2b5e9ac74862c92a3cdea69822ec3d158d769f
 DIST libvirt-6.8.0.tar.xz 8412092 BLAKE2B 
c118ca6b263054bb6941c62f3d1415f7ed1a3f29a35294272d04bc726643247ee5691e0310a1bf013faeba856d7aadd00a90fe8dbdca6ff4c7eb480e94d92fa2
 SHA512 
9b69f3dcceb5e40470a78908654faf51b643f6793e556f3115daa4bfe08743af290882dd51f15eb27c38d589eb210d495de7c44a40b363420ab4f4d3a6393cc9
 DIST libvirt-6.9.0.tar.xz 8432360 BLAKE2B 
5cf577017158bab3ec5ad55e8e5944f4efd88cb3eb5460355ad0bfc1a30dba5c607b5b3523b8f9095552c494129ccb19bb89a6a0791469d5d47052c2375fa940
 SHA512 
ca9aed93589e91d383f9a5bddf5ba9fa20b849ba3b302017d625ba4910a0f942d1531006ddeaaa2622d121808105dec6e9bcb0c867f62e2fc546ce043675e175

diff --git a/app-emulation/libvirt/libvirt-6.7.0.ebuild 
b/app-emulation/libvirt/libvirt-6.7.0.ebuild
deleted file mode 100644
index 3a482bab5e2..000
--- a/app-emulation/libvirt/libvirt-6.7.0.ebuild
+++ /dev/null
@@ -1,344 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit meson bash-completion-r1 eutils linux-info python-any-r1 
readme.gentoo-r1 systemd
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/libvirt/libvirt.git;
-   SRC_URI=""
-   SLOT="0"
-else
-   SRC_URI="https://libvirt.org/sources/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="https://www.libvirt.org/;
-LICENSE="LGPL-2.1"
-IUSE="
-   apparmor audit +caps +dbus dtrace firewalld fuse glusterfs iscsi
-   iscsi-direct +libvirtd lvm libssh lxc +macvtap nfs nls numa openvz
-   parted pcap policykit +qemu rbd sasl selinux +udev +vepa
-   virtualbox +virt-network wireshark-plugins xen zfs
-"
-
-REQUIRED_USE="
-   firewalld? ( virt-network )
-   libvirtd? ( || ( lxc openvz qemu virtualbox xen ) )
-   lxc? ( caps libvirtd )
-   openvz? ( libvirtd )
-   policykit? ( dbus )
-   qemu? ( libvirtd )
-   vepa? ( macvtap )
-   virt-network? ( libvirtd )
-   virtualbox? ( libvirtd )
-   xen? ( libvirtd )"
-
-BDEPEND="
-   acct-user/qemu
-   policykit? ( acct-group/libvirt )
-   app-text/xhtml1
-   dev-lang/perl
-   dev-libs/libxslt
-   dev-perl/XML-XPath
-   dev-python/docutils
-   virtual/pkgconfig"
-
-# gettext.sh command is used by the libvirt command wrappers, and it's
-# non-optional, so put it into RDEPEND.
-# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
-# package will use 3 by default. Since we don't have slot pinning in an API,
-# we must go with the most recent
-RDEPEND="
-   app-misc/scrub
-   >=dev-libs/glib-2.48.0
-   dev-libs/libgcrypt:0
-   dev-libs/libnl:3
-   >=dev-libs/libxml2-2.7.6
-   >=net-analyzer/openbsd-netcat-1.105-r1
-   >=net-libs/gnutls-1.0.25:0=
-   net-libs/libssh2
-   net-libs/libtirpc
-   net-libs/rpcsvc-proto
-   >=net-misc/curl-7.18.0
-   sys-apps/dmidecode
-   sys-devel/gettext
-   sys-libs/ncurses:0=
-   sys-libs/readline:=
-   apparmor? ( sys-libs/libapparmor )
-   audit? ( sys-process/audit )
-   caps? ( sys-libs/libcap-ng )
-   dbus? ( sys-apps/dbus )
-   dtrace? ( dev-util/systemtap )
-   firewalld? ( >=net-firewall/firewalld-0.6.3 )
-   fuse? ( sys-fs/fuse:0= )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
-   iscsi? ( sys-block/open-iscsi )
-   iscsi-direct? ( 

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

2020-12-25 Thread Matthias Maier
commit: 5db717a67be2fa3fe5722371d83aff37393045b2
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 20:02:25 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 20:02:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db717a6

dev-python/libvirt-python: drop vulnerable

Bug: https://bugs.gentoo.org/746119
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/libvirt-python/Manifest |  3 +-
 .../libvirt-python/libvirt-python-6.7.0.ebuild | 46 --
 2 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 1e4985e5ee0..fff7b02939a 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,4 +1,3 @@
-DIST libvirt-python-6.7.0.tar.gz 208597 BLAKE2B 
335bd89133b688586a55193635b4b75dabe6dd4a741a450e49067ac8a9b9d9da54787b50c23bc6d5322a7fecbe513422f02450e09d541cb112ccfd499ce18101
 SHA512 
7d5a7f87abc01285c2030c9408838d4e1496d0d0316b9ab775749e49719fa66c20114aad2bd281d6783e2cb4d47ceac5ac60ac584e881288d0b0d9cc76d5b2cb
+DIST libvirt-python-6.10.0.tar.gz 212567 BLAKE2B 
0ba583646c16c8e298a4cde789dca9c0f4920a3ac7e241134e251e5d0fc426a37c297870571acc673de2ce14c3de5bb7069316805581ce33cc044090930dd599
 SHA512 
bc9d65fa82cf021c0929c8f2760a31de606d52c860d15d1961438fd763131f05fa3f4e12f0030b45ad12c3ae40d84b21167091ae810376487b7aae11c2e3ab2b
 DIST libvirt-python-6.8.0.tar.gz 210034 BLAKE2B 
667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1
 SHA512 
6d2f82fafd414047cff16f0ad655fefd69c8c0da04be07d27da44e3ab17dd03e4e4ff102be1c30948c361268f57ea312978f9198fd128bfb54a3c1a07150e6af
 DIST libvirt-python-6.9.0.tar.gz 210366 BLAKE2B 
384d8ce4d6c91f7185484e3ad35572a3245712c59f416d0f117ce7936d1e6234458c3454a8d773ee287de4d529eae7229e3dd67111df7955369cd36b028be1cc
 SHA512 
d15a80de5418586f769101525464efc88154c9038f59c805030a60b4b711f11f15531f4e1fd01575e1646397342fefa38fca9371e8146157b61f607b3c286fe1
-DIST libvirt-python-6.10.0.tar.gz 212567 BLAKE2B 
0ba583646c16c8e298a4cde789dca9c0f4920a3ac7e241134e251e5d0fc426a37c297870571acc673de2ce14c3de5bb7069316805581ce33cc044090930dd599
 SHA512 
bc9d65fa82cf021c0929c8f2760a31de606d52c860d15d1961438fd763131f05fa3f4e12f0030b45ad12c3ae40d84b21167091ae810376487b7aae11c2e3ab2b

diff --git a/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
deleted file mode 100644
index c8cc20f3c01..000
--- a/dev-python/libvirt-python/libvirt-python-6.7.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
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-DISTUTILS_USE_SETUPTOOLS=no
-
-MY_P="${P/_rc/-rc}"
-
-inherit distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git;
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="https://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-DEPEND="virtual/pkgconfig"
-BDEPEND="test? (
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



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

2020-12-25 Thread Sam James
commit: 54144cf79a3033d4cebf02c41b6afb0fd3111585
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:00:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:00:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54144cf7

dev-python/argcomplete: Stabilize 1.12.2 ALLARCHES, #761628

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

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

diff --git a/dev-python/argcomplete/argcomplete-1.12.2.ebuild 
b/dev-python/argcomplete/argcomplete-1.12.2.ebuild
index 9756cbf400b..0b61d62c912 100644
--- a/dev-python/argcomplete/argcomplete-1.12.2.ebuild
+++ b/dev-python/argcomplete/argcomplete-1.12.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-12-25 Thread Sam James
commit: bbb5c3983ddfe9c4596cd5a8ea8e986d00b7ada3
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 22:59:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 22:59:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb5c398

dev-python/httpretty: Stabilize 1.0.3 ALLARCHES, #761610

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

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

diff --git a/dev-python/httpretty/httpretty-1.0.3.ebuild 
b/dev-python/httpretty/httpretty-1.0.3.ebuild
index 8e097d95aae..a06154c51c1 100644
--- a/dev-python/httpretty/httpretty-1.0.3.ebuild
+++ b/dev-python/httpretty/httpretty-1.0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-12-25 Thread Sam James
commit: e446276b23c0f3bd5c315612689a02d2446ac770
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 22:59:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 22:59:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e446276b

dev-python/importlib_metadata: Stabilize 3.1.0 ALLARCHES, #761604

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

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

diff --git a/dev-python/importlib_metadata/importlib_metadata-3.1.0.ebuild 
b/dev-python/importlib_metadata/importlib_metadata-3.1.0.ebuild
index 47bffcc15b5..f52f996857c 100644
--- a/dev-python/importlib_metadata/importlib_metadata-3.1.0.ebuild
+++ b/dev-python/importlib_metadata/importlib_metadata-3.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 RDEPEND="dev-python/zipp[${PYTHON_USEDEP}]"
 BDEPEND="



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

2020-12-25 Thread Jason Zaman
commit: ff4f7d0f10efc811dfff527de4ae2585e8e28270
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 25 23:04:00 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 25 23:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4f7d0f

sci-libs/tensorflow-estimator: bump 2.4.0

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

 sci-libs/tensorflow-estimator/Manifest  | 2 +-
 ...low-estimator-2.4.0_rc0.ebuild => tensorflow-estimator-2.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/tensorflow-estimator/Manifest 
b/sci-libs/tensorflow-estimator/Manifest
index a12a30c2f8f..368635eff99 100644
--- a/sci-libs/tensorflow-estimator/Manifest
+++ b/sci-libs/tensorflow-estimator/Manifest
@@ -2,4 +2,4 @@ DIST 
bazelbuild-rules_cc-0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip 72534 BLAK
 DIST bazelbuild-rules_cc-8bd6cd75d03c01bb82561a96d9c1f9f7157b13d0.zip 159656 
BLAKE2B 
c2ebed5165907e5452db2e8797253ce17fb39a00d3ca3aab11dec475399821dd529629d710af6f9892b74d0654293bd7989fa2be24caf5836490e8df566c7c18
 SHA512 
deecf484f5e888db345a57c3b557d6548e4e71fd4c62ea10b4dc9c47be9d303df55c03bb446158675b131064c4eccb401bf217e131e78d629c8fc1836600cb51
 DIST bazelbuild-rules_java-7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip 9422 
BLAKE2B 
bbc45c97551ee8126335b611ffca6574dac843d4db9b3221b10d26487f8eecfe38ba0cd67a4039a3ad921c25fea6294c43e4f4e7a57a060a30791acd6c4f9d39
 SHA512 
ba06242feb711e7fb6e821fd9ac029248b4f3e466fb1acf971d0db8196f3efe4d114ef137acbe4913073f8cbe8ccab4d47d8bafa21b867b2d6a6d57f5a647f0c
 DIST tensorflow-estimator-2.3.0.tar.gz 642118 BLAKE2B 
29ecf5b64da20e8e6981375f1631b9b7e8ad061f71d0a3f1ac567bcd04b02102c5854d24e5106660f6bcd7b4ca683bd3bfbde51f236669d0f17e8f847feb7039
 SHA512 
0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0
-DIST tensorflow-estimator-2.4.0_rc0.tar.gz 660318 BLAKE2B 
d71988c29c237e686151627723890c623019ea8f3ff1bcdfde64fc29461f3ffd268feb6cee2d57535f45e48ab166331c93e8e48a4c323abc5f6ec08774c39d6a
 SHA512 
1f0a4379e2da96e9ffc9c3a06291c885b0509e1a50806573e9cb15053b40a45aec4b9938356c450bb0abca88156c992c813037a8144cba8b584173d9e4fe5162
+DIST tensorflow-estimator-2.4.0.tar.gz 660203 BLAKE2B 
b270536fe976fc718bb6ba558d9d91817b14951c8769365348d2cc13b621e30efe2154aa3040d2c0ea750d4f45b1aadd36d7f98b16bc2d3dcdec89f95ec6246b
 SHA512 
31538614fb96c90228eebbc3edf7d7f7157dab1a9271858d47af2104d9fafab9f3386dc42a45ad46999df54fd757d544dd27fc23ee519596dd0a453a652bed13

diff --git 
a/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0_rc0.ebuild 
b/sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild
similarity index 100%
rename from sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0_rc0.ebuild
rename to sci-libs/tensorflow-estimator/tensorflow-estimator-2.4.0.ebuild



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

2020-12-25 Thread Jason Zaman
commit: 2535f42eb3e25fd8978111be83e91bca17b2c473
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 25 23:02:54 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 25 23:42:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2535f42e

dev-libs/cudnn: bump 8.0.5

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

 dev-libs/cudnn/Manifest  |  4 
 dev-libs/cudnn/cudnn-8.0.5.39.ebuild | 40 
 2 files changed, 44 insertions(+)

diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest
index fe4f0ef0f49..bf26da83c74 100644
--- a/dev-libs/cudnn/Manifest
+++ b/dev-libs/cudnn/Manifest
@@ -6,9 +6,13 @@ DIST cudnn-10.1-linux-x64-v7.6.1.34.tgz 521806738 BLAKE2B 
9804ed394cf58f0c415d45
 DIST cudnn-10.1-linux-x64-v7.6.2.24.tgz 522872521 BLAKE2B 
6424ade8443521138b36bb528105bc482202ff475dd3eb3aaa7f992e8ad8b67628ac1b464d10056f16bb5766fb8464abe8ae406f8766831d248b90796d146c1e
 SHA512 
3451c113b4dcb8aaa33b2740e0e0b60d121ef02525c4e8ece3d7afd76b3472f704a90eb69d1a06f2bc94a981c2bfa3bea2f3bd057dcbdc6eecdea1056563057d
 DIST cudnn-10.1-linux-x64-v7.6.5.32.tgz 523418497 BLAKE2B 
28febb24382d411faa870cd42e999431d1ee1d083c09903ee4a8f5bee676981c60f6daf6cd256978db69345397db743a7a6f6187376520f5c4f968f6177e0201
 SHA512 
1073bc42c2c36fce6b710882a04a4035d66d95c410200b9d50953e993d7b801cc3a837e42843ad2447e62ea5dfc8ba22c8a803464716c56ffb811aa278645771
 DIST cudnn-10.1-linux-x64-v8.0.4.30.tgz 678710754 BLAKE2B 
5ad59925a500968eef8306c7e207c12ea2f55deecd2d044d7f1f158b76264aeb954f3029d1eaa5ef2aa6939c56e39177af28fc00cc04e2fdf26f9091ef46f3ca
 SHA512 
419f2875a0b362107ede5d238250496c1011cb8e1fdaada1ebdca8737e9df4eaddd1d3a25feeb0ef9baa0100c9f84507e527ed922b676f7883e0594b017ed9d9
+DIST cudnn-10.1-linux-x64-v8.0.5.39.tgz 684924546 BLAKE2B 
4bcab6d2347e06040ec46d4e2a8b3f5a8eaa2317ae86a8d852013956ca74e56d5079af9eff4b687b2a9e43fc1d244407c29d38f424db7c5b78a9c297839b5629
 SHA512 
af357c3be22e733891858ef0430005a19e52b8fa28ddac869fc7715f2ca8acbc51180f269ef8bba95f09de46fce76ac566c8d0edf420aea4c8b2fe44456e98bf
 DIST cudnn-10.2-linux-x64-v7.6.5.32.tgz 548210361 BLAKE2B 
51fdd14f0bbc5a029bddca94ab7ae56ee77c16fdc525c78b986bb3dc1e0525943e5ab17eb81e356ef92c985ee467bd87a6670c343a96136d932ace86bb649437
 SHA512 
943c1afc0b7711dec87931770eaa567e25361a31ed5e1edabcc3f81df72880428611308e8032a28dc197e8c5edfebe3f67cc9d22a21eb569d8b254d8eb84eac6
 DIST cudnn-10.2-linux-x64-v8.0.4.30.tgz 700128057 BLAKE2B 
9883cb5993850b9dc0fe703925be4980b7768a6b1be940058f727e69e5d606f25b54ec3368fd22dddcc39092ac488ded4a9078c4ebb743e12c59688413c056cd
 SHA512 
ab41425bc5fad91e9a4270059d8125efc93407956b64c2ecc926506d4c826f33fb7561b143b159e92b286937e940f05fb2f4059747ee80c28b1e7a4d8b53c000
+DIST cudnn-10.2-linux-x64-v8.0.5.39.tgz 706337907 BLAKE2B 
1dda021f7c313b53fe6024bd7c0eccf3746a55b7399a63cf3160f2a474fd36e33273d8714dc099fed901b6be3dfac51d14033cdb0fe85c2019222127b695c9ef
 SHA512 
867fc7ff9336656431069f01d5f59bb5da09d51dc38ba723d066a1b338646b704969a5c7595551b357b98e7d2204863d4d2b7a84708480e16dc3dbb604f26339
 DIST cudnn-11.0-linux-x64-v8.0.4.30.tgz 1048904376 BLAKE2B 
cb9ee44998ca17f670430e2e0641d3f804ff468e1b9fedc88ae6827b340917a89a8dafce88318f30f70333b06dea87c6f7b76851b3fbad6902b020b79e1cb085
 SHA512 
3364625e24bf5e57ceb4e38cf4eca81341245d9ba354816247537c943c70f9981719cf94873b19aa23b45c64d16a0374c0b9f60328e76f8e5b38f6c88610bff4
+DIST cudnn-11.0-linux-x64-v8.0.5.39.tgz 1085996495 BLAKE2B 
f8c9a9f75a25a7433bde9661c7d1843fe150f3d22cdcfc2682241159bcc777c2ad1892b5ed27f90097e45faaba4dd5e7fcda3c124061165e4ee1f808cbcad928
 SHA512 
5622a2d0bcc94405b9f83b3531f95204b6e24b43e7117b73d4d232bc5c25fb1a870a62be1310591fad83184e040dcfdf5358515550fd00cecd39a3002ac670c3
 DIST cudnn-11.1-linux-x64-v8.0.4.30.tgz 1510998061 BLAKE2B 
1829886516d75ef6015cdbfe26ab8508d9e99d9a3c39b2fedc236663e509f4bfe9adaa54814906a2bb5b885379d4e2349e46d3580f815acdb16e9f73d51574d9
 SHA512 
57615fef93f0897ede6d65da255a61f2e84d25ef46cd85c5f65558ba4bd8fee6f1ff06a4b0ecf20d0ff92bfd019a3068c719cdcd0de0eb2d16b18caee4aae610
+DIST cudnn-11.1-linux-x64-v8.0.5.39.tgz 1548325637 BLAKE2B 
6c846156b3d6b2c286ea2ec639dcaf887ca172b23d98bed5227c312a4cf79381d5b81c763e6237cb57f3ad47500042cef6d454d43755110defcb6f98b6e7a28a
 SHA512 
f704df22336376a9053a7c1f22e650beab61c6829325e0c221416f38a867180a65f9aca7a6f14f5a61c0b450d24a1dff27df47d996d3d26ff1c300b9bedaacc6
 DIST cudnn-9.1-linux-x64-v7.tgz 343081241 BLAKE2B 
22c2fbef38a05e7929ccc28410dfdbff906b2c3e97e0419cf83988c2fc2340005e4a944d43b1a215b0c3458b2cad03480b7e537ae93861924c28ec1010a530fb
 SHA512 
7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749
 DIST cudnn-9.2-linux-x64-v7.1.tgz 421083972 BLAKE2B 
1a1dd6708132d6ad6f8f541694b1406de4a26b7bb78b6198bc8ec5ddde2172d0cc0dc540c7c446a2f941ad11cfafa562235d17129ab8e6aa641433c35c8d31d6
 SHA512 

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

2020-12-25 Thread Jason Zaman
commit: af3588a22a2795ecb1e380d000c0134955125062
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 25 23:07:15 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 25 23:42:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3588a2

sci-libs/tensorflow: drop 2.4-rc

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

 sci-libs/tensorflow/Manifest|   4 -
 sci-libs/tensorflow/tensorflow-2.4.0_rc3.ebuild | 406 
 sci-libs/tensorflow/tensorflow-2.4.0_rc4.ebuild | 406 
 3 files changed, 816 deletions(-)

diff --git a/sci-libs/tensorflow/Manifest b/sci-libs/tensorflow/Manifest
index 3c898c6a7b9..86f28c0bbcf 100644
--- a/sci-libs/tensorflow/Manifest
+++ b/sci-libs/tensorflow/Manifest
@@ -36,9 +36,5 @@ DIST 
sobol_data-835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz 2569603 BLAKE2B
 DIST tensorflow-1.15.0-python-license.rst.txt 45132 BLAKE2B 
8a8ace4b64fd9eda1932272704dd4fea002d2562cd9c2c94470d3ff5de58bb171ff849d3f998ea90cd779d1084d39af1267aca8400b74b701205d2e76e6a2628
 SHA512 
c79c42f4ceecf33c8f8778ca17b53595b75d5d0bdf30b11058cf01dd70a6351f530ca9dd846460aba14edc1d5876f7bf6fa0f9f49f7915590b0f54d267ce3856
 DIST tensorflow-2.3.1.tar.gz 46544608 BLAKE2B 
c3cb0954fcd060b95d63895cbeeca20f6af29ade999dc43db5fe010d6b33b6f650047d529f174a1663c23440a56e057e2f97c503a4a40bcdac9374b549f3220e
 SHA512 
e497ef4564f50abf9f918be4522cf702f4cf945cb1ebf83af1386ac4ddc7373b3ba70c7f803f8ca06faf2c6b5396e60b1e0e9b97bfbd667e733b08b6e6d70ef0
 DIST tensorflow-2.4.0.tar.gz 53257138 BLAKE2B 
21973f67a7a4cb91baccbd3a4d9c8bce4c7f488ed44e834122b0fa0fc47b22d48276ecd9b580fa839c32a3dacac73bc010f91a27e5568df4dd9986b14b7eeb4f
 SHA512 
4860c148fd931c4dc7c558128e545e2b6384e590a3fbc266a5bfe842a8307f23f1f7e0103bda3a383e7c77edad2bb76dec02da8be400a40956072df19c5d4dbd
-DIST tensorflow-2.4.0_rc3.tar.gz 53251141 BLAKE2B 
45a05fc1bc6f5f940487ecfd53a5dd37718a39a2a3dfd536cb6e41ba1da9fbac9e166aeb288ad122adc6474af94c13a2370779c37aa7162de3cb0c015acd5c44
 SHA512 
c02901fb41aa996a4d3c4a118cd76c62502e99be64f6ecf98208b2c65ed9f8c87c4060dcc983f6fe8280207b3bfa967e5f325e2d926aa1b4429f99fc0153c2e1
-DIST tensorflow-2.4.0_rc4.tar.gz 53246897 BLAKE2B 
4020cfa0ac72e4c06ee0ce69f44b3560132d2e885fd828bfcba9a951bc968d779c8de1507e888e36a3094510a973efc9e97304448b60f7b9847fab052de8e234
 SHA512 
fe69642a5cd0a6f7e8ae7abb93dec06225958d02f037936421a2b0c75bfc7d99efd5e1c6e0e3c2d0a6d3404516f4d178349d1fa88d81a14adb65d027339cb237
 DIST tensorflow-patches-2.3.1-r1.tar.bz2 12300 BLAKE2B 
068c127d7e980baf63068c524c9411e4f19bb79ee369221cf474a964a15ad340b28bde09504a8d524167eea036caf9d2dc52d0ad7ae1e52a76d1892833b033a0
 SHA512 
510676e4f999c12331a61bfeeca45b2526292d8bca8b0b42c1d8d466bc52722075fbd4df26a5f67dbe1ca4ccd9059e783c113cf694b436ff48c8114c99234cd3
 DIST tensorflow-patches-2.4.0.tar.bz2 1842 BLAKE2B 
ac35a02e3494b0cb6cfcc9212557d5b5480aea41b09d74b918471e688b489bafd2dbc609320abde609a461db1c8d0043fce4053ad9a223bc93fb883176417199
 SHA512 
39b3ebe710eb3bb5c4575dbbad66ae1bd2a81b803fb9007709154320eaf31cbac213ea5dc6c2e674e685db1cea5ff524f723f3893dfe5f31af32be7756882b28
-DIST tensorflow-patches-2.4.0_rc3.tar.bz2 1843 BLAKE2B 
6d4188471502e4411a5a7a6e731142af38421961600c52e7d76d137f952a5b8327dc8d8b4a40b60d3fb46130fe3d40ae2adc3d60d9a882f9d9b07d424e45e194
 SHA512 
abf9fbd870a8fa59b9d4e1b8260c4fbb5badeeca3e2b77caa031036759302bccae4adf91b291bc7a12df3c679b887338a8cd98d41847eb8ddd0c2bf4b8ccf342
-DIST tensorflow-patches-2.4.0_rc4.tar.bz2 1843 BLAKE2B 
69d2bec532fbd65fcd44589ab554f3f9069112203a201c8ca2d19fedf1f4fa4211197b35a59cc487496e226f55a8e21e3865e04aee3df87fc13727558e5a3b74
 SHA512 
835055001c291bc7a32a0ec41e33ec9a8d17fada25af47d9d075c2991699ac52006f225b59ee9d828f71066e7fba3f5f1549388034b25ca0bedbebe0a3946355

diff --git a/sci-libs/tensorflow/tensorflow-2.4.0_rc3.ebuild 
b/sci-libs/tensorflow/tensorflow-2.4.0_rc3.ebuild
deleted file mode 100644
index 3ffae5ad6f7..000
--- a/sci-libs/tensorflow/tensorflow-2.4.0_rc3.ebuild
+++ /dev/null
@@ -1,406 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-MY_PV=${PV/_rc/-rc}
-MY_P=${PN}-${MY_PV}
-
-inherit bazel check-reqs cuda distutils-r1 flag-o-matic prefix toolchain-funcs
-
-DESCRIPTION="Computation framework using data flow graphs for scalable machine 
learning"
-HOMEPAGE="https://www.tensorflow.org/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="cuda mpi +python xla"
-CPU_USE_FLAGS_X86="sse sse2 sse3 sse4_1 sse4_2 avx avx2 fma3 fma4"
-for i in $CPU_USE_FLAGS_X86; do
-   IUSE+=" cpu_flags_x86_$i"
-done
-
-# distfiles that bazel uses for the workspace, will be copied to basel-distdir
-bazel_external_uris="
-   https://github.com/petewarden/OouraFFT/archive/v1.0.tar.gz -> 
OouraFFT-v1.0.tar.gz
-   

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

2020-12-25 Thread Jason Zaman
commit: 22138667e197563e5d84acbe55bf37cf83a57f1b
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Dec 25 23:05:01 2020 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Dec 25 23:42:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22138667

sci-libs/tensorflow: bump 2.4.0

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

 sci-libs/tensorflow/Manifest|   2 +
 sci-libs/tensorflow/tensorflow-2.4.0.ebuild | 406 
 2 files changed, 408 insertions(+)

diff --git a/sci-libs/tensorflow/Manifest b/sci-libs/tensorflow/Manifest
index 30c85e81acf..3c898c6a7b9 100644
--- a/sci-libs/tensorflow/Manifest
+++ b/sci-libs/tensorflow/Manifest
@@ -35,8 +35,10 @@ DIST ruy-5bb02fbf90824c2eb6cd7418f766c593106a332b.zip 312653 
BLAKE2B 57439930979
 DIST sobol_data-835a7d7b1ee3bc83e575e302a985c66ec4b65249.tar.gz 2569603 
BLAKE2B 
cd66dc8a0b4ad3ea586a79ef588c8d68e4f05b6ea89e6d8119b5ee338b9046c11a747ca57c2f80a3c90fab119c05e85f5965571c9e522ccb8a312b95804d1a36
 SHA512 
b819d050bb38246b503f1eb3d6e7d878d0f166f3602ae3c327749b1f6ddc2b1d6ac7f768b1f1d055b98b7b98812e4643a75bcebc9728c7f615d67ca739761b3e
 DIST tensorflow-1.15.0-python-license.rst.txt 45132 BLAKE2B 
8a8ace4b64fd9eda1932272704dd4fea002d2562cd9c2c94470d3ff5de58bb171ff849d3f998ea90cd779d1084d39af1267aca8400b74b701205d2e76e6a2628
 SHA512 
c79c42f4ceecf33c8f8778ca17b53595b75d5d0bdf30b11058cf01dd70a6351f530ca9dd846460aba14edc1d5876f7bf6fa0f9f49f7915590b0f54d267ce3856
 DIST tensorflow-2.3.1.tar.gz 46544608 BLAKE2B 
c3cb0954fcd060b95d63895cbeeca20f6af29ade999dc43db5fe010d6b33b6f650047d529f174a1663c23440a56e057e2f97c503a4a40bcdac9374b549f3220e
 SHA512 
e497ef4564f50abf9f918be4522cf702f4cf945cb1ebf83af1386ac4ddc7373b3ba70c7f803f8ca06faf2c6b5396e60b1e0e9b97bfbd667e733b08b6e6d70ef0
+DIST tensorflow-2.4.0.tar.gz 53257138 BLAKE2B 
21973f67a7a4cb91baccbd3a4d9c8bce4c7f488ed44e834122b0fa0fc47b22d48276ecd9b580fa839c32a3dacac73bc010f91a27e5568df4dd9986b14b7eeb4f
 SHA512 
4860c148fd931c4dc7c558128e545e2b6384e590a3fbc266a5bfe842a8307f23f1f7e0103bda3a383e7c77edad2bb76dec02da8be400a40956072df19c5d4dbd
 DIST tensorflow-2.4.0_rc3.tar.gz 53251141 BLAKE2B 
45a05fc1bc6f5f940487ecfd53a5dd37718a39a2a3dfd536cb6e41ba1da9fbac9e166aeb288ad122adc6474af94c13a2370779c37aa7162de3cb0c015acd5c44
 SHA512 
c02901fb41aa996a4d3c4a118cd76c62502e99be64f6ecf98208b2c65ed9f8c87c4060dcc983f6fe8280207b3bfa967e5f325e2d926aa1b4429f99fc0153c2e1
 DIST tensorflow-2.4.0_rc4.tar.gz 53246897 BLAKE2B 
4020cfa0ac72e4c06ee0ce69f44b3560132d2e885fd828bfcba9a951bc968d779c8de1507e888e36a3094510a973efc9e97304448b60f7b9847fab052de8e234
 SHA512 
fe69642a5cd0a6f7e8ae7abb93dec06225958d02f037936421a2b0c75bfc7d99efd5e1c6e0e3c2d0a6d3404516f4d178349d1fa88d81a14adb65d027339cb237
 DIST tensorflow-patches-2.3.1-r1.tar.bz2 12300 BLAKE2B 
068c127d7e980baf63068c524c9411e4f19bb79ee369221cf474a964a15ad340b28bde09504a8d524167eea036caf9d2dc52d0ad7ae1e52a76d1892833b033a0
 SHA512 
510676e4f999c12331a61bfeeca45b2526292d8bca8b0b42c1d8d466bc52722075fbd4df26a5f67dbe1ca4ccd9059e783c113cf694b436ff48c8114c99234cd3
+DIST tensorflow-patches-2.4.0.tar.bz2 1842 BLAKE2B 
ac35a02e3494b0cb6cfcc9212557d5b5480aea41b09d74b918471e688b489bafd2dbc609320abde609a461db1c8d0043fce4053ad9a223bc93fb883176417199
 SHA512 
39b3ebe710eb3bb5c4575dbbad66ae1bd2a81b803fb9007709154320eaf31cbac213ea5dc6c2e674e685db1cea5ff524f723f3893dfe5f31af32be7756882b28
 DIST tensorflow-patches-2.4.0_rc3.tar.bz2 1843 BLAKE2B 
6d4188471502e4411a5a7a6e731142af38421961600c52e7d76d137f952a5b8327dc8d8b4a40b60d3fb46130fe3d40ae2adc3d60d9a882f9d9b07d424e45e194
 SHA512 
abf9fbd870a8fa59b9d4e1b8260c4fbb5badeeca3e2b77caa031036759302bccae4adf91b291bc7a12df3c679b887338a8cd98d41847eb8ddd0c2bf4b8ccf342
 DIST tensorflow-patches-2.4.0_rc4.tar.bz2 1843 BLAKE2B 
69d2bec532fbd65fcd44589ab554f3f9069112203a201c8ca2d19fedf1f4fa4211197b35a59cc487496e226f55a8e21e3865e04aee3df87fc13727558e5a3b74
 SHA512 
835055001c291bc7a32a0ec41e33ec9a8d17fada25af47d9d075c2991699ac52006f225b59ee9d828f71066e7fba3f5f1549388034b25ca0bedbebe0a3946355

diff --git a/sci-libs/tensorflow/tensorflow-2.4.0.ebuild 
b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
new file mode 100644
index 000..a953b71ef79
--- /dev/null
+++ b/sci-libs/tensorflow/tensorflow-2.4.0.ebuild
@@ -0,0 +1,406 @@
+# 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} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+MY_PV=${PV/_rc/-rc}
+MY_P=${PN}-${MY_PV}
+
+inherit bazel check-reqs cuda distutils-r1 flag-o-matic prefix toolchain-funcs
+
+DESCRIPTION="Computation framework using data flow graphs for scalable machine 
learning"
+HOMEPAGE="https://www.tensorflow.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cuda mpi +python xla"
+CPU_USE_FLAGS_X86="sse sse2 sse3 sse4_1 sse4_2 avx avx2 fma3 fma4"
+for i in $CPU_USE_FLAGS_X86; do
+   

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

2020-12-25 Thread Sam James
commit: 181d6e630588a5cff18ea9a6577365b72927e243
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:40:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:40:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181d6e63

dev-db/mysql: Stabilize 5.7.32 arm64, #756649

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

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

diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild
index cf21c3d0899..1b6814e1dfb 100644
--- a/dev-db/mysql/mysql-5.7.32.ebuild
+++ b/dev-db/mysql/mysql-5.7.32.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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-db/mysql/

2020-12-25 Thread Sam James
commit: f71d76e617567b5058adcc557b8aeee004409950
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:41:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:41:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71d76e6

dev-db/mysql: Stabilize 5.7.32 arm, #756649

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

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

diff --git a/dev-db/mysql/mysql-5.7.32.ebuild b/dev-db/mysql/mysql-5.7.32.ebuild
index 1b6814e1dfb..1ce3f1d5a73 100644
--- a/dev-db/mysql/mysql-5.7.32.ebuild
+++ b/dev-db/mysql/mysql-5.7.32.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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-db/mysql/

2020-12-25 Thread Sam James
commit: db495ba77274b874dd6988b984e7f7dd7d03ea13
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:41:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:41:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db495ba7

dev-db/mysql: Stabilize 8.0.22 arm, #756649

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

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

diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild
index 4ab86f6ab8b..6339e099113 100644
--- a/dev-db/mysql/mysql-8.0.22.ebuild
+++ b/dev-db/mysql/mysql-8.0.22.ebuild
@@ -37,7 +37,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
router? ( server )
tcmalloc? ( server )"
 
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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-db/mysql/

2020-12-25 Thread Sam James
commit: f8d60400d563a2a34bfa3c54c73e51f6519854a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 25 23:40:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 25 23:40:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d60400

dev-db/mysql: Stabilize 8.0.22 arm64, #756649

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

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

diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild
index 79a979582cc..4ab86f6ab8b 100644
--- a/dev-db/mysql/mysql-8.0.22.ebuild
+++ b/dev-db/mysql/mysql-8.0.22.ebuild
@@ -37,7 +37,7 @@ REQUIRED_USE="?? ( tcmalloc jemalloc )
router? ( server )
tcmalloc? ( server )"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~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: mail-filter/postgrey/

2020-12-25 Thread Sam James
commit: 41c8afc3f6b5af34dfbba3ed07cb3ceca99a4e6e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 00:31:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 00:31:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c8afc3

mail-filter/postgrey: drop USE=targrey (no available patch)

There's no patch available right now.

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

 mail-filter/postgrey/Manifest|  1 -
 mail-filter/postgrey/metadata.xml|  3 --
 mail-filter/postgrey/postgrey-1.36-r1.ebuild | 72 
 3 files changed, 76 deletions(-)

diff --git a/mail-filter/postgrey/Manifest b/mail-filter/postgrey/Manifest
index dbe173a4481..ae58ff0be96 100644
--- a/mail-filter/postgrey/Manifest
+++ b/mail-filter/postgrey/Manifest
@@ -1,3 +1,2 @@
-DIST postgrey-1.36.tar.gz 38797 BLAKE2B 
b8e4dedb28ababc92cdd1d128652a468caeb55eb611ca019148a2e538d3cc0d397cd14889942904b05c9471bb13ed9fa6250e399d47df22241895c109a68315d
 SHA512 
9b2502b873658c1ef8a86bff091d61b8dc8d66f7395bc0a869f9e6ec60b691a317c084ae326f49ce8dd926f0fa2620a58f3ad76c25e1b1c9606557d2802d1395
 DIST postgrey-1.37.tar.gz 41815 BLAKE2B 
dd8a1f62f56a614c25863afde089f1882a1567e3a53a24b1d12b6f23994388caf99059f05775853065143f4f953a6fd964625d5c865993e0e679dd545b848c11
 SHA512 
369968212ea60539efc0d4a7ae84f7c3ce13f5622e6ee070a0089423ef81ca8f7541ebd20289291d0e6a3aec2ca30dbc9c0d9c0a6f0a686adfadb5d0dd7830ca
 DIST postgrey-1.37_p20190625.tar.gz 124667 BLAKE2B 
ca2caba51a72198e42d6d4d9c5c7590b62c1bd1589d05bfb4096fb4d95ff62ff96976beac8c1b35136a4a6830af936244485ff7dcdcd46d8558a4bef0bbb123a
 SHA512 
f3caf3c7663bd8784701c7e1ad45d1c577edf6fac14591a6983fda25e7f8a875f2501780a8f97ce72e6a324878404e9ac2a003a07ae07ad4debae61fe734b8d4

diff --git a/mail-filter/postgrey/metadata.xml 
b/mail-filter/postgrey/metadata.xml
index 53aeb080992..3532fe99da7 100644
--- a/mail-filter/postgrey/metadata.xml
+++ b/mail-filter/postgrey/metadata.xml
@@ -8,9 +8,6 @@

Postgrey is a Postfix policy server implementing greylisting 
developed by David Schweikert at the ISG.EE.

-   
-   Enables the targrey patch
-   

schweikert/postgrey


diff --git a/mail-filter/postgrey/postgrey-1.36-r1.ebuild 
b/mail-filter/postgrey/postgrey-1.36-r1.ebuild
deleted file mode 100644
index b86f673b999..000
--- a/mail-filter/postgrey/postgrey-1.36-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils systemd user
-
-DESCRIPTION="Postgrey is a Postfix policy server implementing greylisting"
-HOMEPAGE="http://postgrey.schweikert.ch/;
-SRC_URI="http://postgrey.schweikert.ch/pub/${P}.tar.gz
-http://postgrey.schweikert.ch/pub/old/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ppc64 x86"
-IUSE="targrey"
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.6.0
-   dev-perl/Net-Server
-   dev-perl/IO-Multiplex
-   dev-perl/BerkeleyDB
-   dev-perl/Net-DNS
-   dev-perl/NetAddr-IP
-   dev-perl/Net-RBLClient
-   dev-perl/Parse-Syslog
-   virtual/perl-Digest-SHA
-   >=sys-libs/db-4.1"
-
-pkg_setup() {
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /dev/null ${PN}
-}
-
-src_prepare() {
-   if use targrey ; then
-   epatch "${FILESDIR}"/targrey-0.31-postgrey-1.34.patch
-   fi
-   # bug 479400
-   sed -i 's@#!/usr/bin/perl -T -w@#!/usr/bin/perl -w@' postgrey || die 
"sed failed"
-}
-
-src_install() {
-   # postgrey data/DB in /var
-   diropts -m0770 -o ${PN} -g ${PN}
-   dodir /var/spool/postfix/${PN}
-   keepdir /var/spool/postfix/${PN}
-   fowners postgrey:postgrey /var/spool/postfix/${PN}
-   fperms 0770 /var/spool/postfix/${PN}
-
-   # postgrey binary
-   dosbin ${PN}
-   dosbin contrib/postgreyreport
-
-   # policy-test script
-   dosbin policy-test
-
-   # postgrey data in /etc/postfix
-   insinto /etc/postfix
-   insopts -o root -g ${PN} -m 0640
-   doins postgrey_whitelist_clients postgrey_whitelist_recipients
-
-   # documentation
-   dodoc Changes README README.exim
-
-   # init.d + conf.d files
-   insopts -o root -g root -m 755
-   newinitd "${FILESDIR}"/${PN}-1.34-r3.rc.new ${PN}
-   insopts -o root -g root -m 640
-   newconfd "${FILESDIR}"/${PN}.conf.new ${PN}
-   systemd_dounit "${FILESDIR}"/postgrey.service
-}



[gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/superflu-riteurnz/

2020-12-25 Thread Haelwenn Monnier
commit: f2b31d192381503f1ab505a8b3bad37468f762a6
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Fri Dec 25 20:45:44 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Dec 25 20:45:44 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2b31d19

games-puzzle/superflu-riteurnz: Add metadata.xml

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

 games-puzzle/superflu-riteurnz/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/games-puzzle/superflu-riteurnz/metadata.xml 
b/games-puzzle/superflu-riteurnz/metadata.xml
new file mode 100644
index ..c698af23
--- /dev/null
+++ b/games-puzzle/superflu-riteurnz/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   
+



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

2020-12-25 Thread Matthias Maier
commit: 148325273f24f10354276d9801f2c00c10a5011e
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:47:42 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:56:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14832527

dev-lang/julia-bin: silence QA warning

The binary julia package installs some openblas/lapack libraries that
are getting dlopened. The missing SONAME dependency should not play a
role.

Closes: https://bugs.gentoo.org/746278
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia-bin/julia-bin-1.5.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/julia-bin/julia-bin-1.5.2.ebuild 
b/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
index acbc1acd341..61861f476e9 100644
--- a/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
+++ b/dev-lang/julia-bin/julia-bin-1.5.2.ebuild
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}"
 RESTRICT="strip"
 
 QA_PREBUILT="*"
+QA_SONAME="*"
 
 S="${WORKDIR}/${MY_P}"
 



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

2020-12-25 Thread Matthias Maier
commit: f7ec33492f40a1b612a6d293202a690c7ff7409b
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:45:10 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:56:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ec3349

dev-lang/julia: version bump to 1.5.3

 * export AR environment variable

 * silence warning about unused CFLAGS - julia modules are not compiled
   using the CFLAGS environment variable

Closes: https://bugs.gentoo.org/747430
Closes: https://bugs.gentoo.org/746254
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/Manifest   |   2 +
 dev-lang/julia/julia-1.5.3.ebuild | 209 ++
 2 files changed, 211 insertions(+)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index 29625ea5643..1bce6f6baf5 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,7 +1,9 @@
 DIST julia-1.5.2.tar.gz 6945862 BLAKE2B 
9dd9f83fb9ae251f66ae65e14a252b662c3c7d6f92638d91ef6e286032020052e1812f2891270854e0ddeda474afff55c8f87d300550503c1093f4c5e0a51959
 SHA512 
aa177d03bbde4f368dd2fb14f64d21130531616bcd544af7babbb7fb7c9ee5ea7528c756e10f78468aaffebbcbc6f48e92397c1c13dc3f130b64a82e478f43dc
+DIST julia-1.5.3.tar.gz 6949901 BLAKE2B 
08f8496980a9bbb9effc0c72cb6b7a5ce1dbd1774735caa366ddc1bb5404117111c624a639f6eb48360061f9fc597a7b37dff24f8555f03ebc4a22524cbeb3b8
 SHA512 
9e644a64fd6e2caf0390a2bc470084406c078244e65b70a2e3b031d5806c1dff780273fe4bccfd8c03778b7d3a44de7a84bd13f3512afe6864efa5a730fc
 DIST julia-Pkg-49908bffe83790bc7cf3c5d46faf3667f8902ad4.tar.gz 389738 BLAKE2B 
1ed9201badf0a1db5142e0566bfe085b364e4681670937ac5fa53c15312ff8eb29d5e783b75fe3f4f379b041ba38c66ce94962fa7d98fcfd0b7b49acd1749d69
 SHA512 
a85aa80b3080794a8e3ae5ce54856e63457c461659c12fde5dde1b5ec33176ea06af49ee516d01ccd7b78d8358de2fe0ffcd5c6a6d5a5088cdcd76a0133780eb
 DIST julia-UnicodeData-13.0.0.txt 1851767 BLAKE2B 
72bbcf352f2f6a004abb3f351fe5da160e83644feea8de0ca154b5a1aa78f36cb04b252d0c7b64a5eeca388e600b2875bb76bc2746ee799a1a6eff97c1fe8b06
 SHA512 
1a4a662e2ab33469976bf5f91aa6933ed9b73f6d4179a2daffb349e1869d7d6cfa885b164e82d15dcdad7458cd451c81add58d875eb0c70de854589dc97b2055
 DIST julia-dsfmt-2.2.3.tar.gz 291773 BLAKE2B 
6ffae90494d72527920c80fc0fb005da1c7b84f8a03a7ecb0789434c0fff97359e5098e85431896dffccc7d5148c414e847aaba5feef648b8788421a466ff65e
 SHA512 
6d8ddcd01aab3f9039f4f0288a8af53e290cc2f293ed8c4a8c9f3b3f12398e7eedfce8016117b425766ba89c61c86c13b3e420035b5f9bf91315b8b814c03662
+DIST julia-libuv-1fcc6d66f9df74189c74d3d390f02202bb7db953.tar.gz 1590342 
BLAKE2B 
eca658f74421587aec78cb38f5a712033afb072e6425a6ce28fd5d4bac61e41cacbd5a850c1f2b29c386b944d1d9c4f16b7d090f7d2dd6b963b5dbc94ae18981
 SHA512 
70b0c738a60b4e476750b7de8d120e735359e2c36fcb3a8a38628a0ae326210ed3b15d793dfd5443d7aa5603e83e7d99f567aa4c1696846d950df9f83648669c
 DIST julia-libuv-35b1504507a7a4168caae3d78db54d1121b121e1.tar.gz 1577394 
BLAKE2B 
8ab36f781619f710a64ddc6cf257a4c2f6d27ac22e33ed6f184902d0c6cc3a3941254e0a825071fcd57f869e3ccc5eaf71856539cf6b484358d5aafe383000a9
 SHA512 
5932e9105346e952fd0f51f79898e5b9c993261ec1558408437647ab3b3ce282562f1e0a16db5704cb66e7aa7a4c6a75dd7f0da498a98b1b6af48da88b4869f0
 DIST julia-libwhich-81e9723c0273d78493dc8c8ed570f68d9ce7e89e.tar.gz 4183 
BLAKE2B 
c932e23b1b476d3fd16cf6f451efd5fc6d9c1ec2c53e8ac086340a100817d9b30dae3eff50b284a42c09b2bbae30b9e2fd38b2881f8cbf4974a89f3bd0c87599
 SHA512 
6fb77b715d70d9bc95a8546c3bf97bd3677c7ea344b88bb5bc3bbfac9dceabe8a8cde7a0f64dec884cde802e4a3000e30837d3f824b5a9242348c4fe061526a3
 DIST julia-utf8proc-0890a538bf8238cded9be0c81171f57e43f2c755.tar.gz 155521 
BLAKE2B 
32dc1a8fb641e89057d317e579f1802b7f7dfbdbea7f91c01b282b9a88c2fc6143743d5e45f46d6d465857cfe1b28bd39e9a0da19e80516536c57cb62b139d27
 SHA512 
95d6dba2bbdfc5003f6d21fd02c926c7db9661895010041aacee55fa11dc2524bcffaa90965e2a9a8f2a9e49e93ec7572d6a4de6d5d9f9e075b787537864ea20

diff --git a/dev-lang/julia/julia-1.5.3.ebuild 
b/dev-lang/julia/julia-1.5.3.ebuild
new file mode 100644
index 000..80ed418335b
--- /dev/null
+++ b/dev-lang/julia/julia-1.5.3.ebuild
@@ -0,0 +1,209 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit llvm pax-utils toolchain-funcs
+
+# correct versions for stdlibs are in deps/checksums
+# for everything else, run with network-sandbox and wait for the crash
+
+MY_PV="${PV//_rc/-rc}"
+MY_DSFMT_V="2.2.3"
+MY_LIBUV_V="1fcc6d66f9df74189c74d3d390f02202bb7db953"
+MY_LIBWHICH_V="81e9723c0273d78493dc8c8ed570f68d9ce7e89e"
+MY_LLVM_V="9.0.1"
+MY_PKG_V="49908bffe83790bc7cf3c5d46faf3667f8902ad4"
+MY_UNICODE_V="13.0.0"
+MY_UTF8PROC_V="0890a538bf8238cded9be0c81171f57e43f2c755"
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/;
+SRC_URI="
+   

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

2020-12-25 Thread Matthias Maier
commit: b7e4ce49b006bca142dbcd9a3abd1aec5fa7a5c6
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:55:24 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:56:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e4ce49

dev-lang/julia-bin: version bump to 1.5.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia-bin/Manifest   |  5 +++
 dev-lang/julia-bin/julia-bin-1.5.3.ebuild | 51 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-lang/julia-bin/Manifest b/dev-lang/julia-bin/Manifest
index d1b00e034fb..a6a08a6ed55 100644
--- a/dev-lang/julia-bin/Manifest
+++ b/dev-lang/julia-bin/Manifest
@@ -3,3 +3,8 @@ DIST julia-1.5.2-linux-aarch64.tar.gz 97088109 BLAKE2B 
01aa5337cd1fc15655b596959
 DIST julia-1.5.2-linux-i686.tar.gz 101473619 BLAKE2B 
a87cb4cb38236e87041fac1012841d5aed25383bfb212188f4c23f4a961654d8a3b03b85dd5563f83620aa98323e2d2692107eda47559cf9ae332006453a139d
 SHA512 
2ceb56bcae051815d585d3f36b4ae323ad7a3e383e75c07d87cb555fc2463d1a6017fd120f52a1f7110b803bfa546a34e62e8958765b52124612782ac3daf403
 DIST julia-1.5.2-linux-x86_64.tar.gz 105324048 BLAKE2B 
410db75cb5b7ed269fd0d8f827773f50ff127ded3346e2f5fe908a1f9c0dd0f00b7600c5343853aaa0dfec3a616f657c52c96290f9c6ea012efcbc2a2b72e701
 SHA512 
5d14369b6296aa5fa0f7a58ce6b85dc25612ef508ee8dc1dcce7fe3a64de62b77daf419ea5d3a0a78345345787cb3ed563717ecc04df0c4d68b6d60593750f62
 DIST julia-1.5.2-musl-x86_64.tar.gz 101730667 BLAKE2B 
1b213a246779815b79f47e6c287f0c7eb438dce42bc9e3e39681dcc0818c7a8c81f7040443c06fd323adb693c96b61cc69099c5df375cae119020ba9d0bb11cd
 SHA512 
5cfbf7938f50286077e132815e10ce4e1e5a589a772ae3b946488d3126713e72ba393e1a45b3bc38b5bc43fc183e7f99b622c8c0d9d939330b142cdee24fccb3
+DIST julia-1.5.3-freebsd-x86_64.tar.gz 95919875 BLAKE2B 
620c295a3d0fa9a31ed01b936ddabd001cee621969f61a9165e03ebee05cd1384c62bccd95f4df15ba49f9d6feec16f05c367820c0907919f67809ca136b70bc
 SHA512 
e767bfb3cef034262dc12e0da4006e80d20cc7c971906f5ad355c971e7c751830972a2f4aa47d18fc2a79eb5454f8f160c0c38d536510291690fa6e1da3c83a3
+DIST julia-1.5.3-linux-aarch64.tar.gz 97086173 BLAKE2B 
5353a516f24c151d6213ed4c6e189a8ac68933012bcda06084b5e6c1f3a230ebca896b1e8dd29b345c312f323283b4f9045efcece655ef055a797cd5eefbd774
 SHA512 
0988e229dc9f44230af84796dfb059aa87809c6af5d0e8a7debc4b696e98c45ccc042f956f678819e71afe29d5619421106208c6dce5dfe47aea98482b22c1e3
+DIST julia-1.5.3-linux-i686.tar.gz 101362522 BLAKE2B 
aba1270fc85cc1afc19856768a39d1cf1c40fb32b676be5da47dc7747294299a044a5202c547d19ad8aa56060b04d7583d7e7c19176f2fdbcccb863593fffccb
 SHA512 
0abaab22626cbd4da4a2389b2aca639f993aa442a8423cba2fda3d9693e0dab4f5b82592691ad74bb7ddf1ae48739406b61fe76b7da626a1f22fe01077b011d2
+DIST julia-1.5.3-linux-x86_64.tar.gz 105260711 BLAKE2B 
b132fbe090ca4a4cba518efcf2e475f0ceaebcbe2e5ef4eee33697909995ea58d97c3e5015b96eaf2ff23e5ff6b5b67eed62b94a34580961d5671c4f019d4847
 SHA512 
f0460da198797c92d39d361278be6959e90b2b3d08e070b705c1a5de3a17c0e6b0b010a397d0b02e613d060959fff14c074cf12fdeb956e8f8565989f084d86b
+DIST julia-1.5.3-musl-x86_64.tar.gz 101802400 BLAKE2B 
da69c1b4ff5bde8692c3fc9ed3d60fd655a32121a0e11a4d1f00b5e4494cc4bcdb0e323a2644cca3a291fa7f7604925d387204df90cc19fee89048c4ba83b2d5
 SHA512 
e98c74ce2a49532a491a46efe81a2edc85103f9ec04347fe6b052cffdaecadcecb48a02b15ad71853fff6ebb2281498000e89d44732f36d31b6252a1a88bd0a6

diff --git a/dev-lang/julia-bin/julia-bin-1.5.3.ebuild 
b/dev-lang/julia-bin/julia-bin-1.5.3.ebuild
new file mode 100644
index 000..61861f476e9
--- /dev/null
+++ b/dev-lang/julia-bin/julia-bin-1.5.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+MY_PN=${PN/-bin/}
+MY_P=${MY_PN}-${PV/_/-}
+MY_PV=$(ver_cut 1-2)
+BASE_SRC_URI="https://julialang-s3.julialang.org/bin;
+
+DESCRIPTION="High-performance programming language for technical computing"
+HOMEPAGE="https://julialang.org/;
+SRC_URI="
+   x86? ( ${BASE_SRC_URI}/linux/x86/${MY_PV}/${MY_P}-linux-i686.tar.gz )
+   amd64? (
+   elibc_glibc? ( 
${BASE_SRC_URI}/linux/x64/${MY_PV}/${MY_P}-linux-x86_64.tar.gz )
+   elibc_musl? ( 
${BASE_SRC_URI}/musl/x64/${MY_PV}/${MY_P}-musl-x86_64.tar.gz )
+   )
+   amd64-fbsd? ( 
${BASE_SRC_URI}/freebsd/x64/${MY_PV}/${MY_P}-freebsd-x86_64.tar.gz )
+   arm64? ( 
${BASE_SRC_URI}/linux/aarch64/${MY_PV}/${MY_P}-linux-aarch64.tar.gz )
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="elibc_glibc"
+
+RDEPEND="!dev-lang/julia"
+DEPEND="${RDEPEND}"
+
+RESTRICT="strip"
+
+QA_PREBUILT="*"
+QA_SONAME="*"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   insinto "/usr/$(get_libdir)/${MY_P}/"
+   doins -r ./etc
+   doins -r ./include
+   doins -r ./lib
+   doins -r ./share
+
+   exeinto "/usr/$(get_libdir)/${MY_P}/bin"
+   doexe bin/julia
+
+   cat > 

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

2020-12-25 Thread Matthias Maier
commit: ed1f902414ecddeff6e54cab120897b082abb5b3
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Dec 25 21:49:24 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri Dec 25 21:56:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1f9024

dev-lang/julia: do not install into appdata

Closes: https://bugs.gentoo.org/747433
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/{julia-1.5.2.ebuild => julia-1.5.2-r1.ebuild} | 3 +++
 dev-lang/julia/julia-1.5.3.ebuild| 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev-lang/julia/julia-1.5.2.ebuild 
b/dev-lang/julia/julia-1.5.2-r1.ebuild
similarity index 98%
rename from dev-lang/julia/julia-1.5.2.ebuild
rename to dev-lang/julia/julia-1.5.2-r1.ebuild
index 04e4922a411..5460b616b19 100644
--- a/dev-lang/julia/julia-1.5.2.ebuild
+++ b/dev-lang/julia/julia-1.5.2-r1.ebuild
@@ -198,6 +198,9 @@ src_install() {
rmdir "${ED}"/usr/etc || die
mv "${ED}"/usr/share/doc/julia/html "${ED}"/usr/share/doc/"${PF}" || die
rmdir "${ED}"/usr/share/doc/julia || die
+
+   # The appdata directory is deprecated.
+   mv usr/share/{appdata,metainfo}/ || die
 }
 
 pkg_postinst() {

diff --git a/dev-lang/julia/julia-1.5.3.ebuild 
b/dev-lang/julia/julia-1.5.3.ebuild
index 80ed418335b..58e0c6d0bba 100644
--- a/dev-lang/julia/julia-1.5.3.ebuild
+++ b/dev-lang/julia/julia-1.5.3.ebuild
@@ -202,6 +202,9 @@ src_install() {
rmdir "${ED}"/usr/etc || die
mv "${ED}"/usr/share/doc/julia/html "${ED}"/usr/share/doc/"${PF}" || die
rmdir "${ED}"/usr/share/doc/julia || die
+
+   # The appdata directory is deprecated.
+   mv usr/share/{appdata,metainfo}/ || die
 }
 
 pkg_postinst() {



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

2020-12-25 Thread Sergei Trofimovich
commit: 1975eb868186fba89ce71397ecdeed5dfaad0c0b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 22:21:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 22:21:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1975eb86

sys-boot/silo: fix USE=tilo-only, honot CC

Reported-by: Rolf Eike Beer
Bug: https://bugs.gentoo.org/759655
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-boot/silo/silo-1.4.14_p20200602.ebuild | 26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/sys-boot/silo/silo-1.4.14_p20200602.ebuild 
b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
index deeed7b293d..42f7fc37254 100644
--- a/sys-boot/silo/silo-1.4.14_p20200602.ebuild
+++ b/sys-boot/silo/silo-1.4.14_p20200602.ebuild
@@ -33,24 +33,30 @@ src_prepare() {
sed -i -e '/^   $(STRIP) ieee32.b/d' first/Makefile || die
 }
 
+_emake() {
+   # We inject '-m32' / '-m elf32_sparc' to follow 'Rules.make' defaults.
+
+   emake \
+   HOSTCC="$(tc-getBUILD_CC)" \
+   CC="$(tc-getCC) -m32" \
+   STRIP="$(tc-getSTRIP)" \
+   NM="$(tc-getNM)" \
+   LD="$(tc-getLD) -m elf32_sparc" \
+   TILO_ONLY=$(usex tilo-only yes no)
+   \
+   "$@"
+}
+
 src_compile() {
filter-flags "-fstack-protector"
 
-   CC="$(tc-getCC)" \
-   STRIP="$(tc-getSTRIP)" \
-   NM="$(tc-getNM)" \
-   LD="$(tc-getLD)" \
-   emake $(usex tilo-only '-C tilo' '')
+   _emake $(usex tilo-only '-C tilo' '')
 }
 
 src_install() {
-   default
+   _emake DESTDIR="${D}" install
 
dodoc first-isofs/README.SILO_ISOFS docs/README*
-
-   # Fix maketilo manpage
-   rm "${D}"/usr/share/man/man1/maketilo.1
-   dosym tilo.1 /usr/share/man/man1/maketilo.1
 }
 
 pkg_postinst() {



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

2020-12-25 Thread Sam James
commit: 5486bdbe048348b3ae4e3662477e0c899ed8f8bf
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 26 00:08:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 26 00:08:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5486bdbe

dev-libs/libpqxx: Stabilize 7.2.1 amd64, #761469

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

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

diff --git a/dev-libs/libpqxx/libpqxx-7.2.1.ebuild 
b/dev-libs/libpqxx/libpqxx-7.2.1.ebuild
index 1ce7f1510f3..cf1ddcc6fb0 100644
--- a/dev-libs/libpqxx/libpqxx-7.2.1.ebuild
+++ b/dev-libs/libpqxx/libpqxx-7.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=( python3_{6..9} )
 inherit python-any-r1
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL"
 SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"



[gentoo-commits] proj/ruby-scripts:master commit in: eselect-ruby/

2020-12-25 Thread Hans de Graaff
commit: ec6c22f91738354fd5e720ffe1708af7e816d3f9
Author: Hans de Graaff  degraaff  org>
AuthorDate: Fri Dec 25 08:00:35 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Dec 25 08:01:07 2020 +
URL:https://gitweb.gentoo.org/proj/ruby-scripts.git/commit/?id=ec6c22f9

Add support for ruby 3.0

Signed-off-by: Hans de Graaff  degraaff.org>

 eselect-ruby/ruby.eselect | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eselect-ruby/ruby.eselect b/eselect-ruby/ruby.eselect
index 843be75..4bc0fab 100644
--- a/eselect-ruby/ruby.eselect
+++ b/eselect-ruby/ruby.eselect
@@ -4,14 +4,14 @@
 
 DESCRIPTION="Manage Ruby symlinks"
 MAINTAINER="r...@gentoo.org"
-VERSION="2019"
+VERSION="20201225"
 
 bindir=/usr/bin
 libdir=/usr/lib
 man1dir=/usr/share/man/man1
 
 find_targets() {
-   for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24,25,26,27} ; 
do
+   for t in ${EROOT}${bindir}/${1:-ruby}{18,19,20,21,22,23,24,25,26,27,30} 
; do
[[ -e $t ]] || continue
echo ${t}
done



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

2020-12-25 Thread Lars Wendler
commit: 03800cb772bd437b185d16d0b1e975a1430592a1
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Dec 25 12:11:30 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Dec 25 12:11:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03800cb7

media-sound/mpg123: Removed old

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

 media-sound/mpg123/Manifest |   2 -
 media-sound/mpg123/mpg123-1.25.10-r1.ebuild | 105 ---
 media-sound/mpg123/mpg123-1.26.2.ebuild | 108 
 3 files changed, 215 deletions(-)

diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index 4700f3d4f91..6c65bea1514 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -1,5 +1,3 @@
-DIST mpg123-1.25.10.tar.bz2 921219 BLAKE2B 
04bfbe8915e3943ed42cc2d3597b0bd9c4686f77ee699f5845e7d1e905022206724cf23d6b0420a36e64b232f840dd9367f46f3c00dc2fe6256f44e8b83fa5b2
 SHA512 
a33666ae4aca7e7c1a93a6414d8c525ec19044c54f712d578180147d88e63033f7af2370b9ad22960cc3a0b454f15967b7a83197e034c8855f70cdf1ab09
 DIST mpg123-1.25.13.tar.bz2 910176 BLAKE2B 
c7881fdfda1d2b5acf27c2bd8b2a25329708b481a500a29b4a6ca89d2fc849c05fa25d35b85782b0d430437853013dba23c3b1519f9e299106317c31786302ba
 SHA512 
2308a899f47eb0d17a603cb8a19ea07b1f338d85d9c2f798fb55732d77c603802e18b6ca0215cc59ccdd70fe89816c09fd16a6a91b1d1cd3834bd7877239cb39
-DIST mpg123-1.26.2.tar.bz2 1047437 BLAKE2B 
31b3434968fe48c81f599a9aa23557937ac71ed485c6c933f40f1ef2fdfaabcf8c34059de7f62e163286036db987932b6fcbf4f63f752c64659c9b9a805cf63c
 SHA512 
aa63fcb08b243a1e09f7701b3d84a19d7412a87253d54d49f014fdb9e75bbc81d152a41ed750fccde901453929b2a001585a7645351b41845ad205c17a73dcc9
 DIST mpg123-1.26.3.tar.bz2 1046915 BLAKE2B 
791fbeb1638b5df8c7c8c6aaa5bf534ff05fac684d10f0f70e5fb1d4bcd59e906c7023926e3a1c1ac5c5622aab7cc50349b24fb6781c79a9d013f38dce77938e
 SHA512 
7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d
 DIST mpg123-1.26.4.tar.bz2 1050563 BLAKE2B 
1a057f8bf6171f78a2041637b8351ef124f58f160ca237f775ae1a1eeb6e1898b113ca5958acb74d818e706b2825af0b1f93312073742a18134aacb6d5e9
 SHA512 
425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785

diff --git a/media-sound/mpg123/mpg123-1.25.10-r1.ebuild 
b/media-sound/mpg123/mpg123-1.25.10-r1.ebuild
deleted file mode 100644
index 817dafc6387..000
--- a/media-sound/mpg123/mpg123-1.25.10-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs libtool multilib-minimal
-
-DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
-HOMEPAGE="https://www.mpg123.org/;
-SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
-IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext alsa altivec coreaudio 
int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio sdl 
cpu_flags_x86_sse"
-
-# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
-RDEPEND="
-   app-eselect/eselect-mpg123
-   dev-libs/libltdl:0
-   alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )
-   nas? ( media-libs/nas )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}
-   sys-devel/libtool
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
-
-pkg_setup() {
-   # Build fails without -D_GNU_SOURCE like this:
-   # error: ‘struct hostent’ has no member named ‘h_addr’
-   append-cflags -D_GNU_SOURCE
-}
-
-src_prepare() {
-   default
-   elibtoolize # for Darwin bundles
-}
-
-multilib_src_configure() {
-   local _audio=dummy
-   local _output=dummy
-   local _cpu=generic_fpu
-
-   if $(multilib_is_native_abi) ; then
-   for flag in nas portaudio sdl oss jack alsa pulseaudio 
coreaudio; do
-   if use ${flag}; then
-   _audio+=" ${flag/pulseaudio/pulse}"
-   _output=${flag/pulseaudio/pulse}
-   fi
-   done
-   fi
-
-   use altivec && _cpu=altivec
-
-   if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
-   use cpu_flags_x86_sse && _cpu=x86-64
-   elif use x86 && gcc-specs-pie ; then
-   # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
-   _cpu=generic_fpu
-   elif use x86-macos ; then
-   # ASM doesn't 

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

2020-12-25 Thread Lars Wendler
commit: 74c7182d97781e1273360bdedc399dad59c976c3
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Dec 25 12:06:16 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Dec 25 12:06:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c7182d

media-sound/mpg123: Bump to version 1.26.4

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

 media-sound/mpg123/Manifest |   1 +
 media-sound/mpg123/mpg123-1.26.4.ebuild | 108 
 2 files changed, 109 insertions(+)

diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index 88e83d1e5db..4700f3d4f91 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -2,3 +2,4 @@ DIST mpg123-1.25.10.tar.bz2 921219 BLAKE2B 
04bfbe8915e3943ed42cc2d3597b0bd9c4686
 DIST mpg123-1.25.13.tar.bz2 910176 BLAKE2B 
c7881fdfda1d2b5acf27c2bd8b2a25329708b481a500a29b4a6ca89d2fc849c05fa25d35b85782b0d430437853013dba23c3b1519f9e299106317c31786302ba
 SHA512 
2308a899f47eb0d17a603cb8a19ea07b1f338d85d9c2f798fb55732d77c603802e18b6ca0215cc59ccdd70fe89816c09fd16a6a91b1d1cd3834bd7877239cb39
 DIST mpg123-1.26.2.tar.bz2 1047437 BLAKE2B 
31b3434968fe48c81f599a9aa23557937ac71ed485c6c933f40f1ef2fdfaabcf8c34059de7f62e163286036db987932b6fcbf4f63f752c64659c9b9a805cf63c
 SHA512 
aa63fcb08b243a1e09f7701b3d84a19d7412a87253d54d49f014fdb9e75bbc81d152a41ed750fccde901453929b2a001585a7645351b41845ad205c17a73dcc9
 DIST mpg123-1.26.3.tar.bz2 1046915 BLAKE2B 
791fbeb1638b5df8c7c8c6aaa5bf534ff05fac684d10f0f70e5fb1d4bcd59e906c7023926e3a1c1ac5c5622aab7cc50349b24fb6781c79a9d013f38dce77938e
 SHA512 
7574331afaecf3f867455df4b7012e90686ad6ac8c5b5e820244204ea7088bf2b02c3e75f53fe71c205f9eca81fef93f1d969c8d0d1ee9775dc05482290f7b2d
+DIST mpg123-1.26.4.tar.bz2 1050563 BLAKE2B 
1a057f8bf6171f78a2041637b8351ef124f58f160ca237f775ae1a1eeb6e1898b113ca5958acb74d818e706b2825af0b1f93312073742a18134aacb6d5e9
 SHA512 
425162227aafb99b8723428fe9bd403739a2dd68828b86a2cff7f9928a9f0ab3f67420e56c0abe7c9deeb94bce6c6acd59acaa0606ce24c01716465640564785

diff --git a/media-sound/mpg123/mpg123-1.26.4.ebuild 
b/media-sound/mpg123/mpg123-1.26.4.ebuild
new file mode 100644
index 000..0b76cb7da36
--- /dev/null
+++ b/media-sound/mpg123/mpg123-1.26.4.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs libtool multilib-minimal
+
+DESCRIPTION="a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3"
+HOMEPAGE="https://www.mpg123.org/;
+SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
+
+# No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.
+RDEPEND="
+   app-eselect/eselect-mpg123
+   dev-libs/libltdl:0
+   alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )
+   nas? ( media-libs/nas )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   sdl? ( media-libs/libsdl )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/libtool
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS NEWS.libmpg123 README )
+
+pkg_setup() {
+   # Build fails without -D_GNU_SOURCE like this:
+   # error: ‘struct hostent’ has no member named ‘h_addr’
+   append-cflags -D_GNU_SOURCE
+}
+
+src_prepare() {
+   default
+   elibtoolize # for Darwin bundles
+}
+
+multilib_src_configure() {
+   local _audio=dummy
+   local _output=dummy
+   local _cpu=generic_fpu
+
+   if $(multilib_is_native_abi) ; then
+   local flag
+   for flag in nas portaudio sdl oss jack alsa pulseaudio 
coreaudio; do
+   if use ${flag}; then
+   _audio+=" ${flag/pulseaudio/pulse}"
+   _output=${flag/pulseaudio/pulse}
+   fi
+   done
+   fi
+
+   use cpu_flags_ppc_altivec && _cpu=altivec
+
+   if [[ $(tc-arch) == amd64 || ${ARCH} == x64-* ]]; then
+   use cpu_flags_x86_sse && _cpu=x86-64
+   elif use x86 && gcc-specs-pie ; then
+   # Don't use any mmx, 3dnow, sse and 3dnowext #bug 164504
+   _cpu=generic_fpu
+   elif use x86-macos ; then
+   # ASM doesn't work quite as expected with the Darwin linker
+   _cpu=generic_fpu
+   else
+   use cpu_flags_x86_mmx && _cpu=mmx
+   use cpu_flags_x86_3dnow && _cpu=3dnow
+   use cpu_flags_x86_sse && 

[gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/, net-irc/hexchat/files/

2020-12-25 Thread Lars Wendler
commit: 84a391d6e374314b5497e0027d87a5af62415989
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Dec 25 13:16:33 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Dec 25 13:16:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a391d6

net-irc/hexchat: Fixed python plugins with python-3.8

Closes: https://bugs.gentoo.org/758758
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 .../hexchat/files/hexchat-2.14.3-python38.patch| 28 ++
 net-irc/hexchat/hexchat-2.14.3-r100.ebuild |  6 -
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/net-irc/hexchat/files/hexchat-2.14.3-python38.patch 
b/net-irc/hexchat/files/hexchat-2.14.3-python38.patch
new file mode 100644
index 000..fdfc74f9434
--- /dev/null
+++ b/net-irc/hexchat/files/hexchat-2.14.3-python38.patch
@@ -0,0 +1,28 @@
+From 5deb69591992d4fede9090b60d3dc847612a4d60 Mon Sep 17 00:00:00 2001
+From: Patrick Griffis 
+Date: Wed, 11 Mar 2020 11:07:56 -0700
+Subject: [PATCH] build: Better support building against python 3.8+
+
+Closes #2441
+---
+ plugins/python/meson.build | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/plugins/python/meson.build b/plugins/python/meson.build
+index 2ad5128e5..eb762134a 100644
+--- a/plugins/python/meson.build
 b/plugins/python/meson.build
+@@ -1,6 +1,12 @@
+ python_opt = get_option('with-python')
+ if python_opt.startswith('python3')
+-  python_dep = dependency(python_opt, version: '>= 3.3')
++  # Python 3.8 introduced a new -embed variant
++  if not python_opt.endswith('-embed')
++python_dep = dependency(python_opt + '-embed', version: '>= 3.3', 
required: false)
++  endif
++  if not python_dep.found()
++python_dep = dependency(python_opt, version: '>= 3.3')
++  endif
+ else
+   python_dep = dependency(python_opt, version: '>= 2.7')
+ endif

diff --git a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild 
b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
index 77c0bc72368..27f07d1deda 100644
--- a/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
+++ b/net-irc/hexchat/hexchat-2.14.3-r100.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit lua-single meson mono-env python-single-r1 xdg
 
@@ -62,6 +62,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}/${P}-python38.patch" #758758
+)
+
 pkg_setup() {
use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup



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

2020-12-25 Thread Andreas Sturmlechner
commit: 22f8d662446d1b3236157201c2d23629eb5e5e5e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 25 16:36:42 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 25 16:36:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f8d662

media-sound/jalv: EAPI-7, python3_9

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

 media-sound/jalv/jalv-1.6.4.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/media-sound/jalv/jalv-1.6.4.ebuild 
b/media-sound/jalv/jalv-1.6.4.ebuild
index 1a2a254f630..d162740d5e9 100644
--- a/media-sound/jalv/jalv-1.6.4.ebuild
+++ b/media-sound/jalv/jalv-1.6.4.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='threads(+)'
-
 inherit python-any-r1 qmake-utils waf-utils
 
 DESCRIPTION="Simple but fully featured LV2 host for Jack"
@@ -35,15 +34,14 @@ RDEPEND="
dev-qt/qtwidgets:5
)
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
virtual/pkgconfig"
 
 DOCS=( AUTHORS NEWS README.md )
 
-PATCHES=(
-   "${FILESDIR}/${P}-qt-5.7.0.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-qt-5.7.0.patch" )
 
 src_configure() {
use qt5 && export PATH="$(qt5_get_bindir):${PATH}"



[gentoo-commits] proj/sci:master commit in: sci-biology/argo/

2020-12-25 Thread Horea Christian
commit: 97d98b4e81d694cf5a737f2087d7b448fc428afd
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Dec 25 18:45:04 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Dec 25 18:45:04 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=97d98b4e

sci-biology/argo: removed package with missing source files

Archive no longer available:
http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz

Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/argo/argo-1.0.24.ebuild | 39 -
 sci-biology/argo/metadata.xml   | 12 
 2 files changed, 51 deletions(-)

diff --git a/sci-biology/argo/argo-1.0.24.ebuild 
b/sci-biology/argo/argo-1.0.24.ebuild
deleted file mode 100644
index 218f74705..0
--- a/sci-biology/argo/argo-1.0.24.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2 java-ant-2 java-utils-2 toolchain-funcs
-
-DESCRIPTION="Production tool for visualizing and manually annotating whole 
genomes"
-HOMEPAGE="http://www.broadinstitute.org/annotation/argo2
-   http://www.broadinstitute.org/annotation/argo;
-SRC_URI="http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz;
-#
-# cat workspace-2008-03-11/annotation/argo/version.txt
-# Gebo-1.0.17-build-1313
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   !sci-biology/argo-bin
-   >=virtual/jdk-1.5:*
-   dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.5:*"
-
-S="${WORKDIR}"/workspace-2008-03-11
-
-src_compile(){
-   cd "${S}"/annotation/argo
-   ant build || die
-}
-
-src_install() {
-   java-pkg_dojar annotation/dist/argo/argo.jar
-   #java-pkg_dolauncher --jar argo.jar
-   java-pkg_dojar annotation/dist/argo/argo-applet-unproguarded.jar
-   #java-pkg_dolauncher --jar argo-applet-unproguarded.jar
-}

diff --git a/sci-biology/argo/metadata.xml b/sci-biology/argo/metadata.xml
deleted file mode 100644
index 138cb7705..0
--- a/sci-biology/argo/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-



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

2020-12-25 Thread Sergei Trofimovich
commit: 9b69be946f69708f689d7780f58ad374eb0de713
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:07:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b69be94

sys-devel/crossdev: drop old

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

 sys-devel/crossdev/Manifest |  1 -
 sys-devel/crossdev/crossdev-20200801.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index ac7022918db..9cc6d11acf2 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,3 +1,2 @@
-DIST crossdev-20200801.tar.xz 28268 BLAKE2B 
36f22a2d1422d5f9e27a5559a8c141462853c4dc011ec98c66d235ef262ea9408fd5054b578963fd17ef630ea63e72c068d216f6ffbea7d191d1374a6ecc4033
 SHA512 
331af1525cdfc66380621b764bfc63178ce962b9071408d1ee08480caad9c0e4782a8fa5e5f3500fd2ea03ccd322895cc95d80106ad9e5b97a0e09ef5d88c94b
 DIST crossdev-20201122.tar.xz 28308 BLAKE2B 
66da19024dd03e98ff0f388cdb9bf76a968ef4ac920249e9a782d46c1d32a4cb3047a0aa2d9619a054b9894ef30624ce99bb45f9c45b937fbb280a8a298aede8
 SHA512 
bbd7ab6a8ea0d2cb13f822277d9b8c19478368b2f365aaa60bd2548b47f9e7a582805593b683631ebb20bfb6d2f496f2d3a5eb6d144207fab58607565a8d1a41
 DIST crossdev-20201129.tar.xz 28372 BLAKE2B 
b59d94a69b83f8db9193bd54ff6059b20617b6dd60c0f9a0ec5acdf4b93adf747886598b9af7d69d2fd9705fab709041a96c149286e623b6557ea709bf2f840a
 SHA512 
7b49795ea266d90e45c48b092bffa485a7207c66550d797297cb7e0756f7c497d045b3cb9b90f50b80a3ada4916a3ba273b2c19b9d02c834fb47d906efe3a8ba

diff --git a/sys-devel/crossdev/crossdev-20200801.ebuild 
b/sys-devel/crossdev/crossdev-20200801.ebuild
deleted file mode 100644
index 7a6c51ec73f..000
--- a/sys-devel/crossdev/crossdev-20200801.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git"
-else
-   SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Crossdev;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   >=sys-apps/portage-2.1
-   >=app-portage/portage-utils-0.55
-   app-shells/bash
-   sys-apps/gentoo-functions
-"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-   default
-
-   if [[ "${PV}" == "" ]] ; then
-   sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev 
|| die
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/files/, sys-boot/palo/

2020-12-25 Thread Sergei Trofimovich
commit: bbe9d5d2fb6fa760ea0395a0d6b312748abc20aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:08:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe9d5d2

sys-boot/palo: drop old

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

 sys-boot/palo/Manifest|  1 -
 sys-boot/palo/files/palo-2.12-gcc10.patch | 11 
 sys-boot/palo/palo-2.12-r1.ebuild | 44 ---
 3 files changed, 56 deletions(-)

diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index 02a9a40b299..cc5d02da506 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -1,2 +1 @@
-DIST palo-2.12.tar.gz 124911 BLAKE2B 
79fa572e118e77114dcb3b888abc65163bd56cb44cf69cd25bcaa33a7c6151b8254bf00c459ad17ca1d948f9b440378133f048e2add123a757908c108b802703
 SHA512 
6ea20490b84bf18a1d1e8037de453f5f480cba8403b267d4d63fceceffb39e18545c6d20c8dd7b07044ff5567eedd2c58b2a626971b53d1d35c5b3a4e8fefbf0
 DIST palo-2.14.tar.gz 125207 BLAKE2B 
fcbc7e59552d83828c07acb055429c1155b738dd12e22c9fc81759b9f84382e3ea793e957421d420c93fa5818d5ad8f12b5317cfe6d5d45d95fc15b272c6fe8c
 SHA512 
9d22ea2826a69a9bb661a4c17aaa78d648f0684b96c2dc0f164d2086f48fc85207e40c69227dd76d153dd171574dd62f6e5e90dd415209de372b4d7d8ab40f57

diff --git a/sys-boot/palo/files/palo-2.12-gcc10.patch 
b/sys-boot/palo/files/palo-2.12-gcc10.patch
deleted file mode 100644
index 7832fbeac94..000
--- a/sys-boot/palo/files/palo-2.12-gcc10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/ipl/Makefile
-+++ b/ipl/Makefile
-@@ -39,7 +39,7 @@ endif
- VPATH=../lib:.
- 
- AFLAGS= -I../lib
--CFLAGS= -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs 
-Wall -fno-delete-null-pointer-checks
-+CFLAGS= -DIPL_LOADER -I. -I../lib -I../include -O2 -mdisable-fpregs 
-Wall -fno-delete-null-pointer-checks -fno-builtin
- LDFLAGS  = -N --section-start .init=0x6 -e '$$START$$'
- 
- all:  iplelf

diff --git a/sys-boot/palo/palo-2.12-r1.ebuild 
b/sys-boot/palo/palo-2.12-r1.ebuild
deleted file mode 100644
index 8e24e8531b2..000
--- a/sys-boot/palo/palo-2.12-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/;
-SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* hppa"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.00-toolchain.patch
-   "${FILESDIR}"/${PN}-2.12-gcc10.patch
-)
-
-src_compile() {
-   local target
-   for target in '-C palo' '-C ipl' 'iplboot'; do
-   emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
-   done
-}
-
-src_install() {
-   into /
-   dosbin palo/palo
-
-   insinto /usr/share/palo
-   doins iplboot
-
-   insinto /etc
-   doins "${FILESDIR}"/palo.conf
-
-   insinto /etc/kernel/postinst.d
-   insopts -m 0744
-   doins "${FILESDIR}"/99palo
-
-   doman palo.8
-
-   dodoc TODO debian/changelog README.html
-}



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

2020-12-25 Thread Sergei Trofimovich
commit: c0f28b1d165f800cc213e5ba46a34c0dec2157c9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:07:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f28b1d

sys-devel/crossdev: mark 20201122 stable for all arches

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

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

diff --git a/sys-devel/crossdev/crossdev-20201122.ebuild 
b/sys-devel/crossdev/crossdev-20201122.ebuild
index 80947886394..7a6c51ec73f 100644
--- a/sys-devel/crossdev/crossdev-20201122.ebuild
+++ b/sys-devel/crossdev/crossdev-20201122.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "" ]] ; then
 else
SRC_URI="mirror://gentoo/${P}.tar.xz
https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
 fi
 
 DESCRIPTION="Gentoo Cross-toolchain generator"



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

2020-12-25 Thread Sergei Trofimovich
commit: af3ff04faf0b91a69766da3041a1e9af784cad20
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:06:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3ff04f

sys-kernel/linux-headers: drop old

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

 sys-kernel/linux-headers/Manifest |  8 
 sys-kernel/linux-headers/linux-headers-5.5.ebuild | 46 ---
 sys-kernel/linux-headers/linux-headers-5.6.ebuild | 46 ---
 sys-kernel/linux-headers/linux-headers-5.7.ebuild | 46 ---
 sys-kernel/linux-headers/linux-headers-5.8.ebuild | 46 ---
 5 files changed, 192 deletions(-)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index b91b51a6e07..658edf3d507 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -6,10 +6,6 @@ DIST gentoo-headers-4.9-1.tar.xz 5416 BLAKE2B 
2538870b340d4e4b260ada37b0571ba770
 DIST gentoo-headers-5.10-1.tar.xz 4304 BLAKE2B 
b5006ff13c8ef8394806919d547f1b15ac32cc4d290e8c5f5a5073f54112db194a9e743177ae54941d8a504e15b662751258259183c47c574936744d7c51b405
 SHA512 
3154558df20e3a8821af23b2a585eaccb6c40877850b1cf752c435c170f7f322a48e77cee63bcc061b69aff8602987f4506d803c73f394929716295aface4f3d
 DIST gentoo-headers-5.4-1.tar.xz 4720 BLAKE2B 
74c1f47d8ad77a2df36db005adb25f81ba6128037357dfc1b6d65deb2a5d3e53d2f3b5af60098c3f3f514f85e53bef4c906fb182101d35ae32d73a5af417a583
 SHA512 
9d83a68c6e9a463bc27efd469a79d58690bdd0fd93d77c1de29938d7192bb546b63d9acad9633e6e043d0089638e67ee39382e987d7403c43d3f3edc83c5ccba
 DIST gentoo-headers-5.4-2.tar.xz 11352 BLAKE2B 
0ff989dbfff9070c291efe1a8b925462770e71d0c3faeb2e53581dcce02abe45969ec293a7293b6d843f483927b15f4accc1f24ee4966483164e8f72727cfad8
 SHA512 
b460e4d00bdd9ec2ecf229f3b2dde7c6468f775399ba6a49fa0533c0688628c7b27d83835c21eab07407fd98c220043cd1b20e37cc4decbd08a3f2fd9cf6c2be
-DIST gentoo-headers-5.5-1.tar.xz 4504 BLAKE2B 
3bc7f115c5a92d027683f7958543eaa3ff64e62d5474596b4fb77f51b616335127a567d809e1c2155c3089944b512e416401d6530f8589db6c42b20e6073
 SHA512 
dd4f47eecccaeff4a248b826c452aedc7fa145f614236c60d33e0837c1c62fb95bc91a2b238a6906d7a060db488e2d9da8c6f19b4f51337b26bdecc9bdbb92c0
-DIST gentoo-headers-5.6-1.tar.xz 4524 BLAKE2B 
c5965ad5e39a8c8c06ca4c4161ab37bb7b23873ef2eb5ec199dac58cce1df67e1392bb671917a728432263089d9930d5cc4d7e44ad3cb391ae560c6b957222b2
 SHA512 
06dd4a7ca3664c33c9a59d1120977d437af87ba1b1ee3b5877cce0a13766f866b1f0681f3ef090d831ee5b403e48168f8c335512a4d61cc5b53c169b9ebe3474
-DIST gentoo-headers-5.7-1.tar.xz 4524 BLAKE2B 
569273f56c357d175b12ac74da0c2e211d615b090c451a8c555c8ba89752033ff0249a063a1cd43cac2efed3d6fa6e9c955fb6afa9520efa46c80d967a9ca12d
 SHA512 
acc538a92eaf4db846f28bd70a9549fff8aa5128499fde6aefb5cdc786472f89f634a559f33dc49689e0c221035944b92de448c91b6a35229b876424a2a827b6
-DIST gentoo-headers-5.8-1.tar.xz 4304 BLAKE2B 
f4b1b1746def90903b504f5a8a485af0769bf7af90ddac68718c5041c0372785c05ab1c7e4c229c500a56f5835b41a505ffee3a4a07dd3093903a3e47ea6bcf0
 SHA512 
58d96e2dcce272e3b21f7e6f592f75916cb25b4aecd604a5d3aa45b1275ebe258022c3a00419814600dcadef8f289c343247a8cb8b2526b17baa56b9139b6fd4
 DIST gentoo-headers-5.9-1.tar.xz 4304 BLAKE2B 
5dda91dac529cf3afca220d0ec323f679eae00e850e127ca6fb7dd42313afe7d4e2b23860a5b58673c070456e1ebd6b0d48efd681a764eef1bab996de579fd11
 SHA512 
3522d25e4d13f703e69a7e8da1813b38c8977821363b56af1988d78c446087dea4c3499283a2fdef2dc000fde29b945abb821a01f53ac0ac6c2b551699b3b18c
 DIST gentoo-headers-base-3.18.tar.xz 3776668 BLAKE2B 
837a675ecf05ec270549d0ba6b9dcb98fb0e40f22007ebfa3e430152b7149dcfa29c8bbe38c737add07f75642234f1633c1d5ae0170788e8d4f765faf00bbdbe
 SHA512 
6615c604e5e618d26fff5a61691f7827bb05be9790db6c9f8e16e3842bce8f056f9928f85ae5714710b75743b0d0804faba4ba9c76e934e1de22dc03ef6d5535
 DIST gentoo-headers-base-4.14.tar.xz 8017944 BLAKE2B 
e967a3f26fa002f62af72c165cf960e855f5d84dd105b3f136e5ae24f4cdfc9e5f8b217a83955b325ca4bd6bda0a9d4c4de02d8d79fd4aa72191bc63db96183a
 SHA512 
2a4e83a9ee36ffa85b59ebac1e12f4f1c572825b767928a42c4748d924d04f0536bab4d9375ca68c11ad867c226f386c40c7c4d0158d1ab00c838eb5b2f9f21a
@@ -18,8 +14,4 @@ DIST gentoo-headers-base-4.4.tar.xz 3911752 BLAKE2B 
5031ecd48b99cb0c9c35ca935fa6
 DIST gentoo-headers-base-4.9.tar.xz 4052748 BLAKE2B 
e279954c56170fbfa4ebae8dade731825b3d5f0cd5d73a5b33cd93a9c8f5fa140e14edf0d5ac26a452fe8a61b16fdcc851f5329f56e4c8dcf4472a995de44c4c
 SHA512 
a03418cfba7fa4531279d9122411af3e285e962506e8df9279fbbb27ae08a4e30725bd1cf03f48ad523f61f2889195e6c844fa4c7b4ef2f828baf47ef402abfa
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 

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

2020-12-25 Thread Sergei Trofimovich
commit: 278171b2d386dab452aa2fae1251d79c4ebeba52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:09:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278171b2

sys-apps/lsvpd: drop old

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

 sys-apps/lsvpd/Manifest|  1 -
 sys-apps/lsvpd/lsvpd-1.7.10.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/sys-apps/lsvpd/Manifest b/sys-apps/lsvpd/Manifest
index c6b05110407..1d5bcf84967 100644
--- a/sys-apps/lsvpd/Manifest
+++ b/sys-apps/lsvpd/Manifest
@@ -1,2 +1 @@
-DIST lsvpd-1.7.10.tar.gz 89862 BLAKE2B 
a2fa6f85822313b5cf17ec9207ddd533ffb1cb4a3ee2e32416d6b646930f8499c3d8994ab6cd21b1d4d01be1c32f13e2bd1206cc073bbcbaf8cb9722993a1510
 SHA512 
0ee9b8329e9ea7eac6b502051a5ecc5af28642aa3f14af9cecd0217ea6637a548eaeab2e5631534041dfd849701e0905a0618b1ab62162b9af493ab0f8ad7ff4
 DIST lsvpd-1.7.11.tar.gz 90366 BLAKE2B 
2dfbbc92921106247580395ac663731bc4486d9380b052cfaa0867939a22b4c10d130adcb01260316e5c0fa5a093eb8c95c0d0b04a5ea17792e5891cb302a554
 SHA512 
68efdbee6bbfb4fd6673bc83d340aea6a121d48d1e75dcc4f9322521d8a3aa7b04fbe1acbb7e7343c5a7e2dd33f21ecf2e54a32ff5f6f2b9e1e5d6c34b8b25b5

diff --git a/sys-apps/lsvpd/lsvpd-1.7.10.ebuild 
b/sys-apps/lsvpd/lsvpd-1.7.10.ebuild
deleted file mode 100644
index ee450bf1b3b..000
--- a/sys-apps/lsvpd/lsvpd-1.7.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Utility to List Device Vital Product Data (VPD)"
-HOMEPAGE="https://github.com/power-ras/lsvpd;
-SRC_URI="https://github.com/power-ras/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="ppc64"
-IUSE=""
-
-RDEPEND="
-   dev-db/sqlite:3
-   sys-apps/sg3_utils
-   sys-libs/librtas
-   sys-libs/libvpd
-   sys-libs/zlib
-"
-
-DEPEND="${RDEPEND}
-   virtual/os-headers
-"
-
-BDEPEND=""
-
-src_prepare() {
-   default
-   eautoreconf
-}



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

2020-12-25 Thread Sergei Trofimovich
commit: 6fcaa2a9802dd8f235e6aed31ec1710431c8bb12
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:10:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fcaa2a9

net-mail/mailbox-count: drop unsatisfiable alternative

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

 net-mail/mailbox-count/mailbox-count-0.0.5.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild 
b/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
index 5173370716a..bcdc6ed7c3f 100644
--- a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
+++ b/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
@@ -24,10 +24,7 @@ RDEPEND="
>=dev-haskell/missingh-1.2
>=dev-haskell/tasty-0.8
>=dev-haskell/tasty-hunit-0.8
-   || ( >=dev-lang/ghc-8.0
-( >=dev-lang/ghc-7.10.1
-  =dev-lang/ghc-8.0
 "
 DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0



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

2020-12-25 Thread Sergei Trofimovich
commit: 3ec8a3ea94690293f4039dd42f4cd992402f758e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:04:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec8a3ea

sys-libs/libunwind: drop old

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

 sys-libs/libunwind/Manifest   |   1 -
 sys-libs/libunwind/libunwind-1.4.0.ebuild | 102 --
 2 files changed, 103 deletions(-)

diff --git a/sys-libs/libunwind/Manifest b/sys-libs/libunwind/Manifest
index aefc5f3036f..f7df915b276 100644
--- a/sys-libs/libunwind/Manifest
+++ b/sys-libs/libunwind/Manifest
@@ -1,2 +1 @@
-DIST libunwind-1.4.0.tar.gz 872941 BLAKE2B 
39628dd46151d2748372c8f1dfa3cd39114770b85e890b048304f8395b2778a22da4cc468eb6fe1e2357a41bed5a6067e12992634859dabe30addd0fd39b4269
 SHA512 
60bce1e840f071d3a48cfa8e2acff988977956f659c5c04ce83f00751348fbbeddbfc54e8c9bd6ebc9073423ca5ee1816655dc5aa59fefd0a8edc9c3f7f3b913
 DIST libunwind-1.5.0.tar.gz 878355 BLAKE2B 
ee35441289926ac22a58bedb9f831d8e13bacd663a99b3ce25eed229f25f0423bbbd90e09e3d62b003518d7a620aa6d15b0dd5b93632736a89fa0667b35d5fc2
 SHA512 
1df20ca7a8cee2f2e61294fa9b677e88fec52e9d5a329f88d05c2671c69fa462f6c18808c97ca9ff664ef57292537a844f00b18d142b1938c9da701ca95a4bab

diff --git a/sys-libs/libunwind/libunwind-1.4.0.ebuild 
b/sys-libs/libunwind/libunwind-1.4.0.ebuild
deleted file mode 100644
index f3a6bbb9eff..000
--- a/sys-libs/libunwind/libunwind-1.4.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 2005-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-inherit autotools flag-o-matic libtool multilib-minimal
-
-DESCRIPTION="Portable and efficient API to determine the call-chain of a 
program"
-HOMEPAGE="https://savannah.nongnu.org/projects/libunwind;
-SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/8" # libunwind.so.8
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="debug debug-frame doc libatomic lzma +static-libs"
-
-RESTRICT="test" # some tests are broken (toolchain version dependent)
-
-# We just use the header from libatomic.
-RDEPEND="lzma? ( app-arch/xz-utils[static-libs?,${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   libatomic? ( dev-libs/libatomic_ops[${MULTILIB_USEDEP}] )"
-
-S="${WORKDIR}/${MY_P}"
-
-MULTILIB_WRAPPED_HEADERS=(
-   /usr/include/libunwind.h
-
-   # see libunwind.h for the full list of arch-specific headers
-   /usr/include/libunwind-aarch64.h
-   /usr/include/libunwind-arm.h
-   /usr/include/libunwind-hppa.h
-   /usr/include/libunwind-ia64.h
-   /usr/include/libunwind-mips.h
-   /usr/include/libunwind-ppc32.h
-   /usr/include/libunwind-ppc64.h
-   /usr/include/libunwind-sh.h
-   /usr/include/libunwind-tilegx.h
-   /usr/include/libunwind-x86.h
-   /usr/include/libunwind-x86_64.h
-)
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.2-coredump-regs.patch #586092
-   "${FILESDIR}"/${PN}-1.2-ia64-ptrace-coredump.patch
-   "${FILESDIR}"/${PN}-1.2-ia64-missing.patch
-   "${FILESDIR}"/${PN}-1.2.1-only-include-execinfo_h-if-avaliable.patch
-)
-
-src_prepare() {
-   default
-   chmod +x src/ia64/mk_cursor_i || die
-   # Since we have tests disabled via RESTRICT, disable building in the 
subdir
-   # entirely.  This works around some build errors too. #484846
-   sed -i -e '/^SUBDIRS/s:tests::' Makefile.in || die
-
-   elibtoolize
-   eautoreconf
-
-   # Let's wait for proper fix upstream in 
https://github.com/libunwind/libunwind/issues/154
-   # Meanwhile workaround for gcc-10 with -fcommon, bug #706560
-   append-cflags -fcommon
-}
-
-multilib_src_configure() {
-   # --enable-cxx-exceptions: always enable it, headers provide the 
interface
-   # and on some archs it is disabled by default causing a mismatch 
between the
-   # API and the ABI, bug #418253
-   # conservative-checks: validate memory addresses before use; as of 
1.0.1,
-   # only x86_64 supports this, yet may be useful for debugging, couple it 
with
-   # debug useflag.
-   ECONF_SOURCE="${S}" \
-   ac_cv_header_atomic_ops_h=$(usex libatomic) \
-   econf \
-   --enable-cxx-exceptions \
-   --enable-coredump \
-   --enable-ptrace \
-   --enable-setjmp \
-   $(use_enable debug-frame) \
-   $(use_enable doc documentation) \
-   $(use_enable lzma minidebuginfo) \
-   $(use_enable static-libs static) \
-   $(use_enable debug conservative_checks) \
-   $(use_enable debug)
-}
-
-multilib_src_compile() {
-   # Bug 586208
-   CCACHE_NODIRECT=1 default
-}
-
-multilib_src_test() 

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

2020-12-25 Thread Sergei Trofimovich
commit: a9da3d8b5092477c36bea940c0fe5431f72fd2f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:15:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9da3d8b

app-misc/pax-utils: drop old

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

 app-misc/pax-utils/Manifest   |  1 -
 app-misc/pax-utils/pax-utils-1.2.7.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index c48c448ddae..28a9b53391f 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,3 +1,2 @@
 DIST pax-utils-1.2.6.tar.xz 680696 BLAKE2B 
b271e19ed5ec1024d7c6e5723c12464c6ab07646dfbfd4738bfe0250629205051642421425d7c7c5f540b1ac3d100c13d1beca398d9766f7f477830ab128eef2
 SHA512 
59fe16c5573414aa2952a99c5b85c16cf10dbbee76943f263d31d5b1aa8818a9b00fa78c8b6dadbe02216de54fc32b26d80303a17e2d854de6bb9dd8b431f617
-DIST pax-utils-1.2.7.tar.xz 689680 BLAKE2B 
9d7dd0aeaecc10edf1dc70acef1561e3984b9d4f30f2ff54b27cdd91fb88d194e6f1bb9b2b01064a25a1842855dfe4f448f7267d69bbed0102a854635b5829aa
 SHA512 
e3bbe7fe0cf7c1607218187f272edad3652a55317a620905b76bba5bc9617f31b8eced6760f353b4558e7b118664c3df5c6d97c78b653f8d4636f094b96307f8
 DIST pax-utils-1.2.8.tar.xz 704804 BLAKE2B 
b64b50f985320618e10528aaddbeee9a2c86b05724d8564342fc78fd8bd31a84f3cfe5e6051b3b8a1a882bb0b3da586ca351b6fdda0fd6168930e8e4a44806cb
 SHA512 
c211defb72921a6dfa950173bef7ef6bc5ac059dbb394a82d2b2455d082843fc7722a6819f37aa39033bd37a5a77880f193f8be550020320e87ce5becfa6e5bf

diff --git a/app-misc/pax-utils/pax-utils-1.2.7.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.7.ebuild
deleted file mode 100644
index 97ad76dbc3c..000
--- a/app-misc/pax-utils/pax-utils-1.2.7.ebuild
+++ /dev/null
@@ -1,78 +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,9} )
-
-inherit eutils python-single-r1 toolchain-funcs
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities;
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug kernel_linux python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pyelftools[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   seccomp? ( sys-libs/libseccomp )
-"
-# >=linux-headers-4.11 to pick linux headers with statx, bug #737094
-DEPEND="
-   ${RDEPEND}
-   kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-4.11 ) )
-"
-BDEPEND="
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-pkg_setup() {
-   if use python; then
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux ||
-   has_version '

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

2020-12-25 Thread Sergei Trofimovich
commit: 68249172a96a5c02745450f2dba9c270462eacc3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:09:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68249172

sys-apps/opal-utils: drop old

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

 sys-apps/opal-utils/Manifest|   1 -
 sys-apps/opal-utils/opal-utils-6.6.2.ebuild | 103 
 2 files changed, 104 deletions(-)

diff --git a/sys-apps/opal-utils/Manifest b/sys-apps/opal-utils/Manifest
index 4ace2757d56..640047cadc1 100644
--- a/sys-apps/opal-utils/Manifest
+++ b/sys-apps/opal-utils/Manifest
@@ -1,2 +1 @@
-DIST opal-utils-6.6.2.tar.gz 2121790 BLAKE2B 
3f1ec80baa112ba0d01fcb9a64b45592da03addd067484ef237204fd712359c04796353f47a32ac943e0e135a580c3c5ad7a5843ee4d5259cde3cbaf1bbefcc4
 SHA512 
a864e4120ffac4065b89d5da7c959ac20643be42e83f4186a778355f3ea0b36cbd1e02c91b1460b6fa6550fceec9034cce096b89f840b4051d65c7f0ab70dc27
 DIST opal-utils-6.7.tar.gz 5320182 BLAKE2B 
e2fa86a7d5d96afda8f8266875687fb3c2e61ca2932ea5585921b2e5cffe30cb3554d85d078448cda032cbc0438d188ea40b5aad6e7f4c923e77fa4e42e6f364
 SHA512 
1626d64554c608cd823dc27b58f35206cf6d011afde124746e06fd5f1e8c714c199d9f2b60417415daf01cfbc46208d08d49eef29538a515b539a551b8c5e5c3

diff --git a/sys-apps/opal-utils/opal-utils-6.6.2.ebuild 
b/sys-apps/opal-utils/opal-utils-6.6.2.ebuild
deleted file mode 100644
index c683ec843d8..000
--- a/sys-apps/opal-utils/opal-utils-6.6.2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit linux-info python-any-r1 systemd toolchain-funcs
-
-DESCRIPTION="OPAL firmware utilities"
-HOMEPAGE="https://github.com/open-power/skiboot;
-SRC_URI="https://github.com/open-power/skiboot/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 GPL-2+"
-SLOT="0"
-KEYWORDS="ppc64"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="doc? (
-   $(python_gen_any_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/recommonmark[${PYTHON_USEDEP}]
-   ')
-)"
-
-CONFIG_CHECK="~MTD_POWERNV_FLASH ~OPAL_PRD ~PPC_DT_CPU_FTRS ~SCOM_DEBUGFS"
-ERROR_MTD_POWERND_FLASH="CONFIG_MTD_POWERND_FLASH is required to use pflash 
and opal-gard"
-ERROR_OPAL_PRD="CONFIG_OPAL_PRD is required to run opal-prd daemon"
-ERROR_SCOM_DEBUGFS="CONFIG_SCOM_DEBUGFS is required to use xscom-utils"
-
-S="${WORKDIR}/skiboot-${PV}"
-
-PATCHES=( "${FILESDIR}/flags.patch" )
-
-python_check_deps() {
-   has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" &&
-   has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   linux-info_pkg_setup
-   use doc && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   tc-export CC LD
-   export OPAL_PRD_VERSION="${PV}"
-   export GARD_VERSION="${PV}"
-   export PFLASH_VERSION="${PV}"
-   export XSCOM_VERSION="${PV}"
-   export FFSPART_VERSION="${PV}"
-}
-
-src_compile() {
-   emake V=1 -C external/opal-prd
-   emake V=1 -C external/gard
-   emake V=1 -C external/pflash
-   emake V=1 -C external/xscom-utils
-   emake V=1 -C external/ffspart
-
-   use doc && emake V=1 -C doc html
-}
-
-src_install() {
-   emake -C external/opal-prd DESTDIR="${D}" prefix="${EPREFIX}/usr" 
install
-   emake -C external/gard DESTDIR="${D}" prefix="${EPREFIX}/usr" install
-   emake -C external/pflash DESTDIR="${D}" prefix="${EPREFIX}/usr" install
-   emake -C external/xscom-utils DESTDIR="${D}" prefix="${EPREFIX}/usr" 
install
-   dosbin external/ffspart/ffspart
-
-   newinitd "${FILESDIR}"/opal-prd.initd opal-prd
-   newconfd "${FILESDIR}"/opal-prd.confd opal-prd
-
-   systemd_dounit external/opal-prd/opal-prd.service
-
-   if use doc; then
-   rm -r doc/_build/html/_sources || die
-   local HTML_DOCS=( doc/_build/html/. )
-   fi
-   einstalldocs
-}
-
-src_test() {
-   emake V=1 -C external/opal-prd test
-   emake V=1 -C external/gard check
-   # this test is fragile and fails because of filename path
-   rm external/pflash/test/tests/01-info || die
-   emake V=1 -C external/pflash check
-   emake V=1 -C external/ffspart check
-}
-
-pkg_postinst() {
-   if systemd_is_booted || has_version sys-apps/systemd; then
-   echo
-   ewarn "With systemd opal-prd.service will fail to start"
-   ewarn "with 'mmap failed: Operation not permitted' error"
-   ewarn "if /dev filesystem is mounted with 'noexec' option"
-   ewarn "see https://github.com/open-power/skiboot/issues/258;
-   echo
-   fi
-}



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

2020-12-25 Thread Sergei Trofimovich
commit: 5d1ce717bfa604e3d494798ad1b8ce983f883b4c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:12:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1ce717

dev-libs/gmp: drop old

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

 dev-libs/gmp/Manifest|   1 -
 dev-libs/gmp/gmp-6.2.0-r1.ebuild | 105 ---
 2 files changed, 106 deletions(-)

diff --git a/dev-libs/gmp/Manifest b/dev-libs/gmp/Manifest
index 4f1e9ea0825..60d06efdb2e 100644
--- a/dev-libs/gmp/Manifest
+++ b/dev-libs/gmp/Manifest
@@ -1,3 +1,2 @@
-DIST gmp-6.2.0.tar.xz 2012444 BLAKE2B 
928141cf7b0b70f78b66e7bc52aecd39a5fc30e8865b6de6effb5b061ade05a5a51b4680ef2f36ea0d682b319d54ceb1c6c8ef93bde6c2eef2e8b826a34602c3
 SHA512 
a066f0456f0314a1359f553c49fc2587e484ff8ac390ff88537266a146ea373f97a1c0ba24608bf6756f4eab11c9056f103c8deb99e5b57741b4f7f0ec44b90c
 DIST gmp-6.2.1.tar.xz 2027316 BLAKE2B 
c0d85f175392a50cfa01bc6b0a312b235946ad8b4f6f84f6dabd33d7a6f2cc75c9b0e1e33057be07750bfa0145b7c4cf3b6188a5be6ca9d7271ec2276c84ebcb
 SHA512 
c99be0950a1d05a0297d65641dd35b75b74466f7bf03c9e8a99895a3b2f9a0856cd17887738fa51cf7499781b65c049769271cbcb77d057d2e9f1ec52e07dd84
 DIST gmp-man-6.2.0.pdf 828998 BLAKE2B 
0bf56bf0a6f1aac0e1fb9a5a37552f846a2d4a01bfd3f5b5c531d42a9afc48c19552e08971785805f59e3f2a5fd89e3f986f841dca2e340813596cfd76574e61
 SHA512 
25d129efedd329cd2d4535557c6912191f587bfd8ef028618b4ca6199ec7bf7a9ae862e7f5e5b5448c86888452a39fc7bf95cf9c18311858dd1aa9ae1c716239

diff --git a/dev-libs/gmp/gmp-6.2.0-r1.ebuild b/dev-libs/gmp/gmp-6.2.0-r1.ebuild
deleted file mode 100644
index 4417fecb70c..000
--- a/dev-libs/gmp/gmp-6.2.0-r1.ebuild
+++ /dev/null
@@ -1,105 +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 libtool multilib-minimal toolchain-funcs
-
-MY_PV=${PV/_p*}
-MY_PV=${MY_PV/_/-}
-MY_P=${PN}-${MY_PV}
-PLEVEL=${PV/*p}
-DESCRIPTION="Library for arbitrary-precision arithmetic on different type of 
numbers"
-HOMEPAGE="https://gmplib.org/;
-SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
-   mirror://gnu/${PN}/${MY_P}.tar.xz
-   doc? ( https://gmplib.org/${PN}-man-${MY_PV}.pdf )"
-
-LICENSE="|| ( LGPL-3+ GPL-2+ )"
-# The subslot reflects the C & C++ SONAMEs.
-SLOT="0/10.4"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asm doc +cxx pic static-libs"
-
-BDEPEND="sys-devel/m4
-   app-arch/xz-utils"
-
-S=${WORKDIR}/${MY_P%a}
-
-DOCS=( AUTHORS ChangeLog NEWS README doc/configuration doc/isa_abi_headache )
-HTML_DOCS=( doc )
-MULTILIB_WRAPPED_HEADERS=( /usr/include/gmp.h )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.1.0-noexecstack-detect.patch
-)
-
-src_prepare() {
-   default
-
-   # note: we cannot run autotools here as gcc depends on this package
-   elibtoolize
-
-   # https://bugs.gentoo.org/536894
-   if [[ ${CHOST} == *-darwin* ]] ; then
-   eapply "${FILESDIR}"/${PN}-6.1.2-gcc-apple-4.0.1.patch
-   fi
-
-   # GMP uses the "ABI" env var during configure as does Gentoo (econf).
-   # So, to avoid patching the source constantly, wrap things up.
-   mv configure configure.wrapped || die
-   cat <<-\EOF > configure
-   #!/usr/bin/env sh
-   exec env ABI="${GMPABI}" "$0.wrapped" "$@"
-   EOF
-   # Patches to original configure might have lost the +x bit.
-   chmod a+rx configure{,.wrapped} || die
-}
-
-multilib_src_configure() {
-   # Because of our 32-bit userland, 1.0 is the only HPPA ABI that works
-   # https://gmplib.org/manual/ABI-and-ISA.html#ABI-and-ISA (bug #344613)
-   if [[ ${CHOST} == hppa2.0-* ]] ; then
-   GMPABI="1.0"
-   fi
-
-   # ABI mappings (needs all architectures supported)
-   case ${ABI} in
-   32|x86)   GMPABI=32;;
-   64|amd64|n64) GMPABI=64;;
-   [onx]32)  GMPABI=${ABI};;
-   esac
-   export GMPABI
-
-   #367719
-   if [[ ${CHOST} == *-mint* ]]; then
-   filter-flags -O?
-   fi
-
-   # --with-pic forces static libraries to be built as PIC
-   # and without TEXTRELs. musl does not support TEXTRELs: bug #707332
-   tc-export CC
-   ECONF_SOURCE="${S}" econf \
-   CC_FOR_BUILD="$(tc-getBUILD_CC)" \
-   --localstatedir="${EPREFIX}"/var/state/gmp \
-   --enable-shared \
-   $(use_enable asm assembly) \
-   $(use_enable cxx) \
-   $(use pic && echo --with-pic) \
-   $(use_enable static-libs static)
-}
-

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

2020-12-25 Thread Sergei Trofimovich
commit: 95c79c851decd2e9caad6893ddc6d84cd0e4c6d1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Dec 25 12:11:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 25 12:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c79c85

dev-util/bnfc: drop old

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

 dev-util/bnfc/Manifest|   1 -
 dev-util/bnfc/bnfc-2.8.1.ebuild   |  39 
 dev-util/bnfc/files/bnfc-2.8.1-ghc84-p2.patch | 130 --
 dev-util/bnfc/files/bnfc-2.8.1-ghc84.patch|  31 --
 4 files changed, 201 deletions(-)

diff --git a/dev-util/bnfc/Manifest b/dev-util/bnfc/Manifest
index 6a5c50e3f53..1fc836c2732 100644
--- a/dev-util/bnfc/Manifest
+++ b/dev-util/bnfc/Manifest
@@ -1,2 +1 @@
-DIST BNFC-2.8.1.tar.gz 225015 BLAKE2B 
973f7a5ebc5fb995bf0014621ba7bfebe0d6adbb35bd276b3f7ec56e3fe1ab08c3811d27a2d58a73ca52ac4bf9ba35fba3d172a82684b1ef999a2fdd6dc4ece9
 SHA512 
d5ea9b4129a4f71c2d66cda2f859a2c39be6d4400cddbd5a5303b5b408f4cf03ce7a92825224f4674c6cc48bec07429c447b9b39fc4e6d144c922bf1b0829561
 DIST BNFC-2.8.3.tar.gz 286964 BLAKE2B 
5c8a5d08b1b705e064ef0a7a685dab455e933d0fa84946b4526aebee8698e94ea2cdfa797eb63320e9632b3503da5c41ea2aa59d0bb1f0fa9bda3588a19552d9
 SHA512 
742937cb0674f5e890376f51aeeccaf2f4c986f6b27e77faaee1ac8baebec553e70c623844c7c63e1caf441592b53113ba4ba187d88a9e869885d40201c54bef

diff --git a/dev-util/bnfc/bnfc-2.8.1.ebuild b/dev-util/bnfc/bnfc-2.8.1.ebuild
deleted file mode 100644
index fffb7f49416..000
--- a/dev-util/bnfc/bnfc-2.8.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.6.
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour" # Broken test-suite: 
missing files
-inherit haskell-cabal
-
-MY_PN="BNFC"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A compiler front-end generator"
-HOMEPAGE="http://bnfc.digitalgrammars.com/;
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # missing files
-
-RDEPEND="dev-haskell/mtl:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   dev-haskell/alex
-   >=dev-haskell/cabal-1.8
-   dev-haskell/happy
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-ghc84.patch
-   "${FILESDIR}"/${P}-ghc84-p2.patch
-)

diff --git a/dev-util/bnfc/files/bnfc-2.8.1-ghc84-p2.patch 
b/dev-util/bnfc/files/bnfc-2.8.1-ghc84-p2.patch
deleted file mode 100644
index a1e944c2d15..000
--- a/dev-util/bnfc/files/bnfc-2.8.1-ghc84-p2.patch
+++ /dev/null
@@ -1,130 +0,0 @@
 a/src/BNFC/Backend/C/CFtoCAbs.hs
-+++ b/src/BNFC/Backend/C/CFtoCAbs.hs
-@@ -50,3 +50,3 @@ import Data.List
- import Data.Char(toLower)
--
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/C/CFtoCPrinter.hs
-+++ b/src/BNFC/Backend/C/CFtoCPrinter.hs
-@@ -53,2 +53,3 @@ import Data.Either (lefts)
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/C/CFtoCSkel.hs
-+++ b/src/BNFC/Backend/C/CFtoCSkel.hs
-@@ -49,2 +49,3 @@ import Data.Either (lefts)
- import Text.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs
-+++ b/src/BNFC/Backend/CPP/NoSTL/CFtoCPPAbs.hs
-@@ -50,3 +50,3 @@ import Data.Char(toLower)
- import Text.PrettyPrint
--
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/CPP/NoSTL/CFtoCVisitSkel.hs
-+++ b/src/BNFC/Backend/CPP/NoSTL/CFtoCVisitSkel.hs
-@@ -49,2 +49,3 @@ import Data.Either (lefts)
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/CPP/PrettyPrinter.hs
-+++ b/src/BNFC/Backend/CPP/PrettyPrinter.hs
-@@ -32,2 +32,3 @@ import BNFC.Backend.CPP.STL.STLUtils
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs
-+++ b/src/BNFC/Backend/CPP/STL/CFtoBisonSTL.hs
-@@ -56,2 +56,3 @@ import BNFC.Backend.C.CFtoBisonC (startSymbol)
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/Common.hs
-+++ b/src/BNFC/Backend/Common.hs
-@@ -4,2 +4,3 @@ module BNFC.Backend.Common (renderListSepByPrecedence) where
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/Common/NamedVariables.hs
-+++ b/src/BNFC/Backend/Common/NamedVariables.hs
-@@ -75,2 +75,3 @@ import Control.Arrow (left, (&&&))
- import Data.Either (lefts)
-+import Prelude hiding ((<>))
- 
 a/src/BNFC/Backend/Java.hs
-+++ b/src/BNFC/Backend/Java.hs
-@@ -56,2 +56,3 @@ import qualified BNFC.Backend.Common.Makefile as Makefile
- import BNFC.PrettyPrint
-+import Prelude hiding ((<>))
- ---
 a/src/BNFC/Backend/Java/CFtoComposVisitor.hs
-+++ 

[gentoo-commits] repo/gentoo:master commit in: net-im/swift/

2020-12-25 Thread Conrad Kostecki
commit: 51b41f0667ac598c839348119eca17e2460afd0a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Dec 25 14:39:14 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Dec 25 14:39:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b41f06

net-im/swift: remove double definition

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/swift/swift-4.0.2-r101.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net-im/swift/swift-4.0.2-r101.ebuild 
b/net-im/swift/swift-4.0.2-r101.ebuild
index 449ae295a37..ec9222bf927 100644
--- a/net-im/swift/swift-4.0.2-r101.ebuild
+++ b/net-im/swift/swift-4.0.2-r101.ebuild
@@ -140,9 +140,6 @@ src_configure() {
$(usex lua "lua_includedir=$(lua_get_include_dir)" '')
$(usex lua "lua_libdir=${EPREFIX}/usr/$(get_libdir)" '')
$(usex lua "lua_libname=$(basename -s '.so' 
$(lua_get_shared_lib))" '')
-   lua_includedir="$(lua_get_include_dir)"
-   lua_libdir="${EPREFIX}/usr/$(get_libdir)"
-   lua_libname="$(basename -s '.so' $(lua_get_shared_lib))"
max_jobs="no"
optimize="no"
qt="${T}/qt"



[gentoo-commits] proj/sci:master commit in: sci-biology/BamView/

2020-12-25 Thread Horea Christian
commit: 4408e7272f8f39d72456fbbb1a847cc20cfb41b7
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Dec 25 18:28:37 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Dec 25 18:28:37 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4408e727

sci-biology/BamView: removed deprecated package

Now distributed as part of Artemis
https://github.com/sanger-pathogens/Artemis

Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/BamView/BamView-1.2.11.ebuild | 22 --
 sci-biology/BamView/metadata.xml  | 14 --
 2 files changed, 36 deletions(-)

diff --git a/sci-biology/BamView/BamView-1.2.11.ebuild 
b/sci-biology/BamView/BamView-1.2.11.ebuild
deleted file mode 100644
index afc6ecb38..0
--- a/sci-biology/BamView/BamView-1.2.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="Display read alignments in BAM files, is a part of Artemis"
-HOMEPAGE="http://bamview.sourceforge.net/;
-SRC_URI="http://bamview.sourceforge.net/v"${PV}"/BamView_v"${PV}".jar;
-
-#http://www.ncbi.nlm.nih.gov/pubmed/20071372
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   >=virtual/jdk-1.6:*
-   dev-java/ant-core"
-RDEPEND="${DEPEND}
-   >=virtual/jre-1.6:*"

diff --git a/sci-biology/BamView/metadata.xml b/sci-biology/BamView/metadata.xml
deleted file mode 100644
index 93e06748e..0
--- a/sci-biology/BamView/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   bamview
-   
-



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

2020-12-25 Thread Miroslav Šulc
commit: d9fb066c026acd199939600b4f6f089e01095e32
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Dec 25 09:38:08 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Dec 25 09:38:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9fb066c

media-libs/simage: fixed linking against libsndfile

1) changed to updated upstream tarball - based on findings
  by Bernd Waibel  gmail.com> described at
  https://github.com/waebbl/waebbl-gentoo/issues/274#issuecomment-748602840
2) fixed discrepancy in config variable name

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

 media-libs/simage/Manifest| 2 +-
 media-libs/simage/{simage-1.8.0.ebuild => simage-1.8.0-r1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/simage/Manifest b/media-libs/simage/Manifest
index 19eabf5208f..9b5912ad3db 100644
--- a/media-libs/simage/Manifest
+++ b/media-libs/simage/Manifest
@@ -1 +1 @@
-DIST simage-1.8.0.tar.gz 791151 BLAKE2B 
0a5720c06501c8212b5a148ad790ff60d6d9fc507868a66d40dbe3b6b089e47dca21828fee96ef708a03651d02843c9e6b6db7856088ddf7e487b4b5eeafbccd
 SHA512 
7070c845fc72094a97b1253d23a5f60f90e71dc6ed968c9c7da67e05660b05245a807fbdf0f592a1d459c7c3b725783c55f59f867182b11cb9ec40741d7ad58c
+DIST simage-1.8.0-src.tar.gz 797069 BLAKE2B 
6f9e3512c9815974b1b2799306c6567f6b5aec6771fe31e0a5fa47a827819df02e80e976063ddbae3e3aa3a4d33da68a23c9067e7b91f82c28592f83d0e782cc
 SHA512 
fb4943c38f418461b087d5d013c2054f25d553a872fc80f9445a5e907901eb40265d838c5cc1031032dd84885f066f1c640a1949bc450591fb0ea88c05d1e38f

diff --git a/media-libs/simage/simage-1.8.0.ebuild 
b/media-libs/simage/simage-1.8.0-r1.ebuild
similarity index 93%
rename from media-libs/simage/simage-1.8.0.ebuild
rename to media-libs/simage/simage-1.8.0-r1.ebuild
index 53eb51da047..1b1b448073e 100644
--- a/media-libs/simage/simage-1.8.0.ebuild
+++ b/media-libs/simage/simage-1.8.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit cmake flag-o-matic
 
 DESCRIPTION="Image and video texturing library"
 HOMEPAGE="https://github.com/coin3d/simage/;
-SRC_URI="https://github.com/coin3d/simage/archive/${P}.tar.gz;
+SRC_URI="https://github.com/coin3d/simage/releases/download/${P}/${P}-src.tar.gz;
 
 LICENSE="BSD-1"
 KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86"
@@ -36,7 +36,7 @@ DEPEND="
test? ( media-libs/libsndfile )
 "
 
-S="${WORKDIR}/${PN}-${P}"
+S="${WORKDIR}/${PN}"
 
 PATCHES=(
"${FILESDIR}/${PN}-1.7.1-cmake-automagic-deps.patch"
@@ -63,13 +63,13 @@ src_configure() {
-DSIMAGE_GIF_SUPPORT=$(usex gif)
-DSIMAGE_JASPER_SUPPORT=OFF
-DSIMAGE_JPEG_SUPPORT=$(usex jpeg)
-   -DSIMAGE_LIBSNDFILE_SUPPORT=$(usex sndfile)
-DSIMAGE_MPEG2ENC_SUPPORT=ON
-DSIMAGE_OGGVORBIS_SUPPORT=$(usex vorbis)
-DSIMAGE_PIC_SUPPORT=ON
-DSIMAGE_PNG_SUPPORT=$(usex png)
-DSIMAGE_QIMAGE_SUPPORT=$(usex qt5)
-DSIMAGE_QUICKTIME_SUPPORT=OFF # OS X only
+   -DSIMAGE_SNDFILE_SUPPORT=$(usex sndfile)
-DSIMAGE_TIFF_SUPPORT=$(usex tiff)
-DSIMAGE_USE_QT5=ON
-DSIMAGE_RGB_SUPPORT=ON



[gentoo-commits] proj/sci:master commit in: sci-biology/abyss/

2020-12-25 Thread Horea Christian
commit: c7e35e6a3ba60f35a787c02b1472c867ed3e1e3f
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Dec 25 10:21:55 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Dec 25 10:21:55 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7e35e6a

sci-biology/abyss: EAPI 7 bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/abyss/abyss-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/abyss/abyss-2.2.4.ebuild 
b/sci-biology/abyss/abyss-2.2.4.ebuild
index c81bf292e..307ff68c8 100644
--- a/sci-biology/abyss/abyss-2.2.4.ebuild
+++ b/sci-biology/abyss/abyss-2.2.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools toolchain-funcs
 



[gentoo-commits] proj/sci:master commit in: sci-biology/YASRA/

2020-12-25 Thread Horea Christian
commit: f2cc404f64c65d3421a697f55a4f3cf1d9008016
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Dec 25 10:03:18 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Dec 25 10:03:18 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f2cc404f

sci-biology/YASRA: EAPI bump 7

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/YASRA/YASRA-2.33.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/YASRA/YASRA-2.33.ebuild 
b/sci-biology/YASRA/YASRA-2.33.ebuild
index 77ca724dc..58e6da2b0 100644
--- a/sci-biology/YASRA/YASRA-2.33.ebuild
+++ b/sci-biology/YASRA/YASRA-2.33.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Yet Another Short Read Assembler aligning to a reference using 
LASTZ"
 HOMEPAGE="http://www.bx.psu.edu/miller_lab/;



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

2020-12-25 Thread Conrad Kostecki
commit: 9fe1abc55c349ca9ede7193294e6e522e9f1a7a5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Dec 25 12:42:51 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Dec 25 12:43:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe1abc5

dev-lua/luadbi: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luadbi/luadbi-0.7.2-r101.ebuild | 90 -
 1 file changed, 90 deletions(-)

diff --git a/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild 
b/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild
deleted file mode 100644
index 03742f99877..000
--- a/dev-lua/luadbi/luadbi-0.7.2-r101.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} luajit )
-
-inherit lua toolchain-funcs
-
-DESCRIPTION="A database interface library for Lua"
-HOMEPAGE="https://github.com/mwild1/luadbi;
-SRC_URI="https://github.com/mwild1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="mysql postgres +sqlite test"
-REQUIRED_USE="
-   ${LUA_REQUIRED_USE}
-   || ( mysql postgres sqlite )
-"
-RESTRICT="test"
-
-RDEPEND="
-   ${LUA_DEPS}
-   mysql? ( dev-db/mysql-connector-c:0= )
-   postgres? ( dev-db/postgresql:= )
-   sqlite? ( dev-db/sqlite )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   dev-lua/busted[${LUA_USEDEP}]
-   dev-lua/luarocks
-   )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.7.2-mysql-8.patch" )
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-g //' -e 's/-O2 //g' -i Makefile || die
-}
-
-lua_src_compile() {
-   tc-export AR CC
-
-   local myemakeargs=(
-   "LUA_INC=$(lua_get_CFLAGS)"
-   )
-
-   use mysql && emake ${myemakeargs} MYSQL_INC="-I$(mariadb_config 
--libs)" mysql
-   use postgres && emake ${myemakeargs} PSQL_INC="-I$(pg_config --libdir)" 
psql
-   use sqlite emake ${myemakeargs} SQLITE3_INC="-I/usr/include" sqlite
-}
-
-src_compile() {
-   lua_foreach_impl lua_src_compile
-}
-
-lua_src_test() {
-   cd "${S}"/tests && ${ELUA} run_tests.lua || die
-}
-
-src_test() {
-   lua_foreach_impl lua_src_test
-}
-
-lua_src_install() {
-   local myemakeargs=(
-   DESTDIR="${ED}"
-   LUA_CDIR="$(lua_get_cmod_dir)"
-   LUA_LDIR="$(lua_get_lmod_dir)"
-   )
-
-   use mysql && emake ${myemakeargs[@]} install_mysql
-   use postgres && emake ${myemakeargs[@]} install_psql
-   use sqlite && emake ${myemakeargs[@]} install_sqlite3
-}
-
-src_install() {
-   lua_foreach_impl lua_src_install
-
-   einstalldocs
-}



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

2020-12-25 Thread Conrad Kostecki
commit: dfb046ee97fbdb91fec68eca02ca28f7c3224026
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Dec 25 12:40:57 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Dec 25 12:43:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb046ee

dev-lua/luadbi: fix lua slots >=5.2

Closes: https://bugs.gentoo.org/761595
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luadbi/luadbi-0.7.2-r102.ebuild | 91 +
 1 file changed, 91 insertions(+)

diff --git a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild 
b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild
new file mode 100644
index 000..8958edd4d2c
--- /dev/null
+++ b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..3} luajit )
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="A database interface library for Lua"
+HOMEPAGE="https://github.com/mwild1/luadbi;
+SRC_URI="https://github.com/mwild1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="mysql postgres +sqlite test"
+REQUIRED_USE="
+   ${LUA_REQUIRED_USE}
+   || ( mysql postgres sqlite )
+"
+RESTRICT="test"
+
+RDEPEND="
+   ${LUA_DEPS}
+   mysql? ( dev-db/mysql-connector-c:0= )
+   postgres? ( dev-db/postgresql:= )
+   sqlite? ( dev-db/sqlite )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+   virtual/pkgconfig
+   test? (
+   dev-lua/busted[${LUA_USEDEP}]
+   dev-lua/luarocks
+   )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-0.7.2-mysql-8.patch" )
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-g //' -e 's/-O2 //g' -i Makefile || die
+}
+
+lua_src_compile() {
+   tc-export AR CC
+
+   local myemakeargs=(
+   "LUA_INC=$(lua_get_CFLAGS)"
+   )
+
+   use mysql && emake ${myemakeargs} MYSQL_INC="-I$(mariadb_config 
--libs)" mysql
+   use postgres && emake ${myemakeargs} PSQL_INC="-I$(pg_config --libdir)" 
psql
+   use sqlite emake ${myemakeargs} SQLITE3_INC="-I/usr/include" sqlite
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+   cd "${S}"/tests && ${ELUA} run_tests.lua || die
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+   local myemakeargs=(
+   DESTDIR="${ED}"
+   LUA_CDIR="$(lua_get_cmod_dir)"
+   LUA_INC="$(lua_get_CFLAGS)"
+   LUA_LDIR="$(lua_get_lmod_dir)"
+   )
+
+   use mysql && emake ${myemakeargs[@]} install_mysql
+   use postgres && emake ${myemakeargs[@]} install_psql
+   use sqlite && emake ${myemakeargs[@]} install_sqlite3
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}



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

2020-12-25 Thread Michał Górny
commit: 2b025db780955a705e5b66d5a09ec06d9de4a45b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 12:41:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 12:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b025db7

package.mask: Restore mask on kodi-game-libretro-{dosbox,nestopia}

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 36b7034d5e0..8d3d6919e5b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,6 +269,13 @@ dev-lua/luadoc
 # Bug #754192
 www-plugins/adobe-flash
 
+# Michał Górny  (2020-11-10)
+# This old Kodi version requires vulnerable dev-python/pillow
+# and prevents users from upgrading.  Masked for the time being.
+# Bug #729672.
+media-plugins/kodi-game-libretro-nestopia
+media-plugins/kodi-game-libretro-dosbox
+
 # Alexys Jacob  (2020-11-09)
 # Mask dev-db/mongodb versions which do not support python3 so we
 # can move forward in cleaning python2 from tree. Bug #708954.



[gentoo-commits] repo/gentoo:master commit in: net-im/prosody/

2020-12-25 Thread Conrad Kostecki
commit: 6b7828733df2f4a7e73a52360e1d6ce95a7022d0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Dec 25 13:04:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Dec 25 13:04:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b782873

net-im/prosody: fix luajit slot

Closes: https://bugs.gentoo.org/761592
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/prosody/prosody-0.11.7-r100.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/prosody/prosody-0.11.7-r100.ebuild 
b/net-im/prosody/prosody-0.11.7-r100.ebuild
index 1afc7fa76fc..293afb94e60 100644
--- a/net-im/prosody/prosody-0.11.7-r100.ebuild
+++ b/net-im/prosody/prosody-0.11.7-r100.ebuild
@@ -70,7 +70,6 @@ src_configure() {
--libdir="${EPREFIX}/usr/$(get_libdir)"
--linker="$(tc-getCC)"
--lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 
1-2 $(lua_get_version)))"
-   --lua-version="$(ver_cut 1-2 $(lua_get_version))"
--no-example-certs
--ostype="linux"
--prefix="${EPREFIX}/usr"



[gentoo-commits] repo/gentoo:master commit in: sys-block/open-isns/, sys-block/open-isns/files/

2020-12-25 Thread Thomas Deutschmann
commit: 8556ea8399e782d2c13a15719c58a153c645b3c6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 13:03:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:28:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8556ea83

sys-block/open-isns: respect AR

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

 .../files/open-isns-0.100-respect-AR.patch | 30 ++
 sys-block/open-isns/open-isns-0.100.ebuild |  2 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-block/open-isns/files/open-isns-0.100-respect-AR.patch 
b/sys-block/open-isns/files/open-isns-0.100-respect-AR.patch
new file mode 100644
index 000..66e52e54812
--- /dev/null
+++ b/sys-block/open-isns/files/open-isns-0.100-respect-AR.patch
@@ -0,0 +1,30 @@
+--- a/Makefile.in
 b/Makefile.in
+@@ -33,6 +33,7 @@ else
+ SOLIB_VERSION_OPTS =
+ endif
+ 
++AR= @AR@
+ CC= @CC@
+ CPPFLAGS= @CPPFLAGS@
+ CFLAGS= @CFLAGS@ -I. -Iinclude -I$(srcdir) -I$(srcdir)/include
+@@ -161,7 +162,7 @@ solib-message.o: message.c
+ 
+ ifeq ($(BUILD_STATIC),1)
+ $(LIB): $(LIBOBJS)
+-  ar cr $@ $(LIBOBJS)
++  $(AR) cr $@ $(LIBOBJS)
+ else
+ $(LIB):
+ endif
+--- a/configure.ac
 b/configure.ac
+@@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR([aclocal])
+ 
+ AC_CONFIG_HEADER(config.h)
+ 
++AM_PROG_AR
+ AC_PROG_CC
+ AC_CANONICAL_HOST
+ AC_C_BIGENDIAN
+ 

diff --git a/sys-block/open-isns/open-isns-0.100.ebuild 
b/sys-block/open-isns/open-isns-0.100.ebuild
index 878669c9073..63213dbfd79 100644
--- a/sys-block/open-isns/open-isns-0.100.ebuild
+++ b/sys-block/open-isns/open-isns-0.100.ebuild
@@ -25,6 +25,8 @@ RDEPEND="${DEPEND}"
 PATCHES=(
"${FILESDIR}/${PN}-0.98-libressl-compatibility.patch"
 
+   "${FILESDIR}/${PN}-0.100-respect-AR.patch"
+
# Upstream patches (can usually be removed with next version bump)
"${FILESDIR}"/${P}-no_Werror.patch
 )



[gentoo-commits] repo/gentoo:master commit in: sys-block/open-iscsi/

2020-12-25 Thread Thomas Deutschmann
commit: b32418e5124f5cb7bc28a3d947e48b1095c1534e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 12:53:20 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32418e5

sys-block/open-iscsi: bump to v2.1.3

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

 sys-block/open-iscsi/Manifest|   1 +
 sys-block/open-iscsi/open-iscsi-2.1.3.ebuild | 140 +++
 2 files changed, 141 insertions(+)

diff --git a/sys-block/open-iscsi/Manifest b/sys-block/open-iscsi/Manifest
index c19643f4813..db79f4c65f3 100644
--- a/sys-block/open-iscsi/Manifest
+++ b/sys-block/open-iscsi/Manifest
@@ -2,3 +2,4 @@ DIST open-iscsi-2.0-873.tar.gz 667069 BLAKE2B 
edb427f8483c31499cdde644bbf8d65895
 DIST open-iscsi-2.0.875.tar.gz 635121 BLAKE2B 
34a7083087c53ed0e59d293d26efe166b09c5ea18b6022869cc9ff3d2edb2fb8b69e2c1ce6c9011bd20fc590b02dafd6d7c13d8bfa1eae6408c4bace13992e5e
 SHA512 
1709011d7d12d3dd9278a0d775af064d5f7da37357f35d6d5c5b3aa8ec16385c28b201b1261f4581dca3d815015ed8696e1694aa19f3231132f90d1e5b36
 DIST open-iscsi-2.1.1.tar.gz 616859 BLAKE2B 
7004b0866e55837f06cfe9e45f49f6a482932fda8a2c21c55819d658fb96113f1913290d490f28baccea86ceb755c63b73bd010b201f974c9803d39fbf5d0672
 SHA512 
88dbea433fe5266714c5c73ce4b60dfb8ddeffcaad4ff77abbdda2a865d29d4307ca51b8f45376f54542b19baed30d5f2f1836a8c136eb0af840f489f47e4fb3
 DIST open-iscsi-2.1.2.tar.gz 617407 BLAKE2B 
13a8c70d8a4618262c746cce3f2c66c04b577b35918d993c29fff041d292ef9e60b4d39c6d6a308d306b8303d08e7aac81b9927157361eaf47e694e9ae1e365a
 SHA512 
a0b1fc4aa2acadbf3a69fa636a47fec527fff75748fccfa83c9540f3ac05c71835a406503b15480ed25fe4fb780e58e0dd217607f7ef07128d1aef8ee2e3
+DIST open-iscsi-2.1.3.tar.gz 619746 BLAKE2B 
884e24ae6e16578f3cbd8ccea2557e820d4bf4d20c7f88890100ca93f48df88dc7284cc4eca19d93187516fd21a2c5b71eb53f0d8fe395d2ce42fd202dc355d6
 SHA512 
0de417dc45b765458c5a1f09029b5df9b5c18d45d7a8fb6b38d539b7013f512a3c8731d5046f554611eccc77b93fea0df30fe4932d79cea44776ac944c398a52

diff --git a/sys-block/open-iscsi/open-iscsi-2.1.3.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.1.3.ebuild
new file mode 100644
index 000..d7ff6b52509
--- /dev/null
+++ b/sys-block/open-iscsi/open-iscsi-2.1.3.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info flag-o-matic toolchain-funcs udev systemd
+
+DESCRIPTION="A performant, transport independent, multi-platform 
implementation of RFC3720"
+HOMEPAGE="http://www.open-iscsi.com/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/0.2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug infiniband libressl +tcp rdma systemd"
+
+DEPEND="
+   sys-apps/kmod
+   sys-block/open-isns:=
+   sys-kernel/linux-headers
+   infiniband? ( sys-fabric/ofed )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   systemd? ( sys-apps/systemd )
+"
+RDEPEND="${DEPEND}
+   sys-fs/lsscsi
+   sys-apps/util-linux"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="infiniband? ( rdma ) || ( rdma tcp )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.1.1-Makefiles.patch"
+)
+
+pkg_setup() {
+   linux-info_pkg_setup
+
+   if kernel_is -lt 2 6 16; then
+   die "Sorry, your kernel must be 2.6.16-rc5 or newer!"
+   fi
+
+   # Needs to be done, as iscsid currently only starts, when having the 
iSCSI
+   # support loaded as module. Kernel builtin options don't work. See this 
for
+   # more information:
+   # 
https://groups.google.com/group/open-iscsi/browse_thread/thread/cc10498655b40507/fd6a4ba0c8e91966
+   # If there's a new release, check whether this is still valid!
+   TCP_MODULES="SCSI_ISCSI_ATTRS ISCSI_TCP"
+   RDMA_MODULES="INFINIBAND_ISER"
+   INFINIBAND_MODULES="INFINIBAND_IPOIB INIBAND_USER_MAD 
INFINIBAND_USER_ACCESS"
+   CONFIG_CHECK_MODULES="tcp? ( ${TCP_MODULES} ) rdma? ( ${RDMA_MODULES} ) 
infiniband? ( ${INFINIBAND_MODULES} )"
+   if linux_config_exists; then
+   if use tcp; then
+   for module in ${TCP_MODULES}; do
+   linux_chkconfig_module ${module} || ewarn 
"${module} needs to be built as module (builtin doesn't work)"
+   done
+   fi
+   if use infiniband; then
+   for module in ${INFINIBAND_MODULES}; do
+   linux_chkconfig_module ${module} || ewarn 
"${module} needs to be built as module (builtin doesn't work)"
+   done
+   fi
+   if use rdma; then
+   for module in ${RDMA_MODULES}; do
+   

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

2020-12-25 Thread Thomas Deutschmann
commit: b03865705c508f968e50fbf02aadd7303358a7e2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 13:15:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:29:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0386570

sys-fs/fuse-common: bump to v3.10.1

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

 sys-fs/fuse-common/Manifest  |  1 +
 sys-fs/fuse-common/fuse-common-3.10.1.ebuild | 34 
 2 files changed, 35 insertions(+)

diff --git a/sys-fs/fuse-common/Manifest b/sys-fs/fuse-common/Manifest
index 7f62c84c9b6..1788fd1e530 100644
--- a/sys-fs/fuse-common/Manifest
+++ b/sys-fs/fuse-common/Manifest
@@ -1,3 +1,4 @@
+DIST fuse-3.10.1.tar.xz 1898800 BLAKE2B 
ddccf4dc697547edb6ed48ca76b4379a5f94884fd19118926d82b82316d4b83fa80b9f4bda7edc51eb80ec72c06763fd766ab1216767456db8d6238c725f838b
 SHA512 
7cf16c41060a8aaee2f815f271b4dd410c2e072e7629e55b92faca9b2b47544592704736c7da11a598f18ad4a537f0ba76964fa76e3f1a23b4facfe5c6053302
 DIST fuse-3.9.1.tar.xz 1595308 BLAKE2B 
3b1d5c8ac99e96183581d034889d8d6cab8f26cafd765dc4ab2cbeb655b3b162836c960ceacf08cd458bec2daaf0474877c9611ef6a6543795e4971ddc12
 SHA512 
295bb62274264789c977a1fee78c6c122a2f227ae85d750b8519cafbdcf6551499b77cf021d83cc8261831e29761c166d84a4e50bdebb4191c76bcad1d15d329
 DIST fuse-3.9.2.tar.xz 1674292 BLAKE2B 
42d796802d3ce2e072120153b695d1e64d160695714c58ffba7859281bfa2c1ff3d9f95b92a38c1a5443abe5a8468f0d9d285845b97a444ae1b64bf750e234ae
 SHA512 
47795d2e0431c93ff36609247016a5ddfa631e4dcdc56cb579030bdb78497e3fa2db28b0cbadd0848024be39381c54f8441de28b0af51f8b800519e76c7af9ed
 DIST fuse-3.9.3.tar.xz 1805676 BLAKE2B 
907806f8799ce70f07d65e08a058709901bafa0fbfa098d3e66f9913f08b1d5f3e35a099f84832f221b5aa8681f69d8291f2a20967acdc8f0b7b0b72c2ae414b
 SHA512 
e4a4bfbc276b1d676211d93878b487c5946f54e8811e929fad4ff32de1f64e0c4e762d33c43e3a04afae538f41efe8d29221f45340ccd74f0055f644802f3e26

diff --git a/sys-fs/fuse-common/fuse-common-3.10.1.ebuild 
b/sys-fs/fuse-common/fuse-common-3.10.1.ebuild
new file mode 100644
index 000..1562ff02eb9
--- /dev/null
+++ b/sys-fs/fuse-common/fuse-common-3.10.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit udev
+
+DESCRIPTION="Common files for multiple slots of sys-fs/fuse"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/

2020-12-25 Thread Thomas Deutschmann
commit: aa62c4634473661793575ec5b50a79af4fcee889
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 13:10:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:28:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa62c463

net-firewall/ipset: bump to v7.10

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

 net-firewall/ipset/Manifest  |   1 +
 net-firewall/ipset/ipset-7.10.ebuild | 112 +++
 2 files changed, 113 insertions(+)

diff --git a/net-firewall/ipset/Manifest b/net-firewall/ipset/Manifest
index 1ac9213bd43..02452f26952 100644
--- a/net-firewall/ipset/Manifest
+++ b/net-firewall/ipset/Manifest
@@ -1,5 +1,6 @@
 DIST ipset-6.29.tar.bz2 542735 BLAKE2B 
2229eb802597b38287f49cc2936a8be1afde2f638bd7212f86a52bc07d4121b7ff6b334ced2e1354bfdb652bcac81957b5204ac545a081dddfce07958c858fe4
 SHA512 
ce62c72c4cea1b52f069602a90fbffe9bcb12bf70f5b42d93cacb48e4b5d1192a13b18be45391c66a65421f41968e73416e16af25ae6ef19ba92bdbb2cd45ff3
 DIST ipset-6.38.tar.bz2 545568 BLAKE2B 
14e526ba40f4912cd78d81831d072f9c9c159ac14169ffea8ce7325ee4839b80e28ef76405535e1b2aeaf2d0b7b3dde0f8a1ec42c7489cbc786282700d9d2b0f
 SHA512 
ba8c45fa6b4df1b4af848d8c0c218fb449a50c79c48b1d1550dd3a188f82d320956bc483874730f917249d8650e50c3eedff66c24a68a136246fdbf6e1127d60
+DIST ipset-7.10.tar.bz2 679910 BLAKE2B 
acef5370116939aedf499768265eaded9efe7673895c7db30b90ec0173a55f4880d9f40662cb9a8f5a4f3cbb39f890c5ee5459fd6c0a3e60a92afa3395aa8522
 SHA512 
7f45c46f8c158600b1e64354500f31e7fb3c8ee844d55eab9f7eec298eecc27c9cb89e24a8ec6c180665dd0cc29776a9e42ada796b3e87d034cc39cdd4665807
 DIST ipset-7.5.tar.bz2 675179 BLAKE2B 
04d207c4eaed66bf295ebd31a66d4423e68ed7918ef4e7d0b08e7e178216a016e6d454ed4c0f915d36d6266a74ea08c33db69481bf288c6fe7a1cd00c3ed68e5
 SHA512 
97e2a42bb33dfd2d9c5d258595e4be670d961ce3f5fa537ffb32b748168324f4e572047f026096c142e3a1f5a88caa26da455cbc067121dc9140f79321f272aa
 DIST ipset-7.6.tar.bz2 676777 BLAKE2B 
98b4a0094e4e44dfc8702ad4e61ce3c62de74964afc16ae91d107599fab7f978071693b6e6f57969c35a3dd381fac5b58610fd74a107eebd8af1f8644d819061
 SHA512 
c4d9c65895335dec8f855fca6c940d2ee19e7b8d2292325778a1608e795e2e35caa787cbcdeb8e2877f3695c641ac348b23ac43f73bdc1a8242e8d04f4944084
 DIST ipset-7.7.tar.bz2 678424 BLAKE2B 
330eb82ee3cff8a2b09704e6f90a4a1376f6154753a8e386f52ee934b7e1b402d8b9293962563d50501f31540d651374d7899961739bef50ee2f3096fd1b0bfd
 SHA512 
1c8f969eb402ae56eb4c747d89eb5dcbf068004c3c0ae171eb4eddd948f7d8dd14d6e3dc8b713d2909f220359e6760fce3848a4e12f59a575b747f6c38ad80db

diff --git a/net-firewall/ipset/ipset-7.10.ebuild 
b/net-firewall/ipset/ipset-7.10.ebuild
new file mode 100644
index 000..3cdf4582eb7
--- /dev/null
+++ b/net-firewall/ipset/ipset-7.10.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+MODULES_OPTIONAL_USE=modules
+inherit autotools linux-info linux-mod systemd
+
+DESCRIPTION="IPset tool for iptables, successor to ippool"
+HOMEPAGE="http://ipset.netfilter.org/;
+SRC_URI="http://ipset.netfilter.org/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+
+RDEPEND=">=net-firewall/iptables-1.4.7
+   net-libs/libmnl"
+DEPEND="${RDEPEND}"
+
+DOCS=( ChangeLog INSTALL README UPGRADE )
+
+PATCHES=( "${FILESDIR}"/${PN}-7.4-fix-pkgconfig-dir.patch )
+
+# configurable from outside, e.g. /etc/portage/make.conf
+IP_NF_SET_MAX=${IP_NF_SET_MAX:-256}
+
+BUILD_TARGETS="modules"
+MODULE_NAMES_ARG="kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/ipset"
+MODULE_NAMES="xt_set(kernel/net/netfilter/ipset/:${S}/kernel/net/netfilter/)"
+MODULE_NAMES+=" em_ipset(kernel/net/sched/:${S}/kernel/net/sched/)"
+for i in 
ip_set{,_bitmap_{ip{,mac},port},_hash_{ip{,mac,mark,port{,ip,net}},mac,net{,port{,net},iface,net}},_list_set};
 do
+   MODULE_NAMES+=" ${i}(${MODULE_NAMES_ARG})"
+done
+
+pkg_setup() {
+   get_version
+   CONFIG_CHECK="NETFILTER"
+   ERROR_NETFILTER="ipset requires NETFILTER support in your kernel."
+   # It does still build without NET_NS, but it may be needed in future.
+   #CONFIG_CHECK="${CONFIG_CHECK} NET_NS"
+   #ERROR_NET_NS="ipset requires NET_NS (network namespace) support in 
your kernel."
+   CONFIG_CHECK+=" !PAX_CONSTIFY_PLUGIN"
+   ERROR_PAX_CONSTIFY_PLUGIN="ipset contains constified variables 
(#614896)"
+
+   build_modules=0
+   if use modules; then
+   if linux_config_src_exists && linux_chkconfig_builtin "MODULES" 
; then
+   if linux_chkconfig_present "IP_NF_SET" || \
+   linux_chkconfig_present "IP_SET"; then #274577
+   eerror "There is IP{,_NF}_SET or 
NETFILTER_XT_SET support in your kernel."
+   eerror "Please either build ipset 

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

2020-12-25 Thread Thomas Deutschmann
commit: fa10353655b82cc19b40cf2ca0d2c460e38162f0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 13:13:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:29:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa103536

sys-fs/fuse: bump to v3.10.1

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

 sys-fs/fuse/Manifest   |  1 +
 sys-fs/fuse/fuse-3.10.1.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/sys-fs/fuse/Manifest b/sys-fs/fuse/Manifest
index 729884e1a3a..7aacd30814d 100644
--- a/sys-fs/fuse/Manifest
+++ b/sys-fs/fuse/Manifest
@@ -1,5 +1,6 @@
 DIST fuse-2.9.9.tar.gz 1813177 BLAKE2B 
9e9141380bda46eb0bcce325c6fd293fe3844fe884a4952bb38d4b89dc48b728ffcc891038b3a7a861f05acfacce9dd7bb0e11d600609f3ad0ab278ccbe98847
 SHA512 
3d82fafd04f2924299bb09d2bb144935fa004a43fb9a6568e2e1cc5a60fded2efa1711029a0d7f12b3e6e4501f7217f2ee3545646d89da8dece083cb390f23e2
 DIST fuse-3.10.0.tar.xz 1899596 BLAKE2B 
39f7c7caf3d7cd2807381ee968a6fd704b29e1171a811d918fe70b9fdf6891d553d97a70ac7b217e01c4776e3d8576c60bef0bd3f7b520685d7d0e4ee3b78bf9
 SHA512 
a59d430f46ad59d51848ab9a07a02940f167fd5552232067dbcc442717a444a2ab30b1743282a7839ae79c0a74949742cd54d09472449c90b5fcc89adc7eff35
+DIST fuse-3.10.1.tar.xz 1898800 BLAKE2B 
ddccf4dc697547edb6ed48ca76b4379a5f94884fd19118926d82b82316d4b83fa80b9f4bda7edc51eb80ec72c06763fd766ab1216767456db8d6238c725f838b
 SHA512 
7cf16c41060a8aaee2f815f271b4dd410c2e072e7629e55b92faca9b2b47544592704736c7da11a598f18ad4a537f0ba76964fa76e3f1a23b4facfe5c6053302
 DIST fuse-3.9.1.tar.xz 1595308 BLAKE2B 
3b1d5c8ac99e96183581d034889d8d6cab8f26cafd765dc4ab2cbeb655b3b162836c960ceacf08cd458bec2daaf0474877c9611ef6a6543795e4971ddc12
 SHA512 
295bb62274264789c977a1fee78c6c122a2f227ae85d750b8519cafbdcf6551499b77cf021d83cc8261831e29761c166d84a4e50bdebb4191c76bcad1d15d329
 DIST fuse-3.9.2.tar.xz 1674292 BLAKE2B 
42d796802d3ce2e072120153b695d1e64d160695714c58ffba7859281bfa2c1ff3d9f95b92a38c1a5443abe5a8468f0d9d285845b97a444ae1b64bf750e234ae
 SHA512 
47795d2e0431c93ff36609247016a5ddfa631e4dcdc56cb579030bdb78497e3fa2db28b0cbadd0848024be39381c54f8441de28b0af51f8b800519e76c7af9ed
 DIST fuse-3.9.3.tar.xz 1805676 BLAKE2B 
907806f8799ce70f07d65e08a058709901bafa0fbfa098d3e66f9913f08b1d5f3e35a099f84832f221b5aa8681f69d8291f2a20967acdc8f0b7b0b72c2ae414b
 SHA512 
e4a4bfbc276b1d676211d93878b487c5946f54e8811e929fad4ff32de1f64e0c4e762d33c43e3a04afae538f41efe8d29221f45340ccd74f0055f644802f3e26

diff --git a/sys-fs/fuse/fuse-3.10.1.ebuild b/sys-fs/fuse/fuse-3.10.1.ebuild
new file mode 100644
index 000..32d5939073c
--- /dev/null
+++ b/sys-fs/fuse/fuse-3.10.1.ebuild
@@ -0,0 +1,79 @@
+# 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} )
+
+inherit meson multilib-minimal flag-o-matic udev python-any-r1
+
+DESCRIPTION="An interface for filesystems implemented in userspace"
+HOMEPAGE="https://github.com/libfuse/libfuse;
+SRC_URI="https://github.com/libfuse/libfuse/releases/download/${P}/${P}.tar.xz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="+suid test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig
+   test? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pytest[${PYTHON_USEDEP}]')
+   )"
+RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
+
+DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
+
+python_check_deps() {
+   has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python_setup
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dexamples=$(usex test true false)
+   -Duseroot=false
+   -Dudevrulesdir="${EPREFIX}$(get_udevdir)/rules.d"
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+src_test() {
+   if [[ ${EUID} != 0 ]]; then
+   ewarn "Running as non-root user, skipping tests"
+   elif has sandbox ${FEATURES}; then
+   ewarn "Sandbox enabled, skipping tests"
+   else
+   multilib-minimal_src_test
+   fi
+}
+
+multilib_src_test() {
+   ${EPYTHON} -m pytest test || die
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # installed via fuse-common
+   rm -r "${ED}"/{etc,$(get_udevdir)} || die
+
+   # useroot=false prevents the build system from doing this.
+   use suid && fperms u+s /usr/bin/fusermount3
+
+   # manually install man pages to respect compression
+   rm -r "${ED}"/usr/share/man || die
+   doman doc/{fusermount3.1,mount.fuse3.8}
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/atop/files/, sys-process/atop/

2020-12-25 Thread Thomas Deutschmann
commit: 99ec9b75466adf3fb65143554bd0bd461e73b837
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 25 13:25:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 25 13:29:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ec9b75

sys-process/atop: bump to v2.6.0

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

 sys-process/atop/Manifest |  1 +
 sys-process/atop/atop-2.6.0.ebuild| 68 +++
 sys-process/atop/files/atop-2.6.0-build.patch | 27 +++
 3 files changed, 96 insertions(+)

diff --git a/sys-process/atop/Manifest b/sys-process/atop/Manifest
index 8c799a1f8b9..12f173f52a4 100644
--- a/sys-process/atop/Manifest
+++ b/sys-process/atop/Manifest
@@ -4,3 +4,4 @@ DIST atop-2.3.0-version_h.patch 748 BLAKE2B 
95aa0e819d35498436ddb2554f457e9bf74a
 DIST atop-2.3.0.tar.gz 190560 BLAKE2B 
4c7a8f33f7e32fb6107275c21db54af91ffdb06cea14039ba85c6e844efc05e5c64708dae48eb3a7b8e075378838937ddd4756a954e6a040d4b3e8c4e7dd9e93
 SHA512 
8347f480b3e8f957be9aa8982b9c69c5fbc59b8a32044662995495cc2218de48342788aae40538d2ad67d402c8c470d0514261791ead70303f97221ea6983621
 DIST atop-2.4.0.tar.gz 230066 BLAKE2B 
75070f0a87f9745f0e018ef5aac7e71060acea77e2043d43594a492875126945ef4c5bfe15f69b300ce6ac25c38f54360ba761ad7fc510016a91b71dc3377957
 SHA512 
8872626db447b2b7265fa257bc78795c3a5bc2f0dfffae94d01df4090de75feeb092e5a33421877aa12563dde3df18734b5db947c828cec6949284fbeb9dbc8d
 DIST atop-2.5.0.tar.gz 233835 BLAKE2B 
e40ae26cb1f8ddecbf6ea8f8f83d09bf9d62003a54e0679d5eefdf7c6fdaaff1940ba5f097fc1fc181ddb6aedcb8e1482feeb451cce5905b98c929c786db147d
 SHA512 
8c50482194b60afedfd9d593ea7e916b63310bd3b43965fbd2769a2673f6f2247dec764ed1576866321a4b9c7301d5d8369c97fb6d351246395d01772ad04489
+DIST atop-2.6.0.tar.gz 242323 BLAKE2B 
8cf39c4b18994de26188ad5e19e282bc3ef7693eeff4853386f6b254d1115dbd2308eaa4c6e7620e6081d44037e6ce01356ad72ba25bcf4b1c3e7674768e5c24
 SHA512 
46cbc1c67ee6683be8dca79bf68d85962a119469ddce4947519cf4fe178b14d54b69451cfaa2b5c0a3f8c9bf8769de619aa5a7768eae34422688c7fc26fe0a58

diff --git a/sys-process/atop/atop-2.6.0.ebuild 
b/sys-process/atop/atop-2.6.0.ebuild
new file mode 100644
index 000..a5c018ec8bc
--- /dev/null
+++ b/sys-process/atop/atop-2.6.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info systemd toolchain-funcs
+
+DESCRIPTION="Resource-specific view of processes"
+HOMEPAGE="https://www.atoptool.nl/ https://github.com/Atoptool/atop;
+SRC_URI="https://github.com/Atoptool/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   >=sys-process/acct-6.6.4-r1
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.6.0-build.patch
+)
+
+pkg_pretend() {
+   if use kernel_linux ; then
+   CONFIG_CHECK="~BSD_PROCESS_ACCT"
+   check_extra_config
+   fi
+}
+
+src_prepare() {
+   default
+   tc-export CC PKG_CONFIG
+   sed -i 's: root : :' atop.cronsysv || die #191926
+   # prefixify
+   sed -i "s:/\(usr\|etc\|var\):${EPREFIX}/\1:g" Makefile || die
+}
+
+src_install() {
+   emake DESTDIR="${D}" genericinstall
+
+   # useless -${PV} copies ?
+   rm "${ED}"/usr/bin/atop*-${PV} || die
+
+   newinitd "${FILESDIR}"/${PN}.rc-r2 ${PN}
+   newinitd "${FILESDIR}"/atopacct.rc atopacct
+
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   systemd_dounit "${FILESDIR}"/atopacct.service
+
+   dodoc atop.cronsysv AUTHOR README
+
+   exeinto /usr/share/${PN}
+   doexe ${PN}.daily
+
+   insinto /etc/default
+   newins ${PN}{.default,}
+
+   keepdir /var/log/${PN}
+}

diff --git a/sys-process/atop/files/atop-2.6.0-build.patch 
b/sys-process/atop/files/atop-2.6.0-build.patch
new file mode 100644
index 000..b675a16ee36
--- /dev/null
+++ b/sys-process/atop/files/atop-2.6.0-build.patch
@@ -0,0 +1,27 @@
+--- a/Makefile
 b/Makefile
+@@ -33,19 +33,19 @@ VERS = $(shell ./atop -V 2>/dev/null| sed -e 's/^[^ ]* 
//' -e 's/ .*//')
+ all:  atop atopsar atopacctd atopconvert atopcat
+ 
+ atop: atop.o$(ALLMODS) Makefile
+-  $(CC) atop.o $(ALLMODS) -o atop -lncursesw -lz -lm -lrt 
$(LDFLAGS)
++  $(CC) $(CFLAGS) atop.o $(ALLMODS) -o atop $(shell ${PKG_CONFIG} 
--libs ncurses) -lz -lm -lrt $(LDFLAGS)
+ 
+ atopsar:  atop
+   ln -sf atop atopsar
+ 
+ atopacctd:atopacctd.o netlink.o
+-  $(CC) atopacctd.o netlink.o -o atopacctd $(LDFLAGS)
++  $(CC) $(CFLAGS) atopacctd.o netlink.o -o atopacctd $(LDFLAGS)
+ 
+ atopconvert:  atopconvert.o
+-  

  1   2   >